@realsee/dnalogel 2.10.4 → 2.11.0-alpha.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 (327) hide show
  1. package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -0
  2. package/dist/PanoTagPlugin/controller/index.d.ts +0 -2
  3. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -7
  4. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +11 -0
  5. package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +8 -10
  6. package/dist/PanoTagPlugin/utils/px2rem.d.ts +3 -1
  7. package/dist/base/BasePlugin.d.ts +4 -0
  8. package/dist/index.cjs.js +57 -57
  9. package/dist/index.js +4157 -3912
  10. package/dist/index.umd.js +50 -50
  11. package/docs/assets/search.js +1 -1
  12. package/docs/classes/CSS3DRender.html +31 -31
  13. package/docs/classes/CruisePluginController.html +35 -25
  14. package/docs/classes/Magnifier.html +20 -20
  15. package/docs/classes/ModelRoomLabelController.html +11 -11
  16. package/docs/classes/Object3DHelperController.html +39 -29
  17. package/docs/classes/PaintBrush.html +15 -15
  18. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  19. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  20. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  21. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  22. package/docs/classes/PanoTagPluginController.html +99 -143
  23. package/docs/classes/Util.BetterTween.html +8 -8
  24. package/docs/classes/Util.FivePointSelector.html +12 -12
  25. package/docs/classes/Util.Interval.html +12 -12
  26. package/docs/classes/Util.Magnifier.html +17 -17
  27. package/docs/classes/Util.PointDomHelper.html +11 -11
  28. package/docs/classes/Util.PointHelper.html +11 -11
  29. package/docs/classes/Util.Rectangle.html +13 -13
  30. package/docs/enums/CameraMovementEffect.html +7 -7
  31. package/docs/enums/ContentType.html +19 -19
  32. package/docs/enums/DIRECTION.html +9 -9
  33. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  34. package/docs/enums/DimensionType.html +7 -7
  35. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  36. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  37. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  38. package/docs/enums/PointType.html +7 -7
  39. package/docs/enums/Rotation.html +8 -8
  40. package/docs/functions/CSS3DRenderPlugin.html +5 -4
  41. package/docs/functions/CameraMovementPlugin.html +5 -4
  42. package/docs/functions/CruisePlugin.html +5 -4
  43. package/docs/functions/GuideLinePlugin.html +6 -5
  44. package/docs/functions/ItemLabelPlugin.html +5 -4
  45. package/docs/functions/MapviewFloorplanPlugin.html +5 -4
  46. package/docs/functions/ModelChassisCompassPlugin.html +5 -4
  47. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
  48. package/docs/functions/ModelFloorplanPlugin.html +5 -4
  49. package/docs/functions/ModelItemLabelPlugin.html +5 -4
  50. package/docs/functions/ModelRoomLabelPlugin.html +5 -4
  51. package/docs/functions/ModelTVVideoPlugin.html +5 -4
  52. package/docs/functions/ModelViewPlugin.html +5 -4
  53. package/docs/functions/Object3DHelperPlugin.html +5 -4
  54. package/docs/functions/PanoCompassPlugin.html +5 -4
  55. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
  56. package/docs/functions/PanoDoorLabelPlugin.html +5 -4
  57. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
  58. package/docs/functions/PanoMeasurePlugin.html +5 -4
  59. package/docs/functions/PanoRulerPlugin.html +5 -4
  60. package/docs/functions/PanoRulerProPlugin.html +5 -4
  61. package/docs/functions/PanoSpatialTagPlugin.html +5 -4
  62. package/docs/functions/PanoTagPlugin.html +5 -4
  63. package/docs/functions/PanoVideoPlugin.html +5 -4
  64. package/docs/functions/TopviewFloorplanPlugin.html +5 -4
  65. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  66. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  67. package/docs/functions/Util.getFrameTime.html +5 -5
  68. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  69. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  70. package/docs/functions/Util.isNil.html +5 -5
  71. package/docs/functions/Util.nextFrame.html +5 -5
  72. package/docs/functions/Util.notNil.html +5 -5
  73. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  74. package/docs/functions/Util.tweenProgress.html +5 -5
  75. package/docs/functions/pluginFlag.html +6 -5
  76. package/docs/index.html +5 -4
  77. package/docs/interfaces/AddTagConfig.html +6 -6
  78. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  79. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  80. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  81. package/docs/interfaces/EventMap.html +15 -15
  82. package/docs/interfaces/FloorplanBounding.html +8 -8
  83. package/docs/interfaces/FloorplanData.html +10 -10
  84. package/docs/interfaces/FloorplanEntrance.html +11 -11
  85. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  86. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  87. package/docs/interfaces/FloorplanFloorData.html +9 -9
  88. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  89. package/docs/interfaces/FloorplanObserver.html +9 -9
  90. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  91. package/docs/interfaces/FloorplanPosition.html +7 -7
  92. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  93. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  94. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  95. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  96. package/docs/interfaces/FloorplanServerData.html +7 -7
  97. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  98. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  99. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  100. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  101. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  102. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  103. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  104. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  105. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  106. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  107. package/docs/interfaces/HelperOffset.html +8 -8
  108. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  109. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  110. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  111. package/docs/interfaces/MinMax.html +7 -7
  112. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  113. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  114. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  115. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  116. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  117. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  118. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  119. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  120. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  121. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  122. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  123. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  124. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  125. package/docs/interfaces/Object3DHelperState.html +8 -8
  126. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  127. package/docs/interfaces/PaintBrushAction.html +12 -12
  128. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  129. package/docs/interfaces/PaintBrushState.html +10 -10
  130. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  131. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +6 -5
  132. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  133. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  134. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  135. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  136. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  137. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  139. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  140. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  141. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  143. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  144. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +6 -5
  145. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -5
  146. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  147. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  148. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  149. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  150. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  151. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  152. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  153. package/docs/interfaces/PanoVideoPluginType.LoadParams.html +6 -6
  154. package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
  155. package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
  156. package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
  157. package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
  158. package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
  159. package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
  160. package/docs/interfaces/Point.html +8 -8
  161. package/docs/interfaces/Room.html +9 -9
  162. package/docs/interfaces/RoomInfo.html +7 -7
  163. package/docs/interfaces/RoomLabel.html +14 -14
  164. package/docs/interfaces/RoomRules.html +6 -5
  165. package/docs/interfaces/Rooms.html +6 -5
  166. package/docs/interfaces/Scissor.html +9 -9
  167. package/docs/interfaces/State.html +8 -8
  168. package/docs/interfaces/TagCache.html +12 -12
  169. package/docs/interfaces/TagConfig.html +10 -10
  170. package/docs/interfaces/TagIconUrl.html +28 -10
  171. package/docs/interfaces/TagStyle.html +67 -0
  172. package/docs/interfaces/Tags.html +10 -10
  173. package/docs/interfaces/TemporaryState.html +6 -6
  174. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  175. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  176. package/docs/modules/PanoVideoPluginType.html +5 -5
  177. package/docs/modules/Util.html +5 -5
  178. package/docs/modules.html +6 -4
  179. package/docs/types/ArrayPosition.html +6 -5
  180. package/docs/types/AudioAppearance.html +6 -5
  181. package/docs/types/AudioTagTypeConfigKey.html +6 -5
  182. package/docs/types/CSS3DRenderExportType.html +6 -5
  183. package/docs/types/CSS3DRenderPluginExportType.html +6 -5
  184. package/docs/types/CSS3DRenderPluginParameterType.html +6 -5
  185. package/docs/types/ClassFunctionParameters.html +6 -5
  186. package/docs/types/Color.html +6 -5
  187. package/docs/types/ContentTypeConfigKey.html +6 -5
  188. package/docs/types/ContentTypeConfigKeySplit.html +6 -5
  189. package/docs/types/ContentTypeMap.html +6 -5
  190. package/docs/types/Create3DDomContainerReturnType.html +6 -5
  191. package/docs/types/Create3DElementReturnType.html +6 -5
  192. package/docs/types/CruisePluginExportType.html +6 -5
  193. package/docs/types/Direction-1.html +6 -5
  194. package/docs/types/Direction4.html +6 -5
  195. package/docs/types/FloorplanRuleLabels.html +6 -5
  196. package/docs/types/FloorplanServerRuleLabels.html +6 -5
  197. package/docs/types/GuideLinePluginExportType.html +6 -5
  198. package/docs/types/HelperEventMap.html +6 -5
  199. package/docs/types/LoadTagConfig.html +6 -5
  200. package/docs/types/MapviewFloorplanPluginParameterType.html +6 -5
  201. package/docs/types/MapviewFloorplanPluginReturnType.html +6 -5
  202. package/docs/types/MediaData.html +6 -5
  203. package/docs/types/MediaStore.html +6 -5
  204. package/docs/types/ModelElement.html +6 -5
  205. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -5
  206. package/docs/types/ModelFloorplanPluginParameterType.html +6 -5
  207. package/docs/types/ModelFloorplanPluginReturnType.html +6 -5
  208. package/docs/types/ModelRoomLabelPluginParameters.html +6 -5
  209. package/docs/types/ModelRoomLabelPluginReturnType.html +6 -5
  210. package/docs/types/MoveArgs.html +6 -5
  211. package/docs/types/MoveOpts.html +6 -5
  212. package/docs/types/Object3DHelperEventMap.html +6 -5
  213. package/docs/types/ObjectFit.html +6 -5
  214. package/docs/types/PaintBrushEventMap.html +6 -5
  215. package/docs/types/PanoCompassPluginData.html +6 -5
  216. package/docs/types/PanoCompassPluginExportType.html +6 -5
  217. package/docs/types/PanoCompassPluginParameterType.html +6 -5
  218. package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -5
  219. package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -5
  220. package/docs/types/PanoIndex.html +6 -5
  221. package/docs/types/PanoMeasurePluginEvent.html +6 -5
  222. package/docs/types/PanoMeasureReturnType.html +6 -5
  223. package/docs/types/PanoSpatialTagPluginId.html +6 -5
  224. package/docs/types/PanoTagPluginExportInterface.html +6 -5
  225. package/docs/types/PanoTagPluginParamsInterface.html +6 -5
  226. package/docs/types/PanoVideoPluginParameterType.html +6 -5
  227. package/docs/types/PanoVideoPluginReturnType.html +6 -5
  228. package/docs/types/PlaneTag.html +6 -5
  229. package/docs/types/PlaneTagElement.html +6 -5
  230. package/docs/types/Point2DElement.html +6 -5
  231. package/docs/types/Point2DTag.html +6 -5
  232. package/docs/types/Point3DElement.html +6 -5
  233. package/docs/types/Point3DTag.html +6 -5
  234. package/docs/types/PointTag.html +6 -5
  235. package/docs/types/PointTagElement.html +6 -5
  236. package/docs/types/Position.html +6 -5
  237. package/docs/types/RotateArgs.html +6 -5
  238. package/docs/types/RotateOpts.html +6 -5
  239. package/docs/types/RuleLabelsKey.html +6 -5
  240. package/docs/types/RuleLabelsValue.html +6 -5
  241. package/docs/types/StickType.html +6 -5
  242. package/docs/types/Tag.html +7 -6
  243. package/docs/types/Tag2D.html +6 -5
  244. package/docs/types/Tag3D.html +6 -5
  245. package/docs/types/TagContentType.html +6 -5
  246. package/docs/types/TagDimensionType.html +6 -5
  247. package/docs/types/TagElement.html +6 -5
  248. package/docs/types/TagEvents.html +6 -5
  249. package/docs/types/TagGLTFObject.html +6 -5
  250. package/docs/types/TagHooks.html +6 -5
  251. package/docs/types/TagIconSize.html +6 -5
  252. package/docs/types/TagId.html +6 -5
  253. package/docs/types/TagPointType.html +6 -5
  254. package/docs/types/TopviewFloorplanPluginParameterType.html +6 -5
  255. package/docs/types/TopviewFloorplanPluginReturnType.html +6 -5
  256. package/docs/types/WorkCode.html +6 -5
  257. package/docs/variables/FLOOR_TYPE_MAP.html +6 -5
  258. package/docs/variables/PLUGIN.html +6 -5
  259. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -5
  260. package/docs/variables/ROOM_TYPE_MAP.html +6 -5
  261. package/docs/variables/VERSION.html +6 -5
  262. package/docs/variables/itemLabelPluginServerParams.html +6 -5
  263. package/docs/variables/modelItemLabelPluginServerParams.html +6 -5
  264. package/docs/variables/modelRoomLabelPluginServerParams.html +6 -5
  265. package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -0
  266. package/libs/CSS3DRenderPlugin/Controller.js +24 -23
  267. package/libs/PanoTagPlugin/Components/Common/Audio.js +84 -83
  268. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +261 -121
  269. package/libs/PanoTagPlugin/Components/Common/Media.js +28 -28
  270. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +61 -61
  271. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +79 -49
  272. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +15 -13
  273. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +2 -3
  274. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +45 -45
  275. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +72 -68
  276. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +88 -85
  277. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +60 -60
  278. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +13 -13
  279. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +48 -48
  280. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +44 -55
  281. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +114 -107
  282. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +36 -25
  283. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +50 -49
  284. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +53 -50
  285. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +49 -49
  286. package/libs/PanoTagPlugin/Components/Tag/index.js +164 -153
  287. package/libs/PanoTagPlugin/Components/TagContainer.js +2 -3
  288. package/libs/PanoTagPlugin/Components/TagItem.js +85 -77
  289. package/libs/PanoTagPlugin/controller/TagComputer.js +2 -3
  290. package/libs/PanoTagPlugin/controller/index.d.ts +0 -2
  291. package/libs/PanoTagPlugin/controller/index.js +48 -49
  292. package/libs/PanoTagPlugin/index.js +1 -1
  293. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
  294. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
  295. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
  296. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
  297. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
  298. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
  299. package/libs/PanoTagPlugin/mocks/v1/mock1.js +121 -0
  300. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
  301. package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
  302. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
  303. package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
  304. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
  305. package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
  306. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
  307. package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
  308. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
  309. package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
  310. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
  311. package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
  312. package/libs/PanoTagPlugin/tsconfig.js +9 -0
  313. package/libs/PanoTagPlugin/typings/controller.js +1 -1
  314. package/libs/PanoTagPlugin/typings/index.js +5 -6
  315. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -7
  316. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +11 -0
  317. package/libs/PanoTagPlugin/utils/addDebugPoints.js +4 -5
  318. package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +8 -10
  319. package/libs/PanoTagPlugin/utils/getImageInfo.js +54 -36
  320. package/libs/PanoTagPlugin/utils/index.js +35 -36
  321. package/libs/PanoTagPlugin/utils/planeNormal.js +2 -3
  322. package/libs/PanoTagPlugin/utils/px2rem.d.ts +3 -1
  323. package/libs/PanoTagPlugin/utils/tagPosition.js +7 -8
  324. package/libs/base/BasePlugin.d.ts +4 -0
  325. package/libs/base/BasePlugin.js +3 -2
  326. package/libs/index.js +1 -1
  327. package/package.json +2 -2
