@fundamental-ngx/core 0.46.0-rc.52 → 0.46.0-rc.53

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 (860) hide show
  1. package/action-bar/action-bar-actions/action-bar-actions.directive.d.ts +1 -1
  2. package/action-bar/action-bar-back/action-bar-back.directive.d.ts +1 -1
  3. package/action-bar/action-bar-description/action-bar-description.directive.d.ts +1 -1
  4. package/action-bar/action-bar-header/action-bar-header.directive.d.ts +1 -1
  5. package/action-bar/action-bar-mobile/action-bar-mobile.directive.d.ts +1 -1
  6. package/action-bar/action-bar-title/action-bar-title.component.d.ts +1 -1
  7. package/action-bar/action-bar.component.d.ts +1 -1
  8. package/action-bar/action-bar.module.d.ts +5 -2
  9. package/action-sheet/action-sheet-body/action-sheet-body.component.d.ts +2 -2
  10. package/action-sheet/action-sheet-control/action-sheet-control.component.d.ts +1 -1
  11. package/action-sheet/action-sheet-item/action-sheet-item.component.d.ts +1 -1
  12. package/action-sheet/action-sheet-mobile/action-sheet-mobile.component.d.ts +1 -1
  13. package/action-sheet/action-sheet.component.d.ts +3 -3
  14. package/action-sheet/action-sheet.module.d.ts +5 -5
  15. package/action-sheet/index.d.ts +4 -5
  16. package/bar/bar.component.d.ts +1 -1
  17. package/bar/bar.module.d.ts +5 -4
  18. package/bar/button-bar/button-bar.component.d.ts +2 -2
  19. package/bar/directives/bar-element.directive.d.ts +1 -1
  20. package/bar/directives/bar-left.directive.d.ts +1 -1
  21. package/bar/directives/bar-middle.directive.d.ts +1 -1
  22. package/bar/directives/bar-right.directive.d.ts +1 -1
  23. package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
  24. package/breadcrumb/breadcrumb.component.d.ts +2 -2
  25. package/breadcrumb/breadcrumb.module.d.ts +3 -12
  26. package/button/button.component.d.ts +1 -1
  27. package/button/button.module.d.ts +5 -4
  28. package/card/card-content.component.d.ts +2 -2
  29. package/card/card-counter.directive.d.ts +3 -3
  30. package/card/card-footer-action-item.directive.d.ts +1 -1
  31. package/card/card-footer.component.d.ts +1 -1
  32. package/card/card-header.component.d.ts +3 -3
  33. package/card/card-loader.component.d.ts +2 -2
  34. package/card/card-second-subtitle.directive.d.ts +2 -2
  35. package/card/card-subtitle.directive.d.ts +2 -2
  36. package/card/card-title.directive.d.ts +2 -2
  37. package/card/card.component.d.ts +2 -2
  38. package/card/card.module.d.ts +2 -6
  39. package/card/kpi/card-kpi-analytics-content.directive.d.ts +2 -2
  40. package/card/kpi/card-kpi-analytics-label.directive.d.ts +2 -2
  41. package/card/kpi/card-kpi-analytics.directive.d.ts +2 -2
  42. package/card/kpi/card-kpi-header.component.d.ts +2 -2
  43. package/card/kpi/card-kpi-scale-icon.directive.d.ts +2 -2
  44. package/card/kpi/card-kpi-scale-text.directive.d.ts +2 -2
  45. package/card/kpi/card-kpi-value.directive.d.ts +2 -2
  46. package/combobox/index.d.ts +2 -3
  47. package/datetime/datetime-format.pipes.d.ts +4 -4
  48. package/datetime/fd-datetime-pipes.module.d.ts +5 -2
  49. package/dynamic-page/dynamic-page-content/dynamic-page-content.component.d.ts +1 -1
  50. package/dynamic-page/dynamic-page-footer/dynamic-page-footer.component.d.ts +1 -1
  51. package/dynamic-page/dynamic-page-header/actions/dynamic-page-global-actions.component.d.ts +4 -4
  52. package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +3 -3
  53. package/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.d.ts +2 -2
  54. package/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.d.ts +5 -5
  55. package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +2 -2
  56. package/dynamic-page/dynamic-page-wrapper.directive.d.ts +1 -1
  57. package/dynamic-page/dynamic-page.component.d.ts +1 -1
  58. package/dynamic-page/dynamic-page.module.d.ts +3 -10
  59. package/dynamic-side-content/dynamic-side-content-main.component.d.ts +2 -2
  60. package/dynamic-side-content/dynamic-side-content-side.component.d.ts +2 -2
  61. package/dynamic-side-content/dynamic-side-content.component.d.ts +3 -3
  62. package/dynamic-side-content/dynamic-side-content.module.d.ts +4 -2
  63. package/esm2022/action-bar/action-bar-actions/action-bar-actions.directive.mjs +4 -3
  64. package/esm2022/action-bar/action-bar-back/action-bar-back.directive.mjs +4 -3
  65. package/esm2022/action-bar/action-bar-description/action-bar-description.directive.mjs +4 -3
  66. package/esm2022/action-bar/action-bar-header/action-bar-header.directive.mjs +4 -3
  67. package/esm2022/action-bar/action-bar-mobile/action-bar-mobile.directive.mjs +4 -3
  68. package/esm2022/action-bar/action-bar-title/action-bar-title.component.mjs +4 -3
  69. package/esm2022/action-bar/action-bar.component.mjs +3 -3
  70. package/esm2022/action-bar/action-bar.module.mjs +23 -28
  71. package/esm2022/action-sheet/action-sheet-body/action-sheet-body.component.mjs +3 -3
  72. package/esm2022/action-sheet/action-sheet-control/action-sheet-control.component.mjs +10 -4
  73. package/esm2022/action-sheet/action-sheet-item/action-sheet-item.component.mjs +3 -4
  74. package/esm2022/action-sheet/action-sheet-mobile/action-sheet-mobile.component.mjs +4 -4
  75. package/esm2022/action-sheet/action-sheet.component.mjs +11 -10
  76. package/esm2022/action-sheet/action-sheet.module.mjs +20 -26
  77. package/esm2022/action-sheet/index.mjs +5 -6
  78. package/esm2022/bar/bar.component.mjs +5 -5
  79. package/esm2022/bar/bar.module.mjs +21 -29
  80. package/esm2022/bar/button-bar/button-bar.component.mjs +6 -5
  81. package/esm2022/bar/directives/bar-element.directive.mjs +4 -3
  82. package/esm2022/bar/directives/bar-left.directive.mjs +4 -3
  83. package/esm2022/bar/directives/bar-middle.directive.mjs +4 -3
  84. package/esm2022/bar/directives/bar-right.directive.mjs +4 -3
  85. package/esm2022/breadcrumb/breadcrumb-item.component.mjs +4 -3
  86. package/esm2022/breadcrumb/breadcrumb.component.mjs +31 -13
  87. package/esm2022/breadcrumb/breadcrumb.module.mjs +9 -50
  88. package/esm2022/button/button.component.mjs +6 -6
  89. package/esm2022/button/button.module.mjs +9 -9
  90. package/esm2022/card/card-content.component.mjs +5 -4
  91. package/esm2022/card/card-counter.directive.mjs +5 -4
  92. package/esm2022/card/card-footer-action-item.directive.mjs +4 -3
  93. package/esm2022/card/card-footer.component.mjs +5 -5
  94. package/esm2022/card/card-header.component.mjs +7 -7
  95. package/esm2022/card/card-loader.component.mjs +5 -4
  96. package/esm2022/card/card-second-subtitle.directive.mjs +4 -3
  97. package/esm2022/card/card-subtitle.directive.mjs +5 -4
  98. package/esm2022/card/card-title.directive.mjs +4 -3
  99. package/esm2022/card/card.component.mjs +6 -6
  100. package/esm2022/card/card.module.mjs +7 -12
  101. package/esm2022/card/kpi/card-kpi-analytics-content.directive.mjs +5 -4
  102. package/esm2022/card/kpi/card-kpi-analytics-label.directive.mjs +5 -4
  103. package/esm2022/card/kpi/card-kpi-analytics.directive.mjs +4 -3
  104. package/esm2022/card/kpi/card-kpi-header.component.mjs +4 -4
  105. package/esm2022/card/kpi/card-kpi-scale-icon.directive.mjs +4 -3
  106. package/esm2022/card/kpi/card-kpi-scale-text.directive.mjs +4 -3
  107. package/esm2022/card/kpi/card-kpi-value.directive.mjs +4 -3
  108. package/esm2022/combobox/index.mjs +3 -4
  109. package/esm2022/datetime/datetime-format.pipes.mjs +11 -8
  110. package/esm2022/datetime/fd-datetime-pipes.module.mjs +8 -6
  111. package/esm2022/dialog/dialog-default/dialog-default.component.mjs +2 -3
  112. package/esm2022/dialog/dialog-footer/dialog-footer.component.mjs +2 -3
  113. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +2 -3
  114. package/esm2022/dynamic-page/dynamic-page-content/dynamic-page-content.component.mjs +4 -4
  115. package/esm2022/dynamic-page/dynamic-page-footer/dynamic-page-footer.component.mjs +5 -4
  116. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-global-actions.component.mjs +7 -6
  117. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.mjs +7 -6
  118. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +8 -6
  119. package/esm2022/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +10 -10
  120. package/esm2022/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.mjs +6 -6
  121. package/esm2022/dynamic-page/dynamic-page-wrapper.directive.mjs +4 -3
  122. package/esm2022/dynamic-page/dynamic-page.component.mjs +7 -7
  123. package/esm2022/dynamic-page/dynamic-page.module.mjs +25 -63
  124. package/esm2022/dynamic-side-content/dynamic-side-content-main.component.mjs +6 -5
  125. package/esm2022/dynamic-side-content/dynamic-side-content-side.component.mjs +6 -5
  126. package/esm2022/dynamic-side-content/dynamic-side-content.component.mjs +8 -8
  127. package/esm2022/dynamic-side-content/dynamic-side-content.module.mjs +9 -8
  128. package/esm2022/facets/content/facet-content.component.mjs +6 -5
  129. package/esm2022/facets/facet/facet.component.mjs +7 -7
  130. package/esm2022/facets/facet-group.component.mjs +4 -4
  131. package/esm2022/facets/facet.module.mjs +6 -9
  132. package/esm2022/feed-input/directives/feed-input-avatar.directive.mjs +4 -3
  133. package/esm2022/feed-input/directives/feed-input-button.directive.mjs +4 -3
  134. package/esm2022/feed-input/directives/feed-input-textarea.directive.mjs +5 -4
  135. package/esm2022/feed-input/feed-input.component.mjs +4 -4
  136. package/esm2022/feed-input/feed-input.module.mjs +6 -10
  137. package/esm2022/feed-list-item/components/feed-list-action/feed-list-action.component.mjs +4 -3
  138. package/esm2022/feed-list-item/components/feed-list-avatar/feed-list-avatar.component.mjs +4 -3
  139. package/esm2022/feed-list-item/components/feed-list-footer/feed-list-footer.component.mjs +4 -3
  140. package/esm2022/feed-list-item/components/item/feed-list-item.component.mjs +9 -10
  141. package/esm2022/feed-list-item/components/list/feed-list.component.mjs +4 -4
  142. package/esm2022/feed-list-item/directives/byline.directive.mjs +4 -3
  143. package/esm2022/feed-list-item/feed-list-item.module.mjs +14 -26
  144. package/esm2022/file-uploader/directives/file-uploader-dragndrop.directive.mjs +4 -3
  145. package/esm2022/file-uploader/directives/file-uploader-select.directive.mjs +5 -5
  146. package/esm2022/file-uploader/file-uploader.component.mjs +12 -12
  147. package/esm2022/file-uploader/file-uploader.module.mjs +6 -11
  148. package/esm2022/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.mjs +4 -3
  149. package/esm2022/fixed-card-layout/fixed-card-layout.component.mjs +23 -12
  150. package/esm2022/fixed-card-layout/fixed-card-layout.module.mjs +6 -9
  151. package/esm2022/flexible-column-layout/flexible-column-layout.component.mjs +8 -8
  152. package/esm2022/flexible-column-layout/flexible-column-layout.module.mjs +6 -15
  153. package/esm2022/flexible-column-layout/index.mjs +3 -2
  154. package/esm2022/flexible-column-layout/provide-config.mjs +17 -0
  155. package/esm2022/form/form-group/form-group.component.mjs +3 -3
  156. package/esm2022/form/form-item/form-item.component.mjs +3 -3
  157. package/esm2022/form/form-message/form-message.component.mjs +5 -5
  158. package/esm2022/grid-list/components/grid-list/grid-list.component.mjs +3 -3
  159. package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +7 -7
  160. package/esm2022/grid-list/components/grid-list-footer/grid-list-footer.component.mjs +3 -3
  161. package/esm2022/grid-list/components/grid-list-group-header/grid-list-group-header.component.mjs +4 -4
  162. package/esm2022/grid-list/components/grid-list-item/grid-list-item.component.mjs +24 -12
  163. package/esm2022/grid-list/components/grid-list-item-footer-bar/grid-list-item-footer-bar.component.mjs +4 -4
  164. package/esm2022/grid-list/components/grid-list-item-toolbar/grid-list-item-toolbar.component.mjs +3 -3
  165. package/esm2022/grid-list/components/grid-list-more-btn/grid-list-more-btn.component.mjs +4 -4
  166. package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +4 -4
  167. package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.directive.mjs +4 -3
  168. package/esm2022/grid-list/components/grid-list-title-bar-spacer/grid-list-title-bar-spacer.component.mjs +4 -3
  169. package/esm2022/grid-list/directives/grid-list-item-body.directive.mjs +4 -3
  170. package/esm2022/grid-list/directives/grid-list-item-image.directive.mjs +4 -3
  171. package/esm2022/grid-list/grid-list.module.mjs +23 -66
  172. package/esm2022/illustrated-message/components/illustrated-message-actions/illustrated-message-actions.component.mjs +5 -4
  173. package/esm2022/illustrated-message/components/illustrated-message-figcaption/illustrated-message-figcaption.component.mjs +5 -4
  174. package/esm2022/illustrated-message/directives/illustrated-message-text/illustrated-message-text.directive.mjs +4 -3
  175. package/esm2022/illustrated-message/directives/illustrated-message-title/illustrated-message-title.directive.mjs +4 -3
  176. package/esm2022/illustrated-message/illustrated-message.component.mjs +6 -6
  177. package/esm2022/illustrated-message/illustrated-message.module.mjs +14 -21
  178. package/esm2022/infinite-scroll/infinite-scroll.directive.mjs +5 -4
  179. package/esm2022/infinite-scroll/infinite-scroll.module.mjs +3 -3
  180. package/esm2022/info-label/info-label.component.mjs +5 -5
  181. package/esm2022/info-label/info-label.module.mjs +4 -7
  182. package/esm2022/inline-help/inline-help.directive.mjs +5 -5
  183. package/esm2022/inline-help/inline-help.module.mjs +5 -8
  184. package/esm2022/input-group/input-group-directives.mjs +14 -10
  185. package/esm2022/input-group/input-group.component.mjs +18 -10
  186. package/esm2022/input-group/input-group.module.mjs +14 -27
  187. package/esm2022/layout-grid/directives/layout-grid-col.directive.mjs +6 -5
  188. package/esm2022/layout-grid/directives/layout-grid-row.directive.mjs +4 -3
  189. package/esm2022/layout-grid/layout-grid.component.mjs +4 -5
  190. package/esm2022/layout-grid/layout-grid.module.mjs +8 -9
  191. package/esm2022/layout-panel/layout-panel-actions/layout-panel-actions.component.mjs +9 -3
  192. package/esm2022/layout-panel/layout-panel-body/layout-panel-body.component.mjs +11 -4
  193. package/esm2022/layout-panel/layout-panel-description/layout-panel-description.component.mjs +3 -3
  194. package/esm2022/layout-panel/layout-panel-filters/layout-panel-filters.component.mjs +11 -4
  195. package/esm2022/layout-panel/layout-panel-footer/layout-panel-footer.component.mjs +9 -3
  196. package/esm2022/layout-panel/layout-panel-head/layout-panel-head.component.mjs +9 -3
  197. package/esm2022/layout-panel/layout-panel-header/layout-panel-header.component.mjs +3 -3
  198. package/esm2022/layout-panel/layout-panel-title/layout-panel-title.directive.mjs +4 -3
  199. package/esm2022/layout-panel/layout-panel.component.mjs +3 -3
  200. package/esm2022/layout-panel/layout-panel.module.mjs +23 -34
  201. package/esm2022/list/directives/byline/list-byline-left.directive.mjs +4 -3
  202. package/esm2022/list/directives/byline/list-byline-right.directive.mjs +4 -3
  203. package/esm2022/list/directives/byline/list-byline.directive.mjs +4 -3
  204. package/esm2022/list/directives/byline/list-content.directive.mjs +4 -3
  205. package/esm2022/list/directives/byline/list-thumbnail.directive.mjs +4 -3
  206. package/esm2022/list/directives/list-footer.directive.mjs +4 -3
  207. package/esm2022/list/directives/list-group-header.directive.mjs +4 -3
  208. package/esm2022/list/directives/list-icon.directive.mjs +4 -3
  209. package/esm2022/list/directives/list-link.directive.mjs +4 -3
  210. package/esm2022/list/directives/list-navigation-item-arrow.directive.mjs +4 -3
  211. package/esm2022/list/directives/list-navigation-item-text.directive.mjs +4 -3
  212. package/esm2022/list/directives/list-title-text.directive.mjs +4 -3
  213. package/esm2022/list/directives/list-title.directive.mjs +4 -3
  214. package/esm2022/list/list-item/list-item.component.mjs +9 -10
  215. package/esm2022/list/list-message.directive.mjs +4 -3
  216. package/esm2022/list/list-navigation-item/list-navigation-item.component.mjs +4 -5
  217. package/esm2022/list/list.component.mjs +5 -5
  218. package/esm2022/list/list.module.mjs +42 -64
  219. package/esm2022/menu/index.mjs +1 -2
  220. package/esm2022/menu/menu-mobile/menu-mobile.component.mjs +4 -5
  221. package/esm2022/menu/menu.component.mjs +6 -3
  222. package/esm2022/message-box/message-box-body/message-box-body.component.mjs +4 -3
  223. package/esm2022/message-box/message-box-container/message-box-container.component.mjs +6 -4
  224. package/esm2022/message-box/message-box-default/message-box-default.component.mjs +23 -12
  225. package/esm2022/message-box/message-box-footer/message-box-footer.component.mjs +7 -7
  226. package/esm2022/message-box/message-box-header/message-box-header.component.mjs +14 -7
  227. package/esm2022/message-box/message-box-semantic-icon/message-box-semantic-icon.component.mjs +4 -3
  228. package/esm2022/message-box/message-box.component.mjs +5 -5
  229. package/esm2022/message-box/message-box.module.mjs +14 -42
  230. package/esm2022/message-page/message-page-actions/message-page-actions.component.mjs +4 -3
  231. package/esm2022/message-page/message-page-more/message-page-more.component.mjs +4 -3
  232. package/esm2022/message-page/message-page-subtitle/message-page-subtitle.component.mjs +4 -3
  233. package/esm2022/message-page/message-page-title/message-page-title.component.mjs +4 -3
  234. package/esm2022/message-page/message-page.component.mjs +4 -4
  235. package/esm2022/message-page/message-page.module.mjs +15 -22
  236. package/esm2022/message-strip/message-strip.component.mjs +4 -5
  237. package/esm2022/message-toast/components/message-toast-text.component.mjs +4 -3
  238. package/esm2022/message-toast/index.mjs +7 -6
  239. package/esm2022/message-toast/message-toast.component.mjs +5 -4
  240. package/esm2022/message-toast/message-toast.module.mjs +9 -14
  241. package/esm2022/message-toast/provide-config.mjs +13 -0
  242. package/esm2022/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +7 -7
  243. package/esm2022/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.mjs +4 -4
  244. package/esm2022/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.mjs +5 -5
  245. package/esm2022/micro-process-flow/micro-process-flow-focusable-item.directive.mjs +4 -3
  246. package/esm2022/micro-process-flow/micro-process-flow-intermediary-item.directive.mjs +4 -3
  247. package/esm2022/micro-process-flow/micro-process-flow.module.mjs +17 -28
  248. package/esm2022/multi-combobox/index.mjs +7 -7
  249. package/esm2022/multi-combobox/mobile/mobile-multi-combobox.component.mjs +28 -9
  250. package/esm2022/multi-combobox/multi-combobox.component.mjs +46 -18
  251. package/esm2022/multi-combobox/multi-combobox.module.mjs +5 -62
  252. package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +12 -11
  253. package/esm2022/multi-input/multi-input.component.mjs +5 -4
  254. package/esm2022/nested-list/nested-content/nested-list-content.directive.mjs +7 -6
  255. package/esm2022/nested-list/nested-item/nested-item.directive.mjs +5 -4
  256. package/esm2022/nested-list/nested-link/nested-link.directive.mjs +5 -4
  257. package/esm2022/nested-list/nested-list/nested-list.directive.mjs +40 -14
  258. package/esm2022/nested-list/nested-list-directives.mjs +19 -15
  259. package/esm2022/nested-list/nested-list-popover/nested-list-popover.component.mjs +17 -12
  260. package/esm2022/nested-list/nested-list.module.mjs +26 -42
  261. package/esm2022/nested-list/prepared-nested-list/prepared-nested-list.component.mjs +26 -12
  262. package/esm2022/notification/directives/notification-footer-content.directive.mjs +4 -3
  263. package/esm2022/notification/directives/notification-indicator.directive.mjs +4 -3
  264. package/esm2022/notification/directives/notification-limit-description.directive.mjs +4 -3
  265. package/esm2022/notification/directives/notification-limit-title.directive.mjs +4 -3
  266. package/esm2022/notification/directives/notification-paragraph.directive.mjs +4 -3
  267. package/esm2022/notification/directives/notification-separator.directive.mjs +4 -3
  268. package/esm2022/notification/directives/notification-title.directive.mjs +4 -3
  269. package/esm2022/notification/notification/notification.component.mjs +9 -9
  270. package/esm2022/notification/notification-actions/notification-actions.component.mjs +4 -3
  271. package/esm2022/notification/notification-body/notification-body.component.mjs +4 -3
  272. package/esm2022/notification/notification-content/notification-content.component.mjs +4 -3
  273. package/esm2022/notification/notification-footer/notification-footer.component.mjs +4 -3
  274. package/esm2022/notification/notification-group/notification-group.component.mjs +5 -4
  275. package/esm2022/notification/notification-group-header/notification-group-header.component.mjs +8 -7
  276. package/esm2022/notification/notification-group-list/notification-group-list.component.mjs +7 -5
  277. package/esm2022/notification/notification-header/notification-header.component.mjs +4 -3
  278. package/esm2022/notification/notification-limit/notification-limit.component.mjs +4 -3
  279. package/esm2022/notification/notification-utils/notification-container.mjs +3 -3
  280. package/esm2022/notification/notification.module.mjs +41 -63
  281. package/esm2022/object-identifier/object-identifier.component.mjs +7 -7
  282. package/esm2022/object-identifier/object-identifier.module.mjs +8 -6
  283. package/esm2022/object-marker/object-marker.component.mjs +6 -6
  284. package/esm2022/object-marker/object-marker.module.mjs +8 -6
  285. package/esm2022/object-number/object-number.component.mjs +4 -4
  286. package/esm2022/object-number/object-number.module.mjs +8 -6
  287. package/esm2022/overflow-layout/directives/overflow-expand.directive.mjs +4 -3
  288. package/esm2022/overflow-layout/directives/overflow-item-container-ref.directive.mjs +4 -3
  289. package/esm2022/overflow-layout/directives/overflow-item-ref.directive.mjs +4 -3
  290. package/esm2022/overflow-layout/directives/overflow-layout-focusable-item.directive.mjs +4 -3
  291. package/esm2022/overflow-layout/directives/overflow-layout-item-container.directive.mjs +4 -3
  292. package/esm2022/overflow-layout/directives/overflow-layout-item.directive.mjs +4 -3
  293. package/esm2022/overflow-layout/directives/overflow-layout-popover-content.directive.mjs +5 -4
  294. package/esm2022/overflow-layout/overflow-layout.component.mjs +24 -13
  295. package/esm2022/overflow-layout/overflow-layout.module.mjs +22 -16
  296. package/esm2022/pagination/pagination.component.mjs +29 -14
  297. package/esm2022/pagination/pagination.module.mjs +4 -45
  298. package/esm2022/panel/panel-content/panel-content.directive.mjs +4 -3
  299. package/esm2022/panel/panel-title/panel-title.directive.mjs +4 -3
  300. package/esm2022/panel/panel.component.mjs +6 -6
  301. package/esm2022/panel/panel.module.mjs +10 -9
  302. package/esm2022/popover/popover-control/popover-control.component.mjs +9 -3
  303. package/esm2022/popover/popover.component.mjs +5 -4
  304. package/esm2022/product-switch/product-switch/product-switch.component.mjs +7 -8
  305. package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +7 -7
  306. package/esm2022/product-switch/product-switch.module.mjs +9 -12
  307. package/esm2022/quick-view/quick-view/quick-view.component.mjs +4 -4
  308. package/esm2022/quick-view/quick-view-group/quick-view-group.component.mjs +5 -5
  309. package/esm2022/quick-view/quick-view-group-item/quick-view-group-item.component.mjs +4 -4
  310. package/esm2022/quick-view/quick-view-group-item-content/quick-view-group-item-content-element.directive.mjs +4 -3
  311. package/esm2022/quick-view/quick-view-group-item-content/quick-view-group-item-content.component.mjs +8 -3
  312. package/esm2022/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +4 -4
  313. package/esm2022/quick-view/quick-view-group-title/quick-view-group-title.component.mjs +3 -3
  314. package/esm2022/quick-view/quick-view-subheader/quick-view-subheader.component.mjs +4 -4
  315. package/esm2022/quick-view/quick-view-subheader-subtitle/quick-view-subheader-subtitle.component.mjs +3 -3
  316. package/esm2022/quick-view/quick-view-subheader-title/quick-view-subheader-title.component.mjs +4 -4
  317. package/esm2022/quick-view/quick-view-title/quick-view-title.component.mjs +17 -6
  318. package/esm2022/quick-view/quick-view.module.mjs +9 -30
  319. package/esm2022/radio/radio-button/radio-button.component.mjs +8 -8
  320. package/esm2022/radio/radio.module.mjs +8 -7
  321. package/esm2022/rating-indicator/components/rating-indicator.component.mjs +9 -9
  322. package/esm2022/rating-indicator/pipes/rating-star-label.pipe.mjs +6 -3
  323. package/esm2022/rating-indicator/rating-indicator.module.mjs +9 -8
  324. package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +4 -4
  325. package/esm2022/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +6 -6
  326. package/esm2022/resizable-card-layout/resizable-card-layout.module.mjs +9 -9
  327. package/esm2022/scroll-spy/scroll-spy.directive.mjs +4 -3
  328. package/esm2022/scroll-spy/scroll-spy.module.mjs +7 -3
  329. package/esm2022/segmented-button/segmented-button.component.mjs +11 -11
  330. package/esm2022/segmented-button/segmented-button.module.mjs +9 -7
  331. package/esm2022/select/option/option.component.mjs +5 -6
  332. package/esm2022/select/select-mobile/select-mobile.component.mjs +23 -11
  333. package/esm2022/select/select-mobile/select-mobile.module.mjs +6 -7
  334. package/esm2022/select/select.component.mjs +28 -16
  335. package/esm2022/select/select.module.mjs +6 -38
  336. package/esm2022/shellbar/product-menu/product-menu.component.mjs +4 -5
  337. package/esm2022/shellbar/shellbar-action/shellbar-action.component.mjs +2 -3
  338. package/esm2022/shellbar/shellbar-logo/shellbar-logo.component.mjs +9 -3
  339. package/esm2022/side-navigation/side-navigation-main.directive.mjs +4 -3
  340. package/esm2022/side-navigation/side-navigation-utility.directive.mjs +4 -3
  341. package/esm2022/side-navigation/side-navigation.component.mjs +6 -7
  342. package/esm2022/side-navigation/side-navigation.module.mjs +12 -9
  343. package/esm2022/skeleton/components/skeleton.component.mjs +4 -4
  344. package/esm2022/skeleton/skeleton.module.mjs +8 -6
  345. package/esm2022/split-button/split-button-utils/split-button.directives.mjs +4 -3
  346. package/esm2022/split-button/split-button.component.mjs +10 -10
  347. package/esm2022/split-button/split-button.module.mjs +10 -12
  348. package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +6 -6
  349. package/esm2022/splitter/splitter-pane-container/splitter-pane-container.component.mjs +24 -12
  350. package/esm2022/splitter/splitter-resizer/splitter-resizer.component.mjs +6 -6
  351. package/esm2022/splitter/splitter-split-pane/splitter-split-pane.component.mjs +3 -3
  352. package/esm2022/splitter/splitter.component.mjs +3 -3
  353. package/esm2022/splitter/splitter.module.mjs +21 -27
  354. package/esm2022/status-indicator/status-indicator.component.mjs +5 -5
  355. package/esm2022/status-indicator/status-indicator.module.mjs +4 -6
  356. package/esm2022/step-input/step-input.component.mjs +13 -14
  357. package/esm2022/step-input/step-input.module.mjs +4 -30
  358. package/esm2022/switch/switch.component.mjs +11 -11
  359. package/esm2022/switch/switch.module.mjs +5 -10
  360. package/esm2022/table/directives/table-body.directive.mjs +4 -3
  361. package/esm2022/table/directives/table-cell.directive.mjs +5 -4
  362. package/esm2022/table/directives/table-fixed.directive.mjs +4 -3
  363. package/esm2022/table/directives/table-footer.directive.mjs +4 -3
  364. package/esm2022/table/directives/table-header.directive.mjs +4 -3
  365. package/esm2022/table/directives/table-icon.directive.mjs +4 -3
  366. package/esm2022/table/directives/table-inner.directive.mjs +4 -3
  367. package/esm2022/table/directives/table-popover.directive.mjs +4 -3
  368. package/esm2022/table/directives/table-responsive-wrapper.directive.mjs +4 -3
  369. package/esm2022/table/directives/table-row.directive.mjs +4 -3
  370. package/esm2022/table/directives/table-status-indicator.directive.mjs +4 -3
  371. package/esm2022/table/directives/table-text.directive.mjs +4 -3
  372. package/esm2022/table/table-wrapper.component.mjs +3 -3
  373. package/esm2022/table/table.component.mjs +7 -7
  374. package/esm2022/table/table.module.mjs +32 -52
  375. package/esm2022/tabs/tab-item/tab-item.directive.mjs +4 -3
  376. package/esm2022/tabs/tab-item-expand/tab-item-expand.component.mjs +6 -6
  377. package/esm2022/tabs/tab-link/tab-link.directive.mjs +4 -3
  378. package/esm2022/tabs/tab-list.component.mjs +41 -14
  379. package/esm2022/tabs/tab-nav/tab-nav.component.mjs +8 -8
  380. package/esm2022/tabs/tab-panel/tab-panel.component.mjs +7 -7
  381. package/esm2022/tabs/tab-utils/tab-directives.mjs +35 -24
  382. package/esm2022/tabs/tabs.module.mjs +30 -93
  383. package/esm2022/tile/directives/numeric-content.directives.mjs +28 -19
  384. package/esm2022/tile/directives/tile.directives.mjs +70 -47
  385. package/esm2022/tile/tile.component.mjs +4 -4
  386. package/esm2022/tile/tile.module.mjs +10 -12
  387. package/esm2022/time/time-column/time-column.component.mjs +8 -9
  388. package/esm2022/time/time.component.mjs +11 -12
  389. package/esm2022/time/time.module.mjs +10 -38
  390. package/esm2022/time-picker/time-picker.component.mjs +25 -11
  391. package/esm2022/time-picker/time-picker.module.mjs +9 -37
  392. package/esm2022/timeline/components/timeline-node/timeline-node.component.mjs +5 -5
  393. package/esm2022/timeline/components/timeline-node-body/timeline-node-body.component.mjs +5 -5
  394. package/esm2022/timeline/components/timeline-node-footer/timeline-node-footer.component.mjs +3 -3
  395. package/esm2022/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.directive.mjs +18 -0
  396. package/esm2022/timeline/components/timeline-node-header/timeline-node-header.directive.mjs +18 -0
  397. package/esm2022/timeline/directives/class-bindings/timeline-header-info-sub-title.directive.mjs +4 -3
  398. package/esm2022/timeline/directives/class-bindings/timeline-node-header-info-text.directive.mjs +4 -3
  399. package/esm2022/timeline/directives/class-bindings/timeline-node-header-info-title.directive.mjs +4 -3
  400. package/esm2022/timeline/directives/timeline-first-list-outlet.directive.mjs +4 -3
  401. package/esm2022/timeline/directives/timeline-node-def.directive.mjs +4 -3
  402. package/esm2022/timeline/directives/timeline-second-list-outlet.directive.mjs +4 -3
  403. package/esm2022/timeline/index.mjs +9 -9
  404. package/esm2022/timeline/timeline.component.mjs +17 -12
  405. package/esm2022/timeline/timeline.module.mjs +43 -50
  406. package/esm2022/tree/components/tree-item/tree-item.component.mjs +30 -17
  407. package/esm2022/tree/directives/tree-item-button.directive.mjs +4 -3
  408. package/esm2022/tree/directives/tree-item-def.directive.mjs +4 -3
  409. package/esm2022/tree/directives/tree-item-icon.directive.mjs +7 -5
  410. package/esm2022/tree/directives/tree-item.directive.mjs +4 -3
  411. package/esm2022/tree/tree.component.mjs +19 -12
  412. package/esm2022/tree/tree.module.mjs +30 -75
  413. package/esm2022/vertical-navigation/vertical-navigation-group-header.directive.mjs +4 -3
  414. package/esm2022/vertical-navigation/vertical-navigation-main-navigation.component.mjs +6 -6
  415. package/esm2022/vertical-navigation/vertical-navigation.component.mjs +7 -8
  416. package/esm2022/vertical-navigation/vertical-navigation.module.mjs +17 -20
  417. package/esm2022/wizard/wizard-content/wizard-content.component.mjs +3 -3
  418. package/esm2022/wizard/wizard-navigation/wizard-navigation.component.mjs +3 -3
  419. package/esm2022/wizard/wizard-next-step/wizard-next-step.component.mjs +3 -3
  420. package/esm2022/wizard/wizard-progress-bar/wizard-progress-bar.directive.mjs +4 -3
  421. package/esm2022/wizard/wizard-step/wizard-step.component.mjs +7 -7
  422. package/esm2022/wizard/wizard-step-indicator/wizard-step-indicator.component.mjs +15 -7
  423. package/esm2022/wizard/wizard.component.mjs +21 -19
  424. package/esm2022/wizard/wizard.module.mjs +30 -57
  425. package/facets/content/facet-content.component.d.ts +2 -2
  426. package/facets/facet/facet.component.d.ts +2 -2
  427. package/facets/facet-group.component.d.ts +1 -1
  428. package/facets/facet.module.d.ts +1 -4
  429. package/feed-input/directives/feed-input-avatar.directive.d.ts +1 -1
  430. package/feed-input/directives/feed-input-button.directive.d.ts +1 -1
  431. package/feed-input/directives/feed-input-textarea.directive.d.ts +2 -2
  432. package/feed-input/feed-input.component.d.ts +2 -2
  433. package/feed-input/feed-input.module.d.ts +1 -5
  434. package/feed-list-item/components/feed-list-action/feed-list-action.component.d.ts +1 -1
  435. package/feed-list-item/components/feed-list-avatar/feed-list-avatar.component.d.ts +1 -1
  436. package/feed-list-item/components/feed-list-footer/feed-list-footer.component.d.ts +1 -1
  437. package/feed-list-item/components/item/feed-list-item.component.d.ts +3 -4
  438. package/feed-list-item/components/list/feed-list.component.d.ts +2 -2
  439. package/feed-list-item/directives/byline.directive.d.ts +1 -1
  440. package/feed-list-item/feed-list-item.module.d.ts +1 -6
  441. package/fesm2022/fundamental-ngx-core-action-bar.mjs +116 -115
  442. package/fesm2022/fundamental-ngx-core-action-bar.mjs.map +1 -1
  443. package/fesm2022/fundamental-ngx-core-action-sheet.mjs +75 -87
  444. package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  445. package/fesm2022/fundamental-ngx-core-bar.mjs +117 -118
  446. package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
  447. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +124 -145
  448. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  449. package/fesm2022/fundamental-ngx-core-button.mjs +14 -13
  450. package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
  451. package/fesm2022/fundamental-ngx-core-card.mjs +59 -49
  452. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  453. package/fesm2022/fundamental-ngx-core-combobox.mjs +16 -16
  454. package/fesm2022/fundamental-ngx-core-datetime.mjs +16 -11
  455. package/fesm2022/fundamental-ngx-core-datetime.mjs.map +1 -1
  456. package/fesm2022/fundamental-ngx-core-dialog.mjs +5 -6
  457. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  458. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +128 -158
  459. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  460. package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs +83 -80
  461. package/fesm2022/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
  462. package/fesm2022/fundamental-ngx-core-facets.mjs +15 -17
  463. package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
  464. package/fesm2022/fundamental-ngx-core-feed-input.mjs +16 -17
  465. package/fesm2022/fundamental-ngx-core-feed-input.mjs.map +1 -1
  466. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +34 -42
  467. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  468. package/fesm2022/fundamental-ngx-core-file-uploader.mjs +20 -20
  469. package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  470. package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs +29 -17
  471. package/fesm2022/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  472. package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs +26 -20
  473. package/fesm2022/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  474. package/fesm2022/fundamental-ngx-core-form.mjs +8 -8
  475. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  476. package/fesm2022/fundamental-ngx-core-grid-list.mjs +79 -106
  477. package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
  478. package/fesm2022/fundamental-ngx-core-illustrated-message.mjs +42 -45
  479. package/fesm2022/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  480. package/fesm2022/fundamental-ngx-core-infinite-scroll.mjs +5 -4
  481. package/fesm2022/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
  482. package/fesm2022/fundamental-ngx-core-info-label.mjs +7 -10
  483. package/fesm2022/fundamental-ngx-core-info-label.mjs.map +1 -1
  484. package/fesm2022/fundamental-ngx-core-inline-help.mjs +9 -10
  485. package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
  486. package/fesm2022/fundamental-ngx-core-input-group.mjs +43 -41
  487. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  488. package/fesm2022/fundamental-ngx-core-layout-grid.mjs +84 -83
  489. package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
  490. package/fesm2022/fundamental-ngx-core-layout-panel.mjs +225 -203
  491. package/fesm2022/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  492. package/fesm2022/fundamental-ngx-core-list.mjs +1009 -1015
  493. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  494. package/fesm2022/fundamental-ngx-core-menu.mjs +14 -23
  495. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  496. package/fesm2022/fundamental-ngx-core-message-box.mjs +201 -204
  497. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  498. package/fesm2022/fundamental-ngx-core-message-page.mjs +104 -107
  499. package/fesm2022/fundamental-ngx-core-message-page.mjs.map +1 -1
  500. package/fesm2022/fundamental-ngx-core-message-strip.mjs +3 -4
  501. package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
  502. package/fesm2022/fundamental-ngx-core-message-toast.mjs +65 -58
  503. package/fesm2022/fundamental-ngx-core-message-toast.mjs.map +1 -1
  504. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +58 -66
  505. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  506. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +80 -102
  507. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  508. package/fesm2022/fundamental-ngx-core-multi-input.mjs +18 -16
  509. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  510. package/fesm2022/fundamental-ngx-core-nested-list.mjs +304 -264
  511. package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
  512. package/fesm2022/fundamental-ngx-core-notification.mjs +569 -574
  513. package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
  514. package/fesm2022/fundamental-ngx-core-object-identifier.mjs +12 -10
  515. package/fesm2022/fundamental-ngx-core-object-identifier.mjs.map +1 -1
  516. package/fesm2022/fundamental-ngx-core-object-marker.mjs +11 -9
  517. package/fesm2022/fundamental-ngx-core-object-marker.mjs.map +1 -1
  518. package/fesm2022/fundamental-ngx-core-object-number.mjs +10 -8
  519. package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
  520. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +289 -264
  521. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  522. package/fesm2022/fundamental-ngx-core-pagination.mjs +32 -55
  523. package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
  524. package/fesm2022/fundamental-ngx-core-panel.mjs +49 -46
  525. package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
  526. package/fesm2022/fundamental-ngx-core-popover.mjs +12 -4
  527. package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
  528. package/fesm2022/fundamental-ngx-core-product-switch.mjs +51 -53
  529. package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
  530. package/fesm2022/fundamental-ngx-core-quick-view.mjs +52 -56
  531. package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
  532. package/fesm2022/fundamental-ngx-core-radio.mjs +14 -12
  533. package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
  534. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +18 -14
  535. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  536. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs +14 -14
  537. package/fesm2022/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  538. package/fesm2022/fundamental-ngx-core-scroll-spy.mjs +9 -4
  539. package/fesm2022/fundamental-ngx-core-scroll-spy.mjs.map +1 -1
  540. package/fesm2022/fundamental-ngx-core-segmented-button.mjs +17 -15
  541. package/fesm2022/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  542. package/fesm2022/fundamental-ngx-core-select.mjs +181 -188
  543. package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
  544. package/fesm2022/fundamental-ngx-core-shellbar.mjs +13 -8
  545. package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
  546. package/fesm2022/fundamental-ngx-core-side-navigation.mjs +31 -26
  547. package/fesm2022/fundamental-ngx-core-side-navigation.mjs.map +1 -1
  548. package/fesm2022/fundamental-ngx-core-skeleton.mjs +10 -8
  549. package/fesm2022/fundamental-ngx-core-skeleton.mjs.map +1 -1
  550. package/fesm2022/fundamental-ngx-core-split-button.mjs +19 -19
  551. package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
  552. package/fesm2022/fundamental-ngx-core-splitter.mjs +52 -46
  553. package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
  554. package/fesm2022/fundamental-ngx-core-status-indicator.mjs +6 -8
  555. package/fesm2022/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  556. package/fesm2022/fundamental-ngx-core-step-input.mjs +13 -39
  557. package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
  558. package/fesm2022/fundamental-ngx-core-switch.mjs +13 -16
  559. package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
  560. package/fesm2022/fundamental-ngx-core-table.mjs +388 -394
  561. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  562. package/fesm2022/fundamental-ngx-core-tabs.mjs +248 -263
  563. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  564. package/fesm2022/fundamental-ngx-core-tile.mjs +487 -457
  565. package/fesm2022/fundamental-ngx-core-tile.mjs.map +1 -1
  566. package/fesm2022/fundamental-ngx-core-time-picker.mjs +33 -45
  567. package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
  568. package/fesm2022/fundamental-ngx-core-time.mjs +34 -59
  569. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  570. package/fesm2022/fundamental-ngx-core-timeline.mjs +168 -162
  571. package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
  572. package/fesm2022/fundamental-ngx-core-tree.mjs +725 -741
  573. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  574. package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs +25 -27
  575. package/fesm2022/fundamental-ngx-core-vertical-navigation.mjs.map +1 -1
  576. package/fesm2022/fundamental-ngx-core-wizard.mjs +229 -244
  577. package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
  578. package/file-uploader/directives/file-uploader-dragndrop.directive.d.ts +2 -2
  579. package/file-uploader/directives/file-uploader-select.directive.d.ts +1 -1
  580. package/file-uploader/file-uploader.component.d.ts +4 -4
  581. package/file-uploader/file-uploader.module.d.ts +1 -6
  582. package/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.d.ts +2 -2
  583. package/fixed-card-layout/fixed-card-layout.component.d.ts +5 -6
  584. package/fixed-card-layout/fixed-card-layout.module.d.ts +1 -4
  585. package/flexible-column-layout/flexible-column-layout.component.d.ts +2 -2
  586. package/flexible-column-layout/flexible-column-layout.module.d.ts +1 -3
  587. package/flexible-column-layout/index.d.ts +2 -1
  588. package/flexible-column-layout/provide-config.d.ts +8 -0
  589. package/fundamental-ngx-core-v0.46.0-rc.53.tgz +0 -0
  590. package/grid-list/components/grid-list/grid-list.component.d.ts +1 -1
  591. package/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.d.ts +1 -1
  592. package/grid-list/components/grid-list-footer/grid-list-footer.component.d.ts +1 -1
  593. package/grid-list/components/grid-list-group-header/grid-list-group-header.component.d.ts +1 -1
  594. package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +1 -1
  595. package/grid-list/components/grid-list-item-footer-bar/grid-list-item-footer-bar.component.d.ts +1 -1
  596. package/grid-list/components/grid-list-item-toolbar/grid-list-item-toolbar.component.d.ts +1 -1
  597. package/grid-list/components/grid-list-more-btn/grid-list-more-btn.component.d.ts +1 -1
  598. package/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.d.ts +1 -1
  599. package/grid-list/components/grid-list-title-bar/grid-list-title-bar.directive.d.ts +1 -1
  600. package/grid-list/components/grid-list-title-bar-spacer/grid-list-title-bar-spacer.component.d.ts +1 -1
  601. package/grid-list/directives/grid-list-item-body.directive.d.ts +1 -1
  602. package/grid-list/directives/grid-list-item-image.directive.d.ts +1 -1
  603. package/grid-list/grid-list.module.d.ts +1 -9
  604. package/illustrated-message/components/illustrated-message-actions/illustrated-message-actions.component.d.ts +1 -1
  605. package/illustrated-message/components/illustrated-message-figcaption/illustrated-message-figcaption.component.d.ts +1 -1
  606. package/illustrated-message/directives/illustrated-message-text/illustrated-message-text.directive.d.ts +1 -1
  607. package/illustrated-message/directives/illustrated-message-title/illustrated-message-title.directive.d.ts +1 -1
  608. package/illustrated-message/illustrated-message.component.d.ts +2 -3
  609. package/illustrated-message/illustrated-message.module.d.ts +1 -2
  610. package/infinite-scroll/infinite-scroll.directive.d.ts +1 -1
  611. package/infinite-scroll/infinite-scroll.module.d.ts +1 -1
  612. package/info-label/info-label.component.d.ts +2 -3
  613. package/info-label/info-label.module.d.ts +1 -3
  614. package/inline-help/inline-help.directive.d.ts +2 -3
  615. package/inline-help/inline-help.module.d.ts +1 -3
  616. package/input-group/input-group-directives.d.ts +5 -5
  617. package/input-group/input-group.component.d.ts +2 -2
  618. package/input-group/input-group.module.d.ts +1 -6
  619. package/layout-grid/directives/layout-grid-col.directive.d.ts +2 -2
  620. package/layout-grid/directives/layout-grid-row.directive.d.ts +1 -1
  621. package/layout-grid/layout-grid.component.d.ts +1 -1
  622. package/layout-grid/layout-grid.module.d.ts +1 -2
  623. package/layout-panel/layout-panel-actions/layout-panel-actions.component.d.ts +1 -1
  624. package/layout-panel/layout-panel-body/layout-panel-body.component.d.ts +1 -1
  625. package/layout-panel/layout-panel-description/layout-panel-description.component.d.ts +1 -1
  626. package/layout-panel/layout-panel-filters/layout-panel-filters.component.d.ts +1 -1
  627. package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +2 -3
  628. package/layout-panel/layout-panel-head/layout-panel-head.component.d.ts +1 -1
  629. package/layout-panel/layout-panel-header/layout-panel-header.component.d.ts +1 -1
  630. package/layout-panel/layout-panel-title/layout-panel-title.directive.d.ts +1 -1
  631. package/layout-panel/layout-panel.component.d.ts +1 -1
  632. package/layout-panel/layout-panel.module.d.ts +1 -2
  633. package/list/directives/byline/list-byline-left.directive.d.ts +1 -1
  634. package/list/directives/byline/list-byline-right.directive.d.ts +1 -1
  635. package/list/directives/byline/list-byline.directive.d.ts +1 -1
  636. package/list/directives/byline/list-content.directive.d.ts +1 -1
  637. package/list/directives/byline/list-thumbnail.directive.d.ts +1 -1
  638. package/list/directives/list-footer.directive.d.ts +1 -1
  639. package/list/directives/list-group-header.directive.d.ts +1 -1
  640. package/list/directives/list-icon.directive.d.ts +1 -1
  641. package/list/directives/list-link.directive.d.ts +1 -1
  642. package/list/directives/list-navigation-item-arrow.directive.d.ts +1 -1
  643. package/list/directives/list-navigation-item-text.directive.d.ts +1 -1
  644. package/list/directives/list-title-text.directive.d.ts +1 -1
  645. package/list/directives/list-title.directive.d.ts +1 -1
  646. package/list/list-item/list-item.component.d.ts +3 -3
  647. package/list/list-message.directive.d.ts +2 -2
  648. package/list/list-navigation-item/list-navigation-item.component.d.ts +1 -1
  649. package/list/list.component.d.ts +1 -1
  650. package/list/list.module.d.ts +16 -20
  651. package/menu/index.d.ts +0 -1
  652. package/message-box/message-box-body/message-box-body.component.d.ts +2 -2
  653. package/message-box/message-box-container/message-box-container.component.d.ts +1 -1
  654. package/message-box/message-box-default/message-box-default.component.d.ts +2 -2
  655. package/message-box/message-box-footer/message-box-footer.component.d.ts +2 -2
  656. package/message-box/message-box-header/message-box-header.component.d.ts +1 -1
  657. package/message-box/message-box-semantic-icon/message-box-semantic-icon.component.d.ts +1 -1
  658. package/message-box/message-box.component.d.ts +2 -2
  659. package/message-box/message-box.module.d.ts +10 -15
  660. package/message-page/message-page-actions/message-page-actions.component.d.ts +1 -1
  661. package/message-page/message-page-more/message-page-more.component.d.ts +1 -1
  662. package/message-page/message-page-subtitle/message-page-subtitle.component.d.ts +1 -1
  663. package/message-page/message-page-title/message-page-title.component.d.ts +1 -1
  664. package/message-page/message-page.component.d.ts +1 -1
  665. package/message-page/message-page.module.d.ts +1 -2
  666. package/message-toast/components/message-toast-text.component.d.ts +1 -1
  667. package/message-toast/index.d.ts +6 -5
  668. package/message-toast/message-toast.component.d.ts +1 -1
  669. package/message-toast/message-toast.module.d.ts +6 -6
  670. package/message-toast/provide-config.d.ts +8 -0
  671. package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +2 -2
  672. package/micro-process-flow/components/micro-process-flow-icon/micro-process-flow-icon.component.d.ts +2 -2
  673. package/micro-process-flow/components/micro-process-flow-item/micro-process-flow-item.component.d.ts +2 -2
  674. package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +1 -1
  675. package/micro-process-flow/micro-process-flow-intermediary-item.directive.d.ts +1 -1
  676. package/micro-process-flow/micro-process-flow.module.d.ts +1 -4
  677. package/multi-combobox/index.d.ts +6 -6
  678. package/multi-combobox/mobile/mobile-multi-combobox.component.d.ts +2 -2
  679. package/multi-combobox/multi-combobox.component.d.ts +1 -1
  680. package/multi-combobox/multi-combobox.module.d.ts +1 -13
  681. package/multi-combobox/select-all-toggler/select-all-toggler.component.d.ts +2 -2
  682. package/nested-list/nested-content/nested-list-content.directive.d.ts +2 -2
  683. package/nested-list/nested-item/nested-item.directive.d.ts +3 -3
  684. package/nested-list/nested-link/nested-link.directive.d.ts +3 -3
  685. package/nested-list/nested-list/nested-list.directive.d.ts +12 -6
  686. package/nested-list/nested-list-directives.d.ts +6 -6
  687. package/nested-list/nested-list-popover/nested-list-popover.component.d.ts +6 -6
  688. package/nested-list/nested-list.module.d.ts +1 -6
  689. package/nested-list/prepared-nested-list/prepared-nested-list.component.d.ts +3 -3
  690. package/notification/directives/notification-footer-content.directive.d.ts +1 -1
  691. package/notification/directives/notification-indicator.directive.d.ts +1 -1
  692. package/notification/directives/notification-limit-description.directive.d.ts +1 -1
  693. package/notification/directives/notification-limit-title.directive.d.ts +1 -1
  694. package/notification/directives/notification-paragraph.directive.d.ts +1 -1
  695. package/notification/directives/notification-separator.directive.d.ts +1 -1
  696. package/notification/directives/notification-title.directive.d.ts +1 -1
  697. package/notification/notification/notification.component.d.ts +6 -7
  698. package/notification/notification-actions/notification-actions.component.d.ts +1 -1
  699. package/notification/notification-body/notification-body.component.d.ts +1 -1
  700. package/notification/notification-content/notification-content.component.d.ts +1 -1
  701. package/notification/notification-footer/notification-footer.component.d.ts +1 -1
  702. package/notification/notification-group/notification-group.component.d.ts +1 -1
  703. package/notification/notification-group-header/notification-group-header.component.d.ts +3 -4
  704. package/notification/notification-group-list/notification-group-list.component.d.ts +1 -1
  705. package/notification/notification-header/notification-header.component.d.ts +1 -1
  706. package/notification/notification-limit/notification-limit.component.d.ts +1 -1
  707. package/notification/notification-utils/notification-container.d.ts +1 -1
  708. package/notification/notification.module.d.ts +1 -4
  709. package/object-identifier/object-identifier.component.d.ts +2 -2
  710. package/object-identifier/object-identifier.module.d.ts +5 -2
  711. package/object-marker/object-marker.component.d.ts +2 -2
  712. package/object-marker/object-marker.module.d.ts +5 -2
  713. package/object-number/object-number.component.d.ts +2 -3
  714. package/object-number/object-number.module.d.ts +5 -2
  715. package/overflow-layout/directives/overflow-expand.directive.d.ts +1 -1
  716. package/overflow-layout/directives/overflow-item-container-ref.directive.d.ts +2 -2
  717. package/overflow-layout/directives/overflow-item-ref.directive.d.ts +1 -1
  718. package/overflow-layout/directives/overflow-layout-focusable-item.directive.d.ts +1 -1
  719. package/overflow-layout/directives/overflow-layout-item-container.directive.d.ts +1 -1
  720. package/overflow-layout/directives/overflow-layout-item.directive.d.ts +1 -1
  721. package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +2 -2
  722. package/overflow-layout/overflow-layout.component.d.ts +2 -2
  723. package/overflow-layout/overflow-layout.module.d.ts +12 -5
  724. package/package.json +3 -3
  725. package/pagination/pagination.component.d.ts +4 -4
  726. package/pagination/pagination.module.d.ts +1 -10
  727. package/panel/panel-content/panel-content.directive.d.ts +1 -1
  728. package/panel/panel-title/panel-title.directive.d.ts +1 -1
  729. package/panel/panel.component.d.ts +3 -4
  730. package/panel/panel.module.d.ts +6 -4
  731. package/product-switch/product-switch/product-switch.component.d.ts +2 -2
  732. package/product-switch/product-switch-body/product-switch-body.component.d.ts +2 -2
  733. package/product-switch/product-switch.module.d.ts +5 -7
  734. package/quick-view/quick-view/quick-view.component.d.ts +1 -1
  735. package/quick-view/quick-view-group/quick-view-group.component.d.ts +1 -1
  736. package/quick-view/quick-view-group-item/quick-view-group-item.component.d.ts +1 -1
  737. package/quick-view/quick-view-group-item-content/quick-view-group-item-content-element.directive.d.ts +1 -1
  738. package/quick-view/quick-view-group-item-content/quick-view-group-item-content.component.d.ts +1 -1
  739. package/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.d.ts +1 -1
  740. package/quick-view/quick-view-group-title/quick-view-group-title.component.d.ts +1 -1
  741. package/quick-view/quick-view-subheader/quick-view-subheader.component.d.ts +1 -1
  742. package/quick-view/quick-view-subheader-subtitle/quick-view-subheader-subtitle.component.d.ts +1 -1
  743. package/quick-view/quick-view-subheader-title/quick-view-subheader-title.component.d.ts +1 -1
  744. package/quick-view/quick-view-title/quick-view-title.component.d.ts +1 -1
  745. package/quick-view/quick-view.module.d.ts +1 -6
  746. package/radio/radio-button/radio-button.component.d.ts +3 -4
  747. package/radio/radio.module.d.ts +6 -4
  748. package/rating-indicator/components/rating-indicator.component.d.ts +4 -5
  749. package/rating-indicator/pipes/rating-star-label.pipe.d.ts +1 -1
  750. package/rating-indicator/rating-indicator.module.d.ts +5 -3
  751. package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +3 -4
  752. package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +2 -2
  753. package/resizable-card-layout/resizable-card-layout.module.d.ts +5 -4
  754. package/schematics/add-dependencies/index.js +4 -4
  755. package/scroll-spy/scroll-spy.directive.d.ts +1 -1
  756. package/scroll-spy/scroll-spy.module.d.ts +5 -1
  757. package/segmented-button/segmented-button.component.d.ts +2 -2
  758. package/segmented-button/segmented-button.module.d.ts +5 -2
  759. package/select/option/option.component.d.ts +4 -4
  760. package/select/select-mobile/select-mobile.component.d.ts +3 -3
  761. package/select/select-mobile/select-mobile.module.d.ts +5 -5
  762. package/select/select.component.d.ts +10 -10
  763. package/select/select.module.d.ts +1 -9
  764. package/side-navigation/side-navigation-main.directive.d.ts +1 -1
  765. package/side-navigation/side-navigation-utility.directive.d.ts +1 -1
  766. package/side-navigation/side-navigation.component.d.ts +3 -3
  767. package/side-navigation/side-navigation.module.d.ts +4 -3
  768. package/skeleton/components/skeleton.component.d.ts +1 -1
  769. package/skeleton/skeleton.module.d.ts +5 -2
  770. package/split-button/split-button-utils/split-button.directives.d.ts +1 -1
  771. package/split-button/split-button.component.d.ts +2 -2
  772. package/split-button/split-button.module.d.ts +5 -6
  773. package/splitter/splitter-pagination/splitter-pagination.component.d.ts +1 -1
  774. package/splitter/splitter-pane-container/splitter-pane-container.component.d.ts +4 -4
  775. package/splitter/splitter-resizer/splitter-resizer.component.d.ts +1 -1
  776. package/splitter/splitter-split-pane/splitter-split-pane.component.d.ts +1 -1
  777. package/splitter/splitter.component.d.ts +1 -1
  778. package/splitter/splitter.module.d.ts +5 -6
  779. package/status-indicator/status-indicator.component.d.ts +3 -4
  780. package/status-indicator/status-indicator.module.d.ts +1 -2
  781. package/step-input/step-input.component.d.ts +4 -4
  782. package/step-input/step-input.module.d.ts +2 -7
  783. package/switch/switch.component.d.ts +2 -2
  784. package/switch/switch.module.d.ts +1 -5
  785. package/table/directives/table-body.directive.d.ts +1 -1
  786. package/table/directives/table-cell.directive.d.ts +3 -3
  787. package/table/directives/table-fixed.directive.d.ts +1 -1
  788. package/table/directives/table-footer.directive.d.ts +1 -1
  789. package/table/directives/table-header.directive.d.ts +1 -1
  790. package/table/directives/table-icon.directive.d.ts +1 -1
  791. package/table/directives/table-inner.directive.d.ts +1 -1
  792. package/table/directives/table-popover.directive.d.ts +1 -1
  793. package/table/directives/table-responsive-wrapper.directive.d.ts +1 -1
  794. package/table/directives/table-row.directive.d.ts +1 -1
  795. package/table/directives/table-status-indicator.directive.d.ts +1 -1
  796. package/table/directives/table-text.directive.d.ts +1 -1
  797. package/table/table-wrapper.component.d.ts +1 -1
  798. package/table/table.component.d.ts +3 -3
  799. package/table/table.module.d.ts +1 -4
  800. package/tabs/tab-item/tab-item.directive.d.ts +2 -3
  801. package/tabs/tab-item-expand/tab-item-expand.component.d.ts +1 -1
  802. package/tabs/tab-link/tab-link.directive.d.ts +1 -1
  803. package/tabs/tab-list.component.d.ts +1 -1
  804. package/tabs/tab-nav/tab-nav.component.d.ts +4 -4
  805. package/tabs/tab-panel/tab-panel.component.d.ts +3 -3
  806. package/tabs/tab-utils/tab-directives.d.ts +10 -10
  807. package/tabs/tabs.module.d.ts +3 -15
  808. package/tile/directives/numeric-content.directives.d.ts +9 -9
  809. package/tile/directives/tile.directives.d.ts +24 -25
  810. package/tile/tile.component.d.ts +1 -1
  811. package/tile/tile.module.d.ts +1 -2
  812. package/time/time-column/time-column.component.d.ts +3 -3
  813. package/time/time.component.d.ts +3 -3
  814. package/time/time.module.d.ts +5 -9
  815. package/time-picker/time-picker.component.d.ts +1 -1
  816. package/time-picker/time-picker.module.d.ts +5 -9
  817. package/timeline/components/timeline-node/timeline-node.component.d.ts +1 -1
  818. package/timeline/components/timeline-node-body/timeline-node-body.component.d.ts +1 -1
  819. package/timeline/components/timeline-node-footer/timeline-node-footer.component.d.ts +1 -1
  820. package/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.directive.d.ts +5 -0
  821. package/timeline/components/timeline-node-header/timeline-node-header.directive.d.ts +5 -0
  822. package/timeline/directives/class-bindings/timeline-header-info-sub-title.directive.d.ts +1 -1
  823. package/timeline/directives/class-bindings/timeline-node-header-info-text.directive.d.ts +1 -1
  824. package/timeline/directives/class-bindings/timeline-node-header-info-title.directive.d.ts +1 -1
  825. package/timeline/directives/timeline-first-list-outlet.directive.d.ts +1 -1
  826. package/timeline/directives/timeline-node-def.directive.d.ts +1 -1
  827. package/timeline/directives/timeline-second-list-outlet.directive.d.ts +1 -1
  828. package/timeline/index.d.ts +8 -8
  829. package/timeline/timeline.component.d.ts +2 -2
  830. package/timeline/timeline.module.d.ts +22 -16
  831. package/tree/components/tree-item/tree-item.component.d.ts +2 -2
  832. package/tree/directives/tree-item-button.directive.d.ts +1 -1
  833. package/tree/directives/tree-item-def.directive.d.ts +1 -1
  834. package/tree/directives/tree-item-icon.directive.d.ts +2 -2
  835. package/tree/directives/tree-item.directive.d.ts +1 -1
  836. package/tree/tree.component.d.ts +2 -2
  837. package/tree/tree.module.d.ts +12 -12
  838. package/vertical-navigation/vertical-navigation-group-header.directive.d.ts +1 -1
  839. package/vertical-navigation/vertical-navigation-main-navigation.component.d.ts +1 -1
  840. package/vertical-navigation/vertical-navigation.component.d.ts +1 -1
  841. package/vertical-navigation/vertical-navigation.module.d.ts +5 -4
  842. package/wizard/wizard-content/wizard-content.component.d.ts +2 -2
  843. package/wizard/wizard-navigation/wizard-navigation.component.d.ts +1 -1
  844. package/wizard/wizard-next-step/wizard-next-step.component.d.ts +1 -1
  845. package/wizard/wizard-progress-bar/wizard-progress-bar.directive.d.ts +1 -1
  846. package/wizard/wizard-step/wizard-step.component.d.ts +2 -2
  847. package/wizard/wizard-step-indicator/wizard-step-indicator.component.d.ts +3 -3
  848. package/wizard/wizard.component.d.ts +7 -7
  849. package/wizard/wizard.module.d.ts +11 -8
  850. package/action-sheet/action-sheet-mobile/action-sheet-mobile.module.d.ts +0 -10
  851. package/esm2022/action-sheet/action-sheet-mobile/action-sheet-mobile.module.mjs +0 -20
  852. package/esm2022/menu/menu-mobile/menu-mobile.module.mjs +0 -19
  853. package/esm2022/multi-combobox/mobile/mobile-multi-combobox.module.mjs +0 -22
  854. package/esm2022/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.component.mjs +0 -19
  855. package/esm2022/timeline/components/timeline-node-header/timeline-node-header.component.mjs +0 -19
  856. package/fundamental-ngx-core-v0.46.0-rc.52.tgz +0 -0
  857. package/menu/menu-mobile/menu-mobile.module.d.ts +0 -10
  858. package/multi-combobox/mobile/mobile-multi-combobox.module.d.ts +0 -12
  859. package/timeline/components/timeline-node-header/timeline-node-header-info/timeline-node-header-info.component.d.ts +0 -5
  860. package/timeline/components/timeline-node-header/timeline-node-header.component.d.ts +0 -5
