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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (427) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +0 -1
  2. package/dist/CruisePlugin/Controller.d.ts +2 -1
  3. package/dist/CruisePlugin/typing.d.ts +2 -12
  4. package/dist/GuideLinePlugin/Controller.d.ts +12 -20
  5. package/dist/GuideLinePlugin/index.d.ts +0 -4
  6. package/dist/GuideLinePlugin/typing.d.ts +1 -70
  7. package/dist/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +5 -2
  9. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +1 -3
  10. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +4 -1
  11. package/dist/PanoTagPlugin/utils/model/mediaPlane.d.ts +69 -0
  12. package/dist/base/BasePlugin.d.ts +0 -1
  13. package/dist/index.cjs.js +115 -162
  14. package/dist/index.js +5234 -5141
  15. package/dist/index.umd.js +116 -163
  16. package/dist/shared-utils/five/FiveDomEvents.d.ts +11 -0
  17. package/dist/shared-utils/index.d.ts +0 -3
  18. package/dist/shared-utils/logger.d.ts +17 -0
  19. package/dist/shared-utils/math/pointIsRectangle.d.ts +2 -0
  20. package/dist/shared-utils/offscreenCanvas.d.ts +2 -0
  21. package/dist/shared-utils/three/Quadrangle.d.ts +20 -0
  22. package/dist/shared-utils/three/getPositionsByObjectFit.d.ts +2 -0
  23. package/dist/shared-utils/three/loadVideoTexture.d.ts +4 -0
  24. package/docs/assets/search.js +1 -1
  25. package/docs/classes/CSS3DRender.html +31 -34
  26. package/docs/classes/CruisePluginController.html +27 -46
  27. package/docs/classes/Magnifier.html +20 -23
  28. package/docs/classes/ModelRoomLabelController.html +11 -14
  29. package/docs/classes/Object3DHelperController.html +24 -43
  30. package/docs/classes/PaintBrush.html +15 -18
  31. package/docs/classes/PanoMeasurePluginLine.html +23 -26
  32. package/docs/classes/PanoMeasurePluginModel.html +22 -25
  33. package/docs/classes/PanoMeasurePluginPoint.html +14 -17
  34. package/docs/classes/PanoMeasurePluginPolyline.html +26 -29
  35. package/docs/classes/PanoTagPluginController.html +65 -84
  36. package/docs/classes/Util.BetterTween.html +8 -11
  37. package/docs/classes/Util.FivePointSelector.html +12 -15
  38. package/docs/classes/Util.Interval.html +12 -15
  39. package/docs/classes/Util.Magnifier.html +17 -20
  40. package/docs/classes/Util.PointDomHelper.html +11 -14
  41. package/docs/classes/Util.PointHelper.html +11 -14
  42. package/docs/classes/Util.Rectangle.html +13 -16
  43. package/docs/enums/CameraMovementEffect.html +7 -10
  44. package/docs/enums/ContentType.html +19 -22
  45. package/docs/enums/DIRECTION.html +9 -12
  46. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -12
  47. package/docs/enums/DimensionType.html +7 -10
  48. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -11
  49. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -12
  50. package/docs/enums/PaintBrushTypeEnum.html +8 -11
  51. package/docs/enums/Rotation.html +8 -11
  52. package/docs/functions/CSS3DRenderPlugin.html +5 -7
  53. package/docs/functions/CameraMovementPlugin.html +5 -7
  54. package/docs/functions/CruisePlugin.html +5 -7
  55. package/docs/functions/GuideLinePlugin.html +6 -8
  56. package/docs/functions/ItemLabelPlugin.html +5 -7
  57. package/docs/functions/MapviewFloorplanPlugin.html +5 -7
  58. package/docs/functions/ModelChassisCompassPlugin.html +5 -7
  59. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -7
  60. package/docs/functions/ModelFloorplanPlugin.html +5 -7
  61. package/docs/functions/ModelItemLabelPlugin.html +5 -7
  62. package/docs/functions/ModelRoomLabelPlugin.html +5 -7
  63. package/docs/functions/ModelTVVideoPlugin.html +5 -7
  64. package/docs/functions/ModelViewPlugin.html +5 -7
  65. package/docs/functions/Object3DHelperPlugin.html +5 -7
  66. package/docs/functions/PanoCompassPlugin.html +5 -7
  67. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -7
  68. package/docs/functions/PanoDoorLabelPlugin.html +5 -7
  69. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -7
  70. package/docs/functions/PanoMeasurePlugin.html +5 -7
  71. package/docs/functions/PanoRulerPlugin.html +5 -7
  72. package/docs/functions/PanoRulerProPlugin.html +5 -7
  73. package/docs/functions/PanoSpatialTagPlugin.html +5 -7
  74. package/docs/functions/PanoTagPlugin.html +5 -7
  75. package/docs/functions/PanoVideoPlugin.html +5 -7
  76. package/docs/functions/TopviewFloorplanPlugin.html +5 -7
  77. package/docs/functions/Util.getCoordsFromClient.html +6 -13
  78. package/docs/functions/Util.getCoordsFromElement.html +6 -13
  79. package/docs/functions/Util.getFrameTime.html +6 -13
  80. package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -13
  81. package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -13
  82. package/docs/functions/Util.isNil.html +6 -13
  83. package/docs/functions/Util.nextFrame.html +6 -13
  84. package/docs/functions/Util.notNil.html +6 -13
  85. package/docs/functions/Util.requestAnimationFrameInterval.html +6 -13
  86. package/docs/functions/Util.tweenProgress.html +6 -13
  87. package/docs/functions/pluginFlag.html +6 -8
  88. package/docs/index.html +5 -7
  89. package/docs/interfaces/AddTagConfig.html +6 -9
  90. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -14
  91. package/docs/interfaces/CSS3DRenderPluginState.html +8 -11
  92. package/docs/interfaces/CameraMovementPluginExportType.html +7 -10
  93. package/docs/interfaces/EventMap.html +15 -18
  94. package/docs/interfaces/FloorplanBounding.html +8 -11
  95. package/docs/interfaces/FloorplanData.html +10 -13
  96. package/docs/interfaces/FloorplanEntrance.html +11 -14
  97. package/docs/interfaces/FloorplanExtraObject.html +10 -13
  98. package/docs/interfaces/FloorplanExtraObject3D.html +8 -11
  99. package/docs/interfaces/FloorplanFloorData.html +9 -12
  100. package/docs/interfaces/FloorplanImagePosition.html +7 -10
  101. package/docs/interfaces/FloorplanObserver.html +9 -12
  102. package/docs/interfaces/FloorplanOutlineItem.html +9 -12
  103. package/docs/interfaces/FloorplanPosition.html +7 -10
  104. package/docs/interfaces/FloorplanRoomItem.html +13 -16
  105. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -10
  106. package/docs/interfaces/FloorplanServerBounding.html +8 -11
  107. package/docs/interfaces/FloorplanServerComputedData.html +10 -13
  108. package/docs/interfaces/FloorplanServerData.html +7 -10
  109. package/docs/interfaces/FloorplanServerDoorItem.html +10 -13
  110. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -11
  111. package/docs/interfaces/FloorplanServerEntrance.html +11 -14
  112. package/docs/interfaces/FloorplanServerFloorData.html +9 -12
  113. package/docs/interfaces/FloorplanServerImagePosition.html +7 -10
  114. package/docs/interfaces/FloorplanServerObserver.html +9 -12
  115. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -12
  116. package/docs/interfaces/FloorplanServerPosition.html +7 -10
  117. package/docs/interfaces/FloorplanServerRoomItem.html +14 -17
  118. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -10
  119. package/docs/interfaces/HelperOffset.html +8 -11
  120. package/docs/interfaces/ImagePlaneGroup.html +6 -9
  121. package/docs/interfaces/ItemLabelPluginData.html +6 -9
  122. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -14
  123. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -12
  124. package/docs/interfaces/MinMax.html +7 -10
  125. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -10
  126. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -11
  127. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -10
  128. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -11
  129. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -11
  130. package/docs/interfaces/ModelItemLabelPluginData.html +6 -9
  131. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -14
  132. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -10
  133. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -9
  134. package/docs/interfaces/ModelTVVideoPluginData.html +9 -12
  135. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -11
  136. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -9
  137. package/docs/interfaces/ModelViewPluginExportType.html +11 -14
  138. package/docs/interfaces/Object3DHelperState.html +8 -11
  139. package/docs/interfaces/ObjectHelperControllers.html +9 -12
  140. package/docs/interfaces/PaintBrushAction.html +12 -15
  141. package/docs/interfaces/PaintBrushConfigs.html +12 -15
  142. package/docs/interfaces/PaintBrushState.html +10 -13
  143. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -13
  144. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -8
  145. package/docs/interfaces/PanoMeasureParameterType.html +14 -17
  146. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -11
  147. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -10
  148. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -10
  149. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -11
  150. package/docs/interfaces/PanoRulerPluginExportType.html +10 -13
  151. package/docs/interfaces/PanoRulerPluginOptions.html +7 -10
  152. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -11
  153. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -12
  154. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -10
  155. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -10
  156. package/docs/interfaces/PanoRulerProPluginState.html +8 -11
  157. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -8
  158. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -8
  159. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -14
  160. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -13
  161. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -16
  162. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -13
  163. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -16
  164. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -14
  165. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -13
  166. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -9
  167. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -11
  168. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -9
  169. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +15 -18
  170. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -9
  171. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -11
  172. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -13
  173. package/docs/interfaces/Point.html +8 -11
  174. package/docs/interfaces/Room.html +9 -12
  175. package/docs/interfaces/RoomInfo.html +7 -10
  176. package/docs/interfaces/RoomLabel.html +14 -17
  177. package/docs/interfaces/RoomRules.html +6 -8
  178. package/docs/interfaces/Rooms.html +6 -8
  179. package/docs/interfaces/Scissor.html +9 -12
  180. package/docs/interfaces/State.html +8 -11
  181. package/docs/interfaces/TagCacheInterface.html +12 -15
  182. package/docs/interfaces/TagConfig.html +11 -14
  183. package/docs/interfaces/TagGLTFObjectGroup.html +6 -9
  184. package/docs/interfaces/TagIconUrl.html +11 -14
  185. package/docs/interfaces/TagObjectGroup.html +6 -9
  186. package/docs/interfaces/TagStyle.html +6 -9
  187. package/docs/interfaces/Tags.html +10 -13
  188. package/docs/interfaces/TemporaryState.html +6 -9
  189. package/docs/interfaces/Util.MagnifierParameter.html +11 -14
  190. package/docs/interfaces/Util.MouseGroupParameter.html +8 -11
  191. package/docs/modules/PanoVideoPluginType.html +5 -8
  192. package/docs/modules/Util.html +6 -17
  193. package/docs/modules.html +7 -11
  194. package/docs/types/ArrayPosition.html +6 -8
  195. package/docs/types/AudioAppearance.html +6 -8
  196. package/docs/types/AudioTagTypeConfigKey.html +6 -8
  197. package/docs/types/CSS3DRenderExportType.html +6 -8
  198. package/docs/types/CSS3DRenderPluginExportType.html +6 -8
  199. package/docs/types/CSS3DRenderPluginParameterType.html +6 -8
  200. package/docs/types/ClassFunctionParameters.html +6 -8
  201. package/docs/types/Color.html +6 -8
  202. package/docs/types/ContentTypeConfigKey.html +6 -8
  203. package/docs/types/ContentTypeConfigKeySplit.html +6 -8
  204. package/docs/types/ContentTypeMap.html +6 -8
  205. package/docs/types/Create3DDomContainerReturnType.html +6 -8
  206. package/docs/types/Create3DElementReturnType.html +6 -8
  207. package/docs/types/CruisePluginExportType.html +6 -8
  208. package/docs/types/Direction-1.html +6 -8
  209. package/docs/types/Direction4.html +6 -8
  210. package/docs/types/ElementRenderer.html +288 -0
  211. package/docs/types/FloorplanRuleLabels.html +6 -8
  212. package/docs/types/FloorplanServerRuleLabels.html +6 -8
  213. package/docs/types/GuideLinePluginExportType.html +6 -8
  214. package/docs/types/HelperEventMap.html +6 -8
  215. package/docs/types/LoadTagConfig.html +6 -8
  216. package/docs/types/MapviewFloorplanPluginParameterType.html +6 -8
  217. package/docs/types/MapviewFloorplanPluginReturnType.html +6 -8
  218. package/docs/types/MediaData.html +6 -8
  219. package/docs/types/MediaStore.html +6 -8
  220. package/docs/types/ModelElement.html +6 -8
  221. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -8
  222. package/docs/types/ModelFloorplanPluginParameterType.html +6 -8
  223. package/docs/types/ModelFloorplanPluginReturnType.html +6 -8
  224. package/docs/types/ModelRoomLabelPluginParameters.html +6 -8
  225. package/docs/types/ModelRoomLabelPluginReturnType.html +6 -8
  226. package/docs/types/MoveArgs.html +6 -8
  227. package/docs/types/MoveOpts.html +6 -8
  228. package/docs/types/Object3DHelperEventMap.html +6 -8
  229. package/docs/types/ObjectFit.html +6 -8
  230. package/docs/types/PaintBrushEventMap.html +6 -8
  231. package/docs/types/PanoCompassPluginData.html +6 -8
  232. package/docs/types/PanoCompassPluginExportType.html +6 -8
  233. package/docs/types/PanoCompassPluginParameterType.html +6 -8
  234. package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -8
  235. package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -8
  236. package/docs/types/PanoIndex.html +6 -8
  237. package/docs/types/PanoMeasurePluginEvent.html +6 -8
  238. package/docs/types/PanoMeasureReturnType.html +6 -8
  239. package/docs/types/PanoSpatialTagPluginId.html +6 -8
  240. package/docs/types/PanoTagPluginExportInterface.html +6 -8
  241. package/docs/types/PanoTagPluginParamsInterface.html +6 -8
  242. package/docs/types/PanoVideoPluginParameterType.html +6 -8
  243. package/docs/types/PanoVideoPluginReturnType.html +6 -8
  244. package/docs/types/PlaneTag.html +6 -8
  245. package/docs/types/PlaneTagElement.html +6 -8
  246. package/docs/types/Point2DElement.html +6 -8
  247. package/docs/types/Point2DTag.html +6 -8
  248. package/docs/types/Point3DElement.html +6 -8
  249. package/docs/types/Point3DTag.html +6 -8
  250. package/docs/types/PointTag.html +6 -8
  251. package/docs/types/PointTagElement.html +6 -8
  252. package/docs/types/Position.html +6 -8
  253. package/docs/types/RotateArgs.html +6 -8
  254. package/docs/types/RotateOpts.html +6 -8
  255. package/docs/types/RuleLabelsKey.html +6 -8
  256. package/docs/types/RuleLabelsValue.html +6 -8
  257. package/docs/types/StickType.html +6 -8
  258. package/docs/types/Tag.html +7 -9
  259. package/docs/types/Tag2D.html +6 -8
  260. package/docs/types/Tag3D.html +6 -8
  261. package/docs/types/TagContentType.html +6 -8
  262. package/docs/types/TagDimensionType.html +6 -8
  263. package/docs/types/TagElement.html +7 -9
  264. package/docs/types/TagEvents.html +6 -8
  265. package/docs/types/TagGLTFObject.html +7 -9
  266. package/docs/types/TagHooks.html +6 -8
  267. package/docs/types/TagIconSize.html +6 -8
  268. package/docs/types/TagId.html +6 -8
  269. package/docs/types/TopviewFloorplanPluginParameterType.html +6 -8
  270. package/docs/types/TopviewFloorplanPluginReturnType.html +6 -8
  271. package/docs/types/WorkCode.html +6 -8
  272. package/docs/variables/FLOOR_TYPE_MAP.html +6 -8
  273. package/docs/variables/PLUGIN.html +6 -8
  274. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -8
  275. package/docs/variables/ROOM_TYPE_MAP.html +6 -8
  276. package/docs/variables/itemLabelPluginServerParams.html +6 -8
  277. package/docs/variables/modelItemLabelPluginServerParams.html +6 -8
  278. package/docs/variables/modelRoomLabelPluginServerParams.html +6 -8
  279. package/libs/CSS3DRenderPlugin/Controller.d.ts +0 -1
  280. package/libs/CSS3DRenderPlugin/Controller.js +31 -40
  281. package/libs/CSS3DRenderPlugin/index.js +6 -12
  282. package/libs/CruisePlugin/Controller.d.ts +2 -1
  283. package/libs/CruisePlugin/Controller.js +174 -197
  284. package/libs/CruisePlugin/index.js +10 -33
  285. package/libs/CruisePlugin/typing.d.ts +2 -12
  286. package/libs/GuideLinePlugin/Controller.d.ts +12 -20
  287. package/libs/GuideLinePlugin/Controller.js +88 -125
  288. package/libs/GuideLinePlugin/index.d.ts +0 -4
  289. package/libs/GuideLinePlugin/index.js +7 -33
  290. package/libs/GuideLinePlugin/typing.d.ts +1 -70
  291. package/libs/GuideLinePlugin/utils/getLineGeometries.d.ts +16 -0
  292. package/libs/GuideLinePlugin/utils/getLineGeometries.js +64 -0
  293. package/libs/ModelTVVideoPlugin/Plugin.js +45 -53
  294. package/libs/ModelTVVideoPlugin/index.js +5 -11
  295. package/libs/Object3DHelperPlugin/Controller.js +28 -33
  296. package/libs/Object3DHelperPlugin/index.js +13 -18
  297. package/libs/PanoCompassPlugin/Controller.js +6 -8
  298. package/libs/PanoCompassPlugin/index.js +10 -12
  299. package/libs/PanoDoorLabelPlugin/BaseController.js +28 -47
  300. package/libs/PanoDoorLabelPlugin/Controller.js +22 -40
  301. package/libs/PanoDoorLabelPlugin/index.js +3 -21
  302. package/libs/PanoMeasurePlugin/typings/index.js +1 -20
  303. package/libs/PanoSpatialTagPlugin/Plugin.js +3 -8
  304. package/libs/PanoSpatialTagPlugin/index.js +3 -8
  305. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +4 -2
  306. package/libs/PanoTagPlugin/Components/Common/Media.js +49 -49
  307. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +4 -2
  308. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +13 -11
  309. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +4 -2
  310. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +4 -2
  311. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +4 -2
  312. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +20 -18
  313. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +4 -2
  314. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -1
  315. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +38 -36
  316. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +25 -23
  317. package/libs/PanoTagPlugin/Components/Tag/index.js +26 -25
  318. package/libs/PanoTagPlugin/Components/TagContainer.js +4 -3
  319. package/libs/PanoTagPlugin/Components/TagItem.js +4 -3
  320. package/libs/PanoTagPlugin/controller/TagCache.js +22 -42
  321. package/libs/PanoTagPlugin/controller/TagComputer.js +4 -5
  322. package/libs/PanoTagPlugin/controller/TagRender.js +82 -63
  323. package/libs/PanoTagPlugin/controller/TagUtil.js +13 -20
  324. package/libs/PanoTagPlugin/controller/index.js +22 -15
  325. package/libs/PanoTagPlugin/index.js +17 -13
  326. package/libs/PanoTagPlugin/typings/controller.d.ts +5 -2
  327. package/libs/PanoTagPlugin/typings/index.js +6 -4
  328. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +1 -3
  329. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +4 -1
  330. package/libs/PanoTagPlugin/typings/tag/Utils.js +2 -0
  331. package/libs/PanoTagPlugin/utils/addDebugPoints.js +4 -2
  332. package/libs/PanoTagPlugin/utils/index.js +35 -33
  333. package/libs/PanoTagPlugin/utils/model/mediaPlane.d.ts +69 -0
  334. package/libs/PanoTagPlugin/utils/model/mediaPlane.js +214 -0
  335. package/libs/PanoTagPlugin/utils/planeNormal.js +4 -2
  336. package/libs/PanoTagPlugin/utils/tagPosition.js +9 -7
  337. package/libs/PanoVideoPlugin/Controller.js +3 -4
  338. package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
  339. package/libs/PanoVideoPlugin/index.js +6 -7
  340. package/libs/base/BasePlugin.d.ts +0 -1
  341. package/libs/base/BasePlugin.js +10 -21
  342. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +38 -57
  343. package/libs/floorplan/MapviewFloorplanPlugin/index.js +3 -22
  344. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +29 -48
  345. package/libs/floorplan/ModelFloorplanPlugin/index.js +3 -22
  346. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +11 -31
  347. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +3 -23
  348. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +40 -59
  349. package/libs/floorplan/TopviewFloorplanPlugin/index.js +3 -22
  350. package/libs/floorplan/index.js +0 -6
  351. package/libs/index.js +120 -118
  352. package/libs/shared-utils/five/FiveDomEvents.d.ts +11 -0
  353. package/libs/shared-utils/five/FiveDomEvents.js +77 -0
  354. package/libs/shared-utils/index.d.ts +0 -3
  355. package/libs/shared-utils/index.js +29 -36
  356. package/libs/shared-utils/logger.d.ts +17 -0
  357. package/libs/shared-utils/logger.js +16 -0
  358. package/libs/shared-utils/math/pointIsRectangle.d.ts +2 -0
  359. package/libs/shared-utils/math/pointIsRectangle.js +10 -0
  360. package/libs/shared-utils/offscreenCanvas.d.ts +2 -0
  361. package/libs/shared-utils/offscreenCanvas.js +12 -0
  362. package/libs/shared-utils/three/PointDomHelper.js +1 -1
  363. package/libs/shared-utils/three/Quadrangle.d.ts +20 -0
  364. package/libs/shared-utils/three/Quadrangle.js +41 -0
  365. package/libs/shared-utils/three/getPositionsByObjectFit.d.ts +2 -0
  366. package/libs/shared-utils/three/getPositionsByObjectFit.js +20 -0
  367. package/libs/shared-utils/three/loadTexture.js +19 -21
  368. package/libs/shared-utils/three/loadVideoTexture.d.ts +4 -0
  369. package/libs/shared-utils/three/loadVideoTexture.js +14 -0
  370. package/package.json +2 -2
  371. package/dist/GuideLinePlugin/GuideLineItem.d.ts +0 -26
  372. package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +0 -64
  373. package/dist/GuideLinePlugin/utils/createLineGeometry.d.ts +0 -19
  374. package/dist/GuideLinePlugin/utils/index.d.ts +0 -7
  375. package/dist/PanoTagPlugin/utils/model/imagePlane.d.ts +0 -9
  376. package/dist/shared-utils/five/index.d.ts +0 -1
  377. package/dist/shared-utils/five/mode.d.ts +0 -3
  378. package/dist/shared-utils/isAbsoluteURL.d.ts +0 -1
  379. package/dist/shared-utils/log.d.ts +0 -2
  380. package/docs/classes/GuideLineItem.GuideLineItem.html +0 -169
  381. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +0 -344
  382. package/docs/functions/Util.isAbsoluteURL.html +0 -79
  383. package/docs/functions/Util.isModelLike.html +0 -79
  384. package/docs/functions/Util.isPanoramaLike.html +0 -79
  385. package/docs/functions/Util.uuid.html +0 -76
  386. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +0 -97
  387. package/docs/interfaces/GuideLinePluginType.EventMap.html +0 -258
  388. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +0 -92
  389. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +0 -87
  390. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +0 -108
  391. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +0 -85
  392. package/docs/interfaces/GuideLinePluginType.PluginDataV1.html +0 -76
  393. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +0 -71
  394. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +0 -82
  395. package/docs/interfaces/GuideLinePluginType.PluginState.html +0 -99
  396. package/docs/interfaces/GuideLinePluginType.Route.html +0 -103
  397. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +0 -92
  398. package/docs/modules/GuideLineItem.html +0 -53
  399. package/docs/modules/GuideLineModeItem.html +0 -53
  400. package/docs/modules/GuideLinePluginType.html +0 -99
  401. package/docs/types/GuideLinePluginType.GuideLineItem.html +0 -67
  402. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +0 -65
  403. package/docs/types/GuideLinePluginType.GuideLineStyle.html +0 -67
  404. package/docs/types/GuideLinePluginType.PathItem.html +0 -67
  405. package/docs/types/GuideLinePluginType.PluginData.html +0 -65
  406. package/libs/GuideLinePlugin/GuideLineItem/index.js +0 -35
  407. package/libs/GuideLinePlugin/GuideLineItem.d.ts +0 -26
  408. package/libs/GuideLinePlugin/GuideLineItem.js +0 -31
  409. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +0 -231
  410. package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +0 -64
  411. package/libs/GuideLinePlugin/GuideLineModeItem.js +0 -29
  412. package/libs/GuideLinePlugin/utils/createLineGeometry.d.ts +0 -19
  413. package/libs/GuideLinePlugin/utils/createLineGeometry.js +0 -35
  414. package/libs/GuideLinePlugin/utils/dataFormatter.d.ts +0 -2
  415. package/libs/GuideLinePlugin/utils/dataFormatter.js +0 -6
  416. package/libs/GuideLinePlugin/utils/index.d.ts +0 -7
  417. package/libs/GuideLinePlugin/utils/index.js +0 -32
  418. package/libs/PanoTagPlugin/utils/model/imagePlane.d.ts +0 -9
  419. package/libs/PanoTagPlugin/utils/model/imagePlane.js +0 -33
  420. package/libs/shared-utils/five/index.d.ts +0 -1
  421. package/libs/shared-utils/five/index.js +0 -1
  422. package/libs/shared-utils/five/mode.d.ts +0 -3
  423. package/libs/shared-utils/five/mode.js +0 -11
  424. package/libs/shared-utils/isAbsoluteURL.d.ts +0 -1
  425. package/libs/shared-utils/isAbsoluteURL.js +0 -6
  426. package/libs/shared-utils/log.d.ts +0 -2
  427. package/libs/shared-utils/log.js +0 -10
