@realsee/dnalogel 2.2.3 → 2.2.5-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 (338) hide show
  1. package/dist/CSS3DRenderPlugin/CSS3DRender.d.ts +47 -34
  2. package/dist/CSS3DRenderPlugin/Controller.d.ts +5 -5
  3. package/dist/CSS3DRenderPlugin/index.d.ts +2 -1
  4. package/dist/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  5. package/dist/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  6. package/dist/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  7. package/dist/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  8. package/dist/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  9. package/dist/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +12 -0
  10. package/dist/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +25 -11
  11. package/dist/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  12. package/dist/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  13. package/dist/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  14. package/dist/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  15. package/dist/Object3DHelperPlugin/Controller.d.ts +2 -0
  16. package/dist/index.cjs.js +63 -58
  17. package/dist/index.js +5827 -5094
  18. package/dist/index.umd.js +51 -46
  19. package/dist/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  20. package/docs/assets/highlight.css +7 -0
  21. package/docs/assets/search.js +1 -1
  22. package/docs/classes/CSS3DRender.html +533 -0
  23. package/docs/classes/CruisePluginController.html +24 -24
  24. package/docs/classes/Magnifier.html +16 -16
  25. package/docs/classes/ModelRoomLabelController.html +11 -11
  26. package/docs/classes/Object3DHelperController.html +24 -24
  27. package/docs/classes/PaintBrush.html +15 -15
  28. package/docs/classes/PanoTagPluginController.html +39 -39
  29. package/docs/classes/Util.BetterTween.html +8 -8
  30. package/docs/classes/Util.FivePointSelector.html +12 -12
  31. package/docs/classes/Util.Interval.html +12 -12
  32. package/docs/classes/Util.Magnifier.html +17 -17
  33. package/docs/classes/Util.PointDomHelper.html +11 -11
  34. package/docs/classes/Util.PointHelper.html +11 -11
  35. package/docs/classes/Util.Rectangle.html +13 -13
  36. package/docs/enums/CameraMovementEffect.html +7 -7
  37. package/docs/enums/ContentType.html +12 -12
  38. package/docs/enums/DIRECTION.html +9 -9
  39. package/docs/enums/DISPLAY_STRATEGY_TYPE.html +9 -9
  40. package/docs/enums/DimensionType.html +7 -7
  41. package/docs/enums/FLOOR_PLAN_ATTACHED_TO.html +8 -8
  42. package/docs/enums/ITEM_LABEL_PLUGIN_DISPLAY_STRATEGY_TYPE.html +9 -9
  43. package/docs/enums/LinkType.html +7 -7
  44. package/docs/enums/PaintBrushTypeEnum.html +8 -8
  45. package/docs/enums/PointType.html +7 -7
  46. package/docs/enums/Rotation.html +8 -8
  47. package/docs/functions/CSS3DRenderPlugin.html +6 -5
  48. package/docs/functions/CameraMovementPlugin.html +6 -5
  49. package/docs/functions/CruisePlugin.html +6 -5
  50. package/docs/functions/GuideLinePlugin.html +7 -6
  51. package/docs/functions/ItemLabelPlugin.html +6 -5
  52. package/docs/functions/MapviewFloorplanPlugin.html +6 -5
  53. package/docs/functions/ModelChassisCompassPlugin.html +6 -5
  54. package/docs/functions/ModelEntryDoorGuidePlugin.html +6 -5
  55. package/docs/functions/ModelFloorplanPlugin.html +6 -5
  56. package/docs/functions/ModelItemLabelPlugin.html +6 -5
  57. package/docs/functions/ModelRoomLabelPlugin.html +6 -5
  58. package/docs/functions/ModelTVVideoPlugin.html +6 -5
  59. package/docs/functions/ModelViewPlugin.html +6 -5
  60. package/docs/functions/Object3DHelperPlugin.html +6 -5
  61. package/docs/functions/PanoCompassPlugin.html +6 -5
  62. package/docs/functions/PanoCursorRaycasterPlugin.html +6 -5
  63. package/docs/functions/PanoDoorLabelPlugin.html +6 -5
  64. package/docs/functions/PanoFloorplanRadarPlugin.html +6 -5
  65. package/docs/functions/PanoMeasurePlugin.html +6 -5
  66. package/docs/functions/PanoRulerPlugin.html +6 -5
  67. package/docs/functions/PanoRulerProPlugin.html +6 -5
  68. package/docs/functions/PanoSpatialTagPlugin.html +6 -5
  69. package/docs/functions/PanoTagPlugin.html +6 -5
  70. package/docs/functions/TopviewFloorplanPlugin.html +6 -5
  71. package/docs/functions/Util.getCoordsFromClient.html +5 -5
  72. package/docs/functions/Util.getCoordsFromElement.html +5 -5
  73. package/docs/functions/Util.getFrameTime.html +5 -5
  74. package/docs/functions/Util.getIntersectFromRelativePosition.html +5 -5
  75. package/docs/functions/Util.getRaycasterFromFivePointer.html +5 -5
  76. package/docs/functions/Util.isNil.html +5 -5
  77. package/docs/functions/Util.nextFrame.html +5 -5
  78. package/docs/functions/Util.notNil.html +5 -5
  79. package/docs/functions/Util.requestAnimationFrameInterval.html +5 -5
  80. package/docs/functions/Util.tweenProgress.html +5 -5
  81. package/docs/functions/pluginFlag.html +7 -6
  82. package/docs/index.html +6 -5
  83. package/docs/interfaces/CSS3DRenderPluginEventMap.html +11 -11
  84. package/docs/interfaces/CSS3DRenderPluginState.html +8 -8
  85. package/docs/interfaces/CameraMovementPluginExportType.html +7 -7
  86. package/docs/interfaces/ContentTypeMap.html +12 -12
  87. package/docs/interfaces/FloorplanBounding.html +8 -8
  88. package/docs/interfaces/FloorplanData.html +10 -10
  89. package/docs/interfaces/FloorplanEntrance.html +11 -11
  90. package/docs/interfaces/FloorplanExtraObject.html +10 -10
  91. package/docs/interfaces/FloorplanExtraObject3D.html +8 -8
  92. package/docs/interfaces/FloorplanFloorData.html +9 -9
  93. package/docs/interfaces/FloorplanImagePosition.html +7 -7
  94. package/docs/interfaces/FloorplanObserver.html +9 -9
  95. package/docs/interfaces/FloorplanOutlineItem.html +9 -9
  96. package/docs/interfaces/FloorplanPosition.html +7 -7
  97. package/docs/interfaces/FloorplanRoomItem.html +13 -13
  98. package/docs/interfaces/FloorplanRoomLabelItem.html +7 -7
  99. package/docs/interfaces/FloorplanServerBounding.html +8 -8
  100. package/docs/interfaces/FloorplanServerComputedData.html +10 -10
  101. package/docs/interfaces/FloorplanServerData.html +7 -7
  102. package/docs/interfaces/FloorplanServerDoorItem.html +10 -10
  103. package/docs/interfaces/FloorplanServerDoorPosition.html +8 -8
  104. package/docs/interfaces/FloorplanServerEntrance.html +11 -11
  105. package/docs/interfaces/FloorplanServerFloorData.html +9 -9
  106. package/docs/interfaces/FloorplanServerImagePosition.html +7 -7
  107. package/docs/interfaces/FloorplanServerObserver.html +9 -9
  108. package/docs/interfaces/FloorplanServerOutlineItem.html +9 -9
  109. package/docs/interfaces/FloorplanServerPosition.html +7 -7
  110. package/docs/interfaces/FloorplanServerRoomItem.html +14 -14
  111. package/docs/interfaces/FloorplanServerRoomLabelItem.html +7 -7
  112. package/docs/interfaces/ItemLabelPluginData.html +6 -6
  113. package/docs/interfaces/ItemLabelPluginExportReturnsType.html +11 -11
  114. package/docs/interfaces/ItemLabelPluginParametersType.html +9 -9
  115. package/docs/interfaces/LineJson.html +7 -7
  116. package/docs/interfaces/ModelChassisCompassPluginData.html +7 -7
  117. package/docs/interfaces/ModelChassisCompassPluginExportType.html +8 -8
  118. package/docs/interfaces/ModelChassisCompassPluginParameterType.html +7 -7
  119. package/docs/interfaces/ModelEntryDoorGuidePluginData.html +8 -8
  120. package/docs/interfaces/ModelEntryDoorGuidePluginExportType.html +8 -8
  121. package/docs/interfaces/ModelItemLabelPluginData.html +6 -6
  122. package/docs/interfaces/ModelItemLabelPluginExportReturnsType.html +11 -11
  123. package/docs/interfaces/ModelItemLabelPluginParametersType.html +7 -7
  124. package/docs/interfaces/ModelRoomLabelPluginData.html +6 -6
  125. package/docs/interfaces/ModelTVVideoPluginData.html +9 -9
  126. package/docs/interfaces/ModelTVVideoPluginExportType.html +8 -8
  127. package/docs/interfaces/ModelTVVideoPluginParameterType.html +6 -6
  128. package/docs/interfaces/ModelViewPluginExportType.html +8 -8
  129. package/docs/interfaces/Object3DHelperState.html +8 -8
  130. package/docs/interfaces/OpenParameter.html +7 -7
  131. package/docs/interfaces/PaintBrushAction.html +12 -12
  132. package/docs/interfaces/PaintBrushConfigs.html +12 -12
  133. package/docs/interfaces/PaintBrushState.html +10 -10
  134. package/docs/interfaces/PanoCursorRaycasterPluginExportType.html +10 -10
  135. package/docs/interfaces/PanoCursorRaycasterPluginParameterType.html +7 -6
  136. package/docs/interfaces/PanoMeasureParameterType.html +11 -11
  137. package/docs/interfaces/PanoRulerPluginExportType.html +10 -10
  138. package/docs/interfaces/PanoRulerPluginOptions.html +7 -7
  139. package/docs/interfaces/PanoRulerPluginParameterType.html +8 -8
  140. package/docs/interfaces/PanoRulerProPluginExportType.html +9 -9
  141. package/docs/interfaces/PanoRulerProPluginOptions.html +7 -7
  142. package/docs/interfaces/PanoRulerProPluginParameterType.html +7 -7
  143. package/docs/interfaces/PanoRulerProPluginState.html +8 -8
  144. package/docs/interfaces/PanoSpatialTagPluginContentEvent.html +7 -6
  145. package/docs/interfaces/PanoSpatialTagPluginContentReplacement.html +7 -6
  146. package/docs/interfaces/PanoSpatialTagPluginData.html +11 -11
  147. package/docs/interfaces/PanoSpatialTagPluginDataElement.html +10 -10
  148. package/docs/interfaces/PanoSpatialTagPluginExportType.html +13 -13
  149. package/docs/interfaces/PanoSpatialTagPluginOriginElement.html +10 -10
  150. package/docs/interfaces/PanoSpatialTagPluginParameterType.html +13 -13
  151. package/docs/interfaces/PanoSpatialTagPluginPointElement.html +11 -11
  152. package/docs/interfaces/PanoSpatialTagPluginTagElement.html +10 -10
  153. package/docs/interfaces/Point.html +8 -8
  154. package/docs/interfaces/PointJson.html +8 -8
  155. package/docs/interfaces/Room.html +9 -9
  156. package/docs/interfaces/RoomInfo.html +7 -7
  157. package/docs/interfaces/RoomLabel.html +14 -14
  158. package/docs/interfaces/RoomRules.html +7 -6
  159. package/docs/interfaces/Rooms.html +7 -6
  160. package/docs/interfaces/Scissor.html +9 -9
  161. package/docs/interfaces/TagConfig.html +10 -10
  162. package/docs/interfaces/Tags.html +9 -9
  163. package/docs/interfaces/Util.MagnifierParameter.html +11 -11
  164. package/docs/interfaces/Util.MouseGroupParameter.html +8 -8
  165. package/docs/modules/Util.html +5 -5
  166. package/docs/modules.html +7 -5
  167. package/docs/types/ArrayPosition.html +7 -6
  168. package/docs/types/CSS3DRenderExportType.html +8 -7
  169. package/docs/types/CSS3DRenderPluginExportType.html +7 -6
  170. package/docs/types/CSS3DRenderPluginParameterType.html +7 -6
  171. package/docs/types/Color.html +7 -6
  172. package/docs/types/ContentTypeConfigKey.html +7 -6
  173. package/docs/types/ContentTypeConfigKeyArray.html +7 -6
  174. package/docs/types/Create3DDomContainerReturnType.html +7 -6
  175. package/docs/types/Create3DElementReturnType.html +8 -7
  176. package/docs/types/CruisePluginExportType.html +7 -6
  177. package/docs/types/Direction-1.html +7 -6
  178. package/docs/types/Direction4.html +7 -6
  179. package/docs/types/FloorplanRuleLabels.html +7 -6
  180. package/docs/types/FloorplanServerRuleLabels.html +7 -6
  181. package/docs/types/GuideLinePluginExportType.html +7 -6
  182. package/docs/types/HelperEventMap.html +7 -6
  183. package/docs/types/MapviewFloorplanPluginParameterType.html +7 -6
  184. package/docs/types/MapviewFloorplanPluginReturnType.html +7 -6
  185. package/docs/types/MediaData.html +7 -6
  186. package/docs/types/ModelEntryDoorGuidePluginParameterType.html +7 -6
  187. package/docs/types/ModelFloorplanPluginParameterType.html +7 -6
  188. package/docs/types/ModelFloorplanPluginReturnType.html +7 -6
  189. package/docs/types/ModelRoomLabelPluginParameters.html +7 -6
  190. package/docs/types/ModelRoomLabelPluginReturnType.html +7 -6
  191. package/docs/types/MoveArgs.html +7 -6
  192. package/docs/types/MoveOpts.html +7 -6
  193. package/docs/types/Object3DHelperEventMap.html +7 -6
  194. package/docs/types/ObjectFit.html +7 -6
  195. package/docs/types/PaintBrushEventMap.html +7 -6
  196. package/docs/types/PanoCompassPluginData.html +7 -6
  197. package/docs/types/PanoCompassPluginExportType.html +7 -6
  198. package/docs/types/PanoCompassPluginParameterType.html +7 -6
  199. package/docs/types/PanoFloorplanRadarPluginParameterType.html +7 -6
  200. package/docs/types/PanoFloorplanRadarPluginReturnType.html +7 -6
  201. package/docs/types/PanoMeasurePluginEvent.html +7 -6
  202. package/docs/types/PanoMeasureReturnType.html +7 -6
  203. package/docs/types/PanoSpatialTagPluginId.html +7 -6
  204. package/docs/types/PanoTagPluginExportInterface.html +7 -6
  205. package/docs/types/PanoTagPluginParamsInterface.html +7 -6
  206. package/docs/types/PlaneTag.html +7 -6
  207. package/docs/types/PointTag.html +7 -6
  208. package/docs/types/Position.html +7 -6
  209. package/docs/types/RotateArgs.html +7 -6
  210. package/docs/types/RotateOpts.html +7 -6
  211. package/docs/types/RuleLabelsKey.html +7 -6
  212. package/docs/types/RuleLabelsValue.html +7 -6
  213. package/docs/types/Tag.html +7 -6
  214. package/docs/types/Tag2D.html +7 -6
  215. package/docs/types/Tag3D.html +7 -6
  216. package/docs/types/TagId.html +7 -6
  217. package/docs/types/TopviewFloorplanPluginParameterType.html +7 -6
  218. package/docs/types/TopviewFloorplanPluginReturnType.html +7 -6
  219. package/docs/variables/FLOOR_TYPE_MAP.html +7 -6
  220. package/docs/variables/PLUGIN.html +7 -6
  221. package/docs/variables/ROOM_FETILE_TYPE_MAP.html +7 -6
  222. package/docs/variables/ROOM_TYPE_MAP.html +7 -6
  223. package/docs/variables/VERSION.html +7 -6
  224. package/docs/variables/itemLabelPluginServerParams.html +7 -6
  225. package/docs/variables/modelItemLabelPluginServerParams.html +7 -6
  226. package/docs/variables/modelRoomLabelPluginServerParams.html +7 -6
  227. package/libs/CSS3DRenderPlugin/CSS3DRender.d.ts +47 -34
  228. package/libs/CSS3DRenderPlugin/CSS3DRender.js +187 -251
  229. package/libs/CSS3DRenderPlugin/Controller.d.ts +5 -5
  230. package/libs/CSS3DRenderPlugin/Controller.js +48 -57
  231. package/libs/CSS3DRenderPlugin/index.d.ts +2 -1
  232. package/libs/CSS3DRenderPlugin/index.js +3 -2
  233. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.d.ts +4 -0
  234. package/libs/CSS3DRenderPlugin/utils/createResizeObserver.js +22 -0
  235. package/libs/CSS3DRenderPlugin/utils/even.d.ts +9 -0
  236. package/libs/CSS3DRenderPlugin/utils/even.js +7 -0
  237. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.d.ts +2 -0
  238. package/libs/CSS3DRenderPlugin/utils/generateBehindFiveElement.js +29 -0
  239. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.d.ts +3 -0
  240. package/libs/CSS3DRenderPlugin/utils/getAllCSS3DObject.js +9 -0
  241. package/libs/CSS3DRenderPlugin/utils/index.d.ts +1 -1
  242. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.d.ts +12 -0
  243. package/libs/CSS3DRenderPlugin/utils/three/CSS3DGroup.js +39 -0
  244. package/libs/CSS3DRenderPlugin/utils/{CSS3DObjectPlus.d.ts → three/CSS3DObject.d.ts} +25 -11
  245. package/libs/CSS3DRenderPlugin/utils/three/CSS3DObject.js +93 -0
  246. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.d.ts +14 -0
  247. package/libs/CSS3DRenderPlugin/utils/three/CSS3DRenderer.js +46 -0
  248. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.d.ts +12 -0
  249. package/libs/CSS3DRenderPlugin/utils/three/CSS3DScene.js +39 -0
  250. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.d.ts +6 -0
  251. package/libs/CSS3DRenderPlugin/utils/three/OpacityMesh.js +18 -0
  252. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.d.ts +2 -0
  253. package/libs/CSS3DRenderPlugin/utils/waitFiveModelLoaded.js +31 -0
  254. package/libs/CruisePlugin/Controller.js +16 -16
  255. package/libs/ItemLabelPlugin/ItemLabelComponent.js +13 -14
  256. package/libs/ItemLabelPlugin/ItemLabelItem.js +12 -12
  257. package/libs/ItemLabelPlugin/index.js +3 -4
  258. package/libs/ModelItemLabelPlugin/ItemLabelComponent.js +11 -12
  259. package/libs/ModelItemLabelPlugin/ItemLabelItem.js +12 -12
  260. package/libs/ModelItemLabelPlugin/index.js +3 -4
  261. package/libs/ModelRoomLabelPlugin/RoomLabelItem.js +13 -13
  262. package/libs/ModelRoomLabelPlugin/RoomLabelItems.js +17 -18
  263. package/libs/ModelTVVideoPlugin/index.js +2 -1
  264. package/libs/Object3DHelperPlugin/Controller.d.ts +2 -0
  265. package/libs/Object3DHelperPlugin/Controller.js +89 -74
  266. package/libs/PanoDoorLabelPlugin/Controller.js +72 -73
  267. package/libs/PanoDoorLabelPlugin/DoorLabelItem.js +1 -1
  268. package/libs/PanoRulerProPlugin/RulerItem.js +59 -69
  269. package/libs/PanoRulerProPlugin/RulerItems.js +18 -19
  270. package/libs/PanoSpatialTagPlugin/Components/origins.js +41 -41
  271. package/libs/PanoSpatialTagPlugin/Components/tag.js +8 -9
  272. package/libs/PanoSpatialTagPlugin/index.js +3 -4
  273. package/libs/PanoSpatialTagPlugin/store.js +1 -1
  274. package/libs/PanoTagPlugin/Components/Common/Arrow.js +11 -11
  275. package/libs/PanoTagPlugin/Components/Common/Audio.js +25 -26
  276. package/libs/PanoTagPlugin/Components/Common/Line/Polyline.js +8 -8
  277. package/libs/PanoTagPlugin/Components/Common/Line/Straight.js +30 -29
  278. package/libs/PanoTagPlugin/Components/Common/Media.js +75 -76
  279. package/libs/PanoTagPlugin/Components/Common/MediaItem.js +1 -1
  280. package/libs/PanoTagPlugin/Components/Common/MultiLineText.js +18 -19
  281. package/libs/PanoTagPlugin/Components/Common/Point/CustomPoint.js +11 -11
  282. package/libs/PanoTagPlugin/Components/Common/Point/DefaultPoint.js +15 -15
  283. package/libs/PanoTagPlugin/Components/Common/Point/PointSwitch.js +9 -9
  284. package/libs/PanoTagPlugin/Components/Common/Shadow.js +14 -13
  285. package/libs/PanoTagPlugin/Components/Common/Text.js +15 -16
  286. package/libs/PanoTagPlugin/Components/Common/TextItem.js +10 -10
  287. package/libs/PanoTagPlugin/Components/Tag/AudioTag.js +18 -19
  288. package/libs/PanoTagPlugin/Components/Tag/CustomTag.js +27 -28
  289. package/libs/PanoTagPlugin/Components/Tag/ImageTextTag.js +9 -10
  290. package/libs/PanoTagPlugin/Components/Tag/LinkTag.js +7 -6
  291. package/libs/PanoTagPlugin/Components/Tag/MarketingTag.js +52 -81
  292. package/libs/PanoTagPlugin/Components/Tag/MediaPlane.js +10 -11
  293. package/libs/PanoTagPlugin/Components/Tag/TextTag.js +32 -33
  294. package/libs/PanoTagPlugin/Components/Tag/index.js +39 -40
  295. package/libs/PanoTagPlugin/Components/TagContainer.js +12 -13
  296. package/libs/PanoTagPlugin/Components/TagWrapper.js +9 -10
  297. package/libs/PanoTagPlugin/controller/index.js +1 -1
  298. package/libs/floorplan/Components/BaseImage.js +4 -4
  299. package/libs/floorplan/Components/Camera.js +23 -23
  300. package/libs/floorplan/Components/Compass.js +2 -2
  301. package/libs/floorplan/Components/CurrentFloor.js +9 -10
  302. package/libs/floorplan/Components/Main.js +24 -25
  303. package/libs/floorplan/Components/Normalmage.js +1 -1
  304. package/libs/floorplan/Components/RoomHighlight/Room.js +1 -1
  305. package/libs/floorplan/Components/RoomHighlight/RoomHighlight.js +7 -7
  306. package/libs/floorplan/Components/RoomLabels/RoomLabel.js +37 -38
  307. package/libs/floorplan/Components/RoomLabels/RoomLabels.js +39 -40
  308. package/libs/floorplan/Components/RoomMaterials/RoomMaterial.js +7 -7
  309. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_0.js +1 -1
  310. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_1.js +1 -1
  311. package/libs/floorplan/Components/RoomMaterials/RoomMaterial_2.js +1 -1
  312. package/libs/floorplan/Components/RuleLabels/RuleItem.js +53 -53
  313. package/libs/floorplan/Components/RuleLabels/RuleLabels.js +8 -8
  314. package/libs/floorplan/Components/SvgImage.js +4 -4
  315. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Camera.js +5 -6
  316. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/CurrentFloor.js +3 -3
  317. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/CurrentFloor/ExtraObjects.js +27 -27
  318. package/libs/floorplan/PanoFloorplanRadarPlugin/Components/Main.js +34 -35
  319. package/libs/floorplan/index.js +1 -5
  320. package/libs/index.js +110 -102
  321. package/libs/shared-utils/Object3DHelper/Base/BaseController.js +1 -1
  322. package/libs/shared-utils/Object3DHelper/Helper/MoveHelper.js +8 -7
  323. package/libs/shared-utils/Object3DHelper/Helper/RectangleScaleHelper.d.ts +2 -2
  324. package/libs/shared-utils/Object3DHelper/Helper/index.js +1 -0
  325. package/libs/shared-utils/three/index.js +2 -1
  326. package/libs/vendor/svelte/easing/index.js +12 -0
  327. package/libs/vendor/svelte/index.js +1 -0
  328. package/libs/vendor/svelte/internal/index.js +641 -0
  329. package/libs/vendor/svelte/store/index.js +31 -0
  330. package/libs/vendor/svelte/transition/index.js +37 -0
  331. package/libs/vendor/swiper/svelte/swiper-slide.js +10 -11
  332. package/libs/vendor/swiper/svelte/swiper-svelte.js +1 -2
  333. package/libs/vendor/swiper/svelte/swiper.js +9 -10
  334. package/package.json +15 -15
  335. package/dist/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  336. package/libs/CSS3DRenderPlugin/utils/CSS3DObjectPlus.js +0 -65
  337. package/libs/CSS3DRenderPlugin/utils/evenNumber.d.ts +0 -3
  338. package/libs/CSS3DRenderPlugin/utils/evenNumber.js +0 -7
