@realsee/dnalogel 3.4.0-dev.3 → 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 (403) hide show
  1. package/dist/CruisePlugin/{Work.d.ts → Controller.d.ts} +8 -1
  2. package/dist/CruisePlugin/index.d.ts +3 -4
  3. package/dist/CruisePlugin/typing.d.ts +2 -2
  4. package/dist/CruisePlugin/utils/linerValue.d.ts +1 -0
  5. package/dist/GuideLinePlugin/Controller.d.ts +6 -1
  6. package/dist/PanoTagPlugin/Archive/deprecated.d.ts +2 -0
  7. package/dist/PanoTagPlugin/Components/Tag/PanoramaTag.svelte.d.ts +1 -0
  8. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +0 -4
  9. package/dist/PanoTagPlugin/controller/TagRender.d.ts +4 -0
  10. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +3 -3
  11. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +6 -0
  12. package/dist/index.cjs.js +61 -59
  13. package/dist/index.js +5186 -5214
  14. package/dist/index.umd.js +54 -52
  15. package/docs/assets/search.js +1 -1
  16. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +31 -33
  17. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +32 -34
  18. package/docs/classes/CSS3DRender.html +31 -33
  19. package/docs/classes/{WalkController.html → CruisePluginController.html} +57 -52
  20. package/docs/classes/GuideLineItem.GuideLineItem.html +19 -21
  21. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +41 -43
  22. package/docs/classes/Magnifier.html +20 -22
  23. package/docs/classes/ModelRoomLabelController.html +11 -13
  24. package/docs/classes/Object3DHelperController.html +25 -27
  25. package/docs/classes/PaintBrush.html +15 -17
  26. package/docs/classes/PanoMeasurePluginLine.html +27 -29
  27. package/docs/classes/PanoMeasurePluginModel.html +27 -29
  28. package/docs/classes/PanoMeasurePluginPoint.html +11 -13
  29. package/docs/classes/PanoMeasurePluginPolyline.html +27 -29
  30. package/docs/classes/PanoTagPluginController.html +54 -56
  31. package/docs/classes/Util.BetterTween.html +9 -11
  32. package/docs/classes/Util.Interval.html +12 -14
  33. package/docs/classes/Util.LineSegments.html +8 -10
  34. package/docs/classes/Util.Magnifier.html +20 -22
  35. package/docs/classes/Util.Object3D.html +8 -10
  36. package/docs/classes/Util.PointDomHelper.html +11 -13
  37. package/docs/classes/Util.PointHelper.html +11 -13
  38. package/docs/classes/Util.PointSelectorHelper.html +16 -18
  39. package/docs/classes/Util.Rectangle.html +13 -15
  40. package/docs/enums/CameraMovementEffect.html +7 -9
  41. package/docs/enums/ContentType.html +30 -22
  42. package/docs/enums/DIRECTION.html +9 -11
  43. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -11
  44. package/docs/enums/DimensionType.html +7 -9
  45. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -10
  46. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -11
  47. package/docs/enums/PaintBrushTypeEnum.html +8 -10
  48. package/docs/enums/PointType.html +7 -9
  49. package/docs/enums/Rotation.html +8 -10
  50. package/docs/functions/AreaMakerPlugin.html +5 -7
  51. package/docs/functions/CSS3DRenderPlugin.html +4 -6
  52. package/docs/functions/CameraMovementPlugin.html +4 -6
  53. package/docs/functions/CruisePlugin.html +6 -8
  54. package/docs/functions/CurrentPanoImagePlugin.html +4 -6
  55. package/docs/functions/GuideLinePlugin.html +5 -7
  56. package/docs/functions/ItemLabelPlugin.html +4 -6
  57. package/docs/functions/MapviewFloorplanPlugin.html +4 -6
  58. package/docs/functions/ModelChassisCompassPlugin.html +4 -6
  59. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -6
  60. package/docs/functions/ModelFloorplanPlugin.html +4 -6
  61. package/docs/functions/ModelItemLabelPlugin.html +4 -6
  62. package/docs/functions/ModelRoomLabelPlugin.html +4 -6
  63. package/docs/functions/ModelTVVideoPlugin.html +4 -6
  64. package/docs/functions/ModelViewPlugin.html +4 -6
  65. package/docs/functions/Object3DHelperPlugin.html +4 -6
  66. package/docs/functions/PanoCompassPlugin.html +4 -6
  67. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -6
  68. package/docs/functions/PanoDoorLabelPlugin.html +4 -6
  69. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -6
  70. package/docs/functions/PanoMeasurePlugin.html +4 -6
  71. package/docs/functions/PanoRulerPlugin.html +4 -6
  72. package/docs/functions/PanoRulerProPlugin.html +4 -6
  73. package/docs/functions/PanoSpatialTagPlugin.html +4 -6
  74. package/docs/functions/PanoTagPlugin.html +4 -6
  75. package/docs/functions/PanoVideoPlugin.html +4 -6
  76. package/docs/functions/PipelinePlugin.html +4 -6
  77. package/docs/functions/TopviewFloorplanPlugin.html +4 -6
  78. package/docs/functions/Util.absoluteUrl.html +5 -7
  79. package/docs/functions/Util.checkFiveModelLoaded.html +5 -7
  80. package/docs/functions/Util.equal.html +5 -7
  81. package/docs/functions/Util.getCoordsFromClient.html +5 -7
  82. package/docs/functions/Util.getCoordsFromElement.html +5 -7
  83. package/docs/functions/Util.getFrameTime.html +5 -7
  84. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -7
  85. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -7
  86. package/docs/functions/Util.isAbsoluteURL.html +5 -7
  87. package/docs/functions/Util.isModelLike.html +5 -7
  88. package/docs/functions/Util.isNil.html +5 -7
  89. package/docs/functions/Util.isPanoramaLike.html +5 -7
  90. package/docs/functions/Util.nextFrame.html +5 -7
  91. package/docs/functions/Util.notNil.html +5 -7
  92. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -7
  93. package/docs/functions/Util.tweenProgress.html +5 -7
  94. package/docs/functions/Util.uuid.html +5 -7
  95. package/docs/functions/pluginFlag.html +5 -7
  96. package/docs/index.html +5 -7
  97. package/docs/interfaces/AddTagConfig.html +6 -8
  98. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +6 -8
  99. package/docs/interfaces/AreaMakerPluginType.Config.html +6 -8
  100. package/docs/interfaces/AreaMakerPluginType.EventMap.html +15 -17
  101. package/docs/interfaces/AreaMakerPluginType.Params.html +7 -9
  102. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +9 -11
  103. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +8 -10
  104. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +6 -8
  105. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +6 -8
  106. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +6 -8
  107. package/docs/interfaces/AreaMakerPluginType.State.html +8 -10
  108. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -13
  109. package/docs/interfaces/CSS3DRenderPluginState.html +8 -10
  110. package/docs/interfaces/CameraMovementPluginExportType.html +7 -9
  111. package/docs/interfaces/CruisePluginTypes.Config.html +9 -11
  112. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -15
  113. package/docs/interfaces/CruisePluginTypes.EventMap.html +21 -23
  114. package/docs/interfaces/CruisePluginTypes.MoveAction.html +13 -15
  115. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +15 -17
  116. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +15 -17
  117. package/docs/interfaces/CruisePluginTypes.PluginData.html +10 -12
  118. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +7 -9
  119. package/docs/interfaces/CruisePluginTypes.PluginState.html +36 -17
  120. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +11 -13
  121. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +12 -14
  122. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +7 -9
  123. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +6 -8
  124. package/docs/interfaces/CurrentPanoImagePluginType.State.html +8 -10
  125. package/docs/interfaces/EventMap.html +15 -17
  126. package/docs/interfaces/FloorplanBounding.html +8 -10
  127. package/docs/interfaces/FloorplanData.html +10 -12
  128. package/docs/interfaces/FloorplanEntrance.html +11 -13
  129. package/docs/interfaces/FloorplanExtraObject.html +10 -12
  130. package/docs/interfaces/FloorplanExtraObject3D.html +8 -10
  131. package/docs/interfaces/FloorplanFloorData.html +9 -11
  132. package/docs/interfaces/FloorplanImagePosition.html +7 -9
  133. package/docs/interfaces/FloorplanObserver.html +9 -11
  134. package/docs/interfaces/FloorplanOutlineItem.html +9 -11
  135. package/docs/interfaces/FloorplanPosition.html +7 -9
  136. package/docs/interfaces/FloorplanRoomItem.html +13 -15
  137. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -9
  138. package/docs/interfaces/FloorplanServerBounding.html +8 -10
  139. package/docs/interfaces/FloorplanServerComputedData.html +10 -12
  140. package/docs/interfaces/FloorplanServerData.html +7 -9
  141. package/docs/interfaces/FloorplanServerDoorItem.html +10 -12
  142. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -10
  143. package/docs/interfaces/FloorplanServerEntrance.html +11 -13
  144. package/docs/interfaces/FloorplanServerFloorData.html +9 -11
  145. package/docs/interfaces/FloorplanServerImagePosition.html +7 -9
  146. package/docs/interfaces/FloorplanServerObserver.html +9 -11
  147. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -11
  148. package/docs/interfaces/FloorplanServerPosition.html +7 -9
  149. package/docs/interfaces/FloorplanServerRoomItem.html +14 -16
  150. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -9
  151. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +8 -10
  152. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -13
  153. package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -16
  154. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -11
  155. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -9
  156. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +14 -16
  157. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +7 -9
  158. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -11
  159. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +20 -22
  160. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -10
  161. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +20 -22
  162. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -8
  163. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +7 -9
  164. package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -11
  165. package/docs/interfaces/GuideLinePluginType.Route.html +12 -14
  166. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -12
  167. package/docs/interfaces/HelperOffset.html +8 -10
  168. package/docs/interfaces/ImagePlaneGroup.html +6 -8
  169. package/docs/interfaces/ItemLabelPluginData.html +6 -8
  170. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -13
  171. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -11
  172. package/docs/interfaces/MinMax.html +7 -9
  173. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -9
  174. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -10
  175. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -9
  176. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -10
  177. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -10
  178. package/docs/interfaces/ModelItemLabelPluginData.html +6 -8
  179. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -13
  180. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -9
  181. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -8
  182. package/docs/interfaces/ModelTVVideoPluginData.html +9 -11
  183. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -10
  184. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -8
  185. package/docs/interfaces/ModelViewPluginExportType.html +11 -13
  186. package/docs/interfaces/Object3DHelperState.html +8 -10
  187. package/docs/interfaces/ObjectHelperControllers.html +9 -11
  188. package/docs/interfaces/PaintBrushAction.html +12 -14
  189. package/docs/interfaces/PaintBrushConfigs.html +12 -14
  190. package/docs/interfaces/PaintBrushState.html +10 -12
  191. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -12
  192. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -7
  193. package/docs/interfaces/PanoMeasureParameterType.html +16 -18
  194. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -10
  195. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -9
  196. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -9
  197. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -10
  198. package/docs/interfaces/PanoRulerPluginExportType.html +10 -12
  199. package/docs/interfaces/PanoRulerPluginOptions.html +7 -9
  200. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -10
  201. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -11
  202. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -9
  203. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -9
  204. package/docs/interfaces/PanoRulerProPluginState.html +8 -10
  205. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -7
  206. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -7
  207. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -13
  208. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -12
  209. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -15
  210. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -12
  211. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -15
  212. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -13
  213. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -12
  214. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -8
  215. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -10
  216. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -8
  217. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -11
  218. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -8
  219. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -10
  220. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -12
  221. package/docs/interfaces/Point.html +8 -10
  222. package/docs/interfaces/Room.html +9 -11
  223. package/docs/interfaces/RoomInfo.html +7 -9
  224. package/docs/interfaces/RoomLabel.html +14 -16
  225. package/docs/interfaces/RoomRules.html +5 -7
  226. package/docs/interfaces/Rooms.html +5 -7
  227. package/docs/interfaces/Scissor.html +9 -11
  228. package/docs/interfaces/State.html +8 -10
  229. package/docs/interfaces/TagCacheInterface.html +12 -14
  230. package/docs/interfaces/TagConfig.html +14 -16
  231. package/docs/interfaces/TagGLTFObjectGroup.html +6 -8
  232. package/docs/interfaces/TagIconUrl.html +12 -14
  233. package/docs/interfaces/TagObjectGroup.html +6 -8
  234. package/docs/interfaces/TagStyle.html +6 -8
  235. package/docs/interfaces/Tags.html +144 -14
  236. package/docs/interfaces/TemporaryState.html +6 -8
  237. package/docs/interfaces/Util.MagnifierParameter.html +11 -13
  238. package/docs/interfaces/Util.MouseGroupParameter.html +8 -10
  239. package/docs/interfaces/Util.PointIntersection.html +8 -10
  240. package/docs/modules/AreaMakerPluginType.html +5 -7
  241. package/docs/modules/CruisePluginTypes.html +5 -7
  242. package/docs/modules/CurrentPanoImagePluginType.html +5 -7
  243. package/docs/modules/GuideLineItem.html +5 -7
  244. package/docs/modules/GuideLineModeItem.html +5 -7
  245. package/docs/modules/GuideLinePluginType.html +5 -7
  246. package/docs/modules/PanoVideoPluginType.html +5 -7
  247. package/docs/modules/Util.html +5 -7
  248. package/docs/modules.html +9 -27
  249. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +5 -7
  250. package/docs/types/AreaMakerPluginType.PluginData.html +5 -7
  251. package/docs/types/AreaMakerPluginType.ServerData.html +5 -7
  252. package/docs/types/ArrayPosition.html +5 -7
  253. package/docs/types/AudioAppearance.html +5 -7
  254. package/docs/types/AudioTagTypeConfigKey.html +5 -7
  255. package/docs/types/CSS3DRenderExportType.html +5 -7
  256. package/docs/types/CSS3DRenderPluginExportType.html +5 -7
  257. package/docs/types/CSS3DRenderPluginParameterType.html +5 -7
  258. package/docs/types/ClassFunctionParameters.html +5 -7
  259. package/docs/types/Color.html +5 -7
  260. package/docs/types/ContentTypeConfigKey.html +5 -7
  261. package/docs/types/ContentTypeConfigKeySplit.html +5 -7
  262. package/docs/types/ContentTypeMap.html +5 -7
  263. package/docs/types/Create3DDomContainerReturnType.html +5 -7
  264. package/docs/types/Create3DElementReturnType.html +5 -7
  265. package/docs/types/CruisePluginExportType.html +5 -7
  266. package/docs/types/CruisePluginTypes.CruiseData.html +6 -8
  267. package/docs/types/CruisePluginTypes.MoveEffect.html +6 -8
  268. package/docs/types/CurrentPanoImagePluginExportType.html +5 -7
  269. package/docs/types/DeprecatedMediaPlaneProperty.html +5 -7
  270. package/docs/types/DeprecatedTagProperty.html +5 -7
  271. package/docs/types/Direction-1.html +5 -7
  272. package/docs/types/Direction4.html +5 -7
  273. package/docs/types/ElementRenderer.html +5 -7
  274. package/docs/types/FloorplanRuleLabels.html +5 -7
  275. package/docs/types/FloorplanServerRuleLabels.html +5 -7
  276. package/docs/types/GuideLinePluginExportType.html +5 -7
  277. package/docs/types/GuideLinePluginType.GuideLineItem.html +6 -8
  278. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -8
  279. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -8
  280. package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -8
  281. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -8
  282. package/docs/types/GuideLinePluginType.PathItem.html +6 -8
  283. package/docs/types/GuideLinePluginType.PluginData.html +6 -8
  284. package/docs/types/HelperEventMap.html +5 -7
  285. package/docs/types/LoadTagConfig.html +5 -7
  286. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -7
  287. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -7
  288. package/docs/types/MediaData.html +11 -8
  289. package/docs/types/MediaStore.html +5 -7
  290. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -7
  291. package/docs/types/ModelFloorplanPluginParameterType.html +5 -7
  292. package/docs/types/ModelFloorplanPluginReturnType.html +5 -7
  293. package/docs/types/ModelId.html +5 -7
  294. package/docs/types/ModelRoomLabelPluginParameters.html +5 -7
  295. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -7
  296. package/docs/types/MoveArgs.html +5 -7
  297. package/docs/types/MoveOpts.html +5 -7
  298. package/docs/types/Object3DHelperEventMap.html +5 -7
  299. package/docs/types/ObjectFit.html +5 -7
  300. package/docs/types/PaintBrushEventMap.html +5 -7
  301. package/docs/types/PanoCompassPluginData.html +5 -7
  302. package/docs/types/PanoCompassPluginExportType.html +5 -7
  303. package/docs/types/PanoCompassPluginParameterType.html +5 -7
  304. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -7
  305. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -7
  306. package/docs/types/PanoIndex.html +5 -7
  307. package/docs/types/PanoMeasurePluginEvent.html +5 -7
  308. package/docs/types/PanoMeasureReturnType.html +5 -7
  309. package/docs/types/PanoSpatialTagPluginId.html +5 -7
  310. package/docs/types/PanoTagPluginExportInterface.html +5 -7
  311. package/docs/types/PanoTagPluginParamsInterface.html +5 -7
  312. package/docs/types/PanoVideoPluginParameterType.html +5 -7
  313. package/docs/types/PanoVideoPluginReturnType.html +5 -7
  314. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +5 -7
  315. package/docs/types/PipelinePluginParameterType.html +5 -7
  316. package/docs/types/PipelinePluginReturnType.html +5 -7
  317. package/docs/types/PlaneTag.html +5 -7
  318. package/docs/types/Point2DTag.html +5 -7
  319. package/docs/types/Point3DTag.html +5 -7
  320. package/docs/types/PointTag.html +5 -7
  321. package/docs/types/PointTagInstance.html +5 -7
  322. package/docs/types/Position.html +5 -7
  323. package/docs/types/RotateArgs.html +5 -7
  324. package/docs/types/RotateOpts.html +5 -7
  325. package/docs/types/RuleLabelsKey.html +5 -7
  326. package/docs/types/RuleLabelsValue.html +5 -7
  327. package/docs/types/StickType.html +5 -7
  328. package/docs/types/Tag.html +5 -7
  329. package/docs/types/Tag2D.html +5 -7
  330. package/docs/types/Tag3D.html +5 -7
  331. package/docs/types/TagConfigByKey.html +5 -7
  332. package/docs/types/TagContentType.html +5 -7
  333. package/docs/types/TagDimensionType.html +5 -7
  334. package/docs/types/TagElement.html +5 -7
  335. package/docs/types/TagEvents.html +5 -7
  336. package/docs/types/TagGLTFObject.html +5 -7
  337. package/docs/types/TagHooks.html +5 -7
  338. package/docs/types/TagId.html +5 -7
  339. package/docs/types/TagInstance.html +5 -7
  340. package/docs/types/TagPointType.html +5 -7
  341. package/docs/types/TagRendererMap.html +5 -7
  342. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -7
  343. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -7
  344. package/docs/types/WorkCode.html +5 -7
  345. package/docs/variables/FLOOR_TYPE_MAP.html +5 -7
  346. package/docs/variables/PLUGIN.html +5 -7
  347. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -7
  348. package/docs/variables/ROOM_TYPE_MAP.html +5 -7
  349. package/docs/variables/defaultGlobalConfig.html +5 -7
  350. package/docs/variables/itemLabelPluginServerParams.html +5 -7
  351. package/docs/variables/modelItemLabelPluginServerParams.html +5 -7
  352. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -7
  353. package/libs/CruisePlugin/{Work.d.ts → Controller.d.ts} +8 -1
  354. package/libs/CruisePlugin/{Work.js → Controller.js} +177 -148
  355. package/libs/CruisePlugin/index.d.ts +3 -4
  356. package/libs/CruisePlugin/index.js +11 -15
  357. package/libs/CruisePlugin/typing.d.ts +2 -2
  358. package/libs/GuideLinePlugin/Controller.d.ts +6 -1
  359. package/libs/GuideLinePlugin/Controller.js +63 -48
  360. package/libs/GuideLinePlugin/GuideLineItem/index.js +43 -53
  361. package/libs/GuideLinePlugin/GuideLineItem.js +10 -12
  362. package/libs/GuideLinePlugin/GuideLineModeItem.js +3 -2
  363. package/libs/GuideLinePlugin/index.js +18 -20
  364. package/libs/PanoTagPlugin/Archive/deprecated.d.ts +2 -0
  365. package/libs/PanoTagPlugin/Archive/deprecated.js +1 -1
  366. package/libs/PanoTagPlugin/Components/Common/Shadow.js +96 -90
  367. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +130 -0
  368. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.svelte.d.ts +1 -0
  369. package/libs/PanoTagPlugin/Components/Tag/index.js +166 -128
  370. package/libs/PanoTagPlugin/Components/TagContainer.js +3 -2
  371. package/libs/PanoTagPlugin/Components/TagItem.js +288 -255
  372. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +0 -4
  373. package/libs/PanoTagPlugin/controller/TagComputer.js +116 -135
  374. package/libs/PanoTagPlugin/controller/TagRender.d.ts +4 -0
  375. package/libs/PanoTagPlugin/controller/TagRender.js +92 -72
  376. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +3 -3
  377. package/libs/PanoTagPlugin/controller/index.js +6 -5
  378. package/libs/PanoTagPlugin/index.js +12 -11
  379. package/libs/PanoTagPlugin/tag.config.js +6 -12
  380. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +6 -0
  381. package/libs/base/BasePlugin.js +1 -1
  382. package/libs/index.js +100 -104
  383. package/libs/shared-utils/logger.js +1 -1
  384. package/package.json +2 -2
  385. package/dist/CruisePlugin/CruiseController.d.ts +0 -147
  386. package/dist/CruisePlugin/Move.d.ts +0 -28
  387. package/dist/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
  388. package/dist/shared-utils/five/fiveLoaded.d.ts +0 -2
  389. package/docs/classes/MoveController.html +0 -641
  390. package/libs/CruisePlugin/CruiseController.d.ts +0 -147
  391. package/libs/CruisePlugin/CruiseController.js +0 -236
  392. package/libs/CruisePlugin/Move.d.ts +0 -28
  393. package/libs/CruisePlugin/Move.js +0 -112
  394. package/libs/CruisePlugin/utils/getFiveStateOnCurve.d.ts +0 -11
  395. package/libs/CruisePlugin/utils/getFiveStateOnCurve.js +0 -11
  396. package/libs/shared-utils/five/fiveLoaded.d.ts +0 -2
  397. package/libs/shared-utils/five/fiveLoaded.js +0 -30
  398. package/libs/shared-utils/formatRad.d.ts +0 -7
  399. package/libs/shared-utils/formatRad.js +0 -7
  400. /package/dist/{shared-utils → CruisePlugin/utils}/formatRad.d.ts +0 -0
  401. /package/dist/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
  402. /package/libs/{shared-utils/vectorToCoordinate.d.ts → CruisePlugin/utils/vectorToCoordinates.d.ts} +0 -0
  403. /package/libs/{shared-utils/vectorToCoordinate.js → CruisePlugin/utils/vectorToCoordinates.js} +0 -0
