@norwegian/core-components 6.60.0 → 7.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 (333) hide show
  1. package/assets/fonts/NorwegianDisplay-Bold.ttf +0 -0
  2. package/assets/fonts/NorwegianDisplay-Regular.ttf +0 -0
  3. package/assets/fonts/NorwegianDisplayPro-Bold.otf +0 -0
  4. package/assets/fonts/NorwegianDisplayPro-Bold.woff +0 -0
  5. package/assets/fonts/NorwegianDisplayPro-Bold.woff2 +0 -0
  6. package/assets/fonts/NorwegianDisplayPro-Regular.otf +0 -0
  7. package/assets/fonts/NorwegianDisplayPro-Regular.woff +0 -0
  8. package/assets/fonts/NorwegianDisplayPro-Regular.woff2 +0 -0
  9. package/assets/fonts/NorwegianText-Bold.ttf +0 -0
  10. package/assets/fonts/NorwegianText-BoldItalic.ttf +0 -0
  11. package/assets/fonts/NorwegianText-Regular.ttf +0 -0
  12. package/assets/fonts/NorwegianText-RegularItalic.ttf +0 -0
  13. package/assets/fonts/NorwegianTextPro-Bold.otf +0 -0
  14. package/assets/fonts/NorwegianTextPro-Bold.woff +0 -0
  15. package/assets/fonts/NorwegianTextPro-Bold.woff2 +0 -0
  16. package/assets/fonts/NorwegianTextPro-BoldItalic.otf +0 -0
  17. package/assets/fonts/NorwegianTextPro-BoldItalic.woff +0 -0
  18. package/assets/fonts/NorwegianTextPro-BoldItalic.woff2 +0 -0
  19. package/assets/fonts/NorwegianTextPro-Regular.otf +0 -0
  20. package/assets/fonts/NorwegianTextPro-Regular.woff +0 -0
  21. package/assets/fonts/NorwegianTextPro-Regular.woff2 +0 -0
  22. package/assets/fonts/NorwegianTextPro-RegularItalic.otf +0 -0
  23. package/assets/fonts/NorwegianTextPro-RegularItalic.woff +0 -0
  24. package/assets/fonts/NorwegianTextPro-RegularItalic.woff2 +0 -0
  25. package/esm2022/lib/components/accordion/accordion.component.mjs +3 -3
  26. package/esm2022/lib/components/airport-select/airport-select-dropdown/airport-select-dropdown.component.mjs +10 -7
  27. package/esm2022/lib/components/airport-select/airport-select.component.mjs +43 -12
  28. package/esm2022/lib/components/airport-select/airport-select.module.mjs +4 -4
  29. package/esm2022/lib/components/airport-select/index.mjs +1 -2
  30. package/esm2022/lib/components/airport-select/models/results-labels.model.mjs +1 -1
  31. package/esm2022/lib/components/airport-select/services/airport-select-dropdown.service.mjs +2 -2
  32. package/esm2022/lib/components/airport-select/services/airport-select.service.mjs +3 -3
  33. package/esm2022/lib/components/alert/alert.component.mjs +5 -5
  34. package/esm2022/lib/components/alert/alert.module.mjs +4 -4
  35. package/esm2022/lib/components/autocomplete/autocomplete.component.mjs +25 -5
  36. package/esm2022/lib/components/autocomplete/autocomplete.module.mjs +4 -4
  37. package/esm2022/lib/components/autocomplete/index.mjs +1 -2
  38. package/esm2022/lib/components/box/box.component.mjs +2 -2
  39. package/esm2022/lib/components/button/button.component.mjs +16 -11
  40. package/esm2022/lib/components/button/button.module.mjs +1 -1
  41. package/esm2022/lib/components/campaign-header/campaign-header.component.mjs +2 -2
  42. package/esm2022/lib/components/checkbox/checkbox.component.mjs +4 -4
  43. package/esm2022/lib/components/checkbox/checkbox.module.mjs +1 -1
  44. package/esm2022/lib/components/continue/continue.component.mjs +2 -2
  45. package/esm2022/lib/components/continue/continue.module.mjs +1 -1
  46. package/esm2022/lib/components/cover/cover.component.mjs +2 -2
  47. package/esm2022/lib/components/cover/cover.module.mjs +1 -1
  48. package/esm2022/lib/components/datepicker/calendar/calendar.component.mjs +29 -5
  49. package/esm2022/lib/components/datepicker/calendar/models/day.model.mjs +1 -1
  50. package/esm2022/lib/components/datepicker/calendar/models/select-option.model.mjs +1 -1
  51. package/esm2022/lib/components/datepicker/calendar/models/week.model.mjs +1 -1
  52. package/esm2022/lib/components/datepicker/datepicker.component.mjs +25 -11
  53. package/esm2022/lib/components/datepicker/datepicker.module.mjs +4 -4
  54. package/esm2022/lib/components/datepicker/index.mjs +2 -1
  55. package/esm2022/lib/components/datepicker/services/calendar.service.mjs +7 -5
  56. package/esm2022/lib/components/datepicker-combo/datepicker-combo.component.mjs +38 -11
  57. package/esm2022/lib/components/datepicker-combo/datepicker-combo.module.mjs +14 -6
  58. package/esm2022/lib/components/divider/divider.component.mjs +4 -4
  59. package/esm2022/lib/components/divider/divider.module.mjs +6 -6
  60. package/esm2022/lib/components/dropdown/dropdown.component.mjs +2 -2
  61. package/esm2022/lib/components/filter/filter.component.mjs +139 -72
  62. package/esm2022/lib/components/filter/filter.module.mjs +23 -11
  63. package/esm2022/lib/components/filter/index.mjs +2 -1
  64. package/esm2022/lib/components/icon-list/icon-list.component.mjs +2 -2
  65. package/esm2022/lib/components/index.mjs +13 -15
  66. package/esm2022/lib/components/info/info.component.mjs +2 -2
  67. package/esm2022/lib/components/input/input.component.mjs +61 -14
  68. package/esm2022/lib/components/input/input.module.mjs +2 -2
  69. package/esm2022/lib/components/journey/journey.component.mjs +2 -2
  70. package/esm2022/lib/components/journey-availability/journey-availability.component.mjs +2 -2
  71. package/esm2022/lib/components/journey-availability-list/journey-availability-list.component.mjs +2 -2
  72. package/esm2022/lib/components/journey-selection/journey-selection.component.mjs +2 -2
  73. package/esm2022/lib/components/journey-stopover/journey-stopover.component.mjs +2 -2
  74. package/esm2022/lib/components/list/list.component.mjs +3 -3
  75. package/esm2022/lib/components/micro-button/micro-button.component.mjs +2 -2
  76. package/esm2022/lib/components/modal/modal.component.mjs +2 -2
  77. package/esm2022/lib/components/number-field/number-field.component.mjs +11 -4
  78. package/esm2022/lib/components/number-field/number-field.module.mjs +1 -1
  79. package/esm2022/lib/components/page-footer/page-footer.component.mjs +2 -2
  80. package/esm2022/lib/components/page-header/page-header.component.mjs +2 -2
  81. package/esm2022/lib/components/page-header/page-header.module.mjs +2 -6
  82. package/esm2022/lib/components/page-header/search/search.component.mjs +2 -2
  83. package/esm2022/lib/components/page-header/wallet/wallet.component.mjs +9 -6
  84. package/esm2022/lib/components/passenger-select/index.mjs +3 -1
  85. package/esm2022/lib/components/passenger-select/models/passengers.model.mjs +1 -1
  86. package/esm2022/lib/components/passenger-select/passenger-select.component.mjs +5 -5
  87. package/esm2022/lib/components/passenger-select/passenger-select.module.mjs +14 -6
  88. package/esm2022/lib/components/phone-number/phone-number.component.mjs +2 -2
  89. package/esm2022/lib/components/radio/radio.component.mjs +4 -4
  90. package/esm2022/lib/components/ribbon-banner/ribbon-banner.component.mjs +2 -2
  91. package/esm2022/lib/components/select/select.component.mjs +2 -2
  92. package/esm2022/lib/components/simple-list/simple-list.component.mjs +2 -2
  93. package/esm2022/lib/components/slide-toggle/slide-toggle.component.mjs +14 -14
  94. package/esm2022/lib/components/slide-toggle/slide-toggle.module.mjs +1 -1
  95. package/esm2022/lib/components/slider/slider.component.mjs +4 -4
  96. package/esm2022/lib/components/sort/sort.component.mjs +2 -2
  97. package/esm2022/lib/components/sort/sort.module.mjs +1 -1
  98. package/esm2022/lib/components/spinner/spinner.component.mjs +2 -2
  99. package/esm2022/lib/components/status-box/status-box.component.mjs +5 -6
  100. package/esm2022/lib/components/status-box/status-box.module.mjs +5 -5
  101. package/esm2022/lib/components/subsidy-discount/subsidy-discount.component.mjs +2 -2
  102. package/esm2022/lib/components/suggestions/suggestions.component.mjs +3 -3
  103. package/esm2022/lib/components/tab-group/tab/tab.component.mjs +2 -2
  104. package/esm2022/lib/components/table/table.component.mjs +2 -2
  105. package/esm2022/lib/components/tag/tag.component.mjs +2 -2
  106. package/esm2022/lib/components/textarea/textarea.component.mjs +2 -2
  107. package/esm2022/lib/components/toggle/toggle.component.mjs +2 -2
  108. package/esm2022/lib/components/trip-summary/trip-summary.component.mjs +2 -2
  109. package/esm2022/lib/core/directives/nas-class/nas-class.module.mjs +1 -1
  110. package/fesm2022/norwegian-core-components.mjs +4603 -10823
  111. package/fesm2022/norwegian-core-components.mjs.map +1 -1
  112. package/lib/components/airport-select/airport-select-dropdown/airport-select-dropdown.component.d.ts +3 -2
  113. package/lib/components/airport-select/airport-select.component.d.ts +21 -6
  114. package/lib/components/airport-select/index.d.ts +0 -1
  115. package/lib/components/alert/alert.module.d.ts +4 -4
  116. package/lib/components/autocomplete/autocomplete.component.d.ts +8 -4
  117. package/lib/components/autocomplete/index.d.ts +0 -1
  118. package/lib/components/button/button.component.d.ts +35 -26
  119. package/lib/components/checkbox/checkbox.component.d.ts +1 -1
  120. package/lib/components/datepicker/calendar/calendar.component.d.ts +11 -1
  121. package/lib/components/datepicker/calendar/models/day.model.d.ts +1 -0
  122. package/lib/components/datepicker/datepicker.component.d.ts +20 -2
  123. package/lib/components/datepicker/index.d.ts +1 -0
  124. package/lib/components/datepicker-combo/datepicker-combo.component.d.ts +26 -3
  125. package/lib/components/divider/divider.module.d.ts +3 -3
  126. package/lib/components/filter/filter.component.d.ts +80 -24
  127. package/lib/components/filter/filter.module.d.ts +10 -7
  128. package/lib/components/filter/index.d.ts +1 -0
  129. package/lib/components/index.d.ts +12 -14
  130. package/lib/components/input/input.component.d.ts +21 -17
  131. package/lib/components/list/list.component.d.ts +1 -1
  132. package/lib/components/number-field/number-field.component.d.ts +10 -2
  133. package/lib/components/page-header/page-header.module.d.ts +2 -3
  134. package/lib/components/page-header/wallet/wallet.component.d.ts +1 -0
  135. package/lib/components/passenger-select/index.d.ts +2 -0
  136. package/lib/components/passenger-select/models/passengers.model.d.ts +1 -0
  137. package/lib/components/passenger-select/passenger-select.component.d.ts +2 -2
  138. package/lib/components/radio/radio.component.d.ts +1 -1
  139. package/lib/components/slide-toggle/slide-toggle.component.d.ts +9 -9
  140. package/lib/components/slider/slider.component.d.ts +3 -3
  141. package/lib/components/status-box/status-box.component.d.ts +3 -3
  142. package/lib/components/status-box/status-box.module.d.ts +2 -2
  143. package/package.json +1 -1
  144. package/styles/1__settings/_colors.scss +107 -53
  145. package/styles/1__settings/_mixins.scss +78 -30
  146. package/styles/1__settings/_type.scss +17 -43
  147. package/styles/2__generic/_fonts.scss +16 -28
  148. package/styles/3__base/_body.scss +3 -3
  149. package/styles/3__base/_heading.scss +28 -20
  150. package/styles/3__base/_hr.scss +4 -4
  151. package/styles/3__base/_input.scss +3 -3
  152. package/styles/3__base/_link.scss +17 -17
  153. package/styles/3__base/_table.scss +9 -5
  154. package/styles/3__base/_type.scss +4 -4
  155. package/assets/documentation/autocomplete-new/autocomplete-new.md +0 -1
  156. package/assets/documentation/datepicker/calendar/calendar.md +0 -3
  157. package/assets/documentation/filter-new/filter-new.md +0 -0
  158. package/assets/documentation/number-field-new/number-field-new.md +0 -1
  159. package/assets/documentation/page-header-old/page-header-old.md +0 -1
  160. package/assets/documentation/weather-icon/weather-icon.md +0 -1
  161. package/assets/fonts/apercu_bold_italic_pro-web.eot +0 -0
  162. package/assets/fonts/apercu_bold_italic_pro-web.svg +0 -12420
  163. package/assets/fonts/apercu_bold_italic_pro-web.ttf +0 -0
  164. package/assets/fonts/apercu_bold_italic_pro-web.woff +0 -0
  165. package/assets/fonts/apercu_bold_italic_pro-web.woff2 +0 -0
  166. package/assets/fonts/apercu_bold_italic_pro.otf +0 -0
  167. package/assets/fonts/apercu_bold_pro-web.eot +0 -0
  168. package/assets/fonts/apercu_bold_pro-web.svg +0 -10193
  169. package/assets/fonts/apercu_bold_pro-web.ttf +0 -0
  170. package/assets/fonts/apercu_bold_pro-web.woff +0 -0
  171. package/assets/fonts/apercu_bold_pro-web.woff2 +0 -0
  172. package/assets/fonts/apercu_bold_pro.otf +0 -0
  173. package/assets/fonts/apercu_light_italic_pro-web.eot +0 -0
  174. package/assets/fonts/apercu_light_italic_pro-web.svg +0 -12831
  175. package/assets/fonts/apercu_light_italic_pro-web.ttf +0 -0
  176. package/assets/fonts/apercu_light_italic_pro-web.woff +0 -0
  177. package/assets/fonts/apercu_light_italic_pro-web.woff2 +0 -0
  178. package/assets/fonts/apercu_light_pro-web.eot +0 -0
  179. package/assets/fonts/apercu_light_pro-web.svg +0 -9704
  180. package/assets/fonts/apercu_light_pro-web.ttf +0 -0
  181. package/assets/fonts/apercu_light_pro-web.woff +0 -0
  182. package/assets/fonts/apercu_light_pro-web.woff2 +0 -0
  183. package/assets/fonts/apercu_medium_italic_pro-web.eot +0 -0
  184. package/assets/fonts/apercu_medium_italic_pro-web.svg +0 -12354
  185. package/assets/fonts/apercu_medium_italic_pro-web.ttf +0 -0
  186. package/assets/fonts/apercu_medium_italic_pro-web.woff +0 -0
  187. package/assets/fonts/apercu_medium_italic_pro-web.woff2 +0 -0
  188. package/assets/fonts/apercu_medium_italic_pro.otf +0 -0
  189. package/assets/fonts/apercu_medium_pro-web.eot +0 -0
  190. package/assets/fonts/apercu_medium_pro-web.svg +0 -12254
  191. package/assets/fonts/apercu_medium_pro-web.ttf +0 -0
  192. package/assets/fonts/apercu_medium_pro-web.woff +0 -0
  193. package/assets/fonts/apercu_medium_pro-web.woff2 +0 -0
  194. package/assets/fonts/apercu_medium_pro.otf +0 -0
  195. package/assets/fonts/apercu_mono_pro-web.eot +0 -0
  196. package/assets/fonts/apercu_mono_pro-web.svg +0 -538
  197. package/assets/fonts/apercu_mono_pro-web.ttf +0 -0
  198. package/assets/fonts/apercu_mono_pro-web.woff +0 -0
  199. package/assets/fonts/apercu_mono_pro-web.woff2 +0 -0
  200. package/assets/fonts/apercu_regular_italic_pro-web.eot +0 -0
  201. package/assets/fonts/apercu_regular_italic_pro-web.svg +0 -13059
  202. package/assets/fonts/apercu_regular_italic_pro-web.ttf +0 -0
  203. package/assets/fonts/apercu_regular_italic_pro-web.woff +0 -0
  204. package/assets/fonts/apercu_regular_italic_pro-web.woff2 +0 -0
  205. package/assets/fonts/apercu_regular_italic_pro.otf +0 -0
  206. package/assets/fonts/apercu_regular_pro-web.eot +0 -0
  207. package/assets/fonts/apercu_regular_pro-web.svg +0 -11356
  208. package/assets/fonts/apercu_regular_pro-web.ttf +0 -0
  209. package/assets/fonts/apercu_regular_pro-web.woff +0 -0
  210. package/assets/fonts/apercu_regular_pro-web.woff2 +0 -0
  211. package/assets/fonts/apercu_regular_pro.otf +0 -0
  212. package/esm2022/lib/components/airport-select-new/airport-select-dropdown/airport-select-dropdown.component.mjs +0 -611
  213. package/esm2022/lib/components/airport-select-new/airport-select-new.component.mjs +0 -477
  214. package/esm2022/lib/components/airport-select-new/airport-select-new.module.mjs +0 -42
  215. package/esm2022/lib/components/airport-select-new/index.mjs +0 -4
  216. package/esm2022/lib/components/airport-select-new/models/airport.model.mjs +0 -2
  217. package/esm2022/lib/components/airport-select-new/models/results-labels.model.mjs +0 -3
  218. package/esm2022/lib/components/airport-select-new/services/airport-select-dropdown.service.mjs +0 -35
  219. package/esm2022/lib/components/airport-select-new/services/airport-select.service.mjs +0 -38
  220. package/esm2022/lib/components/autocomplete-new/autocomplete-new.component.mjs +0 -309
  221. package/esm2022/lib/components/autocomplete-new/autocomplete-new.module.mjs +0 -43
  222. package/esm2022/lib/components/autocomplete-new/index.mjs +0 -3
  223. package/esm2022/lib/components/autocomplete-new/models/autocomplete-new.model.mjs +0 -2
  224. package/esm2022/lib/components/button-new/button-new.component.mjs +0 -176
  225. package/esm2022/lib/components/button-new/button-new.module.mjs +0 -21
  226. package/esm2022/lib/components/button-new/index.mjs +0 -3
  227. package/esm2022/lib/components/checkbox-new/checkbox-new.component.mjs +0 -150
  228. package/esm2022/lib/components/checkbox-new/checkbox-new.module.mjs +0 -20
  229. package/esm2022/lib/components/checkbox-new/index.mjs +0 -3
  230. package/esm2022/lib/components/datepicker-combo-new/datepicker-combo-new.component.mjs +0 -397
  231. package/esm2022/lib/components/datepicker-combo-new/datepicker-combo-new.module.mjs +0 -31
  232. package/esm2022/lib/components/datepicker-combo-new/index.mjs +0 -3
  233. package/esm2022/lib/components/datepicker-new/calendar-new/calendar-date.model.mjs +0 -2
  234. package/esm2022/lib/components/datepicker-new/calendar-new/calendar-new.component.mjs +0 -594
  235. package/esm2022/lib/components/datepicker-new/calendar-new/enums/week-start.enum.mjs +0 -6
  236. package/esm2022/lib/components/datepicker-new/calendar-new/models/day.model.mjs +0 -2
  237. package/esm2022/lib/components/datepicker-new/calendar-new/models/select-option.model.mjs +0 -2
  238. package/esm2022/lib/components/datepicker-new/calendar-new/models/week.model.mjs +0 -2
  239. package/esm2022/lib/components/datepicker-new/datepicker-new.component.mjs +0 -572
  240. package/esm2022/lib/components/datepicker-new/datepicker-new.module.mjs +0 -55
  241. package/esm2022/lib/components/datepicker-new/index.mjs +0 -5
  242. package/esm2022/lib/components/datepicker-new/services/calendar.service.mjs +0 -215
  243. package/esm2022/lib/components/filter-new/enums/trip-type.enum.mjs +0 -8
  244. package/esm2022/lib/components/filter-new/filter-new.component.mjs +0 -1349
  245. package/esm2022/lib/components/filter-new/filter-new.module.mjs +0 -105
  246. package/esm2022/lib/components/filter-new/index.mjs +0 -4
  247. package/esm2022/lib/components/input-text/index.mjs +0 -3
  248. package/esm2022/lib/components/input-text/input-text.component.mjs +0 -231
  249. package/esm2022/lib/components/input-text/input-text.module.mjs +0 -35
  250. package/esm2022/lib/components/number-field-new/index.mjs +0 -3
  251. package/esm2022/lib/components/number-field-new/models/number-field-new.model.mjs +0 -2
  252. package/esm2022/lib/components/number-field-new/number-field-new.component.mjs +0 -155
  253. package/esm2022/lib/components/number-field-new/number-field-new.module.mjs +0 -39
  254. package/esm2022/lib/components/page-header-old/index.mjs +0 -5
  255. package/esm2022/lib/components/page-header-old/old-hamburger/old-hamburger.component.mjs +0 -22
  256. package/esm2022/lib/components/page-header-old/old-search/old-search.component.mjs +0 -49
  257. package/esm2022/lib/components/page-header-old/page-header-old.component.mjs +0 -160
  258. package/esm2022/lib/components/page-header-old/page-header-old.module.mjs +0 -44
  259. package/esm2022/lib/components/passenger-select-new/enums/passenger-type.enum.mjs +0 -9
  260. package/esm2022/lib/components/passenger-select-new/index.mjs +0 -5
  261. package/esm2022/lib/components/passenger-select-new/models/passengers.model.mjs +0 -2
  262. package/esm2022/lib/components/passenger-select-new/passenger-select-new.component.mjs +0 -423
  263. package/esm2022/lib/components/passenger-select-new/passenger-select-new.module.mjs +0 -28
  264. package/esm2022/lib/components/radio-new/index.mjs +0 -3
  265. package/esm2022/lib/components/radio-new/radio-new.component.mjs +0 -100
  266. package/esm2022/lib/components/radio-new/radio-new.module.mjs +0 -20
  267. package/esm2022/lib/components/slide-toggle-new/index.mjs +0 -3
  268. package/esm2022/lib/components/slide-toggle-new/slide-toggle-new.component.mjs +0 -115
  269. package/esm2022/lib/components/slide-toggle-new/slide-toggle-new.module.mjs +0 -20
  270. package/esm2022/lib/components/weather-icon/index.mjs +0 -3
  271. package/esm2022/lib/components/weather-icon/weather-icon.component.mjs +0 -61
  272. package/esm2022/lib/components/weather-icon/weather-icon.module.mjs +0 -19
  273. package/lib/components/airport-select-new/airport-select-dropdown/airport-select-dropdown.component.d.ts +0 -97
  274. package/lib/components/airport-select-new/airport-select-new.component.d.ts +0 -302
  275. package/lib/components/airport-select-new/airport-select-new.module.d.ts +0 -13
  276. package/lib/components/airport-select-new/index.d.ts +0 -2
  277. package/lib/components/airport-select-new/models/airport.model.d.ts +0 -11
  278. package/lib/components/airport-select-new/models/results-labels.model.d.ts +0 -7
  279. package/lib/components/airport-select-new/services/airport-select-dropdown.service.d.ts +0 -10
  280. package/lib/components/airport-select-new/services/airport-select.service.d.ts +0 -8
  281. package/lib/components/autocomplete-new/autocomplete-new.component.d.ts +0 -135
  282. package/lib/components/autocomplete-new/autocomplete-new.module.d.ts +0 -13
  283. package/lib/components/autocomplete-new/index.d.ts +0 -2
  284. package/lib/components/autocomplete-new/models/autocomplete-new.model.d.ts +0 -5
  285. package/lib/components/button-new/button-new.component.d.ts +0 -276
  286. package/lib/components/button-new/button-new.module.d.ts +0 -11
  287. package/lib/components/button-new/index.d.ts +0 -2
  288. package/lib/components/checkbox-new/checkbox-new.component.d.ts +0 -138
  289. package/lib/components/checkbox-new/checkbox-new.module.d.ts +0 -10
  290. package/lib/components/checkbox-new/index.d.ts +0 -2
  291. package/lib/components/datepicker-combo-new/datepicker-combo-new.component.d.ts +0 -309
  292. package/lib/components/datepicker-combo-new/datepicker-combo-new.module.d.ts +0 -10
  293. package/lib/components/datepicker-combo-new/index.d.ts +0 -2
  294. package/lib/components/datepicker-new/calendar-new/calendar-date.model.d.ts +0 -5
  295. package/lib/components/datepicker-new/calendar-new/calendar-new.component.d.ts +0 -159
  296. package/lib/components/datepicker-new/calendar-new/enums/week-start.enum.d.ts +0 -4
  297. package/lib/components/datepicker-new/calendar-new/models/day.model.d.ts +0 -10
  298. package/lib/components/datepicker-new/calendar-new/models/select-option.model.d.ts +0 -4
  299. package/lib/components/datepicker-new/calendar-new/models/week.model.d.ts +0 -5
  300. package/lib/components/datepicker-new/datepicker-new.component.d.ts +0 -278
  301. package/lib/components/datepicker-new/datepicker-new.module.d.ts +0 -16
  302. package/lib/components/datepicker-new/index.d.ts +0 -4
  303. package/lib/components/datepicker-new/services/calendar.service.d.ts +0 -27
  304. package/lib/components/filter-new/enums/trip-type.enum.d.ts +0 -6
  305. package/lib/components/filter-new/filter-new.component.d.ts +0 -838
  306. package/lib/components/filter-new/filter-new.module.d.ts +0 -28
  307. package/lib/components/filter-new/index.d.ts +0 -3
  308. package/lib/components/input-text/index.d.ts +0 -2
  309. package/lib/components/input-text/input-text.component.d.ts +0 -203
  310. package/lib/components/input-text/input-text.module.d.ts +0 -11
  311. package/lib/components/number-field-new/index.d.ts +0 -2
  312. package/lib/components/number-field-new/models/number-field-new.model.d.ts +0 -5
  313. package/lib/components/number-field-new/number-field-new.component.d.ts +0 -116
  314. package/lib/components/number-field-new/number-field-new.module.d.ts +0 -12
  315. package/lib/components/page-header-old/index.d.ts +0 -4
  316. package/lib/components/page-header-old/old-hamburger/old-hamburger.component.d.ts +0 -12
  317. package/lib/components/page-header-old/old-search/old-search.component.d.ts +0 -26
  318. package/lib/components/page-header-old/page-header-old.component.d.ts +0 -112
  319. package/lib/components/page-header-old/page-header-old.module.d.ts +0 -14
  320. package/lib/components/passenger-select-new/enums/passenger-type.enum.d.ts +0 -7
  321. package/lib/components/passenger-select-new/index.d.ts +0 -4
  322. package/lib/components/passenger-select-new/models/passengers.model.d.ts +0 -10
  323. package/lib/components/passenger-select-new/passenger-select-new.component.d.ts +0 -141
  324. package/lib/components/passenger-select-new/passenger-select-new.module.d.ts +0 -10
  325. package/lib/components/radio-new/index.d.ts +0 -2
  326. package/lib/components/radio-new/radio-new.component.d.ts +0 -135
  327. package/lib/components/radio-new/radio-new.module.d.ts +0 -10
  328. package/lib/components/slide-toggle-new/index.d.ts +0 -2
  329. package/lib/components/slide-toggle-new/slide-toggle-new.component.d.ts +0 -70
  330. package/lib/components/slide-toggle-new/slide-toggle-new.module.d.ts +0 -10
  331. package/lib/components/weather-icon/index.d.ts +0 -2
  332. package/lib/components/weather-icon/weather-icon.component.d.ts +0 -60
  333. package/lib/components/weather-icon/weather-icon.module.d.ts +0 -9
