@coreui/angular-pro 4.3.18 → 4.4.0-next.1

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 (469) hide show
  1. package/esm2020/lib/accordion/accordion/accordion.component.mjs +6 -6
  2. package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +6 -5
  3. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +27 -27
  4. package/esm2020/lib/accordion/accordion.module.mjs +13 -24
  5. package/esm2020/lib/accordion/accordion.service.mjs +3 -3
  6. package/esm2020/lib/alert/alert-heading.directive.mjs +6 -5
  7. package/esm2020/lib/alert/alert-link.directive.mjs +6 -5
  8. package/esm2020/lib/alert/alert.component.mjs +29 -29
  9. package/esm2020/lib/alert/alert.module.mjs +7 -15
  10. package/esm2020/lib/avatar/avatar.component.mjs +10 -6
  11. package/esm2020/lib/avatar/avatar.module.mjs +6 -10
  12. package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
  13. package/esm2020/lib/badge/badge.component.mjs +11 -7
  14. package/esm2020/lib/badge/badge.module.mjs +6 -10
  15. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +9 -5
  16. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +9 -8
  17. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +8 -8
  18. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  19. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +14 -16
  20. package/esm2020/lib/button/button-close.directive.mjs +6 -5
  21. package/esm2020/lib/button/button.directive.mjs +6 -5
  22. package/esm2020/lib/button/button.module.mjs +9 -13
  23. package/esm2020/lib/button-group/button-group/button-group.component.mjs +5 -4
  24. package/esm2020/lib/button-group/button-group.module.mjs +7 -19
  25. package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +5 -4
  26. package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +6 -5
  27. package/esm2020/lib/calendar/calendar/calendar.component.mjs +9 -10
  28. package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +6 -5
  29. package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +6 -5
  30. package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +6 -5
  31. package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +6 -5
  32. package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +6 -5
  33. package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +6 -5
  34. package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +27 -13
  35. package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +6 -5
  36. package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +7 -7
  37. package/esm2020/lib/calendar/calendar.module.mjs +9 -15
  38. package/esm2020/lib/calendar/calendar.service.mjs +3 -3
  39. package/esm2020/lib/callout/callout.component.mjs +5 -5
  40. package/esm2020/lib/callout/callout.module.mjs +6 -10
  41. package/esm2020/lib/card/card-body.component.mjs +6 -5
  42. package/esm2020/lib/card/card-footer.component.mjs +7 -6
  43. package/esm2020/lib/card/card-group.component.mjs +6 -5
  44. package/esm2020/lib/card/card-header-actions.component.mjs +5 -4
  45. package/esm2020/lib/card/card-header.component.mjs +6 -5
  46. package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +5 -5
  47. package/esm2020/lib/card/card-img.directive.mjs +6 -5
  48. package/esm2020/lib/card/card-link.directive.mjs +6 -5
  49. package/esm2020/lib/card/card-subtitle.directive.mjs +6 -5
  50. package/esm2020/lib/card/card-text.directive.mjs +6 -5
  51. package/esm2020/lib/card/card-title.directive.mjs +6 -5
  52. package/esm2020/lib/card/card.component.mjs +6 -5
  53. package/esm2020/lib/card/card.module.mjs +15 -13
  54. package/esm2020/lib/carousel/carousel/carousel.component.mjs +5 -5
  55. package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +5 -5
  56. package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +9 -9
  57. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +6 -6
  58. package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +7 -7
  59. package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +6 -6
  60. package/esm2020/lib/carousel/carousel-state.mjs +3 -3
  61. package/esm2020/lib/carousel/carousel.config.mjs +3 -3
  62. package/esm2020/lib/carousel/carousel.module.mjs +15 -12
  63. package/esm2020/lib/carousel/carousel.service.mjs +3 -3
  64. package/esm2020/lib/collapse/collapse.directive.mjs +6 -5
  65. package/esm2020/lib/collapse/collapse.module.mjs +6 -10
  66. package/esm2020/lib/date-picker/date-picker.component.mjs +29 -17
  67. package/esm2020/lib/date-picker/date-picker.module.mjs +7 -50
  68. package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +43 -31
  69. package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +7 -46
  70. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +10 -9
  71. package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +6 -5
  72. package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +8 -9
  73. package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +7 -8
  74. package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +8 -9
  75. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +6 -5
  76. package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +5 -4
  77. package/esm2020/lib/dropdown/dropdown.module.mjs +15 -23
  78. package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
  79. package/esm2020/lib/element-cover/element-cover.component.mjs +7 -7
  80. package/esm2020/lib/element-cover/element-cover.module.mjs +7 -19
  81. package/esm2020/lib/footer/footer.component.mjs +5 -4
  82. package/esm2020/lib/footer/footer.module.mjs +7 -15
  83. package/esm2020/lib/form/form/form.directive.mjs +6 -5
  84. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +6 -5
  85. package/esm2020/lib/form/form-check/form-check-label.directive.mjs +7 -6
  86. package/esm2020/lib/form/form-check/form-check.component.mjs +6 -5
  87. package/esm2020/lib/form/form-control/form-control.directive.mjs +6 -5
  88. package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +6 -5
  89. package/esm2020/lib/form/form-floating/form-floating.directive.mjs +6 -5
  90. package/esm2020/lib/form/form-label/form-label.directive.mjs +6 -5
  91. package/esm2020/lib/form/form-select/form-select.directive.mjs +6 -5
  92. package/esm2020/lib/form/form-text/form-text.directive.mjs +8 -8
  93. package/esm2020/lib/form/form.module.mjs +20 -20
  94. package/esm2020/lib/form/input-group/input-group.component.mjs +5 -4
  95. package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +6 -5
  96. package/esm2020/lib/grid/col.component.mjs +5 -5
  97. package/esm2020/lib/grid/col.directive.mjs +6 -5
  98. package/esm2020/lib/grid/container.component.mjs +5 -5
  99. package/esm2020/lib/grid/grid.module.mjs +23 -24
  100. package/esm2020/lib/grid/gutter.directive.mjs +6 -5
  101. package/esm2020/lib/grid/row.component.mjs +9 -5
  102. package/esm2020/lib/grid/row.directive.mjs +6 -5
  103. package/esm2020/lib/header/header/header.component.mjs +8 -8
  104. package/esm2020/lib/header/header-brand/header-brand.component.mjs +6 -5
  105. package/esm2020/lib/header/header-divider/header-divider.component.mjs +6 -5
  106. package/esm2020/lib/header/header-nav/header-nav.component.mjs +5 -5
  107. package/esm2020/lib/header/header-text/header-text.component.mjs +5 -4
  108. package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +6 -5
  109. package/esm2020/lib/header/header.module.mjs +11 -11
  110. package/esm2020/lib/image/img.directive.mjs +6 -5
  111. package/esm2020/lib/image/img.module.mjs +7 -15
  112. package/esm2020/lib/list-group/list-group-item.directive.mjs +6 -5
  113. package/esm2020/lib/list-group/list-group.directive.mjs +6 -5
  114. package/esm2020/lib/list-group/list-group.module.mjs +7 -15
  115. package/esm2020/lib/loading-button/loading-button.component.mjs +7 -7
  116. package/esm2020/lib/loading-button/loading-button.module.mjs +7 -19
  117. package/esm2020/lib/modal/modal/modal.component.mjs +7 -7
  118. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +5 -5
  119. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +7 -7
  120. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +5 -5
  121. package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +6 -5
  122. package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +5 -4
  123. package/esm2020/lib/modal/modal-header/modal-header.component.mjs +6 -7
  124. package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +6 -5
  125. package/esm2020/lib/modal/modal.module.mjs +21 -28
  126. package/esm2020/lib/modal/modal.service.mjs +3 -3
  127. package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +7 -6
  128. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +31 -16
  129. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +6 -7
  130. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +5 -5
  131. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +7 -7
  132. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +6 -6
  133. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +6 -6
  134. package/esm2020/lib/multi-select/multi-select.module.mjs +13 -28
  135. package/esm2020/lib/multi-select/multi-select.service.mjs +3 -3
  136. package/esm2020/lib/multi-select/public_api.mjs +1 -2
  137. package/esm2020/lib/nav/nav-item.component.mjs +5 -5
  138. package/esm2020/lib/nav/nav-link.directive.mjs +6 -5
  139. package/esm2020/lib/nav/nav.component.mjs +5 -7
  140. package/esm2020/lib/nav/nav.module.mjs +18 -9
  141. package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +6 -5
  142. package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +5 -4
  143. package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +5 -4
  144. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +6 -5
  145. package/esm2020/lib/navbar/navbar.component.mjs +7 -7
  146. package/esm2020/lib/navbar/navbar.module.mjs +14 -20
  147. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +31 -30
  148. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +5 -5
  149. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +9 -5
  150. package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +6 -5
  151. package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +6 -5
  152. package/esm2020/lib/offcanvas/offcanvas.module.mjs +16 -22
  153. package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
  154. package/esm2020/lib/pagination/page-item/page-item.component.mjs +5 -5
  155. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +6 -5
  156. package/esm2020/lib/pagination/page-link/page-link.directive.mjs +6 -5
  157. package/esm2020/lib/pagination/pagination/pagination.component.mjs +6 -6
  158. package/esm2020/lib/pagination/pagination.module.mjs +16 -19
  159. package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +9 -8
  160. package/esm2020/lib/placeholder/placeholder.directive.mjs +6 -5
  161. package/esm2020/lib/placeholder/placeholder.module.mjs +7 -11
  162. package/esm2020/lib/popover/popover/popover.component.mjs +6 -6
  163. package/esm2020/lib/popover/popover.directive.mjs +30 -7
  164. package/esm2020/lib/popover/popover.module.mjs +8 -12
  165. package/esm2020/lib/progress/progress-bar.component.mjs +6 -5
  166. package/esm2020/lib/progress/progress.component.mjs +6 -5
  167. package/esm2020/lib/progress/progress.module.mjs +9 -8
  168. package/esm2020/lib/services/class-toggle.service.mjs +5 -5
  169. package/esm2020/lib/services/intersection.service.mjs +3 -3
  170. package/esm2020/lib/services/listeners.service.mjs +5 -7
  171. package/esm2020/lib/shared/html-attr.directive.mjs +6 -5
  172. package/esm2020/lib/shared/shared.module.mjs +7 -23
  173. package/esm2020/lib/shared/template-id.directive.mjs +6 -5
  174. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +5 -4
  175. package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +5 -5
  176. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +8 -8
  177. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +9 -5
  178. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +10 -7
  179. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +6 -5
  180. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +7 -8
  181. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
  182. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +7 -7
  183. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +6 -5
  184. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +8 -8
  185. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +29 -20
  186. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +7 -7
  187. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +5 -4
  188. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +106 -80
  189. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  190. package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +6 -5
  191. package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +5 -4
  192. package/esm2020/lib/sidebar/sidebar.module.mjs +30 -37
  193. package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
  194. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +7 -8
  195. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +7 -19
  196. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +36 -20
  197. package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +7 -7
  198. package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +6 -6
  199. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +7 -8
  200. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +24 -11
  201. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +14 -9
  202. package/esm2020/lib/smart-table/smart-table.module.mjs +6 -65
  203. package/esm2020/lib/spinner/spinner.component.mjs +5 -5
  204. package/esm2020/lib/spinner/spinner.module.mjs +6 -14
  205. package/esm2020/lib/table/table-active.directive.mjs +6 -5
  206. package/esm2020/lib/table/table-color.directive.mjs +6 -5
  207. package/esm2020/lib/table/table.directive.mjs +6 -5
  208. package/esm2020/lib/table/table.module.mjs +8 -12
  209. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +5 -5
  210. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +5 -4
  211. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
  212. package/esm2020/lib/tabs/tab.service.mjs +3 -3
  213. package/esm2020/lib/tabs/tabs.module.mjs +12 -15
  214. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +11 -9
  215. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +11 -9
  216. package/esm2020/lib/time-picker/time-picker.component.mjs +49 -28
  217. package/esm2020/lib/time-picker/time-picker.module.mjs +26 -25
  218. package/esm2020/lib/toast/toast/toast.component.mjs +6 -6
  219. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +5 -5
  220. package/esm2020/lib/toast/toast-close.directive.mjs +6 -5
  221. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +8 -8
  222. package/esm2020/lib/toast/toast.module.mjs +21 -21
  223. package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +6 -5
  224. package/esm2020/lib/toast/toaster/toaster.component.mjs +5 -6
  225. package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
  226. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +5 -5
  227. package/esm2020/lib/tooltip/tooltip.directive.mjs +6 -5
  228. package/esm2020/lib/tooltip/tooltip.module.mjs +9 -13
  229. package/esm2020/lib/utilities/align.directive.mjs +6 -5
  230. package/esm2020/lib/utilities/bg-color.directive.mjs +6 -5
  231. package/esm2020/lib/utilities/border.directive.mjs +6 -5
  232. package/esm2020/lib/utilities/rounded.directive.mjs +6 -5
  233. package/esm2020/lib/utilities/text-color.directive.mjs +6 -5
  234. package/esm2020/lib/utilities/utilities.module.mjs +7 -11
  235. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +8 -8
  236. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +7 -8
  237. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +10 -11
  238. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +10 -13
  239. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +8 -9
  240. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +11 -12
  241. package/esm2020/lib/widget/widget.module.mjs +12 -19
  242. package/fesm2015/coreui-angular-pro.mjs +4082 -4050
  243. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  244. package/fesm2020/coreui-angular-pro.mjs +3743 -3711
  245. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  246. package/lib/accordion/accordion/accordion.component.d.ts +2 -2
  247. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
  248. package/lib/accordion/accordion-item/accordion-item.component.d.ts +13 -13
  249. package/lib/accordion/accordion.module.d.ts +3 -6
  250. package/lib/alert/alert-heading.directive.d.ts +1 -1
  251. package/lib/alert/alert-link.directive.d.ts +1 -1
  252. package/lib/alert/alert.component.d.ts +22 -22
  253. package/lib/alert/alert.module.d.ts +1 -3
  254. package/lib/avatar/avatar.component.d.ts +1 -1
  255. package/lib/avatar/avatar.module.d.ts +1 -2
  256. package/lib/badge/badge.component.d.ts +1 -1
  257. package/lib/badge/badge.module.d.ts +1 -2
  258. package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
  259. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
  260. package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +3 -3
  261. package/lib/breadcrumb/breadcrumb.module.d.ts +3 -6
  262. package/lib/button/button-close.directive.d.ts +1 -1
  263. package/lib/button/button.directive.d.ts +1 -1
  264. package/lib/button/button.module.d.ts +1 -2
  265. package/lib/button-group/button-group/button-group.component.d.ts +1 -1
  266. package/lib/button-group/button-group.module.d.ts +1 -2
  267. package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
  268. package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +1 -1
  269. package/lib/calendar/calendar/calendar.component.d.ts +2 -2
  270. package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +1 -1
  271. package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +1 -1
  272. package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +1 -1
  273. package/lib/calendar/calendar-month/calendar-day-title.pipe.d.ts +1 -1
  274. package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
  275. package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +1 -1
  276. package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
  277. package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +1 -1
  278. package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
  279. package/lib/calendar/calendar.module.d.ts +1 -3
  280. package/lib/callout/callout.component.d.ts +1 -1
  281. package/lib/callout/callout.module.d.ts +1 -2
  282. package/lib/card/card-body.component.d.ts +1 -1
  283. package/lib/card/card-footer.component.d.ts +1 -1
  284. package/lib/card/card-group.component.d.ts +1 -1
  285. package/lib/card/card-header-actions.component.d.ts +1 -1
  286. package/lib/card/card-header.component.d.ts +1 -1
  287. package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +1 -1
  288. package/lib/card/card-img.directive.d.ts +1 -1
  289. package/lib/card/card-link.directive.d.ts +1 -1
  290. package/lib/card/card-subtitle.directive.d.ts +1 -1
  291. package/lib/card/card-text.directive.d.ts +1 -1
  292. package/lib/card/card-title.directive.d.ts +1 -1
  293. package/lib/card/card.component.d.ts +1 -1
  294. package/lib/card/card.module.d.ts +1 -2
  295. package/lib/carousel/carousel/carousel.component.d.ts +1 -1
  296. package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +1 -1
  297. package/lib/carousel/carousel-control/carousel-control.component.d.ts +3 -3
  298. package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +2 -2
  299. package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +4 -4
  300. package/lib/carousel/carousel-item/carousel-item.component.d.ts +2 -2
  301. package/lib/carousel/carousel.module.d.ts +1 -2
  302. package/lib/collapse/collapse.directive.d.ts +1 -1
  303. package/lib/collapse/collapse.module.d.ts +1 -2
  304. package/lib/date-picker/date-picker.component.d.ts +1 -1
  305. package/lib/date-picker/date-picker.module.d.ts +1 -10
  306. package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +2 -2
  307. package/lib/date-range-picker/date-range-picker.module.d.ts +1 -9
  308. package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
  309. package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
  310. package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +1 -2
  311. package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +1 -2
  312. package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +1 -2
  313. package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
  314. package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
  315. package/lib/dropdown/dropdown.module.d.ts +7 -8
  316. package/lib/element-cover/element-cover.component.d.ts +1 -1
  317. package/lib/element-cover/element-cover.module.d.ts +1 -3
  318. package/lib/footer/footer.component.d.ts +1 -1
  319. package/lib/footer/footer.module.d.ts +1 -2
  320. package/lib/form/form/form.directive.d.ts +1 -1
  321. package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
  322. package/lib/form/form-check/form-check-label.directive.d.ts +1 -1
  323. package/lib/form/form-check/form-check.component.d.ts +1 -1
  324. package/lib/form/form-control/form-control.directive.d.ts +1 -1
  325. package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
  326. package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
  327. package/lib/form/form-label/form-label.directive.d.ts +1 -1
  328. package/lib/form/form-select/form-select.directive.d.ts +1 -1
  329. package/lib/form/form-text/form-text.directive.d.ts +1 -2
  330. package/lib/form/form.module.d.ts +11 -12
  331. package/lib/form/input-group/input-group.component.d.ts +1 -1
  332. package/lib/form/input-group-text/input-group-text.directive.d.ts +1 -1
  333. package/lib/grid/col.component.d.ts +1 -1
  334. package/lib/grid/col.directive.d.ts +1 -1
  335. package/lib/grid/container.component.d.ts +1 -1
  336. package/lib/grid/grid.module.d.ts +7 -8
  337. package/lib/grid/gutter.directive.d.ts +1 -1
  338. package/lib/grid/row.component.d.ts +1 -1
  339. package/lib/grid/row.directive.d.ts +1 -1
  340. package/lib/header/header/header.component.d.ts +1 -1
  341. package/lib/header/header-brand/header-brand.component.d.ts +1 -1
  342. package/lib/header/header-divider/header-divider.component.d.ts +1 -1
  343. package/lib/header/header-nav/header-nav.component.d.ts +1 -1
  344. package/lib/header/header-text/header-text.component.d.ts +1 -1
  345. package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
  346. package/lib/header/header.module.d.ts +1 -2
  347. package/lib/image/img.directive.d.ts +1 -1
  348. package/lib/image/img.module.d.ts +1 -2
  349. package/lib/list-group/list-group-item.directive.d.ts +1 -1
  350. package/lib/list-group/list-group.directive.d.ts +1 -1
  351. package/lib/list-group/list-group.module.d.ts +1 -2
  352. package/lib/loading-button/loading-button.component.d.ts +2 -2
  353. package/lib/loading-button/loading-button.module.d.ts +1 -3
  354. package/lib/modal/modal/modal.component.d.ts +1 -1
  355. package/lib/modal/modal-body/modal-body.component.d.ts +1 -1
  356. package/lib/modal/modal-content/modal-content.component.d.ts +1 -2
  357. package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
  358. package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
  359. package/lib/modal/modal-footer/modal-footer.component.d.ts +1 -1
  360. package/lib/modal/modal-header/modal-header.component.d.ts +1 -1
  361. package/lib/modal/modal-title/modal-title.directive.d.ts +1 -1
  362. package/lib/modal/modal.module.d.ts +5 -7
  363. package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +1 -1
  364. package/lib/multi-select/multi-select/multi-select.component.d.ts +2 -2
  365. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
  366. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -1
  367. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +1 -1
  368. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  369. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +2 -2
  370. package/lib/multi-select/multi-select.module.d.ts +1 -10
  371. package/lib/multi-select/public_api.d.ts +0 -1
  372. package/lib/nav/nav-item.component.d.ts +1 -1
  373. package/lib/nav/nav-link.directive.d.ts +1 -1
  374. package/lib/nav/nav.component.d.ts +1 -1
  375. package/lib/nav/nav.module.d.ts +1 -2
  376. package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +1 -1
  377. package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
  378. package/lib/navbar/navbar-text/navbar-text.component.d.ts +1 -1
  379. package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
  380. package/lib/navbar/navbar.component.d.ts +1 -1
  381. package/lib/navbar/navbar.module.d.ts +5 -7
  382. package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +15 -15
  383. package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +1 -1
  384. package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +1 -1
  385. package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +1 -1
  386. package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
  387. package/lib/offcanvas/offcanvas.module.d.ts +3 -5
  388. package/lib/pagination/page-item/page-item.component.d.ts +1 -1
  389. package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
  390. package/lib/pagination/page-link/page-link.directive.d.ts +1 -1
  391. package/lib/pagination/pagination/pagination.component.d.ts +1 -1
  392. package/lib/pagination/pagination.module.d.ts +5 -6
  393. package/lib/placeholder/placeholder-animation.directive.d.ts +2 -2
  394. package/lib/placeholder/placeholder.directive.d.ts +1 -1
  395. package/lib/placeholder/placeholder.module.d.ts +1 -2
  396. package/lib/popover/popover/popover.component.d.ts +1 -1
  397. package/lib/popover/popover.directive.d.ts +9 -4
  398. package/lib/popover/popover.module.d.ts +1 -2
  399. package/lib/progress/progress-bar.component.d.ts +1 -1
  400. package/lib/progress/progress.component.d.ts +1 -1
  401. package/lib/progress/progress.module.d.ts +1 -2
  402. package/lib/services/class-toggle.service.d.ts +1 -1
  403. package/lib/shared/html-attr.directive.d.ts +2 -2
  404. package/lib/shared/shared.module.d.ts +1 -2
  405. package/lib/shared/template-id.directive.d.ts +1 -1
  406. package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
  407. package/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.d.ts +1 -1
  408. package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
  409. package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
  410. package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -2
  411. package/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.d.ts +1 -1
  412. package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -2
  413. package/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.d.ts +1 -1
  414. package/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.d.ts +1 -1
  415. package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +2 -2
  416. package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
  417. package/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.d.ts +1 -1
  418. package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
  419. package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +23 -23
  420. package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
  421. package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
  422. package/lib/sidebar/sidebar.module.d.ts +8 -12
  423. package/lib/smart-pagination/smart-pagination.component.d.ts +2 -2
  424. package/lib/smart-pagination/smart-pagination.module.d.ts +1 -3
  425. package/lib/smart-table/smart-table/smart-table.component.d.ts +1 -1
  426. package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
  427. package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
  428. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
  429. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -1
  430. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
  431. package/lib/smart-table/smart-table.module.d.ts +1 -15
  432. package/lib/spinner/spinner.component.d.ts +1 -1
  433. package/lib/spinner/spinner.module.d.ts +1 -3
  434. package/lib/table/table-active.directive.d.ts +1 -1
  435. package/lib/table/table-color.directive.d.ts +1 -1
  436. package/lib/table/table.directive.d.ts +1 -1
  437. package/lib/table/table.module.d.ts +1 -2
  438. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
  439. package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
  440. package/lib/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  441. package/lib/tabs/tabs.module.d.ts +3 -4
  442. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
  443. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
  444. package/lib/time-picker/time-picker.component.d.ts +2 -2
  445. package/lib/time-picker/time-picker.module.d.ts +9 -9
  446. package/lib/toast/toast/toast.component.d.ts +1 -1
  447. package/lib/toast/toast-body/toast-body.component.d.ts +1 -1
  448. package/lib/toast/toast-close.directive.d.ts +1 -1
  449. package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
  450. package/lib/toast/toast.module.d.ts +7 -9
  451. package/lib/toast/toaster/toaster-host.directive.d.ts +1 -1
  452. package/lib/toast/toaster/toaster.component.d.ts +1 -1
  453. package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
  454. package/lib/tooltip/tooltip.directive.d.ts +1 -1
  455. package/lib/tooltip/tooltip.module.d.ts +1 -2
  456. package/lib/utilities/align.directive.d.ts +1 -1
  457. package/lib/utilities/bg-color.directive.d.ts +1 -1
  458. package/lib/utilities/border.directive.d.ts +1 -1
  459. package/lib/utilities/rounded.directive.d.ts +1 -1
  460. package/lib/utilities/text-color.directive.d.ts +1 -1
  461. package/lib/utilities/utilities.module.d.ts +1 -2
  462. package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
  463. package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
  464. package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
  465. package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +2 -2
  466. package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
  467. package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
  468. package/lib/widget/widget.module.d.ts +1 -4
  469. package/package.json +2 -2
