@realsee/dnalogel 2.1.2-alpha.0 → 2.1.2-alpha.2

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 (521) hide show
  1. package/README.md +3 -12
  2. package/docs/classes/CruisePluginController.html +24 -24
  3. package/docs/classes/Magnifier.html +16 -16
  4. package/docs/classes/ModelRoomLabelController.html +11 -11
  5. package/docs/classes/Object3DHelperController.html +24 -24
  6. package/docs/classes/PaintBrush.html +15 -15
  7. package/docs/classes/PanoTagPluginController.html +39 -39
  8. package/docs/classes/Util.BetterTween.html +8 -8
  9. package/docs/classes/Util.FivePointSelector.html +12 -12
  10. package/docs/classes/Util.Interval.html +12 -12
  11. package/docs/classes/Util.Magnifier.html +17 -17
  12. package/docs/classes/Util.PointDomHelper.html +11 -11
  13. package/docs/classes/Util.PointHelper.html +11 -11
  14. package/docs/classes/Util.Rectangle.html +13 -13
  15. package/docs/enums/CameraMovementEffect.html +7 -7
  16. package/docs/enums/ContentType.html +12 -12
  17. package/docs/enums/DIRECTION.html +9 -9
  18. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  19. package/docs/enums/DimensionType.html +7 -7
  20. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  21. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  22. package/docs/enums/LinkType.html +7 -7
  23. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  24. package/docs/enums/PointType.html +7 -7
  25. package/docs/enums/Rotation.html +8 -8
  26. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  27. package/docs/functions/CameraMovementPlugin.html +4 -4
  28. package/docs/functions/CruisePlugin.html +4 -4
  29. package/docs/functions/GuideLinePlugin.html +5 -5
  30. package/docs/functions/ItemLabelPlugin.html +4 -4
  31. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  32. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  33. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  34. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  35. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  36. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  37. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  38. package/docs/functions/ModelViewPlugin.html +4 -4
  39. package/docs/functions/Object3DHelperPlugin.html +4 -4
  40. package/docs/functions/PanoCompassPlugin.html +4 -4
  41. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  42. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  43. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  44. package/docs/functions/PanoMeasurePlugin.html +4 -4
  45. package/docs/functions/PanoRulerPlugin.html +4 -4
  46. package/docs/functions/PanoRulerProPlugin.html +4 -4
  47. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  48. package/docs/functions/PanoTagPlugin.html +4 -4
  49. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  50. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  51. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  52. package/docs/functions/Util.getFrameTime.html +5 -5
  53. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  54. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  55. package/docs/functions/Util.isNil.html +5 -5
  56. package/docs/functions/Util.nextFrame.html +5 -5
  57. package/docs/functions/Util.notNil.html +5 -5
  58. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  59. package/docs/functions/Util.tweenProgress.html +5 -5
  60. package/docs/functions/pluginFlag.html +5 -5
  61. package/docs/index.html +6 -11
  62. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  63. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  64. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  65. package/docs/interfaces/ContentTypeMap.html +12 -12
  66. package/docs/interfaces/FloorplanBounding.html +8 -8
  67. package/docs/interfaces/FloorplanData.html +10 -10
  68. package/docs/interfaces/FloorplanEntrance.html +11 -11
  69. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  70. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  71. package/docs/interfaces/FloorplanFloorData.html +9 -9
  72. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  73. package/docs/interfaces/FloorplanObserver.html +9 -9
  74. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  75. package/docs/interfaces/FloorplanPosition.html +7 -7
  76. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  77. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  78. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  79. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  80. package/docs/interfaces/FloorplanServerData.html +7 -7
  81. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  82. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  83. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  84. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  85. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  86. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  87. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  88. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  89. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  90. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  91. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  92. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  93. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  94. package/docs/interfaces/LineJson.html +7 -7
  95. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  96. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  97. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  98. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  99. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  100. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  101. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  102. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  103. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  104. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  105. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  106. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  107. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  108. package/docs/interfaces/Object3DHelperState.html +8 -8
  109. package/docs/interfaces/OpenParameter.html +7 -7
  110. package/docs/interfaces/PaintBrushAction.html +12 -12
  111. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  112. package/docs/interfaces/PaintBrushState.html +10 -10
  113. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  114. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  115. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  116. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  117. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  118. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  119. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  120. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  121. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  122. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  123. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  124. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  125. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  126. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  127. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  128. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  129. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  130. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  131. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  132. package/docs/interfaces/Point.html +8 -8
  133. package/docs/interfaces/PointJson.html +8 -8
  134. package/docs/interfaces/Room.html +9 -9
  135. package/docs/interfaces/RoomInfo.html +7 -7
  136. package/docs/interfaces/RoomLabel.html +14 -14
  137. package/docs/interfaces/RoomRules.html +5 -5
  138. package/docs/interfaces/Rooms.html +5 -5
  139. package/docs/interfaces/Scissor.html +9 -9
  140. package/docs/interfaces/TagConfig.html +10 -10
  141. package/docs/interfaces/Tags.html +9 -9
  142. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  143. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  144. package/docs/modules/Util.html +5 -5
  145. package/docs/modules.html +4 -4
  146. package/docs/types/ArrayPosition.html +5 -5
  147. package/docs/types/CSS3DRenderExportType.html +5 -5
  148. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  149. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  150. package/docs/types/Color.html +5 -5
  151. package/docs/types/ContentTypeConfigKey.html +5 -5
  152. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  153. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  154. package/docs/types/Create3DElementReturnType.html +5 -5
  155. package/docs/types/CruisePluginExportType.html +5 -5
  156. package/docs/types/Direction-1.html +5 -5
  157. package/docs/types/Direction4.html +5 -5
  158. package/docs/types/FloorplanRuleLabels.html +5 -5
  159. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  160. package/docs/types/GuideLinePluginExportType.html +5 -5
  161. package/docs/types/HelperEventMap.html +5 -5
  162. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  163. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  164. package/docs/types/MediaData.html +5 -5
  165. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  166. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  167. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  168. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  169. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  170. package/docs/types/MoveArgs.html +5 -5
  171. package/docs/types/MoveOpts.html +5 -5
  172. package/docs/types/Object3DHelperEventMap.html +5 -5
  173. package/docs/types/ObjectFit.html +5 -5
  174. package/docs/types/PaintBrushEventMap.html +5 -5
  175. package/docs/types/PanoCompassPluginData.html +5 -5
  176. package/docs/types/PanoCompassPluginExportType.html +5 -5
  177. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  178. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  179. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  180. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  181. package/docs/types/PanoMeasureReturnType.html +5 -5
  182. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  183. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  184. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  185. package/docs/types/PlaneTag.html +5 -5
  186. package/docs/types/PointTag.html +5 -5
  187. package/docs/types/Position.html +5 -5
  188. package/docs/types/RotateArgs.html +5 -5
  189. package/docs/types/RotateOpts.html +5 -5
  190. package/docs/types/RuleLabelsKey.html +5 -5
  191. package/docs/types/RuleLabelsValue.html +5 -5
  192. package/docs/types/Tag.html +5 -5
  193. package/docs/types/Tag2D.html +5 -5
  194. package/docs/types/Tag3D.html +5 -5
  195. package/docs/types/TagId.html +5 -5
  196. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  197. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  198. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  199. package/docs/variables/PLUGIN.html +5 -5
  200. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  201. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  202. package/docs/variables/VERSION.html +5 -5
  203. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  204. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  205. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  206. package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -331
  207. package/libs/CSS3DRenderPlugin/Controller.js +1 -84
  208. package/libs/CSS3DRenderPlugin/index.js +1 -6
  209. package/libs/CSS3DRenderPlugin/typing.js +1 -0
  210. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -67
  211. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +1 -10
  212. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +1 -7
  213. package/libs/CSS3DRenderPlugin/utils/index.js +1 -0
  214. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -7
  215. package/libs/CSS3DRenderPlugin/utils/random.js +1 -0
  216. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +1 -88
  217. package/libs/CameraMovementPlugin/index.js +1 -0
  218. package/libs/CameraMovementPlugin/typing.js +1 -5
  219. package/libs/CruisePlugin/Controller.js +1 -484
  220. package/libs/CruisePlugin/index.js +1 -8
  221. package/libs/CruisePlugin/utils/coordinatesAngle.js +1 -8
  222. package/libs/CruisePlugin/utils/coordinatesToVector.js +1 -12
  223. package/libs/CruisePlugin/utils/formatRad.js +1 -7
  224. package/libs/CruisePlugin/utils/linerValue.js +1 -7
  225. package/libs/CruisePlugin/utils/safeCall.js +1 -28
  226. package/libs/CruisePlugin/utils/sleep.js +1 -10
  227. package/libs/CruisePlugin/utils/vectorToCoordinates.js +1 -10
  228. package/libs/GuideLinePlugin/Controller.js +1 -144
  229. package/libs/GuideLinePlugin/index.js +1 -6
  230. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +1 -13
  231. package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -64
  232. package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -271
  233. package/libs/ItemLabelPlugin/ItemLabelItem.js +2 -133
  234. package/libs/ItemLabelPlugin/Plugin.js +2 -76
  235. package/libs/ItemLabelPlugin/index.js +1 -12
  236. package/libs/ItemLabelPlugin/typings.js +1 -4
  237. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +1 -4
  238. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +1 -16
  239. package/libs/ItemLabelPlugin/utils/isImpacted.js +1 -10
  240. package/libs/ItemLabelPlugin/utils/parseData.js +1 -21
  241. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +1 -21
  242. package/libs/ModelChassisCompassPlugin/Plugin.js +1 -71
  243. package/libs/ModelChassisCompassPlugin/index.js +1 -0
  244. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +1 -78
  245. package/libs/ModelEntryDoorGuidePlugin/index.js +1 -0
  246. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -212
  247. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +2 -42
  248. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +2 -74
  249. package/libs/ModelItemLabelPlugin/events.type.js +1 -0
  250. package/libs/ModelItemLabelPlugin/index.js +1 -12
  251. package/libs/ModelItemLabelPlugin/typings.js +1 -4
  252. package/libs/ModelItemLabelPlugin/utils/parseData.js +1 -19
  253. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -4
  254. package/libs/ModelRoomLabelPlugin/Controller.js +1 -60
  255. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -45
  256. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -162
  257. package/libs/ModelRoomLabelPlugin/index.js +1 -10
  258. package/libs/ModelRoomLabelPlugin/utils/parseData.js +1 -16
  259. package/libs/ModelTVVideoPlugin/Plugin.js +1 -164
  260. package/libs/ModelTVVideoPlugin/index.js +1 -0
  261. package/libs/ModelTVVideoPlugin/typings.js +1 -4
  262. package/libs/ModelTVVideoPlugin/utils/parseData.js +1 -20
  263. package/libs/ModelViewPlugin/Plugin.js +1 -107
  264. package/libs/ModelViewPlugin/index.js +1 -0
  265. package/libs/Object3DHelperPlugin/Controller.js +1 -145
  266. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +1 -32
  267. package/libs/Object3DHelperPlugin/index.js +1 -10
  268. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +1 -4
  269. package/libs/PanoCompassPlugin/Controller.js +1 -224
  270. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -24
  271. package/libs/PanoCompassPlugin/index.js +1 -6
  272. package/libs/PanoCursorRaycasterPlugin/index.js +1 -59
  273. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -59
  274. package/libs/PanoDoorLabelPlugin/Controller.js +1 -219
  275. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -65
  276. package/libs/PanoDoorLabelPlugin/index.js +1 -6
  277. package/libs/PanoDoorLabelPlugin/utils.js +1 -23
  278. package/libs/PanoMeasurePlugin/Controller/BaseController.js +1 -53
  279. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -102
  280. package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -125
  281. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -33
  282. package/libs/PanoMeasurePlugin/Controller/ViewController.js +1 -90
  283. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -154
  284. package/libs/PanoMeasurePlugin/Controller/index.js +1 -140
  285. package/libs/PanoMeasurePlugin/Model/index.js +1 -92
  286. package/libs/PanoMeasurePlugin/Model/line.js +1 -56
  287. package/libs/PanoMeasurePlugin/Model/point.js +1 -30
  288. package/libs/PanoMeasurePlugin/Model/polyline.js +1 -47
  289. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +2 -5
  290. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -4
  291. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -4
  292. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +3 -67
  293. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +1 -28
  294. package/libs/PanoMeasurePlugin/Modules/GuideController.js +1 -41
  295. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -103
  296. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +8 -12
  297. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +1 -50
  298. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -36
  299. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -48
  300. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +3 -8
  301. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +1 -39
  302. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +1 -62
  303. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +2 -7
  304. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -130
  305. package/libs/PanoMeasurePlugin/index.js +1 -11
  306. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -12
  307. package/libs/PanoMeasurePlugin/utils/constants.js +1 -36
  308. package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -62
  309. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +1 -13
  310. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +1 -15
  311. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +1 -9
  312. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +1 -8
  313. package/libs/PanoMeasurePlugin/utils/ironbox.js +1 -4
  314. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +1 -7
  315. package/libs/PanoMeasurePlugin/utils/line.js +1 -18
  316. package/libs/PanoMeasurePlugin/utils/math.js +1 -13
  317. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +3 -33
  318. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +1 -8
  319. package/libs/PanoRulerPlugin/Plugin.js +2 -263
  320. package/libs/PanoRulerPlugin/index.js +1 -0
  321. package/libs/PanoRulerPlugin/style.js +2 -5
  322. package/libs/PanoRulerProPlugin/Controller.js +1 -93
  323. package/libs/PanoRulerProPlugin/RulerItem.js +1 -128
  324. package/libs/PanoRulerProPlugin/RulerItems.js +1 -180
  325. package/libs/PanoRulerProPlugin/index.js +1 -6
  326. package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -81
  327. package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -124
  328. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -247
  329. package/libs/PanoSpatialTagPlugin/index.js +1 -0
  330. package/libs/PanoSpatialTagPlugin/store.js +1 -5
  331. package/libs/PanoSpatialTagPlugin/style.js +1 -11
  332. package/libs/PanoSpatialTagPlugin/typings.js +1 -0
  333. package/libs/PanoTagPlugin/Assets/Icon.js +1 -6
  334. package/libs/PanoTagPlugin/Components/Common/Arrow.js +1 -103
  335. package/libs/PanoTagPlugin/Components/Common/Audio.js +1 -166
  336. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -93
  337. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -90
  338. package/libs/PanoTagPlugin/Components/Common/Media.js +1 -393
  339. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -139
  340. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +1 -170
  341. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +1 -51
  342. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +1 -51
  343. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +1 -166
  344. package/libs/PanoTagPlugin/Components/Common/Shadow.js +15 -124
  345. package/libs/PanoTagPlugin/Components/Common/Text.js +1 -131
  346. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +1 -134
  347. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +1 -73
  348. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +1 -192
  349. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +1 -126
  350. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -258
  351. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +1 -87
  352. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +1 -122
  353. package/libs/PanoTagPlugin/Components/Tag/index.js +2 -289
  354. package/libs/PanoTagPlugin/Components/TagContainer.js +1 -156
  355. package/libs/PanoTagPlugin/Components/TagWrapper.js +1 -153
  356. package/libs/PanoTagPlugin/controller/TagCacheController.js +1 -31
  357. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -264
  358. package/libs/PanoTagPlugin/controller/index.js +1 -377
  359. package/libs/PanoTagPlugin/index.js +1 -9
  360. package/libs/PanoTagPlugin/tag.config.js +1 -44
  361. package/libs/PanoTagPlugin/typings/controller.js +1 -0
  362. package/libs/PanoTagPlugin/typings/index.js +1 -0
  363. package/libs/PanoTagPlugin/typings/tag.js +1 -7
  364. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -6
  365. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -27
  366. package/libs/PanoTagPlugin/utils/checkRange.js +1 -10
  367. package/libs/PanoTagPlugin/utils/constants.js +1 -8
  368. package/libs/PanoTagPlugin/utils/debounce.js +1 -12
  369. package/libs/PanoTagPlugin/utils/doUtil.js +1 -12
  370. package/libs/PanoTagPlugin/utils/index.js +1 -0
  371. package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -4
  372. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +1 -13
  373. package/libs/PanoTagPlugin/utils/planeNormal.js +1 -11
  374. package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -17
  375. package/libs/PanoTagPlugin/utils/search.js +1 -15
  376. package/libs/PanoTagPlugin/utils/tagPosition.js +1 -13
  377. package/libs/PanoTagPlugin/utils/throttle.js +1 -11
  378. package/libs/base/BasePlugin.js +1 -18
  379. package/libs/base/BasePluginWithData.js +1 -6
  380. package/libs/components/PaintBrush/Controller.js +1 -308
  381. package/libs/components/PaintBrush/Subscribe.js +1 -47
  382. package/libs/components/PaintBrush/index.js +1 -45
  383. package/libs/components/PaintBrush/style.js +2 -5
  384. package/libs/components/PaintBrush/tween.js +1 -11
  385. package/libs/components/PaintBrush/typings.js +1 -4
  386. package/libs/components/PaintBrush/utils.js +1 -45
  387. package/libs/components/index.js +1 -0
  388. package/libs/floorplan/Assets/camera.js +1 -4
  389. package/libs/floorplan/Assets/compass.js +1 -4
  390. package/libs/floorplan/Assets/floorplanExtraObject.js +1 -4
  391. package/libs/floorplan/Components/BaseImage.js +1 -103
  392. package/libs/floorplan/Components/Camera.js +1 -62
  393. package/libs/floorplan/Components/Compass.js +1 -60
  394. package/libs/floorplan/Components/CurrentFloor.js +1 -246
  395. package/libs/floorplan/Components/Main.js +1 -264
  396. package/libs/floorplan/Components/Normalmage.js +1 -37
  397. package/libs/floorplan/Components/RoomHighlight/Room.js +1 -61
  398. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -121
  399. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -153
  400. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -174
  401. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -196
  402. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -37
  403. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -39
  404. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -37
  405. package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -134
  406. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -139
  407. package/libs/floorplan/Components/SvgImage.js +2 -39
  408. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -321
  409. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -6
  410. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -316
  411. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -6
  412. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -85
  413. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -129
  414. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -72
  415. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -183
  416. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -164
  417. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -6
  418. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -273
  419. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -6
  420. package/libs/floorplan/constant.js +1 -4
  421. package/libs/floorplan/index.js +1 -0
  422. package/libs/floorplan/typings/floorplanData.js +1 -0
  423. package/libs/floorplan/typings/floorplanServerData.js +1 -101
  424. package/libs/floorplan/utils/constant.js +1 -7
  425. package/libs/floorplan/utils/correctFiveState.js +1 -54
  426. package/libs/floorplan/utils/formatData.js +1 -104
  427. package/libs/floorplan/utils/formatPosition.js +1 -35
  428. package/libs/index.js +1 -92
  429. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -152
  430. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -53
  431. package/libs/shared-utils/Object3DHelper/Constants/color.js +1 -21
  432. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +1 -18
  433. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -66
  434. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -109
  435. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -134
  436. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -79
  437. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -41
  438. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -14
  439. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -30
  440. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +1 -35
  441. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -2
  442. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +1 -137
  443. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +1 -136
  444. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  445. package/libs/shared-utils/Object3DHelper/index.js +1 -169
  446. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -0
  447. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -0
  448. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -0
  449. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -0
  450. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +1 -11
  451. package/libs/shared-utils/Object3DHelper/utils/direction.js +1 -22
  452. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -0
  453. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +1 -14
  454. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -0
  455. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -0
  456. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -0
  457. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -0
  458. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -191
  459. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +1 -6
  460. package/libs/shared-utils/Subscribe.js +1 -50
  461. package/libs/shared-utils/animationFrame/BetterTween.js +1 -26
  462. package/libs/shared-utils/animationFrame/calculateProgress.js +1 -6
  463. package/libs/shared-utils/animationFrame/formatRad.js +1 -11
  464. package/libs/shared-utils/animationFrame/index.js +1 -31
  465. package/libs/shared-utils/animationFrame/tween.js +1 -30
  466. package/libs/shared-utils/changeModelCanvasOpacity.js +1 -12
  467. package/libs/shared-utils/createCanvasTextTexture.js +1 -11
  468. package/libs/shared-utils/createLine/index.js +1 -9
  469. package/libs/shared-utils/debounce.js +1 -11
  470. package/libs/shared-utils/equal.js +1 -54
  471. package/libs/shared-utils/filter.js +1 -10
  472. package/libs/shared-utils/five/changeMode.js +1 -39
  473. package/libs/shared-utils/getPxmm.js +1 -21
  474. package/libs/shared-utils/index.js +1 -31
  475. package/libs/shared-utils/isNil.js +1 -10
  476. package/libs/shared-utils/isTruelyObject.js +1 -6
  477. package/libs/shared-utils/math/Interval.js +1 -23
  478. package/libs/shared-utils/math/Rectangle.js +1 -23
  479. package/libs/shared-utils/math/index.js +1 -0
  480. package/libs/shared-utils/math/planimetry.js +1 -48
  481. package/libs/shared-utils/math/rad2Deg.js +1 -6
  482. package/libs/shared-utils/nearlyEqual.js +1 -6
  483. package/libs/shared-utils/nextFrame.js +1 -6
  484. package/libs/shared-utils/noop.js +1 -5
  485. package/libs/shared-utils/object3d2LocalMatrix.js +1 -19
  486. package/libs/shared-utils/removeArrayItem.js +1 -8
  487. package/libs/shared-utils/tap.js +1 -6
  488. package/libs/shared-utils/three/Assets/index.js +1 -4
  489. package/libs/shared-utils/three/FivePointSelector.js +1 -49
  490. package/libs/shared-utils/three/Magnifier.js +1 -104
  491. package/libs/shared-utils/three/PointDomHelper.js +1 -60
  492. package/libs/shared-utils/three/PointHelper.js +3 -60
  493. package/libs/shared-utils/three/getCoords.js +1 -13
  494. package/libs/shared-utils/three/getIntersect.js +1 -8
  495. package/libs/shared-utils/three/getRaycaster.js +1 -12
  496. package/libs/shared-utils/three/index.js +1 -0
  497. package/libs/shared-utils/three/loadTexture.js +1 -28
  498. package/libs/shared-utils/three/transformPositionToVector3.js +1 -5
  499. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +1 -24
  500. package/libs/shared-utils/throttle.js +1 -11
  501. package/libs/shared-utils/tinyEJSrender.js +14 -138
  502. package/libs/shared-utils/to.js +1 -29
  503. package/libs/shared-utils/uuid.js +1 -10
  504. package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -0
  505. package/libs/vendor/swiper/components-shared/get-params.js +1 -0
  506. package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -0
  507. package/libs/vendor/swiper/components-shared/params-list.js +1 -0
  508. package/libs/vendor/swiper/components-shared/update-swiper.js +1 -0
  509. package/libs/vendor/swiper/components-shared/utils.js +1 -0
  510. package/libs/vendor/swiper/svelte/swiper-slide.js +1 -0
  511. package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -0
  512. package/libs/vendor/swiper/svelte/swiper.js +1 -0
  513. package/package.json +187 -17
  514. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-changed-params.js +0 -29
  515. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-params.js +0 -23
  516. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/mount-swiper.js +0 -14
  517. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/params-list.js +0 -120
  518. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/update-swiper.js +0 -36
  519. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/utils.js +0 -32
  520. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js +0 -182
  521. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js +0 -254
