@fundamental-ngx/core 0.42.0-rc.8 → 0.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (448) hide show
  1. package/alert/alert.component.d.ts +5 -4
  2. package/alert/alert.module.d.ts +2 -1
  3. package/avatar/avatar.component.d.ts +2 -4
  4. package/avatar-group/directives/avatar-group-focusable-avatar.directive.d.ts +2 -6
  5. package/avatar-group/directives/avatar-group-overflow-button.directive.d.ts +2 -4
  6. package/bar/bar.component.d.ts +2 -4
  7. package/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.d.ts +2 -4
  8. package/button/button.component.d.ts +2 -6
  9. package/card/card-content.component.d.ts +2 -4
  10. package/card/card-counter.directive.d.ts +2 -4
  11. package/card/card-header.component.d.ts +2 -4
  12. package/card/card-loader.component.d.ts +2 -4
  13. package/card/card-second-subtitle.directive.d.ts +2 -4
  14. package/card/card-subtitle.directive.d.ts +2 -4
  15. package/card/card-title.directive.d.ts +2 -4
  16. package/card/card.component.d.ts +3 -5
  17. package/card/kpi/card-kpi-analytics-content.directive.d.ts +2 -4
  18. package/card/kpi/card-kpi-analytics-label.directive.d.ts +2 -4
  19. package/card/kpi/card-kpi-analytics.directive.d.ts +2 -4
  20. package/card/kpi/card-kpi-header.component.d.ts +2 -4
  21. package/card/kpi/card-kpi-scale-icon.directive.d.ts +2 -4
  22. package/card/kpi/card-kpi-scale-text.directive.d.ts +2 -4
  23. package/card/kpi/card-kpi-value.directive.d.ts +2 -4
  24. package/combobox/combobox.module.d.ts +2 -1
  25. package/dialog/base/dialog-base.class.d.ts +2 -2
  26. package/dialog/dialog-body/dialog-body.component.d.ts +2 -4
  27. package/dialog/dialog-container/dialog-container.component.d.ts +0 -2
  28. package/dialog/dialog-service/dialog.service.d.ts +4 -0
  29. package/dialog/dialog.component.d.ts +0 -2
  30. package/dynamic-page/dynamic-page-content/dynamic-page-content.component.d.ts +4 -6
  31. package/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.d.ts +2 -4
  32. package/dynamic-side-content/dynamic-side-content.component.d.ts +3 -5
  33. package/esm2020/alert/alert.component.mjs +7 -19
  34. package/esm2020/alert/alert.module.mjs +5 -4
  35. package/esm2020/avatar/avatar.component.mjs +6 -10
  36. package/esm2020/avatar-group/directives/avatar-group-focusable-avatar.directive.mjs +4 -12
  37. package/esm2020/avatar-group/directives/avatar-group-overflow-body.directive.mjs +2 -2
  38. package/esm2020/avatar-group/directives/avatar-group-overflow-button.directive.mjs +3 -7
  39. package/esm2020/bar/bar.component.mjs +3 -7
  40. package/esm2020/breadcrumb/breadcrumb-item.component.mjs +2 -2
  41. package/esm2020/breadcrumb/breadcrumb.component.mjs +2 -2
  42. package/esm2020/busy-indicator/busy-indicator-extended/busy-indicator-extended.directive.mjs +4 -8
  43. package/esm2020/button/button.component.mjs +3 -9
  44. package/esm2020/card/card-content.component.mjs +3 -7
  45. package/esm2020/card/card-counter.directive.mjs +3 -7
  46. package/esm2020/card/card-header.component.mjs +4 -8
  47. package/esm2020/card/card-loader.component.mjs +3 -7
  48. package/esm2020/card/card-second-subtitle.directive.mjs +3 -7
  49. package/esm2020/card/card-subtitle.directive.mjs +3 -7
  50. package/esm2020/card/card-title.directive.mjs +3 -7
  51. package/esm2020/card/card.component.mjs +3 -7
  52. package/esm2020/card/kpi/card-kpi-analytics-content.directive.mjs +3 -7
  53. package/esm2020/card/kpi/card-kpi-analytics-label.directive.mjs +3 -7
  54. package/esm2020/card/kpi/card-kpi-analytics.directive.mjs +3 -7
  55. package/esm2020/card/kpi/card-kpi-header.component.mjs +3 -7
  56. package/esm2020/card/kpi/card-kpi-scale-icon.directive.mjs +3 -7
  57. package/esm2020/card/kpi/card-kpi-scale-text.directive.mjs +3 -7
  58. package/esm2020/card/kpi/card-kpi-value.directive.mjs +3 -7
  59. package/esm2020/checkbox/checkbox/checkbox.component.mjs +5 -5
  60. package/esm2020/combobox/combobox.component.mjs +5 -4
  61. package/esm2020/combobox/combobox.module.mjs +8 -4
  62. package/esm2020/content-density/services/content-density-observer.service.mjs +3 -3
  63. package/esm2020/datetime-picker/datetime-picker.component.mjs +7 -4
  64. package/esm2020/dialog/base/dialog-base.class.mjs +4 -4
  65. package/esm2020/dialog/dialog-body/dialog-body.component.mjs +3 -7
  66. package/esm2020/dialog/dialog-container/dialog-container.component.mjs +1 -5
  67. package/esm2020/dialog/dialog-service/dialog.service.mjs +10 -2
  68. package/esm2020/dialog/dialog.component.mjs +3 -7
  69. package/esm2020/dynamic-page/dynamic-page-content/dynamic-page-content.component.mjs +4 -8
  70. package/esm2020/dynamic-page/dynamic-page-header/actions/dynamic-page-layout-actions.component.mjs +5 -9
  71. package/esm2020/dynamic-side-content/dynamic-side-content.component.mjs +3 -7
  72. package/esm2020/facets/content/facet-content.component.mjs +4 -8
  73. package/esm2020/facets/facet/facet.component.mjs +13 -19
  74. package/esm2020/feed-input/directives/feed-input-avatar.directive.mjs +3 -7
  75. package/esm2020/feed-list-item/components/item/feed-list-item.component.mjs +3 -7
  76. package/esm2020/feed-list-item/components/list/feed-list.component.mjs +3 -7
  77. package/esm2020/form/form-control/form-control.component.mjs +3 -7
  78. package/esm2020/form/form-group/form-group.component.mjs +3 -7
  79. package/esm2020/form/form-message/form-message.component.mjs +3 -7
  80. package/esm2020/grid-list/components/grid-list-item/grid-list-item.component.mjs +3 -3
  81. package/esm2020/icon/icon.component.mjs +3 -7
  82. package/esm2020/illustrated-message/illustrated-message.component.mjs +3 -7
  83. package/esm2020/info-label/info-label.component.mjs +3 -7
  84. package/esm2020/inline-help/inline-help.directive.mjs +26 -15
  85. package/esm2020/input-group/input-group-directives.mjs +6 -14
  86. package/esm2020/input-group/input-group.component.mjs +2 -2
  87. package/esm2020/layout-grid/directives/layout-grid-col.directive.mjs +3 -7
  88. package/esm2020/layout-grid/layout-grid.component.mjs +3 -7
  89. package/esm2020/layout-panel/layout-panel-footer/layout-panel-footer.component.mjs +3 -7
  90. package/esm2020/link/link.component.mjs +9 -13
  91. package/esm2020/list/directives/list-icon.directive.mjs +3 -7
  92. package/esm2020/list/directives/list-navigation-item-text.directive.mjs +3 -7
  93. package/esm2020/list/list-message.directive.mjs +3 -7
  94. package/esm2020/menu/menu-mobile/menu-mobile.component.mjs +2 -2
  95. package/esm2020/message-box/message-box-container/message-box-container.component.mjs +1 -5
  96. package/esm2020/message-box/message-box.component.mjs +1 -5
  97. package/esm2020/message-page/message-page.component.mjs +3 -7
  98. package/esm2020/message-strip/alert/default-config.mjs +11 -0
  99. package/esm2020/message-strip/alert/index.mjs +6 -0
  100. package/esm2020/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +68 -0
  101. package/esm2020/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.mjs +57 -0
  102. package/esm2020/message-strip/alert/message-strip-alert-container-footer/message-strip-alert-container-footer.component.mjs +65 -0
  103. package/esm2020/message-strip/alert/message-strip-alert.position.mjs +2 -0
  104. package/esm2020/message-strip/alert/message-strip-alert.ref.mjs +3 -0
  105. package/esm2020/message-strip/alert/message-strip-alert.service.mjs +195 -0
  106. package/esm2020/message-strip/alert/message-strip-configuration-type.mjs +2 -0
  107. package/esm2020/message-strip/alert/open-message-strip-alert.config.mjs +2 -0
  108. package/esm2020/message-strip/alert/tokens.mjs +14 -0
  109. package/esm2020/message-strip/auto-dismiss-message-strip.directive.mjs +98 -0
  110. package/esm2020/message-strip/fundamental-ngx-core-message-strip.mjs +2 -2
  111. package/esm2020/message-strip/index.mjs +6 -0
  112. package/esm2020/message-strip/message-strip-type.mjs +2 -0
  113. package/esm2020/message-strip/message-strip.component.mjs +16 -20
  114. package/esm2020/message-strip/message-strip.module.mjs +6 -9
  115. package/esm2020/multi-combobox/multi-combobox.component.mjs +6 -6
  116. package/esm2020/multi-input/multi-input.component.mjs +33 -19
  117. package/esm2020/notification/directives/notification-indicator.directive.mjs +3 -7
  118. package/esm2020/notification/notification-group/notification-group.component.mjs +3 -7
  119. package/esm2020/notification/notification-utils/notification-group-base.mjs +2 -2
  120. package/esm2020/object-marker/object-marker.component.mjs +3 -7
  121. package/esm2020/object-number/object-number.component.mjs +3 -7
  122. package/esm2020/object-status/object-status.component.mjs +3 -7
  123. package/esm2020/panel/panel.component.mjs +3 -7
  124. package/esm2020/product-switch/product-switch-body/product-switch-body.component.mjs +1 -1
  125. package/esm2020/radio/radio-button/radio-button.component.mjs +2 -2
  126. package/esm2020/rating-indicator/components/rating-indicator.component.mjs +3 -7
  127. package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.mjs +4 -8
  128. package/esm2020/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.mjs +3 -7
  129. package/esm2020/segmented-button/segmented-button.component.mjs +4 -4
  130. package/esm2020/select/select.component.mjs +3 -3
  131. package/esm2020/slider/slider.component.mjs +3 -7
  132. package/esm2020/status-indicator/status-indicator.component.mjs +4 -8
  133. package/esm2020/table/directives/table-cell.directive.mjs +31 -26
  134. package/esm2020/table/directives/table-icon.directive.mjs +3 -9
  135. package/esm2020/table/directives/table-row.directive.mjs +34 -19
  136. package/esm2020/table/table-wrapper.component.mjs +2 -2
  137. package/esm2020/table/table.component.mjs +1 -1
  138. package/esm2020/tabs/tab-item/tab-item.directive.mjs +3 -7
  139. package/esm2020/tabs/tab-nav/tab-nav.component.mjs +3 -9
  140. package/esm2020/tabs/tab-utils/tab-directives.mjs +3 -9
  141. package/esm2020/tile/directives/numeric-content.directives.mjs +14 -34
  142. package/esm2020/tile/directives/tile.directives.mjs +9 -21
  143. package/esm2020/tile/tile.component.mjs +2 -2
  144. package/esm2020/token/token-input.directive.mjs +3 -7
  145. package/esm2020/token/tokenizer.component.mjs +20 -22
  146. package/esm2020/toolbar/toolbar.component.mjs +2 -2
  147. package/esm2020/tree/components/tree-item/tree-item.component.mjs +1 -1
  148. package/esm2020/tree/models/base-tree-item.class.mjs +2 -6
  149. package/esm2020/tree/tree.component.mjs +3 -7
  150. package/esm2020/upload-collection/upload-collection-item.directive.mjs +2 -2
  151. package/esm2020/wizard/wizard.component.mjs +2 -2
  152. package/facets/content/facet-content.component.d.ts +2 -4
  153. package/facets/facet/facet.component.d.ts +2 -6
  154. package/feed-input/directives/feed-input-avatar.directive.d.ts +2 -4
  155. package/feed-list-item/components/item/feed-list-item.component.d.ts +2 -4
  156. package/feed-list-item/components/list/feed-list.component.d.ts +2 -4
  157. package/fesm2015/fundamental-ngx-core-alert.mjs +48 -58
  158. package/fesm2015/fundamental-ngx-core-alert.mjs.map +1 -1
  159. package/fesm2015/fundamental-ngx-core-avatar-group.mjs +6 -18
  160. package/fesm2015/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  161. package/fesm2015/fundamental-ngx-core-avatar.mjs +5 -9
  162. package/fesm2015/fundamental-ngx-core-avatar.mjs.map +1 -1
  163. package/fesm2015/fundamental-ngx-core-bar.mjs +2 -6
  164. package/fesm2015/fundamental-ngx-core-bar.mjs.map +1 -1
  165. package/fesm2015/fundamental-ngx-core-breadcrumb.mjs +2 -2
  166. package/fesm2015/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  167. package/fesm2015/fundamental-ngx-core-busy-indicator.mjs +3 -7
  168. package/fesm2015/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
  169. package/fesm2015/fundamental-ngx-core-button.mjs +2 -8
  170. package/fesm2015/fundamental-ngx-core-button.mjs.map +1 -1
  171. package/fesm2015/fundamental-ngx-core-card.mjs +31 -91
  172. package/fesm2015/fundamental-ngx-core-card.mjs.map +1 -1
  173. package/fesm2015/fundamental-ngx-core-checkbox.mjs +4 -4
  174. package/fesm2015/fundamental-ngx-core-checkbox.mjs.map +1 -1
  175. package/fesm2015/fundamental-ngx-core-combobox.mjs +10 -5
  176. package/fesm2015/fundamental-ngx-core-combobox.mjs.map +1 -1
  177. package/fesm2015/fundamental-ngx-core-content-density.mjs +2 -2
  178. package/fesm2015/fundamental-ngx-core-content-density.mjs.map +1 -1
  179. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs +6 -3
  180. package/fesm2015/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  181. package/fesm2015/fundamental-ngx-core-dialog.mjs +16 -21
  182. package/fesm2015/fundamental-ngx-core-dialog.mjs.map +1 -1
  183. package/fesm2015/fundamental-ngx-core-dynamic-page.mjs +7 -15
  184. package/fesm2015/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  185. package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs +2 -6
  186. package/fesm2015/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
  187. package/fesm2015/fundamental-ngx-core-facets.mjs +15 -25
  188. package/fesm2015/fundamental-ngx-core-facets.mjs.map +1 -1
  189. package/fesm2015/fundamental-ngx-core-feed-input.mjs +2 -6
  190. package/fesm2015/fundamental-ngx-core-feed-input.mjs.map +1 -1
  191. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs +4 -12
  192. package/fesm2015/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  193. package/fesm2015/fundamental-ngx-core-form.mjs +6 -18
  194. package/fesm2015/fundamental-ngx-core-form.mjs.map +1 -1
  195. package/fesm2015/fundamental-ngx-core-grid-list.mjs +2 -2
  196. package/fesm2015/fundamental-ngx-core-grid-list.mjs.map +1 -1
  197. package/fesm2015/fundamental-ngx-core-icon.mjs +2 -6
  198. package/fesm2015/fundamental-ngx-core-icon.mjs.map +1 -1
  199. package/fesm2015/fundamental-ngx-core-illustrated-message.mjs +2 -6
  200. package/fesm2015/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  201. package/fesm2015/fundamental-ngx-core-info-label.mjs +2 -6
  202. package/fesm2015/fundamental-ngx-core-info-label.mjs.map +1 -1
  203. package/fesm2015/fundamental-ngx-core-inline-help.mjs +24 -13
  204. package/fesm2015/fundamental-ngx-core-inline-help.mjs.map +1 -1
  205. package/fesm2015/fundamental-ngx-core-input-group.mjs +6 -14
  206. package/fesm2015/fundamental-ngx-core-input-group.mjs.map +1 -1
  207. package/fesm2015/fundamental-ngx-core-layout-grid.mjs +4 -12
  208. package/fesm2015/fundamental-ngx-core-layout-grid.mjs.map +1 -1
  209. package/fesm2015/fundamental-ngx-core-layout-panel.mjs +2 -6
  210. package/fesm2015/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  211. package/fesm2015/fundamental-ngx-core-link.mjs +8 -12
  212. package/fesm2015/fundamental-ngx-core-link.mjs.map +1 -1
  213. package/fesm2015/fundamental-ngx-core-list.mjs +6 -18
  214. package/fesm2015/fundamental-ngx-core-list.mjs.map +1 -1
  215. package/fesm2015/fundamental-ngx-core-menu.mjs +1 -1
  216. package/fesm2015/fundamental-ngx-core-menu.mjs.map +1 -1
  217. package/fesm2015/fundamental-ngx-core-message-box.mjs +0 -8
  218. package/fesm2015/fundamental-ngx-core-message-box.mjs.map +1 -1
  219. package/fesm2015/fundamental-ngx-core-message-page.mjs +2 -6
  220. package/fesm2015/fundamental-ngx-core-message-page.mjs.map +1 -1
  221. package/fesm2015/fundamental-ngx-core-message-strip.mjs +488 -28
  222. package/fesm2015/fundamental-ngx-core-message-strip.mjs.map +1 -1
  223. package/fesm2015/fundamental-ngx-core-multi-combobox.mjs +5 -5
  224. package/fesm2015/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  225. package/fesm2015/fundamental-ngx-core-multi-input.mjs +33 -17
  226. package/fesm2015/fundamental-ngx-core-multi-input.mjs.map +1 -1
  227. package/fesm2015/fundamental-ngx-core-notification.mjs +5 -13
  228. package/fesm2015/fundamental-ngx-core-notification.mjs.map +1 -1
  229. package/fesm2015/fundamental-ngx-core-object-marker.mjs +2 -6
  230. package/fesm2015/fundamental-ngx-core-object-marker.mjs.map +1 -1
  231. package/fesm2015/fundamental-ngx-core-object-number.mjs +2 -6
  232. package/fesm2015/fundamental-ngx-core-object-number.mjs.map +1 -1
  233. package/fesm2015/fundamental-ngx-core-object-status.mjs +2 -6
  234. package/fesm2015/fundamental-ngx-core-object-status.mjs.map +1 -1
  235. package/fesm2015/fundamental-ngx-core-panel.mjs +2 -6
  236. package/fesm2015/fundamental-ngx-core-panel.mjs.map +1 -1
  237. package/fesm2015/fundamental-ngx-core-product-switch.mjs +1 -1
  238. package/fesm2015/fundamental-ngx-core-product-switch.mjs.map +1 -1
  239. package/fesm2015/fundamental-ngx-core-radio.mjs +1 -1
  240. package/fesm2015/fundamental-ngx-core-radio.mjs.map +1 -1
  241. package/fesm2015/fundamental-ngx-core-rating-indicator.mjs +2 -6
  242. package/fesm2015/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  243. package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs +5 -13
  244. package/fesm2015/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  245. package/fesm2015/fundamental-ngx-core-segmented-button.mjs +3 -3
  246. package/fesm2015/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  247. package/fesm2015/fundamental-ngx-core-select.mjs +2 -2
  248. package/fesm2015/fundamental-ngx-core-select.mjs.map +1 -1
  249. package/fesm2015/fundamental-ngx-core-slider.mjs +2 -6
  250. package/fesm2015/fundamental-ngx-core-slider.mjs.map +1 -1
  251. package/fesm2015/fundamental-ngx-core-status-indicator.mjs +3 -7
  252. package/fesm2015/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  253. package/fesm2015/fundamental-ngx-core-table.mjs +64 -48
  254. package/fesm2015/fundamental-ngx-core-table.mjs.map +1 -1
  255. package/fesm2015/fundamental-ngx-core-tabs.mjs +6 -22
  256. package/fesm2015/fundamental-ngx-core-tabs.mjs.map +1 -1
  257. package/fesm2015/fundamental-ngx-core-tile.mjs +22 -54
  258. package/fesm2015/fundamental-ngx-core-tile.mjs.map +1 -1
  259. package/fesm2015/fundamental-ngx-core-token.mjs +22 -28
  260. package/fesm2015/fundamental-ngx-core-token.mjs.map +1 -1
  261. package/fesm2015/fundamental-ngx-core-toolbar.mjs +1 -1
  262. package/fesm2015/fundamental-ngx-core-toolbar.mjs.map +1 -1
  263. package/fesm2015/fundamental-ngx-core-tree.mjs +3 -11
  264. package/fesm2015/fundamental-ngx-core-tree.mjs.map +1 -1
  265. package/fesm2015/fundamental-ngx-core-upload-collection.mjs +1 -1
  266. package/fesm2015/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  267. package/fesm2015/fundamental-ngx-core-wizard.mjs +1 -1
  268. package/fesm2015/fundamental-ngx-core-wizard.mjs.map +1 -1
  269. package/fesm2020/fundamental-ngx-core-alert.mjs +48 -58
  270. package/fesm2020/fundamental-ngx-core-alert.mjs.map +1 -1
  271. package/fesm2020/fundamental-ngx-core-avatar-group.mjs +6 -18
  272. package/fesm2020/fundamental-ngx-core-avatar-group.mjs.map +1 -1
  273. package/fesm2020/fundamental-ngx-core-avatar.mjs +5 -9
  274. package/fesm2020/fundamental-ngx-core-avatar.mjs.map +1 -1
  275. package/fesm2020/fundamental-ngx-core-bar.mjs +2 -6
  276. package/fesm2020/fundamental-ngx-core-bar.mjs.map +1 -1
  277. package/fesm2020/fundamental-ngx-core-breadcrumb.mjs +2 -2
  278. package/fesm2020/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  279. package/fesm2020/fundamental-ngx-core-busy-indicator.mjs +3 -7
  280. package/fesm2020/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
  281. package/fesm2020/fundamental-ngx-core-button.mjs +2 -8
  282. package/fesm2020/fundamental-ngx-core-button.mjs.map +1 -1
  283. package/fesm2020/fundamental-ngx-core-card.mjs +31 -91
  284. package/fesm2020/fundamental-ngx-core-card.mjs.map +1 -1
  285. package/fesm2020/fundamental-ngx-core-checkbox.mjs +4 -4
  286. package/fesm2020/fundamental-ngx-core-checkbox.mjs.map +1 -1
  287. package/fesm2020/fundamental-ngx-core-combobox.mjs +10 -5
  288. package/fesm2020/fundamental-ngx-core-combobox.mjs.map +1 -1
  289. package/fesm2020/fundamental-ngx-core-content-density.mjs +2 -2
  290. package/fesm2020/fundamental-ngx-core-content-density.mjs.map +1 -1
  291. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs +6 -3
  292. package/fesm2020/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  293. package/fesm2020/fundamental-ngx-core-dialog.mjs +16 -21
  294. package/fesm2020/fundamental-ngx-core-dialog.mjs.map +1 -1
  295. package/fesm2020/fundamental-ngx-core-dynamic-page.mjs +7 -15
  296. package/fesm2020/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  297. package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs +2 -6
  298. package/fesm2020/fundamental-ngx-core-dynamic-side-content.mjs.map +1 -1
  299. package/fesm2020/fundamental-ngx-core-facets.mjs +15 -25
  300. package/fesm2020/fundamental-ngx-core-facets.mjs.map +1 -1
  301. package/fesm2020/fundamental-ngx-core-feed-input.mjs +2 -6
  302. package/fesm2020/fundamental-ngx-core-feed-input.mjs.map +1 -1
  303. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs +4 -12
  304. package/fesm2020/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  305. package/fesm2020/fundamental-ngx-core-form.mjs +6 -18
  306. package/fesm2020/fundamental-ngx-core-form.mjs.map +1 -1
  307. package/fesm2020/fundamental-ngx-core-grid-list.mjs +2 -2
  308. package/fesm2020/fundamental-ngx-core-grid-list.mjs.map +1 -1
  309. package/fesm2020/fundamental-ngx-core-icon.mjs +2 -6
  310. package/fesm2020/fundamental-ngx-core-icon.mjs.map +1 -1
  311. package/fesm2020/fundamental-ngx-core-illustrated-message.mjs +2 -6
  312. package/fesm2020/fundamental-ngx-core-illustrated-message.mjs.map +1 -1
  313. package/fesm2020/fundamental-ngx-core-info-label.mjs +2 -6
  314. package/fesm2020/fundamental-ngx-core-info-label.mjs.map +1 -1
  315. package/fesm2020/fundamental-ngx-core-inline-help.mjs +24 -13
  316. package/fesm2020/fundamental-ngx-core-inline-help.mjs.map +1 -1
  317. package/fesm2020/fundamental-ngx-core-input-group.mjs +6 -14
  318. package/fesm2020/fundamental-ngx-core-input-group.mjs.map +1 -1
  319. package/fesm2020/fundamental-ngx-core-layout-grid.mjs +4 -12
  320. package/fesm2020/fundamental-ngx-core-layout-grid.mjs.map +1 -1
  321. package/fesm2020/fundamental-ngx-core-layout-panel.mjs +2 -6
  322. package/fesm2020/fundamental-ngx-core-layout-panel.mjs.map +1 -1
  323. package/fesm2020/fundamental-ngx-core-link.mjs +8 -12
  324. package/fesm2020/fundamental-ngx-core-link.mjs.map +1 -1
  325. package/fesm2020/fundamental-ngx-core-list.mjs +6 -18
  326. package/fesm2020/fundamental-ngx-core-list.mjs.map +1 -1
  327. package/fesm2020/fundamental-ngx-core-menu.mjs +1 -1
  328. package/fesm2020/fundamental-ngx-core-menu.mjs.map +1 -1
  329. package/fesm2020/fundamental-ngx-core-message-box.mjs +0 -8
  330. package/fesm2020/fundamental-ngx-core-message-box.mjs.map +1 -1
  331. package/fesm2020/fundamental-ngx-core-message-page.mjs +2 -6
  332. package/fesm2020/fundamental-ngx-core-message-page.mjs.map +1 -1
  333. package/fesm2020/fundamental-ngx-core-message-strip.mjs +493 -28
  334. package/fesm2020/fundamental-ngx-core-message-strip.mjs.map +1 -1
  335. package/fesm2020/fundamental-ngx-core-multi-combobox.mjs +5 -5
  336. package/fesm2020/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  337. package/fesm2020/fundamental-ngx-core-multi-input.mjs +31 -17
  338. package/fesm2020/fundamental-ngx-core-multi-input.mjs.map +1 -1
  339. package/fesm2020/fundamental-ngx-core-notification.mjs +5 -13
  340. package/fesm2020/fundamental-ngx-core-notification.mjs.map +1 -1
  341. package/fesm2020/fundamental-ngx-core-object-marker.mjs +2 -6
  342. package/fesm2020/fundamental-ngx-core-object-marker.mjs.map +1 -1
  343. package/fesm2020/fundamental-ngx-core-object-number.mjs +2 -6
  344. package/fesm2020/fundamental-ngx-core-object-number.mjs.map +1 -1
  345. package/fesm2020/fundamental-ngx-core-object-status.mjs +2 -6
  346. package/fesm2020/fundamental-ngx-core-object-status.mjs.map +1 -1
  347. package/fesm2020/fundamental-ngx-core-panel.mjs +2 -6
  348. package/fesm2020/fundamental-ngx-core-panel.mjs.map +1 -1
  349. package/fesm2020/fundamental-ngx-core-product-switch.mjs +1 -1
  350. package/fesm2020/fundamental-ngx-core-product-switch.mjs.map +1 -1
  351. package/fesm2020/fundamental-ngx-core-radio.mjs +1 -1
  352. package/fesm2020/fundamental-ngx-core-radio.mjs.map +1 -1
  353. package/fesm2020/fundamental-ngx-core-rating-indicator.mjs +2 -6
  354. package/fesm2020/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  355. package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs +5 -13
  356. package/fesm2020/fundamental-ngx-core-resizable-card-layout.mjs.map +1 -1
  357. package/fesm2020/fundamental-ngx-core-segmented-button.mjs +3 -3
  358. package/fesm2020/fundamental-ngx-core-segmented-button.mjs.map +1 -1
  359. package/fesm2020/fundamental-ngx-core-select.mjs +2 -2
  360. package/fesm2020/fundamental-ngx-core-select.mjs.map +1 -1
  361. package/fesm2020/fundamental-ngx-core-slider.mjs +2 -6
  362. package/fesm2020/fundamental-ngx-core-slider.mjs.map +1 -1
  363. package/fesm2020/fundamental-ngx-core-status-indicator.mjs +3 -7
  364. package/fesm2020/fundamental-ngx-core-status-indicator.mjs.map +1 -1
  365. package/fesm2020/fundamental-ngx-core-table.mjs +64 -48
  366. package/fesm2020/fundamental-ngx-core-table.mjs.map +1 -1
  367. package/fesm2020/fundamental-ngx-core-tabs.mjs +6 -22
  368. package/fesm2020/fundamental-ngx-core-tabs.mjs.map +1 -1
  369. package/fesm2020/fundamental-ngx-core-tile.mjs +22 -54
  370. package/fesm2020/fundamental-ngx-core-tile.mjs.map +1 -1
  371. package/fesm2020/fundamental-ngx-core-token.mjs +21 -27
  372. package/fesm2020/fundamental-ngx-core-token.mjs.map +1 -1
  373. package/fesm2020/fundamental-ngx-core-toolbar.mjs +1 -1
  374. package/fesm2020/fundamental-ngx-core-toolbar.mjs.map +1 -1
  375. package/fesm2020/fundamental-ngx-core-tree.mjs +3 -11
  376. package/fesm2020/fundamental-ngx-core-tree.mjs.map +1 -1
  377. package/fesm2020/fundamental-ngx-core-upload-collection.mjs +1 -1
  378. package/fesm2020/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  379. package/fesm2020/fundamental-ngx-core-wizard.mjs +1 -1
  380. package/fesm2020/fundamental-ngx-core-wizard.mjs.map +1 -1
  381. package/form/form-control/form-control.component.d.ts +2 -4
  382. package/form/form-group/form-group.component.d.ts +2 -4
  383. package/form/form-message/form-message.component.d.ts +2 -4
  384. package/fundamental-ngx-core-v0.42.0.tgz +0 -0
  385. package/icon/icon.component.d.ts +2 -4
  386. package/illustrated-message/illustrated-message.component.d.ts +2 -4
  387. package/info-label/info-label.component.d.ts +2 -4
  388. package/inline-help/inline-help.directive.d.ts +9 -3
  389. package/input-group/input-group-directives.d.ts +5 -9
  390. package/layout-grid/directives/layout-grid-col.directive.d.ts +2 -4
  391. package/layout-grid/layout-grid.component.d.ts +2 -4
  392. package/layout-panel/layout-panel-footer/layout-panel-footer.component.d.ts +4 -6
  393. package/link/link.component.d.ts +2 -4
  394. package/list/directives/list-icon.directive.d.ts +4 -5
  395. package/list/directives/list-navigation-item-text.directive.d.ts +2 -4
  396. package/list/list-message.directive.d.ts +2 -4
  397. package/message-box/message-box-container/message-box-container.component.d.ts +0 -2
  398. package/message-box/message-box.component.d.ts +0 -2
  399. package/message-page/message-page.component.d.ts +2 -4
  400. package/message-strip/alert/default-config.d.ts +5 -0
  401. package/message-strip/alert/index.d.ts +9 -0
  402. package/message-strip/alert/message-strip-alert/message-strip-alert.component.d.ts +52 -0
  403. package/message-strip/alert/message-strip-alert-container/message-strip-alert-container.component.d.ts +28 -0
  404. package/message-strip/alert/message-strip-alert-container-footer/message-strip-alert-container-footer.component.d.ts +36 -0
  405. package/message-strip/alert/message-strip-alert.position.d.ts +3 -0
  406. package/message-strip/alert/message-strip-alert.ref.d.ts +14 -0
  407. package/message-strip/alert/message-strip-alert.service.d.ts +52 -0
  408. package/message-strip/alert/message-strip-configuration-type.d.ts +15 -0
  409. package/message-strip/alert/open-message-strip-alert.config.d.ts +22 -0
  410. package/message-strip/alert/tokens.d.ts +20 -0
  411. package/message-strip/auto-dismiss-message-strip.directive.d.ts +35 -0
  412. package/message-strip/index.d.ts +5 -5
  413. package/message-strip/message-strip-type.d.ts +2 -0
  414. package/message-strip/message-strip.component.d.ts +7 -9
  415. package/message-strip/message-strip.module.d.ts +2 -4
  416. package/multi-combobox/multi-combobox.component.d.ts +1 -1
  417. package/multi-input/multi-input.component.d.ts +10 -6
  418. package/notification/directives/notification-indicator.directive.d.ts +2 -4
  419. package/notification/notification-group/notification-group.component.d.ts +2 -4
  420. package/object-marker/object-marker.component.d.ts +2 -4
  421. package/object-number/object-number.component.d.ts +2 -4
  422. package/object-status/object-status.component.d.ts +2 -4
  423. package/package.json +3 -3
  424. package/panel/panel.component.d.ts +2 -4
  425. package/radio/radio-button/radio-button.component.d.ts +1 -1
  426. package/rating-indicator/components/rating-indicator.component.d.ts +2 -4
  427. package/resizable-card-layout/resizable-card-layout/resizable-card-item/resizable-card-item.component.d.ts +2 -4
  428. package/resizable-card-layout/resizable-card-layout/resizable-card-layout.component.d.ts +2 -4
  429. package/schematics/add-dependencies/index.js +4 -4
  430. package/slider/slider.component.d.ts +2 -4
  431. package/status-indicator/status-indicator.component.d.ts +2 -4
  432. package/table/directives/table-cell.directive.d.ts +6 -12
  433. package/table/directives/table-icon.directive.d.ts +2 -6
  434. package/table/directives/table-row.directive.d.ts +10 -10
  435. package/tabs/tab-item/tab-item.directive.d.ts +2 -4
  436. package/tabs/tab-nav/tab-nav.component.d.ts +4 -8
  437. package/tabs/tab-utils/tab-directives.d.ts +2 -6
  438. package/tile/directives/numeric-content.directives.d.ts +10 -20
  439. package/tile/directives/tile.directives.d.ts +6 -12
  440. package/tile/tile.component.d.ts +1 -1
  441. package/token/token-input.directive.d.ts +2 -4
  442. package/token/tokenizer.component.d.ts +2 -4
  443. package/toolbar/toolbar.component.d.ts +1 -1
  444. package/tree/models/base-tree-item.class.d.ts +1 -3
  445. package/tree/tree.component.d.ts +1 -3
  446. package/esm2020/message-strip/public_api.mjs +0 -3
  447. package/fundamental-ngx-core-v0.42.0-rc.8.tgz +0 -0
  448. package/message-strip/public_api.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { OnInit, ElementRef, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, Type, AfterViewInit, ViewContainerRef, TemplateRef, EmbeddedViewRef, EventEmitter, NgZone } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ComponentFactoryResolver, ComponentRef, ElementRef, EmbeddedViewRef, EventEmitter, NgZone, OnInit, TemplateRef, Type, ViewContainerRef } from '@angular/core';
