@realsee/dnalogel 2.3.4 → 2.3.5-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  2. package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
  3. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  4. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  6. package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
  7. package/dist/PanoTagPlugin/index.d.ts +1 -1
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
  9. package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
  10. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  11. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  12. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  13. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  14. package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
  15. package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  16. package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  17. package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  18. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  19. package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  20. package/dist/index.cjs.js +51 -51
  21. package/dist/index.js +7181 -6289
  22. package/dist/index.umd.js +43 -43
  23. package/docs/assets/search.js +1 -1
  24. package/docs/classes/CSS3DRender.html +31 -31
  25. package/docs/classes/CruisePluginController.html +24 -24
  26. package/docs/classes/Magnifier.html +16 -16
  27. package/docs/classes/ModelRoomLabelController.html +11 -11
  28. package/docs/classes/Object3DHelperController.html +24 -24
  29. package/docs/classes/PaintBrush.html +15 -15
  30. package/docs/classes/PanoTagPluginController.html +196 -164
  31. package/docs/classes/Util.BetterTween.html +8 -8
  32. package/docs/classes/Util.FivePointSelector.html +12 -12
  33. package/docs/classes/Util.Interval.html +12 -12
  34. package/docs/classes/Util.Magnifier.html +17 -17
  35. package/docs/classes/Util.PointDomHelper.html +11 -11
  36. package/docs/classes/Util.PointHelper.html +11 -11
  37. package/docs/classes/Util.Rectangle.html +13 -13
  38. package/docs/enums/CameraMovementEffect.html +7 -7
  39. package/docs/enums/ContentType.html +75 -35
  40. package/docs/enums/DIRECTION.html +9 -9
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  42. package/docs/enums/DimensionType.html +19 -15
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/PointType.html +19 -15
  47. package/docs/enums/Rotation.html +8 -8
  48. package/docs/functions/CSS3DRenderPlugin.html +35 -13
  49. package/docs/functions/CameraMovementPlugin.html +35 -13
  50. package/docs/functions/CruisePlugin.html +35 -13
  51. package/docs/functions/GuideLinePlugin.html +36 -14
  52. package/docs/functions/ItemLabelPlugin.html +35 -13
  53. package/docs/functions/MapviewFloorplanPlugin.html +35 -13
  54. package/docs/functions/ModelChassisCompassPlugin.html +35 -13
  55. package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
  56. package/docs/functions/ModelFloorplanPlugin.html +35 -13
  57. package/docs/functions/ModelItemLabelPlugin.html +35 -13
  58. package/docs/functions/ModelRoomLabelPlugin.html +35 -13
  59. package/docs/functions/ModelTVVideoPlugin.html +35 -13
  60. package/docs/functions/ModelViewPlugin.html +35 -13
  61. package/docs/functions/Object3DHelperPlugin.html +35 -13
  62. package/docs/functions/PanoCompassPlugin.html +35 -13
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
  64. package/docs/functions/PanoDoorLabelPlugin.html +35 -13
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
  66. package/docs/functions/PanoMeasurePlugin.html +35 -13
  67. package/docs/functions/PanoRulerPlugin.html +35 -13
  68. package/docs/functions/PanoRulerProPlugin.html +35 -13
  69. package/docs/functions/PanoSpatialTagPlugin.html +35 -13
  70. package/docs/functions/PanoTagPlugin.html +41 -23
  71. package/docs/functions/TopviewFloorplanPlugin.html +35 -13
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +36 -14
  83. package/docs/index.html +35 -13
  84. package/docs/interfaces/AddTagConfig.html +64 -0
  85. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  86. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  87. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  88. package/docs/interfaces/EventMap.html +298 -0
  89. package/docs/interfaces/FloorplanBounding.html +8 -8
  90. package/docs/interfaces/FloorplanData.html +10 -10
  91. package/docs/interfaces/FloorplanEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  93. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  94. package/docs/interfaces/FloorplanFloorData.html +9 -9
  95. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  96. package/docs/interfaces/FloorplanObserver.html +9 -9
  97. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  98. package/docs/interfaces/FloorplanPosition.html +7 -7
  99. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  100. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  101. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  102. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  103. package/docs/interfaces/FloorplanServerData.html +7 -7
  104. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  105. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  106. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  107. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  108. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  110. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  113. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  114. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  115. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  116. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  117. package/docs/interfaces/LineJson.html +7 -7
  118. package/docs/interfaces/MinMax.html +71 -0
  119. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  120. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  121. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  122. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  123. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  124. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  126. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  127. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  128. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  129. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  130. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  131. package/docs/interfaces/ModelViewPluginExportType.html +57 -9
  132. package/docs/interfaces/Object3DHelperState.html +8 -8
  133. package/docs/interfaces/OpenParameter.html +7 -7
  134. package/docs/interfaces/PaintBrushAction.html +12 -12
  135. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  136. package/docs/interfaces/PaintBrushState.html +10 -10
  137. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +36 -14
  139. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  140. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  141. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  143. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  144. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  145. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  146. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  147. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +36 -14
  148. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
  149. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  150. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  151. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  152. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  153. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  154. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  155. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  156. package/docs/interfaces/Point.html +8 -8
  157. package/docs/interfaces/PointJson.html +8 -8
  158. package/docs/interfaces/Room.html +9 -9
  159. package/docs/interfaces/RoomInfo.html +7 -7
  160. package/docs/interfaces/RoomLabel.html +14 -14
  161. package/docs/interfaces/RoomRules.html +36 -14
  162. package/docs/interfaces/Rooms.html +36 -14
  163. package/docs/interfaces/Scissor.html +9 -9
  164. package/docs/interfaces/State.html +89 -0
  165. package/docs/interfaces/TagCache.html +92 -0
  166. package/docs/interfaces/TagConfig.html +15 -19
  167. package/docs/interfaces/TagIconUrl.html +91 -0
  168. package/docs/interfaces/Tags.html +14 -12
  169. package/docs/interfaces/TemporaryState.html +64 -0
  170. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  171. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  172. package/docs/modules/Util.html +5 -5
  173. package/docs/modules.html +65 -21
  174. package/docs/types/ArrayPosition.html +37 -15
  175. package/docs/types/CSS3DRenderExportType.html +36 -14
  176. package/docs/types/CSS3DRenderPluginExportType.html +36 -14
  177. package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
  178. package/docs/types/Color.html +36 -14
  179. package/docs/types/ContentTypeConfigKey.html +37 -15
  180. package/docs/types/ContentTypeMap.html +247 -0
  181. package/docs/types/Create3DDomContainerReturnType.html +36 -14
  182. package/docs/types/Create3DElementReturnType.html +36 -14
  183. package/docs/types/CruisePluginExportType.html +36 -14
  184. package/docs/types/Direction-1.html +36 -14
  185. package/docs/types/Direction4.html +36 -14
  186. package/docs/types/FloorplanRuleLabels.html +36 -14
  187. package/docs/types/FloorplanServerRuleLabels.html +36 -14
  188. package/docs/types/GuideLinePluginExportType.html +36 -14
  189. package/docs/types/HelperEventMap.html +36 -14
  190. package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
  191. package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
  192. package/docs/types/MediaData.html +36 -14
  193. package/docs/types/MediaStore.html +247 -0
  194. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
  195. package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
  196. package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
  197. package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
  198. package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
  199. package/docs/types/MoveArgs.html +36 -14
  200. package/docs/types/MoveOpts.html +36 -14
  201. package/docs/types/Object3DHelperEventMap.html +36 -14
  202. package/docs/types/ObjectFit.html +36 -14
  203. package/docs/types/PaintBrushEventMap.html +36 -14
  204. package/docs/types/PanoCompassPluginData.html +36 -14
  205. package/docs/types/PanoCompassPluginExportType.html +36 -14
  206. package/docs/types/PanoCompassPluginParameterType.html +36 -14
  207. package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
  208. package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
  209. package/docs/types/PanoIndex.html +247 -0
  210. package/docs/types/PanoMeasurePluginEvent.html +36 -14
  211. package/docs/types/PanoMeasureReturnType.html +36 -14
  212. package/docs/types/PanoSpatialTagPluginId.html +36 -14
  213. package/docs/types/PanoTagPluginExportInterface.html +36 -14
  214. package/docs/types/PanoTagPluginParamsInterface.html +36 -14
  215. package/docs/types/PlaneTag.html +39 -19
  216. package/docs/types/PlaneTagElement.html +252 -0
  217. package/docs/types/Point2DElement.html +252 -0
  218. package/docs/types/Point2DTag.html +254 -0
  219. package/docs/types/Point3DElement.html +252 -0
  220. package/docs/types/Point3DTag.html +254 -0
  221. package/docs/types/PointTag.html +39 -23
  222. package/docs/types/PointTagElement.html +252 -0
  223. package/docs/types/Position.html +36 -14
  224. package/docs/types/RotateArgs.html +36 -14
  225. package/docs/types/RotateOpts.html +36 -14
  226. package/docs/types/RuleLabelsKey.html +36 -14
  227. package/docs/types/RuleLabelsValue.html +36 -14
  228. package/docs/types/StickType.html +247 -0
  229. package/docs/types/Tag.html +40 -22
  230. package/docs/types/Tag2D.html +41 -20
  231. package/docs/types/Tag3D.html +41 -20
  232. package/docs/types/TagContentType.html +247 -0
  233. package/docs/types/TagDimensionType.html +247 -0
  234. package/docs/types/TagElement.html +254 -0
  235. package/docs/types/TagEvents.html +282 -0
  236. package/docs/types/TagHooks.html +247 -0
  237. package/docs/types/TagIconSize.html +250 -0
  238. package/docs/types/TagId.html +36 -14
  239. package/docs/types/TagPointType.html +250 -0
  240. package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
  241. package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
  242. package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
  243. package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
  244. package/docs/variables/PLUGIN.html +36 -14
  245. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
  246. package/docs/variables/ROOM_TYPE_MAP.html +36 -14
  247. package/docs/variables/VERSION.html +36 -14
  248. package/docs/variables/itemLabelPluginServerParams.html +36 -14
  249. package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
  250. package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
  251. package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  252. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
  253. package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
  254. package/libs/ModelViewPlugin/Plugin.js +83 -73
  255. package/libs/Object3DHelperPlugin/Controller.js +36 -34
  256. package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  257. package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
  258. package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
  259. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
  260. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
  261. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
  262. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +94 -59
  263. package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
  264. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
  265. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
  266. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
  267. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
  268. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
  269. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
  270. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
  271. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
  272. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
  273. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
  274. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
  275. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
  276. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
  277. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
  278. package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
  279. package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
  280. package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
  281. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  282. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  283. package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
  284. package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
  285. package/libs/PanoTagPlugin/controller/index.js +128 -133
  286. package/libs/PanoTagPlugin/index.d.ts +1 -1
  287. package/libs/PanoTagPlugin/index.js +31 -20
  288. package/libs/PanoTagPlugin/tag.config.js +23 -16
  289. package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
  290. package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
  291. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  292. package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
  293. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  294. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
  295. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  296. package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
  297. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  298. package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
  299. package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
  300. package/libs/PanoTagPlugin/utils/color.js +17 -0
  301. package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  302. package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
  303. package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  304. package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
  305. package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  306. package/libs/PanoTagPlugin/utils/tag/format.js +17 -0
  307. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  308. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
  309. package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
  310. package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  311. package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
  312. package/libs/index.js +112 -101
  313. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
  314. package/libs/vendor/svelte/internal/index.js +381 -341
  315. package/package.json +3 -3
  316. package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
  317. package/docs/enums/LinkType.html +0 -67
  318. package/docs/interfaces/ContentTypeMap.html +0 -212
  319. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
  320. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
  321. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
  322. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
  323. package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
  324. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
  325. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
  326. package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
  327. package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
  328. package/libs/PanoTagPlugin/typings/tag.js +0 -7
