@coreui/angular-pro 4.3.10 → 4.4.0-next.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 (463) 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 +29 -27
  4. package/esm2020/lib/accordion/accordion.module.mjs +14 -12
  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 +28 -28
  9. package/esm2020/lib/alert/alert.module.mjs +12 -11
  10. package/esm2020/lib/avatar/avatar.component.mjs +6 -5
  11. package/esm2020/lib/avatar/avatar.module.mjs +10 -9
  12. package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
  13. package/esm2020/lib/badge/badge.component.mjs +5 -5
  14. package/esm2020/lib/badge/badge.module.mjs +10 -9
  15. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +5 -5
  16. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +10 -7
  17. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +8 -7
  18. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  19. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +23 -12
  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 +10 -10
  23. package/esm2020/lib/button-group/button-group/button-group.component.mjs +5 -4
  24. package/esm2020/lib/button-group/button-group.module.mjs +8 -18
  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 -9
  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 +34 -24
  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 -6
  37. package/esm2020/lib/calendar/calendar.module.mjs +16 -13
  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 +10 -7
  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 +19 -12
  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 +6 -5
  57. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +6 -5
  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 -5
  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 +19 -11
  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 +9 -7
  66. package/esm2020/lib/date-picker/date-picker.component.mjs +16 -12
  67. package/esm2020/lib/date-picker/date-picker.module.mjs +12 -11
  68. package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +38 -28
  69. package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +9 -8
  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 +19 -22
  78. package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
  79. package/esm2020/lib/element-cover/element-cover.component.mjs +7 -6
  80. package/esm2020/lib/element-cover/element-cover.module.mjs +12 -11
  81. package/esm2020/lib/footer/footer.component.mjs +5 -4
  82. package/esm2020/lib/footer/footer.module.mjs +8 -14
  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 +24 -19
  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 +26 -21
  100. package/esm2020/lib/grid/gutter.directive.mjs +6 -5
  101. package/esm2020/lib/grid/row.component.mjs +5 -5
  102. package/esm2020/lib/grid/row.directive.mjs +6 -5
  103. package/esm2020/lib/header/header/header.component.mjs +6 -5
  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 +15 -10
  110. package/esm2020/lib/image/img.directive.mjs +6 -5
  111. package/esm2020/lib/image/img.module.mjs +8 -14
  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 +8 -14
  115. package/esm2020/lib/loading-button/loading-button.component.mjs +7 -7
  116. package/esm2020/lib/loading-button/loading-button.module.mjs +9 -8
  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 +28 -26
  126. package/esm2020/lib/modal/modal.service.mjs +3 -3
  127. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +20 -15
  128. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +6 -6
  129. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +6 -7
  130. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -7
  131. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +13 -10
  132. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +6 -5
  133. package/esm2020/lib/multi-select/multi-select.module.mjs +28 -8
  134. package/esm2020/lib/multi-select/multi-select.service.mjs +3 -3
  135. package/esm2020/lib/nav/nav-item.component.mjs +5 -5
  136. package/esm2020/lib/nav/nav-link.directive.mjs +6 -5
  137. package/esm2020/lib/nav/nav.component.mjs +5 -7
  138. package/esm2020/lib/nav/nav.module.mjs +22 -8
  139. package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +6 -5
  140. package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +5 -4
  141. package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +5 -4
  142. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +6 -5
  143. package/esm2020/lib/navbar/navbar.component.mjs +7 -6
  144. package/esm2020/lib/navbar/navbar.module.mjs +20 -17
  145. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +35 -32
  146. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +5 -5
  147. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +9 -5
  148. package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +6 -5
  149. package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +6 -5
  150. package/esm2020/lib/offcanvas/offcanvas.module.mjs +21 -18
  151. package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
  152. package/esm2020/lib/pagination/page-item/page-item.component.mjs +5 -5
  153. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +6 -5
  154. package/esm2020/lib/pagination/page-link/page-link.directive.mjs +6 -5
  155. package/esm2020/lib/pagination/pagination/pagination.component.mjs +6 -5
  156. package/esm2020/lib/pagination/pagination.module.mjs +19 -17
  157. package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +9 -8
  158. package/esm2020/lib/placeholder/placeholder.directive.mjs +6 -5
  159. package/esm2020/lib/placeholder/placeholder.module.mjs +10 -10
  160. package/esm2020/lib/popover/popover/popover.component.mjs +6 -5
  161. package/esm2020/lib/popover/popover.directive.mjs +6 -5
  162. package/esm2020/lib/popover/popover.module.mjs +12 -11
  163. package/esm2020/lib/progress/progress-bar.component.mjs +6 -5
  164. package/esm2020/lib/progress/progress.component.mjs +6 -5
  165. package/esm2020/lib/progress/progress.module.mjs +13 -7
  166. package/esm2020/lib/services/class-toggle.service.mjs +3 -3
  167. package/esm2020/lib/services/intersection.service.mjs +3 -3
  168. package/esm2020/lib/services/listeners.service.mjs +3 -3
  169. package/esm2020/lib/shared/html-attr.directive.mjs +6 -5
  170. package/esm2020/lib/shared/shared.module.mjs +9 -20
  171. package/esm2020/lib/shared/template-id.directive.mjs +6 -5
  172. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +5 -4
  173. package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +3 -3
  174. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +8 -7
  175. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +9 -5
  176. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +10 -7
  177. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +6 -5
  178. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +7 -8
  179. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
  180. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +7 -7
  181. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +6 -5
  182. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +8 -7
  183. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +29 -20
  184. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +7 -7
  185. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +5 -4
  186. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +78 -78
  187. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  188. package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +6 -5
  189. package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +5 -4
  190. package/esm2020/lib/sidebar/sidebar.module.mjs +35 -26
  191. package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
  192. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +7 -7
  193. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +12 -11
  194. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +71 -37
  195. package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +8 -7
  196. package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +6 -6
  197. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +7 -7
  198. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +41 -19
  199. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +14 -8
  200. package/esm2020/lib/smart-table/smart-table.module.mjs +26 -21
  201. package/esm2020/lib/spinner/spinner.component.mjs +5 -5
  202. package/esm2020/lib/spinner/spinner.module.mjs +13 -12
  203. package/esm2020/lib/table/table-active.directive.mjs +6 -5
  204. package/esm2020/lib/table/table-color.directive.mjs +6 -5
  205. package/esm2020/lib/table/table.directive.mjs +6 -5
  206. package/esm2020/lib/table/table.module.mjs +11 -11
  207. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +5 -5
  208. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +5 -4
  209. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
  210. package/esm2020/lib/tabs/tab.service.mjs +3 -3
  211. package/esm2020/lib/tabs/tabs.module.mjs +16 -14
  212. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +11 -9
  213. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +11 -9
  214. package/esm2020/lib/time-picker/time-picker.component.mjs +45 -26
  215. package/esm2020/lib/time-picker/time-picker.module.mjs +26 -25
  216. package/esm2020/lib/toast/toast/toast.component.mjs +6 -6
  217. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +5 -5
  218. package/esm2020/lib/toast/toast-close.directive.mjs +6 -5
  219. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +8 -7
  220. package/esm2020/lib/toast/toast.module.mjs +27 -18
  221. package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +6 -5
  222. package/esm2020/lib/toast/toaster/toaster.component.mjs +5 -6
  223. package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
  224. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +5 -5
  225. package/esm2020/lib/tooltip/tooltip.directive.mjs +6 -5
  226. package/esm2020/lib/tooltip/tooltip.module.mjs +13 -12
  227. package/esm2020/lib/utilities/align.directive.mjs +6 -5
  228. package/esm2020/lib/utilities/bg-color.directive.mjs +6 -5
  229. package/esm2020/lib/utilities/border.directive.mjs +6 -5
  230. package/esm2020/lib/utilities/rounded.directive.mjs +6 -5
  231. package/esm2020/lib/utilities/text-color.directive.mjs +6 -5
  232. package/esm2020/lib/utilities/utilities.module.mjs +10 -10
  233. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +11 -7
  234. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +7 -7
  235. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +7 -7
  236. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +10 -12
  237. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +8 -8
  238. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +7 -7
  239. package/esm2020/lib/widget/widget.module.mjs +21 -15
  240. package/fesm2015/coreui-angular-pro.mjs +4130 -3822
  241. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  242. package/fesm2020/coreui-angular-pro.mjs +4127 -3816
  243. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  244. package/lib/accordion/accordion/accordion.component.d.ts +2 -2
  245. package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
  246. package/lib/accordion/accordion-item/accordion-item.component.d.ts +13 -13
  247. package/lib/accordion/accordion.module.d.ts +4 -4
  248. package/lib/alert/alert-heading.directive.d.ts +1 -1
  249. package/lib/alert/alert-link.directive.d.ts +1 -1
  250. package/lib/alert/alert.component.d.ts +22 -22
  251. package/lib/alert/alert.module.d.ts +5 -5
  252. package/lib/avatar/avatar.component.d.ts +1 -1
  253. package/lib/avatar/avatar.module.d.ts +3 -3
  254. package/lib/badge/badge.component.d.ts +1 -1
  255. package/lib/badge/badge.module.d.ts +3 -3
  256. package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
  257. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
  258. package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +3 -3
  259. package/lib/breadcrumb/breadcrumb.module.d.ts +5 -5
  260. package/lib/button/button-close.directive.d.ts +1 -1
  261. package/lib/button/button.directive.d.ts +1 -1
  262. package/lib/button/button.module.d.ts +4 -4
  263. package/lib/button-group/button-group/button-group.component.d.ts +1 -1
  264. package/lib/button-group/button-group.module.d.ts +4 -4
  265. package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
  266. package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +1 -1
  267. package/lib/calendar/calendar/calendar.component.d.ts +2 -2
  268. package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +1 -1
  269. package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +1 -1
  270. package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +1 -1
  271. package/lib/calendar/calendar-month/calendar-day-title.pipe.d.ts +1 -1
  272. package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
  273. package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +1 -1
  274. package/lib/calendar/calendar-month/calendar-month.component.d.ts +2 -2
  275. package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +1 -1
  276. package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
  277. package/lib/calendar/calendar.module.d.ts +14 -14
  278. package/lib/callout/callout.component.d.ts +1 -1
  279. package/lib/callout/callout.module.d.ts +3 -3
  280. package/lib/card/card-body.component.d.ts +1 -1
  281. package/lib/card/card-footer.component.d.ts +1 -1
  282. package/lib/card/card-group.component.d.ts +1 -1
  283. package/lib/card/card-header-actions.component.d.ts +1 -1
  284. package/lib/card/card-header.component.d.ts +1 -1
  285. package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +1 -1
  286. package/lib/card/card-img.directive.d.ts +1 -1
  287. package/lib/card/card-link.directive.d.ts +1 -1
  288. package/lib/card/card-subtitle.directive.d.ts +1 -1
  289. package/lib/card/card-text.directive.d.ts +1 -1
  290. package/lib/card/card-title.directive.d.ts +1 -1
  291. package/lib/card/card.component.d.ts +1 -1
  292. package/lib/card/card.module.d.ts +14 -14
  293. package/lib/carousel/carousel/carousel.component.d.ts +1 -1
  294. package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +1 -1
  295. package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
  296. package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +2 -2
  297. package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +4 -4
  298. package/lib/carousel/carousel-item/carousel-item.component.d.ts +2 -2
  299. package/lib/carousel/carousel.module.d.ts +8 -8
  300. package/lib/collapse/collapse.directive.d.ts +1 -1
  301. package/lib/collapse/collapse.module.d.ts +3 -3
  302. package/lib/date-picker/date-picker.component.d.ts +1 -1
  303. package/lib/date-picker/date-picker.module.d.ts +11 -11
  304. package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +2 -2
  305. package/lib/date-range-picker/date-range-picker.module.d.ts +9 -9
  306. package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
  307. package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
  308. package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +1 -2
  309. package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +1 -2
  310. package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +1 -2
  311. package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
  312. package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
  313. package/lib/dropdown/dropdown.module.d.ts +9 -9
  314. package/lib/element-cover/element-cover.component.d.ts +1 -1
  315. package/lib/element-cover/element-cover.module.d.ts +4 -4
  316. package/lib/footer/footer.component.d.ts +1 -1
  317. package/lib/footer/footer.module.d.ts +3 -3
  318. package/lib/form/form/form.directive.d.ts +1 -1
  319. package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
  320. package/lib/form/form-check/form-check-label.directive.d.ts +1 -1
  321. package/lib/form/form-check/form-check.component.d.ts +1 -1
  322. package/lib/form/form-control/form-control.directive.d.ts +1 -1
  323. package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
  324. package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
  325. package/lib/form/form-label/form-label.directive.d.ts +1 -1
  326. package/lib/form/form-select/form-select.directive.d.ts +1 -1
  327. package/lib/form/form-text/form-text.directive.d.ts +1 -2
  328. package/lib/form/form.module.d.ts +14 -14
  329. package/lib/form/input-group/input-group.component.d.ts +1 -1
  330. package/lib/form/input-group-text/input-group-text.directive.d.ts +1 -1
  331. package/lib/grid/col.component.d.ts +1 -1
  332. package/lib/grid/col.directive.d.ts +1 -1
  333. package/lib/grid/container.component.d.ts +1 -1
  334. package/lib/grid/grid.module.d.ts +8 -8
  335. package/lib/grid/gutter.directive.d.ts +1 -1
  336. package/lib/grid/row.component.d.ts +1 -1
  337. package/lib/grid/row.directive.d.ts +1 -1
  338. package/lib/header/header/header.component.d.ts +1 -1
  339. package/lib/header/header-brand/header-brand.component.d.ts +1 -1
  340. package/lib/header/header-divider/header-divider.component.d.ts +1 -1
  341. package/lib/header/header-nav/header-nav.component.d.ts +1 -1
  342. package/lib/header/header-text/header-text.component.d.ts +1 -1
  343. package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
  344. package/lib/header/header.module.d.ts +8 -8
  345. package/lib/image/img.directive.d.ts +1 -1
  346. package/lib/image/img.module.d.ts +3 -3
  347. package/lib/list-group/list-group-item.directive.d.ts +1 -1
  348. package/lib/list-group/list-group.directive.d.ts +1 -1
  349. package/lib/list-group/list-group.module.d.ts +4 -4
  350. package/lib/loading-button/loading-button.component.d.ts +2 -2
  351. package/lib/loading-button/loading-button.module.d.ts +3 -3
  352. package/lib/modal/modal/modal.component.d.ts +1 -1
  353. package/lib/modal/modal-body/modal-body.component.d.ts +1 -1
  354. package/lib/modal/modal-content/modal-content.component.d.ts +1 -2
  355. package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
  356. package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
  357. package/lib/modal/modal-footer/modal-footer.component.d.ts +1 -1
  358. package/lib/modal/modal-header/modal-header.component.d.ts +1 -1
  359. package/lib/modal/modal-title/modal-title.directive.d.ts +1 -1
  360. package/lib/modal/modal.module.d.ts +11 -11
  361. package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
  362. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
  363. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -2
  364. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -2
  365. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
  366. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +2 -2
  367. package/lib/multi-select/multi-select.module.d.ts +12 -12
  368. package/lib/nav/nav-item.component.d.ts +1 -1
  369. package/lib/nav/nav-link.directive.d.ts +1 -1
  370. package/lib/nav/nav.component.d.ts +1 -1
  371. package/lib/nav/nav.module.d.ts +5 -5
  372. package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +1 -1
  373. package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
  374. package/lib/navbar/navbar-text/navbar-text.component.d.ts +1 -1
  375. package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
  376. package/lib/navbar/navbar.component.d.ts +1 -1
  377. package/lib/navbar/navbar.module.d.ts +7 -7
  378. package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +15 -15
  379. package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +1 -1
  380. package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +1 -1
  381. package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +1 -1
  382. package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
  383. package/lib/offcanvas/offcanvas.module.d.ts +8 -8
  384. package/lib/pagination/page-item/page-item.component.d.ts +1 -1
  385. package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
  386. package/lib/pagination/page-link/page-link.directive.d.ts +1 -1
  387. package/lib/pagination/pagination/pagination.component.d.ts +1 -1
  388. package/lib/pagination/pagination.module.d.ts +3 -3
  389. package/lib/placeholder/placeholder-animation.directive.d.ts +2 -2
  390. package/lib/placeholder/placeholder.directive.d.ts +1 -1
  391. package/lib/placeholder/placeholder.module.d.ts +4 -4
  392. package/lib/popover/popover/popover.component.d.ts +1 -1
  393. package/lib/popover/popover.directive.d.ts +1 -1
  394. package/lib/popover/popover.module.d.ts +4 -4
  395. package/lib/progress/progress-bar.component.d.ts +1 -1
  396. package/lib/progress/progress.component.d.ts +1 -1
  397. package/lib/progress/progress.module.d.ts +4 -4
  398. package/lib/shared/html-attr.directive.d.ts +1 -1
  399. package/lib/shared/shared.module.d.ts +4 -4
  400. package/lib/shared/template-id.directive.d.ts +1 -1
  401. package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
  402. package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
  403. package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
  404. package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -2
  405. package/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.d.ts +1 -1
  406. package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -2
  407. package/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.d.ts +1 -1
  408. package/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.d.ts +1 -1
  409. package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +2 -2
  410. package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
  411. package/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.d.ts +1 -1
  412. package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
  413. package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +21 -21
  414. package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
  415. package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
  416. package/lib/sidebar/sidebar.module.d.ts +19 -19
  417. package/lib/smart-pagination/smart-pagination.component.d.ts +2 -2
  418. package/lib/smart-pagination/smart-pagination.module.d.ts +4 -4
  419. package/lib/smart-table/smart-table/smart-table.component.d.ts +3 -3
  420. package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
  421. package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
  422. package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
  423. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +2 -2
  424. package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
  425. package/lib/smart-table/smart-table.module.d.ts +17 -17
  426. package/lib/spinner/spinner.component.d.ts +1 -1
  427. package/lib/spinner/spinner.module.d.ts +3 -4
  428. package/lib/table/table-active.directive.d.ts +1 -1
  429. package/lib/table/table-color.directive.d.ts +1 -1
  430. package/lib/table/table.directive.d.ts +1 -1
  431. package/lib/table/table.module.d.ts +5 -5
  432. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
  433. package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
  434. package/lib/tabs/tab-pane/tab-pane.component.d.ts +1 -1
  435. package/lib/tabs/tabs.module.d.ts +4 -4
  436. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
  437. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
  438. package/lib/time-picker/time-picker.component.d.ts +2 -2
  439. package/lib/time-picker/time-picker.module.d.ts +9 -9
  440. package/lib/toast/toast/toast.component.d.ts +1 -1
  441. package/lib/toast/toast-body/toast-body.component.d.ts +1 -1
  442. package/lib/toast/toast-close.directive.d.ts +1 -1
  443. package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
  444. package/lib/toast/toast.module.d.ts +8 -8
  445. package/lib/toast/toaster/toaster-host.directive.d.ts +1 -1
  446. package/lib/toast/toaster/toaster.component.d.ts +1 -1
  447. package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
  448. package/lib/tooltip/tooltip.directive.d.ts +1 -1
  449. package/lib/tooltip/tooltip.module.d.ts +4 -4
  450. package/lib/utilities/align.directive.d.ts +1 -1
  451. package/lib/utilities/bg-color.directive.d.ts +1 -1
  452. package/lib/utilities/border.directive.d.ts +1 -1
  453. package/lib/utilities/rounded.directive.d.ts +1 -1
  454. package/lib/utilities/text-color.directive.d.ts +1 -1
  455. package/lib/utilities/utilities.module.d.ts +7 -7
  456. package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
  457. package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
  458. package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
  459. package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +2 -2
  460. package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
  461. package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
  462. package/lib/widget/widget.module.d.ts +10 -10
  463. package/package.json +1 -1