2
2
  import { AbstractFdNgxClass, Nullable } from '@fundamental-ngx/cdk/utils';
3
3
  import { AlertRef } from './alert-utils/alert-ref';
4
4
  import { AlertConfig } from './alert-utils/alert-config';
5
+ import { MessageStripType } from '@fundamental-ngx/core/message-strip';
5
6
  import * as i0 from "@angular/core";
6
7
  /**
7
8
  * @deprecated
8
- * Alert component is depricated since version 0.16.0
9
+ * Alert component is deprecated since version 0.16.0
9
10
  * Message Strip component should be used instead.
10
11
  *
11
12
  * The component that represents an alert. It can be only be used inline.
@@ -23,7 +24,7 @@ export declare class AlertComponent extends AbstractFdNgxClass implements OnInit
23
24
  /** Whether the alert is dismissible. */
24
25
  dismissible: boolean;
25
26
  /** The type of the alert. Can be one of *warning*, *success*, *information*, *error* or null. */
26
- type: string;
27
+ type: MessageStripType;
27
28
  /** Id for the alert component. If omitted, a unique one is generated. */
28
29
  id: string;
29
30
  /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
@@ -43,7 +44,7 @@ export declare class AlertComponent extends AbstractFdNgxClass implements OnInit
43
44
  /** Alternative way of passing in a message to the alert. */
