@realsee/dnalogel 2.1.1 → 2.1.2-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 (631) hide show
  1. package/README.md +3 -12
  2. package/components/index.js +242 -569
  3. package/dist/index.cjs.js +58 -73
  4. package/dist/index.es.js +7842 -12958
  5. package/dist/index.js +7842 -12958
  6. package/dist/index.umd.js +46 -61
  7. package/docs/assets/highlight.css +3 -3
  8. package/docs/assets/main.js +4 -2
  9. package/docs/assets/search.js +1 -1
  10. package/docs/assets/style.css +462 -619
  11. package/docs/classes/CruisePluginController.html +397 -23
  12. package/docs/classes/Magnifier.html +187 -9
  13. package/docs/classes/ModelRoomLabelController.html +149 -11
  14. package/docs/classes/Object3DHelperController.html +356 -0
  15. package/docs/classes/PaintBrush.html +260 -0
  16. package/docs/classes/PanoTagPluginController.html +940 -0
  17. package/docs/classes/Util.BetterTween.html +134 -0
  18. package/docs/classes/Util.FivePointSelector.html +144 -0
  19. package/docs/classes/Util.Interval.html +158 -0
  20. package/docs/classes/Util.Magnifier.html +196 -0
  21. package/docs/classes/Util.PointDomHelper.html +135 -0
  22. package/docs/classes/Util.PointHelper.html +127 -0
  23. package/docs/classes/Util.Rectangle.html +181 -0
  24. package/docs/enums/CameraMovementEffect.html +70 -3
  25. package/docs/enums/ContentType.html +116 -0
  26. package/docs/enums/DIRECTION.html +81 -1
  27. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +81 -1
  28. package/docs/enums/DimensionType.html +67 -0
  29. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +74 -1
  30. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +81 -1
  31. package/docs/enums/LinkType.html +67 -0
  32. package/docs/enums/PaintBrushTypeEnum.html +74 -0
  33. package/docs/enums/PointType.html +67 -0
  34. package/docs/enums/Rotation.html +77 -3
  35. package/docs/functions/CSS3DRenderPlugin.html +233 -0
  36. package/docs/functions/CameraMovementPlugin.html +237 -0
  37. package/docs/functions/CruisePlugin.html +233 -0
  38. package/docs/functions/GuideLinePlugin.html +235 -0
  39. package/docs/functions/ItemLabelPlugin.html +235 -0
  40. package/docs/functions/MapviewFloorplanPlugin.html +235 -0
  41. package/docs/functions/ModelChassisCompassPlugin.html +237 -0
  42. package/docs/functions/ModelEntryDoorGuidePlugin.html +237 -0
  43. package/docs/functions/ModelFloorplanPlugin.html +235 -0
  44. package/docs/functions/ModelItemLabelPlugin.html +235 -0
  45. package/docs/functions/ModelRoomLabelPlugin.html +233 -0
  46. package/docs/functions/ModelTVVideoPlugin.html +235 -0
  47. package/docs/functions/ModelViewPlugin.html +237 -0
  48. package/docs/functions/Object3DHelperPlugin.html +233 -0
  49. package/docs/functions/PanoCompassPlugin.html +235 -0
  50. package/docs/functions/PanoCursorRaycasterPlugin.html +238 -0
  51. package/docs/functions/PanoDoorLabelPlugin.html +235 -0
  52. package/docs/functions/PanoFloorplanRadarPlugin.html +235 -0
  53. package/docs/functions/PanoMeasurePlugin.html +235 -0
  54. package/docs/functions/PanoRulerPlugin.html +237 -0
  55. package/docs/functions/PanoRulerProPlugin.html +237 -0
  56. package/docs/functions/PanoSpatialTagPlugin.html +237 -0
  57. package/docs/functions/PanoTagPlugin.html +249 -0
  58. package/docs/functions/TopviewFloorplanPlugin.html +235 -0
  59. package/docs/functions/Util.getCoordsFromClient.html +78 -0
  60. package/docs/functions/Util.getCoordsFromElement.html +78 -0
  61. package/docs/functions/Util.getFrameTime.html +70 -0
  62. package/docs/functions/Util.getIntersectFromRelativePosition.html +78 -0
  63. package/docs/functions/Util.getRaycasterFromFivePointer.html +78 -0
  64. package/docs/functions/Util.isNil.html +79 -0
  65. package/docs/functions/Util.nextFrame.html +73 -0
  66. package/docs/functions/Util.notNil.html +78 -0
  67. package/docs/functions/Util.requestAnimationFrameInterval.html +98 -0
  68. package/docs/functions/Util.tweenProgress.html +84 -0
  69. package/docs/functions/pluginFlag.html +233 -0
  70. package/docs/index.html +222 -9
  71. package/docs/interfaces/CSS3DRenderPluginEventMap.html +205 -0
  72. package/docs/interfaces/CSS3DRenderPluginState.html +85 -0
  73. package/docs/interfaces/CameraMovementPluginExportType.html +111 -17
  74. package/docs/interfaces/ContentTypeMap.html +212 -0
  75. package/docs/interfaces/FloorplanBounding.html +89 -10
  76. package/docs/interfaces/FloorplanData.html +95 -3
  77. package/docs/interfaces/FloorplanEntrance.html +114 -15
  78. package/docs/interfaces/FloorplanExtraObject.html +108 -7
  79. package/docs/interfaces/FloorplanExtraObject3D.html +99 -3
  80. package/docs/interfaces/FloorplanFloorData.html +88 -3
  81. package/docs/interfaces/FloorplanImagePosition.html +74 -3
  82. package/docs/interfaces/FloorplanObserver.html +92 -5
  83. package/docs/interfaces/FloorplanOutlineItem.html +88 -3
  84. package/docs/interfaces/FloorplanPosition.html +74 -3
  85. package/docs/interfaces/FloorplanRoomItem.html +134 -17
  86. package/docs/interfaces/FloorplanRoomLabelItem.html +78 -7
  87. package/docs/interfaces/FloorplanServerBounding.html +89 -10
  88. package/docs/interfaces/FloorplanServerComputedData.html +92 -1
  89. package/docs/interfaces/FloorplanServerData.html +74 -3
  90. package/docs/interfaces/FloorplanServerDoorItem.html +92 -1
  91. package/docs/interfaces/FloorplanServerDoorPosition.html +78 -1
  92. package/docs/interfaces/FloorplanServerEntrance.html +114 -15
  93. package/docs/interfaces/FloorplanServerFloorData.html +88 -3
  94. package/docs/interfaces/FloorplanServerImagePosition.html +74 -3
  95. package/docs/interfaces/FloorplanServerObserver.html +92 -5
  96. package/docs/interfaces/FloorplanServerOutlineItem.html +88 -3
  97. package/docs/interfaces/FloorplanServerPosition.html +74 -3
  98. package/docs/interfaces/FloorplanServerRoomItem.html +145 -20
  99. package/docs/interfaces/FloorplanServerRoomLabelItem.html +78 -7
  100. package/docs/interfaces/ItemLabelPluginData.html +64 -1
  101. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +149 -1
  102. package/docs/interfaces/ItemLabelPluginParametersType.html +85 -1
  103. package/docs/interfaces/LineJson.html +71 -1
  104. package/docs/interfaces/ModelChassisCompassPluginData.html +71 -1
  105. package/docs/interfaces/ModelChassisCompassPluginExportType.html +107 -1
  106. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +71 -1
  107. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +78 -1
  108. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +115 -1
  109. package/docs/interfaces/ModelItemLabelPluginData.html +64 -1
  110. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +149 -1
  111. package/docs/interfaces/ModelItemLabelPluginParametersType.html +71 -1
  112. package/docs/interfaces/ModelRoomLabelPluginData.html +64 -1
  113. package/docs/interfaces/ModelTVVideoPluginData.html +85 -1
  114. package/docs/interfaces/ModelTVVideoPluginExportType.html +109 -1
  115. package/docs/interfaces/ModelTVVideoPluginParameterType.html +64 -1
  116. package/docs/interfaces/ModelViewPluginExportType.html +129 -1
  117. package/docs/interfaces/Object3DHelperState.html +78 -0
  118. package/docs/interfaces/OpenParameter.html +74 -3
  119. package/docs/interfaces/PaintBrushAction.html +118 -0
  120. package/docs/interfaces/PaintBrushConfigs.html +122 -0
  121. package/docs/interfaces/PaintBrushState.html +99 -0
  122. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +186 -11
  123. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +227 -1
  124. package/docs/interfaces/PanoMeasureParameterType.html +128 -5
  125. package/docs/interfaces/PanoRulerPluginExportType.html +138 -1
  126. package/docs/interfaces/PanoRulerPluginOptions.html +87 -1
  127. package/docs/interfaces/PanoRulerPluginParameterType.html +78 -1
  128. package/docs/interfaces/PanoRulerProPluginExportType.html +114 -1
  129. package/docs/interfaces/PanoRulerProPluginOptions.html +84 -1
  130. package/docs/interfaces/PanoRulerProPluginParameterType.html +71 -1
  131. package/docs/interfaces/PanoRulerProPluginState.html +78 -1
  132. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +241 -1
  133. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +230 -1
  134. package/docs/interfaces/PanoSpatialTagPluginData.html +114 -1
  135. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +96 -1
  136. package/docs/interfaces/PanoSpatialTagPluginExportType.html +192 -1
  137. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +92 -1
  138. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +113 -1
  139. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +99 -1
  140. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +92 -1
  141. package/docs/interfaces/Point.html +78 -1
  142. package/docs/interfaces/PointJson.html +78 -1
  143. package/docs/interfaces/Room.html +85 -1
  144. package/docs/interfaces/RoomInfo.html +71 -1
  145. package/docs/interfaces/RoomLabel.html +141 -13
  146. package/docs/interfaces/RoomRules.html +230 -1
  147. package/docs/interfaces/Rooms.html +230 -1
  148. package/docs/interfaces/Scissor.html +100 -0
  149. package/docs/interfaces/TagConfig.html +120 -0
  150. package/docs/interfaces/Tags.html +89 -0
  151. package/docs/interfaces/Util.MagnifierParameter.html +116 -0
  152. package/docs/interfaces/Util.MouseGroupParameter.html +79 -0
  153. package/docs/modules/Util.html +91 -0
  154. package/docs/modules.html +425 -36
  155. package/docs/types/ArrayPosition.html +224 -0
  156. package/docs/types/CSS3DRenderExportType.html +224 -0
  157. package/docs/types/CSS3DRenderPluginExportType.html +224 -0
  158. package/docs/types/CSS3DRenderPluginParameterType.html +224 -0
  159. package/docs/types/Color.html +224 -0
  160. package/docs/types/ContentTypeConfigKey.html +224 -0
  161. package/docs/types/ContentTypeConfigKeyArray.html +224 -0
  162. package/docs/types/Create3DDomContainerReturnType.html +224 -0
  163. package/docs/types/Create3DElementReturnType.html +224 -0
  164. package/docs/types/CruisePluginExportType.html +224 -0
  165. package/docs/types/Direction-1.html +224 -0
  166. package/docs/types/Direction4.html +224 -0
  167. package/docs/types/FloorplanRuleLabels.html +226 -0
  168. package/docs/types/FloorplanServerRuleLabels.html +224 -0
  169. package/docs/types/GuideLinePluginExportType.html +224 -0
  170. package/docs/types/HelperEventMap.html +314 -0
  171. package/docs/types/MapviewFloorplanPluginParameterType.html +224 -0
  172. package/docs/types/MapviewFloorplanPluginReturnType.html +224 -0
  173. package/docs/types/MediaData.html +224 -0
  174. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +224 -0
  175. package/docs/types/ModelFloorplanPluginParameterType.html +224 -0
  176. package/docs/types/ModelFloorplanPluginReturnType.html +224 -0
  177. package/docs/types/ModelRoomLabelPluginParameters.html +224 -0
  178. package/docs/types/ModelRoomLabelPluginReturnType.html +224 -0
  179. package/docs/types/MoveArgs.html +226 -0
  180. package/docs/types/MoveOpts.html +226 -0
  181. package/docs/types/Object3DHelperEventMap.html +317 -0
  182. package/docs/types/ObjectFit.html +224 -0
  183. package/docs/types/PaintBrushEventMap.html +255 -0
  184. package/docs/types/PanoCompassPluginData.html +224 -0
  185. package/docs/types/PanoCompassPluginExportType.html +224 -0
  186. package/docs/types/PanoCompassPluginParameterType.html +224 -0
  187. package/docs/types/PanoFloorplanRadarPluginParameterType.html +224 -0
  188. package/docs/types/PanoFloorplanRadarPluginReturnType.html +224 -0
  189. package/docs/types/PanoMeasurePluginEvent.html +224 -0
  190. package/docs/types/PanoMeasureReturnType.html +224 -0
  191. package/docs/types/PanoSpatialTagPluginId.html +224 -0
  192. package/docs/types/PanoTagPluginExportInterface.html +224 -0
  193. package/docs/types/PanoTagPluginParamsInterface.html +224 -0
  194. package/docs/types/PlaneTag.html +233 -0
  195. package/docs/types/PointTag.html +235 -0
  196. package/docs/types/Position.html +224 -0
  197. package/docs/types/RotateArgs.html +226 -0
  198. package/docs/types/RotateOpts.html +226 -0
  199. package/docs/types/RuleLabelsKey.html +224 -0
  200. package/docs/types/RuleLabelsValue.html +224 -0
  201. package/docs/types/Tag.html +235 -0
  202. package/docs/types/Tag2D.html +233 -0
  203. package/docs/types/Tag3D.html +233 -0
  204. package/docs/types/TagId.html +224 -0
  205. package/docs/types/TopviewFloorplanPluginParameterType.html +224 -0
  206. package/docs/types/TopviewFloorplanPluginReturnType.html +224 -0
  207. package/docs/variables/FLOOR_TYPE_MAP.html +226 -0
  208. package/docs/variables/PLUGIN.html +224 -0
  209. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +226 -0
  210. package/docs/variables/ROOM_TYPE_MAP.html +226 -0
  211. package/docs/variables/VERSION.html +224 -0
  212. package/docs/variables/itemLabelPluginServerParams.html +231 -0
  213. package/docs/variables/modelItemLabelPluginServerParams.html +231 -0
  214. package/docs/variables/modelRoomLabelPluginServerParams.html +231 -0
  215. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +2 -2
  216. package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -300
  217. package/libs/CSS3DRenderPlugin/Controller.d.ts +3 -3
  218. package/libs/CSS3DRenderPlugin/Controller.js +1 -81
  219. package/libs/CSS3DRenderPlugin/index.js +1 -14
  220. package/libs/CSS3DRenderPlugin/typing.js +1 -1
  221. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -67
  222. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +1 -10
  223. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +1 -7
  224. package/libs/CSS3DRenderPlugin/utils/index.js +1 -13
  225. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -7
  226. package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
  227. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +1 -71
  228. package/libs/CameraMovementPlugin/index.js +1 -15
  229. package/libs/CameraMovementPlugin/typing.js +1 -5
  230. package/libs/CruisePlugin/Controller.js +1 -440
  231. package/libs/CruisePlugin/index.js +1 -27
  232. package/libs/CruisePlugin/utils/coordinatesAngle.js +1 -9
  233. package/libs/CruisePlugin/utils/coordinatesToVector.js +1 -12
  234. package/libs/CruisePlugin/utils/formatRad.js +1 -7
  235. package/libs/CruisePlugin/utils/linerValue.js +1 -7
  236. package/libs/CruisePlugin/utils/safeCall.js +1 -12
  237. package/libs/CruisePlugin/utils/sleep.js +1 -10
  238. package/libs/CruisePlugin/utils/vectorToCoordinates.js +1 -10
  239. package/libs/GuideLinePlugin/Controller.js +1 -112
  240. package/libs/GuideLinePlugin/index.js +1 -15
  241. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +1 -13
  242. package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -118
  243. package/libs/GuideLinePlugin/utils/polyline-normals.d.ts +3 -0
  244. package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -254
  245. package/libs/ItemLabelPlugin/ItemLabelItem.js +2 -133
  246. package/libs/ItemLabelPlugin/Plugin.js +2 -85
  247. package/libs/ItemLabelPlugin/index.js +1 -25
  248. package/libs/ItemLabelPlugin/typings.js +1 -4
  249. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +1 -4
  250. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +1 -16
  251. package/libs/ItemLabelPlugin/utils/isImpacted.js +1 -10
  252. package/libs/ItemLabelPlugin/utils/parseData.js +1 -10
  253. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +1 -11
  254. package/libs/ModelChassisCompassPlugin/Plugin.js +1 -55
  255. package/libs/ModelChassisCompassPlugin/index.js +1 -10
  256. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +1 -66
  257. package/libs/ModelEntryDoorGuidePlugin/index.js +1 -11
  258. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -196
  259. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +2 -42
  260. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +2 -79
  261. package/libs/ModelItemLabelPlugin/events.type.js +1 -1
  262. package/libs/ModelItemLabelPlugin/index.js +1 -21
  263. package/libs/ModelItemLabelPlugin/typings.js +1 -4
  264. package/libs/ModelItemLabelPlugin/utils/parseData.js +1 -9
  265. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -4
  266. package/libs/ModelRoomLabelPlugin/Controller.js +1 -64
  267. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -45
  268. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -151
  269. package/libs/ModelRoomLabelPlugin/index.js +1 -16
  270. package/libs/ModelRoomLabelPlugin/utils/parseData.js +1 -16
  271. package/libs/ModelTVVideoPlugin/Plugin.js +1 -157
  272. package/libs/ModelTVVideoPlugin/index.js +1 -19
  273. package/libs/ModelTVVideoPlugin/typings.js +1 -4
  274. package/libs/ModelTVVideoPlugin/utils/parseData.js +1 -20
  275. package/libs/ModelViewPlugin/Plugin.js +1 -96
  276. package/libs/ModelViewPlugin/index.js +1 -8
  277. package/libs/Object3DHelperPlugin/Controller.d.ts +1 -1
  278. package/libs/Object3DHelperPlugin/Controller.js +1 -137
  279. package/libs/Object3DHelperPlugin/FiveControllerWrapper.d.ts +1 -1
  280. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +1 -35
  281. package/libs/Object3DHelperPlugin/index.js +1 -42
  282. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +1 -4
  283. package/libs/PanoCompassPlugin/Controller.js +1 -205
  284. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -24
  285. package/libs/PanoCompassPlugin/index.js +1 -24
  286. package/libs/PanoCursorRaycasterPlugin/index.js +1 -60
  287. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -50
  288. package/libs/PanoDoorLabelPlugin/Controller.js +1 -215
  289. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -65
  290. package/libs/PanoDoorLabelPlugin/index.d.ts +1 -1
  291. package/libs/PanoDoorLabelPlugin/index.js +1 -15
  292. package/libs/PanoDoorLabelPlugin/utils.d.ts +2 -2
  293. package/libs/PanoDoorLabelPlugin/utils.js +1 -23
  294. package/libs/PanoMeasurePlugin/Controller/BaseController.js +1 -63
  295. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -114
  296. package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -138
  297. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -33
  298. package/libs/PanoMeasurePlugin/Controller/ViewController.js +1 -101
  299. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -169
  300. package/libs/PanoMeasurePlugin/Controller/index.d.ts +1 -1
  301. package/libs/PanoMeasurePlugin/Controller/index.js +1 -167
  302. package/libs/PanoMeasurePlugin/Model/index.d.ts +4 -4
  303. package/libs/PanoMeasurePlugin/Model/index.js +1 -99
  304. package/libs/PanoMeasurePlugin/Model/line.d.ts +1 -1
  305. package/libs/PanoMeasurePlugin/Model/line.js +1 -60
  306. package/libs/PanoMeasurePlugin/Model/point.js +1 -30
  307. package/libs/PanoMeasurePlugin/Model/polyline.d.ts +2 -2
  308. package/libs/PanoMeasurePlugin/Model/polyline.js +1 -47
  309. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +2 -5
  310. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -4
  311. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -4
  312. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +3 -67
  313. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +1 -28
  314. package/libs/PanoMeasurePlugin/Modules/GuideController.js +1 -41
  315. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -103
  316. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +8 -12
  317. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +1 -50
  318. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -36
  319. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -48
  320. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +3 -8
  321. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +1 -39
  322. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +1 -70
  323. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +2 -7
  324. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -123
  325. package/libs/PanoMeasurePlugin/index.js +1 -60
  326. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -12
  327. package/libs/PanoMeasurePlugin/utils/constants.js +1 -23
  328. package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -62
  329. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +1 -13
  330. package/libs/PanoMeasurePlugin/utils/findClosestPoint.d.ts +1 -1
  331. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +1 -16
  332. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +1 -9
  333. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +1 -8
  334. package/libs/PanoMeasurePlugin/utils/ironbox.js +1 -4
  335. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +1 -7
  336. package/libs/PanoMeasurePlugin/utils/line.js +1 -18
  337. package/libs/PanoMeasurePlugin/utils/math.js +1 -13
  338. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +3 -33
  339. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +1 -8
  340. package/libs/PanoRulerPlugin/Plugin.js +3 -241
  341. package/libs/PanoRulerPlugin/index.js +1 -11
  342. package/libs/PanoRulerPlugin/style.js +2 -5
  343. package/libs/PanoRulerProPlugin/Controller.js +1 -74
  344. package/libs/PanoRulerProPlugin/RulerItem.js +1 -118
  345. package/libs/PanoRulerProPlugin/RulerItems.js +1 -181
  346. package/libs/PanoRulerProPlugin/index.js +1 -17
  347. package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -82
  348. package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -124
  349. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -258
  350. package/libs/PanoSpatialTagPlugin/index.js +1 -24
  351. package/libs/PanoSpatialTagPlugin/store.d.ts +1 -1
  352. package/libs/PanoSpatialTagPlugin/store.js +1 -6
  353. package/libs/PanoSpatialTagPlugin/style.js +1 -11
  354. package/libs/PanoSpatialTagPlugin/typings.js +1 -1
  355. package/libs/PanoTagPlugin/Assets/Icon.js +1 -6
  356. package/libs/PanoTagPlugin/Components/Common/Arrow.js +1 -103
  357. package/libs/PanoTagPlugin/Components/Common/Audio.js +1 -163
  358. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -93
  359. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -91
  360. package/libs/PanoTagPlugin/Components/Common/Media.js +1 -3438
  361. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -139
  362. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +1 -181
  363. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +1 -52
  364. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +1 -52
  365. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +1 -170
  366. package/libs/PanoTagPlugin/Components/Common/Shadow.js +15 -125
  367. package/libs/PanoTagPlugin/Components/Common/Text.js +1 -984
  368. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +1 -140
  369. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +1 -72
  370. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +1 -202
  371. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +1 -128
  372. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -231
  373. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +1 -95
  374. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +1 -134
  375. package/libs/PanoTagPlugin/Components/Tag/index.js +2 -308
  376. package/libs/PanoTagPlugin/Components/TagContainer.js +1 -187
  377. package/libs/PanoTagPlugin/Components/TagWrapper.js +1 -183
  378. package/libs/PanoTagPlugin/controller/TagCacheController.js +1 -32
  379. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +5 -5
  380. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -15
  381. package/libs/PanoTagPlugin/controller/index.js +1 -386
  382. package/libs/PanoTagPlugin/index.js +1 -71
  383. package/libs/PanoTagPlugin/tag.config.js +1 -44
  384. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  385. package/libs/PanoTagPlugin/typings/index.js +1 -7
  386. package/libs/PanoTagPlugin/typings/tag.js +1 -7
  387. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -6
  388. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -27
  389. package/libs/PanoTagPlugin/utils/checkRange.d.ts +1 -1
  390. package/libs/PanoTagPlugin/utils/checkRange.js +1 -10
  391. package/libs/PanoTagPlugin/utils/constants.js +1 -8
  392. package/libs/PanoTagPlugin/utils/debounce.js +1 -12
  393. package/libs/PanoTagPlugin/utils/doUtil.js +1 -12
  394. package/libs/PanoTagPlugin/utils/index.js +1 -36
  395. package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -4
  396. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +1 -13
  397. package/libs/PanoTagPlugin/utils/planeNormal.js +1 -11
  398. package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -17
  399. package/libs/PanoTagPlugin/utils/search.js +1 -33
  400. package/libs/PanoTagPlugin/utils/tagPosition.js +1 -13
  401. package/libs/PanoTagPlugin/utils/throttle.js +1 -11
  402. package/libs/base/BasePlugin.js +1 -18
  403. package/libs/base/BasePluginWithData.js +1 -7
  404. package/libs/components/PaintBrush/Controller.d.ts +2 -2
  405. package/libs/components/PaintBrush/Controller.js +1 -309
  406. package/libs/components/PaintBrush/Subscribe.js +1 -47
  407. package/libs/components/PaintBrush/index.js +1 -52
  408. package/libs/components/PaintBrush/style.js +2 -5
  409. package/libs/components/PaintBrush/tween.js +1 -15
  410. package/libs/components/PaintBrush/typings.js +1 -4
  411. package/libs/components/PaintBrush/utils.d.ts +1 -1
  412. package/libs/components/PaintBrush/utils.js +1 -45
  413. package/libs/components/index.js +1 -13
  414. package/libs/env.d.ts +1 -0
  415. package/libs/floorplan/Assets/camera.js +1 -4
  416. package/libs/floorplan/Assets/compass.js +1 -4
  417. package/libs/floorplan/Assets/floorplanExtraObject.js +1 -4
  418. package/libs/floorplan/Components/BaseImage.js +1 -104
  419. package/libs/floorplan/Components/Camera.js +1 -62
  420. package/libs/floorplan/Components/Compass.js +1 -60
  421. package/libs/floorplan/Components/CurrentFloor.js +1 -255
  422. package/libs/floorplan/Components/Main.js +1 -282
  423. package/libs/floorplan/Components/Normalmage.js +1 -37
  424. package/libs/floorplan/Components/RoomHighlight/Room.js +1 -61
  425. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -122
  426. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -152
  427. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -174
  428. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -184
  429. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -37
  430. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -39
  431. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -37
  432. package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -134
  433. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -139
  434. package/libs/floorplan/Components/SvgImage.js +2 -39
  435. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
  436. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -322
  437. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -49
  438. package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
  439. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -318
  440. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -49
  441. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -84
  442. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -133
  443. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -72
  444. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -191
  445. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -146
  446. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -26
  447. package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
  448. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -265
  449. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -46
  450. package/libs/floorplan/constant.js +1 -4
  451. package/libs/floorplan/index.js +1 -67
  452. package/libs/floorplan/typings/floorplanData.js +1 -1
  453. package/libs/floorplan/typings/floorplanServerData.js +1 -101
  454. package/libs/floorplan/utils/constant.js +1 -8
  455. package/libs/floorplan/utils/correctFiveState.js +1 -36
  456. package/libs/floorplan/utils/formatData.js +1 -82
  457. package/libs/floorplan/utils/formatPosition.js +1 -35
  458. package/libs/index.js +1 -330
  459. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -155
  460. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -53
  461. package/libs/shared-utils/Object3DHelper/Constants/color.js +1 -21
  462. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +1 -29
  463. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -74
  464. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.d.ts +1 -1
  465. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -117
  466. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -142
  467. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -81
  468. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -31
  469. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -14
  470. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -31
  471. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +1 -35
  472. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -103
  473. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +1 -143
  474. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +1 -137
  475. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -30
  476. package/libs/shared-utils/Object3DHelper/index.js +1 -140
  477. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -1
  478. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -1
  479. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -1
  480. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -1
  481. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +1 -11
  482. package/libs/shared-utils/Object3DHelper/utils/direction.js +1 -30
  483. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -18
  484. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.d.ts +1 -1
  485. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +1 -14
  486. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -18
  487. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -29
  488. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -13
  489. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -5
  490. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.ts +34 -0
  491. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -191
  492. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +1 -6
  493. package/libs/shared-utils/Subscribe.js +1 -50
  494. package/libs/shared-utils/animationFrame/BetterTween.js +1 -6
  495. package/libs/shared-utils/animationFrame/calculateProgress.js +1 -12
  496. package/libs/shared-utils/animationFrame/formatRad.js +1 -13
  497. package/libs/shared-utils/animationFrame/index.js +1 -51
  498. package/libs/shared-utils/animationFrame/tween.js +1 -30
  499. package/libs/shared-utils/changeModelCanvasOpacity.js +1 -12
  500. package/libs/shared-utils/createCanvasTextTexture.js +1 -11
  501. package/libs/shared-utils/createLine/index.js +1 -9
  502. package/libs/shared-utils/debounce.js +1 -11
  503. package/libs/shared-utils/equal.js +1 -54
  504. package/libs/shared-utils/filter.js +1 -30
  505. package/libs/shared-utils/five/changeMode.js +1 -21
  506. package/libs/shared-utils/getPxmm.js +1 -21
  507. package/libs/shared-utils/index.js +1 -45
  508. package/libs/shared-utils/isNil.js +1 -10
  509. package/libs/shared-utils/isTruelyObject.js +1 -6
  510. package/libs/shared-utils/math/Interval.js +1 -23
  511. package/libs/shared-utils/math/Rectangle.js +1 -23
  512. package/libs/shared-utils/math/index.js +1 -6
  513. package/libs/shared-utils/math/planimetry.d.ts +5 -5
  514. package/libs/shared-utils/math/planimetry.js +1 -135
  515. package/libs/shared-utils/math/rad2Deg.js +1 -6
  516. package/libs/shared-utils/nearlyEqual.js +1 -6
  517. package/libs/shared-utils/nextFrame.js +1 -6
  518. package/libs/shared-utils/noop.js +1 -5
  519. package/libs/shared-utils/object3d2LocalMatrix.js +1 -19
  520. package/libs/shared-utils/removeArrayItem.d.ts +1 -1
  521. package/libs/shared-utils/removeArrayItem.js +1 -8
  522. package/libs/shared-utils/tap.js +1 -6
  523. package/libs/shared-utils/three/Assets/index.js +1 -5
  524. package/libs/shared-utils/three/FivePointSelector.d.ts +1 -1
  525. package/libs/shared-utils/three/FivePointSelector.js +1 -63
  526. package/libs/shared-utils/three/Magnifier.d.ts +2 -2
  527. package/libs/shared-utils/three/Magnifier.js +1 -104
  528. package/libs/shared-utils/three/PointDomHelper.js +1 -68
  529. package/libs/shared-utils/three/PointHelper.js +3 -60
  530. package/libs/shared-utils/three/getCoords.js +1 -13
  531. package/libs/shared-utils/three/getIntersect.d.ts +1 -1
  532. package/libs/shared-utils/three/getIntersect.js +1 -8
  533. package/libs/shared-utils/three/getRaycaster.d.ts +1 -1
  534. package/libs/shared-utils/three/getRaycaster.js +1 -12
  535. package/libs/shared-utils/three/index.js +1 -33
  536. package/libs/shared-utils/three/loadTexture.js +1 -10
  537. package/libs/shared-utils/three/transformPositionToVector3.js +1 -5
  538. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +1 -13
  539. package/libs/shared-utils/throttle.js +1 -11
  540. package/libs/shared-utils/tinyEJSrender.js +14 -138
  541. package/libs/shared-utils/to.js +1 -11
  542. package/libs/shared-utils/uuid.js +1 -10
  543. package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -0
  544. package/libs/vendor/swiper/components-shared/get-params.js +1 -0
  545. package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -0
  546. package/libs/vendor/swiper/components-shared/params-list.js +1 -0
  547. package/libs/vendor/swiper/components-shared/update-swiper.js +1 -0
  548. package/libs/vendor/swiper/components-shared/utils.js +1 -0
  549. package/libs/vendor/swiper/svelte/swiper-slide.js +1 -0
  550. package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -0
  551. package/libs/vendor/swiper/svelte/swiper.js +1 -0
  552. package/package.json +218 -31
  553. package/dist/style.css +0 -1
  554. package/docs/assets/icons.css +0 -1043
  555. package/docs/assets/icons.png +0 -0
  556. package/docs/assets/icons@2x.png +0 -0
  557. package/docs/assets/widgets.png +0 -0
  558. package/docs/assets/widgets@2x.png +0 -0
  559. package/docs/interfaces/CSS3DRenderPluginExportType.html +0 -4
  560. package/libs/CruisePlugin/typing.js +0 -1
  561. package/libs/GuideLinePlugin/typing.js +0 -1
  562. package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
  563. package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
  564. package/libs/GuideLinePlugin/utils/polyline-normals.d.js +0 -1
  565. package/libs/ItemLabelPlugin/events.type.js +0 -1
  566. package/libs/ModelRoomLabelPlugin/typings.js +0 -1
  567. package/libs/Object3DHelperPlugin/mocks/addObject3D.d.ts +0 -2
  568. package/libs/Object3DHelperPlugin/mocks/addObject3D.js +0 -1377
  569. package/libs/Object3DHelperPlugin/mocks/objects.d.ts +0 -7
  570. package/libs/Object3DHelperPlugin/mocks/objects.js +0 -47
  571. package/libs/Object3DHelperPlugin/typings.js +0 -1
  572. package/libs/PanoCompassPlugin/typings.js +0 -1
  573. package/libs/PanoDoorLabelPlugin/typings.js +0 -1
  574. package/libs/PanoMeasurePlugin/typings/data.js +0 -1
  575. package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
  576. package/libs/PanoMeasurePlugin/typings/index.js +0 -1
  577. package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
  578. package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
  579. package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
  580. package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
  581. package/libs/PanoRulerPlugin/typings.js +0 -1
  582. package/libs/PanoRulerProPlugin/typings.js +0 -1
  583. package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
  584. package/libs/TagComputer.2bc444dc.js +0 -315
  585. package/libs/floorplan/MapviewFloorplanPlugin/typing.js +0 -1
  586. package/libs/floorplan/ModelFloorplanPlugin/typing.js +0 -1
  587. package/libs/floorplan/PanoFloorplanRadarPlugin/typing.js +0 -1
  588. package/libs/floorplan/TopviewFloorplanPlugin/style.d.ts +0 -1
  589. package/libs/floorplan/TopviewFloorplanPlugin/style.js +0 -11
  590. package/libs/floorplan/TopviewFloorplanPlugin/typing.js +0 -1
  591. package/libs/floorplan/typings/index.js +0 -1
  592. package/libs/floorplan/typings/utility.js +0 -1
  593. package/libs/hammer.b5b6115e.js +0 -882
  594. package/libs/index.164f1850.js +0 -641
  595. package/libs/index.5d5d1089.js +0 -34
  596. package/libs/index.6a0eead1.js +0 -12
  597. package/libs/index.ad783a2f.js +0 -31
  598. package/libs/index.dca207cb.js +0 -37
  599. package/libs/index.f2f85d71.js +0 -40
  600. package/libs/shared-utils/Object3DHelper/utils/finiteNumber.d.ts +0 -1
  601. package/libs/shared-utils/Object3DHelper/utils/finiteNumber.js +0 -6
  602. package/libs/shared-utils/Object3DHelper/utils/negateScale.d.ts +0 -2
  603. package/libs/shared-utils/Object3DHelper/utils/negateScale.js +0 -7
  604. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.d.js +0 -4
  605. package/libs/shared-utils/Preloader.d.ts +0 -6
  606. package/libs/shared-utils/Preloader.js +0 -18
  607. package/libs/shared-utils/formatRad.d.ts +0 -7
  608. package/libs/shared-utils/formatRad.js +0 -7
  609. package/libs/shared-utils/getRandomColor.d.ts +0 -1
  610. package/libs/shared-utils/getRandomColor.js +0 -6
  611. package/libs/shared-utils/logger.d.ts +0 -16
  612. package/libs/shared-utils/logger.js +0 -27
  613. package/libs/shared-utils/math/evenNumber.d.ts +0 -3
  614. package/libs/shared-utils/math/evenNumber.js +0 -7
  615. package/libs/shared-utils/px2rem.d.ts +0 -1
  616. package/libs/shared-utils/px2rem.js +0 -6
  617. package/libs/shared-utils/three/getExtraModelLoader.d.ts +0 -6
  618. package/libs/shared-utils/three/getExtraModelLoader.js +0 -18
  619. package/libs/shared-utils/three/getNormal.d.ts +0 -2
  620. package/libs/shared-utils/three/getNormal.js +0 -7
  621. package/libs/shared-utils/three/getTextureLoader.d.ts +0 -6
  622. package/libs/shared-utils/three/getTextureLoader.js +0 -16
  623. package/libs/shared-utils/three/loadFbxObj.d.ts +0 -2
  624. package/libs/shared-utils/three/loadFbxObj.js +0 -16
  625. package/libs/shared-utils/vectorTocoordinates.d.ts +0 -7
  626. package/libs/shared-utils/vectorTocoordinates.js +0 -10
  627. package/libs/style.css +0 -1
  628. package/libs/tween.esm.bad2b2b4.js +0 -340
  629. package/libs/typings/math.type.js +0 -1
  630. package/libs/typings/utils.type.d.ts +0 -2
  631. package/libs/typings/utils.type.js +0 -1