@@ -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,13 @@
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";
6
- import * as i5 from "./navbar-toggler/navbar-toggler.directive";
7
- import * as i6 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./navbar-brand/navbar-brand.directive";
4
+ import * as i3 from "./navbar.component";
5
+ import * as i4 from "./navbar-nav/navbar-nav.component";
6
+ import * as i5 from "./navbar-text/navbar-text.component";
7
+ import * as i6 from "./navbar-toggler/navbar-toggler.directive";
8
8
  import * as i7 from "@angular/router";
9
9
  export declare class NavbarModule {
10
10
  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]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<NavbarModule, never, [typeof i1.CommonModule, typeof i2.NavbarBrandDirective, typeof i3.NavbarComponent, typeof i4.NavbarNavComponent, typeof i5.NavbarTextComponent, typeof i6.NavbarTogglerDirective, typeof i7.RouterModule], [typeof i2.NavbarBrandDirective, typeof i3.NavbarComponent, typeof i4.NavbarNavComponent, typeof i5.NavbarTextComponent, typeof i6.NavbarTogglerDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<NavbarModule>;
13
13
  }
@@ -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,13 @@
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";
4
- import * as i3 from "./offcanvas-header/offcanvas-header.component";
5
- import * as i4 from "./offcanvas-title/offcanvas-title.directive";
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";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "@angular/cdk/a11y";
4
+ import * as i3 from "./offcanvas-body/offcanvas-body.component";
5
+ import * as i4 from "./offcanvas/offcanvas.component";
6
+ import * as i5 from "./offcanvas-header/offcanvas-header.component";
7
+ import * as i6 from "./offcanvas-title/offcanvas-title.directive";
8
+ import * as i7 from "./offcanvas-toggle/offcanvas-toggle.directive";
9
9
  export declare class OffcanvasModule {
10
10
  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]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OffcanvasModule, never, [typeof i1.CommonModule, typeof i2.A11yModule, typeof i3.OffcanvasBodyComponent, typeof i4.OffcanvasComponent, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasTitleDirective, typeof i7.OffcanvasToggleDirective], [typeof i3.OffcanvasBodyComponent, typeof i4.OffcanvasComponent, typeof i5.OffcanvasHeaderComponent, typeof i6.OffcanvasTitleDirective, typeof i7.OffcanvasToggleDirective]>;
