ublo-lib 1.24.3 → 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 (331) 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 -95
  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/scrolling-carousel/scrolling-carousel.module.css +1 -0
  86. package/es/common/components/tabbed-zones.js +100 -47
  87. package/es/common/hooks/use-faq.js +37 -36
  88. package/es/common/hooks/use-in-view.js +74 -74
  89. package/es/common/hooks/use-scroll-direction.js +37 -32
  90. package/es/common/hooks/use-stay.js +16 -13
  91. package/es/common/hooks/use-sticky.js +35 -35
  92. package/es/common/hooks/use-tunnel.js +42 -30
  93. package/es/common/hooks/use-update-effect.js +9 -9
  94. package/es/common/hooks/use-window-sizes.js +27 -28
  95. package/es/common/utils/cms.js +15 -17
  96. package/es/common/utils/cookies.js +10 -11
  97. package/es/common/utils/copy.js +11 -11
  98. package/es/common/utils/dates.js +8 -10
  99. package/es/common/utils/elements.js +14 -15
  100. package/es/common/utils/events.js +4 -19
  101. package/es/common/utils/file-manager.js +12 -10
  102. package/es/common/utils/load-js.js +10 -11
  103. package/es/common/utils/msem-widget.js +30 -23
  104. package/es/common/utils/url-parameters.js +11 -7
  105. package/es/esf/components/magic-box/index.js +1 -1
  106. package/es/esf/components/magic-box/magic-box.js +164 -102
  107. package/es/esf/components/parcours-esf/index.js +1 -1
  108. package/es/esf/components/parcours-esf/parcours-esf.js +45 -30
  109. package/es/esf/components/period-picker/period-picker.js +5 -5
  110. package/es/lbm/components/lumiplan/api.js +35 -18
  111. package/es/lbm/components/lumiplan/domain.js +96 -20
  112. package/es/lbm/components/lumiplan/i18n/translations.js +24 -15
  113. package/es/lbm/components/lumiplan/index.js +1 -1
  114. package/es/lbm/components/lumiplan/lumiplan.js +130 -102
  115. package/es/lbm/components/lumiplan/opening.js +116 -38
  116. package/es/lbm/components/lumiplan/pois.js +270 -161
  117. package/es/lbm/components/lumiplan/resort-selector.js +58 -36
  118. package/es/lbm/components/lumiplan/road-condition.js +100 -19
  119. package/es/lbm/components/lumiplan/todays-tips.js +45 -16
  120. package/es/lbm/components/lumiplan/types.js +1 -1
  121. package/es/lbm/components/lumiplan/weather/avalanche-risk.js +33 -8
  122. package/es/lbm/components/lumiplan/weather/index.js +1 -1
  123. package/es/lbm/components/lumiplan/weather/snow-data.js +71 -5
  124. package/es/lbm/components/lumiplan/weather/weather-data.js +126 -7
  125. package/es/lbm/components/lumiplan/weather/weather-days.js +76 -48
  126. package/es/lbm/components/lumiplan/weather/weather-icon.js +23 -20
  127. package/es/lbm/components/lumiplan/weather/weather-zones.js +71 -42
  128. package/es/lbm/components/lumiplan/weather/weather.js +90 -28
  129. package/package.json +4 -10
  130. package/es/common/components/admin-links/admin-links.d.ts +0 -11
  131. package/es/common/components/admin-links/admin-links.d.ts.map +0 -1
  132. package/es/common/components/admin-links/index.d.ts +0 -3
  133. package/es/common/components/admin-links/index.d.ts.map +0 -1
  134. package/es/common/components/breadcrumb.d.ts +0 -16
  135. package/es/common/components/breadcrumb.d.ts.map +0 -1
  136. package/es/common/components/custom-contact-form/custom-contact-form.d.ts +0 -25
  137. package/es/common/components/custom-contact-form/custom-contact-form.d.ts.map +0 -1
  138. package/es/common/components/gesco-contact-form/gesco-contact-form.d.ts +0 -17
  139. package/es/common/components/gesco-contact-form/gesco-contact-form.d.ts.map +0 -1
  140. package/es/common/components/gesco-contact-form/hooks/use-params.d.ts +0 -15
  141. package/es/common/components/gesco-contact-form/hooks/use-params.d.ts.map +0 -1
  142. package/es/common/components/gesco-contact-form/index.d.ts +0 -3
  143. package/es/common/components/gesco-contact-form/index.d.ts.map +0 -1
  144. package/es/common/components/gesco-contact-form/phone-code-select.d.ts +0 -7
  145. package/es/common/components/gesco-contact-form/phone-code-select.d.ts.map +0 -1
  146. package/es/common/components/gesco-contact-form/services/api.d.ts +0 -30
  147. package/es/common/components/gesco-contact-form/services/api.d.ts.map +0 -1
  148. package/es/common/components/gesco-contact-form/services/form.d.ts +0 -31
  149. package/es/common/components/gesco-contact-form/services/form.d.ts.map +0 -1
  150. package/es/common/components/gesco-contact-form/services/messages.d.ts +0 -34
  151. package/es/common/components/gesco-contact-form/services/messages.d.ts.map +0 -1
  152. package/es/common/components/gesco-contact-form/services/plausible.d.ts +0 -3
  153. package/es/common/components/gesco-contact-form/services/plausible.d.ts.map +0 -1
  154. package/es/common/components/gesco-contact-form/types.d.ts +0 -34
  155. package/es/common/components/gesco-contact-form/types.d.ts.map +0 -1
  156. package/es/common/components/instant-search/hooks/use-constant.d.ts +0 -2
  157. package/es/common/components/instant-search/hooks/use-constant.d.ts.map +0 -1
  158. package/es/common/components/instant-search/hooks/use-debounced-search.d.ts +0 -7
  159. package/es/common/components/instant-search/hooks/use-debounced-search.d.ts.map +0 -1
  160. package/es/common/components/instant-search/hooks/use-search.d.ts +0 -16
  161. package/es/common/components/instant-search/hooks/use-search.d.ts.map +0 -1
  162. package/es/common/components/instant-search/index.d.ts +0 -3
  163. package/es/common/components/instant-search/index.d.ts.map +0 -1
  164. package/es/common/components/instant-search/input.d.ts +0 -15
  165. package/es/common/components/instant-search/input.d.ts.map +0 -1
  166. package/es/common/components/instant-search/instant-search.d.ts +0 -14
  167. package/es/common/components/instant-search/instant-search.d.ts.map +0 -1
  168. package/es/common/components/instant-search/links.d.ts +0 -12
  169. package/es/common/components/instant-search/links.d.ts.map +0 -1
  170. package/es/common/components/instant-search/no-product.d.ts +0 -6
  171. package/es/common/components/instant-search/no-product.d.ts.map +0 -1
  172. package/es/common/components/instant-search/products.d.ts +0 -14
  173. package/es/common/components/instant-search/products.d.ts.map +0 -1
  174. package/es/common/components/instant-search/results.d.ts +0 -76
  175. package/es/common/components/instant-search/results.d.ts.map +0 -1
  176. package/es/common/components/instant-search/services/api.d.ts +0 -2
  177. package/es/common/components/instant-search/services/api.d.ts.map +0 -1
  178. package/es/common/components/instant-search/services/messages.d.ts +0 -2
  179. package/es/common/components/instant-search/services/messages.d.ts.map +0 -1
  180. package/es/common/components/instant-search/services/utils.d.ts +0 -4
  181. package/es/common/components/instant-search/services/utils.d.ts.map +0 -1
  182. package/es/common/components/msem-preset-editor/components/facet-selector.d.ts +0 -6
  183. package/es/common/components/msem-preset-editor/components/facet-selector.d.ts.map +0 -1
  184. package/es/common/components/msem-preset-editor/components/form.d.ts +0 -8
  185. package/es/common/components/msem-preset-editor/components/form.d.ts.map +0 -1
  186. package/es/common/components/msem-preset-editor/components/stay-picker.d.ts +0 -14
  187. package/es/common/components/msem-preset-editor/components/stay-picker.d.ts.map +0 -1
  188. package/es/common/components/msem-preset-editor/components/widget-list-item.d.ts +0 -12
  189. package/es/common/components/msem-preset-editor/components/widget-list-item.d.ts.map +0 -1
  190. package/es/common/components/msem-preset-editor/components/widget-list.d.ts +0 -17
  191. package/es/common/components/msem-preset-editor/components/widget-list.d.ts.map +0 -1
  192. package/es/common/components/msem-preset-editor/editor-dialog.d.ts +0 -30
  193. package/es/common/components/msem-preset-editor/editor-dialog.d.ts.map +0 -1
  194. package/es/common/components/msem-preset-editor/editors/elloha.d.ts +0 -15
  195. package/es/common/components/msem-preset-editor/editors/elloha.d.ts.map +0 -1
  196. package/es/common/components/msem-preset-editor/editors/index.d.ts +0 -14
  197. package/es/common/components/msem-preset-editor/editors/index.d.ts.map +0 -1
  198. package/es/common/components/msem-preset-editor/editors/lodgings.d.ts +0 -17
  199. package/es/common/components/msem-preset-editor/editors/lodgings.d.ts.map +0 -1
  200. package/es/common/components/msem-preset-editor/editors/ski-passes.d.ts +0 -16
  201. package/es/common/components/msem-preset-editor/editors/ski-passes.d.ts.map +0 -1
  202. package/es/common/components/msem-preset-editor/editors/standard-products.d.ts +0 -16
  203. package/es/common/components/msem-preset-editor/editors/standard-products.d.ts.map +0 -1
  204. package/es/common/components/msem-preset-editor/editors/vakario.d.ts +0 -15
  205. package/es/common/components/msem-preset-editor/editors/vakario.d.ts.map +0 -1
  206. package/es/common/components/msem-preset-editor/msem-preset-editor.d.ts +0 -28
  207. package/es/common/components/msem-preset-editor/msem-preset-editor.d.ts.map +0 -1
  208. package/es/common/components/msem-preset-editor/services/api.d.ts +0 -15
  209. package/es/common/components/msem-preset-editor/services/api.d.ts.map +0 -1
  210. package/es/common/components/msem-preset-editor/services/offers.d.ts +0 -47
  211. package/es/common/components/msem-preset-editor/services/offers.d.ts.map +0 -1
  212. package/es/common/components/msem-preset-editor/services/preset.d.ts +0 -40
  213. package/es/common/components/msem-preset-editor/services/preset.d.ts.map +0 -1
  214. package/es/common/components/msem-preset-editor/services/url-params.d.ts +0 -3
  215. package/es/common/components/msem-preset-editor/services/url-params.d.ts.map +0 -1
  216. package/es/common/components/msem-preset-linker/components/actions.d.ts +0 -11
  217. package/es/common/components/msem-preset-linker/components/actions.d.ts.map +0 -1
  218. package/es/common/components/msem-preset-linker/components/overlays.d.ts +0 -8
  219. package/es/common/components/msem-preset-linker/components/overlays.d.ts.map +0 -1
  220. package/es/common/components/msem-preset-linker/components/resort-selector.d.ts +0 -6
  221. package/es/common/components/msem-preset-linker/components/resort-selector.d.ts.map +0 -1
  222. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.d.ts +0 -4
  223. package/es/common/components/msem-preset-linker/hooks/use-msem-presets.d.ts.map +0 -1
  224. package/es/common/components/msem-preset-linker/index.d.ts +0 -3
  225. package/es/common/components/msem-preset-linker/index.d.ts.map +0 -1
  226. package/es/common/components/msem-preset-linker/msem-preset-linker.d.ts +0 -30
  227. package/es/common/components/msem-preset-linker/msem-preset-linker.d.ts.map +0 -1
  228. package/es/common/components/msem-preset-linker/services/url-params.d.ts +0 -2
  229. package/es/common/components/msem-preset-linker/services/url-params.d.ts.map +0 -1
  230. package/es/common/components/plausible/hooks/use-plausible.d.ts +0 -12
  231. package/es/common/components/plausible/hooks/use-plausible.d.ts.map +0 -1
  232. package/es/common/components/plausible/index.d.ts +0 -8
  233. package/es/common/components/plausible/index.d.ts.map +0 -1
  234. package/es/common/components/plausible/plausible.d.ts +0 -7
  235. package/es/common/components/plausible/plausible.d.ts.map +0 -1
  236. package/es/common/components/plausible/services/callback.d.ts +0 -24
  237. package/es/common/components/plausible/services/callback.d.ts.map +0 -1
  238. package/es/common/components/plausible/services/load.d.ts +0 -2
  239. package/es/common/components/plausible/services/load.d.ts.map +0 -1
  240. package/es/common/components/plausible/services/send-goal.d.ts +0 -7
  241. package/es/common/components/plausible/services/send-goal.d.ts.map +0 -1
  242. package/es/common/components/scroll-spy.d.ts +0 -14
  243. package/es/common/components/scroll-spy.d.ts.map +0 -1
  244. package/es/common/components/scrolling-carousel/index.d.ts +0 -3
  245. package/es/common/components/scrolling-carousel/index.d.ts.map +0 -1
  246. package/es/common/components/scrolling-carousel/scrolling-carousel.d.ts +0 -8
  247. package/es/common/components/scrolling-carousel/scrolling-carousel.d.ts.map +0 -1
  248. package/es/common/components/tabbed-zones.d.ts +0 -12
  249. package/es/common/components/tabbed-zones.d.ts.map +0 -1
  250. package/es/common/hooks/use-faq.d.ts +0 -3
  251. package/es/common/hooks/use-faq.d.ts.map +0 -1
  252. package/es/common/hooks/use-in-view.d.ts +0 -5
  253. package/es/common/hooks/use-in-view.d.ts.map +0 -1
  254. package/es/common/hooks/use-scroll-direction.d.ts +0 -11
  255. package/es/common/hooks/use-scroll-direction.d.ts.map +0 -1
  256. package/es/common/hooks/use-stay.d.ts +0 -4
  257. package/es/common/hooks/use-stay.d.ts.map +0 -1
  258. package/es/common/hooks/use-sticky.d.ts +0 -4
  259. package/es/common/hooks/use-sticky.d.ts.map +0 -1
  260. package/es/common/hooks/use-tunnel.d.ts +0 -8
  261. package/es/common/hooks/use-tunnel.d.ts.map +0 -1
  262. package/es/common/hooks/use-update-effect.d.ts +0 -2
  263. package/es/common/hooks/use-update-effect.d.ts.map +0 -1
  264. package/es/common/hooks/use-window-sizes.d.ts +0 -7
  265. package/es/common/hooks/use-window-sizes.d.ts.map +0 -1
  266. package/es/common/utils/cms.d.ts +0 -4
  267. package/es/common/utils/cms.d.ts.map +0 -1
  268. package/es/common/utils/cookies.d.ts +0 -2
  269. package/es/common/utils/cookies.d.ts.map +0 -1
  270. package/es/common/utils/copy.d.ts +0 -2
  271. package/es/common/utils/copy.d.ts.map +0 -1
  272. package/es/common/utils/dates.d.ts +0 -2
  273. package/es/common/utils/dates.d.ts.map +0 -1
  274. package/es/common/utils/elements.d.ts +0 -5
  275. package/es/common/utils/elements.d.ts.map +0 -1
  276. package/es/common/utils/events.d.ts +0 -4
  277. package/es/common/utils/events.d.ts.map +0 -1
  278. package/es/common/utils/file-manager.d.ts +0 -13
  279. package/es/common/utils/file-manager.d.ts.map +0 -1
  280. package/es/common/utils/load-js.d.ts +0 -3
  281. package/es/common/utils/load-js.d.ts.map +0 -1
  282. package/es/common/utils/msem-widget.d.ts +0 -16
  283. package/es/common/utils/msem-widget.d.ts.map +0 -1
  284. package/es/common/utils/url-parameters.d.ts +0 -2
  285. package/es/common/utils/url-parameters.d.ts.map +0 -1
  286. package/es/esf/components/magic-box/index.d.ts +0 -3
  287. package/es/esf/components/magic-box/index.d.ts.map +0 -1
  288. package/es/esf/components/magic-box/magic-box.d.ts +0 -22
  289. package/es/esf/components/magic-box/magic-box.d.ts.map +0 -1
  290. package/es/esf/components/parcours-esf/index.d.ts +0 -3
  291. package/es/esf/components/parcours-esf/index.d.ts.map +0 -1
  292. package/es/esf/components/parcours-esf/parcours-esf.d.ts +0 -14
  293. package/es/esf/components/parcours-esf/parcours-esf.d.ts.map +0 -1
  294. package/es/lbm/components/lumiplan/api.d.ts +0 -8
  295. package/es/lbm/components/lumiplan/api.d.ts.map +0 -1
  296. package/es/lbm/components/lumiplan/domain.d.ts +0 -8
  297. package/es/lbm/components/lumiplan/domain.d.ts.map +0 -1
  298. package/es/lbm/components/lumiplan/i18n/translations.d.ts +0 -7
  299. package/es/lbm/components/lumiplan/i18n/translations.d.ts.map +0 -1
  300. package/es/lbm/components/lumiplan/index.d.ts +0 -3
  301. package/es/lbm/components/lumiplan/index.d.ts.map +0 -1
  302. package/es/lbm/components/lumiplan/lumiplan.d.ts +0 -2
  303. package/es/lbm/components/lumiplan/lumiplan.d.ts.map +0 -1
  304. package/es/lbm/components/lumiplan/opening.d.ts +0 -9
  305. package/es/lbm/components/lumiplan/opening.d.ts.map +0 -1
  306. package/es/lbm/components/lumiplan/pois.d.ts +0 -8
  307. package/es/lbm/components/lumiplan/pois.d.ts.map +0 -1
  308. package/es/lbm/components/lumiplan/resort-selector.d.ts +0 -12
  309. package/es/lbm/components/lumiplan/resort-selector.d.ts.map +0 -1
  310. package/es/lbm/components/lumiplan/road-condition.d.ts +0 -8
  311. package/es/lbm/components/lumiplan/road-condition.d.ts.map +0 -1
  312. package/es/lbm/components/lumiplan/todays-tips.d.ts +0 -8
  313. package/es/lbm/components/lumiplan/todays-tips.d.ts.map +0 -1
  314. package/es/lbm/components/lumiplan/types.d.ts +0 -285
  315. package/es/lbm/components/lumiplan/types.d.ts.map +0 -1
  316. package/es/lbm/components/lumiplan/weather/avalanche-risk.d.ts +0 -4
  317. package/es/lbm/components/lumiplan/weather/avalanche-risk.d.ts.map +0 -1
  318. package/es/lbm/components/lumiplan/weather/index.d.ts +0 -3
  319. package/es/lbm/components/lumiplan/weather/index.d.ts.map +0 -1
  320. package/es/lbm/components/lumiplan/weather/snow-data.d.ts +0 -8
  321. package/es/lbm/components/lumiplan/weather/snow-data.d.ts.map +0 -1
  322. package/es/lbm/components/lumiplan/weather/weather-data.d.ts +0 -9
  323. package/es/lbm/components/lumiplan/weather/weather-data.d.ts.map +0 -1
  324. package/es/lbm/components/lumiplan/weather/weather-days.d.ts +0 -7
  325. package/es/lbm/components/lumiplan/weather/weather-days.d.ts.map +0 -1
  326. package/es/lbm/components/lumiplan/weather/weather-icon.d.ts +0 -23
  327. package/es/lbm/components/lumiplan/weather/weather-icon.d.ts.map +0 -1
  328. package/es/lbm/components/lumiplan/weather/weather-zones.d.ts +0 -6
  329. package/es/lbm/components/lumiplan/weather/weather-zones.d.ts.map +0 -1
  330. package/es/lbm/components/lumiplan/weather/weather.d.ts +0 -8
  331. package/es/lbm/components/lumiplan/weather/weather.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-constant.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/instant-search/hooks/use-constant.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,EAAE,GAAG,OAQ1C"}
