@fundamental-ngx/core 0.36.0-rc.2 → 0.36.0-rc.5

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 (513) hide show
  1. package/action-bar/package.json +1 -1
  2. package/action-sheet/package.json +1 -1
  3. package/alert/package.json +1 -1
  4. package/avatar/package.json +1 -1
  5. package/avatar-group/package.json +1 -1
  6. package/bar/package.json +1 -1
  7. package/breadcrumb/package.json +1 -1
  8. package/busy-indicator/package.json +1 -1
  9. package/button/package.json +1 -1
  10. package/calendar/package.json +1 -1
  11. package/card/package.json +1 -1
  12. package/carousel/carousel.component.d.ts +8 -2
  13. package/carousel/carousel.module.d.ts +2 -1
  14. package/carousel/esm2020/carousel.component.mjs +4 -7
  15. package/carousel/esm2020/carousel.module.mjs +5 -4
  16. package/carousel/fesm2015/fundamental-ngx-core-carousel.mjs +7 -9
  17. package/carousel/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
  18. package/carousel/fesm2020/fundamental-ngx-core-carousel.mjs +7 -9
  19. package/carousel/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
  20. package/carousel/package.json +1 -1
  21. package/checkbox/package.json +1 -1
  22. package/combobox/package.json +1 -1
  23. package/content-density/package.json +3 -3
  24. package/date-picker/date-picker.component.d.ts +22 -6
  25. package/date-picker/date-picker.module.d.ts +9 -8
  26. package/date-picker/esm2020/date-picker.component.mjs +14 -31
  27. package/date-picker/esm2020/date-picker.module.mjs +5 -1
  28. package/date-picker/fesm2015/fundamental-ngx-core-date-picker.mjs +17 -30
  29. package/date-picker/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
  30. package/date-picker/fesm2020/fundamental-ngx-core-date-picker.mjs +17 -30
  31. package/date-picker/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
  32. package/date-picker/package.json +1 -1
  33. package/datetime/package.json +1 -1
  34. package/datetime-picker/datetime-picker.component.d.ts +17 -7
  35. package/datetime-picker/datetime-picker.module.d.ts +6 -5
  36. package/datetime-picker/esm2020/datetime-picker.component.mjs +5 -14
  37. package/datetime-picker/esm2020/datetime-picker.module.mjs +5 -1
  38. package/datetime-picker/fesm2015/fundamental-ngx-core-datetime-picker.mjs +8 -13
  39. package/datetime-picker/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  40. package/datetime-picker/fesm2020/fundamental-ngx-core-datetime-picker.mjs +8 -13
  41. package/datetime-picker/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  42. package/datetime-picker/package.json +1 -1
  43. package/dialog/esm2020/dialog-header/dialog-header.component.mjs +3 -3
  44. package/dialog/fesm2015/fundamental-ngx-core-dialog.mjs +2 -2
  45. package/dialog/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
  46. package/dialog/fesm2020/fundamental-ngx-core-dialog.mjs +2 -2
  47. package/dialog/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
  48. package/dialog/package.json +1 -1
  49. package/dynamic-page/package.json +1 -1
  50. package/dynamic-side-content/package.json +1 -1
  51. package/esm2020/carousel/carousel.component.mjs +4 -7
  52. package/esm2020/carousel/carousel.module.mjs +5 -4
  53. package/esm2020/date-picker/date-picker.component.mjs +14 -31
  54. package/esm2020/date-picker/date-picker.module.mjs +5 -1
  55. package/esm2020/datetime-picker/datetime-picker.component.mjs +5 -14
  56. package/esm2020/datetime-picker/datetime-picker.module.mjs +5 -1
  57. package/esm2020/dialog/dialog-header/dialog-header.component.mjs +3 -3
  58. package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +4 -11
  59. package/esm2020/feed-list-item/feed-list-item.module.mjs +5 -4
  60. package/esm2020/fixed-card-layout/fixed-card-layout.component.mjs +17 -10
  61. package/esm2020/flexible-column-layout/flexible-column-layout.component.mjs +4 -3
  62. package/esm2020/formatted-text/formatted-text.component.mjs +2 -2
  63. package/esm2020/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +4 -3
  64. package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +4 -3
  65. package/esm2020/grid-list/grid-list.module.mjs +30 -4
  66. package/esm2020/menu/menu.module.mjs +5 -4
  67. package/esm2020/message-box/message-box-footer/message-box-footer.component.mjs +5 -4
  68. package/esm2020/message-box/message-box-header/message-box-header.component.mjs +5 -4
  69. package/esm2020/message-strip/message-strip.component.mjs +4 -5
  70. package/esm2020/message-strip/message-strip.module.mjs +5 -4
  71. package/esm2020/multi-input/multi-input.component.mjs +1 -1
  72. package/esm2020/nested-list/nested-list/nested-list.directive.mjs +27 -14
  73. package/esm2020/overflow-layout/overflow-layout.component.mjs +4 -3
  74. package/esm2020/overflow-layout/overflow-layout.module.mjs +5 -4
  75. package/esm2020/pagination/pagination.component.mjs +37 -71
  76. package/esm2020/pagination/pagination.module.mjs +5 -1
  77. package/esm2020/product-switch/product-switch/product-switch.component.mjs +4 -5
  78. package/esm2020/product-switch/product-switch.module.mjs +5 -4
  79. package/esm2020/shellbar/shellbar-action/shellbar-action.component.mjs +5 -4
  80. package/esm2020/shellbar/shellbar-actions/shellbar-actions.component.mjs +1 -3
  81. package/esm2020/shellbar/shellbar.module.mjs +5 -1
  82. package/esm2020/slider/slider.component.mjs +9 -45
  83. package/esm2020/slider/slider.module.mjs +5 -4
  84. package/esm2020/split-button/split-button.component.mjs +4 -7
  85. package/esm2020/split-button/split-button.module.mjs +5 -4
  86. package/esm2020/splitter/splitter-pagination/splitter-pagination.component.mjs +8 -4
  87. package/esm2020/splitter/splitter.component.mjs +1 -3
  88. package/esm2020/splitter/splitter.module.mjs +5 -4
  89. package/esm2020/step-input/step-input.component.mjs +4 -9
  90. package/esm2020/step-input/step-input.module.mjs +9 -5
  91. package/esm2020/switch/switch.component.mjs +4 -7
  92. package/esm2020/switch/switch.module.mjs +5 -4
  93. package/esm2020/tabs/tab-item-expand/tab-item-expand.component.mjs +4 -7
  94. package/esm2020/tabs/tab-list.component.mjs +1 -3
  95. package/esm2020/tabs/tabs.module.mjs +8 -4
  96. package/esm2020/text/text.component.mjs +4 -11
  97. package/esm2020/text/text.module.mjs +5 -4
  98. package/esm2020/time/i18n/time-i18n.mjs +9 -6
  99. package/esm2020/time/time-column/time-column.component.mjs +54 -3
  100. package/esm2020/time/time.component.mjs +29 -14
  101. package/esm2020/time/time.module.mjs +30 -4
  102. package/esm2020/time-picker/time-picker.component.mjs +4 -7
  103. package/esm2020/time-picker/time-picker.module.mjs +8 -4
  104. package/esm2020/token/token.component.mjs +4 -7
  105. package/esm2020/token/token.module.mjs +27 -4
  106. package/esm2020/token/tokenizer.component.mjs +4 -7
  107. package/esm2020/upload-collection/upload-collection-button-group/upload-collection-button-group.component.mjs +4 -15
  108. package/esm2020/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +4 -5
  109. package/esm2020/upload-collection/upload-collection.module.mjs +5 -4
  110. package/esm2020/utils/services/local-storage.service.mjs +5 -1
  111. package/esm2020/wizard/wizard-injection-token.mjs +1 -1
  112. package/esm2020/wizard/wizard-navigation/wizard-navigation.component.mjs +19 -7
  113. package/esm2020/wizard/wizard.component.mjs +26 -14
  114. package/facets/package.json +1 -1
  115. package/feed-input/package.json +1 -1
  116. package/feed-list-item/components/item/feed-list-item.component.d.ts +2 -0
  117. package/feed-list-item/esm2020/components/item/feed-list-item.component.mjs +4 -11
  118. package/feed-list-item/esm2020/feed-list-item.module.mjs +5 -4
  119. package/feed-list-item/feed-list-item.module.d.ts +2 -1
  120. package/feed-list-item/fesm2015/fundamental-ngx-core-feed-list-item.mjs +7 -13
  121. package/feed-list-item/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  122. package/feed-list-item/fesm2020/fundamental-ngx-core-feed-list-item.mjs +7 -13
  123. package/feed-list-item/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  124. package/feed-list-item/package.json +1 -1
  125. package/fesm2015/fundamental-ngx-core-carousel.mjs +7 -9
  126. package/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
  127. package/fesm2015/fundamental-ngx-core-date-picker.mjs +17 -30
  128. package/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
  129. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +8 -13
  130. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  131. package/fesm2015/fundamental-ngx-core-dialog.mjs +2 -2
  132. package/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
  133. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +7 -13
  134. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  135. package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +16 -9
  136. package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  137. package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +3 -2
  138. package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  139. package/fesm2015/fundamental-ngx-core-formatted-text.mjs +2 -1
  140. package/fesm2015/fundamental-ngx-core-formatted-text.mjs.map +1 -1
  141. package/fesm2015/fundamental-ngx-core-grid-list.mjs +34 -7
  142. package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
  143. package/fesm2015/fundamental-ngx-core-menu.mjs +4 -3
  144. package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
  145. package/fesm2015/fundamental-ngx-core-message-box.mjs +7 -7
  146. package/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
  147. package/fesm2015/fundamental-ngx-core-message-strip.mjs +7 -7
  148. package/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
  149. package/fesm2015/fundamental-ngx-core-multi-input.mjs +1 -1
  150. package/fesm2015/fundamental-ngx-core-nested-list.mjs +26 -12
  151. package/fesm2015/fundamental-ngx-core-nested-list.mjs.map +1 -1
  152. package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +7 -5
  153. package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  154. package/fesm2015/fundamental-ngx-core-pagination.mjs +42 -70
  155. package/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
  156. package/fesm2015/fundamental-ngx-core-product-switch.mjs +9 -9
  157. package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
  158. package/fesm2015/fundamental-ngx-core-shellbar.mjs +6 -4
  159. package/fesm2015/fundamental-ngx-core-shellbar.mjs.map +1 -1
  160. package/fesm2015/fundamental-ngx-core-slider.mjs +12 -47
  161. package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
  162. package/fesm2015/fundamental-ngx-core-split-button.mjs +7 -9
  163. package/fesm2015/fundamental-ngx-core-split-button.mjs.map +1 -1
  164. package/fesm2015/fundamental-ngx-core-splitter.mjs +11 -8
  165. package/fesm2015/fundamental-ngx-core-splitter.mjs.map +1 -1
  166. package/fesm2015/fundamental-ngx-core-step-input.mjs +12 -13
  167. package/fesm2015/fundamental-ngx-core-step-input.mjs.map +1 -1
  168. package/fesm2015/fundamental-ngx-core-switch.mjs +7 -9
  169. package/fesm2015/fundamental-ngx-core-switch.mjs.map +1 -1
  170. package/fesm2015/fundamental-ngx-core-tabs.mjs +10 -11
  171. package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
  172. package/fesm2015/fundamental-ngx-core-text.mjs +7 -13
  173. package/fesm2015/fundamental-ngx-core-text.mjs.map +1 -1
  174. package/fesm2015/fundamental-ngx-core-time-picker.mjs +10 -9
  175. package/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
  176. package/fesm2015/fundamental-ngx-core-time.mjs +117 -22
  177. package/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
  178. package/fesm2015/fundamental-ngx-core-token.mjs +32 -16
  179. package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
  180. package/fesm2015/fundamental-ngx-core-upload-collection.mjs +10 -22
  181. package/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  182. package/fesm2015/fundamental-ngx-core-utils.mjs +4 -0
  183. package/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
  184. package/fesm2015/fundamental-ngx-core-wizard.mjs +43 -16
  185. package/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
  186. package/fesm2020/fundamental-ngx-core-carousel.mjs +7 -9
  187. package/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
  188. package/fesm2020/fundamental-ngx-core-date-picker.mjs +17 -30
  189. package/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
  190. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +8 -13
  191. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  192. package/fesm2020/fundamental-ngx-core-dialog.mjs +2 -2
  193. package/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
  194. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +7 -13
  195. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  196. package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +16 -9
  197. package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  198. package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +3 -2
  199. package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  200. package/fesm2020/fundamental-ngx-core-formatted-text.mjs +1 -1
  201. package/fesm2020/fundamental-ngx-core-formatted-text.mjs.map +1 -1
  202. package/fesm2020/fundamental-ngx-core-grid-list.mjs +34 -7
  203. package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
  204. package/fesm2020/fundamental-ngx-core-menu.mjs +4 -3
  205. package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
  206. package/fesm2020/fundamental-ngx-core-message-box.mjs +7 -7
  207. package/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
  208. package/fesm2020/fundamental-ngx-core-message-strip.mjs +7 -7
  209. package/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
  210. package/fesm2020/fundamental-ngx-core-multi-input.mjs +1 -1
  211. package/fesm2020/fundamental-ngx-core-nested-list.mjs +25 -12
  212. package/fesm2020/fundamental-ngx-core-nested-list.mjs.map +1 -1
  213. package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +7 -5
  214. package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  215. package/fesm2020/fundamental-ngx-core-pagination.mjs +39 -70
  216. package/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
  217. package/fesm2020/fundamental-ngx-core-product-switch.mjs +9 -9
  218. package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
  219. package/fesm2020/fundamental-ngx-core-shellbar.mjs +6 -4
  220. package/fesm2020/fundamental-ngx-core-shellbar.mjs.map +1 -1
  221. package/fesm2020/fundamental-ngx-core-slider.mjs +12 -47
  222. package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
  223. package/fesm2020/fundamental-ngx-core-split-button.mjs +7 -9
  224. package/fesm2020/fundamental-ngx-core-split-button.mjs.map +1 -1
  225. package/fesm2020/fundamental-ngx-core-splitter.mjs +11 -8
  226. package/fesm2020/fundamental-ngx-core-splitter.mjs.map +1 -1
  227. package/fesm2020/fundamental-ngx-core-step-input.mjs +12 -13
  228. package/fesm2020/fundamental-ngx-core-step-input.mjs.map +1 -1
  229. package/fesm2020/fundamental-ngx-core-switch.mjs +7 -9
  230. package/fesm2020/fundamental-ngx-core-switch.mjs.map +1 -1
  231. package/fesm2020/fundamental-ngx-core-tabs.mjs +10 -11
  232. package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
  233. package/fesm2020/fundamental-ngx-core-text.mjs +7 -13
  234. package/fesm2020/fundamental-ngx-core-text.mjs.map +1 -1
  235. package/fesm2020/fundamental-ngx-core-time-picker.mjs +10 -9
  236. package/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
  237. package/fesm2020/fundamental-ngx-core-time.mjs +116 -22
  238. package/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
  239. package/fesm2020/fundamental-ngx-core-token.mjs +32 -16
  240. package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
  241. package/fesm2020/fundamental-ngx-core-upload-collection.mjs +10 -22
  242. package/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  243. package/fesm2020/fundamental-ngx-core-utils.mjs +4 -0
  244. package/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
  245. package/fesm2020/fundamental-ngx-core-wizard.mjs +39 -16
  246. package/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
  247. package/file-uploader/package.json +1 -1
  248. package/fixed-card-layout/esm2020/fixed-card-layout.component.mjs +17 -10
  249. package/fixed-card-layout/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +16 -9
  250. package/fixed-card-layout/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  251. package/fixed-card-layout/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +16 -9
  252. package/fixed-card-layout/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  253. package/fixed-card-layout/fixed-card-layout.component.d.ts +2 -2
  254. package/fixed-card-layout/package.json +1 -1
  255. package/flexible-column-layout/esm2020/flexible-column-layout.component.mjs +4 -3
  256. package/flexible-column-layout/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +3 -2
  257. package/flexible-column-layout/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  258. package/flexible-column-layout/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +3 -2
  259. package/flexible-column-layout/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  260. package/flexible-column-layout/package.json +1 -1
  261. package/form/package.json +1 -1
  262. package/formatted-text/esm2020/formatted-text.component.mjs +2 -2
  263. package/formatted-text/fesm2015/fundamental-ngx-core-formatted-text.mjs +2 -1
  264. package/formatted-text/fesm2015/fundamental-ngx-core-formatted-text.mjs.map +1 -1
  265. package/formatted-text/fesm2020/fundamental-ngx-core-formatted-text.mjs +1 -1
  266. package/formatted-text/fesm2020/fundamental-ngx-core-formatted-text.mjs.map +1 -1
  267. package/formatted-text/package.json +1 -1
  268. package/grid-list/esm2020/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +4 -3
  269. package/grid-list/esm2020/components/grid-list-item/grid-list-item.component.mjs +4 -3
  270. package/grid-list/esm2020/grid-list.module.mjs +30 -4
  271. package/grid-list/fesm2015/fundamental-ngx-core-grid-list.mjs +34 -7
  272. package/grid-list/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
  273. package/grid-list/fesm2020/fundamental-ngx-core-grid-list.mjs +34 -7
  274. package/grid-list/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
  275. package/grid-list/grid-list.module.d.ts +2 -1
  276. package/grid-list/package.json +1 -1
  277. package/icon/package.json +1 -1
  278. package/illustrated-message/package.json +1 -1
  279. package/infinite-scroll/package.json +1 -1
  280. package/info-label/package.json +1 -1
  281. package/inline-help/package.json +1 -1
  282. package/input-group/package.json +1 -1
  283. package/layout-grid/package.json +1 -1
  284. package/layout-panel/package.json +1 -1
  285. package/link/package.json +1 -1
  286. package/list/package.json +1 -1
  287. package/menu/esm2020/menu.module.mjs +5 -4
  288. package/menu/fesm2015/fundamental-ngx-core-menu.mjs +4 -3
  289. package/menu/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
  290. package/menu/fesm2020/fundamental-ngx-core-menu.mjs +4 -3
  291. package/menu/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
  292. package/menu/package.json +1 -1
  293. package/message-box/esm2020/message-box-footer/message-box-footer.component.mjs +5 -4
  294. package/message-box/esm2020/message-box-header/message-box-header.component.mjs +5 -4
  295. package/message-box/fesm2015/fundamental-ngx-core-message-box.mjs +7 -7
  296. package/message-box/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
  297. package/message-box/fesm2020/fundamental-ngx-core-message-box.mjs +7 -7
  298. package/message-box/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
  299. package/message-box/package.json +1 -1
  300. package/message-strip/esm2020/message-strip.component.mjs +4 -5
  301. package/message-strip/esm2020/message-strip.module.mjs +5 -4
  302. package/message-strip/fesm2015/fundamental-ngx-core-message-strip.mjs +7 -7
  303. package/message-strip/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
  304. package/message-strip/fesm2020/fundamental-ngx-core-message-strip.mjs +7 -7
  305. package/message-strip/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
  306. package/message-strip/message-strip.component.d.ts +4 -1
  307. package/message-strip/message-strip.module.d.ts +2 -1
  308. package/message-strip/package.json +1 -1
  309. package/message-toast/package.json +1 -1
  310. package/micro-process-flow/package.json +1 -1
  311. package/mobile-mode/package.json +1 -1
  312. package/multi-input/esm2020/multi-input.component.mjs +1 -1
  313. package/multi-input/fesm2015/fundamental-ngx-core-multi-input.mjs +1 -1
  314. package/multi-input/fesm2020/fundamental-ngx-core-multi-input.mjs +1 -1
  315. package/multi-input/package.json +1 -1
  316. package/nested-list/esm2020/nested-list/nested-list.directive.mjs +27 -14
  317. package/nested-list/fesm2015/fundamental-ngx-core-nested-list.mjs +26 -12
  318. package/nested-list/fesm2015/fundamental-ngx-core-nested-list.mjs.map +1 -1
  319. package/nested-list/fesm2020/fundamental-ngx-core-nested-list.mjs +25 -12
  320. package/nested-list/fesm2020/fundamental-ngx-core-nested-list.mjs.map +1 -1
  321. package/nested-list/nested-list/nested-list.directive.d.ts +7 -2
  322. package/nested-list/package.json +1 -1
  323. package/notification/package.json +1 -1
  324. package/object-identifier/package.json +1 -1
  325. package/object-marker/package.json +1 -1
  326. package/object-number/package.json +1 -1
  327. package/object-status/package.json +1 -1
  328. package/overflow-layout/esm2020/overflow-layout.component.mjs +4 -3
  329. package/overflow-layout/esm2020/overflow-layout.module.mjs +5 -4
  330. package/overflow-layout/fesm2015/fundamental-ngx-core-overflow-layout.mjs +7 -5
  331. package/overflow-layout/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  332. package/overflow-layout/fesm2020/fundamental-ngx-core-overflow-layout.mjs +7 -5
  333. package/overflow-layout/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  334. package/overflow-layout/overflow-layout.module.d.ts +2 -1
  335. package/overflow-layout/package.json +15 -14
  336. package/package.json +2 -1
  337. package/pagination/esm2020/pagination.component.mjs +37 -71
  338. package/pagination/esm2020/pagination.module.mjs +5 -1
  339. package/pagination/fesm2015/fundamental-ngx-core-pagination.mjs +42 -70
  340. package/pagination/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
  341. package/pagination/fesm2020/fundamental-ngx-core-pagination.mjs +39 -70
  342. package/pagination/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
  343. package/pagination/package.json +1 -1
  344. package/pagination/pagination.component.d.ts +22 -2
  345. package/pagination/pagination.module.d.ts +6 -5
  346. package/panel/package.json +1 -1
  347. package/popover/package.json +1 -1
  348. package/product-switch/esm2020/product-switch/product-switch.component.mjs +4 -5
  349. package/product-switch/esm2020/product-switch.module.mjs +5 -4
  350. package/product-switch/fesm2015/fundamental-ngx-core-product-switch.mjs +9 -9
  351. package/product-switch/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
  352. package/product-switch/fesm2020/fundamental-ngx-core-product-switch.mjs +9 -9
  353. package/product-switch/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
  354. package/product-switch/package.json +1 -1
  355. package/product-switch/product-switch/product-switch.component.d.ts +3 -1
  356. package/product-switch/product-switch.module.d.ts +2 -1
  357. package/progress-indicator/package.json +1 -1
  358. package/quick-view/package.json +1 -1
  359. package/radio/package.json +1 -1
  360. package/rating-indicator/package.json +1 -1
  361. package/resizable-card-layout/package.json +1 -1
  362. package/scroll-spy/package.json +1 -1
  363. package/scrollbar/package.json +1 -1
  364. package/segmented-button/package.json +1 -1
  365. package/select/package.json +1 -1
  366. package/shared/package.json +1 -1
  367. package/shellbar/esm2020/shellbar-action/shellbar-action.component.mjs +5 -4
  368. package/shellbar/esm2020/shellbar-actions/shellbar-actions.component.mjs +1 -3
  369. package/shellbar/esm2020/shellbar.module.mjs +5 -1
  370. package/shellbar/fesm2015/fundamental-ngx-core-shellbar.mjs +6 -4
  371. package/shellbar/fesm2015/fundamental-ngx-core-shellbar.mjs.map +1 -1
  372. package/shellbar/fesm2020/fundamental-ngx-core-shellbar.mjs +6 -4
  373. package/shellbar/fesm2020/fundamental-ngx-core-shellbar.mjs.map +1 -1
  374. package/shellbar/package.json +1 -1
  375. package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +4 -1
  376. package/shellbar/shellbar.module.d.ts +4 -3
  377. package/side-navigation/package.json +1 -1
  378. package/slider/esm2020/slider.component.mjs +9 -45
  379. package/slider/esm2020/slider.module.mjs +5 -4
  380. package/slider/fesm2015/fundamental-ngx-core-slider.mjs +12 -47
  381. package/slider/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
  382. package/slider/fesm2020/fundamental-ngx-core-slider.mjs +12 -47
  383. package/slider/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
  384. package/slider/package.json +1 -1
  385. package/slider/slider.component.d.ts +6 -10
  386. package/slider/slider.module.d.ts +2 -1
  387. package/split-button/esm2020/split-button.component.mjs +4 -7
  388. package/split-button/esm2020/split-button.module.mjs +5 -4
  389. package/split-button/fesm2015/fundamental-ngx-core-split-button.mjs +7 -9
  390. package/split-button/fesm2015/fundamental-ngx-core-split-button.mjs.map +1 -1
  391. package/split-button/fesm2020/fundamental-ngx-core-split-button.mjs +7 -9
  392. package/split-button/fesm2020/fundamental-ngx-core-split-button.mjs.map +1 -1
  393. package/split-button/package.json +1 -1
  394. package/split-button/split-button.component.d.ts +4 -1
  395. package/split-button/split-button.module.d.ts +2 -1
  396. package/splitter/esm2020/splitter-pagination/splitter-pagination.component.mjs +8 -4
  397. package/splitter/esm2020/splitter.component.mjs +1 -3
  398. package/splitter/esm2020/splitter.module.mjs +5 -4
  399. package/splitter/fesm2015/fundamental-ngx-core-splitter.mjs +11 -8
  400. package/splitter/fesm2015/fundamental-ngx-core-splitter.mjs.map +1 -1
  401. package/splitter/fesm2020/fundamental-ngx-core-splitter.mjs +11 -8
  402. package/splitter/fesm2020/fundamental-ngx-core-splitter.mjs.map +1 -1
  403. package/splitter/package.json +1 -1
  404. package/splitter/splitter-pagination/splitter-pagination.component.d.ts +4 -1
  405. package/splitter/splitter.component.d.ts +4 -1
  406. package/splitter/splitter.module.d.ts +2 -1
  407. package/status-indicator/package.json +1 -1
  408. package/step-input/esm2020/step-input.component.mjs +4 -9
  409. package/step-input/esm2020/step-input.module.mjs +9 -5
  410. package/step-input/fesm2015/fundamental-ngx-core-step-input.mjs +12 -13
  411. package/step-input/fesm2015/fundamental-ngx-core-step-input.mjs.map +1 -1
  412. package/step-input/fesm2020/fundamental-ngx-core-step-input.mjs +12 -13
  413. package/step-input/fesm2020/fundamental-ngx-core-step-input.mjs.map +1 -1
  414. package/step-input/package.json +1 -1
  415. package/step-input/step-input.component.d.ts +8 -2
  416. package/step-input/step-input.module.d.ts +2 -1
  417. package/switch/esm2020/switch.component.mjs +4 -7
  418. package/switch/esm2020/switch.module.mjs +5 -4
  419. package/switch/fesm2015/fundamental-ngx-core-switch.mjs +7 -9
  420. package/switch/fesm2015/fundamental-ngx-core-switch.mjs.map +1 -1
  421. package/switch/fesm2020/fundamental-ngx-core-switch.mjs +7 -9
  422. package/switch/fesm2020/fundamental-ngx-core-switch.mjs.map +1 -1
  423. package/switch/package.json +1 -1
  424. package/switch/switch.component.d.ts +8 -2
  425. package/switch/switch.module.d.ts +2 -1
  426. package/table/package.json +1 -1
  427. package/tabs/esm2020/tab-item-expand/tab-item-expand.component.mjs +4 -7
  428. package/tabs/esm2020/tab-list.component.mjs +1 -3
  429. package/tabs/esm2020/tabs.module.mjs +8 -4
  430. package/tabs/fesm2015/fundamental-ngx-core-tabs.mjs +10 -11
  431. package/tabs/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
  432. package/tabs/fesm2020/fundamental-ngx-core-tabs.mjs +10 -11
  433. package/tabs/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
  434. package/tabs/package.json +1 -1
  435. package/tabs/tab-item-expand/tab-item-expand.component.d.ts +3 -1
  436. package/tabs/tab-list.component.d.ts +4 -1
  437. package/tabs/tabs.module.d.ts +2 -1
  438. package/text/esm2020/text.component.mjs +4 -11
  439. package/text/esm2020/text.module.mjs +5 -4
  440. package/text/fesm2015/fundamental-ngx-core-text.mjs +7 -13
  441. package/text/fesm2015/fundamental-ngx-core-text.mjs.map +1 -1
  442. package/text/fesm2020/fundamental-ngx-core-text.mjs +7 -13
  443. package/text/fesm2020/fundamental-ngx-core-text.mjs.map +1 -1
  444. package/text/package.json +1 -1
  445. package/text/text.component.d.ts +2 -0
  446. package/text/text.module.d.ts +2 -1
  447. package/theming/package.json +1 -1
  448. package/tile/package.json +1 -1
  449. package/time/esm2020/i18n/time-i18n.mjs +9 -6
  450. package/time/esm2020/time-column/time-column.component.mjs +54 -3
  451. package/time/esm2020/time.component.mjs +29 -14
  452. package/time/esm2020/time.module.mjs +30 -4
  453. package/time/fesm2015/fundamental-ngx-core-time.mjs +117 -22
  454. package/time/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
  455. package/time/fesm2020/fundamental-ngx-core-time.mjs +116 -22
  456. package/time/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
  457. package/time/i18n/time-i18n.d.ts +2 -0
  458. package/time/package.json +1 -1
  459. package/time/time-column/time-column.component.d.ts +12 -4
  460. package/time/time.component.d.ts +8 -8
  461. package/time/time.module.d.ts +2 -1
  462. package/time-picker/esm2020/time-picker.component.mjs +4 -7
  463. package/time-picker/esm2020/time-picker.module.mjs +8 -4
  464. package/time-picker/fesm2015/fundamental-ngx-core-time-picker.mjs +10 -9
  465. package/time-picker/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
  466. package/time-picker/fesm2020/fundamental-ngx-core-time-picker.mjs +10 -9
  467. package/time-picker/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
  468. package/time-picker/package.json +1 -1
  469. package/time-picker/time-picker.module.d.ts +2 -1
  470. package/timeline/package.json +1 -1
  471. package/title/package.json +1 -1
  472. package/token/esm2020/token.component.mjs +4 -7
  473. package/token/esm2020/token.module.mjs +27 -4
  474. package/token/esm2020/tokenizer.component.mjs +4 -7
  475. package/token/fesm2015/fundamental-ngx-core-token.mjs +32 -16
  476. package/token/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
  477. package/token/fesm2020/fundamental-ngx-core-token.mjs +32 -16
  478. package/token/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
  479. package/token/package.json +1 -1
  480. package/token/token.component.d.ts +8 -2
  481. package/token/token.module.d.ts +2 -1
  482. package/token/tokenizer.component.d.ts +1 -3
  483. package/toolbar/package.json +1 -1
  484. package/tree/package.json +1 -1
  485. package/upload-collection/esm2020/upload-collection-button-group/upload-collection-button-group.component.mjs +4 -15
  486. package/upload-collection/esm2020/upload-collection-form-item/upload-collection-form-item.component.mjs +4 -5
  487. package/upload-collection/esm2020/upload-collection.module.mjs +5 -4
  488. package/upload-collection/fesm2015/fundamental-ngx-core-upload-collection.mjs +10 -22
  489. package/upload-collection/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  490. package/upload-collection/fesm2020/fundamental-ngx-core-upload-collection.mjs +10 -22
  491. package/upload-collection/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  492. package/upload-collection/package.json +1 -1
  493. package/upload-collection/upload-collection-button-group/upload-collection-button-group.component.d.ts +24 -6
  494. package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +4 -1
  495. package/upload-collection/upload-collection.module.d.ts +2 -1
  496. package/utils/esm2020/services/local-storage.service.mjs +5 -1
  497. package/utils/fesm2015/fundamental-ngx-core-utils.mjs +4 -0
  498. package/utils/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
  499. package/utils/fesm2020/fundamental-ngx-core-utils.mjs +4 -0
  500. package/utils/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
  501. package/utils/package.json +1 -1
  502. package/vertical-navigation/package.json +1 -1
  503. package/wizard/esm2020/wizard-injection-token.mjs +1 -1
  504. package/wizard/esm2020/wizard-navigation/wizard-navigation.component.mjs +19 -7
  505. package/wizard/esm2020/wizard.component.mjs +26 -14
  506. package/wizard/fesm2015/fundamental-ngx-core-wizard.mjs +43 -16
  507. package/wizard/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
  508. package/wizard/fesm2020/fundamental-ngx-core-wizard.mjs +39 -16
  509. package/wizard/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
  510. package/wizard/package.json +1 -1
  511. package/wizard/wizard-injection-token.d.ts +1 -0
  512. package/wizard/wizard-navigation/wizard-navigation.component.d.ts +9 -2
  513. package/wizard/wizard.component.d.ts +11 -4