12
12
  static ɵinj: i0.ɵɵInjectorDeclaration<OffcanvasModule>;
13
13
  }
@@ -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
  }
@@ -20,5 +20,5 @@ export declare class PageItemDirective implements AfterContentInit, OnChanges {
20
20
  ngOnChanges(changes: SimpleChanges): void;
21
21
  setAttributes(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<PageItemDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<PageItemDirective, "[cPageItem]", never, { "active": "active"; "disabled": "disabled"; }, {}, ["pageLinkElementRef"], never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PageItemDirective, "[cPageItem]", never, { "active": "active"; "disabled": "disabled"; }, {}, ["pageLinkElementRef"], never, true, never>;
24
24
  }
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
2
2
  export declare class PageLinkDirective {
3
3
  get hostClasses(): any;
4
4
  static ɵfac: i0.ɵɵFactoryDeclaration<PageLinkDirective, never>;
5
- static ɵdir: i0.ɵɵDirectiveDeclaration<PageLinkDirective, "[cPageLink]", never, {}, {}, never, never, false, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PageLinkDirective, "[cPageLink]", never, {}, {}, never, never, true, never>;
6
6
  }
@@ -18,5 +18,5 @@ export declare class PaginationComponent {
18
18
  role: string;
19
19
  get paginationClass(): any;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "c-pagination", never, { "align": "align"; "size": "size"; "role": "role"; }, {}, never, ["*"], false, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaginationComponent, "c-pagination", never, { "align": "align"; "size": "size"; "role": "role"; }, {}, never, ["*"], true, never>;
22
22
  }
@@ -1,11 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./pagination/pagination.component";
2
+ import * as i1 from "@angular/common";
3
3
  import * as i2 from "./page-item/page-item.component";
4
4
  import * as i3 from "./page-item/page-item.directive";
5
5
  import * as i4 from "./page-link/page-link.directive";
6
- import * as i5 from "@angular/common";
6
+ import * as i5 from "./pagination/pagination.component";
7
7
  export declare class PaginationModule {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<PaginationModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, [typeof i1.PaginationComponent, typeof i2.PageItemComponent, typeof i3.PageItemDirective, typeof i4.PageLinkDirective], [typeof i5.CommonModule], [typeof i1.PaginationComponent, typeof i2.PageItemComponent, typeof i3.PageItemDirective, typeof i4.PageLinkDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, never, [typeof i1.CommonModule, typeof i2.PageItemComponent, typeof i3.PageItemDirective, typeof i4.PageLinkDirective, typeof i5.PaginationComponent], [typeof i2.PageItemComponent, typeof i3.PageItemDirective, typeof i4.PageLinkDirective, typeof i5.PaginationComponent]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
11
11
  }
@@ -9,10 +9,10 @@ export declare class PlaceholderAnimationDirective implements AfterContentInit {
9
9
  * @default undefined
10
10
  */
11
11
  animation?: 'glow' | 'wave';
12
- get hostClasses(): any;
13
12
  placeholder: PlaceholderDirective;
14
13
  private animate;
14
+ get hostClasses(): any;
15
15
  ngAfterContentInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderAnimationDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderAnimationDirective, "[cPlaceholderAnimation]", never, { "animation": "cPlaceholderAnimation"; }, {}, ["placeholder"], never, false, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderAnimationDirective, "[cPlaceholderAnimation]", never, { "animation": "cPlaceholderAnimation"; }, {}, ["placeholder"], never, true, never>;
18
18
  }
@@ -18,5 +18,5 @@ export declare class PlaceholderDirective {
18
18
  get ariaHidden(): boolean | null;
19
19
  get hostClasses(): any;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderDirective, never>;
21
- static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": "cPlaceholder"; "size": "cPlaceholderSize"; }, {}, never, never, false, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PlaceholderDirective, "[cPlaceholder]", ["cPlaceholder"], { "visible": "cPlaceholder"; "size": "cPlaceholderSize"; }, {}, never, never, true, never>;
22
22
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./placeholder.directive";
3
- import * as i2 from "./placeholder-animation.directive";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./placeholder.directive";
4
+ import * as i3 from "./placeholder-animation.directive";
5
5
  export declare class PlaceholderModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, [typeof i1.PlaceholderDirective, typeof i2.PlaceholderAnimationDirective], [typeof i3.CommonModule], [typeof i1.PlaceholderDirective, typeof i2.PlaceholderAnimationDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, never, [typeof i1.CommonModule, typeof i2.PlaceholderDirective, typeof i3.PlaceholderAnimationDirective], [typeof i2.PlaceholderDirective, typeof i3.PlaceholderAnimationDirective]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<PlaceholderModule>;
9
9
  }
@@ -26,5 +26,5 @@ export declare class PopoverComponent implements AfterViewInit, OnChanges, OnDes
26
26
  private clear;
27
27
  private updateView;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "c-popover", never, { "content": "content"; "visible": "visible"; "id": "id"; "role": "role"; }, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "c-popover", never, { "content": "content"; "visible": "visible"; "id": "id"; "role": "role"; }, {}, never, never, true, never>;
30
30
  }
@@ -54,5 +54,5 @@ export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit {
54
54
  private addPopoverElement;
55
55
  private removePopoverElement;
56
56
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirective, never>;
57
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[cPopover]", ["cPopover"], { "content": "cPopover"; "popperOptions": "cPopoverOptions"; "placement": "cPopoverPlacement"; "trigger": "cPopoverTrigger"; "visible": "cPopoverVisible"; }, {}, never, never, false, never>;
57
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[cPopover]", ["cPopover"], { "content": "cPopover"; "popperOptions": "cPopoverOptions"; "placement": "cPopoverPlacement"; "trigger": "cPopoverTrigger"; "visible": "cPopoverVisible"; }, {}, never, never, true, never>;
58
58
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./popover.directive";
3
- import * as i2 from "./popover/popover.component";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./popover.directive";
4
+ import * as i3 from "./popover/popover.component";
5
5
  export declare class PopoverModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverDirective, typeof i2.PopoverComponent], [typeof i3.CommonModule], [typeof i1.PopoverDirective, typeof i2.PopoverComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof i1.CommonModule, typeof i2.PopoverDirective, typeof i3.PopoverComponent], [typeof i2.PopoverDirective, typeof i3.PopoverComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
9
9
  }
@@ -48,5 +48,5 @@ export declare class ProgressBarComponent implements OnInit, OnChanges {
48
48
  setValues(): void;
49
49
  ngOnChanges(changes: SimpleChanges): void;
50
50
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, { "animated": "animated"; "color": "color"; "precision": "precision"; "value": "value"; "variant": "variant"; "role": "role"; "min": "min"; "max": "max"; }, {}, never, ["*"], false, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, { "animated": "animated"; "color": "color"; "precision": "precision"; "value": "value"; "variant": "variant"; "role": "role"; "min": "min"; "max": "max"; }, {}, never, ["*"], true, never>;
52
52
  }
@@ -28,5 +28,5 @@ export declare class ProgressComponent {
28
28
  get hostClasses(): any;
29
29
  get hostStyle(): any;
30
30
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": "height"; "thin": "thin"; "white": "white"; }, {}, never, ["*"], false, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": "height"; "thin": "thin"; "white": "white"; }, {}, never, ["*"], true, never>;
32
32
  }
@@ -1,9 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./progress.component";
3
- import * as i2 from "./progress-bar.component";
4
- import * as i3 from "@angular/common";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./progress.component";
4
+ import * as i3 from "./progress-bar.component";
5
5
  export declare class ProgressModule {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent], [typeof i3.CommonModule], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.CommonModule, typeof i2.ProgressComponent, typeof i3.ProgressBarComponent], [typeof i2.ProgressComponent, typeof i3.ProgressBarComponent]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressModule>;