@@ -1,7 +0,0 @@
1
- import * as React from "react";
2
- export default function useDebouncedSearch(searchFunction: (text: string) => Promise<any>): {
3
- text: string;
4
- setText: React.Dispatch<React.SetStateAction<string>>;
5
- search: import("react-async-hook").UseAsyncReturn<any, any[]>;
6
- };
7
- //# sourceMappingURL=use-debounced-search.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-debounced-search.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/instant-search/hooks/use-debounced-search.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,MAAM,CAAC,OAAO,UAAU,kBAAkB,CACxC,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,GAAG,CAAC;;;;EAY/C"}
@@ -1,16 +0,0 @@
1
- /// <reference types="react" />
2
- export type SearchOptions = {
3
- groupLimit?: number;
4
- page?: number;
5
- perPage?: number;
6
- queryBy?: string;
7
- queryByWeights?: string;
8
- filterBy?: string;
9
- sortBy?: string;
10
- };
11
- export default function useSearch(lang: string, options?: SearchOptions): {
12
- text: string;
13
- setText: import("react").Dispatch<import("react").SetStateAction<string>>;
14
- search: import("react-async-hook").UseAsyncReturn<any, any[]>;
15
- };
16
- //# sourceMappingURL=use-search.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-search.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/instant-search/hooks/use-search.ts"],"names":[],"mappings":";AAOA,MAAM,MAAM,aAAa,GAAG;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,IAAI,EAAE,MAAM,EAAE,OAAO,GAAE,aAAkB;;;;EAW1E"}
@@ -1,3 +0,0 @@
1
- import InstantSearch from "./instant-search";
2
- export default InstantSearch;
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/index.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAE7C,eAAe,aAAa,CAAC"}
@@ -1,15 +0,0 @@
1
- type Suggestions = {
2
- fr?: string[];
3
- en?: string[];
4
- };
5
- type Props = {
6
- lang: string;
7
- text: string;
8
- setText: (value: string) => void;
9
- loading: boolean;
10
- closeSearch: () => void;
11
- suggestions?: Suggestions;
12
- };
13
- export default function SearchInput({ lang, text, setText, closeSearch, loading, suggestions, }: Props): import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=input.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/input.tsx"],"names":[],"mappings":"AASA,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;CACf,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,WAAW,CAAC,EAAE,WAAW,CAAC;CAC3B,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,WAAW,EACX,OAAO,EACP,WAAW,GACZ,EAAE,KAAK,2CA8EP"}
@@ -1,14 +0,0 @@
1
- import { SearchOptions } from "./hooks/use-search";
2
- type Props = {
3
- lang: string;
4
- className?: string;
5
- ubloContext: any;
6
- suggestions?: {
7
- fr?: string[];
8
- en?: string[];
9
- };
10
- options?: SearchOptions;
11
- };
12
- export default function InstantSearch({ lang, suggestions, className, ubloContext, options, }: Props): import("react/jsx-runtime").JSX.Element;
13
- export {};
14
- //# sourceMappingURL=instant-search.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"instant-search.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/instant-search.tsx"],"names":[],"mappings":"AAUA,OAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAK9D,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,GAAG,CAAC;IACjB,WAAW,CAAC,EAAE;QACZ,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;QACd,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC;KACf,CAAC;IACF,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,IAAI,EACJ,WAAW,EACX,SAAS,EACT,WAAW,EACX,OAAY,GACb,EAAE,KAAK,2CA6HP"}
@@ -1,12 +0,0 @@
1
- import type { Hit } from "./results";
2
- type Props = {
3
- linksTitle: string;
4
- icon: "FileText" | "Info" | "Question" | "User";
5
- links: Hit[];
6
- pageTitleAsTitle?: boolean;
7
- loading: boolean;
8
- sendPlausibleGoal: (path: string) => void;
9
- };
10
- export default function Links({ icon, linksTitle, links, pageTitleAsTitle, loading, sendPlausibleGoal, }: Props): import("react/jsx-runtime").JSX.Element | null;
11
- export {};
12
- //# sourceMappingURL=links.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"links.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/links.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAGrC,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,UAAU,GAAG,MAAM,GAAG,UAAU,GAAG,MAAM,CAAC;IAChD,KAAK,EAAE,GAAG,EAAE,CAAC;IACb,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,IAAI,EACJ,UAAU,EACV,KAAK,EACL,gBAAgB,EAChB,OAAO,EACP,iBAAiB,GAClB,EAAE,KAAK,kDAmEP"}
@@ -1,6 +0,0 @@
1
- type Props = {
2
- className?: string;
3
- };
4
- export default function NoProduct({ className }: Props): import("react/jsx-runtime").JSX.Element;
5
- export {};
6
- //# sourceMappingURL=no-product.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"no-product.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/no-product.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE,KAAK,2CA2FrD"}
@@ -1,14 +0,0 @@
1
- import * as React from "react";
2
- import type { Hit } from "./results";
3
- type Props = {
4
- lang: string;
5
- products: Hit[];
6
- weekNumber: number | null;
7
- loading: boolean;
8
- sendPlausibleGoal: (path: string) => void;
9
- otherResultsRef: React.RefObject<HTMLDivElement>;
10
- isOtherResultsEmpty: boolean;
11
- };
12
- export default function Products({ lang, products, weekNumber, loading, sendPlausibleGoal, otherResultsRef, isOtherResultsEmpty, }: Props): import("react/jsx-runtime").JSX.Element;
13
- export {};
14
- //# sourceMappingURL=products.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"products.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/products.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAGrC,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,GAAG,EAAE,CAAC;IAChB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC;IACjD,mBAAmB,EAAE,OAAO,CAAC;CAC9B,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,OAAO,EACP,iBAAiB,EACjB,eAAe,EACf,mBAAmB,GACpB,EAAE,KAAK,2CA4HP"}
@@ -1,76 +0,0 @@
1
- type Document = {
2
- id: string;
3
- image?: string;
4
- imagePlaceholder?: string;
5
- lang: string;
6
- pageTitle?: string;
7
- parentTitle?: string;
8
- path: string;
9
- price?: string;
10
- site: string;
11
- text?: string;
12
- time?: string;
13
- title: string;
14
- type: "page" | "product" | "information" | "faq";
15
- weeks?: number[];
16
- shortTitle?: string;
17
- seoKeywords?: string[];
18
- seoTitle?: string;
19
- };
20
- type Text = {
21
- matched_tokens: string[];
22
- snippet: string;
23
- };
24
- export type PurpleHighlight = {
25
- text?: Text;
26
- title?: Text;
27
- };
28
- type HighlightElement = {
29
- field: string;
30
- matched_tokens: string[];
31
- snippet: string;
32
- };
33
- type TextMatchInfo = {
34
- best_field_score: string;
35
- best_field_weight: number;
36
- fields_matched: number;
37
- score: string;
38
- tokens_matched: number;
39
- };
40
- export type Hit = {
41
- document: Document;
42
- highlight: PurpleHighlight;
43
- highlights: HighlightElement[];
44
- text_match: number;
45
- text_match_info: TextMatchInfo;
46
- };
47
- type GroupedHit = {
48
- group_key: string[];
49
- hits: Hit[];
50
- };
51
- type RequestParams = {
52
- collection_name: string;
53
- per_page: number;
54
- q: string;
55
- };
56
- type Props = {
57
- lang: string;
58
- text: string;
59
- results: {
60
- facet_counts?: any[];
61
- found?: number;
62
- grouped_hits?: GroupedHit[];
63
- out_of?: number;
64
- page?: number;
65
- request_params?: RequestParams;
66
- search_cutoff?: boolean;
67
- search_time_ms?: number;
68
- };
69
- weekNumber: number | null;
70
- openPeriodPicker: () => void;
71
- sendPlausibleGoal: (path: string) => void;
72
- loading: boolean;
73
- };
74
- export default function Results({ lang, text, results, weekNumber, openPeriodPicker, loading, sendPlausibleGoal, }: Props): import("react/jsx-runtime").JSX.Element;
75
- export {};
76
- //# sourceMappingURL=results.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"results.d.ts","sourceRoot":"","sources":["../../../../src/common/components/instant-search/results.tsx"],"names":[],"mappings":"AAaA,KAAK,QAAQ,GAAG;IACd,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,GAAG,SAAS,GAAG,aAAa,GAAG,KAAK,CAAC;IACjD,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,KAAK,IAAI,GAAG;IACV,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,IAAI,CAAC;CACd,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,gBAAgB,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,GAAG,GAAG;IAChB,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,EAAE,eAAe,CAAC;IAC3B,UAAU,EAAE,gBAAgB,EAAE,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,aAAa,CAAC;CAChC,CAAC;AAEF,KAAK,UAAU,GAAG;IAChB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,IAAI,EAAE,GAAG,EAAE,CAAC;CACb,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,CAAC,EAAE,MAAM,CAAC;CACX,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE;QACP,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,YAAY,CAAC,EAAE,UAAU,EAAE,CAAC;QAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,cAAc,CAAC,EAAE,aAAa,CAAC;QAC/B,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC;IACF,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,IAAI,EACJ,IAAI,EACJ,OAAO,EACP,UAAU,EACV,gBAAgB,EAChB,OAAO,EACP,iBAAiB,GAClB,EAAE,KAAK,2CA0HP"}
@@ -1,2 +0,0 @@
1
- export declare function fetchResults(site: string, lang: string, query: string, groupLimit?: number, queryBy?: string, queryByWeights?: string): any;
2
- //# sourceMappingURL=api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/instant-search/services/api.ts"],"names":[],"mappings":"AAKA,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,EACZ,KAAK,EAAE,MAAM,EACb,UAAU,GAAE,MAAU,EACtB,OAAO,GAAE,MAAgE,EACzE,cAAc,CAAC,EAAE,MAAM,OAcxB"}
@@ -1,2 +0,0 @@
1
- export default function message(lang: string, id: string): any;
2
- //# sourceMappingURL=messages.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/instant-search/services/messages.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,OAGvD"}
@@ -1,4 +0,0 @@
1
- import type { Hit, PurpleHighlight } from "../results";
2
- export declare function getHighlight(property: string, highlight: PurpleHighlight, withExtractQuotes?: boolean): any;
3
- export declare function filterProducts(products: Hit[], weekNumber: number | null): Hit[];
4
- //# sourceMappingURL=utils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/instant-search/services/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAEvD,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,eAAe,EAC1B,iBAAiB,GAAE,OAAe,OAoBnC;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,GAAG,EAAE,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,SAkBxE"}
@@ -1,6 +0,0 @@
1
- export default function FacetSelector({ facet, setFacet, setPreset }: {
2
- facet: any;
3
- setFacet: any;
4
- setPreset: any;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- //# sourceMappingURL=facet-selector.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"facet-selector.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/components/facet-selector.tsx"],"names":[],"mappings":"AAGA,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE;;;;CAAA,2CA2BnE"}
@@ -1,8 +0,0 @@
1
- export default function Form({ title, width, preset, buttonsActions, children, }: {
2
- title: any;
3
- width: any;
4
- preset: any;
5
- buttonsActions: any;
6
- children: any;
7
- }): import("react/jsx-runtime").JSX.Element;
8
- //# sourceMappingURL=form.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/components/form.tsx"],"names":[],"mappings":"AAMA,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAC3B,KAAK,EACL,KAAK,EACL,MAAM,EACN,cAAc,EACd,QAAQ,GACT;;;;;;CAAA,2CAwCA"}
@@ -1,14 +0,0 @@
1
- type Props = {
2
- stay: {
3
- from: string;
4
- to: string;
5
- };
6
- setStay: (stay: {
7
- from: string;
8
- to: string;
9
- }) => void;
10
- setPreset: (preset: Record<string, any>) => void;
11
- };
12
- export default function StayPicker({ stay, setStay }: Props): import("react/jsx-runtime").JSX.Element;
13
- export {};
14
- //# sourceMappingURL=stay-picker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"stay-picker.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/components/stay-picker.tsx"],"names":[],"mappings":"AAIA,KAAK,KAAK,GAAG;IACX,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,OAAO,EAAE,CAAC,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACtD,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,IAAI,CAAC;CAClD,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,KAAK,2CAiD1D"}
@@ -1,12 +0,0 @@
1
- import * as React from "react";
2
- import type { Offer } from "../services/offers";
3
- type Props = {
4
- item: Offer;
5
- preset: Record<string, any> | null;
6
- updatePreset: (item: Offer, subPreset?: Offer) => void;
7
- removePreset: () => void;
8
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
9
- };
10
- export default function WidgetListItem({ item, preset, updatePreset, removePreset, setShowPresetDialog, }: Props): import("react/jsx-runtime").JSX.Element;
11
- export {};
12
- //# sourceMappingURL=widget-list-item.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"widget-list-item.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/components/widget-list-item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAGhD,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,KAAK,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACvD,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CACpE,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,IAAI,EACJ,MAAM,EACN,YAAY,EACZ,YAAY,EACZ,mBAAmB,GACpB,EAAE,KAAK,2CAkJP"}
@@ -1,17 +0,0 @@
1
- import * as React from "react";
2
- import type { Offer } from "../services/offers";
3
- type Props = {
4
- lang: "fr" | "en";
5
- channel: string;
6
- resort: number | string;
7
- facet: string;
8
- preset: Record<string, any> | null;
9
- updatePreset: (item: Offer, subPreset?: Offer) => void;
10
- removePreset: () => void;
11
- error: string | null;
12
- setError: React.Dispatch<React.SetStateAction<string | null>>;
13
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
14
- };
15
- export default function WidgetList({ lang, channel, resort, facet, preset, updatePreset, removePreset, setError, setShowPresetDialog, }: Props): import("react/jsx-runtime").JSX.Element;
16
- export {};
17
- //# sourceMappingURL=widget-list.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"widget-list.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/components/widget-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAGhD,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,EAAE,KAAK,KAAK,IAAI,CAAC;IACvD,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC,CAAC;IAC9D,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;CACpE,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EACjC,IAAI,EACJ,OAAO,EACP,MAAM,EACN,KAAK,EACL,MAAM,EACN,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,mBAAmB,GACpB,EAAE,KAAK,2CAiDP"}
@@ -1,30 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- lang: "fr" | "en";
4
- options: {
5
- channel: string;
6
- resort: string;
7
- cartUrl?: string;
8
- analytics?: () => void;
9
- };
10
- urls?: {
11
- override?: string;
12
- skiPasses?: {
13
- winter: string;
14
- summer: string;
15
- };
16
- lodgings?: {
17
- winter: string;
18
- summer: string;
19
- };
20
- };
21
- target: HTMLElement | null;
22
- updatePreset: (preset: any) => any;
23
- closeEditor: () => void;
24
- removeObsoletePreset: () => void;
25
- noLodgingPage?: boolean;
26
- children?: React.ReactNode;
27
- };
28
- export default function EditorDialog({ lang, options, urls, target, updatePreset, closeEditor, removeObsoletePreset, noLodgingPage, children, }: Props): import("react/jsx-runtime").JSX.Element;
29
- export {};
30
- //# sourceMappingURL=editor-dialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"editor-dialog.d.ts","sourceRoot":"","sources":["../../../../src/common/components/msem-preset-editor/editor-dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,OAAO,EAAE;QACP,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;KACxB,CAAC;IACF,IAAI,CAAC,EAAE;QACL,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;QAC/C,QAAQ,CAAC,EAAE;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;KAC/C,CAAC;IACF,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,GAAG,CAAC;IACnC,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,IAAI,EACJ,OAAO,EACP,IAAI,EACJ,MAAM,EACN,YAAY,EACZ,WAAW,EACX,oBAAoB,EACpB,aAAa,EACb,QAAQ,GACT,EAAE,KAAK,2CAkEP"}
@@ -1,15 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- stay: {
4
- from: string;
5
- to: string;
6
- };
7
- preset: Record<string, any> | null;
8
- setPreset: React.Dispatch<React.SetStateAction<Record<string, any> | null>>;
9
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
10
- onChange?: (preset: Record<string, any> | null) => void;
11
- testPreset: () => void;
12
- };
13
- export default function Elloha({ preset, setPreset, stay, setShowPresetDialog, onChange, testPreset, }: Props): import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=elloha.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"elloha.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/editors/elloha.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAO/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5E,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnE,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAWF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,MAAM,EACN,SAAS,EACT,IAAI,EACJ,mBAAmB,EACnB,QAAQ,EACR,UAAU,GACX,EAAE,KAAK,2CAiHP"}
@@ -1,14 +0,0 @@
1
- import SkiPasses from "./ski-passes";
2
- import Lodgings from "./lodgings";
3
- import Elloha from "./elloha";
4
- import Vakario from "./vakario";
5
- import StandardProducts from "./standard-products";
6
- declare const Editor: {
7
- lodging: typeof Lodgings;
8
- skiPass: typeof SkiPasses;
9
- elloha: typeof Elloha;
10
- vakario: typeof Vakario;
11
- otherProducts: typeof StandardProducts;
12
- };
13
- export default Editor;
14
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/editors/index.tsx"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,QAAQ,MAAM,YAAY,CAAC;AAClC,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,gBAAgB,MAAM,qBAAqB,CAAC;AAEnD,QAAA,MAAM,MAAM;;;;;;CAMX,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,17 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- stay: {
4
- from: string;
5
- to: string;
6
- };
7
- preset: Record<string, any> | null;
8
- setPreset: React.Dispatch<React.SetStateAction<Record<string, any> | null>>;
9
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
10
- testPreset: () => void;
11
- onChange?: (preset: Record<string, any> | null) => void;
12
- noLodgingPage?: boolean;
13
- baseUrl: string;
14
- };
15
- export default function Lodgings({ preset, setPreset, setShowPresetDialog, testPreset, onChange, baseUrl, noLodgingPage, }: Props): import("react/jsx-runtime").JSX.Element;
16
- export {};
17
- //# sourceMappingURL=lodgings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"lodgings.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/editors/lodgings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAS/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5E,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnE,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAsCF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,UAAU,EACV,QAAQ,EACR,OAAO,EACP,aAAa,GACd,EAAE,KAAK,2CAmSP"}
@@ -1,16 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- stay: {
4
- from: string;
5
- to: string;
6
- };
7
- preset: Record<string, any> | null;
8
- setPreset: React.Dispatch<React.SetStateAction<Record<string, any> | null>>;
9
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
10
- onChange?: (preset: Record<string, any> | null) => void;
11
- testPreset: () => void;
12
- baseUrl: string;
13
- };
14
- export default function SkiPasses({ preset, setPreset, stay, setShowPresetDialog, onChange, testPreset, baseUrl, }: Props): import("react/jsx-runtime").JSX.Element;
15
- export {};
16
- //# sourceMappingURL=ski-passes.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ski-passes.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/editors/ski-passes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5E,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnE,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AA4DF,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAChC,MAAM,EACN,SAAS,EACT,IAAI,EACJ,mBAAmB,EACnB,QAAQ,EACR,UAAU,EACV,OAAO,GACR,EAAE,KAAK,2CAqRP"}
@@ -1,16 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- stay: {
4
- from: string;
5
- to: string;
6
- };
7
- facet: string;
8
- preset: Record<string, any> | null;
9
- setPreset: React.Dispatch<React.SetStateAction<Record<string, any> | null>>;
10
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
11
- onChange?: (preset: Record<string, any> | null) => void;
12
- testPreset: () => void;
13
- };
14
- export default function StandardProducts({ preset, setPreset, facet, setShowPresetDialog, onChange, testPreset, }: Props): import("react/jsx-runtime").JSX.Element;
15
- export {};
16
- //# sourceMappingURL=standard-products.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"standard-products.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/editors/standard-products.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5E,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnE,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAMF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,MAAM,EACN,SAAS,EACT,KAAK,EACL,mBAAmB,EACnB,QAAQ,EACR,UAAU,GACX,EAAE,KAAK,2CA6EP"}
@@ -1,15 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- stay: {
4
- from: string;
5
- to: string;
6
- };
7
- preset: Record<string, any> | null;
8
- setPreset: React.Dispatch<React.SetStateAction<Record<string, any> | null>>;
9
- setShowPresetDialog: React.Dispatch<React.SetStateAction<boolean>>;
10
- onChange?: (preset: Record<string, any> | null) => void;
11
- testPreset: () => void;
12
- };
13
- export default function Vakario({ preset, setPreset, setShowPresetDialog, onChange, testPreset, }: Props): import("react/jsx-runtime").JSX.Element;
14
- export {};
15
- //# sourceMappingURL=vakario.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vakario.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/editors/vakario.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;IACnC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5E,mBAAmB,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC;IACnE,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AASF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,MAAM,EACN,SAAS,EACT,mBAAmB,EACnB,QAAQ,EACR,UAAU,GACX,EAAE,KAAK,2CA2NP"}
@@ -1,28 +0,0 @@
1
- import * as React from "react";
2
- type Props = {
3
- lang: "fr" | "en";
4
- options: {
5
- channel: string;
6
- resort?: string | number;
7
- cartUrl?: string;
8
- analytics?: () => void;
9
- };
10
- urls?: {
11
- override?: string;
12
- skiPasses?: {
13
- winter: string;
14
- summer: string;
15
- };
16
- lodgings?: {
17
- winter: string;
18
- summer: string;
19
- };
20
- };
21
- selectedPreset?: string | null;
22
- onChange?: (preset: Record<string, any> | null) => void;
23
- noLodgingPage?: boolean;
24
- children?: React.ReactNode;
25
- };
26
- export default function MseMPresetEditor({ lang, options, urls, selectedPreset, onChange, noLodgingPage, children, }: Props): import("react/jsx-runtime").JSX.Element | null;
27
- export {};
28
- //# sourceMappingURL=msem-preset-editor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"msem-preset-editor.d.ts","sourceRoot":"","sources":["../../../../src/common/components/msem-preset-editor/msem-preset-editor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,KAAK,KAAK,GAAG;IACX,IAAI,EAAE,IAAI,GAAG,IAAI,CAAC;IAClB,OAAO,EAAE;QACP,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QACzB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;KACxB,CAAC;IACF,IAAI,CAAC,EAAE;QACL,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;QAC/C,QAAQ,CAAC,EAAE;YAAE,MAAM,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;KAC/C,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,KAAK,IAAI,CAAC;IACxD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,IAAI,EACJ,OAAO,EACP,IAAI,EACJ,cAAc,EACd,QAAQ,EACR,aAAa,EACb,QAAQ,GACT,EAAE,KAAK,kDAuMP"}
@@ -1,15 +0,0 @@
1
- export declare function getOffers(lang: "fr" | "en", channel: string, resort: number | string, facet: string): any;
2
- export declare function getOtherOffers(lang: "fr" | "en", channel: string, resort: number | string, facet: string, kind: string): Promise<any>;
3
- export declare function getRenters(channel: string, resort: number | string): Promise<any>;
4
- export declare function getSkiPassesCatalogs(merchant: string): Promise<any>;
5
- export declare function getSkiPassesFilters(merchant: string, catalog: string): Promise<any>;
6
- export declare function getLodgings(channel: string, resort: string): Promise<any>;
7
- export declare function getLodgingFilters(channel: string, resort: string, facet: string, language?: string): Promise<any>;
8
- export declare function getLodgingRooms(id: number, resort: string, facet: string, language?: string, preview?: boolean): Promise<any>;
9
- export declare function getEllohaGroups(merchant: string, stayFrom: string, language?: string): Promise<any>;
10
- export declare function getVakarioKinds(merchant: string, language?: string): Promise<any>;
11
- export declare function getVakarioAges(merchant: string, kind: string, language?: string): Promise<any>;
12
- export declare function getVakarioCategories(merchant: string, kind: string, age: string, language?: string): Promise<any>;
13
- export declare function getVakarioLevels(merchant: string, kind: string, age: string, category: string, language?: string): Promise<any>;
14
- export declare function getOtherProductsCategories(facet: string, merchant: string, lang?: string): Promise<any>;
15
- //# sourceMappingURL=api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/services/api.ts"],"names":[],"mappings":"AAUA,wBAAgB,SAAS,CACvB,IAAI,EAAE,IAAI,GAAG,IAAI,EACjB,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,KAAK,EAAE,MAAM,OAId;AAWD,wBAAsB,cAAc,CAClC,IAAI,EAAE,IAAI,GAAG,IAAI,EACjB,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,gBAMb;AAED,wBAAsB,UAAU,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,gBAGxE;AAED,wBAAsB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,gBAG1D;AAED,wBAAsB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,gBAG1E;AAGD,wBAAsB,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,gBAGhE;AAED,wBAAsB,iBAAiB,CACrC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,QAAQ,SAAO,gBAIhB;AAED,wBAAsB,eAAe,CACnC,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,QAAQ,SAAO,EACf,OAAO,UAAQ,gBAIhB;AAED,wBAAsB,eAAe,CACnC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,MAAM,EAChB,QAAQ,SAAO,gBAIhB;AAED,wBAAsB,eAAe,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,SAAO,gBAGtE;AAED,wBAAsB,cAAc,CAClC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,QAAQ,SAAO,gBAIhB;AAED,wBAAsB,oBAAoB,CACxC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,GAAG,EAAE,MAAM,EACX,QAAQ,SAAO,gBAIhB;AAED,wBAAsB,gBAAgB,CACpC,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,MAAM,EACZ,GAAG,EAAE,MAAM,EACX,QAAQ,EAAE,MAAM,EAChB,QAAQ,SAAO,gBAIhB;AAED,wBAAsB,0BAA0B,CAC9C,KAAK,EAAE,MAAM,EACb,QAAQ,EAAE,MAAM,EAChB,IAAI,SAAO,gBAIZ"}
@@ -1,47 +0,0 @@
1
- export type Offer = {
2
- kind: string;
3
- category: string;
4
- image: string;
5
- logo: string;
6
- name: string;
7
- options: Record<string, any>;
8
- preset: Record<string, any>;
9
- presets: Record<string, any>;
10
- widget: string;
11
- items?: Offer[];
12
- };
13
- export type OtherOffer = {
14
- code: string;
15
- name: string;
16
- slug: string;
17
- taxonomy: {
18
- category: string;
19
- };
20
- widget: string;
21
- };
22
- export declare function get(lang: "fr" | "en", channel: string, resort: number | string, facet: string): Promise<(Offer | {
23
- preset: undefined;
24
- presets: {
25
- [x: string]: any;
26
- };
27
- items: never[];
28
- kind: string;
29
- category: string;
30
- image: string;
31
- logo: string;
32
- name: string;
33
- options: Record<string, any>;
34
- widget: string;
35
- } | {
36
- items: any;
37
- kind: string;
38
- category: string;
39
- image: string;
40
- logo: string;
41
- name: string;
42
- options: Record<string, any>;
43
- preset: Record<string, any>;
44
- presets: Record<string, any>;
45
- widget: string;
46
- })[]>;
47
- //# sourceMappingURL=offers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"offers.d.ts","sourceRoot":"","sources":["../../../../../src/common/components/msem-preset-editor/services/offers.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC5B,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,EAAE,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE;QACR,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAsB,GAAG,CACvB,IAAI,EAAE,IAAI,GAAG,IAAI,EACjB,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,GAAG,MAAM,EACvB,KAAK,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;MA8Cd"}