@realsee/dnalogel 2.3.5-dev.7 → 2.3.6-alpha.0

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 (425) hide show
  1. package/dist/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  2. package/dist/CruisePlugin/typing.d.ts +4 -0
  3. package/dist/PanoTagPlugin/Assets/Icon.d.ts +2 -3
  4. package/dist/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
  5. package/dist/PanoTagPlugin/controller/TagComputer.d.ts +14 -16
  6. package/dist/PanoTagPlugin/controller/index.d.ts +13 -16
  7. package/dist/PanoTagPlugin/index.d.ts +1 -1
  8. package/dist/PanoTagPlugin/typings/controller.d.ts +11 -13
  9. package/dist/PanoTagPlugin/typings/index.d.ts +1 -5
  10. package/dist/PanoTagPlugin/typings/tag.d.ts +247 -0
  11. package/dist/index.cjs.js +51 -51
  12. package/dist/index.js +6419 -7315
  13. package/dist/index.umd.js +49 -49
  14. package/docs/assets/search.js +1 -1
  15. package/docs/classes/CSS3DRender.html +31 -31
  16. package/docs/classes/CruisePluginController.html +26 -26
  17. package/docs/classes/Magnifier.html +16 -16
  18. package/docs/classes/ModelRoomLabelController.html +11 -11
  19. package/docs/classes/Object3DHelperController.html +24 -24
  20. package/docs/classes/PaintBrush.html +15 -15
  21. package/docs/classes/PanoTagPluginController.html +164 -213
  22. package/docs/classes/Util.BetterTween.html +8 -8
  23. package/docs/classes/Util.FivePointSelector.html +12 -12
  24. package/docs/classes/Util.Interval.html +12 -12
  25. package/docs/classes/Util.Magnifier.html +17 -17
  26. package/docs/classes/Util.PointDomHelper.html +11 -11
  27. package/docs/classes/Util.PointHelper.html +11 -11
  28. package/docs/classes/Util.Rectangle.html +13 -13
  29. package/docs/enums/CameraMovementEffect.html +7 -7
  30. package/docs/enums/ContentType.html +35 -75
  31. package/docs/enums/DIRECTION.html +9 -9
  32. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  33. package/docs/enums/DimensionType.html +15 -19
  34. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  35. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  36. package/docs/{interfaces/AddTagConfig.html → enums/LinkType.html} +23 -20
  37. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  38. package/docs/enums/PointType.html +15 -19
  39. package/docs/enums/Rotation.html +8 -8
  40. package/docs/functions/CSS3DRenderPlugin.html +13 -36
  41. package/docs/functions/CameraMovementPlugin.html +13 -36
  42. package/docs/functions/CruisePlugin.html +13 -36
  43. package/docs/functions/GuideLinePlugin.html +14 -37
  44. package/docs/functions/ItemLabelPlugin.html +13 -36
  45. package/docs/functions/MapviewFloorplanPlugin.html +13 -36
  46. package/docs/functions/ModelChassisCompassPlugin.html +13 -36
  47. package/docs/functions/ModelEntryDoorGuidePlugin.html +13 -36
  48. package/docs/functions/ModelFloorplanPlugin.html +13 -36
  49. package/docs/functions/ModelItemLabelPlugin.html +13 -36
  50. package/docs/functions/ModelRoomLabelPlugin.html +13 -36
  51. package/docs/functions/ModelTVVideoPlugin.html +13 -36
  52. package/docs/functions/ModelViewPlugin.html +13 -36
  53. package/docs/functions/Object3DHelperPlugin.html +13 -36
  54. package/docs/functions/PanoCompassPlugin.html +13 -36
  55. package/docs/functions/PanoCursorRaycasterPlugin.html +13 -36
  56. package/docs/functions/PanoDoorLabelPlugin.html +13 -36
  57. package/docs/functions/PanoFloorplanRadarPlugin.html +13 -36
  58. package/docs/functions/PanoMeasurePlugin.html +13 -36
  59. package/docs/functions/PanoRulerPlugin.html +13 -36
  60. package/docs/functions/PanoRulerProPlugin.html +13 -36
  61. package/docs/functions/PanoSpatialTagPlugin.html +13 -36
  62. package/docs/functions/PanoTagPlugin.html +23 -42
  63. package/docs/functions/TopviewFloorplanPlugin.html +13 -36
  64. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  65. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  66. package/docs/functions/Util.getFrameTime.html +5 -5
  67. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  68. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  69. package/docs/functions/Util.isNil.html +5 -5
  70. package/docs/functions/Util.nextFrame.html +5 -5
  71. package/docs/functions/Util.notNil.html +5 -5
  72. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  73. package/docs/functions/Util.tweenProgress.html +5 -5
  74. package/docs/functions/pluginFlag.html +14 -37
  75. package/docs/index.html +13 -36
  76. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  77. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  78. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  79. package/docs/interfaces/ContentTypeMap.html +212 -0
  80. package/docs/interfaces/FloorplanBounding.html +8 -8
  81. package/docs/interfaces/FloorplanData.html +10 -10
  82. package/docs/interfaces/FloorplanEntrance.html +11 -11
  83. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  84. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  85. package/docs/interfaces/FloorplanFloorData.html +9 -9
  86. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  87. package/docs/interfaces/FloorplanObserver.html +9 -9
  88. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  89. package/docs/interfaces/FloorplanPosition.html +7 -7
  90. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  91. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  92. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  93. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  94. package/docs/interfaces/FloorplanServerData.html +7 -7
  95. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  96. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  97. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  98. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  99. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  100. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  101. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  102. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  103. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  104. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  105. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  106. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  107. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  108. package/docs/interfaces/LineJson.html +7 -7
  109. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  110. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  111. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  112. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  113. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  114. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  115. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  116. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  117. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  118. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  119. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  120. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  121. package/docs/interfaces/ModelViewPluginExportType.html +11 -11
  122. package/docs/interfaces/Object3DHelperState.html +8 -8
  123. package/docs/interfaces/OpenParameter.html +7 -7
  124. package/docs/interfaces/PaintBrushAction.html +12 -12
  125. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  126. package/docs/interfaces/PaintBrushState.html +10 -10
  127. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  128. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +14 -37
  129. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  130. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  131. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  132. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  133. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  134. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  135. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  136. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  137. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +14 -37
  138. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +14 -37
  139. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  140. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  141. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  142. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  143. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  144. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  145. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  146. package/docs/interfaces/Point.html +8 -8
  147. package/docs/interfaces/PointJson.html +8 -8
  148. package/docs/interfaces/Room.html +9 -9
  149. package/docs/interfaces/RoomInfo.html +7 -7
  150. package/docs/interfaces/RoomLabel.html +14 -14
  151. package/docs/interfaces/RoomRules.html +14 -37
  152. package/docs/interfaces/Rooms.html +14 -37
  153. package/docs/interfaces/Scissor.html +9 -9
  154. package/docs/interfaces/TagConfig.html +19 -15
  155. package/docs/interfaces/Tags.html +12 -14
  156. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  157. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  158. package/docs/modules/Util.html +5 -5
  159. package/docs/modules.html +21 -67
  160. package/docs/types/ArrayPosition.html +15 -38
  161. package/docs/types/CSS3DRenderExportType.html +14 -37
  162. package/docs/types/CSS3DRenderPluginExportType.html +14 -37
  163. package/docs/types/CSS3DRenderPluginParameterType.html +14 -37
  164. package/docs/types/Color.html +14 -37
  165. package/docs/types/ContentTypeConfigKey.html +15 -38
  166. package/docs/types/{WorkCode.html → ContentTypeConfigKeyArray.html} +17 -40
  167. package/docs/types/Create3DDomContainerReturnType.html +14 -37
  168. package/docs/types/Create3DElementReturnType.html +14 -37
  169. package/docs/types/CruisePluginExportType.html +14 -37
  170. package/docs/types/Direction-1.html +14 -37
  171. package/docs/types/Direction4.html +14 -37
  172. package/docs/types/FloorplanRuleLabels.html +14 -37
  173. package/docs/types/FloorplanServerRuleLabels.html +14 -37
  174. package/docs/types/GuideLinePluginExportType.html +14 -37
  175. package/docs/types/HelperEventMap.html +14 -37
  176. package/docs/types/MapviewFloorplanPluginParameterType.html +14 -37
  177. package/docs/types/MapviewFloorplanPluginReturnType.html +14 -37
  178. package/docs/types/MediaData.html +14 -37
  179. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +14 -37
  180. package/docs/types/ModelFloorplanPluginParameterType.html +14 -37
  181. package/docs/types/ModelFloorplanPluginReturnType.html +14 -37
  182. package/docs/types/ModelRoomLabelPluginParameters.html +14 -37
  183. package/docs/types/ModelRoomLabelPluginReturnType.html +14 -37
  184. package/docs/types/MoveArgs.html +14 -37
  185. package/docs/types/MoveOpts.html +14 -37
  186. package/docs/types/Object3DHelperEventMap.html +14 -37
  187. package/docs/types/ObjectFit.html +14 -37
  188. package/docs/types/PaintBrushEventMap.html +14 -37
  189. package/docs/types/PanoCompassPluginData.html +14 -37
  190. package/docs/types/PanoCompassPluginExportType.html +14 -37
  191. package/docs/types/PanoCompassPluginParameterType.html +14 -37
  192. package/docs/types/PanoFloorplanRadarPluginParameterType.html +14 -37
  193. package/docs/types/PanoFloorplanRadarPluginReturnType.html +14 -37
  194. package/docs/types/PanoMeasurePluginEvent.html +14 -37
  195. package/docs/types/PanoMeasureReturnType.html +14 -37
  196. package/docs/types/PanoSpatialTagPluginId.html +14 -37
  197. package/docs/types/PanoTagPluginExportInterface.html +14 -37
  198. package/docs/types/PanoTagPluginParamsInterface.html +14 -37
  199. package/docs/types/PlaneTag.html +19 -40
  200. package/docs/types/PointTag.html +23 -40
  201. package/docs/types/Position.html +14 -37
  202. package/docs/types/RotateArgs.html +14 -37
  203. package/docs/types/RotateOpts.html +14 -37
  204. package/docs/types/RuleLabelsKey.html +14 -37
  205. package/docs/types/RuleLabelsValue.html +14 -37
  206. package/docs/types/Tag.html +22 -41
  207. package/docs/types/Tag2D.html +20 -42
  208. package/docs/types/Tag3D.html +20 -42
  209. package/docs/types/TagId.html +14 -37
  210. package/docs/types/TopviewFloorplanPluginParameterType.html +14 -37
  211. package/docs/types/TopviewFloorplanPluginReturnType.html +14 -37
  212. package/docs/variables/FLOOR_TYPE_MAP.html +14 -37
  213. package/docs/variables/PLUGIN.html +14 -37
  214. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +14 -37
  215. package/docs/variables/ROOM_TYPE_MAP.html +14 -37
  216. package/docs/variables/VERSION.html +14 -37
  217. package/docs/variables/itemLabelPluginServerParams.html +14 -37
  218. package/docs/variables/modelItemLabelPluginServerParams.html +14 -37
  219. package/docs/variables/modelRoomLabelPluginServerParams.html +14 -37
  220. package/libs/CSS3DRenderPlugin/CSS3DRender.js +1 -1
  221. package/libs/CSS3DRenderPlugin/Controller.js +2 -2
  222. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +1 -1
  223. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +1 -1
  224. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +4 -4
  225. package/libs/CSS3DRenderPlugin/utils/index.js +0 -12
  226. package/libs/CSS3DRenderPlugin/utils/positionToVector3.d.ts +2 -2
  227. package/libs/CSS3DRenderPlugin/utils/positionToVector3.js +3 -4
  228. package/libs/CSS3DRenderPlugin/utils/random.js +1 -6
  229. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +2 -3
  230. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +1 -2
  231. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +4 -6
  232. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +1 -1
  233. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +6 -6
  234. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +13 -13
  235. package/libs/CruisePlugin/Controller.js +146 -143
  236. package/libs/CruisePlugin/typing.d.ts +4 -0
  237. package/libs/CruisePlugin/utils/coordinatesAngle.js +2 -3
  238. package/libs/CruisePlugin/utils/linerValue.js +4 -4
  239. package/libs/GuideLinePlugin/Controller.js +1 -1
  240. package/libs/GuideLinePlugin/utils/getLineGeometries.js +1 -1
  241. package/libs/Object3DHelperPlugin/Controller.js +36 -38
  242. package/libs/PanoMeasurePlugin/Controller/BaseController.js +15 -25
  243. package/libs/PanoMeasurePlugin/Controller/EditController.js +9 -21
  244. package/libs/PanoMeasurePlugin/Controller/MixedController.js +10 -23
  245. package/libs/PanoMeasurePlugin/Controller/ViewController.js +14 -25
  246. package/libs/PanoMeasurePlugin/Controller/WatchController.js +29 -44
  247. package/libs/PanoMeasurePlugin/Controller/index.js +21 -58
  248. package/libs/PanoMeasurePlugin/Model/index.js +40 -47
  249. package/libs/PanoMeasurePlugin/Model/line.js +11 -15
  250. package/libs/PanoMeasurePlugin/Model/point.js +5 -5
  251. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete.svg.js +1 -1
  252. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_bg.png.js +1 -1
  253. package/libs/PanoMeasurePlugin/Modules/DeleteDom/_Assets/delete_hover_bg.png.js +1 -1
  254. package/libs/PanoMeasurePlugin/Modules/DeleteDom/index.js +4 -4
  255. package/libs/PanoMeasurePlugin/Modules/FiveHelper.js +3 -3
  256. package/libs/PanoMeasurePlugin/Modules/Magnifier.js +30 -30
  257. package/libs/PanoMeasurePlugin/Modules/UIController/HTML.js +2 -2
  258. package/libs/PanoMeasurePlugin/Modules/UIController/Revoke/index.js +2 -2
  259. package/libs/PanoMeasurePlugin/Modules/UIController/index.js +3 -3
  260. package/libs/PanoMeasurePlugin/Modules/UIController/mobileHTML.js +1 -1
  261. package/libs/PanoMeasurePlugin/Modules/UIController/style.js +16 -24
  262. package/libs/PanoMeasurePlugin/Modules/rangePiece/html.js +3 -4
  263. package/libs/PanoMeasurePlugin/Modules/rangePiece/index.js +5 -8
  264. package/libs/PanoMeasurePlugin/index.js +2 -2
  265. package/libs/PanoMeasurePlugin/utils/calculateThreeMouse.js +1 -1
  266. package/libs/PanoMeasurePlugin/utils/constants.js +16 -15
  267. package/libs/PanoMeasurePlugin/utils/distanceDom.js +1 -1
  268. package/libs/PanoMeasurePlugin/utils/findClosestPoint.js +6 -7
  269. package/libs/PanoMeasurePlugin/utils/isNDCPointInScreen.js +3 -3
  270. package/libs/PanoMeasurePlugin/utils/line.js +0 -1
  271. package/libs/PanoMeasurePlugin/utils/math.js +1 -2
  272. package/libs/PanoMeasurePlugin/utils/ndc2Screen.js +2 -2
  273. package/libs/PanoSpatialTagPlugin/Components/origins.js +2 -3
  274. package/libs/PanoSpatialTagPlugin/Components/tag.js +2 -3
  275. package/libs/PanoSpatialTagPlugin/Plugin.js +2 -2
  276. package/libs/PanoTagPlugin/Assets/Icon.d.ts +2 -3
  277. package/libs/PanoTagPlugin/Assets/Icon.js +3 -4
  278. package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
  279. package/libs/PanoTagPlugin/Components/Common/Audio.js +132 -137
  280. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +30 -30
  281. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +59 -95
  282. package/libs/PanoTagPlugin/Components/Common/Media.js +205 -231
  283. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +80 -109
  284. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +170 -0
  285. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +50 -0
  286. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +50 -0
  287. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +166 -0
  288. package/libs/PanoTagPlugin/Components/Common/Shadow.js +9 -10
  289. package/libs/PanoTagPlugin/Components/Common/Text.js +130 -0
  290. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +131 -0
  291. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +22 -22
  292. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +130 -122
  293. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +96 -58
  294. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +3 -5
  295. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +54 -75
  296. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +122 -0
  297. package/libs/PanoTagPlugin/Components/Tag/index.js +145 -182
  298. package/libs/PanoTagPlugin/Components/TagContainer.js +109 -144
  299. package/libs/PanoTagPlugin/Components/TagWrapper.js +152 -0
  300. package/libs/PanoTagPlugin/controller/TagCacheController.d.ts +2 -1
  301. package/libs/PanoTagPlugin/controller/TagCacheController.js +2 -3
  302. package/libs/PanoTagPlugin/controller/TagComputer.d.ts +14 -16
  303. package/libs/PanoTagPlugin/controller/TagComputer.js +150 -173
  304. package/libs/PanoTagPlugin/controller/index.d.ts +13 -16
  305. package/libs/PanoTagPlugin/controller/index.js +165 -238
  306. package/libs/PanoTagPlugin/index.d.ts +1 -1
  307. package/libs/PanoTagPlugin/index.js +21 -32
  308. package/libs/PanoTagPlugin/tag.config.js +16 -23
  309. package/libs/PanoTagPlugin/typings/controller.d.ts +11 -13
  310. package/libs/PanoTagPlugin/typings/index.d.ts +1 -5
  311. package/libs/PanoTagPlugin/typings/index.js +1 -7
  312. package/libs/PanoTagPlugin/typings/tag.d.ts +247 -0
  313. package/libs/PanoTagPlugin/typings/tag.js +7 -0
  314. package/libs/PanoTagPlugin/utils/constants.js +1 -2
  315. package/libs/PanoTagPlugin/utils/doUtil.js +6 -6
  316. package/libs/PanoTagPlugin/utils/index.js +0 -35
  317. package/libs/PanoTagPlugin/utils/search.js +9 -27
  318. package/libs/PanoTagPlugin/utils/tagPosition.js +2 -2
  319. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +1 -1
  320. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +6 -10
  321. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +20 -20
  322. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +74 -83
  323. package/libs/floorplan/PanoFloorplanRadarPlugin/Controller.js +1 -1
  324. package/libs/index.js +101 -112
  325. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.js +20 -17
  326. package/libs/vendor/svelte/internal/index.js +341 -381
  327. package/package.json +3 -3
  328. package/dist/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
  329. package/dist/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
  330. package/dist/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
  331. package/dist/PanoTagPlugin/typings/tag/Utils.d.ts +0 -50
  332. package/dist/PanoTagPlugin/utils/color.d.ts +0 -7
  333. package/dist/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
  334. package/dist/PanoTagPlugin/utils/px2rem.d.ts +0 -1
  335. package/dist/PanoTagPlugin/utils/tag/format.d.ts +0 -2
  336. package/dist/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
  337. package/dist/PanoTagPlugin/utils/timeToString.d.ts +0 -1
  338. package/docs/interfaces/EventMap.html +0 -298
  339. package/docs/interfaces/MinMax.html +0 -71
  340. package/docs/interfaces/State.html +0 -89
  341. package/docs/interfaces/TagCache.html +0 -92
  342. package/docs/interfaces/TagIconUrl.html +0 -91
  343. package/docs/interfaces/TemporaryState.html +0 -64
  344. package/docs/types/ContentTypeMap.html +0 -248
  345. package/docs/types/LoadTagConfig.html +0 -248
  346. package/docs/types/MediaStore.html +0 -248
  347. package/docs/types/PanoIndex.html +0 -248
  348. package/docs/types/PlaneTagElement.html +0 -253
  349. package/docs/types/Point2DElement.html +0 -253
  350. package/docs/types/Point2DTag.html +0 -255
  351. package/docs/types/Point3DElement.html +0 -253
  352. package/docs/types/Point3DTag.html +0 -255
  353. package/docs/types/PointTagElement.html +0 -253
  354. package/docs/types/StickType.html +0 -248
  355. package/docs/types/TagContentType.html +0 -248
  356. package/docs/types/TagDimensionType.html +0 -248
  357. package/docs/types/TagElement.html +0 -255
  358. package/docs/types/TagEvents.html +0 -283
  359. package/docs/types/TagHooks.html +0 -248
  360. package/docs/types/TagIconSize.html +0 -251
  361. package/docs/types/TagPointType.html +0 -251
  362. package/libs/GuideLinePlugin/utils/getPoint.d.ts +0 -3
  363. package/libs/GuideLinePlugin/utils/getPoint.js +0 -18
  364. package/libs/PanoMeasurePlugin/typings/data.js +0 -1
  365. package/libs/PanoMeasurePlugin/typings/event.type.js +0 -1
  366. package/libs/PanoMeasurePlugin/typings/index.js +0 -1
  367. package/libs/PanoMeasurePlugin/typings/utils.type.d.ts +0 -1
  368. package/libs/PanoMeasurePlugin/typings/utils.type.js +0 -1
  369. package/libs/PanoMeasurePlugin/utils/clearGroup.d.ts +0 -2
  370. package/libs/PanoMeasurePlugin/utils/clearGroup.js +0 -6
  371. package/libs/PanoTagPlugin/Components/Common/Icon/Icon.js +0 -175
  372. package/libs/PanoTagPlugin/Components/Common/Icon/audioIcon.js +0 -110
  373. package/libs/PanoTagPlugin/Components/Common/TagPoint.js +0 -81
  374. package/libs/PanoTagPlugin/Components/Common/Text/FlyMText.js +0 -145
  375. package/libs/PanoTagPlugin/Components/Common/Text/FlyText.js +0 -147
  376. package/libs/PanoTagPlugin/Components/Common/Text/MText.js +0 -166
  377. package/libs/PanoTagPlugin/Components/Common/TextItem.js +0 -106
  378. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioPlaneTag.js +0 -213
  379. package/libs/PanoTagPlugin/Components/Tag/AudioTag/AudioTag.js +0 -215
  380. package/libs/PanoTagPlugin/Components/Tag/AudioTag/index.js +0 -120
  381. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextPlaneTag.js +0 -102
  382. package/libs/PanoTagPlugin/Components/Tag/TextTag/TextTag.js +0 -134
  383. package/libs/PanoTagPlugin/Components/Tag/TextTag/index.js +0 -115
  384. package/libs/PanoTagPlugin/Components/TagItem.js +0 -187
  385. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.d.ts +0 -4
  386. package/libs/PanoTagPlugin/mocks/v1/mock-80P6A03eQRQKY3oqLj.js +0 -6
  387. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.d.ts +0 -93
  388. package/libs/PanoTagPlugin/mocks/v1/mock-80QG2vMPboNv5DWrom.js +0 -5622
  389. package/libs/PanoTagPlugin/mocks/v1/mock-test3-realsee-cn-4zr0A5.js +0 -1325
  390. package/libs/PanoTagPlugin/mocks/v1/mock1.d.ts +0 -173
  391. package/libs/PanoTagPlugin/mocks/v1/mock1.js +0 -122
  392. package/libs/PanoTagPlugin/mocks/v1/mock2.d.ts +0 -233
  393. package/libs/PanoTagPlugin/mocks/v1/mock2.js +0 -296
  394. package/libs/PanoTagPlugin/mocks/v1/mock3.d.ts +0 -22
  395. package/libs/PanoTagPlugin/mocks/v1/mock3.js +0 -32
  396. package/libs/PanoTagPlugin/mocks/v1/mock4.d.ts +0 -56
  397. package/libs/PanoTagPlugin/mocks/v1/mock4.js +0 -60
  398. package/libs/PanoTagPlugin/mocks/v1/mock5.d.ts +0 -13
  399. package/libs/PanoTagPlugin/mocks/v1/mock5.js +0 -17
  400. package/libs/PanoTagPlugin/mocks/v1/mock6.d.ts +0 -16
  401. package/libs/PanoTagPlugin/mocks/v1/mock6.js +0 -27
  402. package/libs/PanoTagPlugin/mocks/v1/mock7.d.ts +0 -22
  403. package/libs/PanoTagPlugin/mocks/v1/mock7.js +0 -228
  404. package/libs/PanoTagPlugin/mocks/v2/mock1.d.ts +0 -128
  405. package/libs/PanoTagPlugin/mocks/v2/mock1.js +0 -114
  406. package/libs/PanoTagPlugin/typings/tag/Tag.d.ts +0 -53
  407. package/libs/PanoTagPlugin/typings/tag/Tag.js +0 -4
  408. package/libs/PanoTagPlugin/typings/tag/TagConfig.d.ts +0 -88
  409. package/libs/PanoTagPlugin/typings/tag/TagConfig.js +0 -1
  410. package/libs/PanoTagPlugin/typings/tag/TagData.d.ts +0 -155
  411. package/libs/PanoTagPlugin/typings/tag/TagData.js +0 -4
  412. package/libs/PanoTagPlugin/typings/tag/Utils.d.ts +0 -50
  413. package/libs/PanoTagPlugin/typings/tag/Utils.js +0 -5
  414. package/libs/PanoTagPlugin/utils/color.d.ts +0 -7
  415. package/libs/PanoTagPlugin/utils/color.js +0 -17
  416. package/libs/PanoTagPlugin/utils/getImageInfo.d.ts +0 -16
  417. package/libs/PanoTagPlugin/utils/getImageInfo.js +0 -51
  418. package/libs/PanoTagPlugin/utils/px2rem.d.ts +0 -1
  419. package/libs/PanoTagPlugin/utils/px2rem.js +0 -6
  420. package/libs/PanoTagPlugin/utils/tag/format.d.ts +0 -2
  421. package/libs/PanoTagPlugin/utils/tag/format.js +0 -18
  422. package/libs/PanoTagPlugin/utils/tag/tagCheck.d.ts +0 -7
  423. package/libs/PanoTagPlugin/utils/tag/tagCheck.js +0 -26
  424. package/libs/PanoTagPlugin/utils/timeToString.d.ts +0 -1
  425. package/libs/PanoTagPlugin/utils/timeToString.js +0 -7
