@realsee/dnalogel 2.21.0-dev.6 → 2.21.0-dev.7

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 (417) hide show
  1. package/components/index.js +329 -329
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +4 -1
  3. package/dist/PanoMeasurePlugin/Controller/EditController.d.ts +2 -13
  4. package/dist/PanoMeasurePlugin/Controller/index.d.ts +3 -0
  5. package/dist/PanoMeasurePlugin/Model/area.d.ts +1 -0
  6. package/dist/PanoMeasurePlugin/Model/index.d.ts +1 -0
  7. package/dist/PanoMeasurePlugin/Model/line.d.ts +2 -0
  8. package/dist/PanoMeasurePlugin/Model/polygon.d.ts +3 -0
  9. package/dist/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
  10. package/dist/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
  11. package/dist/PanoMeasurePlugin/typings/data.d.ts +2 -1
  12. package/dist/PanoMeasurePlugin/typings/event.type.d.ts +3 -0
  13. package/dist/PanoMeasurePlugin/utils/dom/base.d.ts +4 -0
  14. package/dist/PanoMeasurePlugin/utils/geometryUtil.d.ts +1 -1
  15. package/dist/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
  16. package/dist/base/BasePlugin.d.ts +4 -1
  17. package/dist/components/PaintBrush/style.d.ts +1 -1
  18. package/dist/index.cjs.js +62 -62
  19. package/dist/index.js +6430 -6189
  20. package/dist/index.umd.js +55 -55
  21. package/dist/shared-utils/absoluteUrl.d.ts +5 -0
  22. package/dist/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
  23. package/dist/shared-utils/index.d.ts +1 -1
  24. package/dist/shared-utils/three/PointSelector.d.ts +37 -3
  25. package/docs/assets/search.js +1 -1
  26. package/docs/classes/CSS3DRender.html +32 -31
  27. package/docs/classes/CruisePluginController.html +46 -43
  28. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -20
  29. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +36 -35
  30. package/docs/classes/Magnifier.html +21 -20
  31. package/docs/classes/ModelRoomLabelController.html +12 -11
  32. package/docs/classes/Object3DHelperController.html +45 -42
  33. package/docs/classes/PaintBrush.html +16 -15
  34. package/docs/classes/PanoMeasurePluginLine.html +46 -25
  35. package/docs/classes/PanoMeasurePluginModel.html +42 -26
  36. package/docs/classes/PanoMeasurePluginPoint.html +15 -14
  37. package/docs/classes/PanoMeasurePluginPolyline.html +28 -27
  38. package/docs/classes/PanoTagPluginController.html +67 -64
  39. package/docs/classes/Util.BetterTween.html +10 -9
  40. package/docs/classes/Util.Interval.html +13 -12
  41. package/docs/classes/Util.Magnifier.html +19 -18
  42. package/docs/classes/Util.PointDomHelper.html +12 -11
  43. package/docs/classes/Util.PointHelper.html +12 -11
  44. package/docs/classes/Util.PointSelectorHelper.html +18 -17
  45. package/docs/classes/Util.Rectangle.html +14 -13
  46. package/docs/enums/CameraMovementEffect.html +8 -7
  47. package/docs/enums/ContentType.html +21 -20
  48. package/docs/enums/DIRECTION.html +10 -9
  49. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +10 -9
  50. package/docs/enums/DimensionType.html +8 -7
  51. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +9 -8
  52. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +10 -9
  53. package/docs/enums/PaintBrushTypeEnum.html +9 -8
  54. package/docs/enums/PointType.html +8 -7
  55. package/docs/enums/Rotation.html +9 -8
  56. package/docs/functions/CSS3DRenderPlugin.html +5 -4
  57. package/docs/functions/CameraMovementPlugin.html +5 -4
  58. package/docs/functions/CruisePlugin.html +5 -4
  59. package/docs/functions/GuideLinePlugin.html +6 -5
  60. package/docs/functions/ItemLabelPlugin.html +5 -4
  61. package/docs/functions/MapviewFloorplanPlugin.html +5 -4
  62. package/docs/functions/ModelChassisCompassPlugin.html +5 -4
  63. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
  64. package/docs/functions/ModelFloorplanPlugin.html +5 -4
  65. package/docs/functions/ModelItemLabelPlugin.html +5 -4
  66. package/docs/functions/ModelRoomLabelPlugin.html +5 -4
  67. package/docs/functions/ModelTVVideoPlugin.html +5 -4
  68. package/docs/functions/ModelViewPlugin.html +5 -4
  69. package/docs/functions/Object3DHelperPlugin.html +5 -4
  70. package/docs/functions/PanoCompassPlugin.html +5 -4
  71. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
  72. package/docs/functions/PanoDoorLabelPlugin.html +5 -4
  73. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
  74. package/docs/functions/PanoMeasurePlugin.html +5 -4
  75. package/docs/functions/PanoRulerPlugin.html +5 -4
  76. package/docs/functions/PanoRulerProPlugin.html +5 -4
  77. package/docs/functions/PanoSpatialTagPlugin.html +5 -4
  78. package/docs/functions/PanoTagPlugin.html +5 -4
  79. package/docs/functions/PanoVideoPlugin.html +5 -4
  80. package/docs/functions/TopviewFloorplanPlugin.html +5 -4
  81. package/docs/functions/Util.absoluteUrl.html +370 -0
  82. package/docs/functions/Util.getCoordsFromClient.html +6 -5
  83. package/docs/functions/Util.getCoordsFromElement.html +6 -5
  84. package/docs/functions/Util.getFrameTime.html +6 -5
  85. package/docs/functions/Util.getIntersectFromRelativePosition.html +6 -5
  86. package/docs/functions/Util.getRaycasterFromFivePointer.html +6 -5
  87. package/docs/functions/Util.isAbsoluteURL.html +6 -5
  88. package/docs/functions/Util.isModelLike.html +6 -5
  89. package/docs/functions/Util.isNil.html +6 -5
  90. package/docs/functions/Util.isPanoramaLike.html +6 -5
  91. package/docs/functions/Util.nextFrame.html +6 -5
  92. package/docs/functions/Util.notNil.html +6 -5
  93. package/docs/functions/Util.requestAnimationFrameInterval.html +6 -5
  94. package/docs/functions/Util.tweenProgress.html +6 -5
  95. package/docs/functions/Util.uuid.html +6 -5
  96. package/docs/functions/pluginFlag.html +6 -5
  97. package/docs/index.html +6 -5
  98. package/docs/interfaces/AddTagConfig.html +7 -6
  99. package/docs/interfaces/CSS3DRenderPluginEventMap.html +12 -11
  100. package/docs/interfaces/CSS3DRenderPluginState.html +9 -8
  101. package/docs/interfaces/CameraMovementPluginExportType.html +8 -7
  102. package/docs/interfaces/CruisePluginTypes.Config.html +9 -8
  103. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -12
  104. package/docs/interfaces/CruisePluginTypes.EventMap.html +21 -20
  105. package/docs/interfaces/CruisePluginTypes.MoveAction.html +13 -12
  106. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +15 -14
  107. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +15 -14
  108. package/docs/interfaces/CruisePluginTypes.PluginData.html +10 -9
  109. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +8 -7
  110. package/docs/interfaces/CruisePluginTypes.PluginState.html +12 -11
  111. package/docs/interfaces/EventMap.html +16 -15
  112. package/docs/interfaces/FloorplanBounding.html +9 -8
  113. package/docs/interfaces/FloorplanData.html +11 -10
  114. package/docs/interfaces/FloorplanEntrance.html +12 -11
  115. package/docs/interfaces/FloorplanExtraObject.html +11 -10
  116. package/docs/interfaces/FloorplanExtraObject3D.html +9 -8
  117. package/docs/interfaces/FloorplanFloorData.html +10 -9
  118. package/docs/interfaces/FloorplanImagePosition.html +8 -7
  119. package/docs/interfaces/FloorplanObserver.html +10 -9
  120. package/docs/interfaces/FloorplanOutlineItem.html +10 -9
  121. package/docs/interfaces/FloorplanPosition.html +8 -7
  122. package/docs/interfaces/FloorplanRoomItem.html +14 -13
  123. package/docs/interfaces/FloorplanRoomLabelItem.html +8 -7
  124. package/docs/interfaces/FloorplanServerBounding.html +9 -8
  125. package/docs/interfaces/FloorplanServerComputedData.html +11 -10
  126. package/docs/interfaces/FloorplanServerData.html +8 -7
  127. package/docs/interfaces/FloorplanServerDoorItem.html +11 -10
  128. package/docs/interfaces/FloorplanServerDoorPosition.html +9 -8
  129. package/docs/interfaces/FloorplanServerEntrance.html +12 -11
  130. package/docs/interfaces/FloorplanServerFloorData.html +10 -9
  131. package/docs/interfaces/FloorplanServerImagePosition.html +8 -7
  132. package/docs/interfaces/FloorplanServerObserver.html +10 -9
  133. package/docs/interfaces/FloorplanServerOutlineItem.html +10 -9
  134. package/docs/interfaces/FloorplanServerPosition.html +8 -7
  135. package/docs/interfaces/FloorplanServerRoomItem.html +15 -14
  136. package/docs/interfaces/FloorplanServerRoomLabelItem.html +8 -7
  137. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +9 -8
  138. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -10
  139. package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -13
  140. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -8
  141. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -6
  142. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +14 -13
  143. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -8
  144. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +19 -18
  145. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -7
  146. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +19 -18
  147. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -5
  148. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +8 -7
  149. package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -8
  150. package/docs/interfaces/GuideLinePluginType.Route.html +12 -11
  151. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -9
  152. package/docs/interfaces/HelperOffset.html +9 -8
  153. package/docs/interfaces/ImagePlaneGroup.html +7 -6
  154. package/docs/interfaces/ItemLabelPluginData.html +7 -6
  155. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +12 -11
  156. package/docs/interfaces/ItemLabelPluginParametersType.html +10 -9
  157. package/docs/interfaces/MinMax.html +8 -7
  158. package/docs/interfaces/ModelChassisCompassPluginData.html +8 -7
  159. package/docs/interfaces/ModelChassisCompassPluginExportType.html +9 -8
  160. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +8 -7
  161. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +9 -8
  162. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +9 -8
  163. package/docs/interfaces/ModelItemLabelPluginData.html +7 -6
  164. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +12 -11
  165. package/docs/interfaces/ModelItemLabelPluginParametersType.html +8 -7
  166. package/docs/interfaces/ModelRoomLabelPluginData.html +7 -6
  167. package/docs/interfaces/ModelTVVideoPluginData.html +10 -9
  168. package/docs/interfaces/ModelTVVideoPluginExportType.html +9 -8
  169. package/docs/interfaces/ModelTVVideoPluginParameterType.html +7 -6
  170. package/docs/interfaces/ModelViewPluginExportType.html +12 -11
  171. package/docs/interfaces/Object3DHelperState.html +9 -8
  172. package/docs/interfaces/ObjectHelperControllers.html +10 -9
  173. package/docs/interfaces/PaintBrushAction.html +13 -12
  174. package/docs/interfaces/PaintBrushConfigs.html +13 -12
  175. package/docs/interfaces/PaintBrushState.html +11 -10
  176. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +11 -10
  177. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -5
  178. package/docs/interfaces/PanoMeasureParameterType.html +16 -15
  179. package/docs/interfaces/PanoMeasurePluginLineJson.html +9 -8
  180. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +8 -7
  181. package/docs/interfaces/PanoMeasurePluginPointJson.html +8 -7
  182. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +9 -8
  183. package/docs/interfaces/PanoRulerPluginExportType.html +11 -10
  184. package/docs/interfaces/PanoRulerPluginOptions.html +8 -7
  185. package/docs/interfaces/PanoRulerPluginParameterType.html +9 -8
  186. package/docs/interfaces/PanoRulerProPluginExportType.html +10 -9
  187. package/docs/interfaces/PanoRulerProPluginOptions.html +8 -7
  188. package/docs/interfaces/PanoRulerProPluginParameterType.html +8 -7
  189. package/docs/interfaces/PanoRulerProPluginState.html +9 -8
  190. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -5
  191. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -5
  192. package/docs/interfaces/PanoSpatialTagPluginData.html +12 -11
  193. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +11 -10
  194. package/docs/interfaces/PanoSpatialTagPluginExportType.html +14 -13
  195. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +11 -10
  196. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +14 -13
  197. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +12 -11
  198. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +11 -10
  199. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +7 -6
  200. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +9 -8
  201. package/docs/interfaces/PanoVideoPluginType.PluginData.html +7 -6
  202. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +10 -9
  203. package/docs/interfaces/PanoVideoPluginType.PluginState.html +7 -6
  204. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +9 -8
  205. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +11 -10
  206. package/docs/interfaces/Point.html +9 -8
  207. package/docs/interfaces/Room.html +10 -9
  208. package/docs/interfaces/RoomInfo.html +8 -7
  209. package/docs/interfaces/RoomLabel.html +15 -14
  210. package/docs/interfaces/RoomRules.html +6 -5
  211. package/docs/interfaces/Rooms.html +6 -5
  212. package/docs/interfaces/Scissor.html +10 -9
  213. package/docs/interfaces/State.html +9 -8
  214. package/docs/interfaces/TagCacheInterface.html +13 -12
  215. package/docs/interfaces/TagConfig.html +14 -13
  216. package/docs/interfaces/TagGLTFObjectGroup.html +7 -6
  217. package/docs/interfaces/TagIconUrl.html +13 -12
  218. package/docs/interfaces/TagObjectGroup.html +7 -6
  219. package/docs/interfaces/TagStyle.html +7 -6
  220. package/docs/interfaces/Tags.html +10 -9
  221. package/docs/interfaces/TemporaryState.html +7 -6
  222. package/docs/interfaces/Util.MagnifierParameter.html +12 -11
  223. package/docs/interfaces/Util.MouseGroupParameter.html +9 -8
  224. package/docs/interfaces/Util.PointIntersection.html +9 -8
  225. package/docs/modules/CruisePluginTypes.html +6 -5
  226. package/docs/modules/GuideLineItem.html +6 -5
  227. package/docs/modules/GuideLineModeItem.html +6 -5
  228. package/docs/modules/GuideLinePluginType.html +6 -5
  229. package/docs/modules/PanoVideoPluginType.html +6 -5
  230. package/docs/modules/Util.html +7 -5
  231. package/docs/modules.html +5 -4
  232. package/docs/types/ArrayPosition.html +6 -5
  233. package/docs/types/AudioAppearance.html +6 -5
  234. package/docs/types/AudioTagTypeConfigKey.html +6 -5
  235. package/docs/types/CSS3DRenderExportType.html +6 -5
  236. package/docs/types/CSS3DRenderPluginExportType.html +6 -5
  237. package/docs/types/CSS3DRenderPluginParameterType.html +6 -5
  238. package/docs/types/ClassFunctionParameters.html +6 -5
  239. package/docs/types/Color.html +6 -5
  240. package/docs/types/ContentTypeConfigKey.html +6 -5
  241. package/docs/types/ContentTypeConfigKeySplit.html +6 -5
  242. package/docs/types/ContentTypeMap.html +6 -5
  243. package/docs/types/Create3DDomContainerReturnType.html +6 -5
  244. package/docs/types/Create3DElementReturnType.html +6 -5
  245. package/docs/types/CruisePluginExportType.html +6 -5
  246. package/docs/types/CruisePluginTypes.CruiseData.html +6 -5
  247. package/docs/types/CruisePluginTypes.MoveEffect.html +6 -5
  248. package/docs/types/DeprecatedMediaPlaneProperty.html +6 -5
  249. package/docs/types/DeprecatedTagProperty.html +6 -5
  250. package/docs/types/Direction-1.html +6 -5
  251. package/docs/types/Direction4.html +6 -5
  252. package/docs/types/ElementRenderer.html +6 -5
  253. package/docs/types/FloorplanRuleLabels.html +6 -5
  254. package/docs/types/FloorplanServerRuleLabels.html +6 -5
  255. package/docs/types/GuideLinePluginExportType.html +6 -5
  256. package/docs/types/GuideLinePluginType.GuideLineItem.html +6 -5
  257. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -5
  258. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -5
  259. package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -5
  260. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -5
  261. package/docs/types/GuideLinePluginType.PathItem.html +6 -5
  262. package/docs/types/GuideLinePluginType.PluginData.html +6 -5
  263. package/docs/types/HelperEventMap.html +6 -5
  264. package/docs/types/LoadTagConfig.html +6 -5
  265. package/docs/types/MapviewFloorplanPluginParameterType.html +6 -5
  266. package/docs/types/MapviewFloorplanPluginReturnType.html +6 -5
  267. package/docs/types/MediaData.html +6 -5
  268. package/docs/types/MediaStore.html +6 -5
  269. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -5
  270. package/docs/types/ModelFloorplanPluginParameterType.html +6 -5
  271. package/docs/types/ModelFloorplanPluginReturnType.html +6 -5
  272. package/docs/types/ModelRoomLabelPluginParameters.html +6 -5
  273. package/docs/types/ModelRoomLabelPluginReturnType.html +6 -5
  274. package/docs/types/MoveArgs.html +6 -5
  275. package/docs/types/MoveOpts.html +6 -5
  276. package/docs/types/Object3DHelperEventMap.html +6 -5
  277. package/docs/types/ObjectFit.html +6 -5
  278. package/docs/types/PaintBrushEventMap.html +6 -5
  279. package/docs/types/PanoCompassPluginData.html +6 -5
  280. package/docs/types/PanoCompassPluginExportType.html +6 -5
  281. package/docs/types/PanoCompassPluginParameterType.html +6 -5
  282. package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -5
  283. package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -5
  284. package/docs/types/PanoIndex.html +6 -5
  285. package/docs/types/PanoMeasurePluginEvent.html +6 -5
  286. package/docs/types/PanoMeasureReturnType.html +6 -5
  287. package/docs/types/PanoSpatialTagPluginId.html +6 -5
  288. package/docs/types/PanoTagPluginExportInterface.html +6 -5
  289. package/docs/types/PanoTagPluginParamsInterface.html +6 -5
  290. package/docs/types/PanoVideoPluginParameterType.html +6 -5
  291. package/docs/types/PanoVideoPluginReturnType.html +6 -5
  292. package/docs/types/PartialObjectDeep.html +6 -5
  293. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +6 -5
  294. package/docs/types/PlaneTag.html +6 -5
  295. package/docs/types/Point2DTag.html +6 -5
  296. package/docs/types/Point3DTag.html +6 -5
  297. package/docs/types/PointTag.html +6 -5
  298. package/docs/types/PointTagInstance.html +6 -5
  299. package/docs/types/Position.html +6 -5
  300. package/docs/types/RotateArgs.html +6 -5
  301. package/docs/types/RotateOpts.html +6 -5
  302. package/docs/types/RuleLabelsKey.html +6 -5
  303. package/docs/types/RuleLabelsValue.html +6 -5
  304. package/docs/types/StickType.html +6 -5
  305. package/docs/types/Tag.html +6 -5
  306. package/docs/types/Tag2D.html +6 -5
  307. package/docs/types/Tag3D.html +6 -5
  308. package/docs/types/TagContentType.html +6 -5
  309. package/docs/types/TagDimensionType.html +6 -5
  310. package/docs/types/TagElement.html +6 -5
  311. package/docs/types/TagEvents.html +6 -5
  312. package/docs/types/TagGLTFObject.html +6 -5
  313. package/docs/types/TagHooks.html +6 -5
  314. package/docs/types/TagId.html +6 -5
  315. package/docs/types/TagInstance.html +6 -5
  316. package/docs/types/TagPointType.html +6 -5
  317. package/docs/types/TagRendererMap.html +6 -5
  318. package/docs/types/TopviewFloorplanPluginParameterType.html +6 -5
  319. package/docs/types/TopviewFloorplanPluginReturnType.html +6 -5
  320. package/docs/types/WorkCode.html +6 -5
  321. package/docs/variables/FLOOR_TYPE_MAP.html +6 -5
  322. package/docs/variables/PLUGIN.html +6 -5
  323. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -5
  324. package/docs/variables/ROOM_TYPE_MAP.html +6 -5
  325. package/docs/variables/itemLabelPluginServerParams.html +6 -5
  326. package/docs/variables/modelItemLabelPluginServerParams.html +6 -5
  327. package/docs/variables/modelRoomLabelPluginServerParams.html +6 -5
  328. package/libs/CSS3DRenderPlugin/Controller.d.ts +4 -1
  329. package/libs/CSS3DRenderPlugin/Controller.js +31 -28
  330. package/libs/CSS3DRenderPlugin/index.js +1 -1
  331. package/libs/CruisePlugin/Controller.js +1 -1
  332. package/libs/CruisePlugin/index.js +1 -1
  333. package/libs/GuideLinePlugin/Components/Tag.js +68 -68
  334. package/libs/GuideLinePlugin/Controller.js +1 -1
  335. package/libs/GuideLinePlugin/GuideLineItem.js +1 -1
  336. package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
  337. package/libs/GuideLinePlugin/index.js +1 -1
  338. package/libs/ItemLabelPlugin/ItemLabelItem.js +82 -82
  339. package/libs/ModelTVVideoPlugin/Plugin.js +30 -29
  340. package/libs/ModelTVVideoPlugin/index.js +4 -3
  341. package/libs/Object3DHelperPlugin/Controller.js +1 -1
  342. package/libs/Object3DHelperPlugin/index.js +1 -1
  343. package/libs/PanoCompassPlugin/Controller.js +20 -20
  344. package/libs/PanoCompassPlugin/index.js +1 -1
  345. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
  346. package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
  347. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +60 -60
  348. package/libs/PanoDoorLabelPlugin/index.js +1 -1
  349. package/libs/PanoMeasurePlugin/Components/Controller1.js +225 -155
  350. package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +2 -13
  351. package/libs/PanoMeasurePlugin/Controller/EditController.js +142 -110
  352. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -1
  353. package/libs/PanoMeasurePlugin/Controller/index.d.ts +3 -0
  354. package/libs/PanoMeasurePlugin/Controller/index.js +63 -66
  355. package/libs/PanoMeasurePlugin/Model/area.d.ts +1 -0
  356. package/libs/PanoMeasurePlugin/Model/area.js +10 -5
  357. package/libs/PanoMeasurePlugin/Model/index.d.ts +1 -0
  358. package/libs/PanoMeasurePlugin/Model/index.js +47 -39
  359. package/libs/PanoMeasurePlugin/Model/line.d.ts +2 -0
  360. package/libs/PanoMeasurePlugin/Model/line.js +6 -0
  361. package/libs/PanoMeasurePlugin/Model/polygon.d.ts +3 -0
  362. package/libs/PanoMeasurePlugin/Model/polygon.js +17 -14
  363. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
  364. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -14
  365. package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
  366. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
  367. package/libs/PanoMeasurePlugin/index.js +19 -17
  368. package/libs/PanoMeasurePlugin/typings/data.d.ts +2 -1
  369. package/libs/PanoMeasurePlugin/typings/event.type.d.ts +3 -0
  370. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +36 -15
  371. package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +4 -0
  372. package/libs/PanoMeasurePlugin/utils/dom/base.js +37 -31
  373. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +38 -23
  374. package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +1 -1
  375. package/libs/PanoMeasurePlugin/utils/geometryUtil.js +15 -13
  376. package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
  377. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  378. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  379. package/libs/PanoTagPlugin/controller/TagCache.js +1 -1
  380. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
  381. package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
  382. package/libs/PanoTagPlugin/controller/TagUtil.js +1 -1
  383. package/libs/PanoTagPlugin/controller/index.js +1 -1
  384. package/libs/PanoTagPlugin/index.js +1 -1
  385. package/libs/PanoVideoPlugin/Controller.js +1 -1
  386. package/libs/PanoVideoPlugin/index.js +1 -1
  387. package/libs/base/BasePlugin.d.ts +4 -1
  388. package/libs/base/BasePlugin.js +14 -11
  389. package/libs/components/PaintBrush/style.d.ts +1 -1
  390. package/libs/components/PaintBrush/style.js +4 -4
  391. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
  392. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
  393. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
  394. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
  395. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
  396. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
  397. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
  398. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
  399. package/libs/index.js +4 -4
  400. package/libs/shared-utils/absoluteUrl.d.ts +5 -0
  401. package/libs/shared-utils/absoluteUrl.js +10 -0
  402. package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
  403. package/libs/shared-utils/index.d.ts +1 -1
  404. package/libs/shared-utils/index.js +17 -16
  405. package/libs/shared-utils/logger.js +1 -1
  406. package/libs/shared-utils/three/Magnifier.js +6 -5
  407. package/libs/shared-utils/three/PointSelector.d.ts +37 -3
  408. package/libs/shared-utils/three/PointSelector.js +84 -36
  409. package/libs/vendor/svelte/internal/index.js +392 -345
  410. package/package.json +1 -1
  411. package/dist/shared-utils/isAbsoluteURL.d.ts +0 -1
  412. package/libs/shared-utils/isAbsoluteURL.d.ts +0 -1
  413. package/libs/shared-utils/isAbsoluteURL.js +0 -6
  414. /package/dist/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.d.ts +0 -0
  415. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.d.ts +0 -0
  416. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.js +0 -0
  417. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.js +0 -0
