@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,52 +0,0 @@
1
- import { Injectable, isDevMode } from '@angular/core';
2
- import { warnOnce } from '@fundamental-ngx/cdk/utils';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @deprecated use i18n capabilities instead
6
- * Provides i18n support for labels and meridian naming inside the time component.
7
- */
8
- export class TimeI18n {
9
- /** @hidden */
10
- constructor() {
11
- /** Aria label for entire component */
12
- this.componentAriaName = 'Time picker';
13
- /** Aria label for the 'increase hours' button */
14
- this.increaseHoursLabel = 'Increase hours';
15
- /** label for the 'hours' column */
16
- this.hoursLabel = 'Hrs';
17
- /** Aria label for the 'decrease hours' button */
18
- this.decreaseHoursLabel = 'Decrease hours';
19
- /** Aria label for the 'increase minutes' button */
20
- this.increaseMinutesLabel = 'Increase minutes';
21
- /** label for the 'minutes' column */
22
- this.minutesLabel = 'Min';
23
- /** Aria label for the 'decrease minutes' button */
24
- this.decreaseMinutesLabel = 'Decrease minutes';
25
- /** Aria label for the 'increase seconds' button */
26
- this.increaseSecondsLabel = 'Increase seconds';
27
- /** label for the 'seconds' column */
28
- this.secondsLabel = 'Sec';
29
- /** Aria label for the 'decrease seconds' button */
30
- this.decreaseSecondsLabel = 'Decrease seconds';
31
- /** Aria label for the 'increase period' button */
32
- this.increasePeriodLabel = 'Increase period';
33
- /** label for the 'period' column */
34
- this.periodLabel = 'Period';
35
- /** Aria label for the 'decrease period' button */
36
- this.decreasePeriodLabel = 'Decrease period';
37
- /**
38
- * Instruction how to navigate between options
39
- * in the time column list and to switch between time columns
40
- */
41
- this.navigationInstruction = 'To move between items in this list, press top arrow or bottom arrow. To switch between lists press left arrow or right arrow.';
42
- if (isDevMode()) {
43
- warnOnce('TimeI18n is deprecated and will be removed in next release. Use i18n capabilities instead.');
44
- }
45
- }
46
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: TimeI18n, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
47
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: TimeI18n }); }
48
- }
49
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: TimeI18n, decorators: [{
50
- type: Injectable
51
- }], ctorParameters: function () { return []; } });
52
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGltZS1pMThuLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvdGltZS9pMThuL3RpbWUtaTE4bi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN0RCxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sNEJBQTRCLENBQUM7O0FBRXREOzs7R0FHRztBQUVILE1BQU0sT0FBTyxRQUFRO0lBK0NqQixjQUFjO0lBQ2Q7UUEvQ0Esc0NBQXNDO1FBQ3RDLHNCQUFpQixHQUFHLGFBQWEsQ0FBQztRQUVsQyxpREFBaUQ7UUFDakQsdUJBQWtCLEdBQUcsZ0JBQWdCLENBQUM7UUFFdEMsbUNBQW1DO1FBQ25DLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFFbkIsaURBQWlEO1FBQ2pELHVCQUFrQixHQUFHLGdCQUFnQixDQUFDO1FBRXRDLG1EQUFtRDtRQUNuRCx5QkFBb0IsR0FBRyxrQkFBa0IsQ0FBQztRQUUxQyxxQ0FBcUM7UUFDckMsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFFckIsbURBQW1EO1FBQ25ELHlCQUFvQixHQUFHLGtCQUFrQixDQUFDO1FBRTFDLG1EQUFtRDtRQUNuRCx5QkFBb0IsR0FBRyxrQkFBa0IsQ0FBQztRQUUxQyxxQ0FBcUM7UUFDckMsaUJBQVksR0FBRyxLQUFLLENBQUM7UUFFckIsbURBQW1EO1FBQ25ELHlCQUFvQixHQUFHLGtCQUFrQixDQUFDO1FBRTFDLGtEQUFrRDtRQUNsRCx3QkFBbUIsR0FBRyxpQkFBaUIsQ0FBQztRQUV4QyxvQ0FBb0M7UUFDcEMsZ0JBQVcsR0FBRyxRQUFRLENBQUM7UUFFdkIsa0RBQWtEO1FBQ2xELHdCQUFtQixHQUFHLGlCQUFpQixDQUFDO1FBRXhDOzs7V0FHRztRQUNILDBCQUFxQixHQUNqQiwrSEFBK0gsQ0FBQztRQUloSSxJQUFJLFNBQVMsRUFBRSxFQUFFO1lBQ2IsUUFBUSxDQUFDLDRGQUE0RixDQUFDLENBQUM7U0FDMUc7SUFDTCxDQUFDOzhHQXBEUSxRQUFRO2tIQUFSLFFBQVE7OzJGQUFSLFFBQVE7a0JBRHBCLFVBQVUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3RhYmxlLCBpc0Rldk1vZGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IHdhcm5PbmNlIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC9jZGsvdXRpbHMnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIHVzZSBpMThuIGNhcGFiaWxpdGllcyBpbnN0ZWFkXG4gKiBQcm92aWRlcyBpMThuIHN1cHBvcnQgZm9yIGxhYmVscyBhbmQgbWVyaWRpYW4gbmFtaW5nIGluc2lkZSB0aGUgdGltZSBjb21wb25lbnQuXG4gKi9cbkBJbmplY3RhYmxlKClcbmV4cG9ydCBjbGFzcyBUaW1lSTE4biB7XG4gICAgLyoqIEFyaWEgbGFiZWwgZm9yIGVudGlyZSBjb21wb25lbnQgKi9cbiAgICBjb21wb25lbnRBcmlhTmFtZSA9ICdUaW1lIHBpY2tlcic7XG5cbiAgICAvKiogQXJpYSBsYWJlbCBmb3IgdGhlICdpbmNyZWFzZSBob3VycycgYnV0dG9uICovXG4gICAgaW5jcmVhc2VIb3Vyc0xhYmVsID0gJ0luY3JlYXNlIGhvdXJzJztcblxuICAgIC8qKiBsYWJlbCBmb3IgdGhlICdob3VycycgY29sdW1uICovXG4gICAgaG91cnNMYWJlbCA9ICdIcnMnO1xuXG4gICAgLyoqIEFyaWEgbGFiZWwgZm9yIHRoZSAnZGVjcmVhc2UgaG91cnMnIGJ1dHRvbiAqL1xuICAgIGRlY3JlYXNlSG91cnNMYWJlbCA9ICdEZWNyZWFzZSBob3Vycyc7XG5cbiAgICAvKiogQXJpYSBsYWJlbCBmb3IgdGhlICdpbmNyZWFzZSBtaW51dGVzJyBidXR0b24gKi9cbiAgICBpbmNyZWFzZU1pbnV0ZXNMYWJlbCA9ICdJbmNyZWFzZSBtaW51dGVzJztcblxuICAgIC8qKiBsYWJlbCBmb3IgdGhlICdtaW51dGVzJyBjb2x1bW4gKi9cbiAgICBtaW51dGVzTGFiZWwgPSAnTWluJztcblxuICAgIC8qKiBBcmlhIGxhYmVsIGZvciB0aGUgJ2RlY3JlYXNlIG1pbnV0ZXMnIGJ1dHRvbiAqL1xuICAgIGRlY3JlYXNlTWludXRlc0xhYmVsID0gJ0RlY3JlYXNlIG1pbnV0ZXMnO1xuXG4gICAgLyoqIEFyaWEgbGFiZWwgZm9yIHRoZSAnaW5jcmVhc2Ugc2Vjb25kcycgYnV0dG9uICovXG4gICAgaW5jcmVhc2VTZWNvbmRzTGFiZWwgPSAnSW5jcmVhc2Ugc2Vjb25kcyc7XG5cbiAgICAvKiogbGFiZWwgZm9yIHRoZSAnc2Vjb25kcycgY29sdW1uICovXG4gICAgc2Vjb25kc0xhYmVsID0gJ1NlYyc7XG5cbiAgICAvKiogQXJpYSBsYWJlbCBmb3IgdGhlICdkZWNyZWFzZSBzZWNvbmRzJyBidXR0b24gKi9cbiAgICBkZWNyZWFzZVNlY29uZHNMYWJlbCA9ICdEZWNyZWFzZSBzZWNvbmRzJztcblxuICAgIC8qKiBBcmlhIGxhYmVsIGZvciB0aGUgJ2luY3JlYXNlIHBlcmlvZCcgYnV0dG9uICovXG4gICAgaW5jcmVhc2VQZXJpb2RMYWJlbCA9ICdJbmNyZWFzZSBwZXJpb2QnO1xuXG4gICAgLyoqIGxhYmVsIGZvciB0aGUgJ3BlcmlvZCcgY29sdW1uICovXG4gICAgcGVyaW9kTGFiZWwgPSAnUGVyaW9kJztcblxuICAgIC8qKiBBcmlhIGxhYmVsIGZvciB0aGUgJ2RlY3JlYXNlIHBlcmlvZCcgYnV0dG9uICovXG4gICAgZGVjcmVhc2VQZXJpb2RMYWJlbCA9ICdEZWNyZWFzZSBwZXJpb2QnO1xuXG4gICAgLyoqXG4gICAgICogSW5zdHJ1Y3Rpb24gaG93IHRvIG5hdmlnYXRlIGJldHdlZW4gb3B0aW9uc1xuICAgICAqIGluIHRoZSB0aW1lIGNvbHVtbiBsaXN0IGFuZCB0byBzd2l0Y2ggYmV0d2VlbiB0aW1lIGNvbHVtbnNcbiAgICAgKi9cbiAgICBuYXZpZ2F0aW9uSW5zdHJ1Y3Rpb24gPVxuICAgICAgICAnVG8gbW92ZSBiZXR3ZWVuIGl0ZW1zIGluIHRoaXMgbGlzdCwgcHJlc3MgdG9wIGFycm93IG9yIGJvdHRvbSBhcnJvdy4gVG8gc3dpdGNoIGJldHdlZW4gbGlzdHMgcHJlc3MgbGVmdCBhcnJvdyBvciByaWdodCBhcnJvdy4nO1xuXG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgaWYgKGlzRGV2TW9kZSgpKSB7XG4gICAgICAgICAgICB3YXJuT25jZSgnVGltZUkxOG4gaXMgZGVwcmVjYXRlZCBhbmQgd2lsbCBiZSByZW1vdmVkIGluIG5leHQgcmVsZWFzZS4gVXNlIGkxOG4gY2FwYWJpbGl0aWVzIGluc3RlYWQuJyk7XG4gICAgICAgIH1cbiAgICB9XG59XG4iXX0=
@@ -1,30 +0,0 @@
1
- import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import { Directive, forwardRef } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class DeprecatedTimepickerCompactDirective extends DeprecatedCompactDirective {
5
- /** @hidden */
6
- constructor() {
7
- super('fd-time-picker');
8
- }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTimepickerCompactDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedTimepickerCompactDirective, selector: "fd-time-picker[compact]", providers: [
11
- {
12
- provide: CONTENT_DENSITY_DIRECTIVE,
13
- useExisting: forwardRef(() => DeprecatedTimepickerCompactDirective)
14
- }
15
- ], usesInheritance: true, ngImport: i0 }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTimepickerCompactDirective, decorators: [{
18
- type: Directive,
19
- args: [{
20
- // eslint-disable-next-line @angular-eslint/directive-selector
21
- selector: 'fd-time-picker[compact]',
22
- providers: [
23
- {
24
- provide: CONTENT_DENSITY_DIRECTIVE,
25
- useExisting: forwardRef(() => DeprecatedTimepickerCompactDirective)
26
- }
27
- ]
28
- }]
29
- }], ctorParameters: function () { return []; } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC10aW1lcGlja2VyLWNvbXBhY3QuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb3JlL3NyYy9saWIvdGltZS1waWNrZXIvZGVwcmVjYXRlZC10aW1lcGlja2VyLWNvbXBhY3QuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSwwQkFBMEIsRUFBRSxNQUFNLHVDQUF1QyxDQUFDO0FBQzlHLE9BQU8sRUFBRSxTQUFTLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVl0RCxNQUFNLE9BQU8sb0NBQXFDLFNBQVEsMEJBQTBCO0lBQ2hGLGNBQWM7SUFDZDtRQUNJLEtBQUssQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBQzVCLENBQUM7OEdBSlEsb0NBQW9DO2tHQUFwQyxvQ0FBb0Msa0RBUGxDO1lBQ1A7Z0JBQ0ksT0FBTyxFQUFFLHlCQUF5QjtnQkFDbEMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxvQ0FBb0MsQ0FBQzthQUN0RTtTQUNKOzsyRkFFUSxvQ0FBb0M7a0JBVmhELFNBQVM7bUJBQUM7b0JBQ1AsOERBQThEO29CQUM5RCxRQUFRLEVBQUUseUJBQXlCO29CQUNuQyxTQUFTLEVBQUU7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLHlCQUF5Qjs0QkFDbEMsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUscUNBQXFDLENBQUM7eUJBQ3RFO3FCQUNKO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ09OVEVOVF9ERU5TSVRZX0RJUkVDVElWRSwgRGVwcmVjYXRlZENvbXBhY3REaXJlY3RpdmUgfSBmcm9tICdAZnVuZGFtZW50YWwtbmd4L2NvcmUvY29udGVudC1kZW5zaXR5JztcbmltcG9ydCB7IERpcmVjdGl2ZSwgZm9yd2FyZFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ARGlyZWN0aXZlKHtcbiAgICAvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgQGFuZ3VsYXItZXNsaW50L2RpcmVjdGl2ZS1zZWxlY3RvclxuICAgIHNlbGVjdG9yOiAnZmQtdGltZS1waWNrZXJbY29tcGFjdF0nLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRGVwcmVjYXRlZFRpbWVwaWNrZXJDb21wYWN0RGlyZWN0aXZlKVxuICAgICAgICB9XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBEZXByZWNhdGVkVGltZXBpY2tlckNvbXBhY3REaXJlY3RpdmUgZXh0ZW5kcyBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB7XG4gICAgLyoqIEBoaWRkZW4gKi9cbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2ZkLXRpbWUtcGlja2VyJyk7XG4gICAgfVxufVxuIl19
@@ -1,30 +0,0 @@
1
- import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import { Directive, forwardRef } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class DeprecatedTokenizerContentDensityDirective extends DeprecatedCompactDirective {
5
- /** @hidden */
6
- constructor() {
7
- super('fd-tokenizer[compact], fd-token');
8
- }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTokenizerContentDensityDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedTokenizerContentDensityDirective, selector: "fd-tokenizer[compact], fd-token[compact]", providers: [
11
- {
12
- provide: CONTENT_DENSITY_DIRECTIVE,
13
- useExisting: forwardRef(() => DeprecatedTokenizerContentDensityDirective)
14
- }
15
- ], usesInheritance: true, ngImport: i0 }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedTokenizerContentDensityDirective, decorators: [{
18
- type: Directive,
19
- args: [{
20
- // eslint-disable-next-line @angular-eslint/directive-selector
21
- selector: 'fd-tokenizer[compact], fd-token[compact]',
22
- providers: [
23
- {
24
- provide: CONTENT_DENSITY_DIRECTIVE,
25
- useExisting: forwardRef(() => DeprecatedTokenizerContentDensityDirective)
26
- }
27
- ]
28
- }]
29
- }], ctorParameters: function () { return []; } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC10b2tlbml6ZXItY29udGVudC1kZW5zaXR5LmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvY29yZS9zcmMvbGliL3Rva2VuL2RlcHJlY2F0ZWQtdG9rZW5pemVyLWNvbnRlbnQtZGVuc2l0eS5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHlCQUF5QixFQUFFLDBCQUEwQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDOUcsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWXRELE1BQU0sT0FBTywwQ0FBMkMsU0FBUSwwQkFBMEI7SUFDdEYsY0FBYztJQUNkO1FBQ0ksS0FBSyxDQUFDLGlDQUFpQyxDQUFDLENBQUM7SUFDN0MsQ0FBQzs4R0FKUSwwQ0FBMEM7a0dBQTFDLDBDQUEwQyxtRUFQeEM7WUFDUDtnQkFDSSxPQUFPLEVBQUUseUJBQXlCO2dCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLDBDQUEwQyxDQUFDO2FBQzVFO1NBQ0o7OzJGQUVRLDBDQUEwQztrQkFWdEQsU0FBUzttQkFBQztvQkFDUCw4REFBOEQ7b0JBQzlELFFBQVEsRUFBRSwwQ0FBMEM7b0JBQ3BELFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUseUJBQXlCOzRCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSwyQ0FBMkMsQ0FBQzt5QkFDNUU7cUJBQ0o7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLCBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9jb250ZW50LWRlbnNpdHknO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXG4gICAgc2VsZWN0b3I6ICdmZC10b2tlbml6ZXJbY29tcGFjdF0sIGZkLXRva2VuW2NvbXBhY3RdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgcHJvdmlkZTogQ09OVEVOVF9ERU5TSVRZX0RJUkVDVElWRSxcbiAgICAgICAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IERlcHJlY2F0ZWRUb2tlbml6ZXJDb250ZW50RGVuc2l0eURpcmVjdGl2ZSlcbiAgICAgICAgfVxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgRGVwcmVjYXRlZFRva2VuaXplckNvbnRlbnREZW5zaXR5RGlyZWN0aXZlIGV4dGVuZHMgRGVwcmVjYXRlZENvbXBhY3REaXJlY3RpdmUge1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdmZC10b2tlbml6ZXJbY29tcGFjdF0sIGZkLXRva2VuJyk7XG4gICAgfVxufVxuIl19
@@ -1,30 +0,0 @@
1
- import { CONTENT_DENSITY_DIRECTIVE, DeprecatedCompactDirective } from '@fundamental-ngx/core/content-density';
2
- import { Directive, forwardRef } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export class DeprecatedWizardCompactDirective extends DeprecatedCompactDirective {
5
- /** @hidden */
6
- constructor() {
7
- super('fd-wizard-step-indicator');
8
- }
9
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedWizardCompactDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
10
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: DeprecatedWizardCompactDirective, selector: "fd-wizard-step-indicator[compact]", providers: [
11
- {
12
- provide: CONTENT_DENSITY_DIRECTIVE,
13
- useExisting: forwardRef(() => DeprecatedWizardCompactDirective)
14
- }
15
- ], usesInheritance: true, ngImport: i0 }); }
16
- }
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: DeprecatedWizardCompactDirective, decorators: [{
18
- type: Directive,
19
- args: [{
20
- // eslint-disable-next-line @angular-eslint/directive-selector
21
- selector: 'fd-wizard-step-indicator[compact]',
22
- providers: [
23
- {
24
- provide: CONTENT_DENSITY_DIRECTIVE,
25
- useExisting: forwardRef(() => DeprecatedWizardCompactDirective)
26
- }
27
- ]
28
- }]
29
- }], ctorParameters: function () { return []; } });
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwcmVjYXRlZC13aXphcmQtY29tcGFjdC5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvcmUvc3JjL2xpYi93aXphcmQvZGVwcmVjYXRlZC13aXphcmQtY29tcGFjdC5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHlCQUF5QixFQUFFLDBCQUEwQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDOUcsT0FBTyxFQUFFLFNBQVMsRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBWXRELE1BQU0sT0FBTyxnQ0FBaUMsU0FBUSwwQkFBMEI7SUFDNUUsY0FBYztJQUNkO1FBQ0ksS0FBSyxDQUFDLDBCQUEwQixDQUFDLENBQUM7SUFDdEMsQ0FBQzs4R0FKUSxnQ0FBZ0M7a0dBQWhDLGdDQUFnQyw0REFQOUI7WUFDUDtnQkFDSSxPQUFPLEVBQUUseUJBQXlCO2dCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxDQUFDLGdDQUFnQyxDQUFDO2FBQ2xFO1NBQ0o7OzJGQUVRLGdDQUFnQztrQkFWNUMsU0FBUzttQkFBQztvQkFDUCw4REFBOEQ7b0JBQzlELFFBQVEsRUFBRSxtQ0FBbUM7b0JBQzdDLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUseUJBQXlCOzRCQUNsQyxXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxpQ0FBaUMsQ0FBQzt5QkFDbEU7cUJBQ0o7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLCBEZXByZWNhdGVkQ29tcGFjdERpcmVjdGl2ZSB9IGZyb20gJ0BmdW5kYW1lbnRhbC1uZ3gvY29yZS9jb250ZW50LWRlbnNpdHknO1xuaW1wb3J0IHsgRGlyZWN0aXZlLCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBEaXJlY3RpdmUoe1xuICAgIC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAYW5ndWxhci1lc2xpbnQvZGlyZWN0aXZlLXNlbGVjdG9yXG4gICAgc2VsZWN0b3I6ICdmZC13aXphcmQtc3RlcC1pbmRpY2F0b3JbY29tcGFjdF0nLFxuICAgIHByb3ZpZGVyczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBwcm92aWRlOiBDT05URU5UX0RFTlNJVFlfRElSRUNUSVZFLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gRGVwcmVjYXRlZFdpemFyZENvbXBhY3REaXJlY3RpdmUpXG4gICAgICAgIH1cbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIERlcHJlY2F0ZWRXaXphcmRDb21wYWN0RGlyZWN0aXZlIGV4dGVuZHMgRGVwcmVjYXRlZENvbXBhY3REaXJlY3RpdmUge1xuICAgIC8qKiBAaGlkZGVuICovXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIHN1cGVyKCdmZC13aXphcmQtc3RlcC1pbmRpY2F0b3InKTtcbiAgICB9XG59XG4iXX0=
@@ -1,437 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { EventEmitter, Type, TemplateRef, ViewContainerRef, Component, ChangeDetectionStrategy, Optional, ViewChild, Input, Output, HostListener, ViewEncapsulation, HostBinding, Injectable, NgModule } from '@angular/core';
3
- import { CommonModule } from '@angular/common';
4
- import * as i1 from '@fundamental-ngx/cdk/utils';
5
- import { warnOnce, AbstractFdNgxClass, DynamicComponentService } from '@fundamental-ngx/cdk/utils';
6
- import { Subject } from 'rxjs';
7
- import * as i3 from '@fundamental-ngx/core/message-strip';
8
- import { MessageStripComponent } from '@fundamental-ngx/core/message-strip';
9
- import { trigger, transition, style, animate } from '@angular/animations';
10
- import { ButtonModule } from '@fundamental-ngx/core/button';
11
-
12
- /**
13
- * @deprecated
14
- * Alert component is deprecated since version 0.16.0
15
- * Message Strip component should be used instead.
16
- *
17
- * Reference to an alert component generated via the AlertService.
18
- * It can be injected into the content component in the same way a service would be injected.
19
- * For a template, add let-alert to your ng-template tag. Now using *alert* in the template refers to this class.
20
- */
21
- class AlertRef {
22
- /** @hidden */
23
- constructor() {
24
- /** @hidden */
25
- this._afterDismissed = new Subject();
26
- warnOnce('AlertRef is deprecated since version 0.16.0 and will be removed in next release. Use Message Strip instead.');
27
- this.afterDismissed = this._afterDismissed.asObservable();
28
- }
29
- /**
30
- * Dismisses the alert.
31
- *
32
- * @param reason Data passed back to the calling component through the AfterDismissed observable.
33
- */
34
- dismiss(reason) {
35
- this._afterDismissed.next(reason);
36
- }
37
- }
38
-
39
- /**
40
- * @deprecated
41
- * Alert component is deprecated since version 0.16.0
42
- * Message Strip component should be used instead.
43
- *
44
- * Configuration for opening an alert with the AlertService.
45
- */
46
- class AlertConfig {
47
- /** @hidden */
48
- constructor() {
49
- /** Whether the alert is dismissible. */
50
- this.dismissible = true;
51
- /** Width of the alert. */
52
- this.width = '33vw';
53
- /** Minimum width of the alert. */
54
- this.minWidth = '300px';
55
- /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
56
- this.duration = 10000;
57
- /** Whether the alert should stay open if the mouse is hovering over it. */
58
- this.mousePersist = false;
59
- /** The container that the Alert is appended to. By default, it is appended to the body. */
60
- this.container = 'body';
61
- warnOnce('AlertConfig is deprecated since version 0.16.0 and will be removed in next release. Use Message Strip instead.');
62
- }
63
- }
64
-
65
- let alertUniqueId = 0;
66
- /**
67
- * @deprecated
68
- * Alert component is deprecated since version 0.16.0
69
- * Message Strip component should be used instead.
70
- *
71
- * The component that represents an alert. It can be only be used inline.
72
- * If the AlertService is used, this component is auto-generated.
73
- */
74
- class AlertComponent extends AbstractFdNgxClass {
75
- /** @hidden */
76
- constructor(elRef, cdRef, componentFactoryResolver, ngZone, alertConfig, alertRef) {
77
- super(elRef);
78
- this.elRef = elRef;
79
- this.cdRef = cdRef;
80
- this.componentFactoryResolver = componentFactoryResolver;
81
- this.ngZone = ngZone;
82
- this.alertConfig = alertConfig;
83
- this.alertRef = alertRef;
84
- /** Whether the alert is dismissible. */
85
- this.dismissible = true;
86
- /** Id for the alert component. If omitted, a unique one is generated. */
87
- this.id = 'fd-alert-' + alertUniqueId++;
88
- /** Duration of time *in milliseconds* that the alert will be visible. Set to -1 for indefinite. */
89
- this.duration = 10000;
90
- /** Whether the alert should stay open if the mouse is hovering over it. */
91
- this.mousePersist = false;
92
- /** Aria label for the dismiss button. */
93
- this.dismissLabel = 'Dismiss';
94
- /** Event fired when the alert is dismissed. */
95
- this.onDismiss = new EventEmitter();
96
- /** @hidden */
97
- this.mouseInAlert = false;
98
- /** @hidden */
99
- this.childContent = undefined;
100
- this._setAlertConfig(alertConfig);
101
- this._setProperties();
102
- warnOnce('AlertComponent is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripComponent instead.');
103
- }
104
- /** @hidden */
105
- ngOnInit() {
106
- if (this.alertRef) {
107
- this.open();
108
- }
109
- this._setProperties();
110
- }
111
- /** @hidden */
112
- ngAfterViewInit() {
113
- if (this.childContent) {
114
- if (this.childContent instanceof Type) {
115
- this.loadFromComponent(this.childContent);
116
- }
117
- else if (this.childContent instanceof TemplateRef) {
118
- this.loadFromTemplate(this.childContent);
119
- }
120
- else {
121
- this.loadFromString(this.childContent);
122
- }
123
- this.cdRef.detectChanges();
124
- }
125
- }
126
- /**
127
- * Dismisses the alert. If the alert was generated via the AlertService, it is removed from the DOM.
128
- * Otherwise, it sets the display value to none. Fires the onDismiss event.
129
- *
130
- * @param manualDismiss Set to true to skip the dismiss animation.
131
- * @param reason Data to pass back to the calling component. Only usable if alert is opened using the Service.
132
- *
133
- */
134
- dismiss(reason, manualDismiss = false) {
135
- if (manualDismiss) {
136
- this.elRef.nativeElement.classList.add('fd-has-display-none');
137
- this.elRef.nativeElement.classList.remove('fd-has-display-block');
138
- }
139
- if (this.alertRef) {
140
- this.alertRef.dismiss(reason);
141
- }
142
- else {
143
- this.elRef.nativeElement.classList.add('fd-has-display-none');
144
- this.elRef.nativeElement.classList.remove('fd-has-display-block');
145
- }
146
- this.onDismiss.emit();
147
- }
148
- /**
149
- * Opens the alert.
150
- */
151
- open() {
152
- if (!this.alertRef) {
153
- if (this.elRef.nativeElement.style.display === 'block') {
154
- return;
155
- }
156
- this.elRef.nativeElement.classList.remove('fd-has-display-none');
157
- this.elRef.nativeElement.classList.add('fd-has-display-block');
158
- }
159
- if (this.duration >= 0) {
160
- this.ngZone.runOutsideAngular(() => {
161
- setTimeout(() => {
162
- if (this.mousePersist) {
163
- const wait = () => {
164
- if (this.mouseInAlert === true) {
165
- setTimeout(wait, 500);
166
- }
167
- else {
168
- this.ngZone.run(() => this.dismiss());
169
- }
170
- };
171
- wait();
172
- }
173
- else {
174
- this.ngZone.run(() => this.dismiss());
175
- }
176
- }, this.duration);
177
- });
178
- }
179
- }
180
- /** @hidden */
181
- handleAlertMouseEvent(event) {
182
- if (event.type === 'mouseenter') {
183
- this.mouseInAlert = true;
184
- }
185
- else if (event.type === 'mouseleave') {
186
- this.mouseInAlert = false;
187
- }
188
- }
189
- /** @hidden */
190
- _setProperties() {
191
- this._addClassToElement('fd-alert');
192
- if (this.type) {
193
- this._addClassToElement('fd-alert--' + this.type);
194
- }
195
- if (this.dismissible) {
196
- this._addClassToElement('fd-alert--dismissible');
197
- }
198
- }
199
- /** @hidden */
200
- loadFromTemplate(template) {
201
- const context = {
202
- $implicit: this.alertRef
203
- };
204
- this.componentRef = this.containerRef.createEmbeddedView(template, context);
205
- }
206
- /** @hidden */
207
- loadFromComponent(componentType) {
208
- this.containerRef.clear();
209
- this.componentRef = this.containerRef.createComponent(componentType);
210
- }
211
- /** @hidden */
212
- loadFromString(contentString) {
213
- this.containerRef.clear();
214
- this.message = contentString;
215
- }
216
- /** @hidden */
217
- _setAlertConfig(alertConfig) {
218
- Object.keys(alertConfig || {})
219
- .filter((key) => key !== 'data' && key !== 'container')
220
- .forEach((key) => (this[key] = alertConfig[key]));
221
- }
222
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.ComponentFactoryResolver }, { token: i0.NgZone }, { token: AlertConfig, optional: true }, { token: AlertRef, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
223
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: AlertComponent, selector: "fd-alert", inputs: { dismissible: "dismissible", type: "type", id: "id", duration: "duration", mousePersist: "mousePersist", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", dismissLabel: "dismissLabel", width: "width", minWidth: "minWidth", message: "message" }, outputs: { onDismiss: "onDismiss" }, host: { listeners: { "mouseenter": "handleAlertMouseEvent($event)", "mouseleave": "handleAlertMouseEvent($event)" } }, viewQueries: [{ propertyName: "containerRef", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef }], usesInheritance: true, ngImport: i0, template: "<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", styles: [":host{display:block}:host.fd-has-display-block{display:block}:host.fd-has-display-none{display:none}\n"], dependencies: [{ kind: "component", type: i3.MessageStripComponent, selector: "fd-message-strip", inputs: ["class", "dismissible", "noIcon", "type", "id", "ariaLabelledBy", "ariaLabel", "dismissLabel", "width", "minWidth", "marginBottom"], outputs: ["onDismiss"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
224
- }
225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertComponent, decorators: [{
226
- type: Component,
227
- args: [{ selector: 'fd-alert', changeDetection: ChangeDetectionStrategy.OnPush, template: "<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", styles: [":host{display:block}:host.fd-has-display-block{display:block}:host.fd-has-display-none{display:none}\n"] }]
228
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.ComponentFactoryResolver }, { type: i0.NgZone }, { type: AlertConfig, decorators: [{
229
- type: Optional
230
- }] }, { type: AlertRef, decorators: [{
231
- type: Optional
232
- }] }]; }, propDecorators: { containerRef: [{
233
- type: ViewChild,
234
- args: ['container', { read: ViewContainerRef }]
235
- }], dismissible: [{
236
- type: Input
237
- }], type: [{
238
- type: Input
239
- }], id: [{
240
- type: Input
241
- }], duration: [{
242
- type: Input
243
- }], mousePersist: [{
244
- type: Input
245
- }], ariaLabelledBy: [{
246
- type: Input
247
- }], ariaLabel: [{
248
- type: Input
249
- }], dismissLabel: [{
250
- type: Input
251
- }], width: [{
252
- type: Input
253
- }], minWidth: [{
254
- type: Input
255
- }], message: [{
256
- type: Input
257
- }],
258
- // eslint-disable-next-line @angular-eslint/no-output-on-prefix
259
- onDismiss: [{
260
- type: Output
261
- }], handleAlertMouseEvent: [{
262
- type: HostListener,
263
- args: ['mouseenter', ['$event']]
264
- }, {
265
- type: HostListener,
266
- args: ['mouseleave', ['$event']]
267
- }] } });
268
-
269
- /**
270
- * @deprecated
271
- * Alert component is deprecated since version 0.16.0
272
- * Message Strip component should be used instead.
273
- */
274
- const alertFadeNgIf = trigger('fadeAlertNgIf', [
275
- transition(':enter', [
276
- style({
277
- opacity: 0
278
- }),
279
- animate('250ms ease-in-out', style({
280
- opacity: 1
281
- }))
282
- ]),
283
- transition(':leave', [
284
- style({
285
- opacity: 1,
286
- marginTop: '*',
287
- paddingTop: '*',
288
- paddingBottom: '*',
289
- height: '*',
290
- overflow: 'hidden'
291
- }),
292
- animate('400ms ease-in-out', style({
293
- opacity: 0,
294
- marginTop: 0,
295
- paddingTop: 0,
296
- paddingBottom: 0,
297
- height: 0,
298
- overflow: 'hidden'
299
- }))
300
- ])
301
- ]);
302
- const alertContainerNgIf = trigger('alertContainerNgIf', [
303
- transition(':leave', [style({ opacity: 1 }), animate('400ms ease-in-out', style({ opacity: 0 }))])
304
- ]);
305
-
306
- /**
307
- * @deprecated
308
- * Alert component is deprecated since version 0.16.0
309
- * Message Strip component should be used instead.
310
- */
311
- class AlertContainerComponent {
312
- /** @hidden */
313
- constructor() {
314
- /** @hidden */
315
- this.fdAlertContainerClass = true;
316
- warnOnce('AlertContainerComponent is deprecated since version 0.16.0 and will be removed in future release. Message Strip component should be used instead.');
317
- }
318
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
319
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: AlertContainerComponent, selector: "fd-alert-container", host: { properties: { "@alertContainerNgIf": "", "class.fd-alert-container": "this.fdAlertContainerClass" } }, ngImport: i0, template: ``, isInline: true, styles: [".fd-alert-container{position:fixed;display:flex;flex-direction:column;z-index:5000;align-items:center;top:0;right:50%;left:50%}\n"], animations: [alertContainerNgIf], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
320
- }
321
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertContainerComponent, decorators: [{
322
- type: Component,
323
- args: [{ selector: 'fd-alert-container', template: ``, host: {
324
- '[@alertContainerNgIf]': ''
325
- }, animations: [alertContainerNgIf], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".fd-alert-container{position:fixed;display:flex;flex-direction:column;z-index:5000;align-items:center;top:0;right:50%;left:50%}\n"] }]
326
- }], ctorParameters: function () { return []; }, propDecorators: { fdAlertContainerClass: [{
327
- type: HostBinding,
328
- args: ['class.fd-alert-container']
329
- }] } });
330
-
331
- /**
332
- * @deprecated
333
- * Alert component is deprecated since version 0.16.0
334
- * Message Strip component should be used instead.
335
- *
336
- * Service used to dynamically generate an alert as an overlay.
337
- */
338
- class AlertService {
339
- /** @hidden */
340
- constructor(dynamicComponentService) {
341
- this.dynamicComponentService = dynamicComponentService;
342
- /** @hidden */
343
- this.alerts = [];
344
- warnOnce('AlertService is deprecated since version 0.16.0 and will be removed in next release. Use MessageStripAlertService instead.');
345
- }
346
- /**
347
- * Returns true if there are some alerts currently open. False otherwise.
348
- */
349
- hasOpenAlerts() {
350
- return this.alerts && this.alerts.length > 0;
351
- }
352
- /**
353
- * Opens an alert component with a content of type TemplateRef, Component Type or String.
354
- * @param content Content of the alert component.
355
- * @param alertConfig Configuration of the alert component.
356
- */
357
- open(content, alertConfig = new AlertConfig()) {
358
- // Get default values from alert model
359
- alertConfig = Object.assign(new AlertConfig(), alertConfig);
360
- // Instantiate alert ref service
361
- const service = new AlertRef();
362
- service.data = alertConfig.data;
363
- // If empty or undefined alert array, create container
364
- if (!this.alerts || this.alerts.length === 0 || !this.alertContainerRef) {
365
- this.alertContainerRef = this.dynamicComponentService.createDynamicComponent(content, AlertContainerComponent, alertConfig);
366
- }
367
- // Define Container to put backdrop and component to container
368
- alertConfig.container = this.alertContainerRef.location.nativeElement;
369
- const component = this.dynamicComponentService.createDynamicComponent(content, AlertComponent, alertConfig, { services: [service, alertConfig] });
370
- component.location.nativeElement.style.marginTop = '10px';
371
- // Subscription to close alert from ref
372
- const refSub = service.afterDismissed.subscribe(() => {
373
- this.destroyAlertComponent(component);
374
- refSub.unsubscribe();
375
- });
376
- // Log new component
377
- this.alerts.push(component);
378
- return service;
379
- }
380
- /**
381
- * Dismisses all service-opened alerts.
382
- */
383
- dismissAll() {
384
- this.alerts.forEach((ref) => {
385
- this.destroyAlertComponent(ref);
386
- });
387
- }
388
- /** @hidden */
389
- destroyAlertComponent(alert) {
390
- this.alerts = this.alerts.filter((item) => item && item !== alert);
391
- this.dynamicComponentService.destroyComponent(alert);
392
- if (this.alertContainerRef && (!this.alerts || this.alerts.length === 0)) {
393
- this.destroyAlertContainer();
394
- }
395
- }
396
- /** @hidden */
397
- destroyAlertContainer() {
398
- this.alertContainerRef && this.dynamicComponentService.destroyComponent(this.alertContainerRef);
399
- this.alertContainerRef = undefined;
400
- }
401
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService, deps: [{ token: i1.DynamicComponentService }], target: i0.ɵɵFactoryTarget.Injectable }); }
402
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService }); }
403
- }
404
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertService, decorators: [{
405
- type: Injectable
406
- }], ctorParameters: function () { return [{ type: i1.DynamicComponentService }]; } });
407
-
408
- /**
409
- * @deprecated
410
- * Alert component is deprecated since version 0.16.0
411
- * Message Strip component should be used instead.
412
- */
413
- class AlertModule {
414
- /** @hidden */
415
- constructor() {
416
- warnOnce('AlertModule is deprecated since version 0.16.0 and will be removed in next release. Message Strip component should be used instead.');
417
- }
418
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
419
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, declarations: [AlertComponent, AlertContainerComponent], imports: [CommonModule, ButtonModule, MessageStripComponent], exports: [AlertComponent, AlertContainerComponent] }); }
420
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, providers: [AlertService, DynamicComponentService], imports: [CommonModule, ButtonModule, MessageStripComponent] }); }
421
- }
422
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: AlertModule, decorators: [{
423
- type: NgModule,
424
- args: [{
425
- declarations: [AlertComponent, AlertContainerComponent],
426
- imports: [CommonModule, ButtonModule, MessageStripComponent],
427
- exports: [AlertComponent, AlertContainerComponent],
428
- providers: [AlertService, DynamicComponentService]
429
- }]
430
- }], ctorParameters: function () { return []; } });
431
-
432
- /**
433
- * Generated bundle index. Do not edit.
434
- */
435
-
436
- export { AlertComponent, AlertConfig, AlertContainerComponent, AlertModule, AlertRef, AlertService, alertContainerNgIf, alertFadeNgIf };
437
- //# sourceMappingURL=fundamental-ngx-core-alert.mjs.map