@realsee/dnalogel 2.16.0-6 → 2.16.0-8

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 (326) hide show
  1. package/dist/GuideLinePlugin/GuideLineModeItem.d.ts +2 -1
  2. package/dist/GuideLinePlugin/typing.d.ts +0 -1
  3. package/dist/GuideLinePlugin/utils/index.d.ts +6 -0
  4. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
  5. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +3 -1
  6. package/dist/index.cjs.js +43 -43
  7. package/dist/index.js +2378 -2297
  8. package/dist/index.umd.js +31 -31
  9. package/docs/assets/search.js +1 -1
  10. package/docs/classes/CSS3DRender.html +31 -31
  11. package/docs/classes/CruisePluginController.html +26 -26
  12. package/docs/classes/GuideLineItem.GuideLineItem.html +16 -16
  13. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +28 -28
  14. package/docs/classes/Magnifier.html +20 -20
  15. package/docs/classes/ModelRoomLabelController.html +11 -11
  16. package/docs/classes/Object3DHelperController.html +25 -25
  17. package/docs/classes/PaintBrush.html +15 -15
  18. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  19. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  20. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  21. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  22. package/docs/classes/PanoTagPluginController.html +47 -47
  23. package/docs/classes/Util.BetterTween.html +8 -8
  24. package/docs/classes/Util.FivePointSelector.html +12 -12
  25. package/docs/classes/Util.Interval.html +12 -12
  26. package/docs/classes/Util.Magnifier.html +17 -17
  27. package/docs/classes/Util.PointDomHelper.html +11 -11
  28. package/docs/classes/Util.PointHelper.html +11 -11
  29. package/docs/classes/Util.Rectangle.html +13 -13
  30. package/docs/enums/CameraMovementEffect.html +7 -7
  31. package/docs/enums/ContentType.html +19 -19
  32. package/docs/enums/DIRECTION.html +9 -9
  33. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  34. package/docs/enums/DimensionType.html +7 -7
  35. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  36. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  37. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  38. package/docs/enums/Rotation.html +8 -8
  39. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  40. package/docs/functions/CameraMovementPlugin.html +4 -4
  41. package/docs/functions/CruisePlugin.html +4 -4
  42. package/docs/functions/GuideLinePlugin.html +5 -5
  43. package/docs/functions/ItemLabelPlugin.html +4 -4
  44. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  45. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  46. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  47. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  48. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  49. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  50. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  51. package/docs/functions/ModelViewPlugin.html +4 -4
  52. package/docs/functions/Object3DHelperPlugin.html +4 -4
  53. package/docs/functions/PanoCompassPlugin.html +4 -4
  54. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  55. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  56. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  57. package/docs/functions/PanoMeasurePlugin.html +4 -4
  58. package/docs/functions/PanoRulerPlugin.html +4 -4
  59. package/docs/functions/PanoRulerProPlugin.html +4 -4
  60. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  61. package/docs/functions/PanoTagPlugin.html +4 -4
  62. package/docs/functions/PanoVideoPlugin.html +4 -4
  63. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  64. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  65. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  66. package/docs/functions/Util.getFrameTime.html +5 -5
  67. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  68. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  69. package/docs/functions/Util.isAbsoluteURL.html +5 -5
  70. package/docs/functions/Util.isModelLike.html +5 -5
  71. package/docs/functions/Util.isNil.html +5 -5
  72. package/docs/functions/Util.isPanoramaLike.html +5 -5
  73. package/docs/functions/Util.nextFrame.html +5 -5
  74. package/docs/functions/Util.notNil.html +5 -5
  75. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  76. package/docs/functions/Util.tweenProgress.html +5 -5
  77. package/docs/functions/Util.uuid.html +5 -5
  78. package/docs/functions/pluginFlag.html +5 -5
  79. package/docs/index.html +4 -4
  80. package/docs/interfaces/AddTagConfig.html +6 -6
  81. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  82. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  83. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  84. package/docs/interfaces/CruisePluginTypes.Config.html +8 -8
  85. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +12 -12
  86. package/docs/interfaces/CruisePluginTypes.EventMap.html +20 -20
  87. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  88. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  89. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  90. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  91. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +7 -7
  92. package/docs/interfaces/CruisePluginTypes.PluginState.html +11 -11
  93. package/docs/interfaces/EventMap.html +15 -15
  94. package/docs/interfaces/FloorplanBounding.html +8 -8
  95. package/docs/interfaces/FloorplanData.html +10 -10
  96. package/docs/interfaces/FloorplanEntrance.html +11 -11
  97. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  98. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  99. package/docs/interfaces/FloorplanFloorData.html +9 -9
  100. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  101. package/docs/interfaces/FloorplanObserver.html +9 -9
  102. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  103. package/docs/interfaces/FloorplanPosition.html +7 -7
  104. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  105. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  106. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  107. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  108. package/docs/interfaces/FloorplanServerData.html +7 -7
  109. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  110. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  111. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  112. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  113. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  114. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  115. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  116. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  117. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  118. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  119. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +10 -10
  120. package/docs/interfaces/GuideLinePluginType.EventMap.html +13 -13
  121. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +8 -8
  122. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +6 -6
  123. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +11 -11
  124. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +8 -8
  125. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +16 -16
  126. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTag.html +21 -23
  127. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +16 -16
  128. package/docs/interfaces/GuideLinePluginType.PluginDataV1.html +7 -7
  129. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -6
  130. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +7 -7
  131. package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -9
  132. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  133. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +9 -9
  134. package/docs/interfaces/HelperOffset.html +8 -8
  135. package/docs/interfaces/ImagePlaneGroup.html +6 -6
  136. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  137. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  138. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  139. package/docs/interfaces/MinMax.html +7 -7
  140. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  141. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  142. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  143. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  144. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  145. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  146. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  147. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  148. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  149. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  150. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  151. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  152. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  153. package/docs/interfaces/Object3DHelperState.html +8 -8
  154. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  155. package/docs/interfaces/PaintBrushAction.html +12 -12
  156. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  157. package/docs/interfaces/PaintBrushState.html +10 -10
  158. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  159. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  160. package/docs/interfaces/PanoMeasureParameterType.html +14 -14
  161. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  162. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  163. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  164. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  165. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  166. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  167. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  168. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  169. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  170. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  171. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  172. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  173. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  174. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  175. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  176. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  177. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  178. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  179. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  180. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  181. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -6
  182. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
  183. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
  184. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
  185. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
  186. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
  187. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
  188. package/docs/interfaces/Point.html +8 -8
  189. package/docs/interfaces/Room.html +9 -9
  190. package/docs/interfaces/RoomInfo.html +7 -7
  191. package/docs/interfaces/RoomLabel.html +14 -14
  192. package/docs/interfaces/RoomRules.html +5 -5
  193. package/docs/interfaces/Rooms.html +5 -5
  194. package/docs/interfaces/Scissor.html +9 -9
  195. package/docs/interfaces/State.html +8 -8
  196. package/docs/interfaces/TagCacheInterface.html +12 -12
  197. package/docs/interfaces/TagConfig.html +11 -11
  198. package/docs/interfaces/TagGLTFObjectGroup.html +6 -6
  199. package/docs/interfaces/TagIconUrl.html +26 -17
  200. package/docs/interfaces/TagObjectGroup.html +6 -6
  201. package/docs/interfaces/TagStyle.html +6 -6
  202. package/docs/interfaces/Tags.html +9 -9
  203. package/docs/interfaces/TemporaryState.html +6 -6
  204. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  205. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  206. package/docs/modules/CruisePluginTypes.html +5 -5
  207. package/docs/modules/GuideLineItem.html +5 -5
  208. package/docs/modules/GuideLineModeItem.html +5 -5
  209. package/docs/modules/GuideLinePluginType.html +5 -5
  210. package/docs/modules/PanoVideoPluginType.html +5 -5
  211. package/docs/modules/Util.html +5 -5
  212. package/docs/modules.html +4 -4
  213. package/docs/types/ArrayPosition.html +5 -5
  214. package/docs/types/AudioAppearance.html +5 -5
  215. package/docs/types/AudioTagTypeConfigKey.html +5 -5
  216. package/docs/types/CSS3DRenderExportType.html +5 -5
  217. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  218. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  219. package/docs/types/ClassFunctionParameters.html +5 -5
  220. package/docs/types/Color.html +5 -5
  221. package/docs/types/ContentTypeConfigKey.html +5 -5
  222. package/docs/types/ContentTypeConfigKeySplit.html +5 -5
  223. package/docs/types/ContentTypeMap.html +5 -5
  224. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  225. package/docs/types/Create3DElementReturnType.html +5 -5
  226. package/docs/types/CruisePluginExportType.html +5 -5
  227. package/docs/types/CruisePluginTypes.CruiseData.html +5 -5
  228. package/docs/types/CruisePluginTypes.MoveEffect.html +5 -5
  229. package/docs/types/Direction-1.html +5 -5
  230. package/docs/types/Direction4.html +5 -5
  231. package/docs/types/FloorplanRuleLabels.html +5 -5
  232. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  233. package/docs/types/GuideLinePluginExportType.html +5 -5
  234. package/docs/types/GuideLinePluginType.GuideLineItem.html +5 -5
  235. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +5 -5
  236. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +5 -5
  237. package/docs/types/GuideLinePluginType.GuideLineStyle.html +5 -5
  238. package/docs/types/GuideLinePluginType.PathItem.html +5 -5
  239. package/docs/types/GuideLinePluginType.PluginData.html +5 -5
  240. package/docs/types/HelperEventMap.html +5 -5
  241. package/docs/types/LoadTagConfig.html +5 -5
  242. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  243. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  244. package/docs/types/MediaData.html +5 -5
  245. package/docs/types/MediaStore.html +5 -5
  246. package/docs/types/ModelElement.html +5 -5
  247. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  248. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  249. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  250. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  251. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  252. package/docs/types/MoveArgs.html +5 -5
  253. package/docs/types/MoveOpts.html +5 -5
  254. package/docs/types/Object3DHelperEventMap.html +5 -5
  255. package/docs/types/ObjectFit.html +5 -5
  256. package/docs/types/PaintBrushEventMap.html +5 -5
  257. package/docs/types/PanoCompassPluginData.html +5 -5
  258. package/docs/types/PanoCompassPluginExportType.html +5 -5
  259. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  260. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  261. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  262. package/docs/types/PanoIndex.html +5 -5
  263. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  264. package/docs/types/PanoMeasureReturnType.html +5 -5
  265. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  266. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  267. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  268. package/docs/types/PanoVideoPluginParameterType.html +5 -5
  269. package/docs/types/PanoVideoPluginReturnType.html +5 -5
  270. package/docs/types/PlaneTag.html +5 -5
  271. package/docs/types/PlaneTagElement.html +5 -5
  272. package/docs/types/Point2DElement.html +5 -5
  273. package/docs/types/Point2DTag.html +5 -5
  274. package/docs/types/Point3DElement.html +5 -5
  275. package/docs/types/Point3DTag.html +5 -5
  276. package/docs/types/PointTag.html +5 -5
  277. package/docs/types/PointTagElement.html +5 -5
  278. package/docs/types/Position.html +5 -5
  279. package/docs/types/RotateArgs.html +5 -5
  280. package/docs/types/RotateOpts.html +5 -5
  281. package/docs/types/RuleLabelsKey.html +5 -5
  282. package/docs/types/RuleLabelsValue.html +5 -5
  283. package/docs/types/StickType.html +5 -5
  284. package/docs/types/Tag.html +5 -5
  285. package/docs/types/Tag2D.html +5 -5
  286. package/docs/types/Tag3D.html +5 -5
  287. package/docs/types/TagContentType.html +5 -5
  288. package/docs/types/TagDimensionType.html +5 -5
  289. package/docs/types/TagElement.html +5 -5
  290. package/docs/types/TagEvents.html +5 -5
  291. package/docs/types/TagGLTFObject.html +5 -5
  292. package/docs/types/TagHooks.html +5 -5
  293. package/docs/types/TagIconSize.html +5 -5
  294. package/docs/types/TagId.html +5 -5
  295. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  296. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  297. package/docs/types/WorkCode.html +5 -5
  298. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  299. package/docs/variables/PLUGIN.html +5 -5
  300. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  301. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  302. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  303. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  304. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  305. package/libs/CruisePlugin/Controller.js +16 -14
  306. package/libs/CruisePlugin/index.js +21 -19
  307. package/libs/GuideLinePlugin/Components/Tag.js +38 -0
  308. package/libs/GuideLinePlugin/Controller.js +6 -4
  309. package/libs/GuideLinePlugin/GuideLineItem/index.js +25 -25
  310. package/libs/GuideLinePlugin/GuideLineItem.js +16 -14
  311. package/libs/GuideLinePlugin/GuideLineModeItem/index.js +46 -36
  312. package/libs/GuideLinePlugin/GuideLineModeItem.d.ts +2 -1
  313. package/libs/GuideLinePlugin/GuideLineModeItem.js +15 -13
  314. package/libs/GuideLinePlugin/index.js +9 -7
  315. package/libs/GuideLinePlugin/typing.d.ts +0 -1
  316. package/libs/GuideLinePlugin/utils/createLineGeometry.js +19 -16
  317. package/libs/GuideLinePlugin/utils/index.d.ts +6 -0
  318. package/libs/GuideLinePlugin/utils/index.js +8 -4
  319. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +92 -66
  320. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +1 -0
  321. package/libs/PanoTagPlugin/controller/TagComputer.js +6 -0
  322. package/libs/PanoTagPlugin/controller/index.js +5 -5
  323. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +3 -1
  324. package/libs/base/BasePlugin.js +1 -1
  325. package/libs/index.js +111 -109
  326. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.16.0-6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-6"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>itemLabelPluginServerParams | 如视看房插件合集 - v2.16.0-8</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-8</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.16.0-6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.16.0-8</a></li>
