@realsee/dnalogel 3.34.0-dev.0 → 3.34.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 (385) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +1 -1
  3. package/dist/index.cjs.js +4 -4
  4. package/dist/index.js +9 -4
  5. package/dist/index.umd.js +4 -4
  6. package/docs/assets/search.js +1 -1
  7. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +44 -34
  8. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +44 -34
  9. package/docs/classes/CSS3DRender.html +43 -33
  10. package/docs/classes/GuideLineItem.GuideLineItem.html +31 -21
  11. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +55 -45
  12. package/docs/classes/{Magnifier.html → ModelMakerPluginInstance.html} +200 -113
  13. package/docs/classes/ModelRoomLabelController.html +23 -13
  14. package/docs/classes/MoveController.html +43 -33
  15. package/docs/classes/Object3DHelperController.html +39 -47
  16. package/docs/classes/PaintBrush.html +27 -17
  17. package/docs/classes/PanoMeasurePluginLine.html +56 -36
  18. package/docs/classes/PanoMeasurePluginModel.html +42 -32
  19. package/docs/classes/PanoMeasurePluginPoint.html +23 -13
  20. package/docs/classes/PanoMeasurePluginPolyline.html +54 -34
  21. package/docs/classes/PanoTagPluginController.html +232 -124
  22. package/docs/classes/Sculpt.html +852 -0
  23. package/docs/classes/Util.BetterTween.html +27 -13
  24. package/docs/classes/Util.Interval.html +29 -15
  25. package/docs/classes/Util.LineSegments.html +25 -11
  26. package/docs/classes/Util.Magnifier.html +93 -60
  27. package/docs/classes/Util.Object3D.html +26 -12
  28. package/docs/classes/Util.PointDomHelper.html +28 -14
  29. package/docs/classes/Util.PointHelper.html +28 -14
  30. package/docs/classes/Util.PointSelectorHelper.html +34 -20
  31. package/docs/classes/Util.Rectangle.html +30 -16
  32. package/docs/classes/WalkController.html +39 -29
  33. package/docs/enums/CameraMovementEffect.html +19 -9
  34. package/docs/enums/ContentType.html +33 -23
  35. package/docs/enums/DIRECTION.html +21 -11
  36. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +21 -11
  37. package/docs/enums/DimensionType.html +19 -9
  38. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +20 -10
  39. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +21 -11
  40. package/docs/enums/PaintBrushTypeEnum.html +20 -10
  41. package/docs/enums/PointType.html +19 -9
  42. package/docs/enums/Rotation.html +20 -10
  43. package/docs/functions/AreaMakerPlugin.html +17 -7
  44. package/docs/functions/CSS3DRenderPlugin.html +17 -7
  45. package/docs/functions/CameraMovementPlugin.html +17 -7
  46. package/docs/functions/CruisePlugin.html +17 -7
  47. package/docs/functions/CurrentPanoImagePlugin.html +17 -7
  48. package/docs/functions/GuideLinePlugin.html +17 -7
  49. package/docs/functions/ItemLabelPlugin.html +17 -7
  50. package/docs/functions/MapviewFloorplanPlugin.html +17 -7
  51. package/docs/functions/ModelChassisCompassPlugin.html +17 -7
  52. package/docs/functions/ModelEntryDoorGuidePlugin.html +17 -7
  53. package/docs/functions/ModelFloorplanPlugin.html +17 -7
  54. package/docs/functions/ModelItemLabelPlugin.html +17 -7
  55. package/docs/functions/ModelMakerPlugin.html +303 -0
  56. package/docs/functions/ModelRoomLabelPlugin.html +17 -7
  57. package/docs/functions/ModelTVVideoPlugin.html +17 -7
  58. package/docs/functions/ModelViewPlugin.html +17 -7
  59. package/docs/functions/MovePlugin.html +18 -8
  60. package/docs/functions/Object3DHelperPlugin.html +17 -7
  61. package/docs/functions/PanoCompassPlugin.html +17 -7
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +17 -7
  63. package/docs/functions/PanoDoorLabelPlugin.html +17 -7
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +17 -7
  65. package/docs/functions/PanoMeasurePlugin.html +17 -7
  66. package/docs/functions/PanoRulerPlugin.html +17 -7
  67. package/docs/functions/PanoRulerProPlugin.html +17 -7
  68. package/docs/functions/PanoSpatialTagPlugin.html +17 -7
  69. package/docs/functions/PanoTagPlugin.html +20 -8
  70. package/docs/functions/PanoVideoPlugin.html +17 -7
  71. package/docs/functions/PipelinePlugin.html +17 -7
  72. package/docs/functions/SculptPlugin.html +306 -0
  73. package/docs/functions/TopviewFloorplanPlugin.html +17 -7
  74. package/docs/functions/Util.absoluteUrl.html +22 -8
  75. package/docs/functions/Util.blink.html +351 -0
  76. package/docs/functions/Util.checkFiveModelLoaded.html +22 -8
  77. package/docs/functions/Util.equal.html +22 -8
  78. package/docs/functions/Util.getCoordsFromClient.html +22 -8
  79. package/docs/functions/Util.getCoordsFromElement.html +22 -8
  80. package/docs/functions/Util.getFrameTime.html +22 -8
  81. package/docs/functions/Util.getIntersectFromRelativePosition.html +29 -10
  82. package/docs/functions/Util.getRaycasterFromFivePointer.html +22 -8
  83. package/docs/functions/Util.isAbsoluteURL.html +22 -8
  84. package/docs/functions/Util.isModelLike.html +22 -8
  85. package/docs/functions/Util.isNil.html +22 -8
  86. package/docs/functions/Util.isPanoramaLike.html +22 -8
  87. package/docs/functions/Util.nextFrame.html +22 -8
  88. package/docs/functions/Util.notNil.html +22 -8
  89. package/docs/functions/Util.reblink.html +349 -0
  90. package/docs/functions/Util.requestAnimationFrameInterval.html +22 -8
  91. package/docs/functions/Util.tweenProgress.html +22 -8
  92. package/docs/functions/Util.uuid.html +22 -8
  93. package/docs/functions/pluginFlag.html +17 -7
  94. package/docs/index.html +18 -7
  95. package/docs/interfaces/AddTagConfig.html +18 -8
  96. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +17 -7
  97. package/docs/interfaces/AreaMakerPluginType.Config.html +17 -7
  98. package/docs/interfaces/AreaMakerPluginType.EventMap.html +30 -20
  99. package/docs/interfaces/AreaMakerPluginType.Params.html +18 -8
  100. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +20 -10
  101. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +19 -9
  102. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +17 -7
  103. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +17 -7
  104. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +17 -7
  105. package/docs/interfaces/AreaMakerPluginType.State.html +19 -9
  106. package/docs/interfaces/CSS3DRenderPluginEventMap.html +23 -13
  107. package/docs/interfaces/CSS3DRenderPluginState.html +20 -10
  108. package/docs/interfaces/CameraMovementPluginExportType.html +19 -9
  109. package/docs/interfaces/ContentTypeMapInterface.html +773 -0
  110. package/docs/interfaces/CruisePluginTypes.Config.html +21 -10
  111. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +24 -13
  112. package/docs/interfaces/CruisePluginTypes.EventMap.html +33 -22
  113. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +352 -0
  114. package/docs/interfaces/CruisePluginTypes.MoveAction.html +39 -23
  115. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +30 -18
  116. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +30 -18
  117. package/docs/interfaces/CruisePluginTypes.PluginData.html +41 -30
  118. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +18 -7
  119. package/docs/interfaces/CruisePluginTypes.PluginState.html +25 -14
  120. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +23 -13
  121. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +24 -14
  122. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +19 -9
  123. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +18 -8
  124. package/docs/interfaces/CurrentPanoImagePluginType.State.html +20 -10
  125. package/docs/interfaces/EventMap.html +27 -17
  126. package/docs/interfaces/FloorplanBounding.html +20 -10
  127. package/docs/interfaces/FloorplanData.html +22 -12
  128. package/docs/interfaces/FloorplanEntrance.html +23 -13
  129. package/docs/interfaces/FloorplanExtraObject.html +22 -12
  130. package/docs/interfaces/FloorplanExtraObject3D.html +20 -10
  131. package/docs/interfaces/FloorplanFloorData.html +21 -11
  132. package/docs/interfaces/FloorplanImagePosition.html +19 -9
  133. package/docs/interfaces/FloorplanObserver.html +21 -11
  134. package/docs/interfaces/FloorplanOutlineItem.html +21 -11
  135. package/docs/interfaces/FloorplanPosition.html +19 -9
  136. package/docs/interfaces/FloorplanRoomItem.html +26 -16
  137. package/docs/interfaces/FloorplanRoomLabelItem.html +19 -9
  138. package/docs/interfaces/FloorplanServerBounding.html +20 -10
  139. package/docs/interfaces/FloorplanServerComputedData.html +22 -12
  140. package/docs/interfaces/FloorplanServerData.html +19 -9
  141. package/docs/interfaces/FloorplanServerDoorItem.html +22 -12
  142. package/docs/interfaces/FloorplanServerDoorPosition.html +20 -10
  143. package/docs/interfaces/FloorplanServerEntrance.html +23 -13
  144. package/docs/interfaces/FloorplanServerFloorData.html +21 -11
  145. package/docs/interfaces/FloorplanServerImagePosition.html +19 -9
  146. package/docs/interfaces/FloorplanServerObserver.html +21 -11
  147. package/docs/interfaces/FloorplanServerOutlineItem.html +21 -11
  148. package/docs/interfaces/FloorplanServerPosition.html +19 -9
  149. package/docs/interfaces/FloorplanServerRoomItem.html +27 -17
  150. package/docs/interfaces/FloorplanServerRoomLabelItem.html +19 -9
  151. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +20 -10
  152. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +21 -11
  153. package/docs/interfaces/GuideLinePluginType.EventMap.html +24 -14
  154. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +19 -9
  155. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +17 -7
  156. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +26 -16
  157. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +17 -7
  158. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +19 -9
  159. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +32 -22
  160. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +18 -8
  161. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +33 -23
  162. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +16 -6
  163. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +17 -7
  164. package/docs/interfaces/GuideLinePluginType.PluginState.html +19 -9
  165. package/docs/interfaces/GuideLinePluginType.Route.html +22 -12
  166. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +20 -10
  167. package/docs/interfaces/HelperOffset.html +20 -10
  168. package/docs/interfaces/ImagePlaneGroup.html +18 -8
  169. package/docs/interfaces/ItemLabelPluginData.html +18 -8
  170. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +23 -13
  171. package/docs/interfaces/ItemLabelPluginParametersType.html +21 -11
  172. package/docs/interfaces/MinMax.html +19 -9
  173. package/docs/interfaces/ModelChassisCompassPluginData.html +19 -9
  174. package/docs/interfaces/ModelChassisCompassPluginExportType.html +20 -10
  175. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +19 -9
  176. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +20 -10
  177. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +20 -10
  178. package/docs/interfaces/ModelItemLabelPluginData.html +18 -8
  179. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +23 -13
  180. package/docs/interfaces/ModelItemLabelPluginParametersType.html +19 -9
  181. package/docs/interfaces/ModelMakerPluginType.EventMap.html +556 -0
  182. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +349 -0
  183. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +391 -0
  184. package/docs/interfaces/ModelMakerPluginType.ServerData.html +332 -0
  185. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +401 -0
  186. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +381 -0
  187. package/docs/interfaces/ModelMakerPluginType.State.html +364 -0
  188. package/docs/interfaces/ModelRoomLabelPluginData.html +18 -8
  189. package/docs/interfaces/ModelTVVideoPluginData.html +21 -11
  190. package/docs/interfaces/ModelTVVideoPluginExportType.html +20 -10
  191. package/docs/interfaces/ModelTVVideoPluginParameterType.html +18 -8
  192. package/docs/interfaces/ModelViewPluginExportType.html +23 -13
  193. package/docs/interfaces/Object3DHelperState.html +20 -10
  194. package/docs/interfaces/ObjectHelperControllers.html +22 -12
  195. package/docs/interfaces/PaintBrushAction.html +24 -14
  196. package/docs/interfaces/PaintBrushConfigs.html +24 -14
  197. package/docs/interfaces/PaintBrushState.html +22 -12
  198. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +22 -12
  199. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +17 -7
  200. package/docs/interfaces/PanoMeasureParameterType.html +28 -18
  201. package/docs/interfaces/PanoMeasurePluginLineJson.html +20 -10
  202. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +19 -9
  203. package/docs/interfaces/PanoMeasurePluginPointJson.html +19 -9
  204. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +20 -10
  205. package/docs/interfaces/PanoRulerPluginExportType.html +22 -12
  206. package/docs/interfaces/PanoRulerPluginOptions.html +19 -9
  207. package/docs/interfaces/PanoRulerPluginParameterType.html +20 -10
  208. package/docs/interfaces/PanoRulerProPluginExportType.html +21 -11
  209. package/docs/interfaces/PanoRulerProPluginOptions.html +19 -9
  210. package/docs/interfaces/PanoRulerProPluginParameterType.html +19 -9
  211. package/docs/interfaces/PanoRulerProPluginState.html +20 -10
  212. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +17 -7
  213. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +17 -7
  214. package/docs/interfaces/PanoSpatialTagPluginData.html +23 -13
  215. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +22 -12
  216. package/docs/interfaces/PanoSpatialTagPluginExportType.html +25 -15
  217. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +22 -12
  218. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +25 -15
  219. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +23 -13
  220. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +22 -12
  221. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +18 -8
  222. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +20 -10
  223. package/docs/interfaces/PanoVideoPluginType.PluginData.html +18 -8
  224. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +21 -11
  225. package/docs/interfaces/PanoVideoPluginType.PluginState.html +18 -8
  226. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +20 -10
  227. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +22 -12
  228. package/docs/interfaces/Point.html +20 -10
  229. package/docs/interfaces/Room.html +21 -11
  230. package/docs/interfaces/RoomInfo.html +19 -9
  231. package/docs/interfaces/RoomLabel.html +26 -16
  232. package/docs/interfaces/RoomRules.html +17 -7
  233. package/docs/interfaces/Rooms.html +17 -7
  234. package/docs/interfaces/Scissor.html +21 -11
  235. package/docs/interfaces/State.html +20 -10
  236. package/docs/interfaces/TagCacheInterface.html +24 -14
  237. package/docs/interfaces/TagConfig.html +65 -49
  238. package/docs/interfaces/TagGLTFObjectGroup.html +18 -8
  239. package/docs/interfaces/TagIconUrl.html +24 -14
  240. package/docs/interfaces/TagObjectGroup.html +18 -8
  241. package/docs/interfaces/TagStyle.html +18 -8
  242. package/docs/interfaces/Tags.html +61 -437
  243. package/docs/interfaces/TemporaryState.html +18 -8
  244. package/docs/interfaces/Util.BlinkAnimeOptions.html +380 -0
  245. package/docs/interfaces/Util.MagnifierParameter.html +43 -24
  246. package/docs/interfaces/Util.MouseGroupParameter.html +25 -11
  247. package/docs/interfaces/Util.PointIntersection.html +33 -12
  248. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +387 -0
  249. package/docs/modules/AreaMakerPluginType.html +16 -6
  250. package/docs/modules/CruisePluginTypes.html +18 -6
  251. package/docs/modules/CurrentPanoImagePluginType.html +17 -7
  252. package/docs/modules/GuideLineItem.html +17 -7
  253. package/docs/modules/GuideLineModeItem.html +17 -7
  254. package/docs/modules/GuideLinePluginType.html +16 -6
  255. package/docs/modules/ModelMakerPluginType.html +339 -0
  256. package/docs/modules/PanoVideoPluginType.html +17 -7
  257. package/docs/modules/SculptData.html +318 -0
  258. package/docs/modules/Util.html +26 -8
  259. package/docs/modules.html +34 -11
  260. package/docs/types/AddObject3DHelperConfig.html +315 -0
  261. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +16 -6
  262. package/docs/types/AreaMakerPluginType.ItemRenderer.html +16 -6
  263. package/docs/types/AreaMakerPluginType.PluginData.html +16 -6
  264. package/docs/types/AreaMakerPluginType.ServerData.html +16 -6
  265. package/docs/types/ArrayPosition.html +17 -7
  266. package/docs/types/AudioAppearance.html +17 -7
  267. package/docs/types/CSS3DRenderExportType.html +17 -7
  268. package/docs/types/CSS3DRenderPluginExportType.html +17 -7
  269. package/docs/types/CSS3DRenderPluginParameterType.html +17 -7
  270. package/docs/types/ClassFunctionParameters.html +17 -7
  271. package/docs/types/Color.html +17 -7
  272. package/docs/types/ContentTypeConfigKey.html +17 -7
  273. package/docs/types/ContentTypeConfigKeySplit.html +18 -8
  274. package/docs/types/ContentTypeMap.html +17 -7
  275. package/docs/types/Create3DDomContainerReturnType.html +17 -7
  276. package/docs/types/Create3DElementReturnType.html +17 -7
  277. package/docs/types/CruisePluginExportType.html +17 -7
  278. package/docs/types/CruisePluginTypes.CruiseData.html +17 -6
  279. package/docs/types/CruisePluginTypes.MoveEffect.html +17 -6
  280. package/docs/types/CurrentPanoImagePluginExportType.html +17 -7
  281. package/docs/types/DeprecatedMediaPlaneProperty.html +17 -7
  282. package/docs/types/DeprecatedTagProperty.html +17 -7
  283. package/docs/types/Direction-1.html +17 -7
  284. package/docs/types/Direction4.html +17 -7
  285. package/docs/types/ElementRenderer.html +17 -7
  286. package/docs/types/FloorplanRuleLabels.html +17 -7
  287. package/docs/types/FloorplanServerRuleLabels.html +17 -7
  288. package/docs/types/GuideLinePluginExportType.html +17 -7
  289. package/docs/types/GuideLinePluginType.GuideLineItem.html +18 -8
  290. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +16 -6
  291. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +16 -6
  292. package/docs/types/GuideLinePluginType.GuideLineStyle.html +16 -6
  293. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +16 -6
  294. package/docs/types/GuideLinePluginType.PathItem.html +16 -6
  295. package/docs/types/GuideLinePluginType.PluginData.html +16 -6
  296. package/docs/types/HelperEventMap.html +17 -7
  297. package/docs/types/InternalHelperEventMap.html +29 -11
  298. package/docs/types/LoadTagConfig.html +17 -7
  299. package/docs/types/MapviewFloorplanPluginParameterType.html +17 -7
  300. package/docs/types/MapviewFloorplanPluginReturnType.html +17 -7
  301. package/docs/types/MediaData.html +20 -10
  302. package/docs/types/MediaStore.html +17 -7
  303. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +17 -7
  304. package/docs/types/ModelFloorplanPluginParameterType.html +17 -7
  305. package/docs/types/ModelFloorplanPluginReturnType.html +17 -7
  306. package/docs/types/ModelId.html +17 -7
  307. package/docs/types/ModelMakerPluginType.ElementRenderer.html +329 -0
  308. package/docs/types/ModelMakerPluginType.ItemType.html +308 -0
  309. package/docs/types/ModelRoomLabelPluginParameters.html +17 -7
  310. package/docs/types/ModelRoomLabelPluginReturnType.html +17 -7
  311. package/docs/types/MoveArgs.html +17 -7
  312. package/docs/types/MoveOpts.html +17 -7
  313. package/docs/types/Object3DHelperEventMap.html +17 -7
  314. package/docs/types/ObjectFit.html +17 -7
  315. package/docs/types/PaintBrushEventMap.html +17 -7
  316. package/docs/types/PanoCompassPluginData.html +17 -7
  317. package/docs/types/PanoCompassPluginExportType.html +17 -7
  318. package/docs/types/PanoCompassPluginParameterType.html +17 -7
  319. package/docs/types/PanoFloorplanRadarPluginParameterType.html +17 -7
  320. package/docs/types/PanoFloorplanRadarPluginReturnType.html +17 -7
  321. package/docs/types/PanoIndex.html +17 -7
  322. package/docs/types/PanoMeasurePluginEvent.html +17 -7
  323. package/docs/types/PanoMeasureReturnType.html +17 -7
  324. package/docs/types/PanoSpatialTagPluginId.html +17 -7
  325. package/docs/types/PanoTagPluginExportInterface.html +17 -7
  326. package/docs/types/PanoTagPluginParamsInterface.html +17 -7
  327. package/docs/types/PanoVideoPluginParameterType.html +17 -7
  328. package/docs/types/PanoVideoPluginReturnType.html +17 -7
  329. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +22 -12
  330. package/docs/types/PipelinePluginParameterType.html +17 -7
  331. package/docs/types/PipelinePluginReturnType.html +17 -7
  332. package/docs/types/PlaneTag.html +17 -7
  333. package/docs/types/Point2DTag.html +17 -7
  334. package/docs/types/Point3DTag.html +17 -7
  335. package/docs/types/PointTag.html +17 -7
  336. package/docs/types/PointTagInstance.html +17 -7
  337. package/docs/types/Position.html +17 -7
  338. package/docs/types/{AudioTagTypeConfigKey.html → PositionFrom.html} +28 -10
  339. package/docs/types/RotateArgs.html +17 -7
  340. package/docs/types/RotateOpts.html +17 -7
  341. package/docs/types/RuleLabelsKey.html +17 -7
  342. package/docs/types/RuleLabelsValue.html +17 -7
  343. package/docs/types/ScaleCallback.html +314 -0
  344. package/docs/types/ScalePosition.html +303 -0
  345. package/docs/types/SculptData.BoxData.html +306 -0
  346. package/docs/types/SculptData.CircleData.html +306 -0
  347. package/docs/types/SculptData.CylinderData.html +306 -0
  348. package/docs/types/SculptData.PointData.html +306 -0
  349. package/docs/types/SculptData.PolygonData.html +306 -0
  350. package/docs/types/SculptData.PolylineData.html +306 -0
  351. package/docs/types/SculptData.PrismData.html +306 -0
  352. package/docs/types/SculptData.RectangleData.html +306 -0
  353. package/docs/types/StickType.html +17 -7
  354. package/docs/types/Tag.html +35 -13
  355. package/docs/types/Tag2D.html +17 -7
  356. package/docs/types/Tag3D.html +17 -7
  357. package/docs/types/TagConfigByKey.html +18 -8
  358. package/docs/types/TagContentType.html +17 -7
  359. package/docs/types/TagContentTypeMapping.html +17 -7
  360. package/docs/types/TagDimensionType.html +17 -7
  361. package/docs/types/TagElement.html +17 -7
  362. package/docs/types/TagEvents.html +38 -12
  363. package/docs/types/TagGLTFObject.html +17 -7
  364. package/docs/types/TagHooks.html +17 -7
  365. package/docs/types/TagId.html +17 -7
  366. package/docs/types/TagInstance.html +44 -8
  367. package/docs/types/TagPointType.html +17 -7
  368. package/docs/types/TagRendererMap.html +17 -7
  369. package/docs/types/TopviewFloorplanPluginParameterType.html +17 -7
  370. package/docs/types/TopviewFloorplanPluginReturnType.html +17 -7
  371. package/docs/types/WorkCode.html +17 -7
  372. package/docs/variables/FLOOR_TYPE_MAP.html +17 -7
  373. package/docs/variables/PLUGIN.html +17 -7
  374. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +17 -7
  375. package/docs/variables/ROOM_TYPE_MAP.html +17 -7
  376. package/docs/variables/defaultGlobalConfig.html +17 -7
  377. package/docs/variables/itemLabelPluginServerParams.html +17 -7
  378. package/docs/variables/modelItemLabelPluginServerParams.html +17 -7
  379. package/docs/variables/modelRoomLabelPluginServerParams.html +17 -7
  380. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +1 -1
  381. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +1 -1
  382. package/libs/PanoTagPlugin/controller/TagUtil.js +39 -34
  383. package/libs/base/BasePlugin.js +3 -3
  384. package/libs/shared-utils/logger.js +1 -1
  385. package/package.json +2 -2