@@ -5,21 +5,22 @@ import { CarouselDirective } from './carousel.directive';
5
5
  import { CarouselComponent } from './carousel.component';
6
6
  import { CarouselItemComponent } from './carousel-item/carousel-item.component';
7
7
  import { BusyIndicatorModule } from '@fundamental-ngx/core/busy-indicator';
8
+ import { I18nModule } from '@fundamental-ngx/i18n';
8
9
  import { ButtonModule } from '@fundamental-ngx/core/button';
9
10
  import { CarouselService } from './carousel.service';
10
11
  import * as i0 from "@angular/core";
11
12
  export class CarouselModule {
12
13
  }
13
14
  CarouselModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, declarations: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent], imports: [CommonModule, BusyIndicatorModule, ButtonModule], exports: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent] });
15
- CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, providers: [CarouselService], imports: [[CommonModule, BusyIndicatorModule, ButtonModule]] });
15
+ CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, declarations: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent], imports: [CommonModule, BusyIndicatorModule, ButtonModule, I18nModule], exports: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent] });
16
+ CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, providers: [CarouselService], imports: [[CommonModule, BusyIndicatorModule, ButtonModule, I18nModule]] });
16
17
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, decorators: [{
17
18
  type: NgModule,
18
19
  args: [{
19
- imports: [CommonModule, BusyIndicatorModule, ButtonModule],
20
+ imports: [CommonModule, BusyIndicatorModule, ButtonModule, I18nModule],
20
21
  exports: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent],
21
22
  declarations: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent],
22
23
  providers: [CarouselService]
23
24
  }]
