@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.
- package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
- package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
- package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
- package/dist/PanoTagPlugin/index.d.ts +1 -1
- package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
- package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
- package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/dist/index.cjs.js +51 -51
- package/dist/index.js +7181 -6289
- package/dist/index.umd.js +43 -43
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +16 -16
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoTagPluginController.html +196 -164
- package/docs/classes/Util.BetterTween.html +8 -8
- package/docs/classes/Util.FivePointSelector.html +12 -12
- package/docs/classes/Util.Interval.html +12 -12
- package/docs/classes/Util.Magnifier.html +17 -17
- package/docs/classes/Util.PointDomHelper.html +11 -11
- package/docs/classes/Util.PointHelper.html +11 -11
- package/docs/classes/Util.Rectangle.html +13 -13
- package/docs/enums/CameraMovementEffect.html +7 -7
- package/docs/enums/ContentType.html +75 -35
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +19 -15
- package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
- package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/PaintBrushTypeEnum.html +8 -8
- package/docs/enums/PointType.html +19 -15
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +35 -13
- package/docs/functions/CameraMovementPlugin.html +35 -13
- package/docs/functions/CruisePlugin.html +35 -13
- package/docs/functions/GuideLinePlugin.html +36 -14
- package/docs/functions/ItemLabelPlugin.html +35 -13
- package/docs/functions/MapviewFloorplanPlugin.html +35 -13
- package/docs/functions/ModelChassisCompassPlugin.html +35 -13
- package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
- package/docs/functions/ModelFloorplanPlugin.html +35 -13
- package/docs/functions/ModelItemLabelPlugin.html +35 -13
- package/docs/functions/ModelRoomLabelPlugin.html +35 -13
- package/docs/functions/ModelTVVideoPlugin.html +35 -13
- package/docs/functions/ModelViewPlugin.html +35 -13
- package/docs/functions/Object3DHelperPlugin.html +35 -13
- package/docs/functions/PanoCompassPlugin.html +35 -13
- package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
- package/docs/functions/PanoDoorLabelPlugin.html +35 -13
- package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
- package/docs/functions/PanoMeasurePlugin.html +35 -13
- package/docs/functions/PanoRulerPlugin.html +35 -13
- package/docs/functions/PanoRulerProPlugin.html +35 -13
- package/docs/functions/PanoSpatialTagPlugin.html +35 -13
- package/docs/functions/PanoTagPlugin.html +41 -23
- package/docs/functions/TopviewFloorplanPlugin.html +35 -13
- package/docs/functions/Util.getCoordsFromClient.html +5 -5
- package/docs/functions/Util.getCoordsFromElement.html +5 -5
- package/docs/functions/Util.getFrameTime.html +5 -5
- package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
- package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
- package/docs/functions/Util.isNil.html +5 -5
- package/docs/functions/Util.nextFrame.html +5 -5
- package/docs/functions/Util.notNil.html +5 -5
- package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
- package/docs/functions/Util.tweenProgress.html +5 -5
- package/docs/functions/pluginFlag.html +36 -14
- package/docs/index.html +35 -13
- package/docs/interfaces/AddTagConfig.html +64 -0
- package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
- package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
- package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
- package/docs/interfaces/EventMap.html +298 -0
- package/docs/interfaces/FloorplanBounding.html +8 -8
- package/docs/interfaces/FloorplanData.html +10 -10
- package/docs/interfaces/FloorplanEntrance.html +11 -11
- package/docs/interfaces/FloorplanExtraObject.html +10 -10
- package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
- package/docs/interfaces/FloorplanFloorData.html +9 -9
- package/docs/interfaces/FloorplanImagePosition.html +7 -7
- package/docs/interfaces/FloorplanObserver.html +9 -9
- package/docs/interfaces/FloorplanOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanPosition.html +7 -7
- package/docs/interfaces/FloorplanRoomItem.html +13 -13
- package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
- package/docs/interfaces/FloorplanServerBounding.html +8 -8
- package/docs/interfaces/FloorplanServerComputedData.html +10 -10
- package/docs/interfaces/FloorplanServerData.html +7 -7
- package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
- package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
- package/docs/interfaces/FloorplanServerEntrance.html +11 -11
- package/docs/interfaces/FloorplanServerFloorData.html +9 -9
- package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
- package/docs/interfaces/FloorplanServerObserver.html +9 -9
- package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
- package/docs/interfaces/FloorplanServerPosition.html +7 -7
- package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
- package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/LineJson.html +7 -7
- package/docs/interfaces/MinMax.html +71 -0
- package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
- package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
- package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
- package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
- package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
- package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
- package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
- package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
- package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
- package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
- package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
- package/docs/interfaces/ModelViewPluginExportType.html +57 -9
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/OpenParameter.html +7 -7
- package/docs/interfaces/PaintBrushAction.html +12 -12
- package/docs/interfaces/PaintBrushConfigs.html +12 -12
- package/docs/interfaces/PaintBrushState.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
- package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +36 -14
- package/docs/interfaces/PanoMeasureParameterType.html +11 -11
- package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
- package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
- package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
- package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
- package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
- package/docs/interfaces/PanoRulerProPluginState.html +8 -8
- package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +36 -14
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
- package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
- package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
- package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
- package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
- package/docs/interfaces/Point.html +8 -8
- package/docs/interfaces/PointJson.html +8 -8
- package/docs/interfaces/Room.html +9 -9
- package/docs/interfaces/RoomInfo.html +7 -7
- package/docs/interfaces/RoomLabel.html +14 -14
- package/docs/interfaces/RoomRules.html +36 -14
- package/docs/interfaces/Rooms.html +36 -14
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +89 -0
- package/docs/interfaces/TagCache.html +92 -0
- package/docs/interfaces/TagConfig.html +15 -19
- package/docs/interfaces/TagIconUrl.html +91 -0
- package/docs/interfaces/Tags.html +14 -12
- package/docs/interfaces/TemporaryState.html +64 -0
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +65 -21
- package/docs/types/ArrayPosition.html +37 -15
- package/docs/types/CSS3DRenderExportType.html +36 -14
- package/docs/types/CSS3DRenderPluginExportType.html +36 -14
- package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
- package/docs/types/Color.html +36 -14
- package/docs/types/ContentTypeConfigKey.html +37 -15
- package/docs/types/ContentTypeMap.html +247 -0
- package/docs/types/Create3DDomContainerReturnType.html +36 -14
- package/docs/types/Create3DElementReturnType.html +36 -14
- package/docs/types/CruisePluginExportType.html +36 -14
- package/docs/types/Direction-1.html +36 -14
- package/docs/types/Direction4.html +36 -14
- package/docs/types/FloorplanRuleLabels.html +36 -14
- package/docs/types/FloorplanServerRuleLabels.html +36 -14
- package/docs/types/GuideLinePluginExportType.html +36 -14
- package/docs/types/HelperEventMap.html +36 -14
- package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
- package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
- package/docs/types/MediaData.html +36 -14
- package/docs/types/MediaStore.html +247 -0
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
- package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
- package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
- package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
- package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
- package/docs/types/MoveArgs.html +36 -14
- package/docs/types/MoveOpts.html +36 -14
- package/docs/types/Object3DHelperEventMap.html +36 -14
- package/docs/types/ObjectFit.html +36 -14
- package/docs/types/PaintBrushEventMap.html +36 -14
- package/docs/types/PanoCompassPluginData.html +36 -14
- package/docs/types/PanoCompassPluginExportType.html +36 -14
- package/docs/types/PanoCompassPluginParameterType.html +36 -14
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
- package/docs/types/PanoIndex.html +247 -0
- package/docs/types/PanoMeasurePluginEvent.html +36 -14
- package/docs/types/PanoMeasureReturnType.html +36 -14
- package/docs/types/PanoSpatialTagPluginId.html +36 -14
- package/docs/types/PanoTagPluginExportInterface.html +36 -14
- package/docs/types/PanoTagPluginParamsInterface.html +36 -14
- package/docs/types/PlaneTag.html +39 -19
- package/docs/types/PlaneTagElement.html +252 -0
- package/docs/types/Point2DElement.html +252 -0
- package/docs/types/Point2DTag.html +254 -0
- package/docs/types/Point3DElement.html +252 -0
- package/docs/types/Point3DTag.html +254 -0
- package/docs/types/PointTag.html +39 -23
- package/docs/types/PointTagElement.html +252 -0
- package/docs/types/Position.html +36 -14
- package/docs/types/RotateArgs.html +36 -14
- package/docs/types/RotateOpts.html +36 -14
- package/docs/types/RuleLabelsKey.html +36 -14
- package/docs/types/RuleLabelsValue.html +36 -14
- package/docs/types/StickType.html +247 -0
- package/docs/types/Tag.html +40 -22
- package/docs/types/Tag2D.html +41 -20
- package/docs/types/Tag3D.html +41 -20
- package/docs/types/TagContentType.html +247 -0
- package/docs/types/TagDimensionType.html +247 -0
- package/docs/types/TagElement.html +254 -0
- package/docs/types/TagEvents.html +282 -0
- package/docs/types/TagHooks.html +247 -0
- package/docs/types/TagIconSize.html +250 -0
- package/docs/types/TagId.html +36 -14
- package/docs/types/TagPointType.html +250 -0
- package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
- package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
- package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
- package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
- package/docs/variables/PLUGIN.html +36 -14
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
- package/docs/variables/ROOM_TYPE_MAP.html +36 -14
- package/docs/variables/VERSION.html +36 -14
- package/docs/variables/itemLabelPluginServerParams.html +36 -14
- package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
- package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
- package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
- package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
- package/libs/ModelViewPlugin/Plugin.js +83 -73
- package/libs/Object3DHelperPlugin/Controller.js +36 -34
- package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
- package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
- package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
- package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
- package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
- package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +94 -59
- package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
- package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
- package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
- package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
- package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
- package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
- package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
- package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
- package/libs/PanoTagPlugin/controller/index.js +128 -133
- package/libs/PanoTagPlugin/index.d.ts +1 -1
- package/libs/PanoTagPlugin/index.js +31 -20
- package/libs/PanoTagPlugin/tag.config.js +23 -16
- package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
- package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
- package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
- package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
- package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
- package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/color.js +17 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
- package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
- package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
- package/libs/PanoTagPlugin/utils/tag/format.js +17 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
- package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
- package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
- package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
- package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
- package/libs/index.js +112 -101
- package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
- package/libs/vendor/svelte/internal/index.js +381 -341
- package/package.json +3 -3
- package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/docs/enums/LinkType.html +0 -67
- package/docs/interfaces/ContentTypeMap.html +0 -212
- package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
- package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
- package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
- package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
- package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
- package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
- package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
- package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
- package/libs/PanoTagPlugin/typings/tag.js +0 -7
|
@@ -1,119 +1,121 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var Q = (a, n, i) => new Promise((e, t) => {
|
|
2
|
+
var l = (o) => {
|
|
3
3
|
try {
|
|
4
|
-
u(i.next(
|
|
4
|
+
u(i.next(o));
|
|
5
5
|
} catch (m) {
|
|
6
6
|
t(m);
|
|
7
7
|
}
|
|
8
|
-
},
|
|
8
|
+
}, r = (o) => {
|
|
9
9
|
try {
|
|
10
|
-
u(i.throw(
|
|
10
|
+
u(i.throw(o));
|
|
11
11
|
} catch (m) {
|
|
12
12
|
t(m);
|
|
13
13
|
}
|
|
14
|
-
}, u = (
|
|
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
|
|
18
|
-
import { fly as
|
|
19
|
-
import { Swiper_1 as
|
|
20
|
-
import { Swiper_slide as
|
|
21
|
-
import { Autoplay as
|
|
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
|
|
26
|
-
import { MediaItem as
|
|
27
|
-
import { notNil as
|
|
28
|
-
function
|
|
29
|
-
|
|
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
|
|
31
|
+
function Y(a, n, i) {
|
|
32
32
|
const e = a.slice();
|
|
33
|
-
return e[
|
|
33
|
+
return e[25] = n[i], e;
|
|
34
34
|
}
|
|
35
|
-
function
|
|
36
|
-
let n, i, e, t,
|
|
37
|
-
const u = [
|
|
38
|
-
function m(
|
|
39
|
-
return
|
|
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 =
|
|
41
|
+
return i = m(a), e = o[i] = u[i](a), {
|
|
42
42
|
c() {
|
|
43
|
-
n =
|
|
43
|
+
n = fe("div"), e.c(), ue(n, "class", "media svelte-ai0lv9"), U(n, "unfolded", a[5]);
|
|
44
44
|
},
|
|
45
|
-
m(
|
|
46
|
-
w(
|
|
45
|
+
m(d, h) {
|
|
46
|
+
w(d, n, h), o[i].m(n, null), r = !0;
|
|
47
47
|
},
|
|
48
|
-
p(
|
|
49
|
-
a =
|
|
48
|
+
p(d, h) {
|
|
49
|
+
a = d;
|
|
50
50
|
let b = i;
|
|
51
|
-
i = m(a), i === b ?
|
|
52
|
-
|
|
53
|
-
}),
|
|
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(
|
|
56
|
-
|
|
57
|
-
|
|
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[
|
|
60
|
-
delay: a[
|
|
61
|
-
easing:
|
|
59
|
+
duration: a[4],
|
|
60
|
+
delay: a[2],
|
|
61
|
+
easing: W
|
|
62
62
|
} : void 0), t.start();
|
|
63
|
-
}),
|
|
63
|
+
}), r = !0);
|
|
64
64
|
},
|
|
65
|
-
o(
|
|
66
|
-
g(e), t && t.invalidate(),
|
|
65
|
+
o(d) {
|
|
66
|
+
g(e), t && t.invalidate(), d && (l = ce(n, X, a[6] ? {
|
|
67
67
|
y: 4,
|
|
68
|
-
duration: a[
|
|
69
|
-
delay: a[
|
|
70
|
-
easing:
|
|
71
|
-
} : void 0)),
|
|
68
|
+
duration: a[4],
|
|
69
|
+
delay: a[3],
|
|
70
|
+
easing: W
|
|
71
|
+
} : void 0)), r = !1;
|
|
72
72
|
},
|
|
73
|
-
d(
|
|
74
|
-
|
|
73
|
+
d(d) {
|
|
74
|
+
d && B(n), o[i].d(), d && l && l.end();
|
|
75
75
|
}
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function Ie(a) {
|
|
79
79
|
let n, i;
|
|
80
|
-
return n = new
|
|
80
|
+
return n = new ee({
|
|
81
81
|
props: {
|
|
82
|
-
media: a[
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
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
|
-
|
|
91
|
+
N(n.$$.fragment);
|
|
90
92
|
},
|
|
91
93
|
m(e, t) {
|
|
92
|
-
|
|
94
|
+
C(n, e, t), i = !0;
|
|
93
95
|
},
|
|
94
96
|
p(e, t) {
|
|
95
|
-
const
|
|
96
|
-
t &
|
|
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 || (
|
|
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
|
-
|
|
107
|
+
E(n, e);
|
|
106
108
|
}
|
|
107
109
|
};
|
|
108
110
|
}
|
|
109
|
-
function
|
|
111
|
+
function ke(a) {
|
|
110
112
|
let n, i;
|
|
111
|
-
return n = new
|
|
113
|
+
return n = new _e({
|
|
112
114
|
props: {
|
|
113
115
|
style: "height: 100%",
|
|
114
|
-
modules: [
|
|
116
|
+
modules: [he],
|
|
115
117
|
spaceBetween: 30,
|
|
116
|
-
autoplay: a[
|
|
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[
|
|
127
|
+
}), n.$on("init", a[23]), n.$on("slideChange", a[24]), {
|
|
126
128
|
c() {
|
|
127
|
-
|
|
129
|
+
N(n.$$.fragment);
|
|
128
130
|
},
|
|
129
131
|
m(e, t) {
|
|
130
|
-
|
|
132
|
+
C(n, e, t), i = !0;
|
|
131
133
|
},
|
|
132
134
|
p(e, t) {
|
|
133
|
-
const
|
|
134
|
-
t &
|
|
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 &
|
|
140
|
+
}) : !1), t & 268445569 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
|
|
139
141
|
},
|
|
140
142
|
i(e) {
|
|
141
|
-
i || (
|
|
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
|
-
|
|
149
|
+
E(n, e);
|
|
148
150
|
}
|
|
149
151
|
};
|
|
150
152
|
}
|
|
151
|
-
function
|
|
153
|
+
function Se(a) {
|
|
152
154
|
let n, i, e;
|
|
153
|
-
return n = new
|
|
155
|
+
return n = new ee({
|
|
154
156
|
props: {
|
|
155
|
-
media: a[
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
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
|
-
|
|
166
|
+
N(n.$$.fragment), i = ye();
|
|
163
167
|
},
|
|
164
|
-
m(t,
|
|
165
|
-
|
|
168
|
+
m(t, l) {
|
|
169
|
+
C(n, t, l), w(t, i, l), e = !0;
|
|
166
170
|
},
|
|
167
|
-
p(t,
|
|
168
|
-
const
|
|
169
|
-
|
|
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 || (
|
|
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
|
-
|
|
182
|
+
E(n, t), t && B(i);
|
|
179
183
|
}
|
|
180
184
|
};
|
|
181
185
|
}
|
|
182
|
-
function
|
|
186
|
+
function x(a) {
|
|
183
187
|
let n, i;
|
|
184
|
-
return n = new
|
|
188
|
+
return n = new a[17]({
|
|
185
189
|
props: {
|
|
186
|
-
$$slots: { default: [
|
|
190
|
+
$$slots: { default: [Se] },
|
|
187
191
|
$$scope: { ctx: a }
|
|
188
192
|
}
|
|
189
193
|
}), {
|
|
190
194
|
c() {
|
|
191
|
-
|
|
195
|
+
N(n.$$.fragment);
|
|
192
196
|
},
|
|
193
197
|
m(e, t) {
|
|
194
|
-
|
|
198
|
+
C(n, e, t), i = !0;
|
|
195
199
|
},
|
|
196
200
|
p(e, t) {
|
|
197
|
-
const
|
|
198
|
-
t &
|
|
201
|
+
const l = {};
|
|
202
|
+
t & 268445569 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
|
|
199
203
|
},
|
|
200
204
|
i(e) {
|
|
201
|
-
i || (
|
|
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
|
-
|
|
211
|
+
E(n, e);
|
|
208
212
|
}
|
|
209
213
|
};
|
|
210
214
|
}
|
|
211
215
|
function ve(a) {
|
|
212
|
-
let n, i, e = a[
|
|
213
|
-
for (let
|
|
214
|
-
t[
|
|
215
|
-
const
|
|
216
|
-
t[
|
|
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].
|
|
227
|
-
|
|
228
|
-
},
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
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 (
|
|
238
|
-
o
|
|
239
|
-
|
|
241
|
+
for (F(), o = e.length; o < t.length; o += 1)
|
|
242
|
+
l(o);
|
|
243
|
+
V();
|
|
240
244
|
}
|
|
241
245
|
},
|
|
242
|
-
i(
|
|
246
|
+
i(r) {
|
|
243
247
|
if (!i) {
|
|
244
248
|
for (let u = 0; u < e.length; u += 1)
|
|
245
|
-
|
|
249
|
+
y(t[u]);
|
|
246
250
|
i = !0;
|
|
247
251
|
}
|
|
248
252
|
},
|
|
249
|
-
o(
|
|
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(
|
|
256
|
-
|
|
259
|
+
d(r) {
|
|
260
|
+
me(t, r), r && B(n);
|
|
257
261
|
}
|
|
258
262
|
};
|
|
259
263
|
}
|
|
260
|
-
function
|
|
261
|
-
let n, i, e = 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 =
|
|
268
|
+
e && e.c(), n = $();
|
|
265
269
|
},
|
|
266
|
-
m(t,
|
|
267
|
-
e && e.m(t,
|
|
270
|
+
m(t, l) {
|
|
271
|
+
e && e.m(t, l), w(t, n, l), i = !0;
|
|
268
272
|
},
|
|
269
|
-
p(t, [
|
|
270
|
-
t[
|
|
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
|
-
}),
|
|
276
|
+
}), V());
|
|
273
277
|
},
|
|
274
278
|
i(t) {
|
|
275
|
-
i || (
|
|
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 &&
|
|
285
|
+
e && e.d(t), t && B(n);
|
|
282
286
|
}
|
|
283
287
|
};
|
|
284
288
|
}
|
|
285
|
-
function
|
|
286
|
-
let e, t,
|
|
287
|
-
const
|
|
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
|
|
290
|
-
!e || !p || (
|
|
295
|
+
function P(f) {
|
|
296
|
+
!e || !p || (S.set({ currentMediaElement: this }), v.emit("playStateChange", {
|
|
291
297
|
event: f,
|
|
292
298
|
state: "playing",
|
|
293
|
-
tag:
|
|
299
|
+
tag: u,
|
|
294
300
|
mediaInstance: this
|
|
295
301
|
}), p.autoplay.stop());
|
|
296
302
|
}
|
|
297
|
-
function
|
|
298
|
-
!e || !p || (
|
|
303
|
+
function D(f) {
|
|
304
|
+
!e || !p || (v.emit("playStateChange", {
|
|
299
305
|
event: f,
|
|
300
306
|
state: "paused",
|
|
301
|
-
tag:
|
|
307
|
+
tag: u,
|
|
302
308
|
mediaInstance: this
|
|
303
309
|
}), p.autoplay.running || p.autoplay.start());
|
|
304
310
|
}
|
|
305
|
-
let
|
|
306
|
-
const
|
|
307
|
-
i(
|
|
308
|
-
},
|
|
309
|
-
var
|
|
310
|
-
if (!
|
|
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
|
|
313
|
-
if (!
|
|
318
|
+
const _ = f.detail[0];
|
|
319
|
+
if (!_)
|
|
314
320
|
return;
|
|
315
|
-
const
|
|
316
|
-
if (
|
|
321
|
+
const I = _.realIndex;
|
|
322
|
+
if (I === j)
|
|
317
323
|
return;
|
|
318
|
-
i(
|
|
319
|
-
const
|
|
320
|
-
if (!
|
|
324
|
+
i(14, j = I);
|
|
325
|
+
const H = t[I];
|
|
326
|
+
if (!H || H.type !== "Video")
|
|
321
327
|
return;
|
|
322
|
-
|
|
323
|
-
const
|
|
324
|
-
if (
|
|
325
|
-
|
|
326
|
-
const c = (
|
|
327
|
-
|
|
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(
|
|
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 &
|
|
334
|
-
const
|
|
335
|
-
|
|
336
|
-
|
|
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
|
-
|
|
354
|
+
o,
|
|
342
355
|
m,
|
|
343
|
-
|
|
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
|
-
|
|
367
|
+
j,
|
|
353
368
|
e,
|
|
354
|
-
o,
|
|
355
|
-
B,
|
|
356
|
-
N,
|
|
357
369
|
l,
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
370
|
+
r,
|
|
371
|
+
S,
|
|
372
|
+
v,
|
|
373
|
+
P,
|
|
374
|
+
D,
|
|
375
|
+
L,
|
|
376
|
+
te,
|
|
377
|
+
ne
|
|
361
378
|
];
|
|
362
379
|
}
|
|
363
|
-
class
|
|
380
|
+
class Te extends ae {
|
|
364
381
|
constructor(n) {
|
|
365
|
-
super(),
|
|
382
|
+
super(), le(
|
|
366
383
|
this,
|
|
367
384
|
n,
|
|
385
|
+
Be,
|
|
368
386
|
we,
|
|
369
|
-
|
|
370
|
-
ie,
|
|
387
|
+
oe,
|
|
371
388
|
{
|
|
372
|
-
tag:
|
|
373
|
-
mediaData:
|
|
374
|
-
inDelay:
|
|
375
|
-
outDelay:
|
|
376
|
-
duration:
|
|
377
|
-
unfolded:
|
|
378
|
-
animation:
|
|
379
|
-
playButtonIfNeed:
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
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
|
-
|
|
403
|
+
be
|
|
386
404
|
);
|
|
387
405
|
}
|
|
388
406
|
}
|
|
389
407
|
export {
|
|
390
|
-
|
|
408
|
+
Te as Media
|
|
391
409
|
};
|