@@ -1,265 +1 @@
1
- var f = Object.defineProperty;
2
- var v = (h, r, t) => r in h ? f(h, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : h[r] = t;
3
- var i = (h, r, t) => (v(h, typeof r != "symbol" ? r + "" : r, t), t);
4
- import * as m from "three";
5
- import b from "../../shared-utils/equal.js";
6
- import g from "../Components/Main.js";
7
- import l from "../utils/formatData.js";
8
- import { CAMERA_IMAGE as w } from "../Assets/camera.js";
9
- import { omit as E } from "../../shared-utils/filter.js";
10
- import { FLOOR_PLAN_ATTACHED_TO as F } from "../constant.js";
11
- import { Controller as A } from "../../base/BasePluginWithData.js";
12
- import C from "../../shared-utils/five/changeMode.js";
13
- import x, { getAttachedY as S } from "../../shared-utils/getPxmm.js";
14
- import c from "../../shared-utils/changeModelCanvasOpacity.js";
15
- import "../../shared-utils/isTruelyObject.js";
16
- import "../../index.164f1850.js";
17
- import "../../index.dca207cb.js";
18
- import "../../index.6a0eead1.js";
19
- import "../Components/Camera.js";
20
- import "../../shared-utils/math/rad2Deg.js";
21
- import "../Components/Compass.js";
22
- import "../Assets/compass.js";
23
- import "../Components/CurrentFloor.js";
24
- import "../../index.ad783a2f.js";
25
- import "../Components/BaseImage.js";
26
- import "../Components/Normalmage.js";
27
- import "../Components/SvgImage.js";
28
- import "../Components/RoomLabels/RoomLabels.js";
29
- import "../Components/RoomLabels/RoomLabel.js";
30
- import "../Components/RuleLabels/RuleLabels.js";
31
- import "../Components/RuleLabels/RuleItem.js";
32
- import "../Components/RoomMaterials/RoomMaterial.js";
33
- import "../utils/formatPosition.js";
34
- import "../Components/RoomMaterials/RoomMaterial_0.js";
35
- import "../Components/RoomMaterials/RoomMaterial_1.js";
36
- import "../Components/RoomMaterials/RoomMaterial_2.js";
37
- import "../Components/RoomHighlight/RoomHighlight.js";
38
- import "../Components/RoomHighlight/Room.js";
39
- import "../Assets/floorplanExtraObject.js";
40
- import "../../shared-utils/tap.js";
41
- import "../../base/BasePlugin.js";
42
- import "../../shared-utils/Subscribe.js";
43
- import "../../shared-utils/nearlyEqual.js";
44
- class ct extends A {
45
- constructor(t, e) {
46
- super(t);
47
- i(this, "name", "topviewFloorplanPlugin");
48
- i(this, "state");
49
- i(this, "data");
50
- i(this, "app");
51
- i(this, "selector");
52
- i(this, "panoIndex", 0);
53
- i(this, "floorIndex", 0);
54
- i(this, "wrapper");
55
- i(this, "container", document.createElement("div"));
56
- i(this, "lastPanoramaLongitude", 0);
57
- i(this, "size", { width: 0, height: 0 });
58
- i(this, "hasAddedEventListener", !1);
59
- i(this, "isHiddenByHideFunc", !1);
60
- i(this, "updateSize", () => {
61
- if (!this.data || !this.container || !this.wrapper || this.five.getCurrentState().mode !== "Topview")
62
- return;
63
- const { min: t, max: e } = this.data.bounding, o = e.x - t.x, s = e.y - t.y, n = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, a = x(this.five, this.wrapper, this.floorIndex, n), d = Math.ceil(o * a), u = Math.ceil(s * a);
64
- this.size.width === d && this.size.height === u || (this.container.style.width = d + "px", this.container.style.height = u + "px", this.size = { width: d, height: u });
65
- });
66
- i(this, "dispose", () => {
67
- var t, e;
68
- this.removeEventListener(), (t = this.app) == null || t.$destroy(), this.app = void 0, (e = this.container) == null || e.remove(), this.data = void 0, this.wrapper = void 0, this.selector = void 0, this.hooks.emit("dispose");
69
- });
70
- i(this, "_disable", (t) => {
71
- var o, s;
72
- const { userAction: e } = t;
73
- (o = this.app) == null || o.$destroy(), this.app = void 0, (s = this.container) == null || s.remove(), this.removeEventListener(), this.hooks.emit("disable", { userAction: e });
74
- });
75
- i(this, "onFiveModelLoaded", () => {
76
- if (this.state.enabled === !1 || this.wrapper || !this.selector)
77
- return;
78
- const t = this.selector instanceof Element ? this.selector : document.querySelector(this.selector);
79
- if (!t)
80
- throw new Error("\u4E0D\u6B63\u786E\u7684\u7236\u5BB9\u5668\u9009\u62E9\u5668");
81
- this.wrapper = t, t.append(this.container);
82
- });
83
- i(this, "onFiveModeChange", (...[t, , , , e]) => {
84
- t !== "Topview" && this.state.visible && (this.updateState({ visible: !1 }, e), this._hide({ userAction: e }));
85
- });
86
- i(this, "onFivePanoArrived", (t) => {
87
- var e;
88
- !((e = this.five) != null && e.work) || (this.panoIndex = t, this.floorIndex = this.five.work.observers[t].floorIndex);
89
- });
90
- i(this, "onFiveCameraUpdate", (t, e) => {
91
- !this.state.visible || (this.updatePosition(), this.updateSize());
92
- });
93
- i(this, "onFiveWantsGesture", (t) => {
94
- if (!(t !== "pan" && t !== "pinch" && t !== "mouseWheel") && this.state.visible && !this.state.config.gestureEnable)
95
- return !1;
96
- });
97
- i(this, "onFiveWantsMoveToPano", () => {
98
- if (this.state.visible && this.state.config.preventRoomClick)
99
- return !1;
100
- });
101
- i(this, "onFiveInitAnimationEnded", (...[, , t]) => {
102
- const { mode: e } = this.five.getCurrentState();
103
- e === "Topview" && !this.isHiddenByHideFunc && !this.state.visible && this.state.config.autoShowEnable && (this.updateState({ visible: !0 }, t), this._show({ userAction: t }));
104
- });
105
- i(this, "onModelShownFloorChange", (t) => {
106
- if (this.floorIndex !== t) {
107
- if (t === null) {
108
- const e = this.five.getCurrentState().panoIndex;
109
- this.floorIndex = this.five.work.observers[e].floorIndex;
110
- return;
111
- }
112
- this.floorIndex = t, this.updateSize(), this.render();
113
- }
114
- });
115
- e != null && e.selector && (this.selector = e.selector, console.warn("\u4E0D\u63A8\u8350\u7EE7\u7EED\u4F7F\u7528 params.selector \u914D\u7F6E\u7236\u5BB9\u5668\uFF0C\u8BF7\u4F7F\u7528 appendTo \u65B9\u6CD5"));
116
- const o = {
117
- northDesc: "\u5317",
118
- modelOpacity: 1,
119
- hoverEnable: !0,
120
- compassEnable: !0,
121
- gestureEnable: !1,
122
- autoShowEnable: !0,
123
- ruleLabelsEnable: !0,
124
- roomLabelsEnable: !0,
125
- cameraImageUrl: w,
126
- attachedTo: F.BOUNDING_CENTER,
127
- getLabelElement: void 0,
128
- adaptiveRoomLabelVisibleEnable: !0,
129
- getRoomAreaText: (a) => (a / 1e6).toFixed(1) + "\u33A1",
130
- getRuleDistanceText: (a) => a.toString()
131
- }, s = e ? E(e, ["selector", "scale"]) : {}, n = { ...o, ...s };
132
- this.state = {
133
- enabled: !0,
134
- visible: !1,
135
- config: n
136
- }, this.initContainer(), t.model.loaded ? this.onFiveModelLoaded() : t.once("modelLoaded", this.onFiveModelLoaded), t.once("dispose", this.dispose), this.addEventListener();
137
- }
138
- async load(t, e, o = !0) {
139
- function s(p) {
140
- return Object.prototype.hasOwnProperty.apply(p, ["version"]);
141
- }
142
- const n = t;
143
- n && !n.version && console.warn("\u4F20\u5165 serverData.data \u7684\u65B9\u5F0F\u540E\u7EED\u53EF\u80FD\u4E0D\u518D\u652F\u6301\uFF0C\u8BF7\u628A serverData \u6574\u4F53\u4F20\u5165 load \u51FD\u6570");
144
- const a = JSON.parse(JSON.stringify(t)), d = s(a) ? a.data : a, u = this.data;
145
- this.data = await l(d), this.hooks.emit("dataLoaded", this.data), this.hooks.emit("dataChange", this.data, u), e && this.updateState(e, o), this.render();
146
- }
147
- updatePosition() {
148
- var a;
149
- const t = S(this.five, this.floorIndex, this.state.config.attachedTo), e = (a = this.five.model) == null ? void 0 : a.bounding.getCenter(new m.Vector3()).setY(t);
150
- if (!e)
151
- return;
152
- const o = e.clone().project(this.five.camera), s = (o.x + 1) / 2, n = -(o.y - 1) / 2;
153
- this.container.style.left = s * 100 + "%", this.container.style.top = n * 100 + "%";
154
- }
155
- appendTo(t) {
156
- if (this.wrapper = t, !!this.state.enabled)
157
- return t.appendChild(this.container), this.render(), this;
158
- }
159
- async show(t = {}) {
160
- if (this.state.visible)
161
- return;
162
- const e = t.userAction !== void 0 ? t.userAction : !0;
163
- this.updateState({ visible: !0 }, e), this._show({ userAction: e });
164
- }
165
- async hide(t = {}) {
166
- if (this.isHiddenByHideFunc = !0, !this.state.visible)
167
- return;
168
- const e = t.userAction !== void 0 ? t.userAction : !0;
169
- this.updateState({ visible: !1 }, e), this._hide({ userAction: e });
170
- }
171
- enable(t = {}) {
172
- if (this.state.enabled)
173
- return;
174
- const e = t.userAction !== void 0 ? t.userAction : !0;
175
- this.updateState({ enabled: !0 }, t.userAction || e), this._enable({ userAction: e });
176
- }
177
- disable(t = {}) {
178
- if (!this.state.enabled)
179
- return;
180
- const e = t.userAction !== void 0 ? t.userAction : !0;
181
- this.updateState({ enabled: !1 }, t.userAction || e), this._disable({ userAction: e });
182
- }
183
- setState(t, e = {}) {
184
- const o = this.state, s = e.userAction !== void 0 ? e.userAction : !0;
185
- if (this.updateState(t, s), t.enabled !== void 0 && o.enabled !== t.enabled) {
186
- const n = { userAction: s };
187
- t.enabled ? this._enable(n) : this._disable(n);
188
- }
189
- if (t.visible !== void 0 && o.visible !== t.visible) {
190
- const n = { userAction: s };
191
- t.visible ? this._show(n) : this._hide(n);
192
- }
193
- }
194
- changeConfigs(t, e = !0) {
195
- this.updateState({ config: t }, e), this.render();
196
- }
197
- async formatData(t) {
198
- return await l(t.data);
199
- }
200
- async _show(t) {
201
- if (!this.state.enabled)
202
- return;
203
- this.isHiddenByHideFunc = !1;
204
- const { userAction: e } = t;
205
- this.hooks.emit("show", { userAction: e, auto: !1 }), this.five.getCurrentState().mode !== "Topview" && await C(this.five, ["Topview", void 0, void 0, e]), this.five.model.show(this.floorIndex), this.updatePosition(), this.updateSize();
206
- const o = 500, s = this.state.config.modelOpacity;
207
- c(this.five, s, o), this.hooks.emit("showAnimationEnded", { userAction: e, auto: !1 }), this.render();
208
- }
209
- async _hide(t) {
210
- if (!this.state.enabled)
211
- return;
212
- const { userAction: e } = t;
213
- this.hooks.emit("hide", { userAction: e, auto: !1 });
214
- const o = 1, s = 0;
215
- c(this.five, o, s), this.render();
216
- }
217
- _enable(t) {
218
- const { userAction: e } = t;
219
- this.addEventListener(), this.wrapper && this.wrapper.append(this.container), this.hooks.emit("enable", { userAction: e }), this.state.visible && this._show({ userAction: e });
220
- }
221
- updateState(t, e) {
222
- const o = this.state, s = t.config ? { ...o.config, ...t.config } : o.config;
223
- this.state = { ...this.state, ...t, config: s }, !b(this.state, o, { deep: !0 }) && this.hooks.emit("stateChange", { state: this.state, prevState: o, userAction: e });
224
- }
225
- addEventListener() {
226
- if (!this.state.enabled || this.hasAddedEventListener)
227
- return;
228
- const t = this.five;
229
- t.on("modeChange", this.onFiveModeChange), t.on("panoArrived", this.onFivePanoArrived), t.on("cameraUpdate", this.onFiveCameraUpdate), t.on("wantsGesture", this.onFiveWantsGesture), t.on("wantsMoveToPano", this.onFiveWantsMoveToPano), t.on("initAnimationEnded", this.onFiveInitAnimationEnded), t.on("modelShownFloorChange", this.onModelShownFloorChange);
230
- }
231
- removeEventListener() {
232
- const t = this.five;
233
- this.hasAddedEventListener = !1, t.off("modeChange", this.onFiveModeChange), t.off("panoArrived", this.onFivePanoArrived), t.off("cameraUpdate", this.onFiveCameraUpdate), t.off("wantsGesture", this.onFiveWantsGesture), t.off("wantsMoveToPano", this.onFiveWantsMoveToPano), t.off("initAnimationEnded", this.onFiveInitAnimationEnded), t.off("modelShownFloorChange", this.onModelShownFloorChange);
234
- }
235
- initContainer() {
236
- this.container.classList.add("floorplan-plugin"), Object.assign(this.container.style, {
237
- position: "absolute",
238
- left: "50%",
239
- top: "50%",
240
- transform: "translate3d(-50%, -50%, 10px)",
241
- zIndex: 10,
242
- pointerEvents: "none",
243
- "will-change": "width, height"
244
- }), this.five.addExtraElement(this.container);
245
- }
246
- render(t) {
247
- if (!this.state.enabled || !this.container || !this.data || this.size.width === 0)
248
- return;
249
- const e = {
250
- ...this.state.config,
251
- visible: this.state.visible,
252
- duration: t != null ? t : 0,
253
- panoIndex: this.panoIndex,
254
- floorIndex: this.floorIndex,
255
- floorplanData: this.data,
256
- lastPanoramaLongitude: this.lastPanoramaLongitude
257
- };
258
- if (this.app)
259
- return this.app.$set(e);
260
- this.app = new g({ target: this.container, intro: !0, props: e });
261
- }
262
- }
263
- export {
264
- ct as Controller
265
- };
1
+ "use strict";var E=Object.defineProperty,F=Object.defineProperties;var A=Object.getOwnPropertyDescriptors;var v=Object.getOwnPropertySymbols;var _=Object.prototype.hasOwnProperty,C=Object.prototype.propertyIsEnumerable;var f=(n,o,e)=>o in n?E(n,o,{enumerable:!0,configurable:!0,writable:!0,value:e}):n[o]=e,l=(n,o)=>{for(var e in o||(o={}))_.call(o,e)&&f(n,e,o[e]);if(v)for(var e of v(o))C.call(o,e)&&f(n,e,o[e]);return n},p=(n,o)=>F(n,A(o));var s=(n,o,e)=>(f(n,typeof o!="symbol"?o+"":o,e),e);var c=(n,o,e)=>new Promise((t,i)=>{var a=d=>{try{r(e.next(d))}catch(u){i(u)}},h=d=>{try{r(e.throw(d))}catch(u){i(u)}},r=d=>d.done?t(d.value):Promise.resolve(d.value).then(a,h);r((e=e.apply(n,o)).next())});const y=require("three"),S=require("../../shared-utils/equal.js"),x=require("../Components/Main.js"),m=require("../utils/formatData.js"),D=require("../Assets/camera.js"),M=require("../../shared-utils/filter.js"),P=require("../constant.js"),T=require("../../base/BasePluginWithData.js"),I=require("../../shared-utils/five/changeMode.js"),g=require("../../shared-utils/getPxmm.js"),b=require("../../shared-utils/changeModelCanvasOpacity.js");function L(n){if(n&&n.__esModule)return n;const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(n){for(const e in n)if(e!=="default"){const t=Object.getOwnPropertyDescriptor(n,e);Object.defineProperty(o,e,t.get?t:{enumerable:!0,get:()=>n[e]})}}return o.default=n,Object.freeze(o)}const O=L(y);class j extends T.Controller{constructor(e,t){super(e);s(this,"name","topviewFloorplanPlugin");s(this,"state");s(this,"data");s(this,"app");s(this,"selector");s(this,"panoIndex",0);s(this,"floorIndex",0);s(this,"wrapper");s(this,"container",document.createElement("div"));s(this,"lastPanoramaLongitude",0);s(this,"size",{width:0,height:0});s(this,"hasAddedEventListener",!1);s(this,"isHiddenByHideFunc",!1);s(this,"updateSize",()=>{if(!this.data||!this.container||!this.wrapper||this.five.getCurrentState().mode!=="Topview")return;const{min:e,max:t}=this.data.bounding,i=t.x-e.x,a=t.y-e.y,h=this.state.config.attachedTo?{attachedTo:this.state.config.attachedTo}:void 0,r=g.getPxmm(this.five,this.wrapper,this.floorIndex,h),d=Math.ceil(i*r),u=Math.ceil(a*r);this.size.width===d&&this.size.height===u||(this.container.style.width=d+"px",this.container.style.height=u+"px",this.size={width:d,height:u})});s(this,"dispose",()=>{var e,t;this.removeEventListener(),(e=this.app)==null||e.$destroy(),this.app=void 0,(t=this.container)==null||t.remove(),this.data=void 0,this.wrapper=void 0,this.selector=void 0,this.hooks.emit("dispose")});s(this,"_disable",e=>{var i,a;const{userAction:t}=e;(i=this.app)==null||i.$destroy(),this.app=void 0,(a=this.container)==null||a.remove(),this.removeEventListener(),this.hooks.emit("disable",{userAction:t})});s(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("\u4E0D\u6B63\u786E\u7684\u7236\u5BB9\u5668\u9009\u62E9\u5668");this.wrapper=e,e.append(this.container)});s(this,"onFiveModeChange",(...[e,,,,t])=>{e!=="Topview"&&this.state.visible&&(this.updateState({visible:!1},t),this._hide({userAction:t}))});s(this,"onFivePanoArrived",e=>{var t;!((t=this.five)!=null&&t.work)||(this.panoIndex=e,this.floorIndex=this.five.work.observers[e].floorIndex)});s(this,"onFiveCameraUpdate",(e,t)=>{!this.state.visible||(this.updatePosition(),this.updateSize())});s(this,"onFiveWantsGesture",e=>{if(!(e!=="pan"&&e!=="pinch"&&e!=="mouseWheel")&&this.state.visible&&!this.state.config.gestureEnable)return!1});s(this,"onFiveWantsMoveToPano",()=>{if(this.state.visible&&this.state.config.preventRoomClick)return!1});s(this,"onFiveInitAnimationEnded",(...[,,e])=>{const{mode:t}=this.five.getCurrentState();t==="Topview"&&!this.isHiddenByHideFunc&&!this.state.visible&&this.state.config.autoShowEnable&&(this.updateState({visible:!0},e),this._show({userAction:e}))});s(this,"onModelShownFloorChange",e=>{if(this.floorIndex!==e){if(e===null){const t=this.five.getCurrentState().panoIndex;this.floorIndex=this.five.work.observers[t].floorIndex;return}this.floorIndex=e,this.updateSize(),this.render()}});t!=null&&t.selector&&(this.selector=t.selector,console.warn("\u4E0D\u63A8\u8350\u7EE7\u7EED\u4F7F\u7528 params.selector \u914D\u7F6E\u7236\u5BB9\u5668\uFF0C\u8BF7\u4F7F\u7528 appendTo \u65B9\u6CD5"));const i={northDesc:"\u5317",modelOpacity:1,hoverEnable:!0,compassEnable:!0,gestureEnable:!1,autoShowEnable:!0,ruleLabelsEnable:!0,roomLabelsEnable:!0,cameraImageUrl:D.CAMERA_IMAGE,attachedTo:P.FLOOR_PLAN_ATTACHED_TO.BOUNDING_CENTER,getLabelElement:void 0,adaptiveRoomLabelVisibleEnable:!0,getRoomAreaText:r=>(r/1e6).toFixed(1)+"\u33A1",getRuleDistanceText:r=>r.toString()},a=t?M.omit(t,["selector","scale"]):{},h=l(l({},i),a);this.state={enabled:!0,visible:!1,config:h},this.initContainer(),e.model.loaded?this.onFiveModelLoaded():e.once("modelLoaded",this.onFiveModelLoaded),e.once("dispose",this.dispose),this.addEventListener()}load(e,t,i=!0){return c(this,null,function*(){function a(w){return Object.prototype.hasOwnProperty.apply(w,["version"])}const h=e;h&&!h.version&&console.warn("\u4F20\u5165 serverData.data \u7684\u65B9\u5F0F\u540E\u7EED\u53EF\u80FD\u4E0D\u518D\u652F\u6301\uFF0C\u8BF7\u628A serverData \u6574\u4F53\u4F20\u5165 load \u51FD\u6570");const r=JSON.parse(JSON.stringify(e)),d=a(r)?r.data:r,u=this.data;this.data=yield m.formatData(d),this.hooks.emit("dataLoaded",this.data),this.hooks.emit("dataChange",this.data,u),t&&this.updateState(t,i),this.render()})}updatePosition(){var r;const e=g.getAttachedY(this.five,this.floorIndex,this.state.config.attachedTo),t=(r=this.five.model)==null?void 0:r.bounding.getCenter(new O.Vector3).setY(e);if(!t)return;const i=t.clone().project(this.five.camera),a=(i.x+1)/2,h=-(i.y-1)/2;this.container.style.left=a*100+"%",this.container.style.top=h*100+"%"}appendTo(e){if(this.wrapper=e,!!this.state.enabled)return e.appendChild(this.container),this.render(),this}show(){return c(this,arguments,function*(e={}){if(this.state.visible)return;const t=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!0},t),this._show({userAction:t})})}hide(){return c(this,arguments,function*(e={}){if(this.isHiddenByHideFunc=!0,!this.state.visible)return;const t=e.userAction!==void 0?e.userAction:!0;this.updateState({visible:!1},t),this._hide({userAction:t})})}enable(e={}){if(this.state.enabled)return;const t=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!0},e.userAction||t),this._enable({userAction:t})}disable(e={}){if(!this.state.enabled)return;const t=e.userAction!==void 0?e.userAction:!0;this.updateState({enabled:!1},e.userAction||t),this._disable({userAction:t})}setState(e,t={}){const i=this.state,a=t.userAction!==void 0?t.userAction:!0;if(this.updateState(e,a),e.enabled!==void 0&&i.enabled!==e.enabled){const h={userAction:a};e.enabled?this._enable(h):this._disable(h)}if(e.visible!==void 0&&i.visible!==e.visible){const h={userAction:a};e.visible?this._show(h):this._hide(h)}}changeConfigs(e,t=!0){this.updateState({config:e},t),this.render()}formatData(e){return c(this,null,function*(){return yield m.formatData(e.data)})}_show(e){return c(this,null,function*(){if(!this.state.enabled)return;this.isHiddenByHideFunc=!1;const{userAction:t}=e;this.hooks.emit("show",{userAction:t,auto:!1}),this.five.getCurrentState().mode!=="Topview"&&(yield I.changeMode(this.five,["Topview",void 0,void 0,t])),this.five.model.show(this.floorIndex),this.updatePosition(),this.updateSize();const i=500,a=this.state.config.modelOpacity;b.changeModelCanvasOpacity(this.five,a,i),this.hooks.emit("showAnimationEnded",{userAction:t,auto:!1}),this.render()})}_hide(e){return c(this,null,function*(){if(!this.state.enabled)return;const{userAction:t}=e;this.hooks.emit("hide",{userAction:t,auto:!1});const i=1,a=0;b.changeModelCanvasOpacity(this.five,i,a),this.render()})}_enable(e){const{userAction:t}=e;this.addEventListener(),this.wrapper&&this.wrapper.append(this.container),this.hooks.emit("enable",{userAction:t}),this.state.visible&&this._show({userAction:t})}updateState(e,t){const i=this.state,a=e.config?l(l({},i.config),e.config):i.config;this.state=p(l(l({},this.state),e),{config:a}),!S.equal(this.state,i,{deep:!0})&&this.hooks.emit("stateChange",{state:this.state,prevState:i,userAction:t})}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 t=p(l({},this.state.config),{visible:this.state.visible,duration:e!=null?e:0,panoIndex:this.panoIndex,floorIndex:this.floorIndex,floorplanData:this.data,lastPanoramaLongitude:this.lastPanoramaLongitude});if(this.app)return this.app.$set(t);this.app=new x.Main({target:this.container,intro:!0,props:t})}}exports.Controller=j;
@@ -1,46 +1 @@
1
- import { Controller as t } from "./Controller.js";
2
- import "three";
3
- import "../../shared-utils/equal.js";
4
- import "../../shared-utils/isTruelyObject.js";
5
- import "../Components/Main.js";
6
- import "../../index.164f1850.js";
7
- import "../../index.dca207cb.js";
8
- import "../../index.6a0eead1.js";
9
- import "../Components/Camera.js";
10
- import "../Assets/camera.js";
11
- import "../../shared-utils/math/rad2Deg.js";
12
- import "../Components/Compass.js";
13
- import "../Assets/compass.js";
14
- import "../Components/CurrentFloor.js";
15
- import "../../index.ad783a2f.js";
16
- import "../Components/BaseImage.js";
17
- import "../Components/Normalmage.js";
18
- import "../Components/SvgImage.js";
19
- import "../Components/RoomLabels/RoomLabels.js";
20
- import "../Components/RoomLabels/RoomLabel.js";
21
- import "../Components/RuleLabels/RuleLabels.js";
22
- import "../Components/RuleLabels/RuleItem.js";
23
- import "../Components/RoomMaterials/RoomMaterial.js";
24
- import "../utils/formatPosition.js";
25
- import "../Components/RoomMaterials/RoomMaterial_0.js";
26
- import "../Components/RoomMaterials/RoomMaterial_1.js";
27
- import "../Components/RoomMaterials/RoomMaterial_2.js";
28
- import "../Components/RoomHighlight/RoomHighlight.js";
29
- import "../Components/RoomHighlight/Room.js";
30
- import "../utils/formatData.js";
31
- import "../Assets/floorplanExtraObject.js";
32
- import "../../shared-utils/filter.js";
33
- import "../../shared-utils/tap.js";
34
- import "../constant.js";
35
- import "../../base/BasePluginWithData.js";
36
- import "../../base/BasePlugin.js";
37
- import "../../shared-utils/Subscribe.js";
38
- import "../../shared-utils/five/changeMode.js";
39
- import "../../shared-utils/nearlyEqual.js";
40
- import "../../shared-utils/getPxmm.js";
41
- import "../../shared-utils/changeModelCanvasOpacity.js";
42
- const R = (o, r) => new t(o, r);
43
- export {
44
- R as TopviewFloorplanPlugin,
45
- R as default
46
- };
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("./Controller.js");require("three");require("../../shared-utils/equal.js");require("../../shared-utils/isTruelyObject.js");require("../Components/Main.js");require("svelte/internal");require("svelte/easing");require("svelte/transition");require("../Components/Camera.js");require("../Assets/camera.js");require("../../shared-utils/math/rad2Deg.js");require("../Components/Compass.js");require("../Assets/compass.js");require("../Components/CurrentFloor.js");require("svelte/store");require("../Components/BaseImage.js");require("../Components/Normalmage.js");require("../Components/SvgImage.js");require("../Components/RoomLabels/RoomLabels.js");require("../Components/RoomLabels/RoomLabel.js");require("svelte");require("../Components/RuleLabels/RuleLabels.js");require("../Components/RuleLabels/RuleItem.js");require("../Components/RoomMaterials/RoomMaterial.js");require("../utils/formatPosition.js");require("../Components/RoomMaterials/RoomMaterial_0.js");require("../Components/RoomMaterials/RoomMaterial_1.js");require("../Components/RoomMaterials/RoomMaterial_2.js");require("../Components/RoomHighlight/RoomHighlight.js");require("../Components/RoomHighlight/Room.js");require("../utils/formatData.js");require("../Assets/floorplanExtraObject.js");require("../../shared-utils/filter.js");require("../../shared-utils/tap.js");require("../constant.js");require("../../base/BasePluginWithData.js");require("../../base/BasePlugin.js");require("../../shared-utils/Subscribe.js");require("../../shared-utils/five/changeMode.js");require("../../shared-utils/nearlyEqual.js");require("../../shared-utils/getPxmm.js");require("../../shared-utils/changeModelCanvasOpacity.js");const e=(r,s)=>new o.Controller(r,s);exports.TopviewFloorplanPlugin=e;exports.default=e;
@@ -1,4 +1 @@
1
- var r = /* @__PURE__ */ ((I) => (I[I.FLOOR = 1] = "FLOOR", I[I.CEILING = 2] = "CEILING", I[I.BOUNDING_CENTER = 3] = "BOUNDING_CENTER", I))(r || {});
2
- export {
3
- r as FLOOR_PLAN_ATTACHED_TO
4
- };
1
+ "use strict";var r=(I=>(I[I.FLOOR=1]="FLOOR",I[I.CEILING=2]="CEILING",I[I.BOUNDING_CENTER=3]="BOUNDING_CENTER",I))(r||{});exports.FLOOR_PLAN_ATTACHED_TO=r;
@@ -1,67 +1 @@
1
- import { FLOOR_PLAN_ATTACHED_TO as $ } from "./constant.js";
2
- import { ModelFloorplanPlugin as ro } from "./ModelFloorplanPlugin/index.js";
3
- import { MapviewFloorplanPlugin as io } from "./MapviewFloorplanPlugin/index.js";
4
- import { TopviewFloorplanPlugin as to } from "./TopviewFloorplanPlugin/index.js";
5
- import { PanoFloorplanRadarPlugin as Po } from "./PanoFloorplanRadarPlugin/index.js";
6
- import { FLOOR_TYPE_MAP as eo, ROOM_FETILE_TYPE_MAP as no, ROOM_TYPE_MAP as Oo } from "./typings/floorplanServerData.js";
7
- import "./ModelFloorplanPlugin/Controller.js";
8
- import "../shared-utils/to.js";
9
- import "../shared-utils/equal.js";
10
- import "../shared-utils/isTruelyObject.js";
11
- import "./Components/Main.js";
12
- import "../index.164f1850.js";
13
- import "../index.dca207cb.js";
14
- import "../index.6a0eead1.js";
15
- import "./Components/Camera.js";
16
- import "./Assets/camera.js";
17
- import "../shared-utils/math/rad2Deg.js";
18
- import "./Components/Compass.js";
19
- import "./Assets/compass.js";
20
- import "./Components/CurrentFloor.js";
21
- import "../index.ad783a2f.js";
22
- import "./Components/BaseImage.js";
23
- import "./Components/Normalmage.js";
24
- import "./Components/SvgImage.js";
25
- import "./Components/RoomLabels/RoomLabels.js";
26
- import "./Components/RoomLabels/RoomLabel.js";
27
- import "./Components/RuleLabels/RuleLabels.js";
28
- import "./Components/RuleLabels/RuleItem.js";
29
- import "./Components/RoomMaterials/RoomMaterial.js";
30
- import "./utils/formatPosition.js";
31
- import "./Components/RoomMaterials/RoomMaterial_0.js";
32
- import "./Components/RoomMaterials/RoomMaterial_1.js";
33
- import "./Components/RoomMaterials/RoomMaterial_2.js";
34
- import "./Components/RoomHighlight/RoomHighlight.js";
35
- import "./Components/RoomHighlight/Room.js";
36
- import "./utils/formatData.js";
37
- import "./Assets/floorplanExtraObject.js";
38
- import "../shared-utils/filter.js";
39
- import "../shared-utils/tap.js";
40
- import "../shared-utils/getPxmm.js";
41
- import "three";
42
- import "../base/BasePluginWithData.js";
43
- import "../base/BasePlugin.js";
44
- import "../shared-utils/Subscribe.js";
45
- import "./utils/correctFiveState.js";
46
- import "./utils/constant.js";
47
- import "../shared-utils/nearlyEqual.js";
48
- import "../shared-utils/five/changeMode.js";
49
- import "../shared-utils/changeModelCanvasOpacity.js";
50
- import "./MapviewFloorplanPlugin/Controller.js";
51
- import "./TopviewFloorplanPlugin/Controller.js";
52
- import "./PanoFloorplanRadarPlugin/Controller.js";
53
- import "./PanoFloorplanRadarPlugin/Components/Main.js";
54
- import "./PanoFloorplanRadarPlugin/Components/Camera.js";
55
- import "../shared-utils/throttle.js";
56
- import "./PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js";
57
- import "./PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js";
58
- export {
59
- $ as FLOOR_PLAN_ATTACHED_TO,
60
- eo as FLOOR_TYPE_MAP,
61
- io as MapviewFloorplanPlugin,
62
- ro as ModelFloorplanPlugin,
63
- Po as PanoFloorplanRadarPlugin,
64
- no as ROOM_FETILE_TYPE_MAP,
65
- Oo as ROOM_TYPE_MAP,
66
- to as TopviewFloorplanPlugin
67
- };
1
+ "use strict";require("svelte/internal");require("svelte/easing");require("svelte/transition");require("svelte/store");require("svelte");require("three");
@@ -1 +1 @@
1
-
1
+ "use strict";
@@ -1,101 +1 @@
1
- const o = [
2
- { type: 0, floorType: 1, roomType: "100900000012", name: "\u5176\u4ED6" },
3
- { type: 1, floorType: 1, roomType: "100900000002", name: "\u5BA2\u5385" },
4
- { type: 2, floorType: 1, roomType: "100900000002", name: "\u9910\u5385" },
5
- { type: 3, floorType: 0, roomType: "100900000001", name: "\u5367\u5BA4" },
6
- { type: 4, floorType: 0, roomType: "100900000001", name: "\u4E66\u623F" },
7
- { type: 5, floorType: 3, roomType: "100900000004", name: "\u536B\u751F\u95F4" },
8
- { type: 6, floorType: 3, roomType: "100900000004", name: "\u6DCB\u6D74\u95F4" },
9
- { type: 7, floorType: 3, roomType: "100900000004", name: "\u6D17\u624B\u95F4" },
10
- { type: 8, floorType: 3, roomType: "100900000003", name: "\u53A8\u623F" },
11
- {
12
- type: 9,
13
- floorType: 1,
14
- roomType: "100900000003",
15
- name: "\u5F00\u653E\u53A8\u623F",
16
- onlySubArea: !0
17
- },
18
- { type: 10, floorType: 0, roomType: "100900000001", name: "\u591A\u529F\u80FD\u95F4" },
19
- { type: 11, floorType: 0, roomType: "100900000009", name: "\u4FDD\u59C6\u95F4" },
20
- { type: 12, floorType: 4, roomType: "100900000005", name: "\u9633\u53F0" },
21
- { type: 13, floorType: 4, roomType: "100900000006", name: "\u9732\u53F0" },
22
- { type: 14, floorType: 0, roomType: "100900000008", name: "\u50A8\u7269\u95F4" },
23
- { type: 15, floorType: 0, roomType: "100900000013", name: "\u8863\u5E3D\u95F4" },
24
- { type: 16, floorType: 0, roomType: "100900000011", name: "\u9601\u697C" },
25
- { type: 17, floorType: 2, roomType: "100900000007", name: "\u82B1\u56ED" },
26
- { type: 18, floorType: 5, roomType: "100900000010", name: "\u8F66\u5E93" },
27
- { type: 19, floorType: 1, roomType: "100900000012", name: "\u7535\u68AF" },
28
- { type: 20, floorType: 1, roomType: "100900000012", name: "\u5730\u4E0B\u5BA4" },
29
- { type: 21, floorType: 1, roomType: "100900000012", name: "\u5929\u4E95" },
30
- { type: 22, floorType: 1, roomType: "100900000012", name: "\u9633\u5149\u623F" },
31
- { type: 23, floorType: 1, roomType: "100900000012", name: "\u8FC7\u9053" },
32
- { type: 24, floorType: 1, roomType: "100900000012", name: "\u697C\u68AF\u95F4" },
33
- { type: 25, floorType: 1, roomType: "100900000012", name: "\u95E8\u5385" },
34
- { type: 26, floorType: 2, roomType: "100900000012", name: "\u5165\u6237\u82B1\u56ED" },
35
- { type: 27, floorType: 1, roomType: "100900000012", name: "\u7384\u5173" },
36
- { type: 28, floorType: 1, roomType: "100900000012", name: "\u6311\u7A7A" },
37
- { type: 29, floorType: 4, roomType: "100900000012", name: "\u667E\u6652\u533A" },
38
- { type: 30, floorType: 4, roomType: "100900000012", name: "\u6D17\u8863\u623F" },
39
- { type: 31, floorType: 0, roomType: "100900000012", name: "\u5A31\u4E50\u533A" },
40
- { type: 32, floorType: 0, roomType: "100900000012", name: "\u5065\u8EAB\u533A" },
41
- { type: 33, floorType: 0, roomType: "100900000012", name: "\u63A5\u5F85\u533A" },
42
- { type: 34, floorType: 0, roomType: "100900000012", name: "\u5F71\u97F3\u533A" },
43
- { type: 35, floorType: 1, roomType: "100900000012", name: "\u9910\u996E\u533A" },
44
- {
45
- type: 36,
46
- floorType: 1,
47
- roomType: "100900000012",
48
- name: "\u5176\u4ED6",
49
- onlySubArea: !0
50
- },
51
- { type: 37, floorType: 1, roomType: "100900000002", name: "\u8D77\u5C45\u5BA4" },
52
- { type: 38, floorType: 0, roomType: "100900000001", name: "\u4E3B\u5367" },
53
- { type: 39, floorType: 0, roomType: "100900000001", name: "\u6B21\u5367" },
54
- { type: 40, floorType: 0, roomType: "100900000001", name: "\u4F18\u5316\u95F4" },
55
- { type: 41, floorType: 0, roomType: "100900000001", name: "\u529E\u516C\u5BA4" },
56
- { type: 42, floorType: 0, roomType: "100900000001", name: "\u4F1A\u8BAE\u5BA4" },
57
- { type: 43, floorType: 0, roomType: "100900000001", name: "\u6D3D\u8C08\u95F4" },
58
- { type: 44, floorType: 1, roomType: "100900000002", name: "\u5171\u4EAB\u5927\u5385" },
59
- { type: 45, floorType: 1, roomType: "100900000012", name: "\u6C34\u5427" },
60
- { type: 46, floorType: 0, roomType: "100900000015", name: "\u51FA\u5165\u53E3" },
61
- { type: 47, floorType: 0, roomType: "100900000015", name: "\u5927\u5385" },
62
- { type: 48, floorType: 0, roomType: "100900000015", name: "\u5305\u53A2" },
63
- { type: 49, floorType: 0, roomType: "100900000015", name: "\u5176\u4ED6" },
64
- { type: 50, floorType: 0, roomType: "100900000016", name: "\u51FA\u5165\u53E3" },
65
- { type: 51, floorType: 0, roomType: "100900000016", name: "\u529E\u516C\u533A" },
66
- { type: 52, floorType: 0, roomType: "100900000016", name: "\u8001\u677F\u95F4" },
67
- { type: 53, floorType: 0, roomType: "100900000016", name: "\u4F1A\u8BAE\u5BA4" },
68
- { type: 54, floorType: 0, roomType: "100900000016", name: "\u4F11\u606F\u533A/\u6C34\u5427" },
69
- { type: 55, floorType: 0, roomType: "100900000016", name: "\u5176\u4ED6" },
70
- { type: 56, floorType: 2, roomType: "100900000012", name: "\u7A7A\u4E2D\u82B1\u56ED" },
71
- { type: 57, floorType: 0, roomType: "100900000001", name: "\u6D0B\u5BA4" },
72
- { type: 58, floorType: 0, roomType: "100900000001", name: "\u548C\u5BA4" }
73
- ], e = [
74
- { type: 0, description: "\u6728\u8D28\u5730\u677F" },
75
- { type: 1, description: "\u74F7\u7816\u5730\u9762" },
76
- { type: 2, description: "\u6237\u5916\u5730\u9762" },
77
- { type: 3, description: "\u536B\u751F\u95F4\u5730\u9762" },
78
- { type: 4, description: "\u9633\u53F0\u5730\u9762" },
79
- { type: 5, description: "\u8F66\u5E93\u5730\u9762" }
80
- ], p = [
81
- { roomType: "100900000001", description: "\u5BA4" },
82
- { roomType: "100900000002", description: "\u5385" },
83
- { roomType: "100900000003", description: "\u53A8" },
84
- { roomType: "100900000004", description: "\u536B" },
85
- { roomType: "100900000005", description: "\u9633\u53F0" },
86
- { roomType: "100900000006", description: "\u9732\u53F0" },
87
- { roomType: "100900000007", description: "\u82B1\u56ED" },
88
- { roomType: "100900000008", description: "\u50A8" },
89
- { roomType: "100900000009", description: "\u4FDD\u59C6\u95F4" },
90
- { roomType: "100900000010", description: "\u8F66\u5E93" },
91
- { roomType: "100900000011", description: "\u9601\u697C" },
92
- { roomType: "100900000012", description: "\u5176\u4ED6" },
93
- { roomType: "100900000013", description: "\u8863" },
94
- { roomType: "100900000015", description: "\u5546\u94FA" },
95
- { roomType: "100900000016", description: "\u5199\u5B57\u697C" }
96
- ];
97
- export {
98
- e as FLOOR_TYPE_MAP,
99
- o as ROOM_FETILE_TYPE_MAP,
100
- p as ROOM_TYPE_MAP
101
- };
1
+ "use strict";const o=[{type:0,floorType:1,roomType:"100900000012",name:"\u5176\u4ED6"},{type:1,floorType:1,roomType:"100900000002",name:"\u5BA2\u5385"},{type:2,floorType:1,roomType:"100900000002",name:"\u9910\u5385"},{type:3,floorType:0,roomType:"100900000001",name:"\u5367\u5BA4"},{type:4,floorType:0,roomType:"100900000001",name:"\u4E66\u623F"},{type:5,floorType:3,roomType:"100900000004",name:"\u536B\u751F\u95F4"},{type:6,floorType:3,roomType:"100900000004",name:"\u6DCB\u6D74\u95F4"},{type:7,floorType:3,roomType:"100900000004",name:"\u6D17\u624B\u95F4"},{type:8,floorType:3,roomType:"100900000003",name:"\u53A8\u623F"},{type:9,floorType:1,roomType:"100900000003",name:"\u5F00\u653E\u53A8\u623F",onlySubArea:!0},{type:10,floorType:0,roomType:"100900000001",name:"\u591A\u529F\u80FD\u95F4"},{type:11,floorType:0,roomType:"100900000009",name:"\u4FDD\u59C6\u95F4"},{type:12,floorType:4,roomType:"100900000005",name:"\u9633\u53F0"},{type:13,floorType:4,roomType:"100900000006",name:"\u9732\u53F0"},{type:14,floorType:0,roomType:"100900000008",name:"\u50A8\u7269\u95F4"},{type:15,floorType:0,roomType:"100900000013",name:"\u8863\u5E3D\u95F4"},{type:16,floorType:0,roomType:"100900000011",name:"\u9601\u697C"},{type:17,floorType:2,roomType:"100900000007",name:"\u82B1\u56ED"},{type:18,floorType:5,roomType:"100900000010",name:"\u8F66\u5E93"},{type:19,floorType:1,roomType:"100900000012",name:"\u7535\u68AF"},{type:20,floorType:1,roomType:"100900000012",name:"\u5730\u4E0B\u5BA4"},{type:21,floorType:1,roomType:"100900000012",name:"\u5929\u4E95"},{type:22,floorType:1,roomType:"100900000012",name:"\u9633\u5149\u623F"},{type:23,floorType:1,roomType:"100900000012",name:"\u8FC7\u9053"},{type:24,floorType:1,roomType:"100900000012",name:"\u697C\u68AF\u95F4"},{type:25,floorType:1,roomType:"100900000012",name:"\u95E8\u5385"},{type:26,floorType:2,roomType:"100900000012",name:"\u5165\u6237\u82B1\u56ED"},{type:27,floorType:1,roomType:"100900000012",name:"\u7384\u5173"},{type:28,floorType:1,roomType:"100900000012",name:"\u6311\u7A7A"},{type:29,floorType:4,roomType:"100900000012",name:"\u667E\u6652\u533A"},{type:30,floorType:4,roomType:"100900000012",name:"\u6D17\u8863\u623F"},{type:31,floorType:0,roomType:"100900000012",name:"\u5A31\u4E50\u533A"},{type:32,floorType:0,roomType:"100900000012",name:"\u5065\u8EAB\u533A"},{type:33,floorType:0,roomType:"100900000012",name:"\u63A5\u5F85\u533A"},{type:34,floorType:0,roomType:"100900000012",name:"\u5F71\u97F3\u533A"},{type:35,floorType:1,roomType:"100900000012",name:"\u9910\u996E\u533A"},{type:36,floorType:1,roomType:"100900000012",name:"\u5176\u4ED6",onlySubArea:!0},{type:37,floorType:1,roomType:"100900000002",name:"\u8D77\u5C45\u5BA4"},{type:38,floorType:0,roomType:"100900000001",name:"\u4E3B\u5367"},{type:39,floorType:0,roomType:"100900000001",name:"\u6B21\u5367"},{type:40,floorType:0,roomType:"100900000001",name:"\u4F18\u5316\u95F4"},{type:41,floorType:0,roomType:"100900000001",name:"\u529E\u516C\u5BA4"},{type:42,floorType:0,roomType:"100900000001",name:"\u4F1A\u8BAE\u5BA4"},{type:43,floorType:0,roomType:"100900000001",name:"\u6D3D\u8C08\u95F4"},{type:44,floorType:1,roomType:"100900000002",name:"\u5171\u4EAB\u5927\u5385"},{type:45,floorType:1,roomType:"100900000012",name:"\u6C34\u5427"},{type:46,floorType:0,roomType:"100900000015",name:"\u51FA\u5165\u53E3"},{type:47,floorType:0,roomType:"100900000015",name:"\u5927\u5385"},{type:48,floorType:0,roomType:"100900000015",name:"\u5305\u53A2"},{type:49,floorType:0,roomType:"100900000015",name:"\u5176\u4ED6"},{type:50,floorType:0,roomType:"100900000016",name:"\u51FA\u5165\u53E3"},{type:51,floorType:0,roomType:"100900000016",name:"\u529E\u516C\u533A"},{type:52,floorType:0,roomType:"100900000016",name:"\u8001\u677F\u95F4"},{type:53,floorType:0,roomType:"100900000016",name:"\u4F1A\u8BAE\u5BA4"},{type:54,floorType:0,roomType:"100900000016",name:"\u4F11\u606F\u533A/\u6C34\u5427"},{type:55,floorType:0,roomType:"100900000016",name:"\u5176\u4ED6"},{type:56,floorType:2,roomType:"100900000012",name:"\u7A7A\u4E2D\u82B1\u56ED"},{type:57,floorType:0,roomType:"100900000001",name:"\u6D0B\u5BA4"},{type:58,floorType:0,roomType:"100900000001",name:"\u548C\u5BA4"}],e=[{type:0,description:"\u6728\u8D28\u5730\u677F"},{type:1,description:"\u74F7\u7816\u5730\u9762"},{type:2,description:"\u6237\u5916\u5730\u9762"},{type:3,description:"\u536B\u751F\u95F4\u5730\u9762"},{type:4,description:"\u9633\u53F0\u5730\u9762"},{type:5,description:"\u8F66\u5E93\u5730\u9762"}],p=[{roomType:"100900000001",description:"\u5BA4"},{roomType:"100900000002",description:"\u5385"},{roomType:"100900000003",description:"\u53A8"},{roomType:"100900000004",description:"\u536B"},{roomType:"100900000005",description:"\u9633\u53F0"},{roomType:"100900000006",description:"\u9732\u53F0"},{roomType:"100900000007",description:"\u82B1\u56ED"},{roomType:"100900000008",description:"\u50A8"},{roomType:"100900000009",description:"\u4FDD\u59C6\u95F4"},{roomType:"100900000010",description:"\u8F66\u5E93"},{roomType:"100900000011",description:"\u9601\u697C"},{roomType:"100900000012",description:"\u5176\u4ED6"},{roomType:"100900000013",description:"\u8863"},{roomType:"100900000015",description:"\u5546\u94FA"},{roomType:"100900000016",description:"\u5199\u5B57\u697C"}];exports.FLOOR_TYPE_MAP=e;exports.ROOM_FETILE_TYPE_MAP=o;exports.ROOM_TYPE_MAP=p;
@@ -1,8 +1 @@
1
- var a = /* @__PURE__ */ ((e) => (e.UnknownError = "UnknownError", e.DataNotLoaded = "DataNotLoaded", e.BreakOffByHide = "BreakOffByHide", e.BreakOffByDisable = "BreakOffByDisable", e.ModelNotLoaded = "ModelNotLoaded", e.ChangeModeError = "ChangeModeError", e.UpdateCameraError = "UpdateCameraError", e))(a || {});
2
- const d = 500, t = 80, O = 0.01;
3
- export {
4
- O as DEFAULT_SHOW_MODEL_OPACITY,
5
- t as FIVE_CAMERA_DEFAULT_FOV,
6
- a as FloorplanErrorType,
7
- d as SHOW_ANIME_DURATION
8
- };
1
+ "use strict";var a=(e=>(e.UnknownError="UnknownError",e.DataNotLoaded="DataNotLoaded",e.BreakOffByHide="BreakOffByHide",e.BreakOffByDisable="BreakOffByDisable",e.ModelNotLoaded="ModelNotLoaded",e.ChangeModeError="ChangeModeError",e.UpdateCameraError="UpdateCameraError",e))(a||{});const d=500,t=80;exports.FIVE_CAMERA_DEFAULT_FOV=t;exports.FloorplanErrorType=a;exports.SHOW_ANIME_DURATION=d;
@@ -1,36 +1 @@
1
- import { to as d } from "../../shared-utils/to.js";
2
- import { FloorplanErrorType as c } from "./constant.js";
3
- import f from "../../shared-utils/nearlyEqual.js";
4
- import M from "../../shared-utils/five/changeMode.js";
5
- function p(t, r) {
6
- if (t.currentMode !== r.mode)
7
- return !1;
8
- const { latitude: o, longitude: i, fov: a } = r, { latitude: n, longitude: e } = t.getCurrentState(), u = t.camera.fov;
9
- return !(!f(o, n, 2) || !f(i, e, 2) || a !== u);
10
- }
11
- async function v(t, r, o = !0) {
12
- if (p(t, r) === !0)
13
- return;
14
- const a = t.getCurrentState();
15
- if (a.mode !== r.mode) {
16
- const [s] = await d(M(t, [r.mode, r, void 0, o]));
17
- if (s)
18
- throw new Error(c.ChangeModeError);
19
- return;
20
- }
21
- const { latitude: n, longitude: e, fov: u } = a, l = Math.min(
22
- 1e3,
23
- Math.max(
24
- 200,
25
- Math.abs(n - Math.PI / 2) * 1e3,
26
- (e > Math.PI ? 2 * Math.PI - e : e) * 500,
27
- Math.abs(u - r.fov) * 10
28
- )
29
- ), [m] = await d(t.updateCamera(r, l, o));
30
- if (m)
31
- throw new Error(c.UpdateCameraError);
32
- }
33
- export {
34
- p as checkShowState,
35
- v as default
36
- };
1
+ "use strict";var c=(e,r,t)=>new Promise((i,o)=>{var s=a=>{try{u(t.next(a))}catch(l){o(l)}},n=a=>{try{u(t.throw(a))}catch(l){o(l)}},u=a=>a.done?i(a.value):Promise.resolve(a.value).then(s,n);u((t=t.apply(e,r)).next())});const d=require("../../shared-utils/to.js"),h=require("./constant.js"),f=require("../../shared-utils/nearlyEqual.js"),g=require("../../shared-utils/five/changeMode.js");function M(e,r){if(e.currentMode!==r.mode)return!1;const{latitude:t,longitude:i,fov:o}=r,{latitude:s,longitude:n}=e.getCurrentState(),u=e.camera.fov;return!(!f.nearlyEqual(t,s,2)||!f.nearlyEqual(i,n,2)||o!==u)}function m(e,r,t=!0){return c(this,null,function*(){if(M(e,r)===!0)return;const o=e.getCurrentState();if(o.mode!==r.mode){const[E]=yield d.to(g.changeMode(e,[r.mode,r,void 0,t]));if(E)throw new Error(h.FloorplanErrorType.ChangeModeError);return}const{latitude:s,longitude:n,fov:u}=o,a=Math.min(1e3,Math.max(200,Math.abs(s-Math.PI/2)*1e3,(n>Math.PI?2*Math.PI-n:n)*500,Math.abs(u-r.fov)*10)),[l]=yield d.to(e.updateCamera(r,a,t));if(l)throw new Error(h.FloorplanErrorType.UpdateCameraError)})}exports.checkShowState=M;exports.correctFiveState=m;