@realsee/dnalogel 2.6.7-dev.3 → 2.6.7-dev.5
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/PanoTagPlugin/typings/tag/TagData.d.ts +4 -4
- package/dist/index.cjs.js +56 -54
- package/dist/index.js +6440 -5580
- package/dist/index.umd.js +49 -47
- package/docs/classes/CSS3DRender.html +31 -31
- package/docs/classes/CruisePluginController.html +24 -24
- package/docs/classes/Magnifier.html +20 -20
- package/docs/classes/ModelRoomLabelController.html +11 -11
- package/docs/classes/Object3DHelperController.html +24 -24
- 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 +46 -46
- 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 +18 -18
- 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 -5
- package/docs/functions/CameraMovementPlugin.html +5 -5
- package/docs/functions/CruisePlugin.html +5 -5
- package/docs/functions/GuideLinePlugin.html +5 -5
- package/docs/functions/ItemLabelPlugin.html +5 -5
- package/docs/functions/MapviewFloorplanPlugin.html +5 -5
- package/docs/functions/ModelChassisCompassPlugin.html +5 -5
- package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -5
- package/docs/functions/ModelFloorplanPlugin.html +5 -5
- package/docs/functions/ModelItemLabelPlugin.html +5 -5
- package/docs/functions/ModelRoomLabelPlugin.html +5 -5
- package/docs/functions/ModelTVVideoPlugin.html +5 -5
- package/docs/functions/ModelViewPlugin.html +5 -5
- package/docs/functions/Object3DHelperPlugin.html +5 -5
- package/docs/functions/PanoCompassPlugin.html +5 -5
- package/docs/functions/PanoCursorRaycasterPlugin.html +5 -5
- package/docs/functions/PanoDoorLabelPlugin.html +5 -5
- package/docs/functions/PanoFloorplanRadarPlugin.html +5 -5
- package/docs/functions/PanoMeasurePlugin.html +5 -5
- package/docs/functions/PanoRulerPlugin.html +5 -5
- package/docs/functions/PanoRulerProPlugin.html +5 -5
- package/docs/functions/PanoSpatialTagPlugin.html +5 -5
- package/docs/functions/PanoTagPlugin.html +5 -5
- package/docs/functions/TopviewFloorplanPlugin.html +5 -5
- 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 +5 -5
- package/docs/index.html +4 -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 +5 -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 +5 -5
- package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -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/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 +5 -5
- package/docs/interfaces/Rooms.html +5 -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 +9 -9
- package/docs/interfaces/Tags.html +9 -9
- 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/Util.html +5 -5
- package/docs/modules.html +4 -4
- package/docs/types/ArrayPosition.html +5 -5
- package/docs/types/AudioAppearance.html +5 -5
- package/docs/types/AudioTagTypeConfigKey.html +5 -5
- package/docs/types/CSS3DRenderExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginExportType.html +5 -5
- package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
- package/docs/types/ClassFunctionParameters.html +5 -5
- package/docs/types/Color.html +5 -5
- package/docs/types/ContentTypeConfigKey.html +5 -5
- package/docs/types/ContentTypeConfigKeySplit.html +5 -5
- package/docs/types/ContentTypeMap.html +5 -5
- package/docs/types/Create3DDomContainerReturnType.html +5 -5
- package/docs/types/Create3DElementReturnType.html +5 -5
- package/docs/types/CruisePluginExportType.html +5 -5
- package/docs/types/Direction-1.html +5 -5
- package/docs/types/Direction4.html +5 -5
- package/docs/types/FloorplanRuleLabels.html +5 -5
- package/docs/types/FloorplanServerRuleLabels.html +5 -5
- package/docs/types/GuideLinePluginExportType.html +5 -5
- package/docs/types/HelperEventMap.html +5 -5
- package/docs/types/LoadTagConfig.html +5 -5
- package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/MediaData.html +5 -5
- package/docs/types/MediaStore.html +5 -5
- package/docs/types/ModelElement.html +5 -5
- package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
- package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
- package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
- package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
- package/docs/types/MoveArgs.html +5 -5
- package/docs/types/MoveOpts.html +5 -5
- package/docs/types/Object3DHelperEventMap.html +5 -5
- package/docs/types/ObjectFit.html +5 -5
- package/docs/types/PaintBrushEventMap.html +5 -5
- package/docs/types/PanoCompassPluginData.html +5 -5
- package/docs/types/PanoCompassPluginExportType.html +5 -5
- package/docs/types/PanoCompassPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
- package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
- package/docs/types/PanoIndex.html +5 -5
- package/docs/types/PanoMeasurePluginEvent.html +5 -5
- package/docs/types/PanoMeasureReturnType.html +5 -5
- package/docs/types/PanoSpatialTagPluginId.html +5 -5
- package/docs/types/PanoTagPluginExportInterface.html +5 -5
- package/docs/types/PanoTagPluginParamsInterface.html +5 -5
- package/docs/types/PlaneTag.html +5 -5
- package/docs/types/PlaneTagElement.html +5 -5
- package/docs/types/Point2DElement.html +5 -5
- package/docs/types/Point2DTag.html +5 -5
- package/docs/types/Point3DElement.html +5 -5
- package/docs/types/Point3DTag.html +5 -5
- package/docs/types/PointTag.html +5 -5
- package/docs/types/PointTagElement.html +5 -5
- package/docs/types/Position.html +5 -5
- package/docs/types/RotateArgs.html +5 -5
- package/docs/types/RotateOpts.html +5 -5
- package/docs/types/RuleLabelsKey.html +5 -5
- package/docs/types/RuleLabelsValue.html +5 -5
- package/docs/types/StickType.html +5 -5
- package/docs/types/Tag.html +5 -5
- package/docs/types/Tag2D.html +5 -5
- package/docs/types/Tag3D.html +5 -5
- package/docs/types/TagContentType.html +5 -5
- package/docs/types/TagDimensionType.html +5 -5
- package/docs/types/TagElement.html +5 -5
- package/docs/types/TagEvents.html +5 -5
- package/docs/types/TagGLTFObject.html +5 -5
- package/docs/types/TagHooks.html +5 -5
- package/docs/types/TagIconSize.html +5 -5
- package/docs/types/TagId.html +5 -5
- package/docs/types/TagPointType.html +5 -5
- package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
- package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
- package/docs/types/WorkCode.html +5 -5
- package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
- package/docs/variables/PLUGIN.html +5 -5
- package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
- package/docs/variables/ROOM_TYPE_MAP.html +5 -5
- package/docs/variables/VERSION.html +5 -5
- package/docs/variables/itemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
- package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
- package/libs/CruisePlugin/Controller.js +26 -26
- package/libs/GuideLinePlugin/Controller.js +43 -43
- package/libs/PanoTagPlugin/Components/Common/Media.js +254 -299
- package/libs/PanoTagPlugin/Components/Common/MediaItem.js +132 -122
- package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +84 -67
- package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +80 -64
- package/libs/PanoTagPlugin/Components/Tag/index.js +79 -62
- package/libs/PanoTagPlugin/Components/TagContainer.js +92 -75
- package/libs/PanoTagPlugin/Components/TagItem.js +64 -47
- package/libs/PanoTagPlugin/controller/index.js +122 -105
- package/libs/PanoTagPlugin/index.js +35 -18
- 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 +122 -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/tag.config.js +1 -0
- package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +4 -4
- package/libs/index.js +124 -107
- package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +12 -12
- package/libs/vendor/svelte/internal/index.js +176 -162
- package/libs/vendor/svelte-carousel/src/actions/hoverable/event.js +18 -0
- package/libs/vendor/svelte-carousel/src/actions/hoverable/hoverable.js +19 -0
- package/libs/vendor/svelte-carousel/src/actions/hoverable/index.js +1 -0
- package/libs/vendor/svelte-carousel/src/actions/swipeable/event.js +26 -0
- package/libs/vendor/svelte-carousel/src/actions/swipeable/index.js +1 -0
- package/libs/vendor/svelte-carousel/src/actions/swipeable/swipeable.js +51 -0
- package/libs/vendor/svelte-carousel/src/actions/tappable/event.js +18 -0
- package/libs/vendor/svelte-carousel/src/actions/tappable/index.js +1 -0
- package/libs/vendor/svelte-carousel/src/actions/tappable/tappable.js +36 -0
- package/libs/vendor/svelte-carousel/src/components/Arrow/Arrow.js +41 -0
- package/libs/vendor/svelte-carousel/src/components/Carousel/Carousel.js +522 -0
- package/libs/vendor/svelte-carousel/src/components/Carousel/createCarousel.js +255 -0
- package/libs/vendor/svelte-carousel/src/components/Dot/Dot.js +42 -0
- package/libs/vendor/svelte-carousel/src/components/Dots/Dots.js +104 -0
- package/libs/vendor/svelte-carousel/src/components/Progress/Progress.js +40 -0
- package/libs/vendor/svelte-carousel/src/direction.js +5 -0
- package/libs/vendor/svelte-carousel/src/main.js +1 -0
- package/libs/vendor/svelte-carousel/src/units.js +7 -0
- package/libs/vendor/svelte-carousel/src/utils/ProgressManager.js +52 -0
- package/libs/vendor/svelte-carousel/src/utils/clones.js +59 -0
- package/libs/vendor/svelte-carousel/src/utils/event.js +12 -0
- package/libs/vendor/svelte-carousel/src/utils/interval.js +4 -0
- package/libs/vendor/svelte-carousel/src/utils/lazy.js +45 -0
- package/libs/vendor/svelte-carousel/src/utils/math.js +11 -0
- package/libs/vendor/svelte-carousel/src/utils/object.js +13 -0
- package/libs/vendor/svelte-carousel/src/utils/page.js +154 -0
- package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -29
- package/libs/vendor/swiper/components-shared/get-params.js +1 -23
- package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -14
- package/libs/vendor/swiper/components-shared/params-list.js +1 -120
- package/libs/vendor/swiper/components-shared/update-swiper.js +1 -36
- package/libs/vendor/swiper/components-shared/utils.js +5 -28
- package/libs/vendor/swiper/svelte/swiper.js +2 -253
- package/package.json +3 -1
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
tagList: (({
|
|
3
|
+
dimensionType: string;
|
|
4
|
+
pointType: string;
|
|
5
|
+
contentType: string;
|
|
6
|
+
position: number[];
|
|
7
|
+
data: {
|
|
8
|
+
text: string;
|
|
9
|
+
mediaData?: undefined;
|
|
10
|
+
title?: undefined;
|
|
11
|
+
brandTags?: undefined;
|
|
12
|
+
tags?: undefined;
|
|
13
|
+
headerPictureUrl?: undefined;
|
|
14
|
+
highlightText?: undefined;
|
|
15
|
+
price?: undefined;
|
|
16
|
+
audioUrl?: undefined;
|
|
17
|
+
iconUrl?: undefined;
|
|
18
|
+
linkType?: undefined;
|
|
19
|
+
};
|
|
20
|
+
style: {
|
|
21
|
+
point: {
|
|
22
|
+
style: string;
|
|
23
|
+
iconUrl: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
normal?: undefined;
|
|
27
|
+
} | {
|
|
28
|
+
dimensionType: string;
|
|
29
|
+
pointType: string;
|
|
30
|
+
contentType: string;
|
|
31
|
+
position: number[];
|
|
32
|
+
data: {
|
|
33
|
+
text: string;
|
|
34
|
+
mediaData: {
|
|
35
|
+
url: string;
|
|
36
|
+
type: string;
|
|
37
|
+
}[];
|
|
38
|
+
title?: undefined;
|
|
39
|
+
brandTags?: undefined;
|
|
40
|
+
tags?: undefined;
|
|
41
|
+
headerPictureUrl?: undefined;
|
|
42
|
+
highlightText?: undefined;
|
|
43
|
+
price?: undefined;
|
|
44
|
+
audioUrl?: undefined;
|
|
45
|
+
iconUrl?: undefined;
|
|
46
|
+
linkType?: undefined;
|
|
47
|
+
};
|
|
48
|
+
style?: undefined;
|
|
49
|
+
normal?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
dimensionType: string;
|
|
52
|
+
pointType: string;
|
|
53
|
+
contentType: string;
|
|
54
|
+
position: number[][];
|
|
55
|
+
data: {
|
|
56
|
+
mediaData: ({
|
|
57
|
+
url: string;
|
|
58
|
+
videoCoverUrl: string;
|
|
59
|
+
type: string;
|
|
60
|
+
} | {
|
|
61
|
+
url: string;
|
|
62
|
+
type: string;
|
|
63
|
+
videoCoverUrl?: undefined;
|
|
64
|
+
})[];
|
|
65
|
+
text?: undefined;
|
|
66
|
+
title?: undefined;
|
|
67
|
+
brandTags?: undefined;
|
|
68
|
+
tags?: undefined;
|
|
69
|
+
headerPictureUrl?: undefined;
|
|
70
|
+
highlightText?: undefined;
|
|
71
|
+
price?: undefined;
|
|
72
|
+
audioUrl?: undefined;
|
|
73
|
+
iconUrl?: undefined;
|
|
74
|
+
linkType?: undefined;
|
|
75
|
+
};
|
|
76
|
+
style?: undefined;
|
|
77
|
+
normal?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
dimensionType: string;
|
|
80
|
+
pointType: string;
|
|
81
|
+
contentType: string;
|
|
82
|
+
position: number[];
|
|
83
|
+
data: {
|
|
84
|
+
title: string;
|
|
85
|
+
brandTags: string[];
|
|
86
|
+
tags: string[];
|
|
87
|
+
headerPictureUrl: string;
|
|
88
|
+
highlightText: string;
|
|
89
|
+
price: {
|
|
90
|
+
value: string;
|
|
91
|
+
unit: string;
|
|
92
|
+
};
|
|
93
|
+
text?: undefined;
|
|
94
|
+
mediaData?: undefined;
|
|
95
|
+
audioUrl?: undefined;
|
|
96
|
+
iconUrl?: undefined;
|
|
97
|
+
linkType?: undefined;
|
|
98
|
+
};
|
|
99
|
+
style: {
|
|
100
|
+
point: {
|
|
101
|
+
style: string;
|
|
102
|
+
iconUrl: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
normal?: undefined;
|
|
106
|
+
} | {
|
|
107
|
+
dimensionType: string;
|
|
108
|
+
pointType: string;
|
|
109
|
+
contentType: string;
|
|
110
|
+
normal: number[];
|
|
111
|
+
position: number[];
|
|
112
|
+
data: {
|
|
113
|
+
text: string;
|
|
114
|
+
mediaData?: undefined;
|
|
115
|
+
title?: undefined;
|
|
116
|
+
brandTags?: undefined;
|
|
117
|
+
tags?: undefined;
|
|
118
|
+
headerPictureUrl?: undefined;
|
|
119
|
+
highlightText?: undefined;
|
|
120
|
+
price?: undefined;
|
|
121
|
+
audioUrl?: undefined;
|
|
122
|
+
iconUrl?: undefined;
|
|
123
|
+
linkType?: undefined;
|
|
124
|
+
};
|
|
125
|
+
style?: undefined;
|
|
126
|
+
} | {
|
|
127
|
+
dimensionType: string;
|
|
128
|
+
pointType: string;
|
|
129
|
+
contentType: string;
|
|
130
|
+
position: number[];
|
|
131
|
+
data: {
|
|
132
|
+
audioUrl: string;
|
|
133
|
+
text: string;
|
|
134
|
+
mediaData?: undefined;
|
|
135
|
+
title?: undefined;
|
|
136
|
+
brandTags?: undefined;
|
|
137
|
+
tags?: undefined;
|
|
138
|
+
headerPictureUrl?: undefined;
|
|
139
|
+
highlightText?: undefined;
|
|
140
|
+
price?: undefined;
|
|
141
|
+
iconUrl?: undefined;
|
|
142
|
+
linkType?: undefined;
|
|
143
|
+
};
|
|
144
|
+
style?: undefined;
|
|
145
|
+
normal?: undefined;
|
|
146
|
+
} | {
|
|
147
|
+
dimensionType: string;
|
|
148
|
+
pointType: string;
|
|
149
|
+
contentType: string;
|
|
150
|
+
position: number[];
|
|
151
|
+
data: {
|
|
152
|
+
iconUrl: {
|
|
153
|
+
keyframesUrl: string;
|
|
154
|
+
steps: number;
|
|
155
|
+
};
|
|
156
|
+
linkType: string;
|
|
157
|
+
text: string;
|
|
158
|
+
mediaData?: undefined;
|
|
159
|
+
title?: undefined;
|
|
160
|
+
brandTags?: undefined;
|
|
161
|
+
tags?: undefined;
|
|
162
|
+
headerPictureUrl?: undefined;
|
|
163
|
+
highlightText?: undefined;
|
|
164
|
+
price?: undefined;
|
|
165
|
+
audioUrl?: undefined;
|
|
166
|
+
};
|
|
167
|
+
style?: undefined;
|
|
168
|
+
normal?: undefined;
|
|
169
|
+
}) & {
|
|
170
|
+
id: number;
|
|
171
|
+
})[];
|
|
172
|
+
};
|
|
173
|
+
export default _default;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import "three";
|
|
2
|
+
const t = [2.7818808289123007, -1.4285811161048776, -4.616888414534893], a = [4.829741729794315, -1.4285811161048776, -4.616888414534893], n = [4.829741729794315, -0.30950769602726647, -4.616888414534893], o = [2.7818808289123007, -0.30950769602726647, -4.616888414534893], i = [
|
|
3
|
+
{
|
|
4
|
+
dimensionType: "2D",
|
|
5
|
+
pointType: "PointTag",
|
|
6
|
+
contentType: "Text",
|
|
7
|
+
position: [3.2737930352702325, -1.4286392097839982, -7.325286429413256],
|
|
8
|
+
data: {
|
|
9
|
+
text: "\u{1F64B}\u200D\u2642\uFE0F123\u6807\u9898\u6807\u9898\u{1F64B}\u200D\u2642\uFE0F \u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u6807\u9898\u6807\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u{1F64B}\u200D\u2642\uFE0F\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807"
|
|
10
|
+
},
|
|
11
|
+
style: {
|
|
12
|
+
point: {
|
|
13
|
+
style: "CustomIcon",
|
|
14
|
+
iconUrl: "//vrlab-static.ljcdn.com/release/web/carTagDotContent.08ace25e.png"
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
dimensionType: "2D",
|
|
20
|
+
pointType: "PointTag",
|
|
21
|
+
contentType: "ImageText",
|
|
22
|
+
position: [1.1163144338520299, -1.4289252462321484, -7.767970762686076],
|
|
23
|
+
data: {
|
|
24
|
+
text: "\u54C8\u54C8\u54C8",
|
|
25
|
+
mediaData: [
|
|
26
|
+
{
|
|
27
|
+
url: "//vrlab-static.ljcdn.com/release/web/jsl/test.69dacffb.mp4",
|
|
28
|
+
type: "Video"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
url: "//vrlab-static.ljcdn.com/release/web/arrow.c5d028e4.png",
|
|
32
|
+
type: "Image"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
url: "//vrlab-static.ljcdn.com/release/web/arrow.c5d028e4.png",
|
|
36
|
+
type: "Image"
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
dimensionType: "3D",
|
|
43
|
+
pointType: "PlaneTag",
|
|
44
|
+
contentType: "MediaPlane",
|
|
45
|
+
position: [t, a, n, o],
|
|
46
|
+
data: {
|
|
47
|
+
mediaData: [
|
|
48
|
+
{
|
|
49
|
+
url: "//vrlab-static.ljcdn.com/release/web/jsl/test.69dacffb.mp4",
|
|
50
|
+
videoCoverUrl: "//vrlab-static.ljcdn.com/release/web/jsl/test.65720b34.png",
|
|
51
|
+
type: "Video"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
url: "//vrlab-static.ljcdn.com/release/web/arrow.c5d028e4.png",
|
|
55
|
+
type: "Image"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
dimensionType: "2D",
|
|
62
|
+
pointType: "PointTag",
|
|
63
|
+
contentType: "Marketing",
|
|
64
|
+
position: [5.438591508015198, 0.05258973763052682, -3.3562775181204865],
|
|
65
|
+
data: {
|
|
66
|
+
title: "\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u9898",
|
|
67
|
+
brandTags: ["\u54C1\u724C\u540D\u79F0"],
|
|
68
|
+
tags: ["\u6807\u7B7E\u63CF\u8FF0", "\u6807\u7B7E\u63CF\u8FF0"],
|
|
69
|
+
headerPictureUrl: "//vrlab-static.ljcdn.com/release/web/cardHeader.19ff7aa0.png",
|
|
70
|
+
highlightText: "\u9AD8\u4EAE\u4FE1\u606F",
|
|
71
|
+
price: {
|
|
72
|
+
value: "20.30",
|
|
73
|
+
unit: "\u6BDB\u8D77"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
style: {
|
|
77
|
+
point: {
|
|
78
|
+
style: "CustomIcon",
|
|
79
|
+
iconUrl: "//vrlab-static.ljcdn.com/release/web/carTagDotContent.08ace25e.png"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
dimensionType: "3D",
|
|
85
|
+
pointType: "PointTag",
|
|
86
|
+
contentType: "Text",
|
|
87
|
+
normal: [-1.3472052051879881, -0.22353184120423517, -0.4423657342911711],
|
|
88
|
+
position: [2.4858952, 0.12852754341132364, -3.848354251670743],
|
|
89
|
+
data: {
|
|
90
|
+
text: "112123"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
dimensionType: "2D",
|
|
95
|
+
pointType: "PointTag",
|
|
96
|
+
contentType: "Audio",
|
|
97
|
+
position: [2.5858952133371145, 0.22852754341132364, -2.9848354251670743],
|
|
98
|
+
data: {
|
|
99
|
+
audioUrl: "//vrlab-static.ljcdn.com/release/web/Bling.678be963.mp3",
|
|
100
|
+
text: "\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u9898\u6807\u6807\u9898\u6807\u9898"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
dimensionType: "2D",
|
|
105
|
+
pointType: "PointTag",
|
|
106
|
+
contentType: "Link",
|
|
107
|
+
position: [4.1813076982084, -1.4275040973287219, -6.029497909763367],
|
|
108
|
+
data: {
|
|
109
|
+
iconUrl: {
|
|
110
|
+
keyframesUrl: "//vrlab-static.ljcdn.com/release/web/test.09dee741.png",
|
|
111
|
+
steps: 28
|
|
112
|
+
},
|
|
113
|
+
linkType: "vr",
|
|
114
|
+
text: "112123"
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
].map((u, e) => Object.assign(u, { id: e })), c = {
|
|
118
|
+
tagList: i
|
|
119
|
+
};
|
|
120
|
+
export {
|
|
121
|
+
c as default
|
|
122
|
+
};
|
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
tagList: ({
|
|
3
|
+
id: number;
|
|
4
|
+
pointType: string;
|
|
5
|
+
dimensionType: string;
|
|
6
|
+
position: string[];
|
|
7
|
+
style: {
|
|
8
|
+
point: {
|
|
9
|
+
iconUrl: string;
|
|
10
|
+
style?: undefined;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
contentType: string;
|
|
14
|
+
data: {
|
|
15
|
+
title: string;
|
|
16
|
+
brandTags: string[];
|
|
17
|
+
tags: string[];
|
|
18
|
+
headerPictureUrl: string;
|
|
19
|
+
highlightText: string;
|
|
20
|
+
price: {
|
|
21
|
+
unit: string;
|
|
22
|
+
value: string;
|
|
23
|
+
};
|
|
24
|
+
extraData: {
|
|
25
|
+
brandTags: string[];
|
|
26
|
+
headerPictureUrl: string;
|
|
27
|
+
highlightText: string;
|
|
28
|
+
price: {
|
|
29
|
+
unit: string;
|
|
30
|
+
value: string;
|
|
31
|
+
};
|
|
32
|
+
style: {
|
|
33
|
+
point: {
|
|
34
|
+
iconUrl: string;
|
|
35
|
+
style?: undefined;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
tagClosedStyle: string;
|
|
39
|
+
tagIconUrl: string;
|
|
40
|
+
tags: string[];
|
|
41
|
+
linkOpeningMethod?: undefined;
|
|
42
|
+
linkType?: undefined;
|
|
43
|
+
};
|
|
44
|
+
text?: undefined;
|
|
45
|
+
mediaData?: undefined;
|
|
46
|
+
audioUrl?: undefined;
|
|
47
|
+
linkType?: undefined;
|
|
48
|
+
};
|
|
49
|
+
} | {
|
|
50
|
+
id: number;
|
|
51
|
+
pointType: string;
|
|
52
|
+
dimensionType: string;
|
|
53
|
+
position: string[];
|
|
54
|
+
style: {
|
|
55
|
+
point: {
|
|
56
|
+
iconUrl: string;
|
|
57
|
+
style?: undefined;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
contentType: string;
|
|
61
|
+
data: {
|
|
62
|
+
text: string;
|
|
63
|
+
mediaData: {
|
|
64
|
+
type: string;
|
|
65
|
+
url: string;
|
|
66
|
+
videoCoverUrl: string;
|
|
67
|
+
name: string;
|
|
68
|
+
width: number;
|
|
69
|
+
height: number;
|
|
70
|
+
}[];
|
|
71
|
+
extraData: {
|
|
72
|
+
style: {
|
|
73
|
+
point: {
|
|
74
|
+
iconUrl: string;
|
|
75
|
+
style?: undefined;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
tagClosedStyle: string;
|
|
79
|
+
tagIconUrl: string;
|
|
80
|
+
brandTags?: undefined;
|
|
81
|
+
headerPictureUrl?: undefined;
|
|
82
|
+
highlightText?: undefined;
|
|
83
|
+
price?: undefined;
|
|
84
|
+
tags?: undefined;
|
|
85
|
+
linkOpeningMethod?: undefined;
|
|
86
|
+
linkType?: undefined;
|
|
87
|
+
};
|
|
88
|
+
title?: undefined;
|
|
89
|
+
brandTags?: undefined;
|
|
90
|
+
tags?: undefined;
|
|
91
|
+
headerPictureUrl?: undefined;
|
|
92
|
+
highlightText?: undefined;
|
|
93
|
+
price?: undefined;
|
|
94
|
+
audioUrl?: undefined;
|
|
95
|
+
linkType?: undefined;
|
|
96
|
+
};
|
|
97
|
+
} | {
|
|
98
|
+
id: number;
|
|
99
|
+
pointType: string;
|
|
100
|
+
dimensionType: string;
|
|
101
|
+
position: string[];
|
|
102
|
+
contentType: string;
|
|
103
|
+
data: {
|
|
104
|
+
text: string;
|
|
105
|
+
audioUrl: string;
|
|
106
|
+
extraData: {
|
|
107
|
+
tagClosedStyle: string;
|
|
108
|
+
tagIconUrl: string;
|
|
109
|
+
brandTags?: undefined;
|
|
110
|
+
headerPictureUrl?: undefined;
|
|
111
|
+
highlightText?: undefined;
|
|
112
|
+
price?: undefined;
|
|
113
|
+
style?: undefined;
|
|
114
|
+
tags?: undefined;
|
|
115
|
+
linkOpeningMethod?: undefined;
|
|
116
|
+
linkType?: undefined;
|
|
117
|
+
};
|
|
118
|
+
title?: undefined;
|
|
119
|
+
brandTags?: undefined;
|
|
120
|
+
tags?: undefined;
|
|
121
|
+
headerPictureUrl?: undefined;
|
|
122
|
+
highlightText?: undefined;
|
|
123
|
+
price?: undefined;
|
|
124
|
+
mediaData?: undefined;
|
|
125
|
+
linkType?: undefined;
|
|
126
|
+
};
|
|
127
|
+
style?: undefined;
|
|
128
|
+
} | {
|
|
129
|
+
id: number;
|
|
130
|
+
pointType: string;
|
|
131
|
+
dimensionType: string;
|
|
132
|
+
position: string[];
|
|
133
|
+
contentType: string;
|
|
134
|
+
data: {
|
|
135
|
+
text: string;
|
|
136
|
+
linkType: string;
|
|
137
|
+
extraData: {
|
|
138
|
+
linkOpeningMethod: string;
|
|
139
|
+
linkType: string;
|
|
140
|
+
brandTags?: undefined;
|
|
141
|
+
headerPictureUrl?: undefined;
|
|
142
|
+
highlightText?: undefined;
|
|
143
|
+
price?: undefined;
|
|
144
|
+
style?: undefined;
|
|
145
|
+
tagClosedStyle?: undefined;
|
|
146
|
+
tagIconUrl?: undefined;
|
|
147
|
+
tags?: undefined;
|
|
148
|
+
};
|
|
149
|
+
title?: undefined;
|
|
150
|
+
brandTags?: undefined;
|
|
151
|
+
tags?: undefined;
|
|
152
|
+
headerPictureUrl?: undefined;
|
|
153
|
+
highlightText?: undefined;
|
|
154
|
+
price?: undefined;
|
|
155
|
+
mediaData?: undefined;
|
|
156
|
+
audioUrl?: undefined;
|
|
157
|
+
};
|
|
158
|
+
style?: undefined;
|
|
159
|
+
} | {
|
|
160
|
+
id: number;
|
|
161
|
+
pointType: string;
|
|
162
|
+
dimensionType: string;
|
|
163
|
+
position: string[];
|
|
164
|
+
style: {
|
|
165
|
+
point: {
|
|
166
|
+
iconUrl: string;
|
|
167
|
+
style: string;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
contentType: string;
|
|
171
|
+
data: {
|
|
172
|
+
text: string;
|
|
173
|
+
linkType: string;
|
|
174
|
+
extraData: {
|
|
175
|
+
linkOpeningMethod: string;
|
|
176
|
+
linkType: string;
|
|
177
|
+
style: {
|
|
178
|
+
point: {
|
|
179
|
+
iconUrl: string;
|
|
180
|
+
style: string;
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
brandTags?: undefined;
|
|
184
|
+
headerPictureUrl?: undefined;
|
|
185
|
+
highlightText?: undefined;
|
|
186
|
+
price?: undefined;
|
|
187
|
+
tagClosedStyle?: undefined;
|
|
188
|
+
tagIconUrl?: undefined;
|
|
189
|
+
tags?: undefined;
|
|
190
|
+
};
|
|
191
|
+
title?: undefined;
|
|
192
|
+
brandTags?: undefined;
|
|
193
|
+
tags?: undefined;
|
|
194
|
+
headerPictureUrl?: undefined;
|
|
195
|
+
highlightText?: undefined;
|
|
196
|
+
price?: undefined;
|
|
197
|
+
mediaData?: undefined;
|
|
198
|
+
audioUrl?: undefined;
|
|
199
|
+
};
|
|
200
|
+
} | {
|
|
201
|
+
id: number;
|
|
202
|
+
pointType: string;
|
|
203
|
+
dimensionType: string;
|
|
204
|
+
position: string[];
|
|
205
|
+
contentType: string;
|
|
206
|
+
data: {
|
|
207
|
+
text: string;
|
|
208
|
+
extraData: {
|
|
209
|
+
tagClosedStyle: string;
|
|
210
|
+
tagIconUrl: string;
|
|
211
|
+
brandTags?: undefined;
|
|
212
|
+
headerPictureUrl?: undefined;
|
|
213
|
+
highlightText?: undefined;
|
|
214
|
+
price?: undefined;
|
|
215
|
+
style?: undefined;
|
|
216
|
+
tags?: undefined;
|
|
217
|
+
linkOpeningMethod?: undefined;
|
|
218
|
+
linkType?: undefined;
|
|
219
|
+
};
|
|
220
|
+
title?: undefined;
|
|
221
|
+
brandTags?: undefined;
|
|
222
|
+
tags?: undefined;
|
|
223
|
+
headerPictureUrl?: undefined;
|
|
224
|
+
highlightText?: undefined;
|
|
225
|
+
price?: undefined;
|
|
226
|
+
mediaData?: undefined;
|
|
227
|
+
audioUrl?: undefined;
|
|
228
|
+
linkType?: undefined;
|
|
229
|
+
};
|
|
230
|
+
style?: undefined;
|
|
231
|
+
})[];
|
|
232
|
+
};
|
|
233
|
+
export default _default;
|