@realsee/dnalogel 2.27.1 → 2.28.0-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 (350) hide show
  1. package/dist/floorplan/FloorplanRoomsPlugin/BasePlugin.d.ts +114 -0
  2. package/dist/floorplan/FloorplanRoomsPlugin/BasePluginWithData.d.ts +23 -0
  3. package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.svelte.d.ts +1 -0
  4. package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.svelte.d.ts +1 -0
  5. package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.svelte.d.ts +1 -0
  6. package/dist/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.svelte.d.ts +1 -0
  7. package/dist/floorplan/FloorplanRoomsPlugin/Components/Main.svelte.d.ts +1 -0
  8. package/dist/floorplan/FloorplanRoomsPlugin/Controller.d.ts +40 -0
  9. package/dist/floorplan/FloorplanRoomsPlugin/index.d.ts +6 -0
  10. package/dist/floorplan/FloorplanRoomsPlugin/typing.d.ts +60 -0
  11. package/dist/floorplan/index.d.ts +1 -0
  12. package/dist/index.cjs.js +67 -67
  13. package/dist/index.js +6888 -5937
  14. package/dist/index.umd.js +60 -60
  15. package/docs/assets/search.js +1 -1
  16. package/docs/classes/CSS3DRender.html +33 -30
  17. package/docs/classes/CruisePluginController.html +28 -25
  18. package/docs/classes/GuideLineItem.GuideLineItem.html +22 -19
  19. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +37 -34
  20. package/docs/classes/Magnifier.html +22 -19
  21. package/docs/classes/ModelRoomLabelController.html +13 -10
  22. package/docs/classes/Object3DHelperController.html +27 -24
  23. package/docs/classes/PaintBrush.html +17 -14
  24. package/docs/classes/PanoMeasurePluginLine.html +29 -26
  25. package/docs/classes/PanoMeasurePluginModel.html +29 -26
  26. package/docs/classes/PanoMeasurePluginPoint.html +13 -10
  27. package/docs/classes/PanoMeasurePluginPolyline.html +29 -26
  28. package/docs/classes/PanoTagPluginController.html +49 -46
  29. package/docs/classes/Util.BetterTween.html +11 -8
  30. package/docs/classes/Util.Interval.html +14 -11
  31. package/docs/classes/Util.Magnifier.html +22 -19
  32. package/docs/classes/Util.PointDomHelper.html +13 -10
  33. package/docs/classes/Util.PointHelper.html +13 -10
  34. package/docs/classes/Util.PointSelectorHelper.html +18 -15
  35. package/docs/classes/Util.Rectangle.html +15 -12
  36. package/docs/enums/CameraMovementEffect.html +9 -6
  37. package/docs/enums/ContentType.html +22 -19
  38. package/docs/enums/DIRECTION.html +11 -8
  39. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +11 -8
  40. package/docs/enums/DimensionType.html +9 -6
  41. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +10 -7
  42. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +11 -8
  43. package/docs/enums/PaintBrushTypeEnum.html +10 -7
  44. package/docs/enums/PointType.html +9 -6
  45. package/docs/enums/Rotation.html +10 -7
  46. package/docs/functions/CSS3DRenderPlugin.html +6 -3
  47. package/docs/functions/CameraMovementPlugin.html +6 -3
  48. package/docs/functions/CruisePlugin.html +6 -3
  49. package/docs/functions/FloorplanRoomsPlugin.html +285 -0
  50. package/docs/functions/GuideLinePlugin.html +7 -4
  51. package/docs/functions/ItemLabelPlugin.html +6 -3
  52. package/docs/functions/MapviewFloorplanPlugin.html +6 -3
  53. package/docs/functions/ModelChassisCompassPlugin.html +6 -3
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -3
  55. package/docs/functions/ModelFloorplanPlugin.html +6 -3
  56. package/docs/functions/ModelItemLabelPlugin.html +6 -3
  57. package/docs/functions/ModelRoomLabelPlugin.html +6 -3
  58. package/docs/functions/ModelTVVideoPlugin.html +6 -3
  59. package/docs/functions/ModelViewPlugin.html +6 -3
  60. package/docs/functions/Object3DHelperPlugin.html +6 -3
  61. package/docs/functions/PanoCompassPlugin.html +6 -3
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -3
  63. package/docs/functions/PanoDoorLabelPlugin.html +6 -3
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -3
  65. package/docs/functions/PanoMeasurePlugin.html +6 -3
  66. package/docs/functions/PanoRulerPlugin.html +6 -3
  67. package/docs/functions/PanoRulerProPlugin.html +6 -3
  68. package/docs/functions/PanoSpatialTagPlugin.html +6 -3
  69. package/docs/functions/PanoTagPlugin.html +6 -3
  70. package/docs/functions/PanoVideoPlugin.html +6 -3
  71. package/docs/functions/PipelinePlugin.html +6 -3
  72. package/docs/functions/TopviewFloorplanPlugin.html +6 -3
  73. package/docs/functions/Util.absoluteUrl.html +7 -4
  74. package/docs/functions/Util.getCoordsFromClient.html +7 -4
  75. package/docs/functions/Util.getCoordsFromElement.html +7 -4
  76. package/docs/functions/Util.getFrameTime.html +7 -4
  77. package/docs/functions/Util.getIntersectFromRelativePosition.html +7 -4
  78. package/docs/functions/Util.getRaycasterFromFivePointer.html +7 -4
  79. package/docs/functions/Util.isAbsoluteURL.html +7 -4
  80. package/docs/functions/Util.isModelLike.html +7 -4
  81. package/docs/functions/Util.isNil.html +7 -4
  82. package/docs/functions/Util.isPanoramaLike.html +7 -4
  83. package/docs/functions/Util.nextFrame.html +7 -4
  84. package/docs/functions/Util.notNil.html +7 -4
  85. package/docs/functions/Util.requestAnimationFrameInterval.html +7 -4
  86. package/docs/functions/Util.tweenProgress.html +7 -4
  87. package/docs/functions/Util.uuid.html +7 -4
  88. package/docs/functions/pluginFlag.html +7 -4
  89. package/docs/index.html +7 -4
  90. package/docs/interfaces/AddTagConfig.html +8 -5
  91. package/docs/interfaces/CSS3DRenderPluginEventMap.html +13 -10
  92. package/docs/interfaces/CSS3DRenderPluginState.html +10 -7
  93. package/docs/interfaces/CameraMovementPluginExportType.html +9 -6
  94. package/docs/interfaces/CruisePluginTypes.Config.html +10 -7
  95. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +14 -11
  96. package/docs/interfaces/CruisePluginTypes.EventMap.html +22 -19
  97. package/docs/interfaces/CruisePluginTypes.MoveAction.html +14 -11
  98. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +16 -13
  99. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +16 -13
  100. package/docs/interfaces/CruisePluginTypes.PluginData.html +11 -8
  101. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -5
  102. package/docs/interfaces/CruisePluginTypes.PluginState.html +13 -10
  103. package/docs/interfaces/EventMap.html +17 -14
  104. package/docs/interfaces/FloorplanBounding.html +10 -7
  105. package/docs/interfaces/FloorplanData.html +12 -9
  106. package/docs/interfaces/FloorplanEntrance.html +13 -10
  107. package/docs/interfaces/FloorplanExtraObject.html +12 -9
  108. package/docs/interfaces/FloorplanExtraObject3D.html +10 -7
  109. package/docs/interfaces/FloorplanFloorData.html +11 -8
  110. package/docs/interfaces/FloorplanImagePosition.html +9 -6
  111. package/docs/interfaces/FloorplanObserver.html +11 -8
  112. package/docs/interfaces/FloorplanOutlineItem.html +11 -8
  113. package/docs/interfaces/FloorplanPosition.html +9 -6
  114. package/docs/interfaces/FloorplanRoomItem.html +15 -12
  115. package/docs/interfaces/FloorplanRoomLabelItem.html +9 -6
  116. package/docs/interfaces/FloorplanServerBounding.html +10 -7
  117. package/docs/interfaces/FloorplanServerComputedData.html +12 -9
  118. package/docs/interfaces/FloorplanServerData.html +9 -6
  119. package/docs/interfaces/FloorplanServerDoorItem.html +12 -9
  120. package/docs/interfaces/FloorplanServerDoorPosition.html +10 -7
  121. package/docs/interfaces/FloorplanServerEntrance.html +13 -10
  122. package/docs/interfaces/FloorplanServerFloorData.html +11 -8
  123. package/docs/interfaces/FloorplanServerImagePosition.html +9 -6
  124. package/docs/interfaces/FloorplanServerObserver.html +11 -8
  125. package/docs/interfaces/FloorplanServerOutlineItem.html +11 -8
  126. package/docs/interfaces/FloorplanServerPosition.html +9 -6
  127. package/docs/interfaces/FloorplanServerRoomItem.html +16 -13
  128. package/docs/interfaces/FloorplanServerRoomLabelItem.html +9 -6
  129. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +10 -7
  130. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +12 -9
  131. package/docs/interfaces/GuideLinePluginType.EventMap.html +15 -12
  132. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +10 -7
  133. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +8 -5
  134. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +15 -12
  135. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +10 -7
  136. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +20 -17
  137. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +9 -6
  138. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -17
  139. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +7 -4
  140. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -5
  141. package/docs/interfaces/GuideLinePluginType.PluginState.html +10 -7
  142. package/docs/interfaces/GuideLinePluginType.Route.html +13 -10
  143. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +11 -8
  144. package/docs/interfaces/HelperOffset.html +10 -7
  145. package/docs/interfaces/ImagePlaneGroup.html +8 -5
  146. package/docs/interfaces/ItemLabelPluginData.html +8 -5
  147. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +13 -10
  148. package/docs/interfaces/ItemLabelPluginParametersType.html +11 -8
  149. package/docs/interfaces/MinMax.html +9 -6
  150. package/docs/interfaces/ModelChassisCompassPluginData.html +9 -6
  151. package/docs/interfaces/ModelChassisCompassPluginExportType.html +10 -7
  152. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +9 -6
  153. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +10 -7
  154. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +10 -7
  155. package/docs/interfaces/ModelItemLabelPluginData.html +8 -5
  156. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +13 -10
  157. package/docs/interfaces/ModelItemLabelPluginParametersType.html +9 -6
  158. package/docs/interfaces/ModelRoomLabelPluginData.html +8 -5
  159. package/docs/interfaces/ModelTVVideoPluginData.html +11 -8
  160. package/docs/interfaces/ModelTVVideoPluginExportType.html +10 -7
  161. package/docs/interfaces/ModelTVVideoPluginParameterType.html +8 -5
  162. package/docs/interfaces/ModelViewPluginExportType.html +13 -10
  163. package/docs/interfaces/Object3DHelperState.html +10 -7
  164. package/docs/interfaces/ObjectHelperControllers.html +11 -8
  165. package/docs/interfaces/PaintBrushAction.html +14 -11
  166. package/docs/interfaces/PaintBrushConfigs.html +14 -11
  167. package/docs/interfaces/PaintBrushState.html +12 -9
  168. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +12 -9
  169. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -4
  170. package/docs/interfaces/PanoMeasureParameterType.html +18 -15
  171. package/docs/interfaces/PanoMeasurePluginLineJson.html +10 -7
  172. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +9 -6
  173. package/docs/interfaces/PanoMeasurePluginPointJson.html +9 -6
  174. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +10 -7
  175. package/docs/interfaces/PanoRulerPluginExportType.html +12 -9
  176. package/docs/interfaces/PanoRulerPluginOptions.html +9 -6
  177. package/docs/interfaces/PanoRulerPluginParameterType.html +10 -7
  178. package/docs/interfaces/PanoRulerProPluginExportType.html +11 -8
  179. package/docs/interfaces/PanoRulerProPluginOptions.html +9 -6
  180. package/docs/interfaces/PanoRulerProPluginParameterType.html +9 -6
  181. package/docs/interfaces/PanoRulerProPluginState.html +10 -7
  182. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -4
  183. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -4
  184. package/docs/interfaces/PanoSpatialTagPluginData.html +13 -10
  185. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +12 -9
  186. package/docs/interfaces/PanoSpatialTagPluginExportType.html +15 -12
  187. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +12 -9
  188. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +15 -12
  189. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +13 -10
  190. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +12 -9
  191. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +8 -5
  192. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +10 -7
  193. package/docs/interfaces/PanoVideoPluginType.PluginData.html +8 -5
  194. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +11 -8
  195. package/docs/interfaces/PanoVideoPluginType.PluginState.html +8 -5
  196. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +10 -7
  197. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +12 -9
  198. package/docs/interfaces/Point.html +10 -7
  199. package/docs/interfaces/Room.html +11 -8
  200. package/docs/interfaces/RoomInfo.html +9 -6
  201. package/docs/interfaces/RoomLabel.html +16 -13
  202. package/docs/interfaces/RoomRules.html +7 -4
  203. package/docs/interfaces/Rooms.html +7 -4
  204. package/docs/interfaces/Scissor.html +11 -8
  205. package/docs/interfaces/State.html +10 -7
  206. package/docs/interfaces/TagCacheInterface.html +14 -11
  207. package/docs/interfaces/TagConfig.html +16 -13
  208. package/docs/interfaces/TagGLTFObjectGroup.html +8 -5
  209. package/docs/interfaces/TagIconUrl.html +14 -11
  210. package/docs/interfaces/TagObjectGroup.html +8 -5
  211. package/docs/interfaces/TagStyle.html +8 -5
  212. package/docs/interfaces/Tags.html +11 -8
  213. package/docs/interfaces/TemporaryState.html +8 -5
  214. package/docs/interfaces/Util.MagnifierParameter.html +13 -10
  215. package/docs/interfaces/Util.MouseGroupParameter.html +10 -7
  216. package/docs/interfaces/Util.PointIntersection.html +10 -7
  217. package/docs/modules/CruisePluginTypes.html +7 -4
  218. package/docs/modules/GuideLineItem.html +7 -4
  219. package/docs/modules/GuideLineModeItem.html +7 -4
  220. package/docs/modules/GuideLinePluginType.html +7 -4
  221. package/docs/modules/PanoVideoPluginType.html +7 -4
  222. package/docs/modules/Util.html +7 -4
  223. package/docs/modules.html +10 -4
  224. package/docs/types/ArrayPosition.html +7 -4
  225. package/docs/types/AudioAppearance.html +7 -4
  226. package/docs/types/AudioTagTypeConfigKey.html +7 -4
  227. package/docs/types/CSS3DRenderExportType.html +7 -4
  228. package/docs/types/CSS3DRenderPluginExportType.html +7 -4
  229. package/docs/types/CSS3DRenderPluginParameterType.html +7 -4
  230. package/docs/types/ClassFunctionParameters.html +7 -4
  231. package/docs/types/Color.html +7 -4
  232. package/docs/types/ContentTypeConfigKey.html +7 -4
  233. package/docs/types/ContentTypeConfigKeySplit.html +7 -4
  234. package/docs/types/ContentTypeMap.html +7 -4
  235. package/docs/types/Create3DDomContainerReturnType.html +7 -4
  236. package/docs/types/Create3DElementReturnType.html +7 -4
  237. package/docs/types/CruisePluginExportType.html +7 -4
  238. package/docs/types/CruisePluginTypes.CruiseData.html +7 -4
  239. package/docs/types/CruisePluginTypes.MoveEffect.html +7 -4
  240. package/docs/types/DeprecatedMediaPlaneProperty.html +7 -4
  241. package/docs/types/DeprecatedTagProperty.html +7 -4
  242. package/docs/types/Direction-1.html +7 -4
  243. package/docs/types/Direction4.html +7 -4
  244. package/docs/types/ElementRenderer.html +7 -4
  245. package/docs/types/FloorplanRoomsPluginParameterType.html +276 -0
  246. package/docs/types/FloorplanRoomsPluginReturnType.html +276 -0
  247. package/docs/types/FloorplanRuleLabels.html +7 -4
  248. package/docs/types/FloorplanServerRuleLabels.html +7 -4
  249. package/docs/types/GuideLinePluginExportType.html +7 -4
  250. package/docs/types/GuideLinePluginType.GuideLineItem.html +7 -4
  251. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +7 -4
  252. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +7 -4
  253. package/docs/types/GuideLinePluginType.GuideLineStyle.html +7 -4
  254. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +7 -4
  255. package/docs/types/GuideLinePluginType.PathItem.html +7 -4
  256. package/docs/types/GuideLinePluginType.PluginData.html +7 -4
  257. package/docs/types/HelperEventMap.html +7 -4
  258. package/docs/types/LoadTagConfig.html +7 -4
  259. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -4
  260. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -4
  261. package/docs/types/MediaData.html +7 -4
  262. package/docs/types/MediaStore.html +7 -4
  263. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -4
  264. package/docs/types/ModelFloorplanPluginParameterType.html +7 -4
  265. package/docs/types/ModelFloorplanPluginReturnType.html +7 -4
  266. package/docs/types/ModelRoomLabelPluginParameters.html +7 -4
  267. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -4
  268. package/docs/types/MoveArgs.html +7 -4
  269. package/docs/types/MoveOpts.html +7 -4
  270. package/docs/types/Object3DHelperEventMap.html +7 -4
  271. package/docs/types/ObjectFit.html +7 -4
  272. package/docs/types/PaintBrushEventMap.html +7 -4
  273. package/docs/types/PanoCompassPluginData.html +7 -4
  274. package/docs/types/PanoCompassPluginExportType.html +7 -4
  275. package/docs/types/PanoCompassPluginParameterType.html +7 -4
  276. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -4
  277. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -4
  278. package/docs/types/PanoIndex.html +7 -4
  279. package/docs/types/PanoMeasurePluginEvent.html +7 -4
  280. package/docs/types/PanoMeasureReturnType.html +7 -4
  281. package/docs/types/PanoSpatialTagPluginId.html +7 -4
  282. package/docs/types/PanoTagPluginExportInterface.html +7 -4
  283. package/docs/types/PanoTagPluginParamsInterface.html +7 -4
  284. package/docs/types/PanoVideoPluginParameterType.html +7 -4
  285. package/docs/types/PanoVideoPluginReturnType.html +7 -4
  286. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +7 -4
  287. package/docs/types/PipelinePluginParameterType.html +7 -4
  288. package/docs/types/PipelinePluginReturnType.html +7 -4
  289. package/docs/types/PlaneTag.html +7 -4
  290. package/docs/types/Point2DTag.html +7 -4
  291. package/docs/types/Point3DTag.html +7 -4
  292. package/docs/types/PointTag.html +7 -4
  293. package/docs/types/PointTagInstance.html +7 -4
  294. package/docs/types/Position.html +7 -4
  295. package/docs/types/RotateArgs.html +7 -4
  296. package/docs/types/RotateOpts.html +7 -4
  297. package/docs/types/RuleLabelsKey.html +7 -4
  298. package/docs/types/RuleLabelsValue.html +7 -4
  299. package/docs/types/StickType.html +7 -4
  300. package/docs/types/Tag.html +7 -4
  301. package/docs/types/Tag2D.html +7 -4
  302. package/docs/types/Tag3D.html +7 -4
  303. package/docs/types/TagConfigByKey.html +7 -4
  304. package/docs/types/TagContentType.html +7 -4
  305. package/docs/types/TagDimensionType.html +7 -4
  306. package/docs/types/TagElement.html +7 -4
  307. package/docs/types/TagEvents.html +7 -4
  308. package/docs/types/TagGLTFObject.html +7 -4
  309. package/docs/types/TagHooks.html +7 -4
  310. package/docs/types/TagId.html +7 -4
  311. package/docs/types/TagInstance.html +7 -4
  312. package/docs/types/TagPointType.html +7 -4
  313. package/docs/types/TagRendererMap.html +7 -4
  314. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -4
  315. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -4
  316. package/docs/types/WorkCode.html +7 -4
  317. package/docs/variables/FLOOR_TYPE_MAP.html +7 -4
  318. package/docs/variables/PLUGIN.html +7 -4
  319. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -4
  320. package/docs/variables/ROOM_TYPE_MAP.html +7 -4
  321. package/docs/variables/defaultGlobalConfig.html +7 -4
  322. package/docs/variables/itemLabelPluginServerParams.html +7 -4
  323. package/docs/variables/modelItemLabelPluginServerParams.html +7 -4
  324. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -4
  325. package/libs/base/BasePlugin.js +1 -1
  326. package/libs/floorplan/FloorplanRoomsPlugin/BasePlugin.d.ts +114 -0
  327. package/libs/floorplan/FloorplanRoomsPlugin/BasePlugin.js +51 -0
  328. package/libs/floorplan/FloorplanRoomsPlugin/BasePluginWithData.d.ts +23 -0
  329. package/libs/floorplan/FloorplanRoomsPlugin/BasePluginWithData.js +25 -0
  330. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.js +188 -0
  331. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.svelte.d.ts +1 -0
  332. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.js +94 -0
  333. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.svelte.d.ts +1 -0
  334. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.js +111 -0
  335. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.svelte.d.ts +1 -0
  336. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.js +191 -0
  337. package/libs/floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.svelte.d.ts +1 -0
  338. package/libs/floorplan/FloorplanRoomsPlugin/Components/Main.js +237 -0
  339. package/libs/floorplan/FloorplanRoomsPlugin/Components/Main.svelte.d.ts +1 -0
  340. package/libs/floorplan/FloorplanRoomsPlugin/Controller.d.ts +40 -0
  341. package/libs/floorplan/FloorplanRoomsPlugin/Controller.js +207 -0
  342. package/libs/floorplan/FloorplanRoomsPlugin/index.d.ts +6 -0
  343. package/libs/floorplan/FloorplanRoomsPlugin/index.js +43 -0
  344. package/libs/floorplan/FloorplanRoomsPlugin/typing.d.ts +60 -0
  345. package/libs/floorplan/FloorplanRoomsPlugin/typing.js +1 -0
  346. package/libs/floorplan/index.d.ts +1 -0
  347. package/libs/index.js +122 -112
  348. package/libs/shared-utils/logger.js +1 -1
  349. package/libs/vendor/svelte/internal/index.js +85 -79
  350. package/package.json +1 -1
