@norwegian/core-components 7.13.4 → 8.0.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 (597) hide show
  1. package/README.md +3 -3
  2. package/assets/documentation/accordion/accordion.md +1 -1
  3. package/assets/documentation/airport-select/airport-select.md +1 -0
  4. package/assets/documentation/alert/alert.md +1 -0
  5. package/assets/documentation/autocomplete/autocomplete.md +1 -1
  6. package/assets/documentation/backdrop/backdrop.md +1 -0
  7. package/assets/documentation/box/box.md +1 -1
  8. package/assets/documentation/button/button.md +1 -10
  9. package/assets/documentation/checkbox/checkbox.md +1 -7
  10. package/assets/documentation/container/container.md +1 -1
  11. package/assets/documentation/continue/continue.md +2 -1
  12. package/assets/documentation/cover/cover.md +1 -1
  13. package/assets/documentation/datepicker/datepicker.md +1 -3
  14. package/assets/documentation/datepicker-combo/datepicker-combo.md +2 -1
  15. package/assets/documentation/divider/divider.md +1 -1
  16. package/assets/documentation/dropdown/dropdown.md +1 -3
  17. package/assets/documentation/filter/filter.md +1 -0
  18. package/assets/documentation/grid/grid.md +1 -1
  19. package/assets/documentation/icon/icon.md +1 -1
  20. package/assets/documentation/icon-list/icon-list.md +1 -1
  21. package/assets/documentation/input/input.md +1 -1
  22. package/assets/documentation/journey/journey.md +2 -1
  23. package/assets/documentation/journey-availability/journey-availability.md +1 -3
  24. package/assets/documentation/journey-availability-list/journey-availability-list.md +1 -9
  25. package/assets/documentation/journey-selection/journey-selection.md +1 -1
  26. package/assets/documentation/journey-stopover/journey-stopover.md +2 -1
  27. package/assets/documentation/list/list.md +1 -1
  28. package/assets/documentation/micro-button/micro-button.md +2 -0
  29. package/assets/documentation/modal/modal.md +1 -0
  30. package/assets/documentation/number-field/number-field.md +1 -1
  31. package/assets/documentation/page-footer/page-footer.md +1 -1
  32. package/assets/documentation/page-header/page-header.md +1 -1
  33. package/assets/documentation/passenger-select/passenger-select.md +1 -1
  34. package/assets/documentation/phone-number/phone-number.md +1 -2
  35. package/assets/documentation/premium-toggle/premium-toggle.md +1 -9
  36. package/assets/documentation/radio/radio.md +1 -7
  37. package/assets/documentation/ribbon-banner/ribbon-banner.md +2 -1
  38. package/assets/documentation/select/select.md +1 -1
  39. package/assets/documentation/simple-list/simple-list.md +1 -1
  40. package/assets/documentation/slide-toggle/slide-toggle.md +1 -1
  41. package/assets/documentation/slider/slider.md +1 -1
  42. package/assets/documentation/sort/sort.md +1 -1
  43. package/assets/documentation/spinner/spinner.md +1 -1
  44. package/assets/documentation/status-box/status-box.md +2 -1
  45. package/assets/documentation/suggestions/suggestions.md +2 -1
  46. package/assets/documentation/tab-group/tab-group.md +1 -1
  47. package/assets/documentation/table/table.md +1 -8
  48. package/assets/documentation/tag/tag.md +1 -0
  49. package/assets/documentation/textarea/textarea.md +1 -1
  50. package/assets/documentation/toggle/toggle.md +1 -5
  51. package/assets/documentation/tooltip/tooltip.md +1 -0
  52. package/assets/documentation/trip-summary/trip-summary.md +1 -2
  53. package/fesm2022/norwegian-core-components.mjs +13107 -13022
  54. package/fesm2022/norwegian-core-components.mjs.map +1 -1
  55. package/index.d.ts +9116 -5
  56. package/package.json +14 -8
  57. package/styles/1__settings/_colors.scss +9 -9
  58. package/styles/1__settings/_mixins.scss +29 -25
  59. package/styles/1__settings/_type.scss +18 -6
  60. package/styles/1__settings/_vars.scss +7 -4
  61. package/styles/2__generic/_fonts.scss +7 -5
  62. package/styles/3__base/_animations.scss +84 -84
  63. package/styles/3__base/_body.scss +6 -4
  64. package/styles/3__base/_fixes.scss +1 -1
  65. package/styles/3__base/_form.scss +5 -2
  66. package/styles/3__base/_heading.scss +22 -18
  67. package/styles/3__base/_hr.scss +4 -0
  68. package/styles/3__base/_input.scss +5 -1
  69. package/styles/3__base/_link.scss +3 -0
  70. package/styles/3__base/_table.scss +8 -4
  71. package/styles/3__base/_type.scss +11 -7
  72. package/styles/_helpers.scss +4 -4
  73. package/styles/_index.scss +13 -13
  74. package/assets/documentation/campaign-header/campaign-header.md +0 -0
  75. package/assets/documentation/chip/chip.md +0 -1
  76. package/assets/documentation/info/info.md +0 -1
  77. package/esm2022/lib/components/accordion/accordion.component.mjs +0 -145
  78. package/esm2022/lib/components/accordion/accordion.module.mjs +0 -20
  79. package/esm2022/lib/components/accordion/index.mjs +0 -3
  80. package/esm2022/lib/components/airport-select/airport-select-dropdown/airport-select-dropdown.component.mjs +0 -618
  81. package/esm2022/lib/components/airport-select/airport-select.component.mjs +0 -487
  82. package/esm2022/lib/components/airport-select/airport-select.module.mjs +0 -42
  83. package/esm2022/lib/components/airport-select/index.mjs +0 -7
  84. package/esm2022/lib/components/airport-select/models/airport-select-event.model.mjs +0 -2
  85. package/esm2022/lib/components/airport-select/models/airport-select-state.model.mjs +0 -2
  86. package/esm2022/lib/components/airport-select/models/airport.model.mjs +0 -2
  87. package/esm2022/lib/components/airport-select/models/results-labels.model.mjs +0 -3
  88. package/esm2022/lib/components/airport-select/services/airport-select-dropdown.service.mjs +0 -35
  89. package/esm2022/lib/components/airport-select/services/airport-select.service.mjs +0 -38
  90. package/esm2022/lib/components/alert/alert.component.mjs +0 -169
  91. package/esm2022/lib/components/alert/alert.module.mjs +0 -22
  92. package/esm2022/lib/components/alert/index.mjs +0 -3
  93. package/esm2022/lib/components/alert/models/alert.model.mjs +0 -2
  94. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +0 -318
  95. package/esm2022/lib/components/autocomplete/autocomplete.module.mjs +0 -43
  96. package/esm2022/lib/components/autocomplete/index.mjs +0 -4
  97. package/esm2022/lib/components/autocomplete/models/autocomplete.model.mjs +0 -2
  98. package/esm2022/lib/components/backdrop/backdrop.component.mjs +0 -58
  99. package/esm2022/lib/components/backdrop/backdrop.module.mjs +0 -19
  100. package/esm2022/lib/components/backdrop/index.mjs +0 -3
  101. package/esm2022/lib/components/box/box.component.mjs +0 -66
  102. package/esm2022/lib/components/box/box.module.mjs +0 -19
  103. package/esm2022/lib/components/box/index.mjs +0 -3
  104. package/esm2022/lib/components/button/button.component.mjs +0 -192
  105. package/esm2022/lib/components/button/button.module.mjs +0 -21
  106. package/esm2022/lib/components/button/index.mjs +0 -3
  107. package/esm2022/lib/components/campaign-header/campaign-header.component.mjs +0 -51
  108. package/esm2022/lib/components/campaign-header/campaign-header.module.mjs +0 -20
  109. package/esm2022/lib/components/campaign-header/index.mjs +0 -3
  110. package/esm2022/lib/components/checkbox/checkbox.component.mjs +0 -163
  111. package/esm2022/lib/components/checkbox/checkbox.module.mjs +0 -20
  112. package/esm2022/lib/components/checkbox/index.mjs +0 -3
  113. package/esm2022/lib/components/chip/chip.component.mjs +0 -48
  114. package/esm2022/lib/components/chip/chip.module.mjs +0 -19
  115. package/esm2022/lib/components/chip/index.mjs +0 -3
  116. package/esm2022/lib/components/container/container.component.mjs +0 -50
  117. package/esm2022/lib/components/container/container.module.mjs +0 -19
  118. package/esm2022/lib/components/container/index.mjs +0 -3
  119. package/esm2022/lib/components/continue/continue.component.mjs +0 -199
  120. package/esm2022/lib/components/continue/continue.module.mjs +0 -23
  121. package/esm2022/lib/components/continue/index.mjs +0 -3
  122. package/esm2022/lib/components/cover/cover.component.mjs +0 -75
  123. package/esm2022/lib/components/cover/cover.module.mjs +0 -21
  124. package/esm2022/lib/components/cover/index.mjs +0 -3
  125. package/esm2022/lib/components/datepicker/calendar/calendar-date.model.mjs +0 -2
  126. package/esm2022/lib/components/datepicker/calendar/calendar.component.mjs +0 -607
  127. package/esm2022/lib/components/datepicker/calendar/enums/week-start.enum.mjs +0 -6
  128. package/esm2022/lib/components/datepicker/calendar/models/day.model.mjs +0 -2
  129. package/esm2022/lib/components/datepicker/calendar/models/select-option.model.mjs +0 -2
  130. package/esm2022/lib/components/datepicker/calendar/models/week.model.mjs +0 -2
  131. package/esm2022/lib/components/datepicker/datepicker.component.mjs +0 -613
  132. package/esm2022/lib/components/datepicker/datepicker.module.mjs +0 -55
  133. package/esm2022/lib/components/datepicker/index.mjs +0 -5
  134. package/esm2022/lib/components/datepicker/services/calendar.service.mjs +0 -215
  135. package/esm2022/lib/components/datepicker-combo/datepicker-combo.component.mjs +0 -401
  136. package/esm2022/lib/components/datepicker-combo/datepicker-combo.module.mjs +0 -31
  137. package/esm2022/lib/components/datepicker-combo/index.mjs +0 -3
  138. package/esm2022/lib/components/divider/divider.component.mjs +0 -59
  139. package/esm2022/lib/components/divider/divider.module.mjs +0 -28
  140. package/esm2022/lib/components/divider/index.mjs +0 -3
  141. package/esm2022/lib/components/dropdown/dropdown.component.mjs +0 -170
  142. package/esm2022/lib/components/dropdown/dropdown.module.mjs +0 -21
  143. package/esm2022/lib/components/dropdown/index.mjs +0 -3
  144. package/esm2022/lib/components/filter/enums/trip-type.enum.mjs +0 -8
  145. package/esm2022/lib/components/filter/filter.component.mjs +0 -1307
  146. package/esm2022/lib/components/filter/filter.module.mjs +0 -81
  147. package/esm2022/lib/components/filter/index.mjs +0 -4
  148. package/esm2022/lib/components/grid/col/col.component.mjs +0 -49
  149. package/esm2022/lib/components/grid/grid.component.mjs +0 -72
  150. package/esm2022/lib/components/grid/grid.module.mjs +0 -20
  151. package/esm2022/lib/components/grid/index.mjs +0 -4
  152. package/esm2022/lib/components/icon/icon.component.mjs +0 -44
  153. package/esm2022/lib/components/icon/icon.module.mjs +0 -19
  154. package/esm2022/lib/components/icon/index.mjs +0 -3
  155. package/esm2022/lib/components/icon-list/icon-list.component.mjs +0 -50
  156. package/esm2022/lib/components/icon-list/icon-list.model.mjs +0 -2
  157. package/esm2022/lib/components/icon-list/icon-list.module.mjs +0 -20
  158. package/esm2022/lib/components/icon-list/index.mjs +0 -4
  159. package/esm2022/lib/components/index.mjs +0 -67
  160. package/esm2022/lib/components/info/index.mjs +0 -4
  161. package/esm2022/lib/components/info/info.component.mjs +0 -116
  162. package/esm2022/lib/components/info/info.module.mjs +0 -36
  163. package/esm2022/lib/components/info/models/info.model.mjs +0 -2
  164. package/esm2022/lib/components/input/index.mjs +0 -3
  165. package/esm2022/lib/components/input/input.component.mjs +0 -228
  166. package/esm2022/lib/components/input/input.module.mjs +0 -35
  167. package/esm2022/lib/components/journey/index.mjs +0 -3
  168. package/esm2022/lib/components/journey/journey.component.mjs +0 -137
  169. package/esm2022/lib/components/journey/journey.module.mjs +0 -21
  170. package/esm2022/lib/components/journey/models/journey-flight.model.mjs +0 -2
  171. package/esm2022/lib/components/journey/models/journey.model.mjs +0 -2
  172. package/esm2022/lib/components/journey/models/marketing-carrier.enum.mjs +0 -8
  173. package/esm2022/lib/components/journey-availability/index.mjs +0 -3
  174. package/esm2022/lib/components/journey-availability/journey-availability.component.mjs +0 -128
  175. package/esm2022/lib/components/journey-availability/journey-availability.module.mjs +0 -39
  176. package/esm2022/lib/components/journey-availability-list/enums/availability-sort-option.enum.mjs +0 -7
  177. package/esm2022/lib/components/journey-availability-list/index.mjs +0 -3
  178. package/esm2022/lib/components/journey-availability-list/journey-availability-list.component.mjs +0 -182
  179. package/esm2022/lib/components/journey-availability-list/journey-availability-list.module.mjs +0 -36
  180. package/esm2022/lib/components/journey-selection/index.mjs +0 -6
  181. package/esm2022/lib/components/journey-selection/journey-selection.component.mjs +0 -120
  182. package/esm2022/lib/components/journey-selection/journey-selection.module.mjs +0 -24
  183. package/esm2022/lib/components/journey-selection/models/journey-selection-collapsed.model.mjs +0 -2
  184. package/esm2022/lib/components/journey-selection/models/journey-selection-common.model.mjs +0 -2
  185. package/esm2022/lib/components/journey-selection/models/journey-selection-expanded.model.mjs +0 -2
  186. package/esm2022/lib/components/journey-selection/models/journey-selection.model.mjs +0 -2
  187. package/esm2022/lib/components/journey-stopover/index.mjs +0 -3
  188. package/esm2022/lib/components/journey-stopover/journey-stopover.component.mjs +0 -150
  189. package/esm2022/lib/components/journey-stopover/journey-stopover.module.mjs +0 -21
  190. package/esm2022/lib/components/journey-stopover/models/stopover-time.model.mjs +0 -2
  191. package/esm2022/lib/components/list/index.mjs +0 -4
  192. package/esm2022/lib/components/list/list-item/list-item.component.mjs +0 -52
  193. package/esm2022/lib/components/list/list.component.mjs +0 -78
  194. package/esm2022/lib/components/list/list.module.mjs +0 -20
  195. package/esm2022/lib/components/micro-button/index.mjs +0 -3
  196. package/esm2022/lib/components/micro-button/micro-button.component.mjs +0 -101
  197. package/esm2022/lib/components/micro-button/micro-button.module.mjs +0 -20
  198. package/esm2022/lib/components/modal/index.mjs +0 -3
  199. package/esm2022/lib/components/modal/modal.component.mjs +0 -156
  200. package/esm2022/lib/components/modal/modal.module.mjs +0 -38
  201. package/esm2022/lib/components/number-field/index.mjs +0 -3
  202. package/esm2022/lib/components/number-field/models/number-field.model.mjs +0 -2
  203. package/esm2022/lib/components/number-field/number-field.component.mjs +0 -162
  204. package/esm2022/lib/components/number-field/number-field.module.mjs +0 -39
  205. package/esm2022/lib/components/page-footer/index.mjs +0 -3
  206. package/esm2022/lib/components/page-footer/page-footer.component.mjs +0 -52
  207. package/esm2022/lib/components/page-footer/page-footer.module.mjs +0 -21
  208. package/esm2022/lib/components/page-header/hamburger/hamburger.component.mjs +0 -22
  209. package/esm2022/lib/components/page-header/index.mjs +0 -5
  210. package/esm2022/lib/components/page-header/models/wallet.model.mjs +0 -2
  211. package/esm2022/lib/components/page-header/page-header.component.mjs +0 -171
  212. package/esm2022/lib/components/page-header/page-header.module.mjs +0 -55
  213. package/esm2022/lib/components/page-header/search/search.component.mjs +0 -49
  214. package/esm2022/lib/components/page-header/wallet/wallet.component.mjs +0 -57
  215. package/esm2022/lib/components/passenger-select/enums/passenger-type.enum.mjs +0 -9
  216. package/esm2022/lib/components/passenger-select/index.mjs +0 -5
  217. package/esm2022/lib/components/passenger-select/models/passengers.model.mjs +0 -2
  218. package/esm2022/lib/components/passenger-select/passenger-select.component.mjs +0 -423
  219. package/esm2022/lib/components/passenger-select/passenger-select.module.mjs +0 -28
  220. package/esm2022/lib/components/phone-number/index.mjs +0 -3
  221. package/esm2022/lib/components/phone-number/phone-number.component.mjs +0 -182
  222. package/esm2022/lib/components/phone-number/phone-number.module.mjs +0 -44
  223. package/esm2022/lib/components/premium-toggle/index.mjs +0 -3
  224. package/esm2022/lib/components/premium-toggle/premium-toggle.component.mjs +0 -68
  225. package/esm2022/lib/components/premium-toggle/premium-toggle.module.mjs +0 -20
  226. package/esm2022/lib/components/radio/index.mjs +0 -3
  227. package/esm2022/lib/components/radio/radio.component.mjs +0 -109
  228. package/esm2022/lib/components/radio/radio.module.mjs +0 -20
  229. package/esm2022/lib/components/ribbon-banner/index.mjs +0 -3
  230. package/esm2022/lib/components/ribbon-banner/ribbon-banner.component.mjs +0 -89
  231. package/esm2022/lib/components/ribbon-banner/ribbon-banner.module.mjs +0 -40
  232. package/esm2022/lib/components/select/index.mjs +0 -6
  233. package/esm2022/lib/components/select/models/select-option.model.mjs +0 -2
  234. package/esm2022/lib/components/select/optgroup/optgroup.component.mjs +0 -29
  235. package/esm2022/lib/components/select/option/option.component.mjs +0 -26
  236. package/esm2022/lib/components/select/select.component.mjs +0 -404
  237. package/esm2022/lib/components/select/select.module.mjs +0 -23
  238. package/esm2022/lib/components/simple-list/index.mjs +0 -3
  239. package/esm2022/lib/components/simple-list/simple-list.component.mjs +0 -48
  240. package/esm2022/lib/components/simple-list/simple-list.module.mjs +0 -19
  241. package/esm2022/lib/components/slide-toggle/index.mjs +0 -3
  242. package/esm2022/lib/components/slide-toggle/slide-toggle.component.mjs +0 -121
  243. package/esm2022/lib/components/slide-toggle/slide-toggle.module.mjs +0 -20
  244. package/esm2022/lib/components/slider/index.mjs +0 -3
  245. package/esm2022/lib/components/slider/slider.component.mjs +0 -515
  246. package/esm2022/lib/components/slider/slider.module.mjs +0 -20
  247. package/esm2022/lib/components/sort/index.mjs +0 -3
  248. package/esm2022/lib/components/sort/sort.component.mjs +0 -98
  249. package/esm2022/lib/components/sort/sort.module.mjs +0 -36
  250. package/esm2022/lib/components/spinner/index.mjs +0 -3
  251. package/esm2022/lib/components/spinner/spinner.component.mjs +0 -127
  252. package/esm2022/lib/components/spinner/spinner.module.mjs +0 -19
  253. package/esm2022/lib/components/status-box/index.mjs +0 -3
  254. package/esm2022/lib/components/status-box/models/status-box.model.mjs +0 -2
  255. package/esm2022/lib/components/status-box/status-box.component.mjs +0 -109
  256. package/esm2022/lib/components/status-box/status-box.module.mjs +0 -21
  257. package/esm2022/lib/components/suggestions/index.mjs +0 -3
  258. package/esm2022/lib/components/suggestions/suggestions.component.mjs +0 -44
  259. package/esm2022/lib/components/suggestions/suggestions.module.mjs +0 -20
  260. package/esm2022/lib/components/tab-group/index.mjs +0 -4
  261. package/esm2022/lib/components/tab-group/tab/tab.component.mjs +0 -140
  262. package/esm2022/lib/components/tab-group/tab-group.component.mjs +0 -91
  263. package/esm2022/lib/components/tab-group/tab-group.module.mjs +0 -21
  264. package/esm2022/lib/components/table/column/column.component.mjs +0 -16
  265. package/esm2022/lib/components/table/column-group/column-group.component.mjs +0 -30
  266. package/esm2022/lib/components/table/index.mjs +0 -11
  267. package/esm2022/lib/components/table/services/table.service.mjs +0 -24
  268. package/esm2022/lib/components/table/table-body/table-body.component.mjs +0 -23
  269. package/esm2022/lib/components/table/table-foot/table-foot.component.mjs +0 -23
  270. package/esm2022/lib/components/table/table-head/table-head.component.mjs +0 -23
  271. package/esm2022/lib/components/table/table-row/table-data/table-data.component.mjs +0 -15
  272. package/esm2022/lib/components/table/table-row/table-header/table-header.component.mjs +0 -15
  273. package/esm2022/lib/components/table/table-row/table-row.component.mjs +0 -23
  274. package/esm2022/lib/components/table/table.component.mjs +0 -27
  275. package/esm2022/lib/components/table/table.module.mjs +0 -63
  276. package/esm2022/lib/components/tag/index.mjs +0 -3
  277. package/esm2022/lib/components/tag/tag.component.mjs +0 -71
  278. package/esm2022/lib/components/tag/tag.module.mjs +0 -28
  279. package/esm2022/lib/components/textarea/index.mjs +0 -3
  280. package/esm2022/lib/components/textarea/textarea.component.mjs +0 -139
  281. package/esm2022/lib/components/textarea/textarea.module.mjs +0 -21
  282. package/esm2022/lib/components/toggle/index.mjs +0 -3
  283. package/esm2022/lib/components/toggle/models/options.model.mjs +0 -3
  284. package/esm2022/lib/components/toggle/toggle.component.mjs +0 -102
  285. package/esm2022/lib/components/toggle/toggle.module.mjs +0 -35
  286. package/esm2022/lib/components/tooltip/index.mjs +0 -3
  287. package/esm2022/lib/components/tooltip/tooltip.component.mjs +0 -170
  288. package/esm2022/lib/components/tooltip/tooltip.module.mjs +0 -30
  289. package/esm2022/lib/components/trip-summary/index.mjs +0 -3
  290. package/esm2022/lib/components/trip-summary/trip-summary.component.mjs +0 -167
  291. package/esm2022/lib/components/trip-summary/trip-summary.module.mjs +0 -36
  292. package/esm2022/lib/core/base/nas-component.base.mjs +0 -48
  293. package/esm2022/lib/core/decorators/debounce.decorator.mjs +0 -12
  294. package/esm2022/lib/core/directives/index.mjs +0 -3
  295. package/esm2022/lib/core/directives/nas-class/nas-class.directive.mjs +0 -80
  296. package/esm2022/lib/core/directives/nas-class/nas-class.module.mjs +0 -20
  297. package/esm2022/lib/core/extensions/html-element.extension.mjs +0 -31
  298. package/esm2022/lib/core/index.mjs +0 -5
  299. package/esm2022/lib/core/models/abandoned-basket-item.model.mjs +0 -2
  300. package/esm2022/lib/core/models/animate.model.mjs +0 -2
  301. package/esm2022/lib/core/models/class.model.mjs +0 -2
  302. package/esm2022/lib/core/models/index.mjs +0 -7
  303. package/esm2022/lib/core/models/link.model.mjs +0 -2
  304. package/esm2022/lib/core/models/position.model.mjs +0 -2
  305. package/esm2022/lib/core/models/utc-date.model.mjs +0 -40
  306. package/esm2022/lib/core/services/abandoned-basket/abandoned-basket.service.mjs +0 -61
  307. package/esm2022/lib/core/services/animate-helper/animate-helper.service.mjs +0 -49
  308. package/esm2022/lib/core/services/bem-helper/bem-helper.service.mjs +0 -44
  309. package/esm2022/lib/core/services/date/date-compare.enum.mjs +0 -7
  310. package/esm2022/lib/core/services/date/date-helper.service.mjs +0 -199
  311. package/esm2022/lib/core/services/device/device-helper.service.mjs +0 -46
  312. package/esm2022/lib/core/services/geolocation/geolocation-state.enum.mjs +0 -8
  313. package/esm2022/lib/core/services/geolocation/geolocation.service.mjs +0 -66
  314. package/esm2022/lib/core/services/index.mjs +0 -10
  315. package/esm2022/lib/core/services/language/language-helper.service.mjs +0 -114
  316. package/esm2022/lib/core/services/sort/sort.service.mjs +0 -25
  317. package/esm2022/lib/core/services/viewport/viewport.service.mjs +0 -36
  318. package/esm2022/lib/index.mjs +0 -5
  319. package/esm2022/lib/services/get-position.service.mjs +0 -23
  320. package/esm2022/lib/services/index.mjs +0 -2
  321. package/esm2022/lib/shared/index.mjs +0 -2
  322. package/esm2022/lib/shared/models/flight-details.mjs +0 -3
  323. package/esm2022/lib/shared/models/index.mjs +0 -6
  324. package/esm2022/lib/shared/models/journey-availability-sort.model.mjs +0 -2
  325. package/esm2022/lib/shared/models/journey-availability.model.mjs +0 -2
  326. package/esm2022/lib/shared/models/journey-details.model.mjs +0 -2
  327. package/esm2022/lib/shared/models/journey-duration.model.mjs +0 -2
  328. package/esm2022/lib/shared/models/journey-stopover.model.mjs +0 -2
  329. package/esm2022/lib/shared/models/journey-transit-info.model.mjs +0 -2
  330. package/esm2022/lib/shared/models/operating-carrier.model.mjs +0 -2
  331. package/esm2022/lib/shared/models/sort-option.model.mjs +0 -2
  332. package/esm2022/lib/shared/models/sort.model.mjs +0 -2
  333. package/esm2022/lib/shared/models/trip-item-details.model.mjs +0 -2
  334. package/esm2022/lib/shared/models/trip-summary-details.model.mjs +0 -2
  335. package/esm2022/lib/shared/models/trip-summary.model.mjs +0 -2
  336. package/esm2022/norwegian-core-components.mjs +0 -5
  337. package/esm2022/public_api.mjs +0 -2
  338. package/lib/components/accordion/accordion.component.d.ts +0 -215
  339. package/lib/components/accordion/accordion.module.d.ts +0 -10
  340. package/lib/components/accordion/index.d.ts +0 -2
  341. package/lib/components/airport-select/airport-select-dropdown/airport-select-dropdown.component.d.ts +0 -99
  342. package/lib/components/airport-select/airport-select.component.d.ts +0 -323
  343. package/lib/components/airport-select/airport-select.module.d.ts +0 -13
  344. package/lib/components/airport-select/index.d.ts +0 -6
  345. package/lib/components/airport-select/models/airport-select-event.model.d.ts +0 -4
  346. package/lib/components/airport-select/models/airport-select-state.model.d.ts +0 -5
  347. package/lib/components/airport-select/models/airport.model.d.ts +0 -11
  348. package/lib/components/airport-select/models/results-labels.model.d.ts +0 -7
  349. package/lib/components/airport-select/services/airport-select-dropdown.service.d.ts +0 -10
  350. package/lib/components/airport-select/services/airport-select.service.d.ts +0 -8
  351. package/lib/components/alert/alert.component.d.ts +0 -129
  352. package/lib/components/alert/alert.module.d.ts +0 -12
  353. package/lib/components/alert/index.d.ts +0 -2
  354. package/lib/components/alert/models/alert.model.d.ts +0 -10
  355. package/lib/components/autocomplete/autocomplete.component.d.ts +0 -135
  356. package/lib/components/autocomplete/autocomplete.module.d.ts +0 -13
  357. package/lib/components/autocomplete/index.d.ts +0 -3
  358. package/lib/components/autocomplete/models/autocomplete.model.d.ts +0 -5
  359. package/lib/components/backdrop/backdrop.component.d.ts +0 -38
  360. package/lib/components/backdrop/backdrop.module.d.ts +0 -9
  361. package/lib/components/backdrop/index.d.ts +0 -2
  362. package/lib/components/box/box.component.d.ts +0 -78
  363. package/lib/components/box/box.module.d.ts +0 -9
  364. package/lib/components/box/index.d.ts +0 -2
  365. package/lib/components/button/button.component.d.ts +0 -294
  366. package/lib/components/button/button.module.d.ts +0 -11
  367. package/lib/components/button/index.d.ts +0 -2
  368. package/lib/components/campaign-header/campaign-header.component.d.ts +0 -58
  369. package/lib/components/campaign-header/campaign-header.module.d.ts +0 -10
  370. package/lib/components/campaign-header/index.d.ts +0 -2
  371. package/lib/components/checkbox/checkbox.component.d.ts +0 -151
  372. package/lib/components/checkbox/checkbox.module.d.ts +0 -10
  373. package/lib/components/checkbox/index.d.ts +0 -2
  374. package/lib/components/chip/chip.component.d.ts +0 -48
  375. package/lib/components/chip/chip.module.d.ts +0 -9
  376. package/lib/components/chip/index.d.ts +0 -2
  377. package/lib/components/container/container.component.d.ts +0 -52
  378. package/lib/components/container/container.module.d.ts +0 -9
  379. package/lib/components/container/index.d.ts +0 -2
  380. package/lib/components/continue/continue.component.d.ts +0 -171
  381. package/lib/components/continue/continue.module.d.ts +0 -11
  382. package/lib/components/continue/index.d.ts +0 -2
  383. package/lib/components/cover/cover.component.d.ts +0 -125
  384. package/lib/components/cover/cover.module.d.ts +0 -11
  385. package/lib/components/cover/index.d.ts +0 -2
  386. package/lib/components/datepicker/calendar/calendar-date.model.d.ts +0 -5
  387. package/lib/components/datepicker/calendar/calendar.component.d.ts +0 -169
  388. package/lib/components/datepicker/calendar/enums/week-start.enum.d.ts +0 -4
  389. package/lib/components/datepicker/calendar/models/day.model.d.ts +0 -10
  390. package/lib/components/datepicker/calendar/models/select-option.model.d.ts +0 -4
  391. package/lib/components/datepicker/calendar/models/week.model.d.ts +0 -5
  392. package/lib/components/datepicker/datepicker.component.d.ts +0 -289
  393. package/lib/components/datepicker/datepicker.module.d.ts +0 -16
  394. package/lib/components/datepicker/index.d.ts +0 -4
  395. package/lib/components/datepicker/services/calendar.service.d.ts +0 -27
  396. package/lib/components/datepicker-combo/datepicker-combo.component.d.ts +0 -322
  397. package/lib/components/datepicker-combo/datepicker-combo.module.d.ts +0 -10
  398. package/lib/components/datepicker-combo/index.d.ts +0 -2
  399. package/lib/components/divider/divider.component.d.ts +0 -68
  400. package/lib/components/divider/divider.module.d.ts +0 -10
  401. package/lib/components/divider/index.d.ts +0 -2
  402. package/lib/components/dropdown/dropdown.component.d.ts +0 -80
  403. package/lib/components/dropdown/dropdown.module.d.ts +0 -11
  404. package/lib/components/dropdown/index.d.ts +0 -2
  405. package/lib/components/filter/enums/trip-type.enum.d.ts +0 -6
  406. package/lib/components/filter/filter.component.d.ts +0 -862
  407. package/lib/components/filter/filter.module.d.ts +0 -22
  408. package/lib/components/filter/index.d.ts +0 -3
  409. package/lib/components/grid/col/col.component.d.ts +0 -45
  410. package/lib/components/grid/grid.component.d.ts +0 -92
  411. package/lib/components/grid/grid.module.d.ts +0 -10
  412. package/lib/components/grid/index.d.ts +0 -3
  413. package/lib/components/icon/icon.component.d.ts +0 -53
  414. package/lib/components/icon/icon.module.d.ts +0 -9
  415. package/lib/components/icon/index.d.ts +0 -2
  416. package/lib/components/icon-list/icon-list.component.d.ts +0 -49
  417. package/lib/components/icon-list/icon-list.model.d.ts +0 -8
  418. package/lib/components/icon-list/icon-list.module.d.ts +0 -10
  419. package/lib/components/icon-list/index.d.ts +0 -3
  420. package/lib/components/index.d.ts +0 -66
  421. package/lib/components/info/index.d.ts +0 -3
  422. package/lib/components/info/info.component.d.ts +0 -108
  423. package/lib/components/info/info.module.d.ts +0 -12
  424. package/lib/components/info/models/info.model.d.ts +0 -9
  425. package/lib/components/input/index.d.ts +0 -2
  426. package/lib/components/input/input.component.d.ts +0 -214
  427. package/lib/components/input/input.module.d.ts +0 -11
  428. package/lib/components/journey/index.d.ts +0 -2
  429. package/lib/components/journey/journey.component.d.ts +0 -102
  430. package/lib/components/journey/journey.module.d.ts +0 -11
  431. package/lib/components/journey/models/journey-flight.model.d.ts +0 -13
  432. package/lib/components/journey/models/journey.model.d.ts +0 -5
  433. package/lib/components/journey/models/marketing-carrier.enum.d.ts +0 -6
  434. package/lib/components/journey-availability/index.d.ts +0 -2
  435. package/lib/components/journey-availability/journey-availability.component.d.ts +0 -93
  436. package/lib/components/journey-availability/journey-availability.module.d.ts +0 -12
  437. package/lib/components/journey-availability-list/enums/availability-sort-option.enum.d.ts +0 -5
  438. package/lib/components/journey-availability-list/index.d.ts +0 -2
  439. package/lib/components/journey-availability-list/journey-availability-list.component.d.ts +0 -114
  440. package/lib/components/journey-availability-list/journey-availability-list.module.d.ts +0 -12
  441. package/lib/components/journey-selection/index.d.ts +0 -5
  442. package/lib/components/journey-selection/journey-selection.component.d.ts +0 -84
  443. package/lib/components/journey-selection/journey-selection.module.d.ts +0 -11
  444. package/lib/components/journey-selection/models/journey-selection-collapsed.model.d.ts +0 -11
  445. package/lib/components/journey-selection/models/journey-selection-common.model.d.ts +0 -7
  446. package/lib/components/journey-selection/models/journey-selection-expanded.model.d.ts +0 -5
  447. package/lib/components/journey-selection/models/journey-selection.model.d.ts +0 -14
  448. package/lib/components/journey-stopover/index.d.ts +0 -2
  449. package/lib/components/journey-stopover/journey-stopover.component.d.ts +0 -131
  450. package/lib/components/journey-stopover/journey-stopover.module.d.ts +0 -11
  451. package/lib/components/journey-stopover/models/stopover-time.model.d.ts +0 -4
  452. package/lib/components/list/index.d.ts +0 -3
  453. package/lib/components/list/list-item/list-item.component.d.ts +0 -35
  454. package/lib/components/list/list.component.d.ts +0 -76
  455. package/lib/components/list/list.module.d.ts +0 -10
  456. package/lib/components/micro-button/index.d.ts +0 -2
  457. package/lib/components/micro-button/micro-button.component.d.ts +0 -139
  458. package/lib/components/micro-button/micro-button.module.d.ts +0 -10
  459. package/lib/components/modal/index.d.ts +0 -2
  460. package/lib/components/modal/modal.component.d.ts +0 -119
  461. package/lib/components/modal/modal.module.d.ts +0 -12
  462. package/lib/components/number-field/index.d.ts +0 -2
  463. package/lib/components/number-field/models/number-field.model.d.ts +0 -5
  464. package/lib/components/number-field/number-field.component.d.ts +0 -124
  465. package/lib/components/number-field/number-field.module.d.ts +0 -12
  466. package/lib/components/page-footer/index.d.ts +0 -2
  467. package/lib/components/page-footer/page-footer.component.d.ts +0 -53
  468. package/lib/components/page-footer/page-footer.module.d.ts +0 -11
  469. package/lib/components/page-header/hamburger/hamburger.component.d.ts +0 -12
  470. package/lib/components/page-header/index.d.ts +0 -4
  471. package/lib/components/page-header/models/wallet.model.d.ts +0 -21
  472. package/lib/components/page-header/page-header.component.d.ts +0 -127
  473. package/lib/components/page-header/page-header.module.d.ts +0 -17
  474. package/lib/components/page-header/search/search.component.d.ts +0 -26
  475. package/lib/components/page-header/wallet/wallet.component.d.ts +0 -23
  476. package/lib/components/passenger-select/enums/passenger-type.enum.d.ts +0 -7
  477. package/lib/components/passenger-select/index.d.ts +0 -4
  478. package/lib/components/passenger-select/models/passengers.model.d.ts +0 -11
  479. package/lib/components/passenger-select/passenger-select.component.d.ts +0 -141
  480. package/lib/components/passenger-select/passenger-select.module.d.ts +0 -10
  481. package/lib/components/phone-number/index.d.ts +0 -2
  482. package/lib/components/phone-number/phone-number.component.d.ts +0 -263
  483. package/lib/components/phone-number/phone-number.module.d.ts +0 -13
  484. package/lib/components/premium-toggle/index.d.ts +0 -2
  485. package/lib/components/premium-toggle/premium-toggle.component.d.ts +0 -50
  486. package/lib/components/premium-toggle/premium-toggle.module.d.ts +0 -10
  487. package/lib/components/radio/index.d.ts +0 -2
  488. package/lib/components/radio/radio.component.d.ts +0 -137
  489. package/lib/components/radio/radio.module.d.ts +0 -10
  490. package/lib/components/ribbon-banner/index.d.ts +0 -2
  491. package/lib/components/ribbon-banner/ribbon-banner.component.d.ts +0 -66
  492. package/lib/components/ribbon-banner/ribbon-banner.module.d.ts +0 -13
  493. package/lib/components/select/index.d.ts +0 -5
  494. package/lib/components/select/models/select-option.model.d.ts +0 -4
  495. package/lib/components/select/optgroup/optgroup.component.d.ts +0 -25
  496. package/lib/components/select/option/option.component.d.ts +0 -24
  497. package/lib/components/select/select.component.d.ts +0 -197
  498. package/lib/components/select/select.module.d.ts +0 -13
  499. package/lib/components/simple-list/index.d.ts +0 -2
  500. package/lib/components/simple-list/simple-list.component.d.ts +0 -60
  501. package/lib/components/simple-list/simple-list.module.d.ts +0 -9
  502. package/lib/components/slide-toggle/index.d.ts +0 -2
  503. package/lib/components/slide-toggle/slide-toggle.component.d.ts +0 -70
  504. package/lib/components/slide-toggle/slide-toggle.module.d.ts +0 -10
  505. package/lib/components/slider/index.d.ts +0 -2
  506. package/lib/components/slider/slider.component.d.ts +0 -216
  507. package/lib/components/slider/slider.module.d.ts +0 -10
  508. package/lib/components/sort/index.d.ts +0 -2
  509. package/lib/components/sort/sort.component.d.ts +0 -55
  510. package/lib/components/sort/sort.module.d.ts +0 -12
  511. package/lib/components/spinner/index.d.ts +0 -2
  512. package/lib/components/spinner/spinner.component.d.ts +0 -104
  513. package/lib/components/spinner/spinner.module.d.ts +0 -9
  514. package/lib/components/status-box/index.d.ts +0 -2
  515. package/lib/components/status-box/models/status-box.model.d.ts +0 -5
  516. package/lib/components/status-box/status-box.component.d.ts +0 -92
  517. package/lib/components/status-box/status-box.module.d.ts +0 -11
  518. package/lib/components/suggestions/index.d.ts +0 -2
  519. package/lib/components/suggestions/suggestions.component.d.ts +0 -36
  520. package/lib/components/suggestions/suggestions.module.d.ts +0 -10
  521. package/lib/components/tab-group/index.d.ts +0 -3
  522. package/lib/components/tab-group/tab/tab.component.d.ts +0 -97
  523. package/lib/components/tab-group/tab-group.component.d.ts +0 -42
  524. package/lib/components/tab-group/tab-group.module.d.ts +0 -11
  525. package/lib/components/table/column/column.component.d.ts +0 -6
  526. package/lib/components/table/column-group/column-group.component.d.ts +0 -15
  527. package/lib/components/table/index.d.ts +0 -10
  528. package/lib/components/table/services/table.service.d.ts +0 -8
  529. package/lib/components/table/table-body/table-body.component.d.ts +0 -15
  530. package/lib/components/table/table-foot/table-foot.component.d.ts +0 -15
  531. package/lib/components/table/table-head/table-head.component.d.ts +0 -15
  532. package/lib/components/table/table-row/table-data/table-data.component.d.ts +0 -5
  533. package/lib/components/table/table-row/table-header/table-header.component.d.ts +0 -5
  534. package/lib/components/table/table-row/table-row.component.d.ts +0 -15
  535. package/lib/components/table/table.component.d.ts +0 -19
  536. package/lib/components/table/table.module.d.ts +0 -17
  537. package/lib/components/tag/index.d.ts +0 -2
  538. package/lib/components/tag/tag.component.d.ts +0 -71
  539. package/lib/components/tag/tag.module.d.ts +0 -10
  540. package/lib/components/textarea/index.d.ts +0 -2
  541. package/lib/components/textarea/textarea.component.d.ts +0 -156
  542. package/lib/components/textarea/textarea.module.d.ts +0 -11
  543. package/lib/components/toggle/index.d.ts +0 -2
  544. package/lib/components/toggle/models/options.model.d.ts +0 -7
  545. package/lib/components/toggle/toggle.component.d.ts +0 -159
  546. package/lib/components/toggle/toggle.module.d.ts +0 -11
  547. package/lib/components/tooltip/index.d.ts +0 -2
  548. package/lib/components/tooltip/tooltip.component.d.ts +0 -63
  549. package/lib/components/tooltip/tooltip.module.d.ts +0 -10
  550. package/lib/components/trip-summary/index.d.ts +0 -2
  551. package/lib/components/trip-summary/trip-summary.component.d.ts +0 -162
  552. package/lib/components/trip-summary/trip-summary.module.d.ts +0 -12
  553. package/lib/core/base/nas-component.base.d.ts +0 -11
  554. package/lib/core/decorators/debounce.decorator.d.ts +0 -1
  555. package/lib/core/directives/index.d.ts +0 -2
  556. package/lib/core/directives/nas-class/nas-class.directive.d.ts +0 -14
  557. package/lib/core/directives/nas-class/nas-class.module.d.ts +0 -8
  558. package/lib/core/extensions/html-element.extension.d.ts +0 -6
  559. package/lib/core/index.d.ts +0 -4
  560. package/lib/core/models/abandoned-basket-item.model.d.ts +0 -14
  561. package/lib/core/models/animate.model.d.ts +0 -6
  562. package/lib/core/models/class.model.d.ts +0 -7
  563. package/lib/core/models/index.d.ts +0 -6
  564. package/lib/core/models/link.model.d.ts +0 -5
  565. package/lib/core/models/position.model.d.ts +0 -4
  566. package/lib/core/models/utc-date.model.d.ts +0 -13
  567. package/lib/core/services/abandoned-basket/abandoned-basket.service.d.ts +0 -10
  568. package/lib/core/services/animate-helper/animate-helper.service.d.ts +0 -9
  569. package/lib/core/services/bem-helper/bem-helper.service.d.ts +0 -7
  570. package/lib/core/services/date/date-compare.enum.d.ts +0 -5
  571. package/lib/core/services/date/date-helper.service.d.ts +0 -22
  572. package/lib/core/services/device/device-helper.service.d.ts +0 -16
  573. package/lib/core/services/geolocation/geolocation-state.enum.d.ts +0 -6
  574. package/lib/core/services/geolocation/geolocation.service.d.ts +0 -9
  575. package/lib/core/services/index.d.ts +0 -9
  576. package/lib/core/services/language/language-helper.service.d.ts +0 -12
  577. package/lib/core/services/sort/sort.service.d.ts +0 -6
  578. package/lib/core/services/viewport/viewport.service.d.ts +0 -11
  579. package/lib/index.d.ts +0 -4
  580. package/lib/services/get-position.service.d.ts +0 -9
  581. package/lib/services/index.d.ts +0 -1
  582. package/lib/shared/index.d.ts +0 -1
  583. package/lib/shared/models/flight-details.d.ts +0 -22
  584. package/lib/shared/models/index.d.ts +0 -5
  585. package/lib/shared/models/journey-availability-sort.model.d.ts +0 -8
  586. package/lib/shared/models/journey-availability.model.d.ts +0 -25
  587. package/lib/shared/models/journey-details.model.d.ts +0 -8
  588. package/lib/shared/models/journey-duration.model.d.ts +0 -7
  589. package/lib/shared/models/journey-stopover.model.d.ts +0 -15
  590. package/lib/shared/models/journey-transit-info.model.d.ts +0 -5
  591. package/lib/shared/models/operating-carrier.model.d.ts +0 -4
  592. package/lib/shared/models/sort-option.model.d.ts +0 -11
  593. package/lib/shared/models/sort.model.d.ts +0 -10
  594. package/lib/shared/models/trip-item-details.model.d.ts +0 -12
  595. package/lib/shared/models/trip-summary-details.model.d.ts +0 -5
  596. package/lib/shared/models/trip-summary.model.d.ts +0 -4
  597. package/public_api.d.ts +0 -1
