@realsee/dnalogel 3.11.0-dev.0 → 3.11.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 (388) hide show
  1. package/dist/AreaMakerPlugin/typing.d.ts +8 -0
  2. package/dist/AreaMakerPlugin/utils/Item.d.ts +1 -1
  3. package/dist/CruisePlugin/BaseController.d.ts +0 -2
  4. package/dist/CruisePlugin/Work.d.ts +5 -1
  5. package/dist/GuideLinePlugin/Controller.d.ts +0 -4
  6. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +3 -2
  7. package/dist/base/BasePlugin.d.ts +1 -1
  8. package/dist/index.cjs.js +49 -49
  9. package/dist/index.js +2610 -2669
  10. package/dist/index.umd.js +44 -44
  11. package/libs/AreaMakerPlugin/typing.d.ts +8 -0
  12. package/libs/AreaMakerPlugin/utils/Item.d.ts +1 -1
  13. package/libs/AreaMakerPlugin/utils/Item.js +12 -10
  14. package/libs/CruisePlugin/BaseController.d.ts +0 -2
  15. package/libs/CruisePlugin/BaseController.js +14 -18
  16. package/libs/CruisePlugin/Move.js +2 -5
  17. package/libs/CruisePlugin/Work.d.ts +5 -1
  18. package/libs/CruisePlugin/Work.js +127 -129
  19. package/libs/CruisePlugin/index.js +6 -8
  20. package/libs/GuideLinePlugin/Controller.d.ts +0 -4
  21. package/libs/GuideLinePlugin/Controller.js +30 -39
  22. package/libs/GuideLinePlugin/GuideLineItem.js +2 -4
  23. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +61 -61
  24. package/libs/GuideLinePlugin/GuideLineModeItem.js +2 -4
  25. package/libs/GuideLinePlugin/index.js +8 -10
  26. package/libs/PanoTagPlugin/controller/TagComputer.js +22 -24
  27. package/libs/PanoTagPlugin/controller/TagRender.js +2 -4
  28. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +3 -2
  29. package/libs/PanoTagPlugin/controller/TagUtil.js +104 -94
  30. package/libs/PanoTagPlugin/controller/index.js +5 -7
  31. package/libs/PanoTagPlugin/index.js +11 -13
  32. package/libs/base/BasePlugin.d.ts +1 -1
  33. package/libs/base/BasePlugin.js +2 -2
  34. package/libs/index.js +121 -123
  35. package/libs/shared-utils/logger.js +1 -1
  36. package/package.json +1 -1
  37. package/dist/shared-utils/Utils/BaseUtil.d.ts +0 -5
  38. package/dist/shared-utils/Utils/WorkUtil.d.ts +0 -33
  39. package/docs/.nojekyll +0 -1
  40. package/docs/assets/highlight.css +0 -120
  41. package/docs/assets/main.js +0 -58
  42. package/docs/assets/search.js +0 -1
  43. package/docs/assets/style.css +0 -1367
  44. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +0 -730
  45. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +0 -693
  46. package/docs/classes/CSS3DRender.html +0 -777
  47. package/docs/classes/GuideLineItem.GuideLineItem.html +0 -480
  48. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +0 -860
  49. package/docs/classes/Magnifier.html +0 -484
  50. package/docs/classes/ModelRoomLabelController.html +0 -402
  51. package/docs/classes/MoveController.html +0 -653
  52. package/docs/classes/Object3DHelperController.html +0 -644
  53. package/docs/classes/PaintBrush.html +0 -506
  54. package/docs/classes/PanoMeasurePluginLine.html +0 -526
  55. package/docs/classes/PanoMeasurePluginModel.html +0 -575
  56. package/docs/classes/PanoMeasurePluginPoint.html +0 -366
  57. package/docs/classes/PanoMeasurePluginPolyline.html +0 -571
  58. package/docs/classes/PanoTagPluginController.html +0 -1131
  59. package/docs/classes/Util.BetterTween.html +0 -420
  60. package/docs/classes/Util.Interval.html +0 -436
  61. package/docs/classes/Util.LineSegments.html +0 -388
  62. package/docs/classes/Util.Magnifier.html +0 -507
  63. package/docs/classes/Util.Object3D.html +0 -410
  64. package/docs/classes/Util.PointDomHelper.html +0 -411
  65. package/docs/classes/Util.PointHelper.html +0 -402
  66. package/docs/classes/Util.PointSelectorHelper.html +0 -458
  67. package/docs/classes/Util.Rectangle.html +0 -459
  68. package/docs/classes/WalkController.html +0 -672
  69. package/docs/enums/CameraMovementEffect.html +0 -314
  70. package/docs/enums/ContentType.html +0 -460
  71. package/docs/enums/DIRECTION.html +0 -324
  72. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +0 -324
  73. package/docs/enums/DimensionType.html +0 -314
  74. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +0 -317
  75. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +0 -324
  76. package/docs/enums/PaintBrushTypeEnum.html +0 -317
  77. package/docs/enums/PointType.html +0 -314
  78. package/docs/enums/Rotation.html +0 -321
  79. package/docs/functions/AreaMakerPlugin.html +0 -294
  80. package/docs/functions/CSS3DRenderPlugin.html +0 -292
  81. package/docs/functions/CameraMovementPlugin.html +0 -297
  82. package/docs/functions/CruisePlugin.html +0 -294
  83. package/docs/functions/CurrentPanoImagePlugin.html +0 -294
  84. package/docs/functions/GuideLinePlugin.html +0 -294
  85. package/docs/functions/ItemLabelPlugin.html +0 -294
  86. package/docs/functions/MapviewFloorplanPlugin.html +0 -294
  87. package/docs/functions/ModelChassisCompassPlugin.html +0 -297
  88. package/docs/functions/ModelEntryDoorGuidePlugin.html +0 -297
  89. package/docs/functions/ModelFloorplanPlugin.html +0 -294
  90. package/docs/functions/ModelItemLabelPlugin.html +0 -294
  91. package/docs/functions/ModelRoomLabelPlugin.html +0 -292
  92. package/docs/functions/ModelTVVideoPlugin.html +0 -294
  93. package/docs/functions/ModelViewPlugin.html +0 -297
  94. package/docs/functions/MovePlugin.html +0 -294
  95. package/docs/functions/Object3DHelperPlugin.html +0 -292
  96. package/docs/functions/PanoCompassPlugin.html +0 -294
  97. package/docs/functions/PanoCursorRaycasterPlugin.html +0 -298
  98. package/docs/functions/PanoDoorLabelPlugin.html +0 -294
  99. package/docs/functions/PanoFloorplanRadarPlugin.html +0 -294
  100. package/docs/functions/PanoMeasurePlugin.html +0 -294
  101. package/docs/functions/PanoRulerPlugin.html +0 -297
  102. package/docs/functions/PanoRulerProPlugin.html +0 -297
  103. package/docs/functions/PanoSpatialTagPlugin.html +0 -297
  104. package/docs/functions/PanoTagPlugin.html +0 -299
  105. package/docs/functions/PanoVideoPlugin.html +0 -303
  106. package/docs/functions/PipelinePlugin.html +0 -292
  107. package/docs/functions/TopviewFloorplanPlugin.html +0 -294
  108. package/docs/functions/Util.absoluteUrl.html +0 -330
  109. package/docs/functions/Util.checkFiveModelLoaded.html +0 -333
  110. package/docs/functions/Util.equal.html +0 -342
  111. package/docs/functions/Util.getCoordsFromClient.html +0 -332
  112. package/docs/functions/Util.getCoordsFromElement.html +0 -332
  113. package/docs/functions/Util.getFrameTime.html +0 -324
  114. package/docs/functions/Util.getIntersectFromRelativePosition.html +0 -332
  115. package/docs/functions/Util.getRaycasterFromFivePointer.html +0 -332
  116. package/docs/functions/Util.isAbsoluteURL.html +0 -325
  117. package/docs/functions/Util.isModelLike.html +0 -325
  118. package/docs/functions/Util.isNil.html +0 -333
  119. package/docs/functions/Util.isPanoramaLike.html +0 -325
  120. package/docs/functions/Util.nextFrame.html +0 -338
  121. package/docs/functions/Util.notNil.html +0 -333
  122. package/docs/functions/Util.requestAnimationFrameInterval.html +0 -354
  123. package/docs/functions/Util.tweenProgress.html +0 -327
  124. package/docs/functions/Util.uuid.html +0 -323
  125. package/docs/functions/pluginFlag.html +0 -292
  126. package/docs/index.html +0 -358
  127. package/docs/interfaces/AddTagConfig.html +0 -307
  128. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +0 -334
  129. package/docs/interfaces/AreaMakerPluginType.Config.html +0 -339
  130. package/docs/interfaces/AreaMakerPluginType.EventMap.html +0 -625
  131. package/docs/interfaces/AreaMakerPluginType.Params.html +0 -338
  132. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +0 -396
  133. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +0 -381
  134. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +0 -338
  135. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +0 -331
  136. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +0 -330
  137. package/docs/interfaces/AreaMakerPluginType.State.html +0 -359
  138. package/docs/interfaces/CSS3DRenderPluginEventMap.html +0 -453
  139. package/docs/interfaces/CSS3DRenderPluginState.html +0 -329
  140. package/docs/interfaces/CameraMovementPluginExportType.html +0 -362
  141. package/docs/interfaces/CruisePluginTypes.Config.html +0 -363
  142. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +0 -365
  143. package/docs/interfaces/CruisePluginTypes.EventMap.html +0 -723
  144. package/docs/interfaces/CruisePluginTypes.MoveAction.html +0 -389
  145. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +0 -425
  146. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +0 -415
  147. package/docs/interfaces/CruisePluginTypes.PluginData.html +0 -355
  148. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +0 -323
  149. package/docs/interfaces/CruisePluginTypes.PluginState.html +0 -391
  150. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +0 -386
  151. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +0 -525
  152. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +0 -327
  153. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +0 -319
  154. package/docs/interfaces/CurrentPanoImagePluginType.State.html +0 -341
  155. package/docs/interfaces/EventMap.html +0 -546
  156. package/docs/interfaces/FloorplanBounding.html +0 -336
  157. package/docs/interfaces/FloorplanData.html +0 -339
  158. package/docs/interfaces/FloorplanEntrance.html +0 -364
  159. package/docs/interfaces/FloorplanExtraObject.html +0 -354
  160. package/docs/interfaces/FloorplanExtraObject3D.html +0 -343
  161. package/docs/interfaces/FloorplanFloorData.html +0 -332
  162. package/docs/interfaces/FloorplanImagePosition.html +0 -318
  163. package/docs/interfaces/FloorplanObserver.html +0 -336
  164. package/docs/interfaces/FloorplanOutlineItem.html +0 -332
  165. package/docs/interfaces/FloorplanPosition.html +0 -318
  166. package/docs/interfaces/FloorplanRoomItem.html +0 -383
  167. package/docs/interfaces/FloorplanRoomLabelItem.html +0 -324
  168. package/docs/interfaces/FloorplanServerBounding.html +0 -336
  169. package/docs/interfaces/FloorplanServerComputedData.html +0 -335
  170. package/docs/interfaces/FloorplanServerData.html +0 -318
  171. package/docs/interfaces/FloorplanServerDoorItem.html +0 -335
  172. package/docs/interfaces/FloorplanServerDoorPosition.html +0 -321
  173. package/docs/interfaces/FloorplanServerEntrance.html +0 -364
  174. package/docs/interfaces/FloorplanServerFloorData.html +0 -332
  175. package/docs/interfaces/FloorplanServerImagePosition.html +0 -318
  176. package/docs/interfaces/FloorplanServerObserver.html +0 -336
  177. package/docs/interfaces/FloorplanServerOutlineItem.html +0 -332
  178. package/docs/interfaces/FloorplanServerPosition.html +0 -318
  179. package/docs/interfaces/FloorplanServerRoomItem.html +0 -395
  180. package/docs/interfaces/FloorplanServerRoomLabelItem.html +0 -324
  181. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +0 -327
  182. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +0 -366
  183. package/docs/interfaces/GuideLinePluginType.EventMap.html +0 -530
  184. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +0 -361
  185. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +0 -352
  186. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +0 -419
  187. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +0 -341
  188. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +0 -351
  189. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +0 -487
  190. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +0 -348
  191. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +0 -487
  192. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +0 -313
  193. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +0 -334
  194. package/docs/interfaces/GuideLinePluginType.PluginState.html +0 -359
  195. package/docs/interfaces/GuideLinePluginType.Route.html +0 -375
  196. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +0 -357
  197. package/docs/interfaces/HelperOffset.html +0 -336
  198. package/docs/interfaces/ImagePlaneGroup.html +0 -310
  199. package/docs/interfaces/ItemLabelPluginData.html +0 -307
  200. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +0 -392
  201. package/docs/interfaces/ItemLabelPluginParametersType.html +0 -328
  202. package/docs/interfaces/MinMax.html +0 -314
  203. package/docs/interfaces/ModelChassisCompassPluginData.html +0 -314
  204. package/docs/interfaces/ModelChassisCompassPluginExportType.html +0 -350
  205. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +0 -314
  206. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +0 -321
  207. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +0 -358
  208. package/docs/interfaces/ModelItemLabelPluginData.html +0 -307
  209. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +0 -392
  210. package/docs/interfaces/ModelItemLabelPluginParametersType.html +0 -314
  211. package/docs/interfaces/ModelRoomLabelPluginData.html +0 -307
  212. package/docs/interfaces/ModelTVVideoPluginData.html +0 -328
  213. package/docs/interfaces/ModelTVVideoPluginExportType.html +0 -352
  214. package/docs/interfaces/ModelTVVideoPluginParameterType.html +0 -307
  215. package/docs/interfaces/ModelViewPluginExportType.html +0 -420
  216. package/docs/interfaces/Object3DHelperState.html +0 -321
  217. package/docs/interfaces/ObjectHelperControllers.html +0 -328
  218. package/docs/interfaces/PaintBrushAction.html +0 -367
  219. package/docs/interfaces/PaintBrushConfigs.html +0 -365
  220. package/docs/interfaces/PaintBrushState.html +0 -349
  221. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +0 -429
  222. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +0 -286
  223. package/docs/interfaces/PanoMeasureParameterType.html +0 -453
  224. package/docs/interfaces/PanoMeasurePluginLineJson.html +0 -321
  225. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +0 -318
  226. package/docs/interfaces/PanoMeasurePluginPointJson.html +0 -314
  227. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +0 -324
  228. package/docs/interfaces/PanoRulerPluginExportType.html +0 -381
  229. package/docs/interfaces/PanoRulerPluginOptions.html +0 -330
  230. package/docs/interfaces/PanoRulerPluginParameterType.html +0 -321
  231. package/docs/interfaces/PanoRulerProPluginExportType.html +0 -357
  232. package/docs/interfaces/PanoRulerProPluginOptions.html +0 -327
  233. package/docs/interfaces/PanoRulerProPluginParameterType.html +0 -314
  234. package/docs/interfaces/PanoRulerProPluginState.html +0 -321
  235. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +0 -300
  236. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +0 -289
  237. package/docs/interfaces/PanoSpatialTagPluginData.html +0 -357
  238. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +0 -339
  239. package/docs/interfaces/PanoSpatialTagPluginExportType.html +0 -435
  240. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +0 -335
  241. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +0 -356
  242. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +0 -342
  243. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +0 -335
  244. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +0 -327
  245. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +0 -345
  246. package/docs/interfaces/PanoVideoPluginType.PluginData.html +0 -318
  247. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +0 -424
  248. package/docs/interfaces/PanoVideoPluginType.PluginState.html +0 -318
  249. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +0 -353
  250. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +0 -372
  251. package/docs/interfaces/Point.html +0 -321
  252. package/docs/interfaces/Room.html +0 -328
  253. package/docs/interfaces/RoomInfo.html +0 -314
  254. package/docs/interfaces/RoomLabel.html +0 -390
  255. package/docs/interfaces/RoomRules.html +0 -289
  256. package/docs/interfaces/Rooms.html +0 -289
  257. package/docs/interfaces/Scissor.html +0 -348
  258. package/docs/interfaces/State.html +0 -335
  259. package/docs/interfaces/TagCacheInterface.html +0 -366
  260. package/docs/interfaces/TagConfig.html +0 -569
  261. package/docs/interfaces/TagGLTFObjectGroup.html +0 -310
  262. package/docs/interfaces/TagIconUrl.html +0 -367
  263. package/docs/interfaces/TagObjectGroup.html +0 -310
  264. package/docs/interfaces/TagStyle.html +0 -320
  265. package/docs/interfaces/Tags.html +0 -2824
  266. package/docs/interfaces/TemporaryState.html +0 -307
  267. package/docs/interfaces/Util.MagnifierParameter.html +0 -395
  268. package/docs/interfaces/Util.MouseGroupParameter.html +0 -354
  269. package/docs/interfaces/Util.PointIntersection.html +0 -369
  270. package/docs/modules/AreaMakerPluginType.html +0 -329
  271. package/docs/modules/CruisePluginTypes.html +0 -332
  272. package/docs/modules/CurrentPanoImagePluginType.html +0 -301
  273. package/docs/modules/GuideLineItem.html +0 -293
  274. package/docs/modules/GuideLineModeItem.html +0 -298
  275. package/docs/modules/GuideLinePluginType.html +0 -354
  276. package/docs/modules/PanoVideoPluginType.html +0 -305
  277. package/docs/modules/Util.html +0 -355
  278. package/docs/modules.html +0 -562
  279. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +0 -336
  280. package/docs/types/AreaMakerPluginType.ItemRenderer.html +0 -324
  281. package/docs/types/AreaMakerPluginType.PluginData.html +0 -306
  282. package/docs/types/AreaMakerPluginType.ServerData.html +0 -306
  283. package/docs/types/ArrayPosition.html +0 -283
  284. package/docs/types/AudioAppearance.html +0 -283
  285. package/docs/types/AudioTagTypeConfigKey.html +0 -283
  286. package/docs/types/CSS3DRenderExportType.html +0 -283
  287. package/docs/types/CSS3DRenderPluginExportType.html +0 -283
  288. package/docs/types/CSS3DRenderPluginParameterType.html +0 -283
  289. package/docs/types/ClassFunctionParameters.html +0 -290
  290. package/docs/types/Color.html +0 -283
  291. package/docs/types/ContentTypeConfigKey.html +0 -283
  292. package/docs/types/ContentTypeConfigKeySplit.html +0 -283
  293. package/docs/types/ContentTypeMap.html +0 -283
  294. package/docs/types/Create3DDomContainerReturnType.html +0 -283
  295. package/docs/types/Create3DElementReturnType.html +0 -283
  296. package/docs/types/CruisePluginExportType.html +0 -283
  297. package/docs/types/CruisePluginTypes.CruiseData.html +0 -322
  298. package/docs/types/CruisePluginTypes.MoveEffect.html +0 -299
  299. package/docs/types/CurrentPanoImagePluginExportType.html +0 -283
  300. package/docs/types/DeprecatedMediaPlaneProperty.html +0 -295
  301. package/docs/types/DeprecatedTagProperty.html +0 -298
  302. package/docs/types/Direction-1.html +0 -283
  303. package/docs/types/Direction4.html +0 -283
  304. package/docs/types/ElementRenderer.html +0 -307
  305. package/docs/types/FloorplanRuleLabels.html +0 -286
  306. package/docs/types/FloorplanServerRuleLabels.html +0 -283
  307. package/docs/types/GuideLinePluginExportType.html +0 -283
  308. package/docs/types/GuideLinePluginType.GuideLineItem.html +0 -356
  309. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +0 -377
  310. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +0 -310
  311. package/docs/types/GuideLinePluginType.GuideLineStyle.html +0 -313
  312. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +0 -313
  313. package/docs/types/GuideLinePluginType.PathItem.html +0 -313
  314. package/docs/types/GuideLinePluginType.PluginData.html +0 -322
  315. package/docs/types/HelperEventMap.html +0 -521
  316. package/docs/types/LoadTagConfig.html +0 -283
  317. package/docs/types/MapviewFloorplanPluginParameterType.html +0 -283
  318. package/docs/types/MapviewFloorplanPluginReturnType.html +0 -283
  319. package/docs/types/MediaData.html +0 -304
  320. package/docs/types/MediaStore.html +0 -288
  321. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +0 -290
  322. package/docs/types/ModelFloorplanPluginParameterType.html +0 -283
  323. package/docs/types/ModelFloorplanPluginReturnType.html +0 -283
  324. package/docs/types/ModelId.html +0 -283
  325. package/docs/types/ModelRoomLabelPluginParameters.html +0 -283
  326. package/docs/types/ModelRoomLabelPluginReturnType.html +0 -283
  327. package/docs/types/MoveArgs.html +0 -293
  328. package/docs/types/MoveOpts.html +0 -291
  329. package/docs/types/Object3DHelperEventMap.html +0 -376
  330. package/docs/types/ObjectFit.html +0 -283
  331. package/docs/types/PaintBrushEventMap.html +0 -314
  332. package/docs/types/PanoCompassPluginData.html +0 -283
  333. package/docs/types/PanoCompassPluginExportType.html +0 -283
  334. package/docs/types/PanoCompassPluginParameterType.html +0 -283
  335. package/docs/types/PanoFloorplanRadarPluginParameterType.html +0 -283
  336. package/docs/types/PanoFloorplanRadarPluginReturnType.html +0 -283
  337. package/docs/types/PanoIndex.html +0 -283
  338. package/docs/types/PanoMeasurePluginEvent.html +0 -283
  339. package/docs/types/PanoMeasureReturnType.html +0 -283
  340. package/docs/types/PanoSpatialTagPluginId.html +0 -283
  341. package/docs/types/PanoTagPluginExportInterface.html +0 -283
  342. package/docs/types/PanoTagPluginParamsInterface.html +0 -283
  343. package/docs/types/PanoVideoPluginParameterType.html +0 -283
  344. package/docs/types/PanoVideoPluginReturnType.html +0 -283
  345. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +0 -291
  346. package/docs/types/PipelinePluginParameterType.html +0 -283
  347. package/docs/types/PipelinePluginReturnType.html +0 -283
  348. package/docs/types/PlaneTag.html +0 -291
  349. package/docs/types/Point2DTag.html +0 -291
  350. package/docs/types/Point3DTag.html +0 -291
  351. package/docs/types/PointTag.html +0 -288
  352. package/docs/types/PointTagInstance.html +0 -288
  353. package/docs/types/Position.html +0 -283
  354. package/docs/types/RotateArgs.html +0 -295
  355. package/docs/types/RotateOpts.html +0 -291
  356. package/docs/types/RuleLabelsKey.html +0 -283
  357. package/docs/types/RuleLabelsValue.html +0 -283
  358. package/docs/types/StickType.html +0 -283
  359. package/docs/types/Tag.html +0 -349
  360. package/docs/types/Tag2D.html +0 -291
  361. package/docs/types/Tag3D.html +0 -291
  362. package/docs/types/TagConfigByKey.html +0 -288
  363. package/docs/types/TagContentType.html +0 -283
  364. package/docs/types/TagContentTypeMapping.html +0 -283
  365. package/docs/types/TagDimensionType.html +0 -285
  366. package/docs/types/TagElement.html +0 -293
  367. package/docs/types/TagEvents.html +0 -336
  368. package/docs/types/TagGLTFObject.html +0 -306
  369. package/docs/types/TagHooks.html +0 -283
  370. package/docs/types/TagId.html +0 -283
  371. package/docs/types/TagInstance.html +0 -361
  372. package/docs/types/TagPointType.html +0 -286
  373. package/docs/types/TagRendererMap.html +0 -290
  374. package/docs/types/TopviewFloorplanPluginParameterType.html +0 -283
  375. package/docs/types/TopviewFloorplanPluginReturnType.html +0 -283
  376. package/docs/types/WorkCode.html +0 -283
  377. package/docs/variables/FLOOR_TYPE_MAP.html +0 -293
  378. package/docs/variables/PLUGIN.html +0 -283
  379. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +0 -286
  380. package/docs/variables/ROOM_TYPE_MAP.html +0 -293
  381. package/docs/variables/defaultGlobalConfig.html +0 -283
  382. package/docs/variables/itemLabelPluginServerParams.html +0 -290
  383. package/docs/variables/modelItemLabelPluginServerParams.html +0 -290
  384. package/docs/variables/modelRoomLabelPluginServerParams.html +0 -290
  385. package/libs/shared-utils/Utils/BaseUtil.d.ts +0 -5
  386. package/libs/shared-utils/Utils/BaseUtil.js +0 -12
  387. package/libs/shared-utils/Utils/WorkUtil.d.ts +0 -33
  388. package/libs/shared-utils/Utils/WorkUtil.js +0 -68