@@ -1,7 +1,6 @@
1
1
  import { CommonModule } from '@angular/common';
2
2
  import { NgModule } from '@angular/core';
3
3
  import { ReactiveFormsModule } from '@angular/forms';
4
- import { FilterComponent } from './filter.component';
5
4
  import { NasClassModule } from '../../core/directives/nas-class/nas-class.module';
6
5
  import { AbandonedBasketService } from '../../core/services/abandoned-basket/abandoned-basket.service';
7
6
  import { DateHelper } from '../../core/services/date/date-helper.service';
@@ -10,13 +9,17 @@ import { SortService } from '../../core/services/sort/sort.service';
10
9
  import { AccordionModule } from '../accordion/accordion.module';
11
10
  import { AirportSelectModule } from '../airport-select/airport-select.module';
12
11
  import { ButtonModule } from '../button/button.module';
13
- import { CheckboxModule } from '../checkbox/checkbox.module';
14
- import { DatepickerComboModule } from '../datepicker-combo/datepicker-combo.module';
15
12
  import { DropdownModule } from '../dropdown/dropdown.module';
16
13
  import { IconModule } from '../icon/icon.module';
17
- import { PassengerSelectModule } from '../passenger-select/passenger-select.module';
18
14
  import { SubsidyDiscountModule } from '../subsidy-discount/subsidy-discount.module';
