@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.
- package/dist/CSS3DRenderPlugin/Controller.d.ts +1 -0
- package/dist/PanoTagPlugin/controller/index.d.ts +0 -2
- package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +2 -7
- package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +11 -0
- package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +8 -10
- package/dist/PanoTagPlugin/utils/px2rem.d.ts +3 -1
- package/dist/base/BasePlugin.d.ts +4 -0
- package/dist/index.cjs.js +57 -57
- package/dist/index.js +4157 -3912
- package/dist/index.umd.js +50 -50
- package/docs/assets/search.js +1 -1
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +35 -25
- package/docs/classes/Magnifier.html +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +39 -29
- package/docs/classes/PaintBrush.html +15 -15
- package/docs/classes/PanoMeasurePluginLine.html +23 -23
- package/docs/classes/PanoMeasurePluginModel.html +22 -22
- package/docs/classes/PanoMeasurePluginPoint.html +14 -14
- package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
- package/docs/classes/PanoTagPluginController.html +99 -143
- 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 +19 -19
- package/docs/enums/DIRECTION.html +9 -9
- package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
- package/docs/enums/DimensionType.html +7 -7
- 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 +7 -7
- package/docs/enums/Rotation.html +8 -8
- package/docs/functions/CSS3DRenderPlugin.html +5 -4
- package/docs/functions/CameraMovementPlugin.html +5 -4
- package/docs/functions/CruisePlugin.html +5 -4
- package/docs/functions/GuideLinePlugin.html +6 -5
- package/docs/functions/ItemLabelPlugin.html +5 -4
- package/docs/functions/MapviewFloorplanPlugin.html +5 -4
- package/docs/functions/ModelChassisCompassPlugin.html +5 -4
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -4
- package/docs/functions/ModelFloorplanPlugin.html +5 -4
- package/docs/functions/ModelItemLabelPlugin.html +5 -4
- package/docs/functions/ModelRoomLabelPlugin.html +5 -4
- package/docs/functions/ModelTVVideoPlugin.html +5 -4
- package/docs/functions/ModelViewPlugin.html +5 -4
- package/docs/functions/Object3DHelperPlugin.html +5 -4
- package/docs/functions/PanoCompassPlugin.html +5 -4
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -4
- package/docs/functions/PanoDoorLabelPlugin.html +5 -4
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -4
- package/docs/functions/PanoMeasurePlugin.html +5 -4
- package/docs/functions/PanoRulerPlugin.html +5 -4
- package/docs/functions/PanoRulerProPlugin.html +5 -4
- package/docs/functions/PanoSpatialTagPlugin.html +5 -4
- package/docs/functions/PanoTagPlugin.html +5 -4
- package/docs/functions/PanoVideoPlugin.html +5 -4
- package/docs/functions/TopviewFloorplanPlugin.html +5 -4
- 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 +6 -5
- package/docs/index.html +5 -4
- package/docs/interfaces/AddTagConfig.html +6 -6
- 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 +15 -15
- 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/HelperOffset.html +8 -8
- package/docs/interfaces/ItemLabelPluginData.html +6 -6
- package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
- package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
- package/docs/interfaces/MinMax.html +7 -7
- 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 +11 -11
- package/docs/interfaces/Object3DHelperState.html +8 -8
- package/docs/interfaces/ObjectHelperControllers.html +9 -9
- 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 +6 -5
- package/docs/interfaces/PanoMeasureParameterType.html +12 -12
- package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
- package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
- package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
- 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 +6 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +6 -5
- 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/PanoVideoPluginType.LoadParams.html +6 -6
- package/docs/interfaces/PanoVideoPluginType.PanoVideoItem.html +8 -8
- package/docs/interfaces/PanoVideoPluginType.PluginData.html +6 -6
- package/docs/interfaces/PanoVideoPluginType.PluginEventMap.html +9 -9
- package/docs/interfaces/PanoVideoPluginType.PluginState.html +6 -6
- package/docs/interfaces/PanoVideoPluginType.VideoItem.html +8 -8
- package/docs/interfaces/PanoVideoPluginType.VideoMeshParams.html +10 -10
- package/docs/interfaces/Point.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 +6 -5
- package/docs/interfaces/Rooms.html +6 -5
- package/docs/interfaces/Scissor.html +9 -9
- package/docs/interfaces/State.html +8 -8
- package/docs/interfaces/TagCache.html +12 -12
- package/docs/interfaces/TagConfig.html +10 -10
- package/docs/interfaces/TagIconUrl.html +28 -10
- package/docs/interfaces/TagStyle.html +67 -0
- package/docs/interfaces/Tags.html +10 -10
- package/docs/interfaces/TemporaryState.html +6 -6
- package/docs/interfaces/Util.MagnifierParameter.html +11 -11
- package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
- package/docs/modules/PanoVideoPluginType.html +5 -5
- package/docs/modules/Util.html +5 -5
- package/docs/modules.html +6 -4
- package/docs/types/ArrayPosition.html +6 -5
- package/docs/types/AudioAppearance.html +6 -5
- package/docs/types/AudioTagTypeConfigKey.html +6 -5
- package/docs/types/CSS3DRenderExportType.html +6 -5
- package/docs/types/CSS3DRenderPluginExportType.html +6 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +6 -5
- package/docs/types/ClassFunctionParameters.html +6 -5
- package/docs/types/Color.html +6 -5
- package/docs/types/ContentTypeConfigKey.html +6 -5
- package/docs/types/ContentTypeConfigKeySplit.html +6 -5
- package/docs/types/ContentTypeMap.html +6 -5
- package/docs/types/Create3DDomContainerReturnType.html +6 -5
- package/docs/types/Create3DElementReturnType.html +6 -5
- package/docs/types/CruisePluginExportType.html +6 -5
- package/docs/types/Direction-1.html +6 -5
- package/docs/types/Direction4.html +6 -5
- package/docs/types/FloorplanRuleLabels.html +6 -5
- package/docs/types/FloorplanServerRuleLabels.html +6 -5
- package/docs/types/GuideLinePluginExportType.html +6 -5
- package/docs/types/HelperEventMap.html +6 -5
- package/docs/types/LoadTagConfig.html +6 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +6 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +6 -5
- package/docs/types/MediaData.html +6 -5
- package/docs/types/MediaStore.html +6 -5
- package/docs/types/ModelElement.html +6 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +6 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +6 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +6 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +6 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +6 -5
- package/docs/types/MoveArgs.html +6 -5
- package/docs/types/MoveOpts.html +6 -5
- package/docs/types/Object3DHelperEventMap.html +6 -5
- package/docs/types/ObjectFit.html +6 -5
- package/docs/types/PaintBrushEventMap.html +6 -5
- package/docs/types/PanoCompassPluginData.html +6 -5
- package/docs/types/PanoCompassPluginExportType.html +6 -5
- package/docs/types/PanoCompassPluginParameterType.html +6 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +6 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +6 -5
- package/docs/types/PanoIndex.html +6 -5
- package/docs/types/PanoMeasurePluginEvent.html +6 -5
- package/docs/types/PanoMeasureReturnType.html +6 -5
- package/docs/types/PanoSpatialTagPluginId.html +6 -5
- package/docs/types/PanoTagPluginExportInterface.html +6 -5
- package/docs/types/PanoTagPluginParamsInterface.html +6 -5
- package/docs/types/PanoVideoPluginParameterType.html +6 -5
- package/docs/types/PanoVideoPluginReturnType.html +6 -5
- package/docs/types/PlaneTag.html +6 -5
- package/docs/types/PlaneTagElement.html +6 -5
- package/docs/types/Point2DElement.html +6 -5
- package/docs/types/Point2DTag.html +6 -5
- package/docs/types/Point3DElement.html +6 -5
- package/docs/types/Point3DTag.html +6 -5
- package/docs/types/PointTag.html +6 -5
- package/docs/types/PointTagElement.html +6 -5
- package/docs/types/Position.html +6 -5
- package/docs/types/RotateArgs.html +6 -5
- package/docs/types/RotateOpts.html +6 -5
- package/docs/types/RuleLabelsKey.html +6 -5
- package/docs/types/RuleLabelsValue.html +6 -5
- package/docs/types/StickType.html +6 -5
- package/docs/types/Tag.html +7 -6
- package/docs/types/Tag2D.html +6 -5
- package/docs/types/Tag3D.html +6 -5
- package/docs/types/TagContentType.html +6 -5
- package/docs/types/TagDimensionType.html +6 -5
- package/docs/types/TagElement.html +6 -5
- package/docs/types/TagEvents.html +6 -5
- package/docs/types/TagGLTFObject.html +6 -5
- package/docs/types/TagHooks.html +6 -5
- package/docs/types/TagIconSize.html +6 -5
- package/docs/types/TagId.html +6 -5
- package/docs/types/TagPointType.html +6 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +6 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +6 -5
- package/docs/types/WorkCode.html +6 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +6 -5
- package/docs/variables/PLUGIN.html +6 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +6 -5
- package/docs/variables/ROOM_TYPE_MAP.html +6 -5
- package/docs/variables/VERSION.html +6 -5
- package/docs/variables/itemLabelPluginServerParams.html +6 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +6 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +6 -5
- package/libs/CSS3DRenderPlugin/Controller.d.ts +1 -0
- package/libs/CSS3DRenderPlugin/Controller.js +24 -23
- package/libs/PanoTagPlugin/Components/Common/Audio.js +84 -83
- package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +261 -121
- package/libs/PanoTagPlugin/Components/Common/Media.js +28 -28
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +61 -61
- package/libs/PanoTagPlugin/Components/Common/TagPoint.js +79 -49
- package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +15 -13
- package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +2 -3
- package/libs/PanoTagPlugin/Components/Common/Text/MText.js +45 -45
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +72 -68
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +88 -85
- package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +60 -60
- package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +13 -13
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +48 -48
- package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +44 -55
- package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +114 -107
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +36 -25
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +50 -49
- package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +53 -50
- package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +49 -49
- package/libs/PanoTagPlugin/Components/Tag/index.js +164 -153
- package/libs/PanoTagPlugin/Components/TagContainer.js +2 -3
- package/libs/PanoTagPlugin/Components/TagItem.js +85 -77
- package/libs/PanoTagPlugin/controller/TagComputer.js +2 -3
- package/libs/PanoTagPlugin/controller/index.d.ts +0 -2
- package/libs/PanoTagPlugin/controller/index.js +48 -49
- package/libs/PanoTagPlugin/index.js +1 -1
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +4 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +6 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +93 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +5622 -0
- package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +1325 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +173 -0
- package/libs/PanoTagPlugin/mocks/v1/mock1.js +121 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +233 -0
- package/libs/PanoTagPlugin/mocks/v1/mock2.js +296 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock3.js +32 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +56 -0
- package/libs/PanoTagPlugin/mocks/v1/mock4.js +60 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +13 -0
- package/libs/PanoTagPlugin/mocks/v1/mock5.js +17 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +16 -0
- package/libs/PanoTagPlugin/mocks/v1/mock6.js +27 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +22 -0
- package/libs/PanoTagPlugin/mocks/v1/mock7.js +228 -0
- package/libs/PanoTagPlugin/tsconfig.js +9 -0
- package/libs/PanoTagPlugin/typings/controller.js +1 -1
- package/libs/PanoTagPlugin/typings/index.js +5 -6
- package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +2 -7
- package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +11 -0
- package/libs/PanoTagPlugin/utils/addDebugPoints.js +4 -5
- package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +8 -10
- package/libs/PanoTagPlugin/utils/getImageInfo.js +54 -36
- package/libs/PanoTagPlugin/utils/index.js +35 -36
- package/libs/PanoTagPlugin/utils/planeNormal.js +2 -3
- package/libs/PanoTagPlugin/utils/px2rem.d.ts +3 -1
- package/libs/PanoTagPlugin/utils/tagPosition.js +7 -8
- package/libs/base/BasePlugin.d.ts +4 -0
- package/libs/base/BasePlugin.js +3 -2
- package/libs/index.js +1 -1
- package/package.json +2 -2
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { SvelteComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
import { SvelteComponent as $, init as AA, safe_not_equal as eA, append_styles as tA, empty as iA, insert as F, transition_out as B, check_outros as N, transition_in as Q, detach as O, setContext as V, group_outros as z, element as Y, attr as C, noop as Z, toggle_class as v, set_style as I, append as K, listen as oA, stop_propagation as rA, create_component as _, mount_component as k, destroy_component as b } from "../../../vendor/svelte/internal/index.js";
|
|
2
|
+
import nA from "./TextTag/index.js";
|
|
3
|
+
import lA from "./ImageTextTag.js";
|
|
4
|
+
import aA from "./MarketingTag.js";
|
|
5
5
|
import "three";
|
|
6
|
-
import { noTypecheck as
|
|
7
|
-
import "
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import lA from "./CustomTag.js";
|
|
6
|
+
import { noTypecheck as u } from "../../utils/noTypecheck.js";
|
|
7
|
+
import { isMediaModelTag as fA } from "../../utils/tag/tagCheck.js";
|
|
8
|
+
import gA from "./AudioTag/index.js";
|
|
9
|
+
import sA from "./MediaPlane.js";
|
|
10
|
+
import mA from "./LinkTag.js";
|
|
11
|
+
import pA from "./CustomTag.js";
|
|
13
12
|
import "./TextTag/TextTag.js";
|
|
14
13
|
import "../Common/Line/Straight.js";
|
|
15
14
|
import "../../../vendor/svelte/transition/index.js";
|
|
@@ -87,322 +86,334 @@ import "../Common/Icon/audioIcon.js";
|
|
|
87
86
|
import "./AudioTag/AudioPlaneTag.js";
|
|
88
87
|
import "../Common/Icon/Icon.js";
|
|
89
88
|
import "../../utils/getImageInfo.js";
|
|
90
|
-
function
|
|
91
|
-
|
|
89
|
+
function uA(o) {
|
|
90
|
+
tA(o, "svelte-1r4fqvg", '@font-face{font-family:"TG-TYPE";font-style:normal;font-weight:400;src:local("TG-TYPE-Bold"), url(data:application/font-woff2;charset=utf-8;base64,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) format("woff2")}*{-webkit-tap-highlight-color:transparent}.content__container.svelte-1r4fqvg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%);font-family:PingFangSC, Segoe UI, Rototo, sans-serif}.content__container.withAnimation.svelte-1r4fqvg{transition:opacity 0.3s linear}.content__container.unClickable.svelte-1r4fqvg{pointer-events:none !important}.content__container.unClickable.svelte-1r4fqvg *{pointer-events:none !important}.content__wrapper.svelte-1r4fqvg{pointer-events:none;width:100%;height:100%}.content__container.hide.svelte-1r4fqvg{opacity:0;pointer-events:none}.content__container.hide.svelte-1r4fqvg *{pointer-events:none !important}.content__container.disable.svelte-1r4fqvg{display:none}.content.svelte-1r4fqvg{position:relative;width:100%;height:100%;font-size:0.75rem;color:#fff}.content.svelte-1r4fqvg:not(.unfolded){pointer-events:none}.content.svelte-1r4fqvg:not(.unfolded) *{pointer-events:none !important}.content.unfolded.svelte-1r4fqvg{pointer-events:auto}');
|
|
92
91
|
}
|
|
93
|
-
function
|
|
92
|
+
function cA(o) {
|
|
94
93
|
let A, t;
|
|
95
94
|
return {
|
|
96
95
|
c() {
|
|
97
|
-
A =
|
|
96
|
+
A = Y("div"), C(A, "data-info", "tag content is keep folded"), C(A, "data-id", t = o[1].id);
|
|
98
97
|
},
|
|
99
98
|
m(e, i) {
|
|
100
|
-
|
|
99
|
+
F(e, A, i);
|
|
101
100
|
},
|
|
102
101
|
p(e, i) {
|
|
103
|
-
i & 2 && t !== (t = e[1].id) &&
|
|
102
|
+
i & 2 && t !== (t = e[1].id) && C(A, "data-id", t);
|
|
104
103
|
},
|
|
105
|
-
i:
|
|
106
|
-
o:
|
|
104
|
+
i: Z,
|
|
105
|
+
o: Z,
|
|
107
106
|
d(e) {
|
|
108
|
-
e &&
|
|
107
|
+
e && O(A);
|
|
109
108
|
}
|
|
110
109
|
};
|
|
111
110
|
}
|
|
112
|
-
function
|
|
113
|
-
let A, t, e, i, r,
|
|
114
|
-
const
|
|
111
|
+
function dA(o) {
|
|
112
|
+
let A, t, e, i, r, f, m, l, p;
|
|
113
|
+
const d = [
|
|
114
|
+
kA,
|
|
115
|
+
_A,
|
|
116
|
+
CA,
|
|
117
|
+
wA,
|
|
118
|
+
vA,
|
|
115
119
|
QA,
|
|
116
|
-
BA
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
cA,
|
|
120
|
-
pA,
|
|
121
|
-
mA
|
|
122
|
-
], p = [];
|
|
123
|
-
function C(n, g) {
|
|
120
|
+
BA
|
|
121
|
+
], c = [];
|
|
122
|
+
function D(n, g) {
|
|
124
123
|
return n[1].element ? 0 : n[1].contentType === "Text" ? 1 : n[1].contentType === "ImageText" || n[1].contentType === "Image" || n[1].contentType === "Video" ? 2 : n[1].contentType === "Audio" ? 3 : n[1].contentType === "Marketing" ? 4 : n[1].contentType === "Link" || n[1].contentType === "VRLink" || n[1].contentType === "PanoLink" || n[1].contentType === "Sticker" ? 5 : n[1].contentType === "MediaPlane" || n[1].contentType === "MediaModel" ? 6 : -1;
|
|
125
124
|
}
|
|
126
|
-
return ~(i =
|
|
125
|
+
return ~(i = D(o)) && (r = c[i] = d[i](o)), {
|
|
127
126
|
c() {
|
|
128
127
|
var n;
|
|
129
|
-
A =
|
|
128
|
+
A = Y("div"), t = Y("div"), e = Y("div"), r && r.c(), C(e, "class", "content svelte-1r4fqvg"), v(e, "unfolded", (n = o[1].state) == null ? void 0 : n.unfolded), C(t, "class", "content__wrapper svelte-1r4fqvg"), C(A, "class", "content__container svelte-1r4fqvg"), C(A, "data-id", f = o[1].id), v(A, "disable", o[1].enabled === !1), v(A, "hide", o[4]), v(A, "withAnimation", o[0]), v(A, "unClickable", o[1].clickable === !1), I(A, "width", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0), I(A, "height", o[1].stickType === "Plane" || o[1].contentType === "MediaModel" ? "100%" : 0);
|
|
130
129
|
},
|
|
131
130
|
m(n, g) {
|
|
132
|
-
|
|
131
|
+
F(n, A, g), K(A, t), K(t, e), ~i && c[i].m(e, null), m = !0, l || (p = oA(A, "click", rA(o[24])), l = !0);
|
|
133
132
|
},
|
|
134
133
|
p(n, g) {
|
|
135
|
-
var
|
|
136
|
-
let
|
|
137
|
-
i =
|
|
138
|
-
|
|
139
|
-
}),
|
|
134
|
+
var E;
|
|
135
|
+
let w = i;
|
|
136
|
+
i = D(n), i === w ? ~i && c[i].p(n, g) : (r && (z(), B(c[w], 1, 1, () => {
|
|
137
|
+
c[w] = null;
|
|
138
|
+
}), N()), ~i ? (r = c[i], r ? r.p(n, g) : (r = c[i] = d[i](n), r.c()), Q(r, 1), r.m(e, null)) : r = null), (!m || g & 2) && v(e, "unfolded", (E = n[1].state) == null ? void 0 : E.unfolded), (!m || g & 2 && f !== (f = n[1].id)) && C(A, "data-id", f), (!m || g & 2) && v(A, "disable", n[1].enabled === !1), (!m || g & 16) && v(A, "hide", n[4]), (!m || g & 1) && v(A, "withAnimation", n[0]), (!m || g & 2) && v(A, "unClickable", n[1].clickable === !1), g & 2 && I(A, "width", n[1].stickType === "Plane" || n[1].contentType === "MediaModel" ? "100%" : 0), g & 2 && I(A, "height", n[1].stickType === "Plane" || n[1].contentType === "MediaModel" ? "100%" : 0);
|
|
140
139
|
},
|
|
141
140
|
i(n) {
|
|
142
|
-
m || (
|
|
141
|
+
m || (Q(r), m = !0);
|
|
143
142
|
},
|
|
144
143
|
o(n) {
|
|
145
|
-
|
|
144
|
+
B(r), m = !1;
|
|
146
145
|
},
|
|
147
146
|
d(n) {
|
|
148
|
-
n &&
|
|
147
|
+
n && O(A), ~i && c[i].d(), l = !1, p();
|
|
149
148
|
}
|
|
150
149
|
};
|
|
151
150
|
}
|
|
152
|
-
function
|
|
151
|
+
function BA(o) {
|
|
153
152
|
let A, t;
|
|
154
|
-
return A = new
|
|
155
|
-
props: { tag:
|
|
153
|
+
return A = new sA({
|
|
154
|
+
props: { tag: u(o[1]) }
|
|
156
155
|
}), {
|
|
157
156
|
c() {
|
|
158
|
-
|
|
157
|
+
_(A.$$.fragment);
|
|
159
158
|
},
|
|
160
159
|
m(e, i) {
|
|
161
|
-
|
|
160
|
+
k(A, e, i), t = !0;
|
|
162
161
|
},
|
|
163
162
|
p(e, i) {
|
|
164
163
|
const r = {};
|
|
165
|
-
i & 2 && (r.tag =
|
|
164
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
166
165
|
},
|
|
167
166
|
i(e) {
|
|
168
|
-
t || (
|
|
167
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
169
168
|
},
|
|
170
169
|
o(e) {
|
|
171
|
-
|
|
170
|
+
B(A.$$.fragment, e), t = !1;
|
|
172
171
|
},
|
|
173
172
|
d(e) {
|
|
174
|
-
|
|
173
|
+
b(A, e);
|
|
175
174
|
}
|
|
176
175
|
};
|
|
177
176
|
}
|
|
178
|
-
function
|
|
177
|
+
function QA(o) {
|
|
179
178
|
let A, t;
|
|
180
|
-
return A = new
|
|
181
|
-
props: { tag:
|
|
179
|
+
return A = new mA({
|
|
180
|
+
props: { tag: u(o[1]) }
|
|
182
181
|
}), {
|
|
183
182
|
c() {
|
|
184
|
-
|
|
183
|
+
_(A.$$.fragment);
|
|
185
184
|
},
|
|
186
185
|
m(e, i) {
|
|
187
|
-
|
|
186
|
+
k(A, e, i), t = !0;
|
|
188
187
|
},
|
|
189
188
|
p(e, i) {
|
|
190
189
|
const r = {};
|
|
191
|
-
i & 2 && (r.tag =
|
|
190
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
192
191
|
},
|
|
193
192
|
i(e) {
|
|
194
|
-
t || (
|
|
193
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
195
194
|
},
|
|
196
195
|
o(e) {
|
|
197
|
-
|
|
196
|
+
B(A.$$.fragment, e), t = !1;
|
|
198
197
|
},
|
|
199
198
|
d(e) {
|
|
200
|
-
|
|
199
|
+
b(A, e);
|
|
201
200
|
}
|
|
202
201
|
};
|
|
203
202
|
}
|
|
204
|
-
function
|
|
203
|
+
function vA(o) {
|
|
205
204
|
let A, t;
|
|
206
|
-
return A = new
|
|
207
|
-
props: { tag:
|
|
205
|
+
return A = new aA({
|
|
206
|
+
props: { tag: u(o[1]) }
|
|
208
207
|
}), {
|
|
209
208
|
c() {
|
|
210
|
-
|
|
209
|
+
_(A.$$.fragment);
|
|
211
210
|
},
|
|
212
211
|
m(e, i) {
|
|
213
|
-
|
|
212
|
+
k(A, e, i), t = !0;
|
|
214
213
|
},
|
|
215
214
|
p(e, i) {
|
|
216
215
|
const r = {};
|
|
217
|
-
i & 2 && (r.tag =
|
|
216
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
218
217
|
},
|
|
219
218
|
i(e) {
|
|
220
|
-
t || (
|
|
219
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
221
220
|
},
|
|
222
221
|
o(e) {
|
|
223
|
-
|
|
222
|
+
B(A.$$.fragment, e), t = !1;
|
|
224
223
|
},
|
|
225
224
|
d(e) {
|
|
226
|
-
|
|
225
|
+
b(A, e);
|
|
227
226
|
}
|
|
228
227
|
};
|
|
229
228
|
}
|
|
230
|
-
function
|
|
229
|
+
function wA(o) {
|
|
231
230
|
let A, t;
|
|
232
|
-
return A = new
|
|
233
|
-
props: { tag:
|
|
231
|
+
return A = new gA({
|
|
232
|
+
props: { tag: u(o[1]) }
|
|
234
233
|
}), {
|
|
235
234
|
c() {
|
|
236
|
-
|
|
235
|
+
_(A.$$.fragment);
|
|
237
236
|
},
|
|
238
237
|
m(e, i) {
|
|
239
|
-
|
|
238
|
+
k(A, e, i), t = !0;
|
|
240
239
|
},
|
|
241
240
|
p(e, i) {
|
|
242
241
|
const r = {};
|
|
243
|
-
i & 2 && (r.tag =
|
|
242
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
244
243
|
},
|
|
245
244
|
i(e) {
|
|
246
|
-
t || (
|
|
245
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
247
246
|
},
|
|
248
247
|
o(e) {
|
|
249
|
-
|
|
248
|
+
B(A.$$.fragment, e), t = !1;
|
|
250
249
|
},
|
|
251
250
|
d(e) {
|
|
252
|
-
|
|
251
|
+
b(A, e);
|
|
253
252
|
}
|
|
254
253
|
};
|
|
255
254
|
}
|
|
256
|
-
function
|
|
255
|
+
function CA(o) {
|
|
257
256
|
let A, t;
|
|
258
|
-
return A = new
|
|
259
|
-
props: { tag:
|
|
257
|
+
return A = new lA({
|
|
258
|
+
props: { tag: u(o[1]) }
|
|
260
259
|
}), {
|
|
261
260
|
c() {
|
|
262
|
-
|
|
261
|
+
_(A.$$.fragment);
|
|
263
262
|
},
|
|
264
263
|
m(e, i) {
|
|
265
|
-
|
|
264
|
+
k(A, e, i), t = !0;
|
|
266
265
|
},
|
|
267
266
|
p(e, i) {
|
|
268
267
|
const r = {};
|
|
269
|
-
i & 2 && (r.tag =
|
|
268
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
270
269
|
},
|
|
271
270
|
i(e) {
|
|
272
|
-
t || (
|
|
271
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
273
272
|
},
|
|
274
273
|
o(e) {
|
|
275
|
-
|
|
274
|
+
B(A.$$.fragment, e), t = !1;
|
|
276
275
|
},
|
|
277
276
|
d(e) {
|
|
278
|
-
|
|
277
|
+
b(A, e);
|
|
279
278
|
}
|
|
280
279
|
};
|
|
281
280
|
}
|
|
282
|
-
function
|
|
281
|
+
function _A(o) {
|
|
283
282
|
let A, t;
|
|
284
|
-
return A = new
|
|
285
|
-
props: { tag:
|
|
283
|
+
return A = new nA({
|
|
284
|
+
props: { tag: u(o[1]) }
|
|
286
285
|
}), {
|
|
287
286
|
c() {
|
|
288
|
-
|
|
287
|
+
_(A.$$.fragment);
|
|
289
288
|
},
|
|
290
289
|
m(e, i) {
|
|
291
|
-
|
|
290
|
+
k(A, e, i), t = !0;
|
|
292
291
|
},
|
|
293
292
|
p(e, i) {
|
|
294
293
|
const r = {};
|
|
295
|
-
i & 2 && (r.tag =
|
|
294
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
296
295
|
},
|
|
297
296
|
i(e) {
|
|
298
|
-
t || (
|
|
297
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
299
298
|
},
|
|
300
299
|
o(e) {
|
|
301
|
-
|
|
300
|
+
B(A.$$.fragment, e), t = !1;
|
|
302
301
|
},
|
|
303
302
|
d(e) {
|
|
304
|
-
|
|
303
|
+
b(A, e);
|
|
305
304
|
}
|
|
306
305
|
};
|
|
307
306
|
}
|
|
308
|
-
function
|
|
307
|
+
function kA(o) {
|
|
309
308
|
let A, t;
|
|
310
|
-
return A = new
|
|
311
|
-
props: { tag:
|
|
309
|
+
return A = new pA({
|
|
310
|
+
props: { tag: u(o[1]) }
|
|
312
311
|
}), {
|
|
313
312
|
c() {
|
|
314
|
-
|
|
313
|
+
_(A.$$.fragment);
|
|
315
314
|
},
|
|
316
315
|
m(e, i) {
|
|
317
|
-
|
|
316
|
+
k(A, e, i), t = !0;
|
|
318
317
|
},
|
|
319
318
|
p(e, i) {
|
|
320
319
|
const r = {};
|
|
321
|
-
i & 2 && (r.tag =
|
|
320
|
+
i & 2 && (r.tag = u(e[1])), A.$set(r);
|
|
322
321
|
},
|
|
323
322
|
i(e) {
|
|
324
|
-
t || (
|
|
323
|
+
t || (Q(A.$$.fragment, e), t = !0);
|
|
325
324
|
},
|
|
326
325
|
o(e) {
|
|
327
|
-
|
|
326
|
+
B(A.$$.fragment, e), t = !1;
|
|
328
327
|
},
|
|
329
328
|
d(e) {
|
|
330
|
-
|
|
329
|
+
b(A, e);
|
|
331
330
|
}
|
|
332
331
|
};
|
|
333
332
|
}
|
|
334
|
-
function
|
|
333
|
+
function bA(o) {
|
|
335
334
|
let A, t, e, i;
|
|
336
|
-
const r = [
|
|
337
|
-
function m(
|
|
338
|
-
return
|
|
335
|
+
const r = [dA, cA], f = [];
|
|
336
|
+
function m(l, p) {
|
|
337
|
+
return l[3] ? 0 : 1;
|
|
339
338
|
}
|
|
340
|
-
return A = m(o), t =
|
|
339
|
+
return A = m(o), t = f[A] = r[A](o), {
|
|
341
340
|
c() {
|
|
342
|
-
t.c(), e =
|
|
341
|
+
t.c(), e = iA();
|
|
343
342
|
},
|
|
344
|
-
m(
|
|
345
|
-
|
|
343
|
+
m(l, p) {
|
|
344
|
+
f[A].m(l, p), F(l, e, p), i = !0;
|
|
346
345
|
},
|
|
347
|
-
p(
|
|
348
|
-
let
|
|
349
|
-
A = m(
|
|
350
|
-
|
|
351
|
-
}),
|
|
346
|
+
p(l, [p]) {
|
|
347
|
+
let d = A;
|
|
348
|
+
A = m(l), A === d ? f[A].p(l, p) : (z(), B(f[d], 1, 1, () => {
|
|
349
|
+
f[d] = null;
|
|
350
|
+
}), N(), t = f[A], t ? t.p(l, p) : (t = f[A] = r[A](l), t.c()), Q(t, 1), t.m(e.parentNode, e));
|
|
352
351
|
},
|
|
353
|
-
i(
|
|
354
|
-
i || (
|
|
352
|
+
i(l) {
|
|
353
|
+
i || (Q(t), i = !0);
|
|
355
354
|
},
|
|
356
|
-
o(
|
|
357
|
-
|
|
355
|
+
o(l) {
|
|
356
|
+
B(t), i = !1;
|
|
358
357
|
},
|
|
359
|
-
d(
|
|
360
|
-
|
|
358
|
+
d(l) {
|
|
359
|
+
f[A].d(l), l && O(e);
|
|
361
360
|
}
|
|
362
361
|
};
|
|
363
362
|
}
|
|
364
|
-
function
|
|
365
|
-
let e, i, r,
|
|
366
|
-
|
|
367
|
-
let
|
|
368
|
-
|
|
369
|
-
|
|
363
|
+
function DA(o, A, t) {
|
|
364
|
+
let e, i, r, f, m, l;
|
|
365
|
+
var p, d, c, D, n, g, w, E, M, J, y;
|
|
366
|
+
let { withAnimation: L = !1 } = A, { tag: s } = A, { hooks: h } = A, { state: G } = A, { mediaStore: H } = A, { temporaryState: T } = A;
|
|
367
|
+
V("hooks", h), V("mediaStore", H);
|
|
368
|
+
let P, U;
|
|
369
|
+
function R(a) {
|
|
370
|
+
a ? h.emit("exposure", { id: f, type: "start" }) : h.emit("exposure", { id: f, type: "end" });
|
|
370
371
|
}
|
|
371
|
-
function
|
|
372
|
-
var
|
|
373
|
-
return !(!
|
|
372
|
+
function X(a, q, x) {
|
|
373
|
+
var W, S;
|
|
374
|
+
return !(!q.visible || !q.enabled || !x.visible || !(!((W = a.state) === null || W === void 0) && W.visible) || ((S = a.temporaryState) === null || S === void 0 ? void 0 : S.visible) === !1 || fA(a) && !a.mediaVisible);
|
|
374
375
|
}
|
|
375
|
-
const
|
|
376
|
-
return o.$$set = (
|
|
377
|
-
"withAnimation" in
|
|
376
|
+
const j = (a) => h.emit("click", { event: a, target: "TagContent", tag: s });
|
|
377
|
+
return o.$$set = (a) => {
|
|
378
|
+
"withAnimation" in a && t(0, L = a.withAnimation), "tag" in a && t(1, s = a.tag), "hooks" in a && t(2, h = a.hooks), "state" in a && t(5, G = a.state), "mediaStore" in a && t(6, H = a.mediaStore), "temporaryState" in a && t(7, T = a.temporaryState);
|
|
378
379
|
}, o.$$.update = () => {
|
|
379
|
-
|
|
380
|
-
o.$$.dirty & 2 && t(11, e = (l = a.state) == null ? void 0 : l.unfolded), o.$$.dirty & 2 && t(10, i = (E = a.state) == null ? void 0 : E.visible), o.$$.dirty & 162 && t(12, r = C.visible && g.visible && ((y = a.state) == null ? void 0 : y.visible)), o.$$.dirty & 2 && (s = a.id), o.$$.dirty & 162 && t(4, m = !K(a, C, g)), o.$$.dirty & 4096 && Z(r), o.$$.dirty & 3842 && a.hooks && (e !== void 0 && e !== _ && (t(9, _ = e), e ? (M = (h = a.hooks).emit) == null || M.call(h, "unfolded") : (H = a == null ? void 0 : (J = a.hooks).emit) == null || H.call(J, "folded")), i !== void 0 && i !== v && (t(8, v = i), i ? (U = (P = a.hooks).emit) == null || U.call(P, "show") : (S = (W = a.hooks).emit) == null || S.call(W, "hide"))), o.$$.dirty & 2 && t(3, f = (() => !(typeof a.mergedConfig.unfoldedConfig == "object" && a.mergedConfig.unfoldedConfig.keep === "folded"))());
|
|
380
|
+
o.$$.dirty & 258 && t(22, e = t(8, p = s.state) === null || p === void 0 ? void 0 : p.unfolded), o.$$.dirty & 514 && t(21, i = t(9, d = s.state) === null || d === void 0 ? void 0 : d.visible), o.$$.dirty & 1186 && t(23, r = G.visible && T.visible && (t(10, c = s.state) === null || c === void 0 ? void 0 : c.visible)), o.$$.dirty & 2 && (f = s.id), o.$$.dirty & 162 && t(4, m = !X(s, G, T)), o.$$.dirty & 8388608 && R(r), o.$$.dirty & 8386562 && s.hooks && (e !== void 0 && e !== U && (t(20, U = e), e ? t(12, n = t(11, D = s.hooks).emit) === null || n === void 0 || n.call(D, "unfolded") : t(14, w = s == null ? void 0 : t(13, g = s.hooks).emit) === null || w === void 0 || w.call(g, "folded")), i !== void 0 && i !== P && (t(19, P = i), i ? t(16, M = t(15, E = s.hooks).emit) === null || M === void 0 || M.call(E, "show") : t(18, y = t(17, J = s.hooks).emit) === null || y === void 0 || y.call(J, "hide"))), o.$$.dirty & 2 && t(3, l = (() => !(typeof s.mergedConfig.unfoldedConfig == "object" && s.mergedConfig.unfoldedConfig.keep === "folded"))());
|
|
381
381
|
}, [
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
382
|
+
L,
|
|
383
|
+
s,
|
|
384
|
+
h,
|
|
385
|
+
l,
|
|
386
386
|
m,
|
|
387
|
-
|
|
387
|
+
G,
|
|
388
|
+
H,
|
|
389
|
+
T,
|
|
390
|
+
p,
|
|
391
|
+
d,
|
|
392
|
+
c,
|
|
393
|
+
D,
|
|
388
394
|
n,
|
|
389
395
|
g,
|
|
390
|
-
|
|
391
|
-
|
|
396
|
+
w,
|
|
397
|
+
E,
|
|
398
|
+
M,
|
|
399
|
+
J,
|
|
400
|
+
y,
|
|
401
|
+
P,
|
|
402
|
+
U,
|
|
392
403
|
i,
|
|
393
404
|
e,
|
|
394
405
|
r,
|
|
395
|
-
|
|
406
|
+
j
|
|
396
407
|
];
|
|
397
408
|
}
|
|
398
|
-
class
|
|
409
|
+
class nt extends $ {
|
|
399
410
|
constructor(A) {
|
|
400
|
-
super(),
|
|
411
|
+
super(), AA(
|
|
401
412
|
this,
|
|
402
413
|
A,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
414
|
+
DA,
|
|
415
|
+
bA,
|
|
416
|
+
eA,
|
|
406
417
|
{
|
|
407
418
|
withAnimation: 0,
|
|
408
419
|
tag: 1,
|
|
@@ -411,10 +422,10 @@ class tt extends z {
|
|
|
411
422
|
mediaStore: 6,
|
|
412
423
|
temporaryState: 7
|
|
413
424
|
},
|
|
414
|
-
|
|
425
|
+
uA
|
|
415
426
|
);
|
|
416
427
|
}
|
|
417
428
|
}
|
|
418
429
|
export {
|
|
419
|
-
|
|
430
|
+
nt as default
|
|
420
431
|
};
|
|
@@ -13,7 +13,6 @@ import "./Common/Text/FlyText.js";
|
|
|
13
13
|
import "animejs";
|
|
14
14
|
import "../../shared-utils/isNil.js";
|
|
15
15
|
import "three";
|
|
16
|
-
import "@realsee/five/gltf-loader";
|
|
17
16
|
import "../utils/search.js";
|
|
18
17
|
import "../utils/constants.js";
|
|
19
18
|
import "./Common/Arrow.js";
|
|
@@ -205,7 +204,7 @@ function F(a, t, o) {
|
|
|
205
204
|
"withAnimation" in p && o(0, i = p.withAnimation), "tags" in p && o(1, m = p.tags), "hooks" in p && o(5, r = p.hooks), "mediaStore" in p && o(2, l = p.mediaStore), "state" in p && o(3, e = p.state), "temporaryState" in p && o(4, n = p.temporaryState);
|
|
206
205
|
}, [i, m, l, e, n, r];
|
|
207
206
|
}
|
|
208
|
-
class
|
|
207
|
+
class wi extends S {
|
|
209
208
|
constructor(t) {
|
|
210
209
|
super(), v(
|
|
211
210
|
this,
|
|
@@ -226,5 +225,5 @@ class Si extends S {
|
|
|
226
225
|
}
|
|
227
226
|
}
|
|
228
227
|
export {
|
|
229
|
-
|
|
228
|
+
wi as default
|
|
230
229
|
};
|