package/libs/index.js CHANGED
@@ -1,57 +1,58 @@
1
1
  import { consoleVersion as o } from "./shared-utils/logger.js";
2
2
  import { autoFixOffscreenCanvas as r } from "./shared-utils/offscreenCanvas.js";
3
- import { PaintBrush as Dp } from "./components/PaintBrush/index.js";
4
- import { PaintBrushTypeEnum as bp } from "./components/PaintBrush/typings.js";
5
- import { ModelViewPlugin as Yp } from "./ModelViewPlugin/Plugin.js";
6
- import { CSS3DRenderPlugin as cp } from "./CSS3DRenderPlugin/index.js";
7
- import { PanoCursorRaycasterPlugin as Np } from "./PanoCursorRaycasterPlugin/index.js";
8
- import { ModelRoomLabelPlugin as wp, modelRoomLabelPluginServerParams as Bp } from "./ModelRoomLabelPlugin/index.js";
9
- import { FLOOR_PLAN_ATTACHED_TO as Up } from "./floorplan/constant.js";
10
- import { ModelFloorplanPlugin as $p } from "./floorplan/ModelFloorplanPlugin/index.js";
11
- import { MapviewFloorplanPlugin as qp } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
- import { TopviewFloorplanPlugin as Jp } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
- import { PanoFloorplanRadarPlugin as Qp } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
- import { FLOOR_TYPE_MAP as Xp, ROOM_FETILE_TYPE_MAP as Zp, ROOM_TYPE_MAP as oe } from "./floorplan/typings/floorplanServerData.js";
15
- import { ModelChassisCompassPlugin as te } from "./ModelChassisCompassPlugin/Plugin.js";
16
- import { ModelEntryDoorGuidePlugin as me } from "./ModelEntryDoorGuidePlugin/Plugin.js";
17
- import { CameraMovementPlugin as ee } from "./CameraMovementPlugin/CameraMovementPlugin.js";
18
- import { CameraMovementEffect as le, Rotation as ae } from "./CameraMovementPlugin/typing.js";
19
- import { PanoRulerPlugin as fe } from "./PanoRulerPlugin/Plugin.js";
20
- import { PanoRulerProPlugin as xe } from "./PanoRulerProPlugin/index.js";
21
- import { PanoCompassPlugin as se } from "./PanoCompassPlugin/index.js";
22
- import { PanoMeasurePlugin as Me } from "./PanoMeasurePlugin/index.js";
23
- import { PanoSpatialTagPlugin as Le } from "./PanoSpatialTagPlugin/Plugin.js";
24
- import { modelItemLabelPluginServerParams as _e } from "./ModelItemLabelPlugin/index.js";
25
- import { ModelTVVideoPlugin as Re } from "./ModelTVVideoPlugin/Plugin.js";
26
- import { DIRECTION as Oe } from "./ModelTVVideoPlugin/typings.js";
27
- import { itemLabelPluginServerParams as Se } from "./ItemLabelPlugin/index.js";
28
- import { PanoDoorLabelPlugin as De } from "./PanoDoorLabelPlugin/index.js";
29
- import { GuideLinePlugin as be } from "./GuideLinePlugin/index.js";
30
- import { CruisePlugin as Ye } from "./CruisePlugin/index.js";
31
- import { PanoTagPlugin as ce } from "./PanoTagPlugin/index.js";
32
- import { Object3DHelperPlugin as Ne } from "./Object3DHelperPlugin/index.js";
33
- import { PanoVideoPlugin as we } from "./PanoVideoPlugin/index.js";
34
- import { PipelinePlugin as He } from "./PipelinePlugin/index.js";
35
- import { index as je } from "./shared-utils/index.js";
36
- import { CSS3DRender as ke } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
37
- import { Model as ze } from "./PanoMeasurePlugin/Model/index.js";
38
- import { default as Ke } from "./PanoMeasurePlugin/Model/point.js";
39
- import { default as We } from "./PanoMeasurePlugin/Model/line.js";
40
- import { Polyline as Ze } from "./PanoMeasurePlugin/Model/polyline.js";
41
- import { default as rn } from "./PanoMeasurePlugin/Modules/Magnifier.js";
42
- import { DISPLAY_STRATEGY_TYPE as mn } from "./ModelItemLabelPlugin/typings.js";
43
- import { ModelItemLabelPlugin as en } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
44
- import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as ln } from "./ItemLabelPlugin/typings.js";
45
- import { Plugin as Pn } from "./ItemLabelPlugin/Plugin.js";
46
- import { GuideLineItem$1 as un } from "./GuideLinePlugin/GuideLineItem/index.js";
47
- import { GuideLineModeItem$1 as gn } from "./GuideLinePlugin/GuideLineModeItem/index.js";
48
- import { default as dn } from "./CruisePlugin/Controller.js";
49
- import { typing as Tn } from "./CruisePlugin/typing/index.js";
50
- import { default as Cn, pluginFlag as _n } from "./PanoTagPlugin/controller/index.js";
51
- import { defaultGlobalConfig as Rn } from "./PanoTagPlugin/typings/tag/TagConfig.js";
52
- import { ContentType as On, DimensionType as yn, PointType as Sn } from "./PanoTagPlugin/Archive/deprecated.js";
53
- import { Object3DHelperController as Dn, PLUGIN as Gn } from "./Object3DHelperPlugin/Controller.js";
54
- import { typings as Fn } from "./PanoVideoPlugin/typings/index.js";
3
+ import { PaintBrush as Np } from "./components/PaintBrush/index.js";
4
+ import { PaintBrushTypeEnum as wp } from "./components/PaintBrush/typings.js";
5
+ import { ModelViewPlugin as Hp } from "./ModelViewPlugin/Plugin.js";
6
+ import { CSS3DRenderPlugin as jp } from "./CSS3DRenderPlugin/index.js";
7
+ import { PanoCursorRaycasterPlugin as kp } from "./PanoCursorRaycasterPlugin/index.js";
8
+ import { ModelRoomLabelPlugin as zp, modelRoomLabelPluginServerParams as Jp } from "./ModelRoomLabelPlugin/index.js";
9
+ import { FLOOR_PLAN_ATTACHED_TO as Qp } from "./floorplan/constant.js";
10
+ import { ModelFloorplanPlugin as Xp } from "./floorplan/ModelFloorplanPlugin/index.js";
11
+ import { MapviewFloorplanPlugin as oe } from "./floorplan/MapviewFloorplanPlugin/index.js";
12
+ import { TopviewFloorplanPlugin as te } from "./floorplan/TopviewFloorplanPlugin/index.js";
13
+ import { PanoFloorplanRadarPlugin as me } from "./floorplan/PanoFloorplanRadarPlugin/index.js";
14
+ import { FloorplanRoomsPlugin as ee } from "./floorplan/FloorplanRoomsPlugin/index.js";
15
+ import { FLOOR_TYPE_MAP as le, ROOM_FETILE_TYPE_MAP as ae, ROOM_TYPE_MAP as Pe } from "./floorplan/typings/floorplanServerData.js";
16
+ import { ModelChassisCompassPlugin as ue } from "./ModelChassisCompassPlugin/Plugin.js";
17
+ import { ModelEntryDoorGuidePlugin as ge } from "./ModelEntryDoorGuidePlugin/Plugin.js";
18
+ import { CameraMovementPlugin as de } from "./CameraMovementPlugin/CameraMovementPlugin.js";
19
+ import { CameraMovementEffect as Te, Rotation as Le } from "./CameraMovementPlugin/typing.js";
20
+ import { PanoRulerPlugin as Re } from "./PanoRulerPlugin/Plugin.js";
21
+ import { PanoRulerProPlugin as Ee } from "./PanoRulerProPlugin/index.js";
22
+ import { PanoCompassPlugin as Oe } from "./PanoCompassPlugin/index.js";
23
+ import { PanoMeasurePlugin as Se } from "./PanoMeasurePlugin/index.js";
24
+ import { PanoSpatialTagPlugin as De } from "./PanoSpatialTagPlugin/Plugin.js";
25
+ import { modelItemLabelPluginServerParams as be } from "./ModelItemLabelPlugin/index.js";
26
+ import { ModelTVVideoPlugin as Ye } from "./ModelTVVideoPlugin/Plugin.js";
27
+ import { DIRECTION as ce } from "./ModelTVVideoPlugin/typings.js";
28
+ import { itemLabelPluginServerParams as Ne } from "./ItemLabelPlugin/index.js";
29
+ import { PanoDoorLabelPlugin as we } from "./PanoDoorLabelPlugin/index.js";
30
+ import { GuideLinePlugin as He } from "./GuideLinePlugin/index.js";
31
+ import { CruisePlugin as je } from "./CruisePlugin/index.js";
32
+ import { PanoTagPlugin as ke } from "./PanoTagPlugin/index.js";
33
+ import { Object3DHelperPlugin as ze } from "./Object3DHelperPlugin/index.js";
34
+ import { PanoVideoPlugin as Ke } from "./PanoVideoPlugin/index.js";
35
+ import { PipelinePlugin as We } from "./PipelinePlugin/index.js";
36
+ import { index as Ze } from "./shared-utils/index.js";
37
+ import { CSS3DRender as rn } from "./CSS3DRenderPlugin/utils/three/CSS3DRender.js";
38
+ import { Model as mn } from "./PanoMeasurePlugin/Model/index.js";
39
+ import { default as en } from "./PanoMeasurePlugin/Model/point.js";
40
+ import { default as ln } from "./PanoMeasurePlugin/Model/line.js";
41
+ import { Polyline as Pn } from "./PanoMeasurePlugin/Model/polyline.js";
42
+ import { default as un } from "./PanoMeasurePlugin/Modules/Magnifier.js";
43
+ import { DISPLAY_STRATEGY_TYPE as gn } from "./ModelItemLabelPlugin/typings.js";
44
+ import { ModelItemLabelPlugin as dn } from "./ModelItemLabelPlugin/ModelItemLabelPlugin.js";
45
+ import { ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE as Tn } from "./ItemLabelPlugin/typings.js";
46
+ import { Plugin as Cn } from "./ItemLabelPlugin/Plugin.js";
47
+ import { GuideLineItem$1 as _n } from "./GuideLinePlugin/GuideLineItem/index.js";
48
+ import { GuideLineModeItem$1 as In } from "./GuideLinePlugin/GuideLineModeItem/index.js";
49
+ import { default as yn } from "./CruisePlugin/Controller.js";
50
+ import { typing as An } from "./CruisePlugin/typing/index.js";
51
+ import { default as Gn, pluginFlag as bn } from "./PanoTagPlugin/controller/index.js";
52
+ import { defaultGlobalConfig as Yn } from "./PanoTagPlugin/typings/tag/TagConfig.js";
53
+ import { ContentType as cn, DimensionType as Vn, PointType as Nn } from "./PanoTagPlugin/Archive/deprecated.js";
54
+ import { Object3DHelperController as wn, PLUGIN as Bn } from "./Object3DHelperPlugin/Controller.js";
55
+ import { typings as Un } from "./PanoVideoPlugin/typings/index.js";
55
56
  import "./components/PaintBrush/Controller.js";