@@ -1,11 +1,13 @@
1
- import { SvelteComponent as x, init as $, safe_not_equal as AA, append_styles as eA, empty as tA, insert as H, transition_out as Q, check_outros as Z, transition_in as v, detach as P, setContext as L, group_outros as K, element as y, attr as B, noop as V, toggle_class as c, null_to_empty as Y, set_style as I, append as N, listen as z, stop_propagation as iA, create_component as _, mount_component as k, destroy_component as b } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as x, init as $, safe_not_equal as AA, append_styles as eA, empty as tA, insert as H, transition_out as Q, check_outros as Z, transition_in as v, detach as P, setContext as L, group_outros as K, element as y, attr as B, noop as V, toggle_class as p, null_to_empty as Y, set_style as I, append as N, listen as z, stop_propagation as iA, create_component as _, mount_component as k, destroy_component as b } from "../../../vendor/svelte/internal/index.js";
2
2
  import oA from "./TextTag/index.js";
3
3
  import nA from "./ImageTextTag.js";
4
4
  import rA from "./MarketingTag.js";
5
5
  import "three";
6
- import { noTypecheck as p } from "../../utils/noTypecheck.js";
6
+ import { noTypecheck as c } from "../../utils/noTypecheck.js";
7
7
  import "@realsee/five/gltf-loader";
