@realsee/dnalogel 2.12.0-alpha.2 → 2.12.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 (351) hide show
  1. package/dist/CSS3DRenderPlugin/utils/index.d.ts +1 -0
  2. package/dist/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +1 -0
  3. package/dist/PanoMeasurePlugin/typings/index.d.ts +2 -1
  4. package/dist/PanoTagPlugin/controller/{TagCache.d.ts → TagCacheController.d.ts} +7 -7
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +36 -3
  6. package/dist/PanoTagPlugin/controller/index.d.ts +72 -16
  7. package/dist/PanoTagPlugin/typings/controller.d.ts +16 -15
  8. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -2
  9. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -12
  10. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -7
  11. package/dist/base/BasePlugin.d.ts +2 -0
  12. package/dist/index.cjs.js +47 -47
  13. package/dist/index.js +2551 -2609
  14. package/dist/index.umd.js +47 -47
  15. package/docs/assets/search.js +1 -1
  16. package/docs/classes/CSS3DRender.html +31 -31
  17. package/docs/classes/CruisePluginController.html +25 -25
  18. package/docs/classes/Magnifier.html +20 -20
  19. package/docs/classes/ModelRoomLabelController.html +11 -11
  20. package/docs/classes/Object3DHelperController.html +25 -25
  21. package/docs/classes/PaintBrush.html +15 -15
  22. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  23. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  24. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  25. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  26. package/docs/classes/PanoTagPluginController.html +229 -112
  27. package/docs/classes/Util.BetterTween.html +8 -8
  28. package/docs/classes/Util.FivePointSelector.html +12 -12
  29. package/docs/classes/Util.Interval.html +12 -12
  30. package/docs/classes/Util.Magnifier.html +17 -17
  31. package/docs/classes/Util.PointDomHelper.html +11 -11
  32. package/docs/classes/Util.PointHelper.html +11 -11
  33. package/docs/classes/Util.Rectangle.html +13 -13
  34. package/docs/enums/CameraMovementEffect.html +7 -7
  35. package/docs/enums/ContentType.html +19 -19
  36. package/docs/enums/DIRECTION.html +9 -9
  37. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  38. package/docs/enums/DimensionType.html +7 -7
  39. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  40. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  41. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  42. package/docs/enums/PointType.html +7 -7
  43. package/docs/enums/Rotation.html +8 -8
  44. package/docs/functions/CSS3DRenderPlugin.html +6 -8
  45. package/docs/functions/CameraMovementPlugin.html +6 -8
  46. package/docs/functions/CruisePlugin.html +6 -8
  47. package/docs/functions/GuideLinePlugin.html +6 -8
  48. package/docs/functions/ItemLabelPlugin.html +6 -8
  49. package/docs/functions/MapviewFloorplanPlugin.html +6 -8
  50. package/docs/functions/ModelChassisCompassPlugin.html +6 -8
  51. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -8
  52. package/docs/functions/ModelFloorplanPlugin.html +6 -8
  53. package/docs/functions/ModelItemLabelPlugin.html +6 -8
  54. package/docs/functions/ModelRoomLabelPlugin.html +6 -8
  55. package/docs/functions/ModelTVVideoPlugin.html +6 -8
  56. package/docs/functions/ModelViewPlugin.html +6 -8
  57. package/docs/functions/Object3DHelperPlugin.html +6 -8
  58. package/docs/functions/PanoCompassPlugin.html +6 -8
  59. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -8
  60. package/docs/functions/PanoDoorLabelPlugin.html +6 -8
  61. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -8
  62. package/docs/functions/PanoMeasurePlugin.html +6 -8
  63. package/docs/functions/PanoRulerPlugin.html +6 -8
  64. package/docs/functions/PanoRulerProPlugin.html +6 -8
  65. package/docs/functions/PanoSpatialTagPlugin.html +6 -8
  66. package/docs/functions/PanoTagPlugin.html +14 -11
  67. package/docs/functions/PanoVideoPlugin.html +6 -8
  68. package/docs/functions/TopviewFloorplanPlugin.html +6 -8
  69. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  70. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  71. package/docs/functions/Util.getFrameTime.html +5 -5
  72. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  73. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  74. package/docs/functions/Util.isNil.html +5 -5
  75. package/docs/functions/Util.nextFrame.html +5 -5
  76. package/docs/functions/Util.notNil.html +5 -5
  77. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  78. package/docs/functions/Util.tweenProgress.html +5 -5
  79. package/docs/functions/pluginFlag.html +6 -8
  80. package/docs/index.html +5 -7
  81. package/docs/interfaces/AddTagConfig.html +6 -6
  82. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  83. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  84. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  85. package/docs/interfaces/EventMap.html +15 -15
  86. package/docs/interfaces/FloorplanBounding.html +8 -8
  87. package/docs/interfaces/FloorplanData.html +10 -10
  88. package/docs/interfaces/FloorplanEntrance.html +11 -11
  89. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  90. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  91. package/docs/interfaces/FloorplanFloorData.html +9 -9
  92. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  93. package/docs/interfaces/FloorplanObserver.html +9 -9
  94. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  95. package/docs/interfaces/FloorplanPosition.html +7 -7
  96. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  97. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  98. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  99. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  100. package/docs/interfaces/FloorplanServerData.html +7 -7
  101. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  102. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  103. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  104. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  105. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  106. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  107. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  108. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  110. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  111. package/docs/interfaces/HelperOffset.html +8 -8
  112. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  113. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  114. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  115. package/docs/interfaces/MinMax.html +7 -7
  116. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  117. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  118. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  119. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  120. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  121. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  122. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  123. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  124. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  126. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  127. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  128. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  129. package/docs/interfaces/Object3DHelperState.html +8 -8
  130. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  131. package/docs/interfaces/PaintBrushAction.html +12 -12
  132. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  133. package/docs/interfaces/PaintBrushState.html +10 -10
  134. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  135. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -8
  136. package/docs/interfaces/PanoMeasureParameterType.html +46 -13
  137. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  138. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  139. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  140. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  141. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  142. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  143. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  144. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  145. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  146. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  147. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  148. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -8
  149. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -8
  150. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  151. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  152. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  153. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  154. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  155. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  156. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  157. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -6
  158. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
  159. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
  160. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
  161. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
  162. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
  163. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
  164. package/docs/interfaces/Point.html +8 -8
  165. package/docs/interfaces/Room.html +9 -9
  166. package/docs/interfaces/RoomInfo.html +7 -7
  167. package/docs/interfaces/RoomLabel.html +14 -14
  168. package/docs/interfaces/RoomRules.html +6 -8
  169. package/docs/interfaces/Rooms.html +6 -8
  170. package/docs/interfaces/Scissor.html +9 -9
  171. package/docs/interfaces/State.html +8 -8
  172. package/docs/interfaces/{TagCacheInterface.html → TagCache.html} +30 -30
  173. package/docs/interfaces/TagConfig.html +10 -19
  174. package/docs/interfaces/TagIconUrl.html +11 -11
  175. package/docs/interfaces/TagStyle.html +6 -6
  176. package/docs/interfaces/Tags.html +9 -9
  177. package/docs/interfaces/TemporaryState.html +6 -6
  178. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  179. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  180. package/docs/modules/PanoVideoPluginType.html +5 -5
  181. package/docs/modules/Util.html +5 -5
  182. package/docs/modules.html +6 -10
  183. package/docs/types/ArrayPosition.html +6 -8
  184. package/docs/types/AudioAppearance.html +6 -8
  185. package/docs/types/AudioTagTypeConfigKey.html +6 -8
  186. package/docs/types/CSS3DRenderExportType.html +6 -8
  187. package/docs/types/CSS3DRenderPluginExportType.html +6 -8
  188. package/docs/types/CSS3DRenderPluginParameterType.html +6 -8
  189. package/docs/types/ClassFunctionParameters.html +6 -8
  190. package/docs/types/Color.html +6 -8
  191. package/docs/types/ContentTypeConfigKey.html +6 -8
  192. package/docs/types/ContentTypeConfigKeySplit.html +6 -8
  193. package/docs/types/ContentTypeMap.html +6 -8
  194. package/docs/types/Create3DDomContainerReturnType.html +6 -8
  195. package/docs/types/Create3DElementReturnType.html +6 -8
  196. package/docs/types/CruisePluginExportType.html +6 -8
  197. package/docs/types/Direction-1.html +6 -8
  198. package/docs/types/Direction4.html +6 -8
  199. package/docs/types/FloorplanRuleLabels.html +6 -8
  200. package/docs/types/FloorplanServerRuleLabels.html +6 -8
  201. package/docs/types/GuideLinePluginExportType.html +6 -8
  202. package/docs/types/HelperEventMap.html +6 -8
  203. package/docs/types/LoadTagConfig.html +6 -8
  204. package/docs/types/MapviewFloorplanPluginParameterType.html +6 -8
  205. package/docs/types/MapviewFloorplanPluginReturnType.html +6 -8
  206. package/docs/types/MediaData.html +6 -8
  207. package/docs/types/MediaStore.html +6 -8
  208. package/docs/types/ModelElement.html +6 -8
  209. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -8
  210. package/docs/types/ModelFloorplanPluginParameterType.html +6 -8
  211. package/docs/types/ModelFloorplanPluginReturnType.html +6 -8
  212. package/docs/types/ModelRoomLabelPluginParameters.html +6 -8
  213. package/docs/types/ModelRoomLabelPluginReturnType.html +6 -8
  214. package/docs/types/MoveArgs.html +6 -8
  215. package/docs/types/MoveOpts.html +6 -8
  216. package/docs/types/Object3DHelperEventMap.html +6 -8
  217. package/docs/types/ObjectFit.html +6 -8
  218. package/docs/types/PaintBrushEventMap.html +6 -8
  219. package/docs/types/PanoCompassPluginData.html +6 -8
  220. package/docs/types/PanoCompassPluginExportType.html +6 -8
  221. package/docs/types/PanoCompassPluginParameterType.html +6 -8
  222. package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -8
  223. package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -8
  224. package/docs/types/PanoIndex.html +6 -8
  225. package/docs/types/PanoMeasurePluginEvent.html +6 -8
  226. package/docs/types/PanoMeasureReturnType.html +6 -8
  227. package/docs/types/PanoSpatialTagPluginId.html +6 -8
  228. package/docs/types/PanoTagPluginExportInterface.html +6 -8
  229. package/docs/types/PanoTagPluginParamsInterface.html +6 -8
  230. package/docs/types/PanoVideoPluginParameterType.html +6 -8
  231. package/docs/types/PanoVideoPluginReturnType.html +6 -8
  232. package/docs/types/PlaneTag.html +6 -8
  233. package/docs/types/PlaneTagElement.html +6 -8
  234. package/docs/types/Point2DElement.html +6 -8
  235. package/docs/types/Point2DTag.html +6 -8
  236. package/docs/types/Point3DElement.html +6 -8
  237. package/docs/types/Point3DTag.html +6 -8
  238. package/docs/types/PointTag.html +6 -8
  239. package/docs/types/PointTagElement.html +6 -8
  240. package/docs/types/Position.html +6 -8
  241. package/docs/types/RotateArgs.html +6 -8
  242. package/docs/types/RotateOpts.html +6 -8
  243. package/docs/types/RuleLabelsKey.html +6 -8
  244. package/docs/types/RuleLabelsValue.html +6 -8
  245. package/docs/types/StickType.html +6 -8
  246. package/docs/types/Tag.html +6 -8
  247. package/docs/types/Tag2D.html +6 -8
  248. package/docs/types/Tag3D.html +6 -8
  249. package/docs/types/TagContentType.html +6 -8
  250. package/docs/types/TagDimensionType.html +6 -8
  251. package/docs/types/TagElement.html +7 -9
  252. package/docs/types/TagEvents.html +6 -8
  253. package/docs/types/TagGLTFObject.html +6 -8
  254. package/docs/types/TagHooks.html +6 -8
  255. package/docs/types/TagIconSize.html +6 -8
  256. package/docs/types/TagId.html +6 -8
  257. package/docs/types/TagPointType.html +6 -8
  258. package/docs/types/TopviewFloorplanPluginParameterType.html +6 -8
  259. package/docs/types/TopviewFloorplanPluginReturnType.html +6 -8
  260. package/docs/types/WorkCode.html +6 -8
  261. package/docs/variables/FLOOR_TYPE_MAP.html +6 -8
  262. package/docs/variables/PLUGIN.html +6 -8
  263. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -8
  264. package/docs/variables/ROOM_TYPE_MAP.html +6 -8
  265. package/docs/variables/VERSION.html +6 -8
  266. package/docs/variables/itemLabelPluginServerParams.html +6 -8
  267. package/docs/variables/modelItemLabelPluginServerParams.html +6 -8
  268. package/docs/variables/modelRoomLabelPluginServerParams.html +6 -8
  269. package/libs/CSS3DRenderPlugin/CSS3DRender.js +2 -2
  270. package/libs/CSS3DRenderPlugin/Controller.js +2 -2
  271. package/libs/CSS3DRenderPlugin/index.js +2 -2
  272. package/libs/CSS3DRenderPlugin/utils/index.d.ts +1 -0
  273. package/libs/CSS3DRenderPlugin/utils/index.js +10 -8
  274. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +6 -6
  275. package/libs/ModelTVVideoPlugin/Plugin.js +1 -1
  276. package/libs/ModelTVVideoPlugin/index.js +1 -1
  277. package/libs/Object3DHelperPlugin/Controller.js +1 -1
  278. package/libs/Object3DHelperPlugin/index.js +1 -1
  279. package/libs/PanoCompassPlugin/Controller.js +1 -1
  280. package/libs/PanoCompassPlugin/index.js +1 -1
  281. package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -0
  282. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -0
  283. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.d.ts +1 -0
  284. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +18 -17
  285. package/libs/PanoMeasurePlugin/typings/index.d.ts +2 -1
  286. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  287. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  288. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
  289. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -1
  290. package/libs/PanoTagPlugin/Components/Tag/index.js +16 -16
  291. package/libs/PanoTagPlugin/Components/TagContainer.js +1 -1
  292. package/libs/PanoTagPlugin/Components/TagItem.js +20 -20
  293. package/libs/PanoTagPlugin/controller/{TagCache.d.ts → TagCacheController.d.ts} +7 -7
  294. package/libs/PanoTagPlugin/controller/{TagCache.js → TagCacheController.js} +11 -11
  295. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +36 -3
  296. package/libs/PanoTagPlugin/controller/TagComputer.js +289 -168
  297. package/libs/PanoTagPlugin/controller/index.d.ts +72 -16
  298. package/libs/PanoTagPlugin/controller/index.js +330 -170
  299. package/libs/PanoTagPlugin/index.js +46 -51
  300. package/libs/PanoTagPlugin/tag.config.js +1 -2
  301. package/libs/PanoTagPlugin/typings/controller.d.ts +16 -15
  302. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -2
  303. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -12
  304. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -1
  305. package/libs/PanoTagPlugin/utils/index.js +33 -32
  306. package/libs/PanoTagPlugin/utils/planeNormal.js +1 -1
  307. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -7
  308. package/libs/PanoTagPlugin/utils/tagPosition.js +1 -1
  309. package/libs/PanoVideoPlugin/Controller.js +1 -1
  310. package/libs/PanoVideoPlugin/VideoMeshController.js +1 -1
  311. package/libs/PanoVideoPlugin/index.js +1 -1
  312. package/libs/base/BasePlugin.d.ts +2 -0
  313. package/libs/base/BasePlugin.js +3 -3
  314. package/libs/index.js +119 -123
  315. package/package.json +2 -2
  316. package/dist/PanoTagPlugin/controller/TagRender.d.ts +0 -57
  317. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +0 -56
  318. package/dist/PanoTagPlugin/utils/device.d.ts +0 -1
  319. package/dist/PanoTagPlugin/utils/model/imageModel.d.ts +0 -8
  320. package/docs/interfaces/TagGLTFObjectGroup.html +0 -68
  321. package/docs/interfaces/TagObjectGroup.html +0 -68
  322. package/libs/PanoTagPlugin/controller/TagRender.d.ts +0 -57
  323. package/libs/PanoTagPlugin/controller/TagRender.js +0 -310
  324. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +0 -56
  325. package/libs/PanoTagPlugin/controller/TagUtil.js +0 -172
  326. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
  327. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
  328. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
  329. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
  330. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
  331. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
  332. package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -121
  333. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
  334. package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
  335. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
  336. package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
  337. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
  338. package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
  339. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
  340. package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
  341. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
  342. package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
  343. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
  344. package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
  345. package/libs/PanoTagPlugin/utils/device.d.ts +0 -1
  346. package/libs/PanoTagPlugin/utils/device.js +0 -4
  347. package/libs/PanoTagPlugin/utils/model/imageModel.d.ts +0 -8
  348. package/libs/PanoTagPlugin/utils/model/imageModel.js +0 -31
  349. /package/dist/{shared-utils/three → CSS3DRenderPlugin/utils}/centerPoint.d.ts +0 -0
  350. /package/libs/{shared-utils/three → CSS3DRenderPlugin/utils}/centerPoint.d.ts +0 -0
  351. /package/libs/{shared-utils/three → CSS3DRenderPlugin/utils}/centerPoint.js +0 -0
