@realsee/dnalogel 2.1.2-alpha.0 → 2.1.2-alpha.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 (521) hide show
  1. package/README.md +3 -12
  2. package/docs/classes/CruisePluginController.html +24 -24
  3. package/docs/classes/Magnifier.html +16 -16
  4. package/docs/classes/ModelRoomLabelController.html +11 -11
  5. package/docs/classes/Object3DHelperController.html +24 -24
  6. package/docs/classes/PaintBrush.html +15 -15
  7. package/docs/classes/PanoTagPluginController.html +39 -39
  8. package/docs/classes/Util.BetterTween.html +8 -8
  9. package/docs/classes/Util.FivePointSelector.html +12 -12
  10. package/docs/classes/Util.Interval.html +12 -12
  11. package/docs/classes/Util.Magnifier.html +17 -17
  12. package/docs/classes/Util.PointDomHelper.html +11 -11
  13. package/docs/classes/Util.PointHelper.html +11 -11
  14. package/docs/classes/Util.Rectangle.html +13 -13
  15. package/docs/enums/CameraMovementEffect.html +7 -7
  16. package/docs/enums/ContentType.html +12 -12
  17. package/docs/enums/DIRECTION.html +9 -9
  18. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  19. package/docs/enums/DimensionType.html +7 -7
  20. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  21. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  22. package/docs/enums/LinkType.html +7 -7
  23. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  24. package/docs/enums/PointType.html +7 -7
  25. package/docs/enums/Rotation.html +8 -8
  26. package/docs/functions/CSS3DRenderPlugin.html +4 -4
  27. package/docs/functions/CameraMovementPlugin.html +4 -4
  28. package/docs/functions/CruisePlugin.html +4 -4
  29. package/docs/functions/GuideLinePlugin.html +5 -5
  30. package/docs/functions/ItemLabelPlugin.html +4 -4
  31. package/docs/functions/MapviewFloorplanPlugin.html +4 -4
  32. package/docs/functions/ModelChassisCompassPlugin.html +4 -4
  33. package/docs/functions/ModelEntryDoorGuidePlugin.html +4 -4
  34. package/docs/functions/ModelFloorplanPlugin.html +4 -4
  35. package/docs/functions/ModelItemLabelPlugin.html +4 -4
  36. package/docs/functions/ModelRoomLabelPlugin.html +4 -4
  37. package/docs/functions/ModelTVVideoPlugin.html +4 -4
  38. package/docs/functions/ModelViewPlugin.html +4 -4
  39. package/docs/functions/Object3DHelperPlugin.html +4 -4
  40. package/docs/functions/PanoCompassPlugin.html +4 -4
  41. package/docs/functions/PanoCursorRaycasterPlugin.html +4 -4
  42. package/docs/functions/PanoDoorLabelPlugin.html +4 -4
  43. package/docs/functions/PanoFloorplanRadarPlugin.html +4 -4
  44. package/docs/functions/PanoMeasurePlugin.html +4 -4
  45. package/docs/functions/PanoRulerPlugin.html +4 -4
  46. package/docs/functions/PanoRulerProPlugin.html +4 -4
  47. package/docs/functions/PanoSpatialTagPlugin.html +4 -4
  48. package/docs/functions/PanoTagPlugin.html +4 -4
  49. package/docs/functions/TopviewFloorplanPlugin.html +4 -4
  50. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  51. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  52. package/docs/functions/Util.getFrameTime.html +5 -5
  53. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  54. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  55. package/docs/functions/Util.isNil.html +5 -5
  56. package/docs/functions/Util.nextFrame.html +5 -5
  57. package/docs/functions/Util.notNil.html +5 -5
  58. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  59. package/docs/functions/Util.tweenProgress.html +5 -5
  60. package/docs/functions/pluginFlag.html +5 -5
  61. package/docs/index.html +6 -11
  62. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  63. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  64. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  65. package/docs/interfaces/ContentTypeMap.html +12 -12
  66. package/docs/interfaces/FloorplanBounding.html +8 -8
  67. package/docs/interfaces/FloorplanData.html +10 -10
  68. package/docs/interfaces/FloorplanEntrance.html +11 -11
  69. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  70. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  71. package/docs/interfaces/FloorplanFloorData.html +9 -9
  72. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  73. package/docs/interfaces/FloorplanObserver.html +9 -9
  74. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  75. package/docs/interfaces/FloorplanPosition.html +7 -7
  76. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  77. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  78. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  79. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  80. package/docs/interfaces/FloorplanServerData.html +7 -7
  81. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  82. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  83. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  84. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  85. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  86. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  87. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  88. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  89. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  90. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  91. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  92. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  93. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  94. package/docs/interfaces/LineJson.html +7 -7
  95. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  96. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  97. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  98. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  99. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  100. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  101. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  102. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  103. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  104. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  105. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  106. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  107. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  108. package/docs/interfaces/Object3DHelperState.html +8 -8
  109. package/docs/interfaces/OpenParameter.html +7 -7
  110. package/docs/interfaces/PaintBrushAction.html +12 -12
  111. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  112. package/docs/interfaces/PaintBrushState.html +10 -10
  113. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  114. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +5 -5
  115. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  116. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  117. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  118. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  119. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  120. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  121. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  122. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  123. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +5 -5
  124. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +5 -5
  125. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  126. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  127. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  128. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  129. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  130. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  131. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  132. package/docs/interfaces/Point.html +8 -8
  133. package/docs/interfaces/PointJson.html +8 -8
  134. package/docs/interfaces/Room.html +9 -9
  135. package/docs/interfaces/RoomInfo.html +7 -7
  136. package/docs/interfaces/RoomLabel.html +14 -14
  137. package/docs/interfaces/RoomRules.html +5 -5
  138. package/docs/interfaces/Rooms.html +5 -5
  139. package/docs/interfaces/Scissor.html +9 -9
  140. package/docs/interfaces/TagConfig.html +10 -10
  141. package/docs/interfaces/Tags.html +9 -9
  142. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  143. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  144. package/docs/modules/Util.html +5 -5
  145. package/docs/modules.html +4 -4
  146. package/docs/types/ArrayPosition.html +5 -5
  147. package/docs/types/CSS3DRenderExportType.html +5 -5
  148. package/docs/types/CSS3DRenderPluginExportType.html +5 -5
  149. package/docs/types/CSS3DRenderPluginParameterType.html +5 -5
  150. package/docs/types/Color.html +5 -5
  151. package/docs/types/ContentTypeConfigKey.html +5 -5
  152. package/docs/types/ContentTypeConfigKeyArray.html +5 -5
  153. package/docs/types/Create3DDomContainerReturnType.html +5 -5
  154. package/docs/types/Create3DElementReturnType.html +5 -5
  155. package/docs/types/CruisePluginExportType.html +5 -5
  156. package/docs/types/Direction-1.html +5 -5
  157. package/docs/types/Direction4.html +5 -5
  158. package/docs/types/FloorplanRuleLabels.html +5 -5
  159. package/docs/types/FloorplanServerRuleLabels.html +5 -5
  160. package/docs/types/GuideLinePluginExportType.html +5 -5
  161. package/docs/types/HelperEventMap.html +5 -5
  162. package/docs/types/MapviewFloorplanPluginParameterType.html +5 -5
  163. package/docs/types/MapviewFloorplanPluginReturnType.html +5 -5
  164. package/docs/types/MediaData.html +5 -5
  165. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +5 -5
  166. package/docs/types/ModelFloorplanPluginParameterType.html +5 -5
  167. package/docs/types/ModelFloorplanPluginReturnType.html +5 -5
  168. package/docs/types/ModelRoomLabelPluginParameters.html +5 -5
  169. package/docs/types/ModelRoomLabelPluginReturnType.html +5 -5
  170. package/docs/types/MoveArgs.html +5 -5
  171. package/docs/types/MoveOpts.html +5 -5
  172. package/docs/types/Object3DHelperEventMap.html +5 -5
  173. package/docs/types/ObjectFit.html +5 -5
  174. package/docs/types/PaintBrushEventMap.html +5 -5
  175. package/docs/types/PanoCompassPluginData.html +5 -5
  176. package/docs/types/PanoCompassPluginExportType.html +5 -5
  177. package/docs/types/PanoCompassPluginParameterType.html +5 -5
  178. package/docs/types/PanoFloorplanRadarPluginParameterType.html +5 -5
  179. package/docs/types/PanoFloorplanRadarPluginReturnType.html +5 -5
  180. package/docs/types/PanoMeasurePluginEvent.html +5 -5
  181. package/docs/types/PanoMeasureReturnType.html +5 -5
  182. package/docs/types/PanoSpatialTagPluginId.html +5 -5
  183. package/docs/types/PanoTagPluginExportInterface.html +5 -5
  184. package/docs/types/PanoTagPluginParamsInterface.html +5 -5
  185. package/docs/types/PlaneTag.html +5 -5
  186. package/docs/types/PointTag.html +5 -5
  187. package/docs/types/Position.html +5 -5
  188. package/docs/types/RotateArgs.html +5 -5
  189. package/docs/types/RotateOpts.html +5 -5
  190. package/docs/types/RuleLabelsKey.html +5 -5
  191. package/docs/types/RuleLabelsValue.html +5 -5
  192. package/docs/types/Tag.html +5 -5
  193. package/docs/types/Tag2D.html +5 -5
  194. package/docs/types/Tag3D.html +5 -5
  195. package/docs/types/TagId.html +5 -5
  196. package/docs/types/TopviewFloorplanPluginParameterType.html +5 -5
  197. package/docs/types/TopviewFloorplanPluginReturnType.html +5 -5
  198. package/docs/variables/FLOOR_TYPE_MAP.html +5 -5
  199. package/docs/variables/PLUGIN.html +5 -5
  200. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +5 -5
  201. package/docs/variables/ROOM_TYPE_MAP.html +5 -5
  202. package/docs/variables/VERSION.html +5 -5
  203. package/docs/variables/itemLabelPluginServerParams.html +5 -5
  204. package/docs/variables/modelItemLabelPluginServerParams.html +5 -5
  205. package/docs/variables/modelRoomLabelPluginServerParams.html +5 -5
  206. package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -331
  207. package/libs/CSS3DRenderPlugin/Controller.js +1 -84
  208. package/libs/CSS3DRenderPlugin/index.js +1 -6
  209. package/libs/CSS3DRenderPlugin/typing.js +1 -0
  210. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +1 -67
  211. package/libs/CSS3DRenderPlugin/utils/centerPoint.js +1 -10
  212. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +1 -7
  213. package/libs/CSS3DRenderPlugin/utils/index.js +1 -0
  214. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +1 -7
  215. package/libs/CSS3DRenderPlugin/utils/random.js +1 -0
  216. package/libs/CameraMovementPlugin/CameraMovementPlugin.js +1 -88
  217. package/libs/CameraMovementPlugin/index.js +1 -0
  218. package/libs/CameraMovementPlugin/typing.js +1 -5
  219. package/libs/CruisePlugin/Controller.js +1 -484
  220. package/libs/CruisePlugin/index.js +1 -8
  221. package/libs/CruisePlugin/utils/coordinatesAngle.js +1 -8
  222. package/libs/CruisePlugin/utils/coordinatesToVector.js +1 -12
  223. package/libs/CruisePlugin/utils/formatRad.js +1 -7
  224. package/libs/CruisePlugin/utils/linerValue.js +1 -7
  225. package/libs/CruisePlugin/utils/safeCall.js +1 -28
  226. package/libs/CruisePlugin/utils/sleep.js +1 -10
  227. package/libs/CruisePlugin/utils/vectorToCoordinates.js +1 -10
  228. package/libs/GuideLinePlugin/Controller.js +1 -144
  229. package/libs/GuideLinePlugin/index.js +1 -6
  230. package/libs/GuideLinePlugin/utils/getArrowMaterial.js +1 -13
  231. package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -64
  232. package/libs/ItemLabelPlugin/ItemLabelComponent.js +1 -271
  233. package/libs/ItemLabelPlugin/ItemLabelItem.js +2 -133
  234. package/libs/ItemLabelPlugin/Plugin.js +2 -76
  235. package/libs/ItemLabelPlugin/index.js +1 -12
  236. package/libs/ItemLabelPlugin/typings.js +1 -4
  237. package/libs/ItemLabelPlugin/utils/getLabelTransform.js +1 -4
  238. package/libs/ItemLabelPlugin/utils/getStrokeLength.js +1 -16
  239. package/libs/ItemLabelPlugin/utils/isImpacted.js +1 -10
  240. package/libs/ItemLabelPlugin/utils/parseData.js +1 -21
  241. package/libs/ItemLabelPlugin/utils/transform2RenderData.js +1 -21
  242. package/libs/ModelChassisCompassPlugin/Plugin.js +1 -71
  243. package/libs/ModelChassisCompassPlugin/index.js +1 -0
  244. package/libs/ModelEntryDoorGuidePlugin/Plugin.js +1 -78
  245. package/libs/ModelEntryDoorGuidePlugin/index.js +1 -0
  246. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +1 -212
  247. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +2 -42
  248. package/libs/ModelItemLabelPlugin/ModelItemLabelPlugin.js +2 -74
  249. package/libs/ModelItemLabelPlugin/events.type.js +1 -0
  250. package/libs/ModelItemLabelPlugin/index.js +1 -12
  251. package/libs/ModelItemLabelPlugin/typings.js +1 -4
  252. package/libs/ModelItemLabelPlugin/utils/parseData.js +1 -19
  253. package/libs/ModelRoomLabelPlugin/Assets/roomLabelBg.js +1 -4
  254. package/libs/ModelRoomLabelPlugin/Controller.js +1 -60
  255. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +1 -45
  256. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +1 -162
  257. package/libs/ModelRoomLabelPlugin/index.js +1 -10
  258. package/libs/ModelRoomLabelPlugin/utils/parseData.js +1 -16
  259. package/libs/ModelTVVideoPlugin/Plugin.js +1 -164
  260. package/libs/ModelTVVideoPlugin/index.js +1 -0
  261. package/libs/ModelTVVideoPlugin/typings.js +1 -4
  262. package/libs/ModelTVVideoPlugin/utils/parseData.js +1 -20
  263. package/libs/ModelViewPlugin/Plugin.js +1 -107
  264. package/libs/ModelViewPlugin/index.js +1 -0
  265. package/libs/Object3DHelperPlugin/Controller.js +1 -145
  266. package/libs/Object3DHelperPlugin/FiveControllerWrapper.js +1 -32
  267. package/libs/Object3DHelperPlugin/index.js +1 -10
  268. package/libs/PanoCompassPlugin/Assets/roomInfoIcon.js +1 -4
  269. package/libs/PanoCompassPlugin/Controller.js +1 -224
  270. package/libs/PanoCompassPlugin/getRoomInfoInstance.js +1 -24
  271. package/libs/PanoCompassPlugin/index.js +1 -6
  272. package/libs/PanoCursorRaycasterPlugin/index.js +1 -59
  273. package/libs/PanoDoorLabelPlugin/BaseController.js +1 -59
  274. package/libs/PanoDoorLabelPlugin/Controller.js +1 -219
  275. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -65
  276. package/libs/PanoDoorLabelPlugin/index.js +1 -6
  277. package/libs/PanoDoorLabelPlugin/utils.js +1 -23
  278. package/libs/PanoMeasurePlugin/Controller/BaseController.js +1 -53
  279. package/libs/PanoMeasurePlugin/Controller/EditController.js +1 -102
  280. package/libs/PanoMeasurePlugin/Controller/MixedController.js +1 -125
  281. package/libs/PanoMeasurePlugin/Controller/ShortcutKeyController.js +1 -33
  282. package/libs/PanoMeasurePlugin/Controller/ViewController.js +1 -90
  283. package/libs/PanoMeasurePlugin/Controller/WatchController.js +1 -154
  284. package/libs/PanoMeasurePlugin/Controller/index.js +1 -140
  285. package/libs/PanoMeasurePlugin/Model/index.js +1 -92
  286. package/libs/PanoMeasurePlugin/Model/line.js +1 -56
  287. package/libs/PanoMeasurePlugin/Model/point.js +1 -30
  288. package/libs/PanoMeasurePlugin/Model/polyline.js +1 -47
  289. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +2 -5
  290. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -4
  291. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -4
  292. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +3 -67
  293. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +1 -28
  294. package/libs/PanoMeasurePlugin/Modules/GuideController.js +1 -41
  295. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +1 -103
  296. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +8 -12
  297. package/libs/PanoMeasurePlugin/Modules/UIController/MainBtnController.js +1 -50
  298. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +1 -36
  299. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +1 -48
  300. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +3 -8
  301. package/libs/PanoMeasurePlugin/Modules/UIController/mobileMainBtnController.js +1 -39
  302. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +1 -62
  303. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +2 -7
  304. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +1 -130
  305. package/libs/PanoMeasurePlugin/index.js +1 -11
  306. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -12
  307. package/libs/PanoMeasurePlugin/utils/constants.js +1 -36
  308. package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -62
  309. package/libs/PanoMeasurePlugin/utils/findAssociatedLines.js +1 -13
  310. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +1 -15
  311. package/libs/PanoMeasurePlugin/utils/getIntersectionFromEvent.js +1 -9
  312. package/libs/PanoMeasurePlugin/utils/getPointFromHammerEvent.js +1 -8
  313. package/libs/PanoMeasurePlugin/utils/ironbox.js +1 -4
  314. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +1 -7
  315. package/libs/PanoMeasurePlugin/utils/line.js +1 -18
  316. package/libs/PanoMeasurePlugin/utils/math.js +1 -13
  317. package/libs/PanoMeasurePlugin/utils/mouseGroup.js +3 -33
  318. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +1 -8
  319. package/libs/PanoRulerPlugin/Plugin.js +2 -263
  320. package/libs/PanoRulerPlugin/index.js +1 -0
  321. package/libs/PanoRulerPlugin/style.js +2 -5
  322. package/libs/PanoRulerProPlugin/Controller.js +1 -93
  323. package/libs/PanoRulerProPlugin/RulerItem.js +1 -128
  324. package/libs/PanoRulerProPlugin/RulerItems.js +1 -180
  325. package/libs/PanoRulerProPlugin/index.js +1 -6
  326. package/libs/PanoSpatialTagPlugin/Components/origins.js +1 -81
  327. package/libs/PanoSpatialTagPlugin/Components/tag.js +1 -124
  328. package/libs/PanoSpatialTagPlugin/Plugin.js +1 -247
  329. package/libs/PanoSpatialTagPlugin/index.js +1 -0
  330. package/libs/PanoSpatialTagPlugin/store.js +1 -5
  331. package/libs/PanoSpatialTagPlugin/style.js +1 -11
  332. package/libs/PanoSpatialTagPlugin/typings.js +1 -0
  333. package/libs/PanoTagPlugin/Assets/Icon.js +1 -6
  334. package/libs/PanoTagPlugin/Components/Common/Arrow.js +1 -103
  335. package/libs/PanoTagPlugin/Components/Common/Audio.js +1 -166
  336. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +1 -93
  337. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +1 -90
  338. package/libs/PanoTagPlugin/Components/Common/Media.js +1 -393
  339. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -139
  340. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +1 -170
  341. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +1 -51
  342. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +1 -51
  343. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +1 -166
  344. package/libs/PanoTagPlugin/Components/Common/Shadow.js +15 -124
  345. package/libs/PanoTagPlugin/Components/Common/Text.js +1 -131
  346. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +1 -134
  347. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +1 -73
  348. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +1 -192
  349. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +1 -126
  350. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +1 -258
  351. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +1 -87
  352. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +1 -122
  353. package/libs/PanoTagPlugin/Components/Tag/index.js +2 -289
  354. package/libs/PanoTagPlugin/Components/TagContainer.js +1 -156
  355. package/libs/PanoTagPlugin/Components/TagWrapper.js +1 -153
  356. package/libs/PanoTagPlugin/controller/TagCacheController.js +1 -31
  357. package/libs/PanoTagPlugin/controller/TagComputer.js +1 -264
  358. package/libs/PanoTagPlugin/controller/index.js +1 -377
  359. package/libs/PanoTagPlugin/index.js +1 -9
  360. package/libs/PanoTagPlugin/tag.config.js +1 -44
  361. package/libs/PanoTagPlugin/typings/controller.js +1 -0
  362. package/libs/PanoTagPlugin/typings/index.js +1 -0
  363. package/libs/PanoTagPlugin/typings/tag.js +1 -7
  364. package/libs/PanoTagPlugin/utils/actionAfterFiveModelLoad.js +1 -6
  365. package/libs/PanoTagPlugin/utils/addDebugPoints.js +1 -27
  366. package/libs/PanoTagPlugin/utils/checkRange.js +1 -10
  367. package/libs/PanoTagPlugin/utils/constants.js +1 -8
  368. package/libs/PanoTagPlugin/utils/debounce.js +1 -12
  369. package/libs/PanoTagPlugin/utils/doUtil.js +1 -12
  370. package/libs/PanoTagPlugin/utils/index.js +1 -0
  371. package/libs/PanoTagPlugin/utils/noTypecheck.js +1 -4
  372. package/libs/PanoTagPlugin/utils/normalPositionToPositions.js +1 -13
  373. package/libs/PanoTagPlugin/utils/planeNormal.js +1 -11
  374. package/libs/PanoTagPlugin/utils/resizeObserver.js +1 -17
  375. package/libs/PanoTagPlugin/utils/search.js +1 -15
  376. package/libs/PanoTagPlugin/utils/tagPosition.js +1 -13
  377. package/libs/PanoTagPlugin/utils/throttle.js +1 -11
  378. package/libs/base/BasePlugin.js +1 -18
  379. package/libs/base/BasePluginWithData.js +1 -6
  380. package/libs/components/PaintBrush/Controller.js +1 -308
  381. package/libs/components/PaintBrush/Subscribe.js +1 -47
  382. package/libs/components/PaintBrush/index.js +1 -45
  383. package/libs/components/PaintBrush/style.js +2 -5
  384. package/libs/components/PaintBrush/tween.js +1 -11
  385. package/libs/components/PaintBrush/typings.js +1 -4
  386. package/libs/components/PaintBrush/utils.js +1 -45
  387. package/libs/components/index.js +1 -0
  388. package/libs/floorplan/Assets/camera.js +1 -4
  389. package/libs/floorplan/Assets/compass.js +1 -4
  390. package/libs/floorplan/Assets/floorplanExtraObject.js +1 -4
  391. package/libs/floorplan/Components/BaseImage.js +1 -103
  392. package/libs/floorplan/Components/Camera.js +1 -62
  393. package/libs/floorplan/Components/Compass.js +1 -60
  394. package/libs/floorplan/Components/CurrentFloor.js +1 -246
  395. package/libs/floorplan/Components/Main.js +1 -264
  396. package/libs/floorplan/Components/Normalmage.js +1 -37
  397. package/libs/floorplan/Components/RoomHighlight/Room.js +1 -61
  398. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +1 -121
  399. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +1 -153
  400. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +1 -174
  401. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +1 -196
  402. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -37
  403. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -39
  404. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -37
  405. package/libs/floorplan/Components/RuleLabels/RuleItem.js +1 -134
  406. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +1 -139
  407. package/libs/floorplan/Components/SvgImage.js +2 -39
  408. package/libs/floorplan/MapviewFloorplanPlugin/Controller.js +1 -321
  409. package/libs/floorplan/MapviewFloorplanPlugin/index.js +1 -6
  410. package/libs/floorplan/ModelFloorplanPlugin/Controller.js +1 -316
  411. package/libs/floorplan/ModelFloorplanPlugin/index.js +1 -6
  412. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -85
  413. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +1 -129
  414. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +1 -72
  415. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +1 -183
  416. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -164
  417. package/libs/floorplan/PanoFloorplanRadarPlugin/index.js +1 -6
  418. package/libs/floorplan/TopviewFloorplanPlugin/Controller.js +1 -273
  419. package/libs/floorplan/TopviewFloorplanPlugin/index.js +1 -6
  420. package/libs/floorplan/constant.js +1 -4
  421. package/libs/floorplan/index.js +1 -0
  422. package/libs/floorplan/typings/floorplanData.js +1 -0
  423. package/libs/floorplan/typings/floorplanServerData.js +1 -101
  424. package/libs/floorplan/utils/constant.js +1 -7
  425. package/libs/floorplan/utils/correctFiveState.js +1 -54
  426. package/libs/floorplan/utils/formatData.js +1 -104
  427. package/libs/floorplan/utils/formatPosition.js +1 -35
  428. package/libs/index.js +1 -92
  429. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -152
  430. package/libs/shared-utils/Object3DHelper/Base/BaseHelper.js +1 -53
  431. package/libs/shared-utils/Object3DHelper/Constants/color.js +1 -21
  432. package/libs/shared-utils/Object3DHelper/Controller/CSS3DScaleController.js +1 -18
  433. package/libs/shared-utils/Object3DHelper/Controller/MoveController.js +1 -66
  434. package/libs/shared-utils/Object3DHelper/Controller/RectangleScaleController.js +1 -109
  435. package/libs/shared-utils/Object3DHelper/Controller/RotateController.js +1 -134
  436. package/libs/shared-utils/Object3DHelper/Helper/HTML/rectangleScaleDom.js +1 -79
  437. package/libs/shared-utils/Object3DHelper/Helper/HTML/tipsDom.js +1 -41
  438. package/libs/shared-utils/Object3DHelper/Helper/HTML/utils/createElement.js +1 -14
  439. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +1 -30
  440. package/libs/shared-utils/Object3DHelper/Helper/Objects/ArrowGroup.js +1 -35
  441. package/libs/shared-utils/Object3DHelper/Helper/OutlineHelper.js +1 -2
  442. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +1 -137
  443. package/libs/shared-utils/Object3DHelper/Helper/RotateHelper.js +1 -136
  444. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  445. package/libs/shared-utils/Object3DHelper/index.js +1 -169
  446. package/libs/shared-utils/Object3DHelper/typings/Direction.js +1 -0
  447. package/libs/shared-utils/Object3DHelper/typings/Hooks.js +1 -0
  448. package/libs/shared-utils/Object3DHelper/typings/Scissor.js +1 -0
  449. package/libs/shared-utils/Object3DHelper/typings/index.js +1 -0
  450. package/libs/shared-utils/Object3DHelper/utils/calculateThreeMouse.js +1 -11
  451. package/libs/shared-utils/Object3DHelper/utils/direction.js +1 -22
  452. package/libs/shared-utils/Object3DHelper/utils/filterNotColinearPoints.js +1 -0
  453. package/libs/shared-utils/Object3DHelper/utils/getMouseRaycaster.js +1 -14
  454. package/libs/shared-utils/Object3DHelper/utils/getPoint.js +1 -0
  455. package/libs/shared-utils/Object3DHelper/utils/index.js +1 -0
  456. package/libs/shared-utils/Object3DHelper/utils/normalPositionToPositions.js +1 -0
  457. package/libs/shared-utils/Object3DHelper/utils/object3DBoundingPosition.js +1 -0
  458. package/libs/shared-utils/Object3DHelper/utils/threex/domevents/index.js +1 -191
  459. package/libs/shared-utils/Object3DHelper/utils/vectorIsEqual.js +1 -6
  460. package/libs/shared-utils/Subscribe.js +1 -50
  461. package/libs/shared-utils/animationFrame/BetterTween.js +1 -26
  462. package/libs/shared-utils/animationFrame/calculateProgress.js +1 -6
  463. package/libs/shared-utils/animationFrame/formatRad.js +1 -11
  464. package/libs/shared-utils/animationFrame/index.js +1 -31
  465. package/libs/shared-utils/animationFrame/tween.js +1 -30
  466. package/libs/shared-utils/changeModelCanvasOpacity.js +1 -12
  467. package/libs/shared-utils/createCanvasTextTexture.js +1 -11
  468. package/libs/shared-utils/createLine/index.js +1 -9
  469. package/libs/shared-utils/debounce.js +1 -11
  470. package/libs/shared-utils/equal.js +1 -54
  471. package/libs/shared-utils/filter.js +1 -10
  472. package/libs/shared-utils/five/changeMode.js +1 -39
  473. package/libs/shared-utils/getPxmm.js +1 -21
  474. package/libs/shared-utils/index.js +1 -31
  475. package/libs/shared-utils/isNil.js +1 -10
  476. package/libs/shared-utils/isTruelyObject.js +1 -6
  477. package/libs/shared-utils/math/Interval.js +1 -23
  478. package/libs/shared-utils/math/Rectangle.js +1 -23
  479. package/libs/shared-utils/math/index.js +1 -0
  480. package/libs/shared-utils/math/planimetry.js +1 -48
  481. package/libs/shared-utils/math/rad2Deg.js +1 -6
  482. package/libs/shared-utils/nearlyEqual.js +1 -6
  483. package/libs/shared-utils/nextFrame.js +1 -6
  484. package/libs/shared-utils/noop.js +1 -5
  485. package/libs/shared-utils/object3d2LocalMatrix.js +1 -19
  486. package/libs/shared-utils/removeArrayItem.js +1 -8
  487. package/libs/shared-utils/tap.js +1 -6
  488. package/libs/shared-utils/three/Assets/index.js +1 -4
  489. package/libs/shared-utils/three/FivePointSelector.js +1 -49
  490. package/libs/shared-utils/three/Magnifier.js +1 -104
  491. package/libs/shared-utils/three/PointDomHelper.js +1 -60
  492. package/libs/shared-utils/three/PointHelper.js +3 -60
  493. package/libs/shared-utils/three/getCoords.js +1 -13
  494. package/libs/shared-utils/three/getIntersect.js +1 -8
  495. package/libs/shared-utils/three/getRaycaster.js +1 -12
  496. package/libs/shared-utils/three/index.js +1 -0
  497. package/libs/shared-utils/three/loadTexture.js +1 -28
  498. package/libs/shared-utils/three/transformPositionToVector3.js +1 -5
  499. package/libs/shared-utils/three/transfromToMeshBasicMaterial.js +1 -24
  500. package/libs/shared-utils/throttle.js +1 -11
  501. package/libs/shared-utils/tinyEJSrender.js +14 -138
  502. package/libs/shared-utils/to.js +1 -29
  503. package/libs/shared-utils/uuid.js +1 -10
  504. package/libs/vendor/swiper/components-shared/get-changed-params.js +1 -0
  505. package/libs/vendor/swiper/components-shared/get-params.js +1 -0
  506. package/libs/vendor/swiper/components-shared/mount-swiper.js +1 -0
  507. package/libs/vendor/swiper/components-shared/params-list.js +1 -0
  508. package/libs/vendor/swiper/components-shared/update-swiper.js +1 -0
  509. package/libs/vendor/swiper/components-shared/utils.js +1 -0
  510. package/libs/vendor/swiper/svelte/swiper-slide.js +1 -0
  511. package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -0
  512. package/libs/vendor/swiper/svelte/swiper.js +1 -0
  513. package/package.json +187 -17
  514. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-changed-params.js +0 -29
  515. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/get-params.js +0 -23
  516. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/mount-swiper.js +0 -14
  517. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/params-list.js +0 -120
  518. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/update-swiper.js +0 -36
  519. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/components-shared/utils.js +0 -32
  520. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js +0 -182
  521. package/libs/node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js +0 -254