@@ -1,63 +1,52 @@
1
- var w = (n, i, t) => new Promise((e, o) => {
2
- var l = (f) => {
3
- try {
4
- a(t.next(f));
5
- } catch (m) {
6
- o(m);
7
- }
8
- }, r = (f) => {
9
- try {
10
- a(t.throw(f));
11
- } catch (m) {
12
- o(m);
13
- }
14
- }, a = (f) => f.done ? e(f.value) : Promise.resolve(f.value).then(l, r);
15
- a((t = t.apply(n, i)).next());
16
- });
17
- import { SvelteComponent as N, init as R, safe_not_equal as S, append_styles as W, empty as C, insert as k, transition_in as _, transition_out as h, check_outros as H, detach as b, createEventDispatcher as z, element as p, space as D, attr as c, set_style as s, append as g, group_outros as I, create_component as E, mount_component as X, destroy_component as A, src_url_equal as y, handle_promise as v, update_await_block_branch as B, noop as d } from "../../../../vendor/svelte/internal/index.js";
18
- import { getKeyframeInfo as F } from "../../../utils/getImageInfo.js";
19
- import u from "../../../utils/px2rem.js";
20
- import G from "../Shadow.js";
1
+ import { SvelteComponent as ei, init as ni, safe_not_equal as ti, append_styles as oi, empty as E, insert as k, transition_in as p, transition_out as W, check_outros as V, detach as v, createEventDispatcher as ri, onMount as li, element as F, space as ai, attr as g, set_style as d, append as ui, group_outros as X, create_component as ci, mount_component as di, destroy_component as si, handle_promise as L, update_await_block_branch as Y, noop as u, src_url_equal as A } from "../../../../vendor/svelte/internal/index.js";
2
+ import "three";
3
+ import { noTypecheck as q } from "../../../utils/noTypecheck.js";
4
+ import { getKeyframeInfo as fi, getImageInfo as hi } from "../../../utils/getImageInfo.js";
5
+ import w from "../../../utils/px2rem.js";
6
+ import mi from "../Shadow.js";
21
7
  import "../../../../vendor/svelte/transition/index.js";
