@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
@@ -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,10 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./pagination/pagination.component";
3
- import * as i2 from "./page-item/page-item.component";
4
- import * as i3 from "./page-item/page-item.directive";
5
- import * as i4 from "./page-link/page-link.directive";
6
- import * as i5 from "@angular/common";
2
+ import * as i1 from "./page-item/page-item.component";
3
+ import * as i2 from "./page-item/page-item.directive";
4
+ import * as i3 from "./page-link/page-link.directive";
5
+ import * as i4 from "./pagination/pagination.component";
7
6
  export declare class PaginationModule {
8
7
  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]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaginationModule, never, [typeof i1.PageItemComponent, typeof i2.PageItemDirective, typeof i3.PageLinkDirective, typeof i4.PaginationComponent], [typeof i1.PageItemComponent, typeof i2.PageItemDirective, typeof i3.PageLinkDirective, typeof i4.PaginationComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<PaginationModule>;
11
10
  }
@@ -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,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./placeholder.directive";
3
3
  import * as i2 from "./placeholder-animation.directive";
4
- import * as i3 from "@angular/common";
5
4
  export declare class PlaceholderModule {
6
5
  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]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, never, [typeof i1.PlaceholderDirective, typeof i2.PlaceholderAnimationDirective], [typeof i1.PlaceholderDirective, typeof i2.PlaceholderAnimationDirective]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<PlaceholderModule>;
9
8
  }
@@ -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
  }