19
15
  import { SuggestionsModule } from '../suggestions/suggestions.module';
16
+ import { FilterComponent } from './filter.component';
17
+ import { DatepickerComboModule } from '../datepicker-combo/datepicker-combo.module';
18
+ import { DatepickerModule } from '../datepicker/datepicker.module';
19
+ import { RadioModule } from '../radio';
20
+ import { BackdropModule } from '../backdrop';
21
+ import { CheckboxModule } from '../checkbox/checkbox.module';
22
+ import { PassengerSelectModule } from '../passenger-select/passenger-select.module';
20
23
  import * as i0 from "@angular/core";
21
24
  export class FilterModule {
22
25
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
@@ -27,12 +30,15 @@ export class FilterModule {
27
30
  PassengerSelectModule,
28
31
  AccordionModule,
29
32
  IconModule,
30
- DatepickerComboModule,
31
33
  CheckboxModule,
32
34
  ReactiveFormsModule,
33
35
  ButtonModule,
34
36
  SubsidyDiscountModule,
35
- SuggestionsModule], exports: [FilterComponent] }); }
37
+ SuggestionsModule,
38
+ DatepickerComboModule,
39
+ DatepickerModule,
40
+ RadioModule,
41
+ BackdropModule], exports: [FilterComponent] }); }
36
42
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FilterModule, providers: [SortService, AbandonedBasketService, DateHelper, DeviceHelper], imports: [CommonModule,
37
43
  NasClassModule,
38
44
  AirportSelectModule,
@@ -40,12 +46,15 @@ export class FilterModule {
40
46
  PassengerSelectModule,
41
47
  AccordionModule,
42
48
  IconModule,
43
- DatepickerComboModule,
44
49
  CheckboxModule,
45
50
  ReactiveFormsModule,
46
51
  ButtonModule,
47
52
  SubsidyDiscountModule,
48
- SuggestionsModule] }); }
53
+ SuggestionsModule,
54
+ DatepickerComboModule,
55
+ DatepickerModule,
56
+ RadioModule,
57
+ BackdropModule] }); }
49
58
  }
50
59
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: FilterModule, decorators: [{
51
60
  type: NgModule,
@@ -58,16 +67,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImpor
58
67
  PassengerSelectModule,
59
68
  AccordionModule,
60
69
  IconModule,
61
- DatepickerComboModule,
62
70
  CheckboxModule,
63
71
  ReactiveFormsModule,
64
72
  ButtonModule,
65
73
  SubsidyDiscountModule,
66
74
  SuggestionsModule,
75
+ DatepickerComboModule,
76
+ DatepickerModule,
77
+ RadioModule,
78
+ BackdropModule
67
79
  ],
68
80
  declarations: [FilterComponent],
69
81
  exports: [FilterComponent],
70
- providers: [SortService, AbandonedBasketService, DateHelper, DeviceHelper],
82
+ providers: [SortService, AbandonedBasketService, DateHelper, DeviceHelper]
71
83
  }]
72
84
  }] });
