@realsee/dnalogel 2.3.4 → 2.3.5-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  2. package/dist/ModelViewPlugin/Plugin.d.ts +8 -0
  3. package/dist/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  4. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  6. package/dist/PanoTagPlugin/controller/index.d.ts +14 -12
  7. package/dist/PanoTagPlugin/index.d.ts +1 -1
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +12 -11
  9. package/dist/PanoTagPlugin/typings/index.d.ts +5 -1
  10. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  11. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  12. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  13. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  14. package/dist/PanoTagPlugin/utils/color.d.ts +7 -0
  15. package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  16. package/dist/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  17. package/dist/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  18. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  19. package/dist/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  20. package/dist/index.cjs.js +51 -51
  21. package/dist/index.js +7181 -6289
  22. package/dist/index.umd.js +43 -43
  23. package/docs/assets/search.js +1 -1
  24. package/docs/classes/CSS3DRender.html +31 -31
  25. package/docs/classes/CruisePluginController.html +24 -24
  26. package/docs/classes/Magnifier.html +16 -16
  27. package/docs/classes/ModelRoomLabelController.html +11 -11
  28. package/docs/classes/Object3DHelperController.html +24 -24
  29. package/docs/classes/PaintBrush.html +15 -15
  30. package/docs/classes/PanoTagPluginController.html +196 -164
  31. package/docs/classes/Util.BetterTween.html +8 -8
  32. package/docs/classes/Util.FivePointSelector.html +12 -12
  33. package/docs/classes/Util.Interval.html +12 -12
  34. package/docs/classes/Util.Magnifier.html +17 -17
  35. package/docs/classes/Util.PointDomHelper.html +11 -11
  36. package/docs/classes/Util.PointHelper.html +11 -11
  37. package/docs/classes/Util.Rectangle.html +13 -13
  38. package/docs/enums/CameraMovementEffect.html +7 -7
  39. package/docs/enums/ContentType.html +75 -35
  40. package/docs/enums/DIRECTION.html +9 -9
  41. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  42. package/docs/enums/DimensionType.html +19 -15
  43. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  44. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  45. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  46. package/docs/enums/PointType.html +19 -15
  47. package/docs/enums/Rotation.html +8 -8
  48. package/docs/functions/CSS3DRenderPlugin.html +35 -13
  49. package/docs/functions/CameraMovementPlugin.html +35 -13
  50. package/docs/functions/CruisePlugin.html +35 -13
  51. package/docs/functions/GuideLinePlugin.html +36 -14
  52. package/docs/functions/ItemLabelPlugin.html +35 -13
  53. package/docs/functions/MapviewFloorplanPlugin.html +35 -13
  54. package/docs/functions/ModelChassisCompassPlugin.html +35 -13
  55. package/docs/functions/ModelEntryDoorGuidePlugin.html +35 -13
  56. package/docs/functions/ModelFloorplanPlugin.html +35 -13
  57. package/docs/functions/ModelItemLabelPlugin.html +35 -13
  58. package/docs/functions/ModelRoomLabelPlugin.html +35 -13
  59. package/docs/functions/ModelTVVideoPlugin.html +35 -13
  60. package/docs/functions/ModelViewPlugin.html +35 -13
  61. package/docs/functions/Object3DHelperPlugin.html +35 -13
  62. package/docs/functions/PanoCompassPlugin.html +35 -13
  63. package/docs/functions/PanoCursorRaycasterPlugin.html +35 -13
  64. package/docs/functions/PanoDoorLabelPlugin.html +35 -13
  65. package/docs/functions/PanoFloorplanRadarPlugin.html +35 -13
  66. package/docs/functions/PanoMeasurePlugin.html +35 -13
  67. package/docs/functions/PanoRulerPlugin.html +35 -13
  68. package/docs/functions/PanoRulerProPlugin.html +35 -13
  69. package/docs/functions/PanoSpatialTagPlugin.html +35 -13
  70. package/docs/functions/PanoTagPlugin.html +41 -23
  71. package/docs/functions/TopviewFloorplanPlugin.html +35 -13
  72. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  73. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  74. package/docs/functions/Util.getFrameTime.html +5 -5
  75. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  76. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  77. package/docs/functions/Util.isNil.html +5 -5
  78. package/docs/functions/Util.nextFrame.html +5 -5
  79. package/docs/functions/Util.notNil.html +5 -5
  80. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  81. package/docs/functions/Util.tweenProgress.html +5 -5
  82. package/docs/functions/pluginFlag.html +36 -14
  83. package/docs/index.html +35 -13
  84. package/docs/interfaces/AddTagConfig.html +64 -0
  85. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  86. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  87. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  88. package/docs/interfaces/EventMap.html +298 -0
  89. package/docs/interfaces/FloorplanBounding.html +8 -8
  90. package/docs/interfaces/FloorplanData.html +10 -10
  91. package/docs/interfaces/FloorplanEntrance.html +11 -11
  92. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  93. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  94. package/docs/interfaces/FloorplanFloorData.html +9 -9
  95. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  96. package/docs/interfaces/FloorplanObserver.html +9 -9
  97. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  98. package/docs/interfaces/FloorplanPosition.html +7 -7
  99. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  100. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  101. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  102. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  103. package/docs/interfaces/FloorplanServerData.html +7 -7
  104. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  105. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  106. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  107. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  108. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  109. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  110. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  111. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  112. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  113. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  114. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  115. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  116. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  117. package/docs/interfaces/LineJson.html +7 -7
  118. package/docs/interfaces/MinMax.html +71 -0
  119. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  120. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  121. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  122. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  123. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  124. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  126. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  127. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  128. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  129. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  130. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  131. package/docs/interfaces/ModelViewPluginExportType.html +57 -9
  132. package/docs/interfaces/Object3DHelperState.html +8 -8
  133. package/docs/interfaces/OpenParameter.html +7 -7
  134. package/docs/interfaces/PaintBrushAction.html +12 -12
  135. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  136. package/docs/interfaces/PaintBrushState.html +10 -10
  137. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +36 -14
  139. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  140. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  141. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  143. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  144. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  145. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  146. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  147. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +36 -14
  148. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +36 -14
  149. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  150. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  151. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  152. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  153. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  154. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  155. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  156. package/docs/interfaces/Point.html +8 -8
  157. package/docs/interfaces/PointJson.html +8 -8
  158. package/docs/interfaces/Room.html +9 -9
  159. package/docs/interfaces/RoomInfo.html +7 -7
  160. package/docs/interfaces/RoomLabel.html +14 -14
  161. package/docs/interfaces/RoomRules.html +36 -14
  162. package/docs/interfaces/Rooms.html +36 -14
  163. package/docs/interfaces/Scissor.html +9 -9
  164. package/docs/interfaces/State.html +89 -0
  165. package/docs/interfaces/TagCache.html +92 -0
  166. package/docs/interfaces/TagConfig.html +15 -19
  167. package/docs/interfaces/TagIconUrl.html +91 -0
  168. package/docs/interfaces/Tags.html +14 -12
  169. package/docs/interfaces/TemporaryState.html +64 -0
  170. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  171. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  172. package/docs/modules/Util.html +5 -5
  173. package/docs/modules.html +65 -21
  174. package/docs/types/ArrayPosition.html +37 -15
  175. package/docs/types/CSS3DRenderExportType.html +36 -14
  176. package/docs/types/CSS3DRenderPluginExportType.html +36 -14
  177. package/docs/types/CSS3DRenderPluginParameterType.html +36 -14
  178. package/docs/types/Color.html +36 -14
  179. package/docs/types/ContentTypeConfigKey.html +37 -15
  180. package/docs/types/ContentTypeMap.html +247 -0
  181. package/docs/types/Create3DDomContainerReturnType.html +36 -14
  182. package/docs/types/Create3DElementReturnType.html +36 -14
  183. package/docs/types/CruisePluginExportType.html +36 -14
  184. package/docs/types/Direction-1.html +36 -14
  185. package/docs/types/Direction4.html +36 -14
  186. package/docs/types/FloorplanRuleLabels.html +36 -14
  187. package/docs/types/FloorplanServerRuleLabels.html +36 -14
  188. package/docs/types/GuideLinePluginExportType.html +36 -14
  189. package/docs/types/HelperEventMap.html +36 -14
  190. package/docs/types/MapviewFloorplanPluginParameterType.html +36 -14
  191. package/docs/types/MapviewFloorplanPluginReturnType.html +36 -14
  192. package/docs/types/MediaData.html +36 -14
  193. package/docs/types/MediaStore.html +247 -0
  194. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +36 -14
  195. package/docs/types/ModelFloorplanPluginParameterType.html +36 -14
  196. package/docs/types/ModelFloorplanPluginReturnType.html +36 -14
  197. package/docs/types/ModelRoomLabelPluginParameters.html +36 -14
  198. package/docs/types/ModelRoomLabelPluginReturnType.html +36 -14
  199. package/docs/types/MoveArgs.html +36 -14
  200. package/docs/types/MoveOpts.html +36 -14
  201. package/docs/types/Object3DHelperEventMap.html +36 -14
  202. package/docs/types/ObjectFit.html +36 -14
  203. package/docs/types/PaintBrushEventMap.html +36 -14
  204. package/docs/types/PanoCompassPluginData.html +36 -14
  205. package/docs/types/PanoCompassPluginExportType.html +36 -14
  206. package/docs/types/PanoCompassPluginParameterType.html +36 -14
  207. package/docs/types/PanoFloorplanRadarPluginParameterType.html +36 -14
  208. package/docs/types/PanoFloorplanRadarPluginReturnType.html +36 -14
  209. package/docs/types/PanoIndex.html +247 -0
  210. package/docs/types/PanoMeasurePluginEvent.html +36 -14
  211. package/docs/types/PanoMeasureReturnType.html +36 -14
  212. package/docs/types/PanoSpatialTagPluginId.html +36 -14
  213. package/docs/types/PanoTagPluginExportInterface.html +36 -14
  214. package/docs/types/PanoTagPluginParamsInterface.html +36 -14
  215. package/docs/types/PlaneTag.html +39 -19
  216. package/docs/types/PlaneTagElement.html +252 -0
  217. package/docs/types/Point2DElement.html +252 -0
  218. package/docs/types/Point2DTag.html +254 -0
  219. package/docs/types/Point3DElement.html +252 -0
  220. package/docs/types/Point3DTag.html +254 -0
  221. package/docs/types/PointTag.html +39 -23
  222. package/docs/types/PointTagElement.html +252 -0
  223. package/docs/types/Position.html +36 -14
  224. package/docs/types/RotateArgs.html +36 -14
  225. package/docs/types/RotateOpts.html +36 -14
  226. package/docs/types/RuleLabelsKey.html +36 -14
  227. package/docs/types/RuleLabelsValue.html +36 -14
  228. package/docs/types/StickType.html +247 -0
  229. package/docs/types/Tag.html +40 -22
  230. package/docs/types/Tag2D.html +41 -20
  231. package/docs/types/Tag3D.html +41 -20
  232. package/docs/types/TagContentType.html +247 -0
  233. package/docs/types/TagDimensionType.html +247 -0
  234. package/docs/types/TagElement.html +254 -0
  235. package/docs/types/TagEvents.html +282 -0
  236. package/docs/types/TagHooks.html +247 -0
  237. package/docs/types/TagIconSize.html +250 -0
  238. package/docs/types/TagId.html +36 -14
  239. package/docs/types/TagPointType.html +250 -0
  240. package/docs/types/TopviewFloorplanPluginParameterType.html +36 -14
  241. package/docs/types/TopviewFloorplanPluginReturnType.html +36 -14
  242. package/docs/types/{ContentTypeConfigKeyArray.html → WorkCode.html} +39 -17
  243. package/docs/variables/FLOOR_TYPE_MAP.html +36 -14
  244. package/docs/variables/PLUGIN.html +36 -14
  245. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +36 -14
  246. package/docs/variables/ROOM_TYPE_MAP.html +36 -14
  247. package/docs/variables/VERSION.html +36 -14
  248. package/docs/variables/itemLabelPluginServerParams.html +36 -14
  249. package/docs/variables/modelItemLabelPluginServerParams.html +36 -14
  250. package/docs/variables/modelRoomLabelPluginServerParams.html +36 -14
  251. package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  252. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +2 -2
  253. package/libs/ModelViewPlugin/Plugin.d.ts +8 -0
  254. package/libs/ModelViewPlugin/Plugin.js +83 -73
  255. package/libs/Object3DHelperPlugin/Controller.js +36 -34
  256. package/libs/PanoTagPlugin/Assets/Icon.d.ts +3 -2
  257. package/libs/PanoTagPlugin/Assets/Icon.js +4 -3
  258. package/libs/PanoTagPlugin/Components/Common/Audio.js +138 -133
  259. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +173 -0
  260. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +108 -0
  261. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +32 -32
  262. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +94 -59
  263. package/libs/PanoTagPlugin/Components/Common/Media.js +212 -194
  264. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +109 -80
  265. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +78 -0
  266. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +135 -0
  267. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +147 -0
  268. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +166 -0
  269. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +209 -0
  270. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +204 -0
  271. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +98 -0
  272. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +100 -130
  273. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +49 -98
  274. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +47 -44
  275. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +98 -0
  276. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +122 -0
  277. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +98 -0
  278. package/libs/PanoTagPlugin/Components/Tag/index.js +130 -133
  279. package/libs/PanoTagPlugin/Components/TagContainer.js +89 -105
  280. package/libs/PanoTagPlugin/Components/TagItem.js +139 -0
  281. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +1 -2
  282. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +15 -14
  283. package/libs/PanoTagPlugin/controller/TagComputer.js +168 -151
  284. package/libs/PanoTagPlugin/controller/index.d.ts +14 -12
  285. package/libs/PanoTagPlugin/controller/index.js +128 -133
  286. package/libs/PanoTagPlugin/index.d.ts +1 -1
  287. package/libs/PanoTagPlugin/index.js +31 -20
  288. package/libs/PanoTagPlugin/tag.config.js +23 -16
  289. package/libs/PanoTagPlugin/typings/controller.d.ts +12 -11
  290. package/libs/PanoTagPlugin/typings/index.d.ts +5 -1
  291. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +53 -0
  292. package/libs/PanoTagPlugin/typings/tag/Tag.js +1 -0
  293. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +88 -0
  294. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +1 -0
  295. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +155 -0
  296. package/libs/PanoTagPlugin/typings/tag/TagData.js +4 -0
  297. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +50 -0
  298. package/libs/PanoTagPlugin/typings/tag/Utils.js +5 -0
  299. package/libs/PanoTagPlugin/utils/color.d.ts +7 -0
  300. package/libs/PanoTagPlugin/utils/color.js +17 -0
  301. package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +16 -0
  302. package/libs/PanoTagPlugin/utils/getImageInfo.js +50 -0
  303. package/libs/PanoTagPlugin/utils/px2rem.d.ts +1 -0
  304. package/libs/PanoTagPlugin/utils/px2rem.js +6 -0
  305. package/libs/PanoTagPlugin/utils/tag/format.d.ts +2 -0
  306. package/libs/PanoTagPlugin/utils/tag/format.js +17 -0
  307. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +7 -0
  308. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +10 -0
  309. package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
  310. package/libs/PanoTagPlugin/utils/timeToString.d.ts +1 -0
  311. package/libs/PanoTagPlugin/utils/timeToString.js +7 -0
  312. package/libs/index.js +112 -101
  313. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +17 -20
  314. package/libs/vendor/svelte/internal/index.js +381 -341
  315. package/package.json +3 -3
  316. package/dist/PanoTagPlugin/typings/tag.d.ts +0 -247
  317. package/docs/enums/LinkType.html +0 -67
  318. package/docs/interfaces/ContentTypeMap.html +0 -212
  319. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +0 -170
  320. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +0 -50
  321. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +0 -50
  322. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +0 -166
  323. package/libs/PanoTagPlugin/Components/Common/Text.js +0 -130
  324. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +0 -131
  325. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +0 -122
  326. package/libs/PanoTagPlugin/Components/TagWrapper.js +0 -152
  327. package/libs/PanoTagPlugin/typings/tag.d.ts +0 -247
  328. package/libs/PanoTagPlugin/typings/tag.js +0 -7
