@realsee/dnalogel 2.21.0-dev.5 → 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 (418) 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 +6431 -6190
  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/index.js +2 -2
  337. package/libs/GuideLinePlugin/GuideLineModeItem.js +1 -1
  338. package/libs/GuideLinePlugin/index.js +1 -1
  339. package/libs/ItemLabelPlugin/ItemLabelItem.js +82 -82
  340. package/libs/ModelTVVideoPlugin/Plugin.js +30 -29
  341. package/libs/ModelTVVideoPlugin/index.js +4 -3
  342. package/libs/Object3DHelperPlugin/Controller.js +1 -1
  343. package/libs/Object3DHelperPlugin/index.js +1 -1
  344. package/libs/PanoCompassPlugin/Controller.js +20 -20
  345. package/libs/PanoCompassPlugin/index.js +1 -1
  346. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -1
  347. package/libs/PanoDoorLabelPlugin/Controller.js +1 -1
  348. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +60 -60
  349. package/libs/PanoDoorLabelPlugin/index.js +1 -1
  350. package/libs/PanoMeasurePlugin/Components/Controller1.js +225 -155
  351. package/libs/PanoMeasurePlugin/Controller/EditController.d.ts +2 -13
  352. package/libs/PanoMeasurePlugin/Controller/EditController.js +142 -110
  353. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -1
  354. package/libs/PanoMeasurePlugin/Controller/index.d.ts +3 -0
  355. package/libs/PanoMeasurePlugin/Controller/index.js +63 -66
  356. package/libs/PanoMeasurePlugin/Model/area.d.ts +1 -0
  357. package/libs/PanoMeasurePlugin/Model/area.js +10 -5
  358. package/libs/PanoMeasurePlugin/Model/index.d.ts +1 -0
  359. package/libs/PanoMeasurePlugin/Model/index.js +47 -39
  360. package/libs/PanoMeasurePlugin/Model/line.d.ts +2 -0
  361. package/libs/PanoMeasurePlugin/Model/line.js +6 -0
  362. package/libs/PanoMeasurePlugin/Model/polygon.d.ts +3 -0
  363. package/libs/PanoMeasurePlugin/Model/polygon.js +17 -14
  364. package/libs/PanoMeasurePlugin/Modules/UIController/index.d.ts +1 -0
  365. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +16 -14
  366. package/libs/PanoMeasurePlugin/Modules/UIController/style.d.ts +0 -8
  367. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
  368. package/libs/PanoMeasurePlugin/index.js +19 -17
  369. package/libs/PanoMeasurePlugin/typings/data.d.ts +2 -1
  370. package/libs/PanoMeasurePlugin/typings/event.type.d.ts +3 -0
  371. package/libs/PanoMeasurePlugin/utils/dom/areaDom.js +36 -15
  372. package/libs/PanoMeasurePlugin/utils/dom/base.d.ts +4 -0
  373. package/libs/PanoMeasurePlugin/utils/dom/base.js +37 -31
  374. package/libs/PanoMeasurePlugin/utils/dom/distanceItem.js +38 -23
  375. package/libs/PanoMeasurePlugin/utils/geometryUtil.d.ts +1 -1
  376. package/libs/PanoMeasurePlugin/utils/geometryUtil.js +15 -13
  377. package/libs/PanoMeasurePlugin/utils/ndc2Screen.d.ts +2 -1
  378. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -1
  379. package/libs/PanoSpatialTagPlugin/index.js +1 -1
  380. package/libs/PanoTagPlugin/controller/TagCache.js +1 -1
  381. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -1
  382. package/libs/PanoTagPlugin/controller/TagRender.js +1 -1
  383. package/libs/PanoTagPlugin/controller/TagUtil.js +1 -1
  384. package/libs/PanoTagPlugin/controller/index.js +1 -1
  385. package/libs/PanoTagPlugin/index.js +1 -1
  386. package/libs/PanoVideoPlugin/Controller.js +1 -1
  387. package/libs/PanoVideoPlugin/index.js +1 -1
  388. package/libs/base/BasePlugin.d.ts +4 -1
  389. package/libs/base/BasePlugin.js +14 -11
  390. package/libs/components/PaintBrush/style.d.ts +1 -1
  391. package/libs/components/PaintBrush/style.js +4 -4
  392. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -1
  393. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -1
  394. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -1
  395. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -1
  396. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
  397. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -1
  398. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -1
  399. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -1
  400. package/libs/index.js +4 -4
  401. package/libs/shared-utils/absoluteUrl.d.ts +5 -0
  402. package/libs/shared-utils/absoluteUrl.js +10 -0
  403. package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.d.ts +1 -1
  404. package/libs/shared-utils/index.d.ts +1 -1
  405. package/libs/shared-utils/index.js +17 -16
  406. package/libs/shared-utils/logger.js +1 -1
  407. package/libs/shared-utils/three/Magnifier.js +6 -5
  408. package/libs/shared-utils/three/PointSelector.d.ts +37 -3
  409. package/libs/shared-utils/three/PointSelector.js +84 -36
  410. package/libs/vendor/svelte/internal/index.js +392 -345
  411. package/package.json +1 -1
  412. package/dist/shared-utils/isAbsoluteURL.d.ts +0 -1
  413. package/libs/shared-utils/isAbsoluteURL.d.ts +0 -1
  414. package/libs/shared-utils/isAbsoluteURL.js +0 -6
  415. /package/dist/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.d.ts +0 -0
  416. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.d.ts +0 -0
  417. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getIntersectionFromEvent.js +0 -0
  418. /package/libs/{PanoMeasurePlugin/utils → shared-utils}/getPointFromHammerEvent.js +0 -0