73
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvZmlsdGVyL2ZpbHRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxrREFBa0QsQ0FBQztBQUNsRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwrREFBK0QsQ0FBQztBQUN2RyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sOENBQThDLENBQUM7QUFDMUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUNwRSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDaEUsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDOUUsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQ3ZELE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNwRixPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sNkJBQTZCLENBQUM7QUFDN0QsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2pELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDZDQUE2QyxDQUFDO0FBQ3BGLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLG1DQUFtQyxDQUFDOztBQXNCdEUsTUFBTSxPQUFPLFlBQVk7OEdBQVosWUFBWTsrR0FBWixZQUFZLGlCQUpSLGVBQWUsYUFkNUIsWUFBWTtZQUNaLGNBQWM7WUFDZCxtQkFBbUI7WUFDbkIsY0FBYztZQUNkLHFCQUFxQjtZQUNyQixlQUFlO1lBQ2YsVUFBVTtZQUNWLHFCQUFxQjtZQUNyQixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixxQkFBcUI7WUFDckIsaUJBQWlCLGFBR1QsZUFBZTsrR0FHZCxZQUFZLGFBRlosQ0FBQyxXQUFXLEVBQUUsc0JBQXNCLEVBQUUsVUFBVSxFQUFFLFlBQVksQ0FBQyxZQWhCeEUsWUFBWTtZQUNaLGNBQWM7WUFDZCxtQkFBbUI7WUFDbkIsY0FBYztZQUNkLHFCQUFxQjtZQUNyQixlQUFlO1lBQ2YsVUFBVTtZQUNWLHFCQUFxQjtZQUNyQixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLFlBQVk7WUFDWixxQkFBcUI7WUFDckIsaUJBQWlCOzsyRkFNUixZQUFZO2tCQXBCeEIsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUU7d0JBQ1AsWUFBWTt3QkFDWixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsY0FBYzt3QkFDZCxxQkFBcUI7d0JBQ3JCLGVBQWU7d0JBQ2YsVUFBVTt3QkFDVixxQkFBcUI7d0JBQ3JCLGNBQWM7d0JBQ2QsbUJBQW1CO3dCQUNuQixZQUFZO3dCQUNaLHFCQUFxQjt3QkFDckIsaUJBQWlCO3FCQUNsQjtvQkFDRCxZQUFZLEVBQUUsQ0FBQyxlQUFlLENBQUM7b0JBQy9CLE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQztvQkFDMUIsU0FBUyxFQUFFLENBQUMsV0FBVyxFQUFFLHNCQUFzQixFQUFFLFVBQVUsRUFBRSxZQUFZLENBQUM7aUJBQzNFIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgRmlsdGVyQ29tcG9uZW50IH0gZnJvbSAnLi9maWx0ZXIuY29tcG9uZW50JztcbmltcG9ydCB7IE5hc0NsYXNzTW9kdWxlIH0gZnJvbSAnLi4vLi4vY29yZS9kaXJlY3RpdmVzL25hcy1jbGFzcy9uYXMtY2xhc3MubW9kdWxlJztcbmltcG9ydCB7IEFiYW5kb25lZEJhc2tldFNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL2FiYW5kb25lZC1iYXNrZXQvYWJhbmRvbmVkLWJhc2tldC5zZXJ2aWNlJztcbmltcG9ydCB7IERhdGVIZWxwZXIgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL2RhdGUvZGF0ZS1oZWxwZXIuc2VydmljZSc7XG5pbXBvcnQgeyBEZXZpY2VIZWxwZXIgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL2RldmljZS9kZXZpY2UtaGVscGVyLnNlcnZpY2UnO1xuaW1wb3J0IHsgU29ydFNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL3NvcnQvc29ydC5zZXJ2aWNlJztcbmltcG9ydCB7IEFjY29yZGlvbk1vZHVsZSB9IGZyb20gJy4uL2FjY29yZGlvbi9hY2NvcmRpb24ubW9kdWxlJztcbmltcG9ydCB7IEFpcnBvcnRTZWxlY3RNb2R1bGUgfSBmcm9tICcuLi9haXJwb3J0LXNlbGVjdC9haXJwb3J0LXNlbGVjdC5tb2R1bGUnO1xuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgQ2hlY2tib3hNb2R1bGUgfSBmcm9tICcuLi9jaGVja2JveC9jaGVja2JveC5tb2R1bGUnO1xuaW1wb3J0IHsgRGF0ZXBpY2tlckNvbWJvTW9kdWxlIH0gZnJvbSAnLi4vZGF0ZXBpY2tlci1jb21iby9kYXRlcGlja2VyLWNvbWJvLm1vZHVsZSc7XG5pbXBvcnQgeyBEcm9wZG93bk1vZHVsZSB9IGZyb20gJy4uL2Ryb3Bkb3duL2Ryb3Bkb3duLm1vZHVsZSc7XG5pbXBvcnQgeyBJY29uTW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLm1vZHVsZSc7XG5pbXBvcnQgeyBQYXNzZW5nZXJTZWxlY3RNb2R1bGUgfSBmcm9tICcuLi9wYXNzZW5nZXItc2VsZWN0L3Bhc3Nlbmdlci1zZWxlY3QubW9kdWxlJztcbmltcG9ydCB7IFN1YnNpZHlEaXNjb3VudE1vZHVsZSB9IGZyb20gJy4uL3N1YnNpZHktZGlzY291bnQvc3Vic2lkeS1kaXNjb3VudC5tb2R1bGUnO1xuaW1wb3J0IHsgU3VnZ2VzdGlvbnNNb2R1bGUgfSBmcm9tICcuLi9zdWdnZXN0aW9ucy9zdWdnZXN0aW9ucy5tb2R1bGUnO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIE5hc0NsYXNzTW9kdWxlLFxuICAgIEFpcnBvcnRTZWxlY3RNb2R1bGUsXG4gICAgRHJvcGRvd25Nb2R1bGUsXG4gICAgUGFzc2VuZ2VyU2VsZWN0TW9kdWxlLFxuICAgIEFjY29yZGlvbk1vZHVsZSxcbiAgICBJY29uTW9kdWxlLFxuICAgIERhdGVwaWNrZXJDb21ib01vZHVsZSxcbiAgICBDaGVja2JveE1vZHVsZSxcbiAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgIEJ1dHRvbk1vZHVsZSxcbiAgICBTdWJzaWR5RGlzY291bnRNb2R1bGUsXG4gICAgU3VnZ2VzdGlvbnNNb2R1bGUsXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW0ZpbHRlckNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtGaWx0ZXJDb21wb25lbnRdLFxuICBwcm92aWRlcnM6IFtTb3J0U2VydmljZSwgQWJhbmRvbmVkQmFza2V0U2VydmljZSwgRGF0ZUhlbHBlciwgRGV2aWNlSGVscGVyXSxcbn0pXG5leHBvcnQgY2xhc3MgRmlsdGVyTW9kdWxlIHt9XG4iXX0=
85
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsdGVyLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvcmUtY29tcG9uZW50cy9zcmMvbGliL2NvbXBvbmVudHMvZmlsdGVyL2ZpbHRlci5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDckQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGtEQUFrRCxDQUFDO0FBQ2xGLE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLCtEQUErRCxDQUFDO0FBQ3ZHLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUMxRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sa0RBQWtELENBQUM7QUFDaEYsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQ3BFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNoRSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUM5RSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDZCQUE2QixDQUFDO0FBQzdELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQztBQUNwRixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxtQ0FBbUMsQ0FBQztBQUN0RSxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFDckQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDcEYsT0FBTyxFQUFFLGdCQUFnQixFQUFFLE1BQU0saUNBQWlDLENBQUM7QUFDbkUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLFVBQVUsQ0FBQztBQUN2QyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sYUFBYSxDQUFDO0FBQzdDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSw2Q0FBNkMsQ0FBQzs7QUF5QnBGLE1BQU0sT0FBTyxZQUFZOzhHQUFaLFlBQVk7K0dBQVosWUFBWSxpQkFKUixlQUFlLGFBakI1QixZQUFZO1lBQ1osY0FBYztZQUNkLG1CQUFtQjtZQUNuQixjQUFjO1lBQ2QscUJBQXFCO1lBQ3JCLGVBQWU7WUFDZixVQUFVO1lBQ1YsY0FBYztZQUNkLG1CQUFtQjtZQUNuQixZQUFZO1lBQ1oscUJBQXFCO1lBQ3JCLGlCQUFpQjtZQUNqQixxQkFBcUI7WUFDckIsZ0JBQWdCO1lBQ2hCLFdBQVc7WUFDWCxjQUFjLGFBR04sZUFBZTsrR0FHZCxZQUFZLGFBRlosQ0FBQyxXQUFXLEVBQUUsc0JBQXNCLEVBQUUsVUFBVSxFQUFFLFlBQVksQ0FBQyxZQW5CeEUsWUFBWTtZQUNaLGNBQWM7WUFDZCxtQkFBbUI7WUFDbkIsY0FBYztZQUNkLHFCQUFxQjtZQUNyQixlQUFlO1lBQ2YsVUFBVTtZQUNWLGNBQWM7WUFDZCxtQkFBbUI7WUFDbkIsWUFBWTtZQUNaLHFCQUFxQjtZQUNyQixpQkFBaUI7WUFDakIscUJBQXFCO1lBQ3JCLGdCQUFnQjtZQUNoQixXQUFXO1lBQ1gsY0FBYzs7MkZBTUwsWUFBWTtrQkF2QnhCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osY0FBYzt3QkFDZCxtQkFBbUI7d0JBQ25CLGNBQWM7d0JBQ2QscUJBQXFCO3dCQUNyQixlQUFlO3dCQUNmLFVBQVU7d0JBQ1YsY0FBYzt3QkFDZCxtQkFBbUI7d0JBQ25CLFlBQVk7d0JBQ1oscUJBQXFCO3dCQUNyQixpQkFBaUI7d0JBQ2pCLHFCQUFxQjt3QkFDckIsZ0JBQWdCO3dCQUNoQixXQUFXO3dCQUNYLGNBQWM7cUJBQ2Y7b0JBQ0QsWUFBWSxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMvQixPQUFPLEVBQUUsQ0FBQyxlQUFlLENBQUM7b0JBQzFCLFNBQVMsRUFBRSxDQUFDLFdBQVcsRUFBRSxzQkFBc0IsRUFBRSxVQUFVLEVBQUUsWUFBWSxDQUFDO2lCQUMzRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE5hc0NsYXNzTW9kdWxlIH0gZnJvbSAnLi4vLi4vY29yZS9kaXJlY3RpdmVzL25hcy1jbGFzcy9uYXMtY2xhc3MubW9kdWxlJztcbmltcG9ydCB7IEFiYW5kb25lZEJhc2tldFNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL2FiYW5kb25lZC1iYXNrZXQvYWJhbmRvbmVkLWJhc2tldC5zZXJ2aWNlJztcbmltcG9ydCB7IERhdGVIZWxwZXIgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL2RhdGUvZGF0ZS1oZWxwZXIuc2VydmljZSc7XG5pbXBvcnQgeyBEZXZpY2VIZWxwZXIgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL2RldmljZS9kZXZpY2UtaGVscGVyLnNlcnZpY2UnO1xuaW1wb3J0IHsgU29ydFNlcnZpY2UgfSBmcm9tICcuLi8uLi9jb3JlL3NlcnZpY2VzL3NvcnQvc29ydC5zZXJ2aWNlJztcbmltcG9ydCB7IEFjY29yZGlvbk1vZHVsZSB9IGZyb20gJy4uL2FjY29yZGlvbi9hY2NvcmRpb24ubW9kdWxlJztcbmltcG9ydCB7IEFpcnBvcnRTZWxlY3RNb2R1bGUgfSBmcm9tICcuLi9haXJwb3J0LXNlbGVjdC9haXJwb3J0LXNlbGVjdC5tb2R1bGUnO1xuaW1wb3J0IHsgQnV0dG9uTW9kdWxlIH0gZnJvbSAnLi4vYnV0dG9uL2J1dHRvbi5tb2R1bGUnO1xuaW1wb3J0IHsgRHJvcGRvd25Nb2R1bGUgfSBmcm9tICcuLi9kcm9wZG93bi9kcm9wZG93bi5tb2R1bGUnO1xuaW1wb3J0IHsgSWNvbk1vZHVsZSB9IGZyb20gJy4uL2ljb24vaWNvbi5tb2R1bGUnO1xuaW1wb3J0IHsgU3Vic2lkeURpc2NvdW50TW9kdWxlIH0gZnJvbSAnLi4vc3Vic2lkeS1kaXNjb3VudC9zdWJzaWR5LWRpc2NvdW50Lm1vZHVsZSc7XG5pbXBvcnQgeyBTdWdnZXN0aW9uc01vZHVsZSB9IGZyb20gJy4uL3N1Z2dlc3Rpb25zL3N1Z2dlc3Rpb25zLm1vZHVsZSc7XG5pbXBvcnQgeyBGaWx0ZXJDb21wb25lbnQgfSBmcm9tICcuL2ZpbHRlci5jb21wb25lbnQnO1xuaW1wb3J0IHsgRGF0ZXBpY2tlckNvbWJvTW9kdWxlIH0gZnJvbSAnLi4vZGF0ZXBpY2tlci1jb21iby9kYXRlcGlja2VyLWNvbWJvLm1vZHVsZSc7XG5pbXBvcnQgeyBEYXRlcGlja2VyTW9kdWxlIH0gZnJvbSAnLi4vZGF0ZXBpY2tlci9kYXRlcGlja2VyLm1vZHVsZSc7XG5pbXBvcnQgeyBSYWRpb01vZHVsZSB9IGZyb20gJy4uL3JhZGlvJztcbmltcG9ydCB7IEJhY2tkcm9wTW9kdWxlIH0gZnJvbSAnLi4vYmFja2Ryb3AnO1xuaW1wb3J0IHsgQ2hlY2tib3hNb2R1bGUgfSBmcm9tICcuLi9jaGVja2JveC9jaGVja2JveC5tb2R1bGUnO1xuaW1wb3J0IHsgUGFzc2VuZ2VyU2VsZWN0TW9kdWxlIH0gZnJvbSAnLi4vcGFzc2VuZ2VyLXNlbGVjdC9wYXNzZW5nZXItc2VsZWN0Lm1vZHVsZSc7XG5cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGUsXG4gICAgTmFzQ2xhc3NNb2R1bGUsXG4gICAgQWlycG9ydFNlbGVjdE1vZHVsZSxcbiAgICBEcm9wZG93bk1vZHVsZSxcbiAgICBQYXNzZW5nZXJTZWxlY3RNb2R1bGUsXG4gICAgQWNjb3JkaW9uTW9kdWxlLFxuICAgIEljb25Nb2R1bGUsXG4gICAgQ2hlY2tib3hNb2R1bGUsXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcbiAgICBCdXR0b25Nb2R1bGUsXG4gICAgU3Vic2lkeURpc2NvdW50TW9kdWxlLFxuICAgIFN1Z2dlc3Rpb25zTW9kdWxlLFxuICAgIERhdGVwaWNrZXJDb21ib01vZHVsZSxcbiAgICBEYXRlcGlja2VyTW9kdWxlLFxuICAgIFJhZGlvTW9kdWxlLFxuICAgIEJhY2tkcm9wTW9kdWxlXG4gIF0sXG4gIGRlY2xhcmF0aW9uczogW0ZpbHRlckNvbXBvbmVudF0sXG4gIGV4cG9ydHM6IFtGaWx0ZXJDb21wb25lbnRdLFxuICBwcm92aWRlcnM6IFtTb3J0U2VydmljZSwgQWJhbmRvbmVkQmFza2V0U2VydmljZSwgRGF0ZUhlbHBlciwgRGV2aWNlSGVscGVyXVxufSlcbmV4cG9ydCBjbGFzcyBGaWx0ZXJNb2R1bGUgeyB9XG4iXX0=
@@ -1,3 +1,4 @@
1
+ export * from './enums/trip-type.enum';
1
2
  export * from './filter.component';
