@fundamental-ngx/core 0.44.1-rc.3 → 0.45.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 (500) hide show
  1. package/action-sheet/action-sheet.module.d.ts +5 -6
  2. package/action-sheet/index.d.ts +0 -1
  3. package/avatar/avatar.component.d.ts +1 -6
  4. package/bar/bar.module.d.ts +4 -6
  5. package/bar/directives/bar-element.directive.d.ts +1 -6
  6. package/bar/index.d.ts +0 -2
  7. package/breadcrumb/breadcrumb.component.d.ts +1 -9
  8. package/breadcrumb/breadcrumb.module.d.ts +12 -13
  9. package/breadcrumb/index.d.ts +0 -1
  10. package/button/button.module.d.ts +4 -5
  11. package/button/index.d.ts +0 -1
  12. package/calendar/calendar.module.d.ts +5 -6
  13. package/calendar/index.d.ts +0 -1
  14. package/card/card.module.d.ts +6 -7
  15. package/card/index.d.ts +0 -1
  16. package/carousel/carousel.component.d.ts +1 -13
  17. package/checkbox/checkbox.module.d.ts +4 -5
  18. package/checkbox/index.d.ts +0 -1
  19. package/combobox/combobox.module.d.ts +12 -13
  20. package/combobox/index.d.ts +0 -1
  21. package/content-density/index.d.ts +0 -4
  22. package/date-picker/date-picker.component.d.ts +1 -62
  23. package/date-picker/date-picker.module.d.ts +12 -13
  24. package/date-picker/index.d.ts +0 -1
  25. package/datetime-picker/datetime-picker.component.d.ts +1 -49
  26. package/datetime-picker/datetime-picker.module.d.ts +14 -15
  27. package/datetime-picker/index.d.ts +0 -1
  28. package/dialog/dialog.module.d.ts +14 -16
  29. package/dialog/index.d.ts +0 -2
  30. package/dialog/utils/dialog-config.class.d.ts +0 -2
  31. package/dynamic-page/dynamic-page.module.d.ts +10 -11
  32. package/dynamic-page/index.d.ts +0 -1
  33. package/esm2022/action-sheet/action-sheet.module.mjs +3 -8
  34. package/esm2022/action-sheet/index.mjs +1 -2
  35. package/esm2022/avatar/avatar.component.mjs +3 -13
  36. package/esm2022/bar/bar.module.mjs +3 -13
  37. package/esm2022/bar/directives/bar-element.directive.mjs +3 -16
  38. package/esm2022/bar/index.mjs +1 -3
  39. package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -19
  40. package/esm2022/breadcrumb/breadcrumb.module.mjs +6 -18
  41. package/esm2022/breadcrumb/index.mjs +1 -2
  42. package/esm2022/button/button.module.mjs +4 -5
  43. package/esm2022/button/index.mjs +1 -2
  44. package/esm2022/calendar/calendar.module.mjs +3 -8
  45. package/esm2022/calendar/index.mjs +1 -2
  46. package/esm2022/card/card.module.mjs +4 -8
  47. package/esm2022/card/index.mjs +1 -2
  48. package/esm2022/carousel/carousel.component.mjs +4 -30
  49. package/esm2022/checkbox/checkbox.module.mjs +4 -5
  50. package/esm2022/checkbox/index.mjs +1 -2
  51. package/esm2022/combobox/combobox-mobile/combobox-mobile.component.mjs +1 -1
  52. package/esm2022/combobox/combobox.component.mjs +1 -1
  53. package/esm2022/combobox/combobox.module.mjs +6 -8
  54. package/esm2022/combobox/index.mjs +1 -2
  55. package/esm2022/content-density/index.mjs +1 -5
  56. package/esm2022/date-picker/date-picker.component.mjs +4 -104
  57. package/esm2022/date-picker/date-picker.module.mjs +5 -6
  58. package/esm2022/date-picker/index.mjs +1 -2
  59. package/esm2022/datetime-picker/datetime-picker.component.mjs +4 -83
  60. package/esm2022/datetime-picker/datetime-picker.module.mjs +5 -6
  61. package/esm2022/datetime-picker/index.mjs +1 -2
  62. package/esm2022/dialog/dialog-default/dialog-default.component.mjs +1 -1
  63. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +1 -1
  64. package/esm2022/dialog/dialog.component.mjs +3 -3
  65. package/esm2022/dialog/dialog.module.mjs +1 -9
  66. package/esm2022/dialog/index.mjs +1 -3
  67. package/esm2022/dialog/utils/dialog-config.class.mjs +1 -1
  68. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +1 -1
  69. package/esm2022/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +1 -1
  70. package/esm2022/dynamic-page/dynamic-page.module.mjs +3 -8
  71. package/esm2022/dynamic-page/index.mjs +1 -2
  72. package/esm2022/facets/facet/facet.component.mjs +1 -1
  73. package/esm2022/feed-list-item/components/item/feed-list-item.component.mjs +14 -40
  74. package/esm2022/file-uploader/file-uploader.module.mjs +4 -23
  75. package/esm2022/file-uploader/index.mjs +1 -2
  76. package/esm2022/form/form-control/form-control.module.mjs +4 -23
  77. package/esm2022/form/form-label/form-label.component.mjs +3 -40
  78. package/esm2022/form/form-message/form-message.component.mjs +1 -1
  79. package/esm2022/form/form-message/popover-form-message.service.mjs +1 -1
  80. package/esm2022/form/index.mjs +1 -2
  81. package/esm2022/fundamental-ngx.module.mjs +1 -5
  82. package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +1 -1
  83. package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +1 -1
  84. package/esm2022/index.mjs +1 -2
  85. package/esm2022/inline-help/inline-help.directive.mjs +3 -18
  86. package/esm2022/input-group/index.mjs +1 -2
  87. package/esm2022/input-group/input-group.component.mjs +6 -28
  88. package/esm2022/input-group/input-group.module.mjs +1 -6
  89. package/esm2022/link/link.component.mjs +5 -8
  90. package/esm2022/list/index.mjs +1 -2
  91. package/esm2022/list/list-item/list-item.component.mjs +3 -46
  92. package/esm2022/list/list-message.directive.mjs +1 -1
  93. package/esm2022/list/list.module.mjs +3 -8
  94. package/esm2022/menu/index.mjs +1 -2
  95. package/esm2022/menu/menu-mobile/menu-mobile.component.mjs +1 -1
  96. package/esm2022/menu/menu.module.mjs +3 -8
  97. package/esm2022/message-box/index.mjs +1 -3
  98. package/esm2022/message-box/message-box-default/message-box-default.component.mjs +1 -1
  99. package/esm2022/message-box/message-box-header/message-box-header.component.mjs +1 -1
  100. package/esm2022/message-box/message-box.module.mjs +3 -11
  101. package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +3 -3
  102. package/esm2022/message-strip/alert/message-strip-alert.service.mjs +8 -2
  103. package/esm2022/message-strip/message-strip.component.mjs +3 -16
  104. package/esm2022/micro-process-flow/index.mjs +1 -2
  105. package/esm2022/micro-process-flow/micro-process-flow.module.mjs +5 -10
  106. package/esm2022/multi-combobox/mobile/mobile-multi-combobox.component.mjs +1 -1
  107. package/esm2022/multi-combobox/multi-combobox.component.mjs +1 -1
  108. package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +1 -1
  109. package/esm2022/multi-input/index.mjs +1 -2
  110. package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +1 -1
  111. package/esm2022/multi-input/multi-input.component.mjs +1 -1
  112. package/esm2022/multi-input/multi-input.module.mjs +6 -8
  113. package/esm2022/nested-list/index.mjs +1 -2
  114. package/esm2022/nested-list/nested-list.module.mjs +3 -8
  115. package/esm2022/object-number/object-number.component.mjs +3 -3
  116. package/esm2022/overflow-layout/overflow-layout.component.mjs +3 -3
  117. package/esm2022/pagination/index.mjs +1 -2
  118. package/esm2022/pagination/pagination.component.mjs +8 -186
  119. package/esm2022/pagination/pagination.module.mjs +6 -7
  120. package/esm2022/panel/index.mjs +1 -2
  121. package/esm2022/panel/panel.module.mjs +4 -15
  122. package/esm2022/popover/base/base-popover.class.mjs +2 -33
  123. package/esm2022/popover/popover.component.mjs +1 -19
  124. package/esm2022/product-switch/product-switch/product-switch.component.mjs +4 -17
  125. package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +1 -1
  126. package/esm2022/product-switch/product-switch-body/product-switch.item.mjs +1 -1
  127. package/esm2022/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +1 -1
  128. package/esm2022/quick-view/quick-view-title/quick-view-title.component.mjs +1 -1
  129. package/esm2022/radio/index.mjs +1 -2
  130. package/esm2022/radio/radio.module.mjs +4 -5
  131. package/esm2022/rating-indicator/components/rating-indicator.component.mjs +3 -3
  132. package/esm2022/select/index.mjs +1 -2
  133. package/esm2022/select/select.component.mjs +1 -1
  134. package/esm2022/select/select.module.mjs +5 -6
  135. package/esm2022/shellbar/index.mjs +1 -2
  136. package/esm2022/shellbar/shellbar-actions/shellbar-actions.component.mjs +3 -17
  137. package/esm2022/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.mjs +3 -5
  138. package/esm2022/shellbar/shellbar.module.mjs +3 -8
  139. package/esm2022/shellbar/user-menu/shellbar-user-menu.component.mjs +1 -1
  140. package/esm2022/slider/index.mjs +1 -2
  141. package/esm2022/slider/slider.component.mjs +3 -49
  142. package/esm2022/slider/slider.module.mjs +4 -5
  143. package/esm2022/split-button/index.mjs +1 -2
  144. package/esm2022/split-button/split-button.component.mjs +3 -27
  145. package/esm2022/split-button/split-button.module.mjs +4 -5
  146. package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +3 -10
  147. package/esm2022/splitter/splitter.component.mjs +2 -16
  148. package/esm2022/step-input/index.mjs +1 -2
  149. package/esm2022/step-input/step-input.component.mjs +5 -31
  150. package/esm2022/step-input/step-input.module.mjs +5 -6
  151. package/esm2022/switch/index.mjs +1 -2
  152. package/esm2022/switch/switch.component.mjs +5 -43
  153. package/esm2022/switch/switch.module.mjs +4 -5
  154. package/esm2022/table/index.mjs +1 -3
  155. package/esm2022/table/table.module.mjs +3 -13
  156. package/esm2022/tabs/index.mjs +1 -2
  157. package/esm2022/tabs/tab-item-expand/tab-item-expand.component.mjs +8 -22
  158. package/esm2022/tabs/tab-list.component.mjs +5 -18
  159. package/esm2022/tabs/tabs.module.mjs +3 -8
  160. package/esm2022/text/text.component.mjs +3 -29
  161. package/esm2022/time/index.mjs +1 -3
  162. package/esm2022/time/time.component.mjs +8 -65
  163. package/esm2022/time/time.module.mjs +5 -6
  164. package/esm2022/time-picker/index.mjs +1 -2
  165. package/esm2022/time-picker/time-picker.component.mjs +1 -1
  166. package/esm2022/time-picker/time-picker.module.mjs +6 -22
  167. package/esm2022/timeline/components/timeline-node-body/timeline-node-body.component.mjs +1 -1
  168. package/esm2022/timeline/timeline.component.mjs +1 -1
  169. package/esm2022/token/index.mjs +1 -2
  170. package/esm2022/token/token.component.mjs +4 -30
  171. package/esm2022/token/token.module.mjs +5 -24
  172. package/esm2022/token/tokenizer.component.mjs +3 -3
  173. package/esm2022/toolbar/toolbar.component.mjs +8 -24
  174. package/esm2022/tree/tree.component.mjs +1 -1
  175. package/esm2022/upload-collection/upload-collection-button-group/upload-collection-button-group.component.mjs +9 -87
  176. package/esm2022/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +9 -21
  177. package/esm2022/upload-collection/upload-collection-item.directive.mjs +4 -3
  178. package/esm2022/upload-collection/upload-collection-simple.directives.mjs +22 -15
  179. package/esm2022/upload-collection/upload-collection.component.mjs +5 -4
  180. package/esm2022/upload-collection/upload-collection.module.mjs +7 -13
  181. package/esm2022/wizard/index.mjs +1 -2
  182. package/esm2022/wizard/wizard.module.mjs +3 -8
  183. package/feed-list-item/components/item/feed-list-item.component.d.ts +9 -25
  184. package/fesm2022/fundamental-ngx-core-action-sheet.mjs +5 -36
  185. package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  186. package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -12
  187. package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
  188. package/fesm2022/fundamental-ngx-core-bar.mjs +7 -81
  189. package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
  190. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +11 -63
  191. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  192. package/fesm2022/fundamental-ngx-core-button.mjs +6 -33
  193. package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
  194. package/fesm2022/fundamental-ngx-core-calendar.mjs +4 -35
  195. package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
  196. package/fesm2022/fundamental-ngx-core-card.mjs +6 -36
  197. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  198. package/fesm2022/fundamental-ngx-core-carousel.mjs +3 -29
  199. package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
  200. package/fesm2022/fundamental-ngx-core-checkbox.mjs +6 -33
  201. package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
  202. package/fesm2022/fundamental-ngx-core-combobox.mjs +9 -37
  203. package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
  204. package/fesm2022/fundamental-ngx-core-content-density.mjs +1 -148
  205. package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
  206. package/fesm2022/fundamental-ngx-core-date-picker.mjs +10 -137
  207. package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
  208. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +10 -116
  209. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  210. package/fesm2022/fundamental-ngx-core-dialog.mjs +6 -57
  211. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  212. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +7 -38
  213. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  214. package/fesm2022/fundamental-ngx-core-facets.mjs +1 -1
  215. package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
  216. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +13 -39
  217. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  218. package/fesm2022/fundamental-ngx-core-file-uploader.mjs +5 -50
  219. package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  220. package/fesm2022/fundamental-ngx-core-form.mjs +7 -88
  221. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  222. package/fesm2022/fundamental-ngx-core-grid-list.mjs +2 -2
  223. package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
  224. package/fesm2022/fundamental-ngx-core-inline-help.mjs +2 -17
  225. package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
  226. package/fesm2022/fundamental-ngx-core-input-group.mjs +8 -60
  227. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  228. package/fesm2022/fundamental-ngx-core-link.mjs +4 -7
  229. package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
  230. package/fesm2022/fundamental-ngx-core-list.mjs +6 -80
  231. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  232. package/fesm2022/fundamental-ngx-core-menu.mjs +7 -38
  233. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  234. package/fesm2022/fundamental-ngx-core-message-box.mjs +7 -59
  235. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  236. package/fesm2022/fundamental-ngx-core-message-strip.mjs +11 -19
  237. package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
  238. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +7 -38
  239. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  240. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +3 -3
  241. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  242. package/fesm2022/fundamental-ngx-core-multi-input.mjs +9 -36
  243. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  244. package/fesm2022/fundamental-ngx-core-nested-list.mjs +4 -34
  245. package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
  246. package/fesm2022/fundamental-ngx-core-object-number.mjs +2 -2
  247. package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
  248. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +2 -2
  249. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  250. package/fesm2022/fundamental-ngx-core-pagination.mjs +14 -219
  251. package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
  252. package/fesm2022/fundamental-ngx-core-panel.mjs +6 -43
  253. package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
  254. package/fesm2022/fundamental-ngx-core-popover.mjs +2 -50
  255. package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
  256. package/fesm2022/fundamental-ngx-core-product-switch.mjs +6 -18
  257. package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
  258. package/fesm2022/fundamental-ngx-core-quick-view.mjs +2 -2
  259. package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
  260. package/fesm2022/fundamental-ngx-core-radio.mjs +6 -33
  261. package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
  262. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +2 -2
  263. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  264. package/fesm2022/fundamental-ngx-core-select.mjs +7 -34
  265. package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
  266. package/fesm2022/fundamental-ngx-core-shellbar.mjs +11 -57
  267. package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
  268. package/fesm2022/fundamental-ngx-core-slider.mjs +8 -70
  269. package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
  270. package/fesm2022/fundamental-ngx-core-split-button.mjs +8 -59
  271. package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
  272. package/fesm2022/fundamental-ngx-core-splitter.mjs +4 -24
  273. package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
  274. package/fesm2022/fundamental-ngx-core-step-input.mjs +11 -64
  275. package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
  276. package/fesm2022/fundamental-ngx-core-switch.mjs +9 -74
  277. package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
  278. package/fesm2022/fundamental-ngx-core-table.mjs +5 -65
  279. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  280. package/fesm2022/fundamental-ngx-core-tabs.mjs +14 -69
  281. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  282. package/fesm2022/fundamental-ngx-core-text.mjs +2 -28
  283. package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
  284. package/fesm2022/fundamental-ngx-core-time-picker.mjs +9 -51
  285. package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
  286. package/fesm2022/fundamental-ngx-core-time.mjs +12 -143
  287. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  288. package/fesm2022/fundamental-ngx-core-timeline.mjs +2 -2
  289. package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
  290. package/fesm2022/fundamental-ngx-core-token.mjs +11 -82
  291. package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
  292. package/fesm2022/fundamental-ngx-core-toolbar.mjs +6 -22
  293. package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
  294. package/fesm2022/fundamental-ngx-core-tree.mjs +1 -1
  295. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  296. package/fesm2022/fundamental-ngx-core-upload-collection.mjs +46 -131
  297. package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  298. package/fesm2022/fundamental-ngx-core-wizard.mjs +5 -36
  299. package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
  300. package/fesm2022/fundamental-ngx-core.mjs +0 -5
  301. package/fesm2022/fundamental-ngx-core.mjs.map +1 -1
  302. package/file-uploader/file-uploader.module.d.ts +6 -7
  303. package/file-uploader/index.d.ts +0 -1
  304. package/form/form-control/form-control.module.d.ts +3 -4
  305. package/form/form-label/form-label.component.d.ts +1 -16
  306. package/form/form-message/form-message.component.d.ts +0 -2
  307. package/form/form-message/popover-form-message.service.d.ts +2 -2
  308. package/form/index.d.ts +0 -1
  309. package/fundamental-ngx-core-v0.45.0.tgz +0 -0
  310. package/fundamental-ngx.module.d.ts +89 -90
  311. package/index.d.ts +0 -1
  312. package/inline-help/inline-help.directive.d.ts +1 -7
  313. package/input-group/index.d.ts +0 -1
  314. package/input-group/input-group.component.d.ts +6 -13
  315. package/input-group/input-group.module.d.ts +6 -7
  316. package/link/link.component.d.ts +1 -1
  317. package/list/index.d.ts +0 -1
  318. package/list/list-item/list-item.component.d.ts +1 -25
  319. package/list/list-message.directive.d.ts +2 -2
  320. package/list/list.module.d.ts +5 -6
  321. package/menu/index.d.ts +0 -1
  322. package/menu/menu.module.d.ts +6 -7
  323. package/message-box/index.d.ts +0 -2
  324. package/message-box/message-box.module.d.ts +15 -17
  325. package/message-strip/message-strip.component.d.ts +1 -9
  326. package/micro-process-flow/index.d.ts +0 -1
  327. package/micro-process-flow/micro-process-flow.module.d.ts +4 -5
  328. package/multi-input/index.d.ts +0 -1
  329. package/multi-input/multi-input.module.d.ts +12 -13
  330. package/nested-list/index.d.ts +0 -1
  331. package/nested-list/nested-list.module.d.ts +6 -7
  332. package/package.json +3 -9
  333. package/pagination/index.d.ts +0 -1
  334. package/pagination/pagination.component.d.ts +2 -111
  335. package/pagination/pagination.module.d.ts +10 -11
  336. package/panel/index.d.ts +0 -1
  337. package/panel/panel.module.d.ts +4 -5
  338. package/popover/base/base-popover.class.d.ts +1 -16
  339. package/popover/popover.component.d.ts +0 -11
  340. package/product-switch/product-switch/product-switch.component.d.ts +1 -8
  341. package/product-switch/product-switch-body/product-switch.item.d.ts +0 -4
  342. package/radio/index.d.ts +0 -1
  343. package/radio/radio.module.d.ts +4 -5
  344. package/schematics/add-dependencies/index.js +4 -4
  345. package/select/index.d.ts +0 -1
  346. package/select/select.component.d.ts +0 -2
  347. package/select/select.module.d.ts +9 -10
  348. package/shellbar/index.d.ts +0 -1
  349. package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -9
  350. package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +3 -5
  351. package/shellbar/shellbar.module.d.ts +14 -15
  352. package/slider/index.d.ts +0 -1
  353. package/slider/slider.component.d.ts +1 -31
  354. package/slider/slider.module.d.ts +7 -8
  355. package/split-button/index.d.ts +0 -1
  356. package/split-button/split-button.component.d.ts +3 -12
  357. package/split-button/split-button.module.d.ts +6 -7
  358. package/splitter/splitter-pagination/splitter-pagination.component.d.ts +0 -5
  359. package/splitter/splitter.component.d.ts +1 -9
  360. package/step-input/index.d.ts +0 -1
  361. package/step-input/step-input.component.d.ts +1 -17
  362. package/step-input/step-input.module.d.ts +7 -8
  363. package/switch/index.d.ts +0 -1
  364. package/switch/switch.component.d.ts +1 -19
  365. package/switch/switch.module.d.ts +5 -6
  366. package/table/index.d.ts +0 -2
  367. package/table/table.module.d.ts +4 -6
  368. package/tabs/index.d.ts +0 -1
  369. package/tabs/tab-item-expand/tab-item-expand.component.d.ts +1 -8
  370. package/tabs/tab-list.component.d.ts +1 -9
  371. package/tabs/tabs.module.d.ts +12 -13
  372. package/text/text.component.d.ts +1 -17
  373. package/time/index.d.ts +0 -2
  374. package/time/time.component.d.ts +2 -15
  375. package/time/time.module.d.ts +9 -10
  376. package/time-picker/index.d.ts +0 -1
  377. package/time-picker/time-picker.module.d.ts +9 -10
  378. package/token/index.d.ts +0 -1
  379. package/token/token.component.d.ts +1 -17
  380. package/token/token.module.d.ts +8 -9
  381. package/toolbar/toolbar.component.d.ts +4 -12
  382. package/upload-collection/upload-collection-button-group/upload-collection-button-group.component.d.ts +2 -50
  383. package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +1 -9
  384. package/upload-collection/upload-collection-item.directive.d.ts +1 -1
  385. package/upload-collection/upload-collection-simple.directives.d.ts +7 -7
  386. package/upload-collection/upload-collection.component.d.ts +1 -1
  387. package/upload-collection/upload-collection.module.d.ts +1 -8
  388. package/wizard/index.d.ts +0 -1
  389. package/wizard/wizard.module.d.ts +8 -9
  390. package/action-sheet/deprecated-action-sheet-compact.directive.d.ts +0 -8
  391. package/alert/README.md +0 -25
  392. package/alert/alert-service/alert.service.d.ts +0 -41
  393. package/alert/alert-utils/alert-animations.d.ts +0 -8
  394. package/alert/alert-utils/alert-config.d.ts +0 -34
  395. package/alert/alert-utils/alert-container.component.d.ts +0 -14
  396. package/alert/alert-utils/alert-ref.d.ts +0 -26
  397. package/alert/alert.component.d.ts +0 -87
  398. package/alert/alert.module.d.ts +0 -18
  399. package/alert/index.d.ts +0 -7
  400. package/bar/deprecated-bar-button-content-density.directive.d.ts +0 -8
  401. package/bar/deprecated-bar-content-density.directive.d.ts +0 -8
  402. package/breadcrumb/deprecated-breadcrumbs-compact.directive.d.ts +0 -8
  403. package/button/deprecated-button-content-density.directive.d.ts +0 -8
  404. package/calendar/deprecated-calendar-content-density.directive.d.ts +0 -8
  405. package/card/deprecated-card-content-density.directive.d.ts +0 -8
  406. package/checkbox/deprecated-checkbox-content-density.directive.d.ts +0 -8
  407. package/combobox/deprecated-combobox-content-density.directive.d.ts +0 -10
  408. package/content-density/classes/deprecated-compact.directive.d.ts +0 -26
  409. package/content-density/classes/deprecated-condensed.directive.d.ts +0 -26
  410. package/content-density/classes/deprecated-content-density.directive.d.ts +0 -26
  411. package/content-density/classes/deprecated-cozy.directive.d.ts +0 -26
  412. package/date-picker/deprecated-date-picker-compact.directive.d.ts +0 -8
  413. package/datetime-picker/deprecated-date-time-picker-content-density.directive.d.ts +0 -8
  414. package/dialog/dialog-footer-button/dialog-footer-button.component.d.ts +0 -12
  415. package/dialog/directives/dialog-decisive-button.directive.d.ts +0 -11
  416. package/dynamic-page/deprecated-dynamic-page-compact.directive.d.ts +0 -8
  417. package/esm2022/action-sheet/deprecated-action-sheet-compact.directive.mjs +0 -30
  418. package/esm2022/alert/alert-service/alert.service.mjs +0 -85
  419. package/esm2022/alert/alert-utils/alert-animations.mjs +0 -38
  420. package/esm2022/alert/alert-utils/alert-config.mjs +0 -27
  421. package/esm2022/alert/alert-utils/alert-container.component.mjs +0 -29
  422. package/esm2022/alert/alert-utils/alert-ref.mjs +0 -29
  423. package/esm2022/alert/alert.component.mjs +0 -212
  424. package/esm2022/alert/alert.module.mjs +0 -33
  425. package/esm2022/alert/fundamental-ngx-core-alert.mjs +0 -5
  426. package/esm2022/alert/index.mjs +0 -8
  427. package/esm2022/bar/deprecated-bar-button-content-density.directive.mjs +0 -30
  428. package/esm2022/bar/deprecated-bar-content-density.directive.mjs +0 -29
  429. package/esm2022/breadcrumb/deprecated-breadcrumbs-compact.directive.mjs +0 -30
  430. package/esm2022/button/deprecated-button-content-density.directive.mjs +0 -30
  431. package/esm2022/calendar/deprecated-calendar-content-density.directive.mjs +0 -30
  432. package/esm2022/card/deprecated-card-content-density.directive.mjs +0 -30
  433. package/esm2022/checkbox/deprecated-checkbox-content-density.directive.mjs +0 -30
  434. package/esm2022/combobox/deprecated-combobox-content-density.directive.mjs +0 -31
  435. package/esm2022/content-density/classes/deprecated-compact.directive.mjs +0 -39
  436. package/esm2022/content-density/classes/deprecated-condensed.directive.mjs +0 -39
  437. package/esm2022/content-density/classes/deprecated-content-density.directive.mjs +0 -49
  438. package/esm2022/content-density/classes/deprecated-cozy.directive.mjs +0 -39
  439. package/esm2022/date-picker/deprecated-date-picker-compact.directive.mjs +0 -30
  440. package/esm2022/datetime-picker/deprecated-date-time-picker-content-density.directive.mjs +0 -30
  441. package/esm2022/dialog/dialog-footer-button/dialog-footer-button.component.mjs +0 -25
  442. package/esm2022/dialog/directives/dialog-decisive-button.directive.mjs +0 -26
  443. package/esm2022/dynamic-page/deprecated-dynamic-page-compact.directive.mjs +0 -30
  444. package/esm2022/file-uploader/deprecated-file-uploader-content-density.directive.mjs +0 -30
  445. package/esm2022/form/form-control/deprecated-form-control-content-density.directive.mjs +0 -29
  446. package/esm2022/input-group/deprecated-input-group-compact.directive.mjs +0 -30
  447. package/esm2022/list/deprecated-list-content-density,directive.mjs +0 -30
  448. package/esm2022/menu/directives/deprecated-menu-compact.directive.mjs +0 -30
  449. package/esm2022/message-box/directives/message-box-decisive-button.directive.mjs +0 -27
  450. package/esm2022/message-box/message-box-footer-button/message-box-footer-button.component.mjs +0 -25
  451. package/esm2022/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.mjs +0 -30
  452. package/esm2022/multi-input/deprecated-multi-input-compact.directive.mjs +0 -30
  453. package/esm2022/nested-list/deprecated-nested-list-compact.directive.mjs +0 -29
  454. package/esm2022/pagination/deprecated-pagination-compact.directive.mjs +0 -30
  455. package/esm2022/panel/deprecated-panel-compact.directive.mjs +0 -30
  456. package/esm2022/radio/deprecated-radio-button-compact.directive.mjs +0 -30
  457. package/esm2022/select/deprecated-select-compact.directive.mjs +0 -30
  458. package/esm2022/shellbar/deprecated-shellbar-compact.directive.mjs +0 -30
  459. package/esm2022/slider/deprecated-slider-cozy.directive.mjs +0 -20
  460. package/esm2022/split-button/deprecated-split-button-compact.directive.mjs +0 -30
  461. package/esm2022/step-input/deprecated-step-input-compact.directive.mjs +0 -30
  462. package/esm2022/switch/deprecated-switch-compact.directive.mjs +0 -30
  463. package/esm2022/table/deprecated-table-compact.directive.mjs +0 -29
  464. package/esm2022/table/deprecated-table-condensed.directive.mjs +0 -29
  465. package/esm2022/tabs/deprecated-tabs-compact.directive.mjs +0 -29
  466. package/esm2022/time/deprecated-time-content-density.directive.mjs +0 -30
  467. package/esm2022/time/i18n/time-i18n.mjs +0 -52
  468. package/esm2022/time-picker/deprecated-timepicker-compact.directive.mjs +0 -30
  469. package/esm2022/token/deprecated-tokenizer-content-density.directive.mjs +0 -30
  470. package/esm2022/wizard/deprecated-wizard-compact.directive.mjs +0 -30
  471. package/fesm2022/fundamental-ngx-core-alert.mjs +0 -437
  472. package/fesm2022/fundamental-ngx-core-alert.mjs.map +0 -1
  473. package/file-uploader/deprecated-file-uploader-content-density.directive.d.ts +0 -8
  474. package/form/form-control/deprecated-form-control-content-density.directive.d.ts +0 -8
  475. package/fundamental-ngx-core-v0.44.1-rc.3.tgz +0 -0
  476. package/input-group/deprecated-input-group-compact.directive.d.ts +0 -8
  477. package/list/deprecated-list-content-density,directive.d.ts +0 -8
  478. package/menu/directives/deprecated-menu-compact.directive.d.ts +0 -8
  479. package/message-box/directives/message-box-decisive-button.directive.d.ts +0 -11
  480. package/message-box/message-box-footer-button/message-box-footer-button.component.d.ts +0 -12
  481. package/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.d.ts +0 -8
  482. package/multi-input/deprecated-multi-input-compact.directive.d.ts +0 -8
  483. package/nested-list/deprecated-nested-list-compact.directive.d.ts +0 -8
  484. package/pagination/deprecated-pagination-compact.directive.d.ts +0 -8
  485. package/panel/deprecated-panel-compact.directive.d.ts +0 -8
  486. package/radio/deprecated-radio-button-compact.directive.d.ts +0 -8
  487. package/select/deprecated-select-compact.directive.d.ts +0 -8
  488. package/shellbar/deprecated-shellbar-compact.directive.d.ts +0 -8
  489. package/slider/deprecated-slider-cozy.directive.d.ts +0 -8
  490. package/split-button/deprecated-split-button-compact.directive.d.ts +0 -8
  491. package/step-input/deprecated-step-input-compact.directive.d.ts +0 -8
  492. package/switch/deprecated-switch-compact.directive.d.ts +0 -8
  493. package/table/deprecated-table-compact.directive.d.ts +0 -8
  494. package/table/deprecated-table-condensed.directive.d.ts +0 -8
  495. package/tabs/deprecated-tabs-compact.directive.d.ts +0 -8
  496. package/time/deprecated-time-content-density.directive.d.ts +0 -8
  497. package/time/i18n/time-i18n.d.ts +0 -42
  498. package/time-picker/deprecated-timepicker-compact.directive.d.ts +0 -8
  499. package/token/deprecated-tokenizer-content-density.directive.d.ts +0 -8
  500. package/wizard/deprecated-wizard-compact.directive.d.ts +0 -8
