@realsee/dnalogel 2.6.7-dev.0 → 2.6.7-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (281) hide show
  1. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +3 -2
  2. package/dist/PanoTagPlugin/controller/index.d.ts +1 -0
  3. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +2 -1
  4. package/dist/index.cjs.js +14 -14
  5. package/dist/index.js +142 -120
  6. package/dist/index.umd.js +12 -12
  7. package/dist/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +1 -0
  8. package/dist/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.d.ts +2 -0
  9. package/docs/assets/search.js +1 -1
  10. package/docs/classes/CSS3DRender.html +31 -31
  11. package/docs/classes/CruisePluginController.html +24 -24
  12. package/docs/classes/Magnifier.html +20 -20
  13. package/docs/classes/ModelRoomLabelController.html +11 -11
  14. package/docs/classes/Object3DHelperController.html +24 -24
  15. package/docs/classes/PaintBrush.html +15 -15
  16. package/docs/classes/PanoMeasurePluginLine.html +23 -23
  17. package/docs/classes/PanoMeasurePluginModel.html +22 -22
  18. package/docs/classes/PanoMeasurePluginPoint.html +14 -14
  19. package/docs/classes/PanoMeasurePluginPolyline.html +26 -26
  20. package/docs/classes/PanoTagPluginController.html +190 -44
  21. package/docs/classes/Util.BetterTween.html +8 -8
  22. package/docs/classes/Util.FivePointSelector.html +12 -12
  23. package/docs/classes/Util.Interval.html +12 -12
  24. package/docs/classes/Util.Magnifier.html +17 -17
  25. package/docs/classes/Util.PointDomHelper.html +11 -11
  26. package/docs/classes/Util.PointHelper.html +11 -11
  27. package/docs/classes/Util.Rectangle.html +13 -13
  28. package/docs/enums/CameraMovementEffect.html +7 -7
  29. package/docs/enums/ContentType.html +18 -18
  30. package/docs/enums/DIRECTION.html +9 -9
  31. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  32. package/docs/enums/DimensionType.html +7 -7
  33. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  34. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  35. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  36. package/docs/enums/PointType.html +7 -7
  37. package/docs/enums/Rotation.html +8 -8
  38. package/docs/functions/CSS3DRenderPlugin.html +5 -5
  39. package/docs/functions/CameraMovementPlugin.html +5 -5
  40. package/docs/functions/CruisePlugin.html +5 -5
  41. package/docs/functions/GuideLinePlugin.html +5 -5
  42. package/docs/functions/ItemLabelPlugin.html +5 -5
  43. package/docs/functions/MapviewFloorplanPlugin.html +5 -5
  44. package/docs/functions/ModelChassisCompassPlugin.html +5 -5
  45. package/docs/functions/ModelEntryDoorGuidePlugin.html +5 -5
  46. package/docs/functions/ModelFloorplanPlugin.html +5 -5
  47. package/docs/functions/ModelItemLabelPlugin.html +5 -5
  48. package/docs/functions/ModelRoomLabelPlugin.html +5 -5
  49. package/docs/functions/ModelTVVideoPlugin.html +5 -5
  50. package/docs/functions/ModelViewPlugin.html +5 -5
  51. package/docs/functions/Object3DHelperPlugin.html +5 -5
  52. package/docs/functions/PanoCompassPlugin.html +5 -5
  53. package/docs/functions/PanoCursorRaycasterPlugin.html +5 -5
  54. package/docs/functions/PanoDoorLabelPlugin.html +5 -5
  55. package/docs/functions/PanoFloorplanRadarPlugin.html +5 -5
  56. package/docs/functions/PanoMeasurePlugin.html +5 -5
  57. package/docs/functions/PanoRulerPlugin.html +5 -5
  58. package/docs/functions/PanoRulerProPlugin.html +5 -5
  59. package/docs/functions/PanoSpatialTagPlugin.html +5 -5
  60. package/docs/functions/PanoTagPlugin.html +5 -5
  61. package/docs/functions/TopviewFloorplanPlugin.html +5 -5
  62. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  63. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  64. package/docs/functions/Util.getFrameTime.html +5 -5
  65. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  66. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  67. package/docs/functions/Util.isNil.html +5 -5
  68. package/docs/functions/Util.nextFrame.html +5 -5
  69. package/docs/functions/Util.notNil.html +5 -5
  70. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  71. package/docs/functions/Util.tweenProgress.html +5 -5
  72. package/docs/functions/pluginFlag.html +5 -5
  73. package/docs/index.html +4 -4
  74. package/docs/interfaces/AddTagConfig.html +6 -6
  75. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  76. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  77. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  78. package/docs/interfaces/EventMap.html +15 -15
  79. package/docs/interfaces/FloorplanBounding.html +8 -8
  80. package/docs/interfaces/FloorplanData.html +10 -10
  81. package/docs/interfaces/FloorplanEntrance.html +11 -11
  82. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  83. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  84. package/docs/interfaces/FloorplanFloorData.html +9 -9
  85. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  86. package/docs/interfaces/FloorplanObserver.html +9 -9
  87. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  88. package/docs/interfaces/FloorplanPosition.html +7 -7
  89. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  90. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  91. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  92. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  93. package/docs/interfaces/FloorplanServerData.html +7 -7
  94. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  95. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  96. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  97. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  98. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  99. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  100. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  101. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  102. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  103. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  104. package/docs/interfaces/HelperOffset.html +8 -8
  105. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  106. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  107. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  108. package/docs/interfaces/MinMax.html +7 -7
  109. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  110. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  111. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  112. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  113. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  114. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  115. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  116. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  117. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  118. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  119. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  120. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  121. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  122. package/docs/interfaces/Object3DHelperState.html +8 -8
  123. package/docs/interfaces/ObjectHelperControllers.html +9 -9
  124. package/docs/interfaces/PaintBrushAction.html +12 -12
  125. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  126. package/docs/interfaces/PaintBrushState.html +10 -10
  127. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  128. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  129. package/docs/interfaces/PanoMeasureParameterType.html +12 -12
  130. package/docs/interfaces/PanoMeasurePluginLineJson.html +8 -8
  131. package/docs/interfaces/PanoMeasurePluginOpenParameter.html +7 -7
  132. package/docs/interfaces/PanoMeasurePluginPointJson.html +7 -7
  133. package/docs/interfaces/PanoMeasurePluginPolylineJson.html +8 -8
  134. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  135. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  136. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  137. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  138. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  139. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  140. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  141. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  142. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  143. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  144. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  145. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  146. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  147. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  148. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  149. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  150. package/docs/interfaces/Point.html +8 -8
  151. package/docs/interfaces/Room.html +9 -9
  152. package/docs/interfaces/RoomInfo.html +7 -7
  153. package/docs/interfaces/RoomLabel.html +14 -14
  154. package/docs/interfaces/RoomRules.html +5 -5
  155. package/docs/interfaces/Rooms.html +5 -5
  156. package/docs/interfaces/Scissor.html +9 -9
  157. package/docs/interfaces/State.html +8 -8
  158. package/docs/interfaces/TagCache.html +12 -12
  159. package/docs/interfaces/TagConfig.html +11 -11
  160. package/docs/interfaces/TagIconUrl.html +9 -9
  161. package/docs/interfaces/Tags.html +9 -9
  162. package/docs/interfaces/TemporaryState.html +6 -6
  163. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  164. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  165. package/docs/modules/Util.html +5 -5
  166. package/docs/modules.html +4 -4
  167. package/docs/types/ArrayPosition.html +5 -5
  168. package/docs/types/AudioAppearance.html +5 -5
  169. package/docs/types/AudioTagTypeConfigKey.html +5 -5
  170. package/docs/types/CSS3DRenderExportType.html +5 -5
  171. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  172. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  173. package/docs/types/ClassFunctionParameters.html +5 -5
  174. package/docs/types/Color.html +5 -5
  175. package/docs/types/ContentTypeConfigKey.html +5 -5
  176. package/docs/types/ContentTypeConfigKeySplit.html +5 -5
  177. package/docs/types/ContentTypeMap.html +5 -5
  178. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  179. package/docs/types/Create3DElementReturnType.html +5 -5
  180. package/docs/types/CruisePluginExportType.html +5 -5
  181. package/docs/types/Direction-1.html +5 -5
  182. package/docs/types/Direction4.html +5 -5
  183. package/docs/types/FloorplanRuleLabels.html +5 -5
  184. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  185. package/docs/types/GuideLinePluginExportType.html +5 -5
  186. package/docs/types/HelperEventMap.html +5 -5
  187. package/docs/types/LoadTagConfig.html +5 -5
  188. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  189. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  190. package/docs/types/MediaData.html +5 -5
  191. package/docs/types/MediaStore.html +5 -5
  192. package/docs/types/ModelElement.html +5 -5
  193. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  194. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  195. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  196. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  197. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  198. package/docs/types/MoveArgs.html +5 -5
  199. package/docs/types/MoveOpts.html +5 -5
  200. package/docs/types/Object3DHelperEventMap.html +5 -5
  201. package/docs/types/ObjectFit.html +5 -5
  202. package/docs/types/PaintBrushEventMap.html +5 -5
  203. package/docs/types/PanoCompassPluginData.html +5 -5
  204. package/docs/types/PanoCompassPluginExportType.html +5 -5
  205. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  206. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  207. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  208. package/docs/types/PanoIndex.html +5 -5
  209. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  210. package/docs/types/PanoMeasureReturnType.html +5 -5
  211. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  212. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  213. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  214. package/docs/types/PlaneTag.html +5 -5
  215. package/docs/types/PlaneTagElement.html +5 -5
  216. package/docs/types/Point2DElement.html +5 -5
  217. package/docs/types/Point2DTag.html +5 -5
  218. package/docs/types/Point3DElement.html +5 -5
  219. package/docs/types/Point3DTag.html +5 -5
  220. package/docs/types/PointTag.html +5 -5
  221. package/docs/types/PointTagElement.html +5 -5
  222. package/docs/types/Position.html +5 -5
  223. package/docs/types/RotateArgs.html +5 -5
  224. package/docs/types/RotateOpts.html +5 -5
  225. package/docs/types/RuleLabelsKey.html +5 -5
  226. package/docs/types/RuleLabelsValue.html +5 -5
  227. package/docs/types/StickType.html +5 -5
  228. package/docs/types/Tag.html +5 -5
  229. package/docs/types/Tag2D.html +5 -5
  230. package/docs/types/Tag3D.html +5 -5
  231. package/docs/types/TagContentType.html +5 -5
  232. package/docs/types/TagDimensionType.html +5 -5
  233. package/docs/types/TagElement.html +5 -5
  234. package/docs/types/TagEvents.html +5 -5
  235. package/docs/types/TagGLTFObject.html +5 -5
  236. package/docs/types/TagHooks.html +5 -5
  237. package/docs/types/TagIconSize.html +5 -5
  238. package/docs/types/TagId.html +5 -5
  239. package/docs/types/TagPointType.html +5 -5
  240. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  241. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  242. package/docs/types/WorkCode.html +5 -5
  243. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  244. package/docs/variables/PLUGIN.html +5 -5
  245. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  246. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  247. package/docs/variables/VERSION.html +5 -5
  248. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  249. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  250. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  251. package/libs/CSS3DRenderPlugin/CSS3DRender.js +60 -56
  252. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +3 -2
  253. package/libs/PanoTagPlugin/controller/TagComputer.js +88 -80
  254. package/libs/PanoTagPlugin/controller/index.d.ts +1 -0
  255. package/libs/PanoTagPlugin/controller/index.js +57 -56
  256. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +2 -1
  257. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +38 -38
  258. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.d.ts +1 -0
  259. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +26 -23
  260. package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.d.ts +2 -0
  261. package/libs/shared-utils/Object3DHelper/Helper/BoundingBoxHelper.js +28 -22
  262. package/package.json +1 -1
  263. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
  264. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
  265. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
  266. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
  267. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
  268. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
  269. package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -122
  270. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
  271. package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
  272. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
  273. package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
  274. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
  275. package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
  276. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
  277. package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
  278. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
  279. package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
  280. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
  281. package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
@@ -1,173 +0,0 @@
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;
@@ -1,122 +0,0 @@
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
- };
@@ -1,233 +0,0 @@
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;