2
3
  export * from './filter.module';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2ZpbHRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsaUJBQWlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2ZpbHRlci5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9maWx0ZXIubW9kdWxlJztcbiJdfQ==
4
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2ZpbHRlci9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxpQkFBaUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vZW51bXMvdHJpcC10eXBlLmVudW0nO1xuZXhwb3J0ICogZnJvbSAnLi9maWx0ZXIuY29tcG9uZW50JztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyLm1vZHVsZSc7XG4iXX0=
@@ -31,11 +31,11 @@ export class IconListComponent extends NasComponentBase {
31
31
  ]);
32
32
  }
33
33
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: IconListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
34
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: IconListComponent, selector: "nas-icon-list", inputs: { items: "items", small: "small", inline: "inline", grid: "grid", spaceless: "spaceless" }, usesInheritance: true, ngImport: i0, template: "<ul [nasClass]=\"mainClass()\">\n <li *ngFor=\"let item of items\" [nasClass]=\"getClasses('item')\">\n <nas-icon\n [icon]=\"item.icon\"\n [nasClass]=\"getClasses('icon')\"\n [type]=\"small ? 'small' : 'medium'\"\n *ngIf=\"item.icon\">\n </nas-icon>\n <h3 [nasClass]=\"getClasses('title')\">\n <a [href]=\"item.link\" *ngIf=\"item.link\" [nasClass]=\"getClasses('link')\">\n {{item.title}}\n </a>\n <span *ngIf=\"!item.link\">{{item.title}}</span>\n </h3>\n\n <p [nasClass]=\"getClasses('description')\" *ngIf=\"!small\" [innerHtml]=\"item.description\"></p>\n </li>\n</ul>\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-icon-list{list-style:none;margin-top:6px;margin-bottom:24px}.nas-icon-list__item{list-style:none;position:relative;padding:24px 0 24px 72px;border-top:2px solid #d8d8d8}.nas-icon-list__icon{position:absolute;left:0;top:calc(35% - 24px)}.nas-icon-list__title{line-height:1.5;margin-top:-6px;margin-bottom:6px}.nas-icon-list__link{line-height:inherit}.nas-icon-list__description{margin:0}.nas-icon-list--grid{display:flex;flex-wrap:wrap}@media (min-width: 640px){.nas-icon-list--grid{justify-content:space-between}}.nas-icon-list--grid .nas-icon-list__item{width:100%;border-top:2px solid #d8d8d8}@media (min-width: 640px){.nas-icon-list--grid .nas-icon-list__item{width:calc(50% - 12px)}}.nas-icon-list--grid .nas-icon-list__icon{top:28px}.nas-icon-list--inline{margin-bottom:0}.nas-icon-list--inline .nas-icon-list__item{display:block;border-top:0;padding:0 0 0 72px;margin-bottom:24px}@media (min-width: 640px){.nas-icon-list--inline .nas-icon-list__item{display:inline-block;margin-right:24px}}.nas-icon-list--inline .nas-icon-list__icon{top:0}.nas-icon-list--inline .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--small .nas-icon-list__item{border:0;padding:9px 0 9px 36px}.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{padding:0 0 0 36px;margin-bottom:16px}@media (min-width: 640px){.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{margin-bottom:24px}}.nas-icon-list--small .nas-icon-list__icon{top:calc(50% - 12px)}.nas-icon-list--small .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--spaceless{margin:0}.nas-icon-list--spaceless .nas-icon-list__item{margin-bottom:0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "nas-icon", inputs: ["icon", "type", "isIndicator", "lightCircularBackground", "cssClass"] }, { kind: "directive", type: i3.NasClassDirective, selector: "[nasClass]", inputs: ["nasClass", "attr.class"] }], encapsulation: i0.ViewEncapsulation.None }); }
34
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: IconListComponent, selector: "nas-icon-list", inputs: { items: "items", small: "small", inline: "inline", grid: "grid", spaceless: "spaceless" }, usesInheritance: true, ngImport: i0, template: "<ul [nasClass]=\"mainClass()\">\n <li *ngFor=\"let item of items\" [nasClass]=\"getClasses('item')\">\n <nas-icon\n [icon]=\"item.icon\"\n [nasClass]=\"getClasses('icon')\"\n [type]=\"small ? 'small' : 'medium'\"\n *ngIf=\"item.icon\">\n </nas-icon>\n <h3 [nasClass]=\"getClasses('title')\">\n <a [href]=\"item.link\" *ngIf=\"item.link\" [nasClass]=\"getClasses('link')\">\n {{item.title}}\n </a>\n <span *ngIf=\"!item.link\">{{item.title}}</span>\n </h3>\n\n <p [nasClass]=\"getClasses('description')\" *ngIf=\"!small\" [innerHtml]=\"item.description\"></p>\n </li>\n</ul>\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-icon-list{list-style:none;margin-top:6px;margin-bottom:24px}.nas-icon-list__item{list-style:none;position:relative;padding:24px 0 24px 72px;border-top:2px solid #E9E7E4}.nas-icon-list__icon{position:absolute;left:0;top:calc(35% - 24px)}.nas-icon-list__title{line-height:1.5;margin-top:-6px;margin-bottom:6px}.nas-icon-list__link{line-height:inherit}.nas-icon-list__description{margin:0}.nas-icon-list--grid{display:flex;flex-wrap:wrap}@media (min-width: 640px){.nas-icon-list--grid{justify-content:space-between}}.nas-icon-list--grid .nas-icon-list__item{width:100%;border-top:2px solid #E9E7E4}@media (min-width: 640px){.nas-icon-list--grid .nas-icon-list__item{width:calc(50% - 12px)}}.nas-icon-list--grid .nas-icon-list__icon{top:28px}.nas-icon-list--inline{margin-bottom:0}.nas-icon-list--inline .nas-icon-list__item{display:block;border-top:0;padding:0 0 0 72px;margin-bottom:24px}@media (min-width: 640px){.nas-icon-list--inline .nas-icon-list__item{display:inline-block;margin-right:24px}}.nas-icon-list--inline .nas-icon-list__icon{top:0}.nas-icon-list--inline .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--small .nas-icon-list__item{border:0;padding:9px 0 9px 36px}.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{padding:0 0 0 36px;margin-bottom:16px}@media (min-width: 640px){.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{margin-bottom:24px}}.nas-icon-list--small .nas-icon-list__icon{top:calc(50% - 12px)}.nas-icon-list--small .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--spaceless{margin:0}.nas-icon-list--spaceless .nas-icon-list__item{margin-bottom:0}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.IconComponent, selector: "nas-icon", inputs: ["icon", "type", "isIndicator", "lightCircularBackground", "cssClass"] }, { kind: "directive", type: i3.NasClassDirective, selector: "[nasClass]", inputs: ["nasClass", "attr.class"] }], encapsulation: i0.ViewEncapsulation.None }); }
35
35
  }
