@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,19 +1,18 @@
1
- import { SvelteComponent as u, init as d, safe_not_equal as p, append_styles as _, element as g, attr as v, insert as a, noop as f, detach as r, HtmlTag as h, empty as k, binding_callbacks as b } from "svelte/internal";
2
- import { onMount as y, onDestroy as C } from "svelte";
1
+ import { SvelteComponent as u, init as d, safe_not_equal as _, append_styles as p, element as g, attr as v, insert as m, noop as f, detach as r, onMount as h, onDestroy as k, empty as b, binding_callbacks as y, HtmlTag as C } from "../../../vendor/svelte/internal/index.js";
3
2
  function j(i) {
4
- _(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
3
+ p(i, "svelte-kzl2aj", ".customElement__container.svelte-kzl2aj{position:relative}");
5
4
  }
6
- function m(i) {
5
+ function a(i) {
7
6
  let l, e = i[0].element + "", n;
8
7
  return {
9
8
  c() {
10
- l = new h(!1), n = k(), l.a = n;
9
+ l = new C(!1), n = b(), l.a = n;
11
10
  },
12
- m(t, o) {
13
- l.m(e, t, o), a(t, n, o);
11
+ m(t, s) {
12
+ l.m(e, t, s), m(t, n, s);
14
13
  },
15
- p(t, o) {
16
- o & 1 && e !== (e = t[0].element + "") && l.p(e);
14
+ p(t, s) {
15
+ s & 1 && e !== (e = t[0].element + "") && l.p(e);
17
16
  },
18
17
  d(t) {
19
18
  t && r(n), t && l.d();
@@ -21,16 +20,16 @@ function m(i) {
21
20
  };
22
21
  }
23
22
  function z(i) {
24
- let l, e = typeof i[0].element == "string" && m(i);
23
+ let l, e = typeof i[0].element == "string" && a(i);
25
24
  return {
26
25
  c() {
27
26
  l = g("div"), e && e.c(), v(l, "class", "customElement__container svelte-kzl2aj");
28
27
  },
29
28
  m(n, t) {
30
- a(n, l, t), e && e.m(l, null), i[2](l);
29
+ m(n, l, t), e && e.m(l, null), i[2](l);
31
30
  },
32
31
  p(n, [t]) {
33
- typeof n[0].element == "string" ? e ? e.p(n, t) : (e = m(n), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
32
+ typeof n[0].element == "string" ? e ? e.p(n, t) : (e = a(n), e.c(), e.m(l, null)) : e && (e.d(1), e = null);
34
33
  },
35
34
  i: f,
36
35
  o: f,
@@ -40,34 +39,34 @@ function z(i) {
40
39
  };
41
40
  }
42
41
  function E(i, l, e) {
43
- let { tag: n } = l, t, o;
44
- y(() => {
42
+ let { tag: n } = l, t, s;
43
+ h(() => {
45
44
  if (t) {
46
45
  if (n.element instanceof Element) {
47
- const s = n.element;
48
- t.appendChild(s), o = () => t == null ? void 0 : t.removeChild(s);
46
+ const o = n.element;
47
+ t.appendChild(o), s = () => t == null ? void 0 : t.removeChild(o);
49
48
  } else if (typeof n.element == "function") {
50
- const s = n.element;
51
- o = s(t);
49
+ const o = n.element;
50
+ s = o(t);
52
51
  }
53
52
  }
54
- }), C(() => {
55
- o == null || o();
53
+ }), k(() => {
54
+ s == null || s();
56
55
  });
57
- function c(s) {
58
- b[s ? "unshift" : "push"](() => {
59
- t = s, e(1, t);
56
+ function c(o) {
57
+ y[o ? "unshift" : "push"](() => {
58
+ t = o, e(1, t);
60
59
  });
61
60
  }
62
- return i.$$set = (s) => {
63
- "tag" in s && e(0, n = s.tag);
61
+ return i.$$set = (o) => {
62
+ "tag" in o && e(0, n = o.tag);
64
63
  }, [n, t, c];
65
64
  }
66
- class D extends u {
65
+ class q extends u {
67
66
  constructor(l) {
68
- super(), d(this, l, E, z, p, { tag: 0 }, j);
67
+ super(), d(this, l, E, z, _, { tag: 0 }, j);
69
68
  }
70
69
  }
71
70
  export {
72
- D as default
71
+ q as default
73
72
  };
@@ -1,17 +1,16 @@
1
- import { SvelteComponent as B, init as Y, safe_not_equal as z, append_styles as A, empty as q, insert as g, transition_in as u, group_outros as j, transition_out as _, check_outros as D, detach as h, create_component as w, space as y, element as N, attr as C, mount_component as k, update_keyed_each as E, outro_and_destroy_block as F, destroy_component as v } from "svelte/internal";
1
+ import { SvelteComponent as B, init as Y, safe_not_equal as z, append_styles as A, empty as q, insert as g, transition_in as u, transition_out as _, check_outros as j, detach as h, create_component as w, space as y, element as N, attr as C, mount_component as k, group_outros as D, update_keyed_each as E, outro_and_destroy_block as F, destroy_component as v } from "../../../vendor/svelte/internal/index.js";
2
2
  import { uuid as G } from "../../../shared-utils/uuid.js";
3
3
  import H from "../Common/Text.js";
4
4
  import J from "../Common/Line/Polyline.js";
5
5
  import K from "../Common/Media.js";
6
6
  import L from "../Common/Shadow.js";
7
7
  import "animejs";
8
- import "svelte";
9
8
  import "../../../shared-utils/isNil.js";
10
9
  import "three";
11
10
  import "../../utils/search.js";
12
11
  import "../../utils/constants.js";
13
- import "svelte/transition";
14
- import "svelte/easing";
12
+ import "../../../vendor/svelte/transition/index.js";
13
+ import "../../../vendor/svelte/easing/index.js";
15
14
  import "../../../vendor/swiper/svelte/swiper.js";
16
15
  import "swiper";
17
16
  import "../../../vendor/swiper/components-shared/get-params.js";
@@ -75,9 +74,9 @@ function P(a) {
75
74
  const d = {};
76
75
  n & 16 && (d.visible = t[4]), i.$set(d);
77
76
  const T = {};
78
- n & 16 && (T.unfolded = t[4]), o.$set(T), n & 20 && (b = t[2], j(), r = E(r, n, I, 1, t, b, p, s.parentNode, F, R, s, M), D()), t[3] ? m ? (m.p(t, n), n & 8 && u(m, 1)) : (m = S(t), m.c(), u(m, 1), m.m(c.parentNode, c)) : m && (j(), _(m, 1, 1, () => {
77
+ n & 16 && (T.unfolded = t[4]), o.$set(T), n & 20 && (b = t[2], D(), r = E(r, n, I, 1, t, b, p, s.parentNode, F, R, s, M), j()), t[3] ? m ? (m.p(t, n), n & 8 && u(m, 1)) : (m = S(t), m.c(), u(m, 1), m.m(c.parentNode, c)) : m && (D(), _(m, 1, 1, () => {
79
78
  m = null;
80
- }), D());
79
+ }), j());
81
80
  },
82
81
  i(t) {
83
82
  if (!$) {
@@ -180,9 +179,9 @@ function Q(a) {
180
179
  e && e.m(o, f), g(o, i, f), l = !0;
181
180
  },
182
181
  p(o, [f]) {
183
- o[0].state ? e ? (e.p(o, f), f & 1 && u(e, 1)) : (e = P(o), e.c(), u(e, 1), e.m(i.parentNode, i)) : e && (j(), _(e, 1, 1, () => {
182
+ o[0].state ? e ? (e.p(o, f), f & 1 && u(e, 1)) : (e = P(o), e.c(), u(e, 1), e.m(i.parentNode, i)) : e && (D(), _(e, 1, 1, () => {
184
183
  e = null;
185
- }), D());
184
+ }), j());
186
185
  },
187
186
  i(o) {
188
187
  l || (u(e), l = !0);
@@ -204,11 +203,11 @@ function U(a, i, l) {
204
203
  a.$$.dirty & 1 && l(4, e = r.state ? r.state.unfolded : !1), a.$$.dirty & 1 && l(1, o = ((c = (s = r.data.text) == null ? void 0 : s.length) != null ? c : 0) > 7 ? (($ = r.data.text) == null ? void 0 : $.substring(0, 6)) + "..." : r.data.text), a.$$.dirty & 1 && l(3, f = r.data.mediaData), a.$$.dirty & 2 && l(2, p = o ? [{ id: G(), content: o }] : []);
205
204
  }, [r, o, p, f, e];
206
205
  }
207
- class ye extends B {
206
+ class ve extends B {
208
207
  constructor(i) {
209
208
  super(), Y(this, i, U, Q, z, { tag: 0 }, O);
210
209
  }
211
210
  }
212
211
  export {
213
- ye as default
212
+ ve as default
214
213
  };
@@ -1,7 +1,8 @@
1
- import { SvelteComponent as H, init as L, safe_not_equal as q, append_styles as Z, element as f, space as w, create_component as E, text as G, attr as d, insert as c, append as x, mount_component as R, group_outros as M, transition_out as y, check_outros as C, transition_in as b, set_data as B, detach as m, destroy_component as I } from "svelte/internal";
1
+ import { SvelteComponent as H, init as L, safe_not_equal as q, append_styles as Z, element as f, space as w, create_component as E, text as G, attr as d, insert as c, append as x, mount_component as R, transition_out as y, check_outros as M, transition_in as b, set_data as C, detach as m, destroy_component as I, group_outros as B } from "../../../vendor/svelte/internal/index.js";
2
2
  import { LinkType as D } from "../../typings/tag.js";
3
3
  import T from "../Common/Shadow.js";
4
- import "svelte/transition";
4
+ import "../../../vendor/svelte/transition/index.js";
5
+ import "../../../vendor/svelte/easing/index.js";
5
6
  function O(A) {
6
7
  Z(A, "svelte-7x7u86", ".wrapper.svelte-7x7u86{font-weight:600;cursor:pointer;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;flex-direction:column;pointer-events:auto}.text-wrapper.svelte-7x7u86{position:relative;display:flex;align-items:center;justify-content:center}.icon.svelte-7x7u86{position:relative;margin-bottom:0.6875rem}.arrow0.svelte-7x7u86,.arrow1.svelte-7x7u86,.arrow2.svelte-7x7u86{position:absolute;width:1.625rem;height:0.75rem;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-size:contain;animation-fill-mode:backwards;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:1.2s}.arrow1.svelte-7x7u86{position:relative}.arrow0.svelte-7x7u86{top:-0.75rem;animation-name:svelte-7x7u86-up0}.arrow1.svelte-7x7u86{animation-name:svelte-7x7u86-up1}.arrow2.svelte-7x7u86{top:0.75rem;animation-name:svelte-7x7u86-up2}.text.svelte-7x7u86{position:absolute;top:0;font-size:0.875rem;color:#ffffff;letter-spacing:0;text-align:center;max-width:8.75rem;width:-moz-max-content;width:max-content;word-break:break-all;line-height:1.125rem;text-shadow:0.125rem 0rem 0.5rem rgba(0, 0, 0, 0.15)}@keyframes svelte-7x7u86-up0{0%{opacity:0.8;transform:translate3d(0, 0, 0) scale(0.84)}33.33%,100%{opacity:0;transform:translate3d(0, -0.75rem, 0) scale(0.84)}}@keyframes svelte-7x7u86-up1{0%{opacity:1;transform:translate3d(0, 0, 0) scale(1)}33.33%,100%{opacity:0.8;transform:translate3d(0, -0.75rem, 0) scale(0.84)}}@keyframes svelte-7x7u86-up2{0%{opacity:0}33.33%,100%{opacity:1;transform:translate3d(0, -0.75rem, 0)}}.link.svelte-7x7u86{position:relative;width:1.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAkCAMAAAAgl+0yAAAAnFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+TINBkAAAAM3RSTlMAjLy6ILM2Fi+Zng3BrPvao4VC9ceneQfKkmNdV1AbEeLOsHA77ujUtn5JLnRraSUUjVLj/+RVAAABhElEQVRIx63V2W6CQBiGYUBUQGDYdwTZQZZa7v/eimik/ket/7yZ4yeTTCYf8+dOX8etxGVoxAvCVbguR3g0uRTMA0w4odGi+CbzFnGKosCqrmHc5rdEwzCwqtGFJlC7DqtOcTxANY67BHnVKOpVoEZRjFPdLgxbqIZhhFTjINChGgThF06NhpGd35OGMcCppyDPfajm+YhUR8cRoeo4+RGlJnnbalBt2x6nHh1dt4Gq6bqDU886y2ZQZVn9jFJ51vcbqPo+Up18UeSgKoo3nHqVJEkGqi1JPk49aLZmQdW2xXf1zP+vUFHsC1QVReK33xdk+w9SaqAq+732UvvdZ2UEqrud8lR5Wc4a7pO8GaoL9VBjy7rMlMosq1lV43LhZlrtF+yuJlbtEXpqXXP3NYwI8VJqakOIziw5aepV1FQuTdfhvlWVZdJCrao6MPe0spRpqV5ZFivqNqYpq3RQ2TST5/h4quoRCmwqq6rymol6plV53IZSomTKE/MroWfxDevL/wAEdPq1eGDh4AAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:1.2s;animation-name:svelte-7x7u86-left-right}@keyframes svelte-7x7u86-left-right{0%,100%{opacity:0.8;transform:translateX(-0.3125rem)}50%{opacity:1;transform:translateX(0)}}");
7
8
  }
@@ -94,9 +95,9 @@ function J(A) {
94
95
  },
95
96
  p(l, [k]) {
96
97
  let V = e;
97
- e = F(l), e !== V && (t && (M(), y(v[V], 1, 1, () => {
98
+ e = F(l), e !== V && (t && (B(), y(v[V], 1, 1, () => {
98
99
  v[V] = null;
99
- }), C()), ~e ? (t = v[e], t || (t = v[e] = U[e](l), t.c()), b(t, 1), t.m(r, null)) : t = null), (!g || k & 1) && u !== (u = l[0].text + "") && B(h, u);
100
+ }), M()), ~e ? (t = v[e], t || (t = v[e] = U[e](l), t.c()), b(t, 1), t.m(r, null)) : t = null), (!g || k & 1) && u !== (u = l[0].text + "") && C(h, u);
100
101
  },
101
102
  i(l) {
102
103
  g || (b(t), b(s.$$.fragment, l), g = !0);
@@ -117,11 +118,11 @@ function K(A, i, r) {
117
118
  A.$$.dirty & 2 && r(0, e = t.data);
118
119
  }, [e, t];
119
120
  }
120
- class j extends H {
121
+ class Y extends H {
121
122
  constructor(i) {
122
123
  super(), L(this, i, K, J, q, { tag: 1 }, O);
123
124
  }
124
125
  }
125
126
  export {
126
- j as default
127
+ Y as default
127
128
  };
@@ -1,6 +1,7 @@
1
- import { SvelteComponent as fe, init as de, safe_not_equal as ce, append_styles as ge, element as p, create_component as ue, space as w, text as D, attr as g, set_style as R, src_url_equal as W, toggle_class as Y, insert as A, mount_component as be, append as f, set_data as E, transition_in as he, transition_out as ve, detach as S, destroy_component as pe, destroy_each as j, empty as me } from "svelte/internal";
1
+ import { SvelteComponent as fe, init as de, safe_not_equal as ce, append_styles as ge, element as p, create_component as ue, space as A, text as D, attr as g, set_style as R, src_url_equal as W, toggle_class as Y, insert as S, mount_component as be, append as f, set_data as E, transition_in as he, transition_out as ve, detach as T, destroy_component as pe, destroy_each as j, empty as me } from "../../../vendor/svelte/internal/index.js";
2
2
  import ke from "../Common/Shadow.js";
3
- import "svelte/transition";
3
+ import "../../../vendor/svelte/transition/index.js";
4
+ import "../../../vendor/svelte/easing/index.js";
4
5
  function ye(i) {
5
6
  ge(i, "svelte-8mby9k", ".svelte-8mby9k.svelte-8mby9k{box-sizing:border-box}.marketing.svelte-8mby9k.svelte-8mby9k{transform:translateY(-100%)}.content.svelte-8mby9k .headerImage.svelte-8mby9k{position:absolute;width:100%;top:0.25rem;transform:translateY(-100%);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.line.svelte-8mby9k.svelte-8mby9k{position:absolute;height:2.0625rem;width:0.0625rem;left:50%;transform:translateX(-50%);background-color:white;bottom:0;transform-origin:bottom;transition:all 500ms}.content.svelte-8mby9k.svelte-8mby9k{background-color:white;position:relative;display:flex;flex-direction:column;min-width:11.125rem;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;border-radius:0.25rem;top:-1.875rem;left:-1rem;padding:0.5rem 0rem 0.5625rem;transition:all 500ms}.title.svelte-8mby9k.svelte-8mby9k{position:absolute;background-color:white;border-radius:0.25rem;width:100%;top:0.5rem;padding-left:0.75rem;padding-right:0.75rem}.title.svelte-8mby9k .text.svelte-8mby9k{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:0.75rem;font-weight:bold;line-height:1.125rem;color:#000}.footer.svelte-8mby9k.svelte-8mby9k{position:relative;padding-left:0.75rem;padding-right:0.75rem;width:100%;height:1.375rem;display:flex;align-items:center}.footer.svelte-8mby9k .goto-button.svelte-8mby9k{flex-shrink:0;white-space:nowrap;background-image:linear-gradient(to right, rgba(87, 144, 253, 1) 0, rgba(42, 114, 254, 1) 100%);color:#fff;font-size:0.625rem;border-radius:0.875rem;font-weight:bold;padding-left:0.5rem;padding-right:0.5rem;height:1.25rem;margin-left:auto;display:flex;align-items:center}.footer.svelte-8mby9k .goto-icon.svelte-8mby9k::after{content:'';display:inline-block;width:0.75rem;height:0.75rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAFNO2pYt4bErz8uP6ysawgVtBPDcR5C4s2L6ZmJBzZGJXUyEeDws/0G2zAAAAkklEQVQ4y+3TRw6DMBAF0OAeJ3QCpCe0uf8NwRILLBYfiS1/aT3JoymnI+sERZ5VCH0iVto3QDfBLmeSSMUTogRV9bBEpJAKaYpGijn13aTSLeraeG9D0NZFZv4/rRL5FDHnITlllqjv6tykWsmX4JHr05y7j6oFKq2P8He48B0tAM0EY0EDxquClw6vLz6EI35GmwwSZpe+WOgAAAAASUVORK5CYII=);background-size:100% auto;background-repeat:no-repeat}.price.svelte-8mby9k.svelte-8mby9k{flex-shrink:0;margin-right:0.75rem;white-space:nowrap;color:#ff6600;display:flex;align-items:baseline}.price.svelte-8mby9k .value.svelte-8mby9k{position:relative;top:0.0625rem;font-size:1.125rem;line-height:1.375rem;font-family:TG-TYPE, PingFangSC, Segoe UI, Rototo, sans-serif;letter-spacing:0rem}.price.svelte-8mby9k .unit.svelte-8mby9k{padding-left:0.125rem;font-size:0.625rem}.tag.svelte-8mby9k.svelte-8mby9k{position:relative;background-color:white;display:flex;width:-moz-max-content;width:max-content;padding-left:0.75rem;padding-right:0.75rem;min-height:1.75rem}.tag.svelte-8mby9k .base-tag.svelte-8mby9k{height:1rem;margin-top:1.375rem;margin-bottom:0.5rem;margin-right:0.25rem;font-size:0.625rem;line-height:0.875rem;padding:0.0625rem 0.25rem;border-radius:0.125rem;overflow:hidden}.tag.svelte-8mby9k .primary-tag.svelte-8mby9k{background:#e5eefe;color:#0055ff}.tag.svelte-8mby9k .secondary-tag.svelte-8mby9k{background:rgba(255, 102, 0, 0.08);color:rgba(255, 102, 0, 1)}.unfolded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 1)}.folded.svelte-8mby9k .line.svelte-8mby9k{transform:translateX(-50%) scale(1, 0);transition-timing-function:ease-in}.unfolded.svelte-8mby9k .content.svelte-8mby9k{opacity:1}.folded.svelte-8mby9k .content.svelte-8mby9k{opacity:0;transform:translateY(0.425rem);transition-timing-function:ease-in}");
6
7
  }
@@ -19,13 +20,13 @@ function ee(i) {
19
20
  t = p("div"), l = D(e), g(t, "class", "base-tag primary-tag svelte-8mby9k");
20
21
  },
21
22
  m(n, s) {
22
- A(n, t, s), f(t, l);
23
+ S(n, t, s), f(t, l);
23
24
  },
24
25
  p(n, s) {
25
26
  s & 4 && e !== (e = n[0] + "") && E(l, e);
26
27
  },
27
28
  d(n) {
28
- n && S(t);
29
+ n && T(t);
29
30
  }
30
31
  };
31
32
  }
@@ -36,13 +37,13 @@ function te(i) {
36
37
  e && e.c(), t = me();
37
38
  },
38
39
  m(l, n) {
39
- e && e.m(l, n), A(l, t, n);
40
+ e && e.m(l, n), S(l, t, n);
40
41
  },
41
42
  p(l, n) {
42
43
  l[0] ? e ? e.p(l, n) : (e = ee(l), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null);
43
44
  },
44
45
  d(l) {
45
- e && e.d(l), l && S(t);
46
+ e && e.d(l), l && T(t);
46
47
  }
47
48
  };
48
49
  }
@@ -53,13 +54,13 @@ function le(i) {
53
54
  t = p("div"), l = D(e), g(t, "class", "base-tag secondary-tag svelte-8mby9k");
54
55
  },
55
56
  m(n, s) {
56
- A(n, t, s), f(t, l);
57
+ S(n, t, s), f(t, l);
57
58
  },
58
59
  p(n, s) {
59
60
  s & 4 && e !== (e = n[0] + "") && E(l, e);
60
61
  },
61
62
  d(n) {
62
- n && S(t);
63
+ n && T(t);
63
64
  }
64
65
  };
65
66
  }
@@ -70,30 +71,30 @@ function ie(i) {
70
71
  e && e.c(), t = me();
71
72
  },
72
73
  m(l, n) {
73
- e && e.m(l, n), A(l, t, n);
74
+ e && e.m(l, n), S(l, t, n);
74
75
  },
75
76
  p(l, n) {
76
77
  l[0] ? e ? e.p(l, n) : (e = le(l), e.c(), e.m(t.parentNode, t)) : e && (e.d(1), e = null);
77
78
  },
78
79
  d(l) {
79
- e && e.d(l), l && S(t);
80
+ e && e.d(l), l && T(t);
80
81
  }
81
82
  };
82
83
  }
83
84
  function ne(i) {
84
- let t, e, l = i[2].price.value + "", n, s, a = i[2].price.unit && re(i);
85
+ let t, e, l = i[2].price.value + "", n, s, o = i[2].price.unit && re(i);
85
86
  return {
86
87
  c() {
87
- t = p("div"), e = p("span"), n = D(l), s = w(), a && a.c(), g(e, "class", "value svelte-8mby9k"), g(t, "class", "price svelte-8mby9k");
88
+ t = p("div"), e = p("span"), n = D(l), s = A(), o && o.c(), g(e, "class", "value svelte-8mby9k"), g(t, "class", "price svelte-8mby9k");
88
89
  },
89
90
  m(m, k) {
90
- A(m, t, k), f(t, e), f(e, n), f(t, s), a && a.m(t, null);
91
+ S(m, t, k), f(t, e), f(e, n), f(t, s), o && o.m(t, null);
91
92
  },
92
93
  p(m, k) {
93
- k & 4 && l !== (l = m[2].price.value + "") && E(n, l), m[2].price.unit ? a ? a.p(m, k) : (a = re(m), a.c(), a.m(t, null)) : a && (a.d(1), a = null);
94
+ k & 4 && l !== (l = m[2].price.value + "") && E(n, l), m[2].price.unit ? o ? o.p(m, k) : (o = re(m), o.c(), o.m(t, null)) : o && (o.d(1), o = null);
94
95
  },
95
96
  d(m) {
96
- m && S(t), a && a.d();
97
+ m && T(t), o && o.d();
97
98
  }
98
99
  };
99
100
  }
@@ -104,36 +105,36 @@ function re(i) {
104
105
  t = p("span"), l = D(e), g(t, "class", "unit svelte-8mby9k");
105
106
  },
106
107
  m(n, s) {
107
- A(n, t, s), f(t, l);
108
+ S(n, t, s), f(t, l);
108
109
  },
109
110
  p(n, s) {
110
111
  s & 4 && e !== (e = n[2].price.unit + "") && E(l, e);
111
112
  },
112
113
  d(n) {
113
- n && S(t);
114
+ n && T(t);
114
115
  }
115
116
  };
116
117
  }
117
- function ae(i) {
118
+ function oe(i) {
118
119
  let t, e = i[2].highlightText + "", l;
119
120
  return {
120
121
  c() {
121
122
  t = p("div"), l = D(e), g(t, "class", "goto-button goto-icon svelte-8mby9k");
122
123
  },
123
124
  m(n, s) {
124
- A(n, t, s), f(t, l);
125
+ S(n, t, s), f(t, l);
125
126
  },
126
127
  p(n, s) {
127
128
  s & 4 && e !== (e = n[2].highlightText + "") && E(l, e);
128
129
  },
129
130
  d(n) {
130
- n && S(t);
131
+ n && T(t);
131
132
  }
132
133
  };
133
134
  }
134
135
  function _e(i) {
135
136
  var O, Z;
136
- let t, e, l, n, s, a, m, k, M, _, q, P, B, I, U = i[2].title + "", F, N, y, J, T;
137
+ let t, e, l, n, s, o, m, k, M, _, q, P, B, I, U = i[2].title + "", F, N, y, J, w;
137
138
  e = new ke({
138
139
  props: {
139
140
  visible: i[1],
@@ -150,110 +151,80 @@ function _e(i) {
150
151
  let C = i[2].tags || [], b = [];
151
152
  for (let r = 0; r < C.length; r += 1)
152
153
  b[r] = ie($(i, C, r));
153
- let h = ((O = i[2].price) == null ? void 0 : O.value) !== void 0 && ((Z = i[2].price) == null ? void 0 : Z.value) !== null && ne(i), v = i[2].highlightText && ae(i);
154
+ let h = ((O = i[2].price) == null ? void 0 : O.value) !== void 0 && ((Z = i[2].price) == null ? void 0 : Z.value) !== null && ne(i), v = i[2].highlightText && oe(i);
154
155
  return {
155
156
  c() {
156
157
  var r, d;
157
- t = p("div"), ue(e.$$.fragment), l = w(), n = p("div"), s = w(), a = p("div"), m = p("img"), M = w(), _ = p("div");
158
+ t = p("div"), ue(e.$$.fragment), l = A(), n = p("div"), s = A(), o = p("div"), m = p("img"), M = A(), _ = p("div");
158
159
  for (let c = 0; c < u.length; c += 1)
159
160
  u[c].c();
160
- q = w();
161
+ q = A();
161
162
  for (let c = 0; c < b.length; c += 1)
162
163
  b[c].c();
163
- P = w(), B = p("div"), I = p("div"), F = D(U), N = w(), y = p("div"), h && h.c(), J = w(), v && v.c(), g(n, "class", "line svelte-8mby9k"), R(
164
- n,
165
- "transition-delay",
166
- i[1] ? L + "ms" : V + se - oe - 40 + "ms",
167
- !1
168
- ), g(m, "class", "headerImage svelte-8mby9k"), W(m.src, k = i[2].headerPictureUrl) || g(m, "src", k), g(m, "alt", ""), g(_, "class", "tag svelte-8mby9k"), g(I, "class", "text svelte-8mby9k"), g(B, "class", "title svelte-8mby9k"), g(y, "class", "footer svelte-8mby9k"), R(
169
- y,
170
- "height",
171
- ((r = i[2].price) == null ? void 0 : r.value) !== void 0 && ((d = i[2].price) == null ? void 0 : d.value) !== null && i[2].highlightText ? void 0 : "1rem",
172
- !1
173
- ), g(a, "class", "content svelte-8mby9k"), R(
174
- a,
175
- "transition-delay",
176
- i[1] ? L + V + "ms" : "0ms",
177
- !1
178
- ), g(t, "class", "marketing svelte-8mby9k"), Y(t, "unfolded", i[1]), Y(t, "folded", i[3]);
164
+ P = A(), B = p("div"), I = p("div"), F = D(U), N = A(), y = p("div"), h && h.c(), J = A(), v && v.c(), g(n, "class", "line svelte-8mby9k"), R(n, "transition-delay", i[1] ? L + "ms" : V + se - ae - 40 + "ms"), g(m, "class", "headerImage svelte-8mby9k"), W(m.src, k = i[2].headerPictureUrl) || g(m, "src", k), g(m, "alt", ""), g(_, "class", "tag svelte-8mby9k"), g(I, "class", "text svelte-8mby9k"), g(B, "class", "title svelte-8mby9k"), g(y, "class", "footer svelte-8mby9k"), R(y, "height", ((r = i[2].price) == null ? void 0 : r.value) !== void 0 && ((d = i[2].price) == null ? void 0 : d.value) !== null && i[2].highlightText ? void 0 : "1rem"), g(o, "class", "content svelte-8mby9k"), R(o, "transition-delay", i[1] ? L + V + "ms" : "0ms"), g(t, "class", "marketing svelte-8mby9k"), Y(t, "unfolded", i[1]), Y(t, "folded", i[3]);
179
165
  },
180
166
  m(r, d) {
181
- A(r, t, d), be(e, t, null), f(t, l), f(t, n), f(t, s), f(t, a), f(a, m), f(a, M), f(a, _);
167
+ S(r, t, d), be(e, t, null), f(t, l), f(t, n), f(t, s), f(t, o), f(o, m), f(o, M), f(o, _);
182
168
  for (let c = 0; c < u.length; c += 1)
183
169
  u[c].m(_, null);
184
170
  f(_, q);
185
171
  for (let c = 0; c < b.length; c += 1)
186
172
  b[c].m(_, null);
187
- f(a, P), f(a, B), f(B, I), f(I, F), f(a, N), f(a, y), h && h.m(y, null), f(y, J), v && v.m(y, null), T = !0;
173
+ f(o, P), f(o, B), f(B, I), f(I, F), f(o, N), f(o, y), h && h.m(y, null), f(y, J), v && v.m(y, null), w = !0;
188
174
  },
189
175
  p(r, [d]) {
190
176
  var Q, X, H, K;
191
177
  const c = {};
192
- if (d & 2 && (c.visible = r[1]), e.$set(c), d & 2 && R(
193
- n,
194
- "transition-delay",
195
- r[1] ? L + "ms" : V + se - oe - 40 + "ms",
196
- !1
197
- ), (!T || d & 4 && !W(m.src, k = r[2].headerPictureUrl)) && g(m, "src", k), d & 4) {
178
+ if (d & 2 && (c.visible = r[1]), e.$set(c), d & 2 && R(n, "transition-delay", r[1] ? L + "ms" : V + se - ae - 40 + "ms"), (!w || d & 4 && !W(m.src, k = r[2].headerPictureUrl)) && g(m, "src", k), d & 4) {
198
179
  z = r[2].brandTags || [];
199
- let o;
200
- for (o = 0; o < z.length; o += 1) {
201
- const G = x(r, z, o);
202
- u[o] ? u[o].p(G, d) : (u[o] = te(G), u[o].c(), u[o].m(_, q));
180
+ let a;
181
+ for (a = 0; a < z.length; a += 1) {
182
+ const G = x(r, z, a);
183
+ u[a] ? u[a].p(G, d) : (u[a] = te(G), u[a].c(), u[a].m(_, q));
203
184
  }
204
- for (; o < u.length; o += 1)
205
- u[o].d(1);
185
+ for (; a < u.length; a += 1)
186
+ u[a].d(1);
206
187
  u.length = z.length;
207
188
  }
208
189
  if (d & 4) {
209
190
  C = r[2].tags || [];
210
- let o;
211
- for (o = 0; o < C.length; o += 1) {
212
- const G = $(r, C, o);
213
- b[o] ? b[o].p(G, d) : (b[o] = ie(G), b[o].c(), b[o].m(_, null));
191
+ let a;
192
+ for (a = 0; a < C.length; a += 1) {
193
+ const G = $(r, C, a);
194
+ b[a] ? b[a].p(G, d) : (b[a] = ie(G), b[a].c(), b[a].m(_, null));
214
195
  }
215
- for (; o < b.length; o += 1)
216
- b[o].d(1);
196
+ for (; a < b.length; a += 1)
197
+ b[a].d(1);
217
198
  b.length = C.length;
218
199
  }
219
- (!T || d & 4) && U !== (U = r[2].title + "") && E(F, U), ((Q = r[2].price) == null ? void 0 : Q.value) !== void 0 && ((X = r[2].price) == null ? void 0 : X.value) !== null ? h ? h.p(r, d) : (h = ne(r), h.c(), h.m(y, J)) : h && (h.d(1), h = null), r[2].highlightText ? v ? v.p(r, d) : (v = ae(r), v.c(), v.m(y, null)) : v && (v.d(1), v = null), d & 4 && R(
220
- y,
221
- "height",
222
- ((H = r[2].price) == null ? void 0 : H.value) !== void 0 && ((K = r[2].price) == null ? void 0 : K.value) !== null && r[2].highlightText ? void 0 : "1rem",
223
- !1
224
- ), d & 2 && R(
225
- a,
226
- "transition-delay",
227
- r[1] ? L + V + "ms" : "0ms",
228
- !1
229
- ), d & 2 && Y(t, "unfolded", r[1]), d & 8 && Y(t, "folded", r[3]);
200
+ (!w || d & 4) && U !== (U = r[2].title + "") && E(F, U), ((Q = r[2].price) == null ? void 0 : Q.value) !== void 0 && ((X = r[2].price) == null ? void 0 : X.value) !== null ? h ? h.p(r, d) : (h = ne(r), h.c(), h.m(y, J)) : h && (h.d(1), h = null), r[2].highlightText ? v ? v.p(r, d) : (v = oe(r), v.c(), v.m(y, null)) : v && (v.d(1), v = null), d & 4 && R(y, "height", ((H = r[2].price) == null ? void 0 : H.value) !== void 0 && ((K = r[2].price) == null ? void 0 : K.value) !== null && r[2].highlightText ? void 0 : "1rem"), d & 2 && R(o, "transition-delay", r[1] ? L + V + "ms" : "0ms"), (!w || d & 2) && Y(t, "unfolded", r[1]), (!w || d & 8) && Y(t, "folded", r[3]);
230
201
  },
231
202
  i(r) {
232
- T || (he(e.$$.fragment, r), T = !0);
203
+ w || (he(e.$$.fragment, r), w = !0);
233
204
  },
234
205
  o(r) {
235
- ve(e.$$.fragment, r), T = !1;
206
+ ve(e.$$.fragment, r), w = !1;
236
207
  },
237
208
  d(r) {
238
- r && S(t), pe(e), j(u, r), j(b, r), h && h.d(), v && v.d();
209
+ r && T(t), pe(e), j(u, r), j(b, r), h && h.d(), v && v.d();
239
210
  }
240
211
  };
241
212
  }
242
- const L = 400, oe = 500, V = 180, se = 500;
213
+ const L = 400, ae = 500, V = 180, se = 500;
243
214
  function we(i, t, e) {
244
- let l, n, s, { tag: a } = t;
215
+ let l, n, s, { tag: o } = t;
245
216
  return i.$$set = (m) => {
246
- "tag" in m && e(0, a = m.tag);
217
+ "tag" in m && e(0, o = m.tag);
247
218
  }, i.$$.update = () => {
248
219
  var m, k;
249
- i.$$.dirty & 1 && e(1, l = (k = (m = a.state) == null ? void 0 : m.unfolded) != null ? k : !1), i.$$.dirty & 2 && e(3, n = !l), i.$$.dirty & 1 && e(2, s = a.data);
250
- }, [a, l, s, n];
220
+ i.$$.dirty & 1 && e(1, l = (k = (m = o.state) == null ? void 0 : m.unfolded) != null ? k : !1), i.$$.dirty & 2 && e(3, n = !l), i.$$.dirty & 1 && e(2, s = o.data);
221
+ }, [o, l, s, n];
251
222
  }
252
- class ze extends fe {
223
+ class Ce extends fe {
253
224
  constructor(t) {
254
225
  super(), de(this, t, we, _e, ce, { tag: 0 }, ye);
255
226
  }
256
227
  }
257
228
  export {
258
- ze as default
229
+ Ce as default
259
230
  };
@@ -1,9 +1,8 @@
1
- import { SvelteComponent as g, init as y, safe_not_equal as b, append_styles as h, empty as w, insert as c, transition_in as u, group_outros as C, transition_out as f, check_outros as D, detach as _, element as j, create_component as k, attr as F, mount_component as M, destroy_component as v } from "svelte/internal";
1
+ import { SvelteComponent as g, init as y, safe_not_equal as b, append_styles as h, empty as w, insert as c, transition_in as u, transition_out as f, check_outros as C, detach as _, element as D, create_component as j, attr as k, mount_component as F, destroy_component as M, group_outros as v } from "../../../vendor/svelte/internal/index.js";
2
2
  import N from "../Common/Media.js";
3
- import "svelte/transition";
4
- import "svelte/easing";
3
+ import "../../../vendor/svelte/transition/index.js";
4
+ import "../../../vendor/svelte/easing/index.js";
5
5
  import "../../../vendor/swiper/svelte/swiper.js";
6
- import "svelte";
7
6
  import "swiper";
8
7
  import "../../../vendor/swiper/components-shared/get-params.js";
9
8
  import "../../../vendor/swiper/components-shared/utils.js";
@@ -39,10 +38,10 @@ function s(o) {
39
38
  }
40
39
  }), {
41
40
  c() {
42
- r = j("div"), k(i.$$.fragment), F(r, "class", "media-wrapper svelte-10cw0el");
41
+ r = D("div"), j(i.$$.fragment), k(r, "class", "media-wrapper svelte-10cw0el");
43
42
  },
44
43
  m(t, a) {
45
- c(t, r, a), M(i, r, null), e = !0;
44
+ c(t, r, a), F(i, r, null), e = !0;
46
45
  },
47
46
  p(t, a) {
48
47
  const n = {};
@@ -55,7 +54,7 @@ function s(o) {
55
54
  f(i.$$.fragment, t), e = !1;
56
55
  },
57
56
  d(t) {
58
- t && _(r), v(i);
57
+ t && _(r), M(i);
59
58
  }
60
59
  };
61
60
  }
@@ -69,9 +68,9 @@ function q(o) {
69
68
  e && e.m(t, a), c(t, r, a), i = !0;
70
69
  },
71
70
  p(t, [a]) {
72
- t[0].state && t[4] ? e ? (e.p(t, a), a & 17 && u(e, 1)) : (e = s(t), e.c(), u(e, 1), e.m(r.parentNode, r)) : e && (C(), f(e, 1, 1, () => {
71
+ t[0].state && t[4] ? e ? (e.p(t, a), a & 17 && u(e, 1)) : (e = s(t), e.c(), u(e, 1), e.m(r.parentNode, r)) : e && (v(), f(e, 1, 1, () => {
73
72
  e = null;
74
- }), D());
73
+ }), C());
75
74
  },
76
75
  i(t) {
77
76
  i || (u(e), i = !0);
@@ -96,11 +95,11 @@ function B(o, r, i) {
96
95
  }), o.$$.dirty & 1 && i(2, m = (d = l.data.objectFit) != null ? d : (() => l.data.adaptationMode === "stretch" ? "cover" : l.data.adaptationMode === "proportional" ? "contain" : void 0)());
97
96
  }, [l, a, m, n, t, e];
98
97
  }
99
- class x extends g {
98
+ class $ extends g {
100
99
  constructor(r) {
101
100
  super(), y(this, r, B, q, b, { tag: 0 }, P);
102
101
  }
103
102
  }
104
103
  export {
105
- x as default
104
+ $ as default
106
105
  };