@@ -1,129 +1,119 @@
1
- var Q = (a, n, i) => new Promise((e, t) => {
2
- var l = (o) => {
1
+ var z = (a, n, i) => new Promise((e, t) => {
2
+ var o = (r) => {
3
3
  try {
4
- u(i.next(o));
4
+ u(i.next(r));
5
5
  } catch (m) {
6
6
  t(m);
7
7
  }
8
- }, r = (o) => {
8
+ }, l = (r) => {
9
9
  try {
10
- u(i.throw(o));
10
+ u(i.throw(r));
11
11
  } catch (m) {
12
12
  t(m);
13
13
  }
14
- }, u = (o) => o.done ? e(o.value) : Promise.resolve(o.value).then(l, r);
14
+ }, u = (r) => r.done ? e(r.value) : Promise.resolve(r.value).then(o, l);
15
15
  u((i = i.apply(a, n)).next());
16
16
  });
17
- import { SvelteComponent as ae, init as le, safe_not_equal as oe, append_styles as re, empty as $, insert as w, transition_in as y, transition_out as p, check_outros as F, detach as B, getContext as R, element as fe, attr as ue, toggle_class as U, group_outros as V, add_render_callback as se, create_in_transition as de, identity as W, create_out_transition as ce, create_component as N, mount_component as C, destroy_component as E, destroy_each as me, space as ye } from "../../../vendor/svelte/internal/index.js";
18
- import { fly as X } from "../../../vendor/svelte/transition/index.js";
19
- import { Swiper_1 as _e } from "../../../vendor/swiper/svelte/swiper.js";
20
- import { Swiper_slide as pe } from "../../../vendor/swiper/svelte/swiper-slide.js";
21
- import { Autoplay as ge } from "swiper";
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, getContext as G, element as le, attr as oe, toggle_class as J, add_render_callback as re, create_in_transition as fe, identity as K, 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 "../../../vendor/svelte/internal/index.js";
18
+ import { fly as Q } from "../../../vendor/svelte/transition/index.js";
19
+ import { Swiper_1 as de } from "../../../vendor/swiper/svelte/swiper.js";
20
+ import { Swiper_slide as me } from "../../../vendor/swiper/svelte/swiper-slide.js";
21
+ import { Autoplay as _e } from "swiper";
22
22
  import "swiper/css";
23
23
  import "swiper/css/autoplay";
24
24
  import "three";
25
- import { noTypecheck as z } from "../../utils/noTypecheck.js";
26
- import ee from "./MediaItem.js";
27
- import { notNil as he } from "../../../shared-utils/isNil.js";
28
- import "../../../vendor/svelte/easing/index.js";
29
- import "../../../vendor/swiper/components-shared/get-params.js";
30
- import "../../../vendor/swiper/components-shared/utils.js";
31
- import "../../../vendor/swiper/components-shared/params-list.js";
32
- import "../../../vendor/swiper/components-shared/mount-swiper.js";
33
- import "../../../vendor/swiper/components-shared/get-changed-params.js";
34
- import "../../../vendor/swiper/components-shared/update-swiper.js";
35
- import "../../Assets/Icon.js";
36
- function be(a) {
37
- re(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
25
+ import { noTypecheck as R } from "../../utils/noTypecheck.js";
26
+ import { MediaItem as x } from "./MediaItem.js";
27
+ import { notNil as ye } from "../../../shared-utils/isNil.js";
28
+ function ge(a) {
29
+ ae(a, "svelte-ai0lv9", ".media.svelte-ai0lv9{width:100%;height:100%;position:relative;overflow:hidden;border-radius:0.125rem}");
38
30
  }
39
- function Y(a, n, i) {
31
+ function W(a, n, i) {
40
32
  const e = a.slice();
41
- return e[25] = n[i], e;
33
+ return e[23] = n[i], e;
42
34
  }
43
- function Z(a) {
44
- let n, i, e, t, l, r;
45
- const u = [ke, Ie], o = [];
46
- function m(d, g) {
47
- return d[15] ? 0 : 1;
35
+ function X(a) {
36
+ let n, i, e, t, o, l;
37
+ const u = [pe, he], r = [];
38
+ function m(s, h) {
39
+ return s[13] ? 0 : 1;
48
40
  }
49
- return i = m(a), e = o[i] = u[i](a), {
41
+ return i = m(a), e = r[i] = u[i](a), {
50
42
  c() {
51
- n = fe("div"), e.c(), ue(n, "class", "media svelte-ai0lv9"), U(n, "unfolded", a[5]);
43
+ n = le("div"), e.c(), oe(n, "class", "media svelte-ai0lv9"), J(n, "unfolded", a[4]);
52
44
  },
53
- m(d, g) {
54
- w(d, n, g), o[i].m(n, null), r = !0;
45
+ m(s, h) {
46
+ w(s, n, h), r[i].m(n, null), l = !0;
55
47
  },
56
- p(d, g) {
57
- a = d;
48
+ p(s, h) {
49
+ a = s;
58
50
  let b = i;
59
- i = m(a), i === b ? o[i].p(a, g) : (V(), p(o[b], 1, 1, () => {
60
- o[b] = null;
61
- }), F(), e = o[i], e ? e.p(a, g) : (e = o[i] = u[i](a), e.c()), y(e, 1), e.m(n, null)), (!r || g & 32) && U(n, "unfolded", a[5]);
51
+ i = m(a), i === b ? r[i].p(a, h) : (D(), g(r[b], 1, 1, () => {
52
+ r[b] = null;
53
+ }), j(), e = r[i], e ? e.p(a, h) : (e = r[i] = u[i](a), e.c()), _(e, 1), e.m(n, null)), (!l || h & 16) && J(n, "unfolded", a[4]);
62
54
  },
63
- i(d) {
64
- r || (y(e), d && se(() => {
65
- l && l.end(1), t = de(n, X, a[6] ? {
55
+ i(s) {
56
+ l || (_(e), s && re(() => {
57
+ o && o.end(1), t = fe(n, Q, a[5] ? {
66
58
  y: 4,
67
- duration: a[4],
68
- delay: a[2],
69
- easing: W
59
+ duration: a[3],
60
+ delay: a[1],
61
+ easing: K
70
62
  } : void 0), t.start();
71
- }), r = !0);
63
+ }), l = !0);
72
64
  },
73
- o(d) {
74
- p(e), t && t.invalidate(), d && (l = ce(n, X, a[6] ? {
65
+ o(s) {
66
+ g(e), t && t.invalidate(), s && (o = ue(n, Q, a[5] ? {
75
67
  y: 4,
76
- duration: a[4],
77
- delay: a[3],
78
- easing: W
79
- } : void 0)), r = !1;
68
+ duration: a[3],
69
+ delay: a[2],
70
+ easing: K
71
+ } : void 0)), l = !1;
80
72
  },
81
- d(d) {
82
- d && B(n), o[i].d(), d && l && l.end();
73
+ d(s) {
74
+ s && I(n), r[i].d(), s && o && o.end();
83
75
  }
84
76
  };
85
77
  }
86
- function Ie(a) {
78
+ function he(a) {
87
79
  let n, i;
88
- return n = new ee({
80
+ return n = new x({
89
81
  props: {
90
- media: a[1][0],
91
- tag: a[0],
92
- objectFit: a[10],
93
- playButtonIfNeed: a[7],
94
- playButtonSizeIfNeed: a[8],
95
- canPlay: a[9]
82
+ media: a[0][0],
83
+ objectFit: a[8],
84
+ playButtonIfNeed: a[6],
85
+ canPlay: a[7]
96
86
  }
97
87
  }), {
98
88
  c() {
99
- N(n.$$.fragment);
89
+ C(n.$$.fragment);
100
90
  },
101
91
  m(e, t) {
102
- C(n, e, t), i = !0;
92
+ L(n, e, t), i = !0;
103
93
  },
104
94
  p(e, t) {
105
- const l = {};
106
- t & 2 && (l.media = e[1][0]), t & 1 && (l.tag = e[0]), t & 1024 && (l.objectFit = e[10]), t & 128 && (l.playButtonIfNeed = e[7]), t & 256 && (l.playButtonSizeIfNeed = e[8]), t & 512 && (l.canPlay = e[9]), n.$set(l);
95
+ const o = {};
96
+ t & 1 && (o.media = e[0][0]), t & 256 && (o.objectFit = e[8]), t & 64 && (o.playButtonIfNeed = e[6]), t & 128 && (o.canPlay = e[7]), n.$set(o);
107
97
  },
108
98
  i(e) {
109
- i || (y(n.$$.fragment, e), i = !0);
99
+ i || (_(n.$$.fragment, e), i = !0);
110
100
  },
111
101
  o(e) {
112
- p(n.$$.fragment, e), i = !1;
102
+ g(n.$$.fragment, e), i = !1;
113
103
  },
114
104
  d(e) {
115
- E(n, e);
105
+ P(n, e);
116
106
  }
117
107
  };
118
108
  }
119
- function ke(a) {
109
+ function pe(a) {
120
110
  let n, i;
121
- return n = new _e({
111
+ return n = new de({
122
112
  props: {
123
113
  style: "height: 100%",
124
- modules: [ge],
114
+ modules: [_e],
125
115
  spaceBetween: 30,
126
- autoplay: a[16] ? z({
116
+ autoplay: a[14] ? R({
127
117
  delay: 4e3,
128
118
  stopOnLastSlide: !1,
129
119
  disableOnInteraction: !1
@@ -132,286 +122,270 @@ function ke(a) {
132
122
  $$slots: { default: [ve] },
133
123
  $$scope: { ctx: a }
134
124
  }
135
- }), n.$on("init", a[23]), n.$on("slideChange", a[24]), {
125
+ }), n.$on("init", a[19]), n.$on("slideChange", a[20]), {
136
126
  c() {
137
- N(n.$$.fragment);
127
+ C(n.$$.fragment);
138
128
  },
139
129
  m(e, t) {
140
- C(n, e, t), i = !0;
130
+ L(n, e, t), i = !0;
141
131
  },
142
132
  p(e, t) {
143
- const l = {};
144
- t & 65536 && (l.autoplay = e[16] ? z({
133
+ const o = {};
134
+ t & 16384 && (o.autoplay = e[14] ? R({
145
135
  delay: 4e3,
146
136
  stopOnLastSlide: !1,
147
137
  disableOnInteraction: !1
148
- }) : !1), t & 268445569 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
138
+ }) : !1), t & 67111360 && (o.$$scope = { dirty: t, ctx: e }), n.$set(o);
149
139
  },
150
140
  i(e) {
151
- i || (y(n.$$.fragment, e), i = !0);
141
+ i || (_(n.$$.fragment, e), i = !0);
152
142
  },
153
143
  o(e) {
154
- p(n.$$.fragment, e), i = !1;
144
+ g(n.$$.fragment, e), i = !1;
155
145
  },
156
146
  d(e) {
157
- E(n, e);
147
+ P(n, e);
158
148
  }
159
149
  };
160
150
  }
161
- function Se(a) {
151
+ function be(a) {
162
152
  let n, i, e;
163
- return n = new ee({
153
+ return n = new x({
164
154
  props: {
165
- media: a[25],
166
- tag: a[0],
167
- objectFit: a[10],
168
- playButtonIfNeed: a[7],
169
- playButtonSizeIfNeed: a[8],
170
- canPlay: a[9]
155
+ media: a[23],
156
+ objectFit: a[8],
157
+ playButtonIfNeed: a[6],
158
+ canPlay: a[7]
171
159
  }
172
160
  }), {
173
161
  c() {
174
- N(n.$$.fragment), i = ye();
162
+ C(n.$$.fragment), i = ce();
175
163
  },
176
- m(t, l) {
177
- C(n, t, l), w(t, i, l), e = !0;
164
+ m(t, o) {
165
+ L(n, t, o), w(t, i, o), e = !0;
178
166
  },
179
- p(t, l) {
180
- const r = {};
181
- l & 8192 && (r.media = t[25]), l & 1 && (r.tag = t[0]), l & 1024 && (r.objectFit = t[10]), l & 128 && (r.playButtonIfNeed = t[7]), l & 256 && (r.playButtonSizeIfNeed = t[8]), l & 512 && (r.canPlay = t[9]), n.$set(r);
167
+ p(t, o) {
168
+ const l = {};
169
+ o & 2048 && (l.media = t[23]), o & 256 && (l.objectFit = t[8]), o & 64 && (l.playButtonIfNeed = t[6]), o & 128 && (l.canPlay = t[7]), n.$set(l);
182
170
  },
183
171
  i(t) {
184
- e || (y(n.$$.fragment, t), e = !0);
172
+ e || (_(n.$$.fragment, t), e = !0);
185
173
  },
186
174
  o(t) {
187
- p(n.$$.fragment, t), e = !1;
175
+ g(n.$$.fragment, t), e = !1;
188
176
  },
189
177
  d(t) {
190
- E(n, t), t && B(i);
178
+ P(n, t), t && I(i);
191
179
  }
192
180
  };
193
181
  }
194
- function x(a) {
182
+ function Y(a) {
195
183
  let n, i;
196
- return n = new a[17]({
184
+ return n = new me({
197
185
  props: {
198
- $$slots: { default: [Se] },
186
+ $$slots: { default: [be] },
199
187
  $$scope: { ctx: a }
200
188
  }
201
189
  }), {
202
190
  c() {
203
- N(n.$$.fragment);
191
+ C(n.$$.fragment);
204
192
  },
205
193
  m(e, t) {
206
- C(n, e, t), i = !0;
194
+ L(n, e, t), i = !0;
207
195
  },
208
196
  p(e, t) {
209
- const l = {};
210
- t & 268445569 && (l.$$scope = { dirty: t, ctx: e }), n.$set(l);
197
+ const o = {};
198
+ t & 67111360 && (o.$$scope = { dirty: t, ctx: e }), n.$set(o);
211
199
  },
212
200
  i(e) {
213
- i || (y(n.$$.fragment, e), i = !0);
201
+ i || (_(n.$$.fragment, e), i = !0);
214
202
  },
215
203
  o(e) {
216
- p(n.$$.fragment, e), i = !1;
204
+ g(n.$$.fragment, e), i = !1;
217
205
  },
218
206
  d(e) {
219
- E(n, e);
207
+ P(n, e);
220
208
  }
221
209
  };
222
210
  }
223
211
  function ve(a) {
224
- let n, i, e = a[13], t = [];
225
- for (let r = 0; r < e.length; r += 1)
226
- t[r] = x(Y(a, e, r));
227
- const l = (r) => p(t[r], 1, 1, () => {
228
- t[r] = null;
212
+ let n, i, e = a[11], t = [];
213
+ for (let l = 0; l < e.length; l += 1)
214
+ t[l] = Y(W(a, e, l));
215
+ const o = (l) => g(t[l], 1, 1, () => {
216
+ t[l] = null;
229
217
  });
230
218
  return {
231
219
  c() {
220
+ for (let l = 0; l < t.length; l += 1)
221
+ t[l].c();
222
+ n = Z();
223
+ },
224
+ m(l, u) {
232
225
  for (let r = 0; r < t.length; r += 1)
233
- t[r].c();
234
- n = $();
235
- },
236
- m(r, u) {
237
- for (let o = 0; o < t.length; o += 1)
238
- t[o].m(r, u);
239
- w(r, n, u), i = !0;
240
- },
241
- p(r, u) {
242
- if (u & 10113) {
243
- e = r[13];
244
- let o;
245
- for (o = 0; o < e.length; o += 1) {
246
- const m = Y(r, e, o);
247
- t[o] ? (t[o].p(m, u), y(t[o], 1)) : (t[o] = x(m), t[o].c(), y(t[o], 1), t[o].m(n.parentNode, n));
226
+ t[r].m(l, u);
227
+ w(l, n, u), i = !0;
228
+ },
229
+ p(l, u) {
230
+ if (u & 2496) {
231
+ e = l[11];
232
+ let r;
233
+ for (r = 0; r < e.length; r += 1) {
234
+ const m = W(l, e, r);
235
+ 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));
248
236
  }
249
- for (V(), o = e.length; o < t.length; o += 1)
250
- l(o);
251
- F();
237
+ for (D(), r = e.length; r < t.length; r += 1)
238
+ o(r);
239
+ j();
252
240
  }
253
241
  },
254
- i(r) {
242
+ i(l) {
255
243
  if (!i) {
256
244
  for (let u = 0; u < e.length; u += 1)
257
- y(t[u]);
245
+ _(t[u]);
258
246
  i = !0;
259
247
  }
260
248
  },
261
- o(r) {
249
+ o(l) {
262
250
  t = t.filter(Boolean);
263
251
  for (let u = 0; u < t.length; u += 1)
264
- p(t[u]);
252
+ g(t[u]);
265
253
  i = !1;
266
254
  },
267
- d(r) {
268
- me(t, r), r && B(n);
255
+ d(l) {
256
+ se(t, l), l && I(n);
269
257
  }
270
258
  };
271
259
  }
272
- function we(a) {
273
- let n, i, e = a[5] && Z(a);
260
+ function ke(a) {
261
+ let n, i, e = a[4] && X(a);
274
262
  return {
275
263
  c() {
276
- e && e.c(), n = $();
264
+ e && e.c(), n = Z();
277
265
  },
278
- m(t, l) {
279
- e && e.m(t, l), w(t, n, l), i = !0;
266
+ m(t, o) {
267
+ e && e.m(t, o), w(t, n, o), i = !0;
280
268
  },
281
- p(t, [l]) {
282
- t[5] ? e ? (e.p(t, l), l & 32 && y(e, 1)) : (e = Z(t), e.c(), y(e, 1), e.m(n.parentNode, n)) : e && (V(), p(e, 1, 1, () => {
269
+ p(t, [o]) {
270
+ t[4] ? e ? (e.p(t, o), o & 16 && _(e, 1)) : (e = X(t), e.c(), _(e, 1), e.m(n.parentNode, n)) : e && (D(), g(e, 1, 1, () => {
283
271
  e = null;
284
- }), F());
272
+ }), j());
285
273
  },
286
274
  i(t) {
287
- i || (y(e), i = !0);
275
+ i || (_(e), i = !0);
288
276
  },
289
277
  o(t) {
290
- p(e), i = !1;
278
+ g(e), i = !1;
291
279
  },
292
280
  d(t) {
293
- e && e.d(t), t && B(n);
281
+ e && e.d(t), t && I(n);
294
282
  }
295
283
  };
296
284
  }
297
- function Be(a, n, i) {
298
- let e, t, l;
299
- const r = z(pe);
300
- let { tag: u } = n, { mediaData: o } = n, { inDelay: m = 0 } = n, { outDelay: d = 0 } = n, { duration: g = 0 } = n, { unfolded: b = !0 } = n, { animation: q = !0 } = n, { playButtonIfNeed: M = "withoutText" } = n, { playButtonSizeIfNeed: O = "small" } = n, { canPlay: T = !0 } = n, { objectFit: A = "cover" } = n, { enableCarousel: L = !0 } = n, { autoplayConfig: k = { autoplay: !0, autoplayVideo: !1 } } = n;
301
- const S = R("mediaStore"), v = R("hooks");
302
- let h;
303
- function P(f) {
304
- !e || !h || (S.set({ currentMediaElement: this }), v.emit("playStateChange", {
285
+ function we(a, n, i) {
286
+ let e, t, o, { tag: l } = 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;
287
+ const O = G("mediaStore"), M = G("hooks");
288
+ let p;
289
+ function B(f) {
290
+ !e || !p || (O.set({ currentMediaUrl: this.src }), M.emit("playStateChange", {
305
291
  event: f,
306
292
  state: "playing",
307
- tag: u,
293
+ tag: l,
308
294
  mediaInstance: this
309
- }), h.autoplay.stop());
295
+ }), p.autoplay.stop());
310
296
  }
311
- function D(f) {
312
- !e || !h || (v.emit("playStateChange", {
297
+ function N(f) {
298
+ !e || !p || (M.emit("playStateChange", {
313
299
  event: f,
314
300
  state: "paused",
315
- tag: u,
301
+ tag: l,
316
302
  mediaInstance: this
317
- }), h.autoplay.running || h.autoplay.start());
303
+ }), p.autoplay.running || p.autoplay.start());
318
304
  }
319
- let j = null;
320
- const te = (f) => {
321
- i(12, h = f.detail[0]);
322
- }, ne = (f) => Q(this, null, function* () {
323
- var G, J, K;
324
- if (!l || !k.autoplayVideo)
305
+ let S = null;
306
+ const $ = (f) => {
307
+ i(10, p = f.detail[0]);
308
+ }, ee = (f) => z(this, null, function* () {
309
+ var H, T, U;
310
+ if (!o || !k.autoplayVideo)
325
311
  return;
326
- const _ = f.detail[0];
327
- if (!_)
312
+ const y = f.detail[0];
313
+ if (!y)
328
314
  return;
329
- const I = _.realIndex;
330
- if (I === j)
315
+ const v = y.realIndex;
316
+ if (v === S)
331
317
  return;
332
- i(14, j = I);
333
- const H = t[I];
334
- if (!H || H.type !== "Video")
318
+ i(12, S = v);
319
+ const A = t[v];
320
+ if (!A || A.type !== "Video")
335
321
  return;
336
- _.autoplay.stop(), _.slides.map((c) => c.querySelector("video")).filter(he).forEach((c) => c.pause());
337
- const s = (G = _.slides[_.activeIndex]) == null ? void 0 : G.querySelector("video");
338
- if (s && (s.removeEventListener("play", P), s.removeEventListener("pause", D), s.addEventListener("play", P), s.addEventListener("pause", D)), s) {
339
- s.addEventListener("click", () => s.pause());
340
- const c = (K = (J = s.parentElement) == null ? void 0 : J.getElementsByClassName("video-play-button-container")) == null ? void 0 : K[0];
341
- s.addEventListener("play", () => c == null ? void 0 : c.classList.remove("showPlayButton")), s.addEventListener("pause", () => c == null ? void 0 : c.classList.add("showPlayButton")), c && (s.paused ? c.classList.add("showPlayButton") : c.classList.remove("showPlayButton"), c.addEventListener("click", (ie) => {
342
- s.muted = !1, s.play(), S.set({ currentMediaElement: s }), v.emit("playStateChange", {
343
- event: ie,
344
- state: "playing",
345
- tag: u,
346
- mediaInstance: s
347
- });
348
- }));
322
+ y.autoplay.stop(), y.slides.map((c) => c.querySelector("video")).filter(ye).forEach((c) => c.pause());
323
+ const d = (H = y.slides[y.activeIndex]) == null ? void 0 : H.querySelector("video");
324
+ if (d && (d.removeEventListener("play", B), d.removeEventListener("pause", N), d.addEventListener("play", B), d.addEventListener("pause", N)), d) {
325
+ d.addEventListener("click", () => d.pause());
326
+ const c = (U = (T = d.parentElement) == null ? void 0 : T.getElementsByClassName("video-play-button-container")) == null ? void 0 : U[0];
327
+ 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()));
349
328
  }
350
329
  });
351
330
  return a.$$set = (f) => {
352
- "tag" in f && i(0, u = f.tag), "mediaData" in f && i(1, o = f.mediaData), "inDelay" in f && i(2, m = f.inDelay), "outDelay" in f && i(3, d = f.outDelay), "duration" in f && i(4, g = f.duration), "unfolded" in f && i(5, b = f.unfolded), "animation" in f && i(6, q = f.animation), "playButtonIfNeed" in f && i(7, M = f.playButtonIfNeed), "playButtonSizeIfNeed" in f && i(8, O = f.playButtonSizeIfNeed), "canPlay" in f && i(9, T = f.canPlay), "objectFit" in f && i(10, A = f.objectFit), "enableCarousel" in f && i(22, L = f.enableCarousel), "autoplayConfig" in f && i(11, k = f.autoplayConfig);
331
+ "tag" in f && i(17, l = 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);
353
332
  }, a.$$.update = () => {
354
- a.$$.dirty & 4194306 && i(15, e = L && (o == null ? void 0 : o.length) > 1), a.$$.dirty & 2 && i(13, t = o), a.$$.dirty & 10240 && i(16, l = t.length > 1 && k.autoplay), a.$$.dirty & 4096 && h && h.slides.forEach((f) => {
355
- const _ = f.querySelector("video");
356
- _ && S.subscribe(({ currentMediaElement: I }) => {
357
- I !== _ && _.pause();
333
+ 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, o = t.length > 1 && k.autoplay), a.$$.dirty & 1024 && p && p.slides.forEach((f) => {
334
+ const y = f.querySelector("video");
335
+ y && O.subscribe(({ currentMediaUrl: v }) => {
336
+ v !== y.src && y.pause();
358
337
  });
359
338
  });
360
339
  }, [
361
340
  u,
362
- o,
341
+ r,
363
342
  m,
364
- d,
365
- g,
343
+ s,
344
+ h,
366
345
  b,
346
+ F,
347
+ V,
367
348
  q,
368
- M,
369
- O,
370
- T,
371
- A,
372
349
  k,
373
- h,
350
+ p,
374
351
  t,
375
- j,
352
+ S,
376
353
  e,
354
+ o,
355
+ B,
356
+ N,
377
357
  l,
378
- r,
379
- S,
380
- v,
381
- P,
382
- D,
383
- L,
384
- te,
385
- ne
358
+ E,
359
+ $,
360
+ ee
386
361
  ];
387
362
  }
388
- class Ue extends ae {
363
+ class Oe extends te {
389
364
  constructor(n) {
390
- super(), le(
365
+ super(), ne(
391
366
  this,
392
367
  n,
393
- Be,
394
368
  we,
395
- oe,
369
+ ke,
370
+ ie,
396
371
  {
397
- tag: 0,
398
- mediaData: 1,
399
- inDelay: 2,
400
- outDelay: 3,
401
- duration: 4,
402
- unfolded: 5,
403
- animation: 6,
404
- playButtonIfNeed: 7,
405
- playButtonSizeIfNeed: 8,
406
- canPlay: 9,
407
- objectFit: 10,
408
- enableCarousel: 22,
409
- autoplayConfig: 11
372
+ tag: 17,
373
+ mediaData: 0,
374
+ inDelay: 1,
375
+ outDelay: 2,
376
+ duration: 3,
377
+ unfolded: 4,
378
+ animation: 5,
379
+ playButtonIfNeed: 6,
380
+ canPlay: 7,
381
+ objectFit: 8,
382
+ enableCarousel: 18,
383
+ autoplayConfig: 9
410
384
  },
411
- be
385
+ ge
412
386
  );
413
387
  }
414
388
  }
415
389
  export {
416
- Ue as default
390
+ Oe as Media
417
391
  };