22
8
  import "../../../../vendor/svelte/easing/index.js";
23
- function J(n) {
24
- W(n, "svelte-mhs8j5", "@keyframes svelte-mhs8j5-sprites-animation{0%{background-position:0 0}100%{background-position:var(--keyframe_offset_x) 0}}.icon-image.svelte-mhs8j5{display:block;width:100%}.icon-keyframe-container.svelte-mhs8j5{overflow:hidden}.icon-keyframe-wrapper.svelte-mhs8j5{transform-origin:0 0}.icon-keyframe.svelte-mhs8j5{background-repeat:no-repeat;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-mhs8j5-sprites-animation}");
9
+ function _i(i) {
10
+ oi(i, "svelte-316sq3", "@keyframes svelte-316sq3-sprites-animation{0%{background-position:0 0}100%{background-position:100% 0}}.icon-image.svelte-316sq3{display:block;width:auto}.icon-keyframe.svelte-316sq3{background-repeat:no-repeat;background-size:auto 100%;animation-direction:normal;animation-iteration-count:infinite;animation-name:svelte-316sq3-sprites-animation;animation-delay:0}");
25
11
  }
26
- function j(n) {
27
- n[6] = n[14].url, n[7] = n[14].keyframesWidth, n[8] = n[14].keyframesHeight, n[9] = n[14].wrapperWidth, n[10] = n[14].wrapperHeight, n[11] = n[14].steps, n[12] = n[14].duration, n[13] = n[14].offsetX;
12
+ function B(i) {
13
+ i[1] = i[22].width;
28
14
  }
29
- function K(n) {
30
- let i, t, e, o = n[2] && q();
31
- function l(f, m) {
32
- return f[3] ? O : M;
15
+ function G(i) {
16
+ i[1] = i[22].width, i[19] = i[22].height, i[20] = i[22].steps, i[21] = i[22].duration;
17
+ }
18
+ function J(i) {
19
+ let t, o, e, n = i[0] && Q();
20
+ function r(a, h) {
21
+ return a[8] ? gi : pi;
33
22
  }
34
- let r = l(n), a = r(n);
23
+ let f = r(i), c = f(i);
35
24
  return {
36
25
  c() {
37
- i = p("div"), o && o.c(), t = D(), a.c(), c(i, "class", "icon"), s(i, "width", typeof n[0] == "number" ? u(n[0]) : n[0]);
26
+ t = F("div"), n && n.c(), o = ai(), c.c(), g(t, "class", "icon"), d(t, "width", i[1]);
38
27
  },
39
- m(f, m) {
40
- k(f, i, m), o && o.m(i, null), g(i, t), a.m(i, null), e = !0;
28
+ m(a, h) {
29
+ k(a, t, h), n && n.m(t, null), ui(t, o), c.m(t, null), e = !0;
41
30
  },
42
- p(f, m) {
43
- f[2] ? o ? m & 4 && _(o, 1) : (o = q(), o.c(), _(o, 1), o.m(i, t)) : o && (I(), h(o, 1, 1, () => {
44
- o = null;
45
- }), H()), r === (r = l(f)) && a ? a.p(f, m) : (a.d(1), a = r(f), a && (a.c(), a.m(i, null))), m & 1 && s(i, "width", typeof f[0] == "number" ? u(f[0]) : f[0]);
31
+ p(a, h) {
32
+ a[0] ? n ? h & 1 && p(n, 1) : (n = Q(), n.c(), p(n, 1), n.m(t, o)) : n && (X(), W(n, 1, 1, () => {
33
+ n = null;
34
+ }), V()), f === (f = r(a)) && c ? c.p(a, h) : (c.d(1), c = f(a), c && (c.c(), c.m(t, null))), h & 2 && d(t, "width", a[1]);
46
35
  },
47
- i(f) {
48
- e || (_(o), e = !0);
36
+ i(a) {
37
+ e || (p(n), e = !0);
49
38
  },
50
- o(f) {
51
- h(o), e = !1;
39
+ o(a) {
40
+ W(n), e = !1;
52
41
  },
53
- d(f) {
54
- f && b(i), o && o.d(), a.d();
42
+ d(a) {
43
+ a && v(t), n && n.d(), c.d();
55
44
  }
56
45
  };
57
46
  }
58
- function q(n) {
59
- let i, t;
60
- return i = new G({
47
+ function Q(i) {
48
+ let t, o;
49
+ return t = new mi({
61
50
  props: {
62
51
  center: !0,
63
52
  blurRadius: 24,
@@ -65,134 +54,285 @@ function q(n) {
65
54
  }
66
55
  }), {
67
56
  c() {
68
- E(i.$$.fragment);
57
+ ci(t.$$.fragment);
69
58
  },
70
- m(e, o) {
71
- X(i, e, o), t = !0;
59
+ m(e, n) {
60
+ di(t, e, n), o = !0;
72
61
  },
73
62
  i(e) {
74
- t || (_(i.$$.fragment, e), t = !0);
63
+ o || (p(t.$$.fragment, e), o = !0);
75
64
  },
76
65
  o(e) {
77
- h(i.$$.fragment, e), t = !1;
66
+ W(t.$$.fragment, e), o = !1;
78
67
  },
79
68
  d(e) {
80
- A(i, e);
69
+ si(t, e);
81
70
  }
82
71
  };
83
72
  }
84
- function M(n) {
85
- let i, t;
86
- return {
73
+ function pi(i) {
74
+ let t, o, e = {
75
+ ctx: i,
76
+ current: null,
77
+ token: null,
78
+ hasCatch: !1,
79
+ pending: ki,
80
+ then: bi,
81
+ catch: wi,
82
+ value: 22
83
+ };
84
+ return L(
85
+ o = i[11](q({
86
+ url: i[7],
87
+ ratio: i[5]
88
+ })),
89
+ e
90
+ ), {
87
91
  c() {
88
- i = p("img"), c(i, "class", "icon-image svelte-mhs8j5"), y(i.src, t = n[1].url) || c(i, "src", t), c(i, "alt", "icon");
92
+ t = E(), e.block.c();
89
93
  },
90
- m(e, o) {
91
- k(e, i, o);
94
+ m(n, r) {
95
+ k(n, t, r), e.block.m(n, e.anchor = r), e.mount = () => t.parentNode, e.anchor = t;
92
96
  },
93
- p(e, o) {
94
- o & 2 && !y(i.src, t = e[1].url) && c(i, "src", t);
97
+ p(n, r) {
98
+ i = n, e.ctx = i, r & 160 && o !== (o = i[11](q({
99
+ url: i[7],
100
+ ratio: i[5]
101
+ }))) && L(o, e) || Y(e, i, r);
95
102
  },
96
- d(e) {
97
- e && b(i);
103
+ d(n) {
104
+ n && v(t), e.block.d(n), e.token = null, e = null;
98
105
  }
99
106
  };
100
107
  }
101
- function O(n) {
102
- let i, t, e = {
103
- ctx: n,
108
+ function gi(i) {
109
+ let t, o, e = {
110
+ ctx: i,
104
111
  current: null,
105
112
  token: null,
106
113
  hasCatch: !1,
107
- pending: T,
108
- then: Q,
109
- catch: P,
110
- value: 14
114
+ pending: Wi,
115
+ then: yi,
116
+ catch: vi,
117
+ value: 22
111
118
  };
112
- return v(t = n[4](n[1]), e), {
119
+ return L(
120
+ o = i[10](q({
121
+ url: i[7],
122
+ steps: i[2],
123
+ fps: i[6],
124
+ ratio: i[5]
125
+ })),
126
+ e
127
+ ), {
113
128
  c() {
114
- i = C(), e.block.c();
129
+ t = E(), e.block.c();
115
130
  },
116
- m(o, l) {
117
- k(o, i, l), e.block.m(o, e.anchor = l), e.mount = () => i.parentNode, e.anchor = i;
131
+ m(n, r) {
132
+ k(n, t, r), e.block.m(n, e.anchor = r), e.mount = () => t.parentNode, e.anchor = t;
118
133
  },
119
- p(o, l) {
120
- n = o, e.ctx = n, l & 2 && t !== (t = n[4](n[1])) && v(t, e) || B(e, n, l);
134
+ p(n, r) {
135
+ i = n, e.ctx = i, r & 228 && o !== (o = i[10](q({
136
+ url: i[7],
137
+ steps: i[2],
138
+ fps: i[6],
139
+ ratio: i[5]
140
+ }))) && L(o, e) || Y(e, i, r);
121
141
  },
122
- d(o) {
123
- o && b(i), e.block.d(o), e.token = null, e = null;
142
+ d(n) {
143
+ n && v(t), e.block.d(n), e.token = null, e = null;
124
144
  }
125
145
  };
126
146
  }
127
- function P(n) {
128
- return { c: d, m: d, p: d, d };
147
+ function wi(i) {
148
+ return { c: u, m: u, p: u, d: u };
129
149
  }
130
- function Q(n) {
131
- j(n);
132
- let i, t, e, o = `url(${n[6]})`, l = `steps(${n[11] - 1})`;
150
+ function bi(i) {
151
+ B(i);
152
+ let t, o;
133
153
  return {
134
154
  c() {
135
- i = p("div"), t = p("div"), e = p("div"), c(e, "class", "icon-keyframe svelte-mhs8j5"), s(e, "width", u(n[7])), s(e, "height", u(n[8])), s(e, "background-image", o), s(e, "animation-duration", n[12]), s(e, "animation-timing-function", l), s(e, "animation-delay", 0), s(e, "background-size", "100% 100%"), s(e, "--keyframe_offset_x", u(n[13])), c(t, "class", "icon-keyframe-wrapper svelte-mhs8j5"), s(t, "transform", typeof n[0] == "number" ? `scale(${n[0] / n[9]})` : void 0), c(i, "class", "icon-keyframe-container svelte-mhs8j5"), s(i, "width", typeof n[0] == "number" ? u(n[0]) : u(n[9])), s(i, "height", typeof n[0] == "number" ? u(n[10] * (n[0] / n[9])) : u(n[10]));
155
+ t = F("img"), g(t, "alt", "tag-icon"), g(t, "class", "icon-image svelte-316sq3"), A(t.src, o = i[7]) || g(t, "src", o), d(t, "width", w(b({
156
+ originWidth: i[1],
157
+ scale: i[4],
158
+ wantedWidth: i[3]
159
+ }).width));
136
160
  },
137
- m(r, a) {
138
- k(r, i, a), g(i, t), g(t, e);
161
+ m(e, n) {
162
+ k(e, t, n);
139
163
  },
140
- p(r, a) {
141
- j(r), a & 2 && s(e, "width", u(r[7])), a & 2 && s(e, "height", u(r[8])), a & 2 && o !== (o = `url(${r[6]})`) && s(e, "background-image", o), a & 2 && s(e, "animation-duration", r[12]), a & 2 && l !== (l = `steps(${r[11] - 1})`) && s(e, "animation-timing-function", l), a & 2 && s(e, "--keyframe_offset_x", u(r[13])), a & 3 && s(t, "transform", typeof r[0] == "number" ? `scale(${r[0] / r[9]})` : void 0), a & 3 && s(i, "width", typeof r[0] == "number" ? u(r[0]) : u(r[9])), a & 3 && s(i, "height", typeof r[0] == "number" ? u(r[10] * (r[0] / r[9])) : u(r[10]));
164
+ p(e, n) {
165
+ B(e), n & 128 && !A(t.src, o = e[7]) && g(t, "src", o), n & 184 && d(t, "width", w(b({
166
+ originWidth: e[1],
167
+ scale: e[4],
168
+ wantedWidth: e[3]
169
+ }).width));
142
170
  },
143
- d(r) {
144
- r && b(i);
171
+ d(e) {
172
+ e && v(t);
145
173
  }
146
174
  };
147
175
  }
148
- function T(n) {
149
- return { c: d, m: d, p: d, d };
176
+ function ki(i) {
177
+ return { c: u, m: u, p: u, d: u };
178
+ }
179
+ function vi(i) {
180
+ return { c: u, m: u, p: u, d: u };
150
181
  }
151
- function U(n) {
152
- let i, t, e = n[1] && K(n);
182
+ function yi(i) {
183
+ G(i);
184
+ let t, o = `url(${i[7]})`, e = `steps(${i[20]}, jump-none)`;
153
185
  return {
154
186
  c() {
155
- e && e.c(), i = C();
187
+ t = F("div"), g(t, "class", "icon-keyframe svelte-316sq3"), d(t, "width", w(b({
188
+ originWidth: i[1],
189
+ originHeight: i[19],
190
+ scale: i[4],
191
+ wantedWidth: i[3]
192
+ }).width)), d(t, "height", w(b({
193
+ originWidth: i[1],
194
+ originHeight: i[19],
195
+ scale: i[4],
196
+ wantedWidth: i[3]
197
+ }).height)), d(t, "background-image", o), d(t, "animation-duration", i[21]), d(t, "animation-timing-function", e);
156
198
  },
157
- m(o, l) {
158
- e && e.m(o, l), k(o, i, l), t = !0;
199
+ m(n, r) {
200
+ k(n, t, r);
159
201
  },
160
- p(o, [l]) {
161
- o[1] ? e ? (e.p(o, l), l & 2 && _(e, 1)) : (e = K(o), e.c(), _(e, 1), e.m(i.parentNode, i)) : e && (I(), h(e, 1, 1, () => {
202
+ p(n, r) {
203
+ G(n), r & 252 && d(t, "width", w(b({
204
+ originWidth: n[1],
205
+ originHeight: n[19],
206
+ scale: n[4],
207
+ wantedWidth: n[3]
208
+ }).width)), r & 252 && d(t, "height", w(b({
209
+ originWidth: n[1],
210
+ originHeight: n[19],
211
+ scale: n[4],
212
+ wantedWidth: n[3]
213
+ }).height)), r & 128 && o !== (o = `url(${n[7]})`) && d(t, "background-image", o), r & 228 && d(t, "animation-duration", n[21]), r & 228 && e !== (e = `steps(${n[20]}, jump-none)`) && d(t, "animation-timing-function", e);
214
+ },
215
+ d(n) {
216
+ n && v(t);
217
+ }
218
+ };
219
+ }
220
+ function Wi(i) {
221
+ return { c: u, m: u, p: u, d: u };
222
+ }
223
+ function qi(i) {
224
+ let t, o, e = i[9] && J(i);
225
+ return {
226
+ c() {
227
+ e && e.c(), t = E();
228
+ },
229
+ m(n, r) {
230
+ e && e.m(n, r), k(n, t, r), o = !0;
231
+ },
232
+ p(n, [r]) {
233
+ n[9] ? e ? (e.p(n, r), r & 512 && p(e, 1)) : (e = J(n), e.c(), p(e, 1), e.m(t.parentNode, t)) : e && (X(), W(e, 1, 1, () => {
162
234
  e = null;
163
- }), H());
235
+ }), V());
164
236
  },
165
- i(o) {
166
- t || (_(e), t = !0);
237
+ i(n) {
238
+ o || (p(e), o = !0);
167
239
  },
168
- o(o) {
169
- h(e), t = !1;
240
+ o(n) {
241
+ W(e), o = !1;
170
242
  },
171
- d(o) {
172
- e && e.d(o), o && b(i);
243
+ d(n) {
244
+ e && e.d(n), n && v(t);
173
245
  }
174
246
  };
175
247
  }
176
- function V(n, i, t) {
177
- let e, { width: o = null } = i, { icon: l = null } = i, { shadow: r = !1 } = i;
178
- const a = z();
179
- function f(m) {
180
- return w(this, null, function* () {
181
- const L = yield F(m);
182
- return a("iconLoaded"), L;
248
+ function b(i) {
249
+ const { originWidth: t, originHeight: o, scale: e = 1, wantedWidth: n } = i, r = (n != null ? n : t) * e, f = typeof o == "number" ? r * (o / t) : void 0;
250
+ return Object.assign(Object.assign({}, i), { width: r, height: f });
251
+ }
252
+ function ji(i, t, o) {
253
+ let e, n, r, f, c, a, h, O, K;
254
+ var M = this && this.__awaiter || function(s, m, H, S) {
255
+ function $(y) {
256
+ return y instanceof H ? y : new H(function(C) {
257
+ C(y);
258
+ });
259
+ }
260
+ return new (H || (H = Promise))(function(y, C) {
261
+ function x(_) {
262
+ try {
263
+ z(S.next(_));
264
+ } catch (D) {
265
+ C(D);
266
+ }
267
+ }
268
+ function ii(_) {
269
+ try {
270
+ z(S.throw(_));
271
+ } catch (D) {
272
+ C(D);
273
+ }
274
+ }
275
+ function z(_) {
276
+ _.done ? y(_.value) : $(_.value).then(x, ii);
277
+ }
278
+ z((S = S.apply(s, m || [])).next());
279
+ });
280
+ }, j, I;
281
+ let { width: N = null } = t, { icon: l = null } = t, { shadow: T = !1 } = t;
282
+ const R = ri();
283
+ function Z(s) {
284
+ return M(this, void 0, void 0, function* () {
285
+ const m = yield fi(s);
286
+ return R("iconLoaded", m), m;
287
+ });
288
+ }
289
+ function P(s) {
290
+ return M(this, void 0, void 0, function* () {
291
+ if (typeof K == "number")
292
+ return Object.assign(Object.assign({}, s), { width: K });
293
+ const m = yield hi(s);
294
+ return R("iconLoaded", m), m;
183
295
  });
184
296
  }
185
- return n.$$set = (m) => {
186
- "width" in m && t(0, o = m.width), "icon" in m && t(1, l = m.icon), "shadow" in m && t(2, r = m.shadow);
187
- }, n.$$.update = () => {
188
- n.$$.dirty & 2 && t(3, e = (l == null ? void 0 : l.steps) >= 2), n.$$.dirty & 8 && !e && a("iconLoaded");
189
- }, [o, l, r, e, f];
190
- }
191
- class oe extends N {
192
- constructor(i) {
193
- super(), R(this, i, V, U, S, { width: 0, icon: 1, shadow: 2 }, J);
297
+ function U() {
298
+ O || R("iconLoaded");
299
+ }
300
+ return li(() => {
301
+ U();
302
+ }), i.$$set = (s) => {
303
+ "width" in s && o(1, N = s.width), "icon" in s && o(12, l = s.icon), "shadow" in s && o(0, T = s.shadow);
304
+ }, i.$$.update = () => {
305
+ i.$$.dirty & 4096 && o(7, e = l == null ? void 0 : l.url), i.$$.dirty & 12288 && o(2, n = o(13, j = l == null ? void 0 : l.steps) !== null && j !== void 0 ? j : 1), i.$$.dirty & 4096 && o(6, r = l == null ? void 0 : l.fps), i.$$.dirty & 4096 && o(5, f = l == null ? void 0 : l.ratio), i.$$.dirty & 20480 && o(4, c = o(14, I = l == null ? void 0 : l.scale) !== null && I !== void 0 ? I : 1), i.$$.dirty & 4096 && o(3, a = l == null ? void 0 : l.width), i.$$.dirty & 252 && o(9, h = q({
306
+ url: e,
307
+ steps: n,
308
+ fps: r,
309
+ ratio: f,
310
+ scale: c,
311
+ width: a
312
+ })), i.$$.dirty & 4 && o(8, O = n > 1), i.$$.dirty & 2 && (K = N);
313
+ }, U(), [
314
+ T,
315
+ N,
316
+ n,
317
+ a,
318
+ c,
319
+ f,
320
+ r,
321
+ e,
322
+ O,
323
+ h,
324
+ Z,
325
+ P,
326
+ l,
327
+ j,
328
+ I
329
+ ];
330
+ }
331
+ class Ri extends ei {
332
+ constructor(t) {
333
+ super(), ni(this, t, ji, qi, ti, { width: 1, icon: 12, shadow: 0 }, _i);
194
334
  }
195
335
  }
196
336
  export {
197
- oe as default
337
+ Ri as default
198
338
  };
@@ -1,4 +1,4 @@
1
- import { SvelteComponent as X, init as Y, safe_not_equal as Z, append_styles as x, empty as H, insert as C, transition_in as d, transition_out as c, check_outros as I, detach as q, getContext as $, onMount as ee, onDestroy as te, element as B, attr as T, toggle_class as y, append as ie, group_outros as D, add_render_callback as ne, create_in_transition as le, identity as V, create_out_transition as ae, binding_callbacks as J, assign as K, create_component as w, mount_component as E, get_spread_update as O, get_spread_object as P, destroy_component as M, destroy_each as oe, bind as re, add_flush_callback as me } from "../../../vendor/svelte/internal/index.js";
1
+ import { SvelteComponent as X, init as Y, safe_not_equal as Z, append_styles as x, empty as H, insert as C, transition_in as d, transition_out as _, check_outros as I, detach as D, getContext as $, onMount as ee, onDestroy as te, element as B, attr as T, toggle_class as y, append as ie, group_outros as q, add_render_callback as ne, create_in_transition as le, identity as V, create_out_transition as ae, binding_callbacks as J, assign as K, create_component as w, mount_component as E, get_spread_update as O, get_spread_object as P, destroy_component as M, destroy_each as oe, bind as re, add_flush_callback as me } from "../../../vendor/svelte/internal/index.js";
2
2
  import { Carousel as ue } from "../../../vendor/svelte-carousel/src/components/Carousel/Carousel.js";
3
3
  import { fly as z } from "../../../vendor/svelte/transition/index.js";
4
4
  import Q from "./MediaItem.js";
@@ -42,22 +42,22 @@ function A(i, t, l) {
42
42
  function F(i) {
43
43
  let t, l, n, e, r, a, o;
44
44
  const m = [de, se], f = [];
45
- function b(s, _) {
45
+ function b(s, c) {
46
46
  return s[12] && s[10].length > 1 ? 0 : 1;
47
47
  }
48
48
  return n = b(i), e = f[n] = m[n](i), {
49
49
  c() {
50
50
  t = B("div"), l = B("div"), e.c(), T(l, "class", "media-list svelte-1mrbqlg"), y(l, "carouselEnabled", i[12]), T(t, "class", "media-list-wrapper svelte-1mrbqlg"), y(t, "unfolded", i[5]);
51
51
  },
52
- m(s, _) {
53
- C(s, t, _), ie(t, l), f[n].m(l, null), o = !0;
52
+ m(s, c) {
53
+ C(s, t, c), ie(t, l), f[n].m(l, null), o = !0;
54
54
  },
55
- p(s, _) {
55
+ p(s, c) {
56
56
  i = s;
57
57
  let g = n;
58
- n = b(i), n === g ? f[n].p(i, _) : (D(), c(f[g], 1, 1, () => {
58
+ n = b(i), n === g ? f[n].p(i, c) : (q(), _(f[g], 1, 1, () => {
59
59
  f[g] = null;
60
- }), I(), e = f[n], e ? e.p(i, _) : (e = f[n] = m[n](i), e.c()), d(e, 1), e.m(l, null)), (!o || _ & 4096) && y(l, "carouselEnabled", i[12]), (!o || _ & 32) && y(t, "unfolded", i[5]);
60
+ }), I(), e = f[n], e ? e.p(i, c) : (e = f[n] = m[n](i), e.c()), d(e, 1), e.m(l, null)), (!o || c & 4096) && y(l, "carouselEnabled", i[12]), (!o || c & 32) && y(t, "unfolded", i[5]);
61
61
  },
62
62
  i(s) {
63
63
  o || (d(e), s && ne(() => {
@@ -70,7 +70,7 @@ function F(i) {
70
70
  }), o = !0);
71
71
  },
72
72
  o(s) {
73
- c(e), r && r.invalidate(), s && (a = ae(t, z, i[6] ? {
73
+ _(e), r && r.invalidate(), s && (a = ae(t, z, i[6] ? {
74
74
  y: 4,
75
75
  duration: i[4],
76
76
  delay: i[3],
@@ -78,7 +78,7 @@ function F(i) {
78
78
  } : void 0)), o = !1;
79
79
  },
80
80
  d(s) {
81
- s && q(t), f[n].d(), s && a && a.end();
81
+ s && D(t), f[n].d(), s && a && a.end();
82
82
  }
83
83
  };
84
84
  }
@@ -111,7 +111,7 @@ function se(i) {
111
111
  l || (d(t.$$.fragment, r), l = !0);
112
112
  },
113
113
  o(r) {
114
- c(t.$$.fragment, r), l = !1;
114
+ _(t.$$.fragment, r), l = !1;
115
115
  },
116
116
  d(r) {
117
117
  M(t, r);
@@ -122,7 +122,7 @@ function de(i) {
122
122
  let t, l, n = {
123
123
  dots: !1,
124
124
  arrows: !1,
125
- $$slots: { default: [_e] },
125
+ $$slots: { default: [ce] },
126
126
  $$scope: { ctx: i }
127
127
  };
128
128
  return t = new ue({ props: n }), i[17](t), t.$on("pageChange", i[18]), {
@@ -140,7 +140,7 @@ function de(i) {
140
140
  l || (d(t.$$.fragment, e), l = !0);
141
141
  },
142
142
  o(e) {
143
- c(t.$$.fragment, e), l = !1;
143
+ _(t.$$.fragment, e), l = !1;
144
144
  },
145
145
  d(e) {
146
146
  i[17](null), M(t, e);
@@ -180,18 +180,18 @@ function G(i) {
180
180
  n || (d(t.$$.fragment, o), n = !0);
181
181
  },
182
182
  o(o) {
183
- c(t.$$.fragment, o), n = !1;
183
+ _(t.$$.fragment, o), n = !1;
184
184
  },
185
185
  d(o) {
186
186
  M(t, o);
187
187
  }
188
188
  };
189
189
  }
190
- function _e(i) {
190
+ function ce(i) {
191
191
  let t, l, n = i[10], e = [];
192
192
  for (let a = 0; a < n.length; a += 1)
193
193
  e[a] = G(A(i, n, a));
194
- const r = (a) => c(e[a], 1, 1, () => {
194
+ const r = (a) => _(e[a], 1, 1, () => {
195
195
  e[a] = null;
196
196
  });
197
197
  return {
@@ -213,7 +213,7 @@ function _e(i) {
213
213
  const f = A(a, n, m);
214
214
  e[m] ? (e[m].p(f, o), d(e[m], 1)) : (e[m] = G(f), e[m].c(), d(e[m], 1), e[m].m(t.parentNode, t));
215
215
  }
216
- for (D(), m = n.length; m < e.length; m += 1)
216
+ for (q(), m = n.length; m < e.length; m += 1)
217
217
  r(m);
218
218
  I();
219
219
  }
@@ -228,15 +228,15 @@ function _e(i) {
228
228
  o(a) {
229
229
  e = e.filter(Boolean);
230
230
  for (let o = 0; o < e.length; o += 1)
231
- c(e[o]);
231
+ _(e[o]);
232
232
  l = !1;
233
233
  },
234
234
  d(a) {
235
- oe(e, a), a && q(t);
235
+ oe(e, a), a && D(t);
236
236
  }
237
237
  };
238
238
  }
239
- function ce(i) {
239
+ function _e(i) {
240
240
  let t, l, n = i[5] && F(i);
241
241
  return {
242
242
  c() {
@@ -246,7 +246,7 @@ function ce(i) {
246
246
  n && n.m(e, r), C(e, t, r), l = !0;
247
247
  },
248
248
  p(e, [r]) {
249
- e[5] ? n ? (n.p(e, r), r & 32 && d(n, 1)) : (n = F(e), n.c(), d(n, 1), n.m(t.parentNode, t)) : n && (D(), c(n, 1, 1, () => {
249
+ e[5] ? n ? (n.p(e, r), r & 32 && d(n, 1)) : (n = F(e), n.c(), d(n, 1), n.m(t.parentNode, t)) : n && (q(), _(n, 1, 1, () => {
250
250
  n = null;
251
251
  }), I());
252
252
  },
@@ -254,15 +254,15 @@ function ce(i) {
254
254
  l || (d(n), l = !0);
255
255
  },
256
256
  o(e) {
257
- c(n), l = !1;
257
+ _(n), l = !1;
258
258
  },
259
259
  d(e) {
260
- n && n.d(e), e && q(t);
260
+ n && n.d(e), e && D(t);
261
261
  }
262
262
  };
263
263
  }
264
264
  function ge(i, t, l) {
265
- let n, e, r, a, { tag: o } = t, { mediaData: m } = t, { inDelay: f = 0 } = t, { outDelay: b = 0 } = t, { duration: s = 0 } = t, { unfolded: _ = !0 } = t, { animation: g = !0 } = t, { mediaItemConfig: N } = t, { enableCarousel: k = !0 } = t, { autoplayConfig: v = { autoplay: !0, autoplayVideo: !1 } } = t, h = [], p, S = null;
265
+ let n, e, r, a, { tag: o } = t, { mediaData: m } = t, { inDelay: f = 0 } = t, { outDelay: b = 0 } = t, { duration: s = 0 } = t, { unfolded: c = !0 } = t, { animation: g = !0 } = t, { mediaItemConfig: N } = t, { enableCarousel: v = !0 } = t, { autoplayConfig: k = { autoplay: !0, autoplayVideo: !1 } } = t, h = [], p, S = null;
266
266
  const L = $("mediaStore");
267
267
  ee(() => {
268
268
  S = setInterval(
@@ -286,16 +286,16 @@ function ge(i, t, l) {
286
286
  n || L.set({ currentMediaElement: null });
287
287
  };
288
288
  return i.$$set = (u) => {
289
- "tag" in u && l(0, o = u.tag), "mediaData" in u && l(1, m = u.mediaData), "inDelay" in u && l(2, f = u.inDelay), "outDelay" in u && l(3, b = u.outDelay), "duration" in u && l(4, s = u.duration), "unfolded" in u && l(5, _ = u.unfolded), "animation" in u && l(6, g = u.animation), "mediaItemConfig" in u && l(7, N = u.mediaItemConfig), "enableCarousel" in u && l(14, k = u.enableCarousel), "autoplayConfig" in u && l(15, v = u.autoplayConfig);
289
+ "tag" in u && l(0, o = u.tag), "mediaData" in u && l(1, m = u.mediaData), "inDelay" in u && l(2, f = u.inDelay), "outDelay" in u && l(3, b = u.outDelay), "duration" in u && l(4, s = u.duration), "unfolded" in u && l(5, c = u.unfolded), "animation" in u && l(6, g = u.animation), "mediaItemConfig" in u && l(7, N = u.mediaItemConfig), "enableCarousel" in u && l(14, v = u.enableCarousel), "autoplayConfig" in u && l(15, k = u.autoplayConfig);
290
290
  }, i.$$.update = () => {
291
- i.$$.dirty & 256 && l(9, n = h.every((u) => u.paused)), i.$$.dirty & 16386 && l(12, e = k && (m == null ? void 0 : m.length) > 1), i.$$.dirty & 2 && l(10, r = m), i.$$.dirty & 34304 && (a = r.length > 1 && v.autoplay && n);
291
+ i.$$.dirty & 256 && l(9, n = h.every((u) => u.paused)), i.$$.dirty & 16386 && l(12, e = v && (m == null ? void 0 : m.length) > 1), i.$$.dirty & 2 && l(10, r = m), i.$$.dirty & 34304 && (a = r.length > 1 && k.autoplay && n);
292
292
  }, [
293
293
  o,
294
294
  m,
295
295
  f,
296
296
  b,
297
297
  s,
298
- _,
298
+ c,
299
299
  g,
300
300
  N,
301
301
  h,
@@ -304,8 +304,8 @@ function ge(i, t, l) {
304
304
  p,
305
305
  e,
306
306
  L,
307
- k,
308
307
  v,
308
+ k,
309
309
  R,
310
310
  U,
311
311
  W
@@ -317,7 +317,7 @@ class Ye extends X {
317
317
  this,
318
318
  t,
319
319
  ge,
320
- ce,
320
+ _e,
321
321
  Z,
322
322
  {
323
323
  tag: 0,