@realsee/dnalogel 3.3.3 → 3.3.5-dev.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 (368) hide show
  1. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +0 -4
  2. package/dist/PanoTagPlugin/controller/TagRender.d.ts +4 -0
  3. package/dist/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
  4. package/dist/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
  5. package/dist/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
  6. package/dist/floorplan/utils/constant.d.ts +2 -0
  7. package/dist/index.cjs.js +50 -50
  8. package/dist/index.js +2670 -2634
  9. package/dist/index.umd.js +42 -42
  10. package/docs/.nojekyll +1 -0
  11. package/docs/assets/highlight.css +120 -0
  12. package/docs/assets/main.js +58 -0
  13. package/docs/assets/search.js +1 -0
  14. package/docs/assets/style.css +1367 -0
  15. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +725 -0
  16. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +678 -0
  17. package/docs/classes/CSS3DRender.html +773 -0
  18. package/docs/classes/CruisePluginController.html +672 -0
  19. package/docs/classes/GuideLineItem.GuideLineItem.html +476 -0
  20. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +856 -0
  21. package/docs/classes/Magnifier.html +480 -0
  22. package/docs/classes/ModelRoomLabelController.html +398 -0
  23. package/docs/classes/Object3DHelperController.html +640 -0
  24. package/docs/classes/PaintBrush.html +502 -0
  25. package/docs/classes/PanoMeasurePluginLine.html +522 -0
  26. package/docs/classes/PanoMeasurePluginModel.html +571 -0
  27. package/docs/classes/PanoMeasurePluginPoint.html +362 -0
  28. package/docs/classes/PanoMeasurePluginPolyline.html +567 -0
  29. package/docs/classes/PanoTagPluginController.html +1077 -0
  30. package/docs/classes/Util.BetterTween.html +416 -0
  31. package/docs/classes/Util.Interval.html +432 -0
  32. package/docs/classes/Util.LineSegments.html +384 -0
  33. package/docs/classes/Util.Magnifier.html +503 -0
  34. package/docs/classes/Util.Object3D.html +406 -0
  35. package/docs/classes/Util.PointDomHelper.html +407 -0
  36. package/docs/classes/Util.PointHelper.html +398 -0
  37. package/docs/classes/Util.PointSelectorHelper.html +454 -0
  38. package/docs/classes/Util.Rectangle.html +455 -0
  39. package/docs/enums/CameraMovementEffect.html +310 -0
  40. package/docs/enums/ContentType.html +446 -0
  41. package/docs/enums/DIRECTION.html +320 -0
  42. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +320 -0
  43. package/docs/enums/DimensionType.html +310 -0
  44. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +313 -0
  45. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +320 -0
  46. package/docs/enums/PaintBrushTypeEnum.html +313 -0
  47. package/docs/enums/PointType.html +310 -0
  48. package/docs/enums/Rotation.html +317 -0
  49. package/docs/functions/AreaMakerPlugin.html +290 -0
  50. package/docs/functions/CSS3DRenderPlugin.html +288 -0
  51. package/docs/functions/CameraMovementPlugin.html +293 -0
  52. package/docs/functions/CruisePlugin.html +290 -0
  53. package/docs/functions/CurrentPanoImagePlugin.html +290 -0
  54. package/docs/functions/GuideLinePlugin.html +290 -0
  55. package/docs/functions/ItemLabelPlugin.html +290 -0
  56. package/docs/functions/MapviewFloorplanPlugin.html +290 -0
  57. package/docs/functions/ModelChassisCompassPlugin.html +293 -0
  58. package/docs/functions/ModelEntryDoorGuidePlugin.html +293 -0
  59. package/docs/functions/ModelFloorplanPlugin.html +290 -0
  60. package/docs/functions/ModelItemLabelPlugin.html +290 -0
  61. package/docs/functions/ModelRoomLabelPlugin.html +288 -0
  62. package/docs/functions/ModelTVVideoPlugin.html +290 -0
  63. package/docs/functions/ModelViewPlugin.html +293 -0
  64. package/docs/functions/Object3DHelperPlugin.html +288 -0
  65. package/docs/functions/PanoCompassPlugin.html +290 -0
  66. package/docs/functions/PanoCursorRaycasterPlugin.html +294 -0
  67. package/docs/functions/PanoDoorLabelPlugin.html +290 -0
  68. package/docs/functions/PanoFloorplanRadarPlugin.html +290 -0
  69. package/docs/functions/PanoMeasurePlugin.html +290 -0
  70. package/docs/functions/PanoRulerPlugin.html +293 -0
  71. package/docs/functions/PanoRulerProPlugin.html +293 -0
  72. package/docs/functions/PanoSpatialTagPlugin.html +293 -0
  73. package/docs/functions/PanoTagPlugin.html +295 -0
  74. package/docs/functions/PanoVideoPlugin.html +299 -0
  75. package/docs/functions/PipelinePlugin.html +288 -0
  76. package/docs/functions/TopviewFloorplanPlugin.html +290 -0
  77. package/docs/functions/Util.absoluteUrl.html +326 -0
  78. package/docs/functions/Util.checkFiveModelLoaded.html +329 -0
  79. package/docs/functions/Util.equal.html +338 -0
  80. package/docs/functions/Util.getCoordsFromClient.html +328 -0
  81. package/docs/functions/Util.getCoordsFromElement.html +328 -0
  82. package/docs/functions/Util.getFrameTime.html +320 -0
  83. package/docs/functions/Util.getIntersectFromRelativePosition.html +328 -0
  84. package/docs/functions/Util.getRaycasterFromFivePointer.html +328 -0
  85. package/docs/functions/Util.isAbsoluteURL.html +321 -0
  86. package/docs/functions/Util.isModelLike.html +321 -0
  87. package/docs/functions/Util.isNil.html +329 -0
  88. package/docs/functions/Util.isPanoramaLike.html +321 -0
  89. package/docs/functions/Util.nextFrame.html +334 -0
  90. package/docs/functions/Util.notNil.html +329 -0
  91. package/docs/functions/Util.requestAnimationFrameInterval.html +350 -0
  92. package/docs/functions/Util.tweenProgress.html +323 -0
  93. package/docs/functions/Util.uuid.html +319 -0
  94. package/docs/functions/pluginFlag.html +288 -0
  95. package/docs/index.html +354 -0
  96. package/docs/interfaces/AddTagConfig.html +303 -0
  97. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +329 -0
  98. package/docs/interfaces/AreaMakerPluginType.Config.html +334 -0
  99. package/docs/interfaces/AreaMakerPluginType.EventMap.html +620 -0
  100. package/docs/interfaces/AreaMakerPluginType.Params.html +333 -0
  101. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +383 -0
  102. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +368 -0
  103. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +333 -0
  104. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +326 -0
  105. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +325 -0
  106. package/docs/interfaces/AreaMakerPluginType.State.html +354 -0
  107. package/docs/interfaces/CSS3DRenderPluginEventMap.html +449 -0
  108. package/docs/interfaces/CSS3DRenderPluginState.html +325 -0
  109. package/docs/interfaces/CameraMovementPluginExportType.html +358 -0
  110. package/docs/interfaces/CruisePluginTypes.Config.html +359 -0
  111. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +361 -0
  112. package/docs/interfaces/CruisePluginTypes.EventMap.html +696 -0
  113. package/docs/interfaces/CruisePluginTypes.MoveAction.html +385 -0
  114. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +421 -0
  115. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +411 -0
  116. package/docs/interfaces/CruisePluginTypes.PluginData.html +351 -0
  117. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +319 -0
  118. package/docs/interfaces/CruisePluginTypes.PluginState.html +408 -0
  119. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +382 -0
  120. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +521 -0
  121. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +323 -0
  122. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +315 -0
  123. package/docs/interfaces/CurrentPanoImagePluginType.State.html +337 -0
  124. package/docs/interfaces/EventMap.html +542 -0
  125. package/docs/interfaces/FloorplanBounding.html +332 -0
  126. package/docs/interfaces/FloorplanData.html +335 -0
  127. package/docs/interfaces/FloorplanEntrance.html +360 -0
  128. package/docs/interfaces/FloorplanExtraObject.html +350 -0
  129. package/docs/interfaces/FloorplanExtraObject3D.html +339 -0
  130. package/docs/interfaces/FloorplanFloorData.html +328 -0
  131. package/docs/interfaces/FloorplanImagePosition.html +314 -0
  132. package/docs/interfaces/FloorplanObserver.html +332 -0
  133. package/docs/interfaces/FloorplanOutlineItem.html +328 -0
  134. package/docs/interfaces/FloorplanPosition.html +314 -0
  135. package/docs/interfaces/FloorplanRoomItem.html +379 -0
  136. package/docs/interfaces/FloorplanRoomLabelItem.html +320 -0
  137. package/docs/interfaces/FloorplanServerBounding.html +332 -0
  138. package/docs/interfaces/FloorplanServerComputedData.html +331 -0
  139. package/docs/interfaces/FloorplanServerData.html +314 -0
  140. package/docs/interfaces/FloorplanServerDoorItem.html +331 -0
  141. package/docs/interfaces/FloorplanServerDoorPosition.html +317 -0
  142. package/docs/interfaces/FloorplanServerEntrance.html +360 -0
  143. package/docs/interfaces/FloorplanServerFloorData.html +328 -0
  144. package/docs/interfaces/FloorplanServerImagePosition.html +314 -0
  145. package/docs/interfaces/FloorplanServerObserver.html +332 -0
  146. package/docs/interfaces/FloorplanServerOutlineItem.html +328 -0
  147. package/docs/interfaces/FloorplanServerPosition.html +314 -0
  148. package/docs/interfaces/FloorplanServerRoomItem.html +391 -0
  149. package/docs/interfaces/FloorplanServerRoomLabelItem.html +320 -0
  150. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +323 -0
  151. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +362 -0
  152. package/docs/interfaces/GuideLinePluginType.EventMap.html +526 -0
  153. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +357 -0
  154. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +348 -0
  155. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +415 -0
  156. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +337 -0
  157. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +347 -0
  158. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +483 -0
  159. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +344 -0
  160. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +483 -0
  161. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +309 -0
  162. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +330 -0
  163. package/docs/interfaces/GuideLinePluginType.PluginState.html +355 -0
  164. package/docs/interfaces/GuideLinePluginType.Route.html +371 -0
  165. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +353 -0
  166. package/docs/interfaces/HelperOffset.html +332 -0
  167. package/docs/interfaces/ImagePlaneGroup.html +306 -0
  168. package/docs/interfaces/ItemLabelPluginData.html +303 -0
  169. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +388 -0
  170. package/docs/interfaces/ItemLabelPluginParametersType.html +324 -0
  171. package/docs/interfaces/MinMax.html +310 -0
  172. package/docs/interfaces/ModelChassisCompassPluginData.html +310 -0
  173. package/docs/interfaces/ModelChassisCompassPluginExportType.html +346 -0
  174. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +310 -0
  175. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +317 -0
  176. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +354 -0
  177. package/docs/interfaces/ModelItemLabelPluginData.html +303 -0
  178. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +388 -0
  179. package/docs/interfaces/ModelItemLabelPluginParametersType.html +310 -0
  180. package/docs/interfaces/ModelRoomLabelPluginData.html +303 -0
  181. package/docs/interfaces/ModelTVVideoPluginData.html +324 -0
  182. package/docs/interfaces/ModelTVVideoPluginExportType.html +348 -0
  183. package/docs/interfaces/ModelTVVideoPluginParameterType.html +303 -0
  184. package/docs/interfaces/ModelViewPluginExportType.html +416 -0
  185. package/docs/interfaces/Object3DHelperState.html +317 -0
  186. package/docs/interfaces/ObjectHelperControllers.html +324 -0
  187. package/docs/interfaces/PaintBrushAction.html +363 -0
  188. package/docs/interfaces/PaintBrushConfigs.html +361 -0
  189. package/docs/interfaces/PaintBrushState.html +345 -0
  190. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +425 -0
  191. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +282 -0
  192. package/docs/interfaces/PanoMeasureParameterType.html +449 -0
  193. package/docs/interfaces/PanoMeasurePluginLineJson.html +317 -0
  194. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +314 -0
  195. package/docs/interfaces/PanoMeasurePluginPointJson.html +310 -0
  196. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +320 -0
  197. package/docs/interfaces/PanoRulerPluginExportType.html +377 -0
  198. package/docs/interfaces/PanoRulerPluginOptions.html +326 -0
  199. package/docs/interfaces/PanoRulerPluginParameterType.html +317 -0
  200. package/docs/interfaces/PanoRulerProPluginExportType.html +353 -0
  201. package/docs/interfaces/PanoRulerProPluginOptions.html +323 -0
  202. package/docs/interfaces/PanoRulerProPluginParameterType.html +310 -0
  203. package/docs/interfaces/PanoRulerProPluginState.html +317 -0
  204. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +296 -0
  205. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +285 -0
  206. package/docs/interfaces/PanoSpatialTagPluginData.html +353 -0
  207. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +335 -0
  208. package/docs/interfaces/PanoSpatialTagPluginExportType.html +431 -0
  209. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +331 -0
  210. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +352 -0
  211. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +338 -0
  212. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +331 -0
  213. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +323 -0
  214. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +341 -0
  215. package/docs/interfaces/PanoVideoPluginType.PluginData.html +314 -0
  216. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +420 -0
  217. package/docs/interfaces/PanoVideoPluginType.PluginState.html +314 -0
  218. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +349 -0
  219. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +368 -0
  220. package/docs/interfaces/Point.html +317 -0
  221. package/docs/interfaces/Room.html +324 -0
  222. package/docs/interfaces/RoomInfo.html +310 -0
  223. package/docs/interfaces/RoomLabel.html +386 -0
  224. package/docs/interfaces/RoomRules.html +285 -0
  225. package/docs/interfaces/Rooms.html +285 -0
  226. package/docs/interfaces/Scissor.html +344 -0
  227. package/docs/interfaces/State.html +331 -0
  228. package/docs/interfaces/TagCacheInterface.html +362 -0
  229. package/docs/interfaces/TagConfig.html +565 -0
  230. package/docs/interfaces/TagGLTFObjectGroup.html +306 -0
  231. package/docs/interfaces/TagIconUrl.html +363 -0
  232. package/docs/interfaces/TagObjectGroup.html +306 -0
  233. package/docs/interfaces/TagStyle.html +316 -0
  234. package/docs/interfaces/Tags.html +2688 -0
  235. package/docs/interfaces/TemporaryState.html +303 -0
  236. package/docs/interfaces/Util.MagnifierParameter.html +391 -0
  237. package/docs/interfaces/Util.MouseGroupParameter.html +350 -0
  238. package/docs/interfaces/Util.PointIntersection.html +365 -0
  239. package/docs/modules/AreaMakerPluginType.html +323 -0
  240. package/docs/modules/CruisePluginTypes.html +328 -0
  241. package/docs/modules/CurrentPanoImagePluginType.html +297 -0
  242. package/docs/modules/GuideLineItem.html +289 -0
  243. package/docs/modules/GuideLineModeItem.html +294 -0
  244. package/docs/modules/GuideLinePluginType.html +350 -0
  245. package/docs/modules/PanoVideoPluginType.html +301 -0
  246. package/docs/modules/Util.html +351 -0
  247. package/docs/modules.html +540 -0
  248. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +331 -0
  249. package/docs/types/AreaMakerPluginType.PluginData.html +301 -0
  250. package/docs/types/AreaMakerPluginType.ServerData.html +301 -0
  251. package/docs/types/ArrayPosition.html +279 -0
  252. package/docs/types/AudioAppearance.html +279 -0
  253. package/docs/types/AudioTagTypeConfigKey.html +279 -0
  254. package/docs/types/CSS3DRenderExportType.html +279 -0
  255. package/docs/types/CSS3DRenderPluginExportType.html +279 -0
  256. package/docs/types/CSS3DRenderPluginParameterType.html +279 -0
  257. package/docs/types/ClassFunctionParameters.html +286 -0
  258. package/docs/types/Color.html +279 -0
  259. package/docs/types/ContentTypeConfigKey.html +279 -0
  260. package/docs/types/ContentTypeConfigKeySplit.html +279 -0
  261. package/docs/types/ContentTypeMap.html +279 -0
  262. package/docs/types/Create3DDomContainerReturnType.html +279 -0
  263. package/docs/types/Create3DElementReturnType.html +279 -0
  264. package/docs/types/CruisePluginExportType.html +279 -0
  265. package/docs/types/CruisePluginTypes.CruiseData.html +318 -0
  266. package/docs/types/CruisePluginTypes.MoveEffect.html +295 -0
  267. package/docs/types/CurrentPanoImagePluginExportType.html +279 -0
  268. package/docs/types/DeprecatedMediaPlaneProperty.html +291 -0
  269. package/docs/types/DeprecatedTagProperty.html +294 -0
  270. package/docs/types/Direction-1.html +279 -0
  271. package/docs/types/Direction4.html +279 -0
  272. package/docs/types/ElementRenderer.html +303 -0
  273. package/docs/types/FloorplanRuleLabels.html +282 -0
  274. package/docs/types/FloorplanServerRuleLabels.html +279 -0
  275. package/docs/types/GuideLinePluginExportType.html +279 -0
  276. package/docs/types/GuideLinePluginType.GuideLineItem.html +352 -0
  277. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +373 -0
  278. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +306 -0
  279. package/docs/types/GuideLinePluginType.GuideLineStyle.html +309 -0
  280. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +309 -0
  281. package/docs/types/GuideLinePluginType.PathItem.html +309 -0
  282. package/docs/types/GuideLinePluginType.PluginData.html +318 -0
  283. package/docs/types/HelperEventMap.html +517 -0
  284. package/docs/types/LoadTagConfig.html +279 -0
  285. package/docs/types/MapviewFloorplanPluginParameterType.html +279 -0
  286. package/docs/types/MapviewFloorplanPluginReturnType.html +279 -0
  287. package/docs/types/MediaData.html +295 -0
  288. package/docs/types/MediaStore.html +284 -0
  289. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +286 -0
  290. package/docs/types/ModelFloorplanPluginParameterType.html +279 -0
  291. package/docs/types/ModelFloorplanPluginReturnType.html +279 -0
  292. package/docs/types/ModelId.html +279 -0
  293. package/docs/types/ModelRoomLabelPluginParameters.html +279 -0
  294. package/docs/types/ModelRoomLabelPluginReturnType.html +279 -0
  295. package/docs/types/MoveArgs.html +289 -0
  296. package/docs/types/MoveOpts.html +287 -0
  297. package/docs/types/Object3DHelperEventMap.html +372 -0
  298. package/docs/types/ObjectFit.html +279 -0
  299. package/docs/types/PaintBrushEventMap.html +310 -0
  300. package/docs/types/PanoCompassPluginData.html +279 -0
  301. package/docs/types/PanoCompassPluginExportType.html +279 -0
  302. package/docs/types/PanoCompassPluginParameterType.html +279 -0
  303. package/docs/types/PanoFloorplanRadarPluginParameterType.html +279 -0
  304. package/docs/types/PanoFloorplanRadarPluginReturnType.html +279 -0
  305. package/docs/types/PanoIndex.html +279 -0
  306. package/docs/types/PanoMeasurePluginEvent.html +279 -0
  307. package/docs/types/PanoMeasureReturnType.html +279 -0
  308. package/docs/types/PanoSpatialTagPluginId.html +279 -0
  309. package/docs/types/PanoTagPluginExportInterface.html +279 -0
  310. package/docs/types/PanoTagPluginParamsInterface.html +279 -0
  311. package/docs/types/PanoVideoPluginParameterType.html +279 -0
  312. package/docs/types/PanoVideoPluginReturnType.html +279 -0
  313. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +287 -0
  314. package/docs/types/PipelinePluginParameterType.html +279 -0
  315. package/docs/types/PipelinePluginReturnType.html +279 -0
  316. package/docs/types/PlaneTag.html +287 -0
  317. package/docs/types/Point2DTag.html +287 -0
  318. package/docs/types/Point3DTag.html +287 -0
  319. package/docs/types/PointTag.html +284 -0
  320. package/docs/types/PointTagInstance.html +284 -0
  321. package/docs/types/Position.html +279 -0
  322. package/docs/types/RotateArgs.html +291 -0
  323. package/docs/types/RotateOpts.html +287 -0
  324. package/docs/types/RuleLabelsKey.html +279 -0
  325. package/docs/types/RuleLabelsValue.html +279 -0
  326. package/docs/types/StickType.html +279 -0
  327. package/docs/types/Tag.html +345 -0
  328. package/docs/types/Tag2D.html +287 -0
  329. package/docs/types/Tag3D.html +287 -0
  330. package/docs/types/TagConfigByKey.html +284 -0
  331. package/docs/types/TagContentType.html +279 -0
  332. package/docs/types/TagDimensionType.html +281 -0
  333. package/docs/types/TagElement.html +289 -0
  334. package/docs/types/TagEvents.html +332 -0
  335. package/docs/types/TagGLTFObject.html +302 -0
  336. package/docs/types/TagHooks.html +279 -0
  337. package/docs/types/TagId.html +279 -0
  338. package/docs/types/TagInstance.html +355 -0
  339. package/docs/types/TagPointType.html +282 -0
  340. package/docs/types/TagRendererMap.html +284 -0
  341. package/docs/types/TopviewFloorplanPluginParameterType.html +279 -0
  342. package/docs/types/TopviewFloorplanPluginReturnType.html +279 -0
  343. package/docs/types/WorkCode.html +279 -0
  344. package/docs/variables/FLOOR_TYPE_MAP.html +289 -0
  345. package/docs/variables/PLUGIN.html +279 -0
  346. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +282 -0
  347. package/docs/variables/ROOM_TYPE_MAP.html +289 -0
  348. package/docs/variables/defaultGlobalConfig.html +279 -0
  349. package/docs/variables/itemLabelPluginServerParams.html +286 -0
  350. package/docs/variables/modelItemLabelPluginServerParams.html +286 -0
  351. package/docs/variables/modelRoomLabelPluginServerParams.html +286 -0
  352. package/libs/PanoTagPlugin/Components/TagItem.js +287 -255
  353. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +0 -4
  354. package/libs/PanoTagPlugin/controller/TagComputer.js +116 -135
  355. package/libs/PanoTagPlugin/controller/TagRender.d.ts +4 -0
  356. package/libs/PanoTagPlugin/controller/TagRender.js +90 -71
  357. package/libs/base/BasePlugin.js +1 -1
  358. package/libs/floorplan/MapviewFloorplanPlugin/Controller.d.ts +1 -1
  359. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +48 -46
  360. package/libs/floorplan/ModelFloorplanPlugin/Controller.d.ts +1 -1
  361. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +42 -40
  362. package/libs/floorplan/TopviewFloorplanPlugin/Controller.d.ts +1 -1
  363. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +2 -2
  364. package/libs/floorplan/utils/constant.d.ts +2 -0
  365. package/libs/floorplan/utils/constant.js +1 -1
  366. package/libs/floorplan/utils/correctFiveState.js +9 -10
  367. package/libs/shared-utils/logger.js +1 -1
  368. package/package.json +2 -2