9
9
  }
@@ -12,5 +12,5 @@ export declare class HtmlAttributesDirective implements OnInit {
12
12
  private addClass;
13
13
  private setAttrib;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<HtmlAttributesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlAttributesDirective, "[cHtmlAttr]", ["cHtmlAttr"], { "cHtmlAttr": "cHtmlAttr"; }, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<HtmlAttributesDirective, "[cHtmlAttr]", ["cHtmlAttr"], { "cHtmlAttr": "cHtmlAttr"; }, {}, never, never, true, never>;
16
16
  }
@@ -1,11 +1,11 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./html-attr.directive";
4
- import * as i2 from "./template-id.directive";
5
- import * as i3 from "@angular/common";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./html-attr.directive";
5
+ import * as i3 from "./template-id.directive";
6
6
  export declare class SharedModule {
7
7
  static forRoot(): ModuleWithProviders<SharedModule>;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.HtmlAttributesDirective, typeof i2.TemplateIdDirective], [typeof i3.CommonModule], [typeof i1.HtmlAttributesDirective, typeof i2.TemplateIdDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.CommonModule, typeof i2.HtmlAttributesDirective, typeof i3.TemplateIdDirective], [typeof i2.HtmlAttributesDirective, typeof i3.TemplateIdDirective]>;
10
10
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
11
11
  }
