ublo-lib 1.24.4 → 1.25.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 (330) hide show
  1. package/es/common/components/admin-links/admin-links.js +95 -52
  2. package/es/common/components/admin-links/index.js +1 -1
  3. package/es/common/components/breadcrumb.js +78 -21
  4. package/es/common/components/cross-selling-editor/cross-selling-editor.js +52 -0
  5. package/es/common/components/cross-selling-editor/cross-selling-editor.module.css +6 -0
  6. package/es/common/components/cross-selling-editor/editor.js +98 -0
  7. package/es/common/components/cross-selling-editor/editor.module.css +23 -0
  8. package/es/common/components/cross-selling-editor/hooks/use-custom-offers.js +52 -0
  9. package/es/common/components/cross-selling-editor/hooks/use-tunnel-offers.js +35 -0
  10. package/es/common/components/cross-selling-editor/index.js +2 -0
  11. package/es/common/components/cross-selling-editor/override-trigger-form.js +156 -0
  12. package/es/common/components/cross-selling-editor/override-trigger-form.module.css +58 -0
  13. package/es/common/components/cross-selling-editor/override.js +124 -0
  14. package/es/common/components/cross-selling-editor/override.module.css +65 -0
  15. package/es/common/components/cross-selling-editor/overrides-list.js +111 -0
  16. package/es/common/components/cross-selling-editor/overrides-list.module.css +56 -0
  17. package/es/common/components/cross-selling-editor/rule.js +105 -0
  18. package/es/common/components/cross-selling-editor/rule.module.css +37 -0
  19. package/es/common/components/cross-selling-editor/rules.js +84 -0
  20. package/es/common/components/cross-selling-editor/rules.module.css +39 -0
  21. package/es/common/components/cross-selling-editor/services/api.js +36 -0
  22. package/es/common/components/cross-selling-editor/services/utils.js +199 -0
  23. package/es/common/components/cross-selling-editor/tester-tunnel-offer.js +53 -0
  24. package/es/common/components/cross-selling-editor/tester-tunnel-offer.module.css +18 -0
  25. package/es/common/components/cross-selling-editor/tester.js +188 -0
  26. package/es/common/components/cross-selling-editor/tester.module.css +106 -0
  27. package/es/common/components/cross-selling-editor/types.js +1 -0
  28. package/es/common/components/custom-contact-form/custom-contact-form.js +147 -75
  29. package/es/common/components/date-picker/calendar.js +1 -1
  30. package/es/common/components/gesco-contact-form/gesco-contact-form.js +243 -91
  31. package/es/common/components/gesco-contact-form/hooks/use-params.js +35 -20
  32. package/es/common/components/gesco-contact-form/index.js +1 -1
  33. package/es/common/components/gesco-contact-form/phone-code-select.js +76 -56
  34. package/es/common/components/gesco-contact-form/services/api.js +7 -8
  35. package/es/common/components/gesco-contact-form/services/form.js +39 -25
  36. package/es/common/components/gesco-contact-form/services/messages.js +68 -65
  37. package/es/common/components/gesco-contact-form/services/plausible.js +8 -10
  38. package/es/common/components/gesco-contact-form/types.js +1 -1
  39. package/es/common/components/instant-search/hooks/use-constant.js +8 -6
  40. package/es/common/components/instant-search/hooks/use-debounced-search.js +14 -5
  41. package/es/common/components/instant-search/hooks/use-search.js +10 -6
  42. package/es/common/components/instant-search/index.js +1 -1
  43. package/es/common/components/instant-search/input.js +75 -45
  44. package/es/common/components/instant-search/instant-search.js +124 -73
  45. package/es/common/components/instant-search/links.js +74 -23
  46. package/es/common/components/instant-search/no-product.js +81 -4
  47. package/es/common/components/instant-search/products.js +118 -31
  48. package/es/common/components/instant-search/results.js +121 -32
  49. package/es/common/components/instant-search/services/api.js +12 -10
  50. package/es/common/components/instant-search/services/messages.js +3 -3
  51. package/es/common/components/instant-search/services/utils.js +34 -34
  52. package/es/common/components/msem-preset-editor/components/facet-selector.js +39 -22
  53. package/es/common/components/msem-preset-editor/components/form.js +54 -5
  54. package/es/common/components/msem-preset-editor/components/stay-picker.js +72 -33
  55. package/es/common/components/msem-preset-editor/components/widget-list-item.js +130 -42
  56. package/es/common/components/msem-preset-editor/components/widget-list.js +54 -29
  57. package/es/common/components/msem-preset-editor/editor-dialog.js +68 -21
  58. package/es/common/components/msem-preset-editor/editors/elloha.js +102 -69
  59. package/es/common/components/msem-preset-editor/editors/index.js +6 -6
  60. package/es/common/components/msem-preset-editor/editors/lodgings.js +316 -184
  61. package/es/common/components/msem-preset-editor/editors/ski-passes.js +267 -180
  62. package/es/common/components/msem-preset-editor/editors/standard-products.js +84 -56
  63. package/es/common/components/msem-preset-editor/editors/vakario.js +239 -171
  64. package/es/common/components/msem-preset-editor/msem-preset-editor.js +215 -129
  65. package/es/common/components/msem-preset-editor/services/api.js +69 -42
  66. package/es/common/components/msem-preset-editor/services/offers.js +61 -35
  67. package/es/common/components/msem-preset-editor/services/preset.js +22 -14
  68. package/es/common/components/msem-preset-editor/services/url-params.js +24 -24
  69. package/es/common/components/msem-preset-linker/components/actions.js +52 -40
  70. package/es/common/components/msem-preset-linker/components/overlays.js +57 -41
  71. package/es/common/components/msem-preset-linker/components/resort-selector.js +21 -11
  72. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.js +43 -31
  73. package/es/common/components/msem-preset-linker/index.js +1 -1
  74. package/es/common/components/msem-preset-linker/msem-preset-linker.js +71 -42
  75. package/es/common/components/msem-preset-linker/services/url-params.js +10 -13
  76. package/es/common/components/plausible/hooks/use-plausible.js +22 -18
  77. package/es/common/components/plausible/index.js +1 -1
  78. package/es/common/components/plausible/plausible.js +23 -14
  79. package/es/common/components/plausible/services/callback.js +164 -115
  80. package/es/common/components/plausible/services/load.js +4 -6
  81. package/es/common/components/plausible/services/send-goal.js +6 -3
  82. package/es/common/components/scroll-spy.js +56 -43
  83. package/es/common/components/scrolling-carousel/index.js +1 -1
  84. package/es/common/components/scrolling-carousel/scrolling-carousel.js +94 -55
  85. package/es/common/components/tabbed-zones.js +100 -47
  86. package/es/common/hooks/use-faq.js +37 -36
  87. package/es/common/hooks/use-in-view.js +74 -74
  88. package/es/common/hooks/use-scroll-direction.js +37 -32
  89. package/es/common/hooks/use-stay.js +16 -13
  90. package/es/common/hooks/use-sticky.js +35 -35
  91. package/es/common/hooks/use-tunnel.js +42 -30
  92. package/es/common/hooks/use-update-effect.js +9 -9
  93. package/es/common/hooks/use-window-sizes.js +27 -28
  94. package/es/common/utils/cms.js +15 -17
  95. package/es/common/utils/cookies.js +10 -11
  96. package/es/common/utils/copy.js +11 -11
  97. package/es/common/utils/dates.js +8 -10
  98. package/es/common/utils/elements.js +14 -15
  99. package/es/common/utils/events.js +4 -19
  100. package/es/common/utils/file-manager.js +12 -10
  101. package/es/common/utils/load-js.js +10 -11
  102. package/es/common/utils/msem-widget.js +30 -23
  103. package/es/common/utils/url-parameters.js +11 -7
  104. package/es/esf/components/magic-box/index.js +1 -1
  105. package/es/esf/components/magic-box/magic-box.js +164 -102
  106. package/es/esf/components/parcours-esf/index.js +1 -1
  107. package/es/esf/components/parcours-esf/parcours-esf.js +45 -30
  108. package/es/esf/components/period-picker/period-picker.js +5 -5
  109. package/es/lbm/components/lumiplan/api.js +35 -18
  110. package/es/lbm/components/lumiplan/domain.js +96 -20
  111. package/es/lbm/components/lumiplan/i18n/translations.js +24 -15
  112. package/es/lbm/components/lumiplan/index.js +1 -1
  113. package/es/lbm/components/lumiplan/lumiplan.js +130 -102
  114. package/es/lbm/components/lumiplan/opening.js +116 -38
  115. package/es/lbm/components/lumiplan/pois.js +270 -161
  116. package/es/lbm/components/lumiplan/resort-selector.js +58 -36
  117. package/es/lbm/components/lumiplan/road-condition.js +100 -19
  118. package/es/lbm/components/lumiplan/todays-tips.js +45 -16
  119. package/es/lbm/components/lumiplan/types.js +1 -1
  120. package/es/lbm/components/lumiplan/weather/avalanche-risk.js +33 -8
  121. package/es/lbm/components/lumiplan/weather/index.js +1 -1
  122. package/es/lbm/components/lumiplan/weather/snow-data.js +71 -5
  123. package/es/lbm/components/lumiplan/weather/weather-data.js +126 -7
  124. package/es/lbm/components/lumiplan/weather/weather-days.js +76 -48
  125. package/es/lbm/components/lumiplan/weather/weather-icon.js +23 -20
  126. package/es/lbm/components/lumiplan/weather/weather-zones.js +71 -42
  127. package/es/lbm/components/lumiplan/weather/weather.js +90 -28
  128. package/package.json +4 -10
  129. package/es/common/components/admin-links/admin-links.d.ts +0 -11
  130. package/es/common/components/admin-links/admin-links.d.ts.map +0 -1
  131. package/es/common/components/admin-links/index.d.ts +0 -3
  132. package/es/common/components/admin-links/index.d.ts.map +0 -1
  133. package/es/common/components/breadcrumb.d.ts +0 -16
  134. package/es/common/components/breadcrumb.d.ts.map +0 -1
  135. package/es/common/components/custom-contact-form/custom-contact-form.d.ts +0 -25
  136. package/es/common/components/custom-contact-form/custom-contact-form.d.ts.map +0 -1
  137. package/es/common/components/gesco-contact-form/gesco-contact-form.d.ts +0 -17
  138. package/es/common/components/gesco-contact-form/gesco-contact-form.d.ts.map +0 -1
  139. package/es/common/components/gesco-contact-form/hooks/use-params.d.ts +0 -15
  140. package/es/common/components/gesco-contact-form/hooks/use-params.d.ts.map +0 -1
  141. package/es/common/components/gesco-contact-form/index.d.ts +0 -3
  142. package/es/common/components/gesco-contact-form/index.d.ts.map +0 -1
  143. package/es/common/components/gesco-contact-form/phone-code-select.d.ts +0 -7
  144. package/es/common/components/gesco-contact-form/phone-code-select.d.ts.map +0 -1
  145. package/es/common/components/gesco-contact-form/services/api.d.ts +0 -30
  146. package/es/common/components/gesco-contact-form/services/api.d.ts.map +0 -1
  147. package/es/common/components/gesco-contact-form/services/form.d.ts +0 -31
  148. package/es/common/components/gesco-contact-form/services/form.d.ts.map +0 -1
  149. package/es/common/components/gesco-contact-form/services/messages.d.ts +0 -34
  150. package/es/common/components/gesco-contact-form/services/messages.d.ts.map +0 -1
  151. package/es/common/components/gesco-contact-form/services/plausible.d.ts +0 -3
  152. package/es/common/components/gesco-contact-form/services/plausible.d.ts.map +0 -1
  153. package/es/common/components/gesco-contact-form/types.d.ts +0 -34
  154. package/es/common/components/gesco-contact-form/types.d.ts.map +0 -1
  155. package/es/common/components/instant-search/hooks/use-constant.d.ts +0 -2
  156. package/es/common/components/instant-search/hooks/use-constant.d.ts.map +0 -1
  157. package/es/common/components/instant-search/hooks/use-debounced-search.d.ts +0 -7
  158. package/es/common/components/instant-search/hooks/use-debounced-search.d.ts.map +0 -1
  159. package/es/common/components/instant-search/hooks/use-search.d.ts +0 -16
  160. package/es/common/components/instant-search/hooks/use-search.d.ts.map +0 -1
  161. package/es/common/components/instant-search/index.d.ts +0 -3
  162. package/es/common/components/instant-search/index.d.ts.map +0 -1
  163. package/es/common/components/instant-search/input.d.ts +0 -15
  164. package/es/common/components/instant-search/input.d.ts.map +0 -1
  165. package/es/common/components/instant-search/instant-search.d.ts +0 -14
  166. package/es/common/components/instant-search/instant-search.d.ts.map +0 -1
  167. package/es/common/components/instant-search/links.d.ts +0 -12
  168. package/es/common/components/instant-search/links.d.ts.map +0 -1
  169. package/es/common/components/instant-search/no-product.d.ts +0 -6
  170. package/es/common/components/instant-search/no-product.d.ts.map +0 -1
  171. package/es/common/components/instant-search/products.d.ts +0 -14
  172. package/es/common/components/instant-search/products.d.ts.map +0 -1
  173. package/es/common/components/instant-search/results.d.ts +0 -76
  174. package/es/common/components/instant-search/results.d.ts.map +0 -1
  175. package/es/common/components/instant-search/services/api.d.ts +0 -2
  176. package/es/common/components/instant-search/services/api.d.ts.map +0 -1
  177. package/es/common/components/instant-search/services/messages.d.ts +0 -2
  178. package/es/common/components/instant-search/services/messages.d.ts.map +0 -1
  179. package/es/common/components/instant-search/services/utils.d.ts +0 -4
  180. package/es/common/components/instant-search/services/utils.d.ts.map +0 -1
  181. package/es/common/components/msem-preset-editor/components/facet-selector.d.ts +0 -6
  182. package/es/common/components/msem-preset-editor/components/facet-selector.d.ts.map +0 -1
  183. package/es/common/components/msem-preset-editor/components/form.d.ts +0 -8
  184. package/es/common/components/msem-preset-editor/components/form.d.ts.map +0 -1
  185. package/es/common/components/msem-preset-editor/components/stay-picker.d.ts +0 -14
  186. package/es/common/components/msem-preset-editor/components/stay-picker.d.ts.map +0 -1
  187. package/es/common/components/msem-preset-editor/components/widget-list-item.d.ts +0 -12
  188. package/es/common/components/msem-preset-editor/components/widget-list-item.d.ts.map +0 -1
  189. package/es/common/components/msem-preset-editor/components/widget-list.d.ts +0 -17
  190. package/es/common/components/msem-preset-editor/components/widget-list.d.ts.map +0 -1
  191. package/es/common/components/msem-preset-editor/editor-dialog.d.ts +0 -30
  192. package/es/common/components/msem-preset-editor/editor-dialog.d.ts.map +0 -1
  193. package/es/common/components/msem-preset-editor/editors/elloha.d.ts +0 -15
  194. package/es/common/components/msem-preset-editor/editors/elloha.d.ts.map +0 -1
  195. package/es/common/components/msem-preset-editor/editors/index.d.ts +0 -14
  196. package/es/common/components/msem-preset-editor/editors/index.d.ts.map +0 -1
  197. package/es/common/components/msem-preset-editor/editors/lodgings.d.ts +0 -17
  198. package/es/common/components/msem-preset-editor/editors/lodgings.d.ts.map +0 -1
  199. package/es/common/components/msem-preset-editor/editors/ski-passes.d.ts +0 -16
  200. package/es/common/components/msem-preset-editor/editors/ski-passes.d.ts.map +0 -1
  201. package/es/common/components/msem-preset-editor/editors/standard-products.d.ts +0 -16
  202. package/es/common/components/msem-preset-editor/editors/standard-products.d.ts.map +0 -1
  203. package/es/common/components/msem-preset-editor/editors/vakario.d.ts +0 -15
  204. package/es/common/components/msem-preset-editor/editors/vakario.d.ts.map +0 -1
  205. package/es/common/components/msem-preset-editor/msem-preset-editor.d.ts +0 -28
  206. package/es/common/components/msem-preset-editor/msem-preset-editor.d.ts.map +0 -1
  207. package/es/common/components/msem-preset-editor/services/api.d.ts +0 -15
  208. package/es/common/components/msem-preset-editor/services/api.d.ts.map +0 -1
  209. package/es/common/components/msem-preset-editor/services/offers.d.ts +0 -47
  210. package/es/common/components/msem-preset-editor/services/offers.d.ts.map +0 -1
  211. package/es/common/components/msem-preset-editor/services/preset.d.ts +0 -40
  212. package/es/common/components/msem-preset-editor/services/preset.d.ts.map +0 -1
  213. package/es/common/components/msem-preset-editor/services/url-params.d.ts +0 -3
  214. package/es/common/components/msem-preset-editor/services/url-params.d.ts.map +0 -1
  215. package/es/common/components/msem-preset-linker/components/actions.d.ts +0 -11
  216. package/es/common/components/msem-preset-linker/components/actions.d.ts.map +0 -1
  217. package/es/common/components/msem-preset-linker/components/overlays.d.ts +0 -8
  218. package/es/common/components/msem-preset-linker/components/overlays.d.ts.map +0 -1
  219. package/es/common/components/msem-preset-linker/components/resort-selector.d.ts +0 -6
  220. package/es/common/components/msem-preset-linker/components/resort-selector.d.ts.map +0 -1
  221. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.d.ts +0 -4
  222. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.d.ts.map +0 -1
  223. package/es/common/components/msem-preset-linker/index.d.ts +0 -3
  224. package/es/common/components/msem-preset-linker/index.d.ts.map +0 -1
  225. package/es/common/components/msem-preset-linker/msem-preset-linker.d.ts +0 -30
  226. package/es/common/components/msem-preset-linker/msem-preset-linker.d.ts.map +0 -1
  227. package/es/common/components/msem-preset-linker/services/url-params.d.ts +0 -2
  228. package/es/common/components/msem-preset-linker/services/url-params.d.ts.map +0 -1
  229. package/es/common/components/plausible/hooks/use-plausible.d.ts +0 -12
  230. package/es/common/components/plausible/hooks/use-plausible.d.ts.map +0 -1
  231. package/es/common/components/plausible/index.d.ts +0 -8
  232. package/es/common/components/plausible/index.d.ts.map +0 -1
  233. package/es/common/components/plausible/plausible.d.ts +0 -7
  234. package/es/common/components/plausible/plausible.d.ts.map +0 -1
  235. package/es/common/components/plausible/services/callback.d.ts +0 -24
  236. package/es/common/components/plausible/services/callback.d.ts.map +0 -1
  237. package/es/common/components/plausible/services/load.d.ts +0 -2
  238. package/es/common/components/plausible/services/load.d.ts.map +0 -1
  239. package/es/common/components/plausible/services/send-goal.d.ts +0 -7
  240. package/es/common/components/plausible/services/send-goal.d.ts.map +0 -1
  241. package/es/common/components/scroll-spy.d.ts +0 -14
  242. package/es/common/components/scroll-spy.d.ts.map +0 -1
  243. package/es/common/components/scrolling-carousel/index.d.ts +0 -3
  244. package/es/common/components/scrolling-carousel/index.d.ts.map +0 -1
  245. package/es/common/components/scrolling-carousel/scrolling-carousel.d.ts +0 -8
  246. package/es/common/components/scrolling-carousel/scrolling-carousel.d.ts.map +0 -1
  247. package/es/common/components/tabbed-zones.d.ts +0 -12
  248. package/es/common/components/tabbed-zones.d.ts.map +0 -1
  249. package/es/common/hooks/use-faq.d.ts +0 -3
  250. package/es/common/hooks/use-faq.d.ts.map +0 -1
  251. package/es/common/hooks/use-in-view.d.ts +0 -5
  252. package/es/common/hooks/use-in-view.d.ts.map +0 -1
  253. package/es/common/hooks/use-scroll-direction.d.ts +0 -11
  254. package/es/common/hooks/use-scroll-direction.d.ts.map +0 -1
  255. package/es/common/hooks/use-stay.d.ts +0 -4
  256. package/es/common/hooks/use-stay.d.ts.map +0 -1
  257. package/es/common/hooks/use-sticky.d.ts +0 -4
  258. package/es/common/hooks/use-sticky.d.ts.map +0 -1
  259. package/es/common/hooks/use-tunnel.d.ts +0 -8
  260. package/es/common/hooks/use-tunnel.d.ts.map +0 -1
  261. package/es/common/hooks/use-update-effect.d.ts +0 -2
  262. package/es/common/hooks/use-update-effect.d.ts.map +0 -1
  263. package/es/common/hooks/use-window-sizes.d.ts +0 -7
  264. package/es/common/hooks/use-window-sizes.d.ts.map +0 -1
  265. package/es/common/utils/cms.d.ts +0 -4
  266. package/es/common/utils/cms.d.ts.map +0 -1
  267. package/es/common/utils/cookies.d.ts +0 -2
  268. package/es/common/utils/cookies.d.ts.map +0 -1
  269. package/es/common/utils/copy.d.ts +0 -2
  270. package/es/common/utils/copy.d.ts.map +0 -1
  271. package/es/common/utils/dates.d.ts +0 -2
  272. package/es/common/utils/dates.d.ts.map +0 -1
  273. package/es/common/utils/elements.d.ts +0 -5
  274. package/es/common/utils/elements.d.ts.map +0 -1
  275. package/es/common/utils/events.d.ts +0 -4
  276. package/es/common/utils/events.d.ts.map +0 -1
  277. package/es/common/utils/file-manager.d.ts +0 -13
  278. package/es/common/utils/file-manager.d.ts.map +0 -1
  279. package/es/common/utils/load-js.d.ts +0 -3
  280. package/es/common/utils/load-js.d.ts.map +0 -1
  281. package/es/common/utils/msem-widget.d.ts +0 -16
  282. package/es/common/utils/msem-widget.d.ts.map +0 -1
  283. package/es/common/utils/url-parameters.d.ts +0 -2
  284. package/es/common/utils/url-parameters.d.ts.map +0 -1
  285. package/es/esf/components/magic-box/index.d.ts +0 -3
  286. package/es/esf/components/magic-box/index.d.ts.map +0 -1
  287. package/es/esf/components/magic-box/magic-box.d.ts +0 -22
  288. package/es/esf/components/magic-box/magic-box.d.ts.map +0 -1
  289. package/es/esf/components/parcours-esf/index.d.ts +0 -3
  290. package/es/esf/components/parcours-esf/index.d.ts.map +0 -1
  291. package/es/esf/components/parcours-esf/parcours-esf.d.ts +0 -14
  292. package/es/esf/components/parcours-esf/parcours-esf.d.ts.map +0 -1
  293. package/es/lbm/components/lumiplan/api.d.ts +0 -8
  294. package/es/lbm/components/lumiplan/api.d.ts.map +0 -1
  295. package/es/lbm/components/lumiplan/domain.d.ts +0 -8
  296. package/es/lbm/components/lumiplan/domain.d.ts.map +0 -1
  297. package/es/lbm/components/lumiplan/i18n/translations.d.ts +0 -7
  298. package/es/lbm/components/lumiplan/i18n/translations.d.ts.map +0 -1
  299. package/es/lbm/components/lumiplan/index.d.ts +0 -3
  300. package/es/lbm/components/lumiplan/index.d.ts.map +0 -1
  301. package/es/lbm/components/lumiplan/lumiplan.d.ts +0 -2
  302. package/es/lbm/components/lumiplan/lumiplan.d.ts.map +0 -1
  303. package/es/lbm/components/lumiplan/opening.d.ts +0 -9
  304. package/es/lbm/components/lumiplan/opening.d.ts.map +0 -1
  305. package/es/lbm/components/lumiplan/pois.d.ts +0 -8
  306. package/es/lbm/components/lumiplan/pois.d.ts.map +0 -1
  307. package/es/lbm/components/lumiplan/resort-selector.d.ts +0 -12
  308. package/es/lbm/components/lumiplan/resort-selector.d.ts.map +0 -1
  309. package/es/lbm/components/lumiplan/road-condition.d.ts +0 -8
  310. package/es/lbm/components/lumiplan/road-condition.d.ts.map +0 -1
  311. package/es/lbm/components/lumiplan/todays-tips.d.ts +0 -8
  312. package/es/lbm/components/lumiplan/todays-tips.d.ts.map +0 -1
  313. package/es/lbm/components/lumiplan/types.d.ts +0 -285
  314. package/es/lbm/components/lumiplan/types.d.ts.map +0 -1
  315. package/es/lbm/components/lumiplan/weather/avalanche-risk.d.ts +0 -4
  316. package/es/lbm/components/lumiplan/weather/avalanche-risk.d.ts.map +0 -1
  317. package/es/lbm/components/lumiplan/weather/index.d.ts +0 -3
  318. package/es/lbm/components/lumiplan/weather/index.d.ts.map +0 -1
  319. package/es/lbm/components/lumiplan/weather/snow-data.d.ts +0 -8
  320. package/es/lbm/components/lumiplan/weather/snow-data.d.ts.map +0 -1
  321. package/es/lbm/components/lumiplan/weather/weather-data.d.ts +0 -9
  322. package/es/lbm/components/lumiplan/weather/weather-data.d.ts.map +0 -1
  323. package/es/lbm/components/lumiplan/weather/weather-days.d.ts +0 -7
  324. package/es/lbm/components/lumiplan/weather/weather-days.d.ts.map +0 -1
  325. package/es/lbm/components/lumiplan/weather/weather-icon.d.ts +0 -23
  326. package/es/lbm/components/lumiplan/weather/weather-icon.d.ts.map +0 -1
  327. package/es/lbm/components/lumiplan/weather/weather-zones.d.ts +0 -6
  328. package/es/lbm/components/lumiplan/weather/weather-zones.d.ts.map +0 -1
  329. package/es/lbm/components/lumiplan/weather/weather.d.ts +0 -8
  330. package/es/lbm/components/lumiplan/weather/weather.d.ts.map +0 -1
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import type { DomainInfo } from "./types";
3
- type Props = {
4
- domain?: DomainInfo | null;
5
- };
6
- declare const Domain: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
7
- export default Domain;
8
- //# sourceMappingURL=domain.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/domain.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAK1C,KAAK,KAAK,GAAG;IACX,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAC5B,CAAC;AAEF,QAAA,MAAM,MAAM,8EA4EV,CAAC;AAIH,eAAe,MAAM,CAAC"}
@@ -1,7 +0,0 @@
1
- export declare function t(lang?: string, key?: string): any;
2
- type Props = {
3
- id: string;
4
- };
5
- export default function T({ id }: Props): import("react/jsx-runtime").JSX.Element;
6
- export {};
7
- //# sourceMappingURL=translations.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/i18n/translations.tsx"],"names":[],"mappings":"AAOA,wBAAgB,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,EAAE,MAAM,OAQ5C;AAED,KAAK,KAAK,GAAG;IACX,EAAE,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,KAAK,2CAGtC"}
@@ -1,3 +0,0 @@
1
- import Lumiplan from "./lumiplan";
2
- export default Lumiplan;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,eAAe,QAAQ,CAAC"}
@@ -1,2 +0,0 @@
1
- export default function Lumiplan(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=lumiplan.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lumiplan.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/lumiplan.tsx"],"names":[],"mappings":"AAkBA,MAAM,CAAC,OAAO,UAAU,QAAQ,4CAyI/B"}
@@ -1,9 +0,0 @@
1
- import * as React from "react";
2
- import type { ResortOpening } from "./types";
3
- type Props = {
4
- resortOpening?: ResortOpening | null;
5
- showOpening?: string[];
6
- };
7
- declare const Opening: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
8
- export default Opening;
9
- //# sourceMappingURL=opening.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"opening.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/opening.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,KAAK,EAAE,aAAa,EAAO,MAAM,SAAS,CAAC;AAGlD,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,OAAO,8EAuEZ,CAAC;AAqCF,eAAe,OAAO,CAAC"}
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import type { PoisInfo } from "./types";
3
- type Props = {
4
- pois?: PoisInfo | null;
5
- };
6
- declare const Pois: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
7
- export default Pois;
8
- //# sourceMappingURL=pois.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pois.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/pois.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAgB/B,OAAO,KAAK,EAAO,QAAQ,EAAQ,MAAM,SAAS,CAAC;AA4DnD,KAAK,KAAK,GAAG;IACX,IAAI,CAAC,EAAE,QAAQ,GAAG,IAAI,CAAC;CACxB,CAAC;AAUF,QAAA,MAAM,IAAI,8EAkQR,CAAC;AAIH,eAAe,IAAI,CAAC"}
@@ -1,12 +0,0 @@
1
- type Resort = {
2
- id: number;
3
- label: string;
4
- };
5
- type Props = {
6
- resorts: Resort[];
7
- currentResortId: number;
8
- setCurrentResortId: (id: number) => void;
9
- };
10
- export default function ResortSelector({ resorts, currentResortId, setCurrentResortId, }: Props): import("react/jsx-runtime").JSX.Element | null;
11
- export {};
12
- //# sourceMappingURL=resort-selector.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resort-selector.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/resort-selector.tsx"],"names":[],"mappings":"AAOA,KAAK,MAAM,GAAG;IACZ,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IAExB,kBAAkB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,OAAO,EACP,eAAe,EACf,kBAAkB,GACnB,EAAE,KAAK,kDAqDP"}
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import type { ResortAccess } from "./types";
3
- type Props = {
4
- resortAccess?: ResortAccess | null;
5
- };
6
- declare const RoadCondition: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
7
- export default RoadCondition;
8
- //# sourceMappingURL=road-condition.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"road-condition.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/road-condition.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAG5C,KAAK,KAAK,GAAG;IACX,YAAY,CAAC,EAAE,YAAY,GAAG,IAAI,CAAC;CACpC,CAAC;AAEF,QAAA,MAAM,aAAa,8EA6FlB,CAAC;AAIF,eAAe,aAAa,CAAC"}
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import type { ResortOpening } from "./types";
3
- type Props = {
4
- resortOpening?: ResortOpening | null;
5
- };
6
- declare const TodaysTips: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
7
- export default TodaysTips;
8
- //# sourceMappingURL=todays-tips.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"todays-tips.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/todays-tips.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAG7C,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;CACtC,CAAC;AAEF,QAAA,MAAM,UAAU,8EAsCf,CAAC;AAIF,eAAe,UAAU,CAAC"}
@@ -1,285 +0,0 @@
1
- export type Day = {
2
- dayType: string;
3
- open: boolean;
4
- };
5
- type MultiLangString = {
6
- language: "fr_FR" | "en_US";
7
- data: string;
8
- };
9
- export type MultiLangMessage = {
10
- id: string;
11
- type: string;
12
- title: string;
13
- data: MultiLangString[];
14
- };
15
- type OpeningStatus = "OPEN" | "OPEN_PEDESTRIAN_ONLY" | "OPEN_DOWNHILL_ONLY" | "FORECAST" | "FORECAST_AURORA_SKI" | "FORECAST_NIGHT_SKI" | "DELAYED" | "DELAYED_TECHNICAL_ISSUE" | "DELAYED_SECURING" | "DELAYED_WEATHER" | "DELAYED_WIND" | "STOPPED" | "STOPPED_TECHNICAL_ISSUE" | "STOPPED_SECURING" | "STOPPED_WEATHER" | "STOPPED_WIND" | "CLOSED" | "CLOSED_CONTEST" | "OUT_OF_PERIOD" | "OUT_OF_PERIOD_SEASON_BEGINNING" | "OUT_OF_PERIOD_SEASON_ENDING" | "UNDEF";
16
- export type ResortOpening = {
17
- id: string;
18
- availability: {
19
- openingStatus: OpeningStatus;
20
- openingDate: string;
21
- closingDate: string;
22
- openingDays: Day[];
23
- dawnSkiingDays: Day[];
24
- nightSkiingDays: Day[];
25
- backToBaseArea: string;
26
- winterAmbiance: string;
27
- practicalActivities: string;
28
- };
29
- name: string;
30
- resortInfos: MultiLangMessage[];
31
- };
32
- type Surface = "UNDEF" | "CLEAR_DRY" | "CLEAR_WET" | "SOGGY" | "PART_SNOW" | "SNOWY" | "PACKED" | "ICY" | "CLOSED";
33
- type Equipment = "UNDEF" | "NORM" | "CHAIN" | "RECO_CHAIN_RESORT" | "RECO_CHAIN" | "ICY" | "CLOSED";
34
- type RoadCondition = {
35
- id: string;
36
- name: string;
37
- number: string;
38
- status: boolean;
39
- roadInfo: MultiLangMessage;
40
- surface: Surface;
41
- equipment: Equipment;
42
- };
43
- export type ResortAccess = {
44
- roadConditions: RoadCondition[];
45
- };
46
- export type DomainInfo = {
47
- slopes: {
48
- slopes: {
49
- GREEN: {
50
- open: number;
51
- total: number;
52
- };
53
- BLUE: {
54
- open: number;
55
- total: number;
56
- };
57
- RED: {
58
- open: number;
59
- total: number;
60
- };
61
- BLACK: {
62
- open: number;
63
- total: number;
64
- };
65
- };
66
- count: {
67
- open: number;
68
- total: number;
69
- };
70
- };
71
- lifts: {
72
- count: {
73
- open: number;
74
- total: number;
75
- };
76
- };
77
- };
78
- type SnowQuality = "UNDEF" | "FRESH" | "ARTIFICIAL" | "CRUSTED" | "DRIFTED" | "EARLY_SEASON" | "FROZEN" | "GRADIENT" | "HARD_PACKED" | "LOW_SNOWFALL" | "PACKED_POWDER" | "POWDER" | "SNOW_GROOMED" | "SPRING" | "VARIABLE" | "WET_SNOW";
79
- type AvalancheRisk = "UNDEF" | "LOW" | "MODERATE" | "CONSIDERABLE" | "HIGH" | "VERY_HIGH";
80
- export type SnowZone = {
81
- id: number;
82
- name: string;
83
- altitude: {
84
- value: number;
85
- unit: "METER";
86
- };
87
- altitudeLevel: "LOW" | "MEDIUM" | "HIGH";
88
- avalancheRisk: AvalancheRisk;
89
- snowQuality: SnowQuality;
90
- snowTotalDepth: {
91
- value: number;
92
- unit: "CENTIMETER";
93
- };
94
- overnight: {
95
- value: number;
96
- unit: "CENTIMETER";
97
- };
98
- freshSnowFallDepth12H: {
99
- value: number;
100
- unit: "CENTIMETER";
101
- };
102
- freshSnowFallDepth24H: {
103
- value: number;
104
- unit: "CENTIMETER";
105
- };
106
- freshSnowFallDepth48H: {
107
- value: number;
108
- unit: "CENTIMETER";
109
- };
110
- freshSnowFallDepth72H: {
111
- value: number;
112
- unit: "CENTIMETER";
113
- };
114
- freshSnowFallDepth7D: {
115
- value: number;
116
- unit: "CENTIMETER";
117
- };
118
- snowFallDepthCompleteSeason: {
119
- value: number;
120
- unit: "CENTIMETER";
121
- };
122
- lastSnowFallDepth: {
123
- value: number;
124
- unit: "CENTIMETER";
125
- };
126
- lastSnowFallDate: string;
127
- };
128
- type Direction = "UNDEF" | "NORTH" | "NORTH_WEST" | "NORTH_EAST" | "EAST" | "WEST" | "SOUTH" | "SOUTH_EAST" | "SOUTH_WEST" | "TURNING";
129
- export type WeatherInfo = {
130
- indexUv: {
131
- value: number;
132
- unit: string;
133
- };
134
- skyStatus: "UNDEF" | "SUNNY" | "MOSTLY_SUNNY" | "FAIR_WEATHER_PARTLY_CLOUDY" | "MOSTLY_CLOUDY_SOME_SUN" | "MOSTLY_CLOUDY_LIGHT_RAIN" | "CLOUDY_LIGHT_RAIN" | "CLOUDY" | "VARIABLE_SKY_LIGHT_SNOWFALL" | "CLOUDY_LIGHT_SNOWFALL" | "CLOUDY_MODERATE_HEAVY_SNOWFALL" | "CLOUDY_MODERATE_HEAVY_RAIN" | "FOG" | "THUNDERSTORMS" | "VARIABLE_SKY_SCATTERED_THUNDERSTORMS";
135
- temperature: {
136
- value: number;
137
- unit: "CELCIUS";
138
- };
139
- wind: {
140
- value: {
141
- value: number;
142
- unit: "METTER";
143
- };
144
- valueMax: {
145
- value: number;
146
- unit: "METTER";
147
- };
148
- direction: Direction;
149
- };
150
- windchill: {
151
- value: number;
152
- unit: "CELSIUS";
153
- };
154
- limitRainSnowFall: {
155
- value: number;
156
- unit: "METER";
157
- };
158
- limitIsothermic0: {
159
- value: number;
160
- unit: "METER";
161
- };
162
- limitIsothermicMinus10: {
163
- value: number;
164
- unit: "METER";
165
- };
166
- visibility: "UNDEF" | "VISIBILITE_0" | "VISIBILITE_25" | "VISIBILITE_50" | "VISIBILITE_75" | "VISIBILITE_100";
167
- };
168
- type WeatherInfos = {
169
- date: string;
170
- am: WeatherInfo;
171
- pm: WeatherInfo;
172
- };
173
- type WeatherZone = {
174
- id: string;
175
- name: string;
176
- altitude: {
177
- value: number;
178
- unit: string;
179
- };
180
- altitudeLevel: string;
181
- weatherInfos: WeatherInfos[];
182
- };
183
- export type WeatherForecast = {
184
- weather: {
185
- weatherZones: WeatherZone[];
186
- };
187
- snow: {
188
- snowZones: SnowZone[];
189
- };
190
- };
191
- type LiftType = "CABRIOLET_GONDOLA" | "CHAIRLIFT" | "COMBINED_CHAIR_GONDOLA_LIFT" | "DETACHABLE_BUBBLE_CHAIRLIFT" | "DETACHABLE_CHAIRLIFT" | "FUNICULAR" | "FUNITEL" | "GONDOLA" | "LIFT" | "MAGIC_CARPET" | "PEDESTRIAN_SKI_LIFT" | "ROPE_TO" | "SURFACE_LIFT" | "TRAIN" | "TRAM" | "UNDEF";
192
- type TimePeriod = {
193
- beginTime: string;
194
- endTime: string;
195
- };
196
- type Lift = {
197
- id: string;
198
- name: string;
199
- type: "TRAIL" | "SKI_LIFT" | "LINK";
200
- openingStatus: OpeningStatus;
201
- openingStatusCompl: OpeningStatus;
202
- messagePoi: MultiLangMessage;
203
- operating: boolean;
204
- liftType: LiftType;
205
- sectorName: string;
206
- openingTimesTh?: TimePeriod[];
207
- openingTimesReal?: TimePeriod[];
208
- departureAltitude: {
209
- value: number;
210
- unit: string;
211
- };
212
- arrivalAltitude: {
213
- value: number;
214
- unit: string;
215
- };
216
- uphillCapacity: {
217
- value: number;
218
- unit: string;
219
- };
220
- length: {
221
- value: number;
222
- unit: string;
223
- };
224
- duration: {
225
- value: number;
226
- unit: string;
227
- };
228
- exposure: Direction;
229
- };
230
- type Grooming = "UNDEF" | "GROOMED" | "PARTIALLY_GROOMED" | "MORNING_GROOMED " | "EVENING_GROOMED " | "H48_GROOMED " | "GROOMING_FORECAST" | "NOT_GROOMED ";
231
- type TrailType = "BIKE_PARK" | "BOARDERCROSS" | "BUMP_TRAIL" | "CROSS_COUNTRY_MOUNTAIN_BIKING" | "CROSS_COUNTRY_SKIING" | "DOWNHILL_MOUNTAIN_BIKING" | "DOWNHILL_SKIING" | "EBIKE" | "ENDURO" | "FREERIDE_AREA_OFF_PIST" | "FREERIDE_SKI_ITINERARY" | "FUN_ZONE" | "GATE" | "GLADES" | "ILLUMINATED_TRAIL" | "MULTI_USE_TRAIL" | "MTB_ENDURO" | "PATH" | "PEDESTRIAN" | "ROUTE_OF_CROSS_COUNTRY" | "SKI_TOURING" | "SLEDDING_HILL" | "SNOWPARK" | "SNOWPARK_LINE" | "SNOWSHOE" | "TERRAIN_PARK" | "TERRAIN_PARK_US" | "TRAIL_RUNNING" | "UNDEF" | "VIDEO_ZONE";
232
- type TrailLevel = "UNDEF" | "GREEN" | "BLUE" | "RED" | "BLACK" | "YELLOW";
233
- type Trail = {
234
- id: string;
235
- name: string;
236
- type: "TRAIL" | "SKI_LIFT" | "LINK";
237
- openingStatus: OpeningStatus;
238
- openingStatusCompl: OpeningStatus;
239
- messagePoi: MultiLangMessage;
240
- operating: boolean;
241
- trailType: TrailType;
242
- trailLevel: TrailLevel;
243
- groomingStatus: Grooming;
244
- snowQuality: SnowQuality;
245
- sectorName: string;
246
- openingTimesTh?: TimePeriod[];
247
- openingTimesReal?: TimePeriod[];
248
- arrivalAltitude: {
249
- value: number;
250
- unit: "METER";
251
- };
252
- departureAltitude: {
253
- value: number;
254
- unit: "METER";
255
- };
256
- exposure: Direction;
257
- length: {
258
- value: number;
259
- unit: "METER";
260
- };
261
- countInTotals: boolean;
262
- };
263
- type Interconnection = {
264
- id: string;
265
- name: string;
266
- type: "TRAIL" | "SKI_LIFT" | "LINK";
267
- openingStatus: OpeningStatus;
268
- openingStatusCompl: OpeningStatus;
269
- operating: boolean;
270
- };
271
- type Activity = {
272
- activityType: string;
273
- };
274
- export type Poi = Lift & Trail & Activity & Interconnection;
275
- export type Zone = {
276
- id: string;
277
- name: string;
278
- lifts: Poi[];
279
- trails: Poi[];
280
- activities: Poi[];
281
- interconnections: Poi[];
282
- };
283
- export type PoisInfo = Zone[];
284
- export {};
285
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lbm/components/lumiplan/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- export default function AvalancheRisk({ avalancheRisk }: {
2
- avalancheRisk: any;
3
- }): import("react/jsx-runtime").JSX.Element | null;
4
- //# sourceMappingURL=avalanche-risk.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"avalanche-risk.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/avalanche-risk.tsx"],"names":[],"mappings":"AASA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,aAAa,EAAE;;CAAA,kDAqBtD"}
@@ -1,3 +0,0 @@
1
- import Weather from "./weather";
2
- export default Weather;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,eAAe,OAAO,CAAC"}
@@ -1,8 +0,0 @@
1
- import type { SnowZone } from "../types";
2
- type Props = {
3
- data: SnowZone;
4
- expanded: boolean;
5
- };
6
- export default function SnowData({ data, expanded }: Props): import("react/jsx-runtime").JSX.Element;
7
- export {};
8
- //# sourceMappingURL=snow-data.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"snow-data.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/snow-data.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGzC,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,QAAQ,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,KAAK,2CA6DzD"}
@@ -1,9 +0,0 @@
1
- import type { WeatherInfo } from "../types";
2
- type Props = {
3
- kind: "am" | "pm";
4
- data: WeatherInfo;
5
- expanded: boolean;
6
- };
7
- export default function WeatherData({ kind, data, expanded }: Props): import("react/jsx-runtime").JSX.Element | null;
8
- export {};
9
- //# sourceMappingURL=weather-data.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weather-data.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/weather-data.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAG5C,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,IAAI,EAAE,WAAW,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,KAAK,kDA6GlE"}
@@ -1,7 +0,0 @@
1
- export default function Days({ days, currentDayIndex, setCurrentDayIndex, lang, }: {
2
- days: any;
3
- currentDayIndex: any;
4
- setCurrentDayIndex: any;
5
- lang: any;
6
- }): import("react/jsx-runtime").JSX.Element;
7
- //# sourceMappingURL=weather-days.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weather-days.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/weather-days.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAC3B,IAAI,EACJ,eAAe,EACf,kBAAkB,EAClB,IAAI,GACL;;;;;CAAA,2CAiEA"}
@@ -1,23 +0,0 @@
1
- type Props = {
2
- sky: string;
3
- };
4
- export declare const weatherIcons: {
5
- UNDEF: any;
6
- SUNNY: any;
7
- MOSTLY_SUNNY: any;
8
- FAIR_WEATHER_PARTLY_CLOUDY: any;
9
- MOSTLY_CLOUDY_SOME_SUN: any;
10
- CLOUDY: any;
11
- CLOUDY_LIGHT_RAIN: any;
12
- MOSTLY_CLOUDY_LIGHT_RAIN: any;
13
- CLOUDY_MODERATE_HEAVY_RAIN: any;
14
- VARIABLE_SKY_LIGHT_SNOWFALL: any;
15
- CLOUDY_LIGHT_SNOWFALL: any;
16
- CLOUDY_MODERATE_HEAVY_SNOWFALL: any;
17
- FOG: any;
18
- THUNDERSTORMS: any;
19
- VARIABLE_SKY_SCATTERED_THUNDERSTORMS: any;
20
- };
21
- export default function WeatherIcon({ sky }: Props): import("react/jsx-runtime").JSX.Element;
22
- export {};
23
- //# sourceMappingURL=weather-icon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weather-icon.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/weather-icon.tsx"],"names":[],"mappings":"AAcA,KAAK,KAAK,GAAG;IACX,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;CAgBxB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,GAAG,EAAE,EAAE,KAAK,2CAGjD"}
@@ -1,6 +0,0 @@
1
- export default function Zones({ weatherZones, currentZoneIndex, setCurrentZoneIndex, }: {
2
- weatherZones: any;
3
- currentZoneIndex: any;
4
- setCurrentZoneIndex: any;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- //# sourceMappingURL=weather-zones.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weather-zones.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/weather-zones.tsx"],"names":[],"mappings":"AAQA,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,GACpB;;;;CAAA,2CAgEA"}
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import type { WeatherForecast } from "../types";
3
- type Props = {
4
- weather?: WeatherForecast | null;
5
- };
6
- declare const Weather: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLDivElement>>;
7
- export default Weather;
8
- //# sourceMappingURL=weather.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"weather.d.ts","sourceRoot":"","sources":["../../../../../src/lbm/components/lumiplan/weather/weather.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAKhD,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,OAAO,8EA+EZ,CAAC;AAIF,eAAe,OAAO,CAAC"}