@realsee/dnalogel 3.31.1 → 3.32.0-dev.0

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 (540) hide show
  1. package/dist/PanoSpatialTagPlugin/store.d.ts +1 -0
  2. package/dist/PanoTagPlugin/controller/TagCache.d.ts +1 -1
  3. package/dist/PanoTagPlugin/controller/TagUtil.d.ts +4 -1
  4. package/dist/PanoTagPlugin/controller/index.d.ts +1 -0
  5. package/dist/PanoTagPlugin/typings/controller.d.ts +1 -0
  6. package/dist/index.cjs.js +66 -66
  7. package/dist/index.js +5849 -5666
  8. package/dist/index.umd.js +59 -59
  9. package/docs/assets/search.js +1 -1
  10. package/docs/classes/AreaMakerPluginType.AreaMakerController.html +34 -44
  11. package/docs/classes/AreaMakerPluginType.AreaMakerItem.html +34 -44
  12. package/docs/classes/CSS3DRender.html +33 -43
  13. package/docs/classes/GuideLineItem.GuideLineItem.html +21 -31
  14. package/docs/classes/GuideLineModeItem.GuideLineModeItem.html +45 -55
  15. package/docs/classes/{ModelMakerPluginInstance.html → Magnifier.html} +113 -200
  16. package/docs/classes/ModelRoomLabelController.html +13 -23
  17. package/docs/classes/MoveController.html +33 -43
  18. package/docs/classes/Object3DHelperController.html +47 -39
  19. package/docs/classes/PaintBrush.html +17 -27
  20. package/docs/classes/PanoMeasurePluginLine.html +36 -56
  21. package/docs/classes/PanoMeasurePluginModel.html +32 -42
  22. package/docs/classes/PanoMeasurePluginPoint.html +13 -23
  23. package/docs/classes/PanoMeasurePluginPolyline.html +34 -54
  24. package/docs/classes/PanoTagPluginController.html +110 -198
  25. package/docs/classes/Util.BetterTween.html +13 -27
  26. package/docs/classes/Util.Interval.html +15 -29
  27. package/docs/classes/Util.LineSegments.html +11 -25
  28. package/docs/classes/Util.Magnifier.html +60 -93
  29. package/docs/classes/Util.Object3D.html +12 -26
  30. package/docs/classes/Util.PointDomHelper.html +14 -28
  31. package/docs/classes/Util.PointHelper.html +14 -28
  32. package/docs/classes/Util.PointSelectorHelper.html +20 -34
  33. package/docs/classes/Util.Rectangle.html +16 -30
  34. package/docs/classes/WalkController.html +29 -39
  35. package/docs/enums/CameraMovementEffect.html +9 -19
  36. package/docs/enums/ContentType.html +23 -33
  37. package/docs/enums/DIRECTION.html +11 -21
  38. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +11 -21
  39. package/docs/enums/DimensionType.html +9 -19
  40. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +10 -20
  41. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +11 -21
  42. package/docs/enums/PaintBrushTypeEnum.html +10 -20
  43. package/docs/enums/PointType.html +9 -19
  44. package/docs/enums/Rotation.html +10 -20
  45. package/docs/functions/AreaMakerPlugin.html +7 -17
  46. package/docs/functions/CSS3DRenderPlugin.html +7 -17
  47. package/docs/functions/CameraMovementPlugin.html +7 -17
  48. package/docs/functions/CruisePlugin.html +7 -17
  49. package/docs/functions/CurrentPanoImagePlugin.html +7 -17
  50. package/docs/functions/GuideLinePlugin.html +7 -17
  51. package/docs/functions/ItemLabelPlugin.html +7 -17
  52. package/docs/functions/MapviewFloorplanPlugin.html +7 -17
  53. package/docs/functions/ModelChassisCompassPlugin.html +7 -17
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +7 -17
  55. package/docs/functions/ModelFloorplanPlugin.html +7 -17
  56. package/docs/functions/ModelItemLabelPlugin.html +7 -17
  57. package/docs/functions/ModelRoomLabelPlugin.html +7 -17
  58. package/docs/functions/ModelTVVideoPlugin.html +7 -17
  59. package/docs/functions/ModelViewPlugin.html +7 -17
  60. package/docs/functions/MovePlugin.html +8 -18
  61. package/docs/functions/Object3DHelperPlugin.html +7 -17
  62. package/docs/functions/PanoCompassPlugin.html +7 -17
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +7 -17
  64. package/docs/functions/PanoDoorLabelPlugin.html +7 -17
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +7 -17
  66. package/docs/functions/PanoMeasurePlugin.html +7 -17
  67. package/docs/functions/PanoRulerPlugin.html +7 -17
  68. package/docs/functions/PanoRulerProPlugin.html +7 -17
  69. package/docs/functions/PanoSpatialTagPlugin.html +7 -17
  70. package/docs/functions/PanoTagPlugin.html +7 -17
  71. package/docs/functions/PanoVideoPlugin.html +7 -17
  72. package/docs/functions/PipelinePlugin.html +7 -17
  73. package/docs/functions/TopviewFloorplanPlugin.html +7 -17
  74. package/docs/functions/Util.absoluteUrl.html +8 -22
  75. package/docs/functions/Util.checkFiveModelLoaded.html +8 -22
  76. package/docs/functions/Util.equal.html +8 -22
  77. package/docs/functions/Util.getCoordsFromClient.html +8 -22
  78. package/docs/functions/Util.getCoordsFromElement.html +8 -22
  79. package/docs/functions/Util.getFrameTime.html +8 -22
  80. package/docs/functions/Util.getIntersectFromRelativePosition.html +10 -29
  81. package/docs/functions/Util.getRaycasterFromFivePointer.html +8 -22
  82. package/docs/functions/Util.isAbsoluteURL.html +8 -22
  83. package/docs/functions/Util.isModelLike.html +8 -22
  84. package/docs/functions/Util.isNil.html +8 -22
  85. package/docs/functions/Util.isPanoramaLike.html +8 -22
  86. package/docs/functions/Util.nextFrame.html +8 -22
  87. package/docs/functions/Util.notNil.html +8 -22
  88. package/docs/functions/Util.requestAnimationFrameInterval.html +8 -22
  89. package/docs/functions/Util.tweenProgress.html +8 -22
  90. package/docs/functions/Util.uuid.html +8 -22
  91. package/docs/functions/pluginFlag.html +7 -17
  92. package/docs/index.html +7 -18
  93. package/docs/interfaces/AddTagConfig.html +8 -18
  94. package/docs/interfaces/AreaMakerPluginType.AnimeOptions.html +7 -17
  95. package/docs/interfaces/AreaMakerPluginType.Config.html +7 -17
  96. package/docs/interfaces/AreaMakerPluginType.EventMap.html +20 -30
  97. package/docs/interfaces/AreaMakerPluginType.Params.html +8 -18
  98. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItem.html +10 -20
  99. package/docs/interfaces/AreaMakerPluginType.ServerAreaMakerItemV1.html +9 -19
  100. package/docs/interfaces/AreaMakerPluginType.ServerDataV1.html +7 -17
  101. package/docs/interfaces/AreaMakerPluginType.ServerDataV2.html +7 -17
  102. package/docs/interfaces/AreaMakerPluginType.ShowHideOptions.html +7 -17
  103. package/docs/interfaces/AreaMakerPluginType.State.html +9 -19
  104. package/docs/interfaces/CSS3DRenderPluginEventMap.html +13 -23
  105. package/docs/interfaces/CSS3DRenderPluginState.html +10 -20
  106. package/docs/interfaces/CameraMovementPluginExportType.html +9 -19
  107. package/docs/interfaces/CruisePluginTypes.Config.html +10 -21
  108. package/docs/interfaces/CruisePluginTypes.CruiseKeyframe.html +13 -24
  109. package/docs/interfaces/CruisePluginTypes.EventMap.html +22 -33
  110. package/docs/interfaces/CruisePluginTypes.MoveAction.html +23 -39
  111. package/docs/interfaces/CruisePluginTypes.MoveWithKeyframesAction.html +18 -30
  112. package/docs/interfaces/CruisePluginTypes.MoveWithPanoIndexAction.html +18 -30
  113. package/docs/interfaces/CruisePluginTypes.PluginData.html +30 -41
  114. package/docs/interfaces/CruisePluginTypes.PluginServerData.html +7 -18
  115. package/docs/interfaces/CruisePluginTypes.PluginState.html +14 -25
  116. package/docs/interfaces/CurrentPanoImagePluginType.Config.html +13 -23
  117. package/docs/interfaces/CurrentPanoImagePluginType.EventMap.html +14 -24
  118. package/docs/interfaces/CurrentPanoImagePluginType.Params.html +9 -19
  119. package/docs/interfaces/CurrentPanoImagePluginType.ShowHideOptions.html +8 -18
  120. package/docs/interfaces/CurrentPanoImagePluginType.State.html +10 -20
  121. package/docs/interfaces/EventMap.html +17 -27
  122. package/docs/interfaces/FloorplanBounding.html +10 -20
  123. package/docs/interfaces/FloorplanData.html +12 -22
  124. package/docs/interfaces/FloorplanEntrance.html +13 -23
  125. package/docs/interfaces/FloorplanExtraObject.html +12 -22
  126. package/docs/interfaces/FloorplanExtraObject3D.html +10 -20
  127. package/docs/interfaces/FloorplanFloorData.html +11 -21
  128. package/docs/interfaces/FloorplanImagePosition.html +9 -19
  129. package/docs/interfaces/FloorplanObserver.html +11 -21
  130. package/docs/interfaces/FloorplanOutlineItem.html +11 -21
  131. package/docs/interfaces/FloorplanPosition.html +9 -19
  132. package/docs/interfaces/FloorplanRoomItem.html +16 -26
  133. package/docs/interfaces/FloorplanRoomLabelItem.html +9 -19
  134. package/docs/interfaces/FloorplanServerBounding.html +10 -20
  135. package/docs/interfaces/FloorplanServerComputedData.html +12 -22
  136. package/docs/interfaces/FloorplanServerData.html +9 -19
  137. package/docs/interfaces/FloorplanServerDoorItem.html +12 -22
  138. package/docs/interfaces/FloorplanServerDoorPosition.html +10 -20
  139. package/docs/interfaces/FloorplanServerEntrance.html +13 -23
  140. package/docs/interfaces/FloorplanServerFloorData.html +11 -21
  141. package/docs/interfaces/FloorplanServerImagePosition.html +9 -19
  142. package/docs/interfaces/FloorplanServerObserver.html +11 -21
  143. package/docs/interfaces/FloorplanServerOutlineItem.html +11 -21
  144. package/docs/interfaces/FloorplanServerPosition.html +9 -19
  145. package/docs/interfaces/FloorplanServerRoomItem.html +17 -27
  146. package/docs/interfaces/FloorplanServerRoomLabelItem.html +9 -19
  147. package/docs/interfaces/GuideLineModeItem.GuideLineTagContainer.html +10 -20
  148. package/docs/interfaces/GuideLinePluginType.CatmullRomCurve3.html +11 -21
  149. package/docs/interfaces/GuideLinePluginType.EventMap.html +14 -24
  150. package/docs/interfaces/GuideLinePluginType.GuideLineGeometryStyle.html +9 -19
  151. package/docs/interfaces/GuideLinePluginType.GuideLineItemContainer.html +7 -17
  152. package/docs/interfaces/GuideLinePluginType.GuideLineMaterialStyle.html +16 -26
  153. package/docs/interfaces/GuideLinePluginType.GuideLineMeshStyle.html +7 -17
  154. package/docs/interfaces/GuideLinePluginType.LineGeometriesConfig.html +9 -19
  155. package/docs/interfaces/GuideLinePluginType.ModelGuideLineStyle.html +22 -32
  156. package/docs/interfaces/GuideLinePluginType.ModelGuideLineTagData.html +8 -18
  157. package/docs/interfaces/GuideLinePluginType.PanoramaGuideLineStyle.html +23 -33
  158. package/docs/interfaces/GuideLinePluginType.PluginDataV2.html +6 -16
  159. package/docs/interfaces/GuideLinePluginType.PluginServerData.html +7 -17
  160. package/docs/interfaces/GuideLinePluginType.PluginState.html +9 -19
  161. package/docs/interfaces/GuideLinePluginType.Route.html +12 -22
  162. package/docs/interfaces/GuideLinePluginType.RouteConfig.html +10 -20
  163. package/docs/interfaces/HelperOffset.html +10 -20
  164. package/docs/interfaces/ImagePlaneGroup.html +8 -18
  165. package/docs/interfaces/ItemLabelPluginData.html +8 -18
  166. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +13 -23
  167. package/docs/interfaces/ItemLabelPluginParametersType.html +11 -21
  168. package/docs/interfaces/MinMax.html +9 -19
  169. package/docs/interfaces/ModelChassisCompassPluginData.html +9 -19
  170. package/docs/interfaces/ModelChassisCompassPluginExportType.html +10 -20
  171. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +9 -19
  172. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +10 -20
  173. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +10 -20
  174. package/docs/interfaces/ModelItemLabelPluginData.html +8 -18
  175. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +13 -23
  176. package/docs/interfaces/ModelItemLabelPluginParametersType.html +9 -19
  177. package/docs/interfaces/ModelRoomLabelPluginData.html +8 -18
  178. package/docs/interfaces/ModelTVVideoPluginData.html +11 -21
  179. package/docs/interfaces/ModelTVVideoPluginExportType.html +10 -20
  180. package/docs/interfaces/ModelTVVideoPluginParameterType.html +8 -18
  181. package/docs/interfaces/ModelViewPluginExportType.html +13 -23
  182. package/docs/interfaces/Object3DHelperState.html +10 -20
  183. package/docs/interfaces/ObjectHelperControllers.html +12 -22
  184. package/docs/interfaces/PaintBrushAction.html +14 -24
  185. package/docs/interfaces/PaintBrushConfigs.html +14 -24
  186. package/docs/interfaces/PaintBrushState.html +12 -22
  187. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +12 -22
  188. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -17
  189. package/docs/interfaces/PanoMeasureParameterType.html +18 -28
  190. package/docs/interfaces/PanoMeasurePluginLineJson.html +10 -20
  191. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +9 -19
  192. package/docs/interfaces/PanoMeasurePluginPointJson.html +9 -19
  193. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +10 -20
  194. package/docs/interfaces/PanoRulerPluginExportType.html +12 -22
  195. package/docs/interfaces/PanoRulerPluginOptions.html +9 -19
  196. package/docs/interfaces/PanoRulerPluginParameterType.html +10 -20
  197. package/docs/interfaces/PanoRulerProPluginExportType.html +11 -21
  198. package/docs/interfaces/PanoRulerProPluginOptions.html +9 -19
  199. package/docs/interfaces/PanoRulerProPluginParameterType.html +9 -19
  200. package/docs/interfaces/PanoRulerProPluginState.html +10 -20
  201. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -17
  202. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -17
  203. package/docs/interfaces/PanoSpatialTagPluginData.html +13 -23
  204. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +12 -22
  205. package/docs/interfaces/PanoSpatialTagPluginExportType.html +15 -25
  206. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +12 -22
  207. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +15 -25
  208. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +13 -23
  209. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +12 -22
  210. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +8 -18
  211. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +10 -20
  212. package/docs/interfaces/PanoVideoPluginType.PluginData.html +8 -18
  213. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +11 -21
  214. package/docs/interfaces/PanoVideoPluginType.PluginState.html +8 -18
  215. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +10 -20
  216. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +12 -22
  217. package/docs/interfaces/Point.html +10 -20
  218. package/docs/interfaces/Room.html +11 -21
  219. package/docs/interfaces/RoomInfo.html +9 -19
  220. package/docs/interfaces/RoomLabel.html +16 -26
  221. package/docs/interfaces/RoomRules.html +7 -17
  222. package/docs/interfaces/Rooms.html +7 -17
  223. package/docs/interfaces/Scissor.html +11 -21
  224. package/docs/interfaces/State.html +10 -20
  225. package/docs/interfaces/TagCacheInterface.html +14 -24
  226. package/docs/interfaces/TagConfig.html +49 -65
  227. package/docs/interfaces/TagGLTFObjectGroup.html +8 -18
  228. package/docs/interfaces/TagIconUrl.html +14 -24
  229. package/docs/interfaces/TagObjectGroup.html +8 -18
  230. package/docs/interfaces/TagStyle.html +8 -18
  231. package/docs/interfaces/Tags.html +437 -61
  232. package/docs/interfaces/TemporaryState.html +8 -18
  233. package/docs/interfaces/Util.MagnifierParameter.html +24 -43
  234. package/docs/interfaces/Util.MouseGroupParameter.html +11 -25
  235. package/docs/interfaces/Util.PointIntersection.html +12 -33
  236. package/docs/modules/AreaMakerPluginType.html +6 -16
  237. package/docs/modules/CruisePluginTypes.html +6 -18
  238. package/docs/modules/CurrentPanoImagePluginType.html +7 -17
  239. package/docs/modules/GuideLineItem.html +7 -17
  240. package/docs/modules/GuideLineModeItem.html +7 -17
  241. package/docs/modules/GuideLinePluginType.html +6 -16
  242. package/docs/modules/PanoVideoPluginType.html +7 -17
  243. package/docs/modules/Util.html +8 -26
  244. package/docs/modules.html +11 -34
  245. package/docs/types/AreaMakerPluginType.AreaMakerItemEventMap.html +6 -16
  246. package/docs/types/AreaMakerPluginType.ItemRenderer.html +6 -16
  247. package/docs/types/AreaMakerPluginType.PluginData.html +6 -16
  248. package/docs/types/AreaMakerPluginType.ServerData.html +6 -16
  249. package/docs/types/ArrayPosition.html +7 -17
  250. package/docs/types/AudioAppearance.html +7 -17
  251. package/docs/types/{PositionFrom.html → AudioTagTypeConfigKey.html} +10 -28
  252. package/docs/types/CSS3DRenderExportType.html +7 -17
  253. package/docs/types/CSS3DRenderPluginExportType.html +7 -17
  254. package/docs/types/CSS3DRenderPluginParameterType.html +7 -17
  255. package/docs/types/ClassFunctionParameters.html +7 -17
  256. package/docs/types/Color.html +7 -17
  257. package/docs/types/ContentTypeConfigKey.html +7 -17
  258. package/docs/types/ContentTypeConfigKeySplit.html +8 -18
  259. package/docs/types/ContentTypeMap.html +7 -17
  260. package/docs/types/Create3DDomContainerReturnType.html +7 -17
  261. package/docs/types/Create3DElementReturnType.html +7 -17
  262. package/docs/types/CruisePluginExportType.html +7 -17
  263. package/docs/types/CruisePluginTypes.CruiseData.html +6 -17
  264. package/docs/types/CruisePluginTypes.MoveEffect.html +6 -17
  265. package/docs/types/CurrentPanoImagePluginExportType.html +7 -17
  266. package/docs/types/DeprecatedMediaPlaneProperty.html +7 -17
  267. package/docs/types/DeprecatedTagProperty.html +7 -17
  268. package/docs/types/Direction-1.html +7 -17
  269. package/docs/types/Direction4.html +7 -17
  270. package/docs/types/ElementRenderer.html +7 -17
  271. package/docs/types/FloorplanRuleLabels.html +7 -17
  272. package/docs/types/FloorplanServerRuleLabels.html +7 -17
  273. package/docs/types/GuideLinePluginExportType.html +7 -17
  274. package/docs/types/GuideLinePluginType.GuideLineItem.html +8 -18
  275. package/docs/types/GuideLinePluginType.GuideLineItemEventMap.html +6 -16
  276. package/docs/types/GuideLinePluginType.GuideLineModeItemMode.html +6 -16
  277. package/docs/types/GuideLinePluginType.GuideLineStyle.html +6 -16
  278. package/docs/types/GuideLinePluginType.ModelGuideLineTag.html +6 -16
  279. package/docs/types/GuideLinePluginType.PathItem.html +6 -16
  280. package/docs/types/GuideLinePluginType.PluginData.html +6 -16
  281. package/docs/types/HelperEventMap.html +7 -17
  282. package/docs/types/InternalHelperEventMap.html +11 -29
  283. package/docs/types/LoadTagConfig.html +7 -17
  284. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -17
  285. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -17
  286. package/docs/types/MediaData.html +10 -20
  287. package/docs/types/MediaStore.html +7 -17
  288. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -17
  289. package/docs/types/ModelFloorplanPluginParameterType.html +7 -17
  290. package/docs/types/ModelFloorplanPluginReturnType.html +7 -17
  291. package/docs/types/ModelId.html +7 -17
  292. package/docs/types/ModelRoomLabelPluginParameters.html +7 -17
  293. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -17
  294. package/docs/types/MoveArgs.html +7 -17
  295. package/docs/types/MoveOpts.html +7 -17
  296. package/docs/types/Object3DHelperEventMap.html +7 -17
  297. package/docs/types/ObjectFit.html +7 -17
  298. package/docs/types/PaintBrushEventMap.html +7 -17
  299. package/docs/types/PanoCompassPluginData.html +7 -17
  300. package/docs/types/PanoCompassPluginExportType.html +7 -17
  301. package/docs/types/PanoCompassPluginParameterType.html +7 -17
  302. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -17
  303. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -17
  304. package/docs/types/PanoIndex.html +7 -17
  305. package/docs/types/PanoMeasurePluginEvent.html +7 -17
  306. package/docs/types/PanoMeasureReturnType.html +7 -17
  307. package/docs/types/PanoSpatialTagPluginId.html +7 -17
  308. package/docs/types/PanoTagPluginExportInterface.html +7 -17
  309. package/docs/types/PanoTagPluginParamsInterface.html +7 -17
  310. package/docs/types/PanoVideoPluginParameterType.html +7 -17
  311. package/docs/types/PanoVideoPluginReturnType.html +7 -17
  312. package/docs/types/PickTagContentTypeInContentTypeConfigKey.html +12 -22
  313. package/docs/types/PipelinePluginParameterType.html +7 -17
  314. package/docs/types/PipelinePluginReturnType.html +7 -17
  315. package/docs/types/PlaneTag.html +7 -17
  316. package/docs/types/Point2DTag.html +7 -17
  317. package/docs/types/Point3DTag.html +7 -17
  318. package/docs/types/PointTag.html +7 -17
  319. package/docs/types/PointTagInstance.html +7 -17
  320. package/docs/types/Position.html +7 -17
  321. package/docs/types/RotateArgs.html +7 -17
  322. package/docs/types/RotateOpts.html +7 -17
  323. package/docs/types/RuleLabelsKey.html +7 -17
  324. package/docs/types/RuleLabelsValue.html +7 -17
  325. package/docs/types/StickType.html +7 -17
  326. package/docs/types/Tag.html +13 -35
  327. package/docs/types/Tag2D.html +7 -17
  328. package/docs/types/Tag3D.html +7 -17
  329. package/docs/types/TagConfigByKey.html +8 -18
  330. package/docs/types/TagContentType.html +7 -17
  331. package/docs/types/TagContentTypeMapping.html +7 -17
  332. package/docs/types/TagDimensionType.html +7 -17
  333. package/docs/types/TagElement.html +7 -17
  334. package/docs/types/TagEvents.html +12 -38
  335. package/docs/types/TagGLTFObject.html +7 -17
  336. package/docs/types/TagHooks.html +7 -17
  337. package/docs/types/TagId.html +7 -17
  338. package/docs/types/TagInstance.html +8 -44
  339. package/docs/types/TagPointType.html +7 -17
  340. package/docs/types/TagRendererMap.html +7 -17
  341. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -17
  342. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -17
  343. package/docs/types/WorkCode.html +7 -17
  344. package/docs/variables/FLOOR_TYPE_MAP.html +7 -17
  345. package/docs/variables/PLUGIN.html +7 -17
  346. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -17
  347. package/docs/variables/ROOM_TYPE_MAP.html +7 -17
  348. package/docs/variables/defaultGlobalConfig.html +7 -17
  349. package/docs/variables/itemLabelPluginServerParams.html +7 -17
  350. package/docs/variables/modelItemLabelPluginServerParams.html +7 -17
  351. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -17
  352. package/libs/AreaMakerPlugin/Controller.js +54 -44
  353. package/libs/AreaMakerPlugin/index.js +13 -3
  354. package/libs/AreaMakerPlugin/utils/Item.js +13 -3
  355. package/libs/CruisePlugin/Move.js +50 -37
  356. package/libs/CruisePlugin/Work.js +19 -6
  357. package/libs/CruisePlugin/index.js +23 -10
  358. package/libs/GuideLinePlugin/Components/Tag.js +58 -48
  359. package/libs/GuideLinePlugin/Controller.js +46 -33
  360. package/libs/GuideLinePlugin/GuideLineItem.js +19 -6
  361. package/libs/GuideLinePlugin/GuideLineModeItem.js +19 -6
  362. package/libs/GuideLinePlugin/index.js +23 -10
  363. package/libs/ItemLabelPlugin/ItemLabelComponent.js +152 -139
  364. package/libs/ItemLabelPlugin/ItemLabelItem.js +67 -57
  365. package/libs/ItemLabelPlugin/Plugin.js +37 -26
  366. package/libs/ItemLabelPlugin/index.js +16 -5
  367. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +116 -103
  368. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +45 -35
  369. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +35 -24
  370. package/libs/ModelItemLabelPlugin/index.js +16 -5
  371. package/libs/ModelMakerPlugin/Controller.js +33 -23
  372. package/libs/ModelMakerPlugin/index.js +13 -3
  373. package/libs/ModelMakerPlugin/utils/Text.js +43 -33
  374. package/libs/ModelMakerPlugin/utils/tagRenderer.js +28 -18
  375. package/libs/ModelRoomLabelPlugin/Controller.js +20 -8
  376. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +52 -42
  377. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +75 -61
  378. package/libs/ModelRoomLabelPlugin/index.js +17 -5
  379. package/libs/PanoDoorLabelPlugin/Controller.js +38 -28
  380. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +55 -45
  381. package/libs/PanoDoorLabelPlugin/index.js +14 -4
  382. package/libs/PanoMeasurePlugin/Components/Common/CircleButton.js +70 -60
  383. package/libs/PanoMeasurePlugin/Components/Common/Exit.js +32 -22
  384. package/libs/PanoMeasurePlugin/Components/Common/Switcher0.js +75 -62
  385. package/libs/PanoMeasurePlugin/Components/Common/Switcher1.js +110 -97
  386. package/libs/PanoMeasurePlugin/Components/Controller0.js +72 -61
  387. package/libs/PanoMeasurePlugin/Components/Controller1.js +33 -22
  388. package/libs/PanoMeasurePlugin/Components/Tip.js +76 -66
  389. package/libs/PanoMeasurePlugin/Controller/index.js +28 -17
  390. package/libs/PanoMeasurePlugin/Modules/GuideController.js +26 -16
  391. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +34 -23
  392. package/libs/PanoMeasurePlugin/index.js +27 -16
  393. package/libs/PanoRulerProPlugin/Controller.js +38 -27
  394. package/libs/PanoRulerProPlugin/RulerItem.js +94 -79
  395. package/libs/PanoRulerProPlugin/RulerItems.js +95 -82
  396. package/libs/PanoRulerProPlugin/index.js +15 -4
  397. package/libs/PanoSpatialTagPlugin/Components/origins.js +51 -38
  398. package/libs/PanoSpatialTagPlugin/Components/tag.js +32 -22
  399. package/libs/PanoSpatialTagPlugin/Plugin.js +115 -104
  400. package/libs/PanoSpatialTagPlugin/index.js +13 -2
  401. package/libs/PanoSpatialTagPlugin/store.d.ts +1 -0
  402. package/libs/PanoSpatialTagPlugin/store.js +2 -2
  403. package/libs/PanoTagPlugin/Components/Common/Arrow.js +44 -34
  404. package/libs/PanoTagPlugin/Components/Common/Audio.js +99 -89
  405. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +123 -112
  406. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +55 -45
  407. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +59 -49
  408. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +79 -69
  409. package/libs/PanoTagPlugin/Components/Common/Media.js +145 -131
  410. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +35 -25
  411. package/libs/PanoTagPlugin/Components/Common/Shadow.js +58 -48
  412. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +35 -24
  413. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +97 -86
  414. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +109 -96
  415. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +128 -118
  416. package/libs/PanoTagPlugin/Components/Common/TextItem.js +59 -49
  417. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +100 -90
  418. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +92 -81
  419. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +68 -57
  420. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +45 -35
  421. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +122 -110
  422. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +53 -42
  423. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +130 -115
  424. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +66 -54
  425. package/libs/PanoTagPlugin/Components/Tag/PanoramaTag.js +62 -52
  426. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +66 -56
  427. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +109 -98
  428. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +54 -43
  429. package/libs/PanoTagPlugin/Components/Tag/index.js +161 -148
  430. package/libs/PanoTagPlugin/Components/TagContainer.js +77 -62
  431. package/libs/PanoTagPlugin/Components/TagItem.js +182 -169
  432. package/libs/PanoTagPlugin/controller/TagCache.d.ts +1 -1
  433. package/libs/PanoTagPlugin/controller/TagCache.js +5 -5
  434. package/libs/PanoTagPlugin/controller/TagComputer.js +2 -2
  435. package/libs/PanoTagPlugin/controller/TagRender.js +56 -43
  436. package/libs/PanoTagPlugin/controller/TagUtil.d.ts +4 -1
  437. package/libs/PanoTagPlugin/controller/TagUtil.js +78 -70
  438. package/libs/PanoTagPlugin/controller/index.d.ts +1 -0
  439. package/libs/PanoTagPlugin/controller/index.js +84 -65
  440. package/libs/PanoTagPlugin/index.js +28 -15
  441. package/libs/PanoTagPlugin/typings/controller.d.ts +1 -0
  442. package/libs/base/BasePlugin.js +3 -3
  443. package/libs/components/AreaLabel/LabelItem.js +56 -51
  444. package/libs/floorplan/Components/BaseImage.js +43 -39
  445. package/libs/floorplan/Components/Camera.js +41 -32
  446. package/libs/floorplan/Components/Compass.js +27 -24
  447. package/libs/floorplan/Components/CurrentFloor.js +167 -162
  448. package/libs/floorplan/Components/Main.js +85 -76
  449. package/libs/floorplan/Components/MissingFloor.js +24 -21
  450. package/libs/floorplan/Components/Normalmage.js +25 -22
  451. package/libs/floorplan/Components/RoomHighlight/Room.js +28 -25
  452. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +69 -61
  453. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +104 -101
  454. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +65 -57
  455. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +125 -118
  456. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +25 -22
  457. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +43 -40
  458. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +32 -29
  459. package/libs/floorplan/Components/RuleLabels/RuleItem.js +49 -41
  460. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +102 -94
  461. package/libs/floorplan/Components/SvgImage.js +30 -27
  462. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +18 -6
  463. package/libs/floorplan/MapviewFloorplanPlugin/index.js +19 -7
  464. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +58 -46
  465. package/libs/floorplan/ModelFloorplanPlugin/index.js +19 -7
  466. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +77 -65
  467. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +95 -83
  468. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +70 -53
  469. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +112 -100
  470. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +40 -28
  471. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +16 -4
  472. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +30 -18
  473. package/libs/floorplan/TopviewFloorplanPlugin/index.js +19 -7
  474. package/libs/floorplan/index.js +1 -0
  475. package/libs/index.js +143 -129
  476. package/libs/shared-utils/logger.js +1 -1
  477. package/libs/vendor/svelte/src/runtime/internal/Component.js +122 -0
  478. package/libs/vendor/svelte/src/runtime/internal/ResizeObserverSingleton.js +1 -0
  479. package/libs/vendor/svelte/src/runtime/internal/animations.js +1 -0
  480. package/libs/vendor/svelte/src/runtime/internal/await_block.js +47 -0
  481. package/libs/vendor/svelte/src/runtime/internal/dev.js +1 -0
  482. package/libs/vendor/svelte/src/runtime/internal/disclose-version/index.js +2 -0
  483. package/libs/vendor/svelte/src/runtime/internal/dom.js +214 -0
  484. package/libs/vendor/svelte/src/runtime/internal/each.js +46 -0
  485. package/libs/vendor/svelte/src/runtime/internal/environment.js +7 -0
  486. package/libs/vendor/svelte/src/runtime/internal/globals.js +7 -0
  487. package/libs/vendor/svelte/src/runtime/internal/index.js +1 -0
  488. package/libs/vendor/svelte/src/runtime/internal/lifecycle.js +63 -0
  489. package/libs/vendor/svelte/src/runtime/internal/loop.js +21 -0
  490. package/libs/vendor/svelte/src/runtime/internal/scheduler.js +66 -0
  491. package/libs/vendor/svelte/src/runtime/internal/spread.js +26 -0
  492. package/libs/vendor/svelte/src/runtime/internal/ssr.js +1 -0
  493. package/libs/vendor/svelte/src/runtime/internal/style_manager.js +48 -0
  494. package/libs/vendor/svelte/src/runtime/internal/transitions.js +192 -0
  495. package/libs/vendor/svelte/src/runtime/internal/utils.js +110 -0
  496. package/libs/vendor/svelte/{store → src/runtime/store}/index.js +5 -5
  497. package/libs/vendor/svelte/{transition → src/runtime/transition}/index.js +1 -1
  498. package/libs/vendor/svelte/src/shared/boolean_attributes.js +1 -0
  499. package/libs/vendor/svelte/src/shared/utils/names.js +1 -0
  500. package/libs/vendor/svelte/src/shared/version.js +4 -0
  501. package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +29 -25
  502. package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +197 -225
  503. package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +16 -12
  504. package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +65 -59
  505. package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +32 -29
  506. package/package.json +5 -6
  507. package/docs/classes/Sculpt.html +0 -852
  508. package/docs/functions/ModelMakerPlugin.html +0 -303
  509. package/docs/functions/SculptPlugin.html +0 -306
  510. package/docs/functions/Util.blink.html +0 -351
  511. package/docs/functions/Util.reblink.html +0 -349
  512. package/docs/interfaces/ContentTypeMapInterface.html +0 -773
  513. package/docs/interfaces/CruisePluginTypes.GuildLineConfig.html +0 -352
  514. package/docs/interfaces/ModelMakerPluginType.EventMap.html +0 -556
  515. package/docs/interfaces/ModelMakerPluginType.ServerBaseItem.html +0 -349
  516. package/docs/interfaces/ModelMakerPluginType.ServerBoxItem.html +0 -391
  517. package/docs/interfaces/ModelMakerPluginType.ServerData.html +0 -332
  518. package/docs/interfaces/ModelMakerPluginType.ServerPrismItem.html +0 -401
  519. package/docs/interfaces/ModelMakerPluginType.ServerTrianglesItem.html +0 -381
  520. package/docs/interfaces/ModelMakerPluginType.State.html +0 -364
  521. package/docs/interfaces/Util.BlinkAnimeOptions.html +0 -380
  522. package/docs/interfaces/Util.ReBlinkAnimeOptions.html +0 -387
  523. package/docs/modules/ModelMakerPluginType.html +0 -339
  524. package/docs/modules/SculptData.html +0 -318
  525. package/docs/types/AddObject3DHelperConfig.html +0 -315
  526. package/docs/types/ModelMakerPluginType.ElementRenderer.html +0 -329
  527. package/docs/types/ModelMakerPluginType.ItemType.html +0 -308
  528. package/docs/types/ScaleCallback.html +0 -314
  529. package/docs/types/ScalePosition.html +0 -303
  530. package/docs/types/SculptData.BoxData.html +0 -306
  531. package/docs/types/SculptData.CircleData.html +0 -306
  532. package/docs/types/SculptData.CylinderData.html +0 -306
  533. package/docs/types/SculptData.PointData.html +0 -306
  534. package/docs/types/SculptData.PolygonData.html +0 -306
  535. package/docs/types/SculptData.PolylineData.html +0 -306
  536. package/docs/types/SculptData.PrismData.html +0 -306
  537. package/docs/types/SculptData.RectangleData.html +0 -306
  538. package/libs/vendor/svelte/internal/index.js +0 -749
  539. /package/libs/vendor/svelte/{easing → src/runtime/easing}/index.js +0 -0
  540. /package/libs/vendor/svelte/{index.js → src/runtime/index.js} +0 -0
