@fundamental-ngx/core 0.36.3-rc.7 → 0.36.3-rc.9

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 (900) hide show
  1. package/action-bar/action-bar-description/action-bar-description.directive.d.ts +1 -0
  2. package/action-sheet/action-sheet-body/action-sheet-body.component.d.ts +1 -0
  3. package/action-sheet/action-sheet.component.d.ts +1 -0
  4. package/action-sheet/deprecated-action-sheet-compact.directive.d.ts +1 -0
  5. package/alert/alert-service/alert.service.d.ts +4 -0
  6. package/alert/alert-utils/alert-ref.d.ts +1 -0
  7. package/alert/alert.component.d.ts +4 -0
  8. package/avatar/avatar.component.d.ts +2 -1
  9. package/avatar-group/directives/avatar-group-focusable-avatar.directive.d.ts +1 -0
  10. package/bar/bar.component.d.ts +3 -1
  11. package/bar/button-bar/button-bar.component.d.ts +4 -1
  12. package/bar/deprecated-bar-button-content-density.directive.d.ts +1 -0
  13. package/bar/deprecated-bar-content-density.directive.d.ts +1 -0
  14. package/breadcrumb/breadcrumb.component.d.ts +1 -0
  15. package/breadcrumb/deprecated-breadcrumbs-compact.directive.d.ts +1 -0
  16. package/button/base-button.d.ts +3 -3
  17. package/button/button.component.d.ts +4 -1
  18. package/button/deprecated-button-content-density.directive.d.ts +1 -0
  19. package/calendar/calendar-errors.d.ts +1 -0
  20. package/calendar/calendar-header/calendar-header.component.d.ts +2 -0
  21. package/calendar/calendar-views/calendar-month-view/calendar-month-view.component.d.ts +1 -0
  22. package/calendar/calendar.component.d.ts +3 -0
  23. package/calendar/calendar.service.d.ts +3 -0
  24. package/calendar/deprecated-calendar-content-density.directive.d.ts +1 -0
  25. package/calendar/models/date-range.d.ts +5 -0
  26. package/card/card-footer-action-item.directive.d.ts +1 -0
  27. package/card/card-footer.component.d.ts +1 -0
  28. package/card/card-header.component.d.ts +1 -0
  29. package/card/deprecated-card-content-density.directive.d.ts +1 -0
  30. package/carousel/carousel.directive.d.ts +3 -0
  31. package/carousel/carousel.service.d.ts +2 -3
  32. package/checkbox/checkbox/checkbox.component.d.ts +1 -1
  33. package/checkbox/deprecated-checkbox-content-density.directive.d.ts +1 -0
  34. package/combobox/combobox-mobile/combobox-mobile.component.d.ts +3 -0
  35. package/combobox/combobox.component.d.ts +3 -3
  36. package/combobox/deprecated-combobox-content-density.directive.d.ts +1 -0
  37. package/combobox/list-group.pipe.d.ts +1 -0
  38. package/content-density/classes/content-density-observer.settings.d.ts +4 -0
  39. package/content-density/classes/deprecated-compact.directive.d.ts +4 -0
  40. package/content-density/classes/deprecated-condensed.directive.d.ts +5 -0
  41. package/content-density/classes/deprecated-content-density.directive.d.ts +6 -0
  42. package/content-density/classes/deprecated-cozy.directive.d.ts +5 -0
  43. package/content-density/content-density.module.d.ts +1 -0
  44. package/content-density/helpers/content-density-change-callback-factory.d.ts +1 -0
  45. package/content-density/providers/local-content-density-storage.d.ts +5 -0
  46. package/content-density/providers/memory-content-density-storage.d.ts +4 -0
  47. package/content-density/providers/url-content-density-storage.d.ts +6 -0
  48. package/content-density/services/content-density-observer.service.d.ts +6 -0
  49. package/content-density/services/deprecated-content-density.service.d.ts +1 -0
  50. package/content-density/testing/mocked-local-content-density-directive.d.ts +1 -0
  51. package/date-picker/deprecated-date-picker-compact.directive.d.ts +1 -0
  52. package/date-picker/errors.d.ts +1 -0
  53. package/datetime/datetime-format.pipes.d.ts +6 -0
  54. package/datetime/fd-date.utils.d.ts +2 -0
  55. package/datetime/fd-datetime-adapter.d.ts +42 -0
  56. package/datetime-picker/datetime-picker.component.d.ts +1 -0
  57. package/datetime-picker/deprecated-date-time-picker-content-density.directive.d.ts +1 -0
  58. package/datetime-picker/errors.d.ts +1 -0
  59. package/dialog/utils/dialog-ref.class.d.ts +2 -0
  60. package/dynamic-page/deprecated-dynamic-page-compact.directive.d.ts +1 -0
  61. package/dynamic-page/dynamic-page-header/actions/dynamic-page-base-actions.d.ts +1 -0
  62. package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +2 -0
  63. package/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.d.ts +1 -0
  64. package/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.d.ts +1 -0
  65. package/dynamic-page/dynamic-page-wrapper.directive.d.ts +1 -0
  66. package/dynamic-page/dynamic-page.component.d.ts +1 -0
  67. package/esm2020/action-bar/action-bar-description/action-bar-description.directive.mjs +2 -4
  68. package/esm2020/action-sheet/action-sheet-body/action-sheet-body.component.mjs +1 -1
  69. package/esm2020/action-sheet/action-sheet.component.mjs +2 -1
  70. package/esm2020/action-sheet/deprecated-action-sheet-compact.directive.mjs +2 -1
  71. package/esm2020/alert/alert-service/alert.service.mjs +4 -1
  72. package/esm2020/alert/alert-utils/alert-ref.mjs +2 -1
  73. package/esm2020/alert/alert.component.mjs +5 -1
  74. package/esm2020/avatar/avatar.component.mjs +4 -8
  75. package/esm2020/avatar-group/directives/avatar-group-focusable-avatar.directive.mjs +2 -1
  76. package/esm2020/bar/bar.component.mjs +5 -8
  77. package/esm2020/bar/button-bar/button-bar.component.mjs +6 -4
  78. package/esm2020/bar/deprecated-bar-button-content-density.directive.mjs +2 -1
  79. package/esm2020/bar/deprecated-bar-content-density.directive.mjs +2 -1
  80. package/esm2020/breadcrumb/breadcrumb.component.mjs +1 -1
  81. package/esm2020/breadcrumb/deprecated-breadcrumbs-compact.directive.mjs +2 -1
  82. package/esm2020/button/base-button.mjs +10 -10
  83. package/esm2020/button/button.component.mjs +6 -8
  84. package/esm2020/button/deprecated-button-content-density.directive.mjs +2 -1
  85. package/esm2020/calendar/calendar-errors.mjs +2 -1
  86. package/esm2020/calendar/calendar-header/calendar-header.component.mjs +3 -1
  87. package/esm2020/calendar/calendar-views/calendar-month-view/calendar-month-view.component.mjs +2 -1
  88. package/esm2020/calendar/calendar.component.mjs +4 -1
  89. package/esm2020/calendar/calendar.service.mjs +4 -1
  90. package/esm2020/calendar/deprecated-calendar-content-density.directive.mjs +2 -1
  91. package/esm2020/calendar/models/date-range.mjs +6 -1
  92. package/esm2020/card/card-content.component.mjs +2 -4
  93. package/esm2020/card/card-counter.directive.mjs +2 -4
  94. package/esm2020/card/card-footer-action-item.directive.mjs +2 -1
  95. package/esm2020/card/card-footer.component.mjs +2 -1
  96. package/esm2020/card/card-header.component.mjs +3 -4
  97. package/esm2020/card/card-loader.component.mjs +2 -4
  98. package/esm2020/card/card-second-subtitle.directive.mjs +2 -4
  99. package/esm2020/card/card-subtitle.directive.mjs +2 -4
  100. package/esm2020/card/card-title.directive.mjs +2 -4
  101. package/esm2020/card/card.component.mjs +2 -4
  102. package/esm2020/card/deprecated-card-content-density.directive.mjs +2 -1
  103. package/esm2020/card/kpi/card-kpi-analytics-content.directive.mjs +2 -4
  104. package/esm2020/card/kpi/card-kpi-analytics-label.directive.mjs +2 -4
  105. package/esm2020/card/kpi/card-kpi-analytics.directive.mjs +2 -4
  106. package/esm2020/card/kpi/card-kpi-header.component.mjs +2 -4
  107. package/esm2020/card/kpi/card-kpi-scale-icon.directive.mjs +2 -4
  108. package/esm2020/card/kpi/card-kpi-scale-text.directive.mjs +2 -4
  109. package/esm2020/card/kpi/card-kpi-value.directive.mjs +2 -4
  110. package/esm2020/carousel/carousel.directive.mjs +4 -1
  111. package/esm2020/carousel/carousel.service.mjs +5 -6
  112. package/esm2020/checkbox/checkbox/checkbox.component.mjs +4 -4
  113. package/esm2020/checkbox/deprecated-checkbox-content-density.directive.mjs +2 -1
  114. package/esm2020/combobox/combobox-mobile/combobox-mobile.component.mjs +4 -1
  115. package/esm2020/combobox/combobox.component.mjs +6 -6
  116. package/esm2020/combobox/deprecated-combobox-content-density.directive.mjs +2 -1
  117. package/esm2020/combobox/list-group.pipe.mjs +2 -1
  118. package/esm2020/content-density/classes/content-density-observer.settings.mjs +1 -1
  119. package/esm2020/content-density/classes/deprecated-compact.directive.mjs +4 -1
  120. package/esm2020/content-density/classes/deprecated-condensed.directive.mjs +5 -1
  121. package/esm2020/content-density/classes/deprecated-content-density.directive.mjs +6 -1
  122. package/esm2020/content-density/classes/deprecated-cozy.directive.mjs +5 -1
  123. package/esm2020/content-density/content-density.module.mjs +2 -1
  124. package/esm2020/content-density/helpers/content-density-change-callback-factory.mjs +2 -1
  125. package/esm2020/content-density/providers/local-content-density-storage.mjs +6 -1
  126. package/esm2020/content-density/providers/memory-content-density-storage.mjs +4 -1
  127. package/esm2020/content-density/providers/url-content-density-storage.mjs +6 -1
  128. package/esm2020/content-density/services/content-density-observer.service.mjs +3 -1
  129. package/esm2020/content-density/services/deprecated-content-density.service.mjs +2 -1
  130. package/esm2020/content-density/testing/mocked-local-content-density-directive.mjs +2 -1
  131. package/esm2020/date-picker/deprecated-date-picker-compact.directive.mjs +2 -1
  132. package/esm2020/date-picker/errors.mjs +2 -1
  133. package/esm2020/datetime/datetime-format.pipes.mjs +7 -1
  134. package/esm2020/datetime/fd-date.mjs +2 -1
  135. package/esm2020/datetime/fd-date.utils.mjs +3 -1
  136. package/esm2020/datetime/fd-datetime-adapter.mjs +42 -1
  137. package/esm2020/datetime-picker/datetime-picker.component.mjs +4 -3
  138. package/esm2020/datetime-picker/deprecated-date-time-picker-content-density.directive.mjs +2 -1
  139. package/esm2020/datetime-picker/errors.mjs +2 -1
  140. package/esm2020/dialog/utils/dialog-ref.class.mjs +3 -1
  141. package/esm2020/dynamic-page/deprecated-dynamic-page-compact.directive.mjs +2 -1
  142. package/esm2020/dynamic-page/dynamic-page-header/actions/dynamic-page-base-actions.mjs +2 -1
  143. package/esm2020/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.mjs +2 -1
  144. package/esm2020/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +1 -1
  145. package/esm2020/dynamic-page/dynamic-page-header/subheader/dynamic-page-subheader.component.mjs +2 -1
  146. package/esm2020/dynamic-page/dynamic-page-wrapper.directive.mjs +2 -1
  147. package/esm2020/dynamic-page/dynamic-page.component.mjs +2 -1
  148. package/esm2020/facets/content/facet-content.component.mjs +2 -1
  149. package/esm2020/feed-input/directives/feed-input-avatar.directive.mjs +2 -1
  150. package/esm2020/feed-input/directives/feed-input-button.directive.mjs +2 -1
  151. package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +7 -8
  152. package/esm2020/feed-list-item/components/list/feed-list.component.mjs +4 -8
  153. package/esm2020/feed-list-item/directives/byline.directive.mjs +2 -1
  154. package/esm2020/file-uploader/deprecated-file-uploader-content-density.directive.mjs +2 -1
  155. package/esm2020/file-uploader/directives/file-uploader-dragndrop.directive.mjs +3 -1
  156. package/esm2020/file-uploader/file-uploader.component.mjs +5 -1
  157. package/esm2020/file-uploader/file-uploader.service.mjs +2 -1
  158. package/esm2020/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.mjs +2 -1
  159. package/esm2020/flexible-column-layout/flexible-column-layout.component.mjs +2 -1
  160. package/esm2020/form/form-control/deprecated-form-control-content-density.directive.mjs +2 -1
  161. package/esm2020/form/form-control/form-control.component.mjs +4 -8
  162. package/esm2020/form/form-control/input-form-control.directive.mjs +2 -1
  163. package/esm2020/form/form-control/textarea-form-control.directive.mjs +2 -1
  164. package/esm2020/form/form-group/form-group.component.mjs +2 -1
  165. package/esm2020/form/form-input-message-group/form-input-message-group.component.mjs +4 -4
  166. package/esm2020/form/form-item/form-item.component.mjs +2 -1
  167. package/esm2020/form/form-message/constants.mjs +2 -1
  168. package/esm2020/form/form-message/form-message.component.mjs +2 -1
  169. package/esm2020/form/form-message/popover-form-message.service.mjs +2 -1
  170. package/esm2020/formatted-text/utils/html-sanitizer.mjs +19 -1
  171. package/esm2020/grid-list/components/grid-list/grid-list.component.mjs +2 -1
  172. package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +7 -7
  173. package/esm2020/grid-list/helpers/parse-layout-pattern.mjs +2 -1
  174. package/esm2020/icon/icon.component.mjs +5 -8
  175. package/esm2020/illustrated-message/illustrated-message.component.mjs +5 -8
  176. package/esm2020/infinite-scroll/infinite-scroll.directive.mjs +2 -1
  177. package/esm2020/inline-help/inline-help.directive.mjs +2 -1
  178. package/esm2020/input-group/deprecated-input-group-compact.directive.mjs +2 -1
  179. package/esm2020/input-group/input-group-directives.mjs +9 -15
  180. package/esm2020/input-group/input-group.component.mjs +5 -6
  181. package/esm2020/layout-panel/layout-panel.component.mjs +3 -1
  182. package/esm2020/link/link.component.mjs +4 -7
  183. package/esm2020/list/deprecated-list-content-density,directive.mjs +2 -1
  184. package/esm2020/list/directives/list-icon.directive.mjs +5 -8
  185. package/esm2020/list/directives/list-link.directive.mjs +2 -1
  186. package/esm2020/list/directives/list-navigation-item-text.directive.mjs +2 -1
  187. package/esm2020/list/list-focus-item.model.mjs +5 -4
  188. package/esm2020/list/list-item/list-item.component.mjs +7 -8
  189. package/esm2020/list/list-message.directive.mjs +4 -8
  190. package/esm2020/menu/directives/deprecated-menu-compact.directive.mjs +2 -1
  191. package/esm2020/menu/directives/menu-trigger.directive.mjs +1 -1
  192. package/esm2020/menu/menu-mobile/menu-mobile.component.mjs +2 -1
  193. package/esm2020/menu/menu.component.mjs +7 -6
  194. package/esm2020/menu/services/menu.service.mjs +4 -1
  195. package/esm2020/message-box/message-box-default/message-box-default.component.mjs +2 -1
  196. package/esm2020/message-box/utils/message-box-config.class.mjs +2 -1
  197. package/esm2020/message-box/utils/message-box-content.class.mjs +1 -1
  198. package/esm2020/message-page/message-page.component.mjs +4 -7
  199. package/esm2020/message-strip/message-strip.component.mjs +4 -8
  200. package/esm2020/message-toast/message-toast-service/message-toast.service.mjs +2 -1
  201. package/esm2020/message-toast/message-toast-utils/message-toast-ref.mjs +2 -1
  202. package/esm2020/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.mjs +2 -1
  203. package/esm2020/micro-process-flow/components/micro-process-flow/micro-process-flow.component.mjs +3 -1
  204. package/esm2020/micro-process-flow/micro-process-flow-focusable-item.directive.mjs +2 -1
  205. package/esm2020/mobile-mode/mobile-mode.class.mjs +2 -1
  206. package/esm2020/multi-input/deprecated-multi-input-compact.directive.mjs +2 -1
  207. package/esm2020/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +3 -1
  208. package/esm2020/multi-input/multi-input.component.mjs +10 -14
  209. package/esm2020/nested-list/deprecated-nested-list-compact.directive.mjs +2 -1
  210. package/esm2020/nested-list/nested-content/nested-list-content.directive.mjs +1 -1
  211. package/esm2020/nested-list/nested-item/nested-item.service.mjs +1 -1
  212. package/esm2020/nested-list/nested-list-directives.mjs +6 -5
  213. package/esm2020/nested-list/nested-list-keyboard.service.mjs +2 -1
  214. package/esm2020/notification/directives/notification-indicator.directive.mjs +4 -8
  215. package/esm2020/notification/notification/notification.component.mjs +2 -1
  216. package/esm2020/notification/notification-group/notification-group.component.mjs +3 -7
  217. package/esm2020/notification/notification-group-header/notification-group-header.component.mjs +3 -1
  218. package/esm2020/notification/notification-group-list/notification-group-list.component.mjs +2 -1
  219. package/esm2020/notification/notification-service/notification.service.mjs +2 -1
  220. package/esm2020/notification/notification-utils/notification-group-base.mjs +2 -1
  221. package/esm2020/object-identifier/object-identifier.component.mjs +2 -1
  222. package/esm2020/object-marker/object-marker.component.mjs +4 -8
  223. package/esm2020/object-number/object-number.component.mjs +4 -8
  224. package/esm2020/object-status/object-status.component.mjs +4 -8
  225. package/esm2020/overflow-layout/directives/overflow-expand.directive.mjs +1 -1
  226. package/esm2020/overflow-layout/directives/overflow-item-ref.directive.mjs +4 -4
  227. package/esm2020/overflow-layout/directives/overflow-layout-item.directive.mjs +4 -4
  228. package/esm2020/overflow-layout/directives/overflow-layout-popover-content.directive.mjs +2 -1
  229. package/esm2020/overflow-layout/overflow-layout.service.mjs +8 -1
  230. package/esm2020/pagination/deprecated-pagination-compact.directive.mjs +2 -1
  231. package/esm2020/pagination/pagination.component.mjs +10 -10
  232. package/esm2020/panel/deprecated-panel-compact.directive.mjs +2 -1
  233. package/esm2020/panel/panel.component.mjs +2 -1
  234. package/esm2020/popover/base/base-popover.class.mjs +2 -4
  235. package/esm2020/popover/popover-body/popover-body.component.mjs +4 -3
  236. package/esm2020/popover/popover-container/popover-container.directive.mjs +2 -1
  237. package/esm2020/popover/popover-service/popover.service.mjs +2 -1
  238. package/esm2020/popover/popover.component.mjs +2 -1
  239. package/esm2020/product-switch/product-switch/product-switch.component.mjs +2 -1
  240. package/esm2020/product-switch/product-switch-body/product-switch-body.component.mjs +2 -1
  241. package/esm2020/progress-indicator/progress-indicator.component.mjs +2 -1
  242. package/esm2020/radio/deprecated-radio-button-compact.directive.mjs +2 -1
  243. package/esm2020/radio/radio-button/radio-button.component.mjs +2 -1
  244. package/esm2020/rating-indicator/components/rating-indicator.component.mjs +5 -8
  245. package/esm2020/rating-indicator/pipes/rating-star-label.pipe.mjs +2 -1
  246. package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +39 -43
  247. package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +8 -6
  248. package/esm2020/segmented-button/segmented-button.component.mjs +2 -1
  249. package/esm2020/select/deprecated-select-compact.directive.mjs +2 -1
  250. package/esm2020/select/option/option.component.mjs +9 -2
  251. package/esm2020/select/select-key-manager.service.mjs +1 -1
  252. package/esm2020/select/select-mobile/select-mobile.component.mjs +3 -1
  253. package/esm2020/select/select.component.mjs +10 -7
  254. package/esm2020/shared/interfaces/popover-position.mjs +4 -1
  255. package/esm2020/shared/utils/form.mjs +2 -1
  256. package/esm2020/shellbar/deprecated-shellbar-compact.directive.mjs +2 -1
  257. package/esm2020/shellbar/shellbar-actions/shellbar-actions.component.mjs +2 -1
  258. package/esm2020/side-navigation/side-navigation.component.mjs +1 -1
  259. package/esm2020/slider/deprecated-slider-cozy.directive.mjs +2 -1
  260. package/esm2020/slider/slider-position.directive.mjs +1 -1
  261. package/esm2020/slider/slider.component.mjs +22 -34
  262. package/esm2020/split-button/deprecated-split-button-compact.directive.mjs +2 -1
  263. package/esm2020/splitter/splitter-pane-container/splitter-pane-container.component.mjs +3 -1
  264. package/esm2020/status-indicator/status-indicator.component.mjs +12 -11
  265. package/esm2020/step-input/deprecated-step-input-compact.directive.mjs +2 -1
  266. package/esm2020/step-input/step-input.component.mjs +3 -1
  267. package/esm2020/switch/deprecated-switch-compact.directive.mjs +2 -1
  268. package/esm2020/switch/switch.component.mjs +6 -6
  269. package/esm2020/table/deprecated-table-compact.directive.mjs +2 -1
  270. package/esm2020/table/deprecated-table-condensed.directive.mjs +2 -1
  271. package/esm2020/table/directives/table-icon.directive.mjs +4 -8
  272. package/esm2020/table/table-wrapper.component.mjs +1 -1
  273. package/esm2020/table/table.service.mjs +3 -1
  274. package/esm2020/tabs/deprecated-tabs-compact.directive.mjs +2 -1
  275. package/esm2020/tabs/tab-item/tab-item.directive.mjs +2 -4
  276. package/esm2020/tabs/tab-list.component.mjs +2 -1
  277. package/esm2020/tabs/tab-nav/tab-nav.component.mjs +4 -8
  278. package/esm2020/tabs/tab-panel/tab-panel.component.mjs +6 -1
  279. package/esm2020/tabs/tab-utils/tab-directives.mjs +3 -8
  280. package/esm2020/tests/element-ref-mock.class.mjs +2 -1
  281. package/esm2020/tests/when-stable.mjs +2 -1
  282. package/esm2020/theming/theming.module.mjs +2 -1
  283. package/esm2020/tile/directives/numeric-content.directives.mjs +21 -36
  284. package/esm2020/tile/directives/tile.directives.mjs +13 -22
  285. package/esm2020/tile/tile.component.mjs +4 -8
  286. package/esm2020/time/deprecated-time-content-density.directive.mjs +2 -1
  287. package/esm2020/time/errors.mjs +2 -1
  288. package/esm2020/time/i18n/time-i18n.mjs +2 -1
  289. package/esm2020/time/models.mjs +1 -1
  290. package/esm2020/time/time-column/time-column.component.mjs +6 -4
  291. package/esm2020/time-picker/deprecated-timepicker-compact.directive.mjs +2 -1
  292. package/esm2020/time-picker/errors.mjs +2 -1
  293. package/esm2020/time-picker/time-picker.component.mjs +5 -1
  294. package/esm2020/timeline/components/timeline-node/timeline-node.component.mjs +2 -1
  295. package/esm2020/timeline/components/timeline-node-body/timeline-node-body.component.mjs +3 -1
  296. package/esm2020/timeline/directives/timeline-first-list-outlet.directive.mjs +2 -2
  297. package/esm2020/timeline/directives/timeline-node-def.directive.mjs +2 -1
  298. package/esm2020/timeline/directives/timeline-second-list-outlet.directive.mjs +2 -2
  299. package/esm2020/timeline/services/position-strategies/position-strategy-factory.mjs +2 -1
  300. package/esm2020/timeline/timeline.component.mjs +2 -1
  301. package/esm2020/title/title.component.mjs +5 -4
  302. package/esm2020/token/deprecated-tokenizer-content-density.directive.mjs +2 -1
  303. package/esm2020/token/token-input.directive.mjs +4 -8
  304. package/esm2020/token/token.component.mjs +7 -4
  305. package/esm2020/token/tokenizer.component.mjs +17 -14
  306. package/esm2020/toolbar/deprecated-toolbar-size.directive.mjs +5 -1
  307. package/esm2020/toolbar/toolbar-item.directive.mjs +2 -1
  308. package/esm2020/toolbar/toolbar-overflow-group.directive.mjs +2 -1
  309. package/esm2020/toolbar/toolbar-overflow-priority.directive.mjs +2 -1
  310. package/esm2020/toolbar/toolbar-spacer.component.mjs +2 -1
  311. package/esm2020/toolbar/toolbar.component.mjs +3 -1
  312. package/esm2020/tree/tree-child.component.mjs +8 -1
  313. package/esm2020/tree/tree.component.mjs +10 -1
  314. package/esm2020/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +5 -6
  315. package/esm2020/upload-collection/upload-collection-item.directive.mjs +2 -1
  316. package/esm2020/upload-collection/upload-collection-simple.directives.mjs +4 -1
  317. package/esm2020/utils/abstract-fd-ngx-class.mjs +3 -1
  318. package/esm2020/utils/directives/auto-complete/auto-complete.directive.mjs +10 -1
  319. package/esm2020/utils/directives/line-clamp/line-clamp.directive.mjs +5 -1
  320. package/esm2020/utils/directives/only-digits/only-digits.directive.mjs +2 -1
  321. package/esm2020/utils/directives/overflow-list/overflow-list-item.directive.mjs +2 -1
  322. package/esm2020/utils/directives/resize/resize-handle.directive.mjs +2 -1
  323. package/esm2020/utils/directives/template/template.directive.mjs +3 -1
  324. package/esm2020/utils/directives/truncate/truncate.directive.mjs +3 -1
  325. package/esm2020/utils/drag-and-drop/dnd-item/dnd-item.directive.mjs +2 -1
  326. package/esm2020/utils/drag-and-drop/dnd-list/dnd-list.directive.mjs +2 -1
  327. package/esm2020/utils/dynamic-component/dynamic-component-injector.mjs +3 -1
  328. package/esm2020/utils/dynamic-component/dynamic-component.service.mjs +5 -1
  329. package/esm2020/utils/functions/get-document-font-size.mjs +2 -1
  330. package/esm2020/utils/functions/module-deprecations-provider.mjs +3 -1
  331. package/esm2020/utils/functions/parser-file-size.mjs +2 -1
  332. package/esm2020/utils/functions/uuidv4-generator.mjs +2 -1
  333. package/esm2020/utils/mixins/apply-mixin.mjs +2 -1
  334. package/esm2020/utils/pipes/displayFn.pipe.mjs +2 -1
  335. package/esm2020/utils/pipes/is-compact.pipe.mjs +2 -1
  336. package/esm2020/utils/pipes/safe.pipe.mjs +3 -1
  337. package/esm2020/utils/pipes/search-highlight.pipe.mjs +2 -1
  338. package/esm2020/utils/pipes/truncate.pipe.mjs +2 -1
  339. package/esm2020/utils/pipes/two-digits.pipe.mjs +2 -1
  340. package/esm2020/utils/pipes/value-by-path.pipe.mjs +2 -1
  341. package/esm2020/utils/services/content-density.service.mjs +2 -1
  342. package/esm2020/utils/services/destroyed.service.mjs +3 -1
  343. package/esm2020/utils/services/focus-trap.service.mjs +3 -2
  344. package/esm2020/utils/services/local-storage.service.mjs +4 -1
  345. package/esm2020/utils/services/resize-observer.service.mjs +6 -1
  346. package/esm2020/utils/services/rtl.service.mjs +2 -1
  347. package/esm2020/utils/services/tabbable-element.service.mjs +2 -1
  348. package/esm2020/utils/services/themes.service.mjs +2 -1
  349. package/esm2020/wizard/deprecated-wizard-compact.directive.mjs +2 -1
  350. package/esm2020/wizard/wizard-navigation/wizard-navigation.component.mjs +5 -4
  351. package/esm2020/wizard/wizard-step/wizard-step.component.mjs +1 -1
  352. package/esm2020/wizard/wizard-step-indicator/wizard-step-indicator.component.mjs +2 -1
  353. package/esm2020/wizard/wizard.component.mjs +3 -1
  354. package/esm2020/wizard/wizard.service.mjs +2 -1
  355. package/facets/content/facet-content.component.d.ts +1 -0
  356. package/feed-input/directives/feed-input-avatar.directive.d.ts +1 -0
  357. package/feed-input/directives/feed-input-button.directive.d.ts +1 -0
  358. package/feed-list-item/components/item/feed-list-item.component.d.ts +5 -1
  359. package/feed-list-item/components/list/feed-list.component.d.ts +2 -1
  360. package/feed-list-item/directives/byline.directive.d.ts +1 -0
  361. package/fesm2015/fundamental-ngx-core-action-bar.mjs +1 -3
  362. package/fesm2015/fundamental-ngx-core-action-bar.mjs.map +1 -1
  363. package/fesm2015/fundamental-ngx-core-action-sheet.mjs +2 -0
  364. package/fesm2015/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  365. package/fesm2015/fundamental-ngx-core-alert.mjs +8 -0
  366. package/fesm2015/fundamental-ngx-core-alert.mjs.map +1 -1
  367. package/fesm2015/fundamental-ngx-core-avatar-group.mjs +1 -0
  368. package/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  369. package/fesm2015/fundamental-ngx-core-avatar.mjs +3 -7
  370. package/fesm2015/fundamental-ngx-core-avatar.mjs.map +1 -1
  371. package/fesm2015/fundamental-ngx-core-bar.mjs +11 -10
  372. package/fesm2015/fundamental-ngx-core-bar.mjs.map +1 -1
  373. package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +1 -0
  374. package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  375. package/fesm2015/fundamental-ngx-core-button.mjs +15 -16
  376. package/fesm2015/fundamental-ngx-core-button.mjs.map +1 -1
  377. package/fesm2015/fundamental-ngx-core-calendar.mjs +16 -0
  378. package/fesm2015/fundamental-ngx-core-calendar.mjs.map +1 -1
  379. package/fesm2015/fundamental-ngx-core-card.mjs +19 -56
  380. package/fesm2015/fundamental-ngx-core-card.mjs.map +1 -1
  381. package/fesm2015/fundamental-ngx-core-carousel.mjs +7 -5
  382. package/fesm2015/fundamental-ngx-core-carousel.mjs.map +1 -1
  383. package/fesm2015/fundamental-ngx-core-checkbox.mjs +4 -3
  384. package/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
  385. package/fesm2015/fundamental-ngx-core-combobox.mjs +10 -5
  386. package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
  387. package/fesm2015/fundamental-ngx-core-content-density.mjs +35 -0
  388. package/fesm2015/fundamental-ngx-core-content-density.mjs.map +1 -1
  389. package/fesm2015/fundamental-ngx-core-date-picker.mjs +2 -0
  390. package/fesm2015/fundamental-ngx-core-date-picker.mjs.map +1 -1
  391. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +5 -2
  392. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  393. package/fesm2015/fundamental-ngx-core-datetime.mjs +50 -0
  394. package/fesm2015/fundamental-ngx-core-datetime.mjs.map +1 -1
  395. package/fesm2015/fundamental-ngx-core-dialog.mjs +2 -0
  396. package/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
  397. package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +6 -0
  398. package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  399. package/fesm2015/fundamental-ngx-core-facets.mjs +1 -0
  400. package/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
  401. package/fesm2015/fundamental-ngx-core-feed-input.mjs +2 -0
  402. package/fesm2015/fundamental-ngx-core-feed-input.mjs.map +1 -1
  403. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +10 -14
  404. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  405. package/fesm2015/fundamental-ngx-core-file-uploader.mjs +8 -0
  406. package/fesm2015/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  407. package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs +1 -0
  408. package/fesm2015/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  409. package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs +1 -0
  410. package/fesm2015/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  411. package/fesm2015/fundamental-ngx-core-form.mjs +14 -10
  412. package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
  413. package/fesm2015/fundamental-ngx-core-formatted-text.mjs +18 -0
  414. package/fesm2015/fundamental-ngx-core-formatted-text.mjs.map +1 -1
  415. package/fesm2015/fundamental-ngx-core-grid-list.mjs +8 -6
  416. package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
  417. package/fesm2015/fundamental-ngx-core-icon.mjs +4 -7
  418. package/fesm2015/fundamental-ngx-core-icon.mjs.map +1 -1
  419. package/fesm2015/fundamental-ngx-core-illustrated-message.mjs +4 -7
  420. package/fesm2015/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  421. package/fesm2015/fundamental-ngx-core-infinite-scroll.mjs +1 -0
  422. package/fesm2015/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
  423. package/fesm2015/fundamental-ngx-core-inline-help.mjs +1 -0
  424. package/fesm2015/fundamental-ngx-core-inline-help.mjs.map +1 -1
  425. package/fesm2015/fundamental-ngx-core-input-group.mjs +13 -19
  426. package/fesm2015/fundamental-ngx-core-input-group.mjs.map +1 -1
  427. package/fesm2015/fundamental-ngx-core-layout-panel.mjs +2 -0
  428. package/fesm2015/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  429. package/fesm2015/fundamental-ngx-core-link.mjs +3 -6
  430. package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
  431. package/fesm2015/fundamental-ngx-core-list.mjs +20 -24
  432. package/fesm2015/fundamental-ngx-core-list.mjs.map +1 -1
  433. package/fesm2015/fundamental-ngx-core-menu.mjs +11 -5
  434. package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
  435. package/fesm2015/fundamental-ngx-core-message-box.mjs +2 -0
  436. package/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
  437. package/fesm2015/fundamental-ngx-core-message-page.mjs +3 -6
  438. package/fesm2015/fundamental-ngx-core-message-page.mjs.map +1 -1
  439. package/fesm2015/fundamental-ngx-core-message-strip.mjs +3 -7
  440. package/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
  441. package/fesm2015/fundamental-ngx-core-message-toast.mjs +2 -0
  442. package/fesm2015/fundamental-ngx-core-message-toast.mjs.map +1 -1
  443. package/fesm2015/fundamental-ngx-core-micro-process-flow.mjs +4 -0
  444. package/fesm2015/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  445. package/fesm2015/fundamental-ngx-core-mobile-mode.mjs +1 -0
  446. package/fesm2015/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
  447. package/fesm2015/fundamental-ngx-core-multi-input.mjs +12 -13
  448. package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
  449. package/fesm2015/fundamental-ngx-core-nested-list.mjs +7 -4
  450. package/fesm2015/fundamental-ngx-core-nested-list.mjs.map +1 -1
  451. package/fesm2015/fundamental-ngx-core-notification.mjs +11 -13
  452. package/fesm2015/fundamental-ngx-core-notification.mjs.map +1 -1
  453. package/fesm2015/fundamental-ngx-core-object-identifier.mjs +1 -0
  454. package/fesm2015/fundamental-ngx-core-object-identifier.mjs.map +1 -1
  455. package/fesm2015/fundamental-ngx-core-object-marker.mjs +3 -7
  456. package/fesm2015/fundamental-ngx-core-object-marker.mjs.map +1 -1
  457. package/fesm2015/fundamental-ngx-core-object-number.mjs +3 -7
  458. package/fesm2015/fundamental-ngx-core-object-number.mjs.map +1 -1
  459. package/fesm2015/fundamental-ngx-core-object-status.mjs +3 -7
  460. package/fesm2015/fundamental-ngx-core-object-status.mjs.map +1 -1
  461. package/fesm2015/fundamental-ngx-core-overflow-layout.mjs +14 -6
  462. package/fesm2015/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  463. package/fesm2015/fundamental-ngx-core-pagination.mjs +10 -9
  464. package/fesm2015/fundamental-ngx-core-pagination.mjs.map +1 -1
  465. package/fesm2015/fundamental-ngx-core-panel.mjs +2 -0
  466. package/fesm2015/fundamental-ngx-core-panel.mjs.map +1 -1
  467. package/fesm2015/fundamental-ngx-core-popover.mjs +8 -7
  468. package/fesm2015/fundamental-ngx-core-popover.mjs.map +1 -1
  469. package/fesm2015/fundamental-ngx-core-product-switch.mjs +2 -0
  470. package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
  471. package/fesm2015/fundamental-ngx-core-progress-indicator.mjs +1 -0
  472. package/fesm2015/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
  473. package/fesm2015/fundamental-ngx-core-radio.mjs +2 -0
  474. package/fesm2015/fundamental-ngx-core-radio.mjs.map +1 -1
  475. package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +5 -7
  476. package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  477. package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs +46 -48
  478. package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  479. package/fesm2015/fundamental-ngx-core-segmented-button.mjs +1 -0
  480. package/fesm2015/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  481. package/fesm2015/fundamental-ngx-core-select.mjs +20 -7
  482. package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
  483. package/fesm2015/fundamental-ngx-core-shared.mjs +4 -0
  484. package/fesm2015/fundamental-ngx-core-shared.mjs.map +1 -1
  485. package/fesm2015/fundamental-ngx-core-shellbar.mjs +2 -0
  486. package/fesm2015/fundamental-ngx-core-shellbar.mjs.map +1 -1
  487. package/fesm2015/fundamental-ngx-core-side-navigation.mjs.map +1 -1
  488. package/fesm2015/fundamental-ngx-core-slider.mjs +22 -33
  489. package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
  490. package/fesm2015/fundamental-ngx-core-split-button.mjs +1 -0
  491. package/fesm2015/fundamental-ngx-core-split-button.mjs.map +1 -1
  492. package/fesm2015/fundamental-ngx-core-splitter.mjs +2 -0
  493. package/fesm2015/fundamental-ngx-core-splitter.mjs.map +1 -1
  494. package/fesm2015/fundamental-ngx-core-status-indicator.mjs +11 -10
  495. package/fesm2015/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  496. package/fesm2015/fundamental-ngx-core-step-input.mjs +3 -0
  497. package/fesm2015/fundamental-ngx-core-step-input.mjs.map +1 -1
  498. package/fesm2015/fundamental-ngx-core-switch.mjs +6 -5
  499. package/fesm2015/fundamental-ngx-core-switch.mjs.map +1 -1
  500. package/fesm2015/fundamental-ngx-core-table.mjs +7 -7
  501. package/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
  502. package/fesm2015/fundamental-ngx-core-tabs.mjs +13 -17
  503. package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
  504. package/fesm2015/fundamental-ngx-core-tests.mjs +2 -0
  505. package/fesm2015/fundamental-ngx-core-tests.mjs.map +1 -1
  506. package/fesm2015/fundamental-ngx-core-theming.mjs +1 -0
  507. package/fesm2015/fundamental-ngx-core-theming.mjs.map +1 -1
  508. package/fesm2015/fundamental-ngx-core-tile.mjs +35 -63
  509. package/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
  510. package/fesm2015/fundamental-ngx-core-time-picker.mjs +6 -0
  511. package/fesm2015/fundamental-ngx-core-time-picker.mjs.map +1 -1
  512. package/fesm2015/fundamental-ngx-core-time.mjs +8 -3
  513. package/fesm2015/fundamental-ngx-core-time.mjs.map +1 -1
  514. package/fesm2015/fundamental-ngx-core-timeline.mjs +8 -2
  515. package/fesm2015/fundamental-ngx-core-timeline.mjs.map +1 -1
  516. package/fesm2015/fundamental-ngx-core-title.mjs +4 -3
  517. package/fesm2015/fundamental-ngx-core-title.mjs.map +1 -1
  518. package/fesm2015/fundamental-ngx-core-token.mjs +26 -23
  519. package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
  520. package/fesm2015/fundamental-ngx-core-toolbar.mjs +10 -0
  521. package/fesm2015/fundamental-ngx-core-toolbar.mjs.map +1 -1
  522. package/fesm2015/fundamental-ngx-core-tree.mjs +16 -0
  523. package/fesm2015/fundamental-ngx-core-tree.mjs.map +1 -1
  524. package/fesm2015/fundamental-ngx-core-upload-collection.mjs +8 -5
  525. package/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  526. package/fesm2015/fundamental-ngx-core-utils.mjs +60 -1
  527. package/fesm2015/fundamental-ngx-core-utils.mjs.map +1 -1
  528. package/fesm2015/fundamental-ngx-core-wizard.mjs +9 -3
  529. package/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
  530. package/fesm2020/fundamental-ngx-core-action-bar.mjs +1 -3
  531. package/fesm2020/fundamental-ngx-core-action-bar.mjs.map +1 -1
  532. package/fesm2020/fundamental-ngx-core-action-sheet.mjs +2 -0
  533. package/fesm2020/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  534. package/fesm2020/fundamental-ngx-core-alert.mjs +8 -0
  535. package/fesm2020/fundamental-ngx-core-alert.mjs.map +1 -1
  536. package/fesm2020/fundamental-ngx-core-avatar-group.mjs +1 -0
  537. package/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  538. package/fesm2020/fundamental-ngx-core-avatar.mjs +3 -7
  539. package/fesm2020/fundamental-ngx-core-avatar.mjs.map +1 -1
  540. package/fesm2020/fundamental-ngx-core-bar.mjs +11 -10
  541. package/fesm2020/fundamental-ngx-core-bar.mjs.map +1 -1
  542. package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +1 -0
  543. package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  544. package/fesm2020/fundamental-ngx-core-button.mjs +15 -16
  545. package/fesm2020/fundamental-ngx-core-button.mjs.map +1 -1
  546. package/fesm2020/fundamental-ngx-core-calendar.mjs +16 -0
  547. package/fesm2020/fundamental-ngx-core-calendar.mjs.map +1 -1
  548. package/fesm2020/fundamental-ngx-core-card.mjs +19 -45
  549. package/fesm2020/fundamental-ngx-core-card.mjs.map +1 -1
  550. package/fesm2020/fundamental-ngx-core-carousel.mjs +7 -5
  551. package/fesm2020/fundamental-ngx-core-carousel.mjs.map +1 -1
  552. package/fesm2020/fundamental-ngx-core-checkbox.mjs +4 -3
  553. package/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
  554. package/fesm2020/fundamental-ngx-core-combobox.mjs +10 -5
  555. package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
  556. package/fesm2020/fundamental-ngx-core-content-density.mjs +35 -0
  557. package/fesm2020/fundamental-ngx-core-content-density.mjs.map +1 -1
  558. package/fesm2020/fundamental-ngx-core-date-picker.mjs +2 -0
  559. package/fesm2020/fundamental-ngx-core-date-picker.mjs.map +1 -1
  560. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +5 -2
  561. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  562. package/fesm2020/fundamental-ngx-core-datetime.mjs +50 -0
  563. package/fesm2020/fundamental-ngx-core-datetime.mjs.map +1 -1
  564. package/fesm2020/fundamental-ngx-core-dialog.mjs +2 -0
  565. package/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
  566. package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +6 -0
  567. package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  568. package/fesm2020/fundamental-ngx-core-facets.mjs +1 -0
  569. package/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
  570. package/fesm2020/fundamental-ngx-core-feed-input.mjs +2 -0
  571. package/fesm2020/fundamental-ngx-core-feed-input.mjs.map +1 -1
  572. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +10 -14
  573. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  574. package/fesm2020/fundamental-ngx-core-file-uploader.mjs +8 -0
  575. package/fesm2020/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  576. package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs +1 -0
  577. package/fesm2020/fundamental-ngx-core-fixed-card-layout.mjs.map +1 -1
  578. package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs +1 -0
  579. package/fesm2020/fundamental-ngx-core-flexible-column-layout.mjs.map +1 -1
  580. package/fesm2020/fundamental-ngx-core-form.mjs +14 -10
  581. package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
  582. package/fesm2020/fundamental-ngx-core-formatted-text.mjs +18 -0
  583. package/fesm2020/fundamental-ngx-core-formatted-text.mjs.map +1 -1
  584. package/fesm2020/fundamental-ngx-core-grid-list.mjs +8 -6
  585. package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
  586. package/fesm2020/fundamental-ngx-core-icon.mjs +4 -7
  587. package/fesm2020/fundamental-ngx-core-icon.mjs.map +1 -1
  588. package/fesm2020/fundamental-ngx-core-illustrated-message.mjs +4 -7
  589. package/fesm2020/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  590. package/fesm2020/fundamental-ngx-core-infinite-scroll.mjs +1 -0
  591. package/fesm2020/fundamental-ngx-core-infinite-scroll.mjs.map +1 -1
  592. package/fesm2020/fundamental-ngx-core-inline-help.mjs +1 -0
  593. package/fesm2020/fundamental-ngx-core-inline-help.mjs.map +1 -1
  594. package/fesm2020/fundamental-ngx-core-input-group.mjs +13 -19
  595. package/fesm2020/fundamental-ngx-core-input-group.mjs.map +1 -1
  596. package/fesm2020/fundamental-ngx-core-layout-panel.mjs +2 -0
  597. package/fesm2020/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  598. package/fesm2020/fundamental-ngx-core-link.mjs +3 -6
  599. package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
  600. package/fesm2020/fundamental-ngx-core-list.mjs +20 -24
  601. package/fesm2020/fundamental-ngx-core-list.mjs.map +1 -1
  602. package/fesm2020/fundamental-ngx-core-menu.mjs +11 -5
  603. package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
  604. package/fesm2020/fundamental-ngx-core-message-box.mjs +2 -0
  605. package/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
  606. package/fesm2020/fundamental-ngx-core-message-page.mjs +3 -6
  607. package/fesm2020/fundamental-ngx-core-message-page.mjs.map +1 -1
  608. package/fesm2020/fundamental-ngx-core-message-strip.mjs +3 -7
  609. package/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
  610. package/fesm2020/fundamental-ngx-core-message-toast.mjs +2 -0
  611. package/fesm2020/fundamental-ngx-core-message-toast.mjs.map +1 -1
  612. package/fesm2020/fundamental-ngx-core-micro-process-flow.mjs +4 -0
  613. package/fesm2020/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  614. package/fesm2020/fundamental-ngx-core-mobile-mode.mjs +1 -0
  615. package/fesm2020/fundamental-ngx-core-mobile-mode.mjs.map +1 -1
  616. package/fesm2020/fundamental-ngx-core-multi-input.mjs +12 -13
  617. package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
  618. package/fesm2020/fundamental-ngx-core-nested-list.mjs +7 -4
  619. package/fesm2020/fundamental-ngx-core-nested-list.mjs.map +1 -1
  620. package/fesm2020/fundamental-ngx-core-notification.mjs +11 -13
  621. package/fesm2020/fundamental-ngx-core-notification.mjs.map +1 -1
  622. package/fesm2020/fundamental-ngx-core-object-identifier.mjs +1 -0
  623. package/fesm2020/fundamental-ngx-core-object-identifier.mjs.map +1 -1
  624. package/fesm2020/fundamental-ngx-core-object-marker.mjs +3 -7
  625. package/fesm2020/fundamental-ngx-core-object-marker.mjs.map +1 -1
  626. package/fesm2020/fundamental-ngx-core-object-number.mjs +3 -7
  627. package/fesm2020/fundamental-ngx-core-object-number.mjs.map +1 -1
  628. package/fesm2020/fundamental-ngx-core-object-status.mjs +3 -7
  629. package/fesm2020/fundamental-ngx-core-object-status.mjs.map +1 -1
  630. package/fesm2020/fundamental-ngx-core-overflow-layout.mjs +14 -6
  631. package/fesm2020/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  632. package/fesm2020/fundamental-ngx-core-pagination.mjs +10 -9
  633. package/fesm2020/fundamental-ngx-core-pagination.mjs.map +1 -1
  634. package/fesm2020/fundamental-ngx-core-panel.mjs +2 -0
  635. package/fesm2020/fundamental-ngx-core-panel.mjs.map +1 -1
  636. package/fesm2020/fundamental-ngx-core-popover.mjs +7 -5
  637. package/fesm2020/fundamental-ngx-core-popover.mjs.map +1 -1
  638. package/fesm2020/fundamental-ngx-core-product-switch.mjs +2 -0
  639. package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
  640. package/fesm2020/fundamental-ngx-core-progress-indicator.mjs +1 -0
  641. package/fesm2020/fundamental-ngx-core-progress-indicator.mjs.map +1 -1
  642. package/fesm2020/fundamental-ngx-core-radio.mjs +2 -0
  643. package/fesm2020/fundamental-ngx-core-radio.mjs.map +1 -1
  644. package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +5 -7
  645. package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  646. package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs +45 -47
  647. package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  648. package/fesm2020/fundamental-ngx-core-segmented-button.mjs +1 -0
  649. package/fesm2020/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  650. package/fesm2020/fundamental-ngx-core-select.mjs +20 -7
  651. package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
  652. package/fesm2020/fundamental-ngx-core-shared.mjs +4 -0
  653. package/fesm2020/fundamental-ngx-core-shared.mjs.map +1 -1
  654. package/fesm2020/fundamental-ngx-core-shellbar.mjs +2 -0
  655. package/fesm2020/fundamental-ngx-core-shellbar.mjs.map +1 -1
  656. package/fesm2020/fundamental-ngx-core-side-navigation.mjs.map +1 -1
  657. package/fesm2020/fundamental-ngx-core-slider.mjs +22 -33
  658. package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
  659. package/fesm2020/fundamental-ngx-core-split-button.mjs +1 -0
  660. package/fesm2020/fundamental-ngx-core-split-button.mjs.map +1 -1
  661. package/fesm2020/fundamental-ngx-core-splitter.mjs +2 -0
  662. package/fesm2020/fundamental-ngx-core-splitter.mjs.map +1 -1
  663. package/fesm2020/fundamental-ngx-core-status-indicator.mjs +11 -10
  664. package/fesm2020/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  665. package/fesm2020/fundamental-ngx-core-step-input.mjs +3 -0
  666. package/fesm2020/fundamental-ngx-core-step-input.mjs.map +1 -1
  667. package/fesm2020/fundamental-ngx-core-switch.mjs +6 -5
  668. package/fesm2020/fundamental-ngx-core-switch.mjs.map +1 -1
  669. package/fesm2020/fundamental-ngx-core-table.mjs +7 -7
  670. package/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
  671. package/fesm2020/fundamental-ngx-core-tabs.mjs +13 -17
  672. package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
  673. package/fesm2020/fundamental-ngx-core-tests.mjs +2 -0
  674. package/fesm2020/fundamental-ngx-core-tests.mjs.map +1 -1
  675. package/fesm2020/fundamental-ngx-core-theming.mjs +1 -0
  676. package/fesm2020/fundamental-ngx-core-theming.mjs.map +1 -1
  677. package/fesm2020/fundamental-ngx-core-tile.mjs +35 -63
  678. package/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
  679. package/fesm2020/fundamental-ngx-core-time-picker.mjs +6 -0
  680. package/fesm2020/fundamental-ngx-core-time-picker.mjs.map +1 -1
  681. package/fesm2020/fundamental-ngx-core-time.mjs +8 -3
  682. package/fesm2020/fundamental-ngx-core-time.mjs.map +1 -1
  683. package/fesm2020/fundamental-ngx-core-timeline.mjs +8 -2
  684. package/fesm2020/fundamental-ngx-core-timeline.mjs.map +1 -1
  685. package/fesm2020/fundamental-ngx-core-title.mjs +4 -3
  686. package/fesm2020/fundamental-ngx-core-title.mjs.map +1 -1
  687. package/fesm2020/fundamental-ngx-core-token.mjs +26 -23
  688. package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
  689. package/fesm2020/fundamental-ngx-core-toolbar.mjs +10 -0
  690. package/fesm2020/fundamental-ngx-core-toolbar.mjs.map +1 -1
  691. package/fesm2020/fundamental-ngx-core-tree.mjs +16 -0
  692. package/fesm2020/fundamental-ngx-core-tree.mjs.map +1 -1
  693. package/fesm2020/fundamental-ngx-core-upload-collection.mjs +8 -5
  694. package/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  695. package/fesm2020/fundamental-ngx-core-utils.mjs +60 -1
  696. package/fesm2020/fundamental-ngx-core-utils.mjs.map +1 -1
  697. package/fesm2020/fundamental-ngx-core-wizard.mjs +9 -3
  698. package/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
  699. package/file-uploader/deprecated-file-uploader-content-density.directive.d.ts +1 -0
  700. package/file-uploader/directives/file-uploader-dragndrop.directive.d.ts +2 -0
  701. package/file-uploader/file-uploader.component.d.ts +5 -0
  702. package/file-uploader/file-uploader.service.d.ts +1 -0
  703. package/fixed-card-layout/fixed-card-layout-item/fixed-card-layout-item.component.d.ts +1 -0
  704. package/flexible-column-layout/flexible-column-layout.component.d.ts +1 -0
  705. package/form/form-control/deprecated-form-control-content-density.directive.d.ts +1 -0
  706. package/form/form-control/form-control.component.d.ts +3 -1
  707. package/form/form-control/input-form-control.directive.d.ts +1 -0
  708. package/form/form-control/textarea-form-control.directive.d.ts +1 -0
  709. package/form/form-group/form-group.component.d.ts +1 -0
  710. package/form/form-input-message-group/form-input-message-group.component.d.ts +8 -0
  711. package/form/form-item/form-item.component.d.ts +1 -0
  712. package/form/form-message/constants.d.ts +1 -0
  713. package/form/form-message/form-message.component.d.ts +1 -0
  714. package/form/form-message/popover-form-message.service.d.ts +1 -0
  715. package/formatted-text/utils/html-sanitizer.d.ts +18 -0
  716. package/fundamental-ngx-core-v0.36.3-rc.9.tgz +0 -0
  717. package/grid-list/components/grid-list/grid-list.component.d.ts +1 -0
  718. package/grid-list/components/grid-list-item/grid-list-item.component.d.ts +3 -3
  719. package/grid-list/helpers/parse-layout-pattern.d.ts +1 -0
  720. package/icon/icon.component.d.ts +3 -1
  721. package/illustrated-message/illustrated-message.component.d.ts +3 -1
  722. package/infinite-scroll/infinite-scroll.directive.d.ts +1 -0
  723. package/inline-help/inline-help.directive.d.ts +1 -0
  724. package/input-group/deprecated-input-group-compact.directive.d.ts +1 -0
  725. package/input-group/input-group-directives.d.ts +6 -2
  726. package/input-group/input-group.component.d.ts +2 -3
  727. package/layout-panel/layout-panel.component.d.ts +2 -0
  728. package/link/link.component.d.ts +4 -1
  729. package/list/deprecated-list-content-density,directive.d.ts +1 -0
  730. package/list/directives/list-icon.directive.d.ts +3 -1
  731. package/list/directives/list-link.directive.d.ts +1 -0
  732. package/list/directives/list-navigation-item-text.directive.d.ts +1 -0
  733. package/list/list-focus-item.model.d.ts +2 -1
  734. package/list/list-item/list-item.component.d.ts +3 -4
  735. package/list/list-message.directive.d.ts +2 -1
  736. package/menu/directives/deprecated-menu-compact.directive.d.ts +1 -0
  737. package/menu/directives/menu-trigger.directive.d.ts +3 -0
  738. package/menu/menu-mobile/menu-mobile.component.d.ts +1 -0
  739. package/menu/menu.component.d.ts +2 -1
  740. package/menu/services/menu.service.d.ts +3 -0
  741. package/message-box/message-box-default/message-box-default.component.d.ts +1 -0
  742. package/message-box/utils/message-box-config.class.d.ts +5 -0
  743. package/message-box/utils/message-box-content.class.d.ts +1 -0
  744. package/message-page/message-page.component.d.ts +2 -1
  745. package/message-strip/message-strip.component.d.ts +2 -1
  746. package/message-toast/message-toast-service/message-toast.service.d.ts +2 -0
  747. package/message-toast/message-toast-utils/message-toast-ref.d.ts +1 -0
  748. package/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.d.ts +1 -0
  749. package/micro-process-flow/components/micro-process-flow/micro-process-flow.component.d.ts +2 -0
  750. package/micro-process-flow/micro-process-flow-focusable-item.directive.d.ts +1 -0
  751. package/mobile-mode/mobile-mode.class.d.ts +1 -0
  752. package/multi-input/deprecated-multi-input-compact.directive.d.ts +1 -0
  753. package/multi-input/multi-input-mobile/multi-input-mobile.component.d.ts +2 -0
  754. package/multi-input/multi-input.component.d.ts +4 -3
  755. package/nested-list/deprecated-nested-list-compact.directive.d.ts +1 -0
  756. package/nested-list/nested-content/nested-list-content.directive.d.ts +2 -0
  757. package/nested-list/nested-item/nested-item.service.d.ts +2 -0
  758. package/nested-list/nested-list-directives.d.ts +4 -1
  759. package/nested-list/nested-list-keyboard.service.d.ts +1 -0
  760. package/notification/directives/notification-indicator.directive.d.ts +2 -1
  761. package/notification/notification/notification.component.d.ts +1 -0
  762. package/notification/notification-group/notification-group.component.d.ts +1 -1
  763. package/notification/notification-group-header/notification-group-header.component.d.ts +2 -0
  764. package/notification/notification-group-list/notification-group-list.component.d.ts +1 -0
  765. package/notification/notification-service/notification.service.d.ts +2 -0
  766. package/notification/notification-utils/notification-group-base.d.ts +1 -0
  767. package/object-identifier/object-identifier.component.d.ts +2 -0
  768. package/object-marker/object-marker.component.d.ts +2 -1
  769. package/object-number/object-number.component.d.ts +2 -1
  770. package/object-status/object-status.component.d.ts +2 -1
  771. package/overflow-layout/directives/overflow-expand.directive.d.ts +1 -0
  772. package/overflow-layout/directives/overflow-item-ref.directive.d.ts +1 -1
  773. package/overflow-layout/directives/overflow-layout-item.directive.d.ts +1 -1
  774. package/overflow-layout/directives/overflow-layout-popover-content.directive.d.ts +1 -0
  775. package/overflow-layout/overflow-layout.service.d.ts +7 -0
  776. package/package.json +2 -2
  777. package/pagination/deprecated-pagination-compact.directive.d.ts +1 -0
  778. package/pagination/pagination.component.d.ts +3 -3
  779. package/panel/deprecated-panel-compact.directive.d.ts +1 -0
  780. package/panel/panel.component.d.ts +1 -0
  781. package/popover/popover-body/popover-body.component.d.ts +1 -0
  782. package/popover/popover-container/popover-container.directive.d.ts +1 -0
  783. package/popover/popover-service/popover.service.d.ts +1 -0
  784. package/popover/popover.component.d.ts +1 -0
  785. package/product-switch/product-switch/product-switch.component.d.ts +1 -0
  786. package/product-switch/product-switch-body/product-switch-body.component.d.ts +1 -0
  787. package/progress-indicator/progress-indicator.component.d.ts +1 -0
  788. package/radio/deprecated-radio-button-compact.directive.d.ts +1 -0
  789. package/radio/radio-button/radio-button.component.d.ts +1 -0
  790. package/rating-indicator/components/rating-indicator.component.d.ts +3 -1
  791. package/rating-indicator/pipes/rating-star-label.pipe.d.ts +1 -0
  792. package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +26 -29
  793. package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +5 -3
  794. package/segmented-button/segmented-button.component.d.ts +1 -0
  795. package/select/deprecated-select-compact.directive.d.ts +1 -0
  796. package/select/option/option.component.d.ts +8 -1
  797. package/select/select-key-manager.service.d.ts +2 -0
  798. package/select/select-mobile/select-mobile.component.d.ts +2 -0
  799. package/select/select.component.d.ts +5 -2
  800. package/shared/interfaces/popover-position.d.ts +3 -0
  801. package/shared/utils/form.d.ts +1 -0
  802. package/shellbar/deprecated-shellbar-compact.directive.d.ts +1 -0
  803. package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -0
  804. package/side-navigation/side-navigation.component.d.ts +1 -0
  805. package/slider/deprecated-slider-cozy.directive.d.ts +1 -0
  806. package/slider/slider-position.directive.d.ts +1 -0
  807. package/slider/slider.component.d.ts +10 -15
  808. package/split-button/deprecated-split-button-compact.directive.d.ts +1 -0
  809. package/splitter/splitter-pane-container/splitter-pane-container.component.d.ts +2 -0
  810. package/status-indicator/status-indicator.component.d.ts +10 -2
  811. package/step-input/deprecated-step-input-compact.directive.d.ts +1 -0
  812. package/step-input/step-input.component.d.ts +2 -0
  813. package/switch/deprecated-switch-compact.directive.d.ts +1 -0
  814. package/switch/switch.component.d.ts +3 -3
  815. package/table/deprecated-table-compact.directive.d.ts +1 -0
  816. package/table/deprecated-table-condensed.directive.d.ts +1 -0
  817. package/table/directives/table-icon.directive.d.ts +2 -1
  818. package/table/table-wrapper.component.d.ts +1 -0
  819. package/table/table.service.d.ts +2 -0
  820. package/tabs/deprecated-tabs-compact.directive.d.ts +1 -0
  821. package/tabs/tab-list.component.d.ts +2 -0
  822. package/tabs/tab-nav/tab-nav.component.d.ts +2 -1
  823. package/tabs/tab-panel/tab-panel.component.d.ts +5 -0
  824. package/tabs/tab-utils/tab-directives.d.ts +1 -1
  825. package/tests/element-ref-mock.class.d.ts +1 -0
  826. package/tests/when-stable.d.ts +1 -0
  827. package/theming/theming.module.d.ts +1 -0
  828. package/tile/directives/numeric-content.directives.d.ts +15 -5
  829. package/tile/directives/tile.directives.d.ts +9 -3
  830. package/tile/tile.component.d.ts +2 -1
  831. package/time/deprecated-time-content-density.directive.d.ts +1 -0
  832. package/time/errors.d.ts +1 -0
  833. package/time/i18n/time-i18n.d.ts +1 -0
  834. package/time/models.d.ts +3 -0
  835. package/time/time-column/time-column.component.d.ts +4 -1
  836. package/time-picker/deprecated-timepicker-compact.directive.d.ts +1 -0
  837. package/time-picker/errors.d.ts +1 -0
  838. package/time-picker/time-picker.component.d.ts +4 -0
  839. package/timeline/components/timeline-node/timeline-node.component.d.ts +3 -0
  840. package/timeline/components/timeline-node-body/timeline-node-body.component.d.ts +7 -0
  841. package/timeline/directives/timeline-first-list-outlet.directive.d.ts +1 -0
  842. package/timeline/directives/timeline-node-def.directive.d.ts +1 -0
  843. package/timeline/directives/timeline-second-list-outlet.directive.d.ts +1 -0
  844. package/timeline/services/position-strategies/position-strategy-factory.d.ts +1 -0
  845. package/timeline/timeline.component.d.ts +5 -1
  846. package/title/title.component.d.ts +2 -1
  847. package/token/deprecated-tokenizer-content-density.directive.d.ts +1 -0
  848. package/token/token-input.directive.d.ts +2 -1
  849. package/token/token.component.d.ts +4 -1
  850. package/token/tokenizer.component.d.ts +18 -5
  851. package/toolbar/deprecated-toolbar-size.directive.d.ts +5 -0
  852. package/toolbar/toolbar-item.directive.d.ts +1 -0
  853. package/toolbar/toolbar-overflow-group.directive.d.ts +1 -0
  854. package/toolbar/toolbar-overflow-priority.directive.d.ts +1 -0
  855. package/toolbar/toolbar-spacer.component.d.ts +1 -0
  856. package/toolbar/toolbar.component.d.ts +2 -0
  857. package/tree/tree-child.component.d.ts +10 -0
  858. package/tree/tree.component.d.ts +14 -0
  859. package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +2 -3
  860. package/upload-collection/upload-collection-item.directive.d.ts +1 -0
  861. package/upload-collection/upload-collection-simple.directives.d.ts +3 -0
  862. package/utils/abstract-fd-ngx-class.d.ts +3 -0
  863. package/utils/directives/auto-complete/auto-complete.directive.d.ts +11 -0
  864. package/utils/directives/line-clamp/line-clamp.directive.d.ts +4 -0
  865. package/utils/directives/only-digits/only-digits.directive.d.ts +1 -0
  866. package/utils/directives/overflow-list/overflow-list-item.directive.d.ts +1 -0
  867. package/utils/directives/resize/resize-handle.directive.d.ts +1 -0
  868. package/utils/directives/template/template.directive.d.ts +3 -0
  869. package/utils/directives/truncate/truncate.directive.d.ts +2 -0
  870. package/utils/drag-and-drop/dnd-item/dnd-item.directive.d.ts +2 -0
  871. package/utils/drag-and-drop/dnd-list/dnd-list.directive.d.ts +1 -0
  872. package/utils/dynamic-component/dynamic-component-injector.d.ts +1 -0
  873. package/utils/dynamic-component/dynamic-component.service.d.ts +4 -0
  874. package/utils/functions/get-document-font-size.d.ts +1 -0
  875. package/utils/functions/module-deprecations-provider.d.ts +2 -0
  876. package/utils/functions/parser-file-size.d.ts +1 -0
  877. package/utils/functions/uuidv4-generator.d.ts +1 -0
  878. package/utils/mixins/apply-mixin.d.ts +1 -0
  879. package/utils/pipes/displayFn.pipe.d.ts +1 -0
  880. package/utils/pipes/is-compact.pipe.d.ts +1 -0
  881. package/utils/pipes/safe.pipe.d.ts +2 -0
  882. package/utils/pipes/search-highlight.pipe.d.ts +1 -0
  883. package/utils/pipes/truncate.pipe.d.ts +1 -0
  884. package/utils/pipes/two-digits.pipe.d.ts +1 -0
  885. package/utils/pipes/value-by-path.pipe.d.ts +1 -0
  886. package/utils/services/content-density.service.d.ts +1 -0
  887. package/utils/services/destroyed.service.d.ts +2 -0
  888. package/utils/services/focus-trap.service.d.ts +1 -1
  889. package/utils/services/local-storage.service.d.ts +4 -0
  890. package/utils/services/resize-observer.service.d.ts +5 -0
  891. package/utils/services/rtl.service.d.ts +2 -0
  892. package/utils/services/tabbable-element.service.d.ts +1 -0
  893. package/utils/services/themes.service.d.ts +1 -0
  894. package/wizard/deprecated-wizard-compact.directive.d.ts +1 -0
  895. package/wizard/wizard-navigation/wizard-navigation.component.d.ts +2 -1
  896. package/wizard/wizard-step/wizard-step.component.d.ts +1 -0
  897. package/wizard/wizard-step-indicator/wizard-step-indicator.component.d.ts +2 -0
  898. package/wizard/wizard.component.d.ts +2 -0
  899. package/wizard/wizard.service.d.ts +1 -0
  900. package/fundamental-ngx-core-v0.36.3-rc.7.tgz +0 -0