16
16
  <li><a href="itemLabelPluginServerParams.html">itemLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable itemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/063aba4/plugins/src/ItemLabelPlugin/index.ts#L7">plugins/src/ItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41069c4/plugins/src/ItemLabelPlugin/index.ts#L7">plugins/src/ItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>6</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>8</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/CruisePluginTypes.html">Cruise<wbr/>Plugin<wbr/>Types</a></li>
47
47
  <li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.16.0-6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-6"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelItemLabelPluginServerParams | 如视看房插件合集 - v2.16.0-8</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-8</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.16.0-6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.16.0-8</a></li>
16
16
  <li><a href="modelItemLabelPluginServerParams.html">modelItemLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable modelItemLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">model<wbr/>Item<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/063aba4/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41069c4/plugins/src/ModelItemLabelPlugin/index.ts#L7">plugins/src/ModelItemLabelPlugin/index.ts:7</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>6</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>8</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/CruisePluginTypes.html">Cruise<wbr/>Plugin<wbr/>Types</a></li>
47
47
  <li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.16.0-6</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-6"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>modelRoomLabelPluginServerParams | 如视看房插件合集 - v2.16.0-8</title><meta name="description" content="Documentation for 如视看房插件合集 - v2.16.0-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
2
2
  <div class="tsd-toolbar-contents container">
