@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
@@ -0,0 +1,641 @@
1
+ function E() {
2
+ }
3
+ const nt = (t) => t;
4
+ function $t(t, e) {
5
+ for (const n in e)
6
+ t[n] = e[n];
7
+ return t;
8
+ }
9
+ function it(t) {
10
+ return t();
11
+ }
12
+ function Y() {
13
+ return /* @__PURE__ */ Object.create(null);
14
+ }
15
+ function N(t) {
16
+ t.forEach(it);
17
+ }
18
+ function F(t) {
19
+ return typeof t == "function";
20
+ }
21
+ function Dt(t, e) {
22
+ return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
23
+ }
24
+ let O;
25
+ function Lt(t, e) {
26
+ return O || (O = document.createElement("a")), O.href = e, t === O.href;
27
+ }
28
+ function xt(t) {
29
+ return Object.keys(t).length === 0;
30
+ }
31
+ function Rt(t, e, n, i) {
32
+ if (t) {
33
+ const o = ot(t, e, n, i);
34
+ return t[0](o);
35
+ }
36
+ }
37
+ function ot(t, e, n, i) {
38
+ return t[1] && i ? $t(n.ctx.slice(), t[1](i(e))) : n.ctx;
39
+ }
40
+ function qt(t, e, n, i) {
41
+ if (t[2] && i) {
42
+ const o = t[2](i(n));
43
+ if (e.dirty === void 0)
44
+ return o;
45
+ if (typeof o == "object") {
46
+ const s = [], r = Math.max(e.dirty.length, o.length);
47
+ for (let u = 0; u < r; u += 1)
48
+ s[u] = e.dirty[u] | o[u];
49
+ return s;
50
+ }
51
+ return e.dirty | o;
52
+ }
53
+ return e.dirty;
54
+ }
55
+ function Wt(t, e, n, i, o, s) {
56
+ if (o) {
57
+ const r = ot(e, n, i, s);
58
+ t.p(r, o);
59
+ }
60
+ }
61
+ function Bt(t) {
62
+ if (t.ctx.length > 32) {
63
+ const e = [], n = t.ctx.length / 32;
64
+ for (let i = 0; i < n; i++)
65
+ e[i] = -1;
66
+ return e;
67
+ }
68
+ return -1;
69
+ }
70
+ function Ft(t) {
71
+ const e = {};
72
+ for (const n in t)
73
+ n[0] !== "$" && (e[n] = t[n]);
74
+ return e;
75
+ }
76
+ function Ht(t, e) {
77
+ const n = {};
78
+ e = new Set(e);
79
+ for (const i in t)
80
+ !e.has(i) && i[0] !== "$" && (n[i] = t[i]);
81
+ return n;
82
+ }
83
+ function It(t) {
84
+ return t == null ? "" : t;
85
+ }
86
+ const st = typeof window != "undefined";
87
+ let rt = st ? () => window.performance.now() : () => Date.now(), Q = st ? (t) => requestAnimationFrame(t) : E;
88
+ const k = /* @__PURE__ */ new Set();
89
+ function ct(t) {
90
+ k.forEach((e) => {
91
+ e.c(t) || (k.delete(e), e.f());
92
+ }), k.size !== 0 && Q(ct);
93
+ }
94
+ function ft(t) {
95
+ let e;
96
+ return k.size === 0 && Q(ct), {
97
+ promise: new Promise((n) => {
98
+ k.add(e = { c: t, f: n });
99
+ }),
100
+ abort() {
101
+ k.delete(e);
102
+ }
103
+ };
104
+ }
105
+ function ut(t, e) {
106
+ t.appendChild(e);
107
+ }
108
+ function Ut(t, e, n) {
109
+ const i = V(t);
110
+ if (!i.getElementById(e)) {
111
+ const o = I("style");
112
+ o.id = e, o.textContent = n, lt(i, o);
113
+ }
114
+ }
115
+ function V(t) {
116
+ if (!t)
117
+ return document;
118
+ const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
119
+ return e && e.host ? e : t.ownerDocument;
120
+ }
121
+ function bt(t) {
122
+ const e = I("style");
123
+ return lt(V(t), e), e.sheet;
124
+ }
125
+ function lt(t, e) {
126
+ return ut(t.head || t, e), e.sheet;
127
+ }
128
+ function vt(t, e, n) {
129
+ t.insertBefore(e, n || null);
130
+ }
131
+ function H(t) {
132
+ t.parentNode && t.parentNode.removeChild(t);
133
+ }
134
+ function Gt(t, e) {
135
+ for (let n = 0; n < t.length; n += 1)
136
+ t[n] && t[n].d(e);
137
+ }
138
+ function I(t) {
139
+ return document.createElement(t);
140
+ }
141
+ function kt(t) {
142
+ return document.createElementNS("http://www.w3.org/2000/svg", t);
143
+ }
144
+ function at(t) {
145
+ return document.createTextNode(t);
146
+ }
147
+ function Jt() {
148
+ return at(" ");
149
+ }
150
+ function Kt() {
151
+ return at("");
152
+ }
153
+ function Z(t, e, n, i) {
154
+ return t.addEventListener(e, n, i), () => t.removeEventListener(e, n, i);
155
+ }
156
+ function Qt(t) {
157
+ return function(e) {
158
+ return e.stopPropagation(), t.call(this, e);
159
+ };
160
+ }
161
+ function Et(t, e, n) {
162
+ n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
163
+ }
164
+ function Vt(t, e) {
165
+ const n = Object.getOwnPropertyDescriptors(t.__proto__);
166
+ for (const i in e)
167
+ e[i] == null ? t.removeAttribute(i) : i === "style" ? t.style.cssText = e[i] : i === "__value" ? t.value = t[i] = e[i] : n[i] && n[i].set ? t[i] = e[i] : Et(t, i, e[i]);
168
+ }
169
+ function Nt(t) {
170
+ return Array.from(t.childNodes);
171
+ }
172
+ function Xt(t, e) {
173
+ e = "" + e, t.wholeText !== e && (t.data = e);
174
+ }
175
+ function Yt(t, e, n, i) {
176
+ n === null ? t.style.removeProperty(e) : t.style.setProperty(e, n, i ? "important" : "");
177
+ }
178
+ let T;
179
+ function At() {
180
+ if (T === void 0) {
181
+ T = !1;
182
+ try {
183
+ typeof window != "undefined" && window.parent && window.parent.document;
184
+ } catch (t) {
185
+ T = !0;
186
+ }
187
+ }
188
+ return T;
189
+ }
190
+ function Zt(t, e) {
191
+ getComputedStyle(t).position === "static" && (t.style.position = "relative");
192
+ const i = I("iframe");
193
+ i.setAttribute("style", "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"), i.setAttribute("aria-hidden", "true"), i.tabIndex = -1;
194
+ const o = At();
195
+ let s;
196
+ return o ? (i.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", s = Z(window, "message", (r) => {
197
+ r.source === i.contentWindow && e();
198
+ })) : (i.src = "about:blank", i.onload = () => {
199
+ s = Z(i.contentWindow, "resize", e);
200
+ }), ut(t, i), () => {
201
+ (o || s && i.contentWindow) && s(), H(i);
202
+ };
203
+ }
204
+ function te(t, e, n) {
205
+ t.classList[n ? "add" : "remove"](e);
206
+ }
207
+ function dt(t, e, { bubbles: n = !1, cancelable: i = !1 } = {}) {
208
+ const o = document.createEvent("CustomEvent");
209
+ return o.initCustomEvent(t, n, i, e), o;
210
+ }
211
+ class ee {
212
+ constructor(e = !1) {
213
+ this.is_svg = !1, this.is_svg = e, this.e = this.n = null;
214
+ }
215
+ c(e) {
216
+ this.h(e);
217
+ }
218
+ m(e, n, i = null) {
219
+ this.e || (this.is_svg ? this.e = kt(n.nodeName) : this.e = I(n.nodeName), this.t = n, this.c(e)), this.i(i);
220
+ }
221
+ h(e) {
222
+ this.e.innerHTML = e, this.n = Array.from(this.e.childNodes);
223
+ }
224
+ i(e) {
225
+ for (let n = 0; n < this.n.length; n += 1)
226
+ vt(this.t, this.n[n], e);
227
+ }
228
+ p(e) {
229
+ this.d(), this.h(e), this.i(this.a);
230
+ }
231
+ d() {
232
+ this.n.forEach(H);
233
+ }
234
+ }
235
+ const q = /* @__PURE__ */ new Map();
236
+ let W = 0;
237
+ function Ct(t) {
238
+ let e = 5381, n = t.length;
239
+ for (; n--; )
240
+ e = (e << 5) - e ^ t.charCodeAt(n);
241
+ return e >>> 0;
242
+ }
243
+ function Mt(t, e) {
244
+ const n = { stylesheet: bt(e), rules: {} };
245
+ return q.set(t, n), n;
246
+ }
247
+ function ht(t, e, n, i, o, s, r, u = 0) {
248
+ const f = 16.666 / i;
249
+ let c = `{
250
+ `;
251
+ for (let m = 0; m <= 1; m += f) {
252
+ const $ = e + (n - e) * s(m);
253
+ c += m * 100 + `%{${r($, 1 - $)}}
254
+ `;
255
+ }
256
+ const p = c + `100% {${r(n, 1 - n)}}
257
+ }`, l = `__svelte_${Ct(p)}_${u}`, a = V(t), { stylesheet: d, rules: h } = q.get(a) || Mt(a, t);
258
+ h[l] || (h[l] = !0, d.insertRule(`@keyframes ${l} ${p}`, d.cssRules.length));
259
+ const y = t.style.animation || "";
260
+ return t.style.animation = `${y ? `${y}, ` : ""}${l} ${i}ms linear ${o}ms 1 both`, W += 1, l;
261
+ }
262
+ function J(t, e) {
263
+ const n = (t.style.animation || "").split(", "), i = n.filter(
264
+ e ? (s) => s.indexOf(e) < 0 : (s) => s.indexOf("__svelte") === -1
265
+ ), o = n.length - i.length;
266
+ o && (t.style.animation = i.join(", "), W -= o, W || St());
267
+ }
268
+ function St() {
269
+ Q(() => {
270
+ W || (q.forEach((t) => {
271
+ const { ownerNode: e } = t.stylesheet;
272
+ e && H(e);
273
+ }), q.clear());
274
+ });
275
+ }
276
+ let P;
277
+ function S(t) {
278
+ P = t;
279
+ }
280
+ function v() {
281
+ if (!P)
282
+ throw new Error("Function called outside component initialization");
283
+ return P;
284
+ }
285
+ function ne(t) {
286
+ v().$$.before_update.push(t);
287
+ }
288
+ function ie(t) {
289
+ v().$$.on_mount.push(t);
290
+ }
291
+ function oe(t) {
292
+ v().$$.after_update.push(t);
293
+ }
294
+ function se(t) {
295
+ v().$$.on_destroy.push(t);
296
+ }
297
+ function re() {
298
+ const t = v();
299
+ return (e, n, { cancelable: i = !1 } = {}) => {
300
+ const o = t.$$.callbacks[e];
301
+ if (o) {
302
+ const s = dt(e, n, { cancelable: i });
303
+ return o.slice().forEach((r) => {
304
+ r.call(t, s);
305
+ }), !s.defaultPrevented;
306
+ }
307
+ return !0;
308
+ };
309
+ }
310
+ function ce(t, e) {
311
+ return v().$$.context.set(t, e), e;
312
+ }
313
+ function fe(t) {
314
+ return v().$$.context.get(t);
315
+ }
316
+ function ue(t, e) {
317
+ const n = t.$$.callbacks[e.type];
318
+ n && n.slice().forEach((i) => i.call(this, e));
319
+ }
320
+ const M = [], tt = [], L = [], et = [], _t = Promise.resolve();
321
+ let K = !1;
322
+ function pt() {
323
+ K || (K = !0, _t.then(mt));
324
+ }
325
+ function le() {
326
+ return pt(), _t;
327
+ }
328
+ function j(t) {
329
+ L.push(t);
330
+ }
331
+ const G = /* @__PURE__ */ new Set();
332
+ let D = 0;
333
+ function mt() {
334
+ const t = P;
335
+ do {
336
+ for (; D < M.length; ) {
337
+ const e = M[D];
338
+ D++, S(e), Pt(e.$$);
339
+ }
340
+ for (S(null), M.length = 0, D = 0; tt.length; )
341
+ tt.pop()();
342
+ for (let e = 0; e < L.length; e += 1) {
343
+ const n = L[e];
344
+ G.has(n) || (G.add(n), n());
345
+ }
346
+ L.length = 0;
347
+ } while (M.length);
348
+ for (; et.length; )
349
+ et.pop()();
350
+ K = !1, G.clear(), S(t);
351
+ }
352
+ function Pt(t) {
353
+ if (t.fragment !== null) {
354
+ t.update(), N(t.before_update);
355
+ const e = t.dirty;
356
+ t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(j);
357
+ }
358
+ }
359
+ let C;
360
+ function yt() {
361
+ return C || (C = Promise.resolve(), C.then(() => {
362
+ C = null;
363
+ })), C;
364
+ }
365
+ function B(t, e, n) {
366
+ t.dispatchEvent(dt(`${e ? "intro" : "outro"}${n}`));
367
+ }
368
+ const R = /* @__PURE__ */ new Set();
369
+ let x;
370
+ function ae() {
371
+ x = {
372
+ r: 0,
373
+ c: [],
374
+ p: x
375
+ };
376
+ }
377
+ function de() {
378
+ x.r || N(x.c), x = x.p;
379
+ }
380
+ function gt(t, e) {
381
+ t && t.i && (R.delete(t), t.i(e));
382
+ }
383
+ function jt(t, e, n, i) {
384
+ if (t && t.o) {
385
+ if (R.has(t))
386
+ return;
387
+ R.add(t), x.c.push(() => {
388
+ R.delete(t), i && (n && t.d(1), i());
389
+ }), t.o(e);
390
+ } else
391
+ i && i();
392
+ }
393
+ const wt = { duration: 0 };
394
+ function he(t, e, n) {
395
+ let i = e(t, n), o = !1, s, r, u = 0;
396
+ function f() {
397
+ s && J(t, s);
398
+ }
399
+ function c() {
400
+ const { delay: l = 0, duration: a = 300, easing: d = nt, tick: h = E, css: y } = i || wt;
401
+ y && (s = ht(t, 0, 1, a, l, d, y, u++)), h(0, 1);
402
+ const m = rt() + l, $ = m + a;
403
+ r && r.abort(), o = !0, j(() => B(t, !0, "start")), r = ft((b) => {
404
+ if (o) {
405
+ if (b >= $)
406
+ return h(1, 0), B(t, !0, "end"), f(), o = !1;
407
+ if (b >= m) {
408
+ const A = d((b - m) / a);
409
+ h(A, 1 - A);
410
+ }
411
+ }
412
+ return o;
413
+ });
414
+ }
415
+ let p = !1;
416
+ return {
417
+ start() {
418
+ p || (p = !0, J(t), F(i) ? (i = i(), yt().then(c)) : c());
419
+ },
420
+ invalidate() {
421
+ p = !1;
422
+ },
423
+ end() {
424
+ o && (f(), o = !1);
425
+ }
426
+ };
427
+ }
428
+ function _e(t, e, n) {
429
+ let i = e(t, n), o = !0, s;
430
+ const r = x;
431
+ r.r += 1;
432
+ function u() {
433
+ const { delay: f = 0, duration: c = 300, easing: p = nt, tick: l = E, css: a } = i || wt;
434
+ a && (s = ht(t, 1, 0, c, f, p, a));
435
+ const d = rt() + f, h = d + c;
436
+ j(() => B(t, !1, "start")), ft((y) => {
437
+ if (o) {
438
+ if (y >= h)
439
+ return l(0, 1), B(t, !1, "end"), --r.r || N(r.c), !1;
440
+ if (y >= d) {
441
+ const m = p((y - d) / c);
442
+ l(1 - m, m);
443
+ }
444
+ }
445
+ return o;
446
+ });
447
+ }
448
+ return F(i) ? yt().then(() => {
449
+ i = i(), u();
450
+ }) : u(), {
451
+ end(f) {
452
+ f && i.tick && i.tick(1, 0), o && (s && J(t, s), o = !1);
453
+ }
454
+ };
455
+ }
456
+ const pe = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : global;
457
+ function me(t, e) {
458
+ t.d(1), e.delete(t.key);
459
+ }
460
+ function ye(t, e) {
461
+ jt(t, 1, 1, () => {
462
+ e.delete(t.key);
463
+ });
464
+ }
465
+ function ge(t, e, n, i, o, s, r, u, f, c, p, l) {
466
+ let a = t.length, d = s.length, h = a;
467
+ const y = {};
468
+ for (; h--; )
469
+ y[t[h].key] = h;
470
+ const m = [], $ = /* @__PURE__ */ new Map(), b = /* @__PURE__ */ new Map();
471
+ for (h = d; h--; ) {
472
+ const _ = l(o, s, h), g = n(_);
473
+ let w = r.get(g);
474
+ w ? i && w.p(_, e) : (w = c(g, _), w.c()), $.set(g, m[h] = w), g in y && b.set(g, Math.abs(h - y[g]));
475
+ }
476
+ const A = /* @__PURE__ */ new Set(), X = /* @__PURE__ */ new Set();
477
+ function U(_) {
478
+ gt(_, 1), _.m(u, p), r.set(_.key, _), p = _.first, d--;
479
+ }
480
+ for (; a && d; ) {
481
+ const _ = m[d - 1], g = t[a - 1], w = _.key, z = g.key;
482
+ _ === g ? (p = _.first, a--, d--) : $.has(z) ? !r.has(w) || A.has(w) ? U(_) : X.has(z) ? a-- : b.get(w) > b.get(z) ? (X.add(w), U(_)) : (A.add(z), a--) : (f(g, r), a--);
483
+ }
484
+ for (; a--; ) {
485
+ const _ = t[a];
486
+ $.has(_.key) || f(_, r);
487
+ }
488
+ for (; d; )
489
+ U(m[d - 1]);
490
+ return m;
491
+ }
492
+ function we(t, e) {
493
+ const n = {}, i = {}, o = { $$scope: 1 };
494
+ let s = t.length;
495
+ for (; s--; ) {
496
+ const r = t[s], u = e[s];
497
+ if (u) {
498
+ for (const f in r)
499
+ f in u || (i[f] = 1);
500
+ for (const f in u)
501
+ o[f] || (n[f] = u[f], o[f] = 1);
502
+ t[s] = u;
503
+ } else
504
+ for (const f in r)
505
+ o[f] = 1;
506
+ }
507
+ for (const r in i)
508
+ r in n || (n[r] = void 0);
509
+ return n;
510
+ }
511
+ function $e(t) {
512
+ t && t.c();
513
+ }
514
+ function zt(t, e, n, i) {
515
+ const { fragment: o, after_update: s } = t.$$;
516
+ o && o.m(e, n), i || j(() => {
517
+ const r = t.$$.on_mount.map(it).filter(F);
518
+ t.$$.on_destroy ? t.$$.on_destroy.push(...r) : N(r), t.$$.on_mount = [];
519
+ }), s.forEach(j);
520
+ }
521
+ function Ot(t, e) {
522
+ const n = t.$$;
523
+ n.fragment !== null && (N(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
524
+ }
525
+ function Tt(t, e) {
526
+ t.$$.dirty[0] === -1 && (M.push(t), pt(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
527
+ }
528
+ function xe(t, e, n, i, o, s, r, u = [-1]) {
529
+ const f = P;
530
+ S(t);
531
+ const c = t.$$ = {
532
+ fragment: null,
533
+ ctx: [],
534
+ props: s,
535
+ update: E,
536
+ not_equal: o,
537
+ bound: Y(),
538
+ on_mount: [],
539
+ on_destroy: [],
540
+ on_disconnect: [],
541
+ before_update: [],
542
+ after_update: [],
543
+ context: new Map(e.context || (f ? f.$$.context : [])),
544
+ callbacks: Y(),
545
+ dirty: u,
546
+ skip_bound: !1,
547
+ root: e.target || f.$$.root
548
+ };
549
+ r && r(c.root);
550
+ let p = !1;
551
+ if (c.ctx = n ? n(t, e.props || {}, (l, a, ...d) => {
552
+ const h = d.length ? d[0] : a;
553
+ return c.ctx && o(c.ctx[l], c.ctx[l] = h) && (!c.skip_bound && c.bound[l] && c.bound[l](h), p && Tt(t, l)), a;
554
+ }) : [], c.update(), p = !0, N(c.before_update), c.fragment = i ? i(c.ctx) : !1, e.target) {
555
+ if (e.hydrate) {
556
+ const l = Nt(e.target);
557
+ c.fragment && c.fragment.l(l), l.forEach(H);
558
+ } else
559
+ c.fragment && c.fragment.c();
560
+ e.intro && gt(t.$$.fragment), zt(t, e.target, e.anchor, e.customElement), mt();
561
+ }
562
+ S(f);
563
+ }
564
+ class be {
565
+ $destroy() {
566
+ Ot(this, 1), this.$destroy = E;
567
+ }
568
+ $on(e, n) {
569
+ if (!F(n))
570
+ return E;
571
+ const i = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
572
+ return i.push(n), () => {
573
+ const o = i.indexOf(n);
574
+ o !== -1 && i.splice(o, 1);
575
+ };
576
+ }
577
+ $set(e) {
578
+ this.$$set && !xt(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
579
+ }
580
+ }
581
+ export {
582
+ ee as HtmlTag,
583
+ be as SvelteComponent,
584
+ j as add_render_callback,
585
+ Zt as add_resize_listener,
586
+ oe as afterUpdate,
587
+ ut as append,
588
+ Ut as append_styles,
589
+ $t as assign,
590
+ Et as attr,
591
+ ne as beforeUpdate,
592
+ tt as binding_callbacks,
593
+ ue as bubble,
594
+ de as check_outros,
595
+ Ht as compute_rest_props,
596
+ re as createEventDispatcher,
597
+ $e as create_component,
598
+ he as create_in_transition,
599
+ _e as create_out_transition,
600
+ Rt as create_slot,
601
+ me as destroy_block,
602
+ Ot as destroy_component,
603
+ Gt as destroy_each,
604
+ H as detach,
605
+ I as element,
606
+ Kt as empty,
607
+ Ft as exclude_internal_props,
608
+ fe as getContext,
609
+ Bt as get_all_dirty_from_scope,
610
+ qt as get_slot_changes,
611
+ we as get_spread_update,
612
+ pe as globals,
613
+ ae as group_outros,
614
+ nt as identity,
615
+ xe as init,
616
+ vt as insert,
617
+ Z as listen,
618
+ zt as mount_component,
619
+ E as noop,
620
+ It as null_to_empty,
621
+ se as onDestroy,
622
+ ie as onMount,
623
+ ye as outro_and_destroy_block,
624
+ N as run_all,
625
+ Dt as safe_not_equal,
626
+ ce as setContext,
627
+ Vt as set_attributes,
628
+ Xt as set_data,
629
+ Yt as set_style,
630
+ Jt as space,
631
+ Lt as src_url_equal,
632
+ Qt as stop_propagation,
633
+ kt as svg_element,
634
+ at as text,
635
+ le as tick,
636
+ te as toggle_class,
637
+ gt as transition_in,
638
+ jt as transition_out,
639
+ ge as update_keyed_each,
640
+ Wt as update_slot_base
641
+ };
@@ -0,0 +1,31 @@
1
+ import { noop as f, safe_not_equal as l } from "../internal/index.js";
2
+ const s = [];
3
+ function h(n, u = f) {
4
+ let o;
5
+ const i = /* @__PURE__ */ new Set();
6
+ function r(e) {
7
+ if (l(n, e) && (n = e, o)) {
8
+ const c = !s.length;
9
+ for (const t of i)
10
+ t[1](), s.push(t, n);
11
+ if (c) {
12
+ for (let t = 0; t < s.length; t += 2)
13
+ s[t][0](s[t + 1]);
14
+ s.length = 0;
15
+ }
16
+ }
17
+ }
18
+ function b(e) {
19
+ r(e(n));
20
+ }
21
+ function p(e, c = f) {
22
+ const t = [e, c];
23
+ return i.add(t), i.size === 1 && (o = u(r) || f), e(n), () => {
24
+ i.delete(t), i.size === 0 && (o(), o = null);
25
+ };
26
+ }
27
+ return { set: r, update: b, subscribe: p };
28
+ }
29
+ export {
30
+ h as writable
31
+ };
@@ -0,0 +1,37 @@
1
+ import { cubicOut as m, cubicInOut as u } from "../easing/index.js";
2
+ import { identity as $ } from "../internal/index.js";
3
+ function b(o, { delay: s = 0, duration: n = 400, easing: t = $ } = {}) {
4
+ const c = +getComputedStyle(o).opacity;
5
+ return {
6
+ delay: s,
7
+ duration: n,
8
+ easing: t,
9
+ css: (e) => `opacity: ${e * c}`
10
+ };
11
+ }
12
+ function h(o, { delay: s = 0, duration: n = 400, easing: t = m, x: c = 0, y: e = 0, opacity: f = 0 } = {}) {
13
+ const r = getComputedStyle(o), i = +r.opacity, a = r.transform === "none" ? "" : r.transform, y = i * (1 - f);
14
+ return {
15
+ delay: s,
16
+ duration: n,
17
+ easing: t,
18
+ css: (p, l) => `
19
+ transform: ${a} translate(${(1 - p) * c}px, ${(1 - p) * e}px);
20
+ opacity: ${i - y * l}`
21
+ };
22
+ }
23
+ function k(o, { delay: s = 0, speed: n, duration: t, easing: c = u } = {}) {
24
+ let e = o.getTotalLength();
25
+ const f = getComputedStyle(o);
26
+ return f.strokeLinecap !== "butt" && (e += parseInt(f.strokeWidth)), t === void 0 ? n === void 0 ? t = 800 : t = e / n : typeof t == "function" && (t = t(e)), {
27
+ delay: s,
28
+ duration: t,
29
+ easing: c,
30
+ css: (r, i) => `stroke-dasharray: ${r * e} ${i * e}`
31
+ };
32
+ }
33
+ export {
34
+ k as draw,
35
+ b as fade,
36
+ h as fly
37
+ };