36
36
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: IconListComponent, decorators: [{
37
37
  type: Component,
38
- args: [{ selector: 'nas-icon-list', encapsulation: ViewEncapsulation.None, template: "<ul [nasClass]=\"mainClass()\">\n <li *ngFor=\"let item of items\" [nasClass]=\"getClasses('item')\">\n <nas-icon\n [icon]=\"item.icon\"\n [nasClass]=\"getClasses('icon')\"\n [type]=\"small ? 'small' : 'medium'\"\n *ngIf=\"item.icon\">\n </nas-icon>\n <h3 [nasClass]=\"getClasses('title')\">\n <a [href]=\"item.link\" *ngIf=\"item.link\" [nasClass]=\"getClasses('link')\">\n {{item.title}}\n </a>\n <span *ngIf=\"!item.link\">{{item.title}}</span>\n </h3>\n\n <p [nasClass]=\"getClasses('description')\" *ngIf=\"!small\" [innerHtml]=\"item.description\"></p>\n </li>\n</ul>\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-icon-list{list-style:none;margin-top:6px;margin-bottom:24px}.nas-icon-list__item{list-style:none;position:relative;padding:24px 0 24px 72px;border-top:2px solid #d8d8d8}.nas-icon-list__icon{position:absolute;left:0;top:calc(35% - 24px)}.nas-icon-list__title{line-height:1.5;margin-top:-6px;margin-bottom:6px}.nas-icon-list__link{line-height:inherit}.nas-icon-list__description{margin:0}.nas-icon-list--grid{display:flex;flex-wrap:wrap}@media (min-width: 640px){.nas-icon-list--grid{justify-content:space-between}}.nas-icon-list--grid .nas-icon-list__item{width:100%;border-top:2px solid #d8d8d8}@media (min-width: 640px){.nas-icon-list--grid .nas-icon-list__item{width:calc(50% - 12px)}}.nas-icon-list--grid .nas-icon-list__icon{top:28px}.nas-icon-list--inline{margin-bottom:0}.nas-icon-list--inline .nas-icon-list__item{display:block;border-top:0;padding:0 0 0 72px;margin-bottom:24px}@media (min-width: 640px){.nas-icon-list--inline .nas-icon-list__item{display:inline-block;margin-right:24px}}.nas-icon-list--inline .nas-icon-list__icon{top:0}.nas-icon-list--inline .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--small .nas-icon-list__item{border:0;padding:9px 0 9px 36px}.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{padding:0 0 0 36px;margin-bottom:16px}@media (min-width: 640px){.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{margin-bottom:24px}}.nas-icon-list--small .nas-icon-list__icon{top:calc(50% - 12px)}.nas-icon-list--small .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--spaceless{margin:0}.nas-icon-list--spaceless .nas-icon-list__item{margin-bottom:0}\n"] }]
38
+ args: [{ selector: 'nas-icon-list', encapsulation: ViewEncapsulation.None, template: "<ul [nasClass]=\"mainClass()\">\n <li *ngFor=\"let item of items\" [nasClass]=\"getClasses('item')\">\n <nas-icon\n [icon]=\"item.icon\"\n [nasClass]=\"getClasses('icon')\"\n [type]=\"small ? 'small' : 'medium'\"\n *ngIf=\"item.icon\">\n </nas-icon>\n <h3 [nasClass]=\"getClasses('title')\">\n <a [href]=\"item.link\" *ngIf=\"item.link\" [nasClass]=\"getClasses('link')\">\n {{item.title}}\n </a>\n <span *ngIf=\"!item.link\">{{item.title}}</span>\n </h3>\n\n <p [nasClass]=\"getClasses('description')\" *ngIf=\"!small\" [innerHtml]=\"item.description\"></p>\n </li>\n</ul>\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-icon-list{list-style:none;margin-top:6px;margin-bottom:24px}.nas-icon-list__item{list-style:none;position:relative;padding:24px 0 24px 72px;border-top:2px solid #E9E7E4}.nas-icon-list__icon{position:absolute;left:0;top:calc(35% - 24px)}.nas-icon-list__title{line-height:1.5;margin-top:-6px;margin-bottom:6px}.nas-icon-list__link{line-height:inherit}.nas-icon-list__description{margin:0}.nas-icon-list--grid{display:flex;flex-wrap:wrap}@media (min-width: 640px){.nas-icon-list--grid{justify-content:space-between}}.nas-icon-list--grid .nas-icon-list__item{width:100%;border-top:2px solid #E9E7E4}@media (min-width: 640px){.nas-icon-list--grid .nas-icon-list__item{width:calc(50% - 12px)}}.nas-icon-list--grid .nas-icon-list__icon{top:28px}.nas-icon-list--inline{margin-bottom:0}.nas-icon-list--inline .nas-icon-list__item{display:block;border-top:0;padding:0 0 0 72px;margin-bottom:24px}@media (min-width: 640px){.nas-icon-list--inline .nas-icon-list__item{display:inline-block;margin-right:24px}}.nas-icon-list--inline .nas-icon-list__icon{top:0}.nas-icon-list--inline .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--small .nas-icon-list__item{border:0;padding:9px 0 9px 36px}.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{padding:0 0 0 36px;margin-bottom:16px}@media (min-width: 640px){.nas-icon-list--small.nas-icon-list--inline .nas-icon-list__item{margin-bottom:24px}}.nas-icon-list--small .nas-icon-list__icon{top:calc(50% - 12px)}.nas-icon-list--small .nas-icon-list__title{font-size:16px;line-height:24px;margin:0}.nas-icon-list--spaceless{margin:0}.nas-icon-list--spaceless .nas-icon-list__item{margin-bottom:0}\n"] }]
39
39
  }], ctorParameters: function () { return []; }, propDecorators: { items: [{
40
40
  type: Input
41
41
  }], small: [{
@@ -1,6 +1,6 @@
1
1
  export * from './accordion/index';
2
2
  export * from './airport-select/index';
3
- export * from './airport-select-new/index';
3
+ export * from './airport-select/index';
4
4
  export * from './box/index';
5
5
  export * from './button/index';
6
6
  export * from './checkbox/index';
@@ -9,7 +9,7 @@ export * from './continue/index';
9
9
  export * from './cover/index';
10
10
  export * from './dropdown/index';
11
11
  export * from './filter/index';
12
- export * from './filter-new/index';
12
+ export * from './filter/index';
13
13
  export * from './sort/index';
14
14
  export * from './grid/index';
15
15
  export * from './icon/index';
@@ -21,9 +21,8 @@ export * from './modal/index';
21
21
  export * from './number-field/index';
22
22
  export * from './page-footer/index';
23
23
  export * from './page-header/index';
24
- export * from './page-header-old/index';
25
24
  export * from './passenger-select/index';
26
- export * from './passenger-select-new/index';
25
+ export * from './passenger-select/index';
27
26
  export * from './premium-toggle/index';
28
27
  export * from './radio/index';
29
28
  export * from './select/index';
@@ -31,19 +30,18 @@ export * from './spinner/index';
31
30
  export * from './status-box/index';
32
31
  export * from './subsidy-discount/index';
33
32
  export * from './toggle/index';
34
- export * from './weather-icon/index';
35
33
  export * from './list/index';
36
34
  export * from './journey-availability-list/index';
37
35
  export * from './journey-availability/index';
38
36
  export * from './chip/index';
39
37
  export * from './tab-group/index';
40
38
  export * from './datepicker/index';
41
- export * from './datepicker-new/index';
39
+ export * from './datepicker/index';
40
+ export * from './datepicker-combo/index';
42
41
  export * from './datepicker-combo/index';
43
- export * from './datepicker-combo-new/index';
44
42
  export * from './phone-number/index';
45
43
  export * from './autocomplete/index';
46
- export * from './autocomplete-new/index';
44
+ export * from './autocomplete/index';
47
45
  export * from './trip-summary/index';
48
46
  export * from './journey/index';
49
47
  export * from './journey-stopover/index';
@@ -59,11 +57,11 @@ export * from './tag/index';
59
57
  export * from './alert/index';
60
58
  export * from './micro-button/index';
61
59
  export * from './campaign-header/index';
62
- export * from './button-new/index';
63
- export * from './checkbox-new/index';
64
- export * from './input-text/index';
65
- export * from './number-field-new/index';
66
- export * from './radio-new/index';
67
- export * from './slide-toggle-new/index';
60
+ export * from './button/index';
61
+ export * from './checkbox/index';
62
+ export * from './input/index';
63
+ export * from './number-field/index';
64
+ export * from './radio/index';
65
+ export * from './slide-toggle/index';
68
66
  export * from './ribbon-banner/index';
69
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMseUJBQXlCLENBQUM7QUFDeEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsd0JBQXdCLENBQUM7QUFDdkMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxtQ0FBbUMsQ0FBQztBQUNsRCxjQUFjLDhCQUE4QixDQUFDO0FBQzdDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLGtCQUFrQixDQUFDO0FBQ2pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHVCQUF1QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hY2NvcmRpb24vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9haXJwb3J0LXNlbGVjdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2FpcnBvcnQtc2VsZWN0LW5ldy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2JveC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2J1dHRvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2NoZWNrYm94L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vY29udGFpbmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vY29udGludWUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9jb3Zlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2Ryb3Bkb3duL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyLW5ldy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3NvcnQvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9ncmlkL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vaWNvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2ljb24tbGlzdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2luZm8vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3NpbXBsZS1saXN0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbW9kYWwvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9udW1iZXItZmllbGQvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9wYWdlLWZvb3Rlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3BhZ2UtaGVhZGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcGFnZS1oZWFkZXItb2xkL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcGFzc2VuZ2VyLXNlbGVjdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3Bhc3Nlbmdlci1zZWxlY3QtbmV3L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcHJlbWl1bS10b2dnbGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9yYWRpby9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3NlbGVjdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3NwaW5uZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zdGF0dXMtYm94L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc3Vic2lkeS1kaXNjb3VudC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3RvZ2dsZS9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3dlYXRoZXItaWNvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2xpc3QvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9qb3VybmV5LWF2YWlsYWJpbGl0eS1saXN0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vam91cm5leS1hdmFpbGFiaWxpdHkvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGlwL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vdGFiLWdyb3VwL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZGF0ZXBpY2tlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2RhdGVwaWNrZXItbmV3L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZGF0ZXBpY2tlci1jb21iby9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2RhdGVwaWNrZXItY29tYm8tbmV3L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcGhvbmUtbnVtYmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vYXV0b2NvbXBsZXRlL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vYXV0b2NvbXBsZXRlLW5ldy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3RyaXAtc3VtbWFyeS9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2pvdXJuZXkvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9qb3VybmV5LXN0b3BvdmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vdGV4dGFyZWEvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zdWdnZXN0aW9ucy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2pvdXJuZXktc2VsZWN0aW9uL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vYmFja2Ryb3AvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zbGlkZS10b2dnbGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zbGlkZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi90YWJsZS9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2RpdmlkZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi90YWcvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9hbGVydC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL21pY3JvLWJ1dHRvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2NhbXBhaWduLWhlYWRlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2J1dHRvbi1uZXcvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGVja2JveC1uZXcvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9pbnB1dC10ZXh0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbnVtYmVyLWZpZWxkLW5ldy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3JhZGlvLW5ldy9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3NsaWRlLXRvZ2dsZS1uZXcvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9yaWJib24tYmFubmVyL2luZGV4JztcbiJdfQ==
67
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb3JlLWNvbXBvbmVudHMvc3JjL2xpYi9jb21wb25lbnRzL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsMEJBQTBCLENBQUM7QUFDekMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLG1DQUFtQyxDQUFDO0FBQ2xELGNBQWMsOEJBQThCLENBQUM7QUFDN0MsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywwQkFBMEIsQ0FBQztBQUN6QyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLDBCQUEwQixDQUFDO0FBQ3pDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxxQkFBcUIsQ0FBQztBQUNwQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxlQUFlLENBQUM7QUFDOUIsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHlCQUF5QixDQUFDO0FBQ3hDLGNBQWMsZ0JBQWdCLENBQUM7QUFDL0IsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGVBQWUsQ0FBQztBQUM5QixjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsc0JBQXNCLENBQUM7QUFDckMsY0FBYyx1QkFBdUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYWNjb3JkaW9uL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vYWlycG9ydC1zZWxlY3QvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9haXJwb3J0LXNlbGVjdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2JveC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2J1dHRvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2NoZWNrYm94L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vY29udGFpbmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vY29udGludWUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9jb3Zlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2Ryb3Bkb3duL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZmlsdGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc29ydC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2dyaWQvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9pY29uL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vaWNvbi1saXN0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vaW5mby9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc2ltcGxlLWxpc3QvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9tb2RhbC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL251bWJlci1maWVsZC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3BhZ2UtZm9vdGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcGFnZS1oZWFkZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9wYXNzZW5nZXItc2VsZWN0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcGFzc2VuZ2VyLXNlbGVjdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3ByZW1pdW0tdG9nZ2xlL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcmFkaW8vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zZWxlY3QvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zcGlubmVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc3RhdHVzLWJveC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3N1YnNpZHktZGlzY291bnQvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi90b2dnbGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9saXN0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vam91cm5leS1hdmFpbGFiaWxpdHktbGlzdC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2pvdXJuZXktYXZhaWxhYmlsaXR5L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vY2hpcC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3RhYi1ncm91cC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2RhdGVwaWNrZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9kYXRlcGlja2VyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vZGF0ZXBpY2tlci1jb21iby9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2RhdGVwaWNrZXItY29tYm8vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9waG9uZS1udW1iZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9hdXRvY29tcGxldGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9hdXRvY29tcGxldGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi90cmlwLXN1bW1hcnkvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9qb3VybmV5L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vam91cm5leS1zdG9wb3Zlci9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL3RleHRhcmVhL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc3VnZ2VzdGlvbnMvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9qb3VybmV5LXNlbGVjdGlvbi9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2JhY2tkcm9wL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc2xpZGUtdG9nZ2xlL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vc2xpZGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vdGFibGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXZpZGVyL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vdGFnL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vYWxlcnQvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9taWNyby1idXR0b24vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9jYW1wYWlnbi1oZWFkZXIvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9idXR0b24vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9jaGVja2JveC9pbmRleCc7XG5leHBvcnQgKiBmcm9tICcuL2lucHV0L2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vbnVtYmVyLWZpZWxkL2luZGV4JztcbmV4cG9ydCAqIGZyb20gJy4vcmFkaW8vaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9zbGlkZS10b2dnbGUvaW5kZXgnO1xuZXhwb3J0ICogZnJvbSAnLi9yaWJib24tYmFubmVyL2luZGV4JztcbiJdfQ==
@@ -82,11 +82,11 @@ export class InfoComponent extends NasComponentBase {
82
82
  ];
83
83
  }
84
84
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: InfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
85
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: InfoComponent, selector: "nas-info", inputs: { info: "info", error: "error", warning: "warning", information: "information", success: "success", outlined: "outlined", stackTraceLabel: "stackTraceLabel", removeIcon: "removeIcon", show: "show", sanitized: "sanitized" }, outputs: { showChange: "showChange" }, viewQueries: [{ propertyName: "infoContainer", first: true, predicate: ["infoContainer"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div *ngIf=\"exists(show)\" #infoContainer [nasClass]=\"getContainerClass()\">\n <div [nasClass]=\"getClass('content', modifiers)\">\n <div *ngIf=\"info?.timestamp\" [nasClass]=\"getClass('timestamp')\">\n <small>{{info?.timestamp | date:'full'}}</small>\n <small *ngIf=\"info?.server\"> ({{info?.server}})</small>\n </div>\n <div *ngIf=\"exists(error) || exists(success); else titleTemplate\" [nasClass]=\"getClass('error-title')\">\n <nas-icon *ngIf=\"exists(error)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--error\" type=\"small\"></nas-icon>\n <nas-icon *ngIf=\"exists(success)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--success\" type=\"small\"></nas-icon>\n <ng-container *ngTemplateOutlet=\"titleTemplate\"></ng-container>\n </div>\n <ul *ngIf=\"info?.messages?.length > 0\" [nasClass]=\"getListClass('', 'spaceless')\">\n <li *ngFor=\"let message of info?.messages\"> \n <span *ngIf=\"exists(sanitized)\" [innerHTML]=\"message\"></span>\n <span *ngIf=\"!exists(sanitized)\">{{message}}</span>\n </li>\n </ul>\n <div [nasClass]=\"getClass('custom-content')\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"info?.link\">\n <nas-button link [href]=\"info.link.href\">{{info.link.text}}</nas-button>\n </div>\n <div *ngIf=\"info?.stackTrace\" [nasClass]=\"getClass('stack-trace')\">\n <nas-accordion simple [title]=\"stackTraceLabel\">\n {{info?.stackTrace}}\n </nas-accordion>\n </div>\n </div>\n <div [nasClass]=\"getClass('remove-box')\" *ngIf=\"exists(removeIcon);\">\n <nas-icon type=\"remove\" (click)=\"removeInfoBox()\"></nas-icon>\n </div>\n</div>\n\n<ng-template #titleTemplate>\n <h3 [nasClass]=\"getClass('title')\" [innerHTML]=\"info?.title\"></h3>\n</ng-template>\n\n\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-info{perspective:1000px;margin-top:36px;margin-bottom:36px;position:relative}@media (min-width: 1000px){.nas-info{margin-bottom:12px}}.nas-info__remove-box{position:absolute;right:10px;top:10px;cursor:pointer}.nas-info__custom-content{padding-top:16px}.nas-info__content{transform-origin:center top;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:flip-in .55s ease both;animation-delay:.3s;padding:16px;background-color:#fff}.nas-info__content--information{background-color:#fff}.nas-info__content--warning{background-color:#fff6ec}.nas-info__content--error{background-color:#fff;border:3px solid #E5212D}.nas-info__content--success{background-color:#fff;border:3px solid #238e00}.nas-info__content--outlined{border:3px solid #15273f}.nas-info__stack-trace{margin-top:12px;word-break:break-word}.nas-info__error-title{display:flex;margin-bottom:9px}.nas-info__error-title>:first-child{margin-right:12px}.nas-info__timestamp{margin-bottom:12px}.nas-info__error-icon{padding-top:3px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NasClassDirective, selector: "[nasClass]", inputs: ["nasClass", "attr.class"] }, { kind: "component", type: i3.AccordionComponent, selector: "nas-accordion", inputs: ["expanded", "title", "badge", "icon", "simple", "spaced", "small", "inverted", "containerOnToggle", "nopadding", "transparent", "approve", "primary", "warning", "badgeInfo", "badgeSuccess", "badgeWarning", "badgeError", "cssClass", "cssStyle"], outputs: ["toggleChange"] }, { kind: "component", type: i4.IconComponent, selector: "nas-icon", inputs: ["icon", "type", "isIndicator", "lightCircularBackground", "cssClass"] }, { kind: "component", type: i5.ButtonComponent, selector: "nas-button", inputs: ["primary", "secondary", "link", "approve", "light", "large", "block", "flex", "compact", "right", "spaceless", "transparent", "href", "trackingvalue", "canContinueOnDisabled", "disabled", "type", "cssClass", "ariaLabel", "cssStyle", "tabindex", "overrideBaseCssClass", "useRouterLink", "id", "target"], outputs: ["clickChange"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
85
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.5", type: InfoComponent, selector: "nas-info", inputs: { info: "info", error: "error", warning: "warning", information: "information", success: "success", outlined: "outlined", stackTraceLabel: "stackTraceLabel", removeIcon: "removeIcon", show: "show", sanitized: "sanitized" }, outputs: { showChange: "showChange" }, viewQueries: [{ propertyName: "infoContainer", first: true, predicate: ["infoContainer"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div *ngIf=\"exists(show)\" #infoContainer [nasClass]=\"getContainerClass()\">\n <div [nasClass]=\"getClass('content', modifiers)\">\n <div *ngIf=\"info?.timestamp\" [nasClass]=\"getClass('timestamp')\">\n <small>{{info?.timestamp | date:'full'}}</small>\n <small *ngIf=\"info?.server\"> ({{info?.server}})</small>\n </div>\n <div *ngIf=\"exists(error) || exists(success); else titleTemplate\" [nasClass]=\"getClass('error-title')\">\n <nas-icon *ngIf=\"exists(error)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--error\" type=\"small\"></nas-icon>\n <nas-icon *ngIf=\"exists(success)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--success\" type=\"small\"></nas-icon>\n <ng-container *ngTemplateOutlet=\"titleTemplate\"></ng-container>\n </div>\n <ul *ngIf=\"info?.messages?.length > 0\" [nasClass]=\"getListClass('', 'spaceless')\">\n <li *ngFor=\"let message of info?.messages\"> \n <span *ngIf=\"exists(sanitized)\" [innerHTML]=\"message\"></span>\n <span *ngIf=\"!exists(sanitized)\">{{message}}</span>\n </li>\n </ul>\n <div [nasClass]=\"getClass('custom-content')\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"info?.link\">\n <nas-button link [href]=\"info.link.href\">{{info.link.text}}</nas-button>\n </div>\n <div *ngIf=\"info?.stackTrace\" [nasClass]=\"getClass('stack-trace')\">\n <nas-accordion simple [title]=\"stackTraceLabel\">\n {{info?.stackTrace}}\n </nas-accordion>\n </div>\n </div>\n <div [nasClass]=\"getClass('remove-box')\" *ngIf=\"exists(removeIcon);\">\n <nas-icon type=\"remove\" (click)=\"removeInfoBox()\"></nas-icon>\n </div>\n</div>\n\n<ng-template #titleTemplate>\n <h3 [nasClass]=\"getClass('title')\" [innerHTML]=\"info?.title\"></h3>\n</ng-template>\n\n\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-info{perspective:1000px;margin-top:36px;margin-bottom:36px;position:relative}@media (min-width: 1000px){.nas-info{margin-bottom:12px}}.nas-info__remove-box{position:absolute;right:10px;top:10px;cursor:pointer}.nas-info__custom-content{padding-top:16px}.nas-info__content{transform-origin:center top;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:flip-in .55s ease both;animation-delay:.3s;padding:16px;background-color:#fff}.nas-info__content--information{background-color:#fff}.nas-info__content--warning{background-color:#fff6ec}.nas-info__content--error{background-color:#fff;border:3px solid #E5212D}.nas-info__content--success{background-color:#fff;border:3px solid #238E00}.nas-info__content--outlined{border:3px solid #15273F}.nas-info__stack-trace{margin-top:12px;word-break:break-word}.nas-info__error-title{display:flex;margin-bottom:9px}.nas-info__error-title>:first-child{margin-right:12px}.nas-info__timestamp{margin-bottom:12px}.nas-info__error-icon{padding-top:3px}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NasClassDirective, selector: "[nasClass]", inputs: ["nasClass", "attr.class"] }, { kind: "component", type: i3.AccordionComponent, selector: "nas-accordion", inputs: ["expanded", "title", "badge", "icon", "simple", "spaced", "small", "inverted", "containerOnToggle", "nopadding", "transparent", "approve", "primary", "warning", "badgeInfo", "badgeSuccess", "badgeWarning", "badgeError", "cssClass", "cssStyle"], outputs: ["toggleChange"] }, { kind: "component", type: i4.IconComponent, selector: "nas-icon", inputs: ["icon", "type", "isIndicator", "lightCircularBackground", "cssClass"] }, { kind: "component", type: i5.ButtonComponent, selector: "nas-button", inputs: ["primary", "secondary", "link", "light", "large", "block", "flex", "compact", "right", "spaceless", "href", "trackingvalue", "canContinueOnDisabled", "disabled", "type", "cssClass", "ariaLabel", "cssStyle", "tabindex", "overrideBaseCssClass", "useRouterLink", "id", "target", "icon", "iconLeft", "iconType", "buttonlink"], outputs: ["clickChange"] }, { kind: "pipe", type: i1.DatePipe, name: "date" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
86
86
  }
87
87
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.5", ngImport: i0, type: InfoComponent, decorators: [{
88
88
  type: Component,
89
- args: [{ selector: 'nas-info', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"exists(show)\" #infoContainer [nasClass]=\"getContainerClass()\">\n <div [nasClass]=\"getClass('content', modifiers)\">\n <div *ngIf=\"info?.timestamp\" [nasClass]=\"getClass('timestamp')\">\n <small>{{info?.timestamp | date:'full'}}</small>\n <small *ngIf=\"info?.server\"> ({{info?.server}})</small>\n </div>\n <div *ngIf=\"exists(error) || exists(success); else titleTemplate\" [nasClass]=\"getClass('error-title')\">\n <nas-icon *ngIf=\"exists(error)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--error\" type=\"small\"></nas-icon>\n <nas-icon *ngIf=\"exists(success)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--success\" type=\"small\"></nas-icon>\n <ng-container *ngTemplateOutlet=\"titleTemplate\"></ng-container>\n </div>\n <ul *ngIf=\"info?.messages?.length > 0\" [nasClass]=\"getListClass('', 'spaceless')\">\n <li *ngFor=\"let message of info?.messages\"> \n <span *ngIf=\"exists(sanitized)\" [innerHTML]=\"message\"></span>\n <span *ngIf=\"!exists(sanitized)\">{{message}}</span>\n </li>\n </ul>\n <div [nasClass]=\"getClass('custom-content')\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"info?.link\">\n <nas-button link [href]=\"info.link.href\">{{info.link.text}}</nas-button>\n </div>\n <div *ngIf=\"info?.stackTrace\" [nasClass]=\"getClass('stack-trace')\">\n <nas-accordion simple [title]=\"stackTraceLabel\">\n {{info?.stackTrace}}\n </nas-accordion>\n </div>\n </div>\n <div [nasClass]=\"getClass('remove-box')\" *ngIf=\"exists(removeIcon);\">\n <nas-icon type=\"remove\" (click)=\"removeInfoBox()\"></nas-icon>\n </div>\n</div>\n\n<ng-template #titleTemplate>\n <h3 [nasClass]=\"getClass('title')\" [innerHTML]=\"info?.title\"></h3>\n</ng-template>\n\n\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-info{perspective:1000px;margin-top:36px;margin-bottom:36px;position:relative}@media (min-width: 1000px){.nas-info{margin-bottom:12px}}.nas-info__remove-box{position:absolute;right:10px;top:10px;cursor:pointer}.nas-info__custom-content{padding-top:16px}.nas-info__content{transform-origin:center top;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:flip-in .55s ease both;animation-delay:.3s;padding:16px;background-color:#fff}.nas-info__content--information{background-color:#fff}.nas-info__content--warning{background-color:#fff6ec}.nas-info__content--error{background-color:#fff;border:3px solid #E5212D}.nas-info__content--success{background-color:#fff;border:3px solid #238e00}.nas-info__content--outlined{border:3px solid #15273f}.nas-info__stack-trace{margin-top:12px;word-break:break-word}.nas-info__error-title{display:flex;margin-bottom:9px}.nas-info__error-title>:first-child{margin-right:12px}.nas-info__timestamp{margin-bottom:12px}.nas-info__error-icon{padding-top:3px}\n"] }]
89
+ args: [{ selector: 'nas-info', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div *ngIf=\"exists(show)\" #infoContainer [nasClass]=\"getContainerClass()\">\n <div [nasClass]=\"getClass('content', modifiers)\">\n <div *ngIf=\"info?.timestamp\" [nasClass]=\"getClass('timestamp')\">\n <small>{{info?.timestamp | date:'full'}}</small>\n <small *ngIf=\"info?.server\"> ({{info?.server}})</small>\n </div>\n <div *ngIf=\"exists(error) || exists(success); else titleTemplate\" [nasClass]=\"getClass('error-title')\">\n <nas-icon *ngIf=\"exists(error)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--error\" type=\"small\"></nas-icon>\n <nas-icon *ngIf=\"exists(success)\" [nasClass]=\"getClass('error-icon')\" icon=\"alert--success\" type=\"small\"></nas-icon>\n <ng-container *ngTemplateOutlet=\"titleTemplate\"></ng-container>\n </div>\n <ul *ngIf=\"info?.messages?.length > 0\" [nasClass]=\"getListClass('', 'spaceless')\">\n <li *ngFor=\"let message of info?.messages\"> \n <span *ngIf=\"exists(sanitized)\" [innerHTML]=\"message\"></span>\n <span *ngIf=\"!exists(sanitized)\">{{message}}</span>\n </li>\n </ul>\n <div [nasClass]=\"getClass('custom-content')\">\n <ng-content></ng-content>\n </div>\n <div *ngIf=\"info?.link\">\n <nas-button link [href]=\"info.link.href\">{{info.link.text}}</nas-button>\n </div>\n <div *ngIf=\"info?.stackTrace\" [nasClass]=\"getClass('stack-trace')\">\n <nas-accordion simple [title]=\"stackTraceLabel\">\n {{info?.stackTrace}}\n </nas-accordion>\n </div>\n </div>\n <div [nasClass]=\"getClass('remove-box')\" *ngIf=\"exists(removeIcon);\">\n <nas-icon type=\"remove\" (click)=\"removeInfoBox()\"></nas-icon>\n </div>\n</div>\n\n<ng-template #titleTemplate>\n <h3 [nasClass]=\"getClass('title')\" [innerHTML]=\"info?.title\"></h3>\n</ng-template>\n\n\n", styles: ["@keyframes fade-in{0%{opacity:0}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-30px)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(-30px)}}@keyframes fade-in-right{0%{opacity:0;transform:translate(30px)}}@keyframes fade-out{to{opacity:0}}@keyframes flip-in{0%{opacity:0;transform:rotateX(-90deg)}40%{opacity:1;transform:rotateX(10deg)}}@keyframes flip-out{to{opacity:0;transform:rotateX(-90deg)}}@keyframes pop-in-from-top{0%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-100,1,1);opacity:0}6.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-30.227,1,1)}13.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,1.76,1,1)}20%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,7.08,1,1)}26.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,3.838,1,1)}33.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.902,1,1);opacity:1}40%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.237,1,1)}46.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.312,1,1)}53.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.141,1,1)}60%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.021,1,1)}66.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.015,1,1)}73.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.013,1,1)}80%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,.005,1,1)}86.67%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,1)}93.33%{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}to{transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,-.001,1,1);-webkit-transform:translate3d(0,0,0)}}.nas-info{perspective:1000px;margin-top:36px;margin-bottom:36px;position:relative}@media (min-width: 1000px){.nas-info{margin-bottom:12px}}.nas-info__remove-box{position:absolute;right:10px;top:10px;cursor:pointer}.nas-info__custom-content{padding-top:16px}.nas-info__content{transform-origin:center top;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:flip-in .55s ease both;animation-delay:.3s;padding:16px;background-color:#fff}.nas-info__content--information{background-color:#fff}.nas-info__content--warning{background-color:#fff6ec}.nas-info__content--error{background-color:#fff;border:3px solid #E5212D}.nas-info__content--success{background-color:#fff;border:3px solid #238E00}.nas-info__content--outlined{border:3px solid #15273F}.nas-info__stack-trace{margin-top:12px;word-break:break-word}.nas-info__error-title{display:flex;margin-bottom:9px}.nas-info__error-title>:first-child{margin-right:12px}.nas-info__timestamp{margin-bottom:12px}.nas-info__error-icon{padding-top:3px}\n"] }]
90
90
  }], ctorParameters: function () { return []; }, propDecorators: { showChange: [{
91
91
  type: Output
92
92
  }], infoContainer: [{