3
3
  <div class="table-cell" id="tsd-search" data-base="..">
4
4
  <div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
@@ -6,13 +6,13 @@
6
6
  <div id="tsd-toolbar-links"></div></div>
7
7
  <ul class="results">
8
8
  <li class="state loading">Preparing search index...</li>
9
- <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-6</a></div>
9
+ <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视看房插件合集 - v2.16.0-8</a></div>
10
10
  <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
11
11
  <div class="container container-main">
12
12
  <div class="col-8 col-content">
13
13
  <div class="tsd-page-title">
14
14
  <ul class="tsd-breadcrumb">
15
- <li><a href="../modules.html">如视看房插件合集 - v2.16.0-6</a></li>
15
+ <li><a href="../modules.html">如视看房插件合集 - v2.16.0-8</a></li>
16
16
  <li><a href="modelRoomLabelPluginServerParams.html">modelRoomLabelPluginServerParams</a></li></ul>
17
17
  <h1>Variable modelRoomLabelPluginServerParams<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
18
18
  <div class="tsd-signature">model<wbr/>Room<wbr/>Label<wbr/>Plugin<wbr/>Server<wbr/>Params<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div>
@@ -24,7 +24,7 @@
24
24
  <li class="tsd-parameter">
25
25
  <h5>version<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5></li></ul></div><aside class="tsd-sources">
26
26
  <ul>