@@ -13,5 +13,5 @@ import * as i0 from "@angular/core";
13
13
  */
14
14
  export declare class ActionBarActionsDirective {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarActionsDirective, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarActionsDirective, "[fd-action-bar-actions]", never, {}, {}, never, never, false, never, false>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarActionsDirective, "[fd-action-bar-actions]", never, {}, {}, never, never, true, never, false>;
17
17
  }
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
12
12
  */
13
13
  export declare class ActionBarBackDirective {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarBackDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarBackDirective, "[fd-action-bar-back]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarBackDirective, "[fd-action-bar-back]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -14,5 +14,5 @@ export declare class ActionBarDescriptionDirective {
14
14
  /** Whether the action bar also has a back button. */
15
15
  withBackBtn: boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarDescriptionDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": { "alias": "withBackBtn"; "required": false; }; }, {}, never, never, false, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": { "alias": "withBackBtn"; "required": false; }; }, {}, never, never, true, never, false>;
18
18
  }
@@ -11,5 +11,5 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export declare class ActionBarHeaderDirective {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarHeaderDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarHeaderDirective, "[fd-action-bar-header]", never, {}, {}, never, never, false, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarHeaderDirective, "[fd-action-bar-header]", never, {}, {}, never, never, true, never, false>;
15
15
  }