@@ -9,9 +9,9 @@ var v = (d, s, t) => s in d ? A(d, s, { enumerable: !0, configurable: !0, writab
9
9
  for (var t of w(s))
10
10
  P.call(s, t) && v(d, t, s[t]);
11
11
  return d;
12
- }, m = (d, s) => C(d, S(s));
12
+ }, g = (d, s) => C(d, S(s));
13
13
  var o = (d, s, t) => (v(d, typeof s != "symbol" ? s + "" : s, t), t);
14
- var u = (d, s, t) => new Promise((e, i) => {
14
+ var c = (d, s, t) => new Promise((e, i) => {
15
15
  var n = (a) => {
16
16
  try {
17
17
  r(t.next(a));
@@ -36,9 +36,9 @@ import { omit as _ } from "../../shared-utils/filter.js";
36
36
  import { getPxmm as L } from "../../shared-utils/getPxmm.js";
37
37
  import { FLOOR_PLAN_ATTACHED_TO as O } from "../constant.js";
38
38
  import { Controller as D } from "../../base/BasePluginWithData.js";
39
- import { checkShowState as k, correctFiveState as T } from "../utils/correctFiveState.js";
39
+ import { correctFiveState as T } from "../utils/correctFiveState.js";
40
40
  import { changeModelCanvasOpacity as F } from "../../shared-utils/changeModelCanvasOpacity.js";
41
- import { FIVE_CAMERA_DEFAULT_FOV as H, FloorplanErrorType as g, SHOW_ANIME_DURATION as G } from "../utils/constant.js";
41
+ import { FIVE_CAMERA_DEFAULT_FOV as k, FloorplanErrorType as p, SHOW_ANIME_DURATION as H } from "../utils/constant.js";
42
42
  import "../../shared-utils/isTruelyObject.js";
43
43
  import "../../vendor/svelte/internal/index.js";
44
44
  import "../../vendor/svelte/transition/index.js";
@@ -92,17 +92,17 @@ import "../../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
92
92
  import "../../shared-utils/url/absoluteUrl.js";
93
93
  import "../../shared-utils/nearlyEqual.js";
94
94
  import "../../shared-utils/five/changeMode.js";
95
- function W(d) {
95
+ function R(d) {
96
96
  const { latitude: s, longitude: t } = d, e = Math.abs(s - Math.PI / 2) > 5 * Math.PI / 180, i = t > 5 * (Math.PI / 180) && t < 355 * (Math.PI / 180);
97
97
  return e || i;
98
98
  }
99
- function R(d) {
99
+ function G(d) {
100
100
  const { latitude: s, longitude: t } = d, e = Math.abs(s - Math.PI / 2) < 10 * Math.PI / 180, i = t < 30 * (Math.PI / 180) || t > 330 * (Math.PI / 180);
101
101
  return e && i;
102
102
  }
103
- class Yt extends D {
103
+ class Xt extends D {
104
104
  constructor(t, e) {
105
- var a, f, c;
105
+ var a, f, m;
106
106
  super(t);
107
107
  // =============== public properties =================
108
108
  o(this, "name", "modelFloorplanPlugin");
@@ -151,22 +151,22 @@ class Yt extends D {
151
151
  * @param opts.isAutoShow 是否是自动展示
152
152
  * @param opts.userAction 是否是用户行为
153
153
  */
154
- o(this, "show", (...e) => u(this, [...e], function* (t = {}) {
154
+ o(this, "show", (...e) => c(this, [...e], function* (t = {}) {
155
155
  if (!this.state.enabled || !this.showPromise && this.state.visible)
156
156
  return;
157
157
  const i = t.userAction !== void 0 ? t.userAction : !0;
158
158
  this.updateState({ visible: !0 }, i), this._show(t);
159
159
  }));
160
160
  /** 隐藏户型图 */
161
- o(this, "hide", (...e) => u(this, [...e], function* (t = {}) {
161
+ o(this, "hide", (...e) => c(this, [...e], function* (t = {}) {
162
162
  this.state.enabled && (this.isHiddenByHideFunc = !0, this.state.visible !== !1 && (this.updateState({ visible: !1 }, t.userAction || !0), this._hide(t)));
163
163
  }));
164
164
  /** 更新户型图大小 */
165
165
  o(this, "updateSize", () => {
166
- if (!this.data || !k(this.five, this.showState) || !this.container || !this.wrapper)
167
- return;
166
+ if (!this.data || !this.container || !this.wrapper)
167
+ return !1;
168
168
  const { min: t, max: e } = this.data.bounding, i = e.x - t.x, n = e.y - t.y, h = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, r = L(this.five, this.wrapper, this.floorIndex, h), a = Math.ceil(i * r), f = Math.ceil(n * r);
169
- this.size.width === a && this.size.height === f || (this.container.style.width = a + "px", this.container.style.height = f + "px", this.size = { width: a, height: f });
169
+ return this.size.width === a && this.size.height === f || (this.container.style.width = a + "px", this.container.style.height = f + "px", this.size = { width: a, height: f }), !0;
170
170
  });
171
171
  o(this, "highlight", (t) => {
172
172
  this.state.config.highlightEnable && (this.highlightData = t, this.render());
@@ -177,20 +177,20 @@ class Yt extends D {
177
177
  o(this, "_disable", (t) => {
178
178
  var i, n, h;
179
179
  const { userAction: e } = t;
180
- this.hooks.emit("disable", { userAction: e }), (i = this.showRejection) == null || i.call(this, g.BreakOffByDisable), this.showPromise = void 0, (n = this.app) == null || n.$destroy(), this.app = void 0, (h = this.container) == null || h.remove(), this.removeEventListener();
180
+ this.hooks.emit("disable", { userAction: e }), (i = this.showRejection) == null || i.call(this, p.BreakOffByDisable), this.showPromise = void 0, (n = this.app) == null || n.$destroy(), this.app = void 0, (h = this.container) == null || h.remove(), this.removeEventListener();
181
181
  });
182
182
  o(this, "_enable", (t) => {
183
183
  const { userAction: e } = t;
184
184
  this.addEventListener(), this.wrapper && (this.wrapper.append(this.container), this.hooks.emit("enable", { userAction: e }), this.state.visible && this._show({ userAction: e }));
185
185
  });
186
- o(this, "_show", (t) => u(this, null, function* () {
186
+ o(this, "_show", (t) => c(this, null, function* () {
187
187
  var h;
188
188
  if (!this.state.enabled)
189
189
  return;
190
190
  if (!((h = this.five.model) != null && h.loaded))
191
- throw new Error(g.ModelNotLoaded);
191
+ throw new Error(p.ModelNotLoaded);
192
192
  if (!this.data)
193
- throw new Error(g.DataNotLoaded);
193
+ throw new Error(p.DataNotLoaded);
194
194
  if (this.showPromise)
195
195
  return this.showPromise;
196
196
  const e = {
@@ -199,22 +199,24 @@ class Yt extends D {
199
199
  immediately: !1,
200
200
  isAutoShow: !1,
201
201
  userAction: !0
202
- }, i = l(l({}, e), t), n = () => u(this, null, function* () {
202
+ }, i = l(l({}, e), t), n = () => c(this, null, function* () {
203
203
  this.hooks.emit("show", { userAction: i.userAction, auto: i.isAutoShow });
204
204
  let r = !1, a;
205
- this.showRejection = (c) => {
206
- r = !0, a = c;
205
+ this.showRejection = (u) => {
206
+ r = !0, a = u;
207
207
  };
208
208
  const [f] = yield I(T(this.five, this.showState, i.userAction));
209
209
  if (f)
210
210
  throw f;
211
211
  if (r)
212
- throw a ? new Error(a) : new Error(g.UnknownError);
213
- this.updateSize(), this.floorIndex = i.floorIndex, this.five.model.show(this.floorIndex);
212
+ throw a ? new Error(a) : new Error(p.UnknownError);
213
+ if (!this.updateSize())
214
+ throw new Error(p.UpdateSizeError);
215
+ this.floorIndex = i.floorIndex, this.five.model.show(this.floorIndex);
214
216
  });
215
217
  return this.isHiddenByHideFunc = !1, this.showPromise = n().then(() => {
216
218
  this.showPromise = void 0, this.showRejection = void 0;
217
- const r = i.modelOpacity, a = i.immediately ? 0 : G;
219
+ const r = i.modelOpacity, a = i.immediately ? 0 : H;
218
220
  F(this.five, r, a), this.render(a), this.hooks.emit("showAnimationEnded", {
219
221
  auto: i.isAutoShow,
220
222
  userAction: i.userAction
@@ -226,7 +228,7 @@ class Yt extends D {
226
228
  }));
227
229
  o(this, "_hide", (t) => {
228
230
  var n;
229
- (n = this.showRejection) == null || n.call(this, g.BreakOffByHide), this.showPromise = void 0;
231
+ (n = this.showRejection) == null || n.call(this, p.BreakOffByHide), this.showPromise = void 0;
230
232
  const i = l(l({}, {
231
233
  userAction: !0,
232
234
  isAutoHide: !1
@@ -257,7 +259,7 @@ class Yt extends D {
257
259
  if (!e || this.state.config.autoShowEnable === !1 || this.isHiddenByHideFunc)
258
260
  return;
259
261
  const i = this.five.getCurrentState();
260
- i.mode === "Floorplan" && (this.state.visible || R(i) && (this.updateState({ visible: !0 }, !0), this._show({ isAutoShow: !0 })));
262
+ i.mode === "Floorplan" && (this.state.visible || G(i) && (this.updateState({ visible: !0 }, !0), this._show({ isAutoShow: !0 })));
261
263
  });
262
264
  /** panoIndex 改变时,更新 floorIndex */
263
265
  o(this, "onFivePanoArrived", (t) => {
@@ -269,7 +271,7 @@ class Yt extends D {
269
271
  if (!this.state.visible || this.showPromise)
270
272
  return;
271
273
  const i = this.five.getCurrentState();
272
- W(i) && (this.updateState({ visible: !1 }, e), this._hide({ userAction: e, isAutoHide: !0 }));
274
+ R(i) && (this.updateState({ visible: !1 }, e), this._hide({ userAction: e, isAutoHide: !0 }));
273
275
  });
274
276
  /** 在户型图展示时阻止多指操作, 阻止鼠标放大 */
275
277
  o(this, "onFiveWantsGesture", (t, e) => {
@@ -302,12 +304,12 @@ class Yt extends D {
302
304
  mode: "Floorplan",
303
305
  longitude: 0,
304
306
  latitude: Math.PI / 2,
305
- fov: H / ((a = e == null ? void 0 : e.scale) != null ? a : 1)
307
+ fov: k / ((a = e == null ? void 0 : e.scale) != null ? a : 1)
306
308
  }, this.defaultMissingFloorConfig = {
307
309
  imageURL: this.staticPrefix + "/release/web/saas/missing-floorplan.e274c596.png",
308
310
  imageWidth: 200,
309
311
  imageHeight: 120,
310
- text: (c = (f = e.i18n) == null ? void 0 : f.call(e, "暂无平面图")) != null ? c : "暂无平面图",
312
+ text: (m = (f = e.i18n) == null ? void 0 : f.call(e, "暂无平面图")) != null ? m : "暂无平面图",
311
313
  textFontSize: 14
312
314
  };
313
315
  const i = {
@@ -327,16 +329,16 @@ class Yt extends D {
327
329
  attachedTo: O.BOUNDING_CENTER,
328
330
  getLabelElement: void 0,
329
331
  missingFloorConfig: l(l({}, this.defaultMissingFloorConfig), e.missingFloorConfig),
330
- i18n: (p) => p,
331
- getRoomAreaText: (p) => (p / 1e6).toFixed(1) + "㎡",
332
- getRuleDistanceText: (p) => p.toString()
333
- }, n = e ? _(e, ["selector", "scale"]) : {}, h = l(l({}, i.missingFloorConfig), n.missingFloorConfig), r = m(l(l({}, i), n), { missingFloorConfig: h });
332
+ i18n: (u) => u,
333
+ getRoomAreaText: (u) => (u / 1e6).toFixed(1) + "㎡",
334
+ getRuleDistanceText: (u) => u.toString()
335
+ }, n = e ? _(e, ["selector", "scale"]) : {}, h = l(l({}, i.missingFloorConfig), n.missingFloorConfig), r = g(l(l({}, i), n), { missingFloorConfig: h });
334
336
  this.state = { enabled: !0, visible: !1, config: r }, this.initContainer(), t.model.loaded ? this.onFiveModelLoaded() : t.once("modelLoaded", this.onFiveModelLoaded), t.once("dispose", this.dispose), this.addEventListener();
335
337
  }
336
338
  load(t, e, i = !0) {
337
- return u(this, null, function* () {
338
- function n(c) {
339
- return Object.prototype.hasOwnProperty.apply(c, ["version"]);
339
+ return c(this, null, function* () {
340
+ function n(m) {
341
+ return Object.prototype.hasOwnProperty.apply(m, ["version"]);
340
342
  }
341
343
  const h = t;
342
344
  h && !h.version && console.warn("传入 serverData.data 的方式后续可能不再支持,请把 serverData 整体传入 load 函数");
@@ -376,14 +378,14 @@ class Yt extends D {
376
378
  this.updateState({ config: t }, e), this.render();
377
379
  }
378
380
  formatData(t) {
379
- return u(this, null, function* () {
381
+ return c(this, null, function* () {
380
382
  return yield b(t.data);
381
383
  });
382
384
  }
383
385
  updateState(t, e) {
384
386
  var r;
385
- const i = this.state, n = (r = t.config) != null && r.missingFloorConfig ? l(l({}, i.config.missingFloorConfig), t.config.missingFloorConfig) : i.config.missingFloorConfig, h = t.config ? m(l(l({}, i.config), t.config), { missingFloorConfig: n }) : i.config;
386
- this.state = m(l(l({}, this.state), t), { config: h }), !M(this.state, i, { deep: !0 }) && this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: e });
387
+ const i = this.state, n = (r = t.config) != null && r.missingFloorConfig ? l(l({}, i.config.missingFloorConfig), t.config.missingFloorConfig) : i.config.missingFloorConfig, h = t.config ? g(l(l({}, i.config), t.config), { missingFloorConfig: n }) : i.config;
388
+ this.state = g(l(l({}, this.state), t), { config: h }), !M(this.state, i, { deep: !0 }) && this.hooks.emit("stateChange", { state: this.state, prevState: i, userAction: e });
387
389
  }
388
390
  /** 如果用户是通过 selector 设置父容器,需要在 modelLoaded 之后把 container 自动放到父容器里
389
391
  *
@@ -412,7 +414,7 @@ class Yt extends D {
412
414
  render(t) {
413
415
  if (!this.state.enabled || !this.container || !this.data || this.size.width === 0 || this.showPromise)
414
416
  return;
415
- const e = m(l({}, this.state.config), {
417
+ const e = g(l({}, this.state.config), {
416
418
  visible: this.state.visible,
417
419
  duration: t != null ? t : 0,
418
420
  panoIndex: this.panoIndex,
@@ -427,5 +429,5 @@ class Yt extends D {
427
429
  }
428
430
  }
429
431
  export {
430
- Yt as Controller
432
+ Xt as Controller
431
433
  };
@@ -30,7 +30,7 @@ export declare class Controller extends BasePlugin.Controller<State, EventMap, P
30
30
  constructor(five: Five, params?: Parameters);
31
31
  load(serverData: PluginServerData | FloorplanServerData, state?: Partial<State>, userAction?: boolean): Promise<void>;
32
32
  /** 更新户型图大小 */
33
- updateSize: () => void;
33
+ updateSize: () => boolean;
34
34
  /** 更新户型图位置 */
35
35
  updatePosition(): void;
36
36
  /** 把插件的渲染DOM插入到对应的容器中去 */
@@ -121,9 +121,9 @@ class Bt extends M {
121
121
  /** 更新户型图大小 */
122
122
  o(this, "updateSize", () => {
123
123
  if (!this.data || !this.container || !this.wrapper || this.five.getCurrentState().mode !== "Topview")
124
- return;
124
+ return !1;
125
125
  const { min: t, max: e } = this.data.bounding, i = e.x - t.x, s = e.y - t.y, r = this.state.config.attachedTo ? { attachedTo: this.state.config.attachedTo } : void 0, a = P(this.five, this.wrapper, this.floorIndex, r), h = Math.ceil(i * a), c = Math.ceil(s * a);
126
- this.size.width === h && this.size.height === c || (this.container.style.width = h + "px", this.container.style.height = c + "px", this.size = { width: h, height: c });
126
+ return this.size.width === h && this.size.height === c || (this.container.style.width = h + "px", this.container.style.height = c + "px", this.size = { width: h, height: c }), !0;
127
127
  });
128
128
  /** 销毁插件 */
129
129
  o(this, "dispose", () => {
@@ -3,6 +3,8 @@ export declare const enum FloorplanErrorType {
3
3
  UnknownError = "UnknownError",
4
4
  /** 数据未加载 */
5
5
  DataNotLoaded = "DataNotLoaded",
6
+ /** 更新户型图大小失败 */
7
+ UpdateSizeError = "UpdateSizeError",
6
8
  /** 展示过程被隐藏打断 */
7
9
  BreakOffByHide = "BreakOffByHide",
8
10
  /** 展示过程中插件被禁用 */
@@ -1,4 +1,4 @@
1
- var a = /* @__PURE__ */ ((e) => (e.UnknownError = "UnknownError", e.DataNotLoaded = "DataNotLoaded", e.BreakOffByHide = "BreakOffByHide", e.BreakOffByDisable = "BreakOffByDisable", e.ModelNotLoaded = "ModelNotLoaded", e.ChangeModeError = "ChangeModeError", e.UpdateCameraError = "UpdateCameraError", e))(a || {});
1
+ var a = /* @__PURE__ */ ((e) => (e.UnknownError = "UnknownError", e.DataNotLoaded = "DataNotLoaded", e.UpdateSizeError = "UpdateSizeError", e.BreakOffByHide = "BreakOffByHide", e.BreakOffByDisable = "BreakOffByDisable", e.ModelNotLoaded = "ModelNotLoaded", e.ChangeModeError = "ChangeModeError", e.UpdateCameraError = "UpdateCameraError", e))(a || {});
2
2
  const d = 500, t = 80;
3
3
  export {
4
4
  t as FIVE_CAMERA_DEFAULT_FOV,
@@ -1,4 +1,4 @@
1
- var c = (e, t, o) => new Promise((m, n) => {
1
+ var l = (e, t, o) => new Promise((m, n) => {
2
2
  var i = (r) => {
3
3
  try {
4
4
  u(o.next(r));
@@ -14,26 +14,26 @@ var c = (e, t, o) => new Promise((m, n) => {
14
14
  }, u = (r) => r.done ? m(r.value) : Promise.resolve(r.value).then(i, a);
15
15
  u((o = o.apply(e, t)).next());
16
16
  });
17
- import { to as l } from "../../shared-utils/to.js";
17
+ import { to as s } from "../../shared-utils/to.js";
18
18
  import { FloorplanErrorType as p } from "./constant.js";
19
- import { nearlyEqual as s } from "../../shared-utils/nearlyEqual.js";
19
+ import { nearlyEqual as d } from "../../shared-utils/nearlyEqual.js";
20
20
  import { changeMode as M } from "../../shared-utils/five/changeMode.js";
21
21
  import { omit as g } from "../../shared-utils/filter.js";
22
22
  function h(e, t) {
23
23
  if (e.currentMode !== t.mode)
24
24
  return !1;
25
25
  const { latitude: o, longitude: m, fov: n, offset: i } = t, { latitude: a, longitude: u, offset: r } = e.getCurrentState(), f = e.camera.fov;
26
- return !(!s(o, a, 2) || !s(m, u, 2) || i !== void 0 && i.distanceTo(r) > 0.01 || n !== f);
26
+ return !(!d(o, a, 2) || !d(m, u, 2) || i !== void 0 && i.distanceTo(r) > 0.01 || !d(n, f, 2));
27
27
  }
28
28
  function b(e, t, o = !0) {
29
- return c(this, null, function* () {
29
+ return l(this, null, function* () {
30
30
  if (h(e, t) === !0)
31
31
  return;
32
32
  const n = e.getCurrentState();
33
33
  if (n.mode !== t.mode) {
34
- const [d] = yield l(M(e, [t.mode, t, void 0, o]));
35
- if (d)
36
- throw d;
34
+ const [c] = yield s(M(e, [t.mode, t, void 0, o]));
35
+ if (c)
36
+ throw c;
37
37
  return;
38
38
  }
39
39
  const { latitude: i, longitude: a, fov: u } = n, r = Math.min(
@@ -44,12 +44,11 @@ function b(e, t, o = !0) {
44
44
  (a > Math.PI ? 2 * Math.PI - a : a) * 500,
45
45
  typeof t.fov == "number" ? Math.abs(u - t.fov) * 10 : 1 / 0
46
46
  )
47
- ), [f] = yield l(e.updateCamera(g(t, ["mode"]), r, o));
47
+ ), [f] = yield s(e.updateCamera(g(t, ["mode"]), r, o));
48
48
  if (f)
49
49
  throw new Error(p.UpdateCameraError);
50
50
  });
51
51
  }
52
52
  export {
53
- h as checkShowState,
54
53
  b as correctFiveState
55
54
  };
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv3.3.3",
3
+ "%c %c@realsee/dnalogel %cv3.3.5-dev.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
@@ -7,7 +7,7 @@
7
7
  "repository": "https://github.com/realsee-developer/dnalogel.git",
8
8
  "description": "如视 VR 看房插件合集",
9
9
  "private": false,
10
- "version": "3.3.3",
10
+ "version": "3.3.5-dev.0",
11
11
  "license": "SEE LICENSE IN TERMS.txt",
12
12
  "scripts": {
13
13
  "clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@babel/core": "^7.22.9",
39
- "@realsee/five": "6.0.0-alpha.34",
39
+ "@realsee/five": "6.0.0-alpha.37",
40
40
  "@sveltejs/vite-plugin-svelte": "^2.4.2",
41
41
  "@tsconfig/svelte": "^4.0.1",
42
42
  "@tweenjs/tween.js": "^20.0.3",