27
- <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/063aba4/plugins/src/ModelRoomLabelPlugin/index.ts#L9">plugins/src/ModelRoomLabelPlugin/index.ts:9</a></li></ul></aside></div>
27
+ <li>Defined in <a href="https://github.com/realsee-developer/dnalogel/blob/41069c4/plugins/src/ModelRoomLabelPlugin/index.ts#L9">plugins/src/ModelRoomLabelPlugin/index.ts:9</a></li></ul></aside></div>
28
28
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
29
29
  <div class="tsd-navigation settings">
30
30
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -41,7 +41,7 @@
41
41
  <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
42
42
  <div class="tsd-accordion-details">
43
43
  <ul>
44
- <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>6</a>
44
+ <li><a href="../modules.html">如视看房插件合集 -<wbr/> v2.16.0-<wbr/>8</a>
45
45
  <ul>
46
46
  <li class="tsd-kind-namespace"><a href="../modules/CruisePluginTypes.html">Cruise<wbr/>Plugin<wbr/>Types</a></li>
47
47
  <li class="tsd-kind-namespace"><a href="../modules/GuideLineItem.html">Guide<wbr/>Line<wbr/>Item</a></li>
@@ -67,9 +67,21 @@ import "../GuideLinePlugin/utils/createLineGeometry.js";
67
67
  import "polyline-normals";
68
68
  import "../shared-utils/five/mode.js";
69
69
  import "../shared-utils/three/loadTexture.js";
70
+ import "../GuideLinePlugin/utils/index.js";
71
+ import "@realsee/five/gltf-loader";
72
+ import "../vendor/svelte/internal/index.js";
73
+ import "../PanoTagPlugin/utils/device.js";
74
+ import "../shared-utils/threex/domevents/index.js";
75
+ import "animejs";
76
+ import "../PanoTagPlugin/utils/constants.js";
77
+ import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
78
+ import "lodash.get";
79
+ import "lodash.clonedeep";
80
+ import "lodash.isequal";
81
+ import "classnames";
82
+ import "../shared-utils/three/GLTFLoader.js";
70
83
  import "../PanoTagPlugin/controller/index.js";
71
84
  import "../PanoTagPlugin/utils/addDebugPoints.js";
72
- import "@realsee/five/gltf-loader";
73
85
  import "../PanoTagPlugin/utils/tag/tagCheck.js";
74
86
  import "../PanoTagPlugin/utils/actionAfterFiveModelLoad.js";
75
87
  import "../PanoTagPlugin/utils/debounce.js";
@@ -88,9 +100,6 @@ import "../PanoTagPlugin/utils/planeNormal.js";
88
100
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
89
101
  import "../PanoTagPlugin/controller/TagCache.js";
90
102
  import "../vendor/svelte/store/index.js";
91
- import "../vendor/svelte/internal/index.js";
92
- import "../PanoTagPlugin/utils/device.js";
93
- import "../shared-utils/threex/domevents/index.js";
94
103
  import "../PanoTagPlugin/Components/TagContainer.js";
95
104
  import "../PanoTagPlugin/Components/TagItem.js";
96
105
  import "../PanoTagPlugin/Components/Tag/index.js";
@@ -102,14 +111,11 @@ import "../vendor/svelte/easing/index.js";
102
111
  import "../PanoTagPlugin/Components/Common/Shadow.js";
103
112
  import "../PanoTagPlugin/Components/Common/Text/FlyMText.js";
104
113
  import "../PanoTagPlugin/Components/Common/Text/FlyText.js";
105
- import "animejs";
106
114
  import "../PanoTagPlugin/utils/search.js";
107
- import "../PanoTagPlugin/utils/constants.js";
108
115
  import "../PanoTagPlugin/Components/Common/Arrow.js";
109
116
  import "../PanoTagPlugin/Assets/Icon.js";
110
117
  import "../PanoTagPlugin/utils/doUtil.js";
111
118
  import "../shared-utils/svelte/resizeObserver.js";
112
- import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
113
119
  import "../PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js";
114
120
  import "../PanoTagPlugin/Components/Common/Text/MText.js";
115
121
  import "../PanoTagPlugin/utils/px2rem.js";
@@ -136,11 +142,8 @@ import "../vendor/svelte-carousel/src/utils/clones.js";
136
142
  import "../vendor/svelte-carousel/src/utils/object.js";
137
143
  import "../vendor/svelte-carousel/src/components/Carousel/createCarousel.js";
138
144
  import "../vendor/simply-reactive/src/simply-reactive.js";
139
- import "lodash.get";
140
- import "lodash.clonedeep";
141
145
  import "../vendor/simply-reactive/src/utils/subscription.js";
142
146
  import "../vendor/simply-reactive/src/utils/object.js";
143
- import "lodash.isequal";
144
147
  import "../vendor/simply-reactive/src/utils/watcher.js";
145
148
  import "../vendor/svelte-carousel/src/utils/lazy.js";
146
149
  import "../vendor/svelte-carousel/src/utils/ProgressManager.js";
@@ -159,13 +162,12 @@ import "../PanoTagPlugin/Components/Tag/LinkTag.js";
159
162
  import "../PanoTagPlugin/Components/Common/Icon/Icon.js";
160
163
  import "../PanoTagPlugin/utils/getImageInfo.js";
161
164
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
162
- import "classnames";
163
165
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
164
166
  import "../PanoTagPlugin/utils/model/imagePlane.js";
165
167
  import "../CSS3DRenderPlugin/index.js";
166
168
  import "../CSS3DRenderPlugin/Controller.js";
167
169
  import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
168
- import "../shared-utils/three/GLTFLoader.js";
170
+ import "../GuideLinePlugin/Components/Tag.js";
169
171
  import "./Controller.js";
170
172
  import "../shared-utils/to.js";
171
173
  import "../shared-utils/five/changeMode.js";
@@ -173,7 +175,7 @@ import "../shared-utils/nearlyEqual.js";
173
175
  import "./utils/coordinatesToVector.js";