@@ -5,5 +5,5 @@ export declare class TemplateIdDirective {
5
5
  id: string;
6
6
  constructor(templateRef: TemplateRef<any>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TemplateIdDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateIdDirective, "[cTemplateId]", never, { "id": "cTemplateId"; }, {}, never, never, false, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateIdDirective, "[cTemplateId]", never, { "id": "cTemplateId"; }, {}, never, never, true, never>;
9
9
  }
@@ -81,5 +81,5 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
81
81
  private stateToggleSubscribe;
82
82
  layoutChangeSubscribe(subscribe?: boolean): void;
83
83
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
84
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": "colorScheme"; "id": "id"; "narrow": "narrow"; "overlaid": "overlaid"; "placement": "placement"; "position": "position"; "size": "size"; "unfoldable": "unfoldable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], false, never>;
84
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": "colorScheme"; "id": "id"; "narrow": "narrow"; "overlaid": "overlaid"; "placement": "placement"; "position": "position"; "size": "size"; "unfoldable": "unfoldable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
85
85
  }
@@ -8,5 +8,5 @@ export declare class SidebarBrandComponent implements OnInit {
8
8
  brandImg: boolean;
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBrandComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": "brandFull"; "brandNarrow": "brandNarrow"; "routerLink": "routerLink"; }, {}, never, ["*"], false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarBrandComponent, "c-sidebar-brand", never, { "brandFull": "brandFull"; "brandNarrow": "brandNarrow"; "routerLink": "routerLink"; }, {}, never, ["*"], true, never>;
12
12
  }
