@realsee/dnalogel 2.1.2-alpha.1 → 2.1.2-alpha.10

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