56
57
  import "./components/PaintBrush/utils.js";
57
58
  import "./components/PaintBrush/tween.js";
@@ -136,6 +137,14 @@ import "./floorplan/PanoFloorplanRadarPlugin/Components/Camera.js";
136
137
  import "./shared-utils/throttle.js";
137
138
  import "./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js";
138
139
  import "./floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js";
140
+ import "./floorplan/FloorplanRoomsPlugin/Controller.js";
141
+ import "./floorplan/FloorplanRoomsPlugin/Components/Main.js";
142
+ import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/CurrentFloor.js";
143
+ import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/ExtraObjects.js";
144
+ import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/RoomHighlight.js";
145
+ import "./floorplan/FloorplanRoomsPlugin/Components/CurrentFloor/RoomHighlight/Room.js";
146
+ import "./floorplan/FloorplanRoomsPlugin/BasePluginWithData.js";
147
+ import "./floorplan/FloorplanRoomsPlugin/BasePlugin.js";
139
148
  import "three/examples/jsm/loaders/FBXLoader";
140
149
  import "./shared-utils/object3d2LocalMatrix.js";
141
150
  import "./shared-utils/three/transformToMeshBasicMaterial.js";
@@ -401,64 +410,65 @@ import "./shared-utils/three/getRaycaster.js";
401
410
  r();