@@ -11,5 +11,5 @@ import * as i0 from "@angular/core";
11
11
  */
12
12
  export declare class ActionBarMobileDirective {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarMobileDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarMobileDirective, "[fd-action-bar-mobile]", never, {}, {}, never, never, false, never, false>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarMobileDirective, "[fd-action-bar-mobile]", never, {}, {}, never, never, true, never, false>;
15
15
  }
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
12
12
  */
13
13
  export declare class ActionBarTitleComponent {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarTitleComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarTitleComponent, "[fd-action-bar-title]", never, {}, {}, never, ["*"], false, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarTitleComponent, "[fd-action-bar-title]", never, {}, {}, never, ["*"], true, never, false>;
16
16
  }
@@ -17,5 +17,5 @@ export declare class ActionBarComponent {
17
17
  /** @hidden */
18
18
  constructor();
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "[fd-action-bar]", never, {}, {}, never, ["*"], false, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarComponent, "[fd-action-bar]", never, {}, {}, never, ["*"], true, never, false>;
21
21
  }
@@ -6,9 +6,12 @@ import * as i4 from "./action-bar-header/action-bar-header.directive";
6
6
  import * as i5 from "./action-bar-actions/action-bar-actions.directive";
7
7
  import * as i6 from "./action-bar-back/action-bar-back.directive";
