@realsee/dnalogel 3.4.0-tag-dev.0 → 3.4.0-tag-dev.1

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 (346) hide show
  1. package/dist/index.cjs.js +32 -30
  2. package/dist/index.js +1590 -1553
  3. package/dist/index.umd.js +37 -35
  4. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +30 -30
  5. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +31 -31
  6. package/docs/classes/CSS3DRender.html +30 -30
  7. package/docs/classes/CruisePluginController.html +25 -25
  8. package/docs/classes/GuideLineItem.GuideLineItem.html +18 -18
  9. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +40 -40
  10. package/docs/classes/Magnifier.html +19 -19
  11. package/docs/classes/ModelRoomLabelController.html +10 -10
  12. package/docs/classes/Object3DHelperController.html +24 -24
  13. package/docs/classes/PaintBrush.html +14 -14
  14. package/docs/classes/PanoMeasurePluginLine.html +26 -26
  15. package/docs/classes/PanoMeasurePluginModel.html +26 -26
  16. package/docs/classes/PanoMeasurePluginPoint.html +10 -10
  17. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  18. package/docs/classes/PanoTagPluginController.html +46 -46
  19. package/docs/classes/Util.BetterTween.html +8 -8
  20. package/docs/classes/Util.Interval.html +11 -11
  21. package/docs/classes/Util.LineSegments.html +7 -7
  22. package/docs/classes/Util.Magnifier.html +19 -19
  23. package/docs/classes/Util.Object3D.html +7 -7
  24. package/docs/classes/Util.PointDomHelper.html +10 -10
  25. package/docs/classes/Util.PointHelper.html +10 -10
  26. package/docs/classes/Util.PointSelectorHelper.html +15 -15
  27. package/docs/classes/Util.Rectangle.html +12 -12
  28. package/docs/enums/CameraMovementEffect.html +6 -6
  29. package/docs/enums/ContentType.html +20 -20
  30. package/docs/enums/DIRECTION.html +8 -8
  31. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +8 -8
  32. package/docs/enums/DimensionType.html +6 -6
  33. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +7 -7
  34. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +8 -8
  35. package/docs/enums/PaintBrushTypeEnum.html +7 -7
  36. package/docs/enums/PointType.html +6 -6
  37. package/docs/enums/Rotation.html +7 -7
  38. package/docs/functions/AreaMakerPlugin.html +4 -4
  39. package/docs/functions/CSS3DRenderPlugin.html +3 -3
  40. package/docs/functions/CameraMovementPlugin.html +3 -3
  41. package/docs/functions/CruisePlugin.html +3 -3
  42. package/docs/functions/CurrentPanoImagePlugin.html +3 -3
  43. package/docs/functions/GuideLinePlugin.html +4 -4
  44. package/docs/functions/ItemLabelPlugin.html +3 -3
  45. package/docs/functions/MapviewFloorplanPlugin.html +3 -3
  46. package/docs/functions/ModelChassisCompassPlugin.html +3 -3
  47. package/docs/functions/ModelEntryDoorGuidePlugin.html +3 -3
  48. package/docs/functions/ModelFloorplanPlugin.html +3 -3
  49. package/docs/functions/ModelItemLabelPlugin.html +3 -3
  50. package/docs/functions/ModelRoomLabelPlugin.html +3 -3
  51. package/docs/functions/ModelTVVideoPlugin.html +3 -3
  52. package/docs/functions/ModelViewPlugin.html +3 -3
  53. package/docs/functions/Object3DHelperPlugin.html +3 -3
  54. package/docs/functions/PanoCompassPlugin.html +3 -3
  55. package/docs/functions/PanoCursorRaycasterPlugin.html +3 -3
  56. package/docs/functions/PanoDoorLabelPlugin.html +3 -3
  57. package/docs/functions/PanoFloorplanRadarPlugin.html +3 -3
  58. package/docs/functions/PanoMeasurePlugin.html +3 -3
  59. package/docs/functions/PanoRulerPlugin.html +3 -3
  60. package/docs/functions/PanoRulerProPlugin.html +3 -3
  61. package/docs/functions/PanoSpatialTagPlugin.html +3 -3
  62. package/docs/functions/PanoTagPlugin.html +3 -3
  63. package/docs/functions/PanoVideoPlugin.html +3 -3
  64. package/docs/functions/PipelinePlugin.html +3 -3
  65. package/docs/functions/TopviewFloorplanPlugin.html +3 -3
  66. package/docs/functions/Util.absoluteUrl.html +4 -4
  67. package/docs/functions/Util.checkFiveModelLoaded.html +4 -4
  68. package/docs/functions/Util.equal.html +4 -4
  69. package/docs/functions/Util.getCoordsFromClient.html +4 -4
  70. package/docs/functions/Util.getCoordsFromElement.html +4 -4
  71. package/docs/functions/Util.getFrameTime.html +4 -4
  72. package/docs/functions/Util.getIntersectFromRelativePosition.html +4 -4
  73. package/docs/functions/Util.getRaycasterFromFivePointer.html +4 -4
  74. package/docs/functions/Util.isAbsoluteURL.html +4 -4
  75. package/docs/functions/Util.isModelLike.html +4 -4
  76. package/docs/functions/Util.isNil.html +4 -4
  77. package/docs/functions/Util.isPanoramaLike.html +4 -4
  78. package/docs/functions/Util.nextFrame.html +4 -4
  79. package/docs/functions/Util.notNil.html +4 -4
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +4 -4
  81. package/docs/functions/Util.tweenProgress.html +4 -4
  82. package/docs/functions/Util.uuid.html +4 -4
  83. package/docs/functions/pluginFlag.html +4 -4
  84. package/docs/index.html +4 -4
  85. package/docs/interfaces/AddTagConfig.html +5 -5
  86. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +5 -5
  87. package/docs/interfaces/AreaMakerPluginType.Config.html +5 -5
  88. package/docs/interfaces/AreaMakerPluginType.EventMap.html +14 -14
  89. package/docs/interfaces/AreaMakerPluginType.Params.html +6 -6
  90. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +8 -8
  91. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +7 -7
  92. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +5 -5
  93. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +5 -5
  94. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +5 -5
  95. package/docs/interfaces/AreaMakerPluginType.State.html +7 -7
  96. package/docs/interfaces/CSS3DRenderPluginEventMap.html +10 -10
  97. package/docs/interfaces/CSS3DRenderPluginState.html +7 -7
  98. package/docs/interfaces/CameraMovementPluginExportType.html +6 -6
  99. package/docs/interfaces/CruisePluginTypes.Config.html +7 -7
  100. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +11 -11
  101. package/docs/interfaces/CruisePluginTypes.EventMap.html +19 -19
  102. package/docs/interfaces/CruisePluginTypes.MoveAction.html +11 -11
  103. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +13 -13
  104. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +13 -13
  105. package/docs/interfaces/CruisePluginTypes.PluginData.html +8 -8
  106. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +5 -5
  107. package/docs/interfaces/CruisePluginTypes.PluginState.html +10 -10
  108. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +10 -10
  109. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +11 -11
  110. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +6 -6
  111. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +5 -5
  112. package/docs/interfaces/CurrentPanoImagePluginType.State.html +7 -7
  113. package/docs/interfaces/EventMap.html +14 -14
  114. package/docs/interfaces/FloorplanBounding.html +7 -7
  115. package/docs/interfaces/FloorplanData.html +9 -9
  116. package/docs/interfaces/FloorplanEntrance.html +10 -10
  117. package/docs/interfaces/FloorplanExtraObject.html +9 -9
  118. package/docs/interfaces/FloorplanExtraObject3D.html +7 -7
  119. package/docs/interfaces/FloorplanFloorData.html +8 -8
  120. package/docs/interfaces/FloorplanImagePosition.html +6 -6
  121. package/docs/interfaces/FloorplanObserver.html +8 -8
  122. package/docs/interfaces/FloorplanOutlineItem.html +8 -8
  123. package/docs/interfaces/FloorplanPosition.html +6 -6
  124. package/docs/interfaces/FloorplanRoomItem.html +12 -12
  125. package/docs/interfaces/FloorplanRoomLabelItem.html +6 -6
  126. package/docs/interfaces/FloorplanServerBounding.html +7 -7
  127. package/docs/interfaces/FloorplanServerComputedData.html +9 -9
  128. package/docs/interfaces/FloorplanServerData.html +6 -6
  129. package/docs/interfaces/FloorplanServerDoorItem.html +9 -9
  130. package/docs/interfaces/FloorplanServerDoorPosition.html +7 -7
  131. package/docs/interfaces/FloorplanServerEntrance.html +10 -10
  132. package/docs/interfaces/FloorplanServerFloorData.html +8 -8
  133. package/docs/interfaces/FloorplanServerImagePosition.html +6 -6
  134. package/docs/interfaces/FloorplanServerObserver.html +8 -8
  135. package/docs/interfaces/FloorplanServerOutlineItem.html +8 -8
  136. package/docs/interfaces/FloorplanServerPosition.html +6 -6
  137. package/docs/interfaces/FloorplanServerRoomItem.html +13 -13
  138. package/docs/interfaces/FloorplanServerRoomLabelItem.html +6 -6
  139. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +7 -7
  140. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +9 -9
  141. package/docs/interfaces/GuideLinePluginType.EventMap.html +12 -12
  142. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +7 -7
  143. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +5 -5
  144. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +12 -12
  145. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +5 -5
  146. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +7 -7
  147. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +18 -18
  148. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +6 -6
  149. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +18 -18
  150. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +4 -4
  151. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +5 -5
  152. package/docs/interfaces/GuideLinePluginType.PluginState.html +7 -7
  153. package/docs/interfaces/GuideLinePluginType.Route.html +10 -10
  154. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +8 -8
  155. package/docs/interfaces/HelperOffset.html +7 -7
  156. package/docs/interfaces/ImagePlaneGroup.html +5 -5
  157. package/docs/interfaces/ItemLabelPluginData.html +5 -5
  158. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +10 -10
  159. package/docs/interfaces/ItemLabelPluginParametersType.html +8 -8
  160. package/docs/interfaces/MinMax.html +6 -6
  161. package/docs/interfaces/ModelChassisCompassPluginData.html +6 -6
  162. package/docs/interfaces/ModelChassisCompassPluginExportType.html +7 -7
  163. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +6 -6
  164. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +7 -7
  165. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +7 -7
  166. package/docs/interfaces/ModelItemLabelPluginData.html +5 -5
  167. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +10 -10
  168. package/docs/interfaces/ModelItemLabelPluginParametersType.html +6 -6
  169. package/docs/interfaces/ModelRoomLabelPluginData.html +5 -5
  170. package/docs/interfaces/ModelTVVideoPluginData.html +8 -8
  171. package/docs/interfaces/ModelTVVideoPluginExportType.html +7 -7
  172. package/docs/interfaces/ModelTVVideoPluginParameterType.html +5 -5
  173. package/docs/interfaces/ModelViewPluginExportType.html +10 -10
  174. package/docs/interfaces/Object3DHelperState.html +7 -7
  175. package/docs/interfaces/ObjectHelperControllers.html +8 -8
  176. package/docs/interfaces/PaintBrushAction.html +11 -11
  177. package/docs/interfaces/PaintBrushConfigs.html +11 -11
  178. package/docs/interfaces/PaintBrushState.html +9 -9
  179. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +9 -9
  180. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +4 -4
  181. package/docs/interfaces/PanoMeasureParameterType.html +15 -15
  182. package/docs/interfaces/PanoMeasurePluginLineJson.html +7 -7
  183. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +6 -6
  184. package/docs/interfaces/PanoMeasurePluginPointJson.html +6 -6
  185. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +7 -7
  186. package/docs/interfaces/PanoRulerPluginExportType.html +9 -9
  187. package/docs/interfaces/PanoRulerPluginOptions.html +6 -6
  188. package/docs/interfaces/PanoRulerPluginParameterType.html +7 -7
  189. package/docs/interfaces/PanoRulerProPluginExportType.html +8 -8
  190. package/docs/interfaces/PanoRulerProPluginOptions.html +6 -6
  191. package/docs/interfaces/PanoRulerProPluginParameterType.html +6 -6
  192. package/docs/interfaces/PanoRulerProPluginState.html +7 -7
  193. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +4 -4
  194. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +4 -4
  195. package/docs/interfaces/PanoSpatialTagPluginData.html +10 -10
  196. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +9 -9
  197. package/docs/interfaces/PanoSpatialTagPluginExportType.html +12 -12
  198. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +9 -9
  199. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +12 -12
  200. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +10 -10
  201. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +9 -9
  202. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +5 -5
  203. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +7 -7
  204. package/docs/interfaces/PanoVideoPluginType.PluginData.html +5 -5
  205. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +8 -8
  206. package/docs/interfaces/PanoVideoPluginType.PluginState.html +5 -5
  207. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +7 -7
  208. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +9 -9
  209. package/docs/interfaces/Point.html +7 -7
  210. package/docs/interfaces/Room.html +8 -8
  211. package/docs/interfaces/RoomInfo.html +6 -6
  212. package/docs/interfaces/RoomLabel.html +13 -13
  213. package/docs/interfaces/RoomRules.html +4 -4
  214. package/docs/interfaces/Rooms.html +4 -4
  215. package/docs/interfaces/Scissor.html +8 -8
  216. package/docs/interfaces/State.html +7 -7
  217. package/docs/interfaces/TagCacheInterface.html +11 -11
  218. package/docs/interfaces/TagConfig.html +13 -13
  219. package/docs/interfaces/TagGLTFObjectGroup.html +5 -5
  220. package/docs/interfaces/TagIconUrl.html +11 -11
  221. package/docs/interfaces/TagObjectGroup.html +5 -5
  222. package/docs/interfaces/TagStyle.html +5 -5
  223. package/docs/interfaces/Tags.html +8 -8
  224. package/docs/interfaces/TemporaryState.html +5 -5
  225. package/docs/interfaces/Util.MagnifierParameter.html +10 -10
  226. package/docs/interfaces/Util.MouseGroupParameter.html +7 -7
  227. package/docs/interfaces/Util.PointIntersection.html +7 -7
  228. package/docs/modules/AreaMakerPluginType.html +4 -4
  229. package/docs/modules/CruisePluginTypes.html +4 -4
  230. package/docs/modules/CurrentPanoImagePluginType.html +4 -4
  231. package/docs/modules/GuideLineItem.html +4 -4
  232. package/docs/modules/GuideLineModeItem.html +4 -4
  233. package/docs/modules/GuideLinePluginType.html +4 -4
  234. package/docs/modules/PanoVideoPluginType.html +4 -4
  235. package/docs/modules/Util.html +4 -4
  236. package/docs/modules.html +4 -4
  237. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +4 -4
  238. package/docs/types/AreaMakerPluginType.PluginData.html +4 -4
  239. package/docs/types/AreaMakerPluginType.ServerData.html +4 -4
  240. package/docs/types/ArrayPosition.html +4 -4
  241. package/docs/types/AudioAppearance.html +4 -4
  242. package/docs/types/AudioTagTypeConfigKey.html +4 -4
  243. package/docs/types/CSS3DRenderExportType.html +4 -4
  244. package/docs/types/CSS3DRenderPluginExportType.html +4 -4
  245. package/docs/types/CSS3DRenderPluginParameterType.html +4 -4
  246. package/docs/types/ClassFunctionParameters.html +4 -4
  247. package/docs/types/Color.html +4 -4
  248. package/docs/types/ContentTypeConfigKey.html +4 -4
  249. package/docs/types/ContentTypeConfigKeySplit.html +4 -4
  250. package/docs/types/ContentTypeMap.html +4 -4
  251. package/docs/types/Create3DDomContainerReturnType.html +4 -4
  252. package/docs/types/Create3DElementReturnType.html +4 -4
  253. package/docs/types/CruisePluginExportType.html +4 -4
  254. package/docs/types/CruisePluginTypes.CruiseData.html +4 -4
  255. package/docs/types/CruisePluginTypes.MoveEffect.html +4 -4
  256. package/docs/types/CurrentPanoImagePluginExportType.html +4 -4
  257. package/docs/types/DeprecatedMediaPlaneProperty.html +4 -4
  258. package/docs/types/DeprecatedTagProperty.html +4 -4
  259. package/docs/types/Direction-1.html +4 -4
  260. package/docs/types/Direction4.html +4 -4
  261. package/docs/types/ElementRenderer.html +4 -4
  262. package/docs/types/FloorplanRuleLabels.html +4 -4
  263. package/docs/types/FloorplanServerRuleLabels.html +4 -4
  264. package/docs/types/GuideLinePluginExportType.html +4 -4
  265. package/docs/types/GuideLinePluginType.GuideLineItem.html +4 -4
  266. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +4 -4
  267. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +4 -4
  268. package/docs/types/GuideLinePluginType.GuideLineStyle.html +4 -4
  269. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +4 -4
  270. package/docs/types/GuideLinePluginType.PathItem.html +4 -4
  271. package/docs/types/GuideLinePluginType.PluginData.html +4 -4
  272. package/docs/types/HelperEventMap.html +4 -4
  273. package/docs/types/LoadTagConfig.html +4 -4
  274. package/docs/types/MapviewFloorplanPluginParameterType.html +4 -4
  275. package/docs/types/MapviewFloorplanPluginReturnType.html +4 -4
  276. package/docs/types/MediaData.html +4 -4
  277. package/docs/types/MediaStore.html +4 -4
  278. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +4 -4
  279. package/docs/types/ModelFloorplanPluginParameterType.html +4 -4
  280. package/docs/types/ModelFloorplanPluginReturnType.html +4 -4
  281. package/docs/types/ModelId.html +4 -4
  282. package/docs/types/ModelRoomLabelPluginParameters.html +4 -4
  283. package/docs/types/ModelRoomLabelPluginReturnType.html +4 -4
  284. package/docs/types/MoveArgs.html +4 -4
  285. package/docs/types/MoveOpts.html +4 -4
  286. package/docs/types/Object3DHelperEventMap.html +4 -4
  287. package/docs/types/ObjectFit.html +4 -4
  288. package/docs/types/PaintBrushEventMap.html +4 -4
  289. package/docs/types/PanoCompassPluginData.html +4 -4
  290. package/docs/types/PanoCompassPluginExportType.html +4 -4
  291. package/docs/types/PanoCompassPluginParameterType.html +4 -4
  292. package/docs/types/PanoFloorplanRadarPluginParameterType.html +4 -4
  293. package/docs/types/PanoFloorplanRadarPluginReturnType.html +4 -4
  294. package/docs/types/PanoIndex.html +4 -4
  295. package/docs/types/PanoMeasurePluginEvent.html +4 -4
  296. package/docs/types/PanoMeasureReturnType.html +4 -4
  297. package/docs/types/PanoSpatialTagPluginId.html +4 -4
  298. package/docs/types/PanoTagPluginExportInterface.html +4 -4
  299. package/docs/types/PanoTagPluginParamsInterface.html +4 -4
  300. package/docs/types/PanoVideoPluginParameterType.html +4 -4
  301. package/docs/types/PanoVideoPluginReturnType.html +4 -4
  302. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +4 -4
  303. package/docs/types/PipelinePluginParameterType.html +4 -4
  304. package/docs/types/PipelinePluginReturnType.html +4 -4
  305. package/docs/types/PlaneTag.html +4 -4
  306. package/docs/types/Point2DTag.html +4 -4
  307. package/docs/types/Point3DTag.html +4 -4
  308. package/docs/types/PointTag.html +4 -4
  309. package/docs/types/PointTagInstance.html +4 -4
  310. package/docs/types/Position.html +4 -4
  311. package/docs/types/RotateArgs.html +4 -4
  312. package/docs/types/RotateOpts.html +4 -4
  313. package/docs/types/RuleLabelsKey.html +4 -4
  314. package/docs/types/RuleLabelsValue.html +4 -4
  315. package/docs/types/StickType.html +4 -4
  316. package/docs/types/Tag.html +4 -4
  317. package/docs/types/Tag2D.html +4 -4
  318. package/docs/types/Tag3D.html +4 -4
  319. package/docs/types/TagConfigByKey.html +4 -4
  320. package/docs/types/TagContentType.html +4 -4
  321. package/docs/types/TagDimensionType.html +4 -4
  322. package/docs/types/TagElement.html +4 -4
  323. package/docs/types/TagEvents.html +4 -4
  324. package/docs/types/TagGLTFObject.html +4 -4
  325. package/docs/types/TagHooks.html +4 -4
  326. package/docs/types/TagId.html +4 -4
  327. package/docs/types/TagInstance.html +4 -4
  328. package/docs/types/TagPointType.html +4 -4
  329. package/docs/types/TagRendererMap.html +4 -4
  330. package/docs/types/TopviewFloorplanPluginParameterType.html +4 -4
  331. package/docs/types/TopviewFloorplanPluginReturnType.html +4 -4
  332. package/docs/types/WorkCode.html +4 -4
  333. package/docs/variables/FLOOR_TYPE_MAP.html +4 -4
  334. package/docs/variables/PLUGIN.html +4 -4
  335. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +4 -4
  336. package/docs/variables/ROOM_TYPE_MAP.html +4 -4
  337. package/docs/variables/defaultGlobalConfig.html +4 -4
  338. package/docs/variables/itemLabelPluginServerParams.html +4 -4
  339. package/docs/variables/modelItemLabelPluginServerParams.html +4 -4
  340. package/docs/variables/modelRoomLabelPluginServerParams.html +4 -4
  341. package/libs/PanoTagPlugin/Components/Common/Shadow.js +96 -90
  342. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +93 -59
  343. package/libs/PanoTagPlugin/Components/TagItem.js +22 -22
  344. package/libs/base/BasePlugin.js +1 -1
  345. package/libs/shared-utils/logger.js +1 -1
  346. package/package.json +1 -1