24
25
  }] });
25
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvY2Fyb3VzZWwvY2Fyb3VzZWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUM1RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0JBQW9CLENBQUM7O0FBUXJELE1BQU0sT0FBTyxjQUFjOzsyR0FBZCxjQUFjOzRHQUFkLGNBQWMsaUJBSFIscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsaUJBQWlCLEVBQUUscUJBQXFCLGFBRnZGLFlBQVksRUFBRSxtQkFBbUIsRUFBRSxZQUFZLGFBQy9DLHFCQUFxQixFQUFFLGlCQUFpQixFQUFFLGlCQUFpQixFQUFFLHFCQUFxQjs0R0FJbkYsY0FBYyxhQUZaLENBQUMsZUFBZSxDQUFDLFlBSG5CLENBQUMsWUFBWSxFQUFFLG1CQUFtQixFQUFFLFlBQVksQ0FBQzsyRkFLakQsY0FBYztrQkFOMUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsbUJBQW1CLEVBQUUsWUFBWSxDQUFDO29CQUMxRCxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBRSxpQkFBaUIsRUFBRSxpQkFBaUIsRUFBRSxxQkFBcUIsQ0FBQztvQkFDN0YsWUFBWSxFQUFFLENBQUMscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsaUJBQWlCLEVBQUUscUJBQXFCLENBQUM7b0JBQ2xHLFNBQVMsRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDL0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENhcm91c2VsSXRlbURpcmVjdGl2ZSB9IGZyb20gJy4vY2Fyb3VzZWwtaXRlbS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQ2Fyb3VzZWxEaXJlY3RpdmUgfSBmcm9tICcuL2Nhcm91c2VsLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBDYXJvdXNlbENvbXBvbmVudCB9IGZyb20gJy4vY2Fyb3VzZWwuY29tcG9uZW50JztcbmltcG9ydCB7IENhcm91c2VsSXRlbUNvbXBvbmVudCB9IGZyb20gJy4vY2Fyb3VzZWwtaXRlbS9jYXJvdXNlbC1pdGVtLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBCdXN5SW5kaWNhdG9yTW9kdWxlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jb3JlL2J1c3ktaW5kaWNhdG9yJztcbmltcG9ydCB7IEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9idXR0b24nO1xuaW1wb3J0IHsgQ2Fyb3VzZWxTZXJ2aWNlIH0gZnJvbSAnLi9jYXJvdXNlbC5zZXJ2aWNlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCdXN5SW5kaWNhdG9yTW9kdWxlLCBCdXR0b25Nb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtDYXJvdXNlbEl0ZW1EaXJlY3RpdmUsIENhcm91c2VsRGlyZWN0aXZlLCBDYXJvdXNlbENvbXBvbmVudCwgQ2Fyb3VzZWxJdGVtQ29tcG9uZW50XSxcbiAgICBkZWNsYXJhdGlvbnM6IFtDYXJvdXNlbEl0ZW1EaXJlY3RpdmUsIENhcm91c2VsRGlyZWN0aXZlLCBDYXJvdXNlbENvbXBvbmVudCwgQ2Fyb3VzZWxJdGVtQ29tcG9uZW50XSxcbiAgICBwcm92aWRlcnM6IFtDYXJvdXNlbFNlcnZpY2VdXG59KVxuZXhwb3J0IGNsYXNzIENhcm91c2VsTW9kdWxlIHt9XG4iXX0=
26
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2Fyb3VzZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvY2Fyb3VzZWwvY2Fyb3VzZWwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ3pELE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ2hGLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQzNFLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQztBQUNuRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDNUQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDOztBQVFyRCxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQUhSLHFCQUFxQixFQUFFLGlCQUFpQixFQUFFLGlCQUFpQixFQUFFLHFCQUFxQixhQUZ2RixZQUFZLEVBQUUsbUJBQW1CLEVBQUUsWUFBWSxFQUFFLFVBQVUsYUFDM0QscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsaUJBQWlCLEVBQUUscUJBQXFCOzRHQUluRixjQUFjLGFBRlosQ0FBQyxlQUFlLENBQUMsWUFIbkIsQ0FBQyxZQUFZLEVBQUUsbUJBQW1CLEVBQUUsWUFBWSxFQUFFLFVBQVUsQ0FBQzsyRkFLN0QsY0FBYztrQkFOMUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsbUJBQW1CLEVBQUUsWUFBWSxFQUFFLFVBQVUsQ0FBQztvQkFDdEUsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUUsaUJBQWlCLEVBQUUsaUJBQWlCLEVBQUUscUJBQXFCLENBQUM7b0JBQzdGLFlBQVksRUFBRSxDQUFDLHFCQUFxQixFQUFFLGlCQUFpQixFQUFFLGlCQUFpQixFQUFFLHFCQUFxQixDQUFDO29CQUNsRyxTQUFTLEVBQUUsQ0FBQyxlQUFlLENBQUM7aUJBQy9CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDYXJvdXNlbEl0ZW1EaXJlY3RpdmUgfSBmcm9tICcuL2Nhcm91c2VsLWl0ZW0uZGlyZWN0aXZlJztcbmltcG9ydCB7IENhcm91c2VsRGlyZWN0aXZlIH0gZnJvbSAnLi9jYXJvdXNlbC5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgQ2Fyb3VzZWxDb21wb25lbnQgfSBmcm9tICcuL2Nhcm91c2VsLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYXJvdXNlbEl0ZW1Db21wb25lbnQgfSBmcm9tICcuL2Nhcm91c2VsLWl0ZW0vY2Fyb3VzZWwtaXRlbS5jb21wb25lbnQnO1xuaW1wb3J0IHsgQnVzeUluZGljYXRvck1vZHVsZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9idXN5LWluZGljYXRvcic7XG5pbXBvcnQgeyBJMThuTW9kdWxlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9pMThuJztcbmltcG9ydCB7IEJ1dHRvbk1vZHVsZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9idXR0b24nO1xuaW1wb3J0IHsgQ2Fyb3VzZWxTZXJ2aWNlIH0gZnJvbSAnLi9jYXJvdXNlbC5zZXJ2aWNlJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlLCBCdXN5SW5kaWNhdG9yTW9kdWxlLCBCdXR0b25Nb2R1bGUsIEkxOG5Nb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtDYXJvdXNlbEl0ZW1EaXJlY3RpdmUsIENhcm91c2VsRGlyZWN0aXZlLCBDYXJvdXNlbENvbXBvbmVudCwgQ2Fyb3VzZWxJdGVtQ29tcG9uZW50XSxcbiAgICBkZWNsYXJhdGlvbnM6IFtDYXJvdXNlbEl0ZW1EaXJlY3RpdmUsIENhcm91c2VsRGlyZWN0aXZlLCBDYXJvdXNlbENvbXBvbmVudCwgQ2Fyb3VzZWxJdGVtQ29tcG9uZW50XSxcbiAgICBwcm92aWRlcnM6IFtDYXJvdXNlbFNlcnZpY2VdXG59KVxuZXhwb3J0IGNsYXNzIENhcm91c2VsTW9kdWxlIHt9XG4iXX0=
@@ -10,6 +10,8 @@ import * as i1 from '@fundamental-ngx/core/busy-indicator';
10
10
  import { BusyIndicatorModule } from '@fundamental-ngx/core/busy-indicator';