@@ -1,290 +1,411 @@
1
- var B = Object.defineProperty, U = Object.defineProperties;
2
- var V = Object.getOwnPropertyDescriptors;
3
- var x = Object.getOwnPropertySymbols;
4
- var M = Object.prototype.hasOwnProperty, D = Object.prototype.propertyIsEnumerable;
5
- var y = (d, f, e) => f in d ? B(d, f, { enumerable: !0, configurable: !0, writable: !0, value: e }) : d[f] = e, I = (d, f) => {
6
- for (var e in f || (f = {}))
7
- M.call(f, e) && y(d, e, f[e]);
8
- if (x)
9
- for (var e of x(f))
10
- D.call(f, e) && y(d, e, f[e]);
11
- return d;
12
- }, P = (d, f) => U(d, V(f));
13
- var T = (d, f, e) => (y(d, typeof f != "symbol" ? f + "" : f, e), e);
14
- import * as R from "three";
15
- import { isMediaModelTag as h, is3DTag as j } from "../utils/tag/tagCheck.js";
16
- import { tagPosition as C, getTagPosition as k } from "../utils/tagPosition.js";
17
- import { checkRange as g } from "../utils/checkRange.js";
1
+ var V = Object.defineProperty, j = Object.defineProperties;
2
+ var B = Object.getOwnPropertyDescriptors;
3
+ var P = Object.getOwnPropertySymbols;
4
+ var U = Object.prototype.hasOwnProperty, w = Object.prototype.propertyIsEnumerable;
5
+ var T = (g, d, e) => d in g ? V(g, d, { enumerable: !0, configurable: !0, writable: !0, value: e }) : g[d] = e, C = (g, d) => {
6
+ for (var e in d || (d = {}))
7
+ U.call(d, e) && T(g, e, d[e]);
8
+ if (P)
9
+ for (var e of P(d))
10
+ w.call(d, e) && T(g, e, d[e]);
11
+ return g;
12
+ }, I = (g, d) => j(g, B(d));
13
+ var m = (g, d, e) => (T(g, typeof d != "symbol" ? d + "" : d, e), e);
14
+ import x from "object-assign-deep";
15
+ import * as k from "three";
16
+ import { DefaultConfig as R } from "../tag.config.js";
17
+ import { isMediaModelTag as b, is3DTag as $ } from "../utils/tag/tagCheck.js";
18
+ import { anyPositionToVector3 as A } from "../../CSS3DRenderPlugin/utils/positionToVector3.js";
19
+ import { planeNormal as E } from "../utils/planeNormal.js";
20
+ import { getTagPosition as D, tagPosition as M } from "../utils/tagPosition.js";
21
+ import { checkRange as y } from "../utils/checkRange.js";
22
+ import { TagCacheController as S } from "./TagCacheController.js";
18
23
  import "hammerjs";