@@ -1,16 +1,15 @@
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 h, 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 p, detach as g, 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 "svelte/internal";
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 h, update_keyed_each as A, check_outros as b, transition_in as _, transition_out as d, detach as g, element as H, create_component as D, attr as U, set_style as k, mount_component as x, destroy_component as I, group_outros as v, outro_and_destroy_block as B, binding_callbacks as L } from "../../../vendor/svelte/internal/index.js";
2
2
  import j from "./Text.js";
3
3
  import F from "./Arrow.js";
4
4
  import { doUtil as G } from "../../utils/doUtil.js";
5
5
  import "animejs";
6
- import "svelte";
7
6
  import "../../../shared-utils/isNil.js";
8
7
  import "three";
9
8
  import "../../utils/search.js";
10
9
  import "../../utils/constants.js";
11
- import "svelte/transition";
10
+ import "../../../vendor/svelte/transition/index.js";
11
+ import "../../../vendor/svelte/easing/index.js";
12
12
  import "../../Assets/Icon.js";
13
- import "svelte/easing";
14
13
  import "./Shadow.js";
15
14
  function J(l) {
16
15
  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}");
@@ -32,7 +31,7 @@ function w(l, t) {
32
31
  key: l,
33
32
  first: null,
34
33
  c() {
35
- i = H("div"), D(o.$$.fragment), U(i, "class", "text svelte-1fuzm7v"), v(i, "transform", t[7], !1), this.first = i;
34
+ i = H("div"), D(o.$$.fragment), U(i, "class", "text svelte-1fuzm7v"), k(i, "transform", t[7]), this.first = i;
36
35
  },
37
36
  m(f, m) {
38
37
  h(f, i, m), x(o, i, null), t[10](i), r = !0;
@@ -40,13 +39,13 @@ function w(l, t) {
40
39
  p(f, m) {
41
40
  t = f;
42
41
  const u = {};
43
- m & 1 && (u.unfolded = t[0]), m & 2 && (u.content = t[12]), m & 32 && (u.outDelay = t[5]), o.$set(u), m & 128 && v(i, "transform", t[7], !1);
42
+ m & 1 && (u.unfolded = t[0]), m & 2 && (u.content = t[12]), m & 32 && (u.outDelay = t[5]), o.$set(u), m & 128 && k(i, "transform", t[7]);
44
43
  },
45
44
  i(f) {
46
45
  r || (_(o.$$.fragment, f), r = !0);
47
46
  },
48
47
  o(f) {
49
- p(o.$$.fragment, f), r = !1;
48
+ d(o.$$.fragment, f), r = !1;
50
49
  },
51
50
  d(f) {
52
51
  f && g(i), I(o), t[10](null);
@@ -77,7 +76,7 @@ function z(l) {
77
76
  o || (_(i.$$.fragment, r), o = !0);
78
77
  },
79
78
  o(r) {
80
- p(i.$$.fragment, r), o = !1;
79
+ d(i.$$.fragment, r), o = !1;
81
80
  },
82
81
  d(r) {
83
82
  r && g(t), I(i);
@@ -104,9 +103,9 @@ function K(l) {
104
103
  h(e, o, n), s && s.m(e, n), h(e, r, n), f = !0;
105
104
  },
106
105
  p(e, [n]) {
107
- n & 167 && (m = e[1], b(), t = A(t, n, u, 1, e, m, i, o.parentNode, B, w, o, y), k()), e[3] < e[4] ? s ? (s.p(e, n), n & 24 && _(s, 1)) : (s = z(e), s.c(), _(s, 1), s.m(r.parentNode, r)) : s && (b(), p(s, 1, 1, () => {
106
+ n & 167 && (m = e[1], v(), t = A(t, n, u, 1, e, m, i, o.parentNode, B, w, o, y), b()), e[3] < e[4] ? s ? (s.p(e, n), n & 24 && _(s, 1)) : (s = z(e), s.c(), _(s, 1), s.m(r.parentNode, r)) : s && (v(), d(s, 1, 1, () => {
108
107
  s = null;
109
- }), k());
108
+ }), b());
110
109
  },
111
110
  i(e) {
112
111
  if (!f) {
@@ -117,8 +116,8 @@ function K(l) {
117
116
  },
118
117
  o(e) {
119
118
  for (let n = 0; n < t.length; n += 1)
120
- p(t[n]);
121
- p(s), f = !1;
119
+ d(t[n]);
120
+ d(s), f = !1;
122
121
  },
123
122
  d(e) {
124
123
  for (let n = 0; n < t.length; n += 1)
@@ -128,7 +127,7 @@ function K(l) {
128
127
  };
129
128
  }
130
129
  function O(l, t, i) {
131
- let o, r, f, { visible: m = !1 } = t, { textUnfolded: u = !1 } = t, { textItems: s } = t, e, n = 0, c = 0, d = 0;
130
+ let o, r, f, { visible: m = !1 } = t, { textUnfolded: u = !1 } = t, { textItems: s } = t, e, n = 0, c = 0, p = 0;
132
131
  function N(a) {
133
132
  L[a ? "unshift" : "push"](() => {
134
133
  e = a, i(2, e);
@@ -139,17 +138,17 @@ function O(l, t, i) {
139
138
  }, l.$$.update = () => {
140
139
  if (l.$$.dirty & 5 && e && m) {
141
140
  const { lineHeight: a } = getComputedStyle(e);
142
- i(4, d = e.offsetHeight), G(() => e == null ? void 0 : e.offsetHeight, Boolean).then(() => {
143
- i(4, d = e.offsetHeight);
141
+ i(4, p = e.offsetHeight), G(() => e == null ? void 0 : e.offsetHeight, Boolean).then(() => {
142
+ i(4, p = e.offsetHeight);
144
143
  }), i(3, c = Number(a.replace("px", "")));
145
144
  }
146
- l.$$.dirty & 280 && i(9, n = u ? c - d : 0), l.$$.dirty & 512 && i(7, o = `translateY(${n}px)`), l.$$.dirty & 256 && i(6, r = u ? "left" : "right"), l.$$.dirty & 256 && i(5, f = u ? 450 : 0);
145
+ l.$$.dirty & 280 && i(9, n = u ? c - p : 0), l.$$.dirty & 512 && i(7, o = `translateY(${n}px)`), l.$$.dirty & 256 && i(6, r = u ? "left" : "right"), l.$$.dirty & 256 && i(5, f = u ? 450 : 0);
147
146
  }, [
148
147
  m,
149
148
  s,
150
149
  e,
151
150
  c,
152
- d,
151
+ p,
153
152
  f,
154
153
  r,
155
154
  o,
@@ -158,7 +157,7 @@ function O(l, t, i) {
158
157
  N
159
158
  ];
160
159
  }
161
- class re extends S {
160
+ class oe extends S {
162
161
  constructor(t) {
163
162
  super(), T(
164
163
  this,
@@ -176,5 +175,5 @@ class re extends S {
176
175
  }
177
176
  }
178
177
  export {
179
- re as default
178
+ oe as default
180
179
  };
@@ -1,12 +1,12 @@
1
- import { SvelteComponent as p, init as g, 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 "svelte/internal";
2
- import "svelte/easing";
1
+ import { SvelteComponent as p, init as g, 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";
3
2
  import B from "../Shadow.js";
4
- import "svelte/transition";
3
+ import "../../../../vendor/svelte/transition/index.js";
4
+ import "../../../../vendor/svelte/easing/index.js";
5
5
  function I(t) {
6
6
  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)}}");
7
7
  }
8
8
  function E(t) {
9
- let e, n, u, o, r, l, s;
9
+ let e, n, u, l, r, o, s;
10
10
  return n = new B({
11
11
  props: {
12
12
  center: !0,
@@ -15,13 +15,13 @@ function E(t) {
15
15
  }
16
16
  }), {
17
17
  c() {
18
- e = w("div"), A(n.$$.fragment), u = v(), o = w("div"), r = v(), l = w("div"), c(o, "class", "small-point svelte-fuismw"), f(o, "transition-delay", t[3] ? t[2] + "ms" : "0ms", !1), c(l, "class", "big-point svelte-fuismw"), f(l, "--iconUrl", "url(" + t[1] + ")"), f(l, "transition-delay", t[3] ? t[2] + "ms" : "0ms", !1), c(e, "class", "point svelte-fuismw"), m(e, "folded", t[3]), m(e, "unfolded", t[0]);
18
+ 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]);
19
19
  },
20
20
  m(i, a) {
21
- y(i, e, a), k(n, e, null), d(e, u), d(e, o), d(e, r), d(e, l), s = !0;
21
+ y(i, e, a), k(n, e, null), d(e, u), d(e, l), d(e, r), d(e, o), s = !0;
22
22
  },
23
23
  p(i, [a]) {
24
- a & 12 && f(o, "transition-delay", i[3] ? i[2] + "ms" : "0ms", !1), (!s || a & 2) && f(l, "--iconUrl", "url(" + i[1] + ")"), a & 12 && f(l, "transition-delay", i[3] ? i[2] + "ms" : "0ms", !1), a & 8 && m(e, "folded", i[3]), a & 1 && m(e, "unfolded", i[0]);
24
+ 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]);
25
25
  },
26
26
  i(i) {
27
27
  s || (U(n.$$.fragment, i), s = !0);
@@ -35,12 +35,12 @@ function E(t) {
35
35
  };
36
36
  }
37
37
  function F(t, e, n) {
38
- let u, { unfolded: o } = e, { iconUrl: r } = e, { foldDelay: l = 800 } = e;
38
+ let u, { unfolded: l } = e, { iconUrl: r } = e, { foldDelay: o = 800 } = e;
39
39
  return t.$$set = (s) => {
40
- "unfolded" in s && n(0, o = s.unfolded), "iconUrl" in s && n(1, r = s.iconUrl), "foldDelay" in s && n(2, l = s.foldDelay);
40
+ "unfolded" in s && n(0, l = s.unfolded), "iconUrl" in s && n(1, r = s.iconUrl), "foldDelay" in s && n(2, o = s.foldDelay);
41
41
  }, t.$$.update = () => {
42
- t.$$.dirty & 1 && n(3, u = !o);
43
- }, [o, r, l, u];
42
+ t.$$.dirty & 1 && n(3, u = !l);
43
+ }, [l, r, o, u];
44
44
  }
45
45
  class H extends p {
46
46
  constructor(e) {
@@ -1,12 +1,12 @@
1
- import { SvelteComponent as z, init as b, safe_not_equal as g, append_styles as j, element as u, 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 f, transition_in as w, transition_out as k, detach as N, destroy_component as R } from "svelte/internal";
2
- import "svelte/easing";
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";
3
2
  import B from "../Shadow.js";
4
- import "svelte/transition";
3
+ import "../../../../vendor/svelte/transition/index.js";
4
+ import "../../../../vendor/svelte/easing/index.js";
5
5
  function I(n) {
6
6
  j(n, "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)}");
7
7
  }
8
8
  function E(n) {
9
- let e, i, a, l, d, o, r;
9
+ let e, i, d, l, r, o, s;
10
10
  return i = new B({
11
11
  props: {
12
12
  center: !0,
@@ -15,19 +15,19 @@ function E(n) {
15
15
  }
16
16
  }), {
17
17
  c() {
18
- e = u("div"), A(i.$$.fragment), a = m(), l = u("div"), d = m(), o = u("div"), p(l, "class", "small-point svelte-jzvcn0"), c(l, "transition-delay", n[2] ? n[1] + "ms" : "0ms", !1), p(o, "class", "big-point svelte-jzvcn0"), c(o, "transition-delay", n[2] ? n[1] + "ms" : "0ms", !1), p(e, "class", "point svelte-jzvcn0"), v(e, "unfolded", n[0]), v(e, "folded", n[2]);
18
+ 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", n[2] ? n[1] + "ms" : "0ms"), p(o, "class", "big-point svelte-jzvcn0"), c(o, "transition-delay", n[2] ? n[1] + "ms" : "0ms"), p(e, "class", "point svelte-jzvcn0"), v(e, "unfolded", n[0]), v(e, "folded", n[2]);
19
19
  },
20
- m(t, s) {
21
- h(t, e, s), y(i, e, null), f(e, a), f(e, l), f(e, d), f(e, o), r = !0;
20
+ m(t, a) {
21
+ h(t, e, a), y(i, e, null), u(e, d), u(e, l), u(e, r), u(e, o), s = !0;
22
22
  },
23
- p(t, [s]) {
24
- s & 6 && c(l, "transition-delay", t[2] ? t[1] + "ms" : "0ms", !1), s & 6 && c(o, "transition-delay", t[2] ? t[1] + "ms" : "0ms", !1), s & 1 && v(e, "unfolded", t[0]), s & 4 && v(e, "folded", t[2]);
23
+ p(t, [a]) {
24
+ a & 6 && c(l, "transition-delay", t[2] ? t[1] + "ms" : "0ms"), a & 6 && c(o, "transition-delay", t[2] ? t[1] + "ms" : "0ms"), (!s || a & 1) && v(e, "unfolded", t[0]), (!s || a & 4) && v(e, "folded", t[2]);
25
25
  },
26
26
  i(t) {
27
- r || (w(i.$$.fragment, t), r = !0);
27
+ s || (w(i.$$.fragment, t), s = !0);
28
28
  },
29
29
  o(t) {
30
- k(i.$$.fragment, t), r = !1;
30
+ k(i.$$.fragment, t), s = !1;
31
31
  },
32
32
  d(t) {
33
33
  t && N(e), R(i);
@@ -35,12 +35,12 @@ function E(n) {
35
35
  };
36
36
  }
37
37
  function F(n, e, i) {
38
- let a, { unfolded: l } = e, { foldDelay: d = 800 } = e;
38
+ let d, { unfolded: l } = e, { foldDelay: r = 800 } = e;
39
39
  return n.$$set = (o) => {
40
- "unfolded" in o && i(0, l = o.unfolded), "foldDelay" in o && i(1, d = o.foldDelay);
40
+ "unfolded" in o && i(0, l = o.unfolded), "foldDelay" in o && i(1, r = o.foldDelay);
41
41
  }, n.$$.update = () => {
42
- n.$$.dirty & 1 && i(2, a = !l);
43
- }, [l, d, a];
42
+ n.$$.dirty & 1 && i(2, d = !l);
43
+ }, [l, r, d];
44
44
  }
45
45
  class H extends z {
46
46
  constructor(e) {
@@ -1,10 +1,10 @@
1
- import { SvelteComponent as C, init as j, safe_not_equal as N, append_styles as L, empty as b, insert as _, transition_in as p, group_outros as $, transition_out as c, check_outros as g, detach as y, element as q, space as I, attr as M, create_component as U, mount_component as h, destroy_component as w } from "svelte/internal";
1
+ import { SvelteComponent as C, init as j, safe_not_equal as N, append_styles as L, empty as b, insert as _, transition_in as p, transition_out as c, check_outros as $, detach as y, group_outros as g, element as q, space as I, attr as M, create_component as U, mount_component as h, destroy_component as w } from "../../../../vendor/svelte/internal/index.js";
2
2
  import { ContentType as k } from "../../../typings/tag.js";
3
3
  import z from "./CustomPoint.js";
4
4
  import A from "./DefaultPoint.js";
5
- import "svelte/easing";
6
5
  import "../Shadow.js";
7
- import "svelte/transition";
6
+ import "../../../../vendor/svelte/transition/index.js";
7
+ import "../../../../vendor/svelte/easing/index.js";
8
8
  function B(o) {
9
9
  L(o, "svelte-8en2lj", ".point-click-helper.svelte-8en2lj{position:absolute;width:2.5rem;height:2.5rem;left:50%;top:50%;transform:translate(-50%, -50%)}");
10
10
  }
@@ -18,9 +18,9 @@ function T(o) {
18
18
  e && e.m(t, l), _(t, n, l), i = !0;
19
19
  },
20
20
  p(t, l) {
21
- t[0].contentType !== k.Link ? e ? (e.p(t, l), l & 1 && p(e, 1)) : (e = D(t), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && ($(), c(e, 1, 1, () => {
21
+ t[0].contentType !== k.Link ? e ? (e.p(t, l), l & 1 && p(e, 1)) : (e = D(t), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && (g(), c(e, 1, 1, () => {
22
22
  e = null;
23
- }), g());
23
+ }), $());
24
24
  },
25
25
  i(t) {
26
26
  i || (p(e), i = !0);
@@ -49,9 +49,9 @@ function D(o) {
49
49
  },
50
50
  p(r, a) {
51
51
  let m = e;
52
- e = d(r), e === m ? s[e].p(r, a) : ($(), c(s[m], 1, 1, () => {
52
+ e = d(r), e === m ? s[e].p(r, a) : (g(), c(s[m], 1, 1, () => {
53
53
  s[m] = null;
54
- }), g(), t = s[e], t ? t.p(r, a) : (t = s[e] = f[e](r), t.c()), p(t, 1), t.m(l.parentNode, l));
54
+ }), $(), t = s[e], t ? t.p(r, a) : (t = s[e] = f[e](r), t.c()), p(t, 1), t.m(l.parentNode, l));
55
55
  },
56
56
  i(r) {
57
57
  u || (p(t), u = !0);
@@ -135,9 +135,9 @@ function G(o) {
135
135
  },
136
136
  p(f, [s]) {
137
137
  var d, r, a;
138
- ((d = f[0].pointTagStyle) == null ? void 0 : d.leftPercent) && ((r = f[0].pointTagStyle) == null ? void 0 : r.topPercent) && f[0].enabled !== !1 && f[0].state && ((a = f[0].temporaryState) == null ? void 0 : a.visible) !== !1 ? e ? (e.p(f, s), s & 1 && p(e, 1)) : (e = T(f), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && ($(), c(e, 1, 1, () => {
138
+ ((d = f[0].pointTagStyle) == null ? void 0 : d.leftPercent) && ((r = f[0].pointTagStyle) == null ? void 0 : r.topPercent) && f[0].enabled !== !1 && f[0].state && ((a = f[0].temporaryState) == null ? void 0 : a.visible) !== !1 ? e ? (e.p(f, s), s & 1 && p(e, 1)) : (e = T(f), e.c(), p(e, 1), e.m(n.parentNode, n)) : e && (g(), c(e, 1, 1, () => {
139
139
  e = null;
140
- }), g());
140
+ }), $());
141
141
  },
142
142
  i(f) {
143
143
  i || (p(e), i = !0);
@@ -1,5 +1,6 @@
1
- import { SvelteComponent as X, init as S, safe_not_equal as q, append_styles as N, empty as j, insert as v, transition_in as d, group_outros as A, transition_out as R, check_outros as B, detach as I, element as E, attr as h, set_style as s, add_render_callback as F, create_in_transition as G, create_out_transition as H } from "svelte/internal";
2
- import { fade as g } from "svelte/transition";
1
+ import { SvelteComponent as X, init as S, safe_not_equal as q, append_styles as N, empty as j, insert as v, transition_in as s, transition_out as R, check_outros as A, detach as I, element as B, attr as h, set_style as d, add_render_callback as E, create_in_transition as F, create_out_transition as G, group_outros as H } from "../../../vendor/svelte/internal/index.js";
2
+ import { fade as g } from "../../../vendor/svelte/transition/index.js";
3
+ import "../../../vendor/svelte/easing/index.js";
3
4
  function J(t) {
4
5
  N(t, "svelte-faoauy", ".shadow.svelte-faoauy{position:absolute}");
5
6
  }
@@ -7,14 +8,14 @@ function k(t) {
7
8
  let i, e, l, f, u;
8
9
  return {
9
10
  c() {
10
- i = E("div"), h(i, "class", "shadow svelte-faoauy"), h(i, "style", e = `
11
+ i = B("div"), h(i, "class", "shadow svelte-faoauy"), h(i, "style", e = `
11
12
  left:${o(t[5])};
12
13
  bottom:${o(t[6])};
13
14
  box-shadow: 0 0 ${o(t[10])} ${o(t[11])} rgba(0, 0, 0, ${t[12]});
14
15
  ${t[8] ? "transform: translateX(-50%); left: 50%" : ""}
15
16
  ${t[9] ? "transform: translateX(-50%); top: 50%" : ""}
16
17
  ${t[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
17
- `), s(i, "width", o(t[3]), !1), s(i, "height", o(t[4]), !1), s(i, "z-index", t[13], !1);
18
+ `), d(i, "width", o(t[3])), d(i, "height", o(t[4])), d(i, "z-index", t[13]);
18
19
  },
19
20
  m(a, r) {
20
21
  v(a, i, r), u = !0;
@@ -27,15 +28,15 @@ function k(t) {
27
28
  ${t[8] ? "transform: translateX(-50%); left: 50%" : ""}
28
29
  ${t[9] ? "transform: translateX(-50%); top: 50%" : ""}
29
30
  ${t[7] ? "transform: translate(-50%, -50%); left: 50%; top: 50%;" : ""}
30
- `)) && h(i, "style", e), r & 8 && s(i, "width", o(t[3]), !1), r & 16 && s(i, "height", o(t[4]), !1), r & 8192 && s(i, "z-index", t[13], !1);
31
+ `)) && h(i, "style", e), r & 8 && d(i, "width", o(t[3])), r & 16 && d(i, "height", o(t[4])), r & 8192 && d(i, "z-index", t[13]);
31
32
  },
32
33
  i(a) {
33
- u || (a && F(() => {
34
- f && f.end(1), l = G(i, g, { duration: t[0] }), l.start();
34
+ u || (a && E(() => {
35
+ f && f.end(1), l = F(i, g, { duration: t[0] }), l.start();
35
36
  }), u = !0);
36
37
  },
37
38
  o(a) {
38
- l && l.invalidate(), a && (f = H(i, g, { duration: t[1] })), u = !1;
39
+ l && l.invalidate(), a && (f = G(i, g, { duration: t[1] })), u = !1;
39
40
  },
40
41
  d(a) {
41
42
  a && I(i), a && f && f.end();
@@ -52,12 +53,12 @@ function K(t) {
52
53
  e && e.m(l, f), v(l, i, f);
53
54
  },
54
55
  p(l, [f]) {
55
- l[2] ? e ? (e.p(l, f), f & 4 && d(e, 1)) : (e = k(l), e.c(), d(e, 1), e.m(i.parentNode, i)) : e && (A(), R(e, 1, 1, () => {
56
+ l[2] ? e ? (e.p(l, f), f & 4 && s(e, 1)) : (e = k(l), e.c(), s(e, 1), e.m(i.parentNode, i)) : e && (H(), R(e, 1, 1, () => {
56
57
  e = null;
57
- }), B());
58
+ }), A());
58
59
  },
59
60
  i(l) {
60
- d(e);
61
+ s(e);
61
62
  },
62
63
  o(l) {
63
64
  R(e);
@@ -91,7 +92,7 @@ function L(t, i, e) {
91
92
  D
92
93
  ];
93
94
  }
94
- class P extends X {
95
+ class Q extends X {
95
96
  constructor(i) {
96
97
  super(), S(
97
98
  this,
@@ -120,5 +121,5 @@ class P extends X {
120
121
  }
121
122
  }
122
123
  export {
123
- P as default
124
+ Q as default
124
125
  };
@@ -1,6 +1,5 @@
1
- import { SvelteComponent as M, init as x, safe_not_equal as R, append_styles as L, empty as T, insert as j, noop as p, destroy_each as k, detach as D, element as w, text as N, attr as S, append as O, set_data as v, binding_callbacks as C } from "svelte/internal";
1
+ import { SvelteComponent as M, init as x, safe_not_equal as R, append_styles as L, empty as T, insert as j, noop as p, destroy_each as k, detach as D, onMount as w, element as N, text as S, attr as O, append as v, set_data as C, binding_callbacks as A } from "../../../vendor/svelte/internal/index.js";
2
2
  import g from "animejs";
3
- import { onMount as A } from "svelte";
4
3
  import { notNil as B } from "../../../shared-utils/isNil.js";
5
4
  import "three";
6
5
  import { searchFirstValueSmallThanLastValue as J } from "../../utils/search.js";
@@ -17,13 +16,13 @@ function b(o) {
17
16
  const s = () => o[6](i, t), n = () => o[6](null, t);
18
17
  return {
19
18
  c() {
20
- i = w("span"), e = N(l), S(i, "class", "text-char svelte-1b2n9wi");
19
+ i = N("span"), e = S(l), O(i, "class", "text-char svelte-1b2n9wi");
21
20
  },
22
21
  m(r, f) {
23
- j(r, i, f), O(i, e), s();
22
+ j(r, i, f), v(i, e), s();
24
23
  },
25
24
  p(r, f) {
26
- o = r, f & 2 && l !== (l = o[10] + "") && v(e, l), t !== o[12] && (n(), t = o[12], s());
25
+ o = r, f & 2 && l !== (l = o[10] + "") && C(e, l), t !== o[12] && (n(), t = o[12], s());
27
26
  },
28
27
  d(r) {
29
28
  r && D(i), n();
@@ -75,11 +74,11 @@ function V(o, i, l) {
75
74
  a ? t : s
76
75
  );
77
76
  }
78
- A(function() {
77
+ w(function() {
79
78
  const a = (() => {
80
- const m = J((_) => c[_].getBoundingClientRect().x, [Math.min(c.length - 1, 10), Math.min(c.length - 1, 30)]);
81
- if (m > 0)
82
- return m;
79
+ const _ = J((m) => c[m].getBoundingClientRect().x, [Math.min(c.length - 1, 10), Math.min(c.length - 1, 30)]);
80
+ if (_ > 0)
81
+ return _;
83
82
  })();
84
83
  u = g({
85
84
  targets: c.filter(B).slice(0, a),
@@ -94,21 +93,21 @@ function V(o, i, l) {
94
93
  easing: "easeInOutCubic"
95
94
  }), r && u.seek(u.duration);
96
95
  });
97
- function I(a, m) {
98
- C[a ? "unshift" : "push"](() => {
99
- c[m] = a, l(0, c);
96
+ function I(a, _) {
97
+ A[a ? "unshift" : "push"](() => {
98
+ c[_] = a, l(0, c);
100
99
  });
101
100
  }
102
101
  return o.$$set = (a) => {
103
102
  "inDelay" in a && l(2, t = a.inDelay), "outDelay" in a && l(3, s = a.outDelay), "content" in a && l(4, n = a.content), "unfolded" in a && l(5, r = a.unfolded);
104
103
  }, o.$$.update = () => {
105
104
  o.$$.dirty & 16 && l(1, e = (() => {
106
- const a = [], m = new RegExp(new RegExp("\\p{Regional_Indicator}\\p{Regional_Indicator}|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?(\\u200D\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?)+|\\p{Emoji_Presentation}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)", "gu")), _ = `__EMOJI_SPLIT_${E}__`, h = `__EMOJI_${E}__`;
107
- return n.slice().replace(m, (d) => `${_}${h}${d}${_}`).split(_).forEach((d) => d.startsWith(h) ? a.push(d.slice(h.length)) : a.push(...d.split(""))), a.filter(Boolean);
105
+ const a = [], _ = new RegExp(new RegExp("\\p{Regional_Indicator}\\p{Regional_Indicator}|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?(\\u200D\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?)+|\\p{Emoji_Presentation}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)?|\\p{Emoji}(\\p{Emoji_Modifier}+|\\uFE0F\\u20E3?)", "gu")), m = `__EMOJI_SPLIT_${E}__`, h = `__EMOJI_${E}__`;
106
+ return n.slice().replace(_, (d) => `${m}${h}${d}${m}`).split(m).forEach((d) => d.startsWith(h) ? a.push(d.slice(h.length)) : a.push(...d.split(""))), a.filter(Boolean);
108
107
  })()), o.$$.dirty & 32 && F(r);
109
108
  }, [c, e, t, s, n, r, I];
110
109
  }
111
- class K extends M {
110
+ class H extends M {
112
111
  constructor(i) {
113
112
  super(), x(
114
113
  this,
@@ -127,5 +126,5 @@ class K extends M {
127
126
  }
128
127
  }
129
128
  export {
130
- K as default
129
+ H as default
131
130
  };
@@ -1,5 +1,5 @@
1
- import { SvelteComponent as h, init as p, safe_not_equal as k, append_styles as I, empty as g, insert as b, transition_in as d, group_outros as q, transition_out as _, check_outros as w, detach as v, element as O, text as C, attr as N, append as S, set_data as T, add_render_callback as j, create_in_transition as z, create_out_transition as A } from "svelte/internal";
2
- import { cubicInOut as m } from "svelte/easing";
1
+ import { SvelteComponent as h, init as p, safe_not_equal as k, append_styles as I, empty as g, insert as b, transition_in as d, transition_out as _, check_outros as q, detach as v, element as w, text as O, attr as C, append as N, set_data as S, add_render_callback as T, create_in_transition as j, create_out_transition as z, group_outros as A } from "../../../vendor/svelte/internal/index.js";
2
+ import { cubicInOut as m } from "../../../vendor/svelte/easing/index.js";
3
3
  function B(a) {
4
4
  I(a, "svelte-1sfwqvc", ".text-char.svelte-1sfwqvc{opacity:1;display:inline-block;transform:translate(0, 0) scale(1) rotate(0)}");
5
5
  }
@@ -7,21 +7,21 @@ function x(a) {
7
7
  let e, t, n, i, o;
8
8
  return {
9
9
  c() {
10
- e = O("span"), t = C(a[1]), N(e, "class", "text-char svelte-1sfwqvc");
10
+ e = w("span"), t = O(a[1]), C(e, "class", "text-char svelte-1sfwqvc");
11
11
  },
12
12
  m(r, c) {
13
- b(r, e, c), S(e, t), o = !0;
13
+ b(r, e, c), N(e, t), o = !0;
14
14
  },
15
15
  p(r, c) {
16
- (!o || c & 2) && T(t, r[1]);
16
+ (!o || c & 2) && S(t, r[1]);
17
17
  },
18
18
  i(r) {
19
- o || (r && j(() => {
20
- i && i.end(1), n = z(e, a[2], { duration: 400 }), n.start();
19
+ o || (r && T(() => {
20
+ i && i.end(1), n = j(e, a[2], { duration: 400 }), n.start();
21
21
  }), o = !0);
22
22
  },
23
23
  o(r) {
24
- n && n.invalidate(), r && (i = A(e, a[3], { duration: 400 })), o = !1;
24
+ n && n.invalidate(), r && (i = z(e, a[3], { duration: 400 })), o = !1;
25
25
  },
26
26
  d(r) {
27
27
  r && v(e), r && i && i.end();
@@ -38,9 +38,9 @@ function D(a) {
38
38
  t && t.m(n, i), b(n, e, i);
39
39
  },
40
40
  p(n, [i]) {
41
- n[0] ? t ? (t.p(n, i), i & 1 && d(t, 1)) : (t = x(n), t.c(), d(t, 1), t.m(e.parentNode, e)) : t && (q(), _(t, 1, 1, () => {
41
+ n[0] ? t ? (t.p(n, i), i & 1 && d(t, 1)) : (t = x(n), t.c(), d(t, 1), t.m(e.parentNode, e)) : t && (A(), _(t, 1, 1, () => {
42
42
  t = null;
43
- }), w());
43
+ }), q());
44
44
  },
45
45
  i(n) {
46
46
  d(t);
@@ -1,15 +1,14 @@
1
- import { SvelteComponent as O, init as P, safe_not_equal as Q, append_styles as V, empty as X, insert as J, transition_in as v, group_outros as Y, transition_out as _, check_outros as Z, detach as K, element as c, create_component as D, space as T, attr as b, set_style as A, add_render_callback as x, toggle_class as G, mount_component as I, append as u, add_resize_listener as ee, listen as te, destroy_component as M } from "svelte/internal";
1
+ import { SvelteComponent as O, init as P, safe_not_equal as Q, append_styles as V, empty as X, insert as J, transition_in as v, transition_out as _, check_outros as Y, detach as K, element as c, create_component as D, space as T, attr as $, set_style as A, add_render_callback as Z, toggle_class as G, mount_component as I, append as u, add_resize_listener as x, listen as ee, destroy_component as M, group_outros as te } from "../../../vendor/svelte/internal/index.js";
2
2
  import { uuid as ie } from "../../../shared-utils/uuid.js";
3
3
  import "animejs";
4
- import "svelte";
5
4
  import "three";
6
5
  import "../../utils/constants.js";
7
- import "svelte/transition";
8
- import "svelte/easing";
9
6
  import ne from "../Common/Shadow.js";
10
7
  import oe from "../Common/Audio.js";
11
8
  import le from "../Common/Line/Straight.js";
12
9
  import se from "../Common/MultiLineText.js";
10
+ import "../../../vendor/svelte/transition/index.js";
11
+ import "../../../vendor/svelte/easing/index.js";
13
12
  import "../Common/Text.js";
14
13
  import "../../../shared-utils/isNil.js";
15
14
  import "../../utils/search.js";
@@ -21,7 +20,7 @@ function re(e) {
21
20
  }
22
21
  function H(e) {
23
22
  var W, q, L, N;
24
- let o, l, i, n, s, p, a, f, h, m, $, d, g, C, k, U, R;
23
+ let o, l, i, n, s, p, a, f, h, m, k, d, g, C, w, U, R;
25
24
  return l = new ne({
26
25
  props: {
27
26
  visible: e[5],
@@ -53,27 +52,27 @@ function H(e) {
53
52
  }
54
53
  }), {
55
54
  c() {
56
- o = c("div"), D(l.$$.fragment), i = T(), n = c("div"), D(s.$$.fragment), p = T(), a = c("div"), f = c("div"), h = c("div"), D(m.$$.fragment), $ = T(), d = c("div"), D(g.$$.fragment), b(n, "class", "line svelte-4r8s18"), A(n, "width", e[2] + "px", !1), b(h, "class", "audio-icon svelte-4r8s18"), A(d, "display", "inline-block", !1), b(f, "class", "wrapper svelte-4r8s18"), b(a, "class", "content svelte-4r8s18"), x(() => e[8].call(a)), b(o, "class", "audio-tag svelte-4r8s18"), G(o, "unfolded", e[5]);
55
+ o = c("div"), D(l.$$.fragment), i = T(), n = c("div"), D(s.$$.fragment), p = T(), a = c("div"), f = c("div"), h = c("div"), D(m.$$.fragment), k = T(), d = c("div"), D(g.$$.fragment), $(n, "class", "line svelte-4r8s18"), A(n, "width", e[2] + "px"), $(h, "class", "audio-icon svelte-4r8s18"), A(d, "display", "inline-block"), $(f, "class", "wrapper svelte-4r8s18"), $(a, "class", "content svelte-4r8s18"), Z(() => e[8].call(a)), $(o, "class", "audio-tag svelte-4r8s18"), G(o, "unfolded", e[5]);
57
56
  },
58
57
  m(t, r) {
59
- J(t, o, r), I(l, o, null), u(o, i), u(o, n), I(s, n, null), u(o, p), u(o, a), u(a, f), u(f, h), I(m, h, null), u(f, $), u(f, d), I(g, d, null), C = ee(a, e[8].bind(a)), k = !0, U || (R = te(d, "click", e[6]), U = !0);
58
+ J(t, o, r), I(l, o, null), u(o, i), u(o, n), I(s, n, null), u(o, p), u(o, a), u(a, f), u(f, h), I(m, h, null), u(f, k), u(f, d), I(g, d, null), C = x(a, e[8].bind(a)), w = !0, U || (R = ee(d, "click", e[6]), U = !0);
60
59
  },
61
60
  p(t, r) {
62
61
  var j, B, E, F;
63
62
  const y = {};
64
63
  r & 32 && (y.visible = t[5]), r & 4 && (y.left = t[2] / 2 + "px"), l.$set(y);
65
64
  const S = {};
66
- r & 32 && (S.unfolded = t[5]), r & 24 && (S.outDelay = t[4] + 20 * Math.min((B = (j = t[3][0]) == null ? void 0 : j.content.length) != null ? B : 10, 15)), s.$set(S), r & 4 && A(n, "width", t[2] + "px", !1);
67
- const w = {};
68
- r & 32 && (w.unfolded = t[5]), r & 1 && (w.url = t[0].data.audioUrl), r & 8 && (w.outDelay = 20 * Math.min((F = (E = t[3][0]) == null ? void 0 : E.content.length) != null ? F : 10, 15)), r & 1 && (w.hooksInfo = { tag: t[0] }), m.$set(w);
65
+ r & 32 && (S.unfolded = t[5]), r & 24 && (S.outDelay = t[4] + 20 * Math.min((B = (j = t[3][0]) == null ? void 0 : j.content.length) != null ? B : 10, 15)), s.$set(S), r & 4 && A(n, "width", t[2] + "px");
66
+ const b = {};
67
+ r & 32 && (b.unfolded = t[5]), r & 1 && (b.url = t[0].data.audioUrl), r & 8 && (b.outDelay = 20 * Math.min((F = (E = t[3][0]) == null ? void 0 : E.content.length) != null ? F : 10, 15)), r & 1 && (b.hooksInfo = { tag: t[0] }), m.$set(b);
69
68
  const z = {};
70
- r & 32 && (z.visible = t[5]), r & 2 && (z.textUnfolded = t[1]), r & 8 && (z.textItems = t[3]), g.$set(z), r & 32 && G(o, "unfolded", t[5]);
69
+ r & 32 && (z.visible = t[5]), r & 2 && (z.textUnfolded = t[1]), r & 8 && (z.textItems = t[3]), g.$set(z), (!w || r & 32) && G(o, "unfolded", t[5]);
71
70
  },
72
71
  i(t) {
73
- k || (v(l.$$.fragment, t), v(s.$$.fragment, t), v(m.$$.fragment, t), v(g.$$.fragment, t), k = !0);
72
+ w || (v(l.$$.fragment, t), v(s.$$.fragment, t), v(m.$$.fragment, t), v(g.$$.fragment, t), w = !0);
74
73
  },
75
74
  o(t) {
76
- _(l.$$.fragment, t), _(s.$$.fragment, t), _(m.$$.fragment, t), _(g.$$.fragment, t), k = !1;
75
+ _(l.$$.fragment, t), _(s.$$.fragment, t), _(m.$$.fragment, t), _(g.$$.fragment, t), w = !1;
77
76
  },
78
77
  d(t) {
79
78
  t && K(o), M(l), M(s), M(m), M(g), C(), U = !1, R();
@@ -90,9 +89,9 @@ function ae(e) {
90
89
  i && i.m(n, s), J(n, o, s), l = !0;
91
90
  },
92
91
  p(n, [s]) {
93
- n[0].state ? i ? (i.p(n, s), s & 1 && v(i, 1)) : (i = H(n), i.c(), v(i, 1), i.m(o.parentNode, o)) : i && (Y(), _(i, 1, 1, () => {
92
+ n[0].state ? i ? (i.p(n, s), s & 1 && v(i, 1)) : (i = H(n), i.c(), v(i, 1), i.m(o.parentNode, o)) : i && (te(), _(i, 1, 1, () => {
94
93
  i = null;
95
- }), Z());
94
+ }), Y());
96
95
  },
97
96
  i(n) {
98
97
  l || (v(i), l = !0);
@@ -110,7 +109,7 @@ function de(e, o, l) {
110
109
  function m() {
111
110
  l(1, a = !a);
112
111
  }
113
- function $() {
112
+ function k() {
114
113
  f = this.clientWidth, l(2, f);
115
114
  }
116
115
  return e.$$set = (d) => {
@@ -127,14 +126,14 @@ function de(e, o, l) {
127
126
  i,
128
127
  m,
129
128
  n,
130
- $
129
+ k
131
130
  ];
132
131
  }
133
- class ye extends O {
132
+ class Ue extends O {
134
133
  constructor(o) {
135
134
  super(), P(this, o, de, ae, Q, { tag: 0 }, re);
136
135
  }
137
136
  }
138
137
  export {
139
- ye as default
138
+ Ue as default
140
139
  };