@@ -1,862 +0,0 @@
1
- /**
2
- * @license
3
- * Copyright Norwegian Air Shuttle. All Rights Reserved.
4
- */
5
- import { AfterViewChecked, ElementRef, EventEmitter, OnInit, ChangeDetectorRef, AfterViewInit } from '@angular/core';
6
- import { FormGroup } from '@angular/forms';
7
- import { BehaviorSubject } from 'rxjs';
8
- import { TripType } from './enums/trip-type.enum';
9
- import { NasComponentBase } from '../../core/base/nas-component.base';
10
- import { ClassModel } from '../../core/models/class.model';
11
- import { UtcDate } from '../../core/models/utc-date.model';
12
- import { AbandonedBasketService } from '../../core/services/abandoned-basket/abandoned-basket.service';
13
- import { DateHelper } from '../../core/services/date/date-helper.service';
14
- import { DeviceHelper } from '../../core/services/device/device-helper.service';
15
- import { SortService } from '../../core/services/sort/sort.service';
16
- import { AirportModel } from '../airport-select/models/airport.model';
17
- import { DropdownComponent } from '../dropdown/dropdown.component';
18
- import { PassengersModel } from '../passenger-select/models/passengers.model';
19
- import { PassengerSelectComponent } from '../passenger-select/passenger-select.component';
20
- import { DatepickerComboComponent } from '../datepicker-combo/datepicker-combo.component';
21
- import { AirportSelectComponent } from '../airport-select/airport-select.component';
22
- import { RadioComponent } from '../radio/radio.component';
23
- import { ButtonComponent } from '../button/button.component';
24
- import * as i0 from "@angular/core";
25
- /**
26
- * @description
27
- * Norwegian Filter Component | Functional | New design
28
- */
29
- export declare class FilterComponent extends NasComponentBase implements OnInit, AfterViewChecked, AfterViewInit {
30
- deviceHelper: DeviceHelper;
31
- sortService: SortService;
32
- private abandonedBasketService;
33
- private dateService;
34
- elementRef: ElementRef;
35
- changeDetector: ChangeDetectorRef;
36
- passengerSelectDropdown: ElementRef;
37
- passengerSelect: PassengerSelectComponent;
38
- tripSwitch: DropdownComponent;
39
- transitSwitch: ButtonComponent;
40
- airportSelect: AirportSelectComponent;
41
- datepickerCombo: DatepickerComboComponent;
42
- container: ElementRef;
43
- tripTypeOneway: ElementRef;
44
- tripTypeRoundTrip: ElementRef;
45
- transitTypeDirectOnly: ElementRef;
46
- transitTypeTransit: ElementRef;
47
- tripTypeSelection: RadioComponent;
48
- latestSearchesOrigin: Array<AirportModel>;
49
- latestSearchesDestination: Array<AirportModel>;
50
- displaySummary: boolean;
51
- nativeElement: HTMLElement;
52
- inboundLowerLimitDate: UtcDate;
53
- containerWidth: BehaviorSubject<number>;
54
- maximize: boolean;
55
- isNasGroupValid: boolean;
56
- inlineFlex: number;
57
- openPassengerSelect: boolean;
58
- openTransitTypeSelect: boolean;
59
- componentId: number;
60
- tripSwitchFocusTimeout: any;
61
- expandedAccordionMobileValue: boolean;
62
- get outboundOpen(): boolean;
63
- set outboundOpen(value: boolean);
64
- get inboundOpen(): boolean;
65
- set inboundOpen(value: boolean);
66
- private inboundOpenTimeout;
67
- /**
68
- * @property Input
69
- * @required
70
- * @description
71
- * A record containing keys with all airport codes with corresponding array of airport codes connected to the key.
72
- */
73
- airportRelations: Record<string, Array<string>>;
74
- /**
75
- * @property Input
76
- * @description
77
- * Adds 'aria-label' on the clear button inside the airport select inputs.
78
- */
79
- ariaLabelClear: string;
80
- /**
81
- * @property Input
82
- * @description
83
- * ARIA label for the subtract buttons.
84
- */
85
- ariaLabelSubtract: string;
86
- /**
87
- * @property Input
88
- * @description
89
- * Adds 'aria-label' to the backdrops.
90
- */
91
- ariaLabelBackdrop: string;
92
- /**
93
- * @property Input
94
- * @description
95
- * ARIA label for the add buttons.
96
- */
97
- ariaLabelAdd: string;
98
- /**
99
- * @property Input
100
- * @description
101
- * A list of airports that should be displayed in the origin dropdown.
102
- * If not included, all airports will be displayed.
103
- */
104
- allowedOriginAirports: Array<AirportModel>;
105
- /**
106
- * @property Input
107
- * @description
108
- * An array of airports that are restricted for destination airports. It will default to airports if not set.
109
- */
110
- allowedDestinationAirports: Array<AirportModel>;
111
- /**
112
- * @property Input
113
- * @description
114
- * A boolean indicating if airports that the user allready has searh for should be displayed.
115
- */
116
- displayLatestSearches: boolean;
117
- /**
118
- * @property Input
119
- * @description
120
- * Display switch UI to interchange origin and destination airport.
121
- */
122
- useSwitch?: boolean;
123
- /**
124
- * @property Input
125
- * @description
126
- * A boolean indicating if airports that are close to the user should be displayed.
127
- */
128
- displayClosestAirports: boolean;
129
- /**
130
- * @property Input
131
- * @description
132
- * The airport code of the origin airport. It will set the selected origin airport based on this value.
133
- */
134
- originAirportCode: string;
135
- /**
136
- * @property Input
137
- * @description
138
- * The airport code of the destination airport. It will set the selected destination airport based on this value.
139
- */
140
- destinationAirportCode: string;
141
- /**
142
- * @property Input
143
- * @description
144
- * A label that will be added to the passenger select dropdown.
145
- */
146
- passengerSelectLabel: string;
147
- /**
148
- * @property Input
149
- * @description
150
- * The total maximum amount of passengers in the passenger select dropdown.
151
- */
152
- maxPaxCount: number;
153
- /**
154
- * @property Input
155
- * @description
156
- * An array of different passenger types that will be displayed.
157
- */
158
- get passengers(): Array<PassengersModel>;
159
- set passengers(value: Array<PassengersModel>);
160
- /**
161
- * @property Input
162
- * @description
163
- * The minimum amount of adults that can be selected in the passenger select dropdown.
164
- */
165
- minAdultCount: number;
166
- /**
167
- * @property Input
168
- * @description
169
- * A label for round trip selection in the trip switch dropdown.
170
- */
171
- tripSwitchRoundTripLabel: string;
172
- /**
173
- * @property Input
174
- * @description
175
- * A label for one way selection in the trip switch dropdown.
176
- */
177
- tripSwitchOneWayLabel: string;
178
- /**
179
- * @property Input
180
- * @description
181
- * A label for direct only selection in the transit switch dropdown.
182
- */
183
- directOnlyLabel: string;
184
- /**
185
- * @property Input
186
- * @description
187
- * A label for both direct and transit selection in the transit switch dropdown.
188
- */
189
- directTransitLabel: string;
190
- /**
191
- * @property Input
192
- * @description
193
- * Indicates if the filter should be minimized on mobile screen sizes.
194
- */
195
- minimizeOnMobile?: boolean;
196
- /**
197
- * @property Input
198
- * @description
199
- * Indicates if all inputs in the filter should be flex inline.
200
- */
201
- inlineOnDesktop?: boolean;
202
- /**
203
- * @property Input
204
- * @description
205
- * Indicates if the edit search of accordion should be expended on mobile screen sizes.
206
- */
207
- get expandedAccordionMobile(): boolean;
208
- set expandedAccordionMobile(value: boolean);
209
- /**
210
- * @property Input
211
- * @description
212
- * A separator for the filter summary that is dispayed if minimizeOnMobile is true.
213
- *
214
- * ### Example
215
- * 1 traveller, round trip and direct/transit
216
- */
217
- defaultSummarySeparator: string;
218
- /**
219
- * A separator for the filter summary is are dispayed if minimizeOnMobile is true.
220
- *
221
- * ### Example
222
- * 1 traveller, round trip and direct/transit
223
- */
224
- lastSummarySeparator: string;
225
- /**
226
- * @property Input
227
- * @description
228
- * A title that will be added to the passenger select dropdown.
229
- */
230
- passengerSelectTitle: string;
231
- /**
232
- * @property Input
233
- * @description
234
- * A label for the adults passenger type in the passenger select dropdown.
235
- */
236
- passengerSelectAdultsLabel: string;
237
- /**
238
- * @property Input
239
- * @description
240
- * A label for the youths passenger type in the passenger select dropdown.
241
- */
242
- passengerSelectYouthsLabel: string;
243
- /**
244
- * @property Input
245
- * @description
246
- * A label for the young adults passenger type in the passenger select dropdown.
247
- */
248
- passengerSelectYoungAdultsLabel: string;
249
- /**
250
- * @property Input
251
- * @description
252
- * A label for the children passenger type in the passenger select dropdown.
253
- */
254
- passengerSelectChildrenLabel: string;
255
- /**
256
- * @property Input
257
- * @description
258
- * A label for the infants passenger type in the passenger select dropdown.
259
- */
260
- passengerSelectInfantsLabel: string;
261
- /**
262
- * @property Input
263
- * @description
264
- * A label that will appear when total number of selected passengers exceeds the group booking limit
265
- */
266
- groupBookingLabel: string;
267
- /**
268
- * @property Input
269
- * @description
270
- * A label that will appear on top of all airports in the airport select drop down lists.
271
- */
272
- allAirportsLabel: string;
273
- /**
274
- * @property Input
275
- * @description
276
- * A label that will appear on top of the latest searches in the airport select drop down lists.
277
- */
278
- latestSearchesLabel: string;
279
- /**
280
- * @property Input
281
- * @description
282
- * A label that will appear on top of the closest airports in the airport select drop down lists.
283
- */
284
- closestAirportsLabel: string;
285
- /**
286
- * @property Input
287
- * @description
288
- * A label that will appear in the destination input field in the airport select, if the
289
- * user tries to select a destination airport without selecting an origin airport.
290
- */
291
- selectOriginFirstLabel: string;
292
- /**
293
- * @property Input
294
- * @required
295
- * @description
296
- * A label that will appear on top of the origin airport input field.
297
- */
298
- labelOrigin: string;
299
- /**
300
- * @property Input
301
- * @description
302
- * A placeholder that will appear on the origin airport input field.
303
- */
304
- placeholderOrigin: string;
305
- /**
306
- * @property Input
307
- * @required
308
- * @description
309
- * A label that will appear on top of the destination airport input field.
310
- */
311
- labelDestination: string;
312
- /**
313
- * @property Input
314
- * @description
315
- * A label that will appear in my location in the drop down list in airport select.
316
- */
317
- geolocationLabel: string;
318
- /**
319
- * @property Input
320
- * @description
321
- * A label that will appear in my location, in the drop down list in airport select if user has denied geolocation.
322
- */
323
- geolocationBlockedLabel: string;
324
- /**
325
- * @property Input
326
- * @description
327
- * A placeholder that will appear on the destination airport input field.
328
- */
329
- placeholderDestination: string;
330
- /**
331
- * @property Input
332
- * @description
333
- * A modifier that will allow always keeping the selected airport.
334
- * The last selected airport will be shown once user clears the selection and blur.
335
- */
336
- keepSelection: boolean;
337
- /**
338
- * @property Input
339
- * @description
340
- * A title that will be assigned to edit search accordion.
341
- */
342
- editSearchTitle: string;
343
- /**
344
- * @property Input
345
- * @description
346
- * Adds the parent's form group.
347
- * It requires that the consumer included ReactiveFormsModule in it's module.
348
- * It is requiered to be filled if nasFormControlName added.
349
- */
350
- nasFormGroup: FormGroup;
351
- /**
352
- * @property Input
353
- * @description
354
- * Sets a formControlName directive to the input.
355
- * It requires that the consumer included ReactiveFormsModule in it's module.
356
- * It requiers that the nasFormGroup input is filled.
357
- */
358
- nasFormControlNameOrigin: string;
359
- /**
360
- * @property Input
361
- * @description
362
- * Sets a formControlName directive to the input.
363
- * It requires that the consumer included ReactiveFormsModule in it's module.
364
- * It requiers that the nasFormGroup input is filled.
365
- */
366
- nasFormControlNameDestination: string;
367
- /**
368
- * @property Input
369
- * @description
370
- * Sets a formControlName directive to the input.
371
- * It requires that the consumer included ReactiveFormsModule in it's module.
372
- * It requiers that the nasFormGroup input is filled.
373
- */
374
- nasFormControlNameTripType: string;
375
- /**
376
- * @property Input
377
- * @description
378
- * Sets a formControlName directive to the input.
379
- * It requires that the consumer included ReactiveFormsModule in it's module.
380
- * It requiers that the nasFormGroup input is filled.
381
- */
382
- nasFormControlNameDirectOnly: string;
383
- /**
384
- * @property Input
385
- * @description
386
- * Sets a formControlName directive to the input.
387
- * It requires that the consumer included ReactiveFormsModule in it's module.
388
- * It requiers that the nasFormGroup input is filled.
389
- */
390
- nasFormControlNameOutbound: string;
391
- /**
392
- * @property Input
393
- * @description
394
- * Sets a formControlName directive to the input.
395
- * It requires that the consumer included ReactiveFormsModule in it's module.
396
- * It requiers that the nasFormGroup input is filled.
397
- */
398
- nasFormControlNameInbound: string;
399
- /**
400
- * @property Input
401
- * @description
402
- * Sets a formControlName directive to the input.
403
- * It requires that the consumer included ReactiveFormsModule in it's module.
404
- * It requiers that the nasFormGroup input is filled.
405
- */
406
- nasFormControlGroupBooking: string;
407
- /**
408
- * @property Input
409
- * @description
410
- * Make latest searches and geolocation override default value in the origin airport selector.
411
- */
412
- overrideOrigin?: boolean;
413
- /**
414
- * @property Input
415
- * @description
416
- * This will make the filter display suggested airports based on geolocation and latest searches.
417
- */
418
- enableSuggestions?: boolean;
419
- get closestAirports(): Array<AirportModel>;
420
- set closestAirports(airports: Array<AirportModel>);
421
- /**
422
- * @property Input
423
- * @description
424
- * This will only display airport selection. When a city pair is selected, the rest of the filter will be visible.
425
- */
426
- minimize?: boolean;
427
- /**
428
- * @property Input
429
- * @required
430
- * @description
431
- * All airports that will be populated into the dropdown lists.
432
- * If displayLatestSearches is true, it will try to get the latest searches from the abandoned basket.
433
- */
434
- get airports(): Array<AirportModel>;
435
- set airports(airports: Array<AirportModel>);
436
- /**
437
- * @property Input
438
- * @description
439
- * Sets and gets the selected trip type.
440
- */
441
- get tripType(): TripType;
442
- set tripType(tripType: TripType);
443
- /**
444
- * @property Input
445
- * @description
446
- * Sets and gets whether the selected transit type is direct only or not.
447
- */
448
- get directOnly(): boolean;
449
- set directOnly(directOnly: boolean);
450
- /**
451
- * @property Input
452
- * @description
453
- * The limit for when the total amount of passengers exceeds to be a group booking.
454
- */
455
- groupBookingLimit: number;
456
- /**
457
- * @property Input
458
- * @description
459
- * ARIA label for the previous month button in the calendar.
460
- */
461
- ariaLabelPreviousMonth: string;
462
- /**
463
- * @property Input
464
- * @description
465
- * ARIA label for the next month button in the calendar.
466
- */
467
- ariaLabelNextMonth: string;
468
- /**
469
- * @property Output
470
- * @description
471
- * An event that is fired every time the origin dropdown selector opens or closes.
472
- */
473
- originOpenChange: EventEmitter<boolean>;
474
- /**
475
- * @property Output
476
- * @description
477
- * An event that is fired every time the origin dropdown selector opens or closes.
478
- */
479
- destinationOpenChange: EventEmitter<boolean>;
480
- /**
481
- * @property Output
482
- * @description
483
- * An event that is fired every time the passenger select dropdown opens or closes.
484
- */
485
- passengerSelectOpenChange: EventEmitter<boolean>;
486
- /**
487
- * @property Output
488
- * @description
489
- * An event that is fired every time the selected origin airport changes.
490
- */
491
- originChange: EventEmitter<AirportModel>;
492
- /**
493
- * @property Output
494
- * @description
495
- * An event that is fired every time the selected destination airport changes.
496
- */
497
- destinationChange: EventEmitter<AirportModel>;
498
- /**
499
- * @property Output
500
- * @description
501
- * An event that is fired every time a passenger selection change is performed.
502
- */
503
- passengersChange: EventEmitter<PassengersModel[]>;
504
- /**
505
- * @property Output
506
- * @description
507
- * Sets and gets the selected trip type.
508
- */
509
- tripTypeChange: EventEmitter<TripType>;
510
- /**
511
- * @property Output
512
- * @description
513
- * Sets and gets whether the selected transit type is direct only or not.
514
- */
515
- directOnlyChange: EventEmitter<boolean>;
516
- /**
517
- * @property Input
518
- * @description
519
- * Label for no available flights.
520
- */
521
- noAvailableFlightsLabel: string;
522
- /**
523
- * @property Input
524
- * @description
525
- * Label for available flights.
526
- */
527
- availableFlightsLabel: string;
528
- /**
529
- * @property Input
530
- * @description
531
- * Disable possibility to select dates in the past.
532
- */
533
- disablePastSelection: boolean;
534
- /**
535
- * @property Input
536
- * @description
537
- * Label for outbound datepicker.
538
- */
539
- outboundLabel: string;
540
- /**
541
- * @property Input
542
- * @description
543
- * Label for inbound datepicker.
544
- */
545
- inboundLabel: string;
546
- /**
547
- * @property Input
548
- * @description
549
- * Sets the datepickers in availability mode where available dates can be added.
550
- */
551
- availability: boolean;
552
- /**
553
- * @property Input
554
- * @description
555
- * Available dates for outbound calendar.
556
- */
557
- outboundAvailableDates: Array<UtcDate>;
558
- /**
559
- * @property Input
560
- * @description
561
- * Available dates for inbound calendar.
562
- */
563
- inboundAvailableDates: Array<UtcDate>;
564
- /**
565
- * @property Input
566
- * @description
567
- * If set, Enables the time dropdown selector alongside datepicker.
568
- */
569
- times: Array<UtcDate>;
570
- /**
571
- * @property Input
572
- * @description
573
- * The display format of the date when user has selected the date and it is being shown in the input box for the date picker.
574
- * Please look at the angular Date pipe for valid formats and variations.
575
- */
576
- dateDisplayFormat: string;
577
- /**
578
- * @property Input
579
- * @description
580
- * The time display format.
581
- */
582
- timeDisplayFormat: string;
583
- /**
584
- * @property Input
585
- * @description
586
- * A locale code for the locale format rules to use. When not supplied, uses the value of LOCALE_ID, which is en-US by default.
587
- * This requires that registerLocaleData is called with the respective locale.
588
- */
589
- locale: string;
590
- /**
591
- * @property Input
592
- * @description
593
- * A modifier to remove the padding and margins around the element.
594
- */
595
- compact: boolean;
596
- /**
597
- * @property Input
598
- * @description
599
- * Disable possibility to select outbound dates.
600
- */
601
- outboundDisabled: boolean;
602
- /**
603
- * @property Input
604
- * @description
605
- * Disable possibility to select inbound dates.
606
- */
607
- inboundDisabled: boolean;
608
- /**
609
- * @property Input
610
- * @description
611
- * Show/Add date picker combo into the filter if set to true.
612
- */
613
- enableDatepickers: boolean;
614
- /**
615
- * @property Input
616
- * @required
617
- * @description
618
- * Label for the toggle icon for minimizing filter.
619
- */
620
- minimizingLabel: string;
621
- /**
622
- * @property Input
623
- * @required
624
- * @description
625
- * Label for the toggle icon for maximizing filter.
626
- */
627
- maximizingLabel: string;
628
- /**
629
- * @property Input
630
- * @required
631
- * @description
632
- * Label for the toggling transit type when filter is minimized.
633
- */
634
- directOnlyMobileLabel: string;
635
- /**
636
- * @property Input
637
- * @description
638
- * Label for 'or' in the suggestioned airports.
639
- */
640
- orLabel: string;
641
- /**
642
- * @property Input
643
- * @description
644
- * Label for 'Travelers' in the passengers select button.
645
- */
646
- passengersTitleLabel: string;
647
- /**
648
- * @property Input
649
- * @description
650
- * A text that appears in the destinations dropdown list when origin airport is not set.
651
- */
652
- invalidDestinationText: string;
653
- /**
654
- * @property Input
655
- * @description
656
- * Selected datefor outbound calendar.
657
- */
658
- get outboundSelectedDate(): UtcDate;
659
- set outboundSelectedDate(date: UtcDate);
660
- /**
661
- * @property Input
662
- * @description
663
- * Selected datefor inbound calendar.
664
- */
665
- get inboundSelectedDate(): UtcDate;
666
- set inboundSelectedDate(date: UtcDate);
667
- /**
668
- * @property Input
669
- * @description
670
- * Will display the destination input, set this to false to remove it. It's true by default.
671
- */
672
- enableDestinationSelect: boolean;
673
- /**
674
- * @property Input
675
- * @description
676
- * Will display passenger select, set this to false to remove it. It's true by default.
677
- */
678
- enablePassengersSelect: boolean;
679
- /**
680
- * @property Input
681
- * @description
682
- * Will display the trip switch, set this to false to remove it. It's true by default.
683
- */
684
- enableTripSwitch: boolean;
685
- /**
686
- * @property Input
687
- * @description
688
- * Will display the transit switch, set this to false to remove it. It's true by default.
689
- */
690
- enableTransitSwitch: boolean;
691
- /**
692
- * @property Input
693
- * @description
694
- * Outbound and inbound dates will break horizontally.
695
- */
696
- datePickerComboInlineFlex: boolean;
697
- /**
698
- * @property Input
699
- * @required
700
- * @description
701
- * The ID of the native input element for outbound Airport Select
702
- */
703
- airportSelectOutboundId: string;
704
- /**
705
- * @property Input
706
- * @required
707
- * @description
708
- * The ID of the native input element for inbound Airport Select
709
- */
710
- airportSelectInboundId: string;
711
- /**
712
- * @property Input
713
- * @required
714
- * @description
715
- * The ID of the native input element for Passenger Select
716
- */
717
- passengerSelectId: string;
718
- /**
719
- * @property Input
720
- * @required
721
- * @description
722
- * The outbound datepicker ID of the native input element for Date picker
723
- */
724
- datePickerOutboundId: string;
725
- /**
726
- * @property Input
727
- * @required
728
- * @description
729
- * The inbound datepicker ID of the native input element for Date picker
730
- */
731
- datePickerInboundId: string;
732
- /**
733
- * @property Input
734
- * @required
735
- * @description
736
- * The ID of the native input element for Trip type
737
- */
738
- tripTypeId: string;
739
- /**
740
- * @property Input
741
- * @required
742
- * @description
743
- * The ID of the native input element for Transit type
744
- */
745
- transitTypeId: string;
746
- /**
747
- * @property Output
748
- * @description
749
- * When selected datehas been changed on the outbound calendar.
750
- */
751
- outboundSelectedDateChange: EventEmitter<UtcDate>;
752
- /**
753
- * @property Output
754
- * @description
755
- * When selected datehas been changed on the inbound calendar.
756
- */
757
- inboundSelectedDateChange: EventEmitter<UtcDate>;
758
- /**
759
- * @property Output
760
- * @description
761
- * Outbound datepicker is open or closed.
762
- */
763
- outboundOpenChange: EventEmitter<boolean>;
764
- /**
765
- * @property Output
766
- * @description
767
- * Inbound datepicker is open or closed.
768
- */
769
- inboundOpenChange: EventEmitter<boolean>;
770
- /**
771
- * @property Output
772
- * @description
773
- * Outbound calendar changes month.
774
- */
775
- outboundMonthChange: EventEmitter<UtcDate>;
776
- /**
777
- * @property Output
778
- * @description
779
- * Inbound calendar changes month.
780
- */
781
- inboundMonthChange: EventEmitter<UtcDate>;
782
- /**
783
- * @property Output
784
- * @description
785
- * When a user has actively changed the date.
786
- */
787
- focusOnNextChange: EventEmitter<any>;
788
- /**
789
- * @property Output
790
- * @description
791
- * The geolocation of the user. Will be emitted if 'enableSuggestions' is true.
792
- */
793
- positionChange: EventEmitter<GeolocationPosition>;
794
- get inboundSelectedMonth(): UtcDate;
795
- set inboundSelectedMonth(month: UtcDate);
796
- get passengerSelectInputId(): string;
797
- get tripTypeInputId(): string;
798
- get transitTypeInputId(): string;
799
- private outboundSelectedDateValue;
800
- private inboundSelectedDateValue;
801
- private inboundSelectedMonthValue;
802
- private airportsValue;
803
- private tripTypeValue;
804
- private directOnlyValue;
805
- private closestAirportsValue;
806
- private outboundOpenValue;
807
- private inboundOpenValue;
808
- private passengersValue;
809
- private focusAsyncTimout;
810
- private transitSwitchFocusTimeout;
811
- constructor(deviceHelper: DeviceHelper, sortService: SortService, abandonedBasketService: AbandonedBasketService, dateService: DateHelper, elementRef: ElementRef, changeDetector: ChangeDetectorRef);
812
- ngOnInit(): void;
813
- ngAfterViewInit(): void;
814
- ngAfterViewChecked(): void;
815
- getClosestAirports(position: GeolocationPosition): void;
816
- getFilterClass(element?: string, modifiersInput?: any): ClassModel;
817
- getAirportSelectClass(): ClassModel;
818
- getSuggestions(): Array<AirportModel>;
819
- getDatePickersClass(): ClassModel;
820
- getTravelDetailsClass(element?: string, modifiersInput?: any): ClassModel;
821
- onInboundMonthChange(month: UtcDate): void;
822
- onOutboundMonthChange(month: UtcDate): void;
823
- onPassengersSelectFocusOnPrevious(): void;
824
- passengerKeyDown(event: KeyboardEvent): void;
825
- onTripSwitchKeyDown(event: KeyboardEvent): void;
826
- onTripSwitchFocusNext(event: KeyboardEvent): void;
827
- transitKeyDown(event: KeyboardEvent): void;
828
- onPassengersSelectFocusOnNext(): void;
829
- focusAsync(refElement: ElementRef): void;
830
- onTransitSwitchFocusNext(event: KeyboardEvent): void;
831
- onTransitSwitchFocusOnPrevious(): void;
832
- onDatepickerFocusOnPrevious(event: KeyboardEvent | MouseEvent): void;
833
- onFocusOnNextChange(event: KeyboardEvent): void;
834
- isMobileDisplay(): boolean;
835
- isTabletDisplay(): boolean;
836
- onOriginOpen(open: boolean): void;
837
- validateAirportValues(): boolean;
838
- updateMaximize(): void;
839
- onDestinationOpen(open: boolean): void;
840
- onPassengerBackdropChange(value: boolean): void;
841
- onPassengerSelectOpen(): void;
842
- onTripSwitchOpen(open: boolean): void;
843
- onTransitSwitchOpen(open: boolean): void;
844
- onOriginChange(airport: AirportModel): void;
845
- setSelectedOriginAirport(airport: AirportModel): void;
846
- onDestinationChange(airport: AirportModel): void;
847
- setFocusOnPassengerSelect(event: KeyboardEvent): void;
848
- setFocusOnNativeElement(element: ElementRef): void;
849
- onTripTypeChange(tripType: TripType): void;
850
- onTransitChange(directOnly: boolean): void;
851
- getTravelDetailsTripSwitchIconClass(modifiers?: any): Array<ClassModel>;
852
- getTripSwitchLabel(): string;
853
- getTransitLabel(): string;
854
- onAccordionToggleChange(expanded: boolean): void;
855
- getSummary(): string;
856
- shouldMaximize(): boolean;
857
- focusOnAirportSelectBackwards(): void;
858
- private setLatestSearches;
859
- private closeDropdowns;
860
- static ɵfac: i0.ɵɵFactoryDeclaration<FilterComponent, never>;
861
- static ɵcmp: i0.ɵɵComponentDeclaration<FilterComponent, "nas-filter", never, { "airportRelations": { "alias": "airportRelations"; "required": false; }; "ariaLabelClear": { "alias": "ariaLabelClear"; "required": false; }; "ariaLabelSubtract": { "alias": "ariaLabelSubtract"; "required": false; }; "ariaLabelBackdrop": { "alias": "ariaLabelBackdrop"; "required": false; }; "ariaLabelAdd": { "alias": "ariaLabelAdd"; "required": false; }; "allowedOriginAirports": { "alias": "allowedOriginAirports"; "required": false; }; "allowedDestinationAirports": { "alias": "allowedDestinationAirports"; "required": false; }; "displayLatestSearches": { "alias": "displayLatestSearches"; "required": false; }; "useSwitch": { "alias": "useSwitch"; "required": false; }; "displayClosestAirports": { "alias": "displayClosestAirports"; "required": false; }; "originAirportCode": { "alias": "originAirportCode"; "required": false; }; "destinationAirportCode": { "alias": "destinationAirportCode"; "required": false; }; "passengerSelectLabel": { "alias": "passengerSelectLabel"; "required": false; }; "maxPaxCount": { "alias": "maxPaxCount"; "required": false; }; "passengers": { "alias": "passengers"; "required": false; }; "minAdultCount": { "alias": "minAdultCount"; "required": false; }; "tripSwitchRoundTripLabel": { "alias": "tripSwitchRoundTripLabel"; "required": false; }; "tripSwitchOneWayLabel": { "alias": "tripSwitchOneWayLabel"; "required": false; }; "directOnlyLabel": { "alias": "directOnlyLabel"; "required": false; }; "directTransitLabel": { "alias": "directTransitLabel"; "required": false; }; "minimizeOnMobile": { "alias": "minimizeOnMobile"; "required": false; }; "inlineOnDesktop": { "alias": "inlineOnDesktop"; "required": false; }; "expandedAccordionMobile": { "alias": "expandedAccordionMobile"; "required": false; }; "defaultSummarySeparator": { "alias": "defaultSummarySeparator"; "required": false; }; "lastSummarySeparator": { "alias": "lastSummarySeparator"; "required": false; }; "passengerSelectTitle": { "alias": "passengerSelectTitle"; "required": false; }; "passengerSelectAdultsLabel": { "alias": "passengerSelectAdultsLabel"; "required": false; }; "passengerSelectYouthsLabel": { "alias": "passengerSelectYouthsLabel"; "required": false; }; "passengerSelectYoungAdultsLabel": { "alias": "passengerSelectYoungAdultsLabel"; "required": false; }; "passengerSelectChildrenLabel": { "alias": "passengerSelectChildrenLabel"; "required": false; }; "passengerSelectInfantsLabel": { "alias": "passengerSelectInfantsLabel"; "required": false; }; "groupBookingLabel": { "alias": "groupBookingLabel"; "required": false; }; "allAirportsLabel": { "alias": "allAirportsLabel"; "required": false; }; "latestSearchesLabel": { "alias": "latestSearchesLabel"; "required": false; }; "closestAirportsLabel": { "alias": "closestAirportsLabel"; "required": false; }; "selectOriginFirstLabel": { "alias": "selectOriginFirstLabel"; "required": false; }; "labelOrigin": { "alias": "labelOrigin"; "required": false; }; "placeholderOrigin": { "alias": "placeholderOrigin"; "required": false; }; "labelDestination": { "alias": "labelDestination"; "required": false; }; "geolocationLabel": { "alias": "geolocationLabel"; "required": false; }; "geolocationBlockedLabel": { "alias": "geolocationBlockedLabel"; "required": false; }; "placeholderDestination": { "alias": "placeholderDestination"; "required": false; }; "keepSelection": { "alias": "keepSelection"; "required": false; }; "editSearchTitle": { "alias": "editSearchTitle"; "required": false; }; "nasFormGroup": { "alias": "nasFormGroup"; "required": false; }; "nasFormControlNameOrigin": { "alias": "nasFormControlNameOrigin"; "required": false; }; "nasFormControlNameDestination": { "alias": "nasFormControlNameDestination"; "required": false; }; "nasFormControlNameTripType": { "alias": "nasFormControlNameTripType"; "required": false; }; "nasFormControlNameDirectOnly": { "alias": "nasFormControlNameDirectOnly"; "required": false; }; "nasFormControlNameOutbound": { "alias": "nasFormControlNameOutbound"; "required": false; }; "nasFormControlNameInbound": { "alias": "nasFormControlNameInbound"; "required": false; }; "nasFormControlGroupBooking": { "alias": "nasFormControlGroupBooking"; "required": false; }; "overrideOrigin": { "alias": "overrideOrigin"; "required": false; }; "enableSuggestions": { "alias": "enableSuggestions"; "required": false; }; "closestAirports": { "alias": "closestAirports"; "required": false; }; "minimize": { "alias": "minimize"; "required": false; }; "airports": { "alias": "airports"; "required": false; }; "tripType": { "alias": "tripType"; "required": false; }; "directOnly": { "alias": "directOnly"; "required": false; }; "groupBookingLimit": { "alias": "groupBookingLimit"; "required": false; }; "ariaLabelPreviousMonth": { "alias": "ariaLabelPreviousMonth"; "required": false; }; "ariaLabelNextMonth": { "alias": "ariaLabelNextMonth"; "required": false; }; "noAvailableFlightsLabel": { "alias": "noAvailableFlightsLabel"; "required": false; }; "availableFlightsLabel": { "alias": "availableFlightsLabel"; "required": false; }; "disablePastSelection": { "alias": "disablePastSelection"; "required": false; }; "outboundLabel": { "alias": "outboundLabel"; "required": false; }; "inboundLabel": { "alias": "inboundLabel"; "required": false; }; "availability": { "alias": "availability"; "required": false; }; "outboundAvailableDates": { "alias": "outboundAvailableDates"; "required": false; }; "inboundAvailableDates": { "alias": "inboundAvailableDates"; "required": false; }; "times": { "alias": "times"; "required": false; }; "dateDisplayFormat": { "alias": "dateDisplayFormat"; "required": false; }; "timeDisplayFormat": { "alias": "timeDisplayFormat"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "outboundDisabled": { "alias": "outboundDisabled"; "required": false; }; "inboundDisabled": { "alias": "inboundDisabled"; "required": false; }; "enableDatepickers": { "alias": "enableDatepickers"; "required": false; }; "minimizingLabel": { "alias": "minimizingLabel"; "required": false; }; "maximizingLabel": { "alias": "maximizingLabel"; "required": false; }; "directOnlyMobileLabel": { "alias": "directOnlyMobileLabel"; "required": false; }; "orLabel": { "alias": "orLabel"; "required": false; }; "passengersTitleLabel": { "alias": "passengersTitleLabel"; "required": false; }; "invalidDestinationText": { "alias": "invalidDestinationText"; "required": false; }; "outboundSelectedDate": { "alias": "outboundSelectedDate"; "required": false; }; "inboundSelectedDate": { "alias": "inboundSelectedDate"; "required": false; }; "enableDestinationSelect": { "alias": "enableDestinationSelect"; "required": false; }; "enablePassengersSelect": { "alias": "enablePassengersSelect"; "required": false; }; "enableTripSwitch": { "alias": "enableTripSwitch"; "required": false; }; "enableTransitSwitch": { "alias": "enableTransitSwitch"; "required": false; }; "datePickerComboInlineFlex": { "alias": "datePickerComboInlineFlex"; "required": false; }; "airportSelectOutboundId": { "alias": "airportSelectOutboundId"; "required": false; }; "airportSelectInboundId": { "alias": "airportSelectInboundId"; "required": false; }; "passengerSelectId": { "alias": "passengerSelectId"; "required": false; }; "datePickerOutboundId": { "alias": "datePickerOutboundId"; "required": false; }; "datePickerInboundId": { "alias": "datePickerInboundId"; "required": false; }; "tripTypeId": { "alias": "tripTypeId"; "required": false; }; "transitTypeId": { "alias": "transitTypeId"; "required": false; }; }, { "originOpenChange": "originOpenChange"; "destinationOpenChange": "destinationOpenChange"; "passengerSelectOpenChange": "passengerSelectOpenChange"; "originChange": "originChange"; "destinationChange": "destinationChange"; "passengersChange": "passengersChange"; "tripTypeChange": "tripTypeChange"; "directOnlyChange": "directOnlyChange"; "outboundSelectedDateChange": "outboundSelectedDateChange"; "inboundSelectedDateChange": "inboundSelectedDateChange"; "outboundOpenChange": "outboundOpenChange"; "inboundOpenChange": "inboundOpenChange"; "outboundMonthChange": "outboundMonthChange"; "inboundMonthChange": "inboundMonthChange"; "focusOnNextChange": "focusOnNextChange"; "positionChange": "positionChange"; }, never, never, false, never>;
862
- }