44
45
  message: string;
45
46
  /** Event fired when the alert is dismissed. */
46
- onDismiss: EventEmitter<undefined>;
47
+ onDismiss: EventEmitter<void>;
47
48
  /** @hidden */
48
49
  mouseInAlert: boolean;
49
50
  /** @hidden */
@@ -3,6 +3,7 @@ import * as i1 from "./alert.component";
3
3
  import * as i2 from "./alert-utils/alert-container.component";
4
4
  import * as i3 from "@angular/common";
5
5
  import * as i4 from "@fundamental-ngx/core/button";
6
+ import * as i5 from "@fundamental-ngx/core/message-strip";
6
7
  /**
7
8
  * @deprecated
8
9
  * Alert component is depricated since version 0.16.0
@@ -10,6 +11,6 @@ import * as i4 from "@fundamental-ngx/core/button";
10
11
  */
11
12
  export declare class AlertModule {
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<AlertModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertContainerComponent], [typeof i3.CommonModule, typeof i4.ButtonModule], [typeof i1.AlertComponent, typeof i2.AlertContainerComponent]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AlertModule, [typeof i1.AlertComponent, typeof i2.AlertContainerComponent], [typeof i3.CommonModule, typeof i4.ButtonModule, typeof i5.MessageStripComponent], [typeof i1.AlertComponent, typeof i2.AlertContainerComponent]>;
14
15
  static ɵinj: i0.ɵɵInjectorDeclaration<AlertModule>;