8
8
  import * as i7 from "./action-bar-mobile/action-bar-mobile.directive";
9
- import * as i8 from "@angular/common";
9
+ /**
10
+ * @deprecated
11
+ * Use direct imports of components and directives.
12
+ */
10
13
  export declare class ActionBarModule {
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective], [typeof i8.CommonModule], [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, never, [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective], [typeof i1.ActionBarComponent, typeof i2.ActionBarTitleComponent, typeof i3.ActionBarDescriptionDirective, typeof i4.ActionBarHeaderDirective, typeof i5.ActionBarActionsDirective, typeof i6.ActionBarBackDirective, typeof i7.ActionBarMobileDirective]>;
13
16
  static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarModule>;
14
17
  }
@@ -1,7 +1,7 @@
1
1
  import { ElementRef } from '@angular/core';
2
2
  import { KeyboardSupportService, Nullable } from '@fundamental-ngx/cdk/utils';
3
- import { ActionSheetItemComponent } from '../action-sheet-item/action-sheet-item.component';
4
3
  import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
4
+ import { ActionSheetItemComponent } from '../action-sheet-item/action-sheet-item.component';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * A component used to enforce a certain layout for the action sheet.
@@ -36,5 +36,5 @@ export declare class ActionSheetBodyComponent {
36
36
  /** @hidden */
37
37
  keyDownHandler(event: KeyboardEvent): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetBodyComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetBodyComponent, "fd-action-sheet-body", never, { "actionSheetBodyId": { "alias": "actionSheetBodyId"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; }, {}, never, ["[fd-action-sheet-item]"], false, never, false>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetBodyComponent, "fd-action-sheet-body", never, { "actionSheetBodyId": { "alias": "actionSheetBodyId"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; }, {}, never, ["[fd-action-sheet-item]"], true, never, false>;
40
40
  }
@@ -23,5 +23,5 @@ export declare class ActionSheetControlComponent {
23
23
  /** @hidden */
24
24
  _focus(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetControlComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetControlComponent, "fd-action-sheet-control", never, {}, { "clicked": "clicked"; }, never, ["*"], false, never, false>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetControlComponent, "fd-action-sheet-control", never, {}, { "clicked": "clicked"; }, never, ["*"], true, never, false>;
27
27
  }
@@ -46,5 +46,5 @@ export declare class ActionSheetItemComponent implements KeyboardSupportItemInte
46
46
  /** @hidden */
47
47
  focus(): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetItemComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[fd-action-sheet-item]", never, { "label": { "alias": "label"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "isCloseButton": { "alias": "isCloseButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "keyDown": "keyDown"; }, never, ["*"], false, never, false>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[fd-action-sheet-item]", never, { "label": { "alias": "label"; "required": false; }; "glyph": { "alias": "glyph"; "required": false; }; "negative": { "alias": "negative"; "required": false; }; "isCloseButton": { "alias": "isCloseButton"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "keyDown": "keyDown"; }, never, ["*"], true, never, false>;
50
50
  }
@@ -17,6 +17,6 @@ export declare class ActionSheetMobileComponent {
17
17
  /** @hidden */
18
18
  toggleOpenState(isOpen: boolean): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetMobileComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetMobileComponent, "fd-action-sheet-mobile", never, {}, {}, never, never, false, never, false>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetMobileComponent, "fd-action-sheet-mobile", never, {}, {}, never, never, true, never, false>;
21
21
  }
22
22
  export {};
@@ -1,11 +1,11 @@
1
1
  import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ComponentRef, EventEmitter, OnDestroy, QueryList, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import { DynamicComponentService, FocusEscapeDirection, KeyboardSupportService } from '@fundamental-ngx/cdk/utils';
3
- import { Placement } from '@fundamental-ngx/core/shared';
4
3
  import { PopoverComponent } from '@fundamental-ngx/core/popover';
5
- import { ActionSheetMobileComponent } from './action-sheet-mobile/action-sheet-mobile.component';
4
+ import { Placement } from '@fundamental-ngx/core/shared';
6
5
  import { ActionSheetBodyComponent } from './action-sheet-body/action-sheet-body.component';
7
6
  import { ActionSheetControlComponent } from './action-sheet-control/action-sheet-control.component';
8
7
  import { ActionSheetItemComponent } from './action-sheet-item/action-sheet-item.component';
8
+ import { ActionSheetMobileComponent } from './action-sheet-mobile/action-sheet-mobile.component';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class ActionSheetComponent implements AfterContentInit, AfterViewInit, OnDestroy {
11
11
  private readonly _keyboardSupportService;
@@ -76,5 +76,5 @@ export declare class ActionSheetComponent implements AfterContentInit, AfterView
76
76
  /** @hidden */
77
77
  private _setUpMobileMode;
78
78
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetComponent, [null, null, null, { optional: true; }]>;
79
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "fd-action-sheet", never, { "mobile": { "alias": "mobile"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardSupport": { "alias": "keyboardSupport"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; }, { "focusEscapeList": "focusEscapeList"; "isOpenChange": "isOpenChange"; }, ["actionSheetBody", "actionSheetControl", "actionSheetItems"], ["fd-action-sheet-body", "fd-action-sheet-control"], false, never, false>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "fd-action-sheet", never, { "mobile": { "alias": "mobile"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "noArrow": { "alias": "noArrow"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "keyboardSupport": { "alias": "keyboardSupport"; "required": false; }; "triggers": { "alias": "triggers"; "required": false; }; }, { "focusEscapeList": "focusEscapeList"; "isOpenChange": "isOpenChange"; }, ["actionSheetBody", "actionSheetControl", "actionSheetItems"], ["fd-action-sheet-body", "fd-action-sheet-control"], true, never, false>;
80
80
  }
@@ -3,12 +3,12 @@ import * as i1 from "./action-sheet.component";
3
3
  import * as i2 from "./action-sheet-control/action-sheet-control.component";
4
4
  import * as i3 from "./action-sheet-item/action-sheet-item.component";
5
5
  import * as i4 from "./action-sheet-body/action-sheet-body.component";
6
- import * as i5 from "@angular/common";
7
- import * as i6 from "@fundamental-ngx/core/popover";
8
- import * as i7 from "@fundamental-ngx/core/button";
9
- import * as i8 from "@fundamental-ngx/core/content-density";
6
+ /**
7
+ * @deprecated
8
+ * Use direct imports of components.
9
+ */
10
10
  export declare class ActionSheetModule {
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent], [typeof i5.CommonModule, typeof i6.PopoverModule, typeof i7.ButtonModule, typeof i8.ContentDensityModule], [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent, typeof i8.ContentDensityModule]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, never, [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent], [typeof i1.ActionSheetComponent, typeof i2.ActionSheetControlComponent, typeof i3.ActionSheetItemComponent, typeof i4.ActionSheetBodyComponent]>;
13
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ActionSheetModule>;
14
14
  }
@@ -1,7 +1,6 @@
1
- export * from './action-sheet.module';
2
- export * from './action-sheet.component';
3
- export * from './action-sheet-item/action-sheet-item.component';
4
- export * from './action-sheet-control/action-sheet-control.component';
5
1
  export * from './action-sheet-body/action-sheet-body.component';
6
- export * from './action-sheet-mobile/action-sheet-mobile.module';
2
+ export * from './action-sheet-control/action-sheet-control.component';
3
+ export * from './action-sheet-item/action-sheet-item.component';
7
4
  export * from './action-sheet-mobile/action-sheet-mobile.component';
5
+ export * from './action-sheet.component';
6
+ export * from './action-sheet.module';
@@ -43,5 +43,5 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
43
43
  */
44
44
  buildComponentCssClass(): string[];
45
45
  static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": { "alias": "class"; "required": false; }; "barDesign": { "alias": "barDesign"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inHomePage": { "alias": "inHomePage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], false, never, false>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": { "alias": "class"; "required": false; }; "barDesign": { "alias": "barDesign"; "required": false; }; "inPage": { "alias": "inPage"; "required": false; }; "inHomePage": { "alias": "inHomePage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], true, never, false>;
47
47
  }
@@ -5,11 +5,12 @@ import * as i3 from "./directives/bar-middle.directive";
5
5
  import * as i4 from "./directives/bar-right.directive";
6
6
  import * as i5 from "./directives/bar-element.directive";
7
7
  import * as i6 from "./button-bar/button-bar.component";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "@fundamental-ngx/core/button";
10
- import * as i9 from "@fundamental-ngx/core/content-density";
8
+ /**
9
+ * @deprecated
10
+ * Use direct imports of components and directives.
11
+ */
11
12
  export declare class BarModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<BarModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<BarModule, [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent], [typeof i7.CommonModule, typeof i8.ButtonModule, typeof i9.ContentDensityModule], [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent, typeof i9.ContentDensityModule]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BarModule, never, [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent], [typeof i1.BarComponent, typeof i2.BarLeftDirective, typeof i3.BarMiddleDirective, typeof i4.BarRightDirective, typeof i5.BarElementDirective, typeof i6.ButtonBarComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<BarModule>;
15
16
  }
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectorRef, OnDestroy } from '@angular/core';
2
- import { BaseButton, ButtonComponent, ButtonType } from '@fundamental-ngx/core/button';
3
2
  import { Nullable } from '@fundamental-ngx/cdk/utils';
3
+ import { BaseButton, ButtonComponent, ButtonType } from '@fundamental-ngx/core/button';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ButtonBarComponent extends BaseButton implements OnDestroy {
6
6
  private _cdRef;
@@ -37,5 +37,5 @@ export declare class ButtonBarComponent extends BaseButton implements OnDestroy
37
37
  /** @hidden */
38
38
  ngOnDestroy(): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonBarComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonBarComponent, "fd-button-bar", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], false, never, false>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonBarComponent, "fd-button-bar", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; "fdType": { "alias": "fdType"; "required": false; }; "title": { "alias": "title"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledby": { "alias": "ariaLabelledby"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["*"], true, never, false>;
41
41
  }
@@ -8,5 +8,5 @@ export declare class BarElementDirective {
8
8
  /** @hidden */
9
9
  barElement: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<BarElementDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<BarElementDirective, "fd-bar-element", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; }, {}, never, never, false, never, false>;
11
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BarElementDirective, "fd-bar-element", never, { "fullWidth": { "alias": "fullWidth"; "required": false; }; }, {}, never, never, true, never, false>;
12
12
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class BarLeftDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BarLeftDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<BarLeftDirective, "[fd-bar-left]", never, {}, {}, never, never, false, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BarLeftDirective, "[fd-bar-left]", never, {}, {}, never, never, true, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class BarMiddleDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BarMiddleDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<BarMiddleDirective, "[fd-bar-middle]", never, {}, {}, never, never, false, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BarMiddleDirective, "[fd-bar-middle]", never, {}, {}, never, never, true, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class BarRightDirective {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<BarRightDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<BarRightDirective, "[fd-bar-right]", never, {}, {}, never, never, false, never, false>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BarRightDirective, "[fd-bar-right]", never, {}, {}, never, never, true, never, false>;
8
8
  }
@@ -40,5 +40,5 @@ export declare class BreadcrumbItemComponent implements AfterViewInit {
40
40
  /** @hidden */
41
41
  _attach(): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "fd-breadcrumb-item", never, {}, {}, ["breadcrumbLink"], ["*"], false, never, false>;
43
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemComponent, "fd-breadcrumb-item", never, {}, {}, ["breadcrumbLink"], ["*"], true, never, false>;
44
44
  }
@@ -1,7 +1,7 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, DestroyRef, ElementRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { RtlService } from '@fundamental-ngx/cdk/utils';
3
- import { BehaviorSubject } from 'rxjs';
4
3
  import { Placement } from '@fundamental-ngx/core/shared';
4
+ import { BehaviorSubject } from 'rxjs';
5
5
  import { BreadcrumbItemComponent } from './breadcrumb-item.component';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
@@ -69,5 +69,5 @@ export declare class BreadcrumbComponent implements OnInit, AfterViewInit {
69
69
  /** @hidden */
70
70
  private _setItems;
71
71
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, [null, null, { optional: true; }, null]>;
72
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fd-breadcrumb", never, { "reverse": { "alias": "reverse"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, { "visibleItemsCount": "visibleItemsCount"; "hiddenItemsCount": "hiddenItemsCount"; }, ["_contentItems"], ["*"], false, never, false>;
72
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "fd-breadcrumb", never, { "reverse": { "alias": "reverse"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; }, { "visibleItemsCount": "visibleItemsCount"; "hiddenItemsCount": "hiddenItemsCount"; }, ["_contentItems"], ["*"], true, never, false>;
73
73
  }
@@ -1,19 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./breadcrumb.component";
3
3
  import * as i2 from "./breadcrumb-item.component";
4
- import * as i3 from "@angular/common";
5
- import * as i4 from "@fundamental-ngx/core/icon";
6
- import * as i5 from "@fundamental-ngx/core/popover";
7
- import * as i6 from "@fundamental-ngx/core/menu";
8
- import * as i7 from "@fundamental-ngx/core/link";
9
- import * as i8 from "@angular/cdk/portal";
10
- import * as i9 from "@fundamental-ngx/cdk/utils";
11
- import * as i10 from "@fundamental-ngx/core/content-density";
12
- import * as i11 from "@fundamental-ngx/core/overflow-layout";
13
- import * as i12 from "@fundamental-ngx/core/button";
14
- import * as i13 from "@fundamental-ngx/i18n";
4
+ import * as i3 from "@fundamental-ngx/core/link";
5
+ import * as i4 from "@fundamental-ngx/core/content-density";
15
6
  export declare class BreadcrumbModule {
16
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent], [typeof i3.CommonModule, typeof i4.IconModule, typeof i5.PopoverModule, typeof i6.MenuModule, typeof i7.LinkModule, typeof i8.PortalModule, typeof i9.PipeModule, typeof i10.ContentDensityModule, typeof i11.OverflowLayoutModule, typeof i12.ButtonModule, typeof i13.I18nModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i7.LinkModule, typeof i10.ContentDensityModule]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, never, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.LinkModule, typeof i4.ContentDensityModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemComponent, typeof i3.LinkModule, typeof i4.ContentDensityModule]>;
18
9
  static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
19
10
  }
@@ -55,5 +55,5 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
55
55
  /** @hidden */
56
56
  detectChanges(): void;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[fd-button], a[fd-button]", ["fd-button"], { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never, false>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[fd-button], a[fd-button]", ["fd-button"], { "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], true, never, false>;
59
59
  }
@@ -1,10 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@fundamental-ngx/core/icon";
5
- import * as i4 from "@fundamental-ngx/core/content-density";
3
+ /**
4
+ * @deprecated
5
+ * Use `ButtonComponent` import instead
6
+ */
6
7
  export declare class ButtonModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent], [typeof i2.CommonModule, typeof i3.IconModule, typeof i4.ContentDensityModule], [typeof i1.ButtonComponent, typeof i4.ContentDensityModule]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.ButtonComponent], [typeof i1.ButtonComponent]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