@@ -1,89 +1,89 @@
1
- import { SvelteComponent as h, init as k, safe_not_equal as _, append_styles as C, element as d, space as j, attr as p, null_to_empty as w, insert as B, append as b, listen as I, noop as v, detach as H, binding_callbacks as S } from "../vendor/svelte/internal/index.js";
2
- import { classnames as f } from "../vendor/classnames/index.js";
3
- function W(e) {
4
- C(e, "svelte-wpy7pz", '.plugin-DoorLabelPlugin-item.svelte-wpy7pz.svelte-wpy7pz{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;border-image:url("//vrlab-image4.ljcdn.com/release/web/highlightCarouseal-border-image.14b51834.png") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-wpy7pz.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/DoorLabel-icon.de1304ae.svg") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-txt.svelte-wpy7pz{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz .plugin-DoorLabelPlugin-icon.svelte-wpy7pz{background:url("//vrlab-image4.ljcdn.com/release/web/arrow.6e8ec00e.svg") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-wpy7pz.svelte-wpy7pz:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}');
1
+ import { SvelteComponent as L, init as m, safe_not_equal as O, append_styles as p, element as C, space as S, attr as M, null_to_empty as u, insert as y, append as j, listen as P, noop as d, detach as v, binding_callbacks as Z } from "../vendor/svelte/internal/index.js";
2
+ import { classnames as s } from "../vendor/classnames/index.js";
3
+ function k(g) {
4
+ p(g, "svelte-1irjijd", '.plugin-DoorLabelPlugin-item.svelte-1irjijd.svelte-1irjijd{position:absolute;left:0;top:0;width:0;height:0;pointer-events:none;transition:opacity 0.3s ease}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd{position:absolute;top:50%;left:50%;border-radius:0.125rem;background:rgba(0, 0, 0, 0.35);line-height:0.75rem;padding:0.375rem;white-space:nowrap;font-size:0.75rem;font-style:normal;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform ease 1s, background ease 0.3s, color ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd::after{content:"";display:block;position:absolute;top:-0.0625rem;left:-0.0625rem;bottom:-0.0625rem;right:-0.0625rem;border-radius:0.125rem;border:0.0625rem solid rgba(0, 0, 0, 0);-o-border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;border-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAD///+l2Z/dAAAAAnRSTlMAIE397fAAAAAVSURBVAjXY2BjgCMQ+PABhIAASRwARxwD8fgzCQAAAAAASUVORK5CYII=") 4;transition:opacity ease 0.3s}.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(255, 255, 255, 0.5)}.plugin-DoorLabelPlugin-icon.svelte-1irjijd.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aW1hZ2Ut566t5aS0PC90aXRsZT4KICAgIDxkZWZzPgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PC9yZWN0PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iNjYuMDYyMTk3NSUiIHkxPSI1MCUiIHgyPSItMS4xMzY4NjgzOGUtMTElIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtMyI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgc3RvcC1vcGFjaXR5PSIwLjg1IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxsaW5lYXJHcmFkaWVudCB4MT0iODQuMzM5NzMxJSIgeTE9IjUwJSIgeDI9IjIzLjQyODMzNzclIiB5Mj0iNTAlIiBpZD0ibGluZWFyR3JhZGllbnQtNCI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIHN0b3Atb3BhY2l0eT0iMCIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIxMDAlIj48L3N0b3A+CiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSLpobXpnaItMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlZSLeWIhumXtOW8leWvvOagh+etvuWkh+S7vS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzM5LjAwMDAwMCwgLTU0My4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0y5aSH5Lu9LTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMDUuMDAwMDAwLCA1MzYuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iaW1hZ2Ut566t5aS0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNC4wMDAwMDAsIDcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2stMiIgZmlsbD0id2hpdGUiPgogICAgICAgICAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgICAgICAgICA8dXNlIGlkPSJCRyIgZmlsbC1vcGFjaXR5PSIwIiBmaWxsPSIjRDhEOEQ4IiBvcGFjaXR5PSIwLjUxMTQ2Mjk4NCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuOTM4ODY5OCwxLjE0Mzc2MTI5IEM4LjI1NDY1NDA0LDEuMjU3NTgwMzUgOC4zMTc4Mjg0LDEuMzAyMTY5OTggOC4zMTc3ODUyMSwxLjM1ODE1MjIzIEM4LjMxNzc1MDcyLDEuNDAyODQzMzUgOC4zMDU3NDkwNywxLjQ0NzUyNTI0IDguMjgxNzg0MTEsMS40ODcyMDUyMSBMOC4yODE3ODQxMSwxLjQ4NzIwNTIxIEw2LjIwOTg5MDQxLDQuOTE3NzQyNDUgQzYuMTM3ODg4MDgsNS4wMzY5NjAyOSA2LjEwMTg4NjkxLDUuMTcxMjIwMiA2LjEwMTg4NjkxLDUuMzA1NDgwMTEgQzYuMTAxODg2OTEsNS40Mzk3NDAwMiA2LjEzNzg4ODA4LDUuNTczOTk5OTQgNi4yMDk4OTA0MSw1LjY5MzIxNzc4IEw2LjIwOTg5MDQxLDUuNjkzMjE3NzggTDguMjgxNzg0MTEsOS4xMjM3NTUwMSBDOC4zMTc0NzQzOCw5LjE4Mjg0OTE2IDguMzI1ODMzMjIsOS4yNTA4MTUyIDguMzEwNDk1OTUsOS4zMTI5MzAyOCBDOC4yOTUxNTg2OCw5LjM3NTA0NTM2IDguMjU2MTI1MzEsOS40MzEzMDk0NyA4LjE5NzAzMTE3LDkuNDY2OTk5NzMgQzguMTU3MzUxMTksOS40OTA5NjQ2OSA4LjExMjY2OTMxLDkuNTAyOTY2MzQgOC4wNjc5NzgxOCw5LjUwMzAwMDgzIEM4LjAyMzI4NzA2LDkuNTAzMDM1MzEgNy45Nzg1ODY3MSw5LjQ5MTEwMjYzIDcuOTM4ODY5OCw5LjQ2NzE5ODkzIEw3LjkzODg2OTgsOS40NjcxOTg5MyBMMS4zNzk5MTIxOCw1LjUxOTY3ODE1IEMxLjMyMDc2MzAyLDUuNDg0MDc5MTIgMS4yODE2NDI4Nyw1LjQyNzg3NTMyIDEuMjY2MjA5NzcsNS4zNjU3ODM5OCBDMS4yNTQ2OTI1Niw1LjMxOTQ0NzMyIDEuMjU2MzY2OTgsNS4yNjk4MzE4MiAxLjI3Mjc1MzMzLDUuMjIzMDU0MDUgTDEuMjcyNzUzMzMsNS4yMjMwNTQwNSBaIiBpZD0i566t5aS0IiBzdHJva2U9InVybCgjbGluZWFyR3JhZGllbnQtNCkiIHN0cm9rZS13aWR0aD0iMC41IiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTMpIiBtYXNrPSJ1cmwoI21hc2stMikiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDM5MjAwLCA1LjMwNTQ4MCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDM5MjAwLCAtNS4zMDU0ODApICI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat;background-size:100%;display:inline-block;width:0.625rem;height:0.625rem;margin-left:0.25rem;transform-origin:center}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=forward].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=right].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].back.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=left].forward.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].right.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(90deg)}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-txt.svelte-1irjijd{order:1}.plugin-DoorLabelPlugin-cnt[data-camera-toward=back].left.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{transform:rotate(-90deg);margin-left:0;margin-right:0.25rem;order:0}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd{color:#f9eac1}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd .plugin-DoorLabelPlugin-icon.svelte-1irjijd{background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPueureWktDwvdGl0bGU+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjEwLjYzODU4ODQlIiB5MT0iMCUiIHgyPSI5Ni41MTYxNDc0JSIgeTI9IjEyOS43MzEzNTQlIiBpZD0ibGluZWFyR3JhZGllbnQtMSI+CiAgICAgICAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNGRkYyQ0MiIG9mZnNldD0iMCUiPjwvc3RvcD4KICAgICAgICAgICAgPHN0b3Agc3RvcC1jb2xvcj0iI0VBRDA5QSIgb2Zmc2V0PSI0OC43MTQ0NDc4JSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRDFCMTdFIiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgPC9kZWZzPgogICAgPGcgaWQ9Iumhtemdoi0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0i5pyq5p2l5a625aSH5Lu9LTI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA1LjAwMDAwMCwgLTU0NS4wMDAwMDApIiBmaWxsPSJ1cmwoI2xpbmVhckdyYWRpZW50LTEpIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i57yW57uELTLlpIfku70tMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI0NS4wMDAwMDAsIDUzNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJpbWFnZS3nrq3lpLQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYwLjAwMDAwMCwgNy4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC40OTU3ODI5NCwxLjYxNjQ1MTEgTDYuNDIzODg5MjUsNS4wNDY5ODgzMyBDNi4zMjc4ODYxMyw1LjIwNTk0NTQ1IDYuMzI3ODg2MTMsNS40MDUwMTQ3NyA2LjQyMzg4OTI1LDUuNTYzOTcxODkgTDguNDk1NzgyOTQsOC45OTQ1MDkxMiBDOC42Mzg1NDQwMSw5LjIzMDg4NTcxIDguNTYyNjUzNjQsOS41MzgyMzc1IDguMzI2Mjc3MDYsOS42ODA5OTg1NiBDOC4xNjc1NTcxNiw5Ljc3Njg1ODQgNy45Njg4MjE5NSw5Ljc3NzAxMTc1IDcuODA5OTU0MzEsOS42ODEzOTY5NyBMMS4yNTA5OTY2OSw1LjczMzg3NjE4IEMxLjAxNDQwMDA4LDUuNTkxNDgwMDcgMC45MzgwMzU0ODEsNS4yODQyNDU3NiAxLjA4MDQzMTU5LDUuMDQ3NjQ5MTQgQzEuMTIyNTE0OCw0Ljk3NzcyNjI4IDEuMTgxMDczODMsNC45MTkxNjcyNSAxLjI1MDk5NjY5LDQuODc3MDg0MDQgTDcuODA5OTU0MzEsMC45Mjk1NjMyNTMgQzguMDQ2NTUwOTMsMC43ODcxNjcxNDIgOC4zNTM3ODUyNCwwLjg2MzUzMTczOSA4LjQ5NjE4MTM1LDEuMTAwMTI4MzUgQzguNTkxNzk2MTMsMS4yNTg5OTYgOC41OTE2NDI3OCwxLjQ1NzczMTIgOC40OTU3ODI5NCwxLjYxNjQ1MTEgWiIgaWQ9IueureWktCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMzkyMDAsIDUuMzA1NDgwKSBzY2FsZSgxLCAtMSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wMzkyMDAsIC01LjMwNTQ4MCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") no-repeat}.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:active,.plugin-DoorLabelPlugin-cnt--customBrand.svelte-1irjijd.svelte-1irjijd:focus{background:rgba(0, 0, 0, 0.5);color:rgba(249, 234, 193, 0.5)}');
5
5
  }
6
- function q(e) {
7
- let l, t, a, s, n, o, i, u;
6
+ function x(g) {
7
+ let I, i, t, a, A, l, r, o;
8
8
  return {
9
9
  c() {
10
- l = d("div"), t = d("div"), a = d("span"), a.textContent = `${/*name*/
11
- e[8]}`, s = j(), n = d("i"), p(a, "class", "plugin-DoorLabelPlugin-txt svelte-wpy7pz"), p(n, "class", "plugin-DoorLabelPlugin-icon svelte-wpy7pz"), p(t, "class", o = w(f(
10
+ I = C("div"), i = C("div"), t = C("span"), t.textContent = `${/*name*/
11
+ g[8]}`, a = S(), A = C("i"), M(t, "class", "plugin-DoorLabelPlugin-txt svelte-1irjijd"), M(A, "class", "plugin-DoorLabelPlugin-icon svelte-1irjijd"), M(i, "class", l = u(s(
12
12
  "plugin-DoorLabelPlugin-cnt",
13
13
  /*props*/
14
- e[0].toward
15
- )) + " svelte-wpy7pz"), p(t, "style", `transform: ${/*transform*/
16
- e[6] || "initial"};pointer-events: ${/*inSight*/
17
- e[5] ? "auto" : "none"};opacity: ${/*inSight*/
18
- e[5] ? 1 : 0}`), p(
19
- t,
14
+ g[0].toward
15
+ )) + " svelte-1irjijd"), M(i, "style", `transform: ${/*transform*/
16
+ g[6] || "initial"};pointer-events: ${/*inSight*/
17
+ g[5] ? "auto" : "none"};opacity: ${/*inSight*/
18
+ g[5] ? 1 : 0}`), M(
19
+ i,
20
20
  "data-camera-toward",
21
21
  /*cameraToward*/
22
- e[7]
23
- ), p(l, "style", `left: ${/*left*/
24
- e[3] || 0}%;top: ${/*top*/
25
- e[4] || 0}%;opacity: ${/*inSight*/
26
- e[5] ? 1 : 0}`), p(l, "class", "plugin-DoorLabelPlugin-item svelte-wpy7pz");
22
+ g[7]
23
+ ), M(I, "style", `left: ${/*left*/
24
+ g[3] || 0}%;top: ${/*top*/
25
+ g[4] || 0}%;opacity: ${/*inSight*/
26
+ g[5] ? 1 : 0}`), M(I, "class", "plugin-DoorLabelPlugin-item svelte-1irjijd");
27
27
  },
28
- m(g, c) {
29
- B(g, l, c), b(l, t), b(t, a), b(t, s), b(t, n), e[10](l), i || (u = I(
30
- t,
28
+ m(n, D) {
29
+ y(n, I, D), j(I, i), j(i, t), j(i, a), j(i, A), g[10](I), r || (o = P(
30
+ i,
31
31
  "click",
32
32
  /*click_handler*/
33
- e[9]
34
- ), i = !0);
33
+ g[9]
34
+ ), r = !0);
35
35
  },
36
- p(g, [c]) {
37
- c & /*props*/
38
- 1 && o !== (o = w(f(
36
+ p(n, [D]) {
37
+ D & /*props*/
38
+ 1 && l !== (l = u(s(
39
39
  "plugin-DoorLabelPlugin-cnt",
40
40
  /*props*/
41
- g[0].toward
42
- )) + " svelte-wpy7pz") && p(t, "class", o);
41
+ n[0].toward
42
+ )) + " svelte-1irjijd") && M(i, "class", l);
43
43
  },
44
- i: v,
45
- o: v,
46
- d(g) {
47
- g && H(l), e[10](null), i = !1, u();
44
+ i: d,
45
+ o: d,
46
+ d(n) {
47
+ n && v(I), g[10](null), r = !1, o();
48
48
  }
49
49
  };
50
50
  }
51
- function E(e, l, t) {
52
- let { props: a } = l, { onClick: s } = l, n, { left: o, top: i, inSight: u, transform: g, panoIndex: c, cameraToward: y, name: z } = a;
53
- const D = () => {
54
- if (!o || !i || !u || !n)
51
+ function U(g, I, i) {
52
+ let { props: t } = I, { onClick: a } = I, A, { left: l, top: r, inSight: o, transform: n, panoIndex: D, cameraToward: N, name: w } = t;
53
+ const z = () => {
54
+ if (!l || !r || !o || !A)
55
55
  return;
56
- const r = n.current.clientWidth / window.innerWidth * 100, m = n.current.clientHeight / window.innerHeight * 100;
57
- o <= r / 2 || o >= 100 - r / 2 || i <= m / 2 || i >= 100 - m / 2;
58
- }, L = (r) => {
59
- s && s();
56
+ const e = A.current.clientWidth / window.innerWidth * 100, c = A.current.clientHeight / window.innerHeight * 100;
57
+ l <= e / 2 || l >= 100 - e / 2 || r <= c / 2 || r >= 100 - c / 2;
58
+ }, b = (e) => {
59
+ a && a();
60
60
  };
61
- function P(r) {
62
- S[r ? "unshift" : "push"](() => {
63
- n = r, t(2, n);
61
+ function T(e) {
62
+ Z[e ? "unshift" : "push"](() => {
63
+ A = e, i(2, A);
64
64
  });
65
65
  }
66
- return e.$$set = (r) => {
67
- "props" in r && t(0, a = r.props), "onClick" in r && t(1, s = r.onClick);
68
- }, D(), [
66
+ return g.$$set = (e) => {
67
+ "props" in e && i(0, t = e.props), "onClick" in e && i(1, a = e.onClick);
68
+ }, z(), [
69
+ t,
69
70
  a,
70
- s,
71
- n,
71
+ A,
72
+ l,
73
+ r,
72
74
  o,
73
- i,
74
- u,
75
- g,
76
- y,
77
- z,
78
- L,
79
- P
75
+ n,
76
+ N,
77
+ w,
78
+ b,
79
+ T
80
80
  ];
81
81
  }
82
- class A extends h {
83
- constructor(l) {
84
- super(), k(this, l, E, q, _, { props: 0, onClick: 1 }, W);
82
+ class h extends L {
83
+ constructor(I) {
84
+ super(), m(this, I, U, x, O, { props: 0, onClick: 1 }, k);
85
85
  }
86
86
  }
87
87
  export {
88
- A as default
88
+ h as default
89
89
  };
@@ -19,7 +19,7 @@ import "../shared-utils/three/centerPoint.js";
19
19
  import "../CSS3DRenderPlugin/utils/three/CSS3DScene.js";
20
20
  import "../CSS3DRenderPlugin/utils/three/CSS3DGroup.js";
21
21
  import "../CSS3DRenderPlugin/utils/generateBehindFiveElement.js";
22
- import "../shared-utils/isAbsoluteURL.js";
22
+ import "../shared-utils/absoluteUrl.js";
23
23
  import "./DoorLabelItem.js";
24
24
  import "../vendor/svelte/internal/index.js";
25
25
  import "../vendor/classnames/index.js";