8
8
  import "../../../shared-utils/three/loadTexture.js";
9
+ import "@realsee/five";
10
+ import "../../../shared-utils/threex/domevents/index.js";
9
11
  import { isMediaModelTag as aA } from "../../utils/tag/tagCheck.js";
10
12
  import lA from "./AudioTag/index.js";
11
13
  import fA from "./MediaPlane.js";
@@ -64,7 +66,6 @@ import "../../../vendor/svelte-carousel/src/utils/lazy.js";
64
66
  import "../../../vendor/svelte-carousel/src/utils/ProgressManager.js";
65
67
  import "../../../vendor/svelte-carousel/src/utils/interval.js";
66
68
  import "../Common/MediaItem.js";
67
- import "@realsee/five";
68
69
  import "hammerjs";
69
70
  import "@tweenjs/tween.js";
70
71
  import "../../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
@@ -94,7 +95,7 @@ import "../../utils/getImageInfo.js";
94
95
  function mA(o) {
95
96
  eA(o, "svelte-1r4fqvg", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}');
96
97
  }
97
- function cA(o) {
98
+ function pA(o) {
98
99
  let A, t;
99
100
  return {
100
101
  c() {
@@ -113,7 +114,7 @@ function cA(o) {
113
114
  }
114
115
  };
115
116
  }
116
- function pA(o) {
117
+ function cA(o) {
117
118
  let A, t, e, i, n, s, u, r, g, l;
118
119
  const C = [
119
120
  wA,
@@ -129,7 +130,7 @@ function pA(o) {
129
130
  return ~(i = D(o)) && (n = d[i] = C[i](o)), {
130
131
  c() {
131
132
  var a;
132
- A = y("div"), t = y("div"), e = y("div"), n && n.c(), B(e, "class", "content svelte-1r4fqvg"), c(e, "unfolded", (a = o[1].state) == null ? void 0 : a.unfolded), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", s = Y(J("content__container", o[1].className)) + " svelte-1r4fqvg"), B(A, "data-id", u = o[1].id), c(A, "disable", o[1].enabled === !1), c(A, "hide", o[4]), c(A, "withAnimation", o[0]), c(A, "unClickable", o[1].mergedConfig.clickable === !1), I(A, "width", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0), I(A, "height", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0);
133
+ A = y("div"), t = y("div"), e = y("div"), n && n.c(), B(e, "class", "content svelte-1r4fqvg"), p(e, "unfolded", (a = o[1].state) == null ? void 0 : a.unfolded), B(t, "class", "content__wrapper svelte-1r4fqvg"), B(A, "class", s = Y(J("content__container", o[1].className)) + " svelte-1r4fqvg"), B(A, "data-id", u = o[1].id), p(A, "disable", o[1].enabled === !1), p(A, "hide", o[4]), p(A, "withAnimation", o[0]), p(A, "unClickable", o[1].mergedConfig.clickable === !1), I(A, "width", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0), I(A, "height", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0);
133
134
  },
134
135
  m(a, m) {
135
136
  H(a, A, m), N(A, t), N(t, e), ~i && d[i].m(e, null), r = !0, g || (l = z(A, "click", iA(o[14])), g = !0);
@@ -139,7 +140,7 @@ function pA(o) {
139
140
  let w = i;
140
141
  i = D(a), i === w ? ~i && d[i].p(a, m) : (n && (K(), Q(d[w], 1, 1, () => {
141
142
  d[w] = null;
142
- }), Z()), ~i ? (n = d[i], n ? n.p(a, m) : (n = d[i] = C[i](a), n.c()), v(n, 1), n.m(e, null)) : n = null), (!r || m & 2) && c(e, "unfolded", (T = a[1].state) == null ? void 0 : T.unfolded), (!r || m & 2 && s !== (s = Y(J("content__container", a[1].className)) + " svelte-1r4fqvg")) && B(A, "class", s), (!r || m & 2 && u !== (u = a[1].id)) && B(A, "data-id", u), (!r || m & 2) && c(A, "disable", a[1].enabled === !1), (!r || m & 18) && c(A, "hide", a[4]), (!r || m & 3) && c(A, "withAnimation", a[0]), (!r || m & 2) && c(A, "unClickable", a[1].mergedConfig.clickable === !1), m & 2 && I(A, "width", a[1].stickType === "Plane" || a[1].contentType === "MediaModel" ? "100%" : 0), m & 2 && I(A, "height", a[1].stickType === "Plane" || a[1].contentType === "MediaModel" ? "100%" : 0);
143
+ }), Z()), ~i ? (n = d[i], n ? n.p(a, m) : (n = d[i] = C[i](a), n.c()), v(n, 1), n.m(e, null)) : n = null), (!r || m & 2) && p(e, "unfolded", (T = a[1].state) == null ? void 0 : T.unfolded), (!r || m & 2 && s !== (s = Y(J("content__container", a[1].className)) + " svelte-1r4fqvg")) && B(A, "class", s), (!r || m & 2 && u !== (u = a[1].id)) && B(A, "data-id", u), (!r || m & 2) && p(A, "disable", a[1].enabled === !1), (!r || m & 18) && p(A, "hide", a[4]), (!r || m & 3) && p(A, "withAnimation", a[0]), (!r || m & 2) && p(A, "unClickable", a[1].mergedConfig.clickable === !1), m & 2 && I(A, "width", a[1].stickType === "Plane" || a[1].contentType === "MediaModel" ? "100%" : 0), m & 2 && I(A, "height", a[1].stickType === "Plane" || a[1].contentType === "MediaModel" ? "100%" : 0);
143
144
  },
144
145
  i(a) {
145
146
  r || (v(n), r = !0);
@@ -155,17 +156,17 @@ function pA(o) {
155
156
  function uA(o) {
156
157
  let A, t, e, i, n, s, u;
157
158
  return t = new gA({
158
- props: { tag: p(o[1]) }
159
+ props: { tag: c(o[1]) }
159
160
  }), {
160
161
  c() {
161
- A = y("div"), _(t.$$.fragment), B(A, "class", e = Y(J("content__container", o[1].className)) + " svelte-1r4fqvg"), B(A, "data-id", i = o[1].id), c(A, "custom-tag-disable", o[1].enabled === !1), c(A, "custom-tag-hide", o[4]);
162
+ A = y("div"), _(t.$$.fragment), B(A, "class", e = Y(J("content__container", o[1].className)) + " svelte-1r4fqvg"), B(A, "data-id", i = o[1].id), p(A, "custom-tag-disable", o[1].enabled === !1), p(A, "custom-tag-hide", o[4]);
162
163
  },
163
164
  m(r, g) {
164
165
  H(r, A, g), k(t, A, null), n = !0, s || (u = z(A, "click", o[13]), s = !0);
165
166
  },
166
167
  p(r, g) {
167
168
  const l = {};
168
- g & 2 && (l.tag = p(r[1])), t.$set(l), (!n || g & 2 && e !== (e = Y(J("content__container", r[1].className)) + " svelte-1r4fqvg")) && B(A, "class", e), (!n || g & 2 && i !== (i = r[1].id)) && B(A, "data-id", i), (!n || g & 2) && c(A, "custom-tag-disable", r[1].enabled === !1), (!n || g & 18) && c(A, "custom-tag-hide", r[4]);
169
+ g & 2 && (l.tag = c(r[1])), t.$set(l), (!n || g & 2 && e !== (e = Y(J("content__container", r[1].className)) + " svelte-1r4fqvg")) && B(A, "class", e), (!n || g & 2 && i !== (i = r[1].id)) && B(A, "data-id", i), (!n || g & 2) && p(A, "custom-tag-disable", r[1].enabled === !1), (!n || g & 18) && p(A, "custom-tag-hide", r[4]);
169
170
  },
170
171
  i(r) {
171
172
  n || (v(t.$$.fragment, r), n = !0);
@@ -181,7 +182,7 @@ function uA(o) {
181
182
  function dA(o) {
182
183
  let A, t;
183
184
  return A = new fA({
184
- props: { tag: p(o[1]) }
185
+ props: { tag: c(o[1]) }
185
186
  }), {
186
187
  c() {
187
188
  _(A.$$.fragment);
@@ -191,7 +192,7 @@ function dA(o) {
191
192
  },
192
193
  p(e, i) {
193
194
  const n = {};
194
- i & 2 && (n.tag = p(e[1])), A.$set(n);
195
+ i & 2 && (n.tag = c(e[1])), A.$set(n);
195
196
  },
196
197
  i(e) {
197
198
  t || (v(A.$$.fragment, e), t = !0);
@@ -207,7 +208,7 @@ function dA(o) {
207
208
  function BA(o) {
208
209
  let A, t;
209
210
  return A = new sA({
210
- props: { tag: p(o[1]) }
211
+ props: { tag: c(o[1]) }
211
212
  }), {
212
213
  c() {
213
214
  _(A.$$.fragment);
@@ -217,7 +218,7 @@ function BA(o) {
217
218
  },
218
219
  p(e, i) {
219
220
  const n = {};
220
- i & 2 && (n.tag = p(e[1])), A.$set(n);
221
+ i & 2 && (n.tag = c(e[1])), A.$set(n);
221
222
  },
222
223
  i(e) {
223
224
  t || (v(A.$$.fragment, e), t = !0);
@@ -233,7 +234,7 @@ function BA(o) {
233
234
  function QA(o) {
234
235
  let A, t;
235
236
  return A = new rA({
236
- props: { tag: p(o[1]) }
237
+ props: { tag: c(o[1]) }
237
238
  }), {
238
239
  c() {
239
240
  _(A.$$.fragment);
@@ -243,7 +244,7 @@ function QA(o) {
243
244
  },
244
245
  p(e, i) {
245
246
  const n = {};
246
- i & 2 && (n.tag = p(e[1])), A.$set(n);
247
+ i & 2 && (n.tag = c(e[1])), A.$set(n);
247
248
  },
248
249
  i(e) {
249
250
  t || (v(A.$$.fragment, e), t = !0);
@@ -259,7 +260,7 @@ function QA(o) {
259
260
  function vA(o) {
260
261
  let A, t;
261
262
  return A = new lA({
262
- props: { tag: p(o[1]) }
263
+ props: { tag: c(o[1]) }
263
264
  }), {
264
265
  c() {
265
266
  _(A.$$.fragment);
@@ -269,7 +270,7 @@ function vA(o) {
269
270
  },
270
271
  p(e, i) {
271
272
  const n = {};
272
- i & 2 && (n.tag = p(e[1])), A.$set(n);
273
+ i & 2 && (n.tag = c(e[1])), A.$set(n);
273
274
  },
274
275
  i(e) {
275
276
  t || (v(A.$$.fragment, e), t = !0);
@@ -285,7 +286,7 @@ function vA(o) {
285
286
  function CA(o) {
286
287
  let A, t;
287
288
  return A = new nA({
288
- props: { tag: p(o[1]) }
289
+ props: { tag: c(o[1]) }
289
290
  }), {
290
291
  c() {
291
292
  _(A.$$.fragment);
@@ -295,7 +296,7 @@ function CA(o) {
295
296
  },
296
297
  p(e, i) {
297
298
  const n = {};
298
- i & 2 && (n.tag = p(e[1])), A.$set(n);
299
+ i & 2 && (n.tag = c(e[1])), A.$set(n);
299
300
  },
300
301
  i(e) {
301
302
  t || (v(A.$$.fragment, e), t = !0);
@@ -311,7 +312,7 @@ function CA(o) {
311
312
  function wA(o) {
312
313
  let A, t;
313
314
  return A = new oA({
314
- props: { tag: p(o[1]) }
315
+ props: { tag: c(o[1]) }
315
316
  }), {
316
317
  c() {
317
318
  _(A.$$.fragment);
@@ -321,7 +322,7 @@ function wA(o) {
321
322
  },
322
323
  p(e, i) {
323
324
  const n = {};
324
- i & 2 && (n.tag = p(e[1])), A.$set(n);
325
+ i & 2 && (n.tag = c(e[1])), A.$set(n);
325
326
  },
326
327
  i(e) {
327
328
  t || (v(A.$$.fragment, e), t = !0);
@@ -336,7 +337,7 @@ function wA(o) {
336
337
  }
337
338
  function _A(o) {
338
339
  let A, t, e, i;
339
- const n = [uA, pA, cA], s = [];
340
+ const n = [uA, cA, pA], s = [];
340
341
  function u(r, g) {
341
342
  return r[1].element ? 0 : r[3] ? 1 : 2;
342
343
  }
@@ -399,7 +400,7 @@ function kA(o, A, t) {
399
400
  j
400
401
  ];
401
402
  }
402
- class ft extends x {
403
+ class st extends x {
403
404
  constructor(A) {
404
405
  super(), $(
405
406
  this,
@@ -420,5 +421,5 @@ class ft extends x {
420
421
  }
421
422
  }
422
423
  export {
423
- ft as default
424
+ st as default
424
425
  };
@@ -15,6 +15,8 @@ import "../../shared-utils/isNil.js";
15
15
  import "three";
16
16
  import "@realsee/five/gltf-loader";
17
17
  import "../../shared-utils/three/loadTexture.js";
18
+ import "@realsee/five";
19
+ import "../../shared-utils/threex/domevents/index.js";
18
20
  import "../utils/search.js";
19
21
  import "../utils/constants.js";
20
22
  import "./Common/Arrow.js";
@@ -59,7 +61,6 @@ import "../../vendor/svelte-carousel/src/utils/ProgressManager.js";
59
61
  import "../../vendor/svelte-carousel/src/utils/interval.js";
60
62
  import "./Common/MediaItem.js";
61
63
  import "./Tag/MarketingTag.js";
62
- import "@realsee/five";
63
64
  import "hammerjs";
64
65
  import "@tweenjs/tween.js";
65
66
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
@@ -209,7 +210,7 @@ function F(a, t, o) {
209
210
  "withAnimation" in p && o(0, i = p.withAnimation), "tags" in p && o(1, m = p.tags), "hooks" in p && o(5, r = p.hooks), "mediaStore" in p && o(2, l = p.mediaStore), "state" in p && o(3, e = p.state), "temporaryState" in p && o(4, n = p.temporaryState);
210
211
  }, [i, m, l, e, n, r];
211
212
  }
212
- class qi extends S {
213
+ class Ci extends S {
213
214
  constructor(t) {
214
215
  super(), v(
215
216
  this,
@@ -230,5 +231,5 @@ class qi extends S {
230
231
  }
231
232
  }
232
233
  export {
233
- qi as default
234
+ Ci as default
234
235
  };
@@ -4,6 +4,8 @@ import "three";
4
4
  import { noTypecheck as F } from "../utils/noTypecheck.js";
5
5
  import "@realsee/five/gltf-loader";
6
6
  import "../../shared-utils/three/loadTexture.js";
7
+ import "@realsee/five";
8
+ import "../../shared-utils/threex/domevents/index.js";
7
9
  import Z from "./Common/TagPoint.js";
8
10
  import G from "classnames";
9
11
  import "./Tag/TextTag/index.js";
@@ -61,7 +63,6 @@ import "../../vendor/svelte-carousel/src/utils/ProgressManager.js";
61
63
  import "../../vendor/svelte-carousel/src/utils/interval.js";
62
64
  import "./Common/MediaItem.js";
63
65
  import "./Tag/MarketingTag.js";
64
- import "@realsee/five";
65
66
  import "hammerjs";
66
67
  import "@tweenjs/tween.js";
67
68
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
@@ -252,7 +253,7 @@ function rt(i, e, t) {
252
253
  n
253
254
  ];
254
255
  }
255
- class Qe extends M {
256
+ class Ue extends M {
256
257
  constructor(e) {
257
258
  super(), O(
258
259
  this,
@@ -272,5 +273,5 @@ class Qe extends M {
272
273
  }
273
274
  }
274
275
  export {
275
- Qe as default
276
+ Ue as default
276
277
  };
@@ -1,47 +1,27 @@
1
- var f = Object.defineProperty;
2
- var l = (r, o, t) => o in r ? f(r, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[o] = t;
3
- var d = (r, o, t) => (l(r, typeof o != "symbol" ? o + "" : o, t), t);
4
- import { Controller as x } from "../../base/BasePlugin.js";
1
+ var x = Object.defineProperty;
2
+ var u = (a, t, e) => t in a ? x(a, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[t] = e;
3
+ var l = (a, t, e) => (u(a, typeof t != "symbol" ? t + "" : t, e), e);
4
+ import { Controller as v } from "../../base/BasePlugin.js";
5
5
  import "../../shared-utils/Subscribe.js";
6
- import "@realsee/five";
7
- import "hammerjs";
8
- import "three";
9
- import "@tweenjs/tween.js";
10
- import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
11
- import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
12
- import "three/examples/jsm/renderers/CSS3DRenderer";
13
- import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
14
- import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
15
- import "../../CSS3DRenderPlugin/utils/even.js";
16
- import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
17
- import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
18
- import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
19
- import "../../shared-utils/three/centerPoint.js";
20
- import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
21
- import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
22
- import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
23
- import "../../shared-utils/isAbsoluteURL.js";
24
- import "../../shared-utils/animationFrame/BetterTween.js";
25
- import "../../shared-utils/animationFrame/index.js";
26
- class L extends x {
27
- constructor(t) {
28
- super(t);
29
- d(this, "tagCacheByPanoIndex", {});
6
+ class m extends v {
7
+ constructor(e) {
8
+ super(e);
9
+ l(this, "tagCacheByPanoIndex", {});
30
10
  }
31
- getCache({ panoIndex: t, id: i, key: p }) {
32
- var c, h, s, C;
33
- const { five: a } = this, n = (c = a.panoIndex) != null ? c : t;
34
- if (n === void 0)
35
- throw new Error(`TagCacheController getCache(): fivePanoIndex is ${n}`);
36
- const m = `${(s = (h = a.work) == null ? void 0 : h.workCode) != null ? s : a.model.uuid}-${n}`;
37
- let e = this.tagCacheByPanoIndex[m];
38
- if (e || (e = /* @__PURE__ */ new Map(), this.tagCacheByPanoIndex[m] = e), i === void 0)
39
- return e;
40
- if (p === void 0) {
41
- const g = e.get(i);
42
- return g || (e.set(i, {}), e.get(i));
11
+ getCache({ panoIndex: e, id: n, key: h }) {
12
+ var i, C, g, d;
13
+ const { five: r } = this, c = (i = r.panoIndex) != null ? i : e;
14
+ if (c === void 0)
15
+ throw new Error(`TagCacheController getCache(): fivePanoIndex is ${c}`);
16
+ const s = `${(g = (C = r.work) == null ? void 0 : C.workCode) != null ? g : r.model.uuid}-${c}`;
17
+ let o = this.tagCacheByPanoIndex[s];
18
+ if (o || (o = /* @__PURE__ */ new Map(), this.tagCacheByPanoIndex[s] = o), n === void 0)
19
+ return o;
20
+ if (h === void 0) {
21
+ const f = o.get(n);
22
+ return f || (o.set(n, {}), o.get(n));
43
23
  }
44
- return (C = e.get(i)) == null ? void 0 : C[p];
24
+ return (d = o.get(n)) == null ? void 0 : d[h];
45
25
  }
46
26
  clearCache() {
47
27
  this.tagCacheByPanoIndex = {};
@@ -50,5 +30,5 @@ class L extends x {
50
30
  }
51
31
  }
52
32
  export {
53
- L as TagCache
33
+ m as TagCache
54
34
  };
@@ -15,8 +15,8 @@ import * as C from "three";
15
15
  import { isMediaModelTag as h, is3DTag as j } from "../utils/tag/tagCheck.js";
16
16
  import { tagPosition as V } from "../utils/tagPosition.js";
17
17
  import { checkRange as g } from "../utils/checkRange.js";
18
- import "@realsee/five";
19
18
  import "hammerjs";
19
+ import "@realsee/five";
20
20
  import "@tweenjs/tween.js";
21
21
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
22
22
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
@@ -27,6 +27,7 @@ import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
27
27
  import "../../shared-utils/three/centerPoint.js";
28
28
  import "@realsee/five/gltf-loader";
29
29
  import "../../shared-utils/three/loadTexture.js";
30
+ import "../../shared-utils/threex/domevents/index.js";
30
31
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
31
32
  import "three/examples/jsm/renderers/CSS3DRenderer";
32
33
  import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
@@ -44,12 +45,10 @@ import "../utils/planeNormal.js";
44
45
  import "../utils/normalPositionToPositions.js";
45
46
  import "./TagCache.js";
46
47
  import "../../base/BasePlugin.js";
47
- import "../../shared-utils/isAbsoluteURL.js";
48
48
  import "../../vendor/svelte/store/index.js";
49
49
  import "../../vendor/svelte/internal/index.js";
50
50
  import "../utils/device.js";
51
- import "../../shared-utils/threex/domevents/index.js";
52
- class ge extends S {
51
+ class he extends S {
53
52
  constructor(e) {
54
53
  super(e);
55
54
  T(this, "raycaster", new C.Raycaster());
@@ -309,5 +308,5 @@ class ge extends S {
309
308
  }
310
309
  }
311
310
  export {
312
- ge as TagComputer
311
+ he as TagComputer
313
312
  };