@@ -3,5 +3,5 @@ export declare class SidebarFooterComponent {
3
3
  constructor();
4
4
  get hostClasses(): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarFooterComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarFooterComponent, "c-sidebar-footer", never, {}, {}, never, ["*"], false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarFooterComponent, "c-sidebar-footer", never, {}, {}, never, ["*"], true, never>;
7
7
  }
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class SidebarHeaderComponent {
3
- constructor();
4
3
  get hostClasses(): any;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarHeaderComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "c-sidebar-header", never, {}, {}, never, ["*"], false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "c-sidebar-header", never, {}, {}, never, ["*"], true, never>;
7
6
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SidebarNavBadgePipe implements PipeTransform {
4
4
  transform(item: any, args?: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavBadgePipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavBadgePipe, "cSidebarNavBadge", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavBadgePipe, "cSidebarNavBadge", true>;
7
7
  }
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class SidebarNavDividerComponent {
3
3
  item: any;
4
- constructor();
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavDividerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavDividerComponent, "c-sidebar-nav-divider", never, { "item": "item"; }, {}, never, never, false, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavDividerComponent, "c-sidebar-nav-divider", never, { "item": "item"; }, {}, never, never, true, never>;
7
6
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SidebarNavIconPipe implements PipeTransform {
4
4
  transform(item: any, args?: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavIconPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavIconPipe, "cSidebarNavIcon", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavIconPipe, "cSidebarNavIcon", true>;
7
7
  }
@@ -6,5 +6,5 @@ export declare class SidebarNavItemClassPipe implements PipeTransform {
6
6
  constructor(helper: SidebarNavHelper);
7
7
  transform(item: any, args?: any[]): any;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavItemClassPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavItemClassPipe, "cSidebarNavItemClass", false>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavItemClassPipe, "cSidebarNavItemClass", true>;
10
10
  }
@@ -3,10 +3,10 @@ import { SidebarNavHelper } from './sidebar-nav.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SidebarNavLabelComponent implements OnInit {
5
5
  helper: SidebarNavHelper;
6
+ constructor(helper: SidebarNavHelper);
6
7
  item: any;
7
8
  private classes;
8
9
  private iconClasses;
9
- constructor(helper: SidebarNavHelper);
10
10
  ngOnInit(): void;
11
11
  getItemClass(): {
12
12
  'c-nav-label': boolean;
@@ -14,5 +14,5 @@ export declare class SidebarNavLabelComponent implements OnInit {
14
14
  };
15
15
  getLabelIconClass(): {};
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLabelComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLabelComponent, "c-sidebar-nav-label", never, { "item": "item"; }, {}, never, never, false, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLabelComponent, "c-sidebar-nav-label", never, { "item": "item"; }, {}, never, never, true, never>;
18
18
  }
@@ -8,7 +8,7 @@ export declare class SidebarNavLinkContentComponent {
8
8
  item?: INavData;
9
9
  constructor(helper: SidebarNavHelper);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkContentComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkContentComponent, "c-sidebar-nav-link-content", never, { "item": "item"; }, {}, never, never, false, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkContentComponent, "c-sidebar-nav-link-content", never, { "item": "item"; }, {}, never, never, true, never>;
12
12
  }
13
13
  export declare class SidebarNavLinkComponent implements OnInit, OnDestroy {
14
14
  router: Router;
@@ -30,5 +30,5 @@ export declare class SidebarNavLinkComponent implements OnInit, OnDestroy {
30
30
  isExternalLink(): boolean;
31
31
  linkClicked(): void;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkComponent, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkComponent, "c-sidebar-nav-link", never, { "item": "item"; }, { "linkClick": "linkClick"; }, never, never, false, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavLinkComponent, "c-sidebar-nav-link", never, { "item": "item"; }, { "linkClick": "linkClick"; }, never, never, true, never>;
34
34
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class SidebarNavLinkPipe implements PipeTransform {
4
4
  transform(item: any): any;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavLinkPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavLinkPipe, "cSidebarNavLink", false>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavLinkPipe, "cSidebarNavLink", true>;
7
7
  }
@@ -11,5 +11,5 @@ export declare class SidebarNavTitleComponent implements OnInit {
11
11
  private addClass;
12
12
  private setAttrib;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavTitleComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavTitleComponent, "c-sidebar-nav-title", never, { "item": "item"; }, {}, never, never, false, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavTitleComponent, "c-sidebar-nav-title", never, { "item": "item"; }, {}, never, never, true, never>;
15
15
  }
@@ -8,27 +8,6 @@ import { INavData } from './sidebar-nav';
8
8
  import { SidebarNavHelper } from './sidebar-nav.service';
9
9
  import { SidebarNavGroupService } from './sidebar-nav-group.service';
10
10
  import * as i0 from "@angular/core";
11
- export declare class SidebarNavComponent implements OnChanges {
12
- sidebar: SidebarComponent;
13
- helper: SidebarNavHelper;
14
- router: Router;
15
- private renderer;
16
- private hostElement;
17
- private sidebarService;
18
- constructor(sidebar: SidebarComponent, helper: SidebarNavHelper, router: Router, renderer: Renderer2, hostElement: ElementRef, sidebarService: SidebarService);
19
- navItems?: INavData[];
20
- dropdownMode: 'path' | 'none' | 'close';
21
- groupItems?: boolean;
22
- compact?: boolean;
23
- get hostClasses(): any;
24
- get sidebarNavGroupItemsClass(): boolean;
25
- role: string;
26
- navItemsArray: INavData[];
27
- ngOnChanges(changes: SimpleChanges): void;
28
- hideMobile(): void;
29
- static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"], false, never>;
31
- }
32
11
  export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
33
12
  private router;
34
13
  private renderer;
@@ -57,3 +36,24 @@ export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
57
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupComponent, never>;
58
37
  static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never, false, never>;
59
38
  }
39
+ export declare class SidebarNavComponent implements OnChanges {
40
+ sidebar: SidebarComponent;
41
+ helper: SidebarNavHelper;
42
+ router: Router;
43
+ private renderer;
44
+ private hostElement;
45
+ private sidebarService;
46
+ constructor(sidebar: SidebarComponent, helper: SidebarNavHelper, router: Router, renderer: Renderer2, hostElement: ElementRef, sidebarService: SidebarService);
47
+ navItems?: INavData[];
48
+ dropdownMode: 'path' | 'none' | 'close';
49
+ groupItems?: boolean;
50
+ compact?: boolean;
51
+ get hostClasses(): any;
52
+ get sidebarNavGroupItemsClass(): boolean;
53
+ role: string;
54
+ navItemsArray: INavData[];
55
+ ngOnChanges(changes: SimpleChanges): void;
56
+ hideMobile(): void;
57
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"], false, never>;
59
+ }
@@ -21,5 +21,5 @@ export declare class SidebarToggleDirective {
21
21
  constructor(sidebarService: SidebarService);
22
22
  toggleOpen($event: any): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarToggleDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": "cSidebarToggle"; "toggle": "toggle"; }, {}, never, never, false, never>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarToggleDirective, "[cSidebarToggle]", ["cSidebarToggle"], { "id": "cSidebarToggle"; "toggle": "toggle"; }, {}, never, never, true, never>;
25
25
  }
@@ -3,5 +3,5 @@ export declare class SidebarTogglerComponent {
3
3
  role: string;
4
4
  sidebarTogglerClass: boolean;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarTogglerComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarTogglerComponent, "c-sidebar-toggler", never, { "role": "role"; }, {}, never, never, false, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarTogglerComponent, "c-sidebar-toggler", never, { "role": "role"; }, {}, never, never, true, never>;
7
7
  }