@@ -1,192 +1,162 @@
1
- import { SvelteComponent as B, init as Y, safe_not_equal as z, append_styles as A, empty as q, insert as g, transition_in as m, group_outros as j, transition_out as _, check_outros as D, detach as h, create_component as w, space as y, element as N, attr as C, mount_component as k, update_keyed_each as E, outro_and_destroy_block as F, destroy_component as v } from "../../../vendor/svelte/internal/index.js";
2
- import { uuid as G } from "../../../shared-utils/uuid.js";
3
- import { Text as H } from "../Common/Text.js";
4
- import { Polyline as J } from "../Common/Line/Polyline.js";
5
- import { Media as K } from "../Common/Media.js";
6
- import { Shadow as L } from "../Common/Shadow.js";
7
- function O(a) {
8
- A(a, "svelte-1f7m1lj", ".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}");
1
+ import { SvelteComponent as P, init as R, safe_not_equal as q, append_styles as z, empty as I, insert as c, transition_in as d, group_outros as k, transition_out as _, check_outros as y, detach as $, create_component as b, space as v, element as h, attr as j, mount_component as g, destroy_component as w } from "../../../vendor/svelte/internal/index.js";
2
+ import { FlyText as B } from "../Common/Text/FlyText.js";
3
+ import { Polyline as F } from "../Common/Line/Polyline.js";
4
+ import { Media as M } from "../Common/Media.js";
5
+ import { Shadow as Y } from "../Common/Shadow.js";
6
+ function A(n) {
7
+ z(n, "svelte-1f7m1lj", ".line.svelte-1f7m1lj{position:absolute;width:6.5625rem;height:1.3125rem;transform:translateY(-100%)}.text.svelte-1f7m1lj{position:absolute;width:6.25rem;left:1rem;bottom:0.0625rem;font-weight:600}.media-wrapper.svelte-1f7m1lj{position:absolute;left:0.875rem;top:-5.3125rem;width:5.625rem;height:3.75rem;font-weight:600}");
9
8
  }
10
- function M(a, n, o) {
11
- const e = a.slice();
12
- return e[5] = n[o].id, e[1] = n[o].content, e;
13
- }
14
- function P(a) {
15
- let n, o, e, l, r, i = [], d = /* @__PURE__ */ new Map(), u, c, $;
16
- n = new L({
9
+ function C(n) {
10
+ let i, f, t, e, o, s, u, p;
11
+ i = new Y({
17
12
  props: {
18
- visible: a[4],
13
+ visible: n[3],
19
14
  left: 61,
20
15
  bottom: 57,
21
16
  width: 2,
22
17
  blurRadius: 150,
23
18
  spreadRadius: 75
24
19
  }
25
- }), l = new J({
20
+ }), e = new F({
26
21
  props: {
27
- unfolded: a[4],
28
- duration: 1e3,
22
+ unfolded: n[3],
29
23
  outDelay: 400
30
24
  }
31
25
  });
32
- let b = a[2];
33
- const I = (t) => t[5];
34
- for (let t = 0; t < b.length; t += 1) {
35
- let f = M(a, b, t), p = I(f);
36
- d.set(p, i[t] = R(p, f));
37
- }
38
- let s = a[3] && S(a);
26
+ let r = n[2] && S(n), a = n[1] && T(n);
39
27
  return {
40
28
  c() {
41
- w(n.$$.fragment), o = y(), e = N("div"), w(l.$$.fragment), r = y();
42
- for (let t = 0; t < i.length; t += 1)
43
- i[t].c();
44
- u = y(), s && s.c(), c = q(), C(e, "class", "line svelte-1f7m1lj");
45
- },
46
- m(t, f) {
47
- k(n, t, f), g(t, o, f), g(t, e, f), k(l, e, null), g(t, r, f);
48
- for (let p = 0; p < i.length; p += 1)
49
- i[p].m(t, f);
50
- g(t, u, f), s && s.m(t, f), g(t, c, f), $ = !0;
51
- },
52
- p(t, f) {
53
- const p = {};
54
- f & 16 && (p.visible = t[4]), n.$set(p);
55
- const T = {};
56
- f & 16 && (T.unfolded = t[4]), l.$set(T), f & 20 && (b = t[2], j(), i = E(i, f, I, 1, t, b, d, u.parentNode, F, R, u, M), D()), t[3] ? s ? (s.p(t, f), f & 8 && m(s, 1)) : (s = S(t), s.c(), m(s, 1), s.m(c.parentNode, c)) : s && (j(), _(s, 1, 1, () => {
57
- s = null;
58
- }), D());
59
- },
60
- i(t) {
61
- if (!$) {
62
- m(n.$$.fragment, t), m(l.$$.fragment, t);
63
- for (let f = 0; f < b.length; f += 1)
64
- m(i[f]);
65
- m(s), $ = !0;
66
- }
67
- },
68
- o(t) {
69
- _(n.$$.fragment, t), _(l.$$.fragment, t);
70
- for (let f = 0; f < i.length; f += 1)
71
- _(i[f]);
72
- _(s), $ = !1;
73
- },
74
- d(t) {
75
- v(n, t), t && h(o), t && h(e), v(l), t && h(r);
76
- for (let f = 0; f < i.length; f += 1)
77
- i[f].d(t);
78
- t && h(u), s && s.d(t), t && h(c);
29
+ b(i.$$.fragment), f = v(), t = h("div"), b(e.$$.fragment), o = v(), r && r.c(), s = v(), a && a.c(), u = I(), j(t, "class", "line svelte-1f7m1lj");
30
+ },
31
+ m(l, m) {
32
+ g(i, l, m), c(l, f, m), c(l, t, m), g(e, t, null), c(l, o, m), r && r.m(l, m), c(l, s, m), a && a.m(l, m), c(l, u, m), p = !0;
33
+ },
34
+ p(l, m) {
35
+ const D = {};
36
+ m & 8 && (D.visible = l[3]), i.$set(D);
37
+ const N = {};
38
+ m & 8 && (N.unfolded = l[3]), e.$set(N), l[2] ? r ? (r.p(l, m), m & 4 && d(r, 1)) : (r = S(l), r.c(), d(r, 1), r.m(s.parentNode, s)) : r && (k(), _(r, 1, 1, () => {
39
+ r = null;
40
+ }), y()), l[1] ? a ? (a.p(l, m), m & 2 && d(a, 1)) : (a = T(l), a.c(), d(a, 1), a.m(u.parentNode, u)) : a && (k(), _(a, 1, 1, () => {
41
+ a = null;
42
+ }), y());
43
+ },
44
+ i(l) {
45
+ p || (d(i.$$.fragment, l), d(e.$$.fragment, l), d(r), d(a), p = !0);
46
+ },
47
+ o(l) {
48
+ _(i.$$.fragment, l), _(e.$$.fragment, l), _(r), _(a), p = !1;
49
+ },
50
+ d(l) {
51
+ w(i, l), l && $(f), l && $(t), w(e), l && $(o), r && r.d(l), l && $(s), a && a.d(l), l && $(u);
79
52
  }
80
53
  };
81
54
  }
82
- function R(a, n) {
83
- let o, e, l;
84
- return e = new H({
55
+ function S(n) {
56
+ let i, f, t;
57
+ return f = new B({
85
58
  props: {
86
- unfolded: n[4],
87
- content: n[1],
59
+ unfolded: n[3],
60
+ content: n[2],
88
61
  inDelay: 500
89
62
  }
90
63
  }), {
91
- key: a,
92
- first: null,
93
64
  c() {
94
- o = N("div"), w(e.$$.fragment), C(o, "class", "text svelte-1f7m1lj"), this.first = o;
65
+ i = h("div"), b(f.$$.fragment), j(i, "class", "text svelte-1f7m1lj");
95
66
  },
96
- m(r, i) {
97
- g(r, o, i), k(e, o, null), l = !0;
67
+ m(e, o) {
68
+ c(e, i, o), g(f, i, null), t = !0;
98
69
  },
99
- p(r, i) {
100
- n = r;
101
- const d = {};
102
- i & 16 && (d.unfolded = n[4]), i & 4 && (d.content = n[1]), e.$set(d);
70
+ p(e, o) {
71
+ const s = {};
72
+ o & 8 && (s.unfolded = e[3]), o & 4 && (s.content = e[2]), f.$set(s);
103
73
  },
104
- i(r) {
105
- l || (m(e.$$.fragment, r), l = !0);
74
+ i(e) {
75
+ t || (d(f.$$.fragment, e), t = !0);
106
76
  },
107
- o(r) {
108
- _(e.$$.fragment, r), l = !1;
77
+ o(e) {
78
+ _(f.$$.fragment, e), t = !1;
109
79
  },
110
- d(r) {
111
- r && h(o), v(e);
80
+ d(e) {
81
+ e && $(i), w(f);
112
82
  }
113
83
  };
114
84
  }
115
- function S(a) {
116
- let n, o, e;
117
- return o = new K({
85
+ function T(n) {
86
+ let i, f, t;
87
+ return f = new M({
118
88
  props: {
119
89
  autoplayConfig: { autoplay: !1 },
120
- unfolded: a[4],
121
- mediaData: a[3],
122
- tag: a[0],
90
+ unfolded: n[3],
91
+ mediaData: n[1],
92
+ tag: n[0],
123
93
  enableCarousel: !1,
124
94
  canPlay: !1,
125
- playButtonIfNeed: "small",
95
+ playButtonSizeIfNeed: "small",
126
96
  inDelay: 500,
127
97
  duration: 500
128
98
  }
129
99
  }), {
130
100
  c() {
131
- n = N("div"), w(o.$$.fragment), C(n, "class", "media-wrapper svelte-1f7m1lj");
101
+ i = h("div"), b(f.$$.fragment), j(i, "class", "media-wrapper svelte-1f7m1lj");
132
102
  },
133
- m(l, r) {
134
- g(l, n, r), k(o, n, null), e = !0;
103
+ m(e, o) {
104
+ c(e, i, o), g(f, i, null), t = !0;
135
105
  },
136
- p(l, r) {
137
- const i = {};
138
- r & 16 && (i.unfolded = l[4]), r & 8 && (i.mediaData = l[3]), r & 1 && (i.tag = l[0]), o.$set(i);
106
+ p(e, o) {
107
+ const s = {};
108
+ o & 8 && (s.unfolded = e[3]), o & 2 && (s.mediaData = e[1]), o & 1 && (s.tag = e[0]), f.$set(s);
139
109
  },
140
- i(l) {
141
- e || (m(o.$$.fragment, l), e = !0);
110
+ i(e) {
111
+ t || (d(f.$$.fragment, e), t = !0);
142
112
  },
143
- o(l) {
144
- _(o.$$.fragment, l), e = !1;
113
+ o(e) {
114
+ _(f.$$.fragment, e), t = !1;
145
115
  },
146
- d(l) {
147
- l && h(n), v(o);
116
+ d(e) {
117
+ e && $(i), w(f);
148
118
  }
149
119
  };
150
120
  }
151
- function Q(a) {
152
- let n, o, e = a[0].state && P(a);
121
+ function E(n) {
122
+ let i, f, t = n[0].state && C(n);
153
123
  return {
154
124
  c() {
155
- e && e.c(), n = q();
125
+ t && t.c(), i = I();
156
126
  },
157
- m(l, r) {
158
- e && e.m(l, r), g(l, n, r), o = !0;
127
+ m(e, o) {
128
+ t && t.m(e, o), c(e, i, o), f = !0;
159
129
  },
160
- p(l, [r]) {
161
- l[0].state ? e ? (e.p(l, r), r & 1 && m(e, 1)) : (e = P(l), e.c(), m(e, 1), e.m(n.parentNode, n)) : e && (j(), _(e, 1, 1, () => {
162
- e = null;
163
- }), D());
130
+ p(e, [o]) {
131
+ e[0].state ? t ? (t.p(e, o), o & 1 && d(t, 1)) : (t = C(e), t.c(), d(t, 1), t.m(i.parentNode, i)) : t && (k(), _(t, 1, 1, () => {
132
+ t = null;
133
+ }), y());
164
134
  },
165
- i(l) {
166
- o || (m(e), o = !0);
135
+ i(e) {
136
+ f || (d(t), f = !0);
167
137
  },
168
- o(l) {
169
- _(e), o = !1;
138
+ o(e) {
139
+ _(t), f = !1;
170
140
  },
171
- d(l) {
172
- e && e.d(l), l && h(n);
141
+ d(e) {
142
+ t && t.d(e), e && $(i);
173
143
  }
174
144
  };
175
145
  }
176
- function U(a, n, o) {
177
- let e, l, r, { tag: i } = n, d;
178
- return a.$$set = (u) => {
179
- "tag" in u && o(0, i = u.tag);
180
- }, a.$$.update = () => {
181
- var u, c, $;
182
- a.$$.dirty & 1 && o(4, e = i.state ? i.state.unfolded : !1), a.$$.dirty & 1 && o(1, l = ((c = (u = i.data.text) == null ? void 0 : u.length) != null ? c : 0) > 7 ? (($ = i.data.text) == null ? void 0 : $.substring(0, 6)) + "..." : i.data.text), a.$$.dirty & 1 && o(3, r = i.data.mediaData), a.$$.dirty & 2 && o(2, d = l ? [{ id: G(), content: l }] : []);
183
- }, [i, l, d, r, e];
146
+ function G(n, i, f) {
147
+ let t, e, o, s, { tag: u } = i;
148
+ return n.$$set = (p) => {
149
+ "tag" in p && f(0, u = p.tag);
150
+ }, n.$$.update = () => {
151
+ var p, r, a;
152
+ n.$$.dirty & 1 && f(3, t = u.state ? u.state.unfolded : !1), n.$$.dirty & 1 && f(4, e = (r = (p = u.data.title) != null ? p : u.data.text) != null ? r : ""), n.$$.dirty & 16 && f(2, o = ((a = e.length) != null ? a : 0) > 7 ? e.substring(0, 6) + "..." : e), n.$$.dirty & 1 && f(1, s = u.data.mediaData);
153
+ }, [u, s, o, t, e];
184
154
  }
185
- class te extends B {
186
- constructor(n) {
187
- super(), Y(this, n, U, Q, z, { tag: 0 }, O);
155
+ class Q extends P {
156
+ constructor(i) {
157
+ super(), R(this, i, G, E, q, { tag: 0 }, A);
188
158
  }
189
159
  }
190
160
  export {
191
- te as ImageTextTag
161
+ Q as ImageTextTag
192
162
  };
@@ -1,126 +1,77 @@
1
- import { SvelteComponent as H, init as L, safe_not_equal as q, append_styles as Z, element as f, space as w, create_component as E, text as G, attr as d, insert as c, append as x, mount_component as R, group_outros as M, transition_out as y, check_outros as C, transition_in as b, set_data as B, detach as m, destroy_component as I } from "../../../vendor/svelte/internal/index.js";
2
- import { LinkType as D } from "../../typings/tag.js";
3
- import { Shadow as T } from "../Common/Shadow.js";
4
- function O(A) {
5
- Z(A, "svelte-7x7u86", ".wrapper.svelte-7x7u86{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-7x7u86{position:relative;display:flex;align-items:center;justify-content:center}.icon.svelte-7x7u86{position:relative;margin-bottom:0.6875rem}.arrow0.svelte-7x7u86,.arrow1.svelte-7x7u86,.arrow2.svelte-7x7u86{position:absolute;width:1.625rem;height:0.75rem;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:contain;animation-fill-mode:backwards;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.2s}.arrow1.svelte-7x7u86{position:relative}.arrow0.svelte-7x7u86{top:-0.75rem;animation-name:svelte-7x7u86-up0}.arrow1.svelte-7x7u86{animation-name:svelte-7x7u86-up1}.arrow2.svelte-7x7u86{top:0.75rem;animation-name:svelte-7x7u86-up2}.text.svelte-7x7u86{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;word-break:break-all;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}@keyframes svelte-7x7u86-up0{0%{opacity:0.8;transform:translate3d(0, 0, 0) scale(0.84)}33.33%,100%{opacity:0;transform:translate3d(0, -0.75rem, 0) scale(0.84)}}@keyframes svelte-7x7u86-up1{0%{opacity:1;transform:translate3d(0, 0, 0) scale(1)}33.33%,100%{opacity:0.8;transform:translate3d(0, -0.75rem, 0) scale(0.84)}}@keyframes svelte-7x7u86-up2{0%{opacity:0}33.33%,100%{opacity:1;transform:translate3d(0, -0.75rem, 0)}}.link.svelte-7x7u86{position:relative;width:1.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAkCAMAAAAgl+0yAAAAnFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+TINBkAAAAM3RSTlMAjLy6ILM2Fi+Zng3BrPvao4VC9ceneQfKkmNdV1AbEeLOsHA77ujUtn5JLnRraSUUjVLj/+RVAAABhElEQVRIx63V2W6CQBiGYUBUQGDYdwTZQZZa7v/eimik/ket/7yZ4yeTTCYf8+dOX8etxGVoxAvCVbguR3g0uRTMA0w4odGi+CbzFnGKosCqrmHc5rdEwzCwqtGFJlC7DqtOcTxANY67BHnVKOpVoEZRjFPdLgxbqIZhhFTjINChGgThF06NhpGd35OGMcCppyDPfajm+YhUR8cRoeo4+RGlJnnbalBt2x6nHh1dt4Gq6bqDU886y2ZQZVn9jFJ51vcbqPo+Up18UeSgKoo3nHqVJEkGqi1JPk49aLZmQdW2xXf1zP+vUFHsC1QVReK33xdk+w9SaqAq+732UvvdZ2UEqrud8lR5Wc4a7pO8GaoL9VBjy7rMlMosq1lV43LhZlrtF+yuJlbtEXpqXXP3NYwI8VJqakOIziw5aepV1FQuTdfhvlWVZdJCrao6MPe0spRpqV5ZFivqNqYpq3RQ2TST5/h4quoRCmwqq6rymol6plV53IZSomTKE/MroWfxDevL/wAEdPq1eGDh4AAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1.2s;animation-name:svelte-7x7u86-left-right}@keyframes svelte-7x7u86-left-right{0%,100%{opacity:0.8;transform:translateX(-0.3125rem)}50%{opacity:1;transform:translateX(0)}}");
1
+ import { SvelteComponent as v, init as _, safe_not_equal as $, append_styles as b, element as s, create_component as u, space as g, attr as c, insert as h, mount_component as w, append as m, transition_in as f, transition_out as p, detach as x, destroy_component as y, noop as k } from "../../../vendor/svelte/internal/index.js";
2
+ import { Shadow as z } from "../Common/Shadow.js";
3
+ import { Icon as j } from "../Common/Icon/Icon.js";
4
+ function C(a) {
5
+ b(a, "svelte-1lmyni6", ".wrapper.svelte-1lmyni6{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-1lmyni6{position:relative;display:flex;align-items:center;justify-content:center}.text.svelte-1lmyni6{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;word-break:break-all;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}");
6
6
  }
7
- function N(A) {
8
- let i, r, e, t;
9
- return i = new T({
7
+ function D(a) {
8
+ let e, i, r, o, n;
9
+ return i = new z({
10
10
  props: {
11
- visible: !0,
12
11
  outDelay: 0,
13
12
  inDelay: 0,
14
- width: 1.4,
15
- left: 13,
16
- bottom: "auto",
17
- blurRadius: 50,
18
- spreadRadius: 18
19
- }
20
- }), {
21
- c() {
22
- E(i.$$.fragment), r = w(), e = f("div"), d(e, "class", "link svelte-7x7u86");
23
- },
24
- m(o, n) {
25
- R(i, o, n), c(o, r, n), c(o, e, n), t = !0;
26
- },
27
- i(o) {
28
- t || (b(i.$$.fragment, o), t = !0);
29
- },
30
- o(o) {
31
- y(i.$$.fragment, o), t = !1;
32
- },
33
- d(o) {
34
- I(i, o), o && m(r), o && m(e);
35
- }
36
- };
37
- }
38
- function S(A) {
39
- let i, r, e, t, o, n, s, p;
40
- return i = new T({
41
- props: {
42
- visible: !0,
43
- outDelay: 0,
44
- inDelay: 0,
45
- height: 1.2,
46
- left: 13,
47
- bottom: 12,
48
- blurRadius: 50,
49
- spreadRadius: 18
13
+ center: !0,
14
+ width: "80%",
15
+ blurRadius: 40,
16
+ spreadRadius: 16,
17
+ opacity: 0.08
50
18
  }
51
19
  }), {
52
20
  c() {
53
- E(i.$$.fragment), r = w(), e = f("div"), t = w(), o = f("div"), n = w(), s = f("div"), d(e, "class", "arrow0 svelte-7x7u86"), d(o, "class", "arrow1 svelte-7x7u86"), d(s, "class", "arrow2 svelte-7x7u86");
21
+ e = s("div"), u(i.$$.fragment), r = g(), o = s("div"), o.textContent = `${a[1]}`, c(o, "class", "text svelte-1lmyni6"), c(e, "class", "text-wrapper svelte-1lmyni6");
54
22
  },
55
- m(a, u) {
56
- R(i, a, u), c(a, r, u), c(a, e, u), c(a, t, u), c(a, o, u), c(a, n, u), c(a, s, u), p = !0;
23
+ m(t, l) {
24
+ h(t, e, l), w(i, e, null), m(e, r), m(e, o), n = !0;
57
25
  },
58
- i(a) {
59
- p || (b(i.$$.fragment, a), p = !0);
26
+ p: k,
27
+ i(t) {
28
+ n || (f(i.$$.fragment, t), n = !0);
60
29
  },
61
- o(a) {
62
- y(i.$$.fragment, a), p = !1;
30
+ o(t) {
31
+ p(i.$$.fragment, t), n = !1;
63
32
  },
64
- d(a) {
65
- I(i, a), a && m(r), a && m(e), a && m(t), a && m(o), a && m(n), a && m(s);
33
+ d(t) {
34
+ t && x(e), y(i);
66
35
  }
67
36
  };
68
37
  }
69
- function J(A) {
70
- let i, r, e, t, o, n, s, p, a, u = A[0].text + "", h, g;
71
- const U = [S, N], v = [];
72
- function F(l, k) {
73
- return l[0].linkType === D.VrLink ? 0 : l[0].linkType === D.NormalLink ? 1 : -1;
74
- }
75
- return ~(e = F(A)) && (t = v[e] = U[e](A)), s = new T({
76
- props: {
77
- visible: !0,
78
- outDelay: 0,
79
- inDelay: 0,
80
- left: "auto",
81
- bottom: "auto",
82
- width: "80%",
83
- blurRadius: 40,
84
- spreadRadius: 16,
85
- opacity: 0.08
86
- }
87
- }), {
38
+ function R(a) {
39
+ let e, i, r, o;
40
+ i = new j({ props: { icon: a[0] } });
41
+ let n = a[1] && D(a);
42
+ return {
88
43
  c() {
89
- i = f("div"), r = f("div"), t && t.c(), o = w(), n = f("div"), E(s.$$.fragment), p = w(), a = f("div"), h = G(u), d(r, "class", "icon svelte-7x7u86"), d(a, "class", "text svelte-7x7u86"), d(n, "class", "text-wrapper svelte-7x7u86"), d(i, "class", "wrapper svelte-7x7u86");
44
+ e = s("div"), u(i.$$.fragment), r = g(), n && n.c(), c(e, "class", "wrapper svelte-1lmyni6");
90
45
  },
91
- m(l, k) {
92
- c(l, i, k), x(i, r), ~e && v[e].m(r, null), x(i, o), x(i, n), R(s, n, null), x(n, p), x(n, a), x(a, h), g = !0;
46
+ m(t, l) {
47
+ h(t, e, l), w(i, e, null), m(e, r), n && n.m(e, null), o = !0;
93
48
  },
94
- p(l, [k]) {
95
- let V = e;
96
- e = F(l), e !== V && (t && (M(), y(v[V], 1, 1, () => {
97
- v[V] = null;
98
- }), C()), ~e ? (t = v[e], t || (t = v[e] = U[e](l), t.c()), b(t, 1), t.m(r, null)) : t = null), (!g || k & 1) && u !== (u = l[0].text + "") && B(h, u);
49
+ p(t, [l]) {
50
+ t[1] && n.p(t, l);
99
51
  },
100
- i(l) {
101
- g || (b(t), b(s.$$.fragment, l), g = !0);
52
+ i(t) {
53
+ o || (f(i.$$.fragment, t), f(n), o = !0);
102
54
  },
103
- o(l) {
104
- y(t), y(s.$$.fragment, l), g = !1;
55
+ o(t) {
56
+ p(i.$$.fragment, t), p(n), o = !1;
105
57
  },
106
- d(l) {
107
- l && m(i), ~e && v[e].d(), I(s);
58
+ d(t) {
59
+ t && x(e), y(i), n && n.d();
108
60
  }
109
61
  };
110
62
  }
111
- function K(A, i, r) {
112
- let e, { tag: t } = i;
113
- return A.$$set = (o) => {
114
- "tag" in o && r(1, t = o.tag);
115
- }, A.$$.update = () => {
116
- A.$$.dirty & 2 && r(0, e = t.data);
117
- }, [e, t];
63
+ function S(a, e, i) {
64
+ var t, l;
65
+ let { tag: r } = e, o = (t = r.data.icon) != null ? t : r.style.point, n = (l = r.data.title) != null ? l : r.data.text;
66
+ return a.$$set = (d) => {
67
+ "tag" in d && i(2, r = d.tag);
68
+ }, [o, n, r];
118
69
  }
119
- class z extends H {
120
- constructor(i) {
121
- super(), L(this, i, K, J, q, { tag: 1 }, O);
70
+ class T extends v {
71
+ constructor(e) {
72
+ super(), _(this, e, S, R, $, { tag: 2 }, C);
122
73
  }
123
74
  }
124
75
  export {
125
- z as LinkTag
76
+ T as LinkTag
126
77
  };
@@ -1,87 +1,90 @@
1
- import { SvelteComponent as g, init as y, safe_not_equal as b, append_styles as h, empty as w, insert as m, transition_in as f, group_outros as C, transition_out as d, check_outros as D, detach as _, element as j, create_component as k, attr as F, mount_component as M, destroy_component as v } from "../../../vendor/svelte/internal/index.js";
2
- import { Media as N } from "../Common/Media.js";
1
+ import { SvelteComponent as y, init as b, safe_not_equal as h, append_styles as w, empty as C, insert as _, transition_in as p, group_outros as D, transition_out as s, check_outros as I, detach as g, element as j, create_component as k, attr as F, mount_component as M, destroy_component as N } from "../../../vendor/svelte/internal/index.js";
2
+ import { Media as B } from "../Common/Media.js";
3
3
  function P(a) {
4
- h(a, "svelte-10cw0el", ".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}");
4
+ w(a, "svelte-10cw0el", ".media-wrapper.svelte-10cw0el{position:absolute;width:100%;height:100%}");
5
5
  }
6
- function c(a) {
7
- let i, n, t;
8
- return n = new N({
6
+ function m(a) {
7
+ var n;
8
+ let i, o, t;
9
+ return o = new B({
9
10
  props: {
10
- unfolded: a[5],
11
- mediaData: a[4],
11
+ unfolded: a[6],
12
+ mediaData: a[5],
12
13
  objectFit: a[2],
13
14
  enableCarousel: a[1],
14
15
  autoplayConfig: a[3],
15
16
  tag: a[0],
16
17
  canPlay: !0,
17
- playButtonIfNeed: "large",
18
+ playButtonSizeIfNeed: "large",
19
+ playButtonIfNeed: (n = a[4]) != null ? n : "withText",
18
20
  inDelay: 500,
19
21
  duration: 500
20
22
  }
21
23
  }), {
22
24
  c() {
23
- i = j("div"), k(n.$$.fragment), F(i, "class", "media-wrapper svelte-10cw0el");
25
+ i = j("div"), k(o.$$.fragment), F(i, "class", "media-wrapper svelte-10cw0el");
24
26
  },
25
- m(e, o) {
26
- m(e, i, o), M(n, i, null), t = !0;
27
+ m(e, r) {
28
+ _(e, i, r), M(o, i, null), t = !0;
27
29
  },
28
- p(e, o) {
29
- const r = {};
30
- o & 32 && (r.unfolded = e[5]), o & 16 && (r.mediaData = e[4]), o & 4 && (r.objectFit = e[2]), o & 2 && (r.enableCarousel = e[1]), o & 8 && (r.autoplayConfig = e[3]), o & 1 && (r.tag = e[0]), n.$set(r);
30
+ p(e, r) {
31
+ var f;
32
+ const l = {};
33
+ r & 64 && (l.unfolded = e[6]), r & 32 && (l.mediaData = e[5]), r & 4 && (l.objectFit = e[2]), r & 2 && (l.enableCarousel = e[1]), r & 8 && (l.autoplayConfig = e[3]), r & 1 && (l.tag = e[0]), r & 16 && (l.playButtonIfNeed = (f = e[4]) != null ? f : "withText"), o.$set(l);
31
34
  },
32
35
  i(e) {
33
- t || (f(n.$$.fragment, e), t = !0);
36
+ t || (p(o.$$.fragment, e), t = !0);
34
37
  },
35
38
  o(e) {
36
- d(n.$$.fragment, e), t = !1;
39
+ s(o.$$.fragment, e), t = !1;
37
40
  },
38
41
  d(e) {
39
- e && _(i), v(n);
42
+ e && g(i), N(o);
40
43
  }
41
44
  };
42
45
  }
43
- function q(a) {
44
- let i, n, t = a[0].state && a[4] && c(a);
46
+ function S(a) {
47
+ let i, o, t = a[0].state && a[5] && m(a);
45
48
  return {
46
49
  c() {
47
- t && t.c(), i = w();
50
+ t && t.c(), i = C();
48
51
  },
49
- m(e, o) {
50
- t && t.m(e, o), m(e, i, o), n = !0;
52
+ m(n, e) {
53
+ t && t.m(n, e), _(n, i, e), o = !0;
51
54
  },
52
- p(e, [o]) {
53
- e[0].state && e[4] ? t ? (t.p(e, o), o & 17 && f(t, 1)) : (t = c(e), t.c(), f(t, 1), t.m(i.parentNode, i)) : t && (C(), d(t, 1, 1, () => {
55
+ p(n, [e]) {
56
+ n[0].state && n[5] ? t ? (t.p(n, e), e & 33 && p(t, 1)) : (t = m(n), t.c(), p(t, 1), t.m(i.parentNode, i)) : t && (D(), s(t, 1, 1, () => {
54
57
  t = null;
55
- }), D());
58
+ }), I());
56
59
  },
57
- i(e) {
58
- n || (f(t), n = !0);
60
+ i(n) {
61
+ o || (p(t), o = !0);
59
62
  },
60
- o(e) {
61
- d(t), n = !1;
63
+ o(n) {
64
+ s(t), o = !1;
62
65
  },
63
- d(e) {
64
- t && t.d(e), e && _(i);
66
+ d(n) {
67
+ t && t.d(n), n && g(i);
65
68
  }
66
69
  };
67
70
  }
68
- function B(a, i, n) {
69
- let t, e, o, r, s, { tag: l } = i;
70
- return a.$$set = (u) => {
71
- "tag" in u && n(0, l = u.tag);
71
+ function T(a, i, o) {
72
+ let t, n, e, r, l, f, { tag: u } = i;
73
+ return a.$$set = (d) => {
74
+ "tag" in d && o(0, u = d.tag);
72
75
  }, a.$$.update = () => {
73
- var u, p;
74
- a.$$.dirty & 1 && n(5, t = l.state ? l.state.unfolded : !1), a.$$.dirty & 1 && n(4, e = l.data.mediaData), a.$$.dirty & 1 && n(1, o = l.data.enableCarousel), a.$$.dirty & 3 && n(3, r = (u = l.data.autoplayConfig) != null ? u : {
75
- autoplay: o != null ? o : !0,
76
+ var d, c;
77
+ a.$$.dirty & 1 && o(6, t = u.state ? u.state.unfolded : !1), a.$$.dirty & 1 && o(5, n = u.data.mediaData), a.$$.dirty & 1 && o(1, e = u.data.enableCarousel), a.$$.dirty & 1 && o(4, r = u.data.playIcon), a.$$.dirty & 3 && o(3, l = (d = u.data.autoplayConfig) != null ? d : {
78
+ autoplay: e != null ? e : !0,
76
79
  autoplayVideo: !0
77
- }), a.$$.dirty & 1 && n(2, s = (p = l.data.objectFit) != null ? p : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
78
- }, [l, o, s, r, e, t];
80
+ }), a.$$.dirty & 1 && o(2, f = (c = u.data.objectFit) != null ? c : (() => u.data.adaptationMode === "stretch" ? "cover" : u.data.adaptationMode === "proportional" ? "contain" : void 0)());
81
+ }, [u, e, f, l, r, n, t];
79
82
  }
80
- class V extends g {
83
+ class z extends y {
81
84
  constructor(i) {
82
- super(), y(this, i, B, q, b, { tag: 0 }, P);
85
+ super(), b(this, i, T, S, h, { tag: 0 }, P);
83
86
  }
84
87
  }
85
88
  export {
86
- V as MediaPlane
89
+ z as MediaPlane
87
90
  };