@@ -1,22 +1,22 @@
1
- var q = Object.defineProperty, K = Object.defineProperties;
2
- var Q = Object.getOwnPropertyDescriptors;
3
- var R = Object.getOwnPropertySymbols;
4
- var Y = Object.prototype.hasOwnProperty, Z = Object.prototype.propertyIsEnumerable;
5
- var w = (l, s, e) => s in l ? q(l, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : l[s] = e, b = (l, s) => {
1
+ var Z = Object.defineProperty, q = Object.defineProperties;
2
+ var K = Object.getOwnPropertyDescriptors;
3
+ var _ = Object.getOwnPropertySymbols;
4
+ var Q = Object.prototype.hasOwnProperty, Y = Object.prototype.propertyIsEnumerable;
5
+ var E = (l, s, e) => s in l ? Z(l, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : l[s] = e, b = (l, s) => {
6
6
  for (var e in s || (s = {}))
7
- Y.call(s, e) && w(l, e, s[e]);
8
- if (R)
9
- for (var e of R(s))
10
- Z.call(s, e) && w(l, e, s[e]);
7
+ Q.call(s, e) && E(l, e, s[e]);
8
+ if (_)
9
+ for (var e of _(s))
10
+ Y.call(s, e) && E(l, e, s[e]);
11
11
  return l;
12
- }, U = (l, s) => K(l, Q(s));
13
- var d = (l, s, e) => (w(l, typeof s != "symbol" ? s + "" : s, e), e);
12
+ }, U = (l, s) => q(l, K(s));
13
+ var d = (l, s, e) => (E(l, typeof s != "symbol" ? s + "" : s, e), e);
14
14
  import { defaultGlobalConfig as ee } from "../typings/tag/TagConfig.js";
15
15
  import { objectAssignDeepExports as y } from "../../vendor/object-assign-deep/objectAssignDeep.js";
16
16
  import * as ie from "three";
17
17
  import { DefaultConfig as te } from "../tag.config.js";
18
18
  import { anyPositionToVector3 as C } from "../../shared-utils/positionToVector3.js";
19
- import { planeNormal as E } from "../utils/planeNormal.js";
19
+ import { planeNormal as w } from "../utils/planeNormal.js";
20
20
  import { getTagCenterPosition as V } from "../utils/tagPosition.js";
21
21
  import { normalPositionToPositions as oe } from "../utils/normalPositionToPositions.js";
22
22
  import { TagCache as ne } from "./TagCache.js";
@@ -28,11 +28,11 @@ import { isMediaPlaneTag as le, isMediaModelTag as B, isPlaneTag as ce, isPoint3
28
28
  import { VideoPlane as ue } from "../utils/model/mediaPlane.js";
29
29
  import { FiveDomEvents as me } from "../../shared-utils/five/FiveDomEvents.js";
30
30
  import N from "../utils/tag/adaptConfig.js";
31
- import { isPanoramaLike as A, isModelLike as $ } from "../../shared-utils/five/mode.js";
31
+ import { isPanoramaLike as S, isModelLike as z } from "../../shared-utils/five/mode.js";
32
32
  import "hammerjs";
33
33
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
34
34
  import "animejs";
35
- import { entries as z } from "../../shared-utils/typescript/entries.js";
35
+ import { entries as $ } from "../../shared-utils/typescript/entries.js";
36
36
  import { getUrlExt as H } from "../../shared-utils/url/getUrl.js";
37
37
  import { transformPosition as J } from "../../shared-utils/five/transformPosition.js";
38
38
  import { WorkUtil as pe } from "../../shared-utils/Utils/WorkUtil.js";
@@ -125,7 +125,12 @@ class hi extends ne {
125
125
  }
126
126
  /** css3DRenderPlugin */
127
127
  get css3DRenderPlugin() {
128
- return this._css3DRenderPlugin || (this._css3DRenderPlugin = fe(this.five)), this._css3DRenderPlugin;
128
+ var e, i, o;
129
+ if (!this._css3DRenderPlugin) {
130
+ const t = fe(this.five);
131
+ this._css3DRenderPlugin = t, (e = t.frontModeCSS3DRenderer) != null && e.domElementWrapper && (t.frontModeCSS3DRenderer.domElementWrapper.style.zIndex = (o = (i = this.params.containerZIndex) == null ? void 0 : i.toString()) != null ? o : "");
132
+ }
133
+ return this._css3DRenderPlugin;
129
134
  }
130
135
  getTagById(e) {
131
136
  const i = this.tags.find((o) => o.id === e);
@@ -219,7 +224,7 @@ class hi extends ne {
219
224
  const n = this.workUtil.getObserverPosition(o);
220
225
  if (n === void 0)
221
226
  throw new Error(`getAngle(): observerPosition is ${n}`);
222
- const r = (() => e.stickType === "3DPoint" ? C(e.normal) : E(e.position))();
227
+ const r = (() => e.stickType === "3DPoint" ? C(e.normal) : w(e.position))();
223
228
  if (!r)
224
229
  return;
225
230
  const f = V(e);
@@ -233,20 +238,20 @@ class hi extends ne {
233
238
  * @description 获取距离
234
239
  */
235
240
  getDistance(e, i) {
236
- const o = b(b({}, this.five.getCurrentState()), i), { panoIndex: t, mode: n } = o, r = A(n) ? this.getPanoIndexCache({ panoIndex: t, id: e.id }) : void 0;
241
+ const o = b(b({}, this.five.getCurrentState()), i), { panoIndex: t, mode: n } = o, r = S(n) ? this.getPanoIndexCache({ panoIndex: t, id: e.id }) : void 0;
237
242
  if ((r == null ? void 0 : r.distance) !== void 0)
238
243
  return r.distance;
239
244
  const f = V(e);
240
245
  if (!f)
241
246
  return -1;
242
- if (A(n)) {
247
+ if (S(n)) {
243
248
  const c = this.workUtil.getObserverPosition(t);
244
249
  if (c === void 0)
245
250
  return -1;
246
251
  const h = c.distanceTo(f);
247
252
  return r && (r.distance = h), h;
248
253
  }
249
- if ($(n))
254
+ if (z(n))
250
255
  return this.five.camera.position.distanceTo(f);
251
256
  }
252
257
  getPositions(e) {
@@ -275,9 +280,9 @@ class hi extends ne {
275
280
  if (e.normal)
276
281
  return C(e.normal);
277
282
  if (e.stickType === "Plane")
278
- return E(e.position);
283
+ return w(e.position);
279
284
  if (e.stickType === "Model")
280
- return E(this.getPositions(e));
285
+ return w(this.getPositions(e));
281
286
  }
282
287
  get filterPointTag() {
283
288
  return this.tags.filter((i) => i.stickType === "2DPoint" || i.stickType === "3DPoint").filter((i) => i.position);
@@ -318,20 +323,20 @@ class hi extends ne {
318
323
  * @description 获取merge后的配置
319
324
  */
320
325
  calculateTagConfig(e, i) {
321
- var O, S, j, I, W;
322
- const o = (O = i == null ? void 0 : i.useCache) != null ? O : !0;
326
+ var A, O, I, W, j;
327
+ const o = (A = i == null ? void 0 : i.useCache) != null ? A : !0;
323
328
  if (!e)
324
- return (S = this.config.globalConfig) != null ? S : {};
329
+ return (O = this.config.globalConfig) != null ? O : {};
325
330
  if (o) {
326
- if ((j = e == null ? void 0 : e.computedConfig) != null && j._isMerged)
331
+ if ((I = e == null ? void 0 : e.computedConfig) != null && I._isMerged)
327
332
  return e.computedConfig;
328
- if ((I = e == null ? void 0 : e.config) != null && I._isMerged)
333
+ if ((W = e == null ? void 0 : e.config) != null && W._isMerged)
329
334
  return e.config;
330
335
  }
331
336
  const t = {}, n = {}, r = {};
332
337
  this.config.contentTypeConfig && Object.entries(this.config.contentTypeConfig).forEach(([u, m]) => {
333
- var F, L;
334
- const a = u, D = a.split("-"), x = u.startsWith("["), T = x ? D[0].slice(1, -1) : void 0, g = x ? D.slice(1) : D, v = T ? ["PanoramaLike", "ModelLike"].includes(T) ? (F = n[T]) != null ? F : n[T] = {} : (L = r[T]) != null ? L : r[T] = {} : t;
338
+ var R, F;
339
+ const a = u, D = a.split("-"), x = u.startsWith("["), T = x ? D[0].slice(1, -1) : void 0, g = x ? D.slice(1) : D, v = T ? ["PanoramaLike", "ModelLike"].includes(T) ? (R = n[T]) != null ? R : n[T] = {} : (F = r[T]) != null ? F : r[T] = {} : t;
335
340
  if (!v[a]) {
336
341
  if (g.length === 0 && (v[a] = m), g.length === 1) {
337
342
  const [p] = g;
@@ -344,18 +349,18 @@ class hi extends ne {
344
349
  if (g.length === 3) {
345
350
  const [p = "Any", M, X] = g;
346
351
  if (M === "Audio" && e.contentType === "Audio") {
347
- const _ = e;
348
- (_.stickType === p || p === "Any") && _.data.appearance === X && (v[a] = m);
352
+ const L = e;
353
+ (L.stickType === p || p === "Any") && L.data.appearance === X && (v[a] = m);
349
354
  }
350
355
  }
351
356
  }
352
357
  });
353
- const f = (W = e.initialConfig) != null ? W : {}, c = y({}, ee, this.config.globalConfig, ...Object.values(t)), h = y({}, c, f), P = {}, G = Object.values(ae.Mode);
354
- z(n).forEach(([u, m]) => {
358
+ const f = (j = e.initialConfig) != null ? j : {}, c = y({}, ee, this.config.globalConfig, ...Object.values(t)), h = y({}, c, f), P = {}, G = Object.values(ae.Mode);
359
+ $(n).forEach(([u, m]) => {
355
360
  G.forEach((a) => {
356
- (u === "PanoramaLike" && A(a) || u === "ModelLike" && $(a)) && (P[a] = y({}, c, ...Object.values(m), f, { _isMerged: !0 }));
361
+ (u === "PanoramaLike" && S(a) || u === "ModelLike" && z(a)) && (P[a] = y({}, c, ...Object.values(m), f, { _isMerged: !0 }));
357
362
  });
358
- }), z(r).forEach(([u, m]) => {
363
+ }), $(r).forEach(([u, m]) => {
359
364
  const a = P[u];
360
365
  P[u] = y({}, c, a, ...Object.values(m), f, { _isMerged: !0 });
361
366
  });
@@ -10,12 +10,12 @@ import "../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
10
10
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
11
11
  import "animejs";
12
12
  import { absoluteUrl as l } from "../shared-utils/url/absoluteUrl.js";
13
- let v = class {
13
+ let C = class {
14
14
  constructor(t, r) {
15
15
  /**
16
16
  * @realsee/dnalogel 版本号
17
17
  */
18
- i(this, "VERSION", "3.34.0-dev.0");
18
+ i(this, "VERSION", "3.34.0");
19
19
  i(this, "five");
20
20
  /**
21
21
  * @description: 插件事件钩子
@@ -38,5 +38,5 @@ let v = class {
38
38
  }
39
39
  };
40
40
  export {
41
- v as Controller
41
+ C as Controller
42
42
  };
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv3.34.0-dev.0",
3
+ "%c %c@realsee/dnalogel %cv3.34.0",
4
4
  [
5
5
  "background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAMAAACHgmeRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEUAAAAapPoap/oaqvkbrfkbr/gZnfwZoPsaqfnD4v/E4/8Ylv0clPm93/+/4P/B4f8Yj/683/8Wif+33P8Uhv+x2f8ShP+s1v8Pgf+n0/8Nf/+h0f8Lff8Lff8Nf/9dl/+czv8KfP8KfP+Lxf+Uyv+Xy/+Hwv+Jw/+Mxf+Oxv+RyP8aovsapfoap/oZmfwZm/wZnvsYnPsYkf4YlP0NePsDYfgYcfi43f+63v8Xiv8Xjf4EWfwCV/sWZ/qz2v+02/8Vh/8WiP8EUf8CTf4WXv2u1/+v2P8Thf8Thv8ETf8CR/8VV/+o1f+q1f8Qgv8Rg/8DSv8BRf8UVP+j0v+k0v8OgP8Pgf8DR/8DQv9Nhf+dzv+fz/+Kv/+Vyv+Xy/+azf+Oxv+Qx/+SyP////8MUhLdAAAAK3RSTlMACEWQ2bd98uQECPXxqO7c+Pb49vj2+Pb49vj23Oul8fMHA+TwerXXjEIG2P+bHgAAAAFiS0dEY1y+LaoAAAB+SURBVAjXY2BgZGJmYWVgYGBgY9fW0eVg4ORi4NbTNzDk4eXjZxAwMjYxNTO3EGQQsrSytrG1sxdmEHFwdHJ2cXUTZRBz9/D08vbxFWeQ8PMPCAwKDpFkkAoNC4+IjIqWZpCRlZOPiY2LV2BQVGJQTkhMUlEFWaOmrqGpxQAAyg0S9Dq+VPYAAAAASUVORK5CYII=')",
6
6
  "background-repeat: no-repeat",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realsee/dnalogel",
3
- "version": "3.34.0-dev.0",
3
+ "version": "3.34.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./libs/index.js",
6
6
  "types": "./libs/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "build:dist": "NODE_ENV=production BUILD_MODULE=dist vite build -m production",
25
25
  "build:components": "NODE_ENV=production BUILD_MODULE=components vite build -m production",
26
26
  "docs": "typedoc --options ./typedoc.json",
27
- "prepublishOnly": "run-p build",
27
+ "prepublishOnly": "run-p build docs",
28
28
  "postpublish": "cnpm sync @realsee/dnalogel"
29
29
  },
30
30
  "files": [