@@ -1,119 +1,121 @@
1
- var z = (a, n, i) => new Promise((e, t) => {
2
- var o = (r) => {
1
+ var Q = (a, n, i) => new Promise((e, t) => {
2
+ var l = (o) => {
3
3
  try {
4
- u(i.next(r));
4
+ u(i.next(o));
5
5
  } catch (m) {
6
6
  t(m);
7
7
  }
8
- }, l = (r) => {
8
+ }, r = (o) => {
9
9
  try {
10
- u(i.throw(r));
10
+ u(i.throw(o));
11
11
  } catch (m) {
12
12
  t(m);
13
13
  }
14
- }, u = (r) => r.done ? e(r.value) : Promise.resolve(r.value).then(o, l);
14
+ }, u = (o) => o.done ? e(o.value) : Promise.resolve(o.value).then(l, r);
15
15
  u((i = i.apply(a, n)).next());
16
16
  });
17
- import { SvelteComponent as te, init as ne, safe_not_equal as ie, append_styles as ae, empty as Z, insert as w, transition_in as _, group_outros as D, transition_out as g, check_outros as j, detach as I, getContext as G, element as le, attr as oe, toggle_class as J, add_render_callback as re, create_in_transition as fe, identity as K, create_out_transition as ue, create_component as C, mount_component as L, destroy_component as P, destroy_each as se, space as ce } from "../../../vendor/svelte/internal/index.js";
18
- import { fly as Q } from "../../../vendor/svelte/transition/index.js";
19
- import { Swiper_1 as de } from "../../../vendor/swiper/svelte/swiper.js";
20
- import { Swiper_slide as me } from "../../../vendor/swiper/svelte/swiper-slide.js";
21
- import { Autoplay as _e } from "swiper";
17
+ import { SvelteComponent as ae, init as le, safe_not_equal as oe, append_styles as re, empty as $, insert as w, transition_in as y, group_outros as F, transition_out as g, check_outros as V, detach as B, getContext as R, element as fe, attr as ue, toggle_class as U, add_render_callback as se, create_in_transition as de, identity as W, create_out_transition as ce, create_component as N, mount_component as C, destroy_component as E, destroy_each as me, space as ye } from "../../../vendor/svelte/internal/index.js";
18
+ import { fly as X } from "../../../vendor/svelte/transition/index.js";
19
+ import { Swiper_1 as _e } from "../../../vendor/swiper/svelte/swiper.js";
20
+ import { Swiper_slide as ge } from "../../../vendor/swiper/svelte/swiper-slide.js";
21
+ import { Autoplay as he } from "swiper";
22
22
  import "swiper/css";
23
23
  import "swiper/css/autoplay";
24
24
  import "three";
25
- import { noTypecheck as R } from "../../utils/noTypecheck.js";
26
- import { MediaItem as x } from "./MediaItem.js";
27
- import { notNil as ye } from "../../../shared-utils/isNil.js";
28
- function ge(a) {
29
- ae(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
25
+ import { noTypecheck as z } from "../../utils/noTypecheck.js";
26
+ import { MediaItem as ee } from "./MediaItem.js";
27
+ import { notNil as pe } from "../../../shared-utils/isNil.js";
28
+ function be(a) {
29
+ re(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
30
30
  }
31
- function W(a, n, i) {
31
+ function Y(a, n, i) {
32
32
  const e = a.slice();
33
- return e[23] = n[i], e;
33
+ return e[25] = n[i], e;
34
34
  }
35
- function X(a) {
36
- let n, i, e, t, o, l;
37
- const u = [pe, he], r = [];
38
- function m(s, h) {
39
- return s[13] ? 0 : 1;
35
+ function Z(a) {
36
+ let n, i, e, t, l, r;
37
+ const u = [ke, Ie], o = [];
38
+ function m(d, h) {
39
+ return d[15] ? 0 : 1;
40
40
  }
41
- return i = m(a), e = r[i] = u[i](a), {
41
+ return i = m(a), e = o[i] = u[i](a), {
42
42
  c() {
43
- n = le("div"), e.c(), oe(n, "class", "media svelte-ai0lv9"), J(n, "unfolded", a[4]);
43
+ n = fe("div"), e.c(), ue(n, "class", "media svelte-ai0lv9"), U(n, "unfolded", a[5]);
44
44
  },
45
- m(s, h) {
46
- w(s, n, h), r[i].m(n, null), l = !0;
45
+ m(d, h) {
46
+ w(d, n, h), o[i].m(n, null), r = !0;
47
47
  },
48
- p(s, h) {
49
- a = s;
48
+ p(d, h) {
49
+ a = d;
50
50
  let b = i;
51
- i = m(a), i === b ? r[i].p(a, h) : (D(), g(r[b], 1, 1, () => {
52
- r[b] = null;
53
- }), j(), e = r[i], e ? e.p(a, h) : (e = r[i] = u[i](a), e.c()), _(e, 1), e.m(n, null)), (!l || h & 16) && J(n, "unfolded", a[4]);
51
+ i = m(a), i === b ? o[i].p(a, h) : (F(), g(o[b], 1, 1, () => {
52
+ o[b] = null;
53
+ }), V(), e = o[i], e ? e.p(a, h) : (e = o[i] = u[i](a), e.c()), y(e, 1), e.m(n, null)), (!r || h & 32) && U(n, "unfolded", a[5]);
54
54
  },
55
- i(s) {
56
- l || (_(e), s && re(() => {
57
- o && o.end(1), t = fe(n, Q, a[5] ? {
55
+ i(d) {
56
+ r || (y(e), d && se(() => {
57
+ l && l.end(1), t = de(n, X, a[6] ? {
58
58
  y: 4,
59
- duration: a[3],
60
- delay: a[1],
61
- easing: K
59
+ duration: a[4],
60
+ delay: a[2],
61
+ easing: W
62
62
  } : void 0), t.start();
63
- }), l = !0);
63
+ }), r = !0);
64
64
  },
65
- o(s) {
66
- g(e), t && t.invalidate(), s && (o = ue(n, Q, a[5] ? {
65
+ o(d) {
66
+ g(e), t && t.invalidate(), d && (l = ce(n, X, a[6] ? {
67
67
  y: 4,
68
- duration: a[3],
69
- delay: a[2],
70
- easing: K
71
- } : void 0)), l = !1;
68
+ duration: a[4],
69
+ delay: a[3],
70
+ easing: W
71
+ } : void 0)), r = !1;
72
72
  },
73
- d(s) {
74
- s && I(n), r[i].d(), s && o && o.end();
73
+ d(d) {
74
+ d && B(n), o[i].d(), d && l && l.end();
75
75
  }
76
76
  };
77
77
  }
78
- function he(a) {
78
+ function Ie(a) {
79
79
  let n, i;
80
- return n = new x({
80
+ return n = new ee({
81
81
  props: {
82
- media: a[0][0],
83
- objectFit: a[8],
84
- playButtonIfNeed: a[6],
85
- canPlay: a[7]
82
+ media: a[1][0],
83
+ tag: a[0],
84
+ objectFit: a[10],
85
+ playButtonIfNeed: a[7],
86
+ playButtonSizeIfNeed: a[8],
87
+ canPlay: a[9]
86
88
  }
87
89
  }), {
88
90
  c() {
89
- C(n.$$.fragment);
91
+ N(n.$$.fragment);
90
92
  },
91
93
  m(e, t) {
92
- L(n, e, t), i = !0;
94
+ C(n, e, t), i = !0;
93
95
  },
94
96
  p(e, t) {
95
- const o = {};
96
- t & 1 && (o.media = e[0][0]), t & 256 && (o.objectFit = e[8]), t & 64 && (o.playButtonIfNeed = e[6]), t & 128 && (o.canPlay = e[7]), n.$set(o);
97
+ const l = {};
98
+ t & 2 && (l.media = e[1][0]), t & 1 && (l.tag = e[0]), t & 1024 && (l.objectFit = e[10]), t & 128 && (l.playButtonIfNeed = e[7]), t & 256 && (l.playButtonSizeIfNeed = e[8]), t & 512 && (l.canPlay = e[9]), n.$set(l);
97
99
  },
98
100
  i(e) {
99
- i || (_(n.$$.fragment, e), i = !0);
101
+ i || (y(n.$$.fragment, e), i = !0);
100
102
  },
101
103
  o(e) {
102
104
  g(n.$$.fragment, e), i = !1;
103
105
  },
104
106
  d(e) {
105
- P(n, e);
107
+ E(n, e);
106
108
  }
107
109
  };
108
110
  }
109
- function pe(a) {
111
+ function ke(a) {
110
112
  let n, i;
111
- return n = new de({
113
+ return n = new _e({
112
114
  props: {
113
115
  style: "height: 100%",
114
- modules: [_e],
116
+ modules: [he],
115
117
  spaceBetween: 30,
116
- autoplay: a[14] ? R({
118
+ autoplay: a[16] ? z({
117
119
  delay: 4e3,
118
120
  stopOnLastSlide: !1,
119
121
  disableOnInteraction: !1
@@ -122,270 +124,286 @@ function pe(a) {
122
124
  $$slots: { default: [ve] },
123
125
  $$scope: { ctx: a }
124
126
  }
125
- }), n.$on("init", a[19]), n.$on("slideChange", a[20]), {
127
+ }), n.$on("init", a[23]), n.$on("slideChange", a[24]), {
126
128
  c() {
127
- C(n.$$.fragment);
129
+ N(n.$$.fragment);
128
130
  },
129
131
  m(e, t) {
130
- L(n, e, t), i = !0;
132
+ C(n, e, t), i = !0;
131
133
  },
132
134
  p(e, t) {
133
- const o = {};
134
- t & 16384 && (o.autoplay = e[14] ? R({
135
+ const l = {};
136
+ t & 65536 && (l.autoplay = e[16] ? z({
135
137
  delay: 4e3,
136
138
  stopOnLastSlide: !1,
137
139
  disableOnInteraction: !1
138
- }) : !1), t & 67111360 && (o.$$scope = { dirty: t, ctx: e }), n.$set(o);
140
+ }) : !1), t & 268445569 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
139
141
  },
140
142
  i(e) {
141
- i || (_(n.$$.fragment, e), i = !0);
143
+ i || (y(n.$$.fragment, e), i = !0);
142
144
  },
143
145
  o(e) {
144
146
  g(n.$$.fragment, e), i = !1;
145
147
  },
146
148
  d(e) {
147
- P(n, e);
149
+ E(n, e);
148
150
  }
149
151
  };
150
152
  }
151
- function be(a) {
153
+ function Se(a) {
152
154
  let n, i, e;
153
- return n = new x({
155
+ return n = new ee({
154
156
  props: {
155
- media: a[23],
156
- objectFit: a[8],
157
- playButtonIfNeed: a[6],
158
- canPlay: a[7]
157
+ media: a[25],
158
+ tag: a[0],
159
+ objectFit: a[10],
160
+ playButtonIfNeed: a[7],
161
+ playButtonSizeIfNeed: a[8],
162
+ canPlay: a[9]
159
163
  }
160
164
  }), {
161
165
  c() {
162
- C(n.$$.fragment), i = ce();
166
+ N(n.$$.fragment), i = ye();
163
167
  },
164
- m(t, o) {
165
- L(n, t, o), w(t, i, o), e = !0;
168
+ m(t, l) {
169
+ C(n, t, l), w(t, i, l), e = !0;
166
170
  },
167
- p(t, o) {
168
- const l = {};
169
- o & 2048 && (l.media = t[23]), o & 256 && (l.objectFit = t[8]), o & 64 && (l.playButtonIfNeed = t[6]), o & 128 && (l.canPlay = t[7]), n.$set(l);
171
+ p(t, l) {
172
+ const r = {};
173
+ l & 8192 && (r.media = t[25]), l & 1 && (r.tag = t[0]), l & 1024 && (r.objectFit = t[10]), l & 128 && (r.playButtonIfNeed = t[7]), l & 256 && (r.playButtonSizeIfNeed = t[8]), l & 512 && (r.canPlay = t[9]), n.$set(r);
170
174
  },
171
175
  i(t) {
172
- e || (_(n.$$.fragment, t), e = !0);
176
+ e || (y(n.$$.fragment, t), e = !0);
173
177
  },
174
178
  o(t) {
175
179
  g(n.$$.fragment, t), e = !1;
176
180
  },
177
181
  d(t) {
178
- P(n, t), t && I(i);
182
+ E(n, t), t && B(i);
179
183
  }
180
184
  };
181
185
  }
182
- function Y(a) {
186
+ function x(a) {
183
187
  let n, i;
184
- return n = new me({
188
+ return n = new a[17]({
185
189
  props: {
186
- $$slots: { default: [be] },
190
+ $$slots: { default: [Se] },
187
191
  $$scope: { ctx: a }
188
192
  }
189
193
  }), {
190
194
  c() {
191
- C(n.$$.fragment);
195
+ N(n.$$.fragment);
192
196
  },
193
197
  m(e, t) {
194
- L(n, e, t), i = !0;
198
+ C(n, e, t), i = !0;
195
199
  },
196
200
  p(e, t) {
197
- const o = {};
198
- t & 67111360 && (o.$$scope = { dirty: t, ctx: e }), n.$set(o);
201
+ const l = {};
202
+ t & 268445569 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
199
203
  },
200
204
  i(e) {
201
- i || (_(n.$$.fragment, e), i = !0);
205
+ i || (y(n.$$.fragment, e), i = !0);
202
206
  },
203
207
  o(e) {
204
208
  g(n.$$.fragment, e), i = !1;
205
209
  },
206
210
  d(e) {
207
- P(n, e);
211
+ E(n, e);
208
212
  }
209
213
  };
210
214
  }
211
215
  function ve(a) {
212
- let n, i, e = a[11], t = [];
213
- for (let l = 0; l < e.length; l += 1)
214
- t[l] = Y(W(a, e, l));
215
- const o = (l) => g(t[l], 1, 1, () => {
216
- t[l] = null;
216
+ let n, i, e = a[13], t = [];
217
+ for (let r = 0; r < e.length; r += 1)
218
+ t[r] = x(Y(a, e, r));
219
+ const l = (r) => g(t[r], 1, 1, () => {
220
+ t[r] = null;
217
221
  });
218
222
  return {
219
223
  c() {
220
- for (let l = 0; l < t.length; l += 1)
221
- t[l].c();
222
- n = Z();
223
- },
224
- m(l, u) {
225
224
  for (let r = 0; r < t.length; r += 1)
226
- t[r].m(l, u);
227
- w(l, n, u), i = !0;
228
- },
229
- p(l, u) {
230
- if (u & 2496) {
231
- e = l[11];
232
- let r;
233
- for (r = 0; r < e.length; r += 1) {
234
- const m = W(l, e, r);
235
- t[r] ? (t[r].p(m, u), _(t[r], 1)) : (t[r] = Y(m), t[r].c(), _(t[r], 1), t[r].m(n.parentNode, n));
225
+ t[r].c();
226
+ n = $();
227
+ },
228
+ m(r, u) {
229
+ for (let o = 0; o < t.length; o += 1)
230
+ t[o].m(r, u);
231
+ w(r, n, u), i = !0;
232
+ },
233
+ p(r, u) {
234
+ if (u & 10113) {
235
+ e = r[13];
236
+ let o;
237
+ for (o = 0; o < e.length; o += 1) {
238
+ const m = Y(r, e, o);
239
+ t[o] ? (t[o].p(m, u), y(t[o], 1)) : (t[o] = x(m), t[o].c(), y(t[o], 1), t[o].m(n.parentNode, n));
236
240
  }
237
- for (D(), r = e.length; r < t.length; r += 1)
238
- o(r);
239
- j();
241
+ for (F(), o = e.length; o < t.length; o += 1)
242
+ l(o);
243
+ V();
240
244
  }
241
245
  },
242
- i(l) {
246
+ i(r) {
243
247
  if (!i) {
244
248
  for (let u = 0; u < e.length; u += 1)
245
- _(t[u]);
249
+ y(t[u]);
246
250
  i = !0;
247
251
  }
248
252
  },
249
- o(l) {
253
+ o(r) {
250
254
  t = t.filter(Boolean);
251
255
  for (let u = 0; u < t.length; u += 1)
252
256
  g(t[u]);
253
257
  i = !1;
254
258
  },
255
- d(l) {
256
- se(t, l), l && I(n);
259
+ d(r) {
260
+ me(t, r), r && B(n);
257
261
  }
258
262
  };
259
263
  }
260
- function ke(a) {
261
- let n, i, e = a[4] && X(a);
264
+ function we(a) {
265
+ let n, i, e = a[5] && Z(a);
262
266
  return {
263
267
  c() {
264
- e && e.c(), n = Z();
268
+ e && e.c(), n = $();
265
269
  },
266
- m(t, o) {
267
- e && e.m(t, o), w(t, n, o), i = !0;
270
+ m(t, l) {
271
+ e && e.m(t, l), w(t, n, l), i = !0;
268
272
  },
269
- p(t, [o]) {
270
- t[4] ? e ? (e.p(t, o), o & 16 && _(e, 1)) : (e = X(t), e.c(), _(e, 1), e.m(n.parentNode, n)) : e && (D(), g(e, 1, 1, () => {
273
+ p(t, [l]) {
274
+ t[5] ? e ? (e.p(t, l), l & 32 && y(e, 1)) : (e = Z(t), e.c(), y(e, 1), e.m(n.parentNode, n)) : e && (F(), g(e, 1, 1, () => {
271
275
  e = null;
272
- }), j());
276
+ }), V());
273
277
  },
274
278
  i(t) {
275
- i || (_(e), i = !0);
279
+ i || (y(e), i = !0);
276
280
  },
277
281
  o(t) {
278
282
  g(e), i = !1;
279
283
  },
280
284
  d(t) {
281
- e && e.d(t), t && I(n);
285
+ e && e.d(t), t && B(n);
282
286
  }
283
287
  };
284
288
  }
285
- function we(a, n, i) {
286
- let e, t, o, { tag: l } = n, { mediaData: u } = n, { inDelay: r = 0 } = n, { outDelay: m = 0 } = n, { duration: s = 0 } = n, { unfolded: h = !0 } = n, { animation: b = !0 } = n, { playButtonIfNeed: F = "small" } = n, { canPlay: V = !0 } = n, { objectFit: q = "cover" } = n, { enableCarousel: E = !0 } = n, { autoplayConfig: k = { autoplay: !0, autoplayVideo: !1 } } = n;
287
- const O = G("mediaStore"), M = G("hooks");
289
+ function Be(a, n, i) {
290
+ let e, t, l;
291
+ const r = z(ge);
292
+ let { tag: u } = n, { mediaData: o } = n, { inDelay: m = 0 } = n, { outDelay: d = 0 } = n, { duration: h = 0 } = n, { unfolded: b = !0 } = n, { animation: q = !0 } = n, { playButtonIfNeed: M = "withoutText" } = n, { playButtonSizeIfNeed: O = "small" } = n, { canPlay: T = !0 } = n, { objectFit: A = "cover" } = n, { enableCarousel: L = !0 } = n, { autoplayConfig: k = { autoplay: !0, autoplayVideo: !1 } } = n;
293
+ const S = R("mediaStore"), v = R("hooks");
288
294
  let p;
289
- function B(f) {
290
- !e || !p || (O.set({ currentMediaUrl: this.src }), M.emit("playStateChange", {
295
+ function P(f) {
296
+ !e || !p || (S.set({ currentMediaElement: this }), v.emit("playStateChange", {
291
297
  event: f,
292
298
  state: "playing",
293
- tag: l,
299
+ tag: u,
294
300
  mediaInstance: this
295
301
  }), p.autoplay.stop());
296
302
  }
297
- function N(f) {
298
- !e || !p || (M.emit("playStateChange", {
303
+ function D(f) {
304
+ !e || !p || (v.emit("playStateChange", {
299
305
  event: f,
300
306
  state: "paused",
301
- tag: l,
307
+ tag: u,
302
308
  mediaInstance: this
303
309
  }), p.autoplay.running || p.autoplay.start());
304
310
  }
305
- let S = null;
306
- const $ = (f) => {
307
- i(10, p = f.detail[0]);
308
- }, ee = (f) => z(this, null, function* () {
309
- var H, T, U;
310
- if (!o || !k.autoplayVideo)
311
+ let j = null;
312
+ const te = (f) => {
313
+ i(12, p = f.detail[0]);
314
+ }, ne = (f) => Q(this, null, function* () {
315
+ var G, J, K;
316
+ if (!l || !k.autoplayVideo)
311
317
  return;
312
- const y = f.detail[0];
313
- if (!y)
318
+ const _ = f.detail[0];
319
+ if (!_)
314
320
  return;
315
- const v = y.realIndex;
316
- if (v === S)
321
+ const I = _.realIndex;
322
+ if (I === j)
317
323
  return;
318
- i(12, S = v);
319
- const A = t[v];
320
- if (!A || A.type !== "Video")
324
+ i(14, j = I);
325
+ const H = t[I];
326
+ if (!H || H.type !== "Video")
321
327
  return;
322
- y.autoplay.stop(), y.slides.map((c) => c.querySelector("video")).filter(ye).forEach((c) => c.pause());
323
- const d = (H = y.slides[y.activeIndex]) == null ? void 0 : H.querySelector("video");
324
- if (d && (d.removeEventListener("play", B), d.removeEventListener("pause", N), d.addEventListener("play", B), d.addEventListener("pause", N)), d) {
325
- d.addEventListener("click", () => d.pause());
326
- const c = (U = (T = d.parentElement) == null ? void 0 : T.getElementsByClassName("video-play-button-container")) == null ? void 0 : U[0];
327
- d.addEventListener("play", () => c == null ? void 0 : c.classList.remove("showPlayButton")), d.addEventListener("pause", () => c == null ? void 0 : c.classList.add("showPlayButton")), c && (d.paused ? c.classList.add("showPlayButton") : c.classList.remove("showPlayButton"), c.addEventListener("click", () => d.play()));
328
+ _.autoplay.stop(), _.slides.map((c) => c.querySelector("video")).filter(pe).forEach((c) => c.pause());
329
+ const s = (G = _.slides[_.activeIndex]) == null ? void 0 : G.querySelector("video");
330
+ if (s && (s.removeEventListener("play", P), s.removeEventListener("pause", D), s.addEventListener("play", P), s.addEventListener("pause", D)), s) {
331
+ s.addEventListener("click", () => s.pause());
332
+ const c = (K = (J = s.parentElement) == null ? void 0 : J.getElementsByClassName("video-play-button-container")) == null ? void 0 : K[0];
333
+ s.addEventListener("play", () => c == null ? void 0 : c.classList.remove("showPlayButton")), s.addEventListener("pause", () => c == null ? void 0 : c.classList.add("showPlayButton")), c && (s.paused ? c.classList.add("showPlayButton") : c.classList.remove("showPlayButton"), c.addEventListener("click", (ie) => {
334
+ s.muted = !1, s.play(), S.set({ currentMediaElement: s }), v.emit("playStateChange", {
335
+ event: ie,
336
+ state: "playing",
337
+ tag: u,
338
+ mediaInstance: s
339
+ });
340
+ }));
328
341
  }
329
342
  });
330
343
  return a.$$set = (f) => {
331
- "tag" in f && i(17, l = f.tag), "mediaData" in f && i(0, u = f.mediaData), "inDelay" in f && i(1, r = f.inDelay), "outDelay" in f && i(2, m = f.outDelay), "duration" in f && i(3, s = f.duration), "unfolded" in f && i(4, h = f.unfolded), "animation" in f && i(5, b = f.animation), "playButtonIfNeed" in f && i(6, F = f.playButtonIfNeed), "canPlay" in f && i(7, V = f.canPlay), "objectFit" in f && i(8, q = f.objectFit), "enableCarousel" in f && i(18, E = f.enableCarousel), "autoplayConfig" in f && i(9, k = f.autoplayConfig);
344
+ "tag" in f && i(0, u = f.tag), "mediaData" in f && i(1, o = f.mediaData), "inDelay" in f && i(2, m = f.inDelay), "outDelay" in f && i(3, d = f.outDelay), "duration" in f && i(4, h = f.duration), "unfolded" in f && i(5, b = f.unfolded), "animation" in f && i(6, q = f.animation), "playButtonIfNeed" in f && i(7, M = f.playButtonIfNeed), "playButtonSizeIfNeed" in f && i(8, O = f.playButtonSizeIfNeed), "canPlay" in f && i(9, T = f.canPlay), "objectFit" in f && i(10, A = f.objectFit), "enableCarousel" in f && i(22, L = f.enableCarousel), "autoplayConfig" in f && i(11, k = f.autoplayConfig);
332
345
  }, a.$$.update = () => {
333
- a.$$.dirty & 262145 && i(13, e = E && (u == null ? void 0 : u.length) > 1), a.$$.dirty & 1 && i(11, t = u), a.$$.dirty & 2560 && i(14, o = t.length > 1 && k.autoplay), a.$$.dirty & 1024 && p && p.slides.forEach((f) => {
334
- const y = f.querySelector("video");
335
- y && O.subscribe(({ currentMediaUrl: v }) => {
336
- v !== y.src && y.pause();
346
+ a.$$.dirty & 4194306 && i(15, e = L && (o == null ? void 0 : o.length) > 1), a.$$.dirty & 2 && i(13, t = o), a.$$.dirty & 10240 && i(16, l = t.length > 1 && k.autoplay), a.$$.dirty & 4096 && p && p.slides.forEach((f) => {
347
+ const _ = f.querySelector("video");
348
+ _ && S.subscribe(({ currentMediaElement: I }) => {
349
+ I !== _ && _.pause();
337
350
  });
338
351
  });
339
352
  }, [
340
353
  u,
341
- r,
354
+ o,
342
355
  m,
343
- s,
356
+ d,
344
357
  h,
345
358
  b,
346
- F,
347
- V,
348
359
  q,
360
+ M,
361
+ O,
362
+ T,
363
+ A,
349
364
  k,
350
365
  p,
351
366
  t,
352
- S,
367
+ j,
353
368
  e,
354
- o,
355
- B,
356
- N,
357
369
  l,
358
- E,
359
- $,
360
- ee
370
+ r,
371
+ S,
372
+ v,
373
+ P,
374
+ D,
375
+ L,
376
+ te,
377
+ ne
361
378
  ];
362
379
  }
363
- class Oe extends te {
380
+ class Te extends ae {
364
381
  constructor(n) {
365
- super(), ne(
382
+ super(), le(
366
383
  this,
367
384
  n,
385
+ Be,
368
386
  we,
369
- ke,
370
- ie,
387
+ oe,
371
388
  {
372
- tag: 17,
373
- mediaData: 0,
374
- inDelay: 1,
375
- outDelay: 2,
376
- duration: 3,
377
- unfolded: 4,
378
- animation: 5,
379
- playButtonIfNeed: 6,
380
- canPlay: 7,
381
- objectFit: 8,
382
- enableCarousel: 18,
383
- autoplayConfig: 9
389
+ tag: 0,
390
+ mediaData: 1,
391
+ inDelay: 2,
392
+ outDelay: 3,
393
+ duration: 4,
394
+ unfolded: 5,
395
+ animation: 6,
396
+ playButtonIfNeed: 7,
397
+ playButtonSizeIfNeed: 8,
398
+ canPlay: 9,
399
+ objectFit: 10,
400
+ enableCarousel: 22,
401
+ autoplayConfig: 11
384
402
  },
385
- ge
403
+ be
386
404
  );
387
405
  }
388
406
  }
389
407
  export {
390
- Oe as Media
408
+ Te as Media
391
409
  };