@@ -1,15 +1,17 @@
1
- import { ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import { Options } from '@popperjs/core';
3
3
  import { Triggers } from '../coreui.types';
4
4
  import { ListenersService } from '../services/listeners.service';
5
+ import { IntersectionService } from '../services';
5
6
  import * as i0 from "@angular/core";
6
- export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit {
7
+ export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit, AfterViewInit {
7
8
  private document;
8
9
  private renderer;
9
10
  private hostElement;
10
11
  private viewContainerRef;
11
12
  private listenersService;
12
13
  private changeDetectorRef;
14
+ private intersectionService;
13
15
  /**
14
16
  * Content of popover
15
17
  * @type {string | TemplateRef}
@@ -42,17 +44,20 @@ export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit {
42
44
  private popoverRef;
43
45
  private popperInstance;
44
46
  private _popperOptions;
45
- constructor(document: Document, renderer: Renderer2, hostElement: ElementRef, viewContainerRef: ViewContainerRef, listenersService: ListenersService, changeDetectorRef: ChangeDetectorRef);
47
+ private intersectingSubscription?;
48
+ constructor(document: Document, renderer: Renderer2, hostElement: ElementRef, viewContainerRef: ViewContainerRef, listenersService: ListenersService, changeDetectorRef: ChangeDetectorRef, intersectionService: IntersectionService);
49
+ ngAfterViewInit(): void;
46
50
  ngOnChanges(changes: SimpleChanges): void;
47
51
  ngOnDestroy(): void;
48
52
  ngOnInit(): void;
49
53
  private setListeners;
50
54
  private clearListeners;
55
+ private intersectionServiceSubscribe;
51
56
  private getUID;
52
57
  private createPopoverElement;
53
58
  private destroyPopoverElement;
54
59
  private addPopoverElement;
55
60
  private removePopoverElement;
56
61
  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>;
62
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[cPopover]", ["cPopover"], { "content": "cPopover"; "popperOptions": "cPopoverOptions"; "placement": "cPopoverPlacement"; "trigger": "cPopoverTrigger"; "visible": "cPopoverVisible"; }, {}, never, never, true, never>;
58
63
  }
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./popover.directive";
3
3
  import * as i2 from "./popover/popover.component";
4
- import * as i3 from "@angular/common";
5
4
  export declare class PopoverModule {
6
5
  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]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof i1.PopoverDirective, typeof i2.PopoverComponent], [typeof i1.PopoverDirective, typeof i2.PopoverComponent]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
9
8
  }
@@ -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,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./progress.component";
3
3
  import * as i2 from "./progress-bar.component";
4
- import * as i3 from "@angular/common";
5
4
  export declare class ProgressModule {
6
5
  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]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressModule>;
9
8
  }
@@ -4,7 +4,7 @@ export declare class ClassToggleService {
4
4
  private document;
5
5
  private rendererFactory;
6
6
  private renderer;
7
- constructor(document: any, rendererFactory: RendererFactory2);
7
+ constructor(document: Document, rendererFactory: RendererFactory2);
8
8
  toggle(selector: any, className: string): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ClassToggleService, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<ClassToggleService>;
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class HtmlAttributesDirective implements OnInit {
4
4
  private renderer;
5
5
  private el;
6
- cHtmlAttr: {
6
+ cHtmlAttr?: {
7
7
  [key: string]: any;
8
8
  };
9
9
  constructor(renderer: Renderer2, el: ElementRef);
@@ -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
  }
@@ -2,10 +2,9 @@ import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "./html-attr.directive";
4
4
  import * as i2 from "./template-id.directive";
5
- import * as i3 from "@angular/common";
6
5
  export declare class SharedModule {
7
6
  static forRoot(): ModuleWithProviders<SharedModule>;
8
7
  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]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.HtmlAttributesDirective, typeof i2.TemplateIdDirective], [typeof i1.HtmlAttributesDirective, typeof i2.TemplateIdDirective]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
11
10
  }
@@ -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,7 +8,7 @@ export declare class SidebarBackdropService {
8
8
  private backdrop;
9
9
  renderer: Renderer2;
10
10
  private clickListener;
11
- constructor(document: any, sidebarService: SidebarService);
11
+ constructor(document: Document, sidebarService: SidebarService);
12
12
  setBackdrop(sidebar: SidebarComponent): void;
13
13
  clearBackdrop(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBackdropService, never>;
@@ -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
  }
@@ -1,5 +1,5 @@
1
- import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
1
  import { AnimationEvent } from '@angular/animations';
2
+ import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
3
3
  import { NavigationEnd, Router } from '@angular/router';
4
4
  import { Observable, Subscription } from 'rxjs';
5
5
  import { SidebarService } from '../sidebar.service';
@@ -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;
@@ -55,5 +34,26 @@ export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
55
34
  onAnimationStart($event: AnimationEvent): void;
56
35
  onAnimationDone($event: AnimationEvent): void;
57
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupComponent, never>;
58
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never, true, never>;
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, ["*"], true, never>;
59
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
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./sidebar/sidebar.component";
3
- import * as i2 from "./sidebar-toggler/sidebar-toggler.component";
4
- import * as i3 from "./sidebar-toggle/sidebar-toggle.directive";
5
- import * as i4 from "./sidebar-brand/sidebar-brand.component";
6
- import * as i5 from "./sidebar-nav/sidebar-nav-badge.pipe";
7
- import * as i6 from "./sidebar-nav/sidebar-nav.component";
3
+ import * as i2 from "./sidebar-brand/sidebar-brand.component";
4
+ import * as i3 from "./sidebar-footer/sidebar-footer.component";
5
+ import * as i4 from "./sidebar-header/sidebar-header.component";
6
+ import * as i5 from "./sidebar-nav/sidebar-nav.component";
7
+ import * as i6 from "./sidebar-nav/sidebar-nav-badge.pipe";
8
8
  import * as i7 from "./sidebar-nav/sidebar-nav-divider.component";
9
9
  import * as i8 from "./sidebar-nav/sidebar-nav-icon.pipe";
10
10
  import * as i9 from "./sidebar-nav/sidebar-nav-item-class.pipe";
@@ -12,14 +12,10 @@ import * as i10 from "./sidebar-nav/sidebar-nav-label.component";
12
12
  import * as i11 from "./sidebar-nav/sidebar-nav-link.component";
13
13
  import * as i12 from "./sidebar-nav/sidebar-nav-link.pipe";
14
14
  import * as i13 from "./sidebar-nav/sidebar-nav-title.component";
15
- import * as i14 from "./sidebar-header/sidebar-header.component";
16
- import * as i15 from "./sidebar-footer/sidebar-footer.component";
17
- import * as i16 from "@angular/common";
18
- import * as i17 from "@angular/router";
19
- import * as i18 from "../shared/shared.module";
20
- import * as i19 from "@coreui/icons-angular";
15
+ import * as i14 from "./sidebar-toggle/sidebar-toggle.directive";
16
+ import * as i15 from "./sidebar-toggler/sidebar-toggler.component";
21
17
  export declare class SidebarModule {
22
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent, typeof i2.SidebarTogglerComponent, typeof i3.SidebarToggleDirective, typeof i4.SidebarBrandComponent, typeof i5.SidebarNavBadgePipe, typeof i6.SidebarNavComponent, typeof i7.SidebarNavDividerComponent, typeof i6.SidebarNavGroupComponent, typeof i8.SidebarNavIconPipe, typeof i9.SidebarNavItemClassPipe, typeof i10.SidebarNavLabelComponent, typeof i11.SidebarNavLinkComponent, typeof i11.SidebarNavLinkContentComponent, typeof i12.SidebarNavLinkPipe, typeof i13.SidebarNavTitleComponent, typeof i14.SidebarHeaderComponent, typeof i15.SidebarFooterComponent], [typeof i16.CommonModule, typeof i17.RouterModule, typeof i18.SharedModule, typeof i19.IconModule], [typeof i1.SidebarComponent, typeof i3.SidebarToggleDirective, typeof i2.SidebarTogglerComponent, typeof i4.SidebarBrandComponent, typeof i6.SidebarNavComponent, typeof i14.SidebarHeaderComponent, typeof i15.SidebarFooterComponent]>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, never, [typeof i1.SidebarComponent, typeof i2.SidebarBrandComponent, typeof i3.SidebarFooterComponent, typeof i4.SidebarHeaderComponent, typeof i5.SidebarNavComponent, typeof i6.SidebarNavBadgePipe, typeof i7.SidebarNavDividerComponent, typeof i5.SidebarNavGroupComponent, typeof i8.SidebarNavIconPipe, typeof i9.SidebarNavItemClassPipe, typeof i10.SidebarNavLabelComponent, typeof i11.SidebarNavLinkComponent, typeof i11.SidebarNavLinkContentComponent, typeof i12.SidebarNavLinkPipe, typeof i13.SidebarNavTitleComponent, typeof i14.SidebarToggleDirective, typeof i15.SidebarTogglerComponent], [typeof i1.SidebarComponent, typeof i14.SidebarToggleDirective, typeof i15.SidebarTogglerComponent, typeof i2.SidebarBrandComponent, typeof i5.SidebarNavComponent, typeof i4.SidebarHeaderComponent, typeof i3.SidebarFooterComponent]>;
24
20
  static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
25
21
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { ISmartPagination } from './smart-pagination.type';
3
2
  import { NumberInput } from '@angular/cdk/coercion';
3
+ import { ISmartPagination } from './smart-pagination.type';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SmartPaginationComponent implements ISmartPagination {
6
6
  static ngAcceptInputType_activePage: NumberInput;
@@ -105,5 +105,5 @@ export declare class SmartPaginationComponent implements ISmartPagination {
105
105
  get items(): number[];
106
106
  setPage(page: number): void;
107
107
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
108
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never, false, never>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never, true, never>;
109
109
  }
@@ -1,9 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./smart-pagination.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../pagination/pagination.module";
5
3
  export declare class SmartPaginationModule {
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, [typeof i1.SmartPaginationComponent], [typeof i2.CommonModule, typeof i3.PaginationModule], [typeof i1.SmartPaginationComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, never, [typeof i1.SmartPaginationComponent], [typeof i1.SmartPaginationComponent]>;
8
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartPaginationModule>;
9
7
  }
@@ -143,5 +143,5 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
143
143
  }): void;
144
144
  ngOnChanges(changes: SimpleChanges): void;
145
145
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableComponent, never>;
146
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never, false, never>;
146
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableComponent, "c-smart-table", ["cSmartTable"], { "activePage": "activePage"; "cleaner": "cleaner"; "clickableRows": "clickableRows"; "columns": "columns"; "columnFilter": "columnFilter"; "columnFilterValue": "columnFilterValue"; "columnSorter": "columnSorter"; "footer": "footer"; "header": "header"; "items": "items"; "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; "itemsPerPageSelect": "itemsPerPageSelect"; "loading": "loading"; "noItemsLabel": "noItemsLabel"; "pagination": "pagination"; "selectable": "selectable"; "sorterValue": "sorterValue"; "tableFilter": "tableFilter"; "tableFilterLabel": "tableFilterLabel"; "tableFilterPlaceholder": "tableFilterPlaceholder"; "tableFilterValue": "tableFilterValue"; "tableBodyProps": "tableBodyProps"; "tableFootProps": "tableFootProps"; "tableHeadProps": "tableHeadProps"; "tableProps": "tableProps"; }, { "selectedItemsChange": "selectedItemsChange"; "sorterValueChange": "sorterValueChange"; "activePageChange": "activePageChange"; "itemsPerPageChange": "itemsPerPageChange"; "rowClick": "rowClick"; "columnFilterValueChange": "columnFilterValueChange"; "filteredItemsChange": "filteredItemsChange"; "tableFilterValueChange": "tableFilterValueChange"; }, ["columnTemplates"], never, true, never>;
147
147
  }
@@ -7,5 +7,5 @@ export declare class SmartTableColumnFilterComponent {
7
7
  set column(value: string | IColumn);
8
8
  sizing?: 'sm' | 'lg';
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableColumnFilterComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableColumnFilterComponent, "c-smart-table-column-filter", never, { "column": "column"; "sizing": "sizing"; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableColumnFilterComponent, "c-smart-table-column-filter", never, { "column": "column"; "sizing": "sizing"; }, {}, never, never, true, never>;
11
11
  }
@@ -20,5 +20,5 @@ export declare class FilterInputDirective implements AfterViewInit, OnDestroy {
20
20
  ngOnDestroy(): void;
21
21
  private setSubscription;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[cFilterInput]", ["cFilterInput"], { "delay": "delay"; "onEvent": "onEvent"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false, never>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[cFilterInput]", ["cFilterInput"], { "delay": "delay"; "onEvent": "onEvent"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, true, never>;
24
24
  }
@@ -12,5 +12,5 @@ export declare class SmartTableFilterComponent {
12
12
  'col-form-label': boolean;
13
13
  };
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableFilterComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "sizing": "sizing"; }, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableFilterComponent, "c-smart-table-filter", never, { "filterLabel": "filterLabel"; "filterPlaceholder": "filterPlaceholder"; "sizing": "sizing"; }, {}, never, never, true, never>;
16
16
  }
@@ -41,5 +41,5 @@ export declare class SmartTableHeadComponent implements OnInit {
41
41
  getColumnFilter(column: IColumn | string): string;
42
42
  get columnFilterEvent(): 'change' | 'input';
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; "columnFilterTemplates": "columnFilterTemplates"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, false, never>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": "columnFilter"; "columnFilterState": "columnFilterState"; "columnSorter": "columnSorter"; "component": "component"; "columns": "columns"; "selectable": "selectable"; "selectAll": "selectAll"; "sorterValue": "sorterValue"; "columnFilterTemplates": "columnFilterTemplates"; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, true, never>;
45
45
  }
@@ -10,5 +10,5 @@ export declare class SmartTableItemsPerPageSelectorComponent {
10
10
  readonly itemsPerPageChange: EventEmitter<number>;
11
11
  get hostClasses(): any;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableItemsPerPageSelectorComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableItemsPerPageSelectorComponent, "c-smart-table-items-per-page-selector", never, { "itemsPerPage": "itemsPerPage"; "itemsPerPageLabel": "itemsPerPageLabel"; "itemsPerPageOptions": "itemsPerPageOptions"; }, { "itemsPerPageChange": "itemsPerPageChange"; }, never, never, true, never>;
14
14
  }
@@ -1,22 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./smart-table/smart-table.component";
3
3
  import * as i2 from "./smart-table-filter/smart-table-filter.component";
4
- import * as i3 from "./smart-table-items-per-page-selector/smart-table-items-per-page-selector.component";
5
- import * as i4 from "./smart-table-head/smart-table-head.component";
6
- import * as i5 from "./smart-table-filter/filter-input.directive";
7
- import * as i6 from "./smart-table-column-filter/smart-table-column-filter.component";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "../element-cover/element-cover.module";
10
- import * as i9 from "../table/table.module";
11
- import * as i10 from "../pagination/pagination.module";
12
- import * as i11 from "../smart-pagination/smart-pagination.module";
13
- import * as i12 from "../form/form.module";
14
- import * as i13 from "@angular/forms";
15
- import * as i14 from "../button/button.module";
16
- import * as i15 from "../shared/shared.module";
17
- import * as i16 from "../utilities/utilities.module";
18
4
  export declare class SmartTableModule {
19
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent, typeof i3.SmartTableItemsPerPageSelectorComponent, typeof i4.SmartTableHeadComponent, typeof i5.FilterInputDirective, typeof i6.SmartTableColumnFilterComponent], [typeof i7.CommonModule, typeof i8.ElementCoverModule, typeof i9.TableModule, typeof i10.PaginationModule, typeof i11.SmartPaginationModule, typeof i12.FormModule, typeof i13.FormsModule, typeof i14.ButtonModule, typeof i15.SharedModule, typeof i13.ReactiveFormsModule, typeof i16.UtilitiesModule], [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, never, [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent], [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent]>;
21
7
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartTableModule>;
22
8
  }