11
11
  import * as i3 from '@fundamental-ngx/core/button';
12
12
  import { ButtonModule } from '@fundamental-ngx/core/button';
13
+ import * as i5 from '@fundamental-ngx/i18n';
14
+ import { I18nModule } from '@fundamental-ngx/i18n';
13
15
 
14
16
  let carouselItemCounter$1 = 0;
15
17
  class CarouselItemDirective {
@@ -571,10 +573,6 @@ class CarouselComponent {
571
573
  this.width = '100%';
572
574
  /** If carousel is in circular loop */
573
575
  this.loop = false;
574
- /** Label for left navigation button */
575
- this.leftNavigationBtnLabel = 'Go to previous item';
576
- /** Label for right navigation button */
577
- this.rightNavigationBtnLabel = 'Go to next item';
578
576
  /** Shows/hides optional navigation button */
579
577
  this.navigation = true;
580
578
  /** Show navigation button in page indicator container or inside content. Default is page indicator container on true value */
@@ -1103,12 +1101,12 @@ class CarouselComponent {
1103
1101
  }
1104
1102
  }
1105
1103
  CarouselComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: CarouselService }, { token: i2.RtlService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
1106
- CarouselComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: CarouselComponent, selector: "fd-carousel", inputs: { id: "id", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", ariaDescribedBy: "ariaDescribedBy", pageIndicatorsOrientation: "pageIndicatorsOrientation", height: "height", width: "width", loop: "loop", leftNavigationBtnLabel: "leftNavigationBtnLabel", rightNavigationBtnLabel: "rightNavigationBtnLabel", navigation: "navigation", navigatorInPageIndicator: "navigatorInPageIndicator", numericIndicator: "numericIndicator", pageIndicatorContainer: "pageIndicatorContainer", pageIndicator: "pageIndicator", resourceStrings: "resourceStrings", slideTransitionDuration: "slideTransitionDuration", swipeEnabled: "swipeEnabled", vertical: "vertical", visibleSlidesCount: "visibleSlidesCount" }, outputs: { slideChange: "slideChange" }, host: { listeners: { "keydown.arrowright": "onKeydownArrowRight($event)", "keydown.arrowleft": "onKeydownArrowLeft($event)" }, properties: { "style.width": "width", "attr.id": "this.id" } }, providers: [CarouselService], queries: [{ propertyName: "slides", predicate: CarouselItemComponent, descendants: true }], viewQueries: [{ propertyName: "slideContainer", first: true, predicate: ["slideContainer"], descendants: true }, { propertyName: "carouselContainer", first: true, predicate: ["carouselContainer"], descendants: true }], ngImport: i0, template: "<div\n class=\"fd-carousel\"\n [class.fd-carousel--no-navigation]=\"!navigation\"\n data-ride=\"carousel\"\n tabindex=\"0\"\n [style.height]=\"height\"\n [style.width]=\"width\"\n [attr.dir]=\"dir\"\n role=\"region\"\n #carouselContainer\n (click)=\"_focus()\"\n>\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'top'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div\n class=\"fd-carousel__content\"\n [class.fd-carousel__content--horizontal]=\"!vertical\"\n [style.width]=\"_contentSizePx\"\n >\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <div #slideContainer class=\"fd-carousel__slides\">\n <ng-content></ng-content>\n </div>\n\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'bottom'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div style=\"display: none\" role=\"region\" [attr.id]=\"id + '-accessibility'\" aria-live=\"polite\" dir=\"ltr\">\n {{ screenReaderLabel }}\n </div>\n</div>\n\n<ng-template #pageIndicatorContainer>\n <div class=\"fd-carousel__page-indicator-container\">\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <ng-container *ngTemplateOutlet=\"pageIndicators\"> </ng-container>\n\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n</ng-template>\n\n<ng-template #pageIndicators>\n <ng-container *ngIf=\"numericIndicator\">\n <div class=\"fd-carousel__page-indicators\">\n <ng-container *ngIf=\"pageIndicator\">\n <div class=\"fd-carousel__text\" dir=\"ltr\">\n {{ getPageIndicatorLabel }}\n </div>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngIf=\"!numericIndicator && _showNavigationButtonInPageIndicatorContainer\">\n <ol class=\"fd-carousel__page-indicators\" [attr.dir]=\"dir\">\n <ng-container *ngIf=\"pageIndicator\">\n <ng-container *ngFor=\"let item of pageIndicatorsCountArray; let i = index\">\n <li\n [attr.data-slide-to]=\"i + 1\"\n class=\"fd-carousel__page-indicator\"\n [class.fd-carousel__page-indicator--active]=\"i === currentActiveSlidesStartIndex\"\n ></li>\n </ng-container>\n </ng-container>\n </ol>\n </ng-container>\n</ng-template>\n\n<ng-template #buttonLeft>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--left\"\n [style.z-index]=\"1\"\n data-slide=\"previous\"\n [attr.aria-label]=\"leftNavigationBtnLabel\"\n (click)=\"previous(); $event.stopPropagation()\"\n [disabled]=\"leftButtonDisabled\"\n [attr.title]=\"leftNavigationBtnLabel\"\n glyph=\"slim-arrow-left\"\n ></button>\n</ng-template>\n\n<ng-template #buttonRight>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--right\"\n [style.z-index]=\"1\"\n data-slide=\"next\"\n [attr.aria-label]=\"rightNavigationBtnLabel\"\n (click)=\"next(); $event.stopPropagation()\"\n [disabled]=\"rightButtonDisabled\"\n [attr.title]=\"rightNavigationBtnLabel\"\n glyph=\"slim-arrow-right\"\n ></button>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.4\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-carousel{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-direction:column;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;max-width:100%;min-width:15.5rem;padding:0;width:100%}.fd-carousel:after,.fd-carousel:before{box-sizing:inherit;font-size:inherit}.fd-carousel.is-focus,.fd-carousel:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-carousel.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel:hover .fd-carousel__content .fd-carousel__button{display:block}.fd-carousel .fd-carousel__content{-webkit-box-sizing:border-box;-ms-flex-preferred-size:100%;background:var(--fdCarousel_Content_Background);border:0;box-sizing:border-box;color:var(--sapTextColor);flex-basis:100%;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;position:relative}.fd-carousel .fd-carousel__content:after,.fd-carousel .fd-carousel__content:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__content .fd-carousel__button{-webkit-box-shadow:var(--sapContent_Shadow1);-webkit-transform:translateY(-50%);box-shadow:var(--sapContent_Shadow1);display:none;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.fd-carousel .fd-carousel__content .fd-carousel__button--left{left:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--left[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--left{left:auto;right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right{right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--right{left:.5rem;right:auto}.fd-carousel .fd-carousel__content .fd-carousel__item img{height:auto;min-width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__slides{-ms-touch-action:pan-y;display:flex;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;touch-action:pan-y;width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__item img{min-height:100%;min-width:auto;width:auto}.fd-carousel__slides{-webkit-box-sizing:border-box;-ms-touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;min-height:-moz-fit-content;min-height:fit-content;padding:0;touch-action:pan-x;user-select:none}.fd-carousel__slides:after,.fd-carousel__slides:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;display:none;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;justify-content:center;line-height:var(--sapContent_LineHeight);line-height:0;margin:0;padding:0;width:100%}.fd-carousel__item:after,.fd-carousel__item:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item--active{display:block}.fd-carousel__item img{pointer-events:none}.fd-carousel__page-indicator-container{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--sapPageFooter_Background);border:0;border-top:var(--fdCarousel_Pagination_Border);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;max-height:3.5rem;min-height:2.75rem;padding:.375rem .5rem}.fd-carousel__page-indicator-container:after,.fd-carousel__page-indicator-container:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator-container:first-child{border-bottom:var(--fdCarousel_Pagination_Border);border-top:none}.fd-carousel__page-indicators{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-wrap:wrap;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;min-width:9rem;padding:.5rem}.fd-carousel__page-indicators:after,.fd-carousel__page-indicators:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator{-webkit-box-sizing:border-box;background-color:var(--fdCarousel_Dot_Background);border:0;border:var(--fdCarousel_Dot_Border);border-radius:50%;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:var(--fdCarousel_Dot_Size);line-height:var(--sapContent_LineHeight);list-style-type:none;margin:0;margin:var(--fdCarousel_Dot_Margin);padding:0;width:var(--fdCarousel_Dot_Size)}.fd-carousel__page-indicator:after,.fd-carousel__page-indicator:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator--active{background-color:var(--fdCarousel_Dot_Selected_Background);border:var(--fdCarousel_Dot_Selected_Border);height:.5rem;margin:0 .25rem;width:.5rem}.fd-carousel__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);color:var(--sapPageFooter_TextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.fd-carousel__text:after,.fd-carousel__text:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__button{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:50%;display:flex;height:2.125rem;justify-content:center;margin:.25rem;max-height:2.125rem;max-width:2.125rem;min-height:2.125rem;min-width:2.125rem;padding:0;width:2.125rem}.fd-carousel .fd-carousel__button:before{bottom:-.25rem;left:-.25rem;right:-.25rem;top:-.25rem;width:auto}.fd-carousel .fd-carousel__button[dir=rtl]>[class*=sap-icon],[dir=rtl] .fd-carousel .fd-carousel__button>[class*=sap-icon]{transform:rotate(180deg)}.fd-carousel .fd-carousel__button.is-hover,.fd-carousel .fd-carousel__button:hover{box-shadow:var(--sapContent_Shadow1)}.fd-carousel--no-navigation .fd-carousel__button,.fd-carousel--no-navigation.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel--no-navigation:hover .fd-carousel__content .fd-carousel__button{display:none}.fd-carousel__item fd-busy-indicator{display:block;height:100%}\n"], components: [{ type: i3.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1104
+ CarouselComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.4", type: CarouselComponent, selector: "fd-carousel", inputs: { id: "id", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", ariaDescribedBy: "ariaDescribedBy", pageIndicatorsOrientation: "pageIndicatorsOrientation", height: "height", width: "width", loop: "loop", leftNavigationBtnLabel: "leftNavigationBtnLabel", rightNavigationBtnLabel: "rightNavigationBtnLabel", navigation: "navigation", navigatorInPageIndicator: "navigatorInPageIndicator", numericIndicator: "numericIndicator", pageIndicatorContainer: "pageIndicatorContainer", pageIndicator: "pageIndicator", resourceStrings: "resourceStrings", slideTransitionDuration: "slideTransitionDuration", swipeEnabled: "swipeEnabled", vertical: "vertical", visibleSlidesCount: "visibleSlidesCount" }, outputs: { slideChange: "slideChange" }, host: { listeners: { "keydown.arrowright": "onKeydownArrowRight($event)", "keydown.arrowleft": "onKeydownArrowLeft($event)" }, properties: { "style.width": "width", "attr.id": "this.id" } }, providers: [CarouselService], queries: [{ propertyName: "slides", predicate: CarouselItemComponent, descendants: true }], viewQueries: [{ propertyName: "slideContainer", first: true, predicate: ["slideContainer"], descendants: true }, { propertyName: "carouselContainer", first: true, predicate: ["carouselContainer"], descendants: true }], ngImport: i0, template: "<div\n class=\"fd-carousel\"\n [class.fd-carousel--no-navigation]=\"!navigation\"\n data-ride=\"carousel\"\n tabindex=\"0\"\n [style.height]=\"height\"\n [style.width]=\"width\"\n [attr.dir]=\"dir\"\n role=\"region\"\n #carouselContainer\n (click)=\"_focus()\"\n>\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'top'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div\n class=\"fd-carousel__content\"\n [class.fd-carousel__content--horizontal]=\"!vertical\"\n [style.width]=\"_contentSizePx\"\n >\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <div #slideContainer class=\"fd-carousel__slides\">\n <ng-content></ng-content>\n </div>\n\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'bottom'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div style=\"display: none\" role=\"region\" [attr.id]=\"id + '-accessibility'\" aria-live=\"polite\" dir=\"ltr\">\n {{ screenReaderLabel }}\n </div>\n</div>\n\n<ng-template #pageIndicatorContainer>\n <div class=\"fd-carousel__page-indicator-container\">\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <ng-container *ngTemplateOutlet=\"pageIndicators\"> </ng-container>\n\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n</ng-template>\n\n<ng-template #pageIndicators>\n <ng-container *ngIf=\"numericIndicator\">\n <div class=\"fd-carousel__page-indicators\">\n <ng-container *ngIf=\"pageIndicator\">\n <div class=\"fd-carousel__text\" dir=\"ltr\">\n {{ getPageIndicatorLabel }}\n </div>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngIf=\"!numericIndicator && _showNavigationButtonInPageIndicatorContainer\">\n <ol class=\"fd-carousel__page-indicators\" [attr.dir]=\"dir\">\n <ng-container *ngIf=\"pageIndicator\">\n <ng-container *ngFor=\"let item of pageIndicatorsCountArray; let i = index\">\n <li\n [attr.data-slide-to]=\"i + 1\"\n class=\"fd-carousel__page-indicator\"\n [class.fd-carousel__page-indicator--active]=\"i === currentActiveSlidesStartIndex\"\n ></li>\n </ng-container>\n </ng-container>\n </ol>\n </ng-container>\n</ng-template>\n\n<ng-template #buttonLeft>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--left\"\n [style.z-index]=\"1\"\n data-slide=\"previous\"\n [attr.aria-label]=\"leftNavigationBtnLabel || ('coreCarousel.leftNavigationBtnLabel' | fdTranslate)\"\n (click)=\"previous(); $event.stopPropagation()\"\n [disabled]=\"leftButtonDisabled\"\n [attr.title]=\"leftNavigationBtnLabel || ('coreCarousel.leftNavigationBtnLabel' | fdTranslate)\"\n glyph=\"slim-arrow-left\"\n ></button>\n</ng-template>\n\n<ng-template #buttonRight>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--right\"\n [style.z-index]=\"1\"\n data-slide=\"next\"\n [attr.aria-label]=\"rightNavigationBtnLabel || ('coreCarousel.rightNavigationBtnLabel' | fdTranslate)\"\n (click)=\"next(); $event.stopPropagation()\"\n [disabled]=\"rightButtonDisabled\"\n [attr.title]=\"rightNavigationBtnLabel || ('coreCarousel.rightNavigationBtnLabel' | fdTranslate)\"\n glyph=\"slim-arrow-right\"\n ></button>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.4\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-carousel{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-direction:column;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;max-width:100%;min-width:15.5rem;padding:0;width:100%}.fd-carousel:after,.fd-carousel:before{box-sizing:inherit;font-size:inherit}.fd-carousel.is-focus,.fd-carousel:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-carousel.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel:hover .fd-carousel__content .fd-carousel__button{display:block}.fd-carousel .fd-carousel__content{-webkit-box-sizing:border-box;-ms-flex-preferred-size:100%;background:var(--fdCarousel_Content_Background);border:0;box-sizing:border-box;color:var(--sapTextColor);flex-basis:100%;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;position:relative}.fd-carousel .fd-carousel__content:after,.fd-carousel .fd-carousel__content:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__content .fd-carousel__button{-webkit-box-shadow:var(--sapContent_Shadow1);-webkit-transform:translateY(-50%);box-shadow:var(--sapContent_Shadow1);display:none;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.fd-carousel .fd-carousel__content .fd-carousel__button--left{left:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--left[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--left{left:auto;right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right{right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--right{left:.5rem;right:auto}.fd-carousel .fd-carousel__content .fd-carousel__item img{height:auto;min-width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__slides{-ms-touch-action:pan-y;display:flex;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;touch-action:pan-y;width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__item img{min-height:100%;min-width:auto;width:auto}.fd-carousel__slides{-webkit-box-sizing:border-box;-ms-touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;min-height:-moz-fit-content;min-height:fit-content;padding:0;touch-action:pan-x;user-select:none}.fd-carousel__slides:after,.fd-carousel__slides:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;display:none;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;justify-content:center;line-height:var(--sapContent_LineHeight);line-height:0;margin:0;padding:0;width:100%}.fd-carousel__item:after,.fd-carousel__item:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item--active{display:block}.fd-carousel__item img{pointer-events:none}.fd-carousel__page-indicator-container{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--sapPageFooter_Background);border:0;border-top:var(--fdCarousel_Pagination_Border);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;max-height:3.5rem;min-height:2.75rem;padding:.375rem .5rem}.fd-carousel__page-indicator-container:after,.fd-carousel__page-indicator-container:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator-container:first-child{border-bottom:var(--fdCarousel_Pagination_Border);border-top:none}.fd-carousel__page-indicators{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-wrap:wrap;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;min-width:9rem;padding:.5rem}.fd-carousel__page-indicators:after,.fd-carousel__page-indicators:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator{-webkit-box-sizing:border-box;background-color:var(--fdCarousel_Dot_Background);border:0;border:var(--fdCarousel_Dot_Border);border-radius:50%;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:var(--fdCarousel_Dot_Size);line-height:var(--sapContent_LineHeight);list-style-type:none;margin:0;margin:var(--fdCarousel_Dot_Margin);padding:0;width:var(--fdCarousel_Dot_Size)}.fd-carousel__page-indicator:after,.fd-carousel__page-indicator:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator--active{background-color:var(--fdCarousel_Dot_Selected_Background);border:var(--fdCarousel_Dot_Selected_Border);height:.5rem;margin:0 .25rem;width:.5rem}.fd-carousel__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);color:var(--sapPageFooter_TextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.fd-carousel__text:after,.fd-carousel__text:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__button{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:50%;display:flex;height:2.125rem;justify-content:center;margin:.25rem;max-height:2.125rem;max-width:2.125rem;min-height:2.125rem;min-width:2.125rem;padding:0;width:2.125rem}.fd-carousel .fd-carousel__button:before{bottom:-.25rem;left:-.25rem;right:-.25rem;top:-.25rem;width:auto}.fd-carousel .fd-carousel__button[dir=rtl]>[class*=sap-icon],[dir=rtl] .fd-carousel .fd-carousel__button>[class*=sap-icon]{transform:rotate(180deg)}.fd-carousel .fd-carousel__button.is-hover,.fd-carousel .fd-carousel__button:hover{box-shadow:var(--sapContent_Shadow1)}.fd-carousel--no-navigation .fd-carousel__button,.fd-carousel--no-navigation.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel--no-navigation:hover .fd-carousel__content .fd-carousel__button{display:none}.fd-carousel__item fd-busy-indicator{display:block;height:100%}\n"], components: [{ type: i3.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }], directives: [{ type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], pipes: { "fdTranslate": i5.FdTranslatePipe }, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1107
1105
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselComponent, decorators: [{
1108
1106
  type: Component,
1109
1107
  args: [{ selector: 'fd-carousel', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [CarouselService], host: {
1110
1108
  '[style.width]': 'width'
1111
- }, template: "<div\n class=\"fd-carousel\"\n [class.fd-carousel--no-navigation]=\"!navigation\"\n data-ride=\"carousel\"\n tabindex=\"0\"\n [style.height]=\"height\"\n [style.width]=\"width\"\n [attr.dir]=\"dir\"\n role=\"region\"\n #carouselContainer\n (click)=\"_focus()\"\n>\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'top'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div\n class=\"fd-carousel__content\"\n [class.fd-carousel__content--horizontal]=\"!vertical\"\n [style.width]=\"_contentSizePx\"\n >\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <div #slideContainer class=\"fd-carousel__slides\">\n <ng-content></ng-content>\n </div>\n\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'bottom'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div style=\"display: none\" role=\"region\" [attr.id]=\"id + '-accessibility'\" aria-live=\"polite\" dir=\"ltr\">\n {{ screenReaderLabel }}\n </div>\n</div>\n\n<ng-template #pageIndicatorContainer>\n <div class=\"fd-carousel__page-indicator-container\">\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <ng-container *ngTemplateOutlet=\"pageIndicators\"> </ng-container>\n\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n</ng-template>\n\n<ng-template #pageIndicators>\n <ng-container *ngIf=\"numericIndicator\">\n <div class=\"fd-carousel__page-indicators\">\n <ng-container *ngIf=\"pageIndicator\">\n <div class=\"fd-carousel__text\" dir=\"ltr\">\n {{ getPageIndicatorLabel }}\n </div>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngIf=\"!numericIndicator && _showNavigationButtonInPageIndicatorContainer\">\n <ol class=\"fd-carousel__page-indicators\" [attr.dir]=\"dir\">\n <ng-container *ngIf=\"pageIndicator\">\n <ng-container *ngFor=\"let item of pageIndicatorsCountArray; let i = index\">\n <li\n [attr.data-slide-to]=\"i + 1\"\n class=\"fd-carousel__page-indicator\"\n [class.fd-carousel__page-indicator--active]=\"i === currentActiveSlidesStartIndex\"\n ></li>\n </ng-container>\n </ng-container>\n </ol>\n </ng-container>\n</ng-template>\n\n<ng-template #buttonLeft>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--left\"\n [style.z-index]=\"1\"\n data-slide=\"previous\"\n [attr.aria-label]=\"leftNavigationBtnLabel\"\n (click)=\"previous(); $event.stopPropagation()\"\n [disabled]=\"leftButtonDisabled\"\n [attr.title]=\"leftNavigationBtnLabel\"\n glyph=\"slim-arrow-left\"\n ></button>\n</ng-template>\n\n<ng-template #buttonRight>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--right\"\n [style.z-index]=\"1\"\n data-slide=\"next\"\n [attr.aria-label]=\"rightNavigationBtnLabel\"\n (click)=\"next(); $event.stopPropagation()\"\n [disabled]=\"rightButtonDisabled\"\n [attr.title]=\"rightNavigationBtnLabel\"\n glyph=\"slim-arrow-right\"\n ></button>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.4\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-carousel{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-direction:column;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;max-width:100%;min-width:15.5rem;padding:0;width:100%}.fd-carousel:after,.fd-carousel:before{box-sizing:inherit;font-size:inherit}.fd-carousel.is-focus,.fd-carousel:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-carousel.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel:hover .fd-carousel__content .fd-carousel__button{display:block}.fd-carousel .fd-carousel__content{-webkit-box-sizing:border-box;-ms-flex-preferred-size:100%;background:var(--fdCarousel_Content_Background);border:0;box-sizing:border-box;color:var(--sapTextColor);flex-basis:100%;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;position:relative}.fd-carousel .fd-carousel__content:after,.fd-carousel .fd-carousel__content:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__content .fd-carousel__button{-webkit-box-shadow:var(--sapContent_Shadow1);-webkit-transform:translateY(-50%);box-shadow:var(--sapContent_Shadow1);display:none;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.fd-carousel .fd-carousel__content .fd-carousel__button--left{left:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--left[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--left{left:auto;right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right{right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--right{left:.5rem;right:auto}.fd-carousel .fd-carousel__content .fd-carousel__item img{height:auto;min-width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__slides{-ms-touch-action:pan-y;display:flex;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;touch-action:pan-y;width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__item img{min-height:100%;min-width:auto;width:auto}.fd-carousel__slides{-webkit-box-sizing:border-box;-ms-touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;min-height:-moz-fit-content;min-height:fit-content;padding:0;touch-action:pan-x;user-select:none}.fd-carousel__slides:after,.fd-carousel__slides:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;display:none;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;justify-content:center;line-height:var(--sapContent_LineHeight);line-height:0;margin:0;padding:0;width:100%}.fd-carousel__item:after,.fd-carousel__item:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item--active{display:block}.fd-carousel__item img{pointer-events:none}.fd-carousel__page-indicator-container{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--sapPageFooter_Background);border:0;border-top:var(--fdCarousel_Pagination_Border);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;max-height:3.5rem;min-height:2.75rem;padding:.375rem .5rem}.fd-carousel__page-indicator-container:after,.fd-carousel__page-indicator-container:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator-container:first-child{border-bottom:var(--fdCarousel_Pagination_Border);border-top:none}.fd-carousel__page-indicators{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-wrap:wrap;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;min-width:9rem;padding:.5rem}.fd-carousel__page-indicators:after,.fd-carousel__page-indicators:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator{-webkit-box-sizing:border-box;background-color:var(--fdCarousel_Dot_Background);border:0;border:var(--fdCarousel_Dot_Border);border-radius:50%;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:var(--fdCarousel_Dot_Size);line-height:var(--sapContent_LineHeight);list-style-type:none;margin:0;margin:var(--fdCarousel_Dot_Margin);padding:0;width:var(--fdCarousel_Dot_Size)}.fd-carousel__page-indicator:after,.fd-carousel__page-indicator:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator--active{background-color:var(--fdCarousel_Dot_Selected_Background);border:var(--fdCarousel_Dot_Selected_Border);height:.5rem;margin:0 .25rem;width:.5rem}.fd-carousel__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);color:var(--sapPageFooter_TextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.fd-carousel__text:after,.fd-carousel__text:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__button{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:50%;display:flex;height:2.125rem;justify-content:center;margin:.25rem;max-height:2.125rem;max-width:2.125rem;min-height:2.125rem;min-width:2.125rem;padding:0;width:2.125rem}.fd-carousel .fd-carousel__button:before{bottom:-.25rem;left:-.25rem;right:-.25rem;top:-.25rem;width:auto}.fd-carousel .fd-carousel__button[dir=rtl]>[class*=sap-icon],[dir=rtl] .fd-carousel .fd-carousel__button>[class*=sap-icon]{transform:rotate(180deg)}.fd-carousel .fd-carousel__button.is-hover,.fd-carousel .fd-carousel__button:hover{box-shadow:var(--sapContent_Shadow1)}.fd-carousel--no-navigation .fd-carousel__button,.fd-carousel--no-navigation.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel--no-navigation:hover .fd-carousel__content .fd-carousel__button{display:none}.fd-carousel__item fd-busy-indicator{display:block;height:100%}\n"] }]
1109
+ }, template: "<div\n class=\"fd-carousel\"\n [class.fd-carousel--no-navigation]=\"!navigation\"\n data-ride=\"carousel\"\n tabindex=\"0\"\n [style.height]=\"height\"\n [style.width]=\"width\"\n [attr.dir]=\"dir\"\n role=\"region\"\n #carouselContainer\n (click)=\"_focus()\"\n>\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'top'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div\n class=\"fd-carousel__content\"\n [class.fd-carousel__content--horizontal]=\"!vertical\"\n [style.width]=\"_contentSizePx\"\n >\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <div #slideContainer class=\"fd-carousel__slides\">\n <ng-content></ng-content>\n </div>\n\n <ng-container *ngIf=\"_showNavigationButtonInContent\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n\n <ng-container *ngIf=\"_showPageIndicatorContainer && pageIndicatorsOrientation === 'bottom'\">\n <ng-container *ngTemplateOutlet=\"pageIndicatorContainer\"></ng-container>\n </ng-container>\n\n <div style=\"display: none\" role=\"region\" [attr.id]=\"id + '-accessibility'\" aria-live=\"polite\" dir=\"ltr\">\n {{ screenReaderLabel }}\n </div>\n</div>\n\n<ng-template #pageIndicatorContainer>\n <div class=\"fd-carousel__page-indicator-container\">\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonLeft\"></ng-container>\n </ng-container>\n\n <ng-container *ngTemplateOutlet=\"pageIndicators\"> </ng-container>\n\n <ng-container *ngIf=\"_showNavigationButtonInPageIndicatorContainer\">\n <ng-container *ngTemplateOutlet=\"buttonRight\"></ng-container>\n </ng-container>\n </div>\n</ng-template>\n\n<ng-template #pageIndicators>\n <ng-container *ngIf=\"numericIndicator\">\n <div class=\"fd-carousel__page-indicators\">\n <ng-container *ngIf=\"pageIndicator\">\n <div class=\"fd-carousel__text\" dir=\"ltr\">\n {{ getPageIndicatorLabel }}\n </div>\n </ng-container>\n </div>\n </ng-container>\n <ng-container *ngIf=\"!numericIndicator && _showNavigationButtonInPageIndicatorContainer\">\n <ol class=\"fd-carousel__page-indicators\" [attr.dir]=\"dir\">\n <ng-container *ngIf=\"pageIndicator\">\n <ng-container *ngFor=\"let item of pageIndicatorsCountArray; let i = index\">\n <li\n [attr.data-slide-to]=\"i + 1\"\n class=\"fd-carousel__page-indicator\"\n [class.fd-carousel__page-indicator--active]=\"i === currentActiveSlidesStartIndex\"\n ></li>\n </ng-container>\n </ng-container>\n </ol>\n </ng-container>\n</ng-template>\n\n<ng-template #buttonLeft>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--left\"\n [style.z-index]=\"1\"\n data-slide=\"previous\"\n [attr.aria-label]=\"leftNavigationBtnLabel || ('coreCarousel.leftNavigationBtnLabel' | fdTranslate)\"\n (click)=\"previous(); $event.stopPropagation()\"\n [disabled]=\"leftButtonDisabled\"\n [attr.title]=\"leftNavigationBtnLabel || ('coreCarousel.leftNavigationBtnLabel' | fdTranslate)\"\n glyph=\"slim-arrow-left\"\n ></button>\n</ng-template>\n\n<ng-template #buttonRight>\n <button\n fd-button\n class=\"fd-carousel__button fd-carousel__button--right\"\n [style.z-index]=\"1\"\n data-slide=\"next\"\n [attr.aria-label]=\"rightNavigationBtnLabel || ('coreCarousel.rightNavigationBtnLabel' | fdTranslate)\"\n (click)=\"next(); $event.stopPropagation()\"\n [disabled]=\"rightButtonDisabled\"\n [attr.title]=\"rightNavigationBtnLabel || ('coreCarousel.rightNavigationBtnLabel' | fdTranslate)\"\n glyph=\"slim-arrow-right\"\n ></button>\n</ng-template>\n", styles: ["/*!\n * Fundamental Library Styles v0.24.4\n * Copyright (c) 2022 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n */.fd-carousel{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-direction:column;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;max-width:100%;min-width:15.5rem;padding:0;width:100%}.fd-carousel:after,.fd-carousel:before{box-sizing:inherit;font-size:inherit}.fd-carousel.is-focus,.fd-carousel:focus{outline-color:var(--sapContent_FocusColor);outline-style:var(--sapContent_FocusStyle);outline-width:var(--sapContent_FocusWidth)}.fd-carousel.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel:hover .fd-carousel__content .fd-carousel__button{display:block}.fd-carousel .fd-carousel__content{-webkit-box-sizing:border-box;-ms-flex-preferred-size:100%;background:var(--fdCarousel_Content_Background);border:0;box-sizing:border-box;color:var(--sapTextColor);flex-basis:100%;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;position:relative}.fd-carousel .fd-carousel__content:after,.fd-carousel .fd-carousel__content:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__content .fd-carousel__button{-webkit-box-shadow:var(--sapContent_Shadow1);-webkit-transform:translateY(-50%);box-shadow:var(--sapContent_Shadow1);display:none;margin:0;position:absolute;top:50%;transform:translateY(-50%)}.fd-carousel .fd-carousel__content .fd-carousel__button--left{left:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--left[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--left{left:auto;right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right{right:.5rem}.fd-carousel .fd-carousel__content .fd-carousel__button--right[dir=rtl],[dir=rtl] .fd-carousel .fd-carousel__content .fd-carousel__button--right{left:.5rem;right:auto}.fd-carousel .fd-carousel__content .fd-carousel__item img{height:auto;min-width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__slides{-ms-touch-action:pan-y;display:flex;flex-direction:row;min-width:-moz-fit-content;min-width:fit-content;touch-action:pan-y;width:100%}.fd-carousel .fd-carousel__content--horizontal .fd-carousel__item img{min-height:100%;min-width:auto;width:auto}.fd-carousel__slides{-webkit-box-sizing:border-box;-ms-touch-action:pan-x;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;line-height:var(--sapContent_LineHeight);margin:0;min-height:-moz-fit-content;min-height:fit-content;padding:0;touch-action:pan-x;user-select:none}.fd-carousel__slides:after,.fd-carousel__slides:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;display:none;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:100%;justify-content:center;line-height:var(--sapContent_LineHeight);line-height:0;margin:0;padding:0;width:100%}.fd-carousel__item:after,.fd-carousel__item:before{box-sizing:inherit;font-size:inherit}.fd-carousel__item--active{display:block}.fd-carousel__item img{pointer-events:none}.fd-carousel__page-indicator-container{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--sapPageFooter_Background);border:0;border-top:var(--fdCarousel_Pagination_Border);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;max-height:3.5rem;min-height:2.75rem;padding:.375rem .5rem}.fd-carousel__page-indicator-container:after,.fd-carousel__page-indicator-container:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator-container:first-child{border-bottom:var(--fdCarousel_Pagination_Border);border-top:none}.fd-carousel__page-indicators{-webkit-box-sizing:border-box;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-wrap:wrap;align-items:center;border:0;box-sizing:border-box;color:var(--sapTextColor);display:flex;flex-wrap:wrap;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;justify-content:center;line-height:var(--sapContent_LineHeight);margin:0;min-width:9rem;padding:.5rem}.fd-carousel__page-indicators:after,.fd-carousel__page-indicators:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator{-webkit-box-sizing:border-box;background-color:var(--fdCarousel_Dot_Background);border:0;border:var(--fdCarousel_Dot_Border);border-radius:50%;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;height:var(--fdCarousel_Dot_Size);line-height:var(--sapContent_LineHeight);list-style-type:none;margin:0;margin:var(--fdCarousel_Dot_Margin);padding:0;width:var(--fdCarousel_Dot_Size)}.fd-carousel__page-indicator:after,.fd-carousel__page-indicator:before{box-sizing:inherit;font-size:inherit}.fd-carousel__page-indicator--active{background-color:var(--fdCarousel_Dot_Selected_Background);border:var(--fdCarousel_Dot_Selected_Border);height:.5rem;margin:0 .25rem;width:.5rem}.fd-carousel__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);color:var(--sapPageFooter_TextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;line-height:var(--sapContent_LineHeight);margin:0;overflow:hidden;padding:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.fd-carousel__text:after,.fd-carousel__text:before{box-sizing:inherit;font-size:inherit}.fd-carousel .fd-carousel__button{-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:50%;display:flex;height:2.125rem;justify-content:center;margin:.25rem;max-height:2.125rem;max-width:2.125rem;min-height:2.125rem;min-width:2.125rem;padding:0;width:2.125rem}.fd-carousel .fd-carousel__button:before{bottom:-.25rem;left:-.25rem;right:-.25rem;top:-.25rem;width:auto}.fd-carousel .fd-carousel__button[dir=rtl]>[class*=sap-icon],[dir=rtl] .fd-carousel .fd-carousel__button>[class*=sap-icon]{transform:rotate(180deg)}.fd-carousel .fd-carousel__button.is-hover,.fd-carousel .fd-carousel__button:hover{box-shadow:var(--sapContent_Shadow1)}.fd-carousel--no-navigation .fd-carousel__button,.fd-carousel--no-navigation.is-hover .fd-carousel__content .fd-carousel__button,.fd-carousel--no-navigation:hover .fd-carousel__content .fd-carousel__button{display:none}.fd-carousel__item fd-busy-indicator{display:block;height:100%}\n"] }]
1112
1110
  }], ctorParameters: function () {
1113
1111
  return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: CarouselService }, { type: i2.RtlService, decorators: [{
1114
1112
  type: Optional
@@ -1178,12 +1176,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImpor
1178
1176
  class CarouselModule {
1179
1177
  }
1180
1178
  CarouselModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1181
- CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, declarations: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent], imports: [CommonModule, BusyIndicatorModule, ButtonModule], exports: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent] });
1182
- CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, providers: [CarouselService], imports: [[CommonModule, BusyIndicatorModule, ButtonModule]] });
1179
+ CarouselModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, declarations: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent], imports: [CommonModule, BusyIndicatorModule, ButtonModule, I18nModule], exports: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent] });
1180
+ CarouselModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, providers: [CarouselService], imports: [[CommonModule, BusyIndicatorModule, ButtonModule, I18nModule]] });
1183
1181
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.4", ngImport: i0, type: CarouselModule, decorators: [{
1184
1182
  type: NgModule,
1185
1183
  args: [{
1186
- imports: [CommonModule, BusyIndicatorModule, ButtonModule],
1184
+ imports: [CommonModule, BusyIndicatorModule, ButtonModule, I18nModule],
1187
1185
  exports: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent],
1188
1186
  declarations: [CarouselItemDirective, CarouselDirective, CarouselComponent, CarouselItemComponent],
1189
1187
  providers: [CarouselService]