@realsee/dnalogel 3.75.0 → 3.76.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (504) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/Sculpt/index.d.ts +11 -2
  3. package/dist/index.cjs.js +19 -19
  4. package/dist/index.js +13 -8
  5. package/dist/index.umd.js +6 -6
  6. package/dist/shared-utils/three/PointSelector/index.d.ts +5 -1
  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 +19 -0
  311. package/docs/interfaces/State.html +7 -0
  312. package/docs/interfaces/TagCacheInterface.html +9 -0
  313. package/docs/interfaces/TagConfig.html +174 -0
  314. package/docs/interfaces/TagGLTFObjectGroup.html +3 -0
  315. package/docs/interfaces/TagIconAnimationConfig.html +7 -0
  316. package/docs/interfaces/TagIconUrl.html +22 -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/PanoDoorLabelPlugin/Controller.js +66 -63
  497. package/libs/Sculpt/index.d.ts +11 -2
  498. package/libs/Sculpt/utils/Modules/Global.js +2 -1
  499. package/libs/base/BasePlugin.js +5 -5
  500. package/libs/components/AreaLabel/LabelItem.js +88 -88
  501. package/libs/shared-utils/logger.js +1 -1
  502. package/libs/shared-utils/three/PointSelector/index.d.ts +5 -1
  503. package/libs/shared-utils/three/PointSelector/index.js +7 -6
  504. 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,at,Ye,ua){var hb,db,ub,fb;"use strict";var LD=Object.defineProperty,TD=Object.defineProperties;var zD=Object.getOwnPropertyDescriptors;var Jl=Object.getOwnPropertySymbols;var mb=Object.prototype.hasOwnProperty,pb=Object.prototype.propertyIsEnumerable;var bs=Math.pow,au=(ve,G,at)=>G in ve?LD(ve,G,{enumerable:!0,configurable:!0,writable:!0,value:at}):ve[G]=at,N=(ve,G)=>{for(var at in G||(G={}))mb.call(G,at)&&au(ve,at,G[at]);if(Jl)for(var at of Jl(G))pb.call(G,at)&&au(ve,at,G[at]);return ve},de=(ve,G)=>TD(ve,zD(G));var As=(ve,G)=>{var at={};for(var Ye in ve)mb.call(ve,Ye)&&G.indexOf(Ye)<0&&(at[Ye]=ve[Ye]);if(ve!=null&&Jl)for(var Ye of Jl(ve))G.indexOf(Ye)<0&&pb.call(ve,Ye)&&(at[Ye]=ve[Ye]);return at};var f=(ve,G,at)=>(au(ve,typeof G!="symbol"?G+"":G,at),at);var ie=(ve,G,at)=>new Promise((Ye,ua)=>{var Kl=fn=>{try{ir(at.next(fn))}catch(io){ua(io)}},y=fn=>{try{ir(at.throw(fn))}catch(io){ua(io)}},ir=fn=>fn.done?Ye(fn.value):Promise.resolve(fn.value).then(Kl,y);ir((at=at.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.75.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 io(){}const lu=()=>Promise.resolve(),cu={__queue:Promise.resolve()};function Ab(n=lu){cu.__queue=cu.__queue.then(n).catch(lu)}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 yb(n,t,e=io){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const wb=window,hu=window.requestAnimationFrame||wb.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function ma(n,t=0){t<=0?hu(n):hu(()=>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}}}}),no=function(){return performance.now()},du=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=no()),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}(),ys={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=ys.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=ys.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=ys.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=ys.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 du,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=ys.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=no()),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 d=i[r];if(d.length===0)continue;for(var u=[a],m=0,g=d.length;m<g;m+=1){var p=this._handleRelativeValue(a,d[m]);if(isNaN(p)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}u.push(p)}h&&(i[r]=u)}if((c==="object"||l)&&a&&!h){e[r]=l?[]:{};var v=a;for(var b in v)e[r][b]=v[b];s[r]=l?[]:{};var d=i[r];if(!this._isDynamic){var P={};for(var b in d)P[b]=d[b];i[r]=d=P}this._setupProperties(v,e[r],d,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=no()),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=no()),!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=ys.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=no()),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),b=a-v*l,P=Math.min(b/i._duration,1);return P===0&&a===i._duration?1:P},d=h(),u=this._easingFunction(d);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,u),this._onUpdateCallback&&this._onUpdateCallback(this._object,d),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}(),Pb="23.1.3",Cb=ec.nextId,Qi=tc,Ib=Qi.getAll.bind(Qi),Mb=Qi.removeAll.bind(Qi),kb=Qi.add.bind(Qi),uu=Qi.remove.bind(Qi),Eb=Qi.update.bind(Qi),fu={Easing:_i,Group:du,Interpolation:ys,now:no,Sequence:ec,nextId:Cb,Tween:pa,VERSION:Pb,getAll:Ib,removeAll:Mb,add:kb,remove:uu,update:Eb};function Sb(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 xb(n){n[nr]||delete n[nr]}let Db=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){xb(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 Lb=`
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,at,Ye,ua){var hb,db,ub,fb;"use strict";var LD=Object.defineProperty,TD=Object.defineProperties;var zD=Object.getOwnPropertyDescriptors;var Jl=Object.getOwnPropertySymbols;var mb=Object.prototype.hasOwnProperty,pb=Object.prototype.propertyIsEnumerable;var bs=Math.pow,au=(ve,G,at)=>G in ve?LD(ve,G,{enumerable:!0,configurable:!0,writable:!0,value:at}):ve[G]=at,N=(ve,G)=>{for(var at in G||(G={}))mb.call(G,at)&&au(ve,at,G[at]);if(Jl)for(var at of Jl(G))pb.call(G,at)&&au(ve,at,G[at]);return ve},de=(ve,G)=>TD(ve,zD(G));var As=(ve,G)=>{var at={};for(var Ye in ve)mb.call(ve,Ye)&&G.indexOf(Ye)<0&&(at[Ye]=ve[Ye]);if(ve!=null&&Jl)for(var Ye of Jl(ve))G.indexOf(Ye)<0&&pb.call(ve,Ye)&&(at[Ye]=ve[Ye]);return at};var f=(ve,G,at)=>(au(ve,typeof G!="symbol"?G+"":G,at),at);var ie=(ve,G,at)=>new Promise((Ye,ua)=>{var Kl=fn=>{try{ir(at.next(fn))}catch(io){ua(io)}},y=fn=>{try{ir(at.throw(fn))}catch(io){ua(io)}},ir=fn=>fn.done?Ye(fn.value):Promise.resolve(fn.value).then(Kl,y);ir((at=at.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.76.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 io(){}const lu=()=>Promise.resolve(),cu={__queue:Promise.resolve()};function Ab(n=lu){cu.__queue=cu.__queue.then(n).catch(lu)}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 yb(n,t,e=io){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const wb=window,hu=window.requestAnimationFrame||wb.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function ma(n,t=0){t<=0?hu(n):hu(()=>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}}}}),no=function(){return performance.now()},du=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=no()),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}(),ys={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=ys.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=ys.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=ys.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=ys.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 du,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=ys.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=no()),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 d=i[r];if(d.length===0)continue;for(var u=[a],m=0,g=d.length;m<g;m+=1){var p=this._handleRelativeValue(a,d[m]);if(isNaN(p)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}u.push(p)}h&&(i[r]=u)}if((c==="object"||l)&&a&&!h){e[r]=l?[]:{};var v=a;for(var b in v)e[r][b]=v[b];s[r]=l?[]:{};var d=i[r];if(!this._isDynamic){var P={};for(var b in d)P[b]=d[b];i[r]=d=P}this._setupProperties(v,e[r],d,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=no()),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=no()),!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=ys.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=no()),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),b=a-v*l,P=Math.min(b/i._duration,1);return P===0&&a===i._duration?1:P},d=h(),u=this._easingFunction(d);if(this._updateProperties(this._object,this._valuesStart,this._valuesEnd,u),this._onUpdateCallback&&this._onUpdateCallback(this._object,d),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}(),Pb="23.1.3",Cb=ec.nextId,Qi=tc,Ib=Qi.getAll.bind(Qi),Mb=Qi.removeAll.bind(Qi),kb=Qi.add.bind(Qi),uu=Qi.remove.bind(Qi),Eb=Qi.update.bind(Qi),fu={Easing:_i,Group:du,Interpolation:ys,now:no,Sequence:ec,nextId:Cb,Tween:pa,VERSION:Pb,getAll:Ib,removeAll:Mb,add:kb,remove:uu,update:Eb};function Sb(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 xb(n){n[nr]||delete n[nr]}let Db=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){xb(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 Lb=`
2
2
  <style type="text/css">
3
3
 
4
4
  #_gl_paintBrush {
@@ -397,7 +397,7 @@ void main() {
397
397
  gl_FragColor = vec4(1.0, 1.0, 1.0, 0.2);
398
398
  }
399
399
  }
400
- `;function dA(){const t=new y.CircleGeometry(.2,64),e=new y.ShaderMaterial({side:y.DoubleSide,uniforms:{borderWidth:{value:.01},radius:{value:.2}},vertexShader:cA,fragmentShader:hA,depthTest:!1,transparent:!0,blending:y.CustomBlending,blendEquation:y.AddEquation,blendSrc:y.DstColorFactor,blendDst:y.SrcAlphaFactor,blendDstAlpha:y.DstAlphaFactor});return new y.Mesh(t,e)}function uA(){const t=new y.Group,e={lineWidth:1,lineColor:3407837,lineOpacity:.7,occlusionVisibility:!0},i=new wi(de(N({points:[{x:-.5},{x:.5}]},e),{lineColor:3407837})),s=new wi(de(N({points:[{y:-.5},{y:.5}]},e),{lineColor:3407837}));return t.add(i,s),t}function fA(n){const t=new y.CurvePath;t.add(new y.LineCurve3(new y.Vector3(0,0,0),new y.Vector3(0,0,n)));const e=new y.TubeGeometry(t,32,.003),i=new y.MeshBasicMaterial({color:10994687,depthTest:!1,transparent:!0});return new y.Mesh(e,i)}function gA(){const n=new y.RingGeometry(.03,.035,64),t=new y.MeshBasicMaterial({color:16777215,depthTest:!1,transparent:!0,side:y.DoubleSide});return new y.Mesh(n,t)}function mA(){const n=new y.SphereGeometry(.018,32,32),t=new y.MeshBasicMaterial({color:5085183,depthTest:!1,transparent:!0});return new y.Mesh(n,t)}function pA(){const n=document.createElement("img");n.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAAw1BMVEUAAACDuuiAsu11q/x8r/+HxtKHxtKIx9J4ut6Hx9Jcn/uNwNlmmf+RuP9ppf9orel3ud2HxtJrpf9oremev/9ppP9orelQmP9ZoPWSuP92q/9cnv9prel4ut53qv9orelYoPWIxdJPmP+HxtGRuP9oo/+Suf9Qmf92q/+RuP+DsP9Pmv+FxdFtre2SyMiRuP9PmP+evv9ppf9cnv+rxf9orepZofV4ut52q/+Dsf+Esv+5y/93q/9aofbF0f93rP9qpf8IzZ1iAAAAL3RSTlMAEg4s3dK5nodgVQoF/Pf39vbt7evr39rV1NTOzs6srJ+fiIZ9fWlpW09ERCwcHMH8LhIAAADRSURBVBjTjdDHkoMwEIThBrzOm3POOQwSYCRhe/f9n2p75FD2zX/VXL5qOAjzkixLsFL6fOFF5PwpXUj/eEwx7Oh9Jq+FdV5MqZkXlU9K4KZsmqY02x/A8LSwv14o0ylJWkP087WVhDfcjmjj5b/E3+CEpDPdGY58C7tKfzSiiA9uB4dV/NIF7yVQ7AGuq0lOIzrvnLP2Et2aMzUqryge8FVX0Zjl5XkG3KsR593pM2zVEScjvbMU7IdGjF19IzZ43Ceyve4Ai5Jep93u9BJs3j/gXjHbRgy31AAAAABJRU5ErkJggg==";const t=new lA(n);return n.style.pointerEvents="none",t.scale.set(.003,.003,.003),t}class vA extends y.Object3D{constructor(e){super();f(this,"disableGetPixel",!0);f(this,"planeMesh");f(this,"ringMesh");f(this,"crossline");f(this,"lineMesh");f(this,"ballMesh");f(this,"cssBallMesh");const i=.18;this.planeMesh=dA(),this.ringMesh=gA(),this.crossline=uA(),this.lineMesh=fA(i),this.ballMesh=mA(),this.cssBallMesh=pA(),this.ballMesh.position.setZ(i),this.cssBallMesh.position.setZ(i),this.planeMesh.renderOrder=0,this.ringMesh.renderOrder=1,this.crossline.renderOrder=2,this.lineMesh.renderOrder=3,this.ballMesh.renderOrder=4,this.add(this.planeMesh,this.lineMesh,this.ballMesh,this.ringMesh,this.cssBallMesh),dr(e)}updateWithIntersect(e){if(!e.face)return;const i=(()=>{const o=e.face.normal.clone().normalize();return o.y>.99?new y.Vector3(0,1,0):o.y<-.99?new y.Vector3(0,-1,0):o.x>.99?new y.Vector3(1,0,0):o.x<-.99?new y.Vector3(-1,0,0):o.z>.99?new y.Vector3(0,0,1):o.z<-.99?new y.Vector3(0,0,-1):o.y<.01&&o.y>-.01?new y.Vector3(o.x,0,o.z):o})(),s=new y.Vector3().addVectors(e.point,i);this.position.copy(e.point),this.lookAt(s)}show(){this.visible=!0,this.add(this.cssBallMesh)}hide(){this.visible=!1,this.remove(this.cssBallMesh)}dispose(){}}class Iu{constructor(t,e){f(this,"five");f(this,"hooks",new Et);f(this,"position",null);f(this,"magnifier",null);f(this,"pointHelper",null);f(this,"state",{enabled:!1,visible:!0});f(this,"group",new y.Group);f(this,"show",()=>{var t,e;this.state.visible||(this.state.visible=!0,(t=this.pointHelper)==null||t.show(),(e=this.magnifier)==null||e.enable(),this.five.needsRender=!0)});f(this,"hide",()=>{var t,e;this.state.visible&&(this.state.visible=!1,(t=this.pointHelper)==null||t.hide(),(e=this.magnifier)==null||e.disable(),this.five.needsRender=!0)});f(this,"updateWithIntersect",(t,e={emitEvent:!0})=>{var s;if(!t)return;this.abortUpdateMagnifier(),this.position=t,e.emitEvent&&this.hooks.emit("intersectionUpdate",t),(s=this.pointHelper)==null||s.updateWithIntersect(t);const i=()=>{var o;return(o=this.magnifier)==null?void 0:o.renderWithPoint(t.point)};this.abortUpdateMagnifier=()=>this.five.off("renderFrame",i),this.five.once("renderFrame",i),this.five.needsRender=!0});f(this,"abortUpdateMagnifier",()=>{});var s,o,r,a,l;this.five=t,this.magnifier=(e==null?void 0:e.magnifier)!==void 0?e.magnifier:new ya(t,de(N({dragEnabled:!0},e==null?void 0:e.magnifierParams),{skipPanorama:(s=e==null?void 0:e.skipPanorama)!=null?s:!1}));let i=null;(e==null?void 0:e.pointHelper)==="default"||(e==null?void 0:e.pointHelper)===void 0?i=new ju(t):(e==null?void 0:e.pointHelper)==="highlight"?i=new vA(t):(e==null?void 0:e.pointHelper)===null?i=null:i=e.pointHelper,this.pointHelper=i,this.group.name="five-point-selector",this.five.scene.add(this.group),(l=this.magnifier)==null||l.appendTo((a=(r=e.container)!=null?r:(o=t.getElement())==null?void 0:o.parentElement)!=null?a:document.body)}enable(){var t;this.state.enabled||(this.state.enabled=!0,this.pointHelper&&this.group.add(this.pointHelper),(t=this.magnifier)==null||t.enable(),this.five.needsRender=!0,this.hooks.emit("enabled"))}disable(){var t;this.state.enabled&&(this.state.enabled=!1,this.pointHelper&&this.group.remove(this.pointHelper),(t=this.magnifier)==null||t.disable(),this.hooks.emit("disabled"))}dispose(){this.hooks.off(),this.disable(),this.magnifier=null,this.pointHelper=null}}const Mu="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;function bA(n,t){const{x:e,y:i}=t,s=e*2-1,o=i*2-1,r=new y.Raycaster;return r.setFromCamera({x:s,y:o},n.camera),r.params.Points.threshold=.02,r}function fr(n,t,e){const i=AA(n,t);return e!=null&&e.virtualPoint?i!=null?i:ku(t):i}function ku(n,t=3){const e=new y.Vector3().addVectors(n.ray.origin,n.ray.direction.clone().normalize().multiplyScalar(t)),i=n.ray.direction.clone().negate();return{distance:t,point:e,object:new y.Object3D,face:new y.Face3(0,0,0,i),raycaster:n,isVirtual:!0}}function AA(n,t){const s=bi(n).intersectRaycaster(t)[0];if(s)return de(N({},s),{raycaster:t,isVirtual:!1})}const Eu=`url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6,12 C9.3137085,12 12,9.3137085 12,6 C12,2.6862915 9.3137085,0 6,0 C2.6862915,0 0,2.6862915 0,6 C0,9.3137085 2.6862915,12 6,12 Z' fill='%23FF5959'%3E%3C/path%3E%3Cg transform='translate(2, 2)' stroke='%23FFFFFF'%3E%3Ccircle cx='4' cy='4' r='4'%3E%3C/circle%3E%3Cline x1='1.07141075' y1='1.23997894' x2='6.64700843' y2='6.81557662'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 6 6, auto`,yA=new y.Vector3;function vn(n){const{raycaster:t,line:e,clampToLine:i=!0}=n,s=new y.Plane().setFromNormalAndCoplanarPoint(t.ray.direction.clone().normalize(),new y.Vector3),o=s.projectPoint(e.start,new y.Vector3),r=s.projectPoint(e.end,new y.Vector3),a=new y.Line3(o,r),l=a.closestPointToPoint(t.ray.origin,i,yA),c=l.distanceTo(r),h=l.distanceTo(o),d=a.distance();if(c>h&&c>d){const u=-l.distanceTo(o)/d,m=e.start.clone().sub(e.end).normalize();return e.start.clone().sub(m.clone().multiplyScalar(u*e.distance()))}else{const u=l.distanceTo(o)/d;return new y.Vector3().lerpVectors(e.start,e.end,u)}}const Su=new y.Vector3,oo=()=>!1;class Ma extends Et{constructor(e,i){var r,a,l,c,h;super();f(this,"_cursorError",!1);f(this,"actionIfNoIntersection","virtualPoint");f(this,"plane");f(this,"planeMode","onlyVirtual");f(this,"pointSelectorHelper");f(this,"five");f(this,"hook",this);f(this,"adhereEnabled",!0);f(this,"adhereRadius",.1);f(this,"adherePlane",[]);f(this,"adhereLine",[]);f(this,"_outOfFive",!1);f(this,"_enabled",!1);f(this,"mode");f(this,"pressDown",!1);f(this,"adherePoints");f(this,"setPressDown");f(this,"lastFiveHelperVisible");f(this,"lastIntersection");f(this,"mousePosition");f(this,"_mouseDownInfo");f(this,"_touchStartInfo");f(this,"config",{});f(this,"select",e=>{e&&this.updatePointSelectorHelperIntersect(e);const i=this.emit("wantsSelect",this.position);return i||(this.pointSelectorHelper.hide(),this.emit("select",this.position),console.debug(this.position)),!i});f(this,"onKeyDown",e=>{e.key==="Shift"&&(this.adhereEnabled=!1)});f(this,"onKeyUp",e=>{e.key==="Shift"&&(this.adhereEnabled=!0)});f(this,"onMouseWheel",e=>{this.updateByMousePosition(e);const i=()=>this.updateByMousePosition();this.five.off("render.prepare",i),this.five.on("render.prepare",i),setTimeout(()=>{this.five.off("render.prepare",i)},200)});f(this,"onEnter",()=>{this.cursorError||this.pointSelectorHelper.show(),this.outOfFive=!1});f(this,"onMouseEnter",()=>{this.onEnter(),this.emit("intersectionUpdate",this.position)});f(this,"onMouseLeave",()=>{this.pointSelectorHelper.hide(),this.outOfFive=!0,this.emit("intersectionUpdate",void 0)});f(this,"onMouseDown",e=>{this._mouseDownInfo={clientX:e.clientX,clientY:e.clientY,timestamp:performance.now()}});f(this,"onMouseUp",e=>{if(!this._mouseDownInfo)return;const{clientX:i,clientY:s,timestamp:o}=this._mouseDownInfo;Math.abs(e.clientX-i)<2&&Math.abs(e.clientY-s)<2&&performance.now()-o<500?this.select():this._mouseDownInfo=null});f(this,"onTouchStart",e=>{this._touchStartInfo={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY,timestamp:performance.now()},this.setPressDown=setTimeout(()=>{if(this.setPressDown=void 0,this.mousePosition={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY},!this.mouseNdcPosition)return;const i=this.updateByNdcPosition(this.mouseNdcPosition);this.pressDown=i},200)});f(this,"onTouchMove",e=>{if(this.setPressDown){let i=!1;if(this._touchStartInfo){const{clientX:s,clientY:o}=this._touchStartInfo;(Math.abs(e.touches[0].clientX-s)>2||Math.abs(e.touches[0].clientY-o)>2)&&(i=!0)}i&&(clearTimeout(this.setPressDown),this.setPressDown=void 0);return}if(this.pressDown){if(this.mousePosition={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY},!this.mouseNdcPosition)return;this.updateByNdcPosition(this.mouseNdcPosition)}});f(this,"onTouchEnd",e=>{if(this.setPressDown){clearTimeout(this.setPressDown),this.setPressDown=void 0;return}this.pressDown&&(setTimeout(()=>{this.pressDown=!1},100),this.select())});f(this,"updateByMousePosition",e=>{if(this.five.getElement()){if(!e||(e==null?void 0:e.buttons)!==0){this.pointSelectorHelper.hide();return}else this.pointSelectorHelper.show();e&&(this.mousePosition={clientX:e.clientX,clientY:e.clientY}),this.updateByNdcPosition(this.mouseNdcPosition)}});f(this,"updateByNdcPosition",e=>{var o,r,a;const i=bA(this.five,e);let s=fr(this.five,i);if(s){if(this.plane&&this.planeMode==="vertical"&&(s=de(N({},s),{point:this.plane.projectPoint(s.point,new y.Vector3),face:new y.Face3(0,0,0,this.plane.normal.clone()),originalPoint:s.point.clone()})),this.plane&&this.planeMode==="onlyPlane"){const l=i.ray.intersectPlane(this.plane,Su);if(!l)return!1;s={distance:this.five.camera.position.distanceTo(l),point:l.clone(),originalPoint:s.point.clone(),face:new y.Face3(0,0,0,this.plane.normal.clone()),raycaster:i}}return this.updatePointSelectorHelperIntersect(s),this.lastIntersection=s,!0}if(this.plane){const l=i.ray.intersectPlane(this.plane,Su);if(l){const c={distance:this.five.camera.position.distanceTo(l),point:l.clone(),object:new y.Object3D,face:new y.Face3(0,0,0,this.plane.normal.clone()),raycaster:i,isVirtual:!0};return this.updatePointSelectorHelperIntersect(c),!0}}if(this.actionIfNoIntersection==="lastPoint")return this.updatePointSelectorHelperIntersect(this.lastIntersection),!0;if(this.actionIfNoIntersection==="virtualPoint"){const l=ku(i,(o=this.lastIntersection)==null?void 0:o.distance);return l.face=new y.Face3(0,0,0,(a=(r=this.lastIntersection)==null?void 0:r.face)==null?void 0:a.normal),l.isVirtual=!0,this.lastIntersection=l,this.updatePointSelectorHelperIntersect(l),!0}else if(this.actionIfNoIntersection==="disable")return this.updatePointSelectorHelperIntersect(null),!1});f(this,"updatePointSelectorHelperIntersect",e=>{var s,o,r,a,l,c,h,d;if(!e){this.pointSelectorHelper.hide(),this.pointSelectorHelper.position=e,this.emit("intersectionUpdate",e),this.five.getElement().style.cursor=Eu;return}this.onEnter(),this.cursorError||(this.five.getElement().style.cursor="");const i=N({},e);if(this.adhereEnabled&&this.mouseNdcPosition&&this.five.renderer){const u={x:this.mouseNdcPosition.x,y:1-this.mouseNdcPosition.y},m=this.five.renderer.getSize(new y.Vector2);if(this.adhereEnabled&&typeof this.adherePoints=="function"&&typeof this.adhereRadius=="number"){for(const g of this.adherePlane){const p=g.distanceToPoint(e.point);let v=g.projectPoint(e.point,new y.Vector3);(!this.plane||this.plane.distanceToPoint(v)<.01)&&(v=(o=(s=this.plane)==null?void 0:s.projectPoint(v,new y.Vector3))!=null?o:v,p<this.adhereRadius&&(i.point=v.clone(),i.adherePoint=v.clone(),this.plane||(i.face=new y.Face3(0,0,0,g.normal.clone())),i.isAdsorbed=!0))}for(const g of this.adhereLine){let p=g.closestPointToPoint(e.point,!1,new y.Vector3);if(p.distanceTo(e.point)<this.adhereRadius)(!this.plane||this.plane.distanceToPoint(p)<.01)&&(p=(a=(r=this.plane)==null?void 0:r.projectPoint(p,new y.Vector3))!=null?a:p,i.point=p.clone(),i.adhereLine=g.clone(),i.isAdsorbed=!0);else{const v=vn({raycaster:new rr(this.five.camera.position,e.point.clone().sub(this.five.camera.position).normalize()),line:g,clampToLine:!1}),b=v.clone().project(this.five.camera);if(b.z<=1){const P={x:(b.x+1)/2,y:(1-b.y)/2},M={x:Math.abs(P.x-u.x)*m.width,y:Math.abs(P.y-u.y)*m.height};let I=v.clone();M.x<10&&M.y<10&&(!this.plane||this.plane.distanceToPoint(I)<.01)&&(I=(c=(l=this.plane)==null?void 0:l.projectPoint(I,new y.Vector3))!=null?c:I,i.point=I.clone(),i.adhereLine=g.clone(),i.isAdsorbed=!0)}}}for(const g of this.adherePoints({intersection:e,pointSelectorInstance:this})){const p=g instanceof y.Face3?new y.Vector3(g.a,g.b,g.c):g;if(p.IsAlwaysVisible=g.IsAlwaysVisible,this.plane&&this.plane.distanceToPoint(p)>.01)continue;if(p.distanceTo(e.point)<this.adhereRadius){i.point=(d=(h=this.plane)==null?void 0:h.projectPoint(p,new y.Vector3))!=null?d:p.clone(),!this.plane&&g instanceof y.Face3&&(i.face=g),i.isAdsorbed=!0;break}else{const b=p.clone().project(this.five.camera);if(b.z>1)continue;const P=this.five.renderer.getSize(new y.Vector2),M={x:(b.x+1)/2,y:(1-b.y)/2},I={x:Math.abs(M.x-u.x)*P.width,y:Math.abs(M.y-u.y)*P.height};if(I.x<10&&I.y<10){let z=!1;if(p.IsAlwaysVisible)z=!0;else{const D=new y.Raycaster;D.setFromCamera(p.clone(),this.five.camera);const j=this.five.model.intersectRaycaster(D)[0],L=.1,O=this.five.camera.position.distanceTo(p);j&&j.distance<O+L&&(z=!0)}if(z){i.point=p.clone(),!this.plane&&g instanceof y.Face3&&(i.face=g),i.isAdsorbed=!0;break}}}}}}this.pointSelectorHelper.updateWithIntersect(i,{emitEvent:!1}),this.emit("intersectionUpdate",i)});f(this,"mousePositionToNdcPosition",e=>{const i=this.five.getElement();if(!i)return null;const{top:s,left:o,width:r,height:a}=i.getBoundingClientRect(),{clientX:l,clientY:c}=e;return{x:(l-o)/r,y:1-(c-s)/a}});f(this,"onFiveWantsPanGesture",()=>{if(this.pressDown)return!1});f(this,"renderScreenCenter",()=>{this.updateByNdcPosition({x:.5,y:.5})});f(this,"emitIntersectionUpdate",e=>{this.emit("intersectionUpdate",e)});this.five=e,this.config=N(N({},this.config),i),this.actionIfNoIntersection=(a=(r=i==null?void 0:i.actionIfNoIntersection)!=null?r:i==null?void 0:i.actionIfNoModelUnderMouse)!=null?a:"virtualPoint";const s=(l=i==null?void 0:i.mode)!=null?l:"auto";s==="auto"?this.mode=Mu?"fixed":"cursor":this.mode=s;const o={autoFixPCPosition:this.mode==="cursor",initialPosition:this.mode==="fixed"?{left:"35%",top:"20%"}:void 0};this.pointSelectorHelper=new Iu(this.five,de(N({},i==null?void 0:i.helper),{magnifierParams:N(N({},o),(c=i==null?void 0:i.helper)==null?void 0:c.magnifierParams),skipPanorama:(h=i==null?void 0:i.skipPanorama)!=null?h:!1})),this.pointSelectorHelper.hide()}get position(){if(!this.outOfFive)return this.pointSelectorHelper.position}get outOfFive(){return this._outOfFive}get enabled(){return this._enabled}get cursorError(){return this._cursorError}set cursorError(e){this._cursorError=e,this.five.getElement().style.cursor=e?Eu:"",e?this.pointSelectorHelper.hide():this.pointSelectorHelper.show()}set outOfFive(e){this._outOfFive=e}set enabled(e){this._enabled=e}get mouseNdcPosition(){return this.mousePosition?this.mousePositionToNdcPosition(this.mousePosition):null}enable(){if(this.enabled)return;this.enabled=!0,this.outOfFive=!1,this.pointSelectorHelper.enable(),this.pointSelectorHelper.hide();const e=this.five.getElement();if(!e)throw new Error("five element not found");this.mode==="cursor"?(this.five.on("wantsMoveToPano",oo),this.five.on("wantsChangeMode",oo),this.five.on("wantsTapGesture",oo),e.addEventListener("touchstart",this.onTouchStart,{passive:!0}),e.addEventListener("touchmove",this.onTouchMove),e.addEventListener("touchend",this.onTouchEnd),e.addEventListener("mousedown",this.onMouseDown),e.addEventListener("mouseup",this.onMouseUp),e.addEventListener("mousemove",this.updateByMousePosition),e.addEventListener("wheel",this.onMouseWheel),e.addEventListener("mouseenter",this.onMouseEnter),e.addEventListener("mouseout",this.onMouseLeave),this.five.on("wantsPanGesture",this.onFiveWantsPanGesture)):this.mode==="fixed"&&(this.five.on("panoArrived",this.renderScreenCenter),this.five.on("panGesture",this.renderScreenCenter),this.five.on("interiaPan",this.renderScreenCenter),this.renderScreenCenter(),this.pointSelectorHelper.show()),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp),this.pointSelectorHelper.hooks.on("intersectionUpdate",this.emitIntersectionUpdate),this.lastFiveHelperVisible=this.five.helperVisible,this.five.helperVisible=!1,this.emit("enable")}disable(){if(!this.enabled)return;this.enabled=!1,this.adherePoints=null,this.adhereLine=[],this.adherePlane=[],this.plane=void 0,this.pointSelectorHelper.disable(),this.five.getElement().style.cursor="";const e=this.five.getElement();this.five.off("wantsPanGesture",this.onFiveWantsPanGesture),this.five.off("wantsMoveToPano",oo),this.five.off("wantsChangeMode",oo),this.five.off("wantsTapGesture",oo),this.five.helperVisible=this.lastFiveHelperVisible,e==null||e.removeEventListener("touchstart",this.onTouchStart),e==null||e.removeEventListener("touchmove",this.onTouchMove),e==null||e.removeEventListener("touchend",this.onTouchEnd),e==null||e.removeEventListener("mousedown",this.onMouseDown),e==null||e.removeEventListener("mouseup",this.onMouseUp),e==null||e.removeEventListener("mousemove",this.updateByMousePosition),e==null||e.removeEventListener("wheel",this.onMouseWheel),e==null||e.removeEventListener("mouseenter",this.onMouseEnter),e==null||e.removeEventListener("mouseout",this.onMouseLeave),this.five.off("panoArrived",this.renderScreenCenter),this.five.off("panGesture",this.renderScreenCenter),this.five.off("interiaPan",this.renderScreenCenter),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp),this.pointSelectorHelper.hooks.off("intersectionUpdate",this.emitIntersectionUpdate),this.emit("disable")}dispose(){this.disable(),this.pointSelectorHelper.dispose()}setAdherePoints(e,i){e?typeof e=="function"?this.adherePoints=e:this.adherePoints=()=>e:this.adherePoints=null}}const xu="data:image/png;base64,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";class Du extends y.Mesh{constructor(e,i){const s=new y.MeshBasicMaterial({opacity:0,color:0,transparent:!1,side:y.DoubleSide}),o=new y.PlaneGeometry(e,i);super(o,s);f(this,"name","opacity-mesh")}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}const fc=n=>n?n.visible===!1?!1:fc(n.parent):!0,Lu=1,Tu=`CSS3DObjectPlus@${Lu}`,wA=.00216,PA=.003;let zu=class extends pn{constructor(e){var z,D,j,L,O;if(hi(e.cornerPoints)&&hi(e.width))throw new Error("cornerPoints and width cannot be both empty");const i=(z=e.container)!=null?z:document.createElement("div"),s=(D=e.cornerPoints)!=null?D:(()=>{const A=e.width/2;return[new G.Vector3(-A,A,0),new G.Vector3(-A,-A,0),new G.Vector3(A,-A,0),new G.Vector3(A,A,0)]})(),o=(j=e.ratio)!=null?j:PA,r=(L=e.dpr)!=null?L:1,a=(O=e.pointerEvents)!=null?O:"auto",l=Math.max(wA,o),c=s[0].distanceTo(s[1]),h=s[1].distanceTo(s[2]),d=so(c/o*r),u=so(h/o*r),m=It(...s);let g;if(l===o)i.style.width=`${d}px`,i.style.height=`${u}px`,g=i;else{const A=document.createElement("div");A.style.width=`${d}px`,A.style.height=`${u}px`,A.style.pointerEvents="none";const C=o/l;i.style.position="absolute",i.style.left="0",i.style.top="0",i.style.width=`${C*d}px`,i.style.height=`${C*u}px`,A.appendChild(i),g=A}super(g);f(this,"version",Lu);f(this,"isCSS3DObjectPlus",!0);f(this,"isCSS3DObject",!0);f(this,"name",Tu);f(this,"container");f(this,"width");f(this,"height");f(this,"domWidthPx");f(this,"domHeightPx");f(this,"cornerPoints");f(this,"centerPosition");f(this,"ratio");f(this,"mode","front");f(this,"hooks",new Et);f(this,"opacityMesh");f(this,"selfVisible",!0);f(this,"setVisible",e=>{this.selfVisible=e,this.visible=fc(this.parent)&&this.selfVisible,this.opacityMesh&&(this.opacityMesh.visible=this.visible)});f(this,"updateVisible",()=>{this.setVisible(this.selfVisible)});f(this,"createOpacityMesh",e=>{const{domWidthPx:i,domHeightPx:s}=e,o=new Du(i,s);return o.position.copy(e.position),o.rotation.copy(e.rotation),o.scale.copy(e.scale),o});if(i.style.pointerEvents=a,Object.assign(i.style,e.style),this.scale.set(l,l,l),this.cornerPoints=s,this.ratio=o,this.container=i,e.mode&&(this.mode=e.mode),l===o)this.width=c,this.height=h,this.domWidthPx=d,this.domHeightPx=u,this.centerPosition=m;else{const A=o/l;this.width=A*c,this.height=A*h,this.domWidthPx=A*d,this.domHeightPx=A*u,this.centerPosition=new G.Vector3().subVectors(m,s[0]).multiplyScalar(A).add(s[0])}i.classList.add(`${Tu}__container`);const p=new G.Vector3().subVectors(s[1],s[0]),v=new G.Vector3().subVectors(s[3],s[0]),b=new G.Vector3().crossVectors(p,v).normalize();this.lookAt(b);const P=this.up.clone().applyQuaternion(this.quaternion),M=v.clone(),I=new G.Vector3().crossVectors(P,M).normalize();this.rotateOnWorldAxis(I,P.angleTo(M)),this.position.copy(m),this.addEventListener("added",()=>{var A;this.mode==="front"&&((A=this.opacityMesh)==null||A.removeFromParent())}),this.addEventListener("removed",()=>{var A;(A=this.opacityMesh)==null||A.removeFromParent()})}removeFromParent(){var i;const e=this.parent;return e!==null&&e.remove(this),(i=this.opacityMesh)==null||i.removeFromParent(),this}removeOpacityMesh(){var e;return(e=this.opacityMesh)==null||e.removeFromParent(),this.opacityMesh=void 0,this}dispose(){var e;this.container.remove(),this.removeFromParent(),(e=this.opacityMesh)==null||e.removeFromParent()}getOpacityMesh(){if(this.opacityMesh)return this.opacityMesh;{const e=this.createOpacityMesh(this);return this.opacityMesh=e,e}}applyMatrix4(e){var i;super.applyMatrix4(e),(i=this.opacityMesh)==null||i.applyMatrix4(e)}applyQuaternion(e){var i;return super.applyQuaternion(e),(i=this.opacityMesh)==null||i.applyQuaternion(e),this}applyScaleMatrix4(e){var i;this.scale.applyMatrix4(e),(i=this.opacityMesh)==null||i.scale.applyMatrix4(e)}};const Ou="data:image/png;base64,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",CA=`
400
+ `;function dA(){const t=new y.CircleGeometry(.2,64),e=new y.ShaderMaterial({side:y.DoubleSide,uniforms:{borderWidth:{value:.01},radius:{value:.2}},vertexShader:cA,fragmentShader:hA,depthTest:!1,transparent:!0,blending:y.CustomBlending,blendEquation:y.AddEquation,blendSrc:y.DstColorFactor,blendDst:y.SrcAlphaFactor,blendDstAlpha:y.DstAlphaFactor});return new y.Mesh(t,e)}function uA(){const t=new y.Group,e={lineWidth:1,lineColor:3407837,lineOpacity:.7,occlusionVisibility:!0},i=new wi(de(N({points:[{x:-.5},{x:.5}]},e),{lineColor:3407837})),s=new wi(de(N({points:[{y:-.5},{y:.5}]},e),{lineColor:3407837}));return t.add(i,s),t}function fA(n){const t=new y.CurvePath;t.add(new y.LineCurve3(new y.Vector3(0,0,0),new y.Vector3(0,0,n)));const e=new y.TubeGeometry(t,32,.003),i=new y.MeshBasicMaterial({color:10994687,depthTest:!1,transparent:!0});return new y.Mesh(e,i)}function gA(){const n=new y.RingGeometry(.03,.035,64),t=new y.MeshBasicMaterial({color:16777215,depthTest:!1,transparent:!0,side:y.DoubleSide});return new y.Mesh(n,t)}function mA(){const n=new y.SphereGeometry(.018,32,32),t=new y.MeshBasicMaterial({color:5085183,depthTest:!1,transparent:!0});return new y.Mesh(n,t)}function pA(){const n=document.createElement("img");n.src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAAw1BMVEUAAACDuuiAsu11q/x8r/+HxtKHxtKIx9J4ut6Hx9Jcn/uNwNlmmf+RuP9ppf9orel3ud2HxtJrpf9oremev/9ppP9orelQmP9ZoPWSuP92q/9cnv9prel4ut53qv9orelYoPWIxdJPmP+HxtGRuP9oo/+Suf9Qmf92q/+RuP+DsP9Pmv+FxdFtre2SyMiRuP9PmP+evv9ppf9cnv+rxf9orepZofV4ut52q/+Dsf+Esv+5y/93q/9aofbF0f93rP9qpf8IzZ1iAAAAL3RSTlMAEg4s3dK5nodgVQoF/Pf39vbt7evr39rV1NTOzs6srJ+fiIZ9fWlpW09ERCwcHMH8LhIAAADRSURBVBjTjdDHkoMwEIThBrzOm3POOQwSYCRhe/f9n2p75FD2zX/VXL5qOAjzkixLsFL6fOFF5PwpXUj/eEwx7Oh9Jq+FdV5MqZkXlU9K4KZsmqY02x/A8LSwv14o0ylJWkP087WVhDfcjmjj5b/E3+CEpDPdGY58C7tKfzSiiA9uB4dV/NIF7yVQ7AGuq0lOIzrvnLP2Et2aMzUqryge8FVX0Zjl5XkG3KsR593pM2zVEScjvbMU7IdGjF19IzZ43Ceyve4Ai5Jep93u9BJs3j/gXjHbRgy31AAAAABJRU5ErkJggg==";const t=new lA(n);return n.style.pointerEvents="none",t.scale.set(.003,.003,.003),t}class vA extends y.Object3D{constructor(e){super();f(this,"disableGetPixel",!0);f(this,"planeMesh");f(this,"ringMesh");f(this,"crossline");f(this,"lineMesh");f(this,"ballMesh");f(this,"cssBallMesh");const i=.18;this.planeMesh=dA(),this.ringMesh=gA(),this.crossline=uA(),this.lineMesh=fA(i),this.ballMesh=mA(),this.cssBallMesh=pA(),this.ballMesh.position.setZ(i),this.cssBallMesh.position.setZ(i),this.planeMesh.renderOrder=0,this.ringMesh.renderOrder=1,this.crossline.renderOrder=2,this.lineMesh.renderOrder=3,this.ballMesh.renderOrder=4,this.add(this.planeMesh,this.lineMesh,this.ballMesh,this.ringMesh,this.cssBallMesh),dr(e)}updateWithIntersect(e){if(!e.face)return;const i=(()=>{const o=e.face.normal.clone().normalize();return o.y>.99?new y.Vector3(0,1,0):o.y<-.99?new y.Vector3(0,-1,0):o.x>.99?new y.Vector3(1,0,0):o.x<-.99?new y.Vector3(-1,0,0):o.z>.99?new y.Vector3(0,0,1):o.z<-.99?new y.Vector3(0,0,-1):o.y<.01&&o.y>-.01?new y.Vector3(o.x,0,o.z):o})(),s=new y.Vector3().addVectors(e.point,i);this.position.copy(e.point),this.lookAt(s)}show(){this.visible=!0,this.add(this.cssBallMesh)}hide(){this.visible=!1,this.remove(this.cssBallMesh)}dispose(){}}class Iu{constructor(t,e){f(this,"five");f(this,"hooks",new Et);f(this,"position",null);f(this,"magnifier",null);f(this,"pointHelper",null);f(this,"state",{enabled:!1,visible:!0});f(this,"group",new y.Group);f(this,"show",()=>{var t,e;this.state.visible||(this.state.visible=!0,(t=this.pointHelper)==null||t.show(),(e=this.magnifier)==null||e.enable(),this.five.needsRender=!0)});f(this,"hide",()=>{var t,e;this.state.visible&&(this.state.visible=!1,(t=this.pointHelper)==null||t.hide(),(e=this.magnifier)==null||e.disable(),this.five.needsRender=!0)});f(this,"updateWithIntersect",(t,e={emitEvent:!0})=>{var s;if(!t)return;this.abortUpdateMagnifier(),this.position=t,e.emitEvent&&this.hooks.emit("intersectionUpdate",t),(s=this.pointHelper)==null||s.updateWithIntersect(t);const i=()=>{var o;return(o=this.magnifier)==null?void 0:o.renderWithPoint(t.point)};this.abortUpdateMagnifier=()=>this.five.off("renderFrame",i),this.five.once("renderFrame",i),this.five.needsRender=!0});f(this,"abortUpdateMagnifier",()=>{});var s,o,r,a,l;this.five=t,this.magnifier=(e==null?void 0:e.magnifier)!==void 0?e.magnifier:new ya(t,de(N({dragEnabled:!0},e==null?void 0:e.magnifierParams),{skipPanorama:(s=e==null?void 0:e.skipPanorama)!=null?s:!1}));let i=null;(e==null?void 0:e.pointHelper)==="default"||(e==null?void 0:e.pointHelper)===void 0?i=new ju(t):(e==null?void 0:e.pointHelper)==="highlight"?i=new vA(t):(e==null?void 0:e.pointHelper)===null?i=null:i=e.pointHelper,this.pointHelper=i,this.group.name="five-point-selector",this.five.scene.add(this.group),(l=this.magnifier)==null||l.appendTo((a=(r=e.container)!=null?r:(o=t.getElement())==null?void 0:o.parentElement)!=null?a:document.body)}enable(){var t;this.state.enabled||(this.state.enabled=!0,this.pointHelper&&this.group.add(this.pointHelper),(t=this.magnifier)==null||t.enable(),this.five.needsRender=!0,this.hooks.emit("enabled"))}disable(){var t;this.state.enabled&&(this.state.enabled=!1,this.pointHelper&&this.group.remove(this.pointHelper),(t=this.magnifier)==null||t.disable(),this.hooks.emit("disabled"))}dispose(){this.hooks.off(),this.disable(),this.magnifier=null,this.pointHelper=null}}const Mu="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;function bA(n,t){const{x:e,y:i}=t,s=e*2-1,o=i*2-1,r=new y.Raycaster;return r.setFromCamera({x:s,y:o},n.camera),r.params.Points.threshold=.02,r}function fr(n,t,e){const i=AA(n,t);return e!=null&&e.virtualPoint?i!=null?i:ku(t):i}function ku(n,t=3){const e=new y.Vector3().addVectors(n.ray.origin,n.ray.direction.clone().normalize().multiplyScalar(t)),i=n.ray.direction.clone().negate();return{distance:t,point:e,object:new y.Object3D,face:new y.Face3(0,0,0,i),raycaster:n,isVirtual:!0}}function AA(n,t){const s=bi(n).intersectRaycaster(t)[0];if(s)return de(N({},s),{raycaster:t,isVirtual:!1})}const Eu=`url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M6,12 C9.3137085,12 12,9.3137085 12,6 C12,2.6862915 9.3137085,0 6,0 C2.6862915,0 0,2.6862915 0,6 C0,9.3137085 2.6862915,12 6,12 Z' fill='%23FF5959'%3E%3C/path%3E%3Cg transform='translate(2, 2)' stroke='%23FFFFFF'%3E%3Ccircle cx='4' cy='4' r='4'%3E%3C/circle%3E%3Cline x1='1.07141075' y1='1.23997894' x2='6.64700843' y2='6.81557662'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 6 6, auto`,yA=new y.Vector3;function vn(n){const{raycaster:t,line:e,clampToLine:i=!0}=n,s=new y.Plane().setFromNormalAndCoplanarPoint(t.ray.direction.clone().normalize(),new y.Vector3),o=s.projectPoint(e.start,new y.Vector3),r=s.projectPoint(e.end,new y.Vector3),a=new y.Line3(o,r),l=a.closestPointToPoint(t.ray.origin,i,yA),c=l.distanceTo(r),h=l.distanceTo(o),d=a.distance();if(c>h&&c>d){const u=-l.distanceTo(o)/d,m=e.start.clone().sub(e.end).normalize();return e.start.clone().sub(m.clone().multiplyScalar(u*e.distance()))}else{const u=l.distanceTo(o)/d;return new y.Vector3().lerpVectors(e.start,e.end,u)}}const Su=new y.Vector3,oo=()=>!1;class Ma extends Et{constructor(e,i){var r,a,l,c,h;super();f(this,"_cursorError",!1);f(this,"actionIfNoIntersection","virtualPoint");f(this,"plane");f(this,"planeMode","onlyVirtual");f(this,"pointSelectorHelper");f(this,"five");f(this,"hook",this);f(this,"adhereEnabled",!0);f(this,"adhereRadius",.1);f(this,"adherePlane",[]);f(this,"adhereLine",[]);f(this,"_outOfFive",!1);f(this,"_enabled",!1);f(this,"mode");f(this,"pressDown",!1);f(this,"adherePoints");f(this,"setPressDown");f(this,"lastFiveHelperVisible");f(this,"lastIntersection");f(this,"mousePosition");f(this,"_mouseDownInfo");f(this,"_touchStartInfo");f(this,"config",{});f(this,"select",e=>{e&&this.updatePointSelectorHelperIntersect(e);const i=this.emit("wantsSelect",this.position);return i||(this.pointSelectorHelper.hide(),this.emit("select",this.position),console.debug(this.position)),!i});f(this,"onKeyDown",e=>{e.key==="Shift"&&(this.adhereEnabled=!1)});f(this,"onKeyUp",e=>{e.key==="Shift"&&(this.adhereEnabled=!0)});f(this,"onMouseWheel",e=>{this.updateByMousePosition(e);const i=()=>this.updateByMousePosition();this.five.off("render.prepare",i),this.five.on("render.prepare",i),setTimeout(()=>{this.five.off("render.prepare",i)},200)});f(this,"onEnter",()=>{this.cursorError||this.pointSelectorHelper.show(),this.outOfFive=!1});f(this,"onMouseEnter",()=>{this.onEnter(),this.emit("intersectionUpdate",this.position)});f(this,"onMouseLeave",()=>{this.pointSelectorHelper.hide(),this.outOfFive=!0,this.emit("intersectionUpdate",void 0)});f(this,"onMouseDown",e=>{this._mouseDownInfo={clientX:e.clientX,clientY:e.clientY,timestamp:performance.now()}});f(this,"onMouseUp",e=>{if(!this._mouseDownInfo)return;const{clientX:i,clientY:s,timestamp:o}=this._mouseDownInfo;Math.abs(e.clientX-i)<2&&Math.abs(e.clientY-s)<2&&performance.now()-o<500?this.select():this._mouseDownInfo=null});f(this,"onTouchStart",e=>{this._touchStartInfo={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY,timestamp:performance.now()},this.setPressDown=setTimeout(()=>{if(this.setPressDown=void 0,this.mousePosition={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY},!this.mouseNdcPosition)return;const i=this.updateByNdcPosition(this.mouseNdcPosition);this.pressDown=i},200)});f(this,"onTouchMove",e=>{if(this.setPressDown){let i=!1;if(this._touchStartInfo){const{clientX:s,clientY:o}=this._touchStartInfo;(Math.abs(e.touches[0].clientX-s)>2||Math.abs(e.touches[0].clientY-o)>2)&&(i=!0)}i&&(clearTimeout(this.setPressDown),this.setPressDown=void 0);return}if(this.pressDown){if(this.mousePosition={clientX:e.touches[0].clientX,clientY:e.touches[0].clientY},!this.mouseNdcPosition)return;this.updateByNdcPosition(this.mouseNdcPosition)}});f(this,"onTouchEnd",e=>{if(this.setPressDown){clearTimeout(this.setPressDown),this.setPressDown=void 0;return}this.pressDown&&(setTimeout(()=>{this.pressDown=!1},100),this.select())});f(this,"updateByMousePosition",e=>{if(this.five.getElement()){if(!e||(e==null?void 0:e.buttons)!==0){this.pointSelectorHelper.hide();return}else this.pointSelectorHelper.show();e&&(this.mousePosition={clientX:e.clientX,clientY:e.clientY}),this.updateByNdcPosition(this.mouseNdcPosition)}});f(this,"updateByNdcPosition",e=>{var o,r,a;const i=bA(this.five,e);console.log("updateByNdcPosition"),this.config.hitFilter&&(i.hitFilter=this.config.hitFilter);let s=fr(this.five,i);if(s){if(this.plane&&this.planeMode==="vertical"&&(s=de(N({},s),{point:this.plane.projectPoint(s.point,new y.Vector3),face:new y.Face3(0,0,0,this.plane.normal.clone()),originalPoint:s.point.clone()})),this.plane&&this.planeMode==="onlyPlane"){const l=i.ray.intersectPlane(this.plane,Su);if(!l)return!1;s={distance:this.five.camera.position.distanceTo(l),point:l.clone(),originalPoint:s.point.clone(),face:new y.Face3(0,0,0,this.plane.normal.clone()),raycaster:i}}return this.updatePointSelectorHelperIntersect(s),this.lastIntersection=s,!0}if(this.plane){const l=i.ray.intersectPlane(this.plane,Su);if(l){const c={distance:this.five.camera.position.distanceTo(l),point:l.clone(),object:new y.Object3D,face:new y.Face3(0,0,0,this.plane.normal.clone()),raycaster:i,isVirtual:!0};return this.updatePointSelectorHelperIntersect(c),!0}}if(this.actionIfNoIntersection==="lastPoint")return this.updatePointSelectorHelperIntersect(this.lastIntersection),!0;if(this.actionIfNoIntersection==="virtualPoint"){const l=ku(i,(o=this.lastIntersection)==null?void 0:o.distance);return l.face=new y.Face3(0,0,0,(a=(r=this.lastIntersection)==null?void 0:r.face)==null?void 0:a.normal),l.isVirtual=!0,this.lastIntersection=l,this.updatePointSelectorHelperIntersect(l),!0}else if(this.actionIfNoIntersection==="disable")return this.updatePointSelectorHelperIntersect(null),!1});f(this,"updatePointSelectorHelperIntersect",e=>{var s,o,r,a,l,c,h,d;if(!e){this.pointSelectorHelper.hide(),this.pointSelectorHelper.position=e,this.emit("intersectionUpdate",e),this.five.getElement().style.cursor=Eu;return}this.onEnter(),this.cursorError||(this.five.getElement().style.cursor="");const i=N({},e);if(this.adhereEnabled&&this.mouseNdcPosition&&this.five.renderer){const u={x:this.mouseNdcPosition.x,y:1-this.mouseNdcPosition.y},m=this.five.renderer.getSize(new y.Vector2);if(this.adhereEnabled&&typeof this.adherePoints=="function"&&typeof this.adhereRadius=="number"){for(const g of this.adherePlane){const p=g.distanceToPoint(e.point);let v=g.projectPoint(e.point,new y.Vector3);(!this.plane||this.plane.distanceToPoint(v)<.01)&&(v=(o=(s=this.plane)==null?void 0:s.projectPoint(v,new y.Vector3))!=null?o:v,p<this.adhereRadius&&(i.point=v.clone(),i.adherePoint=v.clone(),this.plane||(i.face=new y.Face3(0,0,0,g.normal.clone())),i.isAdsorbed=!0))}for(const g of this.adhereLine){let p=g.closestPointToPoint(e.point,!1,new y.Vector3);if(p.distanceTo(e.point)<this.adhereRadius)(!this.plane||this.plane.distanceToPoint(p)<.01)&&(p=(a=(r=this.plane)==null?void 0:r.projectPoint(p,new y.Vector3))!=null?a:p,i.point=p.clone(),i.adhereLine=g.clone(),i.isAdsorbed=!0);else{const v=vn({raycaster:new rr(this.five.camera.position,e.point.clone().sub(this.five.camera.position).normalize()),line:g,clampToLine:!1}),b=v.clone().project(this.five.camera);if(b.z<=1){const P={x:(b.x+1)/2,y:(1-b.y)/2},M={x:Math.abs(P.x-u.x)*m.width,y:Math.abs(P.y-u.y)*m.height};let I=v.clone();M.x<10&&M.y<10&&(!this.plane||this.plane.distanceToPoint(I)<.01)&&(I=(c=(l=this.plane)==null?void 0:l.projectPoint(I,new y.Vector3))!=null?c:I,i.point=I.clone(),i.adhereLine=g.clone(),i.isAdsorbed=!0)}}}for(const g of this.adherePoints({intersection:e,pointSelectorInstance:this})){const p=g instanceof y.Face3?new y.Vector3(g.a,g.b,g.c):g;if(p.IsAlwaysVisible=g.IsAlwaysVisible,this.plane&&this.plane.distanceToPoint(p)>.01)continue;if(p.distanceTo(e.point)<this.adhereRadius){i.point=(d=(h=this.plane)==null?void 0:h.projectPoint(p,new y.Vector3))!=null?d:p.clone(),!this.plane&&g instanceof y.Face3&&(i.face=g),i.isAdsorbed=!0;break}else{const b=p.clone().project(this.five.camera);if(b.z>1)continue;const P=this.five.renderer.getSize(new y.Vector2),M={x:(b.x+1)/2,y:(1-b.y)/2},I={x:Math.abs(M.x-u.x)*P.width,y:Math.abs(M.y-u.y)*P.height};if(I.x<10&&I.y<10){let z=!1;if(p.IsAlwaysVisible)z=!0;else{const D=new y.Raycaster;D.setFromCamera(p.clone(),this.five.camera);const j=this.five.model.intersectRaycaster(D)[0],L=.1,O=this.five.camera.position.distanceTo(p);j&&j.distance<O+L&&(z=!0)}if(z){i.point=p.clone(),!this.plane&&g instanceof y.Face3&&(i.face=g),i.isAdsorbed=!0;break}}}}}}this.pointSelectorHelper.updateWithIntersect(i,{emitEvent:!1}),this.emit("intersectionUpdate",i)});f(this,"mousePositionToNdcPosition",e=>{const i=this.five.getElement();if(!i)return null;const{top:s,left:o,width:r,height:a}=i.getBoundingClientRect(),{clientX:l,clientY:c}=e;return{x:(l-o)/r,y:1-(c-s)/a}});f(this,"onFiveWantsPanGesture",()=>{if(this.pressDown)return!1});f(this,"renderScreenCenter",()=>{this.updateByNdcPosition({x:.5,y:.5})});f(this,"emitIntersectionUpdate",e=>{this.emit("intersectionUpdate",e)});this.five=e,this.config=N(N({},this.config),i),this.actionIfNoIntersection=(a=(r=i==null?void 0:i.actionIfNoIntersection)!=null?r:i==null?void 0:i.actionIfNoModelUnderMouse)!=null?a:"virtualPoint";const s=(l=i==null?void 0:i.mode)!=null?l:"auto";s==="auto"?this.mode=Mu?"fixed":"cursor":this.mode=s;const o={autoFixPCPosition:this.mode==="cursor",initialPosition:this.mode==="fixed"?{left:"35%",top:"20%"}:void 0};this.pointSelectorHelper=new Iu(this.five,de(N({},i==null?void 0:i.helper),{magnifierParams:N(N({},o),(c=i==null?void 0:i.helper)==null?void 0:c.magnifierParams),skipPanorama:(h=i==null?void 0:i.skipPanorama)!=null?h:!1})),this.pointSelectorHelper.hide()}get position(){if(!this.outOfFive)return this.pointSelectorHelper.position}get outOfFive(){return this._outOfFive}get enabled(){return this._enabled}get cursorError(){return this._cursorError}set cursorError(e){this._cursorError=e,this.five.getElement().style.cursor=e?Eu:"",e?this.pointSelectorHelper.hide():this.pointSelectorHelper.show()}set outOfFive(e){this._outOfFive=e}set enabled(e){this._enabled=e}get mouseNdcPosition(){return this.mousePosition?this.mousePositionToNdcPosition(this.mousePosition):null}enable(){if(this.enabled)return;this.enabled=!0,this.outOfFive=!1,this.pointSelectorHelper.enable(),this.pointSelectorHelper.hide();const e=this.five.getElement();if(!e)throw new Error("five element not found");this.mode==="cursor"?(this.five.on("wantsMoveToPano",oo),this.five.on("wantsChangeMode",oo),this.five.on("wantsTapGesture",oo),e.addEventListener("touchstart",this.onTouchStart,{passive:!0}),e.addEventListener("touchmove",this.onTouchMove),e.addEventListener("touchend",this.onTouchEnd),e.addEventListener("mousedown",this.onMouseDown),e.addEventListener("mouseup",this.onMouseUp),e.addEventListener("mousemove",this.updateByMousePosition),e.addEventListener("wheel",this.onMouseWheel),e.addEventListener("mouseenter",this.onMouseEnter),e.addEventListener("mouseout",this.onMouseLeave),this.five.on("wantsPanGesture",this.onFiveWantsPanGesture)):this.mode==="fixed"&&(this.five.on("panoArrived",this.renderScreenCenter),this.five.on("panGesture",this.renderScreenCenter),this.five.on("interiaPan",this.renderScreenCenter),this.renderScreenCenter(),this.pointSelectorHelper.show()),document.addEventListener("keydown",this.onKeyDown),document.addEventListener("keyup",this.onKeyUp),this.pointSelectorHelper.hooks.on("intersectionUpdate",this.emitIntersectionUpdate),this.lastFiveHelperVisible=this.five.helperVisible,this.five.helperVisible=!1,this.emit("enable")}disable(){if(!this.enabled)return;this.enabled=!1,this.adherePoints=null,this.adhereLine=[],this.adherePlane=[],this.plane=void 0,this.pointSelectorHelper.disable(),this.five.getElement().style.cursor="";const e=this.five.getElement();this.five.off("wantsPanGesture",this.onFiveWantsPanGesture),this.five.off("wantsMoveToPano",oo),this.five.off("wantsChangeMode",oo),this.five.off("wantsTapGesture",oo),this.five.helperVisible=this.lastFiveHelperVisible,e==null||e.removeEventListener("touchstart",this.onTouchStart),e==null||e.removeEventListener("touchmove",this.onTouchMove),e==null||e.removeEventListener("touchend",this.onTouchEnd),e==null||e.removeEventListener("mousedown",this.onMouseDown),e==null||e.removeEventListener("mouseup",this.onMouseUp),e==null||e.removeEventListener("mousemove",this.updateByMousePosition),e==null||e.removeEventListener("wheel",this.onMouseWheel),e==null||e.removeEventListener("mouseenter",this.onMouseEnter),e==null||e.removeEventListener("mouseout",this.onMouseLeave),this.five.off("panoArrived",this.renderScreenCenter),this.five.off("panGesture",this.renderScreenCenter),this.five.off("interiaPan",this.renderScreenCenter),document.removeEventListener("keydown",this.onKeyDown),document.removeEventListener("keyup",this.onKeyUp),this.pointSelectorHelper.hooks.off("intersectionUpdate",this.emitIntersectionUpdate),this.emit("disable")}dispose(){this.disable(),this.pointSelectorHelper.dispose()}setAdherePoints(e,i){e?typeof e=="function"?this.adherePoints=e:this.adherePoints=()=>e:this.adherePoints=null}}const xu="data:image/png;base64,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";class Du extends y.Mesh{constructor(e,i){const s=new y.MeshBasicMaterial({opacity:0,color:0,transparent:!1,side:y.DoubleSide}),o=new y.PlaneGeometry(e,i);super(o,s);f(this,"name","opacity-mesh")}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}const fc=n=>n?n.visible===!1?!1:fc(n.parent):!0,Lu=1,Tu=`CSS3DObjectPlus@${Lu}`,wA=.00216,PA=.003;let zu=class extends pn{constructor(e){var z,D,j,L,O;if(hi(e.cornerPoints)&&hi(e.width))throw new Error("cornerPoints and width cannot be both empty");const i=(z=e.container)!=null?z:document.createElement("div"),s=(D=e.cornerPoints)!=null?D:(()=>{const A=e.width/2;return[new G.Vector3(-A,A,0),new G.Vector3(-A,-A,0),new G.Vector3(A,-A,0),new G.Vector3(A,A,0)]})(),o=(j=e.ratio)!=null?j:PA,r=(L=e.dpr)!=null?L:1,a=(O=e.pointerEvents)!=null?O:"auto",l=Math.max(wA,o),c=s[0].distanceTo(s[1]),h=s[1].distanceTo(s[2]),d=so(c/o*r),u=so(h/o*r),m=It(...s);let g;if(l===o)i.style.width=`${d}px`,i.style.height=`${u}px`,g=i;else{const A=document.createElement("div");A.style.width=`${d}px`,A.style.height=`${u}px`,A.style.pointerEvents="none";const C=o/l;i.style.position="absolute",i.style.left="0",i.style.top="0",i.style.width=`${C*d}px`,i.style.height=`${C*u}px`,A.appendChild(i),g=A}super(g);f(this,"version",Lu);f(this,"isCSS3DObjectPlus",!0);f(this,"isCSS3DObject",!0);f(this,"name",Tu);f(this,"container");f(this,"width");f(this,"height");f(this,"domWidthPx");f(this,"domHeightPx");f(this,"cornerPoints");f(this,"centerPosition");f(this,"ratio");f(this,"mode","front");f(this,"hooks",new Et);f(this,"opacityMesh");f(this,"selfVisible",!0);f(this,"setVisible",e=>{this.selfVisible=e,this.visible=fc(this.parent)&&this.selfVisible,this.opacityMesh&&(this.opacityMesh.visible=this.visible)});f(this,"updateVisible",()=>{this.setVisible(this.selfVisible)});f(this,"createOpacityMesh",e=>{const{domWidthPx:i,domHeightPx:s}=e,o=new Du(i,s);return o.position.copy(e.position),o.rotation.copy(e.rotation),o.scale.copy(e.scale),o});if(i.style.pointerEvents=a,Object.assign(i.style,e.style),this.scale.set(l,l,l),this.cornerPoints=s,this.ratio=o,this.container=i,e.mode&&(this.mode=e.mode),l===o)this.width=c,this.height=h,this.domWidthPx=d,this.domHeightPx=u,this.centerPosition=m;else{const A=o/l;this.width=A*c,this.height=A*h,this.domWidthPx=A*d,this.domHeightPx=A*u,this.centerPosition=new G.Vector3().subVectors(m,s[0]).multiplyScalar(A).add(s[0])}i.classList.add(`${Tu}__container`);const p=new G.Vector3().subVectors(s[1],s[0]),v=new G.Vector3().subVectors(s[3],s[0]),b=new G.Vector3().crossVectors(p,v).normalize();this.lookAt(b);const P=this.up.clone().applyQuaternion(this.quaternion),M=v.clone(),I=new G.Vector3().crossVectors(P,M).normalize();this.rotateOnWorldAxis(I,P.angleTo(M)),this.position.copy(m),this.addEventListener("added",()=>{var A;this.mode==="front"&&((A=this.opacityMesh)==null||A.removeFromParent())}),this.addEventListener("removed",()=>{var A;(A=this.opacityMesh)==null||A.removeFromParent()})}removeFromParent(){var i;const e=this.parent;return e!==null&&e.remove(this),(i=this.opacityMesh)==null||i.removeFromParent(),this}removeOpacityMesh(){var e;return(e=this.opacityMesh)==null||e.removeFromParent(),this.opacityMesh=void 0,this}dispose(){var e;this.container.remove(),this.removeFromParent(),(e=this.opacityMesh)==null||e.removeFromParent()}getOpacityMesh(){if(this.opacityMesh)return this.opacityMesh;{const e=this.createOpacityMesh(this);return this.opacityMesh=e,e}}applyMatrix4(e){var i;super.applyMatrix4(e),(i=this.opacityMesh)==null||i.applyMatrix4(e)}applyQuaternion(e){var i;return super.applyQuaternion(e),(i=this.opacityMesh)==null||i.applyQuaternion(e),this}applyScaleMatrix4(e){var i;this.scale.applyMatrix4(e),(i=this.opacityMesh)==null||i.scale.applyMatrix4(e)}};const Ou="data:image/png;base64,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",CA=`
401
401
  <style>
402
402
  .range-piece__container {
403
403
  position: absolute;
@@ -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},u2)}}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 d2({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 b2(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 A2(n){let t,e,i,s;const o=[b2,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 uh extends Ce{constructor(t){super(),Pe(this,t,y2,A2,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"),dt(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 Kf(n,t,e){const i=n.slice();return i[6]=t[e],i}function $f(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=Kf(n,a,c),d=l(h);i.set(d,e[c]=eg(d,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 d=0;d<e.length;d+=1)e[d]&&e[d].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,eg,null,Kf),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 eg(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]&&$f(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=$f(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]&&tg(n),l=n[0]&&ig(n),c=n[3]&&ng(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,d){Y(h,t,d),a&&a.m(t,null),V(t,e),l&&l.m(t,null),Y(h,i,d),c&&c.m(h,d),Y(h,s,d),o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[35]),_e(t,"clientHeight",n[36])],o=!0)},p(h,d){h[1]?a?a.p(h,d):(a=tg(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,d):(l=ig(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),d[0]&16384&&_(t,"opacity",h[14]?"1":"0"),h[3]?c?c.p(h,d):(c=ng(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 tg(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 ig(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 ng(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,d,u,m,g,p,v,b,P,{pxmm:M}=t,{roomAreaEnable:I}=t,{roomNameEnable:z}=t,{roomNameOtherTypeEnable:D}=t,{roomDimensionEnable:j}=t,{room:L}=t,{hoveredRoom:O}=t,{getRoomAreaText:A}=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:Ae}=Te,{width:Fe,height:be}=De,Me=Fe/2,je=be/2;return function(qe){const rt=Be*qe,tt=Ae*qe,it=te.map(([ut,Rt])=>[ut*qe,Rt*qe]);return[[rt+Me,tt-je],[rt-Me,tt-je],[rt-Me,tt+je],[rt+Me,tt+je]].every(ut=>z2(ut,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)},ue=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,A=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?A(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,d=h?T(L,h):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&1&&e(29,u=E?!!(d!=null&&d(M)):!0),n.$$.dirty[0]&1744830464&&e(15,m=u||c||fe),n.$$.dirty[0]&1207959552&&e(14,g=c||fe),n.$$.dirty[0]&671088640&&e(13,p=u||fe),n.$$.dirty[0]&1610612736&&e(12,v=c&&!u),n.$$.dirty[0]&268435456&&e(11,b=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,b,v,p,g,m,r,o,s,B,J,M,O,A,C,E,x,fe,i,u,c,d,h,l,a,ze,ae,Ee,ue]}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 sg(n,t,e){const i=n.slice();return i[17]=t[e],i}function og(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=sg(n,a,c),d=l(h);i.set(d,e[c]=rg(d,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 d=0;d<e.length;d+=1)e[d]&&e[d].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,rg,null,sg),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 rg(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]&&og(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=og(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:d}=t,{getRoomDimensionText:u}=t,{getLabelElement:m}=t,{adaptiveRoomLabelVisibleEnable:g}=t,p=0,v=0;const b=Sr();let P=Po();typeof b=="object"&&"subscribe"in b&&b.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,d=I.getRoomAreaText),"getRoomDimensionText"in I&&e(6,u=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,d,u,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 ag(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function lg(n,t,e){const i=n.slice();return i[14]=t[e],i}function cg(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 hg(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],d=[];for(let g=0;g<h.length;g+=1)d[g]=cg(lg(n,h,g));let u=n[4];const m=g=>g[13];for(let g=0;g<u.length;g+=1){let p=ag(n,u,g),v=m(p);l.set(v,a[g]=hg(v,p))}return{c(){t=U("div"),e=U("div"),i=le(),s=U("div");for(let g=0;g<d.length;g+=1)d[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<d.length;v+=1)d[v]&&d[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 b=lg(g,h,v);d[v]?d[v].p(b,p):(d[v]=cg(b),d[v].c(),d[v].m(s,null))}for(;v<d.length;v+=1)d[v].d(1);d.length=h.length}p&22&&(u=g[4],a=ti(a,p,m,1,g,u,l,r,Er,hg,null,ag)),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(d,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]),d=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}});d.unshift({left:0,bottom:0}),d.push(a?{left:1,bottom:0}:{left:0,bottom:1});const u=h[h.length-1]-h[0],m=h.map((g,p,v)=>{const b=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:b}}).filter(({distance:g})=>g/u>.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,d,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 dg(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=dg(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,dg),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 fg=1e3,gg=180;function Q2(n,t,e){let i,s,o,r,a,l,c,h,d,u,{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-(fg-gg)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(fg-gg)*2),n.$$.dirty&1536&&e(3,d=c/a*100+"%"),n.$$.dirty&384&&e(2,u=h/l*100+"%")},[p,i,u,d,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 qn(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 mg({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=qn(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=qn(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,d;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(),d=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(d,"d",n[0]),w(d,"fill","url(#room-material-pattern-2)")},m(u,m){Y(u,t,m),V(t,e),V(e,i),V(t,s),V(s,o),Y(u,r,m),Y(u,a,m),Y(u,l,m),Y(u,c,m),Y(u,h,m),Y(u,d,m)},p(u,[m]){m&1&&w(a,"d",u[0]),m&1&&w(c,"d",u[0]),m&1&&w(d,"d",u[0])},i:oe,o:oe,d(u){u&&X(t),u&&X(r),u&&X(a),u&&X(l),u&&X(c),u&&X(h),u&&X(d)}}}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=qn(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=qn([{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=qn([{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=qn([{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=qn([{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 pg(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 d3(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 u3(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 vg(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 bg(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=[u3,d3,h3],c=[];function h(u,m){return u[8].floorType===1?0:u[8].floorType===0?1:2}e=h(n),i=c[e]=l[e](n);let d=o&&vg(n);return{c(){t=ke("svg"),i.c(),s=le(),d&&d.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(u,m){Y(u,t,m),c[e].m(t,null),Y(u,s,m),d&&d.m(u,m),Y(u,r,m),a=!0},p(u,m){let g=e;e=h(u),e===g?c[e].p(u,m):(Se(),Z(c[g],1,1,()=>{c[g]=null}),xe(),i=c[e],i?i.p(u,m):(i=c[e]=l[e](u),i.c()),R(i,1),i.m(t,null)),m&1&&(o=u[3]&&u[8].dimension&&Array.isArray(u[8].dimension.vertical)&&u[8].dimension.vertical.length>0&&Array.isArray(u[8].dimension.horizontal)&&u[8].dimension.horizontal.length>0),o?d?(d.p(u,m),m&1&&R(d,1)):(d=vg(u),d.c(),R(d,1),d.m(r.parentNode,r)):d&&(Se(),Z(d,1,1,()=>{d=null}),xe())},i(u){a||(R(i),R(d),a=!0)},o(u){Z(i),Z(d),a=!1},d(u){u&&X(t),c[e].d(),u&&X(s),d&&d.d(u),u&&X(r)}}}function f3(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=bg(pg(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=pg(r,i,l);s[l]?(s[l].p(c,a),R(s[l],1)):(s[l]=bg(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=d=>{"roomLabelsEnable"in d&&e(4,s=d.roomLabelsEnable),"roomDimensionEnable"in d&&e(5,o=d.roomDimensionEnable),"floorIndex"in d&&e(6,r=d.floorIndex),"floorplanData"in d&&e(7,a=d.floorplanData)},n.$$.update=()=>{n.$$.dirty&192&&e(0,i=a.floorDatas[r].rooms.map(d=>de(N({},d),{path:d.path.map(u=>mg(u,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 b3(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 d(){c==null||c.set(void 0)}const{bounding:u}=a,m=qn(o.path,{needZ:!0,format:g=>mg(g,u)});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,d,m,a,l,c,i]}class A3 extends Ce{constructor(t){super(),Pe(this,t,b3,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 yg(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 A3({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]=yg(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,yg,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 wg(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&&wg(n);return{c(){t=U("div"),e=U("img"),s=le(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),dt(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&&!dt(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=wg(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 Pg 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 ui(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,d=c*100+"%",u=h*100+"%",m=-ui(o)+45,g=document.body.clientWidth,p=document.body.clientHeight,b=`${(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,d,u,m,b,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 Cg="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(${Cg})`),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?ui(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,d,u;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])&&Ig(n);const v=[{floorplanData:n[12],floorIndex:n[2]}];let b={};for(let L=0;L<v.length;L+=1)b=gt(b,v[L]);s=new uh({props:b});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]&&Mg(n),z=n[11]&&kg(n),D=n[4]&&Eg(n),j=n[23]&&Sg(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(),d=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,d,O),u=!0},p(L,O){const A=O&5188?vt(m,[{floorIndex:L[2],floorplanData:L[12],roomLabelsEnable:L[6],roomDimensionEnable:L[10]}]):{};t.$set(A),L[3]||L[5]?p?(p.p(L,O),O&40&&R(p,1)):(p=Ig(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=Mg(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=kg(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=Eg(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=Sg(L),j.c(),R(j,1),j.m(d.parentNode,d)):j&&(Se(),Z(j,1,1,()=>{j=null}),xe())},i(L){u||(R(t.$$.fragment,L),R(p),R(s.$$.fragment,L),R(r.$$.fragment,L),R(I),R(z),R(D),R(j),u=!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),u=!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(d)}}}function B3(n){let t,e;return t=new Pg({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 Ig(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 Mg(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 kg(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 Eg(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 Sg(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 d=e;e=l(c),e===d?a[e].p(c,h):(Se(),Z(a[d],1,1,()=>{a[d]=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:d}=t,{roomAreaEnable:u}=t,{roomNameEnable:m}=t,{roomNameOtherTypeEnable:g}=t,{roomDimensionEnable:p}=t,{ruleLabelsEnable:v}=t,{floorplanData:b}=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:A}=t,{northDesc:C}=t,{compassEnable:k}=t,{store:E=void 0}=t;const x=dh(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,d=T.roomLabelsEnable),"roomAreaEnable"in T&&e(7,u=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,b=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,A=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=b.floorDatas[a]),n.$$.dirty&134217728&&e(24,s=i.rooms.length>0||i.is_has_wall)},[o,r,a,l,c,h,d,u,m,g,p,v,b,P,M,I,z,D,j,L,O,A,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 xg(n,t,e){const i=n.slice();return i[26]=t[e],i}function Dg(n){let t,e,i,s=n[15].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Lg(xg(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=xg(n,s,c);o[c]?(o[c].p(h,l),R(o[c],1)):(o[c]=Lg(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=Yn(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 Lg(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]&&Dg(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=Dg(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:d}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:m}=t,{roomNameEnable:g}=t,{roomNameOtherTypeEnable:p}=t,{roomDimensionEnable:v}=t,{ruleLabelsEnable:b}=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:A}=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,d=E.compassEnable),"roomLabelsEnable"in E&&e(9,u=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,b=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,A=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,d,u,m,g,p,v,b,P,M,I,z,D,j,L,O,A,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 Tg(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 zg(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=Zn.BOUNDING_CENTER){const i=zg(n,t),s=zg(n,t+1);return e===Zn.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===Zn.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 Jn=class{constructor(t,e){f(this,"VERSION","3.75.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 ba(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 Jn{};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 Og=500,K3=80;function Ds(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function jg(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 Ds(r,a,e)||Ds(r+i,a,e)}Object.assign(window,{nearlyEqual:Ds,nearlyEqualRad:jg});function $3(n){return Object.prototype.toString.call(n)==="[object Object]"}function _g(n){return $3(n)&&!!n.isVector3}function bh(n,t){return ie(this,null,function*(){const[e]=yield xs(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"?jg(i,s,2):typeof i=="number"&&typeof s=="number"?Ds(i,s,2):_g(s)&&_g(i)?s.distanceTo(i)<.01:i===s})}function tP(n,t,e){const i=n.bounding,s=Math.pow(Math.pow(i.max.x-i.min.x+1,2)+Math.pow(i.max.y-i.min.y+1,2)+Math.pow(i.max.z-i.min.z+1,2),1/2);let o=s/2/Math.tan(Math.PI*t/360);return e<1&&(o=o/e),isNaN(o)?s:o}function iP(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!(!Ds(e,r,2)||!Ds(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!Ds(s,c,2))}function Vg(n,t,e=!0){return ie(this,null,function*(){if(iP(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const h=n.models.find(u=>u.name===n.state.workCode);t.distance=tP(h,t.fov,n.camera.aspect);const[d]=yield xs(bh(n,[t.mode,t,void 0,e]));if(d)throw d;return}const{latitude:o,longitude:r,fov:a}=s,l=Math.min(1e3,Math.max(200,Math.abs(o-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,typeof t.fov=="number"?Math.abs(a-t.fov)*10:1/0)),[c]=yield xs(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 nP(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 sP(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 oP=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=d=>{a=!0,l=d};const[c]=yield xs(Vg(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:Og;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||sP(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();nP(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,Gn),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:Zn.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:d=>d,getRoomAreaText:d=>(d/1e6).toFixed(1)+"㎡",getRoomDimensionText:(d,u)=>(d/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:d=>d.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=de(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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 rP=(n,t)=>new oP(n,t),Bg=[{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}],aP="//vr-image-4.realsee-cdn.cn/release/static/image/doctorstrange/0.6.201-beta/";function lP(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 cP(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 hP=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=d=>{a=!0,l=d};const[c]=yield xs(Vg(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:Og;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&&cP(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(),lP(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,Gn),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:Zn.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,d)=>(h/1e3).toFixed(1)+"m × "+(d/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=de(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:d,width:u,height:m,notes:g,type:p,id:v,rotateX:b,rotateY:P,rotateZ:M=0}=c;return{id:v,positionInImage:{x:(h-i.x)/o,y:(s.y-d)/r},width:u/o,height:m/r,src:aP+Bg[p].href.replace(/\{\{\stheme\s\}\}/,"realsee"),notes:g||Bg[p].description,rotateX:b,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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 dP=(n,t)=>new hP(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,Gn),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:Zn.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,d)=>(h/1e3).toFixed(1)+"m × "+(d/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=de(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 bh(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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 fP=(n,t)=>new uP(n,t);function gP(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 mP(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 pP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function vP(n,t,e){var P,M;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,d=a.getCurrentState().panoIndex,u=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,A=Math.floor(j.positionInImage.x*L),C=Math.floor(j.positionInImage.y*O);return`translate(${A}px, ${C}px)`}function p(I){e(7,d=I)}function v(I){e(9,m=a.work.observers[I].floorIndex)}const b=ar(I=>{e(8,u=I.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",p),a.on("panoArrived",v),a.on("cameraDirectionUpdate",b),function(){a.off("panoWillArrive",p),a.off("panoArrived",v),a.off("cameraDirectionUpdate",b)})),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,d)),n.$$.dirty&256&&e(1,r=pP(u))},[h,r,o,s,a,l,c,d,u,m,i]}let bP=class extends Ce{constructor(t){super(),Pe(this,t,vP,mP,we,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},gP)}};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 Rg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Fg(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 d=h&1;d&&_(i,"width",s),d&&_(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 yP(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=Rg(n,s,r),l=o(a);i.set(l,e[r]=Fg(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,Fg,null,Rg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function wP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}let PP=class extends Ce{constructor(t){super(),Pe(this,t,wP,yP,we,{extraObjects:0},AP)}};function CP(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 IP(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 uh({props:l}),i=new PP({props:{extraObjects:n[7]}});let c=n[3]&&Ng(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,d){ge(t,h,d),Y(h,e,d),ge(i,h,d),Y(h,s,d),c&&c.m(h,d),Y(h,o,d),r=!0},p(h,d){const u=d&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(u);const m={};d&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,d),d&8&&R(c,1)):(c=Ng(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 MP(n){let t,e,i;return{c(){t=U("div"),e=U("img"),w(e,"class","missing-floor-image svelte-18287ai"),dt(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&&!dt(e.src,i=s[6])&&w(e,"src",i)},i:oe,o:oe,d(s){s&&X(t)}}}function Ng(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 kP(n){let t,e,i,s;const o=[MP,IP],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 EP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:d=[]}=t,{highlightData:u}=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,d=p.extraObjects),"highlightData"in p&&e(5,u=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=d==null?void 0:d.filter(p=>p.floorIndex===l))},[r,a,l,c,h,u,m,o,s,g,d,i]}let SP=class extends Ce{constructor(t){super(),Pe(this,t,EP,kP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},CP)}};function xP(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 Gg(n){let t,e,i,s,o=n[8]!==0&&Hg(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=Hg(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 Hg(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 u=0;u<l.length;u+=1)c=gt(c,l[u]);e=new SP({props:c});const h=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let d={};for(let u=0;u<h.length;u+=1)d=gt(d,h[u]);return s=new bP({props:d}),{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(u,m){Y(u,t,m),ge(e,t,null),V(t,i),ge(s,t,null),a=!0},p(u,m){const g=m&6381?vt(l,[{five:u[0],pxmm:u[11],floorIndex:u[12],floorplanData:u[3],hoverEnable:u[2],extraObjects:u[5],highlightData:u[6],missingFloorImageUrl:u[7]}]):{};e.$set(g);const p=m&2073?vt(h,[{pxmm:u[11],five:u[0],floorplanData:u[3],cameraImageUrl:u[4]}]):{};s.$set(p),m&1024&&o!==(o=`${u[10]}px`)&&_(t,"width",o),m&8192&&r!==(r=`${u[13]}px`)&&_(t,"height",r)},i(u){a||(R(e.$$.fragment,u),R(s.$$.fragment,u),a=!0)},o(u){Z(e.$$.fragment,u),Z(s.$$.fragment,u),a=!1},d(u){u&&X(t),me(e),me(s)}}}function DP(n){let t,e,i=n[1]&&Gg(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=Gg(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 LP(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,d=0,u=(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 b(D){e(12,u=i.work.observers[D].floorIndex)}Tt(()=>(i.on("panoArrived",b),()=>{i.off("panoArrived",b)}));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,A=j.y-L.y,C=function(){return O>A?[D,D/O*A]:[D/A*O,D]}();e(10,p=C[0]),e(13,v=C[1]),e(11,d=p/O)}},[i,s,o,r,a,l,c,h,m,g,p,d,u,v,P,M]}let TP=class extends Ce{constructor(t){super(),Pe(this,t,LP,DP,we,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},xP)}},zP=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,Gn)},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=Tg(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=de(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=de(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 TP({target:this.wrapper,props:e})}};const OP=(n,t)=>new zP(n,t);function jP(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 _P(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 d=h&1;(d||h&9)&&_(i,"transform",c[3]),(d||h&3&&s!==(s=`${c[1]}px`))&&_(i,"width",s),(d||h&3&&o!==(o=`${c[1]}px`))&&_(i,"height",o),(d||h&5&&r!==(r=`-${c[2]}px`))&&_(i,"left",r),(d||h&5&&a!==(a=`-${c[2]}px`))&&_(i,"top",a),(d||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 VP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function BP(n,t,e){var I,z;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,{cameraSize:d=36}=t,{cameraOffset:u=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 A=(L.max.x-L.min.x)*l,C=(L.max.y-L.min.y)*l,k=Math.floor(O.positionInImage.x*A),E=Math.floor(O.positionInImage.y*C);return`translate(${k}px, ${E}px)`}function b(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",b),a.on("panoArrived",P),a.on("cameraDirectionUpdate",M),function(){a.off("panoWillArrive",b),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,d=D.cameraSize),"cameraOffset"in D&&e(2,u=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=VP(g))},[h,d,u,r,o,s,a,l,c,m,g,p,i]}class RP extends Ce{constructor(t){super(),Pe(this,t,BP,_P,we,{five:6,pxmm:7,floorplanData:8,cameraImageUrl:0,cameraSize:1,cameraOffset:2},jP)}}function FP(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 Wg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Ug(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 d=h&1;d&&_(i,"width",s),d&&_(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 NP(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=Wg(n,s,r),l=o(a);i.set(l,e[r]=Ug(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,Ug,null,Wg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function GP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class HP extends Ce{constructor(t){super(),Pe(this,t,GP,NP,we,{extraObjects:0},FP)}}function WP(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 uh({props:l}),i=new HP({props:{extraObjects:n[7]}});let c=n[3]&&Qg(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,d){ge(t,h,d),Y(h,e,d),ge(i,h,d),Y(h,s,d),c&&c.m(h,d),Y(h,o,d),r=!0},p(h,d){const u=d&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(u);const m={};d&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,d),d&8&&R(c,1)):(c=Qg(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 UP(n){let t,e;return t=new Pg({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 Qg(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 QP(n){let t,e,i,s;const o=[UP,WP],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 XP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:d=[]}=t,{highlightData:u}=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,d=v.extraObjects),"highlightData"in v&&e(5,u=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=d==null?void 0:d.filter(v=>v.floorIndex===l))},[r,a,l,c,h,u,m,o,s,p,d,g,i]}class YP extends Ce{constructor(t){super(),Pe(this,t,XP,QP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorConfig:6,missingFloorImageUrl:11})}}function ZP(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 Xg(n,t,e){const i=n.slice();return i[6]=t[e],i}function Yg(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 qP(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=Xg(n,s,r),l=o(a);i.set(l,e[r]=Yg(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,Yg,null,Xg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function JP(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(d=>d.floorIndex===o))!=null?h:[])},[r,a,l,i,s,o]}class KP extends Ce{constructor(t){super(),Pe(this,t,JP,qP,we,{floorplanData:4,floorIndex:5,contentWidth:0,contentHeight:1,observerDotSize:2},ZP)}}function $P(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 eC(n){let t,e,i=n[2]&&Zg(n),s=n[3]&&n[4]&&qg(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=Zg(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3]&&o[4]?s?s.p(o,r):(s=qg(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 tC(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 Zg(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 qg(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 iC(n){let t,e,i;function s(a,l){return a[5]?tC:eC}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",nC),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 nC=()=>{};function sC(n,t,e){let i,s,o,{room:r}=t,{isHovered:a}=t,{roomNameEnable:l}=t,{roomAreaEnable:c}=t,{roomAreaSize:h}=t,{userConfigElement:d}=t,{adaptiveRoomLabelVisibleEnable:u}=t,{pxmm:m}=t,{left:g}=t,{top:p}=t,{createLabelInRoomChecker:v}=t;const b=Cn();let P=0,M=0;const I=()=>b("mouseenter"),z=()=>b("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,d=L.userConfigElement),"adaptiveRoomLabelVisibleEnable"in L&&e(12,u=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=u?a||(s?s(m):!0):!0)},[r,a,l,c,h,d,g,p,P,M,o,b,u,m,v,s,i,I,z,D,j]}class oC extends Ce{constructor(t){super(),Pe(this,t,sC,iC,we,{room:0,isHovered:1,roomNameEnable:2,roomAreaEnable:3,roomAreaSize:4,userConfigElement:5,adaptiveRoomLabelVisibleEnable:12,pxmm:13,left:6,top:7,createLabelInRoomChecker:14},$P)}}function rC(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 Jg(n,t,e){const i=n.slice();return i[17]=t[e],i}function Kg(n,t){let e,i,s;function o(){return t[15](t[17])}return i=new oC({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:cC}}),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 aC(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=Jg(n,a,c),d=l(h);i.set(d,e[c]=Kg(d,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 d=0;d<e.length;d+=1)e[d]&&e[d].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,Kg,null,Jg),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 lC(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 cC(n,t){if(t.width===0||t.height===0)return()=>!1;const e=n.path.map(({x:h,y:d})=>[h,d]),i=n.roomLabel.position,{x:s,y:o}=i,{width:r,height:a}=t,l=r/2,c=a/2;return function(d){const u=s*d,m=o*d,g=e.map(([v,b])=>[v*d,b*d]);return[[u+l,m-c],[u-l,m-c],[u-l,m+c],[u+l,m+c]].every(v=>lC(v,g))}}function hC(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:d}=t,{getLabelElement:u}=t,m=0,g=0,p=null;function v(I){e(7,p=I.id)}function b(){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,d=I.getRoomAreaText),"getLabelElement"in I&&e(4,u=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,d,u,m,g,p,s,v,b,o,r,l,i,P,M]}class dC extends Ce{constructor(t){super(),Pe(this,t,hC,aC,we,{floorplanData:11,floorIndex:12,roomNameEnable:0,roomNameOtherTypeEnable:13,roomAreaEnable:1,adaptiveRoomLabelVisibleEnable:2,getRoomAreaText:3,getLabelElement:4},rC)}}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 fC(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(${Cg})`),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,d){Y(h,t,d),V(t,e),V(t,i),V(t,s),V(s,o)},p(h,d){d&1&&Ne(o,h[0]),d&2&&r!==(r=`${h[1]}px`)&&_(t,"width",r),d&4&&a!==(a=`${h[2]}px`)&&_(t,"height",a),d&4&&l!==(l=`-${h[2]}px`)&&_(t,"top",l)},d(h){h&&X(t)}}}function gC(n){let t,e=n[3]&&fC(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 mC(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",d=`rotate(${-(l?ui(l):0)+90}deg)`,u=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,d,u,m,i,r]}class pC extends Ce{constructor(t){super(),Pe(this,t,mC,gC,we,{floorplanData:7,northDesc:0,containerWidth:1,containerHeight:8,height:2},uC)}}function vC(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 $g(n){let t,e,i,s,o=n[25]!==0&&em(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=em(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 em(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 u=0;u<c.length;u+=1)h=gt(h,c[u]);e=new YP({props:h});let d=n[30]&&tm(n);return{c(){t=U("div"),pe(e.$$.fragment),i=le(),d&&d.c(),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),_(t,"width",s),_(t,"height",o),_(t,"cursor",n[9]?"pointer":"default")},m(u,m){Y(u,t,m),ge(e,t,null),V(t,i),d&&d.m(t,null),r=!0,a||(l=_e(t,"click",n[31]),a=!0)},p(u,m){const g=m[0]&270533101?vt(c,[{five:u[0],pxmm:u[28],floorIndex:u[21],floorplanData:u[3],hoverEnable:u[2],extraObjects:u[5],highlightData:u[6],missingFloorImageUrl:u[7],missingFloorConfig:u[8]}]):{};e.$set(g),u[30]?d?(d.p(u,m),m[0]&1073741824&&R(d,1)):(d=tm(u),d.c(),R(d,1),d.m(t,null)):d&&(Se(),Z(d,1,1,()=>{d=null}),xe()),m[0]&134217728&&s!==(s=`${u[27]}px`)&&_(t,"width",s),m[0]&536870912&&o!==(o=`${u[29]}px`)&&_(t,"height",o),m[0]&512&&_(t,"cursor",u[9]?"pointer":"default")},i(u){r||(R(e.$$.fragment,u),R(d),r=!0)},o(u){Z(e.$$.fragment,u),Z(d),r=!1},d(u){u&&X(t),me(e),d&&d.d(),a=!1,l()}}}function tm(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 u=0;u<a.length;u+=1)l=gt(l,a[u]);t=new KP({props:l});let c=n[10]&&im(n),h=n[17]&&nm(n),d=n[22]&&sm(n);return{c(){pe(t.$$.fragment),e=le(),c&&c.c(),i=le(),h&&h.c(),s=le(),d&&d.c(),o=Re()},m(u,m){ge(t,u,m),Y(u,e,m),c&&c.m(u,m),Y(u,i,m),h&&h.m(u,m),Y(u,s,m),d&&d.m(u,m),Y(u,o,m),r=!0},p(u,m){const g=m[0]&674234376?vt(a,[{floorplanData:u[3],floorIndex:u[21],contentWidth:u[27],contentHeight:u[29],observerDotSize:u[20]}]):{};t.$set(g),u[10]?c?(c.p(u,m),m[0]&1024&&R(c,1)):(c=im(u),c.c(),R(c,1),c.m(i.parentNode,i)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe()),u[17]?h?(h.p(u,m),m[0]&131072&&R(h,1)):(h=nm(u),h.c(),R(h,1),h.m(s.parentNode,s)):h&&(Se(),Z(h,1,1,()=>{h=null}),xe()),u[22]?d?(d.p(u,m),m[0]&4194304&&R(d,1)):(d=sm(u),d.c(),R(d,1),d.m(o.parentNode,o)):d&&(Se(),Z(d,1,1,()=>{d=null}),xe())},i(u){r||(R(t.$$.fragment,u),R(c),R(h),R(d),r=!0)},o(u){Z(t.$$.fragment,u),Z(c),Z(h),Z(d),r=!1},d(u){me(t,u),u&&X(e),c&&c.d(u),u&&X(i),h&&h.d(u),u&&X(s),d&&d.d(u),u&&X(o)}}}function im(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 dC({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 nm(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 pC({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 sm(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 RP({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 bC(n){let t,e,i=n[1]&&$g(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=$g(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:d}=t,{missingFloorConfig:u}=t,{clickEnable:m=!0}=t,{roomLabelsEnable:g=!1}=t,{roomNameEnable:p=!0}=t,{roomNameOtherTypeEnable:v=!0}=t,{roomAreaEnable:b=!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:A=!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,ue=ae/B,ce=Ee/J;E({imageX:ue,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,d=ee.missingFloorImageUrl),"missingFloorConfig"in ee&&e(8,u=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,b=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,A=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,ue=ze.y-ae.y,ce=function(){return Ee>ue?[fe,fe/Ee*ue]:[fe/ue*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,d,u,m,g,p,v,b,P,M,I,z,D,j,L,O,A,C,k,T,H,B,x,J,i,ne,E,$,re]}class yC extends Ce{constructor(t){super(),Pe(this,t,AC,bC,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},vC,[-1,-1])}}let wC=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 d=h.positionInImage.x,u=h.positionInImage.y,m=Math.sqrt(Math.pow(s-d,2)+Math.pow(o-u,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,Gn),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,Gn),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=Tg(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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 yC({target:this.wrapper,props:o})}};const PC=(n,t)=>new wC(n,t),CC=[{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:"和室"}],IC=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],MC=[{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:"写字楼"}],Ah=(n,t,e)=>{const i=new y.Matrix4,s=new y.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},kC=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(Ah(s,0,0)),o&&n.applyMatrix4(Ah(0,o,0)),r&&n.applyMatrix4(Ah(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function om(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 rm={},Ci=void 0,EC=rm;function yh(n,t){var e=n.split("."),i=EC;!(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 bt=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined"&&typeof DataView!="undefined";function Ls(n){var t=n.length,e=0,i=Number.POSITIVE_INFINITY,s,o,r,a,l,c,h,d,u,m;for(d=0;d<t;++d)n[d]>e&&(e=n[d]),n[d]<i&&(i=n[d]);for(s=1<<e,o=new(bt?Uint32Array:Array)(s),r=1,a=0,l=2;r<=e;){for(d=0;d<t;++d)if(n[d]===r){for(c=0,h=a,u=0;u<r;++u)c=c<<1|h&1,h>>=1;for(m=r<<16|d,u=c;u<s;u+=l)o[u]=m;++a}++r,a<<=1,l<<=1}return[o,e,i]}function Kn(n,t){switch(this.g=[],this.h=32768,this.d=this.f=this.a=this.l=0,this.input=bt?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(bt?Uint8Array:Array)(32768+this.h+258);break;case ol:this.b=0,this.c=new(bt?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,am={t:wh,s:ol};Kn.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,bt)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(bt)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(SC,xC);break;case 2:for(var h=Ti(this,5)+257,d=Ti(this,5)+1,u=Ti(this,4)+4,m=new(bt?Uint8Array:Array)(Ph.length),g=Ci,p=Ci,v=Ci,b=Ci,P=Ci,M=Ci,I=Ci,D=Ci,z=Ci,D=0;D<u;++D)m[Ph[D]]=Ti(this,3);if(!bt)for(D=u,u=m.length;D<u;++D)m[Ph[D]]=0;for(g=Ls(m),b=new(bt?Uint8Array:Array)(h+d),D=0,z=h+d;D<z;)switch(P=Dr(this,g),P){case 16:for(I=3+Ti(this,2);I--;)b[D++]=M;break;case 17:for(I=3+Ti(this,3);I--;)b[D++]=0;M=0;break;case 18:for(I=11+Ti(this,7);I--;)b[D++]=0;M=0;break;default:M=b[D++]=P}p=Ls(bt?b.subarray(0,h):b.slice(0,h)),v=Ls(bt?b.subarray(h):b.slice(h)),this.j(p,v);break;default:throw Error("unknown BTYPE: "+n)}}return this.n()};var lm=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Ph=bt?new Uint16Array(lm):lm,cm=[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],hm=bt?new Uint16Array(cm):cm,dm=[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=bt?new Uint8Array(dm):dm,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],fm=bt?new Uint16Array(um):um,gm=[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=bt?new Uint8Array(gm):gm,Ch=new(bt?Uint8Array:Array)(288),Ts,mm;for(Ts=0,mm=Ch.length;Ts<mm;++Ts)Ch[Ts]=143>=Ts?8:255>=Ts?9:279>=Ts?7:8;var SC=Ls(Ch),Ih=new(bt?Uint8Array:Array)(30),ll,pm;for(ll=0,pm=Ih.length;ll<pm;++ll)Ih[ll]=5;var xC=Ls(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}Kn.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=hm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=fm[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},Kn.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=hm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=fm[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},Kn.prototype.e=function(){var n=new(bt?Uint8Array:Array)(this.b-32768),t=this.b-32768,e,i,s=this.c;if(bt)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,bt)s.set(s.subarray(t,t+32768));else for(e=0;32768>e;++e)s[e]=s[t+e];return this.b=32768,s},Kn.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,bt?(t=new Uint8Array(s),t.set(a)):t=a,this.c=t},Kn.prototype.n=function(){var n=0,t=this.c,e=this.g,i,s=new(bt?Uint8Array:Array)(this.l+(this.b-32768)),o,r,a,l;if(e.length===0)return bt?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},Kn.prototype.v=function(){var n,t=this.b;return bt?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 vm:this.method=vm;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 Kn(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,d=0;0<c;){h=1024<c?1024:c,c-=h;do a+=i[d++],l+=a;while(--h);a%=65521,l%=65521}if(e!==(l<<16|a)>>>0)throw Error("invalid adler-32 checksum")}return t};var vm=8;yh("Zlib.Inflate",Mh),yh("Zlib.Inflate.prototype.decompress",Mh.prototype.k);var kh={ADAPTIVE:am.s,BLOCK:am.t},Lr,Tr,Do,bm;if(Object.keys)Lr=Object.keys(kh);else for(Tr in Lr=[],Do=0,kh)Lr[Do++]=Tr;for(Do=0,bm=Lr.length;Do<bm;++Do)Tr=Lr[Do],yh("Zlib.Inflate.BufferType."+Tr,kh[Tr]);var Am=rm.Zlib,ym={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],d=o[a-c],u=s[c]/(h+d);s[c]=l+h*u,l=d*u}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),d=1;d<=e;++d){c[d]=t-s[n+1-d],h[d]=s[n+d]-t;for(var u=0,O=0;O<d;++O){var m=h[O+1],g=c[d-O];l[d][O]=m+g;var p=l[O][d-1]/l[d][O];l[O][d]=u+m*p,u=g*p}l[d][d]=u}for(var d=0;d<=e;++d)a[0][d]=l[d][e];for(var O=0;O<=e;++O){for(var v=0,b=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[b][0]=P[v][0]/l[D+1][z],I=P[b][0]*l[z][D]);for(var j=z>=-1?1:-z,L=O-1<=D?M-1:e-O,d=j;d<=L;++d)P[b][d]=(P[v][d]-P[v][d-1])/l[D+1][z+d],I+=P[b][d]*l[z+d][D];O<=D&&(P[b][M]=-P[v][M-1]/l[D+1][O],I+=P[b][M]*l[O][D]),a[M][O]=I;var d=v;v=b,b=d}}for(var O=e,M=1;M<=i;++M){for(var d=0;d<=e;++d)a[M][d]*=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 d=e[h].clone(),u=d.w;d.x*=u,d.y*=u,d.z*=u,c[h]=d}for(var m=0;m<=o;++m){for(var d=c[a-n].clone().multiplyScalar(l[m][0]),g=1;g<=n;++g)d.add(c[a-n+g].clone().multiplyScalar(l[m][g]));r[m]=d}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),d=this.calcBasisFunctions(c,r,t,i),u=[],m=0;m<=t;++m){u[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,u[m].add(p.multiplyScalar(h[g]))}}for(var b=new G.Vector4(0,0,0,0),m=0;m<=t;++m)b.add(u[m].multiplyScalar(d[m]));b.divideScalar(b.w),a.set(b.x,b.y,b.z)}},zs=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)}};zs.prototype=Object.create(G.Curve.prototype),zs.prototype.constructor=zs,zs.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=ym.calcBSplinePoint(this.degree,this.knots,this.controlPoints,i);return s.w!=1&&s.divideScalar(s.w),e.set(s.x,s.y,s.z)},zs.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=ym.calcNURBSDerivatives(this.degree,this.knots,this.controlPoints,i,1);return e.copy(s[1]).normalize(),e};var wm=function(){var n,t,e;function i(A){G.Loader.call(this,A)}i.prototype=Object.assign(Object.create(G.Loader.prototype),{constructor:i,load:function(A,C,k,E){var x=this,T=x.path===""?G.LoaderUtils.extractUrlBase(A):x.path,H=new G.FileLoader(this.manager);H.setPath(x.path),H.setResponseType("arraybuffer"),H.load(A,function(B){try{C(x.parse(B,T))}catch(J){E?E(J):console.error(J),x.manager.itemError(A)}},k,E)},parse:function(A,C){if(d(A))n=new l().parse(A);else{var k=D(A);if(!u(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(A,C){this.textureLoader=A,this.manager=C}s.prototype={constructor:s,parse:function(){t=this.parseConnections();var A=this.parseImages(),C=this.parseTextures(A),k=this.parseMaterials(C),E=this.parseDeformers(),x=new o().parse(E);return this.parseScene(E,x,k),e},parseConnections:function(){var A=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];A.has(E)||A.set(E,{parents:[],children:[]});var H={ID:x,relationship:T};A.get(E).parents.push(H),A.has(x)||A.set(x,{parents:[],children:[]});var B={ID:E,relationship:T};A.get(x).children.push(B)})}return A},parseImages:function(){var A={},C={};if("Video"in n.Objects){var k=n.Objects.Video;for(var E in k){var x=k[E],T=parseInt(E);if(A[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 A){var ne=A[T];C[ne]!==void 0?A[T]=C[ne]:A[T]=A[T].split("\\").pop()}return A},parseImage:function(A){var C=A.Content,k=A.RelativeFilename||A.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(A){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],A);C.set(parseInt(E),x)}}return C},parseTexture:function(A,C){var k=this.loadTexture(A,C);k.ID=A.id,k.name=A.attrName;var E=A.WrapModeU,x=A.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 A){var B=A.Scaling.value;k.repeat.x=B[0],k.repeat.y=B[1]}return k},loadTexture:function(A,C){var k,E=this.textureLoader.path,x=t.get(A.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=A.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",A.RelativeFilename),T=new G.Texture):T=B.load(k)}else H==="psd"?(console.warn("FBXLoader: PSD textures are not supported, creating placeholder texture for",A.RelativeFilename),T=new G.Texture):T=this.textureLoader.load(k);return this.textureLoader.setPath(E),T},parseMaterials:function(A){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],A);x!==null&&C.set(parseInt(E),x)}}return C},parseMaterial:function(A,C){var k=A.id,E=A.attrName,x=A.ShadingModel;if(typeof x=="object"&&(x=x.value),!t.has(k))return null;var T=this.parseParameters(A,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(A,C,k){var E={};A.BumpFactor&&(E.bumpScale=A.BumpFactor.value),A.Diffuse?E.color=new G.Color().fromArray(A.Diffuse.value):A.DiffuseColor&&A.DiffuseColor.type==="Color"&&(E.color=new G.Color().fromArray(A.DiffuseColor.value)),A.DisplacementFactor&&(E.displacementScale=A.DisplacementFactor.value),A.Emissive?E.emissive=new G.Color().fromArray(A.Emissive.value):A.EmissiveColor&&A.EmissiveColor.type==="Color"&&(E.emissive=new G.Color().fromArray(A.EmissiveColor.value)),A.EmissiveFactor&&(E.emissiveIntensity=parseFloat(A.EmissiveFactor.value)),A.Opacity&&(E.opacity=parseFloat(A.Opacity.value)),E.opacity<1&&(E.transparent=!0),A.ReflectionFactor&&(E.reflectivity=A.ReflectionFactor.value),A.Shininess&&(E.shininess=A.Shininess.value),A.Specular?E.specular=new G.Color().fromArray(A.Specular.value):A.SpecularColor&&A.SpecularColor.type==="Color"&&(E.specular=new G.Color().fromArray(A.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(A,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),A.get(C)},parseDeformers:function(){var A={},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,A[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:A,morphTargets:C}},parseSkeleton:function(A,C){var k=[];return A.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(A,C){for(var k=[],E=0;E<A.children.length;E++){var x=A.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(A,C,k){e=new G.Group;var E=this.parseModels(A.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(A.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(A,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,A,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(A,C,k,E){var x=null;return A.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(A){var C,k;if(A.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(A){var C,k;if(A.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(A,C,k){var E,x=null,T=null,H=[];return A.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(A,C){var k=A.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(A,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),A.userData.transformData=k},setLookAtProperties:function(A,C){if("LookAtProperty"in C){var k=t.get(A.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;A.target!==void 0?(A.target.position.fromArray(T),e.add(A.target)):A.lookAt(new G.Vector3().fromArray(T))}}})}},bindSkeleton:function(A,C,k){var E=this.parsePoseNodes();for(var x in A){var T=A[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 A={};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){A[x.Node]=new G.Matrix4().fromArray(x.Matrix.a)}):A[E.Node]=new G.Matrix4().fromArray(E.Matrix.a)}}return A},createAmbientLight:function(){if("GlobalSettings"in n&&"AmbientColor"in n.GlobalSettings){var A=n.GlobalSettings.AmbientColor.value,C=A[0],k=A[1],E=A[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 A=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){A.setupMorphMaterial(C,k,E)}):A.setupMorphMaterial(C,C.material))})},setupMorphMaterial:function(A,C,k){var E=A.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?A.material=H:A.material[k]=H}else C.morphTargets=!0}};function o(){}o.prototype={constructor:o,parse:function(A){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],A);C.set(parseInt(E),T)}}return C},parseGeometry:function(A,C,k){switch(C.attrType){case"Mesh":return this.parseMeshGeometry(A,C,k);case"NurbsCurve":return this.parseNurbsGeometry(C)}},parseMeshGeometry:function(A,C,k){var E=k.skeletons,x=[],T=A.parents.map(function($){return n.Objects.Model[$.ID]});if(T.length!==0){var H=A.children.reduce(function($,re){return E[re.ID]!==void 0&&($=E[re.ID]),$},null);A.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(A,C,k,E){var x=new G.BufferGeometry;A.attrName&&(x.name=A.attrName);var T=this.parseGeoNode(A,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,A,k,E),x},parseGeoNode:function(A,C){var k={};if(k.vertexPositions=A.Vertices!==void 0?A.Vertices.a:[],k.vertexIndices=A.PolygonVertexIndex!==void 0?A.PolygonVertexIndex.a:[],A.LayerElementColor&&(k.color=this.parseVertexColors(A.LayerElementColor[0])),A.LayerElementMaterial&&(k.material=this.parseMaterialIndices(A.LayerElementMaterial[0])),A.LayerElementNormal&&(k.normal=this.parseNormals(A.LayerElementNormal[0])),A.LayerElementUV){k.uv=[];for(var E=0;A.LayerElementUV[E];)k.uv.push(this.parseUVs(A.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(A){var C={vertex:[],normal:[],colors:[],uvs:[],materialIndex:[],vertexWeights:[],weightsIndices:[]},k=0,E=0,x=!1,T=[],H=[],B=[],J=[],ne=[],$=[],re=this;return A.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),A.color){var ue=v(fe,k,ee,A.color);B.push(ue[0],ue[1],ue[2])}if(A.skeleton){if(A.weightTable[ee]!==void 0&&A.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,Ae){var Fe=Be,be=ae[Ae];De.forEach(function(Me,je,Ze){if(Fe>Me){Ze[je]=Fe,Fe=Me;var qe=ce[je];ce[je]=be,be=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(A.normal){var ue=v(fe,k,ee,A.normal);H.push(ue[0],ue[1],ue[2])}if(A.material&&A.material.mappingType!=="AllSame")var Te=v(fe,k,ee,A.material)[0];A.uv&&A.uv.forEach(function(Be,Ae){var Fe=v(fe,k,ee,Be);J[Ae]===void 0&&(J[Ae]=[]),J[Ae].push(Fe[0]),J[Ae].push(Fe[1])}),E++,ze&&(re.genFace(C,A,T,Te,H,B,J,ne,$,E),k++,E=0,T=[],H=[],B=[],J=[],ne=[],$=[])}),C},genFace:function(A,C,k,E,x,T,H,B,J,ne){for(var $=2;$<ne;$++)A.vertex.push(C.vertexPositions[k[0]]),A.vertex.push(C.vertexPositions[k[1]]),A.vertex.push(C.vertexPositions[k[2]]),A.vertex.push(C.vertexPositions[k[($-1)*3]]),A.vertex.push(C.vertexPositions[k[($-1)*3+1]]),A.vertex.push(C.vertexPositions[k[($-1)*3+2]]),A.vertex.push(C.vertexPositions[k[$*3]]),A.vertex.push(C.vertexPositions[k[$*3+1]]),A.vertex.push(C.vertexPositions[k[$*3+2]]),C.skeleton&&(A.vertexWeights.push(B[0]),A.vertexWeights.push(B[1]),A.vertexWeights.push(B[2]),A.vertexWeights.push(B[3]),A.vertexWeights.push(B[($-1)*4]),A.vertexWeights.push(B[($-1)*4+1]),A.vertexWeights.push(B[($-1)*4+2]),A.vertexWeights.push(B[($-1)*4+3]),A.vertexWeights.push(B[$*4]),A.vertexWeights.push(B[$*4+1]),A.vertexWeights.push(B[$*4+2]),A.vertexWeights.push(B[$*4+3]),A.weightsIndices.push(J[0]),A.weightsIndices.push(J[1]),A.weightsIndices.push(J[2]),A.weightsIndices.push(J[3]),A.weightsIndices.push(J[($-1)*4]),A.weightsIndices.push(J[($-1)*4+1]),A.weightsIndices.push(J[($-1)*4+2]),A.weightsIndices.push(J[($-1)*4+3]),A.weightsIndices.push(J[$*4]),A.weightsIndices.push(J[$*4+1]),A.weightsIndices.push(J[$*4+2]),A.weightsIndices.push(J[$*4+3])),C.color&&(A.colors.push(T[0]),A.colors.push(T[1]),A.colors.push(T[2]),A.colors.push(T[($-1)*3]),A.colors.push(T[($-1)*3+1]),A.colors.push(T[($-1)*3+2]),A.colors.push(T[$*3]),A.colors.push(T[$*3+1]),A.colors.push(T[$*3+2])),C.material&&C.material.mappingType!=="AllSame"&&(A.materialIndex.push(E),A.materialIndex.push(E),A.materialIndex.push(E)),C.normal&&(A.normal.push(x[0]),A.normal.push(x[1]),A.normal.push(x[2]),A.normal.push(x[($-1)*3]),A.normal.push(x[($-1)*3+1]),A.normal.push(x[($-1)*3+2]),A.normal.push(x[$*3]),A.normal.push(x[$*3+1]),A.normal.push(x[$*3+2])),C.uv&&C.uv.forEach(function(re,ee){A.uvs[ee]===void 0&&(A.uvs[ee]=[]),A.uvs[ee].push(H[ee][0]),A.uvs[ee].push(H[ee][1]),A.uvs[ee].push(H[ee][($-1)*2]),A.uvs[ee].push(H[ee][($-1)*2+1]),A.uvs[ee].push(H[ee][$*2]),A.uvs[ee].push(H[ee][$*2+1])})},addMorphTargets:function(A,C,k,E){if(k.length!==0){A.morphTargetsRelative=!0,A.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(A,C,B,E,H.name)})})}},genMorphGeometry:function(A,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=A.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),A.morphAttributes.position.push(ze)},parseNormals:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType,E=A.Normals.a,x=[];return k==="IndexToDirect"&&("NormalIndex"in A?x=A.NormalIndex.a:"NormalsIndex"in A&&(x=A.NormalsIndex.a)),{dataSize:3,buffer:E,indices:x,mappingType:C,referenceType:k}},parseUVs:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType,E=A.UV.a,x=[];return k==="IndexToDirect"&&(x=A.UVIndex.a),{dataSize:2,buffer:E,indices:x,mappingType:C,referenceType:k}},parseVertexColors:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType,E=A.Colors.a,x=[];return k==="IndexToDirect"&&(x=A.ColorIndex.a),{dataSize:4,buffer:E,indices:x,mappingType:C,referenceType:k}},parseMaterialIndices:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType;if(C==="NoMappingInformation")return{dataSize:1,buffer:[0],indices:[0],mappingType:"AllSame",referenceType:k};for(var E=A.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(A){if(zs===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(A.Order);if(isNaN(C))return console.error("THREE.FBXLoader: Invalid Order %s given for geometry ID: %s",A.Order,A.id),new G.BufferGeometry;for(var k=C-1,E=A.KnotVector.a,x=[],T=A.Points.a,H=0,B=T.length;H<B;H+=4)x.push(new G.Vector4().fromArray(T,H));var J,ne;if(A.Form==="Closed")x.push(x[0]);else if(A.Form==="Periodic"){J=k,ne=E.length-1-J;for(var H=0;H<k;++H)x.push(x[H])}var $=new zs(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 A=[],C=this.parseClips();if(C!==void 0)for(var k in C){var E=C[k],x=this.addClip(E);A.push(x)}return A},parseClips:function(){if(n.Objects.AnimationCurve!==void 0){var A=this.parseAnimationCurveNodes();this.parseAnimationCurves(A);var C=this.parseAnimationLayers(A),k=this.parseAnimStacks(C);return k}},parseAnimationCurveNodes:function(){var A=n.Objects.AnimationCurveNode,C=new Map;for(var k in A){var E=A[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(A){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/)?A.get(T).curves.x=E:H.match(/Y/)?A.get(T).curves.y=E:H.match(/Z/)?A.get(T).curves.z=E:H.match(/d|DeformPercent/)&&A.has(T)&&(A.get(T).curves.morph=E)}}},parseAnimationLayers:function(A){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(A.has(B.ID)){var ne=A.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(A){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=A.get(x[0].ID);k[E]={name:C[E].attrName,layer:T}}return k},addClip:function(A){var C=[],k=this;return A.layer.forEach(function(E){C=C.concat(k.generateTracks(E))}),new G.AnimationClip(A.name,-1,C)},generateTracks:function(A){var C=[],k=new G.Vector3,E=new G.Quaternion,x=new G.Vector3;if(A.transform&&A.transform.decompose(k,E,x),k=k.toArray(),E=new G.Euler().setFromQuaternion(E,A.eulerOrder).toArray(),x=x.toArray(),A.T!==void 0&&Object.keys(A.T.curves).length>0){var T=this.generateVectorTrack(A.modelName,A.T.curves,k,"position");T!==void 0&&C.push(T)}if(A.R!==void 0&&Object.keys(A.R.curves).length>0){var H=this.generateRotationTrack(A.modelName,A.R.curves,E,A.preRotation,A.postRotation,A.eulerOrder);H!==void 0&&C.push(H)}if(A.S!==void 0&&Object.keys(A.S.curves).length>0){var B=this.generateVectorTrack(A.modelName,A.S.curves,x,"scale");B!==void 0&&C.push(B)}if(A.DeformPercent!==void 0){var J=this.generateMorphTrack(A);J!==void 0&&C.push(J)}return C},generateVectorTrack:function(A,C,k,E){var x=this.getTimesForAllAxes(C),T=this.getKeyframeTrackValues(x,C,k);return new G.VectorKeyframeTrack(A+"."+E,x,T)},generateRotationTrack:function(A,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(A+".quaternion",H,$)},generateMorphTrack:function(A){var C=A.DeformPercent.curves.morph,k=C.values.map(function(x){return x/100}),E=e.getObjectByName(A.modelName).morphTargetDictionary[A.morphName];return new G.NumberKeyframeTrack(A.modelName+".morphTargetInfluences["+E+"]",C.times,k)},getTimesForAllAxes:function(A){var C=[];return A.x!==void 0&&(C=C.concat(A.x.times)),A.y!==void 0&&(C=C.concat(A.y.times)),A.z!==void 0&&(C=C.concat(A.z.times)),C=C.sort(function(k,E){return k-E}).filter(function(k,E,x){return x.indexOf(k)==E}),C},getKeyframeTrackValues:function(A,C,k){var E=k,x=[],T=-1,H=-1,B=-1;return A.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(A){for(var C=1;C<A.values.length;C++){var k=A.values[C-1],E=A.values[C]-k,x=Math.abs(E);if(x>=180){for(var T=x/180,H=E/T,B=k+H,J=A.times[C-1],ne=A.times[C]-J,$=ne/T,re=J+$,ee=[],fe=[];re<A.times[C];)ee.push(re),re+=$,fe.push(B),B+=H;A.times=O(A.times,C,ee),A.values=O(A.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(A){this.nodeStack.push(A),this.currentIndent+=1},popStack:function(){this.nodeStack.pop(),this.currentIndent-=1},setCurrentProp:function(A,C){this.currentProp=A,this.currentPropName=C},parse:function(A){this.currentIndent=0,this.allNodes=new h,this.nodeStack=[],this.currentProp=[],this.currentPropName="";var C=this,k=A.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(A,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(A){var C=A[0];A[0]!==""&&(C=parseInt(A[0]),isNaN(C)&&(C=A[0]));var k="",E="";return A.length>1&&(k=A[1].replace(/^(\w+)::/,""),E=A[2]),{id:C,name:k,type:E}},parseNodeProperty:function(A,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(A,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(A){var C=this.getCurrentNode();C.a+=A,A.slice(-1)!==","&&(C.a=z(C.a))},parseNodeSpecialProperty:function(A,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(A){var C=new c(A);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(A){return A.size()%16===0?(A.getOffset()+160+16&-16)>=A.size():A.getOffset()+160+16>=A.size()},parseNode:function(A,C){var k={},E=C>=7500?A.getUint64():A.getUint32(),x=C>=7500?A.getUint64():A.getUint32();C>=7500?A.getUint64():A.getUint32();var T=A.getUint8(),H=A.getString(T);if(E===0)return null;for(var B=[],J=0;J<x;J++)B.push(this.parseProperty(A));var ne=B.length>0?B[0]:"",$=B.length>1?B[1]:"",re=B.length>2?B[2]:"";for(k.singleProperty=x===1&&A.getOffset()===E;E>A.getOffset();){var ee=this.parseNode(A,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(A,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(A==="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(A==="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(A){var C=A.getString(1);switch(C){case"C":return A.getBoolean();case"D":return A.getFloat64();case"F":return A.getFloat32();case"I":return A.getInt32();case"L":return A.getInt64();case"R":var k=A.getUint32();return A.getArrayBuffer(k);case"S":var k=A.getUint32();return A.getString(k);case"Y":return A.getInt16();case"b":case"c":case"d":case"f":case"i":case"l":var E=A.getUint32(),x=A.getUint32(),T=A.getUint32();if(x===0)switch(C){case"b":case"c":return A.getBooleanArray(E);case"d":return A.getFloat64Array(E);case"f":return A.getFloat32Array(E);case"i":return A.getInt32Array(E);case"l":return A.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(A.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(A,C){this.dv=new DataView(A),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(A){this.offset+=A},getBoolean:function(){return(this.getUint8()&1)===1},getBooleanArray:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getBoolean());return C},getUint8:function(){var A=this.dv.getUint8(this.offset);return this.offset+=1,A},getInt16:function(){var A=this.dv.getInt16(this.offset,this.littleEndian);return this.offset+=2,A},getInt32:function(){var A=this.dv.getInt32(this.offset,this.littleEndian);return this.offset+=4,A},getInt32Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getInt32());return C},getUint32:function(){var A=this.dv.getUint32(this.offset,this.littleEndian);return this.offset+=4,A},getInt64:function(){var A,C;return this.littleEndian?(A=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),A=this.getUint32()),C&2147483648?(C=~C&4294967295,A=~A&4294967295,A===4294967295&&(C=C+1&4294967295),A=A+1&4294967295,-(C*4294967296+A)):C*4294967296+A},getInt64Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getInt64());return C},getUint64:function(){var A,C;return this.littleEndian?(A=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),A=this.getUint32()),C*4294967296+A},getFloat32:function(){var A=this.dv.getFloat32(this.offset,this.littleEndian);return this.offset+=4,A},getFloat32Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getFloat32());return C},getFloat64:function(){var A=this.dv.getFloat64(this.offset,this.littleEndian);return this.offset+=8,A},getFloat64Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getFloat64());return C},getArrayBuffer:function(A){var C=this.dv.buffer.slice(this.offset,this.offset+A);return this.offset+=A,C},getString:function(A){for(var C=[],k=0;k<A;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(A,C){this[A]=C}};function d(A){var C="Kaydara FBX Binary \0";return A.byteLength>=C.length&&C===D(A,0,C.length)}function u(A){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=A[H-1];return A=A.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(A){var C=/FBXVersion: (\d+)/,k=A.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(A){return A/46186158e3}var p=[];function v(A,C,k,E){var x;switch(E.mappingType){case"ByPolygonVertex":x=A;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 b=new G.Euler,P=new G.Vector3;function M(A){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=A.inheritType?A.inheritType:0;if(A.translation&&C.setPosition(P.fromArray(A.translation)),A.preRotation){var fe=A.preRotation.map(G.MathUtils.degToRad);fe.push(A.eulerOrder),k.makeRotationFromEuler(b.fromArray(fe))}if(A.rotation){var fe=A.rotation.map(G.MathUtils.degToRad);fe.push(A.eulerOrder),E.makeRotationFromEuler(b.fromArray(fe))}if(A.postRotation){var fe=A.postRotation.map(G.MathUtils.degToRad);fe.push(A.eulerOrder),x.makeRotationFromEuler(b.fromArray(fe))}A.scale&&T.scale(P.fromArray(A.scale)),A.scalingOffset&&B.setPosition(P.fromArray(A.scalingOffset)),A.scalingPivot&&H.setPosition(P.fromArray(A.scalingPivot)),A.rotationOffset&&J.setPosition(P.fromArray(A.rotationOffset)),A.rotationPivot&&ne.setPosition(P.fromArray(A.rotationPivot)),A.parentMatrixWorld&&($=A.parentMatrixWorld);var ze=k.multiply(E).multiply(x),ae=new G.Matrix4;$.extractRotation(ae);var Ee=new G.Matrix4;Ee.copyPosition($);var ue=new G.Matrix4;ue.getInverse(ae).multiply($);var ce=new G.Matrix4;if(ee===0)ce.copy(ae).multiply(ze).multiply(ue).multiply(T);else if(ee===1)ce.copy(ae).multiply(ue).multiply(ze).multiply(T);else{var De=new G.Matrix4().getInverse(T),te=new G.Matrix4().multiply(ue).multiply(De);ce.copy(ae).multiply(ze).multiply(te).multiply(T)}var Te=new G.Matrix4().getInverse(ne),Be=new G.Matrix4().getInverse(H),Ae=new G.Matrix4;Ae.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(Ae),be=new G.Matrix4().copy($).multiply(Fe);return re.copyPosition(be),Ae=new G.Matrix4().multiply(re).multiply(ce),Ae}function I(A){A=A||0;var C=["ZYX","YZX","XZY","ZXY","YXZ","XYZ"];return A===6?(console.warn("THREE.FBXLoader: unsupported Euler Order: Spherical XYZ. Animations and rotations may be incorrect."),C[0]):C[A]}function z(A){var C=A.split(",").map(function(k){return parseFloat(k)});return C}function D(A,C,k){return C===void 0&&(C=0),k===void 0&&(k=A.byteLength),G.LoaderUtils.decodeText(new Uint8Array(A,C,k))}function j(A,C){for(var k=0,E=A.length,x=C.length;k<x;k++,E++)A[E]=C[k]}function L(A,C,k,E){for(var x=k,T=0;x<E;x++,T++)A[T]=C[x];return A}function O(A,C,k){return A.slice(0,C).concat(k).concat(A.slice(C))}return i}();const DC=(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 b=(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 wm().loadAsync(b);return om(M,{transparent:!0,side:y.DoubleSide,blending:y.AdditiveBlending}),s.object=M,g(),!0}),h=({latitude:v})=>{if(!s.object)return;const b=d(v);b&&(s.object.position.y=b)},d=v=>{if(s.yBase===void 0)return;const b=.6;if(v>=Math.PI/4)return s.yBase-(b+1.6);const P=v*(4/Math.PI);return s.yBase-(b*P+1.6)},u=()=>{if(!s.object)return;const v=d(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 b=n.model.bounding,P=b.max.x-b.min.x,M=b.max.z-b.min.z,I=Math.max(P,M),{max:{x:z,z:D},min:{x:j,y:L,z:O}}=b;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,kC(v,{position:o,rotation:r,scale:a})}return{load:c,disable:m,enable:u}};function LC(n,t){var c,h,d,u,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=(d=t==null?void 0:t.backgroundColor)!=null?d:"rgba(0,0,0,0)",o=(u=t==null?void 0:t.fontColor)!=null?u:"#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 TC=({x:n,y:t,z:e})=>new G.Vector3(n,t,e),zC=(n,t)=>{var p,v,b;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=(b=t==null?void 0:t.rad)!=null?b:void 0,r=(t==null?void 0:t.fbx_url)||Uc,a=[],l=P=>ie(this,null,function*(){var A,C,k,E,x,T,H,B;const M=(A=P==null?void 0:P.position)!=null?A:s;if(!M)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const I=TC(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 wm().loadAsync(D);j.position.copy(I),j.rotation.z=z,j.scale.set(.8,.8,.8),om(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:LC(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 A=0,C=0;const k=1e3/30,E=x=>{A=requestAnimationFrame(E);const T=x-C;T<k||(C=x,a.forEach(H=>H.update(T/1e3)),n.needsRender=!0)};return A=requestAnimationFrame(E),()=>{cancelAnimationFrame(A)}},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},d=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},u=P=>P==="Floorplan"?h():d();return{load:l,enable:P=>(e.enabled||(e.enabled=!0,u(n.currentMode),n.on("modeChange",u),h(P)),!0),disable:()=>(e.enabled&&(e.enabled=!1,d(),n.off("modeChange",u)),!0)}},OC=_i;function jC(n,t,e,i=OC.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 _C(n,t){return jC({progress:0},{progress:1},n,t)}var Pm=(n=>(n.Move="Move",n.Rotate="Rotate",n))(Pm||{}),nn=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(nn||{});const cl=Math.PI*2;function Cm(n){return(n%cl+cl)%cl}function Im(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=Cm(n),r=Cm(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}},VC=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((d,u)=>{const m=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;m!==void 0?n.moveToPano(m,N({duration:r,moveEndCallback:()=>d(!0),moveCancelCallback:()=>u(new Error("move canceled"))},o)):u(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Im(r.latitude),l=Im(o.latitude),{from:c,to:h}=Sh(r.longitude,o.longitude,o.rotation||nn.Loop),d=r.fov,u=o.fov;return{from:{latitude:a,longitude:c,fov:d},to:{latitude:l,longitude:h,fov:u}}};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:d,to:u}=i(o);return yield new Promise(m=>{const g=({progress:M})=>{const I={};I.longitude=Eh(d.longitude,u.longitude,M),I.latitude=Eh(d.latitude,u.latitude,M),I.fov=Eh(d.fov,u.fov,M),n.setState(I,!0)},p=()=>{m(!0)},v=()=>{m(!1)},b=o.rotateSpeed?Math.ceil(Math.abs(u.longitude-d.longitude)/o.rotateSpeed*1e3):r,P=_C(b,_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 Mm(n,t){return n.x===t.x&&n.y===t.y}function km(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 Em(n,t,e){const i=hl(n[1],n[0]),s=hl(t[1],t[0]);if(isNaN(i)||isNaN(s)||km(i,s))return!1;if(dl(n[0],t))return n[0];if(dl(n[1],t))return n[1];if(dl(t[0],n))return t[0];if(dl(t[1],n))return t[1];if(e&&!RC(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 dl(n,t){return Mm(n,t[0])||Mm(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&&km(hl(t[0],n),hl(n,t[1]))}function BC(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 ul(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function RC(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)&&ul(t[0],n[1],n[0])*ul(n[1],t[1],n[0])>0&&ul(n[0],t[1],t[0])*ul(t[1],n[1],t[0])>0?1:0}function Sm(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Sm(n,t-1))}const FC=`<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},u2)}}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 d2({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 b2(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 A2(n){let t,e,i,s;const o=[b2,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 uh extends Ce{constructor(t){super(),Pe(this,t,y2,A2,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"),dt(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 Kf(n,t,e){const i=n.slice();return i[6]=t[e],i}function $f(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=Kf(n,a,c),d=l(h);i.set(d,e[c]=eg(d,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 d=0;d<e.length;d+=1)e[d]&&e[d].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,eg,null,Kf),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 eg(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]&&$f(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=$f(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]&&tg(n),l=n[0]&&ig(n),c=n[3]&&ng(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,d){Y(h,t,d),a&&a.m(t,null),V(t,e),l&&l.m(t,null),Y(h,i,d),c&&c.m(h,d),Y(h,s,d),o||(r=[ei(Li.call(null,t)),_e(t,"clientWidth",n[35]),_e(t,"clientHeight",n[36])],o=!0)},p(h,d){h[1]?a?a.p(h,d):(a=tg(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,d):(l=ig(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),d[0]&16384&&_(t,"opacity",h[14]?"1":"0"),h[3]?c?c.p(h,d):(c=ng(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 tg(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 ig(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 ng(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,d,u,m,g,p,v,b,P,{pxmm:M}=t,{roomAreaEnable:I}=t,{roomNameEnable:z}=t,{roomNameOtherTypeEnable:D}=t,{roomDimensionEnable:j}=t,{room:L}=t,{hoveredRoom:O}=t,{getRoomAreaText:A}=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:Ae}=Te,{width:Fe,height:be}=De,Me=Fe/2,je=be/2;return function(qe){const rt=Be*qe,tt=Ae*qe,it=te.map(([ut,Rt])=>[ut*qe,Rt*qe]);return[[rt+Me,tt-je],[rt-Me,tt-je],[rt-Me,tt+je],[rt+Me,tt+je]].every(ut=>z2(ut,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)},ue=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,A=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?A(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,d=h?T(L,h):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&1&&e(29,u=E?!!(d!=null&&d(M)):!0),n.$$.dirty[0]&1744830464&&e(15,m=u||c||fe),n.$$.dirty[0]&1207959552&&e(14,g=c||fe),n.$$.dirty[0]&671088640&&e(13,p=u||fe),n.$$.dirty[0]&1610612736&&e(12,v=c&&!u),n.$$.dirty[0]&268435456&&e(11,b=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,b,v,p,g,m,r,o,s,B,J,M,O,A,C,E,x,fe,i,u,c,d,h,l,a,ze,ae,Ee,ue]}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 sg(n,t,e){const i=n.slice();return i[17]=t[e],i}function og(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=sg(n,a,c),d=l(h);i.set(d,e[c]=rg(d,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 d=0;d<e.length;d+=1)e[d]&&e[d].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,rg,null,sg),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 rg(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]&&og(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=og(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:d}=t,{getRoomDimensionText:u}=t,{getLabelElement:m}=t,{adaptiveRoomLabelVisibleEnable:g}=t,p=0,v=0;const b=Sr();let P=Po();typeof b=="object"&&"subscribe"in b&&b.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,d=I.getRoomAreaText),"getRoomDimensionText"in I&&e(6,u=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,d,u,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 ag(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function lg(n,t,e){const i=n.slice();return i[14]=t[e],i}function cg(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 hg(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],d=[];for(let g=0;g<h.length;g+=1)d[g]=cg(lg(n,h,g));let u=n[4];const m=g=>g[13];for(let g=0;g<u.length;g+=1){let p=ag(n,u,g),v=m(p);l.set(v,a[g]=hg(v,p))}return{c(){t=U("div"),e=U("div"),i=le(),s=U("div");for(let g=0;g<d.length;g+=1)d[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<d.length;v+=1)d[v]&&d[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 b=lg(g,h,v);d[v]?d[v].p(b,p):(d[v]=cg(b),d[v].c(),d[v].m(s,null))}for(;v<d.length;v+=1)d[v].d(1);d.length=h.length}p&22&&(u=g[4],a=ti(a,p,m,1,g,u,l,r,Er,hg,null,ag)),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(d,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]),d=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}});d.unshift({left:0,bottom:0}),d.push(a?{left:1,bottom:0}:{left:0,bottom:1});const u=h[h.length-1]-h[0],m=h.map((g,p,v)=>{const b=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:b}}).filter(({distance:g})=>g/u>.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,d,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 dg(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=dg(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,dg),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 fg=1e3,gg=180;function Q2(n,t,e){let i,s,o,r,a,l,c,h,d,u,{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-(fg-gg)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(fg-gg)*2),n.$$.dirty&1536&&e(3,d=c/a*100+"%"),n.$$.dirty&384&&e(2,u=h/l*100+"%")},[p,i,u,d,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 qn(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 mg({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=qn(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=qn(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,d;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(),d=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(d,"d",n[0]),w(d,"fill","url(#room-material-pattern-2)")},m(u,m){Y(u,t,m),V(t,e),V(e,i),V(t,s),V(s,o),Y(u,r,m),Y(u,a,m),Y(u,l,m),Y(u,c,m),Y(u,h,m),Y(u,d,m)},p(u,[m]){m&1&&w(a,"d",u[0]),m&1&&w(c,"d",u[0]),m&1&&w(d,"d",u[0])},i:oe,o:oe,d(u){u&&X(t),u&&X(r),u&&X(a),u&&X(l),u&&X(c),u&&X(h),u&&X(d)}}}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=qn(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=qn([{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=qn([{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=qn([{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=qn([{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 pg(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 d3(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 u3(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 vg(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 bg(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=[u3,d3,h3],c=[];function h(u,m){return u[8].floorType===1?0:u[8].floorType===0?1:2}e=h(n),i=c[e]=l[e](n);let d=o&&vg(n);return{c(){t=ke("svg"),i.c(),s=le(),d&&d.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(u,m){Y(u,t,m),c[e].m(t,null),Y(u,s,m),d&&d.m(u,m),Y(u,r,m),a=!0},p(u,m){let g=e;e=h(u),e===g?c[e].p(u,m):(Se(),Z(c[g],1,1,()=>{c[g]=null}),xe(),i=c[e],i?i.p(u,m):(i=c[e]=l[e](u),i.c()),R(i,1),i.m(t,null)),m&1&&(o=u[3]&&u[8].dimension&&Array.isArray(u[8].dimension.vertical)&&u[8].dimension.vertical.length>0&&Array.isArray(u[8].dimension.horizontal)&&u[8].dimension.horizontal.length>0),o?d?(d.p(u,m),m&1&&R(d,1)):(d=vg(u),d.c(),R(d,1),d.m(r.parentNode,r)):d&&(Se(),Z(d,1,1,()=>{d=null}),xe())},i(u){a||(R(i),R(d),a=!0)},o(u){Z(i),Z(d),a=!1},d(u){u&&X(t),c[e].d(),u&&X(s),d&&d.d(u),u&&X(r)}}}function f3(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=bg(pg(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=pg(r,i,l);s[l]?(s[l].p(c,a),R(s[l],1)):(s[l]=bg(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=d=>{"roomLabelsEnable"in d&&e(4,s=d.roomLabelsEnable),"roomDimensionEnable"in d&&e(5,o=d.roomDimensionEnable),"floorIndex"in d&&e(6,r=d.floorIndex),"floorplanData"in d&&e(7,a=d.floorplanData)},n.$$.update=()=>{n.$$.dirty&192&&e(0,i=a.floorDatas[r].rooms.map(d=>de(N({},d),{path:d.path.map(u=>mg(u,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 b3(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 d(){c==null||c.set(void 0)}const{bounding:u}=a,m=qn(o.path,{needZ:!0,format:g=>mg(g,u)});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,d,m,a,l,c,i]}class A3 extends Ce{constructor(t){super(),Pe(this,t,b3,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 yg(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 A3({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]=yg(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,yg,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 wg(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&&wg(n);return{c(){t=U("div"),e=U("img"),s=le(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),dt(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&&!dt(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=wg(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 Pg 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 ui(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,d=c*100+"%",u=h*100+"%",m=-ui(o)+45,g=document.body.clientWidth,p=document.body.clientHeight,b=`${(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,d,u,m,b,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 Cg="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(${Cg})`),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?ui(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,d,u;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])&&Ig(n);const v=[{floorplanData:n[12],floorIndex:n[2]}];let b={};for(let L=0;L<v.length;L+=1)b=gt(b,v[L]);s=new uh({props:b});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]&&Mg(n),z=n[11]&&kg(n),D=n[4]&&Eg(n),j=n[23]&&Sg(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(),d=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,d,O),u=!0},p(L,O){const A=O&5188?vt(m,[{floorIndex:L[2],floorplanData:L[12],roomLabelsEnable:L[6],roomDimensionEnable:L[10]}]):{};t.$set(A),L[3]||L[5]?p?(p.p(L,O),O&40&&R(p,1)):(p=Ig(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=Mg(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=kg(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=Eg(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=Sg(L),j.c(),R(j,1),j.m(d.parentNode,d)):j&&(Se(),Z(j,1,1,()=>{j=null}),xe())},i(L){u||(R(t.$$.fragment,L),R(p),R(s.$$.fragment,L),R(r.$$.fragment,L),R(I),R(z),R(D),R(j),u=!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),u=!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(d)}}}function B3(n){let t,e;return t=new Pg({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 Ig(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 Mg(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 kg(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 Eg(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 Sg(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 d=e;e=l(c),e===d?a[e].p(c,h):(Se(),Z(a[d],1,1,()=>{a[d]=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:d}=t,{roomAreaEnable:u}=t,{roomNameEnable:m}=t,{roomNameOtherTypeEnable:g}=t,{roomDimensionEnable:p}=t,{ruleLabelsEnable:v}=t,{floorplanData:b}=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:A}=t,{northDesc:C}=t,{compassEnable:k}=t,{store:E=void 0}=t;const x=dh(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,d=T.roomLabelsEnable),"roomAreaEnable"in T&&e(7,u=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,b=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,A=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=b.floorDatas[a]),n.$$.dirty&134217728&&e(24,s=i.rooms.length>0||i.is_has_wall)},[o,r,a,l,c,h,d,u,m,g,p,v,b,P,M,I,z,D,j,L,O,A,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 xg(n,t,e){const i=n.slice();return i[26]=t[e],i}function Dg(n){let t,e,i,s=n[15].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=Lg(xg(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=xg(n,s,c);o[c]?(o[c].p(h,l),R(o[c],1)):(o[c]=Lg(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=Yn(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 Lg(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]&&Dg(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=Dg(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:d}=t,{roomLabelsEnable:u}=t,{roomAreaEnable:m}=t,{roomNameEnable:g}=t,{roomNameOtherTypeEnable:p}=t,{roomDimensionEnable:v}=t,{ruleLabelsEnable:b}=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:A}=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,d=E.compassEnable),"roomLabelsEnable"in E&&e(9,u=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,b=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,A=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,d,u,m,g,p,v,b,P,M,I,z,D,j,L,O,A,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 Tg(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 zg(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=Zn.BOUNDING_CENTER){const i=zg(n,t),s=zg(n,t+1);return e===Zn.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===Zn.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 Jn=class{constructor(t,e){f(this,"VERSION","3.76.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 ba(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 Jn{};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 Og=500,K3=80;function Ds(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function jg(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 Ds(r,a,e)||Ds(r+i,a,e)}Object.assign(window,{nearlyEqual:Ds,nearlyEqualRad:jg});function $3(n){return Object.prototype.toString.call(n)==="[object Object]"}function _g(n){return $3(n)&&!!n.isVector3}function bh(n,t){return ie(this,null,function*(){const[e]=yield xs(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"?jg(i,s,2):typeof i=="number"&&typeof s=="number"?Ds(i,s,2):_g(s)&&_g(i)?s.distanceTo(i)<.01:i===s})}function tP(n,t,e){const i=n.bounding,s=Math.pow(Math.pow(i.max.x-i.min.x+1,2)+Math.pow(i.max.y-i.min.y+1,2)+Math.pow(i.max.z-i.min.z+1,2),1/2);let o=s/2/Math.tan(Math.PI*t/360);return e<1&&(o=o/e),isNaN(o)?s:o}function iP(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!(!Ds(e,r,2)||!Ds(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!Ds(s,c,2))}function Vg(n,t,e=!0){return ie(this,null,function*(){if(iP(n,t)===!0)return;const s=n.getCurrentState();if(s.mode!==t.mode){const h=n.models.find(u=>u.name===n.state.workCode);t.distance=tP(h,t.fov,n.camera.aspect);const[d]=yield xs(bh(n,[t.mode,t,void 0,e]));if(d)throw d;return}const{latitude:o,longitude:r,fov:a}=s,l=Math.min(1e3,Math.max(200,Math.abs(o-Math.PI/2)*1e3,(r>Math.PI?2*Math.PI-r:r)*500,typeof t.fov=="number"?Math.abs(a-t.fov)*10:1/0)),[c]=yield xs(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 nP(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 sP(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 oP=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=d=>{a=!0,l=d};const[c]=yield xs(Vg(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:Og;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||sP(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();nP(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,Gn),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:Zn.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:N(N({},this.defaultMissingFloorConfig),i.missingFloorConfig),i18n:d=>d,getRoomAreaText:d=>(d/1e6).toFixed(1)+"㎡",getRoomDimensionText:(d,u)=>(d/1e3).toFixed(1)+"m × "+(u/1e3).toFixed(1)+"m",getRuleDistanceText:d=>d.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=de(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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 rP=(n,t)=>new oP(n,t),Bg=[{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}],aP="//vr-image-4.realsee-cdn.cn/release/static/image/doctorstrange/0.6.201-beta/";function lP(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 cP(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 hP=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=d=>{a=!0,l=d};const[c]=yield xs(Vg(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:Og;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&&cP(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(),lP(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,Gn),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:Zn.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,d)=>(h/1e3).toFixed(1)+"m × "+(d/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=de(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:d,width:u,height:m,notes:g,type:p,id:v,rotateX:b,rotateY:P,rotateZ:M=0}=c;return{id:v,positionInImage:{x:(h-i.x)/o,y:(s.y-d)/r},width:u/o,height:m/r,src:aP+Bg[p].href.replace(/\{\{\stheme\s\}\}/,"realsee"),notes:g||Bg[p].description,rotateX:b,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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 dP=(n,t)=>new hP(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,Gn),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:Zn.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,d)=>(h/1e3).toFixed(1)+"m × "+(d/1e3).toFixed(1)+"m",getRuleDistanceText:h=>h.toString()},o=i?So(i,["selector","scale"]):{},r=N(N({},s.missingFloorConfig),o.missingFloorConfig),a=de(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 bh(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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 fP=(n,t)=>new uP(n,t);function gP(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 mP(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 pP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function vP(n,t,e){var P,M;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,d=a.getCurrentState().panoIndex,u=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,A=Math.floor(j.positionInImage.x*L),C=Math.floor(j.positionInImage.y*O);return`translate(${A}px, ${C}px)`}function p(I){e(7,d=I)}function v(I){e(9,m=a.work.observers[I].floorIndex)}const b=ar(I=>{e(8,u=I.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",p),a.on("panoArrived",v),a.on("cameraDirectionUpdate",b),function(){a.off("panoWillArrive",p),a.off("panoArrived",v),a.off("cameraDirectionUpdate",b)})),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,d)),n.$$.dirty&256&&e(1,r=pP(u))},[h,r,o,s,a,l,c,d,u,m,i]}let bP=class extends Ce{constructor(t){super(),Pe(this,t,vP,mP,we,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},gP)}};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 Rg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Fg(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 d=h&1;d&&_(i,"width",s),d&&_(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 yP(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=Rg(n,s,r),l=o(a);i.set(l,e[r]=Fg(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,Fg,null,Rg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function wP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}let PP=class extends Ce{constructor(t){super(),Pe(this,t,wP,yP,we,{extraObjects:0},AP)}};function CP(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 IP(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 uh({props:l}),i=new PP({props:{extraObjects:n[7]}});let c=n[3]&&Ng(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,d){ge(t,h,d),Y(h,e,d),ge(i,h,d),Y(h,s,d),c&&c.m(h,d),Y(h,o,d),r=!0},p(h,d){const u=d&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(u);const m={};d&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,d),d&8&&R(c,1)):(c=Ng(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 MP(n){let t,e,i;return{c(){t=U("div"),e=U("img"),w(e,"class","missing-floor-image svelte-18287ai"),dt(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&&!dt(e.src,i=s[6])&&w(e,"src",i)},i:oe,o:oe,d(s){s&&X(t)}}}function Ng(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 kP(n){let t,e,i,s;const o=[MP,IP],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 EP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:d=[]}=t,{highlightData:u}=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,d=p.extraObjects),"highlightData"in p&&e(5,u=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=d==null?void 0:d.filter(p=>p.floorIndex===l))},[r,a,l,c,h,u,m,o,s,g,d,i]}let SP=class extends Ce{constructor(t){super(),Pe(this,t,EP,kP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},CP)}};function xP(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 Gg(n){let t,e,i,s,o=n[8]!==0&&Hg(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=Hg(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 Hg(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 u=0;u<l.length;u+=1)c=gt(c,l[u]);e=new SP({props:c});const h=[{pxmm:n[11],five:n[0],floorplanData:n[3],cameraImageUrl:n[4]}];let d={};for(let u=0;u<h.length;u+=1)d=gt(d,h[u]);return s=new bP({props:d}),{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(u,m){Y(u,t,m),ge(e,t,null),V(t,i),ge(s,t,null),a=!0},p(u,m){const g=m&6381?vt(l,[{five:u[0],pxmm:u[11],floorIndex:u[12],floorplanData:u[3],hoverEnable:u[2],extraObjects:u[5],highlightData:u[6],missingFloorImageUrl:u[7]}]):{};e.$set(g);const p=m&2073?vt(h,[{pxmm:u[11],five:u[0],floorplanData:u[3],cameraImageUrl:u[4]}]):{};s.$set(p),m&1024&&o!==(o=`${u[10]}px`)&&_(t,"width",o),m&8192&&r!==(r=`${u[13]}px`)&&_(t,"height",r)},i(u){a||(R(e.$$.fragment,u),R(s.$$.fragment,u),a=!0)},o(u){Z(e.$$.fragment,u),Z(s.$$.fragment,u),a=!1},d(u){u&&X(t),me(e),me(s)}}}function DP(n){let t,e,i=n[1]&&Gg(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=Gg(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 LP(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,d=0,u=(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 b(D){e(12,u=i.work.observers[D].floorIndex)}Tt(()=>(i.on("panoArrived",b),()=>{i.off("panoArrived",b)}));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,A=j.y-L.y,C=function(){return O>A?[D,D/O*A]:[D/A*O,D]}();e(10,p=C[0]),e(13,v=C[1]),e(11,d=p/O)}},[i,s,o,r,a,l,c,h,m,g,p,d,u,v,P,M]}let TP=class extends Ce{constructor(t){super(),Pe(this,t,LP,DP,we,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},xP)}},zP=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,Gn)},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=Tg(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=de(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=de(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 TP({target:this.wrapper,props:e})}};const OP=(n,t)=>new zP(n,t);function jP(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 _P(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 d=h&1;(d||h&9)&&_(i,"transform",c[3]),(d||h&3&&s!==(s=`${c[1]}px`))&&_(i,"width",s),(d||h&3&&o!==(o=`${c[1]}px`))&&_(i,"height",o),(d||h&5&&r!==(r=`-${c[2]}px`))&&_(i,"left",r),(d||h&5&&a!==(a=`-${c[2]}px`))&&_(i,"top",a),(d||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 VP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function BP(n,t,e){var I,z;let i,s,o,r,{five:a}=t,{pxmm:l}=t,{floorplanData:c}=t,{cameraImageUrl:h}=t,{cameraSize:d=36}=t,{cameraOffset:u=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 A=(L.max.x-L.min.x)*l,C=(L.max.y-L.min.y)*l,k=Math.floor(O.positionInImage.x*A),E=Math.floor(O.positionInImage.y*C);return`translate(${k}px, ${E}px)`}function b(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",b),a.on("panoArrived",P),a.on("cameraDirectionUpdate",M),function(){a.off("panoWillArrive",b),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,d=D.cameraSize),"cameraOffset"in D&&e(2,u=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=VP(g))},[h,d,u,r,o,s,a,l,c,m,g,p,i]}class RP extends Ce{constructor(t){super(),Pe(this,t,BP,_P,we,{five:6,pxmm:7,floorplanData:8,cameraImageUrl:0,cameraSize:1,cameraOffset:2},jP)}}function FP(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 Wg(n,t,e){const i=n.slice();return i[1]=t[e],i}function Ug(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 d=h&1;d&&_(i,"width",s),d&&_(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 NP(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=Wg(n,s,r),l=o(a);i.set(l,e[r]=Ug(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,Ug,null,Wg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function GP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class HP extends Ce{constructor(t){super(),Pe(this,t,GP,NP,we,{extraObjects:0},FP)}}function WP(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 uh({props:l}),i=new HP({props:{extraObjects:n[7]}});let c=n[3]&&Qg(n);return{c(){pe(t.$$.fragment),e=le(),pe(i.$$.fragment),s=le(),c&&c.c(),o=Re()},m(h,d){ge(t,h,d),Y(h,e,d),ge(i,h,d),Y(h,s,d),c&&c.m(h,d),Y(h,o,d),r=!0},p(h,d){const u=d&20?vt(a,[{floorIndex:h[2],floorplanData:h[4]}]):{};t.$set(u);const m={};d&128&&(m.extraObjects=h[7]),i.$set(m),h[3]?c?(c.p(h,d),d&8&&R(c,1)):(c=Qg(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 UP(n){let t,e;return t=new Pg({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 Qg(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 QP(n){let t,e,i,s;const o=[UP,WP],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 XP(n,t,e){let i,s,o,{five:r}=t,{pxmm:a}=t,{floorIndex:l}=t,{hoverEnable:c}=t,{floorplanData:h}=t,{extraObjects:d=[]}=t,{highlightData:u}=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,d=v.extraObjects),"highlightData"in v&&e(5,u=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=d==null?void 0:d.filter(v=>v.floorIndex===l))},[r,a,l,c,h,u,m,o,s,p,d,g,i]}class YP extends Ce{constructor(t){super(),Pe(this,t,XP,QP,we,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorConfig:6,missingFloorImageUrl:11})}}function ZP(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 Xg(n,t,e){const i=n.slice();return i[6]=t[e],i}function Yg(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 qP(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=Xg(n,s,r),l=o(a);i.set(l,e[r]=Yg(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,Yg,null,Xg))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function JP(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(d=>d.floorIndex===o))!=null?h:[])},[r,a,l,i,s,o]}class KP extends Ce{constructor(t){super(),Pe(this,t,JP,qP,we,{floorplanData:4,floorIndex:5,contentWidth:0,contentHeight:1,observerDotSize:2},ZP)}}function $P(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 eC(n){let t,e,i=n[2]&&Zg(n),s=n[3]&&n[4]&&qg(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=Zg(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3]&&o[4]?s?s.p(o,r):(s=qg(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 tC(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 Zg(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 qg(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 iC(n){let t,e,i;function s(a,l){return a[5]?tC:eC}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",nC),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 nC=()=>{};function sC(n,t,e){let i,s,o,{room:r}=t,{isHovered:a}=t,{roomNameEnable:l}=t,{roomAreaEnable:c}=t,{roomAreaSize:h}=t,{userConfigElement:d}=t,{adaptiveRoomLabelVisibleEnable:u}=t,{pxmm:m}=t,{left:g}=t,{top:p}=t,{createLabelInRoomChecker:v}=t;const b=Cn();let P=0,M=0;const I=()=>b("mouseenter"),z=()=>b("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,d=L.userConfigElement),"adaptiveRoomLabelVisibleEnable"in L&&e(12,u=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=u?a||(s?s(m):!0):!0)},[r,a,l,c,h,d,g,p,P,M,o,b,u,m,v,s,i,I,z,D,j]}class oC extends Ce{constructor(t){super(),Pe(this,t,sC,iC,we,{room:0,isHovered:1,roomNameEnable:2,roomAreaEnable:3,roomAreaSize:4,userConfigElement:5,adaptiveRoomLabelVisibleEnable:12,pxmm:13,left:6,top:7,createLabelInRoomChecker:14},$P)}}function rC(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 Jg(n,t,e){const i=n.slice();return i[17]=t[e],i}function Kg(n,t){let e,i,s;function o(){return t[15](t[17])}return i=new oC({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:cC}}),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 aC(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=Jg(n,a,c),d=l(h);i.set(d,e[c]=Kg(d,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 d=0;d<e.length;d+=1)e[d]&&e[d].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,Kg,null,Jg),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 lC(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 cC(n,t){if(t.width===0||t.height===0)return()=>!1;const e=n.path.map(({x:h,y:d})=>[h,d]),i=n.roomLabel.position,{x:s,y:o}=i,{width:r,height:a}=t,l=r/2,c=a/2;return function(d){const u=s*d,m=o*d,g=e.map(([v,b])=>[v*d,b*d]);return[[u+l,m-c],[u-l,m-c],[u-l,m+c],[u+l,m+c]].every(v=>lC(v,g))}}function hC(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:d}=t,{getLabelElement:u}=t,m=0,g=0,p=null;function v(I){e(7,p=I.id)}function b(){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,d=I.getRoomAreaText),"getLabelElement"in I&&e(4,u=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,d,u,m,g,p,s,v,b,o,r,l,i,P,M]}class dC extends Ce{constructor(t){super(),Pe(this,t,hC,aC,we,{floorplanData:11,floorIndex:12,roomNameEnable:0,roomNameOtherTypeEnable:13,roomAreaEnable:1,adaptiveRoomLabelVisibleEnable:2,getRoomAreaText:3,getLabelElement:4},rC)}}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 fC(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(${Cg})`),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,d){Y(h,t,d),V(t,e),V(t,i),V(t,s),V(s,o)},p(h,d){d&1&&Ne(o,h[0]),d&2&&r!==(r=`${h[1]}px`)&&_(t,"width",r),d&4&&a!==(a=`${h[2]}px`)&&_(t,"height",a),d&4&&l!==(l=`-${h[2]}px`)&&_(t,"top",l)},d(h){h&&X(t)}}}function gC(n){let t,e=n[3]&&fC(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 mC(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",d=`rotate(${-(l?ui(l):0)+90}deg)`,u=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,d,u,m,i,r]}class pC extends Ce{constructor(t){super(),Pe(this,t,mC,gC,we,{floorplanData:7,northDesc:0,containerWidth:1,containerHeight:8,height:2},uC)}}function vC(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 $g(n){let t,e,i,s,o=n[25]!==0&&em(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=em(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 em(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 u=0;u<c.length;u+=1)h=gt(h,c[u]);e=new YP({props:h});let d=n[30]&&tm(n);return{c(){t=U("div"),pe(e.$$.fragment),i=le(),d&&d.c(),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),_(t,"width",s),_(t,"height",o),_(t,"cursor",n[9]?"pointer":"default")},m(u,m){Y(u,t,m),ge(e,t,null),V(t,i),d&&d.m(t,null),r=!0,a||(l=_e(t,"click",n[31]),a=!0)},p(u,m){const g=m[0]&270533101?vt(c,[{five:u[0],pxmm:u[28],floorIndex:u[21],floorplanData:u[3],hoverEnable:u[2],extraObjects:u[5],highlightData:u[6],missingFloorImageUrl:u[7],missingFloorConfig:u[8]}]):{};e.$set(g),u[30]?d?(d.p(u,m),m[0]&1073741824&&R(d,1)):(d=tm(u),d.c(),R(d,1),d.m(t,null)):d&&(Se(),Z(d,1,1,()=>{d=null}),xe()),m[0]&134217728&&s!==(s=`${u[27]}px`)&&_(t,"width",s),m[0]&536870912&&o!==(o=`${u[29]}px`)&&_(t,"height",o),m[0]&512&&_(t,"cursor",u[9]?"pointer":"default")},i(u){r||(R(e.$$.fragment,u),R(d),r=!0)},o(u){Z(e.$$.fragment,u),Z(d),r=!1},d(u){u&&X(t),me(e),d&&d.d(),a=!1,l()}}}function tm(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 u=0;u<a.length;u+=1)l=gt(l,a[u]);t=new KP({props:l});let c=n[10]&&im(n),h=n[17]&&nm(n),d=n[22]&&sm(n);return{c(){pe(t.$$.fragment),e=le(),c&&c.c(),i=le(),h&&h.c(),s=le(),d&&d.c(),o=Re()},m(u,m){ge(t,u,m),Y(u,e,m),c&&c.m(u,m),Y(u,i,m),h&&h.m(u,m),Y(u,s,m),d&&d.m(u,m),Y(u,o,m),r=!0},p(u,m){const g=m[0]&674234376?vt(a,[{floorplanData:u[3],floorIndex:u[21],contentWidth:u[27],contentHeight:u[29],observerDotSize:u[20]}]):{};t.$set(g),u[10]?c?(c.p(u,m),m[0]&1024&&R(c,1)):(c=im(u),c.c(),R(c,1),c.m(i.parentNode,i)):c&&(Se(),Z(c,1,1,()=>{c=null}),xe()),u[17]?h?(h.p(u,m),m[0]&131072&&R(h,1)):(h=nm(u),h.c(),R(h,1),h.m(s.parentNode,s)):h&&(Se(),Z(h,1,1,()=>{h=null}),xe()),u[22]?d?(d.p(u,m),m[0]&4194304&&R(d,1)):(d=sm(u),d.c(),R(d,1),d.m(o.parentNode,o)):d&&(Se(),Z(d,1,1,()=>{d=null}),xe())},i(u){r||(R(t.$$.fragment,u),R(c),R(h),R(d),r=!0)},o(u){Z(t.$$.fragment,u),Z(c),Z(h),Z(d),r=!1},d(u){me(t,u),u&&X(e),c&&c.d(u),u&&X(i),h&&h.d(u),u&&X(s),d&&d.d(u),u&&X(o)}}}function im(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 dC({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 nm(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 pC({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 sm(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 RP({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 bC(n){let t,e,i=n[1]&&$g(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=$g(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:d}=t,{missingFloorConfig:u}=t,{clickEnable:m=!0}=t,{roomLabelsEnable:g=!1}=t,{roomNameEnable:p=!0}=t,{roomNameOtherTypeEnable:v=!0}=t,{roomAreaEnable:b=!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:A=!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,ue=ae/B,ce=Ee/J;E({imageX:ue,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,d=ee.missingFloorImageUrl),"missingFloorConfig"in ee&&e(8,u=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,b=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,A=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,ue=ze.y-ae.y,ce=function(){return Ee>ue?[fe,fe/Ee*ue]:[fe/ue*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,d,u,m,g,p,v,b,P,M,I,z,D,j,L,O,A,C,k,T,H,B,x,J,i,ne,E,$,re]}class yC extends Ce{constructor(t){super(),Pe(this,t,AC,bC,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},vC,[-1,-1])}}let wC=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 d=h.positionInImage.x,u=h.positionInImage.y,m=Math.sqrt(Math.pow(s-d,2)+Math.pow(o-u,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,Gn),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,Gn),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=Tg(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?de(N(N({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(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=de(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 yC({target:this.wrapper,props:o})}};const PC=(n,t)=>new wC(n,t),CC=[{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:"和室"}],IC=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],MC=[{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:"写字楼"}],Ah=(n,t,e)=>{const i=new y.Matrix4,s=new y.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},kC=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(Ah(s,0,0)),o&&n.applyMatrix4(Ah(0,o,0)),r&&n.applyMatrix4(Ah(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function om(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 rm={},Ci=void 0,EC=rm;function yh(n,t){var e=n.split("."),i=EC;!(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 bt=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined"&&typeof DataView!="undefined";function Ls(n){var t=n.length,e=0,i=Number.POSITIVE_INFINITY,s,o,r,a,l,c,h,d,u,m;for(d=0;d<t;++d)n[d]>e&&(e=n[d]),n[d]<i&&(i=n[d]);for(s=1<<e,o=new(bt?Uint32Array:Array)(s),r=1,a=0,l=2;r<=e;){for(d=0;d<t;++d)if(n[d]===r){for(c=0,h=a,u=0;u<r;++u)c=c<<1|h&1,h>>=1;for(m=r<<16|d,u=c;u<s;u+=l)o[u]=m;++a}++r,a<<=1,l<<=1}return[o,e,i]}function Kn(n,t){switch(this.g=[],this.h=32768,this.d=this.f=this.a=this.l=0,this.input=bt?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(bt?Uint8Array:Array)(32768+this.h+258);break;case ol:this.b=0,this.c=new(bt?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,am={t:wh,s:ol};Kn.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,bt)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(bt)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(SC,xC);break;case 2:for(var h=Ti(this,5)+257,d=Ti(this,5)+1,u=Ti(this,4)+4,m=new(bt?Uint8Array:Array)(Ph.length),g=Ci,p=Ci,v=Ci,b=Ci,P=Ci,M=Ci,I=Ci,D=Ci,z=Ci,D=0;D<u;++D)m[Ph[D]]=Ti(this,3);if(!bt)for(D=u,u=m.length;D<u;++D)m[Ph[D]]=0;for(g=Ls(m),b=new(bt?Uint8Array:Array)(h+d),D=0,z=h+d;D<z;)switch(P=Dr(this,g),P){case 16:for(I=3+Ti(this,2);I--;)b[D++]=M;break;case 17:for(I=3+Ti(this,3);I--;)b[D++]=0;M=0;break;case 18:for(I=11+Ti(this,7);I--;)b[D++]=0;M=0;break;default:M=b[D++]=P}p=Ls(bt?b.subarray(0,h):b.slice(0,h)),v=Ls(bt?b.subarray(h):b.slice(h)),this.j(p,v);break;default:throw Error("unknown BTYPE: "+n)}}return this.n()};var lm=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Ph=bt?new Uint16Array(lm):lm,cm=[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],hm=bt?new Uint16Array(cm):cm,dm=[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=bt?new Uint8Array(dm):dm,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],fm=bt?new Uint16Array(um):um,gm=[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=bt?new Uint8Array(gm):gm,Ch=new(bt?Uint8Array:Array)(288),Ts,mm;for(Ts=0,mm=Ch.length;Ts<mm;++Ts)Ch[Ts]=143>=Ts?8:255>=Ts?9:279>=Ts?7:8;var SC=Ls(Ch),Ih=new(bt?Uint8Array:Array)(30),ll,pm;for(ll=0,pm=Ih.length;ll<pm;++ll)Ih[ll]=5;var xC=Ls(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}Kn.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=hm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=fm[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},Kn.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=hm[r],0<rl[r]&&(l+=Ti(this,rl[r])),o=Dr(this,t),a=fm[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},Kn.prototype.e=function(){var n=new(bt?Uint8Array:Array)(this.b-32768),t=this.b-32768,e,i,s=this.c;if(bt)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,bt)s.set(s.subarray(t,t+32768));else for(e=0;32768>e;++e)s[e]=s[t+e];return this.b=32768,s},Kn.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,bt?(t=new Uint8Array(s),t.set(a)):t=a,this.c=t},Kn.prototype.n=function(){var n=0,t=this.c,e=this.g,i,s=new(bt?Uint8Array:Array)(this.l+(this.b-32768)),o,r,a,l;if(e.length===0)return bt?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},Kn.prototype.v=function(){var n,t=this.b;return bt?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 vm:this.method=vm;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 Kn(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,d=0;0<c;){h=1024<c?1024:c,c-=h;do a+=i[d++],l+=a;while(--h);a%=65521,l%=65521}if(e!==(l<<16|a)>>>0)throw Error("invalid adler-32 checksum")}return t};var vm=8;yh("Zlib.Inflate",Mh),yh("Zlib.Inflate.prototype.decompress",Mh.prototype.k);var kh={ADAPTIVE:am.s,BLOCK:am.t},Lr,Tr,Do,bm;if(Object.keys)Lr=Object.keys(kh);else for(Tr in Lr=[],Do=0,kh)Lr[Do++]=Tr;for(Do=0,bm=Lr.length;Do<bm;++Do)Tr=Lr[Do],yh("Zlib.Inflate.BufferType."+Tr,kh[Tr]);var Am=rm.Zlib,ym={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],d=o[a-c],u=s[c]/(h+d);s[c]=l+h*u,l=d*u}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),d=1;d<=e;++d){c[d]=t-s[n+1-d],h[d]=s[n+d]-t;for(var u=0,O=0;O<d;++O){var m=h[O+1],g=c[d-O];l[d][O]=m+g;var p=l[O][d-1]/l[d][O];l[O][d]=u+m*p,u=g*p}l[d][d]=u}for(var d=0;d<=e;++d)a[0][d]=l[d][e];for(var O=0;O<=e;++O){for(var v=0,b=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[b][0]=P[v][0]/l[D+1][z],I=P[b][0]*l[z][D]);for(var j=z>=-1?1:-z,L=O-1<=D?M-1:e-O,d=j;d<=L;++d)P[b][d]=(P[v][d]-P[v][d-1])/l[D+1][z+d],I+=P[b][d]*l[z+d][D];O<=D&&(P[b][M]=-P[v][M-1]/l[D+1][O],I+=P[b][M]*l[O][D]),a[M][O]=I;var d=v;v=b,b=d}}for(var O=e,M=1;M<=i;++M){for(var d=0;d<=e;++d)a[M][d]*=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 d=e[h].clone(),u=d.w;d.x*=u,d.y*=u,d.z*=u,c[h]=d}for(var m=0;m<=o;++m){for(var d=c[a-n].clone().multiplyScalar(l[m][0]),g=1;g<=n;++g)d.add(c[a-n+g].clone().multiplyScalar(l[m][g]));r[m]=d}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),d=this.calcBasisFunctions(c,r,t,i),u=[],m=0;m<=t;++m){u[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,u[m].add(p.multiplyScalar(h[g]))}}for(var b=new G.Vector4(0,0,0,0),m=0;m<=t;++m)b.add(u[m].multiplyScalar(d[m]));b.divideScalar(b.w),a.set(b.x,b.y,b.z)}},zs=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)}};zs.prototype=Object.create(G.Curve.prototype),zs.prototype.constructor=zs,zs.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=ym.calcBSplinePoint(this.degree,this.knots,this.controlPoints,i);return s.w!=1&&s.divideScalar(s.w),e.set(s.x,s.y,s.z)},zs.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=ym.calcNURBSDerivatives(this.degree,this.knots,this.controlPoints,i,1);return e.copy(s[1]).normalize(),e};var wm=function(){var n,t,e;function i(A){G.Loader.call(this,A)}i.prototype=Object.assign(Object.create(G.Loader.prototype),{constructor:i,load:function(A,C,k,E){var x=this,T=x.path===""?G.LoaderUtils.extractUrlBase(A):x.path,H=new G.FileLoader(this.manager);H.setPath(x.path),H.setResponseType("arraybuffer"),H.load(A,function(B){try{C(x.parse(B,T))}catch(J){E?E(J):console.error(J),x.manager.itemError(A)}},k,E)},parse:function(A,C){if(d(A))n=new l().parse(A);else{var k=D(A);if(!u(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(A,C){this.textureLoader=A,this.manager=C}s.prototype={constructor:s,parse:function(){t=this.parseConnections();var A=this.parseImages(),C=this.parseTextures(A),k=this.parseMaterials(C),E=this.parseDeformers(),x=new o().parse(E);return this.parseScene(E,x,k),e},parseConnections:function(){var A=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];A.has(E)||A.set(E,{parents:[],children:[]});var H={ID:x,relationship:T};A.get(E).parents.push(H),A.has(x)||A.set(x,{parents:[],children:[]});var B={ID:E,relationship:T};A.get(x).children.push(B)})}return A},parseImages:function(){var A={},C={};if("Video"in n.Objects){var k=n.Objects.Video;for(var E in k){var x=k[E],T=parseInt(E);if(A[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 A){var ne=A[T];C[ne]!==void 0?A[T]=C[ne]:A[T]=A[T].split("\\").pop()}return A},parseImage:function(A){var C=A.Content,k=A.RelativeFilename||A.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(A){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],A);C.set(parseInt(E),x)}}return C},parseTexture:function(A,C){var k=this.loadTexture(A,C);k.ID=A.id,k.name=A.attrName;var E=A.WrapModeU,x=A.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 A){var B=A.Scaling.value;k.repeat.x=B[0],k.repeat.y=B[1]}return k},loadTexture:function(A,C){var k,E=this.textureLoader.path,x=t.get(A.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=A.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",A.RelativeFilename),T=new G.Texture):T=B.load(k)}else H==="psd"?(console.warn("FBXLoader: PSD textures are not supported, creating placeholder texture for",A.RelativeFilename),T=new G.Texture):T=this.textureLoader.load(k);return this.textureLoader.setPath(E),T},parseMaterials:function(A){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],A);x!==null&&C.set(parseInt(E),x)}}return C},parseMaterial:function(A,C){var k=A.id,E=A.attrName,x=A.ShadingModel;if(typeof x=="object"&&(x=x.value),!t.has(k))return null;var T=this.parseParameters(A,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(A,C,k){var E={};A.BumpFactor&&(E.bumpScale=A.BumpFactor.value),A.Diffuse?E.color=new G.Color().fromArray(A.Diffuse.value):A.DiffuseColor&&A.DiffuseColor.type==="Color"&&(E.color=new G.Color().fromArray(A.DiffuseColor.value)),A.DisplacementFactor&&(E.displacementScale=A.DisplacementFactor.value),A.Emissive?E.emissive=new G.Color().fromArray(A.Emissive.value):A.EmissiveColor&&A.EmissiveColor.type==="Color"&&(E.emissive=new G.Color().fromArray(A.EmissiveColor.value)),A.EmissiveFactor&&(E.emissiveIntensity=parseFloat(A.EmissiveFactor.value)),A.Opacity&&(E.opacity=parseFloat(A.Opacity.value)),E.opacity<1&&(E.transparent=!0),A.ReflectionFactor&&(E.reflectivity=A.ReflectionFactor.value),A.Shininess&&(E.shininess=A.Shininess.value),A.Specular?E.specular=new G.Color().fromArray(A.Specular.value):A.SpecularColor&&A.SpecularColor.type==="Color"&&(E.specular=new G.Color().fromArray(A.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(A,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),A.get(C)},parseDeformers:function(){var A={},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,A[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:A,morphTargets:C}},parseSkeleton:function(A,C){var k=[];return A.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(A,C){for(var k=[],E=0;E<A.children.length;E++){var x=A.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(A,C,k){e=new G.Group;var E=this.parseModels(A.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(A.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(A,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,A,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(A,C,k,E){var x=null;return A.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(A){var C,k;if(A.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(A){var C,k;if(A.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(A,C,k){var E,x=null,T=null,H=[];return A.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(A,C){var k=A.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(A,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),A.userData.transformData=k},setLookAtProperties:function(A,C){if("LookAtProperty"in C){var k=t.get(A.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;A.target!==void 0?(A.target.position.fromArray(T),e.add(A.target)):A.lookAt(new G.Vector3().fromArray(T))}}})}},bindSkeleton:function(A,C,k){var E=this.parsePoseNodes();for(var x in A){var T=A[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 A={};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){A[x.Node]=new G.Matrix4().fromArray(x.Matrix.a)}):A[E.Node]=new G.Matrix4().fromArray(E.Matrix.a)}}return A},createAmbientLight:function(){if("GlobalSettings"in n&&"AmbientColor"in n.GlobalSettings){var A=n.GlobalSettings.AmbientColor.value,C=A[0],k=A[1],E=A[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 A=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){A.setupMorphMaterial(C,k,E)}):A.setupMorphMaterial(C,C.material))})},setupMorphMaterial:function(A,C,k){var E=A.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?A.material=H:A.material[k]=H}else C.morphTargets=!0}};function o(){}o.prototype={constructor:o,parse:function(A){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],A);C.set(parseInt(E),T)}}return C},parseGeometry:function(A,C,k){switch(C.attrType){case"Mesh":return this.parseMeshGeometry(A,C,k);case"NurbsCurve":return this.parseNurbsGeometry(C)}},parseMeshGeometry:function(A,C,k){var E=k.skeletons,x=[],T=A.parents.map(function($){return n.Objects.Model[$.ID]});if(T.length!==0){var H=A.children.reduce(function($,re){return E[re.ID]!==void 0&&($=E[re.ID]),$},null);A.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(A,C,k,E){var x=new G.BufferGeometry;A.attrName&&(x.name=A.attrName);var T=this.parseGeoNode(A,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,A,k,E),x},parseGeoNode:function(A,C){var k={};if(k.vertexPositions=A.Vertices!==void 0?A.Vertices.a:[],k.vertexIndices=A.PolygonVertexIndex!==void 0?A.PolygonVertexIndex.a:[],A.LayerElementColor&&(k.color=this.parseVertexColors(A.LayerElementColor[0])),A.LayerElementMaterial&&(k.material=this.parseMaterialIndices(A.LayerElementMaterial[0])),A.LayerElementNormal&&(k.normal=this.parseNormals(A.LayerElementNormal[0])),A.LayerElementUV){k.uv=[];for(var E=0;A.LayerElementUV[E];)k.uv.push(this.parseUVs(A.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(A){var C={vertex:[],normal:[],colors:[],uvs:[],materialIndex:[],vertexWeights:[],weightsIndices:[]},k=0,E=0,x=!1,T=[],H=[],B=[],J=[],ne=[],$=[],re=this;return A.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),A.color){var ue=v(fe,k,ee,A.color);B.push(ue[0],ue[1],ue[2])}if(A.skeleton){if(A.weightTable[ee]!==void 0&&A.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,Ae){var Fe=Be,be=ae[Ae];De.forEach(function(Me,je,Ze){if(Fe>Me){Ze[je]=Fe,Fe=Me;var qe=ce[je];ce[je]=be,be=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(A.normal){var ue=v(fe,k,ee,A.normal);H.push(ue[0],ue[1],ue[2])}if(A.material&&A.material.mappingType!=="AllSame")var Te=v(fe,k,ee,A.material)[0];A.uv&&A.uv.forEach(function(Be,Ae){var Fe=v(fe,k,ee,Be);J[Ae]===void 0&&(J[Ae]=[]),J[Ae].push(Fe[0]),J[Ae].push(Fe[1])}),E++,ze&&(re.genFace(C,A,T,Te,H,B,J,ne,$,E),k++,E=0,T=[],H=[],B=[],J=[],ne=[],$=[])}),C},genFace:function(A,C,k,E,x,T,H,B,J,ne){for(var $=2;$<ne;$++)A.vertex.push(C.vertexPositions[k[0]]),A.vertex.push(C.vertexPositions[k[1]]),A.vertex.push(C.vertexPositions[k[2]]),A.vertex.push(C.vertexPositions[k[($-1)*3]]),A.vertex.push(C.vertexPositions[k[($-1)*3+1]]),A.vertex.push(C.vertexPositions[k[($-1)*3+2]]),A.vertex.push(C.vertexPositions[k[$*3]]),A.vertex.push(C.vertexPositions[k[$*3+1]]),A.vertex.push(C.vertexPositions[k[$*3+2]]),C.skeleton&&(A.vertexWeights.push(B[0]),A.vertexWeights.push(B[1]),A.vertexWeights.push(B[2]),A.vertexWeights.push(B[3]),A.vertexWeights.push(B[($-1)*4]),A.vertexWeights.push(B[($-1)*4+1]),A.vertexWeights.push(B[($-1)*4+2]),A.vertexWeights.push(B[($-1)*4+3]),A.vertexWeights.push(B[$*4]),A.vertexWeights.push(B[$*4+1]),A.vertexWeights.push(B[$*4+2]),A.vertexWeights.push(B[$*4+3]),A.weightsIndices.push(J[0]),A.weightsIndices.push(J[1]),A.weightsIndices.push(J[2]),A.weightsIndices.push(J[3]),A.weightsIndices.push(J[($-1)*4]),A.weightsIndices.push(J[($-1)*4+1]),A.weightsIndices.push(J[($-1)*4+2]),A.weightsIndices.push(J[($-1)*4+3]),A.weightsIndices.push(J[$*4]),A.weightsIndices.push(J[$*4+1]),A.weightsIndices.push(J[$*4+2]),A.weightsIndices.push(J[$*4+3])),C.color&&(A.colors.push(T[0]),A.colors.push(T[1]),A.colors.push(T[2]),A.colors.push(T[($-1)*3]),A.colors.push(T[($-1)*3+1]),A.colors.push(T[($-1)*3+2]),A.colors.push(T[$*3]),A.colors.push(T[$*3+1]),A.colors.push(T[$*3+2])),C.material&&C.material.mappingType!=="AllSame"&&(A.materialIndex.push(E),A.materialIndex.push(E),A.materialIndex.push(E)),C.normal&&(A.normal.push(x[0]),A.normal.push(x[1]),A.normal.push(x[2]),A.normal.push(x[($-1)*3]),A.normal.push(x[($-1)*3+1]),A.normal.push(x[($-1)*3+2]),A.normal.push(x[$*3]),A.normal.push(x[$*3+1]),A.normal.push(x[$*3+2])),C.uv&&C.uv.forEach(function(re,ee){A.uvs[ee]===void 0&&(A.uvs[ee]=[]),A.uvs[ee].push(H[ee][0]),A.uvs[ee].push(H[ee][1]),A.uvs[ee].push(H[ee][($-1)*2]),A.uvs[ee].push(H[ee][($-1)*2+1]),A.uvs[ee].push(H[ee][$*2]),A.uvs[ee].push(H[ee][$*2+1])})},addMorphTargets:function(A,C,k,E){if(k.length!==0){A.morphTargetsRelative=!0,A.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(A,C,B,E,H.name)})})}},genMorphGeometry:function(A,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=A.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),A.morphAttributes.position.push(ze)},parseNormals:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType,E=A.Normals.a,x=[];return k==="IndexToDirect"&&("NormalIndex"in A?x=A.NormalIndex.a:"NormalsIndex"in A&&(x=A.NormalsIndex.a)),{dataSize:3,buffer:E,indices:x,mappingType:C,referenceType:k}},parseUVs:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType,E=A.UV.a,x=[];return k==="IndexToDirect"&&(x=A.UVIndex.a),{dataSize:2,buffer:E,indices:x,mappingType:C,referenceType:k}},parseVertexColors:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType,E=A.Colors.a,x=[];return k==="IndexToDirect"&&(x=A.ColorIndex.a),{dataSize:4,buffer:E,indices:x,mappingType:C,referenceType:k}},parseMaterialIndices:function(A){var C=A.MappingInformationType,k=A.ReferenceInformationType;if(C==="NoMappingInformation")return{dataSize:1,buffer:[0],indices:[0],mappingType:"AllSame",referenceType:k};for(var E=A.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(A){if(zs===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(A.Order);if(isNaN(C))return console.error("THREE.FBXLoader: Invalid Order %s given for geometry ID: %s",A.Order,A.id),new G.BufferGeometry;for(var k=C-1,E=A.KnotVector.a,x=[],T=A.Points.a,H=0,B=T.length;H<B;H+=4)x.push(new G.Vector4().fromArray(T,H));var J,ne;if(A.Form==="Closed")x.push(x[0]);else if(A.Form==="Periodic"){J=k,ne=E.length-1-J;for(var H=0;H<k;++H)x.push(x[H])}var $=new zs(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 A=[],C=this.parseClips();if(C!==void 0)for(var k in C){var E=C[k],x=this.addClip(E);A.push(x)}return A},parseClips:function(){if(n.Objects.AnimationCurve!==void 0){var A=this.parseAnimationCurveNodes();this.parseAnimationCurves(A);var C=this.parseAnimationLayers(A),k=this.parseAnimStacks(C);return k}},parseAnimationCurveNodes:function(){var A=n.Objects.AnimationCurveNode,C=new Map;for(var k in A){var E=A[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(A){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/)?A.get(T).curves.x=E:H.match(/Y/)?A.get(T).curves.y=E:H.match(/Z/)?A.get(T).curves.z=E:H.match(/d|DeformPercent/)&&A.has(T)&&(A.get(T).curves.morph=E)}}},parseAnimationLayers:function(A){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(A.has(B.ID)){var ne=A.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(A){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=A.get(x[0].ID);k[E]={name:C[E].attrName,layer:T}}return k},addClip:function(A){var C=[],k=this;return A.layer.forEach(function(E){C=C.concat(k.generateTracks(E))}),new G.AnimationClip(A.name,-1,C)},generateTracks:function(A){var C=[],k=new G.Vector3,E=new G.Quaternion,x=new G.Vector3;if(A.transform&&A.transform.decompose(k,E,x),k=k.toArray(),E=new G.Euler().setFromQuaternion(E,A.eulerOrder).toArray(),x=x.toArray(),A.T!==void 0&&Object.keys(A.T.curves).length>0){var T=this.generateVectorTrack(A.modelName,A.T.curves,k,"position");T!==void 0&&C.push(T)}if(A.R!==void 0&&Object.keys(A.R.curves).length>0){var H=this.generateRotationTrack(A.modelName,A.R.curves,E,A.preRotation,A.postRotation,A.eulerOrder);H!==void 0&&C.push(H)}if(A.S!==void 0&&Object.keys(A.S.curves).length>0){var B=this.generateVectorTrack(A.modelName,A.S.curves,x,"scale");B!==void 0&&C.push(B)}if(A.DeformPercent!==void 0){var J=this.generateMorphTrack(A);J!==void 0&&C.push(J)}return C},generateVectorTrack:function(A,C,k,E){var x=this.getTimesForAllAxes(C),T=this.getKeyframeTrackValues(x,C,k);return new G.VectorKeyframeTrack(A+"."+E,x,T)},generateRotationTrack:function(A,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(A+".quaternion",H,$)},generateMorphTrack:function(A){var C=A.DeformPercent.curves.morph,k=C.values.map(function(x){return x/100}),E=e.getObjectByName(A.modelName).morphTargetDictionary[A.morphName];return new G.NumberKeyframeTrack(A.modelName+".morphTargetInfluences["+E+"]",C.times,k)},getTimesForAllAxes:function(A){var C=[];return A.x!==void 0&&(C=C.concat(A.x.times)),A.y!==void 0&&(C=C.concat(A.y.times)),A.z!==void 0&&(C=C.concat(A.z.times)),C=C.sort(function(k,E){return k-E}).filter(function(k,E,x){return x.indexOf(k)==E}),C},getKeyframeTrackValues:function(A,C,k){var E=k,x=[],T=-1,H=-1,B=-1;return A.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(A){for(var C=1;C<A.values.length;C++){var k=A.values[C-1],E=A.values[C]-k,x=Math.abs(E);if(x>=180){for(var T=x/180,H=E/T,B=k+H,J=A.times[C-1],ne=A.times[C]-J,$=ne/T,re=J+$,ee=[],fe=[];re<A.times[C];)ee.push(re),re+=$,fe.push(B),B+=H;A.times=O(A.times,C,ee),A.values=O(A.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(A){this.nodeStack.push(A),this.currentIndent+=1},popStack:function(){this.nodeStack.pop(),this.currentIndent-=1},setCurrentProp:function(A,C){this.currentProp=A,this.currentPropName=C},parse:function(A){this.currentIndent=0,this.allNodes=new h,this.nodeStack=[],this.currentProp=[],this.currentPropName="";var C=this,k=A.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(A,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(A){var C=A[0];A[0]!==""&&(C=parseInt(A[0]),isNaN(C)&&(C=A[0]));var k="",E="";return A.length>1&&(k=A[1].replace(/^(\w+)::/,""),E=A[2]),{id:C,name:k,type:E}},parseNodeProperty:function(A,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(A,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(A){var C=this.getCurrentNode();C.a+=A,A.slice(-1)!==","&&(C.a=z(C.a))},parseNodeSpecialProperty:function(A,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(A){var C=new c(A);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(A){return A.size()%16===0?(A.getOffset()+160+16&-16)>=A.size():A.getOffset()+160+16>=A.size()},parseNode:function(A,C){var k={},E=C>=7500?A.getUint64():A.getUint32(),x=C>=7500?A.getUint64():A.getUint32();C>=7500?A.getUint64():A.getUint32();var T=A.getUint8(),H=A.getString(T);if(E===0)return null;for(var B=[],J=0;J<x;J++)B.push(this.parseProperty(A));var ne=B.length>0?B[0]:"",$=B.length>1?B[1]:"",re=B.length>2?B[2]:"";for(k.singleProperty=x===1&&A.getOffset()===E;E>A.getOffset();){var ee=this.parseNode(A,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(A,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(A==="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(A==="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(A){var C=A.getString(1);switch(C){case"C":return A.getBoolean();case"D":return A.getFloat64();case"F":return A.getFloat32();case"I":return A.getInt32();case"L":return A.getInt64();case"R":var k=A.getUint32();return A.getArrayBuffer(k);case"S":var k=A.getUint32();return A.getString(k);case"Y":return A.getInt16();case"b":case"c":case"d":case"f":case"i":case"l":var E=A.getUint32(),x=A.getUint32(),T=A.getUint32();if(x===0)switch(C){case"b":case"c":return A.getBooleanArray(E);case"d":return A.getFloat64Array(E);case"f":return A.getFloat32Array(E);case"i":return A.getInt32Array(E);case"l":return A.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(A.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(A,C){this.dv=new DataView(A),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(A){this.offset+=A},getBoolean:function(){return(this.getUint8()&1)===1},getBooleanArray:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getBoolean());return C},getUint8:function(){var A=this.dv.getUint8(this.offset);return this.offset+=1,A},getInt16:function(){var A=this.dv.getInt16(this.offset,this.littleEndian);return this.offset+=2,A},getInt32:function(){var A=this.dv.getInt32(this.offset,this.littleEndian);return this.offset+=4,A},getInt32Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getInt32());return C},getUint32:function(){var A=this.dv.getUint32(this.offset,this.littleEndian);return this.offset+=4,A},getInt64:function(){var A,C;return this.littleEndian?(A=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),A=this.getUint32()),C&2147483648?(C=~C&4294967295,A=~A&4294967295,A===4294967295&&(C=C+1&4294967295),A=A+1&4294967295,-(C*4294967296+A)):C*4294967296+A},getInt64Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getInt64());return C},getUint64:function(){var A,C;return this.littleEndian?(A=this.getUint32(),C=this.getUint32()):(C=this.getUint32(),A=this.getUint32()),C*4294967296+A},getFloat32:function(){var A=this.dv.getFloat32(this.offset,this.littleEndian);return this.offset+=4,A},getFloat32Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getFloat32());return C},getFloat64:function(){var A=this.dv.getFloat64(this.offset,this.littleEndian);return this.offset+=8,A},getFloat64Array:function(A){for(var C=[],k=0;k<A;k++)C.push(this.getFloat64());return C},getArrayBuffer:function(A){var C=this.dv.buffer.slice(this.offset,this.offset+A);return this.offset+=A,C},getString:function(A){for(var C=[],k=0;k<A;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(A,C){this[A]=C}};function d(A){var C="Kaydara FBX Binary \0";return A.byteLength>=C.length&&C===D(A,0,C.length)}function u(A){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=A[H-1];return A=A.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(A){var C=/FBXVersion: (\d+)/,k=A.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(A){return A/46186158e3}var p=[];function v(A,C,k,E){var x;switch(E.mappingType){case"ByPolygonVertex":x=A;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 b=new G.Euler,P=new G.Vector3;function M(A){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=A.inheritType?A.inheritType:0;if(A.translation&&C.setPosition(P.fromArray(A.translation)),A.preRotation){var fe=A.preRotation.map(G.MathUtils.degToRad);fe.push(A.eulerOrder),k.makeRotationFromEuler(b.fromArray(fe))}if(A.rotation){var fe=A.rotation.map(G.MathUtils.degToRad);fe.push(A.eulerOrder),E.makeRotationFromEuler(b.fromArray(fe))}if(A.postRotation){var fe=A.postRotation.map(G.MathUtils.degToRad);fe.push(A.eulerOrder),x.makeRotationFromEuler(b.fromArray(fe))}A.scale&&T.scale(P.fromArray(A.scale)),A.scalingOffset&&B.setPosition(P.fromArray(A.scalingOffset)),A.scalingPivot&&H.setPosition(P.fromArray(A.scalingPivot)),A.rotationOffset&&J.setPosition(P.fromArray(A.rotationOffset)),A.rotationPivot&&ne.setPosition(P.fromArray(A.rotationPivot)),A.parentMatrixWorld&&($=A.parentMatrixWorld);var ze=k.multiply(E).multiply(x),ae=new G.Matrix4;$.extractRotation(ae);var Ee=new G.Matrix4;Ee.copyPosition($);var ue=new G.Matrix4;ue.getInverse(ae).multiply($);var ce=new G.Matrix4;if(ee===0)ce.copy(ae).multiply(ze).multiply(ue).multiply(T);else if(ee===1)ce.copy(ae).multiply(ue).multiply(ze).multiply(T);else{var De=new G.Matrix4().getInverse(T),te=new G.Matrix4().multiply(ue).multiply(De);ce.copy(ae).multiply(ze).multiply(te).multiply(T)}var Te=new G.Matrix4().getInverse(ne),Be=new G.Matrix4().getInverse(H),Ae=new G.Matrix4;Ae.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(Ae),be=new G.Matrix4().copy($).multiply(Fe);return re.copyPosition(be),Ae=new G.Matrix4().multiply(re).multiply(ce),Ae}function I(A){A=A||0;var C=["ZYX","YZX","XZY","ZXY","YXZ","XYZ"];return A===6?(console.warn("THREE.FBXLoader: unsupported Euler Order: Spherical XYZ. Animations and rotations may be incorrect."),C[0]):C[A]}function z(A){var C=A.split(",").map(function(k){return parseFloat(k)});return C}function D(A,C,k){return C===void 0&&(C=0),k===void 0&&(k=A.byteLength),G.LoaderUtils.decodeText(new Uint8Array(A,C,k))}function j(A,C){for(var k=0,E=A.length,x=C.length;k<x;k++,E++)A[E]=C[k]}function L(A,C,k,E){for(var x=k,T=0;x<E;x++,T++)A[T]=C[x];return A}function O(A,C,k){return A.slice(0,C).concat(k).concat(A.slice(C))}return i}();const DC=(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 b=(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 wm().loadAsync(b);return om(M,{transparent:!0,side:y.DoubleSide,blending:y.AdditiveBlending}),s.object=M,g(),!0}),h=({latitude:v})=>{if(!s.object)return;const b=d(v);b&&(s.object.position.y=b)},d=v=>{if(s.yBase===void 0)return;const b=.6;if(v>=Math.PI/4)return s.yBase-(b+1.6);const P=v*(4/Math.PI);return s.yBase-(b*P+1.6)},u=()=>{if(!s.object)return;const v=d(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 b=n.model.bounding,P=b.max.x-b.min.x,M=b.max.z-b.min.z,I=Math.max(P,M),{max:{x:z,z:D},min:{x:j,y:L,z:O}}=b;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,kC(v,{position:o,rotation:r,scale:a})}return{load:c,disable:m,enable:u}};function LC(n,t){var c,h,d,u,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=(d=t==null?void 0:t.backgroundColor)!=null?d:"rgba(0,0,0,0)",o=(u=t==null?void 0:t.fontColor)!=null?u:"#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 TC=({x:n,y:t,z:e})=>new G.Vector3(n,t,e),zC=(n,t)=>{var p,v,b;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=(b=t==null?void 0:t.rad)!=null?b:void 0,r=(t==null?void 0:t.fbx_url)||Uc,a=[],l=P=>ie(this,null,function*(){var A,C,k,E,x,T,H,B;const M=(A=P==null?void 0:P.position)!=null?A:s;if(!M)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const I=TC(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 wm().loadAsync(D);j.position.copy(I),j.rotation.z=z,j.scale.set(.8,.8,.8),om(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:LC(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 A=0,C=0;const k=1e3/30,E=x=>{A=requestAnimationFrame(E);const T=x-C;T<k||(C=x,a.forEach(H=>H.update(T/1e3)),n.needsRender=!0)};return A=requestAnimationFrame(E),()=>{cancelAnimationFrame(A)}},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},d=()=>{e.object&&(e.animation&&e.animation.stop(),n.scene.remove(e.object),n.needsRender=!0)},u=P=>P==="Floorplan"?h():d();return{load:l,enable:P=>(e.enabled||(e.enabled=!0,u(n.currentMode),n.on("modeChange",u),h(P)),!0),disable:()=>(e.enabled&&(e.enabled=!1,d(),n.off("modeChange",u)),!0)}},OC=_i;function jC(n,t,e,i=OC.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 _C(n,t){return jC({progress:0},{progress:1},n,t)}var Pm=(n=>(n.Move="Move",n.Rotate="Rotate",n))(Pm||{}),nn=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(nn||{});const cl=Math.PI*2;function Cm(n){return(n%cl+cl)%cl}function Im(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=Cm(n),r=Cm(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}},VC=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((d,u)=>{const m=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;m!==void 0?n.moveToPano(m,N({duration:r,moveEndCallback:()=>d(!0),moveCancelCallback:()=>u(new Error("move canceled"))},o)):u(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Im(r.latitude),l=Im(o.latitude),{from:c,to:h}=Sh(r.longitude,o.longitude,o.rotation||nn.Loop),d=r.fov,u=o.fov;return{from:{latitude:a,longitude:c,fov:d},to:{latitude:l,longitude:h,fov:u}}};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:d,to:u}=i(o);return yield new Promise(m=>{const g=({progress:M})=>{const I={};I.longitude=Eh(d.longitude,u.longitude,M),I.latitude=Eh(d.latitude,u.latitude,M),I.fov=Eh(d.fov,u.fov,M),n.setState(I,!0)},p=()=>{m(!0)},v=()=>{m(!1)},b=o.rotateSpeed?Math.ceil(Math.abs(u.longitude-d.longitude)/o.rotateSpeed*1e3):r,P=_C(b,_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 Mm(n,t){return n.x===t.x&&n.y===t.y}function km(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 Em(n,t,e){const i=hl(n[1],n[0]),s=hl(t[1],t[0]);if(isNaN(i)||isNaN(s)||km(i,s))return!1;if(dl(n[0],t))return n[0];if(dl(n[1],t))return n[1];if(dl(t[0],n))return t[0];if(dl(t[1],n))return t[1];if(e&&!RC(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 dl(n,t){return Mm(n,t[0])||Mm(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&&km(hl(t[0],n),hl(n,t[1]))}function BC(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 ul(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function RC(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)&&ul(t[0],n[1],n[0])*ul(n[1],t[1],n[0])>0&&ul(n[0],t[1],t[0])*ul(t[1],n[1],t[0])>0?1:0}function Sm(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>Sm(n,t-1))}const FC=`<style type="text/css">
509
509
  .PanoRulerPlugin-rule-line {
510
510
  position: absolute;
511
511
  transform-origin: left center;
@@ -927,7 +927,7 @@ void main() {
927
927
  width: 100%;
928
928
  height: 100%;
929
929
  z-index: 5;
930
- `,e.container.style.pointerEvents="none";const i=v=>(e.wrapper=v,v.appendChild(e.container),l(),!0),s=v=>{e.itemLabels=_4(v),l()},o=()=>(e.enabled||(e.enabled=!0,l()),!0),r=()=>(e.enabled&&(e.enabled=!1,l()),!0),a=()=>{h(),e.container.remove()},l=()=>{var v;if(e.wrapper){if(!e.enabled||!e.fiveModeEnabled){(v=e.app)==null||v.$destroy(),e.app=void 0;return}e.app?e.app.$set({five:n,itemLabels:e.itemLabels}):e.app=new j4({target:e.container,props:{five:n,modelOcclusionEnable:e.modelOcclusionEnable,itemLabels:e.itemLabels,hooks:e.hooks,displayStrategyType:e.displayStrategyType,maxVisibleDistance:e.maxVisibleDistance}})}},c=()=>{n.on("modeChange",d),n.once("dispose",a)},h=()=>{n.off("modeChange",d)},d=v=>{if(v!==Ye.Five.Mode.Panorama){e.fiveModeEnabled=!1,r();return}n.once("initAnimationEnded",()=>{e.fiveModeEnabled=!0,o()})};return c(),{appendTo:i,load:s,enable:o,disable:r,dispose:a,hooks:e.hooks}},R4={name:"ItemLabelPlugin",version:0};function F4(n){Le(n,"svelte-1irjijd",'.plugin-DoorLabelPlugin-item.svelte-1irjijd.svelte-1irjijd{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-1irjijd.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aW1hZ2Ut566t5aS0PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PC9yZWN0PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNjYuMDYyMTk3NSUiIHkxPSI1MCUiIHgyPSItMS4xMzY4NjgzOGUtMTElIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIwLjg1IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iODQuMzM5NzMxJSIgeTE9IjUwJSIgeDI9IjIzLjQyODMzNzclIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtNCI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZSLeWIhumXtOW8leWvvOagh+etvuWkh+S7vS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5LjAwMDAwMCwgLTU0My4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0y5aSH5Lu9LTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDUuMDAwMDAwLCA1MzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaW1hZ2Ut566t5aS0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC4wMDAwMDAsIDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJCRyIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRDhEOEQ4IiBvcGFjaXR5PSIwLjUxMTQ2Mjk4NCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuOTM4ODY5OCwxLjE0Mzc2MTI5IEM4LjI1NDY1NDA0LDEuMjU3NTgwMzUgOC4zMTc4Mjg0LDEuMzAyMTY5OTggOC4zMTc3ODUyMSwxLjM1ODE1MjIzIEM4LjMxNzc1MDcyLDEuNDAyODQzMzUgOC4zMDU3NDkwNywxLjQ0NzUyNTI0IDguMjgxNzg0MTEsMS40ODcyMDUyMSBMOC4yODE3ODQxMSwxLjQ4NzIwNTIxIEw2LjIwOTg5MDQxLDQuOTE3NzQyNDUgQzYuMTM3ODg4MDgsNS4wMzY5NjAyOSA2LjEwMTg4NjkxLDUuMTcxMjIwMiA2LjEwMTg4NjkxLDUuMzA1NDgwMTEgQzYuMTAxODg2OTEsNS40Mzk3NDAwMiA2LjEzNzg4ODA4LDUuNTczOTk5OTQgNi4yMDk4OTA0MSw1LjY5MzIxNzc4IEw2LjIwOTg5MDQxLDUuNjkzMjE3NzggTDguMjgxNzg0MTEsOS4xMjM3NTUwMSBDOC4zMTc0NzQzOCw5LjE4Mjg0OTE2IDguMzI1ODMzMjIsOS4yNTA4MTUyIDguMzEwNDk1OTUsOS4zMTI5MzAyOCBDOC4yOTUxNTg2OCw5LjM3NTA0NTM2IDguMjU2MTI1MzEsOS40MzEzMDk0NyA4LjE5NzAzMTE3LDkuNDY2OTk5NzMgQzguMTU3MzUxMTksOS40OTA5NjQ2OSA4LjExMjY2OTMxLDkuNTAyOTY2MzQgOC4wNjc5NzgxOCw5LjUwMzAwMDgzIEM4LjAyMzI4NzA2LDkuNTAzMDM1MzEgNy45Nzg1ODY3MSw5LjQ5MTEwMjYzIDcuOTM4ODY5OCw5LjQ2NzE5ODkzIEw3LjkzODg2OTgsOS40NjcxOTg5MyBMMS4zNzk5MTIxOCw1LjUxOTY3ODE1IEMxLjMyMDc2MzAyLDUuNDg0MDc5MTIgMS4yODE2NDI4Nyw1LjQyNzg3NTMyIDEuMjY2MjA5NzcsNS4zNjU3ODM5OCBDMS4yNTQ2OTI1Niw1LjMxOTQ0NzMyIDEuMjU2MzY2OTgsNS4yNjk4MzE4MiAxLjI3Mjc1MzMzLDUuMjIzMDU0MDUgTDEuMjcyNzUzMzMsNS4yMjMwNTQwNSBaIiBpZD0i566t5aS0IiBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtNCkiIHN0cm9rZS13aWR0aD0iMC41IiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiBtYXNrPSJ1cmwoI21hc2stMikiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDM5MjAwLCA1LjMwNTQ4MCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDM5MjAwLCAtNS4zMDU0ODApICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPueureWktDwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwLjYzODU4ODQlIiB5MT0iMCUiIHgyPSI5Ni41MTYxNDc0JSIgeTI9IjEyOS43MzEzNTQlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYyQ0MiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0VBRDA5QSIgb2Zmc2V0PSI0OC43MTQ0NDc4JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRDFCMTdFIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5pyq5p2l5a625aSH5Lu9LTI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA1LjAwMDAwMCwgLTU0NS4wMDAwMDApIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTLlpIfku70tMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS4wMDAwMDAsIDUzNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWFnZS3nrq3lpLQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40OTU3ODI5NCwxLjYxNjQ1MTEgTDYuNDIzODg5MjUsNS4wNDY5ODgzMyBDNi4zMjc4ODYxMyw1LjIwNTk0NTQ1IDYuMzI3ODg2MTMsNS40MDUwMTQ3NyA2LjQyMzg4OTI1LDUuNTYzOTcxODkgTDguNDk1NzgyOTQsOC45OTQ1MDkxMiBDOC42Mzg1NDQwMSw5LjIzMDg4NTcxIDguNTYyNjUzNjQsOS41MzgyMzc1IDguMzI2Mjc3MDYsOS42ODA5OTg1NiBDOC4xNjc1NTcxNiw5Ljc3Njg1ODQgNy45Njg4MjE5NSw5Ljc3NzAxMTc1IDcuODA5OTU0MzEsOS42ODEzOTY5NyBMMS4yNTA5OTY2OSw1LjczMzg3NjE4IEMxLjAxNDQwMDA4LDUuNTkxNDgwMDcgMC45MzgwMzU0ODEsNS4yODQyNDU3NiAxLjA4MDQzMTU5LDUuMDQ3NjQ5MTQgQzEuMTIyNTE0OCw0Ljk3NzcyNjI4IDEuMTgxMDczODMsNC45MTkxNjcyNSAxLjI1MDk5NjY5LDQuODc3MDg0MDQgTDcuODA5OTU0MzEsMC45Mjk1NjMyNTMgQzguMDQ2NTUwOTMsMC43ODcxNjcxNDIgOC4zNTM3ODUyNCwwLjg2MzUzMTczOSA4LjQ5NjE4MTM1LDEuMTAwMTI4MzUgQzguNTkxNzk2MTMsMS4yNTg5OTYgOC41OTE2NDI3OCwxLjQ1NzczMTIgOC40OTU3ODI5NCwxLjYxNjQ1MTEgWiIgaWQ9IueureWktCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMzkyMDAsIDUuMzA1NDgwKSBzY2FsZSgxLCAtMSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wMzkyMDAsIC01LjMwNTQ4MCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function N4(n){let t,e,i,s=n[0].name+"",o,r,a,l,c,h,d,u,m;return{c(){t=U("div"),e=U("div"),i=U("span"),o=Ve(s),r=le(),a=U("i"),w(i,"class","plugin-DoorLabelPlugin-txt svelte-1irjijd"),w(a,"class","plugin-DoorLabelPlugin-icon svelte-1irjijd"),w(e,"class",l=Mt(gi("plugin-DoorLabelPlugin-cnt",n[0].toward))+" svelte-1irjijd"),w(e,"style",c=`transform: ${n[0].transform||"initial"};pointer-events: ${n[0].inSight?"auto":"none"};opacity: ${n[0].inSight?1:0}`),w(e,"data-camera-toward",h=n[0].cameraToward),w(t,"style",d=`left: ${n[0].left||0}%;top: ${n[0].top||0}%;opacity: ${n[0].inSight?1:0}`),w(t,"class","plugin-DoorLabelPlugin-item svelte-1irjijd")},m(g,p){Y(g,t,p),V(t,e),V(e,i),V(i,o),V(e,r),V(e,a),n[4](t),u||(m=_e(e,"click",n[3]),u=!0)},p(g,[p]){p&1&&s!==(s=g[0].name+"")&&Ne(o,s),p&1&&l!==(l=Mt(gi("plugin-DoorLabelPlugin-cnt",g[0].toward))+" svelte-1irjijd")&&w(e,"class",l),p&1&&c!==(c=`transform: ${g[0].transform||"initial"};pointer-events: ${g[0].inSight?"auto":"none"};opacity: ${g[0].inSight?1:0}`)&&w(e,"style",c),p&1&&h!==(h=g[0].cameraToward)&&w(e,"data-camera-toward",h),p&1&&d!==(d=`left: ${g[0].left||0}%;top: ${g[0].top||0}%;opacity: ${g[0].inSight?1:0}`)&&w(t,"style",d)},i:oe,o:oe,d(g){g&&X(t),n[4](null),u=!1,m()}}}function G4(n,t,e){let{props:i}=t,{onClick:s}=t,o;const r=()=>{const{left:c,top:h,inSight:d,panoIndex:u}=i;if(!c||!h||!d||!o)return;const m=o.current.clientWidth/window.innerWidth*100,g=o.current.clientHeight/window.innerHeight*100;c<=m/2||c>=100-m/2||h<=g/2||h>=100-g/2},a=c=>{s&&s()};function l(c){Je[c?"unshift":"push"](()=>{o=c,e(2,o)})}return n.$$set=c=>{"props"in c&&e(0,i=c.props),"onClick"in c&&e(1,s=c.onClick)},r(),[i,s,o,a,l]}class H4 extends Ce{constructor(t){super(),Pe(this,t,G4,N4,we,{props:0,onClick:1},F4)}}function W4(n,t){const e=Math.abs(n.top+n.height/2-t.top-t.height/2),i=Math.abs(n.left+n.width/2-t.left-t.width/2),s=(n.height+t.height)/2,o=(n.width+t.width)/2;return!(e>s&&i>o)}function U4(n){const{camera:t}=n,e=t.getWorldDirection(new G.Vector3);let i=Math.atan(e.z/e.x)*180/Math.PI,s="";return e.x<0&&(i+=180),i<0&&(i+=360),i>315||i<=45?s="right":i>45&&i<=135?s="back":i>135&&i<=225?s="left":i>225&&i<=315&&(s="forward"),s}function Q4(n,t){return Math.sqrt(Math.pow(n.z-t.z,2)+Math.pow(n.x-t.x,2))}function X4(n){const t=Math.PI/4;return n>-t&&n<=t?"left":n>t*3||n<=-t*3?"right":n>-t*3&&n<=-t?"forward":n>t&&n<=t*3?"back":""}const Y4={userAction:!0};class Z4 extends Jn{constructor(e){super(e);f(this,"state",{enabled:!0,visible:!0});f(this,"container");f(this,"MinVisibledistance",1.8);f(this,"MaxVisibledistance",5);f(this,"OffsetHeight",-1.3);f(this,"floorplanServerData");f(this,"visibleLabelMap",new Map);f(this,"labelItems",[]);f(this,"doorLabels");f(this,"roomObservers");f(this,"loadData",(e,i)=>{i&&(this.MaxVisibledistance=i.MaxVisibledistance,this.MinVisibledistance=i.MinVisibledistance,this.OffsetHeight=i.OffsetHeight),this.labelItems=[],this.doorLabels=[],this.floorplanServerData=e,yi(this.five).then(()=>{this.initData(),this.fixDoorVisibleAndPosition(),this.applyState()})});f(this,"dispose",()=>{var e,i,s,o,r,a,l;(e=this.five)==null||e.off("wantsToMoveToPano",this.hideAllLabels),(i=this.five)==null||i.off("modelLoaded",this.fixDoorVisibleAndPosition),(s=this.five)==null||s.off("panoArrived",this.fixDoorVisibleAndPosition),(o=this.five)==null||o.off("initAnimationEnded",this.fixDoorPosition),(r=this.five)==null||r.off("cameraUpdate",this.fixDoorPosition),(a=this.five)==null||a.off("mouseWheel",this.fixDoorPosition),(l=this.five)==null||l.off("pinchGesture",this.fixDoorPosition),this.applyState({enabled:!1})});f(this,"initRoomObservers",()=>{var o,r;const e=this.floorplanServerData.computed_data.floor_datas||[],s=(((r=(o=this.five)==null?void 0:o.work)==null?void 0:r.observers)||[]).map(a=>{const l=a.panoIndex,c=a.floorIndex,h=e==null?void 0:e.find(d=>d.floor_index===c);if(h){const d=h.rooms.find(u=>u.observer_indexs.includes(l));if(d)return{panoIndex:l,floorIndex:c,name:d.name}}}).filter(Boolean);this.roomObservers=s});f(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1})});f(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.state.visible||this.five.model.empty||e===null||!this.roomObservers.find(a=>a.panoIndex===e))return;const i=this.roomObservers.find(a=>a.panoIndex===e),o=this.five.work.observers.find(a=>a.panoIndex===e).position.clone(),r=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const a=[];return this.doorLabels.forEach((l,c)=>{if(l.roomName===i.name)return;const h=l.position.clone(),d=h.distanceTo(o);if(d<this.MinVisibledistance||d>this.MaxVisibledistance)return;const u=new G.Raycaster,m=h.clone().sub(o).normalize();u.set(o,m);const[g]=this.five.model.intersectRaycaster(u);g&&g.distance+.1<d||a.push(c)}),this.visibleLabelMap.set(e,a),a}})();this.labelItems.forEach((a,l)=>{a.visible=r.includes(l)}),this.fixDoorPosition()});f(this,"fixDoorPosition",()=>{var c,h,d,u,m,g,p,v,b,P,M,I;if(!this.state.enabled||!this.state.visible)return;const{panoIndex:e,camera:i}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const s=this.five.getElement(),o=s.clientWidth,r=s.clientHeight,a=i.getWorldDirection(new G.Vector3),l=[];if(this.labelItems.forEach((z,D)=>{var A;if(z.visible){const C=i.position.distanceTo(z.position),k=z.position.clone().add(new G.Vector3(0,this.OffsetHeight,0)),x=k.clone().sub(i.position).normalize().angleTo(a),T=k.clone().project(i),H=(T.x+1)/2.2*100,B=(-T.y+1)/2.2*100,J=H>=0&&H<=100&&B>=0&&B<=100&&C>this.MinVisibledistance&&C<=this.MaxVisibledistance;z.left=H,z.top=B,z.inSight=J&&x<Math.PI/2,z.cameraToward=U4(this.five),J?l.push({disFromCameraToLabel:C,left:H,top:B,index:D}):z.transform="translate(-50%, -50%)"}else z.inSight=!1;const O=z,{svelteApp:j}=O,L=As(O,["svelteApp"]);(A=z.svelteApp)==null||A.$set({props:L})}),l.length>1){let z=0;l.sort((D,j)=>j.disFromCameraToLabel-D.disFromCameraToLabel);for(let D=1;D<l.length;D++){const{index:j,left:L,top:O}=l[D-1],{index:A,left:C,top:k}=l[D],E=this.container.children[j],x=this.container.children[A];if(!E||!x)return;const T={left:o*L/100,top:r*O/100,width:(d=(h=(c=E.children)==null?void 0:c[0])==null?void 0:h.clientWidth)!=null?d:0,height:(g=(m=(u=E.children)==null?void 0:u[0])==null?void 0:m.clientHeight)!=null?g:0},H={left:o*C/100,top:r*k/100,width:(b=(v=(p=x.children)==null?void 0:p[0])==null?void 0:v.clientWidth)!=null?b:0,height:(I=(M=(P=x.children)==null?void 0:P[0])==null?void 0:M.clientHeight)!=null?I:0};W4(T,H)&&(z++,this.labelItems[j].transform=`translate(-50%, ${(z-1)*100-50}%)`,this.labelItems[A].transform=`translate(-50%, ${z*100-50}%)`)}}});f(this,"onClick",(e,i)=>{if(!this.roomObservers)return;const{work:s}=this.five;let o,r,a=1/0;for(const l of s.observers)if(this.roomObservers.find(h=>h.panoIndex===l.panoIndex&&h.name===e)){const h=l.standingPosition,d=i.distanceTo(h);d<a&&(o=l.panoIndex,r=h.clone().sub(i).normalize(),a=d)}if(r!==void 0&&o!==void 0){const l={};if(a>0){const h=new G.Vector3(0,0,-1),d=r.clone(),u=new G.Quaternion;u.setFromUnitVectors(h,d);const m=new G.Euler;m.setFromQuaternion(u,"YXZ"),l.longitude=m.y}this.five.emit("wantsToMoveToPano",o,{},!0)||this.five.moveToPano(o,{longitude:l.longitude})}});f(this,"initData",()=>{var o;this.doorLabels=[],this.labelItems.forEach(r=>{var a;return(a=r.svelteApp)==null?void 0:a.$destroy()}),this.labelItems=[];const e=this.five.panoIndex,i=this.floorplanServerData.computed_data.observers[e].floor_index,s=this.floorplanServerData.computed_data.floor_datas[i];(o=this.floorplanServerData.computed_data.doors)==null||o.forEach(r=>{const a=this.five.work.observers.filter((u,m)=>{var g;return!!((g=s==null?void 0:s.rooms)!=null&&g.find(p=>p.observer_indexs.includes(m)))}),l=r.position;let c=1/0,h;a.forEach(u=>{const m=u.standingPosition,g={x:m.x,y:m.y,z:m.z},p=Q4(l,g);p<c&&(c=p,h=g)}),h&&(l.y=h.y+.01);const d=new G.Vector3(l.x,l.y,l.z);d.add(new G.Vector3(-.2,1.8,0).applyEuler(new G.Euler(0,r.rad,0))),this.doorLabels.push({roomName:r.name,name:r.name,position:d,toward:X4(r.rad)})}),this.labelItems=this.doorLabels.map(r=>de(N({},r),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}appendTo(e){this.state.enabled&&(this.container=e)}setState(e,i){const s=this.state;this.state=N(N({},s),e);const o=s.enabled&&s.visible,r=this.state.enabled&&this.state.visible;o!==r&&this.applyState()}show(){this.setState({visible:!0})}hide(){this.setState({visible:!1})}enable(){this.setState({enabled:!0})}disable(){this.setState({enabled:!1})}stateChangedCallback(e,i){if(this.hooks.hasListener("stateChange")){const s={state:this.state,prevState:e,userAction:i?i.userAction:Y4.userAction};this.hooks.emit("stateChange",s)}}applyState(e){const i=e!=null?e:this.state;i.enabled!==!1&&i.visible!==!1?(this.labelItems.forEach(o=>{o.svelteApp=new H4({target:this.container,props:{props:o,onClick:()=>{this.onClick(o.name,o.position)}}})}),this.fixDoorPosition()):this.labelItems.forEach(o=>{o.svelteApp.$destroy()})}initState(){return{enabled:!0,visible:!0}}}const q4=n=>new Z4(n);function Wp(n,t){console.warn(`🚫 ==> [${n}]: ${t}`)}var Cl={},J4=K4;function K4(n,t,e){return n[0]=t[0]+e[0],n[1]=t[1]+e[1],n}var $4=e8;function e8(n,t,e){return n[0]=t,n[1]=e,n}var t8=i8;function i8(n,t){var e=t[0],i=t[1],s=e*e+i*i;return s>0&&(s=1/Math.sqrt(s),n[0]=t[0]*s,n[1]=t[1]*s),n}var n8=s8;function s8(n,t,e){return n[0]=t[0]-e[0],n[1]=t[1]-e[1],n}var o8=r8;function r8(n,t){return n[0]*t[0]+n[1]*t[1]}var a8=J4,Qh=$4,Up=t8,l8=n8,c8=o8,Qp=[0,0];Cl.computeMiter=function(t,e,i,s,o){return a8(t,i,s),Up(t,t),Qh(e,-t[1],t[0]),Qh(Qp,-i[1],i[0]),o/c8(e,Qp)},Cl.normal=function(t,e){return Qh(t,-e[1],e[0]),t},Cl.direction=function(t,e,i){return l8(t,e,i),Up(t,t),t};var En=Cl,Ns=[0,0],Il=[0,0],Xp=[0,0],Fr=[0,0],h8=function(n,t){var e=null,i=[];t&&(n=n.slice(),n.push(n[0]));for(var s=n.length,o=1;o<s;o++){var r=n[o-1],a=n[o],l=o<n.length-1?n[o+1]:null;if(En.direction(Ns,a,r),e||(e=[0,0],En.normal(e,Ns)),o===1&&Xh(i,e,1),!l)En.normal(e,Ns),Xh(i,e,1);else{En.direction(Il,l,a);var c=En.computeMiter(Xp,Fr,Ns,Il,1);Xh(i,Fr,c)}}if(n.length>2&&t){var h=n[s-2],d=n[0],u=n[1];En.direction(Ns,d,h),En.direction(Il,u,d),En.normal(e,Ns);var m=En.computeMiter(Xp,Fr,Ns,Il,1);i[0][0]=Fr.slice(),i[s-1][0]=Fr.slice(),i[0][1]=m,i[s-1][1]=m,i.pop()}return i};function Xh(n,t,e){n.push([[t[0],t[1]],e])}function Yp(n,t){const e=n[0],i=n[1],s=t[0],o=t[1];var r=(o.x-s.x)*(e.y-s.y)-(o.y-s.y)*(e.x-s.x),a=(i.x-e.x)*(e.y-s.y)-(i.y-e.y)*(e.x-s.x),l=(o.y-s.y)*(i.x-e.x)-(o.x-s.x)*(i.y-e.y);if(l!==0){var c=r/l,h=a/l;if(0<=c&&c<=1&&0<=h&&h<=1)return!0}return!1}function d8(n,t){for(let e=0;e<n.length-1;e++)for(let i=0;i<t.length-1;i++)if(Yp([n[e],n[e+1]],[t[i],t[i+1]]))return{x:(n[e].x+n[e+1].x)/2,y:(n[e].y+n[e+1].y)/2,line1RelativeIndex:e,line2RelativeIndex:i}}const u8=2,f8=3,g8=3,m8=2;function p8(n){const t=n.width,e=n.unitLength,i=t/2,s=n.path;if(s.length===0)return{geometry:new y.BufferGeometry,maxV:0,curvePath:null,curvePoints:null};const o=new y.CurvePath;s.forEach(O=>{const A=v8(O);A&&o.add(A)});const r=Math.ceil(o.getLength()*100);o.arcLengthDivisions=r;const a=o.getPoints(r),l=a.length;if(l<=2)return{geometry:new y.BufferGeometry,maxV:0,curvePath:null,curvePoints:null};const c=h8(a.map(O=>[O.x,O.z])),d=(l-1)*u8*f8,u=2*l,m=u*g8,g=u*m8,p=new Uint32Array(d),v=new Float32Array(m),b=new Float32Array(g);let P=0,M=0;for(let O=0;O<l;O++){const[A,C]=c[O][0],k=a[O],{x:E,y:x,z:T}=k,H=new G.Vector3(E+A*i,x+.05,T+C*i);v[O*6+0]=H.x,v[O*6+1]=H.y,v[O*6+2]=H.z;const B=new G.Vector3(E-A*i,x+.05,T-C*i);v[O*6+3]=B.x,v[O*6+4]=B.y,v[O*6+5]=B.z,P+=O>0?a[O-1].clone().sub(a[O]).length():0;const J=P/e;M=J,b[O*4+0]=0,b[O*4+1]=J,b[O*4+2]=1,b[O*4+3]=J;const ne=new y.Vector3().lerpVectors(H,B,.5);n.skipPositions&&n.skipPositions.some(re=>re.distanceTo(ne)<.26)||O!==l-1&&(p[O*6+0]=O*2+0,p[O*6+1]=O*2+2,p[O*6+2]=O*2+1,p[O*6+3]=O*2+2,p[O*6+4]=O*2+3,p[O*6+5]=O*2+1)}const I=[];let z;const D=[];for(let O=0;O<l-1;O++){if(z!==void 0&&O<=z)continue;const A=O+1,C={x:v[O*6+0],y:v[O*6+2]},k={x:v[O*6+3],y:v[O*6+5]},E={x:v[A*6+0],y:v[A*6+2]},x={x:v[A*6+3],y:v[A*6+5]},T=Yp([C,k],[E,x]);if(T&&I.push(O),!T&&I.length){I.push(O);const H=new y.Vector2(C.x,C.y).distanceTo(new y.Vector2(E.x,E.y)),B=new y.Vector2(k.x,k.y).distanceTo(new y.Vector2(x.x,x.y)),J=300,ne=[],$=[],re=Math.max(0,I[0]-e*J),ee=I[0];for(let Ee=re;Ee<ee;Ee++)H<B?ne.push({x:v[Ee*6+0],y:v[Ee*6+2]}):ne.push({x:v[Ee*6+3],y:v[Ee*6+5]});const fe=I[I.length-1],ze=Math.min(l-1,I[I.length-1]+e*J);for(let Ee=fe;Ee<ze;Ee++)H<B?$.push({x:v[Ee*6+0],y:v[Ee*6+2]}):$.push({x:v[Ee*6+3],y:v[Ee*6+5]});const ae=d8(ne,$);if(ae){const{line1RelativeIndex:Ee,line2RelativeIndex:ue,x:ce,y:De}=ae,te=re+Ee,Te=fe+ue+2;for(let je=te;je<Te;je++)H<B?(v[je*6+0]=ce,v[je*6+2]=De):(v[je*6+3]=ce,v[je*6+5]=De),z=je;let Be,Ae,Fe,be,Me;H<B?(Be=v[re*6+1],Ae=v[te*6+1],Fe=v[Te*6+1],be=v[ze*6+1],Me=(Ae+Fe)/2):(Be=v[re*6+4],Ae=v[te*6+4],Fe=v[Te*6+4],be=v[ze*6+4],Me=(Ae+Fe)/2);for(let je=re;je<te;je++){const Ze=te-re,qe=(je-re)/Ze;H<B?v[je*6+1]=Be+(Me-Be)*qe:v[je*6+4]=Be+(Me-Be)*qe}for(let je=te;je<Te;je++)H<B?v[je*6+1]=Me:v[je*6+4]=Me;for(let je=Te;je<ze;je++){const Ze=ze-Te,qe=(je-Te+1)/Ze;H<B?v[je*6+1]=Me+(be-Me)*qe:v[je*6+4]=Me+(be-Me)*qe}D.push({start:te,end:Te})}I.length=0}}const j=new Float32Array(u);D.forEach(O=>{for(let A=0;A<l-1;A++)A>=O.start&&A<=O.end?(j[A*2+0]=1,j[A*2+1]=1):j[A]!==1&&(j[A*2+0]=0,j[A*2+1]=0)});const L=new y.BufferGeometry;return L.setAttribute("position",new y.BufferAttribute(v,3)),L.setAttribute("uv",new y.BufferAttribute(b,2)),L.setIndex(new y.BufferAttribute(p,1)),{geometry:L,maxV:M,animationWillError:D,curvePath:o,curvePoints:a}}function v8(n){var t,e;if(b8(n)){const i=n.points.map(o=>new y.Vector3().fromArray(o));return new y.CatmullRomCurve3(i,(t=n.closed)!=null?t:!1,(e=n.curve_type)!=null?e:"centripetal",n.tension)}}function b8(n){return n.type==="CatmullRomCurve3"}function A8(n,t){t.forEach(e=>{const i=new y.SphereGeometry(.02,16,16),s=[],o=[new y.MeshBasicMaterial({color:16776960}),new y.MeshBasicMaterial({color:16711935}),new y.MeshBasicMaterial({color:16711680}),new y.MeshBasicMaterial({color:65535})];if(e.position.length===4)e.position.forEach((r,a)=>{const l=o[a],c=new y.Mesh(i,l);c.position.copy(Nt(r)),s.push(c)});else{const r=o[0],a=new y.Mesh(i,r);a.position.copy(Nt(e.position)),s.push(a)}s.forEach(r=>{r.material.depthTest=!1,n.scene.add(r)})})}const pt=n=>n;function Zp(n){if(!n||n.length<3)return;const t=n.map(Ue),e=t[1].clone().sub(t[0]),i=t[2].clone().sub(t[1]);return e.cross(i)}function y8(n){return n.stickType==="Plane"}function w8(n){return n.stickType==="3DPoint"}function Gs(n){return n.stickType==="Model"&&n.contentType==="MediaModel"}function P8(n){return n.stickType==="Model"&&n.contentType==="Model"}function qp(n){return n.stickType==="Plane"&&n.contentType==="MediaPlane"}function Yh(n){const t=(()=>{if(Gs(n)&&n.matrix){const e=new G.Matrix4().fromArray(n.matrix);return n.data.mediaPosition.map(i=>Ue(i).clone().applyMatrix4(e))}else return n.position})();return Fb(t)}function Jp(n){const t=Yh(n);return It(...Array.isArray(t)?t:[t])}function Nr(n,t){if(n===void 0)return;const{min:e,max:i}=t!=null?t:{};if(!(e===void 0&&i===void 0))return!(typeof i=="number"&&i<n||typeof e=="number"&&e>n)}function C8(n,t,e){const s=new y.Plane().setFromNormalAndCoplanarPoint(e,t),o=t.clone().sub(n).cross(new y.Vector3(0,1,0)).setLength(.01),r=new y.Vector3(0,.01,0);return[t.clone().sub(o).sub(r),t.clone().add(o).sub(r),t.clone().add(o).add(r),t.clone().sub(o).add(r)].map(l=>s.projectPoint(l,new y.Vector3))}const Kp=(n,t=1e3/60)=>{let e=null;const i=n;return(...o)=>{e&&clearTimeout(e),e=setTimeout(()=>{i==null||i(...o),e&&clearTimeout(e),e=null},t)}};function I8(n,t=200){let e;return function(...i){e||(n.apply(this,i),e=setTimeout(function(){e=null},t))}}function M8(n,t){const[e,i]=t;if(e>=i||i<=1||e<=1)return-1;const s={},o=r=>(s[r]||(s[r]=n(r)),s[r]);for(let r=e;r<i;r++){const a=o(r),l=o(r-1);if(a<l)return r}return-1}function $p(n){if(!n)return null;try{if(n.includes("youtu.be"))return new URL(n).pathname.substring(1);if(n.includes("youtube.com")){const i=new URL(n),o=new URLSearchParams(i.search).get("v");if(o)return o;if(i.pathname.includes("/embed/"))return i.pathname.split("/embed/")[1];if(i.pathname.includes("/shorts/"))return i.pathname.split("/shorts/")[1];if(i.pathname.includes("/live/"))return i.pathname.split("/live/")[1]}}catch(i){}const t=/^.*(?:(?:youtu\.be\/|v\/|vi\/|u\/\w\/|embed\/|shorts\/|live\/)|(?:(?:watch)?\?v(?:i)?=|\&v(?:i)?=))([^#\&\?]*).*/,e=n.match(t);return e&&e[1]?e[1]:null}function e0(n){if(!n)return null;try{if(n.includes("vimeo.com")){const s=new URL(n).pathname.split("/").filter(Boolean);if(s.length>0){const o=s[0];if(/^\d+$/.test(o)&&o.length>=5)return o}}}catch(i){}const t=/^.*vimeo\.com\/[A-Za-z\/]*(\d+)/,e=n.match(t);return e&&e[1]&&e[1].length>=5?e[1]:null}function Zh(n){return n?/^(http(s)?:\/\/)?((w){3}.)?youtu(be|.be)?(\.com)?\/.+/.test(n):!1}function qh(n){return n?/^(http(s)?:\/\/)?((w){3}.)?vimeo\.com\/(.+)/.test(n):!1}function k8(n,t){if(Zh(n)){const e=$p(n);if(!e)return"";const i=new URL(`https://www.youtube.com/embed/${e}`);return(t==null?void 0:t.start)!==void 0&&i.searchParams.set("start",t.start.toString()),(t==null?void 0:t.autoplay)!==void 0&&i.searchParams.set("autoplay",t.autoplay.toString()),i.toString()}if(qh(n)){const e=e0(n);if(!e)return"";const i=new URL(`https://player.vimeo.com/video/${e}`);return(t==null?void 0:t.autoplay)!==void 0&&i.searchParams.set("autoplay",t.autoplay.toString()),i.toString()}return n}function Jh(n){return n.stickType?n.stickType:n.pointType==="PointTag"&&n.dimensionType==="3D"?"3DPoint":n.pointType==="PlaneTag"?"Plane":"2DPoint"}function E8(n){var t,e,i,s;if(n.stickType||(n.stickType=Jh(n)),n.contentType==="VRLink"||n.contentType==="PanoLink"||n.contentType==="Link"){const o=n;!((e=(t=o.data)==null?void 0:t.icon)!=null&&e.url)&&!((s=(i=o.style)==null?void 0:i.point)!=null&&s.url)&&(o.data.icon={url:Gc,steps:28})}return n.extraData&&(n.data?n.data.extraData=n.extraData:n.data={extraData:n.extraData}),n}const jo="data:audio/mpeg;base64,//uQxAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAADAAAGhgBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr///////////////////////////////////////////8AAAA5TEFNRTMuOThyAc0AAAAAAAAAABSAJAiqQgAAgAAABobxtI73AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//uQxAACFEII9ACZ/sJZwWEoEb8w/////N//////JcxjHjf+7/v/H2PzCCFAiDtGeyBCIx7bJJ1mmEEMy6g8mm2c8nrGABB4h2Mkmn//4z/73u773R5qHHu/j/w7Kxkzh5lWRWdsifCkNAnY9Zc1HvDAhjhSHdFkHFzLmabt/AQxSg2wwzLhHIJOBnAWwVY4zrhIYhhc2kvhYDfQ4hDi2Gmh5KyFn8EcGIrHAngNgIwVIEMf5bzbAiTRoAD///8z/KVhkkWEle6IX+d/z4fvH3BShK1e5kmjkCMoxVmXhd4ROlTKo3iipasvTilY21q19ta30/v/0/idPX1v8PNxJL6ramnOVsdvMv2akO0iSYIzdJFirtzWXCZicS9vHqvSKyqm5XJBdqBwPxyfJdykhWTZ0G0ZyTZGpLKxsNwwoRhsx3tZfhwmeOBVISm3impAC/IT/8hP/EKEM1KMdVdVKM2rHV4x7HVXZvbVVKN/qq8CiV9VL9jjH/6l6qf7MBCjZmOqsAibjcP+qqqv0oxqpa/NVW286hPo1nz2L/h8+jXt//uSxCmDU2IK/ECN98KKtE5IYzNoCfbw+u9i5r8PoadUMFPKqWL4LK3T/LCraMSHGkW4bpLXR/E6LlHOVQxmslKVJ8IULktMN06N0FKCpHCoYsjC4F+Z0NVqdNFoGSTjSiyjzLdnZ2fNqTi2eHKONONKLMPMKLONKLMPQRJGlFxZRoKcJFAYEeIFiRQkUWUeYfef//Ko04soswso40UJAgMw8wosososy0EalnZyjQUGBRQGIFggOWUacWUeYmuadrZziQKKEgQsQLAhQkUJAgMQDghltLO1onp0cpkNInSFMqlYeSEJ5AHsqFdOwy1DA2sRmRJKxdKRfLhfLw5BzUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7ksRRA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU=",Gr={};var Kh=(n=>(n.Default="default",n.GetAudioDuration="getAudioDuration",n.PlayAudio="playAudio",n))(Kh||{});function S8(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Gr[e]||(Gr[e]=[]);let s=i.find(o=>!o.realSrc||o.realSrc===jo);return s||(console.warn("未找到缓存音频,已新建",Gr),s=new t0(jo),i.push(s)),n&&(s.src=n),s}function x8(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Gr[e]||(Gr[e]=[]),s=n-i.length;if(!(s<=0))for(let o=0;o<s;o++)i.push(new t0(jo))}class t0 extends(()=>typeof Audio=="undefined"?class{}:Audio)(){constructor(e){super(e);f(this,"preload","auto");f(this,"crossOrigin","anonymous");f(this,"realSrc","");f(this,"inited",!1);f(this,"removeDocumentEventListener");this.realSrc=e!=null?e:"",this.muted=!0,super.autoplay=!0,super.addEventListener("ended",()=>{this.src=""});const i=()=>D8(this);document.addEventListener("click",i),document.addEventListener("touchend",i),this.removeDocumentEventListener=()=>{document.removeEventListener("click",i),document.removeEventListener("touchend",i)}}get isBlankAudio(){return this.realSrc===jo||!this.realSrc}get src(){return super.src}set src(e){super.src=e,this.realSrc=e,this.removeDocumentEventListener()}get muted(){return super.muted}set muted(e){super.muted=e}clear(){this.currentTime=0,this.src=jo}}function D8(n){n&&(n.inited||(n.src&&(n.inited=!0,n.removeDocumentEventListener()),n.src===jo&&n.play()))}const $h={visibleConfig:{intersectRaycaster:{enabled:!0,distanceAccuracy:.04,checkPoints:"corner",needPassed:1}},clickable:!0,simulate3D:!1,renderType:"Dom"};var i0=(n=>(n.PointTag="PointTag",n.PlaneTag="PlaneTag",n))(i0||{}),n0=(n=>(n.Audio="Audio",n.Text="Text",n.ImageText="ImageText",n.Image="Image",n.Video="Video",n.Link="Link",n.Sticker="Sticker",n.VRLink="VRLink",n.PanoLink="PanoLink",n.Marketing="Marketing",n.MediaPlane="MediaPlane",n.MediaModel="MediaModel",n.Model="Model",n.Panorama="Panorama",n.Custom="Custom",n.Unknown="Unknown",n))(n0||{}),s0=(n=>(n.Two="2D",n.Three="3D",n))(s0||{});const L8={globalConfig:{visibleConfig:{followModelVisibility:!0},unfoldedConfig:{autoUnfold:{enable:!0,strategy:"MinimumDistance",distance:{max:5}}},tag3DConfig:{ratio:.0035},popoverConfig:{enabled:!1,trigger:"hover",triggerDelay:500,placement:"auto",autoPlacementBaseSpace:{top:.2,right:.15,bottom:.2},transitionDuration:100,toolbar:{showMore:!0,showShare:!0},viewMoreText:"查看更多"},tagNormalLineConfig:{enabled:!0,lineWidth:1.2}},contentTypeConfig:{"[Mapview]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"[Floorplan]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"Any-Audio-plane":{unfoldedConfig:{keep:"unfolded"}},Link:{unfoldedConfig:{keep:"unfolded"}},Panorama:{unfoldedConfig:{keep:"unfolded"}},VRLink:{unfoldedConfig:{keep:"unfolded"}},PanoLink:{unfoldedConfig:{keep:"unfolded"}},MediaPlane:{unfoldedConfig:{keep:"unfolded"},initialData:{autoplayConfig:{autoplayCarousel:!0,autoplayVideo:!1,autoplayVideoInCarousel:!1}}},"Model-Any":{unfoldedConfig:{keep:"unfolded"},visibleConfig:{visibleFiveMode:"all"}},Marketing:{popoverConfig:{enabled:!1}},Audio:{popoverConfig:{toolbar:{showMore:!1}}}}},T8=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1;navigator.userAgent.toLowerCase().indexOf("android");const Ml=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,z8=T8&&Ml;function O8(n){if(n.length!==4)return!1;const[t,e,i,s]=n,o=t.distanceTo(e),r=e.distanceTo(i),a=i.distanceTo(s),l=s.distanceTo(t),c=t.distanceTo(i),h=e.distanceTo(s);return o===a&&r===l&&c===h}class ed extends y.Mesh{constructor(e,i,s){if(e.length!==4)throw new Error("QuadrangleMesh: Invalid number of points, it's not a quadrangle");const[o,r,a,l]=e,c=It(...e),h=[o.clone().sub(c),r.clone().sub(c),a.clone().sub(c),l.clone().sub(c)],d=new _o(h,s);super(d,i);f(this,"name","QuadrangleMesh");this.position.copy(c)}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}class _o extends y.BufferGeometry{constructor(e,i){super();f(this,"name","QuadrangleGeometry");f(this,"points");this.points=e;const s=i!=null?i:O8(e)?64:1;if(e.length!==4){console.error("Invalid number of points, it's not a quadrangle");return}const[o,r,a,l]=e,[c,h,d,u]=[new y.Vector2(0,0),new y.Vector2(1,0),new y.Vector2(1,1),new y.Vector2(0,1)],m=[],g=[];m.push(...o.toArray()),g.push(...c.toArray());for(let v=1;v<s;v++)m.push(o.x+(r.x-o.x)*v/s,o.y+(r.y-o.y)*v/s,o.z+(r.z-o.z)*v/s),g.push(c.x+(h.x-c.x)*v/s,c.y+(h.y-c.y)*v/s);m.push(...r.toArray()),g.push(...h.toArray()),m.push(...a.toArray()),g.push(...d.toArray());for(let v=1;v<s;v++)m.push(a.x+(l.x-a.x)*v/s,a.y+(l.y-a.y)*v/s,a.z+(l.z-a.z)*v/s),g.push(d.x+(u.x-d.x)*v/s,d.y+(u.y-d.y)*v/s);m.push(...l.toArray()),g.push(...u.toArray());const p=[];for(let v=0;v<s;v++)p.push(v,v+1,s*2-v,v,s*2-v,s*2+1-v);this.setAttribute("position",new y.BufferAttribute(new Float32Array(m),3)),this.setAttribute("uv",new y.BufferAttribute(new Float32Array(g),2)),this.setIndex(new y.BufferAttribute(new Uint32Array(p),1))}}function j8(n,t){let e=!Ml;const i=t!=null?t:document.createElement("video");i.preload="metadata",i.crossOrigin="anonymous",i.muted=!0,i.loop=!0,i.playsInline=!0,i.autoplay=!0;const s=new y.VideoTexture(i);s.minFilter=y.LinearFilter,s.magFilter=y.LinearFilter,s.encoding=y.sRGBEncoding,s.metadataLoaded=!1,i.src=n;const o=()=>{s.metadataLoaded||(s.dispatchEvent({type:"videoLoaded"}),s.metadataLoaded=!0)};if(Ml||(i.onloadedmetadata=()=>{o()}),Ml){const r=()=>{if(!e){if(!i.paused){o();return}i.muted=!0,i.play().then(()=>{e=!0,i.pause(),i.currentTime=0,o()}).catch(()=>{console.warn("video auto play error")})}};document.addEventListener("click",r,{once:!0}),document.addEventListener("touchend",r,{once:!0})}return s}function on(n,t,e){if(n==="fill")return t;if(n==="contain"){const[i,s,o,r]=t,a=i.distanceTo(s),l=o.distanceTo(r),c=i.distanceTo(r),h=s.distanceTo(o),d=a,u=c,m=d/u;if(m>e){const p=u*e,v=new y.Vector3().subVectors(s,i).multiplyScalar((a-p)/2/a),b=new y.Vector3().subVectors(o,r).multiplyScalar((l-p)/2/l);return[i.clone().add(v),s.clone().sub(v),o.clone().sub(b),r.clone().add(b)]}else if(m<e){const p=d/e,v=new y.Vector3().subVectors(r,i).multiplyScalar((c-p)/2/c),b=new y.Vector3().subVectors(o,s).multiplyScalar((h-p)/2/h);return[i.clone().add(v),s.clone().add(b),o.clone().sub(b),r.clone().sub(v)]}else return t}else return console.warn(`objectFit: ${n} is not supported yet`),t}class _8 extends y.ShaderMaterial{constructor(e){super();f(this,"transparent",!1);f(this,"blending",y.CustomBlending);f(this,"blendSrc",y.SrcAlphaFactor);f(this,"blendDst",y.OneMinusSrcAlphaFactor);f(this,"blendSrcAlpha",y.OneFactor);f(this,"blendDstAlpha",y.OneMinusSrcAlphaFactor);f(this,"vertexShader",`
930
+ `,e.container.style.pointerEvents="none";const i=v=>(e.wrapper=v,v.appendChild(e.container),l(),!0),s=v=>{e.itemLabels=_4(v),l()},o=()=>(e.enabled||(e.enabled=!0,l()),!0),r=()=>(e.enabled&&(e.enabled=!1,l()),!0),a=()=>{h(),e.container.remove()},l=()=>{var v;if(e.wrapper){if(!e.enabled||!e.fiveModeEnabled){(v=e.app)==null||v.$destroy(),e.app=void 0;return}e.app?e.app.$set({five:n,itemLabels:e.itemLabels}):e.app=new j4({target:e.container,props:{five:n,modelOcclusionEnable:e.modelOcclusionEnable,itemLabels:e.itemLabels,hooks:e.hooks,displayStrategyType:e.displayStrategyType,maxVisibleDistance:e.maxVisibleDistance}})}},c=()=>{n.on("modeChange",d),n.once("dispose",a)},h=()=>{n.off("modeChange",d)},d=v=>{if(v!==Ye.Five.Mode.Panorama){e.fiveModeEnabled=!1,r();return}n.once("initAnimationEnded",()=>{e.fiveModeEnabled=!0,o()})};return c(),{appendTo:i,load:s,enable:o,disable:r,dispose:a,hooks:e.hooks}},R4={name:"ItemLabelPlugin",version:0};function F4(n){Le(n,"svelte-1irjijd",'.plugin-DoorLabelPlugin-item.svelte-1irjijd.svelte-1irjijd{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-1irjijd.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aW1hZ2Ut566t5aS0PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PC9yZWN0PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNjYuMDYyMTk3NSUiIHkxPSI1MCUiIHgyPSItMS4xMzY4NjgzOGUtMTElIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIwLjg1IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iODQuMzM5NzMxJSIgeTE9IjUwJSIgeDI9IjIzLjQyODMzNzclIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtNCI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZSLeWIhumXtOW8leWvvOagh+etvuWkh+S7vS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5LjAwMDAwMCwgLTU0My4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0y5aSH5Lu9LTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDUuMDAwMDAwLCA1MzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaW1hZ2Ut566t5aS0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC4wMDAwMDAsIDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJCRyIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRDhEOEQ4IiBvcGFjaXR5PSIwLjUxMTQ2Mjk4NCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuOTM4ODY5OCwxLjE0Mzc2MTI5IEM4LjI1NDY1NDA0LDEuMjU3NTgwMzUgOC4zMTc4Mjg0LDEuMzAyMTY5OTggOC4zMTc3ODUyMSwxLjM1ODE1MjIzIEM4LjMxNzc1MDcyLDEuNDAyODQzMzUgOC4zMDU3NDkwNywxLjQ0NzUyNTI0IDguMjgxNzg0MTEsMS40ODcyMDUyMSBMOC4yODE3ODQxMSwxLjQ4NzIwNTIxIEw2LjIwOTg5MDQxLDQuOTE3NzQyNDUgQzYuMTM3ODg4MDgsNS4wMzY5NjAyOSA2LjEwMTg4NjkxLDUuMTcxMjIwMiA2LjEwMTg4NjkxLDUuMzA1NDgwMTEgQzYuMTAxODg2OTEsNS40Mzk3NDAwMiA2LjEzNzg4ODA4LDUuNTczOTk5OTQgNi4yMDk4OTA0MSw1LjY5MzIxNzc4IEw2LjIwOTg5MDQxLDUuNjkzMjE3NzggTDguMjgxNzg0MTEsOS4xMjM3NTUwMSBDOC4zMTc0NzQzOCw5LjE4Mjg0OTE2IDguMzI1ODMzMjIsOS4yNTA4MTUyIDguMzEwNDk1OTUsOS4zMTI5MzAyOCBDOC4yOTUxNTg2OCw5LjM3NTA0NTM2IDguMjU2MTI1MzEsOS40MzEzMDk0NyA4LjE5NzAzMTE3LDkuNDY2OTk5NzMgQzguMTU3MzUxMTksOS40OTA5NjQ2OSA4LjExMjY2OTMxLDkuNTAyOTY2MzQgOC4wNjc5NzgxOCw5LjUwMzAwMDgzIEM4LjAyMzI4NzA2LDkuNTAzMDM1MzEgNy45Nzg1ODY3MSw5LjQ5MTEwMjYzIDcuOTM4ODY5OCw5LjQ2NzE5ODkzIEw3LjkzODg2OTgsOS40NjcxOTg5MyBMMS4zNzk5MTIxOCw1LjUxOTY3ODE1IEMxLjMyMDc2MzAyLDUuNDg0MDc5MTIgMS4yODE2NDI4Nyw1LjQyNzg3NTMyIDEuMjY2MjA5NzcsNS4zNjU3ODM5OCBDMS4yNTQ2OTI1Niw1LjMxOTQ0NzMyIDEuMjU2MzY2OTgsNS4yNjk4MzE4MiAxLjI3Mjc1MzMzLDUuMjIzMDU0MDUgTDEuMjcyNzUzMzMsNS4yMjMwNTQwNSBaIiBpZD0i566t5aS0IiBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtNCkiIHN0cm9rZS13aWR0aD0iMC41IiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiBtYXNrPSJ1cmwoI21hc2stMikiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDM5MjAwLCA1LjMwNTQ4MCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDM5MjAwLCAtNS4zMDU0ODApICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPueureWktDwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwLjYzODU4ODQlIiB5MT0iMCUiIHgyPSI5Ni41MTYxNDc0JSIgeTI9IjEyOS43MzEzNTQlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYyQ0MiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0VBRDA5QSIgb2Zmc2V0PSI0OC43MTQ0NDc4JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRDFCMTdFIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5pyq5p2l5a625aSH5Lu9LTI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA1LjAwMDAwMCwgLTU0NS4wMDAwMDApIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTLlpIfku70tMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS4wMDAwMDAsIDUzNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWFnZS3nrq3lpLQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40OTU3ODI5NCwxLjYxNjQ1MTEgTDYuNDIzODg5MjUsNS4wNDY5ODgzMyBDNi4zMjc4ODYxMyw1LjIwNTk0NTQ1IDYuMzI3ODg2MTMsNS40MDUwMTQ3NyA2LjQyMzg4OTI1LDUuNTYzOTcxODkgTDguNDk1NzgyOTQsOC45OTQ1MDkxMiBDOC42Mzg1NDQwMSw5LjIzMDg4NTcxIDguNTYyNjUzNjQsOS41MzgyMzc1IDguMzI2Mjc3MDYsOS42ODA5OTg1NiBDOC4xNjc1NTcxNiw5Ljc3Njg1ODQgNy45Njg4MjE5NSw5Ljc3NzAxMTc1IDcuODA5OTU0MzEsOS42ODEzOTY5NyBMMS4yNTA5OTY2OSw1LjczMzg3NjE4IEMxLjAxNDQwMDA4LDUuNTkxNDgwMDcgMC45MzgwMzU0ODEsNS4yODQyNDU3NiAxLjA4MDQzMTU5LDUuMDQ3NjQ5MTQgQzEuMTIyNTE0OCw0Ljk3NzcyNjI4IDEuMTgxMDczODMsNC45MTkxNjcyNSAxLjI1MDk5NjY5LDQuODc3MDg0MDQgTDcuODA5OTU0MzEsMC45Mjk1NjMyNTMgQzguMDQ2NTUwOTMsMC43ODcxNjcxNDIgOC4zNTM3ODUyNCwwLjg2MzUzMTczOSA4LjQ5NjE4MTM1LDEuMTAwMTI4MzUgQzguNTkxNzk2MTMsMS4yNTg5OTYgOC41OTE2NDI3OCwxLjQ1NzczMTIgOC40OTU3ODI5NCwxLjYxNjQ1MTEgWiIgaWQ9IueureWktCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMzkyMDAsIDUuMzA1NDgwKSBzY2FsZSgxLCAtMSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wMzkyMDAsIC01LjMwNTQ4MCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}')}function N4(n){let t,e,i,s=n[0].name+"",o,r,a,l,c,h,d,u,m;return{c(){t=U("div"),e=U("div"),i=U("span"),o=Ve(s),r=le(),a=U("i"),w(i,"class","plugin-DoorLabelPlugin-txt svelte-1irjijd"),w(a,"class","plugin-DoorLabelPlugin-icon svelte-1irjijd"),w(e,"class",l=Mt(gi("plugin-DoorLabelPlugin-cnt",n[0].toward))+" svelte-1irjijd"),w(e,"style",c=`transform: ${n[0].transform||"initial"};pointer-events: ${n[0].inSight?"auto":"none"};opacity: ${n[0].inSight?1:0}`),w(e,"data-camera-toward",h=n[0].cameraToward),w(t,"style",d=`left: ${n[0].left||0}%;top: ${n[0].top||0}%;opacity: ${n[0].inSight?1:0}`),w(t,"class","plugin-DoorLabelPlugin-item svelte-1irjijd")},m(g,p){Y(g,t,p),V(t,e),V(e,i),V(i,o),V(e,r),V(e,a),n[4](t),u||(m=_e(e,"click",n[3]),u=!0)},p(g,[p]){p&1&&s!==(s=g[0].name+"")&&Ne(o,s),p&1&&l!==(l=Mt(gi("plugin-DoorLabelPlugin-cnt",g[0].toward))+" svelte-1irjijd")&&w(e,"class",l),p&1&&c!==(c=`transform: ${g[0].transform||"initial"};pointer-events: ${g[0].inSight?"auto":"none"};opacity: ${g[0].inSight?1:0}`)&&w(e,"style",c),p&1&&h!==(h=g[0].cameraToward)&&w(e,"data-camera-toward",h),p&1&&d!==(d=`left: ${g[0].left||0}%;top: ${g[0].top||0}%;opacity: ${g[0].inSight?1:0}`)&&w(t,"style",d)},i:oe,o:oe,d(g){g&&X(t),n[4](null),u=!1,m()}}}function G4(n,t,e){let{props:i}=t,{onClick:s}=t,o;const r=()=>{const{left:c,top:h,inSight:d,panoIndex:u}=i;if(!c||!h||!d||!o)return;const m=o.current.clientWidth/window.innerWidth*100,g=o.current.clientHeight/window.innerHeight*100;c<=m/2||c>=100-m/2||h<=g/2||h>=100-g/2},a=c=>{s&&s()};function l(c){Je[c?"unshift":"push"](()=>{o=c,e(2,o)})}return n.$$set=c=>{"props"in c&&e(0,i=c.props),"onClick"in c&&e(1,s=c.onClick)},r(),[i,s,o,a,l]}class H4 extends Ce{constructor(t){super(),Pe(this,t,G4,N4,we,{props:0,onClick:1},F4)}}function W4(n,t){const e=Math.abs(n.top+n.height/2-t.top-t.height/2),i=Math.abs(n.left+n.width/2-t.left-t.width/2),s=(n.height+t.height)/2,o=(n.width+t.width)/2;return!(e>s&&i>o)}function U4(n){const{camera:t}=n,e=t.getWorldDirection(new G.Vector3);let i=Math.atan(e.z/e.x)*180/Math.PI,s="";return e.x<0&&(i+=180),i<0&&(i+=360),i>315||i<=45?s="right":i>45&&i<=135?s="back":i>135&&i<=225?s="left":i>225&&i<=315&&(s="forward"),s}function Q4(n,t){return Math.sqrt(Math.pow(n.z-t.z,2)+Math.pow(n.x-t.x,2))}function X4(n){const t=Math.PI/4;return n>-t&&n<=t?"left":n>t*3||n<=-t*3?"right":n>-t*3&&n<=-t?"forward":n>t&&n<=t*3?"back":""}const Y4={userAction:!0};class Z4 extends Jn{constructor(e){super(e);f(this,"state",{enabled:!0,visible:!0});f(this,"container");f(this,"MinVisibledistance",1.8);f(this,"MaxVisibledistance",5);f(this,"OffsetHeight",-1.3);f(this,"floorplanServerData");f(this,"visibleLabelMap",new Map);f(this,"labelItems",[]);f(this,"doorLabels");f(this,"roomObservers");f(this,"loadData",(e,i)=>{i&&(this.MaxVisibledistance=i.MaxVisibledistance,this.MinVisibledistance=i.MinVisibledistance,this.OffsetHeight=i.OffsetHeight),this.labelItems.forEach(s=>{var o;return(o=s.svelteApp)==null?void 0:o.$destroy()}),this.labelItems=[],this.doorLabels=[],this.floorplanServerData=e,yi(this.five).then(()=>{this.initData(),this.fixDoorVisibleAndPosition(),this.applyState()})});f(this,"dispose",()=>{var e,i,s,o,r,a,l;(e=this.five)==null||e.off("wantsToMoveToPano",this.hideAllLabels),(i=this.five)==null||i.off("modelLoaded",this.fixDoorVisibleAndPosition),(s=this.five)==null||s.off("panoArrived",this.fixDoorVisibleAndPosition),(o=this.five)==null||o.off("initAnimationEnded",this.fixDoorPosition),(r=this.five)==null||r.off("cameraUpdate",this.fixDoorPosition),(a=this.five)==null||a.off("mouseWheel",this.fixDoorPosition),(l=this.five)==null||l.off("pinchGesture",this.fixDoorPosition),this.applyState({enabled:!1})});f(this,"initRoomObservers",()=>{var o,r;const e=this.floorplanServerData.computed_data.floor_datas||[],s=(((r=(o=this.five)==null?void 0:o.work)==null?void 0:r.observers)||[]).map(a=>{const l=a.panoIndex,c=a.floorIndex,h=e==null?void 0:e.find(d=>d.floor_index===c);if(h){const d=h.rooms.find(u=>u.observer_indexs.includes(l));if(d)return{panoIndex:l,floorIndex:c,name:d.name}}}).filter(Boolean);this.roomObservers=s});f(this,"hideAllLabels",()=>{this.labelItems.forEach(e=>{e.visible=!1,e.inSight=!1})});f(this,"fixDoorVisibleAndPosition",()=>{this.initRoomObservers();const{panoIndex:e}=this.five;if(!this.state.visible||this.five.model.empty||e===null||!this.roomObservers.find(a=>a.panoIndex===e))return;const i=this.roomObservers.find(a=>a.panoIndex===e),o=this.five.work.observers.find(a=>a.panoIndex===e).position.clone(),r=(()=>{if(this.visibleLabelMap.has(e))return this.visibleLabelMap.get(e);{const a=[];return this.doorLabels.forEach((l,c)=>{if(l.roomName===i.name)return;const h=l.position.clone(),d=h.distanceTo(o);if(d<this.MinVisibledistance||d>this.MaxVisibledistance)return;const u=new G.Raycaster,m=h.clone().sub(o).normalize();u.set(o,m);const[g]=this.five.model.intersectRaycaster(u);g&&g.distance+.1<d||a.push(c)}),this.visibleLabelMap.set(e,a),a}})();this.labelItems.forEach((a,l)=>{a.visible=r.includes(l)}),this.fixDoorPosition()});f(this,"fixDoorPosition",()=>{var c,h,d,u,m,g,p,v,b,P,M,I;if(!this.state.enabled||!this.state.visible)return;const{panoIndex:e,camera:i}=this.five;if(e===null)return;if(this.five.currentMode!=="Panorama")return this.hideAllLabels();const s=this.five.getElement(),o=s.clientWidth,r=s.clientHeight,a=i.getWorldDirection(new G.Vector3),l=[];if(this.labelItems.forEach((z,D)=>{var A;if(z.visible){const C=i.position.distanceTo(z.position),k=z.position.clone().add(new G.Vector3(0,this.OffsetHeight,0)),x=k.clone().sub(i.position).normalize().angleTo(a),T=k.clone().project(i),H=(T.x+1)/2.2*100,B=(-T.y+1)/2.2*100,J=H>=0&&H<=100&&B>=0&&B<=100&&C>this.MinVisibledistance&&C<=this.MaxVisibledistance;z.left=H,z.top=B,z.inSight=J&&x<Math.PI/2,z.cameraToward=U4(this.five),J?l.push({disFromCameraToLabel:C,left:H,top:B,index:D}):z.transform="translate(-50%, -50%)"}else z.inSight=!1;const O=z,{svelteApp:j}=O,L=As(O,["svelteApp"]);(A=z.svelteApp)==null||A.$set({props:L})}),l.length>1){let z=0;l.sort((D,j)=>j.disFromCameraToLabel-D.disFromCameraToLabel);for(let D=1;D<l.length;D++){const{index:j,left:L,top:O}=l[D-1],{index:A,left:C,top:k}=l[D],E=this.container.children[j],x=this.container.children[A];if(!E||!x)return;const T={left:o*L/100,top:r*O/100,width:(d=(h=(c=E.children)==null?void 0:c[0])==null?void 0:h.clientWidth)!=null?d:0,height:(g=(m=(u=E.children)==null?void 0:u[0])==null?void 0:m.clientHeight)!=null?g:0},H={left:o*C/100,top:r*k/100,width:(b=(v=(p=x.children)==null?void 0:p[0])==null?void 0:v.clientWidth)!=null?b:0,height:(I=(M=(P=x.children)==null?void 0:P[0])==null?void 0:M.clientHeight)!=null?I:0};W4(T,H)&&(z++,this.labelItems[j].transform=`translate(-50%, ${(z-1)*100-50}%)`,this.labelItems[A].transform=`translate(-50%, ${z*100-50}%)`)}}});f(this,"onClick",(e,i)=>{if(!this.roomObservers)return;const{work:s}=this.five;let o,r,a=1/0;for(const l of s.observers)if(this.roomObservers.find(h=>h.panoIndex===l.panoIndex&&h.name===e)){const h=l.standingPosition,d=i.distanceTo(h);d<a&&(o=l.panoIndex,r=h.clone().sub(i).normalize(),a=d)}if(r!==void 0&&o!==void 0){const l={};if(a>0){const h=new G.Vector3(0,0,-1),d=r.clone(),u=new G.Quaternion;u.setFromUnitVectors(h,d);const m=new G.Euler;m.setFromQuaternion(u,"YXZ"),l.longitude=m.y}this.five.emit("wantsToMoveToPano",o,{},!0)||this.five.moveToPano(o,{longitude:l.longitude})}});f(this,"initData",()=>{var o;this.doorLabels=[],this.labelItems.forEach(r=>{var a;return(a=r.svelteApp)==null?void 0:a.$destroy()}),this.labelItems=[];const e=this.five.panoIndex,i=this.floorplanServerData.computed_data.observers[e].floor_index,s=this.floorplanServerData.computed_data.floor_datas[i];(o=this.floorplanServerData.computed_data.doors)==null||o.forEach(r=>{const a=this.five.work.observers.filter((u,m)=>{var g;return!!((g=s==null?void 0:s.rooms)!=null&&g.find(p=>p.observer_indexs.includes(m)))}),l=r.position;let c=1/0,h;a.forEach(u=>{const m=u.standingPosition,g={x:m.x,y:m.y,z:m.z},p=Q4(l,g);p<c&&(c=p,h=g)}),h&&(l.y=h.y+.01);const d=new G.Vector3(l.x,l.y,l.z);d.add(new G.Vector3(-.2,1.8,0).applyEuler(new G.Euler(0,r.rad,0))),this.doorLabels.push({roomName:r.name,name:r.name,position:d,toward:X4(r.rad)})}),this.labelItems=this.doorLabels.map(r=>de(N({},r),{left:0,top:0,visible:!1,inSight:!1,transform:"",cameraToward:""})),this.five.on("wantsToMoveToPano",this.hideAllLabels),this.five.on("panoArrived",this.fixDoorVisibleAndPosition),this.five.on("initAnimationEnded",this.fixDoorPosition),this.five.on("cameraUpdate",this.fixDoorPosition),this.five.on("mouseWheel",this.fixDoorPosition),this.five.on("pinchGesture",this.fixDoorPosition),this.fixDoorVisibleAndPosition()})}appendTo(e){this.state.enabled&&(this.container=e)}setState(e,i){const s=this.state;this.state=N(N({},s),e);const o=s.enabled&&s.visible,r=this.state.enabled&&this.state.visible;o!==r&&this.applyState()}show(){this.setState({visible:!0})}hide(){this.setState({visible:!1})}enable(){this.setState({enabled:!0})}disable(){this.setState({enabled:!1})}stateChangedCallback(e,i){if(this.hooks.hasListener("stateChange")){const s={state:this.state,prevState:e,userAction:i?i.userAction:Y4.userAction};this.hooks.emit("stateChange",s)}}applyState(e){const i=e!=null?e:this.state;i.enabled!==!1&&i.visible!==!1?(this.labelItems.forEach(o=>{o.svelteApp=new H4({target:this.container,props:{props:o,onClick:()=>{this.onClick(o.name,o.position)}}})}),this.fixDoorPosition()):this.labelItems.forEach(o=>{o.svelteApp.$destroy()})}initState(){return{enabled:!0,visible:!0}}}const q4=n=>new Z4(n);function Wp(n,t){console.warn(`🚫 ==> [${n}]: ${t}`)}var Cl={},J4=K4;function K4(n,t,e){return n[0]=t[0]+e[0],n[1]=t[1]+e[1],n}var $4=e8;function e8(n,t,e){return n[0]=t,n[1]=e,n}var t8=i8;function i8(n,t){var e=t[0],i=t[1],s=e*e+i*i;return s>0&&(s=1/Math.sqrt(s),n[0]=t[0]*s,n[1]=t[1]*s),n}var n8=s8;function s8(n,t,e){return n[0]=t[0]-e[0],n[1]=t[1]-e[1],n}var o8=r8;function r8(n,t){return n[0]*t[0]+n[1]*t[1]}var a8=J4,Qh=$4,Up=t8,l8=n8,c8=o8,Qp=[0,0];Cl.computeMiter=function(t,e,i,s,o){return a8(t,i,s),Up(t,t),Qh(e,-t[1],t[0]),Qh(Qp,-i[1],i[0]),o/c8(e,Qp)},Cl.normal=function(t,e){return Qh(t,-e[1],e[0]),t},Cl.direction=function(t,e,i){return l8(t,e,i),Up(t,t),t};var En=Cl,Ns=[0,0],Il=[0,0],Xp=[0,0],Fr=[0,0],h8=function(n,t){var e=null,i=[];t&&(n=n.slice(),n.push(n[0]));for(var s=n.length,o=1;o<s;o++){var r=n[o-1],a=n[o],l=o<n.length-1?n[o+1]:null;if(En.direction(Ns,a,r),e||(e=[0,0],En.normal(e,Ns)),o===1&&Xh(i,e,1),!l)En.normal(e,Ns),Xh(i,e,1);else{En.direction(Il,l,a);var c=En.computeMiter(Xp,Fr,Ns,Il,1);Xh(i,Fr,c)}}if(n.length>2&&t){var h=n[s-2],d=n[0],u=n[1];En.direction(Ns,d,h),En.direction(Il,u,d),En.normal(e,Ns);var m=En.computeMiter(Xp,Fr,Ns,Il,1);i[0][0]=Fr.slice(),i[s-1][0]=Fr.slice(),i[0][1]=m,i[s-1][1]=m,i.pop()}return i};function Xh(n,t,e){n.push([[t[0],t[1]],e])}function Yp(n,t){const e=n[0],i=n[1],s=t[0],o=t[1];var r=(o.x-s.x)*(e.y-s.y)-(o.y-s.y)*(e.x-s.x),a=(i.x-e.x)*(e.y-s.y)-(i.y-e.y)*(e.x-s.x),l=(o.y-s.y)*(i.x-e.x)-(o.x-s.x)*(i.y-e.y);if(l!==0){var c=r/l,h=a/l;if(0<=c&&c<=1&&0<=h&&h<=1)return!0}return!1}function d8(n,t){for(let e=0;e<n.length-1;e++)for(let i=0;i<t.length-1;i++)if(Yp([n[e],n[e+1]],[t[i],t[i+1]]))return{x:(n[e].x+n[e+1].x)/2,y:(n[e].y+n[e+1].y)/2,line1RelativeIndex:e,line2RelativeIndex:i}}const u8=2,f8=3,g8=3,m8=2;function p8(n){const t=n.width,e=n.unitLength,i=t/2,s=n.path;if(s.length===0)return{geometry:new y.BufferGeometry,maxV:0,curvePath:null,curvePoints:null};const o=new y.CurvePath;s.forEach(O=>{const A=v8(O);A&&o.add(A)});const r=Math.ceil(o.getLength()*100);o.arcLengthDivisions=r;const a=o.getPoints(r),l=a.length;if(l<=2)return{geometry:new y.BufferGeometry,maxV:0,curvePath:null,curvePoints:null};const c=h8(a.map(O=>[O.x,O.z])),d=(l-1)*u8*f8,u=2*l,m=u*g8,g=u*m8,p=new Uint32Array(d),v=new Float32Array(m),b=new Float32Array(g);let P=0,M=0;for(let O=0;O<l;O++){const[A,C]=c[O][0],k=a[O],{x:E,y:x,z:T}=k,H=new G.Vector3(E+A*i,x+.05,T+C*i);v[O*6+0]=H.x,v[O*6+1]=H.y,v[O*6+2]=H.z;const B=new G.Vector3(E-A*i,x+.05,T-C*i);v[O*6+3]=B.x,v[O*6+4]=B.y,v[O*6+5]=B.z,P+=O>0?a[O-1].clone().sub(a[O]).length():0;const J=P/e;M=J,b[O*4+0]=0,b[O*4+1]=J,b[O*4+2]=1,b[O*4+3]=J;const ne=new y.Vector3().lerpVectors(H,B,.5);n.skipPositions&&n.skipPositions.some(re=>re.distanceTo(ne)<.26)||O!==l-1&&(p[O*6+0]=O*2+0,p[O*6+1]=O*2+2,p[O*6+2]=O*2+1,p[O*6+3]=O*2+2,p[O*6+4]=O*2+3,p[O*6+5]=O*2+1)}const I=[];let z;const D=[];for(let O=0;O<l-1;O++){if(z!==void 0&&O<=z)continue;const A=O+1,C={x:v[O*6+0],y:v[O*6+2]},k={x:v[O*6+3],y:v[O*6+5]},E={x:v[A*6+0],y:v[A*6+2]},x={x:v[A*6+3],y:v[A*6+5]},T=Yp([C,k],[E,x]);if(T&&I.push(O),!T&&I.length){I.push(O);const H=new y.Vector2(C.x,C.y).distanceTo(new y.Vector2(E.x,E.y)),B=new y.Vector2(k.x,k.y).distanceTo(new y.Vector2(x.x,x.y)),J=300,ne=[],$=[],re=Math.max(0,I[0]-e*J),ee=I[0];for(let Ee=re;Ee<ee;Ee++)H<B?ne.push({x:v[Ee*6+0],y:v[Ee*6+2]}):ne.push({x:v[Ee*6+3],y:v[Ee*6+5]});const fe=I[I.length-1],ze=Math.min(l-1,I[I.length-1]+e*J);for(let Ee=fe;Ee<ze;Ee++)H<B?$.push({x:v[Ee*6+0],y:v[Ee*6+2]}):$.push({x:v[Ee*6+3],y:v[Ee*6+5]});const ae=d8(ne,$);if(ae){const{line1RelativeIndex:Ee,line2RelativeIndex:ue,x:ce,y:De}=ae,te=re+Ee,Te=fe+ue+2;for(let je=te;je<Te;je++)H<B?(v[je*6+0]=ce,v[je*6+2]=De):(v[je*6+3]=ce,v[je*6+5]=De),z=je;let Be,Ae,Fe,be,Me;H<B?(Be=v[re*6+1],Ae=v[te*6+1],Fe=v[Te*6+1],be=v[ze*6+1],Me=(Ae+Fe)/2):(Be=v[re*6+4],Ae=v[te*6+4],Fe=v[Te*6+4],be=v[ze*6+4],Me=(Ae+Fe)/2);for(let je=re;je<te;je++){const Ze=te-re,qe=(je-re)/Ze;H<B?v[je*6+1]=Be+(Me-Be)*qe:v[je*6+4]=Be+(Me-Be)*qe}for(let je=te;je<Te;je++)H<B?v[je*6+1]=Me:v[je*6+4]=Me;for(let je=Te;je<ze;je++){const Ze=ze-Te,qe=(je-Te+1)/Ze;H<B?v[je*6+1]=Me+(be-Me)*qe:v[je*6+4]=Me+(be-Me)*qe}D.push({start:te,end:Te})}I.length=0}}const j=new Float32Array(u);D.forEach(O=>{for(let A=0;A<l-1;A++)A>=O.start&&A<=O.end?(j[A*2+0]=1,j[A*2+1]=1):j[A]!==1&&(j[A*2+0]=0,j[A*2+1]=0)});const L=new y.BufferGeometry;return L.setAttribute("position",new y.BufferAttribute(v,3)),L.setAttribute("uv",new y.BufferAttribute(b,2)),L.setIndex(new y.BufferAttribute(p,1)),{geometry:L,maxV:M,animationWillError:D,curvePath:o,curvePoints:a}}function v8(n){var t,e;if(b8(n)){const i=n.points.map(o=>new y.Vector3().fromArray(o));return new y.CatmullRomCurve3(i,(t=n.closed)!=null?t:!1,(e=n.curve_type)!=null?e:"centripetal",n.tension)}}function b8(n){return n.type==="CatmullRomCurve3"}function A8(n,t){t.forEach(e=>{const i=new y.SphereGeometry(.02,16,16),s=[],o=[new y.MeshBasicMaterial({color:16776960}),new y.MeshBasicMaterial({color:16711935}),new y.MeshBasicMaterial({color:16711680}),new y.MeshBasicMaterial({color:65535})];if(e.position.length===4)e.position.forEach((r,a)=>{const l=o[a],c=new y.Mesh(i,l);c.position.copy(Nt(r)),s.push(c)});else{const r=o[0],a=new y.Mesh(i,r);a.position.copy(Nt(e.position)),s.push(a)}s.forEach(r=>{r.material.depthTest=!1,n.scene.add(r)})})}const pt=n=>n;function Zp(n){if(!n||n.length<3)return;const t=n.map(Ue),e=t[1].clone().sub(t[0]),i=t[2].clone().sub(t[1]);return e.cross(i)}function y8(n){return n.stickType==="Plane"}function w8(n){return n.stickType==="3DPoint"}function Gs(n){return n.stickType==="Model"&&n.contentType==="MediaModel"}function P8(n){return n.stickType==="Model"&&n.contentType==="Model"}function qp(n){return n.stickType==="Plane"&&n.contentType==="MediaPlane"}function Yh(n){const t=(()=>{if(Gs(n)&&n.matrix){const e=new G.Matrix4().fromArray(n.matrix);return n.data.mediaPosition.map(i=>Ue(i).clone().applyMatrix4(e))}else return n.position})();return Fb(t)}function Jp(n){const t=Yh(n);return It(...Array.isArray(t)?t:[t])}function Nr(n,t){if(n===void 0)return;const{min:e,max:i}=t!=null?t:{};if(!(e===void 0&&i===void 0))return!(typeof i=="number"&&i<n||typeof e=="number"&&e>n)}function C8(n,t,e){const s=new y.Plane().setFromNormalAndCoplanarPoint(e,t),o=t.clone().sub(n).cross(new y.Vector3(0,1,0)).setLength(.01),r=new y.Vector3(0,.01,0);return[t.clone().sub(o).sub(r),t.clone().add(o).sub(r),t.clone().add(o).add(r),t.clone().sub(o).add(r)].map(l=>s.projectPoint(l,new y.Vector3))}const Kp=(n,t=1e3/60)=>{let e=null;const i=n;return(...o)=>{e&&clearTimeout(e),e=setTimeout(()=>{i==null||i(...o),e&&clearTimeout(e),e=null},t)}};function I8(n,t=200){let e;return function(...i){e||(n.apply(this,i),e=setTimeout(function(){e=null},t))}}function M8(n,t){const[e,i]=t;if(e>=i||i<=1||e<=1)return-1;const s={},o=r=>(s[r]||(s[r]=n(r)),s[r]);for(let r=e;r<i;r++){const a=o(r),l=o(r-1);if(a<l)return r}return-1}function $p(n){if(!n)return null;try{if(n.includes("youtu.be"))return new URL(n).pathname.substring(1);if(n.includes("youtube.com")){const i=new URL(n),o=new URLSearchParams(i.search).get("v");if(o)return o;if(i.pathname.includes("/embed/"))return i.pathname.split("/embed/")[1];if(i.pathname.includes("/shorts/"))return i.pathname.split("/shorts/")[1];if(i.pathname.includes("/live/"))return i.pathname.split("/live/")[1]}}catch(i){}const t=/^.*(?:(?:youtu\.be\/|v\/|vi\/|u\/\w\/|embed\/|shorts\/|live\/)|(?:(?:watch)?\?v(?:i)?=|\&v(?:i)?=))([^#\&\?]*).*/,e=n.match(t);return e&&e[1]?e[1]:null}function e0(n){if(!n)return null;try{if(n.includes("vimeo.com")){const s=new URL(n).pathname.split("/").filter(Boolean);if(s.length>0){const o=s[0];if(/^\d+$/.test(o)&&o.length>=5)return o}}}catch(i){}const t=/^.*vimeo\.com\/[A-Za-z\/]*(\d+)/,e=n.match(t);return e&&e[1]&&e[1].length>=5?e[1]:null}function Zh(n){return n?/^(http(s)?:\/\/)?((w){3}.)?youtu(be|.be)?(\.com)?\/.+/.test(n):!1}function qh(n){return n?/^(http(s)?:\/\/)?((w){3}.)?vimeo\.com\/(.+)/.test(n):!1}function k8(n,t){if(Zh(n)){const e=$p(n);if(!e)return"";const i=new URL(`https://www.youtube.com/embed/${e}`);return(t==null?void 0:t.start)!==void 0&&i.searchParams.set("start",t.start.toString()),(t==null?void 0:t.autoplay)!==void 0&&i.searchParams.set("autoplay",t.autoplay.toString()),i.toString()}if(qh(n)){const e=e0(n);if(!e)return"";const i=new URL(`https://player.vimeo.com/video/${e}`);return(t==null?void 0:t.autoplay)!==void 0&&i.searchParams.set("autoplay",t.autoplay.toString()),i.toString()}return n}function Jh(n){return n.stickType?n.stickType:n.pointType==="PointTag"&&n.dimensionType==="3D"?"3DPoint":n.pointType==="PlaneTag"?"Plane":"2DPoint"}function E8(n){var t,e,i,s;if(n.stickType||(n.stickType=Jh(n)),n.contentType==="VRLink"||n.contentType==="PanoLink"||n.contentType==="Link"){const o=n;!((e=(t=o.data)==null?void 0:t.icon)!=null&&e.url)&&!((s=(i=o.style)==null?void 0:i.point)!=null&&s.url)&&(o.data.icon={url:Gc,steps:28})}return n.extraData&&(n.data?n.data.extraData=n.extraData:n.data={extraData:n.extraData}),n}const jo="data:audio/mpeg;base64,//uQxAAAAAAAAAAAAAAAAAAAAAAASW5mbwAAAA8AAAADAAAGhgBVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVWqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqr///////////////////////////////////////////8AAAA5TEFNRTMuOThyAc0AAAAAAAAAABSAJAiqQgAAgAAABobxtI73AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//uQxAACFEII9ACZ/sJZwWEoEb8w/////N//////JcxjHjf+7/v/H2PzCCFAiDtGeyBCIx7bJJ1mmEEMy6g8mm2c8nrGABB4h2Mkmn//4z/73u773R5qHHu/j/w7Kxkzh5lWRWdsifCkNAnY9Zc1HvDAhjhSHdFkHFzLmabt/AQxSg2wwzLhHIJOBnAWwVY4zrhIYhhc2kvhYDfQ4hDi2Gmh5KyFn8EcGIrHAngNgIwVIEMf5bzbAiTRoAD///8z/KVhkkWEle6IX+d/z4fvH3BShK1e5kmjkCMoxVmXhd4ROlTKo3iipasvTilY21q19ta30/v/0/idPX1v8PNxJL6ramnOVsdvMv2akO0iSYIzdJFirtzWXCZicS9vHqvSKyqm5XJBdqBwPxyfJdykhWTZ0G0ZyTZGpLKxsNwwoRhsx3tZfhwmeOBVISm3impAC/IT/8hP/EKEM1KMdVdVKM2rHV4x7HVXZvbVVKN/qq8CiV9VL9jjH/6l6qf7MBCjZmOqsAibjcP+qqqv0oxqpa/NVW286hPo1nz2L/h8+jXt//uSxCmDU2IK/ECN98KKtE5IYzNoCfbw+u9i5r8PoadUMFPKqWL4LK3T/LCraMSHGkW4bpLXR/E6LlHOVQxmslKVJ8IULktMN06N0FKCpHCoYsjC4F+Z0NVqdNFoGSTjSiyjzLdnZ2fNqTi2eHKONONKLMPMKLONKLMPQRJGlFxZRoKcJFAYEeIFiRQkUWUeYfef//Ko04soswso40UJAgMw8wosososy0EalnZyjQUGBRQGIFggOWUacWUeYmuadrZziQKKEgQsQLAhQkUJAgMQDghltLO1onp0cpkNInSFMqlYeSEJ5AHsqFdOwy1DA2sRmRJKxdKRfLhfLw5BzUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVUxBTUUzLjk4LjJVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVf/7ksRRA8AAAaQAAAAgAAA0gAAABFVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVU=",Gr={};var Kh=(n=>(n.Default="default",n.GetAudioDuration="getAudioDuration",n.PlayAudio="playAudio",n))(Kh||{});function S8(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Gr[e]||(Gr[e]=[]);let s=i.find(o=>!o.realSrc||o.realSrc===jo);return s||(console.warn("未找到缓存音频,已新建",Gr),s=new t0(jo),i.push(s)),n&&(s.src=n),s}function x8(n,t){const e=(t==null?void 0:t.namespace)||"default",i=Gr[e]||(Gr[e]=[]),s=n-i.length;if(!(s<=0))for(let o=0;o<s;o++)i.push(new t0(jo))}class t0 extends(()=>typeof Audio=="undefined"?class{}:Audio)(){constructor(e){super(e);f(this,"preload","auto");f(this,"crossOrigin","anonymous");f(this,"realSrc","");f(this,"inited",!1);f(this,"removeDocumentEventListener");this.realSrc=e!=null?e:"",this.muted=!0,super.autoplay=!0,super.addEventListener("ended",()=>{this.src=""});const i=()=>D8(this);document.addEventListener("click",i),document.addEventListener("touchend",i),this.removeDocumentEventListener=()=>{document.removeEventListener("click",i),document.removeEventListener("touchend",i)}}get isBlankAudio(){return this.realSrc===jo||!this.realSrc}get src(){return super.src}set src(e){super.src=e,this.realSrc=e,this.removeDocumentEventListener()}get muted(){return super.muted}set muted(e){super.muted=e}clear(){this.currentTime=0,this.src=jo}}function D8(n){n&&(n.inited||(n.src&&(n.inited=!0,n.removeDocumentEventListener()),n.src===jo&&n.play()))}const $h={visibleConfig:{intersectRaycaster:{enabled:!0,distanceAccuracy:.04,checkPoints:"corner",needPassed:1}},clickable:!0,simulate3D:!1,renderType:"Dom"};var i0=(n=>(n.PointTag="PointTag",n.PlaneTag="PlaneTag",n))(i0||{}),n0=(n=>(n.Audio="Audio",n.Text="Text",n.ImageText="ImageText",n.Image="Image",n.Video="Video",n.Link="Link",n.Sticker="Sticker",n.VRLink="VRLink",n.PanoLink="PanoLink",n.Marketing="Marketing",n.MediaPlane="MediaPlane",n.MediaModel="MediaModel",n.Model="Model",n.Panorama="Panorama",n.Custom="Custom",n.Unknown="Unknown",n))(n0||{}),s0=(n=>(n.Two="2D",n.Three="3D",n))(s0||{});const L8={globalConfig:{visibleConfig:{followModelVisibility:!0},unfoldedConfig:{autoUnfold:{enable:!0,strategy:"MinimumDistance",distance:{max:5}}},tag3DConfig:{ratio:.0035},popoverConfig:{enabled:!1,trigger:"hover",triggerDelay:500,placement:"auto",autoPlacementBaseSpace:{top:.2,right:.15,bottom:.2},transitionDuration:100,toolbar:{showMore:!0,showShare:!0},viewMoreText:"查看更多"},tagNormalLineConfig:{enabled:!0,lineWidth:1.2}},contentTypeConfig:{"[Mapview]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"[Floorplan]":{unfoldedConfig:{autoUnfold:{enable:!1,distance:{max:9999}}}},"Any-Audio-plane":{unfoldedConfig:{keep:"unfolded"}},Link:{unfoldedConfig:{keep:"unfolded"}},Panorama:{unfoldedConfig:{keep:"unfolded"}},VRLink:{unfoldedConfig:{keep:"unfolded"}},PanoLink:{unfoldedConfig:{keep:"unfolded"}},MediaPlane:{unfoldedConfig:{keep:"unfolded"},initialData:{autoplayConfig:{autoplayCarousel:!0,autoplayVideo:!1,autoplayVideoInCarousel:!1}}},"Model-Any":{unfoldedConfig:{keep:"unfolded"},visibleConfig:{visibleFiveMode:"all"}},Marketing:{popoverConfig:{enabled:!1}},Audio:{popoverConfig:{toolbar:{showMore:!1}}}}},T8=navigator.userAgent.toLowerCase().indexOf("iphone")!==-1;navigator.userAgent.toLowerCase().indexOf("android");const Ml=navigator.userAgent.toLowerCase().indexOf("micromessenger")!==-1,z8=T8&&Ml;function O8(n){if(n.length!==4)return!1;const[t,e,i,s]=n,o=t.distanceTo(e),r=e.distanceTo(i),a=i.distanceTo(s),l=s.distanceTo(t),c=t.distanceTo(i),h=e.distanceTo(s);return o===a&&r===l&&c===h}class ed extends y.Mesh{constructor(e,i,s){if(e.length!==4)throw new Error("QuadrangleMesh: Invalid number of points, it's not a quadrangle");const[o,r,a,l]=e,c=It(...e),h=[o.clone().sub(c),r.clone().sub(c),a.clone().sub(c),l.clone().sub(c)],d=new _o(h,s);super(d,i);f(this,"name","QuadrangleMesh");this.position.copy(c)}removeFromParent(){const e=this.parent;return e!==null&&e.remove(this),this}}class _o extends y.BufferGeometry{constructor(e,i){super();f(this,"name","QuadrangleGeometry");f(this,"points");this.points=e;const s=i!=null?i:O8(e)?64:1;if(e.length!==4){console.error("Invalid number of points, it's not a quadrangle");return}const[o,r,a,l]=e,[c,h,d,u]=[new y.Vector2(0,0),new y.Vector2(1,0),new y.Vector2(1,1),new y.Vector2(0,1)],m=[],g=[];m.push(...o.toArray()),g.push(...c.toArray());for(let v=1;v<s;v++)m.push(o.x+(r.x-o.x)*v/s,o.y+(r.y-o.y)*v/s,o.z+(r.z-o.z)*v/s),g.push(c.x+(h.x-c.x)*v/s,c.y+(h.y-c.y)*v/s);m.push(...r.toArray()),g.push(...h.toArray()),m.push(...a.toArray()),g.push(...d.toArray());for(let v=1;v<s;v++)m.push(a.x+(l.x-a.x)*v/s,a.y+(l.y-a.y)*v/s,a.z+(l.z-a.z)*v/s),g.push(d.x+(u.x-d.x)*v/s,d.y+(u.y-d.y)*v/s);m.push(...l.toArray()),g.push(...u.toArray());const p=[];for(let v=0;v<s;v++)p.push(v,v+1,s*2-v,v,s*2-v,s*2+1-v);this.setAttribute("position",new y.BufferAttribute(new Float32Array(m),3)),this.setAttribute("uv",new y.BufferAttribute(new Float32Array(g),2)),this.setIndex(new y.BufferAttribute(new Uint32Array(p),1))}}function j8(n,t){let e=!Ml;const i=t!=null?t:document.createElement("video");i.preload="metadata",i.crossOrigin="anonymous",i.muted=!0,i.loop=!0,i.playsInline=!0,i.autoplay=!0;const s=new y.VideoTexture(i);s.minFilter=y.LinearFilter,s.magFilter=y.LinearFilter,s.encoding=y.sRGBEncoding,s.metadataLoaded=!1,i.src=n;const o=()=>{s.metadataLoaded||(s.dispatchEvent({type:"videoLoaded"}),s.metadataLoaded=!0)};if(Ml||(i.onloadedmetadata=()=>{o()}),Ml){const r=()=>{if(!e){if(!i.paused){o();return}i.muted=!0,i.play().then(()=>{e=!0,i.pause(),i.currentTime=0,o()}).catch(()=>{console.warn("video auto play error")})}};document.addEventListener("click",r,{once:!0}),document.addEventListener("touchend",r,{once:!0})}return s}function on(n,t,e){if(n==="fill")return t;if(n==="contain"){const[i,s,o,r]=t,a=i.distanceTo(s),l=o.distanceTo(r),c=i.distanceTo(r),h=s.distanceTo(o),d=a,u=c,m=d/u;if(m>e){const p=u*e,v=new y.Vector3().subVectors(s,i).multiplyScalar((a-p)/2/a),b=new y.Vector3().subVectors(o,r).multiplyScalar((l-p)/2/l);return[i.clone().add(v),s.clone().sub(v),o.clone().sub(b),r.clone().add(b)]}else if(m<e){const p=d/e,v=new y.Vector3().subVectors(r,i).multiplyScalar((c-p)/2/c),b=new y.Vector3().subVectors(o,s).multiplyScalar((h-p)/2/h);return[i.clone().add(v),s.clone().add(b),o.clone().sub(b),r.clone().sub(v)]}else return t}else return console.warn(`objectFit: ${n} is not supported yet`),t}class _8 extends y.ShaderMaterial{constructor(e){super();f(this,"transparent",!1);f(this,"blending",y.CustomBlending);f(this,"blendSrc",y.SrcAlphaFactor);f(this,"blendDst",y.OneMinusSrcAlphaFactor);f(this,"blendSrcAlpha",y.OneFactor);f(this,"blendDstAlpha",y.OneMinusSrcAlphaFactor);f(this,"vertexShader",`
931
931
  varying vec2 vUv;
932
932
  void main() {
933
933
  vUv = uv;
@@ -978,7 +978,7 @@ ${P?` transform-origin: 50% 50%;
978
978
  transparent 65%,
979
979
  black 0%);-webkit-mask:radial-gradient(circle at center,
980
980
  transparent 65%,
981
- black 0%)}`)}function N1(n){let t,e;return t=new Fi({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function G1(n){let t,e,i,s,o;return{c(){t=U("div"),e=U("div"),i=U("div"),s=le(),o=U("div"),w(i,"class","icon-bg-circle-inner svelte-ezi5lu"),_(i,"background",n[4]),_(i,"opacity",n[3]),w(o,"class","icon-bg-circle-inner-shadow svelte-ezi5lu"),w(e,"class","icon-bg-circle svelte-ezi5lu"),w(t,"class","icon-bg svelte-ezi5lu")},m(r,a){Y(r,t,a),V(t,e),V(e,i),V(e,s),V(e,o)},p(r,a){a&16&&_(i,"background",r[4]),a&8&&_(i,"opacity",r[3])},d(r){r&&X(t)}}}function y7(n){let t,e,i,s,o,r,a,l,c,h,d,u,m,g,p,v=n[1]&&N1(),b=n[4]&&G1(n);return{c(){t=U("div"),v&&v.c(),e=le(),b&&b.c(),i=le(),s=ke("svg"),o=ke("linearGradient"),r=ke("stop"),a=ke("stop"),l=ke("linearGradient"),c=ke("stop"),h=ke("stop"),d=ke("g"),u=ke("path"),m=ke("path"),g=ke("path"),w(r,"offset","0"),w(r,"stop-color","#fff"),w(a,"offset","1"),w(a,"stop-color","#fff"),w(a,"stop-opacity",".7"),w(o,"id","a"),w(o,"x1","78.74567%"),w(o,"x2","5.663764%"),w(o,"y1","94.075617%"),w(o,"y2","5.924383%"),w(c,"offset","0"),w(c,"stop-color","#fff"),w(h,"offset","1"),w(h,"stop-color","#fff"),w(h,"stop-opacity","0"),w(l,"id","b"),w(l,"x1","16.588502%"),w(l,"x2","68.285986%"),w(l,"y1","5.924383%"),w(l,"y2","63.800896%"),w(u,"d","m18 5.4v8c0 1.9329966-4.0294373 3.5-9 3.5-4.97056275 0-9-1.5670034-9-3.5v-8c0 1.93299662 4.02943725 3.5 9 3.5 4.8670094 0 8.8316983-1.50239169 8.9947813-3.37967512zm-13.0396582-.5c.259 0 .504-.063.728-.196.441-.259.721-.728.721-1.26 0-.441-.189-.833-.504-1.085.259-.259.434-.63.434-1.022 0-.245-.063-.476-.182-.679-.252-.413-.693-.658-1.197-.658-.238 0-.462.056-.665.175-.42.238-.679.665-.679 1.162v.035h.721v-.035c0-.315.294-.616.623-.616.357 0 .651.287.651.616 0 .371-.287.658-.651.658h-.14v.728h.14c.399 0 .728.322.728.721s-.329.735-.728.735-.728-.336-.728-.735v-.105h-.728v.105c0 .266.063.511.196.728.259.448.728.728 1.26.728zm3.647 0c.273 0 .518-.07.749-.203.448-.273.742-.763.742-1.302 0-.273-.07-.518-.203-.749-.273-.448-.749-.742-1.288-.742-.077 0-.133 0-.168.007l.875-1.911h-.805l-1.274 2.793c-.091.189-.133.392-.133.602 0 .273.07.525.203.756.273.455.749.749 1.302.749zm0-.742c-.427 0-.763-.336-.763-.763 0-.42.343-.77.763-.77s.77.35.77.77-.35.763-.77.763zm3.654.749c.504 0 .952-.273 1.204-.7.126-.21.189-.441.189-.693v-2.086c0-.511-.273-.98-.693-1.239-.217-.126-.448-.189-.7-.189-.511 0-.98.273-1.232.714-.133.217-.196.455-.196.714v2.086c0 .504.273.952.714 1.204.217.126.455.189.714.189zm0-.721c-.371 0-.693-.301-.693-.672v-2.086c0-.399.308-.693.693-.693.371 0 .651.294.651.693v2.086c0 .385-.28.672-.651.672zm3.2140391-2.11266016c.2734375 0 .5132649-.09855143.7194824-.29565429.2062174-.19710287.3093262-.44376628.3093262-.73999024 0-.28710937-.0991211-.53035481-.2973633-.72973633-.1982422-.19938151-.4420573-.29907226-.7314453-.29907226-.2825521 0-.5257976.10026042-.7297364.30078125s-.3059082.44661458-.3059082.73828125c0 .2734375.0968425.51269531.2905274.71777344.1936849.20507812.4420573.30761718.7451172.30761718zm0-.37255859c-.1822917 0-.3383789-.06494141-.4682618-.19482422-.1298828-.12988281-.1948242-.28369141-.1948242-.46142578 0-.18457031.0655111-.34122721.1965332-.4699707.1310222-.12874349.2865397-.19311524.4665528-.19311524.180013 0 .3343912.06494141.4631347.19482422s.1931153.28369141.1931153.46142578c0 .18457031-.0655111.34122722-.1965332.46997071-.1310222.12874349-.2842611.19311523-.4597168.19311523z"),w(u,"fill","url(#a)"),w(u,"fill-rule","nonzero"),w(m,"d","m18 5.4v8c0 1.9329966-4.0294373 3.5-9 3.5-4.97056275 0-9-1.5670034-9-3.5v-8c0 1.93299662 4.02943725 3.5 9 3.5 4.8670094 0 8.8316983-1.50239169 8.9947813-3.37967512zm-.537 1.917-.0556083.04651904c-1.6129673 1.27557869-4.7855335 2.07278608-8.4073917 2.07278608-3.5667171 0-6.69228643-.77164105-8.32741897-2.0099189l-.13658103-.10838622.00030512 6.082c0 1.4658868 3.60570734 2.8999734 8.15878222 2.9616322l.30491266.0020627c4.6959533 0 8.4636949-1.4652329 8.4636949-2.9636949zm-5.2016582-7.317c.252 0 .483.063.7.189.42.259.693.728.693 1.239v2.086l-.00756.14868c-.02016.19488-.08064.37632-.18144.54432-.252.427-.7.7-1.204.7-.259 0-.497-.063-.714-.189-.441-.252-.714-.7-.714-1.204v-2.086l.007616-.15288c.020384-.20048.081984-.38752.188384-.56112.252-.441.721-.714 1.232-.714zm-7.301 0c.504 0 .945.245 1.197.658.119.203.182.434.182.679 0 .392-.175.763-.434 1.022.315.252.504.644.504 1.085 0 .532-.28 1.001-.721 1.26-.224.133-.469.196-.728.196-.532 0-1.001-.28-1.26-.728-.133-.217-.196-.462-.196-.728v-.105h.728v.105c0 .399.329.735.728.735s.728-.336.728-.735-.329-.721-.728-.721h-.14v-.728h.14c.364 0 .651-.287.651-.658 0-.329-.294-.616-.651-.616-.329 0-.623.301-.623.616v.035h-.721v-.035c0-.497.259-.924.679-1.162.203-.119.427-.175.665-.175zm4.354 0-.875 1.911c.035-.007.091-.007.168-.007.539 0 1.015.294 1.288.742.133.231.203.476.203.749 0 .539-.294 1.029-.742 1.302-.231.133-.476.203-.749.203-.553 0-1.029-.294-1.302-.749-.133-.231-.203-.483-.203-.756 0-.21.042-.413.133-.602l1.274-2.793zm2.947.735c-.385 0-.693.294-.693.693v2.086l.0077784.09927273c.051172.32396694.3479489.57272727.6852216.57272727.371 0 .651-.287.651-.672v-2.086l-.0068002-.10607288c-.044861-.34395191-.3069271-.58692712-.6441998-.58692712zm-3.654 1.89c-.42 0-.763.35-.763.77 0 .427.336.763.763.763.42 0 .77-.343.77-.763s-.35-.77-.77-.77zm6.8680391-2.61611328c.289388 0 .5332031.09969075.7314453.29907226.1982422.19938152.2973633.44262696.2973633.72973633 0 .29622396-.1031088.54288737-.3093262.73999024-.2062175.19710286-.4460449.29565429-.7194824.29565429-.3030599 0-.5514323-.10253906-.7451172-.30761718-.1936849-.20507813-.2905274-.44433594-.2905274-.71777344 0-.29166667.1019694-.53776042.3059082-.73828125s.4471843-.30078125.7297364-.30078125zm0 .37255859c-.1800131 0-.3355306.06437175-.4665528.19311524-.1310221.12874349-.1965332.28540039-.1965332.4699707 0 .17773437.0649414.33154297.1948242.46142578.1298829.12988281.2859701.19482422.4682618.19482422.1754557 0 .3286946-.06437174.4597168-.19311523.1310221-.12874349.1965332-.2854004.1965332-.46997071 0-.17773437-.0643718-.33154297-.1931153-.46142578s-.2831217-.19482422-.4631347-.19482422z"),w(m,"fill","url(#b)"),w(m,"fill-rule","nonzero"),w(g,"d","m3.00030998 2.79110119v5.21779762c-1.84142801-.64087734-3.00030998-1.57225753-3.00030998-2.60889881s1.15888197-1.96802147 3.00030998-2.60889881zm12.00038752.00035068c1.8408432.64086639 2.9993025 1.57209591 2.9993025 2.60854813s-1.1584593 1.96768174-2.9993025 2.60854813z"),w(g,"fill","#d8d8d8"),w(g,"opacity",".6"),w(d,"fill","none"),w(d,"fill-rule","evenodd"),w(d,"transform","translate(3 3.1)"),w(s,"height",n[2]),w(s,"width",n[2]),w(s,"viewBox","0 0 24 24"),w(s,"xmlns","http://www.w3.org/2000/svg"),w(s,"xmlns:xlink","http://www.w3.org/1999/xlink"),w(t,"class","icon svelte-ezi5lu"),_(t,"width",n[0])},m(P,M){Y(P,t,M),v&&v.m(t,null),V(t,e),b&&b.m(t,null),V(t,i),V(t,s),V(s,o),V(o,r),V(o,a),V(s,l),V(l,c),V(l,h),V(s,d),V(d,u),V(d,m),V(d,g),p=!0},p(P,[M]){P[1]?v?M&2&&R(v,1):(v=N1(),v.c(),R(v,1),v.m(t,e)):v&&(Se(),Z(v,1,1,()=>{v=null}),xe()),P[4]?b?b.p(P,M):(b=G1(P),b.c(),b.m(t,i)):b&&(b.d(1),b=null),(!p||M&4)&&w(s,"height",P[2]),(!p||M&4)&&w(s,"width",P[2]),M&1&&_(t,"width",P[0])},i(P){p||(R(v),p=!0)},o(P){Z(v),p=!1},d(P){P&&X(t),v&&v.d(),b&&b.d()}}}function w7(n){const{originWidth:t,originHeight:e,scale:i=1,wantedWidth:s}=n,o=(s!=null?s:t)*i,r=typeof e=="number"?o*(e/t):void 0;return de(N({},n),{width:o,height:r})}function P7(n,t,e){let i,s,o,r,a,{width:l=null}=t,{icon:c=null}=t,{shadow:h=!1}=t;return n.$$set=d=>{"width"in d&&e(0,l=d.width),"icon"in d&&e(5,c=d.icon),"shadow"in d&&e(1,h=d.shadow)},n.$$.update=()=>{var d,u;n.$$.dirty&32&&e(4,i=c==null?void 0:c.bgcolor),n.$$.dirty&32&&e(3,s=(d=c==null?void 0:c.bgopacity)!=null?d:.6),n.$$.dirty&32&&e(7,o=(u=c==null?void 0:c.scale)!=null?u:1),n.$$.dirty&32&&e(6,r=c==null?void 0:c.width),n.$$.dirty&192&&e(2,a=w7({originWidth:24,originHeight:24,scale:o,wantedWidth:r}).width)},[l,h,a,s,i,c,r,o]}let C7=class extends Ce{constructor(t){super(),Pe(this,t,P7,y7,we,{width:0,icon:5,shadow:1},A7)}};function I7(n){Le(n,"svelte-yq4ru9",".wrapper.svelte-yq4ru9{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}")}function M7(n){let t,e,i;return e=new C7({props:{icon:n[0],shadow:!0}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","wrapper svelte-yq4ru9")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},p(s,[o]){const r={};o&1&&(r.icon=s[0]),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 k7(n,t,e){let i,{tag:s}=t;return n.$$set=o=>{"tag"in o&&e(1,s=o.tag)},n.$$.update=()=>{var o,r;n.$$.dirty&2&&e(0,i=(r=s.data.icon)!=null?r:(o=s.style)==null?void 0:o.point)},[i,s]}class E7 extends Ce{constructor(t){super(),Pe(this,t,k7,M7,we,{tag:1},I7)}}function S7(n){Le(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function x7(n){let t,e;return{c(){t=new po(!1),e=Re(),t.a=e},m(i,s){t.m(n[2],i,s),Y(i,e,s)},p:oe,d(i){i&&X(e),i&&t.d()}}}function D7(n){let t,e=typeof n[2]=="string"&&x7(n);return{c(){t=U("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj"),Ie(t,"unfolded",n[1])},m(i,s){Y(i,t,s),e&&e.m(t,null),n[5](t)},p(i,[s]){typeof i[2]=="string"&&e.p(i,s),s&2&&Ie(t,"unfolded",i[1])},i:oe,o:oe,d(i){i&&X(t),e&&e.d(),n[5](null)}}}function L7(n,t,e){var h,d;let i,{tag:s}=t,{rendererMap:o=new Map}=t,r,a=(d=s.element)!=null?d:(h=o.get(s.contentType))==null?void 0:h.renderer,l;Tt(()=>{r&&(a instanceof Element?(r.appendChild(a),l=()=>{a instanceof Element&&a.remove()}):typeof a=="function"&&(l=a(r,s)))}),Qt(()=>{l==null||l()});function c(u){Je[u?"unshift":"push"](()=>{r=u,e(0,r)})}return n.$$set=u=>{"tag"in u&&e(3,s=u.tag),"rendererMap"in u&&e(4,o=u.rendererMap)},n.$$.update=()=>{n.$$.dirty&8&&e(1,i=s.state.unfolded)},[r,i,a,s,o,c]}class T7 extends Ce{constructor(t){super(),Pe(this,t,L7,D7,we,{tag:3,rendererMap:4},S7)}}function z7(n){Le(n,"svelte-1fy4duy",'@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1fy4duy{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif;transition:opacity 0.2s linear}.content__container.unClickable.svelte-1fy4duy{pointer-events:none !important}.content__container.unClickable.svelte-1fy4duy *{pointer-events:none !important}.content__wrapper.svelte-1fy4duy{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1fy4duy{opacity:0;pointer-events:none}.content__container.hide.svelte-1fy4duy *{pointer-events:none !important}.content__container.disable.svelte-1fy4duy{display:none}.content.svelte-1fy4duy{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1fy4duy:not(.unfolded){pointer-events:none}.content.svelte-1fy4duy:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1fy4duy{pointer-events:auto;cursor:pointer}')}function O7(n){let t,e;return{c(){t=U("div"),w(t,"data-info","tag content is keep folded"),w(t,"data-id",e=n[0].id)},m(i,s){Y(i,t,s)},p(i,s){s&1&&e!==(e=i[0].id)&&w(t,"data-id",e)},i:oe,o:oe,d(i){i&&X(t)}}}function j7(n){let t,e,i,s,o,r,a,l,c,h,d,u,m,g,p,v,b;const P=[H7,G7,N7,F7,R7,B7,V7],M=[];function I(z,D){return D&9&&(s=null),D&9&&(o=null),D&9&&(r=null),D&9&&(a=null),D&9&&(l=null),D&9&&(c=null),D&9&&(h=null),s==null&&(s=!!(["Text"].includes(z[0].contentType)||["Text"].includes(z[3].get(z[0].contentType)))),s?0:(o==null&&(o=!!(["ImageText","Image","Video"].includes(z[0].contentType)||["ImageText","Image","Video"].includes(z[3].get(z[0].contentType)))),o?1:(r==null&&(r=!!(["Audio"].includes(z[0].contentType)||["Audio"].includes(z[3].get(z[0].contentType)))),r?2:(a==null&&(a=!!(["Marketing"].includes(z[0].contentType)||["Marketing"].includes(z[3].get(z[0].contentType)))),a?3:(l==null&&(l=!!(["Link","VRLink","PanoLink","Sticker"].includes(z[0].contentType)||["Link","VRLink","PanoLink","Sticker"].includes(z[3].get(z[0].contentType)))),l?4:(c==null&&(c=!!(["MediaPlane","MediaModel"].includes(z[0].contentType)||["MediaPlane","MediaModel"].includes(z[3].get(z[0].contentType)))),c?5:(h==null&&(h=!!(["Panorama"].includes(z[0].contentType)||["Panorama"].includes(z[3].get(z[0].contentType)))),h?6:-1))))))}return~(d=I(n,-1))&&(u=M[d]=P[d](n)),{c(){var z;t=U("div"),e=U("div"),i=U("div"),u&&u.c(),w(i,"class","content svelte-1fy4duy"),Ie(i,"unfolded",(z=n[0].state)==null?void 0:z.unfolded),w(e,"class","content__wrapper svelte-1fy4duy"),w(t,"class",m=Mt(gi("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",g=n[0].id),Ie(t,"disable",n[0].enabled===!1),Ie(t,"hide",n[5]),Ie(t,"unClickable",n[0].config.clickable===!1),_(t,"width",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0),_(t,"height",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0)},m(z,D){Y(z,t,D),V(t,e),V(e,i),~d&&M[d].m(i,null),n[16](t),p=!0,v||(b=_e(t,"click",n[17],!0),v=!0)},p(z,D){var L;let j=d;d=I(z,D),d===j?~d&&M[d].p(z,D):(u&&(Se(),Z(M[j],1,1,()=>{M[j]=null}),xe()),~d?(u=M[d],u?u.p(z,D):(u=M[d]=P[d](z),u.c()),R(u,1),u.m(i,null)):u=null),(!p||D&1)&&Ie(i,"unfolded",(L=z[0].state)==null?void 0:L.unfolded),(!p||D&1&&m!==(m=Mt(gi("content__container",z[0].className))+" svelte-1fy4duy"))&&w(t,"class",m),(!p||D&1&&g!==(g=z[0].id))&&w(t,"data-id",g),(!p||D&1)&&Ie(t,"disable",z[0].enabled===!1),(!p||D&33)&&Ie(t,"hide",z[5]),(!p||D&1)&&Ie(t,"unClickable",z[0].config.clickable===!1),D&1&&_(t,"width",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0),D&1&&_(t,"height",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0)},i(z){p||(R(u),p=!0)},o(z){Z(u),p=!1},d(z){z&&X(t),~d&&M[d].d(),n[16](null),v=!1,b()}}}function _7(n){let t,e,i,s,o,r,a;return e=new T7({props:{tag:pt(n[0]),rendererMap:n[2]}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class",i=Mt(gi("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",s=n[0].id),Ie(t,"custom-tag-disable",n[0].enabled===!1),Ie(t,"custom-tag-hide",n[5])},m(l,c){Y(l,t,c),ge(e,t,null),n[14](t),o=!0,r||(a=_e(t,"click",n[15]),r=!0)},p(l,c){const h={};c&1&&(h.tag=pt(l[0])),c&4&&(h.rendererMap=l[2]),e.$set(h),(!o||c&1&&i!==(i=Mt(gi("content__container",l[0].className))+" svelte-1fy4duy"))&&w(t,"class",i),(!o||c&1&&s!==(s=l[0].id))&&w(t,"data-id",s),(!o||c&1)&&Ie(t,"custom-tag-disable",l[0].enabled===!1),(!o||c&33)&&Ie(t,"custom-tag-hide",l[5])},i(l){o||(R(e.$$.fragment,l),o=!0)},o(l){Z(e.$$.fragment,l),o=!1},d(l){l&&X(t),me(e),n[14](null),r=!1,a()}}}function V7(n){let t,e;return t=new E7({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 B7(n){let t,e;return t=new XE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 R7(n){let t,e;return t=new b7({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 F7(n){let t,e;return t=new yE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 N7(n){let t,e;return t=new HE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 G7(n){let t,e;return t=new uE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 H7(n){let t,e;return t=new LM({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 W7(n){let t,e,i,s,o;const r=[_7,j7,O7],a=[];function l(c,h){return h&5&&(t=null),t==null&&(t=!!(c[0].element||c[2].has(c[0].contentType))),t?0:c[4]?1:2}return e=l(n,-1),i=a[e]=r[e](n),{c(){i.c(),s=Re()},m(c,h){a[e].m(c,h),Y(c,s,h),o=!0},p(c,[h]){let d=e;e=l(c,h),e===d?a[e].p(c,h):(Se(),Z(a[d],1,1,()=>{a[d]=null}),xe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),R(i,1),i.m(s.parentNode,s))},i(c){o||(R(i),o=!0)},o(c){Z(i),o=!1},d(c){a[e].d(c),c&&X(s)}}}function U7(n,t,e){let i,s,o,r,a,l,{tag:c}=t,{hooks:h}=t,{rendererMap:d=new Map}=t,{contentTypeMap:u=new Map}=t,{state:m}=t,{mediaStore:g}=t,{temporaryState:p}=t;qa("hooks",h),qa("mediaStore",g);let v,b;function P(L){L?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}function M(L,O,A){var C,k;return!(!L.enabled||!O.visible||!O.enabled||!A.visible||!((C=L.state)!=null&&C.visible)||((k=L.temporaryState)==null?void 0:k.visible)===!1||L instanceof H1&&L.loading)}function I(L){Je[L?"unshift":"push"](()=>{c.contentDom=L,e(0,c)})}const z=L=>h.emit("click",{event:L,target:"TagContent",tag:c});function D(L){Je[L?"unshift":"push"](()=>{c.contentDom=L,e(0,c)})}const j=L=>{c.entryFromModel&&Ai(c.five.state.mode)?(L.stopPropagation(),c.find({targetMode:"Panorama"})):h.emit("click",{event:L,target:"TagContent",tag:c})};return n.$$set=L=>{"tag"in L&&e(0,c=L.tag),"hooks"in L&&e(1,h=L.hooks),"rendererMap"in L&&e(2,d=L.rendererMap),"contentTypeMap"in L&&e(3,u=L.contentTypeMap),"state"in L&&e(6,m=L.state),"mediaStore"in L&&e(7,g=L.mediaStore),"temporaryState"in L&&e(8,p=L.temporaryState)},n.$$.update=()=>{var L,O,A,C,k,E,x,T,H,B,J;n.$$.dirty&1&&e(12,i=(L=c.state)==null?void 0:L.unfolded),n.$$.dirty&1&&e(11,s=(O=c.state)==null?void 0:O.visible),n.$$.dirty&321&&e(13,o=m.visible&&p.visible&&((A=c.state)==null?void 0:A.visible)),n.$$.dirty&1&&(r=c.id),n.$$.dirty&321&&e(5,a=!M(c,m,p)),n.$$.dirty&8192&&P(o),n.$$.dirty&7681&&c.hooks&&(i!==void 0&&i!==b&&(e(10,b=i),i?(k=(C=c.hooks).emit)==null||k.call(C,"unfolded"):(x=c==null?void 0:(E=c.hooks).emit)==null||x.call(E,"folded")),s!==void 0&&s!==v&&(e(9,v=s),s?(H=(T=c.hooks).emit)==null||H.call(T,"show"):(J=(B=c.hooks).emit)==null||J.call(B,"hide"))),n.$$.dirty&1&&e(4,l=(()=>!(typeof c.config.unfoldedConfig=="object"&&c.config.unfoldedConfig.keep==="folded"))())},[c,h,d,u,l,a,m,g,p,v,b,s,i,o,I,z,D,j]}let yd=class extends Ce{constructor(t){super(),Pe(this,t,U7,W7,we,{tag:0,hooks:1,rendererMap:2,contentTypeMap:3,state:6,mediaStore:7,temporaryState:8},z7)}};class H1 extends nd{constructor(e,i){super(e,i);f(this,"loading",!1);f(this,"loadModel",()=>ie(this,null,function*(){var r,a;const e=this.data.modelUrl;if(!e||(this.loading=!0,yield yi(this.five),!this.plugin.tags.includes(this)))return;const i=U8(e).then(l=>ie(this,null,function*(){var d;const c=Object.assign(l.scene,{customID:this.id,isTagModel:!0,removeEventListener:this.getConfig().clickable===!1?()=>{}:this.addObjectClickHandler(this,l.scene,u=>{this.plugin.hooks.emit("click",{target:"TagModel",tag:this,event:u})})});return new y.Matrix4().fromArray(this.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.visible,(d=this.getConfig().modelConfig)!=null&&d.autoLookAtEnabled&&c.lookAt(this.five.camera.position.clone().setY(c.position.y)),c}));this.model={promise:i};const s=yield i;if(this.loading=!1,((r=this.model)==null?void 0:r.promise)!==i||!this.plugin.tags.includes(this))return;this.model.object=s;const o=this.plugin.gltfObjectGroup.children.find(l=>l.customID===this.id);if(o&&(this.plugin.gltfObjectGroup.remove(o),o.removeEventListener()),Gs(this)){const l=this.data.mediaPosition.map(Nt);if(this.computeRenderType()==="Mesh"&&!this.mediaPlane){this.mediaPlane=new td(this.data.mediaData[0].url,l,{objectFit:this.data.objectFit});const c=new y.Vector3().addVectors(l[0],l[2]).divideScalar(2);this.mediaPlane.position.copy(c),s.add(this.mediaPlane)}if(this.computeRenderType()!=="Mesh"){(a=this.tag3DContentSvelte)==null||a.dispose();const c=document.createElement("div");c.classList.add("tag-media-container");const h="black";c.style.backgroundColor=h,c.style.border=`3px solid ${h}`;const d=N({mode:"behind",cornerPoints:l,container:c},this.config.tag3DConfig),u=this.computeRenderType()==="BehindDom"||d.mode==="behind"?"behind":"front",m=new h0(de(N({},d),{mode:u})),g=this.computeNormal();m.position.add(g.clone().setLength(rn.Z_FIGHTING_OFFSET)),s.add(m);let p;m.mode==="behind"&&this.config.clickable!==!1&&(p=this.addObjectClickHandler(this,m,b=>{this.plugin.hooks.emit("click",{event:b,target:"TagContent",tag:this})}));const v=new yd({target:c,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()}}}}return this.plugin.gltfObjectGroup.add(s),s}));this.state.unfolded=!0,dr(this.five),this.loadModel().then(()=>this.updateVisible())}applyVisible(){var e,i;(e=this.tag3DContentSvelte)==null||e.svelteApp.$set({tag:this,state:this.plugin.state,temporaryState:this.plugin.temporaryState}),(i=this.model)!=null&&i.object&&(this.model.object.visible=this.visible)}set(...e){super.set(...e),this.loadModel()}setData(...e){var s;super.setData(...e);const i=this.data.mediaPosition.map(Nt);this.computeRenderType()==="Mesh"?this.mediaPlane&&this.mediaPlane.src!==this.data.mediaData[0].url&&(this.mediaPlane.removeFromParent(),this.mediaPlane=new td(this.data.mediaData[0].url,i,{objectFit:this.data.objectFit})):(s=this.tag3DContentSvelte)==null||s.svelteApp.$set({tag:this})}computeNormal(){return Zp(this.data.mediaPosition)}}function wd(n,t,e){if(e){const s=new y.Vector3().subVectors(n.position,e).applyQuaternion(n.quaternion.clone().inverse()).applyQuaternion(t).add(e);n.position.copy(s)}n.quaternion.copy(t)}class Yr extends ci{constructor(e,i){var s,o;super();f(this,"originObject3D");f(this,"onRender");f(this,"positionFrom");this.originObject3D=e,this.onRender=(s=i==null?void 0:i.onRender)!=null?s:()=>{},this.positionFrom=(o=i==null?void 0:i.positionFrom)!=null?o:"objectPosition"}get helperObject(){return this}render(){this.onRender()}enable(){this.parent.children.includes(this)||this.parent.add(this)}disable(){this.removeFromParent()}show(){this.visible=!0,this.render()}hide(){this.visible=!1,this.render()}raycasterIntersectObject(e,i=[]){return e.intersectObject(this,!0,i)}initialPosition(e){var i,s;this.positionFrom==="objectPosition"?this.position.copy(this.originObject3D.position):this.positionFrom==="boundingBox"?this.position.copy((i=Cs(this.originObject3D))==null?void 0:i.getCenter(new y.Vector3).applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom==="boundingSphere"?this.position.copy((s=Bu(this.originObject3D))==null?void 0:s.center.clone().applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom instanceof G.Vector3?this.position.copy(this.positionFrom):this.positionFrom instanceof Function&&this.position.copy(this.positionFrom(this.originObject3D)),e&&this.position.add(e)}setScaleByCamera(e){}initQuaternion(e){if(this.quaternion.copy(this.originObject3D.quaternion),e&&(e.xAxis||e.yAxis||e.zAxis)){const i=e.xAxis instanceof Function?e.xAxis():e.xAxis,s=e.yAxis instanceof Function?e.yAxis():e.yAxis,o=e.zAxis instanceof Function?e.zAxis():e.zAxis;let r=i==null?void 0:i.clone(),a=s==null?void 0:s.clone(),l=o==null?void 0:o.clone();if(r&&!a&&!a){const c=new y.Quaternion().setFromUnitVectors(new y.Vector3(1,0,0),r.normalize());this.applyQuaternion(c)}if(a&&!r&&!l){const c=new y.Quaternion().setFromUnitVectors(new y.Vector3(0,1,0),a.normalize());this.applyQuaternion(c)}if(l&&!r&&!a){const c=new y.Quaternion().setFromUnitVectors(new y.Vector3(0,0,1),l.normalize());this.applyQuaternion(c)}if([r,a,l].filter(He).length>=2){r||(r=new y.Vector3().crossVectors(a,l).normalize()),a||(a=new y.Vector3().crossVectors(r,l).normalize()),l||(l=new y.Vector3().crossVectors(r,a).normalize()),r.applyQuaternion(this.quaternion),a.applyQuaternion(this.quaternion),l.applyQuaternion(this.quaternion);const c=new y.Matrix4().makeBasis(r,a,l),h=new y.Quaternion().setFromRotationMatrix(c);this.quaternion.copy(h)}}}applyHelperScaleMatrix4(e,i){this.scale.applyMatrix4(e)}setHelperQuaternion(e,i){this.initQuaternion(),wd(this,this.quaternion.clone().premultiply(e),i)}applyHelperQuaternion(e,i){if(i){const s=new G.Vector3().subVectors(this.position,i).applyQuaternion(e).add(i);this.position.copy(s)}this.applyQuaternion(e)}dispose(){this.removeFromParent()}}class Q7 extends Yr{}class X7 extends Yr{}class Y7 extends Yr{}class Z7 extends Yr{}class q7 extends Yr{}class W1 extends y.Group{constructor(e){super();f(this,"direction");this.direction=e||"x"}}class U1 extends y.Mesh{constructor(e,i,s){super(e,i);f(this,"direction");this.direction=s||"x"}}function J7(n,t){const{offsetWidth:e,offsetHeight:i}=t,{top:s,left:o}=t.getBoundingClientRect();return Object.assign(new y.Vector2,{x:(n.x-o)/e*2-1,y:-(n.y-s)/i*2+1})}function jl(n,t,e){if(!t||!e||!n)return;const i=J7(t,e);if(Math.abs(i.x)===1||Math.abs(i.y)===1)return;const s=new y.Raycaster;return s.setFromCamera(i,n),s.params.Points.threshold=.1,s}const Ni={ROTATE_HELPER:9992,MOVE_HELPER:9993,SCALE_HELPER_LINE:9994,SCALE_HELPER_SPHERE:9995,MOVE_HELPER_ARROW:10001,MOVE_HELPER_CENTER:10002,DRAG_GUIDE_LINE:10003,DRAG_FACE_PATCH:10004};class Pd extends W1{constructor(e){var h;super(e.direction);f(this,"line");f(this,"arrow");f(this,"lineHeight",.4);f(this,"arrowHeight",.1);f(this,"name","ArrowGroup");const i=new y.Color((h=e.color)!=null?h:16214315),s=new y.MeshBasicMaterial({color:i,transparent:!0,opacity:1,depthTest:!1,depthWrite:!1}),o=new y.ConeGeometry(.04,.1,32),r=new U1(o,s.clone(),e.direction);r.name=`arrow-${e.direction}`,r.renderOrder=Ni.MOVE_HELPER_ARROW,this.arrow=r;const a=.004,l=new y.CylinderGeometry(a,a,.4,32),c=new U1(l,s.clone(),e.direction);c.name=`line-${e.direction}`,c.renderOrder=Ni.MOVE_HELPER_ARROW,this.line=c,this.formatArrow(),this.formatLine(),this.add(this.arrow,this.line)}formatArrow(){this.arrow.geometry.translate(0,this.lineHeight+this.arrowHeight/2,0),this.direction==="x"?(this.arrow.geometry.rotateX(Math.PI/2),this.arrow.geometry.rotateY(Math.PI/2)):this.direction==="z"&&this.arrow.geometry.rotateX(Math.PI/2)}formatLine(){this.line.geometry.translate(0,this.lineHeight/2,0),this.direction==="x"?(this.line.geometry.rotateX(Math.PI/2),this.line.geometry.rotateY(Math.PI/2)):this.direction==="z"&&this.line.geometry.rotateX(Math.PI/2)}}class Q1 extends W1{constructor(e){var a,l;super("plane");f(this,"cube");f(this,"name","CenterHandle");f(this,"faceMaterials");f(this,"baseColor");f(this,"faceNormals",[new y.Vector3(1,0,0),new y.Vector3(-1,0,0),new y.Vector3(0,1,0),new y.Vector3(0,-1,0),new y.Vector3(0,0,1),new y.Vector3(0,0,-1)]);this.baseColor=new y.Color((a=e==null?void 0:e.color)!=null?a:16419862);const i=(l=e==null?void 0:e.size)!=null?l:.05,s=new y.Color(16755008).convertSRGBToLinear();this.faceMaterials=Array.from({length:6},()=>new y.MeshBasicMaterial({color:s,transparent:!0,opacity:1,depthTest:!1,depthWrite:!1,side:y.FrontSide}));const o=new y.BoxGeometry(i,i,i),r=new y.Mesh(o,this.faceMaterials);r.direction="plane",r.renderOrder=Ni.MOVE_HELPER_CENTER,r.name="center-plane-handle",this.cube=r,this.add(this.cube)}update(e){const i=new y.Vector3().subVectors(e.position,this.cube.getWorldPosition(new y.Vector3)).normalize(),s=this.cube.getWorldQuaternion(new y.Quaternion),o=this.faceNormals.map((a,l)=>{const h=a.clone().applyQuaternion(s).dot(i);return{index:l,angle:Math.acos(Math.abs(h))}});o.sort((a,l)=>a.angle-l.angle);const r=[new y.Color(16755008).convertSRGBToLinear(),new y.Color(16419862).convertSRGBToLinear(),new y.Color(13921032).convertSRGBToLinear()];o.forEach((a,l)=>{const c=Math.floor(l/2);this.faceMaterials[a.index].color.copy(r[c])})}}const Cd={X:16730698,Y:54927,Z:3368703};class Fo{static get X(){return new y.Color(Cd.X).convertSRGBToLinear().clone()}static get Y(){return new y.Color(Cd.Y).convertSRGBToLinear().clone()}static get Z(){return new y.Color(Cd.Z).convertSRGBToLinear().clone()}}function Id(n,t,e){const r=n.position.distanceTo(t),a=n.fov,l=n.distance||3,c=r/3,h=a/90,d=l/3,u=c*h*d,m=(e==null?void 0:e.min)||.6,g=e==null?void 0:e.max;return m&&u<m?m:g&&u>g?g:u}function K7(n,t,e){return n<t?t:n>e?e:n}function $7(n){let t=n.pose.latitude,e=n.pose.longitude;if(hi(t)||hi(e)){const i=n.matrix.elements;t=Math.asin(K7(i[9],-1,1)),Math.abs(i[9])<.9999999?e=Rc(Math.atan2(i[8],i[10])):e=Rc(Math.atan2(-i[2],i[0]))}return{latitude:t,longitude:e}}function e6(n){const{latitude:t,longitude:e}=n,i=new y.Vector3;return X1-t<.03?i.set(0,1,0):Md(0,e)?i.set(0,0,1):Md(Math.PI,e)?i.set(0,0,-1):Md(X1,e)?i.set(1,0,0):i.set(-1,0,0),i}const X1=Number((Math.PI/2).toFixed(5));function Md(n,t){return typeof n!="number"||typeof t!="number"?!1:Math.abs(n-t)<.001}class t6 extends Q7{constructor(e,i){super(e,i);f(this,"name","MoveHelper");f(this,"xArrow");f(this,"yArrow");f(this,"zArrow");f(this,"centerHandle");i.xArrowEnable!==!1&&(this.xArrow=new Pd({direction:"x",color:Fo.X})),i.yArrowEnable!==!1&&(this.yArrow=new Pd({direction:"y",color:Fo.Y})),i.zArrowEnable!==!1&&(this.zArrow=new Pd({direction:"z",color:Fo.Z})),i.centerHandleEnable!==!1&&(this.centerHandle=new Q1),this.add(...[this.xArrow,this.yArrow,this.zArrow,this.centerHandle].filter(Boolean))}update(e){this.xArrow&&(this.xArrow.visible=!0),this.yArrow&&(this.yArrow.visible=!0),this.zArrow&&(this.zArrow.visible=!0),this.centerHandle&&this.centerHandle.update(e);const i=this.helperObject.position.clone().sub(e.position).normalize(),s=new y.Vector3(1,0,0).applyQuaternion(this.quaternion),o=new y.Vector3(0,1,0).applyQuaternion(this.quaternion),r=new y.Vector3(0,0,1).applyQuaternion(this.quaternion);if(e.type==="OrthographicCamera"){const a=$7(e),l=e6(a),c=.0872665;Math.abs(s.angleTo(l)-0)<c||Math.abs(s.angleTo(l)-Math.PI)<c?this.xArrow&&(this.xArrow.visible=!1):Math.abs(o.angleTo(l)-0)<c||Math.abs(o.angleTo(l)-Math.PI)<c?this.yArrow&&(this.yArrow.visible=!1):(Math.abs(r.angleTo(l)-0)<c||Math.abs(r.angleTo(l)-Math.PI)<c)&&this.zArrow&&(this.zArrow.visible=!1)}if(e.type!=="OrthographicCamera"){const a=i.angleTo(s),l=i.angleTo(o),c=i.angleTo(r),h=Math.PI/2,d=l<h,u=c<h,m=a<h;this.xArrow&&(m?(this.xArrow.scale.x=-1,this.xArrow.scale.y=1,this.xArrow.scale.z=1):(this.xArrow.scale.x=1,this.xArrow.scale.y=1,this.xArrow.scale.z=1)),this.yArrow&&(d?(this.yArrow.scale.x=1,this.yArrow.scale.y=-1,this.yArrow.scale.z=1):(this.yArrow.scale.x=1,this.yArrow.scale.y=1,this.yArrow.scale.z=1)),this.zArrow&&(u?(this.zArrow.scale.x=1,this.zArrow.scale.y=1,this.zArrow.scale.z=-1):(this.zArrow.scale.x=1,this.zArrow.scale.y=1,this.zArrow.scale.z=1))}}show(){super.show(),this.xArrow&&this.add(this.xArrow),this.yArrow&&this.add(this.yArrow),this.zArrow&&this.add(this.zArrow),this.centerHandle&&this.add(this.centerHandle)}setScaleByCamera(e){this.scale.setScalar(Id(e,this.position))}showDraggingHelper(e){this.xArrow&&(e.includes("x")?this.add(this.xArrow):this.remove(this.xArrow)),this.yArrow&&(e.includes("y")?this.add(this.yArrow):this.remove(this.yArrow)),this.zArrow&&(e.includes("z")?this.add(this.zArrow):this.remove(this.zArrow)),this.centerHandle&&(e.includes("plane")?this.add(this.centerHandle):this.remove(this.centerHandle))}dispose(){this.remove(...[this.xArrow,this.yArrow,this.zArrow,this.centerHandle].filter(Boolean)),super.dispose()}}function Qs(n,t){return i6(document.createElement(t!=null?t:"div"),n)}function i6(n,t){if(!t)return n;for(const e in t)e&&t[e]&&(n.style[e]=t[e]);return n}function n6(n){const t=Qs(N({position:"absolute",display:"block",borderRadius:"4px",paddingTop:"1px",paddingBottom:"1px",paddingLeft:"4px",paddingRight:"4px",pointerEvents:"none",userSelect:"none",zIndex:"99999",backgroundColor:"rgba(0,0,0,0.7)",fontSize:"12px",color:"#fff",letterSpacing:"0",lineHeight:"18px"},n)),e=()=>{t.style.display!=="block"&&t.style.top&&t.style.left&&(t.style.display="block")};return{element:t,show:e,hide:()=>{t.style.display="none",t.style.top="",t.style.left=""},setLeftTop:(o,r)=>{t.style.left=o,t.style.top=r,e()}}}class s6 extends Y7{constructor(e,i){super(e,i);f(this,"name","RotateHelper");f(this,"xCircle");f(this,"yCircle");f(this,"zCircle");f(this,"children",[]);f(this,"angleTips");f(this,"container");(i==null?void 0:i.yzCircleEnable)!==!1&&(this.xCircle=new kd({direction:"x",color:Fo.X})),(i==null?void 0:i.xzCircleEnable)!==!1&&(this.yCircle=new kd({direction:"y",color:Fo.Y})),(i==null?void 0:i.xyCircleEnable)!==!1&&(this.zCircle=new kd({direction:"z",color:Fo.Z})),i!=null&&i.container&&(i==null?void 0:i.angleTipsEnable)!==!1&&(this.container=i==null?void 0:i.container,this.angleTips=n6({display:"none"}),this.container.appendChild(this.angleTips.element)),this.add(...[this.xCircle,this.yCircle,this.zCircle].filter(Boolean)),this.show()}hide(){this.children.forEach(e=>e.hide())}show(){var e;this.children.forEach(i=>i.showCircle()),(e=this.angleTips)==null||e.hide()}setScaleByCamera(e){this.scale.setScalar(Id(e,this.position))}update(e){if(e.type==="OrthographicCamera")return;const i=this.helperObject.position.clone().sub(e.position).normalize(),s=new y.Vector3(1,0,0).applyQuaternion(this.quaternion),o=new y.Vector3(0,1,0).applyQuaternion(this.quaternion),r=new y.Vector3(0,0,1).applyQuaternion(this.quaternion),a=i.angleTo(s),l=i.angleTo(o),c=i.angleTo(r),h=Math.PI/2,d=l>=h,u=c>=h,m=a>=h;if(this.xCircle){const g=this.xCircle.circle.gapAngle;d&&u?this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):d&&!u?this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!d&&u?this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!d&&!u&&(this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),this.xCircle.angleSector&&(this.xCircle.angleSector.offsetAngle=p=>p,d&&u?this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,1):d&&!u?this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,1):!d&&u?(this.xCircle.angleSector.baseAxes=new y.Vector3(0,-1,0),this.xCircle.angleSector.offsetAngle=p=>p-Math.PI/2):!d&&!u&&(this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.xCircle.angleSector.offsetAngle=p=>p-Math.PI))}if(this.yCircle){this.yCircle.angleSector.offsetAngle=p=>p;const g=this.yCircle.circle.gapAngle;m&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):m&&!u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!m&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!m&&!u&&(this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),m&&u?this.yCircle.angleSector.baseAxes=new y.Vector3(1,0,0):m&&!u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.yCircle.angleSector.offsetAngle=p=>p-Math.PI/2):!m&&u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,1),this.yCircle.angleSector.offsetAngle=p=>p+Math.PI/2):!m&&!u&&(this.yCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.yCircle.angleSector.offsetAngle=p=>p+Math.PI)}if(this.zCircle){this.zCircle.angleSector.offsetAngle=p=>p;const g=this.zCircle.circle.gapAngle;m&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):m&&!d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!m&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!m&&!d&&(this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),this.zCircle.angleSector&&(m&&d?this.zCircle.angleSector.baseAxes=new y.Vector3(1,0,0):m&&!d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,-1,0),this.zCircle.angleSector.offsetAngle=p=>p-Math.PI/2):!m&&d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,1,0),this.zCircle.angleSector.offsetAngle=p=>p+Math.PI/2):!m&&!d&&(this.zCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.zCircle.angleSector.offsetAngle=p=>p+Math.PI))}}showDraggingHelper(e){var i;this.hide(),this.children.filter(s=>e.includes(s.direction)).forEach(s=>s.showRing()),(i=this.angleTips)==null||i.show()}dispose(){var e,i;this.removeFromParent(),(i=(e=this.angleTips)==null?void 0:e.element)==null||i.remove()}}class kd extends y.Group{constructor(e){super();f(this,"direction");f(this,"circle");f(this,"ring");f(this,"angleSector");this.direction=e.direction,this.circle=new o6(e),this.ring=new r6(e),this.angleSector=new a6(e),this.add(this.circle,this.ring,this.angleSector),this.direction==="y"?this.rotation.x=Math.PI/2:this.direction==="x"&&(this.rotation.y=-Math.PI/2)}showCircle(){this.add(this.circle),this.remove(this.ring,this.angleSector)}showRing(){this.add(this.ring,this.angleSector),this.remove(this.circle)}hide(){this.remove(this.ring,this.angleSector,this.circle)}}let o6=class extends y.Mesh{constructor(e){var i;super();f(this,"direction");f(this,"gapAngle",.02);f(this,"geometry",new y.RingGeometry(.25,.3,20,8,this.gapAngle,Math.PI/2-this.gapAngle*2));this.material=new y.MeshBasicMaterial({opacity:.6,transparent:!0,color:(i=e.color)!=null?i:16777215,side:y.DoubleSide,depthTest:!1}),this.direction=e.direction,this.renderOrder=Ni.ROTATE_HELPER,this.geometry.name=`RotateHelperCircleGeometry-${this.direction}`}};class r6 extends y.Group{constructor(e){super();f(this,"direction");this.direction=e.direction;const i=.015,s=new Array(8).fill(null).map((o,r)=>{const a=new y.RingGeometry(.25,.3,20,8,Math.PI/4*r+i,Math.PI/4-i*2),l=new y.MeshBasicMaterial({opacity:1,color:16777215,depthTest:!1,depthWrite:!1,transparent:!0,side:y.DoubleSide}),c=new y.Mesh(a,l);return c.name=`AxesDashedRing-${this.direction}-${r}`,c});this.add(...s)}}class a6 extends y.Mesh{constructor(e){var s;super();f(this,"direction");f(this,"baseAxes");f(this,"offsetAngle",e=>e);f(this,"angleDirection");switch(e.direction){case"x":this.baseAxes=new y.Vector3(0,0,1);break;case"y":this.baseAxes=new y.Vector3(1,0,0);break;case"z":this.baseAxes=new y.Vector3(1,0,0);break}const i=.3+5e-4;this.geometry=new y.CircleGeometry(i,48,0,1e-4),this.material=new y.MeshBasicMaterial({opacity:.4,color:(s=e.color)!=null?s:16777215,depthTest:!1,depthWrite:!1,transparent:!0,side:y.DoubleSide}),this.direction=e.direction,this.angleDirection=this.direction==="z"?1:-1}setClockwiseDirection(){this.angleDirection=-1}setCounterClockwiseDirection(){this.angleDirection=1}toggleDirection(){this.angleDirection=this.angleDirection===1?-1:1}setBaseAxes(e){this.baseAxes=e.clone().normalize()}getDirection(){return this.angleDirection===-1?"clockwise":"counterclockwise"}}function l6(){const n=Qs({width:"100%",height:"100%",left:"0",top:"0",position:"absolute",pointerEvents:"none"}),t=Qs({boxSizing:"border-box",width:"100%",height:"100%",left:"0",top:"0",position:"relative",display:"flex",alignItems:"center",justifyContent:"center"}),e=Qs({boxSizing:"border-box",width:"100%",height:"100%",left:"0",top:"0",position:"absolute",border:"1px solid rgba(255,255,255,0.4)"});n.appendChild(t),t.appendChild(e);const i="-4px",s={direction:"nesw",element:is({cursor:"nesw-resize",left:i,bottom:i})},o={direction:"ns",element:is({cursor:"ns-resize",bottom:i})},r={direction:"nwse",element:is({cursor:"nwse-resize",right:i,bottom:i})},a={direction:"ew",element:is({cursor:"ew-resize",right:i})},l={direction:"nesw",element:is({cursor:"nesw-resize",right:i,top:i})},c={direction:"ns",element:is({cursor:"ns-resize",top:i})},h={direction:"nwse",element:is({cursor:"nwse-resize",left:i,top:i})},d={direction:"ew",element:is({cursor:"ew-resize",left:i})};return new Array(o,a,c,d,s,r,l,h).forEach(m=>t.appendChild(m.element)),{container:n,spheres:[s,o,r,a,l,c,h,d]}}function is(n){const t=Qs(N({background:"#FFFF00",width:"9px",height:"9px",position:"absolute",pointerEvents:"none",borderRadius:"50%"},n)),e=Qs({width:"15px",height:"15px",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",pointerEvents:"none"}),i=Qs({width:"15px",height:"15px",cursor:n==null?void 0:n.cursor,pointerEvents:"auto",background:"transparent"});return i.draggable=!0,e.appendChild(i),t.appendChild(e),t}const _l=new Map;function Y1(n){if(_l.has(n))return _l.get(n).hooks;const t=new Et;let e=null,i;const s=()=>{e=requestAnimationFrame(s);const r=n.projectionMatrix.toArray().join(",")+n.matrixWorld.toArray().join(",");r!==i&&(i=r,t.emit("cameraUpdate"))};s();const o=()=>{_l.delete(n),cancelAnimationFrame(e)};return _l.set(n,{hooks:t,dispose:o}),t}class c6 extends q7{constructor(e,i,s,o){super(e);f(this,"name","CSS3DScaleHelper");f(this,"points",[]);f(this,"cornerPositions",[]);f(this,"css3DInstance");f(this,"plane");f(this,"css3DRenderer",new co);f(this,"camera");f(this,"scene");f(this,"container");f(this,"enabled",!1);f(this,"initialScale");this.camera=s,this.scene=o,this.container=i,this.initRectangleScaleHelper()}get helperObject(){var e;if(!((e=this.css3DInstance)!=null&&e.css3DObject))throw new Error("css3DInstance is not initialized");return this.css3DInstance.css3DObject}initQuaternion(){this.quaternion.copy(this.originObject3D.quaternion)}applyMatrix4(e){var i;super.applyMatrix4(e),this.helperObject.applyMatrix4(e),(i=this.plane)==null||i.applyMatrix4(e),this.cornerPositions.forEach(s=>s.applyMatrix4(e))}showDraggingHelper(){}applyHelperScaleMatrix4(e,i){var s;(s=this.plane)==null||s.scale.applyMatrix4(e),this.helperObject.applyScaleMatrix4(e),setTimeout(()=>{this.updateSphereCorrection()},0)}updatePoints(){const e=this.calculatePointPosition(this.cornerPositions);this.points.forEach((i,s)=>{i.position.copy(e[s])})}update(e){var i;(i=this.css3DInstance)!=null&&i.css3DObject&&this.helperObject.position.copy(this.originObject3D.position),this.plane&&this.plane.position.copy(this.originObject3D.position),this.updatePoints(),this.css3DInstance&&this.css3DInstance.show(),this.plane&&(this.plane.visible=!0)}applyHelperQuaternion(e,i){var o;const s=(o=this.css3DInstance)==null?void 0:o.css3DObject;if(s){const r=new y.Vector3().subVectors(s.position,i).applyQuaternion(e).add(i);s.position.copy(r),s.applyQuaternion(e)}if(this.plane){const r=new y.Vector3().subVectors(this.plane.position,i).applyQuaternion(e).add(i);this.plane.position.copy(r),this.plane.applyQuaternion(e)}this.cornerPositions.forEach(r=>{const a=new y.Vector3().subVectors(r,i).applyQuaternion(e).add(i);r.copy(a)})}enable(){var e;this.enabled||(this.enabled=!0,(e=this.css3DInstance)==null||e.enable(),this.plane&&this.scene.add(this.plane))}disable(){var e;this.enabled&&(this.enabled=!1,(e=this.css3DInstance)==null||e.disable(),this.plane&&this.scene.remove(this.plane))}show(){var e;(e=this.css3DInstance)==null||e.show(),this.plane&&(this.plane.visible=!0)}hide(){var e;(e=this.css3DInstance)==null||e.hide(),this.plane&&(this.plane.visible=!1)}dispose(){this.disable(),this.css3DRenderer.dispose()}onScaleEnd(){Y1(this.camera).emit("cameraUpdate")}updateSphereCorrection(){if(!this.css3DInstance)return;this.initialScale||(this.initialScale={x:this.originObject3D.scale.x,y:this.originObject3D.scale.y});const e=this.originObject3D.scale,i=e.x/this.initialScale.x,s=e.y/this.initialScale.y,o=this.css3DInstance.css3DObject.container;o.style.setProperty("--parent-scaleX",i.toString()),o.style.setProperty("--parent-scaleY",s.toString())}initRectangleScaleHelper(){var a,l;const e=this.getCornerPositions();if(!e)return;this.cornerPositions=e;const i=this.css3DRenderer.create3DElement(this.camera,e,{ratio:.003});if(!i)return;this.css3DInstance=i,i.appendToElement(this.container);const s=i.css3DObject.container,{container:o,spheres:r}=l6();this.points=r.map((c,h)=>({direction:c.direction,point:c.element,position:this.calculatePointPosition(e)[h]})),s.insertBefore(o,(a=s.children[0])!=null?a:null),this.helperObject.position.copy(this.originObject3D.position),(l=this.plane)==null||l.position.copy(this.originObject3D.position)}getCornerPositions(){const{originObject3D:e}=this;if(e.isCSS3DObject&&e.cornerPoints)return e.cornerPoints;console.error("当前物体暂时不支持 ScaleHelper")}calculatePointPosition(e){return[e[0].clone(),e[0].clone().add(e[1]).divideScalar(2),e[1].clone(),e[1].clone().add(e[2]).divideScalar(2),e[2].clone(),e[2].clone().add(e[3]).divideScalar(2),e[3].clone(),e[3].clone().add(e[0]).divideScalar(2)]}}class h6 extends X7{constructor(e){super(e);f(this,"name","BoundingBoxHelper");f(this,"box");f(this,"outline");f(this,"positionAttribute");this.positionAttribute=new y.BufferAttribute(new Float32Array(8*3),3),this.box=this.createBox(),this.outline=this.createOutline(),this.add(this.box,this.outline),this.update()}initQuaternion(){this.quaternion.copy(this.originObject3D.quaternion)}setHelperQuaternion(e,i){wd(this,e,i)}raycasterIntersectObject(e,i){return e.intersectObject(this,!1,i)}raycast(e,i){this.box.raycast(e,i)}update(){const e=Cs(this.originObject3D);if(!e)return;const{min:i,max:s}=e;this.positionAttribute.setXYZ(0,s.x,s.y,s.z),this.positionAttribute.setXYZ(1,i.x,s.y,s.z),this.positionAttribute.setXYZ(2,i.x,i.y,s.z),this.positionAttribute.setXYZ(3,s.x,i.y,s.z),this.positionAttribute.setXYZ(4,s.x,s.y,i.z),this.positionAttribute.setXYZ(5,i.x,s.y,i.z),this.positionAttribute.setXYZ(6,i.x,i.y,i.z),this.positionAttribute.setXYZ(7,s.x,i.y,i.z),this.positionAttribute.needsUpdate=!0}createOutline(){const e=new Uint16Array([0,1,1,2,2,3,3,0,4,5,5,6,6,7,7,4,0,4,1,5,2,6,3,7]),i=new y.BufferGeometry;i.setIndex(new y.BufferAttribute(e,1)),i.setAttribute("position",this.positionAttribute);const s=new y.LineBasicMaterial({color:64767,linewidth:1,opacity:1,toneMapped:!1}),o=new y.LineSegments(i,s);return o.matrixAutoUpdate=!1,o}createBox(){const e=new Uint16Array([0,1,2,0,2,3,0,3,7,0,7,4,0,4,5,0,5,1,6,1,5,6,2,1,6,5,4,6,4,7,6,3,2,6,7,3]),i=new y.BufferGeometry;i.setIndex(new y.BufferAttribute(e,1)),i.setAttribute("position",this.positionAttribute);const s=new y.MeshBasicMaterial({color:64767,opacity:.1,depthTest:!1,transparent:!0});return new y.Mesh(i,s)}}class Zr{constructor(t,e){f(this,"originObject3D");f(this,"hooks");f(this,"preventTapDefaultEvent",!1);f(this,"internalHooks");f(this,"disposers",[]);f(this,"helperObject3D");f(this,"camera");f(this,"model");f(this,"scene");f(this,"container");f(this,"domEvents");f(this,"isDragging",!1);f(this,"enabled",!1);f(this,"name","BaseController");f(this,"boundingBox");f(this,"config");f(this,"onRender");f(this,"cameraHooks");f(this,"otherControllers");f(this,"onWantsTapGesture",t=>{if(this.getIntersectObject(t))return!1});f(this,"updateHelperScale",()=>{"update"in this.helperObject3D&&typeof this.helperObject3D.update=="function"&&this.helperObject3D.update(this.camera),this.helperObject3D.setScaleByCamera(this.camera)});f(this,"getBox",()=>this.boundingBox?this.boundingBox:(this.boundingBox=Cs(this.originObject3D),this.boundingBox));var h,d,u;this.hooks=(h=t.sharedHooks)!=null?h:new Et,this.internalHooks=(d=t.sharedInternalHooks)!=null?d:new Et,this.camera=t.camera,this.model=t.model,this.originObject3D=t.originObject3D,this.helperObject3D=t.helperObject3D,this.container=t.container,this.scene=t.scene,this.domEvents=t.domEvents,this.onRender=(u=t.onRender)!=null?u:()=>{},this.config=e!=null?e:{},this.otherControllers=t.otherControllers,this.initialHelperPosition(),this.initialHelperQuaternion(),this.updateHelperScale(),this.cameraHooks=Y1(this.camera),this.enable();const i=this.onSetOriginObjectScale.bind(this),s=this.onSetOriginObjectRotate.bind(this),o=this.onSetOriginObjectPosition.bind(this),r=this.onApplyOriginObjectScale.bind(this),a=this.onApplyOriginObjectRotate.bind(this),l=this.onApplyOriginObjectPosition.bind(this),c=this.initialHelperPosition.bind(this);this.cameraHooks.on("cameraUpdate",this.updateHelperScale),this.internalHooks.on("initialHelperPosition",c),this.internalHooks.on("setObjectScale",i),this.internalHooks.on("setObjectRotate",s),this.internalHooks.on("setObjectPosition",o),this.internalHooks.on("applyObjectPosition",l),this.internalHooks.on("applyObjectRotate",a),this.internalHooks.on("applyObjectScale",r),this.hooks.on("moveEnd",this.updateHelperScale),this.internalHooks.on("setObjectPosition",this.updateHelperScale),this.internalHooks.on("initialHelperPosition",this.updateHelperScale),this.disposers.push(()=>{this.cameraHooks.off("cameraUpdate",this.updateHelperScale),this.internalHooks.off("initialHelperPosition",c),this.internalHooks.off("setObjectScale",i),this.internalHooks.off("setObjectRotate",s),this.internalHooks.off("setObjectPosition",o),this.internalHooks.off("applyObjectPosition",l),this.internalHooks.off("applyObjectRotate",a),this.internalHooks.off("applyObjectScale",r),this.hooks.off("moveEnd",this.updateHelperScale),this.internalHooks.off("setObjectPosition",this.updateHelperScale),this.internalHooks.off("initialHelperPosition",this.updateHelperScale)})}updateOtherControllers(t){this.otherControllers=t}getIsDragging(){return this.isDragging}initialHelperPosition(){this.helperObject3D.initialPosition(this.calculateOffset(this.config.offset))}initialHelperQuaternion(){this.helperObject3D.initQuaternion(this.config)}enable(){this.enabled||(this.enabled=!0,this.scene.add(this.helperObject3D),this.helperObject3D.enable(),this.render())}disable(){this.enabled&&(this.enabled=!1,this.helperObject3D.disable(),this.render())}show(){this.helperObject3D.show(),this.render()}hide(){this.helperObject3D.hide(),this.render()}dispose(){var t;(t=this.disposers)==null||t.forEach(e=>e==null?void 0:e()),this.helperObject3D.dispose(),this.render()}applyHelperMatrix4(t){this.helperObject3D.applyMatrix4(t)}applyHelperQuaternion(t,e){this.helperObject3D.applyHelperQuaternion(t,e)}applyHelperScaleMatrix4(t,e){this.helperObject3D.applyHelperScaleMatrix4(t,e)}onWantsGesture(t,e,i){if(this.isDragging)return!1}onIntersectionOnModelUpdate(t){}onApplyOriginObjectScale(t){this.applyHelperScaleMatrix4(t.matrix,t.origin)}onApplyOriginObjectRotate(t){this.applyHelperQuaternion(t.quaternion,t.origin)}onApplyOriginObjectPosition(t){this.applyHelperMatrix4(t.matrix)}onSetOriginObjectScale(t){this.helperObject3D.scale.copy(t),this.updateOffsetByScale(t)}onSetOriginObjectRotate(t,e){this.helperObject3D.setHelperQuaternion(t,e)}onSetOriginObjectPosition(t){this.helperObject3D.position.copy(t.clone().add(this.calculateOffset(this.config.offset)))}render(){this.onRender()}updateOffsetByScale(t){if(this.boundingBox&&this.config.offset){const e=this.originObject3D.position,i=new y.Vector3().subVectors(this.boundingBox.max,e).multiply(t).add(e),s=new y.Vector3().subVectors(this.boundingBox.min,e).multiply(t).add(e),o=this.calculateOffset(this.config.offset,{min:s,max:i});this.helperObject3D.initialPosition(o)}}hoverListener(t,e=16777215,i=1){const s=Fn(t).filter(He),o=[];for(const r of s)if(r.material||r instanceof y.Group){const a=r instanceof y.Group?r.children.filter(u=>u instanceof y.Mesh):[r];a.forEach(u=>{var m,g,p,v;Array.isArray(u.material)?(u.__originalColor__=(m=u.__originalColor__)!=null?m:u.material.map(b=>b.color.clone()),u.__originalOpacity__=(g=u.__originalOpacity__)!=null?g:u.material.map(b=>b.opacity)):(u.__originalColor__=(p=u.__originalColor__)!=null?p:u.material.color.clone(),u.__originalOpacity__=(v=u.__originalOpacity__)!=null?v:u.material.opacity)});const l=()=>{a.forEach(u=>{u.name==="ScaleHelperTransparentGroup"?u.children[0]&&(u.children[0].material.color.set(e),u.children[0].material.opacity=i):Array.isArray(u.material)?u.material.forEach(m=>{m.color.set(e),m.opacity=i}):(u.material.color.set(e),u.material.opacity=i)}),this.render()},c=()=>{a.forEach(u=>{if(u.name==="ScaleHelperTransparentGroup")u.children[0]&&(u.children[0].material.color.set(16776960),u.children[0].material.opacity=1);else if(Array.isArray(u.material)){const m=u.__originalColor__,g=u.__originalOpacity__;u.material.forEach((p,v)=>{m&&m[v]&&p.color.copy(m[v]),g&&g[v]!==void 0&&(p.opacity=g[v])})}else u.material.color.copy(u.__originalColor__),u.material.opacity=u.__originalOpacity__}),this.render()},h=u=>{this.isDragging||l()},d=u=>{this.isDragging||c()};for(const u of a)this.domEvents.addEventListener(u,"mouseover",h),this.domEvents.addEventListener(u,"mouseout",d),this.hooks.on("moveStart",l),this.hooks.on("moveEnd",c),this.hooks.on("rotateEnd",c),this.hooks.on("scaleEnd",c),o.push(()=>{this.domEvents.removeEventListener(u,"mouseover",h),this.domEvents.removeEventListener(u,"mouseout",d),this.hooks.off("moveStart",l),this.hooks.off("moveEnd",c),this.hooks.off("rotateEnd",c),this.hooks.off("scaleEnd",c)})}return()=>o.forEach(r=>r==null?void 0:r())}getIntersectObject(t){const e=this.camera.position,i=this.helperObject3D;if(!i)return;const s=this.helperObject3D.raycasterIntersectObject(t)[0];if(!s)return;const o=s;if(o.object=i,this.model.intersectRaycaster){const r=this.model.intersectRaycaster(t)[0];if(r&&r.point.distanceTo(e)<o.point.distanceTo(e))return}return o.object}calculateOffset(t,e){const i=new y.Vector3(0,0,0);if(!t)return i;const s=()=>e||this.getBox();if(typeof t.x=="number")i.setX(t.x);else if(typeof t.x=="object"){const o=s();i.setX((o.max.x-o.min.x)*t.x.percents)}if(typeof t.y=="number")i.setY(t.y);else if(typeof t.y=="object"){const o=s();i.setY((o.max.y-o.min.y)*t.y.percents)}if(typeof t.z=="number")i.setZ(t.z);else if(typeof t.z=="object"){const o=s();i.setZ((o.max.z-o.min.z)*t.z.percents)}return i}}function d6(n,t){let e=10,i=10;const s=n.isPerspectiveCamera,o=n.isOrthographicCamera;if(s){const d=n,u=d.position.distanceTo(t),m=d.fov*Math.PI/180;i=2*Math.tan(m/2)*u,e=i*d.aspect}else if(o){const d=n;e=Math.abs(d.right-d.left),i=Math.abs(d.top-d.bottom)}const r=Math.sqrt(e*e+i*i),a=r*.8,l=Math.min(e,i)*.25,c=r*1.2;return Math.max(l,Math.min(a,c))}class Z1{constructor(t,e,i){f(this,"camera");f(this,"container");f(this,"defaults");this.camera=t,this.container=e,this.defaults=N({},i||{})}createSolidLine(t,e,i){const s=N(N({color:16777215,renderOrder:Ni.DRAG_GUIDE_LINE},this.defaults),i||{}),o=e.clone().normalize(),r=this.computeInfiniteLineLength(t),a=t.clone().add(o.clone().multiplyScalar(-r)),l=t.clone().add(o.clone().multiplyScalar(r)),c=new Float32Array([a.x,a.y,a.z,l.x,l.y,l.z]),h=new y.BufferGeometry;h.setAttribute("position",new y.BufferAttribute(c,3));const d=new y.LineBasicMaterial({color:s.color,depthTest:!1,depthWrite:!1,transparent:!0,opacity:.65}),u=new y.Line(h,d);return u.renderOrder=s.renderOrder,u}updateSolidLine(t,e,i,s){const o=i.clone().normalize(),r=this.computeInfiniteLineLength(e),a=e.clone().add(o.clone().multiplyScalar(-r)),l=e.clone().add(o.clone().multiplyScalar(r)),c=new Float32Array([a.x,a.y,a.z,l.x,l.y,l.z]),h=t.geometry,d=h.getAttribute("position");d&&d.itemSize===3&&d.array.length===c.length?(d.array.set(c),d.needsUpdate=!0):h.setAttribute("position",new y.BufferAttribute(c,3)),(s==null?void 0:s.color)!==void 0&&t.material.color.setHex(s.color)}computeInfiniteLineLength(t){return d6(this.camera,t)*10}dispose(t){if(!t)return;t.geometry.dispose();const e=t.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose()}updateDefaults(t){this.defaults=N(N({},this.defaults),t)}}let u6=class extends Zr{constructor(...e){super(...e);f(this,"name","MoveController");f(this,"startInfo");f(this,"dragGuideLine");f(this,"solidGuide",new Z1(this.camera,this.container,(db=(hb=this.config)==null?void 0:hb.solidGuide)!=null?db:{}));f(this,"_moveByMouse",{enabled:!1});f(this,"mouseInfo");f(this,"mousedownEventListenerDisposer");f(this,"dragStart",e=>{if(this.moveByMouseEnable||this.isDragging)return;const i=e==null?void 0:e.intersect;if(!i)return this.dragEnd();const s=(i==null?void 0:i.object).direction;if(!s)return this.dragEnd();const o=new y.Vector3(1,0,0).applyQuaternion(this.helperObject3D.quaternion),r=new y.Vector3(0,1,0).applyQuaternion(this.helperObject3D.quaternion),a=new y.Vector3(0,0,1).applyQuaternion(this.helperObject3D.quaternion),l=(()=>{switch(s){case"x":return o;case"y":return r;case"z":return a;case"plane":return}})(),c=i.point.clone();if(s==="plane"){const d=this.camera.position.clone(),u=c.clone(),m=u.clone().sub(d).normalize(),g=new y.Plane().setFromNormalAndCoplanarPoint(m,u),p=u.clone();this.startInfo={draggingDirection:s,startVectorProject:p,line:new y.Line3(p.clone(),p.clone()),plane:g}}else{const d=new y.Line3(c.clone().sub(l.normalize()),c.clone().add(l.normalize()));this.startInfo={draggingDirection:s,startVectorProject:c,line:d};try{const u=l.clone().normalize(),m=this.helperObject3D.getWorldPosition(new y.Vector3),g=this.solidGuide.createSolidLine(m,u,{color:16777215,renderOrder:Ni.DRAG_GUIDE_LINE});this.scene.add(g),this.dragGuideLine=g}catch(u){}}const h=s==="plane"?[]:[s];this.helperObject3D.showDraggingHelper(h),this.hooks.emit("moveStart"),this.isDragging=!0});f(this,"dragging",e=>{if(!this.isDragging||!this.startInfo)return;const i="touches"in e?e.touches[0].clientX:e.x,s="touches"in e?e.touches[0].clientY:e.y,o=jl(this.camera,{x:i,y:s},this.container);return o?(this.move(o),!1):this.dragEnd()});f(this,"dragEnd",()=>{if(this.isDragging){if(this.startInfo=void 0,this.isDragging=!1,this.dragGuideLine){this.scene.remove(this.dragGuideLine),this.dragGuideLine.geometry.dispose();const e=this.dragGuideLine.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose(),this.dragGuideLine=void 0}this.helperObject3D.show(),this.hooks.emit("moveEnd")}});const i=this.helperObject3D;if(this.hoverListener([i.xArrow,i.yArrow,i.zArrow]),i.centerHandle&&i.centerHandle instanceof Q1){const a=i.centerHandle,l=a.cube,c=16777215,h=()=>{this.isDragging||(Array.isArray(l.material)&&l.material.forEach(u=>{u.color.set(c)}),this.render())},d=()=>{this.isDragging||(a.update(this.camera),this.render())};this.domEvents.addEventListener(l,"mouseover",h),this.domEvents.addEventListener(l,"mouseout",d)}const s=this.show.bind(this),o=this.hide.bind(this),r=()=>{this.helperObject3D.update(this.camera),this.isDragging&&this.updateDragGuideLineScale(),this.render()};r(),this.domEvents.addEventListener(this.helperObject3D,"mousedown",this.dragStart),document.addEventListener("mousemove",this.dragging),document.addEventListener("mouseup",this.dragEnd),this.domEvents.addEventListener(this.helperObject3D,"touchstart",this.dragStart),document.addEventListener("touchmove",this.dragging),document.addEventListener("touchend",this.dragEnd),this.hooks.on("rotateStart",o),this.hooks.on("rotateEnd",s),this.hooks.on("scaleStart",o),this.hooks.on("scaleEnd",s),this.hooks.on("moveByMouseEnable",o),this.hooks.on("moveByMouseDisable",s),this.hooks.on("updateOtherHelpers",a=>{this.helperObject3D.update(a.camera),this.render()}),this.cameraHooks.on("cameraUpdate",r),this.disposers.push(()=>{this.domEvents.removeEventListener(this.helperObject3D,"mousedown",this.dragStart),document.removeEventListener("mousemove",this.dragging),document.removeEventListener("mouseup",this.dragEnd),this.domEvents.removeEventListener(this.helperObject3D,"touchstart",this.dragStart),document.removeEventListener("touchmove",this.dragging),document.removeEventListener("touchend",this.dragEnd),this.hooks.off("rotateStart",o),this.hooks.off("rotateEnd",s),this.hooks.off("scaleStart",o),this.hooks.off("scaleEnd",s),this.hooks.off("moveByMouseEnable",o),this.hooks.off("moveByMouseDisable",s),this.hooks.off("updateOtherHelpers"),this.cameraHooks.off("cameraUpdate",r)}),this.moveByMouseEnable&&this.moveByMouse()}get moveByMouseEnable(){return this._moveByMouse.enabled}dispose(){var e;super.dispose(),(e=this.disposers)==null||e.forEach(i=>i==null?void 0:i())}moveByMouse(e){this._moveByMouse={enabled:!0,useFaceNormal:e==null?void 0:e.useFaceNormal},this.preventTapDefaultEvent=!0;const i=this.handleMouseDown.bind(this),s=this.handleMouseUp.bind(this);this.hooks.emit("moveByMouseEnable"),setTimeout(()=>{this.container.addEventListener("mousedown",i),this.container.addEventListener("mouseup",s)}),this.mousedownEventListenerDisposer=()=>{this.container.removeEventListener("mousedown",i),this.container.removeEventListener("mouseup",s)}}disableMoveByMouse(){var e;this._moveByMouse={enabled:!1},this.preventTapDefaultEvent=!1,this.hooks.emit("moveByMouseDisable"),(e=this.mousedownEventListenerDisposer)==null||e.call(this)}onIntersectionOnModelUpdate(e){var r,a,l;if(!this.moveByMouseEnable)return;const{point:i,face:s}=e;if(!this.hooks.emit("wantToMove",i)){if(this.originObject3D.position.copy(i),(this._moveByMouse.useFaceNormal===!0||typeof this._moveByMouse.useFaceNormal=="object"&&this._moveByMouse.useFaceNormal.enable!==!1)&&s!=null&&s.normal){const c=(()=>typeof this._moveByMouse.useFaceNormal=="object"&&this._moveByMouse.useFaceNormal.alignmentVector?this._moveByMouse.useFaceNormal.alignmentVector:{x:0,y:1,z:0})(),h=new y.Vector3((r=c.x)!=null?r:0,(a=c.y)!=null?a:0,(l=c.z)!=null?l:0),d=(()=>typeof this._moveByMouse.useFaceNormal=="object"&&this._moveByMouse.useFaceNormal.fixedFaceNormal?this._moveByMouse.useFaceNormal.fixedFaceNormal(s.normal):s.normal)();this.originObject3D.quaternion.setFromUnitVectors(h,d),this.internalHooks.emit("setObjectRotate",this.originObject3D.quaternion.clone())}this.internalHooks.emit("setObjectPosition",i),this.hooks.emit("move",i)}}handleMouseDown(e){const{x:i,y:s}=e;this.mouseInfo={x:i,y:s,mouseDownTimestamp:Date.now()}}handleMouseUp(e){if(!this.mouseInfo)return;const{x:i,y:s}=e;this.mouseInfo.x===i&&this.mouseInfo.y===s&&Date.now()-this.mouseInfo.mouseDownTimestamp<500&&(this.disableMoveByMouse(),this.mouseInfo=void 0)}updateDragGuideLineScale(){if(!this.dragGuideLine||!this.startInfo)return;const{line:e}=this.startInfo,i=e.end.clone().sub(e.start).normalize();if(i.lengthSq()<1e-6)return;const s=this.helperObject3D.getWorldPosition(new y.Vector3);this.solidGuide.updateSolidLine(this.dragGuideLine,s,i)}move(e){var p;if(!this.startInfo)return this.dragEnd();const{line:i,startVectorProject:s}=this.startInfo,o=this.originObject3D,r=this.startInfo.draggingDirection==="plane";let a;if(r){const v=this.startInfo.plane;if(!v)return;const b=new y.Vector3,P=v.normal.dot(e.ray.direction);if(Math.abs(P)<1e-6)return;const M=-(v.normal.dot(e.ray.origin)+v.constant)/P;if(M<0)return;b.copy(e.ray.origin.clone().add(e.ray.direction.clone().multiplyScalar(M))),a=b}else a=vn({raycaster:e,line:i,clampToLine:!1});const l=o.position.clone(),c=a.clone().sub(s),h=new y.Matrix4;h.setPosition(c);const d=o.position.clone().applyMatrix4(h);if(this.hooks.emit("wantToMove",d))return;const m=(p=this.hooks.emitWithResult("moveBefore",d))!=null?p:d,g=new y.Matrix4;g.setPosition(m.clone().sub(l)),o.position.copy(m),s.copy(a),this.internalHooks.emit("applyObjectPosition",{matrix:g}),this.hooks.emit("move",m)}};class qr{constructor(t,e,i,s,o,r,a,l,c){f(this,"helperController");f(this,"five");f(this,"onFiveWantsTapGesture",t=>{if(!this.helperController)return;if(this.helperController.preventTapDefaultEvent)return!1;const e=this.helperController.onWantsTapGesture(t);return this.five.needsRender=!0,e});f(this,"onFiveWantsGesture",(...t)=>{if(!this.helperController)return;const e=this.helperController.onWantsGesture(...t);return this.five.needsRender=!0,e});f(this,"onFiveIntersectionOnModelUpdate",(...t)=>{this.helperController&&this.helperController.onIntersectionOnModelUpdate(...t)});const{camera:h,model:d,scene:u}=t,m=t.getElement();if(this.five=t,!h||!d||!m||!u)return;const g=()=>{t.needsRender=!0};this.helperController=new i({camera:h,model:d,domEvents:e,originObject3D:s,helperObject3D:o,container:m,scene:u,onRender:g,sharedHooks:a,sharedInternalHooks:l,otherControllers:c},r),t.on("wantsTapGesture",this.onFiveWantsTapGesture),t.on("wantsGesture",this.onFiveWantsGesture),t.on("intersectionOnModelUpdate",this.onFiveIntersectionOnModelUpdate)}dispose(){var t;this.five.off("wantsTapGesture",this.onFiveWantsTapGesture),this.five.off("wantsGesture",this.onFiveWantsGesture),this.five.off("intersectionOnModelUpdate",this.onFiveIntersectionOnModelUpdate),(t=this.helperController)==null||t.dispose()}}const Ed="Object3DHelper@v1.0.1",f6=()=>{console.error(`${Ed} is disposed`)},g6=()=>{console.warn(`${Ed} is disabled`)},m6=()=>{console.error(`${Ed} is disabled`)};class p6{constructor(t){f(this,"controllers",{});f(this,"state",{visible:!0,enabled:!0,disposed:!1});f(this,"hooks",new Et);f(this,"eventListener",{});t&&this.addControllers(t),this.setState(this.state)}show(t){return ie(this,null,function*(){this.setState({visible:!0},t)})}hide(t){return ie(this,null,function*(){this.setState({visible:!1},t)})}enable(t){this.setState({enabled:!0},t)}disable(t){this.setState({enabled:!1},t)}dispose(){this.setState({disposed:!0})}setState(t,e){if(this.state.disposed)return f6();if(!this.state.enabled&&t.enabled!==!0&&t.disposed!==!0)return m6();const i=N({},this.state);this.state=N(N({},this.state),t),t.disposed!==void 0&&t.disposed!==i.disposed&&t.disposed&&this.handleDispose(),t.visible!==void 0&&this.handleVisible(t.visible),t.enabled!==void 0&&this.handleEnable(t.enabled),this.hooks.emit("stateChange",{state:this.state,prevState:i})}addControllers(t){this.controllers=N(N({},this.controllers),t),this.setState(this.state)}initialHelperMatrix(){this.everyControllerDo(t=>{t.initialHelperPosition(),t.initialHelperQuaternion()})}getCurrentState(){return this.state}handleEnable(t,e=!0){t?(this.everyControllerDo(i=>{i.enable()}),this.hooks.emit("enable",{userAction:e})):(this.everyControllerDo(i=>{i.disable()}),this.hooks.emit("disable",{userAction:e})),this.state.enabled=t}handleVisible(t,e=!0){t?(this.everyControllerDo(i=>{i.show()}),this.actionIfStateIsEnabled(()=>this.hooks.emit("show",{userAction:e}))):(this.everyControllerDo(i=>{i.hide()}),this.actionIfStateIsEnabled(()=>this.hooks.emit("hide",{userAction:e}))),this.state.visible=t}everyControllerDo(t){Object.values(this.controllers).forEach(e=>{e&&t(e)})}handleDispose(){var t,e;Object.values(this.controllers).forEach(i=>{i==null||i.dispose()});for(const i in this.controllers){if(!i)continue;const s=i;(e=(t=this.eventListener)[s])==null||e.call(t)}}actionIfStateIsEnabled(t,e){if(this.state.enabled)return t();e!=null&&e.warnLog&&g6()}}function No(n){return n*Math.PI/180}let Sd=new y.Quaternion;class v6 extends Zr{constructor(...e){var h,d,u;super(...e);f(this,"name","RotateController");f(this,"startInfo");f(this,"removeListener");const i=this.helperObject3D;this.hoverListener([(h=i.xCircle)==null?void 0:h.circle,(d=i.yCircle)==null?void 0:d.circle,(u=i.zCircle)==null?void 0:u.circle].filter(Boolean));const s=this.dragStart.bind(this),o=this.dragging.bind(this),r=this.dragEnd.bind(this),a=this.show.bind(this),l=this.hide.bind(this),c=()=>{this.helperObject3D.update(this.camera),this.render()};c(),this.domEvents.addEventListener(this.helperObject3D,"mousedown",s),document.addEventListener("mousemove",o),document.addEventListener("mouseup",r),this.domEvents.addEventListener(this.helperObject3D,"touchstart",s),document.addEventListener("touchmove",o),document.addEventListener("touchend",r),this.hooks.on("moveStart",l),this.hooks.on("moveEnd",a),this.hooks.on("scaleStart",l),this.hooks.on("scaleEnd",a),this.hooks.on("moveByMouseEnable",l),this.hooks.on("moveByMouseDisable",a),this.hooks.on("updateOtherHelpers",m=>{this.helperObject3D.update(m.camera),this.render()}),this.cameraHooks.on("cameraUpdate",c),this.disposers.push(()=>{this.domEvents.removeEventListener(this.helperObject3D,"mousedown",s),document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",r),this.domEvents.removeEventListener(this.helperObject3D,"touchstart",s),document.removeEventListener("touchmove",o),document.removeEventListener("touchend",r),this.hooks.off("moveStart",l),this.hooks.off("moveEnd",a),this.hooks.off("scaleStart",l),this.hooks.off("scaleEnd",a),this.hooks.off("moveByMouseEnable",l),this.hooks.off("moveByMouseDisable",a),this.hooks.off("updateOtherHelpers"),this.cameraHooks.off("cameraUpdate",c)})}get rotateCenter(){return this.helperObject3D.position.clone()}setRotateAngle(e){const{x:i=0,y:s=0,z:o=0}=e,r=new y.Euler(No(i),No(s),No(o)),a=new y.Quaternion().setFromEuler(r);if(this.hooks.emit("wantToRotate",a))return;const{originObject3D:c,rotateCenter:h}=this;wd(c,a,h),this.internalHooks.emit("setObjectRotate",a,h),this.hooks.emit("rotate",a),this.render()}getEulerAngle(e,i){const{originObject3D:s}=this,o=new y.Euler().setFromQuaternion(s.quaternion),r={x:ui(o.x),y:ui(o.y),z:ui(o.z)},a={x:e==="x"?i:r.x,y:e==="y"?i:r.y,z:e==="z"?i:r.z},l=new y.Euler(No(a.x),No(a.y),No(a.z));return new y.Quaternion().setFromEuler(l)}onApplyOriginObjectRotate(e){this.isDragging||super.onApplyOriginObjectRotate(e)}onApplyOriginObjectScale(e){}dragStart(e){if(this.isDragging)return;this.helperObject3D.update(this.camera);const i=e==null?void 0:e.intersect;if(!i)return this.dragEnd();const s=(i==null?void 0:i.object).direction;if(!s)return this.dragEnd();const o=i.point,r=this.getAngleHelper(s);this.setTipsAngle(0);const a=o.clone();a.y+=.2,this.setTipsPosition(a);const l=this.helperObject3D.quaternion.clone(),c=(()=>{if(s==="x")return new y.Vector3(1,0,0).applyQuaternion(l);if(s==="y")return new y.Vector3(0,1,0).applyQuaternion(l);if(s==="z")return new y.Vector3(0,0,1).applyQuaternion(l)})(),h=new y.Plane().setFromNormalAndCoplanarPoint(c,o),u=h.projectPoint(o.clone(),new y.Vector3).clone().sub(this.rotateCenter),m=u.angleTo(r.baseAxes.clone().applyQuaternion(l)),g=r.offsetAngle(m);this.setAngleHelperStart(s,g),this.setAngleHelperLength(s,0),this.startInfo={direction:s,startVector:u,directionVector:c,plane:h,angleHelper:r,angle:0,helperQuaternion:l.clone()},Sd=new y.Quaternion,this.helperObject3D.showDraggingHelper([s]),this.hooks.emit("rotateStart"),this.isDragging=!0}getMatrix(){var i,s;return(s=(i=this.originObject3D)==null?void 0:i.ext)==null?void 0:s.matrix}getMatrixAngle(e,i){let s;if(e&&e.isMatrix4){s=new y.Quaternion,e.decompose(new y.Vector3,s,new y.Vector3);const o=new y.Euler().setFromQuaternion(s);if(i==="x")return Math.round(ui(o.z));if(i==="y")return Math.round(ui(o.y));if(i==="z")return Math.round(ui(o.x))}}parseAngleByDirection(e){var o,r;const i=(r=(o=this.originObject3D)==null?void 0:o.ext)==null?void 0:r.matrix;let s;if(i&&i.isMatrix4){s=new y.Quaternion,i.decompose(new y.Vector3,s,new y.Vector3);const a=new y.Euler().setFromQuaternion(s);if(e==="x")return Math.round(ui(a.z));if(e==="y")return Math.round(ui(a.y));if(e==="z")return Math.round(ui(a.x))}}dragging(e){if(!this.isDragging)return;const i="touches"in e?e.touches[0].clientX:e.x,s="touches"in e?e.touches[0].clientY:e.y,o=jl(this.camera,{x:i,y:s},this.container);return o?(this.rotate(o),!1):this.dragEnd()}rotate(e){if(!this.startInfo)return this.dragEnd();const{startVector:i,plane:s,angleHelper:o,direction:r,helperQuaternion:a}=this.startInfo,{originObject3D:l}=this,c=e.ray.intersectPlane(s,new y.Vector3);if(!c)return;const h=this.rotateCenter.clone();let u=s.projectPoint(c.clone(),new y.Vector3).clone().sub(h);const m=this.startInfo.directionVector.clone().normalize();u=u.clone().projectOnPlane(m).normalize().multiplyScalar(u.length());const p=new y.Quaternion().setFromUnitVectors(i.clone().normalize(),u.clone().normalize()),v=l.quaternion.clone().premultiply(p);if(i.angleTo(u)===0||this.hooks.emit("wantToRotate",v))return;const M=new y.Euler().setFromQuaternion(new y.Quaternion().setFromUnitVectors(i.clone().normalize().applyQuaternion(a.clone().inverse()),u.clone().normalize().applyQuaternion(a.clone().inverse())),`${r.toUpperCase()}${"XZY".replace(r.toUpperCase(),"")}`)[r]*o.angleDirection;if(this.startInfo.angle+=M,this.setAngleHelperLength(r,this.startInfo.angle),this.setTipsAngle(ui(this.startInfo.angle)),h){const I=new y.Vector3().subVectors(l.position,h).applyQuaternion(p).add(h);l.position.copy(I)}l.applyQuaternion(p),Sd.premultiply(p),this.internalHooks.emit("applyObjectRotate",{quaternion:p,origin:h}),this.hooks.emit("rotate",l.quaternion),this.startInfo.startVector=u}dragEnd(){var e;this.isDragging&&(this.applyHelperQuaternion(Sd,this.rotateCenter),(e=this.startInfo)!=null&&e.lineMeshes&&this.startInfo.lineMeshes.forEach(i=>{this.scene.remove(i),i.geometry.dispose(),i.material instanceof y.Material&&i.material.dispose()}),this.startInfo=void 0,this.isDragging=!1,this.helperObject3D.show(),this.updateOtherHelpers(),this.hooks.emit("rotateEnd"))}updateOtherHelpers(){this.hooks.emit("updateOtherHelpers",{camera:this.camera})}getAngleHelper(e){var i,s,o;switch(e){case"x":return(i=this.helperObject3D.xCircle)==null?void 0:i.angleSector;case"y":return(s=this.helperObject3D.yCircle)==null?void 0:s.angleSector;case"z":return(o=this.helperObject3D.zCircle)==null?void 0:o.angleSector}}setAngleHelperStart(e,i){const s=this.getAngleHelper(e);if(!s){console.warn("angleHelper is undefined");return}if(s instanceof y.Mesh&&s.geometry instanceof y.CircleGeometry){const{radius:o,segments:r,thetaLength:a}=s.geometry.parameters;s.geometry=new y.CircleGeometry(o,r,i,a)}else console.warn("only support THREE.CircleGeometry")}setAngleHelperLength(e,i){const o=i>=0?Math.max(i,.001):Math.min(i,-.001),r=this.getAngleHelper(e);if(r instanceof y.Mesh&&r.geometry instanceof y.CircleGeometry){const{radius:a,thetaStart:l}=r.geometry.parameters,c=Math.ceil(Math.abs(o)*(40/(2*Math.PI)));r.geometry=new y.CircleGeometry(a,c,l,o)}else console.warn("only support THREE.CircleGeometry")}setTipsAngle(e){var s;const i=(s=this.helperObject3D.angleTips)==null?void 0:s.element;i&&(i.innerText=`${e.toFixed(0)}°`)}setTipsPosition(e){const i=this.helperObject3D.angleTips;if(!i)return;const s=e.project(this.camera),{x:o,y:r,z:a}=s;if(a>1)return;const l=(o+1)/2*100+"%",c=(-r+1)/2*100+"%";i.setLeftTop(l,c)}}class b6 extends Zr{constructor(...e){super(...e);f(this,"startInfo");f(this,"name","RectangleScaleController")}enable(){this.helperObject3D.enable(),super.enable()}disable(){this.helperObject3D.disable(),super.disable()}show(){this.helperObject3D.show(),super.show()}hide(){this.helperObject3D.hide(),super.hide()}onApplyOriginObjectPosition(e){this.isDragging||super.onApplyOriginObjectPosition(e)}onApplyOriginObjectScale(e){this.helperObject3D.applyHelperScaleMatrix4(e.matrix,e.origin)}getDragPlane(){const e=new y.Plane,i=this.helperObject3D.cornerPositions;if(i.length!==0)return i.length<3?e.setFromNormalAndCoplanarPoint(this.originObject3D.getWorldDirection(new G.Vector3),i[0]):e.setFromCoplanarPoints(i[0],i[1],i[2]),e}dragStart(e,i){var o,r;(r=(o=this.helperObject3D).updatePoints)==null||r.call(o);const s=this.getDragPlane();if(!s)return this.dragEnd();this.startInfo={startPoint:{position:i.position.clone(),direction:i.direction},plane:s},this.hooks.emit("scaleStart"),this.render(),this.isDragging=!0}dragging(e){if(!this.isDragging)return;const i=jl(this.camera,e,this.container);if(!i)return this.dragEnd();this.scale(i)}scale(e){var O,A;if(!this.startInfo)return;const i=this.originObject3D,{startPoint:s,plane:o}=this.startInfo,r=this.helperObject3D.cornerPositions;if(r.length<4)return this.dragEnd();const a=e.ray.intersectPlane(o,new G.Vector3);if(!a||wl(a,this.camera.position))return;const l=new G.Vector3().addVectors(r[0],r[2]).divideScalar(2),{position:c,direction:h}=s,d=new G.Vector3().subVectors(r[1],r[0]),u=new G.Vector3().subVectors(r[3],r[0]),m=C=>{const k=new G.Vector3(0,0,0);if(!this.startInfo)return k;const E=(C==="ew"?d:u).clone(),x=c.clone().projectOnVector(E),T=a.clone().projectOnVector(E),H=l.clone().projectOnVector(E);if(T.equals(x))return k;if(C==="ns"&&typeof this.startInfo.dragPointInCenterBottom!="boolean"){const ne=new G.Vector3().subVectors(T,H),$=ne.x<0&&E.x>=0,re=ne.y<0&&E.y>=0,ee=ne.z<0&&E.z>=0;this.startInfo.dragPointInCenterBottom=$||re||ee}if(C==="ew"&&typeof this.startInfo.dragPointInCenterLeft!="boolean"){const ne=new G.Vector3().subVectors(T,H),$=ne.x<0&&E.x>=0,re=ne.y<0&&E.y>=0,ee=ne.z<0&&E.z>=0;this.startInfo.dragPointInCenterLeft=$||re||ee}const B=new G.Vector3().subVectors(T,x),J=B.length();return J>.3?(console.warn("offset.length() > 0.3, skipped",J),k):B},g=m("ew"),p=m("ns"),v=()=>{const C=g;this.helperObject3D.cornerPositions.forEach((k,E)=>{var x;(x=this.startInfo)!=null&&x.dragPointInCenterLeft?(E===0||E===3)&&k.add(C):(E===1||E===2)&&k.add(C)})},b=()=>{const C=p;this.helperObject3D.cornerPositions.forEach((k,E)=>{var x;(x=this.startInfo)!=null&&x.dragPointInCenterBottom?(E===0||E===1)&&k.add(C):(E===2||E===3)&&k.add(C)})};switch(h){case"ew":v();break;case"ns":b();break;case"nesw":case"nwse":v(),b()}const P=new G.Vector3().subVectors(r[1],r[0]).length()/d.length(),M=new G.Vector3().subVectors(r[3],r[0]).length()/u.length(),I=new G.Vector3(P,M,1),z=new y.Matrix4().scale(I);i.isCSS3DObjectPlus&&i.applyScaleMatrix4?i.applyScaleMatrix4(z):i.scale.applyMatrix4(z),s.position.copy(a);const D=new G.Vector3().addVectors(r[0],r[2]).divideScalar(2),j=new G.Vector3().subVectors(D,l),L=new y.Matrix4().setPosition(j);i.applyMatrix4(L),(O=this.helperObject3D.css3DInstance)==null||O.css3DObject.applyMatrix4(L),(A=this.helperObject3D.plane)==null||A.applyMatrix4(L),this.internalHooks.emit("applyObjectScale",{matrix:z}),this.internalHooks.emit("applyObjectPosition",{matrix:L}),this.render()}dragEnd(){this.isDragging&&(this.startInfo=void 0,this.isDragging=!1,"onScaleEnd"in this.helperObject3D&&typeof this.helperObject3D.onScaleEnd=="function"&&this.helperObject3D.onScaleEnd(),this.hooks.emit("scaleEnd"),this.render())}}class A6 extends b6{constructor(...e){super(...e);f(this,"name","CSS3DScaleController");this.addHTMLEventListener()}addHTMLEventListener(){this.helperObject3D.points.forEach(e=>{if(!e)return;const i=e.point,s=a=>this.dragStart(a,e),o=this.dragging.bind(this),r=this.dragEnd.bind(this);i.addEventListener("dragstart",s),i.addEventListener("drag",o),i.addEventListener("dragend",r)})}}class y6 extends Zr{constructor(...e){super(...e);f(this,"name","BoundingBoxController")}}class w6 extends Z7{constructor(e,i){super(e,i);f(this,"name","ScaleHelper");f(this,"scaleMeshes",[]);f(this,"lineConnections",[]);f(this,"positions",[]);f(this,"container");f(this,"needsInitialScaling",!1);f(this,"lastCamera",null);f(this,"isInitializing",!1);i&&(this.positions=i.positions,this.container=i.container),this.raycast=()=>{}}initQuaternion(){this.quaternion.copy(this.originObject3D.quaternion)}initialPosition(e){if(this.isInitializing){console.warn("ScaleHelper: initialPosition called while already initializing, skipping");return}this.isInitializing=!0;try{this.position.copy(this.originObject3D.position);const i=typeof this.positions=="function"?this.positions():this.positions;if(!i){this.isInitializing=!1;return}this.clearAllSpheres(),this.scaleMeshes=i.map((s,o)=>{const r=P6();return r.position.copy(s.handlePosition),r.scalePosition=s,r.children.forEach(a=>{a.scalePosition=s}),this.add(r),r}),this.createLineConnections(),this.needsInitialScaling=!0,this.lastCamera&&(this.applySphereScaling(this.lastCamera),this.applyLineScaling(this.lastCamera),this.needsInitialScaling=!1)}finally{this.isInitializing=!1}}clearAllSpheres(){this.scaleMeshes.forEach(i=>{this.remove(i)}),this.scaleMeshes=[];const e=this.children.filter(i=>i.name==="ScaleHelperSphere");e.length>0&&e.forEach(i=>{this.remove(i)})}createLineConnections(){this.lineConnections.forEach(s=>{this.remove(s.line)}),this.lineConnections=[];const e={top:"bottom",bottom:"top",left:"right",right:"left",front:"back",back:"front"},i=new Set;for(const s of this.scaleMeshes){const o=s.scalePosition.id;if(!o||i.has(o))continue;const r=e[o];if(!r)continue;const a=this.scaleMeshes.find(c=>c.scalePosition.id===r);if(!a)continue;const l=C6(s.position.clone(),a.position.clone());this.add(l),this.lineConnections.push({line:l,mesh1:s,mesh2:a}),i.add(o),i.add(r)}}update(e){const i=e.type==="OrthographicCamera",s=e.position.clone(),o=this.originObject3D.getWorldPosition(new y.Vector3),r=s.sub(o).normalize(),a={front:new y.Vector3(0,0,1).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),back:new y.Vector3(0,0,-1).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),left:new y.Vector3(-1,0,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),right:new y.Vector3(1,0,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),top:new y.Vector3(0,1,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),bottom:new y.Vector3(0,-1,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion))};let l=-1,c="";Object.entries(a).forEach(([d,u])=>{const m=r.dot(u);m>l&&(l=m,c=d)});const h={top:"bottom",bottom:"top",left:"right",right:"left",front:"back",back:"front"};this.scaleMeshes.forEach(d=>{if(!i){d.visible=!0;return}const u=d.scalePosition.id,m=h[c];u===c||u===m?d.visible=!1:d.visible=!0}),this.updateLineConnections(),this.lastCamera&&(this.applySphereScaling(this.lastCamera),this.applyLineScaling(this.lastCamera))}applySphereScaling(e){this.updateMatrixWorld(!0),this.scaleMeshes.forEach(i=>{i.scale.setScalar(Id(e,i.scalePosition.handlePosition.clone().applyMatrix4(this.matrixWorld)))})}applyLineScaling(e){}showLineConnections(){this.lineConnections.forEach(e=>{const i=e.mesh1.visible&&e.mesh2.visible;e.line.visible=i})}hideLineConnections(){this.lineConnections.forEach(e=>{e.line.visible=!1})}updateLineConnections(){this.lineConnections.forEach(e=>{e.line.scale.set(1,1,1),e.line.position.set(0,0,0),e.line.rotation.set(0,0,0);const s=e.line.geometry.attributes.position;s.setXYZ(0,e.mesh1.position.x,e.mesh1.position.y,e.mesh1.position.z),s.setXYZ(1,e.mesh2.position.x,e.mesh2.position.y,e.mesh2.position.z),s.needsUpdate=!0;const o=e.mesh1.visible&&e.mesh2.visible;e.line.visible=o})}setScaleByCamera(e){this.lastCamera=e,this.applySphereScaling(e),this.applyLineScaling(e),this.needsInitialScaling&&requestAnimationFrame(()=>{this.applySphereScaling(e),this.applyLineScaling(e)}),this.needsInitialScaling=!1}}function P6(){const t=new y.SphereGeometry(.03,16,16),e=new y.MeshBasicMaterial({color:16776960,side:y.DoubleSide,transparent:!0,opacity:1,depthTest:!1,depthWrite:!1}),i=new y.Mesh(t,e);i.name="ScaleHelperSphere",i.renderOrder=Ni.SCALE_HELPER_SPHERE;const s=.03*4,o=new y.SphereGeometry(s,16,16),r=new y.MeshBasicMaterial({transparent:!0,opacity:0,side:y.DoubleSide,depthTest:!1,depthWrite:!1}),a=new y.Mesh(o,r);return a.name="ScaleHelperTransparentGroup",a.renderOrder=Ni.SCALE_HELPER_SPHERE,a.add(i),a}function C6(n,t){const e=new y.BufferGeometry,i=[n,t];e.setFromPoints(i);const s=new y.LineBasicMaterial({color:16776960,opacity:.75,transparent:!0,depthTest:!1,depthWrite:!1}),o=new y.Line(e,s);return o.name="ScaleHelperSolidLine",o.renderOrder=Ni.SCALE_HELPER_LINE,o.raycast=()=>{},o}class I6 extends Zr{constructor(...e){super(...e);f(this,"name","ScaleController");f(this,"dragGuideLine");f(this,"currentFacePatch");f(this,"solidGuide",new Z1(this.camera,this.container,(fb=(ub=this.config)==null?void 0:ub.solidGuide)!=null?fb:{}));f(this,"startInfo");f(this,"dragStart",e=>{if(this.isDragging)return;this.isDragging=!0;const{intersect:i}=e,s=this.camera.position,o=new Set(this.helperObject3D.scaleMeshes.map(g=>g.uuid));let r=i.object;for(;r.parent&&!o.has(r.uuid);)r=r.parent;const a=r,l=a.scalePosition.basePosition.clone(),c=a.scalePosition.handlePosition.clone(),h=c.clone().sub(l).clone(),d=new y.Line3(l,l.clone().add(h.normalize().multiplyScalar(5)));d.applyMatrix4(this.helperObject3D.matrixWorld);const u=new y.Raycaster(s,i.point.clone().sub(s)),m=vn({raycaster:u,line:d});this.startInfo={line:d,scaleStartPoint:m,draggingObject:a},this.helperObject3D.scaleMeshes.forEach(g=>{g.uuid!==a.uuid&&(g.visible=!1)}),"hideLineConnections"in this.helperObject3D&&typeof this.helperObject3D.hideLineConnections=="function"&&this.helperObject3D.hideLineConnections();try{this.originObject3D.updateMatrixWorld(!0),this.helperObject3D.updateMatrixWorld(!0);const g=this.getObjectWorldCenter(),v=c.clone().applyMatrix4(this.helperObject3D.matrixWorld).clone().sub(g).normalize(),b=g,P=this.solidGuide.createSolidLine(b,v,{color:16777215,renderOrder:Ni.DRAG_GUIDE_LINE});this.isRectangleWithEdgeMesh()||this.scene.add(P),this.dragGuideLine=P,this.addFaceMesh()}catch(g){}a.visible=!0,this.hooks.emit("scaleStart")});f(this,"dragging",e=>{const i="touches"in e?e.touches[0].clientX:e.x,s="touches"in e?e.touches[0].clientY:e.y,o=jl(this.camera,{x:i,y:s},this.container),r=this.isMoveControllerDragging();if(!this.isDragging&&!r&&o){this.addHoverFaceMesh(o);return}if(this.startInfo)return o?(this.scale(o),this.updateDragGuideLineDirection(),this.removeFaceMesh(),this.addFaceMesh(),!1):this.dragEnd()});f(this,"isRectangleWithEdgeMesh",()=>this.originObject3D.name==="RectangleWithEdgeMesh"&&["topleft","topright","bottomleft","bottomright"].includes(this.startInfo.draggingObject.scalePosition.id));f(this,"scale",e=>{var l,c,h,d;if(!this.startInfo)return;const{line:i,scaleStartPoint:s,draggingObject:o}=this.startInfo,{scalePosition:r}=o;if(this.isRectangleWithEdgeMesh()){const u=this.originObject3D,g=u.geometry.attributes.position;if(!g)return[];const p=[],v=g.count;for(let L=0;L<v;L++){const O=new y.Vector3().fromBufferAttribute(g,L);u.updateMatrixWorld(!0),O.applyMatrix4(u.matrixWorld),p.push(O)}const b=p.slice(0,4);if(!b||b.length<4)return;const P=di(b).normalize(),M=new y.Plane().setFromNormalAndCoplanarPoint(P,b[0]),z=Math.abs(e.ray.direction.dot(P))<.1;let D;if(z)D=vn({raycaster:e,line:i,clampToLine:!1}).applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld.clone()));else{const L=new y.Vector3;if(e.ray.intersectPlane(M,L),!L)return;const O=new y.Matrix4().getInverse(this.helperObject3D.matrixWorld);D=L.clone().applyMatrix4(O)}const j=s.clone().applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld));(c=(l=this.config)==null?void 0:l.scaleCallback)==null||c.call(l,{intersectPoint:D,scalePosition:r,offset:D.clone().sub(j)}),o.position.copy(D),this.hooks.emit("scale",new y.Vector3(1,1,1));return}const a=vn({raycaster:e,line:i,clampToLine:!1});a.applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld.clone())),(d=(h=this.config)==null?void 0:h.scaleCallback)==null||d.call(h,{intersectPoint:a,scalePosition:r,offset:a.clone().sub(s)}),o.position.copy(a.clone()),this.hooks.emit("scale",new y.Vector3(1,1,1))});f(this,"dragEnd",()=>{if(this.isDragging){if(this.startInfo=void 0,this.isDragging=!1,this.helperObject3D.scaleMeshes.forEach(e=>{e.visible=!0}),"showLineConnections"in this.helperObject3D&&typeof this.helperObject3D.showLineConnections=="function"&&this.helperObject3D.showLineConnections(),this.dragGuideLine){this.scene.remove(this.dragGuideLine),this.dragGuideLine.geometry.dispose();const e=this.dragGuideLine.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose(),this.dragGuideLine=void 0}this.removeFaceMesh(),this.internalHooks.emit("initialHelperPosition"),this.hooks.emit("scaleEnd")}});const i=this.show.bind(this),s=this.hide.bind(this),o=()=>{"update"in this.helperObject3D&&typeof this.helperObject3D.update=="function"&&this.helperObject3D.update(this.camera),this.isDragging&&this.updateDragGuideLineScale(),this.render()};o(),this.domEvents.addEventListener(this.helperObject3D,"mousedown",this.dragStart),document.addEventListener("mousemove",this.dragging),document.addEventListener("mouseup",this.dragEnd),this.domEvents.addEventListener(this.helperObject3D,"touchstart",this.dragStart),document.addEventListener("touchmove",this.dragging),document.addEventListener("touchend",this.dragEnd),this.hooks.on("rotateStart",s),this.hooks.on("rotateEnd",i),this.hooks.on("moveStart",()=>{s(),this.removeFaceMesh()}),this.hooks.on("moveEnd",i),this.hooks.on("moveByMouseEnable",s),this.hooks.on("moveByMouseDisable",i),this.hooks.on("updateOtherHelpers",r=>{"update"in this.helperObject3D&&typeof this.helperObject3D.update=="function"&&this.helperObject3D.update(r.camera),this.isDragging&&this.updateDragGuideLineScale(),this.render()}),this.cameraHooks.on("cameraUpdate",o),this.disposers.push(()=>{if(this.domEvents.removeEventListener(this.helperObject3D,"mousedown",this.dragStart),document.removeEventListener("mousemove",this.dragging),document.removeEventListener("mouseup",this.dragEnd),this.domEvents.removeEventListener(this.helperObject3D,"touchstart",this.dragStart),document.removeEventListener("touchmove",this.dragging),document.removeEventListener("touchend",this.dragEnd),this.hooks.off("rotateStart",s),this.hooks.off("rotateEnd",i),this.hooks.off("moveStart",s),this.hooks.off("moveEnd",i),this.hooks.off("moveByMouseEnable",s),this.hooks.off("moveByMouseDisable",i),this.hooks.off("updateOtherHelpers"),this.cameraHooks.off("cameraUpdate",o),this.currentFacePatch){this.scene.remove(this.currentFacePatch),this.currentFacePatch.geometry.dispose();const r=this.currentFacePatch.material;Array.isArray(r)?r.forEach(a=>a.dispose()):r.dispose(),this.currentFacePatch=void 0}})}initialHelperPosition(){this.helperObject3D.initialPosition();const e=this;e.offHoverListener&&e.offHoverListener(),e.offHoverListener=this.hoverListener(this.helperObject3D.scaleMeshes)}getObjectWorldCenter(){if("worldCenter"in this.originObject3D&&typeof this.originObject3D.worldCenter=="object")return this.originObject3D.worldCenter.clone();const e=Ru(this.originObject3D);return e?e.getCenter(new y.Vector3):this.originObject3D.getWorldPosition(new y.Vector3)}getMoveMeshes(){var s,o,r,a;const e=[],i=(a=(r=(o=(s=this.helperObject3D.parent)==null?void 0:s.children)==null?void 0:o.find(l=>l.name==="MoveHelper"))==null?void 0:r.children)!=null?a:[];for(const l of i)l.name==="ArrowGroup"?e.push(...l.children):l.name==="center-plane-handle"&&e.push(l);return e}addHoverFaceMesh(e){var l,c;if(this.isMoveControllerDragging()||(this.removeFaceMesh(),!((l=this.originObject3D.parent)!=null&&l.getWorldFacesGeometry)))return;const i=(c=this.originObject3D.parent)==null?void 0:c.getWorldFacesGeometry(),s=this.helperObject3D.scaleMeshes,o=this.getMoveMeshes();if(e.intersectObjects(o,!1),e.intersectObjects(o,!1).length>0)return;let r=null,a=null;for(const h of s){if(!h.visible)continue;const d=e.intersectObject(h,!1);if(d&&d.length>0){r=h,a=d[0].point.clone();break}}if(r&&a&&Array.isArray(i)&&i.length>0){let h=null,d=1/0;for(const u of i){if(!u.vertices||u.vertices.length<3)continue;const m=new y.Vector3;for(const p of u.vertices)m.add(p);m.divideScalar(u.vertices.length);const g=a.distanceTo(m);g<d&&(d=g,h=u)}h&&this.addFacePatch(h)}}addFaceMesh(){var s,o,r;if(this.isMoveControllerDragging())return;const e=(s=this.startInfo)==null?void 0:s.draggingObject;if(!e||!((o=this.originObject3D.parent)!=null&&o.getWorldFacesGeometry))return;const i=(r=this.originObject3D.parent)==null?void 0:r.getWorldFacesGeometry();if(i&&i.length>0){const a=e.getWorldPosition(new y.Vector3);let l=1/0,c=i[0];for(const h of i){const d=h.center;let u;if(d instanceof y.Vector3)u=d;else if(Array.isArray(d)&&d.length===3)u=new y.Vector3(d[0],d[1],d[2]);else continue;const m=u.distanceTo(a);m<l&&(l=m,c=h)}this.addFacePatch(c)}}removeFaceMesh(){if(this.currentFacePatch){this.scene.remove(this.currentFacePatch),this.currentFacePatch.geometry.dispose();const e=this.currentFacePatch.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose(),this.currentFacePatch=void 0}}setScale(e){var l,c,h;let i=1,s=1,o=1;typeof e=="number"?(i=e,s=e,o=e):typeof e=="object"&&(i=(l=e.x)!=null?l:1,s=(c=e.y)!=null?c:1,o=(h=e.z)!=null?h:1);const r=new y.Vector3(i,s,o);this.hooks.emit("wantToScale",r)||(this.originObject3D.scale.copy(r),this.internalHooks.emit("setObjectScale",r),this.hooks.emit("scale",r),this.render())}updateDragGuideLineDirection(){if(!this.dragGuideLine||!this.startInfo)return;const{draggingObject:e}=this.startInfo;this.originObject3D.updateMatrixWorld(!0),this.helperObject3D.updateMatrixWorld(!0);const i=this.getObjectWorldCenter(),o=e.position.clone().applyMatrix4(this.helperObject3D.matrixWorld).clone().sub(i).normalize(),r=i;this.solidGuide.updateSolidLine(this.dragGuideLine,r,o)}updateDragGuideLineScale(){if(!this.dragGuideLine||!this.startInfo)return;const{scalePosition:e}=this.startInfo.draggingObject,i=e.handlePosition.clone().applyMatrix4(this.helperObject3D.matrixWorld),s=e.basePosition.clone().applyMatrix4(this.helperObject3D.matrixWorld),o=i,r=i.clone().sub(s).normalize();this.solidGuide.updateSolidLine(this.dragGuideLine,o,r)}isMoveControllerDragging(){var e,i,s;return(s=(i=(e=this.otherControllers)==null?void 0:e.moveController)==null?void 0:i.getIsDragging())!=null?s:!1}addFacePatch(e){if(this.currentFacePatch){this.scene.remove(this.currentFacePatch),this.currentFacePatch.geometry.dispose();const r=this.currentFacePatch.material;Array.isArray(r)?r.forEach(a=>a.dispose()):r.dispose(),this.currentFacePatch=void 0}if(!e.vertices||e.vertices.length<3){console.warn("Face has no vertices, cannot create patch");return}const i=new y.BufferGeometry;if(e.vertices.length===4){const r=new Float32Array([e.vertices[0].x,e.vertices[0].y,e.vertices[0].z,e.vertices[1].x,e.vertices[1].y,e.vertices[1].z,e.vertices[2].x,e.vertices[2].y,e.vertices[2].z,e.vertices[0].x,e.vertices[0].y,e.vertices[0].z,e.vertices[2].x,e.vertices[2].y,e.vertices[2].z,e.vertices[3].x,e.vertices[3].y,e.vertices[3].z]);i.setAttribute("position",new y.BufferAttribute(r,3)),i.setIndex([0,1,2,3,4,5])}else{const r=new Float32Array(e.vertices.length*3),a=new Uint16Array(e.vertices.length);e.vertices.forEach((l,c)=>{r[c*3]=l.x,r[c*3+1]=l.y,r[c*3+2]=l.z,a[c]=c}),i.setAttribute("position",new y.BufferAttribute(r,3)),i.setIndex(new y.BufferAttribute(a,1))}i.computeVertexNormals();const s=new y.MeshBasicMaterial({color:16777215,side:y.DoubleSide,depthTest:!1,depthWrite:!1,transparent:!0,opacity:.45}),o=new y.Mesh(i,s);return o.renderOrder=Ni.DRAG_FACE_PATCH,this.scene.add(o),this.currentFacePatch=o,this.render(),o}}function $e(n,t){this._camera=n||null,this._domElement=t||document,this._raycaster=new y.Raycaster,this._selected=null,this._boundObjs={};var e=this;this._$onClick=function(){e._onClick.apply(e,arguments)},this._$onDblClick=function(){e._onDblClick.apply(e,arguments)},this._$onMouseMove=function(){e._onMouseMove.apply(e,arguments)},this._$onMouseDown=function(){e._onMouseDown.apply(e,arguments)},this._$onMouseUp=function(){e._onMouseUp.apply(e,arguments)},this._$onTouchMove=function(){e._onTouchMove.apply(e,arguments)},this._$onTouchStart=function(){e._onTouchStart.apply(e,arguments)},this._$onTouchEnd=function(){e._onTouchEnd.apply(e,arguments)},this._$onContextmenu=function(){e._onContextmenu.apply(e,arguments)},this._domElement.addEventListener("click",this._$onClick,!1),this._domElement.addEventListener("dblclick",this._$onDblClick,!1),this._domElement.addEventListener("mousemove",this._$onMouseMove,!1),this._domElement.addEventListener("mousedown",this._$onMouseDown,!1),this._domElement.addEventListener("mouseup",this._$onMouseUp,!1),this._domElement.addEventListener("touchmove",this._$onTouchMove,!1),this._domElement.addEventListener("touchstart",this._$onTouchStart,!1),this._domElement.addEventListener("touchend",this._$onTouchEnd,!1),this._domElement.addEventListener("contextmenu",this._$onContextmenu,!1)}$e.prototype.destroy=function(){this._domElement.removeEventListener("click",this._$onClick,!1),this._domElement.removeEventListener("dblclick",this._$onDblClick,!1),this._domElement.removeEventListener("mousemove",this._$onMouseMove,!1),this._domElement.removeEventListener("mousedown",this._$onMouseDown,!1),this._domElement.removeEventListener("mouseup",this._$onMouseUp,!1),this._domElement.removeEventListener("touchmove",this._$onTouchMove,!1),this._domElement.removeEventListener("touchstart",this._$onTouchStart,!1),this._domElement.removeEventListener("touchend",this._$onTouchEnd,!1),this._domElement.removeEventListener("contextmenu",this._$onContextmenu,!1)},$e.eventNames=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","contextmenu","touchstart","touchend"],$e.prototype._getRelativeMouseXY=function(n){var t=n.target||n.srcElement;t.nodeType===3&&(t=t.parentNode);var e={x:0,y:0},i=t,s=getComputedStyle(i,null);e.y+=parseInt(s.getPropertyValue("padding-top"),10),e.x+=parseInt(s.getPropertyValue("padding-left"),10);do e.x+=i.offsetLeft,e.y+=i.offsetTop,s=getComputedStyle(i,null),e.x+=parseInt(s.getPropertyValue("border-left-width"),10),e.y+=parseInt(s.getPropertyValue("border-top-width"),10);while(i=i.offsetParent);var o={width:t===window?window.innerWidth:t.offsetWidth,height:t===window?window.innerHeight:t.offsetHeight};return{x:Number((n.pageX-e.x)/o.width)*2-1,y:-((n.pageY-e.y)/o.height)*2+1}},$e.prototype._objectCtxInit=function(n){n._3xDomEvent={}},$e.prototype._objectCtxDeinit=function(n){delete n._3xDomEvent},$e.prototype._objectCtxIsInit=function(n){return!!n._3xDomEvent},$e.prototype._objectCtxGet=function(n){return n._3xDomEvent},$e.prototype.camera=function(n){return n&&(this._camera=n),this._camera},$e.prototype.bind=function(n,t,e,i){console.assert($e.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(n)||this._objectCtxInit(n);var s=this._objectCtxGet(n);s[t+"Handlers"]||(s[t+"Handlers"]=[]),s[t+"Handlers"].push({callback:e,useCapture:i}),this._boundObjs[t]===void 0&&(this._boundObjs[t]=[]),this._boundObjs[t].push(n)},$e.prototype.addEventListener=$e.prototype.bind,$e.prototype.unbind=function(n,t,e,i){console.assert($e.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(n)||this._objectCtxInit(n);var s=this._objectCtxGet(n);s[t+"Handlers"]||(s[t+"Handlers"]=[]);for(var o=s[t+"Handlers"],r=0;r<o.length;r++){var a=o[r];if(e==a.callback&&i==a.useCapture){o.splice(r,1);break}}var l=this._boundObjs[t].indexOf(n);this._boundObjs[t].splice(l,1)},$e.prototype.removeEventListener=$e.prototype.unbind,$e.prototype._bound=function(n,t){var e=this._objectCtxGet(t);return e?!!e[n+"Handlers"]:!1},$e.prototype._isObjectVisible=function(n){for(var t=n;t;){if(t.visible===!1)return!1;t=t.parent}return!0},$e.prototype._filterVisibleObjects=function(n){var t=this;return n.filter(function(e){return t._isObjectVisible(e)})},$e.prototype._onMove=function(n,t,e,i){var s=this._boundObjs[n];if(!(s===void 0||s.length===0)){var o=this._filterVisibleObjects(s);if(o.length!==0){var r=new y.Vector2;r.set(t,e),this._raycaster.setFromCamera(r,this._camera);var a=this._raycaster.intersectObjects(o),l=this;a=a.filter(function(p){return l._isObjectVisible(p.object)}),a.sort(function(p,v){var b=p.object.renderOrder||0,P=v.object.renderOrder||0;return b!==P?P-b:p.distance-v.distance});var c=this._selected;if(a.length>0){var h,d,u,m=a[0],g=m.object;this._selected=g,u=this._bound("mousemove",g),c!=g&&(h=this._bound("mouseover",g),d=c&&this._bound("mouseout",c))}else d=c&&this._bound("mouseout",c),this._selected=null;u&&this._notify("mousemove",g,i,m),h&&this._notify("mouseover",g,i,m),d&&this._notify("mouseout",c,i,m)}}},$e.prototype._onEvent=function(n,t,e,i){var s=this._boundObjs[n];if(!(s===void 0||s.length===0)){var o=this._filterVisibleObjects(s);if(o.length!==0){var r=new y.Vector2;r.set(t,e),this._raycaster.setFromCamera(r,this._camera);var a=this._raycaster.intersectObjects(o,!0),l=this;if(a=a.filter(function(m){return l._isObjectVisible(m.object)}),a.sort(function(m,g){var p=m.object.renderOrder||0,v=g.object.renderOrder||0;return p!==v?v-p:m.distance-g.distance}),a.length!==0){for(var c=a[0],h=c.object,d=this._objectCtxGet(h),u=h.parent;typeof d=="undefined"&&u;)d=this._objectCtxGet(u),u=u.parent;d&&this._notify(n,h,i,c)}}}},$e.prototype._notify=function(n,t,e,i){var s=this._objectCtxGet(t),o=s?s[n+"Handlers"]:null;if(!s||!o||o.length===0){t.parent&&this._notify(n,t.parent,e,i);return}for(var o=s[n+"Handlers"],r=0;r<o.length;r++){var a=o[r],l=!0;a.callback({type:n,target:t,origDomEvent:e,intersect:i,stopPropagation:function(){l=!1}}),l&&a.useCapture===!1&&t.parent&&this._notify(n,t.parent,e,i)}},$e.prototype._onMouseDown=function(n){return this._onMouseEvent("mousedown",n)},$e.prototype._onMouseUp=function(n){return this._onMouseEvent("mouseup",n)},$e.prototype._onMouseEvent=function(n,t){var e=this._getRelativeMouseXY(t);this._onEvent(n,e.x,e.y,t)},$e.prototype._onMouseMove=function(n){var t=this._getRelativeMouseXY(n);this._onMove("mousemove",t.x,t.y,n),this._onMove("mouseover",t.x,t.y,n),this._onMove("mouseout",t.x,t.y,n)},$e.prototype._onClick=function(n){this._onMouseEvent("click",n)},$e.prototype._onDblClick=function(n){this._onMouseEvent("dblclick",n)},$e.prototype._onContextmenu=function(n){this._onMouseEvent("contextmenu",n)},$e.prototype._onTouchStart=function(n){return this._onTouchEvent("touchstart",n)},$e.prototype._onTouchEnd=function(n){return this._onTouchEvent("touchend",n)},$e.prototype._onTouchMove=function(n){if(n.touches.length==1){var t=Number(n.touches[0].pageX/window.innerWidth)*2-1,e=-(n.touches[0].pageY/window.innerHeight)*2+1;this._onMove("mousemove",t,e,n),this._onMove("mouseover",t,e,n),this._onMove("mouseout",t,e,n)}},$e.prototype._onTouchEvent=function(n,t){var e=t.touches;if(e.length==0&&(e=t.changedTouches),e.length==1){var i=Number(e[0].pageX/window.innerWidth)*2-1,s=-(e[0].pageY/window.innerHeight)*2+1;this._onEvent(n,i,s,t)}};const xd="Object3DHelperPlugin",Vl=xd,M6=()=>{console.error(`${Vl} is disposed`)},k6=()=>{console.warn(`${Vl} is disabled`)},E6=()=>{console.error(`${Vl} is disabled`)};class Dd extends Jn{constructor(e){super(e);f(this,"name",xd);f(this,"state",{visible:!0,enabled:!0,disposed:!1});f(this,"objectHelperMap",new Map);f(this,"css3DObjectParentMap",new Map);f(this,"css3DObjectModeMap",new Map);f(this,"css3DRender");this.five=e,this.css3DRender=new co(this.five.scene),console.warn("Object3DHelper: 使用此插件,需要在初始化five时,设置five参数: { backgroundAlpha: 0, backgroundColor: 0x000000 }"),Object.assign(window,{[`__${xd.toUpperCase()}_DEBUG__`]:this})}show(e){return ie(this,null,function*(){this.setState({visible:!0},e)})}hide(e){return ie(this,null,function*(){this.setState({visible:!1},e)})}enable(e){this.setState({enabled:!0},e)}disable(e){this.setState({enabled:!1},e)}dispose(){this.setState({disposed:!0})}setState(e,i){if(this.state.disposed)return M6();if(!this.state.enabled&&e.enabled!==!0&&e.disposed!==!0)return E6();const s=N({},this.state);this.state=N(N({},this.state),e),e.disposed!==void 0&&e.disposed!==s.disposed&&e.disposed&&this.handleDispose(),e.visible!==void 0&&e.visible!==s.visible&&this.handleVisible(e.visible),e.enabled!==void 0&&e.enabled!==s.enabled&&this.handleEnable(e.enabled),this.hooks.emit("stateChange",{state:this.state,prevState:s})}getObject3DHelper(e){return this.objectHelperMap.get(e)}addObject3DHelper(e,i={}){var M;if(!e){console.error("Object3D is undefined");return}if(this.objectHelperMap.has(e)){console.warn(`Object3DHelperPlugin: object3D ${e.name} is already has helper`);return}const s=new p6,o=[],r=(M=this.five.getElement())==null?void 0:M.parentElement,a=this.five.camera,c=N(N({},{moveHelper:!0,rotateHelper:!0,scaleHelper:!0,boundingBoxHelper:!1,positionFrom:"objectPosition"}),i),{moveHelper:h,rotateHelper:d,scaleHelper:u,boundingBoxHelper:m}=c,g=s.hooks,p=new Et,v=new $e(this.five.camera,this.five.getElement()),b=I=>{if(I)return typeof I=="boolean"?I:I.enable},P={};if(b(h)){const I=N(N({},this.getConfig(c.moveHelper)),c),z=new t6(e,N({},I)),D=new qr(this.five,v,u6,e,z,I,g,p);P.moveController=D.helperController,o.push(()=>D.dispose())}if(b(d)){const I=N(N({},this.getConfig(c.rotateHelper)),c),z=new s6(e,N({container:r},I)),D=new qr(this.five,v,v6,e,z,I,g,p);P.rotateController=D.helperController,o.push(()=>D.dispose())}if(b(m)){const I=new h6(e),z=new qr(this.five,v,y6,e,I,void 0,g,p);P.boundingBoxController=z.helperController,o.push(()=>z.dispose())}if(b(u))if(e.isCSS3DObject&&r){const I=new c6(e,r,a,this.five.scene),z=new qr(this.five,v,A6,e,I,void 0,g,p);P.scaleController=z.helperController,o.push(()=>z.dispose()),yi(this.five).then(()=>{var D,j;if(e.isCSS3DObjectPlus){const L=e;if(!L||L.mode!=="front")return;const O=(D=this.css3DRender.behindModeCSS3DRenderer.wrapper)!=null?D:lc(this.five);O&&(this.css3DObjectParentMap.set(L,L.parent),L.removeFromParent(),this.css3DRender.behindModeCSS3DRenderer.setWrapper(O),(j=this.css3DRender.getBehindCSS3DObjectGroup())==null||j.add(L),this.css3DRender.render(this.five.camera))}else e.isCSS3DObject&&(this.css3DObjectModeMap.set(e,e.mode),e.mode="behind")})}else{const I=N(N({},this.getConfig(c.scaleHelper)),c),z=new w6(e,I),D=new qr(this.five,v,I6,e,z,I,g,p);P.scaleController=D.helperController,o.push(()=>D.dispose())}return Object.values(P).forEach(I=>{I&&typeof I.updateOtherControllers=="function"&&I.updateOtherControllers(P)}),s.addControllers(P),this.objectHelperMap.set(e,{helper:s,disposers:o}),s.controllers}removeObject3DHelper(e){if(!this.objectHelperMap.has(e))return;const{helper:i,disposers:s}=this.objectHelperMap.get(e);if(i){if(e.isCSS3DObjectPlus){const o=e,r=this.css3DObjectParentMap.get(o);r&&r.add(o),this.css3DRender.render(this.five.camera)}else if(e.isCSS3DObject){const o=this.css3DObjectModeMap.get(e);e.mode=o}this.objectHelperMap.delete(e),i.dispose(),s==null||s.forEach(o=>o==null?void 0:o())}}handleEnable(e,i=!0){e?(this.everyHelperDo(s=>s.enable()),this.hooks.emit("enable",{userAction:i})):(this.everyHelperDo(s=>s.disable()),this.hooks.emit("disable",{userAction:i})),this.state.enabled=e}handleVisible(e,i=!0){e?(this.everyHelperDo(s=>s.show()),this.actionIfStateIsEnabled(()=>this.hooks.emit("show",{userAction:i}))):(this.everyHelperDo(s=>s.hide()),this.actionIfStateIsEnabled(()=>this.hooks.emit("hide",{userAction:i}))),this.state.visible=e}handleDispose(){this.everyHelperDo((e,i)=>{e.dispose(),i==null||i.forEach(s=>s==null?void 0:s())})}everyHelperDo(e){this.objectHelperMap.forEach(({helper:i,disposers:s})=>{i&&e(i,s)})}actionIfStateIsEnabled(e,i){if(this.state.enabled)return e();i!=null&&i.warnLog&&k6()}getConfig(e){if(e&&typeof e!="boolean"&&e.enable)return e}}const S6=n=>new Dd(n);class x6{constructor(){f(this,"five");f(this,"config");f(this,"_cursor");f(this,"_pointSelector");f(this,"_fiveDomEvents");f(this,"_object3DHelper");f(this,"inited",!1);f(this,"init",(t,e)=>{this.inited=!0,this.five=t,this.config=e,this._cursor=void 0,this._pointSelector=void 0,this._fiveDomEvents=void 0,this._object3DHelper=void 0})}get cursor(){if(!this.inited)throw new Error("Global not inited");return this._cursor?this._cursor:(this._cursor=new Cp(this.five.getElement()),this._cursor)}get pointSelector(){var i,s;if(!this.inited)throw new Error("Global not inited");if(this._pointSelector)return this._pointSelector;const t=(i=this.config)==null?void 0:i.magnifier;let e=t===null||t===!1?{magnifier:null}:{magnifierParams:t};return(s=this.config)!=null&&s.hideCursorCircle&&(e=de(N({},e),{pointHelper:null})),this._pointSelector=new Ma(this.five,{mode:"cursor",helper:e}),this._pointSelector}get fiveDomEvents(){if(!this.inited)throw new Error("Global not inited");return this._fiveDomEvents?this._fiveDomEvents:(this._fiveDomEvents=new uo(this.five,{noEmitWhenNotInScene:!0}),this._fiveDomEvents)}get object3DHelper(){if(!this.inited)throw new Error("Global not inited");return this._object3DHelper?this._object3DHelper:(this._object3DHelper=new Dd(this.five),this._object3DHelper)}}const q1=new x6;window.globalModules=q1;function J1(n,t){return n?t(n)?n:n.parent?J1(n.parent,t):null:null}function D6(n){const t=[...n];if(n.length<3)return n;const e=n[n.length-1],i=n[0];return e.equals(i)||t.push(i),t}class K1 extends ci{constructor(e){super();f(this,"name","PolylineBaseMesh");f(this,"lines",[]);f(this,"withDots");f(this,"paramsStyle");const r=e,{withDots:i,points:s}=r,o=As(r,["withDots","points"]);this.withDots=i!=null?i:!0,s&&this.setPoints(s),o&&this.setStyle(o)}get style(){var e;return{lineColor:this.lineColor,lineWidth:this.lineWidth,opacity:this.opacity,dashed:this.dashed,occlusionVisibility:this.occlusionVisibility,occlusionMode:this.occlusionMode,lengthEnable:(e=this.paramsStyle)==null?void 0:e.lengthEnable}}get opacity(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.lineOpacity)!=null?s:(i=this.paramsStyle)==null?void 0:i.lineOpacity}get lineColor(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.color)!=null?s:(i=this.paramsStyle)!=null&&i.lineColor?new y.Color(this.paramsStyle.lineColor):void 0}get lineWidth(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.lineWidth)!=null?s:(i=this.paramsStyle)==null?void 0:i.lineWidth}get dashed(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.dashed)!=null?s:(i=this.paramsStyle)==null?void 0:i.dashed}get occlusionVisibility(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.occlusionVisibility)!=null?s:(i=this.paramsStyle)==null?void 0:i.occlusionVisibility}get occlusionMode(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.occlusionMode)!=null?s:(i=this.paramsStyle)==null?void 0:i.occlusionMode}get points(){var e,i,s;return this.lines.map(o=>o.points[0]).concat((s=(i=this.lines)==null?void 0:i[((e=this.lines)==null?void 0:e.length)-1])==null?void 0:s.points[1]).filter(Boolean)}setPoints(e,i={closed:!1}){let s=e.map(Ue);i.closed&&(s=D6(s)),s.forEach((o,r)=>{var c;const a=s[r+1];if(r!==0&&a===void 0)return;const l=(c=this.lines[r])!=null?c:(()=>{const h=new Or(de(N({},this.style),{pointVisibility:this.withDots?{startPoint:r===0,endPoint:!0}:!1}));return this.lines[r]=h,this.add(h),h})();l.setStyle(this.style),l.setPoints([o,a])}),s.length===0?(this.lines.forEach(o=>o.removeFromParent()),this.lines=[]):s.length===1||this.lines.length>s.length-1&&this.lines.splice(s.length-1).forEach(o=>o.removeFromParent())}setStyle(e){this.paramsStyle=N(N({},this.paramsStyle),e),this.lines.forEach(i=>i.setStyle(this.paramsStyle))}highlight(){this.lines.forEach(e=>e.highlight())}unhighlight(){this.lines.forEach(e=>e.unhighlight())}}class Xs extends K1{constructor(...e){super(de(N({},e[0]),{withDots:!1}));f(this,"name","PolylineMesh")}}class ns extends K1{constructor(...e){super(de(N({},e[0]),{withDots:!0}));f(this,"name","PolylineWithDotsMesh")}}const Ld=new Map;class Gi extends ci{constructor(e,i){var s,o;super();f(this,"name","Sculpt");f(this,"isSculptObject",!0);f(this,"draggable");f(this,"selected");f(this,"config");f(this,"on",(e,i,s)=>et.modules.fiveDomEvents.addEventListener(this,e,i,s));f(this,"off",(...e)=>et.modules.fiveDomEvents.removeEventListener(this,...e));f(this,"applyObjectMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),ur(s,e)});f(this,"applyObjectReversalMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),oA(s,e)});e!=null&&e.id&&(this.uuid=e.id),this.config=N({defaultAction:!0,occlusionVisibility:!0,occlusionMode:"translucence"},i),e&&(He((s=this.config)==null?void 0:s.occlusionMode)&&(e.style=de(N({},e.style),{occlusionMode:this.config.occlusionMode})),He((o=this.config)==null?void 0:o.occlusionVisibility)&&(e.style=de(N({},e.style),{occlusionVisibility:this.config.occlusionVisibility}))),At("esc",()=>{this.stopCreating()}),this.config.defaultAction&&(At("backspace, delete",()=>{this.selected&&this.delete()}),this.on("click",()=>{var r;this.editing||(this.select({only:!0}),this.editor.enable(),(r=this.parent)==null||r.children.forEach(a=>{var l;a instanceof Gi&&a!==this&&((l=a._editor)==null||l.disable())}))}),At("esc",()=>{this.selected&&this.unselect()}))}get editing(){return this.pointSelector.enabled}get baseData(){return{id:this.uuid,type:this.type}}get pointSelector(){return et.modules.pointSelector}undo(){throw new Error("Method not implemented.")}redo(){throw new Error("Method not implemented.")}canUndo(){throw new Error("Method not implemented.")}canRedo(){throw new Error("Method not implemented.")}stopCreating(){et.modules.pointSelector.disable()}delete(){var e;this.stopCreating(),this.removeFromParent(),this.off(),(e=this.editor)==null||e.disable()}select(e={only:!1}){if(this.selected)return;this.selected=!0,this.highlight(),Ld.has(this.parent.uuid)||Ld.set(this.parent.uuid,[]);const i=Ld.get(this.parent.uuid);i.push(this),e.only&&(i==null||i.forEach(s=>{s!==this&&s.unselect()}))}unselect(){var e;this.selected&&(this.selected=!1,this.unhighlight(),(e=this._editor)==null||e.disable())}highlight(){}unhighlight(){}showDeleteButton(e,i){et.modules.cursor.showDeleteButton({clientX:e,clientY:i,container:document.body,onClick:()=>this.delete()}),et.modules.five.once("cameraUpdate",()=>{et.modules.cursor.removeDeleteButton()})}}class Bl extends ci{constructor(e){super();f(this,"hooks",new Et);f(this,"originObject");this.originObject=e}enable(){this.originObject.add(this)}disable(){this.originObject.remove(this)}}class Jr extends Bl{constructor(e,i){super(e);f(this,"objectHelperConfig");f(this,"onObjectUpdate",()=>{this.hooks.emit("objectUpdate")});this.objectHelperConfig=i}get helper(){var e;return(e=et.modules.object3DHelper.getObject3DHelper(this.originObject))==null?void 0:e.helper}enable(){super.enable();const e=typeof this.objectHelperConfig=="function"?this.objectHelperConfig():this.objectHelperConfig;et.modules.object3DHelper.addObject3DHelper(this.originObject,N({positionFrom:"boundingBox"},e));const i=et.modules.object3DHelper.getObject3DHelper(this.originObject).helper;i.hooks.on("move",this.onObjectUpdate),i.hooks.on("rotate",this.onObjectUpdate),i.hooks.on("scale",this.onObjectUpdate)}disable(){var e,i,s;super.disable(),(e=this.helper)==null||e.hooks.off("move",this.onObjectUpdate),(i=this.helper)==null||i.hooks.off("rotate",this.onObjectUpdate),(s=this.helper)==null||s.hooks.off("scale",this.onObjectUpdate),et.modules.object3DHelper.removeObject3DHelper(this.originObject)}initialHelperMatrix(){var e;(e=this.helper)==null||e.initialHelperMatrix()}}class Td extends Bl{constructor(e){super(e);f(this,"draggingPoints",[]);f(this,"onDragstart",e=>{const i=e.target;this.draggingPoints=this.pointMeshes.filter(s=>s.position.equals(i.position))});f(this,"onDragend",e=>{this.draggingPoints=[]})}get pointMeshes(){return this.children.filter(e=>e instanceof sn)}get pointHandles(){return this.children}enable(){super.enable(),this.points.filter(He).forEach(e=>{const i=new sn;i.visible=!1,i.position.copy(e),i.draggable=!0,et.modules.fiveDomEvents.addEventListener(i,"drag",this.onDrag),et.modules.fiveDomEvents.addEventListener(i,"dragstart",this.onDragstart),et.modules.fiveDomEvents.addEventListener(i,"dragend",this.onDragend),this.add(i)})}disable(){super.disable(),this.removeChildren()}}class L6 extends Td{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=fr(et.modules.five,e.raycaster);this.draggingPoints.forEach(s=>s.position.copy(i.point)),this.originObject.lineMesh.setPoints(this.pointMeshes.map(s=>s.position))})}get points(){return this.originObject.lineMesh.points}}class T6 extends Td{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=fr(et.modules.five,e.raycaster);this.draggingPoints.forEach(s=>s.position.copy(i.point)),this.originObject.polyLineMesh.setPoints(this.pointMeshes.map(s=>s.position))})}get points(){return this.originObject.polyLineMesh.points}}function ni(n){return Array.isArray(n)?n.map(t=>[t.x,t.y,t.z]):[n.x,n.y,n.z]}class $1 extends Gi{constructor(e,i){super(e,i);f(this,"type","Polyline");f(this,"polyLineMesh");f(this,"_editor");f(this,"creatingObject");e&&(this.polyLineMesh=new ns(N(N({},e.style),e)),this.add(this.polyLineMesh))}get editor(){return this._editor||(this._editor=new T6(this)),this._editor}get data(){return de(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.polyLineMesh.points)),style:{lineColor:new y.Color(this.polyLineMesh.lineColor).getHex(),lineWidth:this.polyLineMesh.lineWidth,dashed:this.polyLineMesh.dashed}})}setData(e){e.points&&this.polyLineMesh.setPoints(this.applyObjectReversalMatrixWorld(e.points.map(Ue))),this.polyLineMesh.setStyle(e.style)}highlight(){var e;(e=this.polyLineMesh)==null||e.highlight()}unhighlight(){var e;(e=this.polyLineMesh)==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 ns(e);this.polyLineMesh=i,this.add(this.polyLineMesh),this.creatingObject=ev(i,this.pointSelector,e),yield this.creatingObject.finished,this.config.defaultAction&&this.editor.enable()})}}function ev(n,t,e){var z;const i=n.parent;if(!i)return;const{promise:s,resolve:o,reject:r}=Hs(),a=(z=e==null?void 0:e.limit)!=null?z:"none",l=new Xs(n.style);i.add(l);const c=new Xs(de(N({},n.style),{dashed:!0,lengthEnable:!1}));i.add(c),t.enable();const h=[];let d,u,m;const g=[],p=()=>h.length>0,v=()=>g.length>0,b=()=>{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=D=>{g.length=0;const j=h.length===0?D.point:d.clone();h.push(j),n.setPoints(h)},I=D=>{const j=()=>{l.setPoints([]),c.setPoints([]),d=null};if(!D||(m=D,!(h!=null&&h.length)))return j();const L=h.at(-1).clone();a==="none"?(d=D.point,l.setPoints([L,d])):a==="xoz"?(u=u!=null?u:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),h[0]),t.plane=u,d=u.projectPoint(D.point,new y.Vector3),l.setPoints([L,d]),c.setPoints([d,D.point])):a==="y"&&(h.length===1?(d=D.point,l.setPoints([L,d])):(u=u!=null?u:new y.Plane().setFromCoplanarPoints(h[0],h[1],new y.Vector3(0,1,0).add(h[0])),t.plane=u,d=u.projectPoint(D.point,new y.Vector3),l.setPoints([L,d]),c.setPoints([d,D.point])))};return t.on("select",M),t.on("intersectionUpdate",I),t.on("disable",()=>{if(t.off("select",M),t.off("intersectionUpdate",I),t.plane=null,i.remove(l),i.remove(c),h.length<2)return i.remove(n),r(new Error("Cancelled"));o()}),{finished:s,canUndo:p,canRedo:v,undo:b,redo:P}}class z6 extends Bl{constructor(e){super(e);f(this,"onDrag",e=>{var s;const i=fr(et.modules.five,e.raycaster);(s=this.originObject.pointMesh)==null||s.position.copy(i.point)})}enable(){super.enable(),this.originObject.draggable=!0,this.originObject.on("drag",this.onDrag)}disable(){super.disable(),this.originObject.draggable=!1,this.originObject.off("drag",this.onDrag)}}class tv extends Gi{constructor(e,i){super(e,i);f(this,"type","Point");f(this,"pointMesh");f(this,"_editor");e&&(this.pointMesh=new sn(N(N({},e.style),e)),this.add(this.pointMesh))}get editor(){return this._editor||(this._editor=new z6(this)),this._editor}get data(){return de(N({},this.baseData),{point:ni(this.applyObjectMatrixWorld(this.pointMesh.position)),style:{color:this.pointMesh.color.getHex(),size:this.pointMesh.size}})}setData(e){e.point&&this.pointMesh.position.copy(Ue(e.point)),this.pointMesh.setStyle(e.style)}highlight(){var e;(e=this.pointMesh)==null||e.highlight()}unhighlight(){var e;(e=this.pointMesh)==null||e.unhighlight()}setStyle(e){this.pointMesh.setStyle(e)}create(e){return ie(this,null,function*(){this.pointMesh&&this.remove(this.pointMesh),this.add(this.pointMesh=new sn(e)),yield zd(this.pointMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function zd(n,t){return new Promise((e,i)=>{t.enable(),n.visible=!1;const s=l=>{l&&(n.visible=!0,n.position.copy(l.point))},o=l=>{l&&(n.visible=!0,n.position.copy(l.point),r())},r=()=>{t.off("select",o),t.off("disable",a),t.off("intersectionUpdate",s),t.disable(),e()},a=()=>{t.off("select",o),t.off("disable",a),t.off("intersectionUpdate",s),n.removeFromParent(),i(new Error("Cancelled"))};t.on("intersectionUpdate",s),t.on("disable",a),t.once("select",o)})}class Od extends To{constructor(e){const o=e!=null?e:{},{points:i}=o,s=As(o,["points"]);super();f(this,"name","PolygonWithEdgeMesh");f(this,"line",new Xs);i&&this.setPoints(i),s&&this.setStyle(s)}get style(){return de(N({},super.style),{lineWidth:this.lineWidth,lineColor:this.lineColor})}get lineWidth(){return this.line.lineWidth}get lineColor(){return this.line.lineColor}raycast(e,i){return this.children.forEach(s=>{rc(s,e,i,!0)}),!1}setPoints(e,i){super.setPoints(e,N({closed:!0},i)),this.points&&(this.line.setPoints(this.points,N({closed:!0},i)),this.addIfNotExists(this.line))}setStyle(e){super.setStyle(e),e.lineOpacity!==void 0?this.line.setStyle(de(N({},e),{lineOpacity:e.lineOpacity})):this.line.setStyle(e),this.needsRender=!0}highlight(){super.highlight(),this.line.highlight()}unhighlight(){super.unhighlight(),this.line.unhighlight()}}class jd extends Od{constructor(){super(...arguments);f(this,"name","AreaMesh")}}class O6 extends Td{constructor(e){super(e);f(this,"onDragstart",e=>{const i=e.target;this.draggingPoints=this.pointMeshes.filter(s=>s.position.equals(i.position))});f(this,"onDrag",e=>{var r,a;if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=fr(et.modules.five,e.raycaster);if(!i)return;const s=this.originObject.areaMesh.projectPoint(i.point);this.draggingPoints.forEach(l=>l.position.copy(s)),this.originObject.areaMesh.setPoints(this.pointMeshes.map(l=>l.position)),this.hooks.emit("objectUpdate"),et.modules.five&&(et.modules.five.needsRender=!0);const o=(a=(r=this.originObject.areaMesh)==null?void 0:r.userData)==null?void 0:a.syncCreationPointMeshes;typeof o=="function"&&o()});f(this,"onDragend",e=>{this.draggingPoints=[],this.originObject.recordHistory(),this.hooks.emit("objectUpdate")})}get points(){return this.originObject.areaMesh.points}enable(){super.enable(),this.updatePointMeshes()}disable(){this.pointMeshes.forEach(e=>this.disposePointMesh(e)),super.disable()}updatePointMeshes(){var c,h,d,u,m,g,p,v,b,P,M,I;const e=this.originObject.areaMesh.points,i=(d=(h=(c=this.originObject.areaMesh)==null?void 0:c.userData)==null?void 0:h.dragSelectPixelDistance)!=null?d:10,s=this.originObject.areaMesh,o=(m=(u=s.lineColor)==null?void 0:u.getHex)==null?void 0:m.call(u),r=(p=(g=s.color)==null?void 0:g.getHex)==null?void 0:p.call(g),a=(v=o!=null?o:r)!=null?v:16777215,l=(I=(M=(P=(b=s.line)==null?void 0:b.style)==null?void 0:P.opacity)!=null?M:s.opacity)!=null?I:1;this.syncPointMeshCount(e,{dragSelectPixelDistance:i,pointColor:a,pointOpacity:l}),this.pointMeshes.forEach((z,D)=>{const j=e[D];j&&(z.position.copy(j),z.visible=!0)})}syncPointMeshCount(e,i){const s=[...this.pointMeshes],{dragSelectPixelDistance:o,pointColor:r,pointOpacity:a}=i;for(s.length>e.length&&s.slice(e.length).forEach(l=>this.disposePointMesh(l));this.pointMeshes.length<e.length;){const l=this.createPointMesh({dragSelectPixelDistance:o,pointColor:r,pointOpacity:a});this.add(l)}this.pointMeshes.forEach(l=>{var c;l.userData=(c=l.userData)!=null?c:{},l.userData.dragSelectPixelDistance=o,l.setStyle({color:r,opacity:a})})}createPointMesh(e){var a;const{dragSelectPixelDistance:i,pointColor:s,pointOpacity:o}=e,r=new sn;return r.visible=!0,r.userData=(a=r.userData)!=null?a:{},r.userData.dragSelectPixelDistance=i,r.draggable=!0,r.setStyle({color:s,opacity:o}),et.modules.fiveDomEvents.addEventListener(r,"drag",this.onDrag),et.modules.fiveDomEvents.addEventListener(r,"dragstart",this.onDragstart),et.modules.fiveDomEvents.addEventListener(r,"dragend",this.onDragend),r}disposePointMesh(e){et.modules.fiveDomEvents.removeEventListener(e),this.remove(e)}}class iv extends Gi{constructor(e,i){var s;super(e,i);f(this,"type","Polygon");f(this,"areaMesh");f(this,"historyStack",[]);f(this,"currentHistoryIndex",-1);f(this,"maxHistorySize",50);f(this,"_editor");f(this,"creatingObject");e&&(this.areaMesh=new jd(N(N({},e.style),e)),this.areaMesh.userData=(s=this.areaMesh.userData)!=null?s:{},typeof this.areaMesh.userData.dragSelectPixelDistance!="number"&&(this.areaMesh.userData.dragSelectPixelDistance=10),this.add(this.areaMesh))}get editor(){return this._editor||(this._editor=new O6(this)),this._editor}updateCreationPointMeshes(){var i,s;const e=(s=(i=this.areaMesh)==null?void 0:i.userData)==null?void 0:s.syncCreationPointMeshes;typeof e=="function"&&e(),this._editor&&this._editor.updatePointMeshes()}get data(){return this.updateMatrixWorld(),de(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.areaMesh.points)),style:{color:this.areaMesh.color.getHex(),lineColor:this.areaMesh.lineColor.getHex(),lineWidth:this.areaMesh.lineWidth}})}setData(e){e.points&&this.areaMesh.setPoints(this.applyObjectReversalMatrixWorld(e.points.map(Ue))),this.areaMesh.setStyle(e.style),this.updateCreationPointMeshes()}highlight(){var e;(e=this.areaMesh)==null||e.highlight()}unhighlight(){var e;(e=this.areaMesh)==null||e.unhighlight()}canUndo(){var i,s,o;return this.creatingObject?(o=(s=(i=this.creatingObject)==null?void 0:i.canUndo)==null?void 0:s.call(i))!=null?o:!1:this.currentHistoryIndex>0}canRedo(){var e,i,s;return this.creatingObject?(s=(i=(e=this.creatingObject)==null?void 0:e.canRedo)==null?void 0:i.call(e))!=null?s:!1:this.currentHistoryIndex<this.historyStack.length-1}undo(){var e,i;if(this.creatingObject)return(i=(e=this.creatingObject)==null?void 0:e.undo)==null?void 0:i.call(e);if(this.canUndo()){this.currentHistoryIndex--;const s=this.historyStack[this.currentHistoryIndex];this.restoreSnapshot(s)}else console.log("[Polygon] undo: 无法撤销",{uuid:this.uuid})}redo(){var e,i;if(this.creatingObject)return(i=(e=this.creatingObject)==null?void 0:e.redo)==null?void 0:i.call(e);if(this.canRedo()){this.currentHistoryIndex++;const s=this.historyStack[this.currentHistoryIndex];this.restoreSnapshot(s)}}recordHistory(){if(this.creatingObject)return;this.historyStack=this.historyStack.slice(0,this.currentHistoryIndex+1);const e={points:this.areaMesh.points.map(i=>i.clone())};this.historyStack.push(e),this.historyStack.length>this.maxHistorySize?this.historyStack.shift():this.currentHistoryIndex++}restoreSnapshot(e){this.areaMesh.setPoints(e.points.map(i=>i.clone())),this.updateCreationPointMeshes(),this._editor&&this._editor.updatePointMeshes()}create(e){return ie(this,null,function*(){var s;this.children.forEach(o=>{o.parent===this&&this.remove(o)}),this.children.length=0;const i=new jd(e);this.areaMesh=i,this.add(this.areaMesh),this.creatingObject=Rl(this.areaMesh,this.pointSelector,e),yield(s=this.creatingObject)==null?void 0:s.finished,this.creatingObject=null,this.recordHistory(),this.updateCreationPointMeshes(),this.config.defaultAction&&this.editor.enable()})}}function Rl(n,t,e){var H,B,J,ne,$,re,ee,fe,ze;const{promise:i,resolve:s,reject:o}=Hs(),r=n.parent;if(!r){o(new Error("No container"));return}const a=(H=e==null?void 0:e.limit)!=null?H:"none",l=e==null?void 0:e.simpleMode,c=(re=($=(J=n.five)!=null?J:(B=n.get)==null?void 0:B.call(n,"five"))!=null?$:(ne=window.globalModules)==null?void 0:ne.five)!=null?re:window.$five,h=(ee=e==null?void 0:e.autoClosePixelDistance)!=null?ee:10;n.userData=(fe=n.userData)!=null?fe:{},n.userData.dragSelectPixelDistance=h;let d=0;l&&c&&c.model&&c.model.bounding&&typeof((ze=c.model.bounding.max)==null?void 0:ze.y)=="number"&&(d=c.model.bounding.max.y+1);const u=new Xs(n.style);r==null||r.add(u);const m=new Xs(de(N({},n.style),{dashed:!0,lengthEnable:!1}));r==null||r.add(m);let g=[];const p=(ae=P)=>{g.forEach((Ee,ue)=>{const ce=ae[ue];ce&&Ee.position.copy(ce)})};function v(){var Ee,ue;g.forEach(ce=>{var De;return(De=ce.parent)==null?void 0:De.remove(ce)});const ae=(ue=(Ee=n.line)==null?void 0:Ee.style)!=null?ue:n.style;g=P.map((ce,De)=>{var Te,Be;const te=new sn(de(N({},ae),{color:(Te=ae.pointColor)!=null?Te:ae.lineColor,tip:void 0,point:ce}));return te.name=`PolygonPointMesh_${De}`,te.userData=(Be=te.userData)!=null?Be:{},te.userData.dragSelectPixelDistance=h,r==null||r.add(te),te}),p()}function b(){g.forEach(ae=>{var Ee;return(Ee=ae.parent)==null?void 0:Ee.remove(ae)}),g=[],n.userData&&(delete n.userData.creationPointMeshes,delete n.userData.syncCreationPointMeshes,delete n.userData.disposeCreationPointMeshes)}t.enable(),l&&t.setAdherePoints([]);const P=[];let M,I,z=!1,D;const j=[],L=()=>P.length>0,O=()=>j.length>0,A=()=>{var ae;L()&&(j.push(P.pop()),E(D),v(),(ae=e==null?void 0:e.onUndo)==null||ae.call(e),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render())},C=()=>{var ae;O()&&(P.push(j.pop()),E(D),v(),(ae=e==null?void 0:e.onRedo)==null||ae.call(e),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render())},k=ae=>{var ue,ce;j.length=0;let Ee=P.length===0?ae.point:M.clone();if(l&&(Ee=Ee.clone().setY(d)),e.__onWillAddPoint(Ee,P),!((e==null?void 0:e.experimental_max_point_count)!=null&&P.length===e.experimental_max_point_count)){if(P.push(Ee),n.setPoints(P,{closed:!1}),e!=null&&e.experimental_self_intersect_check&&P.length>2&&n.isBlank){const De=P.pop();n.setPoints(P,{closed:!1}),v(),console.warn("[Polygon] 检测到自相交,无法添加该点"),(ue=e==null?void 0:e.__onSelfIntersect)==null||ue.call(e,De);return}v(),(ce=e==null?void 0:e.onPointPlaced)==null||ce.call(e,P),z&&(x(),s())}},E=ae=>{const Ee=()=>{u.setPoints([]),m.setPoints([]),n.setPoints(P),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render()};if(!ae){Ee(),v();return}if(D=ae,!(P!=null&&P.length))return Ee();const ue=P.at(-1).clone();if(P.length<3&&(l?(M=ae.point.clone().setY(d),u.setPoints([ue,M]),m.setPoints([])):a==="none"?(M=ae.point,u.setPoints([ue,M]),m.setPoints([])):a==="xoz"?(I=I!=null?I:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),P[0]),t.plane=I,M=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,M]),m.setPoints([M,ae.point])):a==="y"&&(P.length===1?(M=ae.point,u.setPoints([ue,M]),m.setPoints([])):(I=I!=null?I:new y.Plane().setFromCoplanarPoints(P[0],P[1],new y.Vector3(0,1,0).add(P[0])),t.plane=I,M=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,M]),m.setPoints([M,ae.point])))),P.length>=3){l?M=ae.point.clone().setY(d):M=n.projectPoint(ae.point);const ce=P[0];let De=!1;if(typeof(e==null?void 0:e.autoClosePixelDistance)=="number"){if(c&&c.camera&&c.getElement){const te=c.getElement(),Te=te.clientWidth,Be=te.clientHeight,Ae=qe=>{const rt=qe.clone().project(c.camera);return{x:(rt.x*.5+.5)*Te,y:(1-(rt.y*.5+.5))*Be}},Fe=Ae(ce),be=Ae(M),Me=Ae(ae.point),je=Math.sqrt(bs(Fe.x-be.x,2)+bs(Fe.y-be.y,2)),Ze=Math.sqrt(bs(Fe.x-Me.x,2)+bs(Fe.y-Me.y,2));(je<e.autoClosePixelDistance||Ze<e.autoClosePixelDistance)&&(De=!0)}}else(ce.distanceTo(M)<.2||ce.distanceTo(ae.point)<.2)&&(De=!0);De?(M=ce,ae.point.copy(ce),t.pointSelectorHelper.updateWithIntersect(ae,{emitEvent:!1}),z=!0):z=!1,u.setPoints([ue,M]),m.setPoints([M,ae.point])}P.length>=2?(n.setPoints([...P,M],{closed:!1}),n.line.setPoints(n.points.slice(0,-1)),n.isBlank?(t.cursorError=!0,u.setStyle({lineColor:16734553}),m.setStyle({lineColor:16734553})):(t.cursorError=!1,u.setStyle({lineColor:n.lineColor}),m.setStyle({lineColor:n.lineColor}))):n.setPoints([]),v()},x=()=>{t.off("select",k),t.off("intersectionUpdate",E),t.off("disable",T),t.plane=null,t.disable(),r==null||r.remove(u,m),b()},T=()=>{x(),r==null||r.remove(n,m,u),b(),o(new Error("Cancelled"))};return t.on("select",k),t.on("intersectionUpdate",E),t.on("disable",T),{finished:i,canUndo:L,canRedo:O,undo:A,redo:C}}function _d(n){const t=[...n],e=[];for(let i=0;i<t.length-2;i++)e.push(0,i+1,i+2);return e}function Vd(n){const t=n.map(i=>new y.Vector3(i[0],i[1],i[2]));return If(t)}class j6 extends y.BufferGeometry{constructor(e){super();f(this,"bottomPositions",[]);f(this,"topPosition",[]);f(this,"_type","Concave");e&&this.setPosition(e)}setPosition(e){var l,c,h;const i=(l=e.bottomPositions)!=null?l:this.bottomPositions,s=(c=e.topPosition)!=null?c:this.topPosition;if(this._type=(h=e.type)!=null?h:this._type,this.bottomPositions=i,this.topPosition=s,!i||i.length<3){console.error("PrismGeometry: Invalid parameters",i,s,e),this.bottomPositions=[],this.setAttribute("position",new y.BufferAttribute(new Float32Array([]),3));return}const o=[],r=[];r.push(...i),r[0][0]===r.at(-1)[0]&&r[0][1]===r.at(-1)[1]&&r[0][2]===r.at(-1)[2]&&(r.length-=1);const a=this._type==="Concave"?Vd(r):_d(r);if(o.push(...a),s&&s.length===3){const d=[s[0]-i[0][0],s[1]-i[0][1],s[2]-i[0][2]],u=r.map(g=>[g[0]+d[0],g[1]+d[1],g[2]+d[2]]);r.push(...u);const m=o.map(g=>g+r.length/2);o.push(...m);for(let g=0;g<r.length/2-1;g++)o.push(g,g+1,g+r.length/2),o.push(g+1,g+r.length/2+1,g+r.length/2);o.push(0,r.length/2,r.length/2-1),o.push(r.length/2,r.length-1,r.length/2-1)}this.setAttribute("position",new y.Float32BufferAttribute(r.flat(),3)),this.setIndex(o),this.computeBoundingSphere()}}class _6 extends y.BufferGeometry{constructor(e){super();f(this,"bottomPositions",[]);f(this,"topPosition",[]);f(this,"faceCount",0);f(this,"_type","Concave");e&&this.setPosition(e)}setPosition(e){var m,g,p;const i=(m=e.bottomPositions)!=null?m:this.bottomPositions,s=(g=e.topPosition)!=null?g:this.topPosition;if(this._type=(p=e.type)!=null?p:this._type,this.bottomPositions=i,this.topPosition=s,!i||i.length<3||!s||s.length!==3){console.error("PrismAnimationGeometry: Invalid parameters",i,s,e);return}const o=[...i];o[0][0]===o.at(-1)[0]&&o[0][1]===o.at(-1)[1]&&o[0][2]===o.at(-1)[2]&&(o.length-=1);const r=[s[0]-i[0][0],s[1]-i[0][1],s[2]-i[0][2]],a=o.map(v=>[v[0]+r[0],v[1]+r[1],v[2]+r[2]]);this.faceCount=2+o.length;const l=[],c=[],h=[],d=[];let u=0;this.addBottomFace(o,l,c,h,u,d,0),u+=this.getBottomFaceVertexCount(o),this.addTopFace(a,l,c,h,u,d,1),u+=this.getTopFaceVertexCount(a);for(let v=0;v<o.length;v++){const b=(v+1)%o.length;this.addSideFace(o[v],o[b],a[v],a[b],l,c,h,u,d,2+v),u+=4}this.setAttribute("position",new y.Float32BufferAttribute(l,3)),this.setAttribute("uv",new y.Float32BufferAttribute(c,2)),this.setIndex(h),this.clearGroups(),d.forEach(v=>{this.addGroup(v.start,v.count,v.materialIndex)}),this.computeBoundingSphere(),console.log("PrismAnimationGeometry UV debug:",{totalUVs:c.length/2,totalPositions:l.length/3,faceCount:this.faceCount,uvSample:c.slice(0,20)})}addBottomFace(e,i,s,o,r,a,l){const c=Math.min(...e.map(b=>b[0])),h=Math.max(...e.map(b=>b[0])),d=Math.min(...e.map(b=>b[2])),u=Math.max(...e.map(b=>b[2])),m=h-c||1,g=u-d||1;for(const b of e){i.push(b[0],b[1],b[2]);const P=(b[0]-c)/m,M=(b[2]-d)/g;s.push(P,M)}const p=o.length,v=this._type==="Concave"?Vd(e):_d(e);for(const b of v)o.push(b+r);a.push({start:p,count:o.length-p,materialIndex:l})}addTopFace(e,i,s,o,r,a,l){const c=Math.min(...e.map(b=>b[0])),h=Math.max(...e.map(b=>b[0])),d=Math.min(...e.map(b=>b[2])),u=Math.max(...e.map(b=>b[2])),m=h-c||1,g=u-d||1;for(const b of e){i.push(b[0],b[1],b[2]);const P=(b[0]-c)/m,M=(b[2]-d)/g;s.push(P,M)}const p=o.length,v=this._type==="Concave"?Vd(e):_d(e);for(let b=v.length-1;b>=0;b--)o.push(v[b]+r);a.push({start:p,count:o.length-p,materialIndex:l})}addSideFace(e,i,s,o,r,a,l,c,h,d){r.push(e[0],e[1],e[2],i[0],i[1],i[2],o[0],o[1],o[2],s[0],s[1],s[2]),a.push(0,0,1,0,1,1,0,1);const u=l.length;l.push(c+0,c+1,c+2,c+0,c+2,c+3),h.push({start:u,count:6,materialIndex:d})}getBottomFaceVertexCount(e){return e.length}getTopFaceVertexCount(e){return e.length}}class Ys extends ci{constructor(e){super();f(this,"name","PrismMesh");f(this,"five");f(this,"animatedBoxMesh");f(this,"activeAnimations",new Map);f(this,"activeEaseInAnimations",new Map);f(this,"_geometryInfoCache");f(this,"geometryInfoNeedUpdate",!0);f(this,"edgeMesh",new wi);f(this,"prismMesh",new yl);f(this,"paramStyle");this.five=e==null?void 0:e.five,this.prismMesh.name="PrismMesh",this.prismMesh.geometry=new j6,this.edgeMesh.name="EdgeMesh",this.addIfNotExists(this.prismMesh,this.edgeMesh),e&&Object.keys(e).some(i=>i!=="five")&&this.setPoints(e),this.setStyle(e)}get topPosition(){return new y.Vector3().fromArray(this.prismMesh.geometry.topPosition)}get bottomPositions(){return this.prismMesh.geometry.bottomPositions.map(e=>new y.Vector3().fromArray(e))}get topPositions(){const e=this.bottomPositions[0].clone().sub(this.topPosition);return this.bottomPositions.map(i=>i.clone().sub(e))}get style(){return{color:this.color,lineColor:this.lineColor,lineWidth:this.lineWidth,opacity:this.opacity,occlusionVisibility:this.occlusionVisibility,occlusionMode:this.occlusionMode}}get opacity(){return this.prismMesh.opacity}get occlusionVisibility(){return this.prismMesh.occlusionVisibility}get occlusionMode(){return this.prismMesh.occlusionMode}get center(){return this.localCenter.clone()}get localCenter(){var e;return(e=this.geometryInfo.center.clone())!=null?e:new y.Vector3(9999,9999,9999)}get geometryInfo(){if(this.geometryInfoNeedUpdate){this.geometryInfoNeedUpdate=!1;const e=this.prismMesh.geometry.bottomPositions,i=this.prismMesh.geometry.topPosition;if(!e||e.length<3||!i){this._geometryInfoCache=void 0;return}const s=e.map((c,h)=>h>=e.length-2?null:[new y.Vector3().fromArray(e[0]),new y.Vector3().fromArray(e[h+1]),new y.Vector3().fromArray(e[h+2])]).filter(Boolean);if(s.length===0){this._geometryInfoCache=void 0;return}let o=0,r=new y.Vector3;for(const[c,h,d]of s){const u=br(c,h,d),m=Tc(c,h,d,u);o+=u,r.add(m)}r=r.divideScalar(o);const a=new y.Vector3().fromArray(i).sub(new y.Vector3().fromArray(e[0])),l=r.clone().add(a.divideScalar(2));this._geometryInfoCache={center:l}}return this._geometryInfoCache}get worldCenter(){return this.updateMatrixWorld(),this.localToWorld(this.localCenter)}get color(){return this.prismMesh.color}get lineWidth(){return this.edgeMesh.style.lineWidth}get lineColor(){return this.edgeMesh.color}setStyle(e={}){this.paramStyle=N(N({},this.paramStyle),e),this.prismMesh.setStyle(this.paramStyle),this.edgeMesh.setStyle(this.paramStyle)}isBox(){const e=this.prismMesh.geometry.bottomPositions;return e&&e.length===4}setPoints(e){var i;this.prismMesh.geometry.setPosition({bottomPositions:(i=e.points)==null?void 0:i.map(Ue).map(s=>s.toArray()),topPosition:e.heightPoint?Ue(e.heightPoint).toArray():void 0}),this.edgeMesh.geometry=new Ia().fromEdgesGeometry(new y.EdgesGeometry(this.prismMesh.geometry)),this.geometryInfoNeedUpdate=!0}highlight(){this.prismMesh.highlight()}unhighlight(){this.prismMesh.unhighlight()}raycast(e,i){return this.children.forEach(s=>rc(s,e,i,!0)),!1}setFive(e){this.five=e}playBoxAnimation(e,i="#4DF0FF"){return this.five?(this.activeAnimations.has(e)&&this.forceFinishBoxAnimation(e),new Promise(s=>{this.prismMesh.visible=!1,this.edgeMesh.visible=!1;const o=this.createOrUpdateAnimatedBoxMesh(i),r=o.material,a=3e3;let l=0;const c=Ye.AnimationFrameLoop.shared.add((h,d)=>{l+=d;let u=l/a;u>1&&(u=1);let m=u;u<=.5?m=u*2:m=2-u*2,r.forEach(g=>{g.uniforms.progress.value=m}),u===1&&(c(),o.visible=!1,this.playEaseInAnimation(e,()=>{this.activeAnimations.delete(e),s()})),this.five.needsRender=!0});this.activeAnimations.set(e,{animatedBoxMesh:o,remove:c}),o.visible=!0})):(console.warn("Five instance not available for box animation"),Promise.resolve())}forceFinishBoxAnimation(e){if(!this.five){console.warn("Five instance not available for finishing box animation");return}(e?[e]:Array.from(this.activeAnimations.keys())).forEach(s=>{const o=this.activeAnimations.get(s);o&&(o.remove(),this.animatedBoxMesh&&(this.animatedBoxMesh.visible=!1),this.activeAnimations.delete(s));const r=this.activeEaseInAnimations.get(s);r&&(clearInterval(r.interval),this.activeEaseInAnimations.delete(s))}),this.showBoxFinalState(),this.five.needsRender=!0}playEaseInAnimation(e,i){if(!this.five)return;this.prismMesh.visible=!0,this.edgeMesh.visible=!0;let s=0;const o=this.prismMesh.style.opacity;this.prismMesh.setStyle({opacity:0}),this.edgeMesh.setStyle({lineOpacity:0});const r=setInterval(()=>{s===61&&(clearInterval(r),this.activeEaseInAnimations.delete(e),this.showBoxFinalState(),i()),this.edgeMesh.setStyle({lineOpacity:s/60}),this.prismMesh.setStyle({opacity:s/60*o}),this.five.needsRender=!0,s++},16);this.activeEaseInAnimations.set(e,{interval:r,model:this})}createOrUpdateAnimatedBoxMesh(e){if(!this.five)throw new Error("Five instance not available");const i=new y.Vector3(1/0,1/0,1/0),s=new y.Vector3(-1/0,-1/0,-1/0),o=this.bottomPositions;for(const v of o)i.min(v),s.max(v);const r=this.topPositions;for(const v of r)i.min(v),s.max(v);const a=s.clone().sub(i),l=this.prismMesh.geometry,c=l.bottomPositions,h=l.topPosition;if(this.animatedBoxMesh)return this.matrixWorld.decompose(this.animatedBoxMesh.position,this.animatedBoxMesh.quaternion,this.animatedBoxMesh.scale),this.animatedBoxMesh.updateMatrixWorld(),this.animatedBoxMesh.matrixAutoUpdate=!1,this.animatedBoxMesh;const d=new _6({bottomPositions:c,topPosition:h,type:"Concave"}),u=`
981
+ black 0%)}`)}function N1(n){let t,e;return t=new Fi({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},i(i){e||(R(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){me(t,i)}}}function G1(n){let t,e,i,s,o;return{c(){t=U("div"),e=U("div"),i=U("div"),s=le(),o=U("div"),w(i,"class","icon-bg-circle-inner svelte-ezi5lu"),_(i,"background",n[4]),_(i,"opacity",n[3]),w(o,"class","icon-bg-circle-inner-shadow svelte-ezi5lu"),w(e,"class","icon-bg-circle svelte-ezi5lu"),w(t,"class","icon-bg svelte-ezi5lu")},m(r,a){Y(r,t,a),V(t,e),V(e,i),V(e,s),V(e,o)},p(r,a){a&16&&_(i,"background",r[4]),a&8&&_(i,"opacity",r[3])},d(r){r&&X(t)}}}function y7(n){let t,e,i,s,o,r,a,l,c,h,d,u,m,g,p,v=n[1]&&N1(),b=n[4]&&G1(n);return{c(){t=U("div"),v&&v.c(),e=le(),b&&b.c(),i=le(),s=ke("svg"),o=ke("linearGradient"),r=ke("stop"),a=ke("stop"),l=ke("linearGradient"),c=ke("stop"),h=ke("stop"),d=ke("g"),u=ke("path"),m=ke("path"),g=ke("path"),w(r,"offset","0"),w(r,"stop-color","#fff"),w(a,"offset","1"),w(a,"stop-color","#fff"),w(a,"stop-opacity",".7"),w(o,"id","a"),w(o,"x1","78.74567%"),w(o,"x2","5.663764%"),w(o,"y1","94.075617%"),w(o,"y2","5.924383%"),w(c,"offset","0"),w(c,"stop-color","#fff"),w(h,"offset","1"),w(h,"stop-color","#fff"),w(h,"stop-opacity","0"),w(l,"id","b"),w(l,"x1","16.588502%"),w(l,"x2","68.285986%"),w(l,"y1","5.924383%"),w(l,"y2","63.800896%"),w(u,"d","m18 5.4v8c0 1.9329966-4.0294373 3.5-9 3.5-4.97056275 0-9-1.5670034-9-3.5v-8c0 1.93299662 4.02943725 3.5 9 3.5 4.8670094 0 8.8316983-1.50239169 8.9947813-3.37967512zm-13.0396582-.5c.259 0 .504-.063.728-.196.441-.259.721-.728.721-1.26 0-.441-.189-.833-.504-1.085.259-.259.434-.63.434-1.022 0-.245-.063-.476-.182-.679-.252-.413-.693-.658-1.197-.658-.238 0-.462.056-.665.175-.42.238-.679.665-.679 1.162v.035h.721v-.035c0-.315.294-.616.623-.616.357 0 .651.287.651.616 0 .371-.287.658-.651.658h-.14v.728h.14c.399 0 .728.322.728.721s-.329.735-.728.735-.728-.336-.728-.735v-.105h-.728v.105c0 .266.063.511.196.728.259.448.728.728 1.26.728zm3.647 0c.273 0 .518-.07.749-.203.448-.273.742-.763.742-1.302 0-.273-.07-.518-.203-.749-.273-.448-.749-.742-1.288-.742-.077 0-.133 0-.168.007l.875-1.911h-.805l-1.274 2.793c-.091.189-.133.392-.133.602 0 .273.07.525.203.756.273.455.749.749 1.302.749zm0-.742c-.427 0-.763-.336-.763-.763 0-.42.343-.77.763-.77s.77.35.77.77-.35.763-.77.763zm3.654.749c.504 0 .952-.273 1.204-.7.126-.21.189-.441.189-.693v-2.086c0-.511-.273-.98-.693-1.239-.217-.126-.448-.189-.7-.189-.511 0-.98.273-1.232.714-.133.217-.196.455-.196.714v2.086c0 .504.273.952.714 1.204.217.126.455.189.714.189zm0-.721c-.371 0-.693-.301-.693-.672v-2.086c0-.399.308-.693.693-.693.371 0 .651.294.651.693v2.086c0 .385-.28.672-.651.672zm3.2140391-2.11266016c.2734375 0 .5132649-.09855143.7194824-.29565429.2062174-.19710287.3093262-.44376628.3093262-.73999024 0-.28710937-.0991211-.53035481-.2973633-.72973633-.1982422-.19938151-.4420573-.29907226-.7314453-.29907226-.2825521 0-.5257976.10026042-.7297364.30078125s-.3059082.44661458-.3059082.73828125c0 .2734375.0968425.51269531.2905274.71777344.1936849.20507812.4420573.30761718.7451172.30761718zm0-.37255859c-.1822917 0-.3383789-.06494141-.4682618-.19482422-.1298828-.12988281-.1948242-.28369141-.1948242-.46142578 0-.18457031.0655111-.34122721.1965332-.4699707.1310222-.12874349.2865397-.19311524.4665528-.19311524.180013 0 .3343912.06494141.4631347.19482422s.1931153.28369141.1931153.46142578c0 .18457031-.0655111.34122722-.1965332.46997071-.1310222.12874349-.2842611.19311523-.4597168.19311523z"),w(u,"fill","url(#a)"),w(u,"fill-rule","nonzero"),w(m,"d","m18 5.4v8c0 1.9329966-4.0294373 3.5-9 3.5-4.97056275 0-9-1.5670034-9-3.5v-8c0 1.93299662 4.02943725 3.5 9 3.5 4.8670094 0 8.8316983-1.50239169 8.9947813-3.37967512zm-.537 1.917-.0556083.04651904c-1.6129673 1.27557869-4.7855335 2.07278608-8.4073917 2.07278608-3.5667171 0-6.69228643-.77164105-8.32741897-2.0099189l-.13658103-.10838622.00030512 6.082c0 1.4658868 3.60570734 2.8999734 8.15878222 2.9616322l.30491266.0020627c4.6959533 0 8.4636949-1.4652329 8.4636949-2.9636949zm-5.2016582-7.317c.252 0 .483.063.7.189.42.259.693.728.693 1.239v2.086l-.00756.14868c-.02016.19488-.08064.37632-.18144.54432-.252.427-.7.7-1.204.7-.259 0-.497-.063-.714-.189-.441-.252-.714-.7-.714-1.204v-2.086l.007616-.15288c.020384-.20048.081984-.38752.188384-.56112.252-.441.721-.714 1.232-.714zm-7.301 0c.504 0 .945.245 1.197.658.119.203.182.434.182.679 0 .392-.175.763-.434 1.022.315.252.504.644.504 1.085 0 .532-.28 1.001-.721 1.26-.224.133-.469.196-.728.196-.532 0-1.001-.28-1.26-.728-.133-.217-.196-.462-.196-.728v-.105h.728v.105c0 .399.329.735.728.735s.728-.336.728-.735-.329-.721-.728-.721h-.14v-.728h.14c.364 0 .651-.287.651-.658 0-.329-.294-.616-.651-.616-.329 0-.623.301-.623.616v.035h-.721v-.035c0-.497.259-.924.679-1.162.203-.119.427-.175.665-.175zm4.354 0-.875 1.911c.035-.007.091-.007.168-.007.539 0 1.015.294 1.288.742.133.231.203.476.203.749 0 .539-.294 1.029-.742 1.302-.231.133-.476.203-.749.203-.553 0-1.029-.294-1.302-.749-.133-.231-.203-.483-.203-.756 0-.21.042-.413.133-.602l1.274-2.793zm2.947.735c-.385 0-.693.294-.693.693v2.086l.0077784.09927273c.051172.32396694.3479489.57272727.6852216.57272727.371 0 .651-.287.651-.672v-2.086l-.0068002-.10607288c-.044861-.34395191-.3069271-.58692712-.6441998-.58692712zm-3.654 1.89c-.42 0-.763.35-.763.77 0 .427.336.763.763.763.42 0 .77-.343.77-.763s-.35-.77-.77-.77zm6.8680391-2.61611328c.289388 0 .5332031.09969075.7314453.29907226.1982422.19938152.2973633.44262696.2973633.72973633 0 .29622396-.1031088.54288737-.3093262.73999024-.2062175.19710286-.4460449.29565429-.7194824.29565429-.3030599 0-.5514323-.10253906-.7451172-.30761718-.1936849-.20507813-.2905274-.44433594-.2905274-.71777344 0-.29166667.1019694-.53776042.3059082-.73828125s.4471843-.30078125.7297364-.30078125zm0 .37255859c-.1800131 0-.3355306.06437175-.4665528.19311524-.1310221.12874349-.1965332.28540039-.1965332.4699707 0 .17773437.0649414.33154297.1948242.46142578.1298829.12988281.2859701.19482422.4682618.19482422.1754557 0 .3286946-.06437174.4597168-.19311523.1310221-.12874349.1965332-.2854004.1965332-.46997071 0-.17773437-.0643718-.33154297-.1931153-.46142578s-.2831217-.19482422-.4631347-.19482422z"),w(m,"fill","url(#b)"),w(m,"fill-rule","nonzero"),w(g,"d","m3.00030998 2.79110119v5.21779762c-1.84142801-.64087734-3.00030998-1.57225753-3.00030998-2.60889881s1.15888197-1.96802147 3.00030998-2.60889881zm12.00038752.00035068c1.8408432.64086639 2.9993025 1.57209591 2.9993025 2.60854813s-1.1584593 1.96768174-2.9993025 2.60854813z"),w(g,"fill","#d8d8d8"),w(g,"opacity",".6"),w(d,"fill","none"),w(d,"fill-rule","evenodd"),w(d,"transform","translate(3 3.1)"),w(s,"height",n[2]),w(s,"width",n[2]),w(s,"viewBox","0 0 24 24"),w(s,"xmlns","http://www.w3.org/2000/svg"),w(s,"xmlns:xlink","http://www.w3.org/1999/xlink"),w(t,"class","icon svelte-ezi5lu"),_(t,"width",n[0])},m(P,M){Y(P,t,M),v&&v.m(t,null),V(t,e),b&&b.m(t,null),V(t,i),V(t,s),V(s,o),V(o,r),V(o,a),V(s,l),V(l,c),V(l,h),V(s,d),V(d,u),V(d,m),V(d,g),p=!0},p(P,[M]){P[1]?v?M&2&&R(v,1):(v=N1(),v.c(),R(v,1),v.m(t,e)):v&&(Se(),Z(v,1,1,()=>{v=null}),xe()),P[4]?b?b.p(P,M):(b=G1(P),b.c(),b.m(t,i)):b&&(b.d(1),b=null),(!p||M&4)&&w(s,"height",P[2]),(!p||M&4)&&w(s,"width",P[2]),M&1&&_(t,"width",P[0])},i(P){p||(R(v),p=!0)},o(P){Z(v),p=!1},d(P){P&&X(t),v&&v.d(),b&&b.d()}}}function w7(n){const{originWidth:t,originHeight:e,scale:i=1,wantedWidth:s}=n,o=(s!=null?s:t)*i,r=typeof e=="number"?o*(e/t):void 0;return de(N({},n),{width:o,height:r})}function P7(n,t,e){let i,s,o,r,a,{width:l=null}=t,{icon:c=null}=t,{shadow:h=!1}=t;return n.$$set=d=>{"width"in d&&e(0,l=d.width),"icon"in d&&e(5,c=d.icon),"shadow"in d&&e(1,h=d.shadow)},n.$$.update=()=>{var d,u;n.$$.dirty&32&&e(4,i=c==null?void 0:c.bgcolor),n.$$.dirty&32&&e(3,s=(d=c==null?void 0:c.bgopacity)!=null?d:.6),n.$$.dirty&32&&e(7,o=(u=c==null?void 0:c.scale)!=null?u:1),n.$$.dirty&32&&e(6,r=c==null?void 0:c.width),n.$$.dirty&192&&e(2,a=w7({originWidth:24,originHeight:24,scale:o,wantedWidth:r}).width)},[l,h,a,s,i,c,r,o]}let C7=class extends Ce{constructor(t){super(),Pe(this,t,P7,y7,we,{width:0,icon:5,shadow:1},A7)}};function I7(n){Le(n,"svelte-yq4ru9",".wrapper.svelte-yq4ru9{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}")}function M7(n){let t,e,i;return e=new C7({props:{icon:n[0],shadow:!0}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class","wrapper svelte-yq4ru9")},m(s,o){Y(s,t,o),ge(e,t,null),i=!0},p(s,[o]){const r={};o&1&&(r.icon=s[0]),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 k7(n,t,e){let i,{tag:s}=t;return n.$$set=o=>{"tag"in o&&e(1,s=o.tag)},n.$$.update=()=>{var o,r;n.$$.dirty&2&&e(0,i=(r=s.data.icon)!=null?r:(o=s.style)==null?void 0:o.point)},[i,s]}class E7 extends Ce{constructor(t){super(),Pe(this,t,k7,M7,we,{tag:1},I7)}}function S7(n){Le(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function x7(n){let t,e;return{c(){t=new po(!1),e=Re(),t.a=e},m(i,s){t.m(n[2],i,s),Y(i,e,s)},p:oe,d(i){i&&X(e),i&&t.d()}}}function D7(n){let t,e=typeof n[2]=="string"&&x7(n);return{c(){t=U("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj"),Ie(t,"unfolded",n[1])},m(i,s){Y(i,t,s),e&&e.m(t,null),n[5](t)},p(i,[s]){typeof i[2]=="string"&&e.p(i,s),s&2&&Ie(t,"unfolded",i[1])},i:oe,o:oe,d(i){i&&X(t),e&&e.d(),n[5](null)}}}function L7(n,t,e){var h,d;let i,{tag:s}=t,{rendererMap:o=new Map}=t,r,a=(d=s.element)!=null?d:(h=o.get(s.contentType))==null?void 0:h.renderer,l;Tt(()=>{r&&(a instanceof Element?(r.appendChild(a),l=()=>{a instanceof Element&&a.remove()}):typeof a=="function"&&(l=a(r,s)))}),Qt(()=>{l==null||l()});function c(u){Je[u?"unshift":"push"](()=>{r=u,e(0,r)})}return n.$$set=u=>{"tag"in u&&e(3,s=u.tag),"rendererMap"in u&&e(4,o=u.rendererMap)},n.$$.update=()=>{n.$$.dirty&8&&e(1,i=s.state.unfolded)},[r,i,a,s,o,c]}class T7 extends Ce{constructor(t){super(),Pe(this,t,L7,D7,we,{tag:3,rendererMap:4},S7)}}function z7(n){Le(n,"svelte-1fy4duy",'@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,T1RUTwAKAIAAAwAgQ0ZGINFD4CEAAAaQAAAHC0dTVUIAAQAAAAANnAAAAApPUy8yaB5pEwAAAjQAAABgY21hcEItjGUAAAT0AAABfGhlYWQS1WWOAAAAtAAAADZoaGVhBfMBxwAAAhAAAAAkaG10eJ9gBO8AAADsAAABJG1heHAASVAAAAAArAAAAAZuYW1lqczkZQAAApQAAAJecG9zdP+4ADIAAAZwAAAAIAAAUAAASQAAAAEAAAABAADkeHeyXw889QADA+gAAAAA2NoRKwAAAADY2hErACn/OAHgAyAAAQADAAIAAAAAAAAB9ABdAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACWAAAAlgAAAJYAAACCAA7AcwAdwIIADMCCAA0AhwAMwISADkCCAAuAfQANAH+ACsB/gApAggANAEeAFABHgBQAR4AUAIIADQCCAAuAR4AUAEeAFABfAAxAAEAAAPo/zgAAAIcACkAKQHgAAEAAAAAAAAAAAAAAAAAAABJAAMCLgGQAAUACAKKAlgAAABLAooCWAAAAV4AMgEsAAAAAAgAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAFVLV04AIAAg/xsDIP84AMgD6ADIAAAAAQAAAAAB9AK8AAAAIAAAAAAAEADGAAEAAAAAAAEADAAAAAEAAAAAAAIABAAMAAEAAAAAAAMAGwAQAAEAAAAAAAQAEQArAAEAAAAAAAUAPAA8AAEAAAAAAAYAEAB4AAEAAAAAAAgADAAAAAEAAAAAAAkADAAAAAMAAQQJAAEAGACIAAMAAQQJAAIACACgAAMAAQQJAAMANgCoAAMAAQQJAAQAIgDeAAMAAQQJAAUAeAEAAAMAAQQJAAYAIAF4AAMAAQQJAAgAGACIAAMAAQQJAAkAGACIQUxJQkFCQSBGb250Qm9sZDEuMDAwO1VLV047QUxJQkFCQUZvbnQtQm9sZEFMSUJBQkEgRm9udCBCb2xkVmVyc2lvbiAxLjAwMDtQUyAwMDEuMDAwO2hvdGNvbnYgMS4wLjg4O21ha2VvdGYubGliMi41LjY0Nzc1QUxJQkFCQUZvbnQtQm9sZABBAEwASQBCAEEAQgBBACAARgBvAG4AdABCAG8AbABkADEALgAwADAAMAA7AFUASwBXAE4AOwBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAEEATABJAEIAQQBCAEEAIABGAG8AbgB0ACAAQgBvAGwAZABWAGUAcgBzAGkAbwBuACAAMQAuADAAMAAwADsAUABTACAAMAAwADEALgAwADAAMAA7AGgAbwB0AGMAbwBuAHYAIAAxAC4AMAAuADgAOAA7AG0AYQBrAGUAbwB0AGYALgBsAGkAYgAyAC4ANQAuADYANAA3ADcANQBBAEwASQBCAEEAQgBBAEYAbwBuAHQALQBCAG8AbABkAAAAAAADAAAAAwAAASIAAQAAAAAAHAADAAEAAAEiAAABBgAAAAAAAAAAAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAABCSEMANjc4OTo7PD0+PwAAAAAAAAACAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGwAAAAAAABwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAFoAAAAQABAAAwAAACAALgA5AFoAegCl/xv//wAAACAALAAwAEEAYQCl/xr////hAAAABv/B/7v/nwAAAAEAAAAOAAAAAAAAAAAACgAAAEIASABDAEYARwADAAAAAAAA/7UAMgAAAAAAAAAAAAAAAAAAAAAAAAAAAQAEAgABAQERQUxJQkFCQUZvbnQtQm9sZAABAQEg+A8A+CAB+CEC+BgEtPtc+HT5tAX3KA/3UBGcHAZWEgAHAQENExoiKTpLbmluZS4wMDEuMDAxbW9uZXkudW5pRkYxQm5pbmUuMDAxdW5pRkYxQWNvcHlyaWdodCBtaXNzaW5nQUxJQkFCQSBGb250IEJvbGQAAAEAAQAAIhkAQhkAEQkBhwABigAADQAADwAAZAABiAABiwABiQAADgAASQIAAQCtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRANIA0wDUANUA1gDXANgA2QDaANsA3ADdAN4A3wDgAOEA4gFDAVoBqwIsAloCuAMcAzkDzwQ4BDoEPARRBFMEVQTNBOIE8QUEmPtc0Ky6rKKsuqzHrKPDoa2irLCspq2vraWssKzOAejVrKytrKzYA/gu+bQV+9H+fPfRBj76ORVqSWbNavs6rM2wSqwH7vsVFUXNafs68wfNaRVqZ6wG704VaklFJ6zNsEmsB/c6TxUn+zqt9xnNB6z7DhX7Bfs69wWsO++6anRpwwfv+0EV+wX7OvcFB/cZahUnXO8GrFMVamsHRVwF8Wr7OqwG0boFRawGDg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4OrIr5UQH3OPdUA/ebihVmaZSdbB9Mr2TL0xr3vgewlK2eqh7Kr86y1BuvrIJ5qh/HZrJIQhr7vgdngmp5bR5OZ0tkQxv46ARUX2FSH/u+B1a5YMDAs7TCHve+B8RjtVYeDnD4utkB93HzA/cL+QgVPfH8vPP5UgcOrIn5UgG++DYD+GmJFfw28wb3svfUBZ2glKSnGsNduFBWXF1UiB4ijgaMsJWsnqoIyLHMstYbsa6Ceawfy2ezSUAaVndXZ2Me+2/7jQX3pwYOrIvy92Tz90ryEr/zM/L3SvMu8hPy+B/3/xUT7LCwpMDDGq6CrHqoHsZnTK5DG2lrg3puH09pZk5EGobykAe4tba6vrViXFZiYlcedyOfBhPyxLpdUlJcW1JSXLvEH5ojfAdllGiebB5LsM5j1xuwrpSeqx/KsLPO1xrKcMNerx4OwPL1Affi8gP4dPdlFWD4fPshBvuJ/HkF+wH3ryPy87YH+8z1Ffc69+QF++QHDrb3ZNf3ZfAB9zX3YwP3nRZlaJSebB9LsGPO1xrzBlK6XMTEubrEHtcHxF26UlJcXFIeI/g0+BYh+677JAaorK2ZsBuwroJ4qx/LZrNHPxo/B2aCaHhrHktmR2NAGw6si/X3b/IBufX3b/ID95n4QBWAg4uKhh/3EfelBfsHBvtK/CMFfnCFbm0aZJVnnmoeSrLPYdobsq6Vnqwfy7K10dgasoGueKwey2RHtT4b+9YETlu7yMe8vcfHvVlPT1laTx8OmIr5UQG/+B8D93iKFfsIBvdo+OYF+6T2+B8oBg6iifL3bPX3QPEStvNB8vc/8jXxE/L4EvgHFRPss7Cnu78arYOreqgexWpNr0YbaWyDem4fUmlmTUcaXqBftGAeE/JWYmROSxpklWieax5Ksc9i2BuxrpWerB/LsbTP2BrHaMVath4T7PsN93QVu7FjXFtlZltcZbC7urGzuh8T8oX8ghVPW7zHx7q6yMa9W1BPWVpQHw6i96Tz92/0AbTz93DzA/hp+HkVsIGveKwezmNFtUAbZGeBeGofSmNiRT8aZJVnnmseSrHPYtoboAb7EvukBfcHBvdL+CEFmaySqaQa+9gWxry+yJ6dhoGcHq12oWZmGk5YW1BMXLnKHg4gCiEK+11L91IlCvdiyhWtb6hpJgoeJAoOIQogCqz3pe/3b/UBufX3bfQD+G74dxWyga94rB7NZEW0PhtlaIF4ah9KY2FFPxo7tkTPZh6MjIqKjB+TiJCIjYoIjgaCoKGHoRuanY6QoB+IgfsB+6QF9wcG9y/4IgWYppGnqhr7a/sCFVBbvMjHu7zGyLxbTk5aWk4fDvtd+AojCoz7jBUmCh8kCq1vqGkeDvtdi/cS94wjCvwKBCIKDiD3ru8BvPeuA7z4EhUn967vBw4eoDf/DAmLDAv47BT4exWcEwAHAQFBXW97ipCarPcv8+7yAfdl8gP4aPf6FfIjB+r3gwUiBi77gwWHBjH3gwUkBuP7gwUnJPcxKPsxI/cx+y/y9y/3MPP7MO4GDvtdi/cSJQr3JBZkcqOzsKSksrCkcWdlcnFmHw6up6eurm+naGhvb2hop2+uHwv3EiUK9yP4ChUiCgt3SgWxBrnmBZGVj5eZGgsB2/cSAwtobm5paqBzqoYLAAABAAAAAAAAAAAAAA==) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1fy4duy{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif;transition:opacity 0.2s linear}.content__container.unClickable.svelte-1fy4duy{pointer-events:none !important}.content__container.unClickable.svelte-1fy4duy *{pointer-events:none !important}.content__wrapper.svelte-1fy4duy{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1fy4duy{opacity:0;pointer-events:none}.content__container.hide.svelte-1fy4duy *{pointer-events:none !important}.content__container.disable.svelte-1fy4duy{display:none}.content.svelte-1fy4duy{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1fy4duy:not(.unfolded){pointer-events:none}.content.svelte-1fy4duy:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1fy4duy{pointer-events:auto;cursor:pointer}')}function O7(n){let t,e;return{c(){t=U("div"),w(t,"data-info","tag content is keep folded"),w(t,"data-id",e=n[0].id)},m(i,s){Y(i,t,s)},p(i,s){s&1&&e!==(e=i[0].id)&&w(t,"data-id",e)},i:oe,o:oe,d(i){i&&X(t)}}}function j7(n){let t,e,i,s,o,r,a,l,c,h,d,u,m,g,p,v,b;const P=[H7,G7,N7,F7,R7,B7,V7],M=[];function I(z,D){return D&9&&(s=null),D&9&&(o=null),D&9&&(r=null),D&9&&(a=null),D&9&&(l=null),D&9&&(c=null),D&9&&(h=null),s==null&&(s=!!(["Text"].includes(z[0].contentType)||["Text"].includes(z[3].get(z[0].contentType)))),s?0:(o==null&&(o=!!(["ImageText","Image","Video"].includes(z[0].contentType)||["ImageText","Image","Video"].includes(z[3].get(z[0].contentType)))),o?1:(r==null&&(r=!!(["Audio"].includes(z[0].contentType)||["Audio"].includes(z[3].get(z[0].contentType)))),r?2:(a==null&&(a=!!(["Marketing"].includes(z[0].contentType)||["Marketing"].includes(z[3].get(z[0].contentType)))),a?3:(l==null&&(l=!!(["Link","VRLink","PanoLink","Sticker"].includes(z[0].contentType)||["Link","VRLink","PanoLink","Sticker"].includes(z[3].get(z[0].contentType)))),l?4:(c==null&&(c=!!(["MediaPlane","MediaModel"].includes(z[0].contentType)||["MediaPlane","MediaModel"].includes(z[3].get(z[0].contentType)))),c?5:(h==null&&(h=!!(["Panorama"].includes(z[0].contentType)||["Panorama"].includes(z[3].get(z[0].contentType)))),h?6:-1))))))}return~(d=I(n,-1))&&(u=M[d]=P[d](n)),{c(){var z;t=U("div"),e=U("div"),i=U("div"),u&&u.c(),w(i,"class","content svelte-1fy4duy"),Ie(i,"unfolded",(z=n[0].state)==null?void 0:z.unfolded),w(e,"class","content__wrapper svelte-1fy4duy"),w(t,"class",m=Mt(gi("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",g=n[0].id),Ie(t,"disable",n[0].enabled===!1),Ie(t,"hide",n[5]),Ie(t,"unClickable",n[0].config.clickable===!1),_(t,"width",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0),_(t,"height",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0)},m(z,D){Y(z,t,D),V(t,e),V(e,i),~d&&M[d].m(i,null),n[16](t),p=!0,v||(b=_e(t,"click",n[17],!0),v=!0)},p(z,D){var L;let j=d;d=I(z,D),d===j?~d&&M[d].p(z,D):(u&&(Se(),Z(M[j],1,1,()=>{M[j]=null}),xe()),~d?(u=M[d],u?u.p(z,D):(u=M[d]=P[d](z),u.c()),R(u,1),u.m(i,null)):u=null),(!p||D&1)&&Ie(i,"unfolded",(L=z[0].state)==null?void 0:L.unfolded),(!p||D&1&&m!==(m=Mt(gi("content__container",z[0].className))+" svelte-1fy4duy"))&&w(t,"class",m),(!p||D&1&&g!==(g=z[0].id))&&w(t,"data-id",g),(!p||D&1)&&Ie(t,"disable",z[0].enabled===!1),(!p||D&33)&&Ie(t,"hide",z[5]),(!p||D&1)&&Ie(t,"unClickable",z[0].config.clickable===!1),D&1&&_(t,"width",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0),D&1&&_(t,"height",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0)},i(z){p||(R(u),p=!0)},o(z){Z(u),p=!1},d(z){z&&X(t),~d&&M[d].d(),n[16](null),v=!1,b()}}}function _7(n){let t,e,i,s,o,r,a;return e=new T7({props:{tag:pt(n[0]),rendererMap:n[2]}}),{c(){t=U("div"),pe(e.$$.fragment),w(t,"class",i=Mt(gi("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",s=n[0].id),Ie(t,"custom-tag-disable",n[0].enabled===!1),Ie(t,"custom-tag-hide",n[5])},m(l,c){Y(l,t,c),ge(e,t,null),n[14](t),o=!0,r||(a=_e(t,"click",n[15]),r=!0)},p(l,c){const h={};c&1&&(h.tag=pt(l[0])),c&4&&(h.rendererMap=l[2]),e.$set(h),(!o||c&1&&i!==(i=Mt(gi("content__container",l[0].className))+" svelte-1fy4duy"))&&w(t,"class",i),(!o||c&1&&s!==(s=l[0].id))&&w(t,"data-id",s),(!o||c&1)&&Ie(t,"custom-tag-disable",l[0].enabled===!1),(!o||c&33)&&Ie(t,"custom-tag-hide",l[5])},i(l){o||(R(e.$$.fragment,l),o=!0)},o(l){Z(e.$$.fragment,l),o=!1},d(l){l&&X(t),me(e),n[14](null),r=!1,a()}}}function V7(n){let t,e;return t=new E7({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 B7(n){let t,e;return t=new XE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 R7(n){let t,e;return t=new b7({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 F7(n){let t,e;return t=new yE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 N7(n){let t,e;return t=new HE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 G7(n){let t,e;return t=new uE({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 H7(n){let t,e;return t=new LM({props:{tag:pt(n[0])}}),{c(){pe(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=pt(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 W7(n){let t,e,i,s,o;const r=[_7,j7,O7],a=[];function l(c,h){return h&5&&(t=null),t==null&&(t=!!(c[0].element||c[2].has(c[0].contentType))),t?0:c[4]?1:2}return e=l(n,-1),i=a[e]=r[e](n),{c(){i.c(),s=Re()},m(c,h){a[e].m(c,h),Y(c,s,h),o=!0},p(c,[h]){let d=e;e=l(c,h),e===d?a[e].p(c,h):(Se(),Z(a[d],1,1,()=>{a[d]=null}),xe(),i=a[e],i?i.p(c,h):(i=a[e]=r[e](c),i.c()),R(i,1),i.m(s.parentNode,s))},i(c){o||(R(i),o=!0)},o(c){Z(i),o=!1},d(c){a[e].d(c),c&&X(s)}}}function U7(n,t,e){let i,s,o,r,a,l,{tag:c}=t,{hooks:h}=t,{rendererMap:d=new Map}=t,{contentTypeMap:u=new Map}=t,{state:m}=t,{mediaStore:g}=t,{temporaryState:p}=t;qa("hooks",h),qa("mediaStore",g);let v,b;function P(L){L?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}function M(L,O,A){var C,k;return!(!L.enabled||!O.visible||!O.enabled||!A.visible||!((C=L.state)!=null&&C.visible)||((k=L.temporaryState)==null?void 0:k.visible)===!1||L instanceof H1&&L.loading)}function I(L){Je[L?"unshift":"push"](()=>{c.contentDom=L,e(0,c)})}const z=L=>h.emit("click",{event:L,target:"TagContent",tag:c});function D(L){Je[L?"unshift":"push"](()=>{c.contentDom=L,e(0,c)})}const j=L=>{c.entryFromModel&&Ai(c.five.state.mode)?(L.stopPropagation(),c.find({targetMode:"Panorama"})):h.emit("click",{event:L,target:"TagContent",tag:c})};return n.$$set=L=>{"tag"in L&&e(0,c=L.tag),"hooks"in L&&e(1,h=L.hooks),"rendererMap"in L&&e(2,d=L.rendererMap),"contentTypeMap"in L&&e(3,u=L.contentTypeMap),"state"in L&&e(6,m=L.state),"mediaStore"in L&&e(7,g=L.mediaStore),"temporaryState"in L&&e(8,p=L.temporaryState)},n.$$.update=()=>{var L,O,A,C,k,E,x,T,H,B,J;n.$$.dirty&1&&e(12,i=(L=c.state)==null?void 0:L.unfolded),n.$$.dirty&1&&e(11,s=(O=c.state)==null?void 0:O.visible),n.$$.dirty&321&&e(13,o=m.visible&&p.visible&&((A=c.state)==null?void 0:A.visible)),n.$$.dirty&1&&(r=c.id),n.$$.dirty&321&&e(5,a=!M(c,m,p)),n.$$.dirty&8192&&P(o),n.$$.dirty&7681&&c.hooks&&(i!==void 0&&i!==b&&(e(10,b=i),i?(k=(C=c.hooks).emit)==null||k.call(C,"unfolded"):(x=c==null?void 0:(E=c.hooks).emit)==null||x.call(E,"folded")),s!==void 0&&s!==v&&(e(9,v=s),s?(H=(T=c.hooks).emit)==null||H.call(T,"show"):(J=(B=c.hooks).emit)==null||J.call(B,"hide"))),n.$$.dirty&1&&e(4,l=(()=>!(typeof c.config.unfoldedConfig=="object"&&c.config.unfoldedConfig.keep==="folded"))())},[c,h,d,u,l,a,m,g,p,v,b,s,i,o,I,z,D,j]}let yd=class extends Ce{constructor(t){super(),Pe(this,t,U7,W7,we,{tag:0,hooks:1,rendererMap:2,contentTypeMap:3,state:6,mediaStore:7,temporaryState:8},z7)}};class H1 extends nd{constructor(e,i){super(e,i);f(this,"loading",!1);f(this,"loadModel",()=>ie(this,null,function*(){var r,a;const e=this.data.modelUrl;if(!e||(this.loading=!0,yield yi(this.five),!this.plugin.tags.includes(this)))return;const i=U8(e).then(l=>ie(this,null,function*(){var d;const c=Object.assign(l.scene,{customID:this.id,isTagModel:!0,removeEventListener:this.getConfig().clickable===!1?()=>{}:this.addObjectClickHandler(this,l.scene,u=>{this.plugin.hooks.emit("click",{target:"TagModel",tag:this,event:u})})});return new y.Matrix4().fromArray(this.matrix).decompose(c.position,c.quaternion,c.scale),c.updateWorldMatrix(!0,!0),c.visible=this.visible,(d=this.getConfig().modelConfig)!=null&&d.autoLookAtEnabled&&c.lookAt(this.five.camera.position.clone().setY(c.position.y)),c}));this.model={promise:i};const s=yield i;if(this.loading=!1,((r=this.model)==null?void 0:r.promise)!==i||!this.plugin.tags.includes(this))return;this.model.object=s;const o=this.plugin.gltfObjectGroup.children.find(l=>l.customID===this.id);if(o&&(this.plugin.gltfObjectGroup.remove(o),o.removeEventListener()),Gs(this)){const l=this.data.mediaPosition.map(Nt);if(this.computeRenderType()==="Mesh"&&!this.mediaPlane){this.mediaPlane=new td(this.data.mediaData[0].url,l,{objectFit:this.data.objectFit});const c=new y.Vector3().addVectors(l[0],l[2]).divideScalar(2);this.mediaPlane.position.copy(c),s.add(this.mediaPlane)}if(this.computeRenderType()!=="Mesh"){(a=this.tag3DContentSvelte)==null||a.dispose();const c=document.createElement("div");c.classList.add("tag-media-container");const h="black";c.style.backgroundColor=h,c.style.border=`3px solid ${h}`;const d=N({mode:"behind",cornerPoints:l,container:c},this.config.tag3DConfig),u=this.computeRenderType()==="BehindDom"||d.mode==="behind"?"behind":"front",m=new h0(de(N({},d),{mode:u})),g=this.computeNormal();m.position.add(g.clone().setLength(rn.Z_FIGHTING_OFFSET)),s.add(m);let p;m.mode==="behind"&&this.config.clickable!==!1&&(p=this.addObjectClickHandler(this,m,b=>{this.plugin.hooks.emit("click",{event:b,target:"TagContent",tag:this})}));const v=new yd({target:c,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()}}}}return this.plugin.gltfObjectGroup.add(s),s}));this.state.unfolded=!0,dr(this.five),this.loadModel().then(()=>this.updateVisible())}applyVisible(){var e,i;(e=this.tag3DContentSvelte)==null||e.svelteApp.$set({tag:this,state:this.plugin.state,temporaryState:this.plugin.temporaryState}),(i=this.model)!=null&&i.object&&(this.model.object.visible=this.visible)}set(...e){super.set(...e),this.loadModel()}setData(...e){var s;super.setData(...e);const i=this.data.mediaPosition.map(Nt);this.computeRenderType()==="Mesh"?this.mediaPlane&&this.mediaPlane.src!==this.data.mediaData[0].url&&(this.mediaPlane.removeFromParent(),this.mediaPlane=new td(this.data.mediaData[0].url,i,{objectFit:this.data.objectFit})):(s=this.tag3DContentSvelte)==null||s.svelteApp.$set({tag:this})}computeNormal(){return Zp(this.data.mediaPosition)}}function wd(n,t,e){if(e){const s=new y.Vector3().subVectors(n.position,e).applyQuaternion(n.quaternion.clone().inverse()).applyQuaternion(t).add(e);n.position.copy(s)}n.quaternion.copy(t)}class Yr extends ci{constructor(e,i){var s,o;super();f(this,"originObject3D");f(this,"onRender");f(this,"positionFrom");this.originObject3D=e,this.onRender=(s=i==null?void 0:i.onRender)!=null?s:()=>{},this.positionFrom=(o=i==null?void 0:i.positionFrom)!=null?o:"objectPosition"}get helperObject(){return this}render(){this.onRender()}enable(){this.parent.children.includes(this)||this.parent.add(this)}disable(){this.removeFromParent()}show(){this.visible=!0,this.render()}hide(){this.visible=!1,this.render()}raycasterIntersectObject(e,i=[]){return e.intersectObject(this,!0,i)}initialPosition(e){var i,s;this.positionFrom==="objectPosition"?this.position.copy(this.originObject3D.position):this.positionFrom==="boundingBox"?this.position.copy((i=Cs(this.originObject3D))==null?void 0:i.getCenter(new y.Vector3).applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom==="boundingSphere"?this.position.copy((s=Bu(this.originObject3D))==null?void 0:s.center.clone().applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom instanceof G.Vector3?this.position.copy(this.positionFrom):this.positionFrom instanceof Function&&this.position.copy(this.positionFrom(this.originObject3D)),e&&this.position.add(e)}setScaleByCamera(e){}initQuaternion(e){if(this.quaternion.copy(this.originObject3D.quaternion),e&&(e.xAxis||e.yAxis||e.zAxis)){const i=e.xAxis instanceof Function?e.xAxis():e.xAxis,s=e.yAxis instanceof Function?e.yAxis():e.yAxis,o=e.zAxis instanceof Function?e.zAxis():e.zAxis;let r=i==null?void 0:i.clone(),a=s==null?void 0:s.clone(),l=o==null?void 0:o.clone();if(r&&!a&&!a){const c=new y.Quaternion().setFromUnitVectors(new y.Vector3(1,0,0),r.normalize());this.applyQuaternion(c)}if(a&&!r&&!l){const c=new y.Quaternion().setFromUnitVectors(new y.Vector3(0,1,0),a.normalize());this.applyQuaternion(c)}if(l&&!r&&!a){const c=new y.Quaternion().setFromUnitVectors(new y.Vector3(0,0,1),l.normalize());this.applyQuaternion(c)}if([r,a,l].filter(He).length>=2){r||(r=new y.Vector3().crossVectors(a,l).normalize()),a||(a=new y.Vector3().crossVectors(r,l).normalize()),l||(l=new y.Vector3().crossVectors(r,a).normalize()),r.applyQuaternion(this.quaternion),a.applyQuaternion(this.quaternion),l.applyQuaternion(this.quaternion);const c=new y.Matrix4().makeBasis(r,a,l),h=new y.Quaternion().setFromRotationMatrix(c);this.quaternion.copy(h)}}}applyHelperScaleMatrix4(e,i){this.scale.applyMatrix4(e)}setHelperQuaternion(e,i){this.initQuaternion(),wd(this,this.quaternion.clone().premultiply(e),i)}applyHelperQuaternion(e,i){if(i){const s=new G.Vector3().subVectors(this.position,i).applyQuaternion(e).add(i);this.position.copy(s)}this.applyQuaternion(e)}dispose(){this.removeFromParent()}}class Q7 extends Yr{}class X7 extends Yr{}class Y7 extends Yr{}class Z7 extends Yr{}class q7 extends Yr{}class W1 extends y.Group{constructor(e){super();f(this,"direction");this.direction=e||"x"}}class U1 extends y.Mesh{constructor(e,i,s){super(e,i);f(this,"direction");this.direction=s||"x"}}function J7(n,t){const{offsetWidth:e,offsetHeight:i}=t,{top:s,left:o}=t.getBoundingClientRect();return Object.assign(new y.Vector2,{x:(n.x-o)/e*2-1,y:-(n.y-s)/i*2+1})}function jl(n,t,e){if(!t||!e||!n)return;const i=J7(t,e);if(Math.abs(i.x)===1||Math.abs(i.y)===1)return;const s=new y.Raycaster;return s.setFromCamera(i,n),s.params.Points.threshold=.1,s}const Ni={ROTATE_HELPER:9992,MOVE_HELPER:9993,SCALE_HELPER_LINE:9994,SCALE_HELPER_SPHERE:9995,MOVE_HELPER_ARROW:10001,MOVE_HELPER_CENTER:10002,DRAG_GUIDE_LINE:10003,DRAG_FACE_PATCH:10004};class Pd extends W1{constructor(e){var h;super(e.direction);f(this,"line");f(this,"arrow");f(this,"lineHeight",.4);f(this,"arrowHeight",.1);f(this,"name","ArrowGroup");const i=new y.Color((h=e.color)!=null?h:16214315),s=new y.MeshBasicMaterial({color:i,transparent:!0,opacity:1,depthTest:!1,depthWrite:!1}),o=new y.ConeGeometry(.04,.1,32),r=new U1(o,s.clone(),e.direction);r.name=`arrow-${e.direction}`,r.renderOrder=Ni.MOVE_HELPER_ARROW,this.arrow=r;const a=.004,l=new y.CylinderGeometry(a,a,.4,32),c=new U1(l,s.clone(),e.direction);c.name=`line-${e.direction}`,c.renderOrder=Ni.MOVE_HELPER_ARROW,this.line=c,this.formatArrow(),this.formatLine(),this.add(this.arrow,this.line)}formatArrow(){this.arrow.geometry.translate(0,this.lineHeight+this.arrowHeight/2,0),this.direction==="x"?(this.arrow.geometry.rotateX(Math.PI/2),this.arrow.geometry.rotateY(Math.PI/2)):this.direction==="z"&&this.arrow.geometry.rotateX(Math.PI/2)}formatLine(){this.line.geometry.translate(0,this.lineHeight/2,0),this.direction==="x"?(this.line.geometry.rotateX(Math.PI/2),this.line.geometry.rotateY(Math.PI/2)):this.direction==="z"&&this.line.geometry.rotateX(Math.PI/2)}}class Q1 extends W1{constructor(e){var a,l;super("plane");f(this,"cube");f(this,"name","CenterHandle");f(this,"faceMaterials");f(this,"baseColor");f(this,"faceNormals",[new y.Vector3(1,0,0),new y.Vector3(-1,0,0),new y.Vector3(0,1,0),new y.Vector3(0,-1,0),new y.Vector3(0,0,1),new y.Vector3(0,0,-1)]);this.baseColor=new y.Color((a=e==null?void 0:e.color)!=null?a:16419862);const i=(l=e==null?void 0:e.size)!=null?l:.05,s=new y.Color(16755008).convertSRGBToLinear();this.faceMaterials=Array.from({length:6},()=>new y.MeshBasicMaterial({color:s,transparent:!0,opacity:1,depthTest:!1,depthWrite:!1,side:y.FrontSide}));const o=new y.BoxGeometry(i,i,i),r=new y.Mesh(o,this.faceMaterials);r.direction="plane",r.renderOrder=Ni.MOVE_HELPER_CENTER,r.name="center-plane-handle",this.cube=r,this.add(this.cube)}update(e){const i=new y.Vector3().subVectors(e.position,this.cube.getWorldPosition(new y.Vector3)).normalize(),s=this.cube.getWorldQuaternion(new y.Quaternion),o=this.faceNormals.map((a,l)=>{const h=a.clone().applyQuaternion(s).dot(i);return{index:l,angle:Math.acos(Math.abs(h))}});o.sort((a,l)=>a.angle-l.angle);const r=[new y.Color(16755008).convertSRGBToLinear(),new y.Color(16419862).convertSRGBToLinear(),new y.Color(13921032).convertSRGBToLinear()];o.forEach((a,l)=>{const c=Math.floor(l/2);this.faceMaterials[a.index].color.copy(r[c])})}}const Cd={X:16730698,Y:54927,Z:3368703};class Fo{static get X(){return new y.Color(Cd.X).convertSRGBToLinear().clone()}static get Y(){return new y.Color(Cd.Y).convertSRGBToLinear().clone()}static get Z(){return new y.Color(Cd.Z).convertSRGBToLinear().clone()}}function Id(n,t,e){const r=n.position.distanceTo(t),a=n.fov,l=n.distance||3,c=r/3,h=a/90,d=l/3,u=c*h*d,m=(e==null?void 0:e.min)||.6,g=e==null?void 0:e.max;return m&&u<m?m:g&&u>g?g:u}function K7(n,t,e){return n<t?t:n>e?e:n}function $7(n){let t=n.pose.latitude,e=n.pose.longitude;if(hi(t)||hi(e)){const i=n.matrix.elements;t=Math.asin(K7(i[9],-1,1)),Math.abs(i[9])<.9999999?e=Rc(Math.atan2(i[8],i[10])):e=Rc(Math.atan2(-i[2],i[0]))}return{latitude:t,longitude:e}}function e6(n){const{latitude:t,longitude:e}=n,i=new y.Vector3;return X1-t<.03?i.set(0,1,0):Md(0,e)?i.set(0,0,1):Md(Math.PI,e)?i.set(0,0,-1):Md(X1,e)?i.set(1,0,0):i.set(-1,0,0),i}const X1=Number((Math.PI/2).toFixed(5));function Md(n,t){return typeof n!="number"||typeof t!="number"?!1:Math.abs(n-t)<.001}class t6 extends Q7{constructor(e,i){super(e,i);f(this,"name","MoveHelper");f(this,"xArrow");f(this,"yArrow");f(this,"zArrow");f(this,"centerHandle");i.xArrowEnable!==!1&&(this.xArrow=new Pd({direction:"x",color:Fo.X})),i.yArrowEnable!==!1&&(this.yArrow=new Pd({direction:"y",color:Fo.Y})),i.zArrowEnable!==!1&&(this.zArrow=new Pd({direction:"z",color:Fo.Z})),i.centerHandleEnable!==!1&&(this.centerHandle=new Q1),this.add(...[this.xArrow,this.yArrow,this.zArrow,this.centerHandle].filter(Boolean))}update(e){this.xArrow&&(this.xArrow.visible=!0),this.yArrow&&(this.yArrow.visible=!0),this.zArrow&&(this.zArrow.visible=!0),this.centerHandle&&this.centerHandle.update(e);const i=this.helperObject.position.clone().sub(e.position).normalize(),s=new y.Vector3(1,0,0).applyQuaternion(this.quaternion),o=new y.Vector3(0,1,0).applyQuaternion(this.quaternion),r=new y.Vector3(0,0,1).applyQuaternion(this.quaternion);if(e.type==="OrthographicCamera"){const a=$7(e),l=e6(a),c=.0872665;Math.abs(s.angleTo(l)-0)<c||Math.abs(s.angleTo(l)-Math.PI)<c?this.xArrow&&(this.xArrow.visible=!1):Math.abs(o.angleTo(l)-0)<c||Math.abs(o.angleTo(l)-Math.PI)<c?this.yArrow&&(this.yArrow.visible=!1):(Math.abs(r.angleTo(l)-0)<c||Math.abs(r.angleTo(l)-Math.PI)<c)&&this.zArrow&&(this.zArrow.visible=!1)}if(e.type!=="OrthographicCamera"){const a=i.angleTo(s),l=i.angleTo(o),c=i.angleTo(r),h=Math.PI/2,d=l<h,u=c<h,m=a<h;this.xArrow&&(m?(this.xArrow.scale.x=-1,this.xArrow.scale.y=1,this.xArrow.scale.z=1):(this.xArrow.scale.x=1,this.xArrow.scale.y=1,this.xArrow.scale.z=1)),this.yArrow&&(d?(this.yArrow.scale.x=1,this.yArrow.scale.y=-1,this.yArrow.scale.z=1):(this.yArrow.scale.x=1,this.yArrow.scale.y=1,this.yArrow.scale.z=1)),this.zArrow&&(u?(this.zArrow.scale.x=1,this.zArrow.scale.y=1,this.zArrow.scale.z=-1):(this.zArrow.scale.x=1,this.zArrow.scale.y=1,this.zArrow.scale.z=1))}}show(){super.show(),this.xArrow&&this.add(this.xArrow),this.yArrow&&this.add(this.yArrow),this.zArrow&&this.add(this.zArrow),this.centerHandle&&this.add(this.centerHandle)}setScaleByCamera(e){this.scale.setScalar(Id(e,this.position))}showDraggingHelper(e){this.xArrow&&(e.includes("x")?this.add(this.xArrow):this.remove(this.xArrow)),this.yArrow&&(e.includes("y")?this.add(this.yArrow):this.remove(this.yArrow)),this.zArrow&&(e.includes("z")?this.add(this.zArrow):this.remove(this.zArrow)),this.centerHandle&&(e.includes("plane")?this.add(this.centerHandle):this.remove(this.centerHandle))}dispose(){this.remove(...[this.xArrow,this.yArrow,this.zArrow,this.centerHandle].filter(Boolean)),super.dispose()}}function Qs(n,t){return i6(document.createElement(t!=null?t:"div"),n)}function i6(n,t){if(!t)return n;for(const e in t)e&&t[e]&&(n.style[e]=t[e]);return n}function n6(n){const t=Qs(N({position:"absolute",display:"block",borderRadius:"4px",paddingTop:"1px",paddingBottom:"1px",paddingLeft:"4px",paddingRight:"4px",pointerEvents:"none",userSelect:"none",zIndex:"99999",backgroundColor:"rgba(0,0,0,0.7)",fontSize:"12px",color:"#fff",letterSpacing:"0",lineHeight:"18px"},n)),e=()=>{t.style.display!=="block"&&t.style.top&&t.style.left&&(t.style.display="block")};return{element:t,show:e,hide:()=>{t.style.display="none",t.style.top="",t.style.left=""},setLeftTop:(o,r)=>{t.style.left=o,t.style.top=r,e()}}}class s6 extends Y7{constructor(e,i){super(e,i);f(this,"name","RotateHelper");f(this,"xCircle");f(this,"yCircle");f(this,"zCircle");f(this,"children",[]);f(this,"angleTips");f(this,"container");(i==null?void 0:i.yzCircleEnable)!==!1&&(this.xCircle=new kd({direction:"x",color:Fo.X})),(i==null?void 0:i.xzCircleEnable)!==!1&&(this.yCircle=new kd({direction:"y",color:Fo.Y})),(i==null?void 0:i.xyCircleEnable)!==!1&&(this.zCircle=new kd({direction:"z",color:Fo.Z})),i!=null&&i.container&&(i==null?void 0:i.angleTipsEnable)!==!1&&(this.container=i==null?void 0:i.container,this.angleTips=n6({display:"none"}),this.container.appendChild(this.angleTips.element)),this.add(...[this.xCircle,this.yCircle,this.zCircle].filter(Boolean)),this.show()}hide(){this.children.forEach(e=>e.hide())}show(){var e;this.children.forEach(i=>i.showCircle()),(e=this.angleTips)==null||e.hide()}setScaleByCamera(e){this.scale.setScalar(Id(e,this.position))}update(e){if(e.type==="OrthographicCamera")return;const i=this.helperObject.position.clone().sub(e.position).normalize(),s=new y.Vector3(1,0,0).applyQuaternion(this.quaternion),o=new y.Vector3(0,1,0).applyQuaternion(this.quaternion),r=new y.Vector3(0,0,1).applyQuaternion(this.quaternion),a=i.angleTo(s),l=i.angleTo(o),c=i.angleTo(r),h=Math.PI/2,d=l>=h,u=c>=h,m=a>=h;if(this.xCircle){const g=this.xCircle.circle.gapAngle;d&&u?this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):d&&!u?this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!d&&u?this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!d&&!u&&(this.xCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),this.xCircle.angleSector&&(this.xCircle.angleSector.offsetAngle=p=>p,d&&u?this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,1):d&&!u?this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,1):!d&&u?(this.xCircle.angleSector.baseAxes=new y.Vector3(0,-1,0),this.xCircle.angleSector.offsetAngle=p=>p-Math.PI/2):!d&&!u&&(this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.xCircle.angleSector.offsetAngle=p=>p-Math.PI))}if(this.yCircle){this.yCircle.angleSector.offsetAngle=p=>p;const g=this.yCircle.circle.gapAngle;m&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):m&&!u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!m&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!m&&!u&&(this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),m&&u?this.yCircle.angleSector.baseAxes=new y.Vector3(1,0,0):m&&!u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.yCircle.angleSector.offsetAngle=p=>p-Math.PI/2):!m&&u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,1),this.yCircle.angleSector.offsetAngle=p=>p+Math.PI/2):!m&&!u&&(this.yCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.yCircle.angleSector.offsetAngle=p=>p+Math.PI)}if(this.zCircle){this.zCircle.angleSector.offsetAngle=p=>p;const g=this.zCircle.circle.gapAngle;m&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):m&&!d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!m&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!m&&!d&&(this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),this.zCircle.angleSector&&(m&&d?this.zCircle.angleSector.baseAxes=new y.Vector3(1,0,0):m&&!d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,-1,0),this.zCircle.angleSector.offsetAngle=p=>p-Math.PI/2):!m&&d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,1,0),this.zCircle.angleSector.offsetAngle=p=>p+Math.PI/2):!m&&!d&&(this.zCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.zCircle.angleSector.offsetAngle=p=>p+Math.PI))}}showDraggingHelper(e){var i;this.hide(),this.children.filter(s=>e.includes(s.direction)).forEach(s=>s.showRing()),(i=this.angleTips)==null||i.show()}dispose(){var e,i;this.removeFromParent(),(i=(e=this.angleTips)==null?void 0:e.element)==null||i.remove()}}class kd extends y.Group{constructor(e){super();f(this,"direction");f(this,"circle");f(this,"ring");f(this,"angleSector");this.direction=e.direction,this.circle=new o6(e),this.ring=new r6(e),this.angleSector=new a6(e),this.add(this.circle,this.ring,this.angleSector),this.direction==="y"?this.rotation.x=Math.PI/2:this.direction==="x"&&(this.rotation.y=-Math.PI/2)}showCircle(){this.add(this.circle),this.remove(this.ring,this.angleSector)}showRing(){this.add(this.ring,this.angleSector),this.remove(this.circle)}hide(){this.remove(this.ring,this.angleSector,this.circle)}}let o6=class extends y.Mesh{constructor(e){var i;super();f(this,"direction");f(this,"gapAngle",.02);f(this,"geometry",new y.RingGeometry(.25,.3,20,8,this.gapAngle,Math.PI/2-this.gapAngle*2));this.material=new y.MeshBasicMaterial({opacity:.6,transparent:!0,color:(i=e.color)!=null?i:16777215,side:y.DoubleSide,depthTest:!1}),this.direction=e.direction,this.renderOrder=Ni.ROTATE_HELPER,this.geometry.name=`RotateHelperCircleGeometry-${this.direction}`}};class r6 extends y.Group{constructor(e){super();f(this,"direction");this.direction=e.direction;const i=.015,s=new Array(8).fill(null).map((o,r)=>{const a=new y.RingGeometry(.25,.3,20,8,Math.PI/4*r+i,Math.PI/4-i*2),l=new y.MeshBasicMaterial({opacity:1,color:16777215,depthTest:!1,depthWrite:!1,transparent:!0,side:y.DoubleSide}),c=new y.Mesh(a,l);return c.name=`AxesDashedRing-${this.direction}-${r}`,c});this.add(...s)}}class a6 extends y.Mesh{constructor(e){var s;super();f(this,"direction");f(this,"baseAxes");f(this,"offsetAngle",e=>e);f(this,"angleDirection");switch(e.direction){case"x":this.baseAxes=new y.Vector3(0,0,1);break;case"y":this.baseAxes=new y.Vector3(1,0,0);break;case"z":this.baseAxes=new y.Vector3(1,0,0);break}const i=.3+5e-4;this.geometry=new y.CircleGeometry(i,48,0,1e-4),this.material=new y.MeshBasicMaterial({opacity:.4,color:(s=e.color)!=null?s:16777215,depthTest:!1,depthWrite:!1,transparent:!0,side:y.DoubleSide}),this.direction=e.direction,this.angleDirection=this.direction==="z"?1:-1}setClockwiseDirection(){this.angleDirection=-1}setCounterClockwiseDirection(){this.angleDirection=1}toggleDirection(){this.angleDirection=this.angleDirection===1?-1:1}setBaseAxes(e){this.baseAxes=e.clone().normalize()}getDirection(){return this.angleDirection===-1?"clockwise":"counterclockwise"}}function l6(){const n=Qs({width:"100%",height:"100%",left:"0",top:"0",position:"absolute",pointerEvents:"none"}),t=Qs({boxSizing:"border-box",width:"100%",height:"100%",left:"0",top:"0",position:"relative",display:"flex",alignItems:"center",justifyContent:"center"}),e=Qs({boxSizing:"border-box",width:"100%",height:"100%",left:"0",top:"0",position:"absolute",border:"1px solid rgba(255,255,255,0.4)"});n.appendChild(t),t.appendChild(e);const i="-4px",s={direction:"nesw",element:is({cursor:"nesw-resize",left:i,bottom:i})},o={direction:"ns",element:is({cursor:"ns-resize",bottom:i})},r={direction:"nwse",element:is({cursor:"nwse-resize",right:i,bottom:i})},a={direction:"ew",element:is({cursor:"ew-resize",right:i})},l={direction:"nesw",element:is({cursor:"nesw-resize",right:i,top:i})},c={direction:"ns",element:is({cursor:"ns-resize",top:i})},h={direction:"nwse",element:is({cursor:"nwse-resize",left:i,top:i})},d={direction:"ew",element:is({cursor:"ew-resize",left:i})};return new Array(o,a,c,d,s,r,l,h).forEach(m=>t.appendChild(m.element)),{container:n,spheres:[s,o,r,a,l,c,h,d]}}function is(n){const t=Qs(N({background:"#FFFF00",width:"9px",height:"9px",position:"absolute",pointerEvents:"none",borderRadius:"50%"},n)),e=Qs({width:"15px",height:"15px",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",pointerEvents:"none"}),i=Qs({width:"15px",height:"15px",cursor:n==null?void 0:n.cursor,pointerEvents:"auto",background:"transparent"});return i.draggable=!0,e.appendChild(i),t.appendChild(e),t}const _l=new Map;function Y1(n){if(_l.has(n))return _l.get(n).hooks;const t=new Et;let e=null,i;const s=()=>{e=requestAnimationFrame(s);const r=n.projectionMatrix.toArray().join(",")+n.matrixWorld.toArray().join(",");r!==i&&(i=r,t.emit("cameraUpdate"))};s();const o=()=>{_l.delete(n),cancelAnimationFrame(e)};return _l.set(n,{hooks:t,dispose:o}),t}class c6 extends q7{constructor(e,i,s,o){super(e);f(this,"name","CSS3DScaleHelper");f(this,"points",[]);f(this,"cornerPositions",[]);f(this,"css3DInstance");f(this,"plane");f(this,"css3DRenderer",new co);f(this,"camera");f(this,"scene");f(this,"container");f(this,"enabled",!1);f(this,"initialScale");this.camera=s,this.scene=o,this.container=i,this.initRectangleScaleHelper()}get helperObject(){var e;if(!((e=this.css3DInstance)!=null&&e.css3DObject))throw new Error("css3DInstance is not initialized");return this.css3DInstance.css3DObject}initQuaternion(){this.quaternion.copy(this.originObject3D.quaternion)}applyMatrix4(e){var i;super.applyMatrix4(e),this.helperObject.applyMatrix4(e),(i=this.plane)==null||i.applyMatrix4(e),this.cornerPositions.forEach(s=>s.applyMatrix4(e))}showDraggingHelper(){}applyHelperScaleMatrix4(e,i){var s;(s=this.plane)==null||s.scale.applyMatrix4(e),this.helperObject.applyScaleMatrix4(e),setTimeout(()=>{this.updateSphereCorrection()},0)}updatePoints(){const e=this.calculatePointPosition(this.cornerPositions);this.points.forEach((i,s)=>{i.position.copy(e[s])})}update(e){var i;(i=this.css3DInstance)!=null&&i.css3DObject&&this.helperObject.position.copy(this.originObject3D.position),this.plane&&this.plane.position.copy(this.originObject3D.position),this.updatePoints(),this.css3DInstance&&this.css3DInstance.show(),this.plane&&(this.plane.visible=!0)}applyHelperQuaternion(e,i){var o;const s=(o=this.css3DInstance)==null?void 0:o.css3DObject;if(s){const r=new y.Vector3().subVectors(s.position,i).applyQuaternion(e).add(i);s.position.copy(r),s.applyQuaternion(e)}if(this.plane){const r=new y.Vector3().subVectors(this.plane.position,i).applyQuaternion(e).add(i);this.plane.position.copy(r),this.plane.applyQuaternion(e)}this.cornerPositions.forEach(r=>{const a=new y.Vector3().subVectors(r,i).applyQuaternion(e).add(i);r.copy(a)})}enable(){var e;this.enabled||(this.enabled=!0,(e=this.css3DInstance)==null||e.enable(),this.plane&&this.scene.add(this.plane))}disable(){var e;this.enabled&&(this.enabled=!1,(e=this.css3DInstance)==null||e.disable(),this.plane&&this.scene.remove(this.plane))}show(){var e;(e=this.css3DInstance)==null||e.show(),this.plane&&(this.plane.visible=!0)}hide(){var e;(e=this.css3DInstance)==null||e.hide(),this.plane&&(this.plane.visible=!1)}dispose(){this.disable(),this.css3DRenderer.dispose()}onScaleEnd(){Y1(this.camera).emit("cameraUpdate")}updateSphereCorrection(){if(!this.css3DInstance)return;this.initialScale||(this.initialScale={x:this.originObject3D.scale.x,y:this.originObject3D.scale.y});const e=this.originObject3D.scale,i=e.x/this.initialScale.x,s=e.y/this.initialScale.y,o=this.css3DInstance.css3DObject.container;o.style.setProperty("--parent-scaleX",i.toString()),o.style.setProperty("--parent-scaleY",s.toString())}initRectangleScaleHelper(){var a,l;const e=this.getCornerPositions();if(!e)return;this.cornerPositions=e;const i=this.css3DRenderer.create3DElement(this.camera,e,{ratio:.003});if(!i)return;this.css3DInstance=i,i.appendToElement(this.container);const s=i.css3DObject.container,{container:o,spheres:r}=l6();this.points=r.map((c,h)=>({direction:c.direction,point:c.element,position:this.calculatePointPosition(e)[h]})),s.insertBefore(o,(a=s.children[0])!=null?a:null),this.helperObject.position.copy(this.originObject3D.position),(l=this.plane)==null||l.position.copy(this.originObject3D.position)}getCornerPositions(){const{originObject3D:e}=this;if(e.isCSS3DObject&&e.cornerPoints)return e.cornerPoints;console.error("当前物体暂时不支持 ScaleHelper")}calculatePointPosition(e){return[e[0].clone(),e[0].clone().add(e[1]).divideScalar(2),e[1].clone(),e[1].clone().add(e[2]).divideScalar(2),e[2].clone(),e[2].clone().add(e[3]).divideScalar(2),e[3].clone(),e[3].clone().add(e[0]).divideScalar(2)]}}class h6 extends X7{constructor(e){super(e);f(this,"name","BoundingBoxHelper");f(this,"box");f(this,"outline");f(this,"positionAttribute");this.positionAttribute=new y.BufferAttribute(new Float32Array(8*3),3),this.box=this.createBox(),this.outline=this.createOutline(),this.add(this.box,this.outline),this.update()}initQuaternion(){this.quaternion.copy(this.originObject3D.quaternion)}setHelperQuaternion(e,i){wd(this,e,i)}raycasterIntersectObject(e,i){return e.intersectObject(this,!1,i)}raycast(e,i){this.box.raycast(e,i)}update(){const e=Cs(this.originObject3D);if(!e)return;const{min:i,max:s}=e;this.positionAttribute.setXYZ(0,s.x,s.y,s.z),this.positionAttribute.setXYZ(1,i.x,s.y,s.z),this.positionAttribute.setXYZ(2,i.x,i.y,s.z),this.positionAttribute.setXYZ(3,s.x,i.y,s.z),this.positionAttribute.setXYZ(4,s.x,s.y,i.z),this.positionAttribute.setXYZ(5,i.x,s.y,i.z),this.positionAttribute.setXYZ(6,i.x,i.y,i.z),this.positionAttribute.setXYZ(7,s.x,i.y,i.z),this.positionAttribute.needsUpdate=!0}createOutline(){const e=new Uint16Array([0,1,1,2,2,3,3,0,4,5,5,6,6,7,7,4,0,4,1,5,2,6,3,7]),i=new y.BufferGeometry;i.setIndex(new y.BufferAttribute(e,1)),i.setAttribute("position",this.positionAttribute);const s=new y.LineBasicMaterial({color:64767,linewidth:1,opacity:1,toneMapped:!1}),o=new y.LineSegments(i,s);return o.matrixAutoUpdate=!1,o}createBox(){const e=new Uint16Array([0,1,2,0,2,3,0,3,7,0,7,4,0,4,5,0,5,1,6,1,5,6,2,1,6,5,4,6,4,7,6,3,2,6,7,3]),i=new y.BufferGeometry;i.setIndex(new y.BufferAttribute(e,1)),i.setAttribute("position",this.positionAttribute);const s=new y.MeshBasicMaterial({color:64767,opacity:.1,depthTest:!1,transparent:!0});return new y.Mesh(i,s)}}class Zr{constructor(t,e){f(this,"originObject3D");f(this,"hooks");f(this,"preventTapDefaultEvent",!1);f(this,"internalHooks");f(this,"disposers",[]);f(this,"helperObject3D");f(this,"camera");f(this,"model");f(this,"scene");f(this,"container");f(this,"domEvents");f(this,"isDragging",!1);f(this,"enabled",!1);f(this,"name","BaseController");f(this,"boundingBox");f(this,"config");f(this,"onRender");f(this,"cameraHooks");f(this,"otherControllers");f(this,"onWantsTapGesture",t=>{if(this.getIntersectObject(t))return!1});f(this,"updateHelperScale",()=>{"update"in this.helperObject3D&&typeof this.helperObject3D.update=="function"&&this.helperObject3D.update(this.camera),this.helperObject3D.setScaleByCamera(this.camera)});f(this,"getBox",()=>this.boundingBox?this.boundingBox:(this.boundingBox=Cs(this.originObject3D),this.boundingBox));var h,d,u;this.hooks=(h=t.sharedHooks)!=null?h:new Et,this.internalHooks=(d=t.sharedInternalHooks)!=null?d:new Et,this.camera=t.camera,this.model=t.model,this.originObject3D=t.originObject3D,this.helperObject3D=t.helperObject3D,this.container=t.container,this.scene=t.scene,this.domEvents=t.domEvents,this.onRender=(u=t.onRender)!=null?u:()=>{},this.config=e!=null?e:{},this.otherControllers=t.otherControllers,this.initialHelperPosition(),this.initialHelperQuaternion(),this.updateHelperScale(),this.cameraHooks=Y1(this.camera),this.enable();const i=this.onSetOriginObjectScale.bind(this),s=this.onSetOriginObjectRotate.bind(this),o=this.onSetOriginObjectPosition.bind(this),r=this.onApplyOriginObjectScale.bind(this),a=this.onApplyOriginObjectRotate.bind(this),l=this.onApplyOriginObjectPosition.bind(this),c=this.initialHelperPosition.bind(this);this.cameraHooks.on("cameraUpdate",this.updateHelperScale),this.internalHooks.on("initialHelperPosition",c),this.internalHooks.on("setObjectScale",i),this.internalHooks.on("setObjectRotate",s),this.internalHooks.on("setObjectPosition",o),this.internalHooks.on("applyObjectPosition",l),this.internalHooks.on("applyObjectRotate",a),this.internalHooks.on("applyObjectScale",r),this.hooks.on("moveEnd",this.updateHelperScale),this.internalHooks.on("setObjectPosition",this.updateHelperScale),this.internalHooks.on("initialHelperPosition",this.updateHelperScale),this.disposers.push(()=>{this.cameraHooks.off("cameraUpdate",this.updateHelperScale),this.internalHooks.off("initialHelperPosition",c),this.internalHooks.off("setObjectScale",i),this.internalHooks.off("setObjectRotate",s),this.internalHooks.off("setObjectPosition",o),this.internalHooks.off("applyObjectPosition",l),this.internalHooks.off("applyObjectRotate",a),this.internalHooks.off("applyObjectScale",r),this.hooks.off("moveEnd",this.updateHelperScale),this.internalHooks.off("setObjectPosition",this.updateHelperScale),this.internalHooks.off("initialHelperPosition",this.updateHelperScale)})}updateOtherControllers(t){this.otherControllers=t}getIsDragging(){return this.isDragging}initialHelperPosition(){this.helperObject3D.initialPosition(this.calculateOffset(this.config.offset))}initialHelperQuaternion(){this.helperObject3D.initQuaternion(this.config)}enable(){this.enabled||(this.enabled=!0,this.scene.add(this.helperObject3D),this.helperObject3D.enable(),this.render())}disable(){this.enabled&&(this.enabled=!1,this.helperObject3D.disable(),this.render())}show(){this.helperObject3D.show(),this.render()}hide(){this.helperObject3D.hide(),this.render()}dispose(){var t;(t=this.disposers)==null||t.forEach(e=>e==null?void 0:e()),this.helperObject3D.dispose(),this.render()}applyHelperMatrix4(t){this.helperObject3D.applyMatrix4(t)}applyHelperQuaternion(t,e){this.helperObject3D.applyHelperQuaternion(t,e)}applyHelperScaleMatrix4(t,e){this.helperObject3D.applyHelperScaleMatrix4(t,e)}onWantsGesture(t,e,i){if(this.isDragging)return!1}onIntersectionOnModelUpdate(t){}onApplyOriginObjectScale(t){this.applyHelperScaleMatrix4(t.matrix,t.origin)}onApplyOriginObjectRotate(t){this.applyHelperQuaternion(t.quaternion,t.origin)}onApplyOriginObjectPosition(t){this.applyHelperMatrix4(t.matrix)}onSetOriginObjectScale(t){this.helperObject3D.scale.copy(t),this.updateOffsetByScale(t)}onSetOriginObjectRotate(t,e){this.helperObject3D.setHelperQuaternion(t,e)}onSetOriginObjectPosition(t){this.helperObject3D.position.copy(t.clone().add(this.calculateOffset(this.config.offset)))}render(){this.onRender()}updateOffsetByScale(t){if(this.boundingBox&&this.config.offset){const e=this.originObject3D.position,i=new y.Vector3().subVectors(this.boundingBox.max,e).multiply(t).add(e),s=new y.Vector3().subVectors(this.boundingBox.min,e).multiply(t).add(e),o=this.calculateOffset(this.config.offset,{min:s,max:i});this.helperObject3D.initialPosition(o)}}hoverListener(t,e=16777215,i=1){const s=Fn(t).filter(He),o=[];for(const r of s)if(r.material||r instanceof y.Group){const a=r instanceof y.Group?r.children.filter(u=>u instanceof y.Mesh):[r];a.forEach(u=>{var m,g,p,v;Array.isArray(u.material)?(u.__originalColor__=(m=u.__originalColor__)!=null?m:u.material.map(b=>b.color.clone()),u.__originalOpacity__=(g=u.__originalOpacity__)!=null?g:u.material.map(b=>b.opacity)):(u.__originalColor__=(p=u.__originalColor__)!=null?p:u.material.color.clone(),u.__originalOpacity__=(v=u.__originalOpacity__)!=null?v:u.material.opacity)});const l=()=>{a.forEach(u=>{u.name==="ScaleHelperTransparentGroup"?u.children[0]&&(u.children[0].material.color.set(e),u.children[0].material.opacity=i):Array.isArray(u.material)?u.material.forEach(m=>{m.color.set(e),m.opacity=i}):(u.material.color.set(e),u.material.opacity=i)}),this.render()},c=()=>{a.forEach(u=>{if(u.name==="ScaleHelperTransparentGroup")u.children[0]&&(u.children[0].material.color.set(16776960),u.children[0].material.opacity=1);else if(Array.isArray(u.material)){const m=u.__originalColor__,g=u.__originalOpacity__;u.material.forEach((p,v)=>{m&&m[v]&&p.color.copy(m[v]),g&&g[v]!==void 0&&(p.opacity=g[v])})}else u.material.color.copy(u.__originalColor__),u.material.opacity=u.__originalOpacity__}),this.render()},h=u=>{this.isDragging||l()},d=u=>{this.isDragging||c()};for(const u of a)this.domEvents.addEventListener(u,"mouseover",h),this.domEvents.addEventListener(u,"mouseout",d),this.hooks.on("moveStart",l),this.hooks.on("moveEnd",c),this.hooks.on("rotateEnd",c),this.hooks.on("scaleEnd",c),o.push(()=>{this.domEvents.removeEventListener(u,"mouseover",h),this.domEvents.removeEventListener(u,"mouseout",d),this.hooks.off("moveStart",l),this.hooks.off("moveEnd",c),this.hooks.off("rotateEnd",c),this.hooks.off("scaleEnd",c)})}return()=>o.forEach(r=>r==null?void 0:r())}getIntersectObject(t){const e=this.camera.position,i=this.helperObject3D;if(!i)return;const s=this.helperObject3D.raycasterIntersectObject(t)[0];if(!s)return;const o=s;if(o.object=i,this.model.intersectRaycaster){const r=this.model.intersectRaycaster(t)[0];if(r&&r.point.distanceTo(e)<o.point.distanceTo(e))return}return o.object}calculateOffset(t,e){const i=new y.Vector3(0,0,0);if(!t)return i;const s=()=>e||this.getBox();if(typeof t.x=="number")i.setX(t.x);else if(typeof t.x=="object"){const o=s();i.setX((o.max.x-o.min.x)*t.x.percents)}if(typeof t.y=="number")i.setY(t.y);else if(typeof t.y=="object"){const o=s();i.setY((o.max.y-o.min.y)*t.y.percents)}if(typeof t.z=="number")i.setZ(t.z);else if(typeof t.z=="object"){const o=s();i.setZ((o.max.z-o.min.z)*t.z.percents)}return i}}function d6(n,t){let e=10,i=10;const s=n.isPerspectiveCamera,o=n.isOrthographicCamera;if(s){const d=n,u=d.position.distanceTo(t),m=d.fov*Math.PI/180;i=2*Math.tan(m/2)*u,e=i*d.aspect}else if(o){const d=n;e=Math.abs(d.right-d.left),i=Math.abs(d.top-d.bottom)}const r=Math.sqrt(e*e+i*i),a=r*.8,l=Math.min(e,i)*.25,c=r*1.2;return Math.max(l,Math.min(a,c))}class Z1{constructor(t,e,i){f(this,"camera");f(this,"container");f(this,"defaults");this.camera=t,this.container=e,this.defaults=N({},i||{})}createSolidLine(t,e,i){const s=N(N({color:16777215,renderOrder:Ni.DRAG_GUIDE_LINE},this.defaults),i||{}),o=e.clone().normalize(),r=this.computeInfiniteLineLength(t),a=t.clone().add(o.clone().multiplyScalar(-r)),l=t.clone().add(o.clone().multiplyScalar(r)),c=new Float32Array([a.x,a.y,a.z,l.x,l.y,l.z]),h=new y.BufferGeometry;h.setAttribute("position",new y.BufferAttribute(c,3));const d=new y.LineBasicMaterial({color:s.color,depthTest:!1,depthWrite:!1,transparent:!0,opacity:.65}),u=new y.Line(h,d);return u.renderOrder=s.renderOrder,u}updateSolidLine(t,e,i,s){const o=i.clone().normalize(),r=this.computeInfiniteLineLength(e),a=e.clone().add(o.clone().multiplyScalar(-r)),l=e.clone().add(o.clone().multiplyScalar(r)),c=new Float32Array([a.x,a.y,a.z,l.x,l.y,l.z]),h=t.geometry,d=h.getAttribute("position");d&&d.itemSize===3&&d.array.length===c.length?(d.array.set(c),d.needsUpdate=!0):h.setAttribute("position",new y.BufferAttribute(c,3)),(s==null?void 0:s.color)!==void 0&&t.material.color.setHex(s.color)}computeInfiniteLineLength(t){return d6(this.camera,t)*10}dispose(t){if(!t)return;t.geometry.dispose();const e=t.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose()}updateDefaults(t){this.defaults=N(N({},this.defaults),t)}}let u6=class extends Zr{constructor(...e){super(...e);f(this,"name","MoveController");f(this,"startInfo");f(this,"dragGuideLine");f(this,"solidGuide",new Z1(this.camera,this.container,(db=(hb=this.config)==null?void 0:hb.solidGuide)!=null?db:{}));f(this,"_moveByMouse",{enabled:!1});f(this,"mouseInfo");f(this,"mousedownEventListenerDisposer");f(this,"dragStart",e=>{if(this.moveByMouseEnable||this.isDragging)return;const i=e==null?void 0:e.intersect;if(!i)return this.dragEnd();const s=(i==null?void 0:i.object).direction;if(!s)return this.dragEnd();const o=new y.Vector3(1,0,0).applyQuaternion(this.helperObject3D.quaternion),r=new y.Vector3(0,1,0).applyQuaternion(this.helperObject3D.quaternion),a=new y.Vector3(0,0,1).applyQuaternion(this.helperObject3D.quaternion),l=(()=>{switch(s){case"x":return o;case"y":return r;case"z":return a;case"plane":return}})(),c=i.point.clone();if(s==="plane"){const d=this.camera.position.clone(),u=c.clone(),m=u.clone().sub(d).normalize(),g=new y.Plane().setFromNormalAndCoplanarPoint(m,u),p=u.clone();this.startInfo={draggingDirection:s,startVectorProject:p,line:new y.Line3(p.clone(),p.clone()),plane:g}}else{const d=new y.Line3(c.clone().sub(l.normalize()),c.clone().add(l.normalize()));this.startInfo={draggingDirection:s,startVectorProject:c,line:d};try{const u=l.clone().normalize(),m=this.helperObject3D.getWorldPosition(new y.Vector3),g=this.solidGuide.createSolidLine(m,u,{color:16777215,renderOrder:Ni.DRAG_GUIDE_LINE});this.scene.add(g),this.dragGuideLine=g}catch(u){}}const h=s==="plane"?[]:[s];this.helperObject3D.showDraggingHelper(h),this.hooks.emit("moveStart"),this.isDragging=!0});f(this,"dragging",e=>{if(!this.isDragging||!this.startInfo)return;const i="touches"in e?e.touches[0].clientX:e.x,s="touches"in e?e.touches[0].clientY:e.y,o=jl(this.camera,{x:i,y:s},this.container);return o?(this.move(o),!1):this.dragEnd()});f(this,"dragEnd",()=>{if(this.isDragging){if(this.startInfo=void 0,this.isDragging=!1,this.dragGuideLine){this.scene.remove(this.dragGuideLine),this.dragGuideLine.geometry.dispose();const e=this.dragGuideLine.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose(),this.dragGuideLine=void 0}this.helperObject3D.show(),this.hooks.emit("moveEnd")}});const i=this.helperObject3D;if(this.hoverListener([i.xArrow,i.yArrow,i.zArrow]),i.centerHandle&&i.centerHandle instanceof Q1){const a=i.centerHandle,l=a.cube,c=16777215,h=()=>{this.isDragging||(Array.isArray(l.material)&&l.material.forEach(u=>{u.color.set(c)}),this.render())},d=()=>{this.isDragging||(a.update(this.camera),this.render())};this.domEvents.addEventListener(l,"mouseover",h),this.domEvents.addEventListener(l,"mouseout",d)}const s=this.show.bind(this),o=this.hide.bind(this),r=()=>{this.helperObject3D.update(this.camera),this.isDragging&&this.updateDragGuideLineScale(),this.render()};r(),this.domEvents.addEventListener(this.helperObject3D,"mousedown",this.dragStart),document.addEventListener("mousemove",this.dragging),document.addEventListener("mouseup",this.dragEnd),this.domEvents.addEventListener(this.helperObject3D,"touchstart",this.dragStart),document.addEventListener("touchmove",this.dragging),document.addEventListener("touchend",this.dragEnd),this.hooks.on("rotateStart",o),this.hooks.on("rotateEnd",s),this.hooks.on("scaleStart",o),this.hooks.on("scaleEnd",s),this.hooks.on("moveByMouseEnable",o),this.hooks.on("moveByMouseDisable",s),this.hooks.on("updateOtherHelpers",a=>{this.helperObject3D.update(a.camera),this.render()}),this.cameraHooks.on("cameraUpdate",r),this.disposers.push(()=>{this.domEvents.removeEventListener(this.helperObject3D,"mousedown",this.dragStart),document.removeEventListener("mousemove",this.dragging),document.removeEventListener("mouseup",this.dragEnd),this.domEvents.removeEventListener(this.helperObject3D,"touchstart",this.dragStart),document.removeEventListener("touchmove",this.dragging),document.removeEventListener("touchend",this.dragEnd),this.hooks.off("rotateStart",o),this.hooks.off("rotateEnd",s),this.hooks.off("scaleStart",o),this.hooks.off("scaleEnd",s),this.hooks.off("moveByMouseEnable",o),this.hooks.off("moveByMouseDisable",s),this.hooks.off("updateOtherHelpers"),this.cameraHooks.off("cameraUpdate",r)}),this.moveByMouseEnable&&this.moveByMouse()}get moveByMouseEnable(){return this._moveByMouse.enabled}dispose(){var e;super.dispose(),(e=this.disposers)==null||e.forEach(i=>i==null?void 0:i())}moveByMouse(e){this._moveByMouse={enabled:!0,useFaceNormal:e==null?void 0:e.useFaceNormal},this.preventTapDefaultEvent=!0;const i=this.handleMouseDown.bind(this),s=this.handleMouseUp.bind(this);this.hooks.emit("moveByMouseEnable"),setTimeout(()=>{this.container.addEventListener("mousedown",i),this.container.addEventListener("mouseup",s)}),this.mousedownEventListenerDisposer=()=>{this.container.removeEventListener("mousedown",i),this.container.removeEventListener("mouseup",s)}}disableMoveByMouse(){var e;this._moveByMouse={enabled:!1},this.preventTapDefaultEvent=!1,this.hooks.emit("moveByMouseDisable"),(e=this.mousedownEventListenerDisposer)==null||e.call(this)}onIntersectionOnModelUpdate(e){var r,a,l;if(!this.moveByMouseEnable)return;const{point:i,face:s}=e;if(!this.hooks.emit("wantToMove",i)){if(this.originObject3D.position.copy(i),(this._moveByMouse.useFaceNormal===!0||typeof this._moveByMouse.useFaceNormal=="object"&&this._moveByMouse.useFaceNormal.enable!==!1)&&s!=null&&s.normal){const c=(()=>typeof this._moveByMouse.useFaceNormal=="object"&&this._moveByMouse.useFaceNormal.alignmentVector?this._moveByMouse.useFaceNormal.alignmentVector:{x:0,y:1,z:0})(),h=new y.Vector3((r=c.x)!=null?r:0,(a=c.y)!=null?a:0,(l=c.z)!=null?l:0),d=(()=>typeof this._moveByMouse.useFaceNormal=="object"&&this._moveByMouse.useFaceNormal.fixedFaceNormal?this._moveByMouse.useFaceNormal.fixedFaceNormal(s.normal):s.normal)();this.originObject3D.quaternion.setFromUnitVectors(h,d),this.internalHooks.emit("setObjectRotate",this.originObject3D.quaternion.clone())}this.internalHooks.emit("setObjectPosition",i),this.hooks.emit("move",i)}}handleMouseDown(e){const{x:i,y:s}=e;this.mouseInfo={x:i,y:s,mouseDownTimestamp:Date.now()}}handleMouseUp(e){if(!this.mouseInfo)return;const{x:i,y:s}=e;this.mouseInfo.x===i&&this.mouseInfo.y===s&&Date.now()-this.mouseInfo.mouseDownTimestamp<500&&(this.disableMoveByMouse(),this.mouseInfo=void 0)}updateDragGuideLineScale(){if(!this.dragGuideLine||!this.startInfo)return;const{line:e}=this.startInfo,i=e.end.clone().sub(e.start).normalize();if(i.lengthSq()<1e-6)return;const s=this.helperObject3D.getWorldPosition(new y.Vector3);this.solidGuide.updateSolidLine(this.dragGuideLine,s,i)}move(e){var p;if(!this.startInfo)return this.dragEnd();const{line:i,startVectorProject:s}=this.startInfo,o=this.originObject3D,r=this.startInfo.draggingDirection==="plane";let a;if(r){const v=this.startInfo.plane;if(!v)return;const b=new y.Vector3,P=v.normal.dot(e.ray.direction);if(Math.abs(P)<1e-6)return;const M=-(v.normal.dot(e.ray.origin)+v.constant)/P;if(M<0)return;b.copy(e.ray.origin.clone().add(e.ray.direction.clone().multiplyScalar(M))),a=b}else a=vn({raycaster:e,line:i,clampToLine:!1});const l=o.position.clone(),c=a.clone().sub(s),h=new y.Matrix4;h.setPosition(c);const d=o.position.clone().applyMatrix4(h);if(this.hooks.emit("wantToMove",d))return;const m=(p=this.hooks.emitWithResult("moveBefore",d))!=null?p:d,g=new y.Matrix4;g.setPosition(m.clone().sub(l)),o.position.copy(m),s.copy(a),this.internalHooks.emit("applyObjectPosition",{matrix:g}),this.hooks.emit("move",m)}};class qr{constructor(t,e,i,s,o,r,a,l,c){f(this,"helperController");f(this,"five");f(this,"onFiveWantsTapGesture",t=>{if(!this.helperController)return;if(this.helperController.preventTapDefaultEvent)return!1;const e=this.helperController.onWantsTapGesture(t);return this.five.needsRender=!0,e});f(this,"onFiveWantsGesture",(...t)=>{if(!this.helperController)return;const e=this.helperController.onWantsGesture(...t);return this.five.needsRender=!0,e});f(this,"onFiveIntersectionOnModelUpdate",(...t)=>{this.helperController&&this.helperController.onIntersectionOnModelUpdate(...t)});const{camera:h,model:d,scene:u}=t,m=t.getElement();if(this.five=t,!h||!d||!m||!u)return;const g=()=>{t.needsRender=!0};this.helperController=new i({camera:h,model:d,domEvents:e,originObject3D:s,helperObject3D:o,container:m,scene:u,onRender:g,sharedHooks:a,sharedInternalHooks:l,otherControllers:c},r),t.on("wantsTapGesture",this.onFiveWantsTapGesture),t.on("wantsGesture",this.onFiveWantsGesture),t.on("intersectionOnModelUpdate",this.onFiveIntersectionOnModelUpdate)}dispose(){var t;this.five.off("wantsTapGesture",this.onFiveWantsTapGesture),this.five.off("wantsGesture",this.onFiveWantsGesture),this.five.off("intersectionOnModelUpdate",this.onFiveIntersectionOnModelUpdate),(t=this.helperController)==null||t.dispose()}}const Ed="Object3DHelper@v1.0.1",f6=()=>{console.error(`${Ed} is disposed`)},g6=()=>{console.warn(`${Ed} is disabled`)},m6=()=>{console.error(`${Ed} is disabled`)};class p6{constructor(t){f(this,"controllers",{});f(this,"state",{visible:!0,enabled:!0,disposed:!1});f(this,"hooks",new Et);f(this,"eventListener",{});t&&this.addControllers(t),this.setState(this.state)}show(t){return ie(this,null,function*(){this.setState({visible:!0},t)})}hide(t){return ie(this,null,function*(){this.setState({visible:!1},t)})}enable(t){this.setState({enabled:!0},t)}disable(t){this.setState({enabled:!1},t)}dispose(){this.setState({disposed:!0})}setState(t,e){if(this.state.disposed)return f6();if(!this.state.enabled&&t.enabled!==!0&&t.disposed!==!0)return m6();const i=N({},this.state);this.state=N(N({},this.state),t),t.disposed!==void 0&&t.disposed!==i.disposed&&t.disposed&&this.handleDispose(),t.visible!==void 0&&this.handleVisible(t.visible),t.enabled!==void 0&&this.handleEnable(t.enabled),this.hooks.emit("stateChange",{state:this.state,prevState:i})}addControllers(t){this.controllers=N(N({},this.controllers),t),this.setState(this.state)}initialHelperMatrix(){this.everyControllerDo(t=>{t.initialHelperPosition(),t.initialHelperQuaternion()})}getCurrentState(){return this.state}handleEnable(t,e=!0){t?(this.everyControllerDo(i=>{i.enable()}),this.hooks.emit("enable",{userAction:e})):(this.everyControllerDo(i=>{i.disable()}),this.hooks.emit("disable",{userAction:e})),this.state.enabled=t}handleVisible(t,e=!0){t?(this.everyControllerDo(i=>{i.show()}),this.actionIfStateIsEnabled(()=>this.hooks.emit("show",{userAction:e}))):(this.everyControllerDo(i=>{i.hide()}),this.actionIfStateIsEnabled(()=>this.hooks.emit("hide",{userAction:e}))),this.state.visible=t}everyControllerDo(t){Object.values(this.controllers).forEach(e=>{e&&t(e)})}handleDispose(){var t,e;Object.values(this.controllers).forEach(i=>{i==null||i.dispose()});for(const i in this.controllers){if(!i)continue;const s=i;(e=(t=this.eventListener)[s])==null||e.call(t)}}actionIfStateIsEnabled(t,e){if(this.state.enabled)return t();e!=null&&e.warnLog&&g6()}}function No(n){return n*Math.PI/180}let Sd=new y.Quaternion;class v6 extends Zr{constructor(...e){var h,d,u;super(...e);f(this,"name","RotateController");f(this,"startInfo");f(this,"removeListener");const i=this.helperObject3D;this.hoverListener([(h=i.xCircle)==null?void 0:h.circle,(d=i.yCircle)==null?void 0:d.circle,(u=i.zCircle)==null?void 0:u.circle].filter(Boolean));const s=this.dragStart.bind(this),o=this.dragging.bind(this),r=this.dragEnd.bind(this),a=this.show.bind(this),l=this.hide.bind(this),c=()=>{this.helperObject3D.update(this.camera),this.render()};c(),this.domEvents.addEventListener(this.helperObject3D,"mousedown",s),document.addEventListener("mousemove",o),document.addEventListener("mouseup",r),this.domEvents.addEventListener(this.helperObject3D,"touchstart",s),document.addEventListener("touchmove",o),document.addEventListener("touchend",r),this.hooks.on("moveStart",l),this.hooks.on("moveEnd",a),this.hooks.on("scaleStart",l),this.hooks.on("scaleEnd",a),this.hooks.on("moveByMouseEnable",l),this.hooks.on("moveByMouseDisable",a),this.hooks.on("updateOtherHelpers",m=>{this.helperObject3D.update(m.camera),this.render()}),this.cameraHooks.on("cameraUpdate",c),this.disposers.push(()=>{this.domEvents.removeEventListener(this.helperObject3D,"mousedown",s),document.removeEventListener("mousemove",o),document.removeEventListener("mouseup",r),this.domEvents.removeEventListener(this.helperObject3D,"touchstart",s),document.removeEventListener("touchmove",o),document.removeEventListener("touchend",r),this.hooks.off("moveStart",l),this.hooks.off("moveEnd",a),this.hooks.off("scaleStart",l),this.hooks.off("scaleEnd",a),this.hooks.off("moveByMouseEnable",l),this.hooks.off("moveByMouseDisable",a),this.hooks.off("updateOtherHelpers"),this.cameraHooks.off("cameraUpdate",c)})}get rotateCenter(){return this.helperObject3D.position.clone()}setRotateAngle(e){const{x:i=0,y:s=0,z:o=0}=e,r=new y.Euler(No(i),No(s),No(o)),a=new y.Quaternion().setFromEuler(r);if(this.hooks.emit("wantToRotate",a))return;const{originObject3D:c,rotateCenter:h}=this;wd(c,a,h),this.internalHooks.emit("setObjectRotate",a,h),this.hooks.emit("rotate",a),this.render()}getEulerAngle(e,i){const{originObject3D:s}=this,o=new y.Euler().setFromQuaternion(s.quaternion),r={x:ui(o.x),y:ui(o.y),z:ui(o.z)},a={x:e==="x"?i:r.x,y:e==="y"?i:r.y,z:e==="z"?i:r.z},l=new y.Euler(No(a.x),No(a.y),No(a.z));return new y.Quaternion().setFromEuler(l)}onApplyOriginObjectRotate(e){this.isDragging||super.onApplyOriginObjectRotate(e)}onApplyOriginObjectScale(e){}dragStart(e){if(this.isDragging)return;this.helperObject3D.update(this.camera);const i=e==null?void 0:e.intersect;if(!i)return this.dragEnd();const s=(i==null?void 0:i.object).direction;if(!s)return this.dragEnd();const o=i.point,r=this.getAngleHelper(s);this.setTipsAngle(0);const a=o.clone();a.y+=.2,this.setTipsPosition(a);const l=this.helperObject3D.quaternion.clone(),c=(()=>{if(s==="x")return new y.Vector3(1,0,0).applyQuaternion(l);if(s==="y")return new y.Vector3(0,1,0).applyQuaternion(l);if(s==="z")return new y.Vector3(0,0,1).applyQuaternion(l)})(),h=new y.Plane().setFromNormalAndCoplanarPoint(c,o),u=h.projectPoint(o.clone(),new y.Vector3).clone().sub(this.rotateCenter),m=u.angleTo(r.baseAxes.clone().applyQuaternion(l)),g=r.offsetAngle(m);this.setAngleHelperStart(s,g),this.setAngleHelperLength(s,0),this.startInfo={direction:s,startVector:u,directionVector:c,plane:h,angleHelper:r,angle:0,helperQuaternion:l.clone()},Sd=new y.Quaternion,this.helperObject3D.showDraggingHelper([s]),this.hooks.emit("rotateStart"),this.isDragging=!0}getMatrix(){var i,s;return(s=(i=this.originObject3D)==null?void 0:i.ext)==null?void 0:s.matrix}getMatrixAngle(e,i){let s;if(e&&e.isMatrix4){s=new y.Quaternion,e.decompose(new y.Vector3,s,new y.Vector3);const o=new y.Euler().setFromQuaternion(s);if(i==="x")return Math.round(ui(o.z));if(i==="y")return Math.round(ui(o.y));if(i==="z")return Math.round(ui(o.x))}}parseAngleByDirection(e){var o,r;const i=(r=(o=this.originObject3D)==null?void 0:o.ext)==null?void 0:r.matrix;let s;if(i&&i.isMatrix4){s=new y.Quaternion,i.decompose(new y.Vector3,s,new y.Vector3);const a=new y.Euler().setFromQuaternion(s);if(e==="x")return Math.round(ui(a.z));if(e==="y")return Math.round(ui(a.y));if(e==="z")return Math.round(ui(a.x))}}dragging(e){if(!this.isDragging)return;const i="touches"in e?e.touches[0].clientX:e.x,s="touches"in e?e.touches[0].clientY:e.y,o=jl(this.camera,{x:i,y:s},this.container);return o?(this.rotate(o),!1):this.dragEnd()}rotate(e){if(!this.startInfo)return this.dragEnd();const{startVector:i,plane:s,angleHelper:o,direction:r,helperQuaternion:a}=this.startInfo,{originObject3D:l}=this,c=e.ray.intersectPlane(s,new y.Vector3);if(!c)return;const h=this.rotateCenter.clone();let u=s.projectPoint(c.clone(),new y.Vector3).clone().sub(h);const m=this.startInfo.directionVector.clone().normalize();u=u.clone().projectOnPlane(m).normalize().multiplyScalar(u.length());const p=new y.Quaternion().setFromUnitVectors(i.clone().normalize(),u.clone().normalize()),v=l.quaternion.clone().premultiply(p);if(i.angleTo(u)===0||this.hooks.emit("wantToRotate",v))return;const M=new y.Euler().setFromQuaternion(new y.Quaternion().setFromUnitVectors(i.clone().normalize().applyQuaternion(a.clone().inverse()),u.clone().normalize().applyQuaternion(a.clone().inverse())),`${r.toUpperCase()}${"XZY".replace(r.toUpperCase(),"")}`)[r]*o.angleDirection;if(this.startInfo.angle+=M,this.setAngleHelperLength(r,this.startInfo.angle),this.setTipsAngle(ui(this.startInfo.angle)),h){const I=new y.Vector3().subVectors(l.position,h).applyQuaternion(p).add(h);l.position.copy(I)}l.applyQuaternion(p),Sd.premultiply(p),this.internalHooks.emit("applyObjectRotate",{quaternion:p,origin:h}),this.hooks.emit("rotate",l.quaternion),this.startInfo.startVector=u}dragEnd(){var e;this.isDragging&&(this.applyHelperQuaternion(Sd,this.rotateCenter),(e=this.startInfo)!=null&&e.lineMeshes&&this.startInfo.lineMeshes.forEach(i=>{this.scene.remove(i),i.geometry.dispose(),i.material instanceof y.Material&&i.material.dispose()}),this.startInfo=void 0,this.isDragging=!1,this.helperObject3D.show(),this.updateOtherHelpers(),this.hooks.emit("rotateEnd"))}updateOtherHelpers(){this.hooks.emit("updateOtherHelpers",{camera:this.camera})}getAngleHelper(e){var i,s,o;switch(e){case"x":return(i=this.helperObject3D.xCircle)==null?void 0:i.angleSector;case"y":return(s=this.helperObject3D.yCircle)==null?void 0:s.angleSector;case"z":return(o=this.helperObject3D.zCircle)==null?void 0:o.angleSector}}setAngleHelperStart(e,i){const s=this.getAngleHelper(e);if(!s){console.warn("angleHelper is undefined");return}if(s instanceof y.Mesh&&s.geometry instanceof y.CircleGeometry){const{radius:o,segments:r,thetaLength:a}=s.geometry.parameters;s.geometry=new y.CircleGeometry(o,r,i,a)}else console.warn("only support THREE.CircleGeometry")}setAngleHelperLength(e,i){const o=i>=0?Math.max(i,.001):Math.min(i,-.001),r=this.getAngleHelper(e);if(r instanceof y.Mesh&&r.geometry instanceof y.CircleGeometry){const{radius:a,thetaStart:l}=r.geometry.parameters,c=Math.ceil(Math.abs(o)*(40/(2*Math.PI)));r.geometry=new y.CircleGeometry(a,c,l,o)}else console.warn("only support THREE.CircleGeometry")}setTipsAngle(e){var s;const i=(s=this.helperObject3D.angleTips)==null?void 0:s.element;i&&(i.innerText=`${e.toFixed(0)}°`)}setTipsPosition(e){const i=this.helperObject3D.angleTips;if(!i)return;const s=e.project(this.camera),{x:o,y:r,z:a}=s;if(a>1)return;const l=(o+1)/2*100+"%",c=(-r+1)/2*100+"%";i.setLeftTop(l,c)}}class b6 extends Zr{constructor(...e){super(...e);f(this,"startInfo");f(this,"name","RectangleScaleController")}enable(){this.helperObject3D.enable(),super.enable()}disable(){this.helperObject3D.disable(),super.disable()}show(){this.helperObject3D.show(),super.show()}hide(){this.helperObject3D.hide(),super.hide()}onApplyOriginObjectPosition(e){this.isDragging||super.onApplyOriginObjectPosition(e)}onApplyOriginObjectScale(e){this.helperObject3D.applyHelperScaleMatrix4(e.matrix,e.origin)}getDragPlane(){const e=new y.Plane,i=this.helperObject3D.cornerPositions;if(i.length!==0)return i.length<3?e.setFromNormalAndCoplanarPoint(this.originObject3D.getWorldDirection(new G.Vector3),i[0]):e.setFromCoplanarPoints(i[0],i[1],i[2]),e}dragStart(e,i){var o,r;(r=(o=this.helperObject3D).updatePoints)==null||r.call(o);const s=this.getDragPlane();if(!s)return this.dragEnd();this.startInfo={startPoint:{position:i.position.clone(),direction:i.direction},plane:s},this.hooks.emit("scaleStart"),this.render(),this.isDragging=!0}dragging(e){if(!this.isDragging)return;const i=jl(this.camera,e,this.container);if(!i)return this.dragEnd();this.scale(i)}scale(e){var O,A;if(!this.startInfo)return;const i=this.originObject3D,{startPoint:s,plane:o}=this.startInfo,r=this.helperObject3D.cornerPositions;if(r.length<4)return this.dragEnd();const a=e.ray.intersectPlane(o,new G.Vector3);if(!a||wl(a,this.camera.position))return;const l=new G.Vector3().addVectors(r[0],r[2]).divideScalar(2),{position:c,direction:h}=s,d=new G.Vector3().subVectors(r[1],r[0]),u=new G.Vector3().subVectors(r[3],r[0]),m=C=>{const k=new G.Vector3(0,0,0);if(!this.startInfo)return k;const E=(C==="ew"?d:u).clone(),x=c.clone().projectOnVector(E),T=a.clone().projectOnVector(E),H=l.clone().projectOnVector(E);if(T.equals(x))return k;if(C==="ns"&&typeof this.startInfo.dragPointInCenterBottom!="boolean"){const ne=new G.Vector3().subVectors(T,H),$=ne.x<0&&E.x>=0,re=ne.y<0&&E.y>=0,ee=ne.z<0&&E.z>=0;this.startInfo.dragPointInCenterBottom=$||re||ee}if(C==="ew"&&typeof this.startInfo.dragPointInCenterLeft!="boolean"){const ne=new G.Vector3().subVectors(T,H),$=ne.x<0&&E.x>=0,re=ne.y<0&&E.y>=0,ee=ne.z<0&&E.z>=0;this.startInfo.dragPointInCenterLeft=$||re||ee}const B=new G.Vector3().subVectors(T,x),J=B.length();return J>.3?(console.warn("offset.length() > 0.3, skipped",J),k):B},g=m("ew"),p=m("ns"),v=()=>{const C=g;this.helperObject3D.cornerPositions.forEach((k,E)=>{var x;(x=this.startInfo)!=null&&x.dragPointInCenterLeft?(E===0||E===3)&&k.add(C):(E===1||E===2)&&k.add(C)})},b=()=>{const C=p;this.helperObject3D.cornerPositions.forEach((k,E)=>{var x;(x=this.startInfo)!=null&&x.dragPointInCenterBottom?(E===0||E===1)&&k.add(C):(E===2||E===3)&&k.add(C)})};switch(h){case"ew":v();break;case"ns":b();break;case"nesw":case"nwse":v(),b()}const P=new G.Vector3().subVectors(r[1],r[0]).length()/d.length(),M=new G.Vector3().subVectors(r[3],r[0]).length()/u.length(),I=new G.Vector3(P,M,1),z=new y.Matrix4().scale(I);i.isCSS3DObjectPlus&&i.applyScaleMatrix4?i.applyScaleMatrix4(z):i.scale.applyMatrix4(z),s.position.copy(a);const D=new G.Vector3().addVectors(r[0],r[2]).divideScalar(2),j=new G.Vector3().subVectors(D,l),L=new y.Matrix4().setPosition(j);i.applyMatrix4(L),(O=this.helperObject3D.css3DInstance)==null||O.css3DObject.applyMatrix4(L),(A=this.helperObject3D.plane)==null||A.applyMatrix4(L),this.internalHooks.emit("applyObjectScale",{matrix:z}),this.internalHooks.emit("applyObjectPosition",{matrix:L}),this.render()}dragEnd(){this.isDragging&&(this.startInfo=void 0,this.isDragging=!1,"onScaleEnd"in this.helperObject3D&&typeof this.helperObject3D.onScaleEnd=="function"&&this.helperObject3D.onScaleEnd(),this.hooks.emit("scaleEnd"),this.render())}}class A6 extends b6{constructor(...e){super(...e);f(this,"name","CSS3DScaleController");this.addHTMLEventListener()}addHTMLEventListener(){this.helperObject3D.points.forEach(e=>{if(!e)return;const i=e.point,s=a=>this.dragStart(a,e),o=this.dragging.bind(this),r=this.dragEnd.bind(this);i.addEventListener("dragstart",s),i.addEventListener("drag",o),i.addEventListener("dragend",r)})}}class y6 extends Zr{constructor(...e){super(...e);f(this,"name","BoundingBoxController")}}class w6 extends Z7{constructor(e,i){super(e,i);f(this,"name","ScaleHelper");f(this,"scaleMeshes",[]);f(this,"lineConnections",[]);f(this,"positions",[]);f(this,"container");f(this,"needsInitialScaling",!1);f(this,"lastCamera",null);f(this,"isInitializing",!1);i&&(this.positions=i.positions,this.container=i.container),this.raycast=()=>{}}initQuaternion(){this.quaternion.copy(this.originObject3D.quaternion)}initialPosition(e){if(this.isInitializing){console.warn("ScaleHelper: initialPosition called while already initializing, skipping");return}this.isInitializing=!0;try{this.position.copy(this.originObject3D.position);const i=typeof this.positions=="function"?this.positions():this.positions;if(!i){this.isInitializing=!1;return}this.clearAllSpheres(),this.scaleMeshes=i.map((s,o)=>{const r=P6();return r.position.copy(s.handlePosition),r.scalePosition=s,r.children.forEach(a=>{a.scalePosition=s}),this.add(r),r}),this.createLineConnections(),this.needsInitialScaling=!0,this.lastCamera&&(this.applySphereScaling(this.lastCamera),this.applyLineScaling(this.lastCamera),this.needsInitialScaling=!1)}finally{this.isInitializing=!1}}clearAllSpheres(){this.scaleMeshes.forEach(i=>{this.remove(i)}),this.scaleMeshes=[];const e=this.children.filter(i=>i.name==="ScaleHelperSphere");e.length>0&&e.forEach(i=>{this.remove(i)})}createLineConnections(){this.lineConnections.forEach(s=>{this.remove(s.line)}),this.lineConnections=[];const e={top:"bottom",bottom:"top",left:"right",right:"left",front:"back",back:"front"},i=new Set;for(const s of this.scaleMeshes){const o=s.scalePosition.id;if(!o||i.has(o))continue;const r=e[o];if(!r)continue;const a=this.scaleMeshes.find(c=>c.scalePosition.id===r);if(!a)continue;const l=C6(s.position.clone(),a.position.clone());this.add(l),this.lineConnections.push({line:l,mesh1:s,mesh2:a}),i.add(o),i.add(r)}}update(e){const i=e.type==="OrthographicCamera",s=e.position.clone(),o=this.originObject3D.getWorldPosition(new y.Vector3),r=s.sub(o).normalize(),a={front:new y.Vector3(0,0,1).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),back:new y.Vector3(0,0,-1).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),left:new y.Vector3(-1,0,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),right:new y.Vector3(1,0,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),top:new y.Vector3(0,1,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion)),bottom:new y.Vector3(0,-1,0).applyQuaternion(this.originObject3D.getWorldQuaternion(new y.Quaternion))};let l=-1,c="";Object.entries(a).forEach(([d,u])=>{const m=r.dot(u);m>l&&(l=m,c=d)});const h={top:"bottom",bottom:"top",left:"right",right:"left",front:"back",back:"front"};this.scaleMeshes.forEach(d=>{if(!i){d.visible=!0;return}const u=d.scalePosition.id,m=h[c];u===c||u===m?d.visible=!1:d.visible=!0}),this.updateLineConnections(),this.lastCamera&&(this.applySphereScaling(this.lastCamera),this.applyLineScaling(this.lastCamera))}applySphereScaling(e){this.updateMatrixWorld(!0),this.scaleMeshes.forEach(i=>{i.scale.setScalar(Id(e,i.scalePosition.handlePosition.clone().applyMatrix4(this.matrixWorld)))})}applyLineScaling(e){}showLineConnections(){this.lineConnections.forEach(e=>{const i=e.mesh1.visible&&e.mesh2.visible;e.line.visible=i})}hideLineConnections(){this.lineConnections.forEach(e=>{e.line.visible=!1})}updateLineConnections(){this.lineConnections.forEach(e=>{e.line.scale.set(1,1,1),e.line.position.set(0,0,0),e.line.rotation.set(0,0,0);const s=e.line.geometry.attributes.position;s.setXYZ(0,e.mesh1.position.x,e.mesh1.position.y,e.mesh1.position.z),s.setXYZ(1,e.mesh2.position.x,e.mesh2.position.y,e.mesh2.position.z),s.needsUpdate=!0;const o=e.mesh1.visible&&e.mesh2.visible;e.line.visible=o})}setScaleByCamera(e){this.lastCamera=e,this.applySphereScaling(e),this.applyLineScaling(e),this.needsInitialScaling&&requestAnimationFrame(()=>{this.applySphereScaling(e),this.applyLineScaling(e)}),this.needsInitialScaling=!1}}function P6(){const t=new y.SphereGeometry(.03,16,16),e=new y.MeshBasicMaterial({color:16776960,side:y.DoubleSide,transparent:!0,opacity:1,depthTest:!1,depthWrite:!1}),i=new y.Mesh(t,e);i.name="ScaleHelperSphere",i.renderOrder=Ni.SCALE_HELPER_SPHERE;const s=.03*4,o=new y.SphereGeometry(s,16,16),r=new y.MeshBasicMaterial({transparent:!0,opacity:0,side:y.DoubleSide,depthTest:!1,depthWrite:!1}),a=new y.Mesh(o,r);return a.name="ScaleHelperTransparentGroup",a.renderOrder=Ni.SCALE_HELPER_SPHERE,a.add(i),a}function C6(n,t){const e=new y.BufferGeometry,i=[n,t];e.setFromPoints(i);const s=new y.LineBasicMaterial({color:16776960,opacity:.75,transparent:!0,depthTest:!1,depthWrite:!1}),o=new y.Line(e,s);return o.name="ScaleHelperSolidLine",o.renderOrder=Ni.SCALE_HELPER_LINE,o.raycast=()=>{},o}class I6 extends Zr{constructor(...e){super(...e);f(this,"name","ScaleController");f(this,"dragGuideLine");f(this,"currentFacePatch");f(this,"solidGuide",new Z1(this.camera,this.container,(fb=(ub=this.config)==null?void 0:ub.solidGuide)!=null?fb:{}));f(this,"startInfo");f(this,"dragStart",e=>{if(this.isDragging)return;this.isDragging=!0;const{intersect:i}=e,s=this.camera.position,o=new Set(this.helperObject3D.scaleMeshes.map(g=>g.uuid));let r=i.object;for(;r.parent&&!o.has(r.uuid);)r=r.parent;const a=r,l=a.scalePosition.basePosition.clone(),c=a.scalePosition.handlePosition.clone(),h=c.clone().sub(l).clone(),d=new y.Line3(l,l.clone().add(h.normalize().multiplyScalar(5)));d.applyMatrix4(this.helperObject3D.matrixWorld);const u=new y.Raycaster(s,i.point.clone().sub(s)),m=vn({raycaster:u,line:d});this.startInfo={line:d,scaleStartPoint:m,draggingObject:a},this.helperObject3D.scaleMeshes.forEach(g=>{g.uuid!==a.uuid&&(g.visible=!1)}),"hideLineConnections"in this.helperObject3D&&typeof this.helperObject3D.hideLineConnections=="function"&&this.helperObject3D.hideLineConnections();try{this.originObject3D.updateMatrixWorld(!0),this.helperObject3D.updateMatrixWorld(!0);const g=this.getObjectWorldCenter(),v=c.clone().applyMatrix4(this.helperObject3D.matrixWorld).clone().sub(g).normalize(),b=g,P=this.solidGuide.createSolidLine(b,v,{color:16777215,renderOrder:Ni.DRAG_GUIDE_LINE});this.isRectangleWithEdgeMesh()||this.scene.add(P),this.dragGuideLine=P,this.addFaceMesh()}catch(g){}a.visible=!0,this.hooks.emit("scaleStart")});f(this,"dragging",e=>{const i="touches"in e?e.touches[0].clientX:e.x,s="touches"in e?e.touches[0].clientY:e.y,o=jl(this.camera,{x:i,y:s},this.container),r=this.isMoveControllerDragging();if(!this.isDragging&&!r&&o){this.addHoverFaceMesh(o);return}if(this.startInfo)return o?(this.scale(o),this.updateDragGuideLineDirection(),this.removeFaceMesh(),this.addFaceMesh(),!1):this.dragEnd()});f(this,"isRectangleWithEdgeMesh",()=>this.originObject3D.name==="RectangleWithEdgeMesh"&&["topleft","topright","bottomleft","bottomright"].includes(this.startInfo.draggingObject.scalePosition.id));f(this,"scale",e=>{var l,c,h,d;if(!this.startInfo)return;const{line:i,scaleStartPoint:s,draggingObject:o}=this.startInfo,{scalePosition:r}=o;if(this.isRectangleWithEdgeMesh()){const u=this.originObject3D,g=u.geometry.attributes.position;if(!g)return[];const p=[],v=g.count;for(let L=0;L<v;L++){const O=new y.Vector3().fromBufferAttribute(g,L);u.updateMatrixWorld(!0),O.applyMatrix4(u.matrixWorld),p.push(O)}const b=p.slice(0,4);if(!b||b.length<4)return;const P=di(b).normalize(),M=new y.Plane().setFromNormalAndCoplanarPoint(P,b[0]),z=Math.abs(e.ray.direction.dot(P))<.1;let D;if(z)D=vn({raycaster:e,line:i,clampToLine:!1}).applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld.clone()));else{const L=new y.Vector3;if(e.ray.intersectPlane(M,L),!L)return;const O=new y.Matrix4().getInverse(this.helperObject3D.matrixWorld);D=L.clone().applyMatrix4(O)}const j=s.clone().applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld));(c=(l=this.config)==null?void 0:l.scaleCallback)==null||c.call(l,{intersectPoint:D,scalePosition:r,offset:D.clone().sub(j)}),o.position.copy(D),this.hooks.emit("scale",new y.Vector3(1,1,1));return}const a=vn({raycaster:e,line:i,clampToLine:!1});a.applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld.clone())),(d=(h=this.config)==null?void 0:h.scaleCallback)==null||d.call(h,{intersectPoint:a,scalePosition:r,offset:a.clone().sub(s)}),o.position.copy(a.clone()),this.hooks.emit("scale",new y.Vector3(1,1,1))});f(this,"dragEnd",()=>{if(this.isDragging){if(this.startInfo=void 0,this.isDragging=!1,this.helperObject3D.scaleMeshes.forEach(e=>{e.visible=!0}),"showLineConnections"in this.helperObject3D&&typeof this.helperObject3D.showLineConnections=="function"&&this.helperObject3D.showLineConnections(),this.dragGuideLine){this.scene.remove(this.dragGuideLine),this.dragGuideLine.geometry.dispose();const e=this.dragGuideLine.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose(),this.dragGuideLine=void 0}this.removeFaceMesh(),this.internalHooks.emit("initialHelperPosition"),this.hooks.emit("scaleEnd")}});const i=this.show.bind(this),s=this.hide.bind(this),o=()=>{"update"in this.helperObject3D&&typeof this.helperObject3D.update=="function"&&this.helperObject3D.update(this.camera),this.isDragging&&this.updateDragGuideLineScale(),this.render()};o(),this.domEvents.addEventListener(this.helperObject3D,"mousedown",this.dragStart),document.addEventListener("mousemove",this.dragging),document.addEventListener("mouseup",this.dragEnd),this.domEvents.addEventListener(this.helperObject3D,"touchstart",this.dragStart),document.addEventListener("touchmove",this.dragging),document.addEventListener("touchend",this.dragEnd),this.hooks.on("rotateStart",s),this.hooks.on("rotateEnd",i),this.hooks.on("moveStart",()=>{s(),this.removeFaceMesh()}),this.hooks.on("moveEnd",i),this.hooks.on("moveByMouseEnable",s),this.hooks.on("moveByMouseDisable",i),this.hooks.on("updateOtherHelpers",r=>{"update"in this.helperObject3D&&typeof this.helperObject3D.update=="function"&&this.helperObject3D.update(r.camera),this.isDragging&&this.updateDragGuideLineScale(),this.render()}),this.cameraHooks.on("cameraUpdate",o),this.disposers.push(()=>{if(this.domEvents.removeEventListener(this.helperObject3D,"mousedown",this.dragStart),document.removeEventListener("mousemove",this.dragging),document.removeEventListener("mouseup",this.dragEnd),this.domEvents.removeEventListener(this.helperObject3D,"touchstart",this.dragStart),document.removeEventListener("touchmove",this.dragging),document.removeEventListener("touchend",this.dragEnd),this.hooks.off("rotateStart",s),this.hooks.off("rotateEnd",i),this.hooks.off("moveStart",s),this.hooks.off("moveEnd",i),this.hooks.off("moveByMouseEnable",s),this.hooks.off("moveByMouseDisable",i),this.hooks.off("updateOtherHelpers"),this.cameraHooks.off("cameraUpdate",o),this.currentFacePatch){this.scene.remove(this.currentFacePatch),this.currentFacePatch.geometry.dispose();const r=this.currentFacePatch.material;Array.isArray(r)?r.forEach(a=>a.dispose()):r.dispose(),this.currentFacePatch=void 0}})}initialHelperPosition(){this.helperObject3D.initialPosition();const e=this;e.offHoverListener&&e.offHoverListener(),e.offHoverListener=this.hoverListener(this.helperObject3D.scaleMeshes)}getObjectWorldCenter(){if("worldCenter"in this.originObject3D&&typeof this.originObject3D.worldCenter=="object")return this.originObject3D.worldCenter.clone();const e=Ru(this.originObject3D);return e?e.getCenter(new y.Vector3):this.originObject3D.getWorldPosition(new y.Vector3)}getMoveMeshes(){var s,o,r,a;const e=[],i=(a=(r=(o=(s=this.helperObject3D.parent)==null?void 0:s.children)==null?void 0:o.find(l=>l.name==="MoveHelper"))==null?void 0:r.children)!=null?a:[];for(const l of i)l.name==="ArrowGroup"?e.push(...l.children):l.name==="center-plane-handle"&&e.push(l);return e}addHoverFaceMesh(e){var l,c;if(this.isMoveControllerDragging()||(this.removeFaceMesh(),!((l=this.originObject3D.parent)!=null&&l.getWorldFacesGeometry)))return;const i=(c=this.originObject3D.parent)==null?void 0:c.getWorldFacesGeometry(),s=this.helperObject3D.scaleMeshes,o=this.getMoveMeshes();if(e.intersectObjects(o,!1),e.intersectObjects(o,!1).length>0)return;let r=null,a=null;for(const h of s){if(!h.visible)continue;const d=e.intersectObject(h,!1);if(d&&d.length>0){r=h,a=d[0].point.clone();break}}if(r&&a&&Array.isArray(i)&&i.length>0){let h=null,d=1/0;for(const u of i){if(!u.vertices||u.vertices.length<3)continue;const m=new y.Vector3;for(const p of u.vertices)m.add(p);m.divideScalar(u.vertices.length);const g=a.distanceTo(m);g<d&&(d=g,h=u)}h&&this.addFacePatch(h)}}addFaceMesh(){var s,o,r;if(this.isMoveControllerDragging())return;const e=(s=this.startInfo)==null?void 0:s.draggingObject;if(!e||!((o=this.originObject3D.parent)!=null&&o.getWorldFacesGeometry))return;const i=(r=this.originObject3D.parent)==null?void 0:r.getWorldFacesGeometry();if(i&&i.length>0){const a=e.getWorldPosition(new y.Vector3);let l=1/0,c=i[0];for(const h of i){const d=h.center;let u;if(d instanceof y.Vector3)u=d;else if(Array.isArray(d)&&d.length===3)u=new y.Vector3(d[0],d[1],d[2]);else continue;const m=u.distanceTo(a);m<l&&(l=m,c=h)}this.addFacePatch(c)}}removeFaceMesh(){if(this.currentFacePatch){this.scene.remove(this.currentFacePatch),this.currentFacePatch.geometry.dispose();const e=this.currentFacePatch.material;Array.isArray(e)?e.forEach(i=>i.dispose()):e.dispose(),this.currentFacePatch=void 0}}setScale(e){var l,c,h;let i=1,s=1,o=1;typeof e=="number"?(i=e,s=e,o=e):typeof e=="object"&&(i=(l=e.x)!=null?l:1,s=(c=e.y)!=null?c:1,o=(h=e.z)!=null?h:1);const r=new y.Vector3(i,s,o);this.hooks.emit("wantToScale",r)||(this.originObject3D.scale.copy(r),this.internalHooks.emit("setObjectScale",r),this.hooks.emit("scale",r),this.render())}updateDragGuideLineDirection(){if(!this.dragGuideLine||!this.startInfo)return;const{draggingObject:e}=this.startInfo;this.originObject3D.updateMatrixWorld(!0),this.helperObject3D.updateMatrixWorld(!0);const i=this.getObjectWorldCenter(),o=e.position.clone().applyMatrix4(this.helperObject3D.matrixWorld).clone().sub(i).normalize(),r=i;this.solidGuide.updateSolidLine(this.dragGuideLine,r,o)}updateDragGuideLineScale(){if(!this.dragGuideLine||!this.startInfo)return;const{scalePosition:e}=this.startInfo.draggingObject,i=e.handlePosition.clone().applyMatrix4(this.helperObject3D.matrixWorld),s=e.basePosition.clone().applyMatrix4(this.helperObject3D.matrixWorld),o=i,r=i.clone().sub(s).normalize();this.solidGuide.updateSolidLine(this.dragGuideLine,o,r)}isMoveControllerDragging(){var e,i,s;return(s=(i=(e=this.otherControllers)==null?void 0:e.moveController)==null?void 0:i.getIsDragging())!=null?s:!1}addFacePatch(e){if(this.currentFacePatch){this.scene.remove(this.currentFacePatch),this.currentFacePatch.geometry.dispose();const r=this.currentFacePatch.material;Array.isArray(r)?r.forEach(a=>a.dispose()):r.dispose(),this.currentFacePatch=void 0}if(!e.vertices||e.vertices.length<3){console.warn("Face has no vertices, cannot create patch");return}const i=new y.BufferGeometry;if(e.vertices.length===4){const r=new Float32Array([e.vertices[0].x,e.vertices[0].y,e.vertices[0].z,e.vertices[1].x,e.vertices[1].y,e.vertices[1].z,e.vertices[2].x,e.vertices[2].y,e.vertices[2].z,e.vertices[0].x,e.vertices[0].y,e.vertices[0].z,e.vertices[2].x,e.vertices[2].y,e.vertices[2].z,e.vertices[3].x,e.vertices[3].y,e.vertices[3].z]);i.setAttribute("position",new y.BufferAttribute(r,3)),i.setIndex([0,1,2,3,4,5])}else{const r=new Float32Array(e.vertices.length*3),a=new Uint16Array(e.vertices.length);e.vertices.forEach((l,c)=>{r[c*3]=l.x,r[c*3+1]=l.y,r[c*3+2]=l.z,a[c]=c}),i.setAttribute("position",new y.BufferAttribute(r,3)),i.setIndex(new y.BufferAttribute(a,1))}i.computeVertexNormals();const s=new y.MeshBasicMaterial({color:16777215,side:y.DoubleSide,depthTest:!1,depthWrite:!1,transparent:!0,opacity:.45}),o=new y.Mesh(i,s);return o.renderOrder=Ni.DRAG_FACE_PATCH,this.scene.add(o),this.currentFacePatch=o,this.render(),o}}function $e(n,t){this._camera=n||null,this._domElement=t||document,this._raycaster=new y.Raycaster,this._selected=null,this._boundObjs={};var e=this;this._$onClick=function(){e._onClick.apply(e,arguments)},this._$onDblClick=function(){e._onDblClick.apply(e,arguments)},this._$onMouseMove=function(){e._onMouseMove.apply(e,arguments)},this._$onMouseDown=function(){e._onMouseDown.apply(e,arguments)},this._$onMouseUp=function(){e._onMouseUp.apply(e,arguments)},this._$onTouchMove=function(){e._onTouchMove.apply(e,arguments)},this._$onTouchStart=function(){e._onTouchStart.apply(e,arguments)},this._$onTouchEnd=function(){e._onTouchEnd.apply(e,arguments)},this._$onContextmenu=function(){e._onContextmenu.apply(e,arguments)},this._domElement.addEventListener("click",this._$onClick,!1),this._domElement.addEventListener("dblclick",this._$onDblClick,!1),this._domElement.addEventListener("mousemove",this._$onMouseMove,!1),this._domElement.addEventListener("mousedown",this._$onMouseDown,!1),this._domElement.addEventListener("mouseup",this._$onMouseUp,!1),this._domElement.addEventListener("touchmove",this._$onTouchMove,!1),this._domElement.addEventListener("touchstart",this._$onTouchStart,!1),this._domElement.addEventListener("touchend",this._$onTouchEnd,!1),this._domElement.addEventListener("contextmenu",this._$onContextmenu,!1)}$e.prototype.destroy=function(){this._domElement.removeEventListener("click",this._$onClick,!1),this._domElement.removeEventListener("dblclick",this._$onDblClick,!1),this._domElement.removeEventListener("mousemove",this._$onMouseMove,!1),this._domElement.removeEventListener("mousedown",this._$onMouseDown,!1),this._domElement.removeEventListener("mouseup",this._$onMouseUp,!1),this._domElement.removeEventListener("touchmove",this._$onTouchMove,!1),this._domElement.removeEventListener("touchstart",this._$onTouchStart,!1),this._domElement.removeEventListener("touchend",this._$onTouchEnd,!1),this._domElement.removeEventListener("contextmenu",this._$onContextmenu,!1)},$e.eventNames=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","contextmenu","touchstart","touchend"],$e.prototype._getRelativeMouseXY=function(n){var t=n.target||n.srcElement;t.nodeType===3&&(t=t.parentNode);var e={x:0,y:0},i=t,s=getComputedStyle(i,null);e.y+=parseInt(s.getPropertyValue("padding-top"),10),e.x+=parseInt(s.getPropertyValue("padding-left"),10);do e.x+=i.offsetLeft,e.y+=i.offsetTop,s=getComputedStyle(i,null),e.x+=parseInt(s.getPropertyValue("border-left-width"),10),e.y+=parseInt(s.getPropertyValue("border-top-width"),10);while(i=i.offsetParent);var o={width:t===window?window.innerWidth:t.offsetWidth,height:t===window?window.innerHeight:t.offsetHeight};return{x:Number((n.pageX-e.x)/o.width)*2-1,y:-((n.pageY-e.y)/o.height)*2+1}},$e.prototype._objectCtxInit=function(n){n._3xDomEvent={}},$e.prototype._objectCtxDeinit=function(n){delete n._3xDomEvent},$e.prototype._objectCtxIsInit=function(n){return!!n._3xDomEvent},$e.prototype._objectCtxGet=function(n){return n._3xDomEvent},$e.prototype.camera=function(n){return n&&(this._camera=n),this._camera},$e.prototype.bind=function(n,t,e,i){console.assert($e.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(n)||this._objectCtxInit(n);var s=this._objectCtxGet(n);s[t+"Handlers"]||(s[t+"Handlers"]=[]),s[t+"Handlers"].push({callback:e,useCapture:i}),this._boundObjs[t]===void 0&&(this._boundObjs[t]=[]),this._boundObjs[t].push(n)},$e.prototype.addEventListener=$e.prototype.bind,$e.prototype.unbind=function(n,t,e,i){console.assert($e.eventNames.indexOf(t)!==-1,"not available events:"+t),this._objectCtxIsInit(n)||this._objectCtxInit(n);var s=this._objectCtxGet(n);s[t+"Handlers"]||(s[t+"Handlers"]=[]);for(var o=s[t+"Handlers"],r=0;r<o.length;r++){var a=o[r];if(e==a.callback&&i==a.useCapture){o.splice(r,1);break}}var l=this._boundObjs[t].indexOf(n);this._boundObjs[t].splice(l,1)},$e.prototype.removeEventListener=$e.prototype.unbind,$e.prototype._bound=function(n,t){var e=this._objectCtxGet(t);return e?!!e[n+"Handlers"]:!1},$e.prototype._isObjectVisible=function(n){for(var t=n;t;){if(t.visible===!1)return!1;t=t.parent}return!0},$e.prototype._filterVisibleObjects=function(n){var t=this;return n.filter(function(e){return t._isObjectVisible(e)})},$e.prototype._onMove=function(n,t,e,i){var s=this._boundObjs[n];if(!(s===void 0||s.length===0)){var o=this._filterVisibleObjects(s);if(o.length!==0){var r=new y.Vector2;r.set(t,e),this._raycaster.setFromCamera(r,this._camera);var a=this._raycaster.intersectObjects(o),l=this;a=a.filter(function(p){return l._isObjectVisible(p.object)}),a.sort(function(p,v){var b=p.object.renderOrder||0,P=v.object.renderOrder||0;return b!==P?P-b:p.distance-v.distance});var c=this._selected;if(a.length>0){var h,d,u,m=a[0],g=m.object;this._selected=g,u=this._bound("mousemove",g),c!=g&&(h=this._bound("mouseover",g),d=c&&this._bound("mouseout",c))}else d=c&&this._bound("mouseout",c),this._selected=null;u&&this._notify("mousemove",g,i,m),h&&this._notify("mouseover",g,i,m),d&&this._notify("mouseout",c,i,m)}}},$e.prototype._onEvent=function(n,t,e,i){var s=this._boundObjs[n];if(!(s===void 0||s.length===0)){var o=this._filterVisibleObjects(s);if(o.length!==0){var r=new y.Vector2;r.set(t,e),this._raycaster.setFromCamera(r,this._camera);var a=this._raycaster.intersectObjects(o,!0),l=this;if(a=a.filter(function(m){return l._isObjectVisible(m.object)}),a.sort(function(m,g){var p=m.object.renderOrder||0,v=g.object.renderOrder||0;return p!==v?v-p:m.distance-g.distance}),a.length!==0){for(var c=a[0],h=c.object,d=this._objectCtxGet(h),u=h.parent;typeof d=="undefined"&&u;)d=this._objectCtxGet(u),u=u.parent;d&&this._notify(n,h,i,c)}}}},$e.prototype._notify=function(n,t,e,i){var s=this._objectCtxGet(t),o=s?s[n+"Handlers"]:null;if(!s||!o||o.length===0){t.parent&&this._notify(n,t.parent,e,i);return}for(var o=s[n+"Handlers"],r=0;r<o.length;r++){var a=o[r],l=!0;a.callback({type:n,target:t,origDomEvent:e,intersect:i,stopPropagation:function(){l=!1}}),l&&a.useCapture===!1&&t.parent&&this._notify(n,t.parent,e,i)}},$e.prototype._onMouseDown=function(n){return this._onMouseEvent("mousedown",n)},$e.prototype._onMouseUp=function(n){return this._onMouseEvent("mouseup",n)},$e.prototype._onMouseEvent=function(n,t){var e=this._getRelativeMouseXY(t);this._onEvent(n,e.x,e.y,t)},$e.prototype._onMouseMove=function(n){var t=this._getRelativeMouseXY(n);this._onMove("mousemove",t.x,t.y,n),this._onMove("mouseover",t.x,t.y,n),this._onMove("mouseout",t.x,t.y,n)},$e.prototype._onClick=function(n){this._onMouseEvent("click",n)},$e.prototype._onDblClick=function(n){this._onMouseEvent("dblclick",n)},$e.prototype._onContextmenu=function(n){this._onMouseEvent("contextmenu",n)},$e.prototype._onTouchStart=function(n){return this._onTouchEvent("touchstart",n)},$e.prototype._onTouchEnd=function(n){return this._onTouchEvent("touchend",n)},$e.prototype._onTouchMove=function(n){if(n.touches.length==1){var t=Number(n.touches[0].pageX/window.innerWidth)*2-1,e=-(n.touches[0].pageY/window.innerHeight)*2+1;this._onMove("mousemove",t,e,n),this._onMove("mouseover",t,e,n),this._onMove("mouseout",t,e,n)}},$e.prototype._onTouchEvent=function(n,t){var e=t.touches;if(e.length==0&&(e=t.changedTouches),e.length==1){var i=Number(e[0].pageX/window.innerWidth)*2-1,s=-(e[0].pageY/window.innerHeight)*2+1;this._onEvent(n,i,s,t)}};const xd="Object3DHelperPlugin",Vl=xd,M6=()=>{console.error(`${Vl} is disposed`)},k6=()=>{console.warn(`${Vl} is disabled`)},E6=()=>{console.error(`${Vl} is disabled`)};class Dd extends Jn{constructor(e){super(e);f(this,"name",xd);f(this,"state",{visible:!0,enabled:!0,disposed:!1});f(this,"objectHelperMap",new Map);f(this,"css3DObjectParentMap",new Map);f(this,"css3DObjectModeMap",new Map);f(this,"css3DRender");this.five=e,this.css3DRender=new co(this.five.scene),console.warn("Object3DHelper: 使用此插件,需要在初始化five时,设置five参数: { backgroundAlpha: 0, backgroundColor: 0x000000 }"),Object.assign(window,{[`__${xd.toUpperCase()}_DEBUG__`]:this})}show(e){return ie(this,null,function*(){this.setState({visible:!0},e)})}hide(e){return ie(this,null,function*(){this.setState({visible:!1},e)})}enable(e){this.setState({enabled:!0},e)}disable(e){this.setState({enabled:!1},e)}dispose(){this.setState({disposed:!0})}setState(e,i){if(this.state.disposed)return M6();if(!this.state.enabled&&e.enabled!==!0&&e.disposed!==!0)return E6();const s=N({},this.state);this.state=N(N({},this.state),e),e.disposed!==void 0&&e.disposed!==s.disposed&&e.disposed&&this.handleDispose(),e.visible!==void 0&&e.visible!==s.visible&&this.handleVisible(e.visible),e.enabled!==void 0&&e.enabled!==s.enabled&&this.handleEnable(e.enabled),this.hooks.emit("stateChange",{state:this.state,prevState:s})}getObject3DHelper(e){return this.objectHelperMap.get(e)}addObject3DHelper(e,i={}){var M;if(!e){console.error("Object3D is undefined");return}if(this.objectHelperMap.has(e)){console.warn(`Object3DHelperPlugin: object3D ${e.name} is already has helper`);return}const s=new p6,o=[],r=(M=this.five.getElement())==null?void 0:M.parentElement,a=this.five.camera,c=N(N({},{moveHelper:!0,rotateHelper:!0,scaleHelper:!0,boundingBoxHelper:!1,positionFrom:"objectPosition"}),i),{moveHelper:h,rotateHelper:d,scaleHelper:u,boundingBoxHelper:m}=c,g=s.hooks,p=new Et,v=new $e(this.five.camera,this.five.getElement()),b=I=>{if(I)return typeof I=="boolean"?I:I.enable},P={};if(b(h)){const I=N(N({},this.getConfig(c.moveHelper)),c),z=new t6(e,N({},I)),D=new qr(this.five,v,u6,e,z,I,g,p);P.moveController=D.helperController,o.push(()=>D.dispose())}if(b(d)){const I=N(N({},this.getConfig(c.rotateHelper)),c),z=new s6(e,N({container:r},I)),D=new qr(this.five,v,v6,e,z,I,g,p);P.rotateController=D.helperController,o.push(()=>D.dispose())}if(b(m)){const I=new h6(e),z=new qr(this.five,v,y6,e,I,void 0,g,p);P.boundingBoxController=z.helperController,o.push(()=>z.dispose())}if(b(u))if(e.isCSS3DObject&&r){const I=new c6(e,r,a,this.five.scene),z=new qr(this.five,v,A6,e,I,void 0,g,p);P.scaleController=z.helperController,o.push(()=>z.dispose()),yi(this.five).then(()=>{var D,j;if(e.isCSS3DObjectPlus){const L=e;if(!L||L.mode!=="front")return;const O=(D=this.css3DRender.behindModeCSS3DRenderer.wrapper)!=null?D:lc(this.five);O&&(this.css3DObjectParentMap.set(L,L.parent),L.removeFromParent(),this.css3DRender.behindModeCSS3DRenderer.setWrapper(O),(j=this.css3DRender.getBehindCSS3DObjectGroup())==null||j.add(L),this.css3DRender.render(this.five.camera))}else e.isCSS3DObject&&(this.css3DObjectModeMap.set(e,e.mode),e.mode="behind")})}else{const I=N(N({},this.getConfig(c.scaleHelper)),c),z=new w6(e,I),D=new qr(this.five,v,I6,e,z,I,g,p);P.scaleController=D.helperController,o.push(()=>D.dispose())}return Object.values(P).forEach(I=>{I&&typeof I.updateOtherControllers=="function"&&I.updateOtherControllers(P)}),s.addControllers(P),this.objectHelperMap.set(e,{helper:s,disposers:o}),s.controllers}removeObject3DHelper(e){if(!this.objectHelperMap.has(e))return;const{helper:i,disposers:s}=this.objectHelperMap.get(e);if(i){if(e.isCSS3DObjectPlus){const o=e,r=this.css3DObjectParentMap.get(o);r&&r.add(o),this.css3DRender.render(this.five.camera)}else if(e.isCSS3DObject){const o=this.css3DObjectModeMap.get(e);e.mode=o}this.objectHelperMap.delete(e),i.dispose(),s==null||s.forEach(o=>o==null?void 0:o())}}handleEnable(e,i=!0){e?(this.everyHelperDo(s=>s.enable()),this.hooks.emit("enable",{userAction:i})):(this.everyHelperDo(s=>s.disable()),this.hooks.emit("disable",{userAction:i})),this.state.enabled=e}handleVisible(e,i=!0){e?(this.everyHelperDo(s=>s.show()),this.actionIfStateIsEnabled(()=>this.hooks.emit("show",{userAction:i}))):(this.everyHelperDo(s=>s.hide()),this.actionIfStateIsEnabled(()=>this.hooks.emit("hide",{userAction:i}))),this.state.visible=e}handleDispose(){this.everyHelperDo((e,i)=>{e.dispose(),i==null||i.forEach(s=>s==null?void 0:s())})}everyHelperDo(e){this.objectHelperMap.forEach(({helper:i,disposers:s})=>{i&&e(i,s)})}actionIfStateIsEnabled(e,i){if(this.state.enabled)return e();i!=null&&i.warnLog&&k6()}getConfig(e){if(e&&typeof e!="boolean"&&e.enable)return e}}const S6=n=>new Dd(n);class x6{constructor(){f(this,"five");f(this,"config");f(this,"_cursor");f(this,"_pointSelector");f(this,"_fiveDomEvents");f(this,"_object3DHelper");f(this,"inited",!1);f(this,"init",(t,e)=>{this.inited=!0,this.five=t,this.config=e,this._cursor=void 0,this._pointSelector=void 0,this._fiveDomEvents=void 0,this._object3DHelper=void 0})}get cursor(){if(!this.inited)throw new Error("Global not inited");return this._cursor?this._cursor:(this._cursor=new Cp(this.five.getElement()),this._cursor)}get pointSelector(){var i,s;if(!this.inited)throw new Error("Global not inited");if(this._pointSelector)return this._pointSelector;const t=(i=this.config)==null?void 0:i.magnifier;let e=t===null||t===!1?{magnifier:null}:{magnifierParams:t};return(s=this.config)!=null&&s.hideCursorCircle&&(e=de(N({},e),{pointHelper:null})),this._pointSelector=new Ma(this.five,{mode:"cursor",helper:e,hitFilter:this.config.hitFilter}),this._pointSelector}get fiveDomEvents(){if(!this.inited)throw new Error("Global not inited");return this._fiveDomEvents?this._fiveDomEvents:(this._fiveDomEvents=new uo(this.five,{noEmitWhenNotInScene:!0}),this._fiveDomEvents)}get object3DHelper(){if(!this.inited)throw new Error("Global not inited");return this._object3DHelper?this._object3DHelper:(this._object3DHelper=new Dd(this.five),this._object3DHelper)}}const q1=new x6;window.globalModules=q1;function J1(n,t){return n?t(n)?n:n.parent?J1(n.parent,t):null:null}function D6(n){const t=[...n];if(n.length<3)return n;const e=n[n.length-1],i=n[0];return e.equals(i)||t.push(i),t}class K1 extends ci{constructor(e){super();f(this,"name","PolylineBaseMesh");f(this,"lines",[]);f(this,"withDots");f(this,"paramsStyle");const r=e,{withDots:i,points:s}=r,o=As(r,["withDots","points"]);this.withDots=i!=null?i:!0,s&&this.setPoints(s),o&&this.setStyle(o)}get style(){var e;return{lineColor:this.lineColor,lineWidth:this.lineWidth,opacity:this.opacity,dashed:this.dashed,occlusionVisibility:this.occlusionVisibility,occlusionMode:this.occlusionMode,lengthEnable:(e=this.paramsStyle)==null?void 0:e.lengthEnable}}get opacity(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.lineOpacity)!=null?s:(i=this.paramsStyle)==null?void 0:i.lineOpacity}get lineColor(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.color)!=null?s:(i=this.paramsStyle)!=null&&i.lineColor?new y.Color(this.paramsStyle.lineColor):void 0}get lineWidth(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.lineWidth)!=null?s:(i=this.paramsStyle)==null?void 0:i.lineWidth}get dashed(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.dashed)!=null?s:(i=this.paramsStyle)==null?void 0:i.dashed}get occlusionVisibility(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.occlusionVisibility)!=null?s:(i=this.paramsStyle)==null?void 0:i.occlusionVisibility}get occlusionMode(){var e,i,s;return(s=(e=this.lines[0])==null?void 0:e.occlusionMode)!=null?s:(i=this.paramsStyle)==null?void 0:i.occlusionMode}get points(){var e,i,s;return this.lines.map(o=>o.points[0]).concat((s=(i=this.lines)==null?void 0:i[((e=this.lines)==null?void 0:e.length)-1])==null?void 0:s.points[1]).filter(Boolean)}setPoints(e,i={closed:!1}){let s=e.map(Ue);i.closed&&(s=D6(s)),s.forEach((o,r)=>{var c;const a=s[r+1];if(r!==0&&a===void 0)return;const l=(c=this.lines[r])!=null?c:(()=>{const h=new Or(de(N({},this.style),{pointVisibility:this.withDots?{startPoint:r===0,endPoint:!0}:!1}));return this.lines[r]=h,this.add(h),h})();l.setStyle(this.style),l.setPoints([o,a])}),s.length===0?(this.lines.forEach(o=>o.removeFromParent()),this.lines=[]):s.length===1||this.lines.length>s.length-1&&this.lines.splice(s.length-1).forEach(o=>o.removeFromParent())}setStyle(e){this.paramsStyle=N(N({},this.paramsStyle),e),this.lines.forEach(i=>i.setStyle(this.paramsStyle))}highlight(){this.lines.forEach(e=>e.highlight())}unhighlight(){this.lines.forEach(e=>e.unhighlight())}}class Xs extends K1{constructor(...e){super(de(N({},e[0]),{withDots:!1}));f(this,"name","PolylineMesh")}}class ns extends K1{constructor(...e){super(de(N({},e[0]),{withDots:!0}));f(this,"name","PolylineWithDotsMesh")}}const Ld=new Map;class Gi extends ci{constructor(e,i){var s,o;super();f(this,"name","Sculpt");f(this,"isSculptObject",!0);f(this,"draggable");f(this,"selected");f(this,"config");f(this,"on",(e,i,s)=>et.modules.fiveDomEvents.addEventListener(this,e,i,s));f(this,"off",(...e)=>et.modules.fiveDomEvents.removeEventListener(this,...e));f(this,"applyObjectMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),ur(s,e)});f(this,"applyObjectReversalMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),oA(s,e)});e!=null&&e.id&&(this.uuid=e.id),this.config=N({defaultAction:!0,occlusionVisibility:!0,occlusionMode:"translucence"},i),e&&(He((s=this.config)==null?void 0:s.occlusionMode)&&(e.style=de(N({},e.style),{occlusionMode:this.config.occlusionMode})),He((o=this.config)==null?void 0:o.occlusionVisibility)&&(e.style=de(N({},e.style),{occlusionVisibility:this.config.occlusionVisibility}))),At("esc",()=>{this.stopCreating()}),this.config.defaultAction&&(At("backspace, delete",()=>{this.selected&&this.delete()}),this.on("click",()=>{var r;this.editing||(this.select({only:!0}),this.editor.enable(),(r=this.parent)==null||r.children.forEach(a=>{var l;a instanceof Gi&&a!==this&&((l=a._editor)==null||l.disable())}))}),At("esc",()=>{this.selected&&this.unselect()}))}get editing(){return this.pointSelector.enabled}get baseData(){return{id:this.uuid,type:this.type}}get pointSelector(){return et.modules.pointSelector}undo(){throw new Error("Method not implemented.")}redo(){throw new Error("Method not implemented.")}canUndo(){throw new Error("Method not implemented.")}canRedo(){throw new Error("Method not implemented.")}stopCreating(){et.modules.pointSelector.disable()}delete(){var e;this.stopCreating(),this.removeFromParent(),this.off(),(e=this.editor)==null||e.disable()}select(e={only:!1}){if(this.selected)return;this.selected=!0,this.highlight(),Ld.has(this.parent.uuid)||Ld.set(this.parent.uuid,[]);const i=Ld.get(this.parent.uuid);i.push(this),e.only&&(i==null||i.forEach(s=>{s!==this&&s.unselect()}))}unselect(){var e;this.selected&&(this.selected=!1,this.unhighlight(),(e=this._editor)==null||e.disable())}highlight(){}unhighlight(){}showDeleteButton(e,i){et.modules.cursor.showDeleteButton({clientX:e,clientY:i,container:document.body,onClick:()=>this.delete()}),et.modules.five.once("cameraUpdate",()=>{et.modules.cursor.removeDeleteButton()})}}class Bl extends ci{constructor(e){super();f(this,"hooks",new Et);f(this,"originObject");this.originObject=e}enable(){this.originObject.add(this)}disable(){this.originObject.remove(this)}}class Jr extends Bl{constructor(e,i){super(e);f(this,"objectHelperConfig");f(this,"onObjectUpdate",()=>{this.hooks.emit("objectUpdate")});this.objectHelperConfig=i}get helper(){var e;return(e=et.modules.object3DHelper.getObject3DHelper(this.originObject))==null?void 0:e.helper}enable(){super.enable();const e=typeof this.objectHelperConfig=="function"?this.objectHelperConfig():this.objectHelperConfig;et.modules.object3DHelper.addObject3DHelper(this.originObject,N({positionFrom:"boundingBox"},e));const i=et.modules.object3DHelper.getObject3DHelper(this.originObject).helper;i.hooks.on("move",this.onObjectUpdate),i.hooks.on("rotate",this.onObjectUpdate),i.hooks.on("scale",this.onObjectUpdate)}disable(){var e,i,s;super.disable(),(e=this.helper)==null||e.hooks.off("move",this.onObjectUpdate),(i=this.helper)==null||i.hooks.off("rotate",this.onObjectUpdate),(s=this.helper)==null||s.hooks.off("scale",this.onObjectUpdate),et.modules.object3DHelper.removeObject3DHelper(this.originObject)}initialHelperMatrix(){var e;(e=this.helper)==null||e.initialHelperMatrix()}}class Td extends Bl{constructor(e){super(e);f(this,"draggingPoints",[]);f(this,"onDragstart",e=>{const i=e.target;this.draggingPoints=this.pointMeshes.filter(s=>s.position.equals(i.position))});f(this,"onDragend",e=>{this.draggingPoints=[]})}get pointMeshes(){return this.children.filter(e=>e instanceof sn)}get pointHandles(){return this.children}enable(){super.enable(),this.points.filter(He).forEach(e=>{const i=new sn;i.visible=!1,i.position.copy(e),i.draggable=!0,et.modules.fiveDomEvents.addEventListener(i,"drag",this.onDrag),et.modules.fiveDomEvents.addEventListener(i,"dragstart",this.onDragstart),et.modules.fiveDomEvents.addEventListener(i,"dragend",this.onDragend),this.add(i)})}disable(){super.disable(),this.removeChildren()}}class L6 extends Td{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=fr(et.modules.five,e.raycaster);this.draggingPoints.forEach(s=>s.position.copy(i.point)),this.originObject.lineMesh.setPoints(this.pointMeshes.map(s=>s.position))})}get points(){return this.originObject.lineMesh.points}}class T6 extends Td{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=fr(et.modules.five,e.raycaster);this.draggingPoints.forEach(s=>s.position.copy(i.point)),this.originObject.polyLineMesh.setPoints(this.pointMeshes.map(s=>s.position))})}get points(){return this.originObject.polyLineMesh.points}}function ni(n){return Array.isArray(n)?n.map(t=>[t.x,t.y,t.z]):[n.x,n.y,n.z]}class $1 extends Gi{constructor(e,i){super(e,i);f(this,"type","Polyline");f(this,"polyLineMesh");f(this,"_editor");f(this,"creatingObject");e&&(this.polyLineMesh=new ns(N(N({},e.style),e)),this.add(this.polyLineMesh))}get editor(){return this._editor||(this._editor=new T6(this)),this._editor}get data(){return de(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.polyLineMesh.points)),style:{lineColor:new y.Color(this.polyLineMesh.lineColor).getHex(),lineWidth:this.polyLineMesh.lineWidth,dashed:this.polyLineMesh.dashed}})}setData(e){e.points&&this.polyLineMesh.setPoints(this.applyObjectReversalMatrixWorld(e.points.map(Ue))),this.polyLineMesh.setStyle(e.style)}highlight(){var e;(e=this.polyLineMesh)==null||e.highlight()}unhighlight(){var e;(e=this.polyLineMesh)==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 ns(e);this.polyLineMesh=i,this.add(this.polyLineMesh),this.creatingObject=ev(i,this.pointSelector,e),yield this.creatingObject.finished,this.config.defaultAction&&this.editor.enable()})}}function ev(n,t,e){var z;const i=n.parent;if(!i)return;const{promise:s,resolve:o,reject:r}=Hs(),a=(z=e==null?void 0:e.limit)!=null?z:"none",l=new Xs(n.style);i.add(l);const c=new Xs(de(N({},n.style),{dashed:!0,lengthEnable:!1}));i.add(c),t.enable();const h=[];let d,u,m;const g=[],p=()=>h.length>0,v=()=>g.length>0,b=()=>{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=D=>{g.length=0;const j=h.length===0?D.point:d.clone();h.push(j),n.setPoints(h)},I=D=>{const j=()=>{l.setPoints([]),c.setPoints([]),d=null};if(!D||(m=D,!(h!=null&&h.length)))return j();const L=h.at(-1).clone();a==="none"?(d=D.point,l.setPoints([L,d])):a==="xoz"?(u=u!=null?u:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),h[0]),t.plane=u,d=u.projectPoint(D.point,new y.Vector3),l.setPoints([L,d]),c.setPoints([d,D.point])):a==="y"&&(h.length===1?(d=D.point,l.setPoints([L,d])):(u=u!=null?u:new y.Plane().setFromCoplanarPoints(h[0],h[1],new y.Vector3(0,1,0).add(h[0])),t.plane=u,d=u.projectPoint(D.point,new y.Vector3),l.setPoints([L,d]),c.setPoints([d,D.point])))};return t.on("select",M),t.on("intersectionUpdate",I),t.on("disable",()=>{if(t.off("select",M),t.off("intersectionUpdate",I),t.plane=null,i.remove(l),i.remove(c),h.length<2)return i.remove(n),r(new Error("Cancelled"));o()}),{finished:s,canUndo:p,canRedo:v,undo:b,redo:P}}class z6 extends Bl{constructor(e){super(e);f(this,"onDrag",e=>{var s;const i=fr(et.modules.five,e.raycaster);(s=this.originObject.pointMesh)==null||s.position.copy(i.point)})}enable(){super.enable(),this.originObject.draggable=!0,this.originObject.on("drag",this.onDrag)}disable(){super.disable(),this.originObject.draggable=!1,this.originObject.off("drag",this.onDrag)}}class tv extends Gi{constructor(e,i){super(e,i);f(this,"type","Point");f(this,"pointMesh");f(this,"_editor");e&&(this.pointMesh=new sn(N(N({},e.style),e)),this.add(this.pointMesh))}get editor(){return this._editor||(this._editor=new z6(this)),this._editor}get data(){return de(N({},this.baseData),{point:ni(this.applyObjectMatrixWorld(this.pointMesh.position)),style:{color:this.pointMesh.color.getHex(),size:this.pointMesh.size}})}setData(e){e.point&&this.pointMesh.position.copy(Ue(e.point)),this.pointMesh.setStyle(e.style)}highlight(){var e;(e=this.pointMesh)==null||e.highlight()}unhighlight(){var e;(e=this.pointMesh)==null||e.unhighlight()}setStyle(e){this.pointMesh.setStyle(e)}create(e){return ie(this,null,function*(){this.pointMesh&&this.remove(this.pointMesh),this.add(this.pointMesh=new sn(e)),yield zd(this.pointMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function zd(n,t){return new Promise((e,i)=>{t.enable(),n.visible=!1;const s=l=>{l&&(n.visible=!0,n.position.copy(l.point))},o=l=>{l&&(n.visible=!0,n.position.copy(l.point),r())},r=()=>{t.off("select",o),t.off("disable",a),t.off("intersectionUpdate",s),t.disable(),e()},a=()=>{t.off("select",o),t.off("disable",a),t.off("intersectionUpdate",s),n.removeFromParent(),i(new Error("Cancelled"))};t.on("intersectionUpdate",s),t.on("disable",a),t.once("select",o)})}class Od extends To{constructor(e){const o=e!=null?e:{},{points:i}=o,s=As(o,["points"]);super();f(this,"name","PolygonWithEdgeMesh");f(this,"line",new Xs);i&&this.setPoints(i),s&&this.setStyle(s)}get style(){return de(N({},super.style),{lineWidth:this.lineWidth,lineColor:this.lineColor})}get lineWidth(){return this.line.lineWidth}get lineColor(){return this.line.lineColor}raycast(e,i){return this.children.forEach(s=>{rc(s,e,i,!0)}),!1}setPoints(e,i){super.setPoints(e,N({closed:!0},i)),this.points&&(this.line.setPoints(this.points,N({closed:!0},i)),this.addIfNotExists(this.line))}setStyle(e){super.setStyle(e),e.lineOpacity!==void 0?this.line.setStyle(de(N({},e),{lineOpacity:e.lineOpacity})):this.line.setStyle(e),this.needsRender=!0}highlight(){super.highlight(),this.line.highlight()}unhighlight(){super.unhighlight(),this.line.unhighlight()}}class jd extends Od{constructor(){super(...arguments);f(this,"name","AreaMesh")}}class O6 extends Td{constructor(e){super(e);f(this,"onDragstart",e=>{const i=e.target;this.draggingPoints=this.pointMeshes.filter(s=>s.position.equals(i.position))});f(this,"onDrag",e=>{var r,a;if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=fr(et.modules.five,e.raycaster);if(!i)return;const s=this.originObject.areaMesh.projectPoint(i.point);this.draggingPoints.forEach(l=>l.position.copy(s)),this.originObject.areaMesh.setPoints(this.pointMeshes.map(l=>l.position)),this.hooks.emit("objectUpdate"),et.modules.five&&(et.modules.five.needsRender=!0);const o=(a=(r=this.originObject.areaMesh)==null?void 0:r.userData)==null?void 0:a.syncCreationPointMeshes;typeof o=="function"&&o()});f(this,"onDragend",e=>{this.draggingPoints=[],this.originObject.recordHistory(),this.hooks.emit("objectUpdate")})}get points(){return this.originObject.areaMesh.points}enable(){super.enable(),this.updatePointMeshes()}disable(){this.pointMeshes.forEach(e=>this.disposePointMesh(e)),super.disable()}updatePointMeshes(){var c,h,d,u,m,g,p,v,b,P,M,I;const e=this.originObject.areaMesh.points,i=(d=(h=(c=this.originObject.areaMesh)==null?void 0:c.userData)==null?void 0:h.dragSelectPixelDistance)!=null?d:10,s=this.originObject.areaMesh,o=(m=(u=s.lineColor)==null?void 0:u.getHex)==null?void 0:m.call(u),r=(p=(g=s.color)==null?void 0:g.getHex)==null?void 0:p.call(g),a=(v=o!=null?o:r)!=null?v:16777215,l=(I=(M=(P=(b=s.line)==null?void 0:b.style)==null?void 0:P.opacity)!=null?M:s.opacity)!=null?I:1;this.syncPointMeshCount(e,{dragSelectPixelDistance:i,pointColor:a,pointOpacity:l}),this.pointMeshes.forEach((z,D)=>{const j=e[D];j&&(z.position.copy(j),z.visible=!0)})}syncPointMeshCount(e,i){const s=[...this.pointMeshes],{dragSelectPixelDistance:o,pointColor:r,pointOpacity:a}=i;for(s.length>e.length&&s.slice(e.length).forEach(l=>this.disposePointMesh(l));this.pointMeshes.length<e.length;){const l=this.createPointMesh({dragSelectPixelDistance:o,pointColor:r,pointOpacity:a});this.add(l)}this.pointMeshes.forEach(l=>{var c;l.userData=(c=l.userData)!=null?c:{},l.userData.dragSelectPixelDistance=o,l.setStyle({color:r,opacity:a})})}createPointMesh(e){var a;const{dragSelectPixelDistance:i,pointColor:s,pointOpacity:o}=e,r=new sn;return r.visible=!0,r.userData=(a=r.userData)!=null?a:{},r.userData.dragSelectPixelDistance=i,r.draggable=!0,r.setStyle({color:s,opacity:o}),et.modules.fiveDomEvents.addEventListener(r,"drag",this.onDrag),et.modules.fiveDomEvents.addEventListener(r,"dragstart",this.onDragstart),et.modules.fiveDomEvents.addEventListener(r,"dragend",this.onDragend),r}disposePointMesh(e){et.modules.fiveDomEvents.removeEventListener(e),this.remove(e)}}class iv extends Gi{constructor(e,i){var s;super(e,i);f(this,"type","Polygon");f(this,"areaMesh");f(this,"historyStack",[]);f(this,"currentHistoryIndex",-1);f(this,"maxHistorySize",50);f(this,"_editor");f(this,"creatingObject");e&&(this.areaMesh=new jd(N(N({},e.style),e)),this.areaMesh.userData=(s=this.areaMesh.userData)!=null?s:{},typeof this.areaMesh.userData.dragSelectPixelDistance!="number"&&(this.areaMesh.userData.dragSelectPixelDistance=10),this.add(this.areaMesh))}get editor(){return this._editor||(this._editor=new O6(this)),this._editor}updateCreationPointMeshes(){var i,s;const e=(s=(i=this.areaMesh)==null?void 0:i.userData)==null?void 0:s.syncCreationPointMeshes;typeof e=="function"&&e(),this._editor&&this._editor.updatePointMeshes()}get data(){return this.updateMatrixWorld(),de(N({},this.baseData),{points:ni(this.applyObjectMatrixWorld(this.areaMesh.points)),style:{color:this.areaMesh.color.getHex(),lineColor:this.areaMesh.lineColor.getHex(),lineWidth:this.areaMesh.lineWidth}})}setData(e){e.points&&this.areaMesh.setPoints(this.applyObjectReversalMatrixWorld(e.points.map(Ue))),this.areaMesh.setStyle(e.style),this.updateCreationPointMeshes()}highlight(){var e;(e=this.areaMesh)==null||e.highlight()}unhighlight(){var e;(e=this.areaMesh)==null||e.unhighlight()}canUndo(){var i,s,o;return this.creatingObject?(o=(s=(i=this.creatingObject)==null?void 0:i.canUndo)==null?void 0:s.call(i))!=null?o:!1:this.currentHistoryIndex>0}canRedo(){var e,i,s;return this.creatingObject?(s=(i=(e=this.creatingObject)==null?void 0:e.canRedo)==null?void 0:i.call(e))!=null?s:!1:this.currentHistoryIndex<this.historyStack.length-1}undo(){var e,i;if(this.creatingObject)return(i=(e=this.creatingObject)==null?void 0:e.undo)==null?void 0:i.call(e);if(this.canUndo()){this.currentHistoryIndex--;const s=this.historyStack[this.currentHistoryIndex];this.restoreSnapshot(s)}else console.log("[Polygon] undo: 无法撤销",{uuid:this.uuid})}redo(){var e,i;if(this.creatingObject)return(i=(e=this.creatingObject)==null?void 0:e.redo)==null?void 0:i.call(e);if(this.canRedo()){this.currentHistoryIndex++;const s=this.historyStack[this.currentHistoryIndex];this.restoreSnapshot(s)}}recordHistory(){if(this.creatingObject)return;this.historyStack=this.historyStack.slice(0,this.currentHistoryIndex+1);const e={points:this.areaMesh.points.map(i=>i.clone())};this.historyStack.push(e),this.historyStack.length>this.maxHistorySize?this.historyStack.shift():this.currentHistoryIndex++}restoreSnapshot(e){this.areaMesh.setPoints(e.points.map(i=>i.clone())),this.updateCreationPointMeshes(),this._editor&&this._editor.updatePointMeshes()}create(e){return ie(this,null,function*(){var s;this.children.forEach(o=>{o.parent===this&&this.remove(o)}),this.children.length=0;const i=new jd(e);this.areaMesh=i,this.add(this.areaMesh),this.creatingObject=Rl(this.areaMesh,this.pointSelector,e),yield(s=this.creatingObject)==null?void 0:s.finished,this.creatingObject=null,this.recordHistory(),this.updateCreationPointMeshes(),this.config.defaultAction&&this.editor.enable()})}}function Rl(n,t,e){var H,B,J,ne,$,re,ee,fe,ze;const{promise:i,resolve:s,reject:o}=Hs(),r=n.parent;if(!r){o(new Error("No container"));return}const a=(H=e==null?void 0:e.limit)!=null?H:"none",l=e==null?void 0:e.simpleMode,c=(re=($=(J=n.five)!=null?J:(B=n.get)==null?void 0:B.call(n,"five"))!=null?$:(ne=window.globalModules)==null?void 0:ne.five)!=null?re:window.$five,h=(ee=e==null?void 0:e.autoClosePixelDistance)!=null?ee:10;n.userData=(fe=n.userData)!=null?fe:{},n.userData.dragSelectPixelDistance=h;let d=0;l&&c&&c.model&&c.model.bounding&&typeof((ze=c.model.bounding.max)==null?void 0:ze.y)=="number"&&(d=c.model.bounding.max.y+1);const u=new Xs(n.style);r==null||r.add(u);const m=new Xs(de(N({},n.style),{dashed:!0,lengthEnable:!1}));r==null||r.add(m);let g=[];const p=(ae=P)=>{g.forEach((Ee,ue)=>{const ce=ae[ue];ce&&Ee.position.copy(ce)})};function v(){var Ee,ue;g.forEach(ce=>{var De;return(De=ce.parent)==null?void 0:De.remove(ce)});const ae=(ue=(Ee=n.line)==null?void 0:Ee.style)!=null?ue:n.style;g=P.map((ce,De)=>{var Te,Be;const te=new sn(de(N({},ae),{color:(Te=ae.pointColor)!=null?Te:ae.lineColor,tip:void 0,point:ce}));return te.name=`PolygonPointMesh_${De}`,te.userData=(Be=te.userData)!=null?Be:{},te.userData.dragSelectPixelDistance=h,r==null||r.add(te),te}),p()}function b(){g.forEach(ae=>{var Ee;return(Ee=ae.parent)==null?void 0:Ee.remove(ae)}),g=[],n.userData&&(delete n.userData.creationPointMeshes,delete n.userData.syncCreationPointMeshes,delete n.userData.disposeCreationPointMeshes)}t.enable(),l&&t.setAdherePoints([]);const P=[];let M,I,z=!1,D;const j=[],L=()=>P.length>0,O=()=>j.length>0,A=()=>{var ae;L()&&(j.push(P.pop()),E(D),v(),(ae=e==null?void 0:e.onUndo)==null||ae.call(e),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render())},C=()=>{var ae;O()&&(P.push(j.pop()),E(D),v(),(ae=e==null?void 0:e.onRedo)==null||ae.call(e),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render())},k=ae=>{var ue,ce;j.length=0;let Ee=P.length===0?ae.point:M.clone();if(l&&(Ee=Ee.clone().setY(d)),e.__onWillAddPoint(Ee,P),!((e==null?void 0:e.experimental_max_point_count)!=null&&P.length===e.experimental_max_point_count)){if(P.push(Ee),n.setPoints(P,{closed:!1}),e!=null&&e.experimental_self_intersect_check&&P.length>2&&n.isBlank){const De=P.pop();n.setPoints(P,{closed:!1}),v(),console.warn("[Polygon] 检测到自相交,无法添加该点"),(ue=e==null?void 0:e.__onSelfIntersect)==null||ue.call(e,De);return}v(),(ce=e==null?void 0:e.onPointPlaced)==null||ce.call(e,P),z&&(x(),s())}},E=ae=>{const Ee=()=>{u.setPoints([]),m.setPoints([]),n.setPoints(P),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render()};if(!ae){Ee(),v();return}if(D=ae,!(P!=null&&P.length))return Ee();const ue=P.at(-1).clone();if(P.length<3&&(l?(M=ae.point.clone().setY(d),u.setPoints([ue,M]),m.setPoints([])):a==="none"?(M=ae.point,u.setPoints([ue,M]),m.setPoints([])):a==="xoz"?(I=I!=null?I:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),P[0]),t.plane=I,M=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,M]),m.setPoints([M,ae.point])):a==="y"&&(P.length===1?(M=ae.point,u.setPoints([ue,M]),m.setPoints([])):(I=I!=null?I:new y.Plane().setFromCoplanarPoints(P[0],P[1],new y.Vector3(0,1,0).add(P[0])),t.plane=I,M=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,M]),m.setPoints([M,ae.point])))),P.length>=3){l?M=ae.point.clone().setY(d):M=n.projectPoint(ae.point);const ce=P[0];let De=!1;if(typeof(e==null?void 0:e.autoClosePixelDistance)=="number"){if(c&&c.camera&&c.getElement){const te=c.getElement(),Te=te.clientWidth,Be=te.clientHeight,Ae=qe=>{const rt=qe.clone().project(c.camera);return{x:(rt.x*.5+.5)*Te,y:(1-(rt.y*.5+.5))*Be}},Fe=Ae(ce),be=Ae(M),Me=Ae(ae.point),je=Math.sqrt(bs(Fe.x-be.x,2)+bs(Fe.y-be.y,2)),Ze=Math.sqrt(bs(Fe.x-Me.x,2)+bs(Fe.y-Me.y,2));(je<e.autoClosePixelDistance||Ze<e.autoClosePixelDistance)&&(De=!0)}}else(ce.distanceTo(M)<.2||ce.distanceTo(ae.point)<.2)&&(De=!0);De?(M=ce,ae.point.copy(ce),t.pointSelectorHelper.updateWithIntersect(ae,{emitEvent:!1}),z=!0):z=!1,u.setPoints([ue,M]),m.setPoints([M,ae.point])}P.length>=2?(n.setPoints([...P,M],{closed:!1}),n.line.setPoints(n.points.slice(0,-1)),n.isBlank?(t.cursorError=!0,u.setStyle({lineColor:16734553}),m.setStyle({lineColor:16734553})):(t.cursorError=!1,u.setStyle({lineColor:n.lineColor}),m.setStyle({lineColor:n.lineColor}))):n.setPoints([]),v()},x=()=>{t.off("select",k),t.off("intersectionUpdate",E),t.off("disable",T),t.plane=null,t.disable(),r==null||r.remove(u,m),b()},T=()=>{x(),r==null||r.remove(n,m,u),b(),o(new Error("Cancelled"))};return t.on("select",k),t.on("intersectionUpdate",E),t.on("disable",T),{finished:i,canUndo:L,canRedo:O,undo:A,redo:C}}function _d(n){const t=[...n],e=[];for(let i=0;i<t.length-2;i++)e.push(0,i+1,i+2);return e}function Vd(n){const t=n.map(i=>new y.Vector3(i[0],i[1],i[2]));return If(t)}class j6 extends y.BufferGeometry{constructor(e){super();f(this,"bottomPositions",[]);f(this,"topPosition",[]);f(this,"_type","Concave");e&&this.setPosition(e)}setPosition(e){var l,c,h;const i=(l=e.bottomPositions)!=null?l:this.bottomPositions,s=(c=e.topPosition)!=null?c:this.topPosition;if(this._type=(h=e.type)!=null?h:this._type,this.bottomPositions=i,this.topPosition=s,!i||i.length<3){console.error("PrismGeometry: Invalid parameters",i,s,e),this.bottomPositions=[],this.setAttribute("position",new y.BufferAttribute(new Float32Array([]),3));return}const o=[],r=[];r.push(...i),r[0][0]===r.at(-1)[0]&&r[0][1]===r.at(-1)[1]&&r[0][2]===r.at(-1)[2]&&(r.length-=1);const a=this._type==="Concave"?Vd(r):_d(r);if(o.push(...a),s&&s.length===3){const d=[s[0]-i[0][0],s[1]-i[0][1],s[2]-i[0][2]],u=r.map(g=>[g[0]+d[0],g[1]+d[1],g[2]+d[2]]);r.push(...u);const m=o.map(g=>g+r.length/2);o.push(...m);for(let g=0;g<r.length/2-1;g++)o.push(g,g+1,g+r.length/2),o.push(g+1,g+r.length/2+1,g+r.length/2);o.push(0,r.length/2,r.length/2-1),o.push(r.length/2,r.length-1,r.length/2-1)}this.setAttribute("position",new y.Float32BufferAttribute(r.flat(),3)),this.setIndex(o),this.computeBoundingSphere()}}class _6 extends y.BufferGeometry{constructor(e){super();f(this,"bottomPositions",[]);f(this,"topPosition",[]);f(this,"faceCount",0);f(this,"_type","Concave");e&&this.setPosition(e)}setPosition(e){var m,g,p;const i=(m=e.bottomPositions)!=null?m:this.bottomPositions,s=(g=e.topPosition)!=null?g:this.topPosition;if(this._type=(p=e.type)!=null?p:this._type,this.bottomPositions=i,this.topPosition=s,!i||i.length<3||!s||s.length!==3){console.error("PrismAnimationGeometry: Invalid parameters",i,s,e);return}const o=[...i];o[0][0]===o.at(-1)[0]&&o[0][1]===o.at(-1)[1]&&o[0][2]===o.at(-1)[2]&&(o.length-=1);const r=[s[0]-i[0][0],s[1]-i[0][1],s[2]-i[0][2]],a=o.map(v=>[v[0]+r[0],v[1]+r[1],v[2]+r[2]]);this.faceCount=2+o.length;const l=[],c=[],h=[],d=[];let u=0;this.addBottomFace(o,l,c,h,u,d,0),u+=this.getBottomFaceVertexCount(o),this.addTopFace(a,l,c,h,u,d,1),u+=this.getTopFaceVertexCount(a);for(let v=0;v<o.length;v++){const b=(v+1)%o.length;this.addSideFace(o[v],o[b],a[v],a[b],l,c,h,u,d,2+v),u+=4}this.setAttribute("position",new y.Float32BufferAttribute(l,3)),this.setAttribute("uv",new y.Float32BufferAttribute(c,2)),this.setIndex(h),this.clearGroups(),d.forEach(v=>{this.addGroup(v.start,v.count,v.materialIndex)}),this.computeBoundingSphere(),console.log("PrismAnimationGeometry UV debug:",{totalUVs:c.length/2,totalPositions:l.length/3,faceCount:this.faceCount,uvSample:c.slice(0,20)})}addBottomFace(e,i,s,o,r,a,l){const c=Math.min(...e.map(b=>b[0])),h=Math.max(...e.map(b=>b[0])),d=Math.min(...e.map(b=>b[2])),u=Math.max(...e.map(b=>b[2])),m=h-c||1,g=u-d||1;for(const b of e){i.push(b[0],b[1],b[2]);const P=(b[0]-c)/m,M=(b[2]-d)/g;s.push(P,M)}const p=o.length,v=this._type==="Concave"?Vd(e):_d(e);for(const b of v)o.push(b+r);a.push({start:p,count:o.length-p,materialIndex:l})}addTopFace(e,i,s,o,r,a,l){const c=Math.min(...e.map(b=>b[0])),h=Math.max(...e.map(b=>b[0])),d=Math.min(...e.map(b=>b[2])),u=Math.max(...e.map(b=>b[2])),m=h-c||1,g=u-d||1;for(const b of e){i.push(b[0],b[1],b[2]);const P=(b[0]-c)/m,M=(b[2]-d)/g;s.push(P,M)}const p=o.length,v=this._type==="Concave"?Vd(e):_d(e);for(let b=v.length-1;b>=0;b--)o.push(v[b]+r);a.push({start:p,count:o.length-p,materialIndex:l})}addSideFace(e,i,s,o,r,a,l,c,h,d){r.push(e[0],e[1],e[2],i[0],i[1],i[2],o[0],o[1],o[2],s[0],s[1],s[2]),a.push(0,0,1,0,1,1,0,1);const u=l.length;l.push(c+0,c+1,c+2,c+0,c+2,c+3),h.push({start:u,count:6,materialIndex:d})}getBottomFaceVertexCount(e){return e.length}getTopFaceVertexCount(e){return e.length}}class Ys extends ci{constructor(e){super();f(this,"name","PrismMesh");f(this,"five");f(this,"animatedBoxMesh");f(this,"activeAnimations",new Map);f(this,"activeEaseInAnimations",new Map);f(this,"_geometryInfoCache");f(this,"geometryInfoNeedUpdate",!0);f(this,"edgeMesh",new wi);f(this,"prismMesh",new yl);f(this,"paramStyle");this.five=e==null?void 0:e.five,this.prismMesh.name="PrismMesh",this.prismMesh.geometry=new j6,this.edgeMesh.name="EdgeMesh",this.addIfNotExists(this.prismMesh,this.edgeMesh),e&&Object.keys(e).some(i=>i!=="five")&&this.setPoints(e),this.setStyle(e)}get topPosition(){return new y.Vector3().fromArray(this.prismMesh.geometry.topPosition)}get bottomPositions(){return this.prismMesh.geometry.bottomPositions.map(e=>new y.Vector3().fromArray(e))}get topPositions(){const e=this.bottomPositions[0].clone().sub(this.topPosition);return this.bottomPositions.map(i=>i.clone().sub(e))}get style(){return{color:this.color,lineColor:this.lineColor,lineWidth:this.lineWidth,opacity:this.opacity,occlusionVisibility:this.occlusionVisibility,occlusionMode:this.occlusionMode}}get opacity(){return this.prismMesh.opacity}get occlusionVisibility(){return this.prismMesh.occlusionVisibility}get occlusionMode(){return this.prismMesh.occlusionMode}get center(){return this.localCenter.clone()}get localCenter(){var e;return(e=this.geometryInfo.center.clone())!=null?e:new y.Vector3(9999,9999,9999)}get geometryInfo(){if(this.geometryInfoNeedUpdate){this.geometryInfoNeedUpdate=!1;const e=this.prismMesh.geometry.bottomPositions,i=this.prismMesh.geometry.topPosition;if(!e||e.length<3||!i){this._geometryInfoCache=void 0;return}const s=e.map((c,h)=>h>=e.length-2?null:[new y.Vector3().fromArray(e[0]),new y.Vector3().fromArray(e[h+1]),new y.Vector3().fromArray(e[h+2])]).filter(Boolean);if(s.length===0){this._geometryInfoCache=void 0;return}let o=0,r=new y.Vector3;for(const[c,h,d]of s){const u=br(c,h,d),m=Tc(c,h,d,u);o+=u,r.add(m)}r=r.divideScalar(o);const a=new y.Vector3().fromArray(i).sub(new y.Vector3().fromArray(e[0])),l=r.clone().add(a.divideScalar(2));this._geometryInfoCache={center:l}}return this._geometryInfoCache}get worldCenter(){return this.updateMatrixWorld(),this.localToWorld(this.localCenter)}get color(){return this.prismMesh.color}get lineWidth(){return this.edgeMesh.style.lineWidth}get lineColor(){return this.edgeMesh.color}setStyle(e={}){this.paramStyle=N(N({},this.paramStyle),e),this.prismMesh.setStyle(this.paramStyle),this.edgeMesh.setStyle(this.paramStyle)}isBox(){const e=this.prismMesh.geometry.bottomPositions;return e&&e.length===4}setPoints(e){var i;this.prismMesh.geometry.setPosition({bottomPositions:(i=e.points)==null?void 0:i.map(Ue).map(s=>s.toArray()),topPosition:e.heightPoint?Ue(e.heightPoint).toArray():void 0}),this.edgeMesh.geometry=new Ia().fromEdgesGeometry(new y.EdgesGeometry(this.prismMesh.geometry)),this.geometryInfoNeedUpdate=!0}highlight(){this.prismMesh.highlight()}unhighlight(){this.prismMesh.unhighlight()}raycast(e,i){return this.children.forEach(s=>rc(s,e,i,!0)),!1}setFive(e){this.five=e}playBoxAnimation(e,i="#4DF0FF"){return this.five?(this.activeAnimations.has(e)&&this.forceFinishBoxAnimation(e),new Promise(s=>{this.prismMesh.visible=!1,this.edgeMesh.visible=!1;const o=this.createOrUpdateAnimatedBoxMesh(i),r=o.material,a=3e3;let l=0;const c=Ye.AnimationFrameLoop.shared.add((h,d)=>{l+=d;let u=l/a;u>1&&(u=1);let m=u;u<=.5?m=u*2:m=2-u*2,r.forEach(g=>{g.uniforms.progress.value=m}),u===1&&(c(),o.visible=!1,this.playEaseInAnimation(e,()=>{this.activeAnimations.delete(e),s()})),this.five.needsRender=!0});this.activeAnimations.set(e,{animatedBoxMesh:o,remove:c}),o.visible=!0})):(console.warn("Five instance not available for box animation"),Promise.resolve())}forceFinishBoxAnimation(e){if(!this.five){console.warn("Five instance not available for finishing box animation");return}(e?[e]:Array.from(this.activeAnimations.keys())).forEach(s=>{const o=this.activeAnimations.get(s);o&&(o.remove(),this.animatedBoxMesh&&(this.animatedBoxMesh.visible=!1),this.activeAnimations.delete(s));const r=this.activeEaseInAnimations.get(s);r&&(clearInterval(r.interval),this.activeEaseInAnimations.delete(s))}),this.showBoxFinalState(),this.five.needsRender=!0}playEaseInAnimation(e,i){if(!this.five)return;this.prismMesh.visible=!0,this.edgeMesh.visible=!0;let s=0;const o=this.prismMesh.style.opacity;this.prismMesh.setStyle({opacity:0}),this.edgeMesh.setStyle({lineOpacity:0});const r=setInterval(()=>{s===61&&(clearInterval(r),this.activeEaseInAnimations.delete(e),this.showBoxFinalState(),i()),this.edgeMesh.setStyle({lineOpacity:s/60}),this.prismMesh.setStyle({opacity:s/60*o}),this.five.needsRender=!0,s++},16);this.activeEaseInAnimations.set(e,{interval:r,model:this})}createOrUpdateAnimatedBoxMesh(e){if(!this.five)throw new Error("Five instance not available");const i=new y.Vector3(1/0,1/0,1/0),s=new y.Vector3(-1/0,-1/0,-1/0),o=this.bottomPositions;for(const v of o)i.min(v),s.max(v);const r=this.topPositions;for(const v of r)i.min(v),s.max(v);const a=s.clone().sub(i),l=this.prismMesh.geometry,c=l.bottomPositions,h=l.topPosition;if(this.animatedBoxMesh)return this.matrixWorld.decompose(this.animatedBoxMesh.position,this.animatedBoxMesh.quaternion,this.animatedBoxMesh.scale),this.animatedBoxMesh.updateMatrixWorld(),this.animatedBoxMesh.matrixAutoUpdate=!1,this.animatedBoxMesh;const d=new _6({bottomPositions:c,topPosition:h,type:"Concave"}),u=`
982
982
  varying vec2 vUV;
983
983
  varying vec3 vWorldPosition;
984
984
  #include <common>
@@ -1206,4 +1206,4 @@ void main() {
1206
1206
  gl_FragColor = texture2D(envMap, uv);
1207
1207
  gl_FragColor.a = gl_FragColor.a * opacity;
1208
1208
  }
1209
- `;class lD extends Go{constructor(e){super(e,aD);f(this,"initialDisplacement",0);f(this,"oldTime",new Date().getTime());f(this,"flowSpeed",.6);f(this,"rotateSpeed",0);f(this,"flowAnimationDisposer",()=>{})}setInitialDisplacement(e,i="backward"){this.initialDisplacement=Math.abs(e)*(i==="forward"?-1:1),this.moveFromOrigin(this.initialDisplacement)}moveFromOrigin(e){const i=e*this.uPreMeter;return this.material.uniforms.uOffset.value=i,this.material.needsUpdate=!0,this.needsRender=!0,!0}moveForwardFromInitialOffset(e){const i=e*-1,s=this.initialDisplacement+i;this.moveFromOrigin(s)}flow(){this.flowAnimationDisposer(),this.oldTime=new Date().getTime();let e=0,i=0;const s=go(()=>{const o=new Date().getTime(),r=o-this.oldTime,a=this.flowSpeed*(r/1e3),l=this.rotateSpeed*(r/1e3);e=e+a,i=i+l;const c=1/360,h=i*c;this.material.uniforms.vOffset.value=h,this.moveForwardFromInitialOffset(e),this.oldTime=o});this.flowAnimationDisposer=function(){s(),this.moveForwardFromInitialOffset(0)}}stopFlow(){this.flowAnimationDisposer()}setSpeed(e){typeof(e==null?void 0:e.flowSpeed)=="number"&&(this.flowSpeed=e.flowSpeed),typeof(e==null?void 0:e.rotateSpeed)=="number"&&(this.rotateSpeed=e.rotateSpeed)}disposeAnime(){super.disposeAnime(),this.flowAnimationDisposer()}}const eb={flowSpeed:.6,rotateSpeed:0};let cD=class extends tn{constructor(e){super(e);f(this,"data");f(this,"state");f(this,"group");f(this,"pipeObjects",[]);f(this,"texturePromiseCache",new Map);f(this,"dispose",()=>{this.disable(),this.five.scene.remove(this.group),this.texturePromiseCache.forEach(e=>e.then(i=>i.dispose())),this.texturePromiseCache.clear()});f(this,"onWantsFiveTapGesture",(...e)=>{const[i]=e,s=i.intersectObjects(this.pipeObjects,!1);if(s.length===0||!this.data)return;const a=s[0].object.customID,l=this.data.pipes.find(({id:h})=>h===a),c=this.data.pipelines.find(h=>l&&h.pipes.includes(l));if(!(!l||!c))return this.hooks.emit("tap",{intersectObjects:s,pipe:l,pipeline:c,wantsFiveTapGestureParams:e}),!1});this.state={target:null,visible:!0,enabled:!0,isFlowing:!1,speed:eb},this.five=e,this.group=new y.Group,this.group.name="water-pipe-group",this.five.scene.add(this.group),this.five.once("dispose",this.dispose),this.five.on("wantsTapGesture",this.onWantsFiveTapGesture)}load(e,i,s,o){return ie(this,null,function*(){const r=this.data;this.data=yield this.formatData(e,o),this.removeAllPipes(),this.hooks.emit("dataChange",this.data,r),this.pipeObjects=yield Promise.all(this.data.pipes.filter(a=>!!(a!=null&&a.texture)).map(d=>ie(this,[d],function*({id:a,texture:l,path:c,radius:h}){const u=yield this.loadPipeTexture(l),m={id:a,path:c,textureURL:l,texture:u,geometryConfig:{radius:h}};return new lD(m)}))),this.data.pipelines.forEach(a=>{a.pipes.reduce((l,c)=>{const h=this.findPipeObjectWithID(c.id);return h==null||h.setInitialDisplacement(l),l+((h==null?void 0:h.pathLength)||0)},0)}),this.hooks.emit("dataLoaded",this.data),this.state.visible===!1&&this.pipeObjects.forEach(a=>a.setOpacity(0)),this.state.enabled&&(this.group.add(...this.pipeObjects),this.five.needsRender=!0),i&&this.setState(i,{userAction:s})})}setState(e,i={}){const s=this.state;if(Gt(e,s,{deep:!0}))return;const 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,anime:{duration:500}};e.visible?this._show(r):this._hide(r)}if(e.isFlowing!==void 0&&s.isFlowing!==e.isFlowing&&(e.isFlowing?this._flow():this._stopFlow()),e.speed!==void 0&&!Gt(s.speed,this.state.speed,{deep:!0})&&this._setSpeed(e.speed),e.target!==void 0&&!Gt(s.target,this.state.target,{deep:!0})){const r={target:e.target,showAnime:{duration:500},hideAnime:{duration:500}};this._switchPipelines(r)}}enable(e={}){var s;if(this.state.enabled)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!0},i),this._enable({userAction:i})}disable(e={}){var s;if(this.state.enabled===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!1,isFlowing:!1},i),this._disable({userAction:i})}show(){return ie(this,arguments,function*(e={}){if(this.state.visible)return;const i=N({userAction:!0,anime:{duration:500}},e);this.updateState({visible:!0},i.userAction),yield this._show(i)})}hide(){return ie(this,arguments,function*(e={}){if(this.state.visible===!1)return;const i=N({userAction:!0,anime:{duration:500}},e);this.updateState({visible:!1},i.userAction),yield this._hide(i)})}switchPipelines(e){return ie(this,null,function*(){var c,h,d,u,m,g;if(!this.data)return;const i=(c=e==null?void 0:e.target)!=null?c:null,s=(h=e==null?void 0:e.userAction)!=null?h:!0;this.updateState({target:i},s);const o={duration:500},r=(u=(d=e==null?void 0:e.hideAnime)!=null?d:e==null?void 0:e.anime)!=null?u:o,a=(g=(m=e==null?void 0:e.showAnime)!=null?m:e==null?void 0:e.anime)!=null?g:o,l={target:i,showAnime:a,hideAnime:r};this._switchPipelines(l)})}flow(e={}){var s;if(this.state.isFlowing)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({isFlowing:!0},i),this._flow()}stopFlow(e={}){var s;if(this.state.isFlowing===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({isFlowing:!1},i),this._stopFlow()}setSpeed(e){var o,r;const i=(o=e==null?void 0:e.speed)!=null?o:eb,s=(r=e.userAction)!=null?r:!0;this.updateState({speed:i},s),this._setSpeed(i)}formatData(e,i){return ie(this,null,function*(){return qx(e,i)})}_enable(e){this.hooks.emit("enable",{userAction:e.userAction}),this.five.scene.add(this.group),this.five.needsRender=!0,this.five.on("wantsTapGesture",this.onWantsFiveTapGesture)}_disable(e){this.hooks.emit("disable",{userAction:e.userAction}),this.disposeAnime(),this.five.scene.remove(this.group),this.five.needsRender=!0,this.five.off("wantsTapGesture",this.onWantsFiveTapGesture)}_show(e){return ie(this,null,function*(){var o;this.hooks.emit("show",{userAction:e.userAction});const i=(o=e==null?void 0:e.anime)!=null?o:{duration:500},s=this.findPipeObjectWithTarget(this.state.target);yield Promise.all(s.map(r=>r==null?void 0:r.show(i))),this.five.needsRender=!0})}_hide(e){return ie(this,null,function*(){var s;this.hooks.emit("hide",{userAction:e.userAction});const i=(s=e==null?void 0:e.anime)!=null?s:{duration:500};yield Promise.all(this.pipeObjects.map(o=>o.hide(i))),this.five.needsRender=!0})}_switchPipelines(e){return ie(this,null,function*(){if(!this.data)return;const i=this.findPipeObjectWithTarget(e.target),s=e.hideAnime;yield Promise.all(this.pipeObjects.map(r=>r.hide(s)));const o=e.showAnime;yield Promise.all(i.map(r=>r.show(o)))})}_flow(){this.pipeObjects.forEach(e=>e.flow())}_stopFlow(){this.pipeObjects.forEach(e=>e.stopFlow())}_setSpeed(e){this.pipeObjects.forEach(i=>i.setSpeed(e))}updateState(e,i){const s=this.state;this.state=N(N({},this.state),e),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}loadPipeTexture(e){return ie(this,null,function*(){const i=this.texturePromiseCache.get(e);if(i)return i;const s=Os(e);return this.texturePromiseCache.set(e,s),s})}disposeAnime(){this.pipeObjects.forEach(e=>e.disposeAnime()),this.five.needsRender=!0}removeAllPipes(){this.disposeAnime(),this.group.remove(...this.pipeObjects),this.pipeObjects.forEach(e=>e.dispose()),this.pipeObjects=[],this.five.needsRender=!0}findPipeObjectWithID(e){return this.pipeObjects.find(({customID:i})=>i===e)}findPipeObjectWithTarget(e){return e?Yx({data:this.data,target:e}).map(({id:s})=>this.findPipeObjectWithID(s)).filter(He):this.pipeObjects}};const hD=n=>new cD(n),tb="data:image/png;base64,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",ib="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAA8CAMAAADR2113AAABOFBMVEVVVVVdXV15eXmDg4NtbW1jY2NoaGiIiIh0dHSNjY1NTU1xcXFQUFB9fX2AgICbm5ujo6MAAACpqamfn5+2traxsbGsrKyurq6YmJjc3Ny5ubmzs7OVlZWVlZXKysre3t7X19fV1dXf39/c3Nzk5OTj4+PPz8/g4OC/v7+4uLjNzc2kpKS8vLympqbk5OTh4eHX19ecnJzs7Ozs7OzHx8fFxcXY2NjT09O0tLSwsLCtra3Gxsa9vb3r6+vp6enn5+fCwsKqqqrKysrIyMjCwsKnp6egoKCRkZHv7+/q6ura2trn5+fl5eXV1dXU1NTT09PR0dHNzc3Ly8unp6dubm64uLiZmZnp6em8vLy6urrR0dHPz8/Q0NCysrLDw8O4uLiRkZGlpaWhoaG3t7eVlZWOjo7Z2dmwsLDgK9fhAAAAaHRSTlNmZmZmZmZmZmZmZmZmZmaGhgCGhoWGhYaGrIaGhWuxsKWhyca7t7a0pqCYkIiGz8zAjM7Lrquonp2al45sycS/qZWTkoyFhGbPx8PCvr68urizlZNyOg/CpKKbmp2bgnl5c3JlPDnBh34+7vIAAAOCSURBVFjDzZhnc+JADIZFCJdKMDbFMXaA9FAulSSUdNJ7b5ee3P3/f3CSWNskXD7sYGbu3V2tXknzsOOPQDgcfre2lOz52lqpWFxcnJi4HR9fXS3MzQ0MnI6OnhwfHU5N7Q0NDQ5OTv4kTQ4ODg3t/Z46PDo+GR09HRiYKxRWx8dvJiYWF4vF0tp5NrtlvSMWwlfWNCqL7FKp+EDoG2QXCohuYCO4Rp6qI88x+RbRD8USo7PT09YVoi3dvOjt9kaCAxfmtBWGD9P01Td5y3themvq9pnmB2ybF1zkw5EnxJSMh15XcKFvw7MOVK/BUfUTUp5TABEg9Aym7rZqdbATSf9Zug6m2UtTYnkmRuvQEoUQHYKWKBQCvWVo2p7Ih4tvkWm6QLt9n33hkfAN4g/i/ByP8FRtWM43okMaVb2XRt/ax7/qOVrDV9fS/xodcJKA+CBaXS9AUbSlfYDEGaUKoQP1bCFKZXyjFA00jQa9l6KApniD+iEib0JvgaJ8bct6zn7wFocCvnpLoQ4frnGCW843itF487CXYrSieMBpb/R5ROe9QLfbm7CcqXkHbZe5I+tJHF2pCuTzONECbeKrN/FuAVzdhLzaPKanvacHDy0y7BG9qTp9PtyQ9ax2O7BUFVREC+92ZX0nL96dGMgxWrRFD0VdOU9gjkKEjoEa4ymnJkYk/L8Vj0Es1tkSxTxBt9Gm0+Z6fnWcHXm+ecv5NvZuyuFPDOJxrLFjddaOhP9G8Ti+GtveS6CbVFCE4CcfRXRUOEfyPhjECsM54xiNQjwhem49KOX7grZqmfCJKESjONCU+nBx5NBHwUGjx4qoUiLjv8hvJ4ROfC1Ker+fM4p+XLaPJBjtJ3GDLin/rSL0ahrwXpEIJCKctQIdaRLdgbvDyVwfSdCr0bAVUcbT5iDkegM/iFFXFpL3jTIM/CAd3kugc00RunDhpsXW8bkIPBlW3QBHOS8kEttbxhO8Ga9OFRM6Ev5bvebe4DJnWF2eyzJylxCu5IyXZuHbny/rJZer0F+IlWq1Wi5vbJxlMpm7XwvpdDqVmu/v708mk2NjIyPDwwcrK9fLy7tLszMzOzOzs0u7y/v7KwfDwyMjY2PJJE7Oz6dS6fTCwl0mc7a+vlEuV6uVK0SHw5eVx/LG+jqi720yoV3y/jWCmbwj2Nef2YhOEfr+PnOG6MfKJWL/Auw3zmyeIlukAAAAAElFTkSuQmCC",dD={sm:{name:10,area:8,padding:{room:[6,5],guide:[0,0],distance:[4,2]},minWidth:32,lineHeight:10,default:10},md:{name:10,area:8,padding:{room:[6,5],guide:[0,0],distance:[4,2]},minWidth:32,lineHeight:10,default:10},lg:{name:12,area:10,padding:{room:[8,4],guide:[0,3],distance:[6,3]},minWidth:32,lineHeight:16,default:12},xl:{name:16,area:12,padding:{room:[12,6],guide:[0,3],distance:[6,3]},minWidth:56,lineHeight:22,default:14},xxl:{name:16,area:12,padding:{room:[12,6],guide:[0,3],distance:[6,3]},minWidth:56,lineHeight:22,default:14}};function uD(n){Le(n,"svelte-c02qws",".room-label-item.svelte-c02qws{position:absolute;font-size:0.625rem;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.room-label-item__text.svelte-c02qws{position:absolute;left:0;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;pointer-events:all;white-space:nowrap;position:relative;box-shadow:0 0.1875rem 0.8125rem 0 #00000033;font-weight:500;border-radius:var(--border-radius);-o-border-image:var(--bg-image) var(--border-radius-num) / var(--border-radius) / 0rem stretch;border-image:var(--bg-image) var(--border-radius-num) fill / var(--border-radius) / 0rem stretch;box-sizing:border-box}.room-label-item__bar.svelte-c02qws{position:absolute;transform-origin:top;height:3rem;width:0.0625rem;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}")}function nb(n){let t,e,i,s,o,r;return{c(){var a,l,c,h;t=U("span"),e=Ve(n[0]),i=le(),s=U("div"),w(t,"class","room-label-item__text svelte-c02qws"),_(t,"font-size",n[13]),_(t,"padding",n[12]),_(t,"line-height",n[11]),_(t,"--bg-image",((a=n[6])==null?void 0:a.name)>=16?`url(${tb})`:`url(${ib})`),_(t,"min-width",mt((l=n[6])==null?void 0:l.minWidth)),_(t,"--border-radius",((c=n[6])==null?void 0:c.name)>=16?mt(4):mt(2)),_(t,"--border-radius-num",((h=n[6])==null?void 0:h.name)>=16?8:4),w(s,"class","room-label-item__bar svelte-c02qws"),_(s,"top",mt(n[10]))},m(a,l){Y(a,t,l),V(t,e),n[22](t),Y(a,i,l),Y(a,s,l),n[23](s),o||(r=_e(t,"click",function(){$t(n[4])&&n[4].apply(this,arguments)}),o=!0)},p(a,l){var c,h,d,u;n=a,l&1&&Ne(e,n[0]),l&8192&&_(t,"font-size",n[13]),l&4096&&_(t,"padding",n[12]),l&2048&&_(t,"line-height",n[11]),l&64&&_(t,"--bg-image",((c=n[6])==null?void 0:c.name)>=16?`url(${tb})`:`url(${ib})`),l&64&&_(t,"min-width",mt((h=n[6])==null?void 0:h.minWidth)),l&64&&_(t,"--border-radius",((d=n[6])==null?void 0:d.name)>=16?mt(4):mt(2)),l&64&&_(t,"--border-radius-num",((u=n[6])==null?void 0:u.name)>=16?8:4),l&1024&&_(s,"top",mt(n[10]))},d(a){a&&X(t),n[22](null),a&&X(i),a&&X(s),n[23](null),o=!1,r()}}}function fD(n){let t,e=!n[5]&&nb(n);return{c(){t=U("div"),e&&e.c(),w(t,"class","room-label-item svelte-c02qws"),_(t,"z-index",n[2]),_(t,"transform",n[3]),_(t,"opacity",n[1]),_(t,"visibility",n[14])},m(i,s){Y(i,t,s),e&&e.m(t,null),n[24](t)},p(i,[s]){i[5]?e&&(e.d(1),e=null):e?e.p(i,s):(e=nb(i),e.c(),e.m(t,null)),s&4&&_(t,"z-index",i[2]),s&8&&_(t,"transform",i[3]),s&2&&_(t,"opacity",i[1]),s&16384&&_(t,"visibility",i[14])},i:oe,o:oe,d(i){i&&X(t),e&&e.d(),n[24](null)}}}function gD(n,t,e){let i,s,o,r,a,l,c,h,d,{content:u}=t,{five:m=void 0}=t,{visible:g=!0}=t,{opacity:p=1}=t,{zIndex:v=0}=t,{transform:b=void 0}=t,{onClick:P=()=>{}}=t,{rendererIfNeed:M=void 0}=t,{rendererData:I=void 0}=t,{fontSize:z}=t,D,j,L,O;const A=x=>{if(m.state.mode!=="Panorama"){const B=-(10+54*(1-ui(x.latitude)/90)),J=B+h,ne=J>=0?0:-J/-d;e(8,j.style.transform=`scaleY(${ne})`,j),e(8,j.style.top=mt(J),j),e(9,L.style.top=mt(B),L)}};Tt(()=>{D&&typeof M=="function"&&(O=M(D,I)),m&&(A(m.camera.pose),m.on("cameraUpdate",A))}),Qt(()=>{O==null||O(),m==null||m.off("cameraUpdate",A)});function C(x){Je[x?"unshift":"push"](()=>{L=x,e(9,L)})}function k(x){Je[x?"unshift":"push"](()=>{j=x,e(8,j)})}function E(x){Je[x?"unshift":"push"](()=>{D=x,e(7,D)})}return n.$$set=x=>{"content"in x&&e(0,u=x.content),"five"in x&&e(15,m=x.five),"visible"in x&&e(16,g=x.visible),"opacity"in x&&e(1,p=x.opacity),"zIndex"in x&&e(2,v=x.zIndex),"transform"in x&&e(3,b=x.transform),"onClick"in x&&e(4,P=x.onClick),"rendererIfNeed"in x&&e(5,M=x.rendererIfNeed),"rendererData"in x&&e(17,I=x.rendererData),"fontSize"in x&&e(18,z=x.fontSize)},n.$$.update=()=>{var x;n.$$.dirty&65536&&e(14,i=g?"visible":"hidden"),n.$$.dirty&262144&&e(6,s=dD[z]),n.$$.dirty&64&&e(13,o=mt(s==null?void 0:s.name)),n.$$.dirty&64&&e(20,r=(x=s==null?void 0:s.padding)==null?void 0:x.room),n.$$.dirty&1048576&&e(12,a=`${mt(r[1])} ${mt(r[0])}`),n.$$.dirty&64&&e(21,l=s==null?void 0:s.lineHeight),n.$$.dirty&2097152&&e(11,c=mt(l)),n.$$.dirty&3145728&&e(19,h=l+r[1]*2),n.$$.dirty&524288&&e(10,d=-(64-h))},[u,p,v,b,P,M,s,D,j,L,d,c,a,o,i,m,g,I,z,h,r,l,C,k,E]}class sb extends Ce{constructor(t){super(),Pe(this,t,gD,fD,we,{content:0,five:15,visible:16,opacity:1,zIndex:2,transform:3,onClick:4,rendererIfNeed:5,rendererData:17,fontSize:18},uD)}}class mD extends _u{constructor(e){super();f(this,"areaMakerItem");this.areaMakerItem=e}raycast(e,i){this.areaMakerItem.makerObject.raycast(e,i)}}class pD{constructor(t,e){f(this,"id");f(this,"name","");f(this,"makerObject");f(this,"outline");f(this,"bottomY");f(this,"opacity");f(this,"height");f(this,"floorIndex");f(this,"shape");f(this,"mounted",!1);f(this,"checkMsg",{checkVisibleMsg:"",checkTagVisibleMsg:""});f(this,"modelGroup");f(this,"visible",!0);f(this,"tagApp");f(this,"tagVisible",null);f(this,"tagPosition",new y.Vector3);f(this,"tagNDCPosition",new y.Vector3);f(this,"tagTransform",{left:0,top:0});f(this,"tagZIndex",0);f(this,"hooks",new Et);f(this,"itemRenderer");f(this,"data");f(this,"plugin");f(this,"opacityAnime");f(this,"isInContainerResizeAnimation",!1);f(this,"containerResizeTimeoutID",null);f(this,"resizeObserver");f(this,"fontSizeManager",Sr());f(this,"currentFontSize",Po());f(this,"unsubscribeFontSize",null);f(this,"doOpacityAnime",t=>{var a;(a=this.opacityAnime)==null||a.dispose();const e=t.duration,[i,s]=t.makerObjectOpacity,[o,r]=t.outlineOpacity;if(e===0){this.makerObject.material.opacity=s,this.outline.material.opacity=r;return}return new Promise(l=>{this.opacityAnime=new Es({makerObjectOpacity:i,outlineOpacity:o}).to({makerObjectOpacity:s,outlineOpacity:r}).onUpdate(({makerObjectOpacity:c,outlineOpacity:h})=>{this.makerObject.material.opacity=c,this.outline.material.opacity=h,this.plugin.five.needsRender=!0}).onComplete(()=>l(!0)).onDispose(()=>{this.makerObject.material.opacity=s,this.outline.material.opacity=r,this.plugin.five.needsRender=!0,l(!1)}).play()})});f(this,"onPluginConfigChange",t=>{this.makerObject.material.depthTest=t.config.modelDepthTest,this.outline.material.depthTest=t.config.modelDepthTest,this.plugin.five.needsRender=!0});f(this,"onPluginStateChange",()=>{this.updateVisible(),this.updateTagVisible()});f(this,"updateVisible",()=>{var s;const{result:t,msg:e}=this.checkVisible();if(this.checkMsg.checkVisibleMsg=e,this.visible===t)return;this.visible=t;const i=(s=this.data.object_data.visible)!=null?s:!0;this.modelGroup.visible=t&&i,this.plugin.five.needsRender=!0});f(this,"checkVisible",()=>{if(!this.plugin.state.visible)return{result:!1,msg:"插件不可见"};const e=this.plugin.fiveUtil.model.shownFloor;return e===null||e===this.floorIndex?{result:!0,msg:""}:{result:!1,msg:`模型高亮楼层不符合展示条件, 当前高亮楼层为:${e}`}});f(this,"updateTag",()=>{this.tagApp&&(this.updateTagNDCPosition(),this.updateTagDomTransform(),this.updateTagVisible())});f(this,"updateTagNDCPosition",()=>{const e=this.tagPosition.clone().project(this.plugin.five.camera);this.tagNDCPosition.copy(e)});f(this,"updateTagDomTransform",()=>{var s;const t=this.tagNDCPosition,e=Math.round((t.x+1)/2*this.plugin.tagDomContainer.clientWidth),i=Math.round((-t.y+1)/2*this.plugin.tagDomContainer.clientHeight);this.tagTransform.left===e&&this.tagTransform.top===i||(this.tagTransform={left:e,top:i},(s=this.tagApp)==null||s.$set({transform:`translate(${e}px, ${i}px)`}))});f(this,"updateTagVisible",()=>{var i;const{result:t,msg:e}=this.checkTagVisible();this.checkMsg.checkTagVisibleMsg=e,this.tagVisible!==t&&(this.tagVisible=t,this.tagApp&&(this.tagVisible?this.hooks.emit("tagShow"):this.hooks.emit("tagHide"),(i=this.tagApp)==null||i.$set({visible:t})))});f(this,"checkTagVisible",()=>{if(!this.visible)return{result:!1,msg:"标注整体不可见"};if(this.isInContainerResizeAnimation)return{result:!1,msg:"处于容器 resize 动画中"};const e=this.plugin.five,i=e.camera.position.clone();mn.set(i.clone(),this.tagPosition.clone().sub(i).normalize());const[s]=this.plugin.fiveUtil.model.intersectRaycaster(mn),o=this.tagPosition.distanceTo(e.camera.position);if(s&&s.distance+.1<o)return{result:!1,msg:"标注标签被 Five 模型遮挡"};const r=this.tagNDCPosition;return Math.abs(r.x)>1.2||Math.abs(r.y)>1.2||Math.abs(r.z)>1?{result:!1,msg:"标注标签不在屏幕内"}:{result:!0,msg:""}});f(this,"onFiveCameraUpdate",()=>{this.tagApp&&this.visible&&(this.updateTagNDCPosition(),this.updateTagDomTransform(),this.updateTagVisible())});f(this,"onContainerResize",()=>{this.isInContainerResizeAnimation===!1&&(this.isInContainerResizeAnimation=!0,this.updateTag());const e=()=>{this.isInContainerResizeAnimation=!1,this.containerResizeTimeoutID=null,this.updateTag()};this.containerResizeTimeoutID&&clearTimeout(this.containerResizeTimeoutID),this.containerResizeTimeoutID=setTimeout(e,100)});f(this,"updateTagFontSize",()=>{this.tagApp&&this.tagApp.$set({fontSize:this.currentFontSize})});var l,c,h,d;const i=e.object_data,s=i.bottom_y,o=i.height,r=new y.Color((l=i.color)!=null?l:"#FFFFFF"),a=(c=i.opacity)!=null?c:.4;this.data=e,this.id=e.id,this.name=(h=e.name)!=null?h:"",this.plugin=t,this.height=o,this.bottomY=s,this.opacity=a,this.shape=new y.Shape().fromJSON(i.shape),this.floorIndex=e.floor_index,this.makerObject=new y.Mesh(ob(this.shape,o),vD(r,a)),tu(this.makerObject,s),this.makerObject.material.depthTest=this.plugin.config.modelDepthTest,this.outline=new Vu(new y.EdgesGeometry(this.makerObject.geometry),new y.LineBasicMaterial({color:r,transparent:!0})),tu(this.outline,s),this.outline.material.depthTest=this.plugin.config.modelDepthTest,this.setHeight(o),this.modelGroup=new mD(this),this.modelGroup.visible=(d=i.visible)!=null?d:!0}mount(){if(this.mounted)return;this.mounted=!0,this.updateVisible(),this.makerObject.material.depthTest=this.plugin.config.modelDepthTest,this.outline.material.depthTest=this.plugin.config.modelDepthTest,this.modelGroup.add(this.makerObject,this.outline);const t=!!this.name,e=this.plugin.tagDomContainer;t&&(this.tagApp=new sb({target:e,props:{fontSize:this.currentFontSize,rendererData:this.data,content:this.name,visible:this.tagVisible,rendererIfNeed:this.itemRenderer,transform:`translate(${this.tagTransform.left}px, ${this.tagTransform.top}px)`,onClick:i=>this.hooks.emit("tagClick",{target:this,nativeEvent:i})}}),this.updateTag()),this.plugin.five.needsRender=!0,this.plugin.hooks.on("stateChange",this.onPluginStateChange),this.plugin.hooks.on("configChange",this.onPluginConfigChange),this.plugin.five.on("modeChange",this.updateVisible),this.plugin.five.on("modelShownFloorChange",this.updateVisible),this.plugin.five.on("cameraUpdate",this.onFiveCameraUpdate),this.resizeObserver=Aa(this.onContainerResize,e),this.resizeObserver.observe(),typeof this.fontSizeManager=="object"&&"subscribe"in this.fontSizeManager&&(this.unsubscribeFontSize=this.fontSizeManager.subscribe(i=>{this.currentFontSize=i,this.updateTagFontSize()}))}unmount(){var t,e,i;this.mounted&&(this.mounted=!1,this.modelGroup.remove(...this.modelGroup.children),(t=this.tagApp)==null||t.$destroy(),this.tagApp=null,this.plugin.hooks.off("stateChange",this.onPluginStateChange),this.plugin.hooks.off("configChange",this.onPluginConfigChange),this.plugin.five.off("modeChange",this.updateVisible),this.plugin.five.off("modelShownFloorChange",this.updateVisible),this.plugin.five.off("cameraUpdate",this.onFiveCameraUpdate),(e=this.resizeObserver)==null||e.unobserve(),(i=this.unsubscribeFontSize)==null||i.call(this))}setOpacity(t){var e;this.opacity=t,(e=this.opacityAnime)==null||e.dispose(),this.makerObject.material.opacity=t,this.plugin.five.needsRender=!0}setColor(t){const e=new y.Color(t);this.makerObject.material.color=e,this.outline.material.color=e,this.plugin.five.needsRender=!0}setHeight(t){if(t<=0)throw new Error("高度必须大于 0");this.height=t,this.makerObject.geometry=ob(this.shape,t),this.outline.geometry=new y.EdgesGeometry(this.makerObject.geometry);const e=this.shape.extractPoints(10).shape.slice(0,-1),i=BC(e),s=new y.Vector3(i.x,i.y,t);tu(s,this.bottomY),this.tagPosition.copy(s),this.updateTag(),this.plugin.five.needsRender=!0}setTagZIndex(t){var e;this.tagZIndex!==t&&((e=this.tagApp)==null||e.$set({zIndex:t}))}}function ob(n,t){return new y.ExtrudeBufferGeometry(n,{depth:t,bevelEnabled:!1})}function vD(n,t){return new y.MeshBasicMaterial({color:n,opacity:t,transparent:!0})}function tu(n,t){const e=new y.Matrix4,i=new y.Matrix4().makeRotationX(Math.PI/2),s=new y.Matrix4().makeTranslation(0,0,-t),o=new y.Matrix4().makeScale(1,1,-1);e.multiply(i),e.multiply(s),e.multiply(o),n.applyMatrix4(e)}let bD=class extends tn{constructor(e,i){super(e);f(this,"state");f(this,"itemMap");f(this,"itemRenderer");f(this,"modelGroup");f(this,"data");f(this,"tagDomContainer");f(this,"checkMsg",{childrenMountedState:""});f(this,"isInFiveChangeModeAnime",!1);f(this,"childrenMountedState",!1);f(this,"_config");f(this,"_disposed",!1);f(this,"dispose",()=>{this.five.scene.remove(this.modelGroup)});f(this,"onFiveInitAnimationWillStart",()=>{this.isInFiveChangeModeAnime=!0,this.updateChildrenMountedState()});f(this,"onFiveInitAnimationEnded",()=>{this.isInFiveChangeModeAnime=!1,this.updateChildrenMountedState()});f(this,"onFiveCameraUpdate",()=>{const e=this.five.camera;[...this.itemMap.values()].sort((s,o)=>{const r=s.tagPosition.distanceTo(e.position);return o.tagPosition.distanceTo(e.position)-r}).forEach((s,o)=>{var r;(r=this.getMaskItemByID(s.id))==null||r.setTagZIndex(o*10)})});f(this,"onFiveModeChange",()=>{this.updateChildrenMountedState()});f(this,"onMakerTagClick",e=>{this.hooks.emit("wantsTap",{target:e.target,intersectObjects:[]})});f(this,"onWantsFiveTapGesture",e=>{const i=Array.from(this.itemMap.values()).filter(l=>l.mounted&&l.visible).map(l=>({makerItem:l,intersects:l.modelGroup.getRaycastIntersects(e)})).filter(({intersects:l})=>l.length>0);if(i.length===0)return;const s=i.reduce((l,c)=>{const h=l.intersects[0].distance,d=c.intersects[0].distance;return h<d?l:c}),o=this.fiveUtil.model.intersectRaycaster(e)[0];if(this.config.modelDepthTest&&o&&o.distance<s.intersects[0].distance)return;if(this.hooks.emit("wantsTap",{target:s.makerItem,intersectObjects:s.intersects}))return!1});this.five=e,this.tagDomContainer=document.createElement("div"),this.tagDomContainer.style.position="absolute",this.tagDomContainer.style.top="0",this.tagDomContainer.style.left="0",this.tagDomContainer.style.width="100%",this.tagDomContainer.style.height="100%",this.tagDomContainer.style.pointerEvents="none";const s={enabled:!0,visible:!0};this.state=Object.assign(s,i==null?void 0:i.initialState);const o=N({modelDepthTest:!0},i==null?void 0:i.config);this._config=o,this.modelGroup=new y.Group,this.modelGroup.name="ModelMakerPluginGroup",this.itemMap=new Map,this.state.enabled&&this._enable({userAction:!1})}get config(){return N({},this._config)}get disposed(){return this._disposed}load(e){return ie(this,null,function*(){const i=this.data;this.data=this.formatData(e),this.hooks.emit("dataChange",this.data,i),this.modelGroup.remove(...this.modelGroup.children),this.itemMap.forEach(s=>s.unmount()),this.itemMap.clear(),this.childrenMountedState=!1,this.checkMsg.childrenMountedState="",this.data.list.forEach(s=>{const o=new pD(this,s);o.itemRenderer=this.itemRenderer,this.modelGroup.add(o.modelGroup),this.itemMap.set(s.id,o),o.hooks.on("tagClick",this.onMakerTagClick)}),this.updateChildrenMountedState()})}appendTo(e){e.appendChild(this.tagDomContainer)}enable(e={}){var s;if(this.state.enabled)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!0},i),this._enable({userAction:i})}disable(e={}){var s;if(this.state.enabled===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!1},i),this._disable({userAction:i})}show(e){return ie(this,null,function*(){if(this.state.visible)return Promise.resolve();if(this.disposed)return Promise.reject(new Error("不能在已销毁的插件上调用 show"));const i=N({userAction:!0},e);this.updateState({visible:!0},i.userAction),yield this._show(i)})}hide(e){return ie(this,null,function*(){if(this.state.visible===!1)return;const i=N({userAction:!0},e);this.updateState({visible:!1},i.userAction),yield this._hide(i)})}setState(e,i={}){const s=this.state;if(Gt(e,s,{deep:!0}))return;const 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,anime:{duration:500}};e.visible?this._show(r):this._hide(r)}}updateConfig(e,i={}){var r;const s=this.config,o=N(N({},s),e);this._config=o,this.hooks.emit("configChange",{prevConfig:s,config:o,userAction:(r=i.userAction)!=null?r:!0})}getMaskItemByID(e){return this.itemMap.get(e)}formatData(e){function i(s){return s.list.length===0?!0:!("shape"in s.list[0].object_data)}return i(e)?{list:e.list.filter(s=>s.object_data.points.length>=3).map(s=>{const o=new y.Shape,r=s.object_data.points[0];return o.moveTo(r[0],r[2]),s.object_data.points.slice(1).forEach(l=>o.lineTo(l[0],l[2])),o.lineTo(r[0],r[2]),de(N({},s),{floor_index:s.object_data.floorIndex,object_data:de(N({},s.object_data),{bottom_y:r[1]+s.object_data.fixedY,shape:o.toJSON(),height:s.object_data.height+s.object_data.fixedHeight})})})}:e}checkChildrenMountedState(){const e=this.state,i=this.five;if(!e.enabled)return{result:!1,msg:"插件不可用"};const s=i.getCurrentState().mode;return s==="Panorama"?{result:!1,msg:`Five 模态不符合条件, 当前模态为:${s}`}:this.isInFiveChangeModeAnime?{result:!1,msg:"切换模态动画中不展示"}:{result:!0,msg:""}}updateChildrenMountedState(){const{result:e,msg:i}=this.checkChildrenMountedState();this.checkMsg.childrenMountedState=i,e!==this.childrenMountedState&&(this.childrenMountedState=e,this.itemMap.forEach(s=>{this.childrenMountedState?s.mount():s.unmount()}))}updateState(e,i){const s=this.state;this.state=N(N({},this.state),e),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}_enable(e){this.hooks.emit("enable",{userAction:e.userAction}),this.five.scene.add(this.modelGroup),this.updateChildrenMountedState(),this.five.needsRender=!0,this.five.on("wantsTapGesture",this.onWantsFiveTapGesture),this.five.on("initAnimationWillStart",this.onFiveInitAnimationWillStart),this.five.on("initAnimationEnded",this.onFiveInitAnimationEnded),this.five.on("modeChange",this.onFiveModeChange),this.five.on("cameraUpdate",this.onFiveCameraUpdate)}_disable(e){this.hooks.emit("disable",{userAction:e.userAction}),this.five.scene.remove(this.modelGroup),this.updateChildrenMountedState(),this.five.needsRender=!0,this.five.off("wantsTapGesture",this.onWantsFiveTapGesture),this.five.off("initAnimationWillStart",this.onFiveInitAnimationWillStart),this.five.off("initAnimationEnded",this.onFiveInitAnimationEnded),this.five.off("modeChange",this.onFiveModeChange),this.five.off("cameraUpdate",this.onFiveCameraUpdate)}_show(e){return ie(this,null,function*(){this.hooks.emit("show",e),this.five.needsRender=!0})}_hide(e){return ie(this,null,function*(){this.hooks.emit("hide",e),this.five.needsRender=!0})}};const AD=(n,t)=>new bD(n,t);class yD extends Jn{constructor(e,i){super(e);f(this,"state");f(this,"checkMsg",{meshHidden:"",pluginDisabled:"",pluginHidden:""});f(this,"group",new y.Group);f(this,"mesh");f(this,"textureLoadingPromise");f(this,"opacityAnimeTween");f(this,"isInPanoMoveAnime",!1);f(this,"lastArrivedPanoIndex",-1);f(this,"_config");f(this,"_disposed",!1);f(this,"dispose",()=>{this.five.scene.remove(this.group),this.group.remove(...this.group.children),this.five.off("dispose",this.dispose),this.five.off("panoArrived",this.onFivePanoArrived),this.five.off("panoWillArrive",this.onFivePanoWillArrive)});f(this,"checkMeshVisible",()=>this.state.visible?this.config.imageURL===""?{result:!1,msg:"图片不存在"}:this.mesh.material.map?this.five.work?this.five.getCurrentState().mode!=="Panorama"?{result:!1,msg:"非全景模式"}:this.isInPanoMoveAnime?{result:!1,msg:"处于走点动画中"}:{result:!0,msg:""}:{result:!1,msg:"Five 数据未加载"}:{result:!1,msg:"指南针贴图未加载"}:{result:!1,msg:"插件隐藏"});f(this,"onTextureLoaded",e=>{this.mesh.material.map=e,this.mesh.material.needsUpdate=!0,this.updateMeshVisible()});f(this,"onFiveWillLoad",()=>{this.lastArrivedPanoIndex=-1,this.updateMeshVisible()});f(this,"onFivePanoWillArrive",e=>{var i;e!==this.five.getCurrentState().panoIndex&&(this.isInPanoMoveAnime=!0,(i=this.opacityAnimeTween)==null||i.dispose(),this.updateMeshVisible())});f(this,"onFivePanoArrived",e=>{e!==this.lastArrivedPanoIndex&&(this.lastArrivedPanoIndex=e,this.isInPanoMoveAnime=!1,this.updateMeshPosition(e),this.updateMeshVisible(),this.five.needsRender=!0)});f(this,"onMeshVisibleChange",e=>{var i;if((i=this.opacityAnimeTween)==null||i.dispose(),!e){this.mesh.visible=!1;return}this.mesh.material.setValues({opacity:0}),this.mesh.visible=!0,this.opacityAnimeTween=Cr(1e3).onUpdate(({progress:s})=>{var o;(o=this.mesh)==null||o.material.setValues({opacity:s}),this.five.needsRender=!0}).play()});f(this,"onFiveModeChange",()=>{this.updateMeshVisible()});this.five=e;const s={enabled:!0,visible:!0};this.state=Object.assign(s,i==null?void 0:i.initialState);const o=N({width:1.4,yOffset:.01,yRotate:0,imageURL:Wc},i==null?void 0:i.config);this._config=o,this.group.name="current-pano-image-plugin-group",this.mesh=new y.Mesh(new y.PlaneBufferGeometry(this.config.width,this.config.width),new y.MeshBasicMaterial({transparent:!0,opacity:0,depthTest:!1})),this.mesh.visible=!1,this.group.add(this.mesh),this.updateMeshQuaternion(this.config.yRotate),this.state.visible||(this.checkMsg.pluginHidden="初始值设置为隐藏"),this.state.enabled||(this.checkMsg.pluginDisabled="初始值设置为禁用"),this.state.enabled&&this._enable({userAction:!1}),this.five.once("dispose",this.dispose)}get config(){return N({},this._config)}get disposed(){return this._disposed}enable(e={}){var s;if(this.state.enabled)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!0},i),this.checkMsg.pluginDisabled="",this._enable({userAction:i})}disable(e={}){var s;if(this.state.enabled===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!1},i),this.checkMsg.pluginDisabled="调用 disable 禁用",this._disable({userAction:i})}show(e){return ie(this,null,function*(){if(this.state.visible)return Promise.resolve();if(this.disposed)return Promise.reject(new Error("不能在已销毁的插件上调用 show"));const i=N({userAction:!0},e);this.updateState({visible:!0},i.userAction),this.checkMsg.pluginHidden="",this._show(i)})}hide(e){return ie(this,null,function*(){if(this.state.visible===!1)return;const i=N({userAction:!0},e);this.updateState({visible:!1},i.userAction),this.checkMsg.pluginDisabled="调用 hide 隐藏",this._hide(i)})}setState(e,i={}){const s=this.state;if(Gt(e,s,{deep:!0}))return;const o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled&&(e.enabled?this.checkMsg.pluginDisabled="":this.checkMsg.pluginDisabled="调用 setState 禁用",e.enabled?this._enable({userAction:o}):this._disable({userAction:o})),e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o,anime:{duration:500}};e.visible?this.checkMsg.pluginHidden="":this.checkMsg.pluginHidden="调用 setState 隐藏",e.visible?this._show(r):this._hide(r)}}updateConfig(e,i={}){var r;const s=this.config,o=N(N({},s),e);this._config=o,s.imageURL!==o.imageURL&&this.reloadTexture(o.imageURL),s.yOffset!==o.yOffset&&this.updateMeshPosition(this.five.getCurrentState().panoIndex),s.yRotate!==o.yRotate&&this.updateMeshQuaternion(o.yRotate),s.width!==o.width&&(this.mesh.geometry=new y.PlaneBufferGeometry(o.width,o.width)),this.hooks.emit("configChange",{prevConfig:s,config:o,userAction:(r=i.userAction)!=null?r:!0})}__whyCantSeeMesh(){if(this.disposed)return"插件已销毁";if(this.checkMsg.pluginDisabled)return this.checkMsg.pluginDisabled;if(this.checkMsg.pluginHidden)return this.checkMsg.pluginHidden;if(this.checkMsg.meshHidden)return this.checkMsg.meshHidden}updateState(e,i){const s=this.state;this.state=N(N({},this.state),e),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}updateMeshVisible(){const{result:e,msg:i}=this.checkMeshVisible();this.checkMsg.meshHidden=i,e!==this.mesh.visible&&this.onMeshVisibleChange(e)}updateMeshPosition(e){const i=this.workUtil.getObserverStandingPosition(e);if(!i){console.warn("CurrentPanoImagePlugin: 无法获取到当前点位的 standingPosition");return}const s=i.clone().setY(i.y+this.config.yOffset);s&&this.mesh.position.copy(s)}reloadTexture(e){return ie(this,null,function*(){if(this.mesh.material.map=null,e!==""){const i=Os(e);this.textureLoadingPromise=i;const s=yield i;s.minFilter=y.LinearFilter,this.textureLoadingPromise===i&&(this.onTextureLoaded(s),this.textureLoadingPromise=null)}this.updateMeshVisible()})}updateMeshQuaternion(e){const i=new y.Quaternion;i.multiplyQuaternions(new y.Quaternion().setFromAxisAngle(new y.Vector3(1,0,0),-Math.PI/2),new y.Quaternion().setFromAxisAngle(new y.Vector3(0,0,1),e)),this.mesh.quaternion.copy(i)}_enable(e){this.hooks.emit("enable",{userAction:e.userAction}),this.config.imageURL&&!this.mesh.material.map&&!this.textureLoadingPromise&&this.reloadTexture(this.config.imageURL),this.five.scene.add(this.group),this.five.needsRender=!0,this.five.work&&this.onFiveWillLoad(),this.five.getCurrentState().mode==="Panorama"&&(this.onFiveModeChange(),this.onFivePanoArrived(this.five.getCurrentState().panoIndex)),this.five.on("willLoad",this.onFiveWillLoad),this.five.on("panoArrived",this.onFivePanoArrived),this.five.on("panoWillArrive",this.onFivePanoWillArrive),this.five.on("modeChange",this.onFiveModeChange)}_disable(e){this.hooks.emit("disable",{userAction:e.userAction}),this.five.scene.remove(this.group),this.five.needsRender=!0,this.five.off("willLoad",this.onFiveWillLoad),this.five.off("panoArrived",this.onFivePanoArrived),this.five.off("panoWillArrive",this.onFivePanoWillArrive),this.five.off("modeChange",this.onFiveModeChange)}_show(e){this.hooks.emit("show",e),this.updateMeshVisible(),this.five.needsRender=!0}_hide(e){this.hooks.emit("hide",e),this.updateMeshVisible(),this.five.needsRender=!0}}const wD=(n,t)=>new yD(n,t);function PD(n,...t){t.forEach(e=>{n.children.includes(e)||e&&n.add(e)})}class iu extends Et{constructor(e){var s,o;super();f(this,"__renderer");f(this,"__disposeRenderer");f(this,"type");f(this,"tag");f(this,"rawData");f(this,"model");f(this,"visibles",[]);f(this,"five");f(this,"group");f(this,"fiveDomEvents");f(this,"disposers",[]);this.five=e.five,this.model=e.model,this.group=e.group,this.type=e.type,this.rawData=e.rawData,this.fiveDomEvents=e.fiveDomEvents;const i=(o=(s=e.position)!=null?s:this.model.center)!=null?o:Cs(this.model).getCenter(new G.Vector3);this.tag=vu(this.five,i,{wrapper:e.tagWrapper,disableOpacityTransition:this.type==="prism"}),this.tag.extraObjectsForIntersectCheck.push(this.group)}get container(){return this.tag.container}get state(){return{visible:this.model.visible,enabled:this.group.children.includes(this.model)}}show(){this.visibles[0]=!0,this.updateVisible(),this.emit("show")}hide(){this.visibles[0]=!1,this.updateVisible(),this.emit("hide")}enable(){PD(this.group,this.model),this.five.needsRender=!0,this.model.updateMatrixWorld(!0),this.tag.setTransformMatrix(this.model.matrixWorld),this.tag.enable();const e=this.onClick.bind(this);this.fiveDomEvents.removeEventListener(this.model,"click"),this.fiveDomEvents.addEventListener(this.model,"click",e,{skipPano:!0}),this.disposers.push(()=>{this.fiveDomEvents.removeEventListener(this.model,"click")}),this.updateVisible(),this.emit("enable")}disable(){this.group.remove(this.model),this.five.needsRender=!0,this.tag.disable(),this.disposers.forEach(e=>e()),this.disposers=[],this.emit("disable")}updateVisible(){!this.visibles.some(i=>i===!1)?(this.tag.show(),this.model.visible=!0):(this.tag.hide(),this.model.visible=!1),this.five.needsRender=!0}onClick(){return this.emit("click",this)}}class rb extends iu{constructor(...e){super(...e);f(this,"hideTag",()=>{this.tag.hide()});this.enable(),this.tag.hide(),this.updateVisible()}enable(){super.enable(),this.five.on("mode.change.request",this.hideTag),this.five.on("pano.request",this.hideTag)}disable(){super.disable(),this.five.needsRender=!0,this.five.off("mode.change.request",this.hideTag),this.five.off("pano.request",this.hideTag)}show(){super.show(),this.tag.hide()}updateVisible(){!this.visibles.some(i=>i===!1)?this.model.visible=!0:(this.tag.hide(),this.model.visible=!1),this.five.needsRender=!0}onClick(){return this.tag.visible?this.tag.hide():this.tag.show({force:!0}),super.onClick(),!0}}function CD(n){Le(n,"svelte-1q9fx3x",".model-maker-tag.svelte-1q9fx3x{position:absolute;width:-moz-max-content;width:max-content;left:50%;top:50%;transform:translate(-50%, -50%);color:#fff;font-size:0.875rem;font-weight:bold;text-shadow:0.125rem 0 0.5rem rgba(0, 0, 0, 0.15)}")}function ab(n){let t,e;return{c(){t=U("div"),e=Ve(n[0]),w(t,"class","model-maker-tag svelte-1q9fx3x")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s&1&&Ne(e,i[0])},d(i){i&&X(t)}}}function ID(n){let t,e=n[0]&&ab(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[0]?e?e.p(i,s):(e=ab(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 MD(n,t,e){let{text:i}=t;return n.$$set=s=>{"text"in s&&e(0,i=s.text)},[i]}class kD extends Ce{constructor(t){super(),Pe(this,t,MD,ID,we,{text:0},CD)}}const lb=(n,t)=>{var i;const e=new kD({target:n,props:{text:(i=t.rawData)==null?void 0:i.name}});return()=>e.$destroy()},ED={box:lb,triangles:lb,prism:(n,t,e)=>{var a;let i=Po();const s=new sb({target:n,props:{content:(a=t.rawData)==null?void 0:a.name,five:e,fontSize:i}}),o=Sr();let r=null;return typeof o=="object"&&"subscribe"in o&&(r=o.subscribe(l=>{i=l,s.$set({fontSize:i})})),()=>{r==null||r(),s.$destroy()}}};class nu extends iu{constructor(...e){const i=e[0],s=Cs(i.model),o=new y.Vector3().lerpVectors(Nn(s,0),Nn(s,5),.5);super(de(N({},i),{position:o}));f(this,"onModelShownFloorChange",e=>{this.updateFiveCurrentFloorState(e),this.updateVisible()});f(this,"updateFiveCurrentFloorState",e=>{var s,o;const i=(o=(s=this.rawData)==null?void 0:s.object_data)==null?void 0:o.floorIndex;hi(i)?this.visibles[1]=!0:this.visibles[1]=e===null?!0:i===e});this.enable(),this.updateVisible(),this.five.on("modelShownFloorChange",this.onModelShownFloorChange),this.disposers.push(()=>{this.five.off("modelShownFloorChange",this.onModelShownFloorChange)})}show(){this.updateFiveCurrentFloorState(this.five.model.shownFloor),super.show()}hide(){super.hide()}}class cb extends iu{constructor(...e){super(...e);f(this,"onPanoArrived",e=>{this.updatePanoIndex(e),this.updateVisible()});f(this,"onModeChange",e=>{this.updateMode(e),this.updateVisible()});f(this,"updatePanoIndex",e=>{var i,s;this.visibles[1]=((s=(i=this.rawData)==null?void 0:i.object_data)==null?void 0:s.panoIndex)===e});f(this,"updateMode",e=>{this.visibles[2]=e==="Panorama"});this.updatePanoIndex(this.five.state.panoIndex),this.updateMode(this.five.state.mode),this.enable(),this.updateVisible(),this.five.on("panoArrived",this.onPanoArrived),this.five.on("modeChange",this.onModeChange),this.disposers.push(()=>{this.five.off("panoArrived",this.onPanoArrived),this.five.off("modeChange",this.onModeChange)})}show(){this.updatePanoIndex(this.five.state.panoIndex),this.updateMode(this.five.state.mode),super.show()}}class SD extends tn{constructor(e,i){var s,o;super(e);f(this,"state");f(this,"items",[]);f(this,"group",new G.Group);f(this,"data");f(this,"tagRendererMap",{});f(this,"fiveDomEvents");f(this,"zFightingOffset",0);f(this,"tagWrapper");f(this,"occlusionVisibility");f(this,"occlusionMode");f(this,"fiveEveryReadyListenerDisposer");f(this,"originalOpacities",new Map);f(this,"originalTagOpacities",new Map);f(this,"highlightedItem",null);f(this,"originalTagStyles",new Map);f(this,"originalModelColors",new Map);f(this,"onFiveModeChange",e=>{const i=this.occlusionVisibility;Array.isArray(i)&&[...this.getPrismItems(),...this.getBoxItems()].forEach(o=>{(o.model instanceof Ys||o.model instanceof Od)&&o.model.setStyle({occlusionVisibility:i.includes(e)})})});f(this,"handleEnable",()=>{var e,i;this.five.scene.add(this.group),(i=(e=this.five.getElement())==null?void 0:e.parentElement)==null||i.appendChild(this.tagWrapper),this.five.needsRender=!0,this.onFiveModeChange(this.five.getCurrentState().mode),this.onFiveEveryReady(),this.five.on("modeChange",this.onFiveModeChange),this.fiveEveryReadyListenerDisposer=ac(this.five,this.onFiveEveryReady)});f(this,"handleDisable",()=>{this.five.scene.remove(this.group),this.tagWrapper.remove(),this.five.needsRender=!0,this.five.off("modeChange",this.onFiveModeChange),this.fiveEveryReadyListenerDisposer()});f(this,"onFiveEveryReady",()=>ie(this,null,function*(){if(this.five.state.mode==="Panorama")return;const e=this.items.filter(l=>l instanceof nu).map(l=>l.tag),i=e.filter(l=>l.position&&l.visible&&l.enabled);yield Zv(0);const s=this.five.camera.position.clone(),o=i.sort((l,c)=>s.distanceTo(l.position)-s.distanceTo(c.position)),r=[],a=(l,c)=>!(l.right<c.left||l.left>c.right||l.bottom<c.top||l.top>c.bottom);e.forEach(l=>{l.visibles[2]=void 0}),o.forEach(l=>{if(l.visibles[1]===!1)return;const c=l.container.getElementsByClassName("room-label-item__text")[0];if(!c)return;const h=c.getBoundingClientRect();r.every(u=>!a(u.boundingClientRect,h))?(r.push({tag:l,boundingClientRect:h}),l.visibles[2]=!0):l.visibles[2]=!1,l.needsRender=!0})}));f(this,"updateTagRenderer",()=>{this.items.forEach(e=>{var s;const i=(s=this.tagRendererMap[e.type])!=null?s:ED[e.type];i&&e.__renderer!==i&&(e.__renderer=i,typeof e.__disposeRenderer=="function"&&e.__disposeRenderer(),e.tag.container.innerHTML="",e.__disposeRenderer=i(e.tag.container,e,this.five))})});this.group.name="ModelMakerPluginGroup",this.state={enabled:!0,visible:!0},this.occlusionVisibility=(s=i==null?void 0:i.occlusionVisibility)!=null?s:!1,this.occlusionMode=(o=i==null?void 0:i.occlusionMode)!=null?o:"translucence",this.fiveDomEvents=new uo(e,{noEmitWhenHide:!0,noEmitWhenNotInScene:!0}),this.tagWrapper=(()=>{var a;const r=document.createElement("div");return r.style.position="absolute",r.style.top="0",r.style.left="0",r.style.width="100%",r.style.height="100%",r.style.pointerEvents="none",r.style.zIndex=`${(a=i==null?void 0:i.tagContainerZIndex)!=null?a:""}`,r})(),e.scene.add(this.group),this.handleEnable(),window.__MODELMAKER_DEBUG__=this}load(e){return ie(this,null,function*(){if(this.clear(),this.data=e,this.originalOpacities.clear(),this.resetHighlight(),yield yi(this.five),this.data!==e)return;this.clear();const i=s=>{var c;const o=s.object_data.color?new G.Color().setHex(parseInt(s.object_data.color.slice(1),16)):new G.Color(1,1,1);let r=typeof this.occlusionVisibility=="boolean"?this.occlusionVisibility:!1,a=this.occlusionMode;s.type==="triangles"&&(r=!0,a="depthTest");const l=((c=s.object_data.opacity)!=null?c:.4)/2;return s.id&&this.originalOpacities.set(s.id.toString(),{opacity:l,lineOpacity:1}),{color:o,lineColor:o,opacity:l,lineOpacity:1,lineWidth:1,occlusionVisibility:r,occlusionMode:a}};this.items=e.list.map(s=>{var o;switch(s.type){case"triangles":{const r=new Od;return He(s.id)&&(r.uuid=s.id.toString()),r.setPoints(s.object_data.points,{checkLinesIntersect:!1}),r.setStyle(i(s)),this.fiveDomEvents.addEventListener(r,"hover",()=>r.highlight()),this.fiveDomEvents.addEventListener(r,"unHover",()=>r.unhighlight()),new cb({five:this.five,tagWrapper:this.tagWrapper,model:r,group:this.group,type:s.type,rawData:s,fiveDomEvents:this.fiveDomEvents})}case"prism":{const r=new Ys;He(s.id)&&(r.uuid=s.id.toString()),this.zFightingOffset+=rn.Z_FIGHTING_OFFSET;const a=s.object_data.points.map(d=>{var u;return[d[0],d[1]+((u=s.object_data.fixedY)!=null?u:0),d[2]]});a.push(a[0]);const l=s.object_data.height+((o=s.object_data.fixedHeight)!=null?o:0)+this.zFightingOffset,c=Ue(a[0]).add(new G.Vector3().setY(l));return r.setPoints({points:a,heightPoint:c}),r.setStyle(i(s)),new nu({five:this.five,tagWrapper:this.tagWrapper,model:r,group:this.group,type:s.type,rawData:s,fiveDomEvents:this.fiveDomEvents})}case"box":{const r=new Ys({five:this.five});He(s.id)&&(r.uuid=s.id.toString());const{start:a,end:l,rotation:c=[0,0,0,0]}=s.object_data,h=new G.Vector3().fromArray(a),d=new G.Vector3().fromArray(l),u=new G.Euler().fromArray(c),m=new G.Quaternion().setFromEuler(u),g=m.clone().inverse(),p=new G.Vector3().lerpVectors(h,d,.5),v=p.clone().negate(),b=h.clone().add(v).applyQuaternion(g),P=d.clone().add(v).applyQuaternion(g),M=new G.Box3(b.clone().max(P),b.clone().min(P));return r.setPoints({points:[Nn(M,2),Nn(M,3),Nn(M,7),Nn(M,6)],heightPoint:Nn(M,1)}),r.position.copy(p),r.quaternion.copy(m),r.setStyle(i(s)),new rb({five:this.five,tagWrapper:this.tagWrapper,model:r,group:this.group,type:s.type,rawData:s,fiveDomEvents:this.fiveDomEvents})}default:return null}}).filter(Boolean),this.state.enabled?this.handleEnable():this.handleDisable(),this.state.visible?this.handleShow():this.handleHide(),this.updateTagRenderer(),this.hooks.emit("dataLoaded",e),this.five.needsRender=!0})}setState(e){He(e.enabled)&&this.state.enabled!==e.enabled&&(this.state.enabled=e.enabled,e.enabled?this.handleEnable():this.handleDisable(),this.hooks.emit(e.enabled?"enable":"disable",{userAction:"我不知道捏"}),this.hooks.emit("stateChange",{state:this.state,userAction:"我不知道捏"})),He(e.visible)&&this.state.visible!==e.visible&&(this.state.visible=e.visible,e.visible?this.handleShow():this.handleHide(),this.hooks.emit(e.visible?"show":"hide",{userAction:"我不知道捏"}),this.hooks.emit("stateChange",{state:this.state,userAction:"我不知道捏"}))}getItemById(e){return this.items.find(i=>i.rawData.id===e)}registerTagRenderer(e){this.tagRendererMap=N(N({},this.tagRendererMap),e),this.updateTagRenderer()}hasCustomTagRenderer(e){return!!this.tagRendererMap[e]}forceFinishBoxAnimation(e,i=!0){let s=[];if(e){const o=this.getItemById(e);o&&["box","prism"].includes(o.type)&&(s=[o],o.model.forceFinishBoxAnimation(e))}else s=this.items.filter(o=>["box","prism"].includes(o.type)),s.forEach(o=>{o.model.forceFinishBoxAnimation(o.rawData.id)});i&&s.forEach(o=>{o.tag&&(o.tag.show(),o.tag.container.style.opacity="1")}),this.five.needsRender=!0}playBoxAnimation(e,i={}){const{color:s="#4DF0FF",hideLabels:o=!1}=i;this.forceFinishBoxAnimation(e);const r=e?[this.getItemById(e)].filter(Boolean):this.items.filter(l=>["box","prism"].includes(l.type));if(r.length===0)return console.warn("No box items found to animate"),Promise.resolve();o&&this.hideItemLabels(r);const a=r.map(l=>!l||!["box","prism"].includes(l.type)?Promise.resolve():l.model.playBoxAnimation(l.rawData.id,s));return Promise.all(a).then(()=>{if(o)return this.easeInItemLabels(r)})}enable(){this.setState({enabled:!0})}disable(){this.setState({enabled:!1})}show(){this.setState({visible:!0})}hide(){this.setState({visible:!1})}clear(){this.zFightingOffset=0,this.handleDisable(),this.group.children.length=0,this.five.needsRender=!0,this.items=[],this.tagWrapper.innerHTML="",this.fiveDomEvents.clear(),this.originalOpacities.clear(),this.originalTagOpacities.clear(),this.highlightedItem=null,this.originalTagStyles.clear(),this.originalModelColors.clear()}setModelsOpacity(e,i){if(!this.state.enabled)return;const{type:s,id:o}=i||{},r=s?Array.isArray(s)?s:[s]:[],a=e===1;for(const l of this.items)if(!s||r.includes(l.type)||l.rawData.id===o){switch(l.type){case"box":case"prism":{this.setPrismModelOpacity(l.rawData.id,l.model,e);break}case"triangles":{this.setPolygonModelOpacity(l.rawData.id,l.model,e);break}}if(l.tag){if(!l.tag.visible)continue;const h=l.rawData.id.toString();if(a){const u=this.originalTagOpacities.get(h);u!==void 0&&(l.tag.container.style.opacity=u.toString())}else{if(!this.originalTagOpacities.has(h)){const g=parseFloat(l.tag.container.style.opacity)||1;this.originalTagOpacities.set(h,g)}const m=(this.originalTagOpacities.get(h)||1)*e;l.tag.container.style.opacity=m.toString()}(parseFloat(l.tag.container.style.opacity)||0)<.01?l.tag.container.style.pointerEvents="none":l.tag.container.style.pointerEvents="auto"}}this.five.needsRender=!0}hideItemsByType(e){const i=Array.isArray(e)?e:[e];this.items.forEach(s=>{i.includes(s.type)&&s.hide()})}showItemsByType(e){const i=Array.isArray(e)?e:[e];this.items.forEach(s=>{i.includes(s.type)&&s.show()})}hideItemsByCondition(e){this.items.forEach(i=>{e(i)&&(i.hide(),i.tag.disable())})}showItemsByCondition(e){this.items.forEach(i=>{e(i)&&(i.show(),i.tag.enable())})}setItemsVisibility(e,i){this.items.forEach(s=>{e(s)&&(i?s.show():s.hide(),i?s.tag.enable():s.tag.disable())})}showAllItems(){this.items.forEach(e=>{e.show(),e.tag.enable()})}hideAllItems(){this.items.forEach(e=>{e.hide(),e.tag.disable()})}dispose(){this.hooks.emit("dispose"),this.resetHighlight(),this.clear()}onWorkCodeChange(){this.group.matrix.copy(this.workUtil.transform.clone()),this.group.matrix.decompose(this.group.position,this.group.quaternion,this.group.scale),this.group.updateMatrixWorld()}applyHighlightStyles(e,i){const s=e.rawData.id.toString(),o=e.tag.container;let r=null;if(e.type==="prism"?r=o.querySelector(".room-label-item__text"):e.type==="box"&&(r=o.querySelector(".model-maker-tag")),r){const l=window.getComputedStyle(r);this.originalTagStyles.set(s,{background:r.style.background||l.background,borderImage:r.style.borderImage||l.borderImage}),r.style.background=i,r.style.borderImage="none"}const a=e.model;if(a&&typeof a.setStyle=="function"){const l=e.rawData.object_data.color?new G.Color().setHex(parseInt(e.rawData.object_data.color.slice(1),16)):new G.Color(1,1,1),c=this.originalOpacities.get(s)||{opacity:.2,lineOpacity:1};this.originalModelColors.set(s,{color:l.clone(),lineColor:l.clone(),opacity:c.opacity,lineOpacity:c.lineOpacity});const h=new G.Color(i);a.setStyle({color:h,lineColor:h,opacity:c.opacity,lineOpacity:c.lineOpacity})}this.five.needsRender=!0}removeHighlightStyles(e){const i=e.rawData.id.toString(),s=e.tag.container,o=this.originalTagStyles.get(i);if(o){let a=null;e.type==="prism"?a=s.querySelector(".room-label-item__text"):e.type==="box"&&(a=s.querySelector(".model-maker-tag")),a&&(a.style.background=o.background,a.style.borderImage=o.borderImage),this.originalTagStyles.delete(i)}const r=this.originalModelColors.get(i);if(r){const a=e.model;a&&typeof a.setStyle=="function"&&a.setStyle({color:r.color,lineColor:r.lineColor,opacity:r.opacity,lineOpacity:r.lineOpacity}),this.originalModelColors.delete(i)}this.five.needsRender=!0}setPrismModelOpacity(e,i,s){let{opacity:o,lineOpacity:r}=this.originalOpacities.get(e.toString())||{opacity:.2,lineOpacity:1};o=o*s,r=r*s,i.setStyle({opacity:o,lineOpacity:r})}setPolygonModelOpacity(e,i,s){let{opacity:o,lineOpacity:r}=this.originalOpacities.get(e.toString())||{opacity:.2,lineOpacity:1};o=o*s,r=r*s,i.setStyle({opacity:o,lineOpacity:r})}handleShow(){this.group.visible=!0,this.tagWrapper.style.display="block",this.five.needsRender=!0}handleHide(){this.group.visible=!1,this.tagWrapper.style.display="none",this.five.needsRender=!0}highlightItem(e,i="#FF7700"){if(!this.state.enabled)return;this.resetHighlight();const s=this.getItemById(e);!s||!s.tag||(this.highlightedItem=s,this.applyHighlightStyles(s,i))}resetHighlight(){this.highlightedItem&&(this.removeHighlightStyles(this.highlightedItem),this.highlightedItem=null)}getHighlightedItemId(){var e,i;return(i=(e=this.highlightedItem)==null?void 0:e.rawData.id)!=null?i:null}getPrismItems(){return this.items.filter(e=>e instanceof nu)}getPolygonItems(){return this.items.filter(e=>e instanceof cb)}getBoxItems(){return this.items.filter(e=>e instanceof rb)}hideItemLabels(e){e.forEach(i=>{i.tag&&i.tag.hide()})}easeInItemLabels(e,i=500){return new Promise(s=>{if(e.length===0||!this.state.enabled){s();return}e.forEach(a=>{a.tag&&(a.tag.show(),a.tag.container.style.opacity="0")});const o=Date.now(),r=()=>{const a=Date.now()-o,l=Math.min(a/i,1),c=1-Math.pow(1-l,3);e.forEach(h=>{h.tag&&(h.tag.container.style.opacity=c.toString())}),l<1?requestAnimationFrame(r):(e.forEach(h=>{h.tag&&(h.tag.container.style.opacity="1")}),s())};requestAnimationFrame(r)})}}const xD=(...n)=>new SD(...n),DD=Object.freeze(Object.defineProperty({__proto__:null,ANIME_PRESETS:df,BetterTween:Es,CURRENT_PANO_IMAGE_DEFAULT_IMAGE:Wc,DEFAULT_ANIME_CONFIG:xc,DEFAULT_STATIC_PREFIX:Fa,DNALOGEL_DEFAULT_ASSETS:iw,ENTRY_DOOR_DEFAULT_IMAGE:Xc,FLOORPLAN_DEFAULT_IMAGE:Gn,FiveDomEvents:uo,FivePuppet:fw,GUIDELINE_DEFAULT_ARROW_TEXTURE:Na,GUIDELINE_WHITE_ARROW_TEXTURE:Fc,Interval:ic,LegacyPointHelper:Ty,LightTag:lr,LineSegments:Vu,MODEL_CHASSIS_COMPASS_DEFAULT_MODEL:Hc,MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL:Uc,Magnifier:ya,Object3D:_u,PANO_COMPASS_DEFAULT_IMAGE:Qc,PANO_SPATIAL_TAG_BLUR_IMAGE:Nc,PANO_TAG_DEFAULT_LINK_ICON:Gc,PointDomHelper:ky,PointHelper:ju,PointSelector:Ma,PointSelectorHelper:Iu,Rectangle:_b,animeMap:An,awaitNextFrame:ow,blink:Oa,blinkWithPreset:fy,bounding:mc,boundingBox:Cs,boundingSphere:Bu,boxVertex:Nn,boxVertexes:LA,checkFiveModelLoaded:tw,cleanup:gy,convexHull:Vb,equal:Gt,fiveModelIsLoaded:Au,generatePolygonGeometry:Vc,getCoordsFromClient:Ub,getCoordsFromElement:bu,getFrameTime:rw,getGeometryArea:zy,getGeometryInfo:Lc,getIntersectFromRelativePosition:my,getRaycasterFromFivePointer:py,initialCSS3DRender:dr,inside:gu,isModelLike:Ai,isNil:hi,isPanoramaLike:Rn,lookObject:ew,lookPoint:kf,nextFrame:Ir,notNil:He,pointInPolygon:gu,reblink:gf,replaceStaticPrefix:Zi,requestAnimationFrameInterval:go,sculpt:Object.freeze(Object.defineProperty({__proto__:null,BaseEditor:Bl,BoxMesh:Hd,BoxMeshEditor:fv,CircleMesh:cv,CircleMeshEditor:av,CircleWithEdgeMesh:Kr,CylinderMesh:Nd,CylinderMeshEditor:dv,LineMesh:wi,PointMesh:sn,PolygonMesh:To,PrismMesh:Ys,PrismMeshEditor:nv,RectangleMesh:Rd,RectangleMeshEditor:ov,RectangleWithEdgeMesh:Fl,createBox:Wd,createCircle:Gl,createCylinder:Gd,createLine:Ud,createPoint:zd,createPolygon:Rl,createPrism:Bd,createRectangle:Nl,transformUnit:Pu,transformUnitSquare:Cu},Symbol.toStringTag,{value:"Module"})),tag:vu,triangleArea:br,triangleCenter:Tc,tweenProgress:Cr,uuid:Dt,waitFiveModelLoaded:yi,worldBounding:ka,worldBoundingBox:Ru,worldBoundingSphere:Fu},Symbol.toStringTag,{value:"Module"}));fn(),ir(),ve.AreaMakerPlugin=AD,ve.CSS3DRender=co,ve.CSS3DRenderPlugin=vr,ve.CameraMovementEffect=Pm,ve.CameraMovementPlugin=VC,ve.ContentType=n0,ve.CruisePlugin=Fx,ve.CruisePluginController=$r,ve.CruisePluginTypes=Rx,ve.CurrentPanoImagePlugin=wD,ve.DIRECTION=Oo,ve.DISPLAY_STRATEGY_TYPE=Rs,ve.DimensionType=s0,ve.FLOOR_PLAN_ATTACHED_TO=Zn,ve.FLOOR_TYPE_MAP=IC,ve.FloorplanGuidePlugin=PC,ve.GuideLineItem=_x,ve.GuideLineModeItem=Dx,ve.GuideLinePlugin=Jd,ve.ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE=Fs,ve.ItemLabelPlugin=B4,ve.Magnifier=ya,ve.MapviewFloorplanPlugin=dP,ve.MeasurePlugin=WI,ve.ModelChassisCompassPlugin=DC,ve.ModelEntryDoorGuidePlugin=zC,ve.ModelFloorplanPlugin=rP,ve.ModelItemLabelPlugin=p4,ve.ModelMakerPlugin=xD,ve.ModelRoomLabelPlugin=r2,ve.ModelTVVideoPlugin=w4,ve.ModelViewPlugin=gw,ve.MoveController=Zd,ve.MovePlugin=Nx,ve.Object3DHelperController=Dd,ve.Object3DHelperPlugin=S6,ve.PLUGIN=Vl,ve.PaintBrush=zb,ve.PaintBrushTypeEnum=gn,ve.PanoCompassPlugin=o5,ve.PanoCursorRaycasterPlugin=mw,ve.PanoDoorLabelPlugin=q4,ve.PanoFloorplanRadarPlugin=OP,ve.PanoMeasurePlugin=MI,ve.PanoMeasurePluginLine=_s,ve.PanoMeasurePluginModel=Th,ve.PanoMeasurePluginPoint=Ii,ve.PanoMeasurePluginPolyline=Vs,ve.PanoRulerPlugin=HC,ve.PanoRulerProPlugin=e5,ve.PanoSpatialTagPlugin=s4,ve.PanoTagPlugin=yx,ve.PanoTagPluginController=Hl,ve.PanoVideoPlugin=Xx,ve.PanoVideoPluginType=Qx,ve.PipelinePlugin=hD,ve.PointType=i0,ve.ROOM_FETILE_TYPE_MAP=CC,ve.ROOM_TYPE_MAP=MC,ve.Rotation=nn,ve.Sculpt=et,ve.SculptPlugin=G6,ve.SculptPluginForFive=H6,ve.TopviewFloorplanPlugin=fP,ve.Util=DD,ve.WalkController=$r,ve.createBox=Wd,ve.createCircle=Gl,ve.createCylinder=Gd,ve.createLine=Ud,ve.createPoint=zd,ve.createPolygon=Rl,ve.createPolyline=ev,ve.createPrism=Bd,ve.createRectangle=Nl,ve.defaultGlobalConfig=$h,ve.itemLabelPluginServerParams=R4,ve.modelItemLabelPluginServerParams=v4,ve.modelRoomLabelPluginServerParams=a2,ve.pluginFlag=Ax,ve.validatePolygon=Vh,Object.defineProperty(ve,Symbol.toStringTag,{value:"Module"})});
1209
+ `;class lD extends Go{constructor(e){super(e,aD);f(this,"initialDisplacement",0);f(this,"oldTime",new Date().getTime());f(this,"flowSpeed",.6);f(this,"rotateSpeed",0);f(this,"flowAnimationDisposer",()=>{})}setInitialDisplacement(e,i="backward"){this.initialDisplacement=Math.abs(e)*(i==="forward"?-1:1),this.moveFromOrigin(this.initialDisplacement)}moveFromOrigin(e){const i=e*this.uPreMeter;return this.material.uniforms.uOffset.value=i,this.material.needsUpdate=!0,this.needsRender=!0,!0}moveForwardFromInitialOffset(e){const i=e*-1,s=this.initialDisplacement+i;this.moveFromOrigin(s)}flow(){this.flowAnimationDisposer(),this.oldTime=new Date().getTime();let e=0,i=0;const s=go(()=>{const o=new Date().getTime(),r=o-this.oldTime,a=this.flowSpeed*(r/1e3),l=this.rotateSpeed*(r/1e3);e=e+a,i=i+l;const c=1/360,h=i*c;this.material.uniforms.vOffset.value=h,this.moveForwardFromInitialOffset(e),this.oldTime=o});this.flowAnimationDisposer=function(){s(),this.moveForwardFromInitialOffset(0)}}stopFlow(){this.flowAnimationDisposer()}setSpeed(e){typeof(e==null?void 0:e.flowSpeed)=="number"&&(this.flowSpeed=e.flowSpeed),typeof(e==null?void 0:e.rotateSpeed)=="number"&&(this.rotateSpeed=e.rotateSpeed)}disposeAnime(){super.disposeAnime(),this.flowAnimationDisposer()}}const eb={flowSpeed:.6,rotateSpeed:0};let cD=class extends tn{constructor(e){super(e);f(this,"data");f(this,"state");f(this,"group");f(this,"pipeObjects",[]);f(this,"texturePromiseCache",new Map);f(this,"dispose",()=>{this.disable(),this.five.scene.remove(this.group),this.texturePromiseCache.forEach(e=>e.then(i=>i.dispose())),this.texturePromiseCache.clear()});f(this,"onWantsFiveTapGesture",(...e)=>{const[i]=e,s=i.intersectObjects(this.pipeObjects,!1);if(s.length===0||!this.data)return;const a=s[0].object.customID,l=this.data.pipes.find(({id:h})=>h===a),c=this.data.pipelines.find(h=>l&&h.pipes.includes(l));if(!(!l||!c))return this.hooks.emit("tap",{intersectObjects:s,pipe:l,pipeline:c,wantsFiveTapGestureParams:e}),!1});this.state={target:null,visible:!0,enabled:!0,isFlowing:!1,speed:eb},this.five=e,this.group=new y.Group,this.group.name="water-pipe-group",this.five.scene.add(this.group),this.five.once("dispose",this.dispose),this.five.on("wantsTapGesture",this.onWantsFiveTapGesture)}load(e,i,s,o){return ie(this,null,function*(){const r=this.data;this.data=yield this.formatData(e,o),this.removeAllPipes(),this.hooks.emit("dataChange",this.data,r),this.pipeObjects=yield Promise.all(this.data.pipes.filter(a=>!!(a!=null&&a.texture)).map(d=>ie(this,[d],function*({id:a,texture:l,path:c,radius:h}){const u=yield this.loadPipeTexture(l),m={id:a,path:c,textureURL:l,texture:u,geometryConfig:{radius:h}};return new lD(m)}))),this.data.pipelines.forEach(a=>{a.pipes.reduce((l,c)=>{const h=this.findPipeObjectWithID(c.id);return h==null||h.setInitialDisplacement(l),l+((h==null?void 0:h.pathLength)||0)},0)}),this.hooks.emit("dataLoaded",this.data),this.state.visible===!1&&this.pipeObjects.forEach(a=>a.setOpacity(0)),this.state.enabled&&(this.group.add(...this.pipeObjects),this.five.needsRender=!0),i&&this.setState(i,{userAction:s})})}setState(e,i={}){const s=this.state;if(Gt(e,s,{deep:!0}))return;const 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,anime:{duration:500}};e.visible?this._show(r):this._hide(r)}if(e.isFlowing!==void 0&&s.isFlowing!==e.isFlowing&&(e.isFlowing?this._flow():this._stopFlow()),e.speed!==void 0&&!Gt(s.speed,this.state.speed,{deep:!0})&&this._setSpeed(e.speed),e.target!==void 0&&!Gt(s.target,this.state.target,{deep:!0})){const r={target:e.target,showAnime:{duration:500},hideAnime:{duration:500}};this._switchPipelines(r)}}enable(e={}){var s;if(this.state.enabled)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!0},i),this._enable({userAction:i})}disable(e={}){var s;if(this.state.enabled===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!1,isFlowing:!1},i),this._disable({userAction:i})}show(){return ie(this,arguments,function*(e={}){if(this.state.visible)return;const i=N({userAction:!0,anime:{duration:500}},e);this.updateState({visible:!0},i.userAction),yield this._show(i)})}hide(){return ie(this,arguments,function*(e={}){if(this.state.visible===!1)return;const i=N({userAction:!0,anime:{duration:500}},e);this.updateState({visible:!1},i.userAction),yield this._hide(i)})}switchPipelines(e){return ie(this,null,function*(){var c,h,d,u,m,g;if(!this.data)return;const i=(c=e==null?void 0:e.target)!=null?c:null,s=(h=e==null?void 0:e.userAction)!=null?h:!0;this.updateState({target:i},s);const o={duration:500},r=(u=(d=e==null?void 0:e.hideAnime)!=null?d:e==null?void 0:e.anime)!=null?u:o,a=(g=(m=e==null?void 0:e.showAnime)!=null?m:e==null?void 0:e.anime)!=null?g:o,l={target:i,showAnime:a,hideAnime:r};this._switchPipelines(l)})}flow(e={}){var s;if(this.state.isFlowing)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({isFlowing:!0},i),this._flow()}stopFlow(e={}){var s;if(this.state.isFlowing===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({isFlowing:!1},i),this._stopFlow()}setSpeed(e){var o,r;const i=(o=e==null?void 0:e.speed)!=null?o:eb,s=(r=e.userAction)!=null?r:!0;this.updateState({speed:i},s),this._setSpeed(i)}formatData(e,i){return ie(this,null,function*(){return qx(e,i)})}_enable(e){this.hooks.emit("enable",{userAction:e.userAction}),this.five.scene.add(this.group),this.five.needsRender=!0,this.five.on("wantsTapGesture",this.onWantsFiveTapGesture)}_disable(e){this.hooks.emit("disable",{userAction:e.userAction}),this.disposeAnime(),this.five.scene.remove(this.group),this.five.needsRender=!0,this.five.off("wantsTapGesture",this.onWantsFiveTapGesture)}_show(e){return ie(this,null,function*(){var o;this.hooks.emit("show",{userAction:e.userAction});const i=(o=e==null?void 0:e.anime)!=null?o:{duration:500},s=this.findPipeObjectWithTarget(this.state.target);yield Promise.all(s.map(r=>r==null?void 0:r.show(i))),this.five.needsRender=!0})}_hide(e){return ie(this,null,function*(){var s;this.hooks.emit("hide",{userAction:e.userAction});const i=(s=e==null?void 0:e.anime)!=null?s:{duration:500};yield Promise.all(this.pipeObjects.map(o=>o.hide(i))),this.five.needsRender=!0})}_switchPipelines(e){return ie(this,null,function*(){if(!this.data)return;const i=this.findPipeObjectWithTarget(e.target),s=e.hideAnime;yield Promise.all(this.pipeObjects.map(r=>r.hide(s)));const o=e.showAnime;yield Promise.all(i.map(r=>r.show(o)))})}_flow(){this.pipeObjects.forEach(e=>e.flow())}_stopFlow(){this.pipeObjects.forEach(e=>e.stopFlow())}_setSpeed(e){this.pipeObjects.forEach(i=>i.setSpeed(e))}updateState(e,i){const s=this.state;this.state=N(N({},this.state),e),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}loadPipeTexture(e){return ie(this,null,function*(){const i=this.texturePromiseCache.get(e);if(i)return i;const s=Os(e);return this.texturePromiseCache.set(e,s),s})}disposeAnime(){this.pipeObjects.forEach(e=>e.disposeAnime()),this.five.needsRender=!0}removeAllPipes(){this.disposeAnime(),this.group.remove(...this.pipeObjects),this.pipeObjects.forEach(e=>e.dispose()),this.pipeObjects=[],this.five.needsRender=!0}findPipeObjectWithID(e){return this.pipeObjects.find(({customID:i})=>i===e)}findPipeObjectWithTarget(e){return e?Yx({data:this.data,target:e}).map(({id:s})=>this.findPipeObjectWithID(s)).filter(He):this.pipeObjects}};const hD=n=>new cD(n),tb="data:image/png;base64,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",ib="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAA8CAMAAADR2113AAABOFBMVEVVVVVdXV15eXmDg4NtbW1jY2NoaGiIiIh0dHSNjY1NTU1xcXFQUFB9fX2AgICbm5ujo6MAAACpqamfn5+2traxsbGsrKyurq6YmJjc3Ny5ubmzs7OVlZWVlZXKysre3t7X19fV1dXf39/c3Nzk5OTj4+PPz8/g4OC/v7+4uLjNzc2kpKS8vLympqbk5OTh4eHX19ecnJzs7Ozs7OzHx8fFxcXY2NjT09O0tLSwsLCtra3Gxsa9vb3r6+vp6enn5+fCwsKqqqrKysrIyMjCwsKnp6egoKCRkZHv7+/q6ura2trn5+fl5eXV1dXU1NTT09PR0dHNzc3Ly8unp6dubm64uLiZmZnp6em8vLy6urrR0dHPz8/Q0NCysrLDw8O4uLiRkZGlpaWhoaG3t7eVlZWOjo7Z2dmwsLDgK9fhAAAAaHRSTlNmZmZmZmZmZmZmZmZmZmaGhgCGhoWGhYaGrIaGhWuxsKWhyca7t7a0pqCYkIiGz8zAjM7Lrquonp2al45sycS/qZWTkoyFhGbPx8PCvr68urizlZNyOg/CpKKbmp2bgnl5c3JlPDnBh34+7vIAAAOCSURBVFjDzZhnc+JADIZFCJdKMDbFMXaA9FAulSSUdNJ7b5ee3P3/f3CSWNskXD7sYGbu3V2tXknzsOOPQDgcfre2lOz52lqpWFxcnJi4HR9fXS3MzQ0MnI6OnhwfHU5N7Q0NDQ5OTv4kTQ4ODg3t/Z46PDo+GR09HRiYKxRWx8dvJiYWF4vF0tp5NrtlvSMWwlfWNCqL7FKp+EDoG2QXCohuYCO4Rp6qI88x+RbRD8USo7PT09YVoi3dvOjt9kaCAxfmtBWGD9P01Td5y3themvq9pnmB2ybF1zkw5EnxJSMh15XcKFvw7MOVK/BUfUTUp5TABEg9Aym7rZqdbATSf9Zug6m2UtTYnkmRuvQEoUQHYKWKBQCvWVo2p7Ih4tvkWm6QLt9n33hkfAN4g/i/ByP8FRtWM43okMaVb2XRt/ax7/qOVrDV9fS/xodcJKA+CBaXS9AUbSlfYDEGaUKoQP1bCFKZXyjFA00jQa9l6KApniD+iEib0JvgaJ8bct6zn7wFocCvnpLoQ4frnGCW843itF487CXYrSieMBpb/R5ROe9QLfbm7CcqXkHbZe5I+tJHF2pCuTzONECbeKrN/FuAVzdhLzaPKanvacHDy0y7BG9qTp9PtyQ9ax2O7BUFVREC+92ZX0nL96dGMgxWrRFD0VdOU9gjkKEjoEa4ymnJkYk/L8Vj0Es1tkSxTxBt9Gm0+Z6fnWcHXm+ecv5NvZuyuFPDOJxrLFjddaOhP9G8Ti+GtveS6CbVFCE4CcfRXRUOEfyPhjECsM54xiNQjwhem49KOX7grZqmfCJKESjONCU+nBx5NBHwUGjx4qoUiLjv8hvJ4ROfC1Ker+fM4p+XLaPJBjtJ3GDLin/rSL0ahrwXpEIJCKctQIdaRLdgbvDyVwfSdCr0bAVUcbT5iDkegM/iFFXFpL3jTIM/CAd3kugc00RunDhpsXW8bkIPBlW3QBHOS8kEttbxhO8Ga9OFRM6Ev5bvebe4DJnWF2eyzJylxCu5IyXZuHbny/rJZer0F+IlWq1Wi5vbJxlMpm7XwvpdDqVmu/v708mk2NjIyPDwwcrK9fLy7tLszMzOzOzs0u7y/v7KwfDwyMjY2PJJE7Oz6dS6fTCwl0mc7a+vlEuV6uVK0SHw5eVx/LG+jqi720yoV3y/jWCmbwj2Nef2YhOEfr+PnOG6MfKJWL/Auw3zmyeIlukAAAAAElFTkSuQmCC",dD={sm:{name:10,area:8,padding:{room:[6,5],guide:[0,0],distance:[4,2]},minWidth:32,lineHeight:10,default:10},md:{name:10,area:8,padding:{room:[6,5],guide:[0,0],distance:[4,2]},minWidth:32,lineHeight:10,default:10},lg:{name:12,area:10,padding:{room:[8,4],guide:[0,3],distance:[6,3]},minWidth:32,lineHeight:16,default:12},xl:{name:16,area:12,padding:{room:[12,6],guide:[0,3],distance:[6,3]},minWidth:56,lineHeight:22,default:14},xxl:{name:16,area:12,padding:{room:[12,6],guide:[0,3],distance:[6,3]},minWidth:56,lineHeight:22,default:14}};function uD(n){Le(n,"svelte-c40h79",".room-label-item.svelte-c40h79{position:absolute;font-size:0.625rem;transform:none;cursor:pointer;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff}.room-label-item__text.svelte-c40h79{position:absolute;left:0;transform:translate(-50%, 0);display:flex;justify-content:center;align-items:center;pointer-events:none;white-space:nowrap;position:relative;box-shadow:0 0.1875rem 0.8125rem 0 #00000033;font-weight:500;border-radius:var(--border-radius);-o-border-image:var(--bg-image) var(--border-radius-num) / var(--border-radius) / 0rem stretch;border-image:var(--bg-image) var(--border-radius-num) fill / var(--border-radius) / 0rem stretch;box-sizing:border-box}.room-label-item__bar.svelte-c40h79{position:absolute;transform-origin:top;height:3rem;width:0.0625rem;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))}")}function nb(n){let t,e,i,s,o,r;return{c(){var a,l,c,h;t=U("span"),e=Ve(n[0]),i=le(),s=U("div"),w(t,"class","room-label-item__text svelte-c40h79"),_(t,"font-size",n[13]),_(t,"padding",n[12]),_(t,"line-height",n[11]),_(t,"--bg-image",((a=n[6])==null?void 0:a.name)>=16?`url(${tb})`:`url(${ib})`),_(t,"min-width",mt((l=n[6])==null?void 0:l.minWidth)),_(t,"--border-radius",((c=n[6])==null?void 0:c.name)>=16?mt(4):mt(2)),_(t,"--border-radius-num",((h=n[6])==null?void 0:h.name)>=16?8:4),w(s,"class","room-label-item__bar svelte-c40h79"),_(s,"top",mt(n[10]))},m(a,l){Y(a,t,l),V(t,e),n[22](t),Y(a,i,l),Y(a,s,l),n[23](s),o||(r=_e(t,"click",function(){$t(n[4])&&n[4].apply(this,arguments)}),o=!0)},p(a,l){var c,h,d,u;n=a,l&1&&Ne(e,n[0]),l&8192&&_(t,"font-size",n[13]),l&4096&&_(t,"padding",n[12]),l&2048&&_(t,"line-height",n[11]),l&64&&_(t,"--bg-image",((c=n[6])==null?void 0:c.name)>=16?`url(${tb})`:`url(${ib})`),l&64&&_(t,"min-width",mt((h=n[6])==null?void 0:h.minWidth)),l&64&&_(t,"--border-radius",((d=n[6])==null?void 0:d.name)>=16?mt(4):mt(2)),l&64&&_(t,"--border-radius-num",((u=n[6])==null?void 0:u.name)>=16?8:4),l&1024&&_(s,"top",mt(n[10]))},d(a){a&&X(t),n[22](null),a&&X(i),a&&X(s),n[23](null),o=!1,r()}}}function fD(n){let t,e=!n[5]&&nb(n);return{c(){t=U("div"),e&&e.c(),w(t,"class","room-label-item svelte-c40h79"),_(t,"z-index",n[2]),_(t,"transform",n[3]),_(t,"opacity",n[1]),_(t,"visibility",n[14])},m(i,s){Y(i,t,s),e&&e.m(t,null),n[24](t)},p(i,[s]){i[5]?e&&(e.d(1),e=null):e?e.p(i,s):(e=nb(i),e.c(),e.m(t,null)),s&4&&_(t,"z-index",i[2]),s&8&&_(t,"transform",i[3]),s&2&&_(t,"opacity",i[1]),s&16384&&_(t,"visibility",i[14])},i:oe,o:oe,d(i){i&&X(t),e&&e.d(),n[24](null)}}}function gD(n,t,e){let i,s,o,r,a,l,c,h,d,{content:u}=t,{five:m=void 0}=t,{visible:g=!0}=t,{opacity:p=1}=t,{zIndex:v=0}=t,{transform:b=void 0}=t,{onClick:P=()=>{}}=t,{rendererIfNeed:M=void 0}=t,{rendererData:I=void 0}=t,{fontSize:z}=t,D,j,L,O;const A=x=>{if(m.state.mode!=="Panorama"){const B=-(10+54*(1-ui(x.latitude)/90)),J=B+h,ne=J>=0?0:-J/-d;e(8,j.style.transform=`scaleY(${ne})`,j),e(8,j.style.top=mt(J),j),e(9,L.style.top=mt(B),L)}};Tt(()=>{D&&typeof M=="function"&&(O=M(D,I)),m&&(A(m.camera.pose),m.on("cameraUpdate",A))}),Qt(()=>{O==null||O(),m==null||m.off("cameraUpdate",A)});function C(x){Je[x?"unshift":"push"](()=>{L=x,e(9,L)})}function k(x){Je[x?"unshift":"push"](()=>{j=x,e(8,j)})}function E(x){Je[x?"unshift":"push"](()=>{D=x,e(7,D)})}return n.$$set=x=>{"content"in x&&e(0,u=x.content),"five"in x&&e(15,m=x.five),"visible"in x&&e(16,g=x.visible),"opacity"in x&&e(1,p=x.opacity),"zIndex"in x&&e(2,v=x.zIndex),"transform"in x&&e(3,b=x.transform),"onClick"in x&&e(4,P=x.onClick),"rendererIfNeed"in x&&e(5,M=x.rendererIfNeed),"rendererData"in x&&e(17,I=x.rendererData),"fontSize"in x&&e(18,z=x.fontSize)},n.$$.update=()=>{var x;n.$$.dirty&65536&&e(14,i=g?"visible":"hidden"),n.$$.dirty&262144&&e(6,s=dD[z]),n.$$.dirty&64&&e(13,o=mt(s==null?void 0:s.name)),n.$$.dirty&64&&e(20,r=(x=s==null?void 0:s.padding)==null?void 0:x.room),n.$$.dirty&1048576&&e(12,a=`${mt(r[1])} ${mt(r[0])}`),n.$$.dirty&64&&e(21,l=s==null?void 0:s.lineHeight),n.$$.dirty&2097152&&e(11,c=mt(l)),n.$$.dirty&3145728&&e(19,h=l+r[1]*2),n.$$.dirty&524288&&e(10,d=-(64-h))},[u,p,v,b,P,M,s,D,j,L,d,c,a,o,i,m,g,I,z,h,r,l,C,k,E]}class sb extends Ce{constructor(t){super(),Pe(this,t,gD,fD,we,{content:0,five:15,visible:16,opacity:1,zIndex:2,transform:3,onClick:4,rendererIfNeed:5,rendererData:17,fontSize:18},uD)}}class mD extends _u{constructor(e){super();f(this,"areaMakerItem");this.areaMakerItem=e}raycast(e,i){this.areaMakerItem.makerObject.raycast(e,i)}}class pD{constructor(t,e){f(this,"id");f(this,"name","");f(this,"makerObject");f(this,"outline");f(this,"bottomY");f(this,"opacity");f(this,"height");f(this,"floorIndex");f(this,"shape");f(this,"mounted",!1);f(this,"checkMsg",{checkVisibleMsg:"",checkTagVisibleMsg:""});f(this,"modelGroup");f(this,"visible",!0);f(this,"tagApp");f(this,"tagVisible",null);f(this,"tagPosition",new y.Vector3);f(this,"tagNDCPosition",new y.Vector3);f(this,"tagTransform",{left:0,top:0});f(this,"tagZIndex",0);f(this,"hooks",new Et);f(this,"itemRenderer");f(this,"data");f(this,"plugin");f(this,"opacityAnime");f(this,"isInContainerResizeAnimation",!1);f(this,"containerResizeTimeoutID",null);f(this,"resizeObserver");f(this,"fontSizeManager",Sr());f(this,"currentFontSize",Po());f(this,"unsubscribeFontSize",null);f(this,"doOpacityAnime",t=>{var a;(a=this.opacityAnime)==null||a.dispose();const e=t.duration,[i,s]=t.makerObjectOpacity,[o,r]=t.outlineOpacity;if(e===0){this.makerObject.material.opacity=s,this.outline.material.opacity=r;return}return new Promise(l=>{this.opacityAnime=new Es({makerObjectOpacity:i,outlineOpacity:o}).to({makerObjectOpacity:s,outlineOpacity:r}).onUpdate(({makerObjectOpacity:c,outlineOpacity:h})=>{this.makerObject.material.opacity=c,this.outline.material.opacity=h,this.plugin.five.needsRender=!0}).onComplete(()=>l(!0)).onDispose(()=>{this.makerObject.material.opacity=s,this.outline.material.opacity=r,this.plugin.five.needsRender=!0,l(!1)}).play()})});f(this,"onPluginConfigChange",t=>{this.makerObject.material.depthTest=t.config.modelDepthTest,this.outline.material.depthTest=t.config.modelDepthTest,this.plugin.five.needsRender=!0});f(this,"onPluginStateChange",()=>{this.updateVisible(),this.updateTagVisible()});f(this,"updateVisible",()=>{var s;const{result:t,msg:e}=this.checkVisible();if(this.checkMsg.checkVisibleMsg=e,this.visible===t)return;this.visible=t;const i=(s=this.data.object_data.visible)!=null?s:!0;this.modelGroup.visible=t&&i,this.plugin.five.needsRender=!0});f(this,"checkVisible",()=>{if(!this.plugin.state.visible)return{result:!1,msg:"插件不可见"};const e=this.plugin.fiveUtil.model.shownFloor;return e===null||e===this.floorIndex?{result:!0,msg:""}:{result:!1,msg:`模型高亮楼层不符合展示条件, 当前高亮楼层为:${e}`}});f(this,"updateTag",()=>{this.tagApp&&(this.updateTagNDCPosition(),this.updateTagDomTransform(),this.updateTagVisible())});f(this,"updateTagNDCPosition",()=>{const e=this.tagPosition.clone().project(this.plugin.five.camera);this.tagNDCPosition.copy(e)});f(this,"updateTagDomTransform",()=>{var s;const t=this.tagNDCPosition,e=Math.round((t.x+1)/2*this.plugin.tagDomContainer.clientWidth),i=Math.round((-t.y+1)/2*this.plugin.tagDomContainer.clientHeight);this.tagTransform.left===e&&this.tagTransform.top===i||(this.tagTransform={left:e,top:i},(s=this.tagApp)==null||s.$set({transform:`translate(${e}px, ${i}px)`}))});f(this,"updateTagVisible",()=>{var i;const{result:t,msg:e}=this.checkTagVisible();this.checkMsg.checkTagVisibleMsg=e,this.tagVisible!==t&&(this.tagVisible=t,this.tagApp&&(this.tagVisible?this.hooks.emit("tagShow"):this.hooks.emit("tagHide"),(i=this.tagApp)==null||i.$set({visible:t})))});f(this,"checkTagVisible",()=>{if(!this.visible)return{result:!1,msg:"标注整体不可见"};if(this.isInContainerResizeAnimation)return{result:!1,msg:"处于容器 resize 动画中"};const e=this.plugin.five,i=e.camera.position.clone();mn.set(i.clone(),this.tagPosition.clone().sub(i).normalize());const[s]=this.plugin.fiveUtil.model.intersectRaycaster(mn),o=this.tagPosition.distanceTo(e.camera.position);if(s&&s.distance+.1<o)return{result:!1,msg:"标注标签被 Five 模型遮挡"};const r=this.tagNDCPosition;return Math.abs(r.x)>1.2||Math.abs(r.y)>1.2||Math.abs(r.z)>1?{result:!1,msg:"标注标签不在屏幕内"}:{result:!0,msg:""}});f(this,"onFiveCameraUpdate",()=>{this.tagApp&&this.visible&&(this.updateTagNDCPosition(),this.updateTagDomTransform(),this.updateTagVisible())});f(this,"onContainerResize",()=>{this.isInContainerResizeAnimation===!1&&(this.isInContainerResizeAnimation=!0,this.updateTag());const e=()=>{this.isInContainerResizeAnimation=!1,this.containerResizeTimeoutID=null,this.updateTag()};this.containerResizeTimeoutID&&clearTimeout(this.containerResizeTimeoutID),this.containerResizeTimeoutID=setTimeout(e,100)});f(this,"updateTagFontSize",()=>{this.tagApp&&this.tagApp.$set({fontSize:this.currentFontSize})});var l,c,h,d;const i=e.object_data,s=i.bottom_y,o=i.height,r=new y.Color((l=i.color)!=null?l:"#FFFFFF"),a=(c=i.opacity)!=null?c:.4;this.data=e,this.id=e.id,this.name=(h=e.name)!=null?h:"",this.plugin=t,this.height=o,this.bottomY=s,this.opacity=a,this.shape=new y.Shape().fromJSON(i.shape),this.floorIndex=e.floor_index,this.makerObject=new y.Mesh(ob(this.shape,o),vD(r,a)),tu(this.makerObject,s),this.makerObject.material.depthTest=this.plugin.config.modelDepthTest,this.outline=new Vu(new y.EdgesGeometry(this.makerObject.geometry),new y.LineBasicMaterial({color:r,transparent:!0})),tu(this.outline,s),this.outline.material.depthTest=this.plugin.config.modelDepthTest,this.setHeight(o),this.modelGroup=new mD(this),this.modelGroup.visible=(d=i.visible)!=null?d:!0}mount(){if(this.mounted)return;this.mounted=!0,this.updateVisible(),this.makerObject.material.depthTest=this.plugin.config.modelDepthTest,this.outline.material.depthTest=this.plugin.config.modelDepthTest,this.modelGroup.add(this.makerObject,this.outline);const t=!!this.name,e=this.plugin.tagDomContainer;t&&(this.tagApp=new sb({target:e,props:{fontSize:this.currentFontSize,rendererData:this.data,content:this.name,visible:this.tagVisible,rendererIfNeed:this.itemRenderer,transform:`translate(${this.tagTransform.left}px, ${this.tagTransform.top}px)`,onClick:i=>this.hooks.emit("tagClick",{target:this,nativeEvent:i})}}),this.updateTag()),this.plugin.five.needsRender=!0,this.plugin.hooks.on("stateChange",this.onPluginStateChange),this.plugin.hooks.on("configChange",this.onPluginConfigChange),this.plugin.five.on("modeChange",this.updateVisible),this.plugin.five.on("modelShownFloorChange",this.updateVisible),this.plugin.five.on("cameraUpdate",this.onFiveCameraUpdate),this.resizeObserver=Aa(this.onContainerResize,e),this.resizeObserver.observe(),typeof this.fontSizeManager=="object"&&"subscribe"in this.fontSizeManager&&(this.unsubscribeFontSize=this.fontSizeManager.subscribe(i=>{this.currentFontSize=i,this.updateTagFontSize()}))}unmount(){var t,e,i;this.mounted&&(this.mounted=!1,this.modelGroup.remove(...this.modelGroup.children),(t=this.tagApp)==null||t.$destroy(),this.tagApp=null,this.plugin.hooks.off("stateChange",this.onPluginStateChange),this.plugin.hooks.off("configChange",this.onPluginConfigChange),this.plugin.five.off("modeChange",this.updateVisible),this.plugin.five.off("modelShownFloorChange",this.updateVisible),this.plugin.five.off("cameraUpdate",this.onFiveCameraUpdate),(e=this.resizeObserver)==null||e.unobserve(),(i=this.unsubscribeFontSize)==null||i.call(this))}setOpacity(t){var e;this.opacity=t,(e=this.opacityAnime)==null||e.dispose(),this.makerObject.material.opacity=t,this.plugin.five.needsRender=!0}setColor(t){const e=new y.Color(t);this.makerObject.material.color=e,this.outline.material.color=e,this.plugin.five.needsRender=!0}setHeight(t){if(t<=0)throw new Error("高度必须大于 0");this.height=t,this.makerObject.geometry=ob(this.shape,t),this.outline.geometry=new y.EdgesGeometry(this.makerObject.geometry);const e=this.shape.extractPoints(10).shape.slice(0,-1),i=BC(e),s=new y.Vector3(i.x,i.y,t);tu(s,this.bottomY),this.tagPosition.copy(s),this.updateTag(),this.plugin.five.needsRender=!0}setTagZIndex(t){var e;this.tagZIndex!==t&&((e=this.tagApp)==null||e.$set({zIndex:t}))}}function ob(n,t){return new y.ExtrudeBufferGeometry(n,{depth:t,bevelEnabled:!1})}function vD(n,t){return new y.MeshBasicMaterial({color:n,opacity:t,transparent:!0})}function tu(n,t){const e=new y.Matrix4,i=new y.Matrix4().makeRotationX(Math.PI/2),s=new y.Matrix4().makeTranslation(0,0,-t),o=new y.Matrix4().makeScale(1,1,-1);e.multiply(i),e.multiply(s),e.multiply(o),n.applyMatrix4(e)}let bD=class extends tn{constructor(e,i){super(e);f(this,"state");f(this,"itemMap");f(this,"itemRenderer");f(this,"modelGroup");f(this,"data");f(this,"tagDomContainer");f(this,"checkMsg",{childrenMountedState:""});f(this,"isInFiveChangeModeAnime",!1);f(this,"childrenMountedState",!1);f(this,"_config");f(this,"_disposed",!1);f(this,"dispose",()=>{this.five.scene.remove(this.modelGroup)});f(this,"onFiveInitAnimationWillStart",()=>{this.isInFiveChangeModeAnime=!0,this.updateChildrenMountedState()});f(this,"onFiveInitAnimationEnded",()=>{this.isInFiveChangeModeAnime=!1,this.updateChildrenMountedState()});f(this,"onFiveCameraUpdate",()=>{const e=this.five.camera;[...this.itemMap.values()].sort((s,o)=>{const r=s.tagPosition.distanceTo(e.position);return o.tagPosition.distanceTo(e.position)-r}).forEach((s,o)=>{var r;(r=this.getMaskItemByID(s.id))==null||r.setTagZIndex(o*10)})});f(this,"onFiveModeChange",()=>{this.updateChildrenMountedState()});f(this,"onMakerTagClick",e=>{this.hooks.emit("wantsTap",{target:e.target,intersectObjects:[]})});f(this,"onWantsFiveTapGesture",e=>{const i=Array.from(this.itemMap.values()).filter(l=>l.mounted&&l.visible).map(l=>({makerItem:l,intersects:l.modelGroup.getRaycastIntersects(e)})).filter(({intersects:l})=>l.length>0);if(i.length===0)return;const s=i.reduce((l,c)=>{const h=l.intersects[0].distance,d=c.intersects[0].distance;return h<d?l:c}),o=this.fiveUtil.model.intersectRaycaster(e)[0];if(this.config.modelDepthTest&&o&&o.distance<s.intersects[0].distance)return;if(this.hooks.emit("wantsTap",{target:s.makerItem,intersectObjects:s.intersects}))return!1});this.five=e,this.tagDomContainer=document.createElement("div"),this.tagDomContainer.style.position="absolute",this.tagDomContainer.style.top="0",this.tagDomContainer.style.left="0",this.tagDomContainer.style.width="100%",this.tagDomContainer.style.height="100%",this.tagDomContainer.style.pointerEvents="none";const s={enabled:!0,visible:!0};this.state=Object.assign(s,i==null?void 0:i.initialState);const o=N({modelDepthTest:!0},i==null?void 0:i.config);this._config=o,this.modelGroup=new y.Group,this.modelGroup.name="ModelMakerPluginGroup",this.itemMap=new Map,this.state.enabled&&this._enable({userAction:!1})}get config(){return N({},this._config)}get disposed(){return this._disposed}load(e){return ie(this,null,function*(){const i=this.data;this.data=this.formatData(e),this.hooks.emit("dataChange",this.data,i),this.modelGroup.remove(...this.modelGroup.children),this.itemMap.forEach(s=>s.unmount()),this.itemMap.clear(),this.childrenMountedState=!1,this.checkMsg.childrenMountedState="",this.data.list.forEach(s=>{const o=new pD(this,s);o.itemRenderer=this.itemRenderer,this.modelGroup.add(o.modelGroup),this.itemMap.set(s.id,o),o.hooks.on("tagClick",this.onMakerTagClick)}),this.updateChildrenMountedState()})}appendTo(e){e.appendChild(this.tagDomContainer)}enable(e={}){var s;if(this.state.enabled)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!0},i),this._enable({userAction:i})}disable(e={}){var s;if(this.state.enabled===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!1},i),this._disable({userAction:i})}show(e){return ie(this,null,function*(){if(this.state.visible)return Promise.resolve();if(this.disposed)return Promise.reject(new Error("不能在已销毁的插件上调用 show"));const i=N({userAction:!0},e);this.updateState({visible:!0},i.userAction),yield this._show(i)})}hide(e){return ie(this,null,function*(){if(this.state.visible===!1)return;const i=N({userAction:!0},e);this.updateState({visible:!1},i.userAction),yield this._hide(i)})}setState(e,i={}){const s=this.state;if(Gt(e,s,{deep:!0}))return;const 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,anime:{duration:500}};e.visible?this._show(r):this._hide(r)}}updateConfig(e,i={}){var r;const s=this.config,o=N(N({},s),e);this._config=o,this.hooks.emit("configChange",{prevConfig:s,config:o,userAction:(r=i.userAction)!=null?r:!0})}getMaskItemByID(e){return this.itemMap.get(e)}formatData(e){function i(s){return s.list.length===0?!0:!("shape"in s.list[0].object_data)}return i(e)?{list:e.list.filter(s=>s.object_data.points.length>=3).map(s=>{const o=new y.Shape,r=s.object_data.points[0];return o.moveTo(r[0],r[2]),s.object_data.points.slice(1).forEach(l=>o.lineTo(l[0],l[2])),o.lineTo(r[0],r[2]),de(N({},s),{floor_index:s.object_data.floorIndex,object_data:de(N({},s.object_data),{bottom_y:r[1]+s.object_data.fixedY,shape:o.toJSON(),height:s.object_data.height+s.object_data.fixedHeight})})})}:e}checkChildrenMountedState(){const e=this.state,i=this.five;if(!e.enabled)return{result:!1,msg:"插件不可用"};const s=i.getCurrentState().mode;return s==="Panorama"?{result:!1,msg:`Five 模态不符合条件, 当前模态为:${s}`}:this.isInFiveChangeModeAnime?{result:!1,msg:"切换模态动画中不展示"}:{result:!0,msg:""}}updateChildrenMountedState(){const{result:e,msg:i}=this.checkChildrenMountedState();this.checkMsg.childrenMountedState=i,e!==this.childrenMountedState&&(this.childrenMountedState=e,this.itemMap.forEach(s=>{this.childrenMountedState?s.mount():s.unmount()}))}updateState(e,i){const s=this.state;this.state=N(N({},this.state),e),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}_enable(e){this.hooks.emit("enable",{userAction:e.userAction}),this.five.scene.add(this.modelGroup),this.updateChildrenMountedState(),this.five.needsRender=!0,this.five.on("wantsTapGesture",this.onWantsFiveTapGesture),this.five.on("initAnimationWillStart",this.onFiveInitAnimationWillStart),this.five.on("initAnimationEnded",this.onFiveInitAnimationEnded),this.five.on("modeChange",this.onFiveModeChange),this.five.on("cameraUpdate",this.onFiveCameraUpdate)}_disable(e){this.hooks.emit("disable",{userAction:e.userAction}),this.five.scene.remove(this.modelGroup),this.updateChildrenMountedState(),this.five.needsRender=!0,this.five.off("wantsTapGesture",this.onWantsFiveTapGesture),this.five.off("initAnimationWillStart",this.onFiveInitAnimationWillStart),this.five.off("initAnimationEnded",this.onFiveInitAnimationEnded),this.five.off("modeChange",this.onFiveModeChange),this.five.off("cameraUpdate",this.onFiveCameraUpdate)}_show(e){return ie(this,null,function*(){this.hooks.emit("show",e),this.five.needsRender=!0})}_hide(e){return ie(this,null,function*(){this.hooks.emit("hide",e),this.five.needsRender=!0})}};const AD=(n,t)=>new bD(n,t);class yD extends Jn{constructor(e,i){super(e);f(this,"state");f(this,"checkMsg",{meshHidden:"",pluginDisabled:"",pluginHidden:""});f(this,"group",new y.Group);f(this,"mesh");f(this,"textureLoadingPromise");f(this,"opacityAnimeTween");f(this,"isInPanoMoveAnime",!1);f(this,"lastArrivedPanoIndex",-1);f(this,"_config");f(this,"_disposed",!1);f(this,"dispose",()=>{this.five.scene.remove(this.group),this.group.remove(...this.group.children),this.five.off("dispose",this.dispose),this.five.off("panoArrived",this.onFivePanoArrived),this.five.off("panoWillArrive",this.onFivePanoWillArrive)});f(this,"checkMeshVisible",()=>this.state.visible?this.config.imageURL===""?{result:!1,msg:"图片不存在"}:this.mesh.material.map?this.five.work?this.five.getCurrentState().mode!=="Panorama"?{result:!1,msg:"非全景模式"}:this.isInPanoMoveAnime?{result:!1,msg:"处于走点动画中"}:{result:!0,msg:""}:{result:!1,msg:"Five 数据未加载"}:{result:!1,msg:"指南针贴图未加载"}:{result:!1,msg:"插件隐藏"});f(this,"onTextureLoaded",e=>{this.mesh.material.map=e,this.mesh.material.needsUpdate=!0,this.updateMeshVisible()});f(this,"onFiveWillLoad",()=>{this.lastArrivedPanoIndex=-1,this.updateMeshVisible()});f(this,"onFivePanoWillArrive",e=>{var i;e!==this.five.getCurrentState().panoIndex&&(this.isInPanoMoveAnime=!0,(i=this.opacityAnimeTween)==null||i.dispose(),this.updateMeshVisible())});f(this,"onFivePanoArrived",e=>{e!==this.lastArrivedPanoIndex&&(this.lastArrivedPanoIndex=e,this.isInPanoMoveAnime=!1,this.updateMeshPosition(e),this.updateMeshVisible(),this.five.needsRender=!0)});f(this,"onMeshVisibleChange",e=>{var i;if((i=this.opacityAnimeTween)==null||i.dispose(),!e){this.mesh.visible=!1;return}this.mesh.material.setValues({opacity:0}),this.mesh.visible=!0,this.opacityAnimeTween=Cr(1e3).onUpdate(({progress:s})=>{var o;(o=this.mesh)==null||o.material.setValues({opacity:s}),this.five.needsRender=!0}).play()});f(this,"onFiveModeChange",()=>{this.updateMeshVisible()});this.five=e;const s={enabled:!0,visible:!0};this.state=Object.assign(s,i==null?void 0:i.initialState);const o=N({width:1.4,yOffset:.01,yRotate:0,imageURL:Wc},i==null?void 0:i.config);this._config=o,this.group.name="current-pano-image-plugin-group",this.mesh=new y.Mesh(new y.PlaneBufferGeometry(this.config.width,this.config.width),new y.MeshBasicMaterial({transparent:!0,opacity:0,depthTest:!1})),this.mesh.visible=!1,this.group.add(this.mesh),this.updateMeshQuaternion(this.config.yRotate),this.state.visible||(this.checkMsg.pluginHidden="初始值设置为隐藏"),this.state.enabled||(this.checkMsg.pluginDisabled="初始值设置为禁用"),this.state.enabled&&this._enable({userAction:!1}),this.five.once("dispose",this.dispose)}get config(){return N({},this._config)}get disposed(){return this._disposed}enable(e={}){var s;if(this.state.enabled)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!0},i),this.checkMsg.pluginDisabled="",this._enable({userAction:i})}disable(e={}){var s;if(this.state.enabled===!1)return;const i=(s=e.userAction)!=null?s:!0;this.updateState({enabled:!1},i),this.checkMsg.pluginDisabled="调用 disable 禁用",this._disable({userAction:i})}show(e){return ie(this,null,function*(){if(this.state.visible)return Promise.resolve();if(this.disposed)return Promise.reject(new Error("不能在已销毁的插件上调用 show"));const i=N({userAction:!0},e);this.updateState({visible:!0},i.userAction),this.checkMsg.pluginHidden="",this._show(i)})}hide(e){return ie(this,null,function*(){if(this.state.visible===!1)return;const i=N({userAction:!0},e);this.updateState({visible:!1},i.userAction),this.checkMsg.pluginDisabled="调用 hide 隐藏",this._hide(i)})}setState(e,i={}){const s=this.state;if(Gt(e,s,{deep:!0}))return;const o=i.userAction!==void 0?i.userAction:!0;if(this.updateState(e,o),e.enabled!==void 0&&s.enabled!==e.enabled&&(e.enabled?this.checkMsg.pluginDisabled="":this.checkMsg.pluginDisabled="调用 setState 禁用",e.enabled?this._enable({userAction:o}):this._disable({userAction:o})),e.visible!==void 0&&s.visible!==e.visible){const r={userAction:o,anime:{duration:500}};e.visible?this.checkMsg.pluginHidden="":this.checkMsg.pluginHidden="调用 setState 隐藏",e.visible?this._show(r):this._hide(r)}}updateConfig(e,i={}){var r;const s=this.config,o=N(N({},s),e);this._config=o,s.imageURL!==o.imageURL&&this.reloadTexture(o.imageURL),s.yOffset!==o.yOffset&&this.updateMeshPosition(this.five.getCurrentState().panoIndex),s.yRotate!==o.yRotate&&this.updateMeshQuaternion(o.yRotate),s.width!==o.width&&(this.mesh.geometry=new y.PlaneBufferGeometry(o.width,o.width)),this.hooks.emit("configChange",{prevConfig:s,config:o,userAction:(r=i.userAction)!=null?r:!0})}__whyCantSeeMesh(){if(this.disposed)return"插件已销毁";if(this.checkMsg.pluginDisabled)return this.checkMsg.pluginDisabled;if(this.checkMsg.pluginHidden)return this.checkMsg.pluginHidden;if(this.checkMsg.meshHidden)return this.checkMsg.meshHidden}updateState(e,i){const s=this.state;this.state=N(N({},this.state),e),this.hooks.emit("stateChange",{state:this.state,prevState:s,userAction:i})}updateMeshVisible(){const{result:e,msg:i}=this.checkMeshVisible();this.checkMsg.meshHidden=i,e!==this.mesh.visible&&this.onMeshVisibleChange(e)}updateMeshPosition(e){const i=this.workUtil.getObserverStandingPosition(e);if(!i){console.warn("CurrentPanoImagePlugin: 无法获取到当前点位的 standingPosition");return}const s=i.clone().setY(i.y+this.config.yOffset);s&&this.mesh.position.copy(s)}reloadTexture(e){return ie(this,null,function*(){if(this.mesh.material.map=null,e!==""){const i=Os(e);this.textureLoadingPromise=i;const s=yield i;s.minFilter=y.LinearFilter,this.textureLoadingPromise===i&&(this.onTextureLoaded(s),this.textureLoadingPromise=null)}this.updateMeshVisible()})}updateMeshQuaternion(e){const i=new y.Quaternion;i.multiplyQuaternions(new y.Quaternion().setFromAxisAngle(new y.Vector3(1,0,0),-Math.PI/2),new y.Quaternion().setFromAxisAngle(new y.Vector3(0,0,1),e)),this.mesh.quaternion.copy(i)}_enable(e){this.hooks.emit("enable",{userAction:e.userAction}),this.config.imageURL&&!this.mesh.material.map&&!this.textureLoadingPromise&&this.reloadTexture(this.config.imageURL),this.five.scene.add(this.group),this.five.needsRender=!0,this.five.work&&this.onFiveWillLoad(),this.five.getCurrentState().mode==="Panorama"&&(this.onFiveModeChange(),this.onFivePanoArrived(this.five.getCurrentState().panoIndex)),this.five.on("willLoad",this.onFiveWillLoad),this.five.on("panoArrived",this.onFivePanoArrived),this.five.on("panoWillArrive",this.onFivePanoWillArrive),this.five.on("modeChange",this.onFiveModeChange)}_disable(e){this.hooks.emit("disable",{userAction:e.userAction}),this.five.scene.remove(this.group),this.five.needsRender=!0,this.five.off("willLoad",this.onFiveWillLoad),this.five.off("panoArrived",this.onFivePanoArrived),this.five.off("panoWillArrive",this.onFivePanoWillArrive),this.five.off("modeChange",this.onFiveModeChange)}_show(e){this.hooks.emit("show",e),this.updateMeshVisible(),this.five.needsRender=!0}_hide(e){this.hooks.emit("hide",e),this.updateMeshVisible(),this.five.needsRender=!0}}const wD=(n,t)=>new yD(n,t);function PD(n,...t){t.forEach(e=>{n.children.includes(e)||e&&n.add(e)})}class iu extends Et{constructor(e){var s,o;super();f(this,"__renderer");f(this,"__disposeRenderer");f(this,"type");f(this,"tag");f(this,"rawData");f(this,"model");f(this,"visibles",[]);f(this,"five");f(this,"group");f(this,"fiveDomEvents");f(this,"disposers",[]);this.five=e.five,this.model=e.model,this.group=e.group,this.type=e.type,this.rawData=e.rawData,this.fiveDomEvents=e.fiveDomEvents;const i=(o=(s=e.position)!=null?s:this.model.center)!=null?o:Cs(this.model).getCenter(new G.Vector3);this.tag=vu(this.five,i,{wrapper:e.tagWrapper,disableOpacityTransition:this.type==="prism"}),this.tag.extraObjectsForIntersectCheck.push(this.group)}get container(){return this.tag.container}get state(){return{visible:this.model.visible,enabled:this.group.children.includes(this.model)}}show(){this.visibles[0]=!0,this.updateVisible(),this.emit("show")}hide(){this.visibles[0]=!1,this.updateVisible(),this.emit("hide")}enable(){PD(this.group,this.model),this.five.needsRender=!0,this.model.updateMatrixWorld(!0),this.tag.setTransformMatrix(this.model.matrixWorld),this.tag.enable();const e=this.onClick.bind(this);this.fiveDomEvents.removeEventListener(this.model,"click"),this.fiveDomEvents.addEventListener(this.model,"click",e,{skipPano:!0}),this.disposers.push(()=>{this.fiveDomEvents.removeEventListener(this.model,"click")}),this.updateVisible(),this.emit("enable")}disable(){this.group.remove(this.model),this.five.needsRender=!0,this.tag.disable(),this.disposers.forEach(e=>e()),this.disposers=[],this.emit("disable")}updateVisible(){!this.visibles.some(i=>i===!1)?(this.tag.show(),this.model.visible=!0):(this.tag.hide(),this.model.visible=!1),this.five.needsRender=!0}onClick(){return this.emit("click",this)}}class rb extends iu{constructor(...e){super(...e);f(this,"hideTag",()=>{this.tag.hide()});this.enable(),this.tag.hide(),this.updateVisible()}enable(){super.enable(),this.five.on("mode.change.request",this.hideTag),this.five.on("pano.request",this.hideTag)}disable(){super.disable(),this.five.needsRender=!0,this.five.off("mode.change.request",this.hideTag),this.five.off("pano.request",this.hideTag)}show(){super.show(),this.tag.hide()}updateVisible(){!this.visibles.some(i=>i===!1)?this.model.visible=!0:(this.tag.hide(),this.model.visible=!1),this.five.needsRender=!0}onClick(){return this.tag.visible?this.tag.hide():this.tag.show({force:!0}),super.onClick(),!0}}function CD(n){Le(n,"svelte-1q9fx3x",".model-maker-tag.svelte-1q9fx3x{position:absolute;width:-moz-max-content;width:max-content;left:50%;top:50%;transform:translate(-50%, -50%);color:#fff;font-size:0.875rem;font-weight:bold;text-shadow:0.125rem 0 0.5rem rgba(0, 0, 0, 0.15)}")}function ab(n){let t,e;return{c(){t=U("div"),e=Ve(n[0]),w(t,"class","model-maker-tag svelte-1q9fx3x")},m(i,s){Y(i,t,s),V(t,e)},p(i,s){s&1&&Ne(e,i[0])},d(i){i&&X(t)}}}function ID(n){let t,e=n[0]&&ab(n);return{c(){e&&e.c(),t=Re()},m(i,s){e&&e.m(i,s),Y(i,t,s)},p(i,[s]){i[0]?e?e.p(i,s):(e=ab(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 MD(n,t,e){let{text:i}=t;return n.$$set=s=>{"text"in s&&e(0,i=s.text)},[i]}class kD extends Ce{constructor(t){super(),Pe(this,t,MD,ID,we,{text:0},CD)}}const lb=(n,t)=>{var i;const e=new kD({target:n,props:{text:(i=t.rawData)==null?void 0:i.name}});return()=>e.$destroy()},ED={box:lb,triangles:lb,prism:(n,t,e)=>{var a;let i=Po();const s=new sb({target:n,props:{content:(a=t.rawData)==null?void 0:a.name,five:e,fontSize:i}}),o=Sr();let r=null;return typeof o=="object"&&"subscribe"in o&&(r=o.subscribe(l=>{i=l,s.$set({fontSize:i})})),()=>{r==null||r(),s.$destroy()}}};class nu extends iu{constructor(...e){const i=e[0],s=Cs(i.model),o=new y.Vector3().lerpVectors(Nn(s,0),Nn(s,5),.5);super(de(N({},i),{position:o}));f(this,"onModelShownFloorChange",e=>{this.updateFiveCurrentFloorState(e),this.updateVisible()});f(this,"updateFiveCurrentFloorState",e=>{var s,o;const i=(o=(s=this.rawData)==null?void 0:s.object_data)==null?void 0:o.floorIndex;hi(i)?this.visibles[1]=!0:this.visibles[1]=e===null?!0:i===e});this.enable(),this.updateVisible(),this.five.on("modelShownFloorChange",this.onModelShownFloorChange),this.disposers.push(()=>{this.five.off("modelShownFloorChange",this.onModelShownFloorChange)})}show(){this.updateFiveCurrentFloorState(this.five.model.shownFloor),super.show()}hide(){super.hide()}}class cb extends iu{constructor(...e){super(...e);f(this,"onPanoArrived",e=>{this.updatePanoIndex(e),this.updateVisible()});f(this,"onModeChange",e=>{this.updateMode(e),this.updateVisible()});f(this,"updatePanoIndex",e=>{var i,s;this.visibles[1]=((s=(i=this.rawData)==null?void 0:i.object_data)==null?void 0:s.panoIndex)===e});f(this,"updateMode",e=>{this.visibles[2]=e==="Panorama"});this.updatePanoIndex(this.five.state.panoIndex),this.updateMode(this.five.state.mode),this.enable(),this.updateVisible(),this.five.on("panoArrived",this.onPanoArrived),this.five.on("modeChange",this.onModeChange),this.disposers.push(()=>{this.five.off("panoArrived",this.onPanoArrived),this.five.off("modeChange",this.onModeChange)})}show(){this.updatePanoIndex(this.five.state.panoIndex),this.updateMode(this.five.state.mode),super.show()}}class SD extends tn{constructor(e,i){var s,o;super(e);f(this,"state");f(this,"items",[]);f(this,"group",new G.Group);f(this,"data");f(this,"tagRendererMap",{});f(this,"fiveDomEvents");f(this,"zFightingOffset",0);f(this,"tagWrapper");f(this,"occlusionVisibility");f(this,"occlusionMode");f(this,"fiveEveryReadyListenerDisposer");f(this,"originalOpacities",new Map);f(this,"originalTagOpacities",new Map);f(this,"highlightedItem",null);f(this,"originalTagStyles",new Map);f(this,"originalModelColors",new Map);f(this,"onFiveModeChange",e=>{const i=this.occlusionVisibility;Array.isArray(i)&&[...this.getPrismItems(),...this.getBoxItems()].forEach(o=>{(o.model instanceof Ys||o.model instanceof Od)&&o.model.setStyle({occlusionVisibility:i.includes(e)})})});f(this,"handleEnable",()=>{var e,i;this.five.scene.add(this.group),(i=(e=this.five.getElement())==null?void 0:e.parentElement)==null||i.appendChild(this.tagWrapper),this.five.needsRender=!0,this.onFiveModeChange(this.five.getCurrentState().mode),this.onFiveEveryReady(),this.five.on("modeChange",this.onFiveModeChange),this.fiveEveryReadyListenerDisposer=ac(this.five,this.onFiveEveryReady)});f(this,"handleDisable",()=>{this.five.scene.remove(this.group),this.tagWrapper.remove(),this.five.needsRender=!0,this.five.off("modeChange",this.onFiveModeChange),this.fiveEveryReadyListenerDisposer()});f(this,"onFiveEveryReady",()=>ie(this,null,function*(){if(this.five.state.mode==="Panorama")return;const e=this.items.filter(l=>l instanceof nu).map(l=>l.tag),i=e.filter(l=>l.position&&l.visible&&l.enabled);yield Zv(0);const s=this.five.camera.position.clone(),o=i.sort((l,c)=>s.distanceTo(l.position)-s.distanceTo(c.position)),r=[],a=(l,c)=>!(l.right<c.left||l.left>c.right||l.bottom<c.top||l.top>c.bottom);e.forEach(l=>{l.visibles[2]=void 0}),o.forEach(l=>{if(l.visibles[1]===!1)return;const c=l.container.getElementsByClassName("room-label-item__text")[0];if(!c)return;const h=c.getBoundingClientRect();r.every(u=>!a(u.boundingClientRect,h))?(r.push({tag:l,boundingClientRect:h}),l.visibles[2]=!0):l.visibles[2]=!1,l.needsRender=!0})}));f(this,"updateTagRenderer",()=>{this.items.forEach(e=>{var s;const i=(s=this.tagRendererMap[e.type])!=null?s:ED[e.type];i&&e.__renderer!==i&&(e.__renderer=i,typeof e.__disposeRenderer=="function"&&e.__disposeRenderer(),e.tag.container.innerHTML="",e.__disposeRenderer=i(e.tag.container,e,this.five))})});this.group.name="ModelMakerPluginGroup",this.state={enabled:!0,visible:!0},this.occlusionVisibility=(s=i==null?void 0:i.occlusionVisibility)!=null?s:!1,this.occlusionMode=(o=i==null?void 0:i.occlusionMode)!=null?o:"translucence",this.fiveDomEvents=new uo(e,{noEmitWhenHide:!0,noEmitWhenNotInScene:!0}),this.tagWrapper=(()=>{var a;const r=document.createElement("div");return r.style.position="absolute",r.style.top="0",r.style.left="0",r.style.width="100%",r.style.height="100%",r.style.pointerEvents="none",r.style.zIndex=`${(a=i==null?void 0:i.tagContainerZIndex)!=null?a:""}`,r})(),e.scene.add(this.group),this.handleEnable(),window.__MODELMAKER_DEBUG__=this}load(e){return ie(this,null,function*(){if(this.clear(),this.data=e,this.originalOpacities.clear(),this.resetHighlight(),yield yi(this.five),this.data!==e)return;this.clear();const i=s=>{var c;const o=s.object_data.color?new G.Color().setHex(parseInt(s.object_data.color.slice(1),16)):new G.Color(1,1,1);let r=typeof this.occlusionVisibility=="boolean"?this.occlusionVisibility:!1,a=this.occlusionMode;s.type==="triangles"&&(r=!0,a="depthTest");const l=((c=s.object_data.opacity)!=null?c:.4)/2;return s.id&&this.originalOpacities.set(s.id.toString(),{opacity:l,lineOpacity:1}),{color:o,lineColor:o,opacity:l,lineOpacity:1,lineWidth:1,occlusionVisibility:r,occlusionMode:a}};this.items=e.list.map(s=>{var o;switch(s.type){case"triangles":{const r=new Od;return He(s.id)&&(r.uuid=s.id.toString()),r.setPoints(s.object_data.points,{checkLinesIntersect:!1}),r.setStyle(i(s)),this.fiveDomEvents.addEventListener(r,"hover",()=>r.highlight()),this.fiveDomEvents.addEventListener(r,"unHover",()=>r.unhighlight()),new cb({five:this.five,tagWrapper:this.tagWrapper,model:r,group:this.group,type:s.type,rawData:s,fiveDomEvents:this.fiveDomEvents})}case"prism":{const r=new Ys;He(s.id)&&(r.uuid=s.id.toString()),this.zFightingOffset+=rn.Z_FIGHTING_OFFSET;const a=s.object_data.points.map(d=>{var u;return[d[0],d[1]+((u=s.object_data.fixedY)!=null?u:0),d[2]]});a.push(a[0]);const l=s.object_data.height+((o=s.object_data.fixedHeight)!=null?o:0)+this.zFightingOffset,c=Ue(a[0]).add(new G.Vector3().setY(l));return r.setPoints({points:a,heightPoint:c}),r.setStyle(i(s)),new nu({five:this.five,tagWrapper:this.tagWrapper,model:r,group:this.group,type:s.type,rawData:s,fiveDomEvents:this.fiveDomEvents})}case"box":{const r=new Ys({five:this.five});He(s.id)&&(r.uuid=s.id.toString());const{start:a,end:l,rotation:c=[0,0,0,0]}=s.object_data,h=new G.Vector3().fromArray(a),d=new G.Vector3().fromArray(l),u=new G.Euler().fromArray(c),m=new G.Quaternion().setFromEuler(u),g=m.clone().inverse(),p=new G.Vector3().lerpVectors(h,d,.5),v=p.clone().negate(),b=h.clone().add(v).applyQuaternion(g),P=d.clone().add(v).applyQuaternion(g),M=new G.Box3(b.clone().max(P),b.clone().min(P));return r.setPoints({points:[Nn(M,2),Nn(M,3),Nn(M,7),Nn(M,6)],heightPoint:Nn(M,1)}),r.position.copy(p),r.quaternion.copy(m),r.setStyle(i(s)),new rb({five:this.five,tagWrapper:this.tagWrapper,model:r,group:this.group,type:s.type,rawData:s,fiveDomEvents:this.fiveDomEvents})}default:return null}}).filter(Boolean),this.state.enabled?this.handleEnable():this.handleDisable(),this.state.visible?this.handleShow():this.handleHide(),this.updateTagRenderer(),this.hooks.emit("dataLoaded",e),this.five.needsRender=!0})}setState(e){He(e.enabled)&&this.state.enabled!==e.enabled&&(this.state.enabled=e.enabled,e.enabled?this.handleEnable():this.handleDisable(),this.hooks.emit(e.enabled?"enable":"disable",{userAction:"我不知道捏"}),this.hooks.emit("stateChange",{state:this.state,userAction:"我不知道捏"})),He(e.visible)&&this.state.visible!==e.visible&&(this.state.visible=e.visible,e.visible?this.handleShow():this.handleHide(),this.hooks.emit(e.visible?"show":"hide",{userAction:"我不知道捏"}),this.hooks.emit("stateChange",{state:this.state,userAction:"我不知道捏"}))}getItemById(e){return this.items.find(i=>i.rawData.id===e)}registerTagRenderer(e){this.tagRendererMap=N(N({},this.tagRendererMap),e),this.updateTagRenderer()}hasCustomTagRenderer(e){return!!this.tagRendererMap[e]}forceFinishBoxAnimation(e,i=!0){let s=[];if(e){const o=this.getItemById(e);o&&["box","prism"].includes(o.type)&&(s=[o],o.model.forceFinishBoxAnimation(e))}else s=this.items.filter(o=>["box","prism"].includes(o.type)),s.forEach(o=>{o.model.forceFinishBoxAnimation(o.rawData.id)});i&&s.forEach(o=>{o.tag&&(o.tag.show(),o.tag.container.style.opacity="1")}),this.five.needsRender=!0}playBoxAnimation(e,i={}){const{color:s="#4DF0FF",hideLabels:o=!1}=i;this.forceFinishBoxAnimation(e);const r=e?[this.getItemById(e)].filter(Boolean):this.items.filter(l=>["box","prism"].includes(l.type));if(r.length===0)return console.warn("No box items found to animate"),Promise.resolve();o&&this.hideItemLabels(r);const a=r.map(l=>!l||!["box","prism"].includes(l.type)?Promise.resolve():l.model.playBoxAnimation(l.rawData.id,s));return Promise.all(a).then(()=>{if(o)return this.easeInItemLabels(r)})}enable(){this.setState({enabled:!0})}disable(){this.setState({enabled:!1})}show(){this.setState({visible:!0})}hide(){this.setState({visible:!1})}clear(){this.zFightingOffset=0,this.handleDisable(),this.group.children.length=0,this.five.needsRender=!0,this.items=[],this.tagWrapper.innerHTML="",this.fiveDomEvents.clear(),this.originalOpacities.clear(),this.originalTagOpacities.clear(),this.highlightedItem=null,this.originalTagStyles.clear(),this.originalModelColors.clear()}setModelsOpacity(e,i){if(!this.state.enabled)return;const{type:s,id:o}=i||{},r=s?Array.isArray(s)?s:[s]:[],a=e===1;for(const l of this.items)if(!s||r.includes(l.type)||l.rawData.id===o){switch(l.type){case"box":case"prism":{this.setPrismModelOpacity(l.rawData.id,l.model,e);break}case"triangles":{this.setPolygonModelOpacity(l.rawData.id,l.model,e);break}}if(l.tag){if(!l.tag.visible)continue;const h=l.rawData.id.toString();if(a){const u=this.originalTagOpacities.get(h);u!==void 0&&(l.tag.container.style.opacity=u.toString())}else{if(!this.originalTagOpacities.has(h)){const g=parseFloat(l.tag.container.style.opacity)||1;this.originalTagOpacities.set(h,g)}const m=(this.originalTagOpacities.get(h)||1)*e;l.tag.container.style.opacity=m.toString()}(parseFloat(l.tag.container.style.opacity)||0)<.01?l.tag.container.style.pointerEvents="none":l.tag.container.style.pointerEvents="auto"}}this.five.needsRender=!0}hideItemsByType(e){const i=Array.isArray(e)?e:[e];this.items.forEach(s=>{i.includes(s.type)&&s.hide()})}showItemsByType(e){const i=Array.isArray(e)?e:[e];this.items.forEach(s=>{i.includes(s.type)&&s.show()})}hideItemsByCondition(e){this.items.forEach(i=>{e(i)&&(i.hide(),i.tag.disable())})}showItemsByCondition(e){this.items.forEach(i=>{e(i)&&(i.show(),i.tag.enable())})}setItemsVisibility(e,i){this.items.forEach(s=>{e(s)&&(i?s.show():s.hide(),i?s.tag.enable():s.tag.disable())})}showAllItems(){this.items.forEach(e=>{e.show(),e.tag.enable()})}hideAllItems(){this.items.forEach(e=>{e.hide(),e.tag.disable()})}dispose(){this.hooks.emit("dispose"),this.resetHighlight(),this.clear()}onWorkCodeChange(){this.group.matrix.copy(this.workUtil.transform.clone()),this.group.matrix.decompose(this.group.position,this.group.quaternion,this.group.scale),this.group.updateMatrixWorld()}applyHighlightStyles(e,i){const s=e.rawData.id.toString(),o=e.tag.container;let r=null;if(e.type==="prism"?r=o.querySelector(".room-label-item__text"):e.type==="box"&&(r=o.querySelector(".model-maker-tag")),r){const l=window.getComputedStyle(r);this.originalTagStyles.set(s,{background:r.style.background||l.background,borderImage:r.style.borderImage||l.borderImage}),r.style.background=i,r.style.borderImage="none"}const a=e.model;if(a&&typeof a.setStyle=="function"){const l=e.rawData.object_data.color?new G.Color().setHex(parseInt(e.rawData.object_data.color.slice(1),16)):new G.Color(1,1,1),c=this.originalOpacities.get(s)||{opacity:.2,lineOpacity:1};this.originalModelColors.set(s,{color:l.clone(),lineColor:l.clone(),opacity:c.opacity,lineOpacity:c.lineOpacity});const h=new G.Color(i);a.setStyle({color:h,lineColor:h,opacity:c.opacity,lineOpacity:c.lineOpacity})}this.five.needsRender=!0}removeHighlightStyles(e){const i=e.rawData.id.toString(),s=e.tag.container,o=this.originalTagStyles.get(i);if(o){let a=null;e.type==="prism"?a=s.querySelector(".room-label-item__text"):e.type==="box"&&(a=s.querySelector(".model-maker-tag")),a&&(a.style.background=o.background,a.style.borderImage=o.borderImage),this.originalTagStyles.delete(i)}const r=this.originalModelColors.get(i);if(r){const a=e.model;a&&typeof a.setStyle=="function"&&a.setStyle({color:r.color,lineColor:r.lineColor,opacity:r.opacity,lineOpacity:r.lineOpacity}),this.originalModelColors.delete(i)}this.five.needsRender=!0}setPrismModelOpacity(e,i,s){let{opacity:o,lineOpacity:r}=this.originalOpacities.get(e.toString())||{opacity:.2,lineOpacity:1};o=o*s,r=r*s,i.setStyle({opacity:o,lineOpacity:r})}setPolygonModelOpacity(e,i,s){let{opacity:o,lineOpacity:r}=this.originalOpacities.get(e.toString())||{opacity:.2,lineOpacity:1};o=o*s,r=r*s,i.setStyle({opacity:o,lineOpacity:r})}handleShow(){this.group.visible=!0,this.tagWrapper.style.display="block",this.five.needsRender=!0}handleHide(){this.group.visible=!1,this.tagWrapper.style.display="none",this.five.needsRender=!0}highlightItem(e,i="#FF7700"){if(!this.state.enabled)return;this.resetHighlight();const s=this.getItemById(e);!s||!s.tag||(this.highlightedItem=s,this.applyHighlightStyles(s,i))}resetHighlight(){this.highlightedItem&&(this.removeHighlightStyles(this.highlightedItem),this.highlightedItem=null)}getHighlightedItemId(){var e,i;return(i=(e=this.highlightedItem)==null?void 0:e.rawData.id)!=null?i:null}getPrismItems(){return this.items.filter(e=>e instanceof nu)}getPolygonItems(){return this.items.filter(e=>e instanceof cb)}getBoxItems(){return this.items.filter(e=>e instanceof rb)}hideItemLabels(e){e.forEach(i=>{i.tag&&i.tag.hide()})}easeInItemLabels(e,i=500){return new Promise(s=>{if(e.length===0||!this.state.enabled){s();return}e.forEach(a=>{a.tag&&(a.tag.show(),a.tag.container.style.opacity="0")});const o=Date.now(),r=()=>{const a=Date.now()-o,l=Math.min(a/i,1),c=1-Math.pow(1-l,3);e.forEach(h=>{h.tag&&(h.tag.container.style.opacity=c.toString())}),l<1?requestAnimationFrame(r):(e.forEach(h=>{h.tag&&(h.tag.container.style.opacity="1")}),s())};requestAnimationFrame(r)})}}const xD=(...n)=>new SD(...n),DD=Object.freeze(Object.defineProperty({__proto__:null,ANIME_PRESETS:df,BetterTween:Es,CURRENT_PANO_IMAGE_DEFAULT_IMAGE:Wc,DEFAULT_ANIME_CONFIG:xc,DEFAULT_STATIC_PREFIX:Fa,DNALOGEL_DEFAULT_ASSETS:iw,ENTRY_DOOR_DEFAULT_IMAGE:Xc,FLOORPLAN_DEFAULT_IMAGE:Gn,FiveDomEvents:uo,FivePuppet:fw,GUIDELINE_DEFAULT_ARROW_TEXTURE:Na,GUIDELINE_WHITE_ARROW_TEXTURE:Fc,Interval:ic,LegacyPointHelper:Ty,LightTag:lr,LineSegments:Vu,MODEL_CHASSIS_COMPASS_DEFAULT_MODEL:Hc,MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL:Uc,Magnifier:ya,Object3D:_u,PANO_COMPASS_DEFAULT_IMAGE:Qc,PANO_SPATIAL_TAG_BLUR_IMAGE:Nc,PANO_TAG_DEFAULT_LINK_ICON:Gc,PointDomHelper:ky,PointHelper:ju,PointSelector:Ma,PointSelectorHelper:Iu,Rectangle:_b,animeMap:An,awaitNextFrame:ow,blink:Oa,blinkWithPreset:fy,bounding:mc,boundingBox:Cs,boundingSphere:Bu,boxVertex:Nn,boxVertexes:LA,checkFiveModelLoaded:tw,cleanup:gy,convexHull:Vb,equal:Gt,fiveModelIsLoaded:Au,generatePolygonGeometry:Vc,getCoordsFromClient:Ub,getCoordsFromElement:bu,getFrameTime:rw,getGeometryArea:zy,getGeometryInfo:Lc,getIntersectFromRelativePosition:my,getRaycasterFromFivePointer:py,initialCSS3DRender:dr,inside:gu,isModelLike:Ai,isNil:hi,isPanoramaLike:Rn,lookObject:ew,lookPoint:kf,nextFrame:Ir,notNil:He,pointInPolygon:gu,reblink:gf,replaceStaticPrefix:Zi,requestAnimationFrameInterval:go,sculpt:Object.freeze(Object.defineProperty({__proto__:null,BaseEditor:Bl,BoxMesh:Hd,BoxMeshEditor:fv,CircleMesh:cv,CircleMeshEditor:av,CircleWithEdgeMesh:Kr,CylinderMesh:Nd,CylinderMeshEditor:dv,LineMesh:wi,PointMesh:sn,PolygonMesh:To,PrismMesh:Ys,PrismMeshEditor:nv,RectangleMesh:Rd,RectangleMeshEditor:ov,RectangleWithEdgeMesh:Fl,createBox:Wd,createCircle:Gl,createCylinder:Gd,createLine:Ud,createPoint:zd,createPolygon:Rl,createPrism:Bd,createRectangle:Nl,transformUnit:Pu,transformUnitSquare:Cu},Symbol.toStringTag,{value:"Module"})),tag:vu,triangleArea:br,triangleCenter:Tc,tweenProgress:Cr,uuid:Dt,waitFiveModelLoaded:yi,worldBounding:ka,worldBoundingBox:Ru,worldBoundingSphere:Fu},Symbol.toStringTag,{value:"Module"}));fn(),ir(),ve.AreaMakerPlugin=AD,ve.CSS3DRender=co,ve.CSS3DRenderPlugin=vr,ve.CameraMovementEffect=Pm,ve.CameraMovementPlugin=VC,ve.ContentType=n0,ve.CruisePlugin=Fx,ve.CruisePluginController=$r,ve.CruisePluginTypes=Rx,ve.CurrentPanoImagePlugin=wD,ve.DIRECTION=Oo,ve.DISPLAY_STRATEGY_TYPE=Rs,ve.DimensionType=s0,ve.FLOOR_PLAN_ATTACHED_TO=Zn,ve.FLOOR_TYPE_MAP=IC,ve.FloorplanGuidePlugin=PC,ve.GuideLineItem=_x,ve.GuideLineModeItem=Dx,ve.GuideLinePlugin=Jd,ve.ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE=Fs,ve.ItemLabelPlugin=B4,ve.Magnifier=ya,ve.MapviewFloorplanPlugin=dP,ve.MeasurePlugin=WI,ve.ModelChassisCompassPlugin=DC,ve.ModelEntryDoorGuidePlugin=zC,ve.ModelFloorplanPlugin=rP,ve.ModelItemLabelPlugin=p4,ve.ModelMakerPlugin=xD,ve.ModelRoomLabelPlugin=r2,ve.ModelTVVideoPlugin=w4,ve.ModelViewPlugin=gw,ve.MoveController=Zd,ve.MovePlugin=Nx,ve.Object3DHelperController=Dd,ve.Object3DHelperPlugin=S6,ve.PLUGIN=Vl,ve.PaintBrush=zb,ve.PaintBrushTypeEnum=gn,ve.PanoCompassPlugin=o5,ve.PanoCursorRaycasterPlugin=mw,ve.PanoDoorLabelPlugin=q4,ve.PanoFloorplanRadarPlugin=OP,ve.PanoMeasurePlugin=MI,ve.PanoMeasurePluginLine=_s,ve.PanoMeasurePluginModel=Th,ve.PanoMeasurePluginPoint=Ii,ve.PanoMeasurePluginPolyline=Vs,ve.PanoRulerPlugin=HC,ve.PanoRulerProPlugin=e5,ve.PanoSpatialTagPlugin=s4,ve.PanoTagPlugin=yx,ve.PanoTagPluginController=Hl,ve.PanoVideoPlugin=Xx,ve.PanoVideoPluginType=Qx,ve.PipelinePlugin=hD,ve.PointType=i0,ve.ROOM_FETILE_TYPE_MAP=CC,ve.ROOM_TYPE_MAP=MC,ve.Rotation=nn,ve.Sculpt=et,ve.SculptPlugin=G6,ve.SculptPluginForFive=H6,ve.TopviewFloorplanPlugin=fP,ve.Util=DD,ve.WalkController=$r,ve.createBox=Wd,ve.createCircle=Gl,ve.createCylinder=Gd,ve.createLine=Ud,ve.createPoint=zd,ve.createPolygon=Rl,ve.createPolyline=ev,ve.createPrism=Bd,ve.createRectangle=Nl,ve.defaultGlobalConfig=$h,ve.itemLabelPluginServerParams=R4,ve.modelItemLabelPluginServerParams=v4,ve.modelRoomLabelPluginServerParams=a2,ve.pluginFlag=Ax,ve.validatePolygon=Vh,Object.defineProperty(ve,Symbol.toStringTag,{value:"Module"})});