@@ -1,41 +1,40 @@
1
1
  var K = Object.defineProperty, Q = Object.defineProperties;
2
2
  var Y = Object.getOwnPropertyDescriptors;
3
- var R = Object.getOwnPropertySymbols;
3
+ var B = Object.getOwnPropertySymbols;
4
4
  var Z = Object.prototype.hasOwnProperty, ee = Object.prototype.propertyIsEnumerable;
5
- var w = (l, s, e) => s in l ? K(l, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : l[s] = e, k = (l, s) => {
5
+ var w = (a, s, e) => s in a ? K(a, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[s] = e, M = (a, s) => {
6
6
  for (var e in s || (s = {}))
7
- Z.call(s, e) && w(l, e, s[e]);
8
- if (R)
9
- for (var e of R(s))
10
- ee.call(s, e) && w(l, e, s[e]);
11
- return l;
12
- }, _ = (l, s) => Q(l, Y(s));
13
- var p = (l, s, e) => (w(l, typeof s != "symbol" ? s + "" : s, e), e);
7
+ Z.call(s, e) && w(a, e, s[e]);
8
+ if (B)
9
+ for (var e of B(s))
10
+ ee.call(s, e) && w(a, e, s[e]);
11
+ return a;
12
+ }, N = (a, s) => Q(a, Y(s));
13
+ var d = (a, s, e) => (w(a, typeof s != "symbol" ? s + "" : s, e), e);
14
14
  import { defaultGlobalConfig as ie } from "../typings/tag/TagConfig.js";
15
15
  import { objectAssignDeepExports as y } from "../../vendor/object-assign-deep/objectAssignDeep.js";
16
16
  import * as te from "three";
17
17
  import { DefaultConfig as oe } from "../tag.config.js";
18
- import { anyPositionToVector3 as P } from "../../shared-utils/positionToVector3.js";
18
+ import { anyPositionToVector3 as C } from "../../shared-utils/positionToVector3.js";
19
19
  import { planeNormal as E } from "../utils/planeNormal.js";
20
- import { getTagCenterPosition as B } from "../utils/tagPosition.js";
20
+ import { getTagCenterPosition as $ } from "../utils/tagPosition.js";
21
21
  import { normalPositionToPositions as re } from "../utils/normalPositionToPositions.js";
22
22
  import { TagCache as ne } from "./TagCache.js";
23
23
  import { writable as se } from "../../vendor/svelte/store/index.js";
24
24
  import { isIOSWX as fe } from "../../shared-utils/device.js";
25
- import { Five as le } from "@realsee/five";
26
- import { isMediaPlaneTag as ae, isMediaModelTag as N, isPlaneTag as ce, isPoint3DTag as de } from "../utils/tag/tagCheck.js";
25
+ import { Five as ae } from "@realsee/five";
26
+ import { isMediaPlaneTag as ce, isMediaModelTag as z, isPlaneTag as le, isPoint3DTag as de } from "../utils/tag/tagCheck.js";
27
27
  import { VideoPlane as ue } from "../utils/model/mediaPlane.js";
28
- import { FiveDomEvents as me } from "../../shared-utils/five/FiveDomEvents.js";
29
- import $ from "../utils/tag/adaptConfig.js";
30
- import { isPanoramaLike as A, isModelLike as z } from "../../shared-utils/five/mode.js";
28
+ import { FiveDomEvents as pe } from "../../shared-utils/five/FiveDomEvents.js";
29
+ import H from "../utils/tag/adaptConfig.js";
30
+ import { isPanoramaLike as A, isModelLike as J } from "../../shared-utils/five/mode.js";
31
31
  import "hammerjs";
32
32
  import "../../vendor/@tweenjs/tween/dist/tween.esm.js.js";
33
33
  import "../../CSS3DRenderPlugin/utils/three/CSS3DRender.js";
34
34
  import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
35
- import { entries as H } from "../../shared-utils/typescript/entries.js";
36
- import { getUrlExt as J } from "../../shared-utils/url/getUrl.js";
37
- import { transformPosition as G } from "../../shared-utils/five/transformPosition.js";
38
- import { WorkUtil as pe } from "../../shared-utils/Utils/WorkUtil.js";
35
+ import { entries as U } from "../../shared-utils/typescript/entries.js";
36
+ import { getUrlExt as G } from "../../shared-utils/url/getUrl.js";
37
+ import { transformPosition as O } from "../../shared-utils/five/transformPosition.js";
39
38
  import "../../shared-utils/three/centerPoint.js";
40
39
  import "../../base/BasePlugin.js";
41
40
  import "../../shared-utils/Subscribe.js";
@@ -61,26 +60,31 @@ import "../../shared-utils/three/getPositionsByObjectFit.js";
61
60
  import "../../shared-utils/three/FragmentTransparencyMaterial.js";
62
61
  import "../../shared-utils/three/getNormal.js";
63
62
  import "../../shared-utils/five/calculateThreeMouse.js";
64
- import "../../shared-utils/Utils/BaseUtil.js";
65
- class ui extends ne {
63
+ class ci extends ne {
66
64
  constructor(e) {
67
65
  super(e);
68
- p(this, "tags", []);
69
- p(this, "config", oe);
70
- p(this, "workUtil", new pe(this.five));
71
- p(this, "mediaStore", se({
66
+ d(this, "tags", []);
67
+ d(this, "config", oe);
68
+ d(this, "mediaStore", se({
72
69
  currentMediaElement: null
73
70
  }));
74
71
  /** css3DRenderPlugin */
75
- p(this, "css3DRenderPlugin");
76
- p(this, "store", {
72
+ d(this, "css3DRenderPlugin");
73
+ d(this, "store", {
77
74
  disposers: [],
78
75
  disposed: !1,
79
76
  resizeObserverDisposerAdding: !1,
80
77
  css3DRenderDisposer: /* @__PURE__ */ new Map()
81
78
  });
82
- p(this, "domEvents", new me(this.five));
83
- p(this, "loadVideoFirstFrame", () => {
79
+ d(this, "domEvents", new pe(this.five));
80
+ d(this, "_workCode");
81
+ d(this, "getObserverPosition", (e) => {
82
+ var o, t, r;
83
+ const i = (o = this.work) == null ? void 0 : o.observers[e];
84
+ if (i)
85
+ return O(i.position, (r = (t = this.work) == null ? void 0 : t.options) == null ? void 0 : r.transform);
86
+ });
87
+ d(this, "loadVideoFirstFrame", () => {
84
88
  fe && this.hooks.emit("loadVideoFirstFrame");
85
89
  });
86
90
  this.mediaStore.subscribe(({ currentMediaElement: i }) => {
@@ -95,10 +99,15 @@ class ui extends ne {
95
99
  });
96
100
  }
97
101
  set workCode(e) {
98
- this.workUtil.workCode = e;
102
+ this._workCode = e;
99
103
  }
100
104
  get workCode() {
101
- return this.workUtil.workCode;
105
+ var e;
106
+ return (e = this._workCode) != null ? e : this.five.state.workCode;
107
+ }
108
+ get work() {
109
+ var e, i;
110
+ return (i = (e = this.five.works) == null ? void 0 : e.find((o) => o.workCode === this.workCode)) != null ? i : this.five.work;
102
111
  }
103
112
  getTagById(e) {
104
113
  const i = this.tags.find((o) => o.id === e);
@@ -116,9 +125,9 @@ class ui extends ne {
116
125
  * @description: 获取标签配置
117
126
  */
118
127
  getTagConfig(e, i) {
119
- var r, f, a;
120
- const o = this.calculateTagConfig(e, i), t = (r = i == null ? void 0 : i.fiveMode) != null ? r : this.five.getCurrentState().mode, n = (f = o.configWithFiveMode) == null ? void 0 : f[t];
121
- return (a = n != null ? n : o) != null ? a : {};
128
+ var n, f, c;
129
+ const o = this.calculateTagConfig(e, i), t = (n = i == null ? void 0 : i.fiveMode) != null ? n : this.five.getCurrentState().mode, r = (f = o.configWithFiveMode) == null ? void 0 : f[t];
130
+ return (c = r != null ? r : o) != null ? c : {};
122
131
  }
123
132
  /**
124
133
  * @description 获取标签当前状态
@@ -163,15 +172,15 @@ class ui extends ne {
163
172
  return;
164
173
  const t = e.data.mediaData;
165
174
  if (!(!t || t.length === 0) && o.renderType === "Mesh") {
166
- if (ae(e)) {
175
+ if (ce(e)) {
167
176
  if (t.length === 1) {
168
177
  if (t[0].type === "Video")
169
178
  return "Mesh";
170
179
  if (t[0].type === "Image")
171
- return J(t[0].url) === "gif" ? "Dom" : "Mesh";
180
+ return G(t[0].url) === "gif" ? "Dom" : "Mesh";
172
181
  }
173
- } else if (N(e))
174
- return t.length === 1 && t[0].type === "Image" ? J(t[0].url) === "gif" ? "Dom" : "Mesh" : "BehindDom";
182
+ } else if (z(e))
183
+ return t.length === 1 && t[0].type === "Image" ? G(t[0].url) === "gif" ? "Dom" : "Mesh" : "BehindDom";
175
184
  }
176
185
  })();
177
186
  return i != null ? i : "Dom";
@@ -187,16 +196,16 @@ class ui extends ne {
187
196
  if (t.angle !== void 0)
188
197
  return t.angle;
189
198
  {
190
- const n = this.workUtil.getObserverPosition(o);
191
- if (n === void 0)
192
- throw new Error(`getAngle(): observerPosition is ${n}`);
193
- const r = (() => e.stickType === "3DPoint" ? P(e.normal) : E(e.position))();
194
- if (!r)
199
+ const r = this.getObserverPosition(o);
200
+ if (r === void 0)
201
+ throw new Error(`getAngle(): observerPosition is ${r}`);
202
+ const n = (() => e.stickType === "3DPoint" ? C(e.normal) : E(e.position))();
203
+ if (!n)
195
204
  return;
196
- const f = B(e);
205
+ const f = $(e);
197
206
  if (!f)
198
207
  return;
199
- const a = new te.Vector3().copy(n).sub(f), g = r.angleTo(a) * 180 / Math.PI;
208
+ const c = new te.Vector3().copy(r).sub(f), g = n.angleTo(c) * 180 / Math.PI;
200
209
  return t.angle = g, t.angle;
201
210
  }
202
211
  }
@@ -204,47 +213,47 @@ class ui extends ne {
204
213
  * @description: 获取距离
205
214
  */
206
215
  getDistance(e, i) {
207
- const o = k(k({}, this.five.getCurrentState()), i), { panoIndex: t, mode: n } = o, r = A(n) ? this.getPanoIndexCache({ panoIndex: t, id: e.id }) : void 0;
208
- if ((r == null ? void 0 : r.distance) !== void 0)
209
- return r.distance;
210
- const f = B(e);
216
+ const o = M(M({}, this.five.getCurrentState()), i), { panoIndex: t, mode: r } = o, n = A(r) ? this.getPanoIndexCache({ panoIndex: t, id: e.id }) : void 0;
217
+ if ((n == null ? void 0 : n.distance) !== void 0)
218
+ return n.distance;
219
+ const f = $(e);
211
220
  if (!f)
212
221
  return -1;
213
- if (A(n)) {
214
- const a = this.workUtil.getObserverPosition(t);
215
- if (a === void 0)
222
+ if (A(r)) {
223
+ const c = this.getObserverPosition(t);
224
+ if (c === void 0)
216
225
  return -1;
217
- const g = a.distanceTo(f);
218
- return r && (r.distance = g), g;
226
+ const g = c.distanceTo(f);
227
+ return n && (n.distance = g), g;
219
228
  }
220
- if (z(n))
229
+ if (J(r))
221
230
  return this.five.camera.position.distanceTo(f);
222
231
  }
223
232
  getPositions(e) {
224
- if (ce(e))
233
+ if (le(e))
225
234
  return e.position;
226
- if (N(e))
235
+ if (z(e))
227
236
  return e.data.mediaPosition;
228
237
  if (de(e))
229
- return re(this.five.camera.position, P(e.position), P(e.normal));
238
+ return re(this.five.camera.position, C(e.position), C(e.normal));
230
239
  }
231
240
  addObjectClickHandler(e, i, o) {
232
241
  if (!i || !this.domEvents)
233
242
  return () => {
234
243
  };
235
- const t = () => !(!this.getCurrentVisibleState(e) || e.loading), n = (r) => {
244
+ const t = () => !(!this.getCurrentVisibleState(e) || e.loading), r = (n) => {
236
245
  if (!t())
237
246
  return !1;
238
- o(r.origDomEvent);
247
+ o(n.origDomEvent);
239
248
  };
240
- return this.domEvents.addEventListener(i, "click", n), () => {
241
- var r;
242
- (r = this.domEvents) == null || r.removeEventListener(i, "click", n);
249
+ return this.domEvents.addEventListener(i, "click", r), () => {
250
+ var n;
251
+ (n = this.domEvents) == null || n.removeEventListener(i, "click", r);
243
252
  };
244
253
  }
245
254
  getTagNormal(e) {
246
255
  if (e.normal)
247
- return P(e.normal);
256
+ return C(e.normal);
248
257
  if (e.stickType === "Plane")
249
258
  return E(e.position);
250
259
  if (e.stickType === "Model")
@@ -274,10 +283,11 @@ class ui extends ne {
274
283
  });
275
284
  }
276
285
  getTransformedPostion(e) {
286
+ var o, t;
277
287
  if (!e)
278
288
  return;
279
- const i = this.workUtil.transform;
280
- return Array.isArray(e) && e.length === 4 ? e.map(P).map((o) => G(o, i)) : G(P(e), i);
289
+ const i = (t = (o = this.work) == null ? void 0 : o.options) == null ? void 0 : t.transform;
290
+ return Array.isArray(e) && e.length === 4 ? e.map(C).map((r) => O(r, i)) : O(C(e), i);
281
291
  }
282
292
  /**
283
293
  * @description 检查是否已经销毁
@@ -290,50 +300,50 @@ class ui extends ne {
290
300
  * @description: 获取merge后的配置
291
301
  */
292
302
  calculateTagConfig(e, i) {
293
- var O, j, S, I, W, F;
294
- const o = (O = i == null ? void 0 : i.useCache) != null ? O : !0;
303
+ var j, S, I, W, F, V;
304
+ const o = (j = i == null ? void 0 : i.useCache) != null ? j : !0;
295
305
  if (!e)
296
- return (j = this.config.globalConfig) != null ? j : {};
306
+ return (S = this.config.globalConfig) != null ? S : {};
297
307
  if (o) {
298
- if ((S = e == null ? void 0 : e.computedConfig) != null && S._isMerged)
308
+ if ((I = e == null ? void 0 : e.computedConfig) != null && I._isMerged)
299
309
  return e.computedConfig;
300
- if ((I = e == null ? void 0 : e.config) != null && I._isMerged)
310
+ if ((W = e == null ? void 0 : e.config) != null && W._isMerged)
301
311
  return e.config;
302
312
  }
303
- const t = {}, n = {}, r = {};
304
- this.config.contentTypeConfig && Object.entries(this.config.contentTypeConfig).forEach(([d, u]) => {
305
- var L, U;
306
- const c = d, D = c.split("-"), V = d.startsWith("["), T = V ? D[0].slice(1, -1) : void 0, h = V ? D.slice(1) : D, v = T ? ["PanoramaLike", "ModelLike"].includes(T) ? (L = n[T]) != null ? L : n[T] = {} : (U = r[T]) != null ? U : r[T] = {} : t;
307
- if (!v[c]) {
308
- if (h.length === 0 && (v[c] = u), h.length === 1) {
313
+ const t = {}, r = {}, n = {};
314
+ this.config.contentTypeConfig && Object.entries(this.config.contentTypeConfig).forEach(([u, p]) => {
315
+ var _, x;
316
+ const l = u, D = l.split("-"), L = u.startsWith("["), T = L ? D[0].slice(1, -1) : void 0, h = L ? D.slice(1) : D, v = T ? ["PanoramaLike", "ModelLike"].includes(T) ? (_ = r[T]) != null ? _ : r[T] = {} : (x = n[T]) != null ? x : n[T] = {} : t;
317
+ if (!v[l]) {
318
+ if (h.length === 0 && (v[l] = p), h.length === 1) {
309
319
  const [m] = h;
310
- (e.contentType === m || m === "Any") && (v[c] = u);
320
+ (e.contentType === m || m === "Any") && (v[l] = p);
311
321
  }
312
322
  if (h.length === 2) {
313
- const [m = "Any", C = "Any"] = h;
314
- m === "Mixin" && e.contentType === C && (v[c] = u), (e.stickType === m || m === "Any") && (e.contentType === C || C === "Any") && (v[c] = u);
323
+ const [m = "Any", P = "Any"] = h;
324
+ m === "Mixin" && e.contentType === P && (v[l] = p), (e.stickType === m || m === "Any") && (e.contentType === P || P === "Any") && (v[l] = p);
315
325
  }
316
326
  if (h.length === 3) {
317
- const [m = "Any", C, q] = h;
318
- if (C === "Audio" && e.contentType === "Audio") {
319
- const x = e;
320
- (x.stickType === m || m === "Any") && x.data.appearance === q && (v[c] = u);
327
+ const [m = "Any", P, q] = h;
328
+ if (P === "Audio" && e.contentType === "Audio") {
329
+ const R = e;
330
+ (R.stickType === m || m === "Any") && R.data.appearance === q && (v[l] = p);
321
331
  }
322
332
  }
323
333
  }
324
334
  });
325
- const f = (F = (W = e.initialConfig) != null ? W : e.config) != null ? F : {}, a = y({}, ie, this.config.globalConfig, ...Object.values(t)), g = y({}, a, f), M = {}, X = Object.values(le.Mode);
326
- H(n).forEach(([d, u]) => {
327
- X.forEach((c) => {
328
- (d === "PanoramaLike" && A(c) || d === "ModelLike" && z(c)) && (M[c] = y({}, a, ...Object.values(u), f, { _isMerged: !0 }));
335
+ const f = (V = (F = e.initialConfig) != null ? F : e.config) != null ? V : {}, c = y({}, ie, this.config.globalConfig, ...Object.values(t)), g = y({}, c, f), k = {}, X = Object.values(ae.Mode);
336
+ U(r).forEach(([u, p]) => {
337
+ X.forEach((l) => {
338
+ (u === "PanoramaLike" && A(l) || u === "ModelLike" && J(l)) && (k[l] = y({}, c, ...Object.values(p), f, { _isMerged: !0 }));
329
339
  });
330
- }), H(r).forEach(([d, u]) => {
331
- M[d] = y({}, a, ...Object.values(u), f, { _isMerged: !0 });
340
+ }), U(n).forEach(([u, p]) => {
341
+ k[u] = y({}, c, ...Object.values(p), f, { _isMerged: !0 });
332
342
  });
333
- const b = _(k({}, g), { configWithFiveMode: M });
334
- return $(b), Object.values(M).forEach((d) => $(d)), b._isMerged = !0, b;
343
+ const b = N(M({}, g), { configWithFiveMode: k });
344
+ return H(b), Object.values(k).forEach((u) => H(u)), b._isMerged = !0, b;
335
345
  }
336
346
  }
337
347
  export {
338
- ui as TagUtil
348
+ ci as TagUtil
339
349
  };
@@ -90,8 +90,6 @@ import "../utils/tag/adaptConfig.js";
90
90
  import "../../shared-utils/typescript/entries.js";
91
91
  import "../../shared-utils/url/getUrl.js";
92
92
  import "../../shared-utils/five/transformPosition.js";
93
- import "../../shared-utils/Utils/WorkUtil.js";
94
- import "../../shared-utils/Utils/BaseUtil.js";
95
93
  import "../../shared-utils/five/getFloorIndex.js";
96
94
  import "../../shared-utils/safeObj.js";
97
95
  import "../Components/TagContainer.js";
@@ -171,8 +169,8 @@ import "../../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
171
169
  import "../../shared-utils/three/GLTFLoader.js";
172
170
  import "@realsee/five/gltf-loader";
173
171
  import "../../shared-utils/animationFrame/index.js";
174
- const w = "Dnalogel-PanoTagPlugin", Ri = (d) => `${w}--${d}`;
175
- class Bi extends z {
172
+ const w = "Dnalogel-PanoTagPlugin", Ui = (d) => `${w}--${d}`;
173
+ class Ii extends z {
176
174
  constructor(e, t) {
177
175
  super(e);
178
176
  /** state */
@@ -546,7 +544,7 @@ class Bi extends z {
546
544
  }
547
545
  }
548
546
  export {
549
- Bi as PanoTagPluginController,
550
- Bi as default,
551
- Ri as pluginFlag
547
+ Ii as PanoTagPluginController,
548
+ Ii as default,
549
+ Ui as pluginFlag
552
550
  };
@@ -1,7 +1,7 @@
1
1
  import r from "./controller/index.js";
2
- import { pluginFlag as Qt } from "./controller/index.js";
3
- import { defaultGlobalConfig as St } from "./typings/tag/TagConfig.js";
4
- import { ContentType as Vt, DimensionType as Wt, PointType as Xt } from "./Archive/deprecated.js";
2
+ import { pluginFlag as Nt } from "./controller/index.js";
3
+ import { defaultGlobalConfig as Qt } from "./typings/tag/TagConfig.js";
4
+ import { ContentType as St, DimensionType as Ut, PointType as Vt } from "./Archive/deprecated.js";
5
5
  import "three";
6
6
  import "@realsee/five";
7
7
  import "../vendor/object-assign-deep/objectAssignDeep.js";
@@ -61,8 +61,6 @@ import "./utils/tag/adaptConfig.js";
61
61
  import "../shared-utils/typescript/entries.js";
62
62
  import "../shared-utils/url/getUrl.js";
63
63
  import "../shared-utils/five/transformPosition.js";
64
- import "../shared-utils/Utils/WorkUtil.js";
65
- import "../shared-utils/Utils/BaseUtil.js";
66
64
  import "../shared-utils/five/getFloorIndex.js";
67
65
  import "../shared-utils/safeObj.js";
68
66
  import "./Components/TagContainer.js";
@@ -145,14 +143,14 @@ import "@realsee/five/gltf-loader";
145
143
  import "../shared-utils/animationFrame/BetterTween.js";
146
144
  import "../shared-utils/animationFrame/index.js";
147
145
  import "../shared-utils/five/fiveModelLoad.js";
148
- const Mt = (o, t) => new r(o, t);
146
+ const Kt = (o, t) => new r(o, t);
149
147
  export {
150
- Vt as ContentType,
151
- Wt as DimensionType,
152
- Mt as PanoTagPlugin,
148
+ St as ContentType,
149
+ Ut as DimensionType,
150
+ Kt as PanoTagPlugin,
153
151
  r as PanoTagPluginController,
154
- Xt as PointType,
155
- Mt as default,
156
- St as defaultGlobalConfig,
157
- Qt as pluginFlag
152
+ Vt as PointType,
153
+ Kt as default,
154
+ Qt as defaultGlobalConfig,
155
+ Nt as pluginFlag
158
156
  };
@@ -57,7 +57,7 @@ declare abstract class Controller<PluginState extends State, PluginEventMap exte
57
57
  readonly VERSION: string;
58
58
  five: Five;
59
59
  /**
60
- * @description: 插件事件钩子
60
+ * 插件事件钩子
61
61
  */
62
62
  hooks: Subscribe<PluginEventMap>;
63
63
  readonly staticPrefix: string;
@@ -14,10 +14,10 @@ let b = class {
14
14
  /**
15
15
  * @realsee/dnalogel 版本号
16
16
  */
17
- i(this, "VERSION", "3.11.0-dev.0");
17
+ i(this, "VERSION", "3.11.0");
18
18
  i(this, "five");
19
19
  /**
20
- * @description: 插件事件钩子
20
+ * 插件事件钩子
21
21
  */
22
22
  i(this, "hooks", new a());
23
23
  i(this, "staticPrefix", "//vr-image-4.realsee-cdn.cn");