@@ -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
  };
@@ -0,0 +1,130 @@
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}");
7
+ }
8
+ function B(a) {
9
+ let i, n, e, r, o, l = (
10
+ /*media*/
11
+ a[0].type === "Image" && Z(a)
12
+ );
13
+ return {
14
+ c() {
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");
16
+ },
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;
19
+ },
20
+ p(t, s) {
21
+ /*media*/
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());
26
+ },
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();
35
+ }
36
+ };
37
+ }
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
+ }), {
50
+ c() {
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 : (
54
+ /*media*/
55
+ a[0].url
56
+ )) || A(e, "src", r), A(e, "alt", o = /*media*/
57
+ a[0].name), A(e, "draggable", !1);
58
+ },
59
+ m(t, s) {
60
+ y(i, t, s), d(t, n, s), d(t, e, s), l = !0;
61
+ },
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 : (
67
+ /*media*/
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);
72
+ },
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);
81
+ }
82
+ };
83
+ }
84
+ function N(a) {
85
+ let i, n, e = (
86
+ /*media*/
87
+ a[0] && B(a)
88
+ );
89
+ return {
90
+ c() {
91
+ e && e.c(), i = G();
92
+ },
93
+ m(r, o) {
94
+ e && e.m(r, o), d(r, i, o), n = !0;
95
+ },
96
+ p(r, [o]) {
97
+ /*media*/
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;
108
+ },
109
+ d(r) {
110
+ e && e.d(r), r && u(i);
111
+ }
112
+ };
113
+ }
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];
122
+ }
123
+ class J extends I {
124
+ constructor(i) {
125
+ super(), Q(this, i, q, N, v, { tag: 1 }, w);
126
+ }
127
+ }
128
+ export {
129
+ J as default
130
+ };
@@ -0,0 +1 @@
1
+ export { SvelteComponentTyped as default } from 'svelte/internal';