@realsee/dnalogel 3.74.0-alpha.0 → 3.74.0-alpha.1

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 (501) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/Sculpt/Objects/Prism/index.d.ts +18 -0
  3. package/dist/Sculpt/index.d.ts +17 -1
  4. package/dist/index.cjs.js +3 -3
  5. package/dist/index.js +12 -4
  6. package/dist/index.umd.js +3 -3
  7. package/docs/.nojekyll +1 -0
  8. package/docs/assets/custom.css +0 -0
  9. package/docs/assets/highlight.css +127 -0
  10. package/docs/assets/icons.js +18 -0
  11. package/docs/assets/icons.svg +1 -0
  12. package/docs/assets/main.js +60 -0
  13. package/docs/assets/navigation.js +1 -0
  14. package/docs/assets/search.js +1 -0
  15. package/docs/assets/style.css +1493 -0
  16. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +59 -0
  17. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +71 -0
  18. package/docs/classes/CSS3DRender.html +100 -0
  19. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -0
  20. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +70 -0
  21. package/docs/classes/ModelMakerPluginInstance.html +116 -0
  22. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +52 -0
  23. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +52 -0
  24. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +53 -0
  25. package/docs/classes/ModelRoomLabelController.html +19 -0
  26. package/docs/classes/MoveController.html +45 -0
  27. package/docs/classes/Object3DHelperController.html +45 -0
  28. package/docs/classes/PaintBrush.html +15 -0
  29. package/docs/classes/PanoMeasurePluginLine.html +24 -0
  30. package/docs/classes/PanoMeasurePluginModel.html +23 -0
  31. package/docs/classes/PanoMeasurePluginPoint.html +7 -0
  32. package/docs/classes/PanoMeasurePluginPolyline.html +27 -0
  33. package/docs/classes/PanoTagPluginController.html +111 -0
  34. package/docs/classes/Sculpt.html +77 -0
  35. package/docs/classes/Util.BetterTween.html +6 -0
  36. package/docs/classes/Util.FiveDomEvents.html +13 -0
  37. package/docs/classes/Util.FivePuppet.html +20 -0
  38. package/docs/classes/Util.Interval.html +11 -0
  39. package/docs/classes/Util.LegacyPointHelper.html +7 -0
  40. package/docs/classes/Util.LightTag.html +47 -0
  41. package/docs/classes/Util.LineSegments.html +4 -0
  42. package/docs/classes/Util.Magnifier.html +26 -0
  43. package/docs/classes/Util.Object3D.html +8 -0
  44. package/docs/classes/Util.PointDomHelper.html +8 -0
  45. package/docs/classes/Util.PointHelper.html +10 -0
  46. package/docs/classes/Util.PointSelector.html +66 -0
  47. package/docs/classes/Util.PointSelectorHelper.html +14 -0
  48. package/docs/classes/Util.Rectangle.html +12 -0
  49. package/docs/classes/Util.sculpt.BaseEditor.html +17 -0
  50. package/docs/classes/Util.sculpt.BoxMesh.html +48 -0
  51. package/docs/classes/Util.sculpt.BoxMeshEditor.html +18 -0
  52. package/docs/classes/Util.sculpt.CircleMesh.html +26 -0
  53. package/docs/classes/Util.sculpt.CircleMeshEditor.html +18 -0
  54. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +26 -0
  55. package/docs/classes/Util.sculpt.CylinderMesh.html +25 -0
  56. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +18 -0
  57. package/docs/classes/Util.sculpt.LineMesh.html +34 -0
  58. package/docs/classes/Util.sculpt.PointMesh.html +24 -0
  59. package/docs/classes/Util.sculpt.PolygonMesh.html +40 -0
  60. package/docs/classes/Util.sculpt.PrismMesh.html +48 -0
  61. package/docs/classes/Util.sculpt.PrismMeshEditor.html +18 -0
  62. package/docs/classes/Util.sculpt.RectangleMesh.html +41 -0
  63. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +18 -0
  64. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +44 -0
  65. package/docs/classes/WalkController.html +42 -0
  66. package/docs/enums/CameraMovementEffect.html +4 -0
  67. package/docs/enums/ContentType.html +34 -0
  68. package/docs/enums/DIRECTION.html +5 -0
  69. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -0
  70. package/docs/enums/DimensionType.html +4 -0
  71. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +4 -0
  72. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -0
  73. package/docs/enums/PaintBrushTypeEnum.html +4 -0
  74. package/docs/enums/PointType.html +4 -0
  75. package/docs/enums/Rotation.html +5 -0
  76. package/docs/functions/AreaMakerPlugin.html +1 -0
  77. package/docs/functions/CSS3DRenderPlugin.html +1 -0
  78. package/docs/functions/CameraMovementPlugin.html +2 -0
  79. package/docs/functions/CruisePlugin.html +1 -0
  80. package/docs/functions/CurrentPanoImagePlugin.html +1 -0
  81. package/docs/functions/FloorplanGuidePlugin.html +1 -0
  82. package/docs/functions/GuideLinePlugin.html +1 -0
  83. package/docs/functions/ItemLabelPlugin.html +1 -0
  84. package/docs/functions/MapviewFloorplanPlugin.html +1 -0
  85. package/docs/functions/MeasurePlugin.html +1 -0
  86. package/docs/functions/ModelChassisCompassPlugin.html +2 -0
  87. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -0
  88. package/docs/functions/ModelFloorplanPlugin.html +1 -0
  89. package/docs/functions/ModelItemLabelPlugin.html +1 -0
  90. package/docs/functions/ModelMakerPlugin.html +1 -0
  91. package/docs/functions/ModelRoomLabelPlugin.html +1 -0
  92. package/docs/functions/ModelTVVideoPlugin.html +1 -0
  93. package/docs/functions/ModelViewPlugin.html +2 -0
  94. package/docs/functions/MovePlugin.html +1 -0
  95. package/docs/functions/Object3DHelperPlugin.html +1 -0
  96. package/docs/functions/PanoCompassPlugin.html +1 -0
  97. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -0
  98. package/docs/functions/PanoDoorLabelPlugin.html +1 -0
  99. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -0
  100. package/docs/functions/PanoMeasurePlugin.html +1 -0
  101. package/docs/functions/PanoRulerPlugin.html +2 -0
  102. package/docs/functions/PanoRulerProPlugin.html +2 -0
  103. package/docs/functions/PanoSpatialTagPlugin.html +2 -0
  104. package/docs/functions/PanoTagPlugin.html +1 -0
  105. package/docs/functions/PanoVideoPlugin.html +10 -0
  106. package/docs/functions/PipelinePlugin.html +1 -0
  107. package/docs/functions/SculptPlugin.html +2 -0
  108. package/docs/functions/SculptPluginForFive.html +2 -0
  109. package/docs/functions/TopviewFloorplanPlugin.html +1 -0
  110. package/docs/functions/Util.awaitNextFrame.html +1 -0
  111. package/docs/functions/Util.blink.html +13 -0
  112. package/docs/functions/Util.blinkWithPreset.html +6 -0
  113. package/docs/functions/Util.bounding.html +1 -0
  114. package/docs/functions/Util.boundingBox.html +1 -0
  115. package/docs/functions/Util.boundingSphere.html +1 -0
  116. package/docs/functions/Util.boxVertex.html +7 -0
  117. package/docs/functions/Util.boxVertexes.html +1 -0
  118. package/docs/functions/Util.checkFiveModelLoaded.html +2 -0
  119. package/docs/functions/Util.cleanup.html +3 -0
  120. package/docs/functions/Util.convexHull.html +2 -0
  121. package/docs/functions/Util.equal.html +5 -0
  122. package/docs/functions/Util.fiveModelIsLoaded.html +2 -0
  123. package/docs/functions/Util.generatePolygonGeometry.html +2 -0
  124. package/docs/functions/Util.getCoordsFromClient.html +1 -0
  125. package/docs/functions/Util.getCoordsFromElement.html +1 -0
  126. package/docs/functions/Util.getFrameTime.html +3 -0
  127. package/docs/functions/Util.getGeometryArea.html +1 -0
  128. package/docs/functions/Util.getGeometryInfo.html +1 -0
  129. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -0
  130. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -0
  131. package/docs/functions/Util.initialCSS3DRender.html +1 -0
  132. package/docs/functions/Util.inside.html +1 -0
  133. package/docs/functions/Util.isModelLike.html +1 -0
  134. package/docs/functions/Util.isNil.html +2 -0
  135. package/docs/functions/Util.isPanoramaLike.html +1 -0
  136. package/docs/functions/Util.lookObject.html +7 -0
  137. package/docs/functions/Util.lookPoint.html +5 -0
  138. package/docs/functions/Util.nextFrame.html +1 -0
  139. package/docs/functions/Util.notNil.html +2 -0
  140. package/docs/functions/Util.reblink.html +13 -0
  141. package/docs/functions/Util.replaceStaticPrefix.html +8 -0
  142. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -0
  143. package/docs/functions/Util.sculpt.createBox.html +1 -0
  144. package/docs/functions/Util.sculpt.createCircle.html +1 -0
  145. package/docs/functions/Util.sculpt.createCylinder.html +1 -0
  146. package/docs/functions/Util.sculpt.createLine.html +2 -0
  147. package/docs/functions/Util.sculpt.createPoint.html +1 -0
  148. package/docs/functions/Util.sculpt.createPolygon.html +1 -0
  149. package/docs/functions/Util.sculpt.createPrism.html +1 -0
  150. package/docs/functions/Util.sculpt.createRectangle.html +2 -0
  151. package/docs/functions/Util.sculpt.transformUnit.html +1 -0
  152. package/docs/functions/Util.sculpt.transformUnitSquare.html +1 -0
  153. package/docs/functions/Util.tag.html +1 -0
  154. package/docs/functions/Util.triangleArea.html +2 -0
  155. package/docs/functions/Util.triangleCenter.html +2 -0
  156. package/docs/functions/Util.tweenProgress.html +1 -0
  157. package/docs/functions/Util.uuid.html +2 -0
  158. package/docs/functions/Util.waitFiveModelLoaded.html +2 -0
  159. package/docs/functions/Util.worldBounding.html +1 -0
  160. package/docs/functions/Util.worldBoundingBox.html +1 -0
  161. package/docs/functions/Util.worldBoundingSphere.html +1 -0
  162. package/docs/functions/createPolyline.html +2 -0
  163. package/docs/functions/pluginFlag.html +1 -0
  164. package/docs/functions/validatePolygon.html +1 -0
  165. package/docs/hierarchy.html +1 -0
  166. package/docs/index.html +70 -0
  167. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +4 -0
  168. package/docs/interfaces/AreaMakerPluginType.Config.html +8 -0
  169. package/docs/interfaces/AreaMakerPluginType.EventMap.html +25 -0
  170. package/docs/interfaces/AreaMakerPluginType.Params.html +4 -0
  171. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -0
  172. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +13 -0
  173. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +9 -0
  174. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -0
  175. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -0
  176. package/docs/interfaces/AreaMakerPluginType.State.html +8 -0
  177. package/docs/interfaces/BoxAnimationConfig.html +6 -0
  178. package/docs/interfaces/CSS3DRenderPluginEventMap.html +9 -0
  179. package/docs/interfaces/CSS3DRenderPluginState.html +7 -0
  180. package/docs/interfaces/CameraMovementPluginExportType.html +11 -0
  181. package/docs/interfaces/ContentTypeMapInterface.html +73 -0
  182. package/docs/interfaces/CruisePluginTypes.Config.html +7 -0
  183. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +8 -0
  184. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -0
  185. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +6 -0
  186. package/docs/interfaces/CruisePluginTypes.MoveAction.html +16 -0
  187. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +19 -0
  188. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +20 -0
  189. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -0
  190. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -0
  191. package/docs/interfaces/CruisePluginTypes.PluginState.html +15 -0
  192. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +13 -0
  193. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +15 -0
  194. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +4 -0
  195. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -0
  196. package/docs/interfaces/CurrentPanoImagePluginType.State.html +7 -0
  197. package/docs/interfaces/FloorplanBounding.html +9 -0
  198. package/docs/interfaces/FloorplanData.html +7 -0
  199. package/docs/interfaces/FloorplanEntrance.html +14 -0
  200. package/docs/interfaces/FloorplanExtraObject.html +9 -0
  201. package/docs/interfaces/FloorplanExtraObject3D.html +5 -0
  202. package/docs/interfaces/FloorplanFloorData.html +9 -0
  203. package/docs/interfaces/FloorplanImagePosition.html +4 -0
  204. package/docs/interfaces/FloorplanObserver.html +8 -0
  205. package/docs/interfaces/FloorplanOutlineItem.html +6 -0
  206. package/docs/interfaces/FloorplanPosition.html +4 -0
  207. package/docs/interfaces/FloorplanRoomItem.html +24 -0
  208. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -0
  209. package/docs/interfaces/FloorplanServerBounding.html +9 -0
  210. package/docs/interfaces/FloorplanServerComputedData.html +6 -0
  211. package/docs/interfaces/FloorplanServerData.html +4 -0
  212. package/docs/interfaces/FloorplanServerDoorItem.html +6 -0
  213. package/docs/interfaces/FloorplanServerDoorPosition.html +4 -0
  214. package/docs/interfaces/FloorplanServerEntrance.html +14 -0
  215. package/docs/interfaces/FloorplanServerFloorData.html +8 -0
  216. package/docs/interfaces/FloorplanServerImagePosition.html +4 -0
  217. package/docs/interfaces/FloorplanServerObserver.html +8 -0
  218. package/docs/interfaces/FloorplanServerOutlineItem.html +6 -0
  219. package/docs/interfaces/FloorplanServerPosition.html +4 -0
  220. package/docs/interfaces/FloorplanServerRoomItem.html +27 -0
  221. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -0
  222. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +4 -0
  223. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +7 -0
  224. package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -0
  225. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +5 -0
  226. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -0
  227. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -0
  228. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +32 -0
  229. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +4 -0
  230. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -0
  231. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +42 -0
  232. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -0
  233. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +57 -0
  234. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -0
  235. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -0
  236. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -0
  237. package/docs/interfaces/GuideLinePluginType.Route.html +13 -0
  238. package/docs/interfaces/HelperOffset.html +4 -0
  239. package/docs/interfaces/ImagePlaneGroup.html +3 -0
  240. package/docs/interfaces/ItemLabelPluginData.html +2 -0
  241. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +7 -0
  242. package/docs/interfaces/ItemLabelPluginParametersType.html +5 -0
  243. package/docs/interfaces/MinMax.html +3 -0
  244. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -0
  245. package/docs/interfaces/ModelChassisCompassPluginExportType.html +4 -0
  246. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -0
  247. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +4 -0
  248. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +4 -0
  249. package/docs/interfaces/ModelItemLabelPluginData.html +2 -0
  250. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +7 -0
  251. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -0
  252. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +17 -0
  253. package/docs/interfaces/ModelMakerPluginType.EventMap.html +18 -0
  254. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +23 -0
  255. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +11 -0
  256. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +10 -0
  257. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -0
  258. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +10 -0
  259. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +10 -0
  260. package/docs/interfaces/ModelMakerPluginType.State.html +8 -0
  261. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +11 -0
  262. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -0
  263. package/docs/interfaces/ModelTVVideoPluginData.html +5 -0
  264. package/docs/interfaces/ModelTVVideoPluginExportType.html +4 -0
  265. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -0
  266. package/docs/interfaces/ModelViewPluginExportType.html +8 -0
  267. package/docs/interfaces/Object3DHelperState.html +4 -0
  268. package/docs/interfaces/ObjectHelperControllers.html +5 -0
  269. package/docs/interfaces/PaintBrushAction.html +14 -0
  270. package/docs/interfaces/PaintBrushConfigs.html +8 -0
  271. package/docs/interfaces/PaintBrushState.html +6 -0
  272. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +16 -0
  273. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -0
  274. package/docs/interfaces/PanoMeasureParameterType.html +20 -0
  275. package/docs/interfaces/PanoMeasurePluginLineJson.html +4 -0
  276. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +4 -0
  277. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -0
  278. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -0
  279. package/docs/interfaces/PanoRulerPluginExportType.html +6 -0
  280. package/docs/interfaces/PanoRulerPluginOptions.html +3 -0
  281. package/docs/interfaces/PanoRulerPluginParameterType.html +4 -0
  282. package/docs/interfaces/PanoRulerProPluginExportType.html +5 -0
  283. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -0
  284. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -0
  285. package/docs/interfaces/PanoRulerProPluginState.html +4 -0
  286. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -0
  287. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -0
  288. package/docs/interfaces/PanoSpatialTagPluginData.html +7 -0
  289. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +6 -0
  290. package/docs/interfaces/PanoSpatialTagPluginExportType.html +9 -0
  291. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +6 -0
  292. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +9 -0
  293. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +7 -0
  294. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +6 -0
  295. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -0
  296. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -0
  297. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -0
  298. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +15 -0
  299. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -0
  300. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +14 -0
  301. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +13 -0
  302. package/docs/interfaces/PluginEventMap.html +16 -0
  303. package/docs/interfaces/Point.html +4 -0
  304. package/docs/interfaces/Room.html +5 -0
  305. package/docs/interfaces/RoomInfo.html +3 -0
  306. package/docs/interfaces/RoomLabel.html +16 -0
  307. package/docs/interfaces/RoomRules.html +1 -0
  308. package/docs/interfaces/Rooms.html +1 -0
  309. package/docs/interfaces/Scissor.html +13 -0
  310. package/docs/interfaces/SculptConfig.html +14 -0
  311. package/docs/interfaces/State.html +7 -0
  312. package/docs/interfaces/TagCacheInterface.html +9 -0
  313. package/docs/interfaces/TagConfig.html +164 -0
  314. package/docs/interfaces/TagGLTFObjectGroup.html +3 -0
  315. package/docs/interfaces/TagIconAnimationConfig.html +7 -0
  316. package/docs/interfaces/TagIconUrl.html +20 -0
  317. package/docs/interfaces/TagObjectGroup.html +3 -0
  318. package/docs/interfaces/TagState.html +3 -0
  319. package/docs/interfaces/TagStyle.html +5 -0
  320. package/docs/interfaces/Tags.html +8 -0
  321. package/docs/interfaces/TemporaryState.html +2 -0
  322. package/docs/interfaces/Util.AnimeInstance.html +14 -0
  323. package/docs/interfaces/Util.BlinkAnimeOptions.html +21 -0
  324. package/docs/interfaces/Util.EventHandlerConfig.html +21 -0
  325. package/docs/interfaces/Util.FiveDomEvent.html +7 -0
  326. package/docs/interfaces/Util.FiveDomEventMap.html +20 -0
  327. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +4 -0
  328. package/docs/interfaces/Util.MagnifierParameter.html +13 -0
  329. package/docs/interfaces/Util.MouseGroupParameter.html +4 -0
  330. package/docs/interfaces/Util.ObjectInitialState.html +9 -0
  331. package/docs/interfaces/Util.PointIntersection.html +21 -0
  332. package/docs/interfaces/Util.PointSelectorHelperConfig.html +6 -0
  333. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +27 -0
  334. package/docs/modules/AreaMakerPluginType.html +17 -0
  335. package/docs/modules/CruisePluginTypes.html +14 -0
  336. package/docs/modules/CurrentPanoImagePluginType.html +6 -0
  337. package/docs/modules/GuideLineItem.html +2 -0
  338. package/docs/modules/GuideLineModeItem.html +3 -0
  339. package/docs/modules/GuideLinePluginType.html +25 -0
  340. package/docs/modules/ModelMakerPluginType.html +19 -0
  341. package/docs/modules/PanoVideoPluginType.html +8 -0
  342. package/docs/modules/SculptData.html +9 -0
  343. package/docs/modules/SculptType.html +2 -0
  344. package/docs/modules/Util.html +91 -0
  345. package/docs/modules/Util.sculpt.html +27 -0
  346. package/docs/modules.html +281 -0
  347. package/docs/types/AddObject3DHelperConfig.html +19 -0
  348. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +7 -0
  349. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -0
  350. package/docs/types/AreaMakerPluginType.PluginData.html +2 -0
  351. package/docs/types/AreaMakerPluginType.ServerData.html +2 -0
  352. package/docs/types/ArrayPosition.html +1 -0
  353. package/docs/types/AudioAppearance.html +1 -0
  354. package/docs/types/CSS3DRenderExportType.html +1 -0
  355. package/docs/types/CSS3DRenderPluginExportType.html +1 -0
  356. package/docs/types/CSS3DRenderPluginParameterType.html +1 -0
  357. package/docs/types/ClassFunctionParameters.html +1 -0
  358. package/docs/types/Color.html +1 -0
  359. package/docs/types/ContentTypeConfigKey.html +1 -0
  360. package/docs/types/ContentTypeConfigKeySplit.html +1 -0
  361. package/docs/types/ContentTypeMap.html +1 -0
  362. package/docs/types/Create3DDomContainerReturnType.html +1 -0
  363. package/docs/types/Create3DElementReturnType.html +1 -0
  364. package/docs/types/CruisePluginExportType.html +1 -0
  365. package/docs/types/CruisePluginTypes.CruiseData.html +5 -0
  366. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -0
  367. package/docs/types/CurrentPanoImagePluginExportType.html +1 -0
  368. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -0
  369. package/docs/types/DeprecatedTagProperty.html +3 -0
  370. package/docs/types/Direction-1.html +1 -0
  371. package/docs/types/Direction4.html +1 -0
  372. package/docs/types/ElementRenderer.html +2 -0
  373. package/docs/types/FloorplanGuidePluginParameterType.html +1 -0
  374. package/docs/types/FloorplanGuidePluginReturnType.html +1 -0
  375. package/docs/types/FloorplanRuleLabels.html +2 -0
  376. package/docs/types/FloorplanServerRuleLabels.html +1 -0
  377. package/docs/types/GuideLinePluginExportType.html +1 -0
  378. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -0
  379. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -0
  380. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -0
  381. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -0
  382. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -0
  383. package/docs/types/GuideLinePluginType.PathItem.html +2 -0
  384. package/docs/types/GuideLinePluginType.PluginData.html +2 -0
  385. package/docs/types/GuideLinePluginType.RouteConfig.html +4 -0
  386. package/docs/types/HelperEventMap.html +1 -0
  387. package/docs/types/InternalHelperEventMap.html +1 -0
  388. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -0
  389. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -0
  390. package/docs/types/MeasureEndReason.html +1 -0
  391. package/docs/types/MeasurePluginConfig.html +5 -0
  392. package/docs/types/MeasurePluginEventMap.html +1 -0
  393. package/docs/types/MediaData.html +2 -0
  394. package/docs/types/MediaStore.html +1 -0
  395. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -0
  396. package/docs/types/ModelFloorplanPluginParameterType.html +1 -0
  397. package/docs/types/ModelFloorplanPluginReturnType.html +1 -0
  398. package/docs/types/ModelId.html +1 -0
  399. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -0
  400. package/docs/types/ModelMakerPluginType.ItemType.html +2 -0
  401. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -0
  402. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -0
  403. package/docs/types/ModelRoomLabelPluginParameters.html +1 -0
  404. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -0
  405. package/docs/types/MoveArgs.html +2 -0
  406. package/docs/types/MoveOpts.html +2 -0
  407. package/docs/types/Object3DHelperEventMap.html +1 -0
  408. package/docs/types/ObjectFit.html +1 -0
  409. package/docs/types/PaintBrushEventMap.html +1 -0
  410. package/docs/types/PanoCompassPluginData.html +1 -0
  411. package/docs/types/PanoCompassPluginExportType.html +1 -0
  412. package/docs/types/PanoCompassPluginParameterType.html +1 -0
  413. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -0
  414. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -0
  415. package/docs/types/PanoIndex.html +1 -0
  416. package/docs/types/PanoMeasurePluginEvent.html +1 -0
  417. package/docs/types/PanoMeasureReturnType.html +1 -0
  418. package/docs/types/PanoSpatialTagPluginId.html +1 -0
  419. package/docs/types/PanoTagPluginExportInterface.html +1 -0
  420. package/docs/types/PanoTagPluginParamsInterface.html +1 -0
  421. package/docs/types/PanoVideoPluginParameterType.html +1 -0
  422. package/docs/types/PanoVideoPluginReturnType.html +1 -0
  423. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -0
  424. package/docs/types/PipelinePluginParameterType.html +1 -0
  425. package/docs/types/PipelinePluginReturnType.html +1 -0
  426. package/docs/types/PlaneTag.html +2 -0
  427. package/docs/types/Point2DTag.html +2 -0
  428. package/docs/types/Point3DTag.html +2 -0
  429. package/docs/types/PointTagInstance.html +1 -0
  430. package/docs/types/Position.html +1 -0
  431. package/docs/types/PositionFrom.html +1 -0
  432. package/docs/types/RotateArgs.html +2 -0
  433. package/docs/types/RotateOpts.html +2 -0
  434. package/docs/types/RuleLabelsKey.html +1 -0
  435. package/docs/types/RuleLabelsValue.html +1 -0
  436. package/docs/types/ScaleCallback.html +1 -0
  437. package/docs/types/ScalePosition.html +3 -0
  438. package/docs/types/SculptData.BoxData.html +1 -0
  439. package/docs/types/SculptData.CircleData.html +1 -0
  440. package/docs/types/SculptData.CylinderData.html +1 -0
  441. package/docs/types/SculptData.PointData.html +1 -0
  442. package/docs/types/SculptData.PolygonData.html +1 -0
  443. package/docs/types/SculptData.PolylineData.html +1 -0
  444. package/docs/types/SculptData.PrismData.html +1 -0
  445. package/docs/types/SculptData.RectangleData.html +1 -0
  446. package/docs/types/SculptType.Theme.html +10 -0
  447. package/docs/types/StickType.html +1 -0
  448. package/docs/types/Tag.html +17 -0
  449. package/docs/types/Tag2D.html +2 -0
  450. package/docs/types/Tag3D.html +2 -0
  451. package/docs/types/TagClickParams.html +1 -0
  452. package/docs/types/TagConfigByKey.html +1 -0
  453. package/docs/types/TagContentType.html +1 -0
  454. package/docs/types/TagContentTypeMapping.html +1 -0
  455. package/docs/types/TagDimensionType.html +1 -0
  456. package/docs/types/TagElement.html +2 -0
  457. package/docs/types/TagEvents.html +1 -0
  458. package/docs/types/TagGLTFObject.html +1 -0
  459. package/docs/types/TagHooks.html +1 -0
  460. package/docs/types/TagId.html +1 -0
  461. package/docs/types/TagInstance.html +1 -0
  462. package/docs/types/TagPlacement.html +5 -0
  463. package/docs/types/TagPointType.html +2 -0
  464. package/docs/types/TagRendererMap.html +1 -0
  465. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -0
  466. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -0
  467. package/docs/types/Util.ActionIfNoIntersection.html +1 -0
  468. package/docs/types/Util.AdherePoint.html +2 -0
  469. package/docs/types/Util.PointSelectorConfig.html +1 -0
  470. package/docs/types/Util.SupportedTarget.html +2 -0
  471. package/docs/types/Util.Target.html +2 -0
  472. package/docs/types/Util.ThreeObject.html +2 -0
  473. package/docs/types/WorkCode.html +1 -0
  474. package/docs/variables/FLOOR_TYPE_MAP.html +2 -0
  475. package/docs/variables/PLUGIN.html +1 -0
  476. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -0
  477. package/docs/variables/ROOM_TYPE_MAP.html +2 -0
  478. package/docs/variables/Util.ANIME_PRESETS.html +2 -0
  479. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -0
  480. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -0
  481. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -0
  482. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -0
  483. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -0
  484. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -0
  485. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -0
  486. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -0
  487. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -0
  488. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -0
  489. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -0
  490. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -0
  491. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -0
  492. package/docs/variables/defaultGlobalConfig.html +1 -0
  493. package/docs/variables/itemLabelPluginServerParams.html +1 -0
  494. package/docs/variables/modelItemLabelPluginServerParams.html +1 -0
  495. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -0
  496. package/libs/Sculpt/Objects/Prism/index.d.ts +18 -0
  497. package/libs/Sculpt/index.d.ts +17 -1
  498. package/libs/Sculpt/index.js +75 -67
  499. package/libs/base/BasePlugin.js +1 -1
  500. package/libs/shared-utils/logger.js +1 -1
  501. package/package.json +1 -1
package/dist/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(ve,G){typeof exports=="object"&&typeof module!="undefined"?G(exports,require("three"),require("@realsee/five/line"),require("@realsee/five"),require("@realsee/five/gltf-loader")):typeof define=="function"&&define.amd?define(["exports","three","@realsee/five/line","@realsee/five","@realsee/five/gltf-loader"],G):(ve=typeof globalThis!="undefined"?globalThis:ve||self,G(ve.dnalogel={},ve.THREE,ve.FiveSDK_Line,ve.FiveSDK,ve.FiveSDK_GLTFLoader))})(this,function(ve,G,lt,Ye,da){var cA,hA,uA,dA;"use strict";var LD=Object.defineProperty,TD=Object.defineProperties;var zD=Object.getOwnPropertyDescriptors;var Jl=Object.getOwnPropertySymbols;var gA=Object.prototype.hasOwnProperty,mA=Object.prototype.propertyIsEnumerable;var vs=Math.pow,rd=(ve,G,lt)=>G in ve?LD(ve,G,{enumerable:!0,configurable:!0,writable:!0,value:lt}):ve[G]=lt,N=(ve,G)=>{for(var lt in G||(G={}))gA.call(G,lt)&&rd(ve,lt,G[lt]);if(Jl)for(var lt of Jl(G))mA.call(G,lt)&&rd(ve,lt,G[lt]);return ve},ue=(ve,G)=>TD(ve,zD(G));var As=(ve,G)=>{var lt={};for(var Ye in ve)gA.call(ve,Ye)&&G.indexOf(Ye)<0&&(lt[Ye]=ve[Ye]);if(ve!=null&&Jl)for(var Ye of Jl(ve))G.indexOf(Ye)<0&&mA.call(ve,Ye)&&(lt[Ye]=ve[Ye]);return lt};var f=(ve,G,lt)=>(rd(ve,typeof G!="symbol"?G+"":G,lt),lt);var ie=(ve,G,lt)=>new Promise((Ye,da)=>{var Kl=fn=>{try{ir(lt.next(fn))}catch(to){da(to)}},y=fn=>{try{ir(lt.throw(fn))}catch(to){da(to)}},ir=fn=>fn.done?Ye(fn.value):Promise.resolve(fn.value).then(Kl,y);ir((lt=lt.apply(ve,G)).next())});function Kl(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 y=Kl(G);function ir(){console.debug("%c %c@realsee/dnalogel %cv3.74.0-alpha.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 fn(){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 to(){}const ad=()=>Promise.resolve(),ld={__queue:Promise.resolve()};function AA(n=ad){ld.__queue=ld.__queue.then(n).catch(ad)}function fa(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 $l(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function ga(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 bA(n,t,e=to){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const yA=window,cd=window.requestAnimationFrame||yA.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function ma(n,t=0){t<=0?cd(n):cd(()=>ma(n,t-1))}var _i=Object.freeze({Linear:Object.freeze({None:function(n){return n},In:function(n){return n},Out:function(n){return n},InOut:function(n){return 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-_i.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?_i.Bounce.In(n*2)*.5:_i.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}}}}),io=function(){return performance.now()},hd=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=io()),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}(),bs={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=bs.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=bs.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=bs.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=bs.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}}},ec=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),tc=new hd,pa=function(){function n(t,e){e===void 0&&(e=tc),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=_i.Linear.None,this._interpolationFunction=bs.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=ec.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1}return n.prototype.getId=function(){return this._id},n.prototype.isPlaying=function(){return this._isPlaying},n.prototype.isPaused=function(){return this._isPaused},n.prototype.getDuration=function(){return this._duration},n.prototype.to=function(t,e){if(e===void 0&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e<0?0:e,this},n.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=t<0?0:t,this},n.prototype.dynamic=function(t){return t===void 0&&(t=!1),this._isDynamic=t,this},n.prototype.start=function(t,e){if(t===void 0&&(t=io()),e===void 0&&(e=!1),this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var i in this._valuesStartRepeat)this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i]}if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var s={};for(var o in this._valuesEnd)s[o]=this._valuesEnd[o];this._valuesEnd=s}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},n.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},n.prototype._setupProperties=function(t,e,i,s,o){for(var r in i){var a=t[r],l=Array.isArray(a),c=l?"array":typeof a,h=!l&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(h){var u=i[r];if(u.length===0)continue;for(var d=[a],m=0,g=u.length;m<g;m+=1){var p=this._handleRelativeValue(a,u[m]);if(isNaN(p)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}d.push(p)}h&&(i[r]=d)}if((c==="object"||l)&&a&&!h){e[r]=l?[]:{};var v=a;for(var A in v)e[r][A]=v[A];s[r]=l?[]:{};var u=i[r];if(!this._isDynamic){var P={};for(var A in u)P[A]=u[A];i[r]=u=P}this._setupProperties(v,e[r],u,s[r],o)}else(typeof e[r]=="undefined"||o)&&(e[r]=a),l||(e[r]*=1),h?s[r]=i[r].slice().reverse():s[r]=e[r]||0}}},n.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},n.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},n.prototype.pause=function(t){return t===void 0&&(t=io()),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=io()),!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=tc),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=_i.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=bs.Linear),this._interpolationFunction=t,this},n.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},n.prototype.onStart=function(t){return this._onStartCallback=t,this},n.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},n.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},n.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},n.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},n.prototype.onStop=function(t){return this._onStopCallback=t,this},n.prototype.update=function(t,e){var i=this,s;if(t===void 0&&(t=io()),e===void 0&&(e=!0),this._isPaused)return!0;var o,r=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>r)return!1;e&&this.start(t,!0)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0);var a=t-this._startTime,l=this._duration+((s=this._repeatDelayTime)!==null&&s!==void 0?s:this._delayTime),c=this._duration+this._repeat*l,h=function(){if(i._duration===0||a>c)return 1;var v=Math.trunc(a/l),A=a-v*l,P=Math.min(A/i._duration,1);return P===0&&a===i._duration?1:P},u=h(),d=this._easingFunction(u);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,d),this._onUpdateCallback&&this._onUpdateCallback(this._object,u),this._duration===0||a>=this._duration)if(this._repeat>0){var m=Math.min(Math.trunc((a-this._duration)/l)+1,this._repeat);isFinite(this._repeat)&&(this._repeat-=m);for(o in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[o]=="string"&&(this._valuesStartRepeat[o]=this._valuesStartRepeat[o]+parseFloat(this._valuesEnd[o])),this._yoyo&&this._swapEndStartRepeatValues(o),this._valuesStart[o]=this._valuesStartRepeat[o];return this._yoyo&&(this._reversed=!this._reversed),this._startTime+=l*m,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var g=0,p=this._chainedTweens.length;g<p;g++)this._chainedTweens[g].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},n.prototype._updateProperties=function(t,e,i,s){for(var o in i)if(e[o]!==void 0){var r=e[o]||0,a=i[o],l=Array.isArray(t[o]),c=Array.isArray(a),h=!l&&c;h?t[o]=this._interpolationFunction(a,s):typeof a=="object"&&a?this._updateProperties(t[o],r,a,s):(a=this._handleRelativeValue(r,a),typeof a=="number"&&(t[o]=r+(a-r)*s))}},n.prototype._handleRelativeValue=function(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)},n.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],i=this._valuesEnd[t];typeof i=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(i):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=e},n}(),wA="23.1.3",PA=ec.nextId,Qi=tc,CA=Qi.getAll.bind(Qi),IA=Qi.removeAll.bind(Qi),MA=Qi.add.bind(Qi),ud=Qi.remove.bind(Qi),kA=Qi.update.bind(Qi),dd={Easing:_i,Group:hd,Interpolation:bs,now:io,Sequence:ec,nextId:PA,Tween:pa,VERSION:wA,getAll:CA,removeAll:IA,add:MA,remove:ud,update:kA};function EA(n,t,e,i=_i.Linear.None){const s=new pa(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var gn=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(gn||{});const nr=Symbol("$$PAINT_BRUSH_EVENT$$");function va(n){return n[nr]||(n[nr]={}),n[nr]}function SA(n){n[nr]||delete n[nr]}let xA=class{hasListener(t){const e=va(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=va(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){SA(this);return}const i=va(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=va(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 Vn(){return((1+Math.random())*65536|0).toString(16).substring(1)}function Dt(){return(Vn()+Vn()+"-"+Vn()+"-4"+Vn().substr(0,3)+"-"+Vn()+"-"+Vn()+Vn()+Vn()).toLowerCase()}const DA=`
1
+ (function(ve,G){typeof exports=="object"&&typeof module!="undefined"?G(exports,require("three"),require("@realsee/five/line"),require("@realsee/five"),require("@realsee/five/gltf-loader")):typeof define=="function"&&define.amd?define(["exports","three","@realsee/five/line","@realsee/five","@realsee/five/gltf-loader"],G):(ve=typeof globalThis!="undefined"?globalThis:ve||self,G(ve.dnalogel={},ve.THREE,ve.FiveSDK_Line,ve.FiveSDK,ve.FiveSDK_GLTFLoader))})(this,function(ve,G,lt,Ye,da){var cA,hA,uA,dA;"use strict";var LD=Object.defineProperty,TD=Object.defineProperties;var zD=Object.getOwnPropertyDescriptors;var Jl=Object.getOwnPropertySymbols;var gA=Object.prototype.hasOwnProperty,mA=Object.prototype.propertyIsEnumerable;var vs=Math.pow,rd=(ve,G,lt)=>G in ve?LD(ve,G,{enumerable:!0,configurable:!0,writable:!0,value:lt}):ve[G]=lt,N=(ve,G)=>{for(var lt in G||(G={}))gA.call(G,lt)&&rd(ve,lt,G[lt]);if(Jl)for(var lt of Jl(G))mA.call(G,lt)&&rd(ve,lt,G[lt]);return ve},ue=(ve,G)=>TD(ve,zD(G));var As=(ve,G)=>{var lt={};for(var Ye in ve)gA.call(ve,Ye)&&G.indexOf(Ye)<0&&(lt[Ye]=ve[Ye]);if(ve!=null&&Jl)for(var Ye of Jl(ve))G.indexOf(Ye)<0&&mA.call(ve,Ye)&&(lt[Ye]=ve[Ye]);return lt};var f=(ve,G,lt)=>(rd(ve,typeof G!="symbol"?G+"":G,lt),lt);var ie=(ve,G,lt)=>new Promise((Ye,da)=>{var Kl=fn=>{try{ir(lt.next(fn))}catch(to){da(to)}},y=fn=>{try{ir(lt.throw(fn))}catch(to){da(to)}},ir=fn=>fn.done?Ye(fn.value):Promise.resolve(fn.value).then(Kl,y);ir((lt=lt.apply(ve,G)).next())});function Kl(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 y=Kl(G);function ir(){console.debug("%c %c@realsee/dnalogel %cv3.74.0-alpha.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 fn(){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 to(){}const ad=()=>Promise.resolve(),ld={__queue:Promise.resolve()};function AA(n=ad){ld.__queue=ld.__queue.then(n).catch(ad)}function fa(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 $l(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function ga(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 bA(n,t,e=to){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const yA=window,cd=window.requestAnimationFrame||yA.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function ma(n,t=0){t<=0?cd(n):cd(()=>ma(n,t-1))}var _i=Object.freeze({Linear:Object.freeze({None:function(n){return n},In:function(n){return n},Out:function(n){return n},InOut:function(n){return 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-_i.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?_i.Bounce.In(n*2)*.5:_i.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}}}}),io=function(){return performance.now()},hd=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=io()),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}(),bs={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=bs.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=bs.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=bs.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=bs.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}}},ec=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),tc=new hd,pa=function(){function n(t,e){e===void 0&&(e=tc),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=_i.Linear.None,this._interpolationFunction=bs.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=ec.nextId(),this._isChainStopped=!1,this._propertiesAreSetUp=!1,this._goToEnd=!1}return n.prototype.getId=function(){return this._id},n.prototype.isPlaying=function(){return this._isPlaying},n.prototype.isPaused=function(){return this._isPaused},n.prototype.getDuration=function(){return this._duration},n.prototype.to=function(t,e){if(e===void 0&&(e=1e3),this._isPlaying)throw new Error("Can not call Tween.to() while Tween is already started or paused. Stop the Tween first.");return this._valuesEnd=t,this._propertiesAreSetUp=!1,this._duration=e<0?0:e,this},n.prototype.duration=function(t){return t===void 0&&(t=1e3),this._duration=t<0?0:t,this},n.prototype.dynamic=function(t){return t===void 0&&(t=!1),this._isDynamic=t,this},n.prototype.start=function(t,e){if(t===void 0&&(t=io()),e===void 0&&(e=!1),this._isPlaying)return this;if(this._group&&this._group.add(this),this._repeat=this._initialRepeat,this._reversed){this._reversed=!1;for(var i in this._valuesStartRepeat)this._swapEndStartRepeatValues(i),this._valuesStart[i]=this._valuesStartRepeat[i]}if(this._isPlaying=!0,this._isPaused=!1,this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._isChainStopped=!1,this._startTime=t,this._startTime+=this._delayTime,!this._propertiesAreSetUp||e){if(this._propertiesAreSetUp=!0,!this._isDynamic){var s={};for(var o in this._valuesEnd)s[o]=this._valuesEnd[o];this._valuesEnd=s}this._setupProperties(this._object,this._valuesStart,this._valuesEnd,this._valuesStartRepeat,e)}return this},n.prototype.startFromCurrentValues=function(t){return this.start(t,!0)},n.prototype._setupProperties=function(t,e,i,s,o){for(var r in i){var a=t[r],l=Array.isArray(a),c=l?"array":typeof a,h=!l&&Array.isArray(i[r]);if(!(c==="undefined"||c==="function")){if(h){var u=i[r];if(u.length===0)continue;for(var d=[a],m=0,g=u.length;m<g;m+=1){var p=this._handleRelativeValue(a,u[m]);if(isNaN(p)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}d.push(p)}h&&(i[r]=d)}if((c==="object"||l)&&a&&!h){e[r]=l?[]:{};var v=a;for(var A in v)e[r][A]=v[A];s[r]=l?[]:{};var u=i[r];if(!this._isDynamic){var P={};for(var A in u)P[A]=u[A];i[r]=u=P}this._setupProperties(v,e[r],u,s[r],o)}else(typeof e[r]=="undefined"||o)&&(e[r]=a),l||(e[r]*=1),h?s[r]=i[r].slice().reverse():s[r]=e[r]||0}}},n.prototype.stop=function(){return this._isChainStopped||(this._isChainStopped=!0,this.stopChainedTweens()),this._isPlaying?(this._group&&this._group.remove(this),this._isPlaying=!1,this._isPaused=!1,this._onStopCallback&&this._onStopCallback(this._object),this):this},n.prototype.end=function(){return this._goToEnd=!0,this.update(1/0),this},n.prototype.pause=function(t){return t===void 0&&(t=io()),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=io()),!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=tc),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=_i.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=bs.Linear),this._interpolationFunction=t,this},n.prototype.chain=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return this._chainedTweens=t,this},n.prototype.onStart=function(t){return this._onStartCallback=t,this},n.prototype.onEveryStart=function(t){return this._onEveryStartCallback=t,this},n.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},n.prototype.onRepeat=function(t){return this._onRepeatCallback=t,this},n.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},n.prototype.onStop=function(t){return this._onStopCallback=t,this},n.prototype.update=function(t,e){var i=this,s;if(t===void 0&&(t=io()),e===void 0&&(e=!0),this._isPaused)return!0;var o,r=this._startTime+this._duration;if(!this._goToEnd&&!this._isPlaying){if(t>r)return!1;e&&this.start(t,!0)}if(this._goToEnd=!1,t<this._startTime)return!0;this._onStartCallbackFired===!1&&(this._onStartCallback&&this._onStartCallback(this._object),this._onStartCallbackFired=!0),this._onEveryStartCallbackFired===!1&&(this._onEveryStartCallback&&this._onEveryStartCallback(this._object),this._onEveryStartCallbackFired=!0);var a=t-this._startTime,l=this._duration+((s=this._repeatDelayTime)!==null&&s!==void 0?s:this._delayTime),c=this._duration+this._repeat*l,h=function(){if(i._duration===0||a>c)return 1;var v=Math.trunc(a/l),A=a-v*l,P=Math.min(A/i._duration,1);return P===0&&a===i._duration?1:P},u=h(),d=this._easingFunction(u);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,d),this._onUpdateCallback&&this._onUpdateCallback(this._object,u),this._duration===0||a>=this._duration)if(this._repeat>0){var m=Math.min(Math.trunc((a-this._duration)/l)+1,this._repeat);isFinite(this._repeat)&&(this._repeat-=m);for(o in this._valuesStartRepeat)!this._yoyo&&typeof this._valuesEnd[o]=="string"&&(this._valuesStartRepeat[o]=this._valuesStartRepeat[o]+parseFloat(this._valuesEnd[o])),this._yoyo&&this._swapEndStartRepeatValues(o),this._valuesStart[o]=this._valuesStartRepeat[o];return this._yoyo&&(this._reversed=!this._reversed),this._startTime+=l*m,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var g=0,p=this._chainedTweens.length;g<p;g++)this._chainedTweens[g].start(this._startTime+this._duration,!1);return this._isPlaying=!1,!1}return!0},n.prototype._updateProperties=function(t,e,i,s){for(var o in i)if(e[o]!==void 0){var r=e[o]||0,a=i[o],l=Array.isArray(t[o]),c=Array.isArray(a),h=!l&&c;h?t[o]=this._interpolationFunction(a,s):typeof a=="object"&&a?this._updateProperties(t[o],r,a,s):(a=this._handleRelativeValue(r,a),typeof a=="number"&&(t[o]=r+(a-r)*s))}},n.prototype._handleRelativeValue=function(t,e){return typeof e!="string"?e:e.charAt(0)==="+"||e.charAt(0)==="-"?t+parseFloat(e):parseFloat(e)},n.prototype._swapEndStartRepeatValues=function(t){var e=this._valuesStartRepeat[t],i=this._valuesEnd[t];typeof i=="string"?this._valuesStartRepeat[t]=this._valuesStartRepeat[t]+parseFloat(i):this._valuesStartRepeat[t]=this._valuesEnd[t],this._valuesEnd[t]=e},n}(),wA="23.1.3",PA=ec.nextId,Qi=tc,CA=Qi.getAll.bind(Qi),IA=Qi.removeAll.bind(Qi),MA=Qi.add.bind(Qi),ud=Qi.remove.bind(Qi),kA=Qi.update.bind(Qi),dd={Easing:_i,Group:hd,Interpolation:bs,now:io,Sequence:ec,nextId:PA,Tween:pa,VERSION:wA,getAll:CA,removeAll:IA,add:MA,remove:ud,update:kA};function EA(n,t,e,i=_i.Linear.None){const s=new pa(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var gn=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(gn||{});const nr=Symbol("$$PAINT_BRUSH_EVENT$$");function va(n){return n[nr]||(n[nr]={}),n[nr]}function SA(n){n[nr]||delete n[nr]}let xA=class{hasListener(t){const e=va(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=va(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){SA(this);return}const i=va(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=va(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 Vn(){return((1+Math.random())*65536|0).toString(16).substring(1)}function Dt(){return(Vn()+Vn()+"-"+Vn()+"-4"+Vn().substr(0,3)+"-"+Vn()+"-"+Vn()+Vn()+Vn()).toLowerCase()}const DA=`
2
2
  <style type="text/css">
3
3
 
4
4
  #_gl_paintBrush {
@@ -505,7 +505,7 @@ void main() {
505
505
  svg [type='lineItemGroup'] g g g g {
506
506
  stroke: #ffffff;
507
507
  }</style>
508
- `;return n.$$set=o=>{"content"in o&&e(0,i=o.content)},[i,s]}class m2 extends Ce{constructor(t){super(),Pe(this,t,g2,f2,we,{content:0},d2)}}function p2(n){Le(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function v2(n){let t,e;return t=new u2({props:{url:n[1].url}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.url=i[1].url),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function A2(n){let t,e;return t=new m2({props:{content:n[0]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.content=i[0]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function b2(n){let t,e,i,s;const o=[A2,v2],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=U("div"),i&&i.c(),w(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){Y(l,t,c),~e&&r[e].m(t,null),s=!0},p(l,[c]){let h=e;e=a(l),e===h?~e&&r[e].p(l,c):(i&&(Se(),Z(r[h],1,1,()=>{r[h]=null}),xe()),~e?(i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),R(i,1),i.m(t,null)):i=null)},i(l){s||(R(i),s=!0)},o(l){Z(i),s=!1},d(l){l&&X(t),~e&&r[e].d()}}}function y2(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 dh extends Ce{constructor(t){super(),Pe(this,t,y2,b2,we,{floorIndex:2,floorplanData:3},p2)}}function w2(n){Le(n,"svelte-2r6702",".floorplan-plugin__item.svelte-2r6702{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__img.svelte-2r6702{width:100%;height:100%}.floorplan-plugin__notes.svelte-2r6702{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0.25rem;line-height:1;border-radius:0.25rem;color:#fff;background:rgba(0,0,0,.6);font-size:0.75rem}")}function P2(n){let t,e,i,s,o,r=n[0].notes+"",a;return{c(){t=U("div"),e=U("img"),s=le(),o=U("span"),a=Ve(r),w(e,"class","floorplan-plugin__img svelte-2r6702"),ut(e.src,i=n[6])||w(e,"src",i),w(e,"alt",""),_(e,"transform",n[5]),w(o,"class","floorplan-plugin__notes svelte-2r6702"),w(t,"class","floorplan-plugin__item svelte-2r6702"),_(t,"left",n[1]),_(t,"top",n[2]),_(t,"width",n[3]),_(t,"height",n[4])},m(l,c){Y(l,t,c),V(t,e),V(t,s),V(t,o),V(o,a)},p(l,[c]){c&1&&r!==(r=l[0].notes+"")&&Ne(a,r)},i:oe,o:oe,d(l){l&&X(t)}}}function C2(n,t,e){let{item:i}=t;const s=i.positionInImage.x*100+"%",o=i.positionInImage.y*100+"%",r=i.width*100+"%",a=i.height*100+"%",l=`rotate(${i.rotateZ}deg) scaleX(${i.rotateX?-1:1}) scaleY(${i.rotateY?-1:1})`,c=i.src;return n.$$set=h=>{"item"in h&&e(0,i=h.item)},[i,s,o,r,a,l,c]}class I2 extends Ce{constructor(t){super(),Pe(this,t,C2,P2,we,{item:0},w2)}}function M2(n){Le(n,"svelte-1c5mqz0",".floorplan-plugin__room-items.svelte-1c5mqz0{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function Jf(n,t,e){const i=n.slice();return i[6]=t[e],i}function Kf(n){let t,e=[],i=new Map,s,o,r,a=n[1];const l=c=>c[6].id;for(let c=0;c<a.length;c+=1){let h=Jf(n,a,c),u=l(h);i.set(u,e[c]=$f(u,h))}return{c(){t=U("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-items svelte-1c5mqz0")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[4])],o=!0)},p(c,h){h&2&&(a=c[1],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,$f,null,Jf),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)R(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);s=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,ht(r)}}}function $f(n,t){let e,i,s;const o=[{item:t[6]}];let r={};for(let a=0;a<o.length;a+=1)r=gt(r,o[a]);return i=new I2({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&2?vt(o,[{item:t[6]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function k2(n){let t,e,i=n[1]&&Kf(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&R(i,1)):(i=Kf(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function E2(n,t,e){let i,{floorIndex:s}=t,{floorplanData:o}=t,r=0;const a=l=>{e(0,r=l.detail)};return n.$$set=l=>{"floorIndex"in l&&e(2,s=l.floorIndex),"floorplanData"in l&&e(3,o=l.floorplanData)},n.$$.update=()=>{if(n.$$.dirty&12&&e(1,i=o.floorDatas[s].items),n.$$.dirty&9){const{max:l,min:c}=o.bounding;l.x-c.x}},[r,i,s,o,a]}class S2 extends Ce{constructor(t){super(),Pe(this,t,E2,k2,we,{floorIndex:2,floorplanData:3},M2)}}function x2(n){Le(n,"svelte-9vzn2f",".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}")}function D2(n){let t,e=n[18].outerHTML+"",i;return{c(){t=new po(!1),i=Re(),t.a=i},m(s,o){t.m(e,s,o),Y(s,i,o)},p(s,o){o[0]&262144&&e!==(e=s[18].outerHTML+"")&&t.p(e)},d(s){s&&X(i),s&&t.d()}}}function L2(n){let t,e,i,s,o,r,a=n[1]&&eg(n),l=n[0]&&tg(n),c=n[3]&&ig(n);return{c(){t=U("div"),a&&a.c(),e=le(),l&&l.c(),i=le(),c&&c.c(),s=Re(),w(t,"class","floorplan-plugin__room-part1 svelte-9vzn2f"),_(t,"opacity",n[14]?"1":"0")},m(h,u){Y(h,t,u),a&&a.m(t,null),V(t,e),l&&l.m(t,null),Y(h,i,u),c&&c.m(h,u),Y(h,s,u),o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[35]),_e(t,"clientHeight",n[36])],o=!0)},p(h,u){h[1]?a?a.p(h,u):(a=eg(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,u):(l=tg(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),u[0]&16384&&_(t,"opacity",h[14]?"1":"0"),h[3]?c?c.p(h,u):(c=ig(h),c.c(),c.m(s.parentNode,s)):c&&(c.d(1),c=null)},d(h){h&&X(t),a&&a.d(),l&&l.d(),h&&X(i),c&&c.d(h),h&&X(s),o=!1,ht(r)}}}function eg(n){let t,e=(n[2]?n[4].name:n[4].roomType==="100900000012"?n[4].customizedName:n[4].name)+"",i;return{c(){t=U("span"),i=Ve(e),w(t,"class","floorplan-plugin__room-name"),_(t,"font-size",n[11])},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o[0]&20&&e!==(e=(s[2]?s[4].name:s[4].roomType==="100900000012"?s[4].customizedName:s[4].name)+"")&&Ne(i,e),o[0]&2048&&_(t,"font-size",s[11])},d(s){s&&X(t)}}}function tg(n){let t,e;return{c(){t=U("span"),e=Ve(n[17]),w(t,"class","floorplan-plugin__room-area svelte-9vzn2f"),_(t,"font-size",n[10])},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&131072&&Ne(e,i[17]),s[0]&1024&&_(t,"font-size",i[10])},d(i){i&&X(t)}}}function ig(n){let t,e;return{c(){t=U("span"),e=Ve(n[16]),w(t,"class","floorplan-plugin__room-size"),_(t,"font-size",n[10]),_(t,"opacity",n[13]?"0.6":"0")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&65536&&Ne(e,i[16]),s[0]&1024&&_(t,"font-size",i[10]),s[0]&8192&&_(t,"opacity",i[13]?"0.6":"0")},d(i){i&&X(t)}}}function T2(n){let t,e,i;function s(a,l){if(a[5]===void 0)return L2;if(a[18])return D2}let o=s(n),r=o&&o(n);return{c(){t=U("div"),r&&r.c(),w(t,"class","floorplan-plugin__room-label-item svelte-9vzn2f"),_(t,"left",n[19]),_(t,"top",n[20]),_(t,"font-size",n[11]),_(t,"opacity",n[15]?"1":"0"),_(t,"transform",n[12]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},m(a,l){Y(a,t,l),r&&r.m(t,null),e||(i=[ei(Li.call(null,t)),_e(t,"clientWidth",n[37]),_e(t,"clientHeight",n[38])],e=!0)},p(a,l){o===(o=s(a))&&r?r.p(a,l):(r&&r.d(1),r=o&&o(a),r&&(r.c(),r.m(t,null))),l[0]&2048&&_(t,"font-size",a[11]),l[0]&32768&&_(t,"opacity",a[15]?"1":"0"),l[0]&4096&&_(t,"transform",a[12]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},i:oe,o:oe,d(a){a&&X(t),r&&r.d(),e=!1,ht(i)}}}function z2(n,t){const e=n[0],i=n[1];let s=!1;for(let o=0,r=t.length-1;o<t.length;r=o++){const a=t[o][0],l=t[o][1],c=t[r][0],h=t[r][1];l>i!=h>i&&e<(c-a)*(i-l)/(h-l)+a&&(s=!s)}return s}function O2(n,t,e){let i,s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,{pxmm:M}=t,{roomAreaEnable:I}=t,{roomNameEnable:z}=t,{roomNameOtherTypeEnable:D}=t,{roomDimensionEnable:j}=t,{room:L}=t,{hoveredRoom:O}=t,{getRoomAreaText:b}=t,{getRoomDimensionText:C}=t,{getLabelElement:k}=t,{adaptiveRoomLabelVisibleEnable:E}=t,{fontSize:x}=t;function T(ce,De){if(De.width===0||De.height===0)return()=>!1;const te=ce.path.map(({x:Ze,y:qe})=>[Ze,qe]),Te=ce.roomLabel.position,{x:Be,y:be}=Te,{width:Fe,height:Ae}=De,Me=Fe/2,je=Ae/2;return function(qe){const rt=Be*qe,tt=be*qe,it=te.map(([dt,Rt])=>[dt*qe,Rt*qe]);return[[rt+Me,tt-je],[rt-Me,tt-je],[rt-Me,tt+je],[rt+Me,tt+je]].every(dt=>z2(dt,it))}}const H=L.roomLabel,B=H.positionInImage.x*100+"%",J=H.positionInImage.y*100+"%";let ne=0,$=0,re=0,ee=0,fe=!1;O.subscribe(function(De){e(27,fe=!!De&&De.id===L.id)});const ze=ce=>{e(8,re=ce.detail)},ae=ce=>{e(9,ee=ce.detail)},Ee=ce=>{e(6,ne=ce.detail)},de=ce=>{e(7,$=ce.detail)};return n.$$set=ce=>{"pxmm"in ce&&e(21,M=ce.pxmm),"roomAreaEnable"in ce&&e(0,I=ce.roomAreaEnable),"roomNameEnable"in ce&&e(1,z=ce.roomNameEnable),"roomNameOtherTypeEnable"in ce&&e(2,D=ce.roomNameOtherTypeEnable),"roomDimensionEnable"in ce&&e(3,j=ce.roomDimensionEnable),"room"in ce&&e(4,L=ce.room),"hoveredRoom"in ce&&e(22,O=ce.hoveredRoom),"getRoomAreaText"in ce&&e(23,b=ce.getRoomAreaText),"getRoomDimensionText"in ce&&e(24,C=ce.getRoomDimensionText),"getLabelElement"in ce&&e(5,k=ce.getLabelElement),"adaptiveRoomLabelVisibleEnable"in ce&&e(25,E=ce.adaptiveRoomLabelVisibleEnable),"fontSize"in ce&&e(26,x=ce.fontSize)},n.$$.update=()=>{var ce,De;n.$$.dirty[0]&67108864&&e(28,i=lh[x]),n.$$.dirty[0]&48&&e(18,s=k==null?void 0:k(L)),n.$$.dirty[0]&8388624&&e(17,o=L.size?b(L.size):""),n.$$.dirty[0]&16777232&&e(16,r=L!=null&&L.dimension?C((ce=L.dimension)==null?void 0:ce.width,(De=L.dimension)==null?void 0:De.height):""),n.$$.dirty[0]&768&&e(34,a={width:re,height:ee}),n.$$.dirty[0]&16|n.$$.dirty[1]&8&&e(33,l=a?T(L,a):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&4&&e(30,c=E?!!(l!=null&&l(M)):!0),n.$$.dirty[0]&192&&e(32,h={width:ne,height:$}),n.$$.dirty[0]&16|n.$$.dirty[1]&2&&e(31,u=h?T(L,h):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&1&&e(29,d=E?!!(u!=null&&u(M)):!0),n.$$.dirty[0]&1744830464&&e(15,m=d||c||fe),n.$$.dirty[0]&1207959552&&e(14,g=c||fe),n.$$.dirty[0]&671088640&&e(13,p=d||fe),n.$$.dirty[0]&1610612736&&e(12,v=c&&!d),n.$$.dirty[0]&268435456&&e(11,A=mt((i==null?void 0:i.name)||12)),n.$$.dirty[0]&268435456&&e(10,P=mt((i==null?void 0:i.area)||10))},[I,z,D,j,L,k,ne,$,re,ee,P,A,v,p,g,m,r,o,s,B,J,M,O,b,C,E,x,fe,i,d,c,u,h,l,a,ze,ae,Ee,de]}class j2 extends Ce{constructor(t){super(),Pe(this,t,O2,T2,we,{pxmm:21,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,room:4,hoveredRoom:22,getRoomAreaText:23,getRoomDimensionText:24,getLabelElement:5,adaptiveRoomLabelVisibleEnable:25,fontSize:26},x2,[-1,-1])}}function _2(n){Le(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 ng(n,t,e){const i=n.slice();return i[17]=t[e],i}function sg(n){let t,e=[],i=new Map,s,o,r,a=n[12];const l=c=>c[17].id;for(let c=0;c<a.length;c+=1){let h=ng(n,a,c),u=l(h);i.set(u,e[c]=og(u,h))}return{c(){t=U("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[15])],o=!0)},p(c,h){h&7679&&(a=c[12],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,og,null,ng),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)R(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);s=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,ht(r)}}}function og(n,t){let e,i,s;const o=[{pxmm:t[10],room:t[17],hoveredRoom:t[4],roomAreaEnable:t[0],roomNameEnable:t[1],roomNameOtherTypeEnable:t[2],roomDimensionEnable:t[3],getLabelElement:t[7],getRoomAreaText:t[5],getRoomDimensionText:t[6],adaptiveRoomLabelVisibleEnable:t[8],fontSize:t[11]}];let r={};for(let a=0;a<o.length;a+=1)r=gt(r,o[a]);return i=new j2({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&7679?vt(o,[{pxmm:t[10],room:t[17],hoveredRoom:t[4],roomAreaEnable:t[0],roomNameEnable:t[1],roomNameOtherTypeEnable:t[2],roomDimensionEnable:t[3],getLabelElement:t[7],getRoomAreaText:t[5],getRoomDimensionText:t[6],adaptiveRoomLabelVisibleEnable:t[8],fontSize:t[11]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function V2(n){let t,e,i=n[12]&&sg(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[12]?i?(i.p(s,o),o&4096&&R(i,1)):(i=sg(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function B2(n,t,e){let i,{floorIndex:s}=t,{roomAreaEnable:o}=t,{roomNameEnable:r}=t,{roomNameOtherTypeEnable:a}=t,{roomDimensionEnable:l}=t,{floorplanData:c}=t,{hoveredRoom:h}=t,{getRoomAreaText:u}=t,{getRoomDimensionText:d}=t,{getLabelElement:m}=t,{adaptiveRoomLabelVisibleEnable:g}=t,p=0,v=0;const A=Sr();let P=Po();typeof A=="object"&&"subscribe"in A&&A.subscribe(I=>{e(11,P=I)});const M=I=>{e(9,p=I.detail)};return n.$$set=I=>{"floorIndex"in I&&e(13,s=I.floorIndex),"roomAreaEnable"in I&&e(0,o=I.roomAreaEnable),"roomNameEnable"in I&&e(1,r=I.roomNameEnable),"roomNameOtherTypeEnable"in I&&e(2,a=I.roomNameOtherTypeEnable),"roomDimensionEnable"in I&&e(3,l=I.roomDimensionEnable),"floorplanData"in I&&e(14,c=I.floorplanData),"hoveredRoom"in I&&e(4,h=I.hoveredRoom),"getRoomAreaText"in I&&e(5,u=I.getRoomAreaText),"getRoomDimensionText"in I&&e(6,d=I.getRoomDimensionText),"getLabelElement"in I&&e(7,m=I.getLabelElement),"adaptiveRoomLabelVisibleEnable"in I&&e(8,g=I.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{if(n.$$.dirty&24576&&e(12,i=c.floorDatas[s].rooms),n.$$.dirty&16896){const{max:I,min:z}=c.bounding,D=I.x-z.x;e(10,v=p/D)}},[o,r,a,l,h,u,d,m,g,p,v,P,i,s,c,M]}let R2=class extends Ce{constructor(t){super(),Pe(this,t,B2,V2,we,{floorIndex:13,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,floorplanData:14,hoveredRoom:4,getRoomAreaText:5,getRoomDimensionText:6,getLabelElement:7,adaptiveRoomLabelVisibleEnable:8},_2)}};function F2(n){Le(n,"svelte-1fuyezq",".floorplan-plugin__rule-labels.svelte-1fuyezq.svelte-1fuyezq{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-1fuyezq.svelte-1fuyezq{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-1fuyezq.svelte-1fuyezq{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-1fuyezq.svelte-1fuyezq{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-1fuyezq.svelte-1fuyezq{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-1fuyezq.svelte-1fuyezq{background:#fff;opacity:0.2;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-1fuyezq.svelte-1fuyezq{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-1fuyezq .floorplan-plugin__rule-scale-wrapper.svelte-1fuyezq{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-1fuyezq.svelte-1fuyezq{position:absolute;background:#fff;opacity:0.2;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-1fuyezq .floorplan-plugin__rule-scale.svelte-1fuyezq{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-1fuyezq.svelte-1fuyezq{position:absolute}.floorplan-plugin__rule-labels--top.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-1fuyezq.svelte-1fuyezq{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-1fuyezq .floorplan-plugin__rule-text-item.svelte-1fuyezq{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-1fuyezq.svelte-1fuyezq{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.35}")}function rg(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function ag(n,t,e){const i=n.slice();return i[14]=t[e],i}function lg(n){let t;return{c(){t=U("div"),w(t,"class","floorplan-plugin__rule-scale svelte-1fuyezq"),_(t,"left",n[14].left*100+"%"),_(t,"bottom",n[14].bottom*100+"%")},m(e,i){Y(e,t,i)},p:oe,d(e){e&&X(t)}}}function cg(n,t){let e,i,s=t[1](t[11].distance)+"",o,r;return{key:n,first:null,c(){e=U("div"),i=U("div"),o=Ve(s),r=le(),w(i,"class","floorplan-plugin__rule-text svelte-1fuyezq"),Ie(i,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-1fuyezq"),_(e,"left",t[11].left*100+"%"),_(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){Y(a,e,l),V(e,i),V(i,o),V(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&Ne(o,s)},d(a){a&&X(e)}}}function N2(n){let t,e,i,s,o,r,a=[],l=new Map,c,h=n[3],u=[];for(let g=0;g<h.length;g+=1)u[g]=lg(ag(n,h,g));let d=n[4];const m=g=>g[13];for(let g=0;g<d.length;g+=1){let p=rg(n,d,g),v=m(p);l.set(v,a[g]=cg(v,p))}return{c(){t=U("div"),e=U("div"),i=le(),s=U("div");for(let g=0;g<u.length;g+=1)u[g].c();o=le(),r=U("div");for(let g=0;g<a.length;g+=1)a[g].c();w(e,"class","floorplan-plugin__rule-line svelte-1fuyezq"),w(s,"class","floorplan-plugin__rule-scale-wrapper svelte-1fuyezq"),Ie(s,"is-row",n[2]),w(r,"class","floorplan-plugin__rule-text-wrapper svelte-1fuyezq"),w(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+n[0]+" svelte-1fuyezq"),Ie(t,"is-row",n[2]),_(t,"width",n[2]?"100%":1/16+"rem"),_(t,"height",n[2]?1/16+"rem":"100%")},m(g,p){Y(g,t,p),V(t,e),V(t,i),V(t,s);for(let v=0;v<u.length;v+=1)u[v]&&u[v].m(s,null);V(t,o),V(t,r);for(let v=0;v<a.length;v+=1)a[v]&&a[v].m(r,null)},p(g,[p]){if(p&8){h=g[3];let v;for(v=0;v<h.length;v+=1){const A=ag(g,h,v);u[v]?u[v].p(A,p):(u[v]=lg(A),u[v].c(),u[v].m(s,null))}for(;v<u.length;v+=1)u[v].d(1);u.length=h.length}p&22&&(d=g[4],a=ti(a,p,m,1,g,d,l,r,Er,cg,null,rg)),p&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+g[0]+" svelte-1fuyezq")&&w(t,"class",c),p&5&&Ie(t,"is-row",g[2])},i:oe,o:oe,d(g){g&&X(t),Pi(u,g);for(let p=0;p<a.length;p+=1)a[p].d()}}}const ko=1e3,Eo=180;function G2(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-(ko-Eo)*2,c=o.max.y-o.min.y-(ko-Eo)*2,h=s.map(([g,p])=>a?[g.x,p.x]:[g.y,p.y]).flat().sort().filter((g,p,v)=>p===0?!0:g!==v[p-1]),u=h.map(g=>{const p=a?(g-o.min.x-ko+Eo)/l:0,v=a?0:(g-o.min.y-ko+Eo)/c;return{left:p,bottom:v}});u.unshift({left:0,bottom:0}),u.push(a?{left:1,bottom:0}:{left:0,bottom:1});const d=h[h.length-1]-h[0],m=h.map((g,p,v)=>{const A=p===0?0:g-v[p-1],P=p===0?0:(g+v[p-1])/2,M=a?(P-o.min.x-ko+Eo)/l:0,I=a?0:(P-o.min.y-ko+Eo)/c;return{left:M,bottom:I,distance:A}}).filter(({distance:g})=>g/d>.1);return n.$$set=g=>{"type"in g&&e(0,i=g.type),"data"in g&&e(5,s=g.data),"bounding"in g&&e(6,o=g.bounding),"getRuleDistanceText"in g&&e(1,r=g.getRuleDistanceText)},[i,r,a,u,m,s,o]}class H2 extends Ce{constructor(t){super(),Pe(this,t,G2,N2,we,{type:0,data:5,bounding:6,getRuleDistanceText:1},F2)}}function W2(n){Le(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function hg(n,t,e){const i=n.slice();return i[13]=t[e][0],i[14]=t[e][1],i}function ug(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=gt(r,o[a]);return i=new H2({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&19?vt(o,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function U2(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=hg(n,o,a),c=r(l);i.set(c,e[a]=ug(c,l))}return{c(){t=U("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),_(t,"width",n[3]),_(t,"height",n[2])},m(a,l){Y(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],Se(),e=ti(e,l,r,1,a,o,i,t,Ki,ug,null,hg),xe()),l&8&&_(t,"width",a[3]),l&4&&_(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)R(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)Z(e[l]);s=!1},d(a){a&&X(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const dg=1e3,fg=180;function Q2(n,t,e){let i,s,o,r,a,l,c,h,u,d,{floorIndex:m}=t,{floorplanData:g}=t,{getRuleDistanceText:p}=t;return n.$$set=v=>{"floorIndex"in v&&e(5,m=v.floorIndex),"floorplanData"in v&&e(6,g=v.floorplanData),"getRuleDistanceText"in v&&e(0,p=v.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=g.bounding),n.$$.dirty&96&&e(11,s=g.floorDatas[m].rules),n.$$.dirty&2048&&e(12,o=Object.keys(s)),n.$$.dirty&6144&&e(4,r=o.map(v=>[v,s[v]])),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-(dg-fg)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(dg-fg)*2),n.$$.dirty&1536&&e(3,u=c/a*100+"%"),n.$$.dirty&384&&e(2,d=h/l*100+"%")},[p,i,d,u,r,m,g,l,h,a,c,s,o]}class X2 extends Ce{constructor(t){super(),Pe(this,t,Q2,U2,we,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},W2)}}function Zn(n,t={}){let e="";const{needZ:i,needA:s}=t;return(i?n.slice().concat(n[0]):n.slice()).forEach((r,a)=>{const{x:l,y:c}=t.format?t.format(r):r,h=l+","+c;return a===0?(e+="M"+h,e):s!=null&&s[a]?(e+="A"+s[a]+","+h,e):(e+="L"+h,e)}),e+(i?"Z":"")}function gg({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function Y2(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 Z2(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 q2(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function J2(n){let t;return{c(){t=ke("path"),w(t,"d",n[0]),w(t,"fill","#2F313A")},m(e,i){Y(e,t,i)},p(e,[i]){i&1&&w(t,"d",e[0])},i:oe,o:oe,d(e){e&&X(t)}}}function K2(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=Zn(s,{needZ:!0}))},[i,s]}class $2 extends Ce{constructor(t){super(),Pe(this,t,K2,J2,we,{path:1})}}function e3(n){let t,e,i,s,o,r;return{c(){t=ke("defs"),e=ke("pattern"),i=ke("rect"),s=ke("path"),o=le(),r=ke("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){Y(a,t,l),V(t,e),V(e,i),V(e,s),Y(a,o,l),Y(a,r,l)},p(a,[l]){l&1&&w(r,"d",a[0])},i:oe,o:oe,d(a){a&&X(t),a&&X(o),a&&X(r)}}}const fh=6;function t3(n,t,e){let i,{path:s}=t;const o=fh*2,r=`M0 ${fh} h ${o} M${fh} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=Zn(s,{needZ:!0}))},[i,o,r,s]}class i3 extends Ce{constructor(t){super(),Pe(this,t,t3,e3,we,{path:3})}}function n3(n){let t,e,i,s,o,r,a,l,c,h,u;return{c(){t=ke("defs"),e=ke("pattern"),i=ke("rect"),s=ke("pattern"),o=ke("rect"),r=le(),a=ke("path"),l=le(),c=ke("path"),h=le(),u=ke("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(u,"d",n[0]),w(u,"fill","url(#room-material-pattern-2)")},m(d,m){Y(d,t,m),V(t,e),V(e,i),V(t,s),V(s,o),Y(d,r,m),Y(d,a,m),Y(d,l,m),Y(d,c,m),Y(d,h,m),Y(d,u,m)},p(d,[m]){m&1&&w(a,"d",d[0]),m&1&&w(c,"d",d[0]),m&1&&w(u,"d",d[0])},i:oe,o:oe,d(d){d&&X(t),d&&X(r),d&&X(a),d&&X(l),d&&X(c),d&&X(h),d&&X(u)}}}function s3(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=Zn(s,{needZ:!0}))},[i,s]}class o3 extends Ce{constructor(t){super(),Pe(this,t,s3,n3,we,{path:1})}}function r3(n){let t;return{c(){t=ke("path"),w(t,"d",n[0]),w(t,"fill","#969696"),w(t,"stroke","#969696"),w(t,"stroke-width","1"),w(t,"fill-rule","evenodd")},m(e,i){Y(e,t,i)},p:oe,i:oe,o:oe,d(e){e&&X(t)}}}function a3(n,t,e){let{dimension:i}=t;const s=Zn([{x:i.vertical[1].x,y:i.vertical[1].y+53},{x:i.vertical[1].x-60,y:i.vertical[1].y+124},{x:i.vertical[1].x+60,y:i.vertical[1].y+124}],{needZ:!0}),o=Zn([{x:i.vertical[0].x,y:i.vertical[0].y-53},{x:i.vertical[0].x-60,y:i.vertical[0].y-124},{x:i.vertical[0].x+60,y:i.vertical[0].y-124}],{needZ:!0}),r=Zn([{x:i.horizontal[0].x+53,y:i.horizontal[0].y},{x:i.horizontal[0].x+124,y:i.horizontal[0].y+60},{x:i.horizontal[0].x+124,y:i.horizontal[0].y-60}],{needZ:!0}),a=Zn([{x:i.horizontal[1].x-53,y:i.horizontal[1].y},{x:i.horizontal[1].x-124,y:i.horizontal[1].y+60},{x:i.horizontal[1].x-124,y:i.horizontal[1].y-60}],{needZ:!0}),l=`${s} ${o} ${r} ${a}`;return n.$$set=c=>{"dimension"in c&&e(1,i=c.dimension)},[l,i]}class l3 extends Ce{constructor(t){super(),Pe(this,t,a3,r3,we,{dimension:1})}}function c3(n){Le(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 mg(n,t,e){const i=n.slice();return i[8]=t[e],i}function h3(n){let t,e;return t=new i3({props:{path:n[8].path}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[8].path),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function u3(n){let t,e;return t=new o3({props:{path:n[8].path}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[8].path),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function d3(n){let t,e;return t=new $2({props:{path:n[8].path}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[8].path),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function pg(n){let t,e,i;return e=new l3({props:{dimension:n[8].dimension}}),{c(){t=ke("svg"),pe(e.$$.fragment),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},p(s,o){const r={};o&1&&(r.dimension=s[8].dimension),e.$set(r)},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function vg(n){let t,e,i,s,o=n[3]&&n[8].dimension&&Array.isArray(n[8].dimension.vertical)&&n[8].dimension.vertical.length>0&&Array.isArray(n[8].dimension.horizontal)&&n[8].dimension.horizontal.length>0,r,a;const l=[d3,u3,h3],c=[];function h(d,m){return d[8].floorType===1?0:d[8].floorType===0?1:2}e=h(n),i=c[e]=l[e](n);let u=o&&pg(n);return{c(){t=ke("svg"),i.c(),s=le(),u&&u.c(),r=Re(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(d,m){Y(d,t,m),c[e].m(t,null),Y(d,s,m),u&&u.m(d,m),Y(d,r,m),a=!0},p(d,m){let g=e;e=h(d),e===g?c[e].p(d,m):(Se(),Z(c[g],1,1,()=>{c[g]=null}),xe(),i=c[e],i?i.p(d,m):(i=c[e]=l[e](d),i.c()),R(i,1),i.m(t,null)),m&1&&(o=d[3]&&d[8].dimension&&Array.isArray(d[8].dimension.vertical)&&d[8].dimension.vertical.length>0&&Array.isArray(d[8].dimension.horizontal)&&d[8].dimension.horizontal.length>0),o?u?(u.p(d,m),m&1&&R(u,1)):(u=pg(d),u.c(),R(u,1),u.m(r.parentNode,r)):u&&(Se(),Z(u,1,1,()=>{u=null}),xe())},i(d){a||(R(i),R(u),a=!0)},o(d){Z(i),Z(u),a=!1},d(d){d&&X(t),c[e].d(),d&&X(s),u&&u.d(d),d&&X(r)}}}function f3(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=vg(mg(n,i,r));const o=r=>Z(s[r],1,1,()=>{s[r]=null});return{c(){t=U("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){Y(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&15){i=r[0];let l;for(l=0;l<i.length;l+=1){const c=mg(r,i,l);s[l]?(s[l].p(c,a),R(s[l],1)):(s[l]=vg(c),s[l].c(),R(s[l],1),s[l].m(t,null))}for(Se(),l=i.length;l<s.length;l+=1)o(l);xe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)R(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)Z(s[a]);e=!1},d(r){r&&X(t),Pi(s,r)}}}function g3(n,t,e){let i,{roomLabelsEnable:s}=t,{roomDimensionEnable:o}=t,{floorIndex:r}=t,{floorplanData:a}=t;const l=a.bounding.max.x-a.bounding.min.x,c=a.bounding.max.y-a.bounding.min.y,h=s&&o;return n.$$set=u=>{"roomLabelsEnable"in u&&e(4,s=u.roomLabelsEnable),"roomDimensionEnable"in u&&e(5,o=u.roomDimensionEnable),"floorIndex"in u&&e(6,r=u.floorIndex),"floorplanData"in u&&e(7,a=u.floorplanData)},n.$$.update=()=>{n.$$.dirty&192&&e(0,i=a.floorDatas[r].rooms.map(u=>ue(N({},u),{path:u.path.map(d=>gg(d,a.bounding))})))},[i,l,c,h,s,o,r,a]}class m3 extends Ce{constructor(t){super(),Pe(this,t,g3,f3,we,{roomLabelsEnable:4,roomDimensionEnable:5,floorIndex:6,floorplanData:7},c3)}}function p3(n){Le(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function v3(n){let t,e,i,s;return{c(){t=ke("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){Y(o,t,r),i||(s=[_e(t,"mouseenter",n[3]),_e(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:oe,o:oe,d(o){o&&X(t),i=!1,ht(s)}}}function A3(n,t,e){let i,s,{room:o}=t,{floorIndex:r}=t,{floorplanData:a}=t,{highlightData:l}=t,{hoveredRoom:c}=t;function h(){c==null||c.set(o)}function u(){c==null||c.set(void 0)}const{bounding:d}=a,m=Zn(o.path,{needZ:!0,format:g=>gg(g,d)});return n.$$set=g=>{"room"in g&&e(0,o=g.room),"floorIndex"in g&&e(1,r=g.floorIndex),"floorplanData"in g&&e(6,a=g.floorplanData),"highlightData"in g&&e(7,l=g.highlightData),"hoveredRoom"in g&&e(8,c=g.hoveredRoom)},n.$$.update=()=>{n.$$.dirty&131&&e(9,i=l[`${r}_${o.id}`]),n.$$.dirty&512&&e(2,s=i?`fill: ${i.color}; --opacity: ${i.opacity}; pointer-events: ${i.disabled?"none":"auto"}`:null)},[o,r,s,h,u,m,a,l,c,i]}class b3 extends Ce{constructor(t){super(),Pe(this,t,A3,v3,we,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},p3)}}function y3(n){Le(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 Ag(n,t,e){const i=n.slice();return i[6]=t[e],i}function bg(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=gt(r,o[a]);return i=new b3({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&15?vt(o,[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function w3(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=Ag(n,r,l),h=a(c);s.set(h,i[l]=bg(h,c))}return{c(){t=U("div"),e=ke("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){Y(l,t,c),V(t,e);for(let h=0;h<i.length;h+=1)i[h]&&i[h].m(e,null);o=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,Se(),i=ti(i,c,a,1,l,r,s,e,Ki,bg,null,Ag),xe())},i(l){if(!o){for(let c=0;c<r.length;c+=1)R(i[c]);o=!0}},o(l){for(let c=0;c<i.length;c+=1)Z(i[c]);o=!1},d(l){l&&X(t);for(let c=0;c<i.length;c+=1)i[c].d()}}}function P3(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 gh extends Ce{constructor(t){super(),Pe(this,t,P3,w3,we,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},y3)}}function C3(n){Le(n,"svelte-3vzs9z",".missing-floor.svelte-3vzs9z{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center}.text.svelte-3vzs9z{margin-top:0.75rem;color:#fff;opacity:0.3;white-space:nowrap}")}function yg(n){let t,e=n[0].text+"",i;return{c(){t=U("span"),i=Ve(e),w(t,"class","text svelte-3vzs9z"),_(t,"font-size",n[0].textFontSize+"px")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&Ne(i,e),o&1&&_(t,"font-size",s[0].textFontSize+"px")},d(s){s&&X(t)}}}function I3(n){let t,e,i,s,o=n[0].text&&yg(n);return{c(){t=U("div"),e=U("img"),s=le(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),ut(e.src,i=n[0].imageURL)||w(e,"src",i),_(e,"width",n[0].imageWidth+"px"),_(e,"height",n[0].imageHeight+"px"),_(e,"max-width","none"),w(t,"class","missing-floor svelte-3vzs9z")},m(r,a){Y(r,t,a),V(t,e),V(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!ut(e.src,i=r[0].imageURL)&&w(e,"src",i),a&1&&_(e,"width",r[0].imageWidth+"px"),a&1&&_(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=yg(r),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},i:oe,o:oe,d(r){r&&X(t),o&&o.d()}}}function M3(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class wg extends Ce{constructor(t){super(),Pe(this,t,M3,I3,we,{missingFloorConfig:0},C3)}}const $i="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==",k3="data:image/png;base64,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";function di(n){return n*180/Math.PI}function E3(n){Le(n,"svelte-17hhq1b",".floorplan__camera-position.svelte-17hhq1b{pointer-events:none;position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17hhq1b{position:absolute;background-repeat:no-repeat;background-size:100%}")}function S3(n){let t,e;return{c(){t=U("div"),e=U("div"),w(e,"class","floorplan__camera-rotate svelte-17hhq1b"),_(e,"background-image",`url(${n[0]||$i})`),_(e,"width",n[4]),_(e,"height",n[4]),_(e,"left","-"+n[4]),_(e,"top","-"+n[4]),_(e,"transform",`rotate(${n[3]}deg)`),_(e,"transform-origin",`${n[4]} ${n[4]}`),w(t,"class","floorplan__camera-position svelte-17hhq1b"),_(t,"left",n[1]),_(t,"top",n[2])},m(i,s){Y(i,t,s),V(t,e)},p(i,[s]){s&1&&_(e,"background-image",`url(${i[0]||$i})`);const o=s&1;o&&_(e,"width",i[4]),o&&_(e,"height",i[4]),o&&_(e,"left","-"+i[4]),o&&_(e,"top","-"+i[4]),o&&_(e,"transform",`rotate(${i[3]}deg)`),o&&_(e,"transform-origin",`${i[4]} ${i[4]}`)},i:oe,o:oe,d(i){i&&X(t)}}}function x3(n,t,e){let{panoIndex:i}=t,{floorplanData:s}=t,{lastPanoramaLongitude:o}=t,{cameraImageUrl:r}=t;const{observers:a}=s,l=a[i],c=l.positionInImage.x,h=l.positionInImage.y,u=c*100+"%",d=h*100+"%",m=-di(o)+45,g=document.body.clientWidth,p=document.body.clientHeight,A=`${(g<500||p<500?17:37)/16}rem`;return n.$$set=P=>{"panoIndex"in P&&e(5,i=P.panoIndex),"floorplanData"in P&&e(6,s=P.floorplanData),"lastPanoramaLongitude"in P&&e(7,o=P.lastPanoramaLongitude),"cameraImageUrl"in P&&e(0,r=P.cameraImageUrl)},[r,u,d,m,A,i,s,o]}let D3=class extends Ce{constructor(t){super(),Pe(this,t,x3,S3,we,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},E3)}};const Pg="data:image/png;base64,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";function L3(n){Le(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 T3(n){let t,e,i,s,o;return{c(){t=U("div"),e=U("div"),i=le(),s=U("span"),o=Ve(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),_(e,"background-image",`url(${Pg})`),w(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),w(t,"class","floorplan-plugin__compass svelte-rpkaro"),_(t,"transform",n[2])},m(r,a){Y(r,t,a),V(t,e),V(t,i),V(t,s),V(s,o)},p(r,a){a&1&&Ne(o,r[0])},d(r){r&&X(t)}}}function z3(n){let t,e=n[1]&&T3(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[1]&&e.p(i,s)},i:oe,o:oe,d(i){e&&e.d(i),i&&X(t)}}}function O3(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?di(o):0)+90}deg)`;return n.$$set=h=>{"floorplanData"in h&&e(3,i=h.floorplanData),"northDesc"in h&&e(0,s=h.northDesc)},[s,r,l,i]}class j3 extends Ce{constructor(t){super(),Pe(this,t,O3,z3,we,{floorplanData:3,northDesc:0},L3)}}function _3(n){Le(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 V3(n){let t,e,i,s,o,r,a,l,c,h,u,d;const m=[{floorIndex:n[2],floorplanData:n[12],roomLabelsEnable:n[6],roomDimensionEnable:n[10]}];let g={};for(let L=0;L<m.length;L+=1)g=gt(g,m[L]);t=new m3({props:g});let p=(n[3]||n[5])&&Cg(n);const v=[{floorplanData:n[12],floorIndex:n[2]}];let A={};for(let L=0;L<v.length;L+=1)A=gt(A,v[L]);s=new dh({props:A});const P=[{floorplanData:n[12],floorIndex:n[2]}];let M={};for(let L=0;L<P.length;L+=1)M=gt(M,P[L]);r=new S2({props:M});let I=n[6]&&Ig(n),z=n[11]&&Mg(n),D=n[4]&&kg(n),j=n[23]&&Eg(n);return{c(){pe(t.$$.fragment),e=le(),p&&p.c(),i=le(),pe(s.$$.fragment),o=le(),pe(r.$$.fragment),a=le(),I&&I.c(),l=le(),z&&z.c(),c=le(),D&&D.c(),h=le(),j&&j.c(),u=Re()},m(L,O){ge(t,L,O),Y(L,e,O),p&&p.m(L,O),Y(L,i,O),ge(s,L,O),Y(L,o,O),ge(r,L,O),Y(L,a,O),I&&I.m(L,O),Y(L,l,O),z&&z.m(L,O),Y(L,c,O),D&&D.m(L,O),Y(L,h,O),j&&j.m(L,O),Y(L,u,O),d=!0},p(L,O){const b=O&5188?vt(m,[{floorIndex:L[2],floorplanData:L[12],roomLabelsEnable:L[6],roomDimensionEnable:L[10]}]):{};t.$set(b),L[3]||L[5]?p?(p.p(L,O),O&40&&R(p,1)):(p=Cg(L),p.c(),R(p,1),p.m(i.parentNode,i)):p&&(Se(),Z(p,1,1,()=>{p=null}),xe());const C=O&4100?vt(v,[{floorplanData:L[12],floorIndex:L[2]}]):{};s.$set(C);const k=O&4100?vt(P,[{floorplanData:L[12],floorIndex:L[2]}]):{};r.$set(k),L[6]?I?(I.p(L,O),O&64&&R(I,1)):(I=Ig(L),I.c(),R(I,1),I.m(l.parentNode,l)):I&&(Se(),Z(I,1,1,()=>{I=null}),xe()),L[11]?z?(z.p(L,O),O&2048&&R(z,1)):(z=Mg(L),z.c(),R(z,1),z.m(c.parentNode,c)):z&&(Se(),Z(z,1,1,()=>{z=null}),xe()),L[4]?D?(D.p(L,O),O&16&&R(D,1)):(D=kg(L),D.c(),R(D,1),D.m(h.parentNode,h)):D&&(Se(),Z(D,1,1,()=>{D=null}),xe()),L[23]?j?(j.p(L,O),O&8388608&&R(j,1)):(j=Eg(L),j.c(),R(j,1),j.m(u.parentNode,u)):j&&(Se(),Z(j,1,1,()=>{j=null}),xe())},i(L){d||(R(t.$$.fragment,L),R(p),R(s.$$.fragment,L),R(r.$$.fragment,L),R(I),R(z),R(D),R(j),d=!0)},o(L){Z(t.$$.fragment,L),Z(p),Z(s.$$.fragment,L),Z(r.$$.fragment,L),Z(I),Z(z),Z(D),Z(j),d=!1},d(L){me(t,L),L&&X(e),p&&p.d(L),L&&X(i),me(s,L),L&&X(o),me(r,L),L&&X(a),I&&I.d(L),L&&X(l),z&&z.d(L),L&&X(c),D&&D.d(L),L&&X(h),j&&j.d(L),L&&X(u)}}}function B3(n){let t,e;return t=new wg({props:{missingFloorConfig:n[19]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&524288&&(o.missingFloorConfig=i[19]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function Cg(n){let t,e;const i=[{floorIndex:n[2],floorplanData:n[12],hoveredRoom:n[25],highlightData:n[18]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new gh({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&33820676?vt(i,[{floorIndex:o[2],floorplanData:o[12],hoveredRoom:o[25],highlightData:o[18]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function Ig(n){let t,e;const i=[{floorplanData:n[12],roomAreaEnable:n[7],roomNameEnable:n[8],roomNameOtherTypeEnable:n[9],roomDimensionEnable:n[10],floorIndex:n[2],getRoomAreaText:n[13],getRoomDimensionText:n[14],getLabelElement:n[15],hoveredRoom:n[25],adaptiveRoomLabelVisibleEnable:n[17]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new R2({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&33748868?vt(i,[{floorplanData:o[12],roomAreaEnable:o[7],roomNameEnable:o[8],roomNameOtherTypeEnable:o[9],roomDimensionEnable:o[10],floorIndex:o[2],getRoomAreaText:o[13],getRoomDimensionText:o[14],getLabelElement:o[15],hoveredRoom:o[25],adaptiveRoomLabelVisibleEnable:o[17]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function Mg(n){let t,e;const i=[{floorplanData:n[12],floorIndex:n[2],getRuleDistanceText:n[16]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new X2({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&69636?vt(i,[{floorplanData:o[12],floorIndex:o[2],getRuleDistanceText:o[16]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function kg(n){let t,e;const i=[{panoIndex:n[0],floorplanData:n[12],lastPanoramaLongitude:n[20],cameraImageUrl:n[21]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new D3({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&3149825?vt(i,[{panoIndex:o[0],floorplanData:o[12],lastPanoramaLongitude:o[20],cameraImageUrl:o[21]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function Eg(n){let t,e;return t=new j3({props:{floorplanData:n[12],northDesc:n[22]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&4096&&(o.floorplanData=i[12]),s&4194304&&(o.northDesc=i[22]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function R3(n){let t,e,i,s,o;const r=[B3,V3],a=[];function l(c,h){return c[24]?1:0}return e=l(n),i=a[e]=r[e](n),{c(){t=U("div"),i.c(),w(t,"class",s=Mt(`floorplan-plugin__floor${n[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(c,h){Y(c,t,h),a[e].m(t,null),o=!0},p(c,[h]){let u=e;e=l(c),e===u?a[e].p(c,h):(Se(),Z(a[u],1,1,()=>{a[u]=null}),xe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),R(i,1),i.m(t,null)),(!o||h&2&&s!==(s=Mt(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",s)},i(c){o||(R(i),o=!0)},o(c){Z(i),o=!1},d(c){c&&X(t),a[e].d()}}}function F3(n,t,e){let i,s,{panoIndex:o}=t,{isCurrent:r}=t,{floorIndex:a}=t,{highlightEnable:l}=t,{cameraEnable:c}=t,{hoverEnable:h}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:d}=t,{roomNameEnable:m}=t,{roomNameOtherTypeEnable:g}=t,{roomDimensionEnable:p}=t,{ruleLabelsEnable:v}=t,{floorplanData:A}=t,{getRoomAreaText:P}=t,{getRoomDimensionText:M}=t,{getLabelElement:I}=t,{getRuleDistanceText:z}=t,{adaptiveRoomLabelVisibleEnable:D}=t,{highlightData:j}=t,{missingFloorConfig:L}=t,{lastPanoramaLongitude:O}=t,{cameraImageUrl:b}=t,{northDesc:C}=t,{compassEnable:k}=t,{store:E=void 0}=t;const x=uh(void 0);return x.subscribe(T=>{E&&e(26,E.roomOnMouse=T,E)}),n.$$set=T=>{"panoIndex"in T&&e(0,o=T.panoIndex),"isCurrent"in T&&e(1,r=T.isCurrent),"floorIndex"in T&&e(2,a=T.floorIndex),"highlightEnable"in T&&e(3,l=T.highlightEnable),"cameraEnable"in T&&e(4,c=T.cameraEnable),"hoverEnable"in T&&e(5,h=T.hoverEnable),"roomLabelsEnable"in T&&e(6,u=T.roomLabelsEnable),"roomAreaEnable"in T&&e(7,d=T.roomAreaEnable),"roomNameEnable"in T&&e(8,m=T.roomNameEnable),"roomNameOtherTypeEnable"in T&&e(9,g=T.roomNameOtherTypeEnable),"roomDimensionEnable"in T&&e(10,p=T.roomDimensionEnable),"ruleLabelsEnable"in T&&e(11,v=T.ruleLabelsEnable),"floorplanData"in T&&e(12,A=T.floorplanData),"getRoomAreaText"in T&&e(13,P=T.getRoomAreaText),"getRoomDimensionText"in T&&e(14,M=T.getRoomDimensionText),"getLabelElement"in T&&e(15,I=T.getLabelElement),"getRuleDistanceText"in T&&e(16,z=T.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in T&&e(17,D=T.adaptiveRoomLabelVisibleEnable),"highlightData"in T&&e(18,j=T.highlightData),"missingFloorConfig"in T&&e(19,L=T.missingFloorConfig),"lastPanoramaLongitude"in T&&e(20,O=T.lastPanoramaLongitude),"cameraImageUrl"in T&&e(21,b=T.cameraImageUrl),"northDesc"in T&&e(22,C=T.northDesc),"compassEnable"in T&&e(23,k=T.compassEnable),"store"in T&&e(26,E=T.store)},n.$$.update=()=>{n.$$.dirty&4100&&e(27,i=A.floorDatas[a]),n.$$.dirty&134217728&&e(24,s=i.rooms.length>0||i.is_has_wall)},[o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k,s,x,E,i]}let N3=class extends Ce{constructor(t){super(),Pe(this,t,F3,R3,we,{panoIndex:0,isCurrent:1,floorIndex:2,highlightEnable:3,cameraEnable:4,hoverEnable:5,roomLabelsEnable:6,roomAreaEnable:7,roomNameEnable:8,roomNameOtherTypeEnable:9,roomDimensionEnable:10,ruleLabelsEnable:11,floorplanData:12,getRoomAreaText:13,getRoomDimensionText:14,getLabelElement:15,getRuleDistanceText:16,adaptiveRoomLabelVisibleEnable:17,highlightData:18,missingFloorConfig:19,lastPanoramaLongitude:20,cameraImageUrl:21,northDesc:22,compassEnable:23,store:26},_3)}};function G3(n){Le(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function Sg(n,t,e){const i=n.slice();return i[26]=t[e],i}function xg(n){let t,e,i,s=n[15].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Dg(Sg(n,s,a));const r=a=>Z(o[a],1,1,()=>{o[a]=null});return{c(){t=U("div");for(let a=0;a<o.length;a+=1)o[a].c();w(t,"class","floorplan-main svelte-86bqav")},m(a,l){Y(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&67108860){s=n[15].floorDatas;let c;for(c=0;c<s.length;c+=1){const h=Sg(n,s,c);o[c]?(o[c].p(h,l),R(o[c],1)):(o[c]=Dg(h),o[c].c(),R(o[c],1),o[c].m(t,null))}for(Se(),c=s.length;c<o.length;c+=1)r(c);xe()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)R(o[l]);e||Pt(()=>{e=Xn(t,Bt,{duration:n[0],easing:wn}),e.start()}),i=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)Z(o[l]);i=!1},d(a){a&&X(t),Pi(o,a)}}}function Dg(n){let t,e;const i=[{hoverEnable:n[6],highlightEnable:n[7],floorplanData:n[15],getRoomAreaText:n[18],getRoomDimensionText:n[19],getLabelElement:n[20],getRuleDistanceText:n[21],roomLabelsEnable:n[9],roomAreaEnable:n[10],roomNameEnable:n[11],roomNameOtherTypeEnable:n[12],roomDimensionEnable:n[13],ruleLabelsEnable:n[14],adaptiveRoomLabelVisibleEnable:n[22],highlightData:n[23],missingFloorConfig:n[24],panoIndex:n[3],cameraEnable:n[5],cameraImageUrl:n[17],lastPanoramaLongitude:n[16],compassEnable:n[8],northDesc:n[2],store:n[25]},{floorIndex:n[26].floorIndex},{isCurrent:n[26].floorIndex===n[4]},{items:n[26].items}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new N3({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&67108860?vt(i,[r&67108844&&{hoverEnable:o[6],highlightEnable:o[7],floorplanData:o[15],getRoomAreaText:o[18],getRoomDimensionText:o[19],getLabelElement:o[20],getRuleDistanceText:o[21],roomLabelsEnable:o[9],roomAreaEnable:o[10],roomNameEnable:o[11],roomNameOtherTypeEnable:o[12],roomDimensionEnable:o[13],ruleLabelsEnable:o[14],adaptiveRoomLabelVisibleEnable:o[22],highlightData:o[23],missingFloorConfig:o[24],panoIndex:o[3],cameraEnable:o[5],cameraImageUrl:o[17],lastPanoramaLongitude:o[16],compassEnable:o[8],northDesc:o[2],store:o[25]},r&32768&&{floorIndex:o[26].floorIndex},r&32784&&{isCurrent:o[26].floorIndex===o[4]},r&32768&&{items:o[26].items}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function H3(n){let t,e,i=n[1]&&xg(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&R(i,1)):(i=xg(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function W3(n,t,e){let{duration:i=0}=t,{visible:s}=t,{northDesc:o}=t,{panoIndex:r}=t,{floorIndex:a}=t,{cameraEnable:l}=t,{hoverEnable:c}=t,{highlightEnable:h}=t,{compassEnable:u}=t,{roomLabelsEnable:d}=t,{roomAreaEnable:m}=t,{roomNameEnable:g}=t,{roomNameOtherTypeEnable:p}=t,{roomDimensionEnable:v}=t,{ruleLabelsEnable:A}=t,{floorplanData:P}=t,{lastPanoramaLongitude:M}=t,{cameraImageUrl:I}=t,{getRoomAreaText:z}=t,{getRoomDimensionText:D}=t,{getLabelElement:j}=t,{getRuleDistanceText:L}=t,{adaptiveRoomLabelVisibleEnable:O}=t,{highlightData:b}=t,{missingFloorConfig:C}=t,{store:k=void 0}=t;return n.$$set=E=>{"duration"in E&&e(0,i=E.duration),"visible"in E&&e(1,s=E.visible),"northDesc"in E&&e(2,o=E.northDesc),"panoIndex"in E&&e(3,r=E.panoIndex),"floorIndex"in E&&e(4,a=E.floorIndex),"cameraEnable"in E&&e(5,l=E.cameraEnable),"hoverEnable"in E&&e(6,c=E.hoverEnable),"highlightEnable"in E&&e(7,h=E.highlightEnable),"compassEnable"in E&&e(8,u=E.compassEnable),"roomLabelsEnable"in E&&e(9,d=E.roomLabelsEnable),"roomAreaEnable"in E&&e(10,m=E.roomAreaEnable),"roomNameEnable"in E&&e(11,g=E.roomNameEnable),"roomNameOtherTypeEnable"in E&&e(12,p=E.roomNameOtherTypeEnable),"roomDimensionEnable"in E&&e(13,v=E.roomDimensionEnable),"ruleLabelsEnable"in E&&e(14,A=E.ruleLabelsEnable),"floorplanData"in E&&e(15,P=E.floorplanData),"lastPanoramaLongitude"in E&&e(16,M=E.lastPanoramaLongitude),"cameraImageUrl"in E&&e(17,I=E.cameraImageUrl),"getRoomAreaText"in E&&e(18,z=E.getRoomAreaText),"getRoomDimensionText"in E&&e(19,D=E.getRoomDimensionText),"getLabelElement"in E&&e(20,j=E.getLabelElement),"getRuleDistanceText"in E&&e(21,L=E.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in E&&e(22,O=E.adaptiveRoomLabelVisibleEnable),"highlightData"in E&&e(23,b=E.highlightData),"missingFloorConfig"in E&&e(24,C=E.missingFloorConfig),"store"in E&&e(25,k=E.store)},[i,s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k]}let mh=class extends Ce{constructor(t){super(),Pe(this,t,W3,H3,we,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,roomNameOtherTypeEnable:12,roomDimensionEnable:13,ruleLabelsEnable:14,floorplanData:15,lastPanoramaLongitude:16,cameraImageUrl:17,getRoomAreaText:18,getRoomDimensionText:19,getLabelElement:20,getRuleDistanceText:21,adaptiveRoomLabelVisibleEnable:22,highlightData:23,missingFloorConfig:24,store:25},G3)}};const U3="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 Q3(n){return ie(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(s){return ie(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 X3(n){const t={id:n.id,size:n.size,name:n.name,customizedName:n.customizedName||"",path:n.path,roomType:n.room_type,floorType:n.floor_type,roomLabel:{position:n.room_label.position,positionInImage:n.room_label.position_in_image},observerIndexs:n.observer_indexs};return n.dimension&&Object.assign(t,{dimension:n.dimension}),t}function Y3(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(X3),rules:n.rules,is_has_wall:n.is_has_wall}}function Z3(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function q3(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 en(n){return ie(this,null,function*(){const t=yield Q3(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(Y3),s=n.computed_data.entrance?q3(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map(Z3)}})}function Lg(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:U3,width:45,height:48},a=q2(o,t),l=Y2(o,e),c=Z2(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function J3(n,t){return t(n),n}function So(n,t){return J3({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function Tg(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 ph(n,t,e=Yn.BOUNDING_CENTER){const i=Tg(n,t),s=Tg(n,t+1);return e===Yn.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===Yn.CEILING?s:i}function vh(n,t,e,i){const s=ph(n,e,i==null?void 0:i.attachedTo),o=new y.Vector3(0,s,0),r=new y.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 qn=class{constructor(t,e){f(this,"VERSION","3.74.0-alpha.0");f(this,"NAME");f(this,"five");f(this,"workUtil");f(this,"fiveUtil");f(this,"hooks",new Et);f(this,"staticPrefix",Fa);this.five=t,this.fiveUtil=new Aa(t),this.workUtil=this.fiveUtil.workUtil,e!=null&&e.staticPrefix&&(this.staticPrefix=e.staticPrefix)}set workCode(t){this.workUtil.workCode=t,this.onWorkCodeChange()}get workCode(){return this.workUtil.workCode}updateFive(t){this.five=t,this.fiveUtil.five=t,this.workUtil.five=t}getCurrentState(){return this.state}onWorkCodeChange(){}},tn=class extends qn{};var fi=(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))(fi||{});const zg=500,K3=80;function xs(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function Og(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 xs(r,a,e)||xs(r+i,a,e)}Object.assign(window,{nearlyEqual:xs,nearlyEqualRad:Og});function $3(n){return Object.prototype.toString.call(n)==="[object Object]"}function jg(n){return $3(n)&&!!n.isVector3}function Ah(n,t){return ie(this,null,function*(){const[e]=yield Ss(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(!eP(i,s))throw new Error("pose 与预期不符")})}function eP(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"?Og(i,s,2):typeof i=="number"&&typeof s=="number"?xs(i,s,2):jg(s)&&jg(i)?s.distanceTo(i)<.01:i===s})}function tP(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!(!xs(e,r,2)||!xs(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!xs(s,c,2))}function _g(n,t,e=!0){return ie(this,null,function*(){if(tP(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const[h]=yield Ss(Ah(n,[t.mode,t,void 0,e]));if(h)throw h;return}const{latitude:o,longitude:r,fov:a}=s,l=Math.min(1e3,Math.max(200,Math.abs(o-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,typeof t.fov=="number"?Math.abs(a-t.fov)*10:1/0)),[c]=yield Ss(n.updateCamera(So(t,["mode"]),l,e));if(c)throw new Error(fi.UpdateCameraError)})}function xo(n,t,e=300){var s,o;const i=n.getElement();if(i){i.style.opacity=t+"";for(let r=0;r<((o=(s=i.parentElement)==null?void 0:s.children)==null?void 0:o.length);r++){const a=i.parentElement.children[r];a instanceof HTMLElement&&a.dataset.infive==="1"&&(a.style.opacity=t+"")}i.style.transition=e===0?"none":`opacity ${e}ms linear`,e!==0&&Promise.race([new Promise(r=>i.addEventListener("transitionend",r,{once:!0})),new Promise(r=>setTimeout(r,e))]).then(()=>{i.style.transition="none"})}}function iP(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 nP(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 sP=class extends tn{constructor(e,i){var l,c,h;super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"defaultMissingFloorConfig");f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"store",{roomOnMouse:null});f(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")});f(this,"show",(...i)=>ie(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)}));f(this,"hide",(...i)=>ie(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(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=vh(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});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,fi.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(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}))});f(this,"_show",e=>ie(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(fi.ModelNotLoaded);if(!this.data)throw new Error(fi.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=N(N({},i),e),o=()=>ie(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield Ss(_g(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(fi.UnknownError);if(!this.updateSize())throw new Error(fi.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:zg;xo(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}));f(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,fi.BreakOffByHide),this.showPromise=void 0;const s=N(N({},{userAction:!0,isAutoHide:!1}),e);xo(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click",this.store.roomOnMouse))return!1});f(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)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(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||nP(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();iP(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i,isAutoHide:!0}))});f(this,"onFiveWantsGesture",(e,i)=>{if(this.state.visible&&(i.length>1||e==="mouseWheel"))return!1});f(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});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.workUtil.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:K3/((l=i==null?void 0:i.scale)!=null?l:1)},this.defaultMissingFloorConfig={imageURL:Zi(i==null?void 0:i.staticPrefix,Nn),imageWidth:200,imageHeight:120,text:(h=(c=i.i18n)==null?void 0:c.call(i,"暂无平面图"))!=null?h:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomNameOtherTypeEnable:!0,roomDimensionEnable:!0,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:$i,attachedTo:Yn.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:u=>u,getRoomAreaText:u=>(u/1e6).toFixed(1)+"㎡",getRoomDimensionText:(u,d)=>(u/1e3).toFixed(1)+"m × "+(d/1e3).toFixed(1)+"m",getRuleDistanceText:u=>u.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=ue(N(N({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.panoIndex=e.getCurrentState().panoIndex,this.initContainer(),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return ie(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&hi(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 en(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 ie(this,null,function*(){return yield en(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("interiaPan",this.onFiveInteriaPan),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0||this.showPromise)return;const i=ue(N({},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,store:this.store});if(this.app)return this.app.$set(i);this.app=new mh({target:this.container,intro:!0,props:i})}};const oP=(n,t)=>new sP(n,t),Vg=[{type:0,description:"车-2",href:"resource/items/{{ theme }}/car_2.png",width:4200,height:1800,tag:"其他",direction:3,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:1,description:"车-1",href:"resource/items/{{ theme }}/car_1.png",width:1900,height:4300,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:2,description:"中厨-1",href:"resource/items/{{ theme }}/kitchen_1.png",width:3158,height:1400,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:3,description:"8人餐桌",href:"resource/items/{{ theme }}/table_for_8.png",width:3240,height:1800,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:4,description:"衣柜-1",href:"resource/items/{{ theme }}/wardrobe_1.png",width:1820,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:5,description:"浴缸-2",href:"resource/items/{{ theme }}/bathtub_2.png",width:1500,height:694,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:6,description:"衣柜-3",href:"resource/items/{{ theme }}/wardrobe_3.png",width:2830,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:7,description:"植物-4",href:"resource/items/{{ theme }}/plant_4.png",width:700,height:628,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:8,description:"植物-1",href:"resource/items/{{ theme }}/plant_1.png",width:700,height:565,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:9,description:"植物-6",href:"resource/items/{{ theme }}/plant_6.png",width:800,height:758,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:10,description:"书桌-1",href:"resource/items/{{ theme }}/desk_1.png",width:1200,height:930,tag:"书房",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:11,description:"瓶艺-1",href:"resource/items/{{ theme }}/bottle_art_1.png",width:530,height:520,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:12,description:"衣柜-2",href:"resource/items/{{ theme }}/wardrobe_2.png",width:2310,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:13,description:"植物-2",href:"resource/items/{{ theme }}/plant_2.png",width:600,height:600,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:14,description:"西厨-1",href:"resource/items/{{ theme }}/western_kitchen_1.png",width:2180,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:15,description:"西厨-2",href:"resource/items/{{ theme }}/western_kitchen_2.png",width:1480,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:16,description:"浴缸-1",href:"resource/items/{{ theme }}/bathtub_1.png",width:1500,height:956,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:17,description:"植物-3",href:"resource/items/{{ theme }}/plant_3.png",width:700,height:639,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:18,description:"书桌-2",href:"resource/items/{{ theme }}/desk_2.png",width:2200,height:2470,tag:"书房",direction:3,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:19,description:"吧台",href:"resource/items/{{ theme }}/bar_counter.png",width:1800,height:1130,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:20,description:"书柜-短",href:"resource/items/{{ theme }}/bookcase_short.png",width:1460,height:350,tag:"书房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:21,description:"鞋柜-长",href:"resource/items/{{ theme }}/shoe_cabinet_long.png",width:2059,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:22,description:"鞋柜-短",href:"resource/items/{{ theme }}/shoe_cabinet_short.png",width:1308,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:23,description:"中厨-2",href:"resource/items/{{ theme }}/kitchen_2.png",width:2020,height:650,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:24,description:"椅子",href:"resource/items/{{ theme }}/chair.png",width:1050,height:950,tag:"客厅",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:25,description:"秋千",href:"resource/items/{{ theme }}/swing.png",width:1600,height:1370,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:26,description:"茶几",href:"resource/items/{{ theme }}/tea_table.png",width:1090,height:800,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:27,description:"庭院",href:"resource/items/{{ theme }}/courtyard.png",width:2100,height:3020,tag:"其他",direction:3,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:28,description:"躺椅",href:"resource/items/{{ theme }}/deck_chair.png",width:900,height:1850,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:29,description:"钢琴",href:"resource/items/{{ theme }}/piano.png",width:1900,height:2260,tag:"其他",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:30,description:"音响",href:"resource/items/{{ theme }}/sound.png",width:2500,height:550,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:31,description:"马桶",href:"resource/items/{{ theme }}/flush_toilet.png",width:450,height:750,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:32,description:"植物-5",href:"resource/items/{{ theme }}/plant_5.png",width:544,height:600,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:33,description:"书柜-长",href:"resource/items/{{ theme }}/bookcase_long.png",width:2040,height:350,tag:"书房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:34,description:"燃气灶-1",href:"resource/items/{{ theme }}/gas_stove_1.png",width:820,height:450,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:35,description:"洗脸池-单",href:"resource/items/{{ theme }}/wash_basin_single.png",width:1150,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:36,description:"洗手池-单",href:"resource/items/{{ theme }}/sink_single.png",width:1200,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:37,description:"双人床-4",href:"resource/items/{{ theme }}/double_4.png",width:2743,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:38,description:"电视柜-短",href:"resource/items/{{ theme }}/tv_cabinet_short.png",width:1580,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:39,description:"储物柜-1",href:"resource/items/{{ theme }}/locker_1.png",width:1400,height:600,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:40,description:"双人床-3",href:"resource/items/{{ theme }}/double_3.png",width:2791,height:2300,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:41,description:"双人床-2",href:"resource/items/{{ theme }}/double_2.png",width:2791,height:2300,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:42,description:"洗手池-双",href:"resource/items/{{ theme }}/sink_double.png",width:2777,height:600,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:43,description:"洗脸池-双",href:"resource/items/{{ theme }}/wash_basin_double.png",width:2550,height:600,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:44,description:"双人床(无床头柜)-1",href:"resource/items/{{ theme }}/double_bed_without_bedside_table_1.png",width:1914,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:45,description:"电视柜-长",href:"resource/items/{{ theme }}/tv_cabinet_long.png",width:2040,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:46,description:"洽谈桌组合",href:"resource/items/{{ theme }}/negotiation_table_combination.png",width:2830,height:950,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:47,description:"哑铃架",href:"resource/items/{{ theme }}/dumbbell_rack.png",width:900,height:650,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:48,description:"沙发组合-1",href:"resource/items/{{ theme }}/sofa_combination_1.png",width:4e3,height:2792,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:49,description:"游泳池-2",href:"resource/items/{{ theme }}/swimming_pool_2.png",width:7680,height:3800,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:50,description:"美人榻",href:"resource/items/{{ theme }}/beauty_couch.png",width:1600,height:520,tag:"卧室",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:51,description:"单人床(无床头柜)",href:"resource/items/{{ theme }}/single_bed_without_bedside_table.png",width:1200,height:2120,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:52,description:"沙发组合-2",href:"resource/items/{{ theme }}/sofa_combination_2.png",width:2e3,height:2054,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:53,description:"跑步机",href:"resource/items/{{ theme }}/treadmill.png",width:2120,height:950,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:54,description:"储物柜-3",href:"resource/items/{{ theme }}/lockers_3.png",width:2400,height:1360,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:55,description:"洗菜池-1",href:"resource/items/{{ theme }}/vegetable_washing_pool_1.png",width:760,height:470,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:56,description:"组合沙发-4",href:"resource/items/{{ theme }}/combination_sofa_4.png",width:1800,height:1595,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:57,description:"台球桌",href:"resource/items/{{ theme }}/pool_table.png",width:2540,height:1400,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:58,description:"置物台-1",href:"resource/items/{{ theme }}/shelf_1.png",width:1632,height:560,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:59,description:"储物柜-2",href:"resource/items/{{ theme }}/locker_2.png",width:2640,height:600,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:60,description:"户外桌椅",href:"resource/items/{{ theme }}/outdoor_tables_and_chairs.png",width:3e3,height:2800,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:61,description:"洗衣机-1",href:"resource/items/{{ theme }}/washing_machine_1.png",width:850,height:600,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:62,description:"双人床-1",href:"resource/items/{{ theme }}/double_1.png",width:2851,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:63,description:"六人餐桌",href:"resource/items/{{ theme }}/table_for_six.png",width:2230,height:1700,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:64,description:"洽谈沙发椅",href:"resource/items/{{ theme }}/sofa_chair.png",width:1e3,height:950,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:65,description:"三人沙发",href:"resource/items/{{ theme }}/three_seat_sofa.png",width:2670,height:950,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:66,description:"会客桌",href:"resource/items/{{ theme }}/reception_table.png",width:1800,height:1800,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:67,description:"健身机",href:"resource/items/{{ theme }}/fitness_machine.png",width:2200,height:800,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:68,description:"沙发组合-3",href:"resource/items/{{ theme }}/sofa_combination_3.png",width:2670,height:2330,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:69,description:"双开冰箱",href:"resource/items/{{ theme }}/double_refrigerator.png",width:720,height:600,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:70,description:"车库工具箱",href:"resource/items/{{ theme }}/garage_toolbox.png",width:1280,height:500,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:71,description:"储物柜-4",href:"resource/items/{{ theme }}/locker_4.png",width:2440,height:2440,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:72,description:"临时餐台",href:"resource/items/{{ theme }}/temporary_dining_table.png",width:1e3,height:1500,tag:"厨房",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:73,description:"置物台-2",href:"resource/items/{{ theme }}/shelf_2.png",width:1590,height:600,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:74,description:"四人餐桌",href:"resource/items/{{ theme }}/table_for_four.png",width:1700,height:1700,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:75,description:"洽谈桌",href:"resource/items/{{ theme }}/negotiating_table.png",width:950,height:950,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:76,description:"游泳池-1",href:"resource/items/{{ theme }}/swimming_pool_1.png",width:4300,height:5340,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:77,description:"毛巾凳",href:"resource/items/{{ theme }}/towel_stool.png",width:800,height:500,tag:"卫生间",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:78,description:"电梯",href:"resource/items/{{ theme }}/lift.png",width:2e3,height:2e3,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:79,description:"AC",href:"resource/items/{{ theme }}/ac.png",width:850,height:320,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:80,description:"二人餐桌",href:"resource/items/{{ theme }}/table_for_two.png",width:780,height:1500,tag:"客厅",direction:1,keywords:["default"],themes:["realsee"],label:!0},{type:81,description:"双人床(无床头柜)-2",href:"resource/items/{{ theme }}/double_bed_without_bedside_table_2.png",width:1500,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:82,description:"双人床(无床头柜)-3",href:"resource/items/{{ theme }}/double_bed_without_bedside_table_3.png",width:1800,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:83,description:"床头柜",href:"resource/items/{{ theme }}/bedstand.png",width:500,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:84,description:"单开门冰箱",href:"resource/items/{{ theme }}/refrigerator.png",width:650,height:670,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:85,description:"沙发组合-5",href:"resource/items/{{ theme }}/sofa_combination_5.png",width:1598,height:1418,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:86,description:"沙发组合-6",href:"resource/items/{{ theme }}/sofa_combination_6.png",width:2680,height:1790,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:87,description:"四人餐桌-1",href:"resource/items/{{ theme }}/table_for_four_1.png",width:1600,height:1700,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:88,description:"小单人沙发",href:"resource/items/{{ theme }}/chair_2.png",width:460,height:416,tag:"客厅",direction:1,keywords:["default"],themes:["realsee"],label:!0},{type:89,description:"小洗手池",href:"resource/items/{{ theme }}/sink_small.png",width:600,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:90,description:"小厨",href:"resource/items/{{ theme }}/kitchen_small.png",width:740,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:91,description:"小衣柜",href:"resource/items/{{ theme }}/wardrobe_small.png",width:910,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:92,description:"淋浴房",href:"resource/items/{{ theme }}/shower.png",width:650,height:670,tag:"卫生间",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:93,description:"鞋柜-1",href:"resource/items/{{ theme }}/shoe_cabinet_1.png",width:900,height:400,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:94,description:"鞋柜-2",href:"resource/items/{{ theme }}/shoe_cabinet_2.png",width:1500,height:400,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:95,description:"鞋柜-3",href:"resource/items/{{ theme }}/shoe_cabinet_3.png",width:2e3,height:400,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:96,description:"电视柜-1",href:"resource/items/{{ theme }}/tv_cabinet_1.png",width:1500,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:97,description:"电视柜-2",href:"resource/items/{{ theme }}/tv_cabinet_2.png",width:2040,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:98,description:"电视柜-3",href:"resource/items/{{ theme }}/tv_cabinet_3.png",width:3e3,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:99,description:"餐边柜-1",href:"resource/items/{{ theme }}/sideboard_1.png",width:900,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:100,description:"餐边柜-2",href:"resource/items/{{ theme }}/sideboard_2.png",width:1500,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:101,description:"餐边柜-3",href:"resource/items/{{ theme }}/sideboard_3.png",width:2e3,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:102,description:"燃气灶-2",href:"resource/items/{{ theme }}/gas_stove_2.png",width:900,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:103,description:"洗菜池-2",href:"resource/items/{{ theme }}/vegetable_washing_pool_2.png",width:900,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:104,description:"橱柜-1",href:"resource/items/{{ theme }}/kitchen_cabinet_1.png",width:550,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:105,description:"橱柜-2",href:"resource/items/{{ theme }}/kitchen_cabinet_2.png",width:900,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:106,description:"花洒",href:"resource/items/{{ theme }}/shower_head.png",width:260,height:200,tag:"卫生间",direction:1,keywords:["default"],themes:["realsee"],label:!0},{type:107,description:"淋浴屏",href:"resource/items/{{ theme }}/shower_panel.png",width:1500,height:100,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:108,description:"洗衣机-2",href:"resource/items/{{ theme }}/washing_machine_2.png",width:600,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:109,description:"双人床-5",href:"resource/items/{{ theme }}/double_5.png",width:1500,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:110,description:"双人床-6",href:"resource/items/{{ theme }}/double_6.png",width:1800,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:111,description:"双人床-7",href:"resource/items/{{ theme }}/double_7.png",width:2e3,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:112,description:"双人床-8",href:"resource/items/{{ theme }}/double_8.png",width:2300,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:113,description:"梳妆台",href:"resource/items/{{ theme }}/dressing_table.png",width:1200,height:900,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:114,description:"儿童床-1",href:"resource/items/{{ theme }}/children_bed_1.png",width:1400,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:115,description:"儿童床-2",href:"resource/items/{{ theme }}/children_bed_2.png",width:1700,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:116,description:"儿童床-3",href:"resource/items/{{ theme }}/children_bed_3.png",width:2e3,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:117,description:"儿童书桌-1",href:"resource/items/{{ theme }}/children_desk_1.png",width:1e3,height:800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:118,description:"儿童书桌-2",href:"resource/items/{{ theme }}/children_desk_2.png",width:1200,height:800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:119,description:"儿童书桌-3",href:"resource/items/{{ theme }}/children_desk_3.png",width:1500,height:800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:120,description:"儿童活动区域-1",href:"resource/items/{{ theme }}/children_carpet_1.png",width:600,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:121,description:"儿童活动区域-2",href:"resource/items/{{ theme }}/children_carpet_2.png",width:1200,height:1200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:122,description:"儿童活动区域-3",href:"resource/items/{{ theme }}/children_carpet_3.png",width:1800,height:1800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:123,description:"茶榻组合-1",href:"resource/items/{{ theme }}/tea_table_combination_1.png",width:2e3,height:1400,tag:"其他",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:124,description:"茶榻组合-2",href:"resource/items/{{ theme }}/tea_table_combination_2.png",width:2500,height:1400,tag:"其他",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:125,description:"茶榻组合-3",href:"resource/items/{{ theme }}/tea_table_combination_3.png",width:3e3,height:1800,tag:"其他",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:126,description:"儿童衣柜-1",href:"resource/items/{{ theme }}/children_wardrobe_1.png",width:900,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:127,description:"儿童衣柜-2",href:"resource/items/{{ theme }}/children_wardrobe_2.png",width:1200,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:128,description:"儿童衣柜-3",href:"resource/items/{{ theme }}/children_wardrobe_3.png",width:1500,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:129,description:"儿童书柜-1",href:"resource/items/{{ theme }}/children_bookcase_1.png",width:800,height:450,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:130,description:"儿童书柜-2",href:"resource/items/{{ theme }}/children_bookcase_2.png",width:1200,height:450,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:131,description:"折行双跑楼梯",href:"resource/items/{{ theme }}/folding_double_running_stairs.png",width:3e3,height:3e3,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:132,description:"平行双跑楼梯",href:"resource/items/{{ theme }}/parallel_double_running_stairs.png",width:2500,height:3600,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:133,description:"折行三跑楼梯",href:"resource/items/{{ theme }}/folding_treble_running_stairs.png",width:4300,height:2700,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:134,description:"手枪",href:"resource/items/{{ theme }}/pistol.png",width:500,height:500,tag:"物证痕迹",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:135,description:"血迹",href:"resource/items/{{ theme }}/bloodstain.png",width:500,height:500,tag:"物证痕迹",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:136,description:"手印",href:"resource/items/{{ theme }}/handprint.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:137,description:"足迹",href:"resource/items/{{ theme }}/footprint.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:138,description:"车轮轨迹",href:"resource/items/{{ theme }}/wheelprint.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:139,description:"弹头",href:"resource/items/{{ theme }}/bullet.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:140,description:"弹壳",href:"resource/items/{{ theme }}/shell.png",width:500,height:500,tag:"物证痕迹",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:141,description:"尸体",href:"resource/items/{{ theme }}/corpse.png",width:1500,height:1500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:142,description:"空气净化器",href:"resource/items/{{ theme }}/airscrubber.png",width:580,height:380,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:143,description:"吹风机",href:"resource/items/{{ theme }}/airblower.png",width:640,height:600,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:144,description:"除湿器",href:"resource/items/{{ theme }}/dehumidifier.png",width:480,height:430,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:145,description:"冰柜",href:"resource/items/{{ theme }}/freezer.png",width:800,height:460,tag:"厨房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:146,description:"架子",href:"resource/items/{{ theme }}/shelf.png",width:1e3,height:380,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:147,description:"杂物",href:"resource/items/{{ theme }}/sundries.png",width:800,height:800,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:148,description:"L型沙发",href:"resource/items/{{ theme }}/L_sofa.png",width:3500,height:1800,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:149,description:"书桌3",href:"resource/items/{{ theme }}/desk_3.png",width:1200,height:680,tag:"书房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:150,description:"会议桌-1",href:"resource/items/{{ theme }}/conference_table_1.png",width:1600,height:1100,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:151,description:"衣架",href:"resource/items/{{ theme }}/coat_hanger.png",width:1200,height:400,tag:"卧室",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:152,description:"上下铺",href:"resource/items/{{ theme }}/bunk_beds.png",width:2e3,height:1040,tag:"卧室",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:153,description:"蹲坑",href:"resource/items/{{ theme }}/squatting.png",width:600,height:480,tag:"卫生间",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:154,description:"男尸",href:"resource/items/{{ theme }}/male_corpse.png",width:1600,height:800,tag:"物证痕迹",direction:1,keywords:["default"],themes:["realsee"],label:!1},{type:155,description:"女尸",href:"resource/items/{{ theme }}/female_corpse.png",width:1500,height:800,tag:"物证痕迹",direction:1,keywords:["default"],themes:["realsee"],label:!1},{type:156,description:"擦蹭状血迹",href:"resource/items/{{ theme }}/rub-like-bookd-stains.png",width:1200,height:800,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:157,description:"擦拭物",href:"resource/items/{{ theme }}/wipes.png",width:300,height:60,tag:"物证痕迹",direction:3,keywords:["default"],themes:["realsee"],label:!1},{type:158,description:"纸团",href:"resource/items/{{ theme }}/paper_ball.png",width:400,height:400,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:159,description:"未整理的被子",href:"resource/items/{{ theme }}/unarranged_quilts.png",width:800,height:500,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:160,description:"手机",href:"resource/items/{{ theme }}/mobile_phone.png",width:400,height:280,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:161,description:"菜刀",href:"resource/items/{{ theme }}/kitchen_knife.png",width:500,height:220,tag:"物证痕迹",direction:3,keywords:["default"],themes:["realsee"],label:!1},{type:162,description:"矩形",href:"resource/items/{{ theme }}/rectangle.png",width:900,height:600,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0,svgWidth:90,svgHeight:60,svg:'<rect x=".75" y=".75" width="88.5" height="58.5" rx="4" fill="#FFF" stroke="#3D404E" fill-rule="evenodd" vector-effect="non-scaling-stroke"/>'},{type:163,description:"圆形",href:"resource/items/{{ theme }}/circle.png",width:600,height:600,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:164,description:"三角形",href:"resource/items/{{ theme }}/triangle.png",width:600,height:600,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:165,description:"五角星形",href:"resource/items/{{ theme }}/five_pointedstar.png",width:800,height:800,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:166,description:"会议桌-2",href:"resource/items/{{ theme }}/conference_table_2.png",width:2800,height:1800,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:167,description:"餐椅",href:"resource/items/{{ theme }}/dining_chair.png",width:500,height:580,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:168,description:"转椅-1",href:"resource/items/{{ theme }}/rotating_chair_1.png",width:500,height:580,tag:"书房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:169,description:"转椅-2",href:"resource/items/{{ theme }}/rotating_chair_2.png",width:640,height:640,tag:"书房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:170,description:"长方形茶几",href:"resource/items/{{ theme }}/rectangular_coffee_table.png",width:1090,height:800,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:171,description:"抽油烟机",href:"resource/items/{{ theme }}/smoke_lampblack_machine.png",width:1200,height:800,tag:"厨房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:172,description:"电话机",href:"resource/items/{{ theme }}/telephone.png",width:500,height:500,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:173,description:"对讲机",href:"resource/items/{{ theme }}/walkie_talkie.png",width:240,height:540,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:174,description:"花盆",href:"resource/items/{{ theme }}/flower_pot.png",width:500,height:500,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:175,description:"剪刀",href:"resource/items/{{ theme }}/scissors.png",width:500,height:460,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:176,description:"角柜",href:"resource/items/{{ theme }}/corner_cabinet.png",width:1e3,height:1e3,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:177,description:"口杯",href:"resource/items/{{ theme }}/mouth_cup.png",width:500,height:400,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:178,description:"盘子",href:"resource/items/{{ theme }}/plate.png",width:500,height:500,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:179,description:"勺子",href:"resource/items/{{ theme }}/spoon.png",width:600,height:180,tag:"日常用品",direction:1,keywords:["default"],themes:["realsee"],label:!1},{type:180,description:"手提包",href:"resource/items/{{ theme }}/handbag.png",width:500,height:500,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:181,description:"双人沙发",href:"resource/items/{{ theme }}/double_sofa.png",width:1600,height:850,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:182,description:"藤椅",href:"resource/items/{{ theme }}/cane_chair.png",width:640,height:640,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:183,description:"拖把",href:"resource/items/{{ theme }}/mop.png",width:490,height:1e3,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:184,description:"卫生纸",href:"resource/items/{{ theme }}/toilet_paper.png",width:280,height:300,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:185,description:"烟盒",href:"resource/items/{{ theme }}/cigarette_case.png",width:220,height:300,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:186,description:"烟头",href:"resource/items/{{ theme }}/cigarette_butt.png",width:280,height:220,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:187,description:"鱼缸",href:"resource/items/{{ theme }}/fish_tank.png",width:1e3,height:500,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:188,description:"笔记本电脑",href:"resource/items/{{ theme }}/notebook_computer.png",width:500,height:500,tag:"日常用品",direction:2,keywords:["default"],themes:["realsee"],label:!1},{type:189,description:"微波炉",href:"resource/items/{{ theme }}/microwave_oven.png",width:600,height:400,tag:"厨房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:190,description:"断口",href:"resource/items/{{ theme }}/fracture.png",width:1200,height:300,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:191,description:"遗物堆",href:"resource/items/{{ theme }}/relic_pile.png",width:800,height:800,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:192,description:"衣物",href:"resource/items/{{ theme }}/clothing.png",width:830,height:810,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:193,description:"浴巾",href:"resource/items/{{ theme }}/bath_towel.png",width:420,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:194,description:"水渍",href:"resource/items/{{ theme }}/water_stains.png",width:1070,height:600,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:195,description:"螺丝刀",href:"resource/items/{{ theme }}/bolt_driver.png",width:300,height:300,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:196,description:"凉鞋",href:"resource/items/{{ theme }}/sandals.png",width:430,height:460,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:197,description:"水果刀",href:"resource/items/{{ theme }}/fruit_knife.png",width:300,height:260,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:198,description:"匕首",href:"resource/items/{{ theme }}/dragger.png",width:400,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:199,description:"玻璃弹孔",href:"resource/items/{{ theme }}/glass_bullet_hole.png",width:1160,height:1e3,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:200,description:"电视",href:"resource/items/{{ theme }}/tv.png",width:1120,height:160,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!1},{type:201,description:"单向楼梯",href:"resource/items/{{ theme }}/stairs.png",width:1400,height:3600,tag:"楼梯",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:202,description:"电脑",href:"resource/items/{{ theme }}/computer.png",width:700,height:120,tag:"书房",direction:2,keywords:["default"],themes:["realsee"],label:!1},{type:203,description:"工具",href:"resource/items/{{ theme }}/tool.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:204,description:"特殊",href:"resource/items/{{ theme }}/special.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:205,description:"生物",href:"resource/items/{{ theme }}/biology.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:206,description:"毒化",href:"resource/items/{{ theme }}/poison.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:207,description:"理化",href:"resource/items/{{ theme }}/physics&chemistry.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:208,description:"文检",href:"resource/items/{{ theme }}/document.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:209,description:"电子",href:"resource/items/{{ theme }}/electronic.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:210,description:"人像",href:"resource/items/{{ theme }}/portrait.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:211,description:"提取物品",href:"resource/items/{{ theme }}/extract_items.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:212,description:"左脚足迹",href:"resource/items/{{ theme }}/footprint_l.png",width:220,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:213,description:"右脚足迹",href:"resource/items/{{ theme }}/footprint_r.png",width:220,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:214,description:"电动车",href:"resource/items/{{ theme }}/electric_car.png",width:480,height:1320,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:215,description:"自行车",href:"resource/items/{{ theme }}/bike.png",width:380,height:1480,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:216,description:"摩托车",href:"resource/items/{{ theme }}/motorcycle.png",width:500,height:1780,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:217,description:"越野车",href:"resource/items/{{ theme }}/off_road_vehicle.png",width:1700,height:4360,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:218,description:"卡车",href:"resource/items/{{ theme }}/truck.png",width:1880,height:6800,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:219,description:"客车",href:"resource/items/{{ theme }}/bus.png",width:3160,height:8e3,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:220,description:"叉车",href:"resource/items/{{ theme }}/forklift.png",width:940,height:2720,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:221,description:"拖拉机",href:"resource/items/{{ theme }}/tractor.png",width:1740,height:3060,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1}],rP="//vr-image-4.realsee-cdn.cn/release/static/image/doctorstrange/0.6.201-beta/";function aP(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 lP(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 cP=class extends tn{constructor(e,i){var l,c;super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"defaultMissingFloorConfig");f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"items");f(this,"store",{roomOnMouse:null});f(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")});f(this,"show",(...i)=>ie(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)}));f(this,"hide",(...i)=>ie(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(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=vh(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});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,fi.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(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}))});f(this,"_show",e=>ie(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.fiveUtil.model)!=null&&r.loaded))throw new Error(fi.ModelNotLoaded);if(!this.data)throw new Error(fi.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=N(N({},i),e),o=()=>ie(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield Ss(_g(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(fi.UnknownError);if(!this.updateSize())throw new Error(fi.UpdateSizeError);this.updatePosition(),this.floorIndex=s.floorIndex,this.fiveUtil.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:zg;xo(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}));f(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,fi.BreakOffByHide),this.showPromise=void 0;const s=N(N({},{userAction:!0,isAutoHide:!1}),e);xo(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click",this.store.roomOnMouse))return!1});f(this,"onFiveModelLoaded",()=>{const s=this.five.models.find(r=>r.name===this.five.state.workCode).bounding.getCenter(new y.Vector3);if(this.showState.offset=s,this.state.enabled===!1||this.wrapper||!this.selector)return;const o=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!o)throw new Error("不正确的父容器选择器");this.wrapper=o,o.append(this.container)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(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&&lP(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0}))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();this.updatePosition(),this.updateSize(),aP(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});f(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(So(this.showState,["offset"]),0),!1});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.workUtil.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:Zi(i==null?void 0:i.staticPrefix,Nn),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,roomNameOtherTypeEnable:!0,roomDimensionEnable:!0,cameraImageUrl:$i,attachedTo:Yn.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=ue(N(N({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.panoIndex=e.getCurrentState().panoIndex,this.initContainer(),yi(e).then(this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return ie(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&hi(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 en(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}loadItems(e){const{min:i,max:s}=this.data.bounding,o=s.x-i.x,r=s.y-i.y;this.data.floorDatas.forEach((a,l)=>{a.items=e[l].filter(c=>c.displayName==="Item-SimpleItem").map(c=>{const{x:h,y:u,width:d,height:m,notes:g,type:p,id:v,rotateX:A,rotateY:P,rotateZ:M=0}=c;return{id:v,positionInImage:{x:(h-i.x)/o,y:(s.y-u)/r},width:d/o,height:m/r,src:rP+Vg[p].href.replace(/\{\{\stheme\s\}\}/,"realsee"),notes:g||Vg[p].description,rotateX:A,rotateY:P,rotateZ:M}})})}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=ph(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.fiveUtil.model)==null?void 0:a.bounding.getCenter(new y.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 ie(this,null,function*(){return yield en(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(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=ue(N({},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,items:this.items,store:this.store});if(this.app)return this.app.$set(i);this.app=new mh({target:this.container,intro:!0,props:i})}};const hP=(n,t)=>new cP(n,t);let uP=class extends tn{constructor(e,i){var l,c;super(e);f(this,"name","topviewFloorplanPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"selector");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"defaultMissingFloorConfig");f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(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=vh(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});f(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")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(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})});f(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)});f(this,"onFiveModeChange",(...[e,,,,i])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});f(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});f(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});f(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}))});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.workUtil.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:Zi(i==null?void 0:i.staticPrefix,Nn),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,roomNameOtherTypeEnable:!0,roomDimensionEnable:!0,cameraImageUrl:$i,attachedTo:Yn.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=ue(N(N({},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 ie(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&hi(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 en(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=ph(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new y.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 ie(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 ie(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 ie(this,null,function*(){return yield en(e.data)})}_show(e){return ie(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 Ah(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;xo(this.five,o,s),this.hooks.emit("showAnimationEnded",{userAction:i,auto:!1}),this.render()})}_hide(e){return ie(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;xo(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?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(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=ue(N({},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 mh({target:this.container,intro:!0,props:i})}};const dP=(n,t)=>new uP(n,t);function fP(n){Le(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 gP(n){let t,e,i;return{c(){t=U("div"),e=U("div"),i=U("div"),w(i,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),_(i,"background-image","url("+(n[0]||$i)+")"),_(i,"transform",n[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),_(e,"transform",n[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),_(t,"opacity",n[3]?1:0)},m(s,o){Y(s,t,o),V(t,e),V(e,i)},p(s,[o]){o&1&&_(i,"background-image","url("+(s[0]||$i)+")"),(o&1||o&3)&&_(i,"transform",s[1]),o&4&&_(e,"transform",s[2]),o&8&&_(t,"opacity",s[3]?1:0)},i:oe,o:oe,d(s){s&&X(t)}}}function mP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function pP(n,t,e){var P,M;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,u=a.getCurrentState().panoIndex,d=a.getCurrentState().longitude,m=(M=(P=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:P.floorIndex)!=null?M:0;function g(I,z){const D=I.bounding,j=I.observers[z];if(!j)return"";const L=(D.max.x-D.min.x)*l,O=(D.max.y-D.min.y)*l,b=Math.floor(j.positionInImage.x*L),C=Math.floor(j.positionInImage.y*O);return`translate(${b}px, ${C}px)`}function p(I){e(7,u=I)}function v(I){e(9,m=a.work.observers[I].floorIndex)}const A=ar(I=>{e(8,d=I.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",p),a.on("panoArrived",v),a.on("cameraDirectionUpdate",A),function(){a.off("panoWillArrive",p),a.off("panoArrived",v),a.off("cameraDirectionUpdate",A)})),n.$$set=I=>{"five"in I&&e(4,a=I.five),"pxmm"in I&&e(5,l=I.pxmm),"floorplanData"in I&&e(6,c=I.floorplanData),"cameraImageUrl"in I&&e(0,h=I.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=g(c,u)),n.$$.dirty&256&&e(1,r=mP(d))},[h,r,o,s,a,l,c,u,d,m,i]}let vP=class extends Ce{constructor(t){super(),Pe(this,t,pP,gP,we,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},fP)}};function AP(n){Le(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 Bg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Rg(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=U("div"),i=U("div"),r=le(),w(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),_(i,"background-image",`url(${t[1].icon.url})`),_(i,"width",s),_(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),_(e,"top",a),_(e,"left",l),this.first=e},m(c,h){Y(c,e,h),V(e,i),V(e,r)},p(c,h){t=c,h&1&&_(i,"background-image",`url(${t[1].icon.url})`);const u=h&1;u&&_(i,"width",s),u&&_(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&_(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&_(e,"left",l)},d(c){c&&X(e)}}}function bP(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=Bg(n,s,r),l=o(a);i.set(l,e[r]=Rg(l,a))}return{c(){t=U("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){Y(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=ti(e,a,o,1,r,s,i,t,Er,Rg,null,Bg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function yP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}let wP=class extends Ce{constructor(t){super(),Pe(this,t,yP,bP,we,{extraObjects:0},AP)}};function PP(n){Le(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 CP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=gt(l,a[h]);t=new dh({props:l}),i=new wP({props:{extraObjects:n[7]}});let c=n[3]&&Fg(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,u){ge(t,h,u),Y(h,e,u),ge(i,h,u),Y(h,s,u),c&&c.m(h,u),Y(h,o,u),r=!0},p(h,u){const d=u&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(d);const m={};u&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,u),u&8&&R(c,1)):(c=Fg(h),c.c(),R(c,1),c.m(o.parentNode,o)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(R(t.$$.fragment,h),R(i.$$.fragment,h),R(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){me(t,h),h&&X(e),me(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function IP(n){let t,e,i;return{c(){t=U("div"),e=U("img"),w(e,"class","missing-floor-image svelte-18287ai"),ut(e.src,i=n[6])||w(e,"src",i),w(e,"alt","缺省楼层"),w(t,"class","missing-floor-wrapper svelte-18287ai")},m(s,o){Y(s,t,o),V(t,e)},p(s,o){o&64&&!ut(e.src,i=s[6])&&w(e,"src",i)},i:oe,o:oe,d(s){s&&X(t)}}}function Fg(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=gt(s,i[o]);return t=new gh({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&567?vt(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||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function MP(n){let t,e,i,s;const o=[IP,CP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Re()},m(l,c){r[t].m(l,c),Y(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?r[t].p(l,c):(Se(),Z(r[h],1,1,()=>{r[h]=null}),xe(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),R(e,1),e.m(i.parentNode,i))},i(l){s||(R(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function kP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:u=[]}=t,{highlightData:d}=t,{missingFloorImageUrl:m}=t;const g=void 0;return n.$$set=p=>{"five"in p&&e(0,r=p.five),"pxmm"in p&&e(1,a=p.pxmm),"floorIndex"in p&&e(2,l=p.floorIndex),"hoverEnable"in p&&e(3,c=p.hoverEnable),"floorplanData"in p&&e(4,h=p.floorplanData),"extraObjects"in p&&e(10,u=p.extraObjects),"highlightData"in p&&e(5,d=p.highlightData),"missingFloorImageUrl"in p&&e(6,m=p.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(11,i=h.floorDatas[l]),n.$$.dirty&2048&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=u==null?void 0:u.filter(p=>p.floorIndex===l))},[r,a,l,c,h,d,m,o,s,g,u,i]}let EP=class extends Ce{constructor(t){super(),Pe(this,t,kP,MP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},PP)}};function SP(n){Le(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 Ng(n){let t,e,i,s,o=n[8]!==0&&Gg(n);return{c(){t=U("div"),o&&o.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){Y(r,t,a),o&&o.m(t,null),e=!0,i||(s=[ei(Li.call(null,t)),_e(t,"clientWidth",n[14]),_e(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&R(o,1)):(o=Gg(r),o.c(),R(o,1),o.m(t,null)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(R(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,ht(s)}}}function Gg(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 d=0;d<l.length;d+=1)c=gt(c,l[d]);e=new EP({props:c});const h=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let u={};for(let d=0;d<h.length;d+=1)u=gt(u,h[d]);return s=new vP({props:u}),{c(){t=U("div"),pe(e.$$.fragment),i=le(),pe(s.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),_(t,"width",o),_(t,"height",r)},m(d,m){Y(d,t,m),ge(e,t,null),V(t,i),ge(s,t,null),a=!0},p(d,m){const g=m&6381?vt(l,[{five:d[0],pxmm:d[11],floorIndex:d[12],floorplanData:d[3],hoverEnable:d[2],extraObjects:d[5],highlightData:d[6],missingFloorImageUrl:d[7]}]):{};e.$set(g);const p=m&2073?vt(h,[{pxmm:d[11],five:d[0],floorplanData:d[3],cameraImageUrl:d[4]}]):{};s.$set(p),m&1024&&o!==(o=`${d[10]}px`)&&_(t,"width",o),m&8192&&r!==(r=`${d[13]}px`)&&_(t,"height",r)},i(d){a||(R(e.$$.fragment,d),R(s.$$.fragment,d),a=!0)},o(d){Z(e.$$.fragment,d),Z(s.$$.fragment,d),a=!1},d(d){d&&X(t),me(e),me(s)}}}function xP(n){let t,e,i=n[1]&&Ng(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&R(i,1)):(i=Ng(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function DP(n,t,e){var I,z;let{five:i}=t,{visible:s}=t,{hoverEnable:o}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,{missingFloorImageUrl:h}=t,u=0,d=(z=(I=i.work.observers[i.getCurrentState().panoIndex])==null?void 0:I.floorIndex)!=null?z:0,m=0,g=0,p=0,v=0;function A(D){e(12,d=i.work.observers[D].floorIndex)}Tt(()=>(i.on("panoArrived",A),()=>{i.off("panoArrived",A)}));const P=D=>{e(8,m=D.detail)},M=D=>{e(9,g=D.detail)};return n.$$set=D=>{"five"in D&&e(0,i=D.five),"visible"in D&&e(1,s=D.visible),"hoverEnable"in D&&e(2,o=D.hoverEnable),"floorplanData"in D&&e(3,r=D.floorplanData),"cameraImageUrl"in D&&e(4,a=D.cameraImageUrl),"extraObjects"in D&&e(5,l=D.extraObjects),"highlightData"in D&&e(6,c=D.highlightData),"missingFloorImageUrl"in D&&e(7,h=D.missingFloorImageUrl)},n.$$.update=()=>{if(n.$$.dirty&1800){const D=Math.min(m,g),{max:j,min:L}=r.bounding,O=j.x-L.x,b=j.y-L.y,C=function(){return O>b?[D,D/O*b]:[D/b*O,D]}();e(10,p=C[0]),e(13,v=C[1]),e(11,u=p/O)}},[i,s,o,r,a,l,c,h,m,g,p,u,d,v,P,M]}let LP=class extends Ce{constructor(t){super(),Pe(this,t,DP,xP,we,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},SP)}},TP=class extends tn{constructor(e,i){super(e);f(this,"name","panoFloorplanRadarPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"wrapperSelector","");f(this,"wrapper",null);f(this,"disposed",!1);f(this,"extraObjects",[]);f(this,"highlightData",{});f(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(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:!1,highlightEnable:!1,cameraImageUrl:$i,missingFloorImageUrl:Zi(i==null?void 0:i.staticPrefix,Nn)},o=N(N({},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 ie(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 en(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return ie(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 ie(this,arguments,function*(e={}){if(!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper!==e&&this.app&&(this.app.$destroy(),this.app=void 0),this.wrapper=e,this.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=Lg(e,this.five,this.data),this.render())}formatData(e){return ie(this,null,function*(){return yield en(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?N(N({},s.config),e.config):s.config;this.state=ue(N(N({},this.state),e),{config:o}),!Gt(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=ue(N({},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 LP({target:this.wrapper,props:e})}};const zP=(n,t)=>new TP(n,t);function OP(n){Le(n,"svelte-3rukxu",".plugin-radar__camera-wrapper.svelte-3rukxu{width:100%;height:100%;position:absolute;pointer-events:none;z-index:20}.plugin-radar__camera-position.svelte-3rukxu{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear;transform-origin:0 0;z-index:20}.plugin-radar__camera-rotate.svelte-3rukxu{position:absolute;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%;z-index:20}")}function jP(n){let t,e,i,s=`${n[1]}px`,o=`${n[1]}px`,r=`-${n[2]}px`,a=`-${n[2]}px`,l=`${n[2]}px ${n[2]}px`;return{c(){t=U("div"),e=U("div"),i=U("div"),w(i,"class","plugin-radar__camera-rotate svelte-3rukxu"),_(i,"background-image","url("+(n[0]||$i)+")"),_(i,"transform",n[3]),_(i,"width",s),_(i,"height",o),_(i,"left",r),_(i,"top",a),_(i,"transform-origin",l),w(e,"class","plugin-radar__camera-position svelte-3rukxu"),_(e,"transform",n[4]),w(t,"class","plugin-radar__camera-wrapper svelte-3rukxu"),_(t,"opacity",n[5]?1:0)},m(c,h){Y(c,t,h),V(t,e),V(e,i)},p(c,[h]){h&1&&_(i,"background-image","url("+(c[0]||$i)+")");const u=h&1;(u||h&9)&&_(i,"transform",c[3]),(u||h&3&&s!==(s=`${c[1]}px`))&&_(i,"width",s),(u||h&3&&o!==(o=`${c[1]}px`))&&_(i,"height",o),(u||h&5&&r!==(r=`-${c[2]}px`))&&_(i,"left",r),(u||h&5&&a!==(a=`-${c[2]}px`))&&_(i,"top",a),(u||h&5&&l!==(l=`${c[2]}px ${c[2]}px`))&&_(i,"transform-origin",l),h&16&&_(e,"transform",c[4]),h&32&&_(t,"opacity",c[5]?1:0)},i:oe,o:oe,d(c){c&&X(t)}}}function _P(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function VP(n,t,e){var I,z;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,{cameraSize:u=36}=t,{cameraOffset:d=28.5}=t,m=a.getCurrentState().panoIndex,g=a.getCurrentState().longitude,p=(z=(I=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:I.floorIndex)!=null?z:0;function v(D,j){const L=D.bounding,O=D.observers[j];if(!O)return"";const b=(L.max.x-L.min.x)*l,C=(L.max.y-L.min.y)*l,k=Math.floor(O.positionInImage.x*b),E=Math.floor(O.positionInImage.y*C);return`translate(${k}px, ${E}px)`}function A(D){e(9,m=D)}function P(D){e(11,p=a.work.observers[D].floorIndex)}const M=ar(D=>{e(10,g=D.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",A),a.on("panoArrived",P),a.on("cameraDirectionUpdate",M),function(){a.off("panoWillArrive",A),a.off("panoArrived",P),a.off("cameraDirectionUpdate",M)})),n.$$set=D=>{"five"in D&&e(6,a=D.five),"pxmm"in D&&e(7,l=D.pxmm),"floorplanData"in D&&e(8,c=D.floorplanData),"cameraImageUrl"in D&&e(0,h=D.cameraImageUrl),"cameraSize"in D&&e(1,u=D.cameraSize),"cameraOffset"in D&&e(2,d=D.cameraOffset)},n.$$.update=()=>{n.$$.dirty&2304&&e(12,i=c.floorDatas[p]),n.$$.dirty&4096&&e(5,s=i.rooms.length>0),n.$$.dirty&768&&e(4,o=v(c,m)),n.$$.dirty&1024&&e(3,r=_P(g))},[h,u,d,r,o,s,a,l,c,m,g,p,i]}class BP extends Ce{constructor(t){super(),Pe(this,t,VP,jP,we,{five:6,pxmm:7,floorplanData:8,cameraImageUrl:0,cameraSize:1,cameraOffset:2},OP)}}function RP(n){Le(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 Hg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Wg(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=U("div"),i=U("div"),r=le(),w(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),_(i,"background-image",`url(${t[1].icon.url})`),_(i,"width",s),_(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),_(e,"top",a),_(e,"left",l),this.first=e},m(c,h){Y(c,e,h),V(e,i),V(e,r)},p(c,h){t=c,h&1&&_(i,"background-image",`url(${t[1].icon.url})`);const u=h&1;u&&_(i,"width",s),u&&_(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&_(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&_(e,"left",l)},d(c){c&&X(e)}}}function FP(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=Hg(n,s,r),l=o(a);i.set(l,e[r]=Wg(l,a))}return{c(){t=U("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){Y(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=ti(e,a,o,1,r,s,i,t,Er,Wg,null,Hg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function NP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class GP extends Ce{constructor(t){super(),Pe(this,t,NP,FP,we,{extraObjects:0},RP)}}function HP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=gt(l,a[h]);t=new dh({props:l}),i=new GP({props:{extraObjects:n[7]}});let c=n[3]&&Ug(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,u){ge(t,h,u),Y(h,e,u),ge(i,h,u),Y(h,s,u),c&&c.m(h,u),Y(h,o,u),r=!0},p(h,u){const d=u&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(d);const m={};u&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,u),u&8&&R(c,1)):(c=Ug(h),c.c(),R(c,1),c.m(o.parentNode,o)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(R(t.$$.fragment,h),R(i.$$.fragment,h),R(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){me(t,h),h&&X(e),me(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function WP(n){let t,e;return t=new wg({props:{missingFloorConfig:n[6]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&64&&(o.missingFloorConfig=i[6]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function Ug(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=gt(s,i[o]);return t=new gh({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&567?vt(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||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function UP(n){let t,e,i,s;const o=[WP,HP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Re()},m(l,c){r[t].m(l,c),Y(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?r[t].p(l,c):(Se(),Z(r[h],1,1,()=>{r[h]=null}),xe(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),R(e,1),e.m(i.parentNode,i))},i(l){s||(R(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function QP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:u=[]}=t,{highlightData:d}=t,{missingFloorConfig:m}=t,{missingFloorImageUrl:g}=t;const p=void 0;return n.$$set=v=>{"five"in v&&e(0,r=v.five),"pxmm"in v&&e(1,a=v.pxmm),"floorIndex"in v&&e(2,l=v.floorIndex),"hoverEnable"in v&&e(3,c=v.hoverEnable),"floorplanData"in v&&e(4,h=v.floorplanData),"extraObjects"in v&&e(10,u=v.extraObjects),"highlightData"in v&&e(5,d=v.highlightData),"missingFloorConfig"in v&&e(6,m=v.missingFloorConfig),"missingFloorImageUrl"in v&&e(11,g=v.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(12,i=h.floorDatas[l]),n.$$.dirty&4096&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=u==null?void 0:u.filter(v=>v.floorIndex===l))},[r,a,l,c,h,d,m,o,s,p,u,g,i]}class XP extends Ce{constructor(t){super(),Pe(this,t,QP,UP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorConfig:6,missingFloorImageUrl:11})}}function YP(n){Le(n,"svelte-6v429q",".floorplan-guide-plugin__observer-dots.svelte-6v429q{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.floorplan-guide-plugin__observer-dot.svelte-6v429q{position:absolute;background:#7dacff80;border:0.0375rem solid #96cfff;border-radius:50%;pointer-events:none;transform:translate(-50%, -50%);transition:opacity 0.8s ease-in-out}")}function Qg(n,t,e){const i=n.slice();return i[6]=t[e],i}function Xg(n,t){let e;return{key:n,first:null,c(){e=U("div"),w(e,"class","floorplan-guide-plugin__observer-dot svelte-6v429q"),_(e,"left",t[6].positionInImage.x*t[0]+"px"),_(e,"top",t[6].positionInImage.y*t[1]+"px"),_(e,"width",t[2]+"px"),_(e,"height",t[2]+"px"),this.first=e},m(i,s){Y(i,e,s)},p(i,s){t=i,s&9&&_(e,"left",t[6].positionInImage.x*t[0]+"px"),s&10&&_(e,"top",t[6].positionInImage.y*t[1]+"px"),s&4&&_(e,"width",t[2]+"px"),s&4&&_(e,"height",t[2]+"px")},d(i){i&&X(e)}}}function ZP(n){let t,e=[],i=new Map,s=n[3];const o=r=>r[6].index;for(let r=0;r<s.length;r+=1){let a=Qg(n,s,r),l=o(a);i.set(l,e[r]=Xg(l,a))}return{c(){t=U("div");for(let r=0;r<e.length;r+=1)e[r].c();w(t,"class","floorplan-guide-plugin__observer-dots svelte-6v429q")},m(r,a){Y(r,t,a);for(let l=0;l<e.length;l+=1)e[l]&&e[l].m(t,null)},p(r,[a]){a&15&&(s=r[3],e=ti(e,a,o,1,r,s,i,t,Er,Xg,null,Qg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function qP(n,t,e){let i,{floorplanData:s}=t,{floorIndex:o}=t,{contentWidth:r}=t,{contentHeight:a}=t,{observerDotSize:l=12}=t;return n.$$set=c=>{"floorplanData"in c&&e(4,s=c.floorplanData),"floorIndex"in c&&e(5,o=c.floorIndex),"contentWidth"in c&&e(0,r=c.contentWidth),"contentHeight"in c&&e(1,a=c.contentHeight),"observerDotSize"in c&&e(2,l=c.observerDotSize)},n.$$.update=()=>{var c,h;n.$$.dirty&48&&e(3,i=(h=(c=s.observers)==null?void 0:c.filter(u=>u.floorIndex===o))!=null?h:[])},[r,a,l,i,s,o]}class JP extends Ce{constructor(t){super(),Pe(this,t,qP,ZP,we,{floorplanData:4,floorIndex:5,contentWidth:0,contentHeight:1,observerDotSize:2},YP)}}function KP(n){Le(n,"svelte-qulme3",".floorplan-guide-plugin__room-label.svelte-qulme3{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%, -50%);color:#fff;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.8);line-height:1.2;white-space:nowrap;pointer-events:auto;cursor:pointer;transition:opacity 300ms;opacity:1}.floorplan-guide-plugin__room-label--hidden.svelte-qulme3{opacity:0}.floorplan-guide-plugin__room-label--hovered.svelte-qulme3{opacity:1 !important}.floorplan-guide-plugin__room-content.svelte-qulme3{display:flex;flex-direction:column;align-items:center}.floorplan-guide-plugin__room-name.svelte-qulme3{font-family:PingFangSC-Regular;font-weight:400;font-size:0.875rem;color:#FFFFFF;margin-bottom:0.125rem}.floorplan-guide-plugin__room-area.svelte-qulme3{opacity:0.6;font-family:PingFangSC-Regular;font-weight:400;font-size:0.75rem;color:#FFFFFF;text-align:center}")}function $P(n){let t,e,i=n[2]&&Yg(n),s=n[3]&&n[4]&&Zg(n);return{c(){t=U("div"),i&&i.c(),e=le(),s&&s.c(),w(t,"class","floorplan-guide-plugin__room-content svelte-qulme3")},m(o,r){Y(o,t,r),i&&i.m(t,null),V(t,e),s&&s.m(t,null)},p(o,r){o[2]?i?i.p(o,r):(i=Yg(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3]&&o[4]?s?s.p(o,r):(s=Zg(o),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(o){o&&X(t),i&&i.d(),s&&s.d()}}}function eC(n){let t,e=n[5].outerHTML+"",i;return{c(){t=new po(!1),i=Re(),t.a=i},m(s,o){t.m(e,s,o),Y(s,i,o)},p(s,o){o&32&&e!==(e=s[5].outerHTML+"")&&t.p(e)},d(s){s&&X(i),s&&t.d()}}}function Yg(n){let t,e=n[0].name+"",i;return{c(){t=U("span"),i=Ve(e),w(t,"class","floorplan-guide-plugin__room-name svelte-qulme3")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o&1&&e!==(e=s[0].name+"")&&Ne(i,e)},d(s){s&&X(t)}}}function Zg(n){let t,e;return{c(){t=U("span"),e=Ve(n[4]),w(t,"class","floorplan-guide-plugin__room-area svelte-qulme3")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s&16&&Ne(e,i[4])},d(i){i&&X(t)}}}function tC(n){let t,e,i;function s(a,l){return a[5]?eC:$P}let o=s(n),r=o(n);return{c(){t=U("div"),r.c(),w(t,"class","floorplan-guide-plugin__room-label svelte-qulme3"),w(t,"role","button"),w(t,"tabindex","0"),Ie(t,"floorplan-guide-plugin__room-label--hovered",n[1]),Ie(t,"floorplan-guide-plugin__room-label--hidden",!n[10]),_(t,"left",n[6]),_(t,"top",n[7])},m(a,l){Y(a,t,l),r.m(t,null),e||(i=[_e(t,"mouseenter",n[17]),_e(t,"mouseleave",n[18]),_e(t,"keydown",iC),ei(Li.call(null,t)),_e(t,"clientWidth",n[19]),_e(t,"clientHeight",n[20])],e=!0)},p(a,[l]){o===(o=s(a))&&r?r.p(a,l):(r.d(1),r=o(a),r&&(r.c(),r.m(t,null))),l&2&&Ie(t,"floorplan-guide-plugin__room-label--hovered",a[1]),l&1024&&Ie(t,"floorplan-guide-plugin__room-label--hidden",!a[10]),l&64&&_(t,"left",a[6]),l&128&&_(t,"top",a[7])},i:oe,o:oe,d(a){a&&X(t),r.d(),e=!1,ht(i)}}}const iC=()=>{};function nC(n,t,e){let i,s,o,{room:r}=t,{isHovered:a}=t,{roomNameEnable:l}=t,{roomAreaEnable:c}=t,{roomAreaSize:h}=t,{userConfigElement:u}=t,{adaptiveRoomLabelVisibleEnable:d}=t,{pxmm:m}=t,{left:g}=t,{top:p}=t,{createLabelInRoomChecker:v}=t;const A=Cn();let P=0,M=0;const I=()=>A("mouseenter"),z=()=>A("mouseleave"),D=L=>{e(8,P=L.detail)},j=L=>{e(9,M=L.detail)};return n.$$set=L=>{"room"in L&&e(0,r=L.room),"isHovered"in L&&e(1,a=L.isHovered),"roomNameEnable"in L&&e(2,l=L.roomNameEnable),"roomAreaEnable"in L&&e(3,c=L.roomAreaEnable),"roomAreaSize"in L&&e(4,h=L.roomAreaSize),"userConfigElement"in L&&e(5,u=L.userConfigElement),"adaptiveRoomLabelVisibleEnable"in L&&e(12,d=L.adaptiveRoomLabelVisibleEnable),"pxmm"in L&&e(13,m=L.pxmm),"left"in L&&e(6,g=L.left),"top"in L&&e(7,p=L.top),"createLabelInRoomChecker"in L&&e(14,v=L.createLabelInRoomChecker)},n.$$.update=()=>{n.$$.dirty&768&&e(16,i={width:P,height:M}),n.$$.dirty&81921&&e(15,s=i?v(r,i):void 0),n.$$.dirty&45058&&e(10,o=d?a||(s?s(m):!0):!0)},[r,a,l,c,h,u,g,p,P,M,o,A,d,m,v,s,i,I,z,D,j]}class sC extends Ce{constructor(t){super(),Pe(this,t,nC,tC,we,{room:0,isHovered:1,roomNameEnable:2,roomAreaEnable:3,roomAreaSize:4,userConfigElement:5,adaptiveRoomLabelVisibleEnable:12,pxmm:13,left:6,top:7,createLabelInRoomChecker:14},KP)}}function oC(n){Le(n,"svelte-k2rax0",".floorplan-guide-plugin__room-labels.svelte-k2rax0{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}")}function qg(n,t,e){const i=n.slice();return i[17]=t[e],i}function Jg(n,t){let e,i,s;function o(){return t[15](t[17])}return i=new sC({props:{room:t[17],isHovered:t[7]===t[17].id,roomNameEnable:t[0],roomAreaEnable:t[1],roomAreaSize:t[17].size?t[3](t[17].size):"",userConfigElement:t[4]?t[4](t[17]):null,adaptiveRoomLabelVisibleEnable:t[2],pxmm:t[6],left:t[17].roomLabel.positionInImage.x*100+"%",top:t[17].roomLabel.positionInImage.y*100+"%",createLabelInRoomChecker:lC}}),i.$on("mouseenter",o),i.$on("mouseleave",t[10]),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(r,a){Y(r,e,a),ge(i,r,a),s=!0},p(r,a){t=r;const l={};a&256&&(l.room=t[17]),a&384&&(l.isHovered=t[7]===t[17].id),a&1&&(l.roomNameEnable=t[0]),a&2&&(l.roomAreaEnable=t[1]),a&264&&(l.roomAreaSize=t[17].size?t[3](t[17].size):""),a&272&&(l.userConfigElement=t[4]?t[4](t[17]):null),a&4&&(l.adaptiveRoomLabelVisibleEnable=t[2]),a&64&&(l.pxmm=t[6]),a&256&&(l.left=t[17].roomLabel.positionInImage.x*100+"%"),a&256&&(l.top=t[17].roomLabel.positionInImage.y*100+"%"),i.$set(l)},i(r){s||(R(i.$$.fragment,r),s=!0)},o(r){Z(i.$$.fragment,r),s=!1},d(r){r&&X(e),me(i,r)}}}function rC(n){let t,e=[],i=new Map,s,o,r,a=n[8];const l=c=>c[17].id;for(let c=0;c<a.length;c+=1){let h=qg(n,a,c),u=l(h);i.set(u,e[c]=Jg(u,h))}return{c(){t=U("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-guide-plugin__room-labels svelte-k2rax0")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[16])],o=!0)},p(c,[h]){h&2015&&(a=c[8],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,Jg,null,qg),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)R(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);s=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,ht(r)}}}function aC(n,t){const e=n[0],i=n[1];let s=!1;for(let o=0,r=t.length-1;o<t.length;r=o++){const a=t[o][0],l=t[o][1],c=t[r][0],h=t[r][1];l>i!=h>i&&e<(c-a)*(i-l)/(h-l)+a&&(s=!s)}return s}function lC(n,t){if(t.width===0||t.height===0)return()=>!1;const e=n.path.map(({x:h,y:u})=>[h,u]),i=n.roomLabel.position,{x:s,y:o}=i,{width:r,height:a}=t,l=r/2,c=a/2;return function(u){const d=s*u,m=o*u,g=e.map(([v,A])=>[v*u,A*u]);return[[d+l,m-c],[d-l,m-c],[d-l,m+c],[d+l,m+c]].every(v=>aC(v,g))}}function cC(n,t,e){let i,s,{floorplanData:o}=t,{floorIndex:r}=t,{roomNameEnable:a=!0}=t,{roomNameOtherTypeEnable:l=!0}=t,{roomAreaEnable:c=!0}=t,{adaptiveRoomLabelVisibleEnable:h=!0}=t,{getRoomAreaText:u}=t,{getLabelElement:d}=t,m=0,g=0,p=null;function v(I){e(7,p=I.id)}function A(){e(7,p=null)}const P=I=>v(I),M=I=>{e(5,m=I.detail)};return n.$$set=I=>{"floorplanData"in I&&e(11,o=I.floorplanData),"floorIndex"in I&&e(12,r=I.floorIndex),"roomNameEnable"in I&&e(0,a=I.roomNameEnable),"roomNameOtherTypeEnable"in I&&e(13,l=I.roomNameOtherTypeEnable),"roomAreaEnable"in I&&e(1,c=I.roomAreaEnable),"adaptiveRoomLabelVisibleEnable"in I&&e(2,h=I.adaptiveRoomLabelVisibleEnable),"getRoomAreaText"in I&&e(3,u=I.getRoomAreaText),"getLabelElement"in I&&e(4,d=I.getLabelElement)},n.$$.update=()=>{var I,z;if(n.$$.dirty&6144&&e(14,i=(z=(I=o.floorDatas[r])==null?void 0:I.rooms)!=null?z:[]),n.$$.dirty&24576&&e(8,s=l?i:i.filter(D=>D.roomType!=="100900000012")),n.$$.dirty&2080){const{max:D,min:j}=o.bounding,L=D.x-j.x;e(6,g=m/L)}},[a,c,h,u,d,m,g,p,s,v,A,o,r,l,i,P,M]}class hC extends Ce{constructor(t){super(),Pe(this,t,cC,rC,we,{floorplanData:11,floorIndex:12,roomNameEnable:0,roomNameOtherTypeEnable:13,roomAreaEnable:1,adaptiveRoomLabelVisibleEnable:2,getRoomAreaText:3,getLabelElement:4},oC)}}function uC(n){Le(n,"svelte-19jnco7",".floorplan-plugin__compass.svelte-19jnco7{position:absolute;will-change:opacity}.floorplan-plugin__compass-image.svelte-19jnco7{width:14.4375rem;height:2.5625rem;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-19jnco7{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}")}function dC(n){let t,e,i,s,o,r=`${n[1]}px`,a=`${n[2]}px`,l=`-${n[2]}px`,c=`${n[5]}px ${n[6]}px`;return{c(){t=U("div"),e=U("div"),i=le(),s=U("span"),o=Ve(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-19jnco7"),_(e,"background-image",`url(${Pg})`),w(s,"class","floorplan-plugin__compass-text svelte-19jnco7"),w(t,"class","floorplan-plugin__compass svelte-19jnco7"),_(t,"transform",n[4]),_(t,"width",r),_(t,"height",a),_(t,"top",l),_(t,"transform-origin",c)},m(h,u){Y(h,t,u),V(t,e),V(t,i),V(t,s),V(s,o)},p(h,u){u&1&&Ne(o,h[0]),u&2&&r!==(r=`${h[1]}px`)&&_(t,"width",r),u&4&&a!==(a=`${h[2]}px`)&&_(t,"height",a),u&4&&l!==(l=`-${h[2]}px`)&&_(t,"top",l)},d(h){h&&X(t)}}}function fC(n){let t,e=n[3]&&dC(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[3]&&e.p(i,s)},i:oe,o:oe,d(i){e&&e.d(i),i&&X(t)}}}function gC(n,t,e){var g;let{floorplanData:i}=t,{northDesc:s}=t,{containerWidth:o}=t,{containerHeight:r}=t,{height:a=50}=t;const l=(g=i.entrance)==null?void 0:g.northRad,c=typeof l=="number",u=`rotate(${-(l?di(l):0)+90}deg)`,d=o/2,m=a+r/2;return n.$$set=p=>{"floorplanData"in p&&e(7,i=p.floorplanData),"northDesc"in p&&e(0,s=p.northDesc),"containerWidth"in p&&e(1,o=p.containerWidth),"containerHeight"in p&&e(8,r=p.containerHeight),"height"in p&&e(2,a=p.height)},[s,o,a,c,u,d,m,i,r]}class mC extends Ce{constructor(t){super(),Pe(this,t,gC,fC,we,{floorplanData:7,northDesc:0,containerWidth:1,containerHeight:8,height:2},uC)}}function pC(n){Le(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 Kg(n){let t,e,i,s,o=n[25]!==0&&$g(n);return{c(){t=U("div"),o&&o.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){Y(r,t,a),o&&o.m(t,null),e=!0,i||(s=[ei(Li.call(null,t)),_e(t,"clientWidth",n[33]),_e(t,"clientHeight",n[34])],i=!0)},p(r,a){r[25]!==0?o?(o.p(r,a),a[0]&33554432&&R(o,1)):(o=$g(r),o.c(),R(o,1),o.m(t,null)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(R(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,ht(s)}}}function $g(n){let t,e,i,s=`${n[27]}px`,o=`${n[29]}px`,r,a,l;const c=[{five:n[0],pxmm:n[28],floorIndex:n[21],floorplanData:n[3],hoverEnable:n[2],extraObjects:n[5],highlightData:n[6],missingFloorImageUrl:n[7],missingFloorConfig:n[8]}];let h={};for(let d=0;d<c.length;d+=1)h=gt(h,c[d]);e=new XP({props:h});let u=n[30]&&em(n);return{c(){t=U("div"),pe(e.$$.fragment),i=le(),u&&u.c(),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),_(t,"width",s),_(t,"height",o),_(t,"cursor",n[9]?"pointer":"default")},m(d,m){Y(d,t,m),ge(e,t,null),V(t,i),u&&u.m(t,null),r=!0,a||(l=_e(t,"click",n[31]),a=!0)},p(d,m){const g=m[0]&270533101?vt(c,[{five:d[0],pxmm:d[28],floorIndex:d[21],floorplanData:d[3],hoverEnable:d[2],extraObjects:d[5],highlightData:d[6],missingFloorImageUrl:d[7],missingFloorConfig:d[8]}]):{};e.$set(g),d[30]?u?(u.p(d,m),m[0]&1073741824&&R(u,1)):(u=em(d),u.c(),R(u,1),u.m(t,null)):u&&(Se(),Z(u,1,1,()=>{u=null}),xe()),m[0]&134217728&&s!==(s=`${d[27]}px`)&&_(t,"width",s),m[0]&536870912&&o!==(o=`${d[29]}px`)&&_(t,"height",o),m[0]&512&&_(t,"cursor",d[9]?"pointer":"default")},i(d){r||(R(e.$$.fragment,d),R(u),r=!0)},o(d){Z(e.$$.fragment,d),Z(u),r=!1},d(d){d&&X(t),me(e),u&&u.d(),a=!1,l()}}}function em(n){let t,e,i,s,o,r;const a=[{floorplanData:n[3],floorIndex:n[21],contentWidth:n[27],contentHeight:n[29],observerDotSize:n[20]}];let l={};for(let d=0;d<a.length;d+=1)l=gt(l,a[d]);t=new JP({props:l});let c=n[10]&&tm(n),h=n[17]&&im(n),u=n[22]&&nm(n);return{c(){pe(t.$$.fragment),e=le(),c&&c.c(),i=le(),h&&h.c(),s=le(),u&&u.c(),o=Re()},m(d,m){ge(t,d,m),Y(d,e,m),c&&c.m(d,m),Y(d,i,m),h&&h.m(d,m),Y(d,s,m),u&&u.m(d,m),Y(d,o,m),r=!0},p(d,m){const g=m[0]&674234376?vt(a,[{floorplanData:d[3],floorIndex:d[21],contentWidth:d[27],contentHeight:d[29],observerDotSize:d[20]}]):{};t.$set(g),d[10]?c?(c.p(d,m),m[0]&1024&&R(c,1)):(c=tm(d),c.c(),R(c,1),c.m(i.parentNode,i)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe()),d[17]?h?(h.p(d,m),m[0]&131072&&R(h,1)):(h=im(d),h.c(),R(h,1),h.m(s.parentNode,s)):h&&(Se(),Z(h,1,1,()=>{h=null}),xe()),d[22]?u?(u.p(d,m),m[0]&4194304&&R(u,1)):(u=nm(d),u.c(),R(u,1),u.m(o.parentNode,o)):u&&(Se(),Z(u,1,1,()=>{u=null}),xe())},i(d){r||(R(t.$$.fragment,d),R(c),R(h),R(u),r=!0)},o(d){Z(t.$$.fragment,d),Z(c),Z(h),Z(u),r=!1},d(d){me(t,d),d&&X(e),c&&c.d(d),d&&X(i),h&&h.d(d),d&&X(s),u&&u.d(d),d&&X(o)}}}function tm(n){let t,e;const i=[{floorplanData:n[3],floorIndex:n[21],roomNameEnable:n[11],roomNameOtherTypeEnable:n[12],roomAreaEnable:n[13],adaptiveRoomLabelVisibleEnable:n[14],getRoomAreaText:n[15],getLabelElement:n[16]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new hC({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r[0]&2226184?vt(i,[{floorplanData:o[3],floorIndex:o[21],roomNameEnable:o[11],roomNameOtherTypeEnable:o[12],roomAreaEnable:o[13],adaptiveRoomLabelVisibleEnable:o[14],getRoomAreaText:o[15],getLabelElement:o[16]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function im(n){let t,e;const i=[{floorplanData:n[3],northDesc:n[18],containerWidth:n[27],containerHeight:n[29],height:n[19]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new mC({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r[0]&671875080?vt(i,[{floorplanData:o[3],northDesc:o[18],containerWidth:o[27],containerHeight:o[29],height:o[19]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function nm(n){let t,e;const i=[{pxmm:n[28],five:n[0],floorplanData:n[3],cameraImageUrl:n[4],cameraSize:n[23],cameraOffset:n[24]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new BP({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r[0]&293601305?vt(i,[{pxmm:o[28],five:o[0],floorplanData:o[3],cameraImageUrl:o[4],cameraSize:o[23],cameraOffset:o[24]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function vC(n){let t,e,i=n[1]&&Kg(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,o){s[1]?i?(i.p(s,o),o[0]&2&&R(i,1)):(i=Kg(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function AC(n,t,e){let i,{five:s}=t,{visible:o}=t,{hoverEnable:r}=t,{floorplanData:a}=t,{cameraImageUrl:l}=t,{extraObjects:c=[]}=t,{highlightData:h}=t,{missingFloorImageUrl:u}=t,{missingFloorConfig:d}=t,{clickEnable:m=!0}=t,{roomLabelsEnable:g=!1}=t,{roomNameEnable:p=!0}=t,{roomNameOtherTypeEnable:v=!0}=t,{roomAreaEnable:A=!0}=t,{adaptiveRoomLabelVisibleEnable:P=!0}=t,{getRoomAreaText:M=ee=>(ee/1e6).toFixed(1)+"㎡"}=t,{getLabelElement:I=void 0}=t,{compassEnable:z=!1}=t,{northDesc:D="北"}=t,{compassHeight:j=50}=t,{observerDotSize:L=12}=t,{displayedFloorIndex:O}=t,{shouldShowRadar:b=!0}=t,{cameraSize:C=36}=t,{cameraOffset:k=28.5}=t,{onFloorplanClick:E=void 0}=t,x=0,T=0,H=0,B=0,J=0;function ne(ee){if(!m||!E)return;const ze=ee.currentTarget.getBoundingClientRect(),ae=ee.clientX-ze.left,Ee=ee.clientY-ze.top,de=ae/B,ce=Ee/J;E({imageX:de,imageY:ce,floorIndex:O,originalEvent:ee})}const $=ee=>{e(25,T=ee.detail)},re=ee=>{e(26,H=ee.detail)};return n.$$set=ee=>{"five"in ee&&e(0,s=ee.five),"visible"in ee&&e(1,o=ee.visible),"hoverEnable"in ee&&e(2,r=ee.hoverEnable),"floorplanData"in ee&&e(3,a=ee.floorplanData),"cameraImageUrl"in ee&&e(4,l=ee.cameraImageUrl),"extraObjects"in ee&&e(5,c=ee.extraObjects),"highlightData"in ee&&e(6,h=ee.highlightData),"missingFloorImageUrl"in ee&&e(7,u=ee.missingFloorImageUrl),"missingFloorConfig"in ee&&e(8,d=ee.missingFloorConfig),"clickEnable"in ee&&e(9,m=ee.clickEnable),"roomLabelsEnable"in ee&&e(10,g=ee.roomLabelsEnable),"roomNameEnable"in ee&&e(11,p=ee.roomNameEnable),"roomNameOtherTypeEnable"in ee&&e(12,v=ee.roomNameOtherTypeEnable),"roomAreaEnable"in ee&&e(13,A=ee.roomAreaEnable),"adaptiveRoomLabelVisibleEnable"in ee&&e(14,P=ee.adaptiveRoomLabelVisibleEnable),"getRoomAreaText"in ee&&e(15,M=ee.getRoomAreaText),"getLabelElement"in ee&&e(16,I=ee.getLabelElement),"compassEnable"in ee&&e(17,z=ee.compassEnable),"northDesc"in ee&&e(18,D=ee.northDesc),"compassHeight"in ee&&e(19,j=ee.compassHeight),"observerDotSize"in ee&&e(20,L=ee.observerDotSize),"displayedFloorIndex"in ee&&e(21,O=ee.displayedFloorIndex),"shouldShowRadar"in ee&&e(22,b=ee.shouldShowRadar),"cameraSize"in ee&&e(23,C=ee.cameraSize),"cameraOffset"in ee&&e(24,k=ee.cameraOffset),"onFloorplanClick"in ee&&e(32,E=ee.onFloorplanClick)},n.$$.update=()=>{var ee;if(n.$$.dirty[0]&234881032){const fe=Math.min(T,H),{max:ze,min:ae}=a.bounding,Ee=ze.x-ae.x,de=ze.y-ae.y,ce=function(){return Ee>de?[fe,fe/Ee*de]:[fe/de*Ee,fe]}();e(27,B=ce[0]),e(29,J=ce[1]),e(28,x=B/Ee)}n.$$.dirty[0]&2097160&&e(30,i=((ee=a.floorDatas[O])==null?void 0:ee.rooms.length)>0)},[s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k,T,H,B,x,J,i,ne,E,$,re]}class bC extends Ce{constructor(t){super(),Pe(this,t,AC,vC,we,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7,missingFloorConfig:8,clickEnable:9,roomLabelsEnable:10,roomNameEnable:11,roomNameOtherTypeEnable:12,roomAreaEnable:13,adaptiveRoomLabelVisibleEnable:14,getRoomAreaText:15,getLabelElement:16,compassEnable:17,northDesc:18,compassHeight:19,observerDotSize:20,displayedFloorIndex:21,shouldShowRadar:22,cameraSize:23,cameraOffset:24,onFloorplanClick:32},pC,[-1,-1])}}let yC=class extends tn{constructor(e,i){var r,a;super(e);f(this,"name","floorplanGuidePlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"wrapperSelector","");f(this,"wrapper",null);f(this,"disposed",!1);f(this,"extraObjects",[]);f(this,"highlightData",{});f(this,"defaultMissingFloorConfig");f(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.five.off("panoArrived",this.handlePanoArrived),this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"handleFloorplanClick",e=>{var c;const i=(c=this.data)==null?void 0:c.observers;if(!i||i.length===0){console.warn("No floorplan observers found");return}const s=e.imageX,o=e.imageY,r=e.floorIndex;let a=null,l=1/0;i.forEach(h=>{if(h.floorIndex!==r)return;const u=h.positionInImage.x,d=h.positionInImage.y,m=Math.sqrt(Math.pow(s-u,2)+Math.pow(o-d,2));m<l&&(l=m,a={panoIndex:h.index,distance:m,observer:h})}),a?this.five.emit("wantsToMoveToPano",a.panoIndex,{},!0)||this.five.moveToPano(a.panoIndex):console.warn("No suitable observer found on the same floor")});f(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})});f(this,"handlePanoArrived",()=>{var i,s;const e=(s=(i=this.five.work.observers[this.five.getCurrentState().panoIndex])==null?void 0:i.floorIndex)!=null?s:0;this.updateState({displayedFloorIndex:e},!0),this.render()});this.five=e,this.defaultMissingFloorConfig={imageURL:Zi(i==null?void 0:i.staticPrefix,Nn),imageWidth:200,imageHeight:120,text:(a=(r=i==null?void 0:i.i18n)==null?void 0:r.call(i,"暂无平面图"))!=null?a:"暂无平面图",textFontSize:14};const s={hoverEnable:!1,highlightEnable:!1,cameraImageUrl:k3,missingFloorImageUrl:Zi(i==null?void 0:i.staticPrefix,Nn),missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i==null?void 0:i.missingFloorConfig),clickEnable:!0,roomLabelsEnable:!1,roomNameEnable:!0,roomNameOtherTypeEnable:!1,roomAreaEnable:!0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:l=>(l/1e6).toFixed(1)+"㎡",getLabelElement:void 0,compassEnable:!1,northDesc:"北",compassHeight:50,observerDotSize:12,cameraSize:36,cameraOffset:28.5,i18n:(i==null?void 0:i.i18n)||(l=>l)},o=N(N({},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),e.on("panoArrived",this.handlePanoArrived)}load(e,i,s=!0){return ie(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 en(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return ie(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 ie(this,arguments,function*(e={}){if(!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper!==e&&this.app&&(this.app.$destroy(),this.app=void 0),this.wrapper=e,this.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=Lg(e,this.five,this.data),this.render())}changeFloor(e){if(!this.data){console.warn("No floorplan data loaded");return}if(e<0||e>=this.data.floorDatas.length){console.warn(`Invalid floor index: ${e}. Available floors: 0-${this.data.floorDatas.length-1}`);return}this.updateState({displayedFloorIndex:e},!0),this.render()}formatData(e){return ie(this,null,function*(){return yield en(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){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}render(){var r,a;if(this.disposed||!this.state.enabled)return;if(!this.wrapper&&this.wrapperSelector){const l=document.querySelector(this.wrapperSelector);this.wrapper=l}if(!this.data||!this.wrapper)return;const e=(a=(r=this.five.work.observers[this.five.getCurrentState().panoIndex])==null?void 0:r.floorIndex)!=null?a:0,i=this.state.displayedFloorIndex!==void 0?this.state.displayedFloorIndex:e,s=i===e,o=ue(N({},this.state.config),{five:this.five,floorplanData:this.data,visible:this.state.visible,extraObjects:this.extraObjects,highlightData:this.highlightData,displayedFloorIndex:i,shouldShowRadar:s,cameraSize:this.state.config.cameraSize||36,cameraOffset:this.state.config.cameraOffset||28.5,onFloorplanClick:this.state.config.clickEnable?this.handleFloorplanClick:void 0});this.app?this.app.$set(o):this.app=new bC({target:this.wrapper,props:o})}};const wC=(n,t)=>new yC(n,t),PC=[{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:"和室"}],CC=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],IC=[{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:"写字楼"}],bh=(n,t,e)=>{const i=new y.Matrix4,s=new y.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},MC=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(bh(s,0,0)),o&&n.applyMatrix4(bh(0,o,0)),r&&n.applyMatrix4(bh(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function sm(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=N({map:s.material.map||{}},t);s.material=new G.MeshBasicMaterial(o),s.renderOrder=1,((i=e.parent)==null?void 0:i.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */var om={},Ci=void 0,kC=om;function yh(n,t){var e=n.split("."),i=kC;!(e[0]in i)&&i.execScript&&i.execScript("var "+e[0]);for(var s;e.length&&(s=e.shift());)!e.length&&t!==Ci?i[s]=t:i=i[s]?i[s]:i[s]={}}var At=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined"&&typeof DataView!="undefined";function Ds(n){var t=n.length,e=0,i=Number.POSITIVE_INFINITY,s,o,r,a,l,c,h,u,d,m;for(u=0;u<t;++u)n[u]>e&&(e=n[u]),n[u]<i&&(i=n[u]);for(s=1<<e,o=new(At?Uint32Array:Array)(s),r=1,a=0,l=2;r<=e;){for(u=0;u<t;++u)if(n[u]===r){for(c=0,h=a,d=0;d<r;++d)c=c<<1|h&1,h>>=1;for(m=r<<16|u,d=c;d<s;d+=l)o[d]=m;++a}++r,a<<=1,l<<=1}return[o,e,i]}function Jn(n,t){switch(this.g=[],this.h=32768,this.d=this.f=this.a=this.l=0,this.input=At?new Uint8Array(n):n,this.m=!1,this.i=ol,this.r=!1,(t||!(t={}))&&(t.index&&(this.a=t.index),t.bufferSize&&(this.h=t.bufferSize),t.bufferType&&(this.i=t.bufferType),t.resize&&(this.r=t.resize)),this.i){case wh:this.b=32768,this.c=new(At?Uint8Array:Array)(32768+this.h+258);break;case ol:this.b=0,this.c=new(At?Uint8Array:Array)(this.h),this.e=this.z,this.n=this.v,this.j=this.w;break;default:throw Error("invalid inflate mode")}}var wh=0,ol=1,rm={t:wh,s:ol};Jn.prototype.k=function(){for(;!this.m;){var n=Ti(this,3);switch(n&1&&(this.m=!0),n>>>=1,n){case 0:var t=this.input,e=this.a,i=this.c,s=this.b,o=t.length,r=Ci,a=Ci,l=i.length,c=Ci;if(this.d=this.f=0,e+1>=o)throw Error("invalid uncompressed block header: LEN");if(r=t[e++]|t[e++]<<8,e+1>=o)throw Error("invalid uncompressed block header: NLEN");if(a=t[e++]|t[e++]<<8,r===~a)throw Error("invalid uncompressed block header: length verify");if(e+r>t.length)throw Error("input buffer is broken");switch(this.i){case wh:for(;s+r>i.length;){if(c=l-s,r-=c,At)i.set(t.subarray(e,e+c),s),s+=c,e+=c;else for(;c--;)i[s++]=t[e++];this.b=s,i=this.e(),s=this.b}break;case ol:for(;s+r>i.length;)i=this.e({p:2});break;default:throw Error("invalid inflate mode")}if(At)i.set(t.subarray(e,e+r),s),s+=r,e+=r;else for(;r--;)i[s++]=t[e++];this.a=e,this.b=s,this.c=i;break;case 1:this.j(EC,SC);break;case 2:for(var h=Ti(this,5)+257,u=Ti(this,5)+1,d=Ti(this,4)+4,m=new(At?Uint8Array:Array)(Ph.length),g=Ci,p=Ci,v=Ci,A=Ci,P=Ci,M=Ci,I=Ci,D=Ci,z=Ci,D=0;D<d;++D)m[Ph[D]]=Ti(this,3);if(!At)for(D=d,d=m.length;D<d;++D)m[Ph[D]]=0;for(g=Ds(m),A=new(At?Uint8Array:Array)(h+u),D=0,z=h+u;D<z;)switch(P=Dr(this,g),P){case 16:for(I=3+Ti(this,2);I--;)A[D++]=M;break;case 17:for(I=3+Ti(this,3);I--;)A[D++]=0;M=0;break;case 18:for(I=11+Ti(this,7);I--;)A[D++]=0;M=0;break;default:M=A[D++]=P}p=Ds(At?A.subarray(0,h):A.slice(0,h)),v=Ds(At?A.subarray(h):A.slice(h)),this.j(p,v);break;default:throw Error("unknown BTYPE: "+n)}}return this.n()};var am=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Ph=At?new Uint16Array(am):am,lm=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,258,258],cm=At?new Uint16Array(lm):lm,hm=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0],rl=At?new Uint8Array(hm):hm,um=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],dm=At?new Uint16Array(um):um,fm=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],al=At?new Uint8Array(fm):fm,Ch=new(At?Uint8Array:Array)(288),Ls,gm;for(Ls=0,gm=Ch.length;Ls<gm;++Ls)Ch[Ls]=143>=Ls?8:255>=Ls?9:279>=Ls?7:8;var EC=Ds(Ch),Ih=new(At?Uint8Array:Array)(30),ll,mm;for(ll=0,mm=Ih.length;ll<mm;++ll)Ih[ll]=5;var SC=Ds(Ih);function Ti(n,t){for(var e=n.f,i=n.d,s=n.input,o=n.a,r=s.length,a;i<t;){if(o>=r)throw Error("input buffer is broken");e|=s[o++]<<i,i+=8}return a=e&(1<<t)-1,n.f=e>>>t,n.d=i-t,n.a=o,a}function Dr(n,t){for(var e=n.f,i=n.d,s=n.input,o=n.a,r=s.length,a=t[0],l=t[1],c,h;i<l&&!(o>=r);)e|=s[o++]<<i,i+=8;if(c=a[e&(1<<l)-1],h=c>>>16,h>i)throw Error("invalid code length: "+h);return n.f=e>>h,n.d=i-h,n.a=o,c&65535}Jn.prototype.j=function(n,t){var e=this.c,i=this.b;this.o=n;for(var s=e.length-258,o,r,a,l;(o=Dr(this,n))!==256;)if(256>o)i>=s&&(this.b=i,e=this.e(),i=this.b),e[i++]=o;else for(r=o-257,l=cm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=dm[o],0<al[o]&&(a+=Ti(this,al[o])),i>=s&&(this.b=i,e=this.e(),i=this.b);l--;)e[i]=e[i++-a];for(;8<=this.d;)this.d-=8,this.a--;this.b=i},Jn.prototype.w=function(n,t){var e=this.c,i=this.b;this.o=n;for(var s=e.length,o,r,a,l;(o=Dr(this,n))!==256;)if(256>o)i>=s&&(e=this.e(),s=e.length),e[i++]=o;else for(r=o-257,l=cm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=dm[o],0<al[o]&&(a+=Ti(this,al[o])),i+l>s&&(e=this.e(),s=e.length);l--;)e[i]=e[i++-a];for(;8<=this.d;)this.d-=8,this.a--;this.b=i},Jn.prototype.e=function(){var n=new(At?Uint8Array:Array)(this.b-32768),t=this.b-32768,e,i,s=this.c;if(At)n.set(s.subarray(32768,n.length));else for(e=0,i=n.length;e<i;++e)n[e]=s[e+32768];if(this.g.push(n),this.l+=n.length,At)s.set(s.subarray(t,t+32768));else for(e=0;32768>e;++e)s[e]=s[t+e];return this.b=32768,s},Jn.prototype.z=function(n){var t,e=this.input.length/this.a+1|0,i,s,o,r=this.input,a=this.c;return n&&(typeof n.p=="number"&&(e=n.p),typeof n.u=="number"&&(e+=n.u)),2>e?(i=(r.length-this.a)/this.o[2],o=258*(i/2)|0,s=o<a.length?a.length+o:a.length<<1):s=a.length*e,At?(t=new Uint8Array(s),t.set(a)):t=a,this.c=t},Jn.prototype.n=function(){var n=0,t=this.c,e=this.g,i,s=new(At?Uint8Array:Array)(this.l+(this.b-32768)),o,r,a,l;if(e.length===0)return At?this.c.subarray(32768,this.b):this.c.slice(32768,this.b);for(o=0,r=e.length;o<r;++o)for(i=e[o],a=0,l=i.length;a<l;++a)s[n++]=i[a];for(o=32768,r=this.b;o<r;++o)s[n++]=t[o];return this.g=[],this.buffer=s},Jn.prototype.v=function(){var n,t=this.b;return At?this.r?(n=new Uint8Array(t),n.set(this.c.subarray(0,t))):n=this.c.subarray(0,t):(this.c.length>t&&(this.c.length=t),n=this.c),this.buffer=n};function Mh(n,t){var e,i;switch(this.input=n,this.a=0,(t||!(t={}))&&(t.index&&(this.a=t.index),t.verify&&(this.A=t.verify)),e=n[this.a++],i=n[this.a++],e&15){case pm:this.method=pm;break;default:throw Error("unsupported compression method")}if(((e<<8)+i)%31!==0)throw Error("invalid fcheck flag:"+((e<<8)+i)%31);if(i&32)throw Error("fdict flag is not supported");this.q=new Jn(n,{index:this.a,bufferSize:t.bufferSize,bufferType:t.bufferType,resize:t.resize})}Mh.prototype.k=function(){var n=this.input,t,e;if(t=this.q.k(),this.a=this.q.a,this.A){e=(n[this.a++]<<24|n[this.a++]<<16|n[this.a++]<<8|n[this.a++])>>>0;var i=t;if(typeof i=="string"){var s=i.split(""),o,r;for(o=0,r=s.length;o<r;o++)s[o]=(s[o].charCodeAt(0)&255)>>>0;i=s}for(var a=1,l=0,c=i.length,h,u=0;0<c;){h=1024<c?1024:c,c-=h;do a+=i[u++],l+=a;while(--h);a%=65521,l%=65521}if(e!==(l<<16|a)>>>0)throw Error("invalid adler-32 checksum")}return t};var pm=8;yh("Zlib.Inflate",Mh),yh("Zlib.Inflate.prototype.decompress",Mh.prototype.k);var kh={ADAPTIVE:rm.s,BLOCK:rm.t},Lr,Tr,Do,vm;if(Object.keys)Lr=Object.keys(kh);else for(Tr in Lr=[],Do=0,kh)Lr[Do++]=Tr;for(Do=0,vm=Lr.length;Do<vm;++Do)Tr=Lr[Do],yh("Zlib.Inflate.BufferType."+Tr,kh[Tr]);var Am=om.Zlib,bm={findSpan:function(n,t,e){var i=e.length-n-1;if(t>=e[i])return i-1;if(t<=e[n])return n;for(var s=n,o=i,r=Math.floor((s+o)/2);t<e[r]||t>=e[r+1];)t<e[r]?o=r:s=r,r=Math.floor((s+o)/2);return r},calcBasisFunctions:function(n,t,e,i){var s=[],o=[],r=[];s[0]=1;for(var a=1;a<=e;++a){o[a]=t-i[n+1-a],r[a]=i[n+a]-t;for(var l=0,c=0;c<a;++c){var h=r[c+1],u=o[a-c],d=s[c]/(h+u);s[c]=l+h*d,l=u*d}s[a]=l}return s},calcBSplinePoint:function(n,t,e,i){for(var s=this.findSpan(n,i,t),o=this.calcBasisFunctions(s,i,n,t),r=new G.Vector4(0,0,0,0),a=0;a<=n;++a){var l=e[s-n+a],c=o[a],h=l.w*c;r.x+=l.x*h,r.y+=l.y*h,r.z+=l.z*h,r.w+=l.w*c}return r},calcBasisFunctionDerivatives:function(n,t,e,i,s){for(var o=[],r=0;r<=e;++r)o[r]=0;for(var a=[],r=0;r<=i;++r)a[r]=o.slice(0);for(var l=[],r=0;r<=e;++r)l[r]=o.slice(0);l[0][0]=1;for(var c=o.slice(0),h=o.slice(0),u=1;u<=e;++u){c[u]=t-s[n+1-u],h[u]=s[n+u]-t;for(var d=0,O=0;O<u;++O){var m=h[O+1],g=c[u-O];l[u][O]=m+g;var p=l[O][u-1]/l[u][O];l[O][u]=d+m*p,d=g*p}l[u][u]=d}for(var u=0;u<=e;++u)a[0][u]=l[u][e];for(var O=0;O<=e;++O){for(var v=0,A=1,P=[],r=0;r<=e;++r)P[r]=o.slice(0);P[0][0]=1;for(var M=1;M<=i;++M){var I=0,z=O-M,D=e-M;O>=M&&(P[A][0]=P[v][0]/l[D+1][z],I=P[A][0]*l[z][D]);for(var j=z>=-1?1:-z,L=O-1<=D?M-1:e-O,u=j;u<=L;++u)P[A][u]=(P[v][u]-P[v][u-1])/l[D+1][z+u],I+=P[A][u]*l[z+u][D];O<=D&&(P[A][M]=-P[v][M-1]/l[D+1][O],I+=P[A][M]*l[O][D]),a[M][O]=I;var u=v;v=A,A=u}}for(var O=e,M=1;M<=i;++M){for(var u=0;u<=e;++u)a[M][u]*=O;O*=e-M}return a},calcBSplineDerivatives:function(n,t,e,i,s){for(var o=s<n?s:n,r=[],a=this.findSpan(n,i,t),l=this.calcBasisFunctionDerivatives(a,i,n,o,t),c=[],h=0;h<e.length;++h){var u=e[h].clone(),d=u.w;u.x*=d,u.y*=d,u.z*=d,c[h]=u}for(var m=0;m<=o;++m){for(var u=c[a-n].clone().multiplyScalar(l[m][0]),g=1;g<=n;++g)u.add(c[a-n+g].clone().multiplyScalar(l[m][g]));r[m]=u}for(var m=o+1;m<=s+1;++m)r[m]=new G.Vector4(0,0,0);return r},calcKoverI:function(n,t){for(var e=1,i=2;i<=n;++i)e*=i;for(var s=1,i=2;i<=t;++i)s*=i;for(var i=2;i<=n-t;++i)s*=i;return e/s},calcRationalCurveDerivatives:function(n){for(var t=n.length,e=[],i=[],s=0;s<t;++s){var o=n[s];e[s]=new G.Vector3(o.x,o.y,o.z),i[s]=o.w}for(var r=[],a=0;a<t;++a){for(var l=e[a].clone(),s=1;s<=a;++s)l.sub(r[a-s].clone().multiplyScalar(this.calcKoverI(a,s)*i[s]));r[a]=l.divideScalar(i[0])}return r},calcNURBSDerivatives:function(n,t,e,i,s){var o=this.calcBSplineDerivatives(n,t,e,i,s);return this.calcRationalCurveDerivatives(o)},calcSurfacePoint:function(n,t,e,i,s,o,r,a){for(var l=this.findSpan(n,o,e),c=this.findSpan(t,r,i),h=this.calcBasisFunctions(l,o,n,e),u=this.calcBasisFunctions(c,r,t,i),d=[],m=0;m<=t;++m){d[m]=new G.Vector4(0,0,0,0);for(var g=0;g<=n;++g){var p=s[l-n+g][c-t+m].clone(),v=p.w;p.x*=v,p.y*=v,p.z*=v,d[m].add(p.multiplyScalar(h[g]))}}for(var A=new G.Vector4(0,0,0,0),m=0;m<=t;++m)A.add(d[m].multiplyScalar(u[m]));A.divideScalar(A.w),a.set(A.x,A.y,A.z)}},Ts=function(n,t,e,i,s){G.Curve.call(this),this.degree=n,this.knots=t,this.controlPoints=[],this.startKnot=i||0,this.endKnot=s||this.knots.length-1;for(var o=0;o<e.length;++o){var r=e[o];this.controlPoints[o]=new G.Vector4(r.x,r.y,r.z,r.w)}};Ts.prototype=Object.create(G.Curve.prototype),Ts.prototype.constructor=Ts,Ts.prototype.getPoint=function(n,t){var e=t||new G.Vector3,i=this.knots[this.startKnot]+n*(this.knots[this.endKnot]-this.knots[this.startKnot]),s=bm.calcBSplinePoint(this.degree,this.knots,this.controlPoints,i);return s.w!=1&&s.divideScalar(s.w),e.set(s.x,s.y,s.z)},Ts.prototype.getTangent=function(n,t){var e=t||new G.Vector3,i=this.knots[0]+n*(this.knots[this.knots.length-1]-this.knots[0]),s=bm.calcNURBSDerivatives(this.degree,this.knots,this.controlPoints,i,1);return e.copy(s[1]).normalize(),e};var ym=function(){var n,t,e;function i(b){G.Loader.call(this,b)}i.prototype=Object.assign(Object.create(G.Loader.prototype),{constructor:i,load:function(b,C,k,E){var x=this,T=x.path===""?G.LoaderUtils.extractUrlBase(b):x.path,H=new G.FileLoader(this.manager);H.setPath(x.path),H.setResponseType("arraybuffer"),H.load(b,function(B){try{C(x.parse(B,T))}catch(J){E?E(J):console.error(J),x.manager.itemError(b)}},k,E)},parse:function(b,C){if(u(b))n=new l().parse(b);else{var k=D(b);if(!d(k))throw new Error("THREE.FBXLoader: Unknown format.");if(m(k)<7e3)throw new Error("THREE.FBXLoader: FBX version not supported, FileVersion: "+m(k));n=new a().parse(k)}var E=new G.TextureLoader(this.manager).setPath(this.resourcePath||C).setCrossOrigin(this.crossOrigin);return new s(E,this.manager).parse(n)}});function s(b,C){this.textureLoader=b,this.manager=C}s.prototype={constructor:s,parse:function(){t=this.parseConnections();var b=this.parseImages(),C=this.parseTextures(b),k=this.parseMaterials(C),E=this.parseDeformers(),x=new o().parse(E);return this.parseScene(E,x,k),e},parseConnections:function(){var b=new Map;if("Connections"in n){var C=n.Connections.connections;C.forEach(function(k){var E=k[0],x=k[1],T=k[2];b.has(E)||b.set(E,{parents:[],children:[]});var H={ID:x,relationship:T};b.get(E).parents.push(H),b.has(x)||b.set(x,{parents:[],children:[]});var B={ID:E,relationship:T};b.get(x).children.push(B)})}return b},parseImages:function(){var b={},C={};if("Video"in n.Objects){var k=n.Objects.Video;for(var E in k){var x=k[E],T=parseInt(E);if(b[T]=x.RelativeFilename||x.Filename,"Content"in x){var H=x.Content instanceof ArrayBuffer&&x.Content.byteLength>0,B=typeof x.Content=="string"&&x.Content!=="";if(H||B){var J=this.parseImage(k[E]);C[x.RelativeFilename||x.Filename]=J}}}}for(var T in b){var ne=b[T];C[ne]!==void 0?b[T]=C[ne]:b[T]=b[T].split("\\").pop()}return b},parseImage:function(b){var C=b.Content,k=b.RelativeFilename||b.Filename,E=k.slice(k.lastIndexOf(".")+1).toLowerCase(),x;switch(E){case"bmp":x="image/bmp";break;case"jpg":case"jpeg":x="image/jpeg";break;case"png":x="image/png";break;case"tif":x="image/tiff";break;case"tga":this.manager.getHandler(".tga")===null&&console.warn("FBXLoader: TGA loader not found, skipping ",k),x="image/tga";break;default:console.warn('FBXLoader: Image type "'+E+'" is not supported.');return}if(typeof C=="string")return"data:"+x+";base64,"+C;var T=new Uint8Array(C);return window.URL.createObjectURL(new Blob([T],{type:x}))},parseTextures:function(b){var C=new Map;if("Texture"in n.Objects){var k=n.Objects.Texture;for(var E in k){var x=this.parseTexture(k[E],b);C.set(parseInt(E),x)}}return C},parseTexture:function(b,C){var k=this.loadTexture(b,C);k.ID=b.id,k.name=b.attrName;var E=b.WrapModeU,x=b.WrapModeV,T=E!==void 0?E.value:0,H=x!==void 0?x.value:0;if(k.wrapS=T===0?G.RepeatWrapping:G.ClampToEdgeWrapping,k.wrapT=H===0?G.RepeatWrapping:G.ClampToEdgeWrapping,"Scaling"in b){var B=b.Scaling.value;k.repeat.x=B[0],k.repeat.y=B[1]}return k},loadTexture:function(b,C){var k,E=this.textureLoader.path,x=t.get(b.id).children;x!==void 0&&x.length>0&&C[x[0].ID]!==void 0&&(k=C[x[0].ID],(k.indexOf("blob:")===0||k.indexOf("data:")===0)&&this.textureLoader.setPath(void 0));var T,H=b.FileName.slice(-3).toLowerCase();if(H==="tga"){var B=this.manager.getHandler(".tga");B===null?(console.warn("FBXLoader: TGA loader not found, creating placeholder texture for",b.RelativeFilename),T=new G.Texture):T=B.load(k)}else H==="psd"?(console.warn("FBXLoader: PSD textures are not supported, creating placeholder texture for",b.RelativeFilename),T=new G.Texture):T=this.textureLoader.load(k);return this.textureLoader.setPath(E),T},parseMaterials:function(b){var C=new Map;if("Material"in n.Objects){var k=n.Objects.Material;for(var E in k){var x=this.parseMaterial(k[E],b);x!==null&&C.set(parseInt(E),x)}}return C},parseMaterial:function(b,C){var k=b.id,E=b.attrName,x=b.ShadingModel;if(typeof x=="object"&&(x=x.value),!t.has(k))return null;var T=this.parseParameters(b,C,k),H;switch(x.toLowerCase()){case"phong":H=new G.MeshPhongMaterial;break;case"lambert":H=new G.MeshLambertMaterial;break;default:console.warn('THREE.FBXLoader: unknown material type "%s". Defaulting to MeshPhongMaterial.',x),H=new G.MeshPhongMaterial;break}return H.setValues(T),H.name=E,H},parseParameters:function(b,C,k){var E={};b.BumpFactor&&(E.bumpScale=b.BumpFactor.value),b.Diffuse?E.color=new G.Color().fromArray(b.Diffuse.value):b.DiffuseColor&&b.DiffuseColor.type==="Color"&&(E.color=new G.Color().fromArray(b.DiffuseColor.value)),b.DisplacementFactor&&(E.displacementScale=b.DisplacementFactor.value),b.Emissive?E.emissive=new G.Color().fromArray(b.Emissive.value):b.EmissiveColor&&b.EmissiveColor.type==="Color"&&(E.emissive=new G.Color().fromArray(b.EmissiveColor.value)),b.EmissiveFactor&&(E.emissiveIntensity=parseFloat(b.EmissiveFactor.value)),b.Opacity&&(E.opacity=parseFloat(b.Opacity.value)),E.opacity<1&&(E.transparent=!0),b.ReflectionFactor&&(E.reflectivity=b.ReflectionFactor.value),b.Shininess&&(E.shininess=b.Shininess.value),b.Specular?E.specular=new G.Color().fromArray(b.Specular.value):b.SpecularColor&&b.SpecularColor.type==="Color"&&(E.specular=new G.Color().fromArray(b.SpecularColor.value));var x=this;return t.get(k).children.forEach(function(T){var H=T.relationship;switch(H){case"Bump":E.bumpMap=x.getTexture(C,T.ID);break;case"Maya|TEX_ao_map":E.aoMap=x.getTexture(C,T.ID);break;case"DiffuseColor":case"Maya|TEX_color_map":E.map=x.getTexture(C,T.ID),E.map.encoding=G.sRGBEncoding;break;case"DisplacementColor":E.displacementMap=x.getTexture(C,T.ID);break;case"EmissiveColor":E.emissiveMap=x.getTexture(C,T.ID),E.emissiveMap.encoding=G.sRGBEncoding;break;case"NormalMap":case"Maya|TEX_normal_map":E.normalMap=x.getTexture(C,T.ID);break;case"ReflectionColor":E.envMap=x.getTexture(C,T.ID),E.envMap.mapping=G.EquirectangularReflectionMapping,E.envMap.encoding=G.sRGBEncoding;break;case"SpecularColor":E.specularMap=x.getTexture(C,T.ID),E.specularMap.encoding=G.sRGBEncoding;break;case"TransparentColor":case"TransparencyFactor":E.alphaMap=x.getTexture(C,T.ID),E.transparent=!0;break;case"AmbientColor":case"ShininessExponent":case"SpecularFactor":case"VectorDisplacementColor":default:console.warn("THREE.FBXLoader: %s map is not supported in three.js, skipping texture.",H);break}}),E},getTexture:function(b,C){return"LayeredTexture"in n.Objects&&C in n.Objects.LayeredTexture&&(console.warn("THREE.FBXLoader: layered textures are not supported in three.js. Discarding all but first layer."),C=t.get(C).children[0].ID),b.get(C)},parseDeformers:function(){var b={},C={};if("Deformer"in n.Objects){var k=n.Objects.Deformer;for(var E in k){var x=k[E],T=t.get(parseInt(E));if(x.attrType==="Skin"){var H=this.parseSkeleton(T,k);H.ID=E,T.parents.length>1&&console.warn("THREE.FBXLoader: skeleton attached to more than one geometry is not supported."),H.geometryID=T.parents[0].ID,b[E]=H}else if(x.attrType==="BlendShape"){var B={id:E};B.rawTargets=this.parseMorphTargets(T,k),B.id=E,T.parents.length>1&&console.warn("THREE.FBXLoader: morph target attached to more than one geometry is not supported."),C[E]=B}}}return{skeletons:b,morphTargets:C}},parseSkeleton:function(b,C){var k=[];return b.children.forEach(function(E){var x=C[E.ID];if(x.attrType==="Cluster"){var T={ID:E.ID,indices:[],weights:[],transformLink:new G.Matrix4().fromArray(x.TransformLink.a)};"Indexes"in x&&(T.indices=x.Indexes.a,T.weights=x.Weights.a),k.push(T)}}),{rawBones:k,bones:[]}},parseMorphTargets:function(b,C){for(var k=[],E=0;E<b.children.length;E++){var x=b.children[E],T=C[x.ID],H={name:T.attrName,initialWeight:T.DeformPercent,id:T.id,fullWeights:T.FullWeights.a};if(T.attrType!=="BlendShapeChannel")return;H.geoID=t.get(parseInt(x.ID)).children.filter(function(B){return B.relationship===void 0})[0].ID,k.push(H)}return k},parseScene:function(b,C,k){e=new G.Group;var E=this.parseModels(b.skeletons,C,k),x=n.Objects.Model,T=this;E.forEach(function(B){var J=x[B.ID];T.setLookAtProperties(B,J);var ne=t.get(B.ID).parents;ne.forEach(function($){var re=E.get($.ID);re!==void 0&&re.add(B)}),B.parent===null&&e.add(B)}),this.bindSkeleton(b.skeletons,C,E),this.createAmbientLight(),this.setupMorphMaterials(),e.traverse(function(B){if(B.userData.transformData){B.parent&&(B.userData.transformData.parentMatrixWorld=B.parent.matrix);var J=M(B.userData.transformData);B.applyMatrix4(J)}});var H=new r().parse();e.children.length===1&&e.children[0].isGroup&&(e.children[0].animations=H,e=e.children[0]),e.animations=H},parseModels:function(b,C,k){var E=new Map,x=n.Objects.Model;for(var T in x){var H=parseInt(T),B=x[T],J=t.get(H),ne=this.buildSkeleton(J,b,H,B.attrName);if(!ne){switch(B.attrType){case"Camera":ne=this.createCamera(J);break;case"Light":ne=this.createLight(J);break;case"Mesh":ne=this.createMesh(J,C,k);break;case"NurbsCurve":ne=this.createCurve(J,C);break;case"LimbNode":case"Root":ne=new G.Bone;break;case"Null":default:ne=new G.Group;break}ne.name=B.attrName?G.PropertyBinding.sanitizeNodeName(B.attrName):"",ne.ID=H}this.getTransformData(ne,B),E.set(H,ne)}return E},buildSkeleton:function(b,C,k,E){var x=null;return b.parents.forEach(function(T){for(var H in C){var B=C[H];B.rawBones.forEach(function(J,ne){if(J.ID===T.ID){var $=x;x=new G.Bone,x.matrixWorld.copy(J.transformLink),x.name=E?G.PropertyBinding.sanitizeNodeName(E):"",x.ID=k,B.bones[ne]=x,$!==null&&x.add($)}})}}),x},createCamera:function(b){var C,k;if(b.children.forEach(function(re){var ee=n.Objects.NodeAttribute[re.ID];ee!==void 0&&(k=ee)}),k===void 0)C=new G.Object3D;else{var E=0;k.CameraProjectionType!==void 0&&k.CameraProjectionType.value===1&&(E=1);var x=1;k.NearPlane!==void 0&&(x=k.NearPlane.value/1e3);var T=1e3;k.FarPlane!==void 0&&(T=k.FarPlane.value/1e3);var H=window.innerWidth,B=window.innerHeight;k.AspectWidth!==void 0&&k.AspectHeight!==void 0&&(H=k.AspectWidth.value,B=k.AspectHeight.value);var J=H/B,ne=45;k.FieldOfView!==void 0&&(ne=k.FieldOfView.value);var $=k.FocalLength?k.FocalLength.value:null;switch(E){case 0:C=new G.PerspectiveCamera(ne,J,x,T),$!==null&&C.setFocalLength($);break;case 1:C=new G.OrthographicCamera(-H/2,H/2,B/2,-B/2,x,T);break;default:console.warn("THREE.FBXLoader: Unknown camera type "+E+"."),C=new G.Object3D;break}}return C},createLight:function(b){var C,k;if(b.children.forEach(function($){var re=n.Objects.NodeAttribute[$.ID];re!==void 0&&(k=re)}),k===void 0)C=new G.Object3D;else{var E;k.LightType===void 0?E=0:E=k.LightType.value;var x=16777215;k.Color!==void 0&&(x=new G.Color().fromArray(k.Color.value));var T=k.Intensity===void 0?1:k.Intensity.value/100;k.CastLightOnObject!==void 0&&k.CastLightOnObject.value===0&&(T=0);var H=0;k.FarAttenuationEnd!==void 0&&(k.EnableFarAttenuation!==void 0&&k.EnableFarAttenuation.value===0?H=0:H=k.FarAttenuationEnd.value);var B=1;switch(E){case 0:C=new G.PointLight(x,T,H,B);break;case 1:C=new G.DirectionalLight(x,T);break;case 2:var J=Math.PI/3;k.InnerAngle!==void 0&&(J=G.MathUtils.degToRad(k.InnerAngle.value));var ne=0;k.OuterAngle!==void 0&&(ne=G.MathUtils.degToRad(k.OuterAngle.value),ne=Math.max(ne,1)),C=new G.SpotLight(x,T,H,J,ne,B);break;default:console.warn("THREE.FBXLoader: Unknown light type "+k.LightType.value+", defaulting to a PointLight."),C=new G.PointLight(x,T);break}k.CastShadows!==void 0&&k.CastShadows.value===1&&(C.castShadow=!0)}return C},createMesh:function(b,C,k){var E,x=null,T=null,H=[];return b.children.forEach(function(B){C.has(B.ID)&&(x=C.get(B.ID)),k.has(B.ID)&&H.push(k.get(B.ID))}),H.length>1?T=H:H.length>0?T=H[0]:(T=new G.MeshPhongMaterial({color:13421772}),H.push(T)),"color"in x.attributes&&H.forEach(function(B){B.vertexColors=!0}),x.FBX_Deformer?(H.forEach(function(B){B.skinning=!0}),E=new G.SkinnedMesh(x,T),E.normalizeSkinWeights()):E=new G.Mesh(x,T),E},createCurve:function(b,C){var k=b.children.reduce(function(x,T){return C.has(T.ID)&&(x=C.get(T.ID)),x},null),E=new G.LineBasicMaterial({color:3342591,linewidth:1});return new G.Line(k,E)},getTransformData:function(b,C){var k={};"InheritType"in C&&(k.inheritType=parseInt(C.InheritType.value)),"RotationOrder"in C?k.eulerOrder=I(C.RotationOrder.value):k.eulerOrder="ZYX","Lcl_Translation"in C&&(k.translation=C.Lcl_Translation.value),"PreRotation"in C&&(k.preRotation=C.PreRotation.value),"Lcl_Rotation"in C&&(k.rotation=C.Lcl_Rotation.value),"PostRotation"in C&&(k.postRotation=C.PostRotation.value),"Lcl_Scaling"in C&&(k.scale=C.Lcl_Scaling.value),"ScalingOffset"in C&&(k.scalingOffset=C.ScalingOffset.value),"ScalingPivot"in C&&(k.scalingPivot=C.ScalingPivot.value),"RotationOffset"in C&&(k.rotationOffset=C.RotationOffset.value),"RotationPivot"in C&&(k.rotationPivot=C.RotationPivot.value),b.userData.transformData=k},setLookAtProperties:function(b,C){if("LookAtProperty"in C){var k=t.get(b.ID).children;k.forEach(function(E){if(E.relationship==="LookAtProperty"){var x=n.Objects.Model[E.ID];if("Lcl_Translation"in x){var T=x.Lcl_Translation.value;b.target!==void 0?(b.target.position.fromArray(T),e.add(b.target)):b.lookAt(new G.Vector3().fromArray(T))}}})}},bindSkeleton:function(b,C,k){var E=this.parsePoseNodes();for(var x in b){var T=b[x],H=t.get(parseInt(T.ID)).parents;H.forEach(function(B){if(C.has(B.ID)){var J=B.ID,ne=t.get(J);ne.parents.forEach(function($){if(k.has($.ID)){var re=k.get($.ID);re.bind(new G.Skeleton(T.bones),E[$.ID])}})}})}},parsePoseNodes:function(){var b={};if("Pose"in n.Objects){var C=n.Objects.Pose;for(var k in C)if(C[k].attrType==="BindPose"){var E=C[k].PoseNode;Array.isArray(E)?E.forEach(function(x){b[x.Node]=new G.Matrix4().fromArray(x.Matrix.a)}):b[E.Node]=new G.Matrix4().fromArray(E.Matrix.a)}}return b},createAmbientLight:function(){if("GlobalSettings"in n&&"AmbientColor"in n.GlobalSettings){var b=n.GlobalSettings.AmbientColor.value,C=b[0],k=b[1],E=b[2];if(C!==0||k!==0||E!==0){var x=new G.Color(C,k,E);e.add(new G.AmbientLight(x,1))}}},setupMorphMaterials:function(){var b=this;e.traverse(function(C){C.isMesh&&C.geometry.morphAttributes.position&&C.geometry.morphAttributes.position.length&&(Array.isArray(C.material)?C.material.forEach(function(k,E){b.setupMorphMaterial(C,k,E)}):b.setupMorphMaterial(C,C.material))})},setupMorphMaterial:function(b,C,k){var E=b.uuid,x=C.uuid,T=!1;if(e.traverse(function(B){B.isMesh&&(Array.isArray(B.material)?B.material.forEach(function(J){J.uuid===x&&B.uuid!==E&&(T=!0)}):B.material.uuid===x&&B.uuid!==E&&(T=!0))}),T===!0){var H=C.clone();H.morphTargets=!0,k===void 0?b.material=H:b.material[k]=H}else C.morphTargets=!0}};function o(){}o.prototype={constructor:o,parse:function(b){var C=new Map;if("Geometry"in n.Objects){var k=n.Objects.Geometry;for(var E in k){var x=t.get(parseInt(E)),T=this.parseGeometry(x,k[E],b);C.set(parseInt(E),T)}}return C},parseGeometry:function(b,C,k){switch(C.attrType){case"Mesh":return this.parseMeshGeometry(b,C,k);case"NurbsCurve":return this.parseNurbsGeometry(C)}},parseMeshGeometry:function(b,C,k){var E=k.skeletons,x=[],T=b.parents.map(function($){return n.Objects.Model[$.ID]});if(T.length!==0){var H=b.children.reduce(function($,re){return E[re.ID]!==void 0&&($=E[re.ID]),$},null);b.children.forEach(function($){k.morphTargets[$.ID]!==void 0&&x.push(k.morphTargets[$.ID])});var B=T[0],J={};"RotationOrder"in B&&(J.eulerOrder=I(B.RotationOrder.value)),"InheritType"in B&&(J.inheritType=parseInt(B.InheritType.value)),"GeometricTranslation"in B&&(J.translation=B.GeometricTranslation.value),"GeometricRotation"in B&&(J.rotation=B.GeometricRotation.value),"GeometricScaling"in B&&(J.scale=B.GeometricScaling.value);var ne=M(J);return this.genGeometry(C,H,x,ne)}},genGeometry:function(b,C,k,E){var x=new G.BufferGeometry;b.attrName&&(x.name=b.attrName);var T=this.parseGeoNode(b,C),H=this.genBuffers(T),B=new G.Float32BufferAttribute(H.vertex,3);if(B.applyMatrix4(E),x.setAttribute("position",B),H.colors.length>0&&x.setAttribute("color",new G.Float32BufferAttribute(H.colors,3)),C&&(x.setAttribute("skinIndex",new G.Uint16BufferAttribute(H.weightsIndices,4)),x.setAttribute("skinWeight",new G.Float32BufferAttribute(H.vertexWeights,4)),x.FBX_Deformer=C),H.normal.length>0){var J=new G.Matrix3().getNormalMatrix(E),ne=new G.Float32BufferAttribute(H.normal,3);ne.applyNormalMatrix(J),x.setAttribute("normal",ne)}if(H.uvs.forEach(function(ze,ae){var Ee="uv"+(ae+1).toString();ae===0&&(Ee="uv"),x.setAttribute(Ee,new G.Float32BufferAttribute(H.uvs[ae],2))}),T.material&&T.material.mappingType!=="AllSame"){var $=H.materialIndex[0],re=0;if(H.materialIndex.forEach(function(ze,ae){ze!==$&&(x.addGroup(re,ae-re,$),$=ze,re=ae)}),x.groups.length>0){var ee=x.groups[x.groups.length-1],fe=ee.start+ee.count;fe!==H.materialIndex.length&&x.addGroup(fe,H.materialIndex.length-fe,$)}x.groups.length===0&&x.addGroup(0,H.materialIndex.length,H.materialIndex[0])}return this.addMorphTargets(x,b,k,E),x},parseGeoNode:function(b,C){var k={};if(k.vertexPositions=b.Vertices!==void 0?b.Vertices.a:[],k.vertexIndices=b.PolygonVertexIndex!==void 0?b.PolygonVertexIndex.a:[],b.LayerElementColor&&(k.color=this.parseVertexColors(b.LayerElementColor[0])),b.LayerElementMaterial&&(k.material=this.parseMaterialIndices(b.LayerElementMaterial[0])),b.LayerElementNormal&&(k.normal=this.parseNormals(b.LayerElementNormal[0])),b.LayerElementUV){k.uv=[];for(var E=0;b.LayerElementUV[E];)k.uv.push(this.parseUVs(b.LayerElementUV[E])),E++}return k.weightTable={},C!==null&&(k.skeleton=C,C.rawBones.forEach(function(x,T){x.indices.forEach(function(H,B){k.weightTable[H]===void 0&&(k.weightTable[H]=[]),k.weightTable[H].push({id:T,weight:x.weights[B]})})})),k},genBuffers:function(b){var C={vertex:[],normal:[],colors:[],uvs:[],materialIndex:[],vertexWeights:[],weightsIndices:[]},k=0,E=0,x=!1,T=[],H=[],B=[],J=[],ne=[],$=[],re=this;return b.vertexIndices.forEach(function(ee,fe){var ze=!1;ee<0&&(ee=ee^-1,ze=!0);var ae=[],Ee=[];if(T.push(ee*3,ee*3+1,ee*3+2),b.color){var de=v(fe,k,ee,b.color);B.push(de[0],de[1],de[2])}if(b.skeleton){if(b.weightTable[ee]!==void 0&&b.weightTable[ee].forEach(function(Be){Ee.push(Be.weight),ae.push(Be.id)}),Ee.length>4){x||(console.warn("THREE.FBXLoader: Vertex has more than 4 skinning weights assigned to vertex. Deleting additional weights."),x=!0);var ce=[0,0,0,0],De=[0,0,0,0];Ee.forEach(function(Be,be){var Fe=Be,Ae=ae[be];De.forEach(function(Me,je,Ze){if(Fe>Me){Ze[je]=Fe,Fe=Me;var qe=ce[je];ce[je]=Ae,Ae=qe}})}),ae=ce,Ee=De}for(;Ee.length<4;)Ee.push(0),ae.push(0);for(var te=0;te<4;++te)ne.push(Ee[te]),$.push(ae[te])}if(b.normal){var de=v(fe,k,ee,b.normal);H.push(de[0],de[1],de[2])}if(b.material&&b.material.mappingType!=="AllSame")var Te=v(fe,k,ee,b.material)[0];b.uv&&b.uv.forEach(function(Be,be){var Fe=v(fe,k,ee,Be);J[be]===void 0&&(J[be]=[]),J[be].push(Fe[0]),J[be].push(Fe[1])}),E++,ze&&(re.genFace(C,b,T,Te,H,B,J,ne,$,E),k++,E=0,T=[],H=[],B=[],J=[],ne=[],$=[])}),C},genFace:function(b,C,k,E,x,T,H,B,J,ne){for(var $=2;$<ne;$++)b.vertex.push(C.vertexPositions[k[0]]),b.vertex.push(C.vertexPositions[k[1]]),b.vertex.push(C.vertexPositions[k[2]]),b.vertex.push(C.vertexPositions[k[($-1)*3]]),b.vertex.push(C.vertexPositions[k[($-1)*3+1]]),b.vertex.push(C.vertexPositions[k[($-1)*3+2]]),b.vertex.push(C.vertexPositions[k[$*3]]),b.vertex.push(C.vertexPositions[k[$*3+1]]),b.vertex.push(C.vertexPositions[k[$*3+2]]),C.skeleton&&(b.vertexWeights.push(B[0]),b.vertexWeights.push(B[1]),b.vertexWeights.push(B[2]),b.vertexWeights.push(B[3]),b.vertexWeights.push(B[($-1)*4]),b.vertexWeights.push(B[($-1)*4+1]),b.vertexWeights.push(B[($-1)*4+2]),b.vertexWeights.push(B[($-1)*4+3]),b.vertexWeights.push(B[$*4]),b.vertexWeights.push(B[$*4+1]),b.vertexWeights.push(B[$*4+2]),b.vertexWeights.push(B[$*4+3]),b.weightsIndices.push(J[0]),b.weightsIndices.push(J[1]),b.weightsIndices.push(J[2]),b.weightsIndices.push(J[3]),b.weightsIndices.push(J[($-1)*4]),b.weightsIndices.push(J[($-1)*4+1]),b.weightsIndices.push(J[($-1)*4+2]),b.weightsIndices.push(J[($-1)*4+3]),b.weightsIndices.push(J[$*4]),b.weightsIndices.push(J[$*4+1]),b.weightsIndices.push(J[$*4+2]),b.weightsIndices.push(J[$*4+3])),C.color&&(b.colors.push(T[0]),b.colors.push(T[1]),b.colors.push(T[2]),b.colors.push(T[($-1)*3]),b.colors.push(T[($-1)*3+1]),b.colors.push(T[($-1)*3+2]),b.colors.push(T[$*3]),b.colors.push(T[$*3+1]),b.colors.push(T[$*3+2])),C.material&&C.material.mappingType!=="AllSame"&&(b.materialIndex.push(E),b.materialIndex.push(E),b.materialIndex.push(E)),C.normal&&(b.normal.push(x[0]),b.normal.push(x[1]),b.normal.push(x[2]),b.normal.push(x[($-1)*3]),b.normal.push(x[($-1)*3+1]),b.normal.push(x[($-1)*3+2]),b.normal.push(x[$*3]),b.normal.push(x[$*3+1]),b.normal.push(x[$*3+2])),C.uv&&C.uv.forEach(function(re,ee){b.uvs[ee]===void 0&&(b.uvs[ee]=[]),b.uvs[ee].push(H[ee][0]),b.uvs[ee].push(H[ee][1]),b.uvs[ee].push(H[ee][($-1)*2]),b.uvs[ee].push(H[ee][($-1)*2+1]),b.uvs[ee].push(H[ee][$*2]),b.uvs[ee].push(H[ee][$*2+1])})},addMorphTargets:function(b,C,k,E){if(k.length!==0){b.morphTargetsRelative=!0,b.morphAttributes.position=[];var x=this;k.forEach(function(T){T.rawTargets.forEach(function(H){var B=n.Objects.Geometry[H.geoID];B!==void 0&&x.genMorphGeometry(b,C,B,E,H.name)})})}},genMorphGeometry:function(b,C,k,E,x){for(var T=C.PolygonVertexIndex!==void 0?C.PolygonVertexIndex.a:[],H=k.Vertices!==void 0?k.Vertices.a:[],B=k.Indexes!==void 0?k.Indexes.a:[],J=b.attributes.position.count*3,ne=new Float32Array(J),$=0;$<B.length;$++){var re=B[$]*3;ne[re]=H[$*3],ne[re+1]=H[$*3+1],ne[re+2]=H[$*3+2]}var ee={vertexIndices:T,vertexPositions:ne},fe=this.genBuffers(ee),ze=new G.Float32BufferAttribute(fe.vertex,3);ze.name=x||k.attrName,ze.applyMatrix4(E),b.morphAttributes.position.push(ze)},parseNormals:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType,E=b.Normals.a,x=[];return k==="IndexToDirect"&&("NormalIndex"in b?x=b.NormalIndex.a:"NormalsIndex"in b&&(x=b.NormalsIndex.a)),{dataSize:3,buffer:E,indices:x,mappingType:C,referenceType:k}},parseUVs:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType,E=b.UV.a,x=[];return k==="IndexToDirect"&&(x=b.UVIndex.a),{dataSize:2,buffer:E,indices:x,mappingType:C,referenceType:k}},parseVertexColors:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType,E=b.Colors.a,x=[];return k==="IndexToDirect"&&(x=b.ColorIndex.a),{dataSize:4,buffer:E,indices:x,mappingType:C,referenceType:k}},parseMaterialIndices:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType;if(C==="NoMappingInformation")return{dataSize:1,buffer:[0],indices:[0],mappingType:"AllSame",referenceType:k};for(var E=b.Materials.a,x=[],T=0;T<E.length;++T)x.push(T);return{dataSize:1,buffer:E,indices:x,mappingType:C,referenceType:k}},parseNurbsGeometry:function(b){if(Ts===void 0)return console.error("THREE.FBXLoader: The loader relies on NURBSCurve for any nurbs present in the model. Nurbs will show up as empty geometry."),new G.BufferGeometry;var C=parseInt(b.Order);if(isNaN(C))return console.error("THREE.FBXLoader: Invalid Order %s given for geometry ID: %s",b.Order,b.id),new G.BufferGeometry;for(var k=C-1,E=b.KnotVector.a,x=[],T=b.Points.a,H=0,B=T.length;H<B;H+=4)x.push(new G.Vector4().fromArray(T,H));var J,ne;if(b.Form==="Closed")x.push(x[0]);else if(b.Form==="Periodic"){J=k,ne=E.length-1-J;for(var H=0;H<k;++H)x.push(x[H])}var $=new Ts(k,E,x,J,ne),re=$.getPoints(x.length*7),ee=new Float32Array(re.length*3);re.forEach(function(ze,ae){ze.toArray(ee,ae*3)});var fe=new G.BufferGeometry;return fe.setAttribute("position",new G.BufferAttribute(ee,3)),fe}};function r(){}r.prototype={constructor:r,parse:function(){var b=[],C=this.parseClips();if(C!==void 0)for(var k in C){var E=C[k],x=this.addClip(E);b.push(x)}return b},parseClips:function(){if(n.Objects.AnimationCurve!==void 0){var b=this.parseAnimationCurveNodes();this.parseAnimationCurves(b);var C=this.parseAnimationLayers(b),k=this.parseAnimStacks(C);return k}},parseAnimationCurveNodes:function(){var b=n.Objects.AnimationCurveNode,C=new Map;for(var k in b){var E=b[k];if(E.attrName.match(/S|R|T|DeformPercent/)!==null){var x={id:E.id,attr:E.attrName,curves:{}};C.set(x.id,x)}}return C},parseAnimationCurves:function(b){var C=n.Objects.AnimationCurve;for(var k in C){var E={id:C[k].id,times:C[k].KeyTime.a.map(g),values:C[k].KeyValueFloat.a},x=t.get(E.id);if(x!==void 0){var T=x.parents[0].ID,H=x.parents[0].relationship;H.match(/X/)?b.get(T).curves.x=E:H.match(/Y/)?b.get(T).curves.y=E:H.match(/Z/)?b.get(T).curves.z=E:H.match(/d|DeformPercent/)&&b.has(T)&&(b.get(T).curves.morph=E)}}},parseAnimationLayers:function(b){var C=n.Objects.AnimationLayer,k=new Map;for(var E in C){var x=[],T=t.get(parseInt(E));if(T!==void 0){var H=T.children;H.forEach(function(B,J){if(b.has(B.ID)){var ne=b.get(B.ID);if(ne.curves.x!==void 0||ne.curves.y!==void 0||ne.curves.z!==void 0){if(x[J]===void 0){var $=t.get(B.ID).parents.filter(function(Ee){return Ee.relationship!==void 0})[0].ID;if($!==void 0){var re=n.Objects.Model[$.toString()];if(re===void 0){console.warn("THREE.FBXLoader: Encountered a unused curve.",B);return}var ee={modelName:re.attrName?G.PropertyBinding.sanitizeNodeName(re.attrName):"",ID:re.id,initialPosition:[0,0,0],initialRotation:[0,0,0],initialScale:[1,1,1]};e.traverse(function(Ee){Ee.ID===re.id&&(ee.transform=Ee.matrix,Ee.userData.transformData&&(ee.eulerOrder=Ee.userData.transformData.eulerOrder))}),ee.transform||(ee.transform=new G.Matrix4),"PreRotation"in re&&(ee.preRotation=re.PreRotation.value),"PostRotation"in re&&(ee.postRotation=re.PostRotation.value),x[J]=ee}}x[J]&&(x[J][ne.attr]=ne)}else if(ne.curves.morph!==void 0){if(x[J]===void 0){var fe=t.get(B.ID).parents.filter(function(De){return De.relationship!==void 0})[0].ID,ze=t.get(fe).parents[0].ID,ae=t.get(ze).parents[0].ID,$=t.get(ae).parents[0].ID,re=n.Objects.Model[$],ee={modelName:re.attrName?G.PropertyBinding.sanitizeNodeName(re.attrName):"",morphName:n.Objects.Deformer[fe].attrName};x[J]=ee}x[J][ne.attr]=ne}}}),k.set(parseInt(E),x)}}return k},parseAnimStacks:function(b){var C=n.Objects.AnimationStack,k={};for(var E in C){var x=t.get(parseInt(E)).children;x.length>1&&console.warn("THREE.FBXLoader: Encountered an animation stack with multiple layers, this is currently not supported. Ignoring subsequent layers.");var T=b.get(x[0].ID);k[E]={name:C[E].attrName,layer:T}}return k},addClip:function(b){var C=[],k=this;return b.layer.forEach(function(E){C=C.concat(k.generateTracks(E))}),new G.AnimationClip(b.name,-1,C)},generateTracks:function(b){var C=[],k=new G.Vector3,E=new G.Quaternion,x=new G.Vector3;if(b.transform&&b.transform.decompose(k,E,x),k=k.toArray(),E=new G.Euler().setFromQuaternion(E,b.eulerOrder).toArray(),x=x.toArray(),b.T!==void 0&&Object.keys(b.T.curves).length>0){var T=this.generateVectorTrack(b.modelName,b.T.curves,k,"position");T!==void 0&&C.push(T)}if(b.R!==void 0&&Object.keys(b.R.curves).length>0){var H=this.generateRotationTrack(b.modelName,b.R.curves,E,b.preRotation,b.postRotation,b.eulerOrder);H!==void 0&&C.push(H)}if(b.S!==void 0&&Object.keys(b.S.curves).length>0){var B=this.generateVectorTrack(b.modelName,b.S.curves,x,"scale");B!==void 0&&C.push(B)}if(b.DeformPercent!==void 0){var J=this.generateMorphTrack(b);J!==void 0&&C.push(J)}return C},generateVectorTrack:function(b,C,k,E){var x=this.getTimesForAllAxes(C),T=this.getKeyframeTrackValues(x,C,k);return new G.VectorKeyframeTrack(b+"."+E,x,T)},generateRotationTrack:function(b,C,k,E,x,T){C.x!==void 0&&(this.interpolateRotations(C.x),C.x.values=C.x.values.map(G.MathUtils.degToRad)),C.y!==void 0&&(this.interpolateRotations(C.y),C.y.values=C.y.values.map(G.MathUtils.degToRad)),C.z!==void 0&&(this.interpolateRotations(C.z),C.z.values=C.z.values.map(G.MathUtils.degToRad));var H=this.getTimesForAllAxes(C),B=this.getKeyframeTrackValues(H,C,k);E!==void 0&&(E=E.map(G.MathUtils.degToRad),E.push(T),E=new G.Euler().fromArray(E),E=new G.Quaternion().setFromEuler(E)),x!==void 0&&(x=x.map(G.MathUtils.degToRad),x.push(T),x=new G.Euler().fromArray(x),x=new G.Quaternion().setFromEuler(x).inverse());for(var J=new G.Quaternion,ne=new G.Euler,$=[],re=0;re<B.length;re+=3)ne.set(B[re],B[re+1],B[re+2],T),J.setFromEuler(ne),E!==void 0&&J.premultiply(E),x!==void 0&&J.multiply(x),J.toArray($,re/3*4);return new G.QuaternionKeyframeTrack(b+".quaternion",H,$)},generateMorphTrack:function(b){var C=b.DeformPercent.curves.morph,k=C.values.map(function(x){return x/100}),E=e.getObjectByName(b.modelName).morphTargetDictionary[b.morphName];return new G.NumberKeyframeTrack(b.modelName+".morphTargetInfluences["+E+"]",C.times,k)},getTimesForAllAxes:function(b){var C=[];return b.x!==void 0&&(C=C.concat(b.x.times)),b.y!==void 0&&(C=C.concat(b.y.times)),b.z!==void 0&&(C=C.concat(b.z.times)),C=C.sort(function(k,E){return k-E}).filter(function(k,E,x){return x.indexOf(k)==E}),C},getKeyframeTrackValues:function(b,C,k){var E=k,x=[],T=-1,H=-1,B=-1;return b.forEach(function(J){if(C.x&&(T=C.x.times.indexOf(J)),C.y&&(H=C.y.times.indexOf(J)),C.z&&(B=C.z.times.indexOf(J)),T!==-1){var ne=C.x.values[T];x.push(ne),E[0]=ne}else x.push(E[0]);if(H!==-1){var $=C.y.values[H];x.push($),E[1]=$}else x.push(E[1]);if(B!==-1){var re=C.z.values[B];x.push(re),E[2]=re}else x.push(E[2])}),x},interpolateRotations:function(b){for(var C=1;C<b.values.length;C++){var k=b.values[C-1],E=b.values[C]-k,x=Math.abs(E);if(x>=180){for(var T=x/180,H=E/T,B=k+H,J=b.times[C-1],ne=b.times[C]-J,$=ne/T,re=J+$,ee=[],fe=[];re<b.times[C];)ee.push(re),re+=$,fe.push(B),B+=H;b.times=O(b.times,C,ee),b.values=O(b.values,C,fe)}}}};function a(){}a.prototype={constructor:a,getPrevNode:function(){return this.nodeStack[this.currentIndent-2]},getCurrentNode:function(){return this.nodeStack[this.currentIndent-1]},getCurrentProp:function(){return this.currentProp},pushStack:function(b){this.nodeStack.push(b),this.currentIndent+=1},popStack:function(){this.nodeStack.pop(),this.currentIndent-=1},setCurrentProp:function(b,C){this.currentProp=b,this.currentPropName=C},parse:function(b){this.currentIndent=0,this.allNodes=new h,this.nodeStack=[],this.currentProp=[],this.currentPropName="";var C=this,k=b.split(/[\r\n]+/);return k.forEach(function(E,x){var T=E.match(/^[\s\t]*;/),H=E.match(/^[\s\t]*$/);if(!(T||H)){var B=E.match("^\\t{"+C.currentIndent+"}(\\w+):(.*){",""),J=E.match("^\\t{"+C.currentIndent+"}(\\w+):[\\s\\t\\r\\n](.*)"),ne=E.match("^\\t{"+(C.currentIndent-1)+"}}");B?C.parseNodeBegin(E,B):J?C.parseNodeProperty(E,J,k[++x]):ne?C.popStack():E.match(/^[^\s\t}]/)&&C.parseNodePropertyContinued(E)}}),this.allNodes},parseNodeBegin:function(b,C){var k=C[1].trim().replace(/^"/,"").replace(/"$/,""),E=C[2].split(",").map(function(B){return B.trim().replace(/^"/,"").replace(/"$/,"")}),x={name:k},T=this.parseNodeAttr(E),H=this.getCurrentNode();this.currentIndent===0?this.allNodes.add(k,x):k in H?(k==="PoseNode"?H.PoseNode.push(x):H[k].id!==void 0&&(H[k]={},H[k][H[k].id]=H[k]),T.id!==""&&(H[k][T.id]=x)):typeof T.id=="number"?(H[k]={},H[k][T.id]=x):k!=="Properties70"&&(k==="PoseNode"?H[k]=[x]:H[k]=x),typeof T.id=="number"&&(x.id=T.id),T.name!==""&&(x.attrName=T.name),T.type!==""&&(x.attrType=T.type),this.pushStack(x)},parseNodeAttr:function(b){var C=b[0];b[0]!==""&&(C=parseInt(b[0]),isNaN(C)&&(C=b[0]));var k="",E="";return b.length>1&&(k=b[1].replace(/^(\w+)::/,""),E=b[2]),{id:C,name:k,type:E}},parseNodeProperty:function(b,C,k){var E=C[1].replace(/^"/,"").replace(/"$/,"").trim(),x=C[2].replace(/^"/,"").replace(/"$/,"").trim();E==="Content"&&x===","&&(x=k.replace(/"/g,"").replace(/,$/,"").trim());var T=this.getCurrentNode(),H=T.name;if(H==="Properties70"){this.parseNodeSpecialProperty(b,E,x);return}if(E==="C"){var B=x.split(",").slice(1),J=parseInt(B[0]),ne=parseInt(B[1]),$=x.split(",").slice(3);$=$.map(function(re){return re.trim().replace(/^"/,"")}),E="connections",x=[J,ne],j(x,$),T[E]===void 0&&(T[E]=[])}E==="Node"&&(T.id=x),E in T&&Array.isArray(T[E])?T[E].push(x):E!=="a"?T[E]=x:T.a=x,this.setCurrentProp(T,E),E==="a"&&x.slice(-1)!==","&&(T.a=z(x))},parseNodePropertyContinued:function(b){var C=this.getCurrentNode();C.a+=b,b.slice(-1)!==","&&(C.a=z(C.a))},parseNodeSpecialProperty:function(b,C,k){var E=k.split('",').map(function(ne){return ne.trim().replace(/^\"/,"").replace(/\s/,"_")}),x=E[0],T=E[1],H=E[2],B=E[3],J=E[4];switch(T){case"int":case"enum":case"bool":case"ULongLong":case"double":case"Number":case"FieldOfView":J=parseFloat(J);break;case"Color":case"ColorRGB":case"Vector3D":case"Lcl_Translation":case"Lcl_Rotation":case"Lcl_Scaling":J=z(J);break}this.getPrevNode()[x]={type:T,type2:H,flag:B,value:J},this.setCurrentProp(this.getPrevNode(),x)}};function l(){}l.prototype={constructor:l,parse:function(b){var C=new c(b);C.skip(23);var k=C.getUint32();console.info("THREE.FBXLoader: FBX binary version: "+k);for(var E=new h;!this.endOfContent(C);){var x=this.parseNode(C,k);x!==null&&E.add(x.name,x)}return E},endOfContent:function(b){return b.size()%16===0?(b.getOffset()+160+16&-16)>=b.size():b.getOffset()+160+16>=b.size()},parseNode:function(b,C){var k={},E=C>=7500?b.getUint64():b.getUint32(),x=C>=7500?b.getUint64():b.getUint32();C>=7500?b.getUint64():b.getUint32();var T=b.getUint8(),H=b.getString(T);if(E===0)return null;for(var B=[],J=0;J<x;J++)B.push(this.parseProperty(b));var ne=B.length>0?B[0]:"",$=B.length>1?B[1]:"",re=B.length>2?B[2]:"";for(k.singleProperty=x===1&&b.getOffset()===E;E>b.getOffset();){var ee=this.parseNode(b,C);ee!==null&&this.parseSubNode(H,k,ee)}return k.propertyList=B,typeof ne=="number"&&(k.id=ne),$!==""&&(k.attrName=$),re!==""&&(k.attrType=re),H!==""&&(k.name=H),k},parseSubNode:function(b,C,k){if(k.singleProperty===!0){var E=k.propertyList[0];Array.isArray(E)?(C[k.name]=k,k.a=E):C[k.name]=E}else if(b==="Connections"&&k.name==="C"){var x=[];k.propertyList.forEach(function(re,ee){ee!==0&&x.push(re)}),C.connections===void 0&&(C.connections=[]),C.connections.push(x)}else if(k.name==="Properties70"){var T=Object.keys(k);T.forEach(function(re){C[re]=k[re]})}else if(b==="Properties70"&&k.name==="P"){var H=k.propertyList[0],B=k.propertyList[1],J=k.propertyList[2],ne=k.propertyList[3],$;H.indexOf("Lcl ")===0&&(H=H.replace("Lcl ","Lcl_")),B.indexOf("Lcl ")===0&&(B=B.replace("Lcl ","Lcl_")),B==="Color"||B==="ColorRGB"||B==="Vector"||B==="Vector3D"||B.indexOf("Lcl_")===0?$=[k.propertyList[4],k.propertyList[5],k.propertyList[6]]:$=k.propertyList[4],C[H]={type:B,type2:J,flag:ne,value:$}}else C[k.name]===void 0?typeof k.id=="number"?(C[k.name]={},C[k.name][k.id]=k):C[k.name]=k:k.name==="PoseNode"?(Array.isArray(C[k.name])||(C[k.name]=[C[k.name]]),C[k.name].push(k)):C[k.name][k.id]===void 0&&(C[k.name][k.id]=k)},parseProperty:function(b){var C=b.getString(1);switch(C){case"C":return b.getBoolean();case"D":return b.getFloat64();case"F":return b.getFloat32();case"I":return b.getInt32();case"L":return b.getInt64();case"R":var k=b.getUint32();return b.getArrayBuffer(k);case"S":var k=b.getUint32();return b.getString(k);case"Y":return b.getInt16();case"b":case"c":case"d":case"f":case"i":case"l":var E=b.getUint32(),x=b.getUint32(),T=b.getUint32();if(x===0)switch(C){case"b":case"c":return b.getBooleanArray(E);case"d":return b.getFloat64Array(E);case"f":return b.getFloat32Array(E);case"i":return b.getInt32Array(E);case"l":return b.getInt64Array(E)}typeof Am=="undefined"&&console.error("THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js");var H=new Am.Inflate(new Uint8Array(b.getArrayBuffer(T))),B=new c(H.decompress().buffer);switch(C){case"b":case"c":return B.getBooleanArray(E);case"d":return B.getFloat64Array(E);case"f":return B.getFloat32Array(E);case"i":return B.getInt32Array(E);case"l":return B.getInt64Array(E)}default:throw new Error("THREE.FBXLoader: Unknown property type "+C)}}};function c(b,C){this.dv=new DataView(b),this.offset=0,this.littleEndian=C!==void 0?C:!0}c.prototype={constructor:c,getOffset:function(){return this.offset},size:function(){return this.dv.buffer.byteLength},skip:function(b){this.offset+=b},getBoolean:function(){return(this.getUint8()&1)===1},getBooleanArray:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getBoolean());return C},getUint8:function(){var b=this.dv.getUint8(this.offset);return this.offset+=1,b},getInt16:function(){var b=this.dv.getInt16(this.offset,this.littleEndian);return this.offset+=2,b},getInt32:function(){var b=this.dv.getInt32(this.offset,this.littleEndian);return this.offset+=4,b},getInt32Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getInt32());return C},getUint32:function(){var b=this.dv.getUint32(this.offset,this.littleEndian);return this.offset+=4,b},getInt64:function(){var b,C;return this.littleEndian?(b=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),b=this.getUint32()),C&2147483648?(C=~C&4294967295,b=~b&4294967295,b===4294967295&&(C=C+1&4294967295),b=b+1&4294967295,-(C*4294967296+b)):C*4294967296+b},getInt64Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getInt64());return C},getUint64:function(){var b,C;return this.littleEndian?(b=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),b=this.getUint32()),C*4294967296+b},getFloat32:function(){var b=this.dv.getFloat32(this.offset,this.littleEndian);return this.offset+=4,b},getFloat32Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getFloat32());return C},getFloat64:function(){var b=this.dv.getFloat64(this.offset,this.littleEndian);return this.offset+=8,b},getFloat64Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getFloat64());return C},getArrayBuffer:function(b){var C=this.dv.buffer.slice(this.offset,this.offset+b);return this.offset+=b,C},getString:function(b){for(var C=[],k=0;k<b;k++)C[k]=this.getUint8();var E=C.indexOf(0);return E>=0&&(C=C.slice(0,E)),G.LoaderUtils.decodeText(new Uint8Array(C))}};function h(){}h.prototype={constructor:h,add:function(b,C){this[b]=C}};function u(b){var C="Kaydara FBX Binary \0";return b.byteLength>=C.length&&C===D(b,0,C.length)}function d(b){var C=["K","a","y","d","a","r","a","\\","F","B","X","\\","B","i","n","a","r","y","\\","\\"],k=0;function E(H){var B=b[H-1];return b=b.slice(k+H),k++,B}for(var x=0;x<C.length;++x){var T=E(1);if(T===C[x])return!1}return!0}function m(b){var C=/FBXVersion: (\d+)/,k=b.match(C);if(k){var E=parseInt(k[1]);return E}throw new Error("THREE.FBXLoader: Cannot find the version number for the file given.")}function g(b){return b/46186158e3}var p=[];function v(b,C,k,E){var x;switch(E.mappingType){case"ByPolygonVertex":x=b;break;case"ByPolygon":x=C;break;case"ByVertice":x=k;break;case"AllSame":x=E.indices[0];break;default:console.warn("THREE.FBXLoader: unknown attribute mapping type "+E.mappingType)}E.referenceType==="IndexToDirect"&&(x=E.indices[x]);var T=x*E.dataSize,H=T+E.dataSize;return L(p,E.buffer,T,H)}var A=new G.Euler,P=new G.Vector3;function M(b){var C=new G.Matrix4,k=new G.Matrix4,E=new G.Matrix4,x=new G.Matrix4,T=new G.Matrix4,H=new G.Matrix4,B=new G.Matrix4,J=new G.Matrix4,ne=new G.Matrix4,$=new G.Matrix4,re=new G.Matrix4,ee=b.inheritType?b.inheritType:0;if(b.translation&&C.setPosition(P.fromArray(b.translation)),b.preRotation){var fe=b.preRotation.map(G.MathUtils.degToRad);fe.push(b.eulerOrder),k.makeRotationFromEuler(A.fromArray(fe))}if(b.rotation){var fe=b.rotation.map(G.MathUtils.degToRad);fe.push(b.eulerOrder),E.makeRotationFromEuler(A.fromArray(fe))}if(b.postRotation){var fe=b.postRotation.map(G.MathUtils.degToRad);fe.push(b.eulerOrder),x.makeRotationFromEuler(A.fromArray(fe))}b.scale&&T.scale(P.fromArray(b.scale)),b.scalingOffset&&B.setPosition(P.fromArray(b.scalingOffset)),b.scalingPivot&&H.setPosition(P.fromArray(b.scalingPivot)),b.rotationOffset&&J.setPosition(P.fromArray(b.rotationOffset)),b.rotationPivot&&ne.setPosition(P.fromArray(b.rotationPivot)),b.parentMatrixWorld&&($=b.parentMatrixWorld);var ze=k.multiply(E).multiply(x),ae=new G.Matrix4;$.extractRotation(ae);var Ee=new G.Matrix4;Ee.copyPosition($);var de=new G.Matrix4;de.getInverse(ae).multiply($);var ce=new G.Matrix4;if(ee===0)ce.copy(ae).multiply(ze).multiply(de).multiply(T);else if(ee===1)ce.copy(ae).multiply(de).multiply(ze).multiply(T);else{var De=new G.Matrix4().getInverse(T),te=new G.Matrix4().multiply(de).multiply(De);ce.copy(ae).multiply(ze).multiply(te).multiply(T)}var Te=new G.Matrix4().getInverse(ne),Be=new G.Matrix4().getInverse(H),be=new G.Matrix4;be.copy(C).multiply(J).multiply(ne).multiply(k).multiply(E).multiply(x).multiply(Te).multiply(B).multiply(H).multiply(T).multiply(Be);var Fe=new G.Matrix4().copyPosition(be),Ae=new G.Matrix4().copy($).multiply(Fe);return re.copyPosition(Ae),be=new G.Matrix4().multiply(re).multiply(ce),be}function I(b){b=b||0;var C=["ZYX","YZX","XZY","ZXY","YXZ","XYZ"];return b===6?(console.warn("THREE.FBXLoader: unsupported Euler Order: Spherical XYZ. Animations and rotations may be incorrect."),C[0]):C[b]}function z(b){var C=b.split(",").map(function(k){return parseFloat(k)});return C}function D(b,C,k){return C===void 0&&(C=0),k===void 0&&(k=b.byteLength),G.LoaderUtils.decodeText(new Uint8Array(b,C,k))}function j(b,C){for(var k=0,E=b.length,x=C.length;k<x;k++,E++)b[E]=C[k]}function L(b,C,k,E){for(var x=k,T=0;x<E;x++,T++)b[T]=C[x];return b}function O(b,C,k){return b.slice(0,C).concat(k).concat(b.slice(C))}return i}();const xC=(n,t)=>{var p;const e=(t==null?void 0:t.fbx_url)||Hc,i=(p=t==null?void 0:t.north_rad)!=null?p:void 0,s={};let o={x:0,y:0,z:0},r=[0,0,0],a=1,l=i;n.on("modelLoaded",g);const c=v=>ie(this,null,function*(){var I;const A=(v==null?void 0:v.fbx_url)||e;if(l=(I=v==null?void 0:v.north_rad)!=null?I:i,typeof l!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');s.object&&(s.object.parent&&s.object.parent.remove(s.object),s.object.traverse(z=>{var D,j;z instanceof y.Mesh&&((D=z.geometry)==null||D.dispose(),Array.isArray(z.material)?z.material.forEach(L=>L.dispose()):(j=z.material)==null||j.dispose())}));const M=yield new ym().loadAsync(A);return sm(M,{transparent:!0,side:y.DoubleSide,blending:y.AdditiveBlending}),s.object=M,g(),!0}),h=({latitude:v})=>{if(!s.object)return;const A=u(v);A&&(s.object.position.y=A)},u=v=>{if(s.yBase===void 0)return;const A=.6;if(v>=Math.PI/4)return s.yBase-(A+1.6);const P=v*(4/Math.PI);return s.yBase-(A*P+1.6)},d=()=>{if(!s.object)return;const v=u(n.getPose().latitude);v&&(s.object.position.y=v),n.scene.add(s.object),n.needsRender=!0,n.on("cameraDirectionUpdate",h)},m=()=>{s.object&&(n.scene.remove(s.object),n.needsRender=!0,n.off("cameraDirectionUpdate",h))};function g(){const v=s.object;if(!v)return;const A=n.model.bounding,P=A.max.x-A.min.x,M=A.max.z-A.min.z,I=Math.max(P,M),{max:{x:z,z:D},min:{x:j,y:L,z:O}}=A;s.yBase=L,o={x:(z+j)/2,y:L-1.6,z:(D+O)/2},r=[0,l-Math.PI/2,0],a=.0045*I,MC(v,{position:o,rotation:r,scale:a})}return{load:c,disable:m,enable:d}};function DC(n,t){var c,h,u,d,m;const e=(c=t==null?void 0:t.size)!=null?c:512,i=(h=t==null?void 0:t.fontSize)!=null?h:e*(35/256)*1.2,s=(u=t==null?void 0:t.backgroundColor)!=null?u:"rgba(0,0,0,0)",o=(d=t==null?void 0:t.fontColor)!=null?d:"#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 G.CanvasTexture(a)}const LC=({x:n,y:t,z:e})=>new G.Vector3(n,t,e),TC=(n,t)=>{var p,v,A;const e={},i=(p=t==null?void 0:t.animationEnabled)!=null?p:!0,s=(v=t==null?void 0:t.position)!=null?v:void 0,o=(A=t==null?void 0:t.rad)!=null?A:void 0,r=(t==null?void 0:t.fbx_url)||Uc,a=[],l=P=>ie(this,null,function*(){var b,C,k,E,x,T,H,B;const M=(b=P==null?void 0:P.position)!=null?b:s;if(!M)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const I=LC(M),z=(C=P==null?void 0:P.rad)!=null?C:o,D=(k=P==null?void 0:P.fbx_url)!=null?k:r;if(e.rad=z,z===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${z}`));const j=yield new ym().loadAsync(D);j.position.copy(I),j.rotation.z=z,j.scale.set(.8,.8,.8),sm(j,{transparent:!0,side:y.DoubleSide});const L=(H=(T=(x=(E=j.children)==null?void 0:E[0])==null?void 0:x.children)==null?void 0:T[3])==null?void 0:H.clone();if(!L)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${L}`));const O=(B=t.name)!=null?B:"入户门";return L.material=new G.MeshBasicMaterial({transparent:!0,map:DC(O)}),L.renderOrder=3,j.children[0].add(L),e.object=j,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const P=1,M=new G.AnimationMixer(e.object);a.push(M);const I=M.clipAction(e.object.animations[0]);I.timeScale=P;let z;const D=()=>{let b=0,C=0;const k=1e3/30,E=x=>{b=requestAnimationFrame(E);const T=x-C;T<k||(C=x,a.forEach(H=>H.update(T/1e3)),n.needsRender=!0)};return b=requestAnimationFrame(E),()=>{cancelAnimationFrame(b)}},O={play:()=>{z||(I.play(),z=D(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{I.stop(),z==null||z(),z=void 0}};e.animation=O},h=P=>{var I;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((I=P==null?void 0:P.animationEnable)!=null?I:i)&&(e.animation||c(),e.animation.play()),n.scene.add(e.object),n.needsRender=!0},u=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},d=P=>P==="Floorplan"?h():u();return{load:l,enable:P=>(e.enabled||(e.enabled=!0,d(n.currentMode),n.on("modeChange",d),h(P)),!0),disable:()=>(e.enabled&&(e.enabled=!1,u(),n.off("modeChange",d)),!0)}},zC=_i;function OC(n,t,e,i=zC.Linear.None){const s=new pa(n).to(t,e).easing(i);Ir(()=>s.start(0));const o=go(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 jC(n,t){return OC({progress:0},{progress:1},n,t)}var wm=(n=>(n.Move="Move",n.Rotate="Rotate",n))(wm||{}),nn=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(nn||{});const cl=Math.PI*2;function Pm(n){return(n%cl+cl)%cl}function Cm(n){return n%cl}function Eh(n,t,e){return n+(t-n)*e}const Sh=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Pm(n),r=Pm(t);return e===nn.Anticlockwise&&o<r&&(o+=s),e===nn.Clockwise&&r<o&&(r+=s),e===nn.Loop&&r-o>i?Sh(o,r,nn.Anticlockwise):e===nn.Loop&&o-r>i?Sh(o,r,nn.Clockwise):{from:o,to:r}},_C=n=>{const t={},e=(l,c,...h)=>ie(this,[l,c,...h],function*(o,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),o.mode&&o.mode!==n.currentMode&&(yield n.changeMode(o.mode)),a.preload&&o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(yield n.preloadPano(o.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),o.panoIndex===void 0&&o.fov===void 0&&o.latitude===void 0&&o.longitude===void 0?!0:yield new Promise((u,d)=>{const m=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;m!==void 0?n.moveToPano(m,N({duration:r,moveEndCallback:()=>u(!0),moveCancelCallback:()=>d(new Error("move canceled"))},o)):d(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Cm(r.latitude),l=Cm(o.latitude),{from:c,to:h}=Sh(r.longitude,o.longitude,o.rotation||nn.Loop),u=r.fov,d=o.fov;return{from:{latitude:a,longitude:c,fov:u},to:{latitude:l,longitude:h,fov:d}}};return{move:e,rotate:(l,c,...h)=>ie(this,[l,c,...h],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==Ye.Five.Mode.Panorama&&(yield n.changeMode(Ye.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((m,g)=>{if(!o.panoIndex){m(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>m(!0),moveCancelCallback:()=>g(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:u,to:d}=i(o);return yield new Promise(m=>{const g=({progress:M})=>{const I={};I.longitude=Eh(u.longitude,d.longitude,M),I.latitude=Eh(u.latitude,d.latitude,M),I.fov=Eh(u.fov,d.fov,M),n.setState(I,!0)},p=()=>{m(!0)},v=()=>{m(!1)},A=o.rotateSpeed?Math.ceil(Math.abs(d.longitude-u.longitude)/o.rotateSpeed*1e3):r,P=jC(A,_i.Linear.None).onUpdate(g).onComplete(p).onDestroy(v);o.rotation===nn.Loop&&P.repeat(1/0).yoyo(!0),t.interruptCallback=(M=!0)=>{P.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),m(M)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Im(n,t){return n.x===t.x&&n.y===t.y}function Mm(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function hl(n,t){return(t.y-n.y)/(t.x-n.x)}function km(n,t,e){const i=hl(n[1],n[0]),s=hl(t[1],t[0]);if(isNaN(i)||isNaN(s)||Mm(i,s))return!1;if(ul(n[0],t))return n[0];if(ul(n[1],t))return n[1];if(ul(t[0],n))return t[0];if(ul(t[1],n))return t[1];if(e&&!BC(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 ul(n,t){return Im(n,t[0])||Im(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&&Mm(hl(t[0],n),hl(n,t[1]))}function VC(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 dl(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function BC(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)&&dl(t[0],n[1],n[0])*dl(n[1],t[1],n[0])>0&&dl(n[0],t[1],t[0])*dl(t[1],n[1],t[0])>0?1:0}function Em(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Em(n,t-1))}const RC=`<style type="text/css">
508
+ `;return n.$$set=o=>{"content"in o&&e(0,i=o.content)},[i,s]}class m2 extends Ce{constructor(t){super(),Pe(this,t,g2,f2,we,{content:0},d2)}}function p2(n){Le(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function v2(n){let t,e;return t=new u2({props:{url:n[1].url}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.url=i[1].url),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function A2(n){let t,e;return t=new m2({props:{content:n[0]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.content=i[0]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function b2(n){let t,e,i,s;const o=[A2,v2],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=U("div"),i&&i.c(),w(t,"class","floorplan-plugin__base-image svelte-ozpg4a")},m(l,c){Y(l,t,c),~e&&r[e].m(t,null),s=!0},p(l,[c]){let h=e;e=a(l),e===h?~e&&r[e].p(l,c):(i&&(Se(),Z(r[h],1,1,()=>{r[h]=null}),xe()),~e?(i=r[e],i?i.p(l,c):(i=r[e]=o[e](l),i.c()),R(i,1),i.m(t,null)):i=null)},i(l){s||(R(i),s=!0)},o(l){Z(i),s=!1},d(l){l&&X(t),~e&&r[e].d()}}}function y2(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 dh extends Ce{constructor(t){super(),Pe(this,t,y2,b2,we,{floorIndex:2,floorplanData:3},p2)}}function w2(n){Le(n,"svelte-2r6702",".floorplan-plugin__item.svelte-2r6702{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__img.svelte-2r6702{width:100%;height:100%}.floorplan-plugin__notes.svelte-2r6702{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);padding:0.25rem;line-height:1;border-radius:0.25rem;color:#fff;background:rgba(0,0,0,.6);font-size:0.75rem}")}function P2(n){let t,e,i,s,o,r=n[0].notes+"",a;return{c(){t=U("div"),e=U("img"),s=le(),o=U("span"),a=Ve(r),w(e,"class","floorplan-plugin__img svelte-2r6702"),ut(e.src,i=n[6])||w(e,"src",i),w(e,"alt",""),_(e,"transform",n[5]),w(o,"class","floorplan-plugin__notes svelte-2r6702"),w(t,"class","floorplan-plugin__item svelte-2r6702"),_(t,"left",n[1]),_(t,"top",n[2]),_(t,"width",n[3]),_(t,"height",n[4])},m(l,c){Y(l,t,c),V(t,e),V(t,s),V(t,o),V(o,a)},p(l,[c]){c&1&&r!==(r=l[0].notes+"")&&Ne(a,r)},i:oe,o:oe,d(l){l&&X(t)}}}function C2(n,t,e){let{item:i}=t;const s=i.positionInImage.x*100+"%",o=i.positionInImage.y*100+"%",r=i.width*100+"%",a=i.height*100+"%",l=`rotate(${i.rotateZ}deg) scaleX(${i.rotateX?-1:1}) scaleY(${i.rotateY?-1:1})`,c=i.src;return n.$$set=h=>{"item"in h&&e(0,i=h.item)},[i,s,o,r,a,l,c]}class I2 extends Ce{constructor(t){super(),Pe(this,t,C2,P2,we,{item:0},w2)}}function M2(n){Le(n,"svelte-1c5mqz0",".floorplan-plugin__room-items.svelte-1c5mqz0{width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;pointer-events:none}")}function Jf(n,t,e){const i=n.slice();return i[6]=t[e],i}function Kf(n){let t,e=[],i=new Map,s,o,r,a=n[1];const l=c=>c[6].id;for(let c=0;c<a.length;c+=1){let h=Jf(n,a,c),u=l(h);i.set(u,e[c]=$f(u,h))}return{c(){t=U("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-items svelte-1c5mqz0")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[4])],o=!0)},p(c,h){h&2&&(a=c[1],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,$f,null,Jf),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)R(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);s=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,ht(r)}}}function $f(n,t){let e,i,s;const o=[{item:t[6]}];let r={};for(let a=0;a<o.length;a+=1)r=gt(r,o[a]);return i=new I2({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&2?vt(o,[{item:t[6]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function k2(n){let t,e,i=n[1]&&Kf(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&R(i,1)):(i=Kf(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function E2(n,t,e){let i,{floorIndex:s}=t,{floorplanData:o}=t,r=0;const a=l=>{e(0,r=l.detail)};return n.$$set=l=>{"floorIndex"in l&&e(2,s=l.floorIndex),"floorplanData"in l&&e(3,o=l.floorplanData)},n.$$.update=()=>{if(n.$$.dirty&12&&e(1,i=o.floorDatas[s].items),n.$$.dirty&9){const{max:l,min:c}=o.bounding;l.x-c.x}},[r,i,s,o,a]}class S2 extends Ce{constructor(t){super(),Pe(this,t,E2,k2,we,{floorIndex:2,floorplanData:3},M2)}}function x2(n){Le(n,"svelte-9vzn2f",".floorplan-plugin__room-label-item.svelte-9vzn2f{position:absolute;display:flex;flex-flow:column;align-items:center;line-height:1;color:#fff;transform:translate(-50%, -50%);white-space:nowrap;will-change:opacity;transition:opacity 300ms}.floorplan-plugin__room-part1.svelte-9vzn2f{display:flex;flex-flow:column;align-items:center;color:#fff;white-space:nowrap}.floorplan-plugin__room-area.svelte-9vzn2f{opacity:0.6;line-height:1.25;margin-top:0.125rem}")}function D2(n){let t,e=n[18].outerHTML+"",i;return{c(){t=new po(!1),i=Re(),t.a=i},m(s,o){t.m(e,s,o),Y(s,i,o)},p(s,o){o[0]&262144&&e!==(e=s[18].outerHTML+"")&&t.p(e)},d(s){s&&X(i),s&&t.d()}}}function L2(n){let t,e,i,s,o,r,a=n[1]&&eg(n),l=n[0]&&tg(n),c=n[3]&&ig(n);return{c(){t=U("div"),a&&a.c(),e=le(),l&&l.c(),i=le(),c&&c.c(),s=Re(),w(t,"class","floorplan-plugin__room-part1 svelte-9vzn2f"),_(t,"opacity",n[14]?"1":"0")},m(h,u){Y(h,t,u),a&&a.m(t,null),V(t,e),l&&l.m(t,null),Y(h,i,u),c&&c.m(h,u),Y(h,s,u),o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[35]),_e(t,"clientHeight",n[36])],o=!0)},p(h,u){h[1]?a?a.p(h,u):(a=eg(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,u):(l=tg(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),u[0]&16384&&_(t,"opacity",h[14]?"1":"0"),h[3]?c?c.p(h,u):(c=ig(h),c.c(),c.m(s.parentNode,s)):c&&(c.d(1),c=null)},d(h){h&&X(t),a&&a.d(),l&&l.d(),h&&X(i),c&&c.d(h),h&&X(s),o=!1,ht(r)}}}function eg(n){let t,e=(n[2]?n[4].name:n[4].roomType==="100900000012"?n[4].customizedName:n[4].name)+"",i;return{c(){t=U("span"),i=Ve(e),w(t,"class","floorplan-plugin__room-name"),_(t,"font-size",n[11])},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o[0]&20&&e!==(e=(s[2]?s[4].name:s[4].roomType==="100900000012"?s[4].customizedName:s[4].name)+"")&&Ne(i,e),o[0]&2048&&_(t,"font-size",s[11])},d(s){s&&X(t)}}}function tg(n){let t,e;return{c(){t=U("span"),e=Ve(n[17]),w(t,"class","floorplan-plugin__room-area svelte-9vzn2f"),_(t,"font-size",n[10])},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&131072&&Ne(e,i[17]),s[0]&1024&&_(t,"font-size",i[10])},d(i){i&&X(t)}}}function ig(n){let t,e;return{c(){t=U("span"),e=Ve(n[16]),w(t,"class","floorplan-plugin__room-size"),_(t,"font-size",n[10]),_(t,"opacity",n[13]?"0.6":"0")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&65536&&Ne(e,i[16]),s[0]&1024&&_(t,"font-size",i[10]),s[0]&8192&&_(t,"opacity",i[13]?"0.6":"0")},d(i){i&&X(t)}}}function T2(n){let t,e,i;function s(a,l){if(a[5]===void 0)return L2;if(a[18])return D2}let o=s(n),r=o&&o(n);return{c(){t=U("div"),r&&r.c(),w(t,"class","floorplan-plugin__room-label-item svelte-9vzn2f"),_(t,"left",n[19]),_(t,"top",n[20]),_(t,"font-size",n[11]),_(t,"opacity",n[15]?"1":"0"),_(t,"transform",n[12]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},m(a,l){Y(a,t,l),r&&r.m(t,null),e||(i=[ei(Li.call(null,t)),_e(t,"clientWidth",n[37]),_e(t,"clientHeight",n[38])],e=!0)},p(a,l){o===(o=s(a))&&r?r.p(a,l):(r&&r.d(1),r=o&&o(a),r&&(r.c(),r.m(t,null))),l[0]&2048&&_(t,"font-size",a[11]),l[0]&32768&&_(t,"opacity",a[15]?"1":"0"),l[0]&4096&&_(t,"transform",a[12]?"translate(-50%, calc(-50% + 6px))":"translate(-50%, -50%)")},i:oe,o:oe,d(a){a&&X(t),r&&r.d(),e=!1,ht(i)}}}function z2(n,t){const e=n[0],i=n[1];let s=!1;for(let o=0,r=t.length-1;o<t.length;r=o++){const a=t[o][0],l=t[o][1],c=t[r][0],h=t[r][1];l>i!=h>i&&e<(c-a)*(i-l)/(h-l)+a&&(s=!s)}return s}function O2(n,t,e){let i,s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,{pxmm:M}=t,{roomAreaEnable:I}=t,{roomNameEnable:z}=t,{roomNameOtherTypeEnable:D}=t,{roomDimensionEnable:j}=t,{room:L}=t,{hoveredRoom:O}=t,{getRoomAreaText:b}=t,{getRoomDimensionText:C}=t,{getLabelElement:k}=t,{adaptiveRoomLabelVisibleEnable:E}=t,{fontSize:x}=t;function T(ce,De){if(De.width===0||De.height===0)return()=>!1;const te=ce.path.map(({x:Ze,y:qe})=>[Ze,qe]),Te=ce.roomLabel.position,{x:Be,y:be}=Te,{width:Fe,height:Ae}=De,Me=Fe/2,je=Ae/2;return function(qe){const rt=Be*qe,tt=be*qe,it=te.map(([dt,Rt])=>[dt*qe,Rt*qe]);return[[rt+Me,tt-je],[rt-Me,tt-je],[rt-Me,tt+je],[rt+Me,tt+je]].every(dt=>z2(dt,it))}}const H=L.roomLabel,B=H.positionInImage.x*100+"%",J=H.positionInImage.y*100+"%";let ne=0,$=0,re=0,ee=0,fe=!1;O.subscribe(function(De){e(27,fe=!!De&&De.id===L.id)});const ze=ce=>{e(8,re=ce.detail)},ae=ce=>{e(9,ee=ce.detail)},Ee=ce=>{e(6,ne=ce.detail)},de=ce=>{e(7,$=ce.detail)};return n.$$set=ce=>{"pxmm"in ce&&e(21,M=ce.pxmm),"roomAreaEnable"in ce&&e(0,I=ce.roomAreaEnable),"roomNameEnable"in ce&&e(1,z=ce.roomNameEnable),"roomNameOtherTypeEnable"in ce&&e(2,D=ce.roomNameOtherTypeEnable),"roomDimensionEnable"in ce&&e(3,j=ce.roomDimensionEnable),"room"in ce&&e(4,L=ce.room),"hoveredRoom"in ce&&e(22,O=ce.hoveredRoom),"getRoomAreaText"in ce&&e(23,b=ce.getRoomAreaText),"getRoomDimensionText"in ce&&e(24,C=ce.getRoomDimensionText),"getLabelElement"in ce&&e(5,k=ce.getLabelElement),"adaptiveRoomLabelVisibleEnable"in ce&&e(25,E=ce.adaptiveRoomLabelVisibleEnable),"fontSize"in ce&&e(26,x=ce.fontSize)},n.$$.update=()=>{var ce,De;n.$$.dirty[0]&67108864&&e(28,i=lh[x]),n.$$.dirty[0]&48&&e(18,s=k==null?void 0:k(L)),n.$$.dirty[0]&8388624&&e(17,o=L.size?b(L.size):""),n.$$.dirty[0]&16777232&&e(16,r=L!=null&&L.dimension?C((ce=L.dimension)==null?void 0:ce.width,(De=L.dimension)==null?void 0:De.height):""),n.$$.dirty[0]&768&&e(34,a={width:re,height:ee}),n.$$.dirty[0]&16|n.$$.dirty[1]&8&&e(33,l=a?T(L,a):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&4&&e(30,c=E?!!(l!=null&&l(M)):!0),n.$$.dirty[0]&192&&e(32,h={width:ne,height:$}),n.$$.dirty[0]&16|n.$$.dirty[1]&2&&e(31,u=h?T(L,h):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&1&&e(29,d=E?!!(u!=null&&u(M)):!0),n.$$.dirty[0]&1744830464&&e(15,m=d||c||fe),n.$$.dirty[0]&1207959552&&e(14,g=c||fe),n.$$.dirty[0]&671088640&&e(13,p=d||fe),n.$$.dirty[0]&1610612736&&e(12,v=c&&!d),n.$$.dirty[0]&268435456&&e(11,A=mt((i==null?void 0:i.name)||12)),n.$$.dirty[0]&268435456&&e(10,P=mt((i==null?void 0:i.area)||10))},[I,z,D,j,L,k,ne,$,re,ee,P,A,v,p,g,m,r,o,s,B,J,M,O,b,C,E,x,fe,i,d,c,u,h,l,a,ze,ae,Ee,de]}class j2 extends Ce{constructor(t){super(),Pe(this,t,O2,T2,we,{pxmm:21,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,room:4,hoveredRoom:22,getRoomAreaText:23,getRoomDimensionText:24,getLabelElement:5,adaptiveRoomLabelVisibleEnable:25,fontSize:26},x2,[-1,-1])}}function _2(n){Le(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 ng(n,t,e){const i=n.slice();return i[17]=t[e],i}function sg(n){let t,e=[],i=new Map,s,o,r,a=n[12];const l=c=>c[17].id;for(let c=0;c<a.length;c+=1){let h=ng(n,a,c),u=l(h);i.set(u,e[c]=og(u,h))}return{c(){t=U("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-plugin__room-labels svelte-13xux0b")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[15])],o=!0)},p(c,h){h&7679&&(a=c[12],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,og,null,ng),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)R(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);s=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,ht(r)}}}function og(n,t){let e,i,s;const o=[{pxmm:t[10],room:t[17],hoveredRoom:t[4],roomAreaEnable:t[0],roomNameEnable:t[1],roomNameOtherTypeEnable:t[2],roomDimensionEnable:t[3],getLabelElement:t[7],getRoomAreaText:t[5],getRoomDimensionText:t[6],adaptiveRoomLabelVisibleEnable:t[8],fontSize:t[11]}];let r={};for(let a=0;a<o.length;a+=1)r=gt(r,o[a]);return i=new j2({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&7679?vt(o,[{pxmm:t[10],room:t[17],hoveredRoom:t[4],roomAreaEnable:t[0],roomNameEnable:t[1],roomNameOtherTypeEnable:t[2],roomDimensionEnable:t[3],getLabelElement:t[7],getRoomAreaText:t[5],getRoomDimensionText:t[6],adaptiveRoomLabelVisibleEnable:t[8],fontSize:t[11]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function V2(n){let t,e,i=n[12]&&sg(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[12]?i?(i.p(s,o),o&4096&&R(i,1)):(i=sg(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function B2(n,t,e){let i,{floorIndex:s}=t,{roomAreaEnable:o}=t,{roomNameEnable:r}=t,{roomNameOtherTypeEnable:a}=t,{roomDimensionEnable:l}=t,{floorplanData:c}=t,{hoveredRoom:h}=t,{getRoomAreaText:u}=t,{getRoomDimensionText:d}=t,{getLabelElement:m}=t,{adaptiveRoomLabelVisibleEnable:g}=t,p=0,v=0;const A=Sr();let P=Po();typeof A=="object"&&"subscribe"in A&&A.subscribe(I=>{e(11,P=I)});const M=I=>{e(9,p=I.detail)};return n.$$set=I=>{"floorIndex"in I&&e(13,s=I.floorIndex),"roomAreaEnable"in I&&e(0,o=I.roomAreaEnable),"roomNameEnable"in I&&e(1,r=I.roomNameEnable),"roomNameOtherTypeEnable"in I&&e(2,a=I.roomNameOtherTypeEnable),"roomDimensionEnable"in I&&e(3,l=I.roomDimensionEnable),"floorplanData"in I&&e(14,c=I.floorplanData),"hoveredRoom"in I&&e(4,h=I.hoveredRoom),"getRoomAreaText"in I&&e(5,u=I.getRoomAreaText),"getRoomDimensionText"in I&&e(6,d=I.getRoomDimensionText),"getLabelElement"in I&&e(7,m=I.getLabelElement),"adaptiveRoomLabelVisibleEnable"in I&&e(8,g=I.adaptiveRoomLabelVisibleEnable)},n.$$.update=()=>{if(n.$$.dirty&24576&&e(12,i=c.floorDatas[s].rooms),n.$$.dirty&16896){const{max:I,min:z}=c.bounding,D=I.x-z.x;e(10,v=p/D)}},[o,r,a,l,h,u,d,m,g,p,v,P,i,s,c,M]}let R2=class extends Ce{constructor(t){super(),Pe(this,t,B2,V2,we,{floorIndex:13,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,floorplanData:14,hoveredRoom:4,getRoomAreaText:5,getRoomDimensionText:6,getLabelElement:7,adaptiveRoomLabelVisibleEnable:8},_2)}};function F2(n){Le(n,"svelte-1fuyezq",".floorplan-plugin__rule-labels.svelte-1fuyezq.svelte-1fuyezq{position:absolute;display:flex}.floorplan-plugin__rule-labels--top.svelte-1fuyezq.svelte-1fuyezq{left:0;top:-1.25rem}.floorplan-plugin__rule-labels--bottom.svelte-1fuyezq.svelte-1fuyezq{left:0;bottom:-1.25rem}.floorplan-plugin__rule-labels--left.svelte-1fuyezq.svelte-1fuyezq{top:0;left:-1.25rem}.floorplan-plugin__rule-labels--right.svelte-1fuyezq.svelte-1fuyezq{top:0;right:-1.25rem}.floorplan-plugin__rule-line.svelte-1fuyezq.svelte-1fuyezq{background:#fff;opacity:0.2;width:100%;height:100%}.floorplan-plugin__rule-scale-wrapper.svelte-1fuyezq.svelte-1fuyezq{position:absolute;width:0.3125rem;height:100%;left:50%;top:0;transform:translateX(-50%)}.floorplan-plugin__rule-labels.is-row.svelte-1fuyezq .floorplan-plugin__rule-scale-wrapper.svelte-1fuyezq{width:100%;height:0.3125rem;top:50%;left:0;transform:translateY(-50%)}.floorplan-plugin__rule-scale.svelte-1fuyezq.svelte-1fuyezq{position:absolute;background:#fff;opacity:0.2;width:100%;height:0.0625rem}.floorplan-plugin__rule-labels.is-row.svelte-1fuyezq .floorplan-plugin__rule-scale.svelte-1fuyezq{width:0.0625rem;height:100%}.floorplan-plugin__rule-text-wrapper.svelte-1fuyezq.svelte-1fuyezq{position:absolute}.floorplan-plugin__rule-labels--top.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:100%;height:0;top:0.625rem}.floorplan-plugin__rule-labels--bottom.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:100%;height:0;bottom:0.625rem}.floorplan-plugin__rule-labels--left.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:0;height:100%;left:0.625rem}.floorplan-plugin__rule-labels--right.svelte-1fuyezq .floorplan-plugin__rule-text-wrapper.svelte-1fuyezq{width:0;height:100%;right:0.625rem}.floorplan-plugin__rule-text-item.svelte-1fuyezq.svelte-1fuyezq{width:0;height:0;position:absolute;transform:rotate(90deg)}.floorplan-plugin__rule-labels.is-row.svelte-1fuyezq .floorplan-plugin__rule-text-item.svelte-1fuyezq{transform:rotate(0)}.floorplan-plugin__rule-text.svelte-1fuyezq.svelte-1fuyezq{width:-moz-max-content;width:max-content;transform:translate(-50%, -50%);font-size:0.625rem;color:#fff;opacity:0.35}")}function rg(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function ag(n,t,e){const i=n.slice();return i[14]=t[e],i}function lg(n){let t;return{c(){t=U("div"),w(t,"class","floorplan-plugin__rule-scale svelte-1fuyezq"),_(t,"left",n[14].left*100+"%"),_(t,"bottom",n[14].bottom*100+"%")},m(e,i){Y(e,t,i)},p:oe,d(e){e&&X(t)}}}function cg(n,t){let e,i,s=t[1](t[11].distance)+"",o,r;return{key:n,first:null,c(){e=U("div"),i=U("div"),o=Ve(s),r=le(),w(i,"class","floorplan-plugin__rule-text svelte-1fuyezq"),Ie(i,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-1fuyezq"),_(e,"left",t[11].left*100+"%"),_(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){Y(a,e,l),V(e,i),V(i,o),V(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&Ne(o,s)},d(a){a&&X(e)}}}function N2(n){let t,e,i,s,o,r,a=[],l=new Map,c,h=n[3],u=[];for(let g=0;g<h.length;g+=1)u[g]=lg(ag(n,h,g));let d=n[4];const m=g=>g[13];for(let g=0;g<d.length;g+=1){let p=rg(n,d,g),v=m(p);l.set(v,a[g]=cg(v,p))}return{c(){t=U("div"),e=U("div"),i=le(),s=U("div");for(let g=0;g<u.length;g+=1)u[g].c();o=le(),r=U("div");for(let g=0;g<a.length;g+=1)a[g].c();w(e,"class","floorplan-plugin__rule-line svelte-1fuyezq"),w(s,"class","floorplan-plugin__rule-scale-wrapper svelte-1fuyezq"),Ie(s,"is-row",n[2]),w(r,"class","floorplan-plugin__rule-text-wrapper svelte-1fuyezq"),w(t,"class",c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+n[0]+" svelte-1fuyezq"),Ie(t,"is-row",n[2]),_(t,"width",n[2]?"100%":1/16+"rem"),_(t,"height",n[2]?1/16+"rem":"100%")},m(g,p){Y(g,t,p),V(t,e),V(t,i),V(t,s);for(let v=0;v<u.length;v+=1)u[v]&&u[v].m(s,null);V(t,o),V(t,r);for(let v=0;v<a.length;v+=1)a[v]&&a[v].m(r,null)},p(g,[p]){if(p&8){h=g[3];let v;for(v=0;v<h.length;v+=1){const A=ag(g,h,v);u[v]?u[v].p(A,p):(u[v]=lg(A),u[v].c(),u[v].m(s,null))}for(;v<u.length;v+=1)u[v].d(1);u.length=h.length}p&22&&(d=g[4],a=ti(a,p,m,1,g,d,l,r,Er,cg,null,rg)),p&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+g[0]+" svelte-1fuyezq")&&w(t,"class",c),p&5&&Ie(t,"is-row",g[2])},i:oe,o:oe,d(g){g&&X(t),Pi(u,g);for(let p=0;p<a.length;p+=1)a[p].d()}}}const ko=1e3,Eo=180;function G2(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-(ko-Eo)*2,c=o.max.y-o.min.y-(ko-Eo)*2,h=s.map(([g,p])=>a?[g.x,p.x]:[g.y,p.y]).flat().sort().filter((g,p,v)=>p===0?!0:g!==v[p-1]),u=h.map(g=>{const p=a?(g-o.min.x-ko+Eo)/l:0,v=a?0:(g-o.min.y-ko+Eo)/c;return{left:p,bottom:v}});u.unshift({left:0,bottom:0}),u.push(a?{left:1,bottom:0}:{left:0,bottom:1});const d=h[h.length-1]-h[0],m=h.map((g,p,v)=>{const A=p===0?0:g-v[p-1],P=p===0?0:(g+v[p-1])/2,M=a?(P-o.min.x-ko+Eo)/l:0,I=a?0:(P-o.min.y-ko+Eo)/c;return{left:M,bottom:I,distance:A}}).filter(({distance:g})=>g/d>.1);return n.$$set=g=>{"type"in g&&e(0,i=g.type),"data"in g&&e(5,s=g.data),"bounding"in g&&e(6,o=g.bounding),"getRuleDistanceText"in g&&e(1,r=g.getRuleDistanceText)},[i,r,a,u,m,s,o]}class H2 extends Ce{constructor(t){super(),Pe(this,t,G2,N2,we,{type:0,data:5,bounding:6,getRuleDistanceText:1},F2)}}function W2(n){Le(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function hg(n,t,e){const i=n.slice();return i[13]=t[e][0],i[14]=t[e][1],i}function ug(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=gt(r,o[a]);return i=new H2({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&19?vt(o,[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function U2(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=hg(n,o,a),c=r(l);i.set(c,e[a]=ug(c,l))}return{c(){t=U("div");for(let a=0;a<e.length;a+=1)e[a].c();w(t,"class","floorplan-plugin__rule-labels-wrapper svelte-1mzj9p3"),_(t,"width",n[3]),_(t,"height",n[2])},m(a,l){Y(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],Se(),e=ti(e,l,r,1,a,o,i,t,Ki,ug,null,hg),xe()),l&8&&_(t,"width",a[3]),l&4&&_(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)R(e[l]);s=!0}},o(a){for(let l=0;l<e.length;l+=1)Z(e[l]);s=!1},d(a){a&&X(t);for(let l=0;l<e.length;l+=1)e[l].d()}}}const dg=1e3,fg=180;function Q2(n,t,e){let i,s,o,r,a,l,c,h,u,d,{floorIndex:m}=t,{floorplanData:g}=t,{getRuleDistanceText:p}=t;return n.$$set=v=>{"floorIndex"in v&&e(5,m=v.floorIndex),"floorplanData"in v&&e(6,g=v.floorplanData),"getRuleDistanceText"in v&&e(0,p=v.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=g.bounding),n.$$.dirty&96&&e(11,s=g.floorDatas[m].rules),n.$$.dirty&2048&&e(12,o=Object.keys(s)),n.$$.dirty&6144&&e(4,r=o.map(v=>[v,s[v]])),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-(dg-fg)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(dg-fg)*2),n.$$.dirty&1536&&e(3,u=c/a*100+"%"),n.$$.dirty&384&&e(2,d=h/l*100+"%")},[p,i,d,u,r,m,g,l,h,a,c,s,o]}class X2 extends Ce{constructor(t){super(),Pe(this,t,Q2,U2,we,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},W2)}}function Zn(n,t={}){let e="";const{needZ:i,needA:s}=t;return(i?n.slice().concat(n[0]):n.slice()).forEach((r,a)=>{const{x:l,y:c}=t.format?t.format(r):r,h=l+","+c;return a===0?(e+="M"+h,e):s!=null&&s[a]?(e+="A"+s[a]+","+h,e):(e+="L"+h,e)}),e+(i?"Z":"")}function gg({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function Y2(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 Z2(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 q2(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function J2(n){let t;return{c(){t=ke("path"),w(t,"d",n[0]),w(t,"fill","#2F313A")},m(e,i){Y(e,t,i)},p(e,[i]){i&1&&w(t,"d",e[0])},i:oe,o:oe,d(e){e&&X(t)}}}function K2(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=Zn(s,{needZ:!0}))},[i,s]}class $2 extends Ce{constructor(t){super(),Pe(this,t,K2,J2,we,{path:1})}}function e3(n){let t,e,i,s,o,r;return{c(){t=ke("defs"),e=ke("pattern"),i=ke("rect"),s=ke("path"),o=le(),r=ke("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){Y(a,t,l),V(t,e),V(e,i),V(e,s),Y(a,o,l),Y(a,r,l)},p(a,[l]){l&1&&w(r,"d",a[0])},i:oe,o:oe,d(a){a&&X(t),a&&X(o),a&&X(r)}}}const fh=6;function t3(n,t,e){let i,{path:s}=t;const o=fh*2,r=`M0 ${fh} h ${o} M${fh} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=Zn(s,{needZ:!0}))},[i,o,r,s]}class i3 extends Ce{constructor(t){super(),Pe(this,t,t3,e3,we,{path:3})}}function n3(n){let t,e,i,s,o,r,a,l,c,h,u;return{c(){t=ke("defs"),e=ke("pattern"),i=ke("rect"),s=ke("pattern"),o=ke("rect"),r=le(),a=ke("path"),l=le(),c=ke("path"),h=le(),u=ke("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(u,"d",n[0]),w(u,"fill","url(#room-material-pattern-2)")},m(d,m){Y(d,t,m),V(t,e),V(e,i),V(t,s),V(s,o),Y(d,r,m),Y(d,a,m),Y(d,l,m),Y(d,c,m),Y(d,h,m),Y(d,u,m)},p(d,[m]){m&1&&w(a,"d",d[0]),m&1&&w(c,"d",d[0]),m&1&&w(u,"d",d[0])},i:oe,o:oe,d(d){d&&X(t),d&&X(r),d&&X(a),d&&X(l),d&&X(c),d&&X(h),d&&X(u)}}}function s3(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=Zn(s,{needZ:!0}))},[i,s]}class o3 extends Ce{constructor(t){super(),Pe(this,t,s3,n3,we,{path:1})}}function r3(n){let t;return{c(){t=ke("path"),w(t,"d",n[0]),w(t,"fill","#969696"),w(t,"stroke","#969696"),w(t,"stroke-width","1"),w(t,"fill-rule","evenodd")},m(e,i){Y(e,t,i)},p:oe,i:oe,o:oe,d(e){e&&X(t)}}}function a3(n,t,e){let{dimension:i}=t;const s=Zn([{x:i.vertical[1].x,y:i.vertical[1].y+53},{x:i.vertical[1].x-60,y:i.vertical[1].y+124},{x:i.vertical[1].x+60,y:i.vertical[1].y+124}],{needZ:!0}),o=Zn([{x:i.vertical[0].x,y:i.vertical[0].y-53},{x:i.vertical[0].x-60,y:i.vertical[0].y-124},{x:i.vertical[0].x+60,y:i.vertical[0].y-124}],{needZ:!0}),r=Zn([{x:i.horizontal[0].x+53,y:i.horizontal[0].y},{x:i.horizontal[0].x+124,y:i.horizontal[0].y+60},{x:i.horizontal[0].x+124,y:i.horizontal[0].y-60}],{needZ:!0}),a=Zn([{x:i.horizontal[1].x-53,y:i.horizontal[1].y},{x:i.horizontal[1].x-124,y:i.horizontal[1].y+60},{x:i.horizontal[1].x-124,y:i.horizontal[1].y-60}],{needZ:!0}),l=`${s} ${o} ${r} ${a}`;return n.$$set=c=>{"dimension"in c&&e(1,i=c.dimension)},[l,i]}class l3 extends Ce{constructor(t){super(),Pe(this,t,a3,r3,we,{dimension:1})}}function c3(n){Le(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 mg(n,t,e){const i=n.slice();return i[8]=t[e],i}function h3(n){let t,e;return t=new i3({props:{path:n[8].path}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[8].path),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function u3(n){let t,e;return t=new o3({props:{path:n[8].path}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[8].path),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function d3(n){let t,e;return t=new $2({props:{path:n[8].path}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.path=i[8].path),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function pg(n){let t,e,i;return e=new l3({props:{dimension:n[8].dimension}}),{c(){t=ke("svg"),pe(e.$$.fragment),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},p(s,o){const r={};o&1&&(r.dimension=s[8].dimension),e.$set(r)},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function vg(n){let t,e,i,s,o=n[3]&&n[8].dimension&&Array.isArray(n[8].dimension.vertical)&&n[8].dimension.vertical.length>0&&Array.isArray(n[8].dimension.horizontal)&&n[8].dimension.horizontal.length>0,r,a;const l=[d3,u3,h3],c=[];function h(d,m){return d[8].floorType===1?0:d[8].floorType===0?1:2}e=h(n),i=c[e]=l[e](n);let u=o&&pg(n);return{c(){t=ke("svg"),i.c(),s=le(),u&&u.c(),r=Re(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(d,m){Y(d,t,m),c[e].m(t,null),Y(d,s,m),u&&u.m(d,m),Y(d,r,m),a=!0},p(d,m){let g=e;e=h(d),e===g?c[e].p(d,m):(Se(),Z(c[g],1,1,()=>{c[g]=null}),xe(),i=c[e],i?i.p(d,m):(i=c[e]=l[e](d),i.c()),R(i,1),i.m(t,null)),m&1&&(o=d[3]&&d[8].dimension&&Array.isArray(d[8].dimension.vertical)&&d[8].dimension.vertical.length>0&&Array.isArray(d[8].dimension.horizontal)&&d[8].dimension.horizontal.length>0),o?u?(u.p(d,m),m&1&&R(u,1)):(u=pg(d),u.c(),R(u,1),u.m(r.parentNode,r)):u&&(Se(),Z(u,1,1,()=>{u=null}),xe())},i(d){a||(R(i),R(u),a=!0)},o(d){Z(i),Z(u),a=!1},d(d){d&&X(t),c[e].d(),d&&X(s),u&&u.d(d),d&&X(r)}}}function f3(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=vg(mg(n,i,r));const o=r=>Z(s[r],1,1,()=>{s[r]=null});return{c(){t=U("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){Y(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&15){i=r[0];let l;for(l=0;l<i.length;l+=1){const c=mg(r,i,l);s[l]?(s[l].p(c,a),R(s[l],1)):(s[l]=vg(c),s[l].c(),R(s[l],1),s[l].m(t,null))}for(Se(),l=i.length;l<s.length;l+=1)o(l);xe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)R(s[a]);e=!0}},o(r){s=s.filter(Boolean);for(let a=0;a<s.length;a+=1)Z(s[a]);e=!1},d(r){r&&X(t),Pi(s,r)}}}function g3(n,t,e){let i,{roomLabelsEnable:s}=t,{roomDimensionEnable:o}=t,{floorIndex:r}=t,{floorplanData:a}=t;const l=a.bounding.max.x-a.bounding.min.x,c=a.bounding.max.y-a.bounding.min.y,h=s&&o;return n.$$set=u=>{"roomLabelsEnable"in u&&e(4,s=u.roomLabelsEnable),"roomDimensionEnable"in u&&e(5,o=u.roomDimensionEnable),"floorIndex"in u&&e(6,r=u.floorIndex),"floorplanData"in u&&e(7,a=u.floorplanData)},n.$$.update=()=>{n.$$.dirty&192&&e(0,i=a.floorDatas[r].rooms.map(u=>ue(N({},u),{path:u.path.map(d=>gg(d,a.bounding))})))},[i,l,c,h,s,o,r,a]}class m3 extends Ce{constructor(t){super(),Pe(this,t,g3,f3,we,{roomLabelsEnable:4,roomDimensionEnable:5,floorIndex:6,floorplanData:7},c3)}}function p3(n){Le(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function v3(n){let t,e,i,s;return{c(){t=ke("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){Y(o,t,r),i||(s=[_e(t,"mouseenter",n[3]),_e(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:oe,o:oe,d(o){o&&X(t),i=!1,ht(s)}}}function A3(n,t,e){let i,s,{room:o}=t,{floorIndex:r}=t,{floorplanData:a}=t,{highlightData:l}=t,{hoveredRoom:c}=t;function h(){c==null||c.set(o)}function u(){c==null||c.set(void 0)}const{bounding:d}=a,m=Zn(o.path,{needZ:!0,format:g=>gg(g,d)});return n.$$set=g=>{"room"in g&&e(0,o=g.room),"floorIndex"in g&&e(1,r=g.floorIndex),"floorplanData"in g&&e(6,a=g.floorplanData),"highlightData"in g&&e(7,l=g.highlightData),"hoveredRoom"in g&&e(8,c=g.hoveredRoom)},n.$$.update=()=>{n.$$.dirty&131&&e(9,i=l[`${r}_${o.id}`]),n.$$.dirty&512&&e(2,s=i?`fill: ${i.color}; --opacity: ${i.opacity}; pointer-events: ${i.disabled?"none":"auto"}`:null)},[o,r,s,h,u,m,a,l,c,i]}class b3 extends Ce{constructor(t){super(),Pe(this,t,A3,v3,we,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},p3)}}function y3(n){Le(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 Ag(n,t,e){const i=n.slice();return i[6]=t[e],i}function bg(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=gt(r,o[a]);return i=new b3({props:r}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(a,l){Y(a,e,l),ge(i,a,l),s=!0},p(a,l){t=a;const c=l&15?vt(o,[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}]):{};i.$set(c)},i(a){s||(R(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),me(i,a)}}}function w3(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=Ag(n,r,l),h=a(c);s.set(h,i[l]=bg(h,c))}return{c(){t=U("div"),e=ke("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){Y(l,t,c),V(t,e);for(let h=0;h<i.length;h+=1)i[h]&&i[h].m(e,null);o=!0},p(l,[c]){c&15&&(r=l[1].floorDatas[l[0]].rooms,Se(),i=ti(i,c,a,1,l,r,s,e,Ki,bg,null,Ag),xe())},i(l){if(!o){for(let c=0;c<r.length;c+=1)R(i[c]);o=!0}},o(l){for(let c=0;c<i.length;c+=1)Z(i[c]);o=!1},d(l){l&&X(t);for(let c=0;c<i.length;c+=1)i[c].d()}}}function P3(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 gh extends Ce{constructor(t){super(),Pe(this,t,P3,w3,we,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},y3)}}function C3(n){Le(n,"svelte-3vzs9z",".missing-floor.svelte-3vzs9z{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;align-items:center}.text.svelte-3vzs9z{margin-top:0.75rem;color:#fff;opacity:0.3;white-space:nowrap}")}function yg(n){let t,e=n[0].text+"",i;return{c(){t=U("span"),i=Ve(e),w(t,"class","text svelte-3vzs9z"),_(t,"font-size",n[0].textFontSize+"px")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&Ne(i,e),o&1&&_(t,"font-size",s[0].textFontSize+"px")},d(s){s&&X(t)}}}function I3(n){let t,e,i,s,o=n[0].text&&yg(n);return{c(){t=U("div"),e=U("img"),s=le(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),ut(e.src,i=n[0].imageURL)||w(e,"src",i),_(e,"width",n[0].imageWidth+"px"),_(e,"height",n[0].imageHeight+"px"),_(e,"max-width","none"),w(t,"class","missing-floor svelte-3vzs9z")},m(r,a){Y(r,t,a),V(t,e),V(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!ut(e.src,i=r[0].imageURL)&&w(e,"src",i),a&1&&_(e,"width",r[0].imageWidth+"px"),a&1&&_(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=yg(r),o.c(),o.m(t,null)):o&&(o.d(1),o=null)},i:oe,o:oe,d(r){r&&X(t),o&&o.d()}}}function M3(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class wg extends Ce{constructor(t){super(),Pe(this,t,M3,I3,we,{missingFloorConfig:0},C3)}}const $i="data:image/png;base64,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",k3="data:image/png;base64,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";function di(n){return n*180/Math.PI}function E3(n){Le(n,"svelte-17hhq1b",".floorplan__camera-position.svelte-17hhq1b{pointer-events:none;position:absolute;width:0;height:0}.floorplan__camera-rotate.svelte-17hhq1b{position:absolute;background-repeat:no-repeat;background-size:100%}")}function S3(n){let t,e;return{c(){t=U("div"),e=U("div"),w(e,"class","floorplan__camera-rotate svelte-17hhq1b"),_(e,"background-image",`url(${n[0]||$i})`),_(e,"width",n[4]),_(e,"height",n[4]),_(e,"left","-"+n[4]),_(e,"top","-"+n[4]),_(e,"transform",`rotate(${n[3]}deg)`),_(e,"transform-origin",`${n[4]} ${n[4]}`),w(t,"class","floorplan__camera-position svelte-17hhq1b"),_(t,"left",n[1]),_(t,"top",n[2])},m(i,s){Y(i,t,s),V(t,e)},p(i,[s]){s&1&&_(e,"background-image",`url(${i[0]||$i})`);const o=s&1;o&&_(e,"width",i[4]),o&&_(e,"height",i[4]),o&&_(e,"left","-"+i[4]),o&&_(e,"top","-"+i[4]),o&&_(e,"transform",`rotate(${i[3]}deg)`),o&&_(e,"transform-origin",`${i[4]} ${i[4]}`)},i:oe,o:oe,d(i){i&&X(t)}}}function x3(n,t,e){let{panoIndex:i}=t,{floorplanData:s}=t,{lastPanoramaLongitude:o}=t,{cameraImageUrl:r}=t;const{observers:a}=s,l=a[i],c=l.positionInImage.x,h=l.positionInImage.y,u=c*100+"%",d=h*100+"%",m=-di(o)+45,g=document.body.clientWidth,p=document.body.clientHeight,A=`${(g<500||p<500?17:37)/16}rem`;return n.$$set=P=>{"panoIndex"in P&&e(5,i=P.panoIndex),"floorplanData"in P&&e(6,s=P.floorplanData),"lastPanoramaLongitude"in P&&e(7,o=P.lastPanoramaLongitude),"cameraImageUrl"in P&&e(0,r=P.cameraImageUrl)},[r,u,d,m,A,i,s,o]}let D3=class extends Ce{constructor(t){super(),Pe(this,t,x3,S3,we,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},E3)}};const Pg="data:image/png;base64,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";function L3(n){Le(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 T3(n){let t,e,i,s,o;return{c(){t=U("div"),e=U("div"),i=le(),s=U("span"),o=Ve(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),_(e,"background-image",`url(${Pg})`),w(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),w(t,"class","floorplan-plugin__compass svelte-rpkaro"),_(t,"transform",n[2])},m(r,a){Y(r,t,a),V(t,e),V(t,i),V(t,s),V(s,o)},p(r,a){a&1&&Ne(o,r[0])},d(r){r&&X(t)}}}function z3(n){let t,e=n[1]&&T3(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[1]&&e.p(i,s)},i:oe,o:oe,d(i){e&&e.d(i),i&&X(t)}}}function O3(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?di(o):0)+90}deg)`;return n.$$set=h=>{"floorplanData"in h&&e(3,i=h.floorplanData),"northDesc"in h&&e(0,s=h.northDesc)},[s,r,l,i]}class j3 extends Ce{constructor(t){super(),Pe(this,t,O3,z3,we,{floorplanData:3,northDesc:0},L3)}}function _3(n){Le(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 V3(n){let t,e,i,s,o,r,a,l,c,h,u,d;const m=[{floorIndex:n[2],floorplanData:n[12],roomLabelsEnable:n[6],roomDimensionEnable:n[10]}];let g={};for(let L=0;L<m.length;L+=1)g=gt(g,m[L]);t=new m3({props:g});let p=(n[3]||n[5])&&Cg(n);const v=[{floorplanData:n[12],floorIndex:n[2]}];let A={};for(let L=0;L<v.length;L+=1)A=gt(A,v[L]);s=new dh({props:A});const P=[{floorplanData:n[12],floorIndex:n[2]}];let M={};for(let L=0;L<P.length;L+=1)M=gt(M,P[L]);r=new S2({props:M});let I=n[6]&&Ig(n),z=n[11]&&Mg(n),D=n[4]&&kg(n),j=n[23]&&Eg(n);return{c(){pe(t.$$.fragment),e=le(),p&&p.c(),i=le(),pe(s.$$.fragment),o=le(),pe(r.$$.fragment),a=le(),I&&I.c(),l=le(),z&&z.c(),c=le(),D&&D.c(),h=le(),j&&j.c(),u=Re()},m(L,O){ge(t,L,O),Y(L,e,O),p&&p.m(L,O),Y(L,i,O),ge(s,L,O),Y(L,o,O),ge(r,L,O),Y(L,a,O),I&&I.m(L,O),Y(L,l,O),z&&z.m(L,O),Y(L,c,O),D&&D.m(L,O),Y(L,h,O),j&&j.m(L,O),Y(L,u,O),d=!0},p(L,O){const b=O&5188?vt(m,[{floorIndex:L[2],floorplanData:L[12],roomLabelsEnable:L[6],roomDimensionEnable:L[10]}]):{};t.$set(b),L[3]||L[5]?p?(p.p(L,O),O&40&&R(p,1)):(p=Cg(L),p.c(),R(p,1),p.m(i.parentNode,i)):p&&(Se(),Z(p,1,1,()=>{p=null}),xe());const C=O&4100?vt(v,[{floorplanData:L[12],floorIndex:L[2]}]):{};s.$set(C);const k=O&4100?vt(P,[{floorplanData:L[12],floorIndex:L[2]}]):{};r.$set(k),L[6]?I?(I.p(L,O),O&64&&R(I,1)):(I=Ig(L),I.c(),R(I,1),I.m(l.parentNode,l)):I&&(Se(),Z(I,1,1,()=>{I=null}),xe()),L[11]?z?(z.p(L,O),O&2048&&R(z,1)):(z=Mg(L),z.c(),R(z,1),z.m(c.parentNode,c)):z&&(Se(),Z(z,1,1,()=>{z=null}),xe()),L[4]?D?(D.p(L,O),O&16&&R(D,1)):(D=kg(L),D.c(),R(D,1),D.m(h.parentNode,h)):D&&(Se(),Z(D,1,1,()=>{D=null}),xe()),L[23]?j?(j.p(L,O),O&8388608&&R(j,1)):(j=Eg(L),j.c(),R(j,1),j.m(u.parentNode,u)):j&&(Se(),Z(j,1,1,()=>{j=null}),xe())},i(L){d||(R(t.$$.fragment,L),R(p),R(s.$$.fragment,L),R(r.$$.fragment,L),R(I),R(z),R(D),R(j),d=!0)},o(L){Z(t.$$.fragment,L),Z(p),Z(s.$$.fragment,L),Z(r.$$.fragment,L),Z(I),Z(z),Z(D),Z(j),d=!1},d(L){me(t,L),L&&X(e),p&&p.d(L),L&&X(i),me(s,L),L&&X(o),me(r,L),L&&X(a),I&&I.d(L),L&&X(l),z&&z.d(L),L&&X(c),D&&D.d(L),L&&X(h),j&&j.d(L),L&&X(u)}}}function B3(n){let t,e;return t=new wg({props:{missingFloorConfig:n[19]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&524288&&(o.missingFloorConfig=i[19]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function Cg(n){let t,e;const i=[{floorIndex:n[2],floorplanData:n[12],hoveredRoom:n[25],highlightData:n[18]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new gh({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&33820676?vt(i,[{floorIndex:o[2],floorplanData:o[12],hoveredRoom:o[25],highlightData:o[18]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function Ig(n){let t,e;const i=[{floorplanData:n[12],roomAreaEnable:n[7],roomNameEnable:n[8],roomNameOtherTypeEnable:n[9],roomDimensionEnable:n[10],floorIndex:n[2],getRoomAreaText:n[13],getRoomDimensionText:n[14],getLabelElement:n[15],hoveredRoom:n[25],adaptiveRoomLabelVisibleEnable:n[17]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new R2({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&33748868?vt(i,[{floorplanData:o[12],roomAreaEnable:o[7],roomNameEnable:o[8],roomNameOtherTypeEnable:o[9],roomDimensionEnable:o[10],floorIndex:o[2],getRoomAreaText:o[13],getRoomDimensionText:o[14],getLabelElement:o[15],hoveredRoom:o[25],adaptiveRoomLabelVisibleEnable:o[17]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function Mg(n){let t,e;const i=[{floorplanData:n[12],floorIndex:n[2],getRuleDistanceText:n[16]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new X2({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&69636?vt(i,[{floorplanData:o[12],floorIndex:o[2],getRuleDistanceText:o[16]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function kg(n){let t,e;const i=[{panoIndex:n[0],floorplanData:n[12],lastPanoramaLongitude:n[20],cameraImageUrl:n[21]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new D3({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&3149825?vt(i,[{panoIndex:o[0],floorplanData:o[12],lastPanoramaLongitude:o[20],cameraImageUrl:o[21]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function Eg(n){let t,e;return t=new j3({props:{floorplanData:n[12],northDesc:n[22]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&4096&&(o.floorplanData=i[12]),s&4194304&&(o.northDesc=i[22]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function R3(n){let t,e,i,s,o;const r=[B3,V3],a=[];function l(c,h){return c[24]?1:0}return e=l(n),i=a[e]=r[e](n),{c(){t=U("div"),i.c(),w(t,"class",s=Mt(`floorplan-plugin__floor${n[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz")},m(c,h){Y(c,t,h),a[e].m(t,null),o=!0},p(c,[h]){let u=e;e=l(c),e===u?a[e].p(c,h):(Se(),Z(a[u],1,1,()=>{a[u]=null}),xe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),R(i,1),i.m(t,null)),(!o||h&2&&s!==(s=Mt(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",s)},i(c){o||(R(i),o=!0)},o(c){Z(i),o=!1},d(c){c&&X(t),a[e].d()}}}function F3(n,t,e){let i,s,{panoIndex:o}=t,{isCurrent:r}=t,{floorIndex:a}=t,{highlightEnable:l}=t,{cameraEnable:c}=t,{hoverEnable:h}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:d}=t,{roomNameEnable:m}=t,{roomNameOtherTypeEnable:g}=t,{roomDimensionEnable:p}=t,{ruleLabelsEnable:v}=t,{floorplanData:A}=t,{getRoomAreaText:P}=t,{getRoomDimensionText:M}=t,{getLabelElement:I}=t,{getRuleDistanceText:z}=t,{adaptiveRoomLabelVisibleEnable:D}=t,{highlightData:j}=t,{missingFloorConfig:L}=t,{lastPanoramaLongitude:O}=t,{cameraImageUrl:b}=t,{northDesc:C}=t,{compassEnable:k}=t,{store:E=void 0}=t;const x=uh(void 0);return x.subscribe(T=>{E&&e(26,E.roomOnMouse=T,E)}),n.$$set=T=>{"panoIndex"in T&&e(0,o=T.panoIndex),"isCurrent"in T&&e(1,r=T.isCurrent),"floorIndex"in T&&e(2,a=T.floorIndex),"highlightEnable"in T&&e(3,l=T.highlightEnable),"cameraEnable"in T&&e(4,c=T.cameraEnable),"hoverEnable"in T&&e(5,h=T.hoverEnable),"roomLabelsEnable"in T&&e(6,u=T.roomLabelsEnable),"roomAreaEnable"in T&&e(7,d=T.roomAreaEnable),"roomNameEnable"in T&&e(8,m=T.roomNameEnable),"roomNameOtherTypeEnable"in T&&e(9,g=T.roomNameOtherTypeEnable),"roomDimensionEnable"in T&&e(10,p=T.roomDimensionEnable),"ruleLabelsEnable"in T&&e(11,v=T.ruleLabelsEnable),"floorplanData"in T&&e(12,A=T.floorplanData),"getRoomAreaText"in T&&e(13,P=T.getRoomAreaText),"getRoomDimensionText"in T&&e(14,M=T.getRoomDimensionText),"getLabelElement"in T&&e(15,I=T.getLabelElement),"getRuleDistanceText"in T&&e(16,z=T.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in T&&e(17,D=T.adaptiveRoomLabelVisibleEnable),"highlightData"in T&&e(18,j=T.highlightData),"missingFloorConfig"in T&&e(19,L=T.missingFloorConfig),"lastPanoramaLongitude"in T&&e(20,O=T.lastPanoramaLongitude),"cameraImageUrl"in T&&e(21,b=T.cameraImageUrl),"northDesc"in T&&e(22,C=T.northDesc),"compassEnable"in T&&e(23,k=T.compassEnable),"store"in T&&e(26,E=T.store)},n.$$.update=()=>{n.$$.dirty&4100&&e(27,i=A.floorDatas[a]),n.$$.dirty&134217728&&e(24,s=i.rooms.length>0||i.is_has_wall)},[o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k,s,x,E,i]}let N3=class extends Ce{constructor(t){super(),Pe(this,t,F3,R3,we,{panoIndex:0,isCurrent:1,floorIndex:2,highlightEnable:3,cameraEnable:4,hoverEnable:5,roomLabelsEnable:6,roomAreaEnable:7,roomNameEnable:8,roomNameOtherTypeEnable:9,roomDimensionEnable:10,ruleLabelsEnable:11,floorplanData:12,getRoomAreaText:13,getRoomDimensionText:14,getLabelElement:15,getRuleDistanceText:16,adaptiveRoomLabelVisibleEnable:17,highlightData:18,missingFloorConfig:19,lastPanoramaLongitude:20,cameraImageUrl:21,northDesc:22,compassEnable:23,store:26},_3)}};function G3(n){Le(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function Sg(n,t,e){const i=n.slice();return i[26]=t[e],i}function xg(n){let t,e,i,s=n[15].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Dg(Sg(n,s,a));const r=a=>Z(o[a],1,1,()=>{o[a]=null});return{c(){t=U("div");for(let a=0;a<o.length;a+=1)o[a].c();w(t,"class","floorplan-main svelte-86bqav")},m(a,l){Y(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&67108860){s=n[15].floorDatas;let c;for(c=0;c<s.length;c+=1){const h=Sg(n,s,c);o[c]?(o[c].p(h,l),R(o[c],1)):(o[c]=Dg(h),o[c].c(),R(o[c],1),o[c].m(t,null))}for(Se(),c=s.length;c<o.length;c+=1)r(c);xe()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)R(o[l]);e||Pt(()=>{e=Xn(t,Bt,{duration:n[0],easing:wn}),e.start()}),i=!0}},o(a){o=o.filter(Boolean);for(let l=0;l<o.length;l+=1)Z(o[l]);i=!1},d(a){a&&X(t),Pi(o,a)}}}function Dg(n){let t,e;const i=[{hoverEnable:n[6],highlightEnable:n[7],floorplanData:n[15],getRoomAreaText:n[18],getRoomDimensionText:n[19],getLabelElement:n[20],getRuleDistanceText:n[21],roomLabelsEnable:n[9],roomAreaEnable:n[10],roomNameEnable:n[11],roomNameOtherTypeEnable:n[12],roomDimensionEnable:n[13],ruleLabelsEnable:n[14],adaptiveRoomLabelVisibleEnable:n[22],highlightData:n[23],missingFloorConfig:n[24],panoIndex:n[3],cameraEnable:n[5],cameraImageUrl:n[17],lastPanoramaLongitude:n[16],compassEnable:n[8],northDesc:n[2],store:n[25]},{floorIndex:n[26].floorIndex},{isCurrent:n[26].floorIndex===n[4]},{items:n[26].items}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new N3({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&67108860?vt(i,[r&67108844&&{hoverEnable:o[6],highlightEnable:o[7],floorplanData:o[15],getRoomAreaText:o[18],getRoomDimensionText:o[19],getLabelElement:o[20],getRuleDistanceText:o[21],roomLabelsEnable:o[9],roomAreaEnable:o[10],roomNameEnable:o[11],roomNameOtherTypeEnable:o[12],roomDimensionEnable:o[13],ruleLabelsEnable:o[14],adaptiveRoomLabelVisibleEnable:o[22],highlightData:o[23],missingFloorConfig:o[24],panoIndex:o[3],cameraEnable:o[5],cameraImageUrl:o[17],lastPanoramaLongitude:o[16],compassEnable:o[8],northDesc:o[2],store:o[25]},r&32768&&{floorIndex:o[26].floorIndex},r&32784&&{isCurrent:o[26].floorIndex===o[4]},r&32768&&{items:o[26].items}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function H3(n){let t,e,i=n[1]&&xg(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&R(i,1)):(i=xg(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function W3(n,t,e){let{duration:i=0}=t,{visible:s}=t,{northDesc:o}=t,{panoIndex:r}=t,{floorIndex:a}=t,{cameraEnable:l}=t,{hoverEnable:c}=t,{highlightEnable:h}=t,{compassEnable:u}=t,{roomLabelsEnable:d}=t,{roomAreaEnable:m}=t,{roomNameEnable:g}=t,{roomNameOtherTypeEnable:p}=t,{roomDimensionEnable:v}=t,{ruleLabelsEnable:A}=t,{floorplanData:P}=t,{lastPanoramaLongitude:M}=t,{cameraImageUrl:I}=t,{getRoomAreaText:z}=t,{getRoomDimensionText:D}=t,{getLabelElement:j}=t,{getRuleDistanceText:L}=t,{adaptiveRoomLabelVisibleEnable:O}=t,{highlightData:b}=t,{missingFloorConfig:C}=t,{store:k=void 0}=t;return n.$$set=E=>{"duration"in E&&e(0,i=E.duration),"visible"in E&&e(1,s=E.visible),"northDesc"in E&&e(2,o=E.northDesc),"panoIndex"in E&&e(3,r=E.panoIndex),"floorIndex"in E&&e(4,a=E.floorIndex),"cameraEnable"in E&&e(5,l=E.cameraEnable),"hoverEnable"in E&&e(6,c=E.hoverEnable),"highlightEnable"in E&&e(7,h=E.highlightEnable),"compassEnable"in E&&e(8,u=E.compassEnable),"roomLabelsEnable"in E&&e(9,d=E.roomLabelsEnable),"roomAreaEnable"in E&&e(10,m=E.roomAreaEnable),"roomNameEnable"in E&&e(11,g=E.roomNameEnable),"roomNameOtherTypeEnable"in E&&e(12,p=E.roomNameOtherTypeEnable),"roomDimensionEnable"in E&&e(13,v=E.roomDimensionEnable),"ruleLabelsEnable"in E&&e(14,A=E.ruleLabelsEnable),"floorplanData"in E&&e(15,P=E.floorplanData),"lastPanoramaLongitude"in E&&e(16,M=E.lastPanoramaLongitude),"cameraImageUrl"in E&&e(17,I=E.cameraImageUrl),"getRoomAreaText"in E&&e(18,z=E.getRoomAreaText),"getRoomDimensionText"in E&&e(19,D=E.getRoomDimensionText),"getLabelElement"in E&&e(20,j=E.getLabelElement),"getRuleDistanceText"in E&&e(21,L=E.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in E&&e(22,O=E.adaptiveRoomLabelVisibleEnable),"highlightData"in E&&e(23,b=E.highlightData),"missingFloorConfig"in E&&e(24,C=E.missingFloorConfig),"store"in E&&e(25,k=E.store)},[i,s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k]}let mh=class extends Ce{constructor(t){super(),Pe(this,t,W3,H3,we,{duration:0,visible:1,northDesc:2,panoIndex:3,floorIndex:4,cameraEnable:5,hoverEnable:6,highlightEnable:7,compassEnable:8,roomLabelsEnable:9,roomAreaEnable:10,roomNameEnable:11,roomNameOtherTypeEnable:12,roomDimensionEnable:13,ruleLabelsEnable:14,floorplanData:15,lastPanoramaLongitude:16,cameraImageUrl:17,getRoomAreaText:18,getRoomDimensionText:19,getLabelElement:20,getRuleDistanceText:21,adaptiveRoomLabelVisibleEnable:22,highlightData:23,missingFloorConfig:24,store:25},G3)}};const U3="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 Q3(n){return ie(this,null,function*(){const t=new Headers({"Content-Type":"text/plain"}),e=function(s){return ie(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 X3(n){const t={id:n.id,size:n.size,name:n.name,customizedName:n.customizedName||"",path:n.path,roomType:n.room_type,floorType:n.floor_type,roomLabel:{position:n.room_label.position,positionInImage:n.room_label.position_in_image},observerIndexs:n.observer_indexs};return n.dimension&&Object.assign(t,{dimension:n.dimension}),t}function Y3(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(X3),rules:n.rules,is_has_wall:n.is_has_wall}}function Z3(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function q3(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 en(n){return ie(this,null,function*(){const t=yield Q3(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(Y3),s=n.computed_data.entrance?q3(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map(Z3)}})}function Lg(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:U3,width:45,height:48},a=q2(o,t),l=Y2(o,e),c=Z2(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function J3(n,t){return t(n),n}function So(n,t){return J3({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function Tg(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 ph(n,t,e=Yn.BOUNDING_CENTER){const i=Tg(n,t),s=Tg(n,t+1);return e===Yn.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===Yn.CEILING?s:i}function vh(n,t,e,i){const s=ph(n,e,i==null?void 0:i.attachedTo),o=new y.Vector3(0,s,0),r=new y.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 qn=class{constructor(t,e){f(this,"VERSION","3.74.0-alpha.1");f(this,"NAME");f(this,"five");f(this,"workUtil");f(this,"fiveUtil");f(this,"hooks",new Et);f(this,"staticPrefix",Fa);this.five=t,this.fiveUtil=new Aa(t),this.workUtil=this.fiveUtil.workUtil,e!=null&&e.staticPrefix&&(this.staticPrefix=e.staticPrefix)}set workCode(t){this.workUtil.workCode=t,this.onWorkCodeChange()}get workCode(){return this.workUtil.workCode}updateFive(t){this.five=t,this.fiveUtil.five=t,this.workUtil.five=t}getCurrentState(){return this.state}onWorkCodeChange(){}},tn=class extends qn{};var fi=(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))(fi||{});const zg=500,K3=80;function xs(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function Og(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 xs(r,a,e)||xs(r+i,a,e)}Object.assign(window,{nearlyEqual:xs,nearlyEqualRad:Og});function $3(n){return Object.prototype.toString.call(n)==="[object Object]"}function jg(n){return $3(n)&&!!n.isVector3}function Ah(n,t){return ie(this,null,function*(){const[e]=yield Ss(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(!eP(i,s))throw new Error("pose 与预期不符")})}function eP(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"?Og(i,s,2):typeof i=="number"&&typeof s=="number"?xs(i,s,2):jg(s)&&jg(i)?s.distanceTo(i)<.01:i===s})}function tP(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!(!xs(e,r,2)||!xs(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!xs(s,c,2))}function _g(n,t,e=!0){return ie(this,null,function*(){if(tP(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const[h]=yield Ss(Ah(n,[t.mode,t,void 0,e]));if(h)throw h;return}const{latitude:o,longitude:r,fov:a}=s,l=Math.min(1e3,Math.max(200,Math.abs(o-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,typeof t.fov=="number"?Math.abs(a-t.fov)*10:1/0)),[c]=yield Ss(n.updateCamera(So(t,["mode"]),l,e));if(c)throw new Error(fi.UpdateCameraError)})}function xo(n,t,e=300){var s,o;const i=n.getElement();if(i){i.style.opacity=t+"";for(let r=0;r<((o=(s=i.parentElement)==null?void 0:s.children)==null?void 0:o.length);r++){const a=i.parentElement.children[r];a instanceof HTMLElement&&a.dataset.infive==="1"&&(a.style.opacity=t+"")}i.style.transition=e===0?"none":`opacity ${e}ms linear`,e!==0&&Promise.race([new Promise(r=>i.addEventListener("transitionend",r,{once:!0})),new Promise(r=>setTimeout(r,e))]).then(()=>{i.style.transition="none"})}}function iP(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 nP(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 sP=class extends tn{constructor(e,i){var l,c,h;super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"defaultMissingFloorConfig");f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"store",{roomOnMouse:null});f(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")});f(this,"show",(...i)=>ie(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)}));f(this,"hide",(...i)=>ie(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(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=vh(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});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,fi.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(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}))});f(this,"_show",e=>ie(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.five.model)!=null&&r.loaded))throw new Error(fi.ModelNotLoaded);if(!this.data)throw new Error(fi.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=N(N({},i),e),o=()=>ie(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield Ss(_g(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(fi.UnknownError);if(!this.updateSize())throw new Error(fi.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:zg;xo(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}));f(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,fi.BreakOffByHide),this.showPromise=void 0;const s=N(N({},{userAction:!0,isAutoHide:!1}),e);xo(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click",this.store.roomOnMouse))return!1});f(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)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(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||nP(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();iP(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i,isAutoHide:!0}))});f(this,"onFiveWantsGesture",(e,i)=>{if(this.state.visible&&(i.length>1||e==="mouseWheel"))return!1});f(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});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e==="Floorplan"&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.workUtil.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:K3/((l=i==null?void 0:i.scale)!=null?l:1)},this.defaultMissingFloorConfig={imageURL:Zi(i==null?void 0:i.staticPrefix,Nn),imageWidth:200,imageHeight:120,text:(h=(c=i.i18n)==null?void 0:c.call(i,"暂无平面图"))!=null?h:"暂无平面图",textFontSize:14};const s={northDesc:"北",modelOpacity:1,cameraEnable:!0,highlightEnable:!1,hoverEnable:!0,compassEnable:!0,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,roomAreaEnable:!0,roomNameEnable:!0,roomNameOtherTypeEnable:!0,roomDimensionEnable:!0,adaptiveRoomLabelVisibleEnable:!0,cameraImageUrl:$i,attachedTo:Yn.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:u=>u,getRoomAreaText:u=>(u/1e6).toFixed(1)+"㎡",getRoomDimensionText:(u,d)=>(u/1e3).toFixed(1)+"m × "+(d/1e3).toFixed(1)+"m",getRuleDistanceText:u=>u.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=ue(N(N({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.panoIndex=e.getCurrentState().panoIndex,this.initContainer(),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return ie(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&hi(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 en(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 ie(this,null,function*(){return yield en(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}initContainer(){this.container.classList.add("floorplan-plugin"),Object.assign(this.container.style,{position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",zIndex:10,pointerEvents:"none"}),this.five.addExtraElement(this.container)}addEventListener(){if(!this.state.enabled||this.hasAddedEventListener)return;const e=this.five;e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.on("modeChange",this.onFiveModeChange),e.on("interiaPan",this.onFiveInteriaPan),e.on("panoArrived",this.onFivePanoArrived),e.on("cameraUpdate",this.onFiveCameraUpdate),e.on("wantsGesture",this.onFiveWantsGesture),e.on("wantsPanGesture",this.onFiveWantsPanGesture),e.on("wantsTapGesture",this.onFiveWantsTapGesture),e.on("wantsChangeMode",this.onFiveWantsChangeMode),e.on("modelShownFloorChange",this.onModelShownFloorChange)}removeEventListener(){const e=this.five;this.hasAddedEventListener=!1,e.off("modelLoaded",this.onFiveModelLoaded),e.off("modeChange",this.onFiveModeChange),e.off("interiaPan",this.onFiveInteriaPan),e.off("panoArrived",this.onFivePanoArrived),e.off("cameraUpdate",this.onFiveCameraUpdate),e.off("wantsGesture",this.onFiveWantsGesture),e.off("wantsPanGesture",this.onFiveWantsPanGesture),e.off("wantsTapGesture",this.onFiveWantsTapGesture),e.off("wantsChangeMode",this.onFiveWantsChangeMode),e.off("modelShownFloorChange",this.onModelShownFloorChange)}render(e){if(!this.state.enabled||!this.container||!this.data||this.size.width===0||this.showPromise)return;const i=ue(N({},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,store:this.store});if(this.app)return this.app.$set(i);this.app=new mh({target:this.container,intro:!0,props:i})}};const oP=(n,t)=>new sP(n,t),Vg=[{type:0,description:"车-2",href:"resource/items/{{ theme }}/car_2.png",width:4200,height:1800,tag:"其他",direction:3,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:1,description:"车-1",href:"resource/items/{{ theme }}/car_1.png",width:1900,height:4300,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:2,description:"中厨-1",href:"resource/items/{{ theme }}/kitchen_1.png",width:3158,height:1400,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:3,description:"8人餐桌",href:"resource/items/{{ theme }}/table_for_8.png",width:3240,height:1800,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:4,description:"衣柜-1",href:"resource/items/{{ theme }}/wardrobe_1.png",width:1820,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:5,description:"浴缸-2",href:"resource/items/{{ theme }}/bathtub_2.png",width:1500,height:694,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:6,description:"衣柜-3",href:"resource/items/{{ theme }}/wardrobe_3.png",width:2830,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:7,description:"植物-4",href:"resource/items/{{ theme }}/plant_4.png",width:700,height:628,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:8,description:"植物-1",href:"resource/items/{{ theme }}/plant_1.png",width:700,height:565,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:9,description:"植物-6",href:"resource/items/{{ theme }}/plant_6.png",width:800,height:758,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:10,description:"书桌-1",href:"resource/items/{{ theme }}/desk_1.png",width:1200,height:930,tag:"书房",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:11,description:"瓶艺-1",href:"resource/items/{{ theme }}/bottle_art_1.png",width:530,height:520,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:12,description:"衣柜-2",href:"resource/items/{{ theme }}/wardrobe_2.png",width:2310,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:13,description:"植物-2",href:"resource/items/{{ theme }}/plant_2.png",width:600,height:600,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:14,description:"西厨-1",href:"resource/items/{{ theme }}/western_kitchen_1.png",width:2180,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:15,description:"西厨-2",href:"resource/items/{{ theme }}/western_kitchen_2.png",width:1480,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:16,description:"浴缸-1",href:"resource/items/{{ theme }}/bathtub_1.png",width:1500,height:956,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:17,description:"植物-3",href:"resource/items/{{ theme }}/plant_3.png",width:700,height:639,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:18,description:"书桌-2",href:"resource/items/{{ theme }}/desk_2.png",width:2200,height:2470,tag:"书房",direction:3,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:19,description:"吧台",href:"resource/items/{{ theme }}/bar_counter.png",width:1800,height:1130,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:20,description:"书柜-短",href:"resource/items/{{ theme }}/bookcase_short.png",width:1460,height:350,tag:"书房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:21,description:"鞋柜-长",href:"resource/items/{{ theme }}/shoe_cabinet_long.png",width:2059,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:22,description:"鞋柜-短",href:"resource/items/{{ theme }}/shoe_cabinet_short.png",width:1308,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:23,description:"中厨-2",href:"resource/items/{{ theme }}/kitchen_2.png",width:2020,height:650,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:24,description:"椅子",href:"resource/items/{{ theme }}/chair.png",width:1050,height:950,tag:"客厅",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:25,description:"秋千",href:"resource/items/{{ theme }}/swing.png",width:1600,height:1370,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:26,description:"茶几",href:"resource/items/{{ theme }}/tea_table.png",width:1090,height:800,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:27,description:"庭院",href:"resource/items/{{ theme }}/courtyard.png",width:2100,height:3020,tag:"其他",direction:3,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:28,description:"躺椅",href:"resource/items/{{ theme }}/deck_chair.png",width:900,height:1850,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:29,description:"钢琴",href:"resource/items/{{ theme }}/piano.png",width:1900,height:2260,tag:"其他",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:30,description:"音响",href:"resource/items/{{ theme }}/sound.png",width:2500,height:550,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:31,description:"马桶",href:"resource/items/{{ theme }}/flush_toilet.png",width:450,height:750,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:32,description:"植物-5",href:"resource/items/{{ theme }}/plant_5.png",width:544,height:600,tag:"装饰类",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:33,description:"书柜-长",href:"resource/items/{{ theme }}/bookcase_long.png",width:2040,height:350,tag:"书房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:34,description:"燃气灶-1",href:"resource/items/{{ theme }}/gas_stove_1.png",width:820,height:450,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:35,description:"洗脸池-单",href:"resource/items/{{ theme }}/wash_basin_single.png",width:1150,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:36,description:"洗手池-单",href:"resource/items/{{ theme }}/sink_single.png",width:1200,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:37,description:"双人床-4",href:"resource/items/{{ theme }}/double_4.png",width:2743,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:38,description:"电视柜-短",href:"resource/items/{{ theme }}/tv_cabinet_short.png",width:1580,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:39,description:"储物柜-1",href:"resource/items/{{ theme }}/locker_1.png",width:1400,height:600,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:40,description:"双人床-3",href:"resource/items/{{ theme }}/double_3.png",width:2791,height:2300,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:41,description:"双人床-2",href:"resource/items/{{ theme }}/double_2.png",width:2791,height:2300,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:42,description:"洗手池-双",href:"resource/items/{{ theme }}/sink_double.png",width:2777,height:600,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:43,description:"洗脸池-双",href:"resource/items/{{ theme }}/wash_basin_double.png",width:2550,height:600,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:44,description:"双人床(无床头柜)-1",href:"resource/items/{{ theme }}/double_bed_without_bedside_table_1.png",width:1914,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:45,description:"电视柜-长",href:"resource/items/{{ theme }}/tv_cabinet_long.png",width:2040,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:46,description:"洽谈桌组合",href:"resource/items/{{ theme }}/negotiation_table_combination.png",width:2830,height:950,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:47,description:"哑铃架",href:"resource/items/{{ theme }}/dumbbell_rack.png",width:900,height:650,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:48,description:"沙发组合-1",href:"resource/items/{{ theme }}/sofa_combination_1.png",width:4e3,height:2792,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:49,description:"游泳池-2",href:"resource/items/{{ theme }}/swimming_pool_2.png",width:7680,height:3800,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:50,description:"美人榻",href:"resource/items/{{ theme }}/beauty_couch.png",width:1600,height:520,tag:"卧室",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:51,description:"单人床(无床头柜)",href:"resource/items/{{ theme }}/single_bed_without_bedside_table.png",width:1200,height:2120,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:52,description:"沙发组合-2",href:"resource/items/{{ theme }}/sofa_combination_2.png",width:2e3,height:2054,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:53,description:"跑步机",href:"resource/items/{{ theme }}/treadmill.png",width:2120,height:950,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:54,description:"储物柜-3",href:"resource/items/{{ theme }}/lockers_3.png",width:2400,height:1360,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:55,description:"洗菜池-1",href:"resource/items/{{ theme }}/vegetable_washing_pool_1.png",width:760,height:470,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:56,description:"组合沙发-4",href:"resource/items/{{ theme }}/combination_sofa_4.png",width:1800,height:1595,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:57,description:"台球桌",href:"resource/items/{{ theme }}/pool_table.png",width:2540,height:1400,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:58,description:"置物台-1",href:"resource/items/{{ theme }}/shelf_1.png",width:1632,height:560,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:59,description:"储物柜-2",href:"resource/items/{{ theme }}/locker_2.png",width:2640,height:600,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:60,description:"户外桌椅",href:"resource/items/{{ theme }}/outdoor_tables_and_chairs.png",width:3e3,height:2800,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:61,description:"洗衣机-1",href:"resource/items/{{ theme }}/washing_machine_1.png",width:850,height:600,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:62,description:"双人床-1",href:"resource/items/{{ theme }}/double_1.png",width:2851,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:63,description:"六人餐桌",href:"resource/items/{{ theme }}/table_for_six.png",width:2230,height:1700,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:64,description:"洽谈沙发椅",href:"resource/items/{{ theme }}/sofa_chair.png",width:1e3,height:950,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:65,description:"三人沙发",href:"resource/items/{{ theme }}/three_seat_sofa.png",width:2670,height:950,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:66,description:"会客桌",href:"resource/items/{{ theme }}/reception_table.png",width:1800,height:1800,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:67,description:"健身机",href:"resource/items/{{ theme }}/fitness_machine.png",width:2200,height:800,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:68,description:"沙发组合-3",href:"resource/items/{{ theme }}/sofa_combination_3.png",width:2670,height:2330,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:69,description:"双开冰箱",href:"resource/items/{{ theme }}/double_refrigerator.png",width:720,height:600,tag:"厨房",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:70,description:"车库工具箱",href:"resource/items/{{ theme }}/garage_toolbox.png",width:1280,height:500,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:71,description:"储物柜-4",href:"resource/items/{{ theme }}/locker_4.png",width:2440,height:2440,tag:"储物间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:72,description:"临时餐台",href:"resource/items/{{ theme }}/temporary_dining_table.png",width:1e3,height:1500,tag:"厨房",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:73,description:"置物台-2",href:"resource/items/{{ theme }}/shelf_2.png",width:1590,height:600,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:74,description:"四人餐桌",href:"resource/items/{{ theme }}/table_for_four.png",width:1700,height:1700,tag:"客厅",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:75,description:"洽谈桌",href:"resource/items/{{ theme }}/negotiating_table.png",width:950,height:950,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:76,description:"游泳池-1",href:"resource/items/{{ theme }}/swimming_pool_1.png",width:4300,height:5340,tag:"其他",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:77,description:"毛巾凳",href:"resource/items/{{ theme }}/towel_stool.png",width:800,height:500,tag:"卫生间",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:78,description:"电梯",href:"resource/items/{{ theme }}/lift.png",width:2e3,height:2e3,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:79,description:"AC",href:"resource/items/{{ theme }}/ac.png",width:850,height:320,tag:"其他",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:80,description:"二人餐桌",href:"resource/items/{{ theme }}/table_for_two.png",width:780,height:1500,tag:"客厅",direction:1,keywords:["default"],themes:["realsee"],label:!0},{type:81,description:"双人床(无床头柜)-2",href:"resource/items/{{ theme }}/double_bed_without_bedside_table_2.png",width:1500,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:82,description:"双人床(无床头柜)-3",href:"resource/items/{{ theme }}/double_bed_without_bedside_table_3.png",width:1800,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:83,description:"床头柜",href:"resource/items/{{ theme }}/bedstand.png",width:500,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:84,description:"单开门冰箱",href:"resource/items/{{ theme }}/refrigerator.png",width:650,height:670,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:85,description:"沙发组合-5",href:"resource/items/{{ theme }}/sofa_combination_5.png",width:1598,height:1418,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:86,description:"沙发组合-6",href:"resource/items/{{ theme }}/sofa_combination_6.png",width:2680,height:1790,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:87,description:"四人餐桌-1",href:"resource/items/{{ theme }}/table_for_four_1.png",width:1600,height:1700,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:88,description:"小单人沙发",href:"resource/items/{{ theme }}/chair_2.png",width:460,height:416,tag:"客厅",direction:1,keywords:["default"],themes:["realsee"],label:!0},{type:89,description:"小洗手池",href:"resource/items/{{ theme }}/sink_small.png",width:600,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:90,description:"小厨",href:"resource/items/{{ theme }}/kitchen_small.png",width:740,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:91,description:"小衣柜",href:"resource/items/{{ theme }}/wardrobe_small.png",width:910,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:92,description:"淋浴房",href:"resource/items/{{ theme }}/shower.png",width:650,height:670,tag:"卫生间",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:93,description:"鞋柜-1",href:"resource/items/{{ theme }}/shoe_cabinet_1.png",width:900,height:400,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:94,description:"鞋柜-2",href:"resource/items/{{ theme }}/shoe_cabinet_2.png",width:1500,height:400,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:95,description:"鞋柜-3",href:"resource/items/{{ theme }}/shoe_cabinet_3.png",width:2e3,height:400,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:96,description:"电视柜-1",href:"resource/items/{{ theme }}/tv_cabinet_1.png",width:1500,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:97,description:"电视柜-2",href:"resource/items/{{ theme }}/tv_cabinet_2.png",width:2040,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:98,description:"电视柜-3",href:"resource/items/{{ theme }}/tv_cabinet_3.png",width:3e3,height:350,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:99,description:"餐边柜-1",href:"resource/items/{{ theme }}/sideboard_1.png",width:900,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:100,description:"餐边柜-2",href:"resource/items/{{ theme }}/sideboard_2.png",width:1500,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:101,description:"餐边柜-3",href:"resource/items/{{ theme }}/sideboard_3.png",width:2e3,height:550,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:102,description:"燃气灶-2",href:"resource/items/{{ theme }}/gas_stove_2.png",width:900,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:103,description:"洗菜池-2",href:"resource/items/{{ theme }}/vegetable_washing_pool_2.png",width:900,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:104,description:"橱柜-1",href:"resource/items/{{ theme }}/kitchen_cabinet_1.png",width:550,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:105,description:"橱柜-2",href:"resource/items/{{ theme }}/kitchen_cabinet_2.png",width:900,height:550,tag:"厨房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:106,description:"花洒",href:"resource/items/{{ theme }}/shower_head.png",width:260,height:200,tag:"卫生间",direction:1,keywords:["default"],themes:["realsee"],label:!0},{type:107,description:"淋浴屏",href:"resource/items/{{ theme }}/shower_panel.png",width:1500,height:100,tag:"卫生间",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:108,description:"洗衣机-2",href:"resource/items/{{ theme }}/washing_machine_2.png",width:600,height:500,tag:"卫生间",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:109,description:"双人床-5",href:"resource/items/{{ theme }}/double_5.png",width:1500,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:110,description:"双人床-6",href:"resource/items/{{ theme }}/double_6.png",width:1800,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:111,description:"双人床-7",href:"resource/items/{{ theme }}/double_7.png",width:2e3,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:112,description:"双人床-8",href:"resource/items/{{ theme }}/double_8.png",width:2300,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:113,description:"梳妆台",href:"resource/items/{{ theme }}/dressing_table.png",width:1200,height:900,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:114,description:"儿童床-1",href:"resource/items/{{ theme }}/children_bed_1.png",width:1400,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:115,description:"儿童床-2",href:"resource/items/{{ theme }}/children_bed_2.png",width:1700,height:2e3,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:116,description:"儿童床-3",href:"resource/items/{{ theme }}/children_bed_3.png",width:2e3,height:2200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:117,description:"儿童书桌-1",href:"resource/items/{{ theme }}/children_desk_1.png",width:1e3,height:800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:118,description:"儿童书桌-2",href:"resource/items/{{ theme }}/children_desk_2.png",width:1200,height:800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:119,description:"儿童书桌-3",href:"resource/items/{{ theme }}/children_desk_3.png",width:1500,height:800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:120,description:"儿童活动区域-1",href:"resource/items/{{ theme }}/children_carpet_1.png",width:600,height:600,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:121,description:"儿童活动区域-2",href:"resource/items/{{ theme }}/children_carpet_2.png",width:1200,height:1200,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:122,description:"儿童活动区域-3",href:"resource/items/{{ theme }}/children_carpet_3.png",width:1800,height:1800,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:123,description:"茶榻组合-1",href:"resource/items/{{ theme }}/tea_table_combination_1.png",width:2e3,height:1400,tag:"其他",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:124,description:"茶榻组合-2",href:"resource/items/{{ theme }}/tea_table_combination_2.png",width:2500,height:1400,tag:"其他",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:125,description:"茶榻组合-3",href:"resource/items/{{ theme }}/tea_table_combination_3.png",width:3e3,height:1800,tag:"其他",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:126,description:"儿童衣柜-1",href:"resource/items/{{ theme }}/children_wardrobe_1.png",width:900,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:127,description:"儿童衣柜-2",href:"resource/items/{{ theme }}/children_wardrobe_2.png",width:1200,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:128,description:"儿童衣柜-3",href:"resource/items/{{ theme }}/children_wardrobe_3.png",width:1500,height:500,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:129,description:"儿童书柜-1",href:"resource/items/{{ theme }}/children_bookcase_1.png",width:800,height:450,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:130,description:"儿童书柜-2",href:"resource/items/{{ theme }}/children_bookcase_2.png",width:1200,height:450,tag:"卧室",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:131,description:"折行双跑楼梯",href:"resource/items/{{ theme }}/folding_double_running_stairs.png",width:3e3,height:3e3,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:132,description:"平行双跑楼梯",href:"resource/items/{{ theme }}/parallel_double_running_stairs.png",width:2500,height:3600,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:133,description:"折行三跑楼梯",href:"resource/items/{{ theme }}/folding_treble_running_stairs.png",width:4300,height:2700,tag:"楼梯",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!0},{type:134,description:"手枪",href:"resource/items/{{ theme }}/pistol.png",width:500,height:500,tag:"物证痕迹",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:135,description:"血迹",href:"resource/items/{{ theme }}/bloodstain.png",width:500,height:500,tag:"物证痕迹",direction:2,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:136,description:"手印",href:"resource/items/{{ theme }}/handprint.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:137,description:"足迹",href:"resource/items/{{ theme }}/footprint.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:138,description:"车轮轨迹",href:"resource/items/{{ theme }}/wheelprint.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:139,description:"弹头",href:"resource/items/{{ theme }}/bullet.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:140,description:"弹壳",href:"resource/items/{{ theme }}/shell.png",width:500,height:500,tag:"物证痕迹",direction:1,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:141,description:"尸体",href:"resource/items/{{ theme }}/corpse.png",width:1500,height:1500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["legacy","realsee"],label:!1},{type:142,description:"空气净化器",href:"resource/items/{{ theme }}/airscrubber.png",width:580,height:380,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:143,description:"吹风机",href:"resource/items/{{ theme }}/airblower.png",width:640,height:600,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:144,description:"除湿器",href:"resource/items/{{ theme }}/dehumidifier.png",width:480,height:430,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:145,description:"冰柜",href:"resource/items/{{ theme }}/freezer.png",width:800,height:460,tag:"厨房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:146,description:"架子",href:"resource/items/{{ theme }}/shelf.png",width:1e3,height:380,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:147,description:"杂物",href:"resource/items/{{ theme }}/sundries.png",width:800,height:800,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:148,description:"L型沙发",href:"resource/items/{{ theme }}/L_sofa.png",width:3500,height:1800,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:149,description:"书桌3",href:"resource/items/{{ theme }}/desk_3.png",width:1200,height:680,tag:"书房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:150,description:"会议桌-1",href:"resource/items/{{ theme }}/conference_table_1.png",width:1600,height:1100,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:151,description:"衣架",href:"resource/items/{{ theme }}/coat_hanger.png",width:1200,height:400,tag:"卧室",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:152,description:"上下铺",href:"resource/items/{{ theme }}/bunk_beds.png",width:2e3,height:1040,tag:"卧室",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:153,description:"蹲坑",href:"resource/items/{{ theme }}/squatting.png",width:600,height:480,tag:"卫生间",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:154,description:"男尸",href:"resource/items/{{ theme }}/male_corpse.png",width:1600,height:800,tag:"物证痕迹",direction:1,keywords:["default"],themes:["realsee"],label:!1},{type:155,description:"女尸",href:"resource/items/{{ theme }}/female_corpse.png",width:1500,height:800,tag:"物证痕迹",direction:1,keywords:["default"],themes:["realsee"],label:!1},{type:156,description:"擦蹭状血迹",href:"resource/items/{{ theme }}/rub-like-bookd-stains.png",width:1200,height:800,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:157,description:"擦拭物",href:"resource/items/{{ theme }}/wipes.png",width:300,height:60,tag:"物证痕迹",direction:3,keywords:["default"],themes:["realsee"],label:!1},{type:158,description:"纸团",href:"resource/items/{{ theme }}/paper_ball.png",width:400,height:400,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:159,description:"未整理的被子",href:"resource/items/{{ theme }}/unarranged_quilts.png",width:800,height:500,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:160,description:"手机",href:"resource/items/{{ theme }}/mobile_phone.png",width:400,height:280,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:161,description:"菜刀",href:"resource/items/{{ theme }}/kitchen_knife.png",width:500,height:220,tag:"物证痕迹",direction:3,keywords:["default"],themes:["realsee"],label:!1},{type:162,description:"矩形",href:"resource/items/{{ theme }}/rectangle.png",width:900,height:600,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0,svgWidth:90,svgHeight:60,svg:'<rect x=".75" y=".75" width="88.5" height="58.5" rx="4" fill="#FFF" stroke="#3D404E" fill-rule="evenodd" vector-effect="non-scaling-stroke"/>'},{type:163,description:"圆形",href:"resource/items/{{ theme }}/circle.png",width:600,height:600,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:164,description:"三角形",href:"resource/items/{{ theme }}/triangle.png",width:600,height:600,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:165,description:"五角星形",href:"resource/items/{{ theme }}/five_pointedstar.png",width:800,height:800,tag:"自定义",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:166,description:"会议桌-2",href:"resource/items/{{ theme }}/conference_table_2.png",width:2800,height:1800,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:167,description:"餐椅",href:"resource/items/{{ theme }}/dining_chair.png",width:500,height:580,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:168,description:"转椅-1",href:"resource/items/{{ theme }}/rotating_chair_1.png",width:500,height:580,tag:"书房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:169,description:"转椅-2",href:"resource/items/{{ theme }}/rotating_chair_2.png",width:640,height:640,tag:"书房",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:170,description:"长方形茶几",href:"resource/items/{{ theme }}/rectangular_coffee_table.png",width:1090,height:800,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:171,description:"抽油烟机",href:"resource/items/{{ theme }}/smoke_lampblack_machine.png",width:1200,height:800,tag:"厨房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:172,description:"电话机",href:"resource/items/{{ theme }}/telephone.png",width:500,height:500,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:173,description:"对讲机",href:"resource/items/{{ theme }}/walkie_talkie.png",width:240,height:540,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:174,description:"花盆",href:"resource/items/{{ theme }}/flower_pot.png",width:500,height:500,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:175,description:"剪刀",href:"resource/items/{{ theme }}/scissors.png",width:500,height:460,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:176,description:"角柜",href:"resource/items/{{ theme }}/corner_cabinet.png",width:1e3,height:1e3,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:177,description:"口杯",href:"resource/items/{{ theme }}/mouth_cup.png",width:500,height:400,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:178,description:"盘子",href:"resource/items/{{ theme }}/plate.png",width:500,height:500,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:179,description:"勺子",href:"resource/items/{{ theme }}/spoon.png",width:600,height:180,tag:"日常用品",direction:1,keywords:["default"],themes:["realsee"],label:!1},{type:180,description:"手提包",href:"resource/items/{{ theme }}/handbag.png",width:500,height:500,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:181,description:"双人沙发",href:"resource/items/{{ theme }}/double_sofa.png",width:1600,height:850,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:182,description:"藤椅",href:"resource/items/{{ theme }}/cane_chair.png",width:640,height:640,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!0},{type:183,description:"拖把",href:"resource/items/{{ theme }}/mop.png",width:490,height:1e3,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:184,description:"卫生纸",href:"resource/items/{{ theme }}/toilet_paper.png",width:280,height:300,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:185,description:"烟盒",href:"resource/items/{{ theme }}/cigarette_case.png",width:220,height:300,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:186,description:"烟头",href:"resource/items/{{ theme }}/cigarette_butt.png",width:280,height:220,tag:"日常用品",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:187,description:"鱼缸",href:"resource/items/{{ theme }}/fish_tank.png",width:1e3,height:500,tag:"客厅",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:188,description:"笔记本电脑",href:"resource/items/{{ theme }}/notebook_computer.png",width:500,height:500,tag:"日常用品",direction:2,keywords:["default"],themes:["realsee"],label:!1},{type:189,description:"微波炉",href:"resource/items/{{ theme }}/microwave_oven.png",width:600,height:400,tag:"厨房",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:190,description:"断口",href:"resource/items/{{ theme }}/fracture.png",width:1200,height:300,tag:"其他",direction:0,keywords:["default"],themes:["realsee"],label:!0},{type:191,description:"遗物堆",href:"resource/items/{{ theme }}/relic_pile.png",width:800,height:800,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:192,description:"衣物",href:"resource/items/{{ theme }}/clothing.png",width:830,height:810,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:193,description:"浴巾",href:"resource/items/{{ theme }}/bath_towel.png",width:420,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:194,description:"水渍",href:"resource/items/{{ theme }}/water_stains.png",width:1070,height:600,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:195,description:"螺丝刀",href:"resource/items/{{ theme }}/bolt_driver.png",width:300,height:300,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:196,description:"凉鞋",href:"resource/items/{{ theme }}/sandals.png",width:430,height:460,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:197,description:"水果刀",href:"resource/items/{{ theme }}/fruit_knife.png",width:300,height:260,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:198,description:"匕首",href:"resource/items/{{ theme }}/dragger.png",width:400,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:199,description:"玻璃弹孔",href:"resource/items/{{ theme }}/glass_bullet_hole.png",width:1160,height:1e3,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:200,description:"电视",href:"resource/items/{{ theme }}/tv.png",width:1120,height:160,tag:"客厅",direction:2,keywords:["default"],themes:["realsee"],label:!1},{type:201,description:"单向楼梯",href:"resource/items/{{ theme }}/stairs.png",width:1400,height:3600,tag:"楼梯",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:202,description:"电脑",href:"resource/items/{{ theme }}/computer.png",width:700,height:120,tag:"书房",direction:2,keywords:["default"],themes:["realsee"],label:!1},{type:203,description:"工具",href:"resource/items/{{ theme }}/tool.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:204,description:"特殊",href:"resource/items/{{ theme }}/special.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:205,description:"生物",href:"resource/items/{{ theme }}/biology.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:206,description:"毒化",href:"resource/items/{{ theme }}/poison.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:207,description:"理化",href:"resource/items/{{ theme }}/physics&chemistry.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:208,description:"文检",href:"resource/items/{{ theme }}/document.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:209,description:"电子",href:"resource/items/{{ theme }}/electronic.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:210,description:"人像",href:"resource/items/{{ theme }}/portrait.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:211,description:"提取物品",href:"resource/items/{{ theme }}/extract_items.png",width:500,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:212,description:"左脚足迹",href:"resource/items/{{ theme }}/footprint_l.png",width:220,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:213,description:"右脚足迹",href:"resource/items/{{ theme }}/footprint_r.png",width:220,height:500,tag:"物证痕迹",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:214,description:"电动车",href:"resource/items/{{ theme }}/electric_car.png",width:480,height:1320,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:215,description:"自行车",href:"resource/items/{{ theme }}/bike.png",width:380,height:1480,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:216,description:"摩托车",href:"resource/items/{{ theme }}/motorcycle.png",width:500,height:1780,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:217,description:"越野车",href:"resource/items/{{ theme }}/off_road_vehicle.png",width:1700,height:4360,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:218,description:"卡车",href:"resource/items/{{ theme }}/truck.png",width:1880,height:6800,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:219,description:"客车",href:"resource/items/{{ theme }}/bus.png",width:3160,height:8e3,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:220,description:"叉车",href:"resource/items/{{ theme }}/forklift.png",width:940,height:2720,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1},{type:221,description:"拖拉机",href:"resource/items/{{ theme }}/tractor.png",width:1740,height:3060,tag:"交通工具",direction:0,keywords:["default"],themes:["realsee"],label:!1}],rP="//vr-image-4.realsee-cdn.cn/release/static/image/doctorstrange/0.6.201-beta/";function aP(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 lP(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 cP=class extends tn{constructor(e,i){var l,c;super(e);f(this,"name","modelFloorplanPlugin");f(this,"state");f(this,"data");f(this,"showState");f(this,"showPromise");f(this,"app");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"selector");f(this,"showRejection");f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"defaultMissingFloorConfig");f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(this,"items");f(this,"store",{roomOnMouse:null});f(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")});f(this,"show",(...i)=>ie(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)}));f(this,"hide",(...i)=>ie(this,[...i],function*(e={}){this.state.enabled&&(this.isHiddenByHideFunc=!0,this.state.visible!==!1&&(this.updateState({visible:!1},e.userAction||!0),this._hide(e)))}));f(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=vh(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});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"_disable",e=>{var s,o,r;const{userAction:i}=e;this.hooks.emit("disable",{userAction:i}),(s=this.showRejection)==null||s.call(this,fi.BreakOffByDisable),this.showPromise=void 0,(o=this.app)==null||o.$destroy(),this.app=void 0,(r=this.container)==null||r.remove(),this.removeEventListener()});f(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}))});f(this,"_show",e=>ie(this,null,function*(){var r;if(!this.state.enabled)return;if(!((r=this.fiveUtil.model)!=null&&r.loaded))throw new Error(fi.ModelNotLoaded);if(!this.data)throw new Error(fi.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=N(N({},i),e),o=()=>ie(this,null,function*(){this.hooks.emit("show",{userAction:s.userAction,auto:s.isAutoShow});let a=!1,l;this.showRejection=u=>{a=!0,l=u};const[c]=yield Ss(_g(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(fi.UnknownError);if(!this.updateSize())throw new Error(fi.UpdateSizeError);this.updatePosition(),this.floorIndex=s.floorIndex,this.fiveUtil.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:zg;xo(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}));f(this,"_hide",e=>{var o;(o=this.showRejection)==null||o.call(this,fi.BreakOffByHide),this.showPromise=void 0;const s=N(N({},{userAction:!0,isAutoHide:!1}),e);xo(this.five,1,0),this.hooks.emit("hide",{auto:s.isAutoHide,userAction:s.userAction}),this.render()});f(this,"handleClick",()=>{if(!this.state.visible)return;if(this.hooks.emit("click",this.store.roomOnMouse))return!1});f(this,"onFiveModelLoaded",()=>{const s=this.five.models.find(r=>r.name===this.five.state.workCode).bounding.getCenter(new y.Vector3);if(this.showState.offset=s,this.state.enabled===!1||this.wrapper||!this.selector)return;const o=this.selector instanceof Element?this.selector:document.querySelector(this.selector);if(!o)throw new Error("不正确的父容器选择器");this.wrapper=o,o.append(this.container)});f(this,"onFiveModeChange",e=>{e!==this.showState.mode&&(this.updateState({visible:!1},!1),this._hide({userAction:!1}))});f(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&&lP(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0}))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();this.updatePosition(),this.updateSize(),aP(s)&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});f(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(So(this.showState,["offset"]),0),!1});f(this,"onFiveWantsTapGesture",()=>this.handleClick());f(this,"onFiveWantsChangeMode",(e,i)=>{i==="Panorama"&&e===this.showState.mode&&(this.lastPanoramaLongitude=this.five.getCurrentState().longitude)});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.workUtil.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:Zi(i==null?void 0:i.staticPrefix,Nn),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,roomNameOtherTypeEnable:!0,roomDimensionEnable:!0,cameraImageUrl:$i,attachedTo:Yn.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=ue(N(N({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.panoIndex=e.getCurrentState().panoIndex,this.initContainer(),yi(e).then(this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,i,s=!0){return ie(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&hi(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 en(l),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,c),i&&this.updateState(i,s),this.render()})}loadItems(e){const{min:i,max:s}=this.data.bounding,o=s.x-i.x,r=s.y-i.y;this.data.floorDatas.forEach((a,l)=>{a.items=e[l].filter(c=>c.displayName==="Item-SimpleItem").map(c=>{const{x:h,y:u,width:d,height:m,notes:g,type:p,id:v,rotateX:A,rotateY:P,rotateZ:M=0}=c;return{id:v,positionInImage:{x:(h-i.x)/o,y:(s.y-u)/r},width:d/o,height:m/r,src:rP+Vg[p].href.replace(/\{\{\stheme\s\}\}/,"realsee"),notes:g||Vg[p].description,rotateX:A,rotateY:P,rotateZ:M}})})}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=ph(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.fiveUtil.model)==null?void 0:a.bounding.getCenter(new y.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 ie(this,null,function*(){return yield en(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(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=ue(N({},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,items:this.items,store:this.store});if(this.app)return this.app.$set(i);this.app=new mh({target:this.container,intro:!0,props:i})}};const hP=(n,t)=>new cP(n,t);let uP=class extends tn{constructor(e,i){var l,c;super(e);f(this,"name","topviewFloorplanPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"selector");f(this,"panoIndex",0);f(this,"floorIndex",0);f(this,"wrapper");f(this,"container",document.createElement("div"));f(this,"lastPanoramaLongitude",0);f(this,"size",{width:0,height:0});f(this,"defaultMissingFloorConfig");f(this,"hasAddedEventListener",!1);f(this,"isHiddenByHideFunc",!1);f(this,"highlightData",{});f(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=vh(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});f(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")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(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})});f(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)});f(this,"onFiveModeChange",(...[e,,,,i])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},i),this._hide({userAction:i}))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{this.state.visible&&(this.updatePosition(),this.updateSize())});f(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});f(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});f(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}))});f(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const i=this.five.getCurrentState().panoIndex;this.floorIndex=this.workUtil.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:Zi(i==null?void 0:i.staticPrefix,Nn),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,roomNameOtherTypeEnable:!0,roomDimensionEnable:!0,cameraImageUrl:$i,attachedTo:Yn.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:h=>h,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:h=>(h/1e6).toFixed(1)+"㎡",getRoomDimensionText:(h,u)=>(h/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=ue(N(N({},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 ie(this,null,function*(){function o(h){return Object.prototype.hasOwnProperty.apply(h,["version"])}const r=e;r&&hi(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 en(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=ph(this.five,this.floorIndex,this.state.config.attachedTo),i=(a=this.five.model)==null?void 0:a.bounding.getCenter(new y.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 ie(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 ie(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 ie(this,null,function*(){return yield en(e.data)})}_show(e){return ie(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 Ah(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;xo(this.five,o,s),this.hooks.emit("showAnimationEnded",{userAction:i,auto:!1}),this.render()})}_hide(e){return ie(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;xo(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?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(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=ue(N({},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 mh({target:this.container,intro:!0,props:i})}};const dP=(n,t)=>new uP(n,t);function fP(n){Le(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 gP(n){let t,e,i;return{c(){t=U("div"),e=U("div"),i=U("div"),w(i,"class","plugin-radar__camera-rotate svelte-1nqrlxd"),_(i,"background-image","url("+(n[0]||$i)+")"),_(i,"transform",n[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),_(e,"transform",n[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),_(t,"opacity",n[3]?1:0)},m(s,o){Y(s,t,o),V(t,e),V(e,i)},p(s,[o]){o&1&&_(i,"background-image","url("+(s[0]||$i)+")"),(o&1||o&3)&&_(i,"transform",s[1]),o&4&&_(e,"transform",s[2]),o&8&&_(t,"opacity",s[3]?1:0)},i:oe,o:oe,d(s){s&&X(t)}}}function mP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function pP(n,t,e){var P,M;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,u=a.getCurrentState().panoIndex,d=a.getCurrentState().longitude,m=(M=(P=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:P.floorIndex)!=null?M:0;function g(I,z){const D=I.bounding,j=I.observers[z];if(!j)return"";const L=(D.max.x-D.min.x)*l,O=(D.max.y-D.min.y)*l,b=Math.floor(j.positionInImage.x*L),C=Math.floor(j.positionInImage.y*O);return`translate(${b}px, ${C}px)`}function p(I){e(7,u=I)}function v(I){e(9,m=a.work.observers[I].floorIndex)}const A=ar(I=>{e(8,d=I.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",p),a.on("panoArrived",v),a.on("cameraDirectionUpdate",A),function(){a.off("panoWillArrive",p),a.off("panoArrived",v),a.off("cameraDirectionUpdate",A)})),n.$$set=I=>{"five"in I&&e(4,a=I.five),"pxmm"in I&&e(5,l=I.pxmm),"floorplanData"in I&&e(6,c=I.floorplanData),"cameraImageUrl"in I&&e(0,h=I.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=g(c,u)),n.$$.dirty&256&&e(1,r=mP(d))},[h,r,o,s,a,l,c,u,d,m,i]}let vP=class extends Ce{constructor(t){super(),Pe(this,t,pP,gP,we,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},fP)}};function AP(n){Le(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 Bg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Rg(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=U("div"),i=U("div"),r=le(),w(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),_(i,"background-image",`url(${t[1].icon.url})`),_(i,"width",s),_(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),_(e,"top",a),_(e,"left",l),this.first=e},m(c,h){Y(c,e,h),V(e,i),V(e,r)},p(c,h){t=c,h&1&&_(i,"background-image",`url(${t[1].icon.url})`);const u=h&1;u&&_(i,"width",s),u&&_(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&_(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&_(e,"left",l)},d(c){c&&X(e)}}}function bP(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=Bg(n,s,r),l=o(a);i.set(l,e[r]=Rg(l,a))}return{c(){t=U("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){Y(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=ti(e,a,o,1,r,s,i,t,Er,Rg,null,Bg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function yP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}let wP=class extends Ce{constructor(t){super(),Pe(this,t,yP,bP,we,{extraObjects:0},AP)}};function PP(n){Le(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 CP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=gt(l,a[h]);t=new dh({props:l}),i=new wP({props:{extraObjects:n[7]}});let c=n[3]&&Fg(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,u){ge(t,h,u),Y(h,e,u),ge(i,h,u),Y(h,s,u),c&&c.m(h,u),Y(h,o,u),r=!0},p(h,u){const d=u&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(d);const m={};u&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,u),u&8&&R(c,1)):(c=Fg(h),c.c(),R(c,1),c.m(o.parentNode,o)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(R(t.$$.fragment,h),R(i.$$.fragment,h),R(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){me(t,h),h&&X(e),me(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function IP(n){let t,e,i;return{c(){t=U("div"),e=U("img"),w(e,"class","missing-floor-image svelte-18287ai"),ut(e.src,i=n[6])||w(e,"src",i),w(e,"alt","缺省楼层"),w(t,"class","missing-floor-wrapper svelte-18287ai")},m(s,o){Y(s,t,o),V(t,e)},p(s,o){o&64&&!ut(e.src,i=s[6])&&w(e,"src",i)},i:oe,o:oe,d(s){s&&X(t)}}}function Fg(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=gt(s,i[o]);return t=new gh({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&567?vt(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||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function MP(n){let t,e,i,s;const o=[IP,CP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Re()},m(l,c){r[t].m(l,c),Y(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?r[t].p(l,c):(Se(),Z(r[h],1,1,()=>{r[h]=null}),xe(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),R(e,1),e.m(i.parentNode,i))},i(l){s||(R(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function kP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:u=[]}=t,{highlightData:d}=t,{missingFloorImageUrl:m}=t;const g=void 0;return n.$$set=p=>{"five"in p&&e(0,r=p.five),"pxmm"in p&&e(1,a=p.pxmm),"floorIndex"in p&&e(2,l=p.floorIndex),"hoverEnable"in p&&e(3,c=p.hoverEnable),"floorplanData"in p&&e(4,h=p.floorplanData),"extraObjects"in p&&e(10,u=p.extraObjects),"highlightData"in p&&e(5,d=p.highlightData),"missingFloorImageUrl"in p&&e(6,m=p.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(11,i=h.floorDatas[l]),n.$$.dirty&2048&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=u==null?void 0:u.filter(p=>p.floorIndex===l))},[r,a,l,c,h,d,m,o,s,g,u,i]}let EP=class extends Ce{constructor(t){super(),Pe(this,t,kP,MP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},PP)}};function SP(n){Le(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 Ng(n){let t,e,i,s,o=n[8]!==0&&Gg(n);return{c(){t=U("div"),o&&o.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){Y(r,t,a),o&&o.m(t,null),e=!0,i||(s=[ei(Li.call(null,t)),_e(t,"clientWidth",n[14]),_e(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&R(o,1)):(o=Gg(r),o.c(),R(o,1),o.m(t,null)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(R(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,ht(s)}}}function Gg(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 d=0;d<l.length;d+=1)c=gt(c,l[d]);e=new EP({props:c});const h=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let u={};for(let d=0;d<h.length;d+=1)u=gt(u,h[d]);return s=new vP({props:u}),{c(){t=U("div"),pe(e.$$.fragment),i=le(),pe(s.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),_(t,"width",o),_(t,"height",r)},m(d,m){Y(d,t,m),ge(e,t,null),V(t,i),ge(s,t,null),a=!0},p(d,m){const g=m&6381?vt(l,[{five:d[0],pxmm:d[11],floorIndex:d[12],floorplanData:d[3],hoverEnable:d[2],extraObjects:d[5],highlightData:d[6],missingFloorImageUrl:d[7]}]):{};e.$set(g);const p=m&2073?vt(h,[{pxmm:d[11],five:d[0],floorplanData:d[3],cameraImageUrl:d[4]}]):{};s.$set(p),m&1024&&o!==(o=`${d[10]}px`)&&_(t,"width",o),m&8192&&r!==(r=`${d[13]}px`)&&_(t,"height",r)},i(d){a||(R(e.$$.fragment,d),R(s.$$.fragment,d),a=!0)},o(d){Z(e.$$.fragment,d),Z(s.$$.fragment,d),a=!1},d(d){d&&X(t),me(e),me(s)}}}function xP(n){let t,e,i=n[1]&&Ng(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[1]?i?(i.p(s,o),o&2&&R(i,1)):(i=Ng(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function DP(n,t,e){var I,z;let{five:i}=t,{visible:s}=t,{hoverEnable:o}=t,{floorplanData:r}=t,{cameraImageUrl:a}=t,{extraObjects:l=[]}=t,{highlightData:c}=t,{missingFloorImageUrl:h}=t,u=0,d=(z=(I=i.work.observers[i.getCurrentState().panoIndex])==null?void 0:I.floorIndex)!=null?z:0,m=0,g=0,p=0,v=0;function A(D){e(12,d=i.work.observers[D].floorIndex)}Tt(()=>(i.on("panoArrived",A),()=>{i.off("panoArrived",A)}));const P=D=>{e(8,m=D.detail)},M=D=>{e(9,g=D.detail)};return n.$$set=D=>{"five"in D&&e(0,i=D.five),"visible"in D&&e(1,s=D.visible),"hoverEnable"in D&&e(2,o=D.hoverEnable),"floorplanData"in D&&e(3,r=D.floorplanData),"cameraImageUrl"in D&&e(4,a=D.cameraImageUrl),"extraObjects"in D&&e(5,l=D.extraObjects),"highlightData"in D&&e(6,c=D.highlightData),"missingFloorImageUrl"in D&&e(7,h=D.missingFloorImageUrl)},n.$$.update=()=>{if(n.$$.dirty&1800){const D=Math.min(m,g),{max:j,min:L}=r.bounding,O=j.x-L.x,b=j.y-L.y,C=function(){return O>b?[D,D/O*b]:[D/b*O,D]}();e(10,p=C[0]),e(13,v=C[1]),e(11,u=p/O)}},[i,s,o,r,a,l,c,h,m,g,p,u,d,v,P,M]}let LP=class extends Ce{constructor(t){super(),Pe(this,t,DP,xP,we,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},SP)}},TP=class extends tn{constructor(e,i){super(e);f(this,"name","panoFloorplanRadarPlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"wrapperSelector","");f(this,"wrapper",null);f(this,"disposed",!1);f(this,"extraObjects",[]);f(this,"highlightData",{});f(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(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:!1,highlightEnable:!1,cameraImageUrl:$i,missingFloorImageUrl:Zi(i==null?void 0:i.staticPrefix,Nn)},o=N(N({},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 ie(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 en(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return ie(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 ie(this,arguments,function*(e={}){if(!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper!==e&&this.app&&(this.app.$destroy(),this.app=void 0),this.wrapper=e,this.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=Lg(e,this.five,this.data),this.render())}formatData(e){return ie(this,null,function*(){return yield en(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?N(N({},s.config),e.config):s.config;this.state=ue(N(N({},this.state),e),{config:o}),!Gt(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=ue(N({},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 LP({target:this.wrapper,props:e})}};const zP=(n,t)=>new TP(n,t);function OP(n){Le(n,"svelte-3rukxu",".plugin-radar__camera-wrapper.svelte-3rukxu{width:100%;height:100%;position:absolute;pointer-events:none;z-index:20}.plugin-radar__camera-position.svelte-3rukxu{position:absolute;left:0;top:0;width:0;height:0;transform:none;pointer-events:none;transition:transform 1s linear;transform-origin:0 0;z-index:20}.plugin-radar__camera-rotate.svelte-3rukxu{position:absolute;transform:rotate(45deg);background-repeat:no-repeat;background-size:100%;z-index:20}")}function jP(n){let t,e,i,s=`${n[1]}px`,o=`${n[1]}px`,r=`-${n[2]}px`,a=`-${n[2]}px`,l=`${n[2]}px ${n[2]}px`;return{c(){t=U("div"),e=U("div"),i=U("div"),w(i,"class","plugin-radar__camera-rotate svelte-3rukxu"),_(i,"background-image","url("+(n[0]||$i)+")"),_(i,"transform",n[3]),_(i,"width",s),_(i,"height",o),_(i,"left",r),_(i,"top",a),_(i,"transform-origin",l),w(e,"class","plugin-radar__camera-position svelte-3rukxu"),_(e,"transform",n[4]),w(t,"class","plugin-radar__camera-wrapper svelte-3rukxu"),_(t,"opacity",n[5]?1:0)},m(c,h){Y(c,t,h),V(t,e),V(e,i)},p(c,[h]){h&1&&_(i,"background-image","url("+(c[0]||$i)+")");const u=h&1;(u||h&9)&&_(i,"transform",c[3]),(u||h&3&&s!==(s=`${c[1]}px`))&&_(i,"width",s),(u||h&3&&o!==(o=`${c[1]}px`))&&_(i,"height",o),(u||h&5&&r!==(r=`-${c[2]}px`))&&_(i,"left",r),(u||h&5&&a!==(a=`-${c[2]}px`))&&_(i,"top",a),(u||h&5&&l!==(l=`${c[2]}px ${c[2]}px`))&&_(i,"transform-origin",l),h&16&&_(e,"transform",c[4]),h&32&&_(t,"opacity",c[5]?1:0)},i:oe,o:oe,d(c){c&&X(t)}}}function _P(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function VP(n,t,e){var I,z;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,{cameraSize:u=36}=t,{cameraOffset:d=28.5}=t,m=a.getCurrentState().panoIndex,g=a.getCurrentState().longitude,p=(z=(I=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:I.floorIndex)!=null?z:0;function v(D,j){const L=D.bounding,O=D.observers[j];if(!O)return"";const b=(L.max.x-L.min.x)*l,C=(L.max.y-L.min.y)*l,k=Math.floor(O.positionInImage.x*b),E=Math.floor(O.positionInImage.y*C);return`translate(${k}px, ${E}px)`}function A(D){e(9,m=D)}function P(D){e(11,p=a.work.observers[D].floorIndex)}const M=ar(D=>{e(10,g=D.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",A),a.on("panoArrived",P),a.on("cameraDirectionUpdate",M),function(){a.off("panoWillArrive",A),a.off("panoArrived",P),a.off("cameraDirectionUpdate",M)})),n.$$set=D=>{"five"in D&&e(6,a=D.five),"pxmm"in D&&e(7,l=D.pxmm),"floorplanData"in D&&e(8,c=D.floorplanData),"cameraImageUrl"in D&&e(0,h=D.cameraImageUrl),"cameraSize"in D&&e(1,u=D.cameraSize),"cameraOffset"in D&&e(2,d=D.cameraOffset)},n.$$.update=()=>{n.$$.dirty&2304&&e(12,i=c.floorDatas[p]),n.$$.dirty&4096&&e(5,s=i.rooms.length>0),n.$$.dirty&768&&e(4,o=v(c,m)),n.$$.dirty&1024&&e(3,r=_P(g))},[h,u,d,r,o,s,a,l,c,m,g,p,i]}class BP extends Ce{constructor(t){super(),Pe(this,t,VP,jP,we,{five:6,pxmm:7,floorplanData:8,cameraImageUrl:0,cameraSize:1,cameraOffset:2},OP)}}function RP(n){Le(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 Hg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Wg(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=U("div"),i=U("div"),r=le(),w(i,"class","plugin-pano-floorplan__extra-object-item svelte-1i87fz7"),_(i,"background-image",`url(${t[1].icon.url})`),_(i,"width",s),_(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),_(e,"top",a),_(e,"left",l),this.first=e},m(c,h){Y(c,e,h),V(e,i),V(e,r)},p(c,h){t=c,h&1&&_(i,"background-image",`url(${t[1].icon.url})`);const u=h&1;u&&_(i,"width",s),u&&_(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&_(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&_(e,"left",l)},d(c){c&&X(e)}}}function FP(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=Hg(n,s,r),l=o(a);i.set(l,e[r]=Wg(l,a))}return{c(){t=U("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){Y(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=ti(e,a,o,1,r,s,i,t,Er,Wg,null,Hg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function NP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class GP extends Ce{constructor(t){super(),Pe(this,t,NP,FP,we,{extraObjects:0},RP)}}function HP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=gt(l,a[h]);t=new dh({props:l}),i=new GP({props:{extraObjects:n[7]}});let c=n[3]&&Ug(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,u){ge(t,h,u),Y(h,e,u),ge(i,h,u),Y(h,s,u),c&&c.m(h,u),Y(h,o,u),r=!0},p(h,u){const d=u&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(d);const m={};u&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,u),u&8&&R(c,1)):(c=Ug(h),c.c(),R(c,1),c.m(o.parentNode,o)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(R(t.$$.fragment,h),R(i.$$.fragment,h),R(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){me(t,h),h&&X(e),me(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function WP(n){let t,e;return t=new wg({props:{missingFloorConfig:n[6]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&64&&(o.missingFloorConfig=i[6]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function Ug(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=gt(s,i[o]);return t=new gh({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r&567?vt(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||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function UP(n){let t,e,i,s;const o=[WP,HP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Re()},m(l,c){r[t].m(l,c),Y(l,i,c),s=!0},p(l,[c]){let h=t;t=a(l),t===h?r[t].p(l,c):(Se(),Z(r[h],1,1,()=>{r[h]=null}),xe(),e=r[t],e?e.p(l,c):(e=r[t]=o[t](l),e.c()),R(e,1),e.m(i.parentNode,i))},i(l){s||(R(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function QP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:u=[]}=t,{highlightData:d}=t,{missingFloorConfig:m}=t,{missingFloorImageUrl:g}=t;const p=void 0;return n.$$set=v=>{"five"in v&&e(0,r=v.five),"pxmm"in v&&e(1,a=v.pxmm),"floorIndex"in v&&e(2,l=v.floorIndex),"hoverEnable"in v&&e(3,c=v.hoverEnable),"floorplanData"in v&&e(4,h=v.floorplanData),"extraObjects"in v&&e(10,u=v.extraObjects),"highlightData"in v&&e(5,d=v.highlightData),"missingFloorConfig"in v&&e(6,m=v.missingFloorConfig),"missingFloorImageUrl"in v&&e(11,g=v.missingFloorImageUrl)},n.$$.update=()=>{n.$$.dirty&20&&e(12,i=h.floorDatas[l]),n.$$.dirty&4096&&e(8,s=i.rooms.length>0),n.$$.dirty&1028&&e(7,o=u==null?void 0:u.filter(v=>v.floorIndex===l))},[r,a,l,c,h,d,m,o,s,p,u,g,i]}class XP extends Ce{constructor(t){super(),Pe(this,t,QP,UP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorConfig:6,missingFloorImageUrl:11})}}function YP(n){Le(n,"svelte-6v429q",".floorplan-guide-plugin__observer-dots.svelte-6v429q{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.floorplan-guide-plugin__observer-dot.svelte-6v429q{position:absolute;background:#7dacff80;border:0.0375rem solid #96cfff;border-radius:50%;pointer-events:none;transform:translate(-50%, -50%);transition:opacity 0.8s ease-in-out}")}function Qg(n,t,e){const i=n.slice();return i[6]=t[e],i}function Xg(n,t){let e;return{key:n,first:null,c(){e=U("div"),w(e,"class","floorplan-guide-plugin__observer-dot svelte-6v429q"),_(e,"left",t[6].positionInImage.x*t[0]+"px"),_(e,"top",t[6].positionInImage.y*t[1]+"px"),_(e,"width",t[2]+"px"),_(e,"height",t[2]+"px"),this.first=e},m(i,s){Y(i,e,s)},p(i,s){t=i,s&9&&_(e,"left",t[6].positionInImage.x*t[0]+"px"),s&10&&_(e,"top",t[6].positionInImage.y*t[1]+"px"),s&4&&_(e,"width",t[2]+"px"),s&4&&_(e,"height",t[2]+"px")},d(i){i&&X(e)}}}function ZP(n){let t,e=[],i=new Map,s=n[3];const o=r=>r[6].index;for(let r=0;r<s.length;r+=1){let a=Qg(n,s,r),l=o(a);i.set(l,e[r]=Xg(l,a))}return{c(){t=U("div");for(let r=0;r<e.length;r+=1)e[r].c();w(t,"class","floorplan-guide-plugin__observer-dots svelte-6v429q")},m(r,a){Y(r,t,a);for(let l=0;l<e.length;l+=1)e[l]&&e[l].m(t,null)},p(r,[a]){a&15&&(s=r[3],e=ti(e,a,o,1,r,s,i,t,Er,Xg,null,Qg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function qP(n,t,e){let i,{floorplanData:s}=t,{floorIndex:o}=t,{contentWidth:r}=t,{contentHeight:a}=t,{observerDotSize:l=12}=t;return n.$$set=c=>{"floorplanData"in c&&e(4,s=c.floorplanData),"floorIndex"in c&&e(5,o=c.floorIndex),"contentWidth"in c&&e(0,r=c.contentWidth),"contentHeight"in c&&e(1,a=c.contentHeight),"observerDotSize"in c&&e(2,l=c.observerDotSize)},n.$$.update=()=>{var c,h;n.$$.dirty&48&&e(3,i=(h=(c=s.observers)==null?void 0:c.filter(u=>u.floorIndex===o))!=null?h:[])},[r,a,l,i,s,o]}class JP extends Ce{constructor(t){super(),Pe(this,t,qP,ZP,we,{floorplanData:4,floorIndex:5,contentWidth:0,contentHeight:1,observerDotSize:2},YP)}}function KP(n){Le(n,"svelte-qulme3",".floorplan-guide-plugin__room-label.svelte-qulme3{position:absolute;display:flex;flex-direction:column;align-items:center;transform:translate(-50%, -50%);color:#fff;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.8);line-height:1.2;white-space:nowrap;pointer-events:auto;cursor:pointer;transition:opacity 300ms;opacity:1}.floorplan-guide-plugin__room-label--hidden.svelte-qulme3{opacity:0}.floorplan-guide-plugin__room-label--hovered.svelte-qulme3{opacity:1 !important}.floorplan-guide-plugin__room-content.svelte-qulme3{display:flex;flex-direction:column;align-items:center}.floorplan-guide-plugin__room-name.svelte-qulme3{font-family:PingFangSC-Regular;font-weight:400;font-size:0.875rem;color:#FFFFFF;margin-bottom:0.125rem}.floorplan-guide-plugin__room-area.svelte-qulme3{opacity:0.6;font-family:PingFangSC-Regular;font-weight:400;font-size:0.75rem;color:#FFFFFF;text-align:center}")}function $P(n){let t,e,i=n[2]&&Yg(n),s=n[3]&&n[4]&&Zg(n);return{c(){t=U("div"),i&&i.c(),e=le(),s&&s.c(),w(t,"class","floorplan-guide-plugin__room-content svelte-qulme3")},m(o,r){Y(o,t,r),i&&i.m(t,null),V(t,e),s&&s.m(t,null)},p(o,r){o[2]?i?i.p(o,r):(i=Yg(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3]&&o[4]?s?s.p(o,r):(s=Zg(o),s.c(),s.m(t,null)):s&&(s.d(1),s=null)},d(o){o&&X(t),i&&i.d(),s&&s.d()}}}function eC(n){let t,e=n[5].outerHTML+"",i;return{c(){t=new po(!1),i=Re(),t.a=i},m(s,o){t.m(e,s,o),Y(s,i,o)},p(s,o){o&32&&e!==(e=s[5].outerHTML+"")&&t.p(e)},d(s){s&&X(i),s&&t.d()}}}function Yg(n){let t,e=n[0].name+"",i;return{c(){t=U("span"),i=Ve(e),w(t,"class","floorplan-guide-plugin__room-name svelte-qulme3")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o&1&&e!==(e=s[0].name+"")&&Ne(i,e)},d(s){s&&X(t)}}}function Zg(n){let t,e;return{c(){t=U("span"),e=Ve(n[4]),w(t,"class","floorplan-guide-plugin__room-area svelte-qulme3")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s&16&&Ne(e,i[4])},d(i){i&&X(t)}}}function tC(n){let t,e,i;function s(a,l){return a[5]?eC:$P}let o=s(n),r=o(n);return{c(){t=U("div"),r.c(),w(t,"class","floorplan-guide-plugin__room-label svelte-qulme3"),w(t,"role","button"),w(t,"tabindex","0"),Ie(t,"floorplan-guide-plugin__room-label--hovered",n[1]),Ie(t,"floorplan-guide-plugin__room-label--hidden",!n[10]),_(t,"left",n[6]),_(t,"top",n[7])},m(a,l){Y(a,t,l),r.m(t,null),e||(i=[_e(t,"mouseenter",n[17]),_e(t,"mouseleave",n[18]),_e(t,"keydown",iC),ei(Li.call(null,t)),_e(t,"clientWidth",n[19]),_e(t,"clientHeight",n[20])],e=!0)},p(a,[l]){o===(o=s(a))&&r?r.p(a,l):(r.d(1),r=o(a),r&&(r.c(),r.m(t,null))),l&2&&Ie(t,"floorplan-guide-plugin__room-label--hovered",a[1]),l&1024&&Ie(t,"floorplan-guide-plugin__room-label--hidden",!a[10]),l&64&&_(t,"left",a[6]),l&128&&_(t,"top",a[7])},i:oe,o:oe,d(a){a&&X(t),r.d(),e=!1,ht(i)}}}const iC=()=>{};function nC(n,t,e){let i,s,o,{room:r}=t,{isHovered:a}=t,{roomNameEnable:l}=t,{roomAreaEnable:c}=t,{roomAreaSize:h}=t,{userConfigElement:u}=t,{adaptiveRoomLabelVisibleEnable:d}=t,{pxmm:m}=t,{left:g}=t,{top:p}=t,{createLabelInRoomChecker:v}=t;const A=Cn();let P=0,M=0;const I=()=>A("mouseenter"),z=()=>A("mouseleave"),D=L=>{e(8,P=L.detail)},j=L=>{e(9,M=L.detail)};return n.$$set=L=>{"room"in L&&e(0,r=L.room),"isHovered"in L&&e(1,a=L.isHovered),"roomNameEnable"in L&&e(2,l=L.roomNameEnable),"roomAreaEnable"in L&&e(3,c=L.roomAreaEnable),"roomAreaSize"in L&&e(4,h=L.roomAreaSize),"userConfigElement"in L&&e(5,u=L.userConfigElement),"adaptiveRoomLabelVisibleEnable"in L&&e(12,d=L.adaptiveRoomLabelVisibleEnable),"pxmm"in L&&e(13,m=L.pxmm),"left"in L&&e(6,g=L.left),"top"in L&&e(7,p=L.top),"createLabelInRoomChecker"in L&&e(14,v=L.createLabelInRoomChecker)},n.$$.update=()=>{n.$$.dirty&768&&e(16,i={width:P,height:M}),n.$$.dirty&81921&&e(15,s=i?v(r,i):void 0),n.$$.dirty&45058&&e(10,o=d?a||(s?s(m):!0):!0)},[r,a,l,c,h,u,g,p,P,M,o,A,d,m,v,s,i,I,z,D,j]}class sC extends Ce{constructor(t){super(),Pe(this,t,nC,tC,we,{room:0,isHovered:1,roomNameEnable:2,roomAreaEnable:3,roomAreaSize:4,userConfigElement:5,adaptiveRoomLabelVisibleEnable:12,pxmm:13,left:6,top:7,createLabelInRoomChecker:14},KP)}}function oC(n){Le(n,"svelte-k2rax0",".floorplan-guide-plugin__room-labels.svelte-k2rax0{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15}")}function qg(n,t,e){const i=n.slice();return i[17]=t[e],i}function Jg(n,t){let e,i,s;function o(){return t[15](t[17])}return i=new sC({props:{room:t[17],isHovered:t[7]===t[17].id,roomNameEnable:t[0],roomAreaEnable:t[1],roomAreaSize:t[17].size?t[3](t[17].size):"",userConfigElement:t[4]?t[4](t[17]):null,adaptiveRoomLabelVisibleEnable:t[2],pxmm:t[6],left:t[17].roomLabel.positionInImage.x*100+"%",top:t[17].roomLabel.positionInImage.y*100+"%",createLabelInRoomChecker:lC}}),i.$on("mouseenter",o),i.$on("mouseleave",t[10]),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(r,a){Y(r,e,a),ge(i,r,a),s=!0},p(r,a){t=r;const l={};a&256&&(l.room=t[17]),a&384&&(l.isHovered=t[7]===t[17].id),a&1&&(l.roomNameEnable=t[0]),a&2&&(l.roomAreaEnable=t[1]),a&264&&(l.roomAreaSize=t[17].size?t[3](t[17].size):""),a&272&&(l.userConfigElement=t[4]?t[4](t[17]):null),a&4&&(l.adaptiveRoomLabelVisibleEnable=t[2]),a&64&&(l.pxmm=t[6]),a&256&&(l.left=t[17].roomLabel.positionInImage.x*100+"%"),a&256&&(l.top=t[17].roomLabel.positionInImage.y*100+"%"),i.$set(l)},i(r){s||(R(i.$$.fragment,r),s=!0)},o(r){Z(i.$$.fragment,r),s=!1},d(r){r&&X(e),me(i,r)}}}function rC(n){let t,e=[],i=new Map,s,o,r,a=n[8];const l=c=>c[17].id;for(let c=0;c<a.length;c+=1){let h=qg(n,a,c),u=l(h);i.set(u,e[c]=Jg(u,h))}return{c(){t=U("div");for(let c=0;c<e.length;c+=1)e[c].c();w(t,"class","floorplan-guide-plugin__room-labels svelte-k2rax0")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);s=!0,o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[16])],o=!0)},p(c,[h]){h&2015&&(a=c[8],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,Jg,null,qg),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)R(e[h]);s=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);s=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();o=!1,ht(r)}}}function aC(n,t){const e=n[0],i=n[1];let s=!1;for(let o=0,r=t.length-1;o<t.length;r=o++){const a=t[o][0],l=t[o][1],c=t[r][0],h=t[r][1];l>i!=h>i&&e<(c-a)*(i-l)/(h-l)+a&&(s=!s)}return s}function lC(n,t){if(t.width===0||t.height===0)return()=>!1;const e=n.path.map(({x:h,y:u})=>[h,u]),i=n.roomLabel.position,{x:s,y:o}=i,{width:r,height:a}=t,l=r/2,c=a/2;return function(u){const d=s*u,m=o*u,g=e.map(([v,A])=>[v*u,A*u]);return[[d+l,m-c],[d-l,m-c],[d-l,m+c],[d+l,m+c]].every(v=>aC(v,g))}}function cC(n,t,e){let i,s,{floorplanData:o}=t,{floorIndex:r}=t,{roomNameEnable:a=!0}=t,{roomNameOtherTypeEnable:l=!0}=t,{roomAreaEnable:c=!0}=t,{adaptiveRoomLabelVisibleEnable:h=!0}=t,{getRoomAreaText:u}=t,{getLabelElement:d}=t,m=0,g=0,p=null;function v(I){e(7,p=I.id)}function A(){e(7,p=null)}const P=I=>v(I),M=I=>{e(5,m=I.detail)};return n.$$set=I=>{"floorplanData"in I&&e(11,o=I.floorplanData),"floorIndex"in I&&e(12,r=I.floorIndex),"roomNameEnable"in I&&e(0,a=I.roomNameEnable),"roomNameOtherTypeEnable"in I&&e(13,l=I.roomNameOtherTypeEnable),"roomAreaEnable"in I&&e(1,c=I.roomAreaEnable),"adaptiveRoomLabelVisibleEnable"in I&&e(2,h=I.adaptiveRoomLabelVisibleEnable),"getRoomAreaText"in I&&e(3,u=I.getRoomAreaText),"getLabelElement"in I&&e(4,d=I.getLabelElement)},n.$$.update=()=>{var I,z;if(n.$$.dirty&6144&&e(14,i=(z=(I=o.floorDatas[r])==null?void 0:I.rooms)!=null?z:[]),n.$$.dirty&24576&&e(8,s=l?i:i.filter(D=>D.roomType!=="100900000012")),n.$$.dirty&2080){const{max:D,min:j}=o.bounding,L=D.x-j.x;e(6,g=m/L)}},[a,c,h,u,d,m,g,p,s,v,A,o,r,l,i,P,M]}class hC extends Ce{constructor(t){super(),Pe(this,t,cC,rC,we,{floorplanData:11,floorIndex:12,roomNameEnable:0,roomNameOtherTypeEnable:13,roomAreaEnable:1,adaptiveRoomLabelVisibleEnable:2,getRoomAreaText:3,getLabelElement:4},oC)}}function uC(n){Le(n,"svelte-19jnco7",".floorplan-plugin__compass.svelte-19jnco7{position:absolute;will-change:opacity}.floorplan-plugin__compass-image.svelte-19jnco7{width:14.4375rem;height:2.5625rem;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);opacity:0.1;background-repeat:no-repeat;background-size:100% 100%}.floorplan-plugin__compass-text.svelte-19jnco7{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);opacity:0.2;font-weight:bold;font-size:0.625rem;color:#fff}")}function dC(n){let t,e,i,s,o,r=`${n[1]}px`,a=`${n[2]}px`,l=`-${n[2]}px`,c=`${n[5]}px ${n[6]}px`;return{c(){t=U("div"),e=U("div"),i=le(),s=U("span"),o=Ve(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-19jnco7"),_(e,"background-image",`url(${Pg})`),w(s,"class","floorplan-plugin__compass-text svelte-19jnco7"),w(t,"class","floorplan-plugin__compass svelte-19jnco7"),_(t,"transform",n[4]),_(t,"width",r),_(t,"height",a),_(t,"top",l),_(t,"transform-origin",c)},m(h,u){Y(h,t,u),V(t,e),V(t,i),V(t,s),V(s,o)},p(h,u){u&1&&Ne(o,h[0]),u&2&&r!==(r=`${h[1]}px`)&&_(t,"width",r),u&4&&a!==(a=`${h[2]}px`)&&_(t,"height",a),u&4&&l!==(l=`-${h[2]}px`)&&_(t,"top",l)},d(h){h&&X(t)}}}function fC(n){let t,e=n[3]&&dC(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[3]&&e.p(i,s)},i:oe,o:oe,d(i){e&&e.d(i),i&&X(t)}}}function gC(n,t,e){var g;let{floorplanData:i}=t,{northDesc:s}=t,{containerWidth:o}=t,{containerHeight:r}=t,{height:a=50}=t;const l=(g=i.entrance)==null?void 0:g.northRad,c=typeof l=="number",u=`rotate(${-(l?di(l):0)+90}deg)`,d=o/2,m=a+r/2;return n.$$set=p=>{"floorplanData"in p&&e(7,i=p.floorplanData),"northDesc"in p&&e(0,s=p.northDesc),"containerWidth"in p&&e(1,o=p.containerWidth),"containerHeight"in p&&e(8,r=p.containerHeight),"height"in p&&e(2,a=p.height)},[s,o,a,c,u,d,m,i,r]}class mC extends Ce{constructor(t){super(),Pe(this,t,gC,fC,we,{floorplanData:7,northDesc:0,containerWidth:1,containerHeight:8,height:2},uC)}}function pC(n){Le(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 Kg(n){let t,e,i,s,o=n[25]!==0&&$g(n);return{c(){t=U("div"),o&&o.c(),w(t,"class","plugin-floorplan-radar svelte-1mvqyqq")},m(r,a){Y(r,t,a),o&&o.m(t,null),e=!0,i||(s=[ei(Li.call(null,t)),_e(t,"clientWidth",n[33]),_e(t,"clientHeight",n[34])],i=!0)},p(r,a){r[25]!==0?o?(o.p(r,a),a[0]&33554432&&R(o,1)):(o=$g(r),o.c(),R(o,1),o.m(t,null)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(R(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,ht(s)}}}function $g(n){let t,e,i,s=`${n[27]}px`,o=`${n[29]}px`,r,a,l;const c=[{five:n[0],pxmm:n[28],floorIndex:n[21],floorplanData:n[3],hoverEnable:n[2],extraObjects:n[5],highlightData:n[6],missingFloorImageUrl:n[7],missingFloorConfig:n[8]}];let h={};for(let d=0;d<c.length;d+=1)h=gt(h,c[d]);e=new XP({props:h});let u=n[30]&&em(n);return{c(){t=U("div"),pe(e.$$.fragment),i=le(),u&&u.c(),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),_(t,"width",s),_(t,"height",o),_(t,"cursor",n[9]?"pointer":"default")},m(d,m){Y(d,t,m),ge(e,t,null),V(t,i),u&&u.m(t,null),r=!0,a||(l=_e(t,"click",n[31]),a=!0)},p(d,m){const g=m[0]&270533101?vt(c,[{five:d[0],pxmm:d[28],floorIndex:d[21],floorplanData:d[3],hoverEnable:d[2],extraObjects:d[5],highlightData:d[6],missingFloorImageUrl:d[7],missingFloorConfig:d[8]}]):{};e.$set(g),d[30]?u?(u.p(d,m),m[0]&1073741824&&R(u,1)):(u=em(d),u.c(),R(u,1),u.m(t,null)):u&&(Se(),Z(u,1,1,()=>{u=null}),xe()),m[0]&134217728&&s!==(s=`${d[27]}px`)&&_(t,"width",s),m[0]&536870912&&o!==(o=`${d[29]}px`)&&_(t,"height",o),m[0]&512&&_(t,"cursor",d[9]?"pointer":"default")},i(d){r||(R(e.$$.fragment,d),R(u),r=!0)},o(d){Z(e.$$.fragment,d),Z(u),r=!1},d(d){d&&X(t),me(e),u&&u.d(),a=!1,l()}}}function em(n){let t,e,i,s,o,r;const a=[{floorplanData:n[3],floorIndex:n[21],contentWidth:n[27],contentHeight:n[29],observerDotSize:n[20]}];let l={};for(let d=0;d<a.length;d+=1)l=gt(l,a[d]);t=new JP({props:l});let c=n[10]&&tm(n),h=n[17]&&im(n),u=n[22]&&nm(n);return{c(){pe(t.$$.fragment),e=le(),c&&c.c(),i=le(),h&&h.c(),s=le(),u&&u.c(),o=Re()},m(d,m){ge(t,d,m),Y(d,e,m),c&&c.m(d,m),Y(d,i,m),h&&h.m(d,m),Y(d,s,m),u&&u.m(d,m),Y(d,o,m),r=!0},p(d,m){const g=m[0]&674234376?vt(a,[{floorplanData:d[3],floorIndex:d[21],contentWidth:d[27],contentHeight:d[29],observerDotSize:d[20]}]):{};t.$set(g),d[10]?c?(c.p(d,m),m[0]&1024&&R(c,1)):(c=tm(d),c.c(),R(c,1),c.m(i.parentNode,i)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe()),d[17]?h?(h.p(d,m),m[0]&131072&&R(h,1)):(h=im(d),h.c(),R(h,1),h.m(s.parentNode,s)):h&&(Se(),Z(h,1,1,()=>{h=null}),xe()),d[22]?u?(u.p(d,m),m[0]&4194304&&R(u,1)):(u=nm(d),u.c(),R(u,1),u.m(o.parentNode,o)):u&&(Se(),Z(u,1,1,()=>{u=null}),xe())},i(d){r||(R(t.$$.fragment,d),R(c),R(h),R(u),r=!0)},o(d){Z(t.$$.fragment,d),Z(c),Z(h),Z(u),r=!1},d(d){me(t,d),d&&X(e),c&&c.d(d),d&&X(i),h&&h.d(d),d&&X(s),u&&u.d(d),d&&X(o)}}}function tm(n){let t,e;const i=[{floorplanData:n[3],floorIndex:n[21],roomNameEnable:n[11],roomNameOtherTypeEnable:n[12],roomAreaEnable:n[13],adaptiveRoomLabelVisibleEnable:n[14],getRoomAreaText:n[15],getLabelElement:n[16]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new hC({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r[0]&2226184?vt(i,[{floorplanData:o[3],floorIndex:o[21],roomNameEnable:o[11],roomNameOtherTypeEnable:o[12],roomAreaEnable:o[13],adaptiveRoomLabelVisibleEnable:o[14],getRoomAreaText:o[15],getLabelElement:o[16]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function im(n){let t,e;const i=[{floorplanData:n[3],northDesc:n[18],containerWidth:n[27],containerHeight:n[29],height:n[19]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new mC({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r[0]&671875080?vt(i,[{floorplanData:o[3],northDesc:o[18],containerWidth:o[27],containerHeight:o[29],height:o[19]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function nm(n){let t,e;const i=[{pxmm:n[28],five:n[0],floorplanData:n[3],cameraImageUrl:n[4],cameraSize:n[23],cameraOffset:n[24]}];let s={};for(let o=0;o<i.length;o+=1)s=gt(s,i[o]);return t=new BP({props:s}),{c(){pe(t.$$.fragment)},m(o,r){ge(t,o,r),e=!0},p(o,r){const a=r[0]&293601305?vt(i,[{pxmm:o[28],five:o[0],floorplanData:o[3],cameraImageUrl:o[4],cameraSize:o[23],cameraOffset:o[24]}]):{};t.$set(a)},i(o){e||(R(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){me(t,o)}}}function vC(n){let t,e,i=n[1]&&Kg(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,o){s[1]?i?(i.p(s,o),o[0]&2&&R(i,1)):(i=Kg(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function AC(n,t,e){let i,{five:s}=t,{visible:o}=t,{hoverEnable:r}=t,{floorplanData:a}=t,{cameraImageUrl:l}=t,{extraObjects:c=[]}=t,{highlightData:h}=t,{missingFloorImageUrl:u}=t,{missingFloorConfig:d}=t,{clickEnable:m=!0}=t,{roomLabelsEnable:g=!1}=t,{roomNameEnable:p=!0}=t,{roomNameOtherTypeEnable:v=!0}=t,{roomAreaEnable:A=!0}=t,{adaptiveRoomLabelVisibleEnable:P=!0}=t,{getRoomAreaText:M=ee=>(ee/1e6).toFixed(1)+"㎡"}=t,{getLabelElement:I=void 0}=t,{compassEnable:z=!1}=t,{northDesc:D="北"}=t,{compassHeight:j=50}=t,{observerDotSize:L=12}=t,{displayedFloorIndex:O}=t,{shouldShowRadar:b=!0}=t,{cameraSize:C=36}=t,{cameraOffset:k=28.5}=t,{onFloorplanClick:E=void 0}=t,x=0,T=0,H=0,B=0,J=0;function ne(ee){if(!m||!E)return;const ze=ee.currentTarget.getBoundingClientRect(),ae=ee.clientX-ze.left,Ee=ee.clientY-ze.top,de=ae/B,ce=Ee/J;E({imageX:de,imageY:ce,floorIndex:O,originalEvent:ee})}const $=ee=>{e(25,T=ee.detail)},re=ee=>{e(26,H=ee.detail)};return n.$$set=ee=>{"five"in ee&&e(0,s=ee.five),"visible"in ee&&e(1,o=ee.visible),"hoverEnable"in ee&&e(2,r=ee.hoverEnable),"floorplanData"in ee&&e(3,a=ee.floorplanData),"cameraImageUrl"in ee&&e(4,l=ee.cameraImageUrl),"extraObjects"in ee&&e(5,c=ee.extraObjects),"highlightData"in ee&&e(6,h=ee.highlightData),"missingFloorImageUrl"in ee&&e(7,u=ee.missingFloorImageUrl),"missingFloorConfig"in ee&&e(8,d=ee.missingFloorConfig),"clickEnable"in ee&&e(9,m=ee.clickEnable),"roomLabelsEnable"in ee&&e(10,g=ee.roomLabelsEnable),"roomNameEnable"in ee&&e(11,p=ee.roomNameEnable),"roomNameOtherTypeEnable"in ee&&e(12,v=ee.roomNameOtherTypeEnable),"roomAreaEnable"in ee&&e(13,A=ee.roomAreaEnable),"adaptiveRoomLabelVisibleEnable"in ee&&e(14,P=ee.adaptiveRoomLabelVisibleEnable),"getRoomAreaText"in ee&&e(15,M=ee.getRoomAreaText),"getLabelElement"in ee&&e(16,I=ee.getLabelElement),"compassEnable"in ee&&e(17,z=ee.compassEnable),"northDesc"in ee&&e(18,D=ee.northDesc),"compassHeight"in ee&&e(19,j=ee.compassHeight),"observerDotSize"in ee&&e(20,L=ee.observerDotSize),"displayedFloorIndex"in ee&&e(21,O=ee.displayedFloorIndex),"shouldShowRadar"in ee&&e(22,b=ee.shouldShowRadar),"cameraSize"in ee&&e(23,C=ee.cameraSize),"cameraOffset"in ee&&e(24,k=ee.cameraOffset),"onFloorplanClick"in ee&&e(32,E=ee.onFloorplanClick)},n.$$.update=()=>{var ee;if(n.$$.dirty[0]&234881032){const fe=Math.min(T,H),{max:ze,min:ae}=a.bounding,Ee=ze.x-ae.x,de=ze.y-ae.y,ce=function(){return Ee>de?[fe,fe/Ee*de]:[fe/de*Ee,fe]}();e(27,B=ce[0]),e(29,J=ce[1]),e(28,x=B/Ee)}n.$$.dirty[0]&2097160&&e(30,i=((ee=a.floorDatas[O])==null?void 0:ee.rooms.length)>0)},[s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k,T,H,B,x,J,i,ne,E,$,re]}class bC extends Ce{constructor(t){super(),Pe(this,t,AC,vC,we,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7,missingFloorConfig:8,clickEnable:9,roomLabelsEnable:10,roomNameEnable:11,roomNameOtherTypeEnable:12,roomAreaEnable:13,adaptiveRoomLabelVisibleEnable:14,getRoomAreaText:15,getLabelElement:16,compassEnable:17,northDesc:18,compassHeight:19,observerDotSize:20,displayedFloorIndex:21,shouldShowRadar:22,cameraSize:23,cameraOffset:24,onFloorplanClick:32},pC,[-1,-1])}}let yC=class extends tn{constructor(e,i){var r,a;super(e);f(this,"name","floorplanGuidePlugin");f(this,"state");f(this,"data");f(this,"app");f(this,"wrapperSelector","");f(this,"wrapper",null);f(this,"disposed",!1);f(this,"extraObjects",[]);f(this,"highlightData",{});f(this,"defaultMissingFloorConfig");f(this,"dispose",()=>{var e;this.disposed=!0,(e=this.app)==null||e.$destroy(),this.wrapper=null,this.wrapperSelector="",this.five.off("panoArrived",this.handlePanoArrived),this.hooks.emit("dispose")});f(this,"highlight",e=>{this.state.config.highlightEnable&&(this.highlightData=e,this.render())});f(this,"unhighlight",()=>{this.highlightData={},this.render()});f(this,"handleFloorplanClick",e=>{var c;const i=(c=this.data)==null?void 0:c.observers;if(!i||i.length===0){console.warn("No floorplan observers found");return}const s=e.imageX,o=e.imageY,r=e.floorIndex;let a=null,l=1/0;i.forEach(h=>{if(h.floorIndex!==r)return;const u=h.positionInImage.x,d=h.positionInImage.y,m=Math.sqrt(Math.pow(s-u,2)+Math.pow(o-d,2));m<l&&(l=m,a={panoIndex:h.index,distance:m,observer:h})}),a?this.five.emit("wantsToMoveToPano",a.panoIndex,{},!0)||this.five.moveToPano(a.panoIndex):console.warn("No suitable observer found on the same floor")});f(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})});f(this,"handlePanoArrived",()=>{var i,s;const e=(s=(i=this.five.work.observers[this.five.getCurrentState().panoIndex])==null?void 0:i.floorIndex)!=null?s:0;this.updateState({displayedFloorIndex:e},!0),this.render()});this.five=e,this.defaultMissingFloorConfig={imageURL:Zi(i==null?void 0:i.staticPrefix,Nn),imageWidth:200,imageHeight:120,text:(a=(r=i==null?void 0:i.i18n)==null?void 0:r.call(i,"暂无平面图"))!=null?a:"暂无平面图",textFontSize:14};const s={hoverEnable:!1,highlightEnable:!1,cameraImageUrl:k3,missingFloorImageUrl:Zi(i==null?void 0:i.staticPrefix,Nn),missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i==null?void 0:i.missingFloorConfig),clickEnable:!0,roomLabelsEnable:!1,roomNameEnable:!0,roomNameOtherTypeEnable:!1,roomAreaEnable:!0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:l=>(l/1e6).toFixed(1)+"㎡",getLabelElement:void 0,compassEnable:!1,northDesc:"北",compassHeight:50,observerDotSize:12,cameraSize:36,cameraOffset:28.5,i18n:(i==null?void 0:i.i18n)||(l=>l)},o=N(N({},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),e.on("panoArrived",this.handlePanoArrived)}load(e,i,s=!0){return ie(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 en(a),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,l),i&&this.updateState(i,s),this.render()})}show(){return ie(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 ie(this,arguments,function*(e={}){if(!this.state.visible)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},i),this._hide({userAction:i})})}enable(e={}){if(this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||i),this._enable({userAction:i})}disable(e={}){if(!this.state.enabled)return;const i=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||i),this._disable({userAction:i})}setState(e,i={}){const s=this.state,o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled){const r={userAction:o};e.enabled?this._enable(r):this._disable(r)}if(e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o};e.visible?this._show(r):this._hide(r)}}appendTo(e){this.wrapper!==e&&this.app&&(this.app.$destroy(),this.app=void 0),this.wrapper=e,this.render()}changeConfigs(e,i=!0){this.setState({config:e},{userAction:i}),this.render()}setExtraObjectsWith3DPositions(e){this.data&&(this.extraObjects=Lg(e,this.five,this.data),this.render())}changeFloor(e){if(!this.data){console.warn("No floorplan data loaded");return}if(e<0||e>=this.data.floorDatas.length){console.warn(`Invalid floor index: ${e}. Available floors: 0-${this.data.floorDatas.length-1}`);return}this.updateState({displayedFloorIndex:e},!0),this.render()}formatData(e){return ie(this,null,function*(){return yield en(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){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?N(N({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?ue(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=ue(N(N({},this.state),e),{config:r}),!Gt(this.state,s,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}render(){var r,a;if(this.disposed||!this.state.enabled)return;if(!this.wrapper&&this.wrapperSelector){const l=document.querySelector(this.wrapperSelector);this.wrapper=l}if(!this.data||!this.wrapper)return;const e=(a=(r=this.five.work.observers[this.five.getCurrentState().panoIndex])==null?void 0:r.floorIndex)!=null?a:0,i=this.state.displayedFloorIndex!==void 0?this.state.displayedFloorIndex:e,s=i===e,o=ue(N({},this.state.config),{five:this.five,floorplanData:this.data,visible:this.state.visible,extraObjects:this.extraObjects,highlightData:this.highlightData,displayedFloorIndex:i,shouldShowRadar:s,cameraSize:this.state.config.cameraSize||36,cameraOffset:this.state.config.cameraOffset||28.5,onFloorplanClick:this.state.config.clickEnable?this.handleFloorplanClick:void 0});this.app?this.app.$set(o):this.app=new bC({target:this.wrapper,props:o})}};const wC=(n,t)=>new yC(n,t),PC=[{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:"和室"}],CC=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],IC=[{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:"写字楼"}],bh=(n,t,e)=>{const i=new y.Matrix4,s=new y.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},MC=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(bh(s,0,0)),o&&n.applyMatrix4(bh(0,o,0)),r&&n.applyMatrix4(bh(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function sm(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=N({map:s.material.map||{}},t);s.material=new G.MeshBasicMaterial(o),s.renderOrder=1,((i=e.parent)==null?void 0:i.type)==="Mesh"&&(e.renderOrder=e.parent.renderOrder+1)}})}/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */var om={},Ci=void 0,kC=om;function yh(n,t){var e=n.split("."),i=kC;!(e[0]in i)&&i.execScript&&i.execScript("var "+e[0]);for(var s;e.length&&(s=e.shift());)!e.length&&t!==Ci?i[s]=t:i=i[s]?i[s]:i[s]={}}var At=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined"&&typeof DataView!="undefined";function Ds(n){var t=n.length,e=0,i=Number.POSITIVE_INFINITY,s,o,r,a,l,c,h,u,d,m;for(u=0;u<t;++u)n[u]>e&&(e=n[u]),n[u]<i&&(i=n[u]);for(s=1<<e,o=new(At?Uint32Array:Array)(s),r=1,a=0,l=2;r<=e;){for(u=0;u<t;++u)if(n[u]===r){for(c=0,h=a,d=0;d<r;++d)c=c<<1|h&1,h>>=1;for(m=r<<16|u,d=c;d<s;d+=l)o[d]=m;++a}++r,a<<=1,l<<=1}return[o,e,i]}function Jn(n,t){switch(this.g=[],this.h=32768,this.d=this.f=this.a=this.l=0,this.input=At?new Uint8Array(n):n,this.m=!1,this.i=ol,this.r=!1,(t||!(t={}))&&(t.index&&(this.a=t.index),t.bufferSize&&(this.h=t.bufferSize),t.bufferType&&(this.i=t.bufferType),t.resize&&(this.r=t.resize)),this.i){case wh:this.b=32768,this.c=new(At?Uint8Array:Array)(32768+this.h+258);break;case ol:this.b=0,this.c=new(At?Uint8Array:Array)(this.h),this.e=this.z,this.n=this.v,this.j=this.w;break;default:throw Error("invalid inflate mode")}}var wh=0,ol=1,rm={t:wh,s:ol};Jn.prototype.k=function(){for(;!this.m;){var n=Ti(this,3);switch(n&1&&(this.m=!0),n>>>=1,n){case 0:var t=this.input,e=this.a,i=this.c,s=this.b,o=t.length,r=Ci,a=Ci,l=i.length,c=Ci;if(this.d=this.f=0,e+1>=o)throw Error("invalid uncompressed block header: LEN");if(r=t[e++]|t[e++]<<8,e+1>=o)throw Error("invalid uncompressed block header: NLEN");if(a=t[e++]|t[e++]<<8,r===~a)throw Error("invalid uncompressed block header: length verify");if(e+r>t.length)throw Error("input buffer is broken");switch(this.i){case wh:for(;s+r>i.length;){if(c=l-s,r-=c,At)i.set(t.subarray(e,e+c),s),s+=c,e+=c;else for(;c--;)i[s++]=t[e++];this.b=s,i=this.e(),s=this.b}break;case ol:for(;s+r>i.length;)i=this.e({p:2});break;default:throw Error("invalid inflate mode")}if(At)i.set(t.subarray(e,e+r),s),s+=r,e+=r;else for(;r--;)i[s++]=t[e++];this.a=e,this.b=s,this.c=i;break;case 1:this.j(EC,SC);break;case 2:for(var h=Ti(this,5)+257,u=Ti(this,5)+1,d=Ti(this,4)+4,m=new(At?Uint8Array:Array)(Ph.length),g=Ci,p=Ci,v=Ci,A=Ci,P=Ci,M=Ci,I=Ci,D=Ci,z=Ci,D=0;D<d;++D)m[Ph[D]]=Ti(this,3);if(!At)for(D=d,d=m.length;D<d;++D)m[Ph[D]]=0;for(g=Ds(m),A=new(At?Uint8Array:Array)(h+u),D=0,z=h+u;D<z;)switch(P=Dr(this,g),P){case 16:for(I=3+Ti(this,2);I--;)A[D++]=M;break;case 17:for(I=3+Ti(this,3);I--;)A[D++]=0;M=0;break;case 18:for(I=11+Ti(this,7);I--;)A[D++]=0;M=0;break;default:M=A[D++]=P}p=Ds(At?A.subarray(0,h):A.slice(0,h)),v=Ds(At?A.subarray(h):A.slice(h)),this.j(p,v);break;default:throw Error("unknown BTYPE: "+n)}}return this.n()};var am=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Ph=At?new Uint16Array(am):am,lm=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,258,258],cm=At?new Uint16Array(lm):lm,hm=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,0,0],rl=At?new Uint8Array(hm):hm,um=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577],dm=At?new Uint16Array(um):um,fm=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],al=At?new Uint8Array(fm):fm,Ch=new(At?Uint8Array:Array)(288),Ls,gm;for(Ls=0,gm=Ch.length;Ls<gm;++Ls)Ch[Ls]=143>=Ls?8:255>=Ls?9:279>=Ls?7:8;var EC=Ds(Ch),Ih=new(At?Uint8Array:Array)(30),ll,mm;for(ll=0,mm=Ih.length;ll<mm;++ll)Ih[ll]=5;var SC=Ds(Ih);function Ti(n,t){for(var e=n.f,i=n.d,s=n.input,o=n.a,r=s.length,a;i<t;){if(o>=r)throw Error("input buffer is broken");e|=s[o++]<<i,i+=8}return a=e&(1<<t)-1,n.f=e>>>t,n.d=i-t,n.a=o,a}function Dr(n,t){for(var e=n.f,i=n.d,s=n.input,o=n.a,r=s.length,a=t[0],l=t[1],c,h;i<l&&!(o>=r);)e|=s[o++]<<i,i+=8;if(c=a[e&(1<<l)-1],h=c>>>16,h>i)throw Error("invalid code length: "+h);return n.f=e>>h,n.d=i-h,n.a=o,c&65535}Jn.prototype.j=function(n,t){var e=this.c,i=this.b;this.o=n;for(var s=e.length-258,o,r,a,l;(o=Dr(this,n))!==256;)if(256>o)i>=s&&(this.b=i,e=this.e(),i=this.b),e[i++]=o;else for(r=o-257,l=cm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=dm[o],0<al[o]&&(a+=Ti(this,al[o])),i>=s&&(this.b=i,e=this.e(),i=this.b);l--;)e[i]=e[i++-a];for(;8<=this.d;)this.d-=8,this.a--;this.b=i},Jn.prototype.w=function(n,t){var e=this.c,i=this.b;this.o=n;for(var s=e.length,o,r,a,l;(o=Dr(this,n))!==256;)if(256>o)i>=s&&(e=this.e(),s=e.length),e[i++]=o;else for(r=o-257,l=cm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=dm[o],0<al[o]&&(a+=Ti(this,al[o])),i+l>s&&(e=this.e(),s=e.length);l--;)e[i]=e[i++-a];for(;8<=this.d;)this.d-=8,this.a--;this.b=i},Jn.prototype.e=function(){var n=new(At?Uint8Array:Array)(this.b-32768),t=this.b-32768,e,i,s=this.c;if(At)n.set(s.subarray(32768,n.length));else for(e=0,i=n.length;e<i;++e)n[e]=s[e+32768];if(this.g.push(n),this.l+=n.length,At)s.set(s.subarray(t,t+32768));else for(e=0;32768>e;++e)s[e]=s[t+e];return this.b=32768,s},Jn.prototype.z=function(n){var t,e=this.input.length/this.a+1|0,i,s,o,r=this.input,a=this.c;return n&&(typeof n.p=="number"&&(e=n.p),typeof n.u=="number"&&(e+=n.u)),2>e?(i=(r.length-this.a)/this.o[2],o=258*(i/2)|0,s=o<a.length?a.length+o:a.length<<1):s=a.length*e,At?(t=new Uint8Array(s),t.set(a)):t=a,this.c=t},Jn.prototype.n=function(){var n=0,t=this.c,e=this.g,i,s=new(At?Uint8Array:Array)(this.l+(this.b-32768)),o,r,a,l;if(e.length===0)return At?this.c.subarray(32768,this.b):this.c.slice(32768,this.b);for(o=0,r=e.length;o<r;++o)for(i=e[o],a=0,l=i.length;a<l;++a)s[n++]=i[a];for(o=32768,r=this.b;o<r;++o)s[n++]=t[o];return this.g=[],this.buffer=s},Jn.prototype.v=function(){var n,t=this.b;return At?this.r?(n=new Uint8Array(t),n.set(this.c.subarray(0,t))):n=this.c.subarray(0,t):(this.c.length>t&&(this.c.length=t),n=this.c),this.buffer=n};function Mh(n,t){var e,i;switch(this.input=n,this.a=0,(t||!(t={}))&&(t.index&&(this.a=t.index),t.verify&&(this.A=t.verify)),e=n[this.a++],i=n[this.a++],e&15){case pm:this.method=pm;break;default:throw Error("unsupported compression method")}if(((e<<8)+i)%31!==0)throw Error("invalid fcheck flag:"+((e<<8)+i)%31);if(i&32)throw Error("fdict flag is not supported");this.q=new Jn(n,{index:this.a,bufferSize:t.bufferSize,bufferType:t.bufferType,resize:t.resize})}Mh.prototype.k=function(){var n=this.input,t,e;if(t=this.q.k(),this.a=this.q.a,this.A){e=(n[this.a++]<<24|n[this.a++]<<16|n[this.a++]<<8|n[this.a++])>>>0;var i=t;if(typeof i=="string"){var s=i.split(""),o,r;for(o=0,r=s.length;o<r;o++)s[o]=(s[o].charCodeAt(0)&255)>>>0;i=s}for(var a=1,l=0,c=i.length,h,u=0;0<c;){h=1024<c?1024:c,c-=h;do a+=i[u++],l+=a;while(--h);a%=65521,l%=65521}if(e!==(l<<16|a)>>>0)throw Error("invalid adler-32 checksum")}return t};var pm=8;yh("Zlib.Inflate",Mh),yh("Zlib.Inflate.prototype.decompress",Mh.prototype.k);var kh={ADAPTIVE:rm.s,BLOCK:rm.t},Lr,Tr,Do,vm;if(Object.keys)Lr=Object.keys(kh);else for(Tr in Lr=[],Do=0,kh)Lr[Do++]=Tr;for(Do=0,vm=Lr.length;Do<vm;++Do)Tr=Lr[Do],yh("Zlib.Inflate.BufferType."+Tr,kh[Tr]);var Am=om.Zlib,bm={findSpan:function(n,t,e){var i=e.length-n-1;if(t>=e[i])return i-1;if(t<=e[n])return n;for(var s=n,o=i,r=Math.floor((s+o)/2);t<e[r]||t>=e[r+1];)t<e[r]?o=r:s=r,r=Math.floor((s+o)/2);return r},calcBasisFunctions:function(n,t,e,i){var s=[],o=[],r=[];s[0]=1;for(var a=1;a<=e;++a){o[a]=t-i[n+1-a],r[a]=i[n+a]-t;for(var l=0,c=0;c<a;++c){var h=r[c+1],u=o[a-c],d=s[c]/(h+u);s[c]=l+h*d,l=u*d}s[a]=l}return s},calcBSplinePoint:function(n,t,e,i){for(var s=this.findSpan(n,i,t),o=this.calcBasisFunctions(s,i,n,t),r=new G.Vector4(0,0,0,0),a=0;a<=n;++a){var l=e[s-n+a],c=o[a],h=l.w*c;r.x+=l.x*h,r.y+=l.y*h,r.z+=l.z*h,r.w+=l.w*c}return r},calcBasisFunctionDerivatives:function(n,t,e,i,s){for(var o=[],r=0;r<=e;++r)o[r]=0;for(var a=[],r=0;r<=i;++r)a[r]=o.slice(0);for(var l=[],r=0;r<=e;++r)l[r]=o.slice(0);l[0][0]=1;for(var c=o.slice(0),h=o.slice(0),u=1;u<=e;++u){c[u]=t-s[n+1-u],h[u]=s[n+u]-t;for(var d=0,O=0;O<u;++O){var m=h[O+1],g=c[u-O];l[u][O]=m+g;var p=l[O][u-1]/l[u][O];l[O][u]=d+m*p,d=g*p}l[u][u]=d}for(var u=0;u<=e;++u)a[0][u]=l[u][e];for(var O=0;O<=e;++O){for(var v=0,A=1,P=[],r=0;r<=e;++r)P[r]=o.slice(0);P[0][0]=1;for(var M=1;M<=i;++M){var I=0,z=O-M,D=e-M;O>=M&&(P[A][0]=P[v][0]/l[D+1][z],I=P[A][0]*l[z][D]);for(var j=z>=-1?1:-z,L=O-1<=D?M-1:e-O,u=j;u<=L;++u)P[A][u]=(P[v][u]-P[v][u-1])/l[D+1][z+u],I+=P[A][u]*l[z+u][D];O<=D&&(P[A][M]=-P[v][M-1]/l[D+1][O],I+=P[A][M]*l[O][D]),a[M][O]=I;var u=v;v=A,A=u}}for(var O=e,M=1;M<=i;++M){for(var u=0;u<=e;++u)a[M][u]*=O;O*=e-M}return a},calcBSplineDerivatives:function(n,t,e,i,s){for(var o=s<n?s:n,r=[],a=this.findSpan(n,i,t),l=this.calcBasisFunctionDerivatives(a,i,n,o,t),c=[],h=0;h<e.length;++h){var u=e[h].clone(),d=u.w;u.x*=d,u.y*=d,u.z*=d,c[h]=u}for(var m=0;m<=o;++m){for(var u=c[a-n].clone().multiplyScalar(l[m][0]),g=1;g<=n;++g)u.add(c[a-n+g].clone().multiplyScalar(l[m][g]));r[m]=u}for(var m=o+1;m<=s+1;++m)r[m]=new G.Vector4(0,0,0);return r},calcKoverI:function(n,t){for(var e=1,i=2;i<=n;++i)e*=i;for(var s=1,i=2;i<=t;++i)s*=i;for(var i=2;i<=n-t;++i)s*=i;return e/s},calcRationalCurveDerivatives:function(n){for(var t=n.length,e=[],i=[],s=0;s<t;++s){var o=n[s];e[s]=new G.Vector3(o.x,o.y,o.z),i[s]=o.w}for(var r=[],a=0;a<t;++a){for(var l=e[a].clone(),s=1;s<=a;++s)l.sub(r[a-s].clone().multiplyScalar(this.calcKoverI(a,s)*i[s]));r[a]=l.divideScalar(i[0])}return r},calcNURBSDerivatives:function(n,t,e,i,s){var o=this.calcBSplineDerivatives(n,t,e,i,s);return this.calcRationalCurveDerivatives(o)},calcSurfacePoint:function(n,t,e,i,s,o,r,a){for(var l=this.findSpan(n,o,e),c=this.findSpan(t,r,i),h=this.calcBasisFunctions(l,o,n,e),u=this.calcBasisFunctions(c,r,t,i),d=[],m=0;m<=t;++m){d[m]=new G.Vector4(0,0,0,0);for(var g=0;g<=n;++g){var p=s[l-n+g][c-t+m].clone(),v=p.w;p.x*=v,p.y*=v,p.z*=v,d[m].add(p.multiplyScalar(h[g]))}}for(var A=new G.Vector4(0,0,0,0),m=0;m<=t;++m)A.add(d[m].multiplyScalar(u[m]));A.divideScalar(A.w),a.set(A.x,A.y,A.z)}},Ts=function(n,t,e,i,s){G.Curve.call(this),this.degree=n,this.knots=t,this.controlPoints=[],this.startKnot=i||0,this.endKnot=s||this.knots.length-1;for(var o=0;o<e.length;++o){var r=e[o];this.controlPoints[o]=new G.Vector4(r.x,r.y,r.z,r.w)}};Ts.prototype=Object.create(G.Curve.prototype),Ts.prototype.constructor=Ts,Ts.prototype.getPoint=function(n,t){var e=t||new G.Vector3,i=this.knots[this.startKnot]+n*(this.knots[this.endKnot]-this.knots[this.startKnot]),s=bm.calcBSplinePoint(this.degree,this.knots,this.controlPoints,i);return s.w!=1&&s.divideScalar(s.w),e.set(s.x,s.y,s.z)},Ts.prototype.getTangent=function(n,t){var e=t||new G.Vector3,i=this.knots[0]+n*(this.knots[this.knots.length-1]-this.knots[0]),s=bm.calcNURBSDerivatives(this.degree,this.knots,this.controlPoints,i,1);return e.copy(s[1]).normalize(),e};var ym=function(){var n,t,e;function i(b){G.Loader.call(this,b)}i.prototype=Object.assign(Object.create(G.Loader.prototype),{constructor:i,load:function(b,C,k,E){var x=this,T=x.path===""?G.LoaderUtils.extractUrlBase(b):x.path,H=new G.FileLoader(this.manager);H.setPath(x.path),H.setResponseType("arraybuffer"),H.load(b,function(B){try{C(x.parse(B,T))}catch(J){E?E(J):console.error(J),x.manager.itemError(b)}},k,E)},parse:function(b,C){if(u(b))n=new l().parse(b);else{var k=D(b);if(!d(k))throw new Error("THREE.FBXLoader: Unknown format.");if(m(k)<7e3)throw new Error("THREE.FBXLoader: FBX version not supported, FileVersion: "+m(k));n=new a().parse(k)}var E=new G.TextureLoader(this.manager).setPath(this.resourcePath||C).setCrossOrigin(this.crossOrigin);return new s(E,this.manager).parse(n)}});function s(b,C){this.textureLoader=b,this.manager=C}s.prototype={constructor:s,parse:function(){t=this.parseConnections();var b=this.parseImages(),C=this.parseTextures(b),k=this.parseMaterials(C),E=this.parseDeformers(),x=new o().parse(E);return this.parseScene(E,x,k),e},parseConnections:function(){var b=new Map;if("Connections"in n){var C=n.Connections.connections;C.forEach(function(k){var E=k[0],x=k[1],T=k[2];b.has(E)||b.set(E,{parents:[],children:[]});var H={ID:x,relationship:T};b.get(E).parents.push(H),b.has(x)||b.set(x,{parents:[],children:[]});var B={ID:E,relationship:T};b.get(x).children.push(B)})}return b},parseImages:function(){var b={},C={};if("Video"in n.Objects){var k=n.Objects.Video;for(var E in k){var x=k[E],T=parseInt(E);if(b[T]=x.RelativeFilename||x.Filename,"Content"in x){var H=x.Content instanceof ArrayBuffer&&x.Content.byteLength>0,B=typeof x.Content=="string"&&x.Content!=="";if(H||B){var J=this.parseImage(k[E]);C[x.RelativeFilename||x.Filename]=J}}}}for(var T in b){var ne=b[T];C[ne]!==void 0?b[T]=C[ne]:b[T]=b[T].split("\\").pop()}return b},parseImage:function(b){var C=b.Content,k=b.RelativeFilename||b.Filename,E=k.slice(k.lastIndexOf(".")+1).toLowerCase(),x;switch(E){case"bmp":x="image/bmp";break;case"jpg":case"jpeg":x="image/jpeg";break;case"png":x="image/png";break;case"tif":x="image/tiff";break;case"tga":this.manager.getHandler(".tga")===null&&console.warn("FBXLoader: TGA loader not found, skipping ",k),x="image/tga";break;default:console.warn('FBXLoader: Image type "'+E+'" is not supported.');return}if(typeof C=="string")return"data:"+x+";base64,"+C;var T=new Uint8Array(C);return window.URL.createObjectURL(new Blob([T],{type:x}))},parseTextures:function(b){var C=new Map;if("Texture"in n.Objects){var k=n.Objects.Texture;for(var E in k){var x=this.parseTexture(k[E],b);C.set(parseInt(E),x)}}return C},parseTexture:function(b,C){var k=this.loadTexture(b,C);k.ID=b.id,k.name=b.attrName;var E=b.WrapModeU,x=b.WrapModeV,T=E!==void 0?E.value:0,H=x!==void 0?x.value:0;if(k.wrapS=T===0?G.RepeatWrapping:G.ClampToEdgeWrapping,k.wrapT=H===0?G.RepeatWrapping:G.ClampToEdgeWrapping,"Scaling"in b){var B=b.Scaling.value;k.repeat.x=B[0],k.repeat.y=B[1]}return k},loadTexture:function(b,C){var k,E=this.textureLoader.path,x=t.get(b.id).children;x!==void 0&&x.length>0&&C[x[0].ID]!==void 0&&(k=C[x[0].ID],(k.indexOf("blob:")===0||k.indexOf("data:")===0)&&this.textureLoader.setPath(void 0));var T,H=b.FileName.slice(-3).toLowerCase();if(H==="tga"){var B=this.manager.getHandler(".tga");B===null?(console.warn("FBXLoader: TGA loader not found, creating placeholder texture for",b.RelativeFilename),T=new G.Texture):T=B.load(k)}else H==="psd"?(console.warn("FBXLoader: PSD textures are not supported, creating placeholder texture for",b.RelativeFilename),T=new G.Texture):T=this.textureLoader.load(k);return this.textureLoader.setPath(E),T},parseMaterials:function(b){var C=new Map;if("Material"in n.Objects){var k=n.Objects.Material;for(var E in k){var x=this.parseMaterial(k[E],b);x!==null&&C.set(parseInt(E),x)}}return C},parseMaterial:function(b,C){var k=b.id,E=b.attrName,x=b.ShadingModel;if(typeof x=="object"&&(x=x.value),!t.has(k))return null;var T=this.parseParameters(b,C,k),H;switch(x.toLowerCase()){case"phong":H=new G.MeshPhongMaterial;break;case"lambert":H=new G.MeshLambertMaterial;break;default:console.warn('THREE.FBXLoader: unknown material type "%s". Defaulting to MeshPhongMaterial.',x),H=new G.MeshPhongMaterial;break}return H.setValues(T),H.name=E,H},parseParameters:function(b,C,k){var E={};b.BumpFactor&&(E.bumpScale=b.BumpFactor.value),b.Diffuse?E.color=new G.Color().fromArray(b.Diffuse.value):b.DiffuseColor&&b.DiffuseColor.type==="Color"&&(E.color=new G.Color().fromArray(b.DiffuseColor.value)),b.DisplacementFactor&&(E.displacementScale=b.DisplacementFactor.value),b.Emissive?E.emissive=new G.Color().fromArray(b.Emissive.value):b.EmissiveColor&&b.EmissiveColor.type==="Color"&&(E.emissive=new G.Color().fromArray(b.EmissiveColor.value)),b.EmissiveFactor&&(E.emissiveIntensity=parseFloat(b.EmissiveFactor.value)),b.Opacity&&(E.opacity=parseFloat(b.Opacity.value)),E.opacity<1&&(E.transparent=!0),b.ReflectionFactor&&(E.reflectivity=b.ReflectionFactor.value),b.Shininess&&(E.shininess=b.Shininess.value),b.Specular?E.specular=new G.Color().fromArray(b.Specular.value):b.SpecularColor&&b.SpecularColor.type==="Color"&&(E.specular=new G.Color().fromArray(b.SpecularColor.value));var x=this;return t.get(k).children.forEach(function(T){var H=T.relationship;switch(H){case"Bump":E.bumpMap=x.getTexture(C,T.ID);break;case"Maya|TEX_ao_map":E.aoMap=x.getTexture(C,T.ID);break;case"DiffuseColor":case"Maya|TEX_color_map":E.map=x.getTexture(C,T.ID),E.map.encoding=G.sRGBEncoding;break;case"DisplacementColor":E.displacementMap=x.getTexture(C,T.ID);break;case"EmissiveColor":E.emissiveMap=x.getTexture(C,T.ID),E.emissiveMap.encoding=G.sRGBEncoding;break;case"NormalMap":case"Maya|TEX_normal_map":E.normalMap=x.getTexture(C,T.ID);break;case"ReflectionColor":E.envMap=x.getTexture(C,T.ID),E.envMap.mapping=G.EquirectangularReflectionMapping,E.envMap.encoding=G.sRGBEncoding;break;case"SpecularColor":E.specularMap=x.getTexture(C,T.ID),E.specularMap.encoding=G.sRGBEncoding;break;case"TransparentColor":case"TransparencyFactor":E.alphaMap=x.getTexture(C,T.ID),E.transparent=!0;break;case"AmbientColor":case"ShininessExponent":case"SpecularFactor":case"VectorDisplacementColor":default:console.warn("THREE.FBXLoader: %s map is not supported in three.js, skipping texture.",H);break}}),E},getTexture:function(b,C){return"LayeredTexture"in n.Objects&&C in n.Objects.LayeredTexture&&(console.warn("THREE.FBXLoader: layered textures are not supported in three.js. Discarding all but first layer."),C=t.get(C).children[0].ID),b.get(C)},parseDeformers:function(){var b={},C={};if("Deformer"in n.Objects){var k=n.Objects.Deformer;for(var E in k){var x=k[E],T=t.get(parseInt(E));if(x.attrType==="Skin"){var H=this.parseSkeleton(T,k);H.ID=E,T.parents.length>1&&console.warn("THREE.FBXLoader: skeleton attached to more than one geometry is not supported."),H.geometryID=T.parents[0].ID,b[E]=H}else if(x.attrType==="BlendShape"){var B={id:E};B.rawTargets=this.parseMorphTargets(T,k),B.id=E,T.parents.length>1&&console.warn("THREE.FBXLoader: morph target attached to more than one geometry is not supported."),C[E]=B}}}return{skeletons:b,morphTargets:C}},parseSkeleton:function(b,C){var k=[];return b.children.forEach(function(E){var x=C[E.ID];if(x.attrType==="Cluster"){var T={ID:E.ID,indices:[],weights:[],transformLink:new G.Matrix4().fromArray(x.TransformLink.a)};"Indexes"in x&&(T.indices=x.Indexes.a,T.weights=x.Weights.a),k.push(T)}}),{rawBones:k,bones:[]}},parseMorphTargets:function(b,C){for(var k=[],E=0;E<b.children.length;E++){var x=b.children[E],T=C[x.ID],H={name:T.attrName,initialWeight:T.DeformPercent,id:T.id,fullWeights:T.FullWeights.a};if(T.attrType!=="BlendShapeChannel")return;H.geoID=t.get(parseInt(x.ID)).children.filter(function(B){return B.relationship===void 0})[0].ID,k.push(H)}return k},parseScene:function(b,C,k){e=new G.Group;var E=this.parseModels(b.skeletons,C,k),x=n.Objects.Model,T=this;E.forEach(function(B){var J=x[B.ID];T.setLookAtProperties(B,J);var ne=t.get(B.ID).parents;ne.forEach(function($){var re=E.get($.ID);re!==void 0&&re.add(B)}),B.parent===null&&e.add(B)}),this.bindSkeleton(b.skeletons,C,E),this.createAmbientLight(),this.setupMorphMaterials(),e.traverse(function(B){if(B.userData.transformData){B.parent&&(B.userData.transformData.parentMatrixWorld=B.parent.matrix);var J=M(B.userData.transformData);B.applyMatrix4(J)}});var H=new r().parse();e.children.length===1&&e.children[0].isGroup&&(e.children[0].animations=H,e=e.children[0]),e.animations=H},parseModels:function(b,C,k){var E=new Map,x=n.Objects.Model;for(var T in x){var H=parseInt(T),B=x[T],J=t.get(H),ne=this.buildSkeleton(J,b,H,B.attrName);if(!ne){switch(B.attrType){case"Camera":ne=this.createCamera(J);break;case"Light":ne=this.createLight(J);break;case"Mesh":ne=this.createMesh(J,C,k);break;case"NurbsCurve":ne=this.createCurve(J,C);break;case"LimbNode":case"Root":ne=new G.Bone;break;case"Null":default:ne=new G.Group;break}ne.name=B.attrName?G.PropertyBinding.sanitizeNodeName(B.attrName):"",ne.ID=H}this.getTransformData(ne,B),E.set(H,ne)}return E},buildSkeleton:function(b,C,k,E){var x=null;return b.parents.forEach(function(T){for(var H in C){var B=C[H];B.rawBones.forEach(function(J,ne){if(J.ID===T.ID){var $=x;x=new G.Bone,x.matrixWorld.copy(J.transformLink),x.name=E?G.PropertyBinding.sanitizeNodeName(E):"",x.ID=k,B.bones[ne]=x,$!==null&&x.add($)}})}}),x},createCamera:function(b){var C,k;if(b.children.forEach(function(re){var ee=n.Objects.NodeAttribute[re.ID];ee!==void 0&&(k=ee)}),k===void 0)C=new G.Object3D;else{var E=0;k.CameraProjectionType!==void 0&&k.CameraProjectionType.value===1&&(E=1);var x=1;k.NearPlane!==void 0&&(x=k.NearPlane.value/1e3);var T=1e3;k.FarPlane!==void 0&&(T=k.FarPlane.value/1e3);var H=window.innerWidth,B=window.innerHeight;k.AspectWidth!==void 0&&k.AspectHeight!==void 0&&(H=k.AspectWidth.value,B=k.AspectHeight.value);var J=H/B,ne=45;k.FieldOfView!==void 0&&(ne=k.FieldOfView.value);var $=k.FocalLength?k.FocalLength.value:null;switch(E){case 0:C=new G.PerspectiveCamera(ne,J,x,T),$!==null&&C.setFocalLength($);break;case 1:C=new G.OrthographicCamera(-H/2,H/2,B/2,-B/2,x,T);break;default:console.warn("THREE.FBXLoader: Unknown camera type "+E+"."),C=new G.Object3D;break}}return C},createLight:function(b){var C,k;if(b.children.forEach(function($){var re=n.Objects.NodeAttribute[$.ID];re!==void 0&&(k=re)}),k===void 0)C=new G.Object3D;else{var E;k.LightType===void 0?E=0:E=k.LightType.value;var x=16777215;k.Color!==void 0&&(x=new G.Color().fromArray(k.Color.value));var T=k.Intensity===void 0?1:k.Intensity.value/100;k.CastLightOnObject!==void 0&&k.CastLightOnObject.value===0&&(T=0);var H=0;k.FarAttenuationEnd!==void 0&&(k.EnableFarAttenuation!==void 0&&k.EnableFarAttenuation.value===0?H=0:H=k.FarAttenuationEnd.value);var B=1;switch(E){case 0:C=new G.PointLight(x,T,H,B);break;case 1:C=new G.DirectionalLight(x,T);break;case 2:var J=Math.PI/3;k.InnerAngle!==void 0&&(J=G.MathUtils.degToRad(k.InnerAngle.value));var ne=0;k.OuterAngle!==void 0&&(ne=G.MathUtils.degToRad(k.OuterAngle.value),ne=Math.max(ne,1)),C=new G.SpotLight(x,T,H,J,ne,B);break;default:console.warn("THREE.FBXLoader: Unknown light type "+k.LightType.value+", defaulting to a PointLight."),C=new G.PointLight(x,T);break}k.CastShadows!==void 0&&k.CastShadows.value===1&&(C.castShadow=!0)}return C},createMesh:function(b,C,k){var E,x=null,T=null,H=[];return b.children.forEach(function(B){C.has(B.ID)&&(x=C.get(B.ID)),k.has(B.ID)&&H.push(k.get(B.ID))}),H.length>1?T=H:H.length>0?T=H[0]:(T=new G.MeshPhongMaterial({color:13421772}),H.push(T)),"color"in x.attributes&&H.forEach(function(B){B.vertexColors=!0}),x.FBX_Deformer?(H.forEach(function(B){B.skinning=!0}),E=new G.SkinnedMesh(x,T),E.normalizeSkinWeights()):E=new G.Mesh(x,T),E},createCurve:function(b,C){var k=b.children.reduce(function(x,T){return C.has(T.ID)&&(x=C.get(T.ID)),x},null),E=new G.LineBasicMaterial({color:3342591,linewidth:1});return new G.Line(k,E)},getTransformData:function(b,C){var k={};"InheritType"in C&&(k.inheritType=parseInt(C.InheritType.value)),"RotationOrder"in C?k.eulerOrder=I(C.RotationOrder.value):k.eulerOrder="ZYX","Lcl_Translation"in C&&(k.translation=C.Lcl_Translation.value),"PreRotation"in C&&(k.preRotation=C.PreRotation.value),"Lcl_Rotation"in C&&(k.rotation=C.Lcl_Rotation.value),"PostRotation"in C&&(k.postRotation=C.PostRotation.value),"Lcl_Scaling"in C&&(k.scale=C.Lcl_Scaling.value),"ScalingOffset"in C&&(k.scalingOffset=C.ScalingOffset.value),"ScalingPivot"in C&&(k.scalingPivot=C.ScalingPivot.value),"RotationOffset"in C&&(k.rotationOffset=C.RotationOffset.value),"RotationPivot"in C&&(k.rotationPivot=C.RotationPivot.value),b.userData.transformData=k},setLookAtProperties:function(b,C){if("LookAtProperty"in C){var k=t.get(b.ID).children;k.forEach(function(E){if(E.relationship==="LookAtProperty"){var x=n.Objects.Model[E.ID];if("Lcl_Translation"in x){var T=x.Lcl_Translation.value;b.target!==void 0?(b.target.position.fromArray(T),e.add(b.target)):b.lookAt(new G.Vector3().fromArray(T))}}})}},bindSkeleton:function(b,C,k){var E=this.parsePoseNodes();for(var x in b){var T=b[x],H=t.get(parseInt(T.ID)).parents;H.forEach(function(B){if(C.has(B.ID)){var J=B.ID,ne=t.get(J);ne.parents.forEach(function($){if(k.has($.ID)){var re=k.get($.ID);re.bind(new G.Skeleton(T.bones),E[$.ID])}})}})}},parsePoseNodes:function(){var b={};if("Pose"in n.Objects){var C=n.Objects.Pose;for(var k in C)if(C[k].attrType==="BindPose"){var E=C[k].PoseNode;Array.isArray(E)?E.forEach(function(x){b[x.Node]=new G.Matrix4().fromArray(x.Matrix.a)}):b[E.Node]=new G.Matrix4().fromArray(E.Matrix.a)}}return b},createAmbientLight:function(){if("GlobalSettings"in n&&"AmbientColor"in n.GlobalSettings){var b=n.GlobalSettings.AmbientColor.value,C=b[0],k=b[1],E=b[2];if(C!==0||k!==0||E!==0){var x=new G.Color(C,k,E);e.add(new G.AmbientLight(x,1))}}},setupMorphMaterials:function(){var b=this;e.traverse(function(C){C.isMesh&&C.geometry.morphAttributes.position&&C.geometry.morphAttributes.position.length&&(Array.isArray(C.material)?C.material.forEach(function(k,E){b.setupMorphMaterial(C,k,E)}):b.setupMorphMaterial(C,C.material))})},setupMorphMaterial:function(b,C,k){var E=b.uuid,x=C.uuid,T=!1;if(e.traverse(function(B){B.isMesh&&(Array.isArray(B.material)?B.material.forEach(function(J){J.uuid===x&&B.uuid!==E&&(T=!0)}):B.material.uuid===x&&B.uuid!==E&&(T=!0))}),T===!0){var H=C.clone();H.morphTargets=!0,k===void 0?b.material=H:b.material[k]=H}else C.morphTargets=!0}};function o(){}o.prototype={constructor:o,parse:function(b){var C=new Map;if("Geometry"in n.Objects){var k=n.Objects.Geometry;for(var E in k){var x=t.get(parseInt(E)),T=this.parseGeometry(x,k[E],b);C.set(parseInt(E),T)}}return C},parseGeometry:function(b,C,k){switch(C.attrType){case"Mesh":return this.parseMeshGeometry(b,C,k);case"NurbsCurve":return this.parseNurbsGeometry(C)}},parseMeshGeometry:function(b,C,k){var E=k.skeletons,x=[],T=b.parents.map(function($){return n.Objects.Model[$.ID]});if(T.length!==0){var H=b.children.reduce(function($,re){return E[re.ID]!==void 0&&($=E[re.ID]),$},null);b.children.forEach(function($){k.morphTargets[$.ID]!==void 0&&x.push(k.morphTargets[$.ID])});var B=T[0],J={};"RotationOrder"in B&&(J.eulerOrder=I(B.RotationOrder.value)),"InheritType"in B&&(J.inheritType=parseInt(B.InheritType.value)),"GeometricTranslation"in B&&(J.translation=B.GeometricTranslation.value),"GeometricRotation"in B&&(J.rotation=B.GeometricRotation.value),"GeometricScaling"in B&&(J.scale=B.GeometricScaling.value);var ne=M(J);return this.genGeometry(C,H,x,ne)}},genGeometry:function(b,C,k,E){var x=new G.BufferGeometry;b.attrName&&(x.name=b.attrName);var T=this.parseGeoNode(b,C),H=this.genBuffers(T),B=new G.Float32BufferAttribute(H.vertex,3);if(B.applyMatrix4(E),x.setAttribute("position",B),H.colors.length>0&&x.setAttribute("color",new G.Float32BufferAttribute(H.colors,3)),C&&(x.setAttribute("skinIndex",new G.Uint16BufferAttribute(H.weightsIndices,4)),x.setAttribute("skinWeight",new G.Float32BufferAttribute(H.vertexWeights,4)),x.FBX_Deformer=C),H.normal.length>0){var J=new G.Matrix3().getNormalMatrix(E),ne=new G.Float32BufferAttribute(H.normal,3);ne.applyNormalMatrix(J),x.setAttribute("normal",ne)}if(H.uvs.forEach(function(ze,ae){var Ee="uv"+(ae+1).toString();ae===0&&(Ee="uv"),x.setAttribute(Ee,new G.Float32BufferAttribute(H.uvs[ae],2))}),T.material&&T.material.mappingType!=="AllSame"){var $=H.materialIndex[0],re=0;if(H.materialIndex.forEach(function(ze,ae){ze!==$&&(x.addGroup(re,ae-re,$),$=ze,re=ae)}),x.groups.length>0){var ee=x.groups[x.groups.length-1],fe=ee.start+ee.count;fe!==H.materialIndex.length&&x.addGroup(fe,H.materialIndex.length-fe,$)}x.groups.length===0&&x.addGroup(0,H.materialIndex.length,H.materialIndex[0])}return this.addMorphTargets(x,b,k,E),x},parseGeoNode:function(b,C){var k={};if(k.vertexPositions=b.Vertices!==void 0?b.Vertices.a:[],k.vertexIndices=b.PolygonVertexIndex!==void 0?b.PolygonVertexIndex.a:[],b.LayerElementColor&&(k.color=this.parseVertexColors(b.LayerElementColor[0])),b.LayerElementMaterial&&(k.material=this.parseMaterialIndices(b.LayerElementMaterial[0])),b.LayerElementNormal&&(k.normal=this.parseNormals(b.LayerElementNormal[0])),b.LayerElementUV){k.uv=[];for(var E=0;b.LayerElementUV[E];)k.uv.push(this.parseUVs(b.LayerElementUV[E])),E++}return k.weightTable={},C!==null&&(k.skeleton=C,C.rawBones.forEach(function(x,T){x.indices.forEach(function(H,B){k.weightTable[H]===void 0&&(k.weightTable[H]=[]),k.weightTable[H].push({id:T,weight:x.weights[B]})})})),k},genBuffers:function(b){var C={vertex:[],normal:[],colors:[],uvs:[],materialIndex:[],vertexWeights:[],weightsIndices:[]},k=0,E=0,x=!1,T=[],H=[],B=[],J=[],ne=[],$=[],re=this;return b.vertexIndices.forEach(function(ee,fe){var ze=!1;ee<0&&(ee=ee^-1,ze=!0);var ae=[],Ee=[];if(T.push(ee*3,ee*3+1,ee*3+2),b.color){var de=v(fe,k,ee,b.color);B.push(de[0],de[1],de[2])}if(b.skeleton){if(b.weightTable[ee]!==void 0&&b.weightTable[ee].forEach(function(Be){Ee.push(Be.weight),ae.push(Be.id)}),Ee.length>4){x||(console.warn("THREE.FBXLoader: Vertex has more than 4 skinning weights assigned to vertex. Deleting additional weights."),x=!0);var ce=[0,0,0,0],De=[0,0,0,0];Ee.forEach(function(Be,be){var Fe=Be,Ae=ae[be];De.forEach(function(Me,je,Ze){if(Fe>Me){Ze[je]=Fe,Fe=Me;var qe=ce[je];ce[je]=Ae,Ae=qe}})}),ae=ce,Ee=De}for(;Ee.length<4;)Ee.push(0),ae.push(0);for(var te=0;te<4;++te)ne.push(Ee[te]),$.push(ae[te])}if(b.normal){var de=v(fe,k,ee,b.normal);H.push(de[0],de[1],de[2])}if(b.material&&b.material.mappingType!=="AllSame")var Te=v(fe,k,ee,b.material)[0];b.uv&&b.uv.forEach(function(Be,be){var Fe=v(fe,k,ee,Be);J[be]===void 0&&(J[be]=[]),J[be].push(Fe[0]),J[be].push(Fe[1])}),E++,ze&&(re.genFace(C,b,T,Te,H,B,J,ne,$,E),k++,E=0,T=[],H=[],B=[],J=[],ne=[],$=[])}),C},genFace:function(b,C,k,E,x,T,H,B,J,ne){for(var $=2;$<ne;$++)b.vertex.push(C.vertexPositions[k[0]]),b.vertex.push(C.vertexPositions[k[1]]),b.vertex.push(C.vertexPositions[k[2]]),b.vertex.push(C.vertexPositions[k[($-1)*3]]),b.vertex.push(C.vertexPositions[k[($-1)*3+1]]),b.vertex.push(C.vertexPositions[k[($-1)*3+2]]),b.vertex.push(C.vertexPositions[k[$*3]]),b.vertex.push(C.vertexPositions[k[$*3+1]]),b.vertex.push(C.vertexPositions[k[$*3+2]]),C.skeleton&&(b.vertexWeights.push(B[0]),b.vertexWeights.push(B[1]),b.vertexWeights.push(B[2]),b.vertexWeights.push(B[3]),b.vertexWeights.push(B[($-1)*4]),b.vertexWeights.push(B[($-1)*4+1]),b.vertexWeights.push(B[($-1)*4+2]),b.vertexWeights.push(B[($-1)*4+3]),b.vertexWeights.push(B[$*4]),b.vertexWeights.push(B[$*4+1]),b.vertexWeights.push(B[$*4+2]),b.vertexWeights.push(B[$*4+3]),b.weightsIndices.push(J[0]),b.weightsIndices.push(J[1]),b.weightsIndices.push(J[2]),b.weightsIndices.push(J[3]),b.weightsIndices.push(J[($-1)*4]),b.weightsIndices.push(J[($-1)*4+1]),b.weightsIndices.push(J[($-1)*4+2]),b.weightsIndices.push(J[($-1)*4+3]),b.weightsIndices.push(J[$*4]),b.weightsIndices.push(J[$*4+1]),b.weightsIndices.push(J[$*4+2]),b.weightsIndices.push(J[$*4+3])),C.color&&(b.colors.push(T[0]),b.colors.push(T[1]),b.colors.push(T[2]),b.colors.push(T[($-1)*3]),b.colors.push(T[($-1)*3+1]),b.colors.push(T[($-1)*3+2]),b.colors.push(T[$*3]),b.colors.push(T[$*3+1]),b.colors.push(T[$*3+2])),C.material&&C.material.mappingType!=="AllSame"&&(b.materialIndex.push(E),b.materialIndex.push(E),b.materialIndex.push(E)),C.normal&&(b.normal.push(x[0]),b.normal.push(x[1]),b.normal.push(x[2]),b.normal.push(x[($-1)*3]),b.normal.push(x[($-1)*3+1]),b.normal.push(x[($-1)*3+2]),b.normal.push(x[$*3]),b.normal.push(x[$*3+1]),b.normal.push(x[$*3+2])),C.uv&&C.uv.forEach(function(re,ee){b.uvs[ee]===void 0&&(b.uvs[ee]=[]),b.uvs[ee].push(H[ee][0]),b.uvs[ee].push(H[ee][1]),b.uvs[ee].push(H[ee][($-1)*2]),b.uvs[ee].push(H[ee][($-1)*2+1]),b.uvs[ee].push(H[ee][$*2]),b.uvs[ee].push(H[ee][$*2+1])})},addMorphTargets:function(b,C,k,E){if(k.length!==0){b.morphTargetsRelative=!0,b.morphAttributes.position=[];var x=this;k.forEach(function(T){T.rawTargets.forEach(function(H){var B=n.Objects.Geometry[H.geoID];B!==void 0&&x.genMorphGeometry(b,C,B,E,H.name)})})}},genMorphGeometry:function(b,C,k,E,x){for(var T=C.PolygonVertexIndex!==void 0?C.PolygonVertexIndex.a:[],H=k.Vertices!==void 0?k.Vertices.a:[],B=k.Indexes!==void 0?k.Indexes.a:[],J=b.attributes.position.count*3,ne=new Float32Array(J),$=0;$<B.length;$++){var re=B[$]*3;ne[re]=H[$*3],ne[re+1]=H[$*3+1],ne[re+2]=H[$*3+2]}var ee={vertexIndices:T,vertexPositions:ne},fe=this.genBuffers(ee),ze=new G.Float32BufferAttribute(fe.vertex,3);ze.name=x||k.attrName,ze.applyMatrix4(E),b.morphAttributes.position.push(ze)},parseNormals:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType,E=b.Normals.a,x=[];return k==="IndexToDirect"&&("NormalIndex"in b?x=b.NormalIndex.a:"NormalsIndex"in b&&(x=b.NormalsIndex.a)),{dataSize:3,buffer:E,indices:x,mappingType:C,referenceType:k}},parseUVs:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType,E=b.UV.a,x=[];return k==="IndexToDirect"&&(x=b.UVIndex.a),{dataSize:2,buffer:E,indices:x,mappingType:C,referenceType:k}},parseVertexColors:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType,E=b.Colors.a,x=[];return k==="IndexToDirect"&&(x=b.ColorIndex.a),{dataSize:4,buffer:E,indices:x,mappingType:C,referenceType:k}},parseMaterialIndices:function(b){var C=b.MappingInformationType,k=b.ReferenceInformationType;if(C==="NoMappingInformation")return{dataSize:1,buffer:[0],indices:[0],mappingType:"AllSame",referenceType:k};for(var E=b.Materials.a,x=[],T=0;T<E.length;++T)x.push(T);return{dataSize:1,buffer:E,indices:x,mappingType:C,referenceType:k}},parseNurbsGeometry:function(b){if(Ts===void 0)return console.error("THREE.FBXLoader: The loader relies on NURBSCurve for any nurbs present in the model. Nurbs will show up as empty geometry."),new G.BufferGeometry;var C=parseInt(b.Order);if(isNaN(C))return console.error("THREE.FBXLoader: Invalid Order %s given for geometry ID: %s",b.Order,b.id),new G.BufferGeometry;for(var k=C-1,E=b.KnotVector.a,x=[],T=b.Points.a,H=0,B=T.length;H<B;H+=4)x.push(new G.Vector4().fromArray(T,H));var J,ne;if(b.Form==="Closed")x.push(x[0]);else if(b.Form==="Periodic"){J=k,ne=E.length-1-J;for(var H=0;H<k;++H)x.push(x[H])}var $=new Ts(k,E,x,J,ne),re=$.getPoints(x.length*7),ee=new Float32Array(re.length*3);re.forEach(function(ze,ae){ze.toArray(ee,ae*3)});var fe=new G.BufferGeometry;return fe.setAttribute("position",new G.BufferAttribute(ee,3)),fe}};function r(){}r.prototype={constructor:r,parse:function(){var b=[],C=this.parseClips();if(C!==void 0)for(var k in C){var E=C[k],x=this.addClip(E);b.push(x)}return b},parseClips:function(){if(n.Objects.AnimationCurve!==void 0){var b=this.parseAnimationCurveNodes();this.parseAnimationCurves(b);var C=this.parseAnimationLayers(b),k=this.parseAnimStacks(C);return k}},parseAnimationCurveNodes:function(){var b=n.Objects.AnimationCurveNode,C=new Map;for(var k in b){var E=b[k];if(E.attrName.match(/S|R|T|DeformPercent/)!==null){var x={id:E.id,attr:E.attrName,curves:{}};C.set(x.id,x)}}return C},parseAnimationCurves:function(b){var C=n.Objects.AnimationCurve;for(var k in C){var E={id:C[k].id,times:C[k].KeyTime.a.map(g),values:C[k].KeyValueFloat.a},x=t.get(E.id);if(x!==void 0){var T=x.parents[0].ID,H=x.parents[0].relationship;H.match(/X/)?b.get(T).curves.x=E:H.match(/Y/)?b.get(T).curves.y=E:H.match(/Z/)?b.get(T).curves.z=E:H.match(/d|DeformPercent/)&&b.has(T)&&(b.get(T).curves.morph=E)}}},parseAnimationLayers:function(b){var C=n.Objects.AnimationLayer,k=new Map;for(var E in C){var x=[],T=t.get(parseInt(E));if(T!==void 0){var H=T.children;H.forEach(function(B,J){if(b.has(B.ID)){var ne=b.get(B.ID);if(ne.curves.x!==void 0||ne.curves.y!==void 0||ne.curves.z!==void 0){if(x[J]===void 0){var $=t.get(B.ID).parents.filter(function(Ee){return Ee.relationship!==void 0})[0].ID;if($!==void 0){var re=n.Objects.Model[$.toString()];if(re===void 0){console.warn("THREE.FBXLoader: Encountered a unused curve.",B);return}var ee={modelName:re.attrName?G.PropertyBinding.sanitizeNodeName(re.attrName):"",ID:re.id,initialPosition:[0,0,0],initialRotation:[0,0,0],initialScale:[1,1,1]};e.traverse(function(Ee){Ee.ID===re.id&&(ee.transform=Ee.matrix,Ee.userData.transformData&&(ee.eulerOrder=Ee.userData.transformData.eulerOrder))}),ee.transform||(ee.transform=new G.Matrix4),"PreRotation"in re&&(ee.preRotation=re.PreRotation.value),"PostRotation"in re&&(ee.postRotation=re.PostRotation.value),x[J]=ee}}x[J]&&(x[J][ne.attr]=ne)}else if(ne.curves.morph!==void 0){if(x[J]===void 0){var fe=t.get(B.ID).parents.filter(function(De){return De.relationship!==void 0})[0].ID,ze=t.get(fe).parents[0].ID,ae=t.get(ze).parents[0].ID,$=t.get(ae).parents[0].ID,re=n.Objects.Model[$],ee={modelName:re.attrName?G.PropertyBinding.sanitizeNodeName(re.attrName):"",morphName:n.Objects.Deformer[fe].attrName};x[J]=ee}x[J][ne.attr]=ne}}}),k.set(parseInt(E),x)}}return k},parseAnimStacks:function(b){var C=n.Objects.AnimationStack,k={};for(var E in C){var x=t.get(parseInt(E)).children;x.length>1&&console.warn("THREE.FBXLoader: Encountered an animation stack with multiple layers, this is currently not supported. Ignoring subsequent layers.");var T=b.get(x[0].ID);k[E]={name:C[E].attrName,layer:T}}return k},addClip:function(b){var C=[],k=this;return b.layer.forEach(function(E){C=C.concat(k.generateTracks(E))}),new G.AnimationClip(b.name,-1,C)},generateTracks:function(b){var C=[],k=new G.Vector3,E=new G.Quaternion,x=new G.Vector3;if(b.transform&&b.transform.decompose(k,E,x),k=k.toArray(),E=new G.Euler().setFromQuaternion(E,b.eulerOrder).toArray(),x=x.toArray(),b.T!==void 0&&Object.keys(b.T.curves).length>0){var T=this.generateVectorTrack(b.modelName,b.T.curves,k,"position");T!==void 0&&C.push(T)}if(b.R!==void 0&&Object.keys(b.R.curves).length>0){var H=this.generateRotationTrack(b.modelName,b.R.curves,E,b.preRotation,b.postRotation,b.eulerOrder);H!==void 0&&C.push(H)}if(b.S!==void 0&&Object.keys(b.S.curves).length>0){var B=this.generateVectorTrack(b.modelName,b.S.curves,x,"scale");B!==void 0&&C.push(B)}if(b.DeformPercent!==void 0){var J=this.generateMorphTrack(b);J!==void 0&&C.push(J)}return C},generateVectorTrack:function(b,C,k,E){var x=this.getTimesForAllAxes(C),T=this.getKeyframeTrackValues(x,C,k);return new G.VectorKeyframeTrack(b+"."+E,x,T)},generateRotationTrack:function(b,C,k,E,x,T){C.x!==void 0&&(this.interpolateRotations(C.x),C.x.values=C.x.values.map(G.MathUtils.degToRad)),C.y!==void 0&&(this.interpolateRotations(C.y),C.y.values=C.y.values.map(G.MathUtils.degToRad)),C.z!==void 0&&(this.interpolateRotations(C.z),C.z.values=C.z.values.map(G.MathUtils.degToRad));var H=this.getTimesForAllAxes(C),B=this.getKeyframeTrackValues(H,C,k);E!==void 0&&(E=E.map(G.MathUtils.degToRad),E.push(T),E=new G.Euler().fromArray(E),E=new G.Quaternion().setFromEuler(E)),x!==void 0&&(x=x.map(G.MathUtils.degToRad),x.push(T),x=new G.Euler().fromArray(x),x=new G.Quaternion().setFromEuler(x).inverse());for(var J=new G.Quaternion,ne=new G.Euler,$=[],re=0;re<B.length;re+=3)ne.set(B[re],B[re+1],B[re+2],T),J.setFromEuler(ne),E!==void 0&&J.premultiply(E),x!==void 0&&J.multiply(x),J.toArray($,re/3*4);return new G.QuaternionKeyframeTrack(b+".quaternion",H,$)},generateMorphTrack:function(b){var C=b.DeformPercent.curves.morph,k=C.values.map(function(x){return x/100}),E=e.getObjectByName(b.modelName).morphTargetDictionary[b.morphName];return new G.NumberKeyframeTrack(b.modelName+".morphTargetInfluences["+E+"]",C.times,k)},getTimesForAllAxes:function(b){var C=[];return b.x!==void 0&&(C=C.concat(b.x.times)),b.y!==void 0&&(C=C.concat(b.y.times)),b.z!==void 0&&(C=C.concat(b.z.times)),C=C.sort(function(k,E){return k-E}).filter(function(k,E,x){return x.indexOf(k)==E}),C},getKeyframeTrackValues:function(b,C,k){var E=k,x=[],T=-1,H=-1,B=-1;return b.forEach(function(J){if(C.x&&(T=C.x.times.indexOf(J)),C.y&&(H=C.y.times.indexOf(J)),C.z&&(B=C.z.times.indexOf(J)),T!==-1){var ne=C.x.values[T];x.push(ne),E[0]=ne}else x.push(E[0]);if(H!==-1){var $=C.y.values[H];x.push($),E[1]=$}else x.push(E[1]);if(B!==-1){var re=C.z.values[B];x.push(re),E[2]=re}else x.push(E[2])}),x},interpolateRotations:function(b){for(var C=1;C<b.values.length;C++){var k=b.values[C-1],E=b.values[C]-k,x=Math.abs(E);if(x>=180){for(var T=x/180,H=E/T,B=k+H,J=b.times[C-1],ne=b.times[C]-J,$=ne/T,re=J+$,ee=[],fe=[];re<b.times[C];)ee.push(re),re+=$,fe.push(B),B+=H;b.times=O(b.times,C,ee),b.values=O(b.values,C,fe)}}}};function a(){}a.prototype={constructor:a,getPrevNode:function(){return this.nodeStack[this.currentIndent-2]},getCurrentNode:function(){return this.nodeStack[this.currentIndent-1]},getCurrentProp:function(){return this.currentProp},pushStack:function(b){this.nodeStack.push(b),this.currentIndent+=1},popStack:function(){this.nodeStack.pop(),this.currentIndent-=1},setCurrentProp:function(b,C){this.currentProp=b,this.currentPropName=C},parse:function(b){this.currentIndent=0,this.allNodes=new h,this.nodeStack=[],this.currentProp=[],this.currentPropName="";var C=this,k=b.split(/[\r\n]+/);return k.forEach(function(E,x){var T=E.match(/^[\s\t]*;/),H=E.match(/^[\s\t]*$/);if(!(T||H)){var B=E.match("^\\t{"+C.currentIndent+"}(\\w+):(.*){",""),J=E.match("^\\t{"+C.currentIndent+"}(\\w+):[\\s\\t\\r\\n](.*)"),ne=E.match("^\\t{"+(C.currentIndent-1)+"}}");B?C.parseNodeBegin(E,B):J?C.parseNodeProperty(E,J,k[++x]):ne?C.popStack():E.match(/^[^\s\t}]/)&&C.parseNodePropertyContinued(E)}}),this.allNodes},parseNodeBegin:function(b,C){var k=C[1].trim().replace(/^"/,"").replace(/"$/,""),E=C[2].split(",").map(function(B){return B.trim().replace(/^"/,"").replace(/"$/,"")}),x={name:k},T=this.parseNodeAttr(E),H=this.getCurrentNode();this.currentIndent===0?this.allNodes.add(k,x):k in H?(k==="PoseNode"?H.PoseNode.push(x):H[k].id!==void 0&&(H[k]={},H[k][H[k].id]=H[k]),T.id!==""&&(H[k][T.id]=x)):typeof T.id=="number"?(H[k]={},H[k][T.id]=x):k!=="Properties70"&&(k==="PoseNode"?H[k]=[x]:H[k]=x),typeof T.id=="number"&&(x.id=T.id),T.name!==""&&(x.attrName=T.name),T.type!==""&&(x.attrType=T.type),this.pushStack(x)},parseNodeAttr:function(b){var C=b[0];b[0]!==""&&(C=parseInt(b[0]),isNaN(C)&&(C=b[0]));var k="",E="";return b.length>1&&(k=b[1].replace(/^(\w+)::/,""),E=b[2]),{id:C,name:k,type:E}},parseNodeProperty:function(b,C,k){var E=C[1].replace(/^"/,"").replace(/"$/,"").trim(),x=C[2].replace(/^"/,"").replace(/"$/,"").trim();E==="Content"&&x===","&&(x=k.replace(/"/g,"").replace(/,$/,"").trim());var T=this.getCurrentNode(),H=T.name;if(H==="Properties70"){this.parseNodeSpecialProperty(b,E,x);return}if(E==="C"){var B=x.split(",").slice(1),J=parseInt(B[0]),ne=parseInt(B[1]),$=x.split(",").slice(3);$=$.map(function(re){return re.trim().replace(/^"/,"")}),E="connections",x=[J,ne],j(x,$),T[E]===void 0&&(T[E]=[])}E==="Node"&&(T.id=x),E in T&&Array.isArray(T[E])?T[E].push(x):E!=="a"?T[E]=x:T.a=x,this.setCurrentProp(T,E),E==="a"&&x.slice(-1)!==","&&(T.a=z(x))},parseNodePropertyContinued:function(b){var C=this.getCurrentNode();C.a+=b,b.slice(-1)!==","&&(C.a=z(C.a))},parseNodeSpecialProperty:function(b,C,k){var E=k.split('",').map(function(ne){return ne.trim().replace(/^\"/,"").replace(/\s/,"_")}),x=E[0],T=E[1],H=E[2],B=E[3],J=E[4];switch(T){case"int":case"enum":case"bool":case"ULongLong":case"double":case"Number":case"FieldOfView":J=parseFloat(J);break;case"Color":case"ColorRGB":case"Vector3D":case"Lcl_Translation":case"Lcl_Rotation":case"Lcl_Scaling":J=z(J);break}this.getPrevNode()[x]={type:T,type2:H,flag:B,value:J},this.setCurrentProp(this.getPrevNode(),x)}};function l(){}l.prototype={constructor:l,parse:function(b){var C=new c(b);C.skip(23);var k=C.getUint32();console.info("THREE.FBXLoader: FBX binary version: "+k);for(var E=new h;!this.endOfContent(C);){var x=this.parseNode(C,k);x!==null&&E.add(x.name,x)}return E},endOfContent:function(b){return b.size()%16===0?(b.getOffset()+160+16&-16)>=b.size():b.getOffset()+160+16>=b.size()},parseNode:function(b,C){var k={},E=C>=7500?b.getUint64():b.getUint32(),x=C>=7500?b.getUint64():b.getUint32();C>=7500?b.getUint64():b.getUint32();var T=b.getUint8(),H=b.getString(T);if(E===0)return null;for(var B=[],J=0;J<x;J++)B.push(this.parseProperty(b));var ne=B.length>0?B[0]:"",$=B.length>1?B[1]:"",re=B.length>2?B[2]:"";for(k.singleProperty=x===1&&b.getOffset()===E;E>b.getOffset();){var ee=this.parseNode(b,C);ee!==null&&this.parseSubNode(H,k,ee)}return k.propertyList=B,typeof ne=="number"&&(k.id=ne),$!==""&&(k.attrName=$),re!==""&&(k.attrType=re),H!==""&&(k.name=H),k},parseSubNode:function(b,C,k){if(k.singleProperty===!0){var E=k.propertyList[0];Array.isArray(E)?(C[k.name]=k,k.a=E):C[k.name]=E}else if(b==="Connections"&&k.name==="C"){var x=[];k.propertyList.forEach(function(re,ee){ee!==0&&x.push(re)}),C.connections===void 0&&(C.connections=[]),C.connections.push(x)}else if(k.name==="Properties70"){var T=Object.keys(k);T.forEach(function(re){C[re]=k[re]})}else if(b==="Properties70"&&k.name==="P"){var H=k.propertyList[0],B=k.propertyList[1],J=k.propertyList[2],ne=k.propertyList[3],$;H.indexOf("Lcl ")===0&&(H=H.replace("Lcl ","Lcl_")),B.indexOf("Lcl ")===0&&(B=B.replace("Lcl ","Lcl_")),B==="Color"||B==="ColorRGB"||B==="Vector"||B==="Vector3D"||B.indexOf("Lcl_")===0?$=[k.propertyList[4],k.propertyList[5],k.propertyList[6]]:$=k.propertyList[4],C[H]={type:B,type2:J,flag:ne,value:$}}else C[k.name]===void 0?typeof k.id=="number"?(C[k.name]={},C[k.name][k.id]=k):C[k.name]=k:k.name==="PoseNode"?(Array.isArray(C[k.name])||(C[k.name]=[C[k.name]]),C[k.name].push(k)):C[k.name][k.id]===void 0&&(C[k.name][k.id]=k)},parseProperty:function(b){var C=b.getString(1);switch(C){case"C":return b.getBoolean();case"D":return b.getFloat64();case"F":return b.getFloat32();case"I":return b.getInt32();case"L":return b.getInt64();case"R":var k=b.getUint32();return b.getArrayBuffer(k);case"S":var k=b.getUint32();return b.getString(k);case"Y":return b.getInt16();case"b":case"c":case"d":case"f":case"i":case"l":var E=b.getUint32(),x=b.getUint32(),T=b.getUint32();if(x===0)switch(C){case"b":case"c":return b.getBooleanArray(E);case"d":return b.getFloat64Array(E);case"f":return b.getFloat32Array(E);case"i":return b.getInt32Array(E);case"l":return b.getInt64Array(E)}typeof Am=="undefined"&&console.error("THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js");var H=new Am.Inflate(new Uint8Array(b.getArrayBuffer(T))),B=new c(H.decompress().buffer);switch(C){case"b":case"c":return B.getBooleanArray(E);case"d":return B.getFloat64Array(E);case"f":return B.getFloat32Array(E);case"i":return B.getInt32Array(E);case"l":return B.getInt64Array(E)}default:throw new Error("THREE.FBXLoader: Unknown property type "+C)}}};function c(b,C){this.dv=new DataView(b),this.offset=0,this.littleEndian=C!==void 0?C:!0}c.prototype={constructor:c,getOffset:function(){return this.offset},size:function(){return this.dv.buffer.byteLength},skip:function(b){this.offset+=b},getBoolean:function(){return(this.getUint8()&1)===1},getBooleanArray:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getBoolean());return C},getUint8:function(){var b=this.dv.getUint8(this.offset);return this.offset+=1,b},getInt16:function(){var b=this.dv.getInt16(this.offset,this.littleEndian);return this.offset+=2,b},getInt32:function(){var b=this.dv.getInt32(this.offset,this.littleEndian);return this.offset+=4,b},getInt32Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getInt32());return C},getUint32:function(){var b=this.dv.getUint32(this.offset,this.littleEndian);return this.offset+=4,b},getInt64:function(){var b,C;return this.littleEndian?(b=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),b=this.getUint32()),C&2147483648?(C=~C&4294967295,b=~b&4294967295,b===4294967295&&(C=C+1&4294967295),b=b+1&4294967295,-(C*4294967296+b)):C*4294967296+b},getInt64Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getInt64());return C},getUint64:function(){var b,C;return this.littleEndian?(b=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),b=this.getUint32()),C*4294967296+b},getFloat32:function(){var b=this.dv.getFloat32(this.offset,this.littleEndian);return this.offset+=4,b},getFloat32Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getFloat32());return C},getFloat64:function(){var b=this.dv.getFloat64(this.offset,this.littleEndian);return this.offset+=8,b},getFloat64Array:function(b){for(var C=[],k=0;k<b;k++)C.push(this.getFloat64());return C},getArrayBuffer:function(b){var C=this.dv.buffer.slice(this.offset,this.offset+b);return this.offset+=b,C},getString:function(b){for(var C=[],k=0;k<b;k++)C[k]=this.getUint8();var E=C.indexOf(0);return E>=0&&(C=C.slice(0,E)),G.LoaderUtils.decodeText(new Uint8Array(C))}};function h(){}h.prototype={constructor:h,add:function(b,C){this[b]=C}};function u(b){var C="Kaydara FBX Binary \0";return b.byteLength>=C.length&&C===D(b,0,C.length)}function d(b){var C=["K","a","y","d","a","r","a","\\","F","B","X","\\","B","i","n","a","r","y","\\","\\"],k=0;function E(H){var B=b[H-1];return b=b.slice(k+H),k++,B}for(var x=0;x<C.length;++x){var T=E(1);if(T===C[x])return!1}return!0}function m(b){var C=/FBXVersion: (\d+)/,k=b.match(C);if(k){var E=parseInt(k[1]);return E}throw new Error("THREE.FBXLoader: Cannot find the version number for the file given.")}function g(b){return b/46186158e3}var p=[];function v(b,C,k,E){var x;switch(E.mappingType){case"ByPolygonVertex":x=b;break;case"ByPolygon":x=C;break;case"ByVertice":x=k;break;case"AllSame":x=E.indices[0];break;default:console.warn("THREE.FBXLoader: unknown attribute mapping type "+E.mappingType)}E.referenceType==="IndexToDirect"&&(x=E.indices[x]);var T=x*E.dataSize,H=T+E.dataSize;return L(p,E.buffer,T,H)}var A=new G.Euler,P=new G.Vector3;function M(b){var C=new G.Matrix4,k=new G.Matrix4,E=new G.Matrix4,x=new G.Matrix4,T=new G.Matrix4,H=new G.Matrix4,B=new G.Matrix4,J=new G.Matrix4,ne=new G.Matrix4,$=new G.Matrix4,re=new G.Matrix4,ee=b.inheritType?b.inheritType:0;if(b.translation&&C.setPosition(P.fromArray(b.translation)),b.preRotation){var fe=b.preRotation.map(G.MathUtils.degToRad);fe.push(b.eulerOrder),k.makeRotationFromEuler(A.fromArray(fe))}if(b.rotation){var fe=b.rotation.map(G.MathUtils.degToRad);fe.push(b.eulerOrder),E.makeRotationFromEuler(A.fromArray(fe))}if(b.postRotation){var fe=b.postRotation.map(G.MathUtils.degToRad);fe.push(b.eulerOrder),x.makeRotationFromEuler(A.fromArray(fe))}b.scale&&T.scale(P.fromArray(b.scale)),b.scalingOffset&&B.setPosition(P.fromArray(b.scalingOffset)),b.scalingPivot&&H.setPosition(P.fromArray(b.scalingPivot)),b.rotationOffset&&J.setPosition(P.fromArray(b.rotationOffset)),b.rotationPivot&&ne.setPosition(P.fromArray(b.rotationPivot)),b.parentMatrixWorld&&($=b.parentMatrixWorld);var ze=k.multiply(E).multiply(x),ae=new G.Matrix4;$.extractRotation(ae);var Ee=new G.Matrix4;Ee.copyPosition($);var de=new G.Matrix4;de.getInverse(ae).multiply($);var ce=new G.Matrix4;if(ee===0)ce.copy(ae).multiply(ze).multiply(de).multiply(T);else if(ee===1)ce.copy(ae).multiply(de).multiply(ze).multiply(T);else{var De=new G.Matrix4().getInverse(T),te=new G.Matrix4().multiply(de).multiply(De);ce.copy(ae).multiply(ze).multiply(te).multiply(T)}var Te=new G.Matrix4().getInverse(ne),Be=new G.Matrix4().getInverse(H),be=new G.Matrix4;be.copy(C).multiply(J).multiply(ne).multiply(k).multiply(E).multiply(x).multiply(Te).multiply(B).multiply(H).multiply(T).multiply(Be);var Fe=new G.Matrix4().copyPosition(be),Ae=new G.Matrix4().copy($).multiply(Fe);return re.copyPosition(Ae),be=new G.Matrix4().multiply(re).multiply(ce),be}function I(b){b=b||0;var C=["ZYX","YZX","XZY","ZXY","YXZ","XYZ"];return b===6?(console.warn("THREE.FBXLoader: unsupported Euler Order: Spherical XYZ. Animations and rotations may be incorrect."),C[0]):C[b]}function z(b){var C=b.split(",").map(function(k){return parseFloat(k)});return C}function D(b,C,k){return C===void 0&&(C=0),k===void 0&&(k=b.byteLength),G.LoaderUtils.decodeText(new Uint8Array(b,C,k))}function j(b,C){for(var k=0,E=b.length,x=C.length;k<x;k++,E++)b[E]=C[k]}function L(b,C,k,E){for(var x=k,T=0;x<E;x++,T++)b[T]=C[x];return b}function O(b,C,k){return b.slice(0,C).concat(k).concat(b.slice(C))}return i}();const xC=(n,t)=>{var p;const e=(t==null?void 0:t.fbx_url)||Hc,i=(p=t==null?void 0:t.north_rad)!=null?p:void 0,s={};let o={x:0,y:0,z:0},r=[0,0,0],a=1,l=i;n.on("modelLoaded",g);const c=v=>ie(this,null,function*(){var I;const A=(v==null?void 0:v.fbx_url)||e;if(l=(I=v==null?void 0:v.north_rad)!=null?I:i,typeof l!="number")throw new Error('"northRad"配置参数缺失:未配置指南针指向!');s.object&&(s.object.parent&&s.object.parent.remove(s.object),s.object.traverse(z=>{var D,j;z instanceof y.Mesh&&((D=z.geometry)==null||D.dispose(),Array.isArray(z.material)?z.material.forEach(L=>L.dispose()):(j=z.material)==null||j.dispose())}));const M=yield new ym().loadAsync(A);return sm(M,{transparent:!0,side:y.DoubleSide,blending:y.AdditiveBlending}),s.object=M,g(),!0}),h=({latitude:v})=>{if(!s.object)return;const A=u(v);A&&(s.object.position.y=A)},u=v=>{if(s.yBase===void 0)return;const A=.6;if(v>=Math.PI/4)return s.yBase-(A+1.6);const P=v*(4/Math.PI);return s.yBase-(A*P+1.6)},d=()=>{if(!s.object)return;const v=u(n.getPose().latitude);v&&(s.object.position.y=v),n.scene.add(s.object),n.needsRender=!0,n.on("cameraDirectionUpdate",h)},m=()=>{s.object&&(n.scene.remove(s.object),n.needsRender=!0,n.off("cameraDirectionUpdate",h))};function g(){const v=s.object;if(!v)return;const A=n.model.bounding,P=A.max.x-A.min.x,M=A.max.z-A.min.z,I=Math.max(P,M),{max:{x:z,z:D},min:{x:j,y:L,z:O}}=A;s.yBase=L,o={x:(z+j)/2,y:L-1.6,z:(D+O)/2},r=[0,l-Math.PI/2,0],a=.0045*I,MC(v,{position:o,rotation:r,scale:a})}return{load:c,disable:m,enable:d}};function DC(n,t){var c,h,u,d,m;const e=(c=t==null?void 0:t.size)!=null?c:512,i=(h=t==null?void 0:t.fontSize)!=null?h:e*(35/256)*1.2,s=(u=t==null?void 0:t.backgroundColor)!=null?u:"rgba(0,0,0,0)",o=(d=t==null?void 0:t.fontColor)!=null?d:"#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 G.CanvasTexture(a)}const LC=({x:n,y:t,z:e})=>new G.Vector3(n,t,e),TC=(n,t)=>{var p,v,A;const e={},i=(p=t==null?void 0:t.animationEnabled)!=null?p:!0,s=(v=t==null?void 0:t.position)!=null?v:void 0,o=(A=t==null?void 0:t.rad)!=null?A:void 0,r=(t==null?void 0:t.fbx_url)||Uc,a=[],l=P=>ie(this,null,function*(){var b,C,k,E,x,T,H,B;const M=(b=P==null?void 0:P.position)!=null?b:s;if(!M)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const I=LC(M),z=(C=P==null?void 0:P.rad)!=null?C:o,D=(k=P==null?void 0:P.fbx_url)!=null?k:r;if(e.rad=z,z===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${z}`));const j=yield new ym().loadAsync(D);j.position.copy(I),j.rotation.z=z,j.scale.set(.8,.8,.8),sm(j,{transparent:!0,side:y.DoubleSide});const L=(H=(T=(x=(E=j.children)==null?void 0:E[0])==null?void 0:x.children)==null?void 0:T[3])==null?void 0:H.clone();if(!L)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${L}`));const O=(B=t.name)!=null?B:"入户门";return L.material=new G.MeshBasicMaterial({transparent:!0,map:DC(O)}),L.renderOrder=3,j.children[0].add(L),e.object=j,!0}),c=()=>{if(e.animation)return;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.initAnimation(): state.object is ",e.object);const P=1,M=new G.AnimationMixer(e.object);a.push(M);const I=M.clipAction(e.object.animations[0]);I.timeScale=P;let z;const D=()=>{let b=0,C=0;const k=1e3/30,E=x=>{b=requestAnimationFrame(E);const T=x-C;T<k||(C=x,a.forEach(H=>H.update(T/1e3)),n.needsRender=!0)};return b=requestAnimationFrame(E),()=>{cancelAnimationFrame(b)}},O={play:()=>{z||(I.play(),z=D(),requestAnimationFrame(()=>{e.object&&e.object.rotation.z!==e.rad&&(e.object.rotation.z=e.rad)}))},stop:()=>{I.stop(),z==null||z(),z=void 0}};e.animation=O},h=P=>{var I;if(!e.object)return console.error("ModelEntryDoorGuidePlugin.enable(): object is ",e.object);((I=P==null?void 0:P.animationEnable)!=null?I:i)&&(e.animation||c(),e.animation.play()),n.scene.add(e.object),n.needsRender=!0},u=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},d=P=>P==="Floorplan"?h():u();return{load:l,enable:P=>(e.enabled||(e.enabled=!0,d(n.currentMode),n.on("modeChange",d),h(P)),!0),disable:()=>(e.enabled&&(e.enabled=!1,u(),n.off("modeChange",d)),!0)}},zC=_i;function OC(n,t,e,i=zC.Linear.None){const s=new pa(n).to(t,e).easing(i);Ir(()=>s.start(0));const o=go(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 jC(n,t){return OC({progress:0},{progress:1},n,t)}var wm=(n=>(n.Move="Move",n.Rotate="Rotate",n))(wm||{}),nn=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(nn||{});const cl=Math.PI*2;function Pm(n){return(n%cl+cl)%cl}function Cm(n){return n%cl}function Eh(n,t,e){return n+(t-n)*e}const Sh=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Pm(n),r=Pm(t);return e===nn.Anticlockwise&&o<r&&(o+=s),e===nn.Clockwise&&r<o&&(r+=s),e===nn.Loop&&r-o>i?Sh(o,r,nn.Anticlockwise):e===nn.Loop&&o-r>i?Sh(o,r,nn.Clockwise):{from:o,to:r}},_C=n=>{const t={},e=(l,c,...h)=>ie(this,[l,c,...h],function*(o,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),o.mode&&o.mode!==n.currentMode&&(yield n.changeMode(o.mode)),a.preload&&o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(yield n.preloadPano(o.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),o.panoIndex===void 0&&o.fov===void 0&&o.latitude===void 0&&o.longitude===void 0?!0:yield new Promise((u,d)=>{const m=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;m!==void 0?n.moveToPano(m,N({duration:r,moveEndCallback:()=>u(!0),moveCancelCallback:()=>d(new Error("move canceled"))},o)):d(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Cm(r.latitude),l=Cm(o.latitude),{from:c,to:h}=Sh(r.longitude,o.longitude,o.rotation||nn.Loop),u=r.fov,d=o.fov;return{from:{latitude:a,longitude:c,fov:u},to:{latitude:l,longitude:h,fov:d}}};return{move:e,rotate:(l,c,...h)=>ie(this,[l,c,...h],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==Ye.Five.Mode.Panorama&&(yield n.changeMode(Ye.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((m,g)=>{if(!o.panoIndex){m(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>m(!0),moveCancelCallback:()=>g(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:u,to:d}=i(o);return yield new Promise(m=>{const g=({progress:M})=>{const I={};I.longitude=Eh(u.longitude,d.longitude,M),I.latitude=Eh(u.latitude,d.latitude,M),I.fov=Eh(u.fov,d.fov,M),n.setState(I,!0)},p=()=>{m(!0)},v=()=>{m(!1)},A=o.rotateSpeed?Math.ceil(Math.abs(d.longitude-u.longitude)/o.rotateSpeed*1e3):r,P=jC(A,_i.Linear.None).onUpdate(g).onComplete(p).onDestroy(v);o.rotation===nn.Loop&&P.repeat(1/0).yoyo(!0),t.interruptCallback=(M=!0)=>{P.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),m(M)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Im(n,t){return n.x===t.x&&n.y===t.y}function Mm(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function hl(n,t){return(t.y-n.y)/(t.x-n.x)}function km(n,t,e){const i=hl(n[1],n[0]),s=hl(t[1],t[0]);if(isNaN(i)||isNaN(s)||Mm(i,s))return!1;if(ul(n[0],t))return n[0];if(ul(n[1],t))return n[1];if(ul(t[0],n))return t[0];if(ul(t[1],n))return t[1];if(e&&!BC(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 ul(n,t){return Im(n,t[0])||Im(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&&Mm(hl(t[0],n),hl(n,t[1]))}function VC(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 dl(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function BC(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)&&dl(t[0],n[1],n[0])*dl(n[1],t[1],n[0])>0&&dl(n[0],t[1],t[0])*dl(t[1],n[1],t[0])>0?1:0}function Em(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Em(n,t-1))}const RC=`<style type="text/css">
509
509
  .PanoRulerPlugin-rule-line {
510
510
  position: absolute;
511
511
  transform-origin: left center;
@@ -1021,7 +1021,7 @@ ${P?` transform-origin: 50% 50%;
1021
1021
 
1022
1022
  gl_FragColor = vec4(color, clamp(r * opacity, 0.0, 1.0));
1023
1023
  }
1024
- `,g=[],p=new y.Color(e);for(let v=0;v<u.faceCount;v++){const A=new y.ShaderMaterial({vertexShader:d,fragmentShader:m,uniforms:{color:{value:p},size:{value:a},minPos:{value:i},faceSize:{value:new y.Vector2(1,1)},opacity:{value:1.5},progress:{value:.5},spread:{value:.3},faceIndex:{value:v}},depthTest:!1,side:y.DoubleSide,transparent:!0});A.polygonOffset=!0,A.polygonOffsetFactor=1,A.polygonOffsetUnits=1,g.push(A)}return this.animatedBoxMesh=new y.Mesh(u,g),this.matrixWorld.decompose(this.animatedBoxMesh.position,this.animatedBoxMesh.quaternion,this.animatedBoxMesh.scale),this.animatedBoxMesh.updateMatrixWorld(),this.animatedBoxMesh.matrixAutoUpdate=!1,this.animatedBoxMesh.onBeforeRender=()=>{u.boundingBox||u.computeBoundingBox();const v=u.boundingBox.min.clone().applyMatrix4(this.animatedBoxMesh.matrixWorld),A=u.boundingBox.max.clone().applyMatrix4(this.animatedBoxMesh.matrixWorld),P=new y.Vector3().subVectors(A,v);g.forEach(M=>{M.uniforms.minPos.value.copy(v),M.uniforms.size.value.copy(P)}),this.five.needsRender=!0},this.five.scene.add(this.animatedBoxMesh),this.animatedBoxMesh}showBoxFinalState(){this.prismMesh.visible=!0,this.edgeMesh.visible=!0,this.prismMesh.setStyle({opacity:this.prismMesh.style.opacity}),this.edgeMesh.setStyle({lineOpacity:1})}}class iv extends Jr{constructor(t){super(t,()=>({positionFrom:()=>t.worldCenter,yAxis:()=>t.up,scaleHelper:{enable:!0,positions:()=>{const e=t.bottomPositions,i=t.topPosition,s=new y.Vector3().subVectors(i,e[0]),o=t.geometryInfo.center,r=o.clone().sub(s.clone().divideScalar(2)),a=o.clone().add(s.clone().divideScalar(2));return[{id:"top",handlePosition:a,basePosition:r},{id:"bottom",handlePosition:r,basePosition:a}]},scaleCallback:e=>{const{intersectPoint:i,scalePosition:s}=e,{id:o,basePosition:r,handlePosition:a}=s;if(o==="top"){const l=i.clone().sub(r);t.setPoints({heightPoint:t.bottomPositions[0].clone().add(l)})}else if(o==="bottom"){const l=i.clone().sub(r);t.setPoints({points:t.topPositions.map(c=>c.clone().add(l))})}}}}))}}class nv extends Gi{constructor(e,i){super(e,i);f(this,"type","Prism");f(this,"prismMesh");f(this,"_editor");e&&(this.prismMesh=new Xs(N(N({},e.style),e)),this.add(this.prismMesh))}get editor(){return this._editor||(this._editor=new iv(this.prismMesh)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.prismMesh.bottomPositions,this.prismMesh)),heightPoint:ni(this.applyObjectMatrixWorld(this.prismMesh.topPosition,this.prismMesh)),style:{color:this.prismMesh.color.getHex(),lineWidth:this.prismMesh.lineWidth,lineColor:this.prismMesh.lineColor.getHex()}})}setData(e){this.prismMesh.setPoints({points:e.points?this.applyObjectReversalMatrixWorld(e.points.map(Qe),this.prismMesh):void 0,heightPoint:e.heightPoint?this.applyObjectReversalMatrixWorld(Qe(e.heightPoint),this.prismMesh):void 0}),this.prismMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.prismMesh)==null||e.highlight()}unhighlight(){var e;(e=this.prismMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.prismMesh=new Xs(e),this.add(this.prismMesh),yield Vu(this.prismMesh,this.pointSelector,e),this.config.defaultAction&&this.editor.enable()})}}function Vu(n,t,e){return ie(this,null,function*(){const i=n.parent,s=new Ou(n.style);i.add(s),yield Rl(s,t,e).finished,i.remove(s),n.setPoints({points:s.points});const o=new wi;o.name="LineHelper",i.add(o);const r=s.points.at(-1),a=ui(s.points),l=r.clone().add(a.clone().multiplyScalar(100)),c=r.clone().sub(a.clone().multiplyScalar(100));return o.setPoints([l,c]),t.enable(),new Promise((h,u)=>{const d=v=>{g(),h()},m=v=>{if(!(v!=null&&v.raycaster))return;const A=vn({raycaster:v.raycaster,line:new y.Line3(l,c)});A&&n.setPoints({heightPoint:A})},g=()=>{t.off("select",d),t.off("intersectionUpdate",m),t.off("disable",p),i.remove(o),t.disable()},p=()=>{g(),i.remove(n),u(new Error("Cancelled"))};t.on("select",d),t.on("intersectionUpdate",m),t.on("disable",p)})})}class sv extends Jr{constructor(t){super(t,()=>({yAxis:()=>{const e=t.points;return ui(e).normalize()},zAxis:()=>{const e=t.points;return e[0].clone().sub(e[1]).normalize()},scaleHelper:{enable:!0,positions:()=>{const e=t.points,i=e[0].clone().lerp(e[3],.5),s=e[1].clone().lerp(e[2],.5),o=e[0].clone().lerp(e[1],.5),r=e[3].clone().lerp(e[2],.5);return[{id:"left",handlePosition:i,basePosition:s},{id:"right",handlePosition:s,basePosition:i},{id:"top",handlePosition:o,basePosition:r},{id:"bottom",handlePosition:r,basePosition:o},{id:"topleft",handlePosition:e[0],basePosition:e[2]},{id:"topright",handlePosition:e[1],basePosition:e[3]},{id:"bottomleft",handlePosition:e[3],basePosition:e[1]},{id:"bottomright",handlePosition:e[2],basePosition:e[0]}]},scaleCallback:e=>{const{intersectPoint:i,scalePosition:s}=e,{id:o,basePosition:r}=s,a=i.clone().sub(r),l=t.points,c=h=>{const u=h,d=(u+2)%4,m=(u+1)%4,g=(u+3)%4,p=l[u].clone(),v=i.clone(),A=l[m].clone().sub(p),P=l[g].clone().sub(p),M=A.length(),I=P.length();if(M<1e-6||I<1e-6)return l.map(x=>x.clone());const z=A.clone().normalize(),D=P.clone().normalize(),j=v.clone().sub(p),L=j.dot(z),O=j.dot(D),b=p.clone().add(z.clone().multiplyScalar(L)),C=p.clone().add(D.clone().multiplyScalar(O)),k=p.clone().add(z.clone().multiplyScalar(L)).add(D.clone().multiplyScalar(O)),E=l.map(x=>x.clone());return E[u]=p,E[m]=b,E[g]=C,E[d]=k,E};o==="top"?t.setPoints([l[3].clone().add(a),l[2].clone().add(a),l[2],l[3]]):o==="bottom"?t.setPoints([l[0],l[1],l[1].clone().add(a),l[0].clone().add(a)]):o==="left"?t.setPoints([l[1].clone().add(a),l[1],l[2],l[2].clone().add(a)]):o==="right"?t.setPoints([l[0],l[0].clone().add(a),l[3].clone().add(a),l[3]]):o==="topleft"?t.setPoints(c(2)):o==="topright"?t.setPoints(c(3)):o==="bottomleft"?t.setPoints(c(1)):o==="bottomright"&&t.setPoints(c(0))}}}))}}class V6 extends y.BufferGeometry{constructor(e){super();f(this,"name","RectangleGeometry");f(this,"points");if(e.length!==4){console.error("Invalid number of points, it's not a rectangle");return}this.points=e.slice(0,4),this.setAttribute("position",new y.BufferAttribute(new Float32Array(this.points.flatMap(i=>i.toArray())),3)),this.setIndex(new y.BufferAttribute(new Uint16Array([0,1,2,0,2,3]),1))}}class Bu extends To{constructor(e){super(e);f(this,"name","RectangleMesh")}get color(){return this.meshFont.material.color}setPoints(e){const i=e.map(Qe).filter(He);if(i.length<3){console.error("Invalid position");return}if(e.length===3){const[s,o,r]=i,a=s.clone().add(r).sub(o);i.push(a)}this.points=i,this.geometry=new V6(i),this.planeHelperNeedUpdate=!0,this.geometryInfoNeedUpdate=!0}}class Fl extends Bu{constructor(e){const o=e!=null?e:{},{points:i}=o,s=As(o,["points"]);super();f(this,"name","RectangleWithEdgeMesh");f(this,"line",new Qs);i&&this.setPoints(i),s&&this.setStyle(s)}get style(){return N(N({},super.style),this.line.style)}get lineWidth(){return this.line.lineWidth}get lineColor(){return this.line.lineColor}setPoints(e){super.setPoints(e),this.points&&(this.line.setPoints([this.points[0],this.points[1],this.points[2],this.points[3],this.points[0]]),this.addIfNotExists(this.line))}setStyle(e){super.setStyle(e),this.line.setStyle(e)}highlight(){super.highlight(),this.line.highlight()}unhighlight(){super.unhighlight(),this.line.unhighlight()}}function ov(n,t){const e=ui(n),i=It(...n),s=t.clone().sub(i);return e.dot(s)>=0?n:n.slice().reverse()}class Ru extends Gi{constructor(e,i){super(e,i);f(this,"type","Rectangle");f(this,"rectangleMesh");f(this,"_editor");e&&(this.rectangleMesh=new Fl(N(N({},e.style),e)),this.add(this.rectangleMesh))}get editor(){return this._editor||(this._editor=new sv(this.rectangleMesh)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.rectangleMesh.points,this.rectangleMesh)),style:{color:this.rectangleMesh.color.getHex(),opacity:this.rectangleMesh.opacity,lineWidth:this.rectangleMesh.lineWidth,lineColor:this.rectangleMesh.lineColor.getHex()}})}setData(e){e.points&&this.rectangleMesh.setPoints(this.applyObjectReversalMatrixWorld(e.points.map(Qe),this.rectangleMesh)),this.rectangleMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.rectangleMesh)==null||e.highlight()}unhighlight(){var e;(e=this.rectangleMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.removeChildren();const i=new Fl(e);this.rectangleMesh=i,this.add(this.rectangleMesh),yield Nl(this.rectangleMesh,this.pointSelector,e),this.config.defaultAction&&this.editor.enable()})}}function Nl(n,t,e){var s;return((s=e==null?void 0:e.drawMethod)!=null?s:"diagonal")==="diagonal"?R6(n,t,e):F6(n,t,e)}function B6(n,t){const e=[];return n.scene.traverse(i=>{var s;if(i.visible&&!((s=t==null?void 0:t.excludes)!=null&&s.includes(i))&&(i instanceof Bu||i instanceof To)){const o=i.points.map(r=>{const a=new y.Face3(r.x,r.y,r.z,i.normal);return i.style.occlusionVisibility&&(a.IsAlwaysVisible=!0),a});e.push(...o)}}),e}function R6(n,t,e){var M;const{promise:i,reject:s,resolve:o}=Gs(),r=n.parent;if(!r)return s(new Error("No container"));const a=(M=e==null?void 0:e.limit)!=null?M:"none",l=new is(ue(N({},n.style),{dashed:!0})),c=new is(ue(N({},n.style),{dashed:!0,lengthEnable:!1})),h=new is(ue(N({},n.style),{dashed:!1,lengthEnable:!1}));r.add(l,h,c),t.enable();const u=[];let d=new y.Vector3,m=new y.Vector3;const g=new y.Plane,p=()=>{u.push(d.clone()),u.length===1?(a==="xoz"&&g.setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),u[0]),a==="none"&&g.setFromNormalAndCoplanarPoint(m,u[0])):u.length===2?a==="y"||a==="xoz"?(A(),o()):h.setPoints([u[0],u[1]]):u.length===3&&(A(),o())},v=I=>{var D,j;if(!(I!=null&&I.raycaster))return;const z=(D=u.at(-1))==null?void 0:D.clone();if(u.length===0){d=I.point.clone(),m=(j=I.face)==null?void 0:j.normal;return}if(u.length===1&&a==="y"){const O=new y.Line3(new y.Vector3(0,1,0).add(u[0]),new y.Vector3(0,-1,0).add(u[0])).closestPointToPoint(I.point,!1,new y.Vector3);n.setPoints([u[0],O,I.point]);return}if(u.length===1&&a==="xoz"){const L=new y.Line3(new y.Vector3(1,0,0).add(u[0]),new y.Vector3(-1,0,0).add(u[0])),O=I.raycaster.ray.intersectPlane(g,new y.Vector3),b=L.closestPointToPoint(O,!1,new y.Vector3);n.setPoints([u[0],b,O]);return}if(u.length===1&&a==="none"){g?(d=I.raycaster.ray.intersectPlane(g,new y.Vector3),c.setPoints([d,I.point])):d=I.point.clone(),l.setPoints([z,d]);return}if(u.length===2&&a==="none"){r.remove(l);const L=I.raycaster.ray.intersectPlane(g,new y.Vector3),O=u[0].distanceTo(u[1])/2,b=new y.Vector3().lerpVectors(u[0],u[1],.5),C=new y.Vector3().subVectors(L,b).normalize();d=new y.Vector3().addVectors(b,C.multiplyScalar(O));const k=[u[0],d,u[1]],E=ov(k,et.modules.five.camera.position);n.setPoints(E);return}},A=()=>{t.off("select",p),t.off("intersectionUpdate",v),t.off("disable",P),t.disable(),r==null||r.remove(l,h,c)},P=()=>{A(),r==null||r.remove(n),s(new Error("Cancelled"))};return t.on("select",p),t.on("intersectionUpdate",v),t.on("disable",P),i}function F6(n,t,e){var M;const{promise:i,reject:s,resolve:o}=Gs(),r=n.parent;if(!r)return s(new Error("No container"));const a=(M=e==null?void 0:e.limit)!=null?M:"none",l=new is(ue(N({},n.style),{dashed:!0})),c=new is(ue(N({},n.style),{dashed:!0,lengthEnable:!1})),h=new is(ue(N({},n.style),{dashed:!1,lengthEnable:!1}));r.add(l,h,c),t.enable(),t.setAdherePoints(B6(t.five,{excludes:[n]}));const u=[];let d=new y.Vector3,m=new y.Vector3;const g=new y.Plane,p=()=>{if(u.push(d.clone()),u.length===1)t.planeMode="onlyPlane",a==="y"&&(t.adhereLine=[new y.Line3(u[0],new y.Vector3(0,1,0).add(u[0]))]),a==="xoz"&&(g.setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),u[0]),t.plane=g),a==="none"&&(g.setFromNormalAndCoplanarPoint(m,u[0]),t.plane=g);else if(u.length===2){t.planeMode="vertical",a==="y"&&(t.adhereLine=[]);let I=!1;u[0].x===u[1].x&&u[0].z===u[1].z&&(I=!0),a==="y"&&!I&&(g.setFromCoplanarPoints(u[0],u[1],new y.Vector3(0,1,0).add(u[0])),t.plane=g),h.setPoints([u[0],u[1]])}else u.length===3&&(A(),o())},v=I=>{var D,j,L,O;if(!I||!(I!=null&&I.raycaster))return;const z=(D=u.at(-1))==null?void 0:D.clone();if(u.length===0){d=I.point.clone(),m=(j=I.face)==null?void 0:j.normal;return}if(u.length===1){d=I.point,c.setPoints([(L=I.originalPoint)!=null?L:I.point,I.point]),l.setPoints([z,d]);return}if(u.length===2){if(!t.plane){const x=ui([u[0],u[1],I.point]);g.setFromNormalAndCoplanarPoint(x,u[0])}c.setPoints([(O=I.originalPoint)!=null?O:I.point,I.point]);const b=new y.Vector3().crossVectors(u[0].clone().sub(u[1]),g.normal).normalize();d=new y.Line3(u[1].clone().add(b),u[1].clone().sub(b)).closestPointToPoint(I.point,!1,new y.Vector3);const k=[u[0],u[1],d],E=ov(k,et.modules.five.camera.position);n.setPoints(E);return}},A=()=>{t.setAdherePoints([]),t.adhereLine=[],t.adherePlane=[],t.plane=void 0,t.off("select",p),t.off("intersectionUpdate",v),t.off("disable",P),t.disable(),r==null||r.remove(l,h,c)},P=()=>{A(),r==null||r.remove(n),s(new Error("Cancelled"))};return t.on("select",p),t.on("intersectionUpdate",v),t.on("disable",P),i}class rv extends Jr{constructor(t){super(t,()=>({yAxis:()=>t.normal}))}}function av(n){return Math.max(32,Math.min(128,Math.floor(n*40)))}class lv extends yl{constructor(e){super(e);f(this,"_normal");f(this,"_center");f(this,"_radius");e!=null&&e.center&&(e!=null&&e.normal)&&(e!=null&&e.radius)&&this.setPoints(e)}get center(){return this.position.clone()}get normal(){return this._normal}set normal(e){this._normal=e}get radius(){var e,i;return(i=(e=this.meshFont.geometry)==null?void 0:e.parameters)==null?void 0:i.radius}setPoints(e){var i,s,o;if(this._center=(i=Qe(e.center))!=null?i:this._center,this._normal=((s=Qe(e.normal))!=null?s:this._normal).normalize(),this._radius=(o=e.radius)!=null?o:this._radius,He(this._radius)&&this._radius!==this.radius){const r=av(this._radius);this.geometry=new y.CircleGeometry(this._radius,r)}this._center&&this.position.copy(this._center),this._normal&&(this.lookAt(this._normal.clone().add(this._center)),this.normal=this._normal.clone()),this.needsRender=!0}}class Kr extends lv{constructor(e){const a=e!=null?e:{},{normal:i,radius:s,center:o}=a,r=As(a,["normal","radius","center"]);super(r);f(this,"edgeLine");this.edgeLine=new wi(r),this.add(this.edgeLine),i&&s&&o&&this.setPoints({normal:i,radius:s,center:o})}setPoints(...e){super.setPoints(...e);const i=this.meshFont.geometry.vertices.slice(1);this.edgeLine.setPoints(i.concat(i[0]))}setStyle(e){super.setStyle(e),this.edgeLine.setStyle(e)}highlight(){super.highlight(),this.edgeLine.highlight()}unhighlight(){super.unhighlight(),this.edgeLine.unhighlight()}}class cv extends Gi{constructor(e,i){super(e,i);f(this,"type","Circle");f(this,"circleMesh");f(this,"_editor");e&&(this.circleMesh=new Kr(N(N({},e.style),e)),this.add(this.circleMesh))}get editor(){return this._editor||(this._editor=new rv(this.circleMesh)),this._editor}get data(){return ue(N({},this.baseData),{center:ni(this.applyObjectMatrixWorld(this.circleMesh.center,this.circleMesh)),normal:ni(this.circleMesh.normal.clone().applyQuaternion(this.circleMesh.quaternion)),radius:this.circleMesh.radius,style:{color:this.circleMesh.color.getHex()}})}setData(e){this.circleMesh.setPoints({center:e.center?this.applyObjectReversalMatrixWorld(Qe(e.center),this.circleMesh):void 0,normal:e.normal?Qe(e.normal):void 0,radius:e.radius}),this.circleMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.circleMesh)==null||e.highlight()}unhighlight(){var e;(e=this.circleMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.children.forEach(s=>{s.parent===this&&this.remove(s)}),this.children.length=0;const i=new Kr(e);this.circleMesh=i,this.add(this.circleMesh),yield Gl(this.circleMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function Gl(n,t){return new Promise((e,i)=>{const s=n.parent;if(!s){i(new Error("No container"));return}const o=new Qs({dashed:!0});s.add(o),t.enable();let r,a;const l=d=>{if(d){if(!r){r={point:d.point,normal:d.face.normal};return}r&&a&&(h(),e())}},c=d=>{if(!d||!r)return;const m=new y.Plane().setFromNormalAndCoplanarPoint(r.normal,r.point);if(a=d.raycaster.ray.intersectPlane(m,new y.Vector3),a){const g=r.point.distanceTo(a);n.setPoints({center:r.point,normal:r.normal,radius:g})}},h=()=>{t.off("select",l),t.off("intersectionUpdate",c),t.off("disable",u),t.disable(),s==null||s.remove(o)},u=()=>{h(),s==null||s.remove(n,o),i(new Error("Cancelled"))};t.on("select",l),t.on("intersectionUpdate",c),t.on("disable",u)})}class Fu extends ci{constructor(e){super();f(this,"bottomCircle");f(this,"topCircle");f(this,"edgeMesh");f(this,"highlighted",!1);f(this,"params");f(this,"_topCenter");f(this,"_bottomCenter");f(this,"_radius");this.params=e,this.bottomCircle=new Kr(e),this.bottomCircle.name="bottomCircle",this.topCircle=new Kr(e),this.topCircle.name="topCircle",this.edgeMesh=new yl(e),e!=null&&e.bottomCenter&&(e!=null&&e.topCenter)&&(e!=null&&e.radius)&&this.setPoints(e),this.addIfNotExists(this.bottomCircle)}get bottomCenter(){return this.bottomCircle.center}get topCenter(){return this.topCircle.center}get normal(){return this.bottomCircle.normal}get radius(){return this.bottomCircle.radius}get color(){return this.bottomCircle.color}setPoints(e){var i,s;if(this._topCenter=(i=Qe(e.topCenter))!=null?i:this.topCenter,this._bottomCenter=(s=Qe(e.bottomCenter))!=null?s:this.bottomCenter,this._radius=He(e.radius)?e.radius:this.radius,this._topCenter&&this._bottomCenter){const o=this._topCenter.clone().sub(this._bottomCenter).normalize();this.bottomCircle.setPoints({center:this._bottomCenter,normal:o,radius:this._radius}),this.setTopCenter(this._topCenter)}this.needsRender=!0}setTopCenter(e){this.addIfNotExists(this.topCircle),this.topCircle.setPoints({center:e,normal:this.normal,radius:this.radius}),this.setEdgeMesh()}setBottomCenter(e){this.addIfNotExists(this.bottomCircle),this.bottomCircle.setPoints({center:e,normal:this.normal,radius:this.radius}),this.setEdgeMesh()}setStyle(e){this.params=N(N({},this.params),e),this.bottomCircle.setStyle(this.params),this.topCircle.setStyle(this.params)}highlight(){this.highlighted||(this.highlighted=!0,this.edgeMesh.highlight(),this.bottomCircle.highlight(),this.topCircle.highlight(),this.needsRender=!0)}unhighlight(){this.highlighted&&(this.highlighted=!1,this.edgeMesh.unhighlight(),this.bottomCircle.unhighlight(),this.topCircle.unhighlight(),this.needsRender=!0)}setEdgeMesh(){this.addIfNotExists(this.edgeMesh);const e=this.topCircle.center,i=this.bottomCircle.center;this.edgeMesh.geometry.dispose(),this.edgeMesh.geometry=new y.CylinderGeometry(this.radius,this.radius,e.distanceTo(i),av(this.radius),1,!0);const s=new y.Quaternion().setFromUnitVectors(new y.Vector3(0,1,0),this.normal.clone().normalize());this.edgeMesh.position.copy(new y.Vector3().lerpVectors(i,e,.5)),this.edgeMesh.quaternion.copy(s)}}class hv extends Jr{constructor(t){super(t,()=>{const e=()=>{const i=t.topCenter,s=t.bottomCenter,o=new y.Vector3().lerpVectors(i,s,.5);return{topCenter:i,bottomCenter:s,boxCenter:o}};return{positionFrom:"boundingBox",yAxis:()=>t.normal,scaleHelper:{enable:!0,positions:()=>{const i=e();return[{id:"top",handlePosition:i.topCenter,basePosition:i.bottomCenter},{id:"bottom",handlePosition:i.bottomCenter,basePosition:i.topCenter}]},scaleCallback:i=>{const{intersectPoint:s,scalePosition:o}=i,{id:r}=o;r==="top"?t.setTopCenter(s):r==="bottom"&&t.setBottomCenter(s)}}}})}}class uv extends Gi{constructor(e,i){super(e,i);f(this,"type","Cylinder");f(this,"cylinderMesh");f(this,"_editor");e&&(this.cylinderMesh=new Fu(N(N({},e.style),e)),this.add(this.cylinderMesh))}get editor(){return this._editor||(this._editor=new hv(this.cylinderMesh)),this._editor}get data(){return ue(N({},this.baseData),{bottomCenter:ni(this.applyObjectMatrixWorld(this.cylinderMesh.bottomCenter,this.cylinderMesh)),topCenter:ni(this.applyObjectMatrixWorld(this.cylinderMesh.topCenter,this.cylinderMesh)),radius:this.cylinderMesh.radius,style:{color:this.cylinderMesh.color.getHex()}})}setData(e){this.cylinderMesh.setPoints({bottomCenter:e.bottomCenter?this.applyObjectReversalMatrixWorld(Qe(e.bottomCenter),this.cylinderMesh):void 0,topCenter:e.topCenter?this.applyObjectReversalMatrixWorld(Qe(e.topCenter),this.cylinderMesh):void 0}),this.cylinderMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.cylinderMesh)==null||e.highlight()}unhighlight(){var e;(e=this.cylinderMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.cylinderMesh=new Fu(e),this.add(this.cylinderMesh),yield Nu(this.cylinderMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function Nu(n,t){return ie(this,null,function*(){const e=n.parent;yield Gl(n.bottomCircle,t);const i=new wi;i.name="LineHelper",e.add(i);const s=t.position.point,o=n.normal.clone().normalize(),r=s.clone().add(o.clone().multiplyScalar(100)),a=s.clone().sub(o.clone().multiplyScalar(100));return i.setPoints([r,a]),t.enable(),new Promise((l,c)=>{const h=g=>{d(),l()},u=g=>{if(!(g!=null&&g.raycaster))return;const p=vn({raycaster:g.raycaster,line:new y.Line3(r,a)}),A=new y.Plane().setFromNormalAndCoplanarPoint(n.normal,n.bottomCenter).projectPoint(p,new y.Vector3),P=p.clone().sub(A),M=n.bottomCenter.clone().add(P);p&&n.setTopCenter(M)},d=()=>{t.off("select",h),t.off("intersectionUpdate",u),t.off("disable",m),e.remove(i),t.disable()},m=()=>{d(),e.remove(n),c(new Error("Cancelled"))};t.on("select",h),t.on("intersectionUpdate",u),t.on("disable",m)})})}class dv extends Jr{constructor(t){super(t,()=>({positionFrom:()=>t.worldCenter,yAxis:()=>new y.Vector3().subVectors(t.topPosition,t.bottomPositions[0]).normalize(),zAxis:()=>new y.Vector3().subVectors(t.bottomPositions[0],t.bottomPositions[1]).normalize(),scaleHelper:{enable:!0,positions:()=>{const e=t.bottomPositions,i=t.topPosition,s=new y.Vector3().subVectors(i,e[0]),o=new y.Vector3().subVectors(e[1],e[0]),r=new y.Vector3().subVectors(e[2],e[1]),a=t.geometryInfo.center,l=a.clone().sub(s.clone().divideScalar(2)),c=a.clone().add(s.clone().divideScalar(2)),h=a.clone().sub(o.clone().divideScalar(2)),u=a.clone().add(o.clone().divideScalar(2)),d=a.clone().sub(r.clone().divideScalar(2)),m=a.clone().add(r.clone().divideScalar(2));return[{id:"top",handlePosition:c,basePosition:l},{id:"bottom",handlePosition:l,basePosition:c},{id:"left",handlePosition:h,basePosition:u},{id:"right",handlePosition:u,basePosition:h},{id:"front",handlePosition:d,basePosition:m},{id:"back",handlePosition:m,basePosition:d}]},scaleCallback:e=>{const{intersectPoint:i,scalePosition:s}=e,{id:o,basePosition:r}=s,a=t.bottomPositions,l=t.topPositions;let c=new y.Vector3().subVectors(t.topPosition,a[0]),h;if(o==="top")c=i.clone().sub(r),h=a;else if(o==="bottom"){const u=i.clone().sub(r);h=l.map(d=>d.clone().add(u)),c=void 0}else if(o==="left"){const u=i.clone().sub(r);h=[a[1].clone().add(u),a[1],a[2],a[2].clone().add(u)]}else if(o==="right"){const u=i.clone().sub(r);h=[a[0],a[0].clone().add(u),a[3].clone().add(u),a[3]]}else if(o==="front"){const u=i.clone().sub(r);h=[a[3].clone().add(u),a[2].clone().add(u),a[2],a[3]]}else if(o==="back"){const u=i.clone().sub(r);h=[a[0],a[1],a[1].clone().add(u),a[0].clone().add(u)]}t.setPoints({points:h,heightPoint:c?h[0].clone().add(c):void 0})}}}))}}class Gu extends Xs{constructor(){super(...arguments);f(this,"name","BoxMesh")}get geometryInfo(){if(this.geometryInfoNeedUpdate){this.geometryInfoNeedUpdate=!1;const e=this.bottomPositions,i=this.topPosition;if(!e||e.length<3||!i){this._geometryInfoCache=void 0;return}const s=It(...e),o=i.clone().sub(e[0]),r=s.clone().add(o.clone().divideScalar(2));this._geometryInfoCache={center:r}}return this._geometryInfoCache}}class fv extends Gi{constructor(e,i){super(e,i);f(this,"type","Box");f(this,"boxMesh");f(this,"_editor");e&&(this.boxMesh=new Gu(N(N({},e.style),e)),this.add(this.boxMesh))}get editor(){return this._editor||(this._editor=new dv(this.boxMesh)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.boxMesh.bottomPositions,this.boxMesh)),heightPoint:ni(this.applyObjectMatrixWorld(this.boxMesh.topPosition,this.boxMesh)),style:{color:this.boxMesh.color.getHex(),opacity:this.boxMesh.opacity,lineWidth:this.boxMesh.lineWidth,lineColor:this.boxMesh.lineColor.getHex()}})}setData(e){this.boxMesh.setPoints({points:e.points?this.applyObjectReversalMatrixWorld(e.points.map(Qe),this.boxMesh):void 0,heightPoint:e.heightPoint?this.applyObjectReversalMatrixWorld(Qe(e.heightPoint),this.boxMesh):void 0}),this.boxMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.boxMesh)==null||e.highlight()}unhighlight(){var e;(e=this.boxMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.removeChildren(),this.boxMesh=new Gu(e),this.add(this.boxMesh),yield Hu(this.boxMesh,this.pointSelector,e),this.config.defaultAction&&this.editor.enable()})}getWorldFacesGeometry(){if(!this.boxMesh)return[];const e=this.applyObjectMatrixWorld(this.boxMesh.bottomPositions,this.boxMesh),i=this.applyObjectMatrixWorld(this.boxMesh.topPositions,this.boxMesh);if(!e||!i||e.length!==4||i.length!==4)return[];const s=[],o=(r,a)=>{const l=new y.Triangle(a[0],a[1],a[2]).getNormal(new y.Vector3),c=It(...a);s.push({name:r,vertices:a,center:c,normal:l})};o("bottom",[e[0],e[1],e[2],e[3]]),o("top",[i[0],i[1],i[2],i[3]]);for(let r=0;r<4;r++){const a=(r+1)%4;o(`side${r}`,[e[r],e[a],i[a],i[r]])}return s}}function Hu(n,t,e){return ie(this,null,function*(){return new Promise((i,s)=>ie(this,null,function*(){const o=n.parent;if(!o){s(new Error("No container"));return}const r=new Fl(n.style);o.add(r),yield Nl(r,t,e),o.remove(r),n.setPoints({points:r.points});const a=new wi,l=ui(n.bottomPositions),c=It(...n.bottomPositions),h=c.clone().add(l.clone().multiplyScalar(100)),u=c.clone().sub(l.clone().multiplyScalar(100));a.setPoints([h,u]),o.add(a),t.enable();const d=v=>{g(),i()},m=v=>{if(!(v!=null&&v.raycaster))return;const A=vn({raycaster:v.raycaster,line:new y.Line3(h,u)});if(A){const P=A.clone().sub(c);n.setPoints({heightPoint:n.bottomPositions[0].clone().add(P)})}},g=()=>{t.off("select",d),t.off("intersectionUpdate",m),t.off("disable",p),t.disable(),o==null||o.remove(a)},p=()=>{g(),o==null||o.remove(n),s(new Error("Cancelled"))};t.on("select",d),t.on("intersectionUpdate",m),t.on("disable",p)}))})}function N6(n,t){for(let e=n.length-1;e>=0;e--)t(n[e])}class gv extends Gi{constructor(e,i){super(e,i);f(this,"type","Line");f(this,"lineMesh");f(this,"_editor");f(this,"creatingObject");e&&(this.lineMesh=new Or(N(N({},e.style),e)),this.add(this.lineMesh))}get editor(){return this._editor||(this._editor=new L6(this)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.lineMesh.points)),style:{lineColor:new y.Color(this.lineMesh.color).getHex(),lineWidth:this.lineMesh.lineWidth,dashed:this.lineMesh.dashed}})}setData(e){e.points&&this.lineMesh.setPoints(e.points),this.lineMesh.setStyle(e.style)}highlight(){var e;(e=this.lineMesh)==null||e.highlight()}unhighlight(){var e;(e=this.lineMesh)==null||e.unhighlight()}canUndo(){var e;(e=this.creatingObject)==null||e.canUndo()}canRedo(){var e;(e=this.creatingObject)==null||e.canRedo()}undo(){var e;(e=this.creatingObject)==null||e.undo()}redo(){var e;(e=this.creatingObject)==null||e.redo()}create(e){return ie(this,null,function*(){this.removeChildren();const i=new Or(e);this.lineMesh=i,this.add(this.lineMesh),this.creatingObject=Wu(i,this.pointSelector,e),yield this.creatingObject.finished,this.config.defaultAction&&this.editor.enable()})}}function Wu(n,t,e){var j;const i=n.parent;if(!i)return;const{promise:s,resolve:o,reject:r}=Gs(),a=(j=e==null?void 0:e.limit)!=null?j:"none",l=new wi(n.style);i.add(l);const c=new wi(ue(N({},n.style),{dashed:!0,lengthEnable:!1}));i.add(c),t.enable();const h=[];let u,d,m;const g=[],p=()=>h.length>0,v=()=>g.length>0,A=()=>{p()&&(g.push(h.pop()),n.setPoints(h),I(m),t.pointSelectorHelper.magnifier.render())},P=()=>{v()&&(h.push(g.pop()),n.setPoints(h),I(m),t.pointSelectorHelper.magnifier.render())},M=L=>{if(!L)return;g.length=0;const O=h.length===0?L.point:u.clone();h.push(O),n.setPoints(h),h.length===2&&(z(),o())},I=L=>{const O=()=>{l.setPoints([]),c.setPoints([]),t.pointSelectorHelper.magnifier.render()};if(!(h!=null&&h.length)||!L)return O();m=L;const b=h.at(-1).clone();a==="none"?(u=L.point,l.setPoints([b,u])):a==="xoz"?(t.plane=d,d=d!=null?d:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),h[0]),u=d.projectPoint(L.point,new y.Vector3),l.setPoints([b,u]),c.setPoints([u,L.point])):a==="y"&&(L.isVirtual?(u=vn({raycaster:L.raycaster,line:new y.Line3(h[0].clone(),new y.Vector3(0,1,0).add(h[0])),clampToLine:!1}),c.setPoints([])):(u=new y.Line3(h[0].clone(),new y.Vector3(0,1,0).add(h[0])).closestPointToPoint(L.point,!1,new y.Vector3),c.setPoints([u,L.point])),l.setPoints([b,u]))},z=()=>{t.off("select",M),t.off("intersectionUpdate",I),t.off("disable",D),t.plane=null,t.disable(),i==null||i.remove(l,c)},D=()=>{z(),h.length!==2&&(i==null||i.remove(n)),r(new Error("Cancelled"))};return t.on("select",M),t.on("intersectionUpdate",I),t.on("disable",D),{finished:s,canUndo:p,canRedo:v,undo:A,redo:P}}const Wo=class extends Et{constructor(e,i,s){super();f(this,"group");f(this,"theme");f(this,"config");f(this,"five");f(this,"creatingItem",null);f(this,"undo",()=>{if(this.creatingItem){this.creatingItem.undo(),this.five.needsRender=!0;return}const e=this.items.find(i=>i.selected&&i.type==="Polygon");e&&typeof e.undo=="function"&&(e.undo(),console.log("[Sculpt] 撤销操作已执行",e),this.five.needsRender=!0)});f(this,"redo",()=>{if(this.creatingItem){this.creatingItem.redo(),this.five.needsRender=!0;return}const e=this.items.find(i=>i.selected&&i.type==="Polygon");e&&typeof e.redo=="function"&&(e.redo(),this.five.needsRender=!0)});this.five=e,this.theme=i,this.config=N({magnifier:{width:190,height:190,scale:2,dragEnabled:!0}},s),this.group=new ci,this.group.name="Sculpt",this.group.__sculpt__=this,e.scene.add(this.group),Wo.modules.init(e,this.config),bt("ctrl+z, command+z",this.undo),bt("ctrl+shift+z, command+shift+z",this.redo),Wo.modules.fiveDomEvents.addEventListener(this.group,"click",({intersects:o,origDomEvent:r})=>{var l;const a=q1((l=o==null?void 0:o[0])==null?void 0:l.object,c=>c.isSculptObject);return a&&!a.editing?this.emit("click",r,a):!1}),window.__SCULPT_DEBUG__=this,window.__SCULPT_MODULES_DEBUG__=Wo.modules}get data(){return{items:this.items.map(e=>{try{return e.data}catch(i){return console.error(i),null}}).filter(He)}}get items(){return this.group.children}load(e,i){var o;this.clear();const s=(o=e==null?void 0:e.items)==null?void 0:o.map(r=>{var l;const a=ue(N({},r),{style:N(N({},(l=this.theme)==null?void 0:l[r.type.toLowerCase()]),r.style)});return r.type==="Point"?new ev(a,i):r.type==="line"?new gv(a,i):r.type==="Polyline"?new K1(a,i):r.type==="Polygon"?new tv(a,i):r.type==="Prism"?new nv(a,i):r.type==="Rectangle"?new Ru(a,i):r.type==="Circle"?new cv(a,i):r.type==="Cylinder"?new uv(a,i):r.type==="Box"?new fv(a,i):null});this.group.add(...s),this.five.needsRender=!0}getItemById(e){return this.items.find(i=>i.uuid===e)}putObject(e){var o;this.group.add(e);const i=Wo.modules.object3DHelper,s=i.addObject3DHelper(e);return(o=s==null?void 0:s.moveController)==null||o.moveByMouse(),i}createPoint(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.point,e[0]),this.createItem(ev,...e)})}createLine(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.line,e[0]),this.createItem(gv,...e)})}createline(...e){return ie(this,null,function*(){this.createLine(...e)})}createPolyline(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.polyline,e[0]),this.createItem(K1,...e)})}createPolygon(...e){return ie(this,null,function*(){var s,o,r;Object.assign((s=e[0])!=null?s:{},(o=this.theme)==null?void 0:o.polygon,e[0]);const i=(r=e[0])!=null?r:{};return i.__onSelfIntersect=a=>{const l=this.creatingItem;this.emit("polygon.experimental_self_intersect",l,a)},i.__onWillAddPoint=a=>{const l=this.creatingItem;this.emit("polygon.experimental_point_will_add",l,a)},e[0]=i,this.createItem(tv,...e)})}createPrism(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.prism,e[0]),this.createItem(nv,...e)})}createRectangle(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.rectangle,e[0]),this.createItem(Ru,...e)})}createCircle(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.circle,e[0]),this.createItem(cv,...e)})}createCylinder(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.cylinder,e[0]),this.createItem(uv,...e)})}createBox(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.box,e[0]),this.createItem(fv,...e)})}canUndo(){if(this.creatingItem)return this.creatingItem.canUndo();const e=this.items.find(i=>i.selected);return e&&typeof e.canUndo=="function"?e.canUndo():!1}canRedo(){if(this.creatingItem)return this.creatingItem.canRedo();const e=this.items.find(i=>i.selected);return e&&typeof e.canRedo=="function"?e.canRedo():!1}clear(){N6(this.items,e=>e.delete()),this.five.needsRender=!0}createItem(e,...i){return ie(this,null,function*(){this.creatingItem&&(this.creatingItem.stopCreating(),this.creatingItem=null);const s=new e;this.creatingItem=s,this.group.add(s);const{promise:o,resolve:r,reject:a}=Gs();return yield s.create(...i).then((...l)=>(this.creatingItem=null,s.select({only:!0}),r(s),l)).catch(l=>{a(l),this.group.remove(s)}),o})}};let et=Wo;f(et,"modules",Z1);const G6=(n,t,e)=>{if(t&&typeof t=="object"&&("theme"in t||"config"in t)){const i=t;return new et(n,i.theme,i.config)}return new et(n,t,e)},H6=(n,t)=>new et(n,t==null?void 0:t.theme,t==null?void 0:t.config),W6=(n,t)=>{const e=new y.Box3;return n.models.find(s=>s.name===n.state.workCode).traverse(s=>{var r,a;((a=(r=s==null?void 0:s.material)==null?void 0:r[0])==null?void 0:a.floorIndex)===t&&e.expandByObject(s)}),e},U6=new Map,Q6=new Map;class X6 extends nu{constructor(e,i){super(e,i);f(this,"_floorIndex");f(this,"_floorIndexDirty",!0);f(this,"_opacity");this.state.unfolded=!0,this.loadModel()}get opacity(){var e,i;return this._opacity!==void 0?this._opacity:(i=(e=this.data)==null?void 0:e.opacity)!=null?i:1}set opacity(e){e!==this._opacity&&(this._opacity=e,this.mediaPlane&&(this.mediaPlane.opacity=e))}get floorIndex(){return(this._floorIndexDirty||this._floorIndex===void 0)&&(this._floorIndex=this.computeFloorIndex(),this._floorIndexDirty=!1),this._floorIndex}invalidateFloorIndex(){this._floorIndexDirty=!0}applyVisible(){var i,s,o,r,a,l;this.computeRenderType()==="Mesh"?(this.initialSculpt(),((s=(i=this.data.mediaData)==null?void 0:i[0])==null?void 0:s.type)==="Video"?this.renderVideoPlane():((r=(o=this.data.mediaData)==null?void 0:o[0])==null?void 0:r.type)==="Image"?this.renderImagePlane():this.renderEmptyPlane()):((a=this.tag3DContentSvelte)==null||a.svelteApp.$set({tag:this,state:this.plugin.state,temporaryState:this.plugin.temporaryState}),(l=this.tag3DContentSvelte)!=null&&l.css3DInstance&&(this.tag3DContentSvelte.css3DInstance.visible=this.visible,this.five.needsRender=!0))}set(e,i=!0){super.set(e,i),yi(this.five).then(()=>{this.tag3DContentSvelte&&(e.data?this.tag3DContentSvelte.svelteApp.$set({tag:this,state:this.plugin.state,temporaryState:this.plugin.temporaryState}):e.position&&this.loadModel())})}setData(...e){var s,o,r,a,l;super.setData(...e),this.computeRenderType()==="Mesh"?(((o=(s=this.data.mediaData)==null?void 0:s[0])==null?void 0:o.type)==="Video"?this.renderVideoPlane():((a=(r=this.data.mediaData)==null?void 0:r[0])==null?void 0:a.type)==="Image"?this.renderImagePlane():this.renderEmptyPlane(),this.mediaPlane&&(this.mediaPlane.opacity=this.opacity)):(l=this.tag3DContentSvelte)==null||l.svelteApp.$set({tag:this})}computeFloorIndex(){var a,l;const e=new Map;((l=(a=this.five.works.getWork(this.workUtil.workCode))==null?void 0:a.observers)!=null?l:[]).forEach(c=>{var u;const h=(u=c.floorIndex)!=null?u:0;if(!e.has(h)){const d=W6(this.five,h);d.isEmpty()||e.set(h,d)}});const s=It(...this.position.map(Qe)),o=[],r=[];if(e.forEach((c,h)=>{r.push({floorIndex:h,box:c}),c.containsPoint(s)&&o.push({floorIndex:h,box:c})}),o.length===1)return o[0].floorIndex;if(o.length>1){let c=1/0,h=o[0].floorIndex;return o.forEach(({floorIndex:u,box:d})=>{const m=new y.Vector3;d.getCenter(m);const g=s.distanceTo(m);g<c&&(c=g,h=u)}),h}if(r.length>0){let c=1/0,h=r[0].floorIndex;return r.forEach(({floorIndex:u,box:d})=>{const m=new y.Vector3;d.getCenter(m);const g=s.distanceTo(m);g<c&&(c=g,h=u)}),h}}loadModel(){return ie(this,null,function*(){var i,s,o,r,a,l;if(yield yi(this.five),this.computeRenderType()==="Mesh")this.initialSculpt(),((s=(i=this.data.mediaData)==null?void 0:i[0])==null?void 0:s.type)==="Video"?this.renderVideoPlane():((r=(o=this.data.mediaData)==null?void 0:o[0])==null?void 0:r.type)==="Image"?this.renderImagePlane():this.renderEmptyPlane();else{ur(this.five);const c=this.position.map(Qe);(l=(a=this.tag3DContentSvelte)==null?void 0:a.dispose)==null||l.call(a);const h=document.createElement("div");h.classList.add("tag-media-container");const u=N({mode:"front",cornerPoints:c,container:h},this.config.tag3DConfig),d=this.computeRenderType()==="BehindDom"||u.mode==="behind"?"behind":"front",m=new c0(ue(N({},u),{mode:d})),g=this.computeNormal();m.position.add(g.clone().setLength(rn.Z_FIGHTING_OFFSET)),this.plugin.group.add(m);let p;m.mode==="behind"&&this.config.clickable!==!1&&(p=this.addObjectClickHandler(this,m,A=>{this.plugin.hooks.emit("click",{event:A,target:"TagContent",tag:this})}));const v=new bu({target:h,props:{tag:this,hooks:this.plugin.hooks,state:this.plugin.state,mediaStore:this.plugin.mediaStore,temporaryState:this.plugin.temporaryState}});this.tag3DContentSvelte={svelteApp:v,domContainer:{css3DObject:m},css3DInstance:m,initialNormal:g,currentNormal:g,dispose:()=>{v.$destroy(),m.dispose(),p==null||p()}},this.five.needsRender=!0}})}initialSculpt(){if(this.rectanglePlane)return;const e=new et(this.five,void 0,{magnifier:null});e.clear(),e.group.removeFromParent();const i=Dt(),s=new Ru({id:i,type:"Rectangle",points:this.position.map(Nt),style:{color:2203620,opacity:.1,lineColor:6737907}},{defaultAction:!1});s.visible=!1,this.plugin.imagePlaneGroup.add(s),this.rectanglePlane=s,s.editor.hooks.on("objectUpdate",()=>{var o;(o=this.mediaPlane)==null||o.changePointsOrParams({cornerPoints:s.data.points.map(Nt)})}),s.editor.disable()}editorEnable(){this.rectanglePlane||this.initialSculpt(),this.rectanglePlane.visible=!0,this.rectanglePlane.editor.enable()}editorDisable(e){var s;this.rectanglePlane.visible=!1;const i=e||this.position.map(Nt);(s=this.mediaPlane)==null||s.changePointsOrParams({cornerPoints:i}),this.rectanglePlane.setData({points:i}),this.rectanglePlane.editor.disable()}renderVideoPlane(){var h,u,d;const e=this.data.mediaData[0];if(!e)return;const{url:i}=e;if(!i)return;const s=(h=this.data.objectFit)!=null?h:"contain",o=this.currentVisible,r=(()=>!!(this.mediaPlane&&!o))(),a=(()=>!!(!this.mediaPlane&&o))(),l=(()=>!!(this.mediaPlane&&(this.mediaPlane.src!==i||this.mediaPlane.objectFit!==s)))();(r||l)&&this.mediaPlane&&(this.plugin.imagePlaneGroup.remove(this.mediaPlane),this.mediaPlane.dispose(),this.mediaPlane.removeFromParent(),this.mediaPlane=void 0);const c=(()=>!!(this.mediaPlane&&this.mediaPlane.objectFit&&this.mediaPlane.objectFit!==s))();if(a||l){let m=this.position.map(Nt);this.rectanglePlane&&(m=this.rectanglePlane.data.points.map(Nt));const g=new o0(i,m,{videoCoverSrc:e.videoCoverUrl,playButton:this.data.playIcon,paused:!((u=this.data.autoplayConfig)!=null&&u.autoplayVideo),objectFit:this.data.objectFit,videoTextureMap:U6,ImageTextureMap:Q6,domEvents:this.plugin.domEvents,opacity:this.opacity});this.plugin.domEvents.addAutoBindEventListener(g,"click",v=>{var A,P;!((A=g.videoInstance)!=null&&A.paused)&&((P=g.videoInstance)==null?void 0:P.muted)===!1&&this.plugin.hooks.emit("playStateChange",{event:v,state:"playing",tag:this,mediaInstance:g.videoInstance})}),g.onVideoReady=v=>{v.addEventListener("play",A=>{this.plugin.mediaStore.set({currentMediaElement:g.videoInstance}),this.plugin.hooks.emit("playStateChange",{event:A,state:"playing",tag:this,mediaInstance:g.videoInstance})}),v.addEventListener("pause",A=>{this.plugin.hooks.emit("playStateChange",{event:A,state:"paused",tag:this,mediaInstance:g.videoInstance})}),v.addEventListener("ended",A=>{this.plugin.hooks.emit("playStateChange",{event:A,state:"paused",tag:this,mediaInstance:g.videoInstance})})};const p=v=>(this.five.on("renderFrame",v),()=>this.five.off("renderFrame",v));g.initialRenderHooks(p),this.mediaPlane=g,this.play=()=>g.play(),this.pause=()=>g.pause(),this.plugin.imagePlaneGroup.add(this.mediaPlane)}if(c){const m=this.rectanglePlane.data.points.map(Nt);(d=this.mediaPlane)==null||d.changePointsOrParams({cornerPoints:m,params:{objectFit:s}})}this.five.needsRender=!0}renderImagePlane(){var u,d;const e=this.data.mediaData[0],i=(u=this.data.objectFit)!=null?u:"contain";if(!e)return;const{url:s}=e;if(!s)return;let o=this.position.map(Nt);const r=this.currentVisible,a=(()=>!!(this.mediaPlane&&!r))(),l=(()=>!!(!this.mediaPlane&&r))(),c=(()=>!!(this.mediaPlane&&this.mediaPlane.src!==s))(),h=(()=>!!(this.mediaPlane&&this.mediaPlane.objectFit&&this.mediaPlane.objectFit!==i))();if((a||c)&&this.mediaPlane&&(this.plugin.imagePlaneGroup.remove(this.mediaPlane),this.mediaPlane.dispose(),this.mediaPlane.removeFromParent(),this.mediaPlane=void 0),(l||c)&&(this.rectanglePlane&&(o=this.rectanglePlane.data.points.map(Nt)),this.mediaPlane=new tu(s,o,{objectFit:this.data.objectFit,opacity:this.opacity}),this.getConfig().clickable!==!1&&this.plugin.domEvents.addAutoBindEventListener(this.mediaPlane,"click",m=>{this.plugin.hooks.emit("click",{tag:this,target:"TagContent",event:m.origDomEvent})},{noEmitWhenHide:!0}),this.plugin.imagePlaneGroup.add(this.mediaPlane)),h){const m=this.rectanglePlane.data.points.map(Nt);(d=this.mediaPlane)==null||d.changePointsOrParams({cornerPoints:m,params:{objectFit:i}})}this.five.needsRender=!0}renderEmptyPlane(){this.mediaPlane&&(this.plugin.imagePlaneGroup.remove(this.mediaPlane),this.mediaPlane.dispose(),this.mediaPlane.removeFromParent(),this.mediaPlane=void 0)}computeNormal(){return Yp(this.position)}}function Y6(n){Le(n,"svelte-cksy1a",".audio-tag-point.svelte-cksy1a{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.25rem;border-radius:100%;border:0.0625rem solid rgba(255, 255, 255, 0.6);background:linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));box-shadow:inset 0 0 0.25rem 0 rgba(255, 255, 255, 0.3);display:flex;align-items:center;justify-content:center}")}function Z6(n){let t,e,i,s,o;return e=new Ol({props:{playing:n[0],width:24}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","audio-tag-point svelte-cksy1a")},m(r,a){Y(r,t,a),ge(e,t,null),i=!0,s||(o=[_e(t,"click",function(){$t(n[2])&&n[2].apply(this,arguments)}),_e(t,"mouseenter",function(){$t(n[3])&&n[3].apply(this,arguments)}),_e(t,"mouseleave",function(){$t(n[4])&&n[4].apply(this,arguments)})],s=!0)},p(r,a){n=r;const l={};a&1&&(l.playing=n[0]),e.$set(l)},i(r){i||(R(e.$$.fragment,r),i=!0)},o(r){Z(e.$$.fragment,r),i=!1},d(r){r&&X(t),me(e),s=!1,ht(o)}}}function q6(n){let t,e;return t=new pu({props:{url:n[1].data.audioUrl,enable:n[1].state.visible,style:"width: max-content; height: max-content;",hooksInfo:{tag:n[1]},$$slots:{default:[Z6]},$$scope:{ctx:n}}}),t.$on("play",n[5].play),t.$on("pause",n[5].pause),t.$on("error",n[5].error),t.$on("timeupdate",n[5].timeupdate),t.$on("duration",n[5].duration),t.$on("audioRef",n[5].audioRef),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,[s]){const o={};s&2&&(o.url=i[1].data.audioUrl),s&2&&(o.enable=i[1].state.visible),s&2&&(o.hooksInfo={tag:i[1]}),s&157&&(o.$$scope={dirty:s,ctx:i}),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function J6(n,t,e){let{playing:i=!1}=t,{tag:s}=t,{handlePointClick:o=()=>{}}=t,{handleMouseEnter:r=()=>{}}=t,{handleMouseLeave:a=()=>{}}=t;const l=Cn(),c={audioRef:h=>l("audioRef",h.detail),play:()=>{e(0,i=!0),l("play")},pause:()=>{e(0,i=!1),l("pause")},error:()=>{e(0,i=!1),l("pause")},timeupdate:h=>l("timeupdate",h.detail),duration:h=>l("duration",h.detail)};return n.$$set=h=>{"playing"in h&&e(0,i=h.playing),"tag"in h&&e(1,s=h.tag),"handlePointClick"in h&&e(2,o=h.handlePointClick),"handleMouseEnter"in h&&e(3,r=h.handleMouseEnter),"handleMouseLeave"in h&&e(4,a=h.handleMouseLeave)},[i,s,o,r,a,c]}class K6 extends Ce{constructor(t){super(),Pe(this,t,J6,q6,we,{playing:0,tag:1,handlePointClick:2,handleMouseEnter:3,handleMouseLeave:4},Y6)}}function $6(n){Le(n,"svelte-dorxu0",'@charset "UTF-8";.tag-point-click-helper.svelte-dorxu0.svelte-dorxu0{position:absolute;pointer-events:auto;cursor:pointer;width:141%;height:141%;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1000000}.audio-tag-point-click-helper.svelte-dorxu0.svelte-dorxu0{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1}.tag-point-wrapper.svelte-dorxu0.svelte-dorxu0{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);cursor:pointer;z-index:1040}.tag-folded-point.svelte-dorxu0.svelte-dorxu0,.tag-unfolded-point.svelte-dorxu0.svelte-dorxu0{transition:all 0.5s}.tag-point-wrapper.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0: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-dorxu0 .tag-unfolded-point.svelte-dorxu0: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-dorxu0 .tag-folded-point.svelte-dorxu0{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-dorxu0 .tag-folded-point.svelte-dorxu0{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{opacity:1;scale:1}.tag-point-wrapper.disable-unfold.svelte-dorxu0 .tag-folded-point.svelte-dorxu0{opacity:1 !important;scale:1 !important}.tag-point-wrapper.disable-unfold.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{opacity:0 !important;scale:1 !important}')}function eS(n){let t;return{c(){t=U("div"),w(t,"class","audio-tag-point-click-helper svelte-dorxu0")},m(e,i){Y(e,t,i),n[18](t)},p:oe,d(e){e&&X(t),n[18](null)}}}function tS(n){let t,e,i;return{c(){t=U("div"),w(t,"class","tag-point-click-helper svelte-dorxu0")},m(s,o){Y(s,t,o),n[17](t),e||(i=[_e(t,"click",n[15]),_e(t,"mouseenter",n[16]),_e(t,"mouseleave",function(){$t(n[3])&&n[3].apply(this,arguments)})],e=!0)},p(s,o){n=s},d(s){s&&X(t),n[17](null),e=!1,ht(i)}}}function iS(n){let t,e;return t=new B1({props:{icon:n[8],width:n[7]}}),t.$on("iconLoaded",n[21]),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&256&&(o.icon=i[8]),s&128&&(o.width=i[7]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function nS(n){let t,e;return t=new K6({props:{tag:pt(n[1]),handlePointClick:n[19],handleMouseEnter:n[20],handleMouseLeave:n[3]}}),t.$on("audioRef",n[13].audioRef),t.$on("play",n[13].play),t.$on("pause",n[13].pause),t.$on("timeupdate",n[13].timeupdate),t.$on("duration",n[13].duration),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=pt(i[1])),s&16&&(o.handlePointClick=i[19]),s&6&&(o.handleMouseEnter=i[20]),s&8&&(o.handleMouseLeave=i[3]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function sS(n){let t,e,i,s,o,r,a,l,c,h;function u(A,P){return A[6]?eS:tS}let d=u(n),m=d(n);i=new Fi({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}});const g=[nS,iS],p=[];function v(A,P){return A[6]?0:1}return l=v(n),c=p[l]=g[l](n),{c(){t=U("div"),m.c(),e=le(),pe(i.$$.fragment),s=le(),o=U("div"),r=le(),a=U("div"),c.c(),w(o,"class","tag-unfolded-point svelte-dorxu0"),_(o,"transition-delay",(n[9]?n[11]:0)+"ms"),w(a,"class","tag-folded-point svelte-dorxu0"),_(a,"transition-delay",(n[9]?n[11]:0)+"ms"),w(t,"class","tag-point-wrapper svelte-dorxu0"),Ie(t,"unfolded",n[5]),Ie(t,"folded",n[9]),Ie(t,"disable-unfold",n[1].isPopoverConfigEnabled())},m(A,P){Y(A,t,P),m.m(t,null),V(t,e),ge(i,t,null),V(t,s),V(t,o),V(t,r),V(t,a),p[l].m(a,null),h=!0},p(A,[P]){d===(d=u(A))&&m?m.p(A,P):(m.d(1),m=d(A),m&&(m.c(),m.m(t,e))),P&512&&_(o,"transition-delay",(A[9]?A[11]:0)+"ms");let M=l;l=v(A),l===M?p[l].p(A,P):(Se(),Z(p[M],1,1,()=>{p[M]=null}),xe(),c=p[l],c?c.p(A,P):(c=p[l]=g[l](A),c.c()),R(c,1),c.m(a,null)),P&512&&_(a,"transition-delay",(A[9]?A[11]:0)+"ms"),(!h||P&32)&&Ie(t,"unfolded",A[5]),(!h||P&512)&&Ie(t,"folded",A[9]),(!h||P&2)&&Ie(t,"disable-unfold",A[1].isPopoverConfigEnabled())},i(A){h||(R(i.$$.fragment,A),R(c),h=!0)},o(A){Z(i.$$.fragment,A),Z(c),h=!1},d(A){A&&X(t),m.d(),me(i),p[l].d()}}}function oS(n,t,e){var T,H;let i,s,o,r,a;const l=qi("hooks"),c=Cn();let{tag:h}=t,u,d=!1;const m=()=>{u!==void 0&&clearTimeout(u),d=!0,u=setTimeout(()=>{d=!1},800)},g=B=>{d||(h.entryFromModel&&bi(h.five.state.mode)?h.find({targetMode:"Panorama"}).then(()=>h.unfoldAndFoldOthers()):l.emit("click",{event:B,target:"TagPoint",tag:h}))},p=(()=>h.contentType==="Text"&&h.data.appearance==="plane"?500:800)();let{tagPointClickHelper:v=null}=t,{handleMouseEnter:A=()=>{}}=t,{handleMouseLeave:P=()=>{}}=t,{handleTagPointClick:M=()=>{}}=t;const I=()=>!0,z=(H=(T=h.config.popoverConfig)==null?void 0:T.beforeOpen)!=null?H:I;let{audioInstance:D=null}=t;const j={audioRef:B=>{e(14,D=B.detail),c("audioInstanceReady",D)},play:()=>c("audioPlay"),pause:()=>c("audioPause"),timeupdate:B=>c("audioTimeUpdate",B.detail),duration:B=>c("audioDuration",B.detail)},L=B=>{M(B),g(B)},O=B=>{z(h)&&A(B)};function b(B){Je[B?"unshift":"push"](()=>{v=B,e(0,v)})}function C(B){Je[B?"unshift":"push"](()=>{v=B,e(0,v)})}const k=B=>{M(B),g(B)},E=B=>{z(h)&&A(B)};function x(B){In.call(this,n,B)}return n.$$set=B=>{"tag"in B&&e(1,h=B.tag),"tagPointClickHelper"in B&&e(0,v=B.tagPointClickHelper),"handleMouseEnter"in B&&e(2,A=B.handleMouseEnter),"handleMouseLeave"in B&&e(3,P=B.handleMouseLeave),"handleTagPointClick"in B&&e(4,M=B.handleTagPointClick),"audioInstance"in B&&e(14,D=B.audioInstance)},n.$$.update=()=>{var B,J,ne,$;n.$$.dirty&2&&e(5,i=(B=h.state)==null?void 0:B.unfolded),n.$$.dirty&32&&e(9,s=!i),n.$$.dirty&2&&e(8,o=(ne=(J=h.style)==null?void 0:J.point)!=null&&ne.url?($=h.style)==null?void 0:$.point:{url:b4}),n.$$.dirty&2&&e(7,r=(()=>{var fe,ze,ae,Ee;const re=(ze=(fe=h.style)==null?void 0:fe.point)==null?void 0:ze.width;if(typeof re=="number")return re;const ee=(Ee=(ae=h.style)==null?void 0:ae.point)==null?void 0:Ee.size;if(typeof ee=="number")return ee;if(ee==="S")return 18;if(ee==="M")return 20;if(ee==="L")return 24;if(ee==="XL")return 28})()),n.$$.dirty&2&&e(6,a=h.contentType==="Audio"&&h.data.appearance==="plane")},m(),[v,h,A,P,M,i,a,r,o,s,g,p,z,j,D,L,O,b,C,k,E,x]}class rS extends Ce{constructor(t){super(),Pe(this,t,oS,sS,we,{tag:1,tagPointClickHelper:0,handleMouseEnter:2,handleMouseLeave:3,handleTagPointClick:4,audioInstance:14},$6)}get tag(){return this.$$.ctx[1]}set tag(t){this.$$set({tag:t}),Mn()}get tagPointClickHelper(){return this.$$.ctx[0]}set tagPointClickHelper(t){this.$$set({tagPointClickHelper:t}),Mn()}get handleMouseEnter(){return this.$$.ctx[2]}set handleMouseEnter(t){this.$$set({handleMouseEnter:t}),Mn()}get handleMouseLeave(){return this.$$.ctx[3]}set handleMouseLeave(t){this.$$set({handleMouseLeave:t}),Mn()}get handleTagPointClick(){return this.$$.ctx[4]}set handleTagPointClick(t){this.$$set({handleTagPointClick:t}),Mn()}get audioInstance(){return this.$$.ctx[14]}set audioInstance(t){this.$$set({audioInstance:t}),Mn()}}const aS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAHgAAAAC3G9N3AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACfklEQVRYCe2Yu2tVQRCHb1QQFQRBKzEkooJoISL+ATYW/kXBSrBKLxZaidaKhSCxs1Asg4qgRhHBB6IkKr4f3yd3vCfHezfnsTGnuD/4ZWf3zO7M7M4+biZ6vd5muBsehydg1/EdB6/3uTBR8vYg9dPQoLqILzg1A++Gc+tD6JevKR/AY/BXB3kSn+bhX5QD8MNLuAnugz87xMv4cg0uw7AAVDDKo3Ar7MJKPMWPWeiELsOoAFS8D00l98laBvEN+6fgO/gPRgWg4iL8Ct3Ya5lKl7B/Bw7FhqGtg8ariAZwYND0X6V7WNOHkVg38svgw1nED/2qyykDIRfLsmy93Falvza1nUQqhaLjZ4Q38HA0UOqQ+0LExoqy2PaDipNkGfp+r9L/PHqPVE6hSgD2fw63w51QR7wN3dw6EqVOhhylQSmL0K3S/zb6ydT5MyJ/qgagvhfcEbjRCogZjzLVFjqWRbnYJ+S3CGegAa+IOgE44DPo/RCOrEZp3r+ClVAnAAd0djy5puBqOD/HuLdgZdQNwIEfQ4/WLdB8zsUXjHUBRoohrowmAWhgAbofRI6VMD3PwSUHrIMmATi+Z7S39B6YYwV8pHlp1UbTADTkhp6GPvjarMIT+l+BjdAmAA1q/FDfsmOZCuVgUu3v0b8IvSwboW0AGvaVuDdh3YCGwXYvK1eyMdoGoGF/xW2D3tTl2U/V59G/CVvBMz0HbjDILujRWgUfUbJPa+RYAZ0w970998Mqp5I/D30gtkauAHTEH0BuyimYSp05vj+EWZAzAB1yP/jc2AFNz2Ign6ibNj4KsyGeutkGLAw0iewdIfx/jkeuz/AxxjMwnoGMM/AbzDbNM/bhiRQAAAAASUVORK5CYII=",lS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAb1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt6r1GAAAAJXRSTlMApb6gupm3s7CprZWRfoeOg4qdenZzLG9ka04KJR4EET04MBlfDzTkzgAAAMpJREFUOMvd0dsSgiAQBuA1o7KMTJRUEE+9/zOGjhmjIHvdtyizM1zAv/C3lOS8BjxZlNpbAhJ/zTig1PkCdS1RZotSgF/FDBXiAXcT8z6jyZLp5PfPGthXJCsF7GrpRgs7BvrcoAM4qexhkSl3orGVM1t5c5COEVPiQIU9UZISvXRNi6S/3pptF87S8dNl9p1lxCQIw2CsadfMnmwHzoJdbJNo5LHKto6uHlENBhVfvGJlJnpGMLLtTyg9zPj5iHLhoAmeHw9YORcf/XMbuOSlzkgAAAAASUVORK5CYII=",cS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACtUlEQVRYCcWXzUtWQRSHb1ZWL1FYIH2AkSaEBbkMsTYFQVCbdkVQ7Vr3L/RXRQURIrVopxAuBEmIwCBqkfZBz2/0yLV35oz39X4c+HnHuXPOM2c+ztWi6MZ6Q91wi/GuwLe6SPgy0NdtZzwN9LmyPaAfLZg4j9A9tB+1Ah6D8wyNC2jWdMZ3AT1Ahwxoz6bAIwCeoisoyoh22qwGfF7F7zE66vnXCe4Buo9m0UEPqnd1gSeJ9QSNKij2C7nwvYLlfxupElWKVWkwwct2ml8eorOlzt9b7cOlvmhzUPA1oinT/6+J4oUCEaWVOquCdU1UfSZQDKCM1V/rHqu4qyAcQSmzRNyDJWcbmAqkfl2Tm0jg3PjaMladvYOOb0GzmTBOlh3nZaAMdU3Ke5nbO4uXG1ekvseTAG+gqmbXKeuXAs9kPeMDLOPsUsfA2le3wMeZodcy1lK7FgMfcz3yL//khxTJPU755pZQS10+jKk4UfB6cvRmRXJeh1cDZ7yMuwf3wFZAcisTzVjOb7zozjs71QMdLsVdQq8cwJ5feQfhC9FX0Xmk76vdAPmoHdNf+vch+1zGxoQ+D4x/8Q0tIN3rU8j2LhXQTrXFTY0bsgHETJr26yNaQ+eQskkFVMaC6+mtzK7AxAimpV9EZ9AJFIMLqv7cylQCE6/4iT6gDXQBGcgm0UjGcLZthZayn0AqsQamGSZTe8YKbPaDxjukrJW94LYCte4xcftMAB083fuLSAdPcFlth2szXPznV7rn0Uk0hhpdauLvMF07HbzP6BIaRrb3fc/d3GP8K9knRs8h3XkVnT6o+poAEzdcu7c8de3sz+IdE2gKLLhMB+89mkL6L2Qb3jQYVqj3L3nqPxBNIMDbAMMKtVsHTx+c60gHr3XTnr9oK+NydvrYjHYB1iS+l2fSZrv3D/+KTyvCdHWgAAAAAElFTkSuQmCC",hS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACpklEQVRYCcWYPYwOURSGP38Rv4lEsZoVkq0oNEQjEopNFCQSlUIkJCqFUiLR0ah1SIROgWQLQSNBKUIhGwUNUZD4K/w/b3wnmZ1v7tx3xsw4ybsz994z57nn3J9lR6PRaCUa3BZD3Dw4FaDAs/8DLOYdtHVouDJeis6hbUPClwA7gjSBPWgFeop+oV5NwKIdoHEBTRc7+3iPjJXhb6TnWqTsv6EXqBcrZxwQrfthdBqti84unylwMLbwch7tjI6unjmwOKvRCXQMdXbLOeDvAGXb0Rk0o8a/WtXm0iaLjabNJskWoeVoB9IeeIlijNdm5mS8bBzyRyH0Xt5PoQ2FvkavDjhKXQ48RcdJtKs84LQdcGSs8pZNS7UPaeM1OnYOODIulro8gY10HEf2LxsHXJdxcQJraBxE+1H22DlgBf+J6jKWT1RGWR9F0+pMmQNWQK1l1Rqn4q5i4BBKlt4Bp4I7/Tp2M1WODjjWOFfqqvjq240mquWAVWqt8cTH9Dmm225T2dEB6xutcc6iMlV+gi8wF9xkVy8ApBou2Mk4xVD/x/KgA44Stl3jz0BftwHHxdB2Vz8sQ9V2Mo7v2mR8j4/nI0Dx6QRTqZV1LuPwU/wv6DaaKLEGZQ44Sv33i/TPmNwzXO6ir2lXDxyZaJJ1WWvsFhI4a00yroO+gnQDfcgSxw4OuC5jXSxz6IELDD8HLN+qm+st/VfRGzk0NQesTRM3V5Rbx0SZRrsp19rVxaDvaVxC88XONu9OxrHGjwBcR7XHxJ2EA9Zdexk9doM6fjnwc4JcRPYxcaDySYG1aa4hXQi9WBVYl4H+HJG8Z7uYSRl8k6BXUOtj4k4qwNqpZ9ET98Mu/O4TJPkP7y4AVTF0I61HKvGgJvAn9G5Q6hiW/Z9dH5P6A8K2bfEUA9VoAAAAAElFTkSuQmCC",uS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAHgAAAAC3G9N3AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACfElEQVRYCe2XP2sVQRTFd0VsIgmpTAqx1EAStLAIpowgFmohFkEQ0+UbBEEJCpJvkE4REguVoBY2EaysLJSkSCzFQq1EMQg2z9+Jc2EyziSzb/eZJ7wLlzv37v1zzuy82aRstVr9RVGModfQGfR/kHuAfICulz5ayJzBf4oe9uNdtP4BlktlWb42TDsIKAiJs5gnltBl9jLgV31MfxHQQ0jcxsz6iV2wXgT8rRBHisAhEl+gI2HBPvkbzD0PgV/h/CgBJfEWjmOeoyKznyLQFwD/PgYiSUDJkLiOmYsV/sPYAuDvp+btSkBFkFDx6VSDDsffAF6bmJQcAkNUP0J1tbZcJ6uTr7VZPba1nxuLhblhT12ZVyDwWYkpsaLU8+04b0FX651dk5p/eBPwO67M2IiDsWAYUyNITBCfCp91yH+ZA16zs96AEiGgPzkW0SPyOyhf6D0Lge85M7IJqBkkxjELOY1r5MwBfi23PusIWTM1hsRj/IsWa9g+qwJesysRcGCXsaPoUec3ZT7SSL0rSaUjZJ15C8dYz6NNfaX1tZ1n9z9gK0lbBDQBErpapytNSyc/BPyeV2asvJ0jtN1HAyGho3QC9T9Util+TDVhXDHJZrvgVWxNta4sENDVegPtq1z8p2ALcxcCWVdmbEYtAmoIiVOYq7HmGbElwL/NyEumtH2ErKMAQEJ/ep+0WKZ9Vxe85tQm4MCuYIfRQefvZb6SoJracqB2Bxqwk7oGBUg2R1dcDen1pPZvwB/PURrHP+fHIuvVJo6O9W2UgJq638Mky34b4uxP7CvAR/81DHKz3cYJ2GSI6Gs94Pxv2E9NHRub0bO9HejtQFH8BvWooa9jGY/wAAAAAElFTkSuQmCC",dS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAK3RSTlMA/Pfx6+XZ39TIwry2sJ+qpY3Ok4jNgpl8dnEGmEUfDi5hOycxmn5YGGhjcHcwqwAAAMZJREFUOMvd0e0OgiAUgGEqs9IiLdNCRQS/6v4vMGrNofJxfvfIzuZ2fugL+ls5ZYwiOPEk0ktA95vHD4Pt0/uIgr6fpCOSI7c+UfSAH4gnGtd+lVwnkgrZkSzLCnmK75QPse+XeKG0FsXRAqaWovFZIza3rU9atWmfHQ2YoWgUGkT6tl1g1GmLHiw0bYfgcrvI8xlyyqG+BwOaw3srvCjqO8zaCn/n4IvJFYdbp1C98NQDSJWiG5CxLffWIB5HUsXbFVjLqzcmgh9KFWWqZgAAAABJRU5ErkJggg==",fS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACiElEQVRYCcWYsUscQRSH74LaBE60MU2wsBALBQsbTSuEFCkCKmghYmUjdmohiIUpU6WxSZEQQrqkjZA/IEXESksREbEQBRFEOL+nOzK3O7NvvNudG/g5s29m3je/mbnz2EqlDaVer9detIEryOF2geejG2abJ9BdVDDASXQeDQyoC22hS3SDyncMZBDtInH6BC71cgFa4Cx/o6H0mXakA0U8A3xFno9oHHW5chbuGOgkoJ9ozAU0scIcA6yRdAW9Q06XBip1IWCgI+RaRa8lKaX+WPn/tgQGKM7m0BRSXdrLaBoMtJ9Ey2jATpi0q45YQ6gpMFC5QLPoZUO2Zzw8CwxQLtAikjPN29rizhjoKLAZ1IO00vpWAxRnH5B8LqWtugkZk7vVQOUCCbQPmaK6YaA6xgsGKuf4HqXPMsSxWaS3dn5lAh1kxlvPLNUN89TFOcFMfOOBhobVxWXAybnKx8ZXVDdMVMdkwEzq9hGTuOpGmf/Q7QJr81Q3JFAX5wJfauSAfnVxLvApiW9ykqtumKuOyYCr1eotE//mgEO6mnJcAX5I9j8egprUM68hnHFseoH/p/0VXZhYUqvbyDh1jBcsEOBHVJ/RnjwXWXLBApIzRz9ofkPXEgso6nGoYANJtn6b5wMTy6lb2+p0YuBX6BPx70huv68U59gmAJcbv4mO7bjVLtaxldhcvHViv+x4aDv4jF0JcS4X7wt9a+jMGlPOVluAhybwfRpLaDfpU7daHZAkCq74fy6/uTdQL+pE8tMprc6WtpqEmZJcvGk6/mU6YwVwv4AO0QlqeCNQ+hoAOl9FlA4WAPD4L19sZywg7uumFDz+CzazAJzvmHbUGvBEVKCBAa7dA6h+CDnUpjBPAAAAAElFTkSuQmCC",gS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACXElEQVRYCcWYQSgFQRjHdyUlRU5ykCMOxMHJSXlnV4nk7OTISRw8N7koJSeKg+Ig5R3l4kBOHF8u5KD3IoVa/692XtPXzOz3Ztfu1jQz35v5ft//2++1uxNEUdQZFHC1gDlcADcg8EIR4ACp/kWbyB0eg9/Ql3KFx+Av9DW0dbS2XAJgYFJeQRv4bzgVF7+GYDgHfJH/kOU8JMVw+IP2bWg3sK2EYfiCPtPLpFgHjGNyguAyL7wkxXomLhDENtTX9ch8x0mKyW8UO59Cvwv1I/E8VScBhxqhB+MyFR5aqr+dBKxxG8NpjDYB729YmhxIwCrV3HUfDGuAexWeBKynmsMp3bOAL6M19XiVgG2K9SAGMVkFfEw3usYSsEux7rsDkznAZ9ASC08C1p1LxqNYtAS4s/AkYEmq+ZpuwOddqZeAJSptt6MEuPFJJwHbnEoCojWTpnsuAfM0moCuNe3Y0Ms3ScBpFROzywfsUqP8NR2cRLFy7uqTgqvxzRKwRI1rTR3P8KoPOEkN98nn19xA86wU24K7hNonE7jVZPSw8VS/w8epKcXKtwRsU6N8UK+vucecoPTWar0kYK7G5IzWfKIdA3hnWsBtErCuhu9X80cM9gEVv4FKwC7FlM4jAK9UBNJeArb5esYPO4BWbQtcdgnYlOozOD0E1FlAacH6/ldMtgB80I0+Y4lidY8rAGT2CSMBfwC44VNArkwkgW+x+V8+U21gKpoyVB64ok71G96H6NRHnYHkdhShjpsUOPfDl8KOmwo5YNtLVSS+m1FY+aulYAFu6rvWVyDf9wc6+wpavsNbLQAAAABJRU5ErkJggg==";function mS(n){Le(n,"svelte-16evpcg",".tag-popover-arrow-wrapper.svelte-16evpcg{position:absolute;transform-origin:center;background-position:center;background-repeat:no-repeat;background-size:100% 100%}.tag-popover-arrow-top.svelte-16evpcg{width:1rem;height:0.625rem;top:0.5rem;left:50%;transform:translateX(-50%)}.tag-popover-arrow-bottom.svelte-16evpcg{width:1rem;height:0.625rem;bottom:0.5rem;left:50%;transform:translateX(-50%)}.tag-popover-arrow-left.svelte-16evpcg{width:0.625rem;height:1rem;top:50%;left:0.5rem;transform:translateY(-50%)}.tag-popover-arrow-right.svelte-16evpcg{width:0.625rem;height:1rem;top:50%;right:0.5rem;transform:translateY(-50%)}")}function mv(n){let t,e,i;return{c(){t=U("div"),w(t,"class",e="tag-popover-arrow-wrapper tag-popover-arrow-"+n[0]+" theme-"+n[2]+" svelte-16evpcg"),w(t,"style",i=`background-image: url(${n[3]})`)},m(s,o){Y(s,t,o)},p(s,o){o&5&&e!==(e="tag-popover-arrow-wrapper tag-popover-arrow-"+s[0]+" theme-"+s[2]+" svelte-16evpcg")&&w(t,"class",e),o&8&&i!==(i=`background-image: url(${s[3]})`)&&w(t,"style",i)},d(s){s&&X(t)}}}function pS(n){let t,e=n[1]&&mv(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[1]?e?e.p(i,s):(e=mv(i),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:oe,o:oe,d(i){e&&e.d(i),i&&X(t)}}}function vS(n,t,e){let i,{direction:s="bottom"}=t,{show:o=!0}=t,{theme:r="dark"}=t;return n.$$set=a=>{"direction"in a&&e(0,s=a.direction),"show"in a&&e(1,o=a.show),"theme"in a&&e(2,r=a.theme)},n.$$.update=()=>{n.$$.dirty&5&&e(3,i=(()=>{switch(r){case"dark":switch(s){case"top":return lS;case"bottom":return aS;case"left":return cS;case"right":return hS}case"light":switch(s){case"top":return dS;case"bottom":return uS;case"left":return fS;case"right":return gS}}})())},[s,o,r,i]}class AS extends Ce{constructor(t){super(),Pe(this,t,vS,pS,we,{direction:0,show:1,theme:2},mS)}}function bS(n){Le(n,"svelte-1d6rvbz",".icon-container.svelte-1d6rvbz{width:3.25rem;height:3.25rem;background-color:var(--bg-color);border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:2}")}function yS(n){let t,e,i,s,o,r,a,l,c,h;return{c(){t=U("div"),e=ke("svg"),i=ke("defs"),s=ke("linearGradient"),o=ke("stop"),r=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),h=ke("path"),w(o,"stop-color",n[1]),w(o,"offset","0%"),w(r,"stop-color",n[1]),w(r,"stop-opacity",".5"),w(r,"offset","100%"),w(s,"x1","53.2804066%"),w(s,"y1","100%"),w(s,"x2","64.4764442%"),w(s,"y2","2.52981206%"),w(s,"id","video-icon-gradient-a"),w(l,"stop-color",n[1]),w(l,"offset","0%"),w(c,"stop-color",n[1]),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"x1","50%"),w(a,"y1","-5.89066117%"),w(a,"x2","60.3018289%"),w(a,"y2","32.0415872%"),w(a,"id","video-icon-gradient-b"),w(h,"d","M8.0883645,5.35 C8.27319183,5.35 8.45426937,5.40368245 8.61098984,5.50477659 L20.4341152,13.1314044 C20.6662958,13.2811749 20.8173539,13.5140616 20.8743923,13.7691613 C20.9300733,14.0181899 20.8962437,14.2885953 20.7601668,14.5243865 L8.61098984,22.4950731 C8.38014238,22.6439836 8.11267156,22.6823641 7.86680489,22.6238045 C7.62023287,22.5650769 7.39563144,22.408984 7.25097187,22.1700998 C7.15226844,22.0071054 7.1,21.8187509 7.1,21.6265526 L7.1,6.37329702 C7.1,6.09035119 7.2108925,5.83405961 7.39059316,5.64859123 C7.56916841,5.46428435 7.81578724,5.35 8.0883645,5.35 Z"),w(h,"fill","url(#video-icon-gradient-a)"),w(h,"fill-rule","nonzero"),w(h,"stroke","url(#video-icon-gradient-b)"),w(h,"stroke-width",".2"),w(e,"xmlns","http://www.w3.org/2000/svg"),w(e,"viewBox","0 0 28 28"),w(e,"width",n[0]),w(e,"height",n[0]),w(t,"class","icon-container svelte-1d6rvbz"),_(t,"--bg-color",n[2])},m(u,d){Y(u,t,d),V(t,e),V(e,i),V(i,s),V(s,o),V(s,r),V(i,a),V(a,l),V(a,c),V(e,h)},p(u,[d]){d&2&&w(o,"stop-color",u[1]),d&2&&w(r,"stop-color",u[1]),d&2&&w(l,"stop-color",u[1]),d&2&&w(c,"stop-color",u[1]),d&1&&w(e,"width",u[0]),d&1&&w(e,"height",u[0]),d&4&&_(t,"--bg-color",u[2])},i:oe,o:oe,d(u){u&&X(t)}}}function wS(n,t,e){let{size:i="28"}=t,{color:s="#ffffff"}=t,{bgColor:o="#0000004d"}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(1,s=r.color),"bgColor"in r&&e(2,o=r.bgColor)},[i,s,o]}class pv extends Ce{constructor(t){super(),Pe(this,t,wS,yS,we,{size:0,color:1,bgColor:2},bS)}}function PS(n){Le(n,"svelte-1d6rvbz",".icon-container.svelte-1d6rvbz{width:3.25rem;height:3.25rem;background-color:var(--bg-color);border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:2}")}function CS(n){let t,e,i,s,o,r,a,l,c,h,u,d,m,g,p,v;return{c(){t=U("div"),e=ke("svg"),i=ke("defs"),s=ke("linearGradient"),o=ke("stop"),r=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),h=ke("linearGradient"),u=ke("stop"),d=ke("stop"),m=ke("g"),g=ke("path"),p=ke("path"),v=ke("path"),w(o,"stop-color","#FFF"),w(o,"offset","0%"),w(r,"stop-color","#FFF"),w(r,"stop-opacity",".5"),w(r,"offset","100%"),w(s,"x1","54.417371%"),w(s,"y1","106.742364%"),w(s,"x2","72.619444%"),w(s,"y2","8.15444328%"),w(s,"id","xmfpi7cnc__sgsykm5x9a"),w(l,"stop-color","#FFF"),w(l,"offset","0%"),w(c,"stop-color","#FFF"),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"x1","50%"),w(a,"y1",".73169217%"),w(a,"x2","66.0966077%"),w(a,"y2","34.1694374%"),w(a,"id","xmfpi7cnc__tjqs3iy6kb"),w(u,"stop-color","#FFF"),w(u,"offset","0%"),w(d,"stop-color","#FFF"),w(d,"stop-opacity",".5"),w(d,"offset","100%"),w(h,"x1","55.1256353%"),w(h,"y1","273.650936%"),w(h,"x2","55.1256353%"),w(h,"y2","81.7206937%"),w(h,"id","xmfpi7cnc__rs5hxavsyc"),w(g,"d","M18,5.4 L18,13.4 C18,15.3329966 13.9705627,16.9 9,16.9 C4.02943725,16.9 0,15.3329966 0,13.4 L0,5.4 C0,7.33299662 4.02943725,8.9 9,8.9 C13.8670094,8.9 17.8316983,7.39760831 17.9947813,5.52032488 L18,5.4 Z M4.9603418,4.9 C5.2193418,4.9 5.4643418,4.837 5.6883418,4.704 C6.1293418,4.445 6.4093418,3.976 6.4093418,3.444 C6.4093418,3.003 6.2203418,2.611 5.9053418,2.359 C6.1643418,2.1 6.3393418,1.729 6.3393418,1.337 C6.3393418,1.092 6.2763418,0.861 6.1573418,0.658 C5.9053418,0.245 5.4643418,0 4.9603418,0 C4.7223418,0 4.4983418,0.056 4.2953418,0.175 C3.8753418,0.413 3.6163418,0.84 3.6163418,1.337 L3.6163418,1.372 L4.3373418,1.372 L4.3373418,1.337 C4.3373418,1.022 4.6313418,0.721 4.9603418,0.721 C5.3173418,0.721 5.6113418,1.008 5.6113418,1.337 C5.6113418,1.708 5.3243418,1.995 4.9603418,1.995 L4.8203418,1.995 L4.8203418,2.723 L4.9603418,2.723 C5.3593418,2.723 5.6883418,3.045 5.6883418,3.444 C5.6883418,3.843 5.3593418,4.179 4.9603418,4.179 C4.5613418,4.179 4.2323418,3.843 4.2323418,3.444 L4.2323418,3.339 L3.5043418,3.339 L3.5043418,3.444 C3.5043418,3.71 3.5673418,3.955 3.7003418,4.172 C3.9593418,4.62 4.4283418,4.9 4.9603418,4.9 Z M8.6073418,4.9 C8.8803418,4.9 9.1253418,4.83 9.3563418,4.697 C9.8043418,4.424 10.0983418,3.934 10.0983418,3.395 C10.0983418,3.122 10.0283418,2.877 9.8953418,2.646 C9.6223418,2.198 9.1463418,1.904 8.6073418,1.904 C8.5303418,1.904 8.4743418,1.904 8.4393418,1.911 L9.3143418,0 L8.5093418,0 L7.2353418,2.793 C7.1443418,2.982 7.1023418,3.185 7.1023418,3.395 C7.1023418,3.668 7.1723418,3.92 7.3053418,4.151 C7.5783418,4.606 8.0543418,4.9 8.6073418,4.9 Z M8.6073418,4.158 C8.1803418,4.158 7.8443418,3.822 7.8443418,3.395 C7.8443418,2.975 8.1873418,2.625 8.6073418,2.625 C9.0273418,2.625 9.3773418,2.975 9.3773418,3.395 C9.3773418,3.815 9.0273418,4.158 8.6073418,4.158 Z M12.2613418,4.907 C12.7653418,4.907 13.2133418,4.634 13.4653418,4.207 C13.5913418,3.997 13.6543418,3.766 13.6543418,3.514 L13.6543418,3.514 L13.6543418,1.428 C13.6543418,0.917 13.3813418,0.448 12.9613418,0.189 C12.7443418,0.063 12.5133418,0 12.2613418,0 C11.7503418,0 11.2813418,0.273 11.0293418,0.714 C10.8963418,0.931 10.8333418,1.169 10.8333418,1.428 L10.8333418,1.428 L10.8333418,3.514 C10.8333418,4.018 11.1063418,4.466 11.5473418,4.718 C11.7643418,4.844 12.0023418,4.907 12.2613418,4.907 Z M12.2613418,4.186 C11.8903418,4.186 11.5683418,3.885 11.5683418,3.514 L11.5683418,3.514 L11.5683418,1.428 C11.5683418,1.029 11.8763418,0.735 12.2613418,0.735 C12.6323418,0.735 12.9123418,1.029 12.9123418,1.428 L12.9123418,1.428 L12.9123418,3.514 C12.9123418,3.899 12.6323418,4.186 12.2613418,4.186 Z M15.4753809,2.07333984 C15.7488184,2.07333984 15.9886458,1.97478841 16.1948633,1.77768555 C16.4010807,1.58058268 16.5041895,1.33391927 16.5041895,1.03769531 C16.5041895,0.750585938 16.4050684,0.507340495 16.2068262,0.307958984 C16.008584,0.108577474 15.7647689,0.00888671875 15.4753809,0.00888671875 C15.1928288,0.00888671875 14.9495833,0.109147135 14.7456445,0.309667969 C14.5417057,0.510188802 14.4397363,0.756282552 14.4397363,1.04794922 C14.4397363,1.32138672 14.5365788,1.56064453 14.7302637,1.76572266 C14.9239486,1.97080078 15.172321,2.07333984 15.4753809,2.07333984 Z M15.4753809,1.70078125 C15.2930892,1.70078125 15.137002,1.63583984 15.0071191,1.50595703 C14.8772363,1.37607422 14.8122949,1.22226563 14.8122949,1.04453125 C14.8122949,0.859960938 14.877806,0.703304036 15.0088281,0.574560547 C15.1398503,0.445817057 15.2953678,0.381445313 15.4753809,0.381445313 C15.6553939,0.381445313 15.8097721,0.446386719 15.9385156,0.576269531 C16.0672591,0.706152344 16.1316309,0.859960938 16.1316309,1.03769531 C16.1316309,1.22226563 16.0661198,1.37892253 15.9350977,1.50766602 C15.8040755,1.63640951 15.6508366,1.70078125 15.4753809,1.70078125 Z"),w(g,"fill","url(#xmfpi7cnc__sgsykm5x9a)"),w(g,"transform","translate(3 3.1)"),w(p,"d","M18,5.4 L18,13.4 C18,15.3329966 13.9705627,16.9 9,16.9 C4.02943725,16.9 0,15.3329966 0,13.4 L0,5.4 C0,7.33299662 4.02943725,8.9 9,8.9 C13.8670094,8.9 17.8316983,7.39760831 17.9947813,5.52032488 L18,5.4 Z M17.8,6.499 L17.7806846,6.52607583 C16.6077599,8.0452893 13.108676,9.1 9,9.1 C4.87821133,9.1 1.38089175,8.04047836 0.214303539,6.51942435 L0.2,6.5 L0.2,13.4 C0.2,15.1332693 3.96631253,16.6348245 8.69056715,16.6979358 L9,16.7 C13.8681548,16.7 17.8,15.1709491 17.8,13.4 L17.8,6.499 Z M12.2613418,0 C12.5133418,0 12.7443418,0.063 12.9613418,0.189 C13.3813418,0.448 13.6543418,0.917 13.6543418,1.428 L13.6543418,3.514 L13.6467818,3.66268 C13.6266218,3.85756 13.5661418,4.039 13.4653418,4.207 C13.2133418,4.634 12.7653418,4.907 12.2613418,4.907 C12.0023418,4.907 11.7643418,4.844 11.5473418,4.718 C11.1063418,4.466 10.8333418,4.018 10.8333418,3.514 L10.8333418,1.428 L10.8409578,1.27512 C10.8613418,1.07464 10.9229418,0.8876 11.0293418,0.714 C11.2813418,0.273 11.7503418,0 12.2613418,0 Z M9.3143418,0 L8.4393418,1.911 C8.4743418,1.904 8.5303418,1.904 8.6073418,1.904 C9.1463418,1.904 9.6223418,2.198 9.8953418,2.646 C10.0283418,2.877 10.0983418,3.122 10.0983418,3.395 C10.0983418,3.934 9.8043418,4.424 9.3563418,4.697 C9.1253418,4.83 8.8803418,4.9 8.6073418,4.9 C8.0543418,4.9 7.5783418,4.606 7.3053418,4.151 C7.1723418,3.92 7.1023418,3.668 7.1023418,3.395 C7.1023418,3.185 7.1443418,2.982 7.2353418,2.793 L8.5093418,0 L9.3143418,0 Z M4.9603418,0 C5.4643418,0 5.9053418,0.245 6.1573418,0.658 C6.2763418,0.861 6.3393418,1.092 6.3393418,1.337 C6.3393418,1.729 6.1643418,2.1 5.9053418,2.359 C6.2203418,2.611 6.4093418,3.003 6.4093418,3.444 C6.4093418,3.976 6.1293418,4.445 5.6883418,4.704 C5.4643418,4.837 5.2193418,4.9 4.9603418,4.9 C4.4283418,4.9 3.9593418,4.62 3.7003418,4.172 C3.5673418,3.955 3.5043418,3.71 3.5043418,3.444 L3.5043418,3.339 L4.2323418,3.339 L4.2323418,3.444 C4.2323418,3.843 4.5613418,4.179 4.9603418,4.179 C5.3593418,4.179 5.6883418,3.843 5.6883418,3.444 C5.6883418,3.045 5.3593418,2.723 4.9603418,2.723 L4.8203418,2.723 L4.8203418,1.995 L4.9603418,1.995 C5.3243418,1.995 5.6113418,1.708 5.6113418,1.337 C5.6113418,1.008 5.3173418,0.721 4.9603418,0.721 C4.6313418,0.721 4.3373418,1.022 4.3373418,1.337 L4.3373418,1.372 L3.6163418,1.372 L3.6163418,1.337 C3.6163418,0.84 3.8753418,0.413 4.2953418,0.175 C4.4983418,0.056 4.7223418,0 4.9603418,0 Z M12.2613418,0.2 C11.8228535,0.2 11.4197491,0.433900098 11.199862,0.818512412 C11.0880596,1.00092699 11.0333418,1.20205175 11.0333418,1.428 L11.0333418,3.514 C11.0333418,3.94076817 11.2630074,4.32517296 11.6477689,4.54504221 C11.8340054,4.65317955 12.0373271,4.707 12.2613418,4.707 C12.685768,4.707 13.0724302,4.4792625 13.2938432,4.10410085 C13.4010506,3.92542185 13.4543418,3.73002084 13.4543418,3.514 L13.4543418,1.428 C13.4543418,0.993663172 13.2236099,0.585702454 12.8609147,0.361957789 C12.673578,0.253181671 12.4771013,0.2 12.2613418,0.2 Z M4.9603418,0.2 C4.75293536,0.2 4.56476024,0.248895899 4.39394431,0.349004437 C4.11167513,0.508956972 3.91907748,0.764507622 3.84741774,1.06716925 L3.829,1.171 L4.157,1.171 L4.1635929,1.14325273 C4.24904453,0.829489942 4.53273472,0.571946496 4.86075855,0.527713496 L4.9603418,0.521 C5.42264158,0.521 5.8113418,0.89242465 5.8113418,1.337 C5.8113418,1.78012728 5.4916909,2.13625035 5.06824166,2.18841646 L5.02,2.191 L5.02,2.526 L5.06813812,2.52919506 C5.49271718,2.57829524 5.83232975,2.91371045 5.88206553,3.33657664 L5.8883418,3.444 C5.8883418,3.95419336 5.46908818,4.379 4.9603418,4.379 C4.48793444,4.379 4.09269177,4.01271264 4.03863877,3.55189651 L4.037,3.539 L3.709,3.539 L3.71100539,3.58140766 C3.72435814,3.71571552 3.75785509,3.84083114 3.8121867,3.95771875 L3.87348876,4.07189941 C4.09978468,4.46333019 4.50573915,4.7 4.9603418,4.7 C5.18808795,4.7 5.39698916,4.6443932 5.58705743,4.53154283 C5.97364119,4.30450157 6.2093418,3.89738234 6.2093418,3.444 C6.2093418,3.06849319 6.05147644,2.73203269 5.78040279,2.51517376 L5.60591531,2.37558378 L5.76392044,2.21757864 C5.99772857,1.98377051 6.1393418,1.65985061 6.1393418,1.337 C6.1393418,1.12891147 6.08649325,0.932616859 5.98661394,0.762172929 C5.77036899,0.407771483 5.39348118,0.2 4.9603418,0.2 Z M9.002,0.2 L8.638,0.2 L7.41554213,2.87976312 C7.3587619,2.9976913 7.32347683,3.1241874 7.30938306,3.25833536 L7.3023418,3.395 C7.3023418,3.62951354 7.36137928,3.8474981 7.47684038,4.04810085 C7.72111603,4.45522692 8.1383802,4.7 8.6073418,4.7 C8.83989632,4.7 9.05100342,4.64201988 9.25226776,4.52621184 C9.649754,4.28399367 9.8983418,3.85400396 9.8983418,3.395 C9.8983418,3.16244548 9.84036168,2.95133838 9.72455364,2.75007403 C9.48026964,2.34919774 9.06277079,2.104 8.6073418,2.104 L8.51445661,2.10475811 C8.49442789,2.10527049 8.48389809,2.10604952 8.47856502,2.10711614 L8.0943966,2.18394982 L8.25749731,1.82773787 L9.002,0.2 Z M12.2613418,0.535 C12.7468356,0.535 13.1123418,0.922491584 13.1123418,1.428 L13.1123418,3.514 C13.1123418,4.00744192 12.7448365,4.386 12.2613418,4.386 C11.7777279,4.386 11.3683418,3.99355405 11.3683418,3.514 L11.3683418,1.428 C11.3683418,0.922753743 11.7615956,0.535 12.2613418,0.535 Z M8.6073418,2.425 C9.13779875,2.425 9.5773418,2.86454305 9.5773418,3.395 C9.5773418,3.92471151 9.13856864,4.358 8.6073418,4.358 C8.06988485,4.358 7.6443418,3.93245695 7.6443418,3.395 C7.6443418,2.86377316 8.07763029,2.425 8.6073418,2.425 Z M12.2613418,0.735 C11.8763418,0.735 11.5683418,1.029 11.5683418,1.428 L11.5683418,3.514 L11.5761202,3.61327273 C11.6272922,3.93723967 11.9240691,4.186 12.2613418,4.186 C12.6323418,4.186 12.9123418,3.899 12.9123418,3.514 L12.9123418,1.428 L12.9055416,1.32192712 C12.8606806,0.977975207 12.5986145,0.735 12.2613418,0.735 Z M8.6073418,2.625 C8.1873418,2.625 7.8443418,2.975 7.8443418,3.395 C7.8443418,3.822 8.1803418,4.158 8.6073418,4.158 C9.0273418,4.158 9.3773418,3.815 9.3773418,3.395 C9.3773418,2.975 9.0273418,2.625 8.6073418,2.625 Z M15.4753809,0.00888671875 C15.7647689,0.00888671875 16.008584,0.108577474 16.2068262,0.307958984 C16.4050684,0.507340495 16.5041895,0.750585938 16.5041895,1.03769531 C16.5041895,1.33391927 16.4010807,1.58058268 16.1948633,1.77768555 C15.9886458,1.97478841 15.7488184,2.07333984 15.4753809,2.07333984 C15.172321,2.07333984 14.9239486,1.97080078 14.7302637,1.76572266 C14.5365788,1.56064453 14.4397363,1.32138672 14.4397363,1.04794922 C14.4397363,0.756282552 14.5417057,0.510188802 14.7456445,0.309667969 C14.9495833,0.109147135 15.1928288,0.00888671875 15.4753809,0.00888671875 Z M15.4753809,0.381445313 C15.2953678,0.381445313 15.1398503,0.445817057 15.0088281,0.574560547 C14.877806,0.703304036 14.8122949,0.859960938 14.8122949,1.04453125 C14.8122949,1.22226563 14.8772363,1.37607422 15.0071191,1.50595703 C15.137002,1.63583984 15.2930892,1.70078125 15.4753809,1.70078125 C15.6508366,1.70078125 15.8040755,1.63640951 15.9350977,1.50766602 C16.0661198,1.37892253 16.1316309,1.22226563 16.1316309,1.03769531 C16.1316309,0.859960938 16.0672591,0.706152344 15.9385156,0.576269531 C15.8097721,0.446386719 15.6553939,0.381445313 15.4753809,0.381445313 Z"),w(p,"fill","url(#xmfpi7cnc__tjqs3iy6kb)"),w(p,"transform","translate(3 3.1)"),w(v,"d","M3.00030998,2.79110119 L3.00030998,8.00889881 C1.15888197,7.36802147 0,6.43664128 0,5.4 C0,4.36335872 1.15888197,3.43197853 3.00030998,2.79110119 Z M15.0006975,2.79145187 C16.8415407,3.43231826 18,4.36354778 18,5.4 C18,6.43645222 16.8415407,7.36768174 15.0006975,8.00854813 Z"),w(v,"fill","url(#xmfpi7cnc__rs5hxavsyc)"),w(v,"transform","translate(3 3.1)"),w(m,"fill-rule","nonzero"),w(m,"fill","none"),w(e,"xmlns","http://www.w3.org/2000/svg"),w(e,"viewBox","0 0 24 24"),w(e,"width",n[0]),w(e,"height",n[0]),w(t,"class","icon-container svelte-1d6rvbz"),_(t,"--bg-color",n[1])},m(A,P){Y(A,t,P),V(t,e),V(e,i),V(i,s),V(s,o),V(s,r),V(i,a),V(a,l),V(a,c),V(i,h),V(h,u),V(h,d),V(e,m),V(m,g),V(m,p),V(m,v)},p(A,[P]){P&1&&w(e,"width",A[0]),P&1&&w(e,"height",A[0]),P&2&&_(t,"--bg-color",A[1])},i:oe,o:oe,d(A){A&&X(t)}}}function IS(n,t,e){let{size:i="28"}=t,{color:s="#ffffff"}=t,{bgColor:o="#0000004d"}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(2,s=r.color),"bgColor"in r&&e(1,o=r.bgColor)},[i,o,s]}class MS extends Ce{constructor(t){super(),Pe(this,t,IS,CS,we,{size:0,color:2,bgColor:1},PS)}}function kS(n){Le(n,"svelte-16y5k2u",".pano-tag-audio-popup-inline-player-wrapper.svelte-16y5k2u{width:100%;height:1.75rem;background-color:rgba(255, 255, 255, 0.06);border-radius:0.125rem;display:flex;align-items:center;cursor:pointer}.pano-tag-audio-popup-inline-player-icon.svelte-16y5k2u{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pano-tag-audio-popup-inline-player-progress.svelte-16y5k2u{flex-grow:1;display:flex;position:relative;height:100%;align-items:center}.pano-tag-audio-popup-inline-player-progress-bar.svelte-16y5k2u{width:0;height:100%;background:linear-gradient(to right, rgba(238, 238, 238, 0) 0, rgba(216, 216, 216, 0.3) 100%);position:absolute;top:0;left:0;z-index:0}.pano-tag-audio-popup-inline-player-elapsed-time.svelte-16y5k2u{position:absolute;z-index:1;font-weight:500;font-size:0.875rem;color:#ffffff;line-height:1.25rem;padding-left:0.25rem}")}function ES(n){let t,e,i,s,o,r,a,l,c,h,u,d;return i=new Ol({props:{playing:n[0],width:24}}),{c(){t=U("div"),e=U("div"),pe(i.$$.fragment),s=le(),o=U("div"),r=U("div"),a=le(),l=U("div"),c=Ve(n[1]),w(e,"class","pano-tag-audio-popup-inline-player-icon svelte-16y5k2u"),w(r,"class","pano-tag-audio-popup-inline-player-progress-bar svelte-16y5k2u"),_(r,"width",n[2]+"%"),w(l,"class","pano-tag-audio-popup-inline-player-elapsed-time svelte-16y5k2u"),w(o,"class","pano-tag-audio-popup-inline-player-progress svelte-16y5k2u"),w(t,"class","pano-tag-audio-popup-inline-player-wrapper svelte-16y5k2u")},m(m,g){Y(m,t,g),V(t,e),ge(i,e,null),V(t,s),V(t,o),V(o,r),V(o,a),V(o,l),V(l,c),h=!0,u||(d=_e(t,"click",jf(function(){$t(n[3])&&n[3].apply(this,arguments)})),u=!0)},p(m,[g]){n=m;const p={};g&1&&(p.playing=n[0]),i.$set(p),(!h||g&4)&&_(r,"width",n[2]+"%"),(!h||g&2)&&Ne(c,n[1])},i(m){h||(R(i.$$.fragment,m),h=!0)},o(m){Z(i.$$.fragment,m),h=!1},d(m){m&&X(t),me(i),u=!1,d()}}}function SS(n,t,e){let{playing:i=!1}=t,{elapsedTime:s="00:00"}=t,{progress:o=0}=t,{onClick:r=()=>{}}=t;return n.$$set=a=>{"playing"in a&&e(0,i=a.playing),"elapsedTime"in a&&e(1,s=a.elapsedTime),"progress"in a&&e(2,o=a.progress),"onClick"in a&&e(3,r=a.onClick)},[i,s,o,r]}class xS extends Ce{constructor(t){super(),Pe(this,t,SS,ES,we,{playing:0,elapsedTime:1,progress:2,onClick:3},kS)}}function DS(n){Le(n,"svelte-817q8q",'@charset "UTF-8";.tag-popup.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;pointer-events:auto;padding:0.625rem 0.625rem 0.625rem 1.125rem;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;transform-origin:center}.tag-popup-top.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-50%, -100%);left:50%}.tag-popup-bottom.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-50%, 0);left:50%}.tag-popup-left.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-100%, -50%);top:50%}.tag-popup-right.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(0, -50%);top:50%}.tag-popup-top-left.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(calc(2.625rem - 100%), -100%)}.tag-popup-top-right.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-2.625rem, -100%)}.tag-popup-bottom-left.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(calc(2.625rem - 100%), 0)}.tag-popup-bottom-right.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-2.625rem, 0)}.tag-popup-left-top.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-100%, -2.625rem)}.tag-popup-left-bottom.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-100%, calc(2.625rem - 100%))}.tag-popup-right-top.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(0, -2.625rem)}.tag-popup-right-bottom.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(0, calc(2.625rem - 100%))}.tag-popup-content.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:relative;pointer-events:auto;cursor:pointer;padding:1.25rem;border-radius:0.375rem;max-width:17.5rem;width:17.5rem;background:rgba(0, 0, 0, 0.7490196078)}.tag-popup-top.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-top-left.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-top-right.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0.03125rem 0 0 0 rgba(255, 255, 255, 0.3), -0.03125rem 0 0 0 rgba(255, 255, 255, 0.3)}.tag-popup-bottom.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-bottom-left.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-bottom-right.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0.03125rem 0 0 0 rgba(255, 255, 255, 0.3), -0.03125rem 0 0 0 rgba(255, 255, 255, 0.3)}.tag-popup-left.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-left-top.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-left-bottom.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0 0.03125rem 0 0 rgba(255, 255, 255, 0.3), 0 -0.03125rem 0 0 rgba(255, 255, 255, 0.3)}.tag-popup-right.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-right-top.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-right-bottom.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0 0.03125rem 0 0 rgba(255, 255, 255, 0.3), 0 -0.03125rem 0 0 rgba(255, 255, 255, 0.3)}.light.svelte-817q8q.svelte-817q8q.svelte-817q8q{background:#ffffff}.tag-popup-title.svelte-817q8q.svelte-817q8q.svelte-817q8q{margin:0;font-size:1rem;font-weight:600;line-height:1.375rem;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#ffffff}.light.svelte-817q8q .tag-popup-title.svelte-817q8q.svelte-817q8q{color:rgba(0, 0, 0, 0.8509803922)}.tag-popup-description.svelte-817q8q.svelte-817q8q.svelte-817q8q{margin:0;font-size:0.875rem;font-weight:400;color:#ffffff;line-height:1.25rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:5rem;overflow:hidden;word-wrap:break-word;word-break:break-word;text-overflow:ellipsis;white-space:pre-wrap}.light.svelte-817q8q .tag-popup-description.svelte-817q8q.svelte-817q8q{color:rgba(0, 0, 0, 0.8509803922)}.tag-popup-tags.svelte-817q8q.svelte-817q8q.svelte-817q8q{display:flex;align-items:center;margin:0;margin-bottom:0}.tag-popup-tags.svelte-817q8q .tag-popup-tag.svelte-817q8q+.tag-popup-tag.svelte-817q8q{margin-left:0.25rem}.tag-popup-tag.svelte-817q8q.svelte-817q8q.svelte-817q8q{padding:0.125rem 0.25rem;display:flex;align-items:center;justify-content:center;border-radius:0.25rem;font-size:0.75rem;line-height:1.125rem;letter-spacing:0;border-radius:0.125rem;max-width:7.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-popup-tag-primary.svelte-817q8q.svelte-817q8q.svelte-817q8q{color:#ffffff;background-image:linear-gradient(90deg, #ead09a 0%, #e0cca3 100%)}.light.svelte-817q8q .tag-popup-tag-primary.svelte-817q8q.svelte-817q8q{color:#946700;background-image:linear-gradient(90deg, #ead09a 0%, #e0cca3 100%)}.tag-popup-tag-secondary.svelte-817q8q.svelte-817q8q.svelte-817q8q{color:#ffffff;background:rgba(255, 255, 255, 0.1490196078)}.light.svelte-817q8q .tag-popup-tag-secondary.svelte-817q8q.svelte-817q8q{color:rgba(0, 0, 0, 0.5019607843);background:rgba(0, 0, 0, 0.0588235294)}.tag-popup-price.svelte-817q8q.svelte-817q8q.svelte-817q8q{font-family:DINAlternate-Bold;font-weight:700;font-size:1.25rem;color:#ae7900;letter-spacing:0;text-align:center;display:flex;justify-content:flex-start;align-items:center;width:100%;margin:0}.tag-popup-media.svelte-817q8q.svelte-817q8q.svelte-817q8q{width:15rem;height:10rem;margin:0 auto;overflow:hidden;border-radius:0.25rem;display:flex;align-items:center;justify-content:center;position:relative}.tag-popup-media.svelte-817q8q img.svelte-817q8q.svelte-817q8q{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tag-popup-media-type.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.tag-popup-media-index.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;right:0.375rem;bottom:0.375rem;padding:0.0625rem 0.25rem;background:rgba(0, 0, 0, 0.5);border-radius:0.125rem;font-weight:bold;font-size:0.75rem;color:#ffffff;letter-spacing:0;line-height:1.125rem}.iframe-overlay.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:10}.tag-popup-content.svelte-817q8q>.svelte-817q8q+.svelte-817q8q{margin-top:0.5rem}.tag-popup-content.svelte-817q8q>.svelte-817q8q.svelte-817q8q:first-child{margin-top:0 !important}')}const LS=n=>({}),vv=n=>({}),TS=n=>({}),Av=n=>({});function bv(n,t,e){const i=n.slice();return i[2]=t[e],i}function yv(n,t,e){const i=n.slice();return i[2]=t[e],i}function wv(n){let t,e;return{c(){t=U("h3"),e=Ve(n[5]),w(t,"class","tag-popup-title svelte-817q8q")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&32&&Ne(e,i[5])},d(i){i&&X(t)}}}function Pv(n){let t,e,i=n[4],s=[];for(let a=0;a<i.length;a+=1)s[a]=Cv(yv(n,i,a));let o=n[13],r=[];for(let a=0;a<o.length;a+=1)r[a]=Iv(bv(n,o,a));return{c(){t=U("div");for(let a=0;a<s.length;a+=1)s[a].c();e=le();for(let a=0;a<r.length;a+=1)r[a].c();w(t,"class","tag-popup-tags svelte-817q8q")},m(a,l){Y(a,t,l);for(let c=0;c<s.length;c+=1)s[c]&&s[c].m(t,null);V(t,e);for(let c=0;c<r.length;c+=1)r[c]&&r[c].m(t,null)},p(a,l){if(l[0]&16){i=a[4];let c;for(c=0;c<i.length;c+=1){const h=yv(a,i,c);s[c]?s[c].p(h,l):(s[c]=Cv(h),s[c].c(),s[c].m(t,e))}for(;c<s.length;c+=1)s[c].d(1);s.length=i.length}if(l[0]&8192){o=a[13];let c;for(c=0;c<o.length;c+=1){const h=bv(a,o,c);r[c]?r[c].p(h,l):(r[c]=Iv(h),r[c].c(),r[c].m(t,null))}for(;c<r.length;c+=1)r[c].d(1);r.length=o.length}},d(a){a&&X(t),Pi(s,a),Pi(r,a)}}}function Cv(n){let t,e=n[2]+"",i;return{c(){t=U("div"),i=Ve(e),w(t,"class","tag-popup-tag tag-popup-tag-primary svelte-817q8q")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o[0]&16&&e!==(e=s[2]+"")&&Ne(i,e)},d(s){s&&X(t)}}}function Iv(n){let t,e=n[2]+"",i;return{c(){t=U("div"),i=Ve(e),w(t,"class","tag-popup-tag tag-popup-tag-secondary svelte-817q8q")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o[0]&8192&&e!==(e=s[2]+"")&&Ne(i,e)},d(s){s&&X(t)}}}function zS(n){let t,e,i,s,o,r,a,l;r=new pv({});let c=n[15]>1&&Mv(n);return{c(){t=U("div"),e=U("video"),s=le(),o=U("div"),pe(r.$$.fragment),a=le(),c&&c.c(),ut(e.src,i=n[2].data.mediaData[0].url)||w(e,"src",i),w(e,"class","tag-popup-video-fallback"),e.controls=!1,e.autoplay=!1,e.muted=!0,e.loop=!0,w(e,"preload","metadata"),w(e,"disablepictureinpicture",""),e.playsInline=!0,_(e,"width","100%"),_(e,"height","100%"),_(e,"object-fit","cover"),w(o,"class","tag-popup-media-type svelte-817q8q"),w(t,"class","tag-popup-media svelte-817q8q")},m(h,u){Y(h,t,u),V(t,e),V(t,s),V(t,o),ge(r,o,null),V(t,a),c&&c.m(t,null),l=!0},p(h,u){(!l||u[0]&4&&!ut(e.src,i=h[2].data.mediaData[0].url))&&w(e,"src",i),h[15]>1?c?c.p(h,u):(c=Mv(h),c.c(),c.m(t,null)):c&&(c.d(1),c=null)},i(h){l||(R(r.$$.fragment,h),l=!0)},o(h){Z(r.$$.fragment,h),l=!1},d(h){h&&X(t),me(r),c&&c.d()}}}function OS(n){let t,e,i,s,o,r,a,l,c;const h=[VS,_S],u=[];function d(g,p){return g[7]?0:g[18]?1:-1}~(r=d(n))&&(a=u[r]=h[r](n));let m=n[15]>1&&kv(n);return{c(){t=U("div"),e=U("img"),o=le(),a&&a.c(),l=le(),m&&m.c(),ut(e.src,i=n[19])||w(e,"src",i),w(e,"alt",s=n[5]||""),w(e,"draggable","false"),w(e,"class","svelte-817q8q"),w(t,"class","tag-popup-media svelte-817q8q")},m(g,p){Y(g,t,p),V(t,e),V(t,o),~r&&u[r].m(t,null),V(t,l),m&&m.m(t,null),c=!0},p(g,p){(!c||p[0]&524288&&!ut(e.src,i=g[19]))&&w(e,"src",i),(!c||p[0]&32&&s!==(s=g[5]||""))&&w(e,"alt",s);let v=r;r=d(g),r!==v&&(a&&(Se(),Z(u[v],1,1,()=>{u[v]=null}),xe()),~r?(a=u[r],a||(a=u[r]=h[r](g),a.c()),R(a,1),a.m(t,l)):a=null),g[15]>1?m?m.p(g,p):(m=kv(g),m.c(),m.m(t,null)):m&&(m.d(1),m=null)},i(g){c||(R(a),c=!0)},o(g){Z(a),c=!1},d(g){g&&X(t),~r&&u[r].d(),m&&m.d()}}}function jS(n){let t,e,i,s,o,r,a=n[15]>1&&Ev(n);return{c(){t=U("div"),e=U("iframe"),s=le(),o=U("div"),r=le(),a&&a.c(),w(e,"title",n[16]),ut(e.src,i=n[17])||w(e,"src",i),w(e,"class","tag-popup-video-iframe"),w(e,"frameborder","0"),w(e,"allow","accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"),w(e,"referrerpolicy","strict-origin-when-cross-origin"),e.allowFullscreen=!0,_(e,"width","100%"),_(e,"height","100%"),_(e,"position","absolute"),_(e,"top","0"),_(e,"left","0"),w(o,"class","iframe-overlay svelte-817q8q"),w(t,"class","tag-popup-media svelte-817q8q")},m(l,c){Y(l,t,c),V(t,e),V(t,s),V(t,o),V(t,r),a&&a.m(t,null)},p(l,c){c[0]&65536&&w(e,"title",l[16]),c[0]&131072&&!ut(e.src,i=l[17])&&w(e,"src",i),l[15]>1?a?a.p(l,c):(a=Ev(l),a.c(),a.m(t,null)):a&&(a.d(1),a=null)},i:oe,o:oe,d(l){l&&X(t),a&&a.d()}}}function Mv(n){let t,e,i,s;return{c(){t=U("div"),e=Ve(n[14]),i=Ve("/"),s=Ve(n[15]),w(t,"class","tag-popup-media-index svelte-817q8q")},m(o,r){Y(o,t,r),V(t,e),V(t,i),V(t,s)},p(o,r){r[0]&16384&&Ne(e,o[14]),r[0]&32768&&Ne(s,o[15])},d(o){o&&X(t)}}}function _S(n){let t,e,i;return e=new MS({}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popup-media-type svelte-817q8q")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function VS(n){let t,e,i;return e=new pv({}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popup-media-type svelte-817q8q")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function kv(n){let t,e,i,s;return{c(){t=U("div"),e=Ve(n[14]),i=Ve("/"),s=Ve(n[15]),w(t,"class","tag-popup-media-index svelte-817q8q")},m(o,r){Y(o,t,r),V(t,e),V(t,i),V(t,s)},p(o,r){r[0]&16384&&Ne(e,o[14]),r[0]&32768&&Ne(s,o[15])},d(o){o&&X(t)}}}function Ev(n){let t,e,i,s;return{c(){t=U("div"),e=Ve(n[14]),i=Ve("/"),s=Ve(n[15]),w(t,"class","tag-popup-media-index svelte-817q8q")},m(o,r){Y(o,t,r),V(t,e),V(t,i),V(t,s)},p(o,r){r[0]&16384&&Ne(e,o[14]),r[0]&32768&&Ne(s,o[15])},d(o){o&&X(t)}}}function Sv(n){let t,e;return{c(){t=U("div"),e=Ve(n[20]),w(t,"class","tag-popup-description svelte-817q8q")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&1048576&&Ne(e,i[20])},d(i){i&&X(t)}}}function xv(n){let t,e,i;return e=new xS({props:{playing:n[1],progress:n[9],elapsedTime:n[10],onClick:n[22]}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popup-audio-player-wrapper svelte-817q8q")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},p(s,o){const r={};o[0]&2&&(r.playing=s[1]),o[0]&512&&(r.progress=s[9]),o[0]&1024&&(r.elapsedTime=s[10]),e.$set(r)},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function Dv(n){let t,e,i,s,o=n[11]&&Lv(n);return{c(){t=U("div"),o&&o.c(),e=le(),i=U("span"),s=Ve(n[12]),w(i,"class","tag-popup-price-value"),w(t,"class","tag-popup-price svelte-817q8q")},m(r,a){Y(r,t,a),o&&o.m(t,null),V(t,e),V(t,i),V(i,s)},p(r,a){r[11]?o?o.p(r,a):(o=Lv(r),o.c(),o.m(t,e)):o&&(o.d(1),o=null),a[0]&4096&&Ne(s,r[12])},d(r){r&&X(t),o&&o.d()}}}function Lv(n){let t,e;return{c(){t=U("span"),e=Ve(n[11]),w(t,"class","tag-popup-price-unit")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&2048&&Ne(e,i[11])},d(i){i&&X(t)}}}function BS(n){let t,e,i,s,o,r,a,l,c,h,u,d,m,g,p=n[5]&&wv(n),v=n[3]&&(n[4].length>0||n[13].length>0)&&Pv(n);const A=[jS,OS,zS],P=[];function M(C,k){var E;return C[6]&&C[17]?0:C[19]?1:C[7]&&C[2].data.mediaData&&((E=C[2].data.mediaData[0])!=null&&E.url)?2:-1}~(o=M(n))&&(r=P[o]=A[o](n));let I=n[20]&&Sv(n),z=n[8]&&xv(n),D=n[12]&&Dv(n);const j=n[38].toolbar,L=Gn(j,n,n[37],Av),O=n[38].arrow,b=Gn(O,n,n[37],vv);return{c(){t=U("div"),e=U("div"),p&&p.c(),i=le(),v&&v.c(),s=le(),r&&r.c(),a=le(),I&&I.c(),l=le(),z&&z.c(),c=le(),D&&D.c(),h=le(),L&&L.c(),u=le(),b&&b.c(),w(e,"class",d="tag-popup-content "+n[21]+" svelte-817q8q"),w(t,"class",m="tag-popup tag-popup-"+n[0]+" svelte-817q8q")},m(C,k){Y(C,t,k),V(t,e),p&&p.m(e,null),V(e,i),v&&v.m(e,null),V(e,s),~o&&P[o].m(e,null),V(e,a),I&&I.m(e,null),V(e,l),z&&z.m(e,null),V(e,c),D&&D.m(e,null),V(e,h),L&&L.m(e,null),V(e,u),b&&b.m(e,null),g=!0},p(C,k){C[5]?p?p.p(C,k):(p=wv(C),p.c(),p.m(e,i)):p&&(p.d(1),p=null),C[3]&&(C[4].length>0||C[13].length>0)?v?v.p(C,k):(v=Pv(C),v.c(),v.m(e,s)):v&&(v.d(1),v=null);let E=o;o=M(C),o===E?~o&&P[o].p(C,k):(r&&(Se(),Z(P[E],1,1,()=>{P[E]=null}),xe()),~o?(r=P[o],r?r.p(C,k):(r=P[o]=A[o](C),r.c()),R(r,1),r.m(e,a)):r=null),C[20]?I?I.p(C,k):(I=Sv(C),I.c(),I.m(e,l)):I&&(I.d(1),I=null),C[8]?z?(z.p(C,k),k[0]&256&&R(z,1)):(z=xv(C),z.c(),R(z,1),z.m(e,c)):z&&(Se(),Z(z,1,1,()=>{z=null}),xe()),C[12]?D?D.p(C,k):(D=Dv(C),D.c(),D.m(e,h)):D&&(D.d(1),D=null),L&&L.p&&(!g||k[1]&64)&&Wn(L,j,C,C[37],g?Hn(j,C[37],k,TS):Un(C[37]),Av),b&&b.p&&(!g||k[1]&64)&&Wn(b,O,C,C[37],g?Hn(O,C[37],k,LS):Un(C[37]),vv),(!g||k[0]&2097152&&d!==(d="tag-popup-content "+C[21]+" svelte-817q8q"))&&w(e,"class",d),(!g||k[0]&1&&m!==(m="tag-popup tag-popup-"+C[0]+" svelte-817q8q"))&&w(t,"class",m)},i(C){g||(R(r),R(z),R(L,C),R(b,C),g=!0)},o(C){Z(r),Z(z),Z(L,C),Z(b,C),g=!1},d(C){C&&X(t),p&&p.d(),v&&v.d(),~o&&P[o].d(),I&&I.d(),z&&z.d(),D&&D.d(),L&&L.d(C),b&&b.d(C)}}}function RS(n){const t=Math.floor(n/60),e=Math.floor(n%60);return`${t.toString().padStart(2,"0")}:${e.toString().padStart(2,"0")}`}function FS(n,t,e){let i,s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k,{$$slots:E={},$$scope:x}=t,{tag:T}=t,{config:H={}}=t,{theme:B=void 0}=t,{placement:J="right-top"}=t,{audioInstance:ne=null}=t,{audioPlaying:$=!1}=t,{audioCurrentTime:re=0}=t,{audioDuration:ee=0}=t,fe=0,ze="00:00",ae=null,Ee=0,de=0;function ce(){return ee>0?re/ee*100:0}function De(){if(!$||ee<=0){ae=null;return}const Fe=(Date.now()-Ee)/1e3,Ae=re+Fe,je=Math.min(Ae/ee*100,100)-de;Math.abs(je)>.05&&(de+=je*.2),ae=requestAnimationFrame(De)}function te(){if(!s)return;const be=ce();ee>0?($||(de=be),e(9,fe=de),e(10,ze=RS(de/100*ee)),Ee=Date.now()):(de=0,e(9,fe=0),e(10,ze="00:00"))}function Te(){$&&ee>0?ae||De():ae&&(cancelAnimationFrame(ae),ae=null)}function Be(){ne&&(ne.paused?ne.play():ne.pause())}return Qt(()=>{ae&&(cancelAnimationFrame(ae),ae=null)}),n.$$set=be=>{"tag"in be&&e(2,T=be.tag),"config"in be&&e(23,H=be.config),"theme"in be&&e(24,B=be.theme),"placement"in be&&e(0,J=be.placement),"audioInstance"in be&&e(25,ne=be.audioInstance),"audioPlaying"in be&&e(1,$=be.audioPlaying),"audioCurrentTime"in be&&e(26,re=be.audioCurrentTime),"audioDuration"in be&&e(27,ee=be.audioDuration),"$$scope"in be&&e(37,x=be.$$scope)},n.$$.update=()=>{var be,Fe,Ae,Me,je,Ze;n.$$.dirty[0]&4&&e(3,i=T.contentType==="Marketing"),n.$$.dirty[0]&4&&e(8,s=T.contentType==="Audio"),n.$$.dirty[0]&8&&e(36,o=i?"light":"dark"),n.$$.dirty[0]&16777220|n.$$.dirty[1]&32&&e(21,r=T.data.theme!==void 0&&T.data.theme!==null?T.data.theme:B!=null?B:o),n.$$.dirty[0]&4&&e(35,a=T.data.title||T.data.name||""),n.$$.dirty[0]&4&&e(34,l=T.data.description||T.data.tooltip||""),n.$$.dirty[1]&16&&e(5,c=a||""),n.$$.dirty[1]&8&&e(20,h=l||""),n.$$.dirty[0]&201326594&&te(),n.$$.dirty[0]&134217730&&Te(),n.$$.dirty[0]&268&&e(33,u=(()=>{var qe,rt,tt,it,at,dt,Rt,an,Xt,mi,ki;if(s||i)return null;if(T.data.mediaData&&T.data.mediaData.length>0){const ft=T.data.mediaData[0];if(ft.type==="Video"){if(ft.videoCoverUrl)return ft.videoCoverUrl;if(ft.url){const Yt=ft.url.toLowerCase();if(Zh(Yt)){const Zt=Kp(Yt);if(Zt)return`https://img.youtube.com/vi/${Zt}/hqdefault.jpg`}if(qh(Yt)){const Zt=$p(Yt);if(Zt)return`https://vumbnail.com/${Zt}.jpg`}return}}if(T.contentType==="Panorama")return(ki=(Rt=(tt=(rt=(qe=T.data.mediaData)==null?void 0:qe[0])==null?void 0:rt.cube)==null?void 0:tt.front)!=null?Rt:(dt=(at=(it=T.data.mediaData)==null?void 0:it[0])==null?void 0:at.thumbnail)==null?void 0:dt.split("?")[0])!=null?ki:(mi=(Xt=(an=T.data.mediaData)==null?void 0:an[0])==null?void 0:Xt.url)==null?void 0:mi.split("?")[0];if(ft.url||ft.thumbnail)return ft.url||ft.thumbnail}return T.data.imageUrl})()),n.$$.dirty[0]&8388612|n.$$.dirty[1]&4&&e(19,d=H!=null&&H.imageURLTransform&&(u!=null&&u.includes("realsee-cdn")||u!=null&&u.includes("ljcdn.com"))?H.imageURLTransform(u,{width:280,height:280}):u||T.data.mediaUrl||""),n.$$.dirty[0]&4&&e(7,m=T.contentType==="Video"||T.data.mediaType==="video"),n.$$.dirty[0]&4&&e(18,g=T.contentType==="Panorama"||T.data.mediaType==="panorama"),n.$$.dirty[0]&132&&e(32,p=m&&T.data.mediaData&&((be=T.data.mediaData[0])==null?void 0:be.url)&&Zh(T.data.mediaData[0].url)),n.$$.dirty[0]&132&&e(31,v=m&&T.data.mediaData&&((Fe=T.data.mediaData[0])==null?void 0:Fe.url)&&qh(T.data.mediaData[0].url)),n.$$.dirty[1]&3&&e(6,A=p||v),n.$$.dirty[0]&68&&e(17,P=A&&T.data.mediaData&&((Ae=T.data.mediaData[0])!=null&&Ae.url)?M8(T.data.mediaData[0].url,{autoplay:0}):""),n.$$.dirty[0]&32|n.$$.dirty[1]&3&&e(16,M=p?"YouTube video player":v?"Vimeo video player":c),n.$$.dirty[0]&4&&e(15,I=((Me=T.data.mediaData)==null?void 0:Me.length)||0),n.$$.dirty[0]&12&&e(30,D=i?T.data.brandTags||[]:[]),n.$$.dirty[0]&12&&e(29,j=i?T.data.tags||[]:[]),n.$$.dirty[0]&1073741824&&e(4,L=D.filter(Boolean).slice(0,2)),n.$$.dirty[0]&16&&e(28,O=Math.max(0,2-L.length)),n.$$.dirty[0]&805306368&&e(13,b=O>0?j.filter(Boolean).slice(0,O):[]),n.$$.dirty[0]&12&&e(12,C=i&&((je=T.data.price)==null?void 0:je.value)||""),n.$$.dirty[0]&12&&e(11,k=i&&((Ze=T.data.price)==null?void 0:Ze.unit)||"")},e(14,z=1),[J,$,T,i,L,c,A,m,s,fe,ze,k,C,b,z,I,M,P,g,d,h,r,Be,H,B,ne,re,ee,O,j,D,v,p,u,l,a,o,x,E]}class NS extends Ce{constructor(t){super(),Pe(this,t,FS,BS,we,{tag:2,config:23,theme:24,placement:0,audioInstance:25,audioPlaying:1,audioCurrentTime:26,audioDuration:27},DS,[-1,-1])}}function GS(n){let t,e,i,s,o,r,a,l,c,h,u,d,m;return{c(){t=ke("svg"),e=ke("defs"),i=ke("linearGradient"),s=ke("stop"),o=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),u=ke("path"),w(s,"stop-color",n[1]),w(s,"offset","0%"),w(o,"stop-color",n[1]),w(o,"stop-opacity",".5"),w(o,"offset","100%"),w(i,"id",r="arrow-right-icon-gradient-"+n[1]),w(i,"x1","96.2%"),w(i,"y1","50%"),w(i,"x2","0%"),w(i,"y2","50%"),w(l,"stop-color",n[1]),w(l,"offset","0%"),w(c,"stop-color",n[1]),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"id",h="arrow-right-icon-stroke-"+n[1]),w(a,"x1","50%"),w(a,"y1","9.83%"),w(a,"x2","41.99%"),w(a,"y2","24.46%"),w(u,"d","M4.84572153,2.14166669 C4.94036186,2.14170036 5.03490004,2.17870347 5.10676798,2.25203341 L9.39516942,6.66308361 C9.48635681,6.75687897 9.53195051,6.87843949 9.53195051,7 C9.53195051,7.12156051 9.48635681,7.24312103 9.39516942,7.33691639 L5.11673708,11.7390017 C5.02118573,11.813978 4.92122439,11.8514005 4.82705048,11.851434 C4.73517505,11.8514667 4.65029153,11.8150862 4.59276829,11.7576692 C4.51856427,11.6593496 4.48179951,11.5564146 4.48176638,11.4595899 C4.48173399,11.3649536 4.51747117,11.2773335 4.58937836,11.2035272 L7.74273899,7.43877755 C7.84906128,7.31184097 7.90222243,7.15592048 7.90222243,7 C7.90222243,6.84407952 7.84906128,6.68815903 7.74273449,6.56121708 L4.54804918,2.74803934 C4.65338339,2.20863952 4.74441906,2.14163065 4.84572153,2.14166669 Z"),w(u,"fill",d=`url(#arrow-right-icon-gradient-${n[1]})`),w(u,"fill-rule","nonzero"),w(u,"stroke",m=`url(#arrow-right-icon-stroke-${n[1]})`),w(u,"stroke-width",".2"),w(t,"xmlns","http://www.w3.org/2000/svg"),w(t,"viewBox","0 0 14 14"),w(t,"width",n[0]),w(t,"height",n[0]),_(t,"opacity",n[2])},m(g,p){Y(g,t,p),V(t,e),V(e,i),V(i,s),V(i,o),V(e,a),V(a,l),V(a,c),V(t,u)},p(g,[p]){p&2&&w(s,"stop-color",g[1]),p&2&&w(o,"stop-color",g[1]),p&2&&r!==(r="arrow-right-icon-gradient-"+g[1])&&w(i,"id",r),p&2&&w(l,"stop-color",g[1]),p&2&&w(c,"stop-color",g[1]),p&2&&h!==(h="arrow-right-icon-stroke-"+g[1])&&w(a,"id",h),p&2&&d!==(d=`url(#arrow-right-icon-gradient-${g[1]})`)&&w(u,"fill",d),p&2&&m!==(m=`url(#arrow-right-icon-stroke-${g[1]})`)&&w(u,"stroke",m),p&1&&w(t,"width",g[0]),p&1&&w(t,"height",g[0]),p&4&&_(t,"opacity",g[2])},i:oe,o:oe,d(g){g&&X(t)}}}function HS(n,t,e){let{size:i="14"}=t,{color:s="#ffffff"}=t,{opacity:o=1}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(1,s=r.color),"opacity"in r&&e(2,o=r.opacity)},[i,s,o]}class WS extends Ce{constructor(t){super(),Pe(this,t,HS,GS,we,{size:0,color:1,opacity:2})}}function US(n){let t,e,i,s,o,r,a,l,c,h,u,d,m;return{c(){t=ke("svg"),e=ke("defs"),i=ke("linearGradient"),s=ke("stop"),o=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),u=ke("path"),w(s,"stop-color",n[1]),w(s,"offset","0%"),w(o,"stop-color",n[1]),w(o,"stop-opacity",".5"),w(o,"offset","100%"),w(i,"id",r="share-icon-gradient-"+n[1]),w(i,"x1","41.65%"),w(i,"y1","59.05%"),w(i,"x2","66.13%"),w(i,"y2","9.07%"),w(l,"stop-color",n[1]),w(l,"offset","0%"),w(c,"stop-color",n[1]),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"id",h="share-icon-stroke-"+n[1]),w(a,"x1","55.68%"),w(a,"y1","2.48%"),w(a,"x2","60.83%"),w(a,"y2","14.28%"),w(u,"d","M12.4937515,2.60140991 L12.6834904,2.60248871 C13.307774,2.63121157 13.9222065,2.90874077 14.3642696,3.436433 C14.7794904,3.93278385 14.923342,4.60854408 14.8265514,5.24548738 C14.7279361,5.89144103 14.4428997,6.3527969 14.063774,6.65956953 C13.6079793,7.02837949 13.0189069,7.17403325 12.4632035,7.15562178 C11.7380729,7.13162078 11.0390809,7.42803145 10.5261758,7.9357119 C9.96083448,8.49643643 9.67596892,9.19792997 9.69443632,9.91942004 C9.66449732,10.8859455 9.96309104,11.5807243 10.4796578,12.092029 C11.0239965,12.6296813 11.7402488,12.9101676 12.4817091,12.8884813 C13.0940469,12.8705618 13.7481304,13.0495781 14.2150699,13.5117611 C14.6987029,13.9904677 14.9268415,14.6256711 14.8974895,15.2508921 C14.8684928,15.868544 14.5880857,16.4761837 14.055365,16.9134138 C13.5533941,17.3248246 12.8689122,17.4672624 12.2258037,17.3713572 C11.5727886,17.2736846 11.1063284,16.991503 10.7961882,16.6159844 C10.4239402,16.1652655 10.2768519,15.5827583 10.2954352,15.0332376 C10.3197006,14.3149783 10.0202124,13.6224897 9.50703789,13.1145427 C8.94671715,12.5587885 8.2455275,12.2800717 7.51547371,12.2927077 C7.23521908,12.3053648 6.95603622,12.2673623 6.69423123,12.1827116 C6.1605306,11.9588888 5.9529663,11.8380114 5.77703284,11.66387 C5.40155143,11.2922134 5.1829777,10.8272392 5.11950899,10.3459077 C5.05433663,9.85165608 5.15259721,9.34024891 5.41443015,8.89062791 C5.61688125,8.49864777 5.91421421,8.21950306 6.25529625,8.03627882 C6.64911257,7.8247265 7.1008248,7.74055154 7.53306889,7.75691992 L7.73219905,7.75624362 C8.39290266,7.7280909 9.01896921,7.44343917 9.49037385,6.97683639 C10.0339806,6.43762468 10.3173723,5.72806794 10.2954528,4.99382841 C10.2784266,4.38712951 10.4592448,3.74020534 10.9258673,3.27833603 C11.4093877,2.79921041 12.051472,2.57340998 12.6834904,2.60248871 Z"),w(u,"fill",d=`url(#share-icon-gradient-${n[1]})`),w(u,"fill-rule","nonzero"),w(u,"stroke",m=`url(#share-icon-stroke-${n[1]})`),w(u,"stroke-width",".2"),w(t,"xmlns","http://www.w3.org/2000/svg"),w(t,"viewBox","0 0 20 20"),w(t,"width",n[0]),w(t,"height",n[0]),_(t,"opacity",n[2])},m(g,p){Y(g,t,p),V(t,e),V(e,i),V(i,s),V(i,o),V(e,a),V(a,l),V(a,c),V(t,u)},p(g,[p]){p&2&&w(s,"stop-color",g[1]),p&2&&w(o,"stop-color",g[1]),p&2&&r!==(r="share-icon-gradient-"+g[1])&&w(i,"id",r),p&2&&w(l,"stop-color",g[1]),p&2&&w(c,"stop-color",g[1]),p&2&&h!==(h="share-icon-stroke-"+g[1])&&w(a,"id",h),p&2&&d!==(d=`url(#share-icon-gradient-${g[1]})`)&&w(u,"fill",d),p&2&&m!==(m=`url(#share-icon-stroke-${g[1]})`)&&w(u,"stroke",m),p&1&&w(t,"width",g[0]),p&1&&w(t,"height",g[0]),p&4&&_(t,"opacity",g[2])},i:oe,o:oe,d(g){g&&X(t)}}}function QS(n,t,e){let{size:i="20"}=t,{color:s="#ffffff"}=t,{opacity:o=1}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(1,s=r.color),"opacity"in r&&e(2,o=r.opacity)},[i,s,o]}class XS extends Ce{constructor(t){super(),Pe(this,t,QS,US,we,{size:0,color:1,opacity:2})}}function YS(n){Le(n,"svelte-18owx9v",".tag-popover-toolbar.svelte-18owx9v.svelte-18owx9v{display:flex;align-items:center;margin-top:0.75rem;padding-top:0;border-top:none}.tag-popover-toolbar.both-buttons.svelte-18owx9v.svelte-18owx9v{justify-content:space-between}.tag-popover-toolbar.single-button.svelte-18owx9v.svelte-18owx9v{justify-content:flex-end}.tag-popover-toolbar-dark.svelte-18owx9v .tag-popover-btn.svelte-18owx9v{color:#ffffff}.tag-popover-toolbar-light.svelte-18owx9v .tag-popover-btn.svelte-18owx9v{color:rgba(0, 0, 0, 0.85)}.tag-popover-btn.view-more.svelte-18owx9v.svelte-18owx9v{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:0.875rem;letter-spacing:0;line-height:1.25rem}.tag-popover-btn.share.svelte-18owx9v.svelte-18owx9v{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}")}function Tv(n){let t,e,i,s,o=n[0].showMore&&zv(n),r=n[0].showShare&&Ov(n);return{c(){t=U("div"),o&&o.c(),e=le(),r&&r.c(),w(t,"class",i="tag-popover-toolbar tag-popover-toolbar-"+n[1]+" "+(n[0].showMore&&n[0].showShare?"both-buttons":"single-button")+" svelte-18owx9v")},m(a,l){Y(a,t,l),o&&o.m(t,null),V(t,e),r&&r.m(t,null),s=!0},p(a,l){a[0].showMore?o?(o.p(a,l),l&1&&R(o,1)):(o=zv(a),o.c(),R(o,1),o.m(t,e)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe()),a[0].showShare?r?(r.p(a,l),l&1&&R(r,1)):(r=Ov(a),r.c(),R(r,1),r.m(t,null)):r&&(Se(),Z(r,1,1,()=>{r=null}),xe()),(!s||l&3&&i!==(i="tag-popover-toolbar tag-popover-toolbar-"+a[1]+" "+(a[0].showMore&&a[0].showShare?"both-buttons":"single-button")+" svelte-18owx9v"))&&w(t,"class",i)},i(a){s||(R(o),R(r),s=!0)},o(a){Z(o),Z(r),s=!1},d(a){a&&X(t),o&&o.d(),r&&r.d()}}}function zv(n){let t,e,i,s,o,r,a;return s=new WS({props:{size:"14",color:n[1]==="light"?"#000000":"#ffffff",opacity:n[1]==="light"?.8:1}}),{c(){t=U("div"),e=Ve(n[2]),i=le(),pe(s.$$.fragment),w(t,"class","tag-popover-btn view-more svelte-18owx9v")},m(l,c){Y(l,t,c),V(t,e),V(t,i),ge(s,t,null),o=!0,r||(a=_e(t,"click",n[3]),r=!0)},p(l,c){(!o||c&4)&&Ne(e,l[2]);const h={};c&2&&(h.color=l[1]==="light"?"#000000":"#ffffff"),c&2&&(h.opacity=l[1]==="light"?.8:1),s.$set(h)},i(l){o||(R(s.$$.fragment,l),o=!0)},o(l){Z(s.$$.fragment,l),o=!1},d(l){l&&X(t),me(s),r=!1,a()}}}function Ov(n){let t,e,i,s,o;return e=new XS({props:{size:"20",color:n[1]==="light"?"#000000":"#ffffff",opacity:n[1]==="light"?.8:1}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popover-btn share svelte-18owx9v")},m(r,a){Y(r,t,a),ge(e,t,null),i=!0,s||(o=_e(t,"click",n[4]),s=!0)},p(r,a){const l={};a&2&&(l.color=r[1]==="light"?"#000000":"#ffffff"),a&2&&(l.opacity=r[1]==="light"?.8:1),e.$set(l)},i(r){i||(R(e.$$.fragment,r),i=!0)},o(r){Z(e.$$.fragment,r),i=!1},d(r){r&&X(t),me(e),s=!1,o()}}}function ZS(n){let t,e,i=(n[0].showMore||n[0].showShare)&&Tv(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[0].showMore||s[0].showShare?i?(i.p(s,o),o&1&&R(i,1)):(i=Tv(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function qS(n,t,e){let i;const s=qi("hooks");Cn();let{tag:o}=t,{toolbar:r={showMore:!0,showShare:!0}}=t,{theme:a="dark"}=t,{closePopover:l=void 0}=t;Tt(()=>{s.emit("popoverToolbarShow",{tag:o})});function c(u){u.stopPropagation(),typeof l=="function"&&l(),s.emit("click",{event:u,target:"TagPopoverViewMore",tag:o})}function h(u){u.stopPropagation(),typeof l=="function"&&l(),s.emit("click",{event:u,target:"TagPopoverShare",tag:o})}return n.$$set=u=>{"tag"in u&&e(5,o=u.tag),"toolbar"in u&&e(0,r=u.toolbar),"theme"in u&&e(1,a=u.theme),"closePopover"in u&&e(6,l=u.closePopover)},n.$$.update=()=>{n.$$.dirty&32&&e(2,i=(()=>He(o.data.highlightText)&&o.data.highlightText.trim()!==""?o.data.highlightText:He(o.config.popoverConfig.viewMoreText)&&o.config.popoverConfig.viewMoreText.trim()!==""?o.config.popoverConfig.viewMoreText:"查看更多")())},[r,a,i,c,h,o,l]}class JS extends Ce{constructor(t){super(),Pe(this,t,qS,ZS,we,{tag:5,toolbar:0,theme:1,closePopover:6},YS)}}function KS(n){let t,e;return t=new JS({props:{toolbar:{showMore:n[7].showMore===void 0?!0:n[7].showMore,showShare:n[7].showShare===void 0?!0:n[7].showShare},theme:n[2],tag:n[4],closePopover:n[8]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&128&&(o.toolbar={showMore:i[7].showMore===void 0?!0:i[7].showMore,showShare:i[7].showShare===void 0?!0:i[7].showShare}),s&4&&(o.theme=i[2]),s&16&&(o.tag=i[4]),s&256&&(o.closePopover=i[8]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function $S(n){let t,e,i,s;return t=new AS({props:{show:n[0],direction:n[1],theme:n[2]}}),i=new NS({props:{placement:n[3],tag:n[4],config:n[5],theme:n[6],audioInstance:n[9],audioPlaying:n[10],audioCurrentTime:n[11],audioDuration:n[12],$$slots:{toolbar:[KS]},$$scope:{ctx:n}}}),i.$on("resize",n[13]),{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment)},m(o,r){ge(t,o,r),Y(o,e,r),ge(i,o,r),s=!0},p(o,[r]){const a={};r&1&&(a.show=o[0]),r&2&&(a.direction=o[1]),r&4&&(a.theme=o[2]),t.$set(a);const l={};r&8&&(l.placement=o[3]),r&16&&(l.tag=o[4]),r&32&&(l.config=o[5]),r&64&&(l.theme=o[6]),r&512&&(l.audioInstance=o[9]),r&1024&&(l.audioPlaying=o[10]),r&2048&&(l.audioCurrentTime=o[11]),r&4096&&(l.audioDuration=o[12]),r&16788&&(l.$$scope={dirty:r,ctx:o}),i.$set(l)},i(o){s||(R(t.$$.fragment,o),R(i.$$.fragment,o),s=!0)},o(o){Z(t.$$.fragment,o),Z(i.$$.fragment,o),s=!1},d(o){me(t,o),o&&X(e),me(i,o)}}}function ex(n,t,e){let{showArrow:i}=t,{arrowDirection:s}=t,{effectiveTheme:o}=t,{adjustedPlacement:r}=t,{tag:a}=t,{config:l}=t,{theme:c}=t,{toolbar:h}=t,{closePopover:u}=t,{audioInstance:d=null}=t,{audioPlaying:m=!1}=t,{audioCurrentTime:g=0}=t,{audioDuration:p=0}=t;function v(A){In.call(this,n,A)}return n.$$set=A=>{"showArrow"in A&&e(0,i=A.showArrow),"arrowDirection"in A&&e(1,s=A.arrowDirection),"effectiveTheme"in A&&e(2,o=A.effectiveTheme),"adjustedPlacement"in A&&e(3,r=A.adjustedPlacement),"tag"in A&&e(4,a=A.tag),"config"in A&&e(5,l=A.config),"theme"in A&&e(6,c=A.theme),"toolbar"in A&&e(7,h=A.toolbar),"closePopover"in A&&e(8,u=A.closePopover),"audioInstance"in A&&e(9,d=A.audioInstance),"audioPlaying"in A&&e(10,m=A.audioPlaying),"audioCurrentTime"in A&&e(11,g=A.audioCurrentTime),"audioDuration"in A&&e(12,p=A.audioDuration)},[i,s,o,r,a,l,c,h,u,d,m,g,p,v]}class tx extends Ce{constructor(t){super(),Pe(this,t,ex,$S,we,{showArrow:0,arrowDirection:1,effectiveTheme:2,adjustedPlacement:3,tag:4,config:5,theme:6,toolbar:7,closePopover:8,audioInstance:9,audioPlaying:10,audioCurrentTime:11,audioDuration:12})}}function ix(n){Le(n,"svelte-11cjg3j",'@charset "UTF-8";.tag-popover.svelte-11cjg3j{position:absolute;z-index:1000010;pointer-events:auto;width:auto;height:auto;padding:0;margin:0;visibility:visible;opacity:1}.tag-popover-content.svelte-11cjg3j{cursor:pointer;pointer-events:auto}.tag-popover-content.audio-tag-popover.svelte-11cjg3j{cursor:default}')}function jv(n){let t,e,i,s,o,r,a,l,c;return i=new tx({props:{showArrow:n[13],arrowDirection:n[12],effectiveTheme:n[18],adjustedPlacement:n[8],tag:n[0],config:n[1],theme:n[2],toolbar:n[16],audioInstance:n[4],audioPlaying:n[5],audioCurrentTime:n[6],audioDuration:n[7],closePopover:n[24]}}),i.$on("viewMore",n[20]),i.$on("share",n[21]),i.$on("resize",n[22]),{c(){t=U("div"),e=U("div"),pe(i.$$.fragment),w(e,"class","tag-popover-content svelte-11cjg3j"),Ie(e,"audio-tag-popover",n[11]),w(t,"class",o="tag-popover tag-popover-"+n[18]+" tag-popover-"+n[8]+" svelte-11cjg3j"),w(t,"data-tag-id",r=n[0].id),_(t,"z-index",n[17]),_(t,"left",n[14].x+"px"),_(t,"top",n[14].y+"px")},m(h,u){Y(h,t,u),V(t,e),ge(i,e,null),n[35](e),n[36](t),a=!0,l||(c=[_e(e,"mouseenter",n[33]),_e(e,"mouseleave",n[34]),_e(e,"click",n[23])],l=!0)},p(h,u){n=h;const d={};u[0]&8192&&(d.showArrow=n[13]),u[0]&4096&&(d.arrowDirection=n[12]),u[0]&262144&&(d.effectiveTheme=n[18]),u[0]&256&&(d.adjustedPlacement=n[8]),u[0]&1&&(d.tag=n[0]),u[0]&2&&(d.config=n[1]),u[0]&4&&(d.theme=n[2]),u[0]&65536&&(d.toolbar=n[16]),u[0]&16&&(d.audioInstance=n[4]),u[0]&32&&(d.audioPlaying=n[5]),u[0]&64&&(d.audioCurrentTime=n[6]),u[0]&128&&(d.audioDuration=n[7]),i.$set(d),(!a||u[0]&2048)&&Ie(e,"audio-tag-popover",n[11]),(!a||u[0]&262400&&o!==(o="tag-popover tag-popover-"+n[18]+" tag-popover-"+n[8]+" svelte-11cjg3j"))&&w(t,"class",o),(!a||u[0]&1&&r!==(r=n[0].id))&&w(t,"data-tag-id",r),(!a||u[0]&131072)&&_(t,"z-index",n[17]),(!a||u[0]&16384)&&_(t,"left",n[14].x+"px"),(!a||u[0]&16384)&&_(t,"top",n[14].y+"px")},i(h){a||(R(i.$$.fragment,h),Pt(()=>{a&&(s||(s=Di(e,n[19],{duration:n[15],easing:xr,y:n[12]==="top"?-8:n[12]==="bottom"?8:0,x:n[12]==="left"?-8:n[12]==="right"?8:0},!0)),s.run(1))}),a=!0)},o(h){Z(i.$$.fragment,h),s||(s=Di(e,n[19],{duration:n[15],easing:xr,y:n[12]==="top"?-8:n[12]==="bottom"?8:0,x:n[12]==="left"?-8:n[12]==="right"?8:0},!1)),s.run(0),a=!1},d(h){h&&X(t),me(i),n[35](null),h&&s&&s.end(),n[36](null),l=!1,ht(c)}}}function nx(n){let t,e,i=n[3]&&n[14]&&jv(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,o){s[3]&&s[14]?i?(i.p(s,o),o[0]&16392&&R(i,1)):(i=jv(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function sx(n,t,e){let i,s,o,r,a,l,c,h,u,d;const m=qi("hooks");let{tag:g}=t,{config:p={}}=t,{triggerElement:v}=t,{wrapperElement:A=document.body}=t,{popoverContainer:P=null}=t,{theme:M=void 0}=t,{visible:I=!0}=t,{closePopover:z=void 0}=t,{audioInstance:D=null}=t,{audioPlaying:j=!1}=t,{audioCurrentTime:L=0}=t,{audioDuration:O=0}=t;const b=Cn();let C,k={width:0,height:0},E=null,x=s;function T(te,{duration:Te=400,easing:Be=xr,x:be=0,y:Fe=0}){return{duration:Te,css:(Ae,Me)=>`
1024
+ `,g=[],p=new y.Color(e);for(let v=0;v<u.faceCount;v++){const A=new y.ShaderMaterial({vertexShader:d,fragmentShader:m,uniforms:{color:{value:p},size:{value:a},minPos:{value:i},faceSize:{value:new y.Vector2(1,1)},opacity:{value:1.5},progress:{value:.5},spread:{value:.3},faceIndex:{value:v}},depthTest:!1,side:y.DoubleSide,transparent:!0});A.polygonOffset=!0,A.polygonOffsetFactor=1,A.polygonOffsetUnits=1,g.push(A)}return this.animatedBoxMesh=new y.Mesh(u,g),this.matrixWorld.decompose(this.animatedBoxMesh.position,this.animatedBoxMesh.quaternion,this.animatedBoxMesh.scale),this.animatedBoxMesh.updateMatrixWorld(),this.animatedBoxMesh.matrixAutoUpdate=!1,this.animatedBoxMesh.onBeforeRender=()=>{u.boundingBox||u.computeBoundingBox();const v=u.boundingBox.min.clone().applyMatrix4(this.animatedBoxMesh.matrixWorld),A=u.boundingBox.max.clone().applyMatrix4(this.animatedBoxMesh.matrixWorld),P=new y.Vector3().subVectors(A,v);g.forEach(M=>{M.uniforms.minPos.value.copy(v),M.uniforms.size.value.copy(P)}),this.five.needsRender=!0},this.five.scene.add(this.animatedBoxMesh),this.animatedBoxMesh}showBoxFinalState(){this.prismMesh.visible=!0,this.edgeMesh.visible=!0,this.prismMesh.setStyle({opacity:this.prismMesh.style.opacity}),this.edgeMesh.setStyle({lineOpacity:1})}}class iv extends Jr{constructor(t){super(t,()=>({positionFrom:()=>t.worldCenter,yAxis:()=>t.up,scaleHelper:{enable:!0,positions:()=>{const e=t.bottomPositions,i=t.topPosition,s=new y.Vector3().subVectors(i,e[0]),o=t.geometryInfo.center,r=o.clone().sub(s.clone().divideScalar(2)),a=o.clone().add(s.clone().divideScalar(2));return[{id:"top",handlePosition:a,basePosition:r},{id:"bottom",handlePosition:r,basePosition:a}]},scaleCallback:e=>{const{intersectPoint:i,scalePosition:s}=e,{id:o,basePosition:r,handlePosition:a}=s;if(o==="top"){const l=i.clone().sub(r);t.setPoints({heightPoint:t.bottomPositions[0].clone().add(l)})}else if(o==="bottom"){const l=i.clone().sub(r);t.setPoints({points:t.topPositions.map(c=>c.clone().add(l))})}}}}))}}class nv extends Gi{constructor(e,i){super(e,i);f(this,"type","Prism");f(this,"prismMesh");f(this,"_editor");e&&(this.prismMesh=new Xs(N(N({},e.style),e)),this.add(this.prismMesh))}get editor(){return this._editor||(this._editor=new iv(this.prismMesh)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.prismMesh.bottomPositions,this.prismMesh)),heightPoint:ni(this.applyObjectMatrixWorld(this.prismMesh.topPosition,this.prismMesh)),style:{color:this.prismMesh.color.getHex(),lineWidth:this.prismMesh.lineWidth,lineColor:this.prismMesh.lineColor.getHex()}})}setData(e){this.prismMesh.setPoints({points:e.points?this.applyObjectReversalMatrixWorld(e.points.map(Qe),this.prismMesh):void 0,heightPoint:e.heightPoint?this.applyObjectReversalMatrixWorld(Qe(e.heightPoint),this.prismMesh):void 0}),this.prismMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.prismMesh)==null||e.highlight()}unhighlight(){var e;(e=this.prismMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.prismMesh=new Xs(e),this.add(this.prismMesh),yield Vu(this.prismMesh,this.pointSelector,e),this.config.defaultAction&&this.editor.enable()})}}function Vu(n,t,e){return ie(this,null,function*(){const i=n.parent,s=new Ou(n.style);i.add(s),yield Rl(s,t,e).finished,i.remove(s),n.setPoints({points:s.points});const o=new wi;o.name="LineHelper",i.add(o);const r=s.points.at(-1),a=ui(s.points),l=r.clone().add(a.clone().multiplyScalar(100)),c=r.clone().sub(a.clone().multiplyScalar(100));return o.setPoints([l,c]),t.enable(),new Promise((h,u)=>{const d=v=>{g(),h()},m=v=>{if(!(v!=null&&v.raycaster))return;const A=vn({raycaster:v.raycaster,line:new y.Line3(l,c)});A&&n.setPoints({heightPoint:A})},g=()=>{t.off("select",d),t.off("intersectionUpdate",m),t.off("disable",p),i.remove(o),t.disable()},p=()=>{g(),i.remove(n),u(new Error("Cancelled"))};t.on("select",d),t.on("intersectionUpdate",m),t.on("disable",p)})})}class sv extends Jr{constructor(t){super(t,()=>({yAxis:()=>{const e=t.points;return ui(e).normalize()},zAxis:()=>{const e=t.points;return e[0].clone().sub(e[1]).normalize()},scaleHelper:{enable:!0,positions:()=>{const e=t.points,i=e[0].clone().lerp(e[3],.5),s=e[1].clone().lerp(e[2],.5),o=e[0].clone().lerp(e[1],.5),r=e[3].clone().lerp(e[2],.5);return[{id:"left",handlePosition:i,basePosition:s},{id:"right",handlePosition:s,basePosition:i},{id:"top",handlePosition:o,basePosition:r},{id:"bottom",handlePosition:r,basePosition:o},{id:"topleft",handlePosition:e[0],basePosition:e[2]},{id:"topright",handlePosition:e[1],basePosition:e[3]},{id:"bottomleft",handlePosition:e[3],basePosition:e[1]},{id:"bottomright",handlePosition:e[2],basePosition:e[0]}]},scaleCallback:e=>{const{intersectPoint:i,scalePosition:s}=e,{id:o,basePosition:r}=s,a=i.clone().sub(r),l=t.points,c=h=>{const u=h,d=(u+2)%4,m=(u+1)%4,g=(u+3)%4,p=l[u].clone(),v=i.clone(),A=l[m].clone().sub(p),P=l[g].clone().sub(p),M=A.length(),I=P.length();if(M<1e-6||I<1e-6)return l.map(x=>x.clone());const z=A.clone().normalize(),D=P.clone().normalize(),j=v.clone().sub(p),L=j.dot(z),O=j.dot(D),b=p.clone().add(z.clone().multiplyScalar(L)),C=p.clone().add(D.clone().multiplyScalar(O)),k=p.clone().add(z.clone().multiplyScalar(L)).add(D.clone().multiplyScalar(O)),E=l.map(x=>x.clone());return E[u]=p,E[m]=b,E[g]=C,E[d]=k,E};o==="top"?t.setPoints([l[3].clone().add(a),l[2].clone().add(a),l[2],l[3]]):o==="bottom"?t.setPoints([l[0],l[1],l[1].clone().add(a),l[0].clone().add(a)]):o==="left"?t.setPoints([l[1].clone().add(a),l[1],l[2],l[2].clone().add(a)]):o==="right"?t.setPoints([l[0],l[0].clone().add(a),l[3].clone().add(a),l[3]]):o==="topleft"?t.setPoints(c(2)):o==="topright"?t.setPoints(c(3)):o==="bottomleft"?t.setPoints(c(1)):o==="bottomright"&&t.setPoints(c(0))}}}))}}class V6 extends y.BufferGeometry{constructor(e){super();f(this,"name","RectangleGeometry");f(this,"points");if(e.length!==4){console.error("Invalid number of points, it's not a rectangle");return}this.points=e.slice(0,4),this.setAttribute("position",new y.BufferAttribute(new Float32Array(this.points.flatMap(i=>i.toArray())),3)),this.setIndex(new y.BufferAttribute(new Uint16Array([0,1,2,0,2,3]),1))}}class Bu extends To{constructor(e){super(e);f(this,"name","RectangleMesh")}get color(){return this.meshFont.material.color}setPoints(e){const i=e.map(Qe).filter(He);if(i.length<3){console.error("Invalid position");return}if(e.length===3){const[s,o,r]=i,a=s.clone().add(r).sub(o);i.push(a)}this.points=i,this.geometry=new V6(i),this.planeHelperNeedUpdate=!0,this.geometryInfoNeedUpdate=!0}}class Fl extends Bu{constructor(e){const o=e!=null?e:{},{points:i}=o,s=As(o,["points"]);super();f(this,"name","RectangleWithEdgeMesh");f(this,"line",new Qs);i&&this.setPoints(i),s&&this.setStyle(s)}get style(){return N(N({},super.style),this.line.style)}get lineWidth(){return this.line.lineWidth}get lineColor(){return this.line.lineColor}setPoints(e){super.setPoints(e),this.points&&(this.line.setPoints([this.points[0],this.points[1],this.points[2],this.points[3],this.points[0]]),this.addIfNotExists(this.line))}setStyle(e){super.setStyle(e),this.line.setStyle(e)}highlight(){super.highlight(),this.line.highlight()}unhighlight(){super.unhighlight(),this.line.unhighlight()}}function ov(n,t){const e=ui(n),i=It(...n),s=t.clone().sub(i);return e.dot(s)>=0?n:n.slice().reverse()}class Ru extends Gi{constructor(e,i){super(e,i);f(this,"type","Rectangle");f(this,"rectangleMesh");f(this,"_editor");e&&(this.rectangleMesh=new Fl(N(N({},e.style),e)),this.add(this.rectangleMesh))}get editor(){return this._editor||(this._editor=new sv(this.rectangleMesh)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.rectangleMesh.points,this.rectangleMesh)),style:{color:this.rectangleMesh.color.getHex(),opacity:this.rectangleMesh.opacity,lineWidth:this.rectangleMesh.lineWidth,lineColor:this.rectangleMesh.lineColor.getHex()}})}setData(e){e.points&&this.rectangleMesh.setPoints(this.applyObjectReversalMatrixWorld(e.points.map(Qe),this.rectangleMesh)),this.rectangleMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.rectangleMesh)==null||e.highlight()}unhighlight(){var e;(e=this.rectangleMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.removeChildren();const i=new Fl(e);this.rectangleMesh=i,this.add(this.rectangleMesh),yield Nl(this.rectangleMesh,this.pointSelector,e),this.config.defaultAction&&this.editor.enable()})}}function Nl(n,t,e){var s;return((s=e==null?void 0:e.drawMethod)!=null?s:"diagonal")==="diagonal"?R6(n,t,e):F6(n,t,e)}function B6(n,t){const e=[];return n.scene.traverse(i=>{var s;if(i.visible&&!((s=t==null?void 0:t.excludes)!=null&&s.includes(i))&&(i instanceof Bu||i instanceof To)){const o=i.points.map(r=>{const a=new y.Face3(r.x,r.y,r.z,i.normal);return i.style.occlusionVisibility&&(a.IsAlwaysVisible=!0),a});e.push(...o)}}),e}function R6(n,t,e){var M;const{promise:i,reject:s,resolve:o}=Gs(),r=n.parent;if(!r)return s(new Error("No container"));const a=(M=e==null?void 0:e.limit)!=null?M:"none",l=new is(ue(N({},n.style),{dashed:!0})),c=new is(ue(N({},n.style),{dashed:!0,lengthEnable:!1})),h=new is(ue(N({},n.style),{dashed:!1,lengthEnable:!1}));r.add(l,h,c),t.enable();const u=[];let d=new y.Vector3,m=new y.Vector3;const g=new y.Plane,p=()=>{u.push(d.clone()),u.length===1?(a==="xoz"&&g.setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),u[0]),a==="none"&&g.setFromNormalAndCoplanarPoint(m,u[0])):u.length===2?a==="y"||a==="xoz"?(A(),o()):h.setPoints([u[0],u[1]]):u.length===3&&(A(),o())},v=I=>{var D,j;if(!(I!=null&&I.raycaster))return;const z=(D=u.at(-1))==null?void 0:D.clone();if(u.length===0){d=I.point.clone(),m=(j=I.face)==null?void 0:j.normal;return}if(u.length===1&&a==="y"){const O=new y.Line3(new y.Vector3(0,1,0).add(u[0]),new y.Vector3(0,-1,0).add(u[0])).closestPointToPoint(I.point,!1,new y.Vector3);n.setPoints([u[0],O,I.point]);return}if(u.length===1&&a==="xoz"){const L=new y.Line3(new y.Vector3(1,0,0).add(u[0]),new y.Vector3(-1,0,0).add(u[0])),O=I.raycaster.ray.intersectPlane(g,new y.Vector3),b=L.closestPointToPoint(O,!1,new y.Vector3);n.setPoints([u[0],b,O]);return}if(u.length===1&&a==="none"){g?(d=I.raycaster.ray.intersectPlane(g,new y.Vector3),c.setPoints([d,I.point])):d=I.point.clone(),l.setPoints([z,d]);return}if(u.length===2&&a==="none"){r.remove(l);const L=I.raycaster.ray.intersectPlane(g,new y.Vector3),O=u[0].distanceTo(u[1])/2,b=new y.Vector3().lerpVectors(u[0],u[1],.5),C=new y.Vector3().subVectors(L,b).normalize();d=new y.Vector3().addVectors(b,C.multiplyScalar(O));const k=[u[0],d,u[1]],E=ov(k,et.modules.five.camera.position);n.setPoints(E);return}},A=()=>{t.off("select",p),t.off("intersectionUpdate",v),t.off("disable",P),t.disable(),r==null||r.remove(l,h,c)},P=()=>{A(),r==null||r.remove(n),s(new Error("Cancelled"))};return t.on("select",p),t.on("intersectionUpdate",v),t.on("disable",P),i}function F6(n,t,e){var M;const{promise:i,reject:s,resolve:o}=Gs(),r=n.parent;if(!r)return s(new Error("No container"));const a=(M=e==null?void 0:e.limit)!=null?M:"none",l=new is(ue(N({},n.style),{dashed:!0})),c=new is(ue(N({},n.style),{dashed:!0,lengthEnable:!1})),h=new is(ue(N({},n.style),{dashed:!1,lengthEnable:!1}));r.add(l,h,c),t.enable(),t.setAdherePoints(B6(t.five,{excludes:[n]}));const u=[];let d=new y.Vector3,m=new y.Vector3;const g=new y.Plane,p=()=>{if(u.push(d.clone()),u.length===1)t.planeMode="onlyPlane",a==="y"&&(t.adhereLine=[new y.Line3(u[0],new y.Vector3(0,1,0).add(u[0]))]),a==="xoz"&&(g.setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),u[0]),t.plane=g),a==="none"&&(g.setFromNormalAndCoplanarPoint(m,u[0]),t.plane=g);else if(u.length===2){t.planeMode="vertical",a==="y"&&(t.adhereLine=[]);let I=!1;u[0].x===u[1].x&&u[0].z===u[1].z&&(I=!0),a==="y"&&!I&&(g.setFromCoplanarPoints(u[0],u[1],new y.Vector3(0,1,0).add(u[0])),t.plane=g),h.setPoints([u[0],u[1]])}else u.length===3&&(A(),o())},v=I=>{var D,j,L,O;if(!I||!(I!=null&&I.raycaster))return;const z=(D=u.at(-1))==null?void 0:D.clone();if(u.length===0){d=I.point.clone(),m=(j=I.face)==null?void 0:j.normal;return}if(u.length===1){d=I.point,c.setPoints([(L=I.originalPoint)!=null?L:I.point,I.point]),l.setPoints([z,d]);return}if(u.length===2){if(!t.plane){const x=ui([u[0],u[1],I.point]);g.setFromNormalAndCoplanarPoint(x,u[0])}c.setPoints([(O=I.originalPoint)!=null?O:I.point,I.point]);const b=new y.Vector3().crossVectors(u[0].clone().sub(u[1]),g.normal).normalize();d=new y.Line3(u[1].clone().add(b),u[1].clone().sub(b)).closestPointToPoint(I.point,!1,new y.Vector3);const k=[u[0],u[1],d],E=ov(k,et.modules.five.camera.position);n.setPoints(E);return}},A=()=>{t.setAdherePoints([]),t.adhereLine=[],t.adherePlane=[],t.plane=void 0,t.off("select",p),t.off("intersectionUpdate",v),t.off("disable",P),t.disable(),r==null||r.remove(l,h,c)},P=()=>{A(),r==null||r.remove(n),s(new Error("Cancelled"))};return t.on("select",p),t.on("intersectionUpdate",v),t.on("disable",P),i}class rv extends Jr{constructor(t){super(t,()=>({yAxis:()=>t.normal}))}}function av(n){return Math.max(32,Math.min(128,Math.floor(n*40)))}class lv extends yl{constructor(e){super(e);f(this,"_normal");f(this,"_center");f(this,"_radius");e!=null&&e.center&&(e!=null&&e.normal)&&(e!=null&&e.radius)&&this.setPoints(e)}get center(){return this.position.clone()}get normal(){return this._normal}set normal(e){this._normal=e}get radius(){var e,i;return(i=(e=this.meshFont.geometry)==null?void 0:e.parameters)==null?void 0:i.radius}setPoints(e){var i,s,o;if(this._center=(i=Qe(e.center))!=null?i:this._center,this._normal=((s=Qe(e.normal))!=null?s:this._normal).normalize(),this._radius=(o=e.radius)!=null?o:this._radius,He(this._radius)&&this._radius!==this.radius){const r=av(this._radius);this.geometry=new y.CircleGeometry(this._radius,r)}this._center&&this.position.copy(this._center),this._normal&&(this.lookAt(this._normal.clone().add(this._center)),this.normal=this._normal.clone()),this.needsRender=!0}}class Kr extends lv{constructor(e){const a=e!=null?e:{},{normal:i,radius:s,center:o}=a,r=As(a,["normal","radius","center"]);super(r);f(this,"edgeLine");this.edgeLine=new wi(r),this.add(this.edgeLine),i&&s&&o&&this.setPoints({normal:i,radius:s,center:o})}setPoints(...e){super.setPoints(...e);const i=this.meshFont.geometry.vertices.slice(1);this.edgeLine.setPoints(i.concat(i[0]))}setStyle(e){super.setStyle(e),this.edgeLine.setStyle(e)}highlight(){super.highlight(),this.edgeLine.highlight()}unhighlight(){super.unhighlight(),this.edgeLine.unhighlight()}}class cv extends Gi{constructor(e,i){super(e,i);f(this,"type","Circle");f(this,"circleMesh");f(this,"_editor");e&&(this.circleMesh=new Kr(N(N({},e.style),e)),this.add(this.circleMesh))}get editor(){return this._editor||(this._editor=new rv(this.circleMesh)),this._editor}get data(){return ue(N({},this.baseData),{center:ni(this.applyObjectMatrixWorld(this.circleMesh.center,this.circleMesh)),normal:ni(this.circleMesh.normal.clone().applyQuaternion(this.circleMesh.quaternion)),radius:this.circleMesh.radius,style:{color:this.circleMesh.color.getHex()}})}setData(e){this.circleMesh.setPoints({center:e.center?this.applyObjectReversalMatrixWorld(Qe(e.center),this.circleMesh):void 0,normal:e.normal?Qe(e.normal):void 0,radius:e.radius}),this.circleMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.circleMesh)==null||e.highlight()}unhighlight(){var e;(e=this.circleMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.children.forEach(s=>{s.parent===this&&this.remove(s)}),this.children.length=0;const i=new Kr(e);this.circleMesh=i,this.add(this.circleMesh),yield Gl(this.circleMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function Gl(n,t){return new Promise((e,i)=>{const s=n.parent;if(!s){i(new Error("No container"));return}const o=new Qs({dashed:!0});s.add(o),t.enable();let r,a;const l=d=>{if(d){if(!r){r={point:d.point,normal:d.face.normal};return}r&&a&&(h(),e())}},c=d=>{if(!d||!r)return;const m=new y.Plane().setFromNormalAndCoplanarPoint(r.normal,r.point);if(a=d.raycaster.ray.intersectPlane(m,new y.Vector3),a){const g=r.point.distanceTo(a);n.setPoints({center:r.point,normal:r.normal,radius:g})}},h=()=>{t.off("select",l),t.off("intersectionUpdate",c),t.off("disable",u),t.disable(),s==null||s.remove(o)},u=()=>{h(),s==null||s.remove(n,o),i(new Error("Cancelled"))};t.on("select",l),t.on("intersectionUpdate",c),t.on("disable",u)})}class Fu extends ci{constructor(e){super();f(this,"bottomCircle");f(this,"topCircle");f(this,"edgeMesh");f(this,"highlighted",!1);f(this,"params");f(this,"_topCenter");f(this,"_bottomCenter");f(this,"_radius");this.params=e,this.bottomCircle=new Kr(e),this.bottomCircle.name="bottomCircle",this.topCircle=new Kr(e),this.topCircle.name="topCircle",this.edgeMesh=new yl(e),e!=null&&e.bottomCenter&&(e!=null&&e.topCenter)&&(e!=null&&e.radius)&&this.setPoints(e),this.addIfNotExists(this.bottomCircle)}get bottomCenter(){return this.bottomCircle.center}get topCenter(){return this.topCircle.center}get normal(){return this.bottomCircle.normal}get radius(){return this.bottomCircle.radius}get color(){return this.bottomCircle.color}setPoints(e){var i,s;if(this._topCenter=(i=Qe(e.topCenter))!=null?i:this.topCenter,this._bottomCenter=(s=Qe(e.bottomCenter))!=null?s:this.bottomCenter,this._radius=He(e.radius)?e.radius:this.radius,this._topCenter&&this._bottomCenter){const o=this._topCenter.clone().sub(this._bottomCenter).normalize();this.bottomCircle.setPoints({center:this._bottomCenter,normal:o,radius:this._radius}),this.setTopCenter(this._topCenter)}this.needsRender=!0}setTopCenter(e){this.addIfNotExists(this.topCircle),this.topCircle.setPoints({center:e,normal:this.normal,radius:this.radius}),this.setEdgeMesh()}setBottomCenter(e){this.addIfNotExists(this.bottomCircle),this.bottomCircle.setPoints({center:e,normal:this.normal,radius:this.radius}),this.setEdgeMesh()}setStyle(e){this.params=N(N({},this.params),e),this.bottomCircle.setStyle(this.params),this.topCircle.setStyle(this.params)}highlight(){this.highlighted||(this.highlighted=!0,this.edgeMesh.highlight(),this.bottomCircle.highlight(),this.topCircle.highlight(),this.needsRender=!0)}unhighlight(){this.highlighted&&(this.highlighted=!1,this.edgeMesh.unhighlight(),this.bottomCircle.unhighlight(),this.topCircle.unhighlight(),this.needsRender=!0)}setEdgeMesh(){this.addIfNotExists(this.edgeMesh);const e=this.topCircle.center,i=this.bottomCircle.center;this.edgeMesh.geometry.dispose(),this.edgeMesh.geometry=new y.CylinderGeometry(this.radius,this.radius,e.distanceTo(i),av(this.radius),1,!0);const s=new y.Quaternion().setFromUnitVectors(new y.Vector3(0,1,0),this.normal.clone().normalize());this.edgeMesh.position.copy(new y.Vector3().lerpVectors(i,e,.5)),this.edgeMesh.quaternion.copy(s)}}class hv extends Jr{constructor(t){super(t,()=>{const e=()=>{const i=t.topCenter,s=t.bottomCenter,o=new y.Vector3().lerpVectors(i,s,.5);return{topCenter:i,bottomCenter:s,boxCenter:o}};return{positionFrom:"boundingBox",yAxis:()=>t.normal,scaleHelper:{enable:!0,positions:()=>{const i=e();return[{id:"top",handlePosition:i.topCenter,basePosition:i.bottomCenter},{id:"bottom",handlePosition:i.bottomCenter,basePosition:i.topCenter}]},scaleCallback:i=>{const{intersectPoint:s,scalePosition:o}=i,{id:r}=o;r==="top"?t.setTopCenter(s):r==="bottom"&&t.setBottomCenter(s)}}}})}}class uv extends Gi{constructor(e,i){super(e,i);f(this,"type","Cylinder");f(this,"cylinderMesh");f(this,"_editor");e&&(this.cylinderMesh=new Fu(N(N({},e.style),e)),this.add(this.cylinderMesh))}get editor(){return this._editor||(this._editor=new hv(this.cylinderMesh)),this._editor}get data(){return ue(N({},this.baseData),{bottomCenter:ni(this.applyObjectMatrixWorld(this.cylinderMesh.bottomCenter,this.cylinderMesh)),topCenter:ni(this.applyObjectMatrixWorld(this.cylinderMesh.topCenter,this.cylinderMesh)),radius:this.cylinderMesh.radius,style:{color:this.cylinderMesh.color.getHex()}})}setData(e){this.cylinderMesh.setPoints({bottomCenter:e.bottomCenter?this.applyObjectReversalMatrixWorld(Qe(e.bottomCenter),this.cylinderMesh):void 0,topCenter:e.topCenter?this.applyObjectReversalMatrixWorld(Qe(e.topCenter),this.cylinderMesh):void 0}),this.cylinderMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.cylinderMesh)==null||e.highlight()}unhighlight(){var e;(e=this.cylinderMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.cylinderMesh=new Fu(e),this.add(this.cylinderMesh),yield Nu(this.cylinderMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function Nu(n,t){return ie(this,null,function*(){const e=n.parent;yield Gl(n.bottomCircle,t);const i=new wi;i.name="LineHelper",e.add(i);const s=t.position.point,o=n.normal.clone().normalize(),r=s.clone().add(o.clone().multiplyScalar(100)),a=s.clone().sub(o.clone().multiplyScalar(100));return i.setPoints([r,a]),t.enable(),new Promise((l,c)=>{const h=g=>{d(),l()},u=g=>{if(!(g!=null&&g.raycaster))return;const p=vn({raycaster:g.raycaster,line:new y.Line3(r,a)}),A=new y.Plane().setFromNormalAndCoplanarPoint(n.normal,n.bottomCenter).projectPoint(p,new y.Vector3),P=p.clone().sub(A),M=n.bottomCenter.clone().add(P);p&&n.setTopCenter(M)},d=()=>{t.off("select",h),t.off("intersectionUpdate",u),t.off("disable",m),e.remove(i),t.disable()},m=()=>{d(),e.remove(n),c(new Error("Cancelled"))};t.on("select",h),t.on("intersectionUpdate",u),t.on("disable",m)})})}class dv extends Jr{constructor(t){super(t,()=>({positionFrom:()=>t.worldCenter,yAxis:()=>new y.Vector3().subVectors(t.topPosition,t.bottomPositions[0]).normalize(),zAxis:()=>new y.Vector3().subVectors(t.bottomPositions[0],t.bottomPositions[1]).normalize(),scaleHelper:{enable:!0,positions:()=>{const e=t.bottomPositions,i=t.topPosition,s=new y.Vector3().subVectors(i,e[0]),o=new y.Vector3().subVectors(e[1],e[0]),r=new y.Vector3().subVectors(e[2],e[1]),a=t.geometryInfo.center,l=a.clone().sub(s.clone().divideScalar(2)),c=a.clone().add(s.clone().divideScalar(2)),h=a.clone().sub(o.clone().divideScalar(2)),u=a.clone().add(o.clone().divideScalar(2)),d=a.clone().sub(r.clone().divideScalar(2)),m=a.clone().add(r.clone().divideScalar(2));return[{id:"top",handlePosition:c,basePosition:l},{id:"bottom",handlePosition:l,basePosition:c},{id:"left",handlePosition:h,basePosition:u},{id:"right",handlePosition:u,basePosition:h},{id:"front",handlePosition:d,basePosition:m},{id:"back",handlePosition:m,basePosition:d}]},scaleCallback:e=>{const{intersectPoint:i,scalePosition:s}=e,{id:o,basePosition:r}=s,a=t.bottomPositions,l=t.topPositions;let c=new y.Vector3().subVectors(t.topPosition,a[0]),h;if(o==="top")c=i.clone().sub(r),h=a;else if(o==="bottom"){const u=i.clone().sub(r);h=l.map(d=>d.clone().add(u)),c=void 0}else if(o==="left"){const u=i.clone().sub(r);h=[a[1].clone().add(u),a[1],a[2],a[2].clone().add(u)]}else if(o==="right"){const u=i.clone().sub(r);h=[a[0],a[0].clone().add(u),a[3].clone().add(u),a[3]]}else if(o==="front"){const u=i.clone().sub(r);h=[a[3].clone().add(u),a[2].clone().add(u),a[2],a[3]]}else if(o==="back"){const u=i.clone().sub(r);h=[a[0],a[1],a[1].clone().add(u),a[0].clone().add(u)]}t.setPoints({points:h,heightPoint:c?h[0].clone().add(c):void 0})}}}))}}class Gu extends Xs{constructor(){super(...arguments);f(this,"name","BoxMesh")}get geometryInfo(){if(this.geometryInfoNeedUpdate){this.geometryInfoNeedUpdate=!1;const e=this.bottomPositions,i=this.topPosition;if(!e||e.length<3||!i){this._geometryInfoCache=void 0;return}const s=It(...e),o=i.clone().sub(e[0]),r=s.clone().add(o.clone().divideScalar(2));this._geometryInfoCache={center:r}}return this._geometryInfoCache}}class fv extends Gi{constructor(e,i){super(e,i);f(this,"type","Box");f(this,"boxMesh");f(this,"_editor");e&&(this.boxMesh=new Gu(N(N({},e.style),e)),this.add(this.boxMesh))}get editor(){return this._editor||(this._editor=new dv(this.boxMesh)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.boxMesh.bottomPositions,this.boxMesh)),heightPoint:ni(this.applyObjectMatrixWorld(this.boxMesh.topPosition,this.boxMesh)),style:{color:this.boxMesh.color.getHex(),opacity:this.boxMesh.opacity,lineWidth:this.boxMesh.lineWidth,lineColor:this.boxMesh.lineColor.getHex()}})}setData(e){this.boxMesh.setPoints({points:e.points?this.applyObjectReversalMatrixWorld(e.points.map(Qe),this.boxMesh):void 0,heightPoint:e.heightPoint?this.applyObjectReversalMatrixWorld(Qe(e.heightPoint),this.boxMesh):void 0}),this.boxMesh.setStyle(e.style),this._editor&&this._editor.initialHelperMatrix()}highlight(){var e;(e=this.boxMesh)==null||e.highlight()}unhighlight(){var e;(e=this.boxMesh)==null||e.unhighlight()}create(e){return ie(this,null,function*(){this.removeChildren(),this.boxMesh=new Gu(e),this.add(this.boxMesh),yield Hu(this.boxMesh,this.pointSelector,e),this.config.defaultAction&&this.editor.enable()})}getWorldFacesGeometry(){if(!this.boxMesh)return[];const e=this.applyObjectMatrixWorld(this.boxMesh.bottomPositions,this.boxMesh),i=this.applyObjectMatrixWorld(this.boxMesh.topPositions,this.boxMesh);if(!e||!i||e.length!==4||i.length!==4)return[];const s=[],o=(r,a)=>{const l=new y.Triangle(a[0],a[1],a[2]).getNormal(new y.Vector3),c=It(...a);s.push({name:r,vertices:a,center:c,normal:l})};o("bottom",[e[0],e[1],e[2],e[3]]),o("top",[i[0],i[1],i[2],i[3]]);for(let r=0;r<4;r++){const a=(r+1)%4;o(`side${r}`,[e[r],e[a],i[a],i[r]])}return s}}function Hu(n,t,e){return ie(this,null,function*(){return new Promise((i,s)=>ie(this,null,function*(){const o=n.parent;if(!o){s(new Error("No container"));return}const r=new Fl(n.style);o.add(r),yield Nl(r,t,e),o.remove(r),n.setPoints({points:r.points});const a=new wi,l=ui(n.bottomPositions),c=It(...n.bottomPositions),h=c.clone().add(l.clone().multiplyScalar(100)),u=c.clone().sub(l.clone().multiplyScalar(100));a.setPoints([h,u]),o.add(a),t.enable();const d=v=>{g(),i()},m=v=>{if(!(v!=null&&v.raycaster))return;const A=vn({raycaster:v.raycaster,line:new y.Line3(h,u)});if(A){const P=A.clone().sub(c);n.setPoints({heightPoint:n.bottomPositions[0].clone().add(P)})}},g=()=>{t.off("select",d),t.off("intersectionUpdate",m),t.off("disable",p),t.disable(),o==null||o.remove(a)},p=()=>{g(),o==null||o.remove(n),s(new Error("Cancelled"))};t.on("select",d),t.on("intersectionUpdate",m),t.on("disable",p)}))})}function N6(n,t){for(let e=n.length-1;e>=0;e--)t(n[e])}class gv extends Gi{constructor(e,i){super(e,i);f(this,"type","Line");f(this,"lineMesh");f(this,"_editor");f(this,"creatingObject");e&&(this.lineMesh=new Or(N(N({},e.style),e)),this.add(this.lineMesh))}get editor(){return this._editor||(this._editor=new L6(this)),this._editor}get data(){return ue(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.lineMesh.points)),style:{lineColor:new y.Color(this.lineMesh.color).getHex(),lineWidth:this.lineMesh.lineWidth,dashed:this.lineMesh.dashed}})}setData(e){e.points&&this.lineMesh.setPoints(e.points),this.lineMesh.setStyle(e.style)}highlight(){var e;(e=this.lineMesh)==null||e.highlight()}unhighlight(){var e;(e=this.lineMesh)==null||e.unhighlight()}canUndo(){var e;(e=this.creatingObject)==null||e.canUndo()}canRedo(){var e;(e=this.creatingObject)==null||e.canRedo()}undo(){var e;(e=this.creatingObject)==null||e.undo()}redo(){var e;(e=this.creatingObject)==null||e.redo()}create(e){return ie(this,null,function*(){this.removeChildren();const i=new Or(e);this.lineMesh=i,this.add(this.lineMesh),this.creatingObject=Wu(i,this.pointSelector,e),yield this.creatingObject.finished,this.config.defaultAction&&this.editor.enable()})}}function Wu(n,t,e){var j;const i=n.parent;if(!i)return;const{promise:s,resolve:o,reject:r}=Gs(),a=(j=e==null?void 0:e.limit)!=null?j:"none",l=new wi(n.style);i.add(l);const c=new wi(ue(N({},n.style),{dashed:!0,lengthEnable:!1}));i.add(c),t.enable();const h=[];let u,d,m;const g=[],p=()=>h.length>0,v=()=>g.length>0,A=()=>{p()&&(g.push(h.pop()),n.setPoints(h),I(m),t.pointSelectorHelper.magnifier.render())},P=()=>{v()&&(h.push(g.pop()),n.setPoints(h),I(m),t.pointSelectorHelper.magnifier.render())},M=L=>{if(!L)return;g.length=0;const O=h.length===0?L.point:u.clone();h.push(O),n.setPoints(h),h.length===2&&(z(),o())},I=L=>{const O=()=>{l.setPoints([]),c.setPoints([]),t.pointSelectorHelper.magnifier.render()};if(!(h!=null&&h.length)||!L)return O();m=L;const b=h.at(-1).clone();a==="none"?(u=L.point,l.setPoints([b,u])):a==="xoz"?(t.plane=d,d=d!=null?d:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),h[0]),u=d.projectPoint(L.point,new y.Vector3),l.setPoints([b,u]),c.setPoints([u,L.point])):a==="y"&&(L.isVirtual?(u=vn({raycaster:L.raycaster,line:new y.Line3(h[0].clone(),new y.Vector3(0,1,0).add(h[0])),clampToLine:!1}),c.setPoints([])):(u=new y.Line3(h[0].clone(),new y.Vector3(0,1,0).add(h[0])).closestPointToPoint(L.point,!1,new y.Vector3),c.setPoints([u,L.point])),l.setPoints([b,u]))},z=()=>{t.off("select",M),t.off("intersectionUpdate",I),t.off("disable",D),t.plane=null,t.disable(),i==null||i.remove(l,c)},D=()=>{z(),h.length!==2&&(i==null||i.remove(n)),r(new Error("Cancelled"))};return t.on("select",M),t.on("intersectionUpdate",I),t.on("disable",D),{finished:s,canUndo:p,canRedo:v,undo:A,redo:P}}const Wo=class extends Et{constructor(e,i,s){super();f(this,"group");f(this,"theme");f(this,"config");f(this,"five");f(this,"creatingItem",null);f(this,"undo",()=>{if(this.creatingItem){this.creatingItem.undo(),this.five.needsRender=!0;return}const e=this.items.find(i=>i.selected&&i.type==="Polygon");e&&typeof e.undo=="function"&&(e.undo(),console.log("[Sculpt] 撤销操作已执行",e),this.five.needsRender=!0)});f(this,"redo",()=>{if(this.creatingItem){this.creatingItem.redo(),this.five.needsRender=!0;return}const e=this.items.find(i=>i.selected&&i.type==="Polygon");e&&typeof e.redo=="function"&&(e.redo(),this.five.needsRender=!0)});this.five=e,this.theme=i,this.config=N({magnifier:{width:190,height:190,scale:2,dragEnabled:!0}},s),this.group=new ci,this.group.name="Sculpt",this.group.__sculpt__=this,e.scene.add(this.group),Wo.modules.init(e,this.config),bt("ctrl+z, command+z",this.undo),bt("ctrl+shift+z, command+shift+z",this.redo),Wo.modules.fiveDomEvents.addEventListener(this.group,"click",({intersects:o,origDomEvent:r})=>{var l;const a=q1((l=o==null?void 0:o[0])==null?void 0:l.object,c=>c.isSculptObject);return a&&!a.editing?this.emit("click",r,a):!1}),window.__SCULPT_DEBUG__=this,window.__SCULPT_MODULES_DEBUG__=Wo.modules}get data(){return{items:this.items.map(e=>{try{return e.data}catch(i){return console.error(i),null}}).filter(He)}}get items(){return this.group.children}load(e,i){var o;this.clear();const s=(o=e==null?void 0:e.items)==null?void 0:o.map(r=>{var l;const a=ue(N({},r),{style:N(N({},(l=this.theme)==null?void 0:l[r.type.toLowerCase()]),r.style)});return r.type==="Point"?new ev(a,i):r.type==="line"?new gv(a,i):r.type==="Polyline"?new K1(a,i):r.type==="Polygon"?new tv(a,i):r.type==="Prism"?new nv(a,i):r.type==="Rectangle"?new Ru(a,i):r.type==="Circle"?new cv(a,i):r.type==="Cylinder"?new uv(a,i):r.type==="Box"?new fv(a,i):null});this.group.add(...s),this.five.needsRender=!0}getItemById(e){return this.items.find(i=>i.uuid===e)}putObject(e){var o;this.group.add(e);const i=Wo.modules.object3DHelper,s=i.addObject3DHelper(e);return(o=s==null?void 0:s.moveController)==null||o.moveByMouse(),i}createPoint(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.point,e[0]),this.createItem(ev,...e)})}createLine(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.line,e[0]),this.createItem(gv,...e)})}createline(...e){return ie(this,null,function*(){this.createLine(...e)})}createPolyline(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.polyline,e[0]),this.createItem(K1,...e)})}createPolygon(...e){return ie(this,null,function*(){var s,o,r;Object.assign((s=e[0])!=null?s:{},(o=this.theme)==null?void 0:o.polygon,e[0]);const i=(r=e[0])!=null?r:{};return i.__onSelfIntersect=a=>{const l=this.creatingItem;this.emit("polygon.experimental_self_intersect",l,a)},i.__onWillAddPoint=a=>{const l=this.creatingItem;this.emit("polygon.experimental_point_will_add",l,a)},e[0]=i,this.createItem(tv,...e)})}createPrism(...e){return ie(this,null,function*(){var s,o,r;Object.assign((s=e[0])!=null?s:{},(o=this.theme)==null?void 0:o.prism,e[0]);const i=(r=e[0])!=null?r:{};return i.__onSelfIntersect=a=>{const l=this.creatingItem;this.emit("prism.experimental_self_intersect",l,a)},i.__onWillAddPoint=a=>{const l=this.creatingItem;this.emit("prism.experimental_point_will_add",l,a)},e[0]=i,this.createItem(nv,...e)})}createRectangle(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.rectangle,e[0]),this.createItem(Ru,...e)})}createCircle(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.circle,e[0]),this.createItem(cv,...e)})}createCylinder(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.cylinder,e[0]),this.createItem(uv,...e)})}createBox(...e){return ie(this,null,function*(){var i,s;return Object.assign((i=e[0])!=null?i:{},(s=this.theme)==null?void 0:s.box,e[0]),this.createItem(fv,...e)})}canUndo(){if(this.creatingItem)return this.creatingItem.canUndo();const e=this.items.find(i=>i.selected);return e&&typeof e.canUndo=="function"?e.canUndo():!1}canRedo(){if(this.creatingItem)return this.creatingItem.canRedo();const e=this.items.find(i=>i.selected);return e&&typeof e.canRedo=="function"?e.canRedo():!1}clear(){N6(this.items,e=>e.delete()),this.five.needsRender=!0}createItem(e,...i){return ie(this,null,function*(){this.creatingItem&&(this.creatingItem.stopCreating(),this.creatingItem=null);const s=new e;this.creatingItem=s,this.group.add(s);const{promise:o,resolve:r,reject:a}=Gs();return yield s.create(...i).then((...l)=>(this.creatingItem=null,s.select({only:!0}),r(s),l)).catch(l=>{a(l),this.group.remove(s)}),o})}};let et=Wo;f(et,"modules",Z1);const G6=(n,t,e)=>{if(t&&typeof t=="object"&&("theme"in t||"config"in t)){const i=t;return new et(n,i.theme,i.config)}return new et(n,t,e)},H6=(n,t)=>new et(n,t==null?void 0:t.theme,t==null?void 0:t.config),W6=(n,t)=>{const e=new y.Box3;return n.models.find(s=>s.name===n.state.workCode).traverse(s=>{var r,a;((a=(r=s==null?void 0:s.material)==null?void 0:r[0])==null?void 0:a.floorIndex)===t&&e.expandByObject(s)}),e},U6=new Map,Q6=new Map;class X6 extends nu{constructor(e,i){super(e,i);f(this,"_floorIndex");f(this,"_floorIndexDirty",!0);f(this,"_opacity");this.state.unfolded=!0,this.loadModel()}get opacity(){var e,i;return this._opacity!==void 0?this._opacity:(i=(e=this.data)==null?void 0:e.opacity)!=null?i:1}set opacity(e){e!==this._opacity&&(this._opacity=e,this.mediaPlane&&(this.mediaPlane.opacity=e))}get floorIndex(){return(this._floorIndexDirty||this._floorIndex===void 0)&&(this._floorIndex=this.computeFloorIndex(),this._floorIndexDirty=!1),this._floorIndex}invalidateFloorIndex(){this._floorIndexDirty=!0}applyVisible(){var i,s,o,r,a,l;this.computeRenderType()==="Mesh"?(this.initialSculpt(),((s=(i=this.data.mediaData)==null?void 0:i[0])==null?void 0:s.type)==="Video"?this.renderVideoPlane():((r=(o=this.data.mediaData)==null?void 0:o[0])==null?void 0:r.type)==="Image"?this.renderImagePlane():this.renderEmptyPlane()):((a=this.tag3DContentSvelte)==null||a.svelteApp.$set({tag:this,state:this.plugin.state,temporaryState:this.plugin.temporaryState}),(l=this.tag3DContentSvelte)!=null&&l.css3DInstance&&(this.tag3DContentSvelte.css3DInstance.visible=this.visible,this.five.needsRender=!0))}set(e,i=!0){super.set(e,i),yi(this.five).then(()=>{this.tag3DContentSvelte&&(e.data?this.tag3DContentSvelte.svelteApp.$set({tag:this,state:this.plugin.state,temporaryState:this.plugin.temporaryState}):e.position&&this.loadModel())})}setData(...e){var s,o,r,a,l;super.setData(...e),this.computeRenderType()==="Mesh"?(((o=(s=this.data.mediaData)==null?void 0:s[0])==null?void 0:o.type)==="Video"?this.renderVideoPlane():((a=(r=this.data.mediaData)==null?void 0:r[0])==null?void 0:a.type)==="Image"?this.renderImagePlane():this.renderEmptyPlane(),this.mediaPlane&&(this.mediaPlane.opacity=this.opacity)):(l=this.tag3DContentSvelte)==null||l.svelteApp.$set({tag:this})}computeFloorIndex(){var a,l;const e=new Map;((l=(a=this.five.works.getWork(this.workUtil.workCode))==null?void 0:a.observers)!=null?l:[]).forEach(c=>{var u;const h=(u=c.floorIndex)!=null?u:0;if(!e.has(h)){const d=W6(this.five,h);d.isEmpty()||e.set(h,d)}});const s=It(...this.position.map(Qe)),o=[],r=[];if(e.forEach((c,h)=>{r.push({floorIndex:h,box:c}),c.containsPoint(s)&&o.push({floorIndex:h,box:c})}),o.length===1)return o[0].floorIndex;if(o.length>1){let c=1/0,h=o[0].floorIndex;return o.forEach(({floorIndex:u,box:d})=>{const m=new y.Vector3;d.getCenter(m);const g=s.distanceTo(m);g<c&&(c=g,h=u)}),h}if(r.length>0){let c=1/0,h=r[0].floorIndex;return r.forEach(({floorIndex:u,box:d})=>{const m=new y.Vector3;d.getCenter(m);const g=s.distanceTo(m);g<c&&(c=g,h=u)}),h}}loadModel(){return ie(this,null,function*(){var i,s,o,r,a,l;if(yield yi(this.five),this.computeRenderType()==="Mesh")this.initialSculpt(),((s=(i=this.data.mediaData)==null?void 0:i[0])==null?void 0:s.type)==="Video"?this.renderVideoPlane():((r=(o=this.data.mediaData)==null?void 0:o[0])==null?void 0:r.type)==="Image"?this.renderImagePlane():this.renderEmptyPlane();else{ur(this.five);const c=this.position.map(Qe);(l=(a=this.tag3DContentSvelte)==null?void 0:a.dispose)==null||l.call(a);const h=document.createElement("div");h.classList.add("tag-media-container");const u=N({mode:"front",cornerPoints:c,container:h},this.config.tag3DConfig),d=this.computeRenderType()==="BehindDom"||u.mode==="behind"?"behind":"front",m=new c0(ue(N({},u),{mode:d})),g=this.computeNormal();m.position.add(g.clone().setLength(rn.Z_FIGHTING_OFFSET)),this.plugin.group.add(m);let p;m.mode==="behind"&&this.config.clickable!==!1&&(p=this.addObjectClickHandler(this,m,A=>{this.plugin.hooks.emit("click",{event:A,target:"TagContent",tag:this})}));const v=new bu({target:h,props:{tag:this,hooks:this.plugin.hooks,state:this.plugin.state,mediaStore:this.plugin.mediaStore,temporaryState:this.plugin.temporaryState}});this.tag3DContentSvelte={svelteApp:v,domContainer:{css3DObject:m},css3DInstance:m,initialNormal:g,currentNormal:g,dispose:()=>{v.$destroy(),m.dispose(),p==null||p()}},this.five.needsRender=!0}})}initialSculpt(){if(this.rectanglePlane)return;const e=new et(this.five,void 0,{magnifier:null});e.clear(),e.group.removeFromParent();const i=Dt(),s=new Ru({id:i,type:"Rectangle",points:this.position.map(Nt),style:{color:2203620,opacity:.1,lineColor:6737907}},{defaultAction:!1});s.visible=!1,this.plugin.imagePlaneGroup.add(s),this.rectanglePlane=s,s.editor.hooks.on("objectUpdate",()=>{var o;(o=this.mediaPlane)==null||o.changePointsOrParams({cornerPoints:s.data.points.map(Nt)})}),s.editor.disable()}editorEnable(){this.rectanglePlane||this.initialSculpt(),this.rectanglePlane.visible=!0,this.rectanglePlane.editor.enable()}editorDisable(e){var s;this.rectanglePlane.visible=!1;const i=e||this.position.map(Nt);(s=this.mediaPlane)==null||s.changePointsOrParams({cornerPoints:i}),this.rectanglePlane.setData({points:i}),this.rectanglePlane.editor.disable()}renderVideoPlane(){var h,u,d;const e=this.data.mediaData[0];if(!e)return;const{url:i}=e;if(!i)return;const s=(h=this.data.objectFit)!=null?h:"contain",o=this.currentVisible,r=(()=>!!(this.mediaPlane&&!o))(),a=(()=>!!(!this.mediaPlane&&o))(),l=(()=>!!(this.mediaPlane&&(this.mediaPlane.src!==i||this.mediaPlane.objectFit!==s)))();(r||l)&&this.mediaPlane&&(this.plugin.imagePlaneGroup.remove(this.mediaPlane),this.mediaPlane.dispose(),this.mediaPlane.removeFromParent(),this.mediaPlane=void 0);const c=(()=>!!(this.mediaPlane&&this.mediaPlane.objectFit&&this.mediaPlane.objectFit!==s))();if(a||l){let m=this.position.map(Nt);this.rectanglePlane&&(m=this.rectanglePlane.data.points.map(Nt));const g=new o0(i,m,{videoCoverSrc:e.videoCoverUrl,playButton:this.data.playIcon,paused:!((u=this.data.autoplayConfig)!=null&&u.autoplayVideo),objectFit:this.data.objectFit,videoTextureMap:U6,ImageTextureMap:Q6,domEvents:this.plugin.domEvents,opacity:this.opacity});this.plugin.domEvents.addAutoBindEventListener(g,"click",v=>{var A,P;!((A=g.videoInstance)!=null&&A.paused)&&((P=g.videoInstance)==null?void 0:P.muted)===!1&&this.plugin.hooks.emit("playStateChange",{event:v,state:"playing",tag:this,mediaInstance:g.videoInstance})}),g.onVideoReady=v=>{v.addEventListener("play",A=>{this.plugin.mediaStore.set({currentMediaElement:g.videoInstance}),this.plugin.hooks.emit("playStateChange",{event:A,state:"playing",tag:this,mediaInstance:g.videoInstance})}),v.addEventListener("pause",A=>{this.plugin.hooks.emit("playStateChange",{event:A,state:"paused",tag:this,mediaInstance:g.videoInstance})}),v.addEventListener("ended",A=>{this.plugin.hooks.emit("playStateChange",{event:A,state:"paused",tag:this,mediaInstance:g.videoInstance})})};const p=v=>(this.five.on("renderFrame",v),()=>this.five.off("renderFrame",v));g.initialRenderHooks(p),this.mediaPlane=g,this.play=()=>g.play(),this.pause=()=>g.pause(),this.plugin.imagePlaneGroup.add(this.mediaPlane)}if(c){const m=this.rectanglePlane.data.points.map(Nt);(d=this.mediaPlane)==null||d.changePointsOrParams({cornerPoints:m,params:{objectFit:s}})}this.five.needsRender=!0}renderImagePlane(){var u,d;const e=this.data.mediaData[0],i=(u=this.data.objectFit)!=null?u:"contain";if(!e)return;const{url:s}=e;if(!s)return;let o=this.position.map(Nt);const r=this.currentVisible,a=(()=>!!(this.mediaPlane&&!r))(),l=(()=>!!(!this.mediaPlane&&r))(),c=(()=>!!(this.mediaPlane&&this.mediaPlane.src!==s))(),h=(()=>!!(this.mediaPlane&&this.mediaPlane.objectFit&&this.mediaPlane.objectFit!==i))();if((a||c)&&this.mediaPlane&&(this.plugin.imagePlaneGroup.remove(this.mediaPlane),this.mediaPlane.dispose(),this.mediaPlane.removeFromParent(),this.mediaPlane=void 0),(l||c)&&(this.rectanglePlane&&(o=this.rectanglePlane.data.points.map(Nt)),this.mediaPlane=new tu(s,o,{objectFit:this.data.objectFit,opacity:this.opacity}),this.getConfig().clickable!==!1&&this.plugin.domEvents.addAutoBindEventListener(this.mediaPlane,"click",m=>{this.plugin.hooks.emit("click",{tag:this,target:"TagContent",event:m.origDomEvent})},{noEmitWhenHide:!0}),this.plugin.imagePlaneGroup.add(this.mediaPlane)),h){const m=this.rectanglePlane.data.points.map(Nt);(d=this.mediaPlane)==null||d.changePointsOrParams({cornerPoints:m,params:{objectFit:i}})}this.five.needsRender=!0}renderEmptyPlane(){this.mediaPlane&&(this.plugin.imagePlaneGroup.remove(this.mediaPlane),this.mediaPlane.dispose(),this.mediaPlane.removeFromParent(),this.mediaPlane=void 0)}computeNormal(){return Yp(this.position)}}function Y6(n){Le(n,"svelte-cksy1a",".audio-tag-point.svelte-cksy1a{position:relative;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;padding:0.25rem;border-radius:100%;border:0.0625rem solid rgba(255, 255, 255, 0.6);background:linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2));box-shadow:inset 0 0 0.25rem 0 rgba(255, 255, 255, 0.3);display:flex;align-items:center;justify-content:center}")}function Z6(n){let t,e,i,s,o;return e=new Ol({props:{playing:n[0],width:24}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","audio-tag-point svelte-cksy1a")},m(r,a){Y(r,t,a),ge(e,t,null),i=!0,s||(o=[_e(t,"click",function(){$t(n[2])&&n[2].apply(this,arguments)}),_e(t,"mouseenter",function(){$t(n[3])&&n[3].apply(this,arguments)}),_e(t,"mouseleave",function(){$t(n[4])&&n[4].apply(this,arguments)})],s=!0)},p(r,a){n=r;const l={};a&1&&(l.playing=n[0]),e.$set(l)},i(r){i||(R(e.$$.fragment,r),i=!0)},o(r){Z(e.$$.fragment,r),i=!1},d(r){r&&X(t),me(e),s=!1,ht(o)}}}function q6(n){let t,e;return t=new pu({props:{url:n[1].data.audioUrl,enable:n[1].state.visible,style:"width: max-content; height: max-content;",hooksInfo:{tag:n[1]},$$slots:{default:[Z6]},$$scope:{ctx:n}}}),t.$on("play",n[5].play),t.$on("pause",n[5].pause),t.$on("error",n[5].error),t.$on("timeupdate",n[5].timeupdate),t.$on("duration",n[5].duration),t.$on("audioRef",n[5].audioRef),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,[s]){const o={};s&2&&(o.url=i[1].data.audioUrl),s&2&&(o.enable=i[1].state.visible),s&2&&(o.hooksInfo={tag:i[1]}),s&157&&(o.$$scope={dirty:s,ctx:i}),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function J6(n,t,e){let{playing:i=!1}=t,{tag:s}=t,{handlePointClick:o=()=>{}}=t,{handleMouseEnter:r=()=>{}}=t,{handleMouseLeave:a=()=>{}}=t;const l=Cn(),c={audioRef:h=>l("audioRef",h.detail),play:()=>{e(0,i=!0),l("play")},pause:()=>{e(0,i=!1),l("pause")},error:()=>{e(0,i=!1),l("pause")},timeupdate:h=>l("timeupdate",h.detail),duration:h=>l("duration",h.detail)};return n.$$set=h=>{"playing"in h&&e(0,i=h.playing),"tag"in h&&e(1,s=h.tag),"handlePointClick"in h&&e(2,o=h.handlePointClick),"handleMouseEnter"in h&&e(3,r=h.handleMouseEnter),"handleMouseLeave"in h&&e(4,a=h.handleMouseLeave)},[i,s,o,r,a,c]}class K6 extends Ce{constructor(t){super(),Pe(this,t,J6,q6,we,{playing:0,tag:1,handlePointClick:2,handleMouseEnter:3,handleMouseLeave:4},Y6)}}function $6(n){Le(n,"svelte-dorxu0",'@charset "UTF-8";.tag-point-click-helper.svelte-dorxu0.svelte-dorxu0{position:absolute;pointer-events:auto;cursor:pointer;width:141%;height:141%;left:50%;top:50%;transform:translate(-50%, -50%);z-index:1000000}.audio-tag-point-click-helper.svelte-dorxu0.svelte-dorxu0{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1}.tag-point-wrapper.svelte-dorxu0.svelte-dorxu0{pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);cursor:pointer;z-index:1040}.tag-folded-point.svelte-dorxu0.svelte-dorxu0,.tag-unfolded-point.svelte-dorxu0.svelte-dorxu0{transition:all 0.5s}.tag-point-wrapper.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{display:flex;justify-content:center;align-items:center;position:absolute;width:100%;height:100%;border-radius:50%}.tag-point-wrapper.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0: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-dorxu0 .tag-unfolded-point.svelte-dorxu0: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-dorxu0 .tag-folded-point.svelte-dorxu0{opacity:1;scale:1}.tag-point-wrapper.folded.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{opacity:0;scale:1}.tag-point-wrapper.unfolded.svelte-dorxu0 .tag-folded-point.svelte-dorxu0{opacity:0;scale:0.2}.tag-point-wrapper.unfolded.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{opacity:1;scale:1}.tag-point-wrapper.disable-unfold.svelte-dorxu0 .tag-folded-point.svelte-dorxu0{opacity:1 !important;scale:1 !important}.tag-point-wrapper.disable-unfold.svelte-dorxu0 .tag-unfolded-point.svelte-dorxu0{opacity:0 !important;scale:1 !important}')}function eS(n){let t;return{c(){t=U("div"),w(t,"class","audio-tag-point-click-helper svelte-dorxu0")},m(e,i){Y(e,t,i),n[18](t)},p:oe,d(e){e&&X(t),n[18](null)}}}function tS(n){let t,e,i;return{c(){t=U("div"),w(t,"class","tag-point-click-helper svelte-dorxu0")},m(s,o){Y(s,t,o),n[17](t),e||(i=[_e(t,"click",n[15]),_e(t,"mouseenter",n[16]),_e(t,"mouseleave",function(){$t(n[3])&&n[3].apply(this,arguments)})],e=!0)},p(s,o){n=s},d(s){s&&X(t),n[17](null),e=!1,ht(i)}}}function iS(n){let t,e;return t=new B1({props:{icon:n[8],width:n[7]}}),t.$on("iconLoaded",n[21]),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&256&&(o.icon=i[8]),s&128&&(o.width=i[7]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function nS(n){let t,e;return t=new K6({props:{tag:pt(n[1]),handlePointClick:n[19],handleMouseEnter:n[20],handleMouseLeave:n[3]}}),t.$on("audioRef",n[13].audioRef),t.$on("play",n[13].play),t.$on("pause",n[13].pause),t.$on("timeupdate",n[13].timeupdate),t.$on("duration",n[13].duration),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&2&&(o.tag=pt(i[1])),s&16&&(o.handlePointClick=i[19]),s&6&&(o.handleMouseEnter=i[20]),s&8&&(o.handleMouseLeave=i[3]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function sS(n){let t,e,i,s,o,r,a,l,c,h;function u(A,P){return A[6]?eS:tS}let d=u(n),m=d(n);i=new Fi({props:{center:!0,blurRadius:15,spreadRadius:5,opacity:.3}});const g=[nS,iS],p=[];function v(A,P){return A[6]?0:1}return l=v(n),c=p[l]=g[l](n),{c(){t=U("div"),m.c(),e=le(),pe(i.$$.fragment),s=le(),o=U("div"),r=le(),a=U("div"),c.c(),w(o,"class","tag-unfolded-point svelte-dorxu0"),_(o,"transition-delay",(n[9]?n[11]:0)+"ms"),w(a,"class","tag-folded-point svelte-dorxu0"),_(a,"transition-delay",(n[9]?n[11]:0)+"ms"),w(t,"class","tag-point-wrapper svelte-dorxu0"),Ie(t,"unfolded",n[5]),Ie(t,"folded",n[9]),Ie(t,"disable-unfold",n[1].isPopoverConfigEnabled())},m(A,P){Y(A,t,P),m.m(t,null),V(t,e),ge(i,t,null),V(t,s),V(t,o),V(t,r),V(t,a),p[l].m(a,null),h=!0},p(A,[P]){d===(d=u(A))&&m?m.p(A,P):(m.d(1),m=d(A),m&&(m.c(),m.m(t,e))),P&512&&_(o,"transition-delay",(A[9]?A[11]:0)+"ms");let M=l;l=v(A),l===M?p[l].p(A,P):(Se(),Z(p[M],1,1,()=>{p[M]=null}),xe(),c=p[l],c?c.p(A,P):(c=p[l]=g[l](A),c.c()),R(c,1),c.m(a,null)),P&512&&_(a,"transition-delay",(A[9]?A[11]:0)+"ms"),(!h||P&32)&&Ie(t,"unfolded",A[5]),(!h||P&512)&&Ie(t,"folded",A[9]),(!h||P&2)&&Ie(t,"disable-unfold",A[1].isPopoverConfigEnabled())},i(A){h||(R(i.$$.fragment,A),R(c),h=!0)},o(A){Z(i.$$.fragment,A),Z(c),h=!1},d(A){A&&X(t),m.d(),me(i),p[l].d()}}}function oS(n,t,e){var T,H;let i,s,o,r,a;const l=qi("hooks"),c=Cn();let{tag:h}=t,u,d=!1;const m=()=>{u!==void 0&&clearTimeout(u),d=!0,u=setTimeout(()=>{d=!1},800)},g=B=>{d||(h.entryFromModel&&bi(h.five.state.mode)?h.find({targetMode:"Panorama"}).then(()=>h.unfoldAndFoldOthers()):l.emit("click",{event:B,target:"TagPoint",tag:h}))},p=(()=>h.contentType==="Text"&&h.data.appearance==="plane"?500:800)();let{tagPointClickHelper:v=null}=t,{handleMouseEnter:A=()=>{}}=t,{handleMouseLeave:P=()=>{}}=t,{handleTagPointClick:M=()=>{}}=t;const I=()=>!0,z=(H=(T=h.config.popoverConfig)==null?void 0:T.beforeOpen)!=null?H:I;let{audioInstance:D=null}=t;const j={audioRef:B=>{e(14,D=B.detail),c("audioInstanceReady",D)},play:()=>c("audioPlay"),pause:()=>c("audioPause"),timeupdate:B=>c("audioTimeUpdate",B.detail),duration:B=>c("audioDuration",B.detail)},L=B=>{M(B),g(B)},O=B=>{z(h)&&A(B)};function b(B){Je[B?"unshift":"push"](()=>{v=B,e(0,v)})}function C(B){Je[B?"unshift":"push"](()=>{v=B,e(0,v)})}const k=B=>{M(B),g(B)},E=B=>{z(h)&&A(B)};function x(B){In.call(this,n,B)}return n.$$set=B=>{"tag"in B&&e(1,h=B.tag),"tagPointClickHelper"in B&&e(0,v=B.tagPointClickHelper),"handleMouseEnter"in B&&e(2,A=B.handleMouseEnter),"handleMouseLeave"in B&&e(3,P=B.handleMouseLeave),"handleTagPointClick"in B&&e(4,M=B.handleTagPointClick),"audioInstance"in B&&e(14,D=B.audioInstance)},n.$$.update=()=>{var B,J,ne,$;n.$$.dirty&2&&e(5,i=(B=h.state)==null?void 0:B.unfolded),n.$$.dirty&32&&e(9,s=!i),n.$$.dirty&2&&e(8,o=(ne=(J=h.style)==null?void 0:J.point)!=null&&ne.url?($=h.style)==null?void 0:$.point:{url:b4}),n.$$.dirty&2&&e(7,r=(()=>{var fe,ze,ae,Ee;const re=(ze=(fe=h.style)==null?void 0:fe.point)==null?void 0:ze.width;if(typeof re=="number")return re;const ee=(Ee=(ae=h.style)==null?void 0:ae.point)==null?void 0:Ee.size;if(typeof ee=="number")return ee;if(ee==="S")return 18;if(ee==="M")return 20;if(ee==="L")return 24;if(ee==="XL")return 28})()),n.$$.dirty&2&&e(6,a=h.contentType==="Audio"&&h.data.appearance==="plane")},m(),[v,h,A,P,M,i,a,r,o,s,g,p,z,j,D,L,O,b,C,k,E,x]}class rS extends Ce{constructor(t){super(),Pe(this,t,oS,sS,we,{tag:1,tagPointClickHelper:0,handleMouseEnter:2,handleMouseLeave:3,handleTagPointClick:4,audioInstance:14},$6)}get tag(){return this.$$.ctx[1]}set tag(t){this.$$set({tag:t}),Mn()}get tagPointClickHelper(){return this.$$.ctx[0]}set tagPointClickHelper(t){this.$$set({tagPointClickHelper:t}),Mn()}get handleMouseEnter(){return this.$$.ctx[2]}set handleMouseEnter(t){this.$$set({handleMouseEnter:t}),Mn()}get handleMouseLeave(){return this.$$.ctx[3]}set handleMouseLeave(t){this.$$set({handleMouseLeave:t}),Mn()}get handleTagPointClick(){return this.$$.ctx[4]}set handleTagPointClick(t){this.$$set({handleTagPointClick:t}),Mn()}get audioInstance(){return this.$$.ctx[14]}set audioInstance(t){this.$$set({audioInstance:t}),Mn()}}const aS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAHgAAAAC3G9N3AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACfklEQVRYCe2Yu2tVQRCHb1QQFQRBKzEkooJoISL+ATYW/kXBSrBKLxZaidaKhSCxs1Asg4qgRhHBB6IkKr4f3yd3vCfHezfnsTGnuD/4ZWf3zO7M7M4+biZ6vd5muBsehydg1/EdB6/3uTBR8vYg9dPQoLqILzg1A++Gc+tD6JevKR/AY/BXB3kSn+bhX5QD8MNLuAnugz87xMv4cg0uw7AAVDDKo3Ar7MJKPMWPWeiELsOoAFS8D00l98laBvEN+6fgO/gPRgWg4iL8Ct3Ya5lKl7B/Bw7FhqGtg8ariAZwYND0X6V7WNOHkVg38svgw1nED/2qyykDIRfLsmy93Falvza1nUQqhaLjZ4Q38HA0UOqQ+0LExoqy2PaDipNkGfp+r9L/PHqPVE6hSgD2fw63w51QR7wN3dw6EqVOhhylQSmL0K3S/zb6ydT5MyJ/qgagvhfcEbjRCogZjzLVFjqWRbnYJ+S3CGegAa+IOgE44DPo/RCOrEZp3r+ClVAnAAd0djy5puBqOD/HuLdgZdQNwIEfQ4/WLdB8zsUXjHUBRoohrowmAWhgAbofRI6VMD3PwSUHrIMmATi+Z7S39B6YYwV8pHlp1UbTADTkhp6GPvjarMIT+l+BjdAmAA1q/FDfsmOZCuVgUu3v0b8IvSwboW0AGvaVuDdh3YCGwXYvK1eyMdoGoGF/xW2D3tTl2U/V59G/CVvBMz0HbjDILujRWgUfUbJPa+RYAZ0w970998Mqp5I/D30gtkauAHTEH0BuyimYSp05vj+EWZAzAB1yP/jc2AFNz2Ign6ibNj4KsyGeutkGLAw0iewdIfx/jkeuz/AxxjMwnoGMM/AbzDbNM/bhiRQAAAAASUVORK5CYII=",lS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAb1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt6r1GAAAAJXRSTlMApb6gupm3s7CprZWRfoeOg4qdenZzLG9ka04KJR4EET04MBlfDzTkzgAAAMpJREFUOMvd0dsSgiAQBuA1o7KMTJRUEE+9/zOGjhmjIHvdtyizM1zAv/C3lOS8BjxZlNpbAhJ/zTig1PkCdS1RZotSgF/FDBXiAXcT8z6jyZLp5PfPGthXJCsF7GrpRgs7BvrcoAM4qexhkSl3orGVM1t5c5COEVPiQIU9UZISvXRNi6S/3pptF87S8dNl9p1lxCQIw2CsadfMnmwHzoJdbJNo5LHKto6uHlENBhVfvGJlJnpGMLLtTyg9zPj5iHLhoAmeHw9YORcf/XMbuOSlzkgAAAAASUVORK5CYII=",cS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACtUlEQVRYCcWXzUtWQRSHb1ZWL1FYIH2AkSaEBbkMsTYFQVCbdkVQ7Vr3L/RXRQURIrVopxAuBEmIwCBqkfZBz2/0yLV35oz39X4c+HnHuXPOM2c+ztWi6MZ6Q91wi/GuwLe6SPgy0NdtZzwN9LmyPaAfLZg4j9A9tB+1Ah6D8wyNC2jWdMZ3AT1Ahwxoz6bAIwCeoisoyoh22qwGfF7F7zE66vnXCe4Buo9m0UEPqnd1gSeJ9QSNKij2C7nwvYLlfxupElWKVWkwwct2ml8eorOlzt9b7cOlvmhzUPA1oinT/6+J4oUCEaWVOquCdU1UfSZQDKCM1V/rHqu4qyAcQSmzRNyDJWcbmAqkfl2Tm0jg3PjaMladvYOOb0GzmTBOlh3nZaAMdU3Ke5nbO4uXG1ekvseTAG+gqmbXKeuXAs9kPeMDLOPsUsfA2le3wMeZodcy1lK7FgMfcz3yL//khxTJPU755pZQS10+jKk4UfB6cvRmRXJeh1cDZ7yMuwf3wFZAcisTzVjOb7zozjs71QMdLsVdQq8cwJ5feQfhC9FX0Xmk76vdAPmoHdNf+vch+1zGxoQ+D4x/8Q0tIN3rU8j2LhXQTrXFTY0bsgHETJr26yNaQ+eQskkFVMaC6+mtzK7AxAimpV9EZ9AJFIMLqv7cylQCE6/4iT6gDXQBGcgm0UjGcLZthZayn0AqsQamGSZTe8YKbPaDxjukrJW94LYCte4xcftMAB083fuLSAdPcFlth2szXPznV7rn0Uk0hhpdauLvMF07HbzP6BIaRrb3fc/d3GP8K9knRs8h3XkVnT6o+poAEzdcu7c8de3sz+IdE2gKLLhMB+89mkL6L2Qb3jQYVqj3L3nqPxBNIMDbAMMKtVsHTx+c60gHr3XTnr9oK+NydvrYjHYB1iS+l2fSZrv3D/+KTyvCdHWgAAAAAElFTkSuQmCC",hS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACpklEQVRYCcWYPYwOURSGP38Rv4lEsZoVkq0oNEQjEopNFCQSlUIkJCqFUiLR0ah1SIROgWQLQSNBKUIhGwUNUZD4K/w/b3wnmZ1v7tx3xsw4ybsz994z57nn3J9lR6PRaCUa3BZD3Dw4FaDAs/8DLOYdtHVouDJeis6hbUPClwA7gjSBPWgFeop+oV5NwKIdoHEBTRc7+3iPjJXhb6TnWqTsv6EXqBcrZxwQrfthdBqti84unylwMLbwch7tjI6unjmwOKvRCXQMdXbLOeDvAGXb0Rk0o8a/WtXm0iaLjabNJskWoeVoB9IeeIlijNdm5mS8bBzyRyH0Xt5PoQ2FvkavDjhKXQ48RcdJtKs84LQdcGSs8pZNS7UPaeM1OnYOODIulro8gY10HEf2LxsHXJdxcQJraBxE+1H22DlgBf+J6jKWT1RGWR9F0+pMmQNWQK1l1Rqn4q5i4BBKlt4Bp4I7/Tp2M1WODjjWOFfqqvjq240mquWAVWqt8cTH9Dmm225T2dEB6xutcc6iMlV+gi8wF9xkVy8ApBou2Mk4xVD/x/KgA44Stl3jz0BftwHHxdB2Vz8sQ9V2Mo7v2mR8j4/nI0Dx6QRTqZV1LuPwU/wv6DaaKLEGZQ44Sv33i/TPmNwzXO6ir2lXDxyZaJJ1WWvsFhI4a00yroO+gnQDfcgSxw4OuC5jXSxz6IELDD8HLN+qm+st/VfRGzk0NQesTRM3V5Rbx0SZRrsp19rVxaDvaVxC88XONu9OxrHGjwBcR7XHxJ2EA9Zdexk9doM6fjnwc4JcRPYxcaDySYG1aa4hXQi9WBVYl4H+HJG8Z7uYSRl8k6BXUOtj4k4qwNqpZ9ET98Mu/O4TJPkP7y4AVTF0I61HKvGgJvAn9G5Q6hiW/Z9dH5P6A8K2bfEUA9VoAAAAAElFTkSuQmCC",uS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAYAAABqpJ3BAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAHgAAAAC3G9N3AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACfElEQVRYCe2XP2sVQRTFd0VsIgmpTAqx1EAStLAIpowgFmohFkEQ0+UbBEEJCpJvkE4REguVoBY2EaysLJSkSCzFQq1EMQg2z9+Jc2EyziSzb/eZJ7wLlzv37v1zzuy82aRstVr9RVGModfQGfR/kHuAfICulz5ayJzBf4oe9uNdtP4BlktlWb42TDsIKAiJs5gnltBl9jLgV31MfxHQQ0jcxsz6iV2wXgT8rRBHisAhEl+gI2HBPvkbzD0PgV/h/CgBJfEWjmOeoyKznyLQFwD/PgYiSUDJkLiOmYsV/sPYAuDvp+btSkBFkFDx6VSDDsffAF6bmJQcAkNUP0J1tbZcJ6uTr7VZPba1nxuLhblhT12ZVyDwWYkpsaLU8+04b0FX651dk5p/eBPwO67M2IiDsWAYUyNITBCfCp91yH+ZA16zs96AEiGgPzkW0SPyOyhf6D0Lge85M7IJqBkkxjELOY1r5MwBfi23PusIWTM1hsRj/IsWa9g+qwJesysRcGCXsaPoUec3ZT7SSL0rSaUjZJ15C8dYz6NNfaX1tZ1n9z9gK0lbBDQBErpapytNSyc/BPyeV2asvJ0jtN1HAyGho3QC9T9Util+TDVhXDHJZrvgVWxNta4sENDVegPtq1z8p2ALcxcCWVdmbEYtAmoIiVOYq7HmGbElwL/NyEumtH2ErKMAQEJ/ep+0WKZ9Vxe85tQm4MCuYIfRQefvZb6SoJracqB2Bxqwk7oGBUg2R1dcDen1pPZvwB/PURrHP+fHIuvVJo6O9W2UgJq638Mky34b4uxP7CvAR/81DHKz3cYJ2GSI6Gs94Pxv2E9NHRub0bO9HejtQFH8BvWooa9jGY/wAAAAAElFTkSuQmCC",dS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAeCAMAAABdem3zAAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAK3RSTlMA/Pfx6+XZ39TIwry2sJ+qpY3Ok4jNgpl8dnEGmEUfDi5hOycxmn5YGGhjcHcwqwAAAMZJREFUOMvd0e0OgiAUgGEqs9IiLdNCRQS/6v4vMGrNofJxfvfIzuZ2fugL+ls5ZYwiOPEk0ktA95vHD4Pt0/uIgr6fpCOSI7c+UfSAH4gnGtd+lVwnkgrZkSzLCnmK75QPse+XeKG0FsXRAqaWovFZIza3rU9atWmfHQ2YoWgUGkT6tl1g1GmLHiw0bYfgcrvI8xlyyqG+BwOaw3srvCjqO8zaCn/n4IvJFYdbp1C98NQDSJWiG5CxLffWIB5HUsXbFVjLqzcmgh9KFWWqZgAAAABJRU5ErkJggg==",fS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACiElEQVRYCcWYsUscQRSH74LaBE60MU2wsBALBQsbTSuEFCkCKmghYmUjdmohiIUpU6WxSZEQQrqkjZA/IEXESksREbEQBRFEOL+nOzK3O7NvvNudG/g5s29m3je/mbnz2EqlDaVer9detIEryOF2geejG2abJ9BdVDDASXQeDQyoC22hS3SDyncMZBDtInH6BC71cgFa4Cx/o6H0mXakA0U8A3xFno9oHHW5chbuGOgkoJ9ozAU0scIcA6yRdAW9Q06XBip1IWCgI+RaRa8lKaX+WPn/tgQGKM7m0BRSXdrLaBoMtJ9Ey2jATpi0q45YQ6gpMFC5QLPoZUO2Zzw8CwxQLtAikjPN29rizhjoKLAZ1IO00vpWAxRnH5B8LqWtugkZk7vVQOUCCbQPmaK6YaA6xgsGKuf4HqXPMsSxWaS3dn5lAh1kxlvPLNUN89TFOcFMfOOBhobVxWXAybnKx8ZXVDdMVMdkwEzq9hGTuOpGmf/Q7QJr81Q3JFAX5wJfauSAfnVxLvApiW9ykqtumKuOyYCr1eotE//mgEO6mnJcAX5I9j8egprUM68hnHFseoH/p/0VXZhYUqvbyDh1jBcsEOBHVJ/RnjwXWXLBApIzRz9ofkPXEgso6nGoYANJtn6b5wMTy6lb2+p0YuBX6BPx70huv68U59gmAJcbv4mO7bjVLtaxldhcvHViv+x4aDv4jF0JcS4X7wt9a+jMGlPOVluAhybwfRpLaDfpU7daHZAkCq74fy6/uTdQL+pE8tMprc6WtpqEmZJcvGk6/mU6YwVwv4AO0QlqeCNQ+hoAOl9FlA4WAPD4L19sZywg7uumFDz+CzazAJzvmHbUGvBEVKCBAa7dA6h+CDnUpjBPAAAAAElFTkSuQmCC",gS="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAYAAAAGlsrkAAAAAXNSR0IArs4c6QAAAFBlWElmTU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAHqADAAQAAAABAAAAMAAAAACmbYh+AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNi4wLjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgoZXuEHAAACXElEQVRYCcWYQSgFQRjHdyUlRU5ykCMOxMHJSXlnV4nk7OTISRw8N7koJSeKg+Ig5R3l4kBOHF8u5KD3IoVa/692XtPXzOz3Ztfu1jQz35v5ft//2++1uxNEUdQZFHC1gDlcADcg8EIR4ACp/kWbyB0eg9/Ql3KFx+Av9DW0dbS2XAJgYFJeQRv4bzgVF7+GYDgHfJH/kOU8JMVw+IP2bWg3sK2EYfiCPtPLpFgHjGNyguAyL7wkxXomLhDENtTX9ch8x0mKyW8UO59Cvwv1I/E8VScBhxqhB+MyFR5aqr+dBKxxG8NpjDYB729YmhxIwCrV3HUfDGuAexWeBKynmsMp3bOAL6M19XiVgG2K9SAGMVkFfEw3usYSsEux7rsDkznAZ9ASC08C1p1LxqNYtAS4s/AkYEmq+ZpuwOddqZeAJSptt6MEuPFJJwHbnEoCojWTpnsuAfM0moCuNe3Y0Ms3ScBpFROzywfsUqP8NR2cRLFy7uqTgqvxzRKwRI1rTR3P8KoPOEkN98nn19xA86wU24K7hNonE7jVZPSw8VS/w8epKcXKtwRsU6N8UK+vucecoPTWar0kYK7G5IzWfKIdA3hnWsBtErCuhu9X80cM9gEVv4FKwC7FlM4jAK9UBNJeArb5esYPO4BWbQtcdgnYlOozOD0E1FlAacH6/ldMtgB80I0+Y4lidY8rAGT2CSMBfwC44VNArkwkgW+x+V8+U21gKpoyVB64ok71G96H6NRHnYHkdhShjpsUOPfDl8KOmwo5YNtLVSS+m1FY+aulYAFu6rvWVyDf9wc6+wpavsNbLQAAAABJRU5ErkJggg==";function mS(n){Le(n,"svelte-16evpcg",".tag-popover-arrow-wrapper.svelte-16evpcg{position:absolute;transform-origin:center;background-position:center;background-repeat:no-repeat;background-size:100% 100%}.tag-popover-arrow-top.svelte-16evpcg{width:1rem;height:0.625rem;top:0.5rem;left:50%;transform:translateX(-50%)}.tag-popover-arrow-bottom.svelte-16evpcg{width:1rem;height:0.625rem;bottom:0.5rem;left:50%;transform:translateX(-50%)}.tag-popover-arrow-left.svelte-16evpcg{width:0.625rem;height:1rem;top:50%;left:0.5rem;transform:translateY(-50%)}.tag-popover-arrow-right.svelte-16evpcg{width:0.625rem;height:1rem;top:50%;right:0.5rem;transform:translateY(-50%)}")}function mv(n){let t,e,i;return{c(){t=U("div"),w(t,"class",e="tag-popover-arrow-wrapper tag-popover-arrow-"+n[0]+" theme-"+n[2]+" svelte-16evpcg"),w(t,"style",i=`background-image: url(${n[3]})`)},m(s,o){Y(s,t,o)},p(s,o){o&5&&e!==(e="tag-popover-arrow-wrapper tag-popover-arrow-"+s[0]+" theme-"+s[2]+" svelte-16evpcg")&&w(t,"class",e),o&8&&i!==(i=`background-image: url(${s[3]})`)&&w(t,"style",i)},d(s){s&&X(t)}}}function pS(n){let t,e=n[1]&&mv(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[1]?e?e.p(i,s):(e=mv(i),e.c(),e.m(t.parentNode,t)):e&&(e.d(1),e=null)},i:oe,o:oe,d(i){e&&e.d(i),i&&X(t)}}}function vS(n,t,e){let i,{direction:s="bottom"}=t,{show:o=!0}=t,{theme:r="dark"}=t;return n.$$set=a=>{"direction"in a&&e(0,s=a.direction),"show"in a&&e(1,o=a.show),"theme"in a&&e(2,r=a.theme)},n.$$.update=()=>{n.$$.dirty&5&&e(3,i=(()=>{switch(r){case"dark":switch(s){case"top":return lS;case"bottom":return aS;case"left":return cS;case"right":return hS}case"light":switch(s){case"top":return dS;case"bottom":return uS;case"left":return fS;case"right":return gS}}})())},[s,o,r,i]}class AS extends Ce{constructor(t){super(),Pe(this,t,vS,pS,we,{direction:0,show:1,theme:2},mS)}}function bS(n){Le(n,"svelte-1d6rvbz",".icon-container.svelte-1d6rvbz{width:3.25rem;height:3.25rem;background-color:var(--bg-color);border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:2}")}function yS(n){let t,e,i,s,o,r,a,l,c,h;return{c(){t=U("div"),e=ke("svg"),i=ke("defs"),s=ke("linearGradient"),o=ke("stop"),r=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),h=ke("path"),w(o,"stop-color",n[1]),w(o,"offset","0%"),w(r,"stop-color",n[1]),w(r,"stop-opacity",".5"),w(r,"offset","100%"),w(s,"x1","53.2804066%"),w(s,"y1","100%"),w(s,"x2","64.4764442%"),w(s,"y2","2.52981206%"),w(s,"id","video-icon-gradient-a"),w(l,"stop-color",n[1]),w(l,"offset","0%"),w(c,"stop-color",n[1]),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"x1","50%"),w(a,"y1","-5.89066117%"),w(a,"x2","60.3018289%"),w(a,"y2","32.0415872%"),w(a,"id","video-icon-gradient-b"),w(h,"d","M8.0883645,5.35 C8.27319183,5.35 8.45426937,5.40368245 8.61098984,5.50477659 L20.4341152,13.1314044 C20.6662958,13.2811749 20.8173539,13.5140616 20.8743923,13.7691613 C20.9300733,14.0181899 20.8962437,14.2885953 20.7601668,14.5243865 L8.61098984,22.4950731 C8.38014238,22.6439836 8.11267156,22.6823641 7.86680489,22.6238045 C7.62023287,22.5650769 7.39563144,22.408984 7.25097187,22.1700998 C7.15226844,22.0071054 7.1,21.8187509 7.1,21.6265526 L7.1,6.37329702 C7.1,6.09035119 7.2108925,5.83405961 7.39059316,5.64859123 C7.56916841,5.46428435 7.81578724,5.35 8.0883645,5.35 Z"),w(h,"fill","url(#video-icon-gradient-a)"),w(h,"fill-rule","nonzero"),w(h,"stroke","url(#video-icon-gradient-b)"),w(h,"stroke-width",".2"),w(e,"xmlns","http://www.w3.org/2000/svg"),w(e,"viewBox","0 0 28 28"),w(e,"width",n[0]),w(e,"height",n[0]),w(t,"class","icon-container svelte-1d6rvbz"),_(t,"--bg-color",n[2])},m(u,d){Y(u,t,d),V(t,e),V(e,i),V(i,s),V(s,o),V(s,r),V(i,a),V(a,l),V(a,c),V(e,h)},p(u,[d]){d&2&&w(o,"stop-color",u[1]),d&2&&w(r,"stop-color",u[1]),d&2&&w(l,"stop-color",u[1]),d&2&&w(c,"stop-color",u[1]),d&1&&w(e,"width",u[0]),d&1&&w(e,"height",u[0]),d&4&&_(t,"--bg-color",u[2])},i:oe,o:oe,d(u){u&&X(t)}}}function wS(n,t,e){let{size:i="28"}=t,{color:s="#ffffff"}=t,{bgColor:o="#0000004d"}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(1,s=r.color),"bgColor"in r&&e(2,o=r.bgColor)},[i,s,o]}class pv extends Ce{constructor(t){super(),Pe(this,t,wS,yS,we,{size:0,color:1,bgColor:2},bS)}}function PS(n){Le(n,"svelte-1d6rvbz",".icon-container.svelte-1d6rvbz{width:3.25rem;height:3.25rem;background-color:var(--bg-color);border-radius:100%;display:flex;align-items:center;justify-content:center;z-index:2}")}function CS(n){let t,e,i,s,o,r,a,l,c,h,u,d,m,g,p,v;return{c(){t=U("div"),e=ke("svg"),i=ke("defs"),s=ke("linearGradient"),o=ke("stop"),r=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),h=ke("linearGradient"),u=ke("stop"),d=ke("stop"),m=ke("g"),g=ke("path"),p=ke("path"),v=ke("path"),w(o,"stop-color","#FFF"),w(o,"offset","0%"),w(r,"stop-color","#FFF"),w(r,"stop-opacity",".5"),w(r,"offset","100%"),w(s,"x1","54.417371%"),w(s,"y1","106.742364%"),w(s,"x2","72.619444%"),w(s,"y2","8.15444328%"),w(s,"id","xmfpi7cnc__sgsykm5x9a"),w(l,"stop-color","#FFF"),w(l,"offset","0%"),w(c,"stop-color","#FFF"),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"x1","50%"),w(a,"y1",".73169217%"),w(a,"x2","66.0966077%"),w(a,"y2","34.1694374%"),w(a,"id","xmfpi7cnc__tjqs3iy6kb"),w(u,"stop-color","#FFF"),w(u,"offset","0%"),w(d,"stop-color","#FFF"),w(d,"stop-opacity",".5"),w(d,"offset","100%"),w(h,"x1","55.1256353%"),w(h,"y1","273.650936%"),w(h,"x2","55.1256353%"),w(h,"y2","81.7206937%"),w(h,"id","xmfpi7cnc__rs5hxavsyc"),w(g,"d","M18,5.4 L18,13.4 C18,15.3329966 13.9705627,16.9 9,16.9 C4.02943725,16.9 0,15.3329966 0,13.4 L0,5.4 C0,7.33299662 4.02943725,8.9 9,8.9 C13.8670094,8.9 17.8316983,7.39760831 17.9947813,5.52032488 L18,5.4 Z M4.9603418,4.9 C5.2193418,4.9 5.4643418,4.837 5.6883418,4.704 C6.1293418,4.445 6.4093418,3.976 6.4093418,3.444 C6.4093418,3.003 6.2203418,2.611 5.9053418,2.359 C6.1643418,2.1 6.3393418,1.729 6.3393418,1.337 C6.3393418,1.092 6.2763418,0.861 6.1573418,0.658 C5.9053418,0.245 5.4643418,0 4.9603418,0 C4.7223418,0 4.4983418,0.056 4.2953418,0.175 C3.8753418,0.413 3.6163418,0.84 3.6163418,1.337 L3.6163418,1.372 L4.3373418,1.372 L4.3373418,1.337 C4.3373418,1.022 4.6313418,0.721 4.9603418,0.721 C5.3173418,0.721 5.6113418,1.008 5.6113418,1.337 C5.6113418,1.708 5.3243418,1.995 4.9603418,1.995 L4.8203418,1.995 L4.8203418,2.723 L4.9603418,2.723 C5.3593418,2.723 5.6883418,3.045 5.6883418,3.444 C5.6883418,3.843 5.3593418,4.179 4.9603418,4.179 C4.5613418,4.179 4.2323418,3.843 4.2323418,3.444 L4.2323418,3.339 L3.5043418,3.339 L3.5043418,3.444 C3.5043418,3.71 3.5673418,3.955 3.7003418,4.172 C3.9593418,4.62 4.4283418,4.9 4.9603418,4.9 Z M8.6073418,4.9 C8.8803418,4.9 9.1253418,4.83 9.3563418,4.697 C9.8043418,4.424 10.0983418,3.934 10.0983418,3.395 C10.0983418,3.122 10.0283418,2.877 9.8953418,2.646 C9.6223418,2.198 9.1463418,1.904 8.6073418,1.904 C8.5303418,1.904 8.4743418,1.904 8.4393418,1.911 L9.3143418,0 L8.5093418,0 L7.2353418,2.793 C7.1443418,2.982 7.1023418,3.185 7.1023418,3.395 C7.1023418,3.668 7.1723418,3.92 7.3053418,4.151 C7.5783418,4.606 8.0543418,4.9 8.6073418,4.9 Z M8.6073418,4.158 C8.1803418,4.158 7.8443418,3.822 7.8443418,3.395 C7.8443418,2.975 8.1873418,2.625 8.6073418,2.625 C9.0273418,2.625 9.3773418,2.975 9.3773418,3.395 C9.3773418,3.815 9.0273418,4.158 8.6073418,4.158 Z M12.2613418,4.907 C12.7653418,4.907 13.2133418,4.634 13.4653418,4.207 C13.5913418,3.997 13.6543418,3.766 13.6543418,3.514 L13.6543418,3.514 L13.6543418,1.428 C13.6543418,0.917 13.3813418,0.448 12.9613418,0.189 C12.7443418,0.063 12.5133418,0 12.2613418,0 C11.7503418,0 11.2813418,0.273 11.0293418,0.714 C10.8963418,0.931 10.8333418,1.169 10.8333418,1.428 L10.8333418,1.428 L10.8333418,3.514 C10.8333418,4.018 11.1063418,4.466 11.5473418,4.718 C11.7643418,4.844 12.0023418,4.907 12.2613418,4.907 Z M12.2613418,4.186 C11.8903418,4.186 11.5683418,3.885 11.5683418,3.514 L11.5683418,3.514 L11.5683418,1.428 C11.5683418,1.029 11.8763418,0.735 12.2613418,0.735 C12.6323418,0.735 12.9123418,1.029 12.9123418,1.428 L12.9123418,1.428 L12.9123418,3.514 C12.9123418,3.899 12.6323418,4.186 12.2613418,4.186 Z M15.4753809,2.07333984 C15.7488184,2.07333984 15.9886458,1.97478841 16.1948633,1.77768555 C16.4010807,1.58058268 16.5041895,1.33391927 16.5041895,1.03769531 C16.5041895,0.750585938 16.4050684,0.507340495 16.2068262,0.307958984 C16.008584,0.108577474 15.7647689,0.00888671875 15.4753809,0.00888671875 C15.1928288,0.00888671875 14.9495833,0.109147135 14.7456445,0.309667969 C14.5417057,0.510188802 14.4397363,0.756282552 14.4397363,1.04794922 C14.4397363,1.32138672 14.5365788,1.56064453 14.7302637,1.76572266 C14.9239486,1.97080078 15.172321,2.07333984 15.4753809,2.07333984 Z M15.4753809,1.70078125 C15.2930892,1.70078125 15.137002,1.63583984 15.0071191,1.50595703 C14.8772363,1.37607422 14.8122949,1.22226563 14.8122949,1.04453125 C14.8122949,0.859960938 14.877806,0.703304036 15.0088281,0.574560547 C15.1398503,0.445817057 15.2953678,0.381445313 15.4753809,0.381445313 C15.6553939,0.381445313 15.8097721,0.446386719 15.9385156,0.576269531 C16.0672591,0.706152344 16.1316309,0.859960938 16.1316309,1.03769531 C16.1316309,1.22226563 16.0661198,1.37892253 15.9350977,1.50766602 C15.8040755,1.63640951 15.6508366,1.70078125 15.4753809,1.70078125 Z"),w(g,"fill","url(#xmfpi7cnc__sgsykm5x9a)"),w(g,"transform","translate(3 3.1)"),w(p,"d","M18,5.4 L18,13.4 C18,15.3329966 13.9705627,16.9 9,16.9 C4.02943725,16.9 0,15.3329966 0,13.4 L0,5.4 C0,7.33299662 4.02943725,8.9 9,8.9 C13.8670094,8.9 17.8316983,7.39760831 17.9947813,5.52032488 L18,5.4 Z M17.8,6.499 L17.7806846,6.52607583 C16.6077599,8.0452893 13.108676,9.1 9,9.1 C4.87821133,9.1 1.38089175,8.04047836 0.214303539,6.51942435 L0.2,6.5 L0.2,13.4 C0.2,15.1332693 3.96631253,16.6348245 8.69056715,16.6979358 L9,16.7 C13.8681548,16.7 17.8,15.1709491 17.8,13.4 L17.8,6.499 Z M12.2613418,0 C12.5133418,0 12.7443418,0.063 12.9613418,0.189 C13.3813418,0.448 13.6543418,0.917 13.6543418,1.428 L13.6543418,3.514 L13.6467818,3.66268 C13.6266218,3.85756 13.5661418,4.039 13.4653418,4.207 C13.2133418,4.634 12.7653418,4.907 12.2613418,4.907 C12.0023418,4.907 11.7643418,4.844 11.5473418,4.718 C11.1063418,4.466 10.8333418,4.018 10.8333418,3.514 L10.8333418,1.428 L10.8409578,1.27512 C10.8613418,1.07464 10.9229418,0.8876 11.0293418,0.714 C11.2813418,0.273 11.7503418,0 12.2613418,0 Z M9.3143418,0 L8.4393418,1.911 C8.4743418,1.904 8.5303418,1.904 8.6073418,1.904 C9.1463418,1.904 9.6223418,2.198 9.8953418,2.646 C10.0283418,2.877 10.0983418,3.122 10.0983418,3.395 C10.0983418,3.934 9.8043418,4.424 9.3563418,4.697 C9.1253418,4.83 8.8803418,4.9 8.6073418,4.9 C8.0543418,4.9 7.5783418,4.606 7.3053418,4.151 C7.1723418,3.92 7.1023418,3.668 7.1023418,3.395 C7.1023418,3.185 7.1443418,2.982 7.2353418,2.793 L8.5093418,0 L9.3143418,0 Z M4.9603418,0 C5.4643418,0 5.9053418,0.245 6.1573418,0.658 C6.2763418,0.861 6.3393418,1.092 6.3393418,1.337 C6.3393418,1.729 6.1643418,2.1 5.9053418,2.359 C6.2203418,2.611 6.4093418,3.003 6.4093418,3.444 C6.4093418,3.976 6.1293418,4.445 5.6883418,4.704 C5.4643418,4.837 5.2193418,4.9 4.9603418,4.9 C4.4283418,4.9 3.9593418,4.62 3.7003418,4.172 C3.5673418,3.955 3.5043418,3.71 3.5043418,3.444 L3.5043418,3.339 L4.2323418,3.339 L4.2323418,3.444 C4.2323418,3.843 4.5613418,4.179 4.9603418,4.179 C5.3593418,4.179 5.6883418,3.843 5.6883418,3.444 C5.6883418,3.045 5.3593418,2.723 4.9603418,2.723 L4.8203418,2.723 L4.8203418,1.995 L4.9603418,1.995 C5.3243418,1.995 5.6113418,1.708 5.6113418,1.337 C5.6113418,1.008 5.3173418,0.721 4.9603418,0.721 C4.6313418,0.721 4.3373418,1.022 4.3373418,1.337 L4.3373418,1.372 L3.6163418,1.372 L3.6163418,1.337 C3.6163418,0.84 3.8753418,0.413 4.2953418,0.175 C4.4983418,0.056 4.7223418,0 4.9603418,0 Z M12.2613418,0.2 C11.8228535,0.2 11.4197491,0.433900098 11.199862,0.818512412 C11.0880596,1.00092699 11.0333418,1.20205175 11.0333418,1.428 L11.0333418,3.514 C11.0333418,3.94076817 11.2630074,4.32517296 11.6477689,4.54504221 C11.8340054,4.65317955 12.0373271,4.707 12.2613418,4.707 C12.685768,4.707 13.0724302,4.4792625 13.2938432,4.10410085 C13.4010506,3.92542185 13.4543418,3.73002084 13.4543418,3.514 L13.4543418,1.428 C13.4543418,0.993663172 13.2236099,0.585702454 12.8609147,0.361957789 C12.673578,0.253181671 12.4771013,0.2 12.2613418,0.2 Z M4.9603418,0.2 C4.75293536,0.2 4.56476024,0.248895899 4.39394431,0.349004437 C4.11167513,0.508956972 3.91907748,0.764507622 3.84741774,1.06716925 L3.829,1.171 L4.157,1.171 L4.1635929,1.14325273 C4.24904453,0.829489942 4.53273472,0.571946496 4.86075855,0.527713496 L4.9603418,0.521 C5.42264158,0.521 5.8113418,0.89242465 5.8113418,1.337 C5.8113418,1.78012728 5.4916909,2.13625035 5.06824166,2.18841646 L5.02,2.191 L5.02,2.526 L5.06813812,2.52919506 C5.49271718,2.57829524 5.83232975,2.91371045 5.88206553,3.33657664 L5.8883418,3.444 C5.8883418,3.95419336 5.46908818,4.379 4.9603418,4.379 C4.48793444,4.379 4.09269177,4.01271264 4.03863877,3.55189651 L4.037,3.539 L3.709,3.539 L3.71100539,3.58140766 C3.72435814,3.71571552 3.75785509,3.84083114 3.8121867,3.95771875 L3.87348876,4.07189941 C4.09978468,4.46333019 4.50573915,4.7 4.9603418,4.7 C5.18808795,4.7 5.39698916,4.6443932 5.58705743,4.53154283 C5.97364119,4.30450157 6.2093418,3.89738234 6.2093418,3.444 C6.2093418,3.06849319 6.05147644,2.73203269 5.78040279,2.51517376 L5.60591531,2.37558378 L5.76392044,2.21757864 C5.99772857,1.98377051 6.1393418,1.65985061 6.1393418,1.337 C6.1393418,1.12891147 6.08649325,0.932616859 5.98661394,0.762172929 C5.77036899,0.407771483 5.39348118,0.2 4.9603418,0.2 Z M9.002,0.2 L8.638,0.2 L7.41554213,2.87976312 C7.3587619,2.9976913 7.32347683,3.1241874 7.30938306,3.25833536 L7.3023418,3.395 C7.3023418,3.62951354 7.36137928,3.8474981 7.47684038,4.04810085 C7.72111603,4.45522692 8.1383802,4.7 8.6073418,4.7 C8.83989632,4.7 9.05100342,4.64201988 9.25226776,4.52621184 C9.649754,4.28399367 9.8983418,3.85400396 9.8983418,3.395 C9.8983418,3.16244548 9.84036168,2.95133838 9.72455364,2.75007403 C9.48026964,2.34919774 9.06277079,2.104 8.6073418,2.104 L8.51445661,2.10475811 C8.49442789,2.10527049 8.48389809,2.10604952 8.47856502,2.10711614 L8.0943966,2.18394982 L8.25749731,1.82773787 L9.002,0.2 Z M12.2613418,0.535 C12.7468356,0.535 13.1123418,0.922491584 13.1123418,1.428 L13.1123418,3.514 C13.1123418,4.00744192 12.7448365,4.386 12.2613418,4.386 C11.7777279,4.386 11.3683418,3.99355405 11.3683418,3.514 L11.3683418,1.428 C11.3683418,0.922753743 11.7615956,0.535 12.2613418,0.535 Z M8.6073418,2.425 C9.13779875,2.425 9.5773418,2.86454305 9.5773418,3.395 C9.5773418,3.92471151 9.13856864,4.358 8.6073418,4.358 C8.06988485,4.358 7.6443418,3.93245695 7.6443418,3.395 C7.6443418,2.86377316 8.07763029,2.425 8.6073418,2.425 Z M12.2613418,0.735 C11.8763418,0.735 11.5683418,1.029 11.5683418,1.428 L11.5683418,3.514 L11.5761202,3.61327273 C11.6272922,3.93723967 11.9240691,4.186 12.2613418,4.186 C12.6323418,4.186 12.9123418,3.899 12.9123418,3.514 L12.9123418,1.428 L12.9055416,1.32192712 C12.8606806,0.977975207 12.5986145,0.735 12.2613418,0.735 Z M8.6073418,2.625 C8.1873418,2.625 7.8443418,2.975 7.8443418,3.395 C7.8443418,3.822 8.1803418,4.158 8.6073418,4.158 C9.0273418,4.158 9.3773418,3.815 9.3773418,3.395 C9.3773418,2.975 9.0273418,2.625 8.6073418,2.625 Z M15.4753809,0.00888671875 C15.7647689,0.00888671875 16.008584,0.108577474 16.2068262,0.307958984 C16.4050684,0.507340495 16.5041895,0.750585938 16.5041895,1.03769531 C16.5041895,1.33391927 16.4010807,1.58058268 16.1948633,1.77768555 C15.9886458,1.97478841 15.7488184,2.07333984 15.4753809,2.07333984 C15.172321,2.07333984 14.9239486,1.97080078 14.7302637,1.76572266 C14.5365788,1.56064453 14.4397363,1.32138672 14.4397363,1.04794922 C14.4397363,0.756282552 14.5417057,0.510188802 14.7456445,0.309667969 C14.9495833,0.109147135 15.1928288,0.00888671875 15.4753809,0.00888671875 Z M15.4753809,0.381445313 C15.2953678,0.381445313 15.1398503,0.445817057 15.0088281,0.574560547 C14.877806,0.703304036 14.8122949,0.859960938 14.8122949,1.04453125 C14.8122949,1.22226563 14.8772363,1.37607422 15.0071191,1.50595703 C15.137002,1.63583984 15.2930892,1.70078125 15.4753809,1.70078125 C15.6508366,1.70078125 15.8040755,1.63640951 15.9350977,1.50766602 C16.0661198,1.37892253 16.1316309,1.22226563 16.1316309,1.03769531 C16.1316309,0.859960938 16.0672591,0.706152344 15.9385156,0.576269531 C15.8097721,0.446386719 15.6553939,0.381445313 15.4753809,0.381445313 Z"),w(p,"fill","url(#xmfpi7cnc__tjqs3iy6kb)"),w(p,"transform","translate(3 3.1)"),w(v,"d","M3.00030998,2.79110119 L3.00030998,8.00889881 C1.15888197,7.36802147 0,6.43664128 0,5.4 C0,4.36335872 1.15888197,3.43197853 3.00030998,2.79110119 Z M15.0006975,2.79145187 C16.8415407,3.43231826 18,4.36354778 18,5.4 C18,6.43645222 16.8415407,7.36768174 15.0006975,8.00854813 Z"),w(v,"fill","url(#xmfpi7cnc__rs5hxavsyc)"),w(v,"transform","translate(3 3.1)"),w(m,"fill-rule","nonzero"),w(m,"fill","none"),w(e,"xmlns","http://www.w3.org/2000/svg"),w(e,"viewBox","0 0 24 24"),w(e,"width",n[0]),w(e,"height",n[0]),w(t,"class","icon-container svelte-1d6rvbz"),_(t,"--bg-color",n[1])},m(A,P){Y(A,t,P),V(t,e),V(e,i),V(i,s),V(s,o),V(s,r),V(i,a),V(a,l),V(a,c),V(i,h),V(h,u),V(h,d),V(e,m),V(m,g),V(m,p),V(m,v)},p(A,[P]){P&1&&w(e,"width",A[0]),P&1&&w(e,"height",A[0]),P&2&&_(t,"--bg-color",A[1])},i:oe,o:oe,d(A){A&&X(t)}}}function IS(n,t,e){let{size:i="28"}=t,{color:s="#ffffff"}=t,{bgColor:o="#0000004d"}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(2,s=r.color),"bgColor"in r&&e(1,o=r.bgColor)},[i,o,s]}class MS extends Ce{constructor(t){super(),Pe(this,t,IS,CS,we,{size:0,color:2,bgColor:1},PS)}}function kS(n){Le(n,"svelte-16y5k2u",".pano-tag-audio-popup-inline-player-wrapper.svelte-16y5k2u{width:100%;height:1.75rem;background-color:rgba(255, 255, 255, 0.06);border-radius:0.125rem;display:flex;align-items:center;cursor:pointer}.pano-tag-audio-popup-inline-player-icon.svelte-16y5k2u{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pano-tag-audio-popup-inline-player-progress.svelte-16y5k2u{flex-grow:1;display:flex;position:relative;height:100%;align-items:center}.pano-tag-audio-popup-inline-player-progress-bar.svelte-16y5k2u{width:0;height:100%;background:linear-gradient(to right, rgba(238, 238, 238, 0) 0, rgba(216, 216, 216, 0.3) 100%);position:absolute;top:0;left:0;z-index:0}.pano-tag-audio-popup-inline-player-elapsed-time.svelte-16y5k2u{position:absolute;z-index:1;font-weight:500;font-size:0.875rem;color:#ffffff;line-height:1.25rem;padding-left:0.25rem}")}function ES(n){let t,e,i,s,o,r,a,l,c,h,u,d;return i=new Ol({props:{playing:n[0],width:24}}),{c(){t=U("div"),e=U("div"),pe(i.$$.fragment),s=le(),o=U("div"),r=U("div"),a=le(),l=U("div"),c=Ve(n[1]),w(e,"class","pano-tag-audio-popup-inline-player-icon svelte-16y5k2u"),w(r,"class","pano-tag-audio-popup-inline-player-progress-bar svelte-16y5k2u"),_(r,"width",n[2]+"%"),w(l,"class","pano-tag-audio-popup-inline-player-elapsed-time svelte-16y5k2u"),w(o,"class","pano-tag-audio-popup-inline-player-progress svelte-16y5k2u"),w(t,"class","pano-tag-audio-popup-inline-player-wrapper svelte-16y5k2u")},m(m,g){Y(m,t,g),V(t,e),ge(i,e,null),V(t,s),V(t,o),V(o,r),V(o,a),V(o,l),V(l,c),h=!0,u||(d=_e(t,"click",jf(function(){$t(n[3])&&n[3].apply(this,arguments)})),u=!0)},p(m,[g]){n=m;const p={};g&1&&(p.playing=n[0]),i.$set(p),(!h||g&4)&&_(r,"width",n[2]+"%"),(!h||g&2)&&Ne(c,n[1])},i(m){h||(R(i.$$.fragment,m),h=!0)},o(m){Z(i.$$.fragment,m),h=!1},d(m){m&&X(t),me(i),u=!1,d()}}}function SS(n,t,e){let{playing:i=!1}=t,{elapsedTime:s="00:00"}=t,{progress:o=0}=t,{onClick:r=()=>{}}=t;return n.$$set=a=>{"playing"in a&&e(0,i=a.playing),"elapsedTime"in a&&e(1,s=a.elapsedTime),"progress"in a&&e(2,o=a.progress),"onClick"in a&&e(3,r=a.onClick)},[i,s,o,r]}class xS extends Ce{constructor(t){super(),Pe(this,t,SS,ES,we,{playing:0,elapsedTime:1,progress:2,onClick:3},kS)}}function DS(n){Le(n,"svelte-817q8q",'@charset "UTF-8";.tag-popup.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;pointer-events:auto;padding:0.625rem 0.625rem 0.625rem 1.125rem;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;transform-origin:center}.tag-popup-top.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-50%, -100%);left:50%}.tag-popup-bottom.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-50%, 0);left:50%}.tag-popup-left.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-100%, -50%);top:50%}.tag-popup-right.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(0, -50%);top:50%}.tag-popup-top-left.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(calc(2.625rem - 100%), -100%)}.tag-popup-top-right.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-2.625rem, -100%)}.tag-popup-bottom-left.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(calc(2.625rem - 100%), 0)}.tag-popup-bottom-right.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-2.625rem, 0)}.tag-popup-left-top.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-100%, -2.625rem)}.tag-popup-left-bottom.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(-100%, calc(2.625rem - 100%))}.tag-popup-right-top.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(0, -2.625rem)}.tag-popup-right-bottom.svelte-817q8q.svelte-817q8q.svelte-817q8q{transform:translate(0, calc(2.625rem - 100%))}.tag-popup-content.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:relative;pointer-events:auto;cursor:pointer;padding:1.25rem;border-radius:0.375rem;max-width:17.5rem;width:17.5rem;background:rgba(0, 0, 0, 0.7490196078)}.tag-popup-top.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-top-left.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-top-right.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0.03125rem 0 0 0 rgba(255, 255, 255, 0.3), -0.03125rem 0 0 0 rgba(255, 255, 255, 0.3)}.tag-popup-bottom.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-bottom-left.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-bottom-right.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0.03125rem 0 0 0 rgba(255, 255, 255, 0.3), -0.03125rem 0 0 0 rgba(255, 255, 255, 0.3)}.tag-popup-left.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-left-top.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-left-bottom.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0 0.03125rem 0 0 rgba(255, 255, 255, 0.3), 0 -0.03125rem 0 0 rgba(255, 255, 255, 0.3)}.tag-popup-right.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-right-top.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q,.tag-popup-right-bottom.svelte-817q8q .tag-popup-content.svelte-817q8q.svelte-817q8q{box-shadow:0 0.03125rem 0 0 rgba(255, 255, 255, 0.3), 0 -0.03125rem 0 0 rgba(255, 255, 255, 0.3)}.light.svelte-817q8q.svelte-817q8q.svelte-817q8q{background:#ffffff}.tag-popup-title.svelte-817q8q.svelte-817q8q.svelte-817q8q{margin:0;font-size:1rem;font-weight:600;line-height:1.375rem;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#ffffff}.light.svelte-817q8q .tag-popup-title.svelte-817q8q.svelte-817q8q{color:rgba(0, 0, 0, 0.8509803922)}.tag-popup-description.svelte-817q8q.svelte-817q8q.svelte-817q8q{margin:0;font-size:0.875rem;font-weight:400;color:#ffffff;line-height:1.25rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:5rem;overflow:hidden;word-wrap:break-word;word-break:break-word;text-overflow:ellipsis;white-space:pre-wrap}.light.svelte-817q8q .tag-popup-description.svelte-817q8q.svelte-817q8q{color:rgba(0, 0, 0, 0.8509803922)}.tag-popup-tags.svelte-817q8q.svelte-817q8q.svelte-817q8q{display:flex;align-items:center;margin:0;margin-bottom:0}.tag-popup-tags.svelte-817q8q .tag-popup-tag.svelte-817q8q+.tag-popup-tag.svelte-817q8q{margin-left:0.25rem}.tag-popup-tag.svelte-817q8q.svelte-817q8q.svelte-817q8q{padding:0.125rem 0.25rem;display:flex;align-items:center;justify-content:center;border-radius:0.25rem;font-size:0.75rem;line-height:1.125rem;letter-spacing:0;border-radius:0.125rem;max-width:7.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-popup-tag-primary.svelte-817q8q.svelte-817q8q.svelte-817q8q{color:#ffffff;background-image:linear-gradient(90deg, #ead09a 0%, #e0cca3 100%)}.light.svelte-817q8q .tag-popup-tag-primary.svelte-817q8q.svelte-817q8q{color:#946700;background-image:linear-gradient(90deg, #ead09a 0%, #e0cca3 100%)}.tag-popup-tag-secondary.svelte-817q8q.svelte-817q8q.svelte-817q8q{color:#ffffff;background:rgba(255, 255, 255, 0.1490196078)}.light.svelte-817q8q .tag-popup-tag-secondary.svelte-817q8q.svelte-817q8q{color:rgba(0, 0, 0, 0.5019607843);background:rgba(0, 0, 0, 0.0588235294)}.tag-popup-price.svelte-817q8q.svelte-817q8q.svelte-817q8q{font-family:DINAlternate-Bold;font-weight:700;font-size:1.25rem;color:#ae7900;letter-spacing:0;text-align:center;display:flex;justify-content:flex-start;align-items:center;width:100%;margin:0}.tag-popup-media.svelte-817q8q.svelte-817q8q.svelte-817q8q{width:15rem;height:10rem;margin:0 auto;overflow:hidden;border-radius:0.25rem;display:flex;align-items:center;justify-content:center;position:relative}.tag-popup-media.svelte-817q8q img.svelte-817q8q.svelte-817q8q{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tag-popup-media-type.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.tag-popup-media-index.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;right:0.375rem;bottom:0.375rem;padding:0.0625rem 0.25rem;background:rgba(0, 0, 0, 0.5);border-radius:0.125rem;font-weight:bold;font-size:0.75rem;color:#ffffff;letter-spacing:0;line-height:1.125rem}.iframe-overlay.svelte-817q8q.svelte-817q8q.svelte-817q8q{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:10}.tag-popup-content.svelte-817q8q>.svelte-817q8q+.svelte-817q8q{margin-top:0.5rem}.tag-popup-content.svelte-817q8q>.svelte-817q8q.svelte-817q8q:first-child{margin-top:0 !important}')}const LS=n=>({}),vv=n=>({}),TS=n=>({}),Av=n=>({});function bv(n,t,e){const i=n.slice();return i[2]=t[e],i}function yv(n,t,e){const i=n.slice();return i[2]=t[e],i}function wv(n){let t,e;return{c(){t=U("h3"),e=Ve(n[5]),w(t,"class","tag-popup-title svelte-817q8q")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&32&&Ne(e,i[5])},d(i){i&&X(t)}}}function Pv(n){let t,e,i=n[4],s=[];for(let a=0;a<i.length;a+=1)s[a]=Cv(yv(n,i,a));let o=n[13],r=[];for(let a=0;a<o.length;a+=1)r[a]=Iv(bv(n,o,a));return{c(){t=U("div");for(let a=0;a<s.length;a+=1)s[a].c();e=le();for(let a=0;a<r.length;a+=1)r[a].c();w(t,"class","tag-popup-tags svelte-817q8q")},m(a,l){Y(a,t,l);for(let c=0;c<s.length;c+=1)s[c]&&s[c].m(t,null);V(t,e);for(let c=0;c<r.length;c+=1)r[c]&&r[c].m(t,null)},p(a,l){if(l[0]&16){i=a[4];let c;for(c=0;c<i.length;c+=1){const h=yv(a,i,c);s[c]?s[c].p(h,l):(s[c]=Cv(h),s[c].c(),s[c].m(t,e))}for(;c<s.length;c+=1)s[c].d(1);s.length=i.length}if(l[0]&8192){o=a[13];let c;for(c=0;c<o.length;c+=1){const h=bv(a,o,c);r[c]?r[c].p(h,l):(r[c]=Iv(h),r[c].c(),r[c].m(t,null))}for(;c<r.length;c+=1)r[c].d(1);r.length=o.length}},d(a){a&&X(t),Pi(s,a),Pi(r,a)}}}function Cv(n){let t,e=n[2]+"",i;return{c(){t=U("div"),i=Ve(e),w(t,"class","tag-popup-tag tag-popup-tag-primary svelte-817q8q")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o[0]&16&&e!==(e=s[2]+"")&&Ne(i,e)},d(s){s&&X(t)}}}function Iv(n){let t,e=n[2]+"",i;return{c(){t=U("div"),i=Ve(e),w(t,"class","tag-popup-tag tag-popup-tag-secondary svelte-817q8q")},m(s,o){Y(s,t,o),V(t,i)},p(s,o){o[0]&8192&&e!==(e=s[2]+"")&&Ne(i,e)},d(s){s&&X(t)}}}function zS(n){let t,e,i,s,o,r,a,l;r=new pv({});let c=n[15]>1&&Mv(n);return{c(){t=U("div"),e=U("video"),s=le(),o=U("div"),pe(r.$$.fragment),a=le(),c&&c.c(),ut(e.src,i=n[2].data.mediaData[0].url)||w(e,"src",i),w(e,"class","tag-popup-video-fallback"),e.controls=!1,e.autoplay=!1,e.muted=!0,e.loop=!0,w(e,"preload","metadata"),w(e,"disablepictureinpicture",""),e.playsInline=!0,_(e,"width","100%"),_(e,"height","100%"),_(e,"object-fit","cover"),w(o,"class","tag-popup-media-type svelte-817q8q"),w(t,"class","tag-popup-media svelte-817q8q")},m(h,u){Y(h,t,u),V(t,e),V(t,s),V(t,o),ge(r,o,null),V(t,a),c&&c.m(t,null),l=!0},p(h,u){(!l||u[0]&4&&!ut(e.src,i=h[2].data.mediaData[0].url))&&w(e,"src",i),h[15]>1?c?c.p(h,u):(c=Mv(h),c.c(),c.m(t,null)):c&&(c.d(1),c=null)},i(h){l||(R(r.$$.fragment,h),l=!0)},o(h){Z(r.$$.fragment,h),l=!1},d(h){h&&X(t),me(r),c&&c.d()}}}function OS(n){let t,e,i,s,o,r,a,l,c;const h=[VS,_S],u=[];function d(g,p){return g[7]?0:g[18]?1:-1}~(r=d(n))&&(a=u[r]=h[r](n));let m=n[15]>1&&kv(n);return{c(){t=U("div"),e=U("img"),o=le(),a&&a.c(),l=le(),m&&m.c(),ut(e.src,i=n[19])||w(e,"src",i),w(e,"alt",s=n[5]||""),w(e,"draggable","false"),w(e,"class","svelte-817q8q"),w(t,"class","tag-popup-media svelte-817q8q")},m(g,p){Y(g,t,p),V(t,e),V(t,o),~r&&u[r].m(t,null),V(t,l),m&&m.m(t,null),c=!0},p(g,p){(!c||p[0]&524288&&!ut(e.src,i=g[19]))&&w(e,"src",i),(!c||p[0]&32&&s!==(s=g[5]||""))&&w(e,"alt",s);let v=r;r=d(g),r!==v&&(a&&(Se(),Z(u[v],1,1,()=>{u[v]=null}),xe()),~r?(a=u[r],a||(a=u[r]=h[r](g),a.c()),R(a,1),a.m(t,l)):a=null),g[15]>1?m?m.p(g,p):(m=kv(g),m.c(),m.m(t,null)):m&&(m.d(1),m=null)},i(g){c||(R(a),c=!0)},o(g){Z(a),c=!1},d(g){g&&X(t),~r&&u[r].d(),m&&m.d()}}}function jS(n){let t,e,i,s,o,r,a=n[15]>1&&Ev(n);return{c(){t=U("div"),e=U("iframe"),s=le(),o=U("div"),r=le(),a&&a.c(),w(e,"title",n[16]),ut(e.src,i=n[17])||w(e,"src",i),w(e,"class","tag-popup-video-iframe"),w(e,"frameborder","0"),w(e,"allow","accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"),w(e,"referrerpolicy","strict-origin-when-cross-origin"),e.allowFullscreen=!0,_(e,"width","100%"),_(e,"height","100%"),_(e,"position","absolute"),_(e,"top","0"),_(e,"left","0"),w(o,"class","iframe-overlay svelte-817q8q"),w(t,"class","tag-popup-media svelte-817q8q")},m(l,c){Y(l,t,c),V(t,e),V(t,s),V(t,o),V(t,r),a&&a.m(t,null)},p(l,c){c[0]&65536&&w(e,"title",l[16]),c[0]&131072&&!ut(e.src,i=l[17])&&w(e,"src",i),l[15]>1?a?a.p(l,c):(a=Ev(l),a.c(),a.m(t,null)):a&&(a.d(1),a=null)},i:oe,o:oe,d(l){l&&X(t),a&&a.d()}}}function Mv(n){let t,e,i,s;return{c(){t=U("div"),e=Ve(n[14]),i=Ve("/"),s=Ve(n[15]),w(t,"class","tag-popup-media-index svelte-817q8q")},m(o,r){Y(o,t,r),V(t,e),V(t,i),V(t,s)},p(o,r){r[0]&16384&&Ne(e,o[14]),r[0]&32768&&Ne(s,o[15])},d(o){o&&X(t)}}}function _S(n){let t,e,i;return e=new MS({}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popup-media-type svelte-817q8q")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function VS(n){let t,e,i;return e=new pv({}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popup-media-type svelte-817q8q")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function kv(n){let t,e,i,s;return{c(){t=U("div"),e=Ve(n[14]),i=Ve("/"),s=Ve(n[15]),w(t,"class","tag-popup-media-index svelte-817q8q")},m(o,r){Y(o,t,r),V(t,e),V(t,i),V(t,s)},p(o,r){r[0]&16384&&Ne(e,o[14]),r[0]&32768&&Ne(s,o[15])},d(o){o&&X(t)}}}function Ev(n){let t,e,i,s;return{c(){t=U("div"),e=Ve(n[14]),i=Ve("/"),s=Ve(n[15]),w(t,"class","tag-popup-media-index svelte-817q8q")},m(o,r){Y(o,t,r),V(t,e),V(t,i),V(t,s)},p(o,r){r[0]&16384&&Ne(e,o[14]),r[0]&32768&&Ne(s,o[15])},d(o){o&&X(t)}}}function Sv(n){let t,e;return{c(){t=U("div"),e=Ve(n[20]),w(t,"class","tag-popup-description svelte-817q8q")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&1048576&&Ne(e,i[20])},d(i){i&&X(t)}}}function xv(n){let t,e,i;return e=new xS({props:{playing:n[1],progress:n[9],elapsedTime:n[10],onClick:n[22]}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popup-audio-player-wrapper svelte-817q8q")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},p(s,o){const r={};o[0]&2&&(r.playing=s[1]),o[0]&512&&(r.progress=s[9]),o[0]&1024&&(r.elapsedTime=s[10]),e.$set(r)},i(s){i||(R(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),me(e)}}}function Dv(n){let t,e,i,s,o=n[11]&&Lv(n);return{c(){t=U("div"),o&&o.c(),e=le(),i=U("span"),s=Ve(n[12]),w(i,"class","tag-popup-price-value"),w(t,"class","tag-popup-price svelte-817q8q")},m(r,a){Y(r,t,a),o&&o.m(t,null),V(t,e),V(t,i),V(i,s)},p(r,a){r[11]?o?o.p(r,a):(o=Lv(r),o.c(),o.m(t,e)):o&&(o.d(1),o=null),a[0]&4096&&Ne(s,r[12])},d(r){r&&X(t),o&&o.d()}}}function Lv(n){let t,e;return{c(){t=U("span"),e=Ve(n[11]),w(t,"class","tag-popup-price-unit")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s[0]&2048&&Ne(e,i[11])},d(i){i&&X(t)}}}function BS(n){let t,e,i,s,o,r,a,l,c,h,u,d,m,g,p=n[5]&&wv(n),v=n[3]&&(n[4].length>0||n[13].length>0)&&Pv(n);const A=[jS,OS,zS],P=[];function M(C,k){var E;return C[6]&&C[17]?0:C[19]?1:C[7]&&C[2].data.mediaData&&((E=C[2].data.mediaData[0])!=null&&E.url)?2:-1}~(o=M(n))&&(r=P[o]=A[o](n));let I=n[20]&&Sv(n),z=n[8]&&xv(n),D=n[12]&&Dv(n);const j=n[38].toolbar,L=Gn(j,n,n[37],Av),O=n[38].arrow,b=Gn(O,n,n[37],vv);return{c(){t=U("div"),e=U("div"),p&&p.c(),i=le(),v&&v.c(),s=le(),r&&r.c(),a=le(),I&&I.c(),l=le(),z&&z.c(),c=le(),D&&D.c(),h=le(),L&&L.c(),u=le(),b&&b.c(),w(e,"class",d="tag-popup-content "+n[21]+" svelte-817q8q"),w(t,"class",m="tag-popup tag-popup-"+n[0]+" svelte-817q8q")},m(C,k){Y(C,t,k),V(t,e),p&&p.m(e,null),V(e,i),v&&v.m(e,null),V(e,s),~o&&P[o].m(e,null),V(e,a),I&&I.m(e,null),V(e,l),z&&z.m(e,null),V(e,c),D&&D.m(e,null),V(e,h),L&&L.m(e,null),V(e,u),b&&b.m(e,null),g=!0},p(C,k){C[5]?p?p.p(C,k):(p=wv(C),p.c(),p.m(e,i)):p&&(p.d(1),p=null),C[3]&&(C[4].length>0||C[13].length>0)?v?v.p(C,k):(v=Pv(C),v.c(),v.m(e,s)):v&&(v.d(1),v=null);let E=o;o=M(C),o===E?~o&&P[o].p(C,k):(r&&(Se(),Z(P[E],1,1,()=>{P[E]=null}),xe()),~o?(r=P[o],r?r.p(C,k):(r=P[o]=A[o](C),r.c()),R(r,1),r.m(e,a)):r=null),C[20]?I?I.p(C,k):(I=Sv(C),I.c(),I.m(e,l)):I&&(I.d(1),I=null),C[8]?z?(z.p(C,k),k[0]&256&&R(z,1)):(z=xv(C),z.c(),R(z,1),z.m(e,c)):z&&(Se(),Z(z,1,1,()=>{z=null}),xe()),C[12]?D?D.p(C,k):(D=Dv(C),D.c(),D.m(e,h)):D&&(D.d(1),D=null),L&&L.p&&(!g||k[1]&64)&&Wn(L,j,C,C[37],g?Hn(j,C[37],k,TS):Un(C[37]),Av),b&&b.p&&(!g||k[1]&64)&&Wn(b,O,C,C[37],g?Hn(O,C[37],k,LS):Un(C[37]),vv),(!g||k[0]&2097152&&d!==(d="tag-popup-content "+C[21]+" svelte-817q8q"))&&w(e,"class",d),(!g||k[0]&1&&m!==(m="tag-popup tag-popup-"+C[0]+" svelte-817q8q"))&&w(t,"class",m)},i(C){g||(R(r),R(z),R(L,C),R(b,C),g=!0)},o(C){Z(r),Z(z),Z(L,C),Z(b,C),g=!1},d(C){C&&X(t),p&&p.d(),v&&v.d(),~o&&P[o].d(),I&&I.d(),z&&z.d(),D&&D.d(),L&&L.d(C),b&&b.d(C)}}}function RS(n){const t=Math.floor(n/60),e=Math.floor(n%60);return`${t.toString().padStart(2,"0")}:${e.toString().padStart(2,"0")}`}function FS(n,t,e){let i,s,o,r,a,l,c,h,u,d,m,g,p,v,A,P,M,I,z,D,j,L,O,b,C,k,{$$slots:E={},$$scope:x}=t,{tag:T}=t,{config:H={}}=t,{theme:B=void 0}=t,{placement:J="right-top"}=t,{audioInstance:ne=null}=t,{audioPlaying:$=!1}=t,{audioCurrentTime:re=0}=t,{audioDuration:ee=0}=t,fe=0,ze="00:00",ae=null,Ee=0,de=0;function ce(){return ee>0?re/ee*100:0}function De(){if(!$||ee<=0){ae=null;return}const Fe=(Date.now()-Ee)/1e3,Ae=re+Fe,je=Math.min(Ae/ee*100,100)-de;Math.abs(je)>.05&&(de+=je*.2),ae=requestAnimationFrame(De)}function te(){if(!s)return;const be=ce();ee>0?($||(de=be),e(9,fe=de),e(10,ze=RS(de/100*ee)),Ee=Date.now()):(de=0,e(9,fe=0),e(10,ze="00:00"))}function Te(){$&&ee>0?ae||De():ae&&(cancelAnimationFrame(ae),ae=null)}function Be(){ne&&(ne.paused?ne.play():ne.pause())}return Qt(()=>{ae&&(cancelAnimationFrame(ae),ae=null)}),n.$$set=be=>{"tag"in be&&e(2,T=be.tag),"config"in be&&e(23,H=be.config),"theme"in be&&e(24,B=be.theme),"placement"in be&&e(0,J=be.placement),"audioInstance"in be&&e(25,ne=be.audioInstance),"audioPlaying"in be&&e(1,$=be.audioPlaying),"audioCurrentTime"in be&&e(26,re=be.audioCurrentTime),"audioDuration"in be&&e(27,ee=be.audioDuration),"$$scope"in be&&e(37,x=be.$$scope)},n.$$.update=()=>{var be,Fe,Ae,Me,je,Ze;n.$$.dirty[0]&4&&e(3,i=T.contentType==="Marketing"),n.$$.dirty[0]&4&&e(8,s=T.contentType==="Audio"),n.$$.dirty[0]&8&&e(36,o=i?"light":"dark"),n.$$.dirty[0]&16777220|n.$$.dirty[1]&32&&e(21,r=T.data.theme!==void 0&&T.data.theme!==null?T.data.theme:B!=null?B:o),n.$$.dirty[0]&4&&e(35,a=T.data.title||T.data.name||""),n.$$.dirty[0]&4&&e(34,l=T.data.description||T.data.tooltip||""),n.$$.dirty[1]&16&&e(5,c=a||""),n.$$.dirty[1]&8&&e(20,h=l||""),n.$$.dirty[0]&201326594&&te(),n.$$.dirty[0]&134217730&&Te(),n.$$.dirty[0]&268&&e(33,u=(()=>{var qe,rt,tt,it,at,dt,Rt,an,Xt,mi,ki;if(s||i)return null;if(T.data.mediaData&&T.data.mediaData.length>0){const ft=T.data.mediaData[0];if(ft.type==="Video"){if(ft.videoCoverUrl)return ft.videoCoverUrl;if(ft.url){const Yt=ft.url.toLowerCase();if(Zh(Yt)){const Zt=Kp(Yt);if(Zt)return`https://img.youtube.com/vi/${Zt}/hqdefault.jpg`}if(qh(Yt)){const Zt=$p(Yt);if(Zt)return`https://vumbnail.com/${Zt}.jpg`}return}}if(T.contentType==="Panorama")return(ki=(Rt=(tt=(rt=(qe=T.data.mediaData)==null?void 0:qe[0])==null?void 0:rt.cube)==null?void 0:tt.front)!=null?Rt:(dt=(at=(it=T.data.mediaData)==null?void 0:it[0])==null?void 0:at.thumbnail)==null?void 0:dt.split("?")[0])!=null?ki:(mi=(Xt=(an=T.data.mediaData)==null?void 0:an[0])==null?void 0:Xt.url)==null?void 0:mi.split("?")[0];if(ft.url||ft.thumbnail)return ft.url||ft.thumbnail}return T.data.imageUrl})()),n.$$.dirty[0]&8388612|n.$$.dirty[1]&4&&e(19,d=H!=null&&H.imageURLTransform&&(u!=null&&u.includes("realsee-cdn")||u!=null&&u.includes("ljcdn.com"))?H.imageURLTransform(u,{width:280,height:280}):u||T.data.mediaUrl||""),n.$$.dirty[0]&4&&e(7,m=T.contentType==="Video"||T.data.mediaType==="video"),n.$$.dirty[0]&4&&e(18,g=T.contentType==="Panorama"||T.data.mediaType==="panorama"),n.$$.dirty[0]&132&&e(32,p=m&&T.data.mediaData&&((be=T.data.mediaData[0])==null?void 0:be.url)&&Zh(T.data.mediaData[0].url)),n.$$.dirty[0]&132&&e(31,v=m&&T.data.mediaData&&((Fe=T.data.mediaData[0])==null?void 0:Fe.url)&&qh(T.data.mediaData[0].url)),n.$$.dirty[1]&3&&e(6,A=p||v),n.$$.dirty[0]&68&&e(17,P=A&&T.data.mediaData&&((Ae=T.data.mediaData[0])!=null&&Ae.url)?M8(T.data.mediaData[0].url,{autoplay:0}):""),n.$$.dirty[0]&32|n.$$.dirty[1]&3&&e(16,M=p?"YouTube video player":v?"Vimeo video player":c),n.$$.dirty[0]&4&&e(15,I=((Me=T.data.mediaData)==null?void 0:Me.length)||0),n.$$.dirty[0]&12&&e(30,D=i?T.data.brandTags||[]:[]),n.$$.dirty[0]&12&&e(29,j=i?T.data.tags||[]:[]),n.$$.dirty[0]&1073741824&&e(4,L=D.filter(Boolean).slice(0,2)),n.$$.dirty[0]&16&&e(28,O=Math.max(0,2-L.length)),n.$$.dirty[0]&805306368&&e(13,b=O>0?j.filter(Boolean).slice(0,O):[]),n.$$.dirty[0]&12&&e(12,C=i&&((je=T.data.price)==null?void 0:je.value)||""),n.$$.dirty[0]&12&&e(11,k=i&&((Ze=T.data.price)==null?void 0:Ze.unit)||"")},e(14,z=1),[J,$,T,i,L,c,A,m,s,fe,ze,k,C,b,z,I,M,P,g,d,h,r,Be,H,B,ne,re,ee,O,j,D,v,p,u,l,a,o,x,E]}class NS extends Ce{constructor(t){super(),Pe(this,t,FS,BS,we,{tag:2,config:23,theme:24,placement:0,audioInstance:25,audioPlaying:1,audioCurrentTime:26,audioDuration:27},DS,[-1,-1])}}function GS(n){let t,e,i,s,o,r,a,l,c,h,u,d,m;return{c(){t=ke("svg"),e=ke("defs"),i=ke("linearGradient"),s=ke("stop"),o=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),u=ke("path"),w(s,"stop-color",n[1]),w(s,"offset","0%"),w(o,"stop-color",n[1]),w(o,"stop-opacity",".5"),w(o,"offset","100%"),w(i,"id",r="arrow-right-icon-gradient-"+n[1]),w(i,"x1","96.2%"),w(i,"y1","50%"),w(i,"x2","0%"),w(i,"y2","50%"),w(l,"stop-color",n[1]),w(l,"offset","0%"),w(c,"stop-color",n[1]),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"id",h="arrow-right-icon-stroke-"+n[1]),w(a,"x1","50%"),w(a,"y1","9.83%"),w(a,"x2","41.99%"),w(a,"y2","24.46%"),w(u,"d","M4.84572153,2.14166669 C4.94036186,2.14170036 5.03490004,2.17870347 5.10676798,2.25203341 L9.39516942,6.66308361 C9.48635681,6.75687897 9.53195051,6.87843949 9.53195051,7 C9.53195051,7.12156051 9.48635681,7.24312103 9.39516942,7.33691639 L5.11673708,11.7390017 C5.02118573,11.813978 4.92122439,11.8514005 4.82705048,11.851434 C4.73517505,11.8514667 4.65029153,11.8150862 4.59276829,11.7576692 C4.51856427,11.6593496 4.48179951,11.5564146 4.48176638,11.4595899 C4.48173399,11.3649536 4.51747117,11.2773335 4.58937836,11.2035272 L7.74273899,7.43877755 C7.84906128,7.31184097 7.90222243,7.15592048 7.90222243,7 C7.90222243,6.84407952 7.84906128,6.68815903 7.74273449,6.56121708 L4.54804918,2.74803934 C4.65338339,2.20863952 4.74441906,2.14163065 4.84572153,2.14166669 Z"),w(u,"fill",d=`url(#arrow-right-icon-gradient-${n[1]})`),w(u,"fill-rule","nonzero"),w(u,"stroke",m=`url(#arrow-right-icon-stroke-${n[1]})`),w(u,"stroke-width",".2"),w(t,"xmlns","http://www.w3.org/2000/svg"),w(t,"viewBox","0 0 14 14"),w(t,"width",n[0]),w(t,"height",n[0]),_(t,"opacity",n[2])},m(g,p){Y(g,t,p),V(t,e),V(e,i),V(i,s),V(i,o),V(e,a),V(a,l),V(a,c),V(t,u)},p(g,[p]){p&2&&w(s,"stop-color",g[1]),p&2&&w(o,"stop-color",g[1]),p&2&&r!==(r="arrow-right-icon-gradient-"+g[1])&&w(i,"id",r),p&2&&w(l,"stop-color",g[1]),p&2&&w(c,"stop-color",g[1]),p&2&&h!==(h="arrow-right-icon-stroke-"+g[1])&&w(a,"id",h),p&2&&d!==(d=`url(#arrow-right-icon-gradient-${g[1]})`)&&w(u,"fill",d),p&2&&m!==(m=`url(#arrow-right-icon-stroke-${g[1]})`)&&w(u,"stroke",m),p&1&&w(t,"width",g[0]),p&1&&w(t,"height",g[0]),p&4&&_(t,"opacity",g[2])},i:oe,o:oe,d(g){g&&X(t)}}}function HS(n,t,e){let{size:i="14"}=t,{color:s="#ffffff"}=t,{opacity:o=1}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(1,s=r.color),"opacity"in r&&e(2,o=r.opacity)},[i,s,o]}class WS extends Ce{constructor(t){super(),Pe(this,t,HS,GS,we,{size:0,color:1,opacity:2})}}function US(n){let t,e,i,s,o,r,a,l,c,h,u,d,m;return{c(){t=ke("svg"),e=ke("defs"),i=ke("linearGradient"),s=ke("stop"),o=ke("stop"),a=ke("linearGradient"),l=ke("stop"),c=ke("stop"),u=ke("path"),w(s,"stop-color",n[1]),w(s,"offset","0%"),w(o,"stop-color",n[1]),w(o,"stop-opacity",".5"),w(o,"offset","100%"),w(i,"id",r="share-icon-gradient-"+n[1]),w(i,"x1","41.65%"),w(i,"y1","59.05%"),w(i,"x2","66.13%"),w(i,"y2","9.07%"),w(l,"stop-color",n[1]),w(l,"offset","0%"),w(c,"stop-color",n[1]),w(c,"stop-opacity","0"),w(c,"offset","100%"),w(a,"id",h="share-icon-stroke-"+n[1]),w(a,"x1","55.68%"),w(a,"y1","2.48%"),w(a,"x2","60.83%"),w(a,"y2","14.28%"),w(u,"d","M12.4937515,2.60140991 L12.6834904,2.60248871 C13.307774,2.63121157 13.9222065,2.90874077 14.3642696,3.436433 C14.7794904,3.93278385 14.923342,4.60854408 14.8265514,5.24548738 C14.7279361,5.89144103 14.4428997,6.3527969 14.063774,6.65956953 C13.6079793,7.02837949 13.0189069,7.17403325 12.4632035,7.15562178 C11.7380729,7.13162078 11.0390809,7.42803145 10.5261758,7.9357119 C9.96083448,8.49643643 9.67596892,9.19792997 9.69443632,9.91942004 C9.66449732,10.8859455 9.96309104,11.5807243 10.4796578,12.092029 C11.0239965,12.6296813 11.7402488,12.9101676 12.4817091,12.8884813 C13.0940469,12.8705618 13.7481304,13.0495781 14.2150699,13.5117611 C14.6987029,13.9904677 14.9268415,14.6256711 14.8974895,15.2508921 C14.8684928,15.868544 14.5880857,16.4761837 14.055365,16.9134138 C13.5533941,17.3248246 12.8689122,17.4672624 12.2258037,17.3713572 C11.5727886,17.2736846 11.1063284,16.991503 10.7961882,16.6159844 C10.4239402,16.1652655 10.2768519,15.5827583 10.2954352,15.0332376 C10.3197006,14.3149783 10.0202124,13.6224897 9.50703789,13.1145427 C8.94671715,12.5587885 8.2455275,12.2800717 7.51547371,12.2927077 C7.23521908,12.3053648 6.95603622,12.2673623 6.69423123,12.1827116 C6.1605306,11.9588888 5.9529663,11.8380114 5.77703284,11.66387 C5.40155143,11.2922134 5.1829777,10.8272392 5.11950899,10.3459077 C5.05433663,9.85165608 5.15259721,9.34024891 5.41443015,8.89062791 C5.61688125,8.49864777 5.91421421,8.21950306 6.25529625,8.03627882 C6.64911257,7.8247265 7.1008248,7.74055154 7.53306889,7.75691992 L7.73219905,7.75624362 C8.39290266,7.7280909 9.01896921,7.44343917 9.49037385,6.97683639 C10.0339806,6.43762468 10.3173723,5.72806794 10.2954528,4.99382841 C10.2784266,4.38712951 10.4592448,3.74020534 10.9258673,3.27833603 C11.4093877,2.79921041 12.051472,2.57340998 12.6834904,2.60248871 Z"),w(u,"fill",d=`url(#share-icon-gradient-${n[1]})`),w(u,"fill-rule","nonzero"),w(u,"stroke",m=`url(#share-icon-stroke-${n[1]})`),w(u,"stroke-width",".2"),w(t,"xmlns","http://www.w3.org/2000/svg"),w(t,"viewBox","0 0 20 20"),w(t,"width",n[0]),w(t,"height",n[0]),_(t,"opacity",n[2])},m(g,p){Y(g,t,p),V(t,e),V(e,i),V(i,s),V(i,o),V(e,a),V(a,l),V(a,c),V(t,u)},p(g,[p]){p&2&&w(s,"stop-color",g[1]),p&2&&w(o,"stop-color",g[1]),p&2&&r!==(r="share-icon-gradient-"+g[1])&&w(i,"id",r),p&2&&w(l,"stop-color",g[1]),p&2&&w(c,"stop-color",g[1]),p&2&&h!==(h="share-icon-stroke-"+g[1])&&w(a,"id",h),p&2&&d!==(d=`url(#share-icon-gradient-${g[1]})`)&&w(u,"fill",d),p&2&&m!==(m=`url(#share-icon-stroke-${g[1]})`)&&w(u,"stroke",m),p&1&&w(t,"width",g[0]),p&1&&w(t,"height",g[0]),p&4&&_(t,"opacity",g[2])},i:oe,o:oe,d(g){g&&X(t)}}}function QS(n,t,e){let{size:i="20"}=t,{color:s="#ffffff"}=t,{opacity:o=1}=t;return n.$$set=r=>{"size"in r&&e(0,i=r.size),"color"in r&&e(1,s=r.color),"opacity"in r&&e(2,o=r.opacity)},[i,s,o]}class XS extends Ce{constructor(t){super(),Pe(this,t,QS,US,we,{size:0,color:1,opacity:2})}}function YS(n){Le(n,"svelte-18owx9v",".tag-popover-toolbar.svelte-18owx9v.svelte-18owx9v{display:flex;align-items:center;margin-top:0.75rem;padding-top:0;border-top:none}.tag-popover-toolbar.both-buttons.svelte-18owx9v.svelte-18owx9v{justify-content:space-between}.tag-popover-toolbar.single-button.svelte-18owx9v.svelte-18owx9v{justify-content:flex-end}.tag-popover-toolbar-dark.svelte-18owx9v .tag-popover-btn.svelte-18owx9v{color:#ffffff}.tag-popover-toolbar-light.svelte-18owx9v .tag-popover-btn.svelte-18owx9v{color:rgba(0, 0, 0, 0.85)}.tag-popover-btn.view-more.svelte-18owx9v.svelte-18owx9v{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:0.875rem;letter-spacing:0;line-height:1.25rem}.tag-popover-btn.share.svelte-18owx9v.svelte-18owx9v{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}")}function Tv(n){let t,e,i,s,o=n[0].showMore&&zv(n),r=n[0].showShare&&Ov(n);return{c(){t=U("div"),o&&o.c(),e=le(),r&&r.c(),w(t,"class",i="tag-popover-toolbar tag-popover-toolbar-"+n[1]+" "+(n[0].showMore&&n[0].showShare?"both-buttons":"single-button")+" svelte-18owx9v")},m(a,l){Y(a,t,l),o&&o.m(t,null),V(t,e),r&&r.m(t,null),s=!0},p(a,l){a[0].showMore?o?(o.p(a,l),l&1&&R(o,1)):(o=zv(a),o.c(),R(o,1),o.m(t,e)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe()),a[0].showShare?r?(r.p(a,l),l&1&&R(r,1)):(r=Ov(a),r.c(),R(r,1),r.m(t,null)):r&&(Se(),Z(r,1,1,()=>{r=null}),xe()),(!s||l&3&&i!==(i="tag-popover-toolbar tag-popover-toolbar-"+a[1]+" "+(a[0].showMore&&a[0].showShare?"both-buttons":"single-button")+" svelte-18owx9v"))&&w(t,"class",i)},i(a){s||(R(o),R(r),s=!0)},o(a){Z(o),Z(r),s=!1},d(a){a&&X(t),o&&o.d(),r&&r.d()}}}function zv(n){let t,e,i,s,o,r,a;return s=new WS({props:{size:"14",color:n[1]==="light"?"#000000":"#ffffff",opacity:n[1]==="light"?.8:1}}),{c(){t=U("div"),e=Ve(n[2]),i=le(),pe(s.$$.fragment),w(t,"class","tag-popover-btn view-more svelte-18owx9v")},m(l,c){Y(l,t,c),V(t,e),V(t,i),ge(s,t,null),o=!0,r||(a=_e(t,"click",n[3]),r=!0)},p(l,c){(!o||c&4)&&Ne(e,l[2]);const h={};c&2&&(h.color=l[1]==="light"?"#000000":"#ffffff"),c&2&&(h.opacity=l[1]==="light"?.8:1),s.$set(h)},i(l){o||(R(s.$$.fragment,l),o=!0)},o(l){Z(s.$$.fragment,l),o=!1},d(l){l&&X(t),me(s),r=!1,a()}}}function Ov(n){let t,e,i,s,o;return e=new XS({props:{size:"20",color:n[1]==="light"?"#000000":"#ffffff",opacity:n[1]==="light"?.8:1}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","tag-popover-btn share svelte-18owx9v")},m(r,a){Y(r,t,a),ge(e,t,null),i=!0,s||(o=_e(t,"click",n[4]),s=!0)},p(r,a){const l={};a&2&&(l.color=r[1]==="light"?"#000000":"#ffffff"),a&2&&(l.opacity=r[1]==="light"?.8:1),e.$set(l)},i(r){i||(R(e.$$.fragment,r),i=!0)},o(r){Z(e.$$.fragment,r),i=!1},d(r){r&&X(t),me(e),s=!1,o()}}}function ZS(n){let t,e,i=(n[0].showMore||n[0].showShare)&&Tv(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[0].showMore||s[0].showShare?i?(i.p(s,o),o&1&&R(i,1)):(i=Tv(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function qS(n,t,e){let i;const s=qi("hooks");Cn();let{tag:o}=t,{toolbar:r={showMore:!0,showShare:!0}}=t,{theme:a="dark"}=t,{closePopover:l=void 0}=t;Tt(()=>{s.emit("popoverToolbarShow",{tag:o})});function c(u){u.stopPropagation(),typeof l=="function"&&l(),s.emit("click",{event:u,target:"TagPopoverViewMore",tag:o})}function h(u){u.stopPropagation(),typeof l=="function"&&l(),s.emit("click",{event:u,target:"TagPopoverShare",tag:o})}return n.$$set=u=>{"tag"in u&&e(5,o=u.tag),"toolbar"in u&&e(0,r=u.toolbar),"theme"in u&&e(1,a=u.theme),"closePopover"in u&&e(6,l=u.closePopover)},n.$$.update=()=>{n.$$.dirty&32&&e(2,i=(()=>He(o.data.highlightText)&&o.data.highlightText.trim()!==""?o.data.highlightText:He(o.config.popoverConfig.viewMoreText)&&o.config.popoverConfig.viewMoreText.trim()!==""?o.config.popoverConfig.viewMoreText:"查看更多")())},[r,a,i,c,h,o,l]}class JS extends Ce{constructor(t){super(),Pe(this,t,qS,ZS,we,{tag:5,toolbar:0,theme:1,closePopover:6},YS)}}function KS(n){let t,e;return t=new JS({props:{toolbar:{showMore:n[7].showMore===void 0?!0:n[7].showMore,showShare:n[7].showShare===void 0?!0:n[7].showShare},theme:n[2],tag:n[4],closePopover:n[8]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&128&&(o.toolbar={showMore:i[7].showMore===void 0?!0:i[7].showMore,showShare:i[7].showShare===void 0?!0:i[7].showShare}),s&4&&(o.theme=i[2]),s&16&&(o.tag=i[4]),s&256&&(o.closePopover=i[8]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function $S(n){let t,e,i,s;return t=new AS({props:{show:n[0],direction:n[1],theme:n[2]}}),i=new NS({props:{placement:n[3],tag:n[4],config:n[5],theme:n[6],audioInstance:n[9],audioPlaying:n[10],audioCurrentTime:n[11],audioDuration:n[12],$$slots:{toolbar:[KS]},$$scope:{ctx:n}}}),i.$on("resize",n[13]),{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment)},m(o,r){ge(t,o,r),Y(o,e,r),ge(i,o,r),s=!0},p(o,[r]){const a={};r&1&&(a.show=o[0]),r&2&&(a.direction=o[1]),r&4&&(a.theme=o[2]),t.$set(a);const l={};r&8&&(l.placement=o[3]),r&16&&(l.tag=o[4]),r&32&&(l.config=o[5]),r&64&&(l.theme=o[6]),r&512&&(l.audioInstance=o[9]),r&1024&&(l.audioPlaying=o[10]),r&2048&&(l.audioCurrentTime=o[11]),r&4096&&(l.audioDuration=o[12]),r&16788&&(l.$$scope={dirty:r,ctx:o}),i.$set(l)},i(o){s||(R(t.$$.fragment,o),R(i.$$.fragment,o),s=!0)},o(o){Z(t.$$.fragment,o),Z(i.$$.fragment,o),s=!1},d(o){me(t,o),o&&X(e),me(i,o)}}}function ex(n,t,e){let{showArrow:i}=t,{arrowDirection:s}=t,{effectiveTheme:o}=t,{adjustedPlacement:r}=t,{tag:a}=t,{config:l}=t,{theme:c}=t,{toolbar:h}=t,{closePopover:u}=t,{audioInstance:d=null}=t,{audioPlaying:m=!1}=t,{audioCurrentTime:g=0}=t,{audioDuration:p=0}=t;function v(A){In.call(this,n,A)}return n.$$set=A=>{"showArrow"in A&&e(0,i=A.showArrow),"arrowDirection"in A&&e(1,s=A.arrowDirection),"effectiveTheme"in A&&e(2,o=A.effectiveTheme),"adjustedPlacement"in A&&e(3,r=A.adjustedPlacement),"tag"in A&&e(4,a=A.tag),"config"in A&&e(5,l=A.config),"theme"in A&&e(6,c=A.theme),"toolbar"in A&&e(7,h=A.toolbar),"closePopover"in A&&e(8,u=A.closePopover),"audioInstance"in A&&e(9,d=A.audioInstance),"audioPlaying"in A&&e(10,m=A.audioPlaying),"audioCurrentTime"in A&&e(11,g=A.audioCurrentTime),"audioDuration"in A&&e(12,p=A.audioDuration)},[i,s,o,r,a,l,c,h,u,d,m,g,p,v]}class tx extends Ce{constructor(t){super(),Pe(this,t,ex,$S,we,{showArrow:0,arrowDirection:1,effectiveTheme:2,adjustedPlacement:3,tag:4,config:5,theme:6,toolbar:7,closePopover:8,audioInstance:9,audioPlaying:10,audioCurrentTime:11,audioDuration:12})}}function ix(n){Le(n,"svelte-11cjg3j",'@charset "UTF-8";.tag-popover.svelte-11cjg3j{position:absolute;z-index:1000010;pointer-events:auto;width:auto;height:auto;padding:0;margin:0;visibility:visible;opacity:1}.tag-popover-content.svelte-11cjg3j{cursor:pointer;pointer-events:auto}.tag-popover-content.audio-tag-popover.svelte-11cjg3j{cursor:default}')}function jv(n){let t,e,i,s,o,r,a,l,c;return i=new tx({props:{showArrow:n[13],arrowDirection:n[12],effectiveTheme:n[18],adjustedPlacement:n[8],tag:n[0],config:n[1],theme:n[2],toolbar:n[16],audioInstance:n[4],audioPlaying:n[5],audioCurrentTime:n[6],audioDuration:n[7],closePopover:n[24]}}),i.$on("viewMore",n[20]),i.$on("share",n[21]),i.$on("resize",n[22]),{c(){t=U("div"),e=U("div"),pe(i.$$.fragment),w(e,"class","tag-popover-content svelte-11cjg3j"),Ie(e,"audio-tag-popover",n[11]),w(t,"class",o="tag-popover tag-popover-"+n[18]+" tag-popover-"+n[8]+" svelte-11cjg3j"),w(t,"data-tag-id",r=n[0].id),_(t,"z-index",n[17]),_(t,"left",n[14].x+"px"),_(t,"top",n[14].y+"px")},m(h,u){Y(h,t,u),V(t,e),ge(i,e,null),n[35](e),n[36](t),a=!0,l||(c=[_e(e,"mouseenter",n[33]),_e(e,"mouseleave",n[34]),_e(e,"click",n[23])],l=!0)},p(h,u){n=h;const d={};u[0]&8192&&(d.showArrow=n[13]),u[0]&4096&&(d.arrowDirection=n[12]),u[0]&262144&&(d.effectiveTheme=n[18]),u[0]&256&&(d.adjustedPlacement=n[8]),u[0]&1&&(d.tag=n[0]),u[0]&2&&(d.config=n[1]),u[0]&4&&(d.theme=n[2]),u[0]&65536&&(d.toolbar=n[16]),u[0]&16&&(d.audioInstance=n[4]),u[0]&32&&(d.audioPlaying=n[5]),u[0]&64&&(d.audioCurrentTime=n[6]),u[0]&128&&(d.audioDuration=n[7]),i.$set(d),(!a||u[0]&2048)&&Ie(e,"audio-tag-popover",n[11]),(!a||u[0]&262400&&o!==(o="tag-popover tag-popover-"+n[18]+" tag-popover-"+n[8]+" svelte-11cjg3j"))&&w(t,"class",o),(!a||u[0]&1&&r!==(r=n[0].id))&&w(t,"data-tag-id",r),(!a||u[0]&131072)&&_(t,"z-index",n[17]),(!a||u[0]&16384)&&_(t,"left",n[14].x+"px"),(!a||u[0]&16384)&&_(t,"top",n[14].y+"px")},i(h){a||(R(i.$$.fragment,h),Pt(()=>{a&&(s||(s=Di(e,n[19],{duration:n[15],easing:xr,y:n[12]==="top"?-8:n[12]==="bottom"?8:0,x:n[12]==="left"?-8:n[12]==="right"?8:0},!0)),s.run(1))}),a=!0)},o(h){Z(i.$$.fragment,h),s||(s=Di(e,n[19],{duration:n[15],easing:xr,y:n[12]==="top"?-8:n[12]==="bottom"?8:0,x:n[12]==="left"?-8:n[12]==="right"?8:0},!1)),s.run(0),a=!1},d(h){h&&X(t),me(i),n[35](null),h&&s&&s.end(),n[36](null),l=!1,ht(c)}}}function nx(n){let t,e,i=n[3]&&n[14]&&jv(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,o){s[3]&&s[14]?i?(i.p(s,o),o[0]&16392&&R(i,1)):(i=jv(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function sx(n,t,e){let i,s,o,r,a,l,c,h,u,d;const m=qi("hooks");let{tag:g}=t,{config:p={}}=t,{triggerElement:v}=t,{wrapperElement:A=document.body}=t,{popoverContainer:P=null}=t,{theme:M=void 0}=t,{visible:I=!0}=t,{closePopover:z=void 0}=t,{audioInstance:D=null}=t,{audioPlaying:j=!1}=t,{audioCurrentTime:L=0}=t,{audioDuration:O=0}=t;const b=Cn();let C,k={width:0,height:0},E=null,x=s;function T(te,{duration:Te=400,easing:Be=xr,x:be=0,y:Fe=0}){return{duration:Te,css:(Ae,Me)=>`
1025
1025
  opacity: ${Ae};
1026
1026
  transform: translate(${Me*be}px, ${Me*Fe}px);
1027
1027
  `}}const H=()=>{if(!g.screenPosition||!v||!A)return s;const te=(p==null?void 0:p.autoPlacementBaseSpace)||{top:.2,bottom:.2,right:.15},Te=A.clientWidth,Be=A.clientHeight,be=Be*te.top,Fe=Be*(1-te.bottom),Ae=Te*(1-te.right),Me=g.screenPosition.leftPx,je=g.screenPosition.topPx,Ze=k.width||280,qe=k.height||200;return je<=be?Me<=Ae?Me+Ze<=Te&&je+qe<=Be?"right-top":"bottom-left":Me-Ze>=0&&je+qe<=Be?"left-top":"bottom-right":je>=Fe?Me<=Ae?Me+Ze<=Te&&je-qe>=0?"right-bottom":"top-left":Me-Ze>=0&&je-qe>=0?"left-bottom":"top-right":Me<=Ae?Me+Ze<=Te?"right-top":"left-top":Me-Ze>=0?"left-top":"right-top"},B=(te,Te)=>{switch(te){case"top":case"top-left":case"top-right":return{x:Te.left+Te.width/2,y:Te.top};case"bottom":case"bottom-left":case"bottom-right":return{x:Te.left+Te.width/2,y:Te.top+Te.height};case"left":case"left-top":case"left-bottom":return{x:Te.left,y:Te.top+Te.height/2};case"right":case"right-top":case"right-bottom":return{x:Te.left+Te.width,y:Te.top+Te.height/2};default:return{x:Te.left+Te.width/2,y:Te.top}}},J=te=>{ae(),m&&m.emit("click",{event:te.detail.event,target:"TagPopoverViewMore",tag:g})},ne=te=>{ae(),m&&m.emit("click",{event:te.detail.event,target:"TagPopoverShare",tag:g})},$=te=>{e(29,k=te.detail),k.width>0&&k.height>0&&e(8,x=H())},re=te=>{d||ae(),te.stopPropagation(),m.emit("click",{event:te,target:"TagPopoverContent",tag:g})};let ee=null,fe=!1;function ze(){P&&ee&&ee.parentNode!==P&&P.appendChild(ee)}Tt(()=>{(!A||A===document.body)&&console.warn("TagPopover 组件警告:禁止使用 document.body 作为 wrapperElement,请传入自定义容器元素。"),fe=!0,ze(),A&&A!==document.body&&e(25,A.style.overflow="hidden",A)}),th(()=>{fe&&ze()}),Qt(()=>{ee&&ee.parentNode&&ee.parentNode.removeChild(ee),A&&A!==document.body&&e(25,A.style.overflow="",A)});function ae(){typeof z=="function"&&z(),b("close")}function Ee(te){In.call(this,n,te)}function de(te){In.call(this,n,te)}function ce(te){Je[te?"unshift":"push"](()=>{C=te,e(9,C)})}function De(te){Je[te?"unshift":"push"](()=>{ee=te,e(10,ee)})}return n.$$set=te=>{"tag"in te&&e(0,g=te.tag),"config"in te&&e(1,p=te.config),"triggerElement"in te&&e(26,v=te.triggerElement),"wrapperElement"in te&&e(25,A=te.wrapperElement),"popoverContainer"in te&&e(27,P=te.popoverContainer),"theme"in te&&e(2,M=te.theme),"visible"in te&&e(3,I=te.visible),"closePopover"in te&&e(28,z=te.closePopover),"audioInstance"in te&&e(4,D=te.audioInstance),"audioPlaying"in te&&e(5,j=te.audioPlaying),"audioCurrentTime"in te&&e(6,L=te.audioCurrentTime),"audioDuration"in te&&e(7,O=te.audioDuration)},n.$$.update=()=>{if(n.$$.dirty[0]&5&&e(18,i=(()=>He(M)?M:He(g.data.theme)&&["light","dark"].includes(g.data.theme)?g.data.theme:g.contentType==="Marketing"?"light":"dark")()),n.$$.dirty[0]&2&&e(32,s=(p==null?void 0:p.placement)||"right-top"),n.$$.dirty[0]&2&&e(16,a=(()=>typeof(p==null?void 0:p.toolbar)=="boolean"?p.toolbar?{showMore:!0,showShare:!0}:{showMore:!1,showShare:!1}:(p==null?void 0:p.toolbar)||{showMore:!0,showShare:!0})()),n.$$.dirty[1]&2&&(s==="auto"?e(8,x=H()):e(8,x=s)),n.$$.dirty[0]&2&&e(15,l=(p==null?void 0:p.transitionDuration)||350),n.$$.dirty[0]&67108865&&g.screenPosition&&v&&e(8,x=H()),n.$$.dirty[0]&536870912&&k.width>0&&k.height>0&&e(8,x=H()),n.$$.dirty[0]&67109121&&g.screenPosition&&x&&v){const te=v.getBoundingClientRect();te.width>0&&te.height>0&&e(30,E=B(x,te))}n.$$.dirty[0]&1073741824&&e(14,c=E),n.$$.dirty[1]&1&&e(13,h=typeof o=="boolean"?o:!0),n.$$.dirty[0]&256&&e(12,u=(()=>{switch(x){case"top":case"top-left":case"top-right":return"bottom";case"bottom":case"bottom-left":case"bottom-right":return"top";case"left":case"left-top":case"left-bottom":return"right";case"right":case"right-top":case"right-bottom":return"left";default:return"bottom"}})()),n.$$.dirty[0]&1&&e(11,d=g.contentType==="Audio"&&g.data.appearance==="plane")},e(31,o=!0),e(17,r=1060),[g,p,M,I,D,j,L,O,x,C,ee,d,u,h,c,l,a,r,i,T,J,ne,$,re,ae,A,v,P,z,k,E,o,s,Ee,de,ce,De]}class ox extends Ce{constructor(t){super(),Pe(this,t,sx,nx,we,{tag:0,config:1,triggerElement:26,wrapperElement:25,popoverContainer:27,theme:2,visible:3,closePopover:28,audioInstance:4,audioPlaying:5,audioCurrentTime:6,audioDuration:7},ix,[-1,-1])}}function rx(n){Le(n,"svelte-2g2g8a",".tag.svelte-2g2g8a{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto;will-change:opacity;transition:opacity 0.2s linear}.tag.enableZIndex.svelte-2g2g8a{position:absolute}.tag.hide.svelte-2g2g8a{opacity:0;pointer-events:none}.tag.hide.svelte-2g2g8a *{pointer-events:none !important}.tag.unClickable.svelte-2g2g8a{pointer-events:none !important}.tag.unClickable.svelte-2g2g8a *{pointer-events:none !important}")}function _v(n){let t,e,i,s,o,r,a,l,c,h;const u=[lx,ax],d=[];function m(A,P){return A[10]?0:1}e=m(n),i=d[e]=u[e](n);const g=[hx,cx],p=[];function v(A,P){return A[25]?0:1}return o=v(n),r=p[o]=g[o](n),{c(){t=U("div"),i.c(),s=le(),r.c(),w(t,"class","tag svelte-2g2g8a"),w(t,"data-tag-id",n[23]),w(t,"data-tag-unfolded",n[8]),w(t,"data-content-type",a=n[0].contentType),w(t,"data-popover-enabled",l=n[0].isPopoverConfigEnabled()),w(t,"id",c=`tag-${n[23]}`),Ie(t,"unClickable",n[0].config.clickable===!1),Ie(t,"hide",n[21]),Ie(t,"enableZIndex",n[18]),_(t,"z-index",n[18]),_(t,"transform",`translate3d(${n[20]}, ${n[19]}, 0) scale(${n[9].scale})`)},m(A,P){Y(A,t,P),d[e].m(t,null),V(t,s),p[o].m(t,null),n[36](t),h=!0},p(A,P){let M=e;e=m(A),e===M?d[e].p(A,P):(Se(),Z(d[M],1,1,()=>{d[M]=null}),xe(),i=d[e],i?i.p(A,P):(i=d[e]=u[e](A),i.c()),R(i,1),i.m(t,s));let I=o;o=v(A),o===I?p[o].p(A,P):(Se(),Z(p[I],1,1,()=>{p[I]=null}),xe(),r=p[o],r?r.p(A,P):(r=p[o]=g[o](A),r.c()),R(r,1),r.m(t,null)),(!h||P[0]&8388608)&&w(t,"data-tag-id",A[23]),(!h||P[0]&256)&&w(t,"data-tag-unfolded",A[8]),(!h||P[0]&1&&a!==(a=A[0].contentType))&&w(t,"data-content-type",a),(!h||P[0]&1&&l!==(l=A[0].isPopoverConfigEnabled()))&&w(t,"data-popover-enabled",l),(!h||P[0]&8388608&&c!==(c=`tag-${A[23]}`))&&w(t,"id",c),(!h||P[0]&1)&&Ie(t,"unClickable",A[0].config.clickable===!1),(!h||P[0]&2097152)&&Ie(t,"hide",A[21]),(!h||P[0]&262144)&&Ie(t,"enableZIndex",A[18]),P[0]&262144&&_(t,"z-index",A[18]),P[0]&1573376&&_(t,"transform",`translate3d(${A[20]}, ${A[19]}, 0) scale(${A[9].scale})`)},i(A){h||(R(i),R(r),h=!0)},o(A){Z(i),Z(r),h=!1},d(A){A&&X(t),d[e].d(),p[o].d(),n[36](null)}}}function ax(n){let t;return{c(){t=U("div"),w(t,"data-info","tag point is disable")},m(e,i){Y(e,t,i)},p:oe,i:oe,o:oe,d(e){e&&X(t)}}}function lx(n){let t,e,i;function s(r){n[34](r)}let o={tag:n[0],handleMouseEnter:n[30],handleMouseLeave:n[31],handleTagPointClick:n[32]};return n[12]!==void 0&&(o.tagPointClickHelper=n[12]),t=new rS({props:o}),Je.push(()=>el(t,"tagPointClickHelper",s)),n[35](t),t.$on("audioInstanceReady",n[27].audioInstanceReady),t.$on("audioPlay",n[27].audioPlay),t.$on("audioPause",n[27].audioPause),t.$on("audioTimeUpdate",n[27].audioTimeUpdate),t.$on("audioDuration",n[27].audioDuration),{c(){pe(t.$$.fragment)},m(r,a){ge(t,r,a),i=!0},p(r,a){const l={};a[0]&1&&(l.tag=r[0]),!e&&a[0]&4096&&(e=!0,l.tagPointClickHelper=r[12],Ka(()=>e=!1)),t.$set(l)},i(r){i||(R(t.$$.fragment,r),i=!0)},o(r){Z(t.$$.fragment,r),i=!1},d(r){n[35](null),me(t,r)}}}function cx(n){let t;return{c(){t=U("div"),w(t,"data-info","tag content is disable")},m(e,i){Y(e,t,i)},p:oe,i:oe,o:oe,d(e){e&&X(t)}}}function hx(n){let t,e;return t=new bu({props:{mediaStore:n[1],tag:pt(n[0]),hooks:n[26],state:n[4],temporaryState:n[5],rendererMap:n[2],contentTypeMap:n[3]}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s[0]&2&&(o.mediaStore=i[1]),s[0]&1&&(o.tag=pt(i[0])),s[0]&16&&(o.state=i[4]),s[0]&32&&(o.temporaryState=i[5]),s[0]&4&&(o.rendererMap=i[2]),s[0]&8&&(o.contentTypeMap=i[3]),t.$set(o)},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function Vv(n){var i;let t,e;return t=new ox({props:{tag:n[0],config:n[0].config.popoverConfig,theme:(i=n[0].config.popoverConfig)==null?void 0:i.theme,wrapperElement:n[6],triggerElement:n[12],popoverContainer:n[7],visible:!0,closePopover:n[33],audioInstance:n[14],audioPlaying:n[15],audioCurrentTime:n[16],audioDuration:n[17]}}),t.$on("mouseenter",n[28]),t.$on("mouseleave",n[29]),t.$on("close",n[33]),{c(){pe(t.$$.fragment)},m(s,o){ge(t,s,o),e=!0},p(s,o){var a;const r={};o[0]&1&&(r.tag=s[0]),o[0]&1&&(r.config=s[0].config.popoverConfig),o[0]&1&&(r.theme=(a=s[0].config.popoverConfig)==null?void 0:a.theme),o[0]&64&&(r.wrapperElement=s[6]),o[0]&4096&&(r.triggerElement=s[12]),o[0]&128&&(r.popoverContainer=s[7]),o[0]&16384&&(r.audioInstance=s[14]),o[0]&32768&&(r.audioPlaying=s[15]),o[0]&65536&&(r.audioCurrentTime=s[16]),o[0]&131072&&(r.audioDuration=s[17]),t.$set(r)},i(s){e||(R(t.$$.fragment,s),e=!0)},o(s){Z(t.$$.fragment,s),e=!1},d(s){me(t,s)}}}function ux(n){var a;let t,e=n[0].isPopoverConfigEnabled()&&n[24]&&(n[11]||((a=n[0].config.popoverConfig)==null?void 0:a.debug)),i,s,o=n[9]&&(!n[22]||n[11])&&_v(n),r=e&&Vv(n);return{c(){o&&o.c(),t=le(),r&&r.c(),i=Re()},m(l,c){o&&o.m(l,c),Y(l,t,c),r&&r.m(l,c),Y(l,i,c),s=!0},p(l,c){var h;l[9]&&(!l[22]||l[11])?o?(o.p(l,c),c[0]&4196864&&R(o,1)):(o=_v(l),o.c(),R(o,1),o.m(t.parentNode,t)):o&&(Se(),Z(o,1,1,()=>{o=null}),xe()),c[0]&16779265&&(e=l[0].isPopoverConfigEnabled()&&l[24]&&(l[11]||((h=l[0].config.popoverConfig)==null?void 0:h.debug))),e?r?(r.p(l,c),c[0]&16779265&&R(r,1)):(r=Vv(l),r.c(),R(r,1),r.m(i.parentNode,i)):r&&(Se(),Z(r,1,1,()=>{r=null}),xe())},i(l){s||(R(o),R(r),s=!0)},o(l){Z(o),Z(r),s=!1},d(l){o&&o.d(l),l&&X(t),r&&r.d(l),l&&X(i)}}}function dx(n,t,e){let i,s,o,r,a,l,c,h,u,d,m,{tag:g}=t,{mediaStore:p}=t,{rendererMap:v=new Map}=t,{contentTypeMap:A=new Map}=t,{state:P}=t,{temporaryState:M}=t,{wrapperElement:I=null}=t,{popoverContainer:z=null}=t;const D=qi("hooks");let j=!1,L,O,b=null,C=!1,k=!1,E=null,x=null,T=!1,H=0,B=0;const J={audioInstanceReady:te=>{e(14,x=te.detail),e(15,T=!x.paused)},audioPlay:()=>{e(15,T=!0)},audioPause:()=>{e(15,T=!1)},audioTimeUpdate:te=>{e(16,H=te.detail)},audioDuration:te=>{e(17,B=te.detail)}};let ne=!1;const $=te=>{if(O&&clearTimeout(O),te===!0&&!ne){ne=!0,e(11,j=!0);return}O=setTimeout(()=>{var Te;!C&&!k&&!((Te=g.config.popoverConfig)!=null&&Te.debug)&&(ne=!1,e(11,j=!1))},300)},re=()=>{C=!0,O&&clearTimeout(O)},ee=()=>{C=!1,$(!1)},fe=te=>{var Te,Be,be,Fe,Ae,Me;if(k=!0,g.isPopoverConfigEnabled()&&g.isHoverEnabled()&&((Be=(Te=g.currentConfig)==null?void 0:Te.popoverConfig)==null?void 0:Be.trigger)==="hover"){if(O&&clearTimeout(O),L!==void 0)return;((Fe=(be=g.currentConfig)==null?void 0:be.popoverConfig)==null?void 0:Fe.triggerDelay)>0?L=setTimeout(()=>{$(!0),g.hooks.emit("hover",{event:te,tag:g}),L=void 0},(Me=(Ae=g.currentConfig)==null?void 0:Ae.popoverConfig)==null?void 0:Me.triggerDelay):($(!0),g.hooks.emit("hover",{event:te,tag:g}))}},ze=te=>{var Te,Be;k=!1,g.isHoverEnabled()&&g.isPopoverConfigEnabled()&&((Be=(Te=g.currentConfig)==null?void 0:Te.popoverConfig)==null?void 0:Be.trigger)==="hover"&&(L!==void 0&&(clearTimeout(L),L=void 0),$(!1))},ae=te=>{var Be,be;const Te=g.contentType==="Audio"&&g.data.appearance==="plane";g.isPopoverConfigEnabled()&&g.isHoverEnabled()&&((be=(Be=g.currentConfig)==null?void 0:Be.popoverConfig)==null?void 0:be.trigger)==="click"&&(Te?j||(e(11,j=!0),g.hooks.emit("hover",{event:te,tag:g})):(e(11,j=!j),j&&g.hooks.emit("hover",{event:te,tag:g})))};function Ee(){ne=!1,e(11,j=!1)}Tt(()=>()=>{L&&clearTimeout(L),O&&clearTimeout(O)});function de(te){b=te,e(12,b)}function ce(te){Je[te?"unshift":"push"](()=>{E=te,e(13,E)})}function De(te){Je[te?"unshift":"push"](()=>{g.dom=te,e(0,g)})}return n.$$set=te=>{"tag"in te&&e(0,g=te.tag),"mediaStore"in te&&e(1,p=te.mediaStore),"rendererMap"in te&&e(2,v=te.rendererMap),"contentTypeMap"in te&&e(3,A=te.contentTypeMap),"state"in te&&e(4,P=te.state),"temporaryState"in te&&e(5,M=te.temporaryState),"wrapperElement"in te&&e(6,I=te.wrapperElement),"popoverContainer"in te&&e(7,z=te.popoverContainer)},n.$$.update=()=>{var te,Te,Be,be;n.$$.dirty[0]&5&&e(10,i=(()=>{var Fe,Ae,Me;return((Ae=(Fe=g.style)==null?void 0:Fe.point)==null?void 0:Ae.enabled)===!1||((Me=v.get(g.contentType))==null?void 0:Me.usePoint)===!1||g.contentType==="Sticker"||g.contentType==="Link"||g.contentType==="VRLink"||g.contentType==="PanoLink"?!1:g.contentType==="Panorama"?!0:g.contentType==="Audio"&&g.data.appearance==="plane"?g.isPopoverConfigEnabled():!0})()),n.$$.dirty[0]&1025&&e(25,s=(()=>!(g.isPopoverConfigEnabled()&&g.contentType==="Panorama"||g.isPopoverConfigEnabled()&&g.contentType==="ImageText"||g.isPopoverConfigEnabled()&&g.contentType==="Text"||g.isPopoverConfigEnabled()&&g.contentType==="Audio"||g.stickType!=="2DPoint"||g.entryFromModel&&bi(g.five.state.mode)&&i))()),n.$$.dirty[0]&1&&e(24,o=(()=>{var Fe;return g.contentType==="Marketing"?!!(g.data.title||g.data.name||g.data.description||g.data.tooltip||(Fe=g.data.price)!=null&&Fe.value||g.data.brandTags&&g.data.brandTags.length>0||g.data.tags&&g.data.tags.length>0||g.data.imageUrl||g.data.mediaUrl||g.data.mediaData&&g.data.mediaData.length>0):!!(g.data.title||g.data.name||g.data.text||g.data.description||g.data.tooltip||g.data.imageUrl||g.data.mediaUrl||g.data.audioUrl||g.data.mediaData&&g.data.mediaData.length>0)})()),n.$$.dirty[0]&1&&e(23,r=g.id),n.$$.dirty[0]&1&&e(9,a=g.screenPosition),n.$$.dirty[0]&1&&e(22,l=g.enabled===!1||!g.state),n.$$.dirty[0]&513&&e(21,c=!((te=g.state)!=null&&te.visible)||((Te=g.temporaryState)==null?void 0:Te.visible)===!1||!a),n.$$.dirty[0]&1&&e(8,h=((Be=g.state)==null?void 0:Be.unfolded)&&!g.isPopoverConfigEnabled()),n.$$.dirty[0]&512&&e(20,u=(a==null?void 0:a.leftPx)+"px"),n.$$.dirty[0]&512&&e(19,d=(a==null?void 0:a.topPx)+"px"),n.$$.dirty[0]&257&&e(18,m=h?((be=g.zIndex)!=null?be:0)+(h?1e6:0):void 0)},[g,p,v,A,P,M,I,z,h,a,i,j,b,E,x,T,H,B,m,d,u,c,l,r,o,s,D,J,re,ee,fe,ze,ae,Ee,de,ce,De]}class fx extends Ce{constructor(t){super(),Pe(this,t,dx,ux,we,{tag:0,mediaStore:1,rendererMap:2,contentTypeMap:3,state:4,temporaryState:5,wrapperElement:6,popoverContainer:7},rx,[-1,-1])}}let Sn=null;function gx(n=2e6){return Sn&&document.body.contains(Sn)?(Sn.style.zIndex=String(n),Sn):(Sn=document.createElement("div"),Sn.className="tag-popover-container",Object.assign(Sn.style,{position:"absolute",left:"0",top:"0",width:"100%",height:"100%",zIndex:String(n),pointerEvents:"none",overflow:"hidden"}),document.body.appendChild(Sn),Sn)}function mx(n){Le(n,"svelte-9ehqs9",".tag--container.svelte-9ehqs9{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);transition:opacity 0.2s linear;overflow:hidden}.tag--container.hide.svelte-9ehqs9{opacity:0 !important;pointer-events:none}.tag--container.hide.svelte-9ehqs9 *{pointer-events:none !important}")}function Bv(n,t,e){const i=n.slice();return i[12]=t[e],i}function Rv(n){let t,e=[],i=new Map,s,o,r,a=n[0];const l=c=>c[12].id;for(let c=0;c<a.length;c+=1){let h=Bv(n,a,c),u=l(h);i.set(u,e[c]=Fv(u,h))}return{c(){var c;t=U("div");for(let h=0;h<e.length;h+=1)e[h].c();w(t,"class","tag--container svelte-9ehqs9"),w(t,"data-infive",s=!n[4].visible||!n[5].visible?"1":"0"),Ie(t,"hide",!n[4].visible||!n[5].visible),_(t,"z-index",(c=n[6])!=null?c:"")},m(c,h){Y(c,t,h);for(let u=0;u<e.length;u+=1)e[u]&&e[u].m(t,null);n[10](t),r=!0},p(c,h){var u;h&447&&(a=c[0],Se(),e=ti(e,h,l,1,c,a,i,t,Ki,Fv,null,Bv),xe()),(!r||h&48&&s!==(s=!c[4].visible||!c[5].visible?"1":"0"))&&w(t,"data-infive",s),(!r||h&48)&&Ie(t,"hide",!c[4].visible||!c[5].visible),h&64&&_(t,"z-index",(u=c[6])!=null?u:"")},i(c){if(!r){for(let h=0;h<a.length;h+=1)R(e[h]);o||Pt(()=>{o=Xn(t,Bt,{}),o.start()}),r=!0}},o(c){for(let h=0;h<e.length;h+=1)Z(e[h]);r=!1},d(c){c&&X(t);for(let h=0;h<e.length;h+=1)e[h].d();n[10](null)}}}function Fv(n,t){let e,i,s;return i=new fx({props:{state:t[4],temporaryState:t[5],tag:t[12],mediaStore:t[1],rendererMap:t[2],contentTypeMap:t[3],wrapperElement:t[7],popoverContainer:t[8]}}),{key:n,first:null,c(){e=Re(),pe(i.$$.fragment),this.first=e},m(o,r){Y(o,e,r),ge(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.tag=t[12]),r&2&&(a.mediaStore=t[1]),r&4&&(a.rendererMap=t[2]),r&8&&(a.contentTypeMap=t[3]),r&128&&(a.wrapperElement=t[7]),r&256&&(a.popoverContainer=t[8]),i.$set(a)},i(o){s||(R(i.$$.fragment,o),s=!0)},o(o){Z(i.$$.fragment,o),s=!1},d(o){o&&X(e),me(i,o)}}}function px(n){let t,e,i=n[4].enabled&&Rv(n);return{c(){i&&i.c(),t=Re()},m(s,o){i&&i.m(s,o),Y(s,t,o),e=!0},p(s,[o]){s[4].enabled?i?(i.p(s,o),o&16&&R(i,1)):(i=Rv(s),i.c(),R(i,1),i.m(t.parentNode,t)):i&&(Se(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(R(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function vx(n,t,e){let{tags:i=[]}=t,{hooks:s}=t,{mediaStore:o}=t,{rendererMap:r}=t,{contentTypeMap:a}=t,{state:l}=t,{temporaryState:c}=t,{zIndex:h=void 0}=t,u=null,d=null,m=2e3;qa("hooks",s),qa("mediaStore",o),Tt(()=>{e(8,d=gx(m))});function g(p){Je[p?"unshift":"push"](()=>{u=p,e(7,u)})}return n.$$set=p=>{"tags"in p&&e(0,i=p.tags),"hooks"in p&&e(9,s=p.hooks),"mediaStore"in p&&e(1,o=p.mediaStore),"rendererMap"in p&&e(2,r=p.rendererMap),"contentTypeMap"in p&&e(3,a=p.contentTypeMap),"state"in p&&e(4,l=p.state),"temporaryState"in p&&e(5,c=p.temporaryState),"zIndex"in p&&e(6,h=p.zIndex)},n.$$.update=()=>{var p,v,A,P;n.$$.dirty&1&&i&&i.length>0&&(m=(P=(A=(v=(p=i[0])==null?void 0:p.config)==null?void 0:v.popoverConfig)==null?void 0:A.zIndex)!=null?P:2e6)},[i,o,r,a,l,c,h,u,d,s,g]}class Ax extends Ce{constructor(t){super(),Pe(this,t,vx,px,we,{tags:0,hooks:9,mediaStore:1,rendererMap:2,contentTypeMap:3,state:4,temporaryState:5,zIndex:6},mx)}}const Nv="Dnalogel-PanoTagPlugin",bx=n=>`${Nv}--${n}`;class Hl extends V8{constructor(e,i){super(e);f(this,"state",{enabled:!0,visible:!0});f(this,"debug");f(this,"debugUtil",new B8(this));f(this,"globalHoverEnabled",!0);f(this,"changeTagModel",(e,i)=>ie(this,null,function*(){var s;e.data=st({},e.data,i),yield(s=e.loadModel)==null?void 0:s.call(e)}));f(this,"handleFiveModeChange",e=>{const i=()=>{this.filter2DPointTag.forEach(s=>{s.state.visible=!1,s.applyVisible()}),this.five.ready().then(()=>{this.tagsDo(this.tags,s=>{s.updateVisible(),Ns(s)&&e!=="Panorama"&&this.changeTagMode(s,"behind")})})};this.tags.length<500?i():this.five.ready().then(()=>i())});f(this,"handleFiveWantsMoveToPano",()=>{if(this.tags.length>500){this.temporaryState.visible=!1,this.addRenderQueue({type:"TagContainerSvelte",keys:["temporaryState"]});return}else this.temporaryState.visible=!0,this.tags.forEach(e=>{e.temporaryState.visible=!0}),this.addRenderQueue({type:"TagContainerSvelte",keys:["tags"]}),this.tags.forEach(e=>e.applyVisible())});f(this,"clickhandler",e=>{e.tag.onClick(e)});f(this,"handleFiveCameraUpdate",()=>{this.filterPointTag.forEach(e=>e.updateScreenPosition())});f(this,"handleFiveCameraFovUpdate",()=>{this.handleFiveCameraUpdate(),this.five.off("render.prepare",this.handleFiveCameraUpdate),this.five.on("render.prepare",this.handleFiveCameraUpdate),setTimeout(()=>{this.five.off("render.prepare",this.handleFiveCameraUpdate)},1e3)});f(this,"handleFivePanoArrived",()=>ie(this,null,function*(){this.filter2DPointTag.forEach(e=>{e.state.visible=!1,e.applyVisible()}),this.tagsDo(this.tags,e=>{e.updateVisible()}),this.temporaryState.visible=!0,this.addRenderQueue({type:"TagContainerSvelte",keys:["temporaryState"]}),yield this.setUnfolded(),this.tags.filter(w8).filter(e=>{var i;return(i=e.getConfig().modelConfig)==null?void 0:i.autoLookAtEnabled}).forEach(e=>{var c;const i=new y.Mesh(new y.BoxGeometry,new y.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=Cr();l.onUpdate(({progress:h})=>{s.quaternion.copy(r.clone().slerp(a,h))}),l.play()})}));f(this,"handleFiveModelShownFloorChange",()=>{this.tagsDo(this.tags,e=>e.updateVisible())});f(this,"onFiveRefined",Jp(()=>{bi(this.five.getCurrentState().mode)?this.setUnfoldedByCamera():this.tags.forEach(e=>e.cache.clear()),this.tagsDo(this.tags,e=>e.updateVisible())}));f(this,"onFiveEveryReady",()=>{this.setUnfoldedByCamera(),bi(this.five.getCurrentState().mode)&&this.tagsDo(this.tags,e=>e.updateVisible())});f(this,"render",()=>{this.renderQueue.forEach((e,i)=>{const{keys:s}=e;if(i==="TagContainerSvelte"){const r=this.filterPointTag.filter(l=>l.screenPosition),a={hooks:this.hooks,tags:r,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore,rendererMap:this.rendererMap,contentTypeMap:this.contentTypeMap,zIndex:this.params.containerZIndex};if(this.TagContainerSvelte){let l={};if(s.length===0)l=a;else for(const c of s)l[c]=a[c];this.TagContainerSvelte.$set(l)}else{if(!this.container)return console.error("updateRenderPlaneTag: tag2DContainer not found");this.TagContainerSvelte=new Ax({target:this.container,props:ue(N({},a),{state:ue(N({},this.state),{enabled:!1})})}),Ir(()=>{var l;(l=this.TagContainerSvelte)==null||l.$set({state:this.state})})}}}),this.renderQueue.clear()});this.params=st({},{debug:!1,config:this.config},N({},i)),this.debug=this.params.debug,this.config=this.params.config,this.debug&&this.debugUtil.bindLog(),S8(1,{namespace:Kh.PlayAudio});try{Array.isArray(window.__PANOTAGPLUGIN_DEBUG_LIST__)||(window.__PANOTAGPLUGIN_DEBUG_LIST__=[]),this.NAME=Nv+"-"+window.__PANOTAGPLUGIN_DEBUG_LIST__.length,window.__PANOTAGPLUGIN_DEBUG_LIST__.push(this),window.__PANOTAGPLUGIN_DEBUG__||Object.defineProperty(window,"__PANOTAGPLUGIN_DEBUG__",{get:function(){return window.__PANOTAGPLUGIN_DEBUG_LIST__.sort((s,o)=>o.tags.length-s.tags.length)[0]}})}catch(s){}}appendTo(e){var s,o,r;this.container=e;const i=(o=(s=this.TagContainerSvelte)==null?void 0:s.$$)==null?void 0:o.root;i&&i!==this.container&&((r=this.TagContainerSvelte)==null||r.$destroy(),this.TagContainerSvelte=void 0)}load(e){return ie(this,null,function*(){var o,r;this.clearTags();try{console.debug(this.NAME," load:",{data:JSON.parse(JSON.stringify(e))})}catch(a){}const i=Ai(this.five);e.tagList.forEach(a=>{if(a.enu_position&&this.isValidArrayPosition(a.enu_position))try{const l=Nt(a.enu_position),c=i.viewLayers[0].scene.enuToWorld(l);a.position=ni(c)}catch(l){}if(a.enu_normal&&this.isValidArrayPosition(a.enu_normal))try{const l=Nt(a.enu_normal),c=i.viewLayers[0].scene.enuToWorld(l);a.normal=ni(c)}catch(l){}}),this.config=st({},this.config,{globalConfig:(o=e.globalConfig)!=null?o:{},contentTypeConfig:(r=e.contentTypeConfig)!=null?r:{}});const s=yield this.addTag(e.tagList);return this.hooks.emit("loaded"),s})}addTag(e){return ie(this,null,function*(){const s=(Array.isArray(e)?e:[e]).filter(o=>o.position).map(o=>{const r=Jh(o);if(r==="2DPoint"||r==="3DPoint")return new N8(this,o);if(r==="Model")return new G1(this,o);if(r==="Plane")return new X6(this,o)});return s.forEach(o=>k8(o)),this.tags.push(...s),this.tagsLengthWillUpdate=!0,yi(this.five).then(()=>ie(this,null,function*(){var o,r;this.store.eventListenerDisposer&&((r=(o=this.store).eventListenerDisposer)==null||r.call(o)),this.state.enabled&&this.handleEnable(),this.addResizeListener(),this.clearUnusedPanelTag(),this.tagsDo(s,a=>{this.tags.includes(a)&&(a.updateVisible(),a.updateZIndex())}),this.setUnfolded(),this.addRenderQueue({type:"TagContainerSvelte"}),this.hooks.emit("tagsLengthChange")}))})}changeConfig(e,i=!0){i?this.config=st({},this.config,e):this.config=e,this.tags.forEach(s=>{s.updateConfig()}),this.tagsDo(this.tags,s=>s.updateVisible())}changeGlobalConfig(e,i=!0){i?this.config.globalConfig=st({},this.config.globalConfig,e):this.config.globalConfig=e,this.tags.forEach(s=>{s.updateConfig()}),this.tagsDo(this.tags,s=>{s.updateVisible()})}changeContentTypeConfig(e,i,s=!0){this.config.contentTypeConfig||(this.config.contentTypeConfig={}),s?this.config.contentTypeConfig[e]=st({},this.config.contentTypeConfig[e],i):this.config.contentTypeConfig[e]=i,this.tags.forEach(o=>{o.updateConfig()}),this.tagsDo(this.tags,o=>{o.updateVisible()})}show(e){return ie(this,null,function*(){if(this.checkDisposed())return;const{userAction:i=!0}=e!=null?e:{};this.setState({visible:!0},{userAction:i}),this.hooks.emit("show",{userAction:i})})}hide(e){return ie(this,null,function*(){if(this.checkDisposed())return;const{userAction:i=!0}=e!=null?e:{};this.setState({visible:!1},{userAction:i}),this.hooks.emit("hide",{userAction:i})})}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}=i!=null?i:{},o=N({},this.state);this.state=Object.assign(this.state,e),o.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),o.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:o,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.forEach(l=>{var c;(c=l.rectanglePlane)==null||c.editor.disable(),l.cache.clear()}),this.tags=[],this.tagsLengthWillUpdate=!0,this.hooks.emit("tagsLengthChange"),(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.five.needsRender=!0,this.store.disposed=!0,this.hooks.emit("dispose")}blinkTagById(e,i){return ie(this,null,function*(){var s;return(s=this.getTagById(e))==null?void 0:s.blink(i)})}changeUnfoldedById(e,i){const s=this.getTagById(e);i?s==null||s.unfold():s==null||s.fold()}changeEnabledById(e,i){var o;const s=this.getTagById(e);s&&(s.enabled=i,(o=s.hooks)==null||o.emit(i?"enable":"disable"))}changeTagNormalById(e,i){const s=this.getTagById(e);s&&s.tag3DContentSvelte&&(s.tag3DContentSvelte.currentNormal=Nt(i))}changePositionById(e,i){const s=this.getTagById(e);s&&s.setPosition(i)}changeDataById(e,i,s=!0){const o=this.getTagById(e);o&&(o.setData(i,s),this.clearUnusedPanelTag(),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);o&&(o.set(i),o.updateVisible(),this.clearUnusedPanelTag(),o.hooks.emit("dataChanged",o.data))}destroyTagById(e){(Array.isArray(e)?e:[e]).forEach(s=>{var o;return(o=this.getTagById(s))==null?void 0:o.destroy()})}updateRenderAllTags(){this.tagsDo(this.tags,e=>e.updateVisible()),this.five.needsRender=!0}clearTags(){var e;this.tags.length&&(this.tags.forEach(i=>{var s,o,r,a,l,c;(s=i.tag3DContentSvelte)==null||s.dispose(),(r=(o=i.mediaPlane)==null?void 0:o.parent)==null||r.remove(i.mediaPlane),(c=(l=(a=i.model)==null?void 0:a.object)==null?void 0:l.parent)==null||c.remove(i.model.object)}),this.tags=[],this.tagsLengthWillUpdate=!0,this.hooks.emit("tagsLengthChange"),(e=this.TagContainerSvelte)==null||e.$destroy(),this.TagContainerSvelte=void 0,this.disposeAllCSS3DContainer()),this.enabledModelTagSet.clear(),this.cache.clear()}setUnfolded(){return ie(this,null,function*(){return new Promise(e=>{setTimeout(()=>{this.setUnfoldedByCamera(),e()},100)})})}handleShow(){this.state.visible=!0,this.group.visible=!0,this.addRenderQueue({type:"TagContainerSvelte",keys:["state"]}),this.updateRenderAllTags(),this.five.needsRender=!0}handleHide(){this.pauseCurrentMedia(),this.state.visible=!1,this.group.visible=!1,this.addRenderQueue({type:"TagContainerSvelte",keys:["state"]}),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.five.needsRender=!0}handleDisable(){var e,i,s;this.pauseCurrentMedia(),this.tags.forEach(o=>{var r;return(r=o.rectanglePlane)==null?void 0:r.delete()}),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.five.needsRender=!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.filterPointTag.forEach(c=>c.updateScreenPosition({force:!0})),this.temporaryState.visible=!0,this.addRenderQueue({type:"TagContainerSvelte",keys:["temporaryState"]}))},s=()=>{this.state.enabled&&(this.temporaryState.visible=!1,this.addRenderQueue({type:"TagContainerSvelte",keys:["temporaryState"]}))},{observe:o,unobserve:r}=ba(C8(()=>{this.store.resizeObserverDisposer&&s()},500),e),{observe:a,unobserve:l}=ba(Jp(()=>i(),400),e);return o(),a(),()=>{r(),l()}}setUnfoldedByCamera(){let e=!1;this.filterPointTag.forEach(i=>{const s=i.getUnfoldedByCamera();if(i.state&&s!==void 0){if(s===!0&&i.screenPosition){const o=i.getConfig().unfoldedConfig;Vs(o).keep!=="unfolded"&&(e=!0)}i.state.unfolded=s}}),e&&this.filterPointTag.forEach(i=>{const s=i.getConfig().unfoldedConfig;typeof s=="object"&&(s.autoUnfold||s.autoUnfold===!1||Vs(s.autoUnfold).enable===!1||s.keep)||i.state&&(i.state.unfolded=!1)})}changeTagMode(e,i){var s;(s=e.tag3DContentSvelte)!=null&&s.css3DInstance&&(e.tag3DContentSvelte.css3DInstance.mode=i)}addEventListener(){const{five:e,hooks:i}=this,s=ac(this.five,this.onFiveEveryReady);return this.handleFivePanoArrived(),e.on("wantsMoveToPano",this.handleFiveWantsMoveToPano),e.on("models.refined",this.onFiveRefined),e.on("modeChange",this.handleFiveModeChange),e.on("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.on("cameraUpdate",this.handleFiveCameraUpdate),e.on("cameraFovUpdate",this.handleFiveCameraFovUpdate),e.on("panoArrived",this.handleFivePanoArrived),e.on("panoArrived",this.loadVideoFirstFrame),e.on("render.prepare",this.render),i.on("click",this.clickhandler),()=>{s(),e.off("wantsMoveToPano",this.handleFiveWantsMoveToPano),e.off("models.refined",this.onFiveRefined),e.off("modeChange",this.handleFiveModeChange),e.off("modelShownFloorChange",this.handleFiveModelShownFloorChange),e.off("cameraUpdate",this.handleFiveCameraUpdate),e.off("cameraFovUpdate",this.handleFiveCameraFovUpdate),e.off("panoArrived",this.handleFivePanoArrived),e.off("panoArrived",this.loadVideoFirstFrame),e.off("render.prepare",this.render),i.off("click",this.clickhandler),this.store.eventListenerDisposer=void 0}}setTagHoverEnabled(e,i){const s=this.getTagById(e);s&&(s.hoverEnabled=i)}getTagHoverEnabled(e){const i=this.getTagById(e);return i==null?void 0:i.hoverEnabled}setGlobalHoverEnabled(e){this.globalHoverEnabled=e}getGlobalHoverEnabled(){return this.globalHoverEnabled}isValidArrayPosition(e){return!Array.isArray(e)||e.length!==3?!1:e.every(i=>typeof i=="number"&&!isNaN(i)&&isFinite(i))}}const yx=(n,t)=>new Hl(n,t);function wx(n){Le(n,"svelte-f09cfl",".guide-line__tag.svelte-f09cfl.svelte-f09cfl{position:relative}.text-with-distance.svelte-f09cfl.svelte-f09cfl{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-f09cfl .border.svelte-f09cfl{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-f09cfl.svelte-f09cfl{display:flex;gap:0.1875rem}.distance.svelte-f09cfl.svelte-f09cfl{white-space:nowrap;font-size:0.625rem;line-height:0.875rem;color:#66afff}.name.svelte-f09cfl.svelte-f09cfl{opacity:0.6;font-size:0.625rem;line-height:0.875rem;white-space:nowrap;color:#ffffff}.line-name.svelte-f09cfl.svelte-f09cfl{color:#fff;white-space:nowrap;font-size:0.625rem;line-height:0.875rem}.guide-line__tag-point.svelte-f09cfl.svelte-f09cfl{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-f09cfl.svelte-f09cfl{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-f09cfl.svelte-f09cfl{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex;justify-content:center;align-items:center}.guide-line__tag-icon.svelte-f09cfl.svelte-f09cfl{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-f09cfl.svelte-f09cfl{box-sizing:content-box;width:-moz-max-content;width:max-content;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;display:flex;align-items:center;justify-content:center}")}function Gv(n){let t,e;return{c(){t=U("div"),e=Ve(n[0]),w(t,"class","guide-line__tag-text svelte-f09cfl"),_(t,"font-size",n[9]),_(t,"padding",n[8]),_(t,"border-image-source",`url(${n[10]})`)},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s&1&&Ne(e,i[0]),s&512&&_(t,"font-size",i[9]),s&256&&_(t,"padding",i[8])},d(i){i&&X(t)}}}function Hv(n){let t,e,i,s,o=n[5]("全程")+"",r,a,l=n[5]("米")+"",c,h,u,d,m,g,p=n[4]&&Wv(n);return{c(){t=U("div"),p&&p.c(),e=le(),i=U("div"),s=U("span"),r=Ve(o),a=Ve(n[2]),c=Ve(l),h=le(),u=U("span"),d=Ve(n[0]),m=le(),g=U("div"),w(s,"class","distance svelte-f09cfl"),_(s,"line-height",n[6]),_(s,"font-size",n[9]),w(u,"class","name svelte-f09cfl"),_(u,"line-height",n[6]),_(u,"font-size",n[9]),w(i,"class","distance-and-name svelte-f09cfl"),w(g,"class","border svelte-f09cfl"),w(t,"class","text-with-distance svelte-f09cfl"),_(t,"padding",n[7])},m(v,A){Y(v,t,A),p&&p.m(t,null),V(t,e),V(t,i),V(i,s),V(s,r),V(s,a),V(s,c),V(i,h),V(i,u),V(u,d),V(t,m),V(t,g)},p(v,A){v[4]?p?p.p(v,A):(p=Wv(v),p.c(),p.m(t,e)):p&&(p.d(1),p=null),A&32&&o!==(o=v[5]("全程")+"")&&Ne(r,o),A&4&&Ne(a,v[2]),A&32&&l!==(l=v[5]("米")+"")&&Ne(c,l),A&64&&_(s,"line-height",v[6]),A&512&&_(s,"font-size",v[9]),A&1&&Ne(d,v[0]),A&64&&_(u,"line-height",v[6]),A&512&&_(u,"font-size",v[9]),A&128&&_(t,"padding",v[7])},d(v){v&&X(t),p&&p.d()}}}function Wv(n){let t,e;return{c(){t=U("span"),e=Ve(n[4]),w(t,"class","line-name svelte-f09cfl"),_(t,"line-height",n[6]),_(t,"font-size",n[9])},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s&16&&Ne(e,i[4]),s&64&&_(t,"line-height",i[6]),s&512&&_(t,"font-size",i[9])},d(i){i&&X(t)}}}function Px(n){let t,e,i,s,o,r,a,l,c,h=n[0]&&!n[2]&&Gv(n),u=n[2]&&Hv(n);return{c(){t=U("div"),e=U("div"),i=le(),s=U("div"),o=le(),r=U("div"),a=U("div"),l=le(),h&&h.c(),c=le(),u&&u.c(),w(e,"class","guide-line__tag-point svelte-f09cfl"),w(s,"class","guide-line__tag-line svelte-f09cfl"),w(a,"class","guide-line__tag-icon svelte-f09cfl"),_(a,"background-image",`url(${n[1]})`),w(r,"class","guide-line__tag-content svelte-f09cfl"),w(t,"class","guide-line__tag svelte-f09cfl"),_(t,"opacity",n[3])},m(d,m){Y(d,t,m),V(t,e),V(t,i),V(t,s),V(t,o),V(t,r),V(r,a),V(r,l),h&&h.m(r,null),V(r,c),u&&u.m(r,null)},p(d,[m]){m&2&&_(a,"background-image",`url(${d[1]})`),d[0]&&!d[2]?h?h.p(d,m):(h=Gv(d),h.c(),h.m(r,c)):h&&(h.d(1),h=null),d[2]?u?u.p(d,m):(u=Hv(d),u.c(),u.m(r,null)):u&&(u.d(1),u=null),m&8&&_(t,"opacity",d[3])},i:oe,o:oe,d(d){d&&X(t),h&&h.d(),u&&u.d()}}}function Cx(n,t,e){let i,s,o,r,a,l,c,h,{text:u=""}=t,{icon_url:d=""}=t,{distance:m=0}=t,{opacity:g=1}=t,{name:p=""}=t,{i18n:v=M=>M}=t,{fontSize:A="md"}=t;const P="data:image/png;base64,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";return n.$$set=M=>{"text"in M&&e(0,u=M.text),"icon_url"in M&&e(1,d=M.icon_url),"distance"in M&&e(2,m=M.distance),"opacity"in M&&e(3,g=M.opacity),"name"in M&&e(4,p=M.name),"i18n"in M&&e(5,v=M.i18n),"fontSize"in M&&e(11,A=M.fontSize)},n.$$.update=()=>{var M,I;n.$$.dirty&2048&&e(13,i=lh[A]),n.$$.dirty&8192&&e(9,s=mt((i==null?void 0:i.name)||12)),n.$$.dirty&8192&&e(15,o=((M=i==null?void 0:i.padding)==null?void 0:M.guide)||[8,2]),n.$$.dirty&32768&&e(8,r=`${mt(o[1])} ${mt(o[0])}`),n.$$.dirty&8192&&e(14,a=((I=i==null?void 0:i.padding)==null?void 0:I.distance)||[4,2]),n.$$.dirty&16384&&e(7,l=`${mt(a[1])} ${mt(a[0])}`),n.$$.dirty&8192&&e(12,c=(i==null?void 0:i.lineHeight)||14),n.$$.dirty&4096&&e(6,h=mt(c))},[u,d,m,g,p,v,h,l,r,s,P,A,c,i,a,o]}class Ix extends Ce{constructor(t){super(),Pe(this,t,Cx,Px,we,{text:0,icon_url:1,distance:2,opacity:3,name:4,i18n:5,fontSize:11},wx)}}function Mx(n){return n.length===0?[]:n.filter((t,e)=>t!==n[e-1])}function kx(n,t,e){if(n.length<2)return[];const i=[];n.forEach((r,a)=>{var u,d,m,g,p,v,A,P;let l=(u=e==null?void 0:e.route_standing_positions)==null?void 0:u[r];if(l||(l=(m=(d=t.observers[r])==null?void 0:d.standingPosition)==null?void 0:m.toArray()),!l)return;const c=n[a-1],h=(P=(p=(g=e==null?void 0:e.node_pair_to_route_points)==null?void 0:g[`${c}:${r}`])==null?void 0:p.slice())!=null?P:(A=(v=e==null?void 0:e.node_pair_to_route_points)==null?void 0:v[`${r}:${c}`])==null?void 0:A.slice().reverse();h==null||h.forEach(M=>{i.push(M)}),i.push(l)});const s=t.transform,o=i.map(r=>no(new y.Vector3().fromArray(r),s).toArray());return[ue(N({},e),{type:"CatmullRomCurve3",points:o})]}const Ex=`