@@ -1,30 +1,36 @@
1
- var k = (e, o, n) => new Promise((l, t) => {
1
+ var y = (e, o, n) => new Promise((s, t) => {
2
2
  var i = (w) => {
3
3
  try {
4
4
  v(n.next(w));
5
5
  } catch (C) {
6
6
  t(C);
7
7
  }
8
- }, s = (w) => {
8
+ }, l = (w) => {
9
9
  try {
10
10
  v(n.throw(w));
11
11
  } catch (C) {
12
12
  t(C);
13
13
  }
14
- }, v = (w) => w.done ? l(w.value) : Promise.resolve(w.value).then(i, s);
14
+ }, v = (w) => w.done ? s(w.value) : Promise.resolve(w.value).then(i, l);
15
15
  v((n = n.apply(e, o)).next());
16
16
  });
17
- import { SvelteComponent as Oe, init as Ve, safe_not_equal as Re, append_styles as He, create_slot as H, element as z, space as O, attr as D, set_style as F, insert as X, append as S, action_destroyer as $, listen as y, transition_in as m, group_outros as V, transition_out as p, check_outros as R, update_slot_base as A, get_all_dirty_from_scope as j, get_slot_changes as q, is_function as Xe, detach as B, run_all as Ae, createEventDispatcher as je, onMount as qe, tick as ae, onDestroy as Be, create_component as G, mount_component as J, destroy_component as K, binding_callbacks as le } from "../../../../svelte/internal/index.js";
17
+ import { safe_not_equal as Oe, create_slot as H, action_destroyer as $, update_slot_base as X, get_all_dirty_from_scope as A, get_slot_changes as j, is_function as Ve, run_all as Re } from "../../../../svelte/src/runtime/internal/utils.js";
18
+ import { append_styles as He, element as I, space as O, attr as D, set_style as F, insert as q, append as S, listen as z, detach as B } from "../../../../svelte/src/runtime/internal/dom.js";
19
+ import { transition_in as m, group_outros as V, transition_out as p, check_outros as R } from "../../../../svelte/src/runtime/internal/transitions.js";
20
+ import { tick as re, binding_callbacks as se } from "../../../../svelte/src/runtime/internal/scheduler.js";
21
+ import { createEventDispatcher as Xe, onMount as Ae, onDestroy as je } from "../../../../svelte/src/runtime/internal/lifecycle.js";
22
+ import { SvelteComponent as qe, init as Be, create_component as G, mount_component as J, destroy_component as K } from "../../../../svelte/src/runtime/internal/Component.js";
23
+ import "../../../../svelte/src/runtime/internal/disclose-version/index.js";
18
24
  import { Dots as Ge } from "../Dots/Dots.js";
19
25
  import { Arrow as he } from "../Arrow/Arrow.js";
20
26
  import { Progress as Je } from "../Progress/Progress.js";
21
- import { NEXT as se, PREV as Ke } from "../../direction.js";
27
+ import { NEXT as le, PREV as Ke } from "../../direction.js";
22
28
  import { swipeable as Le } from "../../actions/swipeable/swipeable.js";
23
29
  import { hoverable as Qe } from "../../actions/hoverable/hoverable.js";
24
30
  import { tappable as Ue } from "../../actions/tappable/tappable.js";
25
31
  import { createResizeObserver as Ye, applyParticleSizes as Ze } from "../../utils/page.js";
26
32
  import { getClones as xe, applyClones as $e } from "../../utils/clones.js";
27
- import { get as ee, switcher as re } from "../../utils/object.js";
33
+ import { get as ee, switcher as ae } from "../../utils/object.js";
28
34
  import { createCarousel as et } from "./createCarousel.js";
29
35
  function tt(e) {
30
36
  He(e, "svelte-sme1z4", ":root{--sc-color-rgb-light-50p:rgba(93, 93, 93, 0.5);--sc-color-rgb-light:#5d5d5d;--sc-color-hex-dark-50p:rgba(30, 30, 30, 0.5);--sc-color-hex-dark:#1e1e1e}.sc-carousel__carousel-container.svelte-sme1z4{display:flex;width:100%;flex-direction:column;align-items:center}.sc-carousel__content-container.svelte-sme1z4{position:relative;display:flex;width:100%}.sc-carousel__pages-window.svelte-sme1z4{flex:1;display:flex;overflow:hidden;box-sizing:border-box;position:relative}.sc-carousel__pages-container.svelte-sme1z4{width:100%;display:flex;transition-property:transform}.sc-carousel__arrow-container.svelte-sme1z4{padding:5px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.sc-carousel-progress__container.svelte-sme1z4{width:100%;height:5px;background-color:var(--sc-color-rgb-light-50p);position:absolute;bottom:0}.sc-carousel-button{all:unset;cursor:pointer}.sc-carousel-button:focus{outline:5px auto}");
@@ -33,9 +39,7 @@ const nt = (e) => ({
33
39
  currentPageIndex: e[0] & /*currentPageIndex*/
34
40
  32,
35
41
  pagesCount: e[0] & /*pagesCount*/
36
- 1024,
37
- loaded: e[0] & /*loaded*/
38
- 64
42
+ 1024
39
43
  }), ue = (e) => ({
40
44
  currentPageIndex: (
41
45
  /*currentPageIndex*/
@@ -48,28 +52,11 @@ const nt = (e) => ({
48
52
  showPage: (
49
53
  /*handlePageChange*/
50
54
  e[15]
51
- ),
52
- loaded: (
53
- /*loaded*/
54
- e[6]
55
55
  )
56
- }), ot = (e) => ({
57
- loaded: e[0] & /*loaded*/
58
- 64,
59
- currentPageIndex: e[0] & /*currentPageIndex*/
60
- 32
61
- }), ce = (e) => ({
56
+ }), ot = (e) => ({}), ce = (e) => ({
62
57
  showNextPage: (
63
58
  /*methods*/
64
59
  e[14].showNextPage
65
- ),
66
- loaded: (
67
- /*loaded*/
68
- e[6]
69
- ),
70
- currentPageIndex: (
71
- /*currentPageIndex*/
72
- e[5]
73
60
  )
74
61
  }), it = (e) => ({
75
62
  loaded: e[0] & /*loaded*/
@@ -85,23 +72,10 @@ const nt = (e) => ({
85
72
  /*currentPageIndex*/
86
73
  e[5]
87
74
  )
88
- }), at = (e) => ({
89
- loaded: e[0] & /*loaded*/
90
- 64,
91
- currentPageIndex: e[0] & /*currentPageIndex*/
92
- 32
93
- }), de = (e) => ({
75
+ }), rt = (e) => ({}), de = (e) => ({
94
76
  showPrevPage: (
95
77
  /*methods*/
96
78
  e[14].showPrevPage
97
- ),
98
- loaded: (
99
- /*loaded*/
100
- e[6]
101
- ),
102
- currentPageIndex: (
103
- /*currentPageIndex*/
104
- e[5]
105
79
  )
106
80
  });
107
81
  function ge(e) {
@@ -109,42 +83,41 @@ function ge(e) {
109
83
  const n = (
110
84
  /*#slots*/
111
85
  e[37].prev
112
- ), l = H(
86
+ ), s = H(
113
87
  n,
114
88
  e,
115
89
  /*$$scope*/
116
90
  e[36],
117
91
  de
118
- ), t = l || lt(e);
92
+ ), t = s || st(e);
119
93
  return {
120
94
  c() {
121
95
  t && t.c();
122
96
  },
123
- m(i, s) {
124
- t && t.m(i, s), o = !0;
97
+ m(i, l) {
98
+ t && t.m(i, l), o = !0;
125
99
  },
126
- p(i, s) {
127
- l ? l.p && (!o || s[0] & /*loaded, currentPageIndex*/
128
- 96 | s[1] & /*$$scope*/
129
- 32) && A(
130
- l,
100
+ p(i, l) {
101
+ s ? s.p && (!o || l[1] & /*$$scope*/
102
+ 32) && X(
103
+ s,
131
104
  n,
132
105
  i,
133
106
  /*$$scope*/
134
107
  i[36],
135
- o ? q(
108
+ o ? j(
136
109
  n,
137
110
  /*$$scope*/
138
111
  i[36],
139
- s,
140
- at
141
- ) : j(
112
+ l,
113
+ rt
114
+ ) : A(
142
115
  /*$$scope*/
143
116
  i[36]
144
117
  ),
145
118
  de
146
- ) : t && t.p && (!o || s[0] & /*infinite, currentPageIndex*/
147
- 36) && t.p(i, o ? s : [-1, -1]);
119
+ ) : t && t.p && (!o || l[0] & /*infinite, currentPageIndex*/
120
+ 36) && t.p(i, o ? l : [-1, -1]);
148
121
  },
149
122
  i(i) {
150
123
  o || (m(t, i), o = !0);
@@ -157,8 +130,8 @@ function ge(e) {
157
130
  }
158
131
  };
159
132
  }
160
- function lt(e) {
161
- let o, n, l;
133
+ function st(e) {
134
+ let o, n, s;
162
135
  return n = new he({
163
136
  props: {
164
137
  direction: "prev",
@@ -172,23 +145,23 @@ function lt(e) {
172
145
  e[23]
173
146
  ), {
174
147
  c() {
175
- o = z("div"), G(n.$$.fragment), D(o, "class", "sc-carousel__arrow-container svelte-sme1z4");
148
+ o = I("div"), G(n.$$.fragment), D(o, "class", "sc-carousel__arrow-container svelte-sme1z4");
176
149
  },
177
150
  m(t, i) {
178
- X(t, o, i), J(n, o, null), l = !0;
151
+ q(t, o, i), J(n, o, null), s = !0;
179
152
  },
180
153
  p(t, i) {
181
- const s = {};
154
+ const l = {};
182
155
  i[0] & /*infinite, currentPageIndex*/
183
- 36 && (s.disabled = !/*infinite*/
156
+ 36 && (l.disabled = !/*infinite*/
184
157
  t[2] && /*currentPageIndex*/
185
- t[5] === 0), n.$set(s);
158
+ t[5] === 0), n.$set(l);
186
159
  },
187
160
  i(t) {
188
- l || (m(n.$$.fragment, t), l = !0);
161
+ s || (m(n.$$.fragment, t), s = !0);
189
162
  },
190
163
  o(t) {
191
- p(n.$$.fragment, t), l = !1;
164
+ p(n.$$.fragment, t), s = !1;
192
165
  },
193
166
  d(t) {
194
167
  t && B(o), K(n);
@@ -196,7 +169,7 @@ function lt(e) {
196
169
  };
197
170
  }
198
171
  function _e(e) {
199
- let o, n, l;
172
+ let o, n, s;
200
173
  return n = new Je({
201
174
  props: { value: (
202
175
  /*progressValue*/
@@ -204,22 +177,22 @@ function _e(e) {
204
177
  ) }
205
178
  }), {
206
179
  c() {
207
- o = z("div"), G(n.$$.fragment), D(o, "class", "sc-carousel-progress__container svelte-sme1z4");
180
+ o = I("div"), G(n.$$.fragment), D(o, "class", "sc-carousel-progress__container svelte-sme1z4");
208
181
  },
209
182
  m(t, i) {
210
- X(t, o, i), J(n, o, null), l = !0;
183
+ q(t, o, i), J(n, o, null), s = !0;
211
184
  },
212
185
  p(t, i) {
213
- const s = {};
186
+ const l = {};
214
187
  i[0] & /*progressValue*/
215
- 128 && (s.value = /*progressValue*/
216
- t[7]), n.$set(s);
188
+ 128 && (l.value = /*progressValue*/
189
+ t[7]), n.$set(l);
217
190
  },
218
191
  i(t) {
219
- l || (m(n.$$.fragment, t), l = !0);
192
+ s || (m(n.$$.fragment, t), s = !0);
220
193
  },
221
194
  o(t) {
222
- p(n.$$.fragment, t), l = !1;
195
+ p(n.$$.fragment, t), s = !1;
223
196
  },
224
197
  d(t) {
225
198
  t && B(o), K(n);
@@ -231,42 +204,41 @@ function me(e) {
231
204
  const n = (
232
205
  /*#slots*/
233
206
  e[37].next
234
- ), l = H(
207
+ ), s = H(
235
208
  n,
236
209
  e,
237
210
  /*$$scope*/
238
211
  e[36],
239
212
  ce
240
- ), t = l || st(e);
213
+ ), t = s || lt(e);
241
214
  return {
242
215
  c() {
243
216
  t && t.c();
244
217
  },
245
- m(i, s) {
246
- t && t.m(i, s), o = !0;
218
+ m(i, l) {
219
+ t && t.m(i, l), o = !0;
247
220
  },
248
- p(i, s) {
249
- l ? l.p && (!o || s[0] & /*loaded, currentPageIndex*/
250
- 96 | s[1] & /*$$scope*/
251
- 32) && A(
252
- l,
221
+ p(i, l) {
222
+ s ? s.p && (!o || l[1] & /*$$scope*/
223
+ 32) && X(
224
+ s,
253
225
  n,
254
226
  i,
255
227
  /*$$scope*/
256
228
  i[36],
257
- o ? q(
229
+ o ? j(
258
230
  n,
259
231
  /*$$scope*/
260
232
  i[36],
261
- s,
233
+ l,
262
234
  ot
263
- ) : j(
235
+ ) : A(
264
236
  /*$$scope*/
265
237
  i[36]
266
238
  ),
267
239
  ce
268
- ) : t && t.p && (!o || s[0] & /*infinite, currentPageIndex, pagesCount*/
269
- 1060) && t.p(i, o ? s : [-1, -1]);
240
+ ) : t && t.p && (!o || l[0] & /*infinite, currentPageIndex, pagesCount*/
241
+ 1060) && t.p(i, o ? l : [-1, -1]);
270
242
  },
271
243
  i(i) {
272
244
  o || (m(t, i), o = !0);
@@ -279,8 +251,8 @@ function me(e) {
279
251
  }
280
252
  };
281
253
  }
282
- function st(e) {
283
- let o, n, l;
254
+ function lt(e) {
255
+ let o, n, s;
284
256
  return n = new he({
285
257
  props: {
286
258
  direction: "next",
@@ -295,24 +267,24 @@ function st(e) {
295
267
  e[14].showNextPage
296
268
  ), {
297
269
  c() {
298
- o = z("div"), G(n.$$.fragment), D(o, "class", "sc-carousel__arrow-container svelte-sme1z4");
270
+ o = I("div"), G(n.$$.fragment), D(o, "class", "sc-carousel__arrow-container svelte-sme1z4");
299
271
  },
300
272
  m(t, i) {
301
- X(t, o, i), J(n, o, null), l = !0;
273
+ q(t, o, i), J(n, o, null), s = !0;
302
274
  },
303
275
  p(t, i) {
304
- const s = {};
276
+ const l = {};
305
277
  i[0] & /*infinite, currentPageIndex, pagesCount*/
306
- 1060 && (s.disabled = !/*infinite*/
278
+ 1060 && (l.disabled = !/*infinite*/
307
279
  t[2] && /*currentPageIndex*/
308
280
  t[5] === /*pagesCount*/
309
- t[10] - 1), n.$set(s);
281
+ t[10] - 1), n.$set(l);
310
282
  },
311
283
  i(t) {
312
- l || (m(n.$$.fragment, t), l = !0);
284
+ s || (m(n.$$.fragment, t), s = !0);
313
285
  },
314
286
  o(t) {
315
- p(n.$$.fragment, t), l = !1;
287
+ p(n.$$.fragment, t), s = !1;
316
288
  },
317
289
  d(t) {
318
290
  t && B(o), K(n);
@@ -324,42 +296,42 @@ function pe(e) {
324
296
  const n = (
325
297
  /*#slots*/
326
298
  e[37].dots
327
- ), l = H(
299
+ ), s = H(
328
300
  n,
329
301
  e,
330
302
  /*$$scope*/
331
303
  e[36],
332
304
  ue
333
- ), t = l || rt(e);
305
+ ), t = s || at(e);
334
306
  return {
335
307
  c() {
336
308
  t && t.c();
337
309
  },
338
- m(i, s) {
339
- t && t.m(i, s), o = !0;
310
+ m(i, l) {
311
+ t && t.m(i, l), o = !0;
340
312
  },
341
- p(i, s) {
342
- l ? l.p && (!o || s[0] & /*currentPageIndex, pagesCount, loaded*/
343
- 1120 | s[1] & /*$$scope*/
344
- 32) && A(
345
- l,
313
+ p(i, l) {
314
+ s ? s.p && (!o || l[0] & /*currentPageIndex, pagesCount*/
315
+ 1056 | l[1] & /*$$scope*/
316
+ 32) && X(
317
+ s,
346
318
  n,
347
319
  i,
348
320
  /*$$scope*/
349
321
  i[36],
350
- o ? q(
322
+ o ? j(
351
323
  n,
352
324
  /*$$scope*/
353
325
  i[36],
354
- s,
326
+ l,
355
327
  nt
356
- ) : j(
328
+ ) : A(
357
329
  /*$$scope*/
358
330
  i[36]
359
331
  ),
360
332
  ue
361
- ) : t && t.p && (!o || s[0] & /*pagesCount, currentPageIndex*/
362
- 1056) && t.p(i, o ? s : [-1, -1]);
333
+ ) : t && t.p && (!o || l[0] & /*pagesCount, currentPageIndex*/
334
+ 1056) && t.p(i, o ? l : [-1, -1]);
363
335
  },
364
336
  i(i) {
365
337
  o || (m(t, i), o = !0);
@@ -372,7 +344,7 @@ function pe(e) {
372
344
  }
373
345
  };
374
346
  }
375
- function rt(e) {
347
+ function at(e) {
376
348
  let o, n;
377
349
  return o = new Ge({
378
350
  props: {
@@ -393,30 +365,30 @@ function rt(e) {
393
365
  c() {
394
366
  G(o.$$.fragment);
395
367
  },
396
- m(l, t) {
397
- J(o, l, t), n = !0;
368
+ m(s, t) {
369
+ J(o, s, t), n = !0;
398
370
  },
399
- p(l, t) {
371
+ p(s, t) {
400
372
  const i = {};
401
373
  t[0] & /*pagesCount*/
402
374
  1024 && (i.pagesCount = /*pagesCount*/
403
- l[10]), t[0] & /*currentPageIndex*/
375
+ s[10]), t[0] & /*currentPageIndex*/
404
376
  32 && (i.currentPageIndex = /*currentPageIndex*/
405
- l[5]), o.$set(i);
377
+ s[5]), o.$set(i);
406
378
  },
407
- i(l) {
408
- n || (m(o.$$.fragment, l), n = !0);
379
+ i(s) {
380
+ n || (m(o.$$.fragment, s), n = !0);
409
381
  },
410
- o(l) {
411
- p(o.$$.fragment, l), n = !1;
382
+ o(s) {
383
+ p(o.$$.fragment, s), n = !1;
412
384
  },
413
- d(l) {
414
- K(o, l);
385
+ d(s) {
386
+ K(o, s);
415
387
  }
416
388
  };
417
389
  }
418
390
  function ut(e) {
419
- let o, n, l, t, i, s, v, w, C, P, c, E, u = (
391
+ let o, n, s, t, i, l, v, w, C, P, c, E, u = (
420
392
  /*arrows*/
421
393
  e[1] && ge(e)
422
394
  );
@@ -442,7 +414,7 @@ function ut(e) {
442
414
  );
443
415
  return {
444
416
  c() {
445
- o = z("div"), n = z("div"), u && u.c(), l = O(), t = z("div"), i = z("div"), b && b.c(), v = O(), d && d.c(), w = O(), g && g.c(), C = O(), f && f.c(), D(i, "class", "sc-carousel__pages-container svelte-sme1z4"), F(i, "transform", "translateX(" + /*offset*/
417
+ o = I("div"), n = I("div"), u && u.c(), s = O(), t = I("div"), i = I("div"), b && b.c(), v = O(), d && d.c(), w = O(), g && g.c(), C = O(), f && f.c(), D(i, "class", "sc-carousel__pages-container svelte-sme1z4"), F(i, "transform", "translateX(" + /*offset*/
446
418
  e[8] + "px)"), F(
447
419
  i,
448
420
  "transition-duration",
@@ -455,53 +427,53 @@ function ut(e) {
455
427
  e[0]
456
428
  ), D(t, "class", "sc-carousel__pages-window svelte-sme1z4"), D(n, "class", "sc-carousel__content-container svelte-sme1z4"), D(o, "class", "sc-carousel__carousel-container svelte-sme1z4");
457
429
  },
458
- m(r, _) {
459
- X(r, o, _), S(o, n), u && u.m(n, null), S(n, l), S(n, t), S(t, i), b && b.m(i, null), e[39](i), S(t, v), d && d.m(t, null), e[40](t), S(n, w), g && g.m(n, null), S(o, C), f && f.m(o, null), P = !0, c || (E = [
460
- $(s = Le.call(null, i, {
430
+ m(a, _) {
431
+ q(a, o, _), S(o, n), u && u.m(n, null), S(n, s), S(n, t), S(t, i), b && b.m(i, null), e[39](i), S(t, v), d && d.m(t, null), e[40](t), S(n, w), g && g.m(n, null), S(o, C), f && f.m(o, null), P = !0, c || (E = [
432
+ $(l = Le.call(null, i, {
461
433
  thresholdProvider: (
462
434
  /*swipeable_function*/
463
435
  e[38]
464
436
  )
465
437
  })),
466
- y(
438
+ z(
467
439
  i,
468
440
  "swipeStart",
469
441
  /*handleSwipeStart*/
470
442
  e[16]
471
443
  ),
472
- y(
444
+ z(
473
445
  i,
474
446
  "swipeMove",
475
447
  /*handleSwipeMove*/
476
448
  e[18]
477
449
  ),
478
- y(
450
+ z(
479
451
  i,
480
452
  "swipeEnd",
481
453
  /*handleSwipeEnd*/
482
454
  e[19]
483
455
  ),
484
- y(
456
+ z(
485
457
  i,
486
458
  "swipeFailed",
487
459
  /*handleSwipeFailed*/
488
460
  e[20]
489
461
  ),
490
- y(
462
+ z(
491
463
  i,
492
464
  "swipeThresholdReached",
493
465
  /*handleSwipeThresholdReached*/
494
466
  e[17]
495
467
  ),
496
468
  $(Qe.call(null, t)),
497
- y(
469
+ z(
498
470
  t,
499
471
  "hovered",
500
472
  /*handleHovered*/
501
473
  e[21]
502
474
  ),
503
475
  $(Ue.call(null, t)),
504
- y(
476
+ z(
505
477
  t,
506
478
  "tapped",
507
479
  /*handleTapped*/
@@ -509,187 +481,187 @@ function ut(e) {
509
481
  )
510
482
  ], c = !0);
511
483
  },
512
- p(r, _) {
484
+ p(a, _) {
513
485
  /*arrows*/
514
- r[1] ? u ? (u.p(r, _), _[0] & /*arrows*/
515
- 2 && m(u, 1)) : (u = ge(r), u.c(), m(u, 1), u.m(n, l)) : u && (V(), p(u, 1, 1, () => {
486
+ a[1] ? u ? (u.p(a, _), _[0] & /*arrows*/
487
+ 2 && m(u, 1)) : (u = ge(a), u.c(), m(u, 1), u.m(n, s)) : u && (V(), p(u, 1, 1, () => {
516
488
  u = null;
517
489
  }), R()), b && b.p && (!P || _[0] & /*loaded, currentPageIndex*/
518
490
  96 | _[1] & /*$$scope*/
519
- 32) && A(
491
+ 32) && X(
520
492
  b,
521
493
  M,
522
- r,
494
+ a,
523
495
  /*$$scope*/
524
- r[36],
525
- P ? q(
496
+ a[36],
497
+ P ? j(
526
498
  M,
527
499
  /*$$scope*/
528
- r[36],
500
+ a[36],
529
501
  _,
530
502
  it
531
- ) : j(
503
+ ) : A(
532
504
  /*$$scope*/
533
- r[36]
505
+ a[36]
534
506
  ),
535
507
  fe
536
508
  ), (!P || _[0] & /*offset*/
537
509
  256) && F(i, "transform", "translateX(" + /*offset*/
538
- r[8] + "px)"), (!P || _[0] & /*durationMs*/
510
+ a[8] + "px)"), (!P || _[0] & /*durationMs*/
539
511
  512) && F(
540
512
  i,
541
513
  "transition-duration",
542
514
  /*durationMs*/
543
- r[9] + "ms"
515
+ a[9] + "ms"
544
516
  ), (!P || _[0] & /*timingFunction*/
545
517
  1) && F(
546
518
  i,
547
519
  "transition-timing-function",
548
520
  /*timingFunction*/
549
- r[0]
550
- ), s && Xe(s.update) && _[0] & /*pageWindowWidth*/
551
- 2048 && s.update.call(null, {
521
+ a[0]
522
+ ), l && Ve(l.update) && _[0] & /*pageWindowWidth*/
523
+ 2048 && l.update.call(null, {
552
524
  thresholdProvider: (
553
525
  /*swipeable_function*/
554
- r[38]
526
+ a[38]
555
527
  )
556
528
  }), /*autoplayProgressVisible*/
557
- r[3] ? d ? (d.p(r, _), _[0] & /*autoplayProgressVisible*/
558
- 8 && m(d, 1)) : (d = _e(r), d.c(), m(d, 1), d.m(t, null)) : d && (V(), p(d, 1, 1, () => {
529
+ a[3] ? d ? (d.p(a, _), _[0] & /*autoplayProgressVisible*/
530
+ 8 && m(d, 1)) : (d = _e(a), d.c(), m(d, 1), d.m(t, null)) : d && (V(), p(d, 1, 1, () => {
559
531
  d = null;
560
532
  }), R()), /*arrows*/
561
- r[1] ? g ? (g.p(r, _), _[0] & /*arrows*/
562
- 2 && m(g, 1)) : (g = me(r), g.c(), m(g, 1), g.m(n, null)) : g && (V(), p(g, 1, 1, () => {
533
+ a[1] ? g ? (g.p(a, _), _[0] & /*arrows*/
534
+ 2 && m(g, 1)) : (g = me(a), g.c(), m(g, 1), g.m(n, null)) : g && (V(), p(g, 1, 1, () => {
563
535
  g = null;
564
536
  }), R()), /*dots*/
565
- r[4] ? f ? (f.p(r, _), _[0] & /*dots*/
566
- 16 && m(f, 1)) : (f = pe(r), f.c(), m(f, 1), f.m(o, null)) : f && (V(), p(f, 1, 1, () => {
537
+ a[4] ? f ? (f.p(a, _), _[0] & /*dots*/
538
+ 16 && m(f, 1)) : (f = pe(a), f.c(), m(f, 1), f.m(o, null)) : f && (V(), p(f, 1, 1, () => {
567
539
  f = null;
568
540
  }), R());
569
541
  },
570
- i(r) {
571
- P || (m(u), m(b, r), m(d), m(g), m(f), P = !0);
542
+ i(a) {
543
+ P || (m(u), m(b, a), m(d), m(g), m(f), P = !0);
572
544
  },
573
- o(r) {
574
- p(u), p(b, r), p(d), p(g), p(f), P = !1;
545
+ o(a) {
546
+ p(u), p(b, a), p(d), p(g), p(f), P = !1;
575
547
  },
576
- d(r) {
577
- r && B(o), u && u.d(), b && b.d(r), e[39](null), d && d.d(), e[40](null), g && g.d(), f && f.d(), c = !1, Ae(E);
548
+ d(a) {
549
+ a && B(o), u && u.d(), b && b.d(a), e[39](null), d && d.d(), e[40](null), g && g.d(), f && f.d(), c = !1, Re(E);
578
550
  }
579
551
  };
580
552
  }
581
553
  function ct(e, o, n) {
582
- let { $$slots: l = {}, $$scope: t } = o, i = [], s, v, w = 0, C = 0, P = 1;
583
- const [{ data: c, progressManager: E }, u, M] = et((a, h) => {
584
- re({
585
- currentPageIndex: () => n(5, s = h),
554
+ let { $$slots: s = {}, $$scope: t } = o, i = [], l, v, w = 0, C = 0, P = 1;
555
+ const [{ data: c, progressManager: E }, u, M] = et((r, h) => {
556
+ ae({
557
+ currentPageIndex: () => n(5, l = h),
586
558
  progressValue: () => n(7, v = h),
587
559
  offset: () => n(8, w = h),
588
560
  durationMs: () => n(9, C = h),
589
561
  pagesCount: () => n(10, P = h),
590
562
  loaded: () => n(6, i = h)
591
- })(a);
592
- }), b = je();
593
- let { timingFunction: d = "ease-in-out" } = o, { arrows: g = !0 } = o, { infinite: f = !0 } = o, { initialPageIndex: r = 0 } = o, { duration: _ = 500 } = o, { autoplay: L = !1 } = o, { autoplayDuration: Q = 3e3 } = o, { autoplayDirection: U = se } = o, { pauseOnFocus: Y = !1 } = o, { autoplayProgressVisible: te = !1 } = o, { dots: ne = !0 } = o, { swiping: I = !0 } = o, { particlesToShow: Z = 1 } = o, { particlesToScroll: x = 1 } = o;
594
- function we(a, h) {
595
- return k(this, null, function* () {
563
+ })(r);
564
+ }), b = Xe();
565
+ let { timingFunction: d = "ease-in-out" } = o, { arrows: g = !0 } = o, { infinite: f = !0 } = o, { initialPageIndex: a = 0 } = o, { duration: _ = 500 } = o, { autoplay: L = !1 } = o, { autoplayDuration: Q = 3e3 } = o, { autoplayDirection: U = le } = o, { pauseOnFocus: Y = !1 } = o, { autoplayProgressVisible: te = !1 } = o, { dots: ne = !0 } = o, { swiping: k = !0 } = o, { particlesToShow: Z = 1 } = o, { particlesToScroll: x = 1 } = o;
566
+ function we(r, h) {
567
+ return y(this, null, function* () {
596
568
  const We = ee(h, "animated", !0);
597
- if (typeof a != "number")
569
+ if (typeof r != "number")
598
570
  throw new Error("pageIndex should be a number");
599
- yield u.showPage(a, { animated: We });
571
+ yield u.showPage(r, { animated: We });
600
572
  });
601
573
  }
602
- function be(a) {
603
- return k(this, null, function* () {
604
- const h = ee(a, "animated", !0);
574
+ function be(r) {
575
+ return y(this, null, function* () {
576
+ const h = ee(r, "animated", !0);
605
577
  yield u.showPrevPage({ animated: h });
606
578
  });
607
579
  }
608
- function Pe(a) {
609
- return k(this, null, function* () {
610
- const h = ee(a, "animated", !0);
580
+ function Pe(r) {
581
+ return y(this, null, function* () {
582
+ const h = ee(r, "animated", !0);
611
583
  yield u.showNextPage({ animated: h });
612
584
  });
613
585
  }
614
586
  let W = 0, N, T;
615
- const oe = Ye(({ width: a }) => {
616
- n(11, W = a), c.particleWidth = W / c.particlesToShow, Ze({
587
+ const oe = Ye(({ width: r }) => {
588
+ n(11, W = r), c.particleWidth = W / c.particlesToShow, Ze({
617
589
  particlesContainerChildren: T.children,
618
590
  particleWidth: c.particleWidth
619
591
  }), u.offsetPage({ animated: !1 });
620
592
  });
621
593
  function ve() {
622
- const { clonesToAppend: a, clonesToPrepend: h } = xe({
594
+ const { clonesToAppend: r, clonesToPrepend: h } = xe({
623
595
  clonesCountHead: c.clonesCountHead,
624
596
  clonesCountTail: c.clonesCountTail,
625
597
  particlesContainerChildren: T.children
626
598
  });
627
599
  $e({
628
600
  particlesContainer: T,
629
- clonesToAppend: a,
601
+ clonesToAppend: r,
630
602
  clonesToPrepend: h
631
603
  });
632
604
  }
633
- qe(() => {
634
- k(this, null, function* () {
635
- yield ae(), T && N && (c.particlesCountWithoutClones = T.children.length, yield ae(), c.infinite && ve(), c.particlesCount = T.children.length, u.showPage(r, { animated: !1 }), oe.observe(N));
605
+ Ae(() => {
606
+ y(this, null, function* () {
607
+ yield re(), T && N && (c.particlesCountWithoutClones = T.children.length, yield re(), c.infinite && ve(), c.particlesCount = T.children.length, u.showPage(a, { animated: !1 }), oe.observe(N));
636
608
  });
637
- }), Be(() => {
609
+ }), je(() => {
638
610
  oe.disconnect(), E.reset();
639
611
  });
640
- function ie(a) {
641
- return k(this, null, function* () {
642
- yield u.showPage(a, { animated: !0 });
612
+ function ie(r) {
613
+ return y(this, null, function* () {
614
+ yield u.showPage(r, { animated: !0 });
643
615
  });
644
616
  }
645
617
  function Ce() {
646
- I && (c.durationMs = 0);
618
+ k && (c.durationMs = 0);
647
619
  }
648
- function Te(a) {
649
- return k(this, null, function* () {
650
- I && (yield re({
651
- [se]: u.showNextPage,
620
+ function Te(r) {
621
+ return y(this, null, function* () {
622
+ k && (yield ae({
623
+ [le]: u.showNextPage,
652
624
  [Ke]: u.showPrevPage
653
- })(a.detail.direction));
625
+ })(r.detail.direction));
654
626
  });
655
627
  }
656
- function ke(a) {
657
- I && (c.offset += a.detail.dx);
628
+ function ye(r) {
629
+ k && (c.offset += r.detail.dx);
658
630
  }
659
- function Ie() {
660
- I && u.showParticle(c.currentParticleIndex);
631
+ function ke() {
632
+ k && u.showParticle(c.currentParticleIndex);
661
633
  }
662
634
  function Se() {
663
- return k(this, null, function* () {
664
- I && (yield u.offsetPage({ animated: !0 }));
635
+ return y(this, null, function* () {
636
+ k && (yield u.offsetPage({ animated: !0 }));
665
637
  });
666
638
  }
667
- function ye(a) {
668
- c.focused = a.detail.value;
639
+ function ze(r) {
640
+ c.focused = r.detail.value;
669
641
  }
670
- function ze() {
642
+ function Ie() {
671
643
  u.toggleFocused();
672
644
  }
673
645
  function De() {
674
646
  u.showPrevPage();
675
647
  }
676
648
  const Fe = () => W / 3;
677
- function Ne(a) {
678
- le[a ? "unshift" : "push"](() => {
679
- T = a, n(13, T);
649
+ function Ne(r) {
650
+ se[r ? "unshift" : "push"](() => {
651
+ T = r, n(13, T);
680
652
  });
681
653
  }
682
- function Ee(a) {
683
- le[a ? "unshift" : "push"](() => {
684
- N = a, n(12, N);
654
+ function Ee(r) {
655
+ se[r ? "unshift" : "push"](() => {
656
+ N = r, n(12, N);
685
657
  });
686
658
  }
687
- const Me = (a) => ie(a.detail);
688
- return e.$$set = (a) => {
689
- "timingFunction" in a && n(0, d = a.timingFunction), "arrows" in a && n(1, g = a.arrows), "infinite" in a && n(2, f = a.infinite), "initialPageIndex" in a && n(24, r = a.initialPageIndex), "duration" in a && n(25, _ = a.duration), "autoplay" in a && n(26, L = a.autoplay), "autoplayDuration" in a && n(27, Q = a.autoplayDuration), "autoplayDirection" in a && n(28, U = a.autoplayDirection), "pauseOnFocus" in a && n(29, Y = a.pauseOnFocus), "autoplayProgressVisible" in a && n(3, te = a.autoplayProgressVisible), "dots" in a && n(4, ne = a.dots), "swiping" in a && n(30, I = a.swiping), "particlesToShow" in a && n(31, Z = a.particlesToShow), "particlesToScroll" in a && n(32, x = a.particlesToScroll), "$$scope" in a && n(36, t = a.$$scope);
659
+ const Me = (r) => ie(r.detail);
660
+ return e.$$set = (r) => {
661
+ "timingFunction" in r && n(0, d = r.timingFunction), "arrows" in r && n(1, g = r.arrows), "infinite" in r && n(2, f = r.infinite), "initialPageIndex" in r && n(24, a = r.initialPageIndex), "duration" in r && n(25, _ = r.duration), "autoplay" in r && n(26, L = r.autoplay), "autoplayDuration" in r && n(27, Q = r.autoplayDuration), "autoplayDirection" in r && n(28, U = r.autoplayDirection), "pauseOnFocus" in r && n(29, Y = r.pauseOnFocus), "autoplayProgressVisible" in r && n(3, te = r.autoplayProgressVisible), "dots" in r && n(4, ne = r.dots), "swiping" in r && n(30, k = r.swiping), "particlesToShow" in r && n(31, Z = r.particlesToShow), "particlesToScroll" in r && n(32, x = r.particlesToScroll), "$$scope" in r && n(36, t = r.$$scope);
690
662
  }, e.$$.update = () => {
691
663
  e.$$.dirty[0] & /*currentPageIndex*/
692
- 32 && b("pageChange", s), e.$$.dirty[0] & /*infinite*/
664
+ 32 && b("pageChange", l), e.$$.dirty[0] & /*infinite*/
693
665
  4 && (c.infinite = f), e.$$.dirty[0] & /*duration*/
694
666
  33554432 && (c.durationMsInit = _), e.$$.dirty[0] & /*autoplay*/
695
667
  67108864 && (c.autoplay = L), e.$$.dirty[0] & /*autoplayDuration*/
@@ -704,7 +676,7 @@ function ct(e, o, n) {
704
676
  f,
705
677
  te,
706
678
  ne,
707
- s,
679
+ l,
708
680
  i,
709
681
  v,
710
682
  w,
@@ -717,40 +689,40 @@ function ct(e, o, n) {
717
689
  ie,
718
690
  Ce,
719
691
  Te,
692
+ ye,
720
693
  ke,
721
- Ie,
722
694
  Se,
723
- ye,
724
695
  ze,
696
+ Ie,
725
697
  De,
726
- r,
698
+ a,
727
699
  _,
728
700
  L,
729
701
  Q,
730
702
  U,
731
703
  Y,
732
- I,
704
+ k,
733
705
  Z,
734
706
  x,
735
707
  we,
736
708
  be,
737
709
  Pe,
738
710
  t,
739
- l,
711
+ s,
740
712
  Fe,
741
713
  Ne,
742
714
  Ee,
743
715
  Me
744
716
  ];
745
717
  }
746
- class kt extends Oe {
718
+ class Ft extends qe {
747
719
  constructor(o) {
748
- super(), Ve(
720
+ super(), Be(
749
721
  this,
750
722
  o,
751
723
  ct,
752
724
  ut,
753
- Re,
725
+ Oe,
754
726
  {
755
727
  timingFunction: 0,
756
728
  arrows: 1,
@@ -785,5 +757,5 @@ class kt extends Oe {
785
757
  }
786
758
  }
787
759
  export {
788
- kt as Carousel
760
+ Ft as Carousel
789
761
  };