@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,168 +1,139 @@
1
- import { SvelteComponent as z, init as F, safe_not_equal as O, append_styles as U, empty as W, insert as y, noop as w, detach as p, getContext as B, element as g, attr as f, binding_callbacks as T, space as V, src_url_equal as b, toggle_class as _, set_style as q, append as P, listen as I, run_all as A } from "../../../vendor/svelte/internal/index.js";
2
- import { Image_Play_Icon_With_Text as J, Image_Play_Icon as M } from "../../Assets/Icon.js";
3
- function R(l) {
4
- U(l, "svelte-q6hk4f", ".media-item.svelte-q6hk4f.svelte-q6hk4f{height:100%}.media-content.svelte-q6hk4f.svelte-q6hk4f{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:inherit;object-fit:inherit}.video-icon.svelte-q6hk4f.svelte-q6hk4f{width:12.5rem;height:6.25rem;max-width:60%;max-height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.video-play-button-container.svelte-q6hk4f.svelte-q6hk4f{display:none;pointer-events:auto;position:absolute;width:100%;height:100%;top:0;left:0;transform:translate3d(0, 0, 0)}.video-play-button-container.showPlayButton.svelte-q6hk4f.svelte-q6hk4f{display:block}.video-icon.large.svelte-q6hk4f.svelte-q6hk4f{width:12.5rem;height:6.25rem}.video-icon.small.svelte-q6hk4f.svelte-q6hk4f{width:1.75rem;height:1.75rem}.video-icon.svelte-q6hk4f .video-icon-img.svelte-q6hk4f{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.video-icon.svelte-q6hk4f .video-icon-img.canPlay.svelte-q6hk4f{cursor:pointer}");
1
+ import { SvelteComponent as C, init as N, safe_not_equal as F, append_styles as U, empty as L, insert as _, noop as y, detach as w, element as m, attr as a, binding_callbacks as q, space as E, src_url_equal as b, toggle_class as d, set_style as z, append as k, listen as P, run_all as S } from "../../../vendor/svelte/internal/index.js";
2
+ import { Image_Play_Large as j, Image_Play_Small as B } from "../../Assets/Icon.js";
3
+ function M(o) {
4
+ U(o, "svelte-cwtvzu", ".media-item.svelte-cwtvzu.svelte-cwtvzu{height:100%}.media-content.svelte-cwtvzu.svelte-cwtvzu{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-o-object-fit:inherit;object-fit:inherit}.video-icon.svelte-cwtvzu.svelte-cwtvzu{width:12.5rem;height:6.25rem;max-width:60%;max-height:60%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.video-play-button-container.svelte-cwtvzu.svelte-cwtvzu{display:none;pointer-events:auto;position:absolute;width:100%;height:100%;top:0;left:0}.video-play-button-container.showPlayButton.svelte-cwtvzu.svelte-cwtvzu{display:block}.video-icon.large.svelte-cwtvzu.svelte-cwtvzu{width:12.5rem;height:6.25rem}.video-icon.small.svelte-cwtvzu.svelte-cwtvzu{width:1.75rem;height:1.75rem}.video-icon.svelte-cwtvzu .video-icon-img.svelte-cwtvzu{width:100%;height:100%;background-position:center center;background-size:contain;background-repeat:no-repeat}.video-icon.svelte-cwtvzu .video-icon-img.canPlay.svelte-cwtvzu{cursor:pointer}");
5
5
  }
6
- function S(l) {
6
+ function I(o) {
7
7
  let e;
8
- function i(s, d) {
9
- if (s[1].type === "Image")
10
- return D;
11
- if (s[1].type === "Video")
12
- return X;
8
+ function t(s, c) {
9
+ if (s[0].type === "Image")
10
+ return A;
11
+ if (s[0].type === "Video")
12
+ return V;
13
13
  }
14
- let n = i(l), t = n && n(l);
14
+ let n = t(o), i = n && n(o);
15
15
  return {
16
16
  c() {
17
- e = g("div"), t && t.c(), f(e, "class", "media-item svelte-q6hk4f");
17
+ e = m("div"), i && i.c(), a(e, "class", "media-item svelte-cwtvzu");
18
18
  },
19
- m(s, d) {
20
- y(s, e, d), t && t.m(e, null);
19
+ m(s, c) {
20
+ _(s, e, c), i && i.m(e, null);
21
21
  },
22
- p(s, d) {
23
- n === (n = i(s)) && t ? t.p(s, d) : (t && t.d(1), t = n && n(s), t && (t.c(), t.m(e, null)));
22
+ p(s, c) {
23
+ n === (n = t(s)) && i ? i.p(s, c) : (i && i.d(1), i = n && n(s), i && (i.c(), i.m(e, null)));
24
24
  },
25
25
  d(s) {
26
- s && p(e), t && t.d();
26
+ s && w(e), i && i.d();
27
27
  }
28
28
  };
29
29
  }
30
- function X(l) {
31
- let e, i, n, t, s, d, m, v, c, o, k;
30
+ function V(o) {
31
+ let e, t, n, i, s, c, u, v, f, p, g;
32
32
  return {
33
33
  c() {
34
- var a;
35
- e = g("video"), d = V(), m = g("div"), v = g("div"), c = g("div"), f(e, "class", "media-content svelte-q6hk4f"), f(e, "style", i = `object-fit: ${l[5]};`), b(e.src, n = l[1].url + "#t=0.1") || f(e, "src", n), f(e, "poster", t = (a = l[1].videoCoverUrl) != null ? a : void 0), f(e, "preload", s = l[1].videoCoverUrl ? void 0 : "auto"), e.playsInline = !0, f(e, "paused", ""), e.muted = !0, e.loop = !1, f(e, "crossorigin", ""), e.controls = !1, _(e, "showPlayButton", l[7]), q(e, "position", "relative"), f(c, "class", "video-icon-img svelte-q6hk4f"), q(c, "background-image", "url(" + l[13]() + ")"), _(c, "canPlay", l[4]), f(v, "class", "video-icon svelte-q6hk4f"), _(v, "large", l[3] === "large"), _(v, "small", l[3] === "small"), f(m, "class", "video-play-button-container svelte-q6hk4f"), _(m, "showPlayButton", l[7]);
34
+ var l;
35
+ e = m("video"), c = E(), u = m("div"), v = m("div"), f = m("div"), a(e, "class", "media-content svelte-cwtvzu"), a(e, "style", t = `object-fit: ${o[3]};`), b(e.src, n = o[0].url + "#t=0.1") || a(e, "src", n), a(e, "poster", i = (l = o[0].videoCoverUrl) != null ? l : void 0), a(e, "preload", s = o[0].videoCoverUrl ? void 0 : "auto"), e.playsInline = !0, a(e, "paused", ""), e.loop = !1, a(e, "crossorigin", ""), e.controls = !1, d(e, "showPlayButton", o[5]), a(f, "class", "video-icon-img svelte-cwtvzu"), z(f, "background-image", "url(" + (o[1] === "large" ? j : B) + ")"), d(f, "canPlay", o[2]), a(v, "class", "video-icon svelte-cwtvzu"), d(v, "large", o[1] === "large"), d(v, "small", o[1] === "small"), a(u, "class", "video-play-button-container svelte-cwtvzu"), d(u, "showPlayButton", o[5]);
36
36
  },
37
- m(a, u) {
38
- y(a, e, u), l[12](e), y(a, d, u), y(a, m, u), P(m, v), P(v, c), o || (k = [
39
- I(e, "click", l[11]),
40
- I(c, "click", l[14])
41
- ], o = !0);
37
+ m(l, r) {
38
+ _(l, e, r), o[7](e), _(l, c, r), _(l, u, r), k(u, v), k(v, f), p || (g = [
39
+ P(e, "click", o[6]),
40
+ P(f, "click", o[8])
41
+ ], p = !0);
42
42
  },
43
- p(a, u) {
43
+ p(l, r) {
44
44
  var h;
45
- u & 32 && i !== (i = `object-fit: ${a[5]};`) && f(e, "style", i), u & 2 && !b(e.src, n = a[1].url + "#t=0.1") && f(e, "src", n), u & 2 && t !== (t = (h = a[1].videoCoverUrl) != null ? h : void 0) && f(e, "poster", t), u & 2 && s !== (s = a[1].videoCoverUrl ? void 0 : "auto") && f(e, "preload", s), u & 128 && _(e, "showPlayButton", a[7]), u & 4 && q(c, "background-image", "url(" + a[13]() + ")"), u & 16 && _(c, "canPlay", a[4]), u & 8 && _(v, "large", a[3] === "large"), u & 8 && _(v, "small", a[3] === "small"), u & 128 && _(m, "showPlayButton", a[7]);
45
+ r & 8 && t !== (t = `object-fit: ${l[3]};`) && a(e, "style", t), r & 1 && !b(e.src, n = l[0].url + "#t=0.1") && a(e, "src", n), r & 1 && i !== (i = (h = l[0].videoCoverUrl) != null ? h : void 0) && a(e, "poster", i), r & 1 && s !== (s = l[0].videoCoverUrl ? void 0 : "auto") && a(e, "preload", s), r & 32 && d(e, "showPlayButton", l[5]), r & 2 && z(f, "background-image", "url(" + (l[1] === "large" ? j : B) + ")"), r & 4 && d(f, "canPlay", l[2]), r & 2 && d(v, "large", l[1] === "large"), r & 2 && d(v, "small", l[1] === "small"), r & 32 && d(u, "showPlayButton", l[5]);
46
46
  },
47
- d(a) {
48
- a && p(e), l[12](null), a && p(d), a && p(m), o = !1, A(k);
47
+ d(l) {
48
+ l && w(e), o[7](null), l && w(c), l && w(u), p = !1, S(g);
49
49
  }
50
50
  };
51
51
  }
52
- function D(l) {
53
- let e, i, n, t;
52
+ function A(o) {
53
+ let e, t, n, i;
54
54
  return {
55
55
  c() {
56
- e = g("img"), f(e, "class", "media-content svelte-q6hk4f"), f(e, "style", i = `object-fit: ${l[5]};`), b(e.src, n = l[1].url) || f(e, "src", n), f(e, "alt", t = l[1].name);
56
+ e = m("img"), a(e, "class", "media-content svelte-cwtvzu"), a(e, "style", t = `object-fit: ${o[3]};`), b(e.src, n = o[0].url) || a(e, "src", n), a(e, "alt", i = o[0].name);
57
57
  },
58
- m(s, d) {
59
- y(s, e, d);
58
+ m(s, c) {
59
+ _(s, e, c);
60
60
  },
61
- p(s, d) {
62
- d & 32 && i !== (i = `object-fit: ${s[5]};`) && f(e, "style", i), d & 2 && !b(e.src, n = s[1].url) && f(e, "src", n), d & 2 && t !== (t = s[1].name) && f(e, "alt", t);
61
+ p(s, c) {
62
+ c & 8 && t !== (t = `object-fit: ${s[3]};`) && a(e, "style", t), c & 1 && !b(e.src, n = s[0].url) && a(e, "src", n), c & 1 && i !== (i = s[0].name) && a(e, "alt", i);
63
63
  },
64
64
  d(s) {
65
- s && p(e);
65
+ s && w(e);
66
66
  }
67
67
  };
68
68
  }
69
- function G(l) {
70
- let e, i = l[1] && S(l);
69
+ function D(o) {
70
+ let e, t = o[0] && I(o);
71
71
  return {
72
72
  c() {
73
- i && i.c(), e = W();
73
+ t && t.c(), e = L();
74
74
  },
75
- m(n, t) {
76
- i && i.m(n, t), y(n, e, t);
75
+ m(n, i) {
76
+ t && t.m(n, i), _(n, e, i);
77
77
  },
78
- p(n, [t]) {
79
- n[1] ? i ? i.p(n, t) : (i = S(n), i.c(), i.m(e.parentNode, e)) : i && (i.d(1), i = null);
78
+ p(n, [i]) {
79
+ n[0] ? t ? t.p(n, i) : (t = I(n), t.c(), t.m(e.parentNode, e)) : t && (t.d(1), t = null);
80
80
  },
81
- i: w,
82
- o: w,
81
+ i: y,
82
+ o: y,
83
83
  d(n) {
84
- i && i.d(n), n && p(e);
84
+ t && t.d(n), n && w(e);
85
85
  }
86
86
  };
87
87
  }
88
- function H(l, e, i) {
89
- let { tag: n } = e, { media: t } = e, { playButtonIfNeed: s = "withoutText" } = e, { playButtonSizeIfNeed: d = "small" } = e, { canPlay: m = !0 } = e, { objectFit: v = "cover" } = e, c = (t == null ? void 0 : t.type) === "Video" && Boolean(t == null ? void 0 : t.videoCoverUrl), o, k = !1;
90
- const a = B("mediaStore"), u = B("hooks"), h = () => {
91
- c || (o == null || o.play(), o == null || o.pause(), i(10, c = !0));
92
- };
93
- u.on("loadVideoFirstFrame", h);
94
- const C = (r) => {
95
- o && (o.pause(), u.emit("playStateChange", {
96
- event: r,
97
- state: "paused",
98
- tag: n,
99
- mediaInstance: o
100
- }));
101
- };
102
- function L(r) {
103
- T[r ? "unshift" : "push"](() => {
104
- o = r, i(6, o);
88
+ function G(o, e, t) {
89
+ let { media: n } = e, { playButtonIfNeed: i = "small" } = e, { canPlay: s = !0 } = e, { objectFit: c = "cover" } = e, u, v = !1;
90
+ const f = () => u == null ? void 0 : u.pause();
91
+ function p(l) {
92
+ q[l ? "unshift" : "push"](() => {
93
+ u = l, t(4, u);
105
94
  });
106
95
  }
107
- const j = () => s === "withText" ? J : s === "withoutText" ? M : s, E = (r) => {
108
- !m || o && (i(6, o.muted = !1, o), o.play(), a.set({ currentMediaElement: o }), u.emit("playStateChange", {
109
- event: r,
110
- state: "playing",
111
- tag: n,
112
- mediaInstance: o
113
- }));
96
+ const g = () => {
97
+ !s || u && u.play();
114
98
  };
115
- return l.$$set = (r) => {
116
- "tag" in r && i(0, n = r.tag), "media" in r && i(1, t = r.media), "playButtonIfNeed" in r && i(2, s = r.playButtonIfNeed), "playButtonSizeIfNeed" in r && i(3, d = r.playButtonSizeIfNeed), "canPlay" in r && i(4, m = r.canPlay), "objectFit" in r && i(5, v = r.objectFit);
117
- }, l.$$.update = () => {
118
- if (l.$$.dirty & 64 && o && (i(7, k = o.paused), o.addEventListener("play", () => {
119
- i(7, k = !1);
120
- }), o.addEventListener("pause", () => {
121
- i(7, k = !0);
122
- }), a.subscribe(({ currentMediaElement: r }) => {
123
- r !== o && (o == null || o.pause());
124
- })), l.$$.dirty & 1090 && (t == null ? void 0 : t.type) === "Video" && !c) {
125
- const r = navigator.userAgent.toLowerCase().indexOf("micromessenger") !== -1, N = navigator.userAgent.toLowerCase().indexOf("iphone") !== -1 && r;
126
- o && N && o.paused && (document.removeEventListener("WeixinJSBridgeReady", h), document.removeEventListener("touchstart", h), document.removeEventListener("click", h), document.addEventListener("WeixinJSBridgeReady", h), document.addEventListener("touchstart", h), document.addEventListener("click", h));
127
- }
99
+ return o.$$set = (l) => {
100
+ "media" in l && t(0, n = l.media), "playButtonIfNeed" in l && t(1, i = l.playButtonIfNeed), "canPlay" in l && t(2, s = l.canPlay), "objectFit" in l && t(3, c = l.objectFit);
101
+ }, o.$$.update = () => {
102
+ o.$$.dirty & 16 && u && (t(5, v = u.paused), u.addEventListener("play", () => {
103
+ t(5, v = !1);
104
+ }), u.addEventListener("pause", () => {
105
+ t(5, v = !0);
106
+ }));
128
107
  }, [
129
108
  n,
130
- t,
109
+ i,
131
110
  s,
132
- d,
133
- m,
134
- v,
135
- o,
136
- k,
137
- a,
138
- u,
139
111
  c,
140
- C,
141
- L,
142
- j,
143
- E
112
+ u,
113
+ v,
114
+ f,
115
+ p,
116
+ g
144
117
  ];
145
118
  }
146
- class Z extends z {
119
+ class K extends C {
147
120
  constructor(e) {
148
- super(), F(
121
+ super(), N(
149
122
  this,
150
123
  e,
151
- H,
152
124
  G,
153
- O,
125
+ D,
126
+ F,
154
127
  {
155
- tag: 0,
156
- media: 1,
157
- playButtonIfNeed: 2,
158
- playButtonSizeIfNeed: 3,
159
- canPlay: 4,
160
- objectFit: 5
128
+ media: 0,
129
+ playButtonIfNeed: 1,
130
+ canPlay: 2,
131
+ objectFit: 3
161
132
  },
162
- R
133
+ M
163
134
  );
164
135
  }
165
136
  }
166
137
  export {
167
- Z as default
138
+ K as MediaItem
168
139
  };
@@ -0,0 +1,170 @@
1
+ import { SvelteComponent as S, init as T, safe_not_equal as C, append_styles as M, space as Y, empty as q, insert as g, group_outros as b, update_keyed_each as A, outro_and_destroy_block as B, check_outros as k, transition_in as _, transition_out as d, detach as p, element as H, create_component as D, attr as U, set_style as v, mount_component as x, destroy_component as I, binding_callbacks as L } from "../../../vendor/svelte/internal/index.js";
2
+ import { Text as j } from "./Text.js";
3
+ import { Arrow as F } from "./Arrow.js";
4
+ import { doUtil as G } from "../../utils/doUtil.js";
5
+ function J(l) {
6
+ M(l, "svelte-1fuzm7v", ".text.svelte-1fuzm7v{pointer-events:auto;box-sizing:border-box;display:inline-block;max-width:7.5rem;transition:transform 400ms ease-in-out;font-size:0.75rem;line-height:1.125rem;white-space:initial;cursor:pointer}.arrow.svelte-1fuzm7v{pointer-events:auto;display:inline-block;vertical-align:top;width:0.875rem;height:0.875rem;margin-left:0.125rem;margin-top:0.125rem}");
7
+ }
8
+ function y(l, t, n) {
9
+ const o = l.slice();
10
+ return o[11] = t[n].id, o[12] = t[n].content, o;
11
+ }
12
+ function w(l, t) {
13
+ let n, o, r;
14
+ return o = new j({
15
+ props: {
16
+ unfolded: t[0],
17
+ content: t[12],
18
+ inDelay: 500,
19
+ outDelay: t[5]
20
+ }
21
+ }), {
22
+ key: l,
23
+ first: null,
24
+ c() {
25
+ n = H("div"), D(o.$$.fragment), U(n, "class", "text svelte-1fuzm7v"), v(n, "transform", t[7]), this.first = n;
26
+ },
27
+ m(f, u) {
28
+ g(f, n, u), x(o, n, null), t[10](n), r = !0;
29
+ },
30
+ p(f, u) {
31
+ t = f;
32
+ const a = {};
33
+ u & 1 && (a.unfolded = t[0]), u & 2 && (a.content = t[12]), u & 32 && (a.outDelay = t[5]), o.$set(a), u & 128 && v(n, "transform", t[7]);
34
+ },
35
+ i(f) {
36
+ r || (_(o.$$.fragment, f), r = !0);
37
+ },
38
+ o(f) {
39
+ d(o.$$.fragment, f), r = !1;
40
+ },
41
+ d(f) {
42
+ f && p(n), I(o), t[10](null);
43
+ }
44
+ };
45
+ }
46
+ function z(l) {
47
+ let t, n, o;
48
+ return n = new F({
49
+ props: {
50
+ direction: l[6],
51
+ visible: l[0],
52
+ inDelay: 600,
53
+ duration: 1e3
54
+ }
55
+ }), {
56
+ c() {
57
+ t = H("div"), D(n.$$.fragment), U(t, "class", "arrow svelte-1fuzm7v");
58
+ },
59
+ m(r, f) {
60
+ g(r, t, f), x(n, t, null), o = !0;
61
+ },
62
+ p(r, f) {
63
+ const u = {};
64
+ f & 64 && (u.direction = r[6]), f & 1 && (u.visible = r[0]), n.$set(u);
65
+ },
66
+ i(r) {
67
+ o || (_(n.$$.fragment, r), o = !0);
68
+ },
69
+ o(r) {
70
+ d(n.$$.fragment, r), o = !1;
71
+ },
72
+ d(r) {
73
+ r && p(t), I(n);
74
+ }
75
+ };
76
+ }
77
+ function K(l) {
78
+ let t = [], n = /* @__PURE__ */ new Map(), o, r, f, u = l[1];
79
+ const a = (e) => e[11];
80
+ for (let e = 0; e < u.length; e += 1) {
81
+ let i = y(l, u, e), c = a(i);
82
+ n.set(c, t[e] = w(c, i));
83
+ }
84
+ let s = l[3] < l[4] && z(l);
85
+ return {
86
+ c() {
87
+ for (let e = 0; e < t.length; e += 1)
88
+ t[e].c();
89
+ o = Y(), s && s.c(), r = q();
90
+ },
91
+ m(e, i) {
92
+ for (let c = 0; c < t.length; c += 1)
93
+ t[c].m(e, i);
94
+ g(e, o, i), s && s.m(e, i), g(e, r, i), f = !0;
95
+ },
96
+ p(e, [i]) {
97
+ i & 167 && (u = e[1], b(), t = A(t, i, a, 1, e, u, n, o.parentNode, B, w, o, y), k()), e[3] < e[4] ? s ? (s.p(e, i), i & 24 && _(s, 1)) : (s = z(e), s.c(), _(s, 1), s.m(r.parentNode, r)) : s && (b(), d(s, 1, 1, () => {
98
+ s = null;
99
+ }), k());
100
+ },
101
+ i(e) {
102
+ if (!f) {
103
+ for (let i = 0; i < u.length; i += 1)
104
+ _(t[i]);
105
+ _(s), f = !0;
106
+ }
107
+ },
108
+ o(e) {
109
+ for (let i = 0; i < t.length; i += 1)
110
+ d(t[i]);
111
+ d(s), f = !1;
112
+ },
113
+ d(e) {
114
+ for (let i = 0; i < t.length; i += 1)
115
+ t[i].d(e);
116
+ e && p(o), s && s.d(e), e && p(r);
117
+ }
118
+ };
119
+ }
120
+ function O(l, t, n) {
121
+ let o, r, f, { visible: u = !1 } = t, { textUnfolded: a = !1 } = t, { textItems: s } = t, e, i = 0, c = 0, h = 0;
122
+ function N(m) {
123
+ L[m ? "unshift" : "push"](() => {
124
+ e = m, n(2, e);
125
+ });
126
+ }
127
+ return l.$$set = (m) => {
128
+ "visible" in m && n(0, u = m.visible), "textUnfolded" in m && n(8, a = m.textUnfolded), "textItems" in m && n(1, s = m.textItems);
129
+ }, l.$$.update = () => {
130
+ if (l.$$.dirty & 5 && e && u) {
131
+ const { lineHeight: m } = getComputedStyle(e);
132
+ n(4, h = e.offsetHeight), G(() => e == null ? void 0 : e.offsetHeight, Boolean).then(() => {
133
+ n(4, h = e.offsetHeight);
134
+ }), n(3, c = Number(m.replace("px", "")));
135
+ }
136
+ l.$$.dirty & 280 && n(9, i = a ? c - h : 0), l.$$.dirty & 512 && n(7, o = `translateY(${i}px)`), l.$$.dirty & 256 && n(6, r = a ? "left" : "right"), l.$$.dirty & 256 && n(5, f = a ? 450 : 0);
137
+ }, [
138
+ u,
139
+ s,
140
+ e,
141
+ c,
142
+ h,
143
+ f,
144
+ r,
145
+ o,
146
+ a,
147
+ i,
148
+ N
149
+ ];
150
+ }
151
+ class W extends S {
152
+ constructor(t) {
153
+ super(), T(
154
+ this,
155
+ t,
156
+ O,
157
+ K,
158
+ C,
159
+ {
160
+ visible: 0,
161
+ textUnfolded: 8,
162
+ textItems: 1
163
+ },
164
+ J
165
+ );
166
+ }
167
+ }
168
+ export {
169
+ W as MultiLineText
170
+ };
@@ -0,0 +1,50 @@
1
+ import { SvelteComponent as g, init as p, safe_not_equal as b, append_styles as h, element as w, create_component as A, space as v, attr as c, set_style as f, toggle_class as m, insert as y, mount_component as k, append as d, transition_in as U, transition_out as z, detach as N, destroy_component as R } from "../../../../vendor/svelte/internal/index.js";
2
+ import { Shadow as B } from "../Shadow.js";
3
+ function I(t) {
4
+ h(t, "svelte-fuismw", ".point.svelte-fuismw.svelte-fuismw{pointer-events:none;width:1.5rem;height:1.5rem}.small-point.svelte-fuismw.svelte-fuismw,.big-point.svelte-fuismw.svelte-fuismw{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 500ms}.big-point.svelte-fuismw.svelte-fuismw{background-color:rgba(0, 0, 0, 0.1)}.folded.point.svelte-fuismw.svelte-fuismw{animation:svelte-fuismw-breathing 2s linear infinite}.big-point.svelte-fuismw.svelte-fuismw::before,.big-point.svelte-fuismw.svelte-fuismw::after{content:'';display:block;position:absolute;background-size:contain;background-repeat:no-repeat;pointer-events:none}.big-point.svelte-fuismw.svelte-fuismw::before{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAOHRSTlMABgoNFBsYIhEmHyksMoJ6RZ5aXzpnU03AtqaZjLuGN+zcifnW0cjEqnA+lOZzbWLhkH6i8rGuagnOwPMAAAQOSURBVFjDrZiHctpAEIYXYzvGOvXeUe+IYuD93ywrJAIhFJX8M8zoBHzz757utHvwTETJHJPfGQZfWJXILWCMPuqNbuu6vj+khrHjed40TWvFfQ2jvCl8nGha6lQCl7s07UqcUlfOZrOxVtKsN2a+0uJYK+ScEIqiFifhBSGSsnJ8f8u99cLMVnEUHTKXIOMX6vuk5gpphFYyhmHzHpzcDqNUJGgEER+oz5OaK8ShNcIdt+zx1ys7lhdqiDlRkPF+JaSdWIhasaz6lLPQ1qFDIwYpDeTr62veCS8bGLIQRSsVK78/5nDeOlYIYhovHeOtU0dDXw2KSGiKesQRyjJ10Q66QcyZMTvpTEMUumpMieyWvs9ZLZcmodAOYlorsysBflpjiEJTFBEY5+7sicul34T1iak5U25momN9Ya4wPCT57r8cteW0dk4YuKMTqjXVkgjciFr+8B3ngnmM6kii5X/efB0F+jUHnuiatLJY+Et84EnUNacfiaKZjQhX4oJAwPlqOB3mJaoh4dxxG5Nc3Q8DkywunP6kBalN53J7G3g0JqiNC3qpjQ7TRPvmn2U3L3/kU4JaTn/SKU0qb76dDf0kGNjHJbD+wX1gcMxO6fZVrzXUcQaROkvt3+pljIYugQ0LDi1ZBgeN9JK9MjTCkmgwgPou19I5QzBI5yy5RvqOw6xMMbKzoeGWmnQfBBwa6woj6wyNsYSx7R0chWuOwsjOqR6aboyNyvcpgOsl3ZzNhoNm3bztdAK1x5NuzmCwunkjjq4AEzKXFI1NUmVnwIfydJBoW7CPVAR1uR6XbVwlmgF2xF1yPTbbubYHLZamgyTNhiSmp4PoJIEk+R+gOAFb+x+hxRoctHw6iItsMLT/Mf3RHixbnP5AyhEPmZ1NB+E6A0V3pi9aPqyB6Pz0bSTxXID0kE/d2DgvxBFzEKdutdXawJGSMlM3/3Sd4fA93bnTXkfSuvwGFGOI016QbKm3VdbOn/bKjpd1e6Pg1SlFhPzjdXWNwjNTyprkhz33i4Wpji600FA5h05q4Ywv/bxge7mNRe7YYtQMwqt/kMLixpXHQhBwcCXBYukxBbvkBTv4S5V/HNNC6EF089tPxxGHNzV8sKTgRhSzVYa2Wf5yeadHphlWGdb4IUeEO5K2SHrUiqJuW9GiLFdwVzRbCXTf5tg11mvhYdufZbLUr11XEi/k4KHexUxWSY8DBCby7AU8E3eUhfzVkYZgR6H/agF8C3KNqCeHLIIRR7oEr0XXsixy9P1jH/doJLF2nPXbIlw5y1aC6t4eROW1pduaLs/7b6NEqFiWrWpBzaXuaOy4Nfe6bRfqGwzSXBJZhnF8y9oUhcnzOyM9pI7wCWP0LSkyy1iFWWwsFp8LeKLfd4doRyTLRacAAAAASUVORK5CYII=)}.folded.svelte-fuismw .big-point.svelte-fuismw::before{animation:svelte-fuismw-rotate 2s linear infinite}.big-point.svelte-fuismw.svelte-fuismw::after{position:absolute;width:1rem;height:1rem;background-image:var(--iconUrl)}.small-point.svelte-fuismw.svelte-fuismw::before{content:'';display:block;position:absolute;pointer-events:none;width:0.25rem;height:0.25rem;border-radius:100%;background-color:white}.folded.svelte-fuismw .big-point.svelte-fuismw{opacity:1;scale:1}.unfolded.svelte-fuismw .big-point.svelte-fuismw{opacity:0;scale:0}.folded.svelte-fuismw .small-point.svelte-fuismw{opacity:0;scale:6}.unfolded.svelte-fuismw .small-point.svelte-fuismw{opacity:1;scale:1}@keyframes svelte-fuismw-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes svelte-fuismw-breathing{0%{transform:scale(1)}25%{transform:scale(0.9)}50%{transform:scale(1)}}");
5
+ }
6
+ function E(t) {
7
+ let e, n, u, l, r, o, s;
8
+ return n = new B({
9
+ props: {
10
+ center: !0,
11
+ blurRadius: 12,
12
+ spreadRadius: 5
13
+ }
14
+ }), {
15
+ c() {
16
+ e = w("div"), A(n.$$.fragment), u = v(), l = w("div"), r = v(), o = w("div"), c(l, "class", "small-point svelte-fuismw"), f(l, "transition-delay", t[3] ? t[2] + "ms" : "0ms"), c(o, "class", "big-point svelte-fuismw"), f(o, "--iconUrl", "url(" + t[1] + ")"), f(o, "transition-delay", t[3] ? t[2] + "ms" : "0ms"), c(e, "class", "point svelte-fuismw"), m(e, "folded", t[3]), m(e, "unfolded", t[0]);
17
+ },
18
+ m(i, a) {
19
+ y(i, e, a), k(n, e, null), d(e, u), d(e, l), d(e, r), d(e, o), s = !0;
20
+ },
21
+ p(i, [a]) {
22
+ a & 12 && f(l, "transition-delay", i[3] ? i[2] + "ms" : "0ms"), (!s || a & 2) && f(o, "--iconUrl", "url(" + i[1] + ")"), a & 12 && f(o, "transition-delay", i[3] ? i[2] + "ms" : "0ms"), (!s || a & 8) && m(e, "folded", i[3]), (!s || a & 1) && m(e, "unfolded", i[0]);
23
+ },
24
+ i(i) {
25
+ s || (U(n.$$.fragment, i), s = !0);
26
+ },
27
+ o(i) {
28
+ z(n.$$.fragment, i), s = !1;
29
+ },
30
+ d(i) {
31
+ i && N(e), R(n);
32
+ }
33
+ };
34
+ }
35
+ function F(t, e, n) {
36
+ let u, { unfolded: l } = e, { iconUrl: r } = e, { foldDelay: o = 800 } = e;
37
+ return t.$$set = (s) => {
38
+ "unfolded" in s && n(0, l = s.unfolded), "iconUrl" in s && n(1, r = s.iconUrl), "foldDelay" in s && n(2, o = s.foldDelay);
39
+ }, t.$$.update = () => {
40
+ t.$$.dirty & 1 && n(3, u = !l);
41
+ }, [l, r, o, u];
42
+ }
43
+ class X extends g {
44
+ constructor(e) {
45
+ super(), p(this, e, F, E, b, { unfolded: 0, iconUrl: 1, foldDelay: 2 }, I);
46
+ }
47
+ }
48
+ export {
49
+ X as CustomPoint
50
+ };
@@ -0,0 +1,50 @@
1
+ import { SvelteComponent as z, init as b, safe_not_equal as g, append_styles as j, element as f, create_component as A, space as m, attr as p, set_style as c, toggle_class as v, insert as h, mount_component as y, append as u, transition_in as w, transition_out as k, detach as N, destroy_component as R } from "../../../../vendor/svelte/internal/index.js";
2
+ import { Shadow as B } from "../Shadow.js";
3
+ function I(t) {
4
+ j(t, "svelte-jzvcn0", ".point.svelte-jzvcn0.svelte-jzvcn0{pointer-events:none;width:1rem;height:1rem}.small-point.svelte-jzvcn0.svelte-jzvcn0,.big-point.svelte-jzvcn0.svelte-jzvcn0{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 500ms}.big-point.svelte-jzvcn0.svelte-jzvcn0::before,.big-point.svelte-jzvcn0.svelte-jzvcn0::after{content:'';display:block;position:absolute;background-size:contain;background-repeat:no-repeat;pointer-events:none}.big-point.svelte-jzvcn0.svelte-jzvcn0::before{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAOHRSTlMABgoNFBsYIhEmHyksMoJ6RZ5aXzpnU03AtqaZjLuGN+zcifnW0cjEqnA+lOZzbWLhkH6i8rGuagnOwPMAAAQOSURBVFjDrZiHctpAEIYXYzvGOvXeUe+IYuD93ywrJAIhFJX8M8zoBHzz757utHvwTETJHJPfGQZfWJXILWCMPuqNbuu6vj+khrHjed40TWvFfQ2jvCl8nGha6lQCl7s07UqcUlfOZrOxVtKsN2a+0uJYK+ScEIqiFifhBSGSsnJ8f8u99cLMVnEUHTKXIOMX6vuk5gpphFYyhmHzHpzcDqNUJGgEER+oz5OaK8ShNcIdt+zx1ys7lhdqiDlRkPF+JaSdWIhasaz6lLPQ1qFDIwYpDeTr62veCS8bGLIQRSsVK78/5nDeOlYIYhovHeOtU0dDXw2KSGiKesQRyjJ10Q66QcyZMTvpTEMUumpMieyWvs9ZLZcmodAOYlorsysBflpjiEJTFBEY5+7sicul34T1iak5U25momN9Ya4wPCT57r8cteW0dk4YuKMTqjXVkgjciFr+8B3ngnmM6kii5X/efB0F+jUHnuiatLJY+Et84EnUNacfiaKZjQhX4oJAwPlqOB3mJaoh4dxxG5Nc3Q8DkywunP6kBalN53J7G3g0JqiNC3qpjQ7TRPvmn2U3L3/kU4JaTn/SKU0qb76dDf0kGNjHJbD+wX1gcMxO6fZVrzXUcQaROkvt3+pljIYugQ0LDi1ZBgeN9JK9MjTCkmgwgPou19I5QzBI5yy5RvqOw6xMMbKzoeGWmnQfBBwa6woj6wyNsYSx7R0chWuOwsjOqR6aboyNyvcpgOsl3ZzNhoNm3bztdAK1x5NuzmCwunkjjq4AEzKXFI1NUmVnwIfydJBoW7CPVAR1uR6XbVwlmgF2xF1yPTbbubYHLZamgyTNhiSmp4PoJIEk+R+gOAFb+x+hxRoctHw6iItsMLT/Mf3RHixbnP5AyhEPmZ1NB+E6A0V3pi9aPqyB6Pz0bSTxXID0kE/d2DgvxBFzEKdutdXawJGSMlM3/3Sd4fA93bnTXkfSuvwGFGOI016QbKm3VdbOn/bKjpd1e6Pg1SlFhPzjdXWNwjNTyprkhz33i4Wpji600FA5h05q4Ywv/bxge7mNRe7YYtQMwqt/kMLixpXHQhBwcCXBYukxBbvkBTv4S5V/HNNC6EF089tPxxGHNzV8sKTgRhSzVYa2Wf5yeadHphlWGdb4IUeEO5K2SHrUiqJuW9GiLFdwVzRbCXTf5tg11mvhYdufZbLUr11XEi/k4KHexUxWSY8DBCby7AU8E3eUhfzVkYZgR6H/agF8C3KNqCeHLIIRR7oEr0XXsixy9P1jH/doJLF2nPXbIlw5y1aC6t4eROW1pduaLs/7b6NEqFiWrWpBzaXuaOy4Nfe6bRfqGwzSXBJZhnF8y9oUhcnzOyM9pI7wCWP0LSkyy1iFWWwsFp8LeKLfd4doRyTLRacAAAAASUVORK5CYII=);background-size:contain;background-repeat:no-repeat}.small-point.svelte-jzvcn0.svelte-jzvcn0::before{content:'';display:block;position:absolute;pointer-events:none;width:0.375rem;height:0.375rem;border-radius:100%;background-color:white}.unfolded.svelte-jzvcn0 .big-point.svelte-jzvcn0{opacity:0;transform:scale(0)}.folded.svelte-jzvcn0 .big-point.svelte-jzvcn0{opacity:1;transform:scale(1)}.unfolded.svelte-jzvcn0 .small-point.svelte-jzvcn0{transform:scale(0.6)}.folded.svelte-jzvcn0 .small-point.svelte-jzvcn0{transform:scale(1)}");
5
+ }
6
+ function E(t) {
7
+ let e, i, d, l, r, o, s;
8
+ return i = new B({
9
+ props: {
10
+ center: !0,
11
+ blurRadius: 12,
12
+ spreadRadius: 5
13
+ }
14
+ }), {
15
+ c() {
16
+ e = f("div"), A(i.$$.fragment), d = m(), l = f("div"), r = m(), o = f("div"), p(l, "class", "small-point svelte-jzvcn0"), c(l, "transition-delay", t[2] ? t[1] + "ms" : "0ms"), p(o, "class", "big-point svelte-jzvcn0"), c(o, "transition-delay", t[2] ? t[1] + "ms" : "0ms"), p(e, "class", "point svelte-jzvcn0"), v(e, "unfolded", t[0]), v(e, "folded", t[2]);
17
+ },
18
+ m(n, a) {
19
+ h(n, e, a), y(i, e, null), u(e, d), u(e, l), u(e, r), u(e, o), s = !0;
20
+ },
21
+ p(n, [a]) {
22
+ a & 6 && c(l, "transition-delay", n[2] ? n[1] + "ms" : "0ms"), a & 6 && c(o, "transition-delay", n[2] ? n[1] + "ms" : "0ms"), (!s || a & 1) && v(e, "unfolded", n[0]), (!s || a & 4) && v(e, "folded", n[2]);
23
+ },
24
+ i(n) {
25
+ s || (w(i.$$.fragment, n), s = !0);
26
+ },
27
+ o(n) {
28
+ k(i.$$.fragment, n), s = !1;
29
+ },
30
+ d(n) {
31
+ n && N(e), R(i);
32
+ }
33
+ };
34
+ }
35
+ function F(t, e, i) {
36
+ let d, { unfolded: l } = e, { foldDelay: r = 800 } = e;
37
+ return t.$$set = (o) => {
38
+ "unfolded" in o && i(0, l = o.unfolded), "foldDelay" in o && i(1, r = o.foldDelay);
39
+ }, t.$$.update = () => {
40
+ t.$$.dirty & 1 && i(2, d = !l);
41
+ }, [l, r, d];
42
+ }
43
+ class U extends z {
44
+ constructor(e) {
45
+ super(), b(this, e, F, E, g, { unfolded: 0, foldDelay: 1 }, I);
46
+ }
47
+ }
48
+ export {
49
+ U as DefaultPoint
50
+ };