15
16
  }
@@ -3,7 +3,7 @@ import { ColorAccent, Size, CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import { Nullable } from '@fundamental-ngx/cdk/utils';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuilder, OnChanges {
6
- private readonly _elementRef;
6
+ readonly elementRef: ElementRef;
7
7
  private readonly _cdr;
8
8
  private readonly _renderer;
9
9
  private hostTabindex;
@@ -91,7 +91,7 @@ export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuild
91
91
  /** If a default placeholder should be displayed */
92
92
  get showDefault(): boolean;
93
93
  /** @hidden */
94
- constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _renderer: Renderer2, hostTabindex: number | null);
94
+ constructor(elementRef: ElementRef, _cdr: ChangeDetectorRef, _renderer: Renderer2, hostTabindex: number | null);
95
95
  /** @hidden */
96
96
  ngOnInit(): void;
97
97
  /** @hidden */
@@ -103,8 +103,6 @@ export declare class AvatarComponent implements OnChanges, OnInit, CssClassBuild
103
103
  */
104
104
  buildComponentCssClass(): string[];
105
105
  /** @hidden */
106
- elementRef(): ElementRef<any>;
107
- /** @hidden */
108
106
  _onClick(event: Event): void;
109
107
  /** @hidden */
110
108
  zoomClicked(event: Event): void;
@@ -4,16 +4,12 @@ import { HasElementRef } from '@fundamental-ngx/cdk/utils';
4
4
  import { AvatarGroupInterface } from '../avatar-group.interface';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AvatarGroupFocusableAvatarDirective implements FocusableOption, HasElementRef {
7
- private readonly _elementRef;
7
+ readonly elementRef: ElementRef<HTMLElement>;
8
8
  private readonly _component;
9
9
  /** Tabindex of the Avatar. */
10
10
  tabindex: number;
11
11
  /** @hidden */
12
- constructor(_elementRef: ElementRef<HTMLElement>, _component: AvatarGroupInterface);
13
- /** @hidden */
14
- elementRef(): ElementRef;
15
- /** @hidden */
16
- get _element(): HTMLElement;
12
+ constructor(elementRef: ElementRef<HTMLElement>, _component: AvatarGroupInterface);
17
13
  /** Handler for mouse events */
18
14
  onClick(): void;
19
15
  /** @hidden */
@@ -4,7 +4,7 @@ import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
4
4
  import { AvatarGroupOverflowButtonColor } from '../avatar-group.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnChanges, CssClassBuilder {
7
- private readonly _elementRef;
7
+ readonly elementRef: ElementRef;
8
8
  /** User's custom classes. */
9
9
  class: string;
10
10
  /** The size of the overflow button.
@@ -15,7 +15,7 @@ export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnCha
15
15
  * Options include: *neutral*, *random*, *1*, *2*, *3*, *4*, *5*, *6*, *7*, *8*, *9*, *10* (default: *neutral*). */
16
16
  color: AvatarGroupOverflowButtonColor;
17
17
  /** @hidden */
18
- constructor(_elementRef: ElementRef);
18
+ constructor(elementRef: ElementRef);
19
19
  /** @hidden */
20
20
  ngOnInit(): void;
21
21
  /** @hidden */
@@ -23,8 +23,6 @@ export declare class AvatarGroupOverflowButtonDirective implements OnInit, OnCha
23
23
  /** @hidden */
24
24
  buildComponentCssClass(): string[];
25
25
  /** @hidden */
26
- elementRef(): ElementRef<HTMLElement>;
27
- /** @hidden */
28
26
  private _getMoreButtonColorCssClass;
29
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupOverflowButtonDirective, never>;
30
28
  static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarGroupOverflowButtonDirective, "[fd-avatar-group-overflow-button]", never, { "class": "class"; "size": "size"; "color": "color"; }, {}, never, never, false, never>;
@@ -10,7 +10,7 @@ export type BarDesignType = 'header' | 'subheader' | 'header-with-subheader' | '
10
10
  * The Bar has 2 modes - Desktop (default) and Tablet/Mobile (cozy).
11
11
  */
12
12
  export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
13
- private _elementRef;
13
+ readonly elementRef: ElementRef;
14
14
  private _contentDensityObserver;
15
15
  /** user's custom classes */
16
16
  class: string;
@@ -29,7 +29,7 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
29
29
  /** @hidden */
30
30
  private _subscriptions;
31
31
  /** @hidden */
32
- constructor(_elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver);
32
+ constructor(elementRef: ElementRef, _contentDensityObserver: ContentDensityObserver);
33
33
  /** @hidden */
34
34
  ngOnInit(): void;
35
35
  /** @hidden */
@@ -42,8 +42,6 @@ export declare class BarComponent implements OnChanges, OnInit, CssClassBuilder,
42
42
  * function is responsible for order which css classes are applied
43
43
  */
44
44
  buildComponentCssClass(): string[];
45
- /** @hidden */
46
- elementRef(): ElementRef<any>;
47
45
  static ɵfac: i0.ɵɵFactoryDeclaration<BarComponent, never>;
48
46
  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, never>;
49
47
  }
@@ -2,16 +2,14 @@ import { AfterContentInit, ElementRef } from '@angular/core';
2
2
  import { BusyIndicatorComponent } from '../busy-indicator.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class BusyIndicatorExtendedDirective implements AfterContentInit {
5
- private _eleRef;
5
+ readonly elementRef: ElementRef;
6
6
  /** @hidden */
7
7
  busyIndicator: BusyIndicatorComponent;
8
8
  /** @hidden */
9
- constructor(_eleRef: ElementRef);
9
+ constructor(elementRef: ElementRef);
10
10
  /** @hidden */
11
11
  ngAfterContentInit(): void;
12
12
  /** @hidden */
13
- elementRef(): ElementRef<HTMLElement>;
14
- /** @hidden */
15
13
  private _appendCssToParent;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BusyIndicatorExtendedDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<BusyIndicatorExtendedDirective, "[fd-busy-indicator-extended]", never, {}, {}, ["busyIndicator"], never, false, never>;
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
14
14
  * ```
15
15
  */
16
16
  export declare class ButtonComponent extends BaseButton implements OnChanges, CssClassBuilder, OnInit, OnDestroy {
17
- private _elementRef;
17
+ readonly elementRef: ElementRef;
18
18
  private _changeDetectorRef;
19
19
  private _contentDensityObserver;
20
20
  /** The property allows user to pass additional css classes. */
@@ -31,7 +31,7 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
31
31
  /** Forces the focus outline around the button, which is not default behavior in Safari. */
32
32
  clicked(event: MouseEvent): void;
33
33
  /** @hidden */
34
- constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver);
34
+ constructor(elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _contentDensityObserver: ContentDensityObserver);
35
35
  /** Function runs when component is initialized
36
36
  * function should build component css class
37
37
  * function should build css style
@@ -47,10 +47,6 @@ export declare class ButtonComponent extends BaseButton implements OnChanges, Cs
47
47
  * function is responsible for order which css classes are applied
48
48
  */
49
49
  buildComponentCssClass(): string[];
50
- /** HasElementRef interface implementation
51
- * function used by applyCssClass and applyCssStyle decorators
52
- */
53
- elementRef(): ElementRef<HTMLButtonElement | HTMLAnchorElement>;
54
50
  /** @hidden */
55
51
  detectChanges(): void;
56
52
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardContentComponent implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardContentComponent, never>;
17
15
  static ɵcmp: i0.ɵɵComponentDeclaration<CardContentComponent, "fd-card-content", never, {}, {}, never, ["*"], false, never>;
18
16
  }
@@ -3,7 +3,7 @@ import { ObjectStatus } from '@fundamental-ngx/core/object-status';
3
3
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class CardCounterDirective implements OnInit, OnChanges, CssClassBuilder {
6
- private _elementRef;
6
+ readonly elementRef: ElementRef<HTMLElement>;
7
7
  /**
8
8
  * The status represented by the Object Status.
9
9
  * Can be one of the following: 'negative' | 'critical' | 'positive' | 'informative'
@@ -12,15 +12,13 @@ export declare class CardCounterDirective implements OnInit, OnChanges, CssClass
12
12
  /** @hidden */
13
13
  class: string;
14
14
  /** @hidden */
15
- constructor(_elementRef: ElementRef<HTMLElement>);
15
+ constructor(elementRef: ElementRef<HTMLElement>);
16
16
  /** @hidden */
17
17
  ngOnChanges(): void;
18
18
  /** @hidden */
19
19
  ngOnInit(): void;
20
20
  /** @hidden */
21
21
  buildComponentCssClass(): string[];
22
- /** @hidden */
23
- elementRef(): ElementRef<any>;
24
22
  static ɵfac: i0.ɵɵFactoryDeclaration<CardCounterDirective, never>;
25
23
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardCounterDirective, "[fd-card-counter]", never, { "status": "status"; }, {}, never, never, false, never>;
26
24
  }
@@ -4,7 +4,7 @@ import { CardSubtitleDirective } from './card-subtitle.directive';
4
4
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassBuilder, AfterContentInit {
7
- private _elementRef;
7
+ readonly elementRef: ElementRef<HTMLElement>;
8
8
  private renderer;
9
9
  /** Whether card header is interactive */
10
10
  interactive: boolean;
@@ -20,7 +20,7 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
20
20
  /** @hidden */
21
21
  _subtitle: CardSubtitleDirective;
22
22
  /** @hidden */
23
- constructor(_elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
23
+ constructor(elementRef: ElementRef<HTMLElement>, renderer: Renderer2);
24
24
  /** @hidden */
25
25
  ngOnInit(): void;
26
26
  /** @hidden */
@@ -29,8 +29,6 @@ export declare class CardHeaderComponent implements OnInit, OnChanges, CssClassB
29
29
  ngOnChanges(): void;
30
30
  /** @hidden */
31
31
  buildComponentCssClass(): string[];
32
- /** @hidden */
33
- elementRef(): ElementRef<any>;
34
32
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
35
33
  static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "fd-card-header", never, { "interactive": "interactive"; "tabindex": "tabindex"; }, {}, ["_avatar", "_subtitle"], ["*", "fd-avatar", "[fd-card-title]", "[fd-card-counter]", "[fd-card-subtitle]", "fd-card-kpi-header", "[fd-card-second-subtitle]"], false, never>;
36
34
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardLoaderComponent implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardLoaderComponent, never>;
17
15
  static ɵcmp: i0.ɵɵComponentDeclaration<CardLoaderComponent, "fd-card-loader", never, {}, {}, never, ["*"], false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardSecondSubtitleDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSecondSubtitleDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardSecondSubtitleDirective, "[fd-card-second-subtitle]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardSubtitleDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[fd-card-subtitle]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardTitleDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[fd-card-title]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -4,8 +4,8 @@ import { CardType } from './constants';
4
4
  import { ContentDensityObserver } from '@fundamental-ngx/core/content-density';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder, OnDestroy {
7
- private _elementRef;
8
- private _contentDensityObserver;
7
+ readonly elementRef: ElementRef<HTMLElement>;
8
+ private readonly _contentDensityObserver;
9
9
  /** Badge */
10
10
  badge: string;
11
11
  /** Indicates when card should show a loader */
@@ -24,7 +24,7 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
24
24
  /** @hidden */
25
25
  private _subscriptions;
26
26
  /** @hidden */
27
- constructor(_elementRef: ElementRef<HTMLElement>, _contentDensityObserver: ContentDensityObserver);
27
+ constructor(elementRef: ElementRef<HTMLElement>, _contentDensityObserver: ContentDensityObserver);
28
28
  /** @hidden */
29
29
  ngOnChanges(): void;
30
30
  /** @hidden */
@@ -33,8 +33,6 @@ export declare class CardComponent implements OnChanges, OnInit, CssClassBuilder
33
33
  ngOnDestroy(): void;
34
34
  /** @hidden */
35
35
  buildComponentCssClass(): string[];
36
- /** @hidden */
37
- elementRef(): ElementRef<any>;
38
36
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
39
37
  static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "fd-card", never, { "badge": "badge"; "isLoading": "isLoading"; "cardType": "cardType"; "id": "id"; "role": "role"; }, {}, never, ["*", "fd-card-footer", "fd-card-loader"], false, never>;
40
38
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiAnalyticsContentDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsContentDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsContentDirective, "[fd-card-kpi-analytics-content]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiAnalyticsLabelDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsLabelDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsLabelDirective, "[fd-card-kpi-analytics-label]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiAnalyticsDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiAnalyticsDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiAnalyticsDirective, "[fd-card-kpi-analytics]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiHeaderComponent implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiHeaderComponent, never>;
17
15
  static ɵcmp: i0.ɵɵComponentDeclaration<CardKpiHeaderComponent, "fd-card-kpi-header", never, {}, {}, never, ["[fd-card-kpi-value]", "[fd-card-kpi-scale-icon]", "[fd-card-kpi-scale-text]", "[fd-card-kpi-analytics]"], false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiScaleIconDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleIconDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleIconDirective, "[fd-card-kpi-scale-icon]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -2,17 +2,15 @@ import { OnInit, ElementRef } from '@angular/core';
2
2
  import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardKpiScaleTextDirective implements OnInit, CssClassBuilder {
5
- private _elementRef;
5
+ readonly elementRef: ElementRef<HTMLElement>;
6
6
  /** @hidden */
7
7
  class: string;
8
8
  /** @hidden */
9
- constructor(_elementRef: ElementRef<HTMLElement>);
9
+ constructor(elementRef: ElementRef<HTMLElement>);
10
10
  /** @hidden */
11
11
  ngOnInit(): void;
12
12
  /** @hidden */
13
13
  buildComponentCssClass(): string[];
14
- /** @hidden */
15
- elementRef(): ElementRef<any>;
16
14
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiScaleTextDirective, never>;
17
15
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiScaleTextDirective, "[fd-card-kpi-scale-text]", never, {}, {}, never, never, false, never>;
18
16
  }
@@ -3,19 +3,17 @@ import { CssClassBuilder } from '@fundamental-ngx/cdk/utils';
3
3
  import * as i0 from "@angular/core";
4
4
  export type KpiStatus = 'positive' | 'negative' | 'critical' | 'informative';
5
5
  export declare class CardKpiValueDirective implements OnInit, CssClassBuilder {
6
- private _elementRef;
6
+ readonly elementRef: ElementRef<HTMLElement>;
7
7
  /** @hidden */
8
8
  class: string;
9
9
  /** Set type of KPI value. eg: 'positive', 'negative', 'critical', 'informative' */
10
10
  status: KpiStatus;
11
11
  /** @hidden */
12
- constructor(_elementRef: ElementRef<HTMLElement>);
12
+ constructor(elementRef: ElementRef<HTMLElement>);
13
13
  /** @hidden */
14
14
  ngOnInit(): void;
15
15
  /** @hidden */
16
16
  buildComponentCssClass(): string[];
17
- /** @hidden */
18
- elementRef(): ElementRef<any>;
19
17
  static ɵfac: i0.ɵɵFactoryDeclaration<CardKpiValueDirective, never>;
20
18
  static ɵdir: i0.ɵɵDirectiveDeclaration<CardKpiValueDirective, "[fd-card-kpi-value]", never, { "status": "status"; }, {}, never, never, false, never>;
21
19
  }
@@ -12,8 +12,9 @@ import * as i10 from "@fundamental-ngx/core/input-group";
12
12
  import * as i11 from "@fundamental-ngx/core/list";
13
13
  import * as i12 from "@fundamental-ngx/core/icon";
14
14
  import * as i13 from "@fundamental-ngx/core/content-density";
15
+ import * as i14 from "@fundamental-ngx/i18n";
15
16
  export declare class ComboboxModule {
16
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComboboxModule, [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective], [typeof i4.CommonModule, typeof i5.PopoverModule, typeof i6.FormsModule, typeof i7.MenuModule, typeof i8.PipeModule, typeof i9.ButtonModule, typeof i10.InputGroupModule, typeof i11.ListModule, typeof i12.IconModule, typeof i8.AutoCompleteModule, typeof i13.ContentDensityModule], [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective, typeof i13.ContentDensityModule]>;
18
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComboboxModule, [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective], [typeof i4.CommonModule, typeof i5.PopoverModule, typeof i6.FormsModule, typeof i7.MenuModule, typeof i8.PipeModule, typeof i9.ButtonModule, typeof i10.InputGroupModule, typeof i11.ListModule, typeof i12.IconModule, typeof i8.AutoCompleteModule, typeof i13.ContentDensityModule, typeof i14.I18nModule], [typeof i1.ComboboxComponent, typeof i2.ListGroupPipe, typeof i3.DeprecatedComboboxContentDensityDirective, typeof i13.ContentDensityModule]>;
18
19
  static ɵinj: i0.ɵɵInjectorDeclaration<ComboboxModule>;
19
20
  }
@@ -7,7 +7,7 @@ import { DialogSize } from '../utils/dialog-width-to-size';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare abstract class DialogBase implements OnInit, AfterViewInit, OnDestroy {
9
9
  protected _router: Router;
10
- protected _elementRef: ElementRef;
10
+ readonly elementRef: ElementRef;
11
11
  protected _changeDetectorRef: ChangeDetectorRef;
12
12
  protected _rtlService: RtlService;
13
13
  protected _focusTrapService: FocusTrapService;
@@ -37,7 +37,7 @@ export declare abstract class DialogBase implements OnInit, AfterViewInit, OnDes
37
37
  /** @hidden Listen and close dialog on Backdrop click */
38
38
  closeDialog(target: ElementRef): void;
39
39
  /** @hidden */
40
- constructor(_router: Router, _elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _rtlService: RtlService, _focusTrapService: FocusTrapService);
40
+ constructor(_router: Router, elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef, _rtlService: RtlService, _focusTrapService: FocusTrapService);
41
41
  /** @hidden */
42
42
  ngOnInit(): void;
43
43
  /** @hidden */
@@ -14,14 +14,12 @@ import * as i1 from "@fundamental-ngx/core/scrollbar";
14
14
  * ```
15
15
  */
16
16
  export declare class DialogBodyComponent {
17
- private _elRef;
17
+ readonly elementRef: ElementRef;
18
18
  dialogConfig: DialogConfig;
19
19
  dialogRef: DialogRef;
20
20
  private _scrollbarDirective;
21
21
  /** @hidden */
22
- constructor(_elRef: ElementRef, dialogConfig: DialogConfig, dialogRef: DialogRef, _scrollbarDirective: ScrollbarDirective);
23
- /** @hidden */
24
- elementRef(): ElementRef<any>;
22
+ constructor(elementRef: ElementRef, dialogConfig: DialogConfig, dialogRef: DialogRef, _scrollbarDirective: ScrollbarDirective);
25
23
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogBodyComponent, [null, { optional: true; }, { optional: true; }, null]>;
26
24
  static ɵcmp: i0.ɵɵComponentDeclaration<DialogBodyComponent, "fd-dialog-body", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.ScrollbarDirective; inputs: {}; outputs: {}; }]>;