174
176
  import "../shared-utils/isTruelyObject.js";
175
177
  import "./utils/formatRad.js";
176
- const M = "v1.0.6", G = "CruisePlugin", x = `${G}@${M}`, Ki = (c) => `${x}--${c}`, D = () => {
178
+ const M = "v1.0.6", G = "CruisePlugin", x = `${G}@${M}`, Ui = (c) => `${x}--${c}`, D = () => {
177
179
  console.error(`${x} is disposed`);
178
180
  }, W = () => {
179
181
  console.warn(`${x} is disabled`);
@@ -625,5 +627,5 @@ class z extends V {
625
627
  I(z, "PluginVersion", M);
626
628
  export {
627
629
  z as default,
628
- Ki as pluginFlag
630
+ Ui as pluginFlag
629
631
  };
@@ -1,6 +1,6 @@
1
1
  import o from "./Controller.js";
2
- import { default as Ro } from "./Controller.js";
3
- import { typing as Uo } from "./typing/index.js";
2
+ import { default as Uo } from "./Controller.js";
3
+ import { typing as Wo } from "./typing/index.js";
4
4
  import "../base/BasePluginWithData.js";
5
5
  import "../base/BasePlugin.js";
6
6
  import "../shared-utils/Subscribe.js";
@@ -36,9 +36,21 @@ import "../GuideLinePlugin/utils/createLineGeometry.js";
36
36
  import "polyline-normals";
37
37
  import "../shared-utils/five/mode.js";
38
38
  import "../shared-utils/three/loadTexture.js";
39
+ import "../GuideLinePlugin/utils/index.js";
40
+ import "@realsee/five/gltf-loader";
41
+ import "../vendor/svelte/internal/index.js";
42
+ import "../PanoTagPlugin/utils/device.js";
43
+ import "../shared-utils/threex/domevents/index.js";
44
+ import "animejs";
45
+ import "../PanoTagPlugin/utils/constants.js";
46
+ import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
47
+ import "lodash.get";
48
+ import "lodash.clonedeep";
49
+ import "lodash.isequal";
50
+ import "classnames";
51
+ import "../shared-utils/three/GLTFLoader.js";
39
52
  import "../PanoTagPlugin/controller/index.js";
40
53
  import "../PanoTagPlugin/utils/addDebugPoints.js";
41
- import "@realsee/five/gltf-loader";
42
54
  import "../PanoTagPlugin/utils/tag/tagCheck.js";
43
55
  import "../PanoTagPlugin/utils/actionAfterFiveModelLoad.js";
44
56
  import "../PanoTagPlugin/utils/debounce.js";
@@ -57,9 +69,6 @@ import "../PanoTagPlugin/utils/planeNormal.js";
57
69
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
58
70
  import "../PanoTagPlugin/controller/TagCache.js";
59
71
  import "../vendor/svelte/store/index.js";
60
- import "../vendor/svelte/internal/index.js";
61
- import "../PanoTagPlugin/utils/device.js";
62
- import "../shared-utils/threex/domevents/index.js";
63
72
  import "../PanoTagPlugin/Components/TagContainer.js";
64
73
  import "../PanoTagPlugin/Components/TagItem.js";
65
74
  import "../PanoTagPlugin/Components/Tag/index.js";
@@ -72,14 +81,11 @@ import "../shared-utils/uuid.js";
72
81
  import "../PanoTagPlugin/Components/Common/Shadow.js";
73
82
  import "../PanoTagPlugin/Components/Common/Text/FlyMText.js";
74
83
  import "../PanoTagPlugin/Components/Common/Text/FlyText.js";
75
- import "animejs";
76
84
  import "../PanoTagPlugin/utils/search.js";
77
- import "../PanoTagPlugin/utils/constants.js";
78
85
  import "../PanoTagPlugin/Components/Common/Arrow.js";
79
86
  import "../PanoTagPlugin/Assets/Icon.js";
80
87
  import "../PanoTagPlugin/utils/doUtil.js";
81
88
  import "../shared-utils/svelte/resizeObserver.js";
82
- import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
83
89
  import "../PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js";
84
90
  import "../PanoTagPlugin/Components/Common/Text/MText.js";
85
91
  import "../PanoTagPlugin/utils/px2rem.js";
@@ -106,11 +112,8 @@ import "../vendor/svelte-carousel/src/utils/clones.js";
106
112
  import "../vendor/svelte-carousel/src/utils/object.js";
107
113
  import "../vendor/svelte-carousel/src/components/Carousel/createCarousel.js";
108
114
  import "../vendor/simply-reactive/src/simply-reactive.js";
109
- import "lodash.get";
110
- import "lodash.clonedeep";
111
115
  import "../vendor/simply-reactive/src/utils/subscription.js";
112
116
  import "../vendor/simply-reactive/src/utils/object.js";
113
- import "lodash.isequal";
114
117
  import "../vendor/simply-reactive/src/utils/watcher.js";
115
118
  import "../vendor/svelte-carousel/src/utils/lazy.js";
116
119
  import "../vendor/svelte-carousel/src/utils/ProgressManager.js";
@@ -129,13 +132,12 @@ import "../PanoTagPlugin/Components/Tag/LinkTag.js";
129
132
  import "../PanoTagPlugin/Components/Common/Icon/Icon.js";
130
133
  import "../PanoTagPlugin/utils/getImageInfo.js";
131
134
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
132
- import "classnames";
133
135
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
134
136
  import "../PanoTagPlugin/utils/model/imagePlane.js";
135
137
  import "../CSS3DRenderPlugin/index.js";
136
138
  import "../CSS3DRenderPlugin/Controller.js";
137
139
  import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
138
- import "../shared-utils/three/GLTFLoader.js";
140
+ import "../GuideLinePlugin/Components/Tag.js";
139
141
  import "../shared-utils/to.js";
140
142
  import "../shared-utils/five/changeMode.js";
141
143
  import "../shared-utils/nearlyEqual.js";
@@ -146,10 +148,10 @@ import "./utils/vectorToCoordinates.js";
146
148
  import "./utils/formatRad.js";
147
149
  import "./utils/linerValue.js";
148
150
  import "./utils/sleep.js";
149
- const No = (r) => new o(r);
151
+ const Qo = (r) => new o(r);
150
152
  export {
151
- No as CruisePlugin,
152
- Ro as CruisePluginController,
153
- Uo as CruisePluginTypes,
154
- No as default
153
+ Qo as CruisePlugin,
154
+ Uo as CruisePluginController,
155
+ Wo as CruisePluginTypes,
156
+ Qo as default
155
157
  };
@@ -0,0 +1,38 @@
1
+ import { SvelteComponent as p, init as z, safe_not_equal as T, append_styles as x, element as s, space as v, text as q, attr as o, set_style as A, insert as N, append as i, set_data as E, noop as b, detach as I } from "../../vendor/svelte/internal/index.js";
2
+ function y(r) {
3
+ x(r, "svelte-1i0lthz", ".guide-line__tag.svelte-1i0lthz{position:relative}.guide-line__tag-point.svelte-1i0lthz{position:absolute;left:50%;bottom:0.0625rem;width:0.4375rem;height:0.125rem;transform:translateX(-50%);background:#fff;border-radius:50%;opacity:0.5}.guide-line__tag-line.svelte-1i0lthz{position:absolute;left:50%;bottom:0.0625rem;width:0.125rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-1i0lthz{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-1i0lthz{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-1i0lthz{box-sizing:content-box;height:0.875rem;width:-moz-max-content;width:max-content;margin-top:0.3125rem;transform:translateX(-0.1875rem);white-space:nowrap;font-size:0.625rem;line-height:0.875rem;border:solid transparent;border-width:0.125rem 0.5rem 0.125rem 0.375rem;border-image-source:url('https://vrlab-static.ljcdn.com/release/web/jsl/test2.2ea9ddee.png');border-image-slice:6 25 6 18 fill;color:#fff}");
4
+ }
5
+ function D(r) {
6
+ let e, l, u, a, m, t, g, h, d, f;
7
+ return {
8
+ c() {
9
+ e = s("div"), l = s("div"), u = v(), a = s("div"), m = v(), t = s("div"), g = s("div"), h = v(), d = s("div"), f = q(r[0]), o(l, "class", "guide-line__tag-point svelte-1i0lthz"), o(a, "class", "guide-line__tag-line svelte-1i0lthz"), o(g, "class", "guide-line__tag-icon svelte-1i0lthz"), A(g, "background-image", `url(${r[1]})`), o(d, "class", "guide-line__tag-text svelte-1i0lthz"), A(d, "border-image-source", `url(${r[2]})`), o(t, "class", "guide-line__tag-content svelte-1i0lthz"), o(e, "class", "guide-line__tag svelte-1i0lthz");
10
+ },
11
+ m(n, c) {
12
+ N(n, e, c), i(e, l), i(e, u), i(e, a), i(e, m), i(e, t), i(t, g), i(t, h), i(t, d), i(d, f);
13
+ },
14
+ p(n, [c]) {
15
+ c & 2 && A(g, "background-image", `url(${n[1]})`), c & 1 && E(f, n[0]);
16
+ },
17
+ i: b,
18
+ o: b,
19
+ d(n) {
20
+ n && I(e);
21
+ }
22
+ };
23
+ }
24
+ function G(r, e, l) {
25
+ let { text: u = "" } = e, { icon_url: a = "" } = e;
26
+ const m = "data:image/png;base64,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";
27
+ return r.$$set = (t) => {
28
+ "text" in t && l(0, u = t.text), "icon_url" in t && l(1, a = t.icon_url);
29
+ }, [u, a, m];
30
+ }
31
+ class k extends p {
32
+ constructor(e) {
33
+ super(), z(this, e, G, D, T, { text: 0, icon_url: 1 }, y);
34
+ }
35
+ }
36
+ export {
37
+ k as default
38
+ };
@@ -61,6 +61,7 @@ import "./GuideLineModeItem/index.js";
61
61
  import "../shared-utils/log.js";
62
62
  import "./utils/createLineGeometry.js";
63
63
  import "../shared-utils/five/mode.js";
64
+ import "./utils/index.js";
64
65
  import "../PanoTagPlugin/controller/index.js";
65
66
  import "../CSS3DRenderPlugin/utils/positionToVector3.js";
66
67
  import "../PanoTagPlugin/utils/addDebugPoints.js";
@@ -160,6 +161,7 @@ import "../CSS3DRenderPlugin/utils/three/OpacityMesh.js";
160
161
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
161
162
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
162
163
  import "../shared-utils/animationFrame/index.js";
164
+ import "./Components/Tag.js";
163
165
  import "../shared-utils/to.js";
164
166
  import "../shared-utils/five/changeMode.js";
165
167
  import "../shared-utils/nearlyEqual.js";
@@ -172,11 +174,11 @@ import "../CruisePlugin/utils/vectorToCoordinates.js";
172
174
  import "../CruisePlugin/utils/formatRad.js";
173
175
  import "../CruisePlugin/utils/linerValue.js";
174
176
  import "../CruisePlugin/utils/sleep.js";
175
- const v = "v1.1.0", c = "GuideLinePlugin", f = `${c}@${v}`, lr = (e) => `${f}--${e}`;
177
+ const v = "v1.1.0", c = "GuideLinePlugin", f = `${c}@${v}`, cr = (e) => `${f}--${e}`;
176
178
  function E(e) {
177
179
  return Object.hasOwn(e, "routes");
178
180
  }
179
- class ur extends G {
181
+ class fr extends G {
180
182
  constructor(i, t) {
181
183
  super(i, t);
182
184
  p(this, "version", v);
@@ -295,6 +297,6 @@ class ur extends G {
295
297
  }
296
298
  }
297
299
  export {
298
- ur as default,
299
- lr as pluginFlag
300
+ fr as default,
301
+ cr as pluginFlag
300
302
  };
@@ -10,21 +10,21 @@ var d = (o, e, t) => e in o ? G(o, e, { enumerable: !0, configurable: !0, writab
10
10
  return o;
11
11
  };
12
12
  var s = (o, e, t) => (d(o, typeof e != "symbol" ? e + "" : e, t), t);
13
- var h = (o, e, t) => new Promise((n, a) => {
13
+ var h = (o, e, t) => new Promise((n, r) => {
14
14
  var l = (i) => {
15
15
  try {
16
- r(t.next(i));
16
+ a(t.next(i));
17
17
  } catch (m) {
18
- a(m);
18
+ r(m);
19
19
  }
20
20
  }, p = (i) => {
21
21
  try {
22
- r(t.throw(i));
22
+ a(t.throw(i));
23
23
  } catch (m) {
24
- a(m);
24
+ r(m);
25
25
  }
26
- }, r = (i) => i.done ? n(i.value) : Promise.resolve(i.value).then(l, p);
27
- r((t = t.apply(o, e)).next());
26
+ }, a = (i) => i.done ? n(i.value) : Promise.resolve(i.value).then(l, p);
27
+ a((t = t.apply(o, e)).next());
28
28
  });
29
29
  import S from "object-assign-deep";
30
30
  import { GuideLineModeItem as y } from "../GuideLineModeItem/index.js";
@@ -50,17 +50,17 @@ class M {
50
50
  this.setDataByMode("panorama", e), this.setDataByMode("model", e);
51
51
  }
52
52
  setDataByMode(e, t) {
53
- const n = e === "panorama" ? this.panoramaItem : this.modelItem, a = e === "panorama" ? t.panorama_style : t.model_style;
54
- if (!a)
53
+ const n = e === "panorama" ? this.panoramaItem : this.modelItem, r = e === "panorama" ? t.panorama_style : t.model_style;
54
+ if (!r)
55
55
  return;
56
- const l = t.path, p = { url: this.plugin.staticPrefix + "/release/web/arrow6.b6ce0c62.png" }, r = a, i = S({ texture: p }, a);
56
+ const l = t.path, p = { url: this.plugin.staticPrefix + "/release/web/arrow6.b6ce0c62.png" }, a = r, i = S({ texture: p }, r);
57
57
  if (t.path)
58
- n.setGeometryByPath(l, r);
58
+ n.setGeometryByPath(l, a);
59
59
  else if (t.pano_group) {
60
60
  const m = e === "panorama";
61
- n.setGeometryByPanoGroup(t.pano_group, c({ skipPanoGroup: m }, r));
61
+ n.setGeometryByPanoGroup(t.pano_group, c({ skipPanoGroup: m }, a));
62
62
  }
63
- n.setMartial(i), a.start_tag && n.setStartTag(a.start_tag);
63
+ n.setMartial(i), r.start_tag && n.setStartTag(r.start_tag), r.end_tag && n.setEndTag(r.end_tag);
64
64
  }
65
65
  dispose() {
66
66
  this.panoramaItem.dispose(), this.modelItem.dispose();
@@ -84,29 +84,29 @@ function D(o, e) {
84
84
  const t = o.getCurrentState();
85
85
  t.mode !== "Panorama" && (yield b(o, ["Panorama", { longitude: t.longitude, latitude: 0, panoIndex: e.panoIndexList[0] }]));
86
86
  const n = new _(o, { useGuideLine: !1 });
87
- yield n.load(e), yield new Promise((a, l) => {
87
+ yield n.load(e), yield new Promise((r, l) => {
88
88
  const p = o.getCurrentState();
89
- let r = e.panoIndexList.slice();
90
- p.panoIndex === r[0] && m(p.panoIndex), n.playFromStart();
89
+ let a = e.panoIndexList.slice();
90
+ p.panoIndex === a[0] && m(p.panoIndex), n.playFromStart();
91
91
  function i(u) {
92
92
  if (u !== "Panorama")
93
- return g(new Error("mode not match"));
93
+ return f(new Error("mode not match"));
94
94
  }
95
95
  function m(u) {
96
- const I = r[0];
97
- if (r = r.slice(1), u !== I)
98
- return g(new Error("panoIndex not match, wanted: " + I + ", got: " + u));
99
- if (r.length === 0)
96
+ const I = a[0];
97
+ if (a = a.slice(1), u !== I)
98
+ return f(new Error("panoIndex not match, wanted: " + I + ", got: " + u));
99
+ if (a.length === 0)
100
100
  return x();
101
101
  }
102
- function f() {
102
+ function g() {
103
103
  o.off("modeChange", i), o.off("panoArrived", m);
104
104
  }
105
- function g(u) {
106
- f(), l(u);
105
+ function f(u) {
106
+ g(), l(u);
107
107
  }
108
108
  function x() {
109
- f(), a();
109
+ g(), r();
110
110
  }
111
111
  o.on("modeChange", i), o.on("panoArrived", m);
112
112
  });
@@ -5,7 +5,7 @@ import "../shared-utils/log.js";
5
5
  import "../shared-utils/to.js";
6
6
  import "@realsee/five";
7
7
  import "../shared-utils/five/changeMode.js";
8
- import { GuideLineItem as Nm } from "./GuideLineItem/index.js";
8
+ import { GuideLineItem as Pm } from "./GuideLineItem/index.js";
9
9
  import "three";
10
10
  import "./utils/createLineGeometry.js";
11
11
  import "polyline-normals";
@@ -29,9 +29,21 @@ import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
29
29
  import "../shared-utils/animationFrame/BetterTween.js";
30
30
  import "../shared-utils/animationFrame/index.js";
31
31
  import "../shared-utils/three/loadTexture.js";
32
+ import "./utils/index.js";
33
+ import "@realsee/five/gltf-loader";
34
+ import "../vendor/svelte/internal/index.js";
35
+ import "../PanoTagPlugin/utils/device.js";
36
+ import "../shared-utils/threex/domevents/index.js";
37
+ import "animejs";
38
+ import "../PanoTagPlugin/utils/constants.js";
39
+ import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
40
+ import "lodash.get";
41
+ import "lodash.clonedeep";
42
+ import "lodash.isequal";
43
+ import "classnames";
44
+ import "../shared-utils/three/GLTFLoader.js";
32
45
  import "../PanoTagPlugin/controller/index.js";
33
46
  import "../PanoTagPlugin/utils/addDebugPoints.js";
34
- import "@realsee/five/gltf-loader";
35
47
  import "../PanoTagPlugin/utils/tag/tagCheck.js";
36
48
  import "../PanoTagPlugin/utils/actionAfterFiveModelLoad.js";
37
49
  import "../PanoTagPlugin/utils/debounce.js";
@@ -52,9 +64,6 @@ import "../PanoTagPlugin/controller/TagCache.js";
52
64
  import "../base/BasePlugin.js";
53
65
  import "../shared-utils/isAbsoluteURL.js";
54
66
  import "../vendor/svelte/store/index.js";
55
- import "../vendor/svelte/internal/index.js";
56
- import "../PanoTagPlugin/utils/device.js";
57
- import "../shared-utils/threex/domevents/index.js";
58
67
  import "../PanoTagPlugin/Components/TagContainer.js";
59
68
  import "../PanoTagPlugin/Components/TagItem.js";
60
69
  import "../PanoTagPlugin/Components/Tag/index.js";
@@ -67,14 +76,11 @@ import "../shared-utils/uuid.js";
67
76
  import "../PanoTagPlugin/Components/Common/Shadow.js";
68
77
  import "../PanoTagPlugin/Components/Common/Text/FlyMText.js";
69
78
  import "../PanoTagPlugin/Components/Common/Text/FlyText.js";
70
- import "animejs";
71
79
  import "../PanoTagPlugin/utils/search.js";
72
- import "../PanoTagPlugin/utils/constants.js";
73
80
  import "../PanoTagPlugin/Components/Common/Arrow.js";
74
81
  import "../PanoTagPlugin/Assets/Icon.js";
75
82
  import "../PanoTagPlugin/utils/doUtil.js";
76
83
  import "../shared-utils/svelte/resizeObserver.js";
77
- import "../vendor/resize-observer-polyfill/dist/ResizeObserver.es.js";
78
84
  import "../PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js";
79
85
  import "../PanoTagPlugin/Components/Common/Text/MText.js";
80
86
  import "../PanoTagPlugin/utils/px2rem.js";
@@ -101,11 +107,8 @@ import "../vendor/svelte-carousel/src/utils/clones.js";
101
107
  import "../vendor/svelte-carousel/src/utils/object.js";
102
108
  import "../vendor/svelte-carousel/src/components/Carousel/createCarousel.js";
103
109
  import "../vendor/simply-reactive/src/simply-reactive.js";
104
- import "lodash.get";
105
- import "lodash.clonedeep";
106
110
  import "../vendor/simply-reactive/src/utils/subscription.js";
107
111
  import "../vendor/simply-reactive/src/utils/object.js";
108
- import "lodash.isequal";
109
112
  import "../vendor/simply-reactive/src/utils/watcher.js";
110
113
  import "../vendor/svelte-carousel/src/utils/lazy.js";
111
114
  import "../vendor/svelte-carousel/src/utils/ProgressManager.js";
@@ -124,13 +127,12 @@ import "../PanoTagPlugin/Components/Tag/LinkTag.js";
124
127
  import "../PanoTagPlugin/Components/Common/Icon/Icon.js";
125
128
  import "../PanoTagPlugin/utils/getImageInfo.js";
126
129
  import "../PanoTagPlugin/Components/Tag/CustomTag.js";
127
- import "classnames";
128
130
  import "../PanoTagPlugin/Components/Common/TagPoint.js";
129
131
  import "../PanoTagPlugin/utils/model/imagePlane.js";
130
132
  import "../CSS3DRenderPlugin/index.js";
131
133
  import "../CSS3DRenderPlugin/Controller.js";
132
134
  import "../CSS3DRenderPlugin/utils/waitFiveModelLoaded.js";
133
- import "../shared-utils/three/GLTFLoader.js";
135
+ import "./Components/Tag.js";
134
136
  import "../base/BasePluginWithData.js";
135
137
  import "./index.js";
136
138
  import "./Controller.js";
@@ -145,5 +147,5 @@ import "../CruisePlugin/utils/formatRad.js";
145
147
  import "../CruisePlugin/utils/linerValue.js";
146
148
  import "../CruisePlugin/utils/sleep.js";
147
149
  export {
148
- Nm as GuideLineItem
150
+ Pm as GuideLineItem
149
151
  };