402
411
  o();
403
412
  export {
404
- ke as CSS3DRender,
405
- cp as CSS3DRenderPlugin,
406
- le as CameraMovementEffect,
407
- ee as CameraMovementPlugin,
408
- On as ContentType,
409
- Ye as CruisePlugin,
410
- dn as CruisePluginController,
411
- Tn as CruisePluginTypes,
412
- Oe as DIRECTION,
413
- mn as DISPLAY_STRATEGY_TYPE,
414
- yn as DimensionType,
415
- Up as FLOOR_PLAN_ATTACHED_TO,
416
- Xp as FLOOR_TYPE_MAP,
417
- un as GuideLineItem,
418
- gn as GuideLineModeItem,
419
- be as GuideLinePlugin,
420
- ln as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
421
- Pn as ItemLabelPlugin,
422
- rn as Magnifier,
423
- qp as MapviewFloorplanPlugin,
424
- te as ModelChassisCompassPlugin,
425
- me as ModelEntryDoorGuidePlugin,
426
- $p as ModelFloorplanPlugin,
427
- en as ModelItemLabelPlugin,
428
- wp as ModelRoomLabelPlugin,
429
- Re as ModelTVVideoPlugin,
430
- Yp as ModelViewPlugin,
431
- Dn as Object3DHelperController,
432
- Ne as Object3DHelperPlugin,
433
- Gn as PLUGIN,
434
- Dp as PaintBrush,
435
- bp as PaintBrushTypeEnum,
436
- se as PanoCompassPlugin,
437
- Np as PanoCursorRaycasterPlugin,
438
- De as PanoDoorLabelPlugin,
439
- Qp as PanoFloorplanRadarPlugin,
440
- Me as PanoMeasurePlugin,
441
- We as PanoMeasurePluginLine,
442
- ze as PanoMeasurePluginModel,
443
- Ke as PanoMeasurePluginPoint,
444
- Ze as PanoMeasurePluginPolyline,
445
- fe as PanoRulerPlugin,
446
- xe as PanoRulerProPlugin,
447
- Le as PanoSpatialTagPlugin,
448
- ce as PanoTagPlugin,
449
- Cn as PanoTagPluginController,
450
- we as PanoVideoPlugin,
451
- Fn as PanoVideoPluginType,
452
- He as PipelinePlugin,
453
- Sn as PointType,
454
- Zp as ROOM_FETILE_TYPE_MAP,
455
- oe as ROOM_TYPE_MAP,
456
- ae as Rotation,
457
- Jp as TopviewFloorplanPlugin,
458
- je as Util,
459
- Rn as defaultGlobalConfig,
460
- Se as itemLabelPluginServerParams,
461
- _e as modelItemLabelPluginServerParams,
462
- Bp as modelRoomLabelPluginServerParams,
463
- _n as pluginFlag
413
+ rn as CSS3DRender,
414
+ jp as CSS3DRenderPlugin,
415
+ Te as CameraMovementEffect,
416
+ de as CameraMovementPlugin,
417
+ cn as ContentType,
418
+ je as CruisePlugin,
419
+ yn as CruisePluginController,
420
+ An as CruisePluginTypes,
421
+ ce as DIRECTION,
422
+ gn as DISPLAY_STRATEGY_TYPE,
423
+ Vn as DimensionType,
424
+ Qp as FLOOR_PLAN_ATTACHED_TO,
425
+ le as FLOOR_TYPE_MAP,
426
+ ee as FloorplanRoomsPlugin,
427
+ _n as GuideLineItem,
428
+ In as GuideLineModeItem,
429
+ He as GuideLinePlugin,
430
+ Tn as ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE,
431
+ Cn as ItemLabelPlugin,
432
+ un as Magnifier,
433
+ oe as MapviewFloorplanPlugin,
434
+ ue as ModelChassisCompassPlugin,
435
+ ge as ModelEntryDoorGuidePlugin,
436
+ Xp as ModelFloorplanPlugin,
437
+ dn as ModelItemLabelPlugin,
438
+ zp as ModelRoomLabelPlugin,
439
+ Ye as ModelTVVideoPlugin,
440
+ Hp as ModelViewPlugin,
441
+ wn as Object3DHelperController,
442
+ ze as Object3DHelperPlugin,
443
+ Bn as PLUGIN,
444
+ Np as PaintBrush,
445
+ wp as PaintBrushTypeEnum,
446
+ Oe as PanoCompassPlugin,
447
+ kp as PanoCursorRaycasterPlugin,
448
+ we as PanoDoorLabelPlugin,
449
+ me as PanoFloorplanRadarPlugin,
450
+ Se as PanoMeasurePlugin,
451
+ ln as PanoMeasurePluginLine,
452
+ mn as PanoMeasurePluginModel,
453
+ en as PanoMeasurePluginPoint,
454
+ Pn as PanoMeasurePluginPolyline,
455
+ Re as PanoRulerPlugin,
456
+ Ee as PanoRulerProPlugin,
457
+ De as PanoSpatialTagPlugin,
458
+ ke as PanoTagPlugin,
459
+ Gn as PanoTagPluginController,
460
+ Ke as PanoVideoPlugin,
461
+ Un as PanoVideoPluginType,
462
+ We as PipelinePlugin,
463
+ Nn as PointType,
464
+ ae as ROOM_FETILE_TYPE_MAP,
465
+ Pe as ROOM_TYPE_MAP,
466
+ Le as Rotation,
467
+ te as TopviewFloorplanPlugin,
468
+ Ze as Util,
469
+ Yn as defaultGlobalConfig,
470
+ Ne as itemLabelPluginServerParams,
471
+ be as modelItemLabelPluginServerParams,
472
+ Jp as modelRoomLabelPluginServerParams,
473
+ bn as pluginFlag
464
474
  };