@@ -1,6 +1 @@
1
- import { Controller as e } from "./Controller.js";
2
- const n = (o, r) => new e(o, r);
3
- export {
4
- n as TopviewFloorplanPlugin,
5
- n as default
6
- };
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;
@@ -0,0 +1 @@
1
+ "use strict";require("svelte/internal");require("svelte/easing");require("svelte/transition");require("svelte/store");require("svelte");require("three");
@@ -0,0 +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,7 +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;
3
- export {
4
- t as FIVE_CAMERA_DEFAULT_FOV,
5
- a as FloorplanErrorType,
6
- d as SHOW_ANIME_DURATION
7
- };
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,54 +1 @@
1
- var f = (t, r, e) => new Promise((c, a) => {
2
- var i = (o) => {
3
- try {
4
- u(e.next(o));
5
- } catch (d) {
6
- a(d);
7
- }
8
- }, n = (o) => {
9
- try {
10
- u(e.throw(o));
11
- } catch (d) {
12
- a(d);
13
- }
14
- }, u = (o) => o.done ? c(o.value) : Promise.resolve(o.value).then(i, n);
15
- u((e = e.apply(t, r)).next());
16
- });
17
- import { to as l } from "../../shared-utils/to.js";
18
- import { FloorplanErrorType as m } from "./constant.js";
19
- import s from "../../shared-utils/nearlyEqual.js";
20
- import p from "../../shared-utils/five/changeMode.js";
21
- function g(t, r) {
22
- if (t.currentMode !== r.mode)
23
- return !1;
24
- const { latitude: e, longitude: c, fov: a } = r, { latitude: i, longitude: n } = t.getCurrentState(), u = t.camera.fov;
25
- return !(!s(e, i, 2) || !s(c, n, 2) || a !== u);
26
- }
27
- function F(t, r, e = !0) {
28
- return f(this, null, function* () {
29
- if (g(t, r) === !0)
30
- return;
31
- const a = t.getCurrentState();
32
- if (a.mode !== r.mode) {
33
- const [M] = yield l(p(t, [r.mode, r, void 0, e]));
34
- if (M)
35
- throw new Error(m.ChangeModeError);
36
- return;
37
- }
38
- const { latitude: i, longitude: n, fov: u } = a, o = Math.min(
39
- 1e3,
40
- Math.max(
41
- 200,
42
- Math.abs(i - Math.PI / 2) * 1e3,
43
- (n > Math.PI ? 2 * Math.PI - n : n) * 500,
44
- Math.abs(u - r.fov) * 10
45
- )
46
- ), [d] = yield l(t.updateCamera(r, o, e));
47
- if (d)
48
- throw new Error(m.UpdateCameraError);
49
- });
50
- }
51
- export {
52
- g as checkShowState,
53
- F as default
54
- };
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;
@@ -1,104 +1 @@
1
- var c = (o, r, e) => new Promise((l, n) => {
2
- var i = (t) => {
3
- try {
4
- s(e.next(t));
5
- } catch (p) {
6
- n(p);
7
- }
8
- }, m = (t) => {
9
- try {
10
- s(e.throw(t));
11
- } catch (p) {
12
- n(p);
13
- }
14
- }, s = (t) => t.done ? l(t.value) : Promise.resolve(t.value).then(i, m);
15
- s((e = e.apply(o, r)).next());
16
- });
17
- import { FLOORPLAN_EXTRA_OBJECT_IMAGE as a } from "../Assets/floorplanExtraObject.js";
18
- import { getFloorIndexFromModelPosition as f, modelPosition2FloorplanPosition as u, floorplanPosition2ImagePosition as _ } from "./formatPosition.js";
19
- function I(o) {
20
- return c(this, null, function* () {
21
- const r = new Headers({ "Content-Type": "text/plain" }), e = function(n) {
22
- return c(this, null, function* () {
23
- const i = {
24
- index: n.index,
25
- url: n.url,
26
- svgUrl: n.svg_url
27
- };
28
- if (n.svg_url) {
29
- const m = yield fetch(n.svg_url, { headers: r }).then((s) => s.text());
30
- i.svgContent = m;
31
- }
32
- return i;
33
- });
34
- };
35
- return yield Promise.all(o.map(e));
36
- });
37
- }
38
- function g(o) {
39
- return {
40
- id: o.id,
41
- size: o.size,
42
- name: o.name,
43
- path: o.path,
44
- roomType: o.room_type,
45
- floorType: o.floor_type,
46
- roomLabel: {
47
- position: o.room_label.position,
48
- positionInImage: o.room_label.position_in_image
49
- },
50
- observerIndexs: o.observer_indexs
51
- };
52
- }
53
- function x(o) {
54
- return {
55
- floorName: o.floor_name,
56
- floorIndex: o.floor_index,
57
- rooms: o.rooms.map(g),
58
- rules: o.rules
59
- };
60
- }
61
- function d(o) {
62
- return {
63
- index: o.index,
64
- floorIndex: o.floor_index,
65
- position: o.position,
66
- positionInImage: o.position_in_image
67
- };
68
- }
69
- function v(o) {
70
- return {
71
- rad: o.rad,
72
- position: o.position,
73
- positionInImage: o.position_in_image,
74
- northRad: o.north_rad,
75
- roomId: o.room_id,
76
- floorIndex: o.floor_index
77
- };
78
- }
79
- function P(o) {
80
- return c(this, null, function* () {
81
- const r = yield I(o.outlines), e = o.computed_data.bounding, l = o.computed_data.floor_datas.map(x), n = o.computed_data.entrance ? v(o.computed_data.entrance) : null;
82
- return {
83
- outlines: r,
84
- entrance: n,
85
- bounding: e,
86
- floorDatas: l,
87
- observers: o.computed_data.observers.map(d)
88
- };
89
- });
90
- }
91
- function y(o, r, e) {
92
- return o.map((n) => {
93
- const i = n.position, m = n.icon ? n.icon : {
94
- url: a,
95
- width: 45,
96
- height: 48
97
- }, s = f(i, r), t = u(i, e), p = _(t, e);
98
- return { floorIndex: s, icon: m, id: n.id, position: t, positionInImage: p };
99
- });
100
- }
101
- export {
102
- P as default,
103
- y as formatExtraObjects
104
- };
1
+ "use strict";var m=(o,r,t)=>new Promise((l,n)=>{var i=e=>{try{s(t.next(e))}catch(c){n(c)}},a=e=>{try{s(t.throw(e))}catch(c){n(c)}},s=e=>e.done?l(e.value):Promise.resolve(e.value).then(i,a);s((t=t.apply(o,r)).next())});const f=require("../Assets/floorplanExtraObject.js"),p=require("./formatPosition.js");function u(o){return m(this,null,function*(){const r=new Headers({"Content-Type":"text/plain"}),t=function(n){return m(this,null,function*(){const i={index:n.index,url:n.url,svgUrl:n.svg_url};if(n.svg_url){const a=yield fetch(n.svg_url,{headers:r}).then(s=>s.text());i.svgContent=a}return i})};return yield Promise.all(o.map(t))})}function _(o){return{id:o.id,size:o.size,name:o.name,path:o.path,roomType:o.room_type,floorType:o.floor_type,roomLabel:{position:o.room_label.position,positionInImage:o.room_label.position_in_image},observerIndexs:o.observer_indexs}}function I(o){return{floorName:o.floor_name,floorIndex:o.floor_index,rooms:o.rooms.map(_),rules:o.rules}}function g(o){return{index:o.index,floorIndex:o.floor_index,position:o.position,positionInImage:o.position_in_image}}function x(o){return{rad:o.rad,position:o.position,positionInImage:o.position_in_image,northRad:o.north_rad,roomId:o.room_id,floorIndex:o.floor_index}}function d(o){return m(this,null,function*(){const r=yield u(o.outlines),t=o.computed_data.bounding,l=o.computed_data.floor_datas.map(I),n=o.computed_data.entrance?x(o.computed_data.entrance):null;return{outlines:r,entrance:n,bounding:t,floorDatas:l,observers:o.computed_data.observers.map(g)}})}function O(o,r,t){return o.map(n=>{const i=n.position,a=n.icon?n.icon:{url:f.FLOORPLAN_EXTRA_OBJECT_IMAGE,width:45,height:48},s=p.getFloorIndexFromModelPosition(i,r),e=p.modelPosition2FloorplanPosition(i,t),c=p.floorplanPosition2ImagePosition(e,t);return{floorIndex:s,icon:a,id:n.id,position:e,positionInImage:c}})}exports.formatData=d;exports.formatExtraObjects=O;
@@ -1,35 +1 @@
1
- function f(o, t = {}) {
2
- let n = "";
3
- const { needZ: r, needA: i } = t;
4
- return (r ? o.slice().concat(o[0]) : o.slice()).forEach((c, e) => {
5
- const { x, y: s } = t.format ? t.format(c) : c, u = x + "," + s;
6
- return e === 0 ? (n += "M" + u, n) : i != null && i[e] ? (n += "A" + i[e] + "," + u, n) : (n += "L" + u, n);
7
- }), n + (r ? "Z" : "");
8
- }
9
- function m({ x: o, y: t }, n) {
10
- const { max: r, min: i } = n;
11
- return { x: o - i.x, y: r.y - t };
12
- }
13
- function d(o, t) {
14
- const n = o.x * 1e3 + t.bounding.origin.x, r = -o.z * 1e3 + t.bounding.origin.y;
15
- return { x: n, y: r };
16
- }
17
- function l(o, t) {
18
- const n = t.bounding, r = n.max.x - n.min.x, i = n.max.y - n.min.y;
19
- return {
20
- x: (o.x - n.min.x) / r,
21
- y: (n.max.y - o.y) / i
22
- };
23
- }
24
- function g(o, t) {
25
- return Math.max(
26
- ...t.work.observers.map((r) => o.z >= r.standingPosition.z ? r.floorIndex : 0)
27
- );
28
- }
29
- export {
30
- m as default,
31
- l as floorplanPosition2ImagePosition,
32
- g as getFloorIndexFromModelPosition,
33
- d as modelPosition2FloorplanPosition,
34
- f as pathD
35
- };
1
+ "use strict";function a(n,t={}){let o="";const{needZ:i,needA:r}=t;return(i?n.slice().concat(n[0]):n.slice()).forEach((c,e)=>{const{x:l,y:u}=t.format?t.format(c):c,s=l+","+u;return e===0?(o+="M"+s,o):r!=null&&r[e]?(o+="A"+r[e]+","+s,o):(o+="L"+s,o)}),o+(i?"Z":"")}function m({x:n,y:t},o){const{max:i,min:r}=o;return{x:n-r.x,y:i.y-t}}function x(n,t){const o=n.x*1e3+t.bounding.origin.x,i=-n.z*1e3+t.bounding.origin.y;return{x:o,y:i}}function f(n,t){const o=t.bounding,i=o.max.x-o.min.x,r=o.max.y-o.min.y;return{x:(n.x-o.min.x)/i,y:(o.max.y-n.y)/r}}function d(n,t){return Math.max(...t.work.observers.map(i=>n.z>=i.standingPosition.z?i.floorIndex:0))}exports.floorplanPosition2ImagePosition=f;exports.formatFloorplanPoint=m;exports.getFloorIndexFromModelPosition=d;exports.modelPosition2FloorplanPosition=x;exports.pathD=a;
package/libs/index.js CHANGED
@@ -1,92 +1 @@
1
- import { PaintBrush as l } from "./components/PaintBrush/index.js";
2
- import { PaintBrushTypeEnum as n } from "./components/PaintBrush/typings.js";
3
- import { ModelViewPlugin as P } from "./ModelViewPlugin/Plugin.js";
4
- import { CSS3DRenderPlugin as p } from "./CSS3DRenderPlugin/index.js";
5
- import { PanoCursorRaycasterPlugin as f } from "./PanoCursorRaycasterPlugin/index.js";
6
- import { ModelRoomLabelPlugin as x, modelRoomLabelPluginServerParams as g } from "./ModelRoomLabelPlugin/index.js";
7
- import { FLOOR_PLAN_ATTACHED_TO as s } from "./floorplan/constant.js";
8
- import { ModelFloorplanPlugin as d } from "./floorplan/ModelFloorplanPlugin/index.js";
9
- import { MapviewFloorplanPlugin as E } from "./floorplan/MapviewFloorplanPlugin/index.js";
10
- import { TopviewFloorplanPlugin as R } from "./floorplan/TopviewFloorplanPlugin/index.js";
11
- import { PanoFloorplanRadarPlugin as O } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
12
- import { FLOOR_TYPE_MAP as A, ROOM_FETILE_TYPE_MAP as S, ROOM_TYPE_MAP as D } from "./floorplan/typings/floorplanServerData.js";
13
- import { ModelChassisCompassPlugin as Y } from "./ModelChassisCompassPlugin/Plugin.js";
14
- import { ModelEntryDoorGuidePlugin as v } from "./ModelEntryDoorGuidePlugin/Plugin.js";
15
- import { CameraMovementPlugin as G } from "./CameraMovementPlugin/CameraMovementPlugin.js";
16
- import { CameraMovementEffect as c, Rotation as V } from "./CameraMovementPlugin/typing.js";
17
- import { PanoRulerPlugin as w } from "./PanoRulerPlugin/Plugin.js";
18
- import { PanoRulerProPlugin as H } from "./PanoRulerProPlugin/index.js";
19
- import { PanoCompassPlugin as j } from "./PanoCompassPlugin/index.js";
20
- import { PanoMeasurePlugin as q } from "./PanoMeasurePlugin/index.js";
21
- import { PanoSpatialTagPlugin as J } from "./PanoSpatialTagPlugin/Plugin.js";
22
- import { modelItemLabelPluginServerParams as Q } from "./ModelItemLabelPlugin/index.js";
23
- import { ModelTVVideoPlugin as X } from "./ModelTVVideoPlugin/Plugin.js";
24
- import { DIRECTION as $ } from "./ModelTVVideoPlugin/typings.js";
25
- import { itemLabelPluginServerParams as ro } from "./ItemLabelPlugin/index.js";
26
- import { PanoDoorLabelPlugin as lo } from "./PanoDoorLabelPlugin/index.js";
27
- import { GuideLinePlugin as no } from "./GuideLinePlugin/index.js";
28
- import { CruisePlugin as Po } from "./CruisePlugin/index.js";
29
- import { PanoTagPlugin as po } from "./PanoTagPlugin/index.js";
30
- import { Object3DHelperPlugin as fo } from "./Object3DHelperPlugin/index.js";
31
- import * as o from "./shared-utils/index.js";
32
- import { default as xo } from "./PanoMeasurePlugin/Modules/Magnifier.js";
33
- import { ModelItemLabelPlugin as To } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
34
- import { Plugin as Lo } from "./ItemLabelPlugin/Plugin.js";
35
- import { default as Eo } from "./CruisePlugin/Controller.js";
36
- import { DISPLAY_STRATEGY_TYPE as Ro } from "./ModelItemLabelPlugin/typings.js";
37
- import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Oo } from "./ItemLabelPlugin/typings.js";
38
- import { default as Ao, pluginFlag as So } from "./PanoTagPlugin/controller/index.js";
39
- import { ContentType as bo, DimensionType as Yo, LinkType as Fo, PointType as vo } from "./PanoTagPlugin/typings/tag.js";
40
- import { Object3DHelperController as Go, PLUGIN as No, VERSION as co } from "./Object3DHelperPlugin/Controller.js";
41
- export {
42
- p as CSS3DRenderPlugin,
43
- c as CameraMovementEffect,
44
- G as CameraMovementPlugin,
45
- bo as ContentType,
46
- Po as CruisePlugin,
47
- Eo as CruisePluginController,
48
- $ as DIRECTION,
49
- Ro as DISPLAY_STRATEGY_TYPE,
50
- Yo as DimensionType,
51
- s as FLOOR_PLAN_ATTACHED_TO,
52
- A as FLOOR_TYPE_MAP,
53
- no as GuideLinePlugin,
54
- Oo as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
55
- Lo as ItemLabelPlugin,
56
- Fo as LinkType,
57
- xo as Magnifier,
58
- E as MapviewFloorplanPlugin,
59
- Y as ModelChassisCompassPlugin,
60
- v as ModelEntryDoorGuidePlugin,
61
- d as ModelFloorplanPlugin,
62
- To as ModelItemLabelPlugin,
63
- x as ModelRoomLabelPlugin,
64
- X as ModelTVVideoPlugin,
65
- P as ModelViewPlugin,
66
- Go as Object3DHelperController,
67
- fo as Object3DHelperPlugin,
68
- No as PLUGIN,
69
- l as PaintBrush,
70
- n as PaintBrushTypeEnum,
71
- j as PanoCompassPlugin,
72
- f as PanoCursorRaycasterPlugin,
73
- lo as PanoDoorLabelPlugin,
74
- O as PanoFloorplanRadarPlugin,
75
- q as PanoMeasurePlugin,
76
- w as PanoRulerPlugin,
77
- H as PanoRulerProPlugin,
78
- J as PanoSpatialTagPlugin,
79
- po as PanoTagPlugin,
80
- Ao as PanoTagPluginController,
81
- vo as PointType,
82
- S as ROOM_FETILE_TYPE_MAP,
83
- D as ROOM_TYPE_MAP,
84
- V as Rotation,
85
- R as TopviewFloorplanPlugin,
86
- o as Util,
87
- co as VERSION,
88
- ro as itemLabelPluginServerParams,
89
- Q as modelItemLabelPluginServerParams,
90
- g as modelRoomLabelPluginServerParams,
91
- So as pluginFlag
92
- };
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const s=require("./components/PaintBrush/index.js"),u=require("./components/PaintBrush/typings.js"),a=require("./ModelViewPlugin/Plugin.js"),t=require("./CSS3DRenderPlugin/index.js"),P=require("./PanoCursorRaycasterPlugin/index.js"),n=require("./ModelRoomLabelPlugin/index.js"),g=require("./floorplan/constant.js"),j=require("./floorplan/ModelFloorplanPlugin/index.js"),d=require("./floorplan/MapviewFloorplanPlugin/index.js"),q=require("./floorplan/TopviewFloorplanPlugin/index.js"),m=require("./floorplan/PanoFloorplanRadarPlugin/index.js"),r=require("./floorplan/typings/floorplanServerData.js"),p=require("./ModelChassisCompassPlugin/Plugin.js"),C=require("./ModelEntryDoorGuidePlugin/Plugin.js"),M=require("./CameraMovementPlugin/CameraMovementPlugin.js"),l=require("./CameraMovementPlugin/typing.js"),c=require("./PanoRulerPlugin/Plugin.js"),T=require("./PanoRulerProPlugin/index.js"),h=require("./PanoCompassPlugin/index.js"),_=require("./PanoMeasurePlugin/index.js"),b=require("./PanoSpatialTagPlugin/Plugin.js"),L=require("./ModelItemLabelPlugin/index.js"),R=require("./ModelTVVideoPlugin/Plugin.js"),D=require("./ModelTVVideoPlugin/typings.js"),x=require("./ItemLabelPlugin/index.js"),I=require("./PanoDoorLabelPlugin/index.js"),f=require("./GuideLinePlugin/index.js"),S=require("./CruisePlugin/index.js"),v=require("./PanoTagPlugin/index.js"),O=require("./Object3DHelperPlugin/index.js"),H=require("./shared-utils/index.js"),y=require("./PanoMeasurePlugin/Modules/Magnifier.js"),F=require("./ModelItemLabelPlugin/typings.js"),E=require("./ModelItemLabelPlugin/ModelItemLabelPlugin.js"),A=require("./ItemLabelPlugin/typings.js"),w=require("./ItemLabelPlugin/Plugin.js"),B=require("./CruisePlugin/Controller.js"),o=require("./PanoTagPlugin/controller/index.js"),e=require("./PanoTagPlugin/typings/tag.js"),i=require("./Object3DHelperPlugin/Controller.js");require("./components/PaintBrush/Controller.js");require("./components/PaintBrush/utils.js");require("./components/PaintBrush/tween.js");require("@tweenjs/tween.js");require("./components/PaintBrush/Subscribe.js");require("./shared-utils/uuid.js");require("./components/PaintBrush/style.js");require("@realsee/five");require("three");require("./CSS3DRenderPlugin/Controller.js");require("./CSS3DRenderPlugin/CSS3DRender.js");require("three/examples/jsm/renderers/CSS3DRenderer");require("./shared-utils/Subscribe.js");require("./CSS3DRenderPlugin/utils/evenNumber.js");require("./CSS3DRenderPlugin/utils/positionToVector3.js");require("./CSS3DRenderPlugin/utils/CSS3DObjectPlus.js");require("./CSS3DRenderPlugin/utils/centerPoint.js");require("./shared-utils/createLine/index.js");require("@realsee/five/line");require("./ModelRoomLabelPlugin/Controller.js");require("./ModelRoomLabelPlugin/RoomLabelItems.js");require("svelte/internal");require("svelte");require("./ModelRoomLabelPlugin/RoomLabelItem.js");require("./ModelRoomLabelPlugin/Assets/roomLabelBg.js");require("./ModelRoomLabelPlugin/utils/parseData.js");require("./floorplan/ModelFloorplanPlugin/Controller.js");require("./shared-utils/to.js");require("./shared-utils/equal.js");require("./shared-utils/isTruelyObject.js");require("./floorplan/Components/Main.js");require("svelte/easing");require("svelte/transition");require("./floorplan/Components/Camera.js");require("./floorplan/Assets/camera.js");require("./shared-utils/math/rad2Deg.js");require("./floorplan/Components/Compass.js");require("./floorplan/Assets/compass.js");require("./floorplan/Components/CurrentFloor.js");require("svelte/store");require("./floorplan/Components/BaseImage.js");require("./floorplan/Components/Normalmage.js");require("./floorplan/Components/SvgImage.js");require("./floorplan/Components/RoomLabels/RoomLabels.js");require("./floorplan/Components/RoomLabels/RoomLabel.js");require("./floorplan/Components/RuleLabels/RuleLabels.js");require("./floorplan/Components/RuleLabels/RuleItem.js");require("./floorplan/Components/RoomMaterials/RoomMaterial.js");require("./floorplan/utils/formatPosition.js");require("./floorplan/Components/RoomMaterials/RoomMaterial_0.js");require("./floorplan/Components/RoomMaterials/RoomMaterial_1.js");require("./floorplan/Components/RoomMaterials/RoomMaterial_2.js");require("./floorplan/Components/RoomHighlight/RoomHighlight.js");require("./floorplan/Components/RoomHighlight/Room.js");require("./floorplan/utils/formatData.js");require("./floorplan/Assets/floorplanExtraObject.js");require("./shared-utils/filter.js");require("./shared-utils/tap.js");require("./shared-utils/getPxmm.js");require("./base/BasePluginWithData.js");require("./base/BasePlugin.js");require("./floorplan/utils/correctFiveState.js");require("./floorplan/utils/constant.js");require("./shared-utils/nearlyEqual.js");require("./shared-utils/five/changeMode.js");require("./shared-utils/changeModelCanvasOpacity.js");require("./floorplan/MapviewFloorplanPlugin/Controller.js");require("./floorplan/TopviewFloorplanPlugin/Controller.js");require("./floorplan/PanoFloorplanRadarPlugin/Controller.js");require("./floorplan/PanoFloorplanRadarPlugin/Components/Main.js");require("./floorplan/PanoFloorplanRadarPlugin/Components/Camera.js");require("./shared-utils/throttle.js");require("./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js");require("./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js");require("three/examples/jsm/loaders/FBXLoader");require("./shared-utils/object3d2LocalMatrix.js");require("./shared-utils/three/transfromToMeshBasicMaterial.js");require("./shared-utils/createCanvasTextTexture.js");require("./shared-utils/three/transformPositionToVector3.js");require("./shared-utils/animationFrame/tween.js");require("./shared-utils/animationFrame/index.js");require("./shared-utils/animationFrame/BetterTween.js");require("./shared-utils/animationFrame/formatRad.js");require("./shared-utils/animationFrame/calculateProgress.js");require("./shared-utils/math/planimetry.js");require("./shared-utils/nextFrame.js");require("./PanoRulerPlugin/style.js");require("./PanoRulerProPlugin/Controller.js");require("./PanoRulerProPlugin/RulerItems.js");require("./PanoRulerProPlugin/RulerItem.js");require("./PanoCompassPlugin/Controller.js");require("./PanoCompassPlugin/getRoomInfoInstance.js");require("./PanoCompassPlugin/Assets/roomInfoIcon.js");require("./shared-utils/three/loadTexture.js");require("./PanoMeasurePlugin/Controller/index.js");require("./PanoMeasurePlugin/Modules/FiveHelper.js");require("./PanoMeasurePlugin/Controller/EditController.js");require("hammerjs");require("./PanoMeasurePlugin/Model/index.js");require("./PanoMeasurePlugin/Model/line.js");require("./PanoMeasurePlugin/Model/polyline.js");require("./PanoMeasurePlugin/utils/line.js");require("./PanoMeasurePlugin/utils/constants.js");require("./PanoMeasurePlugin/utils/distanceDom.js");require("./PanoMeasurePlugin/utils/isNDCPointInScreen.js");require("./PanoMeasurePlugin/Model/point.js");require("./shared-utils/removeArrayItem.js");require("./PanoMeasurePlugin/Controller/BaseController.js");require("./PanoMeasurePlugin/utils/ironbox.js");require("./PanoMeasurePlugin/utils/getIntersectionFromEvent.js");require("./PanoMeasurePlugin/utils/getPointFromHammerEvent.js");require("./PanoMeasurePlugin/Controller/ViewController.js");require("./PanoMeasurePlugin/utils/math.js");require("./PanoMeasurePlugin/utils/findAssociatedLines.js");require("./PanoMeasurePlugin/Controller/WatchController.js");require("./PanoMeasurePlugin/Modules/DeleteDom/index.js");require("./PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js");require("./PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js");require("./PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js");require("./PanoMeasurePlugin/utils/findClosestPoint.js");require("./PanoMeasurePlugin/utils/ndc2Screen.js");require("./PanoMeasurePlugin/Controller/MixedController.js");require("./PanoMeasurePlugin/utils/mouseGroup.js");require("./PanoMeasurePlugin/Modules/UIController/index.js");require("./PanoMeasurePlugin/Modules/UIController/HTML.js");require("./PanoMeasurePlugin/Modules/UIController/mobileHTML.js");require("./PanoMeasurePlugin/Modules/UIController/style.js");require("./PanoMeasurePlugin/Modules/UIController/MainBtnController.js");require("./PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js");require("./PanoMeasurePlugin/Modules/UIController/Revoke/index.js");require("./PanoMeasurePlugin/Modules/GuideController.js");require("./PanoMeasurePlugin/Controller/ShortcutKeyController.js");require("./PanoMeasurePlugin/Modules/rangePiece/index.js");require("./PanoMeasurePlugin/Modules/rangePiece/html.js");require("./shared-utils/noop.js");require("./PanoMeasurePlugin/utils/calculateThreeMouse.js");require("./PanoSpatialTagPlugin/Components/origins.js");require("./PanoSpatialTagPlugin/store.js");require("./PanoSpatialTagPlugin/Components/tag.js");require("./PanoSpatialTagPlugin/style.js");require("./shared-utils/tinyEJSrender.js");require("./ModelItemLabelPlugin/ItemLabelComponent.js");require("./ModelItemLabelPlugin/ItemLabelItem.js");require("classnames");require("./shared-utils/debounce.js");require("./ModelItemLabelPlugin/utils/parseData.js");require("./ModelTVVideoPlugin/utils/parseData.js");require("./ItemLabelPlugin/ItemLabelComponent.js");require("./ItemLabelPlugin/ItemLabelItem.js");require("./ItemLabelPlugin/utils/isImpacted.js");require("./ItemLabelPlugin/utils/getStrokeLength.js");require("./ItemLabelPlugin/utils/getLabelTransform.js");require("./ItemLabelPlugin/utils/transform2RenderData.js");require("./ItemLabelPlugin/utils/parseData.js");require("./PanoDoorLabelPlugin/Controller.js");require("./PanoDoorLabelPlugin/BaseController.js");require("./PanoDoorLabelPlugin/DoorLabelItem.js");require("./PanoDoorLabelPlugin/utils.js");require("./GuideLinePlugin/Controller.js");require("./GuideLinePlugin/utils/getLineGeometries.js");require("polyline-normals");require("./GuideLinePlugin/utils/getArrowMaterial.js");require("./shared-utils/isNil.js");require("./CruisePlugin/utils/coordinatesAngle.js");require("./CruisePlugin/utils/coordinatesToVector.js");require("./CruisePlugin/utils/safeCall.js");require("./CruisePlugin/utils/vectorToCoordinates.js");require("./CruisePlugin/utils/formatRad.js");require("./CruisePlugin/utils/linerValue.js");require("./CruisePlugin/utils/sleep.js");require("object-assign-deep");require("./PanoTagPlugin/Components/TagContainer.js");require("./PanoTagPlugin/Components/TagWrapper.js");require("./PanoTagPlugin/utils/noTypecheck.js");require("./PanoTagPlugin/Components/Tag/index.js");require("./PanoTagPlugin/Components/Tag/TextTag.js");require("./PanoTagPlugin/Components/Common/Line/Straight.js");require("./PanoTagPlugin/Components/Common/Shadow.js");require("./PanoTagPlugin/Components/Common/MultiLineText.js");require("./PanoTagPlugin/Components/Common/Text.js");require("animejs");require("./PanoTagPlugin/utils/search.js");require("./PanoTagPlugin/utils/constants.js");require("./PanoTagPlugin/Components/Common/Arrow.js");require("./PanoTagPlugin/Assets/Icon.js");require("./PanoTagPlugin/utils/doUtil.js");require("./PanoTagPlugin/Components/Tag/ImageTextTag.js");require("./PanoTagPlugin/Components/Common/Line/Polyline.js");require("./PanoTagPlugin/Components/Common/Media.js");require("./vendor/swiper/svelte/swiper.js");require("swiper");require("./vendor/swiper/components-shared/get-params.js");require("./vendor/swiper/components-shared/utils.js");require("./vendor/swiper/components-shared/params-list.js");require("./vendor/swiper/components-shared/mount-swiper.js");require("./vendor/swiper/components-shared/get-changed-params.js");require("./vendor/swiper/components-shared/update-swiper.js");require("./vendor/swiper/svelte/swiper-slide.js");require("swiper/css");require("swiper/css/autoplay");require("./PanoTagPlugin/Components/Common/MediaItem.js");require("./PanoTagPlugin/Components/Tag/MarketingTag.js");require("./PanoTagPlugin/Components/Tag/AudioTag.js");require("./PanoTagPlugin/Components/Common/Audio.js");require("./PanoTagPlugin/Components/Tag/MediaPlane.js");require("./PanoTagPlugin/Components/Tag/LinkTag.js");require("./PanoTagPlugin/Components/Tag/CustomTag.js");require("./PanoTagPlugin/Components/Common/Point/PointSwitch.js");require("./PanoTagPlugin/Components/Common/Point/CustomPoint.js");require("./PanoTagPlugin/Components/Common/Point/DefaultPoint.js");require("./PanoTagPlugin/utils/addDebugPoints.js");require("./PanoTagPlugin/utils/planeNormal.js");require("./PanoTagPlugin/utils/actionAfterFiveModelLoad.js");require("./PanoTagPlugin/utils/normalPositionToPositions.js");require("./PanoTagPlugin/utils/debounce.js");require("./PanoTagPlugin/utils/throttle.js");require("./PanoTagPlugin/utils/resizeObserver.js");require("./PanoTagPlugin/controller/TagComputer.js");require("./PanoTagPlugin/tag.config.js");require("./PanoTagPlugin/utils/tagPosition.js");require("./PanoTagPlugin/utils/checkRange.js");require("./PanoTagPlugin/controller/TagCacheController.js");require("./shared-utils/Object3DHelper/Helper/MoveHelper.js");require("./shared-utils/Object3DHelper/Base/BaseHelper.js");require("./shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js");require("./shared-utils/Object3DHelper/utils/direction.js");require("./shared-utils/Object3DHelper/Constants/color.js");require("./shared-utils/Object3DHelper/Helper/OutlineHelper.js");require("./shared-utils/Object3DHelper/Helper/RotateHelper.js");require("./shared-utils/Object3DHelper/Helper/HTML/tipsDom.js");require("./shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js");require("./shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js");require("./shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js");require("./shared-utils/Object3DHelper/Controller/MoveController.js");require("./shared-utils/Object3DHelper/Base/BaseController.js");require("./shared-utils/Object3DHelper/utils/threex/domevents/index.js");require("./shared-utils/Object3DHelper/utils/getMouseRaycaster.js");require("./shared-utils/Object3DHelper/utils/calculateThreeMouse.js");require("./Object3DHelperPlugin/FiveControllerWrapper.js");require("./shared-utils/Object3DHelper/index.js");require("./shared-utils/Object3DHelper/Controller/RotateController.js");require("./shared-utils/Object3DHelper/Controller/CSS3DScaleController.js");require("./shared-utils/Object3DHelper/Controller/RectangleScaleController.js");require("./shared-utils/Object3DHelper/utils/vectorIsEqual.js");require("./shared-utils/math/Interval.js");require("./shared-utils/math/Rectangle.js");require("./shared-utils/three/Magnifier.js");require("./shared-utils/three/getCoords.js");require("./shared-utils/three/getRaycaster.js");require("./shared-utils/three/getIntersect.js");require("./shared-utils/three/PointHelper.js");require("./shared-utils/three/Assets/index.js");require("./shared-utils/three/PointDomHelper.js");require("./shared-utils/three/FivePointSelector.js");exports.PaintBrush=s.PaintBrush;exports.PaintBrushTypeEnum=u.PaintBrushTypeEnum;exports.ModelViewPlugin=a.ModelViewPlugin;exports.CSS3DRenderPlugin=t.CSS3DRenderPlugin;exports.PanoCursorRaycasterPlugin=P.PanoCursorRaycasterPlugin;exports.ModelRoomLabelPlugin=n.ModelRoomLabelPlugin;exports.modelRoomLabelPluginServerParams=n.modelRoomLabelPluginServerParams;exports.FLOOR_PLAN_ATTACHED_TO=g.FLOOR_PLAN_ATTACHED_TO;exports.ModelFloorplanPlugin=j.ModelFloorplanPlugin;exports.MapviewFloorplanPlugin=d.MapviewFloorplanPlugin;exports.TopviewFloorplanPlugin=q.TopviewFloorplanPlugin;exports.PanoFloorplanRadarPlugin=m.PanoFloorplanRadarPlugin;exports.FLOOR_TYPE_MAP=r.FLOOR_TYPE_MAP;exports.ROOM_FETILE_TYPE_MAP=r.ROOM_FETILE_TYPE_MAP;exports.ROOM_TYPE_MAP=r.ROOM_TYPE_MAP;exports.ModelChassisCompassPlugin=p.ModelChassisCompassPlugin;exports.ModelEntryDoorGuidePlugin=C.ModelEntryDoorGuidePlugin;exports.CameraMovementPlugin=M.CameraMovementPlugin;exports.CameraMovementEffect=l.CameraMovementEffect;exports.Rotation=l.Rotation;exports.PanoRulerPlugin=c.PanoRulerPlugin;exports.PanoRulerProPlugin=T.PanoRulerProPlugin;exports.PanoCompassPlugin=h.PanoCompassPlugin;exports.PanoMeasurePlugin=_.PanoMeasurePlugin;exports.PanoSpatialTagPlugin=b.PanoSpatialTagPlugin;exports.modelItemLabelPluginServerParams=L.modelItemLabelPluginServerParams;exports.ModelTVVideoPlugin=R.ModelTVVideoPlugin;exports.DIRECTION=D.DIRECTION;exports.itemLabelPluginServerParams=x.itemLabelPluginServerParams;exports.PanoDoorLabelPlugin=I.PanoDoorLabelPlugin;exports.GuideLinePlugin=f.GuideLinePlugin;exports.CruisePlugin=S.CruisePlugin;exports.PanoTagPlugin=v.PanoTagPlugin;exports.Object3DHelperPlugin=O.Object3DHelperPlugin;exports.Util=H.index;exports.Magnifier=y.Magnifier;exports.DISPLAY_STRATEGY_TYPE=F.DISPLAY_STRATEGY_TYPE;exports.ModelItemLabelPlugin=E.ModelItemLabelPlugin;exports.ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE=A.ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE;exports.ItemLabelPlugin=w.Plugin;exports.CruisePluginController=B.CruisePluginController;exports.PanoTagPluginController=o.PanoTagPluginController;exports.pluginFlag=o.pluginFlag;exports.ContentType=e.ContentType;exports.DimensionType=e.DimensionType;exports.LinkType=e.LinkType;exports.PointType=e.PointType;exports.Object3DHelperController=i.Object3DHelperController;exports.PLUGIN=i.PLUGIN;exports.VERSION=i.VERSION;