@@ -1,24 +1,24 @@
1
- var E = Object.defineProperty, C = Object.defineProperties;
1
+ var C = Object.defineProperty, R = Object.defineProperties;
2
2
  var F = Object.getOwnPropertyDescriptors;
3
3
  var b = Object.getOwnPropertySymbols;
4
4
  var D = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
5
- var m = (i, t, e) => t in i ? E(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e, p = (i, t) => {
5
+ var m = (r, t, e) => t in r ? C(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e, p = (r, t) => {
6
6
  for (var e in t || (t = {}))
7
- D.call(t, e) && m(i, e, t[e]);
7
+ D.call(t, e) && m(r, e, t[e]);
8
8
  if (b)
9
9
  for (var e of b(t))
10
- S.call(t, e) && m(i, e, t[e]);
11
- return i;
12
- }, l = (i, t) => C(i, F(t));
13
- var o = (i, t, e) => (m(i, typeof t != "symbol" ? t + "" : t, e), e);
14
- import { CSS3DRender as $ } from "./utils/three/CSS3DRender.js";
15
- import x from "./utils/waitFiveModelLoaded.js";
16
- import O from "./utils/generateBehindFiveElement.js";
10
+ S.call(t, e) && m(r, e, t[e]);
11
+ return r;
12
+ }, l = (r, t) => R(r, F(t));
13
+ var o = (r, t, e) => (m(r, typeof t != "symbol" ? t + "" : t, e), e);
14
+ import { CSS3DRender as x } from "./utils/three/CSS3DRender.js";
15
+ import O from "./utils/waitFiveModelLoaded.js";
16
+ import P from "./utils/generateBehindFiveElement.js";
17
17
  import "hammerjs";
18
18
  import "three";
19
19
  import "@realsee/five";
20
20
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
21
- import { isAbsoluteURL as P } from "../shared-utils/isAbsoluteURL.js";
21
+ import { absoluteUrl as $ } from "../shared-utils/absoluteUrl.js";
22
22
  import "./utils/three/CSS3DRenderer.js";
23
23
  import "three/examples/jsm/renderers/CSS3DRenderer";
24
24
  import "./utils/getAllCSS3DObject.js";
@@ -31,14 +31,14 @@ import "./utils/three/OpacityMesh.js";
31
31
  import "../shared-utils/three/centerPoint.js";
32
32
  import "./utils/three/CSS3DScene.js";
33
33
  import "./utils/three/CSS3DGroup.js";
34
- const R = "v2.0.1", h = `CSS3DRenderPlugin@${R}`;
35
- class W extends $ {
34
+ const E = "v2.0.1", h = `CSS3DRenderPlugin@${E}`;
35
+ class W extends x {
36
36
  constructor(e) {
37
37
  super();
38
38
  o(this, "five");
39
39
  o(this, "behindFiveContainer");
40
- o(this, "VERSION", R);
41
- o(this, "staticPrefix", "//vrlab-static.ljcdn.com");
40
+ o(this, "VERSION", E);
41
+ o(this, "staticPrefix", "//vr-image-4.realsee-cdn.cn");
42
42
  /**
43
43
  * @description 根据传入的四个点位创建一个 3d dom容器,可以通过ReactDom.render()的方式将react组件放到容器中
44
44
  * @param { Vector3Position[] } points 矩形四个点坐标
@@ -74,19 +74,19 @@ class W extends $ {
74
74
  * } | void
75
75
  * ```
76
76
  */
77
- o(this, "create3DDomContainer", (e, r) => {
77
+ o(this, "create3DDomContainer", (e, i) => {
78
78
  if (this.state.disposed)
79
79
  return;
80
80
  const s = (() => {
81
81
  var f;
82
- (r == null ? void 0 : r.dpr) !== void 0 && console.warn(`${h}: please use "config.devicePixelRatio" replace "config.dpr"`);
82
+ (i == null ? void 0 : i.dpr) !== void 0 && console.warn(`${h}: please use "config.devicePixelRatio" replace "config.dpr"`);
83
83
  const d = {
84
84
  ratio: 216e-5,
85
- devicePixelRatio: (f = r == null ? void 0 : r.dpr) != null ? f : 1,
85
+ devicePixelRatio: (f = i == null ? void 0 : i.dpr) != null ? f : 1,
86
86
  mode: "front",
87
87
  autoRender: !0
88
88
  };
89
- return Object.assign(d, r, (r == null ? void 0 : r.mode) === "behind" ? { scene: this.five.scene } : void 0);
89
+ return Object.assign(d, i, (i == null ? void 0 : i.mode) === "behind" ? { scene: this.five.scene } : void 0);
90
90
  })(), a = this.five.getElement();
91
91
  if (!a) {
92
92
  console.error(`${h}: five.getElement() is ${a}`);
@@ -97,15 +97,15 @@ class W extends $ {
97
97
  const n = this.create3DElement(this.five.camera, e, l(p({}, s), { autoRender: !1 }));
98
98
  if (!n)
99
99
  return;
100
- const c = () => {
100
+ const u = () => {
101
101
  const d = n.css3DObject.mode === "front" ? a.parentElement : this.getBehindFiveElement();
102
102
  if (!d)
103
103
  return console.error(`${h}: wrapper is ${d}`);
104
104
  n.appendToElement(d), n.render();
105
- }, u = () => {
106
- n.css3DObject.mode === "front" && c(), n.css3DObject.mode === "behind" && x(this.five).then(() => c());
105
+ }, c = () => {
106
+ n.css3DObject.mode === "front" && u(), n.css3DObject.mode === "behind" && O(this.five).then(() => u());
107
107
  };
108
- return v && u(), l(p({}, n), { render: v ? void 0 : u });
108
+ return v && c(), l(p({}, n), { render: v ? void 0 : c });
109
109
  });
110
110
  this.five = e;
111
111
  }
@@ -114,14 +114,17 @@ class W extends $ {
114
114
  return this.dispose();
115
115
  }
116
116
  setState(...e) {
117
- const r = super.setState(...e);
118
- return this.five.needsRender = !0, r;
117
+ const i = super.setState(...e);
118
+ return this.five.needsRender = !0, i;
119
119
  }
120
120
  getBehindFiveElement() {
121
- return this.behindFiveContainer ? this.behindFiveContainer : (this.behindFiveContainer = O(this.five), this.behindFiveContainer);
121
+ return this.behindFiveContainer ? this.behindFiveContainer : (this.behindFiveContainer = P(this.five), this.behindFiveContainer);
122
122
  }
123
- isAbsoluteURL(e) {
124
- return P(e) ? e : `${this.staticPrefix}${e}`;
123
+ /**
124
+ * @description: 获取静态资源的url
125
+ */
126
+ absoluteUrl(e) {
127
+ return $(this.staticPrefix, e);
125
128
  }
126
129
  }
127
130
  export {
@@ -6,7 +6,7 @@ import "hammerjs";
6
6
  import "three";
7
7
  import "@realsee/five";
8
8
  import "../vendor/@tweenjs/tween/dist/tween.esm.js.js";
9
- import "../shared-utils/isAbsoluteURL.js";
9
+ import "../shared-utils/absoluteUrl.js";
10
10
  import "./utils/three/CSS3DRenderer.js";
11
11
  import "three/examples/jsm/renderers/CSS3DRenderer";
12
12
  import "./utils/getAllCSS3DObject.js";
@@ -55,7 +55,7 @@ import "../shared-utils/three/centerPoint.js";
55
55
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
56
56
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
57
57
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
58
- import "../shared-utils/isAbsoluteURL.js";
58
+ import "../shared-utils/absoluteUrl.js";
59
59
  import "../GuideLinePlugin/Controller.js";
60
60
  import "../GuideLinePlugin/GuideLineItem/index.js";
61
61
  import "../GuideLinePlugin/GuideLineModeItem/index.js";
@@ -20,7 +20,7 @@ import "../shared-utils/three/centerPoint.js";
20
20
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
21
21
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
22
22
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
23
- import "../shared-utils/isAbsoluteURL.js";
23
+ import "../shared-utils/absoluteUrl.js";
24
24
  import "../GuideLinePlugin/index.js";
25
25
  import "../GuideLinePlugin/Controller.js";
26
26
  import "../shared-utils/equal.js";
@@ -1,134 +1,134 @@
1
- import { SvelteComponent as G, init as X, safe_not_equal as P, append_styles as w, element as m, space as x, attr as u, set_style as k, insert as T, append as r, noop as E, detach as N, text as p, set_data as A } from "../../vendor/svelte/internal/index.js";
2
- function Z(i) {
3
- w(i, "svelte-b9xhqz", ".guide-line__tag.svelte-b9xhqz.svelte-b9xhqz{position:relative}.text-with-distance.svelte-b9xhqz.svelte-b9xhqz{display:flex;flex-direction:column;position:relative;padding:0.125rem 0.25rem;border-radius:0.125rem;background:linear-gradient(to top, rgba(147, 147, 147, 0.3), rgba(74, 74, 74, 0.3));box-shadow:0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.2)}.text-with-distance.svelte-b9xhqz .border.svelte-b9xhqz{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;padding:0.0625rem;border-radius:0.25rem;background:linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;transform:scale(0.5)}.distance-and-name.svelte-b9xhqz.svelte-b9xhqz{display:flex;gap:0.1875rem}.distance.svelte-b9xhqz.svelte-b9xhqz{white-space:nowrap;font-size:0.625rem;line-height:0.875rem;color:#66afff}.name.svelte-b9xhqz.svelte-b9xhqz{opacity:0.6;font-size:0.625rem;line-height:0.875rem;white-space:nowrap;color:#ffffff}.line-name.svelte-b9xhqz.svelte-b9xhqz{color:#fff;white-space:nowrap;font-size:0.625rem;line-height:0.875rem}.guide-line__tag-point.svelte-b9xhqz.svelte-b9xhqz{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-b9xhqz.svelte-b9xhqz{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-b9xhqz.svelte-b9xhqz{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-b9xhqz.svelte-b9xhqz{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-b9xhqz.svelte-b9xhqz{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}");
1
+ import { SvelteComponent as D, init as G, safe_not_equal as X, append_styles as x, element as u, space as p, attr as c, set_style as k, insert as T, append as a, noop as y, detach as z, text as h, set_data as j } from "../../vendor/svelte/internal/index.js";
2
+ function P(i) {
3
+ x(i, "svelte-4qjwer", ".guide-line__tag.svelte-4qjwer.svelte-4qjwer{position:relative}.text-with-distance.svelte-4qjwer.svelte-4qjwer{display:flex;flex-direction:column;position:relative;padding:0.125rem 0.25rem;border-radius:0.125rem;background:linear-gradient(to top, rgba(147, 147, 147, 0.3), rgba(74, 74, 74, 0.3));box-shadow:0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.2)}.text-with-distance.svelte-4qjwer .border.svelte-4qjwer{position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;padding:0.0625rem;border-radius:0.25rem;background:linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));-webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;transform:scale(0.5)}.distance-and-name.svelte-4qjwer.svelte-4qjwer{display:flex;gap:0.1875rem}.distance.svelte-4qjwer.svelte-4qjwer{white-space:nowrap;font-size:0.625rem;line-height:0.875rem;color:#66afff}.name.svelte-4qjwer.svelte-4qjwer{opacity:0.6;font-size:0.625rem;line-height:0.875rem;white-space:nowrap;color:#ffffff}.line-name.svelte-4qjwer.svelte-4qjwer{color:#fff;white-space:nowrap;font-size:0.625rem;line-height:0.875rem}.guide-line__tag-point.svelte-4qjwer.svelte-4qjwer{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-4qjwer.svelte-4qjwer{position:absolute;left:50%;bottom:0.0625rem;width:0.0625rem;height:1.875rem;transform:translateX(-50%);background:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}.guide-line__tag-content.svelte-4qjwer.svelte-4qjwer{position:absolute;left:-0.9375rem;bottom:1.9375rem;display:flex}.guide-line__tag-icon.svelte-4qjwer.svelte-4qjwer{width:1.875rem;height:1.875rem;background-size:100%}.guide-line__tag-text.svelte-4qjwer.svelte-4qjwer{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-slice:6 25 6 18 fill;color:#fff}");
4
4
  }
5
- function I(i) {
6
- let e, a;
5
+ function E(i) {
6
+ let e, r;
7
7
  return {
8
8
  c() {
9
- e = m("div"), a = p(
9
+ e = u("div"), r = h(
10
10
  /*text*/
11
11
  i[0]
12
- ), u(e, "class", "guide-line__tag-text svelte-b9xhqz"), k(e, "border-image-source", `url(${/*text_background_url*/
12
+ ), c(e, "class", "guide-line__tag-text svelte-4qjwer"), k(e, "border-image-source", `url(${/*text_background_url*/
13
13
  i[6]})`);
14
14
  },
15
15
  m(l, n) {
16
- T(l, e, n), r(e, a);
16
+ T(l, e, n), a(e, r);
17
17
  },
18
18
  p(l, n) {
19
19
  n & /*text*/
20
- 1 && A(
21
- a,
20
+ 1 && j(
21
+ r,
22
22
  /*text*/
23
23
  l[0]
24
24
  );
25
25
  },
26
26
  d(l) {
27
- l && N(e);
27
+ l && z(e);
28
28
  }
29
29
  };
30
30
  }
31
- function _(i) {
32
- let e, a, l, n, g = (
31
+ function I(i) {
32
+ let e, r, l, n, v = (
33
33
  /*i18n*/
34
34
  i[5]("全程") + ""
35
- ), o, d, h = (
35
+ ), o, d, q = (
36
36
  /*i18n*/
37
37
  i[5]("米") + ""
38
- ), v, t, s, f, q, y, b = (
38
+ ), b, t, s, f, w, N, m = (
39
39
  /*name*/
40
- i[4] && D(i)
40
+ i[4] && _(i)
41
41
  );
42
42
  return {
43
43
  c() {
44
- e = m("div"), b && b.c(), a = x(), l = m("div"), n = m("span"), o = p(g), d = p(
44
+ e = u("div"), m && m.c(), r = p(), l = u("div"), n = u("span"), o = h(v), d = h(
45
45
  /*distance*/
46
46
  i[2]
47
- ), v = p(h), t = x(), s = m("span"), f = p(
47
+ ), b = h(q), t = p(), s = u("span"), f = h(
48
48
  /*text*/
49
49
  i[0]
50
- ), q = x(), y = m("div"), u(n, "class", "distance svelte-b9xhqz"), u(s, "class", "name svelte-b9xhqz"), u(l, "class", "distance-and-name svelte-b9xhqz"), u(y, "class", "border svelte-b9xhqz"), u(e, "class", "text-with-distance svelte-b9xhqz");
50
+ ), w = p(), N = u("div"), c(n, "class", "distance svelte-4qjwer"), c(s, "class", "name svelte-4qjwer"), c(l, "class", "distance-and-name svelte-4qjwer"), c(N, "class", "border svelte-4qjwer"), c(e, "class", "text-with-distance svelte-4qjwer");
51
51
  },
52
- m(c, z) {
53
- T(c, e, z), b && b.m(e, null), r(e, a), r(e, l), r(l, n), r(n, o), r(n, d), r(n, v), r(l, t), r(l, s), r(s, f), r(e, q), r(e, y);
52
+ m(g, A) {
53
+ T(g, e, A), m && m.m(e, null), a(e, r), a(e, l), a(l, n), a(n, o), a(n, d), a(n, b), a(l, t), a(l, s), a(s, f), a(e, w), a(e, N);
54
54
  },
55
- p(c, z) {
55
+ p(g, A) {
56
56
  /*name*/
57
- c[4] ? b ? b.p(c, z) : (b = D(c), b.c(), b.m(e, a)) : b && (b.d(1), b = null), z & /*i18n*/
58
- 32 && g !== (g = /*i18n*/
59
- c[5]("全程") + "") && A(o, g), z & /*distance*/
60
- 4 && A(
57
+ g[4] ? m ? m.p(g, A) : (m = _(g), m.c(), m.m(e, r)) : m && (m.d(1), m = null), A & /*i18n*/
58
+ 32 && v !== (v = /*i18n*/
59
+ g[5]("全程") + "") && j(o, v), A & /*distance*/
60
+ 4 && j(
61
61
  d,
62
62
  /*distance*/
63
- c[2]
64
- ), z & /*i18n*/
65
- 32 && h !== (h = /*i18n*/
66
- c[5]("米") + "") && A(v, h), z & /*text*/
67
- 1 && A(
63
+ g[2]
64
+ ), A & /*i18n*/
65
+ 32 && q !== (q = /*i18n*/
66
+ g[5]("米") + "") && j(b, q), A & /*text*/
67
+ 1 && j(
68
68
  f,
69
69
  /*text*/
70
- c[0]
70
+ g[0]
71
71
  );
72
72
  },
73
- d(c) {
74
- c && N(e), b && b.d();
73
+ d(g) {
74
+ g && z(e), m && m.d();
75
75
  }
76
76
  };
77
77
  }
78
- function D(i) {
79
- let e, a;
78
+ function _(i) {
79
+ let e, r;
80
80
  return {
81
81
  c() {
82
- e = m("span"), a = p(
82
+ e = u("span"), r = h(
83
83
  /*name*/
84
84
  i[4]
85
- ), u(e, "class", "line-name svelte-b9xhqz");
85
+ ), c(e, "class", "line-name svelte-4qjwer");
86
86
  },
87
87
  m(l, n) {
88
- T(l, e, n), r(e, a);
88
+ T(l, e, n), a(e, r);
89
89
  },
90
90
  p(l, n) {
91
91
  n & /*name*/
92
- 16 && A(
93
- a,
92
+ 16 && j(
93
+ r,
94
94
  /*name*/
95
95
  l[4]
96
96
  );
97
97
  },
98
98
  d(l) {
99
- l && N(e);
99
+ l && z(e);
100
100
  }
101
101
  };
102
102
  }
103
- function K(i) {
104
- let e, a, l, n, g, o, d, h, v, t = (
103
+ function Z(i) {
104
+ let e, r, l, n, v, o, d, q, b, t = (
105
105
  /*text*/
106
106
  i[0] && !/*distance*/
107
- i[2] && I(i)
107
+ i[2] && E(i)
108
108
  ), s = (
109
109
  /*distance*/
110
- i[2] && _(i)
110
+ i[2] && I(i)
111
111
  );
112
112
  return {
113
113
  c() {
114
- e = m("div"), a = m("div"), l = x(), n = m("div"), g = x(), o = m("div"), d = m("div"), h = x(), t && t.c(), v = x(), s && s.c(), u(a, "class", "guide-line__tag-point svelte-b9xhqz"), u(n, "class", "guide-line__tag-line svelte-b9xhqz"), u(d, "class", "guide-line__tag-icon svelte-b9xhqz"), k(d, "background-image", `url(${/*icon_url*/
115
- i[1]})`), u(o, "class", "guide-line__tag-content svelte-b9xhqz"), u(e, "class", "guide-line__tag svelte-b9xhqz"), k(
114
+ e = u("div"), r = u("div"), l = p(), n = u("div"), v = p(), o = u("div"), d = u("div"), q = p(), t && t.c(), b = p(), s && s.c(), c(r, "class", "guide-line__tag-point svelte-4qjwer"), c(n, "class", "guide-line__tag-line svelte-4qjwer"), c(d, "class", "guide-line__tag-icon svelte-4qjwer"), k(d, "background-image", `url(${/*icon_url*/
115
+ i[1]})`), c(o, "class", "guide-line__tag-content svelte-4qjwer"), c(e, "class", "guide-line__tag svelte-4qjwer"), k(
116
116
  e,
117
117
  "opacity",
118
118
  /*opacity*/
119
119
  i[3]
120
120
  );
121
121
  },
122
- m(f, q) {
123
- T(f, e, q), r(e, a), r(e, l), r(e, n), r(e, g), r(e, o), r(o, d), r(o, h), t && t.m(o, null), r(o, v), s && s.m(o, null);
122
+ m(f, w) {
123
+ T(f, e, w), a(e, r), a(e, l), a(e, n), a(e, v), a(e, o), a(o, d), a(o, q), t && t.m(o, null), a(o, b), s && s.m(o, null);
124
124
  },
125
- p(f, [q]) {
126
- q & /*icon_url*/
125
+ p(f, [w]) {
126
+ w & /*icon_url*/
127
127
  2 && k(d, "background-image", `url(${/*icon_url*/
128
128
  f[1]})`), /*text*/
129
129
  f[0] && !/*distance*/
130
- f[2] ? t ? t.p(f, q) : (t = I(f), t.c(), t.m(o, v)) : t && (t.d(1), t = null), /*distance*/
131
- f[2] ? s ? s.p(f, q) : (s = _(f), s.c(), s.m(o, null)) : s && (s.d(1), s = null), q & /*opacity*/
130
+ f[2] ? t ? t.p(f, w) : (t = E(f), t.c(), t.m(o, b)) : t && (t.d(1), t = null), /*distance*/
131
+ f[2] ? s ? s.p(f, w) : (s = I(f), s.c(), s.m(o, null)) : s && (s.d(1), s = null), w & /*opacity*/
132
132
  8 && k(
133
133
  e,
134
134
  "opacity",
@@ -136,28 +136,28 @@ function K(i) {
136
136
  f[3]
137
137
  );
138
138
  },
139
- i: E,
140
- o: E,
139
+ i: y,
140
+ o: y,
141
141
  d(f) {
142
- f && N(e), t && t.d(), s && s.d();
142
+ f && z(e), t && t.d(), s && s.d();
143
143
  }
144
144
  };
145
145
  }
146
- function B(i, e, a) {
147
- let { text: l = "" } = e, { icon_url: n = "" } = e, { distance: g = 0 } = e, { opacity: o = 1 } = e, { name: d = "" } = e, { i18n: h = (t) => t } = e;
148
- const v = "data:image/png;base64,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";
146
+ function K(i, e, r) {
147
+ let { text: l = "" } = e, { icon_url: n = "" } = e, { distance: v = 0 } = e, { opacity: o = 1 } = e, { name: d = "" } = e, { i18n: q = (t) => t } = e;
148
+ const b = "data:image/png;base64,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";
149
149
  return i.$$set = (t) => {
150
- "text" in t && a(0, l = t.text), "icon_url" in t && a(1, n = t.icon_url), "distance" in t && a(2, g = t.distance), "opacity" in t && a(3, o = t.opacity), "name" in t && a(4, d = t.name), "i18n" in t && a(5, h = t.i18n);
151
- }, [l, n, g, o, d, h, v];
150
+ "text" in t && r(0, l = t.text), "icon_url" in t && r(1, n = t.icon_url), "distance" in t && r(2, v = t.distance), "opacity" in t && r(3, o = t.opacity), "name" in t && r(4, d = t.name), "i18n" in t && r(5, q = t.i18n);
151
+ }, [l, n, v, o, d, q, b];
152
152
  }
153
- class O extends G {
153
+ class F extends D {
154
154
  constructor(e) {
155
- super(), X(
155
+ super(), G(
156
156
  this,
157
157
  e,
158
- B,
159
158
  K,
160
- P,
159
+ Z,
160
+ X,
161
161
  {
162
162
  text: 0,
163
163
  icon_url: 1,
@@ -166,10 +166,10 @@ class O extends G {
166
166
  name: 4,
167
167
  i18n: 5
168
168
  },
169
- Z
169
+ P
170
170
  );
171
171
  }
172
172
  }
173
173
  export {
174
- O as default
174
+ F as default
175
175
  };
@@ -50,7 +50,7 @@ import "../shared-utils/three/centerPoint.js";
50
50
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
51
51
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
52
52
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
53
- import "../shared-utils/isAbsoluteURL.js";
53
+ import "../shared-utils/absoluteUrl.js";
54
54
  import "../shared-utils/isTruelyObject.js";
55
55
  import "./GuideLineModeItem/index.js";
56
56
  import "../shared-utils/log.js";
@@ -55,7 +55,7 @@ import "../PanoTagPlugin/utils/planeNormal.js";
55
55
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
56
56
  import "../PanoTagPlugin/controller/TagCache.js";
57
57
  import "../base/BasePlugin.js";
58
- import "../shared-utils/isAbsoluteURL.js";
58
+ import "../shared-utils/absoluteUrl.js";
59
59
  import "../vendor/svelte/store/index.js";
60
60
  import "../vendor/svelte/internal/index.js";
61
61
  import "../shared-utils/device.js";
@@ -53,7 +53,7 @@ import "../PanoTagPlugin/utils/planeNormal.js";
53
53
  import "../PanoTagPlugin/utils/normalPositionToPositions.js";
54
54
  import "../PanoTagPlugin/controller/TagCache.js";
55
55
  import "../base/BasePlugin.js";
56
- import "../shared-utils/isAbsoluteURL.js";
56
+ import "../shared-utils/absoluteUrl.js";
57
57
  import "../vendor/svelte/store/index.js";
58
58
  import "../vendor/svelte/internal/index.js";
59
59
  import "../shared-utils/device.js";
@@ -21,7 +21,7 @@ import "../shared-utils/three/centerPoint.js";
21
21
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
22
22
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
23
23
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
24
- import "../shared-utils/isAbsoluteURL.js";
24
+ import "../shared-utils/absoluteUrl.js";
25
25
  import "../shared-utils/equal.js";
26
26
  import "../shared-utils/isTruelyObject.js";
27
27
  import "../CruisePlugin/Controller.js";