@@ -1 +0,0 @@
1
- {"version":3,"file":"fundamental-ngx-core-alert.mjs","sources":["../../../../libs/core/src/lib/alert/alert-utils/alert-ref.ts","../../../../libs/core/src/lib/alert/alert-utils/alert-config.ts","../../../../libs/core/src/lib/alert/alert.component.ts","../../../../libs/core/src/lib/alert/alert.component.html","../../../../libs/core/src/lib/alert/alert-utils/alert-animations.ts","../../../../libs/core/src/lib/alert/alert-utils/alert-container.component.ts","../../../../libs/core/src/lib/alert/alert-service/alert.service.ts","../../../../libs/core/src/lib/alert/alert.module.ts","../../../../libs/core/src/lib/alert/fundamental-ngx-core-alert.ts"],"sourcesContent":["import { Observable, Subject } from 'rxjs';\nimport { warnOnce } from '@fundamental-ngx/cdk/utils';\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n *\n * Reference to an alert component generated via the AlertService.\n * It can be injected into the content component in the same way a service would be injected.\n * For a template, add let-alert to your ng-template tag. Now using *alert* in the template refers to this class.\n */\nexport class AlertRef {\n /** Observable that is triggered when the alert is dismissed. */\n afterDismissed: Observable<any>;\n\n /** Data passed from the service open method. */\n data: any;\n\n /** @hidden */\n private readonly _afterDismissed: Subject<any> = new Subject<any>();\n\n /** @hidden */\n constructor() {\n warnOnce(\n 'AlertRef is deprecated since version 0.16.0 and will be removed in next release. Use Message Strip instead.'\n );\n this.afterDismissed = this._afterDismissed.asObservable();\n }\n\n /**\n * Dismisses the alert.\n *\n * @param reason Data passed back to the calling component through the AfterDismissed observable.\n */\n dismiss(reason?: any): void {\n this._afterDismissed.next(reason);\n }\n}\n","import { Nullable, DynamicComponentConfig, warnOnce } from '@fundamental-ngx/cdk/utils';\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n *\n * Configuration for opening an alert with the AlertService.\n */\nexport class AlertConfig implements DynamicComponentConfig {\n /** Whether the alert is dismissible. */\n dismissible = true;\n\n /** The type of the alert. Can be one of *warning*, *success*, *information*, *error* or null. */\n type?: string;\n\n /** Id for the alert component. If omitted, a unique one is generated. */\n id?: string;\n\n /** Width of the alert. */\n width = '33vw';\n\n /** Minimum width of the alert. */\n minWidth = '300px';\n\n /** Data being injected into the child component or template. */\n data?: any;\n\n /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */\n duration = 10000;\n\n /** Whether the alert should stay open if the mouse is hovering over it. */\n mousePersist = false;\n\n /** Id of the element that labels the alert. */\n ariaLabelledBy?: Nullable<string>;\n\n /** Aria label for the alert component element. */\n ariaLabel?: Nullable<string>;\n\n /** The container that the Alert is appended to. By default, it is appended to the body. */\n container?: HTMLElement | 'body' = 'body';\n\n /** @hidden */\n constructor() {\n warnOnce(\n 'AlertConfig is deprecated since version 0.16.0 and will be removed in next release. Use Message Strip instead.'\n );\n }\n}\n","import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ComponentFactoryResolver,\n ComponentRef,\n ElementRef,\n EmbeddedViewRef,\n EventEmitter,\n HostListener,\n Input,\n NgZone,\n OnInit,\n Optional,\n Output,\n TemplateRef,\n Type,\n ViewChild,\n ViewContainerRef\n} from '@angular/core';\nimport { AbstractFdNgxClass, Nullable, warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { AlertRef } from './alert-utils/alert-ref';\nimport { AlertConfig } from './alert-utils/alert-config';\nimport { MessageStripType } from '@fundamental-ngx/core/message-strip';\n\nlet alertUniqueId = 0;\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n *\n * The component that represents an alert. It can be only be used inline.\n * If the AlertService is used, this component is auto-generated.\n */\n@Component({\n selector: 'fd-alert',\n templateUrl: './alert.component.html',\n styleUrls: ['./alert.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AlertComponent extends AbstractFdNgxClass implements OnInit, AfterViewInit {\n /** @hidden */\n @ViewChild('container', { read: ViewContainerRef })\n containerRef: ViewContainerRef;\n\n /** Whether the alert is dismissible. */\n @Input()\n dismissible = true;\n\n /** The type of the alert. Can be one of *warning*, *success*, *information*, *error* or null. */\n @Input()\n type: MessageStripType;\n\n /** Id for the alert component. If omitted, a unique one is generated. */\n @Input()\n id: string = 'fd-alert-' + alertUniqueId++;\n\n /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */\n @Input()\n duration = 10000;\n\n /** Whether the alert should stay open if the mouse is hovering over it. */\n @Input()\n mousePersist = false;\n\n /** Id of the element that labels the alert. */\n @Input()\n ariaLabelledBy: Nullable<string>;\n\n /** Aria label for the alert component element. */\n @Input()\n ariaLabel: Nullable<string>;\n\n /** Aria label for the dismiss button. */\n @Input()\n dismissLabel = 'Dismiss';\n\n /** Width of the alert. */\n @Input()\n width: string;\n\n /** Minimum width of the alert. */\n @Input()\n minWidth: string;\n\n /** Alternative way of passing in a message to the alert. */\n @Input()\n message: string;\n\n /** Event fired when the alert is dismissed. */\n @Output()\n // eslint-disable-next-line @angular-eslint/no-output-on-prefix\n onDismiss: EventEmitter<void> = new EventEmitter<void>();\n\n /** @hidden */\n mouseInAlert = false;\n\n /** @hidden */\n componentRef: ComponentRef<any> | EmbeddedViewRef<any>;\n\n /** @hidden */\n childContent: Type<any> | TemplateRef<any> | string | undefined = undefined;\n\n /** @hidden */\n constructor(\n private elRef: ElementRef,\n private cdRef: ChangeDetectorRef,\n private componentFactoryResolver: ComponentFactoryResolver,\n private ngZone: NgZone,\n @Optional() private alertConfig: AlertConfig,\n @Optional() private alertRef: AlertRef\n ) {\n super(elRef);\n this._setAlertConfig(alertConfig);\n this._setProperties();\n warnOnce(\n 'AlertComponent is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripComponent instead.'\n );\n }\n\n /** @hidden */\n ngOnInit(): void {\n if (this.alertRef) {\n this.open();\n }\n this._setProperties();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n if (this.childContent) {\n if (this.childContent instanceof Type) {\n this.loadFromComponent(this.childContent);\n } else if (this.childContent instanceof TemplateRef) {\n this.loadFromTemplate(this.childContent);\n } else {\n this.loadFromString(this.childContent);\n }\n this.cdRef.detectChanges();\n }\n }\n\n /**\n * Dismisses the alert. If the alert was generated via the AlertService, it is removed from the DOM.\n * Otherwise, it sets the display value to none. Fires the onDismiss event.\n *\n * @param manualDismiss Set to true to skip the dismiss animation.\n * @param reason Data to pass back to the calling component. Only usable if alert is opened using the Service.\n *\n */\n dismiss(reason?: any, manualDismiss: boolean = false): void {\n if (manualDismiss) {\n this.elRef.nativeElement.classList.add('fd-has-display-none');\n this.elRef.nativeElement.classList.remove('fd-has-display-block');\n }\n if (this.alertRef) {\n this.alertRef.dismiss(reason);\n } else {\n this.elRef.nativeElement.classList.add('fd-has-display-none');\n this.elRef.nativeElement.classList.remove('fd-has-display-block');\n }\n this.onDismiss.emit();\n }\n\n /**\n * Opens the alert.\n */\n open(): void {\n if (!this.alertRef) {\n if (this.elRef.nativeElement.style.display === 'block') {\n return;\n }\n this.elRef.nativeElement.classList.remove('fd-has-display-none');\n this.elRef.nativeElement.classList.add('fd-has-display-block');\n }\n\n if (this.duration >= 0) {\n this.ngZone.runOutsideAngular(() => {\n setTimeout(() => {\n if (this.mousePersist) {\n const wait = (): void => {\n if (this.mouseInAlert === true) {\n setTimeout(wait, 500);\n } else {\n this.ngZone.run(() => this.dismiss());\n }\n };\n wait();\n } else {\n this.ngZone.run(() => this.dismiss());\n }\n }, this.duration);\n });\n }\n }\n\n /** @hidden */\n @HostListener('mouseenter', ['$event'])\n @HostListener('mouseleave', ['$event'])\n handleAlertMouseEvent(event): void {\n if (event.type === 'mouseenter') {\n this.mouseInAlert = true;\n } else if (event.type === 'mouseleave') {\n this.mouseInAlert = false;\n }\n }\n\n /** @hidden */\n _setProperties(): void {\n this._addClassToElement('fd-alert');\n if (this.type) {\n this._addClassToElement('fd-alert--' + this.type);\n }\n if (this.dismissible) {\n this._addClassToElement('fd-alert--dismissible');\n }\n }\n\n /** @hidden */\n private loadFromTemplate(template: TemplateRef<any>): void {\n const context = {\n $implicit: this.alertRef\n };\n this.componentRef = this.containerRef.createEmbeddedView(template, context);\n }\n\n /** @hidden */\n private loadFromComponent(componentType: Type<any>): void {\n this.containerRef.clear();\n this.componentRef = this.containerRef.createComponent(componentType);\n }\n\n /** @hidden */\n private loadFromString(contentString: string): void {\n this.containerRef.clear();\n this.message = contentString;\n }\n\n /** @hidden */\n private _setAlertConfig(alertConfig: AlertConfig): void {\n Object.keys(alertConfig || {})\n .filter((key) => key !== 'data' && key !== 'container')\n .forEach((key) => (this[key] = alertConfig[key]));\n }\n}\n","<fd-message-strip\n [dismissLabel]=\"dismissLabel\"\n [ariaLabelledBy]=\"ariaLabelledBy\"\n [ariaLabel]=\"ariaLabel\"\n [width]=\"width\"\n [minWidth]=\"minWidth\"\n [dismissible]=\"dismissible\"\n [id]=\"id\"\n [type]=\"type\"\n (onDismiss)=\"onDismiss.emit($event)\"\n>\n <ng-container #container>{{ message }}</ng-container>\n <ng-content></ng-content>\n</fd-message-strip>\n","import { animate, AnimationTriggerMetadata, style, transition, trigger } from '@angular/animations';\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n */\nexport const alertFadeNgIf: AnimationTriggerMetadata = trigger('fadeAlertNgIf', [\n transition(':enter', [\n style({\n opacity: 0\n }),\n animate(\n '250ms ease-in-out',\n style({\n opacity: 1\n })\n )\n ]),\n transition(':leave', [\n style({\n opacity: 1,\n marginTop: '*',\n paddingTop: '*',\n paddingBottom: '*',\n height: '*',\n overflow: 'hidden'\n }),\n animate(\n '400ms ease-in-out',\n style({\n opacity: 0,\n marginTop: 0,\n paddingTop: 0,\n paddingBottom: 0,\n height: 0,\n overflow: 'hidden'\n })\n )\n ])\n]);\n\nexport const alertContainerNgIf: AnimationTriggerMetadata = trigger('alertContainerNgIf', [\n transition(':leave', [style({ opacity: 1 }), animate('400ms ease-in-out', style({ opacity: 0 }))])\n]);\n","import { ChangeDetectionStrategy, Component, HostBinding, ViewEncapsulation } from '@angular/core';\nimport { alertContainerNgIf } from './alert-animations';\nimport { warnOnce } from '@fundamental-ngx/cdk/utils';\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n */\n@Component({\n selector: 'fd-alert-container',\n template: ``,\n styles: [\n `\n .fd-alert-container {\n position: fixed;\n display: flex;\n flex-direction: column;\n z-index: 5000;\n align-items: center;\n top: 0;\n right: 50%;\n left: 50%;\n }\n `\n ],\n host: {\n '[@alertContainerNgIf]': ''\n },\n animations: [alertContainerNgIf],\n encapsulation: ViewEncapsulation.None,\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class AlertContainerComponent {\n /** @hidden */\n @HostBinding('class.fd-alert-container')\n fdAlertContainerClass = true;\n\n /** @hidden */\n constructor() {\n warnOnce(\n 'AlertContainerComponent is deprecated since version 0.16.0 and will be removed in future release. Message Strip component should be used instead.'\n );\n }\n}\n","import { Injectable, ComponentRef, TemplateRef, Type } from '@angular/core';\nimport { AlertComponent } from '../alert.component';\nimport { AlertContainerComponent } from '../alert-utils/alert-container.component';\nimport { AlertConfig } from '../alert-utils/alert-config';\nimport { DynamicComponentService, warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { AlertRef } from '../alert-utils/alert-ref';\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n *\n * Service used to dynamically generate an alert as an overlay.\n */\n@Injectable()\nexport class AlertService {\n /** @hidden */\n private alerts: ComponentRef<AlertComponent>[] = [];\n\n /** @hidden */\n private alertContainerRef?: ComponentRef<AlertContainerComponent>;\n\n /** @hidden */\n constructor(private dynamicComponentService: DynamicComponentService) {\n warnOnce(\n 'AlertService is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripAlertService instead.'\n );\n }\n\n /**\n * Returns true if there are some alerts currently open. False otherwise.\n */\n public hasOpenAlerts(): boolean {\n return this.alerts && this.alerts.length > 0;\n }\n\n /**\n * Opens an alert component with a content of type TemplateRef, Component Type or String.\n * @param content Content of the alert component.\n * @param alertConfig Configuration of the alert component.\n */\n public open(\n content: TemplateRef<any> | Type<any> | string,\n alertConfig: AlertConfig = new AlertConfig()\n ): AlertRef {\n // Get default values from alert model\n alertConfig = Object.assign(new AlertConfig(), alertConfig);\n\n // Instantiate alert ref service\n const service: AlertRef = new AlertRef();\n service.data = alertConfig.data;\n\n // If empty or undefined alert array, create container\n if (!this.alerts || this.alerts.length === 0 || !this.alertContainerRef) {\n this.alertContainerRef = this.dynamicComponentService.createDynamicComponent<AlertContainerComponent>(\n content,\n AlertContainerComponent,\n alertConfig\n );\n }\n\n // Define Container to put backdrop and component to container\n alertConfig.container = this.alertContainerRef.location.nativeElement;\n\n const component = this.dynamicComponentService.createDynamicComponent<AlertComponent>(\n content,\n AlertComponent,\n alertConfig,\n { services: [service, alertConfig] }\n );\n\n component.location.nativeElement.style.marginTop = '10px';\n\n // Subscription to close alert from ref\n const refSub = service.afterDismissed.subscribe(() => {\n this.destroyAlertComponent(component);\n refSub.unsubscribe();\n });\n\n // Log new component\n this.alerts.push(component);\n return service;\n }\n\n /**\n * Dismisses all service-opened alerts.\n */\n public dismissAll(): void {\n this.alerts.forEach((ref) => {\n this.destroyAlertComponent(ref);\n });\n }\n\n /** @hidden */\n private destroyAlertComponent(alert: ComponentRef<AlertComponent>): void {\n this.alerts = this.alerts.filter((item) => item && item !== alert);\n this.dynamicComponentService.destroyComponent(alert);\n\n if (this.alertContainerRef && (!this.alerts || this.alerts.length === 0)) {\n this.destroyAlertContainer();\n }\n }\n\n /** @hidden */\n private destroyAlertContainer(): void {\n this.alertContainerRef && this.dynamicComponentService.destroyComponent(this.alertContainerRef);\n this.alertContainerRef = undefined;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { AlertComponent } from './alert.component';\nimport { AlertService } from './alert-service/alert.service';\nimport { AlertContainerComponent } from './alert-utils/alert-container.component';\nimport { DynamicComponentService, warnOnce } from '@fundamental-ngx/cdk/utils';\nimport { ButtonModule } from '@fundamental-ngx/core/button';\nimport { MessageStripComponent } from '@fundamental-ngx/core/message-strip';\n\n/**\n * @deprecated\n * Alert component is deprecated since version 0.16.0\n * Message Strip component should be used instead.\n */\n@NgModule({\n declarations: [AlertComponent, AlertContainerComponent],\n imports: [CommonModule, ButtonModule, MessageStripComponent],\n exports: [AlertComponent, AlertContainerComponent],\n providers: [AlertService, DynamicComponentService]\n})\nexport class AlertModule {\n /** @hidden */\n constructor() {\n warnOnce(\n 'AlertModule is deprecated since version 0.16.0 and will be removed in next release. Message Strip component should be used instead.'\n );\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.AlertConfig","i2.AlertRef"],"mappings":"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"}
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedFileUploaderContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedFileUploaderContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedFileUploaderContentDensityDirective, "fd-file-uploader[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedFormControlContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedFormControlContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedFormControlContentDensityDirective, "[fd-form-control][compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedInputGroupCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedInputGroupCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedInputGroupCompactDirective, "fd-input-group[compact], [fd-input-group-addon][compact], [fd-input-group-input][compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedListContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedListContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedListContentDensityDirective, "[fd-list][compact], [fdList][compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedMenuCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedMenuCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedMenuCompactDirective, "fd-menu[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated
4
- * Consider using `fd-button-bar`
5
- */
6
- export declare class MessageBoxDecisiveButton {
7
- /** @hidden */
8
- constructor();
9
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageBoxDecisiveButton, never>;
10
- static ɵdir: i0.ɵɵDirectiveDeclaration<MessageBoxDecisiveButton, "[fd-message-box-decisive-button]", never, {}, {}, never, never, false, never, false>;
11
- }
@@ -1,12 +0,0 @@
1
- import { BarElementDirective } from '@fundamental-ngx/core/bar';
2
- import * as i0 from "@angular/core";
3
- /**
4
- * @deprecated
5
- * Consider using `fd-button-bar`
6
- */
7
- export declare class MessageBoxFooterButtonComponent extends BarElementDirective {
8
- /** @hidden */
9
- constructor();
10
- static ɵfac: i0.ɵɵFactoryDeclaration<MessageBoxFooterButtonComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<MessageBoxFooterButtonComponent, "fd-message-box-footer-button", never, {}, {}, never, ["*"], false, never, false>;
12
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedMicroProcessFlowContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedMicroProcessFlowContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedMicroProcessFlowContentDensityDirective, "fd-micro-process-flow[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedMultiInputCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedMultiInputCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedMultiInputCompactDirective, "fd-multi-input[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedNestedListCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedNestedListCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedNestedListCompactDirective, "[fdNestedList][compact], [fd-nested-list][compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedPaginationCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedPaginationCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedPaginationCompactDirective, "fd-pagination[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedPanelCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedPanelCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedPanelCompactDirective, "fd-panel[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedRadioButtonCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedRadioButtonCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedRadioButtonCompactDirective, "fd-radio-button[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedSelectCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedSelectCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedSelectCompactDirective, "fd-select[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedShellbarCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedShellbarCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedShellbarCompactDirective, "fd-shellbar-user-menu[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCozyDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedSliderCozyDirective extends DeprecatedCozyDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedSliderCozyDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedSliderCozyDirective, "fd-slider[cozy]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedSplitButtonCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedSplitButtonCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedSplitButtonCompactDirective, "fd-split-button[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedStepInputCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedStepInputCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedStepInputCompactDirective, "fd-step-input[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedSwitchCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedSwitchCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedSwitchCompactDirective, "fd-switch[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedTableCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTableCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedTableCompactDirective, "table[fd-table][compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCondensedDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedTableCondensedDirective extends DeprecatedCondensedDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTableCondensedDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedTableCondensedDirective, "table[fd-table][condensed]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedTabsCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTabsCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedTabsCompactDirective, "[fd-tab-nav][compact], fd-tab-list[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedTimeContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTimeContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedTimeContentDensityDirective, "fd-time-column[compact], fd-time[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,42 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @deprecated use i18n capabilities instead
4
- * Provides i18n support for labels and meridian naming inside the time component.
5
- */
6
- export declare class TimeI18n {
7
- /** Aria label for entire component */
8
- componentAriaName: string;
9
- /** Aria label for the 'increase hours' button */
10
- increaseHoursLabel: string;
11
- /** label for the 'hours' column */
12
- hoursLabel: string;
13
- /** Aria label for the 'decrease hours' button */
14
- decreaseHoursLabel: string;
15
- /** Aria label for the 'increase minutes' button */
16
- increaseMinutesLabel: string;
17
- /** label for the 'minutes' column */
18
- minutesLabel: string;
19
- /** Aria label for the 'decrease minutes' button */
20
- decreaseMinutesLabel: string;
21
- /** Aria label for the 'increase seconds' button */
22
- increaseSecondsLabel: string;
23
- /** label for the 'seconds' column */
24
- secondsLabel: string;
25
- /** Aria label for the 'decrease seconds' button */
26
- decreaseSecondsLabel: string;
27
- /** Aria label for the 'increase period' button */
28
- increasePeriodLabel: string;
29
- /** label for the 'period' column */
30
- periodLabel: string;
31
- /** Aria label for the 'decrease period' button */
32
- decreasePeriodLabel: string;
33
- /**
34
- * Instruction how to navigate between options
35
- * in the time column list and to switch between time columns
36
- */
37
- navigationInstruction: string;
38
- /** @hidden */
39
- constructor();
40
- static ɵfac: i0.ɵɵFactoryDeclaration<TimeI18n, never>;
41
- static ɵprov: i0.ɵɵInjectableDeclaration<TimeI18n>;
42
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedTimepickerCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTimepickerCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedTimepickerCompactDirective, "fd-time-picker[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedTokenizerContentDensityDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedTokenizerContentDensityDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedTokenizerContentDensityDirective, "fd-tokenizer[compact], fd-token[compact]", never, {}, {}, never, never, false, never, false>;
8
- }
@@ -1,8 +0,0 @@
1
- import { DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import * as i0 from "@angular/core";
3
- export declare class DeprecatedWizardCompactDirective extends DeprecatedCompactDirective {
4
- /** @hidden */
5
- constructor();
6
- static ɵfac: i0.ɵɵFactoryDeclaration<DeprecatedWizardCompactDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<DeprecatedWizardCompactDirective, "fd-wizard-step-indicator[compact]", never, {}, {}, never, never, false, never, false>;
8
- }