@@ -1,177 +1,182 @@
1
- import { SvelteComponent as X, init as S, safe_not_equal as q, append_styles as N, empty as j, insert as v, transition_in as h, transition_out as D, check_outros as A, detach as I, element as B, attr as m, set_style as s, add_render_callback as E, create_in_transition as F, create_out_transition as G, group_outros as H } from "../../../vendor/svelte/internal/index.js";
2
- import { fade as R } from "../../../vendor/svelte/transition/index.js";
1
+ import { SvelteComponent as S, init as q, safe_not_equal as N, append_styles as j, empty as A, insert as X, transition_in as h, transition_out as R, check_outros as B, detach as v, element as E, attr as m, set_style as s, add_render_callback as F, create_in_transition as G, create_out_transition as H, group_outros as J } from "../../../vendor/svelte/internal/index.js";
2
+ import { fade as k } from "../../../vendor/svelte/transition/index.js";
3
3
  import "../../../vendor/svelte/easing/index.js";
4
- function J(t) {
5
- N(t, "svelte-faoauy", ".shadow.svelte-faoauy{position:absolute}");
4
+ function K(e) {
5
+ j(e, "svelte-faoauy", ".shadow.svelte-faoauy{position:absolute}");
6
6
  }
7
- function k(t) {
8
- let i, e, l, f, u;
7
+ function I(e) {
8
+ let i, t, l, f, u;
9
9
  return {
10
10
  c() {
11
- i = B("div"), m(i, "class", "shadow svelte-faoauy"), m(i, "style", e = `
12
- left:${o(
11
+ i = E("div"), m(i, "class", "shadow svelte-faoauy"), m(i, "style", t = `
12
+ left: ${r(
13
13
  /*left*/
14
- t[5]
14
+ e[5]
15
15
  )};
16
- bottom:${o(
16
+ bottom: ${r(
17
17
  /*bottom*/
18
- t[6]
18
+ e[6]
19
19
  )};
20
- box-shadow: 0 0 ${o(
20
+ border-radius: ${/*round*/
21
+ e[10] ? "9999px" : "0"};
22
+ box-shadow: 0 0 ${r(
21
23
  /*blurRadius*/
22
- t[10]
23
- )} ${o(
24
+ e[11]
25
+ )} ${r(
24
26
  /*spreadRadius*/
25
- t[11]
27
+ e[12]
26
28
  )} rgba(0, 0, 0, ${/*opacity*/
27
- t[12]});
29
+ e[13]});
28
30
  ${/*horizontalCenter*/
29
- t[8] ? "transform: translateX(-50%); left: 50%" : ""}
31
+ e[8] ? "transform: translateX(-50%); left: 50%" : ""}
30
32
  ${/*verticalCenter*/
31
- t[9] ? "transform: translateX(-50%); top: 50%" : ""}
33
+ e[9] ? "transform: translateX(-50%); top: 50%" : ""}
32
34
  ${/*center*/
33
- t[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
34
- `), s(i, "width", o(
35
+ e[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
36
+ `), s(i, "width", r(
35
37
  /*width*/
36
- t[3]
37
- )), s(i, "height", o(
38
+ e[3]
39
+ )), s(i, "height", r(
38
40
  /*height*/
39
- t[4]
41
+ e[4]
40
42
  )), s(
41
43
  i,
42
44
  "z-index",
43
45
  /*zIndex*/
44
- t[13]
46
+ e[14]
45
47
  );
46
48
  },
47
- m(a, r) {
48
- v(a, i, r), u = !0;
49
+ m(a, o) {
50
+ X(a, i, o), u = !0;
49
51
  },
50
- p(a, r) {
51
- t = a, (!u || r & /*left, bottom, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
52
- 8160 && e !== (e = `
53
- left:${o(
52
+ p(a, o) {
53
+ e = a, (!u || o & /*left, bottom, round, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
54
+ 16352 && t !== (t = `
55
+ left: ${r(
54
56
  /*left*/
55
- t[5]
57
+ e[5]
56
58
  )};
57
- bottom:${o(
59
+ bottom: ${r(
58
60
  /*bottom*/
59
- t[6]
61
+ e[6]
60
62
  )};
61
- box-shadow: 0 0 ${o(
63
+ border-radius: ${/*round*/
64
+ e[10] ? "9999px" : "0"};
65
+ box-shadow: 0 0 ${r(
62
66
  /*blurRadius*/
63
- t[10]
64
- )} ${o(
67
+ e[11]
68
+ )} ${r(
65
69
  /*spreadRadius*/
66
- t[11]
70
+ e[12]
67
71
  )} rgba(0, 0, 0, ${/*opacity*/
68
- t[12]});
72
+ e[13]});
69
73
  ${/*horizontalCenter*/
70
- t[8] ? "transform: translateX(-50%); left: 50%" : ""}
74
+ e[8] ? "transform: translateX(-50%); left: 50%" : ""}
71
75
  ${/*verticalCenter*/
72
- t[9] ? "transform: translateX(-50%); top: 50%" : ""}
76
+ e[9] ? "transform: translateX(-50%); top: 50%" : ""}
73
77
  ${/*center*/
74
- t[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
75
- `)) && m(i, "style", e);
76
- const d = r & /*left, bottom, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
77
- 8160;
78
- (d || r & /*width, left, bottom, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
79
- 8168) && s(i, "width", o(
78
+ e[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
79
+ `)) && m(i, "style", t);
80
+ const d = o & /*left, bottom, round, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
81
+ 16352;
82
+ (d || o & /*width, left, bottom, round, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
83
+ 16360) && s(i, "width", r(
80
84
  /*width*/
81
- t[3]
82
- )), (d || r & /*height, left, bottom, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
83
- 8176) && s(i, "height", o(
85
+ e[3]
86
+ )), (d || o & /*height, left, bottom, round, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
87
+ 16368) && s(i, "height", r(
84
88
  /*height*/
85
- t[4]
86
- )), (d || r & /*zIndex, left, bottom, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
87
- 16352) && s(
89
+ e[4]
90
+ )), (d || o & /*zIndex, left, bottom, round, blurRadius, spreadRadius, opacity, horizontalCenter, verticalCenter, center*/
91
+ 32736) && s(
88
92
  i,
89
93
  "z-index",
90
94
  /*zIndex*/
91
- t[13]
95
+ e[14]
92
96
  );
93
97
  },
94
98
  i(a) {
95
- u || (a && E(() => {
96
- u && (f && f.end(1), l = F(i, R, { duration: (
99
+ u || (a && F(() => {
100
+ u && (f && f.end(1), l = G(i, k, { duration: (
97
101
  /*inDelay*/
98
- t[0]
102
+ e[0]
99
103
  ) }), l.start());
100
104
  }), u = !0);
101
105
  },
102
106
  o(a) {
103
- l && l.invalidate(), a && (f = G(i, R, { duration: (
107
+ l && l.invalidate(), a && (f = H(i, k, { duration: (
104
108
  /*outDelay*/
105
- t[1]
109
+ e[1]
106
110
  ) })), u = !1;
107
111
  },
108
112
  d(a) {
109
- a && I(i), a && f && f.end();
113
+ a && v(i), a && f && f.end();
110
114
  }
111
115
  };
112
116
  }
113
- function K(t) {
114
- let i, e = (
117
+ function L(e) {
118
+ let i, t = (
115
119
  /*visible*/
116
- t[2] && k(t)
120
+ e[2] && I(e)
117
121
  );
118
122
  return {
119
123
  c() {
120
- e && e.c(), i = j();
124
+ t && t.c(), i = A();
121
125
  },
122
126
  m(l, f) {
123
- e && e.m(l, f), v(l, i, f);
127
+ t && t.m(l, f), X(l, i, f);
124
128
  },
125
129
  p(l, [f]) {
126
130
  /*visible*/
127
- l[2] ? e ? (e.p(l, f), f & /*visible*/
128
- 4 && h(e, 1)) : (e = k(l), e.c(), h(e, 1), e.m(i.parentNode, i)) : e && (H(), D(e, 1, 1, () => {
129
- e = null;
130
- }), A());
131
+ l[2] ? t ? (t.p(l, f), f & /*visible*/
132
+ 4 && h(t, 1)) : (t = I(l), t.c(), h(t, 1), t.m(i.parentNode, i)) : t && (J(), R(t, 1, 1, () => {
133
+ t = null;
134
+ }), B());
131
135
  },
132
136
  i(l) {
133
- h(e);
137
+ h(t);
134
138
  },
135
139
  o(l) {
136
- D(e);
140
+ R(t);
137
141
  },
138
142
  d(l) {
139
- e && e.d(l), l && I(i);
143
+ t && t.d(l), l && v(i);
140
144
  }
141
145
  };
142
146
  }
143
- function o(t) {
144
- return typeof t == "number" ? t / 16 + "rem" : t;
147
+ function r(e) {
148
+ return typeof e == "number" ? e / 16 + "rem" : e;
145
149
  }
146
- function L(t, i, e) {
147
- let { inDelay: l = 1e3 } = i, { outDelay: f = 1e3 } = i, { visible: u = !0 } = i, { width: a = 0 } = i, { height: r = 0 } = i, { left: d = 0 } = i, { bottom: _ = 0 } = i, { center: b = !1 } = i, { horizontalCenter: y = !1 } = i, { verticalCenter: c = !1 } = i, { blurRadius: w } = i, { spreadRadius: z } = i, { opacity: C = 0.15 } = i, { zIndex: g = -1 } = i;
148
- return t.$$set = (n) => {
149
- "inDelay" in n && e(0, l = n.inDelay), "outDelay" in n && e(1, f = n.outDelay), "visible" in n && e(2, u = n.visible), "width" in n && e(3, a = n.width), "height" in n && e(4, r = n.height), "left" in n && e(5, d = n.left), "bottom" in n && e(6, _ = n.bottom), "center" in n && e(7, b = n.center), "horizontalCenter" in n && e(8, y = n.horizontalCenter), "verticalCenter" in n && e(9, c = n.verticalCenter), "blurRadius" in n && e(10, w = n.blurRadius), "spreadRadius" in n && e(11, z = n.spreadRadius), "opacity" in n && e(12, C = n.opacity), "zIndex" in n && e(13, g = n.zIndex);
150
+ function M(e, i, t) {
151
+ let { inDelay: l = 1e3 } = i, { outDelay: f = 1e3 } = i, { visible: u = !0 } = i, { width: a = 0 } = i, { height: o = 0 } = i, { left: d = 0 } = i, { bottom: b = 0 } = i, { center: _ = !1 } = i, { horizontalCenter: y = !1 } = i, { verticalCenter: c = !1 } = i, { round: w = !1 } = i, { blurRadius: z } = i, { spreadRadius: C } = i, { opacity: g = 0.15 } = i, { zIndex: D = -1 } = i;
152
+ return e.$$set = (n) => {
153
+ "inDelay" in n && t(0, l = n.inDelay), "outDelay" in n && t(1, f = n.outDelay), "visible" in n && t(2, u = n.visible), "width" in n && t(3, a = n.width), "height" in n && t(4, o = n.height), "left" in n && t(5, d = n.left), "bottom" in n && t(6, b = n.bottom), "center" in n && t(7, _ = n.center), "horizontalCenter" in n && t(8, y = n.horizontalCenter), "verticalCenter" in n && t(9, c = n.verticalCenter), "round" in n && t(10, w = n.round), "blurRadius" in n && t(11, z = n.blurRadius), "spreadRadius" in n && t(12, C = n.spreadRadius), "opacity" in n && t(13, g = n.opacity), "zIndex" in n && t(14, D = n.zIndex);
150
154
  }, [
151
155
  l,
152
156
  f,
153
157
  u,
154
158
  a,
155
- r,
159
+ o,
156
160
  d,
157
- _,
158
161
  b,
162
+ _,
159
163
  y,
160
164
  c,
161
165
  w,
162
166
  z,
163
167
  C,
164
- g
168
+ g,
169
+ D
165
170
  ];
166
171
  }
167
- class Q extends X {
172
+ class T extends S {
168
173
  constructor(i) {
169
- super(), S(
174
+ super(), q(
170
175
  this,
171
176
  i,
177
+ M,
172
178
  L,
173
- K,
174
- q,
179
+ N,
175
180
  {
176
181
  inDelay: 0,
177
182
  outDelay: 1,
@@ -183,15 +188,16 @@ class Q extends X {
183
188
  center: 7,
184
189
  horizontalCenter: 8,
185
190
  verticalCenter: 9,
186
- blurRadius: 10,
187
- spreadRadius: 11,
188
- opacity: 12,
189
- zIndex: 13
191
+ round: 10,
192
+ blurRadius: 11,
193
+ spreadRadius: 12,
194
+ opacity: 13,
195
+ zIndex: 14
190
196
  },
191
- J
197
+ K
192
198
  );
193
199
  }
194
200
  }
195
201
  export {
196
- Q as default
202
+ T as default
197
203
  };
@@ -1,96 +1,130 @@
1
- import { SvelteComponent as _, init as h, safe_not_equal as b, append_styles as y, empty as k, insert as d, noop as g, detach as m, element as s, space as w, attr as r, append as f, src_url_equal as u } from "../../../vendor/svelte/internal/index.js";
2
- function j(o) {
3
- y(o, "svelte-1ggcoy3", ".wrapper.svelte-1ggcoy3{position:relative;width:0;height:0;display:flex;flex-direction:column;justify-content:end;align-items:center}.line.svelte-1ggcoy3{position:relative;flex-shrink:0;width:0.0625rem;height:5rem;background-color:#fff}.media-item.svelte-1ggcoy3{position:relative;flex-shrink:0;width:2.625rem;height:2.625rem;border:0.0625rem solid #fff;border-radius:624.9375rem;overflow:hidden}.media-content.svelte-1ggcoy3{position:relative;pointer-events:auto;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}");
1
+ import { SvelteComponent as I, init as Q, safe_not_equal as v, append_styles as h, empty as G, insert as d, transition_in as c, transition_out as m, check_outros as E, detach as u, element as f, space as D, attr as A, append as g, group_outros as F, create_component as P, src_url_equal as x, mount_component as y, destroy_component as M } from "../../../vendor/svelte/internal/index.js";
2
+ import p from "../Common/Shadow.js";
3
+ import "../../../vendor/svelte/transition/index.js";
4
+ import "../../../vendor/svelte/easing/index.js";
5
+ function w(a) {
6
+ h(a, "svelte-x7g2bj", ".wrapper.svelte-x7g2bj{position:relative;width:0;height:0;display:flex;flex-direction:column;justify-content:end;align-items:center}.line.svelte-x7g2bj{position:relative;flex-shrink:0;width:0.0625rem;height:5rem;background-image:linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.5))}.media-item.svelte-x7g2bj{position:relative;flex-shrink:0;width:2.625rem;height:2.625rem;border-style:solid;border-width:0.3125rem;-o-border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAMAAAC9ZjJ/AAAAnFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YxPlZAAAAM3RSTlMzADY6QEo9I1ROWlBHRBby7ufFq3kw+hEp0VcK3dS0opmRg3BpBi2JHxvhy72WZGGclV2LE9pqAAAHSUlEQVR42syY13riMBBGZ1VccKHZ2NQAAYdOkn3/d1sJ9ltrZAwBtz2XCZFPNP9IY+BXYda+GVLmubZjtVqWY7seM0LTXxdfuZicHxNPGAkny3Fszl2Xc9txrOvPPBL7BRYvIhfFTDiMHO4ZFDJQw+POSBiyOLq/Tulya9NwxIM5I3AXwrj4BxzDzKlxBXJbao2Q2GNBi26z65QvF4EzslwKT0Fda+QAqm8FcltX7JkBL2Bwa+Si7StZbuNaDiPwIoQ5lruR61QgZ3LLNqAQhm1xs2Q5rFZcr2S5iDncgFKg3GJRiXLr0EG7Vnj3nHBdltyGOx6BfLzT8u3QG066ncGg050Me4e35cmDfIjn8E0pcmPD4RRycIP+tP37Ju1pP3Dza+vQcXE5n+dVlAX9ye8HTPoBy6st94vKxTa/WVEa9JQ9mh2D1XlkM0KYPTqvguNM2c9eQG/WlttxIbmxYd/Mzmn299mD/XHl5lR8ddwP/trPTjezahvj1+V899b5QT+612cOP1cU7kJXn8PrZ7sf9NaV5vqvym24S7ILLjrXNH1x+BH865rMzsIAHeLyzWtyJs+WlM3blwf1v+EJvvudS3XnLFtabr4iF/PMUmTZxiV6DI5Ce0lAg/H4ebkw69aaygfsxANegCx38q+nraxd+KwccQ19kf5FLXh9ZAouen2WaQvynBxkZt13GZvBnEIB6HwgA/uemZPhGblQdyNvl+PUhoLYl6P7jeh24c/lYk+rKR/KPniHEniXnTHkWmW9+KdypnDLlrTHoBRYLy2tYmf+TG6ruy1k2hZQGguZvIVut/2JnM80tzdZ0jOUyLkrg6fZMf+x3NrA5SMzsdCeQamwvVh0RvDPjPVDOWDob6hMyIFCydCDTDFaljB4JGdqbrJN+wRKh/Rl02p25n25iOHPy32bQyXM5d7hnWDRPbk1xc0g8/YBFfEhc4ebgq7vyCUG0ft0DpUx13uWGEm+nI/dFjJvUCEydwts5+fJrQlF94LsUwIVQmTPvqPYkXWOnElVFd4R5xuFSqF7cZNxVZeat+XGyI0Mxb3AoGJYVxwoBNmNb8olVGuGwRkq5zzQmoImt+R8SrTALaAGFlrsCPFvyIWqGxOB60Et9ETsmGoXZuV8gpq86sDh2PVRD/sZuUSVa6G9rgScoJYql+hyEWqZafVFxYWdosdHmlwCCkvRqTbUhi06dgkKCZaLUAraz16pxS/ZNkp4hORi7bM7CjVCd9puxKrcGBQMsXEB1Eogts4AhbEit9WOxR2BWiE77cjfpnKoHWhHxrMOcAt2qNoSqVykDahdAjVDutrIHf2TM0EBfaxi8JaAgvlPLoSUE9rgisFhOkFKeJHTqzorMJoXHNlnel1BqyoV58g3NMC3OE2oVlcpF+ITZwKNMMGna3iVG2uX8Bc0wpc2bIwvcj6kMDG+cGgELh7NIMW/yJm4qkNoiCGuq3mRC3HPfEJDfOJzIpRyYy2VK2iIlehFHDpAkXPFlEmhIaiYOV0UOvi1wZHbQ2Psceg2Qi7GkTtCYxxx6GIhl0DKtP7I4dBNISURcqDQllWvF5z4NqQINbVZPfnbusF746ntChEel6bQIFM8NkWwxcPyDBpkhl8QtrDBX3sdoUGO+OuwDZiQcqj7nTD7hniAFBPJ9Zo4SfBZ0kNyMZ4LztAgZzwTxRDja38EDTLCV38MCX4rtKFBbPx+mEAIKR05izYIE6+lkBKCiphZCDQIERMbKPzfcn+Yt2MkCEEgiKLsn60xI6MMzC29/wUNQSX3n8ESZrof6s+q/iHUR4n6EFZfX+qLXz0yqYdN9ZiuXnDUq6F7qdbGEYs9yFFHYOrwUB27ugNrddSvLknU9ZK7mFNXmr/iK4NLr9Gx1egsHSBgAwisnW40XHSDNriSAxd64Ri5EJi4EGwjtNoxQSv2O1ELPESNWO+4r4UH90V5yMMaWFgkUZ+gtIQFlEZ5U9zEQXHJ+kbMhAMxBxNhfaaDf+c5g/MtDXA+2/zJwT++f3JwlXMvqw3DQBSGg3VmbFUa7UyDvHZo3/8FWxKKCNQX2ZbGJGttDloO/J/BMBFrQD/WQDuVuRjWzlzYjJOBEIxuIGQQptOqHrppFfq5KI2hGaWBx7mcLwjr5XwsYSGEFKMVQhpplxLSRrQSUmmW41toxbcYV2TLAo1sGRJWBd8e9YNv+O+Vqbyvn8pTuxoZoNrIAF0zeAaqyzPQJQe2aIjrwRZMTSYJQuclQX4f6mEql3yG5malBkMj9rYJ8LG+PODjbbuRPrJUmj4i+7UZjSJbFo2yFE7LbTke9kFlrhxU5q77iTeHEsQbLIXz4ng8vDor+AAZ3ZEgo3P9eCRlKUlN3S9tyuf7IKB/87BvGgrwqWle3AfPxjStDNkbt5K9sSjZm7BjysWOqTh2nK7H3UceEx07/vfTTgBsd7PA9nvR5Al1N/4OuMdn1D3eUXdvtFD3Zw6fIUQPDp9IYI7h8H8ALigtIKqA/ZIAAAAASUVORK5CYII=');border-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAACcCAMAAAC9ZjJ/AAAAnFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////YxPlZAAAAM3RSTlMzADY6QEo9I1ROWlBHRBby7ufFq3kw+hEp0VcK3dS0opmRg3BpBi2JHxvhy72WZGGclV2LE9pqAAAHSUlEQVR42syY13riMBBGZ1VccKHZ2NQAAYdOkn3/d1sJ9ltrZAwBtz2XCZFPNP9IY+BXYda+GVLmubZjtVqWY7seM0LTXxdfuZicHxNPGAkny3Fszl2Xc9txrOvPPBL7BRYvIhfFTDiMHO4ZFDJQw+POSBiyOLq/Tulya9NwxIM5I3AXwrj4BxzDzKlxBXJbao2Q2GNBi26z65QvF4EzslwKT0Fda+QAqm8FcltX7JkBL2Bwa+Si7StZbuNaDiPwIoQ5lruR61QgZ3LLNqAQhm1xs2Q5rFZcr2S5iDncgFKg3GJRiXLr0EG7Vnj3nHBdltyGOx6BfLzT8u3QG066ncGg050Me4e35cmDfIjn8E0pcmPD4RRycIP+tP37Ju1pP3Dza+vQcXE5n+dVlAX9ye8HTPoBy6st94vKxTa/WVEa9JQ9mh2D1XlkM0KYPTqvguNM2c9eQG/WlttxIbmxYd/Mzmn299mD/XHl5lR8ddwP/trPTjezahvj1+V899b5QT+612cOP1cU7kJXn8PrZ7sf9NaV5vqvym24S7ILLjrXNH1x+BH865rMzsIAHeLyzWtyJs+WlM3blwf1v+EJvvudS3XnLFtabr4iF/PMUmTZxiV6DI5Ce0lAg/H4ebkw69aaygfsxANegCx38q+nraxd+KwccQ19kf5FLXh9ZAouen2WaQvynBxkZt13GZvBnEIB6HwgA/uemZPhGblQdyNvl+PUhoLYl6P7jeh24c/lYk+rKR/KPniHEniXnTHkWmW9+KdypnDLlrTHoBRYLy2tYmf+TG6ruy1k2hZQGguZvIVut/2JnM80tzdZ0jOUyLkrg6fZMf+x3NrA5SMzsdCeQamwvVh0RvDPjPVDOWDob6hMyIFCydCDTDFaljB4JGdqbrJN+wRKh/Rl02p25n25iOHPy32bQyXM5d7hnWDRPbk1xc0g8/YBFfEhc4ebgq7vyCUG0ft0DpUx13uWGEm+nI/dFjJvUCEydwts5+fJrQlF94LsUwIVQmTPvqPYkXWOnElVFd4R5xuFSqF7cZNxVZeat+XGyI0Mxb3AoGJYVxwoBNmNb8olVGuGwRkq5zzQmoImt+R8SrTALaAGFlrsCPFvyIWqGxOB60Et9ETsmGoXZuV8gpq86sDh2PVRD/sZuUSVa6G9rgScoJYql+hyEWqZafVFxYWdosdHmlwCCkvRqTbUhi06dgkKCZaLUAraz16pxS/ZNkp4hORi7bM7CjVCd9puxKrcGBQMsXEB1Eogts4AhbEit9WOxR2BWiE77cjfpnKoHWhHxrMOcAt2qNoSqVykDahdAjVDutrIHf2TM0EBfaxi8JaAgvlPLoSUE9rgisFhOkFKeJHTqzorMJoXHNlnel1BqyoV58g3NMC3OE2oVlcpF+ITZwKNMMGna3iVG2uX8Bc0wpc2bIwvcj6kMDG+cGgELh7NIMW/yJm4qkNoiCGuq3mRC3HPfEJDfOJzIpRyYy2VK2iIlehFHDpAkXPFlEmhIaiYOV0UOvi1wZHbQ2Psceg2Qi7GkTtCYxxx6GIhl0DKtP7I4dBNISURcqDQllWvF5z4NqQINbVZPfnbusF746ntChEel6bQIFM8NkWwxcPyDBpkhl8QtrDBX3sdoUGO+OuwDZiQcqj7nTD7hniAFBPJ9Zo4SfBZ0kNyMZ4LztAgZzwTxRDja38EDTLCV38MCX4rtKFBbPx+mEAIKR05izYIE6+lkBKCiphZCDQIERMbKPzfcn+Yt2MkCEEgiKLsn60xI6MMzC29/wUNQSX3n8ESZrof6s+q/iHUR4n6EFZfX+qLXz0yqYdN9ZiuXnDUq6F7qdbGEYs9yFFHYOrwUB27ugNrddSvLknU9ZK7mFNXmr/iK4NLr9Gx1egsHSBgAwisnW40XHSDNriSAxd64Ri5EJi4EGwjtNoxQSv2O1ELPESNWO+4r4UH90V5yMMaWFgkUZ+gtIQFlEZ5U9zEQXHJ+kbMhAMxBxNhfaaDf+c5g/MtDXA+2/zJwT++f3JwlXMvqw3DQBSGg3VmbFUa7UyDvHZo3/8FWxKKCNQX2ZbGJGttDloO/J/BMBFrQD/WQDuVuRjWzlzYjJOBEIxuIGQQptOqHrppFfq5KI2hGaWBx7mcLwjr5XwsYSGEFKMVQhpplxLSRrQSUmmW41toxbcYV2TLAo1sGRJWBd8e9YNv+O+Vqbyvn8pTuxoZoNrIAF0zeAaqyzPQJQe2aIjrwRZMTSYJQuclQX4f6mEql3yG5malBkMj9rYJ8LG+PODjbbuRPrJUmj4i+7UZjSJbFo2yFE7LbTke9kFlrhxU5q77iTeHEsQbLIXz4ng8vDor+AAZ3ZEgo3P9eCRlKUlN3S9tyuf7IKB/87BvGgrwqWle3AfPxjStDNkbt5K9sSjZm7BjysWOqTh2nK7H3UceEx07/vfTTgBsd7PA9nvR5Al1N/4OuMdn1D3eUXdvtFD3Zw6fIUQPDp9IYI7h8H8ALigtIKqA/ZIAAAAASUVORK5CYII=');border-image-slice:15 fill}.media-content.svelte-x7g2bj{position:relative;box-sizing:content-box;pointer-events:auto;width:100%;height:100%;border-radius:624.9375rem;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}");
4
7
  }
5
- function p(o) {
6
- let e, t, n, i, l = (
8
+ function B(a) {
9
+ let i, n, e, r, o, l = (
7
10
  /*media*/
8
- o[0].type === "Image" && v(o)
11
+ a[0].type === "Image" && Z(a)
9
12
  );
10
13
  return {
11
14
  c() {
12
- e = s("div"), t = s("div"), l && l.c(), n = w(), i = s("div"), r(t, "class", "media-item svelte-1ggcoy3"), r(t, "draggable", "false"), r(i, "class", "line svelte-1ggcoy3"), r(e, "class", "wrapper svelte-1ggcoy3");
15
+ i = f("div"), n = f("div"), l && l.c(), e = D(), r = f("div"), A(n, "class", "media-item svelte-x7g2bj"), A(n, "draggable", "false"), A(r, "class", "line svelte-x7g2bj"), A(i, "class", "wrapper svelte-x7g2bj");
13
16
  },
14
- m(a, c) {
15
- d(a, e, c), f(e, t), l && l.m(t, null), f(e, n), f(e, i);
17
+ m(t, s) {
18
+ d(t, i, s), g(i, n), l && l.m(n, null), g(i, e), g(i, r), o = !0;
16
19
  },
17
- p(a, c) {
20
+ p(t, s) {
18
21
  /*media*/
19
- a[0].type === "Image" ? l ? l.p(a, c) : (l = v(a), l.c(), l.m(t, null)) : l && (l.d(1), l = null);
22
+ t[0].type === "Image" ? l ? (l.p(t, s), s & /*media*/
23
+ 1 && c(l, 1)) : (l = Z(t), l.c(), c(l, 1), l.m(n, null)) : l && (F(), m(l, 1, 1, () => {
24
+ l = null;
25
+ }), E());
20
26
  },
21
- d(a) {
22
- a && m(e), l && l.d();
27
+ i(t) {
28
+ o || (c(l), o = !0);
29
+ },
30
+ o(t) {
31
+ m(l), o = !1;
32
+ },
33
+ d(t) {
34
+ t && u(i), l && l.d();
23
35
  }
24
36
  };
25
37
  }
26
- function v(o) {
27
- let e, t, n;
28
- return {
38
+ function Z(a) {
39
+ let i, n, e, r, o, l;
40
+ return i = new p({
41
+ props: {
42
+ blurRadius: 22,
43
+ spreadRadius: 16,
44
+ height: "80%",
45
+ width: "80%",
46
+ center: !0,
47
+ round: !0
48
+ }
49
+ }), {
29
50
  c() {
30
- var i;
31
- e = s("img"), r(e, "class", "media-content svelte-1ggcoy3"), u(e.src, t = /*media*/
32
- (i = o[0].thumbnail) != null ? i : (
51
+ var t;
52
+ P(i.$$.fragment), n = D(), e = f("img"), A(e, "class", "media-content svelte-x7g2bj"), x(e.src, r = /*media*/
53
+ (t = a[0].thumbnail) != null ? t : (
33
54
  /*media*/
34
- o[0].url
35
- )) || r(e, "src", t), r(e, "alt", n = /*media*/
36
- o[0].name), r(e, "draggable", !1);
55
+ a[0].url
56
+ )) || A(e, "src", r), A(e, "alt", o = /*media*/
57
+ a[0].name), A(e, "draggable", !1);
37
58
  },
38
- m(i, l) {
39
- d(i, e, l);
59
+ m(t, s) {
60
+ y(i, t, s), d(t, n, s), d(t, e, s), l = !0;
40
61
  },
41
- p(i, l) {
42
- var a;
43
- l & /*media*/
44
- 1 && !u(e.src, t = /*media*/
45
- (a = i[0].thumbnail) != null ? a : (
62
+ p(t, s) {
63
+ var b;
64
+ (!l || s & /*media*/
65
+ 1 && !x(e.src, r = /*media*/
66
+ (b = t[0].thumbnail) != null ? b : (
46
67
  /*media*/
47
- i[0].url
48
- )) && r(e, "src", t), l & /*media*/
49
- 1 && n !== (n = /*media*/
50
- i[0].name) && r(e, "alt", n);
68
+ t[0].url
69
+ ))) && A(e, "src", r), (!l || s & /*media*/
70
+ 1 && o !== (o = /*media*/
71
+ t[0].name)) && A(e, "alt", o);
51
72
  },
52
- d(i) {
53
- i && m(e);
73
+ i(t) {
74
+ l || (c(i.$$.fragment, t), l = !0);
75
+ },
76
+ o(t) {
77
+ m(i.$$.fragment, t), l = !1;
78
+ },
79
+ d(t) {
80
+ M(i, t), t && u(n), t && u(e);
54
81
  }
55
82
  };
56
83
  }
57
- function q(o) {
58
- let e, t = (
84
+ function N(a) {
85
+ let i, n, e = (
59
86
  /*media*/
60
- o[0] && p(o)
87
+ a[0] && B(a)
61
88
  );
62
89
  return {
63
90
  c() {
64
- t && t.c(), e = k();
91
+ e && e.c(), i = G();
65
92
  },
66
- m(n, i) {
67
- t && t.m(n, i), d(n, e, i);
93
+ m(r, o) {
94
+ e && e.m(r, o), d(r, i, o), n = !0;
68
95
  },
69
- p(n, [i]) {
96
+ p(r, [o]) {
70
97
  /*media*/
71
- n[0] ? t ? t.p(n, i) : (t = p(n), t.c(), t.m(e.parentNode, e)) : t && (t.d(1), t = null);
98
+ r[0] ? e ? (e.p(r, o), o & /*media*/
99
+ 1 && c(e, 1)) : (e = B(r), e.c(), c(e, 1), e.m(i.parentNode, i)) : e && (F(), m(e, 1, 1, () => {
100
+ e = null;
101
+ }), E());
102
+ },
103
+ i(r) {
104
+ n || (c(e), n = !0);
105
+ },
106
+ o(r) {
107
+ m(e), n = !1;
72
108
  },
73
- i: g,
74
- o: g,
75
- d(n) {
76
- t && t.d(n), n && m(e);
109
+ d(r) {
110
+ e && e.d(r), r && u(i);
77
111
  }
78
112
  };
79
113
  }
80
- function I(o, e, t) {
81
- let n, { tag: i } = e;
82
- return o.$$set = (l) => {
83
- "tag" in l && t(1, i = l.tag);
84
- }, o.$$.update = () => {
85
- o.$$.dirty & /*tag*/
86
- 2 && t(0, n = i.data.mediaData[0]);
87
- }, [n, i];
114
+ function q(a, i, n) {
115
+ let e, { tag: r } = i;
116
+ return a.$$set = (o) => {
117
+ "tag" in o && n(1, r = o.tag);
118
+ }, a.$$.update = () => {
119
+ a.$$.dirty & /*tag*/
120
+ 2 && n(0, e = r.data.mediaData[0]);
121
+ }, [e, r];
88
122
  }
89
- class C extends _ {
90
- constructor(e) {
91
- super(), h(this, e, I, q, b, { tag: 1 }, j);
123
+ class J extends I {
124
+ constructor(i) {
125
+ super(), Q(this, i, q, N, v, { tag: 1 }, w);
92
126
  }
93
127
  }
94
128
  export {
95
- C as default
129
+ J as default
96
130
  };
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as J, init as K, safe_not_equal as O, append_styles as Q, empty as U, insert as N, transition_in as h, transition_out as k, check_outros as L, detach as P, getContext as W, element as M, space as X, attr as _, null_to_empty as V, set_style as C, toggle_class as b, append as j, group_outros as q, noop as w, create_component as F, mount_component as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as J, init as K, safe_not_equal as O, append_styles as Q, empty as U, insert as P, transition_in as h, transition_out as k, check_outros as L, detach as N, getContext as W, element as M, space as X, attr as _, null_to_empty as V, set_style as C, toggle_class as b, append as j, group_outros as q, noop as w, create_component as F, mount_component as G, destroy_component as H } from "../../vendor/svelte/internal/index.js";
2
2
  import Y from "./Tag/index.js";
3
3
  import "three";
4
4
  import { noTypecheck as z } from "../utils/noTypecheck.js";
@@ -96,7 +96,7 @@ function x(o) {
96
96
  Q(o, "svelte-t2hepc", ".tag.svelte-t2hepc{will-change:opacity}.tag.withAnimation.svelte-t2hepc{transition:opacity 0.2s linear}.tag.hide.svelte-t2hepc{opacity:0;pointer-events:none}.tag.hide.svelte-t2hepc *{pointer-events:none !important}.tag.unClickable.svelte-t2hepc{pointer-events:none !important}.tag.unClickable.svelte-t2hepc *{pointer-events:none !important}.tag.disable.svelte-t2hepc{display:none}.wrapper.svelte-t2hepc{position:absolute;width:0rem;height:0rem;overflow:visible;pointer-events:auto}");
97
97
  }
98
98
  function E(o) {
99
- let i, e, t, r, a, s, c, v, u, f;
99
+ let i, e, t, r, a, s, c, y, u, f;
100
100
  const S = [tt, $], d = [];
101
101
  function p(n, m) {
102
102
  return (
@@ -114,7 +114,7 @@ function E(o) {
114
114
  }
115
115
  return s = A(o), c = g[s] = T[s](o), {
116
116
  c() {
117
- i = M("div"), e = M("div"), r.c(), a = X(), c.c(), _(e, "class", v = V(B(
117
+ i = M("div"), e = M("div"), r.c(), a = X(), c.c(), _(e, "class", y = V(B(
118
118
  "wrapper",
119
119
  /*tag*/
120
120
  o[1].className ? `${/*tag*/
@@ -168,23 +168,23 @@ function E(o) {
168
168
  );
169
169
  },
170
170
  m(n, m) {
171
- N(n, i, m), j(i, e), d[t].m(e, null), j(e, a), g[s].m(e, null), f = !0;
171
+ P(n, i, m), j(i, e), d[t].m(e, null), j(e, a), g[s].m(e, null), f = !0;
172
172
  },
173
173
  p(n, m) {
174
174
  let l = t;
175
175
  t = p(n), t === l ? d[t].p(n, m) : (q(), k(d[l], 1, 1, () => {
176
176
  d[l] = null;
177
177
  }), L(), r = d[t], r ? r.p(n, m) : (r = d[t] = S[t](n), r.c()), h(r, 1), r.m(e, a));
178
- let y = s;
179
- s = A(n), s === y ? g[s].p(n, m) : (q(), k(g[y], 1, 1, () => {
180
- g[y] = null;
178
+ let v = s;
179
+ s = A(n), s === v ? g[s].p(n, m) : (q(), k(g[v], 1, 1, () => {
180
+ g[v] = null;
181
181
  }), L(), c = g[s], c ? c.p(n, m) : (c = g[s] = T[s](n), c.c()), h(c, 1), c.m(e, null)), (!f || m & /*tag*/
182
- 2 && v !== (v = V(B(
182
+ 2 && y !== (y = V(B(
183
183
  "wrapper",
184
184
  /*tag*/
185
185
  n[1].className ? `${/*tag*/
186
186
  n[1].className}__wrapper` : void 0
187
- )) + " svelte-t2hepc")) && _(e, "class", v), (!f || m & /*unfolded*/
187
+ )) + " svelte-t2hepc")) && _(e, "class", y), (!f || m & /*unfolded*/
188
188
  512) && _(
189
189
  e,
190
190
  "data-tag-unfolded",
@@ -249,7 +249,7 @@ function E(o) {
249
249
  k(r), k(c), f = !1;
250
250
  },
251
251
  d(n) {
252
- n && P(i), d[t].d(), g[s].d();
252
+ n && N(i), d[t].d(), g[s].d();
253
253
  }
254
254
  };
255
255
  }
@@ -260,13 +260,13 @@ function $(o) {
260
260
  i = M("div"), _(i, "data-info", "tag point is disable");
261
261
  },
262
262
  m(e, t) {
263
- N(e, i, t);
263
+ P(e, i, t);
264
264
  },
265
265
  p: w,
266
266
  i: w,
267
267
  o: w,
268
268
  d(e) {
269
- e && P(i);
269
+ e && N(i);
270
270
  }
271
271
  };
272
272
  }
@@ -306,13 +306,13 @@ function et(o) {
306
306
  i = M("div"), _(i, "data-info", "tag content is disable");
307
307
  },
308
308
  m(e, t) {
309
- N(e, i, t);
309
+ P(e, i, t);
310
310
  },
311
311
  p: w,
312
312
  i: w,
313
313
  o: w,
314
314
  d(e) {
315
- e && P(i);
315
+ e && N(i);
316
316
  }
317
317
  };
318
318
  }
@@ -395,7 +395,7 @@ function ot(o) {
395
395
  t && t.c(), i = U();
396
396
  },
397
397
  m(r, a) {
398
- t && t.m(r, a), N(r, i, a), e = !0;
398
+ t && t.m(r, a), P(r, i, a), e = !0;
399
399
  },
400
400
  p(r, [a]) {
401
401
  /*screenPosition*/
@@ -411,27 +411,27 @@ function ot(o) {
411
411
  k(t), e = !1;
412
412
  },
413
413
  d(r) {
414
- t && t.d(r), r && P(i);
414
+ t && t.d(r), r && N(i);
415
415
  }
416
416
  };
417
417
  }
418
418
  function rt(o, i, e) {
419
- let t, r, a, s, c, v, u, f, S, { withAnimation: d = !1 } = i, { tag: p } = i, { mediaStore: T } = i, { renderMap: g = /* @__PURE__ */ new Map() } = i, { state: A } = i, { temporaryState: n } = i;
419
+ let t, r, a, s, c, y, u, f, S, { withAnimation: d = !1 } = i, { tag: p } = i, { mediaStore: T } = i, { renderMap: g = /* @__PURE__ */ new Map() } = i, { state: A } = i, { temporaryState: n } = i;
420
420
  const m = W("hooks");
421
421
  return o.$$set = (l) => {
422
422
  "withAnimation" in l && e(0, d = l.withAnimation), "tag" in l && e(1, p = l.tag), "mediaStore" in l && e(2, T = l.mediaStore), "renderMap" in l && e(3, g = l.renderMap), "state" in l && e(4, A = l.state), "temporaryState" in l && e(5, n = l.temporaryState);
423
423
  }, o.$$.update = () => {
424
- var l, y, D;
424
+ var l, v, D;
425
425
  o.$$.dirty & /*tag*/
426
426
  2 && e(14, t = (() => {
427
427
  var I, R;
428
- return !(((R = (I = p.style) == null ? void 0 : I.point) == null ? void 0 : R.enabled) === !1 || p.contentType === "Sticker" || p.contentType === "Link" || p.contentType === "VRLink" || p.contentType === "PanoLink" || p.contentType === "Audio" && p.data.appearance === "plane");
428
+ return !(((R = (I = p.style) == null ? void 0 : I.point) == null ? void 0 : R.enabled) === !1 || p.contentType === "Sticker" || p.contentType === "Link" || p.contentType === "VRLink" || p.contentType === "PanoLink" || p.contentType === "Panorama" || p.contentType === "Audio" && p.data.appearance === "plane");
429
429
  })()), o.$$.dirty & /*tag*/
430
430
  2 && e(13, r = (() => p.stickType === "2DPoint")()), o.$$.dirty & /*tag*/
431
431
  2 && e(12, a = p.id), o.$$.dirty & /*tag*/
432
432
  2 && e(11, s = p.enabled === !1 || !p.state), o.$$.dirty & /*tag*/
433
- 2 && e(10, c = !((l = p.state) != null && l.visible) || ((y = p.temporaryState) == null ? void 0 : y.visible) === !1 || !p.screenPosition), o.$$.dirty & /*tag*/
434
- 2 && e(9, v = (D = p.state) == null ? void 0 : D.unfolded), o.$$.dirty & /*tag*/
433
+ 2 && e(10, c = !((l = p.state) != null && l.visible) || ((v = p.temporaryState) == null ? void 0 : v.visible) === !1 || !p.screenPosition), o.$$.dirty & /*tag*/
434
+ 2 && e(9, y = (D = p.state) == null ? void 0 : D.unfolded), o.$$.dirty & /*tag*/
435
435
  2 && e(6, u = p.screenPosition), o.$$.dirty & /*screenPosition*/
436
436
  64 && e(8, f = (u == null ? void 0 : u.leftPercent) + "%"), o.$$.dirty & /*screenPosition*/
437
437
  64 && e(7, S = (u == null ? void 0 : u.topPercent) + "%");
@@ -445,7 +445,7 @@ function rt(o, i, e) {
445
445
  u,
446
446
  S,
447
447
  f,
448
- v,
448
+ y,
449
449
  c,
450
450
  s,
451
451
  a,