@@ -1,93 +1 @@
1
- import { SvelteComponent as D, init as g, safe_not_equal as v, append_styles as w, svg_element as s, attr as l, insert as y, append as d, transition_in as c, group_outros as b, transition_out as _, check_outros as k, detach as p, add_render_callback as O, create_in_transition as G, create_out_transition as I } from "svelte/internal";
2
- import L from "../../../../shared-utils/uuid.js";
3
- import { draw as h } from "svelte/transition";
4
- import { cubicOut as S, cubicInOut as U } from "svelte/easing";
5
- function q(n) {
6
- w(n, "svelte-e72ouh", ".line.svelte-e72ouh{width:100%;height:100%;overflow:visible}");
7
- }
8
- function m(n) {
9
- let e, a, o, r;
10
- return {
11
- c() {
12
- e = s("path"), l(e, "fill", "none"), l(e, "stroke", "url(#" + n[4] + ")"), l(e, "stroke-width", "1"), l(e, "d", "M0 21 L14 0.5 L105 0.5");
13
- },
14
- m(i, t) {
15
- y(i, e, t), r = !0;
16
- },
17
- p(i, t) {
18
- n = i;
19
- },
20
- i(i) {
21
- r || (i && O(() => {
22
- o && o.end(1), a = G(e, h, {
23
- duration: n[1],
24
- delay: n[0],
25
- easing: S
26
- }), a.start();
27
- }), r = !0);
28
- },
29
- o(i) {
30
- a && a.invalidate(), i && (o = I(e, h, {
31
- duration: n[1],
32
- delay: n[2],
33
- easing: U
34
- })), r = !1;
35
- },
36
- d(i) {
37
- i && p(e), i && o && o.end();
38
- }
39
- };
40
- }
41
- function B(n) {
42
- let e, a, o, r, i, t = n[3] && m(n);
43
- return {
44
- c() {
45
- e = s("svg"), a = s("defs"), o = s("linearGradient"), r = s("stop"), i = s("stop"), t && t.c(), l(r, "offset", "25%"), l(r, "stop-color", "white"), l(r, "stop-opacity", "1"), l(i, "offset", "100%"), l(i, "stop-color", "white"), l(i, "stop-opacity", "0.5"), l(o, "id", n[4]), l(o, "gradientUnits", "userSpaceOnUse"), l(e, "class", "line svelte-e72ouh"), l(e, "viewBox", "0 0 105 21");
46
- },
47
- m(f, u) {
48
- y(f, e, u), d(e, a), d(a, o), d(o, r), d(o, i), t && t.m(e, null);
49
- },
50
- p(f, [u]) {
51
- f[3] ? t ? (t.p(f, u), u & 8 && c(t, 1)) : (t = m(f), t.c(), c(t, 1), t.m(e, null)) : t && (b(), _(t, 1, 1, () => {
52
- t = null;
53
- }), k());
54
- },
55
- i(f) {
56
- c(t);
57
- },
58
- o(f) {
59
- _(t);
60
- },
61
- d(f) {
62
- f && p(e), t && t.d();
63
- }
64
- };
65
- }
66
- function C(n, e, a) {
67
- let { inDelay: o = 0 } = e, { duration: r = 0 } = e, { outDelay: i = 0 } = e, { unfolded: t } = e;
68
- const f = L();
69
- return n.$$set = (u) => {
70
- "inDelay" in u && a(0, o = u.inDelay), "duration" in u && a(1, r = u.duration), "outDelay" in u && a(2, i = u.outDelay), "unfolded" in u && a(3, t = u.unfolded);
71
- }, [o, r, i, t, f];
72
- }
73
- class A extends D {
74
- constructor(e) {
75
- super(), g(
76
- this,
77
- e,
78
- C,
79
- B,
80
- v,
81
- {
82
- inDelay: 0,
83
- duration: 1,
84
- outDelay: 2,
85
- unfolded: 3
86
- },
87
- q
88
- );
89
- }
90
- }
91
- export {
92
- A as default
93
- };
1
+ "use strict";const t=require("svelte/internal"),_=require("../../../../shared-utils/uuid.js"),d=require("svelte/transition"),f=require("svelte/easing");function h(a){t.append_styles(a,"svelte-e72ouh",".line.svelte-e72ouh{width:100%;height:100%;overflow:visible}")}function c(a){let e,r,l,o;return{c(){e=t.svg_element("path"),t.attr(e,"fill","none"),t.attr(e,"stroke","url(#"+a[4]+")"),t.attr(e,"stroke-width","1"),t.attr(e,"d","M0 21 L14 0.5 L105 0.5")},m(i,n){t.insert(i,e,n),o=!0},p(i,n){a=i},i(i){o||(i&&t.add_render_callback(()=>{l&&l.end(1),r=t.create_in_transition(e,d.draw,{duration:a[1],delay:a[0],easing:f.cubicOut}),r.start()}),o=!0)},o(i){r&&r.invalidate(),i&&(l=t.create_out_transition(e,d.draw,{duration:a[1],delay:a[2],easing:f.cubicInOut})),o=!1},d(i){i&&t.detach(e),i&&l&&l.end()}}}function v(a){let e,r,l,o,i,n=a[3]&&c(a);return{c(){e=t.svg_element("svg"),r=t.svg_element("defs"),l=t.svg_element("linearGradient"),o=t.svg_element("stop"),i=t.svg_element("stop"),n&&n.c(),t.attr(o,"offset","25%"),t.attr(o,"stop-color","white"),t.attr(o,"stop-opacity","1"),t.attr(i,"offset","100%"),t.attr(i,"stop-color","white"),t.attr(i,"stop-opacity","0.5"),t.attr(l,"id",a[4]),t.attr(l,"gradientUnits","userSpaceOnUse"),t.attr(e,"class","line svelte-e72ouh"),t.attr(e,"viewBox","0 0 105 21")},m(u,s){t.insert(u,e,s),t.append(e,r),t.append(r,l),t.append(l,o),t.append(l,i),n&&n.m(e,null)},p(u,[s]){u[3]?n?(n.p(u,s),s&8&&t.transition_in(n,1)):(n=c(u),n.c(),t.transition_in(n,1),n.m(e,null)):n&&(t.group_outros(),t.transition_out(n,1,1,()=>{n=null}),t.check_outros())},i(u){t.transition_in(n)},o(u){t.transition_out(n)},d(u){u&&t.detach(e),n&&n.d()}}}function g(a,e,r){let{inDelay:l=0}=e,{duration:o=0}=e,{outDelay:i=0}=e,{unfolded:n}=e;const u=_.uuid();return a.$$set=s=>{"inDelay"in s&&r(0,l=s.inDelay),"duration"in s&&r(1,o=s.duration),"outDelay"in s&&r(2,i=s.outDelay),"unfolded"in s&&r(3,n=s.unfolded)},[l,o,i,n,u]}class y extends t.SvelteComponent{constructor(e){super(),t.init(this,e,g,v,t.safe_not_equal,{inDelay:0,duration:1,outDelay:2,unfolded:3},h)}}exports.Polyline=y;
@@ -1,90 +1 @@
1
- import { SvelteComponent as g, init as v, safe_not_equal as D, append_styles as k, svg_element as u, attr as l, insert as y, append as d, transition_in as c, group_outros as w, transition_out as _, check_outros as b, detach as p, add_render_callback as z, create_in_transition as S, create_out_transition as G } from "svelte/internal";
2
- import { draw as h } from "svelte/transition";
3
- import U from "../../../../shared-utils/uuid.js";
4
- function q(n) {
5
- k(n, "svelte-1omzoh4", ".straight-line.svelte-1omzoh4{display:block;width:100%;height:100%;overflow:visible}");
6
- }
7
- function m(n) {
8
- let e, a, o, r;
9
- return {
10
- c() {
11
- e = u("path"), l(e, "fill", "none"), l(e, "stroke", "url(#" + n[4] + ")"), l(e, "stroke-width", "1"), l(e, "d", "M0 0.5 L 148 0.5");
12
- },
13
- m(i, t) {
14
- y(i, e, t), r = !0;
15
- },
16
- p(i, t) {
17
- n = i;
18
- },
19
- i(i) {
20
- r || (i && z(() => {
21
- o && o.end(1), a = S(e, h, {
22
- duration: n[1],
23
- delay: n[0]
24
- }), a.start();
25
- }), r = !0);
26
- },
27
- o(i) {
28
- a && a.invalidate(), i && (o = G(e, h, {
29
- duration: n[1],
30
- delay: n[2]
31
- })), r = !1;
32
- },
33
- d(i) {
34
- i && p(e), i && o && o.end();
35
- }
36
- };
37
- }
38
- function A(n) {
39
- let e, a, o, r, i, t = n[3] && m(n);
40
- return {
41
- c() {
42
- e = u("svg"), a = u("defs"), o = u("linearGradient"), r = u("stop"), i = u("stop"), t && t.c(), l(r, "offset", "25%"), l(r, "stop-color", "white"), l(r, "stop-opacity", "1"), l(i, "offset", "100%"), l(i, "stop-color", "white"), l(i, "stop-opacity", "0.5"), l(o, "id", n[4]), l(o, "gradientUnits", "userSpaceOnUse"), l(e, "class", "straight-line svelte-1omzoh4"), l(e, "viewBox", "0 0 148 1"), l(e, "preserveAspectRatio", "none");
43
- },
44
- m(f, s) {
45
- y(f, e, s), d(e, a), d(a, o), d(o, r), d(o, i), t && t.m(e, null);
46
- },
47
- p(f, [s]) {
48
- f[3] ? t ? (t.p(f, s), s & 8 && c(t, 1)) : (t = m(f), t.c(), c(t, 1), t.m(e, null)) : t && (w(), _(t, 1, 1, () => {
49
- t = null;
50
- }), b());
51
- },
52
- i(f) {
53
- c(t);
54
- },
55
- o(f) {
56
- _(t);
57
- },
58
- d(f) {
59
- f && p(e), t && t.d();
60
- }
61
- };
62
- }
63
- function B(n, e, a) {
64
- let { inDelay: o = 0 } = e, { duration: r = 0 } = e, { outDelay: i = 0 } = e, { unfolded: t } = e;
65
- const f = U();
66
- return n.$$set = (s) => {
67
- "inDelay" in s && a(0, o = s.inDelay), "duration" in s && a(1, r = s.duration), "outDelay" in s && a(2, i = s.outDelay), "unfolded" in s && a(3, t = s.unfolded);
68
- }, [o, r, i, t, f];
69
- }
70
- class M extends g {
71
- constructor(e) {
72
- super(), v(
73
- this,
74
- e,
75
- B,
76
- A,
77
- D,
78
- {
79
- inDelay: 0,
80
- duration: 1,
81
- outDelay: 2,
82
- unfolded: 3
83
- },
84
- q
85
- );
86
- }
87
- }
88
- export {
89
- M as default
90
- };
1
+ "use strict";const t=require("svelte/internal"),d=require("svelte/transition"),c=require("../../../../shared-utils/uuid.js");function _(a){t.append_styles(a,"svelte-1omzoh4",".straight-line.svelte-1omzoh4{display:block;width:100%;height:100%;overflow:visible}")}function f(a){let e,l,r,o;return{c(){e=t.svg_element("path"),t.attr(e,"fill","none"),t.attr(e,"stroke","url(#"+a[4]+")"),t.attr(e,"stroke-width","1"),t.attr(e,"d","M0 0.5 L 148 0.5")},m(n,i){t.insert(n,e,i),o=!0},p(n,i){a=n},i(n){o||(n&&t.add_render_callback(()=>{r&&r.end(1),l=t.create_in_transition(e,d.draw,{duration:a[1],delay:a[0]}),l.start()}),o=!0)},o(n){l&&l.invalidate(),n&&(r=t.create_out_transition(e,d.draw,{duration:a[1],delay:a[2]})),o=!1},d(n){n&&t.detach(e),n&&r&&r.end()}}}function h(a){let e,l,r,o,n,i=a[3]&&f(a);return{c(){e=t.svg_element("svg"),l=t.svg_element("defs"),r=t.svg_element("linearGradient"),o=t.svg_element("stop"),n=t.svg_element("stop"),i&&i.c(),t.attr(o,"offset","25%"),t.attr(o,"stop-color","white"),t.attr(o,"stop-opacity","1"),t.attr(n,"offset","100%"),t.attr(n,"stop-color","white"),t.attr(n,"stop-opacity","0.5"),t.attr(r,"id",a[4]),t.attr(r,"gradientUnits","userSpaceOnUse"),t.attr(e,"class","straight-line svelte-1omzoh4"),t.attr(e,"viewBox","0 0 148 1"),t.attr(e,"preserveAspectRatio","none")},m(u,s){t.insert(u,e,s),t.append(e,l),t.append(l,r),t.append(r,o),t.append(r,n),i&&i.m(e,null)},p(u,[s]){u[3]?i?(i.p(u,s),s&8&&t.transition_in(i,1)):(i=f(u),i.c(),t.transition_in(i,1),i.m(e,null)):i&&(t.group_outros(),t.transition_out(i,1,1,()=>{i=null}),t.check_outros())},i(u){t.transition_in(i)},o(u){t.transition_out(i)},d(u){u&&t.detach(e),i&&i.d()}}}function v(a,e,l){let{inDelay:r=0}=e,{duration:o=0}=e,{outDelay:n=0}=e,{unfolded:i}=e;const u=c.uuid();return a.$$set=s=>{"inDelay"in s&&l(0,r=s.inDelay),"duration"in s&&l(1,o=s.duration),"outDelay"in s&&l(2,n=s.outDelay),"unfolded"in s&&l(3,i=s.unfolded)},[r,o,n,i,u]}class g extends t.SvelteComponent{constructor(e){super(),t.init(this,e,v,h,t.safe_not_equal,{inDelay:0,duration:1,outDelay:2,unfolded:3},_)}}exports.Straight=g;
@@ -1,393 +1 @@
1
- var z = (a, n, i) => new Promise((e, t) => {
2
- var l = (r) => {
3
- try {
4
- u(i.next(r));
5
- } catch (m) {
6
- t(m);
7
- }
8
- }, o = (r) => {
9
- try {
10
- u(i.throw(r));
11
- } catch (m) {
12
- t(m);
13
- }
14
- }, u = (r) => r.done ? e(r.value) : Promise.resolve(r.value).then(l, o);
15
- u((i = i.apply(a, n)).next());
16
- });
17
- import { SvelteComponent as te, init as ne, safe_not_equal as ie, append_styles as ae, empty as Z, insert as w, transition_in as _, group_outros as D, transition_out as g, check_outros as j, detach as I, element as le, attr as oe, toggle_class as G, add_render_callback as re, create_in_transition as fe, create_out_transition as ue, create_component as C, mount_component as L, destroy_component as P, destroy_each as se, space as ce } from "svelte/internal";
18
- import { fly as J } from "svelte/transition";
19
- import { linear as K } from "svelte/easing";
20
- import de from "../../../node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper.js";
21
- import me from "../../../node_modules/.pnpm/swiper@8.4.4/node_modules/swiper/svelte/swiper-slide.js";
22
- import { Autoplay as _e } from "swiper";
23
- import "swiper/css";
24
- import "swiper/css/autoplay";
25
- import "three";
26
- import { noTypecheck as Q } from "../../utils/noTypecheck.js";
27
- import x from "./MediaItem.js";
28
- import { notNil as ye } from "../../../shared-utils/isNil.js";
29
- import { getContext as R } from "svelte";
30
- function ge(a) {
31
- ae(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
32
- }
33
- function W(a, n, i) {
34
- const e = a.slice();
35
- return e[23] = n[i], e;
36
- }
37
- function X(a) {
38
- let n, i, e, t, l, o;
39
- const u = [pe, he], r = [];
40
- function m(s, h) {
41
- return s[13] ? 0 : 1;
42
- }
43
- return i = m(a), e = r[i] = u[i](a), {
44
- c() {
45
- n = le("div"), e.c(), oe(n, "class", "media svelte-ai0lv9"), G(n, "unfolded", a[4]);
46
- },
47
- m(s, h) {
48
- w(s, n, h), r[i].m(n, null), o = !0;
49
- },
50
- p(s, h) {
51
- a = s;
52
- let b = i;
53
- i = m(a), i === b ? r[i].p(a, h) : (D(), g(r[b], 1, 1, () => {
54
- r[b] = null;
55
- }), j(), e = r[i], e ? e.p(a, h) : (e = r[i] = u[i](a), e.c()), _(e, 1), e.m(n, null)), h & 16 && G(n, "unfolded", a[4]);
56
- },
57
- i(s) {
58
- o || (_(e), s && re(() => {
59
- l && l.end(1), t = fe(n, J, a[5] ? {
60
- y: 4,
61
- duration: a[3],
62
- delay: a[1],
63
- easing: K
64
- } : void 0), t.start();
65
- }), o = !0);
66
- },
67
- o(s) {
68
- g(e), t && t.invalidate(), s && (l = ue(n, J, a[5] ? {
69
- y: 4,
70
- duration: a[3],
71
- delay: a[2],
72
- easing: K
73
- } : void 0)), o = !1;
74
- },
75
- d(s) {
76
- s && I(n), r[i].d(), s && l && l.end();
77
- }
78
- };
79
- }
80
- function he(a) {
81
- let n, i;
82
- return n = new x({
83
- props: {
84
- media: a[0][0],
85
- objectFit: a[8],
86
- playButtonIfNeed: a[6],
87
- canPlay: a[7]
88
- }
89
- }), {
90
- c() {
91
- C(n.$$.fragment);
92
- },
93
- m(e, t) {
94
- L(n, e, t), i = !0;
95
- },
96
- p(e, t) {
97
- const l = {};
98
- t & 1 && (l.media = e[0][0]), t & 256 && (l.objectFit = e[8]), t & 64 && (l.playButtonIfNeed = e[6]), t & 128 && (l.canPlay = e[7]), n.$set(l);
99
- },
100
- i(e) {
101
- i || (_(n.$$.fragment, e), i = !0);
102
- },
103
- o(e) {
104
- g(n.$$.fragment, e), i = !1;
105
- },
106
- d(e) {
107
- P(n, e);
108
- }
109
- };
110
- }
111
- function pe(a) {
112
- let n, i;
113
- return n = new de({
114
- props: {
115
- style: "height: 100%",
116
- modules: [_e],
117
- spaceBetween: 30,
118
- autoplay: a[14] ? Q({
119
- delay: 4e3,
120
- stopOnLastSlide: !1,
121
- disableOnInteraction: !1
122
- }) : !1,
123
- loop: !0,
124
- $$slots: { default: [ve] },
125
- $$scope: { ctx: a }
126
- }
127
- }), n.$on("init", a[19]), n.$on("slideChange", a[20]), {
128
- c() {
129
- C(n.$$.fragment);
130
- },
131
- m(e, t) {
132
- L(n, e, t), i = !0;
133
- },
134
- p(e, t) {
135
- const l = {};
136
- t & 16384 && (l.autoplay = e[14] ? Q({
137
- delay: 4e3,
138
- stopOnLastSlide: !1,
139
- disableOnInteraction: !1
140
- }) : !1), t & 67111360 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
141
- },
142
- i(e) {
143
- i || (_(n.$$.fragment, e), i = !0);
144
- },
145
- o(e) {
146
- g(n.$$.fragment, e), i = !1;
147
- },
148
- d(e) {
149
- P(n, e);
150
- }
151
- };
152
- }
153
- function be(a) {
154
- let n, i, e;
155
- return n = new x({
156
- props: {
157
- media: a[23],
158
- objectFit: a[8],
159
- playButtonIfNeed: a[6],
160
- canPlay: a[7]
161
- }
162
- }), {
163
- c() {
164
- C(n.$$.fragment), i = ce();
165
- },
166
- m(t, l) {
167
- L(n, t, l), w(t, i, l), e = !0;
168
- },
169
- p(t, l) {
170
- const o = {};
171
- l & 2048 && (o.media = t[23]), l & 256 && (o.objectFit = t[8]), l & 64 && (o.playButtonIfNeed = t[6]), l & 128 && (o.canPlay = t[7]), n.$set(o);
172
- },
173
- i(t) {
174
- e || (_(n.$$.fragment, t), e = !0);
175
- },
176
- o(t) {
177
- g(n.$$.fragment, t), e = !1;
178
- },
179
- d(t) {
180
- P(n, t), t && I(i);
181
- }
182
- };
183
- }
184
- function Y(a) {
185
- let n, i;
186
- return n = new me({
187
- props: {
188
- $$slots: { default: [be] },
189
- $$scope: { ctx: a }
190
- }
191
- }), {
192
- c() {
193
- C(n.$$.fragment);
194
- },
195
- m(e, t) {
196
- L(n, e, t), i = !0;
197
- },
198
- p(e, t) {
199
- const l = {};
200
- t & 67111360 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
201
- },
202
- i(e) {
203
- i || (_(n.$$.fragment, e), i = !0);
204
- },
205
- o(e) {
206
- g(n.$$.fragment, e), i = !1;
207
- },
208
- d(e) {
209
- P(n, e);
210
- }
211
- };
212
- }
213
- function ve(a) {
214
- let n, i, e = a[11], t = [];
215
- for (let o = 0; o < e.length; o += 1)
216
- t[o] = Y(W(a, e, o));
217
- const l = (o) => g(t[o], 1, 1, () => {
218
- t[o] = null;
219
- });
220
- return {
221
- c() {
222
- for (let o = 0; o < t.length; o += 1)
223
- t[o].c();
224
- n = Z();
225
- },
226
- m(o, u) {
227
- for (let r = 0; r < t.length; r += 1)
228
- t[r].m(o, u);
229
- w(o, n, u), i = !0;
230
- },
231
- p(o, u) {
232
- if (u & 2496) {
233
- e = o[11];
234
- let r;
235
- for (r = 0; r < e.length; r += 1) {
236
- const m = W(o, e, r);
237
- t[r] ? (t[r].p(m, u), _(t[r], 1)) : (t[r] = Y(m), t[r].c(), _(t[r], 1), t[r].m(n.parentNode, n));
238
- }
239
- for (D(), r = e.length; r < t.length; r += 1)
240
- l(r);
241
- j();
242
- }
243
- },
244
- i(o) {
245
- if (!i) {
246
- for (let u = 0; u < e.length; u += 1)
247
- _(t[u]);
248
- i = !0;
249
- }
250
- },
251
- o(o) {
252
- t = t.filter(Boolean);
253
- for (let u = 0; u < t.length; u += 1)
254
- g(t[u]);
255
- i = !1;
256
- },
257
- d(o) {
258
- se(t, o), o && I(n);
259
- }
260
- };
261
- }
262
- function ke(a) {
263
- let n, i, e = a[4] && X(a);
264
- return {
265
- c() {
266
- e && e.c(), n = Z();
267
- },
268
- m(t, l) {
269
- e && e.m(t, l), w(t, n, l), i = !0;
270
- },
271
- p(t, [l]) {
272
- t[4] ? e ? (e.p(t, l), l & 16 && _(e, 1)) : (e = X(t), e.c(), _(e, 1), e.m(n.parentNode, n)) : e && (D(), g(e, 1, 1, () => {
273
- e = null;
274
- }), j());
275
- },
276
- i(t) {
277
- i || (_(e), i = !0);
278
- },
279
- o(t) {
280
- g(e), i = !1;
281
- },
282
- d(t) {
283
- e && e.d(t), t && I(n);
284
- }
285
- };
286
- }
287
- function we(a, n, i) {
288
- let e, t, l, { tag: o } = n, { mediaData: u } = n, { inDelay: r = 0 } = n, { outDelay: m = 0 } = n, { duration: s = 0 } = n, { unfolded: h = !0 } = n, { animation: b = !0 } = n, { playButtonIfNeed: F = "small" } = n, { canPlay: V = !0 } = n, { objectFit: q = "cover" } = n, { enableCarousel: E = !0 } = n, { autoplayConfig: k = { autoplay: !0, autoplayVideo: !1 } } = n;
289
- const O = R("mediaStore"), M = R("hooks");
290
- let p;
291
- function B(f) {
292
- !e || !p || (O.set({ currentMediaUrl: this.src }), M.emit("playStateChange", {
293
- event: f,
294
- state: "playing",
295
- tag: o,
296
- mediaInstance: this
297
- }), p.autoplay.stop());
298
- }
299
- function N(f) {
300
- !e || !p || (M.emit("playStateChange", {
301
- event: f,
302
- state: "paused",
303
- tag: o,
304
- mediaInstance: this
305
- }), p.autoplay.running || p.autoplay.start());
306
- }
307
- let S = null;
308
- const $ = (f) => {
309
- i(10, p = f.detail[0]);
310
- }, ee = (f) => z(this, null, function* () {
311
- var H, T, U;
312
- if (!l || !k.autoplayVideo)
313
- return;
314
- const y = f.detail[0];
315
- if (!y)
316
- return;
317
- const v = y.realIndex;
318
- if (v === S)
319
- return;
320
- i(12, S = v);
321
- const A = t[v];
322
- if (!A || A.type !== "Video")
323
- return;
324
- y.autoplay.stop(), y.slides.map((c) => c.querySelector("video")).filter(ye).forEach((c) => c.pause());
325
- const d = (H = y.slides[y.activeIndex]) == null ? void 0 : H.querySelector("video");
326
- if (d && (d.removeEventListener("play", B), d.removeEventListener("pause", N), d.addEventListener("play", B), d.addEventListener("pause", N)), d) {
327
- d.addEventListener("click", () => d.pause());
328
- const c = (U = (T = d.parentElement) == null ? void 0 : T.getElementsByClassName("video-play-button-container")) == null ? void 0 : U[0];
329
- d.addEventListener("play", () => c == null ? void 0 : c.classList.remove("showPlayButton")), d.addEventListener("pause", () => c == null ? void 0 : c.classList.add("showPlayButton")), c && (d.paused ? c.classList.add("showPlayButton") : c.classList.remove("showPlayButton"), c.addEventListener("click", () => d.play()));
330
- }
331
- });
332
- return a.$$set = (f) => {
333
- "tag" in f && i(17, o = f.tag), "mediaData" in f && i(0, u = f.mediaData), "inDelay" in f && i(1, r = f.inDelay), "outDelay" in f && i(2, m = f.outDelay), "duration" in f && i(3, s = f.duration), "unfolded" in f && i(4, h = f.unfolded), "animation" in f && i(5, b = f.animation), "playButtonIfNeed" in f && i(6, F = f.playButtonIfNeed), "canPlay" in f && i(7, V = f.canPlay), "objectFit" in f && i(8, q = f.objectFit), "enableCarousel" in f && i(18, E = f.enableCarousel), "autoplayConfig" in f && i(9, k = f.autoplayConfig);
334
- }, a.$$.update = () => {
335
- a.$$.dirty & 262145 && i(13, e = E && (u == null ? void 0 : u.length) > 1), a.$$.dirty & 1 && i(11, t = u), a.$$.dirty & 2560 && i(14, l = t.length > 1 && k.autoplay), a.$$.dirty & 1024 && p && p.slides.forEach((f) => {
336
- const y = f.querySelector("video");
337
- y && O.subscribe(({ currentMediaUrl: v }) => {
338
- v !== y.src && y.pause();
339
- });
340
- });
341
- }, [
342
- u,
343
- r,
344
- m,
345
- s,
346
- h,
347
- b,
348
- F,
349
- V,
350
- q,
351
- k,
352
- p,
353
- t,
354
- S,
355
- e,
356
- l,
357
- B,
358
- N,
359
- o,
360
- E,
361
- $,
362
- ee
363
- ];
364
- }
365
- class Ae extends te {
366
- constructor(n) {
367
- super(), ne(
368
- this,
369
- n,
370
- we,
371
- ke,
372
- ie,
373
- {
374
- tag: 17,
375
- mediaData: 0,
376
- inDelay: 1,
377
- outDelay: 2,
378
- duration: 3,
379
- unfolded: 4,
380
- animation: 5,
381
- playButtonIfNeed: 6,
382
- canPlay: 7,
383
- objectFit: 8,
384
- enableCarousel: 18,
385
- autoplayConfig: 9
386
- },
387
- ge
388
- );
389
- }
390
- }
391
- export {
392
- Ae as default
393
- };
1
+ "use strict";var F=(o,n,i)=>new Promise((e,t)=>{var l=s=>{try{c(i.next(s))}catch(m){t(m)}},r=s=>{try{c(i.throw(s))}catch(m){t(m)}},c=s=>s.done?e(s.value):Promise.resolve(s.value).then(l,r);c((i=i.apply(o,n)).next())});const a=require("svelte/internal"),M=require("svelte/transition"),T=require("svelte/easing"),K=require("../../../vendor/swiper/svelte/swiper.js"),Q=require("../../../vendor/swiper/svelte/swiper-slide.js"),R=require("swiper");require("swiper/css");require("swiper/css/autoplay");require("three");const V=require("../../utils/noTypecheck.js"),z=require("./MediaItem.js"),W=require("../../../shared-utils/isNil.js"),O=require("svelte");function X(o){a.append_styles(o,"svelte-ai0lv9",".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}")}function A(o,n,i){const e=o.slice();return e[23]=n[i],e}function H(o){let n,i,e,t,l,r;const c=[Z,Y],s=[];function m(f,p){return f[13]?0:1}return i=m(o),e=s[i]=c[i](o),{c(){n=a.element("div"),e.c(),a.attr(n,"class","media svelte-ai0lv9"),a.toggle_class(n,"unfolded",o[4])},m(f,p){a.insert(f,n,p),s[i].m(n,null),r=!0},p(f,p){o=f;let h=i;i=m(o),i===h?s[i].p(o,p):(a.group_outros(),a.transition_out(s[h],1,1,()=>{s[h]=null}),a.check_outros(),e=s[i],e?e.p(o,p):(e=s[i]=c[i](o),e.c()),a.transition_in(e,1),e.m(n,null)),p&16&&a.toggle_class(n,"unfolded",o[4])},i(f){r||(a.transition_in(e),f&&a.add_render_callback(()=>{l&&l.end(1),t=a.create_in_transition(n,M.fly,o[5]?{y:4,duration:o[3],delay:o[1],easing:T.linear}:void 0),t.start()}),r=!0)},o(f){a.transition_out(e),t&&t.invalidate(),f&&(l=a.create_out_transition(n,M.fly,o[5]?{y:4,duration:o[3],delay:o[2],easing:T.linear}:void 0)),r=!1},d(f){f&&a.detach(n),s[i].d(),f&&l&&l.end()}}}function Y(o){let n,i;return n=new z.MediaItem({props:{media:o[0][0],objectFit:o[8],playButtonIfNeed:o[6],canPlay:o[7]}}),{c(){a.create_component(n.$$.fragment)},m(e,t){a.mount_component(n,e,t),i=!0},p(e,t){const l={};t&1&&(l.media=e[0][0]),t&256&&(l.objectFit=e[8]),t&64&&(l.playButtonIfNeed=e[6]),t&128&&(l.canPlay=e[7]),n.$set(l)},i(e){i||(a.transition_in(n.$$.fragment,e),i=!0)},o(e){a.transition_out(n.$$.fragment,e),i=!1},d(e){a.destroy_component(n,e)}}}function Z(o){let n,i;return n=new K.Swiper_1({props:{style:"height: 100%",modules:[R.Autoplay],spaceBetween:30,autoplay:o[14]?V.noTypecheck({delay:4e3,stopOnLastSlide:!1,disableOnInteraction:!1}):!1,loop:!0,$$slots:{default:[$]},$$scope:{ctx:o}}}),n.$on("init",o[19]),n.$on("slideChange",o[20]),{c(){a.create_component(n.$$.fragment)},m(e,t){a.mount_component(n,e,t),i=!0},p(e,t){const l={};t&16384&&(l.autoplay=e[14]?V.noTypecheck({delay:4e3,stopOnLastSlide:!1,disableOnInteraction:!1}):!1),t&67111360&&(l.$$scope={dirty:t,ctx:e}),n.$set(l)},i(e){i||(a.transition_in(n.$$.fragment,e),i=!0)},o(e){a.transition_out(n.$$.fragment,e),i=!1},d(e){a.destroy_component(n,e)}}}function x(o){let n,i,e;return n=new z.MediaItem({props:{media:o[23],objectFit:o[8],playButtonIfNeed:o[6],canPlay:o[7]}}),{c(){a.create_component(n.$$.fragment),i=a.space()},m(t,l){a.mount_component(n,t,l),a.insert(t,i,l),e=!0},p(t,l){const r={};l&2048&&(r.media=t[23]),l&256&&(r.objectFit=t[8]),l&64&&(r.playButtonIfNeed=t[6]),l&128&&(r.canPlay=t[7]),n.$set(r)},i(t){e||(a.transition_in(n.$$.fragment,t),e=!0)},o(t){a.transition_out(n.$$.fragment,t),e=!1},d(t){a.destroy_component(n,t),t&&a.detach(i)}}}function U(o){let n,i;return n=new Q.Swiper_slide({props:{$$slots:{default:[x]},$$scope:{ctx:o}}}),{c(){a.create_component(n.$$.fragment)},m(e,t){a.mount_component(n,e,t),i=!0},p(e,t){const l={};t&67111360&&(l.$$scope={dirty:t,ctx:e}),n.$set(l)},i(e){i||(a.transition_in(n.$$.fragment,e),i=!0)},o(e){a.transition_out(n.$$.fragment,e),i=!1},d(e){a.destroy_component(n,e)}}}function $(o){let n,i,e=o[11],t=[];for(let r=0;r<e.length;r+=1)t[r]=U(A(o,e,r));const l=r=>a.transition_out(t[r],1,1,()=>{t[r]=null});return{c(){for(let r=0;r<t.length;r+=1)t[r].c();n=a.empty()},m(r,c){for(let s=0;s<t.length;s+=1)t[s].m(r,c);a.insert(r,n,c),i=!0},p(r,c){if(c&2496){e=r[11];let s;for(s=0;s<e.length;s+=1){const m=A(r,e,s);t[s]?(t[s].p(m,c),a.transition_in(t[s],1)):(t[s]=U(m),t[s].c(),a.transition_in(t[s],1),t[s].m(n.parentNode,n))}for(a.group_outros(),s=e.length;s<t.length;s+=1)l(s);a.check_outros()}},i(r){if(!i){for(let c=0;c<e.length;c+=1)a.transition_in(t[c]);i=!0}},o(r){t=t.filter(Boolean);for(let c=0;c<t.length;c+=1)a.transition_out(t[c]);i=!1},d(r){a.destroy_each(t,r),r&&a.detach(n)}}}function ee(o){let n,i,e=o[4]&&H(o);return{c(){e&&e.c(),n=a.empty()},m(t,l){e&&e.m(t,l),a.insert(t,n,l),i=!0},p(t,[l]){t[4]?e?(e.p(t,l),l&16&&a.transition_in(e,1)):(e=H(t),e.c(),a.transition_in(e,1),e.m(n.parentNode,n)):e&&(a.group_outros(),a.transition_out(e,1,1,()=>{e=null}),a.check_outros())},i(t){i||(a.transition_in(e),i=!0)},o(t){a.transition_out(e),i=!1},d(t){e&&e.d(t),t&&a.detach(n)}}}function te(o,n,i){let e,t,l,{tag:r}=n,{mediaData:c}=n,{inDelay:s=0}=n,{outDelay:m=0}=n,{duration:f=0}=n,{unfolded:p=!0}=n,{animation:h=!0}=n,{playButtonIfNeed:C="small"}=n,{canPlay:q=!0}=n,{objectFit:L="cover"}=n,{enableCarousel:w=!0}=n,{autoplayConfig:b={autoplay:!0,autoplayVideo:!1}}=n;const N=O.getContext("mediaStore"),S=O.getContext("hooks");let g;function k(u){!e||!g||(N.set({currentMediaUrl:this.src}),S.emit("playStateChange",{event:u,state:"playing",tag:r,mediaInstance:this}),g.autoplay.stop())}function I(u){!e||!g||(S.emit("playStateChange",{event:u,state:"paused",tag:r,mediaInstance:this}),g.autoplay.running||g.autoplay.start())}let P=null;const G=u=>{i(10,g=u.detail[0])},J=u=>F(this,null,function*(){var E,B,D;if(!l||!b.autoplayVideo)return;const y=u.detail[0];if(!y)return;const v=y.realIndex;if(v===P)return;i(12,P=v);const j=t[v];if(!j||j.type!=="Video")return;y.autoplay.stop(),y.slides.map(d=>d.querySelector("video")).filter(W.notNil).forEach(d=>d.pause());const _=(E=y.slides[y.activeIndex])==null?void 0:E.querySelector("video");if(_&&(_.removeEventListener("play",k),_.removeEventListener("pause",I),_.addEventListener("play",k),_.addEventListener("pause",I)),_){_.addEventListener("click",()=>_.pause());const d=(D=(B=_.parentElement)==null?void 0:B.getElementsByClassName("video-play-button-container"))==null?void 0:D[0];_.addEventListener("play",()=>d==null?void 0:d.classList.remove("showPlayButton")),_.addEventListener("pause",()=>d==null?void 0:d.classList.add("showPlayButton")),d&&(_.paused?d.classList.add("showPlayButton"):d.classList.remove("showPlayButton"),d.addEventListener("click",()=>_.play()))}});return o.$$set=u=>{"tag"in u&&i(17,r=u.tag),"mediaData"in u&&i(0,c=u.mediaData),"inDelay"in u&&i(1,s=u.inDelay),"outDelay"in u&&i(2,m=u.outDelay),"duration"in u&&i(3,f=u.duration),"unfolded"in u&&i(4,p=u.unfolded),"animation"in u&&i(5,h=u.animation),"playButtonIfNeed"in u&&i(6,C=u.playButtonIfNeed),"canPlay"in u&&i(7,q=u.canPlay),"objectFit"in u&&i(8,L=u.objectFit),"enableCarousel"in u&&i(18,w=u.enableCarousel),"autoplayConfig"in u&&i(9,b=u.autoplayConfig)},o.$$.update=()=>{o.$$.dirty&262145&&i(13,e=w&&(c==null?void 0:c.length)>1),o.$$.dirty&1&&i(11,t=c),o.$$.dirty&2560&&i(14,l=t.length>1&&b.autoplay),o.$$.dirty&1024&&g&&g.slides.forEach(u=>{const y=u.querySelector("video");y&&N.subscribe(({currentMediaUrl:v})=>{v!==y.src&&y.pause()})})},[c,s,m,f,p,h,C,q,L,b,g,t,P,e,l,k,I,r,w,G,J]}class ne extends a.SvelteComponent{constructor(n){super(),a.init(this,n,te,ee,a.safe_not_equal,{tag:17,mediaData:0,inDelay:1,outDelay:2,duration:3,unfolded:4,animation:5,playButtonIfNeed:6,canPlay:7,objectFit:8,enableCarousel:18,autoplayConfig:9},X)}}exports.Media=ne;