@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,377 +1 @@
1
- var A = Object.defineProperty, P = Object.defineProperties;
2
- var R = Object.getOwnPropertyDescriptors;
3
- var T = Object.getOwnPropertySymbols;
4
- var w = Object.prototype.hasOwnProperty, E = Object.prototype.propertyIsEnumerable;
5
- var v = (l, a, e) => a in l ? A(l, a, { enumerable: !0, configurable: !0, writable: !0, value: e }) : l[a] = e, f = (l, a) => {
6
- for (var e in a || (a = {}))
7
- w.call(a, e) && v(l, e, a[e]);
8
- if (T)
9
- for (var e of T(a))
10
- E.call(a, e) && v(l, e, a[e]);
11
- return l;
12
- }, c = (l, a) => P(l, R(a));
13
- var h = (l, a, e) => (v(l, typeof a != "symbol" ? a + "" : a, e), e);
14
- var p = (l, a, e) => new Promise((t, s) => {
15
- var i = (n) => {
16
- try {
17
- r(e.next(n));
18
- } catch (d) {
19
- s(d);
20
- }
21
- }, o = (n) => {
22
- try {
23
- r(e.throw(n));
24
- } catch (d) {
25
- s(d);
26
- }
27
- }, r = (n) => n.done ? t(n.value) : Promise.resolve(n.value).then(i, o);
28
- r((e = e.apply(l, a)).next());
29
- });
30
- import { Subscribe as U } from "@realsee/five";
31
- import { Quaternion as k } from "three";
32
- import m from "object-assign-deep";
33
- import { writable as F } from "svelte/store";
34
- import L from "../Components/TagContainer.js";
35
- import B from "../Components/Tag/index.js";
36
- import { arrayPositionToVector3 as g } from "../../CSS3DRenderPlugin/utils/positionToVector3.js";
37
- import { addDebugPoints as O } from "../utils/addDebugPoints.js";
38
- import { planeNormal as I } from "../utils/planeNormal.js";
39
- import { actionAfterFiveModelLoad as z } from "../utils/actionAfterFiveModelLoad.js";
40
- import { normalPositionToPositions as M } from "../utils/normalPositionToPositions.js";
41
- import { debounce as C } from "../utils/debounce.js";
42
- import { throttle as N } from "../utils/throttle.js";
43
- import { resizeObserver as D } from "../utils/resizeObserver.js";
44
- import { TagComputer as $ } from "./TagComputer.js";
45
- import { CSS3DRenderPlugin as j } from "../../CSS3DRenderPlugin/index.js";
46
- import { PointType as u, DimensionType as y } from "../typings/tag.js";
47
- const S = "1.2.6", b = `DnalogelPlugin-PanoTagPlugin@${S}`, V = !1, re = (l) => `${b}--${l}`;
48
- class ae extends $ {
49
- constructor(e, t) {
50
- super(e);
51
- h(this, "version", S);
52
- h(this, "state", { enabled: !0, visible: !0 });
53
- h(this, "params");
54
- h(this, "debug");
55
- h(this, "css3DRenderPlugin");
56
- h(this, "TagContainerSvelte");
57
- h(this, "temporaryState", { visible: !0 });
58
- h(this, "mediaStore", F({
59
- currentMediaUrl: ""
60
- }));
61
- h(this, "store", {
62
- disposers: [],
63
- disposed: !1,
64
- resizeObserverDisposerAdding: !1,
65
- css3DRenderDisposer: /* @__PURE__ */ new Map()
66
- });
67
- h(this, "staticUrl");
68
- h(this, "disposedErrorLog", () => {
69
- console.error(`${b} is disposed`);
70
- });
71
- this.params = f({
72
- debug: !1,
73
- mergePluginDefaultConfigToLoadDataConfig: !1,
74
- config: this.config,
75
- staticConfig: {
76
- host: "vrlab-static.ljcdn.com"
77
- }
78
- }, t), this.debug = this.params.debug, this.config = this.params.config, this.staticUrl = (() => {
79
- var i;
80
- const s = this.params.staticConfig;
81
- if (typeof s == "string")
82
- return s;
83
- {
84
- const o = s.protocol ? s.protocol + ":" : "", r = (i = s.host) != null ? i : "vrlab-static.ljcdn.com", n = s.port ? ":" + s.port : "";
85
- return `${o}//${r}${n}`;
86
- }
87
- })(), Object.assign(window, { __PANOTAGPLUGIN_DEBUG__: this });
88
- }
89
- load(e, t) {
90
- var s, i;
91
- this.clearTags(), console.log(b, "load:", { data: e }), this.params.mergePluginDefaultConfigToLoadDataConfig ? this.config = m({}, this.config, {
92
- globalConfig: (s = e.globalConfig) != null ? s : {},
93
- contentTypeConfig: (i = e.contentTypeConfig) != null ? i : {}
94
- }) : (e.globalConfig && (this.config.globalConfig = e.globalConfig), e.contentTypeConfig && (this.config.contentTypeConfig = e.contentTypeConfig)), this.addTag(e.tagList, t), this.debug && O(this.five, this.tags);
95
- }
96
- addTag(e, t) {
97
- const i = (Array.isArray(e) ? e : [e]).map((o) => {
98
- const r = this.getTagConfig(o);
99
- return c(f({}, o), {
100
- state: f({ visible: void 0, unfolded: V }, r.initialState),
101
- hooks: new U(),
102
- clickable: r.clickable
103
- });
104
- }).filter((o) => o.position);
105
- this.tags.push(...i), z(this.five, () => {
106
- var o, r, n;
107
- this.store.eventListenerDisposer && ((r = (o = this.store).eventListenerDisposer) == null || r.call(o)), this.state.enabled && (this.store.eventListenerDisposer = this.addEventListener()), this.addResizeListener(), this.checkPanelTag(), this.setVisibleAndUnfolded({ withAnimation: (n = t == null ? void 0 : t.withAnimation) != null ? n : !0 }).then(() => this.updateRenderAllTags()), this.updateRenderAllTags();
108
- });
109
- }
110
- clearTags() {
111
- this.tags = [], this.clearCache(), this.disposeAllCSS3DContainer(), this.updateRenderAllTags();
112
- }
113
- show(e) {
114
- return p(this, null, function* () {
115
- const { userAction: t = !0, withAnimation: s = !1 } = e != null ? e : {};
116
- if (this.store.disposed)
117
- return this.disposedErrorLog();
118
- this.setState({ visible: !0 }, { userAction: t, visibleWithAnimation: s }), this.hooks.emit("show", { userAction: t, withAnimation: s });
119
- });
120
- }
121
- hide(e) {
122
- return p(this, null, function* () {
123
- const { userAction: t = !0, withAnimation: s = !1 } = e != null ? e : {};
124
- if (this.store.disposed)
125
- return this.disposedErrorLog();
126
- this.setState({ visible: !1 }, { userAction: t, visibleWithAnimation: s }), this.hooks.emit("hide", { userAction: t, withAnimation: s });
127
- });
128
- }
129
- enable(e) {
130
- const { userAction: t = !0 } = e != null ? e : {};
131
- if (this.store.disposed)
132
- return this.disposedErrorLog();
133
- this.setState({ enabled: !0 }, { userAction: t }), this.hooks.emit("enable", { userAction: t });
134
- }
135
- disable(e) {
136
- const { userAction: t = !0 } = e != null ? e : {};
137
- if (this.store.disposed)
138
- return this.disposedErrorLog();
139
- this.setState({ enabled: !1 }, { userAction: t }), this.hooks.emit("disable", { userAction: t });
140
- }
141
- dispose() {
142
- var e, t, s, i, o, r;
143
- this.disposeAllCSS3DContainer(), (e = this.TagContainerSvelte) == null || e.$destroy(), this.filter3DTag().forEach((n) => {
144
- var d;
145
- return (d = n.tag3DContentSvelte) == null ? void 0 : d.svelteApp.$destroy();
146
- }), this.tags = [], (t = this.store.disposers) == null || t.forEach((n) => n == null ? void 0 : n()), this.store.disposers = [], this.store.disposed = !0, (i = (s = this.store).eventListenerDisposer) == null || i.call(s), this.store.eventListenerDisposer = void 0, (r = (o = this.store).resizeObserverDisposer) == null || r.call(o), this.store.resizeObserverDisposer = void 0, this.store.resizeObserverDisposerAdding = !1, this.clearCache(), this.hooks.emit("dispose");
147
- }
148
- setState(e, t) {
149
- if (this.store.disposed)
150
- return this.disposedErrorLog();
151
- const { userAction: s = !0, visibleWithAnimation: i = !1 } = t, o = f({}, this.state);
152
- this.state = Object.assign(this.state, e), this.store.visibleWithAnimation = i, o.visible !== this.state.visible && (e.visible ? this.handleShow() : this.handleHide()), o.enabled !== this.state.enabled && (e.enabled ? this.handleEnable() : this.handleDisable()), this.hooks.emit("stateChange", { state: this.state, prevState: o, userAction: s });
153
- }
154
- changeTagNormalById(e, t) {
155
- const s = this.getTagById(e);
156
- !s || !s.tag3DContentSvelte || (s.tag3DContentSvelte.currentNormal = g(t), this.updateRenderPlaneTag());
157
- }
158
- changeDataById(e, t, s = !0) {
159
- const i = this.getTagById(e);
160
- !i || (s ? i.data = m({}, i.data, t) : Object.assign(i.data, t), this.checkPanelTag(), this.updateRenderAllTags());
161
- }
162
- changeTagById(e, t, s = !0) {
163
- const i = this.getTagById(e);
164
- !t || (s ? m(i, t) : Object.assign(i, t), (i == null ? void 0 : i.tag3DContentSvelte) && (t == null ? void 0 : t.normal) && (i.tag3DContentSvelte.currentNormal = g(t.normal)), this.updateRenderAllTags(), this.checkPanelTag());
165
- }
166
- destroyTagById(e) {
167
- (Array.isArray(e) ? e : [e]).forEach((s) => {
168
- const i = this.tags.findIndex((o) => o.id === s);
169
- i !== -1 && this.tags.splice(i, 1);
170
- }), this.updateRenderAllTags();
171
- }
172
- pauseCurrentMedia() {
173
- this.mediaStore.set({ currentMediaUrl: "" });
174
- }
175
- setVisibleAndUnfolded() {
176
- return p(this, arguments, function* ({ withAnimation: e } = { withAnimation: !1 }) {
177
- return this.setVisibleByPanoIndex(), e ? new Promise((t, s) => {
178
- setTimeout(() => {
179
- this.setUnfoldedByPanoIndex(), t();
180
- }, 10);
181
- }) : (this.setUnfoldedByPanoIndex(), Promise.resolve());
182
- });
183
- }
184
- handleShow() {
185
- this.state.visible = !0, this.updateTagContainerVisible();
186
- }
187
- handleHide() {
188
- this.state.visible = !1, this.updateTagContainerVisible();
189
- }
190
- handleEnable() {
191
- this.state.enabled = !0, this.store.eventListenerDisposer = this.addEventListener(), this.updateRenderAllTags();
192
- }
193
- handleDisable() {
194
- var e, t, s;
195
- this.state.enabled = !1, (t = (e = this.store).eventListenerDisposer) == null || t.call(e), (s = this.TagContainerSvelte) == null || s.$set({ tags: [] }), this.filter3DTag().forEach((i) => {
196
- var o;
197
- (o = i.tag3DContentSvelte) == null || o.svelteApp.$destroy(), i.tag3DContentSvelte = void 0;
198
- });
199
- }
200
- addEventListener() {
201
- const { five: e, hooks: t } = this, s = this.handleFiveWantsMoveToPano.bind(this), i = this.handleFiveModeChange.bind(this), o = this.handleFiveCameraUpdate.bind(this), r = this.handleFiveCameraUpdateDebounce(), n = this.handleFivePanoArrived.bind(this), d = this.clickhandler.bind(this);
202
- return e.on("wantsMoveToPano", s), e.on("modeChange", i), e.on("cameraUpdate", o), e.on("cameraUpdate", r), e.on("panoArrived", n), t.on("click", d), () => {
203
- e.off("wantsMoveToPano", s), e.off("modeChange", i), e.off("cameraUpdate", o), e.off("cameraUpdate", r), e.off("panoArrived", n), t.off("click", d), this.store.eventListenerDisposer = void 0;
204
- };
205
- }
206
- addResizeListener() {
207
- if (!this.store.resizeObserverDisposer && !this.store.resizeObserverDisposerAdding) {
208
- const e = this.addResizeObserver();
209
- this.store.resizeObserverDisposerAdding = !0, setTimeout(() => {
210
- this.store.resizeObserverDisposer = e, this.store.resizeObserverDisposerAdding = !1;
211
- }, 200);
212
- }
213
- }
214
- addResizeObserver() {
215
- if (!this.store.disposed)
216
- return;
217
- const e = this.five.getElement(), t = () => {
218
- !this.state.enabled || (this.show(), this.updateRenderAllTags());
219
- }, s = () => {
220
- !this.state.enabled || this.hide();
221
- }, { observe: i, unobserve: o } = D(
222
- N(() => {
223
- !this.store.resizeObserverDisposer || s();
224
- }, 500),
225
- e
226
- ), { observe: r, unobserve: n } = D(
227
- C(() => t(), 400),
228
- e
229
- );
230
- return i(), r(), () => {
231
- o(), n();
232
- };
233
- }
234
- handleFiveModeChange(e) {
235
- e === "Panorama" ? this.five.once("panoArrived", () => this.temporaryShow()) : this.temporaryHide();
236
- }
237
- handleFiveWantsMoveToPano() {
238
- this.tags.forEach((e) => {
239
- const t = this.getTagConfig(e);
240
- typeof t.visibleConfig == "object" && t.visibleConfig.keep ? e.temporaryState = c(f({}, e.temporaryState), { visible: t.visibleConfig.keep === "visible" }) : typeof t.visibleConfig == "object" && t.visibleConfig.alwaysShowWhenMovePano ? e.temporaryState = c(f({}, e.temporaryState), { visible: !0 }) : e.temporaryState = c(f({}, e.temporaryState), { visible: !1 });
241
- }), this.updateRenderAllTags();
242
- }
243
- temporaryShow() {
244
- this.temporaryState.visible = !0;
245
- }
246
- temporaryHide() {
247
- this.temporaryState.visible = !1;
248
- }
249
- clickhandler(e) {
250
- if (e.target !== "TagPoint")
251
- return;
252
- if (!e.tag.state)
253
- return console.warn("Clickhandler: params.tag.state is undefined");
254
- const t = this.canBe("fold", e.tag), s = this.canBe("unfold", e.tag);
255
- t && s && (e.tag.state.unfolded = !e.tag.state.unfolded, e.tag.state.unfolded && this.tags.forEach((i) => {
256
- i.id !== e.tag.id && i.state && this.canBe("fold", i) && (i.state.unfolded = !1);
257
- }), this.updateRenderAllTags());
258
- }
259
- updateRenderAllTags() {
260
- this.updateRenderPointTag(), this.updateRenderPlaneTag();
261
- }
262
- updateTagContainerVisible() {
263
- var e;
264
- (e = this.TagContainerSvelte) == null || e.$set({
265
- state: this.state,
266
- temporaryState: this.temporaryState,
267
- withAnimation: this.store.visibleWithAnimation
268
- }), this.filter3DTag().forEach((t) => {
269
- var s;
270
- (s = t.tag3DContentSvelte) == null || s.svelteApp.$set({
271
- state: this.state,
272
- temporaryState: this.temporaryState,
273
- withAnimation: this.store.visibleWithAnimation
274
- });
275
- });
276
- }
277
- handleFiveCameraUpdateDebounce() {
278
- return C(() => {
279
- this.setUnfoldedByCamera(), this.updateRenderAllTags();
280
- }, 100);
281
- }
282
- handleFiveCameraUpdate() {
283
- this.updateRenderPointTag();
284
- }
285
- handleFivePanoArrived() {
286
- return p(this, null, function* () {
287
- yield this.setVisibleAndUnfolded(), this.tags.forEach((e) => {
288
- e.temporaryState = c(f({}, e.temporaryState), { visible: !0 });
289
- }), this.updateRenderAllTags();
290
- });
291
- }
292
- setUnfoldedByCamera() {
293
- let e = !1;
294
- this.tags.forEach((t) => {
295
- const s = this.getUnfoldedByCamera(t);
296
- !t.state || s !== void 0 && (s === !0 && (e = !0), t.state.unfolded = s);
297
- }), e && this.tags.forEach((t) => {
298
- const s = this.getTagConfig(t).unfoldedConfig;
299
- typeof s == "object" && (s.autoUnfold || s.disableFold || s.keep) || t.state && (t.state.unfolded = !1);
300
- });
301
- }
302
- updateRenderPointTag() {
303
- var t;
304
- const e = this.filterPointTag();
305
- if (this.setPointTagPosition(), this.TagContainerSvelte)
306
- this.TagContainerSvelte.$set({ tags: e, state: this.state, temporaryState: this.temporaryState });
307
- else {
308
- const s = (t = this.five.getElement()) == null ? void 0 : t.parentElement;
309
- if (!s)
310
- return console.error("updateRenderPlaneTag: tag2DContainer not found");
311
- this.TagContainerSvelte = new L({
312
- target: s,
313
- props: { hooks: this.hooks, tags: e, state: this.state, temporaryState: this.temporaryState, mediaStore: this.mediaStore }
314
- });
315
- }
316
- }
317
- updateRenderPlaneTag() {
318
- [...this.filterPlaneTag(), ...this.filter3DPointTag()].forEach((t) => {
319
- var s;
320
- if (t.tag3DContentSvelte) {
321
- const { svelteApp: i, domContainer: o, initialNormal: r, currentNormal: n } = t.tag3DContentSvelte;
322
- if (i.$set({
323
- tag: t,
324
- hooks: this.hooks,
325
- state: this.state,
326
- temporaryState: this.temporaryState
327
- }), !r.equals(n)) {
328
- const d = new k().setFromUnitVectors(r, n);
329
- o.css3DObject.setRotationFromQuaternion(d);
330
- }
331
- } else {
332
- if (((s = t.state) == null ? void 0 : s.visible) === !1)
333
- return;
334
- if (this.css3DRenderPlugin || (this.css3DRenderPlugin = j(this.five)), t.pointType === u.PointTag && !t.normal)
335
- return console.error("updateRenderPlaneTag: \u4E09\u7EF4\u70B9\u6807\u7B7E\u7F3A\u5C11\u6CD5\u5411\u91CF\uFF01");
336
- const i = t.pointType === u.PlaneTag ? t.position : M(this.five.camera.position, g(t.position), g(t.normal)), o = t.pointType === u.PlaneTag ? I(t.position) : g(t.normal), r = this.getTagConfig(t).tag3DConfig, n = this.css3DRenderPlugin.create3DDomContainer(i, r);
337
- if (!n)
338
- return;
339
- this.store.css3DRenderDisposer.set(t.id, n.dispose), t.tag3DContentSvelte = {
340
- svelteApp: new B({
341
- target: n.container,
342
- props: {
343
- tag: t,
344
- hooks: this.hooks,
345
- state: this.state,
346
- mediaStore: this.mediaStore,
347
- temporaryState: this.temporaryState
348
- }
349
- }),
350
- domContainer: n,
351
- initialNormal: o,
352
- currentNormal: o
353
- };
354
- }
355
- }), this.checkPanelTag();
356
- }
357
- disposeAllCSS3DContainer() {
358
- for (const [e, t] of this.store.css3DRenderDisposer)
359
- t == null || t();
360
- this.store.css3DRenderDisposer = /* @__PURE__ */ new Map();
361
- }
362
- checkPanelTag() {
363
- this.tags.forEach((e) => {
364
- var t;
365
- e.dimensionType === y.Two && e.pointType === u.PointTag && ((t = e.tag3DContentSvelte) == null || t.domContainer.dispose(), e.tag3DContentSvelte = void 0);
366
- });
367
- for (const [e, t] of this.store.css3DRenderDisposer) {
368
- const s = this.getTagById(e);
369
- (!s || s.dimensionType !== y.Three) && (t == null || t(), this.store.css3DRenderDisposer.delete(e));
370
- }
371
- }
372
- }
373
- export {
374
- ae as PanoTagPluginController,
375
- ae as default,
376
- re as pluginFlag
377
- };
1
+ "use strict";var y=Object.defineProperty,S=Object.defineProperties;var A=Object.getOwnPropertyDescriptors;var C=Object.getOwnPropertySymbols;var R=Object.prototype.hasOwnProperty,_=Object.prototype.propertyIsEnumerable;var v=(a,l,e)=>l in a?y(a,l,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[l]=e,c=(a,l)=>{for(var e in l||(l={}))R.call(l,e)&&v(a,e,l[e]);if(C)for(var e of C(l))_.call(l,e)&&v(a,e,l[e]);return a},g=(a,l)=>S(a,A(l));var d=(a,l,e)=>(v(a,typeof l!="symbol"?l+"":l,e),e);var f=(a,l,e)=>new Promise((t,s)=>{var i=n=>{try{r(e.next(n))}catch(h){s(h)}},o=n=>{try{r(e.throw(n))}catch(h){s(h)}},r=n=>n.done?t(n.value):Promise.resolve(n.value).then(i,o);r((e=e.apply(a,l)).next())});const E=require("@realsee/five"),w=require("three"),F=require("object-assign-deep"),U=require("svelte/store"),L=require("../Components/TagContainer.js"),k=require("../Components/Tag/index.js"),p=require("../../CSS3DRenderPlugin/utils/positionToVector3.js"),j=require("../utils/addDebugPoints.js"),O=require("../utils/planeNormal.js"),B=require("../utils/actionAfterFiveModelLoad.js"),q=require("../utils/normalPositionToPositions.js"),m=require("../utils/debounce.js"),z=require("../utils/throttle.js"),P=require("../utils/resizeObserver.js"),I=require("./TagComputer.js"),M=require("../../CSS3DRenderPlugin/index.js"),u=require("../typings/tag.js"),N=a=>a&&typeof a=="object"&&"default"in a?a:{default:a},T=N(F),D="1.2.6",b=`DnalogelPlugin-PanoTagPlugin@${D}`,V=!1,$=a=>`${b}--${a}`;class x extends I.TagComputer{constructor(e,t){super(e);d(this,"version",D);d(this,"state",{enabled:!0,visible:!0});d(this,"params");d(this,"debug");d(this,"css3DRenderPlugin");d(this,"TagContainerSvelte");d(this,"temporaryState",{visible:!0});d(this,"mediaStore",U.writable({currentMediaUrl:""}));d(this,"store",{disposers:[],disposed:!1,resizeObserverDisposerAdding:!1,css3DRenderDisposer:new Map});d(this,"staticUrl");d(this,"disposedErrorLog",()=>{console.error(`${b} is disposed`)});this.params=c({debug:!1,mergePluginDefaultConfigToLoadDataConfig:!1,config:this.config,staticConfig:{host:"vrlab-static.ljcdn.com"}},t),this.debug=this.params.debug,this.config=this.params.config,this.staticUrl=(()=>{var i;const s=this.params.staticConfig;if(typeof s=="string")return s;{const o=s.protocol?s.protocol+":":"",r=(i=s.host)!=null?i:"vrlab-static.ljcdn.com",n=s.port?":"+s.port:"";return`${o}//${r}${n}`}})(),Object.assign(window,{__PANOTAGPLUGIN_DEBUG__:this})}load(e,t){var s,i;this.clearTags(),console.log(b,"load:",{data:e}),this.params.mergePluginDefaultConfigToLoadDataConfig?this.config=T.default({},this.config,{globalConfig:(s=e.globalConfig)!=null?s:{},contentTypeConfig:(i=e.contentTypeConfig)!=null?i:{}}):(e.globalConfig&&(this.config.globalConfig=e.globalConfig),e.contentTypeConfig&&(this.config.contentTypeConfig=e.contentTypeConfig)),this.addTag(e.tagList,t),this.debug&&j.addDebugPoints(this.five,this.tags)}addTag(e,t){const i=(Array.isArray(e)?e:[e]).map(o=>{const r=this.getTagConfig(o);return g(c({},o),{state:c({visible:void 0,unfolded:V},r.initialState),hooks:new E.Subscribe,clickable:r.clickable})}).filter(o=>o.position);this.tags.push(...i),B.actionAfterFiveModelLoad(this.five,()=>{var o,r,n;this.store.eventListenerDisposer&&((r=(o=this.store).eventListenerDisposer)==null||r.call(o)),this.state.enabled&&(this.store.eventListenerDisposer=this.addEventListener()),this.addResizeListener(),this.checkPanelTag(),this.setVisibleAndUnfolded({withAnimation:(n=t==null?void 0:t.withAnimation)!=null?n:!0}).then(()=>this.updateRenderAllTags()),this.updateRenderAllTags()})}clearTags(){this.tags=[],this.clearCache(),this.disposeAllCSS3DContainer(),this.updateRenderAllTags()}show(e){return f(this,null,function*(){const{userAction:t=!0,withAnimation:s=!1}=e!=null?e:{};if(this.store.disposed)return this.disposedErrorLog();this.setState({visible:!0},{userAction:t,visibleWithAnimation:s}),this.hooks.emit("show",{userAction:t,withAnimation:s})})}hide(e){return f(this,null,function*(){const{userAction:t=!0,withAnimation:s=!1}=e!=null?e:{};if(this.store.disposed)return this.disposedErrorLog();this.setState({visible:!1},{userAction:t,visibleWithAnimation:s}),this.hooks.emit("hide",{userAction:t,withAnimation:s})})}enable(e){const{userAction:t=!0}=e!=null?e:{};if(this.store.disposed)return this.disposedErrorLog();this.setState({enabled:!0},{userAction:t}),this.hooks.emit("enable",{userAction:t})}disable(e){const{userAction:t=!0}=e!=null?e:{};if(this.store.disposed)return this.disposedErrorLog();this.setState({enabled:!1},{userAction:t}),this.hooks.emit("disable",{userAction:t})}dispose(){var e,t,s,i,o,r;this.disposeAllCSS3DContainer(),(e=this.TagContainerSvelte)==null||e.$destroy(),this.filter3DTag().forEach(n=>{var h;return(h=n.tag3DContentSvelte)==null?void 0:h.svelteApp.$destroy()}),this.tags=[],(t=this.store.disposers)==null||t.forEach(n=>n==null?void 0:n()),this.store.disposers=[],this.store.disposed=!0,(i=(s=this.store).eventListenerDisposer)==null||i.call(s),this.store.eventListenerDisposer=void 0,(r=(o=this.store).resizeObserverDisposer)==null||r.call(o),this.store.resizeObserverDisposer=void 0,this.store.resizeObserverDisposerAdding=!1,this.clearCache(),this.hooks.emit("dispose")}setState(e,t){if(this.store.disposed)return this.disposedErrorLog();const{userAction:s=!0,visibleWithAnimation:i=!1}=t,o=c({},this.state);this.state=Object.assign(this.state,e),this.store.visibleWithAnimation=i,o.visible!==this.state.visible&&(e.visible?this.handleShow():this.handleHide()),o.enabled!==this.state.enabled&&(e.enabled?this.handleEnable():this.handleDisable()),this.hooks.emit("stateChange",{state:this.state,prevState:o,userAction:s})}changeTagNormalById(e,t){const s=this.getTagById(e);!s||!s.tag3DContentSvelte||(s.tag3DContentSvelte.currentNormal=p.arrayPositionToVector3(t),this.updateRenderPlaneTag())}changeDataById(e,t,s=!0){const i=this.getTagById(e);!i||(s?i.data=T.default({},i.data,t):Object.assign(i.data,t),this.checkPanelTag(),this.updateRenderAllTags())}changeTagById(e,t,s=!0){const i=this.getTagById(e);!t||(s?T.default(i,t):Object.assign(i,t),(i==null?void 0:i.tag3DContentSvelte)&&(t==null?void 0:t.normal)&&(i.tag3DContentSvelte.currentNormal=p.arrayPositionToVector3(t.normal)),this.updateRenderAllTags(),this.checkPanelTag())}destroyTagById(e){(Array.isArray(e)?e:[e]).forEach(s=>{const i=this.tags.findIndex(o=>o.id===s);i!==-1&&this.tags.splice(i,1)}),this.updateRenderAllTags()}pauseCurrentMedia(){this.mediaStore.set({currentMediaUrl:""})}setVisibleAndUnfolded(){return f(this,arguments,function*({withAnimation:e}={withAnimation:!1}){return this.setVisibleByPanoIndex(),e?new Promise((t,s)=>{setTimeout(()=>{this.setUnfoldedByPanoIndex(),t()},10)}):(this.setUnfoldedByPanoIndex(),Promise.resolve())})}handleShow(){this.state.visible=!0,this.updateTagContainerVisible()}handleHide(){this.state.visible=!1,this.updateTagContainerVisible()}handleEnable(){this.state.enabled=!0,this.store.eventListenerDisposer=this.addEventListener(),this.updateRenderAllTags()}handleDisable(){var e,t,s;this.state.enabled=!1,(t=(e=this.store).eventListenerDisposer)==null||t.call(e),(s=this.TagContainerSvelte)==null||s.$set({tags:[]}),this.filter3DTag().forEach(i=>{var o;(o=i.tag3DContentSvelte)==null||o.svelteApp.$destroy(),i.tag3DContentSvelte=void 0})}addEventListener(){const{five:e,hooks:t}=this,s=this.handleFiveWantsMoveToPano.bind(this),i=this.handleFiveModeChange.bind(this),o=this.handleFiveCameraUpdate.bind(this),r=this.handleFiveCameraUpdateDebounce(),n=this.handleFivePanoArrived.bind(this),h=this.clickhandler.bind(this);return e.on("wantsMoveToPano",s),e.on("modeChange",i),e.on("cameraUpdate",o),e.on("cameraUpdate",r),e.on("panoArrived",n),t.on("click",h),()=>{e.off("wantsMoveToPano",s),e.off("modeChange",i),e.off("cameraUpdate",o),e.off("cameraUpdate",r),e.off("panoArrived",n),t.off("click",h),this.store.eventListenerDisposer=void 0}}addResizeListener(){if(!this.store.resizeObserverDisposer&&!this.store.resizeObserverDisposerAdding){const e=this.addResizeObserver();this.store.resizeObserverDisposerAdding=!0,setTimeout(()=>{this.store.resizeObserverDisposer=e,this.store.resizeObserverDisposerAdding=!1},200)}}addResizeObserver(){if(!this.store.disposed)return;const e=this.five.getElement(),t=()=>{!this.state.enabled||(this.show(),this.updateRenderAllTags())},s=()=>{!this.state.enabled||this.hide()},{observe:i,unobserve:o}=P.resizeObserver(z.throttle(()=>{!this.store.resizeObserverDisposer||s()},500),e),{observe:r,unobserve:n}=P.resizeObserver(m.debounce(()=>t(),400),e);return i(),r(),()=>{o(),n()}}handleFiveModeChange(e){e==="Panorama"?this.five.once("panoArrived",()=>this.temporaryShow()):this.temporaryHide()}handleFiveWantsMoveToPano(){this.tags.forEach(e=>{const t=this.getTagConfig(e);typeof t.visibleConfig=="object"&&t.visibleConfig.keep?e.temporaryState=g(c({},e.temporaryState),{visible:t.visibleConfig.keep==="visible"}):typeof t.visibleConfig=="object"&&t.visibleConfig.alwaysShowWhenMovePano?e.temporaryState=g(c({},e.temporaryState),{visible:!0}):e.temporaryState=g(c({},e.temporaryState),{visible:!1})}),this.updateRenderAllTags()}temporaryShow(){this.temporaryState.visible=!0}temporaryHide(){this.temporaryState.visible=!1}clickhandler(e){if(e.target!=="TagPoint")return;if(!e.tag.state)return console.warn("Clickhandler: params.tag.state is undefined");const t=this.canBe("fold",e.tag),s=this.canBe("unfold",e.tag);t&&s&&(e.tag.state.unfolded=!e.tag.state.unfolded,e.tag.state.unfolded&&this.tags.forEach(i=>{i.id!==e.tag.id&&i.state&&this.canBe("fold",i)&&(i.state.unfolded=!1)}),this.updateRenderAllTags())}updateRenderAllTags(){this.updateRenderPointTag(),this.updateRenderPlaneTag()}updateTagContainerVisible(){var e;(e=this.TagContainerSvelte)==null||e.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation}),this.filter3DTag().forEach(t=>{var s;(s=t.tag3DContentSvelte)==null||s.svelteApp.$set({state:this.state,temporaryState:this.temporaryState,withAnimation:this.store.visibleWithAnimation})})}handleFiveCameraUpdateDebounce(){return m.debounce(()=>{this.setUnfoldedByCamera(),this.updateRenderAllTags()},100)}handleFiveCameraUpdate(){this.updateRenderPointTag()}handleFivePanoArrived(){return f(this,null,function*(){yield this.setVisibleAndUnfolded(),this.tags.forEach(e=>{e.temporaryState=g(c({},e.temporaryState),{visible:!0})}),this.updateRenderAllTags()})}setUnfoldedByCamera(){let e=!1;this.tags.forEach(t=>{const s=this.getUnfoldedByCamera(t);!t.state||s!==void 0&&(s===!0&&(e=!0),t.state.unfolded=s)}),e&&this.tags.forEach(t=>{const s=this.getTagConfig(t).unfoldedConfig;typeof s=="object"&&(s.autoUnfold||s.disableFold||s.keep)||t.state&&(t.state.unfolded=!1)})}updateRenderPointTag(){var t;const e=this.filterPointTag();if(this.setPointTagPosition(),this.TagContainerSvelte)this.TagContainerSvelte.$set({tags:e,state:this.state,temporaryState:this.temporaryState});else{const s=(t=this.five.getElement())==null?void 0:t.parentElement;if(!s)return console.error("updateRenderPlaneTag: tag2DContainer not found");this.TagContainerSvelte=new L.TagContainer({target:s,props:{hooks:this.hooks,tags:e,state:this.state,temporaryState:this.temporaryState,mediaStore:this.mediaStore}})}}updateRenderPlaneTag(){[...this.filterPlaneTag(),...this.filter3DPointTag()].forEach(t=>{var s;if(t.tag3DContentSvelte){const{svelteApp:i,domContainer:o,initialNormal:r,currentNormal:n}=t.tag3DContentSvelte;if(i.$set({tag:t,hooks:this.hooks,state:this.state,temporaryState:this.temporaryState}),!r.equals(n)){const h=new w.Quaternion().setFromUnitVectors(r,n);o.css3DObject.setRotationFromQuaternion(h)}}else{if(((s=t.state)==null?void 0:s.visible)===!1)return;if(this.css3DRenderPlugin||(this.css3DRenderPlugin=M.CSS3DRenderPlugin(this.five)),t.pointType===u.PointType.PointTag&&!t.normal)return console.error("updateRenderPlaneTag: \u4E09\u7EF4\u70B9\u6807\u7B7E\u7F3A\u5C11\u6CD5\u5411\u91CF\uFF01");const i=t.pointType===u.PointType.PlaneTag?t.position:q.normalPositionToPositions(this.five.camera.position,p.arrayPositionToVector3(t.position),p.arrayPositionToVector3(t.normal)),o=t.pointType===u.PointType.PlaneTag?O.planeNormal(t.position):p.arrayPositionToVector3(t.normal),r=this.getTagConfig(t).tag3DConfig,n=this.css3DRenderPlugin.create3DDomContainer(i,r);if(!n)return;this.store.css3DRenderDisposer.set(t.id,n.dispose),t.tag3DContentSvelte={svelteApp:new k.Tag({target:n.container,props:{tag:t,hooks:this.hooks,state:this.state,mediaStore:this.mediaStore,temporaryState:this.temporaryState}}),domContainer:n,initialNormal:o,currentNormal:o}}}),this.checkPanelTag()}disposeAllCSS3DContainer(){for(const[e,t]of this.store.css3DRenderDisposer)t==null||t();this.store.css3DRenderDisposer=new Map}checkPanelTag(){this.tags.forEach(e=>{var t;e.dimensionType===u.DimensionType.Two&&e.pointType===u.PointType.PointTag&&((t=e.tag3DContentSvelte)==null||t.domContainer.dispose(),e.tag3DContentSvelte=void 0)});for(const[e,t]of this.store.css3DRenderDisposer){const s=this.getTagById(e);(!s||s.dimensionType!==u.DimensionType.Three)&&(t==null||t(),this.store.css3DRenderDisposer.delete(e))}}}exports.PanoTagPluginController=x;exports.pluginFlag=$;
@@ -1,9 +1 @@
1
- import l from "./controller/index.js";
2
- import { default as e, pluginFlag as u } from "./controller/index.js";
3
- const r = (o, a) => new l(o, a);
4
- export {
5
- r as PanoTagPlugin,
6
- e as PanoTagPluginController,
7
- r as default,
8
- u as pluginFlag
9
- };
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("./controller/index.js"),e=require("./typings/tag.js");require("@realsee/five");require("three");require("object-assign-deep");require("svelte/store");require("./Components/TagContainer.js");require("svelte/internal");require("./Components/TagWrapper.js");require("./utils/noTypecheck.js");require("./Components/Tag/index.js");require("./Components/Tag/TextTag.js");require("./Components/Common/Line/Straight.js");require("svelte/transition");require("../shared-utils/uuid.js");require("./Components/Common/Shadow.js");require("./Components/Common/MultiLineText.js");require("./Components/Common/Text.js");require("animejs");require("svelte");require("../shared-utils/isNil.js");require("./utils/search.js");require("./utils/constants.js");require("./Components/Common/Arrow.js");require("./Assets/Icon.js");require("svelte/easing");require("./utils/doUtil.js");require("./Components/Tag/ImageTextTag.js");require("./Components/Common/Line/Polyline.js");require("./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("./Components/Common/MediaItem.js");require("./Components/Tag/MarketingTag.js");require("./Components/Tag/AudioTag.js");require("./Components/Common/Audio.js");require("./Components/Tag/MediaPlane.js");require("./Components/Tag/LinkTag.js");require("./Components/Tag/CustomTag.js");require("./Components/Common/Point/PointSwitch.js");require("./Components/Common/Point/CustomPoint.js");require("./Components/Common/Point/DefaultPoint.js");require("../CSS3DRenderPlugin/utils/positionToVector3.js");require("./utils/addDebugPoints.js");require("./utils/planeNormal.js");require("./utils/actionAfterFiveModelLoad.js");require("./utils/normalPositionToPositions.js");require("./utils/debounce.js");require("./utils/throttle.js");require("./utils/resizeObserver.js");require("./controller/TagComputer.js");require("./tag.config.js");require("./utils/tagPosition.js");require("../CSS3DRenderPlugin/utils/centerPoint.js");require("./utils/checkRange.js");require("./controller/TagCacheController.js");require("../base/BasePlugin.js");require("../shared-utils/Subscribe.js");require("../CSS3DRenderPlugin/index.js");require("../CSS3DRenderPlugin/Controller.js");require("../CSS3DRenderPlugin/CSS3DRender.js");require("three/examples/jsm/renderers/CSS3DRenderer");require("../CSS3DRenderPlugin/utils/evenNumber.js");require("../CSS3DRenderPlugin/utils/CSS3DObjectPlus.js");const i=(s,n)=>new r.PanoTagPluginController(s,n);exports.PanoTagPluginController=r.PanoTagPluginController;exports.pluginFlag=r.pluginFlag;exports.ContentType=e.ContentType;exports.DimensionType=e.DimensionType;exports.LinkType=e.LinkType;exports.PointType=e.PointType;exports.PanoTagPlugin=i;exports.default=i;
@@ -1,44 +1 @@
1
- const n = {
2
- globalConfig: {
3
- initialState: {},
4
- visibleConfig: {
5
- visibleDistance: { max: 5 },
6
- angleRange: { min: -45, max: 45 }
7
- },
8
- unfoldedConfig: {
9
- autoUnfold: {
10
- strategy: "MinimumDistance"
11
- }
12
- },
13
- tag3DConfig: {
14
- ratio: 35e-4
15
- }
16
- },
17
- contentTypeConfig: {
18
- "Any-Link-Any": {
19
- unfoldedConfig: {
20
- keep: "unfolded"
21
- },
22
- initialState: {
23
- unfolded: !0
24
- }
25
- },
26
- "Any-Marketing-Any": {
27
- unfoldedConfig: void 0
28
- },
29
- "3D-MediaPlane-PlaneTag": {
30
- unfoldedConfig: {
31
- keep: "unfolded"
32
- },
33
- visibleConfig: {
34
- alwaysShowWhenMovePano: !0,
35
- angleRange: void 0,
36
- visibleDistance: void 0
37
- }
38
- }
39
- }
40
- };
41
- export {
42
- n as DefaultConfig,
43
- n as default
44
- };
1
+ "use strict";const n={globalConfig:{initialState:{},visibleConfig:{visibleDistance:{max:5},angleRange:{min:-45,max:45}},unfoldedConfig:{autoUnfold:{strategy:"MinimumDistance"}},tag3DConfig:{ratio:.0035}},contentTypeConfig:{"Any-Link-Any":{unfoldedConfig:{keep:"unfolded"},initialState:{unfolded:!0}},"Any-Marketing-Any":{unfoldedConfig:void 0},"3D-MediaPlane-PlaneTag":{unfoldedConfig:{keep:"unfolded"},visibleConfig:{alwaysShowWhenMovePano:!0,angleRange:void 0,visibleDistance:void 0}}}};exports.DefaultConfig=n;
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1 @@
1
+ "use strict";
@@ -1,7 +1 @@
1
- var r = /* @__PURE__ */ ((a) => (a.Two = "2D", a.Three = "3D", a))(r || {}), g = /* @__PURE__ */ ((a) => (a.PointTag = "PointTag", a.PlaneTag = "PlaneTag", a))(g || {}), i = /* @__PURE__ */ ((a) => (a.Audio = "Audio", a.Text = "Text", a.ImageText = "ImageText", a.Link = "Link", a.Marketing = "Marketing", a.MediaPlane = "MediaPlane", a.Custom = "Custom", a))(i || {}), u = /* @__PURE__ */ ((a) => (a.VrLink = "vr", a.NormalLink = "normal", a))(u || {});
2
- export {
3
- i as ContentType,
4
- r as DimensionType,
5
- u as LinkType,
6
- g as PointType
7
- };
1
+ "use strict";var r=(a=>(a.Two="2D",a.Three="3D",a))(r||{}),i=(a=>(a.PointTag="PointTag",a.PlaneTag="PlaneTag",a))(i||{}),e=(a=>(a.Audio="Audio",a.Text="Text",a.ImageText="ImageText",a.Link="Link",a.Marketing="Marketing",a.MediaPlane="MediaPlane",a.Custom="Custom",a))(e||{}),u=(a=>(a.VrLink="vr",a.NormalLink="normal",a))(u||{});exports.ContentType=e;exports.DimensionType=r;exports.LinkType=u;exports.PointType=i;
@@ -1,6 +1 @@
1
- function d(e, o) {
2
- e.model.loaded ? o() : e.once("modelLoaded", () => o());
3
- }
4
- export {
5
- d as actionAfterFiveModelLoad
6
- };
1
+ "use strict";function d(e,o){e.model.loaded?o():e.once("modelLoaded",()=>o())}exports.actionAfterFiveModelLoad=d;
@@ -1,27 +1 @@
1
- import * as o from "three";
2
- import { arrayPositionToVector3 as c } from "../../CSS3DRenderPlugin/utils/positionToVector3.js";
3
- function M(h, p) {
4
- p.forEach((t) => {
5
- const r = new o.SphereGeometry(0.02, 16, 16), i = [], a = [
6
- new o.MeshBasicMaterial({ color: 16776960 }),
7
- new o.MeshBasicMaterial({ color: 16711935 }),
8
- new o.MeshBasicMaterial({ color: 16711680 }),
9
- new o.MeshBasicMaterial({ color: 65535 })
10
- ];
11
- if (t.position.length === 4)
12
- t.position.forEach((e, s) => {
13
- const l = a[s], n = new o.Mesh(r, l);
14
- n.position.copy(c(e)), i.push(n);
15
- });
16
- else {
17
- const e = a[0], s = new o.Mesh(r, e);
18
- s.position.copy(c(t.position)), i.push(s);
19
- }
20
- i.forEach((e) => {
21
- e.material.depthTest = !1, h.scene.add(e);
22
- });
23
- });
24
- }
25
- export {
26
- M as addDebugPoints
27
- };
1
+ "use strict";const h=require("three"),u=require("../../CSS3DRenderPlugin/utils/positionToVector3.js");function d(e){if(e&&e.__esModule)return e;const s=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const o in e)if(o!=="default"){const n=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(s,o,n.get?n:{enumerable:!0,get:()=>e[o]})}}return s.default=e,Object.freeze(s)}const t=d(h);function f(e,s){s.forEach(o=>{const n=new t.SphereGeometry(.02,16,16),c=[],a=[new t.MeshBasicMaterial({color:16776960}),new t.MeshBasicMaterial({color:16711935}),new t.MeshBasicMaterial({color:16711680}),new t.MeshBasicMaterial({color:65535})];if(o.position.length===4)o.position.forEach((r,i)=>{const p=a[i],l=new t.Mesh(n,p);l.position.copy(u.arrayPositionToVector3(r)),c.push(l)});else{const r=a[0],i=new t.Mesh(n,r);i.position.copy(u.arrayPositionToVector3(o.position)),c.push(i)}c.forEach(r=>{r.material.depthTest=!1,e.scene.add(r)})})}exports.addDebugPoints=f;
@@ -1,10 +1 @@
1
- function i(t, r) {
2
- if (t === void 0)
3
- return;
4
- const { min: e, max: f } = r != null ? r : {};
5
- if (!(e === void 0 && f === void 0))
6
- return !(typeof f == "number" && f < t || typeof e == "number" && e > t);
7
- }
8
- export {
9
- i as checkRange
10
- };
1
+ "use strict";function f(t,e){if(t===void 0)return;const{min:i,max:r}=e!=null?e:{};if(!(i===void 0&&r===void 0))return!(typeof r=="number"&&r<t||typeof i=="number"&&i>t)}exports.checkRange=f;
@@ -1,8 +1 @@
1
- function n() {
2
- return Math.random().toString(36).slice(-6);
3
- }
4
- const t = n();
5
- export {
6
- t as RANDON_STRING,
7
- n as random
8
- };
1
+ "use strict";function t(){return Math.random().toString(36).slice(-6)}const n=t();exports.RANDON_STRING=n;
@@ -1,12 +1 @@
1
- const r = (n, o = 16.666666666666668) => {
2
- let e = null;
3
- const t = n;
4
- return (...l) => {
5
- e && clearTimeout(e), e = setTimeout(() => {
6
- t == null || t(...l), e && clearTimeout(e), e = null;
7
- }, o);
8
- };
9
- };
10
- export {
11
- r as debounce
12
- };
1
+ "use strict";const c=(n,o=16.666666666666668)=>{let e=null;const t=n;return(...u)=>{e&&clearTimeout(e),e=setTimeout(()=>{t==null||t(...u),e&&clearTimeout(e),e=null},o)}};exports.debounce=c;
@@ -1,12 +1 @@
1
- function s(n, r, a = 20, o = 5) {
2
- return new Promise((c, i) => {
3
- let t = 0;
4
- const l = setInterval(() => {
5
- const e = n();
6
- r(e) ? (clearInterval(l), c(e)) : t >= o && (clearInterval(l), i(e)), t++;
7
- }, a);
8
- });
9
- }
10
- export {
11
- s as default
12
- };
1
+ "use strict";function a(n,r,i=20,c=5){return new Promise((o,s)=>{let t=0;const l=setInterval(()=>{const e=n();r(e)?(clearInterval(l),o(e)):t>=c&&(clearInterval(l),s(e)),t++},i)})}exports.doUtil=a;
@@ -0,0 +1 @@
1
+ "use strict";require("three");
@@ -1,4 +1 @@
1
- const e = (c) => c;
2
- export {
3
- e as noTypecheck
4
- };
1
+ "use strict";const e=c=>c;exports.noTypecheck=e;
@@ -1,13 +1 @@
1
- import * as s from "three";
2
- function d(t, e, a) {
3
- const r = new s.Plane().setFromNormalAndCoplanarPoint(a, e), o = e.clone().sub(t).cross(new s.Vector3(0, 1, 0)).setLength(0.01), n = new s.Vector3(0, 0.01, 0);
4
- return [
5
- e.clone().sub(o).sub(n),
6
- e.clone().add(o).sub(n),
7
- e.clone().add(o).add(n),
8
- e.clone().sub(o).add(n)
9
- ].map((c) => r.projectPoint(c, new s.Vector3()));
10
- }
11
- export {
12
- d as normalPositionToPositions
13
- };
1
+ "use strict";const u=require("three");function i(e){if(e&&e.__esModule)return e;const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const c=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,c.get?c:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const s=i(u);function d(e,t,n){const a=new s.Plane().setFromNormalAndCoplanarPoint(n,t),o=t.clone().sub(e).cross(new s.Vector3(0,1,0)).setLength(.01),r=new s.Vector3(0,.01,0);return[t.clone().sub(o).sub(r),t.clone().add(o).sub(r),t.clone().add(o).add(r),t.clone().sub(o).add(r)].map(l=>a.projectPoint(l,new s.Vector3))}exports.normalPositionToPositions=d;
@@ -1,11 +1 @@
1
- import "three";
2
- import { anyPositionToVector3 as c } from "../../CSS3DRenderPlugin/utils/positionToVector3.js";
3
- function i(t) {
4
- if (t.length < 3)
5
- return;
6
- const o = t.map(c), r = o[1].clone().sub(o[0]), n = o[2].clone().sub(o[1]);
7
- return r.cross(n);
8
- }
9
- export {
10
- i as planeNormal
11
- };
1
+ "use strict";require("three");const r=require("../../CSS3DRenderPlugin/utils/positionToVector3.js");function s(e){if(e.length<3)return;const o=e.map(r.anyPositionToVector3),t=o[1].clone().sub(o[0]),n=o[2].clone().sub(o[1]);return t.cross(n)}exports.planeNormal=s;
@@ -1,17 +1 @@
1
- function o(e, r) {
2
- if (!r || typeof ResizeObserver == "undefined" || !ResizeObserver)
3
- return {
4
- observe: () => window.addEventListener("resize", e),
5
- unobserve: () => window.removeEventListener("resize", e)
6
- };
7
- {
8
- const s = new ResizeObserver(e);
9
- return {
10
- observe: () => s.observe(r),
11
- unobserve: () => s.unobserve(r)
12
- };
13
- }
14
- }
15
- export {
16
- o as resizeObserver
17
- };
1
+ "use strict";function i(e,r){if(!r||typeof ResizeObserver=="undefined"||!ResizeObserver)return{observe:()=>window.addEventListener("resize",e),unobserve:()=>window.removeEventListener("resize",e)};{const s=new ResizeObserver(e);return{observe:()=>s.observe(r),unobserve:()=>s.unobserve(r)}}}exports.resizeObserver=i;