10
11
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardContentComponent implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardContentComponent implements OnInit, CssClassBuilder {
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"], false, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"], true, never, false>;
16
16
  }
@@ -1,6 +1,6 @@
1
- import { OnInit, ElementRef, OnChanges } from '@angular/core';
2
- import { ObjectStatus } from '@fundamental-ngx/core/object-status';
1
+ import { ElementRef, OnChanges, OnInit } from '@angular/core';
3
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
+ import { ObjectStatus } from '@fundamental-ngx/core/object-status';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CardCounterDirective implements OnInit, OnChanges, CssClassBuilder {
6
6
  readonly elementRef: ElementRef<HTMLElement>;
@@ -20,5 +20,5 @@ export declare class CardCounterDirective implements OnInit, OnChanges, CssClass
20
20
  /** @hidden */
21
21
  buildComponentCssClass(): string[];
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CardCounterDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never, false>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": { "alias": "status"; "required": false; }; }, {}, never, never, true, never, false>;
24
24
  }
@@ -5,5 +5,5 @@ export declare class CardFooterActionItemDirective {
5
5
  /** @hidden */
6
6
  constructor(templateRef: TemplateRef<void>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterActionItemDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterActionItemDirective, "[fdCardFooterActionItem]", never, {}, {}, never, never, false, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterActionItemDirective, "[fdCardFooterActionItem]", never, {}, {}, never, never, true, never, false>;
9
9
  }
@@ -16,5 +16,5 @@ export declare class CardFooterComponent implements AfterViewInit, OnDestroy {
16
16
  /** @hidden */
17
17
  ngOnDestroy(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "fd-card-footer", never, {}, {}, ["cardActionItems"], ["*"], false, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "fd-card-footer", never, {}, {}, ["cardActionItems"], ["*"], true, never, false>;
20
20
  }
@@ -1,7 +1,7 @@
1
- import { OnInit, AfterContentInit, ElementRef, Renderer2, OnChanges } from '@angular/core';
1
+ import { AfterContentInit, ElementRef, OnChanges, OnInit, Renderer2 } from '@angular/core';
2
2
  import { AvatarComponent } from '@fundamental-ngx/core/avatar';
3
- import { CardSubtitleDirective } from './card-subtitle.directive';
4
3
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
4
+ import { CardSubtitleDirective } from './card-subtitle.directive';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassBuilder, AfterContentInit {
7
7
  readonly elementRef: ElementRef<HTMLElement>;
@@ -30,5 +30,5 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
30
30
  /** @hidden */
31
31
  buildComponentCssClass(): string[];
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": { "alias": "interactive"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"], false, never, false>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": { "alias": "interactive"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"], true, never, false>;
34
34
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardLoaderComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"], false, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"], true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuil
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSecondSubtitleDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardTitleDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardTitleDirective implements OnInit, CssClassBuilder {
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,7 +1,7 @@
1
1
  import { ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
- import { CardType } from './constants';
4
3
  import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
4
+ import { CardType } from './constants';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
7
7
  readonly elementRef: ElementRef<HTMLElement>;
@@ -34,5 +34,5 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
34
34
  /** @hidden */
35
35
  buildComponentCssClass(): string[];
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": { "alias": "badge"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "cardType": { "alias": "cardType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*", "fd-card-footer", "fd-card-loader"], false, never, false>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": { "alias": "badge"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "cardType": { "alias": "cardType"; "required": false; }; "id": { "alias": "id"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*", "fd-card-footer", "fd-card-loader"], true, never, false>;
38
38
  }
@@ -16,13 +16,9 @@ import * as i14 from "./kpi/card-kpi-analytics-label.directive";
16
16
  import * as i15 from "./kpi/card-kpi-analytics-content.directive";
17
17
  import * as i16 from "./card-footer.component";
18
18
  import * as i17 from "./card-footer-action-item.directive";
19
- import * as i18 from "@angular/common";
20
- import * as i19 from "@fundamental-ngx/core/button";
21
- import * as i20 from "@fundamental-ngx/core/avatar";
22
- import * as i21 from "@fundamental-ngx/core/object-status";
23
- import * as i22 from "@fundamental-ngx/core/content-density";
19
+ import * as i18 from "@fundamental-ngx/core/content-density";
24
20
  export declare class CardModule {
25
21
  static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
26
- static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective], [typeof i18.CommonModule, typeof i19.ButtonModule, typeof i20.AvatarComponent, typeof i21.ObjectStatusComponent, typeof i22.ContentDensityModule], [typeof i19.ButtonModule, typeof i20.AvatarComponent, typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective, typeof i22.ContentDensityModule]>;
22
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective, typeof i18.ContentDensityModule], [typeof i1.CardComponent, typeof i2.CardHeaderComponent, typeof i3.CardContentComponent, typeof i4.CardTitleDirective, typeof i5.CardSubtitleDirective, typeof i6.CardSecondSubtitleDirective, typeof i7.CardCounterDirective, typeof i8.CardLoaderComponent, typeof i9.CardKpiHeaderComponent, typeof i10.CardKpiValueDirective, typeof i11.CardKpiScaleIconDirective, typeof i12.CardKpiScaleTextDirective, typeof i13.CardKpiAnalyticsDirective, typeof i14.CardKpiAnalyticsLabelDirective, typeof i15.CardKpiAnalyticsContentDirective, typeof i16.CardFooterComponent, typeof i17.CardFooterActionItemDirective, typeof i18.ContentDensityModule]>;
27
23
  static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
28
24
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClas
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsContentDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassB
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsLabelDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilde
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiHeaderComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<CardKpiHeaderComponent, "fd-card-kpi-header", never, {}, {}, never, ["[fd-card-kpi-value]", "[fd-card-kpi-scale-icon]", "[fd-card-kpi-scale-text]", "[fd-card-kpi-analytics]"], false, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardKpiHeaderComponent, "fd-card-kpi-header", never, {}, {}, never, ["[fd-card-kpi-value]", "[fd-card-kpi-scale-icon]", "[fd-card-kpi-scale-text]", "[fd-card-kpi-analytics]"], true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilde
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleIconDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never, true, never, false>;
16
16
  }
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef } from '@angular/core';
1
+ import { ElementRef, OnInit } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilder {
@@ -12,5 +12,5 @@ export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilde
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleTextDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never, false, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never, true, never, false>;
16
16
  }