19
24
  import "@realsee/five";
20
25
  import "@tweenjs/tween.js";
21
26
  import "../../CSS3DRenderPlugin/CSS3DRender.js";
22
27
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
23
- import { notNil as S } from "../../shared-utils/isNil.js";
28
+ import { notNil as F } from "../../shared-utils/isNil.js";
24
29
  import "../../shared-utils/animationFrame/BetterTween.js";
25
- import { TagUtil as $ } from "./TagUtil.js";
26
- import "../../CSS3DRenderPlugin/utils/positionToVector3.js";
27
- import "../../shared-utils/three/centerPoint.js";
30
+ import "../../CSS3DRenderPlugin/utils/centerPoint.js";
31
+ import "../../base/BasePlugin.js";
32
+ import "../../shared-utils/Subscribe.js";
28
33
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRenderer.js";
29
34
  import "three/examples/jsm/renderers/CSS3DRenderer";
30
35
  import "../../CSS3DRenderPlugin/utils/getAllCSS3DObject.js";
31
36
  import "../../CSS3DRenderPlugin/utils/createResizeObserver.js";
32
37
  import "../../CSS3DRenderPlugin/utils/even.js";
33
- import "../../shared-utils/Subscribe.js";
34
38
  import "../../CSS3DRenderPlugin/utils/three/CSS3DObject.js";