@@ -11,6 +11,7 @@ import * as i0 from "@angular/core";
11
11
  * ```
12
12
  */
13
13
  export declare class ActionBarDescriptionDirective {
14
+ /** Whether the action bar also has a back button. */
14
15
  withBackBtn: boolean;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarDescriptionDirective, never>;
16
17
  static ɵdir: i0.ɵɵDirectiveDeclaration<ActionBarDescriptionDirective, "[fd-action-bar-description]", never, { "withBackBtn": "withBackBtn"; }, {}, never, never, false>;
@@ -28,6 +28,7 @@ export declare class ActionSheetBodyComponent {
28
28
  ariaLabel: Nullable<string>;
29
29
  /** Aria-Labelledby for element describing Action Sheet Body. */
30
30
  ariaLabelledby: Nullable<string>;
31
+ /** @hidden */
31
32
  actionSheetElementRef: ElementRef<HTMLUListElement>;
32
33
  /** @hidden */
33
34
  constructor(_keyboardSupportService: KeyboardSupportService<ActionSheetItemComponent>, _contentDensityObserver: ContentDensityObserver);
@@ -49,6 +49,7 @@ export declare class ActionSheetComponent implements AfterContentInit, AfterView
49
49
  private readonly _onRefresh$;
50
50
  /** @hidden */
51
51
  private _subscriptions;
52
+ /** @hidden */
52
53
  constructor(_keyboardSupportService: KeyboardSupportService<ActionSheetItemComponent>, _changeDetectionRef: ChangeDetectorRef, _viewContainerRef: ViewContainerRef, _dynamicComponentService: DynamicComponentService);
53
54
  /** @hidden */
54
55
  ngAfterContentInit(): void;
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedActionSheetCompactDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedActionSheetCompactDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedActionSheetCompactDirective, "fd-action-sheet[compact], fd-action-sheet-body[compact], [fd-action-sheet-item][compact]", never, {}, {}, never, never, false>;
@@ -12,7 +12,9 @@ import * as i0 from "@angular/core";
12
12
  */
13
13
  export declare class AlertService {
14
14
  private dynamicComponentService;
15
+ /** @hidden */
15
16
  private alerts;
17
+ /** @hidden */
16
18
  private alertContainerRef?;
17
19
  /** @hidden */
18
20
  constructor(dynamicComponentService: DynamicComponentService);
@@ -30,7 +32,9 @@ export declare class AlertService {
30
32
  * Dismisses all service-opened alerts.
31
33
  */
32
34
  dismissAll(): void;
35
+ /** @hidden */
33
36
  private destroyAlertComponent;
37
+ /** @hidden */
34
38
  private destroyAlertContainer;
35
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertService, never>;
36
40
  static ɵprov: i0.ɵɵInjectableDeclaration<AlertService>;
@@ -9,6 +9,7 @@ import { Observable } from 'rxjs';
9
9
  * For a template, add let-alert to your ng-template tag. Now using *alert* in the template refers to this class.
10
10
  */
11
11
  export declare class AlertRef {
12
+ /** @hidden */
12
13
  private readonly _afterDismissed;
13
14
  /** Observable that is triggered when the alert is dismissed. */
14
15
  afterDismissed: Observable<any>;
@@ -74,9 +74,13 @@ export declare class AlertComponent extends AbstractFdNgxClass implements OnInit
74
74
  handleAlertMouseEvent(event: any): void;
75
75
  /** @hidden */
76
76
  _setProperties(): void;
77
+ /** @hidden */
77
78
  private loadFromTemplate;
79
+ /** @hidden */
78
80
  private loadFromComponent;
81
+ /** @hidden */
79
82
  private loadFromString;
83
+ /** @hidden */
80
84
  private _setAlertConfig;
81
85
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertComponent, [null, null, null, null, { optional: true; }, { optional: true; }]>;
82
86
  static ɵcmp: i0.ɵɵComponentDeclaration<AlertComponent, "fd-alert", never, { "dismissible": "dismissible"; "type": "type"; "id": "id"; "duration": "duration"; "mousePersist": "mousePersist"; "ariaLabelledBy": "ariaLabelledBy"; "ariaLabel": "ariaLabel"; "dismissLabel": "dismissLabel"; "width": "width"; "minWidth": "minWidth"; "message": "message"; }, { "onDismiss": "onDismiss"; }, never, ["*"], false>;
@@ -92,7 +92,8 @@ export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuild
92
92
  ngOnInit(): void;
93
93
  /** @hidden */
94
94
  ngOnChanges(): void;
95
- /** CssClassBuilder interface implementation
95
+ /** @hidden
96
+ * CssClassBuilder interface implementation
96
97
  * function must return single string
97
98
  * function is responsible for order which css classes are applied
98
99
  */
@@ -10,6 +10,7 @@ export declare class AvatarGroupFocusableAvatarDirective implements FocusableOpt
10
10
  tabindex: number;
11
11
  /** @hidden */
12
12
  constructor(_elementRef: ElementRef<HTMLElement>, _component: AvatarGroupInterface);
13
+ /** @hidden */
13
14
  elementRef(): ElementRef;
14
15
  /** @hidden */
15
16
  get _element(): HTMLElement;
@@ -36,11 +36,13 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
36
36
  ngOnDestroy(): void;
37
37
  /** @hidden */
38
38
  ngOnChanges(): void;
39
- /** CssClassBuilder interface implementation
39
+ /** @hidden
40
+ * CssClassBuilder interface implementation
40
41
  * function must return single string
41
42
  * function is responsible for order which css classes are applied
42
43
  */
43
44
  buildComponentCssClass(): string[];
45
+ /** @hidden */
44
46
  elementRef(): ElementRef<any>;
45
47
  static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
46
48
  static ɵcmp: i0.ɵɵComponentDeclaration<BarComponent, "[fd-bar]", never, { "class": "class"; "barDesign": "barDesign"; "inPage": "inPage"; "inHomePage": "inHomePage"; "size": "size"; }, {}, never, ["[fd-bar-left]", "[fd-bar-middle]", "[fd-bar-right]", "*"], false>;
@@ -20,16 +20,19 @@ export declare class ButtonBarComponent extends BaseButton implements OnDestroy
20
20
  /** @hidden */
21
21
  private readonly _defaultId;
22
22
  /** id for this element */
23
- get id(): string;
24
23
  set id(value: string | null | undefined);
24
+ get id(): string;
25
+ /** @hidden */
25
26
  _id: string | null | undefined;
26
27
  /** @hidden */
27
28
  _barElement: boolean;
29
+ /** @hidden */
28
30
  get pointerEvents(): string;
29
31
  /** @hidden */
30
32
  _buttonComponent: ButtonComponent;
31
33
  /** @hidden */
32
34
  private _subscriptions;
35
+ /** @hidden */
33
36
  constructor(_cdRef: ChangeDetectorRef);
34
37
  /** @hidden */
35
38
  ngOnDestroy(): void;
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedBarButtonContentDensityDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBarButtonContentDensityDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBarButtonContentDensityDirective, "fd-button-bar[compact]", never, {}, {}, never, never, false>;
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCozyDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedBarContentDensityDirective extends DeprecatedCozyDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBarContentDensityDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBarContentDensityDirective, "[fd-bar][cozy]", never, {}, {}, never, never, false>;
@@ -44,6 +44,7 @@ export declare class BreadcrumbComponent implements OnInit, AfterViewInit {
44
44
  private readonly _contentItems;
45
45
  /** @hidden */
46
46
  breadcrumbItems: QueryList<BreadcrumbItemComponent>;
47
+ /** @hidden */
47
48
  private readonly _menuComponent;
48
49
  /** @hidden */
49
50
  private readonly _overflowLayout;
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedBreadcrumbsCompactDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedBreadcrumbsCompactDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedBreadcrumbsCompactDirective, "fd-breadcrumb[compact]", never, {}, {}, never, never, false>;
@@ -32,18 +32,18 @@ export declare class BaseButton {
32
32
  /** adding native aria-label to the component */
33
33
  ariaLabel: Nullable<string>;
34
34
  /** Whether button is in toggled state. */
35
- get toggled(): boolean;
36
35
  set toggled(value: BooleanInput);
36
+ get toggled(): boolean;
37
37
  /**
38
38
  * Native disabled attribute of button element
39
39
  */
40
- get disabled(): boolean;
41
40
  set disabled(value: BooleanInput);
41
+ get disabled(): boolean;
42
42
  /**
43
43
  * Native aria-disabled attribute of button element
44
44
  */
45
- get ariaDisabled(): boolean;
46
45
  set ariaDisabled(value: BooleanInput);
46
+ get ariaDisabled(): boolean;
47
47
  /** @hidden */
48
48
  _disabled: boolean;
49
49
  /** @hidden */
@@ -37,10 +37,12 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
37
37
  * function should build css style
38
38
  */
39
39
  ngOnChanges(): void;
40
+ /** @hidden */
40
41
  ngOnInit(): void;
41
42
  /** @hidden */
42
43
  ngOnDestroy(): void;
43
- /** CssClassBuilder interface implementation
44
+ /** @hidden
45
+ * CssClassBuilder interface implementation
44
46
  * function must return single string
45
47
  * function is responsible for order which css classes are applied
46
48
  */
@@ -49,6 +51,7 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
49
51
  * function used by applyCssClass and applyCssStyle decorators
50
52
  */
51
53
  elementRef(): ElementRef<HTMLButtonElement | HTMLAnchorElement>;
54
+ /** @hidden */
52
55
  detectChanges(): void;
53
56
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
54
57
  static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[fd-button], a[fd-button]", ["fd-button"], { "class": "class"; }, {}, never, ["*"], false>;
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedButtonContentDensityDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedButtonContentDensityDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedButtonContentDensityDirective, "[fd-button][compact]", never, {}, {}, never, never, false>;
@@ -1 +1,2 @@
1
+ /** Create an Error to be thrown when attempting to use an invalid date implementation. */
1
2
  export declare function createMissingDateImplementationError(provider: string): Error;
@@ -116,6 +116,7 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
116
116
  private _monthNames;
117
117
  /** Get information about amount of years displayed at once on year view */
118
118
  private _amountOfYearsPerPeriod;
119
+ /** @hidden */
119
120
  constructor(_calendarI18nLabels: CalendarI18nLabels, _changeDetRef: ChangeDetectorRef, _calendarService: CalendarService, _dateTimeAdapter: DatetimeAdapter<D>);
120
121
  /** @hidden */
121
122
  ngOnDestroy(): void;
@@ -155,6 +156,7 @@ export declare class CalendarHeaderComponent<D> implements OnDestroy, OnInit, On
155
156
  private _calculateSelectYearLabel;
156
157
  /** @hidden */
157
158
  private _calculateSelectAggregatedYearLabel;
159
+ /** @hidden */
158
160
  private _calculateMonthNames;
159
161
  /** @hidden */
160
162
  private _getYearName;
@@ -44,6 +44,7 @@ export declare class CalendarMonthViewComponent<D> implements OnInit, OnDestroy,
44
44
  private readonly _onDestroy$;
45
45
  /** @hidden */
46
46
  private _initiated;
47
+ /** @hidden */
47
48
  constructor(_eRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _calendarService: CalendarService, _dateTimeFormats: DateTimeFormats, _dateTimeAdapter: DatetimeAdapter<D>, _calendarI18nLabels: CalendarI18nLabels);
48
49
  /** @hidden */
49
50
  ngOnInit(): void;
@@ -155,6 +155,7 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
155
155
  ngOnInit(): void;
156
156
  /** @hidden */
157
157
  ngOnChanges(changes: SimpleChanges): void;
158
+ /** @hidden */
158
159
  getWeekStartDay(): DaysOfWeek;
159
160
  /** @hidden */
160
161
  ngOnDestroy(): void;
@@ -224,7 +225,9 @@ export declare class CalendarComponent<D> implements OnInit, OnChanges, ControlV
224
225
  * Function that handles changes from month view child component, changes actual view and changes currently displayed month
225
226
  */
226
227
  handleMonthViewChange(month: number): void;
228
+ /** Select year */
227
229
  selectedYear(yearSelected: number): void;
230
+ /** Select year range */
228
231
  selectedYears(yearsSelected: AggregatedYear): void;
229
232
  /** @hidden */
230
233
  onDaysViewSelected(): void;
@@ -4,7 +4,9 @@ import { EscapeFocusFunction } from './models/common';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CalendarService {
6
6
  private _rtlService;
7
+ /** Row amount */
7
8
  rowAmount: number;
9
+ /** Column amount */
8
10
  colAmount: number;
9
11
  /** Event thrown, when the element is selected by space or enter keys */
10
12
  onKeySelect: Subject<number>;
@@ -18,6 +20,7 @@ export declare class CalendarService {
18
20
  leftArrowId: string;
19
21
  /** Function that is called when the focus would escape the element. */
20
22
  focusEscapeFunction: EscapeFocusFunction;
23
+ /** @hidden */
21
24
  constructor(_rtlService: RtlService);
22
25
  /**
23
26
  * Standardized method to calculate grid [x][y] to index number
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedCalendarContentDensityDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCalendarContentDensityDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCalendarContentDensityDirective, "fd-calendar[compact]", never, {}, {}, never, never, false>;
@@ -4,6 +4,11 @@ export declare class DateRange<D> {
4
4
  readonly start: D | null;
5
5
  /** The end date of the range. */
6
6
  readonly end: D | null;
7
+ /**
8
+ * Date range.
9
+ * @param start
10
+ * @param end
11
+ */
7
12
  constructor(
8
13
  /** The start date of the range. */
9
14
  start: D | null,
@@ -2,6 +2,7 @@ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class CardFooterActionItemDirective {
4
4
  readonly templateRef: TemplateRef<void>;
5
+ /** @hidden */
5
6
  constructor(templateRef: TemplateRef<void>);
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterActionItemDirective, never>;
7
8
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterActionItemDirective, "[fdCardFooterActionItem]", never, {}, {}, never, never, false>;
@@ -9,6 +9,7 @@ export declare class CardFooterComponent implements AfterViewInit, OnDestroy {
9
9
  actionItems: CardFooterActionItemDirective[];
10
10
  /** @hidden */
11
11
  private _destroyed$;
12
+ /** @hidden */
12
13
  constructor(_changeDetectorRef: ChangeDetectorRef);
13
14
  /** @hidden */
14
15
  ngAfterViewInit(): void;
@@ -11,6 +11,7 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
11
11
  /** Tab Index attribute for card header */
12
12
  set tabindex(tabindex: string);
13
13
  get tabindex(): string;
14
+ /** @hidden */
14
15
  private _tabindex;
15
16
  /** @hidden */
16
17
  class: string;
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedCardContentDensityDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCardContentDensityDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCardContentDensityDirective, "fd-card[compact]", never, {}, {}, never, never, false>;
@@ -9,6 +9,7 @@ export declare class CarouselDirective implements AfterContentInit {
9
9
  config: CarouselConfig;
10
10
  /** Initial active item of carousel, position first + offset */
11
11
  active: CarouselItemDirective;
12
+ /** @hidden */
12
13
  get carouselService(): CarouselService;
13
14
  /** Event thrown, when active element is changed */
14
15
  readonly activeChange: EventEmitter<PanEndOutput>;
@@ -22,7 +23,9 @@ export declare class CarouselDirective implements AfterContentInit {
22
23
  ngAfterContentInit(): void;
23
24
  /** Change active element */
24
25
  goToItem(item: CarouselItemDirective, smooth?: boolean): void;
26
+ /** Pick previous carousel item */
25
27
  pickPrevious(): void;
28
+ /** Pick next carousel item */
26
29
  pickNext(): void;
27
30
  static ɵfac: i0.ɵɵFactoryDeclaration<CarouselDirective, never>;
28
31
  static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselDirective, "[fdCarousel]", never, { "config": "config"; "active": "active"; }, { "activeChange": "activeChange"; "dragStateChange": "dragStateChange"; }, ["items"], never, false>;
@@ -38,10 +38,9 @@ export declare class CarouselService implements OnDestroy {
38
38
  isRtl: boolean;
39
39
  /** carousel items query list */
40
40
  items: QueryList<CarouselItemInterface>;
41
- /** return current transition value in px */
42
- get currentTransitionPx(): number;
43
- /** set current transition value in px */
41
+ /** Current transition value in px */
44
42
  set currentTransitionPx(currentTransitionPx: number);
43
+ get currentTransitionPx(): number;
45
44
  /** @hidden */
46
45
  private get elementsAtOnce();
47
46
  /** @hidden */
@@ -50,8 +50,8 @@ export declare class CheckboxComponent implements ControlValueAccessor, AfterVie
50
50
  /** @hidden */
51
51
  private _subscriptions;
52
52
  /** Sets values returned by control. */
53
- get values(): FdCheckboxValues;
54
53
  set values(checkboxValues: FdCheckboxValues);
54
+ get values(): FdCheckboxValues;
55
55
  /** @hidden */
56
56
  readonly position = "relative";
57
57
  /** @hidden */
@@ -1,6 +1,7 @@
1
1
  import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DeprecatedCheckboxContentDensityDirective extends DeprecatedCompactDirective {
4
+ /** @hidden */
4
5
  constructor();
5
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCheckboxContentDensityDirective, never>;
6
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCheckboxContentDensityDirective, "fd-checkbox[compact]", never, {}, {}, never, never, false>;
@@ -17,7 +17,9 @@ export declare class ComboboxMobileComponent extends MobileModeBase<ComboboxInte
17
17
  } | null;
18
18
  /** @hidden */
19
19
  private _selectedBackup;
20
+ /** @hidden */
20
21
  constructor(elementRef: ElementRef, dialogService: DialogService, comboboxComponent: ComboboxInterface, mobileModes: MobileModeConfigToken[]);
22
+ /** @hidden */
21
23
  ngOnInit(): void;
22
24
  /** @hidden */
23
25
  ngOnDestroy(): void;
@@ -25,6 +27,7 @@ export declare class ComboboxMobileComponent extends MobileModeBase<ComboboxInte
25
27
  handleDismiss(): void;
26
28
  /** @hidden */
27
29
  handleApprove(): void;
30
+ /** @hidden */
28
31
  private _toggleDialog;
29
32
  /** @hidden */
30
33
  private _listenOnMultiInputOpenChange;
@@ -209,10 +209,9 @@ export declare class ComboboxComponent implements ComboboxInterface, ControlValu
209
209
  dialogApprove(): void;
210
210
  /** If true value empty */
211
211
  get isEmptyValue(): boolean;
212
- /** Get the input text of the input. */
213
- get inputText(): string;
214
- /** Set the input text of the input. */
212
+ /** Input text of the input. */
215
213
  set inputText(value: string);
214
+ get inputText(): string;
216
215
  /** Get the glyph value based on whether the combobox is used as a search field or not. */
217
216
  get glyphValue(): string;
218
217
  /** @hidden */
@@ -265,6 +264,7 @@ export declare class ComboboxComponent implements ComboboxInterface, ControlValu
265
264
  private setValue;
266
265
  /** @hidden */
267
266
  private _setUpMobileMode;
267
+ /** @hidden */
268
268
  isSelected(term: any): boolean;
269
269
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
270
270
  static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "fd-combobox", never, { "comboboxId": "comboboxId"; "inputId": "inputId"; "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "required": "required"; "dropdownValues": "dropdownValues"; "filterFn": "filterFn"; "disabled": "disabled"; "placeholder": "placeholder"; "isSearch": "isSearch"; "glyph": "glyph"; "showClearButton": "showClearButton"; "triggers": "triggers"; "closeOnOutsideClick": "closeOnOutsideClick"; "openOnKeyboardEvent": "openOnKeyboardEvent"; "state": "state"; "itemTemplate": "itemTemplate"; "groupFn": "groupFn"; "maxHeight": "maxHeight"; "searchFn": "searchFn"; "highlighting": "highlighting"; "closeOnSelect": "closeOnSelect"; "fillOnSelect": "fillOnSelect"; "autoComplete": "autoComplete"; "fillControlMode": "fillControlMode"; "communicateByObject": "communicateByObject"; "displayFn": "displayFn"; "buttonFocusable": "buttonFocusable"; "readOnly": "readOnly"; "mobile": "mobile"; "mobileConfig": "mobileConfig"; "showDropdownButton": "showDropdownButton"; "includes": "includes"; "title": "title"; "byline": "byline"; }, { "itemClicked": "itemClicked"; "openChange": "openChange"; "inputTextChange": "inputTextChange"; }, ["listMessages"], ["*", "*"], false>;
@@ -3,6 +3,7 @@ import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-densit
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DeprecatedComboboxContentDensityDirective extends DeprecatedCompactDirective {
5
5
  private elRef;
6
+ /** @hidden */
6
7
  constructor(elRef: ElementRef);
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedComboboxContentDensityDirective, never>;
8
9
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedComboboxContentDensityDirective, "fd-combobox[compact]", never, {}, {}, never, never, false>;
@@ -5,6 +5,7 @@ export declare type GroupFunction<T = any> = (items: T[]) => {
5
5
  [key: string]: T[];
6
6
  };
7
7
  export declare class ListGroupPipe<T = any> implements PipeTransform {
8
+ /** Group items */
8
9
  transform(items: any[], group: GroupFunction<T>): KeyValue<string, T[]>[];
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupPipe<any>, never>;
10
11
  static ɵpipe: i0.ɵɵPipeDeclaration<ListGroupPipe<any>, "listGroupPipe", false>;
@@ -1,8 +1,12 @@
1
1
  import { FactorySansProvider, ProviderToken } from '@angular/core';
2
2
  import { ContentDensityMode } from '../types/content-density.mode';
3
3
  export declare class ContentDensityObserverSettings {
4
+ /** Classes to be added to the element. */
4
5
  modifiers?: Partial<Record<ContentDensityMode, string>>;
6
+ /** Supported content densities. */
5
7
  supportedContentDensity?: ContentDensityMode[];
8
+ /** Default content density. */
6
9
  defaultContentDensity?: ContentDensityMode | ProviderToken<ContentDensityMode> | FactorySansProvider;
10
+ /** Whether in debug mode. */
7
11
  debug?: boolean;
8
12
  }
@@ -10,12 +10,16 @@ import * as i0 from "@angular/core";
10
10
  export declare class DeprecatedCompactDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
11
11
  /** @deprecated use fdCompact directive instead */
12
12
  set compact(value: BooleanInput);
13
+ /** @hidden */
13
14
  readonly message: string;
15
+ /** @hidden */
14
16
  readonly alternative: {
15
17
  name: string;
16
18
  link: string[];
17
19
  };
20
+ /** @hidden */
18
21
  constructor(selectorBase: string);
22
+ /** @hidden */
19
23
  ngOnDestroy(): void;
20
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCompactDirective, never>;
21
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCompactDirective, never, never, { "compact": "compact"; }, {}, never, never, false>;
@@ -8,13 +8,18 @@ import * as i0 from "@angular/core";
8
8
  * Directive decorator is only for allowing @Input
9
9
  */
10
10
  export declare class DeprecatedCondensedDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
11
+ /** @deprecated use fdCondensed directive instead */
11
12
  set condensed(value: BooleanInput);
13
+ /** @hidden */
12
14
  readonly message: string;
15
+ /** @hidden */
13
16
  readonly alternative: {
14
17
  name: string;
15
18
  link: string[];
16
19
  };
20
+ /** @hidden */
17
21
  constructor(selectorBase: string);
22
+ /** @hidden */
18
23
  ngOnDestroy(): void;
19
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCondensedDirective, never>;
20
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCondensedDirective, never, never, { "condensed": "condensed"; }, {}, never, never, false>;
@@ -9,11 +9,17 @@ import * as i0 from "@angular/core";
9
9
  export declare class DeprecatedContentDensityDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
10
10
  /** @deprecated use fdCompact directive instead */
11
11
  set contentDensity(value: any);
12
+ /** Deprecation message */
12
13
  get message(): string;
14
+ /** Alternative usage description with a link to the docs */
13
15
  get alternative(): any;
16
+ /** @hidden */
14
17
  selectorBase: string;
18
+ /** @hidden */
15
19
  private _manuallySet;
20
+ /** @hidden */
16
21
  constructor();
22
+ /** @hidden */
17
23
  ngOnDestroy(): void;
18
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedContentDensityDirective, never>;
19
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedContentDensityDirective, never, never, { "contentDensity": "contentDensity"; }, {}, never, never, false>;
@@ -8,13 +8,18 @@ import * as i0 from "@angular/core";
8
8
  * Directive decorator is only for allowing @Input
9
9
  */
10
10
  export declare class DeprecatedCozyDirective extends BehaviorSubject<ContentDensityMode> implements OnDestroy, ModuleDeprecation {
11
+ /** @deprecated use fdCozy directive instead */
11
12
  set cozy(value: BooleanInput);
13
+ /** @hidden */
12
14
  readonly message: string;
15
+ /** @hidden */
13
16
  readonly alternative: {
14
17
  name: string;
15
18
  link: string[];
16
19
  };
20
+ /** @hidden */
17
21
  constructor(selectorBase: string);
22
+ /** @hidden */
18
23
  ngOnDestroy(): void;
19
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedCozyDirective, never>;
20
25
  static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedCozyDirective, never, never, { "cozy": "cozy"; }, {}, never, never, false>;
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  import * as i1 from "./directives/content-density.directive";
5
5
  import * as i2 from "@angular/common";
6
6
  export declare class ContentDensityModule {
7
+ /** Module with providers */
7
8
  static forRoot(config?: ContentDensityModuleConfig): ModuleWithProviders<ContentDensityModule>;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ContentDensityModule, never>;
9
10
  static ɵmod: i0.ɵɵNgModuleDeclaration<ContentDensityModule, [typeof i1.ContentDensityDirective], [typeof i2.CommonModule], [typeof i1.ContentDensityDirective]>;
@@ -1,2 +1,3 @@
1
1
  import { ContentDensityCallbackFn, ContentDensityObserverTarget } from '../content-density.types';
2
+ /** Content density callback factory */
2
3
  export declare function contentDensityCallbackFactory(consumerConfig: ContentDensityObserverTarget | ContentDensityCallbackFn): ContentDensityCallbackFn;
@@ -7,10 +7,15 @@ export declare class LocalContentDensityStorage implements ContentDensityStorage
7
7
  private _defaultContentDensity;
8
8
  private _storageKey;
9
9
  private _storage;
10
+ /** @hidden */
10
11
  private _update$;
12
+ /** @hidden */
11
13
  constructor(_defaultContentDensity: ContentDensityMode, _storageKey: string, _storage: LocalStorageService);
14
+ /** Content density observable */
12
15
  getContentDensity(): Observable<ContentDensityMode>;
16
+ /** Change content density */
13
17
  setContentDensity(density: ContentDensityMode): Observable<void>;
18
+ /** @hidden */
14
19
  private _initialize;
15
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalContentDensityStorage, never>;
16
21
  static ɵprov: i0.ɵɵInjectableDeclaration<LocalContentDensityStorage>;
@@ -3,9 +3,13 @@ import { ContentDensityStorage } from '../classes/abstract-content-density-stora
3
3
  import { ContentDensityMode } from '../types/content-density.mode';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MemoryContentDensityStorage implements ContentDensityStorage {
6
+ /** @hidden */
6
7
  private _currentContentDensity$;
8
+ /** @hidden */
7
9
  constructor(defaultContentDensity: ContentDensityMode);
10
+ /** Content density observable */
8
11
  getContentDensity(): Observable<ContentDensityMode>;
12
+ /** Change content density */
9
13
  setContentDensity(density: ContentDensityMode): Observable<void>;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MemoryContentDensityStorage, never>;
11
15
  static ɵprov: i0.ɵɵInjectableDeclaration<MemoryContentDensityStorage>;