@@ -1,6 +1,6 @@
1
1
  function A() {
2
2
  console.debug(
3
- "%c %c@realsee/dnalogel %cv2.27.1",
3
+ "%c %c@realsee/dnalogel %cv2.28.0-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",
@@ -151,20 +151,25 @@ function lt(t, e, n, i) {
151
151
  return t.addEventListener(e, n, i), () => t.removeEventListener(e, n, i);
152
152
  }
153
153
  function Zt(t) {
154
+ return function(e) {
155
+ return e.preventDefault(), t.call(this, e);
156
+ };
157
+ }
158
+ function te(t) {
154
159
  return function(e) {
155
160
  return e.stopPropagation(), t.call(this, e);
156
161
  };
157
162
  }
158
- function te(t, e, n) {
163
+ function ee(t, e, n) {
159
164
  n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
160
165
  }
161
166
  function At(t) {
162
167
  return Array.from(t.childNodes);
163
168
  }
164
- function ee(t, e) {
169
+ function ne(t, e) {
165
170
  e = "" + e, t.data !== e && (t.data = e);
166
171
  }
167
- function ne(t, e, n, i) {
172
+ function ie(t, e, n, i) {
168
173
  n === null ? t.style.removeProperty(e) : t.style.setProperty(e, n, i ? "important" : "");
169
174
  }
170
175
  let W;
@@ -179,7 +184,7 @@ function Tt() {
179
184
  }
180
185
  return W;
181
186
  }
182
- function ie(t, e) {
187
+ function re(t, e) {
183
188
  getComputedStyle(t).position === "static" && (t.style.position = "relative");
184
189
  const i = K("iframe");
185
190
  i.setAttribute("style", "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"), i.setAttribute("aria-hidden", "true"), i.tabIndex = -1;
@@ -193,14 +198,14 @@ function ie(t, e) {
193
198
  (r || s && i.contentWindow) && s(), J(i);
194
199
  };
195
200
  }
196
- function re(t, e, n) {
201
+ function se(t, e, n) {
197
202
  t.classList[n ? "add" : "remove"](e);
198
203
  }
199
204
  function yt(t, e, { bubbles: n = !1, cancelable: i = !1 } = {}) {
200
205
  const r = document.createEvent("CustomEvent");
201
206
  return r.initCustomEvent(t, n, i, e), r;
202
207
  }
203
- class se {
208
+ class oe {
204
209
  constructor(e = !1) {
205
210
  this.is_svg = !1, this.is_svg = e, this.e = this.n = null;
206
211
  }
@@ -266,28 +271,28 @@ function jt() {
266
271
  }), H.clear());
267
272
  });
268
273
  }
269
- let D;
274
+ let O;
270
275
  function v(t) {
271
- D = t;
276
+ O = t;
272
277
  }
273
278
  function A() {
274
- if (!D)
279
+ if (!O)
275
280
  throw new Error("Function called outside component initialization");
276
- return D;
281
+ return O;
277
282
  }
278
- function oe(t) {
283
+ function ce(t) {
279
284
  A().$$.before_update.push(t);
280
285
  }
281
- function ce(t) {
286
+ function ue(t) {
282
287
  A().$$.on_mount.push(t);
283
288
  }
284
- function ue(t) {
289
+ function le(t) {
285
290
  A().$$.after_update.push(t);
286
291
  }
287
- function le(t) {
292
+ function fe(t) {
288
293
  A().$$.on_destroy.push(t);
289
294
  }
290
- function fe() {
295
+ function ae() {
291
296
  const t = A();
292
297
  return (e, n, { cancelable: i = !1 } = {}) => {
293
298
  const r = t.$$.callbacks[e];
@@ -300,13 +305,13 @@ function fe() {
300
305
  return !0;
301
306
  };
302
307
  }
303
- function ae(t, e) {
308
+ function de(t, e) {
304
309
  return A().$$.context.set(t, e), e;
305
310
  }
306
- function de(t) {
311
+ function he(t) {
307
312
  return A().$$.context.get(t);
308
313
  }
309
- function he(t, e) {
314
+ function _e(t, e) {
310
315
  const n = t.$$.callbacks[e.type];
311
316
  n && n.slice().forEach((i) => i.call(this, e));
312
317
  }
@@ -317,13 +322,13 @@ let Y = !1;
317
322
  function wt() {
318
323
  Y || (Y = !0, bt.then(rt));
319
324
  }
320
- function _e() {
325
+ function pe() {
321
326
  return wt(), bt;
322
327
  }
323
328
  function z(t) {
324
329
  S.push(t);
325
330
  }
326
- function pe(t) {
331
+ function me(t) {
327
332
  X.push(t);
328
333
  }
329
334
  const V = /* @__PURE__ */ new Set();
@@ -331,7 +336,7 @@ let C = 0;
331
336
  function rt() {
332
337
  if (C !== 0)
333
338
  return;
334
- const t = D;
339
+ const t = O;
335
340
  do {
336
341
  try {
337
342
  for (; C < P.length; ) {
@@ -364,11 +369,11 @@ function zt(t) {
364
369
  const e = [], n = [];
365
370
  S.forEach((i) => t.indexOf(i) === -1 ? e.push(i) : n.push(i)), n.forEach((i) => i()), S = e;
366
371
  }
367
- let O;
372
+ let D;
368
373
  function st() {
369
- return O || (O = Promise.resolve(), O.then(() => {
370
- O = null;
371
- })), O;
374
+ return D || (D = Promise.resolve(), D.then(() => {
375
+ D = null;
376
+ })), D;
372
377
  }
373
378
  function T(t, e, n) {
374
379
  t.dispatchEvent(yt(`${e ? "intro" : "outro"}${n}`));
@@ -383,7 +388,7 @@ function Lt() {
383
388
  // parent group
384
389
  };
385
390
  }
386
- function Ot() {
391
+ function Dt() {
387
392
  x.r || M(x.c), x = x.p;
388
393
  }
389
394
  function ot(t, e) {
@@ -400,7 +405,7 @@ function $t(t, e, n, i) {
400
405
  i && i();
401
406
  }
402
407
  const ct = { duration: 0 };
403
- function me(t, e, n) {
408
+ function ge(t, e, n) {
404
409
  const i = { direction: "in" };
405
410
  let r = e(t, n, i), s = !1, c, o, l = 0;
406
411
  function u() {
@@ -435,7 +440,7 @@ function me(t, e, n) {
435
440
  }
436
441
  };
437
442
  }
438
- function ge(t, e, n) {
443
+ function ye(t, e, n) {
439
444
  const i = { direction: "out" };
440
445
  let r = e(t, n, i), s = !0, c;
441
446
  const o = x;
@@ -464,7 +469,7 @@ function ge(t, e, n) {
464
469
  }
465
470
  };
466
471
  }
467
- function ye(t, e, n, i) {
472
+ function be(t, e, n, i) {
468
473
  const r = { direction: "both" };
469
474
  let s = e(t, n, r), c = i ? 0 : 1, o = null, l = null, u = null;
470
475
  function _() {
@@ -510,7 +515,7 @@ function ye(t, e, n, i) {
510
515
  }
511
516
  };
512
517
  }
513
- function be(t, e) {
518
+ function we(t, e) {
514
519
  const n = e.token = {};
515
520
  function i(r, s, c, o) {
516
521
  if (e.token !== n)
@@ -523,7 +528,7 @@ function be(t, e) {
523
528
  e.block && (e.blocks ? e.blocks.forEach((a, d) => {
524
529
  d !== s && a && (Lt(), $t(a, 1, 1, () => {
525
530
  e.blocks[d] === a && (e.blocks[d] = null);
526
- }), Ot());
531
+ }), Dt());
527
532
  }) : e.block.d(1), u.c(), ot(u, 1), u.m(e.mount(), e.anchor), _ = !0), e.block = u, e.blocks && (e.blocks[s] = u), _ && rt();
528
533
  }
529
534
  if (xt(t)) {
@@ -541,20 +546,20 @@ function be(t, e) {
541
546
  e.resolved = t;
542
547
  }
543
548
  }
544
- function we(t, e, n) {
549
+ function $e(t, e, n) {
545
550
  const i = e.slice(), { resolved: r } = t;
546
551
  t.current === t.then && (i[t.value] = r), t.current === t.catch && (i[t.error] = r), t.block.p(i, n);
547
552
  }
548
- const $e = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : global;
549
- function ke(t, e) {
553
+ const ke = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : global;
554
+ function xe(t, e) {
550
555
  t.d(1), e.delete(t.key);
551
556
  }
552
- function xe(t, e) {
557
+ function Ee(t, e) {
553
558
  $t(t, 1, 1, () => {
554
559
  e.delete(t.key);
555
560
  });
556
561
  }
557
- function Ee(t, e, n, i, r, s, c, o, l, u, _, a) {
562
+ function ve(t, e, n, i, r, s, c, o, l, u, _, a) {
558
563
  let d = t.length, f = s.length, h = d;
559
564
  const m = {};
560
565
  for (; h--; )
@@ -581,7 +586,7 @@ function Ee(t, e, n, i, r, s, c, o, l, u, _, a) {
581
586
  Q(p[f - 1]);
582
587
  return M(b), p;
583
588
  }
584
- function ve(t, e) {
589
+ function Ne(t, e) {
585
590
  const n = {}, i = {}, r = { $$scope: 1 };
586
591
  let s = t.length;
587
592
  for (; s--; ) {
@@ -600,17 +605,17 @@ function ve(t, e) {
600
605
  c in n || (n[c] = void 0);
601
606
  return n;
602
607
  }
603
- function Ne(t) {
608
+ function Me(t) {
604
609
  return typeof t == "object" && t !== null ? t : {};
605
610
  }
606
- function Me(t, e, n) {
611
+ function Ae(t, e, n) {
607
612
  const i = t.$$.props[e];
608
613
  i !== void 0 && (t.$$.bound[i] = n, n(t.$$.ctx[i]));
609
614
  }
610
- function Ae(t) {
615
+ function Te(t) {
611
616
  t && t.c();
612
617
  }
613
- function Dt(t, e, n, i) {
618
+ function Ot(t, e, n, i) {
614
619
  const { fragment: r, after_update: s } = t.$$;
615
620
  r && r.m(e, n), i || z(() => {
616
621
  const c = t.$$.on_mount.map(at).filter(L);
@@ -624,8 +629,8 @@ function Rt(t, e) {
624
629
  function qt(t, e) {
625
630
  t.$$.dirty[0] === -1 && (P.push(t), wt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
626
631
  }
627
- function Te(t, e, n, i, r, s, c, o = [-1]) {
628
- const l = D;
632
+ function Ce(t, e, n, i, r, s, c, o = [-1]) {
633
+ const l = O;
629
634
  v(t);
630
635
  const u = t.$$ = {
631
636
  fragment: null,
@@ -659,11 +664,11 @@ function Te(t, e, n, i, r, s, c, o = [-1]) {
659
664
  u.fragment && u.fragment.l(a), a.forEach(J);
660
665
  } else
661
666
  u.fragment && u.fragment.c();
662
- e.intro && ot(t.$$.fragment), Dt(t, e.target, e.anchor, e.customElement), rt();
667
+ e.intro && ot(t.$$.fragment), Ot(t, e.target, e.anchor, e.customElement), rt();
663
668
  }
664
669
  v(l);
665
670
  }
666
- class Ce {
671
+ class Pe {
667
672
  $destroy() {
668
673
  Rt(this, 1), this.$destroy = N;
669
674
  }
@@ -681,69 +686,70 @@ class Ce {
681
686
  }
682
687
  }
683
688
  export {
684
- se as HtmlTag,
685
- Ce as SvelteComponent,
689
+ oe as HtmlTag,
690
+ Pe as SvelteComponent,
686
691
  Jt as action_destroyer,
687
- pe as add_flush_callback,
692
+ me as add_flush_callback,
688
693
  z as add_render_callback,
689
- ie as add_resize_listener,
690
- ue as afterUpdate,
694
+ re as add_resize_listener,
695
+ le as afterUpdate,
691
696
  pt as append,
692
697
  Qt as append_styles,
693
698
  kt as assign,
694
- te as attr,
695
- oe as beforeUpdate,
696
- Me as bind,
699
+ ee as attr,
700
+ ce as beforeUpdate,
701
+ Ae as bind,
697
702
  ft as binding_callbacks,
698
- he as bubble,
699
- Ot as check_outros,
700
- fe as createEventDispatcher,
701
- ye as create_bidirectional_transition,
702
- Ae as create_component,
703
- me as create_in_transition,
704
- ge as create_out_transition,
703
+ _e as bubble,
704
+ Dt as check_outros,
705
+ ae as createEventDispatcher,
706
+ be as create_bidirectional_transition,
707
+ Te as create_component,
708
+ ge as create_in_transition,
709
+ ye as create_out_transition,
705
710
  Bt as create_slot,
706
- ke as destroy_block,
711
+ xe as destroy_block,
707
712
  Rt as destroy_component,
708
713
  Vt as destroy_each,
709
714
  J as detach,
710
715
  K as element,
711
716
  Yt as empty,
712
- de as getContext,
717
+ he as getContext,
713
718
  Ut as get_all_dirty_from_scope,
714
719
  Ht as get_slot_changes,
715
- Ne as get_spread_object,
716
- ve as get_spread_update,
717
- $e as globals,
720
+ Me as get_spread_object,
721
+ Ne as get_spread_update,
722
+ ke as globals,
718
723
  Lt as group_outros,
719
- be as handle_promise,
724
+ we as handle_promise,
720
725
  Z as identity,
721
- Te as init,
726
+ Ce as init,
722
727
  Nt as insert,
723
728
  L as is_function,
724
729
  lt as listen,
725
- Dt as mount_component,
730
+ Ot as mount_component,
726
731
  N as noop,
727
732
  Gt as null_to_empty,
728
- le as onDestroy,
729
- ce as onMount,
730
- xe as outro_and_destroy_block,
733
+ fe as onDestroy,
734
+ ue as onMount,
735
+ Ee as outro_and_destroy_block,
736
+ Zt as prevent_default,
731
737
  M as run_all,
732
738
  Ft as safe_not_equal,
733
- ae as setContext,
734
- ee as set_data,
735
- ne as set_style,
739
+ de as setContext,
740
+ ne as set_data,
741
+ ie as set_style,
736
742
  Xt as space,
737
743
  Kt as split_css_unit,
738
744
  Wt as src_url_equal,
739
- Zt as stop_propagation,
745
+ te as stop_propagation,
740
746
  Mt as svg_element,
741
747
  gt as text,
742
- _e as tick,
743
- re as toggle_class,
748
+ pe as tick,
749
+ se as toggle_class,
744
750
  ot as transition_in,
745
751
  $t as transition_out,
746
- we as update_await_block_branch,
747
- Ee as update_keyed_each,
752
+ $e as update_await_block_branch,
753
+ ve as update_keyed_each,
748
754
  It as update_slot_base
749
755
  };
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": "2.27.1",
10
+ "version": "2.28.0-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*",