27
25
  }
@@ -26,8 +26,6 @@ export declare class DialogContainerComponent extends DynamicComponentContainer<
26
26
  /** @hidden */
27
27
  buildComponentCssClass(): string[];
28
28
  /** @hidden */
29
- elementRef(): ElementRef;
30
- /** @hidden */
31
29
  protected _attached(event: CdkPortalOutletAttachedRef): void;
32
30
  /** @hidden Load received content */
33
31
  protected _loadContent(): void;
@@ -14,6 +14,10 @@ export declare class DialogService extends DialogBaseService<DialogContainerComp
14
14
  private _injector;
15
15
  private readonly _overlay;
16
16
  /** @hidden */
17
+ private platformId;
18
+ /** @hidden */
19
+ private readonly htmlElement?;
20
+ /** @hidden */
17
21
  constructor(_defaultConfig: DialogConfig, _rtlService: RtlService, _injector: Injector, _overlay: Overlay);
18
22
  /**
19
23
  * Opens a dialog component with provided content.
@@ -66,8 +66,6 @@ export declare class DialogComponent extends DialogBase implements OnInit, OnCha
66
66
  ngOnDestroy(): void;
67
67
  /** @hidden */
68
68
  buildComponentCssClass(): string[];
69
- /** @hidden */
70
- elementRef(): ElementRef;
71
69
  /** @hidden Listen on Dialog visibility */
72
70
  private _listenOnHidden;
73
71
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, [{ optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null, null]>;