35
39
  import "../../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
36
40
  import "../../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
37
41
  import "../../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
38
42
  import "../../shared-utils/animationFrame/index.js";
39
- import "object-assign-deep";
40
- import "../tag.config.js";
41
- import "../utils/planeNormal.js";
42
- import "./TagCache.js";
43
- import "../../base/BasePlugin.js";
44
- import "../../vendor/svelte/store/index.js";
45
- import "../../vendor/svelte/internal/index.js";
46
- import "../utils/device.js";
47
- class be extends $ {
43
+ class pe extends S {
48
44
  constructor(e) {
49
45
  super(e);
50
- T(this, "raycaster", new R.Raycaster());
46
+ m(this, "tags", []);
47
+ m(this, "config", R);
48
+ m(this, "raycaster", new k.Raycaster());
49
+ }
50
+ get isPanorama() {
51
+ return this.five.currentMode === "Panorama";
51
52
  }
52
- getVisibleByPanoIndex(e, i) {
53
- var t;
54
- const n = this.getCache({ panoIndex: i, id: e.id }), s = (t = this.five.panoIndex) != null ? t : i;
55
- if (h(e))
53
+ getTagById(e) {
54
+ const t = this.tags.find((i) => i.id === e);
55
+ if (!t) {
56
+ console.warn(`error: can not find tag id ${e} by getTagById()`);
57
+ return;
58
+ }
59
+ return t;
60
+ }
61
+ changeContentTypeConfig(e, t, i = !0) {
62
+ this.config.contentTypeConfig || (this.config.contentTypeConfig = {}), i ? this.config.contentTypeConfig[e] = x({}, this.config.contentTypeConfig[e], t) : this.config.contentTypeConfig[e] = t, this.clearCache();
63
+ }
64
+ getVisibleByPanoIndex(e, t) {
65
+ var n;
66
+ const i = this.getCache({ panoIndex: t, id: e.id }), o = (n = this.five.panoIndex) != null ? n : t;
67
+ if (b(e))
56
68
  return !0;
57
- if (n.visible !== void 0)
58
- return n.visible;
69
+ if (i.visible !== void 0)
70
+ return i.visible;
59
71
  {
60
- const l = (() => {
61
- var v, p, a;
62
- const o = (v = this.getTagConfig(e).visibleConfig) != null ? v : {}, u = this.getDistance(e);
63
- if (typeof o == "function")
64
- return { value: o(this.five, { tag: e, distance: u }), reason: "config function result" };
65
- if (o.keep === "hidden")
72
+ const f = (() => {
73
+ var c, u, a;
74
+ const s = (c = this.getTagConfig(e).visibleConfig) != null ? c : {}, l = this.getDistance(e);
75
+ if (typeof s == "function")
76
+ return { value: s(this.five, { tag: e, distance: l }), reason: "config function result" };
77
+ if (s.keep === "hidden")
66
78
  return { value: !1, reason: "config.keep is hidden" };
67
- if (o.keep === "visible")
79
+ if (s.keep === "visible")
68
80
  return { value: !0, reason: "config.keep is visible" };
69
- if (o.visiblePanoIndex !== void 0 && o.visiblePanoIndex !== "all" && s !== void 0) {
70
- if (Array.isArray(o.visiblePanoIndex) && !o.visiblePanoIndex.includes(s))
81
+ if (s.visiblePanoIndex !== void 0 && s.visiblePanoIndex !== "all" && o !== void 0) {
82
+ if (Array.isArray(s.visiblePanoIndex) && !s.visiblePanoIndex.includes(o))
71
83
  return {
72
84
  value: !1,
73
- reason: `current panoIndex is not included in visiblePano. currentPanoIndex: ${s}, visiblePanoIndex: ${o.visiblePanoIndex}`
85
+ reason: `current panoIndex is not included in visiblePano. currentPanoIndex: ${o}, visiblePanoIndex: ${s.visiblePanoIndex}`
74
86
  };
75
- if (o.visiblePanoIndex === "current" && s !== ((p = e.fiveState) == null ? void 0 : p.panoIndex))
87
+ if (s.visiblePanoIndex === "current" && o !== ((u = e.fiveState) == null ? void 0 : u.panoIndex))
76
88
  return {
77
89
  value: !1,
78
- reason: `current panoIndex is not equal to tag.panoIndex. currentPanoIndex: ${s}, tag.panoIndex: ${(a = e.fiveState) == null ? void 0 : a.panoIndex}`
90
+ reason: `current panoIndex is not equal to tag.panoIndex. currentPanoIndex: ${o}, tag.panoIndex: ${(a = e.fiveState) == null ? void 0 : a.panoIndex}`
79
91
  };
80
92
  }
81
- if (o.visibleDistance !== void 0 && o.visibleDistance !== "unLimited" && g(u, o.visibleDistance) === !1)
93
+ if (s.visibleDistance !== void 0 && s.visibleDistance !== "unLimited" && y(l, s.visibleDistance) === !1)
82
94
  return {
83
95
  value: !1,
84
- reason: `distance is not in visibleDistance. distance: ${u}, visibleDistance: ${o.visibleDistance}`
96
+ reason: `distance is not in visibleDistance. distance: ${l}, visibleDistance: ${s.visibleDistance}`
85
97
  };
86
- if (o.intersectRaycaster !== !1 && (typeof o.intersectRaycaster != "object" || o.intersectRaycaster.enabled !== !1)) {
87
- if (s === void 0)
98
+ if (s.intersectRaycaster !== !1 && (typeof s.intersectRaycaster != "object" || s.intersectRaycaster.enabled !== !1)) {
99
+ if (o === void 0)
88
100
  return {
89
101
  value: !1,
90
- reason: `intersectRaycaster check failed: fivePanoIndex is ${s}`
102
+ reason: `intersectRaycaster check failed: fivePanoIndex is ${o}`
91
103
  };
92
- const r = this.getRaycasterFromPanoIndex(e, s), c = this.getTagEnableByIntersect(e, r);
93
- if (c.value === !1)
94
- return c;
104
+ const r = this.getRaycasterFromPanoIndex(e, o), p = this.getTagEnableByIntersect(e, r);
105
+ if (p.value === !1)
106
+ return p;
95
107
  }
96
- if (o.angleRange && j(e)) {
108
+ if (s.angleRange && $(e)) {
97
109
  const r = this.getAngle(e);
98
- if (g(r, o.angleRange) === !1)
99
- return { value: !1, reason: `angle is not in angleRange. angle: ${r}, angleRange: ${o.angleRange}` };
110
+ if (y(r, s.angleRange) === !1)
111
+ return { value: !1, reason: `angle is not in angleRange. angle: ${r}, angleRange: ${s.angleRange}` };
100
112
  }
101
113
  return {
102
114
  value: !0,
103
115
  reason: "all check passed"
104
116
  };
105
117
  })();
106
- return n.visible = l.value, n.__debug_visible_reason__ = l, n.visible;
118
+ return i.visible = f.value, i.__debug_visible_reason__ = f, i.visible;
107
119
  }
108
120
  }
109
- getVisibleByFiveMode(e, i) {
110
- var t;
111
- const n = (t = this.getTagConfig(e).visibleConfig) != null ? t : {};
112
- if (typeof n == "function")
113
- return i === "Panorama";
114
- const s = n == null ? void 0 : n.visibleFiveMode;
115
- return s ? s.includes(i) : i === "Panorama";
121
+ getVisibleByFiveMode(e, t) {
122
+ var n;
123
+ const i = (n = this.getTagConfig(e).visibleConfig) != null ? n : {};
124
+ if (typeof i == "function")
125
+ return t === "Panorama";
126
+ const o = i == null ? void 0 : i.visibleFiveMode;
127
+ return o ? o.includes(t) : t === "Panorama";
116
128
  }
117
129
  getVisibleByFloorIndex(e) {
118
- var l;
119
- const i = e.fiveState;
120
- if (!i)
130
+ var f;
131
+ const t = e.fiveState;
132
+ if (!t)
121
133
  return !0;
122
- const n = i.panoIndex, s = (l = this.five.work.observers[n]) == null ? void 0 : l.floorIndex, t = this.five.model.shownFloor;
123
- return t === null || t === s;
134
+ const i = t.panoIndex, o = (f = this.five.work.observers[i]) == null ? void 0 : f.floorIndex, n = this.five.model.shownFloor;
135
+ return n === null || n === o;
124
136
  }
125
137
  getVisible(e) {
126
- const i = this.five.getCurrentState(), n = this.getVisibleByFiveMode(e, i.mode), s = h(e) ? this.getVisibleByFloorIndex(e) : !0, t = i.mode === "Panorama" ? this.getVisibleByPanoIndex(e, i.panoIndex) : !0;
127
- return n && t && s;
138
+ const t = this.five.getCurrentState(), i = this.getVisibleByFiveMode(e, t.mode), o = b(e) ? this.getVisibleByFloorIndex(e) : !0, n = t.mode === "Panorama" ? this.getVisibleByPanoIndex(e, t.panoIndex) : !0;
139
+ return i && n && o;
128
140
  }
129
141
  getModelMedialVisibleByPanoIndex(e) {
130
- const i = this.five.getCurrentState().panoIndex, n = this.getCache({ panoIndex: i, id: e.id });
131
- if (n.modelMedialVisible !== void 0)
132
- return n.modelMedialVisible;
133
- const s = this.getRaycasterFromPanoIndex(e, i), t = this.getTagEnableByIntersect(e, s);
134
- return n.modelMedialVisible = t.value, n.__debug_visible_reason__ = t, t.value !== !1;
142
+ const t = this.five.getCurrentState().panoIndex, i = this.getCache({ panoIndex: t, id: e.id });
143
+ if (i.modelMedialVisible !== void 0)
144
+ return i.modelMedialVisible;
145
+ const o = this.getRaycasterFromPanoIndex(e, t), n = this.getTagEnableByIntersect(e, o);
146
+ return i.modelMedialVisible = n.value, i.__debug_visible_reason__ = n, n.value !== !1;
135
147
  }
136
- getUnfoldedByPanoIndex(e, i) {
148
+ getUnfoldedByPanoIndex(e, t) {
137
149
  if (!this.getVisibleByPanoIndex(e))
138
150
  return;
139
- const s = this.getCache({ panoIndex: i, id: e.id });
140
- if (s.unfolded !== void 0)
141
- return s.unfolded;
151
+ const o = this.getCache({ panoIndex: t, id: e.id });
152
+ if (o.unfolded !== void 0)
153
+ return o.unfolded;
142
154
  {
143
- const t = this.getTagConfig(e).unfoldedConfig;
144
- if (!t)
155
+ const n = this.getTagConfig(e).unfoldedConfig;
156
+ if (!n)
145
157
  return;
146
- const l = (() => {
147
- const u = this.getDistance(e);
148
- if (typeof t == "function")
149
- return t(this.five, { tag: e, distance: u });
150
- if (t.keep === "folded")
158
+ const f = (() => {
159
+ const l = this.getDistance(e);
160
+ if (typeof n == "function")
161
+ return n(this.five, { tag: e, distance: l });
162
+ if (n.keep === "folded")
151
163
  return !1;
152
- if (t.keep === "unfolded")
164
+ if (n.keep === "unfolded")
153
165
  return !0;
154
- if (t.unfoldDistance && g(u, t.unfoldDistance) === !1)
166
+ if (n.unfoldDistance && y(l, n.unfoldDistance) === !1)
155
167
  return !1;
156
168
  })();
157
- s.unfolded = l;
158
- const o = this.getUnfoldedByCamera(e);
159
- return o !== void 0 ? o : s.unfolded;
169
+ o.unfolded = f;
170
+ const s = this.getUnfoldedByCamera(e);
171
+ return s !== void 0 ? s : o.unfolded;
160
172
  }
161
173
  }
162
174
  getUnfoldedByCamera(e) {
163
175
  return this.getVisibleByPanoIndex(e) ? (() => {
164
- var l;
165
- const s = this.getDistance(e), t = this.getTagConfig(e).unfoldedConfig;
166
- if (!!t) {
167
- if (typeof t == "function")
168
- return t(this.five, { tag: e, distance: s });
169
- if (t.keep === "folded")
176
+ var f;
177
+ const o = this.getDistance(e), n = this.getTagConfig(e).unfoldedConfig;
178
+ if (!!n) {
179
+ if (typeof n == "function")
180
+ return n(this.five, { tag: e, distance: o });
181
+ if (n.keep === "folded")
170
182
  return !1;
171
- if (t.keep === "unfolded")
183
+ if (n.keep === "unfolded")
172
184
  return !0;
173
- if (t.autoUnfold === void 0 || t.autoUnfold === !1 || t.autoUnfold.enable === !1 || !t.autoUnfold.strategy)
185
+ if (n.autoUnfold === void 0 || n.autoUnfold === !1 || n.autoUnfold.enable === !1 || !n.autoUnfold.strategy)
174
186
  return;
175
- if (t.autoUnfold.strategy === "ScreenPostion") {
176
- const o = this.getTagProject(e);
177
- if (o && g(o.x, t.autoUnfold.autoUnfoldProjectX) === !1)
187
+ if (n.autoUnfold.strategy === "ScreenPostion") {
188
+ const s = this.getTagProject(e);
189
+ if (s && y(s.x, n.autoUnfold.autoUnfoldProjectX) === !1)
178
190
  return !1;
179
191
  }
180
- if (t.autoUnfold.strategy === "MinimumDistance") {
181
- const v = this.filterPointTag.filter((a) => this.getVisibleByPanoIndex(a)).filter((a) => {
192
+ if (n.autoUnfold.strategy === "MinimumDistance") {
193
+ const c = this.filterPointTag().filter((a) => this.getVisibleByPanoIndex(a)).filter((a) => {
182
194
  const r = this.getTagProject(a);
183
195
  if (!r)
184
196
  return !1;
185
- const { x: c, y: b, z: m } = r;
186
- return !(Math.abs(m) > 1 || Math.abs(c) > 1 || Math.abs(b) > 1);
197
+ const { x: p, y: v, z: h } = r;
198
+ return !(Math.abs(h) > 1 || Math.abs(p) > 1 || Math.abs(v) > 1);
187
199
  }).map((a) => ({ tag: a, id: a.id, tagConfig: this.getTagConfig(a).unfoldedConfig })).filter(({ tag: a, tagConfig: r }) => {
188
- var c, b;
189
- return !(typeof r != "object" || r.keep || r.autoUnfold === !1 || ((c = r.autoUnfold) == null ? void 0 : c.enable) === !1 || ((b = r.autoUnfold) == null ? void 0 : b.strategy) !== "MinimumDistance");
190
- }).map((a) => P(I({}, a), { distance: this.getDistance(a.tag) })).filter(({ distance: a, tagConfig: r }) => {
191
- var c, b;
192
- return !(a === void 0 || typeof r != "object" || r.autoUnfold === !1 || ((c = r.autoUnfold) == null ? void 0 : c.enable) === !1 || ((b = r.autoUnfold) == null ? void 0 : b.strategy) !== "MinimumDistance" || r.autoUnfold.distance && g(a, r.autoUnfold.distance) === !1);
200
+ var p, v;
201
+ return !(typeof r != "object" || r.keep || r.autoUnfold === !1 || ((p = r.autoUnfold) == null ? void 0 : p.enable) === !1 || ((v = r.autoUnfold) == null ? void 0 : v.strategy) !== "MinimumDistance");
202
+ }).map((a) => I(C({}, a), { distance: this.getDistance(a.tag) })).filter(({ distance: a, tagConfig: r }) => {
203
+ var p, v;
204
+ return !(a === void 0 || typeof r != "object" || r.autoUnfold === !1 || ((p = r.autoUnfold) == null ? void 0 : p.enable) === !1 || ((v = r.autoUnfold) == null ? void 0 : v.strategy) !== "MinimumDistance" || r.autoUnfold.distance && y(a, r.autoUnfold.distance) === !1);
193
205
  }).sort((a, r) => a.distance - r.distance).findIndex((a) => a.id === e.id);
194
- if (v === -1 || v <= ((l = t.autoUnfold.maxNumber) != null ? l : 1) - 1 === !1)
206
+ if (c === -1 || c <= ((f = n.autoUnfold.maxNumber) != null ? f : 1) - 1 === !1)
195
207
  return !1;
196
208
  }
197
209
  return !0;
198
210
  }
199
211
  })() : void 0;
200
212
  }
213
+ getDistance(e, t) {
214
+ var n, f, s;
215
+ const i = (n = this.five.panoIndex) != null ? n : t;
216
+ if (i === void 0)
217
+ throw new Error(`getDistance(): fivePanoIndex is ${i}`);
218
+ const o = this.getCache({ panoIndex: t, id: e.id });
219
+ if (o.distance !== void 0)
220
+ return o.distance;
221
+ {
222
+ const l = (s = (f = this.five.work) == null ? void 0 : f.observers[i]) == null ? void 0 : s.position;
223
+ if (l === void 0)
224
+ throw new Error(`getDistance(): observerPosition is ${l}`);
225
+ const c = D(e);
226
+ if (!c)
227
+ return -1;
228
+ const u = l.distanceTo(c);
229
+ return o.distance = u, u;
230
+ }
231
+ }
232
+ getAngle(e, t) {
233
+ var n, f, s;
234
+ const i = (n = this.five.panoIndex) != null ? n : t;
235
+ if (i === void 0)
236
+ throw new Error(`getDistance(): fivePanoIndex is ${i}`);
237
+ const o = this.getCache({ panoIndex: t, id: e.id });
238
+ if (o.angle !== void 0)
239
+ return o.angle;
240
+ {
241
+ const l = (s = (f = this.five.work) == null ? void 0 : f.observers[i]) == null ? void 0 : s.position;
242
+ if (l === void 0)
243
+ throw new Error(`getAngleRange(): observerPosition is ${l}`);
244
+ const c = (() => e.stickType === "3DPoint" ? A(e.normal) : E(e.position))();
245
+ if (!c)
246
+ return;
247
+ const u = new k.Vector3().copy(l).sub(M(e.position)), a = c.angleTo(u) * 180 / Math.PI;
248
+ return o.angle = a, o.angle;
249
+ }
250
+ }
251
+ getTagConfig(e) {
252
+ var o, n;
253
+ if (!e)
254
+ return (o = this.config.globalConfig) != null ? o : {};
255
+ const t = {};
256
+ this.config.contentTypeConfig && Object.keys(this.config.contentTypeConfig).forEach((f) => {
257
+ const s = f;
258
+ if (t[s])
259
+ return;
260
+ const l = s.split("-");
261
+ if (l.length === 1) {
262
+ const [c] = l;
263
+ e.contentType === c && (t[s] = this.config.contentTypeConfig[s]);
264
+ }
265
+ if (l.length === 2) {
266
+ const [c = "Any", u = "Any"] = l;
267
+ (e.stickType === c || c === "Any") && (e.contentType === u || u === "Any") && (t[s] = this.config.contentTypeConfig[s]);
268
+ }
269
+ if (l.length === 3) {
270
+ const [c = "Any", u, a] = l;
271
+ if (u === "Audio" && e.contentType === "Audio") {
272
+ const r = e;
273
+ (r.stickType === c || c === "Any") && r.data.appearance === a && (t[s] = this.config.contentTypeConfig[s]);
274
+ }
275
+ }
276
+ });
277
+ const i = x({}, this.config.globalConfig, ...Object.values(t), e.config);
278
+ return typeof i.unfoldedConfig == "object" && (i.unfoldedConfig.disableFold && (i.unfoldedConfig = { keep: "unfolded" }), i.unfoldedConfig.disableUnfold && (i.unfoldedConfig = { keep: "folded" }), i.unfoldedConfig.keep && (i.unfoldedConfig = { keep: i.unfoldedConfig.keep })), typeof i.visibleConfig == "object" && i.visibleConfig.keep && (i.visibleConfig = { keep: i.visibleConfig.keep, visibleFiveMode: (n = i.visibleConfig) == null ? void 0 : n.visibleFiveMode }), i;
279
+ }
280
+ can(e, t) {
281
+ const i = this.getTagConfig(t);
282
+ if (!i || typeof i != "object")
283
+ return !0;
284
+ if (e === "show" || e === "hide") {
285
+ if (!i.visibleConfig || typeof i.visibleConfig != "object")
286
+ return !0;
287
+ if (e === "show" && i.visibleConfig.keep === "hidden" || e === "hide" && (i.visibleConfig.keep === "visible" || i.visibleConfig.alwaysShowWhenMovePano))
288
+ return !1;
289
+ }
290
+ if (e === "fold" || e === "unfold") {
291
+ if (!i.unfoldedConfig || typeof i.unfoldedConfig != "object")
292
+ return !0;
293
+ if (e === "fold" && i.unfoldedConfig.keep === "unfolded" || e === "unfold" && i.unfoldedConfig.keep === "folded")
294
+ return !1;
295
+ }
296
+ return !0;
297
+ }
201
298
  sort(e) {
202
- return e.sort((i, n) => {
203
- const s = this.getDistance(i), t = this.getDistance(n);
204
- return s === void 0 || t === void 0 ? 0 : t - s;
299
+ return e.sort((t, i) => {
300
+ const o = this.getDistance(t), n = this.getDistance(i);
301
+ return o === void 0 || n === void 0 ? 0 : n - o;
205
302
  });
206
303
  }
207
304
  setPointTagPosition() {
208
- const e = this.filterPointTag;
209
- e.length !== 0 && e.forEach((i) => {
210
- var s;
211
- if (!((s = i.state) != null && s.visible)) {
212
- i.pointTagStyle = null;
305
+ const e = this.filterPointTag();
306
+ e.length !== 0 && e.forEach((t) => {
307
+ var o;
308
+ if (!((o = t.state) != null && o.visible)) {
309
+ t.pointTagStyle = null;
213
310
  return;
214
311
  }
215
- const n = this.getTagProject(i);
216
- if (!n) {
217
- i.pointTagStyle = null;
312
+ const i = this.getTagProject(t);
313
+ if (!i) {
314
+ t.pointTagStyle = null;
218
315
  return;
219
316
  }
220
- i.pointTagStyle = { leftPercent: (n.x + 1) / 2 * 100, topPercent: (-n.y + 1) / 2 * 100 };
317
+ t.pointTagStyle = { leftPercent: (i.x + 1) / 2 * 100, topPercent: (-i.y + 1) / 2 * 100 };
221
318
  });
222
319
  }
223
320
  setVisibleByPanoIndex() {
224
321
  this.tags.forEach((e) => {
225
- const i = this.getVisibleByPanoIndex(e);
226
- e.state && (e.state.visible = i);
322
+ const t = this.getVisibleByPanoIndex(e);
323
+ e.state && (e.state.visible = t);
227
324
  });
228
325
  }
229
326
  setModelMedialVisible() {
230
327
  const e = this.five.getCurrentState().mode;
231
- this.tags.forEach((i) => {
232
- var s;
233
- if (!h(i))
328
+ this.tags.forEach((t) => {
329
+ var o;
330
+ if (!b(t))
234
331
  return;
235
- if (!((s = i.model) != null && s.object)) {
236
- i.mediaVisible = !1;
332
+ if (!((o = t.model) != null && o.object)) {
333
+ t.mediaVisible = !1;
237
334
  return;
238
335
  }
239
- const n = e === "Panorama" ? this.getModelMedialVisibleByPanoIndex(i) : !0;
240
- i.mediaVisible = n;
336
+ const i = e === "Panorama" ? this.getModelMedialVisibleByPanoIndex(t) : !0;
337
+ t.mediaVisible = i;
241
338
  });
242
339
  }
243
340
  setUnfoldedByPanoIndex() {
244
341
  this.tags.forEach((e) => {
245
- const i = this.getUnfoldedByPanoIndex(e);
246
- if (!!e.state && (i !== void 0 && (e.state.unfolded = i), i && !e.state.visible)) {
247
- const n = this.getTagConfig(e);
248
- typeof n.unfoldedConfig == "object" && n.unfoldedConfig.autoUnfoldWhenHide !== !1 && (e.state.unfolded = !1);
342
+ const t = this.getUnfoldedByPanoIndex(e);
343
+ if (!!e.state && (t !== void 0 && (e.state.unfolded = t), t && !e.state.visible)) {
344
+ const i = this.getTagConfig(e);
345
+ typeof i.unfoldedConfig == "object" && i.unfoldedConfig.autoUnfoldWhenHide !== !1 && (e.state.unfolded = !1);
249
346
  }
250
347
  });
251
348
  }
252
349
  getTagProject(e) {
253
350
  if (!this.getVisibleByPanoIndex(e) || !e.position)
254
351
  return;
255
- const n = C(e.position), { x: s, y: t, z: l } = n.project(this.five.camera);
256
- if (!(l > 1))
257
- return { x: s, y: t, z: l };
352
+ const i = M(e.position), { x: o, y: n, z: f } = i.project(this.five.camera);
353
+ if (!(f > 1))
354
+ return { x: o, y: n, z: f };
355
+ }
356
+ filterPointTag() {
357
+ return this.tags.filter((e) => e.stickType === "2DPoint" || e.stickType === "3DPoint").filter((e) => e.position);
358
+ }
359
+ filter2DPointTag() {
360
+ return this.tags.filter((e) => e.stickType === "2DPoint").filter((e) => e.position);
361
+ }
362
+ filter3DPointTag() {
363
+ return this.tags.filter((e) => e.stickType === "3DPoint").filter((e) => e.position);
364
+ }
365
+ filterModelTag() {
366
+ return this.tags.filter((e) => e.stickType === "Model");
367
+ }
368
+ filter3DTag() {
369
+ return this.tags.filter((e) => e.stickType === "3DPoint" || e.stickType === "Plane" || e.stickType === "Model");
370
+ }
371
+ filterPlaneTag() {
372
+ return this.tags.filter((e) => e.stickType === "Plane");
373
+ }
374
+ updateTagConfig(e) {
375
+ e != null && e.force && this.clearCache(), this.tags.forEach((t) => {
376
+ const i = this.getTagConfig(t);
377
+ t.mergedConfig = i;
378
+ });
258
379
  }
259
- getTagEnableByIntersect(e, i) {
260
- var v, p, a;
261
- const n = (v = this.getTagConfig(e).visibleConfig) != null ? v : {}, s = this.getDistance(e), [t] = this.five.model.intersectRaycaster(i), l = (() => {
262
- if (!h(e))
380
+ getTagEnableByIntersect(e, t) {
381
+ var c, u, a;
382
+ const i = (c = this.getTagConfig(e).visibleConfig) != null ? c : {}, o = this.getDistance(e), [n] = this.five.model.intersectRaycaster(t), f = (() => {
383
+ if (!b(e))
263
384
  return;
264
- const r = this.tags.filter(h).map((b) => {
265
- var m;
266
- return (m = b.model) == null ? void 0 : m.object;
267
- }).filter(S);
268
- return i.intersectObjects(r, !0)[0];
269
- })(), o = (() => {
385
+ const r = this.tags.filter(b).map((v) => {
386
+ var h;
387
+ return (h = v.model) == null ? void 0 : h.object;
388
+ }).filter(F);
389
+ return t.intersectObjects(r, !0)[0];
390
+ })(), s = (() => {
270
391
  var r;
271
- return typeof n == "object" && typeof n.intersectRaycaster == "object" && (r = n.intersectRaycaster.distanceAccuracy) != null ? r : 0.01;
392
+ return typeof i == "object" && typeof i.intersectRaycaster == "object" && (r = i.intersectRaycaster.distanceAccuracy) != null ? r : 0.01;
272
393
  })();
273
- return Math.min((p = t == null ? void 0 : t.distance) != null ? p : 1 / 0, (a = l == null ? void 0 : l.distance) != null ? a : 1 / 0) + o < s ? {
394
+ return Math.min((u = n == null ? void 0 : n.distance) != null ? u : 1 / 0, (a = f == null ? void 0 : f.distance) != null ? a : 1 / 0) + s < o ? {
274
395
  value: !1,
275
- reason: `intersectRaycaster check failed: distance is ${s}, intersection.point is ${t == null ? void 0 : t.point.toArray()},
276
- customModelIntersection.point is ${l == null ? void 0 : l.point.toArray()} distanceError is ${o}`
396
+ reason: `intersectRaycaster check failed: distance is ${o}, intersection.point is ${n == null ? void 0 : n.point.toArray()},
397
+ customModelIntersection.point is ${f == null ? void 0 : f.point.toArray()} distanceError is ${s}`
277
398
  } : { value: !0, reason: "" };
278
399
  }
279
- getRaycasterFromPanoIndex(e, i) {
280
- var t;
281
- const n = (t = this.five.work.observers[i]) == null ? void 0 : t.position;
282
- if (n === void 0)
283
- throw new Error(`getVisible(): observerPosition is ${n}`);
284
- const s = k(e).sub(n).normalize();
285
- return this.raycaster.set(n, s), this.raycaster;
400
+ getRaycasterFromPanoIndex(e, t) {
401
+ var n;
402
+ const i = (n = this.five.work.observers[t]) == null ? void 0 : n.position;
403
+ if (i === void 0)
404
+ throw new Error(`getVisible(): observerPosition is ${i}`);
405
+ const o = D(e).sub(i).normalize();
406
+ return this.raycaster.set(i, o), this.raycaster;
286
407
  }
287
408
  }
288
409
  export {
289
- be as TagComputer
410
+ pe as TagComputer
290
411
  };