@@ -8,5 +8,5 @@ export declare class HeaderBrandComponent {
8
8
  role: string;
9
9
  headerBrandClass: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderBrandComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", never, { "role": "role"; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", never, { "role": "role"; }, {}, never, ["*"], true, never>;
12
12
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class HeaderDividerComponent {
3
3
  headerDividerClass: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderDividerComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderDividerComponent, "c-header-divider, [cHeaderDivider]", never, {}, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderDividerComponent, "c-header-divider, [cHeaderDivider]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -8,5 +8,5 @@ export declare class HeaderNavComponent {
8
8
  role: string;
9
9
  headerNavClass: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderNavComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderNavComponent, "c-header-nav", never, { "role": "role"; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderNavComponent, "c-header-nav", never, { "role": "role"; }, {}, never, ["*"], true, never>;
12
12
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class HeaderTextComponent {
3
3
  headerTextClass: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "c-header-text, [cHeaderText]", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "c-header-text, [cHeaderText]", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -21,5 +21,5 @@ export declare class HeaderTogglerDirective implements AfterContentInit {
21
21
  addDefaultIcon(): void;
22
22
  ngAfterContentInit(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTogglerDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTogglerDirective, "[cHeaderToggler]", never, { "type": "type"; "ariaLabel": "ariaLabel"; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTogglerDirective, "[cHeaderToggler]", never, { "type": "type"; "ariaLabel": "ariaLabel"; }, {}, never, never, true, never>;
25
25
  }
@@ -5,9 +5,8 @@ import * as i3 from "./header-divider/header-divider.component";
5
5
  import * as i4 from "./header-nav/header-nav.component";
6
6
  import * as i5 from "./header-text/header-text.component";
7
7
  import * as i6 from "./header-toggler/header-toggler.directive";
8
- import * as i7 from "@angular/common";
9
8
  export declare class HeaderModule {
10
9
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective], [typeof i7.CommonModule], [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective], [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective]>;
12
11
  static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
13
12
  }
@@ -38,5 +38,5 @@ export declare class ImgDirective {
38
38
  get hostClasses(): any;
39
39
  constructor();
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ImgDirective, never>;
41
- static ɵdir: i0.ɵɵDirectiveDeclaration<ImgDirective, "[cImg]", never, { "align": "align"; "fluid": "fluid"; "rounded": "rounded"; "thumbnail": "thumbnail"; "placeholderColor": "placeholderColor"; }, {}, never, never, false, never>;
41
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ImgDirective, "[cImg]", never, { "align": "align"; "fluid": "fluid"; "rounded": "rounded"; "thumbnail": "thumbnail"; "placeholderColor": "placeholderColor"; }, {}, never, never, true, never>;
42
42
  }
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./img.directive";
3
- import * as i2 from "@angular/common";
4
3
  export declare class ImgModule {
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ImgModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ImgModule, [typeof i1.ImgDirective], [typeof i2.CommonModule], [typeof i1.ImgDirective]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ImgModule, never, [typeof i1.ImgDirective], [typeof i1.ImgDirective]>;
7
6
  static ɵinj: i0.ɵɵInjectorDeclaration<ImgModule>;
8
7
  }
@@ -29,5 +29,5 @@ export declare class ListGroupItemDirective {
29
29
  get hostClasses(): any;
30
30
  constructor(hostElement: ElementRef);
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupItemDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupItemDirective, "[cListGroupItem], c-list-group-item", ["cListGroupItem"], { "active": "active"; "color": "color"; "disabled": "disabled"; }, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupItemDirective, "[cListGroupItem], c-list-group-item", ["cListGroupItem"], { "active": "active"; "color": "color"; "disabled": "disabled"; }, {}, never, never, true, never>;
33
33
  }
@@ -17,5 +17,5 @@ export declare class ListGroupDirective {
17
17
  get hostClasses(): any;
18
18
  constructor();
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupDirective, never>;
20
- static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupDirective, "[cListGroup]", never, { "flush": "flush"; "horizontal": "horizontal"; }, {}, never, never, false, never>;
20
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupDirective, "[cListGroup]", never, { "flush": "flush"; "horizontal": "horizontal"; }, {}, never, never, true, never>;
21
21
  }
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./list-group.directive";
3
3
  import * as i2 from "./list-group-item.directive";
4
- import * as i3 from "@angular/common";
5
4
  export declare class ListGroupModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ListGroupModule, [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective], [typeof i3.CommonModule], [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ListGroupModule, never, [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective], [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<ListGroupModule>;
9
8
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
2
- import { ButtonDirective } from '../button';
3
2
  import { BooleanInput } from '@angular/cdk/coercion';
3
+ import { ButtonDirective } from '../button';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class LoadingButtonComponent extends ButtonDirective implements OnChanges {
6
6
  static ngAcceptInputType_disabledOnLoading: BooleanInput;
@@ -39,5 +39,5 @@ export declare class LoadingButtonComponent extends ButtonDirective implements O
39
39
  };
40
40
  ngOnChanges(changes: SimpleChanges): void;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": "disabledOnLoading"; "loading": "loading"; "spinnerType": "spinnerType"; }, { "loadingChange": "loadingChange"; }, never, ["*"], false, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": "disabledOnLoading"; "loading": "loading"; "spinnerType": "spinnerType"; }, { "loadingChange": "loadingChange"; }, never, ["*"], true, never>;
43
43
  }
@@ -1,9 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./loading-button.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../spinner/spinner.module";
5
3
  export declare class LoadingButtonModule {
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingButtonModule, [typeof i1.LoadingButtonComponent], [typeof i2.CommonModule, typeof i3.SpinnerModule], [typeof i1.LoadingButtonComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingButtonModule, never, [typeof i1.LoadingButtonComponent], [typeof i1.LoadingButtonComponent]>;
8
6
  static ɵinj: i0.ɵɵInjectorDeclaration<LoadingButtonModule>;
9
7
  }
@@ -99,5 +99,5 @@ export declare class ModalComponent implements OnInit, OnDestroy {
99
99
  private setBodyStyles;
100
100
  private setStaticBackdrop;
101
101
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
102
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "c-modal", ["cModal"], { "alignment": "alignment"; "backdrop": "backdrop"; "fullscreen": "fullscreen"; "keyboard": "keyboard"; "id": "id"; "size": "size"; "transition": "transition"; "role": "role"; "ariaModal": "ariaModal"; "scrollable": "scrollable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], false, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "c-modal", ["cModal"], { "alignment": "alignment"; "backdrop": "backdrop"; "fullscreen": "fullscreen"; "keyboard": "keyboard"; "id": "id"; "size": "size"; "transition": "transition"; "role": "role"; "ariaModal": "ariaModal"; "scrollable": "scrollable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
103
103
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class ModalBodyComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalBodyComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalBodyComponent, "c-modal-body", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalBodyComponent, "c-modal-body", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ModalContentComponent {
3
- constructor();
4
3
  get hostClasses(): any;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalContentComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "c-modal-content", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "c-modal-content", never, {}, {}, never, ["*"], true, never>;
7
6
  }
@@ -21,5 +21,5 @@ export declare class ModalDialogComponent {
21
21
  size?: 'sm' | 'lg' | 'xl';
22
22
  get hostClasses(): any;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalDialogComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalDialogComponent, "c-modal-dialog", never, { "alignment": "alignment"; "fullscreen": "fullscreen"; "scrollable": "scrollable"; "size": "size"; }, {}, never, ["*"], false, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalDialogComponent, "c-modal-dialog", never, { "alignment": "alignment"; "fullscreen": "fullscreen"; "scrollable": "scrollable"; "size": "size"; }, {}, never, ["*"], true, never>;
25
25
  }
@@ -9,5 +9,5 @@ export declare class ModalToggleDirective {
9
9
  constructor(modalService: ModalService);
10
10
  dismiss($event: any): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalToggleDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalToggleDirective, "[cModalToggle]", never, { "id": "cModalToggle"; }, {}, never, never, false, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalToggleDirective, "[cModalToggle]", never, { "id": "cModalToggle"; }, {}, never, never, true, never>;
13
13
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class ModalFooterComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "c-modal-footer", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "c-modal-footer", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class ModalHeaderComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "c-modal-header", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "c-modal-header", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class ModalTitleDirective {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalTitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalTitleDirective, "[cModalTitle]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalTitleDirective, "[cModalTitle]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -1,16 +1,14 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./modal-body/modal-body.component";
3
- import * as i2 from "./modal-content/modal-content.component";
4
- import * as i3 from "./modal-dialog/modal-dialog.component";
5
- import * as i4 from "./modal-dismiss/modal-toggle.directive";
3
+ import * as i2 from "./modal/modal.component";
4
+ import * as i3 from "./modal-content/modal-content.component";
5
+ import * as i4 from "./modal-dialog/modal-dialog.component";
6
6
  import * as i5 from "./modal-footer/modal-footer.component";
7
7
  import * as i6 from "./modal-header/modal-header.component";
8
8
  import * as i7 from "./modal-title/modal-title.directive";
9
- import * as i8 from "./modal/modal.component";
10
- import * as i9 from "@angular/common";
11
- import * as i10 from "@angular/cdk/a11y";
9
+ import * as i8 from "./modal-dismiss/modal-toggle.directive";
12
10
  export declare class ModalModule {
13
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.ModalBodyComponent, typeof i2.ModalContentComponent, typeof i3.ModalDialogComponent, typeof i4.ModalToggleDirective, typeof i5.ModalFooterComponent, typeof i6.ModalHeaderComponent, typeof i7.ModalTitleDirective, typeof i8.ModalComponent], [typeof i9.CommonModule, typeof i10.A11yModule], [typeof i1.ModalBodyComponent, typeof i2.ModalContentComponent, typeof i3.ModalDialogComponent, typeof i4.ModalToggleDirective, typeof i5.ModalFooterComponent, typeof i6.ModalHeaderComponent, typeof i7.ModalTitleDirective, typeof i8.ModalComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, never, [typeof i1.ModalBodyComponent, typeof i2.ModalComponent, typeof i3.ModalContentComponent, typeof i4.ModalDialogComponent, typeof i5.ModalFooterComponent, typeof i6.ModalHeaderComponent, typeof i7.ModalTitleDirective, typeof i8.ModalToggleDirective], [typeof i1.ModalBodyComponent, typeof i2.ModalComponent, typeof i3.ModalContentComponent, typeof i4.ModalDialogComponent, typeof i5.ModalFooterComponent, typeof i6.ModalHeaderComponent, typeof i7.ModalTitleDirective, typeof i8.ModalToggleDirective]>;
15
13
  static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
16
14
  }
@@ -11,5 +11,5 @@ export declare class MultiSelectSearchDirective implements AfterViewInit, OnDest
11
11
  ngOnDestroy(): void;
12
12
  private setSubscription;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectSearchDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectSearchDirective, "[cMultiSelectSearch]", ["cMultiSelectSearch"], { "delay": "delay"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MultiSelectSearchDirective, "[cMultiSelectSearch]", ["cMultiSelectSearch"], { "delay": "delay"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
15
15
  }
@@ -5,10 +5,10 @@ import { BooleanInput } from '@angular/cdk/coercion';
5
5
  import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
6
6
  import { BehaviorSubject } from 'rxjs';
7
7
  import { Modifier, Options } from '@popperjs/core';
8
+ import { TemplateIdDirective } from '../../shared';
8
9
  import { IMultiSelect, IOption, SearchFn } from '../multi-select.type';
9
10
  import { MultiSelectService } from '../multi-select.service';
10
11
  import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
11
- import { TemplateIdDirective } from '../../shared';
12
12
  import * as i0 from "@angular/core";
13
13
  interface IPluralMap {
14
14
  [k: string]: string;
@@ -301,6 +301,6 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
301
301
  updateActiveItem(index: number): void;
302
302
  updateActiveItem<T extends (MultiSelectOptionComponent & FocusableOption)>(item: T): void;
303
303
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
304
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "cleaner": "cleaner"; "disabled": "disabled"; "multiple": "multiple"; "nativeFormId": "nativeFormId"; "nativeId": "nativeId"; "nativeName": "nativeName"; "options": "options"; "optionsMaxHeight": "optionsMaxHeight"; "optionsStyle": "optionsStyle"; "placeholder": "placeholder"; "search": "search"; "searchNoResultsLabel": "searchNoResultsLabel"; "searchValue": "searchValue"; "selectAll": "selectAll"; "selectAllLabel": "selectAllLabel"; "selectionType": "selectionType"; "selectionTypeCounterText": "selectionTypeCounterText"; "selectionTypeCounterTextPluralMap": "selectionTypeCounterTextPluralMap"; "size": "size"; "value": "value"; "valid": "valid"; "virtualScroller": "virtualScroller"; "visibleItems": "visibleItems"; "itemSize": "itemSize"; "itemMinWidth": "itemMinWidth"; "visible": "visible"; "popperjsOptions": "popperOptions"; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], false, never>;
304
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "cleaner": "cleaner"; "disabled": "disabled"; "multiple": "multiple"; "nativeFormId": "nativeFormId"; "nativeId": "nativeId"; "nativeName": "nativeName"; "options": "options"; "optionsMaxHeight": "optionsMaxHeight"; "optionsStyle": "optionsStyle"; "placeholder": "placeholder"; "search": "search"; "searchNoResultsLabel": "searchNoResultsLabel"; "searchValue": "searchValue"; "selectAll": "selectAll"; "selectAllLabel": "selectAllLabel"; "selectionType": "selectionType"; "selectionTypeCounterText": "selectionTypeCounterText"; "selectionTypeCounterTextPluralMap": "selectionTypeCounterTextPluralMap"; "size": "size"; "value": "value"; "valid": "valid"; "virtualScroller": "virtualScroller"; "visibleItems": "visibleItems"; "itemSize": "itemSize"; "itemMinWidth": "itemMinWidth"; "visible": "visible"; "popperjsOptions": "popperOptions"; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], true, never>;
305
305
  }
306
306
  export {};
@@ -10,5 +10,5 @@ export declare class MultiSelectNativeSelectComponent {
10
10
  disabled?: boolean;
11
11
  constructor(changeDetectorRef: ChangeDetectorRef);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectNativeSelectComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": "form"; "id": "id"; "multiple": "multiple"; "name": "name"; "options": "options"; "disabled": "disabled"; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": "form"; "id": "id"; "multiple": "multiple"; "name": "name"; "options": "options"; "disabled": "disabled"; }, {}, never, never, true, never>;
14
14
  }
@@ -5,5 +5,5 @@ export declare class MultiSelectOptgroupLabelComponent {
5
5
  'form-multi-select-optgroup-label': boolean;
6
6
  };
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupLabelComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupLabelComponent, "c-multi-select-optgroup-label", never, {}, {}, never, ["*"], false, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupLabelComponent, "c-multi-select-optgroup-label", never, {}, {}, never, ["*"], true, never>;
9
9
  }
@@ -16,5 +16,5 @@ export declare class MultiSelectOptgroupComponent implements AfterContentInit, O
16
16
  ngOnChanges(changes: SimpleChanges): void;
17
17
  private updateMultiSelectOptions;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": "label"; "disabled": "disabled"; }, {}, ["multiSelectOptions"], ["*"], false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": "label"; "disabled": "disabled"; }, {}, ["multiSelectOptions"], ["*"], true, never>;
20
20
  }
@@ -94,5 +94,5 @@ export declare class MultiSelectOptionComponent implements AfterViewInit, Focusa
94
94
  ngOnDestroy(): void;
95
95
  private setSubscriptions;
96
96
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptionComponent, never>;
97
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", ["cMultiSelectOption"], { "optionsStyle": "optionsStyle"; "label": "label"; "text": "text"; "visible": "visible"; "disabled": "disabled"; "selected": "selected"; "value": "value"; "active": "active"; "role": "role"; }, { "selectedChange": "selectedChange"; "focusChange": "focusChange"; }, never, ["*"], false, never>;
97
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", ["cMultiSelectOption"], { "optionsStyle": "optionsStyle"; "label": "label"; "text": "text"; "visible": "visible"; "disabled": "disabled"; "selected": "selected"; "value": "value"; "active": "active"; "role": "role"; }, { "selectedChange": "selectedChange"; "focusChange": "focusChange"; }, never, ["*"], true, never>;
98
98
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { IOption } from '../multi-select.type';
3
2
  import { MultiSelectService } from '../multi-select.service';
3
+ import { IOption } from '../multi-select.type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class MultiSelectTagComponent {
6
6
  private multiSelectService;
@@ -16,5 +16,5 @@ export declare class MultiSelectTagComponent {
16
16
  };
17
17
  handleRemove($event: MouseEvent): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTagComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTagComponent, "c-multi-select-tag", never, { "option": "option"; "disabled": "disabled"; "label": "label"; "value": "value"; }, { "remove": "remove"; }, never, never, false, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTagComponent, "c-multi-select-tag", never, { "option": "option"; "disabled": "disabled"; "label": "label"; "value": "value"; }, { "remove": "remove"; }, never, never, true, never>;
20
20
  }
@@ -3,17 +3,8 @@ import * as i1 from "./multi-select/multi-select.component";
3
3
  import * as i2 from "./multi-select-option/multi-select-option.component";
4
4
  import * as i3 from "./multi-select-optgroup/multi-select-optgroup.component";
5
5
  import * as i4 from "./multi-select-optgroup/multi-select-optgroup-label.component";
6
- import * as i5 from "./multi-select-tag/multi-select-tag.component";
7
- import * as i6 from "./multi-select-native-select/multi-select-native-select.component";
8
- import * as i7 from "./multi-select/multi-select-search.directive";
9
- import * as i8 from "@angular/common";
10
- import * as i9 from "@angular/cdk/a11y";
11
- import * as i10 from "../button/button.module";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "../dropdown/dropdown.module";
14
- import * as i13 from "@angular/cdk/scrolling";
15
6
  export declare class MultiSelectModule {
16
7
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent, typeof i5.MultiSelectTagComponent, typeof i6.MultiSelectNativeSelectComponent, typeof i7.MultiSelectSearchDirective], [typeof i8.CommonModule, typeof i9.A11yModule, typeof i10.ButtonModule, typeof i11.FormsModule, typeof i12.DropdownModule, typeof i13.ScrollingModule], [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent, typeof i5.MultiSelectTagComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, never, [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent], [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent]>;
18
9
  static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
19
10
  }
@@ -1,7 +1,6 @@
1
1
  export { MultiSelectOptgroupLabelComponent } from './multi-select-optgroup/multi-select-optgroup-label.component';
2
2
  export { MultiSelectOptgroupComponent } from './multi-select-optgroup/multi-select-optgroup.component';
3
3
  export { MultiSelectOptionComponent } from './multi-select-option/multi-select-option.component';
4
- export { MultiSelectTagComponent } from './multi-select-tag/multi-select-tag.component';
5
4
  export { MultiSelectComponent } from './multi-select/multi-select.component';
6
5
  export { MultiSelectModule } from './multi-select.module';
7
6
  export { IOption, SearchFn } from './multi-select.type';
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class NavItemComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<NavItemComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<NavItemComponent, "c-nav-item", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavItemComponent, "c-nav-item", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -30,5 +30,5 @@ export declare class NavLinkDirective {
30
30
  get getCursorStyle(): string | null;
31
31
  get hostClasses(): any;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<NavLinkDirective, never>;
33
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": "cNavLink"; "active": "active"; "disabled": "disabled"; }, {}, never, never, false, never>;
33
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": "cNavLink"; "active": "active"; "disabled": "disabled"; }, {}, never, never, true, never>;
34
34
  }
@@ -12,5 +12,5 @@ export declare class NavComponent {
12
12
  variant?: '' | 'tabs' | 'pills' | 'underline';
13
13
  get hostClasses(): any;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<NavComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": "layout"; "variant": "variant"; }, {}, never, ["*"], false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavComponent, "c-nav", never, { "layout": "layout"; "variant": "variant"; }, {}, never, ["*"], true, never>;
16
16
  }
@@ -2,9 +2,8 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./nav.component";
3
3
  import * as i2 from "./nav-item.component";
4
4
  import * as i3 from "./nav-link.directive";
5
- import * as i4 from "@angular/common";
6
5
  export declare class NavModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<NavModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavModule, [typeof i1.NavComponent, typeof i2.NavItemComponent, typeof i3.NavLinkDirective], [typeof i4.CommonModule], [typeof i1.NavComponent, typeof i2.NavItemComponent, typeof i3.NavLinkDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavModule, never, [typeof i1.NavComponent, typeof i2.NavItemComponent, typeof i3.NavLinkDirective], [typeof i1.NavComponent, typeof i2.NavItemComponent, typeof i3.NavLinkDirective]>;
9
8
  static ɵinj: i0.ɵɵInjectorDeclaration<NavModule>;
10
9
  }
@@ -3,5 +3,5 @@ export declare class NavbarBrandDirective {
3
3
  navbarBrand: boolean;
4
4
  role: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarBrandDirective, never>;
6
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarBrandDirective, "[cNavbarBrand]", never, {}, {}, never, never, false, never>;
6
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarBrandDirective, "[cNavbarBrand]", never, {}, {}, never, never, true, never>;
7
7
  }
@@ -11,5 +11,5 @@ export declare class NavbarNavComponent {
11
11
  private _scroll;
12
12
  get hostClasses(): any;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarNavComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNavComponent, "c-navbar-nav", never, { "scroll": "scroll"; }, {}, never, ["*"], false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNavComponent, "c-navbar-nav", never, { "scroll": "scroll"; }, {}, never, ["*"], true, never>;
15
15
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class NavbarTextComponent {
3
3
  navbarTextClass: boolean;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTextComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarTextComponent, "c-navbar-text", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarTextComponent, "c-navbar-text", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -29,5 +29,5 @@ export declare class NavbarTogglerDirective implements AfterContentInit {
29
29
  addDefaultIcon(): void;
30
30
  ngAfterContentInit(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTogglerDirective, never>;
32
- static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarTogglerDirective, "[cNavbarToggler]", never, { "collapseRef": "cNavbarToggler"; "type": "type"; "ariaLabel": "ariaLabel"; }, {}, never, never, false, never>;
32
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarTogglerDirective, "[cNavbarToggler]", never, { "collapseRef": "cNavbarToggler"; "type": "type"; "ariaLabel": "ariaLabel"; }, {}, never, never, true, never>;
33
33
  }
@@ -35,5 +35,5 @@ export declare class NavbarComponent implements AfterContentInit {
35
35
  get breakpoint(): string | boolean;
36
36
  ngAfterContentInit(): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": "color"; "colorScheme": "colorScheme"; "container": "container"; "expand": "expand"; "placement": "placement"; "role": "role"; }, {}, ["collapse"], ["*", "*"], false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": "color"; "colorScheme": "colorScheme"; "container": "container"; "expand": "expand"; "placement": "placement"; "role": "role"; }, {}, ["collapse"], ["*", "*"], true, never>;
39
39
  }
@@ -1,13 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./navbar.component";
3
- import * as i2 from "./navbar-nav/navbar-nav.component";
4
- import * as i3 from "./navbar-text/navbar-text.component";
5
- import * as i4 from "./navbar-brand/navbar-brand.directive";
2
+ import * as i1 from "./navbar-brand/navbar-brand.directive";
3
+ import * as i2 from "./navbar.component";
4
+ import * as i3 from "./navbar-nav/navbar-nav.component";
5
+ import * as i4 from "./navbar-text/navbar-text.component";
6
6
  import * as i5 from "./navbar-toggler/navbar-toggler.directive";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/router";
9
7
  export declare class NavbarModule {
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<NavbarModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarModule, [typeof i1.NavbarComponent, typeof i2.NavbarNavComponent, typeof i3.NavbarTextComponent, typeof i4.NavbarBrandDirective, typeof i5.NavbarTogglerDirective], [typeof i6.CommonModule, typeof i7.RouterModule], [typeof i1.NavbarComponent, typeof i2.NavbarNavComponent, typeof i3.NavbarTextComponent, typeof i4.NavbarBrandDirective, typeof i5.NavbarTogglerDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarModule, never, [typeof i1.NavbarBrandDirective, typeof i2.NavbarComponent, typeof i3.NavbarNavComponent, typeof i4.NavbarTextComponent, typeof i5.NavbarTogglerDirective], [typeof i1.NavbarBrandDirective, typeof i2.NavbarComponent, typeof i3.NavbarNavComponent, typeof i4.NavbarTextComponent, typeof i5.NavbarTogglerDirective]>;
12
10
  static ɵinj: i0.ɵɵInjectorDeclaration<NavbarModule>;
13
11
  }
@@ -14,8 +14,8 @@ export declare class OffcanvasComponent implements OnInit, OnDestroy {
14
14
  private offcanvasService;
15
15
  private backdropService;
16
16
  private breakpointObserver;
17
- static ngAcceptInputType_scroll: BooleanInput;
18
17
  constructor(document: Document, platformId: any, renderer: Renderer2, hostElement: ElementRef, offcanvasService: OffcanvasService, backdropService: BackdropService, breakpointObserver: BreakpointObserver);
18
+ static ngAcceptInputType_scroll: BooleanInput;
19
19
  /**
20
20
  * Apply a backdrop on body while offcanvas is open.
21
21
  * @type boolean | 'static'
@@ -41,13 +41,6 @@ export declare class OffcanvasComponent implements OnInit, OnDestroy {
41
41
  * @since 4.3.10
42
42
  */
43
43
  responsive?: boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
44
- /**
45
- * Allow body scrolling while offcanvas is visible.
46
- * @type boolean
47
- * @default false
48
- */
49
- set scroll(value: boolean);
50
- get scroll(): boolean;
51
44
  id: string;
52
45
  /**
53
46
  * Default role for offcanvas. [docs]
@@ -62,33 +55,40 @@ export declare class OffcanvasComponent implements OnInit, OnDestroy {
62
55
  */
63
56
  ariaModal: boolean;
64
57
  /**
65
- * Toggle the visibility of offcanvas component.
58
+ * Event triggered on visible change.
59
+ */
60
+ readonly visibleChange: EventEmitter<boolean>;
61
+ get scroll(): boolean;
62
+ /**
63
+ * Allow body scrolling while offcanvas is visible.
66
64
  * @type boolean
67
65
  * @default false
68
66
  */
69
- set visible(value: boolean);
67
+ set scroll(value: boolean);
70
68
  get visible(): boolean;
71
69
  /**
72
- * Event triggered on visible change.
70
+ * Toggle the visibility of offcanvas component.
71
+ * @type boolean
72
+ * @default false
73
73
  */
74
- readonly visibleChange: EventEmitter<boolean>;
74
+ set visible(value: boolean);
75
75
  get hostClasses(): any;
76
76
  get ariaHidden(): boolean | null;
77
77
  get tabIndex(): string | null;
78
78
  get animateTrigger(): string;
79
79
  get show(): boolean;
80
80
  set show(value: boolean);
81
+ get responsiveBreakpoint(): string | false;
81
82
  animateStart(event: AnimationEvent): void;
82
83
  animateDone(event: AnimationEvent): void;
83
84
  onKeyDownHandler(event: KeyboardEvent): void;
84
85
  ngOnInit(): void;
85
86
  ngOnDestroy(): void;
87
+ setFocus(): void;
86
88
  private stateToggleSubscribe;
87
89
  private backdropClickSubscribe;
88
90
  private setBackdrop;
89
- setFocus(): void;
90
- get responsiveBreakpoint(): string | false;
91
91
  private layoutChangeSubscribe;
92
92
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasComponent, never>;
93
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasComponent, "c-offcanvas", ["cOffcanvas"], { "backdrop": "backdrop"; "keyboard": "keyboard"; "placement": "placement"; "responsive": "responsive"; "scroll": "scroll"; "id": "id"; "role": "role"; "ariaModal": "ariaModal"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], false, never>;
93
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasComponent, "c-offcanvas", ["cOffcanvas"], { "backdrop": "backdrop"; "keyboard": "keyboard"; "placement": "placement"; "responsive": "responsive"; "id": "id"; "role": "role"; "ariaModal": "ariaModal"; "scroll": "scroll"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
94
94
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class OffcanvasBodyComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasBodyComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasBodyComponent, "c-offcanvas-body", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasBodyComponent, "c-offcanvas-body", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class OffcanvasHeaderComponent {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasHeaderComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "c-offcanvas-header", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "c-offcanvas-header", never, {}, {}, never, ["*"], true, never>;
6
6
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class OffcanvasTitleDirective {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasTitleDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasTitleDirective, "[cOffcanvasTitle]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasTitleDirective, "[cOffcanvasTitle]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -10,5 +10,5 @@ export declare class OffcanvasToggleDirective {
10
10
  constructor(offcanvasService: OffcanvasService);
11
11
  toggleOpen($event: any): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasToggleDirective, never>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": "cOffcanvasToggle"; }, {}, never, never, false, never>;
13
+ static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasToggleDirective, "[cOffcanvasToggle]", never, { "id": "cOffcanvasToggle"; }, {}, never, never, true, never>;
14
14
  }
@@ -1,13 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./offcanvas/offcanvas.component";
3
- import * as i2 from "./offcanvas-body/offcanvas-body.component";
2
+ import * as i1 from "./offcanvas-body/offcanvas-body.component";
3
+ import * as i2 from "./offcanvas/offcanvas.component";
4
4
  import * as i3 from "./offcanvas-header/offcanvas-header.component";
5
5
  import * as i4 from "./offcanvas-title/offcanvas-title.directive";
6
6
  import * as i5 from "./offcanvas-toggle/offcanvas-toggle.directive";
7
- import * as i6 from "@angular/common";
8
- import * as i7 from "@angular/cdk/a11y";
9
7
  export declare class OffcanvasModule {
10
8
  static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<OffcanvasModule, [typeof i1.OffcanvasComponent, typeof i2.OffcanvasBodyComponent, typeof i3.OffcanvasHeaderComponent, typeof i4.OffcanvasTitleDirective, typeof i5.OffcanvasToggleDirective], [typeof i6.CommonModule, typeof i7.A11yModule], [typeof i1.OffcanvasComponent, typeof i2.OffcanvasBodyComponent, typeof i3.OffcanvasHeaderComponent, typeof i4.OffcanvasTitleDirective, typeof i5.OffcanvasToggleDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OffcanvasModule, never, [typeof i1.OffcanvasBodyComponent, typeof i2.OffcanvasComponent, typeof i3.OffcanvasHeaderComponent, typeof i4.OffcanvasTitleDirective, typeof i5.OffcanvasToggleDirective], [typeof i1.OffcanvasBodyComponent, typeof i2.OffcanvasComponent, typeof i3.OffcanvasHeaderComponent, typeof i4.OffcanvasTitleDirective, typeof i5.OffcanvasToggleDirective]>;
12
10
  static ɵinj: i0.ɵɵInjectorDeclaration<OffcanvasModule>;
13
11
  }
@@ -2,5 +2,5 @@ import { PageItemDirective } from './page-item.directive';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class PageItemComponent extends PageItemDirective {
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<PageItemComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<PageItemComponent, "c-page-item", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<PageItemComponent, "c-page-item", never, {}, {}, never, ["*"], true, never>;
6
6
  }