@realsee/dnalogel 3.4.1 → 3.4.2-dev.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 (349) hide show
  1. package/dist/index.cjs.js +3 -3
  2. package/dist/index.js +3 -3
  3. package/dist/index.umd.js +3 -3
  4. package/docs/.nojekyll +1 -0
  5. package/docs/assets/highlight.css +120 -0
  6. package/docs/assets/main.js +58 -0
  7. package/docs/assets/search.js +1 -0
  8. package/docs/assets/style.css +1367 -0
  9. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +725 -0
  10. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +678 -0
  11. package/docs/classes/CSS3DRender.html +773 -0
  12. package/docs/classes/CruisePluginController.html +672 -0
  13. package/docs/classes/GuideLineItem.GuideLineItem.html +476 -0
  14. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +856 -0
  15. package/docs/classes/Magnifier.html +480 -0
  16. package/docs/classes/ModelRoomLabelController.html +398 -0
  17. package/docs/classes/Object3DHelperController.html +640 -0
  18. package/docs/classes/PaintBrush.html +502 -0
  19. package/docs/classes/PanoMeasurePluginLine.html +522 -0
  20. package/docs/classes/PanoMeasurePluginModel.html +571 -0
  21. package/docs/classes/PanoMeasurePluginPoint.html +362 -0
  22. package/docs/classes/PanoMeasurePluginPolyline.html +567 -0
  23. package/docs/classes/PanoTagPluginController.html +1077 -0
  24. package/docs/classes/Util.BetterTween.html +416 -0
  25. package/docs/classes/Util.Interval.html +432 -0
  26. package/docs/classes/Util.LineSegments.html +384 -0
  27. package/docs/classes/Util.Magnifier.html +503 -0
  28. package/docs/classes/Util.Object3D.html +406 -0
  29. package/docs/classes/Util.PointDomHelper.html +407 -0
  30. package/docs/classes/Util.PointHelper.html +398 -0
  31. package/docs/classes/Util.PointSelectorHelper.html +454 -0
  32. package/docs/classes/Util.Rectangle.html +455 -0
  33. package/docs/enums/CameraMovementEffect.html +310 -0
  34. package/docs/enums/ContentType.html +456 -0
  35. package/docs/enums/DIRECTION.html +320 -0
  36. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +320 -0
  37. package/docs/enums/DimensionType.html +310 -0
  38. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +313 -0
  39. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +320 -0
  40. package/docs/enums/PaintBrushTypeEnum.html +313 -0
  41. package/docs/enums/PointType.html +310 -0
  42. package/docs/enums/Rotation.html +317 -0
  43. package/docs/functions/AreaMakerPlugin.html +290 -0
  44. package/docs/functions/CSS3DRenderPlugin.html +288 -0
  45. package/docs/functions/CameraMovementPlugin.html +293 -0
  46. package/docs/functions/CruisePlugin.html +290 -0
  47. package/docs/functions/CurrentPanoImagePlugin.html +290 -0
  48. package/docs/functions/GuideLinePlugin.html +290 -0
  49. package/docs/functions/ItemLabelPlugin.html +290 -0
  50. package/docs/functions/MapviewFloorplanPlugin.html +290 -0
  51. package/docs/functions/ModelChassisCompassPlugin.html +293 -0
  52. package/docs/functions/ModelEntryDoorGuidePlugin.html +293 -0
  53. package/docs/functions/ModelFloorplanPlugin.html +290 -0
  54. package/docs/functions/ModelItemLabelPlugin.html +290 -0
  55. package/docs/functions/ModelRoomLabelPlugin.html +288 -0
  56. package/docs/functions/ModelTVVideoPlugin.html +290 -0
  57. package/docs/functions/ModelViewPlugin.html +293 -0
  58. package/docs/functions/Object3DHelperPlugin.html +288 -0
  59. package/docs/functions/PanoCompassPlugin.html +290 -0
  60. package/docs/functions/PanoCursorRaycasterPlugin.html +294 -0
  61. package/docs/functions/PanoDoorLabelPlugin.html +290 -0
  62. package/docs/functions/PanoFloorplanRadarPlugin.html +290 -0
  63. package/docs/functions/PanoMeasurePlugin.html +290 -0
  64. package/docs/functions/PanoRulerPlugin.html +293 -0
  65. package/docs/functions/PanoRulerProPlugin.html +293 -0
  66. package/docs/functions/PanoSpatialTagPlugin.html +293 -0
  67. package/docs/functions/PanoTagPlugin.html +295 -0
  68. package/docs/functions/PanoVideoPlugin.html +299 -0
  69. package/docs/functions/PipelinePlugin.html +288 -0
  70. package/docs/functions/TopviewFloorplanPlugin.html +290 -0
  71. package/docs/functions/Util.absoluteUrl.html +326 -0
  72. package/docs/functions/Util.checkFiveModelLoaded.html +329 -0
  73. package/docs/functions/Util.equal.html +338 -0
  74. package/docs/functions/Util.getCoordsFromClient.html +328 -0
  75. package/docs/functions/Util.getCoordsFromElement.html +328 -0
  76. package/docs/functions/Util.getFrameTime.html +320 -0
  77. package/docs/functions/Util.getIntersectFromRelativePosition.html +328 -0
  78. package/docs/functions/Util.getRaycasterFromFivePointer.html +328 -0
  79. package/docs/functions/Util.isAbsoluteURL.html +321 -0
  80. package/docs/functions/Util.isModelLike.html +321 -0
  81. package/docs/functions/Util.isNil.html +329 -0
  82. package/docs/functions/Util.isPanoramaLike.html +321 -0
  83. package/docs/functions/Util.nextFrame.html +334 -0
  84. package/docs/functions/Util.notNil.html +329 -0
  85. package/docs/functions/Util.requestAnimationFrameInterval.html +350 -0
  86. package/docs/functions/Util.tweenProgress.html +323 -0
  87. package/docs/functions/Util.uuid.html +319 -0
  88. package/docs/functions/pluginFlag.html +288 -0
  89. package/docs/index.html +354 -0
  90. package/docs/interfaces/AddTagConfig.html +303 -0
  91. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +329 -0
  92. package/docs/interfaces/AreaMakerPluginType.Config.html +334 -0
  93. package/docs/interfaces/AreaMakerPluginType.EventMap.html +620 -0
  94. package/docs/interfaces/AreaMakerPluginType.Params.html +333 -0
  95. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +383 -0
  96. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +368 -0
  97. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +333 -0
  98. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +326 -0
  99. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +325 -0
  100. package/docs/interfaces/AreaMakerPluginType.State.html +354 -0
  101. package/docs/interfaces/CSS3DRenderPluginEventMap.html +449 -0
  102. package/docs/interfaces/CSS3DRenderPluginState.html +325 -0
  103. package/docs/interfaces/CameraMovementPluginExportType.html +358 -0
  104. package/docs/interfaces/CruisePluginTypes.Config.html +359 -0
  105. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +361 -0
  106. package/docs/interfaces/CruisePluginTypes.EventMap.html +696 -0
  107. package/docs/interfaces/CruisePluginTypes.MoveAction.html +385 -0
  108. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +421 -0
  109. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +411 -0
  110. package/docs/interfaces/CruisePluginTypes.PluginData.html +351 -0
  111. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +319 -0
  112. package/docs/interfaces/CruisePluginTypes.PluginState.html +408 -0
  113. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +382 -0
  114. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +521 -0
  115. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +323 -0
  116. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +315 -0
  117. package/docs/interfaces/CurrentPanoImagePluginType.State.html +337 -0
  118. package/docs/interfaces/EventMap.html +542 -0
  119. package/docs/interfaces/FloorplanBounding.html +332 -0
  120. package/docs/interfaces/FloorplanData.html +335 -0
  121. package/docs/interfaces/FloorplanEntrance.html +360 -0
  122. package/docs/interfaces/FloorplanExtraObject.html +350 -0
  123. package/docs/interfaces/FloorplanExtraObject3D.html +339 -0
  124. package/docs/interfaces/FloorplanFloorData.html +328 -0
  125. package/docs/interfaces/FloorplanImagePosition.html +314 -0
  126. package/docs/interfaces/FloorplanObserver.html +332 -0
  127. package/docs/interfaces/FloorplanOutlineItem.html +328 -0
  128. package/docs/interfaces/FloorplanPosition.html +314 -0
  129. package/docs/interfaces/FloorplanRoomItem.html +379 -0
  130. package/docs/interfaces/FloorplanRoomLabelItem.html +320 -0
  131. package/docs/interfaces/FloorplanServerBounding.html +332 -0
  132. package/docs/interfaces/FloorplanServerComputedData.html +331 -0
  133. package/docs/interfaces/FloorplanServerData.html +314 -0
  134. package/docs/interfaces/FloorplanServerDoorItem.html +331 -0
  135. package/docs/interfaces/FloorplanServerDoorPosition.html +317 -0
  136. package/docs/interfaces/FloorplanServerEntrance.html +360 -0
  137. package/docs/interfaces/FloorplanServerFloorData.html +328 -0
  138. package/docs/interfaces/FloorplanServerImagePosition.html +314 -0
  139. package/docs/interfaces/FloorplanServerObserver.html +332 -0
  140. package/docs/interfaces/FloorplanServerOutlineItem.html +328 -0
  141. package/docs/interfaces/FloorplanServerPosition.html +314 -0
  142. package/docs/interfaces/FloorplanServerRoomItem.html +391 -0
  143. package/docs/interfaces/FloorplanServerRoomLabelItem.html +320 -0
  144. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +323 -0
  145. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +362 -0
  146. package/docs/interfaces/GuideLinePluginType.EventMap.html +526 -0
  147. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +357 -0
  148. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +348 -0
  149. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +415 -0
  150. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +337 -0
  151. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +347 -0
  152. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +483 -0
  153. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +344 -0
  154. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +483 -0
  155. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +309 -0
  156. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +330 -0
  157. package/docs/interfaces/GuideLinePluginType.PluginState.html +355 -0
  158. package/docs/interfaces/GuideLinePluginType.Route.html +371 -0
  159. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +353 -0
  160. package/docs/interfaces/HelperOffset.html +332 -0
  161. package/docs/interfaces/ImagePlaneGroup.html +306 -0
  162. package/docs/interfaces/ItemLabelPluginData.html +303 -0
  163. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +388 -0
  164. package/docs/interfaces/ItemLabelPluginParametersType.html +324 -0
  165. package/docs/interfaces/MinMax.html +310 -0
  166. package/docs/interfaces/ModelChassisCompassPluginData.html +310 -0
  167. package/docs/interfaces/ModelChassisCompassPluginExportType.html +346 -0
  168. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +310 -0
  169. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +317 -0
  170. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +354 -0
  171. package/docs/interfaces/ModelItemLabelPluginData.html +303 -0
  172. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +388 -0
  173. package/docs/interfaces/ModelItemLabelPluginParametersType.html +310 -0
  174. package/docs/interfaces/ModelRoomLabelPluginData.html +303 -0
  175. package/docs/interfaces/ModelTVVideoPluginData.html +324 -0
  176. package/docs/interfaces/ModelTVVideoPluginExportType.html +348 -0
  177. package/docs/interfaces/ModelTVVideoPluginParameterType.html +303 -0
  178. package/docs/interfaces/ModelViewPluginExportType.html +416 -0
  179. package/docs/interfaces/Object3DHelperState.html +317 -0
  180. package/docs/interfaces/ObjectHelperControllers.html +324 -0
  181. package/docs/interfaces/PaintBrushAction.html +363 -0
  182. package/docs/interfaces/PaintBrushConfigs.html +361 -0
  183. package/docs/interfaces/PaintBrushState.html +345 -0
  184. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +425 -0
  185. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +282 -0
  186. package/docs/interfaces/PanoMeasureParameterType.html +449 -0
  187. package/docs/interfaces/PanoMeasurePluginLineJson.html +317 -0
  188. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +314 -0
  189. package/docs/interfaces/PanoMeasurePluginPointJson.html +310 -0
  190. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +320 -0
  191. package/docs/interfaces/PanoRulerPluginExportType.html +377 -0
  192. package/docs/interfaces/PanoRulerPluginOptions.html +326 -0
  193. package/docs/interfaces/PanoRulerPluginParameterType.html +317 -0
  194. package/docs/interfaces/PanoRulerProPluginExportType.html +353 -0
  195. package/docs/interfaces/PanoRulerProPluginOptions.html +323 -0
  196. package/docs/interfaces/PanoRulerProPluginParameterType.html +310 -0
  197. package/docs/interfaces/PanoRulerProPluginState.html +317 -0
  198. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +296 -0
  199. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +285 -0
  200. package/docs/interfaces/PanoSpatialTagPluginData.html +353 -0
  201. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +335 -0
  202. package/docs/interfaces/PanoSpatialTagPluginExportType.html +431 -0
  203. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +331 -0
  204. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +352 -0
  205. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +338 -0
  206. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +331 -0
  207. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +323 -0
  208. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +341 -0
  209. package/docs/interfaces/PanoVideoPluginType.PluginData.html +314 -0
  210. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +420 -0
  211. package/docs/interfaces/PanoVideoPluginType.PluginState.html +314 -0
  212. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +349 -0
  213. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +368 -0
  214. package/docs/interfaces/Point.html +317 -0
  215. package/docs/interfaces/Room.html +324 -0
  216. package/docs/interfaces/RoomInfo.html +310 -0
  217. package/docs/interfaces/RoomLabel.html +386 -0
  218. package/docs/interfaces/RoomRules.html +285 -0
  219. package/docs/interfaces/Rooms.html +285 -0
  220. package/docs/interfaces/Scissor.html +344 -0
  221. package/docs/interfaces/State.html +331 -0
  222. package/docs/interfaces/TagCacheInterface.html +362 -0
  223. package/docs/interfaces/TagConfig.html +565 -0
  224. package/docs/interfaces/TagGLTFObjectGroup.html +306 -0
  225. package/docs/interfaces/TagIconUrl.html +363 -0
  226. package/docs/interfaces/TagObjectGroup.html +306 -0
  227. package/docs/interfaces/TagStyle.html +316 -0
  228. package/docs/interfaces/Tags.html +2820 -0
  229. package/docs/interfaces/TemporaryState.html +303 -0
  230. package/docs/interfaces/Util.MagnifierParameter.html +391 -0
  231. package/docs/interfaces/Util.MouseGroupParameter.html +350 -0
  232. package/docs/interfaces/Util.PointIntersection.html +365 -0
  233. package/docs/modules/AreaMakerPluginType.html +323 -0
  234. package/docs/modules/CruisePluginTypes.html +328 -0
  235. package/docs/modules/CurrentPanoImagePluginType.html +297 -0
  236. package/docs/modules/GuideLineItem.html +289 -0
  237. package/docs/modules/GuideLineModeItem.html +294 -0
  238. package/docs/modules/GuideLinePluginType.html +350 -0
  239. package/docs/modules/PanoVideoPluginType.html +301 -0
  240. package/docs/modules/Util.html +351 -0
  241. package/docs/modules.html +540 -0
  242. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +331 -0
  243. package/docs/types/AreaMakerPluginType.PluginData.html +301 -0
  244. package/docs/types/AreaMakerPluginType.ServerData.html +301 -0
  245. package/docs/types/ArrayPosition.html +279 -0
  246. package/docs/types/AudioAppearance.html +279 -0
  247. package/docs/types/AudioTagTypeConfigKey.html +279 -0
  248. package/docs/types/CSS3DRenderExportType.html +279 -0
  249. package/docs/types/CSS3DRenderPluginExportType.html +279 -0
  250. package/docs/types/CSS3DRenderPluginParameterType.html +279 -0
  251. package/docs/types/ClassFunctionParameters.html +286 -0
  252. package/docs/types/Color.html +279 -0
  253. package/docs/types/ContentTypeConfigKey.html +279 -0
  254. package/docs/types/ContentTypeConfigKeySplit.html +279 -0
  255. package/docs/types/ContentTypeMap.html +279 -0
  256. package/docs/types/Create3DDomContainerReturnType.html +279 -0
  257. package/docs/types/Create3DElementReturnType.html +279 -0
  258. package/docs/types/CruisePluginExportType.html +279 -0
  259. package/docs/types/CruisePluginTypes.CruiseData.html +318 -0
  260. package/docs/types/CruisePluginTypes.MoveEffect.html +295 -0
  261. package/docs/types/CurrentPanoImagePluginExportType.html +279 -0
  262. package/docs/types/DeprecatedMediaPlaneProperty.html +291 -0
  263. package/docs/types/DeprecatedTagProperty.html +294 -0
  264. package/docs/types/Direction-1.html +279 -0
  265. package/docs/types/Direction4.html +279 -0
  266. package/docs/types/ElementRenderer.html +303 -0
  267. package/docs/types/FloorplanRuleLabels.html +282 -0
  268. package/docs/types/FloorplanServerRuleLabels.html +279 -0
  269. package/docs/types/GuideLinePluginExportType.html +279 -0
  270. package/docs/types/GuideLinePluginType.GuideLineItem.html +352 -0
  271. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +373 -0
  272. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +306 -0
  273. package/docs/types/GuideLinePluginType.GuideLineStyle.html +309 -0
  274. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +309 -0
  275. package/docs/types/GuideLinePluginType.PathItem.html +309 -0
  276. package/docs/types/GuideLinePluginType.PluginData.html +318 -0
  277. package/docs/types/HelperEventMap.html +517 -0
  278. package/docs/types/LoadTagConfig.html +279 -0
  279. package/docs/types/MapviewFloorplanPluginParameterType.html +279 -0
  280. package/docs/types/MapviewFloorplanPluginReturnType.html +279 -0
  281. package/docs/types/MediaData.html +300 -0
  282. package/docs/types/MediaStore.html +284 -0
  283. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +286 -0
  284. package/docs/types/ModelFloorplanPluginParameterType.html +279 -0
  285. package/docs/types/ModelFloorplanPluginReturnType.html +279 -0
  286. package/docs/types/ModelId.html +279 -0
  287. package/docs/types/ModelRoomLabelPluginParameters.html +279 -0
  288. package/docs/types/ModelRoomLabelPluginReturnType.html +279 -0
  289. package/docs/types/MoveArgs.html +289 -0
  290. package/docs/types/MoveOpts.html +287 -0
  291. package/docs/types/Object3DHelperEventMap.html +372 -0
  292. package/docs/types/ObjectFit.html +279 -0
  293. package/docs/types/PaintBrushEventMap.html +310 -0
  294. package/docs/types/PanoCompassPluginData.html +279 -0
  295. package/docs/types/PanoCompassPluginExportType.html +279 -0
  296. package/docs/types/PanoCompassPluginParameterType.html +279 -0
  297. package/docs/types/PanoFloorplanRadarPluginParameterType.html +279 -0
  298. package/docs/types/PanoFloorplanRadarPluginReturnType.html +279 -0
  299. package/docs/types/PanoIndex.html +279 -0
  300. package/docs/types/PanoMeasurePluginEvent.html +279 -0
  301. package/docs/types/PanoMeasureReturnType.html +279 -0
  302. package/docs/types/PanoSpatialTagPluginId.html +279 -0
  303. package/docs/types/PanoTagPluginExportInterface.html +279 -0
  304. package/docs/types/PanoTagPluginParamsInterface.html +279 -0
  305. package/docs/types/PanoVideoPluginParameterType.html +279 -0
  306. package/docs/types/PanoVideoPluginReturnType.html +279 -0
  307. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +287 -0
  308. package/docs/types/PipelinePluginParameterType.html +279 -0
  309. package/docs/types/PipelinePluginReturnType.html +279 -0
  310. package/docs/types/PlaneTag.html +287 -0
  311. package/docs/types/Point2DTag.html +287 -0
  312. package/docs/types/Point3DTag.html +287 -0
  313. package/docs/types/PointTag.html +284 -0
  314. package/docs/types/PointTagInstance.html +284 -0
  315. package/docs/types/Position.html +279 -0
  316. package/docs/types/RotateArgs.html +291 -0
  317. package/docs/types/RotateOpts.html +287 -0
  318. package/docs/types/RuleLabelsKey.html +279 -0
  319. package/docs/types/RuleLabelsValue.html +279 -0
  320. package/docs/types/StickType.html +279 -0
  321. package/docs/types/Tag.html +345 -0
  322. package/docs/types/Tag2D.html +287 -0
  323. package/docs/types/Tag3D.html +287 -0
  324. package/docs/types/TagConfigByKey.html +284 -0
  325. package/docs/types/TagContentType.html +279 -0
  326. package/docs/types/TagDimensionType.html +281 -0
  327. package/docs/types/TagElement.html +289 -0
  328. package/docs/types/TagEvents.html +332 -0
  329. package/docs/types/TagGLTFObject.html +302 -0
  330. package/docs/types/TagHooks.html +279 -0
  331. package/docs/types/TagId.html +279 -0
  332. package/docs/types/TagInstance.html +355 -0
  333. package/docs/types/TagPointType.html +282 -0
  334. package/docs/types/TagRendererMap.html +284 -0
  335. package/docs/types/TopviewFloorplanPluginParameterType.html +279 -0
  336. package/docs/types/TopviewFloorplanPluginReturnType.html +279 -0
  337. package/docs/types/WorkCode.html +279 -0
  338. package/docs/variables/FLOOR_TYPE_MAP.html +289 -0
  339. package/docs/variables/PLUGIN.html +279 -0
  340. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +282 -0
  341. package/docs/variables/ROOM_TYPE_MAP.html +289 -0
  342. package/docs/variables/defaultGlobalConfig.html +279 -0
  343. package/docs/variables/itemLabelPluginServerParams.html +286 -0
  344. package/docs/variables/modelItemLabelPluginServerParams.html +286 -0
  345. package/docs/variables/modelRoomLabelPluginServerParams.html +286 -0
  346. package/libs/PanoTagPlugin/controller/index.js +1 -1
  347. package/libs/base/BasePlugin.js +1 -1
  348. package/libs/shared-utils/logger.js +1 -1
  349. package/package.json +1 -1
package/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(te,ve){typeof exports=="object"&&typeof module!="undefined"?ve(exports,require("@realsee/five"),require("three"),require("three/examples/jsm/renderers/CSS3DRenderer"),require("hammerjs"),require("@realsee/five/line"),require("three/examples/jsm/loaders/FBXLoader"),require("earcut"),require("animejs"),require("@realsee/five/gltf-loader")):typeof define=="function"&&define.amd?define(["exports","@realsee/five","three","three/examples/jsm/renderers/CSS3DRenderer","hammerjs","@realsee/five/line","three/examples/jsm/loaders/FBXLoader","earcut","animejs","@realsee/five/gltf-loader"],ve):(te=typeof globalThis!="undefined"?globalThis:te||self,ve(te.dnalogel={},te.FiveSDK,te.THREE,te.CSS3DRenderer,te.Hammer,te.Line,te.FBXLoader,te.earcut,te.anime,te.GLTFLoader))})(this,function(te,ve,Q,Yi,ci,ws,Cs,Nn,Vt,Fn){"use strict";var Nk=Object.defineProperty,Fk=Object.defineProperties;var _k=Object.getOwnPropertyDescriptors;var Mf=Object.getOwnPropertySymbols;var Hk=Object.prototype.hasOwnProperty,Wk=Object.prototype.propertyIsEnumerable;var ol=(te,ve,Q)=>ve in te?Nk(te,ve,{enumerable:!0,configurable:!0,writable:!0,value:Q}):te[ve]=Q,V=(te,ve)=>{for(var Q in ve||(ve={}))Hk.call(ve,Q)&&ol(te,Q,ve[Q]);if(Mf)for(var Q of Mf(ve))Wk.call(ve,Q)&&ol(te,Q,ve[Q]);return te},me=(te,ve)=>Fk(te,_k(ve));var u=(te,ve,Q)=>(ol(te,typeof ve!="symbol"?ve+"":ve,Q),Q);var H=(te,ve,Q)=>new Promise((Yi,ci)=>{var ws=Vt=>{try{Nn(Q.next(Vt))}catch(Fn){ci(Fn)}},Cs=Vt=>{try{Nn(Q.throw(Vt))}catch(Fn){ci(Fn)}},Nn=Vt=>Vt.done?Yi(Vt.value):Promise.resolve(Vt.value).then(ws,Cs);Nn((Q=Q.apply(te,ve)).next())});function Ef(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 P=Ef(Q);function xf(){console.debug("%c %c@realsee/dnalogel %cv3.4.1",["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 Df(){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 rl(){}const al=()=>Promise.resolve(),ll={__queue:Promise.resolve()};function Sf(n=al){ll.__queue=ll.__queue.then(n).catch(al)}function Is(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 Ho(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function Ps(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 Lf(n,t,e=rl){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const Tf=window,cl=window.requestAnimationFrame||Tf.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function ks(n,t=0){t<=0?cl(n):cl(()=>ks(n,t-1))}var Et=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-Et.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?Et.Bounce.In(n*2)*.5:Et.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}}}}),Ui=function(){return performance.now()},dl=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=Ui()),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}(),Pi={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=Pi.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=Pi.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=Pi.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=Pi.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}}},Wo=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),Yo=new dl,Ms=function(){function n(t,e){e===void 0&&(e=Yo),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=Et.Linear.None,this._interpolationFunction=Pi.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=Wo.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.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,this},n.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=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=Ui()),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,d=!l&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(d){var h=i[r];if(h.length===0)continue;for(var f=[a],m=0,p=h.length;m<p;m+=1){var A=this._handleRelativeValue(a,h[m]);if(isNaN(A)){d=!1,console.warn("Found invalid interpolation list. Skipping.");break}f.push(A)}d&&(i[r]=f)}if((c==="object"||l)&&a&&!d){e[r]=l?[]:{};var g=a;for(var b in g)e[r][b]=g[b];s[r]=l?[]:{};var h=i[r];if(!this._isDynamic){var y={};for(var b in h)y[b]=h[b];i[r]=h=y}this._setupProperties(g,e[r],h,s[r],o)}else(typeof e[r]=="undefined"||o)&&(e[r]=a),l||(e[r]*=1),d?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=Ui()),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=Ui()),!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=Yo),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=Et.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=Pi.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){if(t===void 0&&(t=Ui()),e===void 0&&(e=!0),this._isPaused)return!0;var i,s,o=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>o)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),s=(t-this._startTime)/this._duration,s=this._duration===0||s>1?1:s;var r=this._easingFunction(s);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,r),this._onUpdateCallback&&this._onUpdateCallback(this._object,s),s===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(i in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[i]=="string"&&(this._valuesStartRepeat[i]=this._valuesStartRepeat[i]+parseFloat(this._valuesEnd[i])),this._yoyo&&this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var a=0,l=this._chainedTweens.length;a<l;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),d=!l&&c;d?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}(),jf="20.0.3",zf=Wo.nextId,Rt=Yo,Of=Rt.getAll.bind(Rt),Bf=Rt.removeAll.bind(Rt),Vf=Rt.add.bind(Rt),hl=Rt.remove.bind(Rt),Rf=Rt.update.bind(Rt),ul={Easing:Et,Group:dl,Interpolation:Pi,now:Ui,Sequence:Wo,nextId:zf,Tween:Ms,VERSION:jf,getAll:Of,removeAll:Bf,add:Vf,remove:hl,update:Rf};function Qf(n,t,e,i=Et.Linear.None){const s=new Ms(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var Zt=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(Zt||{});const _n=Symbol("$$PAINT_BRUSH_EVENT$$");function Es(n){return n[_n]||(n[_n]={}),n[_n]}function Gf(n){n[_n]||delete n[_n]}let Nf=class{hasListener(t){const e=Es(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=Es(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){Gf(this);return}const i=Es(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=Es(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 di(){return((1+Math.random())*65536|0).toString(16).substring(1)}function st(){return(di()+di()+"-"+di()+"-4"+di().substr(0,3)+"-"+di()+"-"+di()+di()+di()).toLowerCase()}const Ff=`
1
+ (function(te,ve){typeof exports=="object"&&typeof module!="undefined"?ve(exports,require("@realsee/five"),require("three"),require("three/examples/jsm/renderers/CSS3DRenderer"),require("hammerjs"),require("@realsee/five/line"),require("three/examples/jsm/loaders/FBXLoader"),require("earcut"),require("animejs"),require("@realsee/five/gltf-loader")):typeof define=="function"&&define.amd?define(["exports","@realsee/five","three","three/examples/jsm/renderers/CSS3DRenderer","hammerjs","@realsee/five/line","three/examples/jsm/loaders/FBXLoader","earcut","animejs","@realsee/five/gltf-loader"],ve):(te=typeof globalThis!="undefined"?globalThis:te||self,ve(te.dnalogel={},te.FiveSDK,te.THREE,te.CSS3DRenderer,te.Hammer,te.Line,te.FBXLoader,te.earcut,te.anime,te.GLTFLoader))})(this,function(te,ve,Q,Yi,ci,ws,Cs,Nn,Vt,Fn){"use strict";var Nk=Object.defineProperty,Fk=Object.defineProperties;var _k=Object.getOwnPropertyDescriptors;var Mf=Object.getOwnPropertySymbols;var Hk=Object.prototype.hasOwnProperty,Wk=Object.prototype.propertyIsEnumerable;var ol=(te,ve,Q)=>ve in te?Nk(te,ve,{enumerable:!0,configurable:!0,writable:!0,value:Q}):te[ve]=Q,V=(te,ve)=>{for(var Q in ve||(ve={}))Hk.call(ve,Q)&&ol(te,Q,ve[Q]);if(Mf)for(var Q of Mf(ve))Wk.call(ve,Q)&&ol(te,Q,ve[Q]);return te},me=(te,ve)=>Fk(te,_k(ve));var u=(te,ve,Q)=>(ol(te,typeof ve!="symbol"?ve+"":ve,Q),Q);var H=(te,ve,Q)=>new Promise((Yi,ci)=>{var ws=Vt=>{try{Nn(Q.next(Vt))}catch(Fn){ci(Fn)}},Cs=Vt=>{try{Nn(Q.throw(Vt))}catch(Fn){ci(Fn)}},Nn=Vt=>Vt.done?Yi(Vt.value):Promise.resolve(Vt.value).then(ws,Cs);Nn((Q=Q.apply(te,ve)).next())});function Ef(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 P=Ef(Q);function xf(){console.debug("%c %c@realsee/dnalogel %cv3.4.2-dev.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 Df(){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 rl(){}const al=()=>Promise.resolve(),ll={__queue:Promise.resolve()};function Sf(n=al){ll.__queue=ll.__queue.then(n).catch(al)}function Is(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 Ho(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function Ps(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 Lf(n,t,e=rl){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const Tf=window,cl=window.requestAnimationFrame||Tf.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function ks(n,t=0){t<=0?cl(n):cl(()=>ks(n,t-1))}var Et=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-Et.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?Et.Bounce.In(n*2)*.5:Et.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}}}}),Ui=function(){return performance.now()},dl=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=Ui()),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}(),Pi={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=Pi.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=Pi.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=Pi.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=Pi.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}}},Wo=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),Yo=new dl,Ms=function(){function n(t,e){e===void 0&&(e=Yo),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=Et.Linear.None,this._interpolationFunction=Pi.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=Wo.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.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,this},n.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=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=Ui()),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,d=!l&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(d){var h=i[r];if(h.length===0)continue;for(var f=[a],m=0,p=h.length;m<p;m+=1){var A=this._handleRelativeValue(a,h[m]);if(isNaN(A)){d=!1,console.warn("Found invalid interpolation list. Skipping.");break}f.push(A)}d&&(i[r]=f)}if((c==="object"||l)&&a&&!d){e[r]=l?[]:{};var g=a;for(var b in g)e[r][b]=g[b];s[r]=l?[]:{};var h=i[r];if(!this._isDynamic){var y={};for(var b in h)y[b]=h[b];i[r]=h=y}this._setupProperties(g,e[r],h,s[r],o)}else(typeof e[r]=="undefined"||o)&&(e[r]=a),l||(e[r]*=1),d?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=Ui()),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=Ui()),!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=Yo),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=Et.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=Pi.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){if(t===void 0&&(t=Ui()),e===void 0&&(e=!0),this._isPaused)return!0;var i,s,o=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>o)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),s=(t-this._startTime)/this._duration,s=this._duration===0||s>1?1:s;var r=this._easingFunction(s);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,r),this._onUpdateCallback&&this._onUpdateCallback(this._object,s),s===1)if(this._repeat>0){isFinite(this._repeat)&&this._repeat--;for(i in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[i]=="string"&&(this._valuesStartRepeat[i]=this._valuesStartRepeat[i]+parseFloat(this._valuesEnd[i])),this._yoyo&&this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i];return this._yoyo&&(this._reversed=!this._reversed),this._repeatDelayTime!==void 0?this._startTime=t+this._repeatDelayTime:this._startTime=t+this._delayTime,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var a=0,l=this._chainedTweens.length;a<l;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),d=!l&&c;d?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}(),jf="20.0.3",zf=Wo.nextId,Rt=Yo,Of=Rt.getAll.bind(Rt),Bf=Rt.removeAll.bind(Rt),Vf=Rt.add.bind(Rt),hl=Rt.remove.bind(Rt),Rf=Rt.update.bind(Rt),ul={Easing:Et,Group:dl,Interpolation:Pi,now:Ui,Sequence:Wo,nextId:zf,Tween:Ms,VERSION:jf,getAll:Of,removeAll:Bf,add:Vf,remove:hl,update:Rf};function Qf(n,t,e,i=Et.Linear.None){const s=new Ms(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var Zt=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(Zt||{});const _n=Symbol("$$PAINT_BRUSH_EVENT$$");function Es(n){return n[_n]||(n[_n]={}),n[_n]}function Gf(n){n[_n]||delete n[_n]}let Nf=class{hasListener(t){const e=Es(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=Es(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){Gf(this);return}const i=Es(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=Es(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 di(){return((1+Math.random())*65536|0).toString(16).substring(1)}function st(){return(di()+di()+"-"+di()+"-4"+di().substr(0,3)+"-"+di()+"-"+di()+di()+di()).toLowerCase()}const Ff=`
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 xg extends ae{constructor(t){super(),re(this,t,Eg,Mg,oe,{content:0},kg)}}function Dg(n){fe(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function Sg(n){let t,e;return t=new Pg({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Lg(n){let t,e;return t=new xg({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Tg(n){let t,e,i,s;const o=[Lg,Sg],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=D("div"),i&&i.c(),w(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){O(l,t,c),~e&&r[e].m(t,null),s=!0},p(l,[c]){let d=e;e=a(l),e===d?~e&&r[e].p(l,c):(i&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~e?(i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),E(i,1),i.m(t,null)):i=null)},i(l){s||(E(i),s=!0)},o(l){L(i),s=!1},d(l){l&&T(t),~e&&r[e].d()}}}function jg(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 nc extends ae{constructor(t){super(),re(this,t,jg,Tg,oe,{floorIndex:2,floorplanData:3},Dg)}}function zg(n){fe(n,"svelte-12pzct5",".floorplan-plugin__room-label-item.svelte-12pzct5{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-size.svelte-12pzct5{opacity:0.45}")}function Og(n){let t,e=n[8].outerHTML+"",i;return{c(){t=new Rs(!1),i=Ce(),t.a=i},m(s,o){t.m(e,s,o),O(s,i,o)},p(s,o){o&256&&e!==(e=s[8].outerHTML+"")&&t.p(e)},d(s){s&&T(i),s&&t.d()}}}function Bg(n){let t,e,i=n[1]&&sc(n),s=n[0]&&oc(n);return{c(){i&&i.c(),t=K(),s&&s.c(),e=Ce()},m(o,r){i&&i.m(o,r),O(o,t,r),s&&s.m(o,r),O(o,e,r)},p(o,r){o[1]?i?i.p(o,r):(i=sc(o),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),o[0]?s?s.p(o,r):(s=oc(o),s.c(),s.m(e.parentNode,e)):s&&(s.d(1),s=null)},d(o){i&&i.d(o),o&&T(t),s&&s.d(o),o&&T(e)}}}function sc(n){let t,e=n[2].name+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","floorplan-plugin__room-name")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&4&&e!==(e=s[2].name+"")&&Se(i,e)},d(s){s&&T(t)}}}function oc(n){let t,e;return{c(){t=D("span"),e=xe(n[7]),w(t,"class","floorplan-plugin__room-size svelte-12pzct5")},m(i,s){O(i,t,s),S(t,e)},p(i,s){s&128&&Se(e,i[7])},d(i){i&&T(t)}}}function Vg(n){let t,e,i;function s(a,l){if(a[3]===void 0)return Bg;if(a[8])return Og}let o=s(n),r=o&&o(n);return{c(){t=D("div"),r&&r.c(),w(t,"class","floorplan-plugin__room-label-item svelte-12pzct5"),z(t,"left",n[9]),z(t,"top",n[10]),z(t,"font-size",n[11]),z(t,"opacity",n[6]?"1":"0")},m(a,l){O(a,t,l),r&&r.m(t,null),e||(i=[$t(un.call(null,t)),ye(t,"clientWidth",n[19]),ye(t,"clientHeight",n[20])],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&64&&z(t,"opacity",a[6]?"1":"0")},i:Z,o:Z,d(a){a&&T(t),r&&r.d(),e=!1,Je(i)}}}function Rg(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],d=t[r][1];l>i!=d>i&&e<(c-a)*(i-l)/(d-l)+a&&(s=!s)}return s}function Qg(n,t,e){let i,s,o,r,a,{pxmm:l}=t,{roomAreaEnable:c}=t,{roomNameEnable:d}=t,{room:h}=t,{hoveredRoom:f}=t,{getRoomAreaText:m}=t,{getLabelElement:p}=t,{adaptiveRoomLabelVisibleEnable:A}=t;function g(_,W){if(W.width===0||W.height===0)return()=>!1;const F=_.path.map(({x:ke,y:be})=>[ke,be]),Y=_.roomLabel.position,{x:q,y:J}=Y,{width:ee,height:ue}=W,le=ee/2,Pe=ue/2;return function(be){const Ve=q*be,we=J*be,Ue=F.map(([Ie,ze])=>[Ie*be,ze*be]);return[[Ve+le,we-Pe],[Ve-le,we-Pe],[Ve-le,we+Pe],[Ve+le,we+Pe]].every(Ie=>Rg(Ie,Ue))}}const b=document.body.clientWidth,y=document.body.clientHeight,I=h.roomLabel,C=I.positionInImage.x*100+"%",x=I.positionInImage.y*100+"%",k=(b<500||y<500?10:14)+"px";let B=0,G=0,N=!1;f.subscribe(function(W){e(16,N=!!W&&W.id===h.id)});const U=_=>{e(4,B=_.detail)},R=_=>{e(5,G=_.detail)};return n.$$set=_=>{"pxmm"in _&&e(12,l=_.pxmm),"roomAreaEnable"in _&&e(0,c=_.roomAreaEnable),"roomNameEnable"in _&&e(1,d=_.roomNameEnable),"room"in _&&e(2,h=_.room),"hoveredRoom"in _&&e(13,f=_.hoveredRoom),"getRoomAreaText"in _&&e(14,m=_.getRoomAreaText),"getLabelElement"in _&&e(3,p=_.getLabelElement),"adaptiveRoomLabelVisibleEnable"in _&&e(15,A=_.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{n.$$.dirty&12&&e(8,i=p==null?void 0:p(h)),n.$$.dirty&16388&&e(7,s=h.size?m(h.size):""),n.$$.dirty&48&&e(18,o={width:B,height:G}),n.$$.dirty&262148&&e(17,r=o?g(h,o):void 0),n.$$.dirty&233472&&e(6,a=A?N?!0:!!(r!=null&&r(l)):!0)},[c,d,h,p,B,G,a,s,i,C,x,k,l,f,m,A,N,r,o,U,R]}class Gg extends ae{constructor(t){super(),re(this,t,Qg,Vg,oe,{pxmm:12,roomAreaEnable:0,roomNameEnable:1,room:2,hoveredRoom:13,getRoomAreaText:14,getLabelElement:3,adaptiveRoomLabelVisibleEnable:15},zg)}}function Ng(n){fe(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 rc(n,t,e){const i=n.slice();return i[12]=t[e],i}function ac(n){let t,e=[],i=new Map,s,o,r,a=n[8];const l=c=>c[12].id;for(let c=0;c<a.length;c+=1){let d=rc(n,a,c),h=l(d);i.set(h,e[c]=lc(h,d))}return{c(){t=D("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,d){O(c,t,d);for(let h=0;h<e.length;h+=1)e[h]&&e[h].m(t,null);s=!0,o||(r=[$t(un.call(null,t)),ye(t,"clientWidth",n[11])],o=!0)},p(c,d){d&447&&(a=c[8],de(),e=Tt(e,d,l,1,c,a,i,t,mi,lc,null,rc),he())},i(c){if(!s){for(let d=0;d<a.length;d+=1)E(e[d]);s=!0}},o(c){for(let d=0;d<e.length;d+=1)L(e[d]);s=!1},d(c){c&&T(t);for(let d=0;d<e.length;d+=1)e[d].d();o=!1,Je(r)}}}function lc(n,t){let e,i,s;const o=[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}];let r={};for(let a=0;a<o.length;a+=1)r=$e(r,o[a]);return i=new Gg({props:r}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(a,l){O(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&447?rt(o,[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}]):{};i.$set(c)},i(a){s||(E(i.$$.fragment,a),s=!0)},o(a){L(i.$$.fragment,a),s=!1},d(a){a&&T(e),ne(i,a)}}}function Fg(n){let t,e,i=n[8]&&ac(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[8]?i?(i.p(s,o),o&256&&E(i,1)):(i=ac(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function _g(n,t,e){let i,{floorIndex:s}=t,{roomAreaEnable:o}=t,{roomNameEnable:r}=t,{floorplanData:a}=t,{hoveredRoom:l}=t,{getRoomAreaText:c}=t,{getLabelElement:d}=t,{adaptiveRoomLabelVisibleEnable:h}=t,f=0,m=0;const p=A=>{e(6,f=A.detail)};return n.$$set=A=>{"floorIndex"in A&&e(9,s=A.floorIndex),"roomAreaEnable"in A&&e(0,o=A.roomAreaEnable),"roomNameEnable"in A&&e(1,r=A.roomNameEnable),"floorplanData"in A&&e(10,a=A.floorplanData),"hoveredRoom"in A&&e(2,l=A.hoveredRoom),"getRoomAreaText"in A&&e(3,c=A.getRoomAreaText),"getLabelElement"in A&&e(4,d=A.getLabelElement),"adaptiveRoomLabelVisibleEnable"in A&&e(5,h=A.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{if(n.$$.dirty&1536&&e(8,i=a.floorDatas[s].rooms),n.$$.dirty&1088){const{max:A,min:g}=a.bounding,b=A.x-g.x;e(7,m=f/b)}},[o,r,l,c,d,h,f,m,i,s,a,p]}class Hg extends ae{constructor(t){super(),re(this,t,_g,Fg,oe,{floorIndex:9,roomAreaEnable:0,roomNameEnable:1,floorplanData:10,hoveredRoom:2,getRoomAreaText:3,getLabelElement:4,adaptiveRoomLabelVisibleEnable:5},Ng)}}function Wg(n){fe(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 cc(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function dc(n,t,e){const i=n.slice();return i[14]=t[e],i}function hc(n){let t;return{c(){t=D("div"),w(t,"class","floorplan-plugin__rule-scale svelte-djlmk4"),z(t,"left",n[14].left*100+"%"),z(t,"bottom",n[14].bottom*100+"%")},m(e,i){O(e,t,i)},p:Z,d(e){e&&T(t)}}}function uc(n,t){let e,i,s=t[1](t[11].distance)+"",o,r;return{key:n,first:null,c(){e=D("div"),i=D("div"),o=xe(s),r=K(),w(i,"class","floorplan-plugin__rule-text svelte-djlmk4"),$(i,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-djlmk4"),z(e,"left",t[11].left*100+"%"),z(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){O(a,e,l),S(e,i),S(i,o),S(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&Se(o,s)},d(a){a&&T(e)}}}function Yg(n){let t,e,i,s,o,r,a=[],l=new Map,c,d=n[3],h=[];for(let p=0;p<d.length;p+=1)h[p]=hc(dc(n,d,p));let f=n[4];const m=p=>p[13];for(let p=0;p<f.length;p+=1){let A=cc(n,f,p),g=m(A);l.set(g,a[p]=uc(g,A))}return{c(){t=D("div"),e=D("div"),i=K(),s=D("div");for(let p=0;p<h.length;p+=1)h[p].c();o=K(),r=D("div");for(let p=0;p<a.length;p+=1)a[p].c();w(e,"class","floorplan-plugin__rule-line svelte-djlmk4"),w(s,"class","floorplan-plugin__rule-scale-wrapper svelte-djlmk4"),$(s,"is-row",n[2]),w(r,"class","floorplan-plugin__rule-text-wrapper svelte-djlmk4"),w(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+n[0]+" svelte-djlmk4"),$(t,"is-row",n[2]),z(t,"width",n[2]?"100%":1/16+"rem"),z(t,"height",n[2]?1/16+"rem":"100%")},m(p,A){O(p,t,A),S(t,e),S(t,i),S(t,s);for(let g=0;g<h.length;g+=1)h[g]&&h[g].m(s,null);S(t,o),S(t,r);for(let g=0;g<a.length;g+=1)a[g]&&a[g].m(r,null)},p(p,[A]){if(A&8){d=p[3];let g;for(g=0;g<d.length;g+=1){const b=dc(p,d,g);h[g]?h[g].p(b,A):(h[g]=hc(b),h[g].c(),h[g].m(s,null))}for(;g<h.length;g+=1)h[g].d(1);h.length=d.length}A&22&&(f=p[4],a=Tt(a,A,m,1,p,f,l,r,gr,uc,null,cc)),A&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+p[0]+" svelte-djlmk4")&&w(t,"class",c),A&5&&$(t,"is-row",p[2])},i:Z,o:Z,d(p){p&&T(t),St(h,p);for(let A=0;A<a.length;A+=1)a[A].d()}}}const pn=1e3,An=180;function Ug(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-(pn-An)*2,c=o.max.y-o.min.y-(pn-An)*2,d=s.map(([p,A])=>a?[p.x,A.x]:[p.y,A.y]).flat().sort().filter((p,A,g)=>A===0?!0:p!==g[A-1]),h=d.map(p=>{const A=a?(p-o.min.x-pn+An)/l:0,g=a?0:(p-o.min.y-pn+An)/c;return{left:A,bottom:g}});h.unshift({left:0,bottom:0}),h.push(a?{left:1,bottom:0}:{left:0,bottom:1});const f=d[d.length-1]-d[0],m=d.map((p,A,g)=>{const b=A===0?0:p-g[A-1],y=A===0?0:(p+g[A-1])/2,I=a?(y-o.min.x-pn+An)/l:0,C=a?0:(y-o.min.y-pn+An)/c;return{left:I,bottom:C,distance:b}}).filter(({distance:p})=>p/f>.1);return n.$$set=p=>{"type"in p&&e(0,i=p.type),"data"in p&&e(5,s=p.data),"bounding"in p&&e(6,o=p.bounding),"getRuleDistanceText"in p&&e(1,r=p.getRuleDistanceText)},[i,r,a,h,m,s,o]}class Xg extends ae{constructor(t){super(),re(this,t,Ug,Yg,oe,{type:0,data:5,bounding:6,getRuleDistanceText:1},Wg)}}function Zg(n){fe(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function fc(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=$e(r,o[a]);return i=new Xg({props:r}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(a,l){O(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&19?rt(o,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};i.$set(c)},i(a){s||(E(i.$$.fragment,a),s=!0)},o(a){L(i.$$.fragment,a),s=!1},d(a){a&&T(e),ne(i,a)}}}function Jg(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=fc(n,o,a),c=r(l);i.set(c,e[a]=mc(c,l))}return{c(){t=D("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),z(t,"width",n[3]),z(t,"height",n[2])},m(a,l){O(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],de(),e=Tt(e,l,r,1,a,o,i,t,mi,mc,null,fc),he()),l&8&&z(t,"width",a[3]),l&4&&z(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)E(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);s=!1},d(a){a&&T(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const gc=1e3,pc=180;function qg(n,t,e){let i,s,o,r,a,l,c,d,h,f,{floorIndex:m}=t,{floorplanData:p}=t,{getRuleDistanceText:A}=t;return n.$$set=g=>{"floorIndex"in g&&e(5,m=g.floorIndex),"floorplanData"in g&&e(6,p=g.floorplanData),"getRuleDistanceText"in g&&e(0,A=g.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=p.bounding),n.$$.dirty&96&&e(11,s=p.floorDatas[m].rules),n.$$.dirty&2048&&e(12,o=Object.keys(s)),n.$$.dirty&6144&&e(4,r=o.map(g=>[g,s[g]])),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-(gc-pc)*2),n.$$.dirty&2&&e(8,d=i.max.y-i.min.y-(gc-pc)*2),n.$$.dirty&1536&&e(3,h=c/a*100+"%"),n.$$.dirty&384&&e(2,f=d/l*100+"%")},[A,i,f,h,r,m,p,l,d,a,c,s,o]}class Kg extends ae{constructor(t){super(),re(this,t,qg,Jg,oe,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},Zg)}}function Js(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,d=l+","+c;return a===0?(e+="M"+d,e):s!=null&&s[a]?(e+="A"+s[a]+","+d,e):(e+="L"+d,e)}),e+(i?"Z":"")}function Ac({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function $g(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 ep(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 tp(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function ip(n){let t;return{c(){t=Oe("path"),w(t,"d",n[0]),w(t,"fill","#2F313A")},m(e,i){O(e,t,i)},p(e,[i]){i&1&&w(t,"d",e[0])},i:Z,o:Z,d(e){e&&T(t)}}}function np(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=Js(s,{needZ:!0}))},[i,s]}class sp extends ae{constructor(t){super(),re(this,t,np,ip,oe,{path:1})}}function op(n){let t,e,i,s,o,r;return{c(){t=Oe("defs"),e=Oe("pattern"),i=Oe("rect"),s=Oe("path"),o=K(),r=Oe("path"),w(i,"x","0"),w(i,"y","0"),w(i,"width",n[1]),w(i,"height",n[1]),w(i,"fill","#323747"),w(s,"d",n[2]),w(s,"stroke","#ffffff"),w(s,"stroke-opacity","0.06"),w(s,"stroke-width","0.5"),w(s,"fill","none"),w(e,"id","fpm-room-pattern-0"),w(e,"x","0"),w(e,"y","0"),w(e,"width",n[1]),w(e,"height",n[1]),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(r,"d",n[0]),w(r,"fill","url(#fpm-room-pattern-0)")},m(a,l){O(a,t,l),S(t,e),S(e,i),S(e,s),O(a,o,l),O(a,r,l)},p(a,[l]){l&1&&w(r,"d",a[0])},i:Z,o:Z,d(a){a&&T(t),a&&T(o),a&&T(r)}}}const br=6;function rp(n,t,e){let i,{path:s}=t;const o=br*2,r=`M0 ${br} h ${o} M${br} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=Js(s,{needZ:!0}))},[i,o,r,s]}class ap extends ae{constructor(t){super(),re(this,t,rp,op,oe,{path:3})}}function lp(n){let t,e,i,s,o,r,a,l,c,d,h;return{c(){t=Oe("defs"),e=Oe("pattern"),i=Oe("rect"),s=Oe("pattern"),o=Oe("rect"),r=K(),a=Oe("path"),l=K(),c=Oe("path"),d=K(),h=Oe("path"),w(i,"x","0"),w(i,"y","0"),w(i,"width","6"),w(i,"height","50"),w(i,"fill","none"),w(i,"stroke","#4B4B57"),w(i,"stroke-width","0.5"),w(e,"id","room-material-pattern-1"),w(e,"x","0"),w(e,"y","0"),w(e,"width","12"),w(e,"height","50"),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(o,"x","0"),w(o,"y","0"),w(o,"width","6"),w(o,"height","50"),w(o,"fill","none"),w(o,"stroke","#4B4B57"),w(o,"stroke-width","0.5"),w(s,"id","room-material-pattern-2"),w(s,"x","6"),w(s,"y","25"),w(s,"width","12"),w(s,"height","50"),w(s,"patternUnits","userSpaceOnUse"),w(s,"patternTransform","scale(50 50)"),w(a,"d",n[0]),w(a,"fill","#43434D"),w(c,"d",n[0]),w(c,"fill","url(#room-material-pattern-1)"),w(h,"d",n[0]),w(h,"fill","url(#room-material-pattern-2)")},m(f,m){O(f,t,m),S(t,e),S(e,i),S(t,s),S(s,o),O(f,r,m),O(f,a,m),O(f,l,m),O(f,c,m),O(f,d,m),O(f,h,m)},p(f,[m]){m&1&&w(a,"d",f[0]),m&1&&w(c,"d",f[0]),m&1&&w(h,"d",f[0])},i:Z,o:Z,d(f){f&&T(t),f&&T(r),f&&T(a),f&&T(l),f&&T(c),f&&T(d),f&&T(h)}}}function cp(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=Js(s,{needZ:!0}))},[i,s]}class dp extends ae{constructor(t){super(),re(this,t,cp,lp,oe,{path:1})}}function hp(n){fe(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 vc(n,t,e){const i=n.slice();return i[5]=t[e],i}function up(n){let t,e;return t=new ap({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function fp(n){let t,e;return t=new dp({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function mp(n){let t,e;return t=new sp({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function bc(n){let t,e,i,s;const o=[mp,fp,up],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=Oe("svg"),i.c(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(l,c){O(l,t,c),r[e].m(t,null),s=!0},p(l,c){let d=e;e=a(l),e===d?r[e].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),E(i,1),i.m(t,null))},i(l){s||(E(i),s=!0)},o(l){L(i),s=!1},d(l){l&&T(t),r[e].d()}}}function gp(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=bc(vc(n,i,r));const o=r=>L(s[r],1,1,()=>{s[r]=null});return{c(){t=D("div");for(let r=0;r<s.length;r+=1)s[r].c();w(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(r,a){O(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=vc(r,i,l);s[l]?(s[l].p(c,a),E(s[l],1)):(s[l]=bc(c),s[l].c(),E(s[l],1),s[l].m(t,null))}for(de(),l=i.length;l<s.length;l+=1)o(l);he()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)E(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)L(s[a]);e=!1},d(r){r&&T(t),St(s,r)}}}function pp(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=>me(V({},l),{path:l.path.map(c=>Ac(c,o.bounding))})))},[i,r,a,s,o]}class Ap extends ae{constructor(t){super(),re(this,t,pp,gp,oe,{floorIndex:3,floorplanData:4},hp)}}function vp(n){fe(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function bp(n){let t,e,i,s;return{c(){t=Oe("path"),w(t,"d",n[5]),w(t,"fill","#fff"),w(t,"style",n[2]),w(t,"id",e=`${n[1]}_${n[0].id}`),w(t,"class","svelte-qq2273")},m(o,r){O(o,t,r),i||(s=[ye(t,"mouseenter",n[3]),ye(t,"mouseleave",n[4])],i=!0)},p(o,[r]){r&4&&w(t,"style",o[2]),r&3&&e!==(e=`${o[1]}_${o[0].id}`)&&w(t,"id",e)},i:Z,o:Z,d(o){o&&T(t),i=!1,Je(s)}}}function yp(n,t,e){let i,s,{room:o}=t,{floorIndex:r}=t,{floorplanData:a}=t,{highlightData:l}=t,{hoveredRoom:c}=t;function d(){c==null||c.set(o)}function h(){c==null||c.set(void 0)}const{bounding:f}=a,m=Js(o.path,{needZ:!0,format:p=>Ac(p,f)});return n.$$set=p=>{"room"in p&&e(0,o=p.room),"floorIndex"in p&&e(1,r=p.floorIndex),"floorplanData"in p&&e(6,a=p.floorplanData),"highlightData"in p&&e(7,l=p.highlightData),"hoveredRoom"in p&&e(8,c=p.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,d,h,m,a,l,c,i]}class wp extends ae{constructor(t){super(),re(this,t,yp,bp,oe,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},vp)}}function Cp(n){fe(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 yc(n,t,e){const i=n.slice();return i[6]=t[e],i}function wc(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=$e(r,o[a]);return i=new wp({props:r}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(a,l){O(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&15?rt(o,[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}]):{};i.$set(c)},i(a){s||(E(i.$$.fragment,a),s=!0)},o(a){L(i.$$.fragment,a),s=!1},d(a){a&&T(e),ne(i,a)}}}function Ip(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=yc(n,r,l),d=a(c);s.set(d,i[l]=wc(d,c))}return{c(){t=D("div"),e=Oe("svg");for(let l=0;l<i.length;l+=1)i[l].c();w(e,"width","100%"),w(e,"height","100%"),w(e,"viewBox",`0 0 ${n[4]} ${n[5]}`),w(e,"class","svelte-1kqo6e4"),w(t,"class","floorplan-plugin__room-highlight svelte-1kqo6e4")},m(l,c){O(l,t,c),S(t,e);for(let d=0;d<i.length;d+=1)i[d]&&i[d].m(e,null);o=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,de(),i=Tt(i,c,a,1,l,r,s,e,mi,wc,null,yc),he())},i(l){if(!o){for(let c=0;c<r.length;c+=1)E(i[c]);o=!0}},o(l){for(let c=0;c<i.length;c+=1)L(i[c]);o=!1},d(l){l&&T(t);for(let c=0;c<i.length;c+=1)i[c].d()}}}function Pp(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 Cc extends ae{constructor(t){super(),re(this,t,Pp,Ip,oe,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},Cp)}}function kp(n){fe(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 Ic(n){let t,e=n[0].text+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","text svelte-1lm20n5"),z(t,"font-size",n[0].textFontSize+"px")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&Se(i,e),o&1&&z(t,"font-size",s[0].textFontSize+"px")},d(s){s&&T(t)}}}function Mp(n){let t,e,i,s,o=n[0].text&&Ic(n);return{c(){t=D("div"),e=D("img"),s=K(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),qe(e.src,i=n[0].imageURL)||w(e,"src",i),z(e,"width",n[0].imageWidth+"px"),z(e,"height",n[0].imageHeight+"px"),w(t,"class","missing-floor svelte-1lm20n5")},m(r,a){O(r,t,a),S(t,e),S(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!qe(e.src,i=r[0].imageURL)&&w(e,"src",i),a&1&&z(e,"width",r[0].imageWidth+"px"),a&1&&z(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=Ic(r),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},i:Z,o:Z,d(r){r&&T(t),o&&o.d()}}}function Ep(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class xp extends ae{constructor(t){super(),re(this,t,Ep,Mp,oe,{missingFloorConfig:0},kp)}}const pi="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAMAAAANf8AYAAAC2VBMVEUAAACCnP+Dn/+Enf+HqP+Gp/+Fof+Gpf+IrP+Lsf+Dof+Cmv+Lsv+Mtf+Eo/+Bmf+JrP+Hqf+Env+Krv+Fo/+Pu/+Ms/+Qvv+Hqf+RwP+KsP+Fpf+Mtv+Gov+Bnf+Qv/+Nt/+Krv+Ho/+Rwf+Ouv+Emv+Amv+SxP+Sw/+NuP+Mtf/G0f6huP+Ot/+JrP+Jqv+Dnv+crf6Uqv////+QvP+PvP+Ms//J0/3p9/+Ux/+Ouf+Krf+Iqf+Fpv+/zf6WsP+MpP+RqP+Uyf+Jy//V3P6Yuf+Qqf+Rqv/5/f+Sxf+Jy/////+Lx/+Ouf+Nw/+Owv+PwP+Jr/+Jq/+VvP+Vuv/c4v+Fnf+btP+InP+Blf/3+P6Txf+Jzf+Jyf+NxP+Qwf/t8/6Svv+Tvf/O1f7Czv3T2f6cu/+qvP7a4fvo7v77/v/o9//p9//0+v////+Vy//w9//k8/+B1f/v9/+D0/+UyP/u9v+D0v/i8f+F0v/g7/+G0P+KzP+Hz/////+Lx//s8/+Puf/h7P+Mxv/w9f7q8v/q8f2RwP/r8f6JrP/t8v6RvP/l6f7////j6P6VvP/f5/7q8P7a4P/U2f6au/+ZuP+ewf+auP+iu//n6f2Fn//j6P/h4fn9/v/4/P/3/P/o9v/l9P+F1P+B1f/i8v+UyP+J0f+E0f/h7//r8v6Izf/g7v/q8v6Pv//f7P7f7f/g7f+Lxf+MyP+Mw//k7v6Ow/+Ov//v8/2Pu//t8f+Tvv/p8P6Uu//q7v/i6P2Xvf+WuP/L1vypu//Azv7K0/zy8v/l8v/A4P/o9f/x+f+I0f/j8v+J0P/s9v/h8P+I0P/t9v/r9P6Lyv+Lyf/s9P/g7P+Myv/s8/7j7v+Jrv/q8P2Uwf+Epf+TuP/a3vzh5f3w8P/a4P20v//Nzfzx8f/Pz/Cg0P/f7//u9f/q8v7o8v7s8/7s8v3w9f+Sv/+TuP+Gp//s8fr///8/HFXHAAAA8nRSTlMANUQ/Z2JJXXaKTjCPmVMre3E6gFiylLxsxoVYnk5JwaOFU8utOjrV0KieQS2icWwzMC4Dt7aTQvjfrHprXD0zMyvpvUxGNjH+2sK9raeYkoiAcF5TUi0rKCYY2cy3pIJ/eGpEQDcxLx0S/Pv19PPu7Ovr5+Tk4eDe3NXU09DIsq2opKCViYN9e3V1cmZlXllVTk1GQDs2NTMwJw0K/vn28u/u5+Pj3tjNycjGw8DAua2pqJ6SjYyMf3BvaWNgWk5NSTc3MxT79PHw6efl2trY19PHurWysqWZe2xkXVlUPjo6OSskCO7Qzs6+vKCedmhdN1av0hoAAAV1SURBVEjHjZT3P9RxHMe1nCjcObo4cjpX5w53l7pUbnBGkr2TPZJKmiqVEQlJhGjvvfcm2nvvvXf5C3q/P98bkuR1D7+9n16v1/vzvtPrnAade/ty6anHJfFHOjkfXbe07PGxkuL4oqIjCzoDjHtxurzsRHmFStokjBDG/59JrwurOF2hkkUoIyKEQmFqatG3/xDnXlSGPZcKI5VKiVgsli+vrakpfNAx8UoVlpRWH6mUeMsVcm8vhah6WfXB3A6IlSlVKoE4KjxcgtNGRl1Ayzw9H+Z20DypMVkZZWKiUIi6oHj2PAbPs6Eh/+6/kBUpVUliIEQKGGcwGPbdiBpCQ/O//AMZJ218XW9igoHsGTwY7kopdMmSvTvbz/VGmiyhCARwWJ/Ss5CQ9pl3zVJZJCEwEszb6BtaGxrCn3XIyZP3trW3rybBWTCB1jy0sNGHeWM7+BgzrX4kJu752E57mWA5mIjsMRVxgGkrJpPpRvtJSywt3X2rPUSMuUgqIIzx37vRaLQeqNKEhN03/womg/bYhDJBBzdqvjsqYeHCHdfa1k9BF0QoEyuwoOadWc4sFutoXNzWGW2W3Axd8E3AxAZ6WNGeEoDl7EwPho/T0cDAtswb2Bi6kFx2VkwaDYgRI5zo9EUGRIGHD82e+ufrJ8uo+l31oQogYMJiOdFh2BQ03NTscEDAn8wKgQCeUsRTI8QEMhkYDDc1NTMLMuNwLAP8/a9Pbl0mJQlXhvVtrO2YNLce3Uew6IvAAsYtLS17gvwLCrKR0d3la0DsgdG3NiZVMBZacMh8L9CB2NjsS61eRiCtB4YH/Q21CMQKAgLnh1hYWAyJ3b9/40Qd09woppJhFytAnIPpBmBCCBjvjdrn59eKSU+SRWkZphu40IMBgRpAAMBmO7DZbL/786+s0TIpKqXOhgqGCKcnhOrd28HBlmj+2LFZWia9KjkqnHoa3BmsjG7wKIgDuSzQw9F29Gh+3jDunTseWas1zKtKYbiIsrEjZdAF2iPiYOvIz+Nyuebm5h6+HuvGa2xU0qhwBbkzayzjDO8y3IwgbAdHPp87zNx8sIvLYN/tvhc1TF1lWqSEwaMWgG3ABpIB4sC2HY2Ei0sf0O2YmLWr1CdQGRYp8SK3ic/ZnRWMLqQ+2xGRwUD069dvV8zcuRom+rlA6Y2MbgGmhAGEz4VYSPQF5cyZM6GFYl6eTlN6ixi6aE6PqDLQZRi4EKI/KOfGFjUzqCKsXu6l2RpuAKJxiI1tHhcQJAYOHDhgwOZZs4ZSTHR5lQQYPDW1DS4aELQxdyEIAANGjtk8c6aaqTslk8gVwIAN0w3rAEL2bMtHm12AIOHqenXaNDWztEwo9hKJGHjR6OO0yDSI1IGdoQ0iY0a6Tt+06fKUDRQzqKw8Qlxr1AXrwNqwDvGBA+BrGUDc3d3Xr5+SQZj0E2ERqXIjPAJYNUbD18FoWEeDbHLPzLyQ4ePjQ5i3x1RCubfmpqkjMMNo6KOJ5uqe+f58C9GoaD29XyVSYS1h4DftKeWDDN4AbACZMZAsExEKghWUNKXWhlPfA2P1qjmUT556a9jmQotWi/VOFael1lR7ep4JfRZy8nhpwtG4wMMB/gdi9/nNH+vhezsmJ+fG5quX12fomHl6J+KFy88uA2RJyJPE4wkL4wIPBfgXxO5HxGN7zNw5W2bNnLZhio+OmaR3LD6tplrLfKeYAwX7/O6Dje/2dpniwuKiwoMHH+bn7723Z8/uHTu2fpg9+3p29sYrWVnr1l1cO2HCUFCGT+tshUcWLPj6IDf37ued27Z9unXz2owZU6dOnnxp4sQ1q1ePH79KN6vbQWc1SrfrTit6lO5NO6/F8yZNmofBfgNTwRQLsPLsHQAAAABJRU5ErkJggg==";function Pc(n){return n*180/Math.PI}function Dp(n){fe(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 Sp(n){let t,e;return{c(){t=D("div"),e=D("div"),w(e,"class","floorplan__camera-rotate svelte-17cl35n"),z(e,"background-image",`url(${n[0]||pi})`),z(e,"width",n[4]),z(e,"height",n[4]),z(e,"left","-"+n[4]),z(e,"top","-"+n[4]),z(e,"transform",`rotate(${n[3]}deg)`),z(e,"transform-origin",`${n[4]} ${n[4]}`),w(t,"class","floorplan__camera-position svelte-17cl35n"),z(t,"left",n[1]),z(t,"top",n[2])},m(i,s){O(i,t,s),S(t,e)},p(i,[s]){s&1&&z(e,"background-image",`url(${i[0]||pi})`);const o=s&1;o&&z(e,"width",i[4]),o&&z(e,"height",i[4]),o&&z(e,"left","-"+i[4]),o&&z(e,"top","-"+i[4]),o&&z(e,"transform",`rotate(${i[3]}deg)`),o&&z(e,"transform-origin",`${i[4]} ${i[4]}`)},i:Z,o:Z,d(i){i&&T(t)}}}function Lp(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,d=l.positionInImage.y,h=c*100+"%",f=d*100+"%",m=-Pc(o)+45,p=document.body.clientWidth,A=document.body.clientHeight,b=`${(p<500||A<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,h,f,m,b,i,s,o]}let Tp=class extends ae{constructor(t){super(),re(this,t,Lp,Sp,oe,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},Dp)}};const jp="data:image/png;base64,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";function zp(n){fe(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 Op(n){let t,e,i,s,o;return{c(){t=D("div"),e=D("div"),i=K(),s=D("span"),o=xe(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),z(e,"background-image",`url(${jp})`),w(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),w(t,"class","floorplan-plugin__compass svelte-rpkaro"),z(t,"transform",n[2])},m(r,a){O(r,t,a),S(t,e),S(t,i),S(t,s),S(s,o)},p(r,a){a&1&&Se(o,r[0])},d(r){r&&T(t)}}}function Bp(n){let t,e=n[1]&&Op(n);return{c(){e&&e.c(),t=Ce()},m(i,s){e&&e.m(i,s),O(i,t,s)},p(i,[s]){i[1]&&e.p(i,s)},i:Z,o:Z,d(i){e&&e.d(i),i&&T(t)}}}function Vp(n){return n/Math.PI*180}function Rp(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?Vp(o):0)+90}deg)`;return n.$$set=d=>{"floorplanData"in d&&e(3,i=d.floorplanData),"northDesc"in d&&e(0,s=d.northDesc)},[s,r,l,i]}class Qp extends ae{constructor(t){super(),re(this,t,Rp,Bp,oe,{floorplanData:3,northDesc:0},zp)}}function Gp(n){fe(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 Np(n){let t,e,i,s,o,r,a,l,c,d;const h=[{floorIndex:n[2],floorplanData:n[10]}];let f={};for(let C=0;C<h.length;C+=1)f=$e(f,h[C]);t=new Ap({props:f});let m=(n[3]||n[5])&&kc(n);const p=[{floorplanData:n[10],floorIndex:n[2]}];let A={};for(let C=0;C<p.length;C+=1)A=$e(A,p[C]);s=new nc({props:A});let g=n[6]&&Mc(n),b=n[9]&&Ec(n),y=n[4]&&xc(n),I=n[20]&&Dc(n);return{c(){se(t.$$.fragment),e=K(),m&&m.c(),i=K(),se(s.$$.fragment),o=K(),g&&g.c(),r=K(),b&&b.c(),a=K(),y&&y.c(),l=K(),I&&I.c(),c=Ce()},m(C,x){ie(t,C,x),O(C,e,x),m&&m.m(C,x),O(C,i,x),ie(s,C,x),O(C,o,x),g&&g.m(C,x),O(C,r,x),b&&b.m(C,x),O(C,a,x),y&&y.m(C,x),O(C,l,x),I&&I.m(C,x),O(C,c,x),d=!0},p(C,x){const k=x&1028?rt(h,[{floorIndex:C[2],floorplanData:C[10]}]):{};t.$set(k),C[3]||C[5]?m?(m.p(C,x),x&40&&E(m,1)):(m=kc(C),m.c(),E(m,1),m.m(i.parentNode,i)):m&&(de(),L(m,1,1,()=>{m=null}),he());const B=x&1028?rt(p,[{floorplanData:C[10],floorIndex:C[2]}]):{};s.$set(B),C[6]?g?(g.p(C,x),x&64&&E(g,1)):(g=Mc(C),g.c(),E(g,1),g.m(r.parentNode,r)):g&&(de(),L(g,1,1,()=>{g=null}),he()),C[9]?b?(b.p(C,x),x&512&&E(b,1)):(b=Ec(C),b.c(),E(b,1),b.m(a.parentNode,a)):b&&(de(),L(b,1,1,()=>{b=null}),he()),C[4]?y?(y.p(C,x),x&16&&E(y,1)):(y=xc(C),y.c(),E(y,1),y.m(l.parentNode,l)):y&&(de(),L(y,1,1,()=>{y=null}),he()),C[20]?I?(I.p(C,x),x&1048576&&E(I,1)):(I=Dc(C),I.c(),E(I,1),I.m(c.parentNode,c)):I&&(de(),L(I,1,1,()=>{I=null}),he())},i(C){d||(E(t.$$.fragment,C),E(m),E(s.$$.fragment,C),E(g),E(b),E(y),E(I),d=!0)},o(C){L(t.$$.fragment,C),L(m),L(s.$$.fragment,C),L(g),L(b),L(y),L(I),d=!1},d(C){ne(t,C),C&&T(e),m&&m.d(C),C&&T(i),ne(s,C),C&&T(o),g&&g.d(C),C&&T(r),b&&b.d(C),C&&T(a),y&&y.d(C),C&&T(l),I&&I.d(C),C&&T(c)}}}function Fp(n){let t,e;return t=new xp({props:{missingFloorConfig:n[16]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&65536&&(o.missingFloorConfig=i[16]),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function kc(n){let t,e;const i=[{floorIndex:n[2],floorplanData:n[10],hoveredRoom:n[22],highlightData:n[15]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Cc({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&4228100?rt(i,[{floorIndex:o[2],floorplanData:o[10],hoveredRoom:o[22],highlightData:o[15]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Mc(n){let t,e;const i=[{floorplanData:n[10],roomAreaEnable:n[7],roomNameEnable:n[8],floorIndex:n[2],getRoomAreaText:n[11],getLabelElement:n[12],hoveredRoom:n[22],adaptiveRoomLabelVisibleEnable:n[14]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Hg({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&4218244?rt(i,[{floorplanData:o[10],roomAreaEnable:o[7],roomNameEnable:o[8],floorIndex:o[2],getRoomAreaText:o[11],getLabelElement:o[12],hoveredRoom:o[22],adaptiveRoomLabelVisibleEnable:o[14]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Ec(n){let t,e;const i=[{floorplanData:n[10],floorIndex:n[2],getRuleDistanceText:n[13]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Kg({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&9220?rt(i,[{floorplanData:o[10],floorIndex:o[2],getRuleDistanceText:o[13]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function xc(n){let t,e;const i=[{panoIndex:n[0],floorplanData:n[10],lastPanoramaLongitude:n[17],cameraImageUrl:n[18]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Tp({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&394241?rt(i,[{panoIndex:o[0],floorplanData:o[10],lastPanoramaLongitude:o[17],cameraImageUrl:o[18]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Dc(n){let t,e;return t=new Qp({props:{floorplanData:n[10],northDesc:n[19]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1024&&(o.floorplanData=i[10]),s&524288&&(o.northDesc=i[19]),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function _p(n){let t,e,i,s,o;const r=[Fp,Np],a=[];function l(c,d){return c[21]?1:0}return e=l(n),i=a[e]=r[e](n),{c(){t=D("div"),i.c(),w(t,"class",s=Qe(`floorplan-plugin__floor${n[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(c,d){O(c,t,d),a[e].m(t,null),o=!0},p(c,[d]){let h=e;e=l(c),e===h?a[e].p(c,d):(de(),L(a[h],1,1,()=>{a[h]=null}),he(),i=a[e],i?i.p(c,d):(i=a[e]=r[e](c),i.c()),E(i,1),i.m(t,null)),(!o||d&2&&s!==(s=Qe(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",s)},i(c){o||(E(i),o=!0)},o(c){L(i),o=!1},d(c){c&&T(t),a[e].d()}}}function Hp(n,t,e){let i,s,{panoIndex:o}=t,{isCurrent:r}=t,{floorIndex:a}=t,{highlightEnable:l}=t,{cameraEnable:c}=t,{hoverEnable:d}=t,{roomLabelsEnable:h}=t,{roomAreaEnable:f}=t,{roomNameEnable:m}=t,{ruleLabelsEnable:p}=t,{floorplanData:A}=t,{getRoomAreaText:g}=t,{getLabelElement:b}=t,{getRuleDistanceText:y}=t,{adaptiveRoomLabelVisibleEnable:I}=t,{highlightData:C}=t,{missingFloorConfig:x}=t,{lastPanoramaLongitude:k}=t,{cameraImageUrl:B}=t,{northDesc:G}=t,{compassEnable:N}=t;const U=vr(void 0);return n.$$set=R=>{"panoIndex"in R&&e(0,o=R.panoIndex),"isCurrent"in R&&e(1,r=R.isCurrent),"floorIndex"in R&&e(2,a=R.floorIndex),"highlightEnable"in R&&e(3,l=R.highlightEnable),"cameraEnable"in R&&e(4,c=R.cameraEnable),"hoverEnable"in R&&e(5,d=R.hoverEnable),"roomLabelsEnable"in R&&e(6,h=R.roomLabelsEnable),"roomAreaEnable"in R&&e(7,f=R.roomAreaEnable),"roomNameEnable"in R&&e(8,m=R.roomNameEnable),"ruleLabelsEnable"in R&&e(9,p=R.ruleLabelsEnable),"floorplanData"in R&&e(10,A=R.floorplanData),"getRoomAreaText"in R&&e(11,g=R.getRoomAreaText),"getLabelElement"in R&&e(12,b=R.getLabelElement),"getRuleDistanceText"in R&&e(13,y=R.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in R&&e(14,I=R.adaptiveRoomLabelVisibleEnable),"highlightData"in R&&e(15,C=R.highlightData),"missingFloorConfig"in R&&e(16,x=R.missingFloorConfig),"lastPanoramaLongitude"in R&&e(17,k=R.lastPanoramaLongitude),"cameraImageUrl"in R&&e(18,B=R.cameraImageUrl),"northDesc"in R&&e(19,G=R.northDesc),"compassEnable"in R&&e(20,N=R.compassEnable)},n.$$.update=()=>{n.$$.dirty&1028&&e(23,i=A.floorDatas[a]),n.$$.dirty&8388608&&e(21,s=i.rooms.length>0)},[o,r,a,l,c,d,h,f,m,p,A,g,b,y,I,C,x,k,B,G,N,s,U,i]}let Wp=class extends ae{constructor(t){super(),re(this,t,Hp,_p,oe,{panoIndex:0,isCurrent:1,floorIndex:2,highlightEnable:3,cameraEnable:4,hoverEnable:5,roomLabelsEnable:6,roomAreaEnable:7,roomNameEnable:8,ruleLabelsEnable:9,floorplanData:10,getRoomAreaText:11,getLabelElement:12,getRuleDistanceText:13,adaptiveRoomLabelVisibleEnable:14,highlightData:15,missingFloorConfig:16,lastPanoramaLongitude:17,cameraImageUrl:18,northDesc:19,compassEnable:20},Gp)}};function Yp(n){fe(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function Sc(n,t,e){const i=n.slice();return i[22]=t[e],i}function Lc(n){let t,e,i,s=n[13].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Tc(Sc(n,s,a));const r=a=>L(o[a],1,1,()=>{o[a]=null});return{c(){t=D("div");for(let a=0;a<o.length;a+=1)o[a].c();w(t,"class","floorplan-main svelte-86bqav")},m(a,l){O(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&4194300){s=n[13].floorDatas;let c;for(c=0;c<s.length;c+=1){const d=Sc(n,s,c);o[c]?(o[c].p(d,l),E(o[c],1)):(o[c]=Tc(d),o[c].c(),E(o[c],1),o[c].m(t,null))}for(de(),c=s.length;c<o.length;c+=1)r(c);he()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)E(o[l]);e||_e(()=>{e=xi(t,et,{duration:n[0],easing:Kt}),e.start()}),i=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)L(o[l]);i=!1},d(a){a&&T(t),St(o,a)}}}function Tc(n){let t,e;const i=[{hoverEnable:n[6],highlightEnable:n[7],floorplanData:n[13],getRoomAreaText:n[16],getLabelElement:n[17],getRuleDistanceText:n[18],roomLabelsEnable:n[9],roomAreaEnable:n[10],roomNameEnable:n[11],ruleLabelsEnable:n[12],adaptiveRoomLabelVisibleEnable:n[19],highlightData:n[20],missingFloorConfig:n[21],panoIndex:n[3],cameraEnable:n[5],cameraImageUrl:n[15],lastPanoramaLongitude:n[14],compassEnable:n[8],northDesc:n[2]},{floorIndex:n[22].floorIndex},{isCurrent:n[22].floorIndex===n[4]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Wp({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&4194300?rt(i,[r&4194284&&{hoverEnable:o[6],highlightEnable:o[7],floorplanData:o[13],getRoomAreaText:o[16],getLabelElement:o[17],getRuleDistanceText:o[18],roomLabelsEnable:o[9],roomAreaEnable:o[10],roomNameEnable:o[11],ruleLabelsEnable:o[12],adaptiveRoomLabelVisibleEnable:o[19],highlightData:o[20],missingFloorConfig:o[21],panoIndex:o[3],cameraEnable:o[5],cameraImageUrl:o[15],lastPanoramaLongitude:o[14],compassEnable:o[8],northDesc:o[2]},r&8192&&{floorIndex:o[22].floorIndex},r&8208&&{isCurrent:o[22].floorIndex===o[4]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Up(n){let t,e,i=n[1]&&Lc(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&E(i,1)):(i=Lc(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function Xp(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:d}=t,{compassEnable:h}=t,{roomLabelsEnable:f}=t,{roomAreaEnable:m}=t,{roomNameEnable:p}=t,{ruleLabelsEnable:A}=t,{floorplanData:g}=t,{lastPanoramaLongitude:b}=t,{cameraImageUrl:y}=t,{getRoomAreaText:I}=t,{getLabelElement:C}=t,{getRuleDistanceText:x}=t,{adaptiveRoomLabelVisibleEnable:k}=t,{highlightData:B}=t,{missingFloorConfig:G}=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,d=N.highlightEnable),"compassEnable"in N&&e(8,h=N.compassEnable),"roomLabelsEnable"in N&&e(9,f=N.roomLabelsEnable),"roomAreaEnable"in N&&e(10,m=N.roomAreaEnable),"roomNameEnable"in N&&e(11,p=N.roomNameEnable),"ruleLabelsEnable"in N&&e(12,A=N.ruleLabelsEnable),"floorplanData"in N&&e(13,g=N.floorplanData),"lastPanoramaLongitude"in N&&e(14,b=N.lastPanoramaLongitude),"cameraImageUrl"in N&&e(15,y=N.cameraImageUrl),"getRoomAreaText"in N&&e(16,I=N.getRoomAreaText),"getLabelElement"in N&&e(17,C=N.getLabelElement),"getRuleDistanceText"in N&&e(18,x=N.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in N&&e(19,k=N.adaptiveRoomLabelVisibleEnable),"highlightData"in N&&e(20,B=N.highlightData),"missingFloorConfig"in N&&e(21,G=N.missingFloorConfig)},[i,s,o,r,a,l,c,d,h,f,m,p,A,g,b,y,I,C,x,k,B,G]}let yr=class extends ae{constructor(t){super(),re(this,t,Xp,Up,oe,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,ruleLabelsEnable:12,floorplanData:13,lastPanoramaLongitude:14,cameraImageUrl:15,getRoomAreaText:16,getLabelElement:17,getRuleDistanceText:18,adaptiveRoomLabelVisibleEnable:19,highlightData:20,missingFloorConfig:21},Yp)}};const Zp="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 Jp(n){return H(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(s){return H(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 qp(n){return{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}}function Kp(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(qp),rules:n.rules}}function $p(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function eA(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 Ai(n){return H(this,null,function*(){const t=yield Jp(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(Kp),s=n.computed_data.entrance?eA(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map($p)}})}function tA(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:Zp,width:45,height:48},a=tp(o,t),l=$g(o,e),c=ep(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function iA(n,t){return t(n),n}function vn(n,t){return iA({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function jc(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 wr(n,t,e=gi.BOUNDING_CENTER){const i=jc(n,t),s=jc(n,t+1);return e===gi.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===gi.CEILING?s:i}function Cr(n,t,e,i){const s=wr(n,e,i==null?void 0:i.attachedTo),o=new P.Vector3(0,s,0),r=new P.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 bn=class{constructor(t,e){u(this,"VERSION","3.4.1");u(this,"five");u(this,"hooks",new Xi);u(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 Ko(this.staticPrefix,t)}},ti=class extends bn{};var At=(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))(At||{});const zc=500,nA=80;function Di(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function Oc(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 Di(r,a,e)||Di(r+i,a,e)}Object.assign(window,{nearlyEqual:Di,nearlyEqualRad:Oc});function sA(n){return Object.prototype.toString.call(n)==="[object Object]"}function Bc(n){return sA(n)&&!!n.isVector3}function Ir(n,t){return H(this,null,function*(){const[e]=yield fn(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(!oA(i,s))throw new Error("pose 与预期不符")})}function oA(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"?Oc(i,s,2):typeof i=="number"&&typeof s=="number"?Di(i,s,2):Bc(s)&&Bc(i)?s.distanceTo(i)<.01:i===s})}function rA(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!(!Di(e,r,2)||!Di(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!Di(s,c,2))}function Vc(n,t,e=!0){return H(this,null,function*(){if(rA(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const[d]=yield fn(Ir(n,[t.mode,t,void 0,e]));if(d)throw d;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 fn(n.updateCamera(vn(t,["mode"]),l,e));if(c)throw new Error(At.UpdateCameraError)})}function yn(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 aA(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 lA(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 cA=class extends ti{constructor(e,i){var l,c,d;super(e);u(this,"name","modelFloorplanPlugin");u(this,"state");u(this,"data");u(this,"showState");u(this,"showPromise");u(this,"app");u(this,"panoIndex",0);u(this,"floorIndex",0);u(this,"selector");u(this,"showRejection");u(this,"wrapper");u(this,"container",document.createElement("div"));u(this,"lastPanoramaLongitude",0);u(this,"size",{width:0,height:0});u(this,"defaultMissingFloorConfig");u(this,"hasAddedEventListener",!1);u(this,"isHiddenByHideFunc",!1);u(this,"highlightData",{});u(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")});u(this,"show",(...i)=>H(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)}));u(this,"hide",(...i)=>H(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));u(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=Cr(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});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,At.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});u(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}))});u(this,"_show",e=>H(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(At.ModelNotLoaded);if(!this.data)throw new Error(At.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=V(V({},i),e),o=()=>H(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=h=>{a=!0,l=h};const[c]=yield fn(Vc(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(At.UnknownError);if(!this.updateSize())throw new Error(At.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:zc;yn(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}));u(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,At.BreakOffByHide),this.showPromise=void 0;const s=V(V({},{userAction:!0,isAutoHide:!1}),e);yn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});u(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});u(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)});u(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});u(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||lA(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});u(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});u(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();aA(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i,isAutoHide:!0}))});u(this,"onFiveWantsGesture",(e,i)=>{if(this.state.visible&&(i.length>1||e==="mouseWheel"))return!1});u(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});u(this,"onFiveWantsTapGesture",()=>this.handleClick());u(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});u(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:nA/((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:(d=(c=i.i18n)==null?void 0:c.call(i,"暂无平面图"))!=null?d:"暂无平面图",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,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:pi,attachedTo:gi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:V(V({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRuleDistanceText:h=>h.toString()},o=i?vn(i,["selector","scale"]):{},r=V(V({},s.missingFloorConfig),o.missingFloorConfig),a=me(V(V({},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 H(this,null,function*(){function o(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!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 Ai(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 H(this,null,function*(){return yield Ai(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?V(V({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?me(V(V({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=me(V(V({},this.state),e),{config:r}),!ot(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("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=me(V({},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 yr({target:this.container,intro:!0,props:i})}};const dA=(n,t)=>new cA(n,t);function hA(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 uA(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 fA=class extends ti{constructor(e,i){var l,c;super(e);u(this,"name","modelFloorplanPlugin");u(this,"state");u(this,"data");u(this,"showState");u(this,"showPromise");u(this,"app");u(this,"panoIndex",0);u(this,"floorIndex",0);u(this,"selector");u(this,"showRejection");u(this,"wrapper");u(this,"container",document.createElement("div"));u(this,"lastPanoramaLongitude",0);u(this,"size",{width:0,height:0});u(this,"defaultMissingFloorConfig");u(this,"hasAddedEventListener",!1);u(this,"isHiddenByHideFunc",!1);u(this,"highlightData",{});u(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")});u(this,"show",(...i)=>H(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)}));u(this,"hide",(...i)=>H(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));u(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=Cr(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});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,At.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});u(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}))});u(this,"_show",e=>H(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(At.ModelNotLoaded);if(!this.data)throw new Error(At.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=V(V({},i),e),o=()=>H(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=h=>{a=!0,l=h};const[c]=yield fn(Vc(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(At.UnknownError);if(!this.updateSize())throw new Error(At.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:zc;yn(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}));u(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,At.BreakOffByHide),this.showPromise=void 0;const s=V(V({},{userAction:!0,isAutoHide:!1}),e);yn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});u(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});u(this,"onFiveModelLoaded",()=>{const i=this.five.model.bounding.getCenter(new P.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)});u(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});u(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&&uA(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0}))});u(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});u(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();this.updatePosition(),this.updateSize(),hA(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});u(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});u(this,"onFiveWantsTapGesture",()=>this.handleClick());u(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});u(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,cameraImageUrl:pi,attachedTo:gi.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:V(V({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:d=>d,getRoomAreaText:d=>(d/1e6).toFixed(1)+"㎡",getRuleDistanceText:d=>d.toString()},o=i?vn(i,["selector","scale"]):{},r=V(V({},s.missingFloorConfig),o.missingFloorConfig),a=me(V(V({},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 H(this,null,function*(){function o(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!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 Ai(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=wr(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new P.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 H(this,null,function*(){return yield Ai(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?V(V({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?me(V(V({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=me(V(V({},this.state),e),{config:r}),!ot(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=me(V({},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 yr({target:this.container,intro:!0,props:i})}};const mA=(n,t)=>new fA(n,t);let gA=class extends ti{constructor(e,i){var l,c;super(e);u(this,"name","topviewFloorplanPlugin");u(this,"state");u(this,"data");u(this,"app");u(this,"selector");u(this,"panoIndex",0);u(this,"floorIndex",0);u(this,"wrapper");u(this,"container",document.createElement("div"));u(this,"lastPanoramaLongitude",0);u(this,"size",{width:0,height:0});u(this,"defaultMissingFloorConfig");u(this,"hasAddedEventListener",!1);u(this,"isHiddenByHideFunc",!1);u(this,"highlightData",{});u(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=Cr(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});u(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")});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(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})});u(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)});u(this,"onFiveModeChange",(...[e,,,,i])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});u(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});u(this,"onFiveCameraUpdate",(e,i)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});u(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});u(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});u(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}))});u(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,cameraImageUrl:pi,attachedTo:gi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:V(V({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:d=>d,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:d=>(d/1e6).toFixed(1)+"㎡",getRuleDistanceText:d=>d.toString()},o=i?vn(i,["selector","scale"]):{},r=V(V({},s.missingFloorConfig),o.missingFloorConfig),a=me(V(V({},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 H(this,null,function*(){function o(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!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 Ai(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=wr(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new P.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 H(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 H(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 H(this,null,function*(){return yield Ai(e.data)})}_show(e){return H(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 Ir(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;yn(this.five,o,s),this.hooks.emit("showAnimationEnded",{userAction:i,auto:!1}),this.render()})}_hide(e){return H(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;yn(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?V(V({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?me(V(V({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=me(V(V({},this.state),e),{config:r}),!ot(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=me(V({},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 yr({target:this.container,intro:!0,props:i})}};const pA=(n,t)=>new gA(n,t);function Pr(n,t=200){let e;return function(...i){e||(n(...i),e=setTimeout(function(){e=null},t))}}function AA(n){fe(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 vA(n){let t,e,i;return{c(){t=D("div"),e=D("div"),i=D("div"),w(i,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),z(i,"background-image","url("+(n[0]||pi)+")"),z(i,"transform",n[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),z(e,"transform",n[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),z(t,"opacity",n[3]?1:0)},m(s,o){O(s,t,o),S(t,e),S(e,i)},p(s,[o]){o&1&&z(i,"background-image","url("+(s[0]||pi)+")"),(o&1||o&3)&&z(i,"transform",s[1]),o&4&&z(e,"transform",s[2]),o&8&&z(t,"opacity",s[3]?1:0)},i:Z,o:Z,d(s){s&&T(t)}}}function bA(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function yA(n,t,e){var y,I;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:d}=t,h=a.getCurrentState().panoIndex,f=a.getCurrentState().longitude,m=(I=(y=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:y.floorIndex)!=null?I:0;function p(C,x){const k=C.bounding,B=C.observers[x];if(!B)return"";const G=(k.max.x-k.min.x)*l,N=(k.max.y-k.min.y)*l,U=Math.floor(B.positionInImage.x*G),R=Math.floor(B.positionInImage.y*N);return`translate(${U}px, ${R}px)`}function A(C){e(7,h=C)}function g(C){e(9,m=a.work.observers[C].floorIndex)}const b=Pr(C=>{e(8,f=C.longitude)},1e3/60);return pt(()=>(a.on("panoWillArrive",A),a.on("panoArrived",g),a.on("cameraDirectionUpdate",b),function(){a.off("panoWillArrive",A),a.off("panoArrived",g),a.off("cameraDirectionUpdate",b)})),n.$$set=C=>{"five"in C&&e(4,a=C.five),"pxmm"in C&&e(5,l=C.pxmm),"floorplanData"in C&&e(6,c=C.floorplanData),"cameraImageUrl"in C&&e(0,d=C.cameraImageUrl)},n.$$.update=()=>{n.$$.dirty&576&&e(10,i=c.floorDatas[m]),n.$$.dirty&1024&&e(3,s=i.rooms.length>0),n.$$.dirty&192&&e(2,o=p(c,h)),n.$$.dirty&256&&e(1,r=bA(f))},[d,r,o,s,a,l,c,h,f,m,i]}class wA extends ae{constructor(t){super(),re(this,t,yA,vA,oe,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},AA)}}function CA(n){fe(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 Rc(n,t,e){const i=n.slice();return i[1]=t[e],i}function Qc(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=D("div"),i=D("div"),r=K(),w(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),z(i,"background-image",`url(${t[1].icon.url})`),z(i,"width",s),z(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),z(e,"top",a),z(e,"left",l),this.first=e},m(c,d){O(c,e,d),S(e,i),S(e,r)},p(c,d){t=c,d&1&&z(i,"background-image",`url(${t[1].icon.url})`);const h=d&1;h&&z(i,"width",s),h&&z(i,"height",o),d&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&z(e,"top",a),d&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&z(e,"left",l)},d(c){c&&T(e)}}}function IA(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=Rc(n,s,r),l=o(a);i.set(l,e[r]=Qc(l,a))}return{c(){t=D("div");for(let r=0;r<e.length;r+=1)e[r].c();w(t,"class","plugin-pano-floorplan__extra-objects svelte-1i87fz7")},m(r,a){O(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=Tt(e,a,o,1,r,s,i,t,gr,Qc,null,Rc))},i:Z,o:Z,d(r){r&&T(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function PA(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class kA extends ae{constructor(t){super(),re(this,t,PA,IA,oe,{extraObjects:0},CA)}}function MA(n){fe(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 EA(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let d=0;d<a.length;d+=1)l=$e(l,a[d]);t=new nc({props:l}),i=new kA({props:{extraObjects:n[7]}});let c=n[3]&&Gc(n);return{c(){se(t.$$.fragment),e=K(),se(i.$$.fragment),s=K(),c&&c.c(),o=Ce()},m(d,h){ie(t,d,h),O(d,e,h),ie(i,d,h),O(d,s,h),c&&c.m(d,h),O(d,o,h),r=!0},p(d,h){const f=h&20?rt(a,[{floorIndex:d[2],floorplanData:d[4]}]):{};t.$set(f);const m={};h&128&&(m.extraObjects=d[7]),i.$set(m),d[3]?c?(c.p(d,h),h&8&&E(c,1)):(c=Gc(d),c.c(),E(c,1),c.m(o.parentNode,o)):c&&(de(),L(c,1,1,()=>{c=null}),he())},i(d){r||(E(t.$$.fragment,d),E(i.$$.fragment,d),E(c),r=!0)},o(d){L(t.$$.fragment,d),L(i.$$.fragment,d),L(c),r=!1},d(d){ne(t,d),d&&T(e),ne(i,d),d&&T(s),c&&c.d(d),d&&T(o)}}}function xA(n){let t,e,i;return{c(){t=D("div"),e=D("img"),w(e,"class","missing-floor-image svelte-18287ai"),qe(e.src,i=n[6])||w(e,"src",i),w(e,"alt","缺省楼层"),w(t,"class","missing-floor-wrapper svelte-18287ai")},m(s,o){O(s,t,o),S(t,e)},p(s,o){o&64&&!qe(e.src,i=s[6])&&w(e,"src",i)},i:Z,o:Z,d(s){s&&T(t)}}}function Gc(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=$e(s,i[o]);return t=new Cc({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&567?rt(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||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function DA(n){let t,e,i,s;const o=[xA,EA],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Ce()},m(l,c){r[t].m(l,c),O(l,i,c),s=!0},p(l,[c]){let d=t;t=a(l),t===d?r[t].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),E(e,1),e.m(i.parentNode,i))},i(l){s||(E(e),s=!0)},o(l){L(e),s=!1},d(l){r[t].d(l),l&&T(i)}}}function SA(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:d}=t,{extraObjects:h=[]}=t,{highlightData:f}=t,{missingFloorImageUrl:m}=t;const p=void 0;return n.$$set=A=>{"five"in A&&e(0,r=A.five),"pxmm"in A&&e(1,a=A.pxmm),"floorIndex"in A&&e(2,l=A.floorIndex),"hoverEnable"in A&&e(3,c=A.hoverEnable),"floorplanData"in A&&e(4,d=A.floorplanData),"extraObjects"in A&&e(10,h=A.extraObjects),"highlightData"in A&&e(5,f=A.highlightData),"missingFloorImageUrl"in A&&e(6,m=A.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(11,i=d.floorDatas[l]),n.$$.dirty&2048&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=h==null?void 0:h.filter(A=>A.floorIndex===l))},[r,a,l,c,d,f,m,o,s,p,h,i]}class LA extends ae{constructor(t){super(),re(this,t,SA,DA,oe,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},MA)}}function TA(n){fe(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 Nc(n){let t,e,i,s,o=n[8]!==0&&Fc(n);return{c(){t=D("div"),o&&o.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){O(r,t,a),o&&o.m(t,null),e=!0,i||(s=[$t(un.call(null,t)),ye(t,"clientWidth",n[14]),ye(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&E(o,1)):(o=Fc(r),o.c(),E(o,1),o.m(t,null)):o&&(de(),L(o,1,1,()=>{o=null}),he())},i(r){e||(E(o),e=!0)},o(r){L(o),e=!1},d(r){r&&T(t),o&&o.d(),i=!1,Je(s)}}}function Fc(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=$e(c,l[f]);e=new LA({props:c});const d=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let h={};for(let f=0;f<d.length;f+=1)h=$e(h,d[f]);return s=new wA({props:h}),{c(){t=D("div"),se(e.$$.fragment),i=K(),se(s.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),z(t,"width",o),z(t,"height",r)},m(f,m){O(f,t,m),ie(e,t,null),S(t,i),ie(s,t,null),a=!0},p(f,m){const p=m&6381?rt(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(p);const A=m&2073?rt(d,[{pxmm:f[11],five:f[0],floorplanData:f[3],cameraImageUrl:f[4]}]):{};s.$set(A),m&1024&&o!==(o=`${f[10]}px`)&&z(t,"width",o),m&8192&&r!==(r=`${f[13]}px`)&&z(t,"height",r)},i(f){a||(E(e.$$.fragment,f),E(s.$$.fragment,f),a=!0)},o(f){L(e.$$.fragment,f),L(s.$$.fragment,f),a=!1},d(f){f&&T(t),ne(e),ne(s)}}}function jA(n){let t,e,i=n[1]&&Nc(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&E(i,1)):(i=Nc(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function zA(n,t,e){var C,x;let{five:i}=t,{visible:s}=t,{hoverEnable:o}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,{missingFloorImageUrl:d}=t,h=0,f=(x=(C=i.work.observers[i.getCurrentState().panoIndex])==null?void 0:C.floorIndex)!=null?x:0,m=0,p=0,A=0,g=0;function b(k){e(12,f=i.work.observers[k].floorIndex)}pt(()=>(i.on("panoArrived",b),()=>{i.off("panoArrived",b)}));const y=k=>{e(8,m=k.detail)},I=k=>{e(9,p=k.detail)};return n.$$set=k=>{"five"in k&&e(0,i=k.five),"visible"in k&&e(1,s=k.visible),"hoverEnable"in k&&e(2,o=k.hoverEnable),"floorplanData"in k&&e(3,r=k.floorplanData),"cameraImageUrl"in k&&e(4,a=k.cameraImageUrl),"extraObjects"in k&&e(5,l=k.extraObjects),"highlightData"in k&&e(6,c=k.highlightData),"missingFloorImageUrl"in k&&e(7,d=k.missingFloorImageUrl)},n.$$.update=()=>{if(n.$$.dirty&1800){const k=Math.min(m,p),{max:B,min:G}=r.bounding,N=B.x-G.x,U=B.y-G.y,R=function(){return N>U?[k,k/N*U]:[k/U*N,k]}();e(10,A=R[0]),e(13,g=R[1]),e(11,h=A/N)}},[i,s,o,r,a,l,c,d,m,p,A,h,f,g,y,I]}class OA extends ae{constructor(t){super(),re(this,t,zA,jA,oe,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},TA)}}let BA=class extends ti{constructor(e,i){super(e);u(this,"name","panoFloorplanRadarPlugin");u(this,"state");u(this,"data");u(this,"app");u(this,"wrapperSelector","");u(this,"wrapper",null);u(this,"disposed",!1);u(this,"extraObjects",[]);u(this,"highlightData",{});u(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(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:pi,missingFloorImageUrl:this.staticPrefix+"/release/web/saas/missing-floor.d687a5ed.png"},o=V(V({},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 H(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 Ai(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return H(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 H(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.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=tA(e,this.five,this.data),this.render())}formatData(e){return H(this,null,function*(){return yield Ai(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?V(V({},s.config),e.config):s.config;this.state=me(V(V({},this.state),e),{config:o}),!ot(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=me(V({},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 OA({target:this.wrapper,props:e})}};const VA=(n,t)=>new BA(n,t),RA=[{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:"和室"}],QA=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],GA=[{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:"写字楼"}],kr=(n,t,e)=>{const i=new P.Matrix4,s=new P.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},NA=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(kr(s,0,0)),o&&n.applyMatrix4(kr(0,o,0)),r&&n.applyMatrix4(kr(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function _c(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=V({map:s.material.map||{}},t);s.material=new Q.MeshBasicMaterial(o),s.renderOrder=1,((i=e.parent)==null?void 0:i.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}const FA=(n,t)=>{var A;const e=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/dipan2.f38a21cc.FBX",i=(A=t.north_rad)!=null?A:void 0,s={};let o={x:0,y:0,z:0},r=[0,0,0],a=1,l=i;n.on("modelLoaded",p);const c=g=>H(this,null,function*(){var C;const b=(g==null?void 0:g.fbx_url)||e;if(l=(C=g==null?void 0:g.north_rad)!=null?C:i,typeof l!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');const I=yield new Cs.FBXLoader().loadAsync(b);return _c(I,{transparent:!0,side:P.DoubleSide,blending:P.AdditiveBlending}),s.object=I,p(),!0}),d=({latitude:g})=>{if(!s.object)return;const b=h(g);b&&(s.object.position.y=b)},h=g=>{if(s.yBase===void 0)return;const b=.6;if(g>=Math.PI/4)return s.yBase-(b+1.6);const y=g*(4/Math.PI);return s.yBase-(b*y+1.6)},f=()=>{if(!s.object)return;const g=h(n.getPose().latitude);g&&(s.object.position.y=g),n.scene.add(s.object),n.needsRender=!0,n.on("cameraDirectionUpdate",d)},m=()=>{s.object&&(n.scene.remove(s.object),n.needsRender=!0,n.off("cameraDirectionUpdate",d))};function p(){const g=s.object;if(!g)return;const b=n.model.bounding,y=b.max.x-b.min.x,I=b.max.z-b.min.z,C=Math.max(y,I),{max:{x,z:k},min:{x:B,y:G,z:N}}=b;s.yBase=G,o={x:(x+B)/2,y:G-1.6,z:(k+N)/2},r=[0,l-Math.PI/2,0],a=.0045*C,NA(g,{position:o,rotation:r,scale:a})}return{load:c,disable:m,enable:f}};function _A(n,t){var c,d,h,f,m;const e=(c=t==null?void 0:t.size)!=null?c:512,i=(d=t==null?void 0:t.fontSize)!=null?d:e*(35/256)*1.2,s=(h=t==null?void 0:t.backgroundColor)!=null?h:"rgba(0,0,0,0)",o=(f=t==null?void 0:t.fontColor)!=null?f:"#fff",r=(m=t==null?void 0:t.textAlign)!=null?m:"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 Q.CanvasTexture(a)}const HA=({x:n,y:t,z:e})=>new Q.Vector3(n,t,e),WA=(n,t)=>{var A,g,b;const e={},i=(A=t.animationEnabled)!=null?A:!0,s=(g=t.position)!=null?g:void 0,o=(b=t.rad)!=null?b:void 0,r=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx",a=[],l=y=>H(this,null,function*(){var U,R,_,W,F,Y,q,J;const I=(U=y==null?void 0:y.position)!=null?U:s;if(!I)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const C=HA(I),x=(R=y==null?void 0:y.rad)!=null?R:o,k=(_=y==null?void 0:y.fbx_url)!=null?_:r;if(e.rad=x,x===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${x}`));const B=yield new Cs.FBXLoader().loadAsync(k);B.position.copy(C),B.rotation.z=x,B.scale.set(.8,.8,.8),_c(B,{transparent:!0,side:P.DoubleSide});const G=(q=(Y=(F=(W=B.children)==null?void 0:W[0])==null?void 0:F.children)==null?void 0:Y[3])==null?void 0:q.clone();if(!G)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${G}`));const N=(J=t.name)!=null?J:"入户门";return G.material=new Q.MeshBasicMaterial({transparent:!0,map:_A(N)}),G.renderOrder=3,B.children[0].add(G),e.object=B,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const y=1,I=new Q.AnimationMixer(e.object);a.push(I);const C=I.clipAction(e.object.animations[0]);C.timeScale=y;let x;const k=()=>{let U=0,R=0;const _=1e3/30,W=F=>{U=requestAnimationFrame(W);const Y=F-R;Y<_||(R=F,a.forEach(q=>q.update(Y/1e3)),n.needsRender=!0)};return U=requestAnimationFrame(W),()=>{cancelAnimationFrame(U)}},N={play:()=>{x||(C.play(),x=k(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{C.stop(),x==null||x(),x=void 0}};e.animation=N},d=y=>{var C;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((C=y==null?void 0:y.animationEnable)!=null?C:i)&&(e.animation||c(),e.animation.play()),n.scene.add(e.object),n.needsRender=!0},h=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},f=y=>y==="Floorplan"?d():h();return{load:l,enable:y=>(e.enabled||(e.enabled=!0,f(n.currentMode),n.on("modeChange",f),d(y)),!0),disable:()=>(e.enabled&&(e.enabled=!1,h(),n.off("modeChange",f)),!0)}},YA=Et;function UA(n,t,e,i=YA.Linear.None){const s=new Ms(n).to(t,e).easing(i);Ls(()=>s.start(0));const o=$i(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 XA(n,t){return UA({progress:0},{progress:1},n,t)}var Hc=(n=>(n.Move="Move",n.Rotate="Rotate",n))(Hc||{}),Ft=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(Ft||{});const qs=Math.PI*2;function Wc(n){return(n%qs+qs)%qs}function Yc(n){return n%qs}function Mr(n,t,e){return n+(t-n)*e}const Er=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Wc(n),r=Wc(t);return e===Ft.Anticlockwise&&o<r&&(o+=s),e===Ft.Clockwise&&r<o&&(r+=s),e===Ft.Loop&&r-o>i?Er(o,r,Ft.Anticlockwise):e===Ft.Loop&&o-r>i?Er(o,r,Ft.Clockwise):{from:o,to:r}},ZA=n=>{const t={},e=(l,c,...d)=>H(this,[l,c,...d],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((h,f)=>{const m=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;m!==void 0?n.moveToPano(m,V({duration:r,moveEndCallback:()=>h(!0),moveCancelCallback:()=>f(new Error("move canceled"))},o)):f(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Yc(r.latitude),l=Yc(o.latitude),{from:c,to:d}=Er(r.longitude,o.longitude,o.rotation||Ft.Loop),h=r.fov,f=o.fov;return{from:{latitude:a,longitude:c,fov:h},to:{latitude:l,longitude:d,fov:f}}};return{move:e,rotate:(l,c,...d)=>H(this,[l,c,...d],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==ve.Five.Mode.Panorama&&(yield n.changeMode(ve.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((m,p)=>{if(!o.panoIndex){m(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>m(!0),moveCancelCallback:()=>p(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:h,to:f}=i(o);return yield new Promise(m=>{const p=({progress:I})=>{const C={};C.longitude=Mr(h.longitude,f.longitude,I),C.latitude=Mr(h.latitude,f.latitude,I),C.fov=Mr(h.fov,f.fov,I),n.setState(C,!0)},A=()=>{m(!0)},g=()=>{m(!1)},b=o.rotateSpeed?Math.ceil(Math.abs(f.longitude-h.longitude)/o.rotateSpeed*1e3):r,y=XA(b,Et.Linear.None).onUpdate(p).onComplete(A).onDestroy(g);o.rotation===Ft.Loop&&y.repeat(1/0).yoyo(!0),t.interruptCallback=(I=!0)=>{y.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),m(I)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Uc(n,t){return n.x===t.x&&n.y===t.y}function Xc(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function Ks(n,t){return(t.y-n.y)/(t.x-n.x)}function Zc(n,t,e){const i=Ks(n[1],n[0]),s=Ks(t[1],t[0]);if(isNaN(i)||isNaN(s)||Xc(i,s))return!1;if($s(n[0],t))return n[0];if($s(n[1],t))return n[1];if($s(t[0],n))return t[0];if($s(t[1],n))return t[1];if(e&&!qA(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 $s(n,t){return Uc(n,t[0])||Uc(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&&Xc(Ks(t[0],n),Ks(n,t[1]))}function JA(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 eo(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function qA(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)&&eo(t[0],n[1],n[0])*eo(n[1],t[1],n[0])>0&&eo(n[0],t[1],t[0])*eo(t[1],n[1],t[0])>0?1:0}function Jc(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Jc(n,t-1))}const KA=`<style type="text/css">
194
+ `;return n.$$set=o=>{"content"in o&&e(0,i=o.content)},[i,s]}class xg extends ae{constructor(t){super(),re(this,t,Eg,Mg,oe,{content:0},kg)}}function Dg(n){fe(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function Sg(n){let t,e;return t=new Pg({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Lg(n){let t,e;return t=new xg({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Tg(n){let t,e,i,s;const o=[Lg,Sg],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=D("div"),i&&i.c(),w(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){O(l,t,c),~e&&r[e].m(t,null),s=!0},p(l,[c]){let d=e;e=a(l),e===d?~e&&r[e].p(l,c):(i&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~e?(i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),E(i,1),i.m(t,null)):i=null)},i(l){s||(E(i),s=!0)},o(l){L(i),s=!1},d(l){l&&T(t),~e&&r[e].d()}}}function jg(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 nc extends ae{constructor(t){super(),re(this,t,jg,Tg,oe,{floorIndex:2,floorplanData:3},Dg)}}function zg(n){fe(n,"svelte-12pzct5",".floorplan-plugin__room-label-item.svelte-12pzct5{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-size.svelte-12pzct5{opacity:0.45}")}function Og(n){let t,e=n[8].outerHTML+"",i;return{c(){t=new Rs(!1),i=Ce(),t.a=i},m(s,o){t.m(e,s,o),O(s,i,o)},p(s,o){o&256&&e!==(e=s[8].outerHTML+"")&&t.p(e)},d(s){s&&T(i),s&&t.d()}}}function Bg(n){let t,e,i=n[1]&&sc(n),s=n[0]&&oc(n);return{c(){i&&i.c(),t=K(),s&&s.c(),e=Ce()},m(o,r){i&&i.m(o,r),O(o,t,r),s&&s.m(o,r),O(o,e,r)},p(o,r){o[1]?i?i.p(o,r):(i=sc(o),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),o[0]?s?s.p(o,r):(s=oc(o),s.c(),s.m(e.parentNode,e)):s&&(s.d(1),s=null)},d(o){i&&i.d(o),o&&T(t),s&&s.d(o),o&&T(e)}}}function sc(n){let t,e=n[2].name+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","floorplan-plugin__room-name")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&4&&e!==(e=s[2].name+"")&&Se(i,e)},d(s){s&&T(t)}}}function oc(n){let t,e;return{c(){t=D("span"),e=xe(n[7]),w(t,"class","floorplan-plugin__room-size svelte-12pzct5")},m(i,s){O(i,t,s),S(t,e)},p(i,s){s&128&&Se(e,i[7])},d(i){i&&T(t)}}}function Vg(n){let t,e,i;function s(a,l){if(a[3]===void 0)return Bg;if(a[8])return Og}let o=s(n),r=o&&o(n);return{c(){t=D("div"),r&&r.c(),w(t,"class","floorplan-plugin__room-label-item svelte-12pzct5"),z(t,"left",n[9]),z(t,"top",n[10]),z(t,"font-size",n[11]),z(t,"opacity",n[6]?"1":"0")},m(a,l){O(a,t,l),r&&r.m(t,null),e||(i=[$t(un.call(null,t)),ye(t,"clientWidth",n[19]),ye(t,"clientHeight",n[20])],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&64&&z(t,"opacity",a[6]?"1":"0")},i:Z,o:Z,d(a){a&&T(t),r&&r.d(),e=!1,Je(i)}}}function Rg(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],d=t[r][1];l>i!=d>i&&e<(c-a)*(i-l)/(d-l)+a&&(s=!s)}return s}function Qg(n,t,e){let i,s,o,r,a,{pxmm:l}=t,{roomAreaEnable:c}=t,{roomNameEnable:d}=t,{room:h}=t,{hoveredRoom:f}=t,{getRoomAreaText:m}=t,{getLabelElement:p}=t,{adaptiveRoomLabelVisibleEnable:A}=t;function g(_,W){if(W.width===0||W.height===0)return()=>!1;const F=_.path.map(({x:ke,y:be})=>[ke,be]),Y=_.roomLabel.position,{x:q,y:J}=Y,{width:ee,height:ue}=W,le=ee/2,Pe=ue/2;return function(be){const Ve=q*be,we=J*be,Ue=F.map(([Ie,ze])=>[Ie*be,ze*be]);return[[Ve+le,we-Pe],[Ve-le,we-Pe],[Ve-le,we+Pe],[Ve+le,we+Pe]].every(Ie=>Rg(Ie,Ue))}}const b=document.body.clientWidth,y=document.body.clientHeight,I=h.roomLabel,C=I.positionInImage.x*100+"%",x=I.positionInImage.y*100+"%",k=(b<500||y<500?10:14)+"px";let B=0,G=0,N=!1;f.subscribe(function(W){e(16,N=!!W&&W.id===h.id)});const U=_=>{e(4,B=_.detail)},R=_=>{e(5,G=_.detail)};return n.$$set=_=>{"pxmm"in _&&e(12,l=_.pxmm),"roomAreaEnable"in _&&e(0,c=_.roomAreaEnable),"roomNameEnable"in _&&e(1,d=_.roomNameEnable),"room"in _&&e(2,h=_.room),"hoveredRoom"in _&&e(13,f=_.hoveredRoom),"getRoomAreaText"in _&&e(14,m=_.getRoomAreaText),"getLabelElement"in _&&e(3,p=_.getLabelElement),"adaptiveRoomLabelVisibleEnable"in _&&e(15,A=_.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{n.$$.dirty&12&&e(8,i=p==null?void 0:p(h)),n.$$.dirty&16388&&e(7,s=h.size?m(h.size):""),n.$$.dirty&48&&e(18,o={width:B,height:G}),n.$$.dirty&262148&&e(17,r=o?g(h,o):void 0),n.$$.dirty&233472&&e(6,a=A?N?!0:!!(r!=null&&r(l)):!0)},[c,d,h,p,B,G,a,s,i,C,x,k,l,f,m,A,N,r,o,U,R]}class Gg extends ae{constructor(t){super(),re(this,t,Qg,Vg,oe,{pxmm:12,roomAreaEnable:0,roomNameEnable:1,room:2,hoveredRoom:13,getRoomAreaText:14,getLabelElement:3,adaptiveRoomLabelVisibleEnable:15},zg)}}function Ng(n){fe(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 rc(n,t,e){const i=n.slice();return i[12]=t[e],i}function ac(n){let t,e=[],i=new Map,s,o,r,a=n[8];const l=c=>c[12].id;for(let c=0;c<a.length;c+=1){let d=rc(n,a,c),h=l(d);i.set(h,e[c]=lc(h,d))}return{c(){t=D("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,d){O(c,t,d);for(let h=0;h<e.length;h+=1)e[h]&&e[h].m(t,null);s=!0,o||(r=[$t(un.call(null,t)),ye(t,"clientWidth",n[11])],o=!0)},p(c,d){d&447&&(a=c[8],de(),e=Tt(e,d,l,1,c,a,i,t,mi,lc,null,rc),he())},i(c){if(!s){for(let d=0;d<a.length;d+=1)E(e[d]);s=!0}},o(c){for(let d=0;d<e.length;d+=1)L(e[d]);s=!1},d(c){c&&T(t);for(let d=0;d<e.length;d+=1)e[d].d();o=!1,Je(r)}}}function lc(n,t){let e,i,s;const o=[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}];let r={};for(let a=0;a<o.length;a+=1)r=$e(r,o[a]);return i=new Gg({props:r}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(a,l){O(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&447?rt(o,[{pxmm:t[7],room:t[12],hoveredRoom:t[2],roomAreaEnable:t[0],roomNameEnable:t[1],getLabelElement:t[4],getRoomAreaText:t[3],adaptiveRoomLabelVisibleEnable:t[5]}]):{};i.$set(c)},i(a){s||(E(i.$$.fragment,a),s=!0)},o(a){L(i.$$.fragment,a),s=!1},d(a){a&&T(e),ne(i,a)}}}function Fg(n){let t,e,i=n[8]&&ac(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[8]?i?(i.p(s,o),o&256&&E(i,1)):(i=ac(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function _g(n,t,e){let i,{floorIndex:s}=t,{roomAreaEnable:o}=t,{roomNameEnable:r}=t,{floorplanData:a}=t,{hoveredRoom:l}=t,{getRoomAreaText:c}=t,{getLabelElement:d}=t,{adaptiveRoomLabelVisibleEnable:h}=t,f=0,m=0;const p=A=>{e(6,f=A.detail)};return n.$$set=A=>{"floorIndex"in A&&e(9,s=A.floorIndex),"roomAreaEnable"in A&&e(0,o=A.roomAreaEnable),"roomNameEnable"in A&&e(1,r=A.roomNameEnable),"floorplanData"in A&&e(10,a=A.floorplanData),"hoveredRoom"in A&&e(2,l=A.hoveredRoom),"getRoomAreaText"in A&&e(3,c=A.getRoomAreaText),"getLabelElement"in A&&e(4,d=A.getLabelElement),"adaptiveRoomLabelVisibleEnable"in A&&e(5,h=A.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{if(n.$$.dirty&1536&&e(8,i=a.floorDatas[s].rooms),n.$$.dirty&1088){const{max:A,min:g}=a.bounding,b=A.x-g.x;e(7,m=f/b)}},[o,r,l,c,d,h,f,m,i,s,a,p]}class Hg extends ae{constructor(t){super(),re(this,t,_g,Fg,oe,{floorIndex:9,roomAreaEnable:0,roomNameEnable:1,floorplanData:10,hoveredRoom:2,getRoomAreaText:3,getLabelElement:4,adaptiveRoomLabelVisibleEnable:5},Ng)}}function Wg(n){fe(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 cc(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function dc(n,t,e){const i=n.slice();return i[14]=t[e],i}function hc(n){let t;return{c(){t=D("div"),w(t,"class","floorplan-plugin__rule-scale svelte-djlmk4"),z(t,"left",n[14].left*100+"%"),z(t,"bottom",n[14].bottom*100+"%")},m(e,i){O(e,t,i)},p:Z,d(e){e&&T(t)}}}function uc(n,t){let e,i,s=t[1](t[11].distance)+"",o,r;return{key:n,first:null,c(){e=D("div"),i=D("div"),o=xe(s),r=K(),w(i,"class","floorplan-plugin__rule-text svelte-djlmk4"),$(i,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-djlmk4"),z(e,"left",t[11].left*100+"%"),z(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){O(a,e,l),S(e,i),S(i,o),S(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&Se(o,s)},d(a){a&&T(e)}}}function Yg(n){let t,e,i,s,o,r,a=[],l=new Map,c,d=n[3],h=[];for(let p=0;p<d.length;p+=1)h[p]=hc(dc(n,d,p));let f=n[4];const m=p=>p[13];for(let p=0;p<f.length;p+=1){let A=cc(n,f,p),g=m(A);l.set(g,a[p]=uc(g,A))}return{c(){t=D("div"),e=D("div"),i=K(),s=D("div");for(let p=0;p<h.length;p+=1)h[p].c();o=K(),r=D("div");for(let p=0;p<a.length;p+=1)a[p].c();w(e,"class","floorplan-plugin__rule-line svelte-djlmk4"),w(s,"class","floorplan-plugin__rule-scale-wrapper svelte-djlmk4"),$(s,"is-row",n[2]),w(r,"class","floorplan-plugin__rule-text-wrapper svelte-djlmk4"),w(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+n[0]+" svelte-djlmk4"),$(t,"is-row",n[2]),z(t,"width",n[2]?"100%":1/16+"rem"),z(t,"height",n[2]?1/16+"rem":"100%")},m(p,A){O(p,t,A),S(t,e),S(t,i),S(t,s);for(let g=0;g<h.length;g+=1)h[g]&&h[g].m(s,null);S(t,o),S(t,r);for(let g=0;g<a.length;g+=1)a[g]&&a[g].m(r,null)},p(p,[A]){if(A&8){d=p[3];let g;for(g=0;g<d.length;g+=1){const b=dc(p,d,g);h[g]?h[g].p(b,A):(h[g]=hc(b),h[g].c(),h[g].m(s,null))}for(;g<h.length;g+=1)h[g].d(1);h.length=d.length}A&22&&(f=p[4],a=Tt(a,A,m,1,p,f,l,r,gr,uc,null,cc)),A&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+p[0]+" svelte-djlmk4")&&w(t,"class",c),A&5&&$(t,"is-row",p[2])},i:Z,o:Z,d(p){p&&T(t),St(h,p);for(let A=0;A<a.length;A+=1)a[A].d()}}}const pn=1e3,An=180;function Ug(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-(pn-An)*2,c=o.max.y-o.min.y-(pn-An)*2,d=s.map(([p,A])=>a?[p.x,A.x]:[p.y,A.y]).flat().sort().filter((p,A,g)=>A===0?!0:p!==g[A-1]),h=d.map(p=>{const A=a?(p-o.min.x-pn+An)/l:0,g=a?0:(p-o.min.y-pn+An)/c;return{left:A,bottom:g}});h.unshift({left:0,bottom:0}),h.push(a?{left:1,bottom:0}:{left:0,bottom:1});const f=d[d.length-1]-d[0],m=d.map((p,A,g)=>{const b=A===0?0:p-g[A-1],y=A===0?0:(p+g[A-1])/2,I=a?(y-o.min.x-pn+An)/l:0,C=a?0:(y-o.min.y-pn+An)/c;return{left:I,bottom:C,distance:b}}).filter(({distance:p})=>p/f>.1);return n.$$set=p=>{"type"in p&&e(0,i=p.type),"data"in p&&e(5,s=p.data),"bounding"in p&&e(6,o=p.bounding),"getRuleDistanceText"in p&&e(1,r=p.getRuleDistanceText)},[i,r,a,h,m,s,o]}class Xg extends ae{constructor(t){super(),re(this,t,Ug,Yg,oe,{type:0,data:5,bounding:6,getRuleDistanceText:1},Wg)}}function Zg(n){fe(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function fc(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=$e(r,o[a]);return i=new Xg({props:r}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(a,l){O(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&19?rt(o,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};i.$set(c)},i(a){s||(E(i.$$.fragment,a),s=!0)},o(a){L(i.$$.fragment,a),s=!1},d(a){a&&T(e),ne(i,a)}}}function Jg(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=fc(n,o,a),c=r(l);i.set(c,e[a]=mc(c,l))}return{c(){t=D("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),z(t,"width",n[3]),z(t,"height",n[2])},m(a,l){O(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],de(),e=Tt(e,l,r,1,a,o,i,t,mi,mc,null,fc),he()),l&8&&z(t,"width",a[3]),l&4&&z(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)E(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);s=!1},d(a){a&&T(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const gc=1e3,pc=180;function qg(n,t,e){let i,s,o,r,a,l,c,d,h,f,{floorIndex:m}=t,{floorplanData:p}=t,{getRuleDistanceText:A}=t;return n.$$set=g=>{"floorIndex"in g&&e(5,m=g.floorIndex),"floorplanData"in g&&e(6,p=g.floorplanData),"getRuleDistanceText"in g&&e(0,A=g.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=p.bounding),n.$$.dirty&96&&e(11,s=p.floorDatas[m].rules),n.$$.dirty&2048&&e(12,o=Object.keys(s)),n.$$.dirty&6144&&e(4,r=o.map(g=>[g,s[g]])),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-(gc-pc)*2),n.$$.dirty&2&&e(8,d=i.max.y-i.min.y-(gc-pc)*2),n.$$.dirty&1536&&e(3,h=c/a*100+"%"),n.$$.dirty&384&&e(2,f=d/l*100+"%")},[A,i,f,h,r,m,p,l,d,a,c,s,o]}class Kg extends ae{constructor(t){super(),re(this,t,qg,Jg,oe,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},Zg)}}function Js(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,d=l+","+c;return a===0?(e+="M"+d,e):s!=null&&s[a]?(e+="A"+s[a]+","+d,e):(e+="L"+d,e)}),e+(i?"Z":"")}function Ac({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function $g(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 ep(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 tp(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function ip(n){let t;return{c(){t=Oe("path"),w(t,"d",n[0]),w(t,"fill","#2F313A")},m(e,i){O(e,t,i)},p(e,[i]){i&1&&w(t,"d",e[0])},i:Z,o:Z,d(e){e&&T(t)}}}function np(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=Js(s,{needZ:!0}))},[i,s]}class sp extends ae{constructor(t){super(),re(this,t,np,ip,oe,{path:1})}}function op(n){let t,e,i,s,o,r;return{c(){t=Oe("defs"),e=Oe("pattern"),i=Oe("rect"),s=Oe("path"),o=K(),r=Oe("path"),w(i,"x","0"),w(i,"y","0"),w(i,"width",n[1]),w(i,"height",n[1]),w(i,"fill","#323747"),w(s,"d",n[2]),w(s,"stroke","#ffffff"),w(s,"stroke-opacity","0.06"),w(s,"stroke-width","0.5"),w(s,"fill","none"),w(e,"id","fpm-room-pattern-0"),w(e,"x","0"),w(e,"y","0"),w(e,"width",n[1]),w(e,"height",n[1]),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(r,"d",n[0]),w(r,"fill","url(#fpm-room-pattern-0)")},m(a,l){O(a,t,l),S(t,e),S(e,i),S(e,s),O(a,o,l),O(a,r,l)},p(a,[l]){l&1&&w(r,"d",a[0])},i:Z,o:Z,d(a){a&&T(t),a&&T(o),a&&T(r)}}}const br=6;function rp(n,t,e){let i,{path:s}=t;const o=br*2,r=`M0 ${br} h ${o} M${br} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=Js(s,{needZ:!0}))},[i,o,r,s]}class ap extends ae{constructor(t){super(),re(this,t,rp,op,oe,{path:3})}}function lp(n){let t,e,i,s,o,r,a,l,c,d,h;return{c(){t=Oe("defs"),e=Oe("pattern"),i=Oe("rect"),s=Oe("pattern"),o=Oe("rect"),r=K(),a=Oe("path"),l=K(),c=Oe("path"),d=K(),h=Oe("path"),w(i,"x","0"),w(i,"y","0"),w(i,"width","6"),w(i,"height","50"),w(i,"fill","none"),w(i,"stroke","#4B4B57"),w(i,"stroke-width","0.5"),w(e,"id","room-material-pattern-1"),w(e,"x","0"),w(e,"y","0"),w(e,"width","12"),w(e,"height","50"),w(e,"patternUnits","userSpaceOnUse"),w(e,"patternTransform","scale(50 50)"),w(o,"x","0"),w(o,"y","0"),w(o,"width","6"),w(o,"height","50"),w(o,"fill","none"),w(o,"stroke","#4B4B57"),w(o,"stroke-width","0.5"),w(s,"id","room-material-pattern-2"),w(s,"x","6"),w(s,"y","25"),w(s,"width","12"),w(s,"height","50"),w(s,"patternUnits","userSpaceOnUse"),w(s,"patternTransform","scale(50 50)"),w(a,"d",n[0]),w(a,"fill","#43434D"),w(c,"d",n[0]),w(c,"fill","url(#room-material-pattern-1)"),w(h,"d",n[0]),w(h,"fill","url(#room-material-pattern-2)")},m(f,m){O(f,t,m),S(t,e),S(e,i),S(t,s),S(s,o),O(f,r,m),O(f,a,m),O(f,l,m),O(f,c,m),O(f,d,m),O(f,h,m)},p(f,[m]){m&1&&w(a,"d",f[0]),m&1&&w(c,"d",f[0]),m&1&&w(h,"d",f[0])},i:Z,o:Z,d(f){f&&T(t),f&&T(r),f&&T(a),f&&T(l),f&&T(c),f&&T(d),f&&T(h)}}}function cp(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=Js(s,{needZ:!0}))},[i,s]}class dp extends ae{constructor(t){super(),re(this,t,cp,lp,oe,{path:1})}}function hp(n){fe(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 vc(n,t,e){const i=n.slice();return i[5]=t[e],i}function up(n){let t,e;return t=new ap({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function fp(n){let t,e;return t=new dp({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function mp(n){let t,e;return t=new sp({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function bc(n){let t,e,i,s;const o=[mp,fp,up],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=Oe("svg"),i.c(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(l,c){O(l,t,c),r[e].m(t,null),s=!0},p(l,c){let d=e;e=a(l),e===d?r[e].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),E(i,1),i.m(t,null))},i(l){s||(E(i),s=!0)},o(l){L(i),s=!1},d(l){l&&T(t),r[e].d()}}}function gp(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=bc(vc(n,i,r));const o=r=>L(s[r],1,1,()=>{s[r]=null});return{c(){t=D("div");for(let r=0;r<s.length;r+=1)s[r].c();w(t,"class","floorplan-plugin__room-material svelte-1dykexu")},m(r,a){O(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=vc(r,i,l);s[l]?(s[l].p(c,a),E(s[l],1)):(s[l]=bc(c),s[l].c(),E(s[l],1),s[l].m(t,null))}for(de(),l=i.length;l<s.length;l+=1)o(l);he()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)E(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)L(s[a]);e=!1},d(r){r&&T(t),St(s,r)}}}function pp(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=>me(V({},l),{path:l.path.map(c=>Ac(c,o.bounding))})))},[i,r,a,s,o]}class Ap extends ae{constructor(t){super(),re(this,t,pp,gp,oe,{floorIndex:3,floorplanData:4},hp)}}function vp(n){fe(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function bp(n){let t,e,i,s;return{c(){t=Oe("path"),w(t,"d",n[5]),w(t,"fill","#fff"),w(t,"style",n[2]),w(t,"id",e=`${n[1]}_${n[0].id}`),w(t,"class","svelte-qq2273")},m(o,r){O(o,t,r),i||(s=[ye(t,"mouseenter",n[3]),ye(t,"mouseleave",n[4])],i=!0)},p(o,[r]){r&4&&w(t,"style",o[2]),r&3&&e!==(e=`${o[1]}_${o[0].id}`)&&w(t,"id",e)},i:Z,o:Z,d(o){o&&T(t),i=!1,Je(s)}}}function yp(n,t,e){let i,s,{room:o}=t,{floorIndex:r}=t,{floorplanData:a}=t,{highlightData:l}=t,{hoveredRoom:c}=t;function d(){c==null||c.set(o)}function h(){c==null||c.set(void 0)}const{bounding:f}=a,m=Js(o.path,{needZ:!0,format:p=>Ac(p,f)});return n.$$set=p=>{"room"in p&&e(0,o=p.room),"floorIndex"in p&&e(1,r=p.floorIndex),"floorplanData"in p&&e(6,a=p.floorplanData),"highlightData"in p&&e(7,l=p.highlightData),"hoveredRoom"in p&&e(8,c=p.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,d,h,m,a,l,c,i]}class wp extends ae{constructor(t){super(),re(this,t,yp,bp,oe,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},vp)}}function Cp(n){fe(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 yc(n,t,e){const i=n.slice();return i[6]=t[e],i}function wc(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=$e(r,o[a]);return i=new wp({props:r}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(a,l){O(a,e,l),ie(i,a,l),s=!0},p(a,l){t=a;const c=l&15?rt(o,[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}]):{};i.$set(c)},i(a){s||(E(i.$$.fragment,a),s=!0)},o(a){L(i.$$.fragment,a),s=!1},d(a){a&&T(e),ne(i,a)}}}function Ip(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=yc(n,r,l),d=a(c);s.set(d,i[l]=wc(d,c))}return{c(){t=D("div"),e=Oe("svg");for(let l=0;l<i.length;l+=1)i[l].c();w(e,"width","100%"),w(e,"height","100%"),w(e,"viewBox",`0 0 ${n[4]} ${n[5]}`),w(e,"class","svelte-1kqo6e4"),w(t,"class","floorplan-plugin__room-highlight svelte-1kqo6e4")},m(l,c){O(l,t,c),S(t,e);for(let d=0;d<i.length;d+=1)i[d]&&i[d].m(e,null);o=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,de(),i=Tt(i,c,a,1,l,r,s,e,mi,wc,null,yc),he())},i(l){if(!o){for(let c=0;c<r.length;c+=1)E(i[c]);o=!0}},o(l){for(let c=0;c<i.length;c+=1)L(i[c]);o=!1},d(l){l&&T(t);for(let c=0;c<i.length;c+=1)i[c].d()}}}function Pp(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 Cc extends ae{constructor(t){super(),re(this,t,Pp,Ip,oe,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},Cp)}}function kp(n){fe(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 Ic(n){let t,e=n[0].text+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","text svelte-1lm20n5"),z(t,"font-size",n[0].textFontSize+"px")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&Se(i,e),o&1&&z(t,"font-size",s[0].textFontSize+"px")},d(s){s&&T(t)}}}function Mp(n){let t,e,i,s,o=n[0].text&&Ic(n);return{c(){t=D("div"),e=D("img"),s=K(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),qe(e.src,i=n[0].imageURL)||w(e,"src",i),z(e,"width",n[0].imageWidth+"px"),z(e,"height",n[0].imageHeight+"px"),w(t,"class","missing-floor svelte-1lm20n5")},m(r,a){O(r,t,a),S(t,e),S(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!qe(e.src,i=r[0].imageURL)&&w(e,"src",i),a&1&&z(e,"width",r[0].imageWidth+"px"),a&1&&z(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=Ic(r),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},i:Z,o:Z,d(r){r&&T(t),o&&o.d()}}}function Ep(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class xp extends ae{constructor(t){super(),re(this,t,Ep,Mp,oe,{missingFloorConfig:0},kp)}}const pi="data:image/png;base64,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";function Pc(n){return n*180/Math.PI}function Dp(n){fe(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 Sp(n){let t,e;return{c(){t=D("div"),e=D("div"),w(e,"class","floorplan__camera-rotate svelte-17cl35n"),z(e,"background-image",`url(${n[0]||pi})`),z(e,"width",n[4]),z(e,"height",n[4]),z(e,"left","-"+n[4]),z(e,"top","-"+n[4]),z(e,"transform",`rotate(${n[3]}deg)`),z(e,"transform-origin",`${n[4]} ${n[4]}`),w(t,"class","floorplan__camera-position svelte-17cl35n"),z(t,"left",n[1]),z(t,"top",n[2])},m(i,s){O(i,t,s),S(t,e)},p(i,[s]){s&1&&z(e,"background-image",`url(${i[0]||pi})`);const o=s&1;o&&z(e,"width",i[4]),o&&z(e,"height",i[4]),o&&z(e,"left","-"+i[4]),o&&z(e,"top","-"+i[4]),o&&z(e,"transform",`rotate(${i[3]}deg)`),o&&z(e,"transform-origin",`${i[4]} ${i[4]}`)},i:Z,o:Z,d(i){i&&T(t)}}}function Lp(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,d=l.positionInImage.y,h=c*100+"%",f=d*100+"%",m=-Pc(o)+45,p=document.body.clientWidth,A=document.body.clientHeight,b=`${(p<500||A<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,h,f,m,b,i,s,o]}let Tp=class extends ae{constructor(t){super(),re(this,t,Lp,Sp,oe,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},Dp)}};const jp="data:image/png;base64,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";function zp(n){fe(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 Op(n){let t,e,i,s,o;return{c(){t=D("div"),e=D("div"),i=K(),s=D("span"),o=xe(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),z(e,"background-image",`url(${jp})`),w(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),w(t,"class","floorplan-plugin__compass svelte-rpkaro"),z(t,"transform",n[2])},m(r,a){O(r,t,a),S(t,e),S(t,i),S(t,s),S(s,o)},p(r,a){a&1&&Se(o,r[0])},d(r){r&&T(t)}}}function Bp(n){let t,e=n[1]&&Op(n);return{c(){e&&e.c(),t=Ce()},m(i,s){e&&e.m(i,s),O(i,t,s)},p(i,[s]){i[1]&&e.p(i,s)},i:Z,o:Z,d(i){e&&e.d(i),i&&T(t)}}}function Vp(n){return n/Math.PI*180}function Rp(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?Vp(o):0)+90}deg)`;return n.$$set=d=>{"floorplanData"in d&&e(3,i=d.floorplanData),"northDesc"in d&&e(0,s=d.northDesc)},[s,r,l,i]}class Qp extends ae{constructor(t){super(),re(this,t,Rp,Bp,oe,{floorplanData:3,northDesc:0},zp)}}function Gp(n){fe(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 Np(n){let t,e,i,s,o,r,a,l,c,d;const h=[{floorIndex:n[2],floorplanData:n[10]}];let f={};for(let C=0;C<h.length;C+=1)f=$e(f,h[C]);t=new Ap({props:f});let m=(n[3]||n[5])&&kc(n);const p=[{floorplanData:n[10],floorIndex:n[2]}];let A={};for(let C=0;C<p.length;C+=1)A=$e(A,p[C]);s=new nc({props:A});let g=n[6]&&Mc(n),b=n[9]&&Ec(n),y=n[4]&&xc(n),I=n[20]&&Dc(n);return{c(){se(t.$$.fragment),e=K(),m&&m.c(),i=K(),se(s.$$.fragment),o=K(),g&&g.c(),r=K(),b&&b.c(),a=K(),y&&y.c(),l=K(),I&&I.c(),c=Ce()},m(C,x){ie(t,C,x),O(C,e,x),m&&m.m(C,x),O(C,i,x),ie(s,C,x),O(C,o,x),g&&g.m(C,x),O(C,r,x),b&&b.m(C,x),O(C,a,x),y&&y.m(C,x),O(C,l,x),I&&I.m(C,x),O(C,c,x),d=!0},p(C,x){const k=x&1028?rt(h,[{floorIndex:C[2],floorplanData:C[10]}]):{};t.$set(k),C[3]||C[5]?m?(m.p(C,x),x&40&&E(m,1)):(m=kc(C),m.c(),E(m,1),m.m(i.parentNode,i)):m&&(de(),L(m,1,1,()=>{m=null}),he());const B=x&1028?rt(p,[{floorplanData:C[10],floorIndex:C[2]}]):{};s.$set(B),C[6]?g?(g.p(C,x),x&64&&E(g,1)):(g=Mc(C),g.c(),E(g,1),g.m(r.parentNode,r)):g&&(de(),L(g,1,1,()=>{g=null}),he()),C[9]?b?(b.p(C,x),x&512&&E(b,1)):(b=Ec(C),b.c(),E(b,1),b.m(a.parentNode,a)):b&&(de(),L(b,1,1,()=>{b=null}),he()),C[4]?y?(y.p(C,x),x&16&&E(y,1)):(y=xc(C),y.c(),E(y,1),y.m(l.parentNode,l)):y&&(de(),L(y,1,1,()=>{y=null}),he()),C[20]?I?(I.p(C,x),x&1048576&&E(I,1)):(I=Dc(C),I.c(),E(I,1),I.m(c.parentNode,c)):I&&(de(),L(I,1,1,()=>{I=null}),he())},i(C){d||(E(t.$$.fragment,C),E(m),E(s.$$.fragment,C),E(g),E(b),E(y),E(I),d=!0)},o(C){L(t.$$.fragment,C),L(m),L(s.$$.fragment,C),L(g),L(b),L(y),L(I),d=!1},d(C){ne(t,C),C&&T(e),m&&m.d(C),C&&T(i),ne(s,C),C&&T(o),g&&g.d(C),C&&T(r),b&&b.d(C),C&&T(a),y&&y.d(C),C&&T(l),I&&I.d(C),C&&T(c)}}}function Fp(n){let t,e;return t=new xp({props:{missingFloorConfig:n[16]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&65536&&(o.missingFloorConfig=i[16]),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function kc(n){let t,e;const i=[{floorIndex:n[2],floorplanData:n[10],hoveredRoom:n[22],highlightData:n[15]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Cc({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&4228100?rt(i,[{floorIndex:o[2],floorplanData:o[10],hoveredRoom:o[22],highlightData:o[15]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Mc(n){let t,e;const i=[{floorplanData:n[10],roomAreaEnable:n[7],roomNameEnable:n[8],floorIndex:n[2],getRoomAreaText:n[11],getLabelElement:n[12],hoveredRoom:n[22],adaptiveRoomLabelVisibleEnable:n[14]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Hg({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&4218244?rt(i,[{floorplanData:o[10],roomAreaEnable:o[7],roomNameEnable:o[8],floorIndex:o[2],getRoomAreaText:o[11],getLabelElement:o[12],hoveredRoom:o[22],adaptiveRoomLabelVisibleEnable:o[14]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Ec(n){let t,e;const i=[{floorplanData:n[10],floorIndex:n[2],getRuleDistanceText:n[13]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Kg({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&9220?rt(i,[{floorplanData:o[10],floorIndex:o[2],getRuleDistanceText:o[13]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function xc(n){let t,e;const i=[{panoIndex:n[0],floorplanData:n[10],lastPanoramaLongitude:n[17],cameraImageUrl:n[18]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Tp({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&394241?rt(i,[{panoIndex:o[0],floorplanData:o[10],lastPanoramaLongitude:o[17],cameraImageUrl:o[18]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Dc(n){let t,e;return t=new Qp({props:{floorplanData:n[10],northDesc:n[19]}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&1024&&(o.floorplanData=i[10]),s&524288&&(o.northDesc=i[19]),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function _p(n){let t,e,i,s,o;const r=[Fp,Np],a=[];function l(c,d){return c[21]?1:0}return e=l(n),i=a[e]=r[e](n),{c(){t=D("div"),i.c(),w(t,"class",s=Qe(`floorplan-plugin__floor${n[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(c,d){O(c,t,d),a[e].m(t,null),o=!0},p(c,[d]){let h=e;e=l(c),e===h?a[e].p(c,d):(de(),L(a[h],1,1,()=>{a[h]=null}),he(),i=a[e],i?i.p(c,d):(i=a[e]=r[e](c),i.c()),E(i,1),i.m(t,null)),(!o||d&2&&s!==(s=Qe(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",s)},i(c){o||(E(i),o=!0)},o(c){L(i),o=!1},d(c){c&&T(t),a[e].d()}}}function Hp(n,t,e){let i,s,{panoIndex:o}=t,{isCurrent:r}=t,{floorIndex:a}=t,{highlightEnable:l}=t,{cameraEnable:c}=t,{hoverEnable:d}=t,{roomLabelsEnable:h}=t,{roomAreaEnable:f}=t,{roomNameEnable:m}=t,{ruleLabelsEnable:p}=t,{floorplanData:A}=t,{getRoomAreaText:g}=t,{getLabelElement:b}=t,{getRuleDistanceText:y}=t,{adaptiveRoomLabelVisibleEnable:I}=t,{highlightData:C}=t,{missingFloorConfig:x}=t,{lastPanoramaLongitude:k}=t,{cameraImageUrl:B}=t,{northDesc:G}=t,{compassEnable:N}=t;const U=vr(void 0);return n.$$set=R=>{"panoIndex"in R&&e(0,o=R.panoIndex),"isCurrent"in R&&e(1,r=R.isCurrent),"floorIndex"in R&&e(2,a=R.floorIndex),"highlightEnable"in R&&e(3,l=R.highlightEnable),"cameraEnable"in R&&e(4,c=R.cameraEnable),"hoverEnable"in R&&e(5,d=R.hoverEnable),"roomLabelsEnable"in R&&e(6,h=R.roomLabelsEnable),"roomAreaEnable"in R&&e(7,f=R.roomAreaEnable),"roomNameEnable"in R&&e(8,m=R.roomNameEnable),"ruleLabelsEnable"in R&&e(9,p=R.ruleLabelsEnable),"floorplanData"in R&&e(10,A=R.floorplanData),"getRoomAreaText"in R&&e(11,g=R.getRoomAreaText),"getLabelElement"in R&&e(12,b=R.getLabelElement),"getRuleDistanceText"in R&&e(13,y=R.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in R&&e(14,I=R.adaptiveRoomLabelVisibleEnable),"highlightData"in R&&e(15,C=R.highlightData),"missingFloorConfig"in R&&e(16,x=R.missingFloorConfig),"lastPanoramaLongitude"in R&&e(17,k=R.lastPanoramaLongitude),"cameraImageUrl"in R&&e(18,B=R.cameraImageUrl),"northDesc"in R&&e(19,G=R.northDesc),"compassEnable"in R&&e(20,N=R.compassEnable)},n.$$.update=()=>{n.$$.dirty&1028&&e(23,i=A.floorDatas[a]),n.$$.dirty&8388608&&e(21,s=i.rooms.length>0)},[o,r,a,l,c,d,h,f,m,p,A,g,b,y,I,C,x,k,B,G,N,s,U,i]}let Wp=class extends ae{constructor(t){super(),re(this,t,Hp,_p,oe,{panoIndex:0,isCurrent:1,floorIndex:2,highlightEnable:3,cameraEnable:4,hoverEnable:5,roomLabelsEnable:6,roomAreaEnable:7,roomNameEnable:8,ruleLabelsEnable:9,floorplanData:10,getRoomAreaText:11,getLabelElement:12,getRuleDistanceText:13,adaptiveRoomLabelVisibleEnable:14,highlightData:15,missingFloorConfig:16,lastPanoramaLongitude:17,cameraImageUrl:18,northDesc:19,compassEnable:20},Gp)}};function Yp(n){fe(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function Sc(n,t,e){const i=n.slice();return i[22]=t[e],i}function Lc(n){let t,e,i,s=n[13].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Tc(Sc(n,s,a));const r=a=>L(o[a],1,1,()=>{o[a]=null});return{c(){t=D("div");for(let a=0;a<o.length;a+=1)o[a].c();w(t,"class","floorplan-main svelte-86bqav")},m(a,l){O(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&4194300){s=n[13].floorDatas;let c;for(c=0;c<s.length;c+=1){const d=Sc(n,s,c);o[c]?(o[c].p(d,l),E(o[c],1)):(o[c]=Tc(d),o[c].c(),E(o[c],1),o[c].m(t,null))}for(de(),c=s.length;c<o.length;c+=1)r(c);he()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)E(o[l]);e||_e(()=>{e=xi(t,et,{duration:n[0],easing:Kt}),e.start()}),i=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)L(o[l]);i=!1},d(a){a&&T(t),St(o,a)}}}function Tc(n){let t,e;const i=[{hoverEnable:n[6],highlightEnable:n[7],floorplanData:n[13],getRoomAreaText:n[16],getLabelElement:n[17],getRuleDistanceText:n[18],roomLabelsEnable:n[9],roomAreaEnable:n[10],roomNameEnable:n[11],ruleLabelsEnable:n[12],adaptiveRoomLabelVisibleEnable:n[19],highlightData:n[20],missingFloorConfig:n[21],panoIndex:n[3],cameraEnable:n[5],cameraImageUrl:n[15],lastPanoramaLongitude:n[14],compassEnable:n[8],northDesc:n[2]},{floorIndex:n[22].floorIndex},{isCurrent:n[22].floorIndex===n[4]}];let s={};for(let o=0;o<i.length;o+=1)s=$e(s,i[o]);return t=new Wp({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&4194300?rt(i,[r&4194284&&{hoverEnable:o[6],highlightEnable:o[7],floorplanData:o[13],getRoomAreaText:o[16],getLabelElement:o[17],getRuleDistanceText:o[18],roomLabelsEnable:o[9],roomAreaEnable:o[10],roomNameEnable:o[11],ruleLabelsEnable:o[12],adaptiveRoomLabelVisibleEnable:o[19],highlightData:o[20],missingFloorConfig:o[21],panoIndex:o[3],cameraEnable:o[5],cameraImageUrl:o[15],lastPanoramaLongitude:o[14],compassEnable:o[8],northDesc:o[2]},r&8192&&{floorIndex:o[22].floorIndex},r&8208&&{isCurrent:o[22].floorIndex===o[4]}]):{};t.$set(a)},i(o){e||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function Up(n){let t,e,i=n[1]&&Lc(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&E(i,1)):(i=Lc(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function Xp(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:d}=t,{compassEnable:h}=t,{roomLabelsEnable:f}=t,{roomAreaEnable:m}=t,{roomNameEnable:p}=t,{ruleLabelsEnable:A}=t,{floorplanData:g}=t,{lastPanoramaLongitude:b}=t,{cameraImageUrl:y}=t,{getRoomAreaText:I}=t,{getLabelElement:C}=t,{getRuleDistanceText:x}=t,{adaptiveRoomLabelVisibleEnable:k}=t,{highlightData:B}=t,{missingFloorConfig:G}=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,d=N.highlightEnable),"compassEnable"in N&&e(8,h=N.compassEnable),"roomLabelsEnable"in N&&e(9,f=N.roomLabelsEnable),"roomAreaEnable"in N&&e(10,m=N.roomAreaEnable),"roomNameEnable"in N&&e(11,p=N.roomNameEnable),"ruleLabelsEnable"in N&&e(12,A=N.ruleLabelsEnable),"floorplanData"in N&&e(13,g=N.floorplanData),"lastPanoramaLongitude"in N&&e(14,b=N.lastPanoramaLongitude),"cameraImageUrl"in N&&e(15,y=N.cameraImageUrl),"getRoomAreaText"in N&&e(16,I=N.getRoomAreaText),"getLabelElement"in N&&e(17,C=N.getLabelElement),"getRuleDistanceText"in N&&e(18,x=N.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in N&&e(19,k=N.adaptiveRoomLabelVisibleEnable),"highlightData"in N&&e(20,B=N.highlightData),"missingFloorConfig"in N&&e(21,G=N.missingFloorConfig)},[i,s,o,r,a,l,c,d,h,f,m,p,A,g,b,y,I,C,x,k,B,G]}let yr=class extends ae{constructor(t){super(),re(this,t,Xp,Up,oe,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,ruleLabelsEnable:12,floorplanData:13,lastPanoramaLongitude:14,cameraImageUrl:15,getRoomAreaText:16,getLabelElement:17,getRuleDistanceText:18,adaptiveRoomLabelVisibleEnable:19,highlightData:20,missingFloorConfig:21},Yp)}};const Zp="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 Jp(n){return H(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(s){return H(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 qp(n){return{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}}function Kp(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(qp),rules:n.rules}}function $p(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function eA(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 Ai(n){return H(this,null,function*(){const t=yield Jp(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(Kp),s=n.computed_data.entrance?eA(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map($p)}})}function tA(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:Zp,width:45,height:48},a=tp(o,t),l=$g(o,e),c=ep(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function iA(n,t){return t(n),n}function vn(n,t){return iA({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function jc(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 wr(n,t,e=gi.BOUNDING_CENTER){const i=jc(n,t),s=jc(n,t+1);return e===gi.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===gi.CEILING?s:i}function Cr(n,t,e,i){const s=wr(n,e,i==null?void 0:i.attachedTo),o=new P.Vector3(0,s,0),r=new P.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 bn=class{constructor(t,e){u(this,"VERSION","3.4.2-dev.0");u(this,"five");u(this,"hooks",new Xi);u(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 Ko(this.staticPrefix,t)}},ti=class extends bn{};var At=(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))(At||{});const zc=500,nA=80;function Di(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function Oc(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 Di(r,a,e)||Di(r+i,a,e)}Object.assign(window,{nearlyEqual:Di,nearlyEqualRad:Oc});function sA(n){return Object.prototype.toString.call(n)==="[object Object]"}function Bc(n){return sA(n)&&!!n.isVector3}function Ir(n,t){return H(this,null,function*(){const[e]=yield fn(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(!oA(i,s))throw new Error("pose 与预期不符")})}function oA(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"?Oc(i,s,2):typeof i=="number"&&typeof s=="number"?Di(i,s,2):Bc(s)&&Bc(i)?s.distanceTo(i)<.01:i===s})}function rA(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!(!Di(e,r,2)||!Di(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!Di(s,c,2))}function Vc(n,t,e=!0){return H(this,null,function*(){if(rA(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const[d]=yield fn(Ir(n,[t.mode,t,void 0,e]));if(d)throw d;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 fn(n.updateCamera(vn(t,["mode"]),l,e));if(c)throw new Error(At.UpdateCameraError)})}function yn(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 aA(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 lA(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 cA=class extends ti{constructor(e,i){var l,c,d;super(e);u(this,"name","modelFloorplanPlugin");u(this,"state");u(this,"data");u(this,"showState");u(this,"showPromise");u(this,"app");u(this,"panoIndex",0);u(this,"floorIndex",0);u(this,"selector");u(this,"showRejection");u(this,"wrapper");u(this,"container",document.createElement("div"));u(this,"lastPanoramaLongitude",0);u(this,"size",{width:0,height:0});u(this,"defaultMissingFloorConfig");u(this,"hasAddedEventListener",!1);u(this,"isHiddenByHideFunc",!1);u(this,"highlightData",{});u(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")});u(this,"show",(...i)=>H(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)}));u(this,"hide",(...i)=>H(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));u(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=Cr(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});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,At.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});u(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}))});u(this,"_show",e=>H(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(At.ModelNotLoaded);if(!this.data)throw new Error(At.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=V(V({},i),e),o=()=>H(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=h=>{a=!0,l=h};const[c]=yield fn(Vc(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(At.UnknownError);if(!this.updateSize())throw new Error(At.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:zc;yn(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}));u(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,At.BreakOffByHide),this.showPromise=void 0;const s=V(V({},{userAction:!0,isAutoHide:!1}),e);yn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});u(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});u(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)});u(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});u(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||lA(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});u(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});u(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();aA(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i,isAutoHide:!0}))});u(this,"onFiveWantsGesture",(e,i)=>{if(this.state.visible&&(i.length>1||e==="mouseWheel"))return!1});u(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});u(this,"onFiveWantsTapGesture",()=>this.handleClick());u(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});u(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:nA/((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:(d=(c=i.i18n)==null?void 0:c.call(i,"暂无平面图"))!=null?d:"暂无平面图",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,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:pi,attachedTo:gi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:V(V({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRuleDistanceText:h=>h.toString()},o=i?vn(i,["selector","scale"]):{},r=V(V({},s.missingFloorConfig),o.missingFloorConfig),a=me(V(V({},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 H(this,null,function*(){function o(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!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 Ai(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 H(this,null,function*(){return yield Ai(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?V(V({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?me(V(V({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=me(V(V({},this.state),e),{config:r}),!ot(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("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=me(V({},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 yr({target:this.container,intro:!0,props:i})}};const dA=(n,t)=>new cA(n,t);function hA(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 uA(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 fA=class extends ti{constructor(e,i){var l,c;super(e);u(this,"name","modelFloorplanPlugin");u(this,"state");u(this,"data");u(this,"showState");u(this,"showPromise");u(this,"app");u(this,"panoIndex",0);u(this,"floorIndex",0);u(this,"selector");u(this,"showRejection");u(this,"wrapper");u(this,"container",document.createElement("div"));u(this,"lastPanoramaLongitude",0);u(this,"size",{width:0,height:0});u(this,"defaultMissingFloorConfig");u(this,"hasAddedEventListener",!1);u(this,"isHiddenByHideFunc",!1);u(this,"highlightData",{});u(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")});u(this,"show",(...i)=>H(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)}));u(this,"hide",(...i)=>H(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));u(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=Cr(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});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,At.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});u(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}))});u(this,"_show",e=>H(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(At.ModelNotLoaded);if(!this.data)throw new Error(At.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=V(V({},i),e),o=()=>H(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=h=>{a=!0,l=h};const[c]=yield fn(Vc(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(At.UnknownError);if(!this.updateSize())throw new Error(At.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:zc;yn(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}));u(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,At.BreakOffByHide),this.showPromise=void 0;const s=V(V({},{userAction:!0,isAutoHide:!1}),e);yn(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});u(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click"))return!1});u(this,"onFiveModelLoaded",()=>{const i=this.five.model.bounding.getCenter(new P.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)});u(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});u(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&&uA(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0}))});u(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});u(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();this.updatePosition(),this.updateSize(),hA(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});u(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});u(this,"onFiveWantsTapGesture",()=>this.handleClick());u(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});u(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,cameraImageUrl:pi,attachedTo:gi.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:V(V({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:d=>d,getRoomAreaText:d=>(d/1e6).toFixed(1)+"㎡",getRuleDistanceText:d=>d.toString()},o=i?vn(i,["selector","scale"]):{},r=V(V({},s.missingFloorConfig),o.missingFloorConfig),a=me(V(V({},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 H(this,null,function*(){function o(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!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 Ai(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=wr(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new P.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 H(this,null,function*(){return yield Ai(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?V(V({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?me(V(V({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=me(V(V({},this.state),e),{config:r}),!ot(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=me(V({},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 yr({target:this.container,intro:!0,props:i})}};const mA=(n,t)=>new fA(n,t);let gA=class extends ti{constructor(e,i){var l,c;super(e);u(this,"name","topviewFloorplanPlugin");u(this,"state");u(this,"data");u(this,"app");u(this,"selector");u(this,"panoIndex",0);u(this,"floorIndex",0);u(this,"wrapper");u(this,"container",document.createElement("div"));u(this,"lastPanoramaLongitude",0);u(this,"size",{width:0,height:0});u(this,"defaultMissingFloorConfig");u(this,"hasAddedEventListener",!1);u(this,"isHiddenByHideFunc",!1);u(this,"highlightData",{});u(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=Cr(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});u(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")});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(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})});u(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)});u(this,"onFiveModeChange",(...[e,,,,i])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});u(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});u(this,"onFiveCameraUpdate",(e,i)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});u(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});u(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});u(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}))});u(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,cameraImageUrl:pi,attachedTo:gi.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:V(V({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:d=>d,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:d=>(d/1e6).toFixed(1)+"㎡",getRuleDistanceText:d=>d.toString()},o=i?vn(i,["selector","scale"]):{},r=V(V({},s.missingFloorConfig),o.missingFloorConfig),a=me(V(V({},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 H(this,null,function*(){function o(d){return Object.prototype.hasOwnProperty.apply(d,["version"])}const r=e;r&&!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 Ai(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=wr(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new P.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 H(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 H(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 H(this,null,function*(){return yield Ai(e.data)})}_show(e){return H(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 Ir(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;yn(this.five,o,s),this.hooks.emit("showAnimationEnded",{userAction:i,auto:!1}),this.render()})}_hide(e){return H(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;yn(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?V(V({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?me(V(V({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=me(V(V({},this.state),e),{config:r}),!ot(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=me(V({},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 yr({target:this.container,intro:!0,props:i})}};const pA=(n,t)=>new gA(n,t);function Pr(n,t=200){let e;return function(...i){e||(n(...i),e=setTimeout(function(){e=null},t))}}function AA(n){fe(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 vA(n){let t,e,i;return{c(){t=D("div"),e=D("div"),i=D("div"),w(i,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),z(i,"background-image","url("+(n[0]||pi)+")"),z(i,"transform",n[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),z(e,"transform",n[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),z(t,"opacity",n[3]?1:0)},m(s,o){O(s,t,o),S(t,e),S(e,i)},p(s,[o]){o&1&&z(i,"background-image","url("+(s[0]||pi)+")"),(o&1||o&3)&&z(i,"transform",s[1]),o&4&&z(e,"transform",s[2]),o&8&&z(t,"opacity",s[3]?1:0)},i:Z,o:Z,d(s){s&&T(t)}}}function bA(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function yA(n,t,e){var y,I;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:d}=t,h=a.getCurrentState().panoIndex,f=a.getCurrentState().longitude,m=(I=(y=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:y.floorIndex)!=null?I:0;function p(C,x){const k=C.bounding,B=C.observers[x];if(!B)return"";const G=(k.max.x-k.min.x)*l,N=(k.max.y-k.min.y)*l,U=Math.floor(B.positionInImage.x*G),R=Math.floor(B.positionInImage.y*N);return`translate(${U}px, ${R}px)`}function A(C){e(7,h=C)}function g(C){e(9,m=a.work.observers[C].floorIndex)}const b=Pr(C=>{e(8,f=C.longitude)},1e3/60);return pt(()=>(a.on("panoWillArrive",A),a.on("panoArrived",g),a.on("cameraDirectionUpdate",b),function(){a.off("panoWillArrive",A),a.off("panoArrived",g),a.off("cameraDirectionUpdate",b)})),n.$$set=C=>{"five"in C&&e(4,a=C.five),"pxmm"in C&&e(5,l=C.pxmm),"floorplanData"in C&&e(6,c=C.floorplanData),"cameraImageUrl"in C&&e(0,d=C.cameraImageUrl)},n.$$.update=()=>{n.$$.dirty&576&&e(10,i=c.floorDatas[m]),n.$$.dirty&1024&&e(3,s=i.rooms.length>0),n.$$.dirty&192&&e(2,o=p(c,h)),n.$$.dirty&256&&e(1,r=bA(f))},[d,r,o,s,a,l,c,h,f,m,i]}class wA extends ae{constructor(t){super(),re(this,t,yA,vA,oe,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},AA)}}function CA(n){fe(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 Rc(n,t,e){const i=n.slice();return i[1]=t[e],i}function Qc(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=D("div"),i=D("div"),r=K(),w(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),z(i,"background-image",`url(${t[1].icon.url})`),z(i,"width",s),z(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),z(e,"top",a),z(e,"left",l),this.first=e},m(c,d){O(c,e,d),S(e,i),S(e,r)},p(c,d){t=c,d&1&&z(i,"background-image",`url(${t[1].icon.url})`);const h=d&1;h&&z(i,"width",s),h&&z(i,"height",o),d&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&z(e,"top",a),d&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&z(e,"left",l)},d(c){c&&T(e)}}}function IA(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=Rc(n,s,r),l=o(a);i.set(l,e[r]=Qc(l,a))}return{c(){t=D("div");for(let r=0;r<e.length;r+=1)e[r].c();w(t,"class","plugin-pano-floorplan__extra-objects svelte-1i87fz7")},m(r,a){O(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=Tt(e,a,o,1,r,s,i,t,gr,Qc,null,Rc))},i:Z,o:Z,d(r){r&&T(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function PA(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class kA extends ae{constructor(t){super(),re(this,t,PA,IA,oe,{extraObjects:0},CA)}}function MA(n){fe(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 EA(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let d=0;d<a.length;d+=1)l=$e(l,a[d]);t=new nc({props:l}),i=new kA({props:{extraObjects:n[7]}});let c=n[3]&&Gc(n);return{c(){se(t.$$.fragment),e=K(),se(i.$$.fragment),s=K(),c&&c.c(),o=Ce()},m(d,h){ie(t,d,h),O(d,e,h),ie(i,d,h),O(d,s,h),c&&c.m(d,h),O(d,o,h),r=!0},p(d,h){const f=h&20?rt(a,[{floorIndex:d[2],floorplanData:d[4]}]):{};t.$set(f);const m={};h&128&&(m.extraObjects=d[7]),i.$set(m),d[3]?c?(c.p(d,h),h&8&&E(c,1)):(c=Gc(d),c.c(),E(c,1),c.m(o.parentNode,o)):c&&(de(),L(c,1,1,()=>{c=null}),he())},i(d){r||(E(t.$$.fragment,d),E(i.$$.fragment,d),E(c),r=!0)},o(d){L(t.$$.fragment,d),L(i.$$.fragment,d),L(c),r=!1},d(d){ne(t,d),d&&T(e),ne(i,d),d&&T(s),c&&c.d(d),d&&T(o)}}}function xA(n){let t,e,i;return{c(){t=D("div"),e=D("img"),w(e,"class","missing-floor-image svelte-18287ai"),qe(e.src,i=n[6])||w(e,"src",i),w(e,"alt","缺省楼层"),w(t,"class","missing-floor-wrapper svelte-18287ai")},m(s,o){O(s,t,o),S(t,e)},p(s,o){o&64&&!qe(e.src,i=s[6])&&w(e,"src",i)},i:Z,o:Z,d(s){s&&T(t)}}}function Gc(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=$e(s,i[o]);return t=new Cc({props:s}),{c(){se(t.$$.fragment)},m(o,r){ie(t,o,r),e=!0},p(o,r){const a=r&567?rt(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||(E(t.$$.fragment,o),e=!0)},o(o){L(t.$$.fragment,o),e=!1},d(o){ne(t,o)}}}function DA(n){let t,e,i,s;const o=[xA,EA],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Ce()},m(l,c){r[t].m(l,c),O(l,i,c),s=!0},p(l,[c]){let d=t;t=a(l),t===d?r[t].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),E(e,1),e.m(i.parentNode,i))},i(l){s||(E(e),s=!0)},o(l){L(e),s=!1},d(l){r[t].d(l),l&&T(i)}}}function SA(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:d}=t,{extraObjects:h=[]}=t,{highlightData:f}=t,{missingFloorImageUrl:m}=t;const p=void 0;return n.$$set=A=>{"five"in A&&e(0,r=A.five),"pxmm"in A&&e(1,a=A.pxmm),"floorIndex"in A&&e(2,l=A.floorIndex),"hoverEnable"in A&&e(3,c=A.hoverEnable),"floorplanData"in A&&e(4,d=A.floorplanData),"extraObjects"in A&&e(10,h=A.extraObjects),"highlightData"in A&&e(5,f=A.highlightData),"missingFloorImageUrl"in A&&e(6,m=A.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(11,i=d.floorDatas[l]),n.$$.dirty&2048&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=h==null?void 0:h.filter(A=>A.floorIndex===l))},[r,a,l,c,d,f,m,o,s,p,h,i]}class LA extends ae{constructor(t){super(),re(this,t,SA,DA,oe,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},MA)}}function TA(n){fe(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 Nc(n){let t,e,i,s,o=n[8]!==0&&Fc(n);return{c(){t=D("div"),o&&o.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){O(r,t,a),o&&o.m(t,null),e=!0,i||(s=[$t(un.call(null,t)),ye(t,"clientWidth",n[14]),ye(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&E(o,1)):(o=Fc(r),o.c(),E(o,1),o.m(t,null)):o&&(de(),L(o,1,1,()=>{o=null}),he())},i(r){e||(E(o),e=!0)},o(r){L(o),e=!1},d(r){r&&T(t),o&&o.d(),i=!1,Je(s)}}}function Fc(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=$e(c,l[f]);e=new LA({props:c});const d=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let h={};for(let f=0;f<d.length;f+=1)h=$e(h,d[f]);return s=new wA({props:h}),{c(){t=D("div"),se(e.$$.fragment),i=K(),se(s.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),z(t,"width",o),z(t,"height",r)},m(f,m){O(f,t,m),ie(e,t,null),S(t,i),ie(s,t,null),a=!0},p(f,m){const p=m&6381?rt(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(p);const A=m&2073?rt(d,[{pxmm:f[11],five:f[0],floorplanData:f[3],cameraImageUrl:f[4]}]):{};s.$set(A),m&1024&&o!==(o=`${f[10]}px`)&&z(t,"width",o),m&8192&&r!==(r=`${f[13]}px`)&&z(t,"height",r)},i(f){a||(E(e.$$.fragment,f),E(s.$$.fragment,f),a=!0)},o(f){L(e.$$.fragment,f),L(s.$$.fragment,f),a=!1},d(f){f&&T(t),ne(e),ne(s)}}}function jA(n){let t,e,i=n[1]&&Nc(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&E(i,1)):(i=Nc(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function zA(n,t,e){var C,x;let{five:i}=t,{visible:s}=t,{hoverEnable:o}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,{missingFloorImageUrl:d}=t,h=0,f=(x=(C=i.work.observers[i.getCurrentState().panoIndex])==null?void 0:C.floorIndex)!=null?x:0,m=0,p=0,A=0,g=0;function b(k){e(12,f=i.work.observers[k].floorIndex)}pt(()=>(i.on("panoArrived",b),()=>{i.off("panoArrived",b)}));const y=k=>{e(8,m=k.detail)},I=k=>{e(9,p=k.detail)};return n.$$set=k=>{"five"in k&&e(0,i=k.five),"visible"in k&&e(1,s=k.visible),"hoverEnable"in k&&e(2,o=k.hoverEnable),"floorplanData"in k&&e(3,r=k.floorplanData),"cameraImageUrl"in k&&e(4,a=k.cameraImageUrl),"extraObjects"in k&&e(5,l=k.extraObjects),"highlightData"in k&&e(6,c=k.highlightData),"missingFloorImageUrl"in k&&e(7,d=k.missingFloorImageUrl)},n.$$.update=()=>{if(n.$$.dirty&1800){const k=Math.min(m,p),{max:B,min:G}=r.bounding,N=B.x-G.x,U=B.y-G.y,R=function(){return N>U?[k,k/N*U]:[k/U*N,k]}();e(10,A=R[0]),e(13,g=R[1]),e(11,h=A/N)}},[i,s,o,r,a,l,c,d,m,p,A,h,f,g,y,I]}class OA extends ae{constructor(t){super(),re(this,t,zA,jA,oe,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},TA)}}let BA=class extends ti{constructor(e,i){super(e);u(this,"name","panoFloorplanRadarPlugin");u(this,"state");u(this,"data");u(this,"app");u(this,"wrapperSelector","");u(this,"wrapper",null);u(this,"disposed",!1);u(this,"extraObjects",[]);u(this,"highlightData",{});u(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});u(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});u(this,"unhighlight",()=>{this.highlightData={},this.render()});u(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:pi,missingFloorImageUrl:this.staticPrefix+"/release/web/saas/missing-floor.d687a5ed.png"},o=V(V({},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 H(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 Ai(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return H(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 H(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.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=tA(e,this.five,this.data),this.render())}formatData(e){return H(this,null,function*(){return yield Ai(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?V(V({},s.config),e.config):s.config;this.state=me(V(V({},this.state),e),{config:o}),!ot(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=me(V({},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 OA({target:this.wrapper,props:e})}};const VA=(n,t)=>new BA(n,t),RA=[{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:"和室"}],QA=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],GA=[{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:"写字楼"}],kr=(n,t,e)=>{const i=new P.Matrix4,s=new P.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},NA=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(kr(s,0,0)),o&&n.applyMatrix4(kr(0,o,0)),r&&n.applyMatrix4(kr(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function _c(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=V({map:s.material.map||{}},t);s.material=new Q.MeshBasicMaterial(o),s.renderOrder=1,((i=e.parent)==null?void 0:i.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}const FA=(n,t)=>{var A;const e=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/dipan2.f38a21cc.FBX",i=(A=t.north_rad)!=null?A:void 0,s={};let o={x:0,y:0,z:0},r=[0,0,0],a=1,l=i;n.on("modelLoaded",p);const c=g=>H(this,null,function*(){var C;const b=(g==null?void 0:g.fbx_url)||e;if(l=(C=g==null?void 0:g.north_rad)!=null?C:i,typeof l!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');const I=yield new Cs.FBXLoader().loadAsync(b);return _c(I,{transparent:!0,side:P.DoubleSide,blending:P.AdditiveBlending}),s.object=I,p(),!0}),d=({latitude:g})=>{if(!s.object)return;const b=h(g);b&&(s.object.position.y=b)},h=g=>{if(s.yBase===void 0)return;const b=.6;if(g>=Math.PI/4)return s.yBase-(b+1.6);const y=g*(4/Math.PI);return s.yBase-(b*y+1.6)},f=()=>{if(!s.object)return;const g=h(n.getPose().latitude);g&&(s.object.position.y=g),n.scene.add(s.object),n.needsRender=!0,n.on("cameraDirectionUpdate",d)},m=()=>{s.object&&(n.scene.remove(s.object),n.needsRender=!0,n.off("cameraDirectionUpdate",d))};function p(){const g=s.object;if(!g)return;const b=n.model.bounding,y=b.max.x-b.min.x,I=b.max.z-b.min.z,C=Math.max(y,I),{max:{x,z:k},min:{x:B,y:G,z:N}}=b;s.yBase=G,o={x:(x+B)/2,y:G-1.6,z:(k+N)/2},r=[0,l-Math.PI/2,0],a=.0045*C,NA(g,{position:o,rotation:r,scale:a})}return{load:c,disable:m,enable:f}};function _A(n,t){var c,d,h,f,m;const e=(c=t==null?void 0:t.size)!=null?c:512,i=(d=t==null?void 0:t.fontSize)!=null?d:e*(35/256)*1.2,s=(h=t==null?void 0:t.backgroundColor)!=null?h:"rgba(0,0,0,0)",o=(f=t==null?void 0:t.fontColor)!=null?f:"#fff",r=(m=t==null?void 0:t.textAlign)!=null?m:"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 Q.CanvasTexture(a)}const HA=({x:n,y:t,z:e})=>new Q.Vector3(n,t,e),WA=(n,t)=>{var A,g,b;const e={},i=(A=t.animationEnabled)!=null?A:!0,s=(g=t.position)!=null?g:void 0,o=(b=t.rad)!=null?b:void 0,r=t.fbx_url||"//vrlab-image4.ljcdn.com/release/web/entryDoorMini/Anim_Door1.fbx",a=[],l=y=>H(this,null,function*(){var U,R,_,W,F,Y,q,J;const I=(U=y==null?void 0:y.position)!=null?U:s;if(!I)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const C=HA(I),x=(R=y==null?void 0:y.rad)!=null?R:o,k=(_=y==null?void 0:y.fbx_url)!=null?_:r;if(e.rad=x,x===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${x}`));const B=yield new Cs.FBXLoader().loadAsync(k);B.position.copy(C),B.rotation.z=x,B.scale.set(.8,.8,.8),_c(B,{transparent:!0,side:P.DoubleSide});const G=(q=(Y=(F=(W=B.children)==null?void 0:W[0])==null?void 0:F.children)==null?void 0:Y[3])==null?void 0:q.clone();if(!G)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${G}`));const N=(J=t.name)!=null?J:"入户门";return G.material=new Q.MeshBasicMaterial({transparent:!0,map:_A(N)}),G.renderOrder=3,B.children[0].add(G),e.object=B,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const y=1,I=new Q.AnimationMixer(e.object);a.push(I);const C=I.clipAction(e.object.animations[0]);C.timeScale=y;let x;const k=()=>{let U=0,R=0;const _=1e3/30,W=F=>{U=requestAnimationFrame(W);const Y=F-R;Y<_||(R=F,a.forEach(q=>q.update(Y/1e3)),n.needsRender=!0)};return U=requestAnimationFrame(W),()=>{cancelAnimationFrame(U)}},N={play:()=>{x||(C.play(),x=k(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{C.stop(),x==null||x(),x=void 0}};e.animation=N},d=y=>{var C;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((C=y==null?void 0:y.animationEnable)!=null?C:i)&&(e.animation||c(),e.animation.play()),n.scene.add(e.object),n.needsRender=!0},h=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},f=y=>y==="Floorplan"?d():h();return{load:l,enable:y=>(e.enabled||(e.enabled=!0,f(n.currentMode),n.on("modeChange",f),d(y)),!0),disable:()=>(e.enabled&&(e.enabled=!1,h(),n.off("modeChange",f)),!0)}},YA=Et;function UA(n,t,e,i=YA.Linear.None){const s=new Ms(n).to(t,e).easing(i);Ls(()=>s.start(0));const o=$i(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 XA(n,t){return UA({progress:0},{progress:1},n,t)}var Hc=(n=>(n.Move="Move",n.Rotate="Rotate",n))(Hc||{}),Ft=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(Ft||{});const qs=Math.PI*2;function Wc(n){return(n%qs+qs)%qs}function Yc(n){return n%qs}function Mr(n,t,e){return n+(t-n)*e}const Er=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Wc(n),r=Wc(t);return e===Ft.Anticlockwise&&o<r&&(o+=s),e===Ft.Clockwise&&r<o&&(r+=s),e===Ft.Loop&&r-o>i?Er(o,r,Ft.Anticlockwise):e===Ft.Loop&&o-r>i?Er(o,r,Ft.Clockwise):{from:o,to:r}},ZA=n=>{const t={},e=(l,c,...d)=>H(this,[l,c,...d],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((h,f)=>{const m=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;m!==void 0?n.moveToPano(m,V({duration:r,moveEndCallback:()=>h(!0),moveCancelCallback:()=>f(new Error("move canceled"))},o)):f(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Yc(r.latitude),l=Yc(o.latitude),{from:c,to:d}=Er(r.longitude,o.longitude,o.rotation||Ft.Loop),h=r.fov,f=o.fov;return{from:{latitude:a,longitude:c,fov:h},to:{latitude:l,longitude:d,fov:f}}};return{move:e,rotate:(l,c,...d)=>H(this,[l,c,...d],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==ve.Five.Mode.Panorama&&(yield n.changeMode(ve.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((m,p)=>{if(!o.panoIndex){m(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>m(!0),moveCancelCallback:()=>p(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:h,to:f}=i(o);return yield new Promise(m=>{const p=({progress:I})=>{const C={};C.longitude=Mr(h.longitude,f.longitude,I),C.latitude=Mr(h.latitude,f.latitude,I),C.fov=Mr(h.fov,f.fov,I),n.setState(C,!0)},A=()=>{m(!0)},g=()=>{m(!1)},b=o.rotateSpeed?Math.ceil(Math.abs(f.longitude-h.longitude)/o.rotateSpeed*1e3):r,y=XA(b,Et.Linear.None).onUpdate(p).onComplete(A).onDestroy(g);o.rotation===Ft.Loop&&y.repeat(1/0).yoyo(!0),t.interruptCallback=(I=!0)=>{y.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),m(I)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Uc(n,t){return n.x===t.x&&n.y===t.y}function Xc(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function Ks(n,t){return(t.y-n.y)/(t.x-n.x)}function Zc(n,t,e){const i=Ks(n[1],n[0]),s=Ks(t[1],t[0]);if(isNaN(i)||isNaN(s)||Xc(i,s))return!1;if($s(n[0],t))return n[0];if($s(n[1],t))return n[1];if($s(t[0],n))return t[0];if($s(t[1],n))return t[1];if(e&&!qA(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 $s(n,t){return Uc(n,t[0])||Uc(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&&Xc(Ks(t[0],n),Ks(n,t[1]))}function JA(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 eo(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function qA(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)&&eo(t[0],n[1],n[0])*eo(n[1],t[1],n[0])>0&&eo(n[0],t[1],t[0])*eo(t[1],n[1],t[0])>0?1:0}function Jc(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Jc(n,t-1))}const KA=`<style type="text/css">
195
195
  .PanoRulerPlugin-rule-line {
196
196
  position: absolute;
197
197
  transform-origin: left center;
@@ -581,7 +581,7 @@ void main() {
581
581
  `?f:U).map(U=>({id:st(),content:U})))),B}function b(){if(!p)return;const k=!a;p.reversed!==k&&p.reverse(),p.play()}function y(k){if(l){e(5,l=!1);return}clearTimeout(m),m=setTimeout(b,k?s:o)}function I(k){const B=function(){const G=O1(N=>k[N].getBoundingClientRect().x,[Math.min(k.length-1,10),Math.min(k.length-1,30)]);if(G>0)return G}();p=Vt({targets:k.slice(0,B).filter(qt),autoplay:!1,duration:400,scale:[.7,1],rotate:[20,0],opacity:[0,1],translateX:[4,0],translateY:[10,0],delay:Vt.stagger(50),easing:"easeInOutCubic"}),a&&p.seek(p.duration)}function C(k,B){Ne[k?"unshift":"push"](()=>{A[B]=k,e(1,A)})}function x(k,B){Ne[k?"unshift":"push"](()=>{A[B]=k,e(1,A)})}return n.$$set=k=>{"inDelay"in k&&e(6,s=k.inDelay),"outDelay"in k&&e(7,o=k.outDelay),"content"in k&&e(0,r=k.content),"unfolded"in k&&e(8,a=k.unfolded),"isFistUnfoldedUpdate"in k&&e(5,l=k.isFistUnfoldedUpdate)},n.$$.update=()=>{n.$$.dirty&1&&e(2,i=g(r)),n.$$.dirty&256&&y(a),n.$$.dirty&2&&I(A.filter(k=>!!k))},[r,A,i,h,f,l,s,o,a,C,x]}class Eh extends ae{constructor(t){super(),re(this,t,dy,cy,oe,{inDelay:6,outDelay:7,content:0,unfolded:8,isFistUnfoldedUpdate:5},oy)}}function hy(n){fe(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 xh(n){let t,e,i,s,o,r,a,l,c,d;return e=new jt({props:{center:!0,blurRadius:9,spreadRadius:3}}),{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),w(s,"class",o="arrow "+n[0]+" svelte-1ogmlqq"),z(s,"background-image","url("+Pb+")"),w(t,"class","arrow-wrapper svelte-1ogmlqq")},m(h,f){O(h,t,f),ie(e,t,null),S(t,i),S(t,s),l=!0,c||(d=ye(s,"click",n[5]),c=!0)},p(h,f){n=h,(!l||f&1&&o!==(o="arrow "+n[0]+" svelte-1ogmlqq"))&&w(s,"class",o)},i(h){l||(E(e.$$.fragment,h),h&&_e(()=>{l&&(a&&a.end(1),r=xi(s,et,{duration:n[2],delay:n[3],easing:mn}),r.start())}),l=!0)},o(h){L(e.$$.fragment,h),r&&r.invalidate(),h&&(a=dn(s,et,{duration:n[2],delay:n[4],easing:mn})),l=!1},d(h){h&&T(t),ne(e),h&&a&&a.end(),c=!1,d()}}}function uy(n){let t,e,i=n[1]&&xh(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&E(i,1)):(i=xh(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function fy(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){rn.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 my=class extends ae{constructor(t){super(),re(this,t,fy,uy,oe,{direction:0,visible:1,duration:2,inDelay:3,outDelay:4},hy)}};function gy(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 py(n){fe(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 Dh(n){let t,e,i;return e=new Eh({props:{unfolded:n[0],content:n[1],inDelay:500,outDelay:n[5]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","text svelte-1fuzm7v"),z(t,"transform",n[7])},m(s,o){O(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&&z(t,"transform",s[7])},i(s){i||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e),n[10](null)}}}function Sh(n){let t,e,i;return e=new my({props:{direction:n[6],visible:n[0],inDelay:600,duration:1e3}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","arrow svelte-1fuzm7v")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function Ay(n){let t,e,i,s=n[1]&&Dh(n),o=n[3]<n[4]&&Sh(n);return{c(){s&&s.c(),t=K(),o&&o.c(),e=Ce()},m(r,a){s&&s.m(r,a),O(r,t,a),o&&o.m(r,a),O(r,e,a),i=!0},p(r,[a]){r[1]?s?(s.p(r,a),a&2&&E(s,1)):(s=Dh(r),s.c(),E(s,1),s.m(t.parentNode,t)):s&&(de(),L(s,1,1,()=>{s=null}),he()),r[3]<r[4]?o?(o.p(r,a),a&24&&E(o,1)):(o=Sh(r),o.c(),E(o,1),o.m(e.parentNode,e)):o&&(de(),L(o,1,1,()=>{o=null}),he())},i(r){i||(E(s),E(o),i=!0)},o(r){L(s),L(o),i=!1},d(r){s&&s.d(r),r&&T(t),o&&o.d(r),r&&T(e)}}}function vy(n,t,e){let i,s,o,{visible:r=!1}=t,{textUnfolded:a=!1}=t,{content:l}=t,c,d=0,h=0,f=0;function m(p){Ne[p?"unshift":"push"](()=>{c=p,e(2,c)})}return n.$$set=p=>{"visible"in p&&e(0,r=p.visible),"textUnfolded"in p&&e(8,a=p.textUnfolded),"content"in p&&e(1,l=p.content)},n.$$.update=()=>{if(n.$$.dirty&7&&c&&r&&l){const{lineHeight:p}=getComputedStyle(c);e(4,f=c.offsetHeight),gy(()=>c==null?void 0:c.offsetHeight,Boolean).then(()=>{e(4,f=c.offsetHeight)}),e(3,h=Number(p.replace("px","")))}n.$$.dirty&280&&e(9,d=a?h-f:0),n.$$.dirty&512&&e(7,i=`translateY(${d}px)`),n.$$.dirty&256&&e(6,s=a?"left":"right"),n.$$.dirty&256&&e(5,o=a?450:0)},[r,l,c,h,f,o,s,i,a,d,m]}class Lh extends ae{constructor(t){super(),re(this,t,vy,Ay,oe,{visible:0,textUnfolded:8,content:1},py)}}function by(n){fe(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 Th(n){var d,h;let t,e,i,s,o,r,a,l,c;return t=new jt({props:{visible:n[2],left:n[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}}),i=new Xr({props:{unfolded:n[2],length:n[3],outDelay:n[4]+40*Math.min((h=(d=n[6][0])==null?void 0:d.content.length)!=null?h:10,15),useLinearColor:!0}}),r=new Lh({props:{visible:n[2],textUnfolded:n[1],content:n[5]}}),{c(){se(t.$$.fragment),e=K(),se(i.$$.fragment),s=K(),o=D("div"),se(r.$$.fragment),w(o,"class","content svelte-5hip41")},m(f,m){ie(t,f,m),O(f,e,m),ie(i,f,m),O(f,s,m),O(f,o,m),ie(r,o,null),a=!0,l||(c=[$t(un.call(null,o)),ye(o,"clientWidth",n[10]),ye(o,"click",n[7])],l=!0)},p(f,m){var b,y;const p={};m&4&&(p.visible=f[2]),m&8&&(p.left=f[3]/2+"px"),t.$set(p);const A={};m&4&&(A.unfolded=f[2]),m&8&&(A.length=f[3]),m&16&&(A.outDelay=f[4]+40*Math.min((y=(b=f[6][0])==null?void 0:b.content.length)!=null?y:10,15)),i.$set(A);const g={};m&4&&(g.visible=f[2]),m&2&&(g.textUnfolded=f[1]),m&32&&(g.content=f[5]),r.$set(g)},i(f){a||(E(t.$$.fragment,f),E(i.$$.fragment,f),E(r.$$.fragment,f),a=!0)},o(f){L(t.$$.fragment,f),L(i.$$.fragment,f),L(r.$$.fragment,f),a=!1},d(f){ne(t,f),f&&T(e),ne(i,f),f&&T(s),f&&T(o),ne(r),l=!1,Je(c)}}}function yy(n){let t,e,i=n[0].state&&Th(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=Th(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function wy(n,t,e){let i,s,o,r,a,{tag:l}=t,c,d=!1,h=[];function f(){e(1,d=!d)}const m=p=>{e(3,c=p.detail)};return n.$$set=p=>{"tag"in p&&e(0,l=p.tag)},n.$$.update=()=>{var p,A,g,b;n.$$.dirty&1&&e(2,i=!!((p=l.state)!=null&&p.unfolded)),n.$$.dirty&1&&e(9,s=(g=(A=l.data.title)!=null?A:l.data.text)!=null?g:""),n.$$.dirty&1&&e(8,o=(b=l.data.description)!=null?b:""),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,d=!1)},20)),n.$$.dirty&2&&e(4,a=d?450:0)},[l,d,i,c,a,r,h,f,o,s,m]}class Cy extends ae{constructor(t){super(),re(this,t,wy,yy,oe,{tag:0},by)}}function Ht(n){return typeof n=="number"?n/16+"rem":n}function Iy(n){fe(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 Py(n){let t;const e=n[6].default,i=en(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)&&nn(i,e,s,s[5],t?tn(e,s[5],o,null):sn(s[5]),null)},i(s){t||(E(i,s),t=!0)},o(s){L(i,s),t=!1},d(s){i&&i.d(s)}}}function ky(n){var o,r;let t,e,i=((o=n[3])==null?void 0:o.inputting)&&jh(),s=typeof((r=n[3])==null?void 0:r.placeholder)=="string"&&zh(n);return{c(){i&&i.c(),t=K(),s&&s.c(),e=Ce()},m(a,l){i&&i.m(a,l),O(a,t,l),s&&s.m(a,l),O(a,e,l)},p(a,l){var c,d;(c=a[3])!=null&&c.inputting?i||(i=jh(),i.c(),i.m(t.parentNode,t)):i&&(i.d(1),i=null),typeof((d=a[3])==null?void 0:d.placeholder)=="string"?s?s.p(a,l):(s=zh(a),s.c(),s.m(e.parentNode,e)):s&&(s.d(1),s=null)},i:Z,o:Z,d(a){i&&i.d(a),a&&T(t),s&&s.d(a),a&&T(e)}}}function My(n){let t;return{c(){t=xe(n[2])},m(e,i){O(e,t,i)},p(e,i){i&4&&Se(t,e[2])},i:Z,o:Z,d(e){e&&T(t)}}}function jh(n){let t;return{c(){t=D("div"),w(t,"class","caret svelte-1j0cz4o")},m(e,i){O(e,t,i)},d(e){e&&T(t)}}}function zh(n){let t,e=n[3].placeholder+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","placeholder svelte-1j0cz4o")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&8&&e!==(e=s[3].placeholder+"")&&Se(i,e)},d(s){s&&T(t)}}}function Ey(n){let t,e,i,s;const o=[My,ky,Py],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=D("div"),i.c(),w(t,"class","text svelte-1j0cz4o"),z(t,"max-width",typeof n[1]=="number"?Ht(n[1]):n[1]),z(t,"-webkit-line-clamp",n[0])},m(l,c){O(l,t,c),r[e].m(t,null),s=!0},p(l,[c]){let d=e;e=a(l),e===d?r[e].p(l,c):(de(),L(r[d],1,1,()=>{r[d]=null}),he(),i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),E(i,1),i.m(t,null)),c&2&&z(t,"max-width",typeof l[1]=="number"?Ht(l[1]):l[1]),c&1&&z(t,"-webkit-line-clamp",l[0])},i(l){s||(E(i),s=!0)},o(l){L(i),s=!1},d(l){l&&T(t),r[e].d()}}}function xy(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=d=>{"maxLine"in d&&e(0,r=d.maxLine),"maxWidth"in d&&e(1,a=d.maxWidth),"text"in d&&e(2,l=d.text),"edit"in d&&e(3,c=d.edit),"$$scope"in d&&e(5,o=d.$$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 Zr extends ae{constructor(t){super(),re(this,t,xy,Ey,oe,{maxLine:0,maxWidth:1,text:2,edit:3},Iy)}}function Dy(n){fe(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 Oh(n){var h,f;let t,e,i,s,o,r,a,l,c;t=new Xr({props:{unfolded:n[1],direction:"vertical",length:15,duration:500,inDelay:200,useLinearColor:!0}}),a=new Zr({props:{text:n[4],edit:(h=n[0].data.edit)==null?void 0:h.title,maxLine:n[2]}});let d=(n[0].data.description||((f=n[0].data.edit)==null?void 0:f.description))&&Bh(n);return{c(){se(t.$$.fragment),e=K(),i=D("div"),s=D("div"),o=D("div"),r=D("div"),se(a.$$.fragment),l=K(),d&&d.c(),w(r,"class","title svelte-1oxrkr1"),w(o,"class","plane svelte-1oxrkr1"),w(s,"class","plane__wrapper svelte-1oxrkr1"),z(s,"transform",n[1]?"translateY(-15px)":"translateY(0)"),w(i,"class","plane__container svelte-1oxrkr1"),$(i,"unfolded",n[1]),$(i,"folded",n[5])},m(m,p){ie(t,m,p),O(m,e,p),O(m,i,p),S(i,s),S(s,o),S(o,r),ie(a,r,null),S(o,l),d&&d.m(o,null),c=!0},p(m,p){var b,y;const A={};p&2&&(A.unfolded=m[1]),t.$set(A);const g={};p&16&&(g.text=m[4]),p&1&&(g.edit=(b=m[0].data.edit)==null?void 0:b.title),p&4&&(g.maxLine=m[2]),a.$set(g),m[0].data.description||(y=m[0].data.edit)!=null&&y.description?d?(d.p(m,p),p&1&&E(d,1)):(d=Bh(m),d.c(),E(d,1),d.m(o,null)):d&&(de(),L(d,1,1,()=>{d=null}),he()),p&2&&z(s,"transform",m[1]?"translateY(-15px)":"translateY(0)"),(!c||p&2)&&$(i,"unfolded",m[1]),(!c||p&32)&&$(i,"folded",m[5])},i(m){c||(E(t.$$.fragment,m),E(a.$$.fragment,m),E(d),c=!0)},o(m){L(t.$$.fragment,m),L(a.$$.fragment,m),L(d),c=!1},d(m){ne(t,m),m&&T(e),m&&T(i),ne(a),d&&d.d()}}}function Bh(n){var s;let t,e,i;return e=new Zr({props:{text:n[0].data.description,edit:(s=n[0].data.edit)==null?void 0:s.description,maxLine:n[3]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","description svelte-1oxrkr1")},m(o,r){O(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||(E(e.$$.fragment,o),i=!0)},o(o){L(e.$$.fragment,o),i=!1},d(o){o&&T(t),ne(e)}}}function Sy(n){let t,e,i=n[0].state&&Oh(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=Oh(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function Ly(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,d,h,f,m;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=(h=(d=l.data.title)!=null?d:l.data.text)!=null?h:""),n.$$.dirty&1&&e(3,r=(f=l.data.descriptionMaxRows)!=null?f:null),n.$$.dirty&1&&e(2,a=(m=l.data.titleMaxRows)!=null?m:null)},[l,i,a,r,o,s]}class Ty extends ae{constructor(t){super(),re(this,t,Ly,Sy,oe,{tag:0},Dy)}}function jy(n){let t,e;return t=new Ty({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function zy(n){let t,e;return t=new Cy({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function Oy(n){let t,e,i,s;const o=[zy,jy],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=Ce()},m(l,c){~t&&r[t].m(l,c),O(l,i,c),s=!0},p(l,[c]){let d=t;t=a(l),t===d?~t&&r[t].p(l,c):(e&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),E(e,1),e.m(i.parentNode,i)):e=null)},i(l){s||(E(e),s=!0)},o(l){L(e),s=!1},d(l){~t&&r[t].d(l),l&&T(i)}}}function By(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 Vy extends ae{constructor(t){super(),re(this,t,By,Oy,oe,{tag:0})}}function Ry(n){fe(n,"svelte-blgtit",".line.svelte-blgtit{width:100%;height:100%;overflow:visible;pointer-events:none}")}function Vh(n){let t,e,i,s;return{c(){t=Oe("path"),w(t,"fill","none"),w(t,"stroke","url(#"+n[4]+")"),w(t,"stroke-width","1"),w(t,"d","M0 21 L14 0.5 L105 0.5")},m(o,r){O(o,t,r),s=!0},p(o,r){n=o},i(o){s||(o&&_e(()=>{s&&(i&&i.end(1),e=xi(t,Zs,{duration:n[1],delay:n[0],easing:tc}),e.start())}),s=!0)},o(o){e&&e.invalidate(),o&&(i=dn(t,Zs,{duration:n[1],delay:n[2],easing:mn})),s=!1},d(o){o&&T(t),o&&i&&i.end()}}}function Qy(n){let t,e,i,s,o,r=n[3]&&Vh(n);return{c(){t=Oe("svg"),e=Oe("defs"),i=Oe("linearGradient"),s=Oe("stop"),o=Oe("stop"),r&&r.c(),w(s,"offset","25%"),w(s,"stop-color","white"),w(s,"stop-opacity","1"),w(o,"offset","100%"),w(o,"stop-color","white"),w(o,"stop-opacity","0.5"),w(i,"id",n[4]),w(i,"gradientUnits","userSpaceOnUse"),w(t,"class","line svelte-blgtit"),w(t,"viewBox","0 0 105 21")},m(a,l){O(a,t,l),S(t,e),S(e,i),S(i,s),S(i,o),r&&r.m(t,null)},p(a,[l]){a[3]?r?(r.p(a,l),l&8&&E(r,1)):(r=Vh(a),r.c(),E(r,1),r.m(t,null)):r&&(de(),L(r,1,1,()=>{r=null}),he())},i(a){E(r)},o(a){L(r)},d(a){a&&T(t),r&&r.d()}}}function Gy(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]}class Ny extends ae{constructor(t){super(),re(this,t,Gy,Qy,oe,{inDelay:0,duration:1,outDelay:2,unfolded:3},Ry)}}function Fy(n){fe(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 _y(n){let t,e,i;return{c(){t=D("button"),w(t,"class","sc-carousel-button sc-carousel-dot__dot svelte-1mgyhhn"),$(t,"sc-carousel-dot__dot_active",n[0])},m(s,o){O(s,t,o),e||(i=ye(t,"click",n[1]),e=!0)},p(s,[o]){o&1&&$(t,"sc-carousel-dot__dot_active",s[0])},i:Z,o:Z,d(s){s&&T(t),e=!1,i()}}}function Hy(n,t,e){let{active:i=!1}=t;function s(o){rn.call(this,n,o)}return n.$$set=o=>{"active"in o&&e(0,i=o.active)},[i,s]}class Wy extends ae{constructor(t){super(),re(this,t,Hy,_y,oe,{active:0},Fy)}}function Yy(n){fe(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 Rh(n,t,e){const i=n.slice();return i[5]=t[e],i[7]=e,i}function Qh(n,t){let e,i,s,o;function r(){return t[3](t[7])}return i=new Wy({props:{active:t[1]===t[7]}}),i.$on("click",r),{key:n,first:null,c(){e=D("div"),se(i.$$.fragment),s=K(),w(e,"class","sc-carousel-dots__dot-container svelte-670fde"),this.first=e},m(a,l){O(a,e,l),ie(i,e,null),S(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||(E(i.$$.fragment,a),o=!0)},o(a){L(i.$$.fragment,a),o=!1},d(a){a&&T(e),ne(i)}}}function Uy(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=Rh(n,o,a),c=r(l);i.set(c,e[a]=Qh(c,l))}return{c(){t=D("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","sc-carousel-dots__container svelte-670fde")},m(a,l){O(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]),de(),e=Tt(e,l,r,1,a,o,i,t,mi,Qh,null,Rh),he())},i(a){if(!s){for(let l=0;l<o.length;l+=1)E(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);s=!1},d(a){a&&T(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function Xy(n,t,e){const i=_s();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 Zy extends ae{constructor(t){super(),re(this,t,Xy,Uy,oe,{pagesCount:0,currentPageIndex:1},Yy)}}const kn="prev",bi="next";function Jy(n){fe(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 qy(n){let t,e,i,s;return{c(){t=D("button"),e=D("i"),w(e,"class","sc-carousel-arrow__arrow svelte-1bftafx"),$(e,"sc-carousel-arrow__arrow-next",n[0]===bi),$(e,"sc-carousel-arrow__arrow-prev",n[0]===kn),w(t,"class","sc-carousel-button sc-carousel-arrow__circle svelte-1bftafx"),$(t,"sc-carousel-arrow__circle_disabled",n[1])},m(o,r){O(o,t,r),S(t,e),i||(s=ye(t,"click",n[2]),i=!0)},p(o,[r]){r&1&&$(e,"sc-carousel-arrow__arrow-next",o[0]===bi),r&1&&$(e,"sc-carousel-arrow__arrow-prev",o[0]===kn),r&2&&$(t,"sc-carousel-arrow__circle_disabled",o[1])},i:Z,o:Z,d(o){o&&T(t),i=!1,s()}}}function Ky(n,t,e){let{direction:i=bi}=t,{disabled:s=!1}=t;function o(r){rn.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 Gh extends ae{constructor(t){super(),re(this,t,Ky,qy,oe,{direction:0,disabled:1},Jy)}}function $y(n){fe(n,"svelte-i7yfid",".sc-carousel-progress__indicator.svelte-i7yfid{height:100%;background-color:var(--sc-color-hex-dark-50p)}")}function ew(n){let t;return{c(){t=D("div"),w(t,"class","sc-carousel-progress__indicator svelte-i7yfid"),z(t,"width",n[0]+"%")},m(e,i){O(e,t,i)},p(e,[i]){i&1&&z(t,"width",e[0]+"%")},i:Z,o:Z,d(e){e&&T(t)}}}const Nh=100;function tw(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*Nh,0),Nh))},[i,s]}class iw extends ae{constructor(t){super(),re(this,t,tw,ew,oe,{value:1},$y)}}function nw(n,t){n.addEventListener("mousedown",t),n.addEventListener("touchstart",t,{passive:!0})}function sw(n,t){n.removeEventListener("mousedown",t),n.removeEventListener("touchstart",t)}function ow(n,t){n.addEventListener("mouseup",t),n.addEventListener("touchend",t)}function Fh(n,t){n.removeEventListener("mouseup",t),n.removeEventListener("touchend",t)}function rw(n,t){n.addEventListener("mousemove",t),n.addEventListener("touchmove",t)}function _h(n,t){n.removeEventListener("mousemove",t),n.removeEventListener("touchmove",t)}function Jr(n){return function(t,e){n.dispatchEvent(new CustomEvent(t,{detail:e}))}}const aw=110,lw=9,cw=111,dw=20;function qr(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 hw(n,{thresholdProvider:t}){const e=Jr(n);let i,s,o=0,r,a=!1;function l(){return Date.now()-r>=cw&&Math.abs(o)>=dw}function c(f){r=Date.now(),o=0,a=!0;const m=qr(f);i=m.x,s=m.y,e("swipeStart",{x:i,y:s}),rw(window,d),ow(window,h)}function d(f){if(!a)return;const m=qr(f),p=m.x-i,A=m.y-s;i=m.x,s=m.y,e("swipeMove",{x:i,y:s,dx:p,dy:A}),p!==0&&Math.sign(p)!==Math.sign(o)&&(o=0),o+=p,Math.abs(o)>t()&&(e("swipeThresholdReached",{direction:o>0?kn:bi}),Fh(window,h),_h(window,d))}function h(f){if(Fh(window,h),_h(window,d),a=!1,!l()){e("swipeFailed");return}const m=qr(f);e("swipeEnd",{x:m.x,y:m.y})}return nw(n,c),{destroy(){sw(n,c)}}}function uw(n,t){n.addEventListener("mouseenter",t)}function fw(n,t){n.removeEventListener("mouseenter",t)}function mw(n,t){n.addEventListener("mouseleave",t)}function Hh(n,t){n.removeEventListener("mouseleave",t)}function gw(n){const t=Jr(n);function e(){mw(n,i),t("hovered",{value:!0})}function i(){t("hovered",{value:!1}),Hh(n,i)}return uw(n,e),{destroy(){fw(n,e),Hh(n,i)}}}const pw=(n,t)=>{const e=t.x-n.x,i=t.y-n.y;return Math.sqrt(e*e+i*i)};function Mn(n,t,e){return Math.max(n,Math.min(t,e))}function Aw(n,t){n.addEventListener("touchstart",t,{passive:!0})}function vw(n,t){n.removeEventListener("touchstart",t)}function bw(n,t){n.addEventListener("touchend",t)}function Wh(n,t){n.removeEventListener("touchend",t)}function yw(n){const t=Jr(n);let e=0,i={x:0,y:0};function s({tapEndedAt:a,tapEndedPos:l}){const c=a-e,d=pw(i,l);return c<=aw&&d<=lw}function o(a){e=Date.now();const l=a.touches[0];i={x:l.clientX,y:l.clientY},bw(n,r)}function r(a){Wh(n,r);const l=a.changedTouches[0];s({tapEndedAt:Date.now(),tapEndedPos:{x:l.clientX,y:l.clientY}})&&t("tapped")}return Aw(n,o),{destroy(){vw(n,o),Wh(n,r)}}}function ww({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:s}){return n===t-e?0:n===0?Yh({particlesCountWithoutClones:t-i,particlesToScroll:s})-1:Math.floor((n-e)/s)}function Cw({currentParticleIndex:n,particlesToScroll:t}){return Math.ceil(n/t)}function Iw({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,infinite:s,particlesToScroll:o}){return s?ww({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:o}):Cw({currentParticleIndex:n,particlesToScroll:o})}function Yh({particlesCountWithoutClones:n,particlesToScroll:t}){return Math.ceil(n/t)}function Pw({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e}){const i=Uh({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e});return Math.ceil(n/t)-i}function kw({infinite:n,particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i}){return n?Yh({particlesCountWithoutClones:t,particlesToScroll:e}):Pw({particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i})}function Mw({pageIndex:n,clonesCountHead:t,clonesCountTail:e,particlesToScroll:i,particlesCount:s}){return Mn(0,Math.min(t+n*i,s-e),s-1)}function Ew({pageIndex:n,particlesToScroll:t,particlesCount:e,particlesToShow:i}){return Mn(0,Math.min(n*t,e-i),e-1)}function Kr({infinite:n,pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o,particlesToShow:r}){return n?Mw({pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o}):Ew({pageIndex:t,particlesToScroll:s,particlesCount:o,particlesToShow:r})}function xw({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 Uh({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 Dw(n){return new ResizeObserver(t=>{n({width:t[0].contentRect.width})})}function Sw({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 Lw({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 Tw({infinite:n,particlesToShow:t,partialPageSize:e}){const i=n?{head:Math.ceil(e||t),tail:Math.ceil(t)}:{head:0,tail:0};return me(V({},i),{total:i.head+i.tail})}const is=(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},$r=n=>t=>{n[t]&&n[t]()};var jw="Expected a function",Xh="__lodash_hash_undefined__",Zh=1/0,zw="[object Function]",Ow="[object GeneratorFunction]",Bw="[object Symbol]",Vw=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rw=/^\w*$/,Qw=/^\./,Gw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nw=/[\\^$.*+?()[\]{}|]/g,Fw=/\\(\\)?/g,_w=/^\[object .+?Constructor\]$/,Hw=typeof kt=="object"&&kt&&kt.Object===Object&&kt,Ww=typeof self=="object"&&self&&self.Object===Object&&self,ea=Hw||Ww||Function("return this")();function Yw(n,t){return n==null?void 0:n[t]}function Uw(n){var t=!1;if(n!=null&&typeof n.toString!="function")try{t=!!(n+"")}catch(e){}return t}var Xw=Array.prototype,Zw=Function.prototype,Jh=Object.prototype,ta=ea["__core-js_shared__"],qh=function(){var n=/[^.]+$/.exec(ta&&ta.keys&&ta.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}(),Kh=Zw.toString,ia=Jh.hasOwnProperty,$h=Jh.toString,Jw=RegExp("^"+Kh.call(ia).replace(Nw,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),eu=ea.Symbol,qw=Xw.splice,Kw=nu(ea,"Map"),ns=nu(Object,"create"),tu=eu?eu.prototype:void 0,iu=tu?tu.toString:void 0;function Bi(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 $w(){this.__data__=ns?ns(null):{}}function eC(n){return this.has(n)&&delete this.__data__[n]}function tC(n){var t=this.__data__;if(ns){var e=t[n];return e===Xh?void 0:e}return ia.call(t,n)?t[n]:void 0}function iC(n){var t=this.__data__;return ns?t[n]!==void 0:ia.call(t,n)}function nC(n,t){var e=this.__data__;return e[n]=ns&&t===void 0?Xh:t,this}Bi.prototype.clear=$w,Bi.prototype.delete=eC,Bi.prototype.get=tC,Bi.prototype.has=iC,Bi.prototype.set=nC;function En(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 sC(){this.__data__=[]}function oC(n){var t=this.__data__,e=vo(t,n);if(e<0)return!1;var i=t.length-1;return e==i?t.pop():qw.call(t,e,1),!0}function rC(n){var t=this.__data__,e=vo(t,n);return e<0?void 0:t[e][1]}function aC(n){return vo(this.__data__,n)>-1}function lC(n,t){var e=this.__data__,i=vo(e,n);return i<0?e.push([n,t]):e[i][1]=t,this}En.prototype.clear=sC,En.prototype.delete=oC,En.prototype.get=rC,En.prototype.has=aC,En.prototype.set=lC;function Vi(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 cC(){this.__data__={hash:new Bi,map:new(Kw||En),string:new Bi}}function dC(n){return bo(this,n).delete(n)}function hC(n){return bo(this,n).get(n)}function uC(n){return bo(this,n).has(n)}function fC(n,t){return bo(this,n).set(n,t),this}Vi.prototype.clear=cC,Vi.prototype.delete=dC,Vi.prototype.get=hC,Vi.prototype.has=uC,Vi.prototype.set=fC;function vo(n,t){for(var e=n.length;e--;)if(PC(n[e][0],t))return e;return-1}function mC(n,t){t=vC(t,n)?[t]:AC(t);for(var e=0,i=t.length;n!=null&&e<i;)n=n[CC(t[e++])];return e&&e==i?n:void 0}function gC(n){if(!ou(n)||yC(n))return!1;var t=kC(n)||Uw(n)?Jw:_w;return t.test(IC(n))}function pC(n){if(typeof n=="string")return n;if(sa(n))return iu?iu.call(n):"";var t=n+"";return t=="0"&&1/n==-Zh?"-0":t}function AC(n){return su(n)?n:wC(n)}function bo(n,t){var e=n.__data__;return bC(t)?e[typeof t=="string"?"string":"hash"]:e.map}function nu(n,t){var e=Yw(n,t);return gC(e)?e:void 0}function vC(n,t){if(su(n))return!1;var e=typeof n;return e=="number"||e=="symbol"||e=="boolean"||n==null||sa(n)?!0:Rw.test(n)||!Vw.test(n)||t!=null&&n in Object(t)}function bC(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function yC(n){return!!qh&&qh in n}var wC=na(function(n){n=EC(n);var t=[];return Qw.test(n)&&t.push(""),n.replace(Gw,function(e,i,s,o){t.push(s?o.replace(Fw,"$1"):i||e)}),t});function CC(n){if(typeof n=="string"||sa(n))return n;var t=n+"";return t=="0"&&1/n==-Zh?"-0":t}function IC(n){if(n!=null){try{return Kh.call(n)}catch(t){}try{return n+""}catch(t){}}return""}function na(n,t){if(typeof n!="function"||t&&typeof t!="function")throw new TypeError(jw);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(na.Cache||Vi),e}na.Cache=Vi;function PC(n,t){return n===t||n!==n&&t!==t}var su=Array.isArray;function kC(n){var t=ou(n)?$h.call(n):"";return t==zw||t==Ow}function ou(n){var t=typeof n;return!!n&&(t=="object"||t=="function")}function MC(n){return!!n&&typeof n=="object"}function sa(n){return typeof n=="symbol"||MC(n)&&$h.call(n)==Bw}function EC(n){return n==null?"":pC(n)}function xC(n,t,e){var i=n==null?void 0:mC(n,t);return i===void 0?e:i}var yo=xC,wo={},DC={get exports(){return wo},set exports(n){wo=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]",d="[object Function]",h="[object GeneratorFunction]",f="[object Map]",m="[object Number]",p="[object Object]",A="[object Promise]",g="[object RegExp]",b="[object Set]",y="[object String]",I="[object Symbol]",C="[object WeakMap]",x="[object ArrayBuffer]",k="[object DataView]",B="[object Float32Array]",G="[object Float64Array]",N="[object Int8Array]",U="[object Int16Array]",R="[object Int32Array]",_="[object Uint8Array]",W="[object Uint8ClampedArray]",F="[object Uint16Array]",Y="[object Uint32Array]",q=/[\\^$.*+?()[\]{}|]/g,J=/\w*$/,ee=/^\[object .+?Constructor\]$/,ue=/^(?:0|[1-9]\d*)$/,le={};le[o]=le[r]=le[x]=le[k]=le[a]=le[l]=le[B]=le[G]=le[N]=le[U]=le[R]=le[f]=le[m]=le[p]=le[g]=le[b]=le[y]=le[I]=le[_]=le[W]=le[F]=le[Y]=!0,le[c]=le[d]=le[C]=!1;var Pe=typeof kt=="object"&&kt&&kt.Object===Object&&kt,ke=typeof self=="object"&&self&&self.Object===Object&&self,be=Pe||ke||Function("return this")(),Ve=t&&!t.nodeType&&t,we=Ve&&!0&&n&&!n.nodeType&&n,Ue=we&&we.exports===Ve;function ge(v,M){return v.set(M[0],M[1]),v}function Ie(v,M){return v.add(M),v}function ze(v,M){for(var j=-1,X=v?v.length:0;++j<X&&M(v[j],j,v)!==!1;);return v}function pe(v,M){for(var j=-1,X=M.length,Me=v.length;++j<X;)v[Me+j]=M[j];return v}function tt(v,M,j,X){var Me=-1,Ae=v?v.length:0;for(X&&Ae&&(j=v[++Me]);++Me<Ae;)j=M(j,v[Me],Me,v);return j}function mt(v,M){for(var j=-1,X=Array(v);++j<v;)X[j]=M(j);return X}function De(v,M){return v==null?void 0:v[M]}function lt(v){var M=!1;if(v!=null&&typeof v.toString!="function")try{M=!!(v+"")}catch(j){}return M}function ce(v){var M=-1,j=Array(v.size);return v.forEach(function(X,Me){j[++M]=[Me,X]}),j}function Ee(v,M){return function(j){return v(M(j))}}function We(v){var M=-1,j=Array(v.size);return v.forEach(function(X){j[++M]=X}),j}var vt=Array.prototype,si=Function.prototype,Ct=Object.prototype,It=be["__core-js_shared__"],Re=function(){var v=/[^.]+$/.exec(It&&It.keys&&It.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),He=si.toString,Ke=Ct.hasOwnProperty,zt=Ct.toString,as=RegExp("^"+He.call(Ke).replace(q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Wt=Ue?be.Buffer:void 0,wi=be.Symbol,Qi=be.Uint8Array,bt=Ee(Object.getPrototypeOf,Object),Ln=Object.create,Tn=Ct.propertyIsEnumerable,wa=vt.splice,ls=Object.getOwnPropertySymbols,jn=Wt?Wt.isBuffer:void 0,So=Ee(Object.keys,Object),zn=Bt(be,"DataView"),Gi=Bt(be,"Map"),Ot=Bt(be,"Promise"),On=Bt(be,"Set"),cs=Bt(be,"WeakMap"),Ni=Bt(Object,"create"),ds=gt(zn),Fi=gt(Gi),hs=gt(Ot),us=gt(On),fs=gt(cs),Ci=wi?wi.prototype:void 0,Lo=Ci?Ci.valueOf:void 0;function oi(v){var M=-1,j=v?v.length:0;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Ca(){this.__data__=Ni?Ni(null):{}}function Ia(v){return this.has(v)&&delete this.__data__[v]}function Pa(v){var M=this.__data__;if(Ni){var j=M[v];return j===i?void 0:j}return Ke.call(M,v)?M[v]:void 0}function To(v){var M=this.__data__;return Ni?M[v]!==void 0:Ke.call(M,v)}function ms(v,M){var j=this.__data__;return j[v]=Ni&&M===void 0?i:M,this}oi.prototype.clear=Ca,oi.prototype.delete=Ia,oi.prototype.get=Pa,oi.prototype.has=To,oi.prototype.set=ms;function it(v){var M=-1,j=v?v.length:0;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function ka(){this.__data__=[]}function Ma(v){var M=this.__data__,j=Vn(M,v);if(j<0)return!1;var X=M.length-1;return j==X?M.pop():wa.call(M,j,1),!0}function Ea(v){var M=this.__data__,j=Vn(M,v);return j<0?void 0:M[j][1]}function xa(v){return Vn(this.__data__,v)>-1}function Da(v,M){var j=this.__data__,X=Vn(j,v);return X<0?j.push([v,M]):j[X][1]=M,this}it.prototype.clear=ka,it.prototype.delete=Ma,it.prototype.get=Ea,it.prototype.has=xa,it.prototype.set=Da;function ct(v){var M=-1,j=v?v.length:0;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Sa(){this.__data__={hash:new oi,map:new(Gi||it),string:new oi}}function La(v){return Hi(this,v).delete(v)}function Ta(v){return Hi(this,v).get(v)}function ja(v){return Hi(this,v).has(v)}function za(v,M){return Hi(this,v).set(v,M),this}ct.prototype.clear=Sa,ct.prototype.delete=La,ct.prototype.get=Ta,ct.prototype.has=ja,ct.prototype.set=za;function yt(v){this.__data__=new it(v)}function Oa(){this.__data__=new it}function Ba(v){return this.__data__.delete(v)}function Va(v){return this.__data__.get(v)}function Ra(v){return this.__data__.has(v)}function Qa(v,M){var j=this.__data__;if(j instanceof it){var X=j.__data__;if(!Gi||X.length<e-1)return X.push([v,M]),this;j=this.__data__=new ct(X)}return j.set(v,M),this}yt.prototype.clear=Oa,yt.prototype.delete=Ba,yt.prototype.get=Va,yt.prototype.has=Ra,yt.prototype.set=Qa;function Bn(v,M){var j=vs(v)||Qn(v)?mt(v.length,String):[],X=j.length,Me=!!X;for(var Ae in v)(M||Ke.call(v,Ae))&&!(Me&&(Ae=="length"||$a(Ae,X)))&&j.push(Ae);return j}function jo(v,M,j){var X=v[M];(!(Ke.call(v,M)&&Ro(X,j))||j===void 0&&!(M in v))&&(v[M]=j)}function Vn(v,M){for(var j=v.length;j--;)if(Ro(v[j][0],M))return j;return-1}function Yt(v,M){return v&&As(M,ys(M),v)}function gs(v,M,j,X,Me,Ae,Le){var Te;if(X&&(Te=Ae?X(v,Me,Ae,Le):X(v)),Te!==void 0)return Te;if(!Xt(v))return v;var Xe=vs(v);if(Xe){if(Te=qa(v),!M)return Xa(v,Te)}else{var Be=ai(v),dt=Be==d||Be==h;if(Qo(v))return Rn(v,M);if(Be==p||Be==o||dt&&!Ae){if(lt(v))return Ae?v:{};if(Te=Ut(dt?{}:v),!M)return Za(v,Yt(Te,v))}else{if(!le[Be])return Ae?v:{};Te=Ka(v,Be,gs,M)}}Le||(Le=new yt);var wt=Le.get(v);if(wt)return wt;if(Le.set(v,Te),!Xe)var Ze=j?Ja(v):ys(v);return ze(Ze||v,function(ht,nt){Ze&&(nt=ht,ht=v[nt]),jo(Te,nt,gs(ht,M,j,X,nt,v,Le))}),Te}function Ga(v){return Xt(v)?Ln(v):{}}function Na(v,M,j){var X=M(v);return vs(v)?X:pe(X,j(v))}function Fa(v){return zt.call(v)}function _a(v){if(!Xt(v)||tl(v))return!1;var M=bs(v)||lt(v)?as:ee;return M.test(gt(v))}function Ha(v){if(!Bo(v))return So(v);var M=[];for(var j in Object(v))Ke.call(v,j)&&j!="constructor"&&M.push(j);return M}function Rn(v,M){if(M)return v.slice();var j=new v.constructor(v.length);return v.copy(j),j}function ps(v){var M=new v.constructor(v.byteLength);return new Qi(M).set(new Qi(v)),M}function _i(v,M){var j=M?ps(v.buffer):v.buffer;return new v.constructor(j,v.byteOffset,v.byteLength)}function zo(v,M,j){var X=M?j(ce(v),!0):ce(v);return tt(X,ge,new v.constructor)}function Oo(v){var M=new v.constructor(v.source,J.exec(v));return M.lastIndex=v.lastIndex,M}function Wa(v,M,j){var X=M?j(We(v),!0):We(v);return tt(X,Ie,new v.constructor)}function Ya(v){return Lo?Object(Lo.call(v)):{}}function Ua(v,M){var j=M?ps(v.buffer):v.buffer;return new v.constructor(j,v.byteOffset,v.length)}function Xa(v,M){var j=-1,X=v.length;for(M||(M=Array(X));++j<X;)M[j]=v[j];return M}function As(v,M,j,X){j||(j={});for(var Me=-1,Ae=M.length;++Me<Ae;){var Le=M[Me],Te=X?X(j[Le],v[Le],Le,j,v):void 0;jo(j,Le,Te===void 0?v[Le]:Te)}return j}function Za(v,M){return As(v,ri(v),M)}function Ja(v){return Na(v,ys,ri)}function Hi(v,M){var j=v.__data__;return el(M)?j[typeof M=="string"?"string":"hash"]:j.map}function Bt(v,M){var j=De(v,M);return _a(j)?j:void 0}var ri=ls?Ee(ls,Object):nl,ai=Fa;(zn&&ai(new zn(new ArrayBuffer(1)))!=k||Gi&&ai(new Gi)!=f||Ot&&ai(Ot.resolve())!=A||On&&ai(new On)!=b||cs&&ai(new cs)!=C)&&(ai=function(v){var M=zt.call(v),j=M==p?v.constructor:void 0,X=j?gt(j):void 0;if(X)switch(X){case ds:return k;case Fi:return f;case hs:return A;case us:return b;case fs:return C}return M});function qa(v){var M=v.length,j=v.constructor(M);return M&&typeof v[0]=="string"&&Ke.call(v,"index")&&(j.index=v.index,j.input=v.input),j}function Ut(v){return typeof v.constructor=="function"&&!Bo(v)?Ga(bt(v)):{}}function Ka(v,M,j,X){var Me=v.constructor;switch(M){case x:return ps(v);case a:case l:return new Me(+v);case k:return _i(v,X);case B:case G:case N:case U:case R:case _:case W:case F:case Y:return Ua(v,X);case f:return zo(v,X,j);case m:case y:return new Me(v);case g:return Oo(v);case b:return Wa(v,X,j);case I:return Ya(v)}}function $a(v,M){return M=M==null?s:M,!!M&&(typeof v=="number"||ue.test(v))&&v>-1&&v%1==0&&v<M}function el(v){var M=typeof v;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?v!=="__proto__":v===null}function tl(v){return!!Re&&Re in v}function Bo(v){var M=v&&v.constructor,j=typeof M=="function"&&M.prototype||Ct;return v===j}function gt(v){if(v!=null){try{return He.call(v)}catch(M){}try{return v+""}catch(M){}}return""}function Vo(v){return gs(v,!0,!0)}function Ro(v,M){return v===M||v!==v&&M!==M}function Qn(v){return il(v)&&Ke.call(v,"callee")&&(!Tn.call(v,"callee")||zt.call(v)==o)}var vs=Array.isArray;function Gn(v){return v!=null&&Go(v.length)&&!bs(v)}function il(v){return No(v)&&Gn(v)}var Qo=jn||sl;function bs(v){var M=Xt(v)?zt.call(v):"";return M==d||M==h}function Go(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=s}function Xt(v){var M=typeof v;return!!v&&(M=="object"||M=="function")}function No(v){return!!v&&typeof v=="object"}function ys(v){return Gn(v)?Bn(v):Ha(v)}function nl(){return[]}function sl(){return!1}n.exports=Vo})(DC,wo);const SC=wo;var Co={},LC={get exports(){return Co},set exports(n){Co=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]",d="[object Boolean]",h="[object Date]",f="[object Error]",m="[object Function]",p="[object GeneratorFunction]",A="[object Map]",g="[object Number]",b="[object Null]",y="[object Object]",I="[object Promise]",C="[object Proxy]",x="[object RegExp]",k="[object Set]",B="[object String]",G="[object Symbol]",N="[object Undefined]",U="[object WeakMap]",R="[object ArrayBuffer]",_="[object DataView]",W="[object Float32Array]",F="[object Float64Array]",Y="[object Int8Array]",q="[object Int16Array]",J="[object Int32Array]",ee="[object Uint8Array]",ue="[object Uint8ClampedArray]",le="[object Uint16Array]",Pe="[object Uint32Array]",ke=/[\\^$.*+?()[\]{}|]/g,be=/^\[object .+?Constructor\]$/,Ve=/^(?:0|[1-9]\d*)$/,we={};we[W]=we[F]=we[Y]=we[q]=we[J]=we[ee]=we[ue]=we[le]=we[Pe]=!0,we[a]=we[l]=we[R]=we[d]=we[_]=we[h]=we[f]=we[m]=we[A]=we[g]=we[y]=we[x]=we[k]=we[B]=we[U]=!1;var Ue=typeof kt=="object"&&kt&&kt.Object===Object&&kt,ge=typeof self=="object"&&self&&self.Object===Object&&self,Ie=Ue||ge||Function("return this")(),ze=t&&!t.nodeType&&t,pe=ze&&!0&&n&&!n.nodeType&&n,tt=pe&&pe.exports===ze,mt=tt&&Ue.process,De=function(){try{return mt&&mt.binding&&mt.binding("util")}catch(v){}}(),lt=De&&De.isTypedArray;function ce(v,M){for(var j=-1,X=v==null?0:v.length,Me=0,Ae=[];++j<X;){var Le=v[j];M(Le,j,v)&&(Ae[Me++]=Le)}return Ae}function Ee(v,M){for(var j=-1,X=M.length,Me=v.length;++j<X;)v[Me+j]=M[j];return v}function We(v,M){for(var j=-1,X=v==null?0:v.length;++j<X;)if(M(v[j],j,v))return!0;return!1}function vt(v,M){for(var j=-1,X=Array(v);++j<v;)X[j]=M(j);return X}function si(v){return function(M){return v(M)}}function Ct(v,M){return v.has(M)}function It(v,M){return v==null?void 0:v[M]}function Re(v){var M=-1,j=Array(v.size);return v.forEach(function(X,Me){j[++M]=[Me,X]}),j}function He(v,M){return function(j){return v(M(j))}}function Ke(v){var M=-1,j=Array(v.size);return v.forEach(function(X){j[++M]=X}),j}var zt=Array.prototype,as=Function.prototype,Wt=Object.prototype,wi=Ie["__core-js_shared__"],Qi=as.toString,bt=Wt.hasOwnProperty,Ln=function(){var v=/[^.]+$/.exec(wi&&wi.keys&&wi.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),Tn=Wt.toString,wa=RegExp("^"+Qi.call(bt).replace(ke,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ls=tt?Ie.Buffer:void 0,jn=Ie.Symbol,So=Ie.Uint8Array,zn=Wt.propertyIsEnumerable,Gi=zt.splice,Ot=jn?jn.toStringTag:void 0,On=Object.getOwnPropertySymbols,cs=ls?ls.isBuffer:void 0,Ni=He(Object.keys,Object),ds=ri(Ie,"DataView"),Fi=ri(Ie,"Map"),hs=ri(Ie,"Promise"),us=ri(Ie,"Set"),fs=ri(Ie,"WeakMap"),Ci=ri(Object,"create"),Lo=gt(ds),oi=gt(Fi),Ca=gt(hs),Ia=gt(us),Pa=gt(fs),To=jn?jn.prototype:void 0,ms=To?To.valueOf:void 0;function it(v){var M=-1,j=v==null?0:v.length;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function ka(){this.__data__=Ci?Ci(null):{},this.size=0}function Ma(v){var M=this.has(v)&&delete this.__data__[v];return this.size-=M?1:0,M}function Ea(v){var M=this.__data__;if(Ci){var j=M[v];return j===i?void 0:j}return bt.call(M,v)?M[v]:void 0}function xa(v){var M=this.__data__;return Ci?M[v]!==void 0:bt.call(M,v)}function Da(v,M){var j=this.__data__;return this.size+=this.has(v)?0:1,j[v]=Ci&&M===void 0?i:M,this}it.prototype.clear=ka,it.prototype.delete=Ma,it.prototype.get=Ea,it.prototype.has=xa,it.prototype.set=Da;function ct(v){var M=-1,j=v==null?0:v.length;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Sa(){this.__data__=[],this.size=0}function La(v){var M=this.__data__,j=Rn(M,v);if(j<0)return!1;var X=M.length-1;return j==X?M.pop():Gi.call(M,j,1),--this.size,!0}function Ta(v){var M=this.__data__,j=Rn(M,v);return j<0?void 0:M[j][1]}function ja(v){return Rn(this.__data__,v)>-1}function za(v,M){var j=this.__data__,X=Rn(j,v);return X<0?(++this.size,j.push([v,M])):j[X][1]=M,this}ct.prototype.clear=Sa,ct.prototype.delete=La,ct.prototype.get=Ta,ct.prototype.has=ja,ct.prototype.set=za;function yt(v){var M=-1,j=v==null?0:v.length;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Oa(){this.size=0,this.__data__={hash:new it,map:new(Fi||ct),string:new it}}function Ba(v){var M=Bt(this,v).delete(v);return this.size-=M?1:0,M}function Va(v){return Bt(this,v).get(v)}function Ra(v){return Bt(this,v).has(v)}function Qa(v,M){var j=Bt(this,v),X=j.size;return j.set(v,M),this.size+=j.size==X?0:1,this}yt.prototype.clear=Oa,yt.prototype.delete=Ba,yt.prototype.get=Va,yt.prototype.has=Ra,yt.prototype.set=Qa;function Bn(v){var M=-1,j=v==null?0:v.length;for(this.__data__=new yt;++M<j;)this.add(v[M])}function jo(v){return this.__data__.set(v,i),this}function Vn(v){return this.__data__.has(v)}Bn.prototype.add=Bn.prototype.push=jo,Bn.prototype.has=Vn;function Yt(v){var M=this.__data__=new ct(v);this.size=M.size}function gs(){this.__data__=new ct,this.size=0}function Ga(v){var M=this.__data__,j=M.delete(v);return this.size=M.size,j}function Na(v){return this.__data__.get(v)}function Fa(v){return this.__data__.has(v)}function _a(v,M){var j=this.__data__;if(j instanceof ct){var X=j.__data__;if(!Fi||X.length<e-1)return X.push([v,M]),this.size=++j.size,this;j=this.__data__=new yt(X)}return j.set(v,M),this.size=j.size,this}Yt.prototype.clear=gs,Yt.prototype.delete=Ga,Yt.prototype.get=Na,Yt.prototype.has=Fa,Yt.prototype.set=_a;function Ha(v,M){var j=Qn(v),X=!j&&Ro(v),Me=!j&&!X&&Gn(v),Ae=!j&&!X&&!Me&&No(v),Le=j||X||Me||Ae,Te=Le?vt(v.length,String):[],Xe=Te.length;for(var Be in v)(M||bt.call(v,Be))&&!(Le&&(Be=="length"||Me&&(Be=="offset"||Be=="parent")||Ae&&(Be=="buffer"||Be=="byteLength"||Be=="byteOffset")||Ka(Be,Xe)))&&Te.push(Be);return Te}function Rn(v,M){for(var j=v.length;j--;)if(Vo(v[j][0],M))return j;return-1}function ps(v,M,j){var X=M(v);return Qn(v)?X:Ee(X,j(v))}function _i(v){return v==null?v===void 0?N:b:Ot&&Ot in Object(v)?ai(v):Bo(v)}function zo(v){return Xt(v)&&_i(v)==a}function Oo(v,M,j,X,Me){return v===M?!0:v==null||M==null||!Xt(v)&&!Xt(M)?v!==v&&M!==M:Wa(v,M,j,X,Oo,Me)}function Wa(v,M,j,X,Me,Ae){var Le=Qn(v),Te=Qn(M),Xe=Le?l:Ut(v),Be=Te?l:Ut(M);Xe=Xe==a?y:Xe,Be=Be==a?y:Be;var dt=Xe==y,wt=Be==y,Ze=Xe==Be;if(Ze&&Gn(v)){if(!Gn(M))return!1;Le=!0,dt=!1}if(Ze&&!dt)return Ae||(Ae=new Yt),Le||No(v)?As(v,M,j,X,Me,Ae):Za(v,M,Xe,j,X,Me,Ae);if(!(j&s)){var ht=dt&&bt.call(v,"__wrapped__"),nt=wt&&bt.call(M,"__wrapped__");if(ht||nt){var Ii=ht?v.value():v,li=nt?M.value():M;return Ae||(Ae=new Yt),Me(Ii,li,j,X,Ae)}}return Ze?(Ae||(Ae=new Yt),Ja(v,M,j,X,Me,Ae)):!1}function Ya(v){if(!Go(v)||el(v))return!1;var M=Qo(v)?wa:be;return M.test(gt(v))}function Ua(v){return Xt(v)&&bs(v.length)&&!!we[_i(v)]}function Xa(v){if(!tl(v))return Ni(v);var M=[];for(var j in Object(v))bt.call(v,j)&&j!="constructor"&&M.push(j);return M}function As(v,M,j,X,Me,Ae){var Le=j&s,Te=v.length,Xe=M.length;if(Te!=Xe&&!(Le&&Xe>Te))return!1;var Be=Ae.get(v);if(Be&&Ae.get(M))return Be==M;var dt=-1,wt=!0,Ze=j&o?new Bn:void 0;for(Ae.set(v,M),Ae.set(M,v);++dt<Te;){var ht=v[dt],nt=M[dt];if(X)var Ii=Le?X(nt,ht,dt,M,v,Ae):X(ht,nt,dt,v,M,Ae);if(Ii!==void 0){if(Ii)continue;wt=!1;break}if(Ze){if(!We(M,function(li,Wi){if(!Ct(Ze,Wi)&&(ht===li||Me(ht,li,j,X,Ae)))return Ze.push(Wi)})){wt=!1;break}}else if(!(ht===nt||Me(ht,nt,j,X,Ae))){wt=!1;break}}return Ae.delete(v),Ae.delete(M),wt}function Za(v,M,j,X,Me,Ae,Le){switch(j){case _:if(v.byteLength!=M.byteLength||v.byteOffset!=M.byteOffset)return!1;v=v.buffer,M=M.buffer;case R:return!(v.byteLength!=M.byteLength||!Ae(new So(v),new So(M)));case d:case h:case g:return Vo(+v,+M);case f:return v.name==M.name&&v.message==M.message;case x:case B:return v==M+"";case A:var Te=Re;case k:var Xe=X&s;if(Te||(Te=Ke),v.size!=M.size&&!Xe)return!1;var Be=Le.get(v);if(Be)return Be==M;X|=o,Le.set(v,M);var dt=As(Te(v),Te(M),X,Me,Ae,Le);return Le.delete(v),dt;case G:if(ms)return ms.call(v)==ms.call(M)}return!1}function Ja(v,M,j,X,Me,Ae){var Le=j&s,Te=Hi(v),Xe=Te.length,Be=Hi(M),dt=Be.length;if(Xe!=dt&&!Le)return!1;for(var wt=Xe;wt--;){var Ze=Te[wt];if(!(Le?Ze in M:bt.call(M,Ze)))return!1}var ht=Ae.get(v);if(ht&&Ae.get(M))return ht==M;var nt=!0;Ae.set(v,M),Ae.set(M,v);for(var Ii=Le;++wt<Xe;){Ze=Te[wt];var li=v[Ze],Wi=M[Ze];if(X)var kf=Le?X(Wi,li,Ze,M,v,Ae):X(li,Wi,Ze,v,M,Ae);if(!(kf===void 0?li===Wi||Me(li,Wi,j,X,Ae):kf)){nt=!1;break}Ii||(Ii=Ze=="constructor")}if(nt&&!Ii){var Fo=v.constructor,_o=M.constructor;Fo!=_o&&"constructor"in v&&"constructor"in M&&!(typeof Fo=="function"&&Fo instanceof Fo&&typeof _o=="function"&&_o instanceof _o)&&(nt=!1)}return Ae.delete(v),Ae.delete(M),nt}function Hi(v){return ps(v,ys,qa)}function Bt(v,M){var j=v.__data__;return $a(M)?j[typeof M=="string"?"string":"hash"]:j.map}function ri(v,M){var j=It(v,M);return Ya(j)?j:void 0}function ai(v){var M=bt.call(v,Ot),j=v[Ot];try{v[Ot]=void 0;var X=!0}catch(Ae){}var Me=Tn.call(v);return X&&(M?v[Ot]=j:delete v[Ot]),Me}var qa=On?function(v){return v==null?[]:(v=Object(v),ce(On(v),function(M){return zn.call(v,M)}))}:nl,Ut=_i;(ds&&Ut(new ds(new ArrayBuffer(1)))!=_||Fi&&Ut(new Fi)!=A||hs&&Ut(hs.resolve())!=I||us&&Ut(new us)!=k||fs&&Ut(new fs)!=U)&&(Ut=function(v){var M=_i(v),j=M==y?v.constructor:void 0,X=j?gt(j):"";if(X)switch(X){case Lo:return _;case oi:return A;case Ca:return I;case Ia:return k;case Pa:return U}return M});function Ka(v,M){return M=M==null?r:M,!!M&&(typeof v=="number"||Ve.test(v))&&v>-1&&v%1==0&&v<M}function $a(v){var M=typeof v;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?v!=="__proto__":v===null}function el(v){return!!Ln&&Ln in v}function tl(v){var M=v&&v.constructor,j=typeof M=="function"&&M.prototype||Wt;return v===j}function Bo(v){return Tn.call(v)}function gt(v){if(v!=null){try{return Qi.call(v)}catch(M){}try{return v+""}catch(M){}}return""}function Vo(v,M){return v===M||v!==v&&M!==M}var Ro=zo(function(){return arguments}())?zo:function(v){return Xt(v)&&bt.call(v,"callee")&&!zn.call(v,"callee")},Qn=Array.isArray;function vs(v){return v!=null&&bs(v.length)&&!Qo(v)}var Gn=cs||sl;function il(v,M){return Oo(v,M)}function Qo(v){if(!Go(v))return!1;var M=_i(v);return M==m||M==p||M==c||M==C}function bs(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=r}function Go(v){var M=typeof v;return v!=null&&(M=="object"||M=="function")}function Xt(v){return v!=null&&typeof v=="object"}var No=lt?si(lt):Ua;function ys(v){return vs(v)?Ha(v):Xa(v)}function nl(){return[]}function sl(){return!1}n.exports=il})(LC,Co);const TC=Co,jC=(n,t)=>TC(n,t),zC=n=>Object.keys(n||{}),OC=(n,t)=>{const e={};return n.forEach(i=>{e[i]=t[i]}),e},BC=()=>{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=zC(o);if(a.includes(i)){const l=OC(a,e);jC(o,l)||(n[s].deps=l,r())}})}}},VC=()=>{let n=null;return{targetWatcher(t,e){n={watcherName:t,fn:e},n.fn(),n=null},getTarget(){return n}}};function RC(n,t){const e=yo(n,"data",{}),i=yo(n,"watch",{}),s=yo(n,"methods",{}),o=yo(t,"onChange",()=>{}),{subscribe:r,notify:a,subscribers:l}=BC(),{targetWatcher:c,getTarget:d}=VC();let h;const f={},m=()=>({data:h,methods:f});let p=!1;const A=b=>(...y)=>{p=!0;const I=b(...y);return p=!1,I};Object.entries(s).forEach(([b,y])=>{f[b]=A((...I)=>y(m(),...I)),Object.defineProperty(f[b],"name",{value:b})}),h=new Proxy(SC(e),{get(b,y){return d()&&!p&&r(d(),{prop:y,value:b[y]}),Reflect.get(...arguments)},set(b,y,I){return b[y]===I||(Reflect.set(...arguments),d()||(o&&o(y,I),a(h,y))),!0}}),Object.entries(i).forEach(([b,y])=>{c(b,()=>{y(m())})});const g=[h,f];return g._internal={_getSubscribers(){return l}},g}function QC({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 GC({infinite:n,pageIndex:t,pagesCount:e,particlesCount:i,particlesToShow:s,particlesToScroll:o}){const r=Mn(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((h,f)=>h-f),d=c.flatMap(h=>QC({pageIndex:h,particlesToShow:s,particlesToScroll:o,particlesCount:i}));return{pageIndexes:c,particleIndexes:[...new Set(d)].sort((h,f)=>h-f)}}const NC=(n,t)=>(n(),setInterval(n,t)),FC=35,ru=1;class _C{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(FC,Math.max(this._autoplayDuration,1));let s=-i;this._interval=NC(()=>H(this,null,function*(){if(this._paused)return;s+=i;const o=s/this._autoplayDuration;this._onProgressValueChange(o),o>ru&&(this.reset(),yield t(),e())}),i)})}pause(){this._paused=!0}resume(){this._paused=!1}reset(){clearInterval(this._interval),this._onProgressValueChange(ru)}}function HC(n){const t=new _C({onProgressValueChange:r=>{n("progressValue",1-r)}}),e=RC({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=GC({infinite:r.infinite,pageIndex:r.currentPageIndex,pagesCount:r.pagesCount,particlesCount:r.particlesCountWithoutClones,particlesToShow:r.particlesToShow,particlesToScroll:r.particlesToScroll}).particleIndexes},setCurrentPageIndex({data:r}){r.currentPageIndex=Iw({currentParticleIndex:r.currentParticleIndex,particlesCount:r.particlesCount,clonesCountHead:r.clonesCountHead,clonesCountTotal:r.clonesCountTotal,infinite:r.infinite,particlesToScroll:r.particlesToScroll})},setPartialPageSize({data:r}){r.partialPageSize=Uh({particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow,particlesCountWithoutClones:r.particlesCountWithoutClones})},setClonesCount({data:r}){const{head:a,tail:l}=Tw({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=kw({infinite:r.infinite,particlesCountWithoutClones:r.particlesCountWithoutClones,particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow})},setParticlesToShow({data:r}){r.particlesToShow=Mn(1,r.particlesToShowInit,r.particlesCountWithoutClones)},setParticlesToScroll({data:r}){r.particlesToScroll=Mn(1,r.particlesToScrollInit,r.particlesCountWithoutClones)}},methods:{_prev({data:r}){r.currentParticleIndex=Kr({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=Kr({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=Mn(0,a,r.particlesCount-1)},toggleFocused({data:r}){r.focused=!r.focused},_applyAutoplayIfNeeded(l){return H(this,arguments,function*({data:r,methods:a}){if(!r.infinite&&(r.autoplayDirection===bi&&r.currentParticleIndex===r.particlesCount-1||r.autoplayDirection===kn&&r.currentParticleIndex===0)){t.reset();return}if(r.autoplay){const c=()=>$r({[bi]:()=>H(this,null,function*(){return a.showNextPage()}),[kn]:()=>H(this,null,function*(){return a.showPrevPage()})})(r.autoplayDirection);yield t.start(c)}})},_jumpIfNeeded(l){return H(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(d,h,f){return H(this,arguments,function*({data:r,methods:a},l,c){if(t.reset(),r.disabled)return;r.disabled=!0,l(),yield a.offsetPage({animated:is(c,"animated",!0)}),r.disabled=!1,!(yield a._jumpIfNeeded())&&a._applyAutoplayIfNeeded()})},showNextPage(c,d){return H(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._next,l))})},showPrevPage(c,d){return H(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._prev,l))})},showParticle(c,d,h){return H(this,arguments,function*({methods:r},a,l){yield r.changePage(()=>r._moveToParticle(a),l)})},_getParticleIndexByPageIndex({data:r},a){return Kr({infinite:r.infinite,pageIndex:a,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},showPage(c,d,h){return H(this,arguments,function*({methods:r},a,l){const f=r._getParticleIndexByPageIndex(a);yield r.showParticle(f,l)})},offsetPage({data:r},a){const l=is(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 WC(n){fe(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 YC=n=>({currentPageIndex:n[0]&32,pagesCount:n[0]&1024,loaded:n[0]&64}),au=n=>({currentPageIndex:n[5],pagesCount:n[10],showPage:n[15],loaded:n[6]}),UC=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),lu=n=>({showNextPage:n[14].showNextPage,loaded:n[6],currentPageIndex:n[5]}),XC=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),cu=n=>({loaded:n[6],currentPageIndex:n[5]}),ZC=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),du=n=>({showPrevPage:n[14].showPrevPage,loaded:n[6],currentPageIndex:n[5]});function hu(n){let t;const e=n[37].prev,i=en(e,n,n[36],du),s=i||JC(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)&&nn(i,e,o,o[36],t?tn(e,o[36],r,ZC):sn(o[36]),du):s&&s.p&&(!t||r[0]&36)&&s.p(o,t?r:[-1,-1])},i(o){t||(E(s,o),t=!0)},o(o){L(s,o),t=!1},d(o){s&&s.d(o)}}}function JC(n){let t,e,i;return e=new Gh({props:{direction:"prev",disabled:!n[2]&&n[5]===0}}),e.$on("click",n[23]),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function uu(n){let t,e,i;return e=new iw({props:{value:n[7]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","sc-carousel-progress__container svelte-sme1z4")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function fu(n){let t;const e=n[37].next,i=en(e,n,n[36],lu),s=i||qC(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)&&nn(i,e,o,o[36],t?tn(e,o[36],r,UC):sn(o[36]),lu):s&&s.p&&(!t||r[0]&1060)&&s.p(o,t?r:[-1,-1])},i(o){t||(E(s,o),t=!0)},o(o){L(s,o),t=!1},d(o){s&&s.d(o)}}}function qC(n){let t,e,i;return e=new Gh({props:{direction:"next",disabled:!n[2]&&n[5]===n[10]-1}}),e.$on("click",n[14].showNextPage),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function mu(n){let t;const e=n[37].dots,i=en(e,n,n[36],au),s=i||KC(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)&&nn(i,e,o,o[36],t?tn(e,o[36],r,YC):sn(o[36]),au):s&&s.p&&(!t||r[0]&1056)&&s.p(o,t?r:[-1,-1])},i(o){t||(E(s,o),t=!0)},o(o){L(s,o),t=!1},d(o){s&&s.d(o)}}}function KC(n){let t,e;return t=new Zy({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function $C(n){let t,e,i,s,o,r,a,l,c,d,h,f,m=n[1]&&hu(n);const p=n[37].default,A=en(p,n,n[36],cu);let g=n[3]&&uu(n),b=n[1]&&fu(n),y=n[4]&&mu(n);return{c(){t=D("div"),e=D("div"),m&&m.c(),i=K(),s=D("div"),o=D("div"),A&&A.c(),a=K(),g&&g.c(),l=K(),b&&b.c(),c=K(),y&&y.c(),w(o,"class","sc-carousel__pages-container svelte-sme1z4"),z(o,"transform","translateX("+n[8]+"px)"),z(o,"transition-duration",n[9]+"ms"),z(o,"transition-timing-function",n[0]),w(s,"class","sc-carousel__pages-window svelte-sme1z4"),w(e,"class","sc-carousel__content-container svelte-sme1z4"),w(t,"class","sc-carousel__carousel-container svelte-sme1z4")},m(I,C){O(I,t,C),S(t,e),m&&m.m(e,null),S(e,i),S(e,s),S(s,o),A&&A.m(o,null),n[39](o),S(s,a),g&&g.m(s,null),n[40](s),S(e,l),b&&b.m(e,null),S(t,c),y&&y.m(t,null),d=!0,h||(f=[$t(r=hw.call(null,o,{thresholdProvider:n[38]})),ye(o,"swipeStart",n[16]),ye(o,"swipeMove",n[18]),ye(o,"swipeEnd",n[19]),ye(o,"swipeFailed",n[20]),ye(o,"swipeThresholdReached",n[17]),$t(gw.call(null,s)),ye(s,"hovered",n[21]),$t(yw.call(null,s)),ye(s,"tapped",n[22])],h=!0)},p(I,C){I[1]?m?(m.p(I,C),C[0]&2&&E(m,1)):(m=hu(I),m.c(),E(m,1),m.m(e,i)):m&&(de(),L(m,1,1,()=>{m=null}),he()),A&&A.p&&(!d||C[0]&96|C[1]&32)&&nn(A,p,I,I[36],d?tn(p,I[36],C,XC):sn(I[36]),cu),(!d||C[0]&256)&&z(o,"transform","translateX("+I[8]+"px)"),(!d||C[0]&512)&&z(o,"transition-duration",I[9]+"ms"),(!d||C[0]&1)&&z(o,"transition-timing-function",I[0]),r&&Qt(r.update)&&C[0]&2048&&r.update.call(null,{thresholdProvider:I[38]}),I[3]?g?(g.p(I,C),C[0]&8&&E(g,1)):(g=uu(I),g.c(),E(g,1),g.m(s,null)):g&&(de(),L(g,1,1,()=>{g=null}),he()),I[1]?b?(b.p(I,C),C[0]&2&&E(b,1)):(b=fu(I),b.c(),E(b,1),b.m(e,null)):b&&(de(),L(b,1,1,()=>{b=null}),he()),I[4]?y?(y.p(I,C),C[0]&16&&E(y,1)):(y=mu(I),y.c(),E(y,1),y.m(t,null)):y&&(de(),L(y,1,1,()=>{y=null}),he())},i(I){d||(E(m),E(A,I),E(g),E(b),E(y),d=!0)},o(I){L(m),L(A,I),L(g),L(b),L(y),d=!1},d(I){I&&T(t),m&&m.d(),A&&A.d(I),n[39](null),g&&g.d(),n[40](null),b&&b.d(),y&&y.d(),h=!1,Je(f)}}}function eI(n,t,e){let{$$slots:i={},$$scope:s}=t,o=[],r,a,l=0,c=0,d=1;const[{data:h,progressManager:f},m,p]=HC((ce,Ee)=>{$r({currentPageIndex:()=>e(5,r=Ee),progressValue:()=>e(7,a=Ee),offset:()=>e(8,l=Ee),durationMs:()=>e(9,c=Ee),pagesCount:()=>e(10,d=Ee),loaded:()=>e(6,o=Ee)})(ce)}),A=_s();let{timingFunction:g="ease-in-out"}=t,{arrows:b=!0}=t,{infinite:y=!0}=t,{initialPageIndex:I=0}=t,{duration:C=500}=t,{autoplay:x=!1}=t,{autoplayDuration:k=3e3}=t,{autoplayDirection:B=bi}=t,{pauseOnFocus:G=!1}=t,{autoplayProgressVisible:N=!1}=t,{dots:U=!0}=t,{swiping:R=!0}=t,{particlesToShow:_=1}=t,{particlesToScroll:W=1}=t;function F(ce,Ee){return H(this,null,function*(){const We=is(Ee,"animated",!0);if(typeof ce!="number")throw new Error("pageIndex should be a number");yield m.showPage(ce,{animated:We})})}function Y(ce){return H(this,null,function*(){const Ee=is(ce,"animated",!0);yield m.showPrevPage({animated:Ee})})}function q(ce){return H(this,null,function*(){const Ee=is(ce,"animated",!0);yield m.showNextPage({animated:Ee})})}let J=0,ee,ue;const le=Dw(({width:ce})=>{e(11,J=ce),h.particleWidth=J/h.particlesToShow,xw({particlesContainerChildren:ue.children,particleWidth:h.particleWidth}),m.offsetPage({animated:!1})});function Pe(){const{clonesToAppend:ce,clonesToPrepend:Ee}=Sw({clonesCountHead:h.clonesCountHead,clonesCountTail:h.clonesCountTail,particlesContainerChildren:ue.children});Lw({particlesContainer:ue,clonesToAppend:ce,clonesToPrepend:Ee})}pt(()=>{H(this,null,function*(){yield Hl(),ue&&ee&&(h.particlesCountWithoutClones=ue.children.length,yield Hl(),h.infinite&&Pe(),h.particlesCount=ue.children.length,m.showPage(I,{animated:!1}),le.observe(ee))})}),Lt(()=>{le.disconnect(),f.reset()});function ke(ce){return H(this,null,function*(){yield m.showPage(ce,{animated:!0})})}function be(){R&&(h.durationMs=0)}function Ve(ce){return H(this,null,function*(){R&&(yield $r({[bi]:m.showNextPage,[kn]:m.showPrevPage})(ce.detail.direction))})}function we(ce){R&&(h.offset+=ce.detail.dx)}function Ue(){R&&m.showParticle(h.currentParticleIndex)}function ge(){return H(this,null,function*(){R&&(yield m.offsetPage({animated:!0}))})}function Ie(ce){h.focused=ce.detail.value}function ze(){m.toggleFocused()}function pe(){m.showPrevPage()}const tt=()=>J/3;function mt(ce){Ne[ce?"unshift":"push"](()=>{ue=ce,e(13,ue)})}function De(ce){Ne[ce?"unshift":"push"](()=>{ee=ce,e(12,ee)})}const lt=ce=>ke(ce.detail);return n.$$set=ce=>{"timingFunction"in ce&&e(0,g=ce.timingFunction),"arrows"in ce&&e(1,b=ce.arrows),"infinite"in ce&&e(2,y=ce.infinite),"initialPageIndex"in ce&&e(24,I=ce.initialPageIndex),"duration"in ce&&e(25,C=ce.duration),"autoplay"in ce&&e(26,x=ce.autoplay),"autoplayDuration"in ce&&e(27,k=ce.autoplayDuration),"autoplayDirection"in ce&&e(28,B=ce.autoplayDirection),"pauseOnFocus"in ce&&e(29,G=ce.pauseOnFocus),"autoplayProgressVisible"in ce&&e(3,N=ce.autoplayProgressVisible),"dots"in ce&&e(4,U=ce.dots),"swiping"in ce&&e(30,R=ce.swiping),"particlesToShow"in ce&&e(31,_=ce.particlesToShow),"particlesToScroll"in ce&&e(32,W=ce.particlesToScroll),"$$scope"in ce&&e(36,s=ce.$$scope)},n.$$.update=()=>{n.$$.dirty[0]&32&&A("pageChange",r),n.$$.dirty[0]&4&&(h.infinite=y),n.$$.dirty[0]&33554432&&(h.durationMsInit=C),n.$$.dirty[0]&67108864&&(h.autoplay=x),n.$$.dirty[0]&134217728&&(h.autoplayDuration=k),n.$$.dirty[0]&268435456&&(h.autoplayDirection=B),n.$$.dirty[0]&536870912&&(h.pauseOnFocus=G),n.$$.dirty[1]&1&&(h.particlesToShowInit=_),n.$$.dirty[1]&2&&(h.particlesToScrollInit=W)},[g,b,y,N,U,r,o,a,l,c,d,J,ee,ue,m,ke,be,Ve,we,Ue,ge,Ie,ze,pe,I,C,x,k,B,G,R,_,W,F,Y,q,s,i,tt,mt,De,lt]}class tI extends ae{constructor(t){super(),re(this,t,eI,$C,oe,{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},WC,[-1,-1])}get goTo(){return this.$$.ctx[33]}get goToPrev(){return this.$$.ctx[34]}get goToNext(){return this.$$.ctx[35]}}function iI(n){fe(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 gu(n){let t;function e(o,r){if(o[2].type==="Image")return sI;if(o[2].type==="Video")return nI}let i=e(n),s=i&&i(n);return{c(){t=D("div"),s&&s.c(),w(t,"class","media-item svelte-159ski6"),w(t,"draggable","false")},m(o,r){O(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&&T(t),s&&s.d()}}}function nI(n){let t,e,i,s,o,r;function a(d,h){return d[7]&&d[2].videoCoverUrl?rI:oI}let l=a(n),c=l(n);return{c(){c.c(),t=K(),e=D("div"),i=D("div"),s=D("div"),w(s,"class","video-icon-img svelte-159ski6"),z(s,"background-image","url("+n[20]()+")"),$(s,"canPlay",n[5]),w(i,"class","video-icon svelte-159ski6"),$(i,"large",n[4]==="large"),$(i,"small",n[4]==="small"),w(e,"class","video-play-button-container svelte-159ski6"),$(e,"showPlayButton",n[10])},m(d,h){c.m(d,h),O(d,t,h),O(d,e,h),S(e,i),S(i,s),o||(r=ye(s,"click",n[21]),o=!0)},p(d,h){l===(l=a(d))&&c?c.p(d,h):(c.d(1),c=l(d),c&&(c.c(),c.m(t.parentNode,t))),h&8&&z(s,"background-image","url("+d[20]()+")"),h&32&&$(s,"canPlay",d[5]),h&16&&$(i,"large",d[4]==="large"),h&16&&$(i,"small",d[4]==="small"),h&1024&&$(e,"showPlayButton",d[10])},d(d){c.d(d),d&&T(t),d&&T(e),o=!1,r()}}}function sI(n){let t,e,i,s;return{c(){t=D("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${n[6]};`),qe(t.src,i=n[2].url)||w(t,"src",i),w(t,"alt",s=n[2].name),w(t,"draggable",!1)},m(o,r){O(o,t,r)},p(o,r){r&64&&e!==(e=`object-fit: ${o[6]};`)&&w(t,"style",e),r&4&&!qe(t.src,i=o[2].url)&&w(t,"src",i),r&4&&s!==(s=o[2].name)&&w(t,"alt",s)},d(o){o&&T(t)}}}function oI(n){let t,e,i,s,o,r,a;return{c(){t=D("video"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${n[6]};`),qe(t.src,i=n[2].videoCoverUrl?n[2].url:n[2].url+"#t=0.1")||w(t,"src",i),w(t,"poster",s=n[2].videoCoverUrl),w(t,"preload",o=n[2].videoCoverUrl?"none":"auto"),w(t,"disablepictureinpicture",""),t.playsInline=!0,w(t,"paused",""),t.muted=!0,w(t,"draggable",!1),t.loop=!1,w(t,"crossorigin",""),t.controls=!1,$(t,"showPlayButton",n[10])},m(l,c){O(l,t,c),n[19](t),r||(a=[ye(t,"play",n[14]),ye(t,"pause",n[15]),ye(t,"error",n[16]),ye(t,"ended",n[17]),ye(t,"click",n[18])],r=!0)},p(l,c){c&64&&e!==(e=`object-fit: ${l[6]};`)&&w(t,"style",e),c&4&&!qe(t.src,i=l[2].videoCoverUrl?l[2].url:l[2].url+"#t=0.1")&&w(t,"src",i),c&4&&s!==(s=l[2].videoCoverUrl)&&w(t,"poster",s),c&4&&o!==(o=l[2].videoCoverUrl?"none":"auto")&&w(t,"preload",o),c&1024&&$(t,"showPlayButton",l[10])},d(l){l&&T(t),n[19](null),r=!1,Je(a)}}}function rI(n){let t,e,i,s;return{c(){t=D("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${n[6]};`),qe(t.src,i=n[2].videoCoverUrl)||w(t,"src",i),w(t,"alt",s=n[2].name),w(t,"draggable",!1)},m(o,r){O(o,t,r)},p(o,r){r&64&&e!==(e=`object-fit: ${o[6]};`)&&w(t,"style",e),r&4&&!qe(t.src,i=o[2].videoCoverUrl)&&w(t,"src",i),r&4&&s!==(s=o[2].name)&&w(t,"alt",s)},d(o){o&&T(t)}}}function aI(n){let t,e=n[2]&&gu(n);return{c(){e&&e.c(),t=Ce()},m(i,s){e&&e.m(i,s),O(i,t,s)},p(i,[s]){i[2]?e?e.p(i,s):(e=gu(i),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:Z,o:Z,d(i){e&&e.d(i),i&&T(t)}}}function lI(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:d=!0}=t,{objectFit:h="fill"}=t,{disableVideoIfHavePoster:f=!1}=t,m=!0,p=!1;function A(){e(8,p=(a==null?void 0:a.type)==="Video"&&!!a.videoCoverUrl)}const g=fi("mediaStore"),b=fi("hooks"),y=()=>{p||i&&(e(9,i.muted=!0,i),i.play(),i.pause(),e(9,i.muted=!1,i),e(8,p=!0))};b.on("loadVideoFirstFrame",y),pt(()=>{g.subscribe(({currentMediaElement:R})=>{R!==i&&(i==null||i.pause())})});const I=R=>{e(10,m=!1),e(0,o.paused=!1,o),e(8,p=!0),i&&g.set({currentMediaElement:i}),b.emit("playStateChange",{event:R,state:"playing",tag:r,mediaInstance:i})},C=R=>{e(10,m=!0),e(0,o.paused=!0,o),b.emit("playStateChange",{event:R,state:"paused",tag:r,mediaInstance:i})},x=R=>{e(10,m=!0),e(0,o.paused=!0,o),b.emit("playStateChange",{event:R,state:"paused",tag:r,mediaInstance:i})},k=R=>{e(10,m=!0),e(0,o.paused=!0,o),b.emit("playStateChange",{event:R,state:"paused",tag:r,mediaInstance:i})},B=R=>{i&&i.pause()};function G(R){Ne[R?"unshift":"push"](()=>{o.videoInstance=R,e(0,o)})}const N=()=>l==="withText"?Qr:l==="withoutText"?Gr:l,U=R=>{d&&i&&(e(9,i.muted=!1,i),i.play())};return n.$$set=R=>{"mediaInstance"in R&&e(0,o=R.mediaInstance),"tag"in R&&e(1,r=R.tag),"media"in R&&e(2,a=R.media),"playButtonIfNeed"in R&&e(3,l=R.playButtonIfNeed),"playButtonSizeIfNeed"in R&&e(4,c=R.playButtonSizeIfNeed),"canPlay"in R&&e(5,d=R.canPlay),"objectFit"in R&&e(6,h=R.objectFit),"disableVideoIfHavePoster"in R&&e(7,f=R.disableVideoIfHavePoster)},n.$$.update=()=>{if(n.$$.dirty&1&&e(9,i=o.videoInstance),n.$$.dirty&4&&e(13,s=a==null?void 0:a.url),n.$$.dirty&8192&&s&&A(),n.$$.dirty&512&&i&&e(10,m=i.paused),n.$$.dirty&772&&(a==null?void 0:a.type)==="Video"&&!p){const R=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,W=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1&&R;i&&W&&i.paused&&(document.removeEventListener("WeixinJSBridgeReady",y),document.removeEventListener("touchstart",y),document.removeEventListener("click",y),document.addEventListener("WeixinJSBridgeReady",y),document.addEventListener("touchstart",y),document.addEventListener("click",y))}},[o,r,a,l,c,d,h,f,p,i,m,g,b,s,I,C,x,k,B,G,N,U]}class pu extends ae{constructor(t){super(),re(this,t,lI,aI,oe,{mediaInstance:0,tag:1,media:2,playButtonIfNeed:3,playButtonSizeIfNeed:4,canPlay:5,objectFit:6,disableVideoIfHavePoster:7},iI)}}function cI(n){fe(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 Au(n,t,e){const i=n.slice();return i[28]=t[e],i[29]=t,i[30]=e,i}function vu(n){let t,e,i,s,o,r,a;const l=[hI,dI],c=[];function d(h,f){return h[13]&&h[10].length>1?0:1}return i=d(n),s=c[i]=l[i](n),{c(){t=D("div"),e=D("div"),s.c(),w(e,"class","media-list svelte-1mrbqlg"),$(e,"carouselEnabled",n[13]),w(t,"class","media-list-wrapper svelte-1mrbqlg"),$(t,"unfolded",n[5])},m(h,f){O(h,t,f),S(t,e),c[i].m(e,null),a=!0},p(h,f){n=h;let m=i;i=d(n),i===m?c[i].p(n,f):(de(),L(c[m],1,1,()=>{c[m]=null}),he(),s=c[i],s?s.p(n,f):(s=c[i]=l[i](n),s.c()),E(s,1),s.m(e,null)),(!a||f[0]&8192)&&$(e,"carouselEnabled",n[13]),(!a||f[0]&32)&&$(t,"unfolded",n[5])},i(h){a||(E(s),h&&_e(()=>{a&&(r&&r.end(1),o=xi(t,ic,n[6]?{y:4,duration:n[4],delay:n[2],easing:Kt}:void 0),o.start())}),a=!0)},o(h){L(s),o&&o.invalidate(),h&&(r=dn(t,ic,n[6]?{y:4,duration:n[4],delay:n[3],easing:Kt}:void 0)),a=!1},d(h){h&&T(t),c[i].d(),h&&r&&r.end()}}}function dI(n){let t,e,i;const s=[{media:n[1][0]},n[7],{tag:n[0]}];function o(a){n[20](a)}let r={};for(let a=0;a<s.length;a+=1)r=$e(r,s[a]);return n[8][0]!==void 0&&(r.mediaInstance=n[8][0]),t=new pu({props:r}),Ne.push(()=>pr(t,"mediaInstance",o)),{c(){se(t.$$.fragment)},m(a,l){ie(t,a,l),i=!0},p(a,l){const c=l[0]&131?rt(s,[l[0]&2&&{media:a[1][0]},l[0]&128&&Yl(a[7]),l[0]&1&&{tag:a[0]}]):{};!e&&l[0]&256&&(e=!0,c.mediaInstance=a[8][0],dr(()=>e=!1)),t.$set(c)},i(a){i||(E(t.$$.fragment,a),i=!0)},o(a){L(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function hI(n){let t,e,i={dots:!1,arrows:!1,$$slots:{default:[uI]},$$scope:{ctx:n}};return t=new tI({props:i}),n[18](t),t.$on("pageChange",n[19]),{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||(E(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){n[18](null),ne(t,s)}}}function bu(n){let t,e,i;const s=[n[7],{media:n[28]},{tag:n[0]}];function o(a){n[17](a,n[30])}let r={};for(let a=0;a<s.length;a+=1)r=$e(r,s[a]);return n[8][n[30]]!==void 0&&(r.mediaInstance=n[8][n[30]]),t=new pu({props:r}),Ne.push(()=>pr(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?rt(s,[l[0]&128&&Yl(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]],dr(()=>e=!1)),t.$set(c)},i(a){i||(E(t.$$.fragment,a),i=!0)},o(a){L(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function uI(n){let t,e,i=n[10],s=[];for(let r=0;r<i.length;r+=1)s[r]=bu(Au(n,i,r));const o=r=>L(s[r],1,1,()=>{s[r]=null});return{c(){for(let r=0;r<s.length;r+=1)s[r].c();t=Ce()},m(r,a){for(let l=0;l<s.length;l+=1)s[l]&&s[l].m(r,a);O(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=Au(r,i,l);s[l]?(s[l].p(c,a),E(s[l],1)):(s[l]=bu(c),s[l].c(),E(s[l],1),s[l].m(t.parentNode,t))}for(de(),l=i.length;l<s.length;l+=1)o(l);he()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)E(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)L(s[a]);e=!1},d(r){St(s,r),r&&T(t)}}}function fI(n){let t,e,i=n[5]&&vu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,o){s[5]?i?(i.p(s,o),o[0]&32&&E(i,1)):(i=vu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function mI(n,t,e){let i,s,o,r,{tag:a}=t,{mediaData:l}=t,{inDelay:c=0}=t,{outDelay:d=0}=t,{duration:h=0}=t,{unfolded:f=!0}=t,{animation:m=!0}=t,{mediaItemConfig:p}=t,{enableCarousel:A=!0}=t,{autoplayConfig:g={}}=t;const{autoplayVideo:b=!1,autoplayCarousel:y=!0,autoplayVideoInCarousel:I=!1}=g;let C=[],x=0,k,B=null;const G=fi("hooks"),N=fi("mediaStore");function U(){const Y=C[x],q=Y==null?void 0:Y.videoInstance;q&&(q.paused?(q.muted=!1,q.play()):q.pause())}pt(()=>{G.on("click",Y=>{var q,J,ee;(ee=(J=(q=a.tag3DContentSvelte)==null?void 0:q.css3DInstance)==null?void 0:J.css3DObject)!=null&&ee.opacityMesh&&Y.tag.id===a.id&&U()}),B=setInterval(()=>{r&&(k==null||k.goToNext())},3e3)}),Lt(()=>{clearInterval(B),G.off("click",U)});function R(Y,q){n.$$.not_equal(C[q],Y)&&(C[q]=Y,e(8,C))}function _(Y){Ne[Y?"unshift":"push"](()=>{k=Y,e(12,k)})}const W=Y=>{i||N.set({currentMediaElement:null}),e(11,x=Y.detail)};function F(Y){n.$$.not_equal(C[0],Y)&&(C[0]=Y,e(8,C))}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,d=Y.outDelay),"duration"in Y&&e(4,h=Y.duration),"unfolded"in Y&&e(5,f=Y.unfolded),"animation"in Y&&e(6,m=Y.animation),"mediaItemConfig"in Y&&e(7,p=Y.mediaItemConfig),"enableCarousel"in Y&&e(15,A=Y.enableCarousel),"autoplayConfig"in Y&&e(16,g=Y.autoplayConfig)},n.$$.update=()=>{n.$$.dirty[0]&256&&e(9,i=C.every(Y=>Y.paused)),n.$$.dirty[0]&32770&&e(13,s=A&&(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,d,h,f,m,p,C,i,o,x,k,s,N,A,g,R,_,W,F]}class yu extends ae{constructor(t){super(),re(this,t,mI,fI,oe,{tag:0,mediaData:1,inDelay:2,outDelay:3,duration:4,unfolded:5,animation:6,mediaItemConfig:7,enableCarousel:15,autoplayConfig:16},cI,[-1,-1])}}function gI(n){fe(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 wu(n){let t,e,i,s,o,r,a,l;t=new jt({props:{visible:n[3],left:61,bottom:57,width:2,blurRadius:150,spreadRadius:75}}),s=new Ny({props:{unfolded:n[3],outDelay:400}});let c=n[2]&&Cu(n),d=n[1]&&Iu(n);return{c(){se(t.$$.fragment),e=K(),i=D("div"),se(s.$$.fragment),o=K(),c&&c.c(),r=K(),d&&d.c(),a=Ce(),w(i,"class","line svelte-1f7m1lj")},m(h,f){ie(t,h,f),O(h,e,f),O(h,i,f),ie(s,i,null),O(h,o,f),c&&c.m(h,f),O(h,r,f),d&&d.m(h,f),O(h,a,f),l=!0},p(h,f){const m={};f&8&&(m.visible=h[3]),t.$set(m);const p={};f&8&&(p.unfolded=h[3]),s.$set(p),h[2]?c?(c.p(h,f),f&4&&E(c,1)):(c=Cu(h),c.c(),E(c,1),c.m(r.parentNode,r)):c&&(de(),L(c,1,1,()=>{c=null}),he()),h[1]?d?(d.p(h,f),f&2&&E(d,1)):(d=Iu(h),d.c(),E(d,1),d.m(a.parentNode,a)):d&&(de(),L(d,1,1,()=>{d=null}),he())},i(h){l||(E(t.$$.fragment,h),E(s.$$.fragment,h),E(c),E(d),l=!0)},o(h){L(t.$$.fragment,h),L(s.$$.fragment,h),L(c),L(d),l=!1},d(h){ne(t,h),h&&T(e),h&&T(i),ne(s),h&&T(o),c&&c.d(h),h&&T(r),d&&d.d(h),h&&T(a)}}}function Cu(n){let t,e,i;return e=new Eh({props:{unfolded:n[3],content:n[2],inDelay:500}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","text svelte-1f7m1lj")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function Iu(n){let t,e,i;return e=new yu({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=D("div"),se(e.$$.fragment),w(t,"class","media-wrapper svelte-1f7m1lj")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function pI(n){let t,e,i=n[0].state&&wu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=wu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function AI(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,d;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=((d=s.length)!=null?d:0)>7?s.substring(0,6)+"...":s),n.$$.dirty&1&&e(1,r=a.data.mediaData)},[a,r,o,i,s]}class vI extends ae{constructor(t){super(),re(this,t,AI,pI,oe,{tag:0},gI)}}function bI(n){fe(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 Pu(n,t,e){const i=n.slice();return i[0]=t[e],i}function ku(n,t,e){const i=n.slice();return i[0]=t[e],i}function Mu(n){let t,e;return{c(){t=D("img"),w(t,"class","headerImage svelte-sezqcq"),qe(t.src,e=n[3].headerPictureUrl)||w(t,"src",e),w(t,"alt","")},m(i,s){O(i,t,s)},p(i,s){s&8&&!qe(t.src,e=i[3].headerPictureUrl)&&w(t,"src",e)},d(i){i&&T(t)}}}function Eu(n){let t,e,i,s,o=n[2]||[],r=[];for(let c=0;c<o.length;c+=1)r[c]=xu(ku(n,o,c));let a=n[5]||[],l=[];for(let c=0;c<a.length;c+=1)l[c]=Du(Pu(n,a,c));return{c(){t=D("div"),e=D("div");for(let c=0;c<r.length;c+=1)r[c].c();i=K();for(let c=0;c<l.length;c+=1)l[c].c();w(e,"class","tags svelte-sezqcq"),_e(()=>n[11].call(e)),w(t,"class","tags-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),S(t,e);for(let h=0;h<r.length;h+=1)r[h]&&r[h].m(e,null);S(e,i);for(let h=0;h<l.length;h+=1)l[h]&&l[h].m(e,null);s=Vs(e,n[11].bind(e))},p(c,d){if(d&4){o=c[2]||[];let h;for(h=0;h<o.length;h+=1){const f=ku(c,o,h);r[h]?r[h].p(f,d):(r[h]=xu(f),r[h].c(),r[h].m(e,i))}for(;h<r.length;h+=1)r[h].d(1);r.length=o.length}if(d&32){a=c[5]||[];let h;for(h=0;h<a.length;h+=1){const f=Pu(c,a,h);l[h]?l[h].p(f,d):(l[h]=Du(f),l[h].c(),l[h].m(e,null))}for(;h<l.length;h+=1)l[h].d(1);l.length=a.length}},d(c){c&&T(t),St(r,c),St(l,c),s()}}}function xu(n){let t,e=n[0]+"",i;return{c(){t=D("div"),i=xe(e),w(t,"class","tag primary-tag svelte-sezqcq"),z(t,"min-width",oa)},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&4&&e!==(e=s[0]+"")&&Se(i,e)},d(s){s&&T(t)}}}function Du(n){let t,e=n[0]+"",i;return{c(){t=D("div"),i=xe(e),w(t,"class","tag secondary-tag svelte-sezqcq"),z(t,"min-width",oa)},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&32&&e!==(e=s[0]+"")&&Se(i,e)},d(s){s&&T(t)}}}function Su(n){let t,e,i=n[7]&&Lu(n),s=n[3].highlightText&&ju(n);return{c(){t=D("div"),i&&i.c(),e=K(),s&&s.c(),w(t,"class","footer svelte-sezqcq")},m(o,r){O(o,t,r),i&&i.m(t,null),S(t,e),s&&s.m(t,null)},p(o,r){o[7]?i?i.p(o,r):(i=Lu(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3].highlightText?s?s.p(o,r):(s=ju(o),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(o){o&&T(t),i&&i.d(),s&&s.d()}}}function Lu(n){let t,e,i=n[3].price.value+"",s,o,r=n[3].price.unit&&Tu(n);return{c(){t=D("div"),e=D("span"),s=xe(i),o=K(),r&&r.c(),w(e,"class","value svelte-sezqcq"),w(t,"class","price svelte-sezqcq")},m(a,l){O(a,t,l),S(t,e),S(e,s),S(t,o),r&&r.m(t,null)},p(a,l){l&8&&i!==(i=a[3].price.value+"")&&Se(s,i),a[3].price.unit?r?r.p(a,l):(r=Tu(a),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},d(a){a&&T(t),r&&r.d()}}}function Tu(n){let t,e=n[3].price.unit+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","unit svelte-sezqcq")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&8&&e!==(e=s[3].price.unit+"")&&Se(i,e)},d(s){s&&T(t)}}}function ju(n){let t,e,i,s,o=n[3].highlightText+"",r,a,l;return{c(){t=D("div"),e=D("div"),i=K(),s=D("span"),r=xe(o),a=K(),l=D("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>',w(e,"class","gap svelte-sezqcq"),w(s,"class","text svelte-sezqcq"),w(t,"class","goto-button goto-icon svelte-sezqcq"),w(l,"class","arrow-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),S(t,e),S(t,i),S(t,s),S(s,r),O(c,a,d),O(c,l,d)},p(c,d){d&8&&o!==(o=c[3].highlightText+"")&&Se(r,o)},d(c){c&&T(t),c&&T(a),c&&T(l)}}}function yI(n){var C,x;let t,e,i,s,o,r,a,l,c,d,h=n[3].title+"",f,m,p,A,g;e=new jt({props:{visible:n[4],outDelay:500,left:61,bottom:87,blurRadius:150,spreadRadius:75}});let b=n[3].headerPictureUrl&&Mu(n),y=((C=n[2].length)!=null?C:0)+((x=n[5].length)!=null?x:0)>0&&Eu(n),I=(n[7]||n[3].highlightText)&&Su(n);return{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),o=K(),r=D("div"),b&&b.c(),a=K(),l=D("div"),c=D("div"),d=D("div"),f=xe(h),m=K(),y&&y.c(),p=K(),I&&I.c(),w(s,"class","line svelte-sezqcq"),z(s,"transition-delay",n[4]?Io+"ms":Po+Ou-zu-40+"ms"),w(d,"class","text svelte-sezqcq"),w(c,"class","title svelte-sezqcq"),w(l,"class","title-wrapper svelte-sezqcq"),w(r,"class","content svelte-sezqcq"),z(r,"max-width",Ht(n[9])),z(r,"transition-delay",n[4]?Io+Po+"ms":"0ms"),w(t,"class",A=Qe(`marketing ${n[6]}`)+" svelte-sezqcq"),$(t,"unfolded",n[4]),$(t,"folded",n[8])},m(k,B){O(k,t,B),ie(e,t,null),S(t,i),S(t,s),S(t,o),S(t,r),b&&b.m(r,null),S(r,a),S(r,l),S(l,c),S(c,d),S(d,f),S(r,m),y&&y.m(r,null),S(r,p),I&&I.m(r,null),g=!0},p(k,[B]){var N,U;const G={};B&16&&(G.visible=k[4]),e.$set(G),B&16&&z(s,"transition-delay",k[4]?Io+"ms":Po+Ou-zu-40+"ms"),k[3].headerPictureUrl?b?b.p(k,B):(b=Mu(k),b.c(),b.m(r,a)):b&&(b.d(1),b=null),(!g||B&8)&&h!==(h=k[3].title+"")&&Se(f,h),((N=k[2].length)!=null?N:0)+((U=k[5].length)!=null?U:0)>0?y?y.p(k,B):(y=Eu(k),y.c(),y.m(r,p)):y&&(y.d(1),y=null),k[7]||k[3].highlightText?I?I.p(k,B):(I=Su(k),I.c(),I.m(r,null)):I&&(I.d(1),I=null),B&16&&z(r,"transition-delay",k[4]?Io+Po+"ms":"0ms"),(!g||B&64&&A!==(A=Qe(`marketing ${k[6]}`)+" svelte-sezqcq"))&&w(t,"class",A),(!g||B&80)&&$(t,"unfolded",k[4]),(!g||B&320)&&$(t,"folded",k[8])},i(k){g||(E(e.$$.fragment,k),g=!0)},o(k){L(e.$$.fragment,k),g=!1},d(k){k&&T(t),ne(e),b&&b.d(),y&&y.d(),I&&I.d()}}}const oa=40,Io=400,zu=500,Po=180,Ou=500;function wI(n,t,e){let i,s,o,r,a,l,c,d,{tag:h}=t,f,m=(()=>{var g;const A=(g=h.data.limitWidth)!=null?g:!0;if(typeof A=="number")return A;if(A===!0)return 172})();function p(){f=this.offsetHeight,e(1,f)}return n.$$set=A=>{"tag"in A&&e(0,h=A.tag)},n.$$.update=()=>{var A,g,b,y,I,C;n.$$.dirty&1&&e(4,i=(g=(A=h.state)==null?void 0:A.unfolded)!=null?g:!1),n.$$.dirty&16&&e(8,s=!i),n.$$.dirty&1&&e(3,o=h.data),n.$$.dirty&8&&e(7,r=qt((b=o.price)==null?void 0:b.value)&&((y=o.price)==null?void 0:y.value)!==""),n.$$.dirty&1&&e(6,a=h.data.theme||"light"),n.$$.dirty&1026&&f>40&&e(10,l=l-1),n.$$.dirty&1032&&e(2,c=((I=o.brandTags)==null?void 0:I.slice(0,l).filter(Boolean))||[]),n.$$.dirty&1036&&e(5,d=((C=o.tags)==null?void 0:C.slice(0,l-c.length).filter(Boolean))||[])},e(10,l=(m-20)/oa),[h,f,c,o,i,d,a,r,s,m,l,p]}class CI extends ae{constructor(t){super(),re(this,t,wI,yI,oe,{tag:0},bI)}}class II extends Audio{constructor(e){super();u(this,"sharedAudioSrc");u(this,"sharedAudioPaused",!0);u(this,"sharedAudioCurrentTime",0);u(this,"tryplaying",!1);u(this,"audioInstance");u(this,"eventListenerDisposer");this.sharedAudioSrc=e}get paused(){var e;return(e=this.sharedAudioPaused)!=null?e:!0}get currentTime(){return this.sharedAudioCurrentTime}play(){return H(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=V1(this.sharedAudioSrc,{namespace:Hr.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 m;this.sharedAudioCurrentTime=e.currentTime,(m=this.ontimeupdate)==null||m.call(this,f)},s=f=>{var m;e.isBlankAudio||(this.sharedAudioPaused=!1,(m=this.onplay)==null||m.call(this,f))},o=f=>{this.pause(f)},r=f=>{this.endedHandler(f)},a=f=>{var m;this.sharedAudioPaused=!0,(m=this.onerror)==null||m.call(this,f)},l=f=>{var m;return(m=this.oncanplay)==null?void 0:m.call(this,f)},c=f=>{var m;return(m=this.oncanplaythrough)==null?void 0:m.call(this,f)},d=f=>{var m;return(m=this.onloadeddata)==null?void 0:m.call(this,f)},h=f=>{var m;return(m=this.onloadedmetadata)==null?void 0:m.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",d),e.addEventListener("loadedmetadata",h),()=>{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",d),e.removeEventListener("loadedmetadata",h)}}}function PI(n){fe(n,"svelte-13e7hxv",".audio.svelte-13e7hxv{pointer-events:auto;cursor:pointer;width:100%;height:100%}")}function kI(n){let t,e,i,s;const o=n[8].default,r=en(o,n,n[7],null);return{c(){t=D("div"),r&&r.c(),w(t,"class","audio svelte-13e7hxv"),w(t,"style",n[0])},m(a,l){O(a,t,l),r&&r.m(t,null),e=!0,i||(s=ye(t,"click",Rl(n[1])),i=!0)},p(a,[l]){r&&r.p&&(!e||l&128)&&nn(r,o,a,a[7],e?tn(o,a[7],l,null):sn(a[7]),null),(!e||l&1)&&w(t,"style",a[0])},i(a){e||(E(r,a),e=!0)},o(a){L(r,a),e=!1},d(a){a&&T(t),r&&r.d(a),i=!1,s()}}}function MI(n,t,e){let{$$slots:i={},$$scope:s}=t,{url:o}=t,{enable:r=!0}=t,{style:a=""}=t,{hooksInfo:l}=t;const c=_s(),d=fi("hooks"),h=fi("mediaStore");let f,m=!0;function p(){e(5,f.onplay=g=>{d.emit("playStateChange",V({event:g,state:"playing",mediaInstance:f},l)),c("play"),e(6,m=!1)},f),e(5,f.onpause=g=>{d.emit("playStateChange",V({event:g,state:"paused",mediaInstance:f},l)),c("pause"),e(6,m=!0)},f),e(5,f.onended=g=>{d.emit("playStateChange",V({event:g,state:"paused",mediaInstance:f},l)),c("pause"),e(6,m=!0)},f),e(5,f.onloadedmetadata=g=>{typeof f.duration=="number"&&!Number.isNaN(f.duration)&&c("duration",f.duration)},f),e(5,f.onerror=g=>{c("pause"),e(6,m=!0)},f),e(5,f.ontimeupdate=g=>{c("timeupdate",f.currentTime)},f)}h.subscribe(({currentMediaElement:g})=>{g!==f&&(m||f==null||f.pause())});function A(g){f&&(d.emit("click",V({event:g,target:"AudioTagPlayIcon",audioInstance:f},l)),h.set({currentMediaElement:f}),d.emit("playStateChange",V({event:g,state:f.paused?"playing":"paused",mediaInstance:f},l)),f.paused?f.play():f.pause())}return n.$$set=g=>{"url"in g&&e(2,o=g.url),"enable"in g&&e(3,r=g.enable),"style"in g&&e(0,a=g.style),"hooksInfo"in g&&e(4,l=g.hooksInfo),"$$scope"in g&&e(7,s=g.$$scope)},n.$$.update=()=>{n.$$.dirty&4&&(o||c("duration",0)),n.$$.dirty&36&&(f==null||f.dispose(),e(5,f=new II(o)),c("audioRef",f),setTimeout(()=>c("audioRef",f),200),p()),n.$$.dirty&40&&(r||f==null||f.pause()),n.$$.dirty&72&&c(r&&!m?"play":"pause")},[a,A,o,r,l,f,m,s,i]}let Bu=class extends ae{constructor(t){super(),re(this,t,MI,kI,oe,{url:2,enable:3,style:0,hooksInfo:4},PI)}};function EI(n){fe(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 Vu(n){let t,e;return t=new jt({props:{center:!0,blurRadius:12,spreadRadius:5}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function xI(n){let t,e,i,s,o,r=n[1]&&Vu();return{c(){t=D("div"),r&&r.c(),e=K(),i=D("div"),s=D("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>',w(s,"class","sound-wave__container svelte-srt2pi"),w(i,"class","audio-icon svelte-srt2pi"),$(i,"playing",n[0]),w(t,"class","audio-icon__wrapper svelte-srt2pi"),w(t,"style",n[2]),z(t,"width",n[5]),z(t,"height",n[5])},m(a,l){O(a,t,l),r&&r.m(t,null),S(t,e),S(t,i),S(i,s),n[7](s),n[8](t),o=!0},p(a,[l]){a[1]?r?l&2&&E(r,1):(r=Vu(),r.c(),E(r,1),r.m(t,e)):r&&(de(),L(r,1,1,()=>{r=null}),he()),(!o||l&1)&&$(i,"playing",a[0]),(!o||l&4)&&w(t,"style",a[2]);const c=l&4;(c||l&36)&&z(t,"width",a[5]),(c||l&36)&&z(t,"height",a[5])},i(a){o||(E(r),o=!0)},o(a){L(r),o=!1},d(a){a&&T(t),r&&r.d(),n[7](null),n[8](null)}}}function DI(n,t,e){let i,{playing:s}=t,{shadow:o=!1}=t,{style:r=null}=t,{width:a="100%"}=t,l,c;function d(f){Ne[f?"unshift":"push"](()=>{c=f,e(4,c)})}function h(f){Ne[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"?Ht(a):a)},[s,o,r,l,c,i,a,d,h]}class Ru extends ae{constructor(t){super(),re(this,t,DI,xI,oe,{playing:0,shadow:1,style:2,width:6},EI)}}function SI(n){fe(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 Qu(n){var g,b;let t,e,i,s,o,r,a,l,c,d,h,f,m,p;e=new jt({props:{visible:n[6],left:n[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}});let A=n[6]&&Gu(n);return c=new Lh({props:{visible:n[6],textUnfolded:n[1],content:n[5]}}),h=new Xr({props:{unfolded:n[6],length:n[3],outDelay:n[4]+20*Math.min((b=(g=n[5])==null?void 0:g.length)!=null?b:10,15),useLinearColor:!0}}),{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),o=D("div"),r=D("div"),A&&A.c(),a=K(),l=D("div"),se(c.$$.fragment),d=K(),se(h.$$.fragment),w(r,"class","audio-icon svelte-1s6gk4a"),z(l,"display","inline-block"),w(o,"class","wrapper svelte-1s6gk4a"),w(s,"class","content svelte-1s6gk4a"),w(t,"class","audio-tag svelte-1s6gk4a"),$(t,"unfolded",n[6])},m(y,I){O(y,t,I),ie(e,t,null),S(t,i),S(t,s),S(s,o),S(o,r),A&&A.m(r,null),S(o,a),S(o,l),ie(c,l,null),S(t,d),ie(h,t,null),f=!0,m||(p=[ye(l,"click",n[7]),$t(un.call(null,l)),ye(l,"clientWidth",n[12])],m=!0)},p(y,I){var B,G;const C={};I&64&&(C.visible=y[6]),I&8&&(C.left=y[3]/2+"px"),e.$set(C),y[6]?A?(A.p(y,I),I&64&&E(A,1)):(A=Gu(y),A.c(),E(A,1),A.m(r,null)):A&&(de(),L(A,1,1,()=>{A=null}),he());const x={};I&64&&(x.visible=y[6]),I&2&&(x.textUnfolded=y[1]),I&32&&(x.content=y[5]),c.$set(x);const k={};I&64&&(k.unfolded=y[6]),I&8&&(k.length=y[3]),I&48&&(k.outDelay=y[4]+20*Math.min((G=(B=y[5])==null?void 0:B.length)!=null?G:10,15)),h.$set(k),(!f||I&64)&&$(t,"unfolded",y[6])},i(y){f||(E(e.$$.fragment,y),E(A),E(c.$$.fragment,y),E(h.$$.fragment,y),f=!0)},o(y){L(e.$$.fragment,y),L(A),L(c.$$.fragment,y),L(h.$$.fragment,y),f=!1},d(y){y&&T(t),ne(e),A&&A.d(),ne(c),ne(h),m=!1,Je(p)}}}function Gu(n){let t,e,i,s,o,r,a;return e=new jt({props:{center:!0,blurRadius:15,spreadRadius:6}}),s=new Bu({props:{enable:n[6],url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[LI]},$$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=D("div"),se(e.$$.fragment),i=K(),se(s.$$.fragment),w(t,"class","audio svelte-1s6gk4a")},m(l,c){O(l,t,c),ie(e,t,null),S(t,i),ie(s,t,null),a=!0},p(l,c){n=l;const d={};c&64&&(d.enable=n[6]),c&1&&(d.url=n[0].data.audioUrl),c&1&&(d.hooksInfo={tag:n[0]}),c&8196&&(d.$$scope={dirty:c,ctx:n}),s.$set(d)},i(l){a||(E(e.$$.fragment,l),E(s.$$.fragment,l),l&&_e(()=>{a&&(r&&r.end(1),o=xi(t,et,{duration:1e3,delay:0,easing:mn}),o.start())}),a=!0)},o(l){var c,d;L(e.$$.fragment,l),L(s.$$.fragment,l),o&&o.invalidate(),l&&(r=dn(t,et,{duration:1e3,delay:20*Math.min((d=(c=n[5])==null?void 0:c.length)!=null?d:10,15),easing:mn})),a=!1},d(l){l&&T(t),ne(e),ne(s),l&&r&&r.end()}}}function LI(n){let t,e,i;return e=new Ru({props:{playing:n[2]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","audio-icon__wrapper svelte-1s6gk4a")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function TI(n){let t,e,i=n[0].state&&Qu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=Qu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function jI(n,t,e){let i,s,o,{tag:r}=t,a=!1,l=!1,c;function d(){e(1,a=!a)}const h=()=>{e(2,l=!0)},f=()=>{e(2,l=!1)},m=()=>{e(2,l=!1)};function p(g){rn.call(this,n,g)}const A=g=>{e(3,c=g.detail)};return n.$$set=g=>{"tag"in g&&e(0,r=g.tag)},n.$$.update=()=>{var g,b,y;n.$$.dirty&1&&e(6,i=!!((g=r.state)!=null&&g.unfolded)),n.$$.dirty&1&&e(5,s=(y=(b=r.data.title)!=null?b:r.data.text)!=null?y:""),n.$$.dirty&2&&e(4,o=a?450:0)},[r,a,l,c,o,s,i,d,h,f,m,p,A]}class zI extends ae{constructor(t){super(),re(this,t,jI,TI,oe,{tag:0},SI)}}function OI(n){fe(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 Nu(n){let t,e,i,s;return i=new Bu({props:{style:"width: max-content; height: max-content;",enable:n[0].state.visible,url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[VI]},$$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=D("div"),e=D("div"),se(i.$$.fragment),w(e,"class","audio-tag svelte-58hfjf"),z(e,"background-color",n[4].bgColor),z(e,"color",n[4].fontColor),w(t,"class","audio-tag__wrapper svelte-58hfjf")},m(o,r){O(o,t,r),S(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&&z(e,"background-color",o[4].bgColor),r&16&&z(e,"color",o[4].fontColor)},i(o){s||(E(i.$$.fragment,o),s=!0)},o(o){L(i.$$.fragment,o),s=!1},d(o){o&&T(t),ne(i)}}}function BI(n){let t;return{c(){t=xe(n[5])},m(e,i){O(e,t,i)},p(e,i){i&32&&Se(t,e[5])},d(e){e&&T(t)}}}function VI(n){let t,e,i,s,o,r,a;return i=new Ru({props:{playing:n[3]}}),r=new Zr({props:{maxWidth:72,maxLine:1,$$slots:{default:[BI]},$$scope:{ctx:n}}}),{c(){t=D("div"),e=D("div"),se(i.$$.fragment),s=K(),o=D("div"),se(r.$$.fragment),w(e,"class","audio-icon__wrapper svelte-58hfjf"),w(o,"class","text svelte-58hfjf"),w(t,"class","audio__inner svelte-58hfjf")},m(l,c){O(l,t,c),S(t,e),ie(i,e,null),S(t,s),S(t,o),ie(r,o,null),a=!0},p(l,c){const d={};c&8&&(d.playing=l[3]),i.$set(d);const h={};c&8224&&(h.$$scope={dirty:c,ctx:l}),r.$set(h)},i(l){a||(E(i.$$.fragment,l),E(r.$$.fragment,l),a=!0)},o(l){L(i.$$.fragment,l),L(r.$$.fragment,l),a=!1},d(l){l&&T(t),ne(i),ne(r)}}}function RI(n){let t,e,i=n[0].state&&Nu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=Nu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function QI(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 d=()=>{e(3,c=!0)},h=()=>{e(3,c=!1)},f=()=>{e(3,c=!1)},m=g=>{e(1,a=g.detail)},p=g=>{e(2,l=g.detail)};function A(g){rn.call(this,n,g)}return n.$$set=g=>{"tag"in g&&e(0,o=g.tag)},n.$$.update=()=>{var g,b,y;n.$$.dirty&1&&e(5,i=(b=(g=o.data.title)!=null?g:o.data.text)!=null?b:""),n.$$.dirty&1&&e(4,s=(y=r[o.data.theme||"light"])!=null?y:r.light)},[o,a,l,c,s,i,d,h,f,m,p,A]}class GI extends ae{constructor(t){super(),re(this,t,QI,RI,oe,{tag:0},OI)}}function NI(n){let t,e;return t=new GI({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function FI(n){let t,e;return t=new zI({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function _I(n){let t,e,i,s;const o=[FI,NI],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=Ce()},m(l,c){~t&&r[t].m(l,c),O(l,i,c),s=!0},p(l,[c]){let d=t;t=a(l),t===d?~t&&r[t].p(l,c):(e&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),E(e,1),e.m(i.parentNode,i)):e=null)},i(l){s||(E(e),s=!0)},o(l){L(e),s=!1},d(l){~t&&r[t].d(l),l&&T(i)}}}function HI(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 WI extends ae{constructor(t){super(),re(this,t,HI,_I,oe,{tag:0})}}function YI(n){fe(n,"svelte-10cw0el",".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}")}function Fu(n){var s;let t,e,i;return e=new yu({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=D("div"),se(e.$$.fragment),w(t,"class","media-wrapper svelte-10cw0el")},m(o,r){O(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||(E(e.$$.fragment,o),i=!0)},o(o){L(e.$$.fragment,o),i=!1},d(o){o&&T(t),ne(e)}}}function UI(n){let t,e,i=n[0].state&&n[5]&&Fu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state&&s[5]?i?(i.p(s,o),o&33&&E(i,1)):(i=Fu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function XI(n,t,e){let i,s,o,r,a,l,{tag:c}=t;return n.$$set=d=>{"tag"in d&&e(0,c=d.tag)},n.$$.update=()=>{var d,h;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=(d=c.data.autoplayConfig)!=null?d:{autoplay:o!=null?o:!0,autoplayVideo:!0}),n.$$.dirty&1&&e(2,l=(h=c.data.objectFit)!=null?h:(()=>c.data.adaptationMode==="stretch"?"fill":c.data.adaptationMode==="proportional"?"contain":void 0)())},[c,o,l,a,r,s,i]}class ZI extends ae{constructor(t){super(),re(this,t,XI,UI,oe,{tag:0},YI)}}function _u(n){return H(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 JI(n){return H(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 _u(t);return me(V({},n),{width:i/e,height:s/e})})}function qI(n){return H(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 _u(e),a=o/i,l=r/i,c=a/t,d=l,h=1/s*t+"s";return me(V({},n),{width:c,height:d,duration:h})})}function KI(n){fe(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 Hu(n){n[1]=n[19].width}function Wu(n){n[1]=n[19].width,n[16]=n[19].height,n[17]=n[19].steps,n[18]=n[19].duration}function Yu(n){let t,e,i,s=n[0]&&Uu();function o(l,c){return l[8]?eP:$I}let r=o(n),a=r(n);return{c(){t=D("div"),s&&s.c(),e=K(),a.c(),w(t,"class","icon"),z(t,"width",n[1])},m(l,c){O(l,t,c),s&&s.m(t,null),S(t,e),a.m(t,null),i=!0},p(l,c){l[0]?s?c&1&&E(s,1):(s=Uu(),s.c(),E(s,1),s.m(t,e)):s&&(de(),L(s,1,1,()=>{s=null}),he()),r===(r=o(l))&&a?a.p(l,c):(a.d(1),a=r(l),a&&(a.c(),a.m(t,null))),c&2&&z(t,"width",l[1])},i(l){i||(E(s),i=!0)},o(l){L(s),i=!1},d(l){l&&T(t),s&&s.d(),a.d()}}}function Uu(n){let t,e;return t=new jt({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function $I(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:nP,then:iP,catch:tP,value:19};return Ws(e=n[11](Fe({url:n[7],ratio:n[5]})),i),{c(){t=Ce(),i.block.c()},m(s,o){O(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](Fe({url:n[7],ratio:n[5]})))&&Ws(e,i)||Wl(i,n,o)},d(s){s&&T(t),i.block.d(s),i.token=null,i=null}}}function eP(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:rP,then:oP,catch:sP,value:19};return Ws(e=n[10](Fe({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})),i),{c(){t=Ce(),i.block.c()},m(s,o){O(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](Fe({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})))&&Ws(e,i)||Wl(i,n,o)},d(s){s&&T(t),i.block.d(s),i.token=null,i=null}}}function tP(n){return{c:Z,m:Z,p:Z,d:Z}}function iP(n){Hu(n);let t,e;return{c(){t=D("img"),w(t,"alt","tag-icon"),w(t,"class","icon-image svelte-316sq3"),qe(t.src,e=n[7])||w(t,"src",e),z(t,"width",Ht(xn({originWidth:n[1],scale:n[4],wantedWidth:n[3]}).width))},m(i,s){O(i,t,s)},p(i,s){Hu(i),s&128&&!qe(t.src,e=i[7])&&w(t,"src",e),s&184&&z(t,"width",Ht(xn({originWidth:i[1],scale:i[4],wantedWidth:i[3]}).width))},d(i){i&&T(t)}}}function nP(n){return{c:Z,m:Z,p:Z,d:Z}}function sP(n){return{c:Z,m:Z,p:Z,d:Z}}function oP(n){Wu(n);let t,e=`url(${n[7]})`,i=`steps(${n[17]-1})`;return{c(){t=D("div"),w(t,"class","icon-keyframe svelte-316sq3"),z(t,"width",Ht(xn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).width)),z(t,"height",Ht(xn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).height)),z(t,"background-image",e),z(t,"animation-duration",n[18]),z(t,"animation-timing-function",i)},m(s,o){O(s,t,o)},p(s,o){Wu(s),o&252&&z(t,"width",Ht(xn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).width)),o&252&&z(t,"height",Ht(xn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).height)),o&128&&e!==(e=`url(${s[7]})`)&&z(t,"background-image",e),o&228&&z(t,"animation-duration",s[18]),o&228&&i!==(i=`steps(${s[17]-1})`)&&z(t,"animation-timing-function",i)},d(s){s&&T(t)}}}function rP(n){return{c:Z,m:Z,p:Z,d:Z}}function aP(n){let t,e,i=n[9]&&Yu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[9]?i?(i.p(s,o),o&512&&E(i,1)):(i=Yu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function xn(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 me(V({},n),{width:o,height:r})}function lP(n,t,e){let i,s,o,r,a,l,c,d,h,{width:f=null}=t,{icon:m=null}=t,{shadow:p=!1}=t;const A=_s();function g(I){return H(this,null,function*(){const C=yield qI(I);return A("iconLoaded",C),C})}function b(I){return H(this,null,function*(){if(typeof h=="number")return me(V({},I),{width:h});const C=yield JI(I);return A("iconLoaded",C),C})}function y(){d||A("iconLoaded")}return pt(()=>{y()}),n.$$set=I=>{"width"in I&&e(1,f=I.width),"icon"in I&&e(12,m=I.icon),"shadow"in I&&e(0,p=I.shadow)},n.$$.update=()=>{var I,C;n.$$.dirty&4096&&e(7,i=m==null?void 0:m.url),n.$$.dirty&4096&&e(2,s=(I=m==null?void 0:m.steps)!=null?I:1),n.$$.dirty&4096&&e(6,o=m==null?void 0:m.fps),n.$$.dirty&4096&&e(5,r=m==null?void 0:m.ratio),n.$$.dirty&4096&&e(4,a=(C=m==null?void 0:m.scale)!=null?C:1),n.$$.dirty&4096&&e(3,l=m==null?void 0:m.width),n.$$.dirty&252&&e(9,c=Fe({url:i,steps:s,fps:o,ratio:r,scale:a,width:l})),n.$$.dirty&4&&e(8,d=s>1),n.$$.dirty&2&&(h=f)},y(),[p,f,s,l,a,r,o,i,d,c,g,b,m]}class Xu extends ae{constructor(t){super(),re(this,t,lP,aP,oe,{width:1,icon:12,shadow:0},KI)}}function cP(n){fe(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 Zu(n){let t,e,i,s,o,r;return e=new jt({props:{outDelay:0,inDelay:0,center:!0,width:"80%",blurRadius:40,spreadRadius:16,opacity:.08}}),{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),o=xe(n[1]),w(s,"class","text svelte-e58ijk"),w(t,"class","text-wrapper svelte-e58ijk")},m(a,l){O(a,t,l),ie(e,t,null),S(t,i),S(t,s),S(s,o),r=!0},p(a,l){(!r||l&2)&&Se(o,a[1])},i(a){r||(E(e.$$.fragment,a),r=!0)},o(a){L(e.$$.fragment,a),r=!1},d(a){a&&T(t),ne(e)}}}function dP(n){let t,e,i,s;e=new Xu({props:{icon:n[0],shadow:!0}}),e.$on("iconLoaded",n[4]);let o=n[1]&&n[2]&&Zu(n);return{c(){t=D("div"),se(e.$$.fragment),i=K(),o&&o.c(),w(t,"class","wrapper svelte-e58ijk")},m(r,a){O(r,t,a),ie(e,t,null),S(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&&E(o,1)):(o=Zu(r),o.c(),E(o,1),o.m(t,null)):o&&(de(),L(o,1,1,()=>{o=null}),he())},i(r){s||(E(e.$$.fragment,r),E(o),s=!0)},o(r){L(e.$$.fragment,r),L(o),s=!1},d(r){r&&T(t),ne(e),o&&o.d()}}}function hP(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,d;n.$$.dirty&8&&e(1,s=(l=r.data.title)!=null?l:r.data.text),n.$$.dirty&8&&e(0,o=(d=r.data.icon)!=null?d:(c=r.style)==null?void 0:c.point)},e(2,i=!1),[o,s,i,r,a]}class uP extends ae{constructor(t){super(),re(this,t,hP,dP,oe,{tag:3},cP)}}function fP(n){fe(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 Ju(n){let t,e,i,s,o,r=n[0].type==="Image"&&qu(n);return{c(){t=D("div"),e=D("div"),r&&r.c(),i=K(),s=D("div"),w(e,"class","media-item svelte-nnvupv"),w(e,"draggable","false"),w(s,"class","line svelte-nnvupv"),w(t,"class","wrapper svelte-nnvupv")},m(a,l){O(a,t,l),S(t,e),r&&r.m(e,null),S(t,i),S(t,s),o=!0},p(a,l){a[0].type==="Image"?r?(r.p(a,l),l&1&&E(r,1)):(r=qu(a),r.c(),E(r,1),r.m(e,null)):r&&(de(),L(r,1,1,()=>{r=null}),he())},i(a){o||(E(r),o=!0)},o(a){L(r),o=!1},d(a){a&&T(t),r&&r.d()}}}function qu(n){let t,e,i,s,o,r;return t=new jt({props:{blurRadius:22,spreadRadius:16,height:"80%",width:"80%",center:!0,round:!0}}),{c(){var a;se(t.$$.fragment),e=K(),i=D("img"),w(i,"class","media-content svelte-nnvupv"),qe(i.src,s=(a=n[0].thumbnail)!=null?a:n[0].url)||w(i,"src",s),w(i,"alt",o=n[0].name),w(i,"draggable",!1)},m(a,l){ie(t,a,l),O(a,e,l),O(a,i,l),r=!0},p(a,l){var c;(!r||l&1&&!qe(i.src,s=(c=a[0].thumbnail)!=null?c:a[0].url))&&w(i,"src",s),(!r||l&1&&o!==(o=a[0].name))&&w(i,"alt",o)},i(a){r||(E(t.$$.fragment,a),r=!0)},o(a){L(t.$$.fragment,a),r=!1},d(a){ne(t,a),a&&T(e),a&&T(i)}}}function mP(n){let t,e,i=n[0]&&Ju(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0]?i?(i.p(s,o),o&1&&E(i,1)):(i=Ju(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function gP(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 pP extends ae{constructor(t){super(),re(this,t,gP,mP,oe,{tag:1},fP)}}function AP(n){fe(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function vP(n){let t,e;return{c(){t=new Rs(!1),e=Ce(),t.a=e},m(i,s){t.m(n[2],i,s),O(i,e,s)},p:Z,d(i){i&&T(e),i&&t.d()}}}function bP(n){let t,e=typeof n[2]=="string"&&vP(n);return{c(){t=D("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj"),$(t,"unfolded",n[1])},m(i,s){O(i,t,s),e&&e.m(t,null),n[5](t)},p(i,[s]){typeof i[2]=="string"&&e.p(i,s),s&2&&$(t,"unfolded",i[1])},i:Z,o:Z,d(i){i&&T(t),e&&e.d(),n[5](null)}}}function yP(n,t,e){var d,h;let i,{tag:s}=t,{renderMap:o=new Map}=t,r,a=(h=s.element)!=null?h:(d=o.get(s.contentType))==null?void 0:d.renderer,l;pt(()=>{r&&(a instanceof Element?(r.appendChild(a),l=()=>{a instanceof Element&&a.remove()}):typeof a=="function"&&(l=a(r,s)))}),Lt(()=>{l==null||l()});function c(f){Ne[f?"unshift":"push"](()=>{r=f,e(0,r)})}return n.$$set=f=>{"tag"in f&&e(3,s=f.tag),"renderMap"in f&&e(4,o=f.renderMap)},n.$$.update=()=>{n.$$.dirty&8&&e(1,i=s.state.unfolded)},[r,i,a,s,o,c]}class wP extends ae{constructor(t){super(),re(this,t,yP,bP,oe,{tag:3,renderMap:4},AP)}}function CP(n){fe(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 IP(n){let t,e;return{c(){t=D("div"),w(t,"data-info","tag content is keep folded"),w(t,"data-id",e=n[1].id)},m(i,s){O(i,t,s)},p(i,s){s&2&&e!==(e=i[1].id)&&w(t,"data-id",e)},i:Z,o:Z,d(i){i&&T(t)}}}function PP(n){let t,e,i,s,o,r,a,l,c,d;const h=[TP,LP,SP,DP,xP,EP,MP],f=[];function m(p,A){return p[1].contentType==="Text"?0:p[1].contentType==="ImageText"||p[1].contentType==="Image"||p[1].contentType==="Video"?1:p[1].contentType==="Audio"?2:p[1].contentType==="Marketing"?3:p[1].contentType==="Link"||p[1].contentType==="VRLink"||p[1].contentType==="PanoLink"||p[1].contentType==="Sticker"?4:p[1].contentType==="MediaPlane"||p[1].contentType==="MediaModel"?5:p[1].contentType==="Panorama"?6:-1}return~(s=m(n))&&(o=f[s]=h[s](n)),{c(){var p;t=D("div"),e=D("div"),i=D("div"),o&&o.c(),w(i,"class","content svelte-qz1wo5"),$(i,"unfolded",(p=n[1].state)==null?void 0:p.unfolded),w(e,"class","content__wrapper svelte-qz1wo5"),w(t,"class",r=Qe(at("content__container",n[1].className))+" svelte-qz1wo5"),w(t,"data-id",a=n[1].id),$(t,"disable",n[1].enabled===!1),$(t,"hide",n[5]),$(t,"withAnimation",n[0]),$(t,"unClickable",n[1].config.clickable===!1),z(t,"width",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0),z(t,"height",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0)},m(p,A){O(p,t,A),S(t,e),S(e,i),~s&&f[s].m(i,null),l=!0,c||(d=ye(t,"click",Rl(n[15])),c=!0)},p(p,A){var b;let g=s;s=m(p),s===g?~s&&f[s].p(p,A):(o&&(de(),L(f[g],1,1,()=>{f[g]=null}),he()),~s?(o=f[s],o?o.p(p,A):(o=f[s]=h[s](p),o.c()),E(o,1),o.m(i,null)):o=null),(!l||A&2)&&$(i,"unfolded",(b=p[1].state)==null?void 0:b.unfolded),(!l||A&2&&r!==(r=Qe(at("content__container",p[1].className))+" svelte-qz1wo5"))&&w(t,"class",r),(!l||A&2&&a!==(a=p[1].id))&&w(t,"data-id",a),(!l||A&2)&&$(t,"disable",p[1].enabled===!1),(!l||A&34)&&$(t,"hide",p[5]),(!l||A&3)&&$(t,"withAnimation",p[0]),(!l||A&2)&&$(t,"unClickable",p[1].config.clickable===!1),A&2&&z(t,"width",p[1].stickType==="Plane"||p[1].contentType==="MediaModel"?"100%":0),A&2&&z(t,"height",p[1].stickType==="Plane"||p[1].contentType==="MediaModel"?"100%":0)},i(p){l||(E(o),l=!0)},o(p){L(o),l=!1},d(p){p&&T(t),~s&&f[s].d(),c=!1,d()}}}function kP(n){let t,e,i,s,o,r,a;return e=new wP({props:{tag:Fe(n[1]),renderMap:n[3]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class",i=Qe(at("content__container",n[1].className))+" svelte-qz1wo5"),w(t,"data-id",s=n[1].id),$(t,"custom-tag-disable",n[1].enabled===!1),$(t,"custom-tag-hide",n[5])},m(l,c){O(l,t,c),ie(e,t,null),o=!0,r||(a=ye(t,"click",n[14]),r=!0)},p(l,c){const d={};c&2&&(d.tag=Fe(l[1])),c&8&&(d.renderMap=l[3]),e.$set(d),(!o||c&2&&i!==(i=Qe(at("content__container",l[1].className))+" svelte-qz1wo5"))&&w(t,"class",i),(!o||c&2&&s!==(s=l[1].id))&&w(t,"data-id",s),(!o||c&2)&&$(t,"custom-tag-disable",l[1].enabled===!1),(!o||c&34)&&$(t,"custom-tag-hide",l[5])},i(l){o||(E(e.$$.fragment,l),o=!0)},o(l){L(e.$$.fragment,l),o=!1},d(l){l&&T(t),ne(e),r=!1,a()}}}function MP(n){let t,e;return t=new pP({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function EP(n){let t,e;return t=new ZI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function xP(n){let t,e;return t=new uP({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function DP(n){let t,e;return t=new CI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function SP(n){let t,e;return t=new WI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function LP(n){let t,e;return t=new vI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function TP(n){let t,e;return t=new Vy({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function jP(n){let t,e,i,s,o;const r=[kP,PP,IP],a=[];function l(c,d){return d&10&&(t=null),t==null&&(t=!!(c[1].element||c[3].has(c[1].contentType))),t?0:c[4]?1:2}return e=l(n,-1),i=a[e]=r[e](n),{c(){i.c(),s=Ce()},m(c,d){a[e].m(c,d),O(c,s,d),o=!0},p(c,[d]){let h=e;e=l(c,d),e===h?a[e].p(c,d):(de(),L(a[h],1,1,()=>{a[h]=null}),he(),i=a[e],i?i.p(c,d):(i=a[e]=r[e](c),i.c()),E(i,1),i.m(s.parentNode,s))},i(c){o||(E(i),o=!0)},o(c){L(i),o=!1},d(c){a[e].d(c),c&&T(s)}}}function zP(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 OP(n,t,e){let i,s,o,r,a,l,{withAnimation:c=!1}=t,{tag:d}=t,{hooks:h}=t,{renderMap:f=new Map}=t,{state:m}=t,{mediaStore:p}=t,{temporaryState:A}=t;ar("hooks",h),ar("mediaStore",p);let g,b;function y(x){x?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}const I=x=>h.emit("click",{event:x,target:"TagContent",tag:d}),C=x=>h.emit("click",{event:x,target:"TagContent",tag:d});return n.$$set=x=>{"withAnimation"in x&&e(0,c=x.withAnimation),"tag"in x&&e(1,d=x.tag),"hooks"in x&&e(2,h=x.hooks),"renderMap"in x&&e(3,f=x.renderMap),"state"in x&&e(6,m=x.state),"mediaStore"in x&&e(7,p=x.mediaStore),"temporaryState"in x&&e(8,A=x.temporaryState)},n.$$.update=()=>{var x,k,B,G,N,U,R,_,W,F,Y;n.$$.dirty&2&&e(12,i=(x=d.state)==null?void 0:x.unfolded),n.$$.dirty&2&&e(11,s=(k=d.state)==null?void 0:k.visible),n.$$.dirty&322&&e(13,o=m.visible&&A.visible&&((B=d.state)==null?void 0:B.visible)),n.$$.dirty&2&&(r=d.id),n.$$.dirty&322&&e(5,a=!zP(d,m,A)),n.$$.dirty&8192&&y(o),n.$$.dirty&7682&&d.hooks&&(i!==void 0&&i!==b&&(e(10,b=i),i?(N=(G=d.hooks).emit)==null||N.call(G,"unfolded"):(R=d==null?void 0:(U=d.hooks).emit)==null||R.call(U,"folded")),s!==void 0&&s!==g&&(e(9,g=s),s?(W=(_=d.hooks).emit)==null||W.call(_,"show"):(Y=(F=d.hooks).emit)==null||Y.call(F,"hide"))),n.$$.dirty&2&&e(4,l=(()=>!(typeof d.config.unfoldedConfig=="object"&&d.config.unfoldedConfig.keep==="folded"))())},[c,d,h,f,l,a,m,p,A,g,b,s,i,o,I,C]}let Ku=class extends ae{constructor(t){super(),re(this,t,OP,jP,oe,{withAnimation:0,tag:1,hooks:2,renderMap:3,state:6,mediaStore:7,temporaryState:8},CP)}};function BP(n){fe(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 VP(n){let t,e,i,s,o,r,a,l,c,d,h,f;return s=new jt({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}}),c=new Xu({props:{icon:n[2],width:n[1]}}),c.$on("iconLoaded",n[7]),{c(){t=D("div"),e=D("div"),i=K(),se(s.$$.fragment),o=K(),r=D("div"),a=K(),l=D("div"),se(c.$$.fragment),w(e,"class","tag-point-click-helper svelte-7aiuwz"),w(r,"class","tag-unfolded-point svelte-7aiuwz"),z(r,"transition-delay",(n[3]?n[5]:0)+"ms"),w(l,"class","tag-folded-point svelte-7aiuwz"),z(l,"transition-delay",(n[3]?n[5]:0)+"ms"),w(t,"class","tag-point-wrapper svelte-7aiuwz"),$(t,"unfolded",n[0]),$(t,"folded",n[3])},m(m,p){O(m,t,p),S(t,e),S(t,i),ie(s,t,null),S(t,o),S(t,r),S(t,a),S(t,l),ie(c,l,null),d=!0,h||(f=ye(e,"click",n[4]),h=!0)},p(m,[p]){p&8&&z(r,"transition-delay",(m[3]?m[5]:0)+"ms");const A={};p&4&&(A.icon=m[2]),p&2&&(A.width=m[1]),c.$set(A),p&8&&z(l,"transition-delay",(m[3]?m[5]:0)+"ms"),(!d||p&1)&&$(t,"unfolded",m[0]),(!d||p&8)&&$(t,"folded",m[3])},i(m){d||(E(s.$$.fragment,m),E(c.$$.fragment,m),d=!0)},o(m){L(s.$$.fragment,m),L(c.$$.fragment,m),d=!1},d(m){m&&T(t),ne(s),ne(c),h=!1,f()}}}function RP(n,t,e){let i,s,o,r;const a=fi("hooks");let{tag:l}=t,c,d=!1;const h=()=>{c!==void 0&&clearTimeout(c),d=!0,c=setTimeout(()=>{d=!1},800)},f=A=>{d||a.emit("click",{event:A,target:"TagPoint",tag:l})},m=(()=>l.contentType==="Text"&&l.data.appearance==="plane"?500:800)();function p(A){rn.call(this,n,A)}return n.$$set=A=>{"tag"in A&&e(6,l=A.tag)},n.$$.update=()=>{var A,g,b,y;n.$$.dirty&64&&e(0,i=(A=l.state)==null?void 0:A.unfolded),n.$$.dirty&1&&e(3,s=!i),n.$$.dirty&64&&e(2,o=(b=(g=l.style)==null?void 0:g.point)!=null&&b.url?(y=l.style)==null?void 0:y.point:{url:kb}),n.$$.dirty&64&&e(1,r=(()=>{var x,k,B,G;const I=(k=(x=l.style)==null?void 0:x.point)==null?void 0:k.width;if(typeof I=="number")return I;const C=(G=(B=l.style)==null?void 0:B.point)==null?void 0:G.size;if(typeof C=="number")return C;if(C==="S")return 18;if(C==="M")return 20;if(C==="L")return 24;if(C==="XL")return 28})())},h(),[i,r,o,s,f,m,l,p]}class QP extends ae{constructor(t){super(),re(this,t,RP,VP,oe,{tag:6},BP)}}function GP(n){fe(n,"svelte-t2hepc",".tag.svelte-t2hepc{will-change:opacity}.tag.withAnimation.svelte-t2hepc{transition:opacity 0.2s linear}.tag.hide.svelte-t2hepc{opacity:0;pointer-events:none}.tag.hide.svelte-t2hepc *{pointer-events:none !important}.tag.unClickable.svelte-t2hepc{pointer-events:none !important}.tag.unClickable.svelte-t2hepc *{pointer-events:none !important}.tag.disable.svelte-t2hepc{display:none}.wrapper.svelte-t2hepc{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}")}function $u(n){let t,e,i,s,o,r,a,l,c,d;const h=[FP,NP],f=[];function m(b,y){return b[14]?0:1}i=m(n),s=f[i]=h[i](n);const p=[HP,_P],A=[];function g(b,y){return b[13]?0:1}return r=g(n),a=A[r]=p[r](n),{c(){t=D("div"),e=D("div"),s.c(),o=K(),a.c(),w(e,"class",l=Qe(at("wrapper",n[1].className?`${n[1].className}__wrapper`:void 0))+" svelte-t2hepc"),w(e,"data-tag-unfolded",n[9]),w(e,"data-tag-id",n[12]),w(e,"data-content-type",c=n[1].contentType),z(e,"left",n[8]),z(e,"top",n[7]),w(t,"class","tag svelte-t2hepc"),w(t,"data-tag-id",n[12]),$(t,"unClickable",n[1].config.clickable===!1),$(t,"disable",n[11]),$(t,"hide",n[10]),$(t,"withAnimation",n[0])},m(b,y){O(b,t,y),S(t,e),f[i].m(e,null),S(e,o),A[r].m(e,null),d=!0},p(b,y){let I=i;i=m(b),i===I?f[i].p(b,y):(de(),L(f[I],1,1,()=>{f[I]=null}),he(),s=f[i],s?s.p(b,y):(s=f[i]=h[i](b),s.c()),E(s,1),s.m(e,o));let C=r;r=g(b),r===C?A[r].p(b,y):(de(),L(A[C],1,1,()=>{A[C]=null}),he(),a=A[r],a?a.p(b,y):(a=A[r]=p[r](b),a.c()),E(a,1),a.m(e,null)),(!d||y&2&&l!==(l=Qe(at("wrapper",b[1].className?`${b[1].className}__wrapper`:void 0))+" svelte-t2hepc"))&&w(e,"class",l),(!d||y&512)&&w(e,"data-tag-unfolded",b[9]),(!d||y&4096)&&w(e,"data-tag-id",b[12]),(!d||y&2&&c!==(c=b[1].contentType))&&w(e,"data-content-type",c),y&256&&z(e,"left",b[8]),y&128&&z(e,"top",b[7]),(!d||y&4096)&&w(t,"data-tag-id",b[12]),(!d||y&2)&&$(t,"unClickable",b[1].config.clickable===!1),(!d||y&2048)&&$(t,"disable",b[11]),(!d||y&1024)&&$(t,"hide",b[10]),(!d||y&1)&&$(t,"withAnimation",b[0])},i(b){d||(E(s),E(a),d=!0)},o(b){L(s),L(a),d=!1},d(b){b&&T(t),f[i].d(),A[r].d()}}}function NP(n){let t;return{c(){t=D("div"),w(t,"data-info","tag point is disable")},m(e,i){O(e,t,i)},p:Z,i:Z,o:Z,d(e){e&&T(t)}}}function FP(n){let t,e;return t=new QP({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function _P(n){let t;return{c(){t=D("div"),w(t,"data-info","tag content is disable")},m(e,i){O(e,t,i)},p:Z,i:Z,o:Z,d(e){e&&T(t)}}}function HP(n){let t,e;return t=new Ku({props:{mediaStore:n[2],withAnimation:n[0],tag:Fe(n[1]),hooks:n[15],state:n[4],temporaryState:n[5],renderMap:n[3]}}),{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=Fe(i[1])),s&16&&(o.state=i[4]),s&32&&(o.temporaryState=i[5]),s&8&&(o.renderMap=i[3]),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function WP(n){let t,e,i=n[6]&&$u(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[6]?i?(i.p(s,o),o&64&&E(i,1)):(i=$u(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function YP(n,t,e){let i,s,o,r,a,l,c,d,h,{withAnimation:f=!1}=t,{tag:m}=t,{mediaStore:p}=t,{renderMap:A=new Map}=t,{state:g}=t,{temporaryState:b}=t;const y=fi("hooks");return n.$$set=I=>{"withAnimation"in I&&e(0,f=I.withAnimation),"tag"in I&&e(1,m=I.tag),"mediaStore"in I&&e(2,p=I.mediaStore),"renderMap"in I&&e(3,A=I.renderMap),"state"in I&&e(4,g=I.state),"temporaryState"in I&&e(5,b=I.temporaryState)},n.$$.update=()=>{var I,C,x;n.$$.dirty&2&&e(14,i=(()=>{var k,B;return!(((B=(k=m.style)==null?void 0:k.point)==null?void 0:B.enabled)===!1||m.contentType==="Sticker"||m.contentType==="Link"||m.contentType==="VRLink"||m.contentType==="PanoLink"||m.contentType==="Panorama"||m.contentType==="Audio"&&m.data.appearance==="plane")})()),n.$$.dirty&2&&e(13,s=(()=>m.stickType==="2DPoint")()),n.$$.dirty&2&&e(12,o=m.id),n.$$.dirty&2&&e(11,r=m.enabled===!1||!m.state),n.$$.dirty&2&&e(10,a=!((I=m.state)!=null&&I.visible)||((C=m.temporaryState)==null?void 0:C.visible)===!1||!m.screenPosition),n.$$.dirty&2&&e(9,l=(x=m.state)==null?void 0:x.unfolded),n.$$.dirty&2&&e(6,c=m.screenPosition),n.$$.dirty&64&&e(8,d=(c==null?void 0:c.leftPercent)+"%"),n.$$.dirty&64&&e(7,h=(c==null?void 0:c.topPercent)+"%")},[f,m,p,A,g,b,c,h,d,l,a,r,o,s,i,y]}class UP extends ae{constructor(t){super(),re(this,t,YP,WP,oe,{withAnimation:0,tag:1,mediaStore:2,renderMap:3,state:4,temporaryState:5},GP)}}function XP(n){fe(n,"svelte-p0nosq",".tag--container.svelte-p0nosq{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)}.withAnimation.svelte-p0nosq{transition:opacity 0.2s linear}.tag--container.hide.svelte-p0nosq{opacity:0;pointer-events:none}.tag--container.hide.svelte-p0nosq *{pointer-events:none !important}")}function ef(n,t,e){const i=n.slice();return i[7]=t[e],i}function tf(n){let t,e=[],i=new Map,s,o=n[1];const r=a=>a[7].id;for(let a=0;a<o.length;a+=1){let l=ef(n,o,a),c=r(l);i.set(c,e[a]=nf(c,l))}return{c(){t=D("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","tag--container svelte-p0nosq"),$(t,"hide",!n[4].visible||!n[5].visible),$(t,"withAnimation",n[0])},m(a,l){O(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&63&&(o=a[1],de(),e=Tt(e,l,r,1,a,o,i,t,mi,nf,null,ef),he()),(!s||l&48)&&$(t,"hide",!a[4].visible||!a[5].visible),(!s||l&1)&&$(t,"withAnimation",a[0])},i(a){if(!s){for(let l=0;l<o.length;l+=1)E(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);s=!1},d(a){a&&T(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function nf(n,t){let e,i,s;return i=new UP({props:{state:t[4],temporaryState:t[5],withAnimation:t[0],tag:t[7],mediaStore:t[2],renderMap:t[3]}}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(o,r){O(o,e,r),ie(i,o,r),s=!0},p(o,r){t=o;const a={};r&16&&(a.state=t[4]),r&32&&(a.temporaryState=t[5]),r&1&&(a.withAnimation=t[0]),r&2&&(a.tag=t[7]),r&4&&(a.mediaStore=t[2]),r&8&&(a.renderMap=t[3]),i.$set(a)},i(o){s||(E(i.$$.fragment,o),s=!0)},o(o){L(i.$$.fragment,o),s=!1},d(o){o&&T(e),ne(i,o)}}}function ZP(n){let t,e,i=n[4].enabled&&tf(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[4].enabled?i?(i.p(s,o),o&16&&E(i,1)):(i=tf(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function JP(n,t,e){let{withAnimation:i=!1}=t,{tags:s=[]}=t,{hooks:o}=t,{mediaStore:r}=t,{renderMap:a}=t,{state:l}=t,{temporaryState:c}=t;return ar("hooks",o),n.$$set=d=>{"withAnimation"in d&&e(0,i=d.withAnimation),"tags"in d&&e(1,s=d.tags),"hooks"in d&&e(6,o=d.hooks),"mediaStore"in d&&e(2,r=d.mediaStore),"renderMap"in d&&e(3,a=d.renderMap),"state"in d&&e(4,l=d.state),"temporaryState"in d&&e(5,c=d.temporaryState)},[i,s,r,a,l,c,o]}class qP extends ae{constructor(t){super(),re(this,t,JP,ZP,oe,{withAnimation:0,tags:1,hooks:6,mediaStore:2,renderMap:3,state:4,temporaryState:5},XP)}}const KP=new Fn.GLTFLoader;function $P(n){return new Promise((t,e)=>{function i(o){t(o)}function s(o){e(o)}KP.load(n,i,void 0,s)})}const e2=new Map,t2=new Map;class i2 extends q1{constructor(e){super(e);u(this,"group",new Q.Group);u(this,"renderMap",new Map);u(this,"imagePlaneGroup",new Q.Group);u(this,"gltfObjectGroup",new Q.Group);u(this,"enabledModelTagSet",new Set);u(this,"temporaryState",{visible:!0});u(this,"TagContainerSvelte");u(this,"loadModel",e=>H(this,null,function*(){var a;const i=e.data.modelUrl;if(!i)return;e.loading=!0;const s=$P(i).then(l=>{var h;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 Q.Matrix4().fromArray(e.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.getVisible(e),(h=this.getTagConfig(e).modelConfig)!=null&&h.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(),_t(e)){if(this.getRenderType(e)==="Mesh"&&!e.mediaPlane){const l=e.data.mediaPosition.map(Jt);e.mediaPlane=new vh(e.data.mediaData[0].url,e.data.mediaPosition.map(Jt),{objectFit:e.data.objectFit});const c=new Q.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){this.renderMap.set(e,{renderer:i})}clearTags(){this.tags.forEach(e=>{var i,s;(s=(i=e.mediaPlane)==null?void 0:i.parent)==null||s.remove(e.mediaPlane)}),this.tags=[],this.enabledModelTagSet.clear(),this.clearCache(),this.disposeAllCSS3DContainer(),this.updateRenderAllTags()}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,f,m;const s=i.data.mediaData[0];if(!s)return;const{url:o}=s;if(!o)return;i.mediaPlane&&!((f=(h=i.state)==null?void 0:h.visible)==null||f)&&i.mediaPlane instanceof Yr&&i.mediaPlane.pause();const r=i.position.map(Jt),a=this.getCurrentVisibleState(i),l=(()=>!!(i.mediaPlane&&!a))(),c=(()=>!!(!i.mediaPlane&&a))(),d=(()=>!!(i.mediaPlane&&i.mediaPlane.src!==o))();if((l||d)&&i.mediaPlane&&(this.imagePlaneGroup.remove(i.mediaPlane),i.mediaPlane.dispose(),i.mediaPlane.removeFromParent(),i.mediaPlane=void 0),c||d){const p=new Yr(o,r,{videoCoverSrc:s.videoCoverUrl,playButton:i.data.playIcon,paused:!((m=i.data.autoplayConfig)!=null&&m.autoplayVideo),objectFit:i.data.objectFit,videoTextureMap:e2,ImageTextureMap:t2,domEvents:this.domEvents});p.onVideoReady=g=>{g.addEventListener("play",()=>this.mediaStore.set({currentMediaElement:p.videoInstance}))};const A=g=>(this.five.on("renderFrame",g),()=>this.five.off("renderFrame",g));p.initialRenderHooks(A),i.mediaPlane=p,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(Jt),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 vh(s,o,{objectFit:i.data.objectFit}),this.getTagConfig(i).clickable!==!1&&this.domEvents.addAutoBindEventListener(i.mediaPlane,"click",d=>{this.hooks.emit("click",{tag:i,target:"TagContent",event:d.origDomEvent})}),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:d}=i.tag3DContentSvelte;if(a.$set({tag:i,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!c.equals(d)){const h=new Q.Quaternion().setFromUnitVectors(c,d);l.css3DObject.setRotationFromQuaternion(h)}return}else{if(_t(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=tr(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),d=V({wrapperStyle:{zIndex:this.calculateTagZIndex(i).toString()}},c.tag3DConfig);if(this.getRenderType(i)==="BehindDom"||d.mode==="behind"){d.mode="behind",d.container=document.createElement("div");const m="black";d.container.style.backgroundColor=m,d.container.style.border=`3px solid ${m}`,this.css3DRenderPlugin.hooks.on("render",()=>{var p;if(h.css3DObject.opacityMesh&&c.clickable!==!1){const A=this.addObjectClickHandler(i,h.css3DObject.opacityMesh,g=>{this.hooks.emit("click",{event:g,target:"TagContent",tag:i})});(p=this.store.css3DRenderDisposer.get(i.id))==null||p.push(A)}})}const h=this.css3DRenderPlugin.create3DDomContainer(a,d);if(!h)return;this.store.css3DRenderDisposer.set(i.id,[h.dispose]);const f=new Ku({target:h.container,props:{tag:i,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}});i.tag3DContentSvelte={svelteApp:f,domContainer:h,css3DInstance:h,initialNormal:l,currentNormal:l,dispose:()=>{f.$destroy(),h.dispose()}},_t(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 A,g,b;const s=(g=(A=this.getTagConfig(e).tag3DConfig)==null?void 0:A.ratio)!=null?g:.00216,o=(b=e.tag3DContentSvelte)==null?void 0:b.css3DInstance.css3DObject;if(!o)return;const r=_t(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 Q.Vector3().fromArray(r[0]),c=new Q.Vector3().fromArray(r[2]),d=hi(l,c).add(new Q.Vector3(0,0,5e-4)),h=new Q.Matrix4().setPosition(d),f=new Q.Matrix4().makeScale(s,s,s),m=new Q.Matrix4().multiply(a).multiply(h).multiply(f);m.decompose(o.position,o.quaternion,o.scale);const p=o.opacityMesh;p&&m.decompose(p.position,p.quaternion,p.scale)}addMediaModelTag(e){return H(this,null,function*(){const i=e.filter(S1).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:!0};if(i.__Object__=o,!s&&i.screenPosition?(o.inAnimation=!0,o.timeoutId=setTimeout(()=>{this.getCurrentVisibleState(i)||(o.inAnimation=!1,i.screenPosition=null,this.updateDomView())},1e3)):o.timeoutId&&(o.inAnimation=!1,clearTimeout(o.timeoutId)),!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;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 qP({target:r,props:{hooks:this.hooks,tags:i,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore,renderMap:this.renderMap,withAnimation:(o=e==null?void 0:e.withAnimation)!=null?o:this.store.visibleWithAnimation}})}}}function n2(n){return H(this,null,function*(){return new Promise(t=>{s2(n)?t():n.once("modelLoaded",()=>t())})})}function s2(n){return n.model.loaded}const sf="Dnalogel-PanoTagPlugin",o2=n=>`${sf}--${n}`;class ko extends i2{constructor(e,i){super(e);u(this,"state",{enabled:!0,visible:!0});u(this,"params");u(this,"debug");u(this,"changeTagModel",(e,i)=>H(this,null,function*(){e.data=Ge({},e.data,i),yield this.loadModel(e),this.updateRenderAllTags()}));u(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"}});u(this,"updateVisible",()=>{const e=this.five.getCurrentState().mode;this.tags.forEach(i=>{_t(i)&&e!=="Panorama"&&this.changeTagMode(i,"behind")}),this.setVisible(),this.updateRenderAllTags()});u(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()});u(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())});u(this,"handleFiveCameraUpdate",()=>{this.updatePointTagPosition()});u(this,"handleFivePanoArrived",()=>H(this,null,function*(){this.setVisible(),this.updatePointTagPosition(),yield this.setVisibleAndUnfolded(),this.tags.forEach(e=>{e.temporaryState=me(V({},e.temporaryState),{visible:!0})}),this.tags.filter(D1).filter(e=>{var i;return(i=this.getTagConfig(e).modelConfig)==null?void 0:i.autoLookAtEnabled}).forEach(e=>{var c;const i=new P.Mesh(new P.BoxGeometry,new P.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=Ki();l.onUpdate(({progress:d})=>{s.quaternion.copy(r.clone().slerp(a,d))}),l.play()}),this.store.visibleWithAnimation=!0,this.updateTagContainerVisible(),this.updateRenderAllTags()}));u(this,"handleFiveModelShownFloorChange",()=>{this.setVisible(),this.updateRenderAllTags()});u(this,"onFiveEveryReady",()=>{this.setUnfoldedByCamera(),qi(this.five.getCurrentState().mode)&&(this.setTagZIndex(this.filterPointTag),this.setVisible(),this.setPointTagPosition()),this.updateDomView({withAnimation:!0}),this.updateRenderVideoPlane(),this.updateRenderImagePlane(),this.updateTagModelVisible()});this.params=Ge({},{debug:!1,config:this.config},V({},i)),this.debug=this.params.debug,this.config=this.params.config,R1(1,{namespace:Hr.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 H(this,null,function*(){var o,r;this.clearTags(),console.debug(sf," load:",{data:JSON.parse(JSON.stringify(e))}),this.config=Ge({},this.config,{globalConfig:(o=e.globalConfig)!=null?o:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}});const s=yield this.addTag(e.tagList,i);if(this.debug)try{k1(this.five,this.tags)}catch(a){console.error(a)}return s})}addTag(e,i){return H(this,null,function*(){const o=(Array.isArray(e)?e:[e]).filter(r=>r.position).map(r=>{var h,f,m;const a=this.getTagConfig(r),l=JSON.parse(JSON.stringify(r.data)),c=r.config;return r.config=a,me(V({},r),{enabled:(h=r.enabled)!=null?h:!0,id:(f=r.id)!=null?f:st(),data:(m=a.initialData)!=null&&m.important?Ge(r.data,l,a.initialData):Ge(r.data,a.initialData,l),state:V({visible:void 0,unfolded:!this.can("fold",r)},a.initialState),hooks:new ve.Subscribe,originPosition:r.position,position:(()=>{const p=this.getTransformedPostion(r.position);return Array.isArray(p)?p.map(g=>g.toArray()):p.toArray()})(),initialConfig:c,config:a,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(B1),this.tags.push(...o),n2(this.five).then(()=>H(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=Ge({},this.config,e):this.config=e,this.updateTagConfig(),this.updateRenderAllTags()}changeGlobalConfig(e,i=!0){i?this.config.globalConfig=Ge({},this.config.globalConfig,e):this.config.globalConfig=e,this.updateTagConfig(),this.updateRenderAllTags()}changeContentTypeConfig(e,i,s=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),s?this.config.contentTypeConfig[e]=Ge({},this.config.contentTypeConfig[e],i):this.config.contentTypeConfig[e]=i,this.updateTagConfig(),this.updateRenderAllTags()}show(e){return H(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 H(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=V({},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=Jt(i))}changeDataById(e,i,s=!0){const o=this.getTagById(e);let r=!1;o&&(o.data&&(r=!0),s?o.data=Ge(o.data,i):o.data=V(V({},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&&(i.data&&(r=!0),s?Ge(o,i):Object.assign(o,i),o!=null&&o.tag3DContentSvelte&&(i!=null&&i.normal)&&(o.tag3DContentSvelte.currentNormal=Jt(i.normal)),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.updateRenderAllTags()}setVisibleAndUnfolded(){return H(this,arguments,function*({withAnimation:e}={withAnimation:!1}){return 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=()=>{s||(s=!0,e.ready().then(()=>{this.onFiveEveryReady(),s=!1}))};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}=ch(z1(()=>{this.store.resizeObserverDisposer&&s()},500),e),{observe:a,unobserve:l}=ch(j1(()=>i(),400),e);return o(),a(),()=>{r(),l()}}setUnfoldedByCamera(){let e=!1;this.filterPointTag.forEach(i=>{const s=this.getUnfoldedByCamera(i);i.state&&s!==void 0&&(s===!0&&(e=!0),i.state.unfolded=s)}),e&&this.filterPointTag.forEach(i=>{const s=this.getTagConfig(i).unfoldedConfig;typeof s=="object"&&(s.autoUnfold||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(d=>d==null?void 0:d()),e.tag3DContentSvelte=void 0)}}const r2=(n,t)=>new ko(n,t);function a2(n){fe(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 of(n){let t,e;return{c(){t=D("div"),e=xe(n[0]),w(t,"class","guide-line__tag-text svelte-4qjwer"),z(t,"border-image-source",`url(${n[6]})`)},m(i,s){O(i,t,s),S(t,e)},p(i,s){s&1&&Se(e,i[0])},d(i){i&&T(t)}}}function rf(n){let t,e,i,s,o=n[5]("全程")+"",r,a,l=n[5]("米")+"",c,d,h,f,m,p,A=n[4]&&af(n);return{c(){t=D("div"),A&&A.c(),e=K(),i=D("div"),s=D("span"),r=xe(o),a=xe(n[2]),c=xe(l),d=K(),h=D("span"),f=xe(n[0]),m=K(),p=D("div"),w(s,"class","distance svelte-4qjwer"),w(h,"class","name svelte-4qjwer"),w(i,"class","distance-and-name svelte-4qjwer"),w(p,"class","border svelte-4qjwer"),w(t,"class","text-with-distance svelte-4qjwer")},m(g,b){O(g,t,b),A&&A.m(t,null),S(t,e),S(t,i),S(i,s),S(s,r),S(s,a),S(s,c),S(i,d),S(i,h),S(h,f),S(t,m),S(t,p)},p(g,b){g[4]?A?A.p(g,b):(A=af(g),A.c(),A.m(t,e)):A&&(A.d(1),A=null),b&32&&o!==(o=g[5]("全程")+"")&&Se(r,o),b&4&&Se(a,g[2]),b&32&&l!==(l=g[5]("米")+"")&&Se(c,l),b&1&&Se(f,g[0])},d(g){g&&T(t),A&&A.d()}}}function af(n){let t,e;return{c(){t=D("span"),e=xe(n[4]),w(t,"class","line-name svelte-4qjwer")},m(i,s){O(i,t,s),S(t,e)},p(i,s){s&16&&Se(e,i[4])},d(i){i&&T(t)}}}function l2(n){let t,e,i,s,o,r,a,l,c,d=n[0]&&!n[2]&&of(n),h=n[2]&&rf(n);return{c(){t=D("div"),e=D("div"),i=K(),s=D("div"),o=K(),r=D("div"),a=D("div"),l=K(),d&&d.c(),c=K(),h&&h.c(),w(e,"class","guide-line__tag-point svelte-4qjwer"),w(s,"class","guide-line__tag-line svelte-4qjwer"),w(a,"class","guide-line__tag-icon svelte-4qjwer"),z(a,"background-image",`url(${n[1]})`),w(r,"class","guide-line__tag-content svelte-4qjwer"),w(t,"class","guide-line__tag svelte-4qjwer"),z(t,"opacity",n[3])},m(f,m){O(f,t,m),S(t,e),S(t,i),S(t,s),S(t,o),S(t,r),S(r,a),S(r,l),d&&d.m(r,null),S(r,c),h&&h.m(r,null)},p(f,[m]){m&2&&z(a,"background-image",`url(${f[1]})`),f[0]&&!f[2]?d?d.p(f,m):(d=of(f),d.c(),d.m(r,c)):d&&(d.d(1),d=null),f[2]?h?h.p(f,m):(h=rf(f),h.c(),h.m(r,null)):h&&(h.d(1),h=null),m&8&&z(t,"opacity",f[3])},i:Z,o:Z,d(f){f&&T(t),d&&d.d(),h&&h.d()}}}function c2(n,t,e){let{text:i=""}=t,{icon_url:s=""}=t,{distance:o=0}=t,{opacity:r=1}=t,{name:a=""}=t,{i18n:l=d=>d}=t;const c="data:image/png;base64,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";return n.$$set=d=>{"text"in d&&e(0,i=d.text),"icon_url"in d&&e(1,s=d.icon_url),"distance"in d&&e(2,o=d.distance),"opacity"in d&&e(3,r=d.opacity),"name"in d&&e(4,a=d.name),"i18n"in d&&e(5,l=d.i18n)},[i,s,o,r,a,l,c]}class d2 extends ae{constructor(t){super(),re(this,t,c2,l2,oe,{text:0,icon_url:1,distance:2,opacity:3,name:4,i18n:5},a2)}}function h2(n){return n.length===0?[]:n.filter((t,e)=>t!==n[e-1])}const u2=`
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 _y(n){let t,e,i;return{c(){t=D("button"),w(t,"class","sc-carousel-button sc-carousel-dot__dot svelte-1mgyhhn"),$(t,"sc-carousel-dot__dot_active",n[0])},m(s,o){O(s,t,o),e||(i=ye(t,"click",n[1]),e=!0)},p(s,[o]){o&1&&$(t,"sc-carousel-dot__dot_active",s[0])},i:Z,o:Z,d(s){s&&T(t),e=!1,i()}}}function Hy(n,t,e){let{active:i=!1}=t;function s(o){rn.call(this,n,o)}return n.$$set=o=>{"active"in o&&e(0,i=o.active)},[i,s]}class Wy extends ae{constructor(t){super(),re(this,t,Hy,_y,oe,{active:0},Fy)}}function Yy(n){fe(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 Rh(n,t,e){const i=n.slice();return i[5]=t[e],i[7]=e,i}function Qh(n,t){let e,i,s,o;function r(){return t[3](t[7])}return i=new Wy({props:{active:t[1]===t[7]}}),i.$on("click",r),{key:n,first:null,c(){e=D("div"),se(i.$$.fragment),s=K(),w(e,"class","sc-carousel-dots__dot-container svelte-670fde"),this.first=e},m(a,l){O(a,e,l),ie(i,e,null),S(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||(E(i.$$.fragment,a),o=!0)},o(a){L(i.$$.fragment,a),o=!1},d(a){a&&T(e),ne(i)}}}function Uy(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=Rh(n,o,a),c=r(l);i.set(c,e[a]=Qh(c,l))}return{c(){t=D("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","sc-carousel-dots__container svelte-670fde")},m(a,l){O(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]),de(),e=Tt(e,l,r,1,a,o,i,t,mi,Qh,null,Rh),he())},i(a){if(!s){for(let l=0;l<o.length;l+=1)E(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);s=!1},d(a){a&&T(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function Xy(n,t,e){const i=_s();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 Zy extends ae{constructor(t){super(),re(this,t,Xy,Uy,oe,{pagesCount:0,currentPageIndex:1},Yy)}}const kn="prev",bi="next";function Jy(n){fe(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 qy(n){let t,e,i,s;return{c(){t=D("button"),e=D("i"),w(e,"class","sc-carousel-arrow__arrow svelte-1bftafx"),$(e,"sc-carousel-arrow__arrow-next",n[0]===bi),$(e,"sc-carousel-arrow__arrow-prev",n[0]===kn),w(t,"class","sc-carousel-button sc-carousel-arrow__circle svelte-1bftafx"),$(t,"sc-carousel-arrow__circle_disabled",n[1])},m(o,r){O(o,t,r),S(t,e),i||(s=ye(t,"click",n[2]),i=!0)},p(o,[r]){r&1&&$(e,"sc-carousel-arrow__arrow-next",o[0]===bi),r&1&&$(e,"sc-carousel-arrow__arrow-prev",o[0]===kn),r&2&&$(t,"sc-carousel-arrow__circle_disabled",o[1])},i:Z,o:Z,d(o){o&&T(t),i=!1,s()}}}function Ky(n,t,e){let{direction:i=bi}=t,{disabled:s=!1}=t;function o(r){rn.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 Gh extends ae{constructor(t){super(),re(this,t,Ky,qy,oe,{direction:0,disabled:1},Jy)}}function $y(n){fe(n,"svelte-i7yfid",".sc-carousel-progress__indicator.svelte-i7yfid{height:100%;background-color:var(--sc-color-hex-dark-50p)}")}function ew(n){let t;return{c(){t=D("div"),w(t,"class","sc-carousel-progress__indicator svelte-i7yfid"),z(t,"width",n[0]+"%")},m(e,i){O(e,t,i)},p(e,[i]){i&1&&z(t,"width",e[0]+"%")},i:Z,o:Z,d(e){e&&T(t)}}}const Nh=100;function tw(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*Nh,0),Nh))},[i,s]}class iw extends ae{constructor(t){super(),re(this,t,tw,ew,oe,{value:1},$y)}}function nw(n,t){n.addEventListener("mousedown",t),n.addEventListener("touchstart",t,{passive:!0})}function sw(n,t){n.removeEventListener("mousedown",t),n.removeEventListener("touchstart",t)}function ow(n,t){n.addEventListener("mouseup",t),n.addEventListener("touchend",t)}function Fh(n,t){n.removeEventListener("mouseup",t),n.removeEventListener("touchend",t)}function rw(n,t){n.addEventListener("mousemove",t),n.addEventListener("touchmove",t)}function _h(n,t){n.removeEventListener("mousemove",t),n.removeEventListener("touchmove",t)}function Jr(n){return function(t,e){n.dispatchEvent(new CustomEvent(t,{detail:e}))}}const aw=110,lw=9,cw=111,dw=20;function qr(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 hw(n,{thresholdProvider:t}){const e=Jr(n);let i,s,o=0,r,a=!1;function l(){return Date.now()-r>=cw&&Math.abs(o)>=dw}function c(f){r=Date.now(),o=0,a=!0;const m=qr(f);i=m.x,s=m.y,e("swipeStart",{x:i,y:s}),rw(window,d),ow(window,h)}function d(f){if(!a)return;const m=qr(f),p=m.x-i,A=m.y-s;i=m.x,s=m.y,e("swipeMove",{x:i,y:s,dx:p,dy:A}),p!==0&&Math.sign(p)!==Math.sign(o)&&(o=0),o+=p,Math.abs(o)>t()&&(e("swipeThresholdReached",{direction:o>0?kn:bi}),Fh(window,h),_h(window,d))}function h(f){if(Fh(window,h),_h(window,d),a=!1,!l()){e("swipeFailed");return}const m=qr(f);e("swipeEnd",{x:m.x,y:m.y})}return nw(n,c),{destroy(){sw(n,c)}}}function uw(n,t){n.addEventListener("mouseenter",t)}function fw(n,t){n.removeEventListener("mouseenter",t)}function mw(n,t){n.addEventListener("mouseleave",t)}function Hh(n,t){n.removeEventListener("mouseleave",t)}function gw(n){const t=Jr(n);function e(){mw(n,i),t("hovered",{value:!0})}function i(){t("hovered",{value:!1}),Hh(n,i)}return uw(n,e),{destroy(){fw(n,e),Hh(n,i)}}}const pw=(n,t)=>{const e=t.x-n.x,i=t.y-n.y;return Math.sqrt(e*e+i*i)};function Mn(n,t,e){return Math.max(n,Math.min(t,e))}function Aw(n,t){n.addEventListener("touchstart",t,{passive:!0})}function vw(n,t){n.removeEventListener("touchstart",t)}function bw(n,t){n.addEventListener("touchend",t)}function Wh(n,t){n.removeEventListener("touchend",t)}function yw(n){const t=Jr(n);let e=0,i={x:0,y:0};function s({tapEndedAt:a,tapEndedPos:l}){const c=a-e,d=pw(i,l);return c<=aw&&d<=lw}function o(a){e=Date.now();const l=a.touches[0];i={x:l.clientX,y:l.clientY},bw(n,r)}function r(a){Wh(n,r);const l=a.changedTouches[0];s({tapEndedAt:Date.now(),tapEndedPos:{x:l.clientX,y:l.clientY}})&&t("tapped")}return Aw(n,o),{destroy(){vw(n,o),Wh(n,r)}}}function ww({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:s}){return n===t-e?0:n===0?Yh({particlesCountWithoutClones:t-i,particlesToScroll:s})-1:Math.floor((n-e)/s)}function Cw({currentParticleIndex:n,particlesToScroll:t}){return Math.ceil(n/t)}function Iw({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,infinite:s,particlesToScroll:o}){return s?ww({currentParticleIndex:n,particlesCount:t,clonesCountHead:e,clonesCountTotal:i,particlesToScroll:o}):Cw({currentParticleIndex:n,particlesToScroll:o})}function Yh({particlesCountWithoutClones:n,particlesToScroll:t}){return Math.ceil(n/t)}function Pw({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e}){const i=Uh({particlesCountWithoutClones:n,particlesToScroll:t,particlesToShow:e});return Math.ceil(n/t)-i}function kw({infinite:n,particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i}){return n?Yh({particlesCountWithoutClones:t,particlesToScroll:e}):Pw({particlesCountWithoutClones:t,particlesToScroll:e,particlesToShow:i})}function Mw({pageIndex:n,clonesCountHead:t,clonesCountTail:e,particlesToScroll:i,particlesCount:s}){return Mn(0,Math.min(t+n*i,s-e),s-1)}function Ew({pageIndex:n,particlesToScroll:t,particlesCount:e,particlesToShow:i}){return Mn(0,Math.min(n*t,e-i),e-1)}function Kr({infinite:n,pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o,particlesToShow:r}){return n?Mw({pageIndex:t,clonesCountHead:e,clonesCountTail:i,particlesToScroll:s,particlesCount:o}):Ew({pageIndex:t,particlesToScroll:s,particlesCount:o,particlesToShow:r})}function xw({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 Uh({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 Dw(n){return new ResizeObserver(t=>{n({width:t[0].contentRect.width})})}function Sw({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 Lw({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 Tw({infinite:n,particlesToShow:t,partialPageSize:e}){const i=n?{head:Math.ceil(e||t),tail:Math.ceil(t)}:{head:0,tail:0};return me(V({},i),{total:i.head+i.tail})}const is=(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},$r=n=>t=>{n[t]&&n[t]()};var jw="Expected a function",Xh="__lodash_hash_undefined__",Zh=1/0,zw="[object Function]",Ow="[object GeneratorFunction]",Bw="[object Symbol]",Vw=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Rw=/^\w*$/,Qw=/^\./,Gw=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Nw=/[\\^$.*+?()[\]{}|]/g,Fw=/\\(\\)?/g,_w=/^\[object .+?Constructor\]$/,Hw=typeof kt=="object"&&kt&&kt.Object===Object&&kt,Ww=typeof self=="object"&&self&&self.Object===Object&&self,ea=Hw||Ww||Function("return this")();function Yw(n,t){return n==null?void 0:n[t]}function Uw(n){var t=!1;if(n!=null&&typeof n.toString!="function")try{t=!!(n+"")}catch(e){}return t}var Xw=Array.prototype,Zw=Function.prototype,Jh=Object.prototype,ta=ea["__core-js_shared__"],qh=function(){var n=/[^.]+$/.exec(ta&&ta.keys&&ta.keys.IE_PROTO||"");return n?"Symbol(src)_1."+n:""}(),Kh=Zw.toString,ia=Jh.hasOwnProperty,$h=Jh.toString,Jw=RegExp("^"+Kh.call(ia).replace(Nw,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),eu=ea.Symbol,qw=Xw.splice,Kw=nu(ea,"Map"),ns=nu(Object,"create"),tu=eu?eu.prototype:void 0,iu=tu?tu.toString:void 0;function Bi(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 $w(){this.__data__=ns?ns(null):{}}function eC(n){return this.has(n)&&delete this.__data__[n]}function tC(n){var t=this.__data__;if(ns){var e=t[n];return e===Xh?void 0:e}return ia.call(t,n)?t[n]:void 0}function iC(n){var t=this.__data__;return ns?t[n]!==void 0:ia.call(t,n)}function nC(n,t){var e=this.__data__;return e[n]=ns&&t===void 0?Xh:t,this}Bi.prototype.clear=$w,Bi.prototype.delete=eC,Bi.prototype.get=tC,Bi.prototype.has=iC,Bi.prototype.set=nC;function En(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 sC(){this.__data__=[]}function oC(n){var t=this.__data__,e=vo(t,n);if(e<0)return!1;var i=t.length-1;return e==i?t.pop():qw.call(t,e,1),!0}function rC(n){var t=this.__data__,e=vo(t,n);return e<0?void 0:t[e][1]}function aC(n){return vo(this.__data__,n)>-1}function lC(n,t){var e=this.__data__,i=vo(e,n);return i<0?e.push([n,t]):e[i][1]=t,this}En.prototype.clear=sC,En.prototype.delete=oC,En.prototype.get=rC,En.prototype.has=aC,En.prototype.set=lC;function Vi(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 cC(){this.__data__={hash:new Bi,map:new(Kw||En),string:new Bi}}function dC(n){return bo(this,n).delete(n)}function hC(n){return bo(this,n).get(n)}function uC(n){return bo(this,n).has(n)}function fC(n,t){return bo(this,n).set(n,t),this}Vi.prototype.clear=cC,Vi.prototype.delete=dC,Vi.prototype.get=hC,Vi.prototype.has=uC,Vi.prototype.set=fC;function vo(n,t){for(var e=n.length;e--;)if(PC(n[e][0],t))return e;return-1}function mC(n,t){t=vC(t,n)?[t]:AC(t);for(var e=0,i=t.length;n!=null&&e<i;)n=n[CC(t[e++])];return e&&e==i?n:void 0}function gC(n){if(!ou(n)||yC(n))return!1;var t=kC(n)||Uw(n)?Jw:_w;return t.test(IC(n))}function pC(n){if(typeof n=="string")return n;if(sa(n))return iu?iu.call(n):"";var t=n+"";return t=="0"&&1/n==-Zh?"-0":t}function AC(n){return su(n)?n:wC(n)}function bo(n,t){var e=n.__data__;return bC(t)?e[typeof t=="string"?"string":"hash"]:e.map}function nu(n,t){var e=Yw(n,t);return gC(e)?e:void 0}function vC(n,t){if(su(n))return!1;var e=typeof n;return e=="number"||e=="symbol"||e=="boolean"||n==null||sa(n)?!0:Rw.test(n)||!Vw.test(n)||t!=null&&n in Object(t)}function bC(n){var t=typeof n;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?n!=="__proto__":n===null}function yC(n){return!!qh&&qh in n}var wC=na(function(n){n=EC(n);var t=[];return Qw.test(n)&&t.push(""),n.replace(Gw,function(e,i,s,o){t.push(s?o.replace(Fw,"$1"):i||e)}),t});function CC(n){if(typeof n=="string"||sa(n))return n;var t=n+"";return t=="0"&&1/n==-Zh?"-0":t}function IC(n){if(n!=null){try{return Kh.call(n)}catch(t){}try{return n+""}catch(t){}}return""}function na(n,t){if(typeof n!="function"||t&&typeof t!="function")throw new TypeError(jw);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(na.Cache||Vi),e}na.Cache=Vi;function PC(n,t){return n===t||n!==n&&t!==t}var su=Array.isArray;function kC(n){var t=ou(n)?$h.call(n):"";return t==zw||t==Ow}function ou(n){var t=typeof n;return!!n&&(t=="object"||t=="function")}function MC(n){return!!n&&typeof n=="object"}function sa(n){return typeof n=="symbol"||MC(n)&&$h.call(n)==Bw}function EC(n){return n==null?"":pC(n)}function xC(n,t,e){var i=n==null?void 0:mC(n,t);return i===void 0?e:i}var yo=xC,wo={},DC={get exports(){return wo},set exports(n){wo=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]",d="[object Function]",h="[object GeneratorFunction]",f="[object Map]",m="[object Number]",p="[object Object]",A="[object Promise]",g="[object RegExp]",b="[object Set]",y="[object String]",I="[object Symbol]",C="[object WeakMap]",x="[object ArrayBuffer]",k="[object DataView]",B="[object Float32Array]",G="[object Float64Array]",N="[object Int8Array]",U="[object Int16Array]",R="[object Int32Array]",_="[object Uint8Array]",W="[object Uint8ClampedArray]",F="[object Uint16Array]",Y="[object Uint32Array]",q=/[\\^$.*+?()[\]{}|]/g,J=/\w*$/,ee=/^\[object .+?Constructor\]$/,ue=/^(?:0|[1-9]\d*)$/,le={};le[o]=le[r]=le[x]=le[k]=le[a]=le[l]=le[B]=le[G]=le[N]=le[U]=le[R]=le[f]=le[m]=le[p]=le[g]=le[b]=le[y]=le[I]=le[_]=le[W]=le[F]=le[Y]=!0,le[c]=le[d]=le[C]=!1;var Pe=typeof kt=="object"&&kt&&kt.Object===Object&&kt,ke=typeof self=="object"&&self&&self.Object===Object&&self,be=Pe||ke||Function("return this")(),Ve=t&&!t.nodeType&&t,we=Ve&&!0&&n&&!n.nodeType&&n,Ue=we&&we.exports===Ve;function ge(v,M){return v.set(M[0],M[1]),v}function Ie(v,M){return v.add(M),v}function ze(v,M){for(var j=-1,X=v?v.length:0;++j<X&&M(v[j],j,v)!==!1;);return v}function pe(v,M){for(var j=-1,X=M.length,Me=v.length;++j<X;)v[Me+j]=M[j];return v}function tt(v,M,j,X){var Me=-1,Ae=v?v.length:0;for(X&&Ae&&(j=v[++Me]);++Me<Ae;)j=M(j,v[Me],Me,v);return j}function mt(v,M){for(var j=-1,X=Array(v);++j<v;)X[j]=M(j);return X}function De(v,M){return v==null?void 0:v[M]}function lt(v){var M=!1;if(v!=null&&typeof v.toString!="function")try{M=!!(v+"")}catch(j){}return M}function ce(v){var M=-1,j=Array(v.size);return v.forEach(function(X,Me){j[++M]=[Me,X]}),j}function Ee(v,M){return function(j){return v(M(j))}}function We(v){var M=-1,j=Array(v.size);return v.forEach(function(X){j[++M]=X}),j}var vt=Array.prototype,si=Function.prototype,Ct=Object.prototype,It=be["__core-js_shared__"],Re=function(){var v=/[^.]+$/.exec(It&&It.keys&&It.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),He=si.toString,Ke=Ct.hasOwnProperty,zt=Ct.toString,as=RegExp("^"+He.call(Ke).replace(q,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Wt=Ue?be.Buffer:void 0,wi=be.Symbol,Qi=be.Uint8Array,bt=Ee(Object.getPrototypeOf,Object),Ln=Object.create,Tn=Ct.propertyIsEnumerable,wa=vt.splice,ls=Object.getOwnPropertySymbols,jn=Wt?Wt.isBuffer:void 0,So=Ee(Object.keys,Object),zn=Bt(be,"DataView"),Gi=Bt(be,"Map"),Ot=Bt(be,"Promise"),On=Bt(be,"Set"),cs=Bt(be,"WeakMap"),Ni=Bt(Object,"create"),ds=gt(zn),Fi=gt(Gi),hs=gt(Ot),us=gt(On),fs=gt(cs),Ci=wi?wi.prototype:void 0,Lo=Ci?Ci.valueOf:void 0;function oi(v){var M=-1,j=v?v.length:0;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Ca(){this.__data__=Ni?Ni(null):{}}function Ia(v){return this.has(v)&&delete this.__data__[v]}function Pa(v){var M=this.__data__;if(Ni){var j=M[v];return j===i?void 0:j}return Ke.call(M,v)?M[v]:void 0}function To(v){var M=this.__data__;return Ni?M[v]!==void 0:Ke.call(M,v)}function ms(v,M){var j=this.__data__;return j[v]=Ni&&M===void 0?i:M,this}oi.prototype.clear=Ca,oi.prototype.delete=Ia,oi.prototype.get=Pa,oi.prototype.has=To,oi.prototype.set=ms;function it(v){var M=-1,j=v?v.length:0;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function ka(){this.__data__=[]}function Ma(v){var M=this.__data__,j=Vn(M,v);if(j<0)return!1;var X=M.length-1;return j==X?M.pop():wa.call(M,j,1),!0}function Ea(v){var M=this.__data__,j=Vn(M,v);return j<0?void 0:M[j][1]}function xa(v){return Vn(this.__data__,v)>-1}function Da(v,M){var j=this.__data__,X=Vn(j,v);return X<0?j.push([v,M]):j[X][1]=M,this}it.prototype.clear=ka,it.prototype.delete=Ma,it.prototype.get=Ea,it.prototype.has=xa,it.prototype.set=Da;function ct(v){var M=-1,j=v?v.length:0;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Sa(){this.__data__={hash:new oi,map:new(Gi||it),string:new oi}}function La(v){return Hi(this,v).delete(v)}function Ta(v){return Hi(this,v).get(v)}function ja(v){return Hi(this,v).has(v)}function za(v,M){return Hi(this,v).set(v,M),this}ct.prototype.clear=Sa,ct.prototype.delete=La,ct.prototype.get=Ta,ct.prototype.has=ja,ct.prototype.set=za;function yt(v){this.__data__=new it(v)}function Oa(){this.__data__=new it}function Ba(v){return this.__data__.delete(v)}function Va(v){return this.__data__.get(v)}function Ra(v){return this.__data__.has(v)}function Qa(v,M){var j=this.__data__;if(j instanceof it){var X=j.__data__;if(!Gi||X.length<e-1)return X.push([v,M]),this;j=this.__data__=new ct(X)}return j.set(v,M),this}yt.prototype.clear=Oa,yt.prototype.delete=Ba,yt.prototype.get=Va,yt.prototype.has=Ra,yt.prototype.set=Qa;function Bn(v,M){var j=vs(v)||Qn(v)?mt(v.length,String):[],X=j.length,Me=!!X;for(var Ae in v)(M||Ke.call(v,Ae))&&!(Me&&(Ae=="length"||$a(Ae,X)))&&j.push(Ae);return j}function jo(v,M,j){var X=v[M];(!(Ke.call(v,M)&&Ro(X,j))||j===void 0&&!(M in v))&&(v[M]=j)}function Vn(v,M){for(var j=v.length;j--;)if(Ro(v[j][0],M))return j;return-1}function Yt(v,M){return v&&As(M,ys(M),v)}function gs(v,M,j,X,Me,Ae,Le){var Te;if(X&&(Te=Ae?X(v,Me,Ae,Le):X(v)),Te!==void 0)return Te;if(!Xt(v))return v;var Xe=vs(v);if(Xe){if(Te=qa(v),!M)return Xa(v,Te)}else{var Be=ai(v),dt=Be==d||Be==h;if(Qo(v))return Rn(v,M);if(Be==p||Be==o||dt&&!Ae){if(lt(v))return Ae?v:{};if(Te=Ut(dt?{}:v),!M)return Za(v,Yt(Te,v))}else{if(!le[Be])return Ae?v:{};Te=Ka(v,Be,gs,M)}}Le||(Le=new yt);var wt=Le.get(v);if(wt)return wt;if(Le.set(v,Te),!Xe)var Ze=j?Ja(v):ys(v);return ze(Ze||v,function(ht,nt){Ze&&(nt=ht,ht=v[nt]),jo(Te,nt,gs(ht,M,j,X,nt,v,Le))}),Te}function Ga(v){return Xt(v)?Ln(v):{}}function Na(v,M,j){var X=M(v);return vs(v)?X:pe(X,j(v))}function Fa(v){return zt.call(v)}function _a(v){if(!Xt(v)||tl(v))return!1;var M=bs(v)||lt(v)?as:ee;return M.test(gt(v))}function Ha(v){if(!Bo(v))return So(v);var M=[];for(var j in Object(v))Ke.call(v,j)&&j!="constructor"&&M.push(j);return M}function Rn(v,M){if(M)return v.slice();var j=new v.constructor(v.length);return v.copy(j),j}function ps(v){var M=new v.constructor(v.byteLength);return new Qi(M).set(new Qi(v)),M}function _i(v,M){var j=M?ps(v.buffer):v.buffer;return new v.constructor(j,v.byteOffset,v.byteLength)}function zo(v,M,j){var X=M?j(ce(v),!0):ce(v);return tt(X,ge,new v.constructor)}function Oo(v){var M=new v.constructor(v.source,J.exec(v));return M.lastIndex=v.lastIndex,M}function Wa(v,M,j){var X=M?j(We(v),!0):We(v);return tt(X,Ie,new v.constructor)}function Ya(v){return Lo?Object(Lo.call(v)):{}}function Ua(v,M){var j=M?ps(v.buffer):v.buffer;return new v.constructor(j,v.byteOffset,v.length)}function Xa(v,M){var j=-1,X=v.length;for(M||(M=Array(X));++j<X;)M[j]=v[j];return M}function As(v,M,j,X){j||(j={});for(var Me=-1,Ae=M.length;++Me<Ae;){var Le=M[Me],Te=X?X(j[Le],v[Le],Le,j,v):void 0;jo(j,Le,Te===void 0?v[Le]:Te)}return j}function Za(v,M){return As(v,ri(v),M)}function Ja(v){return Na(v,ys,ri)}function Hi(v,M){var j=v.__data__;return el(M)?j[typeof M=="string"?"string":"hash"]:j.map}function Bt(v,M){var j=De(v,M);return _a(j)?j:void 0}var ri=ls?Ee(ls,Object):nl,ai=Fa;(zn&&ai(new zn(new ArrayBuffer(1)))!=k||Gi&&ai(new Gi)!=f||Ot&&ai(Ot.resolve())!=A||On&&ai(new On)!=b||cs&&ai(new cs)!=C)&&(ai=function(v){var M=zt.call(v),j=M==p?v.constructor:void 0,X=j?gt(j):void 0;if(X)switch(X){case ds:return k;case Fi:return f;case hs:return A;case us:return b;case fs:return C}return M});function qa(v){var M=v.length,j=v.constructor(M);return M&&typeof v[0]=="string"&&Ke.call(v,"index")&&(j.index=v.index,j.input=v.input),j}function Ut(v){return typeof v.constructor=="function"&&!Bo(v)?Ga(bt(v)):{}}function Ka(v,M,j,X){var Me=v.constructor;switch(M){case x:return ps(v);case a:case l:return new Me(+v);case k:return _i(v,X);case B:case G:case N:case U:case R:case _:case W:case F:case Y:return Ua(v,X);case f:return zo(v,X,j);case m:case y:return new Me(v);case g:return Oo(v);case b:return Wa(v,X,j);case I:return Ya(v)}}function $a(v,M){return M=M==null?s:M,!!M&&(typeof v=="number"||ue.test(v))&&v>-1&&v%1==0&&v<M}function el(v){var M=typeof v;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?v!=="__proto__":v===null}function tl(v){return!!Re&&Re in v}function Bo(v){var M=v&&v.constructor,j=typeof M=="function"&&M.prototype||Ct;return v===j}function gt(v){if(v!=null){try{return He.call(v)}catch(M){}try{return v+""}catch(M){}}return""}function Vo(v){return gs(v,!0,!0)}function Ro(v,M){return v===M||v!==v&&M!==M}function Qn(v){return il(v)&&Ke.call(v,"callee")&&(!Tn.call(v,"callee")||zt.call(v)==o)}var vs=Array.isArray;function Gn(v){return v!=null&&Go(v.length)&&!bs(v)}function il(v){return No(v)&&Gn(v)}var Qo=jn||sl;function bs(v){var M=Xt(v)?zt.call(v):"";return M==d||M==h}function Go(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=s}function Xt(v){var M=typeof v;return!!v&&(M=="object"||M=="function")}function No(v){return!!v&&typeof v=="object"}function ys(v){return Gn(v)?Bn(v):Ha(v)}function nl(){return[]}function sl(){return!1}n.exports=Vo})(DC,wo);const SC=wo;var Co={},LC={get exports(){return Co},set exports(n){Co=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]",d="[object Boolean]",h="[object Date]",f="[object Error]",m="[object Function]",p="[object GeneratorFunction]",A="[object Map]",g="[object Number]",b="[object Null]",y="[object Object]",I="[object Promise]",C="[object Proxy]",x="[object RegExp]",k="[object Set]",B="[object String]",G="[object Symbol]",N="[object Undefined]",U="[object WeakMap]",R="[object ArrayBuffer]",_="[object DataView]",W="[object Float32Array]",F="[object Float64Array]",Y="[object Int8Array]",q="[object Int16Array]",J="[object Int32Array]",ee="[object Uint8Array]",ue="[object Uint8ClampedArray]",le="[object Uint16Array]",Pe="[object Uint32Array]",ke=/[\\^$.*+?()[\]{}|]/g,be=/^\[object .+?Constructor\]$/,Ve=/^(?:0|[1-9]\d*)$/,we={};we[W]=we[F]=we[Y]=we[q]=we[J]=we[ee]=we[ue]=we[le]=we[Pe]=!0,we[a]=we[l]=we[R]=we[d]=we[_]=we[h]=we[f]=we[m]=we[A]=we[g]=we[y]=we[x]=we[k]=we[B]=we[U]=!1;var Ue=typeof kt=="object"&&kt&&kt.Object===Object&&kt,ge=typeof self=="object"&&self&&self.Object===Object&&self,Ie=Ue||ge||Function("return this")(),ze=t&&!t.nodeType&&t,pe=ze&&!0&&n&&!n.nodeType&&n,tt=pe&&pe.exports===ze,mt=tt&&Ue.process,De=function(){try{return mt&&mt.binding&&mt.binding("util")}catch(v){}}(),lt=De&&De.isTypedArray;function ce(v,M){for(var j=-1,X=v==null?0:v.length,Me=0,Ae=[];++j<X;){var Le=v[j];M(Le,j,v)&&(Ae[Me++]=Le)}return Ae}function Ee(v,M){for(var j=-1,X=M.length,Me=v.length;++j<X;)v[Me+j]=M[j];return v}function We(v,M){for(var j=-1,X=v==null?0:v.length;++j<X;)if(M(v[j],j,v))return!0;return!1}function vt(v,M){for(var j=-1,X=Array(v);++j<v;)X[j]=M(j);return X}function si(v){return function(M){return v(M)}}function Ct(v,M){return v.has(M)}function It(v,M){return v==null?void 0:v[M]}function Re(v){var M=-1,j=Array(v.size);return v.forEach(function(X,Me){j[++M]=[Me,X]}),j}function He(v,M){return function(j){return v(M(j))}}function Ke(v){var M=-1,j=Array(v.size);return v.forEach(function(X){j[++M]=X}),j}var zt=Array.prototype,as=Function.prototype,Wt=Object.prototype,wi=Ie["__core-js_shared__"],Qi=as.toString,bt=Wt.hasOwnProperty,Ln=function(){var v=/[^.]+$/.exec(wi&&wi.keys&&wi.keys.IE_PROTO||"");return v?"Symbol(src)_1."+v:""}(),Tn=Wt.toString,wa=RegExp("^"+Qi.call(bt).replace(ke,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ls=tt?Ie.Buffer:void 0,jn=Ie.Symbol,So=Ie.Uint8Array,zn=Wt.propertyIsEnumerable,Gi=zt.splice,Ot=jn?jn.toStringTag:void 0,On=Object.getOwnPropertySymbols,cs=ls?ls.isBuffer:void 0,Ni=He(Object.keys,Object),ds=ri(Ie,"DataView"),Fi=ri(Ie,"Map"),hs=ri(Ie,"Promise"),us=ri(Ie,"Set"),fs=ri(Ie,"WeakMap"),Ci=ri(Object,"create"),Lo=gt(ds),oi=gt(Fi),Ca=gt(hs),Ia=gt(us),Pa=gt(fs),To=jn?jn.prototype:void 0,ms=To?To.valueOf:void 0;function it(v){var M=-1,j=v==null?0:v.length;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function ka(){this.__data__=Ci?Ci(null):{},this.size=0}function Ma(v){var M=this.has(v)&&delete this.__data__[v];return this.size-=M?1:0,M}function Ea(v){var M=this.__data__;if(Ci){var j=M[v];return j===i?void 0:j}return bt.call(M,v)?M[v]:void 0}function xa(v){var M=this.__data__;return Ci?M[v]!==void 0:bt.call(M,v)}function Da(v,M){var j=this.__data__;return this.size+=this.has(v)?0:1,j[v]=Ci&&M===void 0?i:M,this}it.prototype.clear=ka,it.prototype.delete=Ma,it.prototype.get=Ea,it.prototype.has=xa,it.prototype.set=Da;function ct(v){var M=-1,j=v==null?0:v.length;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Sa(){this.__data__=[],this.size=0}function La(v){var M=this.__data__,j=Rn(M,v);if(j<0)return!1;var X=M.length-1;return j==X?M.pop():Gi.call(M,j,1),--this.size,!0}function Ta(v){var M=this.__data__,j=Rn(M,v);return j<0?void 0:M[j][1]}function ja(v){return Rn(this.__data__,v)>-1}function za(v,M){var j=this.__data__,X=Rn(j,v);return X<0?(++this.size,j.push([v,M])):j[X][1]=M,this}ct.prototype.clear=Sa,ct.prototype.delete=La,ct.prototype.get=Ta,ct.prototype.has=ja,ct.prototype.set=za;function yt(v){var M=-1,j=v==null?0:v.length;for(this.clear();++M<j;){var X=v[M];this.set(X[0],X[1])}}function Oa(){this.size=0,this.__data__={hash:new it,map:new(Fi||ct),string:new it}}function Ba(v){var M=Bt(this,v).delete(v);return this.size-=M?1:0,M}function Va(v){return Bt(this,v).get(v)}function Ra(v){return Bt(this,v).has(v)}function Qa(v,M){var j=Bt(this,v),X=j.size;return j.set(v,M),this.size+=j.size==X?0:1,this}yt.prototype.clear=Oa,yt.prototype.delete=Ba,yt.prototype.get=Va,yt.prototype.has=Ra,yt.prototype.set=Qa;function Bn(v){var M=-1,j=v==null?0:v.length;for(this.__data__=new yt;++M<j;)this.add(v[M])}function jo(v){return this.__data__.set(v,i),this}function Vn(v){return this.__data__.has(v)}Bn.prototype.add=Bn.prototype.push=jo,Bn.prototype.has=Vn;function Yt(v){var M=this.__data__=new ct(v);this.size=M.size}function gs(){this.__data__=new ct,this.size=0}function Ga(v){var M=this.__data__,j=M.delete(v);return this.size=M.size,j}function Na(v){return this.__data__.get(v)}function Fa(v){return this.__data__.has(v)}function _a(v,M){var j=this.__data__;if(j instanceof ct){var X=j.__data__;if(!Fi||X.length<e-1)return X.push([v,M]),this.size=++j.size,this;j=this.__data__=new yt(X)}return j.set(v,M),this.size=j.size,this}Yt.prototype.clear=gs,Yt.prototype.delete=Ga,Yt.prototype.get=Na,Yt.prototype.has=Fa,Yt.prototype.set=_a;function Ha(v,M){var j=Qn(v),X=!j&&Ro(v),Me=!j&&!X&&Gn(v),Ae=!j&&!X&&!Me&&No(v),Le=j||X||Me||Ae,Te=Le?vt(v.length,String):[],Xe=Te.length;for(var Be in v)(M||bt.call(v,Be))&&!(Le&&(Be=="length"||Me&&(Be=="offset"||Be=="parent")||Ae&&(Be=="buffer"||Be=="byteLength"||Be=="byteOffset")||Ka(Be,Xe)))&&Te.push(Be);return Te}function Rn(v,M){for(var j=v.length;j--;)if(Vo(v[j][0],M))return j;return-1}function ps(v,M,j){var X=M(v);return Qn(v)?X:Ee(X,j(v))}function _i(v){return v==null?v===void 0?N:b:Ot&&Ot in Object(v)?ai(v):Bo(v)}function zo(v){return Xt(v)&&_i(v)==a}function Oo(v,M,j,X,Me){return v===M?!0:v==null||M==null||!Xt(v)&&!Xt(M)?v!==v&&M!==M:Wa(v,M,j,X,Oo,Me)}function Wa(v,M,j,X,Me,Ae){var Le=Qn(v),Te=Qn(M),Xe=Le?l:Ut(v),Be=Te?l:Ut(M);Xe=Xe==a?y:Xe,Be=Be==a?y:Be;var dt=Xe==y,wt=Be==y,Ze=Xe==Be;if(Ze&&Gn(v)){if(!Gn(M))return!1;Le=!0,dt=!1}if(Ze&&!dt)return Ae||(Ae=new Yt),Le||No(v)?As(v,M,j,X,Me,Ae):Za(v,M,Xe,j,X,Me,Ae);if(!(j&s)){var ht=dt&&bt.call(v,"__wrapped__"),nt=wt&&bt.call(M,"__wrapped__");if(ht||nt){var Ii=ht?v.value():v,li=nt?M.value():M;return Ae||(Ae=new Yt),Me(Ii,li,j,X,Ae)}}return Ze?(Ae||(Ae=new Yt),Ja(v,M,j,X,Me,Ae)):!1}function Ya(v){if(!Go(v)||el(v))return!1;var M=Qo(v)?wa:be;return M.test(gt(v))}function Ua(v){return Xt(v)&&bs(v.length)&&!!we[_i(v)]}function Xa(v){if(!tl(v))return Ni(v);var M=[];for(var j in Object(v))bt.call(v,j)&&j!="constructor"&&M.push(j);return M}function As(v,M,j,X,Me,Ae){var Le=j&s,Te=v.length,Xe=M.length;if(Te!=Xe&&!(Le&&Xe>Te))return!1;var Be=Ae.get(v);if(Be&&Ae.get(M))return Be==M;var dt=-1,wt=!0,Ze=j&o?new Bn:void 0;for(Ae.set(v,M),Ae.set(M,v);++dt<Te;){var ht=v[dt],nt=M[dt];if(X)var Ii=Le?X(nt,ht,dt,M,v,Ae):X(ht,nt,dt,v,M,Ae);if(Ii!==void 0){if(Ii)continue;wt=!1;break}if(Ze){if(!We(M,function(li,Wi){if(!Ct(Ze,Wi)&&(ht===li||Me(ht,li,j,X,Ae)))return Ze.push(Wi)})){wt=!1;break}}else if(!(ht===nt||Me(ht,nt,j,X,Ae))){wt=!1;break}}return Ae.delete(v),Ae.delete(M),wt}function Za(v,M,j,X,Me,Ae,Le){switch(j){case _:if(v.byteLength!=M.byteLength||v.byteOffset!=M.byteOffset)return!1;v=v.buffer,M=M.buffer;case R:return!(v.byteLength!=M.byteLength||!Ae(new So(v),new So(M)));case d:case h:case g:return Vo(+v,+M);case f:return v.name==M.name&&v.message==M.message;case x:case B:return v==M+"";case A:var Te=Re;case k:var Xe=X&s;if(Te||(Te=Ke),v.size!=M.size&&!Xe)return!1;var Be=Le.get(v);if(Be)return Be==M;X|=o,Le.set(v,M);var dt=As(Te(v),Te(M),X,Me,Ae,Le);return Le.delete(v),dt;case G:if(ms)return ms.call(v)==ms.call(M)}return!1}function Ja(v,M,j,X,Me,Ae){var Le=j&s,Te=Hi(v),Xe=Te.length,Be=Hi(M),dt=Be.length;if(Xe!=dt&&!Le)return!1;for(var wt=Xe;wt--;){var Ze=Te[wt];if(!(Le?Ze in M:bt.call(M,Ze)))return!1}var ht=Ae.get(v);if(ht&&Ae.get(M))return ht==M;var nt=!0;Ae.set(v,M),Ae.set(M,v);for(var Ii=Le;++wt<Xe;){Ze=Te[wt];var li=v[Ze],Wi=M[Ze];if(X)var kf=Le?X(Wi,li,Ze,M,v,Ae):X(li,Wi,Ze,v,M,Ae);if(!(kf===void 0?li===Wi||Me(li,Wi,j,X,Ae):kf)){nt=!1;break}Ii||(Ii=Ze=="constructor")}if(nt&&!Ii){var Fo=v.constructor,_o=M.constructor;Fo!=_o&&"constructor"in v&&"constructor"in M&&!(typeof Fo=="function"&&Fo instanceof Fo&&typeof _o=="function"&&_o instanceof _o)&&(nt=!1)}return Ae.delete(v),Ae.delete(M),nt}function Hi(v){return ps(v,ys,qa)}function Bt(v,M){var j=v.__data__;return $a(M)?j[typeof M=="string"?"string":"hash"]:j.map}function ri(v,M){var j=It(v,M);return Ya(j)?j:void 0}function ai(v){var M=bt.call(v,Ot),j=v[Ot];try{v[Ot]=void 0;var X=!0}catch(Ae){}var Me=Tn.call(v);return X&&(M?v[Ot]=j:delete v[Ot]),Me}var qa=On?function(v){return v==null?[]:(v=Object(v),ce(On(v),function(M){return zn.call(v,M)}))}:nl,Ut=_i;(ds&&Ut(new ds(new ArrayBuffer(1)))!=_||Fi&&Ut(new Fi)!=A||hs&&Ut(hs.resolve())!=I||us&&Ut(new us)!=k||fs&&Ut(new fs)!=U)&&(Ut=function(v){var M=_i(v),j=M==y?v.constructor:void 0,X=j?gt(j):"";if(X)switch(X){case Lo:return _;case oi:return A;case Ca:return I;case Ia:return k;case Pa:return U}return M});function Ka(v,M){return M=M==null?r:M,!!M&&(typeof v=="number"||Ve.test(v))&&v>-1&&v%1==0&&v<M}function $a(v){var M=typeof v;return M=="string"||M=="number"||M=="symbol"||M=="boolean"?v!=="__proto__":v===null}function el(v){return!!Ln&&Ln in v}function tl(v){var M=v&&v.constructor,j=typeof M=="function"&&M.prototype||Wt;return v===j}function Bo(v){return Tn.call(v)}function gt(v){if(v!=null){try{return Qi.call(v)}catch(M){}try{return v+""}catch(M){}}return""}function Vo(v,M){return v===M||v!==v&&M!==M}var Ro=zo(function(){return arguments}())?zo:function(v){return Xt(v)&&bt.call(v,"callee")&&!zn.call(v,"callee")},Qn=Array.isArray;function vs(v){return v!=null&&bs(v.length)&&!Qo(v)}var Gn=cs||sl;function il(v,M){return Oo(v,M)}function Qo(v){if(!Go(v))return!1;var M=_i(v);return M==m||M==p||M==c||M==C}function bs(v){return typeof v=="number"&&v>-1&&v%1==0&&v<=r}function Go(v){var M=typeof v;return v!=null&&(M=="object"||M=="function")}function Xt(v){return v!=null&&typeof v=="object"}var No=lt?si(lt):Ua;function ys(v){return vs(v)?Ha(v):Xa(v)}function nl(){return[]}function sl(){return!1}n.exports=il})(LC,Co);const TC=Co,jC=(n,t)=>TC(n,t),zC=n=>Object.keys(n||{}),OC=(n,t)=>{const e={};return n.forEach(i=>{e[i]=t[i]}),e},BC=()=>{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=zC(o);if(a.includes(i)){const l=OC(a,e);jC(o,l)||(n[s].deps=l,r())}})}}},VC=()=>{let n=null;return{targetWatcher(t,e){n={watcherName:t,fn:e},n.fn(),n=null},getTarget(){return n}}};function RC(n,t){const e=yo(n,"data",{}),i=yo(n,"watch",{}),s=yo(n,"methods",{}),o=yo(t,"onChange",()=>{}),{subscribe:r,notify:a,subscribers:l}=BC(),{targetWatcher:c,getTarget:d}=VC();let h;const f={},m=()=>({data:h,methods:f});let p=!1;const A=b=>(...y)=>{p=!0;const I=b(...y);return p=!1,I};Object.entries(s).forEach(([b,y])=>{f[b]=A((...I)=>y(m(),...I)),Object.defineProperty(f[b],"name",{value:b})}),h=new Proxy(SC(e),{get(b,y){return d()&&!p&&r(d(),{prop:y,value:b[y]}),Reflect.get(...arguments)},set(b,y,I){return b[y]===I||(Reflect.set(...arguments),d()||(o&&o(y,I),a(h,y))),!0}}),Object.entries(i).forEach(([b,y])=>{c(b,()=>{y(m())})});const g=[h,f];return g._internal={_getSubscribers(){return l}},g}function QC({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 GC({infinite:n,pageIndex:t,pagesCount:e,particlesCount:i,particlesToShow:s,particlesToScroll:o}){const r=Mn(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((h,f)=>h-f),d=c.flatMap(h=>QC({pageIndex:h,particlesToShow:s,particlesToScroll:o,particlesCount:i}));return{pageIndexes:c,particleIndexes:[...new Set(d)].sort((h,f)=>h-f)}}const NC=(n,t)=>(n(),setInterval(n,t)),FC=35,ru=1;class _C{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(FC,Math.max(this._autoplayDuration,1));let s=-i;this._interval=NC(()=>H(this,null,function*(){if(this._paused)return;s+=i;const o=s/this._autoplayDuration;this._onProgressValueChange(o),o>ru&&(this.reset(),yield t(),e())}),i)})}pause(){this._paused=!0}resume(){this._paused=!1}reset(){clearInterval(this._interval),this._onProgressValueChange(ru)}}function HC(n){const t=new _C({onProgressValueChange:r=>{n("progressValue",1-r)}}),e=RC({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=GC({infinite:r.infinite,pageIndex:r.currentPageIndex,pagesCount:r.pagesCount,particlesCount:r.particlesCountWithoutClones,particlesToShow:r.particlesToShow,particlesToScroll:r.particlesToScroll}).particleIndexes},setCurrentPageIndex({data:r}){r.currentPageIndex=Iw({currentParticleIndex:r.currentParticleIndex,particlesCount:r.particlesCount,clonesCountHead:r.clonesCountHead,clonesCountTotal:r.clonesCountTotal,infinite:r.infinite,particlesToScroll:r.particlesToScroll})},setPartialPageSize({data:r}){r.partialPageSize=Uh({particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow,particlesCountWithoutClones:r.particlesCountWithoutClones})},setClonesCount({data:r}){const{head:a,tail:l}=Tw({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=kw({infinite:r.infinite,particlesCountWithoutClones:r.particlesCountWithoutClones,particlesToScroll:r.particlesToScroll,particlesToShow:r.particlesToShow})},setParticlesToShow({data:r}){r.particlesToShow=Mn(1,r.particlesToShowInit,r.particlesCountWithoutClones)},setParticlesToScroll({data:r}){r.particlesToScroll=Mn(1,r.particlesToScrollInit,r.particlesCountWithoutClones)}},methods:{_prev({data:r}){r.currentParticleIndex=Kr({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=Kr({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=Mn(0,a,r.particlesCount-1)},toggleFocused({data:r}){r.focused=!r.focused},_applyAutoplayIfNeeded(l){return H(this,arguments,function*({data:r,methods:a}){if(!r.infinite&&(r.autoplayDirection===bi&&r.currentParticleIndex===r.particlesCount-1||r.autoplayDirection===kn&&r.currentParticleIndex===0)){t.reset();return}if(r.autoplay){const c=()=>$r({[bi]:()=>H(this,null,function*(){return a.showNextPage()}),[kn]:()=>H(this,null,function*(){return a.showPrevPage()})})(r.autoplayDirection);yield t.start(c)}})},_jumpIfNeeded(l){return H(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(d,h,f){return H(this,arguments,function*({data:r,methods:a},l,c){if(t.reset(),r.disabled)return;r.disabled=!0,l(),yield a.offsetPage({animated:is(c,"animated",!0)}),r.disabled=!1,!(yield a._jumpIfNeeded())&&a._applyAutoplayIfNeeded()})},showNextPage(c,d){return H(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._next,l))})},showPrevPage(c,d){return H(this,arguments,function*({data:r,methods:a},l){r.disabled||(yield a.changePage(a._prev,l))})},showParticle(c,d,h){return H(this,arguments,function*({methods:r},a,l){yield r.changePage(()=>r._moveToParticle(a),l)})},_getParticleIndexByPageIndex({data:r},a){return Kr({infinite:r.infinite,pageIndex:a,clonesCountHead:r.clonesCountHead,clonesCountTail:r.clonesCountTail,particlesToScroll:r.particlesToScroll,particlesCount:r.particlesCount,particlesToShow:r.particlesToShow})},showPage(c,d,h){return H(this,arguments,function*({methods:r},a,l){const f=r._getParticleIndexByPageIndex(a);yield r.showParticle(f,l)})},offsetPage({data:r},a){const l=is(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 WC(n){fe(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 YC=n=>({currentPageIndex:n[0]&32,pagesCount:n[0]&1024,loaded:n[0]&64}),au=n=>({currentPageIndex:n[5],pagesCount:n[10],showPage:n[15],loaded:n[6]}),UC=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),lu=n=>({showNextPage:n[14].showNextPage,loaded:n[6],currentPageIndex:n[5]}),XC=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),cu=n=>({loaded:n[6],currentPageIndex:n[5]}),ZC=n=>({loaded:n[0]&64,currentPageIndex:n[0]&32}),du=n=>({showPrevPage:n[14].showPrevPage,loaded:n[6],currentPageIndex:n[5]});function hu(n){let t;const e=n[37].prev,i=en(e,n,n[36],du),s=i||JC(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)&&nn(i,e,o,o[36],t?tn(e,o[36],r,ZC):sn(o[36]),du):s&&s.p&&(!t||r[0]&36)&&s.p(o,t?r:[-1,-1])},i(o){t||(E(s,o),t=!0)},o(o){L(s,o),t=!1},d(o){s&&s.d(o)}}}function JC(n){let t,e,i;return e=new Gh({props:{direction:"prev",disabled:!n[2]&&n[5]===0}}),e.$on("click",n[23]),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function uu(n){let t,e,i;return e=new iw({props:{value:n[7]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","sc-carousel-progress__container svelte-sme1z4")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function fu(n){let t;const e=n[37].next,i=en(e,n,n[36],lu),s=i||qC(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)&&nn(i,e,o,o[36],t?tn(e,o[36],r,UC):sn(o[36]),lu):s&&s.p&&(!t||r[0]&1060)&&s.p(o,t?r:[-1,-1])},i(o){t||(E(s,o),t=!0)},o(o){L(s,o),t=!1},d(o){s&&s.d(o)}}}function qC(n){let t,e,i;return e=new Gh({props:{direction:"next",disabled:!n[2]&&n[5]===n[10]-1}}),e.$on("click",n[14].showNextPage),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","sc-carousel__arrow-container svelte-sme1z4")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function mu(n){let t;const e=n[37].dots,i=en(e,n,n[36],au),s=i||KC(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)&&nn(i,e,o,o[36],t?tn(e,o[36],r,YC):sn(o[36]),au):s&&s.p&&(!t||r[0]&1056)&&s.p(o,t?r:[-1,-1])},i(o){t||(E(s,o),t=!0)},o(o){L(s,o),t=!1},d(o){s&&s.d(o)}}}function KC(n){let t,e;return t=new Zy({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function $C(n){let t,e,i,s,o,r,a,l,c,d,h,f,m=n[1]&&hu(n);const p=n[37].default,A=en(p,n,n[36],cu);let g=n[3]&&uu(n),b=n[1]&&fu(n),y=n[4]&&mu(n);return{c(){t=D("div"),e=D("div"),m&&m.c(),i=K(),s=D("div"),o=D("div"),A&&A.c(),a=K(),g&&g.c(),l=K(),b&&b.c(),c=K(),y&&y.c(),w(o,"class","sc-carousel__pages-container svelte-sme1z4"),z(o,"transform","translateX("+n[8]+"px)"),z(o,"transition-duration",n[9]+"ms"),z(o,"transition-timing-function",n[0]),w(s,"class","sc-carousel__pages-window svelte-sme1z4"),w(e,"class","sc-carousel__content-container svelte-sme1z4"),w(t,"class","sc-carousel__carousel-container svelte-sme1z4")},m(I,C){O(I,t,C),S(t,e),m&&m.m(e,null),S(e,i),S(e,s),S(s,o),A&&A.m(o,null),n[39](o),S(s,a),g&&g.m(s,null),n[40](s),S(e,l),b&&b.m(e,null),S(t,c),y&&y.m(t,null),d=!0,h||(f=[$t(r=hw.call(null,o,{thresholdProvider:n[38]})),ye(o,"swipeStart",n[16]),ye(o,"swipeMove",n[18]),ye(o,"swipeEnd",n[19]),ye(o,"swipeFailed",n[20]),ye(o,"swipeThresholdReached",n[17]),$t(gw.call(null,s)),ye(s,"hovered",n[21]),$t(yw.call(null,s)),ye(s,"tapped",n[22])],h=!0)},p(I,C){I[1]?m?(m.p(I,C),C[0]&2&&E(m,1)):(m=hu(I),m.c(),E(m,1),m.m(e,i)):m&&(de(),L(m,1,1,()=>{m=null}),he()),A&&A.p&&(!d||C[0]&96|C[1]&32)&&nn(A,p,I,I[36],d?tn(p,I[36],C,XC):sn(I[36]),cu),(!d||C[0]&256)&&z(o,"transform","translateX("+I[8]+"px)"),(!d||C[0]&512)&&z(o,"transition-duration",I[9]+"ms"),(!d||C[0]&1)&&z(o,"transition-timing-function",I[0]),r&&Qt(r.update)&&C[0]&2048&&r.update.call(null,{thresholdProvider:I[38]}),I[3]?g?(g.p(I,C),C[0]&8&&E(g,1)):(g=uu(I),g.c(),E(g,1),g.m(s,null)):g&&(de(),L(g,1,1,()=>{g=null}),he()),I[1]?b?(b.p(I,C),C[0]&2&&E(b,1)):(b=fu(I),b.c(),E(b,1),b.m(e,null)):b&&(de(),L(b,1,1,()=>{b=null}),he()),I[4]?y?(y.p(I,C),C[0]&16&&E(y,1)):(y=mu(I),y.c(),E(y,1),y.m(t,null)):y&&(de(),L(y,1,1,()=>{y=null}),he())},i(I){d||(E(m),E(A,I),E(g),E(b),E(y),d=!0)},o(I){L(m),L(A,I),L(g),L(b),L(y),d=!1},d(I){I&&T(t),m&&m.d(),A&&A.d(I),n[39](null),g&&g.d(),n[40](null),b&&b.d(),y&&y.d(),h=!1,Je(f)}}}function eI(n,t,e){let{$$slots:i={},$$scope:s}=t,o=[],r,a,l=0,c=0,d=1;const[{data:h,progressManager:f},m,p]=HC((ce,Ee)=>{$r({currentPageIndex:()=>e(5,r=Ee),progressValue:()=>e(7,a=Ee),offset:()=>e(8,l=Ee),durationMs:()=>e(9,c=Ee),pagesCount:()=>e(10,d=Ee),loaded:()=>e(6,o=Ee)})(ce)}),A=_s();let{timingFunction:g="ease-in-out"}=t,{arrows:b=!0}=t,{infinite:y=!0}=t,{initialPageIndex:I=0}=t,{duration:C=500}=t,{autoplay:x=!1}=t,{autoplayDuration:k=3e3}=t,{autoplayDirection:B=bi}=t,{pauseOnFocus:G=!1}=t,{autoplayProgressVisible:N=!1}=t,{dots:U=!0}=t,{swiping:R=!0}=t,{particlesToShow:_=1}=t,{particlesToScroll:W=1}=t;function F(ce,Ee){return H(this,null,function*(){const We=is(Ee,"animated",!0);if(typeof ce!="number")throw new Error("pageIndex should be a number");yield m.showPage(ce,{animated:We})})}function Y(ce){return H(this,null,function*(){const Ee=is(ce,"animated",!0);yield m.showPrevPage({animated:Ee})})}function q(ce){return H(this,null,function*(){const Ee=is(ce,"animated",!0);yield m.showNextPage({animated:Ee})})}let J=0,ee,ue;const le=Dw(({width:ce})=>{e(11,J=ce),h.particleWidth=J/h.particlesToShow,xw({particlesContainerChildren:ue.children,particleWidth:h.particleWidth}),m.offsetPage({animated:!1})});function Pe(){const{clonesToAppend:ce,clonesToPrepend:Ee}=Sw({clonesCountHead:h.clonesCountHead,clonesCountTail:h.clonesCountTail,particlesContainerChildren:ue.children});Lw({particlesContainer:ue,clonesToAppend:ce,clonesToPrepend:Ee})}pt(()=>{H(this,null,function*(){yield Hl(),ue&&ee&&(h.particlesCountWithoutClones=ue.children.length,yield Hl(),h.infinite&&Pe(),h.particlesCount=ue.children.length,m.showPage(I,{animated:!1}),le.observe(ee))})}),Lt(()=>{le.disconnect(),f.reset()});function ke(ce){return H(this,null,function*(){yield m.showPage(ce,{animated:!0})})}function be(){R&&(h.durationMs=0)}function Ve(ce){return H(this,null,function*(){R&&(yield $r({[bi]:m.showNextPage,[kn]:m.showPrevPage})(ce.detail.direction))})}function we(ce){R&&(h.offset+=ce.detail.dx)}function Ue(){R&&m.showParticle(h.currentParticleIndex)}function ge(){return H(this,null,function*(){R&&(yield m.offsetPage({animated:!0}))})}function Ie(ce){h.focused=ce.detail.value}function ze(){m.toggleFocused()}function pe(){m.showPrevPage()}const tt=()=>J/3;function mt(ce){Ne[ce?"unshift":"push"](()=>{ue=ce,e(13,ue)})}function De(ce){Ne[ce?"unshift":"push"](()=>{ee=ce,e(12,ee)})}const lt=ce=>ke(ce.detail);return n.$$set=ce=>{"timingFunction"in ce&&e(0,g=ce.timingFunction),"arrows"in ce&&e(1,b=ce.arrows),"infinite"in ce&&e(2,y=ce.infinite),"initialPageIndex"in ce&&e(24,I=ce.initialPageIndex),"duration"in ce&&e(25,C=ce.duration),"autoplay"in ce&&e(26,x=ce.autoplay),"autoplayDuration"in ce&&e(27,k=ce.autoplayDuration),"autoplayDirection"in ce&&e(28,B=ce.autoplayDirection),"pauseOnFocus"in ce&&e(29,G=ce.pauseOnFocus),"autoplayProgressVisible"in ce&&e(3,N=ce.autoplayProgressVisible),"dots"in ce&&e(4,U=ce.dots),"swiping"in ce&&e(30,R=ce.swiping),"particlesToShow"in ce&&e(31,_=ce.particlesToShow),"particlesToScroll"in ce&&e(32,W=ce.particlesToScroll),"$$scope"in ce&&e(36,s=ce.$$scope)},n.$$.update=()=>{n.$$.dirty[0]&32&&A("pageChange",r),n.$$.dirty[0]&4&&(h.infinite=y),n.$$.dirty[0]&33554432&&(h.durationMsInit=C),n.$$.dirty[0]&67108864&&(h.autoplay=x),n.$$.dirty[0]&134217728&&(h.autoplayDuration=k),n.$$.dirty[0]&268435456&&(h.autoplayDirection=B),n.$$.dirty[0]&536870912&&(h.pauseOnFocus=G),n.$$.dirty[1]&1&&(h.particlesToShowInit=_),n.$$.dirty[1]&2&&(h.particlesToScrollInit=W)},[g,b,y,N,U,r,o,a,l,c,d,J,ee,ue,m,ke,be,Ve,we,Ue,ge,Ie,ze,pe,I,C,x,k,B,G,R,_,W,F,Y,q,s,i,tt,mt,De,lt]}class tI extends ae{constructor(t){super(),re(this,t,eI,$C,oe,{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},WC,[-1,-1])}get goTo(){return this.$$.ctx[33]}get goToPrev(){return this.$$.ctx[34]}get goToNext(){return this.$$.ctx[35]}}function iI(n){fe(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 gu(n){let t;function e(o,r){if(o[2].type==="Image")return sI;if(o[2].type==="Video")return nI}let i=e(n),s=i&&i(n);return{c(){t=D("div"),s&&s.c(),w(t,"class","media-item svelte-159ski6"),w(t,"draggable","false")},m(o,r){O(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&&T(t),s&&s.d()}}}function nI(n){let t,e,i,s,o,r;function a(d,h){return d[7]&&d[2].videoCoverUrl?rI:oI}let l=a(n),c=l(n);return{c(){c.c(),t=K(),e=D("div"),i=D("div"),s=D("div"),w(s,"class","video-icon-img svelte-159ski6"),z(s,"background-image","url("+n[20]()+")"),$(s,"canPlay",n[5]),w(i,"class","video-icon svelte-159ski6"),$(i,"large",n[4]==="large"),$(i,"small",n[4]==="small"),w(e,"class","video-play-button-container svelte-159ski6"),$(e,"showPlayButton",n[10])},m(d,h){c.m(d,h),O(d,t,h),O(d,e,h),S(e,i),S(i,s),o||(r=ye(s,"click",n[21]),o=!0)},p(d,h){l===(l=a(d))&&c?c.p(d,h):(c.d(1),c=l(d),c&&(c.c(),c.m(t.parentNode,t))),h&8&&z(s,"background-image","url("+d[20]()+")"),h&32&&$(s,"canPlay",d[5]),h&16&&$(i,"large",d[4]==="large"),h&16&&$(i,"small",d[4]==="small"),h&1024&&$(e,"showPlayButton",d[10])},d(d){c.d(d),d&&T(t),d&&T(e),o=!1,r()}}}function sI(n){let t,e,i,s;return{c(){t=D("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${n[6]};`),qe(t.src,i=n[2].url)||w(t,"src",i),w(t,"alt",s=n[2].name),w(t,"draggable",!1)},m(o,r){O(o,t,r)},p(o,r){r&64&&e!==(e=`object-fit: ${o[6]};`)&&w(t,"style",e),r&4&&!qe(t.src,i=o[2].url)&&w(t,"src",i),r&4&&s!==(s=o[2].name)&&w(t,"alt",s)},d(o){o&&T(t)}}}function oI(n){let t,e,i,s,o,r,a;return{c(){t=D("video"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${n[6]};`),qe(t.src,i=n[2].videoCoverUrl?n[2].url:n[2].url+"#t=0.1")||w(t,"src",i),w(t,"poster",s=n[2].videoCoverUrl),w(t,"preload",o=n[2].videoCoverUrl?"none":"auto"),w(t,"disablepictureinpicture",""),t.playsInline=!0,w(t,"paused",""),t.muted=!0,w(t,"draggable",!1),t.loop=!1,w(t,"crossorigin",""),t.controls=!1,$(t,"showPlayButton",n[10])},m(l,c){O(l,t,c),n[19](t),r||(a=[ye(t,"play",n[14]),ye(t,"pause",n[15]),ye(t,"error",n[16]),ye(t,"ended",n[17]),ye(t,"click",n[18])],r=!0)},p(l,c){c&64&&e!==(e=`object-fit: ${l[6]};`)&&w(t,"style",e),c&4&&!qe(t.src,i=l[2].videoCoverUrl?l[2].url:l[2].url+"#t=0.1")&&w(t,"src",i),c&4&&s!==(s=l[2].videoCoverUrl)&&w(t,"poster",s),c&4&&o!==(o=l[2].videoCoverUrl?"none":"auto")&&w(t,"preload",o),c&1024&&$(t,"showPlayButton",l[10])},d(l){l&&T(t),n[19](null),r=!1,Je(a)}}}function rI(n){let t,e,i,s;return{c(){t=D("img"),w(t,"class","media-content svelte-159ski6"),w(t,"style",e=`object-fit: ${n[6]};`),qe(t.src,i=n[2].videoCoverUrl)||w(t,"src",i),w(t,"alt",s=n[2].name),w(t,"draggable",!1)},m(o,r){O(o,t,r)},p(o,r){r&64&&e!==(e=`object-fit: ${o[6]};`)&&w(t,"style",e),r&4&&!qe(t.src,i=o[2].videoCoverUrl)&&w(t,"src",i),r&4&&s!==(s=o[2].name)&&w(t,"alt",s)},d(o){o&&T(t)}}}function aI(n){let t,e=n[2]&&gu(n);return{c(){e&&e.c(),t=Ce()},m(i,s){e&&e.m(i,s),O(i,t,s)},p(i,[s]){i[2]?e?e.p(i,s):(e=gu(i),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:Z,o:Z,d(i){e&&e.d(i),i&&T(t)}}}function lI(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:d=!0}=t,{objectFit:h="fill"}=t,{disableVideoIfHavePoster:f=!1}=t,m=!0,p=!1;function A(){e(8,p=(a==null?void 0:a.type)==="Video"&&!!a.videoCoverUrl)}const g=fi("mediaStore"),b=fi("hooks"),y=()=>{p||i&&(e(9,i.muted=!0,i),i.play(),i.pause(),e(9,i.muted=!1,i),e(8,p=!0))};b.on("loadVideoFirstFrame",y),pt(()=>{g.subscribe(({currentMediaElement:R})=>{R!==i&&(i==null||i.pause())})});const I=R=>{e(10,m=!1),e(0,o.paused=!1,o),e(8,p=!0),i&&g.set({currentMediaElement:i}),b.emit("playStateChange",{event:R,state:"playing",tag:r,mediaInstance:i})},C=R=>{e(10,m=!0),e(0,o.paused=!0,o),b.emit("playStateChange",{event:R,state:"paused",tag:r,mediaInstance:i})},x=R=>{e(10,m=!0),e(0,o.paused=!0,o),b.emit("playStateChange",{event:R,state:"paused",tag:r,mediaInstance:i})},k=R=>{e(10,m=!0),e(0,o.paused=!0,o),b.emit("playStateChange",{event:R,state:"paused",tag:r,mediaInstance:i})},B=R=>{i&&i.pause()};function G(R){Ne[R?"unshift":"push"](()=>{o.videoInstance=R,e(0,o)})}const N=()=>l==="withText"?Qr:l==="withoutText"?Gr:l,U=R=>{d&&i&&(e(9,i.muted=!1,i),i.play())};return n.$$set=R=>{"mediaInstance"in R&&e(0,o=R.mediaInstance),"tag"in R&&e(1,r=R.tag),"media"in R&&e(2,a=R.media),"playButtonIfNeed"in R&&e(3,l=R.playButtonIfNeed),"playButtonSizeIfNeed"in R&&e(4,c=R.playButtonSizeIfNeed),"canPlay"in R&&e(5,d=R.canPlay),"objectFit"in R&&e(6,h=R.objectFit),"disableVideoIfHavePoster"in R&&e(7,f=R.disableVideoIfHavePoster)},n.$$.update=()=>{if(n.$$.dirty&1&&e(9,i=o.videoInstance),n.$$.dirty&4&&e(13,s=a==null?void 0:a.url),n.$$.dirty&8192&&s&&A(),n.$$.dirty&512&&i&&e(10,m=i.paused),n.$$.dirty&772&&(a==null?void 0:a.type)==="Video"&&!p){const R=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,W=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1&&R;i&&W&&i.paused&&(document.removeEventListener("WeixinJSBridgeReady",y),document.removeEventListener("touchstart",y),document.removeEventListener("click",y),document.addEventListener("WeixinJSBridgeReady",y),document.addEventListener("touchstart",y),document.addEventListener("click",y))}},[o,r,a,l,c,d,h,f,p,i,m,g,b,s,I,C,x,k,B,G,N,U]}class pu extends ae{constructor(t){super(),re(this,t,lI,aI,oe,{mediaInstance:0,tag:1,media:2,playButtonIfNeed:3,playButtonSizeIfNeed:4,canPlay:5,objectFit:6,disableVideoIfHavePoster:7},iI)}}function cI(n){fe(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 Au(n,t,e){const i=n.slice();return i[28]=t[e],i[29]=t,i[30]=e,i}function vu(n){let t,e,i,s,o,r,a;const l=[hI,dI],c=[];function d(h,f){return h[13]&&h[10].length>1?0:1}return i=d(n),s=c[i]=l[i](n),{c(){t=D("div"),e=D("div"),s.c(),w(e,"class","media-list svelte-1mrbqlg"),$(e,"carouselEnabled",n[13]),w(t,"class","media-list-wrapper svelte-1mrbqlg"),$(t,"unfolded",n[5])},m(h,f){O(h,t,f),S(t,e),c[i].m(e,null),a=!0},p(h,f){n=h;let m=i;i=d(n),i===m?c[i].p(n,f):(de(),L(c[m],1,1,()=>{c[m]=null}),he(),s=c[i],s?s.p(n,f):(s=c[i]=l[i](n),s.c()),E(s,1),s.m(e,null)),(!a||f[0]&8192)&&$(e,"carouselEnabled",n[13]),(!a||f[0]&32)&&$(t,"unfolded",n[5])},i(h){a||(E(s),h&&_e(()=>{a&&(r&&r.end(1),o=xi(t,ic,n[6]?{y:4,duration:n[4],delay:n[2],easing:Kt}:void 0),o.start())}),a=!0)},o(h){L(s),o&&o.invalidate(),h&&(r=dn(t,ic,n[6]?{y:4,duration:n[4],delay:n[3],easing:Kt}:void 0)),a=!1},d(h){h&&T(t),c[i].d(),h&&r&&r.end()}}}function dI(n){let t,e,i;const s=[{media:n[1][0]},n[7],{tag:n[0]}];function o(a){n[20](a)}let r={};for(let a=0;a<s.length;a+=1)r=$e(r,s[a]);return n[8][0]!==void 0&&(r.mediaInstance=n[8][0]),t=new pu({props:r}),Ne.push(()=>pr(t,"mediaInstance",o)),{c(){se(t.$$.fragment)},m(a,l){ie(t,a,l),i=!0},p(a,l){const c=l[0]&131?rt(s,[l[0]&2&&{media:a[1][0]},l[0]&128&&Yl(a[7]),l[0]&1&&{tag:a[0]}]):{};!e&&l[0]&256&&(e=!0,c.mediaInstance=a[8][0],dr(()=>e=!1)),t.$set(c)},i(a){i||(E(t.$$.fragment,a),i=!0)},o(a){L(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function hI(n){let t,e,i={dots:!1,arrows:!1,$$slots:{default:[uI]},$$scope:{ctx:n}};return t=new tI({props:i}),n[18](t),t.$on("pageChange",n[19]),{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||(E(t.$$.fragment,s),e=!0)},o(s){L(t.$$.fragment,s),e=!1},d(s){n[18](null),ne(t,s)}}}function bu(n){let t,e,i;const s=[n[7],{media:n[28]},{tag:n[0]}];function o(a){n[17](a,n[30])}let r={};for(let a=0;a<s.length;a+=1)r=$e(r,s[a]);return n[8][n[30]]!==void 0&&(r.mediaInstance=n[8][n[30]]),t=new pu({props:r}),Ne.push(()=>pr(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?rt(s,[l[0]&128&&Yl(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]],dr(()=>e=!1)),t.$set(c)},i(a){i||(E(t.$$.fragment,a),i=!0)},o(a){L(t.$$.fragment,a),i=!1},d(a){ne(t,a)}}}function uI(n){let t,e,i=n[10],s=[];for(let r=0;r<i.length;r+=1)s[r]=bu(Au(n,i,r));const o=r=>L(s[r],1,1,()=>{s[r]=null});return{c(){for(let r=0;r<s.length;r+=1)s[r].c();t=Ce()},m(r,a){for(let l=0;l<s.length;l+=1)s[l]&&s[l].m(r,a);O(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=Au(r,i,l);s[l]?(s[l].p(c,a),E(s[l],1)):(s[l]=bu(c),s[l].c(),E(s[l],1),s[l].m(t.parentNode,t))}for(de(),l=i.length;l<s.length;l+=1)o(l);he()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)E(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)L(s[a]);e=!1},d(r){St(s,r),r&&T(t)}}}function fI(n){let t,e,i=n[5]&&vu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,o){s[5]?i?(i.p(s,o),o[0]&32&&E(i,1)):(i=vu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function mI(n,t,e){let i,s,o,r,{tag:a}=t,{mediaData:l}=t,{inDelay:c=0}=t,{outDelay:d=0}=t,{duration:h=0}=t,{unfolded:f=!0}=t,{animation:m=!0}=t,{mediaItemConfig:p}=t,{enableCarousel:A=!0}=t,{autoplayConfig:g={}}=t;const{autoplayVideo:b=!1,autoplayCarousel:y=!0,autoplayVideoInCarousel:I=!1}=g;let C=[],x=0,k,B=null;const G=fi("hooks"),N=fi("mediaStore");function U(){const Y=C[x],q=Y==null?void 0:Y.videoInstance;q&&(q.paused?(q.muted=!1,q.play()):q.pause())}pt(()=>{G.on("click",Y=>{var q,J,ee;(ee=(J=(q=a.tag3DContentSvelte)==null?void 0:q.css3DInstance)==null?void 0:J.css3DObject)!=null&&ee.opacityMesh&&Y.tag.id===a.id&&U()}),B=setInterval(()=>{r&&(k==null||k.goToNext())},3e3)}),Lt(()=>{clearInterval(B),G.off("click",U)});function R(Y,q){n.$$.not_equal(C[q],Y)&&(C[q]=Y,e(8,C))}function _(Y){Ne[Y?"unshift":"push"](()=>{k=Y,e(12,k)})}const W=Y=>{i||N.set({currentMediaElement:null}),e(11,x=Y.detail)};function F(Y){n.$$.not_equal(C[0],Y)&&(C[0]=Y,e(8,C))}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,d=Y.outDelay),"duration"in Y&&e(4,h=Y.duration),"unfolded"in Y&&e(5,f=Y.unfolded),"animation"in Y&&e(6,m=Y.animation),"mediaItemConfig"in Y&&e(7,p=Y.mediaItemConfig),"enableCarousel"in Y&&e(15,A=Y.enableCarousel),"autoplayConfig"in Y&&e(16,g=Y.autoplayConfig)},n.$$.update=()=>{n.$$.dirty[0]&256&&e(9,i=C.every(Y=>Y.paused)),n.$$.dirty[0]&32770&&e(13,s=A&&(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,d,h,f,m,p,C,i,o,x,k,s,N,A,g,R,_,W,F]}class yu extends ae{constructor(t){super(),re(this,t,mI,fI,oe,{tag:0,mediaData:1,inDelay:2,outDelay:3,duration:4,unfolded:5,animation:6,mediaItemConfig:7,enableCarousel:15,autoplayConfig:16},cI,[-1,-1])}}function gI(n){fe(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 wu(n){let t,e,i,s,o,r,a,l;t=new jt({props:{visible:n[3],left:61,bottom:57,width:2,blurRadius:150,spreadRadius:75}}),s=new Ny({props:{unfolded:n[3],outDelay:400}});let c=n[2]&&Cu(n),d=n[1]&&Iu(n);return{c(){se(t.$$.fragment),e=K(),i=D("div"),se(s.$$.fragment),o=K(),c&&c.c(),r=K(),d&&d.c(),a=Ce(),w(i,"class","line svelte-1f7m1lj")},m(h,f){ie(t,h,f),O(h,e,f),O(h,i,f),ie(s,i,null),O(h,o,f),c&&c.m(h,f),O(h,r,f),d&&d.m(h,f),O(h,a,f),l=!0},p(h,f){const m={};f&8&&(m.visible=h[3]),t.$set(m);const p={};f&8&&(p.unfolded=h[3]),s.$set(p),h[2]?c?(c.p(h,f),f&4&&E(c,1)):(c=Cu(h),c.c(),E(c,1),c.m(r.parentNode,r)):c&&(de(),L(c,1,1,()=>{c=null}),he()),h[1]?d?(d.p(h,f),f&2&&E(d,1)):(d=Iu(h),d.c(),E(d,1),d.m(a.parentNode,a)):d&&(de(),L(d,1,1,()=>{d=null}),he())},i(h){l||(E(t.$$.fragment,h),E(s.$$.fragment,h),E(c),E(d),l=!0)},o(h){L(t.$$.fragment,h),L(s.$$.fragment,h),L(c),L(d),l=!1},d(h){ne(t,h),h&&T(e),h&&T(i),ne(s),h&&T(o),c&&c.d(h),h&&T(r),d&&d.d(h),h&&T(a)}}}function Cu(n){let t,e,i;return e=new Eh({props:{unfolded:n[3],content:n[2],inDelay:500}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","text svelte-1f7m1lj")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function Iu(n){let t,e,i;return e=new yu({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=D("div"),se(e.$$.fragment),w(t,"class","media-wrapper svelte-1f7m1lj")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function pI(n){let t,e,i=n[0].state&&wu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=wu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function AI(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,d;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=((d=s.length)!=null?d:0)>7?s.substring(0,6)+"...":s),n.$$.dirty&1&&e(1,r=a.data.mediaData)},[a,r,o,i,s]}class vI extends ae{constructor(t){super(),re(this,t,AI,pI,oe,{tag:0},gI)}}function bI(n){fe(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 Pu(n,t,e){const i=n.slice();return i[0]=t[e],i}function ku(n,t,e){const i=n.slice();return i[0]=t[e],i}function Mu(n){let t,e;return{c(){t=D("img"),w(t,"class","headerImage svelte-sezqcq"),qe(t.src,e=n[3].headerPictureUrl)||w(t,"src",e),w(t,"alt","")},m(i,s){O(i,t,s)},p(i,s){s&8&&!qe(t.src,e=i[3].headerPictureUrl)&&w(t,"src",e)},d(i){i&&T(t)}}}function Eu(n){let t,e,i,s,o=n[2]||[],r=[];for(let c=0;c<o.length;c+=1)r[c]=xu(ku(n,o,c));let a=n[5]||[],l=[];for(let c=0;c<a.length;c+=1)l[c]=Du(Pu(n,a,c));return{c(){t=D("div"),e=D("div");for(let c=0;c<r.length;c+=1)r[c].c();i=K();for(let c=0;c<l.length;c+=1)l[c].c();w(e,"class","tags svelte-sezqcq"),_e(()=>n[11].call(e)),w(t,"class","tags-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),S(t,e);for(let h=0;h<r.length;h+=1)r[h]&&r[h].m(e,null);S(e,i);for(let h=0;h<l.length;h+=1)l[h]&&l[h].m(e,null);s=Vs(e,n[11].bind(e))},p(c,d){if(d&4){o=c[2]||[];let h;for(h=0;h<o.length;h+=1){const f=ku(c,o,h);r[h]?r[h].p(f,d):(r[h]=xu(f),r[h].c(),r[h].m(e,i))}for(;h<r.length;h+=1)r[h].d(1);r.length=o.length}if(d&32){a=c[5]||[];let h;for(h=0;h<a.length;h+=1){const f=Pu(c,a,h);l[h]?l[h].p(f,d):(l[h]=Du(f),l[h].c(),l[h].m(e,null))}for(;h<l.length;h+=1)l[h].d(1);l.length=a.length}},d(c){c&&T(t),St(r,c),St(l,c),s()}}}function xu(n){let t,e=n[0]+"",i;return{c(){t=D("div"),i=xe(e),w(t,"class","tag primary-tag svelte-sezqcq"),z(t,"min-width",oa)},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&4&&e!==(e=s[0]+"")&&Se(i,e)},d(s){s&&T(t)}}}function Du(n){let t,e=n[0]+"",i;return{c(){t=D("div"),i=xe(e),w(t,"class","tag secondary-tag svelte-sezqcq"),z(t,"min-width",oa)},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&32&&e!==(e=s[0]+"")&&Se(i,e)},d(s){s&&T(t)}}}function Su(n){let t,e,i=n[7]&&Lu(n),s=n[3].highlightText&&ju(n);return{c(){t=D("div"),i&&i.c(),e=K(),s&&s.c(),w(t,"class","footer svelte-sezqcq")},m(o,r){O(o,t,r),i&&i.m(t,null),S(t,e),s&&s.m(t,null)},p(o,r){o[7]?i?i.p(o,r):(i=Lu(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3].highlightText?s?s.p(o,r):(s=ju(o),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(o){o&&T(t),i&&i.d(),s&&s.d()}}}function Lu(n){let t,e,i=n[3].price.value+"",s,o,r=n[3].price.unit&&Tu(n);return{c(){t=D("div"),e=D("span"),s=xe(i),o=K(),r&&r.c(),w(e,"class","value svelte-sezqcq"),w(t,"class","price svelte-sezqcq")},m(a,l){O(a,t,l),S(t,e),S(e,s),S(t,o),r&&r.m(t,null)},p(a,l){l&8&&i!==(i=a[3].price.value+"")&&Se(s,i),a[3].price.unit?r?r.p(a,l):(r=Tu(a),r.c(),r.m(t,null)):r&&(r.d(1),r=null)},d(a){a&&T(t),r&&r.d()}}}function Tu(n){let t,e=n[3].price.unit+"",i;return{c(){t=D("span"),i=xe(e),w(t,"class","unit svelte-sezqcq")},m(s,o){O(s,t,o),S(t,i)},p(s,o){o&8&&e!==(e=s[3].price.unit+"")&&Se(i,e)},d(s){s&&T(t)}}}function ju(n){let t,e,i,s,o=n[3].highlightText+"",r,a,l;return{c(){t=D("div"),e=D("div"),i=K(),s=D("span"),r=xe(o),a=K(),l=D("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>',w(e,"class","gap svelte-sezqcq"),w(s,"class","text svelte-sezqcq"),w(t,"class","goto-button goto-icon svelte-sezqcq"),w(l,"class","arrow-wrapper svelte-sezqcq")},m(c,d){O(c,t,d),S(t,e),S(t,i),S(t,s),S(s,r),O(c,a,d),O(c,l,d)},p(c,d){d&8&&o!==(o=c[3].highlightText+"")&&Se(r,o)},d(c){c&&T(t),c&&T(a),c&&T(l)}}}function yI(n){var C,x;let t,e,i,s,o,r,a,l,c,d,h=n[3].title+"",f,m,p,A,g;e=new jt({props:{visible:n[4],outDelay:500,left:61,bottom:87,blurRadius:150,spreadRadius:75}});let b=n[3].headerPictureUrl&&Mu(n),y=((C=n[2].length)!=null?C:0)+((x=n[5].length)!=null?x:0)>0&&Eu(n),I=(n[7]||n[3].highlightText)&&Su(n);return{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),o=K(),r=D("div"),b&&b.c(),a=K(),l=D("div"),c=D("div"),d=D("div"),f=xe(h),m=K(),y&&y.c(),p=K(),I&&I.c(),w(s,"class","line svelte-sezqcq"),z(s,"transition-delay",n[4]?Io+"ms":Po+Ou-zu-40+"ms"),w(d,"class","text svelte-sezqcq"),w(c,"class","title svelte-sezqcq"),w(l,"class","title-wrapper svelte-sezqcq"),w(r,"class","content svelte-sezqcq"),z(r,"max-width",Ht(n[9])),z(r,"transition-delay",n[4]?Io+Po+"ms":"0ms"),w(t,"class",A=Qe(`marketing ${n[6]}`)+" svelte-sezqcq"),$(t,"unfolded",n[4]),$(t,"folded",n[8])},m(k,B){O(k,t,B),ie(e,t,null),S(t,i),S(t,s),S(t,o),S(t,r),b&&b.m(r,null),S(r,a),S(r,l),S(l,c),S(c,d),S(d,f),S(r,m),y&&y.m(r,null),S(r,p),I&&I.m(r,null),g=!0},p(k,[B]){var N,U;const G={};B&16&&(G.visible=k[4]),e.$set(G),B&16&&z(s,"transition-delay",k[4]?Io+"ms":Po+Ou-zu-40+"ms"),k[3].headerPictureUrl?b?b.p(k,B):(b=Mu(k),b.c(),b.m(r,a)):b&&(b.d(1),b=null),(!g||B&8)&&h!==(h=k[3].title+"")&&Se(f,h),((N=k[2].length)!=null?N:0)+((U=k[5].length)!=null?U:0)>0?y?y.p(k,B):(y=Eu(k),y.c(),y.m(r,p)):y&&(y.d(1),y=null),k[7]||k[3].highlightText?I?I.p(k,B):(I=Su(k),I.c(),I.m(r,null)):I&&(I.d(1),I=null),B&16&&z(r,"transition-delay",k[4]?Io+Po+"ms":"0ms"),(!g||B&64&&A!==(A=Qe(`marketing ${k[6]}`)+" svelte-sezqcq"))&&w(t,"class",A),(!g||B&80)&&$(t,"unfolded",k[4]),(!g||B&320)&&$(t,"folded",k[8])},i(k){g||(E(e.$$.fragment,k),g=!0)},o(k){L(e.$$.fragment,k),g=!1},d(k){k&&T(t),ne(e),b&&b.d(),y&&y.d(),I&&I.d()}}}const oa=40,Io=400,zu=500,Po=180,Ou=500;function wI(n,t,e){let i,s,o,r,a,l,c,d,{tag:h}=t,f,m=(()=>{var g;const A=(g=h.data.limitWidth)!=null?g:!0;if(typeof A=="number")return A;if(A===!0)return 172})();function p(){f=this.offsetHeight,e(1,f)}return n.$$set=A=>{"tag"in A&&e(0,h=A.tag)},n.$$.update=()=>{var A,g,b,y,I,C;n.$$.dirty&1&&e(4,i=(g=(A=h.state)==null?void 0:A.unfolded)!=null?g:!1),n.$$.dirty&16&&e(8,s=!i),n.$$.dirty&1&&e(3,o=h.data),n.$$.dirty&8&&e(7,r=qt((b=o.price)==null?void 0:b.value)&&((y=o.price)==null?void 0:y.value)!==""),n.$$.dirty&1&&e(6,a=h.data.theme||"light"),n.$$.dirty&1026&&f>40&&e(10,l=l-1),n.$$.dirty&1032&&e(2,c=((I=o.brandTags)==null?void 0:I.slice(0,l).filter(Boolean))||[]),n.$$.dirty&1036&&e(5,d=((C=o.tags)==null?void 0:C.slice(0,l-c.length).filter(Boolean))||[])},e(10,l=(m-20)/oa),[h,f,c,o,i,d,a,r,s,m,l,p]}class CI extends ae{constructor(t){super(),re(this,t,wI,yI,oe,{tag:0},bI)}}class II extends Audio{constructor(e){super();u(this,"sharedAudioSrc");u(this,"sharedAudioPaused",!0);u(this,"sharedAudioCurrentTime",0);u(this,"tryplaying",!1);u(this,"audioInstance");u(this,"eventListenerDisposer");this.sharedAudioSrc=e}get paused(){var e;return(e=this.sharedAudioPaused)!=null?e:!0}get currentTime(){return this.sharedAudioCurrentTime}play(){return H(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=V1(this.sharedAudioSrc,{namespace:Hr.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 m;this.sharedAudioCurrentTime=e.currentTime,(m=this.ontimeupdate)==null||m.call(this,f)},s=f=>{var m;e.isBlankAudio||(this.sharedAudioPaused=!1,(m=this.onplay)==null||m.call(this,f))},o=f=>{this.pause(f)},r=f=>{this.endedHandler(f)},a=f=>{var m;this.sharedAudioPaused=!0,(m=this.onerror)==null||m.call(this,f)},l=f=>{var m;return(m=this.oncanplay)==null?void 0:m.call(this,f)},c=f=>{var m;return(m=this.oncanplaythrough)==null?void 0:m.call(this,f)},d=f=>{var m;return(m=this.onloadeddata)==null?void 0:m.call(this,f)},h=f=>{var m;return(m=this.onloadedmetadata)==null?void 0:m.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",d),e.addEventListener("loadedmetadata",h),()=>{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",d),e.removeEventListener("loadedmetadata",h)}}}function PI(n){fe(n,"svelte-13e7hxv",".audio.svelte-13e7hxv{pointer-events:auto;cursor:pointer;width:100%;height:100%}")}function kI(n){let t,e,i,s;const o=n[8].default,r=en(o,n,n[7],null);return{c(){t=D("div"),r&&r.c(),w(t,"class","audio svelte-13e7hxv"),w(t,"style",n[0])},m(a,l){O(a,t,l),r&&r.m(t,null),e=!0,i||(s=ye(t,"click",Rl(n[1])),i=!0)},p(a,[l]){r&&r.p&&(!e||l&128)&&nn(r,o,a,a[7],e?tn(o,a[7],l,null):sn(a[7]),null),(!e||l&1)&&w(t,"style",a[0])},i(a){e||(E(r,a),e=!0)},o(a){L(r,a),e=!1},d(a){a&&T(t),r&&r.d(a),i=!1,s()}}}function MI(n,t,e){let{$$slots:i={},$$scope:s}=t,{url:o}=t,{enable:r=!0}=t,{style:a=""}=t,{hooksInfo:l}=t;const c=_s(),d=fi("hooks"),h=fi("mediaStore");let f,m=!0;function p(){e(5,f.onplay=g=>{d.emit("playStateChange",V({event:g,state:"playing",mediaInstance:f},l)),c("play"),e(6,m=!1)},f),e(5,f.onpause=g=>{d.emit("playStateChange",V({event:g,state:"paused",mediaInstance:f},l)),c("pause"),e(6,m=!0)},f),e(5,f.onended=g=>{d.emit("playStateChange",V({event:g,state:"paused",mediaInstance:f},l)),c("pause"),e(6,m=!0)},f),e(5,f.onloadedmetadata=g=>{typeof f.duration=="number"&&!Number.isNaN(f.duration)&&c("duration",f.duration)},f),e(5,f.onerror=g=>{c("pause"),e(6,m=!0)},f),e(5,f.ontimeupdate=g=>{c("timeupdate",f.currentTime)},f)}h.subscribe(({currentMediaElement:g})=>{g!==f&&(m||f==null||f.pause())});function A(g){f&&(d.emit("click",V({event:g,target:"AudioTagPlayIcon",audioInstance:f},l)),h.set({currentMediaElement:f}),d.emit("playStateChange",V({event:g,state:f.paused?"playing":"paused",mediaInstance:f},l)),f.paused?f.play():f.pause())}return n.$$set=g=>{"url"in g&&e(2,o=g.url),"enable"in g&&e(3,r=g.enable),"style"in g&&e(0,a=g.style),"hooksInfo"in g&&e(4,l=g.hooksInfo),"$$scope"in g&&e(7,s=g.$$scope)},n.$$.update=()=>{n.$$.dirty&4&&(o||c("duration",0)),n.$$.dirty&36&&(f==null||f.dispose(),e(5,f=new II(o)),c("audioRef",f),setTimeout(()=>c("audioRef",f),200),p()),n.$$.dirty&40&&(r||f==null||f.pause()),n.$$.dirty&72&&c(r&&!m?"play":"pause")},[a,A,o,r,l,f,m,s,i]}let Bu=class extends ae{constructor(t){super(),re(this,t,MI,kI,oe,{url:2,enable:3,style:0,hooksInfo:4},PI)}};function EI(n){fe(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 Vu(n){let t,e;return t=new jt({props:{center:!0,blurRadius:12,spreadRadius:5}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function xI(n){let t,e,i,s,o,r=n[1]&&Vu();return{c(){t=D("div"),r&&r.c(),e=K(),i=D("div"),s=D("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>',w(s,"class","sound-wave__container svelte-srt2pi"),w(i,"class","audio-icon svelte-srt2pi"),$(i,"playing",n[0]),w(t,"class","audio-icon__wrapper svelte-srt2pi"),w(t,"style",n[2]),z(t,"width",n[5]),z(t,"height",n[5])},m(a,l){O(a,t,l),r&&r.m(t,null),S(t,e),S(t,i),S(i,s),n[7](s),n[8](t),o=!0},p(a,[l]){a[1]?r?l&2&&E(r,1):(r=Vu(),r.c(),E(r,1),r.m(t,e)):r&&(de(),L(r,1,1,()=>{r=null}),he()),(!o||l&1)&&$(i,"playing",a[0]),(!o||l&4)&&w(t,"style",a[2]);const c=l&4;(c||l&36)&&z(t,"width",a[5]),(c||l&36)&&z(t,"height",a[5])},i(a){o||(E(r),o=!0)},o(a){L(r),o=!1},d(a){a&&T(t),r&&r.d(),n[7](null),n[8](null)}}}function DI(n,t,e){let i,{playing:s}=t,{shadow:o=!1}=t,{style:r=null}=t,{width:a="100%"}=t,l,c;function d(f){Ne[f?"unshift":"push"](()=>{c=f,e(4,c)})}function h(f){Ne[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"?Ht(a):a)},[s,o,r,l,c,i,a,d,h]}class Ru extends ae{constructor(t){super(),re(this,t,DI,xI,oe,{playing:0,shadow:1,style:2,width:6},EI)}}function SI(n){fe(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 Qu(n){var g,b;let t,e,i,s,o,r,a,l,c,d,h,f,m,p;e=new jt({props:{visible:n[6],left:n[3]/2+"px",bottom:12,width:2,blurRadius:120,spreadRadius:60}});let A=n[6]&&Gu(n);return c=new Lh({props:{visible:n[6],textUnfolded:n[1],content:n[5]}}),h=new Xr({props:{unfolded:n[6],length:n[3],outDelay:n[4]+20*Math.min((b=(g=n[5])==null?void 0:g.length)!=null?b:10,15),useLinearColor:!0}}),{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),o=D("div"),r=D("div"),A&&A.c(),a=K(),l=D("div"),se(c.$$.fragment),d=K(),se(h.$$.fragment),w(r,"class","audio-icon svelte-1s6gk4a"),z(l,"display","inline-block"),w(o,"class","wrapper svelte-1s6gk4a"),w(s,"class","content svelte-1s6gk4a"),w(t,"class","audio-tag svelte-1s6gk4a"),$(t,"unfolded",n[6])},m(y,I){O(y,t,I),ie(e,t,null),S(t,i),S(t,s),S(s,o),S(o,r),A&&A.m(r,null),S(o,a),S(o,l),ie(c,l,null),S(t,d),ie(h,t,null),f=!0,m||(p=[ye(l,"click",n[7]),$t(un.call(null,l)),ye(l,"clientWidth",n[12])],m=!0)},p(y,I){var B,G;const C={};I&64&&(C.visible=y[6]),I&8&&(C.left=y[3]/2+"px"),e.$set(C),y[6]?A?(A.p(y,I),I&64&&E(A,1)):(A=Gu(y),A.c(),E(A,1),A.m(r,null)):A&&(de(),L(A,1,1,()=>{A=null}),he());const x={};I&64&&(x.visible=y[6]),I&2&&(x.textUnfolded=y[1]),I&32&&(x.content=y[5]),c.$set(x);const k={};I&64&&(k.unfolded=y[6]),I&8&&(k.length=y[3]),I&48&&(k.outDelay=y[4]+20*Math.min((G=(B=y[5])==null?void 0:B.length)!=null?G:10,15)),h.$set(k),(!f||I&64)&&$(t,"unfolded",y[6])},i(y){f||(E(e.$$.fragment,y),E(A),E(c.$$.fragment,y),E(h.$$.fragment,y),f=!0)},o(y){L(e.$$.fragment,y),L(A),L(c.$$.fragment,y),L(h.$$.fragment,y),f=!1},d(y){y&&T(t),ne(e),A&&A.d(),ne(c),ne(h),m=!1,Je(p)}}}function Gu(n){let t,e,i,s,o,r,a;return e=new jt({props:{center:!0,blurRadius:15,spreadRadius:6}}),s=new Bu({props:{enable:n[6],url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[LI]},$$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=D("div"),se(e.$$.fragment),i=K(),se(s.$$.fragment),w(t,"class","audio svelte-1s6gk4a")},m(l,c){O(l,t,c),ie(e,t,null),S(t,i),ie(s,t,null),a=!0},p(l,c){n=l;const d={};c&64&&(d.enable=n[6]),c&1&&(d.url=n[0].data.audioUrl),c&1&&(d.hooksInfo={tag:n[0]}),c&8196&&(d.$$scope={dirty:c,ctx:n}),s.$set(d)},i(l){a||(E(e.$$.fragment,l),E(s.$$.fragment,l),l&&_e(()=>{a&&(r&&r.end(1),o=xi(t,et,{duration:1e3,delay:0,easing:mn}),o.start())}),a=!0)},o(l){var c,d;L(e.$$.fragment,l),L(s.$$.fragment,l),o&&o.invalidate(),l&&(r=dn(t,et,{duration:1e3,delay:20*Math.min((d=(c=n[5])==null?void 0:c.length)!=null?d:10,15),easing:mn})),a=!1},d(l){l&&T(t),ne(e),ne(s),l&&r&&r.end()}}}function LI(n){let t,e,i;return e=new Ru({props:{playing:n[2]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class","audio-icon__wrapper svelte-1s6gk4a")},m(s,o){O(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||(E(e.$$.fragment,s),i=!0)},o(s){L(e.$$.fragment,s),i=!1},d(s){s&&T(t),ne(e)}}}function TI(n){let t,e,i=n[0].state&&Qu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=Qu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function jI(n,t,e){let i,s,o,{tag:r}=t,a=!1,l=!1,c;function d(){e(1,a=!a)}const h=()=>{e(2,l=!0)},f=()=>{e(2,l=!1)},m=()=>{e(2,l=!1)};function p(g){rn.call(this,n,g)}const A=g=>{e(3,c=g.detail)};return n.$$set=g=>{"tag"in g&&e(0,r=g.tag)},n.$$.update=()=>{var g,b,y;n.$$.dirty&1&&e(6,i=!!((g=r.state)!=null&&g.unfolded)),n.$$.dirty&1&&e(5,s=(y=(b=r.data.title)!=null?b:r.data.text)!=null?y:""),n.$$.dirty&2&&e(4,o=a?450:0)},[r,a,l,c,o,s,i,d,h,f,m,p,A]}class zI extends ae{constructor(t){super(),re(this,t,jI,TI,oe,{tag:0},SI)}}function OI(n){fe(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 Nu(n){let t,e,i,s;return i=new Bu({props:{style:"width: max-content; height: max-content;",enable:n[0].state.visible,url:n[0].data.audioUrl,hooksInfo:{tag:n[0]},$$slots:{default:[VI]},$$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=D("div"),e=D("div"),se(i.$$.fragment),w(e,"class","audio-tag svelte-58hfjf"),z(e,"background-color",n[4].bgColor),z(e,"color",n[4].fontColor),w(t,"class","audio-tag__wrapper svelte-58hfjf")},m(o,r){O(o,t,r),S(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&&z(e,"background-color",o[4].bgColor),r&16&&z(e,"color",o[4].fontColor)},i(o){s||(E(i.$$.fragment,o),s=!0)},o(o){L(i.$$.fragment,o),s=!1},d(o){o&&T(t),ne(i)}}}function BI(n){let t;return{c(){t=xe(n[5])},m(e,i){O(e,t,i)},p(e,i){i&32&&Se(t,e[5])},d(e){e&&T(t)}}}function VI(n){let t,e,i,s,o,r,a;return i=new Ru({props:{playing:n[3]}}),r=new Zr({props:{maxWidth:72,maxLine:1,$$slots:{default:[BI]},$$scope:{ctx:n}}}),{c(){t=D("div"),e=D("div"),se(i.$$.fragment),s=K(),o=D("div"),se(r.$$.fragment),w(e,"class","audio-icon__wrapper svelte-58hfjf"),w(o,"class","text svelte-58hfjf"),w(t,"class","audio__inner svelte-58hfjf")},m(l,c){O(l,t,c),S(t,e),ie(i,e,null),S(t,s),S(t,o),ie(r,o,null),a=!0},p(l,c){const d={};c&8&&(d.playing=l[3]),i.$set(d);const h={};c&8224&&(h.$$scope={dirty:c,ctx:l}),r.$set(h)},i(l){a||(E(i.$$.fragment,l),E(r.$$.fragment,l),a=!0)},o(l){L(i.$$.fragment,l),L(r.$$.fragment,l),a=!1},d(l){l&&T(t),ne(i),ne(r)}}}function RI(n){let t,e,i=n[0].state&&Nu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state?i?(i.p(s,o),o&1&&E(i,1)):(i=Nu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function QI(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 d=()=>{e(3,c=!0)},h=()=>{e(3,c=!1)},f=()=>{e(3,c=!1)},m=g=>{e(1,a=g.detail)},p=g=>{e(2,l=g.detail)};function A(g){rn.call(this,n,g)}return n.$$set=g=>{"tag"in g&&e(0,o=g.tag)},n.$$.update=()=>{var g,b,y;n.$$.dirty&1&&e(5,i=(b=(g=o.data.title)!=null?g:o.data.text)!=null?b:""),n.$$.dirty&1&&e(4,s=(y=r[o.data.theme||"light"])!=null?y:r.light)},[o,a,l,c,s,i,d,h,f,m,p,A]}class GI extends ae{constructor(t){super(),re(this,t,QI,RI,oe,{tag:0},OI)}}function NI(n){let t,e;return t=new GI({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function FI(n){let t,e;return t=new zI({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function _I(n){let t,e,i,s;const o=[FI,NI],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=Ce()},m(l,c){~t&&r[t].m(l,c),O(l,i,c),s=!0},p(l,[c]){let d=t;t=a(l),t===d?~t&&r[t].p(l,c):(e&&(de(),L(r[d],1,1,()=>{r[d]=null}),he()),~t?(e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),E(e,1),e.m(i.parentNode,i)):e=null)},i(l){s||(E(e),s=!0)},o(l){L(e),s=!1},d(l){~t&&r[t].d(l),l&&T(i)}}}function HI(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 WI extends ae{constructor(t){super(),re(this,t,HI,_I,oe,{tag:0})}}function YI(n){fe(n,"svelte-10cw0el",".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}")}function Fu(n){var s;let t,e,i;return e=new yu({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=D("div"),se(e.$$.fragment),w(t,"class","media-wrapper svelte-10cw0el")},m(o,r){O(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||(E(e.$$.fragment,o),i=!0)},o(o){L(e.$$.fragment,o),i=!1},d(o){o&&T(t),ne(e)}}}function UI(n){let t,e,i=n[0].state&&n[5]&&Fu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0].state&&s[5]?i?(i.p(s,o),o&33&&E(i,1)):(i=Fu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function XI(n,t,e){let i,s,o,r,a,l,{tag:c}=t;return n.$$set=d=>{"tag"in d&&e(0,c=d.tag)},n.$$.update=()=>{var d,h;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=(d=c.data.autoplayConfig)!=null?d:{autoplay:o!=null?o:!0,autoplayVideo:!0}),n.$$.dirty&1&&e(2,l=(h=c.data.objectFit)!=null?h:(()=>c.data.adaptationMode==="stretch"?"fill":c.data.adaptationMode==="proportional"?"contain":void 0)())},[c,o,l,a,r,s,i]}class ZI extends ae{constructor(t){super(),re(this,t,XI,UI,oe,{tag:0},YI)}}function _u(n){return H(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 JI(n){return H(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 _u(t);return me(V({},n),{width:i/e,height:s/e})})}function qI(n){return H(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 _u(e),a=o/i,l=r/i,c=a/t,d=l,h=1/s*t+"s";return me(V({},n),{width:c,height:d,duration:h})})}function KI(n){fe(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 Hu(n){n[1]=n[19].width}function Wu(n){n[1]=n[19].width,n[16]=n[19].height,n[17]=n[19].steps,n[18]=n[19].duration}function Yu(n){let t,e,i,s=n[0]&&Uu();function o(l,c){return l[8]?eP:$I}let r=o(n),a=r(n);return{c(){t=D("div"),s&&s.c(),e=K(),a.c(),w(t,"class","icon"),z(t,"width",n[1])},m(l,c){O(l,t,c),s&&s.m(t,null),S(t,e),a.m(t,null),i=!0},p(l,c){l[0]?s?c&1&&E(s,1):(s=Uu(),s.c(),E(s,1),s.m(t,e)):s&&(de(),L(s,1,1,()=>{s=null}),he()),r===(r=o(l))&&a?a.p(l,c):(a.d(1),a=r(l),a&&(a.c(),a.m(t,null))),c&2&&z(t,"width",l[1])},i(l){i||(E(s),i=!0)},o(l){L(s),i=!1},d(l){l&&T(t),s&&s.d(),a.d()}}}function Uu(n){let t,e;return t=new jt({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function $I(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:nP,then:iP,catch:tP,value:19};return Ws(e=n[11](Fe({url:n[7],ratio:n[5]})),i),{c(){t=Ce(),i.block.c()},m(s,o){O(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](Fe({url:n[7],ratio:n[5]})))&&Ws(e,i)||Wl(i,n,o)},d(s){s&&T(t),i.block.d(s),i.token=null,i=null}}}function eP(n){let t,e,i={ctx:n,current:null,token:null,hasCatch:!1,pending:rP,then:oP,catch:sP,value:19};return Ws(e=n[10](Fe({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})),i),{c(){t=Ce(),i.block.c()},m(s,o){O(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](Fe({url:n[7],steps:n[2],fps:n[6],ratio:n[5]})))&&Ws(e,i)||Wl(i,n,o)},d(s){s&&T(t),i.block.d(s),i.token=null,i=null}}}function tP(n){return{c:Z,m:Z,p:Z,d:Z}}function iP(n){Hu(n);let t,e;return{c(){t=D("img"),w(t,"alt","tag-icon"),w(t,"class","icon-image svelte-316sq3"),qe(t.src,e=n[7])||w(t,"src",e),z(t,"width",Ht(xn({originWidth:n[1],scale:n[4],wantedWidth:n[3]}).width))},m(i,s){O(i,t,s)},p(i,s){Hu(i),s&128&&!qe(t.src,e=i[7])&&w(t,"src",e),s&184&&z(t,"width",Ht(xn({originWidth:i[1],scale:i[4],wantedWidth:i[3]}).width))},d(i){i&&T(t)}}}function nP(n){return{c:Z,m:Z,p:Z,d:Z}}function sP(n){return{c:Z,m:Z,p:Z,d:Z}}function oP(n){Wu(n);let t,e=`url(${n[7]})`,i=`steps(${n[17]-1})`;return{c(){t=D("div"),w(t,"class","icon-keyframe svelte-316sq3"),z(t,"width",Ht(xn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).width)),z(t,"height",Ht(xn({originWidth:n[1],originHeight:n[16],scale:n[4],wantedWidth:n[3]}).height)),z(t,"background-image",e),z(t,"animation-duration",n[18]),z(t,"animation-timing-function",i)},m(s,o){O(s,t,o)},p(s,o){Wu(s),o&252&&z(t,"width",Ht(xn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).width)),o&252&&z(t,"height",Ht(xn({originWidth:s[1],originHeight:s[16],scale:s[4],wantedWidth:s[3]}).height)),o&128&&e!==(e=`url(${s[7]})`)&&z(t,"background-image",e),o&228&&z(t,"animation-duration",s[18]),o&228&&i!==(i=`steps(${s[17]-1})`)&&z(t,"animation-timing-function",i)},d(s){s&&T(t)}}}function rP(n){return{c:Z,m:Z,p:Z,d:Z}}function aP(n){let t,e,i=n[9]&&Yu(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[9]?i?(i.p(s,o),o&512&&E(i,1)):(i=Yu(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function xn(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 me(V({},n),{width:o,height:r})}function lP(n,t,e){let i,s,o,r,a,l,c,d,h,{width:f=null}=t,{icon:m=null}=t,{shadow:p=!1}=t;const A=_s();function g(I){return H(this,null,function*(){const C=yield qI(I);return A("iconLoaded",C),C})}function b(I){return H(this,null,function*(){if(typeof h=="number")return me(V({},I),{width:h});const C=yield JI(I);return A("iconLoaded",C),C})}function y(){d||A("iconLoaded")}return pt(()=>{y()}),n.$$set=I=>{"width"in I&&e(1,f=I.width),"icon"in I&&e(12,m=I.icon),"shadow"in I&&e(0,p=I.shadow)},n.$$.update=()=>{var I,C;n.$$.dirty&4096&&e(7,i=m==null?void 0:m.url),n.$$.dirty&4096&&e(2,s=(I=m==null?void 0:m.steps)!=null?I:1),n.$$.dirty&4096&&e(6,o=m==null?void 0:m.fps),n.$$.dirty&4096&&e(5,r=m==null?void 0:m.ratio),n.$$.dirty&4096&&e(4,a=(C=m==null?void 0:m.scale)!=null?C:1),n.$$.dirty&4096&&e(3,l=m==null?void 0:m.width),n.$$.dirty&252&&e(9,c=Fe({url:i,steps:s,fps:o,ratio:r,scale:a,width:l})),n.$$.dirty&4&&e(8,d=s>1),n.$$.dirty&2&&(h=f)},y(),[p,f,s,l,a,r,o,i,d,c,g,b,m]}class Xu extends ae{constructor(t){super(),re(this,t,lP,aP,oe,{width:1,icon:12,shadow:0},KI)}}function cP(n){fe(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 Zu(n){let t,e,i,s,o,r;return e=new jt({props:{outDelay:0,inDelay:0,center:!0,width:"80%",blurRadius:40,spreadRadius:16,opacity:.08}}),{c(){t=D("div"),se(e.$$.fragment),i=K(),s=D("div"),o=xe(n[1]),w(s,"class","text svelte-e58ijk"),w(t,"class","text-wrapper svelte-e58ijk")},m(a,l){O(a,t,l),ie(e,t,null),S(t,i),S(t,s),S(s,o),r=!0},p(a,l){(!r||l&2)&&Se(o,a[1])},i(a){r||(E(e.$$.fragment,a),r=!0)},o(a){L(e.$$.fragment,a),r=!1},d(a){a&&T(t),ne(e)}}}function dP(n){let t,e,i,s;e=new Xu({props:{icon:n[0],shadow:!0}}),e.$on("iconLoaded",n[4]);let o=n[1]&&n[2]&&Zu(n);return{c(){t=D("div"),se(e.$$.fragment),i=K(),o&&o.c(),w(t,"class","wrapper svelte-e58ijk")},m(r,a){O(r,t,a),ie(e,t,null),S(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&&E(o,1)):(o=Zu(r),o.c(),E(o,1),o.m(t,null)):o&&(de(),L(o,1,1,()=>{o=null}),he())},i(r){s||(E(e.$$.fragment,r),E(o),s=!0)},o(r){L(e.$$.fragment,r),L(o),s=!1},d(r){r&&T(t),ne(e),o&&o.d()}}}function hP(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,d;n.$$.dirty&8&&e(1,s=(l=r.data.title)!=null?l:r.data.text),n.$$.dirty&8&&e(0,o=(d=r.data.icon)!=null?d:(c=r.style)==null?void 0:c.point)},e(2,i=!1),[o,s,i,r,a]}class uP extends ae{constructor(t){super(),re(this,t,hP,dP,oe,{tag:3},cP)}}function fP(n){fe(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 Ju(n){let t,e,i,s,o,r=n[0].type==="Image"&&qu(n);return{c(){t=D("div"),e=D("div"),r&&r.c(),i=K(),s=D("div"),w(e,"class","media-item svelte-nnvupv"),w(e,"draggable","false"),w(s,"class","line svelte-nnvupv"),w(t,"class","wrapper svelte-nnvupv")},m(a,l){O(a,t,l),S(t,e),r&&r.m(e,null),S(t,i),S(t,s),o=!0},p(a,l){a[0].type==="Image"?r?(r.p(a,l),l&1&&E(r,1)):(r=qu(a),r.c(),E(r,1),r.m(e,null)):r&&(de(),L(r,1,1,()=>{r=null}),he())},i(a){o||(E(r),o=!0)},o(a){L(r),o=!1},d(a){a&&T(t),r&&r.d()}}}function qu(n){let t,e,i,s,o,r;return t=new jt({props:{blurRadius:22,spreadRadius:16,height:"80%",width:"80%",center:!0,round:!0}}),{c(){var a;se(t.$$.fragment),e=K(),i=D("img"),w(i,"class","media-content svelte-nnvupv"),qe(i.src,s=(a=n[0].thumbnail)!=null?a:n[0].url)||w(i,"src",s),w(i,"alt",o=n[0].name),w(i,"draggable",!1)},m(a,l){ie(t,a,l),O(a,e,l),O(a,i,l),r=!0},p(a,l){var c;(!r||l&1&&!qe(i.src,s=(c=a[0].thumbnail)!=null?c:a[0].url))&&w(i,"src",s),(!r||l&1&&o!==(o=a[0].name))&&w(i,"alt",o)},i(a){r||(E(t.$$.fragment,a),r=!0)},o(a){L(t.$$.fragment,a),r=!1},d(a){ne(t,a),a&&T(e),a&&T(i)}}}function mP(n){let t,e,i=n[0]&&Ju(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[0]?i?(i.p(s,o),o&1&&E(i,1)):(i=Ju(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function gP(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 pP extends ae{constructor(t){super(),re(this,t,gP,mP,oe,{tag:1},fP)}}function AP(n){fe(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function vP(n){let t,e;return{c(){t=new Rs(!1),e=Ce(),t.a=e},m(i,s){t.m(n[2],i,s),O(i,e,s)},p:Z,d(i){i&&T(e),i&&t.d()}}}function bP(n){let t,e=typeof n[2]=="string"&&vP(n);return{c(){t=D("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj"),$(t,"unfolded",n[1])},m(i,s){O(i,t,s),e&&e.m(t,null),n[5](t)},p(i,[s]){typeof i[2]=="string"&&e.p(i,s),s&2&&$(t,"unfolded",i[1])},i:Z,o:Z,d(i){i&&T(t),e&&e.d(),n[5](null)}}}function yP(n,t,e){var d,h;let i,{tag:s}=t,{renderMap:o=new Map}=t,r,a=(h=s.element)!=null?h:(d=o.get(s.contentType))==null?void 0:d.renderer,l;pt(()=>{r&&(a instanceof Element?(r.appendChild(a),l=()=>{a instanceof Element&&a.remove()}):typeof a=="function"&&(l=a(r,s)))}),Lt(()=>{l==null||l()});function c(f){Ne[f?"unshift":"push"](()=>{r=f,e(0,r)})}return n.$$set=f=>{"tag"in f&&e(3,s=f.tag),"renderMap"in f&&e(4,o=f.renderMap)},n.$$.update=()=>{n.$$.dirty&8&&e(1,i=s.state.unfolded)},[r,i,a,s,o,c]}class wP extends ae{constructor(t){super(),re(this,t,yP,bP,oe,{tag:3,renderMap:4},AP)}}function CP(n){fe(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 IP(n){let t,e;return{c(){t=D("div"),w(t,"data-info","tag content is keep folded"),w(t,"data-id",e=n[1].id)},m(i,s){O(i,t,s)},p(i,s){s&2&&e!==(e=i[1].id)&&w(t,"data-id",e)},i:Z,o:Z,d(i){i&&T(t)}}}function PP(n){let t,e,i,s,o,r,a,l,c,d;const h=[TP,LP,SP,DP,xP,EP,MP],f=[];function m(p,A){return p[1].contentType==="Text"?0:p[1].contentType==="ImageText"||p[1].contentType==="Image"||p[1].contentType==="Video"?1:p[1].contentType==="Audio"?2:p[1].contentType==="Marketing"?3:p[1].contentType==="Link"||p[1].contentType==="VRLink"||p[1].contentType==="PanoLink"||p[1].contentType==="Sticker"?4:p[1].contentType==="MediaPlane"||p[1].contentType==="MediaModel"?5:p[1].contentType==="Panorama"?6:-1}return~(s=m(n))&&(o=f[s]=h[s](n)),{c(){var p;t=D("div"),e=D("div"),i=D("div"),o&&o.c(),w(i,"class","content svelte-qz1wo5"),$(i,"unfolded",(p=n[1].state)==null?void 0:p.unfolded),w(e,"class","content__wrapper svelte-qz1wo5"),w(t,"class",r=Qe(at("content__container",n[1].className))+" svelte-qz1wo5"),w(t,"data-id",a=n[1].id),$(t,"disable",n[1].enabled===!1),$(t,"hide",n[5]),$(t,"withAnimation",n[0]),$(t,"unClickable",n[1].config.clickable===!1),z(t,"width",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0),z(t,"height",n[1].stickType==="Plane"||n[1].contentType==="MediaModel"?"100%":0)},m(p,A){O(p,t,A),S(t,e),S(e,i),~s&&f[s].m(i,null),l=!0,c||(d=ye(t,"click",Rl(n[15])),c=!0)},p(p,A){var b;let g=s;s=m(p),s===g?~s&&f[s].p(p,A):(o&&(de(),L(f[g],1,1,()=>{f[g]=null}),he()),~s?(o=f[s],o?o.p(p,A):(o=f[s]=h[s](p),o.c()),E(o,1),o.m(i,null)):o=null),(!l||A&2)&&$(i,"unfolded",(b=p[1].state)==null?void 0:b.unfolded),(!l||A&2&&r!==(r=Qe(at("content__container",p[1].className))+" svelte-qz1wo5"))&&w(t,"class",r),(!l||A&2&&a!==(a=p[1].id))&&w(t,"data-id",a),(!l||A&2)&&$(t,"disable",p[1].enabled===!1),(!l||A&34)&&$(t,"hide",p[5]),(!l||A&3)&&$(t,"withAnimation",p[0]),(!l||A&2)&&$(t,"unClickable",p[1].config.clickable===!1),A&2&&z(t,"width",p[1].stickType==="Plane"||p[1].contentType==="MediaModel"?"100%":0),A&2&&z(t,"height",p[1].stickType==="Plane"||p[1].contentType==="MediaModel"?"100%":0)},i(p){l||(E(o),l=!0)},o(p){L(o),l=!1},d(p){p&&T(t),~s&&f[s].d(),c=!1,d()}}}function kP(n){let t,e,i,s,o,r,a;return e=new wP({props:{tag:Fe(n[1]),renderMap:n[3]}}),{c(){t=D("div"),se(e.$$.fragment),w(t,"class",i=Qe(at("content__container",n[1].className))+" svelte-qz1wo5"),w(t,"data-id",s=n[1].id),$(t,"custom-tag-disable",n[1].enabled===!1),$(t,"custom-tag-hide",n[5])},m(l,c){O(l,t,c),ie(e,t,null),o=!0,r||(a=ye(t,"click",n[14]),r=!0)},p(l,c){const d={};c&2&&(d.tag=Fe(l[1])),c&8&&(d.renderMap=l[3]),e.$set(d),(!o||c&2&&i!==(i=Qe(at("content__container",l[1].className))+" svelte-qz1wo5"))&&w(t,"class",i),(!o||c&2&&s!==(s=l[1].id))&&w(t,"data-id",s),(!o||c&2)&&$(t,"custom-tag-disable",l[1].enabled===!1),(!o||c&34)&&$(t,"custom-tag-hide",l[5])},i(l){o||(E(e.$$.fragment,l),o=!0)},o(l){L(e.$$.fragment,l),o=!1},d(l){l&&T(t),ne(e),r=!1,a()}}}function MP(n){let t,e;return t=new pP({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function EP(n){let t,e;return t=new ZI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function xP(n){let t,e;return t=new uP({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function DP(n){let t,e;return t=new CI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function SP(n){let t,e;return t=new WI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function LP(n){let t,e;return t=new vI({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function TP(n){let t,e;return t=new Vy({props:{tag:Fe(n[1])}}),{c(){se(t.$$.fragment)},m(i,s){ie(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=Fe(i[1])),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function jP(n){let t,e,i,s,o;const r=[kP,PP,IP],a=[];function l(c,d){return d&10&&(t=null),t==null&&(t=!!(c[1].element||c[3].has(c[1].contentType))),t?0:c[4]?1:2}return e=l(n,-1),i=a[e]=r[e](n),{c(){i.c(),s=Ce()},m(c,d){a[e].m(c,d),O(c,s,d),o=!0},p(c,[d]){let h=e;e=l(c,d),e===h?a[e].p(c,d):(de(),L(a[h],1,1,()=>{a[h]=null}),he(),i=a[e],i?i.p(c,d):(i=a[e]=r[e](c),i.c()),E(i,1),i.m(s.parentNode,s))},i(c){o||(E(i),o=!0)},o(c){L(i),o=!1},d(c){a[e].d(c),c&&T(s)}}}function zP(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 OP(n,t,e){let i,s,o,r,a,l,{withAnimation:c=!1}=t,{tag:d}=t,{hooks:h}=t,{renderMap:f=new Map}=t,{state:m}=t,{mediaStore:p}=t,{temporaryState:A}=t;ar("hooks",h),ar("mediaStore",p);let g,b;function y(x){x?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}const I=x=>h.emit("click",{event:x,target:"TagContent",tag:d}),C=x=>h.emit("click",{event:x,target:"TagContent",tag:d});return n.$$set=x=>{"withAnimation"in x&&e(0,c=x.withAnimation),"tag"in x&&e(1,d=x.tag),"hooks"in x&&e(2,h=x.hooks),"renderMap"in x&&e(3,f=x.renderMap),"state"in x&&e(6,m=x.state),"mediaStore"in x&&e(7,p=x.mediaStore),"temporaryState"in x&&e(8,A=x.temporaryState)},n.$$.update=()=>{var x,k,B,G,N,U,R,_,W,F,Y;n.$$.dirty&2&&e(12,i=(x=d.state)==null?void 0:x.unfolded),n.$$.dirty&2&&e(11,s=(k=d.state)==null?void 0:k.visible),n.$$.dirty&322&&e(13,o=m.visible&&A.visible&&((B=d.state)==null?void 0:B.visible)),n.$$.dirty&2&&(r=d.id),n.$$.dirty&322&&e(5,a=!zP(d,m,A)),n.$$.dirty&8192&&y(o),n.$$.dirty&7682&&d.hooks&&(i!==void 0&&i!==b&&(e(10,b=i),i?(N=(G=d.hooks).emit)==null||N.call(G,"unfolded"):(R=d==null?void 0:(U=d.hooks).emit)==null||R.call(U,"folded")),s!==void 0&&s!==g&&(e(9,g=s),s?(W=(_=d.hooks).emit)==null||W.call(_,"show"):(Y=(F=d.hooks).emit)==null||Y.call(F,"hide"))),n.$$.dirty&2&&e(4,l=(()=>!(typeof d.config.unfoldedConfig=="object"&&d.config.unfoldedConfig.keep==="folded"))())},[c,d,h,f,l,a,m,p,A,g,b,s,i,o,I,C]}let Ku=class extends ae{constructor(t){super(),re(this,t,OP,jP,oe,{withAnimation:0,tag:1,hooks:2,renderMap:3,state:6,mediaStore:7,temporaryState:8},CP)}};function BP(n){fe(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 VP(n){let t,e,i,s,o,r,a,l,c,d,h,f;return s=new jt({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}}),c=new Xu({props:{icon:n[2],width:n[1]}}),c.$on("iconLoaded",n[7]),{c(){t=D("div"),e=D("div"),i=K(),se(s.$$.fragment),o=K(),r=D("div"),a=K(),l=D("div"),se(c.$$.fragment),w(e,"class","tag-point-click-helper svelte-7aiuwz"),w(r,"class","tag-unfolded-point svelte-7aiuwz"),z(r,"transition-delay",(n[3]?n[5]:0)+"ms"),w(l,"class","tag-folded-point svelte-7aiuwz"),z(l,"transition-delay",(n[3]?n[5]:0)+"ms"),w(t,"class","tag-point-wrapper svelte-7aiuwz"),$(t,"unfolded",n[0]),$(t,"folded",n[3])},m(m,p){O(m,t,p),S(t,e),S(t,i),ie(s,t,null),S(t,o),S(t,r),S(t,a),S(t,l),ie(c,l,null),d=!0,h||(f=ye(e,"click",n[4]),h=!0)},p(m,[p]){p&8&&z(r,"transition-delay",(m[3]?m[5]:0)+"ms");const A={};p&4&&(A.icon=m[2]),p&2&&(A.width=m[1]),c.$set(A),p&8&&z(l,"transition-delay",(m[3]?m[5]:0)+"ms"),(!d||p&1)&&$(t,"unfolded",m[0]),(!d||p&8)&&$(t,"folded",m[3])},i(m){d||(E(s.$$.fragment,m),E(c.$$.fragment,m),d=!0)},o(m){L(s.$$.fragment,m),L(c.$$.fragment,m),d=!1},d(m){m&&T(t),ne(s),ne(c),h=!1,f()}}}function RP(n,t,e){let i,s,o,r;const a=fi("hooks");let{tag:l}=t,c,d=!1;const h=()=>{c!==void 0&&clearTimeout(c),d=!0,c=setTimeout(()=>{d=!1},800)},f=A=>{d||a.emit("click",{event:A,target:"TagPoint",tag:l})},m=(()=>l.contentType==="Text"&&l.data.appearance==="plane"?500:800)();function p(A){rn.call(this,n,A)}return n.$$set=A=>{"tag"in A&&e(6,l=A.tag)},n.$$.update=()=>{var A,g,b,y;n.$$.dirty&64&&e(0,i=(A=l.state)==null?void 0:A.unfolded),n.$$.dirty&1&&e(3,s=!i),n.$$.dirty&64&&e(2,o=(b=(g=l.style)==null?void 0:g.point)!=null&&b.url?(y=l.style)==null?void 0:y.point:{url:kb}),n.$$.dirty&64&&e(1,r=(()=>{var x,k,B,G;const I=(k=(x=l.style)==null?void 0:x.point)==null?void 0:k.width;if(typeof I=="number")return I;const C=(G=(B=l.style)==null?void 0:B.point)==null?void 0:G.size;if(typeof C=="number")return C;if(C==="S")return 18;if(C==="M")return 20;if(C==="L")return 24;if(C==="XL")return 28})())},h(),[i,r,o,s,f,m,l,p]}class QP extends ae{constructor(t){super(),re(this,t,RP,VP,oe,{tag:6},BP)}}function GP(n){fe(n,"svelte-t2hepc",".tag.svelte-t2hepc{will-change:opacity}.tag.withAnimation.svelte-t2hepc{transition:opacity 0.2s linear}.tag.hide.svelte-t2hepc{opacity:0;pointer-events:none}.tag.hide.svelte-t2hepc *{pointer-events:none !important}.tag.unClickable.svelte-t2hepc{pointer-events:none !important}.tag.unClickable.svelte-t2hepc *{pointer-events:none !important}.tag.disable.svelte-t2hepc{display:none}.wrapper.svelte-t2hepc{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}")}function $u(n){let t,e,i,s,o,r,a,l,c,d;const h=[FP,NP],f=[];function m(b,y){return b[14]?0:1}i=m(n),s=f[i]=h[i](n);const p=[HP,_P],A=[];function g(b,y){return b[13]?0:1}return r=g(n),a=A[r]=p[r](n),{c(){t=D("div"),e=D("div"),s.c(),o=K(),a.c(),w(e,"class",l=Qe(at("wrapper",n[1].className?`${n[1].className}__wrapper`:void 0))+" svelte-t2hepc"),w(e,"data-tag-unfolded",n[9]),w(e,"data-tag-id",n[12]),w(e,"data-content-type",c=n[1].contentType),z(e,"left",n[8]),z(e,"top",n[7]),w(t,"class","tag svelte-t2hepc"),w(t,"data-tag-id",n[12]),$(t,"unClickable",n[1].config.clickable===!1),$(t,"disable",n[11]),$(t,"hide",n[10]),$(t,"withAnimation",n[0])},m(b,y){O(b,t,y),S(t,e),f[i].m(e,null),S(e,o),A[r].m(e,null),d=!0},p(b,y){let I=i;i=m(b),i===I?f[i].p(b,y):(de(),L(f[I],1,1,()=>{f[I]=null}),he(),s=f[i],s?s.p(b,y):(s=f[i]=h[i](b),s.c()),E(s,1),s.m(e,o));let C=r;r=g(b),r===C?A[r].p(b,y):(de(),L(A[C],1,1,()=>{A[C]=null}),he(),a=A[r],a?a.p(b,y):(a=A[r]=p[r](b),a.c()),E(a,1),a.m(e,null)),(!d||y&2&&l!==(l=Qe(at("wrapper",b[1].className?`${b[1].className}__wrapper`:void 0))+" svelte-t2hepc"))&&w(e,"class",l),(!d||y&512)&&w(e,"data-tag-unfolded",b[9]),(!d||y&4096)&&w(e,"data-tag-id",b[12]),(!d||y&2&&c!==(c=b[1].contentType))&&w(e,"data-content-type",c),y&256&&z(e,"left",b[8]),y&128&&z(e,"top",b[7]),(!d||y&4096)&&w(t,"data-tag-id",b[12]),(!d||y&2)&&$(t,"unClickable",b[1].config.clickable===!1),(!d||y&2048)&&$(t,"disable",b[11]),(!d||y&1024)&&$(t,"hide",b[10]),(!d||y&1)&&$(t,"withAnimation",b[0])},i(b){d||(E(s),E(a),d=!0)},o(b){L(s),L(a),d=!1},d(b){b&&T(t),f[i].d(),A[r].d()}}}function NP(n){let t;return{c(){t=D("div"),w(t,"data-info","tag point is disable")},m(e,i){O(e,t,i)},p:Z,i:Z,o:Z,d(e){e&&T(t)}}}function FP(n){let t,e;return t=new QP({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||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function _P(n){let t;return{c(){t=D("div"),w(t,"data-info","tag content is disable")},m(e,i){O(e,t,i)},p:Z,i:Z,o:Z,d(e){e&&T(t)}}}function HP(n){let t,e;return t=new Ku({props:{mediaStore:n[2],withAnimation:n[0],tag:Fe(n[1]),hooks:n[15],state:n[4],temporaryState:n[5],renderMap:n[3]}}),{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=Fe(i[1])),s&16&&(o.state=i[4]),s&32&&(o.temporaryState=i[5]),s&8&&(o.renderMap=i[3]),t.$set(o)},i(i){e||(E(t.$$.fragment,i),e=!0)},o(i){L(t.$$.fragment,i),e=!1},d(i){ne(t,i)}}}function WP(n){let t,e,i=n[6]&&$u(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[6]?i?(i.p(s,o),o&64&&E(i,1)):(i=$u(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function YP(n,t,e){let i,s,o,r,a,l,c,d,h,{withAnimation:f=!1}=t,{tag:m}=t,{mediaStore:p}=t,{renderMap:A=new Map}=t,{state:g}=t,{temporaryState:b}=t;const y=fi("hooks");return n.$$set=I=>{"withAnimation"in I&&e(0,f=I.withAnimation),"tag"in I&&e(1,m=I.tag),"mediaStore"in I&&e(2,p=I.mediaStore),"renderMap"in I&&e(3,A=I.renderMap),"state"in I&&e(4,g=I.state),"temporaryState"in I&&e(5,b=I.temporaryState)},n.$$.update=()=>{var I,C,x;n.$$.dirty&2&&e(14,i=(()=>{var k,B;return!(((B=(k=m.style)==null?void 0:k.point)==null?void 0:B.enabled)===!1||m.contentType==="Sticker"||m.contentType==="Link"||m.contentType==="VRLink"||m.contentType==="PanoLink"||m.contentType==="Panorama"||m.contentType==="Audio"&&m.data.appearance==="plane")})()),n.$$.dirty&2&&e(13,s=(()=>m.stickType==="2DPoint")()),n.$$.dirty&2&&e(12,o=m.id),n.$$.dirty&2&&e(11,r=m.enabled===!1||!m.state),n.$$.dirty&2&&e(10,a=!((I=m.state)!=null&&I.visible)||((C=m.temporaryState)==null?void 0:C.visible)===!1||!m.screenPosition),n.$$.dirty&2&&e(9,l=(x=m.state)==null?void 0:x.unfolded),n.$$.dirty&2&&e(6,c=m.screenPosition),n.$$.dirty&64&&e(8,d=(c==null?void 0:c.leftPercent)+"%"),n.$$.dirty&64&&e(7,h=(c==null?void 0:c.topPercent)+"%")},[f,m,p,A,g,b,c,h,d,l,a,r,o,s,i,y]}class UP extends ae{constructor(t){super(),re(this,t,YP,WP,oe,{withAnimation:0,tag:1,mediaStore:2,renderMap:3,state:4,temporaryState:5},GP)}}function XP(n){fe(n,"svelte-p0nosq",".tag--container.svelte-p0nosq{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)}.withAnimation.svelte-p0nosq{transition:opacity 0.2s linear}.tag--container.hide.svelte-p0nosq{opacity:0;pointer-events:none}.tag--container.hide.svelte-p0nosq *{pointer-events:none !important}")}function ef(n,t,e){const i=n.slice();return i[7]=t[e],i}function tf(n){let t,e=[],i=new Map,s,o=n[1];const r=a=>a[7].id;for(let a=0;a<o.length;a+=1){let l=ef(n,o,a),c=r(l);i.set(c,e[a]=nf(c,l))}return{c(){t=D("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","tag--container svelte-p0nosq"),$(t,"hide",!n[4].visible||!n[5].visible),$(t,"withAnimation",n[0])},m(a,l){O(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&63&&(o=a[1],de(),e=Tt(e,l,r,1,a,o,i,t,mi,nf,null,ef),he()),(!s||l&48)&&$(t,"hide",!a[4].visible||!a[5].visible),(!s||l&1)&&$(t,"withAnimation",a[0])},i(a){if(!s){for(let l=0;l<o.length;l+=1)E(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)L(e[l]);s=!1},d(a){a&&T(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}function nf(n,t){let e,i,s;return i=new UP({props:{state:t[4],temporaryState:t[5],withAnimation:t[0],tag:t[7],mediaStore:t[2],renderMap:t[3]}}),{key:n,first:null,c(){e=Ce(),se(i.$$.fragment),this.first=e},m(o,r){O(o,e,r),ie(i,o,r),s=!0},p(o,r){t=o;const a={};r&16&&(a.state=t[4]),r&32&&(a.temporaryState=t[5]),r&1&&(a.withAnimation=t[0]),r&2&&(a.tag=t[7]),r&4&&(a.mediaStore=t[2]),r&8&&(a.renderMap=t[3]),i.$set(a)},i(o){s||(E(i.$$.fragment,o),s=!0)},o(o){L(i.$$.fragment,o),s=!1},d(o){o&&T(e),ne(i,o)}}}function ZP(n){let t,e,i=n[4].enabled&&tf(n);return{c(){i&&i.c(),t=Ce()},m(s,o){i&&i.m(s,o),O(s,t,o),e=!0},p(s,[o]){s[4].enabled?i?(i.p(s,o),o&16&&E(i,1)):(i=tf(s),i.c(),E(i,1),i.m(t.parentNode,t)):i&&(de(),L(i,1,1,()=>{i=null}),he())},i(s){e||(E(i),e=!0)},o(s){L(i),e=!1},d(s){i&&i.d(s),s&&T(t)}}}function JP(n,t,e){let{withAnimation:i=!1}=t,{tags:s=[]}=t,{hooks:o}=t,{mediaStore:r}=t,{renderMap:a}=t,{state:l}=t,{temporaryState:c}=t;return ar("hooks",o),n.$$set=d=>{"withAnimation"in d&&e(0,i=d.withAnimation),"tags"in d&&e(1,s=d.tags),"hooks"in d&&e(6,o=d.hooks),"mediaStore"in d&&e(2,r=d.mediaStore),"renderMap"in d&&e(3,a=d.renderMap),"state"in d&&e(4,l=d.state),"temporaryState"in d&&e(5,c=d.temporaryState)},[i,s,r,a,l,c,o]}class qP extends ae{constructor(t){super(),re(this,t,JP,ZP,oe,{withAnimation:0,tags:1,hooks:6,mediaStore:2,renderMap:3,state:4,temporaryState:5},XP)}}const KP=new Fn.GLTFLoader;function $P(n){return new Promise((t,e)=>{function i(o){t(o)}function s(o){e(o)}KP.load(n,i,void 0,s)})}const e2=new Map,t2=new Map;class i2 extends q1{constructor(e){super(e);u(this,"group",new Q.Group);u(this,"renderMap",new Map);u(this,"imagePlaneGroup",new Q.Group);u(this,"gltfObjectGroup",new Q.Group);u(this,"enabledModelTagSet",new Set);u(this,"temporaryState",{visible:!0});u(this,"TagContainerSvelte");u(this,"loadModel",e=>H(this,null,function*(){var a;const i=e.data.modelUrl;if(!i)return;e.loading=!0;const s=$P(i).then(l=>{var h;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 Q.Matrix4().fromArray(e.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.getVisible(e),(h=this.getTagConfig(e).modelConfig)!=null&&h.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(),_t(e)){if(this.getRenderType(e)==="Mesh"&&!e.mediaPlane){const l=e.data.mediaPosition.map(Jt);e.mediaPlane=new vh(e.data.mediaData[0].url,e.data.mediaPosition.map(Jt),{objectFit:e.data.objectFit});const c=new Q.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){this.renderMap.set(e,{renderer:i})}clearTags(){this.tags.forEach(e=>{var i,s;(s=(i=e.mediaPlane)==null?void 0:i.parent)==null||s.remove(e.mediaPlane)}),this.tags=[],this.enabledModelTagSet.clear(),this.clearCache(),this.disposeAllCSS3DContainer(),this.updateRenderAllTags()}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,f,m;const s=i.data.mediaData[0];if(!s)return;const{url:o}=s;if(!o)return;i.mediaPlane&&!((f=(h=i.state)==null?void 0:h.visible)==null||f)&&i.mediaPlane instanceof Yr&&i.mediaPlane.pause();const r=i.position.map(Jt),a=this.getCurrentVisibleState(i),l=(()=>!!(i.mediaPlane&&!a))(),c=(()=>!!(!i.mediaPlane&&a))(),d=(()=>!!(i.mediaPlane&&i.mediaPlane.src!==o))();if((l||d)&&i.mediaPlane&&(this.imagePlaneGroup.remove(i.mediaPlane),i.mediaPlane.dispose(),i.mediaPlane.removeFromParent(),i.mediaPlane=void 0),c||d){const p=new Yr(o,r,{videoCoverSrc:s.videoCoverUrl,playButton:i.data.playIcon,paused:!((m=i.data.autoplayConfig)!=null&&m.autoplayVideo),objectFit:i.data.objectFit,videoTextureMap:e2,ImageTextureMap:t2,domEvents:this.domEvents});p.onVideoReady=g=>{g.addEventListener("play",()=>this.mediaStore.set({currentMediaElement:p.videoInstance}))};const A=g=>(this.five.on("renderFrame",g),()=>this.five.off("renderFrame",g));p.initialRenderHooks(A),i.mediaPlane=p,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(Jt),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 vh(s,o,{objectFit:i.data.objectFit}),this.getTagConfig(i).clickable!==!1&&this.domEvents.addAutoBindEventListener(i.mediaPlane,"click",d=>{this.hooks.emit("click",{tag:i,target:"TagContent",event:d.origDomEvent})}),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:d}=i.tag3DContentSvelte;if(a.$set({tag:i,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!c.equals(d)){const h=new Q.Quaternion().setFromUnitVectors(c,d);l.css3DObject.setRotationFromQuaternion(h)}return}else{if(_t(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=tr(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),d=V({wrapperStyle:{zIndex:this.calculateTagZIndex(i).toString()}},c.tag3DConfig);if(this.getRenderType(i)==="BehindDom"||d.mode==="behind"){d.mode="behind",d.container=document.createElement("div");const m="black";d.container.style.backgroundColor=m,d.container.style.border=`3px solid ${m}`,this.css3DRenderPlugin.hooks.on("render",()=>{var p;if(h.css3DObject.opacityMesh&&c.clickable!==!1){const A=this.addObjectClickHandler(i,h.css3DObject.opacityMesh,g=>{this.hooks.emit("click",{event:g,target:"TagContent",tag:i})});(p=this.store.css3DRenderDisposer.get(i.id))==null||p.push(A)}})}const h=this.css3DRenderPlugin.create3DDomContainer(a,d);if(!h)return;this.store.css3DRenderDisposer.set(i.id,[h.dispose]);const f=new Ku({target:h.container,props:{tag:i,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}});i.tag3DContentSvelte={svelteApp:f,domContainer:h,css3DInstance:h,initialNormal:l,currentNormal:l,dispose:()=>{f.$destroy(),h.dispose()}},_t(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 A,g,b;const s=(g=(A=this.getTagConfig(e).tag3DConfig)==null?void 0:A.ratio)!=null?g:.00216,o=(b=e.tag3DContentSvelte)==null?void 0:b.css3DInstance.css3DObject;if(!o)return;const r=_t(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 Q.Vector3().fromArray(r[0]),c=new Q.Vector3().fromArray(r[2]),d=hi(l,c).add(new Q.Vector3(0,0,5e-4)),h=new Q.Matrix4().setPosition(d),f=new Q.Matrix4().makeScale(s,s,s),m=new Q.Matrix4().multiply(a).multiply(h).multiply(f);m.decompose(o.position,o.quaternion,o.scale);const p=o.opacityMesh;p&&m.decompose(p.position,p.quaternion,p.scale)}addMediaModelTag(e){return H(this,null,function*(){const i=e.filter(S1).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:!0};if(i.__Object__=o,!s&&i.screenPosition?(o.inAnimation=!0,o.timeoutId=setTimeout(()=>{this.getCurrentVisibleState(i)||(o.inAnimation=!1,i.screenPosition=null,this.updateDomView())},1e3)):o.timeoutId&&(o.inAnimation=!1,clearTimeout(o.timeoutId)),!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;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 qP({target:r,props:{hooks:this.hooks,tags:i,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore,renderMap:this.renderMap,withAnimation:(o=e==null?void 0:e.withAnimation)!=null?o:this.store.visibleWithAnimation}})}}}function n2(n){return H(this,null,function*(){return new Promise(t=>{s2(n)?t():n.once("modelLoaded",()=>t())})})}function s2(n){return n.model.loaded}const sf="Dnalogel-PanoTagPlugin",o2=n=>`${sf}--${n}`;class ko extends i2{constructor(e,i){super(e);u(this,"state",{enabled:!0,visible:!0});u(this,"params");u(this,"debug");u(this,"changeTagModel",(e,i)=>H(this,null,function*(){e.data=Ge({},e.data,i),yield this.loadModel(e),this.updateRenderAllTags()}));u(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"}});u(this,"updateVisible",()=>{const e=this.five.getCurrentState().mode;this.tags.forEach(i=>{_t(i)&&e!=="Panorama"&&this.changeTagMode(i,"behind")}),this.setVisible(),this.updateRenderAllTags()});u(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()});u(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())});u(this,"handleFiveCameraUpdate",()=>{this.updatePointTagPosition()});u(this,"handleFivePanoArrived",()=>H(this,null,function*(){this.setVisible(),this.updatePointTagPosition(),yield this.setVisibleAndUnfolded(),this.tags.forEach(e=>{e.temporaryState=me(V({},e.temporaryState),{visible:!0})}),this.tags.filter(D1).filter(e=>{var i;return(i=this.getTagConfig(e).modelConfig)==null?void 0:i.autoLookAtEnabled}).forEach(e=>{var c;const i=new P.Mesh(new P.BoxGeometry,new P.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=Ki();l.onUpdate(({progress:d})=>{s.quaternion.copy(r.clone().slerp(a,d))}),l.play()}),this.store.visibleWithAnimation=!0,this.updateTagContainerVisible(),this.updateRenderAllTags()}));u(this,"handleFiveModelShownFloorChange",()=>{this.setVisible(),this.updateRenderAllTags()});u(this,"onFiveEveryReady",()=>{this.setUnfoldedByCamera(),qi(this.five.getCurrentState().mode)&&(this.setTagZIndex(this.filterPointTag),this.setVisible(),this.setPointTagPosition()),this.updateDomView({withAnimation:!0}),this.updateRenderVideoPlane(),this.updateRenderImagePlane(),this.updateTagModelVisible()});this.params=Ge({},{debug:!1,config:this.config},V({},i)),this.debug=this.params.debug,this.config=this.params.config,R1(1,{namespace:Hr.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 H(this,null,function*(){var o,r;this.clearTags(),console.debug(sf," load:",{data:JSON.parse(JSON.stringify(e))}),this.config=Ge({},this.config,{globalConfig:(o=e.globalConfig)!=null?o:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}});const s=yield this.addTag(e.tagList,i);if(this.debug)try{k1(this.five,this.tags)}catch(a){console.error(a)}return s})}addTag(e,i){return H(this,null,function*(){const o=(Array.isArray(e)?e:[e]).filter(r=>r.position).map(r=>{var h,f,m;const a=this.getTagConfig(r),l=JSON.parse(JSON.stringify(r.data)),c=r.config;return r.config=a,me(V({},r),{enabled:(h=r.enabled)!=null?h:!0,id:(f=r.id)!=null?f:st(),data:(m=a.initialData)!=null&&m.important?Ge(r.data,l,a.initialData):Ge(r.data,a.initialData,l),state:V({visible:void 0,unfolded:!this.can("fold",r)},a.initialState),hooks:new ve.Subscribe,originPosition:r.position,position:(()=>{const p=this.getTransformedPostion(r.position);return Array.isArray(p)?p.map(g=>g.toArray()):p.toArray()})(),initialConfig:c,config:a,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(B1),this.tags.push(...o),n2(this.five).then(()=>H(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=Ge({},this.config,e):this.config=e,this.updateTagConfig(),this.updateRenderAllTags()}changeGlobalConfig(e,i=!0){i?this.config.globalConfig=Ge({},this.config.globalConfig,e):this.config.globalConfig=e,this.updateTagConfig(),this.updateRenderAllTags()}changeContentTypeConfig(e,i,s=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),s?this.config.contentTypeConfig[e]=Ge({},this.config.contentTypeConfig[e],i):this.config.contentTypeConfig[e]=i,this.updateTagConfig(),this.updateRenderAllTags()}show(e){return H(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 H(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=V({},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=Jt(i))}changeDataById(e,i,s=!0){const o=this.getTagById(e);let r=!1;o&&(o.data&&(r=!0),s?o.data=Ge(o.data,i):o.data=V(V({},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&&(i.data&&(r=!0),s?Ge(o,i):Object.assign(o,i),o!=null&&o.tag3DContentSvelte&&(i!=null&&i.normal)&&(o.tag3DContentSvelte.currentNormal=Jt(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.updateRenderAllTags()}setVisibleAndUnfolded(){return H(this,arguments,function*({withAnimation:e}={withAnimation:!1}){return 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=()=>{s||(s=!0,e.ready().then(()=>{this.onFiveEveryReady(),s=!1}))};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}=ch(z1(()=>{this.store.resizeObserverDisposer&&s()},500),e),{observe:a,unobserve:l}=ch(j1(()=>i(),400),e);return o(),a(),()=>{r(),l()}}setUnfoldedByCamera(){let e=!1;this.filterPointTag.forEach(i=>{const s=this.getUnfoldedByCamera(i);i.state&&s!==void 0&&(s===!0&&(e=!0),i.state.unfolded=s)}),e&&this.filterPointTag.forEach(i=>{const s=this.getTagConfig(i).unfoldedConfig;typeof s=="object"&&(s.autoUnfold||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(d=>d==null?void 0:d()),e.tag3DContentSvelte=void 0)}}const r2=(n,t)=>new ko(n,t);function a2(n){fe(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 of(n){let t,e;return{c(){t=D("div"),e=xe(n[0]),w(t,"class","guide-line__tag-text svelte-4qjwer"),z(t,"border-image-source",`url(${n[6]})`)},m(i,s){O(i,t,s),S(t,e)},p(i,s){s&1&&Se(e,i[0])},d(i){i&&T(t)}}}function rf(n){let t,e,i,s,o=n[5]("全程")+"",r,a,l=n[5]("米")+"",c,d,h,f,m,p,A=n[4]&&af(n);return{c(){t=D("div"),A&&A.c(),e=K(),i=D("div"),s=D("span"),r=xe(o),a=xe(n[2]),c=xe(l),d=K(),h=D("span"),f=xe(n[0]),m=K(),p=D("div"),w(s,"class","distance svelte-4qjwer"),w(h,"class","name svelte-4qjwer"),w(i,"class","distance-and-name svelte-4qjwer"),w(p,"class","border svelte-4qjwer"),w(t,"class","text-with-distance svelte-4qjwer")},m(g,b){O(g,t,b),A&&A.m(t,null),S(t,e),S(t,i),S(i,s),S(s,r),S(s,a),S(s,c),S(i,d),S(i,h),S(h,f),S(t,m),S(t,p)},p(g,b){g[4]?A?A.p(g,b):(A=af(g),A.c(),A.m(t,e)):A&&(A.d(1),A=null),b&32&&o!==(o=g[5]("全程")+"")&&Se(r,o),b&4&&Se(a,g[2]),b&32&&l!==(l=g[5]("米")+"")&&Se(c,l),b&1&&Se(f,g[0])},d(g){g&&T(t),A&&A.d()}}}function af(n){let t,e;return{c(){t=D("span"),e=xe(n[4]),w(t,"class","line-name svelte-4qjwer")},m(i,s){O(i,t,s),S(t,e)},p(i,s){s&16&&Se(e,i[4])},d(i){i&&T(t)}}}function l2(n){let t,e,i,s,o,r,a,l,c,d=n[0]&&!n[2]&&of(n),h=n[2]&&rf(n);return{c(){t=D("div"),e=D("div"),i=K(),s=D("div"),o=K(),r=D("div"),a=D("div"),l=K(),d&&d.c(),c=K(),h&&h.c(),w(e,"class","guide-line__tag-point svelte-4qjwer"),w(s,"class","guide-line__tag-line svelte-4qjwer"),w(a,"class","guide-line__tag-icon svelte-4qjwer"),z(a,"background-image",`url(${n[1]})`),w(r,"class","guide-line__tag-content svelte-4qjwer"),w(t,"class","guide-line__tag svelte-4qjwer"),z(t,"opacity",n[3])},m(f,m){O(f,t,m),S(t,e),S(t,i),S(t,s),S(t,o),S(t,r),S(r,a),S(r,l),d&&d.m(r,null),S(r,c),h&&h.m(r,null)},p(f,[m]){m&2&&z(a,"background-image",`url(${f[1]})`),f[0]&&!f[2]?d?d.p(f,m):(d=of(f),d.c(),d.m(r,c)):d&&(d.d(1),d=null),f[2]?h?h.p(f,m):(h=rf(f),h.c(),h.m(r,null)):h&&(h.d(1),h=null),m&8&&z(t,"opacity",f[3])},i:Z,o:Z,d(f){f&&T(t),d&&d.d(),h&&h.d()}}}function c2(n,t,e){let{text:i=""}=t,{icon_url:s=""}=t,{distance:o=0}=t,{opacity:r=1}=t,{name:a=""}=t,{i18n:l=d=>d}=t;const c="data:image/png;base64,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";return n.$$set=d=>{"text"in d&&e(0,i=d.text),"icon_url"in d&&e(1,s=d.icon_url),"distance"in d&&e(2,o=d.distance),"opacity"in d&&e(3,r=d.opacity),"name"in d&&e(4,a=d.name),"i18n"in d&&e(5,l=d.i18n)},[i,s,o,r,a,l,c]}class d2 extends ae{constructor(t){super(),re(this,t,c2,l2,oe,{text:0,icon_url:1,distance:2,opacity:3,name:4,i18n:5},a2)}}function h2(n){return n.length===0?[]:n.filter((t,e)=>t!==n[e-1])}const u2=`
585
585
  varying vec2 vUv;
586
586
 
587
587
  void main() {