@realsee/dnalogel 3.74.5 → 3.75.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (501) hide show
  1. package/dist/Sculpt/index.d.ts +6 -1
  2. package/dist/index.cjs.js +4 -4
  3. package/dist/index.js +5 -3
  4. package/dist/index.umd.js +4 -4
  5. package/dist/shared-utils/three/PointSelector/index.d.ts +5 -1
  6. package/docs/.nojekyll +1 -0
  7. package/docs/assets/custom.css +0 -0
  8. package/docs/assets/highlight.css +127 -0
  9. package/docs/assets/icons.js +18 -0
  10. package/docs/assets/icons.svg +1 -0
  11. package/docs/assets/main.js +60 -0
  12. package/docs/assets/navigation.js +1 -0
  13. package/docs/assets/search.js +1 -0
  14. package/docs/assets/style.css +1493 -0
  15. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +59 -0
  16. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +71 -0
  17. package/docs/classes/CSS3DRender.html +100 -0
  18. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -0
  19. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +70 -0
  20. package/docs/classes/ModelMakerPluginInstance.html +116 -0
  21. package/docs/classes/ModelMakerPluginType.ModelMakerBoxItem.html +52 -0
  22. package/docs/classes/ModelMakerPluginType.ModelMakerPolygonItem.html +52 -0
  23. package/docs/classes/ModelMakerPluginType.ModelMakerPrismItem.html +53 -0
  24. package/docs/classes/ModelRoomLabelController.html +19 -0
  25. package/docs/classes/MoveController.html +45 -0
  26. package/docs/classes/Object3DHelperController.html +45 -0
  27. package/docs/classes/PaintBrush.html +15 -0
  28. package/docs/classes/PanoMeasurePluginLine.html +24 -0
  29. package/docs/classes/PanoMeasurePluginModel.html +23 -0
  30. package/docs/classes/PanoMeasurePluginPoint.html +7 -0
  31. package/docs/classes/PanoMeasurePluginPolyline.html +27 -0
  32. package/docs/classes/PanoTagPluginController.html +111 -0
  33. package/docs/classes/Sculpt.html +77 -0
  34. package/docs/classes/Util.BetterTween.html +6 -0
  35. package/docs/classes/Util.FiveDomEvents.html +13 -0
  36. package/docs/classes/Util.FivePuppet.html +20 -0
  37. package/docs/classes/Util.Interval.html +11 -0
  38. package/docs/classes/Util.LegacyPointHelper.html +7 -0
  39. package/docs/classes/Util.LightTag.html +47 -0
  40. package/docs/classes/Util.LineSegments.html +4 -0
  41. package/docs/classes/Util.Magnifier.html +26 -0
  42. package/docs/classes/Util.Object3D.html +8 -0
  43. package/docs/classes/Util.PointDomHelper.html +8 -0
  44. package/docs/classes/Util.PointHelper.html +10 -0
  45. package/docs/classes/Util.PointSelector.html +66 -0
  46. package/docs/classes/Util.PointSelectorHelper.html +14 -0
  47. package/docs/classes/Util.Rectangle.html +12 -0
  48. package/docs/classes/Util.sculpt.BaseEditor.html +17 -0
  49. package/docs/classes/Util.sculpt.BoxMesh.html +48 -0
  50. package/docs/classes/Util.sculpt.BoxMeshEditor.html +18 -0
  51. package/docs/classes/Util.sculpt.CircleMesh.html +26 -0
  52. package/docs/classes/Util.sculpt.CircleMeshEditor.html +18 -0
  53. package/docs/classes/Util.sculpt.CircleWithEdgeMesh.html +26 -0
  54. package/docs/classes/Util.sculpt.CylinderMesh.html +25 -0
  55. package/docs/classes/Util.sculpt.CylinderMeshEditor.html +18 -0
  56. package/docs/classes/Util.sculpt.LineMesh.html +34 -0
  57. package/docs/classes/Util.sculpt.PointMesh.html +24 -0
  58. package/docs/classes/Util.sculpt.PolygonMesh.html +40 -0
  59. package/docs/classes/Util.sculpt.PrismMesh.html +48 -0
  60. package/docs/classes/Util.sculpt.PrismMeshEditor.html +18 -0
  61. package/docs/classes/Util.sculpt.RectangleMesh.html +41 -0
  62. package/docs/classes/Util.sculpt.RectangleMeshEditor.html +18 -0
  63. package/docs/classes/Util.sculpt.RectangleWithEdgeMesh.html +44 -0
  64. package/docs/classes/WalkController.html +42 -0
  65. package/docs/enums/CameraMovementEffect.html +4 -0
  66. package/docs/enums/ContentType.html +34 -0
  67. package/docs/enums/DIRECTION.html +5 -0
  68. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +5 -0
  69. package/docs/enums/DimensionType.html +4 -0
  70. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +4 -0
  71. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +5 -0
  72. package/docs/enums/PaintBrushTypeEnum.html +4 -0
  73. package/docs/enums/PointType.html +4 -0
  74. package/docs/enums/Rotation.html +5 -0
  75. package/docs/functions/AreaMakerPlugin.html +1 -0
  76. package/docs/functions/CSS3DRenderPlugin.html +1 -0
  77. package/docs/functions/CameraMovementPlugin.html +2 -0
  78. package/docs/functions/CruisePlugin.html +1 -0
  79. package/docs/functions/CurrentPanoImagePlugin.html +1 -0
  80. package/docs/functions/FloorplanGuidePlugin.html +1 -0
  81. package/docs/functions/GuideLinePlugin.html +1 -0
  82. package/docs/functions/ItemLabelPlugin.html +1 -0
  83. package/docs/functions/MapviewFloorplanPlugin.html +1 -0
  84. package/docs/functions/MeasurePlugin.html +1 -0
  85. package/docs/functions/ModelChassisCompassPlugin.html +2 -0
  86. package/docs/functions/ModelEntryDoorGuidePlugin.html +2 -0
  87. package/docs/functions/ModelFloorplanPlugin.html +1 -0
  88. package/docs/functions/ModelItemLabelPlugin.html +1 -0
  89. package/docs/functions/ModelMakerPlugin.html +1 -0
  90. package/docs/functions/ModelRoomLabelPlugin.html +1 -0
  91. package/docs/functions/ModelTVVideoPlugin.html +1 -0
  92. package/docs/functions/ModelViewPlugin.html +2 -0
  93. package/docs/functions/MovePlugin.html +1 -0
  94. package/docs/functions/Object3DHelperPlugin.html +1 -0
  95. package/docs/functions/PanoCompassPlugin.html +1 -0
  96. package/docs/functions/PanoCursorRaycasterPlugin.html +2 -0
  97. package/docs/functions/PanoDoorLabelPlugin.html +1 -0
  98. package/docs/functions/PanoFloorplanRadarPlugin.html +1 -0
  99. package/docs/functions/PanoMeasurePlugin.html +1 -0
  100. package/docs/functions/PanoRulerPlugin.html +2 -0
  101. package/docs/functions/PanoRulerProPlugin.html +2 -0
  102. package/docs/functions/PanoSpatialTagPlugin.html +2 -0
  103. package/docs/functions/PanoTagPlugin.html +1 -0
  104. package/docs/functions/PanoVideoPlugin.html +10 -0
  105. package/docs/functions/PipelinePlugin.html +1 -0
  106. package/docs/functions/SculptPlugin.html +2 -0
  107. package/docs/functions/SculptPluginForFive.html +2 -0
  108. package/docs/functions/TopviewFloorplanPlugin.html +1 -0
  109. package/docs/functions/Util.awaitNextFrame.html +1 -0
  110. package/docs/functions/Util.blink.html +13 -0
  111. package/docs/functions/Util.blinkWithPreset.html +6 -0
  112. package/docs/functions/Util.bounding.html +1 -0
  113. package/docs/functions/Util.boundingBox.html +1 -0
  114. package/docs/functions/Util.boundingSphere.html +1 -0
  115. package/docs/functions/Util.boxVertex.html +7 -0
  116. package/docs/functions/Util.boxVertexes.html +1 -0
  117. package/docs/functions/Util.checkFiveModelLoaded.html +2 -0
  118. package/docs/functions/Util.cleanup.html +3 -0
  119. package/docs/functions/Util.convexHull.html +2 -0
  120. package/docs/functions/Util.equal.html +5 -0
  121. package/docs/functions/Util.fiveModelIsLoaded.html +2 -0
  122. package/docs/functions/Util.generatePolygonGeometry.html +2 -0
  123. package/docs/functions/Util.getCoordsFromClient.html +1 -0
  124. package/docs/functions/Util.getCoordsFromElement.html +1 -0
  125. package/docs/functions/Util.getFrameTime.html +3 -0
  126. package/docs/functions/Util.getGeometryArea.html +1 -0
  127. package/docs/functions/Util.getGeometryInfo.html +1 -0
  128. package/docs/functions/Util.getIntersectFromRelativePosition.html +1 -0
  129. package/docs/functions/Util.getRaycasterFromFivePointer.html +1 -0
  130. package/docs/functions/Util.initialCSS3DRender.html +1 -0
  131. package/docs/functions/Util.inside.html +1 -0
  132. package/docs/functions/Util.isModelLike.html +1 -0
  133. package/docs/functions/Util.isNil.html +2 -0
  134. package/docs/functions/Util.isPanoramaLike.html +1 -0
  135. package/docs/functions/Util.lookObject.html +7 -0
  136. package/docs/functions/Util.lookPoint.html +5 -0
  137. package/docs/functions/Util.nextFrame.html +1 -0
  138. package/docs/functions/Util.notNil.html +2 -0
  139. package/docs/functions/Util.reblink.html +13 -0
  140. package/docs/functions/Util.replaceStaticPrefix.html +8 -0
  141. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -0
  142. package/docs/functions/Util.sculpt.createBox.html +1 -0
  143. package/docs/functions/Util.sculpt.createCircle.html +1 -0
  144. package/docs/functions/Util.sculpt.createCylinder.html +1 -0
  145. package/docs/functions/Util.sculpt.createLine.html +2 -0
  146. package/docs/functions/Util.sculpt.createPoint.html +1 -0
  147. package/docs/functions/Util.sculpt.createPolygon.html +1 -0
  148. package/docs/functions/Util.sculpt.createPrism.html +1 -0
  149. package/docs/functions/Util.sculpt.createRectangle.html +2 -0
  150. package/docs/functions/Util.sculpt.transformUnit.html +1 -0
  151. package/docs/functions/Util.sculpt.transformUnitSquare.html +1 -0
  152. package/docs/functions/Util.tag.html +1 -0
  153. package/docs/functions/Util.triangleArea.html +2 -0
  154. package/docs/functions/Util.triangleCenter.html +2 -0
  155. package/docs/functions/Util.tweenProgress.html +1 -0
  156. package/docs/functions/Util.uuid.html +2 -0
  157. package/docs/functions/Util.waitFiveModelLoaded.html +2 -0
  158. package/docs/functions/Util.worldBounding.html +1 -0
  159. package/docs/functions/Util.worldBoundingBox.html +1 -0
  160. package/docs/functions/Util.worldBoundingSphere.html +1 -0
  161. package/docs/functions/createPolyline.html +2 -0
  162. package/docs/functions/pluginFlag.html +1 -0
  163. package/docs/functions/validatePolygon.html +1 -0
  164. package/docs/hierarchy.html +1 -0
  165. package/docs/index.html +70 -0
  166. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +4 -0
  167. package/docs/interfaces/AreaMakerPluginType.Config.html +8 -0
  168. package/docs/interfaces/AreaMakerPluginType.EventMap.html +25 -0
  169. package/docs/interfaces/AreaMakerPluginType.Params.html +4 -0
  170. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -0
  171. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +13 -0
  172. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +9 -0
  173. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +3 -0
  174. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +3 -0
  175. package/docs/interfaces/AreaMakerPluginType.State.html +8 -0
  176. package/docs/interfaces/BoxAnimationConfig.html +6 -0
  177. package/docs/interfaces/CSS3DRenderPluginEventMap.html +9 -0
  178. package/docs/interfaces/CSS3DRenderPluginState.html +7 -0
  179. package/docs/interfaces/CameraMovementPluginExportType.html +11 -0
  180. package/docs/interfaces/ContentTypeMapInterface.html +73 -0
  181. package/docs/interfaces/CruisePluginTypes.Config.html +7 -0
  182. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +8 -0
  183. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -0
  184. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +6 -0
  185. package/docs/interfaces/CruisePluginTypes.MoveAction.html +16 -0
  186. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +19 -0
  187. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +20 -0
  188. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -0
  189. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +2 -0
  190. package/docs/interfaces/CruisePluginTypes.PluginState.html +15 -0
  191. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +13 -0
  192. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +15 -0
  193. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +4 -0
  194. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +3 -0
  195. package/docs/interfaces/CurrentPanoImagePluginType.State.html +7 -0
  196. package/docs/interfaces/FloorplanBounding.html +9 -0
  197. package/docs/interfaces/FloorplanData.html +7 -0
  198. package/docs/interfaces/FloorplanEntrance.html +14 -0
  199. package/docs/interfaces/FloorplanExtraObject.html +9 -0
  200. package/docs/interfaces/FloorplanExtraObject3D.html +5 -0
  201. package/docs/interfaces/FloorplanFloorData.html +9 -0
  202. package/docs/interfaces/FloorplanImagePosition.html +4 -0
  203. package/docs/interfaces/FloorplanObserver.html +8 -0
  204. package/docs/interfaces/FloorplanOutlineItem.html +6 -0
  205. package/docs/interfaces/FloorplanPosition.html +4 -0
  206. package/docs/interfaces/FloorplanRoomItem.html +24 -0
  207. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -0
  208. package/docs/interfaces/FloorplanServerBounding.html +9 -0
  209. package/docs/interfaces/FloorplanServerComputedData.html +6 -0
  210. package/docs/interfaces/FloorplanServerData.html +4 -0
  211. package/docs/interfaces/FloorplanServerDoorItem.html +6 -0
  212. package/docs/interfaces/FloorplanServerDoorPosition.html +4 -0
  213. package/docs/interfaces/FloorplanServerEntrance.html +14 -0
  214. package/docs/interfaces/FloorplanServerFloorData.html +8 -0
  215. package/docs/interfaces/FloorplanServerImagePosition.html +4 -0
  216. package/docs/interfaces/FloorplanServerObserver.html +8 -0
  217. package/docs/interfaces/FloorplanServerOutlineItem.html +6 -0
  218. package/docs/interfaces/FloorplanServerPosition.html +4 -0
  219. package/docs/interfaces/FloorplanServerRoomItem.html +27 -0
  220. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -0
  221. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +4 -0
  222. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +7 -0
  223. package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -0
  224. package/docs/interfaces/GuideLinePluginType.ExtraRouteData.html +5 -0
  225. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -0
  226. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +2 -0
  227. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +32 -0
  228. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +4 -0
  229. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +5 -0
  230. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +42 -0
  231. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +3 -0
  232. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +57 -0
  233. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +1 -0
  234. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +2 -0
  235. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -0
  236. package/docs/interfaces/GuideLinePluginType.Route.html +13 -0
  237. package/docs/interfaces/HelperOffset.html +4 -0
  238. package/docs/interfaces/ImagePlaneGroup.html +3 -0
  239. package/docs/interfaces/ItemLabelPluginData.html +2 -0
  240. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +7 -0
  241. package/docs/interfaces/ItemLabelPluginParametersType.html +5 -0
  242. package/docs/interfaces/MinMax.html +3 -0
  243. package/docs/interfaces/ModelChassisCompassPluginData.html +3 -0
  244. package/docs/interfaces/ModelChassisCompassPluginExportType.html +4 -0
  245. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +3 -0
  246. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +4 -0
  247. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +4 -0
  248. package/docs/interfaces/ModelItemLabelPluginData.html +2 -0
  249. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +7 -0
  250. package/docs/interfaces/ModelItemLabelPluginParametersType.html +3 -0
  251. package/docs/interfaces/ModelMakerPluginType.BoxItemObjectData.html +17 -0
  252. package/docs/interfaces/ModelMakerPluginType.EventMap.html +18 -0
  253. package/docs/interfaces/ModelMakerPluginType.PrismItemObjectData.html +23 -0
  254. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +11 -0
  255. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +10 -0
  256. package/docs/interfaces/ModelMakerPluginType.ServerData.html +3 -0
  257. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +10 -0
  258. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +10 -0
  259. package/docs/interfaces/ModelMakerPluginType.State.html +8 -0
  260. package/docs/interfaces/ModelMakerPluginType.TrianglesItemObjectData.html +11 -0
  261. package/docs/interfaces/ModelRoomLabelPluginData.html +2 -0
  262. package/docs/interfaces/ModelTVVideoPluginData.html +5 -0
  263. package/docs/interfaces/ModelTVVideoPluginExportType.html +4 -0
  264. package/docs/interfaces/ModelTVVideoPluginParameterType.html +2 -0
  265. package/docs/interfaces/ModelViewPluginExportType.html +8 -0
  266. package/docs/interfaces/Object3DHelperState.html +4 -0
  267. package/docs/interfaces/ObjectHelperControllers.html +5 -0
  268. package/docs/interfaces/PaintBrushAction.html +14 -0
  269. package/docs/interfaces/PaintBrushConfigs.html +8 -0
  270. package/docs/interfaces/PaintBrushState.html +6 -0
  271. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +16 -0
  272. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +1 -0
  273. package/docs/interfaces/PanoMeasureParameterType.html +20 -0
  274. package/docs/interfaces/PanoMeasurePluginLineJson.html +4 -0
  275. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +4 -0
  276. package/docs/interfaces/PanoMeasurePluginPointJson.html +3 -0
  277. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -0
  278. package/docs/interfaces/PanoRulerPluginExportType.html +6 -0
  279. package/docs/interfaces/PanoRulerPluginOptions.html +3 -0
  280. package/docs/interfaces/PanoRulerPluginParameterType.html +4 -0
  281. package/docs/interfaces/PanoRulerProPluginExportType.html +5 -0
  282. package/docs/interfaces/PanoRulerProPluginOptions.html +3 -0
  283. package/docs/interfaces/PanoRulerProPluginParameterType.html +3 -0
  284. package/docs/interfaces/PanoRulerProPluginState.html +4 -0
  285. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +1 -0
  286. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +1 -0
  287. package/docs/interfaces/PanoSpatialTagPluginData.html +7 -0
  288. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +6 -0
  289. package/docs/interfaces/PanoSpatialTagPluginExportType.html +9 -0
  290. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +6 -0
  291. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +9 -0
  292. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +7 -0
  293. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +6 -0
  294. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +3 -0
  295. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -0
  296. package/docs/interfaces/PanoVideoPluginType.PluginData.html +2 -0
  297. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +15 -0
  298. package/docs/interfaces/PanoVideoPluginType.PluginState.html +2 -0
  299. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +14 -0
  300. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +13 -0
  301. package/docs/interfaces/PluginEventMap.html +16 -0
  302. package/docs/interfaces/Point.html +4 -0
  303. package/docs/interfaces/Room.html +5 -0
  304. package/docs/interfaces/RoomInfo.html +3 -0
  305. package/docs/interfaces/RoomLabel.html +16 -0
  306. package/docs/interfaces/RoomRules.html +1 -0
  307. package/docs/interfaces/Rooms.html +1 -0
  308. package/docs/interfaces/Scissor.html +13 -0
  309. package/docs/interfaces/SculptConfig.html +19 -0
  310. package/docs/interfaces/State.html +7 -0
  311. package/docs/interfaces/TagCacheInterface.html +9 -0
  312. package/docs/interfaces/TagConfig.html +174 -0
  313. package/docs/interfaces/TagGLTFObjectGroup.html +3 -0
  314. package/docs/interfaces/TagIconAnimationConfig.html +7 -0
  315. package/docs/interfaces/TagIconUrl.html +22 -0
  316. package/docs/interfaces/TagObjectGroup.html +3 -0
  317. package/docs/interfaces/TagState.html +3 -0
  318. package/docs/interfaces/TagStyle.html +5 -0
  319. package/docs/interfaces/Tags.html +8 -0
  320. package/docs/interfaces/TemporaryState.html +2 -0
  321. package/docs/interfaces/Util.AnimeInstance.html +14 -0
  322. package/docs/interfaces/Util.BlinkAnimeOptions.html +21 -0
  323. package/docs/interfaces/Util.EventHandlerConfig.html +21 -0
  324. package/docs/interfaces/Util.FiveDomEvent.html +7 -0
  325. package/docs/interfaces/Util.FiveDomEventMap.html +20 -0
  326. package/docs/interfaces/Util.LegacyMouseGroupParameter.html +4 -0
  327. package/docs/interfaces/Util.MagnifierParameter.html +13 -0
  328. package/docs/interfaces/Util.MouseGroupParameter.html +4 -0
  329. package/docs/interfaces/Util.ObjectInitialState.html +9 -0
  330. package/docs/interfaces/Util.PointIntersection.html +21 -0
  331. package/docs/interfaces/Util.PointSelectorHelperConfig.html +6 -0
  332. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +27 -0
  333. package/docs/modules/AreaMakerPluginType.html +17 -0
  334. package/docs/modules/CruisePluginTypes.html +14 -0
  335. package/docs/modules/CurrentPanoImagePluginType.html +6 -0
  336. package/docs/modules/GuideLineItem.html +2 -0
  337. package/docs/modules/GuideLineModeItem.html +3 -0
  338. package/docs/modules/GuideLinePluginType.html +25 -0
  339. package/docs/modules/ModelMakerPluginType.html +19 -0
  340. package/docs/modules/PanoVideoPluginType.html +8 -0
  341. package/docs/modules/SculptData.html +9 -0
  342. package/docs/modules/SculptType.html +2 -0
  343. package/docs/modules/Util.html +91 -0
  344. package/docs/modules/Util.sculpt.html +27 -0
  345. package/docs/modules.html +281 -0
  346. package/docs/types/AddObject3DHelperConfig.html +19 -0
  347. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +7 -0
  348. package/docs/types/AreaMakerPluginType.ItemRenderer.html +1 -0
  349. package/docs/types/AreaMakerPluginType.PluginData.html +2 -0
  350. package/docs/types/AreaMakerPluginType.ServerData.html +2 -0
  351. package/docs/types/ArrayPosition.html +1 -0
  352. package/docs/types/AudioAppearance.html +1 -0
  353. package/docs/types/CSS3DRenderExportType.html +1 -0
  354. package/docs/types/CSS3DRenderPluginExportType.html +1 -0
  355. package/docs/types/CSS3DRenderPluginParameterType.html +1 -0
  356. package/docs/types/ClassFunctionParameters.html +1 -0
  357. package/docs/types/Color.html +1 -0
  358. package/docs/types/ContentTypeConfigKey.html +1 -0
  359. package/docs/types/ContentTypeConfigKeySplit.html +1 -0
  360. package/docs/types/ContentTypeMap.html +1 -0
  361. package/docs/types/Create3DDomContainerReturnType.html +1 -0
  362. package/docs/types/Create3DElementReturnType.html +1 -0
  363. package/docs/types/CruisePluginExportType.html +1 -0
  364. package/docs/types/CruisePluginTypes.CruiseData.html +5 -0
  365. package/docs/types/CruisePluginTypes.MoveEffect.html +1 -0
  366. package/docs/types/CurrentPanoImagePluginExportType.html +1 -0
  367. package/docs/types/DeprecatedMediaPlaneProperty.html +3 -0
  368. package/docs/types/DeprecatedTagProperty.html +3 -0
  369. package/docs/types/Direction-1.html +1 -0
  370. package/docs/types/Direction4.html +1 -0
  371. package/docs/types/ElementRenderer.html +2 -0
  372. package/docs/types/FloorplanGuidePluginParameterType.html +1 -0
  373. package/docs/types/FloorplanGuidePluginReturnType.html +1 -0
  374. package/docs/types/FloorplanRuleLabels.html +2 -0
  375. package/docs/types/FloorplanServerRuleLabels.html +1 -0
  376. package/docs/types/GuideLinePluginExportType.html +1 -0
  377. package/docs/types/GuideLinePluginType.GuideLineItem.html +2 -0
  378. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +1 -0
  379. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +1 -0
  380. package/docs/types/GuideLinePluginType.GuideLineStyle.html +2 -0
  381. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +2 -0
  382. package/docs/types/GuideLinePluginType.PathItem.html +2 -0
  383. package/docs/types/GuideLinePluginType.PluginData.html +2 -0
  384. package/docs/types/GuideLinePluginType.RouteConfig.html +4 -0
  385. package/docs/types/HelperEventMap.html +1 -0
  386. package/docs/types/InternalHelperEventMap.html +1 -0
  387. package/docs/types/MapviewFloorplanPluginParameterType.html +1 -0
  388. package/docs/types/MapviewFloorplanPluginReturnType.html +1 -0
  389. package/docs/types/MeasureEndReason.html +1 -0
  390. package/docs/types/MeasurePluginConfig.html +5 -0
  391. package/docs/types/MeasurePluginEventMap.html +1 -0
  392. package/docs/types/MediaData.html +2 -0
  393. package/docs/types/MediaStore.html +1 -0
  394. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +1 -0
  395. package/docs/types/ModelFloorplanPluginParameterType.html +1 -0
  396. package/docs/types/ModelFloorplanPluginReturnType.html +1 -0
  397. package/docs/types/ModelId.html +1 -0
  398. package/docs/types/ModelMakerPluginType.ElementRenderer.html +1 -0
  399. package/docs/types/ModelMakerPluginType.ItemType.html +2 -0
  400. package/docs/types/ModelMakerPluginType.MarkerItem.html +1 -0
  401. package/docs/types/ModelMakerPluginType.ServerItem.html +2 -0
  402. package/docs/types/ModelRoomLabelPluginParameters.html +1 -0
  403. package/docs/types/ModelRoomLabelPluginReturnType.html +1 -0
  404. package/docs/types/MoveArgs.html +2 -0
  405. package/docs/types/MoveOpts.html +2 -0
  406. package/docs/types/Object3DHelperEventMap.html +1 -0
  407. package/docs/types/ObjectFit.html +1 -0
  408. package/docs/types/PaintBrushEventMap.html +1 -0
  409. package/docs/types/PanoCompassPluginData.html +1 -0
  410. package/docs/types/PanoCompassPluginExportType.html +1 -0
  411. package/docs/types/PanoCompassPluginParameterType.html +1 -0
  412. package/docs/types/PanoFloorplanRadarPluginParameterType.html +1 -0
  413. package/docs/types/PanoFloorplanRadarPluginReturnType.html +1 -0
  414. package/docs/types/PanoIndex.html +1 -0
  415. package/docs/types/PanoMeasurePluginEvent.html +1 -0
  416. package/docs/types/PanoMeasureReturnType.html +1 -0
  417. package/docs/types/PanoSpatialTagPluginId.html +1 -0
  418. package/docs/types/PanoTagPluginExportInterface.html +1 -0
  419. package/docs/types/PanoTagPluginParamsInterface.html +1 -0
  420. package/docs/types/PanoVideoPluginParameterType.html +1 -0
  421. package/docs/types/PanoVideoPluginReturnType.html +1 -0
  422. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +2 -0
  423. package/docs/types/PipelinePluginParameterType.html +1 -0
  424. package/docs/types/PipelinePluginReturnType.html +1 -0
  425. package/docs/types/PlaneTag.html +2 -0
  426. package/docs/types/Point2DTag.html +2 -0
  427. package/docs/types/Point3DTag.html +2 -0
  428. package/docs/types/PointTagInstance.html +1 -0
  429. package/docs/types/Position.html +1 -0
  430. package/docs/types/PositionFrom.html +1 -0
  431. package/docs/types/RotateArgs.html +2 -0
  432. package/docs/types/RotateOpts.html +2 -0
  433. package/docs/types/RuleLabelsKey.html +1 -0
  434. package/docs/types/RuleLabelsValue.html +1 -0
  435. package/docs/types/ScaleCallback.html +1 -0
  436. package/docs/types/ScalePosition.html +3 -0
  437. package/docs/types/SculptData.BoxData.html +1 -0
  438. package/docs/types/SculptData.CircleData.html +1 -0
  439. package/docs/types/SculptData.CylinderData.html +1 -0
  440. package/docs/types/SculptData.PointData.html +1 -0
  441. package/docs/types/SculptData.PolygonData.html +1 -0
  442. package/docs/types/SculptData.PolylineData.html +1 -0
  443. package/docs/types/SculptData.PrismData.html +1 -0
  444. package/docs/types/SculptData.RectangleData.html +1 -0
  445. package/docs/types/SculptType.Theme.html +10 -0
  446. package/docs/types/StickType.html +1 -0
  447. package/docs/types/Tag.html +17 -0
  448. package/docs/types/Tag2D.html +2 -0
  449. package/docs/types/Tag3D.html +2 -0
  450. package/docs/types/TagClickParams.html +1 -0
  451. package/docs/types/TagConfigByKey.html +1 -0
  452. package/docs/types/TagContentType.html +1 -0
  453. package/docs/types/TagContentTypeMapping.html +1 -0
  454. package/docs/types/TagDimensionType.html +1 -0
  455. package/docs/types/TagElement.html +2 -0
  456. package/docs/types/TagEvents.html +1 -0
  457. package/docs/types/TagGLTFObject.html +1 -0
  458. package/docs/types/TagHooks.html +1 -0
  459. package/docs/types/TagId.html +1 -0
  460. package/docs/types/TagInstance.html +1 -0
  461. package/docs/types/TagPlacement.html +5 -0
  462. package/docs/types/TagPointType.html +2 -0
  463. package/docs/types/TagRendererMap.html +1 -0
  464. package/docs/types/TopviewFloorplanPluginParameterType.html +1 -0
  465. package/docs/types/TopviewFloorplanPluginReturnType.html +1 -0
  466. package/docs/types/Util.ActionIfNoIntersection.html +1 -0
  467. package/docs/types/Util.AdherePoint.html +2 -0
  468. package/docs/types/Util.PointSelectorConfig.html +1 -0
  469. package/docs/types/Util.SupportedTarget.html +2 -0
  470. package/docs/types/Util.Target.html +2 -0
  471. package/docs/types/Util.ThreeObject.html +2 -0
  472. package/docs/types/WorkCode.html +1 -0
  473. package/docs/variables/FLOOR_TYPE_MAP.html +2 -0
  474. package/docs/variables/PLUGIN.html +1 -0
  475. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +2 -0
  476. package/docs/variables/ROOM_TYPE_MAP.html +2 -0
  477. package/docs/variables/Util.ANIME_PRESETS.html +2 -0
  478. package/docs/variables/Util.CURRENT_PANO_IMAGE_DEFAULT_IMAGE.html +2 -0
  479. package/docs/variables/Util.DEFAULT_ANIME_CONFIG.html +2 -0
  480. package/docs/variables/Util.DEFAULT_STATIC_PREFIX.html +2 -0
  481. package/docs/variables/Util.DNALOGEL_DEFAULT_ASSETS.html +2 -0
  482. package/docs/variables/Util.ENTRY_DOOR_DEFAULT_IMAGE.html +2 -0
  483. package/docs/variables/Util.FLOORPLAN_DEFAULT_IMAGE.html +2 -0
  484. package/docs/variables/Util.GUIDELINE_DEFAULT_ARROW_TEXTURE.html +2 -0
  485. package/docs/variables/Util.GUIDELINE_WHITE_ARROW_TEXTURE.html +2 -0
  486. package/docs/variables/Util.MODEL_CHASSIS_COMPASS_DEFAULT_MODEL.html +2 -0
  487. package/docs/variables/Util.MODEL_ENTRY_DOOR_GUIDE_PLUGIN_DEFAULT_MODEL.html +2 -0
  488. package/docs/variables/Util.PANO_COMPASS_DEFAULT_IMAGE.html +2 -0
  489. package/docs/variables/Util.PANO_SPATIAL_TAG_BLUR_IMAGE.html +2 -0
  490. package/docs/variables/Util.PANO_TAG_DEFAULT_LINK_ICON.html +2 -0
  491. package/docs/variables/defaultGlobalConfig.html +1 -0
  492. package/docs/variables/itemLabelPluginServerParams.html +1 -0
  493. package/docs/variables/modelItemLabelPluginServerParams.html +1 -0
  494. package/docs/variables/modelRoomLabelPluginServerParams.html +1 -0
  495. package/libs/Sculpt/index.d.ts +6 -1
  496. package/libs/Sculpt/utils/Modules/Global.js +2 -1
  497. package/libs/base/BasePlugin.js +5 -5
  498. package/libs/shared-utils/logger.js +1 -1
  499. package/libs/shared-utils/three/PointSelector/index.d.ts +5 -1
  500. package/libs/shared-utils/three/PointSelector/index.js +7 -6
  501. package/package.json +1 -1
package/dist/index.cjs.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var gb=Object.defineProperty,pb=Object.defineProperties;var mb=Object.getOwnPropertyDescriptors;var pa=Object.getOwnPropertySymbols;var nu=Object.prototype.hasOwnProperty,su=Object.prototype.propertyIsEnumerable;var Xn=Math.pow,ql=(n,t,e)=>t in n?gb(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,F=(n,t)=>{for(var e in t||(t={}))nu.call(t,e)&&ql(n,e,t[e]);if(pa)for(var e of pa(t))su.call(t,e)&&ql(n,e,t[e]);return n},de=(n,t)=>pb(n,mb(t));var Yn=(n,t)=>{var e={};for(var i in n)nu.call(n,i)&&t.indexOf(i)<0&&(e[i]=n[i]);if(n!=null&&pa)for(var i of pa(n))t.indexOf(i)<0&&su.call(n,i)&&(e[i]=n[i]);return e};var f=(n,t,e)=>(ql(n,typeof t!="symbol"?t+"":t,e),e);var ie=(n,t,e)=>new Promise((i,s)=>{var o=l=>{try{a(e.next(l))}catch(c){s(c)}},r=l=>{try{a(e.throw(l))}catch(c){s(c)}},a=l=>l.done?i(l.value):Promise.resolve(l.value).then(o,r);a((e=e.apply(n,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const lt=require("@realsee/five"),W=require("three"),Yr=require("@realsee/five/line"),vb=require("@realsee/five/gltf-loader");function bb(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=bb(W);function Ab(){console.debug("%c %c@realsee/dnalogel %cv3.74.5",["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 yb(){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 c0(){}const ou=()=>Promise.resolve(),ru={__queue:Promise.resolve()};function wb(n=ou){ru.__queue=ru.__queue.then(n).catch(ou)}function ma(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 Jl(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function va(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 Pb(n,t,e=c0){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const Cb=window,au=window.requestAnimationFrame||Cb.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function za(n,t=0){t<=0?au(n):au(()=>za(n,t-1))}var Bi=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-Bi.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?Bi.Bounce.In(n*2)*.5:Bi.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}}}}),Ao=function(){return performance.now()},h0=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=Ao()),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}(),ks={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=ks.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=ks.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=ks.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=ks.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}}},Ch=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),_c=new h0,vl=function(){function n(t,e){e===void 0&&(e=_c),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=Bi.Linear.None,this._interpolationFunction=ks.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=Ch.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=Ao()),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],p=0,g=d.length;p<g;p+=1){var m=this._handleRelativeValue(a,d[p]);if(isNaN(m)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}u.push(m)}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=Ao()),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=Ao()),!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=_c),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=Bi.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=ks.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=Ao()),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 p=Math.min(Math.trunc((a-this._duration)/l)+1,this._repeat);isFinite(this._repeat)&&(this._repeat-=p);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*p,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var g=0,m=this._chainedTweens.length;g<m;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}(),Ib="23.1.3",Eb=Ch.nextId,sn=_c,Mb=sn.getAll.bind(sn),kb=sn.removeAll.bind(sn),xb=sn.add.bind(sn),d0=sn.remove.bind(sn),Sb=sn.update.bind(sn),lu={Easing:Bi,Group:h0,Interpolation:ks,now:Ao,Sequence:Ch,nextId:Eb,Tween:vl,VERSION:Ib,getAll:Mb,removeAll:kb,add:xb,remove:d0,update:Sb};function Db(n,t,e,i=Bi.Linear.None){const s=new vl(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var wn=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(wn||{});const Pr=Symbol("$$PAINT_BRUSH_EVENT$$");function ba(n){return n[Pr]||(n[Pr]={}),n[Pr]}function Tb(n){n[Pr]||delete n[Pr]}let Lb=class{hasListener(t){const e=ba(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=ba(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){Tb(this);return}const i=ba(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=ba(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 Zn(){return((1+Math.random())*65536|0).toString(16).substring(1)}function Dt(){return(Zn()+Zn()+"-"+Zn()+"-4"+Zn().substr(0,3)+"-"+Zn()+"-"+Zn()+Zn()+Zn()).toLowerCase()}const zb=`
1
+ "use strict";var gb=Object.defineProperty,pb=Object.defineProperties;var mb=Object.getOwnPropertyDescriptors;var pa=Object.getOwnPropertySymbols;var nu=Object.prototype.hasOwnProperty,su=Object.prototype.propertyIsEnumerable;var Xn=Math.pow,ql=(n,t,e)=>t in n?gb(n,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[t]=e,F=(n,t)=>{for(var e in t||(t={}))nu.call(t,e)&&ql(n,e,t[e]);if(pa)for(var e of pa(t))su.call(t,e)&&ql(n,e,t[e]);return n},de=(n,t)=>pb(n,mb(t));var Yn=(n,t)=>{var e={};for(var i in n)nu.call(n,i)&&t.indexOf(i)<0&&(e[i]=n[i]);if(n!=null&&pa)for(var i of pa(n))t.indexOf(i)<0&&su.call(n,i)&&(e[i]=n[i]);return e};var f=(n,t,e)=>(ql(n,typeof t!="symbol"?t+"":t,e),e);var ie=(n,t,e)=>new Promise((i,s)=>{var o=l=>{try{a(e.next(l))}catch(c){s(c)}},r=l=>{try{a(e.throw(l))}catch(c){s(c)}},a=l=>l.done?i(l.value):Promise.resolve(l.value).then(o,r);a((e=e.apply(n,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const lt=require("@realsee/five"),W=require("three"),Yr=require("@realsee/five/line"),vb=require("@realsee/five/gltf-loader");function bb(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=bb(W);function Ab(){console.debug("%c %c@realsee/dnalogel %cv3.75.0-alpha.1",["background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')","background-repeat: no-repeat","background-position: 0 center","padding-left: 8px"].join(";"),"","background-color: #12ce9b;color:black;padding:0 6px;border-radius: 3px")}function yb(){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 c0(){}const ou=()=>Promise.resolve(),ru={__queue:Promise.resolve()};function wb(n=ou){ru.__queue=ru.__queue.then(n).catch(ou)}function ma(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 Jl(n,t,e){const{x:i,y:s}=n,o=i*t,r=s*e;return{x:o,y:r}}function va(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 Pb(n,t,e=c0){new Promise(i=>{setTimeout(()=>{e(),i(!0)},t*n)})}const Cb=window,au=window.requestAnimationFrame||Cb.webkitRequestAnimationFrame||(n=>setTimeout(n,16));function za(n,t=0){t<=0?au(n):au(()=>za(n,t-1))}var Bi=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-Bi.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?Bi.Bounce.In(n*2)*.5:Bi.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}}}}),Ao=function(){return performance.now()},h0=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=Ao()),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}(),ks={Linear:function(n,t){var e=n.length-1,i=e*t,s=Math.floor(i),o=ks.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=ks.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=ks.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=ks.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}}},Ch=function(){function n(){}return n.nextId=function(){return n._nextId++},n._nextId=0,n}(),_c=new h0,vl=function(){function n(t,e){e===void 0&&(e=_c),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=Bi.Linear.None,this._interpolationFunction=ks.Linear,this._chainedTweens=[],this._onStartCallbackFired=!1,this._onEveryStartCallbackFired=!1,this._id=Ch.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=Ao()),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],p=0,g=d.length;p<g;p+=1){var m=this._handleRelativeValue(a,d[p]);if(isNaN(m)){h=!1,console.warn("Found invalid interpolation list. Skipping.");break}u.push(m)}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=Ao()),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=Ao()),!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=_c),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=Bi.Linear.None),this._easingFunction=t,this},n.prototype.interpolation=function(t){return t===void 0&&(t=ks.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=Ao()),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 p=Math.min(Math.trunc((a-this._duration)/l)+1,this._repeat);isFinite(this._repeat)&&(this._repeat-=p);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*p,this._onRepeatCallback&&this._onRepeatCallback(this._object),this._onEveryStartCallbackFired=!1,!0}else{this._onCompleteCallback&&this._onCompleteCallback(this._object);for(var g=0,m=this._chainedTweens.length;g<m;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}(),Ib="23.1.3",Eb=Ch.nextId,sn=_c,Mb=sn.getAll.bind(sn),kb=sn.removeAll.bind(sn),xb=sn.add.bind(sn),d0=sn.remove.bind(sn),Sb=sn.update.bind(sn),lu={Easing:Bi,Group:h0,Interpolation:ks,now:Ao,Sequence:Ch,nextId:Eb,Tween:vl,VERSION:Ib,getAll:Mb,removeAll:kb,add:xb,remove:d0,update:Sb};function Db(n,t,e,i=Bi.Linear.None){const s=new vl(n).to(t,e).easing(i).start();function o(r){s.update(r)&&requestAnimationFrame(o)}return requestAnimationFrame(o),s}var wn=(n=>(n.Drawline="Drawline",n.Undo="Undo",n.Exit="Exit",n))(wn||{});const Pr=Symbol("$$PAINT_BRUSH_EVENT$$");function ba(n){return n[Pr]||(n[Pr]={}),n[Pr]}function Tb(n){n[Pr]||delete n[Pr]}let Lb=class{hasListener(t){const e=ba(this);return e&&e[t]&&e[t].length>0}on(t,e,i){const s=ba(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){Tb(this);return}const i=ba(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=ba(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 Zn(){return((1+Math.random())*65536|0).toString(16).substring(1)}function Dt(){return(Zn()+Zn()+"-"+Zn()+"-4"+Zn().substr(0,3)+"-"+Zn()+"-"+Zn()+Zn()+Zn()).toLowerCase()}const zb=`
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 fA(){const t=new y.CircleGeometry(.2,64),e=new y.ShaderMaterial({side:y.DoubleSide,uniforms:{borderWidth:{value:.01},radius:{value:.2}},vertexShader:dA,fragmentShader:uA,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 gA(){const t=new y.Group,e={lineWidth:1,lineColor:3407837,lineOpacity:.7,occlusionVisibility:!0},i=new Ei(de(F({points:[{x:-.5},{x:.5}]},e),{lineColor:3407837})),s=new Ei(de(F({points:[{y:-.5},{y:.5}]},e),{lineColor:3407837}));return t.add(i,s),t}function pA(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 mA(){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 vA(){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 bA(){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 hA(n);return n.style.pointerEvents="none",t.scale.set(.003,.003,.003),t}class AA 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=fA(),this.ringMesh=mA(),this.crossline=gA(),this.lineMesh=pA(i),this.ballMesh=vA(),this.cssBallMesh=bA(),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),Jr(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 A0{constructor(t,e){f(this,"five");f(this,"hooks",new kt);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 Al(t,de(F({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 k0(t):(e==null?void 0:e.pointHelper)==="highlight"?i=new AA(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 y0="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;function yA(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 Kr(n,t,e){const i=wA(n,t);return e!=null&&e.virtualPoint?i!=null?i:w0(t):i}function w0(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 wA(n,t){const s=Ci(n).intersectRaycaster(t)[0];if(s)return de(F({},s),{raycaster:t,isVirtual:!1})}const uu=`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`,PA=new y.Vector3;function kn(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,PA),c=l.distanceTo(r),h=l.distanceTo(o),d=a.distance();if(c>h&&c>d){const u=-l.distanceTo(o)/d,p=e.start.clone().sub(e.end).normalize();return e.start.clone().sub(p.clone().multiplyScalar(u*e.distance()))}else{const u=l.distanceTo(o)/d;return new y.Vector3().lerpVectors(e.start,e.end,u)}}const fu=new y.Vector3,ho=()=>!1;class yl extends kt{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=yA(this.five,e);let s=Kr(this.five,i);if(s){if(this.plane&&this.planeMode==="vertical"&&(s=de(F({},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,fu);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,fu);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=w0(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=uu;return}this.onEnter(),this.cursorError||(this.five.getElement().style.cursor="");const i=F({},e);if(this.adhereEnabled&&this.mouseNdcPosition&&this.five.renderer){const u={x:this.mouseNdcPosition.x,y:1-this.mouseNdcPosition.y},p=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 m=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,m<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 m=g.closestPointToPoint(e.point,!1,new y.Vector3);if(m.distanceTo(e.point)<this.adhereRadius)(!this.plane||this.plane.distanceToPoint(m)<.01)&&(m=(a=(r=this.plane)==null?void 0:r.projectPoint(m,new y.Vector3))!=null?a:m,i.point=m.clone(),i.adhereLine=g.clone(),i.isAdsorbed=!0);else{const v=kn({raycaster:new Tr(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},E={x:Math.abs(P.x-u.x)*p.width,y:Math.abs(P.y-u.y)*p.height};let I=v.clone();E.x<10&&E.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 m=g instanceof y.Face3?new y.Vector3(g.a,g.b,g.c):g;if(m.IsAlwaysVisible=g.IsAlwaysVisible,this.plane&&this.plane.distanceToPoint(m)>.01)continue;if(m.distanceTo(e.point)<this.adhereRadius){i.point=(d=(h=this.plane)==null?void 0:h.projectPoint(m,new y.Vector3))!=null?d:m.clone(),!this.plane&&g instanceof y.Face3&&(i.face=g),i.isAdsorbed=!0;break}else{const b=m.clone().project(this.five.camera);if(b.z>1)continue;const P=this.five.renderer.getSize(new y.Vector2),E={x:(b.x+1)/2,y:(1-b.y)/2},I={x:Math.abs(E.x-u.x)*P.width,y:Math.abs(E.y-u.y)*P.height};if(I.x<10&&I.y<10){let z=!1;if(m.IsAlwaysVisible)z=!0;else{const D=new y.Raycaster;D.setFromCamera(m.clone(),this.five.camera);const j=this.five.model.intersectRaycaster(D)[0],T=.1,O=this.five.camera.position.distanceTo(m);j&&j.distance<O+T&&(z=!0)}if(z){i.point=m.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=F(F({},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=y0?"fixed":"cursor":this.mode=s;const o={autoFixPCPosition:this.mode==="cursor",initialPosition:this.mode==="fixed"?{left:"35%",top:"20%"}:void 0};this.pointSelectorHelper=new A0(this.five,de(F({},i==null?void 0:i.helper),{magnifierParams:F(F({},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?uu:"",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",ho),this.five.on("wantsChangeMode",ho),this.five.on("wantsTapGesture",ho),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",ho),this.five.off("wantsChangeMode",ho),this.five.off("wantsTapGesture",ho),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 P0="data:image/png;base64,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";class C0 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 Sh=n=>n?n.visible===!1?!1:Sh(n.parent):!0,I0=1,gu=`CSS3DObjectPlus@${I0}`,CA=.00216,IA=.003;let E0=class extends Dn{constructor(e){var z,D,j,T,O;if(gi(e.cornerPoints)&&gi(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 W.Vector3(-A,A,0),new W.Vector3(-A,-A,0),new W.Vector3(A,-A,0),new W.Vector3(A,A,0)]})(),o=(j=e.ratio)!=null?j:IA,r=(T=e.dpr)!=null?T:1,a=(O=e.pointerEvents)!=null?O:"auto",l=Math.max(CA,o),c=s[0].distanceTo(s[1]),h=s[1].distanceTo(s[2]),d=To(c/o*r),u=To(h/o*r),p=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",I0);f(this,"isCSS3DObjectPlus",!0);f(this,"isCSS3DObject",!0);f(this,"name",gu);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 kt);f(this,"opacityMesh");f(this,"selfVisible",!0);f(this,"setVisible",e=>{this.selfVisible=e,this.visible=Sh(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 C0(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=p;else{const A=o/l;this.width=A*c,this.height=A*h,this.domWidthPx=A*d,this.domHeightPx=A*u,this.centerPosition=new W.Vector3().subVectors(p,s[0]).multiplyScalar(A).add(s[0])}i.classList.add(`${gu}__container`);const m=new W.Vector3().subVectors(s[1],s[0]),v=new W.Vector3().subVectors(s[3],s[0]),b=new W.Vector3().crossVectors(m,v).normalize();this.lookAt(b);const P=this.up.clone().applyQuaternion(this.quaternion),E=v.clone(),I=new W.Vector3().crossVectors(P,E).normalize();this.rotateOnWorldAxis(I,P.angleTo(E)),this.position.copy(p),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 M0="data:image/png;base64,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",EA="data:image/png;base64,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",MA=`
400
+ `;function fA(){const t=new y.CircleGeometry(.2,64),e=new y.ShaderMaterial({side:y.DoubleSide,uniforms:{borderWidth:{value:.01},radius:{value:.2}},vertexShader:dA,fragmentShader:uA,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 gA(){const t=new y.Group,e={lineWidth:1,lineColor:3407837,lineOpacity:.7,occlusionVisibility:!0},i=new Ei(de(F({points:[{x:-.5},{x:.5}]},e),{lineColor:3407837})),s=new Ei(de(F({points:[{y:-.5},{y:.5}]},e),{lineColor:3407837}));return t.add(i,s),t}function pA(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 mA(){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 vA(){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 bA(){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 hA(n);return n.style.pointerEvents="none",t.scale.set(.003,.003,.003),t}class AA 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=fA(),this.ringMesh=mA(),this.crossline=gA(),this.lineMesh=pA(i),this.ballMesh=vA(),this.cssBallMesh=bA(),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),Jr(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 A0{constructor(t,e){f(this,"five");f(this,"hooks",new kt);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 Al(t,de(F({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 k0(t):(e==null?void 0:e.pointHelper)==="highlight"?i=new AA(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 y0="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;function yA(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 Kr(n,t,e){const i=wA(n,t);return e!=null&&e.virtualPoint?i!=null?i:w0(t):i}function w0(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 wA(n,t){const s=Ci(n).intersectRaycaster(t)[0];if(s)return de(F({},s),{raycaster:t,isVirtual:!1})}const uu=`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`,PA=new y.Vector3;function kn(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,PA),c=l.distanceTo(r),h=l.distanceTo(o),d=a.distance();if(c>h&&c>d){const u=-l.distanceTo(o)/d,p=e.start.clone().sub(e.end).normalize();return e.start.clone().sub(p.clone().multiplyScalar(u*e.distance()))}else{const u=l.distanceTo(o)/d;return new y.Vector3().lerpVectors(e.start,e.end,u)}}const fu=new y.Vector3,ho=()=>!1;class yl extends kt{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=yA(this.five,e);console.log("updateByNdcPosition"),this.config.hitFilter&&(i.hitFilter=this.config.hitFilter);let s=Kr(this.five,i);if(s){if(this.plane&&this.planeMode==="vertical"&&(s=de(F({},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,fu);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,fu);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=w0(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=uu;return}this.onEnter(),this.cursorError||(this.five.getElement().style.cursor="");const i=F({},e);if(this.adhereEnabled&&this.mouseNdcPosition&&this.five.renderer){const u={x:this.mouseNdcPosition.x,y:1-this.mouseNdcPosition.y},p=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 m=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,m<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 m=g.closestPointToPoint(e.point,!1,new y.Vector3);if(m.distanceTo(e.point)<this.adhereRadius)(!this.plane||this.plane.distanceToPoint(m)<.01)&&(m=(a=(r=this.plane)==null?void 0:r.projectPoint(m,new y.Vector3))!=null?a:m,i.point=m.clone(),i.adhereLine=g.clone(),i.isAdsorbed=!0);else{const v=kn({raycaster:new Tr(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},E={x:Math.abs(P.x-u.x)*p.width,y:Math.abs(P.y-u.y)*p.height};let I=v.clone();E.x<10&&E.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 m=g instanceof y.Face3?new y.Vector3(g.a,g.b,g.c):g;if(m.IsAlwaysVisible=g.IsAlwaysVisible,this.plane&&this.plane.distanceToPoint(m)>.01)continue;if(m.distanceTo(e.point)<this.adhereRadius){i.point=(d=(h=this.plane)==null?void 0:h.projectPoint(m,new y.Vector3))!=null?d:m.clone(),!this.plane&&g instanceof y.Face3&&(i.face=g),i.isAdsorbed=!0;break}else{const b=m.clone().project(this.five.camera);if(b.z>1)continue;const P=this.five.renderer.getSize(new y.Vector2),E={x:(b.x+1)/2,y:(1-b.y)/2},I={x:Math.abs(E.x-u.x)*P.width,y:Math.abs(E.y-u.y)*P.height};if(I.x<10&&I.y<10){let z=!1;if(m.IsAlwaysVisible)z=!0;else{const D=new y.Raycaster;D.setFromCamera(m.clone(),this.five.camera);const j=this.five.model.intersectRaycaster(D)[0],T=.1,O=this.five.camera.position.distanceTo(m);j&&j.distance<O+T&&(z=!0)}if(z){i.point=m.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=F(F({},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=y0?"fixed":"cursor":this.mode=s;const o={autoFixPCPosition:this.mode==="cursor",initialPosition:this.mode==="fixed"?{left:"35%",top:"20%"}:void 0};this.pointSelectorHelper=new A0(this.five,de(F({},i==null?void 0:i.helper),{magnifierParams:F(F({},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?uu:"",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",ho),this.five.on("wantsChangeMode",ho),this.five.on("wantsTapGesture",ho),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",ho),this.five.off("wantsChangeMode",ho),this.five.off("wantsTapGesture",ho),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 P0="data:image/png;base64,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";class C0 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 Sh=n=>n?n.visible===!1?!1:Sh(n.parent):!0,I0=1,gu=`CSS3DObjectPlus@${I0}`,CA=.00216,IA=.003;let E0=class extends Dn{constructor(e){var z,D,j,T,O;if(gi(e.cornerPoints)&&gi(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 W.Vector3(-A,A,0),new W.Vector3(-A,-A,0),new W.Vector3(A,-A,0),new W.Vector3(A,A,0)]})(),o=(j=e.ratio)!=null?j:IA,r=(T=e.dpr)!=null?T:1,a=(O=e.pointerEvents)!=null?O:"auto",l=Math.max(CA,o),c=s[0].distanceTo(s[1]),h=s[1].distanceTo(s[2]),d=To(c/o*r),u=To(h/o*r),p=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",I0);f(this,"isCSS3DObjectPlus",!0);f(this,"isCSS3DObject",!0);f(this,"name",gu);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 kt);f(this,"opacityMesh");f(this,"selfVisible",!0);f(this,"setVisible",e=>{this.selfVisible=e,this.visible=Sh(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 C0(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=p;else{const A=o/l;this.width=A*c,this.height=A*h,this.domWidthPx=A*d,this.domHeightPx=A*u,this.centerPosition=new W.Vector3().subVectors(p,s[0]).multiplyScalar(A).add(s[0])}i.classList.add(`${gu}__container`);const m=new W.Vector3().subVectors(s[1],s[0]),v=new W.Vector3().subVectors(s[3],s[0]),b=new W.Vector3().crossVectors(m,v).normalize();this.lookAt(b);const P=this.up.clone().applyQuaternion(this.quaternion),E=v.clone(),I=new W.Vector3().crossVectors(P,E).normalize();this.rotateOnWorldAxis(I,P.angleTo(E)),this.position.copy(p),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 M0="data:image/png;base64,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",EA="data:image/png;base64,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",MA=`
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 A2 extends Pe{constructor(t){super(),we(this,t,b2,v2,ye,{content:0},m2)}}function y2(n){De(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function w2(n){let t,e;return t=new p2({props:{url:n[1].url}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function P2(n){let t,e;return t=new A2({props:{content:n[0]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function C2(n){let t,e,i,s;const o=[P2,w2],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&&(ke(),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()),H(i,1),i.m(t,null)):i=null)},i(l){s||(H(i),s=!0)},o(l){Z(i),s=!1},d(l){l&&X(t),~e&&r[e].d()}}}function I2(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 dd extends Pe{constructor(t){super(),we(this,t,I2,C2,ye,{floorIndex:2,floorplanData:3},y2)}}function E2(n){De(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 M2(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=_e(r),w(e,"class","floorplan-plugin__img svelte-2r6702"),ht(e.src,i=n[6])||w(e,"src",i),w(e,"alt",""),R(e,"transform",n[5]),w(o,"class","floorplan-plugin__notes svelte-2r6702"),w(t,"class","floorplan-plugin__item svelte-2r6702"),R(t,"left",n[1]),R(t,"top",n[2]),R(t,"width",n[3]),R(t,"height",n[4])},m(l,c){Y(l,t,c),_(t,e),_(t,s),_(t,o),_(o,a)},p(l,[c]){c&1&&r!==(r=l[0].notes+"")&&Fe(a,r)},i:oe,o:oe,d(l){l&&X(t)}}}function k2(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 x2 extends Pe{constructor(t){super(),we(this,t,k2,M2,ye,{item:0},E2)}}function S2(n){De(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 Du(n,t,e){const i=n.slice();return i[6]=t[e],i}function Tu(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=Du(n,a,c),d=l(h);i.set(d,e[c]=Lu(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=[si(zi.call(null,t)),je(t,"clientWidth",n[4])],o=!0)},p(c,h){h&2&&(a=c[1],ke(),e=ri(e,h,l,1,c,a,i,t,cn,Lu,null,Du),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)H(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,dt(r)}}}function Lu(n,t){let e,i,s;const o=[{item:t[6]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new x2({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function D2(n){let t,e,i=n[1]&&Tu(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=Tu(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function T2(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 L2 extends Pe{constructor(t){super(),we(this,t,T2,D2,ye,{floorIndex:2,floorplanData:3},S2)}}function z2(n){De(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 O2(n){let t,e=n[18].outerHTML+"",i;return{c(){t=new _o(!1),i=Ve(),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 j2(n){let t,e,i,s,o,r,a=n[1]&&zu(n),l=n[0]&&Ou(n),c=n[3]&&ju(n);return{c(){t=U("div"),a&&a.c(),e=le(),l&&l.c(),i=le(),c&&c.c(),s=Ve(),w(t,"class","floorplan-plugin__room-part1 svelte-9vzn2f"),R(t,"opacity",n[14]?"1":"0")},m(h,d){Y(h,t,d),a&&a.m(t,null),_(t,e),l&&l.m(t,null),Y(h,i,d),c&&c.m(h,d),Y(h,s,d),o||(r=[si(zi.call(null,t)),je(t,"clientWidth",n[35]),je(t,"clientHeight",n[36])],o=!0)},p(h,d){h[1]?a?a.p(h,d):(a=zu(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,d):(l=Ou(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),d[0]&16384&&R(t,"opacity",h[14]?"1":"0"),h[3]?c?c.p(h,d):(c=ju(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,dt(r)}}}function zu(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=_e(e),w(t,"class","floorplan-plugin__room-name"),R(t,"font-size",n[11])},m(s,o){Y(s,t,o),_(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)+"")&&Fe(i,e),o[0]&2048&&R(t,"font-size",s[11])},d(s){s&&X(t)}}}function Ou(n){let t,e;return{c(){t=U("span"),e=_e(n[17]),w(t,"class","floorplan-plugin__room-area svelte-9vzn2f"),R(t,"font-size",n[10])},m(i,s){Y(i,t,s),_(t,e)},p(i,s){s[0]&131072&&Fe(e,i[17]),s[0]&1024&&R(t,"font-size",i[10])},d(i){i&&X(t)}}}function ju(n){let t,e;return{c(){t=U("span"),e=_e(n[16]),w(t,"class","floorplan-plugin__room-size"),R(t,"font-size",n[10]),R(t,"opacity",n[13]?"0.6":"0")},m(i,s){Y(i,t,s),_(t,e)},p(i,s){s[0]&65536&&Fe(e,i[16]),s[0]&1024&&R(t,"font-size",i[10]),s[0]&8192&&R(t,"opacity",i[13]?"0.6":"0")},d(i){i&&X(t)}}}function R2(n){let t,e,i;function s(a,l){if(a[5]===void 0)return j2;if(a[18])return O2}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"),R(t,"left",n[19]),R(t,"top",n[20]),R(t,"font-size",n[11]),R(t,"opacity",n[15]?"1":"0"),R(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=[si(zi.call(null,t)),je(t,"clientWidth",n[37]),je(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&&R(t,"font-size",a[11]),l[0]&32768&&R(t,"opacity",a[15]?"1":"0"),l[0]&4096&&R(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,dt(i)}}}function _2(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 V2(n,t,e){let i,s,o,r,a,l,c,h,d,u,p,g,m,v,b,P,{pxmm:E}=t,{roomAreaEnable:I}=t,{roomNameEnable:z}=t,{roomNameOtherTypeEnable:D}=t,{roomDimensionEnable:j}=t,{room:T}=t,{hoveredRoom:O}=t,{getRoomAreaText:A}=t,{getRoomDimensionText:C}=t,{getLabelElement:M}=t,{adaptiveRoomLabelVisibleEnable:k}=t,{fontSize:S}=t;function L(ce,Se){if(Se.width===0||Se.height===0)return()=>!1;const te=ce.path.map(({x:Xe,y:Ye})=>[Xe,Ye]),Te=ce.roomLabel.position,{x:Re,y:be}=Te,{width:Be,height:ve}=Se,Ie=Be/2,Oe=ve/2;return function(Ye){const st=Re*Ye,Je=be*Ye,et=te.map(([rt,Rt])=>[rt*Ye,Rt*Ye]);return[[st+Ie,Je-Oe],[st-Ie,Je-Oe],[st-Ie,Je+Oe],[st+Ie,Je+Oe]].every(rt=>_2(rt,et))}}const N=T.roomLabel,V=N.positionInImage.x*100+"%",J=N.positionInImage.y*100+"%";let ne=0,$=0,re=0,ee=0,fe=!1;O.subscribe(function(Se){e(27,fe=!!Se&&Se.id===T.id)});const Le=ce=>{e(8,re=ce.detail)},ae=ce=>{e(9,ee=ce.detail)},Me=ce=>{e(6,ne=ce.detail)},ue=ce=>{e(7,$=ce.detail)};return n.$$set=ce=>{"pxmm"in ce&&e(21,E=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,T=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,M=ce.getLabelElement),"adaptiveRoomLabelVisibleEnable"in ce&&e(25,k=ce.adaptiveRoomLabelVisibleEnable),"fontSize"in ce&&e(26,S=ce.fontSize)},n.$$.update=()=>{var ce,Se;n.$$.dirty[0]&67108864&&e(28,i=cd[S]),n.$$.dirty[0]&48&&e(18,s=M==null?void 0:M(T)),n.$$.dirty[0]&8388624&&e(17,o=T.size?A(T.size):""),n.$$.dirty[0]&16777232&&e(16,r=T!=null&&T.dimension?C((ce=T.dimension)==null?void 0:ce.width,(Se=T.dimension)==null?void 0:Se.height):""),n.$$.dirty[0]&768&&e(34,a={width:re,height:ee}),n.$$.dirty[0]&16|n.$$.dirty[1]&8&&e(33,l=a?L(T,a):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&4&&e(30,c=k?!!(l!=null&&l(E)):!0),n.$$.dirty[0]&192&&e(32,h={width:ne,height:$}),n.$$.dirty[0]&16|n.$$.dirty[1]&2&&e(31,d=h?L(T,h):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&1&&e(29,u=k?!!(d!=null&&d(E)):!0),n.$$.dirty[0]&1744830464&&e(15,p=u||c||fe),n.$$.dirty[0]&1207959552&&e(14,g=c||fe),n.$$.dirty[0]&671088640&&e(13,m=u||fe),n.$$.dirty[0]&1610612736&&e(12,v=c&&!u),n.$$.dirty[0]&268435456&&e(11,b=ut((i==null?void 0:i.name)||12)),n.$$.dirty[0]&268435456&&e(10,P=ut((i==null?void 0:i.area)||10))},[I,z,D,j,T,M,ne,$,re,ee,P,b,v,m,g,p,r,o,s,V,J,E,O,A,C,k,S,fe,i,u,c,d,h,l,a,Le,ae,Me,ue]}class B2 extends Pe{constructor(t){super(),we(this,t,V2,R2,ye,{pxmm:21,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,room:4,hoveredRoom:22,getRoomAreaText:23,getRoomDimensionText:24,getLabelElement:5,adaptiveRoomLabelVisibleEnable:25,fontSize:26},z2,[-1,-1])}}function F2(n){De(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 Ru(n,t,e){const i=n.slice();return i[17]=t[e],i}function _u(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=Ru(n,a,c),d=l(h);i.set(d,e[c]=Vu(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=[si(zi.call(null,t)),je(t,"clientWidth",n[15])],o=!0)},p(c,h){h&7679&&(a=c[12],ke(),e=ri(e,h,l,1,c,a,i,t,cn,Vu,null,Ru),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)H(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,dt(r)}}}function Vu(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=ft(r,o[a]);return i=new B2({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function H2(n){let t,e,i=n[12]&&_u(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=_u(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function N2(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:p}=t,{adaptiveRoomLabelVisibleEnable:g}=t,m=0,v=0;const b=na();let P=Yo();typeof b=="object"&&"subscribe"in b&&b.subscribe(I=>{e(11,P=I)});const E=I=>{e(9,m=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,p=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=m/D)}},[o,r,a,l,h,d,u,p,g,m,v,P,i,s,c,E]}let G2=class extends Pe{constructor(t){super(),we(this,t,N2,H2,ye,{floorIndex:13,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,floorplanData:14,hoveredRoom:4,getRoomAreaText:5,getRoomDimensionText:6,getLabelElement:7,adaptiveRoomLabelVisibleEnable:8},F2)}};function W2(n){De(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 Bu(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function Fu(n,t,e){const i=n.slice();return i[14]=t[e],i}function Hu(n){let t;return{c(){t=U("div"),w(t,"class","floorplan-plugin__rule-scale svelte-1fuyezq"),R(t,"left",n[14].left*100+"%"),R(t,"bottom",n[14].bottom*100+"%")},m(e,i){Y(e,t,i)},p:oe,d(e){e&&X(t)}}}function Nu(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=_e(s),r=le(),w(i,"class","floorplan-plugin__rule-text svelte-1fuyezq"),Ce(i,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-1fuyezq"),R(e,"left",t[11].left*100+"%"),R(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){Y(a,e,l),_(e,i),_(i,o),_(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&Fe(o,s)},d(a){a&&X(e)}}}function U2(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]=Hu(Fu(n,h,g));let u=n[4];const p=g=>g[13];for(let g=0;g<u.length;g+=1){let m=Bu(n,u,g),v=p(m);l.set(v,a[g]=Nu(v,m))}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"),Ce(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"),Ce(t,"is-row",n[2]),R(t,"width",n[2]?"100%":1/16+"rem"),R(t,"height",n[2]?1/16+"rem":"100%")},m(g,m){Y(g,t,m),_(t,e),_(t,i),_(t,s);for(let v=0;v<d.length;v+=1)d[v]&&d[v].m(s,null);_(t,o),_(t,r);for(let v=0;v<a.length;v+=1)a[v]&&a[v].m(r,null)},p(g,[m]){if(m&8){h=g[3];let v;for(v=0;v<h.length;v+=1){const b=Fu(g,h,v);d[v]?d[v].p(b,m):(d[v]=Hu(b),d[v].c(),d[v].m(s,null))}for(;v<d.length;v+=1)d[v].d(1);d.length=h.length}m&22&&(u=g[4],a=ri(a,m,p,1,g,u,l,r,ia,Nu,null,Bu)),m&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+g[0]+" svelte-1fuyezq")&&w(t,"class",c),m&5&&Ce(t,"is-row",g[2])},i:oe,o:oe,d(g){g&&X(t),Mi(d,g);for(let m=0;m<a.length;m+=1)a[m].d()}}}const po=1e3,mo=180;function Q2(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-(po-mo)*2,c=o.max.y-o.min.y-(po-mo)*2,h=s.map(([g,m])=>a?[g.x,m.x]:[g.y,m.y]).flat().sort().filter((g,m,v)=>m===0?!0:g!==v[m-1]),d=h.map(g=>{const m=a?(g-o.min.x-po+mo)/l:0,v=a?0:(g-o.min.y-po+mo)/c;return{left:m,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],p=h.map((g,m,v)=>{const b=m===0?0:g-v[m-1],P=m===0?0:(g+v[m-1])/2,E=a?(P-o.min.x-po+mo)/l:0,I=a?0:(P-o.min.y-po+mo)/c;return{left:E,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,p,s,o]}class X2 extends Pe{constructor(t){super(),we(this,t,Q2,U2,ye,{type:0,data:5,bounding:6,getRuleDistanceText:1},W2)}}function Y2(n){De(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function Gu(n,t,e){const i=n.slice();return i[13]=t[e][0],i[14]=t[e][1],i}function Wu(n,t){let e,i,s;const o=[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new X2({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function Z2(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=Gu(n,o,a),c=r(l);i.set(c,e[a]=Wu(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"),R(t,"width",n[3]),R(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],ke(),e=ri(e,l,r,1,a,o,i,t,cn,Wu,null,Gu),xe()),l&8&&R(t,"width",a[3]),l&4&&R(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)H(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 Uu=1e3,Qu=180;function q2(n,t,e){let i,s,o,r,a,l,c,h,d,u,{floorIndex:p}=t,{floorplanData:g}=t,{getRuleDistanceText:m}=t;return n.$$set=v=>{"floorIndex"in v&&e(5,p=v.floorIndex),"floorplanData"in v&&e(6,g=v.floorplanData),"getRuleDistanceText"in v&&e(0,m=v.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=g.bounding),n.$$.dirty&96&&e(11,s=g.floorDatas[p].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-(Uu-Qu)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(Uu-Qu)*2),n.$$.dirty&1536&&e(3,d=c/a*100+"%"),n.$$.dirty&384&&e(2,u=h/l*100+"%")},[m,i,u,d,r,p,g,l,h,a,c,s,o]}class J2 extends Pe{constructor(t){super(),we(this,t,q2,Z2,ye,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},Y2)}}function es(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 x1({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function K2(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 $2(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 e3(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function t3(n){let t;return{c(){t=Ee("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 i3(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=es(s,{needZ:!0}))},[i,s]}class n3 extends Pe{constructor(t){super(),we(this,t,i3,t3,ye,{path:1})}}function s3(n){let t,e,i,s,o,r;return{c(){t=Ee("defs"),e=Ee("pattern"),i=Ee("rect"),s=Ee("path"),o=le(),r=Ee("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),_(t,e),_(e,i),_(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 lc=6;function o3(n,t,e){let i,{path:s}=t;const o=lc*2,r=`M0 ${lc} h ${o} M${lc} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=es(s,{needZ:!0}))},[i,o,r,s]}class r3 extends Pe{constructor(t){super(),we(this,t,o3,s3,ye,{path:3})}}function a3(n){let t,e,i,s,o,r,a,l,c,h,d;return{c(){t=Ee("defs"),e=Ee("pattern"),i=Ee("rect"),s=Ee("pattern"),o=Ee("rect"),r=le(),a=Ee("path"),l=le(),c=Ee("path"),h=le(),d=Ee("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,p){Y(u,t,p),_(t,e),_(e,i),_(t,s),_(s,o),Y(u,r,p),Y(u,a,p),Y(u,l,p),Y(u,c,p),Y(u,h,p),Y(u,d,p)},p(u,[p]){p&1&&w(a,"d",u[0]),p&1&&w(c,"d",u[0]),p&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 l3(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=es(s,{needZ:!0}))},[i,s]}class c3 extends Pe{constructor(t){super(),we(this,t,l3,a3,ye,{path:1})}}function h3(n){let t;return{c(){t=Ee("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 d3(n,t,e){let{dimension:i}=t;const s=es([{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=es([{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=es([{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=es([{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 u3 extends Pe{constructor(t){super(),we(this,t,d3,h3,ye,{dimension:1})}}function f3(n){De(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 Xu(n,t,e){const i=n.slice();return i[8]=t[e],i}function g3(n){let t,e;return t=new r3({props:{path:n[8].path}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function p3(n){let t,e;return t=new c3({props:{path:n[8].path}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function m3(n){let t,e;return t=new n3({props:{path:n[8].path}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Yu(n){let t,e,i;return e=new u3({props:{dimension:n[8].dimension}}),{c(){t=Ee("svg"),me(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||(H(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),pe(e)}}}function Zu(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=[m3,p3,g3],c=[];function h(u,p){return u[8].floorType===1?0:u[8].floorType===0?1:2}e=h(n),i=c[e]=l[e](n);let d=o&&Yu(n);return{c(){t=Ee("svg"),i.c(),s=le(),d&&d.c(),r=Ve(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(u,p){Y(u,t,p),c[e].m(t,null),Y(u,s,p),d&&d.m(u,p),Y(u,r,p),a=!0},p(u,p){let g=e;e=h(u),e===g?c[e].p(u,p):(ke(),Z(c[g],1,1,()=>{c[g]=null}),xe(),i=c[e],i?i.p(u,p):(i=c[e]=l[e](u),i.c()),H(i,1),i.m(t,null)),p&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,p),p&1&&H(d,1)):(d=Yu(u),d.c(),H(d,1),d.m(r.parentNode,r)):d&&(ke(),Z(d,1,1,()=>{d=null}),xe())},i(u){a||(H(i),H(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 v3(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=Zu(Xu(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=Xu(r,i,l);s[l]?(s[l].p(c,a),H(s[l],1)):(s[l]=Zu(c),s[l].c(),H(s[l],1),s[l].m(t,null))}for(ke(),l=i.length;l<s.length;l+=1)o(l);xe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)H(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),Mi(s,r)}}}function b3(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(F({},d),{path:d.path.map(u=>x1(u,a.bounding))})))},[i,l,c,h,s,o,r,a]}class A3 extends Pe{constructor(t){super(),we(this,t,b3,v3,ye,{roomLabelsEnable:4,roomDimensionEnable:5,floorIndex:6,floorplanData:7},f3)}}function y3(n){De(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function w3(n){let t,e,i,s;return{c(){t=Ee("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=[je(t,"mouseenter",n[3]),je(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,dt(s)}}}function P3(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,p=es(o.path,{needZ:!0,format:g=>x1(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,p,a,l,c,i]}class C3 extends Pe{constructor(t){super(),we(this,t,P3,w3,ye,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},y3)}}function I3(n){De(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 qu(n,t,e){const i=n.slice();return i[6]=t[e],i}function Ju(n,t){let e,i,s;const o=[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new C3({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function E3(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=qu(n,r,l),h=a(c);s.set(h,i[l]=Ju(h,c))}return{c(){t=U("div"),e=Ee("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),_(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,ke(),i=ri(i,c,a,1,l,r,s,e,cn,Ju,null,qu),xe())},i(l){if(!o){for(let c=0;c<r.length;c+=1)H(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 M3(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 ud extends Pe{constructor(t){super(),we(this,t,M3,E3,ye,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},I3)}}function k3(n){De(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 Ku(n){let t,e=n[0].text+"",i;return{c(){t=U("span"),i=_e(e),w(t,"class","text svelte-3vzs9z"),R(t,"font-size",n[0].textFontSize+"px")},m(s,o){Y(s,t,o),_(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&Fe(i,e),o&1&&R(t,"font-size",s[0].textFontSize+"px")},d(s){s&&X(t)}}}function x3(n){let t,e,i,s,o=n[0].text&&Ku(n);return{c(){t=U("div"),e=U("img"),s=le(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),ht(e.src,i=n[0].imageURL)||w(e,"src",i),R(e,"width",n[0].imageWidth+"px"),R(e,"height",n[0].imageHeight+"px"),R(e,"max-width","none"),w(t,"class","missing-floor svelte-3vzs9z")},m(r,a){Y(r,t,a),_(t,e),_(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!ht(e.src,i=r[0].imageURL)&&w(e,"src",i),a&1&&R(e,"width",r[0].imageWidth+"px"),a&1&&R(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=Ku(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 S3(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class S1 extends Pe{constructor(t){super(),we(this,t,S3,x3,ye,{missingFloorConfig:0},k3)}}const rn="data:image/png;base64,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",D3="data:image/png;base64,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";function hi(n){return n*180/Math.PI}function T3(n){De(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 L3(n){let t,e;return{c(){t=U("div"),e=U("div"),w(e,"class","floorplan__camera-rotate svelte-17hhq1b"),R(e,"background-image",`url(${n[0]||rn})`),R(e,"width",n[4]),R(e,"height",n[4]),R(e,"left","-"+n[4]),R(e,"top","-"+n[4]),R(e,"transform",`rotate(${n[3]}deg)`),R(e,"transform-origin",`${n[4]} ${n[4]}`),w(t,"class","floorplan__camera-position svelte-17hhq1b"),R(t,"left",n[1]),R(t,"top",n[2])},m(i,s){Y(i,t,s),_(t,e)},p(i,[s]){s&1&&R(e,"background-image",`url(${i[0]||rn})`);const o=s&1;o&&R(e,"width",i[4]),o&&R(e,"height",i[4]),o&&R(e,"left","-"+i[4]),o&&R(e,"top","-"+i[4]),o&&R(e,"transform",`rotate(${i[3]}deg)`),o&&R(e,"transform-origin",`${i[4]} ${i[4]}`)},i:oe,o:oe,d(i){i&&X(t)}}}function z3(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+"%",p=-hi(o)+45,g=document.body.clientWidth,m=document.body.clientHeight,b=`${(g<500||m<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,p,b,i,s,o]}let O3=class extends Pe{constructor(t){super(),we(this,t,z3,L3,ye,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},T3)}};const D1="data:image/png;base64,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";function j3(n){De(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 R3(n){let t,e,i,s,o;return{c(){t=U("div"),e=U("div"),i=le(),s=U("span"),o=_e(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),R(e,"background-image",`url(${D1})`),w(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),w(t,"class","floorplan-plugin__compass svelte-rpkaro"),R(t,"transform",n[2])},m(r,a){Y(r,t,a),_(t,e),_(t,i),_(t,s),_(s,o)},p(r,a){a&1&&Fe(o,r[0])},d(r){r&&X(t)}}}function _3(n){let t,e=n[1]&&R3(n);return{c(){e&&e.c(),t=Ve()},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 V3(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?hi(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 B3 extends Pe{constructor(t){super(),we(this,t,V3,_3,ye,{floorplanData:3,northDesc:0},j3)}}function F3(n){De(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 H3(n){let t,e,i,s,o,r,a,l,c,h,d,u;const p=[{floorIndex:n[2],floorplanData:n[12],roomLabelsEnable:n[6],roomDimensionEnable:n[10]}];let g={};for(let T=0;T<p.length;T+=1)g=ft(g,p[T]);t=new A3({props:g});let m=(n[3]||n[5])&&$u(n);const v=[{floorplanData:n[12],floorIndex:n[2]}];let b={};for(let T=0;T<v.length;T+=1)b=ft(b,v[T]);s=new dd({props:b});const P=[{floorplanData:n[12],floorIndex:n[2]}];let E={};for(let T=0;T<P.length;T+=1)E=ft(E,P[T]);r=new L2({props:E});let I=n[6]&&ef(n),z=n[11]&&tf(n),D=n[4]&&nf(n),j=n[23]&&sf(n);return{c(){me(t.$$.fragment),e=le(),m&&m.c(),i=le(),me(s.$$.fragment),o=le(),me(r.$$.fragment),a=le(),I&&I.c(),l=le(),z&&z.c(),c=le(),D&&D.c(),h=le(),j&&j.c(),d=Ve()},m(T,O){ge(t,T,O),Y(T,e,O),m&&m.m(T,O),Y(T,i,O),ge(s,T,O),Y(T,o,O),ge(r,T,O),Y(T,a,O),I&&I.m(T,O),Y(T,l,O),z&&z.m(T,O),Y(T,c,O),D&&D.m(T,O),Y(T,h,O),j&&j.m(T,O),Y(T,d,O),u=!0},p(T,O){const A=O&5188?vt(p,[{floorIndex:T[2],floorplanData:T[12],roomLabelsEnable:T[6],roomDimensionEnable:T[10]}]):{};t.$set(A),T[3]||T[5]?m?(m.p(T,O),O&40&&H(m,1)):(m=$u(T),m.c(),H(m,1),m.m(i.parentNode,i)):m&&(ke(),Z(m,1,1,()=>{m=null}),xe());const C=O&4100?vt(v,[{floorplanData:T[12],floorIndex:T[2]}]):{};s.$set(C);const M=O&4100?vt(P,[{floorplanData:T[12],floorIndex:T[2]}]):{};r.$set(M),T[6]?I?(I.p(T,O),O&64&&H(I,1)):(I=ef(T),I.c(),H(I,1),I.m(l.parentNode,l)):I&&(ke(),Z(I,1,1,()=>{I=null}),xe()),T[11]?z?(z.p(T,O),O&2048&&H(z,1)):(z=tf(T),z.c(),H(z,1),z.m(c.parentNode,c)):z&&(ke(),Z(z,1,1,()=>{z=null}),xe()),T[4]?D?(D.p(T,O),O&16&&H(D,1)):(D=nf(T),D.c(),H(D,1),D.m(h.parentNode,h)):D&&(ke(),Z(D,1,1,()=>{D=null}),xe()),T[23]?j?(j.p(T,O),O&8388608&&H(j,1)):(j=sf(T),j.c(),H(j,1),j.m(d.parentNode,d)):j&&(ke(),Z(j,1,1,()=>{j=null}),xe())},i(T){u||(H(t.$$.fragment,T),H(m),H(s.$$.fragment,T),H(r.$$.fragment,T),H(I),H(z),H(D),H(j),u=!0)},o(T){Z(t.$$.fragment,T),Z(m),Z(s.$$.fragment,T),Z(r.$$.fragment,T),Z(I),Z(z),Z(D),Z(j),u=!1},d(T){pe(t,T),T&&X(e),m&&m.d(T),T&&X(i),pe(s,T),T&&X(o),pe(r,T),T&&X(a),I&&I.d(T),T&&X(l),z&&z.d(T),T&&X(c),D&&D.d(T),T&&X(h),j&&j.d(T),T&&X(d)}}}function N3(n){let t,e;return t=new S1({props:{missingFloorConfig:n[19]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function $u(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=ft(s,i[o]);return t=new ud({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function ef(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=ft(s,i[o]);return t=new G2({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function tf(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=ft(s,i[o]);return t=new J2({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function nf(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=ft(s,i[o]);return t=new O3({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function sf(n){let t,e;return t=new B3({props:{floorplanData:n[12],northDesc:n[22]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function G3(n){let t,e,i,s,o;const r=[N3,H3],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=Ct(`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):(ke(),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()),H(i,1),i.m(t,null)),(!o||h&2&&s!==(s=Ct(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",s)},i(c){o||(H(i),o=!0)},o(c){Z(i),o=!1},d(c){c&&X(t),a[e].d()}}}function W3(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:p}=t,{roomNameOtherTypeEnable:g}=t,{roomDimensionEnable:m}=t,{ruleLabelsEnable:v}=t,{floorplanData:b}=t,{getRoomAreaText:P}=t,{getRoomDimensionText:E}=t,{getLabelElement:I}=t,{getRuleDistanceText:z}=t,{adaptiveRoomLabelVisibleEnable:D}=t,{highlightData:j}=t,{missingFloorConfig:T}=t,{lastPanoramaLongitude:O}=t,{cameraImageUrl:A}=t,{northDesc:C}=t,{compassEnable:M}=t,{store:k=void 0}=t;const S=hd(void 0);return S.subscribe(L=>{k&&e(26,k.roomOnMouse=L,k)}),n.$$set=L=>{"panoIndex"in L&&e(0,o=L.panoIndex),"isCurrent"in L&&e(1,r=L.isCurrent),"floorIndex"in L&&e(2,a=L.floorIndex),"highlightEnable"in L&&e(3,l=L.highlightEnable),"cameraEnable"in L&&e(4,c=L.cameraEnable),"hoverEnable"in L&&e(5,h=L.hoverEnable),"roomLabelsEnable"in L&&e(6,d=L.roomLabelsEnable),"roomAreaEnable"in L&&e(7,u=L.roomAreaEnable),"roomNameEnable"in L&&e(8,p=L.roomNameEnable),"roomNameOtherTypeEnable"in L&&e(9,g=L.roomNameOtherTypeEnable),"roomDimensionEnable"in L&&e(10,m=L.roomDimensionEnable),"ruleLabelsEnable"in L&&e(11,v=L.ruleLabelsEnable),"floorplanData"in L&&e(12,b=L.floorplanData),"getRoomAreaText"in L&&e(13,P=L.getRoomAreaText),"getRoomDimensionText"in L&&e(14,E=L.getRoomDimensionText),"getLabelElement"in L&&e(15,I=L.getLabelElement),"getRuleDistanceText"in L&&e(16,z=L.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in L&&e(17,D=L.adaptiveRoomLabelVisibleEnable),"highlightData"in L&&e(18,j=L.highlightData),"missingFloorConfig"in L&&e(19,T=L.missingFloorConfig),"lastPanoramaLongitude"in L&&e(20,O=L.lastPanoramaLongitude),"cameraImageUrl"in L&&e(21,A=L.cameraImageUrl),"northDesc"in L&&e(22,C=L.northDesc),"compassEnable"in L&&e(23,M=L.compassEnable),"store"in L&&e(26,k=L.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,p,g,m,v,b,P,E,I,z,D,j,T,O,A,C,M,s,S,k,i]}let U3=class extends Pe{constructor(t){super(),we(this,t,W3,G3,ye,{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},F3)}};function Q3(n){De(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function of(n,t,e){const i=n.slice();return i[26]=t[e],i}function rf(n){let t,e,i,s=n[15].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=af(of(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=of(n,s,c);o[c]?(o[c].p(h,l),H(o[c],1)):(o[c]=af(h),o[c].c(),H(o[c],1),o[c].m(t,null))}for(ke(),c=s.length;c<o.length;c+=1)r(c);xe()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)H(o[l]);e||wt(()=>{e=gs(t,Vt,{duration:n[0],easing:Tn}),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),Mi(o,a)}}}function af(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=ft(s,i[o]);return t=new U3({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function X3(n){let t,e,i=n[1]&&rf(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=rf(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function Y3(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:p}=t,{roomNameEnable:g}=t,{roomNameOtherTypeEnable:m}=t,{roomDimensionEnable:v}=t,{ruleLabelsEnable:b}=t,{floorplanData:P}=t,{lastPanoramaLongitude:E}=t,{cameraImageUrl:I}=t,{getRoomAreaText:z}=t,{getRoomDimensionText:D}=t,{getLabelElement:j}=t,{getRuleDistanceText:T}=t,{adaptiveRoomLabelVisibleEnable:O}=t,{highlightData:A}=t,{missingFloorConfig:C}=t,{store:M=void 0}=t;return n.$$set=k=>{"duration"in k&&e(0,i=k.duration),"visible"in k&&e(1,s=k.visible),"northDesc"in k&&e(2,o=k.northDesc),"panoIndex"in k&&e(3,r=k.panoIndex),"floorIndex"in k&&e(4,a=k.floorIndex),"cameraEnable"in k&&e(5,l=k.cameraEnable),"hoverEnable"in k&&e(6,c=k.hoverEnable),"highlightEnable"in k&&e(7,h=k.highlightEnable),"compassEnable"in k&&e(8,d=k.compassEnable),"roomLabelsEnable"in k&&e(9,u=k.roomLabelsEnable),"roomAreaEnable"in k&&e(10,p=k.roomAreaEnable),"roomNameEnable"in k&&e(11,g=k.roomNameEnable),"roomNameOtherTypeEnable"in k&&e(12,m=k.roomNameOtherTypeEnable),"roomDimensionEnable"in k&&e(13,v=k.roomDimensionEnable),"ruleLabelsEnable"in k&&e(14,b=k.ruleLabelsEnable),"floorplanData"in k&&e(15,P=k.floorplanData),"lastPanoramaLongitude"in k&&e(16,E=k.lastPanoramaLongitude),"cameraImageUrl"in k&&e(17,I=k.cameraImageUrl),"getRoomAreaText"in k&&e(18,z=k.getRoomAreaText),"getRoomDimensionText"in k&&e(19,D=k.getRoomDimensionText),"getLabelElement"in k&&e(20,j=k.getLabelElement),"getRuleDistanceText"in k&&e(21,T=k.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in k&&e(22,O=k.adaptiveRoomLabelVisibleEnable),"highlightData"in k&&e(23,A=k.highlightData),"missingFloorConfig"in k&&e(24,C=k.missingFloorConfig),"store"in k&&e(25,M=k.store)},[i,s,o,r,a,l,c,h,d,u,p,g,m,v,b,P,E,I,z,D,j,T,O,A,C,M]}let fd=class extends Pe{constructor(t){super(),we(this,t,Y3,X3,ye,{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},Q3)}};const Z3="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 J3(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 K3(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(J3),rules:n.rules,is_has_wall:n.is_has_wall}}function $3(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function eP(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 an(n){return ie(this,null,function*(){const t=yield q3(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(K3),s=n.computed_data.entrance?eP(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map($3)}})}function T1(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:Z3,width:45,height:48},a=e3(o,t),l=K2(o,e),c=$2(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function tP(n,t){return t(n),n}function Ho(n,t){return tP({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function lf(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 gd(n,t,e=ns.BOUNDING_CENTER){const i=lf(n,t),s=lf(n,t+1);return e===ns.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===ns.CEILING?s:i}function pd(n,t,e,i){const s=gd(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 ps=class{constructor(t,e){f(this,"VERSION","3.74.5");f(this,"NAME");f(this,"five");f(this,"workUtil");f(this,"fiveUtil");f(this,"hooks",new kt);f(this,"staticPrefix",xl);this.five=t,this.fiveUtil=new bl(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(){}},hn=class extends ps{};var di=(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))(di||{});const L1=500,iP=80;function js(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function z1(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 js(r,a,e)||js(r+i,a,e)}Object.assign(window,{nearlyEqual:js,nearlyEqualRad:z1});function nP(n){return Object.prototype.toString.call(n)==="[object Object]"}function cf(n){return nP(n)&&!!n.isVector3}function md(n,t){return ie(this,null,function*(){const[e]=yield Ns(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(!sP(i,s))throw new Error("pose 与预期不符")})}function sP(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"?z1(i,s,2):typeof i=="number"&&typeof s=="number"?js(i,s,2):cf(s)&&cf(i)?s.distanceTo(i)<.01:i===s})}function oP(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 rP(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!(!js(e,r,2)||!js(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!js(s,c,2))}function O1(n,t,e=!0){return ie(this,null,function*(){if(rP(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=oP(h,t.fov,n.camera.aspect);const[d]=yield Ns(md(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 Ns(n.updateCamera(Ho(t,["mode"]),l,e));if(c)throw new Error(di.UpdateCameraError)})}function No(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 aP(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)>5*Math.PI/180,s=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return i||s}function lP(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)<10*Math.PI/180,s=e<30*(Math.PI/180)||e>330*(Math.PI/180);return i&&s}let cP=class extends hn{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=pd(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,di.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(di.ModelNotLoaded);if(!this.data)throw new Error(di.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=F(F({},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 Ns(O1(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(di.UnknownError);if(!this.updateSize())throw new Error(di.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:L1;No(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,di.BreakOffByHide),this.showPromise=void 0;const s=F(F({},{userAction:!0,isAutoHide:!1}),e);No(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||lP(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();aP(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:iP/((l=i==null?void 0:i.scale)!=null?l:1)},this.defaultMissingFloorConfig={imageURL:nn(i==null?void 0:i.staticPrefix,rs),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:rn,attachedTo:ns.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:F(F({},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?Ho(i,["selector","scale"]):{},r=F(F({},s.missingFloorConfig),o.missingFloorConfig),a=de(F(F({},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&&gi(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 an(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 an(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 fd({target:this.container,intro:!0,props:i})}};const hP=(n,t)=>new cP(n,t),hf=[{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}],dP="//vr-image-4.realsee-cdn.cn/release/static/image/doctorstrange/0.6.201-beta/";function uP(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 fP(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 gP=class extends hn{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=pd(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,di.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(di.ModelNotLoaded);if(!this.data)throw new Error(di.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=F(F({},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 Ns(O1(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(di.UnknownError);if(!this.updateSize())throw new Error(di.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:L1;No(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,di.BreakOffByHide),this.showPromise=void 0;const s=F(F({},{userAction:!0,isAutoHide:!1}),e);No(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&&fP(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(),uP(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(Ho(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:nn(i==null?void 0:i.staticPrefix,rs),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:rn,attachedTo:ns.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:F(F({},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?Ho(i,["selector","scale"]):{},r=F(F({},s.missingFloorConfig),o.missingFloorConfig),a=de(F(F({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.panoIndex=e.getCurrentState().panoIndex,this.initContainer(),Ii(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&&gi(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 an(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:p,notes:g,type:m,id:v,rotateX:b,rotateY:P,rotateZ:E=0}=c;return{id:v,positionInImage:{x:(h-i.x)/o,y:(s.y-d)/r},width:u/o,height:p/r,src:dP+hf[m].href.replace(/\{\{\stheme\s\}\}/,"realsee"),notes:g||hf[m].description,rotateX:b,rotateY:P,rotateZ:E}})})}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=gd(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 an(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 fd({target:this.container,intro:!0,props:i})}};const pP=(n,t)=>new gP(n,t);let mP=class extends hn{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=pd(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:nn(i==null?void 0:i.staticPrefix,rs),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:rn,attachedTo:ns.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:F(F({},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?Ho(i,["selector","scale"]):{},r=F(F({},s.missingFloorConfig),o.missingFloorConfig),a=de(F(F({},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&&gi(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 an(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=gd(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 an(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 md(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;No(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;No(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?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 fd({target:this.container,intro:!0,props:i})}};const vP=(n,t)=>new mP(n,t);function bP(n){De(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 AP(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"),R(i,"background-image","url("+(n[0]||rn)+")"),R(i,"transform",n[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),R(e,"transform",n[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),R(t,"opacity",n[3]?1:0)},m(s,o){Y(s,t,o),_(t,e),_(e,i)},p(s,[o]){o&1&&R(i,"background-image","url("+(s[0]||rn)+")"),(o&1||o&3)&&R(i,"transform",s[1]),o&4&&R(e,"transform",s[2]),o&8&&R(t,"opacity",s[3]?1:0)},i:oe,o:oe,d(s){s&&X(t)}}}function yP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function wP(n,t,e){var P,E;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,p=(E=(P=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:P.floorIndex)!=null?E:0;function g(I,z){const D=I.bounding,j=I.observers[z];if(!j)return"";const T=(D.max.x-D.min.x)*l,O=(D.max.y-D.min.y)*l,A=Math.floor(j.positionInImage.x*T),C=Math.floor(j.positionInImage.y*O);return`translate(${A}px, ${C}px)`}function m(I){e(7,d=I)}function v(I){e(9,p=a.work.observers[I].floorIndex)}const b=Zr(I=>{e(8,u=I.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",m),a.on("panoArrived",v),a.on("cameraDirectionUpdate",b),function(){a.off("panoWillArrive",m),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[p]),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=yP(u))},[h,r,o,s,a,l,c,d,u,p,i]}let PP=class extends Pe{constructor(t){super(),we(this,t,wP,AP,ye,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},bP)}};function CP(n){De(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 df(n,t,e){const i=n.slice();return i[1]=t[e],i}function uf(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"),R(i,"background-image",`url(${t[1].icon.url})`),R(i,"width",s),R(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),R(e,"top",a),R(e,"left",l),this.first=e},m(c,h){Y(c,e,h),_(e,i),_(e,r)},p(c,h){t=c,h&1&&R(i,"background-image",`url(${t[1].icon.url})`);const d=h&1;d&&R(i,"width",s),d&&R(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&R(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&R(e,"left",l)},d(c){c&&X(e)}}}function IP(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=df(n,s,r),l=o(a);i.set(l,e[r]=uf(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=ri(e,a,o,1,r,s,i,t,ia,uf,null,df))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function EP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}let MP=class extends Pe{constructor(t){super(),we(this,t,EP,IP,ye,{extraObjects:0},CP)}};function kP(n){De(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 xP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=ft(l,a[h]);t=new dd({props:l}),i=new MP({props:{extraObjects:n[7]}});let c=n[3]&&ff(n);return{c(){me(t.$$.fragment),e=le(),me(i.$$.fragment),s=le(),c&&c.c(),o=Ve()},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 p={};d&128&&(p.extraObjects=h[7]),i.$set(p),h[3]?c?(c.p(h,d),d&8&&H(c,1)):(c=ff(h),c.c(),H(c,1),c.m(o.parentNode,o)):c&&(ke(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(H(t.$$.fragment,h),H(i.$$.fragment,h),H(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){pe(t,h),h&&X(e),pe(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function SP(n){let t,e,i;return{c(){t=U("div"),e=U("img"),w(e,"class","missing-floor-image svelte-18287ai"),ht(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),_(t,e)},p(s,o){o&64&&!ht(e.src,i=s[6])&&w(e,"src",i)},i:oe,o:oe,d(s){s&&X(t)}}}function ff(n){let t,e;const i=[{five:n[0],pxmm:n[1],floorIndex:n[2],floorplanData:n[4],onRoomHeightClick:n[9],highlightData:n[5],hoveredRoom:void 0}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new ud({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function DP(n){let t,e,i,s;const o=[SP,xP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Ve()},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):(ke(),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()),H(e,1),e.m(i.parentNode,i))},i(l){s||(H(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function TP(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:p}=t;const g=void 0;return n.$$set=m=>{"five"in m&&e(0,r=m.five),"pxmm"in m&&e(1,a=m.pxmm),"floorIndex"in m&&e(2,l=m.floorIndex),"hoverEnable"in m&&e(3,c=m.hoverEnable),"floorplanData"in m&&e(4,h=m.floorplanData),"extraObjects"in m&&e(10,d=m.extraObjects),"highlightData"in m&&e(5,u=m.highlightData),"missingFloorImageUrl"in m&&e(6,p=m.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(m=>m.floorIndex===l))},[r,a,l,c,h,u,p,o,s,g,d,i]}let LP=class extends Pe{constructor(t){super(),we(this,t,TP,DP,ye,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},kP)}};function zP(n){De(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 gf(n){let t,e,i,s,o=n[8]!==0&&pf(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=[si(zi.call(null,t)),je(t,"clientWidth",n[14]),je(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&H(o,1)):(o=pf(r),o.c(),H(o,1),o.m(t,null)):o&&(ke(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(H(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,dt(s)}}}function pf(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=ft(c,l[u]);e=new LP({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=ft(d,h[u]);return s=new PP({props:d}),{c(){t=U("div"),me(e.$$.fragment),i=le(),me(s.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),R(t,"width",o),R(t,"height",r)},m(u,p){Y(u,t,p),ge(e,t,null),_(t,i),ge(s,t,null),a=!0},p(u,p){const g=p&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 m=p&2073?vt(h,[{pxmm:u[11],five:u[0],floorplanData:u[3],cameraImageUrl:u[4]}]):{};s.$set(m),p&1024&&o!==(o=`${u[10]}px`)&&R(t,"width",o),p&8192&&r!==(r=`${u[13]}px`)&&R(t,"height",r)},i(u){a||(H(e.$$.fragment,u),H(s.$$.fragment,u),a=!0)},o(u){Z(e.$$.fragment,u),Z(s.$$.fragment,u),a=!1},d(u){u&&X(t),pe(e),pe(s)}}}function OP(n){let t,e,i=n[1]&&gf(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=gf(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function jP(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,p=0,g=0,m=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,p=D.detail)},E=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(p,g),{max:j,min:T}=r.bounding,O=j.x-T.x,A=j.y-T.y,C=function(){return O>A?[D,D/O*A]:[D/A*O,D]}();e(10,m=C[0]),e(13,v=C[1]),e(11,d=m/O)}},[i,s,o,r,a,l,c,h,p,g,m,d,u,v,P,E]}let RP=class extends Pe{constructor(t){super(),we(this,t,jP,OP,ye,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},zP)}},_P=class extends hn{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:rn,missingFloorImageUrl:nn(i==null?void 0:i.staticPrefix,rs)},o=F(F({},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 an(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=T1(e,this.five,this.data),this.render())}formatData(e){return ie(this,null,function*(){return yield an(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?F(F({},s.config),e.config):s.config;this.state=de(F(F({},this.state),e),{config:o}),!Nt(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(F({},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 RP({target:this.wrapper,props:e})}};const VP=(n,t)=>new _P(n,t);function BP(n){De(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 FP(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"),R(i,"background-image","url("+(n[0]||rn)+")"),R(i,"transform",n[3]),R(i,"width",s),R(i,"height",o),R(i,"left",r),R(i,"top",a),R(i,"transform-origin",l),w(e,"class","plugin-radar__camera-position svelte-3rukxu"),R(e,"transform",n[4]),w(t,"class","plugin-radar__camera-wrapper svelte-3rukxu"),R(t,"opacity",n[5]?1:0)},m(c,h){Y(c,t,h),_(t,e),_(e,i)},p(c,[h]){h&1&&R(i,"background-image","url("+(c[0]||rn)+")");const d=h&1;(d||h&9)&&R(i,"transform",c[3]),(d||h&3&&s!==(s=`${c[1]}px`))&&R(i,"width",s),(d||h&3&&o!==(o=`${c[1]}px`))&&R(i,"height",o),(d||h&5&&r!==(r=`-${c[2]}px`))&&R(i,"left",r),(d||h&5&&a!==(a=`-${c[2]}px`))&&R(i,"top",a),(d||h&5&&l!==(l=`${c[2]}px ${c[2]}px`))&&R(i,"transform-origin",l),h&16&&R(e,"transform",c[4]),h&32&&R(t,"opacity",c[5]?1:0)},i:oe,o:oe,d(c){c&&X(t)}}}function HP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function NP(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,p=a.getCurrentState().panoIndex,g=a.getCurrentState().longitude,m=(z=(I=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:I.floorIndex)!=null?z:0;function v(D,j){const T=D.bounding,O=D.observers[j];if(!O)return"";const A=(T.max.x-T.min.x)*l,C=(T.max.y-T.min.y)*l,M=Math.floor(O.positionInImage.x*A),k=Math.floor(O.positionInImage.y*C);return`translate(${M}px, ${k}px)`}function b(D){e(9,p=D)}function P(D){e(11,m=a.work.observers[D].floorIndex)}const E=Zr(D=>{e(10,g=D.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",b),a.on("panoArrived",P),a.on("cameraDirectionUpdate",E),function(){a.off("panoWillArrive",b),a.off("panoArrived",P),a.off("cameraDirectionUpdate",E)})),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[m]),n.$$.dirty&4096&&e(5,s=i.rooms.length>0),n.$$.dirty&768&&e(4,o=v(c,p)),n.$$.dirty&1024&&e(3,r=HP(g))},[h,d,u,r,o,s,a,l,c,p,g,m,i]}class GP extends Pe{constructor(t){super(),we(this,t,NP,FP,ye,{five:6,pxmm:7,floorplanData:8,cameraImageUrl:0,cameraSize:1,cameraOffset:2},BP)}}function WP(n){De(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 mf(n,t,e){const i=n.slice();return i[1]=t[e],i}function vf(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"),R(i,"background-image",`url(${t[1].icon.url})`),R(i,"width",s),R(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),R(e,"top",a),R(e,"left",l),this.first=e},m(c,h){Y(c,e,h),_(e,i),_(e,r)},p(c,h){t=c,h&1&&R(i,"background-image",`url(${t[1].icon.url})`);const d=h&1;d&&R(i,"width",s),d&&R(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&R(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&R(e,"left",l)},d(c){c&&X(e)}}}function UP(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=mf(n,s,r),l=o(a);i.set(l,e[r]=vf(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=ri(e,a,o,1,r,s,i,t,ia,vf,null,mf))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function QP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class XP extends Pe{constructor(t){super(),we(this,t,QP,UP,ye,{extraObjects:0},WP)}}function YP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=ft(l,a[h]);t=new dd({props:l}),i=new XP({props:{extraObjects:n[7]}});let c=n[3]&&bf(n);return{c(){me(t.$$.fragment),e=le(),me(i.$$.fragment),s=le(),c&&c.c(),o=Ve()},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 p={};d&128&&(p.extraObjects=h[7]),i.$set(p),h[3]?c?(c.p(h,d),d&8&&H(c,1)):(c=bf(h),c.c(),H(c,1),c.m(o.parentNode,o)):c&&(ke(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(H(t.$$.fragment,h),H(i.$$.fragment,h),H(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){pe(t,h),h&&X(e),pe(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function ZP(n){let t,e;return t=new S1({props:{missingFloorConfig:n[6]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function bf(n){let t,e;const i=[{five:n[0],pxmm:n[1],floorIndex:n[2],floorplanData:n[4],onRoomHeightClick:n[9],highlightData:n[5],hoveredRoom:void 0}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new ud({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function qP(n){let t,e,i,s;const o=[ZP,YP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Ve()},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):(ke(),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()),H(e,1),e.m(i.parentNode,i))},i(l){s||(H(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function JP(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:p}=t,{missingFloorImageUrl:g}=t;const m=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,p=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,p,o,s,m,d,g,i]}class KP extends Pe{constructor(t){super(),we(this,t,JP,qP,ye,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorConfig:6,missingFloorImageUrl:11})}}function $P(n){De(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 Af(n,t,e){const i=n.slice();return i[6]=t[e],i}function yf(n,t){let e;return{key:n,first:null,c(){e=U("div"),w(e,"class","floorplan-guide-plugin__observer-dot svelte-6v429q"),R(e,"left",t[6].positionInImage.x*t[0]+"px"),R(e,"top",t[6].positionInImage.y*t[1]+"px"),R(e,"width",t[2]+"px"),R(e,"height",t[2]+"px"),this.first=e},m(i,s){Y(i,e,s)},p(i,s){t=i,s&9&&R(e,"left",t[6].positionInImage.x*t[0]+"px"),s&10&&R(e,"top",t[6].positionInImage.y*t[1]+"px"),s&4&&R(e,"width",t[2]+"px"),s&4&&R(e,"height",t[2]+"px")},d(i){i&&X(e)}}}function eC(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=Af(n,s,r),l=o(a);i.set(l,e[r]=yf(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=ri(e,a,o,1,r,s,i,t,ia,yf,null,Af))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function tC(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 iC extends Pe{constructor(t){super(),we(this,t,tC,eC,ye,{floorplanData:4,floorIndex:5,contentWidth:0,contentHeight:1,observerDotSize:2},$P)}}function nC(n){De(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 sC(n){let t,e,i=n[2]&&wf(n),s=n[3]&&n[4]&&Pf(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),_(t,e),s&&s.m(t,null)},p(o,r){o[2]?i?i.p(o,r):(i=wf(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3]&&o[4]?s?s.p(o,r):(s=Pf(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 oC(n){let t,e=n[5].outerHTML+"",i;return{c(){t=new _o(!1),i=Ve(),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 wf(n){let t,e=n[0].name+"",i;return{c(){t=U("span"),i=_e(e),w(t,"class","floorplan-guide-plugin__room-name svelte-qulme3")},m(s,o){Y(s,t,o),_(t,i)},p(s,o){o&1&&e!==(e=s[0].name+"")&&Fe(i,e)},d(s){s&&X(t)}}}function Pf(n){let t,e;return{c(){t=U("span"),e=_e(n[4]),w(t,"class","floorplan-guide-plugin__room-area svelte-qulme3")},m(i,s){Y(i,t,s),_(t,e)},p(i,s){s&16&&Fe(e,i[4])},d(i){i&&X(t)}}}function rC(n){let t,e,i;function s(a,l){return a[5]?oC:sC}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"),Ce(t,"floorplan-guide-plugin__room-label--hovered",n[1]),Ce(t,"floorplan-guide-plugin__room-label--hidden",!n[10]),R(t,"left",n[6]),R(t,"top",n[7])},m(a,l){Y(a,t,l),r.m(t,null),e||(i=[je(t,"mouseenter",n[17]),je(t,"mouseleave",n[18]),je(t,"keydown",aC),si(zi.call(null,t)),je(t,"clientWidth",n[19]),je(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&&Ce(t,"floorplan-guide-plugin__room-label--hovered",a[1]),l&1024&&Ce(t,"floorplan-guide-plugin__room-label--hidden",!a[10]),l&64&&R(t,"left",a[6]),l&128&&R(t,"top",a[7])},i:oe,o:oe,d(a){a&&X(t),r.d(),e=!1,dt(i)}}}const aC=()=>{};function lC(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:p}=t,{left:g}=t,{top:m}=t,{createLabelInRoomChecker:v}=t;const b=zn();let P=0,E=0;const I=()=>b("mouseenter"),z=()=>b("mouseleave"),D=T=>{e(8,P=T.detail)},j=T=>{e(9,E=T.detail)};return n.$$set=T=>{"room"in T&&e(0,r=T.room),"isHovered"in T&&e(1,a=T.isHovered),"roomNameEnable"in T&&e(2,l=T.roomNameEnable),"roomAreaEnable"in T&&e(3,c=T.roomAreaEnable),"roomAreaSize"in T&&e(4,h=T.roomAreaSize),"userConfigElement"in T&&e(5,d=T.userConfigElement),"adaptiveRoomLabelVisibleEnable"in T&&e(12,u=T.adaptiveRoomLabelVisibleEnable),"pxmm"in T&&e(13,p=T.pxmm),"left"in T&&e(6,g=T.left),"top"in T&&e(7,m=T.top),"createLabelInRoomChecker"in T&&e(14,v=T.createLabelInRoomChecker)},n.$$.update=()=>{n.$$.dirty&768&&e(16,i={width:P,height:E}),n.$$.dirty&81921&&e(15,s=i?v(r,i):void 0),n.$$.dirty&45058&&e(10,o=u?a||(s?s(p):!0):!0)},[r,a,l,c,h,d,g,m,P,E,o,b,u,p,v,s,i,I,z,D,j]}class cC extends Pe{constructor(t){super(),we(this,t,lC,rC,ye,{room:0,isHovered:1,roomNameEnable:2,roomAreaEnable:3,roomAreaSize:4,userConfigElement:5,adaptiveRoomLabelVisibleEnable:12,pxmm:13,left:6,top:7,createLabelInRoomChecker:14},nC)}}function hC(n){De(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 Cf(n,t,e){const i=n.slice();return i[17]=t[e],i}function If(n,t){let e,i,s;function o(){return t[15](t[17])}return i=new cC({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:fC}}),i.$on("mouseenter",o),i.$on("mouseleave",t[10]),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,r),s=!0)},o(r){Z(i.$$.fragment,r),s=!1},d(r){r&&X(e),pe(i,r)}}}function dC(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=Cf(n,a,c),d=l(h);i.set(d,e[c]=If(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=[si(zi.call(null,t)),je(t,"clientWidth",n[16])],o=!0)},p(c,[h]){h&2015&&(a=c[8],ke(),e=ri(e,h,l,1,c,a,i,t,cn,If,null,Cf),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)H(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,dt(r)}}}function uC(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 fC(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,p=o*d,g=e.map(([v,b])=>[v*d,b*d]);return[[u+l,p-c],[u-l,p-c],[u-l,p+c],[u+l,p+c]].every(v=>uC(v,g))}}function gC(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,p=0,g=0,m=null;function v(I){e(7,m=I.id)}function b(){e(7,m=null)}const P=I=>v(I),E=I=>{e(5,p=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,T=D.x-j.x;e(6,g=p/T)}},[a,c,h,d,u,p,g,m,s,v,b,o,r,l,i,P,E]}class pC extends Pe{constructor(t){super(),we(this,t,gC,dC,ye,{floorplanData:11,floorIndex:12,roomNameEnable:0,roomNameOtherTypeEnable:13,roomAreaEnable:1,adaptiveRoomLabelVisibleEnable:2,getRoomAreaText:3,getLabelElement:4},hC)}}function mC(n){De(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 vC(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=_e(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-19jnco7"),R(e,"background-image",`url(${D1})`),w(s,"class","floorplan-plugin__compass-text svelte-19jnco7"),w(t,"class","floorplan-plugin__compass svelte-19jnco7"),R(t,"transform",n[4]),R(t,"width",r),R(t,"height",a),R(t,"top",l),R(t,"transform-origin",c)},m(h,d){Y(h,t,d),_(t,e),_(t,i),_(t,s),_(s,o)},p(h,d){d&1&&Fe(o,h[0]),d&2&&r!==(r=`${h[1]}px`)&&R(t,"width",r),d&4&&a!==(a=`${h[2]}px`)&&R(t,"height",a),d&4&&l!==(l=`-${h[2]}px`)&&R(t,"top",l)},d(h){h&&X(t)}}}function bC(n){let t,e=n[3]&&vC(n);return{c(){e&&e.c(),t=Ve()},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 AC(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?hi(l):0)+90}deg)`,u=o/2,p=a+r/2;return n.$$set=m=>{"floorplanData"in m&&e(7,i=m.floorplanData),"northDesc"in m&&e(0,s=m.northDesc),"containerWidth"in m&&e(1,o=m.containerWidth),"containerHeight"in m&&e(8,r=m.containerHeight),"height"in m&&e(2,a=m.height)},[s,o,a,c,d,u,p,i,r]}class yC extends Pe{constructor(t){super(),we(this,t,AC,bC,ye,{floorplanData:7,northDesc:0,containerWidth:1,containerHeight:8,height:2},mC)}}function wC(n){De(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 Ef(n){let t,e,i,s,o=n[25]!==0&&Mf(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=[si(zi.call(null,t)),je(t,"clientWidth",n[33]),je(t,"clientHeight",n[34])],i=!0)},p(r,a){r[25]!==0?o?(o.p(r,a),a[0]&33554432&&H(o,1)):(o=Mf(r),o.c(),H(o,1),o.m(t,null)):o&&(ke(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(H(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,dt(s)}}}function Mf(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=ft(h,c[u]);e=new KP({props:h});let d=n[30]&&kf(n);return{c(){t=U("div"),me(e.$$.fragment),i=le(),d&&d.c(),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),R(t,"width",s),R(t,"height",o),R(t,"cursor",n[9]?"pointer":"default")},m(u,p){Y(u,t,p),ge(e,t,null),_(t,i),d&&d.m(t,null),r=!0,a||(l=je(t,"click",n[31]),a=!0)},p(u,p){const g=p[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,p),p[0]&1073741824&&H(d,1)):(d=kf(u),d.c(),H(d,1),d.m(t,null)):d&&(ke(),Z(d,1,1,()=>{d=null}),xe()),p[0]&134217728&&s!==(s=`${u[27]}px`)&&R(t,"width",s),p[0]&536870912&&o!==(o=`${u[29]}px`)&&R(t,"height",o),p[0]&512&&R(t,"cursor",u[9]?"pointer":"default")},i(u){r||(H(e.$$.fragment,u),H(d),r=!0)},o(u){Z(e.$$.fragment,u),Z(d),r=!1},d(u){u&&X(t),pe(e),d&&d.d(),a=!1,l()}}}function kf(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=ft(l,a[u]);t=new iC({props:l});let c=n[10]&&xf(n),h=n[17]&&Sf(n),d=n[22]&&Df(n);return{c(){me(t.$$.fragment),e=le(),c&&c.c(),i=le(),h&&h.c(),s=le(),d&&d.c(),o=Ve()},m(u,p){ge(t,u,p),Y(u,e,p),c&&c.m(u,p),Y(u,i,p),h&&h.m(u,p),Y(u,s,p),d&&d.m(u,p),Y(u,o,p),r=!0},p(u,p){const g=p[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,p),p[0]&1024&&H(c,1)):(c=xf(u),c.c(),H(c,1),c.m(i.parentNode,i)):c&&(ke(),Z(c,1,1,()=>{c=null}),xe()),u[17]?h?(h.p(u,p),p[0]&131072&&H(h,1)):(h=Sf(u),h.c(),H(h,1),h.m(s.parentNode,s)):h&&(ke(),Z(h,1,1,()=>{h=null}),xe()),u[22]?d?(d.p(u,p),p[0]&4194304&&H(d,1)):(d=Df(u),d.c(),H(d,1),d.m(o.parentNode,o)):d&&(ke(),Z(d,1,1,()=>{d=null}),xe())},i(u){r||(H(t.$$.fragment,u),H(c),H(h),H(d),r=!0)},o(u){Z(t.$$.fragment,u),Z(c),Z(h),Z(d),r=!1},d(u){pe(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 xf(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=ft(s,i[o]);return t=new pC({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function Sf(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=ft(s,i[o]);return t=new yC({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function Df(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=ft(s,i[o]);return t=new GP({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function PC(n){let t,e,i=n[1]&&Ef(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=Ef(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function CC(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:p=!0}=t,{roomLabelsEnable:g=!1}=t,{roomNameEnable:m=!0}=t,{roomNameOtherTypeEnable:v=!0}=t,{roomAreaEnable:b=!0}=t,{adaptiveRoomLabelVisibleEnable:P=!0}=t,{getRoomAreaText:E=ee=>(ee/1e6).toFixed(1)+"㎡"}=t,{getLabelElement:I=void 0}=t,{compassEnable:z=!1}=t,{northDesc:D="北"}=t,{compassHeight:j=50}=t,{observerDotSize:T=12}=t,{displayedFloorIndex:O}=t,{shouldShowRadar:A=!0}=t,{cameraSize:C=36}=t,{cameraOffset:M=28.5}=t,{onFloorplanClick:k=void 0}=t,S=0,L=0,N=0,V=0,J=0;function ne(ee){if(!p||!k)return;const Le=ee.currentTarget.getBoundingClientRect(),ae=ee.clientX-Le.left,Me=ee.clientY-Le.top,ue=ae/V,ce=Me/J;k({imageX:ue,imageY:ce,floorIndex:O,originalEvent:ee})}const $=ee=>{e(25,L=ee.detail)},re=ee=>{e(26,N=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,p=ee.clickEnable),"roomLabelsEnable"in ee&&e(10,g=ee.roomLabelsEnable),"roomNameEnable"in ee&&e(11,m=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,E=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,T=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,M=ee.cameraOffset),"onFloorplanClick"in ee&&e(32,k=ee.onFloorplanClick)},n.$$.update=()=>{var ee;if(n.$$.dirty[0]&234881032){const fe=Math.min(L,N),{max:Le,min:ae}=a.bounding,Me=Le.x-ae.x,ue=Le.y-ae.y,ce=function(){return Me>ue?[fe,fe/Me*ue]:[fe/ue*Me,fe]}();e(27,V=ce[0]),e(29,J=ce[1]),e(28,S=V/Me)}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,p,g,m,v,b,P,E,I,z,D,j,T,O,A,C,M,L,N,V,S,J,i,ne,k,$,re]}class IC extends Pe{constructor(t){super(),we(this,t,CC,PC,ye,{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},wC,[-1,-1])}}let EC=class extends hn{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,p=Math.sqrt(Math.pow(s-d,2)+Math.pow(o-u,2));p<l&&(l=p,a={panoIndex:h.index,distance:p,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:nn(i==null?void 0:i.staticPrefix,rs),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:D3,missingFloorImageUrl:nn(i==null?void 0:i.staticPrefix,rs),missingFloorConfig:F(F({},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=F(F({},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 an(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=T1(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 an(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?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 IC({target:this.wrapper,props:o})}};const MC=(n,t)=>new EC(n,t),kC=[{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:"和室"}],xC=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],SC=[{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:"写字楼"}],cc=(n,t,e)=>{const i=new y.Matrix4,s=new y.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},DC=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(cc(s,0,0)),o&&n.applyMatrix4(cc(0,o,0)),r&&n.applyMatrix4(cc(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function j1(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=F({map:s.material.map||{}},t);s.material=new W.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 R1={},Ai=void 0,TC=R1;function vd(n,t){var e=n.split("."),i=TC;!(e[0]in i)&&i.execScript&&i.execScript("var "+e[0]);for(var s;e.length&&(s=e.shift());)!e.length&&t!==Ai?i[s]=t:i=i[s]?i[s]:i[s]={}}var mt=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined"&&typeof DataView!="undefined";function Ms(n){var t=n.length,e=0,i=Number.POSITIVE_INFINITY,s,o,r,a,l,c,h,d,u,p;for(d=0;d<t;++d)n[d]>e&&(e=n[d]),n[d]<i&&(i=n[d]);for(s=1<<e,o=new(mt?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(p=r<<16|d,u=c;u<s;u+=l)o[u]=p;++a}++r,a<<=1,l<<=1}return[o,e,i]}function ms(n,t){switch(this.g=[],this.h=32768,this.d=this.f=this.a=this.l=0,this.input=mt?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 bd:this.b=32768,this.c=new(mt?Uint8Array:Array)(32768+this.h+258);break;case ol:this.b=0,this.c=new(mt?Uint8Array:Array)(this.h),this.e=this.z,this.n=this.v,this.j=this.w;break;default:throw Error("invalid inflate mode")}}var bd=0,ol=1,Tf={t:bd,s:ol};ms.prototype.k=function(){for(;!this.m;){var n=Di(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=Ai,a=Ai,l=i.length,c=Ai;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 bd:for(;s+r>i.length;){if(c=l-s,r-=c,mt)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(mt)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(LC,zC);break;case 2:for(var h=Di(this,5)+257,d=Di(this,5)+1,u=Di(this,4)+4,p=new(mt?Uint8Array:Array)(hc.length),g=Ai,m=Ai,v=Ai,b=Ai,P=Ai,E=Ai,I=Ai,D=Ai,z=Ai,D=0;D<u;++D)p[hc[D]]=Di(this,3);if(!mt)for(D=u,u=p.length;D<u;++D)p[hc[D]]=0;for(g=Ms(p),b=new(mt?Uint8Array:Array)(h+d),D=0,z=h+d;D<z;)switch(P=Hr(this,g),P){case 16:for(I=3+Di(this,2);I--;)b[D++]=E;break;case 17:for(I=3+Di(this,3);I--;)b[D++]=0;E=0;break;case 18:for(I=11+Di(this,7);I--;)b[D++]=0;E=0;break;default:E=b[D++]=P}m=Ms(mt?b.subarray(0,h):b.slice(0,h)),v=Ms(mt?b.subarray(h):b.slice(h)),this.j(m,v);break;default:throw Error("unknown BTYPE: "+n)}}return this.n()};var Lf=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],hc=mt?new Uint16Array(Lf):Lf,zf=[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],_1=mt?new Uint16Array(zf):zf,Of=[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=mt?new Uint8Array(Of):Of,jf=[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],V1=mt?new Uint16Array(jf):jf,Rf=[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=mt?new Uint8Array(Rf):Rf,Jc=new(mt?Uint8Array:Array)(288),Es,_f;Es=0;for(_f=Jc.length;Es<_f;++Es)Jc[Es]=143>=Es?8:255>=Es?9:279>=Es?7:8;var LC=Ms(Jc),Kc=new(mt?Uint8Array:Array)(30),Ra,Vf;Ra=0;for(Vf=Kc.length;Ra<Vf;++Ra)Kc[Ra]=5;var zC=Ms(Kc);function Di(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 Hr(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}ms.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=Hr(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=_1[r],0<rl[r]&&(l+=Di(this,rl[r])),o=Hr(this,t),a=V1[o],0<al[o]&&(a+=Di(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};ms.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=Hr(this,n))!==256;)if(256>o)i>=s&&(e=this.e(),s=e.length),e[i++]=o;else for(r=o-257,l=_1[r],0<rl[r]&&(l+=Di(this,rl[r])),o=Hr(this,t),a=V1[o],0<al[o]&&(a+=Di(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};ms.prototype.e=function(){var n=new(mt?Uint8Array:Array)(this.b-32768),t=this.b-32768,e,i,s=this.c;if(mt)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,mt)s.set(s.subarray(t,t+32768));else for(e=0;32768>e;++e)s[e]=s[t+e];return this.b=32768,s};ms.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,mt?(t=new Uint8Array(s),t.set(a)):t=a,this.c=t};ms.prototype.n=function(){var n=0,t=this.c,e=this.g,i,s=new(mt?Uint8Array:Array)(this.l+(this.b-32768)),o,r,a,l;if(e.length===0)return mt?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};ms.prototype.v=function(){var n,t=this.b;return mt?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 Ad(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 Bf:this.method=Bf;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 ms(n,{index:this.a,bufferSize:t.bufferSize,bufferType:t.bufferType,resize:t.resize})}Ad.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 Bf=8;vd("Zlib.Inflate",Ad);vd("Zlib.Inflate.prototype.decompress",Ad.prototype.k);var $c={ADAPTIVE:Tf.s,BLOCK:Tf.t},Er,Mr,ko,Ff;if(Object.keys)Er=Object.keys($c);else for(Mr in Er=[],ko=0,$c)Er[ko++]=Mr;ko=0;for(Ff=Er.length;ko<Ff;++ko)Mr=Er[ko],vd("Zlib.Inflate.BufferType."+Mr,$c[Mr]);var Hf=R1.Zlib,B1={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 W.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 p=h[O+1],g=c[d-O];l[d][O]=p+g;var m=l[O][d-1]/l[d][O];l[O][d]=u+p*m,u=g*m}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 E=1;E<=i;++E){var I=0,z=O-E,D=e-E;O>=E&&(P[b][0]=P[v][0]/l[D+1][z],I=P[b][0]*l[z][D]);for(var j=z>=-1?1:-z,T=O-1<=D?E-1:e-O,d=j;d<=T;++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][E]=-P[v][E-1]/l[D+1][O],I+=P[b][E]*l[O][D]),a[E][O]=I;var d=v;v=b,b=d}}for(var O=e,E=1;E<=i;++E){for(var d=0;d<=e;++d)a[E][d]*=O;O*=e-E}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 p=0;p<=o;++p){for(var d=c[a-n].clone().multiplyScalar(l[p][0]),g=1;g<=n;++g)d.add(c[a-n+g].clone().multiplyScalar(l[p][g]));r[p]=d}for(var p=o+1;p<=s+1;++p)r[p]=new W.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 W.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=[],p=0;p<=t;++p){u[p]=new W.Vector4(0,0,0,0);for(var g=0;g<=n;++g){var m=s[l-n+g][c-t+p].clone(),v=m.w;m.x*=v,m.y*=v,m.z*=v,u[p].add(m.multiplyScalar(h[g]))}}for(var b=new W.Vector4(0,0,0,0),p=0;p<=t;++p)b.add(u[p].multiplyScalar(d[p]));b.divideScalar(b.w),a.set(b.x,b.y,b.z)}},Gs=function(n,t,e,i,s){W.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 W.Vector4(r.x,r.y,r.z,r.w)}};Gs.prototype=Object.create(W.Curve.prototype);Gs.prototype.constructor=Gs;Gs.prototype.getPoint=function(n,t){var e=t||new W.Vector3,i=this.knots[this.startKnot]+n*(this.knots[this.endKnot]-this.knots[this.startKnot]),s=B1.calcBSplinePoint(this.degree,this.knots,this.controlPoints,i);return s.w!=1&&s.divideScalar(s.w),e.set(s.x,s.y,s.z)};Gs.prototype.getTangent=function(n,t){var e=t||new W.Vector3,i=this.knots[0]+n*(this.knots[this.knots.length-1]-this.knots[0]),s=B1.calcNURBSDerivatives(this.degree,this.knots,this.controlPoints,i,1);return e.copy(s[1]).normalize(),e};var F1=function(){var n,t,e;function i(A){W.Loader.call(this,A)}i.prototype=Object.assign(Object.create(W.Loader.prototype),{constructor:i,load:function(A,C,M,k){var S=this,L=S.path===""?W.LoaderUtils.extractUrlBase(A):S.path,N=new W.FileLoader(this.manager);N.setPath(S.path),N.setResponseType("arraybuffer"),N.load(A,function(V){try{C(S.parse(V,L))}catch(J){k?k(J):console.error(J),S.manager.itemError(A)}},M,k)},parse:function(A,C){if(d(A))n=new l().parse(A);else{var M=D(A);if(!u(M))throw new Error("THREE.FBXLoader: Unknown format.");if(p(M)<7e3)throw new Error("THREE.FBXLoader: FBX version not supported, FileVersion: "+p(M));n=new a().parse(M)}var k=new W.TextureLoader(this.manager).setPath(this.resourcePath||C).setCrossOrigin(this.crossOrigin);return new s(k,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),M=this.parseMaterials(C),k=this.parseDeformers(),S=new o().parse(k);return this.parseScene(k,S,M),e},parseConnections:function(){var A=new Map;if("Connections"in n){var C=n.Connections.connections;C.forEach(function(M){var k=M[0],S=M[1],L=M[2];A.has(k)||A.set(k,{parents:[],children:[]});var N={ID:S,relationship:L};A.get(k).parents.push(N),A.has(S)||A.set(S,{parents:[],children:[]});var V={ID:k,relationship:L};A.get(S).children.push(V)})}return A},parseImages:function(){var A={},C={};if("Video"in n.Objects){var M=n.Objects.Video;for(var k in M){var S=M[k],L=parseInt(k);if(A[L]=S.RelativeFilename||S.Filename,"Content"in S){var N=S.Content instanceof ArrayBuffer&&S.Content.byteLength>0,V=typeof S.Content=="string"&&S.Content!=="";if(N||V){var J=this.parseImage(M[k]);C[S.RelativeFilename||S.Filename]=J}}}}for(var L in A){var ne=A[L];C[ne]!==void 0?A[L]=C[ne]:A[L]=A[L].split("\\").pop()}return A},parseImage:function(A){var C=A.Content,M=A.RelativeFilename||A.Filename,k=M.slice(M.lastIndexOf(".")+1).toLowerCase(),S;switch(k){case"bmp":S="image/bmp";break;case"jpg":case"jpeg":S="image/jpeg";break;case"png":S="image/png";break;case"tif":S="image/tiff";break;case"tga":this.manager.getHandler(".tga")===null&&console.warn("FBXLoader: TGA loader not found, skipping ",M),S="image/tga";break;default:console.warn('FBXLoader: Image type "'+k+'" is not supported.');return}if(typeof C=="string")return"data:"+S+";base64,"+C;var L=new Uint8Array(C);return window.URL.createObjectURL(new Blob([L],{type:S}))},parseTextures:function(A){var C=new Map;if("Texture"in n.Objects){var M=n.Objects.Texture;for(var k in M){var S=this.parseTexture(M[k],A);C.set(parseInt(k),S)}}return C},parseTexture:function(A,C){var M=this.loadTexture(A,C);M.ID=A.id,M.name=A.attrName;var k=A.WrapModeU,S=A.WrapModeV,L=k!==void 0?k.value:0,N=S!==void 0?S.value:0;if(M.wrapS=L===0?W.RepeatWrapping:W.ClampToEdgeWrapping,M.wrapT=N===0?W.RepeatWrapping:W.ClampToEdgeWrapping,"Scaling"in A){var V=A.Scaling.value;M.repeat.x=V[0],M.repeat.y=V[1]}return M},loadTexture:function(A,C){var M,k=this.textureLoader.path,S=t.get(A.id).children;S!==void 0&&S.length>0&&C[S[0].ID]!==void 0&&(M=C[S[0].ID],(M.indexOf("blob:")===0||M.indexOf("data:")===0)&&this.textureLoader.setPath(void 0));var L,N=A.FileName.slice(-3).toLowerCase();if(N==="tga"){var V=this.manager.getHandler(".tga");V===null?(console.warn("FBXLoader: TGA loader not found, creating placeholder texture for",A.RelativeFilename),L=new W.Texture):L=V.load(M)}else N==="psd"?(console.warn("FBXLoader: PSD textures are not supported, creating placeholder texture for",A.RelativeFilename),L=new W.Texture):L=this.textureLoader.load(M);return this.textureLoader.setPath(k),L},parseMaterials:function(A){var C=new Map;if("Material"in n.Objects){var M=n.Objects.Material;for(var k in M){var S=this.parseMaterial(M[k],A);S!==null&&C.set(parseInt(k),S)}}return C},parseMaterial:function(A,C){var M=A.id,k=A.attrName,S=A.ShadingModel;if(typeof S=="object"&&(S=S.value),!t.has(M))return null;var L=this.parseParameters(A,C,M),N;switch(S.toLowerCase()){case"phong":N=new W.MeshPhongMaterial;break;case"lambert":N=new W.MeshLambertMaterial;break;default:console.warn('THREE.FBXLoader: unknown material type "%s". Defaulting to MeshPhongMaterial.',S),N=new W.MeshPhongMaterial;break}return N.setValues(L),N.name=k,N},parseParameters:function(A,C,M){var k={};A.BumpFactor&&(k.bumpScale=A.BumpFactor.value),A.Diffuse?k.color=new W.Color().fromArray(A.Diffuse.value):A.DiffuseColor&&A.DiffuseColor.type==="Color"&&(k.color=new W.Color().fromArray(A.DiffuseColor.value)),A.DisplacementFactor&&(k.displacementScale=A.DisplacementFactor.value),A.Emissive?k.emissive=new W.Color().fromArray(A.Emissive.value):A.EmissiveColor&&A.EmissiveColor.type==="Color"&&(k.emissive=new W.Color().fromArray(A.EmissiveColor.value)),A.EmissiveFactor&&(k.emissiveIntensity=parseFloat(A.EmissiveFactor.value)),A.Opacity&&(k.opacity=parseFloat(A.Opacity.value)),k.opacity<1&&(k.transparent=!0),A.ReflectionFactor&&(k.reflectivity=A.ReflectionFactor.value),A.Shininess&&(k.shininess=A.Shininess.value),A.Specular?k.specular=new W.Color().fromArray(A.Specular.value):A.SpecularColor&&A.SpecularColor.type==="Color"&&(k.specular=new W.Color().fromArray(A.SpecularColor.value));var S=this;return t.get(M).children.forEach(function(L){var N=L.relationship;switch(N){case"Bump":k.bumpMap=S.getTexture(C,L.ID);break;case"Maya|TEX_ao_map":k.aoMap=S.getTexture(C,L.ID);break;case"DiffuseColor":case"Maya|TEX_color_map":k.map=S.getTexture(C,L.ID),k.map.encoding=W.sRGBEncoding;break;case"DisplacementColor":k.displacementMap=S.getTexture(C,L.ID);break;case"EmissiveColor":k.emissiveMap=S.getTexture(C,L.ID),k.emissiveMap.encoding=W.sRGBEncoding;break;case"NormalMap":case"Maya|TEX_normal_map":k.normalMap=S.getTexture(C,L.ID);break;case"ReflectionColor":k.envMap=S.getTexture(C,L.ID),k.envMap.mapping=W.EquirectangularReflectionMapping,k.envMap.encoding=W.sRGBEncoding;break;case"SpecularColor":k.specularMap=S.getTexture(C,L.ID),k.specularMap.encoding=W.sRGBEncoding;break;case"TransparentColor":case"TransparencyFactor":k.alphaMap=S.getTexture(C,L.ID),k.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.",N);break}}),k},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 M=n.Objects.Deformer;for(var k in M){var S=M[k],L=t.get(parseInt(k));if(S.attrType==="Skin"){var N=this.parseSkeleton(L,M);N.ID=k,L.parents.length>1&&console.warn("THREE.FBXLoader: skeleton attached to more than one geometry is not supported."),N.geometryID=L.parents[0].ID,A[k]=N}else if(S.attrType==="BlendShape"){var V={id:k};V.rawTargets=this.parseMorphTargets(L,M),V.id=k,L.parents.length>1&&console.warn("THREE.FBXLoader: morph target attached to more than one geometry is not supported."),C[k]=V}}}return{skeletons:A,morphTargets:C}},parseSkeleton:function(A,C){var M=[];return A.children.forEach(function(k){var S=C[k.ID];if(S.attrType==="Cluster"){var L={ID:k.ID,indices:[],weights:[],transformLink:new W.Matrix4().fromArray(S.TransformLink.a)};"Indexes"in S&&(L.indices=S.Indexes.a,L.weights=S.Weights.a),M.push(L)}}),{rawBones:M,bones:[]}},parseMorphTargets:function(A,C){for(var M=[],k=0;k<A.children.length;k++){var S=A.children[k],L=C[S.ID],N={name:L.attrName,initialWeight:L.DeformPercent,id:L.id,fullWeights:L.FullWeights.a};if(L.attrType!=="BlendShapeChannel")return;N.geoID=t.get(parseInt(S.ID)).children.filter(function(V){return V.relationship===void 0})[0].ID,M.push(N)}return M},parseScene:function(A,C,M){e=new W.Group;var k=this.parseModels(A.skeletons,C,M),S=n.Objects.Model,L=this;k.forEach(function(V){var J=S[V.ID];L.setLookAtProperties(V,J);var ne=t.get(V.ID).parents;ne.forEach(function($){var re=k.get($.ID);re!==void 0&&re.add(V)}),V.parent===null&&e.add(V)}),this.bindSkeleton(A.skeletons,C,k),this.createAmbientLight(),this.setupMorphMaterials(),e.traverse(function(V){if(V.userData.transformData){V.parent&&(V.userData.transformData.parentMatrixWorld=V.parent.matrix);var J=E(V.userData.transformData);V.applyMatrix4(J)}});var N=new r().parse();e.children.length===1&&e.children[0].isGroup&&(e.children[0].animations=N,e=e.children[0]),e.animations=N},parseModels:function(A,C,M){var k=new Map,S=n.Objects.Model;for(var L in S){var N=parseInt(L),V=S[L],J=t.get(N),ne=this.buildSkeleton(J,A,N,V.attrName);if(!ne){switch(V.attrType){case"Camera":ne=this.createCamera(J);break;case"Light":ne=this.createLight(J);break;case"Mesh":ne=this.createMesh(J,C,M);break;case"NurbsCurve":ne=this.createCurve(J,C);break;case"LimbNode":case"Root":ne=new W.Bone;break;case"Null":default:ne=new W.Group;break}ne.name=V.attrName?W.PropertyBinding.sanitizeNodeName(V.attrName):"",ne.ID=N}this.getTransformData(ne,V),k.set(N,ne)}return k},buildSkeleton:function(A,C,M,k){var S=null;return A.parents.forEach(function(L){for(var N in C){var V=C[N];V.rawBones.forEach(function(J,ne){if(J.ID===L.ID){var $=S;S=new W.Bone,S.matrixWorld.copy(J.transformLink),S.name=k?W.PropertyBinding.sanitizeNodeName(k):"",S.ID=M,V.bones[ne]=S,$!==null&&S.add($)}})}}),S},createCamera:function(A){var C,M;if(A.children.forEach(function(re){var ee=n.Objects.NodeAttribute[re.ID];ee!==void 0&&(M=ee)}),M===void 0)C=new W.Object3D;else{var k=0;M.CameraProjectionType!==void 0&&M.CameraProjectionType.value===1&&(k=1);var S=1;M.NearPlane!==void 0&&(S=M.NearPlane.value/1e3);var L=1e3;M.FarPlane!==void 0&&(L=M.FarPlane.value/1e3);var N=window.innerWidth,V=window.innerHeight;M.AspectWidth!==void 0&&M.AspectHeight!==void 0&&(N=M.AspectWidth.value,V=M.AspectHeight.value);var J=N/V,ne=45;M.FieldOfView!==void 0&&(ne=M.FieldOfView.value);var $=M.FocalLength?M.FocalLength.value:null;switch(k){case 0:C=new W.PerspectiveCamera(ne,J,S,L),$!==null&&C.setFocalLength($);break;case 1:C=new W.OrthographicCamera(-N/2,N/2,V/2,-V/2,S,L);break;default:console.warn("THREE.FBXLoader: Unknown camera type "+k+"."),C=new W.Object3D;break}}return C},createLight:function(A){var C,M;if(A.children.forEach(function($){var re=n.Objects.NodeAttribute[$.ID];re!==void 0&&(M=re)}),M===void 0)C=new W.Object3D;else{var k;M.LightType===void 0?k=0:k=M.LightType.value;var S=16777215;M.Color!==void 0&&(S=new W.Color().fromArray(M.Color.value));var L=M.Intensity===void 0?1:M.Intensity.value/100;M.CastLightOnObject!==void 0&&M.CastLightOnObject.value===0&&(L=0);var N=0;M.FarAttenuationEnd!==void 0&&(M.EnableFarAttenuation!==void 0&&M.EnableFarAttenuation.value===0?N=0:N=M.FarAttenuationEnd.value);var V=1;switch(k){case 0:C=new W.PointLight(S,L,N,V);break;case 1:C=new W.DirectionalLight(S,L);break;case 2:var J=Math.PI/3;M.InnerAngle!==void 0&&(J=W.MathUtils.degToRad(M.InnerAngle.value));var ne=0;M.OuterAngle!==void 0&&(ne=W.MathUtils.degToRad(M.OuterAngle.value),ne=Math.max(ne,1)),C=new W.SpotLight(S,L,N,J,ne,V);break;default:console.warn("THREE.FBXLoader: Unknown light type "+M.LightType.value+", defaulting to a PointLight."),C=new W.PointLight(S,L);break}M.CastShadows!==void 0&&M.CastShadows.value===1&&(C.castShadow=!0)}return C},createMesh:function(A,C,M){var k,S=null,L=null,N=[];return A.children.forEach(function(V){C.has(V.ID)&&(S=C.get(V.ID)),M.has(V.ID)&&N.push(M.get(V.ID))}),N.length>1?L=N:N.length>0?L=N[0]:(L=new W.MeshPhongMaterial({color:13421772}),N.push(L)),"color"in S.attributes&&N.forEach(function(V){V.vertexColors=!0}),S.FBX_Deformer?(N.forEach(function(V){V.skinning=!0}),k=new W.SkinnedMesh(S,L),k.normalizeSkinWeights()):k=new W.Mesh(S,L),k},createCurve:function(A,C){var M=A.children.reduce(function(S,L){return C.has(L.ID)&&(S=C.get(L.ID)),S},null),k=new W.LineBasicMaterial({color:3342591,linewidth:1});return new W.Line(M,k)},getTransformData:function(A,C){var M={};"InheritType"in C&&(M.inheritType=parseInt(C.InheritType.value)),"RotationOrder"in C?M.eulerOrder=I(C.RotationOrder.value):M.eulerOrder="ZYX","Lcl_Translation"in C&&(M.translation=C.Lcl_Translation.value),"PreRotation"in C&&(M.preRotation=C.PreRotation.value),"Lcl_Rotation"in C&&(M.rotation=C.Lcl_Rotation.value),"PostRotation"in C&&(M.postRotation=C.PostRotation.value),"Lcl_Scaling"in C&&(M.scale=C.Lcl_Scaling.value),"ScalingOffset"in C&&(M.scalingOffset=C.ScalingOffset.value),"ScalingPivot"in C&&(M.scalingPivot=C.ScalingPivot.value),"RotationOffset"in C&&(M.rotationOffset=C.RotationOffset.value),"RotationPivot"in C&&(M.rotationPivot=C.RotationPivot.value),A.userData.transformData=M},setLookAtProperties:function(A,C){if("LookAtProperty"in C){var M=t.get(A.ID).children;M.forEach(function(k){if(k.relationship==="LookAtProperty"){var S=n.Objects.Model[k.ID];if("Lcl_Translation"in S){var L=S.Lcl_Translation.value;A.target!==void 0?(A.target.position.fromArray(L),e.add(A.target)):A.lookAt(new W.Vector3().fromArray(L))}}})}},bindSkeleton:function(A,C,M){var k=this.parsePoseNodes();for(var S in A){var L=A[S],N=t.get(parseInt(L.ID)).parents;N.forEach(function(V){if(C.has(V.ID)){var J=V.ID,ne=t.get(J);ne.parents.forEach(function($){if(M.has($.ID)){var re=M.get($.ID);re.bind(new W.Skeleton(L.bones),k[$.ID])}})}})}},parsePoseNodes:function(){var A={};if("Pose"in n.Objects){var C=n.Objects.Pose;for(var M in C)if(C[M].attrType==="BindPose"){var k=C[M].PoseNode;Array.isArray(k)?k.forEach(function(S){A[S.Node]=new W.Matrix4().fromArray(S.Matrix.a)}):A[k.Node]=new W.Matrix4().fromArray(k.Matrix.a)}}return A},createAmbientLight:function(){if("GlobalSettings"in n&&"AmbientColor"in n.GlobalSettings){var A=n.GlobalSettings.AmbientColor.value,C=A[0],M=A[1],k=A[2];if(C!==0||M!==0||k!==0){var S=new W.Color(C,M,k);e.add(new W.AmbientLight(S,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(M,k){A.setupMorphMaterial(C,M,k)}):A.setupMorphMaterial(C,C.material))})},setupMorphMaterial:function(A,C,M){var k=A.uuid,S=C.uuid,L=!1;if(e.traverse(function(V){V.isMesh&&(Array.isArray(V.material)?V.material.forEach(function(J){J.uuid===S&&V.uuid!==k&&(L=!0)}):V.material.uuid===S&&V.uuid!==k&&(L=!0))}),L===!0){var N=C.clone();N.morphTargets=!0,M===void 0?A.material=N:A.material[M]=N}else C.morphTargets=!0}};function o(){}o.prototype={constructor:o,parse:function(A){var C=new Map;if("Geometry"in n.Objects){var M=n.Objects.Geometry;for(var k in M){var S=t.get(parseInt(k)),L=this.parseGeometry(S,M[k],A);C.set(parseInt(k),L)}}return C},parseGeometry:function(A,C,M){switch(C.attrType){case"Mesh":return this.parseMeshGeometry(A,C,M);case"NurbsCurve":return this.parseNurbsGeometry(C)}},parseMeshGeometry:function(A,C,M){var k=M.skeletons,S=[],L=A.parents.map(function($){return n.Objects.Model[$.ID]});if(L.length!==0){var N=A.children.reduce(function($,re){return k[re.ID]!==void 0&&($=k[re.ID]),$},null);A.children.forEach(function($){M.morphTargets[$.ID]!==void 0&&S.push(M.morphTargets[$.ID])});var V=L[0],J={};"RotationOrder"in V&&(J.eulerOrder=I(V.RotationOrder.value)),"InheritType"in V&&(J.inheritType=parseInt(V.InheritType.value)),"GeometricTranslation"in V&&(J.translation=V.GeometricTranslation.value),"GeometricRotation"in V&&(J.rotation=V.GeometricRotation.value),"GeometricScaling"in V&&(J.scale=V.GeometricScaling.value);var ne=E(J);return this.genGeometry(C,N,S,ne)}},genGeometry:function(A,C,M,k){var S=new W.BufferGeometry;A.attrName&&(S.name=A.attrName);var L=this.parseGeoNode(A,C),N=this.genBuffers(L),V=new W.Float32BufferAttribute(N.vertex,3);if(V.applyMatrix4(k),S.setAttribute("position",V),N.colors.length>0&&S.setAttribute("color",new W.Float32BufferAttribute(N.colors,3)),C&&(S.setAttribute("skinIndex",new W.Uint16BufferAttribute(N.weightsIndices,4)),S.setAttribute("skinWeight",new W.Float32BufferAttribute(N.vertexWeights,4)),S.FBX_Deformer=C),N.normal.length>0){var J=new W.Matrix3().getNormalMatrix(k),ne=new W.Float32BufferAttribute(N.normal,3);ne.applyNormalMatrix(J),S.setAttribute("normal",ne)}if(N.uvs.forEach(function(Le,ae){var Me="uv"+(ae+1).toString();ae===0&&(Me="uv"),S.setAttribute(Me,new W.Float32BufferAttribute(N.uvs[ae],2))}),L.material&&L.material.mappingType!=="AllSame"){var $=N.materialIndex[0],re=0;if(N.materialIndex.forEach(function(Le,ae){Le!==$&&(S.addGroup(re,ae-re,$),$=Le,re=ae)}),S.groups.length>0){var ee=S.groups[S.groups.length-1],fe=ee.start+ee.count;fe!==N.materialIndex.length&&S.addGroup(fe,N.materialIndex.length-fe,$)}S.groups.length===0&&S.addGroup(0,N.materialIndex.length,N.materialIndex[0])}return this.addMorphTargets(S,A,M,k),S},parseGeoNode:function(A,C){var M={};if(M.vertexPositions=A.Vertices!==void 0?A.Vertices.a:[],M.vertexIndices=A.PolygonVertexIndex!==void 0?A.PolygonVertexIndex.a:[],A.LayerElementColor&&(M.color=this.parseVertexColors(A.LayerElementColor[0])),A.LayerElementMaterial&&(M.material=this.parseMaterialIndices(A.LayerElementMaterial[0])),A.LayerElementNormal&&(M.normal=this.parseNormals(A.LayerElementNormal[0])),A.LayerElementUV){M.uv=[];for(var k=0;A.LayerElementUV[k];)M.uv.push(this.parseUVs(A.LayerElementUV[k])),k++}return M.weightTable={},C!==null&&(M.skeleton=C,C.rawBones.forEach(function(S,L){S.indices.forEach(function(N,V){M.weightTable[N]===void 0&&(M.weightTable[N]=[]),M.weightTable[N].push({id:L,weight:S.weights[V]})})})),M},genBuffers:function(A){var C={vertex:[],normal:[],colors:[],uvs:[],materialIndex:[],vertexWeights:[],weightsIndices:[]},M=0,k=0,S=!1,L=[],N=[],V=[],J=[],ne=[],$=[],re=this;return A.vertexIndices.forEach(function(ee,fe){var Le=!1;ee<0&&(ee=ee^-1,Le=!0);var ae=[],Me=[];if(L.push(ee*3,ee*3+1,ee*3+2),A.color){var ue=v(fe,M,ee,A.color);V.push(ue[0],ue[1],ue[2])}if(A.skeleton){if(A.weightTable[ee]!==void 0&&A.weightTable[ee].forEach(function(Re){Me.push(Re.weight),ae.push(Re.id)}),Me.length>4){S||(console.warn("THREE.FBXLoader: Vertex has more than 4 skinning weights assigned to vertex. Deleting additional weights."),S=!0);var ce=[0,0,0,0],Se=[0,0,0,0];Me.forEach(function(Re,be){var Be=Re,ve=ae[be];Se.forEach(function(Ie,Oe,Xe){if(Be>Ie){Xe[Oe]=Be,Be=Ie;var Ye=ce[Oe];ce[Oe]=ve,ve=Ye}})}),ae=ce,Me=Se}for(;Me.length<4;)Me.push(0),ae.push(0);for(var te=0;te<4;++te)ne.push(Me[te]),$.push(ae[te])}if(A.normal){var ue=v(fe,M,ee,A.normal);N.push(ue[0],ue[1],ue[2])}if(A.material&&A.material.mappingType!=="AllSame")var Te=v(fe,M,ee,A.material)[0];A.uv&&A.uv.forEach(function(Re,be){var Be=v(fe,M,ee,Re);J[be]===void 0&&(J[be]=[]),J[be].push(Be[0]),J[be].push(Be[1])}),k++,Le&&(re.genFace(C,A,L,Te,N,V,J,ne,$,k),M++,k=0,L=[],N=[],V=[],J=[],ne=[],$=[])}),C},genFace:function(A,C,M,k,S,L,N,V,J,ne){for(var $=2;$<ne;$++)A.vertex.push(C.vertexPositions[M[0]]),A.vertex.push(C.vertexPositions[M[1]]),A.vertex.push(C.vertexPositions[M[2]]),A.vertex.push(C.vertexPositions[M[($-1)*3]]),A.vertex.push(C.vertexPositions[M[($-1)*3+1]]),A.vertex.push(C.vertexPositions[M[($-1)*3+2]]),A.vertex.push(C.vertexPositions[M[$*3]]),A.vertex.push(C.vertexPositions[M[$*3+1]]),A.vertex.push(C.vertexPositions[M[$*3+2]]),C.skeleton&&(A.vertexWeights.push(V[0]),A.vertexWeights.push(V[1]),A.vertexWeights.push(V[2]),A.vertexWeights.push(V[3]),A.vertexWeights.push(V[($-1)*4]),A.vertexWeights.push(V[($-1)*4+1]),A.vertexWeights.push(V[($-1)*4+2]),A.vertexWeights.push(V[($-1)*4+3]),A.vertexWeights.push(V[$*4]),A.vertexWeights.push(V[$*4+1]),A.vertexWeights.push(V[$*4+2]),A.vertexWeights.push(V[$*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(L[0]),A.colors.push(L[1]),A.colors.push(L[2]),A.colors.push(L[($-1)*3]),A.colors.push(L[($-1)*3+1]),A.colors.push(L[($-1)*3+2]),A.colors.push(L[$*3]),A.colors.push(L[$*3+1]),A.colors.push(L[$*3+2])),C.material&&C.material.mappingType!=="AllSame"&&(A.materialIndex.push(k),A.materialIndex.push(k),A.materialIndex.push(k)),C.normal&&(A.normal.push(S[0]),A.normal.push(S[1]),A.normal.push(S[2]),A.normal.push(S[($-1)*3]),A.normal.push(S[($-1)*3+1]),A.normal.push(S[($-1)*3+2]),A.normal.push(S[$*3]),A.normal.push(S[$*3+1]),A.normal.push(S[$*3+2])),C.uv&&C.uv.forEach(function(re,ee){A.uvs[ee]===void 0&&(A.uvs[ee]=[]),A.uvs[ee].push(N[ee][0]),A.uvs[ee].push(N[ee][1]),A.uvs[ee].push(N[ee][($-1)*2]),A.uvs[ee].push(N[ee][($-1)*2+1]),A.uvs[ee].push(N[ee][$*2]),A.uvs[ee].push(N[ee][$*2+1])})},addMorphTargets:function(A,C,M,k){if(M.length!==0){A.morphTargetsRelative=!0,A.morphAttributes.position=[];var S=this;M.forEach(function(L){L.rawTargets.forEach(function(N){var V=n.Objects.Geometry[N.geoID];V!==void 0&&S.genMorphGeometry(A,C,V,k,N.name)})})}},genMorphGeometry:function(A,C,M,k,S){for(var L=C.PolygonVertexIndex!==void 0?C.PolygonVertexIndex.a:[],N=M.Vertices!==void 0?M.Vertices.a:[],V=M.Indexes!==void 0?M.Indexes.a:[],J=A.attributes.position.count*3,ne=new Float32Array(J),$=0;$<V.length;$++){var re=V[$]*3;ne[re]=N[$*3],ne[re+1]=N[$*3+1],ne[re+2]=N[$*3+2]}var ee={vertexIndices:L,vertexPositions:ne},fe=this.genBuffers(ee),Le=new W.Float32BufferAttribute(fe.vertex,3);Le.name=S||M.attrName,Le.applyMatrix4(k),A.morphAttributes.position.push(Le)},parseNormals:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType,k=A.Normals.a,S=[];return M==="IndexToDirect"&&("NormalIndex"in A?S=A.NormalIndex.a:"NormalsIndex"in A&&(S=A.NormalsIndex.a)),{dataSize:3,buffer:k,indices:S,mappingType:C,referenceType:M}},parseUVs:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType,k=A.UV.a,S=[];return M==="IndexToDirect"&&(S=A.UVIndex.a),{dataSize:2,buffer:k,indices:S,mappingType:C,referenceType:M}},parseVertexColors:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType,k=A.Colors.a,S=[];return M==="IndexToDirect"&&(S=A.ColorIndex.a),{dataSize:4,buffer:k,indices:S,mappingType:C,referenceType:M}},parseMaterialIndices:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType;if(C==="NoMappingInformation")return{dataSize:1,buffer:[0],indices:[0],mappingType:"AllSame",referenceType:M};for(var k=A.Materials.a,S=[],L=0;L<k.length;++L)S.push(L);return{dataSize:1,buffer:k,indices:S,mappingType:C,referenceType:M}},parseNurbsGeometry:function(A){if(Gs===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 W.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 W.BufferGeometry;for(var M=C-1,k=A.KnotVector.a,S=[],L=A.Points.a,N=0,V=L.length;N<V;N+=4)S.push(new W.Vector4().fromArray(L,N));var J,ne;if(A.Form==="Closed")S.push(S[0]);else if(A.Form==="Periodic"){J=M,ne=k.length-1-J;for(var N=0;N<M;++N)S.push(S[N])}var $=new Gs(M,k,S,J,ne),re=$.getPoints(S.length*7),ee=new Float32Array(re.length*3);re.forEach(function(Le,ae){Le.toArray(ee,ae*3)});var fe=new W.BufferGeometry;return fe.setAttribute("position",new W.BufferAttribute(ee,3)),fe}};function r(){}r.prototype={constructor:r,parse:function(){var A=[],C=this.parseClips();if(C!==void 0)for(var M in C){var k=C[M],S=this.addClip(k);A.push(S)}return A},parseClips:function(){if(n.Objects.AnimationCurve!==void 0){var A=this.parseAnimationCurveNodes();this.parseAnimationCurves(A);var C=this.parseAnimationLayers(A),M=this.parseAnimStacks(C);return M}},parseAnimationCurveNodes:function(){var A=n.Objects.AnimationCurveNode,C=new Map;for(var M in A){var k=A[M];if(k.attrName.match(/S|R|T|DeformPercent/)!==null){var S={id:k.id,attr:k.attrName,curves:{}};C.set(S.id,S)}}return C},parseAnimationCurves:function(A){var C=n.Objects.AnimationCurve;for(var M in C){var k={id:C[M].id,times:C[M].KeyTime.a.map(g),values:C[M].KeyValueFloat.a},S=t.get(k.id);if(S!==void 0){var L=S.parents[0].ID,N=S.parents[0].relationship;N.match(/X/)?A.get(L).curves.x=k:N.match(/Y/)?A.get(L).curves.y=k:N.match(/Z/)?A.get(L).curves.z=k:N.match(/d|DeformPercent/)&&A.has(L)&&(A.get(L).curves.morph=k)}}},parseAnimationLayers:function(A){var C=n.Objects.AnimationLayer,M=new Map;for(var k in C){var S=[],L=t.get(parseInt(k));if(L!==void 0){var N=L.children;N.forEach(function(V,J){if(A.has(V.ID)){var ne=A.get(V.ID);if(ne.curves.x!==void 0||ne.curves.y!==void 0||ne.curves.z!==void 0){if(S[J]===void 0){var $=t.get(V.ID).parents.filter(function(Me){return Me.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.",V);return}var ee={modelName:re.attrName?W.PropertyBinding.sanitizeNodeName(re.attrName):"",ID:re.id,initialPosition:[0,0,0],initialRotation:[0,0,0],initialScale:[1,1,1]};e.traverse(function(Me){Me.ID===re.id&&(ee.transform=Me.matrix,Me.userData.transformData&&(ee.eulerOrder=Me.userData.transformData.eulerOrder))}),ee.transform||(ee.transform=new W.Matrix4),"PreRotation"in re&&(ee.preRotation=re.PreRotation.value),"PostRotation"in re&&(ee.postRotation=re.PostRotation.value),S[J]=ee}}S[J]&&(S[J][ne.attr]=ne)}else if(ne.curves.morph!==void 0){if(S[J]===void 0){var fe=t.get(V.ID).parents.filter(function(Se){return Se.relationship!==void 0})[0].ID,Le=t.get(fe).parents[0].ID,ae=t.get(Le).parents[0].ID,$=t.get(ae).parents[0].ID,re=n.Objects.Model[$],ee={modelName:re.attrName?W.PropertyBinding.sanitizeNodeName(re.attrName):"",morphName:n.Objects.Deformer[fe].attrName};S[J]=ee}S[J][ne.attr]=ne}}}),M.set(parseInt(k),S)}}return M},parseAnimStacks:function(A){var C=n.Objects.AnimationStack,M={};for(var k in C){var S=t.get(parseInt(k)).children;S.length>1&&console.warn("THREE.FBXLoader: Encountered an animation stack with multiple layers, this is currently not supported. Ignoring subsequent layers.");var L=A.get(S[0].ID);M[k]={name:C[k].attrName,layer:L}}return M},addClip:function(A){var C=[],M=this;return A.layer.forEach(function(k){C=C.concat(M.generateTracks(k))}),new W.AnimationClip(A.name,-1,C)},generateTracks:function(A){var C=[],M=new W.Vector3,k=new W.Quaternion,S=new W.Vector3;if(A.transform&&A.transform.decompose(M,k,S),M=M.toArray(),k=new W.Euler().setFromQuaternion(k,A.eulerOrder).toArray(),S=S.toArray(),A.T!==void 0&&Object.keys(A.T.curves).length>0){var L=this.generateVectorTrack(A.modelName,A.T.curves,M,"position");L!==void 0&&C.push(L)}if(A.R!==void 0&&Object.keys(A.R.curves).length>0){var N=this.generateRotationTrack(A.modelName,A.R.curves,k,A.preRotation,A.postRotation,A.eulerOrder);N!==void 0&&C.push(N)}if(A.S!==void 0&&Object.keys(A.S.curves).length>0){var V=this.generateVectorTrack(A.modelName,A.S.curves,S,"scale");V!==void 0&&C.push(V)}if(A.DeformPercent!==void 0){var J=this.generateMorphTrack(A);J!==void 0&&C.push(J)}return C},generateVectorTrack:function(A,C,M,k){var S=this.getTimesForAllAxes(C),L=this.getKeyframeTrackValues(S,C,M);return new W.VectorKeyframeTrack(A+"."+k,S,L)},generateRotationTrack:function(A,C,M,k,S,L){C.x!==void 0&&(this.interpolateRotations(C.x),C.x.values=C.x.values.map(W.MathUtils.degToRad)),C.y!==void 0&&(this.interpolateRotations(C.y),C.y.values=C.y.values.map(W.MathUtils.degToRad)),C.z!==void 0&&(this.interpolateRotations(C.z),C.z.values=C.z.values.map(W.MathUtils.degToRad));var N=this.getTimesForAllAxes(C),V=this.getKeyframeTrackValues(N,C,M);k!==void 0&&(k=k.map(W.MathUtils.degToRad),k.push(L),k=new W.Euler().fromArray(k),k=new W.Quaternion().setFromEuler(k)),S!==void 0&&(S=S.map(W.MathUtils.degToRad),S.push(L),S=new W.Euler().fromArray(S),S=new W.Quaternion().setFromEuler(S).inverse());for(var J=new W.Quaternion,ne=new W.Euler,$=[],re=0;re<V.length;re+=3)ne.set(V[re],V[re+1],V[re+2],L),J.setFromEuler(ne),k!==void 0&&J.premultiply(k),S!==void 0&&J.multiply(S),J.toArray($,re/3*4);return new W.QuaternionKeyframeTrack(A+".quaternion",N,$)},generateMorphTrack:function(A){var C=A.DeformPercent.curves.morph,M=C.values.map(function(S){return S/100}),k=e.getObjectByName(A.modelName).morphTargetDictionary[A.morphName];return new W.NumberKeyframeTrack(A.modelName+".morphTargetInfluences["+k+"]",C.times,M)},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(M,k){return M-k}).filter(function(M,k,S){return S.indexOf(M)==k}),C},getKeyframeTrackValues:function(A,C,M){var k=M,S=[],L=-1,N=-1,V=-1;return A.forEach(function(J){if(C.x&&(L=C.x.times.indexOf(J)),C.y&&(N=C.y.times.indexOf(J)),C.z&&(V=C.z.times.indexOf(J)),L!==-1){var ne=C.x.values[L];S.push(ne),k[0]=ne}else S.push(k[0]);if(N!==-1){var $=C.y.values[N];S.push($),k[1]=$}else S.push(k[1]);if(V!==-1){var re=C.z.values[V];S.push(re),k[2]=re}else S.push(k[2])}),S},interpolateRotations:function(A){for(var C=1;C<A.values.length;C++){var M=A.values[C-1],k=A.values[C]-M,S=Math.abs(k);if(S>=180){for(var L=S/180,N=k/L,V=M+N,J=A.times[C-1],ne=A.times[C]-J,$=ne/L,re=J+$,ee=[],fe=[];re<A.times[C];)ee.push(re),re+=$,fe.push(V),V+=N;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,M=A.split(/[\r\n]+/);return M.forEach(function(k,S){var L=k.match(/^[\s\t]*;/),N=k.match(/^[\s\t]*$/);if(!(L||N)){var V=k.match("^\\t{"+C.currentIndent+"}(\\w+):(.*){",""),J=k.match("^\\t{"+C.currentIndent+"}(\\w+):[\\s\\t\\r\\n](.*)"),ne=k.match("^\\t{"+(C.currentIndent-1)+"}}");V?C.parseNodeBegin(k,V):J?C.parseNodeProperty(k,J,M[++S]):ne?C.popStack():k.match(/^[^\s\t}]/)&&C.parseNodePropertyContinued(k)}}),this.allNodes},parseNodeBegin:function(A,C){var M=C[1].trim().replace(/^"/,"").replace(/"$/,""),k=C[2].split(",").map(function(V){return V.trim().replace(/^"/,"").replace(/"$/,"")}),S={name:M},L=this.parseNodeAttr(k),N=this.getCurrentNode();this.currentIndent===0?this.allNodes.add(M,S):M in N?(M==="PoseNode"?N.PoseNode.push(S):N[M].id!==void 0&&(N[M]={},N[M][N[M].id]=N[M]),L.id!==""&&(N[M][L.id]=S)):typeof L.id=="number"?(N[M]={},N[M][L.id]=S):M!=="Properties70"&&(M==="PoseNode"?N[M]=[S]:N[M]=S),typeof L.id=="number"&&(S.id=L.id),L.name!==""&&(S.attrName=L.name),L.type!==""&&(S.attrType=L.type),this.pushStack(S)},parseNodeAttr:function(A){var C=A[0];A[0]!==""&&(C=parseInt(A[0]),isNaN(C)&&(C=A[0]));var M="",k="";return A.length>1&&(M=A[1].replace(/^(\w+)::/,""),k=A[2]),{id:C,name:M,type:k}},parseNodeProperty:function(A,C,M){var k=C[1].replace(/^"/,"").replace(/"$/,"").trim(),S=C[2].replace(/^"/,"").replace(/"$/,"").trim();k==="Content"&&S===","&&(S=M.replace(/"/g,"").replace(/,$/,"").trim());var L=this.getCurrentNode(),N=L.name;if(N==="Properties70"){this.parseNodeSpecialProperty(A,k,S);return}if(k==="C"){var V=S.split(",").slice(1),J=parseInt(V[0]),ne=parseInt(V[1]),$=S.split(",").slice(3);$=$.map(function(re){return re.trim().replace(/^"/,"")}),k="connections",S=[J,ne],j(S,$),L[k]===void 0&&(L[k]=[])}k==="Node"&&(L.id=S),k in L&&Array.isArray(L[k])?L[k].push(S):k!=="a"?L[k]=S:L.a=S,this.setCurrentProp(L,k),k==="a"&&S.slice(-1)!==","&&(L.a=z(S))},parseNodePropertyContinued:function(A){var C=this.getCurrentNode();C.a+=A,A.slice(-1)!==","&&(C.a=z(C.a))},parseNodeSpecialProperty:function(A,C,M){var k=M.split('",').map(function(ne){return ne.trim().replace(/^\"/,"").replace(/\s/,"_")}),S=k[0],L=k[1],N=k[2],V=k[3],J=k[4];switch(L){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()[S]={type:L,type2:N,flag:V,value:J},this.setCurrentProp(this.getPrevNode(),S)}};function l(){}l.prototype={constructor:l,parse:function(A){var C=new c(A);C.skip(23);var M=C.getUint32();console.info("THREE.FBXLoader: FBX binary version: "+M);for(var k=new h;!this.endOfContent(C);){var S=this.parseNode(C,M);S!==null&&k.add(S.name,S)}return k},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 M={},k=C>=7500?A.getUint64():A.getUint32(),S=C>=7500?A.getUint64():A.getUint32();C>=7500?A.getUint64():A.getUint32();var L=A.getUint8(),N=A.getString(L);if(k===0)return null;for(var V=[],J=0;J<S;J++)V.push(this.parseProperty(A));var ne=V.length>0?V[0]:"",$=V.length>1?V[1]:"",re=V.length>2?V[2]:"";for(M.singleProperty=S===1&&A.getOffset()===k;k>A.getOffset();){var ee=this.parseNode(A,C);ee!==null&&this.parseSubNode(N,M,ee)}return M.propertyList=V,typeof ne=="number"&&(M.id=ne),$!==""&&(M.attrName=$),re!==""&&(M.attrType=re),N!==""&&(M.name=N),M},parseSubNode:function(A,C,M){if(M.singleProperty===!0){var k=M.propertyList[0];Array.isArray(k)?(C[M.name]=M,M.a=k):C[M.name]=k}else if(A==="Connections"&&M.name==="C"){var S=[];M.propertyList.forEach(function(re,ee){ee!==0&&S.push(re)}),C.connections===void 0&&(C.connections=[]),C.connections.push(S)}else if(M.name==="Properties70"){var L=Object.keys(M);L.forEach(function(re){C[re]=M[re]})}else if(A==="Properties70"&&M.name==="P"){var N=M.propertyList[0],V=M.propertyList[1],J=M.propertyList[2],ne=M.propertyList[3],$;N.indexOf("Lcl ")===0&&(N=N.replace("Lcl ","Lcl_")),V.indexOf("Lcl ")===0&&(V=V.replace("Lcl ","Lcl_")),V==="Color"||V==="ColorRGB"||V==="Vector"||V==="Vector3D"||V.indexOf("Lcl_")===0?$=[M.propertyList[4],M.propertyList[5],M.propertyList[6]]:$=M.propertyList[4],C[N]={type:V,type2:J,flag:ne,value:$}}else C[M.name]===void 0?typeof M.id=="number"?(C[M.name]={},C[M.name][M.id]=M):C[M.name]=M:M.name==="PoseNode"?(Array.isArray(C[M.name])||(C[M.name]=[C[M.name]]),C[M.name].push(M)):C[M.name][M.id]===void 0&&(C[M.name][M.id]=M)},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 M=A.getUint32();return A.getArrayBuffer(M);case"S":var M=A.getUint32();return A.getString(M);case"Y":return A.getInt16();case"b":case"c":case"d":case"f":case"i":case"l":var k=A.getUint32(),S=A.getUint32(),L=A.getUint32();if(S===0)switch(C){case"b":case"c":return A.getBooleanArray(k);case"d":return A.getFloat64Array(k);case"f":return A.getFloat32Array(k);case"i":return A.getInt32Array(k);case"l":return A.getInt64Array(k)}typeof Hf=="undefined"&&console.error("THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js");var N=new Hf.Inflate(new Uint8Array(A.getArrayBuffer(L))),V=new c(N.decompress().buffer);switch(C){case"b":case"c":return V.getBooleanArray(k);case"d":return V.getFloat64Array(k);case"f":return V.getFloat32Array(k);case"i":return V.getInt32Array(k);case"l":return V.getInt64Array(k)}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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)C[M]=this.getUint8();var k=C.indexOf(0);return k>=0&&(C=C.slice(0,k)),W.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","\\","\\"],M=0;function k(N){var V=A[N-1];return A=A.slice(M+N),M++,V}for(var S=0;S<C.length;++S){var L=k(1);if(L===C[S])return!1}return!0}function p(A){var C=/FBXVersion: (\d+)/,M=A.match(C);if(M){var k=parseInt(M[1]);return k}throw new Error("THREE.FBXLoader: Cannot find the version number for the file given.")}function g(A){return A/46186158e3}var m=[];function v(A,C,M,k){var S;switch(k.mappingType){case"ByPolygonVertex":S=A;break;case"ByPolygon":S=C;break;case"ByVertice":S=M;break;case"AllSame":S=k.indices[0];break;default:console.warn("THREE.FBXLoader: unknown attribute mapping type "+k.mappingType)}k.referenceType==="IndexToDirect"&&(S=k.indices[S]);var L=S*k.dataSize,N=L+k.dataSize;return T(m,k.buffer,L,N)}var b=new W.Euler,P=new W.Vector3;function E(A){var C=new W.Matrix4,M=new W.Matrix4,k=new W.Matrix4,S=new W.Matrix4,L=new W.Matrix4,N=new W.Matrix4,V=new W.Matrix4,J=new W.Matrix4,ne=new W.Matrix4,$=new W.Matrix4,re=new W.Matrix4,ee=A.inheritType?A.inheritType:0;if(A.translation&&C.setPosition(P.fromArray(A.translation)),A.preRotation){var fe=A.preRotation.map(W.MathUtils.degToRad);fe.push(A.eulerOrder),M.makeRotationFromEuler(b.fromArray(fe))}if(A.rotation){var fe=A.rotation.map(W.MathUtils.degToRad);fe.push(A.eulerOrder),k.makeRotationFromEuler(b.fromArray(fe))}if(A.postRotation){var fe=A.postRotation.map(W.MathUtils.degToRad);fe.push(A.eulerOrder),S.makeRotationFromEuler(b.fromArray(fe))}A.scale&&L.scale(P.fromArray(A.scale)),A.scalingOffset&&V.setPosition(P.fromArray(A.scalingOffset)),A.scalingPivot&&N.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 Le=M.multiply(k).multiply(S),ae=new W.Matrix4;$.extractRotation(ae);var Me=new W.Matrix4;Me.copyPosition($);var ue=new W.Matrix4;ue.getInverse(ae).multiply($);var ce=new W.Matrix4;if(ee===0)ce.copy(ae).multiply(Le).multiply(ue).multiply(L);else if(ee===1)ce.copy(ae).multiply(ue).multiply(Le).multiply(L);else{var Se=new W.Matrix4().getInverse(L),te=new W.Matrix4().multiply(ue).multiply(Se);ce.copy(ae).multiply(Le).multiply(te).multiply(L)}var Te=new W.Matrix4().getInverse(ne),Re=new W.Matrix4().getInverse(N),be=new W.Matrix4;be.copy(C).multiply(J).multiply(ne).multiply(M).multiply(k).multiply(S).multiply(Te).multiply(V).multiply(N).multiply(L).multiply(Re);var Be=new W.Matrix4().copyPosition(be),ve=new W.Matrix4().copy($).multiply(Be);return re.copyPosition(ve),be=new W.Matrix4().multiply(re).multiply(ce),be}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(M){return parseFloat(M)});return C}function D(A,C,M){return C===void 0&&(C=0),M===void 0&&(M=A.byteLength),W.LoaderUtils.decodeText(new Uint8Array(A,C,M))}function j(A,C){for(var M=0,k=A.length,S=C.length;M<S;M++,k++)A[k]=C[M]}function T(A,C,M,k){for(var S=M,L=0;S<k;S++,L++)A[L]=C[S];return A}function O(A,C,M){return A.slice(0,C).concat(M).concat(A.slice(C))}return i}();const OC=(n,t)=>{var m;const e=(t==null?void 0:t.fbx_url)||Yh,i=(m=t==null?void 0:t.north_rad)!=null?m: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(exports,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(T=>T.dispose()):(j=z.material)==null||j.dispose())}));const E=yield new F1().loadAsync(b);return j1(E,{transparent:!0,side:y.DoubleSide,blending:y.AdditiveBlending}),s.object=E,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)},p=()=>{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,E=b.max.z-b.min.z,I=Math.max(P,E),{max:{x:z,z:D},min:{x:j,y:T,z:O}}=b;s.yBase=T,o={x:(z+j)/2,y:T-1.6,z:(D+O)/2},r=[0,l-Math.PI/2,0],a=.0045*I,DC(v,{position:o,rotation:r,scale:a})}return{load:c,disable:p,enable:u}};function jC(n,t){var c,h,d,u,p;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=(p=t==null?void 0:t.textAlign)!=null?p:"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 W.CanvasTexture(a)}const RC=({x:n,y:t,z:e})=>new W.Vector3(n,t,e),_C=(n,t)=>{var m,v,b;const e={},i=(m=t==null?void 0:t.animationEnabled)!=null?m:!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)||qh,a=[],l=P=>ie(exports,null,function*(){var A,C,M,k,S,L,N,V;const E=(A=P==null?void 0:P.position)!=null?A:s;if(!E)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const I=RC(E),z=(C=P==null?void 0:P.rad)!=null?C:o,D=(M=P==null?void 0:P.fbx_url)!=null?M:r;if(e.rad=z,z===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${z}`));const j=yield new F1().loadAsync(D);j.position.copy(I),j.rotation.z=z,j.scale.set(.8,.8,.8),j1(j,{transparent:!0,side:y.DoubleSide});const T=(N=(L=(S=(k=j.children)==null?void 0:k[0])==null?void 0:S.children)==null?void 0:L[3])==null?void 0:N.clone();if(!T)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${T}`));const O=(V=t.name)!=null?V:"入户门";return T.material=new W.MeshBasicMaterial({transparent:!0,map:jC(O)}),T.renderOrder=3,j.children[0].add(T),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,E=new W.AnimationMixer(e.object);a.push(E);const I=E.clipAction(e.object.animations[0]);I.timeScale=P;let z;const D=()=>{let A=0,C=0;const M=1e3/30,k=S=>{A=requestAnimationFrame(k);const L=S-C;L<M||(C=S,a.forEach(N=>N.update(L/1e3)),n.needsRender=!0)};return A=requestAnimationFrame(k),()=>{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)}},VC=Bi;function BC(n,t,e,i=VC.Linear.None){const s=new vl(n).to(t,e).easing(i);ta(()=>s.start(0));const o=Qo(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 FC(n,t){return BC({progress:0},{progress:1},n,t)}var H1=(n=>(n.Move="Move",n.Rotate="Rotate",n))(H1||{}),Ji=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(Ji||{});const _a=Math.PI*2;function Nf(n){return(n%_a+_a)%_a}function Gf(n){return n%_a}function dc(n,t,e){return n+(t-n)*e}const eh=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Nf(n),r=Nf(t);return e===Ji.Anticlockwise&&o<r&&(o+=s),e===Ji.Clockwise&&r<o&&(r+=s),e===Ji.Loop&&r-o>i?eh(o,r,Ji.Anticlockwise):e===Ji.Loop&&o-r>i?eh(o,r,Ji.Clockwise):{from:o,to:r}},HC=n=>{const t={},e=(l,c,...h)=>ie(exports,[l,c,...h],function*(o,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),o.mode&&o.mode!==n.currentMode&&(yield n.changeMode(o.mode)),a.preload&&o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(yield n.preloadPano(o.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),o.panoIndex===void 0&&o.fov===void 0&&o.latitude===void 0&&o.longitude===void 0?!0:yield new Promise((d,u)=>{const p=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;p!==void 0?n.moveToPano(p,F({duration:r,moveEndCallback:()=>d(!0),moveCancelCallback:()=>u(new Error("move canceled"))},o)):u(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Gf(r.latitude),l=Gf(o.latitude),{from:c,to:h}=eh(r.longitude,o.longitude,o.rotation||Ji.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(exports,[l,c,...h],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==lt.Five.Mode.Panorama&&(yield n.changeMode(lt.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((p,g)=>{if(!o.panoIndex){p(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>p(!0),moveCancelCallback:()=>g(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:d,to:u}=i(o);return yield new Promise(p=>{const g=({progress:E})=>{const I={};I.longitude=dc(d.longitude,u.longitude,E),I.latitude=dc(d.latitude,u.latitude,E),I.fov=dc(d.fov,u.fov,E),n.setState(I,!0)},m=()=>{p(!0)},v=()=>{p(!1)},b=o.rotateSpeed?Math.ceil(Math.abs(u.longitude-d.longitude)/o.rotateSpeed*1e3):r,P=FC(b,Bi.Linear.None).onUpdate(g).onComplete(m).onDestroy(v);o.rotation===Ji.Loop&&P.repeat(1/0).yoyo(!0),t.interruptCallback=(E=!0)=>{P.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),p(E)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Wf(n,t){return n.x===t.x&&n.y===t.y}function N1(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function ll(n,t){return(t.y-n.y)/(t.x-n.x)}function G1(n,t,e){const i=ll(n[1],n[0]),s=ll(t[1],t[0]);if(isNaN(i)||isNaN(s)||N1(i,s))return!1;if(Ia(n[0],t))return n[0];if(Ia(n[1],t))return n[1];if(Ia(t[0],n))return t[0];if(Ia(t[1],n))return t[1];if(e&&!GC(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 Ia(n,t){return Wf(n,t[0])||Wf(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&&N1(ll(t[0],n),ll(n,t[1]))}function NC(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 Ea(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function GC(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)&&Ea(t[0],n[1],n[0])*Ea(n[1],t[1],n[0])>0&&Ea(n[0],t[1],t[0])*Ea(t[1],n[1],t[0])>0?1:0}function W1(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>W1(n,t-1))}const WC=`<style type="text/css">
508
+ `;return n.$$set=o=>{"content"in o&&e(0,i=o.content)},[i,s]}class A2 extends Pe{constructor(t){super(),we(this,t,b2,v2,ye,{content:0},m2)}}function y2(n){De(n,"svelte-ozpg4a",".floorplan-plugin__base-image.svelte-ozpg4a{position:absolute;z-index:10;width:100%;height:100%;pointer-events:none}")}function w2(n){let t,e;return t=new p2({props:{url:n[1].url}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function P2(n){let t,e;return t=new A2({props:{content:n[0]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function C2(n){let t,e,i,s;const o=[P2,w2],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&&(ke(),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()),H(i,1),i.m(t,null)):i=null)},i(l){s||(H(i),s=!0)},o(l){Z(i),s=!1},d(l){l&&X(t),~e&&r[e].d()}}}function I2(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 dd extends Pe{constructor(t){super(),we(this,t,I2,C2,ye,{floorIndex:2,floorplanData:3},y2)}}function E2(n){De(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 M2(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=_e(r),w(e,"class","floorplan-plugin__img svelte-2r6702"),ht(e.src,i=n[6])||w(e,"src",i),w(e,"alt",""),R(e,"transform",n[5]),w(o,"class","floorplan-plugin__notes svelte-2r6702"),w(t,"class","floorplan-plugin__item svelte-2r6702"),R(t,"left",n[1]),R(t,"top",n[2]),R(t,"width",n[3]),R(t,"height",n[4])},m(l,c){Y(l,t,c),_(t,e),_(t,s),_(t,o),_(o,a)},p(l,[c]){c&1&&r!==(r=l[0].notes+"")&&Fe(a,r)},i:oe,o:oe,d(l){l&&X(t)}}}function k2(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 x2 extends Pe{constructor(t){super(),we(this,t,k2,M2,ye,{item:0},E2)}}function S2(n){De(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 Du(n,t,e){const i=n.slice();return i[6]=t[e],i}function Tu(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=Du(n,a,c),d=l(h);i.set(d,e[c]=Lu(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=[si(zi.call(null,t)),je(t,"clientWidth",n[4])],o=!0)},p(c,h){h&2&&(a=c[1],ke(),e=ri(e,h,l,1,c,a,i,t,cn,Lu,null,Du),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)H(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,dt(r)}}}function Lu(n,t){let e,i,s;const o=[{item:t[6]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new x2({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function D2(n){let t,e,i=n[1]&&Tu(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=Tu(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function T2(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 L2 extends Pe{constructor(t){super(),we(this,t,T2,D2,ye,{floorIndex:2,floorplanData:3},S2)}}function z2(n){De(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 O2(n){let t,e=n[18].outerHTML+"",i;return{c(){t=new _o(!1),i=Ve(),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 j2(n){let t,e,i,s,o,r,a=n[1]&&zu(n),l=n[0]&&Ou(n),c=n[3]&&ju(n);return{c(){t=U("div"),a&&a.c(),e=le(),l&&l.c(),i=le(),c&&c.c(),s=Ve(),w(t,"class","floorplan-plugin__room-part1 svelte-9vzn2f"),R(t,"opacity",n[14]?"1":"0")},m(h,d){Y(h,t,d),a&&a.m(t,null),_(t,e),l&&l.m(t,null),Y(h,i,d),c&&c.m(h,d),Y(h,s,d),o||(r=[si(zi.call(null,t)),je(t,"clientWidth",n[35]),je(t,"clientHeight",n[36])],o=!0)},p(h,d){h[1]?a?a.p(h,d):(a=zu(h),a.c(),a.m(t,e)):a&&(a.d(1),a=null),h[0]?l?l.p(h,d):(l=Ou(h),l.c(),l.m(t,null)):l&&(l.d(1),l=null),d[0]&16384&&R(t,"opacity",h[14]?"1":"0"),h[3]?c?c.p(h,d):(c=ju(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,dt(r)}}}function zu(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=_e(e),w(t,"class","floorplan-plugin__room-name"),R(t,"font-size",n[11])},m(s,o){Y(s,t,o),_(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)+"")&&Fe(i,e),o[0]&2048&&R(t,"font-size",s[11])},d(s){s&&X(t)}}}function Ou(n){let t,e;return{c(){t=U("span"),e=_e(n[17]),w(t,"class","floorplan-plugin__room-area svelte-9vzn2f"),R(t,"font-size",n[10])},m(i,s){Y(i,t,s),_(t,e)},p(i,s){s[0]&131072&&Fe(e,i[17]),s[0]&1024&&R(t,"font-size",i[10])},d(i){i&&X(t)}}}function ju(n){let t,e;return{c(){t=U("span"),e=_e(n[16]),w(t,"class","floorplan-plugin__room-size"),R(t,"font-size",n[10]),R(t,"opacity",n[13]?"0.6":"0")},m(i,s){Y(i,t,s),_(t,e)},p(i,s){s[0]&65536&&Fe(e,i[16]),s[0]&1024&&R(t,"font-size",i[10]),s[0]&8192&&R(t,"opacity",i[13]?"0.6":"0")},d(i){i&&X(t)}}}function R2(n){let t,e,i;function s(a,l){if(a[5]===void 0)return j2;if(a[18])return O2}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"),R(t,"left",n[19]),R(t,"top",n[20]),R(t,"font-size",n[11]),R(t,"opacity",n[15]?"1":"0"),R(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=[si(zi.call(null,t)),je(t,"clientWidth",n[37]),je(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&&R(t,"font-size",a[11]),l[0]&32768&&R(t,"opacity",a[15]?"1":"0"),l[0]&4096&&R(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,dt(i)}}}function _2(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 V2(n,t,e){let i,s,o,r,a,l,c,h,d,u,p,g,m,v,b,P,{pxmm:E}=t,{roomAreaEnable:I}=t,{roomNameEnable:z}=t,{roomNameOtherTypeEnable:D}=t,{roomDimensionEnable:j}=t,{room:T}=t,{hoveredRoom:O}=t,{getRoomAreaText:A}=t,{getRoomDimensionText:C}=t,{getLabelElement:M}=t,{adaptiveRoomLabelVisibleEnable:k}=t,{fontSize:S}=t;function L(ce,Se){if(Se.width===0||Se.height===0)return()=>!1;const te=ce.path.map(({x:Xe,y:Ye})=>[Xe,Ye]),Te=ce.roomLabel.position,{x:Re,y:be}=Te,{width:Be,height:ve}=Se,Ie=Be/2,Oe=ve/2;return function(Ye){const st=Re*Ye,Je=be*Ye,et=te.map(([rt,Rt])=>[rt*Ye,Rt*Ye]);return[[st+Ie,Je-Oe],[st-Ie,Je-Oe],[st-Ie,Je+Oe],[st+Ie,Je+Oe]].every(rt=>_2(rt,et))}}const N=T.roomLabel,V=N.positionInImage.x*100+"%",J=N.positionInImage.y*100+"%";let ne=0,$=0,re=0,ee=0,fe=!1;O.subscribe(function(Se){e(27,fe=!!Se&&Se.id===T.id)});const Le=ce=>{e(8,re=ce.detail)},ae=ce=>{e(9,ee=ce.detail)},Me=ce=>{e(6,ne=ce.detail)},ue=ce=>{e(7,$=ce.detail)};return n.$$set=ce=>{"pxmm"in ce&&e(21,E=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,T=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,M=ce.getLabelElement),"adaptiveRoomLabelVisibleEnable"in ce&&e(25,k=ce.adaptiveRoomLabelVisibleEnable),"fontSize"in ce&&e(26,S=ce.fontSize)},n.$$.update=()=>{var ce,Se;n.$$.dirty[0]&67108864&&e(28,i=cd[S]),n.$$.dirty[0]&48&&e(18,s=M==null?void 0:M(T)),n.$$.dirty[0]&8388624&&e(17,o=T.size?A(T.size):""),n.$$.dirty[0]&16777232&&e(16,r=T!=null&&T.dimension?C((ce=T.dimension)==null?void 0:ce.width,(Se=T.dimension)==null?void 0:Se.height):""),n.$$.dirty[0]&768&&e(34,a={width:re,height:ee}),n.$$.dirty[0]&16|n.$$.dirty[1]&8&&e(33,l=a?L(T,a):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&4&&e(30,c=k?!!(l!=null&&l(E)):!0),n.$$.dirty[0]&192&&e(32,h={width:ne,height:$}),n.$$.dirty[0]&16|n.$$.dirty[1]&2&&e(31,d=h?L(T,h):void 0),n.$$.dirty[0]&35651584|n.$$.dirty[1]&1&&e(29,u=k?!!(d!=null&&d(E)):!0),n.$$.dirty[0]&1744830464&&e(15,p=u||c||fe),n.$$.dirty[0]&1207959552&&e(14,g=c||fe),n.$$.dirty[0]&671088640&&e(13,m=u||fe),n.$$.dirty[0]&1610612736&&e(12,v=c&&!u),n.$$.dirty[0]&268435456&&e(11,b=ut((i==null?void 0:i.name)||12)),n.$$.dirty[0]&268435456&&e(10,P=ut((i==null?void 0:i.area)||10))},[I,z,D,j,T,M,ne,$,re,ee,P,b,v,m,g,p,r,o,s,V,J,E,O,A,C,k,S,fe,i,u,c,d,h,l,a,Le,ae,Me,ue]}class B2 extends Pe{constructor(t){super(),we(this,t,V2,R2,ye,{pxmm:21,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,room:4,hoveredRoom:22,getRoomAreaText:23,getRoomDimensionText:24,getLabelElement:5,adaptiveRoomLabelVisibleEnable:25,fontSize:26},z2,[-1,-1])}}function F2(n){De(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 Ru(n,t,e){const i=n.slice();return i[17]=t[e],i}function _u(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=Ru(n,a,c),d=l(h);i.set(d,e[c]=Vu(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=[si(zi.call(null,t)),je(t,"clientWidth",n[15])],o=!0)},p(c,h){h&7679&&(a=c[12],ke(),e=ri(e,h,l,1,c,a,i,t,cn,Vu,null,Ru),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)H(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,dt(r)}}}function Vu(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=ft(r,o[a]);return i=new B2({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function H2(n){let t,e,i=n[12]&&_u(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=_u(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function N2(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:p}=t,{adaptiveRoomLabelVisibleEnable:g}=t,m=0,v=0;const b=na();let P=Yo();typeof b=="object"&&"subscribe"in b&&b.subscribe(I=>{e(11,P=I)});const E=I=>{e(9,m=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,p=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=m/D)}},[o,r,a,l,h,d,u,p,g,m,v,P,i,s,c,E]}let G2=class extends Pe{constructor(t){super(),we(this,t,N2,H2,ye,{floorIndex:13,roomAreaEnable:0,roomNameEnable:1,roomNameOtherTypeEnable:2,roomDimensionEnable:3,floorplanData:14,hoveredRoom:4,getRoomAreaText:5,getRoomDimensionText:6,getLabelElement:7,adaptiveRoomLabelVisibleEnable:8},F2)}};function W2(n){De(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 Bu(n,t,e){const i=n.slice();return i[11]=t[e],i[13]=e,i}function Fu(n,t,e){const i=n.slice();return i[14]=t[e],i}function Hu(n){let t;return{c(){t=U("div"),w(t,"class","floorplan-plugin__rule-scale svelte-1fuyezq"),R(t,"left",n[14].left*100+"%"),R(t,"bottom",n[14].bottom*100+"%")},m(e,i){Y(e,t,i)},p:oe,d(e){e&&X(t)}}}function Nu(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=_e(s),r=le(),w(i,"class","floorplan-plugin__rule-text svelte-1fuyezq"),Ce(i,"is-row",t[2]),w(e,"class","floorplan-plugin__rule-text-item svelte-1fuyezq"),R(e,"left",t[11].left*100+"%"),R(e,"bottom",t[11].bottom*100+"%"),this.first=e},m(a,l){Y(a,e,l),_(e,i),_(i,o),_(e,r)},p(a,l){t=a,l&2&&s!==(s=t[1](t[11].distance)+"")&&Fe(o,s)},d(a){a&&X(e)}}}function U2(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]=Hu(Fu(n,h,g));let u=n[4];const p=g=>g[13];for(let g=0;g<u.length;g+=1){let m=Bu(n,u,g),v=p(m);l.set(v,a[g]=Nu(v,m))}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"),Ce(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"),Ce(t,"is-row",n[2]),R(t,"width",n[2]?"100%":1/16+"rem"),R(t,"height",n[2]?1/16+"rem":"100%")},m(g,m){Y(g,t,m),_(t,e),_(t,i),_(t,s);for(let v=0;v<d.length;v+=1)d[v]&&d[v].m(s,null);_(t,o),_(t,r);for(let v=0;v<a.length;v+=1)a[v]&&a[v].m(r,null)},p(g,[m]){if(m&8){h=g[3];let v;for(v=0;v<h.length;v+=1){const b=Fu(g,h,v);d[v]?d[v].p(b,m):(d[v]=Hu(b),d[v].c(),d[v].m(s,null))}for(;v<d.length;v+=1)d[v].d(1);d.length=h.length}m&22&&(u=g[4],a=ri(a,m,p,1,g,u,l,r,ia,Nu,null,Bu)),m&1&&c!==(c="floorplan-plugin__rule-labels floorplan-plugin__rule-labels--"+g[0]+" svelte-1fuyezq")&&w(t,"class",c),m&5&&Ce(t,"is-row",g[2])},i:oe,o:oe,d(g){g&&X(t),Mi(d,g);for(let m=0;m<a.length;m+=1)a[m].d()}}}const po=1e3,mo=180;function Q2(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-(po-mo)*2,c=o.max.y-o.min.y-(po-mo)*2,h=s.map(([g,m])=>a?[g.x,m.x]:[g.y,m.y]).flat().sort().filter((g,m,v)=>m===0?!0:g!==v[m-1]),d=h.map(g=>{const m=a?(g-o.min.x-po+mo)/l:0,v=a?0:(g-o.min.y-po+mo)/c;return{left:m,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],p=h.map((g,m,v)=>{const b=m===0?0:g-v[m-1],P=m===0?0:(g+v[m-1])/2,E=a?(P-o.min.x-po+mo)/l:0,I=a?0:(P-o.min.y-po+mo)/c;return{left:E,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,p,s,o]}class X2 extends Pe{constructor(t){super(),we(this,t,Q2,U2,ye,{type:0,data:5,bounding:6,getRuleDistanceText:1},W2)}}function Y2(n){De(n,"svelte-1mzj9p3",".floorplan-plugin__rule-labels-wrapper.svelte-1mzj9p3{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}")}function Gu(n,t,e){const i=n.slice();return i[13]=t[e][0],i[14]=t[e][1],i}function Wu(n,t){let e,i,s;const o=[{type:t[13],data:t[14],bounding:t[1],getRuleDistanceText:t[0]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new X2({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function Z2(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=Gu(n,o,a),c=r(l);i.set(c,e[a]=Wu(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"),R(t,"width",n[3]),R(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],ke(),e=ri(e,l,r,1,a,o,i,t,cn,Wu,null,Gu),xe()),l&8&&R(t,"width",a[3]),l&4&&R(t,"height",a[2])},i(a){if(!s){for(let l=0;l<o.length;l+=1)H(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 Uu=1e3,Qu=180;function q2(n,t,e){let i,s,o,r,a,l,c,h,d,u,{floorIndex:p}=t,{floorplanData:g}=t,{getRuleDistanceText:m}=t;return n.$$set=v=>{"floorIndex"in v&&e(5,p=v.floorIndex),"floorplanData"in v&&e(6,g=v.floorplanData),"getRuleDistanceText"in v&&e(0,m=v.getRuleDistanceText)},n.$$.update=()=>{n.$$.dirty&64&&e(1,i=g.bounding),n.$$.dirty&96&&e(11,s=g.floorDatas[p].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-(Uu-Qu)*2),n.$$.dirty&2&&e(8,h=i.max.y-i.min.y-(Uu-Qu)*2),n.$$.dirty&1536&&e(3,d=c/a*100+"%"),n.$$.dirty&384&&e(2,u=h/l*100+"%")},[m,i,u,d,r,p,g,l,h,a,c,s,o]}class J2 extends Pe{constructor(t){super(),we(this,t,q2,Z2,ye,{floorIndex:5,floorplanData:6,getRuleDistanceText:0},Y2)}}function es(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 x1({x:n,y:t},e){const{max:i,min:s}=e;return{x:n-s.x,y:i.y-t}}function K2(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 $2(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 e3(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}function t3(n){let t;return{c(){t=Ee("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 i3(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=es(s,{needZ:!0}))},[i,s]}class n3 extends Pe{constructor(t){super(),we(this,t,i3,t3,ye,{path:1})}}function s3(n){let t,e,i,s,o,r;return{c(){t=Ee("defs"),e=Ee("pattern"),i=Ee("rect"),s=Ee("path"),o=le(),r=Ee("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),_(t,e),_(e,i),_(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 lc=6;function o3(n,t,e){let i,{path:s}=t;const o=lc*2,r=`M0 ${lc} h ${o} M${lc} 0 v ${o}`;return n.$$set=a=>{"path"in a&&e(3,s=a.path)},n.$$.update=()=>{n.$$.dirty&8&&e(0,i=es(s,{needZ:!0}))},[i,o,r,s]}class r3 extends Pe{constructor(t){super(),we(this,t,o3,s3,ye,{path:3})}}function a3(n){let t,e,i,s,o,r,a,l,c,h,d;return{c(){t=Ee("defs"),e=Ee("pattern"),i=Ee("rect"),s=Ee("pattern"),o=Ee("rect"),r=le(),a=Ee("path"),l=le(),c=Ee("path"),h=le(),d=Ee("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,p){Y(u,t,p),_(t,e),_(e,i),_(t,s),_(s,o),Y(u,r,p),Y(u,a,p),Y(u,l,p),Y(u,c,p),Y(u,h,p),Y(u,d,p)},p(u,[p]){p&1&&w(a,"d",u[0]),p&1&&w(c,"d",u[0]),p&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 l3(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=es(s,{needZ:!0}))},[i,s]}class c3 extends Pe{constructor(t){super(),we(this,t,l3,a3,ye,{path:1})}}function h3(n){let t;return{c(){t=Ee("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 d3(n,t,e){let{dimension:i}=t;const s=es([{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=es([{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=es([{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=es([{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 u3 extends Pe{constructor(t){super(),we(this,t,d3,h3,ye,{dimension:1})}}function f3(n){De(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 Xu(n,t,e){const i=n.slice();return i[8]=t[e],i}function g3(n){let t,e;return t=new r3({props:{path:n[8].path}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function p3(n){let t,e;return t=new c3({props:{path:n[8].path}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function m3(n){let t,e;return t=new n3({props:{path:n[8].path}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Yu(n){let t,e,i;return e=new u3({props:{dimension:n[8].dimension}}),{c(){t=Ee("svg"),me(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||(H(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),pe(e)}}}function Zu(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=[m3,p3,g3],c=[];function h(u,p){return u[8].floorType===1?0:u[8].floorType===0?1:2}e=h(n),i=c[e]=l[e](n);let d=o&&Yu(n);return{c(){t=Ee("svg"),i.c(),s=le(),d&&d.c(),r=Ve(),w(t,"width","100%"),w(t,"height","100%"),w(t,"viewBox",`0 0 ${n[1]} ${n[2]}`),w(t,"class","svelte-1dykexu")},m(u,p){Y(u,t,p),c[e].m(t,null),Y(u,s,p),d&&d.m(u,p),Y(u,r,p),a=!0},p(u,p){let g=e;e=h(u),e===g?c[e].p(u,p):(ke(),Z(c[g],1,1,()=>{c[g]=null}),xe(),i=c[e],i?i.p(u,p):(i=c[e]=l[e](u),i.c()),H(i,1),i.m(t,null)),p&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,p),p&1&&H(d,1)):(d=Yu(u),d.c(),H(d,1),d.m(r.parentNode,r)):d&&(ke(),Z(d,1,1,()=>{d=null}),xe())},i(u){a||(H(i),H(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 v3(n){let t,e,i=n[0],s=[];for(let r=0;r<i.length;r+=1)s[r]=Zu(Xu(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=Xu(r,i,l);s[l]?(s[l].p(c,a),H(s[l],1)):(s[l]=Zu(c),s[l].c(),H(s[l],1),s[l].m(t,null))}for(ke(),l=i.length;l<s.length;l+=1)o(l);xe()}},i(r){if(!e){for(let a=0;a<i.length;a+=1)H(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),Mi(s,r)}}}function b3(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(F({},d),{path:d.path.map(u=>x1(u,a.bounding))})))},[i,l,c,h,s,o,r,a]}class A3 extends Pe{constructor(t){super(),we(this,t,b3,v3,ye,{roomLabelsEnable:4,roomDimensionEnable:5,floorIndex:6,floorplanData:7},f3)}}function y3(n){De(n,"svelte-qq2273","path.svelte-qq2273{--opacity:0;opacity:var(--opacity)}path.svelte-qq2273:hover{opacity:calc(var(--opacity) + 0.1)}")}function w3(n){let t,e,i,s;return{c(){t=Ee("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=[je(t,"mouseenter",n[3]),je(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,dt(s)}}}function P3(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,p=es(o.path,{needZ:!0,format:g=>x1(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,p,a,l,c,i]}class C3 extends Pe{constructor(t){super(),we(this,t,P3,w3,ye,{room:0,floorIndex:1,floorplanData:6,highlightData:7,hoveredRoom:8},y3)}}function I3(n){De(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 qu(n,t,e){const i=n.slice();return i[6]=t[e],i}function Ju(n,t){let e,i,s;const o=[{room:t[6],floorplanData:t[1],hoveredRoom:t[3],floorIndex:t[0],highlightData:t[2]}];let r={};for(let a=0;a<o.length;a+=1)r=ft(r,o[a]);return i=new C3({props:r}),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,a),s=!0)},o(a){Z(i.$$.fragment,a),s=!1},d(a){a&&X(e),pe(i,a)}}}function E3(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=qu(n,r,l),h=a(c);s.set(h,i[l]=Ju(h,c))}return{c(){t=U("div"),e=Ee("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),_(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,ke(),i=ri(i,c,a,1,l,r,s,e,cn,Ju,null,qu),xe())},i(l){if(!o){for(let c=0;c<r.length;c+=1)H(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 M3(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 ud extends Pe{constructor(t){super(),we(this,t,M3,E3,ye,{floorIndex:0,floorplanData:1,highlightData:2,hoveredRoom:3},I3)}}function k3(n){De(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 Ku(n){let t,e=n[0].text+"",i;return{c(){t=U("span"),i=_e(e),w(t,"class","text svelte-3vzs9z"),R(t,"font-size",n[0].textFontSize+"px")},m(s,o){Y(s,t,o),_(t,i)},p(s,o){o&1&&e!==(e=s[0].text+"")&&Fe(i,e),o&1&&R(t,"font-size",s[0].textFontSize+"px")},d(s){s&&X(t)}}}function x3(n){let t,e,i,s,o=n[0].text&&Ku(n);return{c(){t=U("div"),e=U("img"),s=le(),o&&o.c(),w(e,"class","image"),w(e,"alt","缺省楼层展位图"),ht(e.src,i=n[0].imageURL)||w(e,"src",i),R(e,"width",n[0].imageWidth+"px"),R(e,"height",n[0].imageHeight+"px"),R(e,"max-width","none"),w(t,"class","missing-floor svelte-3vzs9z")},m(r,a){Y(r,t,a),_(t,e),_(t,s),o&&o.m(t,null)},p(r,[a]){a&1&&!ht(e.src,i=r[0].imageURL)&&w(e,"src",i),a&1&&R(e,"width",r[0].imageWidth+"px"),a&1&&R(e,"height",r[0].imageHeight+"px"),r[0].text?o?o.p(r,a):(o=Ku(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 S3(n,t,e){let{missingFloorConfig:i}=t;return n.$$set=s=>{"missingFloorConfig"in s&&e(0,i=s.missingFloorConfig)},[i]}class S1 extends Pe{constructor(t){super(),we(this,t,S3,x3,ye,{missingFloorConfig:0},k3)}}const rn="data:image/png;base64,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",D3="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAUGVYSWZNTQAqAAAACAACARIAAwAAAAEAAQAAh2kABAAAAAEAAAAmAAAAAAADoAEAAwAAAAEAAQAAoAIABAAAAAEAAABgoAMABAAAAAEAAABgAAAAALvucVAAAAIwaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA2LjAuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj45NjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj45NjwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KkXdWowAAJcFJREFUeAHtnUuMJMeZ3yMrq7r6MZzhc0hKJEWREsnVmlpRXtjw+mgYBhYLYw+Ggb34YvhiwPbFJ5948sUXAzobvu1hT8YaS3ntlWkTlkzDtFYQTJEiTVKUVsMhZ3rePdOPqkr/fv/IrOmR+Owmp4caRk9WZsbji4j/94gvIiNzSvkifIHA7YxAczt3/qP6/tZb3WrXlROztmwcn5b17Xk53qyWjdFsfmzctnfs7ZafPPKl5qWPovNh6eMPS7xd0rqua997r9x78ereg820ObnSNifHi+bBZrI4PhqVpluUcTMajabdom1LGY9WmqbrFuNmbXThsBjdlgx4Hsm+Z1oevWNeHl2ZlC+9c7bcuTdfTNfX2qZpR2CyGHWlzPd2R+f3Zoud3XmZA/zO3mw0253Pd+5Ya++6+8TiW4vZfPQFAz4GAs8+243+4B9evX99MvnK6trkodItHgTQpmvKZG/OeTba2t7uNq9st1euXC1b5y+OrrzLeaWUdj4bNc0UjpBv1BRMdlu++bXS3HOitO28/YIBH4Q/ZqV5443yUBmXry+68shotDpdWRmNNCfXdrurly+2F86fK2dfPl0uTvdKu1htKVJG40UZLdrSYXomMwCfwKl2t4xnk1JEG1od8SPyjvk79Bj6G2eCXnqpO7F+ojz+yhvzr4/ast4AeNe0s8uXuvMXtsqFn/1VObd1rd3bA+imKe10pUy6VYDdLs14tYyIF+hmBWj3sEMwYwToZbYoLfQEv8y7MsFUjfb2tEyHC78RDHj++W48PV4ena7PHl8ZzU8K7AKELl4u5372zuzcqbPl0valtmmnpZlyYHoYZ5F2pLobgfccKd8oTYOZmQDwxlpprl0LA7r5HIPFQDxFG2ZoyGhSmnaOdswWK2PqOBz8jOiHJXCU5ZH2SdkoT03K/AlAXWsWzWh31m6/faqc+/mZcv7S5TKbro6bbruMJ3eUBjDxXkrXIMH8lTm9HwPqjE7MLpfFbFbm893CYFDmi53S7RFPtgLok5P3lbWW/LNtzdAcn6htt25XDfiTl7uVB7Z3nxqtlicWi/mKQF281G6+eaqcf+/dchWwx4XIcYvt3sFtRIKRWnBH0icxM6Pdq6XDfswvd2V3Rl7Ny8KBljNlJ4DetcQvmrJYwTRZVOaNsft7TQPfcE3jlZJyiPC50gCBv//a7pMbTXm8m7Zre7N52bzSnn3l/5Uzl6+UbjIuI6R6CjodzgrzJXjAdTcuLeZj3sxKu7WFud8uezJlschg2+LdwIqYF+xORXOBWoxwg7iHRJnMFxywARMFxZFlWseFQ2Cfop8LBuCejF54cffJ6bw8MZq2073debN5vj3z6tvl/JUtoAN4pN0BFTNe2vEMKbd7MgQJnl0rC/yVDlA1PrqTynkAJi6Dq9IvGA6ySHkCJonhuBQG5HY8xSXlFqaNUKW2W8CFtvnNHwP+/Pvdye//qPzO2rGVOzAB7dlz7dmf/rxcuHgJ31xgVoEZT0fTAUAOpO3eFLB3GDS3KuAOspiSFQddQfVsYExoG6474pjiOuA2nqkH4vUawB03RnMYBbVRg8zDKQxZg8ca01SJHfD3ltUAPJvVZqM8vbaCL4/PvXmxbL36Vjl98WqA01vBwgNAh8s4QYoBjxlrgwQvCuAr2UugRwANQJihzrUEgY4WCKma4ARLY6J5AfgRpknXU9qMBRCEflPGaFPZJReTt3ax6CZogGQPFW5JBvz5f+++OlmfP8XIuLa9KLOfvlHe/cWZsgMWzVio6DYAjVZhgFZiV8ABEzOSwVITglek3e+YB1gipgKnMYBh/3O/tB+CXxmRM7Y9g7FevgMAEt/uYeKkhaY1+EjU0KgVvS4dnAe3FAP+5Afd2n0r5a/TnXsBsDn9Xrn401Ploi4hIgwEyiTgYeBX1spkF/QjvVVaO8xJW4jD4oyMx+xo88cs7JijggymMm1/x703UEZWlPEKzATs3HDP9QqM0AvKXKFjEgYjZMWSh5Y7SNjfjoOU/9TKvPhid/9Omf0OuK1vbbW7L/+iPaOd17MBrQZgRw6lSj4DYqPUWzkoYWByHrPMoPcTIDEbmhlNCRalhgCM0SICYe7jvIcpSjcX0Rg0qcO45D65pMG6kZoDk2eOOd0cmXAufchw5Axwoexv/73y5NVu/nUM++j0mfbC62+Vy3oxkfre1cMljFTjs8uISLu2mr/aB0Dir1HaBRSTBAuw3fsAAq0W4KMPA8CaKhnLb3fDWWZQFqayQqrXA+jQRAtWtFYkjhnQreVQ4UgZ8O+ff2v10ePlW3Tu/jJrO/z50+9dZJyjc1O7hfQzmFYMAZgON5oZvRaAbvFUXDQb6UKSe+TsCEhGmg8LCTiARSv0jsIqAR2Do6DjUgqqXGJg1hNankMD+qz7aPHUsxGcbTKmsFCH8FN16qWmg4cjY8BzL3T3TdfLMwCxdm277AD+5kX8daR+rKlgIOwYYVu8kEjZ4DICZ0wOXRcAuRNpt4xmBYDi8WhOzDNIMav8YQxg667KodD1J/dcpHx/lvBwD0jSZOaLlyXjqAu+4gMthwmoHCwcCQOef7F7CNv8NI739L1z7YWfYHI0NxNtLR62wM0RO9zIVuBBWike6WrimegZZiAdQFcLYsOVdscMgxLf23HBjiZA2TP5WSHFxMCigNxjhzB0ejxqB2nXxwHoowkOvFp9TRU6xGTPKeAhw6EJfNL6n/te93jXzJ+i4+M33m7fPX2+7Cj1dsipP6o/duBU5PC79TUy+Aoy1/p9rHT2tt04xVfYseEk45/3g6klCWoAoMV15cZJFo8XYUKfz/KOB1AaabcEPwy3MKEvPyWJ6R0OKG3jj2hYlXPNd9Dfm8qA//I/u99Ceh7j0erotZ+VM2cuMWUCcPx2bb3AalfAo5qLMKUygb5W4LnQ0kfiAS92GbMy0oYz8Do1qumUU6LJL1DxbgBfmxWzxDkZsfsxXQJIFJyp8V6rHQbimPdCD4mXIR3zADwClcRshwo3iQFd890XytP09OE9pO3Hb7B4xvJv70u3DrSx9frwABd/HiA1MfQwksyvnfWJVrXBIkGciQDFYv91SbeMYwAIGVQm1/QVW+ktQ/Jxp8RL1+ySNaSoNKgtA7jMtmaykDbB/rMm9DlggAtp//VFPJ1u/qWdvXbx8i/Ke1dZThA5pT7upYAhq/3MU4ew+vyCrgbYawdX7+k9UstwIDfQFAFS2qttDkiRWAAlv0JPNspwWFTPyfECSuGFJksOVcqpp84HBNtxQA8LHcK+VemH2zx2cCkCza3KROkDh89cA/7z83vPTKaTB7YX7ezHb5bNPR18zA4MwKMGEJgAeAGZtfqAr2RGtAEayYw0g6R5NChV4u2yowIwmRbTowclwBVoPZ0w0qyEsC8inFKVeXpFcibxgK7mQCPtwd47sLjukHEnNomMoaujsMhso1I/4O9nyoDv/sXON7vx6IFrrJ785Wvl7GwXXx1p0sVEcjPwam7izWivlWjB9+xY4CRMbagLEO4XyZIwMS4JVylW0gUXdgBcMBo0gBwV9CrNmcjBLGfHMqxKePQA00fFahJ1yYwsRYxJ41b7z+IEtVKjWpVraDAmhFEHxD7FPjMGfPd/dE+OF/OHd7Drr/68bAq+DXfSBODKphueAjCAXLf31ZzEKgif2qCZEGBdQaRP6JRsIwU4IHgNWFSBhTK3wfw5Vc0QZEB1cDZBIXBuwA31VD9JitLIQpBJBmlS7wqCU1YW4TFCA7viN9U8B/39TBjwp6xmTifla3u7bfMK3s41V7uQfCuz04Kqfx/4enNE34QgDEHtlbKxXo6eDQAFpMTJRsr09t1xoY0rqlZoz2UtiOm1CLijLoBnZwMgWn8G7IAM2ZTn7BiiVmUsMb6/jqbJcJgJYxkSqC9tRWYYiLk+VPjUGfC9H3RfplPfUNJ//Npsc2uXBQLAcBKlDy0A2nzNTiQZsOlFBb+CN0a22NUT6dVURMIzBlA+wAk23ab77s/xug7EwERc8iPZrSbEMIAsiKpN4jRhAtsHiIA1OThz4Tl3No7LVrNFXSlBHG0M+D21gconP3+qDPhPP+juLov5NwuPKl5+s5y9tu3DQRrtwEvTdTUFvwcinR8k306aR+CRcLsXqSOumohYjZ4Z5AWESHzySYlygGR2l3QCOiaLleNahijphCeOAxGCRPY/FCS+clh6NIw8uZeZ1KdlywJQb/sxibfQIPzcc90UP+3bK2tt+wrgX2SG64M7RtU2Z4DJsoIMqEYFPLjiXtBkSu7tu+D2+eIy9uCDT6SbglmNjKdUGSaKI9D1GUCWHUJTFjLYK9FKL/SFlkgI7WMMWCv+ak/W86KB0IJGzcsgrMbC4EazBjNIwllSjw8ZPjUNmBwvz9Cp1VNnytapc4V9ZhgeJ1hKJq4mZqBOtjQDhEHyBd7xQfD17QMccb3p0RtKnJJuXC+97nYIHRL1nGKCoBUjoeRyJWPzPMCMffm6L4i2kSdM6YGXNXplYJu2Wef18YA60Cb3bEk/Y1CU5Vbxgv7if3VPsHx879W9Mv+/bxb2oNEZQQUwOhSzo/3P80NkWPBNo9MB1TzG9YN0NVNKOXGKvGckr5oWJBcm6H9kkJUpMFcuGRcQTYsJ4VxVptap5JPmSRkOmxRzzYv5aVMYZKP1jsgbLlt/+mHb8YKoj8lbHsdI41Dh0Brw/EvdvZiJJ3kgXl5+o2wuVzTxVOiWEsgSFm0UCbXAX0Hz7PSeXIJvHmY81RSRz3SRijkCB4pTNKCkrKaGmEg8UiwQguqgbHAFNYxTY2rJ+ku8bm0qcMwgVno1cAEtywX8RFIeGi1LJFmNDZNtr04TT8X6kgc+HYoB2n0a/AxS1Lz+Tjlznj06iEo8HnoxTHjqmr4aQMN74AJW7vXxudBt5OwA7JQ/0k+BqLuuKBxxkBUfJ1wBmjg9JhkV78d5RaRX5mkqhBfS5rE9ttPyAm5iNIUzLZBJ6kQ9D3GcyaeCySTrcjOA44zX7JgIKXMfOByKAWt3l2cWZb5+ZrO99N7psruUfiGlK+mgXeKIlFcgvPcprxgIUbX3gopNdawgoS6macpkiuWRQq5qib68kgmiA6C6rA7OZrM+ExxUowOCTp0eUgzY5I82EF11yGRdBEJMELfcm2ZfNE+21fkCedgVMT9CL+gHP+q+zLrOSVY1Zz/F7gsVHbZDWc+3cyAZjwdAlku+xFf2mK8H17z0WUssA2KOQHCs5JOgd5MBWskHDpmXZYWUERxpStXpnmj2TDGONENA9Z40NULmRwjkHjdmU0M0jwF/aZdMZBbMKbTDjtQXLyjED/NzIA1wO/huV74xW8xHb55tTw8NyDKDpqd2Wvsdr8KJsMwhOjaezji1j2TzGylPHPEAFHMSU6Xka9IsbqdlqCBanp9cVym3CWwVJD+in3pkh0xRfisjlGBNmSVFPPMGGWBzaWhKkNhTzgVFwjA1YALtRTystMf3xFJGcgcOB2LA+ET5bURqY/N8d+XCWYZPIURiPcflHFY11QJBV7JsrFoieBwBWKOC3QazjGa157Hf1c0EFDqcwVgQ6WXMWmhyQ1rdpwmojj2UH3ZrVoknP+XyBKz3cqRhbE2PneJe2jDK+g2AXbmg8YJ91OOWF2nZfgdlxikskQ8wDxk+MYHn/7K7k/3xX5nvtfNX3x6fS3tZZpjhALojlsZXsKsJsdHCbAedhebJFWbGTrvWrs1VSwKe+WSOkiWdSGXlSgVSJnKoYUpwABcUQapgLyWeGhzMNStV0jFn0Q5zyCjqj/RXBrtA6BodFWCCOFKFbfTauvrxxMJwQR80SdweKnxiBoy3Z9/qxs3KW78o7zCzpVm0mQayUzVbVn00iP2OzNuR/UFvVBtP0wU5mhHgAETwASFL1Np8NQT3ttplSAYEysCYgEzv9YZc2YzdhnSlW4XXRyUZiCMQNIR6sgvac8A1irbQDgEOV+BiJl8ywXykzZNmb2SCnZGW41Ct36yHCp+IAd9/qXt80czvuny1u/LLzbKFwPOmINKwUsY77KOHmPIfhtDOOtmqUiubsp4f06OkC5xnAQEIepxyzDi5CR6KYQbcpVYJuCgAhmkxC9ZoqHGaJMVW8DMXkC7lMw6YS8ZIg39UHTq5CNlKq1ah8bE+smLeJtKEAz6wyb5UGGN5j0OFj80AB14k7okWT/vHr+xt8gKby7M+Usx+TBpZ5YIWA3JeIQGEXA87WHEl7VYCvYx6e7P/WrBJqAM2nSb7cswAXMtH+ogXjIwPaoflSI82hIZ81IQoveQ1Tw98zUMa8TLeNuZ5BOnVQxJcJd1421fbMCGKTYvUFVpZvb55GuBLcEjq+rvnZ5d4WWSP5WXBt3W8zEMLled+jR+gs+xMjEzy+W0FEpCMo3O86R+VXkq/EivYUIwmeJZszIwAiwdgElfHB/MST4J/gqt5isQKkMwgb2WAFzW/5qZqDPdcyxN9fR99ZrrtOGFmp979mBGJJ07gLRMlpWIuqfmQ4WNxkGG/bVfKkzRo9MYb4/PbLK7xlxcjFrzUpkziLja6nbqiEVE1og68AdbG24kAAROGs3ECp90H7IwDMsJ0PRv7p2RKy7ghLRLPfcoDtoySEWR38B2YE6YQn/HBdE2Jh+1JG7yuzBuHiX3e4Rr6Q1m9NYWJOtUNDv8OGT6WCfpvPyxfPbZa1s5dK5d2GJjYpeTyQuGpV7m8hSlQGwQYSWLyVKVfSa37cshAc2EI6KjadLm2mvR6Tc98/0rDnXx0jDICbzczDlAijOIsILJXXTJPgAzo5Imq1EmTmpR1HPJLBx7FfKWOMK42Y9AItQNylDJYP/dcVQ2z/ppGD+tCnHUn7yF+eig+mILSv97On0K021dfLWd8VUewkdjxNd5AHN6nUvqlcoP0s74TYOoqZQbiwAZ0xscjgplOtigqYJFeTVjMifekDQd5qtRaES1XipV80ylbAVIQvPZsc0xrWc+/zhT7zJtiyWfe4VArzW8a+7R5NcyDV5s49M5Clzy2IQ9mrMemHCZ8pAa88KPy2Im1dv2XZ2YXfbBF8+g1VRMUXBpmF2PXlf50iFVO/kikpfxok+hM3ZFMfC/5VYqVTHNryCqIkXBop8PSD5h21p4jlQKu2XB9CNTr4lzlvRJcywmUeS1f4yhMuch26tKwZRC2L8RbQwXU3hkBMc/QiRfUR2VvqSnecz5U+FAOIv3NiXF50tc93/yr8Vn39Aj+8EA9e3oYUPX7GbRYWa6BlvlIkXbTYbRAULy2g8NZT0kGAbRT+vjflpNCygOejdNuJJhHOoAf1edMndUsVSnmtcVaD0SW7iu0BglXI+qzhsroaJvpyVMl/4a8tGZ5Tx7WGjN+yPiqbZ8CAwbM+l7eePo/r5QH2KG8vnW5XLjE2yrjNfDYwyzwOuhVdnUGACWKrimNabAaoSI7MQM8vAsn7A7OTsISZIKSS/4sNYQp1QQFc6VfUADaAbJqFXlJHLybwRQlLVwTXNoA12RKnherPUiB44LmxVCB476y2hb2V8RBRybHv+xjVTo9qXhyEjAPf9fpGHmI8KEMQNofo7Lpqc3yzgTT4xshzqY4L3jQrh8+zj5OOiohgIv0ArpdVAOEVW9Je++mphZGuMKZzHpO5iFjzas6VGiqd9NLrFKfTsMUPLEUp2CdFVBEkMMwziCa2TT5JS7ANs3y1uF1NT1cWIaTCTK2aqGpZCQuPDNe4UobbI8LchY1j8JxyGCD3jc89zrvos/mX2Fj1d7bv2wv+dp/ZiIwwdVNTIg7xuAGRy/ZmKKOrzegGEicjRO4yghuCWgBCNXVTpkCAPTD0kpUQA4Y6ZuxFsqNUkm3+Ud5rnRJB9tfy1KeZNmXUtLhzxZ6bx7Le13nE14LttFeS1vK5rBdfX3kccHF9STpVVcOxwQuOatOeWkcNHwgA04uyldHk3Z84VJ51xflkNyx20ps2C6+f14FBXC9H4jUtRsarvTrUtIphSSBsyBfHwO0MeRRY5S0dAS6XNcnXHR2kDg7Tzbjs7wgLfLHY6HIAPhSQyin2QtjaWvie5gqsyHQM1kTKczmIZKjtrsOzMYZZIZA2w7bmPwogHR6BtaMB/v9QAZMFvOvt3zU5dR75bzfWECWItV8Z4GHYGlQnuECRn3tk+bRcT2cbNqmgUvABVr7z6gbOB18Lecd/Yi5qSnpFPj0AebYSTJl2mNmEPC6AsstUYJRNYx7JRUmVLrWZl7z1XP1jCroMnaIF3xZ4GQssErXa8opc8PgL2HTU9bKDxvelwE/fL27b2Vc7r50eX711GY7n9AhbG/HG+luWu3QhHE8IWp35msXic+UnpbVh+y2DKQBK82lF1FiJTsa07fcdNFTp0WAPi3tLbex7YDgYNpTillJ181LHgfkwVWtkm98BX8JMuXNE6dKZlhlmuC1QFctswkG6Qt+rk0jT7y1xNR0OVZz9JEHOb0vA/ie1OPNZDLmgcvmKvK5C7gbTE9YgmiyCIfdZyRV4DX4SkSkPePBfoq1i4M0mrPuQgYWJcneYktibgTI2/yGcO0ODPPhvj3VbYxXw03ADKhV2oeBd6jrBslPPsrX6kJXTYjM2xTohbm2x4py4pwG5sYas0N6bhz/wlgVvuY++O9+uJZUphsTvs8wL2+fGp9HZEYreC+72GcYMMcZanR5fBbAOdKe1lAaryi+va2ikcLvgOx1tKE2GwIyTPtMHgbz9MIyxGcVknyRUMHRjve0pJJgfcS5XFHzV7MgIbVokFzvzaoNF+TKHClQP/XF9veMT5v6dptjyDPnm3GjuzbKGl/aWr8DB4NvV4yOs/xulo1xOYGNPIYNvOL9QcKvMeDF17vjzNtPXL3SXuXDpFqRfAaGwXaRhTc0ATe0sDgXiZaAAjuEdEypNhXNoRz9BRXlrQ6yguq1ndYjSjo0ApSAEwEuEUABjd0QKK4zwQpoeljWIzPrEWZxLeiDJkQITA8TBL2GlOuZJTMMMXO2bWO1rDx+Tzn22N3l2IPHy7rmsWa58feRO8vvEXMWJnyP83/g+FOY8e6NuT787tcYcEfZfXjWjSfntkaX+PKIi24+cGmYjGnnwTHA6Y/nkZ5eKE/DfHfaLwzqqVAASQR8XU4B1P8XLEwJD9OgY4cAGVrDE60sotnLVAB7KOds2uoGuw4J/5kp9jjM43qw9/VcGRntoo5aXgbVwmpHXdyjBdSnZtQxBLJId/s3Hyr3fOOBcuKDQE/9N/74Tvnv98d3YMZ3uP7XMOL8jdne/84G3hAYAR+m9c0v+dCdCYhSJB4wZj58cflBBXT5wXQ5CGhZ3/deCUJCAxQ/AQ8u5F7XUw+Igok3v6Mi+XGeek0SNA5n2fvSU17EOCLx0Fo+gIF6rdFcHPVfvU4riaCcUh/w6ZM0vA4taX774XL3P/p2+erTD5Y7PwH4NnF/kBn/kuNNGPEv9id80PUNDHj2WdaZJuNHsO/d6VNla8qXBFeQfgz9aGebxmY1DlKK/RAGoGCI4AomTBDGeBxDtqz9gDIVquq0r4I+MAdQsjYjmKZp14bGybAeLKPCYDVM2oItgD248aBIqFIuk/qy5Euceam/Ak8VaG37+0+WB37vkXIvY91Q5dDsg57vpOC/pZN/zLH2YURuqPAP/3F5kGXmlSvb3cXJCb6RAOBzvkrCt3K6LD8wAu9ffqawpsglCYZsQn6qhEtYqR4CBpxnmum8Zl+JrNYGsAFf6XTMSAjnyEQG7b4DfWxZGEtRy4fFFfj49mYxOr+yph4xMdxVrerzk0ft6XjGsfIPni5ffuwevr342YQ/guwLMOGBDyKfvgyJqzuzR3Ev2wuXunNI4WiNg+85NNew/4BSX7RA+rnOM9ShnMvLTsBc5ImEOeAOwThABLX6gh3xA2OMAxrtdR7/LeXPwVXvp5fynmESNe+NXpHa0gfr5s48Ab5nmG1KJhuVhsFsZveTP/it8uC967wB/9mG34X8f/wgTbiBARvr45MzXr08tdld9EOlOxy6m7w+uueg6+JZrE8eQlZLJDPUAA7teMDMBKwHT0mzf3lfi7P3AiNTZIT3OVNXOKPx2heG8gGfQpqvaMiQR+2xXoAnz3L8GZI5R4vCGDWAexn1d79WTt4E8IdmyIR/N9zsP9/QWb4Gez9bH+Zb1ya7mnu/y8bXS0d86hG/iJbHl0BaATwzYPJogtQABsX4/BLPODBoAbZd+y9nYqEizoDMWXCTF4ZkLOi1wbRoCWfTA56E+0CdRBFkVi5qApf1DjpcDNogs28I336onPgMzc4Nde27+SO04NcGZuFI8D8raCejYzt7i2ssfjdrGAdESy1w3b/z46YOwi4/6/kYp/TX0oALugKMOOse5umXIAis9j/gA1wG2KEQZ9AJjQC2Lz5SHtWIBA/5qvYoGBzL7NcRrsBL8XocVeZWTXEitfK7Xy53L8ve3ItnYcJd+6tcMuBaV+5noafdmY+u0fl8BA+/wd7XnQ5ogCZID2hwggZXFCjcGJsA+JkDyIQcaEc0gJp0Q6FQ61SKYbAMAUysftL0aFJeKc/grI2vGiKkWXhLRaJKvOZMFlJuGIzVGNNkdjwk6JhmPc3feKjc+Sl6O2nKJ/jRO/pX+/NXMIjBx7wfqW6ubpUrvA3S6P0A6ohvJS81QKnX3sug/USG68Fee4+JivlIfjUAQJdaAH2FewgQW0pzQOs1S8B6DRHuBC6St4+3DlmwLF/Zkboz6bKgh23bYB7jJKtSOrLff4YW3D/UvmTAdG1yH1sMxlfmZcunX3w4acz6T8PXrPg8M8/ViYsJUqIdkElTE9CCmJuYH+IkHMl39hvEoUV8EOqlXjA0MbHlVUrrAKxE9zQgswSVuBpEsm8xl+ak9DKpPkocNMJzH7yQmV/D3cRGLeOH9Jt81uv6+0OdSwagpvez5Wv8zhlmwA64g7npx4AMujU+XdY0SUSzJOAD2I4Bxkt4MEExY3RcExSJNUNlRgZhpd4oQ65Jk0GDRhGX+0C3X3XID5q/CmilVbUi1/6YybUdTrdC+MOhEUsGYHjvQ5R3d3b5wOwOz3gZcAMyDBB8pV4NEPD3M0H7xwC9Ijqt1VnKscCqECRUKZcZ+6R0kGyLUFaNiP54rQaoLSaEMWb6lbBkhEh79CIxxPNMo3Fh7VeKHdXt38EMRRjCAG4avn2zzvaTXT0g9ve445OeA4OMqB4PGzPol+anl/Kh9Q7GPbhARB40gnz1C4O9GcoAbBqM8Bg0IDSsx4BJkSmAFjoyxWviKn+4kRG1kpSoGiU1IpfaVUtb1n2cubt7o0xvAfNTG+3nz0p5whs9Sr4dVjbmfPCLbWiu94tGHjPucL7jeFnl9RVnphOBhh8rPHjPGyxZ5XS5gC0orHT6zqAftM5r/WiPvv4E4F3z93EmHzvFEeLRJl8dmcbDqW9Gst2VdvA+PXXou7tq6sc4FA4nTb6fleVkaUuVfCuAXZ8NS7uvk7LGy8Bh90QmXcRN1qef+YxXKD9J+BKZfxgGbK2XYxu7o+bSzmJvzsqMEu/KGGwa796J3ANkvyVxvE6Hd7nHzEyQ9IAvyHBtzP0YkaM4yw4urlX3z8898okvgCFdsEh3q/s4/yWIeXylCboB1jHFrSdOpmAIJg/lRCBcvxF80mCQzxsmOAHwkbwuW6gs0lKooCVLSUNmuOZ+dcoTrVsryAAaRzh3eueYUjzjS510UnOi1NJ/3vu1s1zzREhR8z9D8Ovi+t+dGy4NgF6XAECWqDw21Fb3RtztIw7I4FHNAfQWfntHujEdxEPD+cJCEyRgoWs5aDMGwVsyUYZ/qQRTpNnxpTk9sjqjNg9ZqEgzmbQUgOaqQnJrhXtsTjp6z9qU/2FlMdpjD5DrP2qA4OiGZk5ARraiZAMUK6TxetgT5PNhsmVQDp0AImCC6z9jBbVi5wf51BgnX86ygyVpuqgyR/BAsuavJSvgKY+NDMPMSP5whLMMIj20+uGmDtjhwrLuOd8sGuaPlcLR/27ahJigxXx2DEzGx9fKPX/rG+Wv0dG87QgibEpdtAA94fuQ2T8PiHyqi+9OYs211Yy2/kcSmIUF39dH1h2qMROaJ7Qnz4zJg8kg/xz3HwuHmFOkcZkChmDtNCiyC4YDaMYM2pb3BahDyVXGw07Loy3ZJySTY/PNI4VBe/oyMKbShMBda7fcGHCKZlUGbGyM1wCwnU4XD2MrHzVee8ug6ealAI8rwpZtd3lmVxjYMjTDDPqoPWeQDcB1C6J2OQclGt9AhZpzL/c/WB4doryAGqcWaeay76hKOavdMoNAvbyoIf5qjaFqXZglYQoP16RxabnkIeGWDtcZcOnctZ+0x8YXdnaadk2d4L9JYL3cpWj/D5ZsTKVTIwYHMeBV0xmXbIrupZaFujHrKwg+0u0gieES9WbcjljcY/GO8RB2ScNoJgi8V8bHa4njdXqmINEc8QtN2cZgq9Vu5jPfkYMRGj4voIEZizZAuMF1lgfOU0yrvpOVcNgTGOfZFcSV376v/FNuFI6jDjiY5bWjbsRNrx9t+jOOWyH82dB5Jel2Cm4duRXCsh1Rz1uhRTejDYi+q5BvczgTPaqg+fkK9jL7h24rDeg77b6dowzfGcC3EbeVBthhtMAnUm9y+HDkZocLVPgYDDg/VHxbaYCd7jv/7ADATT4/ux/8m1z3rVUdmuCmqZsZ/vjWQuCIWwPyaxz/+yZxwHo+dIfcEcNxNNUDygM3gQmC/4E7446m57dQrUomx2dljj5yb+gtBMXRNgUm/HOO8xyfRpDOr23COtoefg5qB7S7OP4NxzbHQYLlLH/D5qvPQddvrSYC4EmOf8Lh2tFHMcN085l/ud/n4/botpuIfVxghnyA6u6FJzh8hOjhkywfpric7PEavv2B3xGj/BfhKBH4/zxuZrA4irJ8AAAAAElFTkSuQmCC";function hi(n){return n*180/Math.PI}function T3(n){De(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 L3(n){let t,e;return{c(){t=U("div"),e=U("div"),w(e,"class","floorplan__camera-rotate svelte-17hhq1b"),R(e,"background-image",`url(${n[0]||rn})`),R(e,"width",n[4]),R(e,"height",n[4]),R(e,"left","-"+n[4]),R(e,"top","-"+n[4]),R(e,"transform",`rotate(${n[3]}deg)`),R(e,"transform-origin",`${n[4]} ${n[4]}`),w(t,"class","floorplan__camera-position svelte-17hhq1b"),R(t,"left",n[1]),R(t,"top",n[2])},m(i,s){Y(i,t,s),_(t,e)},p(i,[s]){s&1&&R(e,"background-image",`url(${i[0]||rn})`);const o=s&1;o&&R(e,"width",i[4]),o&&R(e,"height",i[4]),o&&R(e,"left","-"+i[4]),o&&R(e,"top","-"+i[4]),o&&R(e,"transform",`rotate(${i[3]}deg)`),o&&R(e,"transform-origin",`${i[4]} ${i[4]}`)},i:oe,o:oe,d(i){i&&X(t)}}}function z3(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+"%",p=-hi(o)+45,g=document.body.clientWidth,m=document.body.clientHeight,b=`${(g<500||m<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,p,b,i,s,o]}let O3=class extends Pe{constructor(t){super(),we(this,t,z3,L3,ye,{panoIndex:5,floorplanData:6,lastPanoramaLongitude:7,cameraImageUrl:0},T3)}};const D1="data:image/png;base64,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";function j3(n){De(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 R3(n){let t,e,i,s,o;return{c(){t=U("div"),e=U("div"),i=le(),s=U("span"),o=_e(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-rpkaro"),R(e,"background-image",`url(${D1})`),w(s,"class","floorplan-plugin__compass-text svelte-rpkaro"),w(t,"class","floorplan-plugin__compass svelte-rpkaro"),R(t,"transform",n[2])},m(r,a){Y(r,t,a),_(t,e),_(t,i),_(t,s),_(s,o)},p(r,a){a&1&&Fe(o,r[0])},d(r){r&&X(t)}}}function _3(n){let t,e=n[1]&&R3(n);return{c(){e&&e.c(),t=Ve()},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 V3(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?hi(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 B3 extends Pe{constructor(t){super(),we(this,t,V3,_3,ye,{floorplanData:3,northDesc:0},j3)}}function F3(n){De(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 H3(n){let t,e,i,s,o,r,a,l,c,h,d,u;const p=[{floorIndex:n[2],floorplanData:n[12],roomLabelsEnable:n[6],roomDimensionEnable:n[10]}];let g={};for(let T=0;T<p.length;T+=1)g=ft(g,p[T]);t=new A3({props:g});let m=(n[3]||n[5])&&$u(n);const v=[{floorplanData:n[12],floorIndex:n[2]}];let b={};for(let T=0;T<v.length;T+=1)b=ft(b,v[T]);s=new dd({props:b});const P=[{floorplanData:n[12],floorIndex:n[2]}];let E={};for(let T=0;T<P.length;T+=1)E=ft(E,P[T]);r=new L2({props:E});let I=n[6]&&ef(n),z=n[11]&&tf(n),D=n[4]&&nf(n),j=n[23]&&sf(n);return{c(){me(t.$$.fragment),e=le(),m&&m.c(),i=le(),me(s.$$.fragment),o=le(),me(r.$$.fragment),a=le(),I&&I.c(),l=le(),z&&z.c(),c=le(),D&&D.c(),h=le(),j&&j.c(),d=Ve()},m(T,O){ge(t,T,O),Y(T,e,O),m&&m.m(T,O),Y(T,i,O),ge(s,T,O),Y(T,o,O),ge(r,T,O),Y(T,a,O),I&&I.m(T,O),Y(T,l,O),z&&z.m(T,O),Y(T,c,O),D&&D.m(T,O),Y(T,h,O),j&&j.m(T,O),Y(T,d,O),u=!0},p(T,O){const A=O&5188?vt(p,[{floorIndex:T[2],floorplanData:T[12],roomLabelsEnable:T[6],roomDimensionEnable:T[10]}]):{};t.$set(A),T[3]||T[5]?m?(m.p(T,O),O&40&&H(m,1)):(m=$u(T),m.c(),H(m,1),m.m(i.parentNode,i)):m&&(ke(),Z(m,1,1,()=>{m=null}),xe());const C=O&4100?vt(v,[{floorplanData:T[12],floorIndex:T[2]}]):{};s.$set(C);const M=O&4100?vt(P,[{floorplanData:T[12],floorIndex:T[2]}]):{};r.$set(M),T[6]?I?(I.p(T,O),O&64&&H(I,1)):(I=ef(T),I.c(),H(I,1),I.m(l.parentNode,l)):I&&(ke(),Z(I,1,1,()=>{I=null}),xe()),T[11]?z?(z.p(T,O),O&2048&&H(z,1)):(z=tf(T),z.c(),H(z,1),z.m(c.parentNode,c)):z&&(ke(),Z(z,1,1,()=>{z=null}),xe()),T[4]?D?(D.p(T,O),O&16&&H(D,1)):(D=nf(T),D.c(),H(D,1),D.m(h.parentNode,h)):D&&(ke(),Z(D,1,1,()=>{D=null}),xe()),T[23]?j?(j.p(T,O),O&8388608&&H(j,1)):(j=sf(T),j.c(),H(j,1),j.m(d.parentNode,d)):j&&(ke(),Z(j,1,1,()=>{j=null}),xe())},i(T){u||(H(t.$$.fragment,T),H(m),H(s.$$.fragment,T),H(r.$$.fragment,T),H(I),H(z),H(D),H(j),u=!0)},o(T){Z(t.$$.fragment,T),Z(m),Z(s.$$.fragment,T),Z(r.$$.fragment,T),Z(I),Z(z),Z(D),Z(j),u=!1},d(T){pe(t,T),T&&X(e),m&&m.d(T),T&&X(i),pe(s,T),T&&X(o),pe(r,T),T&&X(a),I&&I.d(T),T&&X(l),z&&z.d(T),T&&X(c),D&&D.d(T),T&&X(h),j&&j.d(T),T&&X(d)}}}function N3(n){let t,e;return t=new S1({props:{missingFloorConfig:n[19]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function $u(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=ft(s,i[o]);return t=new ud({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function ef(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=ft(s,i[o]);return t=new G2({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function tf(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=ft(s,i[o]);return t=new J2({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function nf(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=ft(s,i[o]);return t=new O3({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function sf(n){let t,e;return t=new B3({props:{floorplanData:n[12],northDesc:n[22]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function G3(n){let t,e,i,s,o;const r=[N3,H3],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=Ct(`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):(ke(),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()),H(i,1),i.m(t,null)),(!o||h&2&&s!==(s=Ct(`floorplan-plugin__floor${c[1]?" floorplan-plugin__floor--is-current":""}`)+" svelte-bl8zrz"))&&w(t,"class",s)},i(c){o||(H(i),o=!0)},o(c){Z(i),o=!1},d(c){c&&X(t),a[e].d()}}}function W3(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:p}=t,{roomNameOtherTypeEnable:g}=t,{roomDimensionEnable:m}=t,{ruleLabelsEnable:v}=t,{floorplanData:b}=t,{getRoomAreaText:P}=t,{getRoomDimensionText:E}=t,{getLabelElement:I}=t,{getRuleDistanceText:z}=t,{adaptiveRoomLabelVisibleEnable:D}=t,{highlightData:j}=t,{missingFloorConfig:T}=t,{lastPanoramaLongitude:O}=t,{cameraImageUrl:A}=t,{northDesc:C}=t,{compassEnable:M}=t,{store:k=void 0}=t;const S=hd(void 0);return S.subscribe(L=>{k&&e(26,k.roomOnMouse=L,k)}),n.$$set=L=>{"panoIndex"in L&&e(0,o=L.panoIndex),"isCurrent"in L&&e(1,r=L.isCurrent),"floorIndex"in L&&e(2,a=L.floorIndex),"highlightEnable"in L&&e(3,l=L.highlightEnable),"cameraEnable"in L&&e(4,c=L.cameraEnable),"hoverEnable"in L&&e(5,h=L.hoverEnable),"roomLabelsEnable"in L&&e(6,d=L.roomLabelsEnable),"roomAreaEnable"in L&&e(7,u=L.roomAreaEnable),"roomNameEnable"in L&&e(8,p=L.roomNameEnable),"roomNameOtherTypeEnable"in L&&e(9,g=L.roomNameOtherTypeEnable),"roomDimensionEnable"in L&&e(10,m=L.roomDimensionEnable),"ruleLabelsEnable"in L&&e(11,v=L.ruleLabelsEnable),"floorplanData"in L&&e(12,b=L.floorplanData),"getRoomAreaText"in L&&e(13,P=L.getRoomAreaText),"getRoomDimensionText"in L&&e(14,E=L.getRoomDimensionText),"getLabelElement"in L&&e(15,I=L.getLabelElement),"getRuleDistanceText"in L&&e(16,z=L.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in L&&e(17,D=L.adaptiveRoomLabelVisibleEnable),"highlightData"in L&&e(18,j=L.highlightData),"missingFloorConfig"in L&&e(19,T=L.missingFloorConfig),"lastPanoramaLongitude"in L&&e(20,O=L.lastPanoramaLongitude),"cameraImageUrl"in L&&e(21,A=L.cameraImageUrl),"northDesc"in L&&e(22,C=L.northDesc),"compassEnable"in L&&e(23,M=L.compassEnable),"store"in L&&e(26,k=L.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,p,g,m,v,b,P,E,I,z,D,j,T,O,A,C,M,s,S,k,i]}let U3=class extends Pe{constructor(t){super(),we(this,t,W3,G3,ye,{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},F3)}};function Q3(n){De(n,"svelte-86bqav",".floorplan-main.svelte-86bqav{width:100%;height:100%;pointer-events:none}")}function of(n,t,e){const i=n.slice();return i[26]=t[e],i}function rf(n){let t,e,i,s=n[15].floorDatas,o=[];for(let a=0;a<s.length;a+=1)o[a]=af(of(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=of(n,s,c);o[c]?(o[c].p(h,l),H(o[c],1)):(o[c]=af(h),o[c].c(),H(o[c],1),o[c].m(t,null))}for(ke(),c=s.length;c<o.length;c+=1)r(c);xe()}},i(a){if(!i){for(let l=0;l<s.length;l+=1)H(o[l]);e||wt(()=>{e=gs(t,Vt,{duration:n[0],easing:Tn}),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),Mi(o,a)}}}function af(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=ft(s,i[o]);return t=new U3({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function X3(n){let t,e,i=n[1]&&rf(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=rf(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function Y3(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:p}=t,{roomNameEnable:g}=t,{roomNameOtherTypeEnable:m}=t,{roomDimensionEnable:v}=t,{ruleLabelsEnable:b}=t,{floorplanData:P}=t,{lastPanoramaLongitude:E}=t,{cameraImageUrl:I}=t,{getRoomAreaText:z}=t,{getRoomDimensionText:D}=t,{getLabelElement:j}=t,{getRuleDistanceText:T}=t,{adaptiveRoomLabelVisibleEnable:O}=t,{highlightData:A}=t,{missingFloorConfig:C}=t,{store:M=void 0}=t;return n.$$set=k=>{"duration"in k&&e(0,i=k.duration),"visible"in k&&e(1,s=k.visible),"northDesc"in k&&e(2,o=k.northDesc),"panoIndex"in k&&e(3,r=k.panoIndex),"floorIndex"in k&&e(4,a=k.floorIndex),"cameraEnable"in k&&e(5,l=k.cameraEnable),"hoverEnable"in k&&e(6,c=k.hoverEnable),"highlightEnable"in k&&e(7,h=k.highlightEnable),"compassEnable"in k&&e(8,d=k.compassEnable),"roomLabelsEnable"in k&&e(9,u=k.roomLabelsEnable),"roomAreaEnable"in k&&e(10,p=k.roomAreaEnable),"roomNameEnable"in k&&e(11,g=k.roomNameEnable),"roomNameOtherTypeEnable"in k&&e(12,m=k.roomNameOtherTypeEnable),"roomDimensionEnable"in k&&e(13,v=k.roomDimensionEnable),"ruleLabelsEnable"in k&&e(14,b=k.ruleLabelsEnable),"floorplanData"in k&&e(15,P=k.floorplanData),"lastPanoramaLongitude"in k&&e(16,E=k.lastPanoramaLongitude),"cameraImageUrl"in k&&e(17,I=k.cameraImageUrl),"getRoomAreaText"in k&&e(18,z=k.getRoomAreaText),"getRoomDimensionText"in k&&e(19,D=k.getRoomDimensionText),"getLabelElement"in k&&e(20,j=k.getLabelElement),"getRuleDistanceText"in k&&e(21,T=k.getRuleDistanceText),"adaptiveRoomLabelVisibleEnable"in k&&e(22,O=k.adaptiveRoomLabelVisibleEnable),"highlightData"in k&&e(23,A=k.highlightData),"missingFloorConfig"in k&&e(24,C=k.missingFloorConfig),"store"in k&&e(25,M=k.store)},[i,s,o,r,a,l,c,h,d,u,p,g,m,v,b,P,E,I,z,D,j,T,O,A,C,M]}let fd=class extends Pe{constructor(t){super(),we(this,t,Y3,X3,ye,{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},Q3)}};const Z3="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 J3(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 K3(n){return{floorName:n.floor_name,floorIndex:n.floor_index,rooms:n.rooms.map(J3),rules:n.rules,is_has_wall:n.is_has_wall}}function $3(n){return{index:n.index,floorIndex:n.floor_index,position:n.position,positionInImage:n.position_in_image}}function eP(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 an(n){return ie(this,null,function*(){const t=yield q3(n.outlines),e=n.computed_data.bounding,i=n.computed_data.floor_datas.map(K3),s=n.computed_data.entrance?eP(n.computed_data.entrance):null;return{outlines:t,entrance:s,bounding:e,floorDatas:i,observers:n.computed_data.observers.map($3)}})}function T1(n,t,e){return n.map(s=>{const o=s.position,r=s.icon?s.icon:{url:Z3,width:45,height:48},a=e3(o,t),l=K2(o,e),c=$2(l,e);return{floorIndex:a,icon:r,id:s.id,position:l,positionInImage:c}})}function tP(n,t){return t(n),n}function Ho(n,t){return tP({},e=>{for(const i in n)t.indexOf(i)===-1&&(e[i]=n[i])})}function lf(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 gd(n,t,e=ns.BOUNDING_CENTER){const i=lf(n,t),s=lf(n,t+1);return e===ns.BOUNDING_CENTER?(n.model.bounding.max.y+n.model.bounding.min.y)/2:e===ns.CEILING?s:i}function pd(n,t,e,i){const s=gd(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 ps=class{constructor(t,e){f(this,"VERSION","3.75.0-alpha.1");f(this,"NAME");f(this,"five");f(this,"workUtil");f(this,"fiveUtil");f(this,"hooks",new kt);f(this,"staticPrefix",xl);this.five=t,this.fiveUtil=new bl(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(){}},hn=class extends ps{};var di=(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))(di||{});const L1=500,iP=80;function js(n,t,e=4){return Math.abs(n-t)<Math.pow(10,-e)}function z1(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 js(r,a,e)||js(r+i,a,e)}Object.assign(window,{nearlyEqual:js,nearlyEqualRad:z1});function nP(n){return Object.prototype.toString.call(n)==="[object Object]"}function cf(n){return nP(n)&&!!n.isVector3}function md(n,t){return ie(this,null,function*(){const[e]=yield Ns(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(!sP(i,s))throw new Error("pose 与预期不符")})}function sP(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"?z1(i,s,2):typeof i=="number"&&typeof s=="number"?js(i,s,2):cf(s)&&cf(i)?s.distanceTo(i)<.01:i===s})}function oP(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 rP(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!(!js(e,r,2)||!js(i,a,2)||o!==void 0&&o.distanceTo(l)>.01||!js(s,c,2))}function O1(n,t,e=!0){return ie(this,null,function*(){if(rP(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=oP(h,t.fov,n.camera.aspect);const[d]=yield Ns(md(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 Ns(n.updateCamera(Ho(t,["mode"]),l,e));if(c)throw new Error(di.UpdateCameraError)})}function No(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 aP(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)>5*Math.PI/180,s=e>5*(Math.PI/180)&&e<355*(Math.PI/180);return i||s}function lP(n){const{latitude:t,longitude:e}=n,i=Math.abs(t-Math.PI/2)<10*Math.PI/180,s=e<30*(Math.PI/180)||e>330*(Math.PI/180);return i&&s}let cP=class extends hn{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=pd(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,di.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(di.ModelNotLoaded);if(!this.data)throw new Error(di.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=F(F({},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 Ns(O1(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(di.UnknownError);if(!this.updateSize())throw new Error(di.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:L1;No(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,di.BreakOffByHide),this.showPromise=void 0;const s=F(F({},{userAction:!0,isAutoHide:!1}),e);No(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||lP(s)&&(this.updateState({visible:!0},!0),this._show({isAutoShow:!0})))});f(this,"onFivePanoArrived",e=>{var i;(i=this.five)!=null&&i.work&&(this.panoIndex=e,this.floorIndex=this.workUtil.observers[e].floorIndex)});f(this,"onFiveCameraUpdate",(e,i)=>{if(!this.state.visible||this.showPromise)return;const s=this.five.getCurrentState();aP(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:iP/((l=i==null?void 0:i.scale)!=null?l:1)},this.defaultMissingFloorConfig={imageURL:nn(i==null?void 0:i.staticPrefix,rs),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:rn,attachedTo:ns.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:F(F({},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?Ho(i,["selector","scale"]):{},r=F(F({},s.missingFloorConfig),o.missingFloorConfig),a=de(F(F({},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&&gi(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 an(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 an(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 fd({target:this.container,intro:!0,props:i})}};const hP=(n,t)=>new cP(n,t),hf=[{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}],dP="//vr-image-4.realsee-cdn.cn/release/static/image/doctorstrange/0.6.201-beta/";function uP(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 fP(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 gP=class extends hn{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=pd(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,di.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(di.ModelNotLoaded);if(!this.data)throw new Error(di.DataNotLoaded);if(this.showPromise)return this.showPromise;const i={floorIndex:this.floorIndex,modelOpacity:this.state.config.modelOpacity,immediately:!1,isAutoShow:!1,userAction:!0},s=F(F({},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 Ns(O1(this.five,this.showState,s.userAction));if(c)throw c;if(a)throw l?new Error(l):new Error(di.UnknownError);if(!this.updateSize())throw new Error(di.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:L1;No(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,di.BreakOffByHide),this.showPromise=void 0;const s=F(F({},{userAction:!0,isAutoHide:!1}),e);No(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&&fP(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(),uP(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(Ho(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:nn(i==null?void 0:i.staticPrefix,rs),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:rn,attachedTo:ns.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,missingFloorConfig:F(F({},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?Ho(i,["selector","scale"]):{},r=F(F({},s.missingFloorConfig),o.missingFloorConfig),a=de(F(F({},s),o),{missingFloorConfig:r});this.state={enabled:!0,visible:!1,config:a},this.panoIndex=e.getCurrentState().panoIndex,this.initContainer(),Ii(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&&gi(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 an(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:p,notes:g,type:m,id:v,rotateX:b,rotateY:P,rotateZ:E=0}=c;return{id:v,positionInImage:{x:(h-i.x)/o,y:(s.y-d)/r},width:u/o,height:p/r,src:dP+hf[m].href.replace(/\{\{\stheme\s\}\}/,"realsee"),notes:g||hf[m].description,rotateX:b,rotateY:P,rotateZ:E}})})}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=gd(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 an(e.data)})}updateState(e,i){var a;const s=this.state,o=(a=e.config)!=null&&a.missingFloorConfig?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 fd({target:this.container,intro:!0,props:i})}};const pP=(n,t)=>new gP(n,t);let mP=class extends hn{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=pd(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:nn(i==null?void 0:i.staticPrefix,rs),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:rn,attachedTo:ns.BOUNDING_CENTER,getLabelElement:void 0,missingFloorConfig:F(F({},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?Ho(i,["selector","scale"]):{},r=F(F({},s.missingFloorConfig),o.missingFloorConfig),a=de(F(F({},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&&gi(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 an(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=gd(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 an(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 md(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;No(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;No(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?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 fd({target:this.container,intro:!0,props:i})}};const vP=(n,t)=>new mP(n,t);function bP(n){De(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 AP(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"),R(i,"background-image","url("+(n[0]||rn)+")"),R(i,"transform",n[1]),w(e,"class","plugin-radar__camera-position svelte-1nqrlxd"),R(e,"transform",n[2]),w(t,"class","plugin-radar__camera-wrapper svelte-1nqrlxd"),R(t,"opacity",n[3]?1:0)},m(s,o){Y(s,t,o),_(t,e),_(e,i)},p(s,[o]){o&1&&R(i,"background-image","url("+(s[0]||rn)+")"),(o&1||o&3)&&R(i,"transform",s[1]),o&4&&R(e,"transform",s[2]),o&8&&R(t,"opacity",s[3]?1:0)},i:oe,o:oe,d(s){s&&X(t)}}}function yP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function wP(n,t,e){var P,E;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,p=(E=(P=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:P.floorIndex)!=null?E:0;function g(I,z){const D=I.bounding,j=I.observers[z];if(!j)return"";const T=(D.max.x-D.min.x)*l,O=(D.max.y-D.min.y)*l,A=Math.floor(j.positionInImage.x*T),C=Math.floor(j.positionInImage.y*O);return`translate(${A}px, ${C}px)`}function m(I){e(7,d=I)}function v(I){e(9,p=a.work.observers[I].floorIndex)}const b=Zr(I=>{e(8,u=I.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",m),a.on("panoArrived",v),a.on("cameraDirectionUpdate",b),function(){a.off("panoWillArrive",m),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[p]),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=yP(u))},[h,r,o,s,a,l,c,d,u,p,i]}let PP=class extends Pe{constructor(t){super(),we(this,t,wP,AP,ye,{five:4,pxmm:5,floorplanData:6,cameraImageUrl:0},bP)}};function CP(n){De(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 df(n,t,e){const i=n.slice();return i[1]=t[e],i}function uf(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"),R(i,"background-image",`url(${t[1].icon.url})`),R(i,"width",s),R(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),R(e,"top",a),R(e,"left",l),this.first=e},m(c,h){Y(c,e,h),_(e,i),_(e,r)},p(c,h){t=c,h&1&&R(i,"background-image",`url(${t[1].icon.url})`);const d=h&1;d&&R(i,"width",s),d&&R(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&R(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&R(e,"left",l)},d(c){c&&X(e)}}}function IP(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=df(n,s,r),l=o(a);i.set(l,e[r]=uf(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=ri(e,a,o,1,r,s,i,t,ia,uf,null,df))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function EP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}let MP=class extends Pe{constructor(t){super(),we(this,t,EP,IP,ye,{extraObjects:0},CP)}};function kP(n){De(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 xP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=ft(l,a[h]);t=new dd({props:l}),i=new MP({props:{extraObjects:n[7]}});let c=n[3]&&ff(n);return{c(){me(t.$$.fragment),e=le(),me(i.$$.fragment),s=le(),c&&c.c(),o=Ve()},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 p={};d&128&&(p.extraObjects=h[7]),i.$set(p),h[3]?c?(c.p(h,d),d&8&&H(c,1)):(c=ff(h),c.c(),H(c,1),c.m(o.parentNode,o)):c&&(ke(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(H(t.$$.fragment,h),H(i.$$.fragment,h),H(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){pe(t,h),h&&X(e),pe(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function SP(n){let t,e,i;return{c(){t=U("div"),e=U("img"),w(e,"class","missing-floor-image svelte-18287ai"),ht(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),_(t,e)},p(s,o){o&64&&!ht(e.src,i=s[6])&&w(e,"src",i)},i:oe,o:oe,d(s){s&&X(t)}}}function ff(n){let t,e;const i=[{five:n[0],pxmm:n[1],floorIndex:n[2],floorplanData:n[4],onRoomHeightClick:n[9],highlightData:n[5],hoveredRoom:void 0}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new ud({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function DP(n){let t,e,i,s;const o=[SP,xP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Ve()},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):(ke(),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()),H(e,1),e.m(i.parentNode,i))},i(l){s||(H(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function TP(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:p}=t;const g=void 0;return n.$$set=m=>{"five"in m&&e(0,r=m.five),"pxmm"in m&&e(1,a=m.pxmm),"floorIndex"in m&&e(2,l=m.floorIndex),"hoverEnable"in m&&e(3,c=m.hoverEnable),"floorplanData"in m&&e(4,h=m.floorplanData),"extraObjects"in m&&e(10,d=m.extraObjects),"highlightData"in m&&e(5,u=m.highlightData),"missingFloorImageUrl"in m&&e(6,p=m.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(m=>m.floorIndex===l))},[r,a,l,c,h,u,p,o,s,g,d,i]}let LP=class extends Pe{constructor(t){super(),we(this,t,TP,DP,ye,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorImageUrl:6},kP)}};function zP(n){De(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 gf(n){let t,e,i,s,o=n[8]!==0&&pf(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=[si(zi.call(null,t)),je(t,"clientWidth",n[14]),je(t,"clientHeight",n[15])],i=!0)},p(r,a){r[8]!==0?o?(o.p(r,a),a&256&&H(o,1)):(o=pf(r),o.c(),H(o,1),o.m(t,null)):o&&(ke(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(H(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,dt(s)}}}function pf(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=ft(c,l[u]);e=new LP({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=ft(d,h[u]);return s=new PP({props:d}),{c(){t=U("div"),me(e.$$.fragment),i=le(),me(s.$$.fragment),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),R(t,"width",o),R(t,"height",r)},m(u,p){Y(u,t,p),ge(e,t,null),_(t,i),ge(s,t,null),a=!0},p(u,p){const g=p&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 m=p&2073?vt(h,[{pxmm:u[11],five:u[0],floorplanData:u[3],cameraImageUrl:u[4]}]):{};s.$set(m),p&1024&&o!==(o=`${u[10]}px`)&&R(t,"width",o),p&8192&&r!==(r=`${u[13]}px`)&&R(t,"height",r)},i(u){a||(H(e.$$.fragment,u),H(s.$$.fragment,u),a=!0)},o(u){Z(e.$$.fragment,u),Z(s.$$.fragment,u),a=!1},d(u){u&&X(t),pe(e),pe(s)}}}function OP(n){let t,e,i=n[1]&&gf(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=gf(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function jP(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,p=0,g=0,m=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,p=D.detail)},E=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(p,g),{max:j,min:T}=r.bounding,O=j.x-T.x,A=j.y-T.y,C=function(){return O>A?[D,D/O*A]:[D/A*O,D]}();e(10,m=C[0]),e(13,v=C[1]),e(11,d=m/O)}},[i,s,o,r,a,l,c,h,p,g,m,d,u,v,P,E]}let RP=class extends Pe{constructor(t){super(),we(this,t,jP,OP,ye,{five:0,visible:1,hoverEnable:2,floorplanData:3,cameraImageUrl:4,extraObjects:5,highlightData:6,missingFloorImageUrl:7},zP)}},_P=class extends hn{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:rn,missingFloorImageUrl:nn(i==null?void 0:i.staticPrefix,rs)},o=F(F({},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 an(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=T1(e,this.five,this.data),this.render())}formatData(e){return ie(this,null,function*(){return yield an(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?F(F({},s.config),e.config):s.config;this.state=de(F(F({},this.state),e),{config:o}),!Nt(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(F({},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 RP({target:this.wrapper,props:e})}};const VP=(n,t)=>new _P(n,t);function BP(n){De(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 FP(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"),R(i,"background-image","url("+(n[0]||rn)+")"),R(i,"transform",n[3]),R(i,"width",s),R(i,"height",o),R(i,"left",r),R(i,"top",a),R(i,"transform-origin",l),w(e,"class","plugin-radar__camera-position svelte-3rukxu"),R(e,"transform",n[4]),w(t,"class","plugin-radar__camera-wrapper svelte-3rukxu"),R(t,"opacity",n[5]?1:0)},m(c,h){Y(c,t,h),_(t,e),_(e,i)},p(c,[h]){h&1&&R(i,"background-image","url("+(c[0]||rn)+")");const d=h&1;(d||h&9)&&R(i,"transform",c[3]),(d||h&3&&s!==(s=`${c[1]}px`))&&R(i,"width",s),(d||h&3&&o!==(o=`${c[1]}px`))&&R(i,"height",o),(d||h&5&&r!==(r=`-${c[2]}px`))&&R(i,"left",r),(d||h&5&&a!==(a=`-${c[2]}px`))&&R(i,"top",a),(d||h&5&&l!==(l=`${c[2]}px ${c[2]}px`))&&R(i,"transform-origin",l),h&16&&R(e,"transform",c[4]),h&32&&R(t,"opacity",c[5]?1:0)},i:oe,o:oe,d(c){c&&X(t)}}}function HP(n){return`rotate(${Math.floor(n/Math.PI*180)*-1+45}deg)`}function NP(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,p=a.getCurrentState().panoIndex,g=a.getCurrentState().longitude,m=(z=(I=a.work.observers[a.getCurrentState().panoIndex])==null?void 0:I.floorIndex)!=null?z:0;function v(D,j){const T=D.bounding,O=D.observers[j];if(!O)return"";const A=(T.max.x-T.min.x)*l,C=(T.max.y-T.min.y)*l,M=Math.floor(O.positionInImage.x*A),k=Math.floor(O.positionInImage.y*C);return`translate(${M}px, ${k}px)`}function b(D){e(9,p=D)}function P(D){e(11,m=a.work.observers[D].floorIndex)}const E=Zr(D=>{e(10,g=D.longitude)},1e3/60);return Tt(()=>(a.on("panoWillArrive",b),a.on("panoArrived",P),a.on("cameraDirectionUpdate",E),function(){a.off("panoWillArrive",b),a.off("panoArrived",P),a.off("cameraDirectionUpdate",E)})),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[m]),n.$$.dirty&4096&&e(5,s=i.rooms.length>0),n.$$.dirty&768&&e(4,o=v(c,p)),n.$$.dirty&1024&&e(3,r=HP(g))},[h,d,u,r,o,s,a,l,c,p,g,m,i]}class GP extends Pe{constructor(t){super(),we(this,t,NP,FP,ye,{five:6,pxmm:7,floorplanData:8,cameraImageUrl:0,cameraSize:1,cameraOffset:2},BP)}}function WP(n){De(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 mf(n,t,e){const i=n.slice();return i[1]=t[e],i}function vf(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"),R(i,"background-image",`url(${t[1].icon.url})`),R(i,"width",s),R(i,"height",o),w(e,"class","plugin-pano-floorplan__extra-object-item--position svelte-1i87fz7"),R(e,"top",a),R(e,"left",l),this.first=e},m(c,h){Y(c,e,h),_(e,i),_(e,r)},p(c,h){t=c,h&1&&R(i,"background-image",`url(${t[1].icon.url})`);const d=h&1;d&&R(i,"width",s),d&&R(i,"height",o),h&1&&a!==(a=`${t[1].positionInImage.y*100}%`)&&R(e,"top",a),h&1&&l!==(l=`${t[1].positionInImage.x*100}%`)&&R(e,"left",l)},d(c){c&&X(e)}}}function UP(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=mf(n,s,r),l=o(a);i.set(l,e[r]=vf(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=ri(e,a,o,1,r,s,i,t,ia,vf,null,mf))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function QP(n,t,e){let{extraObjects:i=[]}=t;return n.$$set=s=>{"extraObjects"in s&&e(0,i=s.extraObjects)},[i]}class XP extends Pe{constructor(t){super(),we(this,t,QP,UP,ye,{extraObjects:0},WP)}}function YP(n){let t,e,i,s,o,r;const a=[{floorIndex:n[2],floorplanData:n[4]}];let l={};for(let h=0;h<a.length;h+=1)l=ft(l,a[h]);t=new dd({props:l}),i=new XP({props:{extraObjects:n[7]}});let c=n[3]&&bf(n);return{c(){me(t.$$.fragment),e=le(),me(i.$$.fragment),s=le(),c&&c.c(),o=Ve()},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 p={};d&128&&(p.extraObjects=h[7]),i.$set(p),h[3]?c?(c.p(h,d),d&8&&H(c,1)):(c=bf(h),c.c(),H(c,1),c.m(o.parentNode,o)):c&&(ke(),Z(c,1,1,()=>{c=null}),xe())},i(h){r||(H(t.$$.fragment,h),H(i.$$.fragment,h),H(c),r=!0)},o(h){Z(t.$$.fragment,h),Z(i.$$.fragment,h),Z(c),r=!1},d(h){pe(t,h),h&&X(e),pe(i,h),h&&X(s),c&&c.d(h),h&&X(o)}}}function ZP(n){let t,e;return t=new S1({props:{missingFloorConfig:n[6]}}),{c(){me(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||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function bf(n){let t,e;const i=[{five:n[0],pxmm:n[1],floorIndex:n[2],floorplanData:n[4],onRoomHeightClick:n[9],highlightData:n[5],hoveredRoom:void 0}];let s={};for(let o=0;o<i.length;o+=1)s=ft(s,i[o]);return t=new ud({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function qP(n){let t,e,i,s;const o=[ZP,YP],r=[];function a(l,c){return l[8]?1:0}return t=a(n),e=r[t]=o[t](n),{c(){e.c(),i=Ve()},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):(ke(),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()),H(e,1),e.m(i.parentNode,i))},i(l){s||(H(e),s=!0)},o(l){Z(e),s=!1},d(l){r[t].d(l),l&&X(i)}}}function JP(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:p}=t,{missingFloorImageUrl:g}=t;const m=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,p=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,p,o,s,m,d,g,i]}class KP extends Pe{constructor(t){super(),we(this,t,JP,qP,ye,{five:0,pxmm:1,floorIndex:2,hoverEnable:3,floorplanData:4,extraObjects:10,highlightData:5,missingFloorConfig:6,missingFloorImageUrl:11})}}function $P(n){De(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 Af(n,t,e){const i=n.slice();return i[6]=t[e],i}function yf(n,t){let e;return{key:n,first:null,c(){e=U("div"),w(e,"class","floorplan-guide-plugin__observer-dot svelte-6v429q"),R(e,"left",t[6].positionInImage.x*t[0]+"px"),R(e,"top",t[6].positionInImage.y*t[1]+"px"),R(e,"width",t[2]+"px"),R(e,"height",t[2]+"px"),this.first=e},m(i,s){Y(i,e,s)},p(i,s){t=i,s&9&&R(e,"left",t[6].positionInImage.x*t[0]+"px"),s&10&&R(e,"top",t[6].positionInImage.y*t[1]+"px"),s&4&&R(e,"width",t[2]+"px"),s&4&&R(e,"height",t[2]+"px")},d(i){i&&X(e)}}}function eC(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=Af(n,s,r),l=o(a);i.set(l,e[r]=yf(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=ri(e,a,o,1,r,s,i,t,ia,yf,null,Af))},i:oe,o:oe,d(r){r&&X(t);for(let a=0;a<e.length;a+=1)e[a].d()}}}function tC(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 iC extends Pe{constructor(t){super(),we(this,t,tC,eC,ye,{floorplanData:4,floorIndex:5,contentWidth:0,contentHeight:1,observerDotSize:2},$P)}}function nC(n){De(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 sC(n){let t,e,i=n[2]&&wf(n),s=n[3]&&n[4]&&Pf(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),_(t,e),s&&s.m(t,null)},p(o,r){o[2]?i?i.p(o,r):(i=wf(o),i.c(),i.m(t,e)):i&&(i.d(1),i=null),o[3]&&o[4]?s?s.p(o,r):(s=Pf(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 oC(n){let t,e=n[5].outerHTML+"",i;return{c(){t=new _o(!1),i=Ve(),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 wf(n){let t,e=n[0].name+"",i;return{c(){t=U("span"),i=_e(e),w(t,"class","floorplan-guide-plugin__room-name svelte-qulme3")},m(s,o){Y(s,t,o),_(t,i)},p(s,o){o&1&&e!==(e=s[0].name+"")&&Fe(i,e)},d(s){s&&X(t)}}}function Pf(n){let t,e;return{c(){t=U("span"),e=_e(n[4]),w(t,"class","floorplan-guide-plugin__room-area svelte-qulme3")},m(i,s){Y(i,t,s),_(t,e)},p(i,s){s&16&&Fe(e,i[4])},d(i){i&&X(t)}}}function rC(n){let t,e,i;function s(a,l){return a[5]?oC:sC}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"),Ce(t,"floorplan-guide-plugin__room-label--hovered",n[1]),Ce(t,"floorplan-guide-plugin__room-label--hidden",!n[10]),R(t,"left",n[6]),R(t,"top",n[7])},m(a,l){Y(a,t,l),r.m(t,null),e||(i=[je(t,"mouseenter",n[17]),je(t,"mouseleave",n[18]),je(t,"keydown",aC),si(zi.call(null,t)),je(t,"clientWidth",n[19]),je(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&&Ce(t,"floorplan-guide-plugin__room-label--hovered",a[1]),l&1024&&Ce(t,"floorplan-guide-plugin__room-label--hidden",!a[10]),l&64&&R(t,"left",a[6]),l&128&&R(t,"top",a[7])},i:oe,o:oe,d(a){a&&X(t),r.d(),e=!1,dt(i)}}}const aC=()=>{};function lC(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:p}=t,{left:g}=t,{top:m}=t,{createLabelInRoomChecker:v}=t;const b=zn();let P=0,E=0;const I=()=>b("mouseenter"),z=()=>b("mouseleave"),D=T=>{e(8,P=T.detail)},j=T=>{e(9,E=T.detail)};return n.$$set=T=>{"room"in T&&e(0,r=T.room),"isHovered"in T&&e(1,a=T.isHovered),"roomNameEnable"in T&&e(2,l=T.roomNameEnable),"roomAreaEnable"in T&&e(3,c=T.roomAreaEnable),"roomAreaSize"in T&&e(4,h=T.roomAreaSize),"userConfigElement"in T&&e(5,d=T.userConfigElement),"adaptiveRoomLabelVisibleEnable"in T&&e(12,u=T.adaptiveRoomLabelVisibleEnable),"pxmm"in T&&e(13,p=T.pxmm),"left"in T&&e(6,g=T.left),"top"in T&&e(7,m=T.top),"createLabelInRoomChecker"in T&&e(14,v=T.createLabelInRoomChecker)},n.$$.update=()=>{n.$$.dirty&768&&e(16,i={width:P,height:E}),n.$$.dirty&81921&&e(15,s=i?v(r,i):void 0),n.$$.dirty&45058&&e(10,o=u?a||(s?s(p):!0):!0)},[r,a,l,c,h,d,g,m,P,E,o,b,u,p,v,s,i,I,z,D,j]}class cC extends Pe{constructor(t){super(),we(this,t,lC,rC,ye,{room:0,isHovered:1,roomNameEnable:2,roomAreaEnable:3,roomAreaSize:4,userConfigElement:5,adaptiveRoomLabelVisibleEnable:12,pxmm:13,left:6,top:7,createLabelInRoomChecker:14},nC)}}function hC(n){De(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 Cf(n,t,e){const i=n.slice();return i[17]=t[e],i}function If(n,t){let e,i,s;function o(){return t[15](t[17])}return i=new cC({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:fC}}),i.$on("mouseenter",o),i.$on("mouseleave",t[10]),{key:n,first:null,c(){e=Ve(),me(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||(H(i.$$.fragment,r),s=!0)},o(r){Z(i.$$.fragment,r),s=!1},d(r){r&&X(e),pe(i,r)}}}function dC(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=Cf(n,a,c),d=l(h);i.set(d,e[c]=If(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=[si(zi.call(null,t)),je(t,"clientWidth",n[16])],o=!0)},p(c,[h]){h&2015&&(a=c[8],ke(),e=ri(e,h,l,1,c,a,i,t,cn,If,null,Cf),xe())},i(c){if(!s){for(let h=0;h<a.length;h+=1)H(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,dt(r)}}}function uC(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 fC(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,p=o*d,g=e.map(([v,b])=>[v*d,b*d]);return[[u+l,p-c],[u-l,p-c],[u-l,p+c],[u+l,p+c]].every(v=>uC(v,g))}}function gC(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,p=0,g=0,m=null;function v(I){e(7,m=I.id)}function b(){e(7,m=null)}const P=I=>v(I),E=I=>{e(5,p=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,T=D.x-j.x;e(6,g=p/T)}},[a,c,h,d,u,p,g,m,s,v,b,o,r,l,i,P,E]}class pC extends Pe{constructor(t){super(),we(this,t,gC,dC,ye,{floorplanData:11,floorIndex:12,roomNameEnable:0,roomNameOtherTypeEnable:13,roomAreaEnable:1,adaptiveRoomLabelVisibleEnable:2,getRoomAreaText:3,getLabelElement:4},hC)}}function mC(n){De(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 vC(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=_e(n[0]),w(e,"class","floorplan-plugin__compass-image svelte-19jnco7"),R(e,"background-image",`url(${D1})`),w(s,"class","floorplan-plugin__compass-text svelte-19jnco7"),w(t,"class","floorplan-plugin__compass svelte-19jnco7"),R(t,"transform",n[4]),R(t,"width",r),R(t,"height",a),R(t,"top",l),R(t,"transform-origin",c)},m(h,d){Y(h,t,d),_(t,e),_(t,i),_(t,s),_(s,o)},p(h,d){d&1&&Fe(o,h[0]),d&2&&r!==(r=`${h[1]}px`)&&R(t,"width",r),d&4&&a!==(a=`${h[2]}px`)&&R(t,"height",a),d&4&&l!==(l=`-${h[2]}px`)&&R(t,"top",l)},d(h){h&&X(t)}}}function bC(n){let t,e=n[3]&&vC(n);return{c(){e&&e.c(),t=Ve()},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 AC(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?hi(l):0)+90}deg)`,u=o/2,p=a+r/2;return n.$$set=m=>{"floorplanData"in m&&e(7,i=m.floorplanData),"northDesc"in m&&e(0,s=m.northDesc),"containerWidth"in m&&e(1,o=m.containerWidth),"containerHeight"in m&&e(8,r=m.containerHeight),"height"in m&&e(2,a=m.height)},[s,o,a,c,d,u,p,i,r]}class yC extends Pe{constructor(t){super(),we(this,t,AC,bC,ye,{floorplanData:7,northDesc:0,containerWidth:1,containerHeight:8,height:2},mC)}}function wC(n){De(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 Ef(n){let t,e,i,s,o=n[25]!==0&&Mf(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=[si(zi.call(null,t)),je(t,"clientWidth",n[33]),je(t,"clientHeight",n[34])],i=!0)},p(r,a){r[25]!==0?o?(o.p(r,a),a[0]&33554432&&H(o,1)):(o=Mf(r),o.c(),H(o,1),o.m(t,null)):o&&(ke(),Z(o,1,1,()=>{o=null}),xe())},i(r){e||(H(o),e=!0)},o(r){Z(o),e=!1},d(r){r&&X(t),o&&o.d(),i=!1,dt(s)}}}function Mf(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=ft(h,c[u]);e=new KP({props:h});let d=n[30]&&kf(n);return{c(){t=U("div"),me(e.$$.fragment),i=le(),d&&d.c(),w(t,"class","plugin-floorplan-radar-container svelte-1mvqyqq"),R(t,"width",s),R(t,"height",o),R(t,"cursor",n[9]?"pointer":"default")},m(u,p){Y(u,t,p),ge(e,t,null),_(t,i),d&&d.m(t,null),r=!0,a||(l=je(t,"click",n[31]),a=!0)},p(u,p){const g=p[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,p),p[0]&1073741824&&H(d,1)):(d=kf(u),d.c(),H(d,1),d.m(t,null)):d&&(ke(),Z(d,1,1,()=>{d=null}),xe()),p[0]&134217728&&s!==(s=`${u[27]}px`)&&R(t,"width",s),p[0]&536870912&&o!==(o=`${u[29]}px`)&&R(t,"height",o),p[0]&512&&R(t,"cursor",u[9]?"pointer":"default")},i(u){r||(H(e.$$.fragment,u),H(d),r=!0)},o(u){Z(e.$$.fragment,u),Z(d),r=!1},d(u){u&&X(t),pe(e),d&&d.d(),a=!1,l()}}}function kf(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=ft(l,a[u]);t=new iC({props:l});let c=n[10]&&xf(n),h=n[17]&&Sf(n),d=n[22]&&Df(n);return{c(){me(t.$$.fragment),e=le(),c&&c.c(),i=le(),h&&h.c(),s=le(),d&&d.c(),o=Ve()},m(u,p){ge(t,u,p),Y(u,e,p),c&&c.m(u,p),Y(u,i,p),h&&h.m(u,p),Y(u,s,p),d&&d.m(u,p),Y(u,o,p),r=!0},p(u,p){const g=p[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,p),p[0]&1024&&H(c,1)):(c=xf(u),c.c(),H(c,1),c.m(i.parentNode,i)):c&&(ke(),Z(c,1,1,()=>{c=null}),xe()),u[17]?h?(h.p(u,p),p[0]&131072&&H(h,1)):(h=Sf(u),h.c(),H(h,1),h.m(s.parentNode,s)):h&&(ke(),Z(h,1,1,()=>{h=null}),xe()),u[22]?d?(d.p(u,p),p[0]&4194304&&H(d,1)):(d=Df(u),d.c(),H(d,1),d.m(o.parentNode,o)):d&&(ke(),Z(d,1,1,()=>{d=null}),xe())},i(u){r||(H(t.$$.fragment,u),H(c),H(h),H(d),r=!0)},o(u){Z(t.$$.fragment,u),Z(c),Z(h),Z(d),r=!1},d(u){pe(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 xf(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=ft(s,i[o]);return t=new pC({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function Sf(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=ft(s,i[o]);return t=new yC({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function Df(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=ft(s,i[o]);return t=new GP({props:s}),{c(){me(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||(H(t.$$.fragment,o),e=!0)},o(o){Z(t.$$.fragment,o),e=!1},d(o){pe(t,o)}}}function PC(n){let t,e,i=n[1]&&Ef(n);return{c(){i&&i.c(),t=Ve()},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&&H(i,1)):(i=Ef(s),i.c(),H(i,1),i.m(t.parentNode,t)):i&&(ke(),Z(i,1,1,()=>{i=null}),xe())},i(s){e||(H(i),e=!0)},o(s){Z(i),e=!1},d(s){i&&i.d(s),s&&X(t)}}}function CC(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:p=!0}=t,{roomLabelsEnable:g=!1}=t,{roomNameEnable:m=!0}=t,{roomNameOtherTypeEnable:v=!0}=t,{roomAreaEnable:b=!0}=t,{adaptiveRoomLabelVisibleEnable:P=!0}=t,{getRoomAreaText:E=ee=>(ee/1e6).toFixed(1)+"㎡"}=t,{getLabelElement:I=void 0}=t,{compassEnable:z=!1}=t,{northDesc:D="北"}=t,{compassHeight:j=50}=t,{observerDotSize:T=12}=t,{displayedFloorIndex:O}=t,{shouldShowRadar:A=!0}=t,{cameraSize:C=36}=t,{cameraOffset:M=28.5}=t,{onFloorplanClick:k=void 0}=t,S=0,L=0,N=0,V=0,J=0;function ne(ee){if(!p||!k)return;const Le=ee.currentTarget.getBoundingClientRect(),ae=ee.clientX-Le.left,Me=ee.clientY-Le.top,ue=ae/V,ce=Me/J;k({imageX:ue,imageY:ce,floorIndex:O,originalEvent:ee})}const $=ee=>{e(25,L=ee.detail)},re=ee=>{e(26,N=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,p=ee.clickEnable),"roomLabelsEnable"in ee&&e(10,g=ee.roomLabelsEnable),"roomNameEnable"in ee&&e(11,m=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,E=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,T=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,M=ee.cameraOffset),"onFloorplanClick"in ee&&e(32,k=ee.onFloorplanClick)},n.$$.update=()=>{var ee;if(n.$$.dirty[0]&234881032){const fe=Math.min(L,N),{max:Le,min:ae}=a.bounding,Me=Le.x-ae.x,ue=Le.y-ae.y,ce=function(){return Me>ue?[fe,fe/Me*ue]:[fe/ue*Me,fe]}();e(27,V=ce[0]),e(29,J=ce[1]),e(28,S=V/Me)}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,p,g,m,v,b,P,E,I,z,D,j,T,O,A,C,M,L,N,V,S,J,i,ne,k,$,re]}class IC extends Pe{constructor(t){super(),we(this,t,CC,PC,ye,{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},wC,[-1,-1])}}let EC=class extends hn{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,p=Math.sqrt(Math.pow(s-d,2)+Math.pow(o-u,2));p<l&&(l=p,a={panoIndex:h.index,distance:p,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:nn(i==null?void 0:i.staticPrefix,rs),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:D3,missingFloorImageUrl:nn(i==null?void 0:i.staticPrefix,rs),missingFloorConfig:F(F({},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=F(F({},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 an(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=T1(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 an(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?F(F({},s.config.missingFloorConfig),e.config.missingFloorConfig):s.config.missingFloorConfig,r=e.config?de(F(F({},s.config),e.config),{missingFloorConfig:o}):s.config;this.state=de(F(F({},this.state),e),{config:r}),!Nt(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(F({},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 IC({target:this.wrapper,props:o})}};const MC=(n,t)=>new EC(n,t),kC=[{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:"和室"}],xC=[{type:0,description:"木质地板"},{type:1,description:"瓷砖地面"},{type:2,description:"户外地面"},{type:3,description:"卫生间地面"},{type:4,description:"阳台地面"},{type:5,description:"车库地面"}],SC=[{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:"写字楼"}],cc=(n,t,e)=>{const i=new y.Matrix4,s=new y.Euler(n,t,e,"YXZ");return i.makeRotationFromEuler(s),i},DC=(n,{scale:t,rotation:e,position:i})=>{if(t&&n.scale.set(t,t,t),e){const[s,o,r]=e;s&&n.applyMatrix4(cc(s,0,0)),o&&n.applyMatrix4(cc(0,o,0)),r&&n.applyMatrix4(cc(0,0,r))}return i&&n.position.set(i.x,i.y,i.z),n};function j1(n,t){n.traverse(e=>{var i;if(e.type==="Mesh"){const s=e,o=F({map:s.material.map||{}},t);s.material=new W.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 R1={},Ai=void 0,TC=R1;function vd(n,t){var e=n.split("."),i=TC;!(e[0]in i)&&i.execScript&&i.execScript("var "+e[0]);for(var s;e.length&&(s=e.shift());)!e.length&&t!==Ai?i[s]=t:i=i[s]?i[s]:i[s]={}}var mt=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Uint32Array!="undefined"&&typeof DataView!="undefined";function Ms(n){var t=n.length,e=0,i=Number.POSITIVE_INFINITY,s,o,r,a,l,c,h,d,u,p;for(d=0;d<t;++d)n[d]>e&&(e=n[d]),n[d]<i&&(i=n[d]);for(s=1<<e,o=new(mt?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(p=r<<16|d,u=c;u<s;u+=l)o[u]=p;++a}++r,a<<=1,l<<=1}return[o,e,i]}function ms(n,t){switch(this.g=[],this.h=32768,this.d=this.f=this.a=this.l=0,this.input=mt?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 bd:this.b=32768,this.c=new(mt?Uint8Array:Array)(32768+this.h+258);break;case ol:this.b=0,this.c=new(mt?Uint8Array:Array)(this.h),this.e=this.z,this.n=this.v,this.j=this.w;break;default:throw Error("invalid inflate mode")}}var bd=0,ol=1,Tf={t:bd,s:ol};ms.prototype.k=function(){for(;!this.m;){var n=Di(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=Ai,a=Ai,l=i.length,c=Ai;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 bd:for(;s+r>i.length;){if(c=l-s,r-=c,mt)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(mt)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(LC,zC);break;case 2:for(var h=Di(this,5)+257,d=Di(this,5)+1,u=Di(this,4)+4,p=new(mt?Uint8Array:Array)(hc.length),g=Ai,m=Ai,v=Ai,b=Ai,P=Ai,E=Ai,I=Ai,D=Ai,z=Ai,D=0;D<u;++D)p[hc[D]]=Di(this,3);if(!mt)for(D=u,u=p.length;D<u;++D)p[hc[D]]=0;for(g=Ms(p),b=new(mt?Uint8Array:Array)(h+d),D=0,z=h+d;D<z;)switch(P=Hr(this,g),P){case 16:for(I=3+Di(this,2);I--;)b[D++]=E;break;case 17:for(I=3+Di(this,3);I--;)b[D++]=0;E=0;break;case 18:for(I=11+Di(this,7);I--;)b[D++]=0;E=0;break;default:E=b[D++]=P}m=Ms(mt?b.subarray(0,h):b.slice(0,h)),v=Ms(mt?b.subarray(h):b.slice(h)),this.j(m,v);break;default:throw Error("unknown BTYPE: "+n)}}return this.n()};var Lf=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],hc=mt?new Uint16Array(Lf):Lf,zf=[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],_1=mt?new Uint16Array(zf):zf,Of=[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=mt?new Uint8Array(Of):Of,jf=[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],V1=mt?new Uint16Array(jf):jf,Rf=[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=mt?new Uint8Array(Rf):Rf,Jc=new(mt?Uint8Array:Array)(288),Es,_f;Es=0;for(_f=Jc.length;Es<_f;++Es)Jc[Es]=143>=Es?8:255>=Es?9:279>=Es?7:8;var LC=Ms(Jc),Kc=new(mt?Uint8Array:Array)(30),Ra,Vf;Ra=0;for(Vf=Kc.length;Ra<Vf;++Ra)Kc[Ra]=5;var zC=Ms(Kc);function Di(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 Hr(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}ms.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=Hr(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=_1[r],0<rl[r]&&(l+=Di(this,rl[r])),o=Hr(this,t),a=V1[o],0<al[o]&&(a+=Di(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};ms.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=Hr(this,n))!==256;)if(256>o)i>=s&&(e=this.e(),s=e.length),e[i++]=o;else for(r=o-257,l=_1[r],0<rl[r]&&(l+=Di(this,rl[r])),o=Hr(this,t),a=V1[o],0<al[o]&&(a+=Di(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};ms.prototype.e=function(){var n=new(mt?Uint8Array:Array)(this.b-32768),t=this.b-32768,e,i,s=this.c;if(mt)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,mt)s.set(s.subarray(t,t+32768));else for(e=0;32768>e;++e)s[e]=s[t+e];return this.b=32768,s};ms.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,mt?(t=new Uint8Array(s),t.set(a)):t=a,this.c=t};ms.prototype.n=function(){var n=0,t=this.c,e=this.g,i,s=new(mt?Uint8Array:Array)(this.l+(this.b-32768)),o,r,a,l;if(e.length===0)return mt?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};ms.prototype.v=function(){var n,t=this.b;return mt?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 Ad(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 Bf:this.method=Bf;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 ms(n,{index:this.a,bufferSize:t.bufferSize,bufferType:t.bufferType,resize:t.resize})}Ad.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 Bf=8;vd("Zlib.Inflate",Ad);vd("Zlib.Inflate.prototype.decompress",Ad.prototype.k);var $c={ADAPTIVE:Tf.s,BLOCK:Tf.t},Er,Mr,ko,Ff;if(Object.keys)Er=Object.keys($c);else for(Mr in Er=[],ko=0,$c)Er[ko++]=Mr;ko=0;for(Ff=Er.length;ko<Ff;++ko)Mr=Er[ko],vd("Zlib.Inflate.BufferType."+Mr,$c[Mr]);var Hf=R1.Zlib,B1={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 W.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 p=h[O+1],g=c[d-O];l[d][O]=p+g;var m=l[O][d-1]/l[d][O];l[O][d]=u+p*m,u=g*m}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 E=1;E<=i;++E){var I=0,z=O-E,D=e-E;O>=E&&(P[b][0]=P[v][0]/l[D+1][z],I=P[b][0]*l[z][D]);for(var j=z>=-1?1:-z,T=O-1<=D?E-1:e-O,d=j;d<=T;++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][E]=-P[v][E-1]/l[D+1][O],I+=P[b][E]*l[O][D]),a[E][O]=I;var d=v;v=b,b=d}}for(var O=e,E=1;E<=i;++E){for(var d=0;d<=e;++d)a[E][d]*=O;O*=e-E}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 p=0;p<=o;++p){for(var d=c[a-n].clone().multiplyScalar(l[p][0]),g=1;g<=n;++g)d.add(c[a-n+g].clone().multiplyScalar(l[p][g]));r[p]=d}for(var p=o+1;p<=s+1;++p)r[p]=new W.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 W.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=[],p=0;p<=t;++p){u[p]=new W.Vector4(0,0,0,0);for(var g=0;g<=n;++g){var m=s[l-n+g][c-t+p].clone(),v=m.w;m.x*=v,m.y*=v,m.z*=v,u[p].add(m.multiplyScalar(h[g]))}}for(var b=new W.Vector4(0,0,0,0),p=0;p<=t;++p)b.add(u[p].multiplyScalar(d[p]));b.divideScalar(b.w),a.set(b.x,b.y,b.z)}},Gs=function(n,t,e,i,s){W.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 W.Vector4(r.x,r.y,r.z,r.w)}};Gs.prototype=Object.create(W.Curve.prototype);Gs.prototype.constructor=Gs;Gs.prototype.getPoint=function(n,t){var e=t||new W.Vector3,i=this.knots[this.startKnot]+n*(this.knots[this.endKnot]-this.knots[this.startKnot]),s=B1.calcBSplinePoint(this.degree,this.knots,this.controlPoints,i);return s.w!=1&&s.divideScalar(s.w),e.set(s.x,s.y,s.z)};Gs.prototype.getTangent=function(n,t){var e=t||new W.Vector3,i=this.knots[0]+n*(this.knots[this.knots.length-1]-this.knots[0]),s=B1.calcNURBSDerivatives(this.degree,this.knots,this.controlPoints,i,1);return e.copy(s[1]).normalize(),e};var F1=function(){var n,t,e;function i(A){W.Loader.call(this,A)}i.prototype=Object.assign(Object.create(W.Loader.prototype),{constructor:i,load:function(A,C,M,k){var S=this,L=S.path===""?W.LoaderUtils.extractUrlBase(A):S.path,N=new W.FileLoader(this.manager);N.setPath(S.path),N.setResponseType("arraybuffer"),N.load(A,function(V){try{C(S.parse(V,L))}catch(J){k?k(J):console.error(J),S.manager.itemError(A)}},M,k)},parse:function(A,C){if(d(A))n=new l().parse(A);else{var M=D(A);if(!u(M))throw new Error("THREE.FBXLoader: Unknown format.");if(p(M)<7e3)throw new Error("THREE.FBXLoader: FBX version not supported, FileVersion: "+p(M));n=new a().parse(M)}var k=new W.TextureLoader(this.manager).setPath(this.resourcePath||C).setCrossOrigin(this.crossOrigin);return new s(k,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),M=this.parseMaterials(C),k=this.parseDeformers(),S=new o().parse(k);return this.parseScene(k,S,M),e},parseConnections:function(){var A=new Map;if("Connections"in n){var C=n.Connections.connections;C.forEach(function(M){var k=M[0],S=M[1],L=M[2];A.has(k)||A.set(k,{parents:[],children:[]});var N={ID:S,relationship:L};A.get(k).parents.push(N),A.has(S)||A.set(S,{parents:[],children:[]});var V={ID:k,relationship:L};A.get(S).children.push(V)})}return A},parseImages:function(){var A={},C={};if("Video"in n.Objects){var M=n.Objects.Video;for(var k in M){var S=M[k],L=parseInt(k);if(A[L]=S.RelativeFilename||S.Filename,"Content"in S){var N=S.Content instanceof ArrayBuffer&&S.Content.byteLength>0,V=typeof S.Content=="string"&&S.Content!=="";if(N||V){var J=this.parseImage(M[k]);C[S.RelativeFilename||S.Filename]=J}}}}for(var L in A){var ne=A[L];C[ne]!==void 0?A[L]=C[ne]:A[L]=A[L].split("\\").pop()}return A},parseImage:function(A){var C=A.Content,M=A.RelativeFilename||A.Filename,k=M.slice(M.lastIndexOf(".")+1).toLowerCase(),S;switch(k){case"bmp":S="image/bmp";break;case"jpg":case"jpeg":S="image/jpeg";break;case"png":S="image/png";break;case"tif":S="image/tiff";break;case"tga":this.manager.getHandler(".tga")===null&&console.warn("FBXLoader: TGA loader not found, skipping ",M),S="image/tga";break;default:console.warn('FBXLoader: Image type "'+k+'" is not supported.');return}if(typeof C=="string")return"data:"+S+";base64,"+C;var L=new Uint8Array(C);return window.URL.createObjectURL(new Blob([L],{type:S}))},parseTextures:function(A){var C=new Map;if("Texture"in n.Objects){var M=n.Objects.Texture;for(var k in M){var S=this.parseTexture(M[k],A);C.set(parseInt(k),S)}}return C},parseTexture:function(A,C){var M=this.loadTexture(A,C);M.ID=A.id,M.name=A.attrName;var k=A.WrapModeU,S=A.WrapModeV,L=k!==void 0?k.value:0,N=S!==void 0?S.value:0;if(M.wrapS=L===0?W.RepeatWrapping:W.ClampToEdgeWrapping,M.wrapT=N===0?W.RepeatWrapping:W.ClampToEdgeWrapping,"Scaling"in A){var V=A.Scaling.value;M.repeat.x=V[0],M.repeat.y=V[1]}return M},loadTexture:function(A,C){var M,k=this.textureLoader.path,S=t.get(A.id).children;S!==void 0&&S.length>0&&C[S[0].ID]!==void 0&&(M=C[S[0].ID],(M.indexOf("blob:")===0||M.indexOf("data:")===0)&&this.textureLoader.setPath(void 0));var L,N=A.FileName.slice(-3).toLowerCase();if(N==="tga"){var V=this.manager.getHandler(".tga");V===null?(console.warn("FBXLoader: TGA loader not found, creating placeholder texture for",A.RelativeFilename),L=new W.Texture):L=V.load(M)}else N==="psd"?(console.warn("FBXLoader: PSD textures are not supported, creating placeholder texture for",A.RelativeFilename),L=new W.Texture):L=this.textureLoader.load(M);return this.textureLoader.setPath(k),L},parseMaterials:function(A){var C=new Map;if("Material"in n.Objects){var M=n.Objects.Material;for(var k in M){var S=this.parseMaterial(M[k],A);S!==null&&C.set(parseInt(k),S)}}return C},parseMaterial:function(A,C){var M=A.id,k=A.attrName,S=A.ShadingModel;if(typeof S=="object"&&(S=S.value),!t.has(M))return null;var L=this.parseParameters(A,C,M),N;switch(S.toLowerCase()){case"phong":N=new W.MeshPhongMaterial;break;case"lambert":N=new W.MeshLambertMaterial;break;default:console.warn('THREE.FBXLoader: unknown material type "%s". Defaulting to MeshPhongMaterial.',S),N=new W.MeshPhongMaterial;break}return N.setValues(L),N.name=k,N},parseParameters:function(A,C,M){var k={};A.BumpFactor&&(k.bumpScale=A.BumpFactor.value),A.Diffuse?k.color=new W.Color().fromArray(A.Diffuse.value):A.DiffuseColor&&A.DiffuseColor.type==="Color"&&(k.color=new W.Color().fromArray(A.DiffuseColor.value)),A.DisplacementFactor&&(k.displacementScale=A.DisplacementFactor.value),A.Emissive?k.emissive=new W.Color().fromArray(A.Emissive.value):A.EmissiveColor&&A.EmissiveColor.type==="Color"&&(k.emissive=new W.Color().fromArray(A.EmissiveColor.value)),A.EmissiveFactor&&(k.emissiveIntensity=parseFloat(A.EmissiveFactor.value)),A.Opacity&&(k.opacity=parseFloat(A.Opacity.value)),k.opacity<1&&(k.transparent=!0),A.ReflectionFactor&&(k.reflectivity=A.ReflectionFactor.value),A.Shininess&&(k.shininess=A.Shininess.value),A.Specular?k.specular=new W.Color().fromArray(A.Specular.value):A.SpecularColor&&A.SpecularColor.type==="Color"&&(k.specular=new W.Color().fromArray(A.SpecularColor.value));var S=this;return t.get(M).children.forEach(function(L){var N=L.relationship;switch(N){case"Bump":k.bumpMap=S.getTexture(C,L.ID);break;case"Maya|TEX_ao_map":k.aoMap=S.getTexture(C,L.ID);break;case"DiffuseColor":case"Maya|TEX_color_map":k.map=S.getTexture(C,L.ID),k.map.encoding=W.sRGBEncoding;break;case"DisplacementColor":k.displacementMap=S.getTexture(C,L.ID);break;case"EmissiveColor":k.emissiveMap=S.getTexture(C,L.ID),k.emissiveMap.encoding=W.sRGBEncoding;break;case"NormalMap":case"Maya|TEX_normal_map":k.normalMap=S.getTexture(C,L.ID);break;case"ReflectionColor":k.envMap=S.getTexture(C,L.ID),k.envMap.mapping=W.EquirectangularReflectionMapping,k.envMap.encoding=W.sRGBEncoding;break;case"SpecularColor":k.specularMap=S.getTexture(C,L.ID),k.specularMap.encoding=W.sRGBEncoding;break;case"TransparentColor":case"TransparencyFactor":k.alphaMap=S.getTexture(C,L.ID),k.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.",N);break}}),k},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 M=n.Objects.Deformer;for(var k in M){var S=M[k],L=t.get(parseInt(k));if(S.attrType==="Skin"){var N=this.parseSkeleton(L,M);N.ID=k,L.parents.length>1&&console.warn("THREE.FBXLoader: skeleton attached to more than one geometry is not supported."),N.geometryID=L.parents[0].ID,A[k]=N}else if(S.attrType==="BlendShape"){var V={id:k};V.rawTargets=this.parseMorphTargets(L,M),V.id=k,L.parents.length>1&&console.warn("THREE.FBXLoader: morph target attached to more than one geometry is not supported."),C[k]=V}}}return{skeletons:A,morphTargets:C}},parseSkeleton:function(A,C){var M=[];return A.children.forEach(function(k){var S=C[k.ID];if(S.attrType==="Cluster"){var L={ID:k.ID,indices:[],weights:[],transformLink:new W.Matrix4().fromArray(S.TransformLink.a)};"Indexes"in S&&(L.indices=S.Indexes.a,L.weights=S.Weights.a),M.push(L)}}),{rawBones:M,bones:[]}},parseMorphTargets:function(A,C){for(var M=[],k=0;k<A.children.length;k++){var S=A.children[k],L=C[S.ID],N={name:L.attrName,initialWeight:L.DeformPercent,id:L.id,fullWeights:L.FullWeights.a};if(L.attrType!=="BlendShapeChannel")return;N.geoID=t.get(parseInt(S.ID)).children.filter(function(V){return V.relationship===void 0})[0].ID,M.push(N)}return M},parseScene:function(A,C,M){e=new W.Group;var k=this.parseModels(A.skeletons,C,M),S=n.Objects.Model,L=this;k.forEach(function(V){var J=S[V.ID];L.setLookAtProperties(V,J);var ne=t.get(V.ID).parents;ne.forEach(function($){var re=k.get($.ID);re!==void 0&&re.add(V)}),V.parent===null&&e.add(V)}),this.bindSkeleton(A.skeletons,C,k),this.createAmbientLight(),this.setupMorphMaterials(),e.traverse(function(V){if(V.userData.transformData){V.parent&&(V.userData.transformData.parentMatrixWorld=V.parent.matrix);var J=E(V.userData.transformData);V.applyMatrix4(J)}});var N=new r().parse();e.children.length===1&&e.children[0].isGroup&&(e.children[0].animations=N,e=e.children[0]),e.animations=N},parseModels:function(A,C,M){var k=new Map,S=n.Objects.Model;for(var L in S){var N=parseInt(L),V=S[L],J=t.get(N),ne=this.buildSkeleton(J,A,N,V.attrName);if(!ne){switch(V.attrType){case"Camera":ne=this.createCamera(J);break;case"Light":ne=this.createLight(J);break;case"Mesh":ne=this.createMesh(J,C,M);break;case"NurbsCurve":ne=this.createCurve(J,C);break;case"LimbNode":case"Root":ne=new W.Bone;break;case"Null":default:ne=new W.Group;break}ne.name=V.attrName?W.PropertyBinding.sanitizeNodeName(V.attrName):"",ne.ID=N}this.getTransformData(ne,V),k.set(N,ne)}return k},buildSkeleton:function(A,C,M,k){var S=null;return A.parents.forEach(function(L){for(var N in C){var V=C[N];V.rawBones.forEach(function(J,ne){if(J.ID===L.ID){var $=S;S=new W.Bone,S.matrixWorld.copy(J.transformLink),S.name=k?W.PropertyBinding.sanitizeNodeName(k):"",S.ID=M,V.bones[ne]=S,$!==null&&S.add($)}})}}),S},createCamera:function(A){var C,M;if(A.children.forEach(function(re){var ee=n.Objects.NodeAttribute[re.ID];ee!==void 0&&(M=ee)}),M===void 0)C=new W.Object3D;else{var k=0;M.CameraProjectionType!==void 0&&M.CameraProjectionType.value===1&&(k=1);var S=1;M.NearPlane!==void 0&&(S=M.NearPlane.value/1e3);var L=1e3;M.FarPlane!==void 0&&(L=M.FarPlane.value/1e3);var N=window.innerWidth,V=window.innerHeight;M.AspectWidth!==void 0&&M.AspectHeight!==void 0&&(N=M.AspectWidth.value,V=M.AspectHeight.value);var J=N/V,ne=45;M.FieldOfView!==void 0&&(ne=M.FieldOfView.value);var $=M.FocalLength?M.FocalLength.value:null;switch(k){case 0:C=new W.PerspectiveCamera(ne,J,S,L),$!==null&&C.setFocalLength($);break;case 1:C=new W.OrthographicCamera(-N/2,N/2,V/2,-V/2,S,L);break;default:console.warn("THREE.FBXLoader: Unknown camera type "+k+"."),C=new W.Object3D;break}}return C},createLight:function(A){var C,M;if(A.children.forEach(function($){var re=n.Objects.NodeAttribute[$.ID];re!==void 0&&(M=re)}),M===void 0)C=new W.Object3D;else{var k;M.LightType===void 0?k=0:k=M.LightType.value;var S=16777215;M.Color!==void 0&&(S=new W.Color().fromArray(M.Color.value));var L=M.Intensity===void 0?1:M.Intensity.value/100;M.CastLightOnObject!==void 0&&M.CastLightOnObject.value===0&&(L=0);var N=0;M.FarAttenuationEnd!==void 0&&(M.EnableFarAttenuation!==void 0&&M.EnableFarAttenuation.value===0?N=0:N=M.FarAttenuationEnd.value);var V=1;switch(k){case 0:C=new W.PointLight(S,L,N,V);break;case 1:C=new W.DirectionalLight(S,L);break;case 2:var J=Math.PI/3;M.InnerAngle!==void 0&&(J=W.MathUtils.degToRad(M.InnerAngle.value));var ne=0;M.OuterAngle!==void 0&&(ne=W.MathUtils.degToRad(M.OuterAngle.value),ne=Math.max(ne,1)),C=new W.SpotLight(S,L,N,J,ne,V);break;default:console.warn("THREE.FBXLoader: Unknown light type "+M.LightType.value+", defaulting to a PointLight."),C=new W.PointLight(S,L);break}M.CastShadows!==void 0&&M.CastShadows.value===1&&(C.castShadow=!0)}return C},createMesh:function(A,C,M){var k,S=null,L=null,N=[];return A.children.forEach(function(V){C.has(V.ID)&&(S=C.get(V.ID)),M.has(V.ID)&&N.push(M.get(V.ID))}),N.length>1?L=N:N.length>0?L=N[0]:(L=new W.MeshPhongMaterial({color:13421772}),N.push(L)),"color"in S.attributes&&N.forEach(function(V){V.vertexColors=!0}),S.FBX_Deformer?(N.forEach(function(V){V.skinning=!0}),k=new W.SkinnedMesh(S,L),k.normalizeSkinWeights()):k=new W.Mesh(S,L),k},createCurve:function(A,C){var M=A.children.reduce(function(S,L){return C.has(L.ID)&&(S=C.get(L.ID)),S},null),k=new W.LineBasicMaterial({color:3342591,linewidth:1});return new W.Line(M,k)},getTransformData:function(A,C){var M={};"InheritType"in C&&(M.inheritType=parseInt(C.InheritType.value)),"RotationOrder"in C?M.eulerOrder=I(C.RotationOrder.value):M.eulerOrder="ZYX","Lcl_Translation"in C&&(M.translation=C.Lcl_Translation.value),"PreRotation"in C&&(M.preRotation=C.PreRotation.value),"Lcl_Rotation"in C&&(M.rotation=C.Lcl_Rotation.value),"PostRotation"in C&&(M.postRotation=C.PostRotation.value),"Lcl_Scaling"in C&&(M.scale=C.Lcl_Scaling.value),"ScalingOffset"in C&&(M.scalingOffset=C.ScalingOffset.value),"ScalingPivot"in C&&(M.scalingPivot=C.ScalingPivot.value),"RotationOffset"in C&&(M.rotationOffset=C.RotationOffset.value),"RotationPivot"in C&&(M.rotationPivot=C.RotationPivot.value),A.userData.transformData=M},setLookAtProperties:function(A,C){if("LookAtProperty"in C){var M=t.get(A.ID).children;M.forEach(function(k){if(k.relationship==="LookAtProperty"){var S=n.Objects.Model[k.ID];if("Lcl_Translation"in S){var L=S.Lcl_Translation.value;A.target!==void 0?(A.target.position.fromArray(L),e.add(A.target)):A.lookAt(new W.Vector3().fromArray(L))}}})}},bindSkeleton:function(A,C,M){var k=this.parsePoseNodes();for(var S in A){var L=A[S],N=t.get(parseInt(L.ID)).parents;N.forEach(function(V){if(C.has(V.ID)){var J=V.ID,ne=t.get(J);ne.parents.forEach(function($){if(M.has($.ID)){var re=M.get($.ID);re.bind(new W.Skeleton(L.bones),k[$.ID])}})}})}},parsePoseNodes:function(){var A={};if("Pose"in n.Objects){var C=n.Objects.Pose;for(var M in C)if(C[M].attrType==="BindPose"){var k=C[M].PoseNode;Array.isArray(k)?k.forEach(function(S){A[S.Node]=new W.Matrix4().fromArray(S.Matrix.a)}):A[k.Node]=new W.Matrix4().fromArray(k.Matrix.a)}}return A},createAmbientLight:function(){if("GlobalSettings"in n&&"AmbientColor"in n.GlobalSettings){var A=n.GlobalSettings.AmbientColor.value,C=A[0],M=A[1],k=A[2];if(C!==0||M!==0||k!==0){var S=new W.Color(C,M,k);e.add(new W.AmbientLight(S,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(M,k){A.setupMorphMaterial(C,M,k)}):A.setupMorphMaterial(C,C.material))})},setupMorphMaterial:function(A,C,M){var k=A.uuid,S=C.uuid,L=!1;if(e.traverse(function(V){V.isMesh&&(Array.isArray(V.material)?V.material.forEach(function(J){J.uuid===S&&V.uuid!==k&&(L=!0)}):V.material.uuid===S&&V.uuid!==k&&(L=!0))}),L===!0){var N=C.clone();N.morphTargets=!0,M===void 0?A.material=N:A.material[M]=N}else C.morphTargets=!0}};function o(){}o.prototype={constructor:o,parse:function(A){var C=new Map;if("Geometry"in n.Objects){var M=n.Objects.Geometry;for(var k in M){var S=t.get(parseInt(k)),L=this.parseGeometry(S,M[k],A);C.set(parseInt(k),L)}}return C},parseGeometry:function(A,C,M){switch(C.attrType){case"Mesh":return this.parseMeshGeometry(A,C,M);case"NurbsCurve":return this.parseNurbsGeometry(C)}},parseMeshGeometry:function(A,C,M){var k=M.skeletons,S=[],L=A.parents.map(function($){return n.Objects.Model[$.ID]});if(L.length!==0){var N=A.children.reduce(function($,re){return k[re.ID]!==void 0&&($=k[re.ID]),$},null);A.children.forEach(function($){M.morphTargets[$.ID]!==void 0&&S.push(M.morphTargets[$.ID])});var V=L[0],J={};"RotationOrder"in V&&(J.eulerOrder=I(V.RotationOrder.value)),"InheritType"in V&&(J.inheritType=parseInt(V.InheritType.value)),"GeometricTranslation"in V&&(J.translation=V.GeometricTranslation.value),"GeometricRotation"in V&&(J.rotation=V.GeometricRotation.value),"GeometricScaling"in V&&(J.scale=V.GeometricScaling.value);var ne=E(J);return this.genGeometry(C,N,S,ne)}},genGeometry:function(A,C,M,k){var S=new W.BufferGeometry;A.attrName&&(S.name=A.attrName);var L=this.parseGeoNode(A,C),N=this.genBuffers(L),V=new W.Float32BufferAttribute(N.vertex,3);if(V.applyMatrix4(k),S.setAttribute("position",V),N.colors.length>0&&S.setAttribute("color",new W.Float32BufferAttribute(N.colors,3)),C&&(S.setAttribute("skinIndex",new W.Uint16BufferAttribute(N.weightsIndices,4)),S.setAttribute("skinWeight",new W.Float32BufferAttribute(N.vertexWeights,4)),S.FBX_Deformer=C),N.normal.length>0){var J=new W.Matrix3().getNormalMatrix(k),ne=new W.Float32BufferAttribute(N.normal,3);ne.applyNormalMatrix(J),S.setAttribute("normal",ne)}if(N.uvs.forEach(function(Le,ae){var Me="uv"+(ae+1).toString();ae===0&&(Me="uv"),S.setAttribute(Me,new W.Float32BufferAttribute(N.uvs[ae],2))}),L.material&&L.material.mappingType!=="AllSame"){var $=N.materialIndex[0],re=0;if(N.materialIndex.forEach(function(Le,ae){Le!==$&&(S.addGroup(re,ae-re,$),$=Le,re=ae)}),S.groups.length>0){var ee=S.groups[S.groups.length-1],fe=ee.start+ee.count;fe!==N.materialIndex.length&&S.addGroup(fe,N.materialIndex.length-fe,$)}S.groups.length===0&&S.addGroup(0,N.materialIndex.length,N.materialIndex[0])}return this.addMorphTargets(S,A,M,k),S},parseGeoNode:function(A,C){var M={};if(M.vertexPositions=A.Vertices!==void 0?A.Vertices.a:[],M.vertexIndices=A.PolygonVertexIndex!==void 0?A.PolygonVertexIndex.a:[],A.LayerElementColor&&(M.color=this.parseVertexColors(A.LayerElementColor[0])),A.LayerElementMaterial&&(M.material=this.parseMaterialIndices(A.LayerElementMaterial[0])),A.LayerElementNormal&&(M.normal=this.parseNormals(A.LayerElementNormal[0])),A.LayerElementUV){M.uv=[];for(var k=0;A.LayerElementUV[k];)M.uv.push(this.parseUVs(A.LayerElementUV[k])),k++}return M.weightTable={},C!==null&&(M.skeleton=C,C.rawBones.forEach(function(S,L){S.indices.forEach(function(N,V){M.weightTable[N]===void 0&&(M.weightTable[N]=[]),M.weightTable[N].push({id:L,weight:S.weights[V]})})})),M},genBuffers:function(A){var C={vertex:[],normal:[],colors:[],uvs:[],materialIndex:[],vertexWeights:[],weightsIndices:[]},M=0,k=0,S=!1,L=[],N=[],V=[],J=[],ne=[],$=[],re=this;return A.vertexIndices.forEach(function(ee,fe){var Le=!1;ee<0&&(ee=ee^-1,Le=!0);var ae=[],Me=[];if(L.push(ee*3,ee*3+1,ee*3+2),A.color){var ue=v(fe,M,ee,A.color);V.push(ue[0],ue[1],ue[2])}if(A.skeleton){if(A.weightTable[ee]!==void 0&&A.weightTable[ee].forEach(function(Re){Me.push(Re.weight),ae.push(Re.id)}),Me.length>4){S||(console.warn("THREE.FBXLoader: Vertex has more than 4 skinning weights assigned to vertex. Deleting additional weights."),S=!0);var ce=[0,0,0,0],Se=[0,0,0,0];Me.forEach(function(Re,be){var Be=Re,ve=ae[be];Se.forEach(function(Ie,Oe,Xe){if(Be>Ie){Xe[Oe]=Be,Be=Ie;var Ye=ce[Oe];ce[Oe]=ve,ve=Ye}})}),ae=ce,Me=Se}for(;Me.length<4;)Me.push(0),ae.push(0);for(var te=0;te<4;++te)ne.push(Me[te]),$.push(ae[te])}if(A.normal){var ue=v(fe,M,ee,A.normal);N.push(ue[0],ue[1],ue[2])}if(A.material&&A.material.mappingType!=="AllSame")var Te=v(fe,M,ee,A.material)[0];A.uv&&A.uv.forEach(function(Re,be){var Be=v(fe,M,ee,Re);J[be]===void 0&&(J[be]=[]),J[be].push(Be[0]),J[be].push(Be[1])}),k++,Le&&(re.genFace(C,A,L,Te,N,V,J,ne,$,k),M++,k=0,L=[],N=[],V=[],J=[],ne=[],$=[])}),C},genFace:function(A,C,M,k,S,L,N,V,J,ne){for(var $=2;$<ne;$++)A.vertex.push(C.vertexPositions[M[0]]),A.vertex.push(C.vertexPositions[M[1]]),A.vertex.push(C.vertexPositions[M[2]]),A.vertex.push(C.vertexPositions[M[($-1)*3]]),A.vertex.push(C.vertexPositions[M[($-1)*3+1]]),A.vertex.push(C.vertexPositions[M[($-1)*3+2]]),A.vertex.push(C.vertexPositions[M[$*3]]),A.vertex.push(C.vertexPositions[M[$*3+1]]),A.vertex.push(C.vertexPositions[M[$*3+2]]),C.skeleton&&(A.vertexWeights.push(V[0]),A.vertexWeights.push(V[1]),A.vertexWeights.push(V[2]),A.vertexWeights.push(V[3]),A.vertexWeights.push(V[($-1)*4]),A.vertexWeights.push(V[($-1)*4+1]),A.vertexWeights.push(V[($-1)*4+2]),A.vertexWeights.push(V[($-1)*4+3]),A.vertexWeights.push(V[$*4]),A.vertexWeights.push(V[$*4+1]),A.vertexWeights.push(V[$*4+2]),A.vertexWeights.push(V[$*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(L[0]),A.colors.push(L[1]),A.colors.push(L[2]),A.colors.push(L[($-1)*3]),A.colors.push(L[($-1)*3+1]),A.colors.push(L[($-1)*3+2]),A.colors.push(L[$*3]),A.colors.push(L[$*3+1]),A.colors.push(L[$*3+2])),C.material&&C.material.mappingType!=="AllSame"&&(A.materialIndex.push(k),A.materialIndex.push(k),A.materialIndex.push(k)),C.normal&&(A.normal.push(S[0]),A.normal.push(S[1]),A.normal.push(S[2]),A.normal.push(S[($-1)*3]),A.normal.push(S[($-1)*3+1]),A.normal.push(S[($-1)*3+2]),A.normal.push(S[$*3]),A.normal.push(S[$*3+1]),A.normal.push(S[$*3+2])),C.uv&&C.uv.forEach(function(re,ee){A.uvs[ee]===void 0&&(A.uvs[ee]=[]),A.uvs[ee].push(N[ee][0]),A.uvs[ee].push(N[ee][1]),A.uvs[ee].push(N[ee][($-1)*2]),A.uvs[ee].push(N[ee][($-1)*2+1]),A.uvs[ee].push(N[ee][$*2]),A.uvs[ee].push(N[ee][$*2+1])})},addMorphTargets:function(A,C,M,k){if(M.length!==0){A.morphTargetsRelative=!0,A.morphAttributes.position=[];var S=this;M.forEach(function(L){L.rawTargets.forEach(function(N){var V=n.Objects.Geometry[N.geoID];V!==void 0&&S.genMorphGeometry(A,C,V,k,N.name)})})}},genMorphGeometry:function(A,C,M,k,S){for(var L=C.PolygonVertexIndex!==void 0?C.PolygonVertexIndex.a:[],N=M.Vertices!==void 0?M.Vertices.a:[],V=M.Indexes!==void 0?M.Indexes.a:[],J=A.attributes.position.count*3,ne=new Float32Array(J),$=0;$<V.length;$++){var re=V[$]*3;ne[re]=N[$*3],ne[re+1]=N[$*3+1],ne[re+2]=N[$*3+2]}var ee={vertexIndices:L,vertexPositions:ne},fe=this.genBuffers(ee),Le=new W.Float32BufferAttribute(fe.vertex,3);Le.name=S||M.attrName,Le.applyMatrix4(k),A.morphAttributes.position.push(Le)},parseNormals:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType,k=A.Normals.a,S=[];return M==="IndexToDirect"&&("NormalIndex"in A?S=A.NormalIndex.a:"NormalsIndex"in A&&(S=A.NormalsIndex.a)),{dataSize:3,buffer:k,indices:S,mappingType:C,referenceType:M}},parseUVs:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType,k=A.UV.a,S=[];return M==="IndexToDirect"&&(S=A.UVIndex.a),{dataSize:2,buffer:k,indices:S,mappingType:C,referenceType:M}},parseVertexColors:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType,k=A.Colors.a,S=[];return M==="IndexToDirect"&&(S=A.ColorIndex.a),{dataSize:4,buffer:k,indices:S,mappingType:C,referenceType:M}},parseMaterialIndices:function(A){var C=A.MappingInformationType,M=A.ReferenceInformationType;if(C==="NoMappingInformation")return{dataSize:1,buffer:[0],indices:[0],mappingType:"AllSame",referenceType:M};for(var k=A.Materials.a,S=[],L=0;L<k.length;++L)S.push(L);return{dataSize:1,buffer:k,indices:S,mappingType:C,referenceType:M}},parseNurbsGeometry:function(A){if(Gs===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 W.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 W.BufferGeometry;for(var M=C-1,k=A.KnotVector.a,S=[],L=A.Points.a,N=0,V=L.length;N<V;N+=4)S.push(new W.Vector4().fromArray(L,N));var J,ne;if(A.Form==="Closed")S.push(S[0]);else if(A.Form==="Periodic"){J=M,ne=k.length-1-J;for(var N=0;N<M;++N)S.push(S[N])}var $=new Gs(M,k,S,J,ne),re=$.getPoints(S.length*7),ee=new Float32Array(re.length*3);re.forEach(function(Le,ae){Le.toArray(ee,ae*3)});var fe=new W.BufferGeometry;return fe.setAttribute("position",new W.BufferAttribute(ee,3)),fe}};function r(){}r.prototype={constructor:r,parse:function(){var A=[],C=this.parseClips();if(C!==void 0)for(var M in C){var k=C[M],S=this.addClip(k);A.push(S)}return A},parseClips:function(){if(n.Objects.AnimationCurve!==void 0){var A=this.parseAnimationCurveNodes();this.parseAnimationCurves(A);var C=this.parseAnimationLayers(A),M=this.parseAnimStacks(C);return M}},parseAnimationCurveNodes:function(){var A=n.Objects.AnimationCurveNode,C=new Map;for(var M in A){var k=A[M];if(k.attrName.match(/S|R|T|DeformPercent/)!==null){var S={id:k.id,attr:k.attrName,curves:{}};C.set(S.id,S)}}return C},parseAnimationCurves:function(A){var C=n.Objects.AnimationCurve;for(var M in C){var k={id:C[M].id,times:C[M].KeyTime.a.map(g),values:C[M].KeyValueFloat.a},S=t.get(k.id);if(S!==void 0){var L=S.parents[0].ID,N=S.parents[0].relationship;N.match(/X/)?A.get(L).curves.x=k:N.match(/Y/)?A.get(L).curves.y=k:N.match(/Z/)?A.get(L).curves.z=k:N.match(/d|DeformPercent/)&&A.has(L)&&(A.get(L).curves.morph=k)}}},parseAnimationLayers:function(A){var C=n.Objects.AnimationLayer,M=new Map;for(var k in C){var S=[],L=t.get(parseInt(k));if(L!==void 0){var N=L.children;N.forEach(function(V,J){if(A.has(V.ID)){var ne=A.get(V.ID);if(ne.curves.x!==void 0||ne.curves.y!==void 0||ne.curves.z!==void 0){if(S[J]===void 0){var $=t.get(V.ID).parents.filter(function(Me){return Me.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.",V);return}var ee={modelName:re.attrName?W.PropertyBinding.sanitizeNodeName(re.attrName):"",ID:re.id,initialPosition:[0,0,0],initialRotation:[0,0,0],initialScale:[1,1,1]};e.traverse(function(Me){Me.ID===re.id&&(ee.transform=Me.matrix,Me.userData.transformData&&(ee.eulerOrder=Me.userData.transformData.eulerOrder))}),ee.transform||(ee.transform=new W.Matrix4),"PreRotation"in re&&(ee.preRotation=re.PreRotation.value),"PostRotation"in re&&(ee.postRotation=re.PostRotation.value),S[J]=ee}}S[J]&&(S[J][ne.attr]=ne)}else if(ne.curves.morph!==void 0){if(S[J]===void 0){var fe=t.get(V.ID).parents.filter(function(Se){return Se.relationship!==void 0})[0].ID,Le=t.get(fe).parents[0].ID,ae=t.get(Le).parents[0].ID,$=t.get(ae).parents[0].ID,re=n.Objects.Model[$],ee={modelName:re.attrName?W.PropertyBinding.sanitizeNodeName(re.attrName):"",morphName:n.Objects.Deformer[fe].attrName};S[J]=ee}S[J][ne.attr]=ne}}}),M.set(parseInt(k),S)}}return M},parseAnimStacks:function(A){var C=n.Objects.AnimationStack,M={};for(var k in C){var S=t.get(parseInt(k)).children;S.length>1&&console.warn("THREE.FBXLoader: Encountered an animation stack with multiple layers, this is currently not supported. Ignoring subsequent layers.");var L=A.get(S[0].ID);M[k]={name:C[k].attrName,layer:L}}return M},addClip:function(A){var C=[],M=this;return A.layer.forEach(function(k){C=C.concat(M.generateTracks(k))}),new W.AnimationClip(A.name,-1,C)},generateTracks:function(A){var C=[],M=new W.Vector3,k=new W.Quaternion,S=new W.Vector3;if(A.transform&&A.transform.decompose(M,k,S),M=M.toArray(),k=new W.Euler().setFromQuaternion(k,A.eulerOrder).toArray(),S=S.toArray(),A.T!==void 0&&Object.keys(A.T.curves).length>0){var L=this.generateVectorTrack(A.modelName,A.T.curves,M,"position");L!==void 0&&C.push(L)}if(A.R!==void 0&&Object.keys(A.R.curves).length>0){var N=this.generateRotationTrack(A.modelName,A.R.curves,k,A.preRotation,A.postRotation,A.eulerOrder);N!==void 0&&C.push(N)}if(A.S!==void 0&&Object.keys(A.S.curves).length>0){var V=this.generateVectorTrack(A.modelName,A.S.curves,S,"scale");V!==void 0&&C.push(V)}if(A.DeformPercent!==void 0){var J=this.generateMorphTrack(A);J!==void 0&&C.push(J)}return C},generateVectorTrack:function(A,C,M,k){var S=this.getTimesForAllAxes(C),L=this.getKeyframeTrackValues(S,C,M);return new W.VectorKeyframeTrack(A+"."+k,S,L)},generateRotationTrack:function(A,C,M,k,S,L){C.x!==void 0&&(this.interpolateRotations(C.x),C.x.values=C.x.values.map(W.MathUtils.degToRad)),C.y!==void 0&&(this.interpolateRotations(C.y),C.y.values=C.y.values.map(W.MathUtils.degToRad)),C.z!==void 0&&(this.interpolateRotations(C.z),C.z.values=C.z.values.map(W.MathUtils.degToRad));var N=this.getTimesForAllAxes(C),V=this.getKeyframeTrackValues(N,C,M);k!==void 0&&(k=k.map(W.MathUtils.degToRad),k.push(L),k=new W.Euler().fromArray(k),k=new W.Quaternion().setFromEuler(k)),S!==void 0&&(S=S.map(W.MathUtils.degToRad),S.push(L),S=new W.Euler().fromArray(S),S=new W.Quaternion().setFromEuler(S).inverse());for(var J=new W.Quaternion,ne=new W.Euler,$=[],re=0;re<V.length;re+=3)ne.set(V[re],V[re+1],V[re+2],L),J.setFromEuler(ne),k!==void 0&&J.premultiply(k),S!==void 0&&J.multiply(S),J.toArray($,re/3*4);return new W.QuaternionKeyframeTrack(A+".quaternion",N,$)},generateMorphTrack:function(A){var C=A.DeformPercent.curves.morph,M=C.values.map(function(S){return S/100}),k=e.getObjectByName(A.modelName).morphTargetDictionary[A.morphName];return new W.NumberKeyframeTrack(A.modelName+".morphTargetInfluences["+k+"]",C.times,M)},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(M,k){return M-k}).filter(function(M,k,S){return S.indexOf(M)==k}),C},getKeyframeTrackValues:function(A,C,M){var k=M,S=[],L=-1,N=-1,V=-1;return A.forEach(function(J){if(C.x&&(L=C.x.times.indexOf(J)),C.y&&(N=C.y.times.indexOf(J)),C.z&&(V=C.z.times.indexOf(J)),L!==-1){var ne=C.x.values[L];S.push(ne),k[0]=ne}else S.push(k[0]);if(N!==-1){var $=C.y.values[N];S.push($),k[1]=$}else S.push(k[1]);if(V!==-1){var re=C.z.values[V];S.push(re),k[2]=re}else S.push(k[2])}),S},interpolateRotations:function(A){for(var C=1;C<A.values.length;C++){var M=A.values[C-1],k=A.values[C]-M,S=Math.abs(k);if(S>=180){for(var L=S/180,N=k/L,V=M+N,J=A.times[C-1],ne=A.times[C]-J,$=ne/L,re=J+$,ee=[],fe=[];re<A.times[C];)ee.push(re),re+=$,fe.push(V),V+=N;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,M=A.split(/[\r\n]+/);return M.forEach(function(k,S){var L=k.match(/^[\s\t]*;/),N=k.match(/^[\s\t]*$/);if(!(L||N)){var V=k.match("^\\t{"+C.currentIndent+"}(\\w+):(.*){",""),J=k.match("^\\t{"+C.currentIndent+"}(\\w+):[\\s\\t\\r\\n](.*)"),ne=k.match("^\\t{"+(C.currentIndent-1)+"}}");V?C.parseNodeBegin(k,V):J?C.parseNodeProperty(k,J,M[++S]):ne?C.popStack():k.match(/^[^\s\t}]/)&&C.parseNodePropertyContinued(k)}}),this.allNodes},parseNodeBegin:function(A,C){var M=C[1].trim().replace(/^"/,"").replace(/"$/,""),k=C[2].split(",").map(function(V){return V.trim().replace(/^"/,"").replace(/"$/,"")}),S={name:M},L=this.parseNodeAttr(k),N=this.getCurrentNode();this.currentIndent===0?this.allNodes.add(M,S):M in N?(M==="PoseNode"?N.PoseNode.push(S):N[M].id!==void 0&&(N[M]={},N[M][N[M].id]=N[M]),L.id!==""&&(N[M][L.id]=S)):typeof L.id=="number"?(N[M]={},N[M][L.id]=S):M!=="Properties70"&&(M==="PoseNode"?N[M]=[S]:N[M]=S),typeof L.id=="number"&&(S.id=L.id),L.name!==""&&(S.attrName=L.name),L.type!==""&&(S.attrType=L.type),this.pushStack(S)},parseNodeAttr:function(A){var C=A[0];A[0]!==""&&(C=parseInt(A[0]),isNaN(C)&&(C=A[0]));var M="",k="";return A.length>1&&(M=A[1].replace(/^(\w+)::/,""),k=A[2]),{id:C,name:M,type:k}},parseNodeProperty:function(A,C,M){var k=C[1].replace(/^"/,"").replace(/"$/,"").trim(),S=C[2].replace(/^"/,"").replace(/"$/,"").trim();k==="Content"&&S===","&&(S=M.replace(/"/g,"").replace(/,$/,"").trim());var L=this.getCurrentNode(),N=L.name;if(N==="Properties70"){this.parseNodeSpecialProperty(A,k,S);return}if(k==="C"){var V=S.split(",").slice(1),J=parseInt(V[0]),ne=parseInt(V[1]),$=S.split(",").slice(3);$=$.map(function(re){return re.trim().replace(/^"/,"")}),k="connections",S=[J,ne],j(S,$),L[k]===void 0&&(L[k]=[])}k==="Node"&&(L.id=S),k in L&&Array.isArray(L[k])?L[k].push(S):k!=="a"?L[k]=S:L.a=S,this.setCurrentProp(L,k),k==="a"&&S.slice(-1)!==","&&(L.a=z(S))},parseNodePropertyContinued:function(A){var C=this.getCurrentNode();C.a+=A,A.slice(-1)!==","&&(C.a=z(C.a))},parseNodeSpecialProperty:function(A,C,M){var k=M.split('",').map(function(ne){return ne.trim().replace(/^\"/,"").replace(/\s/,"_")}),S=k[0],L=k[1],N=k[2],V=k[3],J=k[4];switch(L){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()[S]={type:L,type2:N,flag:V,value:J},this.setCurrentProp(this.getPrevNode(),S)}};function l(){}l.prototype={constructor:l,parse:function(A){var C=new c(A);C.skip(23);var M=C.getUint32();console.info("THREE.FBXLoader: FBX binary version: "+M);for(var k=new h;!this.endOfContent(C);){var S=this.parseNode(C,M);S!==null&&k.add(S.name,S)}return k},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 M={},k=C>=7500?A.getUint64():A.getUint32(),S=C>=7500?A.getUint64():A.getUint32();C>=7500?A.getUint64():A.getUint32();var L=A.getUint8(),N=A.getString(L);if(k===0)return null;for(var V=[],J=0;J<S;J++)V.push(this.parseProperty(A));var ne=V.length>0?V[0]:"",$=V.length>1?V[1]:"",re=V.length>2?V[2]:"";for(M.singleProperty=S===1&&A.getOffset()===k;k>A.getOffset();){var ee=this.parseNode(A,C);ee!==null&&this.parseSubNode(N,M,ee)}return M.propertyList=V,typeof ne=="number"&&(M.id=ne),$!==""&&(M.attrName=$),re!==""&&(M.attrType=re),N!==""&&(M.name=N),M},parseSubNode:function(A,C,M){if(M.singleProperty===!0){var k=M.propertyList[0];Array.isArray(k)?(C[M.name]=M,M.a=k):C[M.name]=k}else if(A==="Connections"&&M.name==="C"){var S=[];M.propertyList.forEach(function(re,ee){ee!==0&&S.push(re)}),C.connections===void 0&&(C.connections=[]),C.connections.push(S)}else if(M.name==="Properties70"){var L=Object.keys(M);L.forEach(function(re){C[re]=M[re]})}else if(A==="Properties70"&&M.name==="P"){var N=M.propertyList[0],V=M.propertyList[1],J=M.propertyList[2],ne=M.propertyList[3],$;N.indexOf("Lcl ")===0&&(N=N.replace("Lcl ","Lcl_")),V.indexOf("Lcl ")===0&&(V=V.replace("Lcl ","Lcl_")),V==="Color"||V==="ColorRGB"||V==="Vector"||V==="Vector3D"||V.indexOf("Lcl_")===0?$=[M.propertyList[4],M.propertyList[5],M.propertyList[6]]:$=M.propertyList[4],C[N]={type:V,type2:J,flag:ne,value:$}}else C[M.name]===void 0?typeof M.id=="number"?(C[M.name]={},C[M.name][M.id]=M):C[M.name]=M:M.name==="PoseNode"?(Array.isArray(C[M.name])||(C[M.name]=[C[M.name]]),C[M.name].push(M)):C[M.name][M.id]===void 0&&(C[M.name][M.id]=M)},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 M=A.getUint32();return A.getArrayBuffer(M);case"S":var M=A.getUint32();return A.getString(M);case"Y":return A.getInt16();case"b":case"c":case"d":case"f":case"i":case"l":var k=A.getUint32(),S=A.getUint32(),L=A.getUint32();if(S===0)switch(C){case"b":case"c":return A.getBooleanArray(k);case"d":return A.getFloat64Array(k);case"f":return A.getFloat32Array(k);case"i":return A.getInt32Array(k);case"l":return A.getInt64Array(k)}typeof Hf=="undefined"&&console.error("THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js");var N=new Hf.Inflate(new Uint8Array(A.getArrayBuffer(L))),V=new c(N.decompress().buffer);switch(C){case"b":case"c":return V.getBooleanArray(k);case"d":return V.getFloat64Array(k);case"f":return V.getFloat32Array(k);case"i":return V.getInt32Array(k);case"l":return V.getInt64Array(k)}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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)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=[],M=0;M<A;M++)C[M]=this.getUint8();var k=C.indexOf(0);return k>=0&&(C=C.slice(0,k)),W.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","\\","\\"],M=0;function k(N){var V=A[N-1];return A=A.slice(M+N),M++,V}for(var S=0;S<C.length;++S){var L=k(1);if(L===C[S])return!1}return!0}function p(A){var C=/FBXVersion: (\d+)/,M=A.match(C);if(M){var k=parseInt(M[1]);return k}throw new Error("THREE.FBXLoader: Cannot find the version number for the file given.")}function g(A){return A/46186158e3}var m=[];function v(A,C,M,k){var S;switch(k.mappingType){case"ByPolygonVertex":S=A;break;case"ByPolygon":S=C;break;case"ByVertice":S=M;break;case"AllSame":S=k.indices[0];break;default:console.warn("THREE.FBXLoader: unknown attribute mapping type "+k.mappingType)}k.referenceType==="IndexToDirect"&&(S=k.indices[S]);var L=S*k.dataSize,N=L+k.dataSize;return T(m,k.buffer,L,N)}var b=new W.Euler,P=new W.Vector3;function E(A){var C=new W.Matrix4,M=new W.Matrix4,k=new W.Matrix4,S=new W.Matrix4,L=new W.Matrix4,N=new W.Matrix4,V=new W.Matrix4,J=new W.Matrix4,ne=new W.Matrix4,$=new W.Matrix4,re=new W.Matrix4,ee=A.inheritType?A.inheritType:0;if(A.translation&&C.setPosition(P.fromArray(A.translation)),A.preRotation){var fe=A.preRotation.map(W.MathUtils.degToRad);fe.push(A.eulerOrder),M.makeRotationFromEuler(b.fromArray(fe))}if(A.rotation){var fe=A.rotation.map(W.MathUtils.degToRad);fe.push(A.eulerOrder),k.makeRotationFromEuler(b.fromArray(fe))}if(A.postRotation){var fe=A.postRotation.map(W.MathUtils.degToRad);fe.push(A.eulerOrder),S.makeRotationFromEuler(b.fromArray(fe))}A.scale&&L.scale(P.fromArray(A.scale)),A.scalingOffset&&V.setPosition(P.fromArray(A.scalingOffset)),A.scalingPivot&&N.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 Le=M.multiply(k).multiply(S),ae=new W.Matrix4;$.extractRotation(ae);var Me=new W.Matrix4;Me.copyPosition($);var ue=new W.Matrix4;ue.getInverse(ae).multiply($);var ce=new W.Matrix4;if(ee===0)ce.copy(ae).multiply(Le).multiply(ue).multiply(L);else if(ee===1)ce.copy(ae).multiply(ue).multiply(Le).multiply(L);else{var Se=new W.Matrix4().getInverse(L),te=new W.Matrix4().multiply(ue).multiply(Se);ce.copy(ae).multiply(Le).multiply(te).multiply(L)}var Te=new W.Matrix4().getInverse(ne),Re=new W.Matrix4().getInverse(N),be=new W.Matrix4;be.copy(C).multiply(J).multiply(ne).multiply(M).multiply(k).multiply(S).multiply(Te).multiply(V).multiply(N).multiply(L).multiply(Re);var Be=new W.Matrix4().copyPosition(be),ve=new W.Matrix4().copy($).multiply(Be);return re.copyPosition(ve),be=new W.Matrix4().multiply(re).multiply(ce),be}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(M){return parseFloat(M)});return C}function D(A,C,M){return C===void 0&&(C=0),M===void 0&&(M=A.byteLength),W.LoaderUtils.decodeText(new Uint8Array(A,C,M))}function j(A,C){for(var M=0,k=A.length,S=C.length;M<S;M++,k++)A[k]=C[M]}function T(A,C,M,k){for(var S=M,L=0;S<k;S++,L++)A[L]=C[S];return A}function O(A,C,M){return A.slice(0,C).concat(M).concat(A.slice(C))}return i}();const OC=(n,t)=>{var m;const e=(t==null?void 0:t.fbx_url)||Yh,i=(m=t==null?void 0:t.north_rad)!=null?m: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(exports,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(T=>T.dispose()):(j=z.material)==null||j.dispose())}));const E=yield new F1().loadAsync(b);return j1(E,{transparent:!0,side:y.DoubleSide,blending:y.AdditiveBlending}),s.object=E,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)},p=()=>{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,E=b.max.z-b.min.z,I=Math.max(P,E),{max:{x:z,z:D},min:{x:j,y:T,z:O}}=b;s.yBase=T,o={x:(z+j)/2,y:T-1.6,z:(D+O)/2},r=[0,l-Math.PI/2,0],a=.0045*I,DC(v,{position:o,rotation:r,scale:a})}return{load:c,disable:p,enable:u}};function jC(n,t){var c,h,d,u,p;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=(p=t==null?void 0:t.textAlign)!=null?p:"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 W.CanvasTexture(a)}const RC=({x:n,y:t,z:e})=>new W.Vector3(n,t,e),_C=(n,t)=>{var m,v,b;const e={},i=(m=t==null?void 0:t.animationEnabled)!=null?m:!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)||qh,a=[],l=P=>ie(exports,null,function*(){var A,C,M,k,S,L,N,V;const E=(A=P==null?void 0:P.position)!=null?A:s;if(!E)return Promise.reject(new Error("ModelEntryDoorGuidePlugin.load(): position is undefined"));const I=RC(E),z=(C=P==null?void 0:P.rad)!=null?C:o,D=(M=P==null?void 0:P.fbx_url)!=null?M:r;if(e.rad=z,z===void 0)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): rad is ${z}`));const j=yield new F1().loadAsync(D);j.position.copy(I),j.rotation.z=z,j.scale.set(.8,.8,.8),j1(j,{transparent:!0,side:y.DoubleSide});const T=(N=(L=(S=(k=j.children)==null?void 0:k[0])==null?void 0:S.children)==null?void 0:L[3])==null?void 0:N.clone();if(!T)return Promise.reject(new Error(`ModelEntryDoorGuidePlugin.load(): textMesh is ${T}`));const O=(V=t.name)!=null?V:"入户门";return T.material=new W.MeshBasicMaterial({transparent:!0,map:jC(O)}),T.renderOrder=3,j.children[0].add(T),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,E=new W.AnimationMixer(e.object);a.push(E);const I=E.clipAction(e.object.animations[0]);I.timeScale=P;let z;const D=()=>{let A=0,C=0;const M=1e3/30,k=S=>{A=requestAnimationFrame(k);const L=S-C;L<M||(C=S,a.forEach(N=>N.update(L/1e3)),n.needsRender=!0)};return A=requestAnimationFrame(k),()=>{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)}},VC=Bi;function BC(n,t,e,i=VC.Linear.None){const s=new vl(n).to(t,e).easing(i);ta(()=>s.start(0));const o=Qo(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 FC(n,t){return BC({progress:0},{progress:1},n,t)}var H1=(n=>(n.Move="Move",n.Rotate="Rotate",n))(H1||{}),Ji=(n=>(n.Clockwise="Clockwise",n.Anticlockwise="Anticlockwise",n.Loop="Loop",n))(Ji||{});const _a=Math.PI*2;function Nf(n){return(n%_a+_a)%_a}function Gf(n){return n%_a}function dc(n,t,e){return n+(t-n)*e}const eh=(n,t,e)=>{const i=Math.PI,s=i*2;let o=Nf(n),r=Nf(t);return e===Ji.Anticlockwise&&o<r&&(o+=s),e===Ji.Clockwise&&r<o&&(r+=s),e===Ji.Loop&&r-o>i?eh(o,r,Ji.Anticlockwise):e===Ji.Loop&&o-r>i?eh(o,r,Ji.Clockwise):{from:o,to:r}},HC=n=>{const t={},e=(l,c,...h)=>ie(exports,[l,c,...h],function*(o,r,a={preload:!0}){return t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),o.mode&&o.mode!==n.currentMode&&(yield n.changeMode(o.mode)),a.preload&&o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(yield n.preloadPano(o.panoIndex)),a.asyncEndCallback&&(yield a.asyncEndCallback()),o.panoIndex===void 0&&o.fov===void 0&&o.latitude===void 0&&o.longitude===void 0?!0:yield new Promise((d,u)=>{const p=o.panoIndex!==void 0?o.panoIndex:n.panoIndex;p!==void 0?n.moveToPano(p,F({duration:r,moveEndCallback:()=>d(!0),moveCancelCallback:()=>u(new Error("move canceled"))},o)):u(new Error("unexpected error"))})}),i=o=>{const r=n.state,a=Gf(r.latitude),l=Gf(o.latitude),{from:c,to:h}=eh(r.longitude,o.longitude,o.rotation||Ji.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(exports,[l,c,...h],function*(o,r,a={}){t.interruptCallback&&t.interruptCallback(!1),a.asyncStartCallback&&(yield a.asyncStartCallback()),n.currentMode!==lt.Five.Mode.Panorama&&(yield n.changeMode(lt.Five.Mode.Panorama)),o.panoIndex!==void 0&&o.panoIndex!==n.panoIndex&&(a.preload&&(yield n.preloadPano(o.panoIndex)),yield new Promise((p,g)=>{if(!o.panoIndex){p(!0);return}n.moveToPano(o.panoIndex,{moveEndCallback:()=>p(!0),moveCancelCallback:()=>g(new Error("move canceled"))})})),a.asyncEndCallback&&(yield a.asyncEndCallback());const{from:d,to:u}=i(o);return yield new Promise(p=>{const g=({progress:E})=>{const I={};I.longitude=dc(d.longitude,u.longitude,E),I.latitude=dc(d.latitude,u.latitude,E),I.fov=dc(d.fov,u.fov,E),n.setState(I,!0)},m=()=>{p(!0)},v=()=>{p(!1)},b=o.rotateSpeed?Math.ceil(Math.abs(u.longitude-d.longitude)/o.rotateSpeed*1e3):r,P=FC(b,Bi.Linear.None).onUpdate(g).onComplete(m).onDestroy(v);o.rotation===Ji.Loop&&P.repeat(1/0).yoyo(!0),t.interruptCallback=(E=!0)=>{P.destroy(),t.interruptCallback=void 0,t.timeoutId&&(clearTimeout(t.timeoutId),t.timeoutId=void 0),p(E)},t.timeoutId=setTimeout(()=>{t.interruptCallback&&t.interruptCallback(!0)},r)})})}};function Wf(n,t){return n.x===t.x&&n.y===t.y}function N1(n,t){return Math.abs(n)===1/0&&Math.abs(t)===1/0?!0:Math.abs(n-t)<.001}function ll(n,t){return(t.y-n.y)/(t.x-n.x)}function G1(n,t,e){const i=ll(n[1],n[0]),s=ll(t[1],t[0]);if(isNaN(i)||isNaN(s)||N1(i,s))return!1;if(Ia(n[0],t))return n[0];if(Ia(n[1],t))return n[1];if(Ia(t[0],n))return t[0];if(Ia(t[1],n))return t[1];if(e&&!GC(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 Ia(n,t){return Wf(n,t[0])||Wf(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&&N1(ll(t[0],n),ll(n,t[1]))}function NC(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 Ea(n,t,e){return(n.x-e.x)*(t.y-e.y)-(t.x-e.x)*(n.y-e.y)}function GC(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)&&Ea(t[0],n[1],n[0])*Ea(n[1],t[1],n[0])>0&&Ea(n[0],t[1],t[0])*Ea(t[1],n[1],t[0])>0?1:0}function W1(n,t=0){t<=0?requestAnimationFrame(n):requestAnimationFrame(()=>W1(n,t-1))}const WC=`<style type="text/css">
509
509
  .PanoRulerPlugin-rule-line {
510
510
  position: absolute;
511
511
  transform-origin: left center;
@@ -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 am(n){let t,e;return t=new Ni({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function lm(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"),R(i,"background",n[4]),R(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),_(t,e),_(e,i),_(e,s),_(e,o)},p(r,a){a&16&&R(i,"background",r[4]),a&8&&R(i,"opacity",r[3])},d(r){r&&X(t)}}}function k7(n){let t,e,i,s,o,r,a,l,c,h,d,u,p,g,m,v=n[1]&&am(),b=n[4]&&lm(n);return{c(){t=U("div"),v&&v.c(),e=le(),b&&b.c(),i=le(),s=Ee("svg"),o=Ee("linearGradient"),r=Ee("stop"),a=Ee("stop"),l=Ee("linearGradient"),c=Ee("stop"),h=Ee("stop"),d=Ee("g"),u=Ee("path"),p=Ee("path"),g=Ee("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(p,"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(p,"fill","url(#b)"),w(p,"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"),R(t,"width",n[0])},m(P,E){Y(P,t,E),v&&v.m(t,null),_(t,e),b&&b.m(t,null),_(t,i),_(t,s),_(s,o),_(o,r),_(o,a),_(s,l),_(l,c),_(l,h),_(s,d),_(d,u),_(d,p),_(d,g),m=!0},p(P,[E]){P[1]?v?E&2&&H(v,1):(v=am(),v.c(),H(v,1),v.m(t,e)):v&&(ke(),Z(v,1,1,()=>{v=null}),xe()),P[4]?b?b.p(P,E):(b=lm(P),b.c(),b.m(t,i)):b&&(b.d(1),b=null),(!m||E&4)&&w(s,"height",P[2]),(!m||E&4)&&w(s,"width",P[2]),E&1&&R(t,"width",P[0])},i(P){m||(H(v),m=!0)},o(P){Z(v),m=!1},d(P){P&&X(t),v&&v.d(),b&&b.d()}}}function x7(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(F({},n),{width:o,height:r})}function S7(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=x7({originWidth:24,originHeight:24,scale:o,wantedWidth:r}).width)},[l,h,a,s,i,c,r,o]}let D7=class extends Pe{constructor(t){super(),we(this,t,S7,k7,ye,{width:0,icon:5,shadow:1},M7)}};function T7(n){De(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 L7(n){let t,e,i;return e=new D7({props:{icon:n[0],shadow:!0}}),{c(){t=U("div"),me(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||(H(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),pe(e)}}}function z7(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 O7 extends Pe{constructor(t){super(),we(this,t,z7,L7,ye,{tag:1},T7)}}function j7(n){De(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function R7(n){let t,e;return{c(){t=new _o(!1),e=Ve(),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 _7(n){let t,e=typeof n[2]=="string"&&R7(n);return{c(){t=U("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj"),Ce(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&&Ce(t,"unfolded",i[1])},i:oe,o:oe,d(i){i&&X(t),e&&e.d(),n[5](null)}}}function V7(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){Ze[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 B7 extends Pe{constructor(t){super(),we(this,t,V7,_7,ye,{tag:3,rendererMap:4},j7)}}function F7(n){De(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 H7(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 N7(n){let t,e,i,s,o,r,a,l,c,h,d,u,p,g,m,v,b;const P=[q7,Z7,Y7,X7,Q7,U7,W7],E=[];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=E[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"),Ce(i,"unfolded",(z=n[0].state)==null?void 0:z.unfolded),w(e,"class","content__wrapper svelte-1fy4duy"),w(t,"class",p=Ct(ui("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",g=n[0].id),Ce(t,"disable",n[0].enabled===!1),Ce(t,"hide",n[5]),Ce(t,"unClickable",n[0].config.clickable===!1),R(t,"width",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0),R(t,"height",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0)},m(z,D){Y(z,t,D),_(t,e),_(e,i),~d&&E[d].m(i,null),n[16](t),m=!0,v||(b=je(t,"click",n[17],!0),v=!0)},p(z,D){var T;let j=d;d=I(z,D),d===j?~d&&E[d].p(z,D):(u&&(ke(),Z(E[j],1,1,()=>{E[j]=null}),xe()),~d?(u=E[d],u?u.p(z,D):(u=E[d]=P[d](z),u.c()),H(u,1),u.m(i,null)):u=null),(!m||D&1)&&Ce(i,"unfolded",(T=z[0].state)==null?void 0:T.unfolded),(!m||D&1&&p!==(p=Ct(ui("content__container",z[0].className))+" svelte-1fy4duy"))&&w(t,"class",p),(!m||D&1&&g!==(g=z[0].id))&&w(t,"data-id",g),(!m||D&1)&&Ce(t,"disable",z[0].enabled===!1),(!m||D&33)&&Ce(t,"hide",z[5]),(!m||D&1)&&Ce(t,"unClickable",z[0].config.clickable===!1),D&1&&R(t,"width",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0),D&1&&R(t,"height",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0)},i(z){m||(H(u),m=!0)},o(z){Z(u),m=!1},d(z){z&&X(t),~d&&E[d].d(),n[16](null),v=!1,b()}}}function G7(n){let t,e,i,s,o,r,a;return e=new B7({props:{tag:gt(n[0]),rendererMap:n[2]}}),{c(){t=U("div"),me(e.$$.fragment),w(t,"class",i=Ct(ui("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",s=n[0].id),Ce(t,"custom-tag-disable",n[0].enabled===!1),Ce(t,"custom-tag-hide",n[5])},m(l,c){Y(l,t,c),ge(e,t,null),n[14](t),o=!0,r||(a=je(t,"click",n[15]),r=!0)},p(l,c){const h={};c&1&&(h.tag=gt(l[0])),c&4&&(h.rendererMap=l[2]),e.$set(h),(!o||c&1&&i!==(i=Ct(ui("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)&&Ce(t,"custom-tag-disable",l[0].enabled===!1),(!o||c&33)&&Ce(t,"custom-tag-hide",l[5])},i(l){o||(H(e.$$.fragment,l),o=!0)},o(l){Z(e.$$.fragment,l),o=!1},d(l){l&&X(t),pe(e),n[14](null),r=!1,a()}}}function W7(n){let t,e;return t=new O7({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function U7(n){let t,e;return t=new e7({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Q7(n){let t,e;return t=new E7({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function X7(n){let t,e;return t=new kk({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Y7(n){let t,e;return t=new qk({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Z7(n){let t,e;return t=new Ak({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function q7(n){let t,e;return t=new VE({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function J7(n){let t,e,i,s,o;const r=[G7,N7,H7],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=Ve()},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):(ke(),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()),H(i,1),i.m(s.parentNode,s))},i(c){o||(H(i),o=!0)},o(c){Z(i),o=!1},d(c){a[e].d(c),c&&X(s)}}}function K7(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:p}=t,{mediaStore:g}=t,{temporaryState:m}=t;el("hooks",h),el("mediaStore",g);let v,b;function P(T){T?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}function E(T,O,A){var C,M;return!(!T.enabled||!O.visible||!O.enabled||!A.visible||!((C=T.state)!=null&&C.visible)||((M=T.temporaryState)==null?void 0:M.visible)===!1||T instanceof Gv&&T.loading)}function I(T){Ze[T?"unshift":"push"](()=>{c.contentDom=T,e(0,c)})}const z=T=>h.emit("click",{event:T,target:"TagContent",tag:c});function D(T){Ze[T?"unshift":"push"](()=>{c.contentDom=T,e(0,c)})}const j=T=>{c.entryFromModel&&yi(c.five.state.mode)?(T.stopPropagation(),c.find({targetMode:"Panorama"})):h.emit("click",{event:T,target:"TagContent",tag:c})};return n.$$set=T=>{"tag"in T&&e(0,c=T.tag),"hooks"in T&&e(1,h=T.hooks),"rendererMap"in T&&e(2,d=T.rendererMap),"contentTypeMap"in T&&e(3,u=T.contentTypeMap),"state"in T&&e(6,p=T.state),"mediaStore"in T&&e(7,g=T.mediaStore),"temporaryState"in T&&e(8,m=T.temporaryState)},n.$$.update=()=>{var T,O,A,C,M,k,S,L,N,V,J;n.$$.dirty&1&&e(12,i=(T=c.state)==null?void 0:T.unfolded),n.$$.dirty&1&&e(11,s=(O=c.state)==null?void 0:O.visible),n.$$.dirty&321&&e(13,o=p.visible&&m.visible&&((A=c.state)==null?void 0:A.visible)),n.$$.dirty&1&&(r=c.id),n.$$.dirty&321&&e(5,a=!E(c,p,m)),n.$$.dirty&8192&&P(o),n.$$.dirty&7681&&c.hooks&&(i!==void 0&&i!==b&&(e(10,b=i),i?(M=(C=c.hooks).emit)==null||M.call(C,"unfolded"):(S=c==null?void 0:(k=c.hooks).emit)==null||S.call(k,"folded")),s!==void 0&&s!==v&&(e(9,v=s),s?(N=(L=c.hooks).emit)==null||N.call(L,"show"):(J=(V=c.hooks).emit)==null||J.call(V,"hide"))),n.$$.dirty&1&&e(4,l=(()=>!(typeof c.config.unfoldedConfig=="object"&&c.config.unfoldedConfig.keep==="folded"))())},[c,h,d,u,l,a,p,g,m,v,b,s,i,o,I,z,D,j]}let Hd=class extends Pe{constructor(t){super(),we(this,t,K7,J7,ye,{tag:0,hooks:1,rendererMap:2,contentTypeMap:3,state:6,mediaStore:7,temporaryState:8},F7)}};class Gv extends Td{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 Ii(this.five),!this.plugin.tags.includes(this)))return;const i=K8(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()),_s(this)){const l=this.data.mediaPosition.map(Ft);if(this.computeRenderType()==="Mesh"&&!this.mediaPlane){this.mediaPlane=new hh(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=F({mode:"behind",cornerPoints:l,container:c},this.config.tag3DConfig),u=this.computeRenderType()==="BehindDom"||d.mode==="behind"?"behind":"front",p=new Ev(de(F({},d),{mode:u})),g=this.computeNormal();p.position.add(g.clone().setLength(Ki.Z_FIGHTING_OFFSET)),s.add(p);let m;p.mode==="behind"&&this.config.clickable!==!1&&(m=this.addObjectClickHandler(this,p,b=>{this.plugin.hooks.emit("click",{event:b,target:"TagContent",tag:this})}));const v=new Hd({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:p},css3DInstance:p,initialNormal:g,currentNormal:g,dispose:()=>{v.$destroy(),p.dispose(),m==null||m()}}}}return this.plugin.gltfObjectGroup.add(s),s}));this.state.unfolded=!0,Jr(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(Ft);this.computeRenderType()==="Mesh"?this.mediaPlane&&this.mediaPlane.src!==this.data.mediaData[0].url&&(this.mediaPlane.removeFromParent(),this.mediaPlane=new hh(this.data.mediaData[0].url,i,{objectFit:this.data.objectFit})):(s=this.tag3DContentSvelte)==null||s.svelteApp.$set({tag:this})}computeNormal(){return pv(this.data.mediaPosition)}}function Nd(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 sa extends pi{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=qs(this.originObject3D))==null?void 0:i.getCenter(new y.Vector3).applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom==="boundingSphere"?this.position.copy((s=D0(this.originObject3D))==null?void 0:s.center.clone().applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom instanceof W.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(Ne).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(),Nd(this,this.quaternion.clone().premultiply(e),i)}applyHelperQuaternion(e,i){if(i){const s=new W.Vector3().subVectors(this.position,i).applyQuaternion(e).add(i);this.position.copy(s)}this.applyQuaternion(e)}dispose(){this.removeFromParent()}}class $7 extends sa{}class ex extends sa{}class tx extends sa{}class ix extends sa{}class nx extends sa{}class Wv extends y.Group{constructor(e){super();f(this,"direction");this.direction=e||"x"}}class cm extends y.Mesh{constructor(e,i,s){super(e,i);f(this,"direction");this.direction=s||"x"}}function sx(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 Hl(n,t,e){if(!t||!e||!n)return;const i=sx(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 Hi={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 Ec extends Wv{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 cm(o,s.clone(),e.direction);r.name=`arrow-${e.direction}`,r.renderOrder=Hi.MOVE_HELPER_ARROW,this.arrow=r;const a=.004,l=new y.CylinderGeometry(a,a,.4,32),c=new cm(l,s.clone(),e.direction);c.name=`line-${e.direction}`,c.renderOrder=Hi.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 Uv extends Wv{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=Hi.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 Mc={X:16730698,Y:54927,Z:3368703};class Do{static get X(){return new y.Color(Mc.X).convertSRGBToLinear().clone()}static get Y(){return new y.Color(Mc.Y).convertSRGBToLinear().clone()}static get Z(){return new y.Color(Mc.Z).convertSRGBToLinear().clone()}}function Gd(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,p=(e==null?void 0:e.min)||.6,g=e==null?void 0:e.max;return p&&u<p?p:g&&u>g?g:u}function ox(n,t,e){return n<t?t:n>e?e:n}function rx(n){let t=n.pose.latitude,e=n.pose.longitude;if(gi(t)||gi(e)){const i=n.matrix.elements;t=Math.asin(ox(i[9],-1,1)),Math.abs(i[9])<.9999999?e=Xc(Math.atan2(i[8],i[10])):e=Xc(Math.atan2(-i[2],i[0]))}return{latitude:t,longitude:e}}function ax(n){const{latitude:t,longitude:e}=n,i=new y.Vector3;return hm-t<.03?i.set(0,1,0):kc(0,e)?i.set(0,0,1):kc(Math.PI,e)?i.set(0,0,-1):kc(hm,e)?i.set(1,0,0):i.set(-1,0,0),i}const hm=Number((Math.PI/2).toFixed(5));function kc(n,t){return typeof n!="number"||typeof t!="number"?!1:Math.abs(n-t)<.001}class lx extends $7{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 Ec({direction:"x",color:Do.X})),i.yArrowEnable!==!1&&(this.yArrow=new Ec({direction:"y",color:Do.Y})),i.zArrowEnable!==!1&&(this.zArrow=new Ec({direction:"z",color:Do.Z})),i.centerHandleEnable!==!1&&(this.centerHandle=new Uv),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=rx(e),l=ax(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,p=a<h;this.xArrow&&(p?(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(Gd(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 Vs(n,t){return cx(document.createElement(t!=null?t:"div"),n)}function cx(n,t){if(!t)return n;for(const e in t)e&&t[e]&&(n.style[e]=t[e]);return n}function hx(n){const t=Vs(F({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 dx extends tx{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 xc({direction:"x",color:Do.X})),(i==null?void 0:i.xzCircleEnable)!==!1&&(this.yCircle=new xc({direction:"y",color:Do.Y})),(i==null?void 0:i.xyCircleEnable)!==!1&&(this.zCircle=new xc({direction:"z",color:Do.Z})),i!=null&&i.container&&(i==null?void 0:i.angleTipsEnable)!==!1&&(this.container=i==null?void 0:i.container,this.angleTips=hx({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(Gd(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,p=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=m=>m,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=m=>m-Math.PI/2):!d&&!u&&(this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.xCircle.angleSector.offsetAngle=m=>m-Math.PI))}if(this.yCircle){this.yCircle.angleSector.offsetAngle=m=>m;const g=this.yCircle.circle.gapAngle;p&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):p&&!u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!p&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!p&&!u&&(this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),p&&u?this.yCircle.angleSector.baseAxes=new y.Vector3(1,0,0):p&&!u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.yCircle.angleSector.offsetAngle=m=>m-Math.PI/2):!p&&u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,1),this.yCircle.angleSector.offsetAngle=m=>m+Math.PI/2):!p&&!u&&(this.yCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.yCircle.angleSector.offsetAngle=m=>m+Math.PI)}if(this.zCircle){this.zCircle.angleSector.offsetAngle=m=>m;const g=this.zCircle.circle.gapAngle;p&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):p&&!d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!p&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!p&&!d&&(this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),this.zCircle.angleSector&&(p&&d?this.zCircle.angleSector.baseAxes=new y.Vector3(1,0,0):p&&!d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,-1,0),this.zCircle.angleSector.offsetAngle=m=>m-Math.PI/2):!p&&d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,1,0),this.zCircle.angleSector.offsetAngle=m=>m+Math.PI/2):!p&&!d&&(this.zCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.zCircle.angleSector.offsetAngle=m=>m+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 xc 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 ux(e),this.ring=new fx(e),this.angleSector=new gx(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 ux=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=Hi.ROTATE_HELPER,this.geometry.name=`RotateHelperCircleGeometry-${this.direction}`}};class fx 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 gx 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 px(){const n=Vs({width:"100%",height:"100%",left:"0",top:"0",position:"absolute",pointerEvents:"none"}),t=Vs({boxSizing:"border-box",width:"100%",height:"100%",left:"0",top:"0",position:"relative",display:"flex",alignItems:"center",justifyContent:"center"}),e=Vs({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:qn({cursor:"nesw-resize",left:i,bottom:i})},o={direction:"ns",element:qn({cursor:"ns-resize",bottom:i})},r={direction:"nwse",element:qn({cursor:"nwse-resize",right:i,bottom:i})},a={direction:"ew",element:qn({cursor:"ew-resize",right:i})},l={direction:"nesw",element:qn({cursor:"nesw-resize",right:i,top:i})},c={direction:"ns",element:qn({cursor:"ns-resize",top:i})},h={direction:"nwse",element:qn({cursor:"nwse-resize",left:i,top:i})},d={direction:"ew",element:qn({cursor:"ew-resize",left:i})};return new Array(o,a,c,d,s,r,l,h).forEach(p=>t.appendChild(p.element)),{container:n,spheres:[s,o,r,a,l,c,h,d]}}function qn(n){const t=Vs(F({background:"#FFFF00",width:"9px",height:"9px",position:"absolute",pointerEvents:"none",borderRadius:"50%"},n)),e=Vs({width:"15px",height:"15px",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",pointerEvents:"none"}),i=Vs({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 La=new Map;function Qv(n){if(La.has(n))return La.get(n).hooks;const t=new kt;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=()=>{La.delete(n),cancelAnimationFrame(e)};return La.set(n,{hooks:t,dispose:o}),t}class mx extends nx{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 Oo);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(){Qv(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}=px();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 vx extends ex{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){Nd(this,e,i)}raycasterIntersectObject(e,i){return e.intersectObject(this,!1,i)}raycast(e,i){this.box.raycast(e,i)}update(){const e=qs(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 oa{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=qs(this.originObject3D),this.boundingBox));var h,d,u;this.hooks=(h=t.sharedHooks)!=null?h:new kt,this.internalHooks=(d=t.sharedInternalHooks)!=null?d:new kt,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=Qv(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=us(t).filter(Ne),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 p,g,m,v;Array.isArray(u.material)?(u.__originalColor__=(p=u.__originalColor__)!=null?p:u.material.map(b=>b.color.clone()),u.__originalOpacity__=(g=u.__originalOpacity__)!=null?g:u.material.map(b=>b.opacity)):(u.__originalColor__=(m=u.__originalColor__)!=null?m: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(p=>{p.color.set(e),p.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 p=u.__originalColor__,g=u.__originalOpacity__;u.material.forEach((m,v)=>{p&&p[v]&&m.color.copy(p[v]),g&&g[v]!==void 0&&(m.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 bx(n,t){let e=10,i=10;const s=n.isPerspectiveCamera,o=n.isOrthographicCamera;if(s){const d=n,u=d.position.distanceTo(t),p=d.fov*Math.PI/180;i=2*Math.tan(p/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 Xv{constructor(t,e,i){f(this,"camera");f(this,"container");f(this,"defaults");this.camera=t,this.container=e,this.defaults=F({},i||{})}createSolidLine(t,e,i){const s=F(F({color:16777215,renderOrder:Hi.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 bx(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=F(F({},this.defaults),t)}}var o0,r0;let Ax=class extends oa{constructor(...e){super(...e);f(this,"name","MoveController");f(this,"startInfo");f(this,"dragGuideLine");f(this,"solidGuide",new Xv(this.camera,this.container,(r0=(o0=this.config)==null?void 0:o0.solidGuide)!=null?r0:{}));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(),p=u.clone().sub(d).normalize(),g=new y.Plane().setFromNormalAndCoplanarPoint(p,u),m=u.clone();this.startInfo={draggingDirection:s,startVectorProject:m,line:new y.Line3(m.clone(),m.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(),p=this.helperObject3D.getWorldPosition(new y.Vector3),g=this.solidGuide.createSolidLine(p,u,{color:16777215,renderOrder:Hi.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=Hl(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 Uv){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 m;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 E=-(v.normal.dot(e.ray.origin)+v.constant)/P;if(E<0)return;b.copy(e.ray.origin.clone().add(e.ray.direction.clone().multiplyScalar(E))),a=b}else a=kn({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 p=(m=this.hooks.emitWithResult("moveBefore",d))!=null?m:d,g=new y.Matrix4;g.setPosition(p.clone().sub(l)),o.position.copy(p),s.copy(a),this.internalHooks.emit("applyObjectPosition",{matrix:g}),this.hooks.emit("move",p)}};class br{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,p=t.getElement();if(this.five=t,!h||!d||!p||!u)return;const g=()=>{t.needsRender=!0};this.helperController=new i({camera:h,model:d,domEvents:e,originObject3D:s,helperObject3D:o,container:p,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 yx="v1.0.1",wx="Object3DHelper",Wd=`${wx}@${yx}`,Px=()=>{console.error(`${Wd} is disposed`)},Cx=()=>{console.warn(`${Wd} is disabled`)},Ix=()=>{console.error(`${Wd} is disabled`)};class Ex{constructor(t){f(this,"controllers",{});f(this,"state",{visible:!0,enabled:!0,disposed:!1});f(this,"hooks",new kt);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 Px();if(!this.state.enabled&&t.enabled!==!0&&t.disposed!==!0)return Ix();const i=F({},this.state);this.state=F(F({},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=F(F({},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&&Cx()}}function vo(n){return n*Math.PI/180}let Sc=new y.Quaternion;class Mx extends oa{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",p=>{this.helperObject3D.update(p.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(vo(i),vo(s),vo(o)),a=new y.Quaternion().setFromEuler(r);if(this.hooks.emit("wantToRotate",a))return;const{originObject3D:c,rotateCenter:h}=this;Nd(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:hi(o.x),y:hi(o.y),z:hi(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(vo(a.x),vo(a.y),vo(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),p=u.angleTo(r.baseAxes.clone().applyQuaternion(l)),g=r.offsetAngle(p);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()},Sc=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(hi(o.z));if(i==="y")return Math.round(hi(o.y));if(i==="z")return Math.round(hi(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(hi(a.z));if(e==="y")return Math.round(hi(a.y));if(e==="z")return Math.round(hi(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=Hl(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 p=this.startInfo.directionVector.clone().normalize();u=u.clone().projectOnPlane(p).normalize().multiplyScalar(u.length());const m=new y.Quaternion().setFromUnitVectors(i.clone().normalize(),u.clone().normalize()),v=l.quaternion.clone().premultiply(m);if(i.angleTo(u)===0||this.hooks.emit("wantToRotate",v))return;const E=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+=E,this.setAngleHelperLength(r,this.startInfo.angle),this.setTipsAngle(hi(this.startInfo.angle)),h){const I=new y.Vector3().subVectors(l.position,h).applyQuaternion(m).add(h);l.position.copy(I)}l.applyQuaternion(m),Sc.premultiply(m),this.internalHooks.emit("applyObjectRotate",{quaternion:m,origin:h}),this.hooks.emit("rotate",l.quaternion),this.startInfo.startVector=u}dragEnd(){var e;this.isDragging&&(this.applyHelperQuaternion(Sc,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 kx extends oa{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 W.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=Hl(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 W.Vector3);if(!a||Ba(a,this.camera.position))return;const l=new W.Vector3().addVectors(r[0],r[2]).divideScalar(2),{position:c,direction:h}=s,d=new W.Vector3().subVectors(r[1],r[0]),u=new W.Vector3().subVectors(r[3],r[0]),p=C=>{const M=new W.Vector3(0,0,0);if(!this.startInfo)return M;const k=(C==="ew"?d:u).clone(),S=c.clone().projectOnVector(k),L=a.clone().projectOnVector(k),N=l.clone().projectOnVector(k);if(L.equals(S))return M;if(C==="ns"&&typeof this.startInfo.dragPointInCenterBottom!="boolean"){const ne=new W.Vector3().subVectors(L,N),$=ne.x<0&&k.x>=0,re=ne.y<0&&k.y>=0,ee=ne.z<0&&k.z>=0;this.startInfo.dragPointInCenterBottom=$||re||ee}if(C==="ew"&&typeof this.startInfo.dragPointInCenterLeft!="boolean"){const ne=new W.Vector3().subVectors(L,N),$=ne.x<0&&k.x>=0,re=ne.y<0&&k.y>=0,ee=ne.z<0&&k.z>=0;this.startInfo.dragPointInCenterLeft=$||re||ee}const V=new W.Vector3().subVectors(L,S),J=V.length();return J>.3?(console.warn("offset.length() > 0.3, skipped",J),M):V},g=p("ew"),m=p("ns"),v=()=>{const C=g;this.helperObject3D.cornerPositions.forEach((M,k)=>{var S;(S=this.startInfo)!=null&&S.dragPointInCenterLeft?(k===0||k===3)&&M.add(C):(k===1||k===2)&&M.add(C)})},b=()=>{const C=m;this.helperObject3D.cornerPositions.forEach((M,k)=>{var S;(S=this.startInfo)!=null&&S.dragPointInCenterBottom?(k===0||k===1)&&M.add(C):(k===2||k===3)&&M.add(C)})};switch(h){case"ew":v();break;case"ns":b();break;case"nesw":case"nwse":v(),b()}const P=new W.Vector3().subVectors(r[1],r[0]).length()/d.length(),E=new W.Vector3().subVectors(r[3],r[0]).length()/u.length(),I=new W.Vector3(P,E,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 W.Vector3().addVectors(r[0],r[2]).divideScalar(2),j=new W.Vector3().subVectors(D,l),T=new y.Matrix4().setPosition(j);i.applyMatrix4(T),(O=this.helperObject3D.css3DInstance)==null||O.css3DObject.applyMatrix4(T),(A=this.helperObject3D.plane)==null||A.applyMatrix4(T),this.internalHooks.emit("applyObjectScale",{matrix:z}),this.internalHooks.emit("applyObjectPosition",{matrix:T}),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 xx extends kx{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 Sx extends oa{constructor(...e){super(...e);f(this,"name","BoundingBoxController")}}class Dx extends ix{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=Tx();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=Lx(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 p=r.dot(u);p>l&&(l=p,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,p=h[c];u===c||u===p?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(Gd(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 Tx(){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=Hi.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=Hi.SCALE_HELPER_SPHERE,a.add(i),a}function Lx(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=Hi.SCALE_HELPER_LINE,o.raycast=()=>{},o}var a0,l0;class zx extends oa{constructor(...e){super(...e);f(this,"name","ScaleController");f(this,"dragGuideLine");f(this,"currentFacePatch");f(this,"solidGuide",new Xv(this.camera,this.container,(l0=(a0=this.config)==null?void 0:a0.solidGuide)!=null?l0:{}));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)),p=kn({raycaster:u,line:d});this.startInfo={line:d,scaleStartPoint:p,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:Hi.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=Hl(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 m=[],v=g.count;for(let T=0;T<v;T++){const O=new y.Vector3().fromBufferAttribute(g,T);u.updateMatrixWorld(!0),O.applyMatrix4(u.matrixWorld),m.push(O)}const b=m.slice(0,4);if(!b||b.length<4)return;const P=fi(b).normalize(),E=new y.Plane().setFromNormalAndCoplanarPoint(P,b[0]),z=Math.abs(e.ray.direction.dot(P))<.1;let D;if(z)D=kn({raycaster:e,line:i,clampToLine:!1}).applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld.clone()));else{const T=new y.Vector3;if(e.ray.intersectPlane(E,T),!T)return;const O=new y.Matrix4().getInverse(this.helperObject3D.matrixWorld);D=T.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=kn({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=T0(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 p=new y.Vector3;for(const m of u.vertices)p.add(m);p.divideScalar(u.vertices.length);const g=a.distanceTo(p);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 p=u.distanceTo(a);p<l&&(l=p,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=Hi.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(m){return l._isObjectVisible(m.object)}),a.sort(function(m,v){var b=m.object.renderOrder||0,P=v.object.renderOrder||0;return b!==P?P-b:m.distance-v.distance});var c=this._selected;if(a.length>0){var h,d,u,p=a[0],g=p.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,p),h&&this._notify("mouseover",g,i,p),d&&this._notify("mouseout",c,i,p)}}};$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(p){return l._isObjectVisible(p.object)}),a.sort(function(p,g){var m=p.object.renderOrder||0,v=g.object.renderOrder||0;return m!==v?v-m:p.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 uh="Object3DHelperPlugin",Nl=uh,Ox=()=>{console.error(`${Nl} is disposed`)},jx=()=>{console.warn(`${Nl} is disabled`)},Rx=()=>{console.error(`${Nl} is disabled`)};class Ud extends ps{constructor(e){super(e);f(this,"name",uh);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 Oo(this.five.scene),console.warn("Object3DHelper: 使用此插件,需要在初始化five时,设置five参数: { backgroundAlpha: 0, backgroundColor: 0x000000 }"),Object.assign(window,{[`__${uh.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 Ox();if(!this.state.enabled&&e.enabled!==!0&&e.disposed!==!0)return Rx();const s=F({},this.state);this.state=F(F({},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 E;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 Ex,o=[],r=(E=this.five.getElement())==null?void 0:E.parentElement,a=this.five.camera,c=F(F({},{moveHelper:!0,rotateHelper:!0,scaleHelper:!0,boundingBoxHelper:!1,positionFrom:"objectPosition"}),i),{moveHelper:h,rotateHelper:d,scaleHelper:u,boundingBoxHelper:p}=c,g=s.hooks,m=new kt,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=F(F({},this.getConfig(c.moveHelper)),c),z=new lx(e,F({},I)),D=new br(this.five,v,Ax,e,z,I,g,m);P.moveController=D.helperController,o.push(()=>D.dispose())}if(b(d)){const I=F(F({},this.getConfig(c.rotateHelper)),c),z=new dx(e,F({container:r},I)),D=new br(this.five,v,Mx,e,z,I,g,m);P.rotateController=D.helperController,o.push(()=>D.dispose())}if(b(p)){const I=new vx(e),z=new br(this.five,v,Sx,e,I,void 0,g,m);P.boundingBoxController=z.helperController,o.push(()=>z.dispose())}if(b(u))if(e.isCSS3DObject&&r){const I=new mx(e,r,a,this.five.scene),z=new br(this.five,v,xx,e,I,void 0,g,m);P.scaleController=z.helperController,o.push(()=>z.dispose()),Ii(this.five).then(()=>{var D,j;if(e.isCSS3DObjectPlus){const T=e;if(!T||T.mode!=="front")return;const O=(D=this.css3DRender.behindModeCSS3DRenderer.wrapper)!=null?D:Mh(this.five);O&&(this.css3DObjectParentMap.set(T,T.parent),T.removeFromParent(),this.css3DRender.behindModeCSS3DRenderer.setWrapper(O),(j=this.css3DRender.getBehindCSS3DObjectGroup())==null||j.add(T),this.css3DRender.render(this.five.camera))}else e.isCSS3DObject&&(this.css3DObjectModeMap.set(e,e.mode),e.mode="behind")})}else{const I=F(F({},this.getConfig(c.scaleHelper)),c),z=new Dx(e,I),D=new br(this.five,v,zx,e,z,I,g,m);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&&jx()}getConfig(e){if(e&&typeof e!="boolean"&&e.enable)return e}}const _x=n=>new Ud(n);class Vx{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 cv(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(F({},e),{pointHelper:null})),this._pointSelector=new yl(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 jo(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 Ud(this.five),this._object3DHelper)}}const Yv=new Vx;window.globalModules=Yv;function Zv(n,t){return n?t(n)?n:n.parent?Zv(n.parent,t):null:null}function Bx(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 qv extends pi{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=Yn(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(We);i.closed&&(s=Bx(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 Nr(de(F({},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=F(F({},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 Zs extends qv{constructor(...e){super(de(F({},e[0]),{withDots:!1}));f(this,"name","PolylineMesh")}}class ss extends qv{constructor(...e){super(de(F({},e[0]),{withDots:!0}));f(this,"name","PolylineWithDotsMesh")}}const Dc=new Map;class Gi extends pi{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)=>Ke.modules.fiveDomEvents.addEventListener(this,e,i,s));f(this,"off",(...e)=>Ke.modules.fiveDomEvents.removeEventListener(this,...e));f(this,"applyObjectMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),zr(s,e)});f(this,"applyObjectReversalMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),aA(s,e)});e!=null&&e.id&&(this.uuid=e.id),this.config=F({defaultAction:!0,occlusionVisibility:!0,occlusionMode:"translucence"},i),e&&(Ne((s=this.config)==null?void 0:s.occlusionMode)&&(e.style=de(F({},e.style),{occlusionMode:this.config.occlusionMode})),Ne((o=this.config)==null?void 0:o.occlusionVisibility)&&(e.style=de(F({},e.style),{occlusionVisibility:this.config.occlusionVisibility}))),pt("esc",()=>{this.stopCreating()}),this.config.defaultAction&&(pt("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())}))}),pt("esc",()=>{this.selected&&this.unselect()}))}get editing(){return this.pointSelector.enabled}get baseData(){return{id:this.uuid,type:this.type}}get pointSelector(){return Ke.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(){Ke.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(),Dc.has(this.parent.uuid)||Dc.set(this.parent.uuid,[]);const i=Dc.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){Ke.modules.cursor.showDeleteButton({clientX:e,clientY:i,container:document.body,onClick:()=>this.delete()}),Ke.modules.five.once("cameraUpdate",()=>{Ke.modules.cursor.removeDeleteButton()})}}class Gl extends pi{constructor(e){super();f(this,"hooks",new kt);f(this,"originObject");this.originObject=e}enable(){this.originObject.add(this)}disable(){this.originObject.remove(this)}}class ra extends Gl{constructor(e,i){super(e);f(this,"objectHelperConfig");f(this,"onObjectUpdate",()=>{this.hooks.emit("objectUpdate")});this.objectHelperConfig=i}get helper(){var e;return(e=Ke.modules.object3DHelper.getObject3DHelper(this.originObject))==null?void 0:e.helper}enable(){super.enable();const e=typeof this.objectHelperConfig=="function"?this.objectHelperConfig():this.objectHelperConfig;Ke.modules.object3DHelper.addObject3DHelper(this.originObject,F({positionFrom:"boundingBox"},e));const i=Ke.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),Ke.modules.object3DHelper.removeObject3DHelper(this.originObject)}initialHelperMatrix(){var e;(e=this.helper)==null||e.initialHelperMatrix()}}class Qd extends Gl{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 ln)}get pointHandles(){return this.children}enable(){super.enable(),this.points.filter(Ne).forEach(e=>{const i=new ln;i.visible=!1,i.position.copy(e),i.draggable=!0,Ke.modules.fiveDomEvents.addEventListener(i,"drag",this.onDrag),Ke.modules.fiveDomEvents.addEventListener(i,"dragstart",this.onDragstart),Ke.modules.fiveDomEvents.addEventListener(i,"dragend",this.onDragend),this.add(i)})}disable(){super.disable(),this.removeChildren()}}class Fx extends Qd{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=Kr(Ke.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 Hx extends Qd{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=Kr(Ke.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 oi(n){return Array.isArray(n)?n.map(t=>[t.x,t.y,t.z]):[n.x,n.y,n.z]}class dm 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 ss(F(F({},e.style),e)),this.add(this.polyLineMesh))}get editor(){return this._editor||(this._editor=new Hx(this)),this._editor}get data(){return de(F({},this.baseData),{points:oi(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(We))),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 ss(e);this.polyLineMesh=i,this.add(this.polyLineMesh),this.creatingObject=Jv(i,this.pointSelector,e),yield this.creatingObject.finished,this.config.defaultAction&&this.editor.enable()})}}function Jv(n,t,e){var z;const i=n.parent;if(!i)return;const{promise:s,resolve:o,reject:r}=Js(),a=(z=e==null?void 0:e.limit)!=null?z:"none",l=new Zs(n.style);i.add(l);const c=new Zs(de(F({},n.style),{dashed:!0,lengthEnable:!1}));i.add(c),t.enable();const h=[];let d,u,p;const g=[],m=()=>h.length>0,v=()=>g.length>0,b=()=>{m()&&(g.push(h.pop()),n.setPoints(h),I(p),t.pointSelectorHelper.magnifier.render())},P=()=>{v()&&(h.push(g.pop()),n.setPoints(h),I(p),t.pointSelectorHelper.magnifier.render())},E=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||(p=D,!(h!=null&&h.length)))return j();const T=h.at(-1).clone();a==="none"?(d=D.point,l.setPoints([T,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([T,d]),c.setPoints([d,D.point])):a==="y"&&(h.length===1?(d=D.point,l.setPoints([T,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([T,d]),c.setPoints([d,D.point])))};return t.on("select",E),t.on("intersectionUpdate",I),t.on("disable",()=>{if(t.off("select",E),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:m,canRedo:v,undo:b,redo:P}}class Nx extends Gl{constructor(e){super(e);f(this,"onDrag",e=>{var s;const i=Kr(Ke.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 um extends Gi{constructor(e,i){super(e,i);f(this,"type","Point");f(this,"pointMesh");f(this,"_editor");e&&(this.pointMesh=new ln(F(F({},e.style),e)),this.add(this.pointMesh))}get editor(){return this._editor||(this._editor=new Nx(this)),this._editor}get data(){return de(F({},this.baseData),{point:oi(this.applyObjectMatrixWorld(this.pointMesh.position)),style:{color:this.pointMesh.color.getHex(),size:this.pointMesh.size}})}setData(e){e.point&&this.pointMesh.position.copy(We(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 ln(e)),yield Xd(this.pointMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function Xd(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 fh extends Zo{constructor(e){const o=e!=null?e:{},{points:i}=o,s=Yn(o,["points"]);super();f(this,"name","PolygonWithEdgeMesh");f(this,"line",new Zs);i&&this.setPoints(i),s&&this.setStyle(s)}get style(){return de(F({},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=>{Ih(s,e,i,!0)}),!1}setPoints(e,i){super.setPoints(e,F({closed:!0},i)),this.points&&(this.line.setPoints(this.points,F({closed:!0},i)),this.addIfNotExists(this.line))}setStyle(e){super.setStyle(e),e.lineOpacity!==void 0?this.line.setStyle(de(F({},e),{lineOpacity:e.lineOpacity})):this.line.setStyle(e),this.needsRender=!0}highlight(){super.highlight(),this.line.highlight()}unhighlight(){super.unhighlight(),this.line.unhighlight()}}class gh extends fh{constructor(){super(...arguments);f(this,"name","AreaMesh")}}class Gx extends Qd{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=Kr(Ke.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"),Ke.modules.five&&(Ke.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,p,g,m,v,b,P,E,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=(p=(u=s.lineColor)==null?void 0:u.getHex)==null?void 0:p.call(u),r=(m=(g=s.color)==null?void 0:g.getHex)==null?void 0:m.call(g),a=(v=o!=null?o:r)!=null?v:16777215,l=(I=(E=(P=(b=s.line)==null?void 0:b.style)==null?void 0:P.opacity)!=null?E: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 ln;return r.visible=!0,r.userData=(a=r.userData)!=null?a:{},r.userData.dragSelectPixelDistance=i,r.draggable=!0,r.setStyle({color:s,opacity:o}),Ke.modules.fiveDomEvents.addEventListener(r,"drag",this.onDrag),Ke.modules.fiveDomEvents.addEventListener(r,"dragstart",this.onDragstart),Ke.modules.fiveDomEvents.addEventListener(r,"dragend",this.onDragend),r}disposePointMesh(e){Ke.modules.fiveDomEvents.removeEventListener(e),this.remove(e)}}class fm 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 gh(F(F({},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 Gx(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(F({},this.baseData),{points:oi(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(We))),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 gh(e);this.areaMesh=i,this.add(this.areaMesh),this.creatingObject=Wl(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 Wl(n,t,e){var N,V,J,ne,$,re,ee,fe,Le;const{promise:i,resolve:s,reject:o}=Js(),r=n.parent;if(!r){o(new Error("No container"));return}const a=(N=e==null?void 0:e.limit)!=null?N:"none",l=e==null?void 0:e.simpleMode,c=(re=($=(J=n.five)!=null?J:(V=n.get)==null?void 0:V.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((Le=c.model.bounding.max)==null?void 0:Le.y)=="number"&&(d=c.model.bounding.max.y+1);const u=new Zs(n.style);r==null||r.add(u);const p=new Zs(de(F({},n.style),{dashed:!0,lengthEnable:!1}));r==null||r.add(p);let g=[];const m=(ae=P)=>{g.forEach((Me,ue)=>{const ce=ae[ue];ce&&Me.position.copy(ce)})};function v(){var Me,ue;g.forEach(ce=>{var Se;return(Se=ce.parent)==null?void 0:Se.remove(ce)});const ae=(ue=(Me=n.line)==null?void 0:Me.style)!=null?ue:n.style;g=P.map((ce,Se)=>{var Te,Re;const te=new ln(de(F({},ae),{color:(Te=ae.pointColor)!=null?Te:ae.lineColor,tip:void 0,point:ce}));return te.name=`PolygonPointMesh_${Se}`,te.userData=(Re=te.userData)!=null?Re:{},te.userData.dragSelectPixelDistance=h,r==null||r.add(te),te}),m()}function b(){g.forEach(ae=>{var Me;return(Me=ae.parent)==null?void 0:Me.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 E,I,z=!1,D;const j=[],T=()=>P.length>0,O=()=>j.length>0,A=()=>{var ae;T()&&(j.push(P.pop()),k(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()),k(D),v(),(ae=e==null?void 0:e.onRedo)==null||ae.call(e),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render())},M=ae=>{var ue;j.length=0;let Me=P.length===0?ae.point:E.clone();if(l&&(Me=Me.clone().setY(d)),P.push(Me),n.setPoints(P,{closed:!1}),e!=null&&e.experimental_self_intersect_check&&P.length>2&&n.isBlank){P.pop(),n.setPoints(P,{closed:!1}),v(),console.warn("[Polygon] 检测到自相交,无法添加该点");return}v(),(ue=e==null?void 0:e.onPointPlaced)==null||ue.call(e,P),z&&(S(),s())},k=ae=>{const Me=()=>{u.setPoints([]),p.setPoints([]),n.setPoints(P),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render()};if(!ae){Me(),v();return}if(D=ae,!(P!=null&&P.length))return Me();const ue=P.at(-1).clone();if(P.length<3&&(l?(E=ae.point.clone().setY(d),u.setPoints([ue,E]),p.setPoints([])):a==="none"?(E=ae.point,u.setPoints([ue,E]),p.setPoints([])):a==="xoz"?(I=I!=null?I:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),P[0]),t.plane=I,E=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,E]),p.setPoints([E,ae.point])):a==="y"&&(P.length===1?(E=ae.point,u.setPoints([ue,E]),p.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,E=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,E]),p.setPoints([E,ae.point])))),P.length>=3){l?E=ae.point.clone().setY(d):E=n.projectPoint(ae.point);const ce=P[0];let Se=!1;if(typeof(e==null?void 0:e.autoClosePixelDistance)=="number"){if(c&&c.camera&&c.getElement){const te=c.getElement(),Te=te.clientWidth,Re=te.clientHeight,be=Ye=>{const st=Ye.clone().project(c.camera);return{x:(st.x*.5+.5)*Te,y:(1-(st.y*.5+.5))*Re}},Be=be(ce),ve=be(E),Ie=be(ae.point),Oe=Math.sqrt(Xn(Be.x-ve.x,2)+Xn(Be.y-ve.y,2)),Xe=Math.sqrt(Xn(Be.x-Ie.x,2)+Xn(Be.y-Ie.y,2));(Oe<e.autoClosePixelDistance||Xe<e.autoClosePixelDistance)&&(Se=!0)}}else(ce.distanceTo(E)<.2||ce.distanceTo(ae.point)<.2)&&(Se=!0);Se?(E=ce,ae.point.copy(ce),t.pointSelectorHelper.updateWithIntersect(ae,{emitEvent:!1}),z=!0):z=!1,u.setPoints([ue,E]),p.setPoints([E,ae.point])}P.length>=2?(n.setPoints([...P,E],{closed:!1}),n.line.setPoints(n.points.slice(0,-1)),n.isBlank?(t.cursorError=!0,u.setStyle({lineColor:16734553}),p.setStyle({lineColor:16734553})):(t.cursorError=!1,u.setStyle({lineColor:n.lineColor}),p.setStyle({lineColor:n.lineColor}))):n.setPoints([]),v()},S=()=>{t.off("select",M),t.off("intersectionUpdate",k),t.off("disable",L),t.plane=null,t.disable(),r==null||r.remove(u,p),b()},L=()=>{S(),r==null||r.remove(n,p,u),b(),o(new Error("Cancelled"))};return t.on("select",M),t.on("intersectionUpdate",k),t.on("disable",L),{finished:i,canUndo:T,canRedo:O,undo:A,redo:C}}function ph(n){const t=[...n],e=[];for(let i=0;i<t.length-2;i++)e.push(0,i+1,i+2);return e}function mh(n){const t=n.map(i=>new y.Vector3(i[0],i[1],i[2]));return a1(t)}class Wx 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"?mh(r):ph(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 p=o.map(g=>g+r.length/2);o.push(...p);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 Ux 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 p,g,m;const i=(p=e.bottomPositions)!=null?p:this.bottomPositions,s=(g=e.topPosition)!=null?g:this.topPosition;if(this._type=(m=e.type)!=null?m: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])),p=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)/p,E=(b[2]-d)/g;s.push(P,E)}const m=o.length,v=this._type==="Concave"?mh(e):ph(e);for(const b of v)o.push(b+r);a.push({start:m,count:o.length-m,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])),p=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)/p,E=(b[2]-d)/g;s.push(P,E)}const m=o.length,v=this._type==="Concave"?mh(e):ph(e);for(let b=v.length-1;b>=0;b--)o.push(v[b]+r);a.push({start:m,count:o.length-m,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 Bs extends pi{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 Ei);f(this,"prismMesh",new Rl);f(this,"paramStyle");this.five=e==null?void 0:e.five,this.prismMesh.name="PrismMesh",this.prismMesh.geometry=new Wx,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=ea(c,h,d),p=Gh(c,h,d,u);o+=u,r.add(p)}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=F(F({},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(We).map(s=>s.toArray()),topPosition:e.heightPoint?We(e.heightPoint).toArray():void 0}),this.edgeMesh.geometry=new Oa().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=>Ih(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=lt.AnimationFrameLoop.shared.add((h,d)=>{l+=d;let u=l/a;u>1&&(u=1);let p=u;u<=.5?p=u*2:p=2-u*2,r.forEach(g=>{g.uniforms.progress.value=p}),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 Ux({bottomPositions:c,topPosition:h,type:"Concave"}),u=`
981
+ black 0%)}`)}function am(n){let t,e;return t=new Ni({props:{center:!0,blurRadius:24,spreadRadius:16}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function lm(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"),R(i,"background",n[4]),R(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),_(t,e),_(e,i),_(e,s),_(e,o)},p(r,a){a&16&&R(i,"background",r[4]),a&8&&R(i,"opacity",r[3])},d(r){r&&X(t)}}}function k7(n){let t,e,i,s,o,r,a,l,c,h,d,u,p,g,m,v=n[1]&&am(),b=n[4]&&lm(n);return{c(){t=U("div"),v&&v.c(),e=le(),b&&b.c(),i=le(),s=Ee("svg"),o=Ee("linearGradient"),r=Ee("stop"),a=Ee("stop"),l=Ee("linearGradient"),c=Ee("stop"),h=Ee("stop"),d=Ee("g"),u=Ee("path"),p=Ee("path"),g=Ee("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(p,"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(p,"fill","url(#b)"),w(p,"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"),R(t,"width",n[0])},m(P,E){Y(P,t,E),v&&v.m(t,null),_(t,e),b&&b.m(t,null),_(t,i),_(t,s),_(s,o),_(o,r),_(o,a),_(s,l),_(l,c),_(l,h),_(s,d),_(d,u),_(d,p),_(d,g),m=!0},p(P,[E]){P[1]?v?E&2&&H(v,1):(v=am(),v.c(),H(v,1),v.m(t,e)):v&&(ke(),Z(v,1,1,()=>{v=null}),xe()),P[4]?b?b.p(P,E):(b=lm(P),b.c(),b.m(t,i)):b&&(b.d(1),b=null),(!m||E&4)&&w(s,"height",P[2]),(!m||E&4)&&w(s,"width",P[2]),E&1&&R(t,"width",P[0])},i(P){m||(H(v),m=!0)},o(P){Z(v),m=!1},d(P){P&&X(t),v&&v.d(),b&&b.d()}}}function x7(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(F({},n),{width:o,height:r})}function S7(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=x7({originWidth:24,originHeight:24,scale:o,wantedWidth:r}).width)},[l,h,a,s,i,c,r,o]}let D7=class extends Pe{constructor(t){super(),we(this,t,S7,k7,ye,{width:0,icon:5,shadow:1},M7)}};function T7(n){De(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 L7(n){let t,e,i;return e=new D7({props:{icon:n[0],shadow:!0}}),{c(){t=U("div"),me(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||(H(e.$$.fragment,s),i=!0)},o(s){Z(e.$$.fragment,s),i=!1},d(s){s&&X(t),pe(e)}}}function z7(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 O7 extends Pe{constructor(t){super(),we(this,t,z7,L7,ye,{tag:1},T7)}}function j7(n){De(n,"svelte-kzl2aj",".customElement__container.svelte-kzl2aj{position:relative}")}function R7(n){let t,e;return{c(){t=new _o(!1),e=Ve(),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 _7(n){let t,e=typeof n[2]=="string"&&R7(n);return{c(){t=U("div"),e&&e.c(),w(t,"class","customElement__container svelte-kzl2aj"),Ce(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&&Ce(t,"unfolded",i[1])},i:oe,o:oe,d(i){i&&X(t),e&&e.d(),n[5](null)}}}function V7(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){Ze[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 B7 extends Pe{constructor(t){super(),we(this,t,V7,_7,ye,{tag:3,rendererMap:4},j7)}}function F7(n){De(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 H7(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 N7(n){let t,e,i,s,o,r,a,l,c,h,d,u,p,g,m,v,b;const P=[q7,Z7,Y7,X7,Q7,U7,W7],E=[];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=E[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"),Ce(i,"unfolded",(z=n[0].state)==null?void 0:z.unfolded),w(e,"class","content__wrapper svelte-1fy4duy"),w(t,"class",p=Ct(ui("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",g=n[0].id),Ce(t,"disable",n[0].enabled===!1),Ce(t,"hide",n[5]),Ce(t,"unClickable",n[0].config.clickable===!1),R(t,"width",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0),R(t,"height",n[0].stickType==="Plane"||n[0].contentType==="MediaModel"?"100%":0)},m(z,D){Y(z,t,D),_(t,e),_(e,i),~d&&E[d].m(i,null),n[16](t),m=!0,v||(b=je(t,"click",n[17],!0),v=!0)},p(z,D){var T;let j=d;d=I(z,D),d===j?~d&&E[d].p(z,D):(u&&(ke(),Z(E[j],1,1,()=>{E[j]=null}),xe()),~d?(u=E[d],u?u.p(z,D):(u=E[d]=P[d](z),u.c()),H(u,1),u.m(i,null)):u=null),(!m||D&1)&&Ce(i,"unfolded",(T=z[0].state)==null?void 0:T.unfolded),(!m||D&1&&p!==(p=Ct(ui("content__container",z[0].className))+" svelte-1fy4duy"))&&w(t,"class",p),(!m||D&1&&g!==(g=z[0].id))&&w(t,"data-id",g),(!m||D&1)&&Ce(t,"disable",z[0].enabled===!1),(!m||D&33)&&Ce(t,"hide",z[5]),(!m||D&1)&&Ce(t,"unClickable",z[0].config.clickable===!1),D&1&&R(t,"width",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0),D&1&&R(t,"height",z[0].stickType==="Plane"||z[0].contentType==="MediaModel"?"100%":0)},i(z){m||(H(u),m=!0)},o(z){Z(u),m=!1},d(z){z&&X(t),~d&&E[d].d(),n[16](null),v=!1,b()}}}function G7(n){let t,e,i,s,o,r,a;return e=new B7({props:{tag:gt(n[0]),rendererMap:n[2]}}),{c(){t=U("div"),me(e.$$.fragment),w(t,"class",i=Ct(ui("content__container",n[0].className))+" svelte-1fy4duy"),w(t,"data-id",s=n[0].id),Ce(t,"custom-tag-disable",n[0].enabled===!1),Ce(t,"custom-tag-hide",n[5])},m(l,c){Y(l,t,c),ge(e,t,null),n[14](t),o=!0,r||(a=je(t,"click",n[15]),r=!0)},p(l,c){const h={};c&1&&(h.tag=gt(l[0])),c&4&&(h.rendererMap=l[2]),e.$set(h),(!o||c&1&&i!==(i=Ct(ui("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)&&Ce(t,"custom-tag-disable",l[0].enabled===!1),(!o||c&33)&&Ce(t,"custom-tag-hide",l[5])},i(l){o||(H(e.$$.fragment,l),o=!0)},o(l){Z(e.$$.fragment,l),o=!1},d(l){l&&X(t),pe(e),n[14](null),r=!1,a()}}}function W7(n){let t,e;return t=new O7({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function U7(n){let t,e;return t=new e7({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Q7(n){let t,e;return t=new E7({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function X7(n){let t,e;return t=new kk({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Y7(n){let t,e;return t=new qk({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function Z7(n){let t,e;return t=new Ak({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function q7(n){let t,e;return t=new VE({props:{tag:gt(n[0])}}),{c(){me(t.$$.fragment)},m(i,s){ge(t,i,s),e=!0},p(i,s){const o={};s&1&&(o.tag=gt(i[0])),t.$set(o)},i(i){e||(H(t.$$.fragment,i),e=!0)},o(i){Z(t.$$.fragment,i),e=!1},d(i){pe(t,i)}}}function J7(n){let t,e,i,s,o;const r=[G7,N7,H7],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=Ve()},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):(ke(),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()),H(i,1),i.m(s.parentNode,s))},i(c){o||(H(i),o=!0)},o(c){Z(i),o=!1},d(c){a[e].d(c),c&&X(s)}}}function K7(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:p}=t,{mediaStore:g}=t,{temporaryState:m}=t;el("hooks",h),el("mediaStore",g);let v,b;function P(T){T?h.emit("exposure",{id:r,type:"start"}):h.emit("exposure",{id:r,type:"end"})}function E(T,O,A){var C,M;return!(!T.enabled||!O.visible||!O.enabled||!A.visible||!((C=T.state)!=null&&C.visible)||((M=T.temporaryState)==null?void 0:M.visible)===!1||T instanceof Gv&&T.loading)}function I(T){Ze[T?"unshift":"push"](()=>{c.contentDom=T,e(0,c)})}const z=T=>h.emit("click",{event:T,target:"TagContent",tag:c});function D(T){Ze[T?"unshift":"push"](()=>{c.contentDom=T,e(0,c)})}const j=T=>{c.entryFromModel&&yi(c.five.state.mode)?(T.stopPropagation(),c.find({targetMode:"Panorama"})):h.emit("click",{event:T,target:"TagContent",tag:c})};return n.$$set=T=>{"tag"in T&&e(0,c=T.tag),"hooks"in T&&e(1,h=T.hooks),"rendererMap"in T&&e(2,d=T.rendererMap),"contentTypeMap"in T&&e(3,u=T.contentTypeMap),"state"in T&&e(6,p=T.state),"mediaStore"in T&&e(7,g=T.mediaStore),"temporaryState"in T&&e(8,m=T.temporaryState)},n.$$.update=()=>{var T,O,A,C,M,k,S,L,N,V,J;n.$$.dirty&1&&e(12,i=(T=c.state)==null?void 0:T.unfolded),n.$$.dirty&1&&e(11,s=(O=c.state)==null?void 0:O.visible),n.$$.dirty&321&&e(13,o=p.visible&&m.visible&&((A=c.state)==null?void 0:A.visible)),n.$$.dirty&1&&(r=c.id),n.$$.dirty&321&&e(5,a=!E(c,p,m)),n.$$.dirty&8192&&P(o),n.$$.dirty&7681&&c.hooks&&(i!==void 0&&i!==b&&(e(10,b=i),i?(M=(C=c.hooks).emit)==null||M.call(C,"unfolded"):(S=c==null?void 0:(k=c.hooks).emit)==null||S.call(k,"folded")),s!==void 0&&s!==v&&(e(9,v=s),s?(N=(L=c.hooks).emit)==null||N.call(L,"show"):(J=(V=c.hooks).emit)==null||J.call(V,"hide"))),n.$$.dirty&1&&e(4,l=(()=>!(typeof c.config.unfoldedConfig=="object"&&c.config.unfoldedConfig.keep==="folded"))())},[c,h,d,u,l,a,p,g,m,v,b,s,i,o,I,z,D,j]}let Hd=class extends Pe{constructor(t){super(),we(this,t,K7,J7,ye,{tag:0,hooks:1,rendererMap:2,contentTypeMap:3,state:6,mediaStore:7,temporaryState:8},F7)}};class Gv extends Td{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 Ii(this.five),!this.plugin.tags.includes(this)))return;const i=K8(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()),_s(this)){const l=this.data.mediaPosition.map(Ft);if(this.computeRenderType()==="Mesh"&&!this.mediaPlane){this.mediaPlane=new hh(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=F({mode:"behind",cornerPoints:l,container:c},this.config.tag3DConfig),u=this.computeRenderType()==="BehindDom"||d.mode==="behind"?"behind":"front",p=new Ev(de(F({},d),{mode:u})),g=this.computeNormal();p.position.add(g.clone().setLength(Ki.Z_FIGHTING_OFFSET)),s.add(p);let m;p.mode==="behind"&&this.config.clickable!==!1&&(m=this.addObjectClickHandler(this,p,b=>{this.plugin.hooks.emit("click",{event:b,target:"TagContent",tag:this})}));const v=new Hd({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:p},css3DInstance:p,initialNormal:g,currentNormal:g,dispose:()=>{v.$destroy(),p.dispose(),m==null||m()}}}}return this.plugin.gltfObjectGroup.add(s),s}));this.state.unfolded=!0,Jr(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(Ft);this.computeRenderType()==="Mesh"?this.mediaPlane&&this.mediaPlane.src!==this.data.mediaData[0].url&&(this.mediaPlane.removeFromParent(),this.mediaPlane=new hh(this.data.mediaData[0].url,i,{objectFit:this.data.objectFit})):(s=this.tag3DContentSvelte)==null||s.svelteApp.$set({tag:this})}computeNormal(){return pv(this.data.mediaPosition)}}function Nd(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 sa extends pi{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=qs(this.originObject3D))==null?void 0:i.getCenter(new y.Vector3).applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom==="boundingSphere"?this.position.copy((s=D0(this.originObject3D))==null?void 0:s.center.clone().applyMatrix4(this.originObject3D.matrixWorld)):this.positionFrom instanceof W.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(Ne).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(),Nd(this,this.quaternion.clone().premultiply(e),i)}applyHelperQuaternion(e,i){if(i){const s=new W.Vector3().subVectors(this.position,i).applyQuaternion(e).add(i);this.position.copy(s)}this.applyQuaternion(e)}dispose(){this.removeFromParent()}}class $7 extends sa{}class ex extends sa{}class tx extends sa{}class ix extends sa{}class nx extends sa{}class Wv extends y.Group{constructor(e){super();f(this,"direction");this.direction=e||"x"}}class cm extends y.Mesh{constructor(e,i,s){super(e,i);f(this,"direction");this.direction=s||"x"}}function sx(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 Hl(n,t,e){if(!t||!e||!n)return;const i=sx(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 Hi={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 Ec extends Wv{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 cm(o,s.clone(),e.direction);r.name=`arrow-${e.direction}`,r.renderOrder=Hi.MOVE_HELPER_ARROW,this.arrow=r;const a=.004,l=new y.CylinderGeometry(a,a,.4,32),c=new cm(l,s.clone(),e.direction);c.name=`line-${e.direction}`,c.renderOrder=Hi.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 Uv extends Wv{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=Hi.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 Mc={X:16730698,Y:54927,Z:3368703};class Do{static get X(){return new y.Color(Mc.X).convertSRGBToLinear().clone()}static get Y(){return new y.Color(Mc.Y).convertSRGBToLinear().clone()}static get Z(){return new y.Color(Mc.Z).convertSRGBToLinear().clone()}}function Gd(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,p=(e==null?void 0:e.min)||.6,g=e==null?void 0:e.max;return p&&u<p?p:g&&u>g?g:u}function ox(n,t,e){return n<t?t:n>e?e:n}function rx(n){let t=n.pose.latitude,e=n.pose.longitude;if(gi(t)||gi(e)){const i=n.matrix.elements;t=Math.asin(ox(i[9],-1,1)),Math.abs(i[9])<.9999999?e=Xc(Math.atan2(i[8],i[10])):e=Xc(Math.atan2(-i[2],i[0]))}return{latitude:t,longitude:e}}function ax(n){const{latitude:t,longitude:e}=n,i=new y.Vector3;return hm-t<.03?i.set(0,1,0):kc(0,e)?i.set(0,0,1):kc(Math.PI,e)?i.set(0,0,-1):kc(hm,e)?i.set(1,0,0):i.set(-1,0,0),i}const hm=Number((Math.PI/2).toFixed(5));function kc(n,t){return typeof n!="number"||typeof t!="number"?!1:Math.abs(n-t)<.001}class lx extends $7{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 Ec({direction:"x",color:Do.X})),i.yArrowEnable!==!1&&(this.yArrow=new Ec({direction:"y",color:Do.Y})),i.zArrowEnable!==!1&&(this.zArrow=new Ec({direction:"z",color:Do.Z})),i.centerHandleEnable!==!1&&(this.centerHandle=new Uv),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=rx(e),l=ax(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,p=a<h;this.xArrow&&(p?(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(Gd(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 Vs(n,t){return cx(document.createElement(t!=null?t:"div"),n)}function cx(n,t){if(!t)return n;for(const e in t)e&&t[e]&&(n.style[e]=t[e]);return n}function hx(n){const t=Vs(F({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 dx extends tx{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 xc({direction:"x",color:Do.X})),(i==null?void 0:i.xzCircleEnable)!==!1&&(this.yCircle=new xc({direction:"y",color:Do.Y})),(i==null?void 0:i.xyCircleEnable)!==!1&&(this.zCircle=new xc({direction:"z",color:Do.Z})),i!=null&&i.container&&(i==null?void 0:i.angleTipsEnable)!==!1&&(this.container=i==null?void 0:i.container,this.angleTips=hx({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(Gd(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,p=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=m=>m,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=m=>m-Math.PI/2):!d&&!u&&(this.xCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.xCircle.angleSector.offsetAngle=m=>m-Math.PI))}if(this.yCircle){this.yCircle.angleSector.offsetAngle=m=>m;const g=this.yCircle.circle.gapAngle;p&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):p&&!u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!p&&u?this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!p&&!u&&(this.yCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),p&&u?this.yCircle.angleSector.baseAxes=new y.Vector3(1,0,0):p&&!u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,-1),this.yCircle.angleSector.offsetAngle=m=>m-Math.PI/2):!p&&u?(this.yCircle.angleSector.baseAxes=new y.Vector3(0,0,1),this.yCircle.angleSector.offsetAngle=m=>m+Math.PI/2):!p&&!u&&(this.yCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.yCircle.angleSector.offsetAngle=m=>m+Math.PI)}if(this.zCircle){this.zCircle.angleSector.offsetAngle=m=>m;const g=this.zCircle.circle.gapAngle;p&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,g,Math.PI/2-g*2):p&&!d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2*3+g,Math.PI/2-g*2):!p&&d?this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI/2+g,Math.PI/2-g*2):!p&&!d&&(this.zCircle.circle.geometry=new y.RingGeometry(.25,.3,20,8,Math.PI+g,Math.PI/2-g*2)),this.zCircle.angleSector&&(p&&d?this.zCircle.angleSector.baseAxes=new y.Vector3(1,0,0):p&&!d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,-1,0),this.zCircle.angleSector.offsetAngle=m=>m-Math.PI/2):!p&&d?(this.zCircle.angleSector.baseAxes=new y.Vector3(0,1,0),this.zCircle.angleSector.offsetAngle=m=>m+Math.PI/2):!p&&!d&&(this.zCircle.angleSector.baseAxes=new y.Vector3(-1,0,0),this.zCircle.angleSector.offsetAngle=m=>m+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 xc 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 ux(e),this.ring=new fx(e),this.angleSector=new gx(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 ux=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=Hi.ROTATE_HELPER,this.geometry.name=`RotateHelperCircleGeometry-${this.direction}`}};class fx 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 gx 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 px(){const n=Vs({width:"100%",height:"100%",left:"0",top:"0",position:"absolute",pointerEvents:"none"}),t=Vs({boxSizing:"border-box",width:"100%",height:"100%",left:"0",top:"0",position:"relative",display:"flex",alignItems:"center",justifyContent:"center"}),e=Vs({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:qn({cursor:"nesw-resize",left:i,bottom:i})},o={direction:"ns",element:qn({cursor:"ns-resize",bottom:i})},r={direction:"nwse",element:qn({cursor:"nwse-resize",right:i,bottom:i})},a={direction:"ew",element:qn({cursor:"ew-resize",right:i})},l={direction:"nesw",element:qn({cursor:"nesw-resize",right:i,top:i})},c={direction:"ns",element:qn({cursor:"ns-resize",top:i})},h={direction:"nwse",element:qn({cursor:"nwse-resize",left:i,top:i})},d={direction:"ew",element:qn({cursor:"ew-resize",left:i})};return new Array(o,a,c,d,s,r,l,h).forEach(p=>t.appendChild(p.element)),{container:n,spheres:[s,o,r,a,l,c,h,d]}}function qn(n){const t=Vs(F({background:"#FFFF00",width:"9px",height:"9px",position:"absolute",pointerEvents:"none",borderRadius:"50%"},n)),e=Vs({width:"15px",height:"15px",position:"absolute",left:"50%",top:"50%",transform:"translate(-50%, -50%)",pointerEvents:"none"}),i=Vs({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 La=new Map;function Qv(n){if(La.has(n))return La.get(n).hooks;const t=new kt;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=()=>{La.delete(n),cancelAnimationFrame(e)};return La.set(n,{hooks:t,dispose:o}),t}class mx extends nx{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 Oo);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(){Qv(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}=px();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 vx extends ex{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){Nd(this,e,i)}raycasterIntersectObject(e,i){return e.intersectObject(this,!1,i)}raycast(e,i){this.box.raycast(e,i)}update(){const e=qs(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 oa{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=qs(this.originObject3D),this.boundingBox));var h,d,u;this.hooks=(h=t.sharedHooks)!=null?h:new kt,this.internalHooks=(d=t.sharedInternalHooks)!=null?d:new kt,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=Qv(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=us(t).filter(Ne),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 p,g,m,v;Array.isArray(u.material)?(u.__originalColor__=(p=u.__originalColor__)!=null?p:u.material.map(b=>b.color.clone()),u.__originalOpacity__=(g=u.__originalOpacity__)!=null?g:u.material.map(b=>b.opacity)):(u.__originalColor__=(m=u.__originalColor__)!=null?m: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(p=>{p.color.set(e),p.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 p=u.__originalColor__,g=u.__originalOpacity__;u.material.forEach((m,v)=>{p&&p[v]&&m.color.copy(p[v]),g&&g[v]!==void 0&&(m.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 bx(n,t){let e=10,i=10;const s=n.isPerspectiveCamera,o=n.isOrthographicCamera;if(s){const d=n,u=d.position.distanceTo(t),p=d.fov*Math.PI/180;i=2*Math.tan(p/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 Xv{constructor(t,e,i){f(this,"camera");f(this,"container");f(this,"defaults");this.camera=t,this.container=e,this.defaults=F({},i||{})}createSolidLine(t,e,i){const s=F(F({color:16777215,renderOrder:Hi.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 bx(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=F(F({},this.defaults),t)}}var o0,r0;let Ax=class extends oa{constructor(...e){super(...e);f(this,"name","MoveController");f(this,"startInfo");f(this,"dragGuideLine");f(this,"solidGuide",new Xv(this.camera,this.container,(r0=(o0=this.config)==null?void 0:o0.solidGuide)!=null?r0:{}));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(),p=u.clone().sub(d).normalize(),g=new y.Plane().setFromNormalAndCoplanarPoint(p,u),m=u.clone();this.startInfo={draggingDirection:s,startVectorProject:m,line:new y.Line3(m.clone(),m.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(),p=this.helperObject3D.getWorldPosition(new y.Vector3),g=this.solidGuide.createSolidLine(p,u,{color:16777215,renderOrder:Hi.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=Hl(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 Uv){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 m;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 E=-(v.normal.dot(e.ray.origin)+v.constant)/P;if(E<0)return;b.copy(e.ray.origin.clone().add(e.ray.direction.clone().multiplyScalar(E))),a=b}else a=kn({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 p=(m=this.hooks.emitWithResult("moveBefore",d))!=null?m:d,g=new y.Matrix4;g.setPosition(p.clone().sub(l)),o.position.copy(p),s.copy(a),this.internalHooks.emit("applyObjectPosition",{matrix:g}),this.hooks.emit("move",p)}};class br{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,p=t.getElement();if(this.five=t,!h||!d||!p||!u)return;const g=()=>{t.needsRender=!0};this.helperController=new i({camera:h,model:d,domEvents:e,originObject3D:s,helperObject3D:o,container:p,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 yx="v1.0.1",wx="Object3DHelper",Wd=`${wx}@${yx}`,Px=()=>{console.error(`${Wd} is disposed`)},Cx=()=>{console.warn(`${Wd} is disabled`)},Ix=()=>{console.error(`${Wd} is disabled`)};class Ex{constructor(t){f(this,"controllers",{});f(this,"state",{visible:!0,enabled:!0,disposed:!1});f(this,"hooks",new kt);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 Px();if(!this.state.enabled&&t.enabled!==!0&&t.disposed!==!0)return Ix();const i=F({},this.state);this.state=F(F({},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=F(F({},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&&Cx()}}function vo(n){return n*Math.PI/180}let Sc=new y.Quaternion;class Mx extends oa{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",p=>{this.helperObject3D.update(p.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(vo(i),vo(s),vo(o)),a=new y.Quaternion().setFromEuler(r);if(this.hooks.emit("wantToRotate",a))return;const{originObject3D:c,rotateCenter:h}=this;Nd(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:hi(o.x),y:hi(o.y),z:hi(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(vo(a.x),vo(a.y),vo(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),p=u.angleTo(r.baseAxes.clone().applyQuaternion(l)),g=r.offsetAngle(p);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()},Sc=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(hi(o.z));if(i==="y")return Math.round(hi(o.y));if(i==="z")return Math.round(hi(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(hi(a.z));if(e==="y")return Math.round(hi(a.y));if(e==="z")return Math.round(hi(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=Hl(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 p=this.startInfo.directionVector.clone().normalize();u=u.clone().projectOnPlane(p).normalize().multiplyScalar(u.length());const m=new y.Quaternion().setFromUnitVectors(i.clone().normalize(),u.clone().normalize()),v=l.quaternion.clone().premultiply(m);if(i.angleTo(u)===0||this.hooks.emit("wantToRotate",v))return;const E=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+=E,this.setAngleHelperLength(r,this.startInfo.angle),this.setTipsAngle(hi(this.startInfo.angle)),h){const I=new y.Vector3().subVectors(l.position,h).applyQuaternion(m).add(h);l.position.copy(I)}l.applyQuaternion(m),Sc.premultiply(m),this.internalHooks.emit("applyObjectRotate",{quaternion:m,origin:h}),this.hooks.emit("rotate",l.quaternion),this.startInfo.startVector=u}dragEnd(){var e;this.isDragging&&(this.applyHelperQuaternion(Sc,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 kx extends oa{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 W.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=Hl(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 W.Vector3);if(!a||Ba(a,this.camera.position))return;const l=new W.Vector3().addVectors(r[0],r[2]).divideScalar(2),{position:c,direction:h}=s,d=new W.Vector3().subVectors(r[1],r[0]),u=new W.Vector3().subVectors(r[3],r[0]),p=C=>{const M=new W.Vector3(0,0,0);if(!this.startInfo)return M;const k=(C==="ew"?d:u).clone(),S=c.clone().projectOnVector(k),L=a.clone().projectOnVector(k),N=l.clone().projectOnVector(k);if(L.equals(S))return M;if(C==="ns"&&typeof this.startInfo.dragPointInCenterBottom!="boolean"){const ne=new W.Vector3().subVectors(L,N),$=ne.x<0&&k.x>=0,re=ne.y<0&&k.y>=0,ee=ne.z<0&&k.z>=0;this.startInfo.dragPointInCenterBottom=$||re||ee}if(C==="ew"&&typeof this.startInfo.dragPointInCenterLeft!="boolean"){const ne=new W.Vector3().subVectors(L,N),$=ne.x<0&&k.x>=0,re=ne.y<0&&k.y>=0,ee=ne.z<0&&k.z>=0;this.startInfo.dragPointInCenterLeft=$||re||ee}const V=new W.Vector3().subVectors(L,S),J=V.length();return J>.3?(console.warn("offset.length() > 0.3, skipped",J),M):V},g=p("ew"),m=p("ns"),v=()=>{const C=g;this.helperObject3D.cornerPositions.forEach((M,k)=>{var S;(S=this.startInfo)!=null&&S.dragPointInCenterLeft?(k===0||k===3)&&M.add(C):(k===1||k===2)&&M.add(C)})},b=()=>{const C=m;this.helperObject3D.cornerPositions.forEach((M,k)=>{var S;(S=this.startInfo)!=null&&S.dragPointInCenterBottom?(k===0||k===1)&&M.add(C):(k===2||k===3)&&M.add(C)})};switch(h){case"ew":v();break;case"ns":b();break;case"nesw":case"nwse":v(),b()}const P=new W.Vector3().subVectors(r[1],r[0]).length()/d.length(),E=new W.Vector3().subVectors(r[3],r[0]).length()/u.length(),I=new W.Vector3(P,E,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 W.Vector3().addVectors(r[0],r[2]).divideScalar(2),j=new W.Vector3().subVectors(D,l),T=new y.Matrix4().setPosition(j);i.applyMatrix4(T),(O=this.helperObject3D.css3DInstance)==null||O.css3DObject.applyMatrix4(T),(A=this.helperObject3D.plane)==null||A.applyMatrix4(T),this.internalHooks.emit("applyObjectScale",{matrix:z}),this.internalHooks.emit("applyObjectPosition",{matrix:T}),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 xx extends kx{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 Sx extends oa{constructor(...e){super(...e);f(this,"name","BoundingBoxController")}}class Dx extends ix{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=Tx();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=Lx(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 p=r.dot(u);p>l&&(l=p,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,p=h[c];u===c||u===p?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(Gd(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 Tx(){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=Hi.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=Hi.SCALE_HELPER_SPHERE,a.add(i),a}function Lx(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=Hi.SCALE_HELPER_LINE,o.raycast=()=>{},o}var a0,l0;class zx extends oa{constructor(...e){super(...e);f(this,"name","ScaleController");f(this,"dragGuideLine");f(this,"currentFacePatch");f(this,"solidGuide",new Xv(this.camera,this.container,(l0=(a0=this.config)==null?void 0:a0.solidGuide)!=null?l0:{}));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)),p=kn({raycaster:u,line:d});this.startInfo={line:d,scaleStartPoint:p,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:Hi.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=Hl(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 m=[],v=g.count;for(let T=0;T<v;T++){const O=new y.Vector3().fromBufferAttribute(g,T);u.updateMatrixWorld(!0),O.applyMatrix4(u.matrixWorld),m.push(O)}const b=m.slice(0,4);if(!b||b.length<4)return;const P=fi(b).normalize(),E=new y.Plane().setFromNormalAndCoplanarPoint(P,b[0]),z=Math.abs(e.ray.direction.dot(P))<.1;let D;if(z)D=kn({raycaster:e,line:i,clampToLine:!1}).applyMatrix4(new y.Matrix4().getInverse(this.helperObject3D.matrixWorld.clone()));else{const T=new y.Vector3;if(e.ray.intersectPlane(E,T),!T)return;const O=new y.Matrix4().getInverse(this.helperObject3D.matrixWorld);D=T.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=kn({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=T0(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 p=new y.Vector3;for(const m of u.vertices)p.add(m);p.divideScalar(u.vertices.length);const g=a.distanceTo(p);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 p=u.distanceTo(a);p<l&&(l=p,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=Hi.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(m){return l._isObjectVisible(m.object)}),a.sort(function(m,v){var b=m.object.renderOrder||0,P=v.object.renderOrder||0;return b!==P?P-b:m.distance-v.distance});var c=this._selected;if(a.length>0){var h,d,u,p=a[0],g=p.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,p),h&&this._notify("mouseover",g,i,p),d&&this._notify("mouseout",c,i,p)}}};$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(p){return l._isObjectVisible(p.object)}),a.sort(function(p,g){var m=p.object.renderOrder||0,v=g.object.renderOrder||0;return m!==v?v-m:p.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 uh="Object3DHelperPlugin",Nl=uh,Ox=()=>{console.error(`${Nl} is disposed`)},jx=()=>{console.warn(`${Nl} is disabled`)},Rx=()=>{console.error(`${Nl} is disabled`)};class Ud extends ps{constructor(e){super(e);f(this,"name",uh);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 Oo(this.five.scene),console.warn("Object3DHelper: 使用此插件,需要在初始化five时,设置five参数: { backgroundAlpha: 0, backgroundColor: 0x000000 }"),Object.assign(window,{[`__${uh.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 Ox();if(!this.state.enabled&&e.enabled!==!0&&e.disposed!==!0)return Rx();const s=F({},this.state);this.state=F(F({},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 E;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 Ex,o=[],r=(E=this.five.getElement())==null?void 0:E.parentElement,a=this.five.camera,c=F(F({},{moveHelper:!0,rotateHelper:!0,scaleHelper:!0,boundingBoxHelper:!1,positionFrom:"objectPosition"}),i),{moveHelper:h,rotateHelper:d,scaleHelper:u,boundingBoxHelper:p}=c,g=s.hooks,m=new kt,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=F(F({},this.getConfig(c.moveHelper)),c),z=new lx(e,F({},I)),D=new br(this.five,v,Ax,e,z,I,g,m);P.moveController=D.helperController,o.push(()=>D.dispose())}if(b(d)){const I=F(F({},this.getConfig(c.rotateHelper)),c),z=new dx(e,F({container:r},I)),D=new br(this.five,v,Mx,e,z,I,g,m);P.rotateController=D.helperController,o.push(()=>D.dispose())}if(b(p)){const I=new vx(e),z=new br(this.five,v,Sx,e,I,void 0,g,m);P.boundingBoxController=z.helperController,o.push(()=>z.dispose())}if(b(u))if(e.isCSS3DObject&&r){const I=new mx(e,r,a,this.five.scene),z=new br(this.five,v,xx,e,I,void 0,g,m);P.scaleController=z.helperController,o.push(()=>z.dispose()),Ii(this.five).then(()=>{var D,j;if(e.isCSS3DObjectPlus){const T=e;if(!T||T.mode!=="front")return;const O=(D=this.css3DRender.behindModeCSS3DRenderer.wrapper)!=null?D:Mh(this.five);O&&(this.css3DObjectParentMap.set(T,T.parent),T.removeFromParent(),this.css3DRender.behindModeCSS3DRenderer.setWrapper(O),(j=this.css3DRender.getBehindCSS3DObjectGroup())==null||j.add(T),this.css3DRender.render(this.five.camera))}else e.isCSS3DObject&&(this.css3DObjectModeMap.set(e,e.mode),e.mode="behind")})}else{const I=F(F({},this.getConfig(c.scaleHelper)),c),z=new Dx(e,I),D=new br(this.five,v,zx,e,z,I,g,m);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&&jx()}getConfig(e){if(e&&typeof e!="boolean"&&e.enable)return e}}const _x=n=>new Ud(n);class Vx{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 cv(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(F({},e),{pointHelper:null})),this._pointSelector=new yl(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 jo(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 Ud(this.five),this._object3DHelper)}}const Yv=new Vx;window.globalModules=Yv;function Zv(n,t){return n?t(n)?n:n.parent?Zv(n.parent,t):null:null}function Bx(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 qv extends pi{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=Yn(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(We);i.closed&&(s=Bx(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 Nr(de(F({},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=F(F({},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 Zs extends qv{constructor(...e){super(de(F({},e[0]),{withDots:!1}));f(this,"name","PolylineMesh")}}class ss extends qv{constructor(...e){super(de(F({},e[0]),{withDots:!0}));f(this,"name","PolylineWithDotsMesh")}}const Dc=new Map;class Gi extends pi{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)=>Ke.modules.fiveDomEvents.addEventListener(this,e,i,s));f(this,"off",(...e)=>Ke.modules.fiveDomEvents.removeEventListener(this,...e));f(this,"applyObjectMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),zr(s,e)});f(this,"applyObjectReversalMatrixWorld",(e,i)=>{const s=i!=null?i:this;return s.updateMatrixWorld(),aA(s,e)});e!=null&&e.id&&(this.uuid=e.id),this.config=F({defaultAction:!0,occlusionVisibility:!0,occlusionMode:"translucence"},i),e&&(Ne((s=this.config)==null?void 0:s.occlusionMode)&&(e.style=de(F({},e.style),{occlusionMode:this.config.occlusionMode})),Ne((o=this.config)==null?void 0:o.occlusionVisibility)&&(e.style=de(F({},e.style),{occlusionVisibility:this.config.occlusionVisibility}))),pt("esc",()=>{this.stopCreating()}),this.config.defaultAction&&(pt("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())}))}),pt("esc",()=>{this.selected&&this.unselect()}))}get editing(){return this.pointSelector.enabled}get baseData(){return{id:this.uuid,type:this.type}}get pointSelector(){return Ke.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(){Ke.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(),Dc.has(this.parent.uuid)||Dc.set(this.parent.uuid,[]);const i=Dc.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){Ke.modules.cursor.showDeleteButton({clientX:e,clientY:i,container:document.body,onClick:()=>this.delete()}),Ke.modules.five.once("cameraUpdate",()=>{Ke.modules.cursor.removeDeleteButton()})}}class Gl extends pi{constructor(e){super();f(this,"hooks",new kt);f(this,"originObject");this.originObject=e}enable(){this.originObject.add(this)}disable(){this.originObject.remove(this)}}class ra extends Gl{constructor(e,i){super(e);f(this,"objectHelperConfig");f(this,"onObjectUpdate",()=>{this.hooks.emit("objectUpdate")});this.objectHelperConfig=i}get helper(){var e;return(e=Ke.modules.object3DHelper.getObject3DHelper(this.originObject))==null?void 0:e.helper}enable(){super.enable();const e=typeof this.objectHelperConfig=="function"?this.objectHelperConfig():this.objectHelperConfig;Ke.modules.object3DHelper.addObject3DHelper(this.originObject,F({positionFrom:"boundingBox"},e));const i=Ke.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),Ke.modules.object3DHelper.removeObject3DHelper(this.originObject)}initialHelperMatrix(){var e;(e=this.helper)==null||e.initialHelperMatrix()}}class Qd extends Gl{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 ln)}get pointHandles(){return this.children}enable(){super.enable(),this.points.filter(Ne).forEach(e=>{const i=new ln;i.visible=!1,i.position.copy(e),i.draggable=!0,Ke.modules.fiveDomEvents.addEventListener(i,"drag",this.onDrag),Ke.modules.fiveDomEvents.addEventListener(i,"dragstart",this.onDragstart),Ke.modules.fiveDomEvents.addEventListener(i,"dragend",this.onDragend),this.add(i)})}disable(){super.disable(),this.removeChildren()}}class Fx extends Qd{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=Kr(Ke.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 Hx extends Qd{constructor(e){super(e);f(this,"onDrag",e=>{if(!this.draggingPoints||this.draggingPoints.length===0)return;const i=Kr(Ke.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 oi(n){return Array.isArray(n)?n.map(t=>[t.x,t.y,t.z]):[n.x,n.y,n.z]}class dm 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 ss(F(F({},e.style),e)),this.add(this.polyLineMesh))}get editor(){return this._editor||(this._editor=new Hx(this)),this._editor}get data(){return de(F({},this.baseData),{points:oi(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(We))),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 ss(e);this.polyLineMesh=i,this.add(this.polyLineMesh),this.creatingObject=Jv(i,this.pointSelector,e),yield this.creatingObject.finished,this.config.defaultAction&&this.editor.enable()})}}function Jv(n,t,e){var z;const i=n.parent;if(!i)return;const{promise:s,resolve:o,reject:r}=Js(),a=(z=e==null?void 0:e.limit)!=null?z:"none",l=new Zs(n.style);i.add(l);const c=new Zs(de(F({},n.style),{dashed:!0,lengthEnable:!1}));i.add(c),t.enable();const h=[];let d,u,p;const g=[],m=()=>h.length>0,v=()=>g.length>0,b=()=>{m()&&(g.push(h.pop()),n.setPoints(h),I(p),t.pointSelectorHelper.magnifier.render())},P=()=>{v()&&(h.push(g.pop()),n.setPoints(h),I(p),t.pointSelectorHelper.magnifier.render())},E=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||(p=D,!(h!=null&&h.length)))return j();const T=h.at(-1).clone();a==="none"?(d=D.point,l.setPoints([T,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([T,d]),c.setPoints([d,D.point])):a==="y"&&(h.length===1?(d=D.point,l.setPoints([T,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([T,d]),c.setPoints([d,D.point])))};return t.on("select",E),t.on("intersectionUpdate",I),t.on("disable",()=>{if(t.off("select",E),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:m,canRedo:v,undo:b,redo:P}}class Nx extends Gl{constructor(e){super(e);f(this,"onDrag",e=>{var s;const i=Kr(Ke.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 um extends Gi{constructor(e,i){super(e,i);f(this,"type","Point");f(this,"pointMesh");f(this,"_editor");e&&(this.pointMesh=new ln(F(F({},e.style),e)),this.add(this.pointMesh))}get editor(){return this._editor||(this._editor=new Nx(this)),this._editor}get data(){return de(F({},this.baseData),{point:oi(this.applyObjectMatrixWorld(this.pointMesh.position)),style:{color:this.pointMesh.color.getHex(),size:this.pointMesh.size}})}setData(e){e.point&&this.pointMesh.position.copy(We(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 ln(e)),yield Xd(this.pointMesh,this.pointSelector),this.config.defaultAction&&this.editor.enable()})}}function Xd(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 fh extends Zo{constructor(e){const o=e!=null?e:{},{points:i}=o,s=Yn(o,["points"]);super();f(this,"name","PolygonWithEdgeMesh");f(this,"line",new Zs);i&&this.setPoints(i),s&&this.setStyle(s)}get style(){return de(F({},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=>{Ih(s,e,i,!0)}),!1}setPoints(e,i){super.setPoints(e,F({closed:!0},i)),this.points&&(this.line.setPoints(this.points,F({closed:!0},i)),this.addIfNotExists(this.line))}setStyle(e){super.setStyle(e),e.lineOpacity!==void 0?this.line.setStyle(de(F({},e),{lineOpacity:e.lineOpacity})):this.line.setStyle(e),this.needsRender=!0}highlight(){super.highlight(),this.line.highlight()}unhighlight(){super.unhighlight(),this.line.unhighlight()}}class gh extends fh{constructor(){super(...arguments);f(this,"name","AreaMesh")}}class Gx extends Qd{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=Kr(Ke.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"),Ke.modules.five&&(Ke.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,p,g,m,v,b,P,E,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=(p=(u=s.lineColor)==null?void 0:u.getHex)==null?void 0:p.call(u),r=(m=(g=s.color)==null?void 0:g.getHex)==null?void 0:m.call(g),a=(v=o!=null?o:r)!=null?v:16777215,l=(I=(E=(P=(b=s.line)==null?void 0:b.style)==null?void 0:P.opacity)!=null?E: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 ln;return r.visible=!0,r.userData=(a=r.userData)!=null?a:{},r.userData.dragSelectPixelDistance=i,r.draggable=!0,r.setStyle({color:s,opacity:o}),Ke.modules.fiveDomEvents.addEventListener(r,"drag",this.onDrag),Ke.modules.fiveDomEvents.addEventListener(r,"dragstart",this.onDragstart),Ke.modules.fiveDomEvents.addEventListener(r,"dragend",this.onDragend),r}disposePointMesh(e){Ke.modules.fiveDomEvents.removeEventListener(e),this.remove(e)}}class fm 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 gh(F(F({},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 Gx(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(F({},this.baseData),{points:oi(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(We))),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 gh(e);this.areaMesh=i,this.add(this.areaMesh),this.creatingObject=Wl(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 Wl(n,t,e){var N,V,J,ne,$,re,ee,fe,Le;const{promise:i,resolve:s,reject:o}=Js(),r=n.parent;if(!r){o(new Error("No container"));return}const a=(N=e==null?void 0:e.limit)!=null?N:"none",l=e==null?void 0:e.simpleMode,c=(re=($=(J=n.five)!=null?J:(V=n.get)==null?void 0:V.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((Le=c.model.bounding.max)==null?void 0:Le.y)=="number"&&(d=c.model.bounding.max.y+1);const u=new Zs(n.style);r==null||r.add(u);const p=new Zs(de(F({},n.style),{dashed:!0,lengthEnable:!1}));r==null||r.add(p);let g=[];const m=(ae=P)=>{g.forEach((Me,ue)=>{const ce=ae[ue];ce&&Me.position.copy(ce)})};function v(){var Me,ue;g.forEach(ce=>{var Se;return(Se=ce.parent)==null?void 0:Se.remove(ce)});const ae=(ue=(Me=n.line)==null?void 0:Me.style)!=null?ue:n.style;g=P.map((ce,Se)=>{var Te,Re;const te=new ln(de(F({},ae),{color:(Te=ae.pointColor)!=null?Te:ae.lineColor,tip:void 0,point:ce}));return te.name=`PolygonPointMesh_${Se}`,te.userData=(Re=te.userData)!=null?Re:{},te.userData.dragSelectPixelDistance=h,r==null||r.add(te),te}),m()}function b(){g.forEach(ae=>{var Me;return(Me=ae.parent)==null?void 0:Me.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 E,I,z=!1,D;const j=[],T=()=>P.length>0,O=()=>j.length>0,A=()=>{var ae;T()&&(j.push(P.pop()),k(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()),k(D),v(),(ae=e==null?void 0:e.onRedo)==null||ae.call(e),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render())},M=ae=>{var ue;j.length=0;let Me=P.length===0?ae.point:E.clone();if(l&&(Me=Me.clone().setY(d)),P.push(Me),n.setPoints(P,{closed:!1}),e!=null&&e.experimental_self_intersect_check&&P.length>2&&n.isBlank){P.pop(),n.setPoints(P,{closed:!1}),v(),console.warn("[Polygon] 检测到自相交,无法添加该点");return}v(),(ue=e==null?void 0:e.onPointPlaced)==null||ue.call(e,P),z&&(S(),s())},k=ae=>{const Me=()=>{u.setPoints([]),p.setPoints([]),n.setPoints(P),t.pointSelectorHelper&&t.pointSelectorHelper.magnifier&&t.pointSelectorHelper.magnifier.render()};if(!ae){Me(),v();return}if(D=ae,!(P!=null&&P.length))return Me();const ue=P.at(-1).clone();if(P.length<3&&(l?(E=ae.point.clone().setY(d),u.setPoints([ue,E]),p.setPoints([])):a==="none"?(E=ae.point,u.setPoints([ue,E]),p.setPoints([])):a==="xoz"?(I=I!=null?I:new y.Plane().setFromNormalAndCoplanarPoint(new y.Vector3(0,1,0),P[0]),t.plane=I,E=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,E]),p.setPoints([E,ae.point])):a==="y"&&(P.length===1?(E=ae.point,u.setPoints([ue,E]),p.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,E=I.projectPoint(ae.point,new y.Vector3),u.setPoints([ue,E]),p.setPoints([E,ae.point])))),P.length>=3){l?E=ae.point.clone().setY(d):E=n.projectPoint(ae.point);const ce=P[0];let Se=!1;if(typeof(e==null?void 0:e.autoClosePixelDistance)=="number"){if(c&&c.camera&&c.getElement){const te=c.getElement(),Te=te.clientWidth,Re=te.clientHeight,be=Ye=>{const st=Ye.clone().project(c.camera);return{x:(st.x*.5+.5)*Te,y:(1-(st.y*.5+.5))*Re}},Be=be(ce),ve=be(E),Ie=be(ae.point),Oe=Math.sqrt(Xn(Be.x-ve.x,2)+Xn(Be.y-ve.y,2)),Xe=Math.sqrt(Xn(Be.x-Ie.x,2)+Xn(Be.y-Ie.y,2));(Oe<e.autoClosePixelDistance||Xe<e.autoClosePixelDistance)&&(Se=!0)}}else(ce.distanceTo(E)<.2||ce.distanceTo(ae.point)<.2)&&(Se=!0);Se?(E=ce,ae.point.copy(ce),t.pointSelectorHelper.updateWithIntersect(ae,{emitEvent:!1}),z=!0):z=!1,u.setPoints([ue,E]),p.setPoints([E,ae.point])}P.length>=2?(n.setPoints([...P,E],{closed:!1}),n.line.setPoints(n.points.slice(0,-1)),n.isBlank?(t.cursorError=!0,u.setStyle({lineColor:16734553}),p.setStyle({lineColor:16734553})):(t.cursorError=!1,u.setStyle({lineColor:n.lineColor}),p.setStyle({lineColor:n.lineColor}))):n.setPoints([]),v()},S=()=>{t.off("select",M),t.off("intersectionUpdate",k),t.off("disable",L),t.plane=null,t.disable(),r==null||r.remove(u,p),b()},L=()=>{S(),r==null||r.remove(n,p,u),b(),o(new Error("Cancelled"))};return t.on("select",M),t.on("intersectionUpdate",k),t.on("disable",L),{finished:i,canUndo:T,canRedo:O,undo:A,redo:C}}function ph(n){const t=[...n],e=[];for(let i=0;i<t.length-2;i++)e.push(0,i+1,i+2);return e}function mh(n){const t=n.map(i=>new y.Vector3(i[0],i[1],i[2]));return a1(t)}class Wx 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"?mh(r):ph(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 p=o.map(g=>g+r.length/2);o.push(...p);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 Ux 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 p,g,m;const i=(p=e.bottomPositions)!=null?p:this.bottomPositions,s=(g=e.topPosition)!=null?g:this.topPosition;if(this._type=(m=e.type)!=null?m: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])),p=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)/p,E=(b[2]-d)/g;s.push(P,E)}const m=o.length,v=this._type==="Concave"?mh(e):ph(e);for(const b of v)o.push(b+r);a.push({start:m,count:o.length-m,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])),p=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)/p,E=(b[2]-d)/g;s.push(P,E)}const m=o.length,v=this._type==="Concave"?mh(e):ph(e);for(let b=v.length-1;b>=0;b--)o.push(v[b]+r);a.push({start:m,count:o.length-m,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 Bs extends pi{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 Ei);f(this,"prismMesh",new Rl);f(this,"paramStyle");this.five=e==null?void 0:e.five,this.prismMesh.name="PrismMesh",this.prismMesh.geometry=new Wx,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=ea(c,h,d),p=Gh(c,h,d,u);o+=u,r.add(p)}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=F(F({},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(We).map(s=>s.toArray()),topPosition:e.heightPoint?We(e.heightPoint).toArray():void 0}),this.edgeMesh.geometry=new Oa().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=>Ih(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=lt.AnimationFrameLoop.shared.add((h,d)=>{l+=d;let u=l/a;u>1&&(u=1);let p=u;u<=.5?p=u*2:p=2-u*2,r.forEach(g=>{g.uniforms.progress.value=p}),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 Ux({bottomPositions:c,topPosition:h,type:"Concave"}),u=`
982
982
  varying vec2 vUV;
983
983
  varying vec3 vWorldPosition;
984
984
  #include <common>