@coreui/angular-pro 4.4.0-next.0 → 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 (310) hide show
  1. package/README.md +1 -1
  2. package/esm2020/lib/accordion/accordion/accordion.component.mjs +3 -3
  3. package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
  4. package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +7 -9
  5. package/esm2020/lib/accordion/accordion.module.mjs +9 -22
  6. package/esm2020/lib/accordion/accordion.service.mjs +3 -3
  7. package/esm2020/lib/alert/alert-heading.directive.mjs +3 -3
  8. package/esm2020/lib/alert/alert-link.directive.mjs +3 -3
  9. package/esm2020/lib/alert/alert.component.mjs +7 -7
  10. package/esm2020/lib/alert/alert.module.mjs +8 -17
  11. package/esm2020/lib/avatar/avatar.component.mjs +10 -7
  12. package/esm2020/lib/avatar/avatar.module.mjs +5 -10
  13. package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
  14. package/esm2020/lib/badge/badge.component.mjs +11 -7
  15. package/esm2020/lib/badge/badge.module.mjs +5 -10
  16. package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +9 -5
  17. package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +8 -10
  18. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -7
  19. package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  20. package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +8 -21
  21. package/esm2020/lib/button/button-close.directive.mjs +3 -3
  22. package/esm2020/lib/button/button.directive.mjs +3 -3
  23. package/esm2020/lib/button/button.module.mjs +7 -11
  24. package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -3
  25. package/esm2020/lib/button-group/button-group.module.mjs +6 -8
  26. package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
  27. package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
  28. package/esm2020/lib/calendar/calendar/calendar.component.mjs +6 -7
  29. package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
  30. package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
  31. package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
  32. package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
  33. package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +3 -3
  34. package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
  35. package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +24 -20
  36. package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
  37. package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +6 -7
  38. package/esm2020/lib/calendar/calendar.module.mjs +5 -14
  39. package/esm2020/lib/calendar/calendar.service.mjs +3 -3
  40. package/esm2020/lib/callout/callout.component.mjs +3 -3
  41. package/esm2020/lib/callout/callout.module.mjs +6 -13
  42. package/esm2020/lib/card/card-body.component.mjs +3 -3
  43. package/esm2020/lib/card/card-footer.component.mjs +3 -3
  44. package/esm2020/lib/card/card-group.component.mjs +3 -3
  45. package/esm2020/lib/card/card-header-actions.component.mjs +3 -3
  46. package/esm2020/lib/card/card-header.component.mjs +3 -3
  47. package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
  48. package/esm2020/lib/card/card-img.directive.mjs +3 -3
  49. package/esm2020/lib/card/card-link.directive.mjs +3 -3
  50. package/esm2020/lib/card/card-subtitle.directive.mjs +3 -3
  51. package/esm2020/lib/card/card-text.directive.mjs +3 -3
  52. package/esm2020/lib/card/card-title.directive.mjs +3 -3
  53. package/esm2020/lib/card/card.component.mjs +3 -3
  54. package/esm2020/lib/card/card.module.mjs +5 -10
  55. package/esm2020/lib/carousel/carousel/carousel.component.mjs +3 -3
  56. package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
  57. package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +9 -10
  58. package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +6 -7
  59. package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
  60. package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +6 -7
  61. package/esm2020/lib/carousel/carousel-state.mjs +3 -3
  62. package/esm2020/lib/carousel/carousel.config.mjs +3 -3
  63. package/esm2020/lib/carousel/carousel.module.mjs +5 -10
  64. package/esm2020/lib/carousel/carousel.service.mjs +3 -3
  65. package/esm2020/lib/collapse/collapse.directive.mjs +3 -3
  66. package/esm2020/lib/collapse/collapse.module.mjs +6 -12
  67. package/esm2020/lib/date-picker/date-picker.component.mjs +26 -18
  68. package/esm2020/lib/date-picker/date-picker.module.mjs +7 -51
  69. package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +51 -49
  70. package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +7 -47
  71. package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +6 -6
  72. package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +3 -3
  73. package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
  74. package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
  75. package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
  76. package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +3 -3
  77. package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  78. package/esm2020/lib/dropdown/dropdown.module.mjs +5 -10
  79. package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
  80. package/esm2020/lib/element-cover/element-cover.component.mjs +6 -7
  81. package/esm2020/lib/element-cover/element-cover.module.mjs +7 -20
  82. package/esm2020/lib/footer/footer.component.mjs +3 -3
  83. package/esm2020/lib/footer/footer.module.mjs +6 -8
  84. package/esm2020/lib/form/form/form.directive.mjs +3 -3
  85. package/esm2020/lib/form/form-check/form-check-input.directive.mjs +3 -3
  86. package/esm2020/lib/form/form-check/form-check-label.directive.mjs +3 -3
  87. package/esm2020/lib/form/form-check/form-check.component.mjs +3 -3
  88. package/esm2020/lib/form/form-control/form-control.directive.mjs +3 -3
  89. package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +3 -3
  90. package/esm2020/lib/form/form-floating/form-floating.directive.mjs +3 -3
  91. package/esm2020/lib/form/form-label/form-label.directive.mjs +3 -3
  92. package/esm2020/lib/form/form-select/form-select.directive.mjs +3 -3
  93. package/esm2020/lib/form/form-text/form-text.directive.mjs +3 -3
  94. package/esm2020/lib/form/form.module.mjs +5 -10
  95. package/esm2020/lib/form/input-group/input-group.component.mjs +3 -3
  96. package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
  97. package/esm2020/lib/grid/col.component.mjs +3 -3
  98. package/esm2020/lib/grid/col.directive.mjs +3 -3
  99. package/esm2020/lib/grid/container.component.mjs +3 -3
  100. package/esm2020/lib/grid/grid.module.mjs +6 -12
  101. package/esm2020/lib/grid/gutter.directive.mjs +3 -3
  102. package/esm2020/lib/grid/row.component.mjs +9 -5
  103. package/esm2020/lib/grid/row.directive.mjs +3 -3
  104. package/esm2020/lib/header/header/header.component.mjs +8 -9
  105. package/esm2020/lib/header/header-brand/header-brand.component.mjs +3 -3
  106. package/esm2020/lib/header/header-divider/header-divider.component.mjs +3 -3
  107. package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
  108. package/esm2020/lib/header/header-text/header-text.component.mjs +3 -3
  109. package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +3 -3
  110. package/esm2020/lib/header/header.module.mjs +5 -10
  111. package/esm2020/lib/image/img.directive.mjs +3 -3
  112. package/esm2020/lib/image/img.module.mjs +7 -9
  113. package/esm2020/lib/list-group/list-group-item.directive.mjs +3 -3
  114. package/esm2020/lib/list-group/list-group.directive.mjs +3 -3
  115. package/esm2020/lib/list-group/list-group.module.mjs +6 -8
  116. package/esm2020/lib/loading-button/loading-button.component.mjs +3 -3
  117. package/esm2020/lib/loading-button/loading-button.module.mjs +7 -20
  118. package/esm2020/lib/modal/modal/modal.component.mjs +5 -5
  119. package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
  120. package/esm2020/lib/modal/modal-content/modal-content.component.mjs +3 -3
  121. package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
  122. package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
  123. package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
  124. package/esm2020/lib/modal/modal-header/modal-header.component.mjs +3 -3
  125. package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +3 -3
  126. package/esm2020/lib/modal/modal.module.mjs +5 -14
  127. package/esm2020/lib/modal/modal.service.mjs +3 -3
  128. package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +69 -0
  129. package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +710 -188
  130. package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +6 -7
  131. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +8 -7
  132. package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -9
  133. package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +224 -45
  134. package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +16 -10
  135. package/esm2020/lib/multi-select/multi-select.module.mjs +10 -41
  136. package/esm2020/lib/multi-select/multi-select.service.mjs +27 -10
  137. package/esm2020/lib/multi-select/multi-select.type.mjs +1 -1
  138. package/esm2020/lib/multi-select/public_api.mjs +1 -2
  139. package/esm2020/lib/nav/nav-item.component.mjs +3 -3
  140. package/esm2020/lib/nav/nav-link.directive.mjs +3 -3
  141. package/esm2020/lib/nav/nav.component.mjs +3 -3
  142. package/esm2020/lib/nav/nav.module.mjs +5 -10
  143. package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
  144. package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
  145. package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
  146. package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
  147. package/esm2020/lib/navbar/navbar.component.mjs +6 -7
  148. package/esm2020/lib/navbar/navbar.module.mjs +8 -17
  149. package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +3 -3
  150. package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
  151. package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
  152. package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
  153. package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
  154. package/esm2020/lib/offcanvas/offcanvas.module.mjs +6 -15
  155. package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
  156. package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
  157. package/esm2020/lib/pagination/page-item/page-item.directive.mjs +3 -3
  158. package/esm2020/lib/pagination/page-link/page-link.directive.mjs +3 -3
  159. package/esm2020/lib/pagination/pagination/pagination.component.mjs +6 -7
  160. package/esm2020/lib/pagination/pagination.module.mjs +5 -10
  161. package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +3 -3
  162. package/esm2020/lib/placeholder/placeholder.directive.mjs +3 -3
  163. package/esm2020/lib/placeholder/placeholder.module.mjs +5 -9
  164. package/esm2020/lib/popover/popover/popover.component.mjs +6 -7
  165. package/esm2020/lib/popover/popover.directive.mjs +29 -7
  166. package/esm2020/lib/popover/popover.module.mjs +5 -10
  167. package/esm2020/lib/progress/progress-bar.component.mjs +3 -3
  168. package/esm2020/lib/progress/progress.component.mjs +3 -3
  169. package/esm2020/lib/progress/progress.module.mjs +5 -10
  170. package/esm2020/lib/services/class-toggle.service.mjs +5 -5
  171. package/esm2020/lib/services/intersection.service.mjs +3 -3
  172. package/esm2020/lib/services/listeners.service.mjs +5 -7
  173. package/esm2020/lib/shared/html-attr.directive.mjs +4 -4
  174. package/esm2020/lib/shared/shared.module.mjs +5 -10
  175. package/esm2020/lib/shared/template-id.directive.mjs +3 -3
  176. package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -3
  177. package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +5 -5
  178. package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -7
  179. package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  180. package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  181. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
  182. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
  183. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
  184. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
  185. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
  186. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -7
  187. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +6 -6
  188. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
  189. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
  190. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +51 -25
  191. package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  192. package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
  193. package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -3
  194. package/esm2020/lib/sidebar/sidebar.module.mjs +17 -33
  195. package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
  196. package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +6 -7
  197. package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +7 -20
  198. package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +64 -74
  199. package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +6 -7
  200. package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +5 -4
  201. package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +6 -7
  202. package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +27 -36
  203. package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +8 -9
  204. package/esm2020/lib/smart-table/smart-table.module.mjs +6 -70
  205. package/esm2020/lib/smart-table/smart-table.type.mjs +1 -1
  206. package/esm2020/lib/spinner/spinner.component.mjs +3 -3
  207. package/esm2020/lib/spinner/spinner.module.mjs +5 -14
  208. package/esm2020/lib/table/table-active.directive.mjs +3 -3
  209. package/esm2020/lib/table/table-color.directive.mjs +3 -3
  210. package/esm2020/lib/table/table.directive.mjs +3 -3
  211. package/esm2020/lib/table/table.module.mjs +5 -9
  212. package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
  213. package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -3
  214. package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
  215. package/esm2020/lib/tabs/tab.service.mjs +3 -3
  216. package/esm2020/lib/tabs/tabs.module.mjs +6 -11
  217. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +6 -6
  218. package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +6 -6
  219. package/esm2020/lib/time-picker/time-picker.component.mjs +18 -16
  220. package/esm2020/lib/time-picker/time-picker.module.mjs +4 -4
  221. package/esm2020/lib/toast/toast/toast.component.mjs +3 -3
  222. package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
  223. package/esm2020/lib/toast/toast-close.directive.mjs +3 -3
  224. package/esm2020/lib/toast/toast-header/toast-header.component.mjs +6 -7
  225. package/esm2020/lib/toast/toast.module.mjs +6 -15
  226. package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +3 -3
  227. package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -3
  228. package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
  229. package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
  230. package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
  231. package/esm2020/lib/tooltip/tooltip.module.mjs +5 -10
  232. package/esm2020/lib/utilities/align.directive.mjs +3 -3
  233. package/esm2020/lib/utilities/bg-color.directive.mjs +3 -3
  234. package/esm2020/lib/utilities/border.directive.mjs +3 -3
  235. package/esm2020/lib/utilities/rounded.directive.mjs +3 -3
  236. package/esm2020/lib/utilities/text-color.directive.mjs +3 -3
  237. package/esm2020/lib/utilities/utilities.module.mjs +5 -9
  238. package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +6 -10
  239. package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +6 -7
  240. package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +9 -10
  241. package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +6 -7
  242. package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -7
  243. package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +10 -11
  244. package/esm2020/lib/widget/widget.module.mjs +5 -18
  245. package/fesm2015/coreui-angular-pro.mjs +2470 -1949
  246. package/fesm2015/coreui-angular-pro.mjs.map +1 -1
  247. package/fesm2020/coreui-angular-pro.mjs +2446 -1940
  248. package/fesm2020/coreui-angular-pro.mjs.map +1 -1
  249. package/lib/accordion/accordion.module.d.ts +4 -7
  250. package/lib/alert/alert.module.d.ts +4 -6
  251. package/lib/avatar/avatar.module.d.ts +2 -3
  252. package/lib/badge/badge.module.d.ts +2 -3
  253. package/lib/breadcrumb/breadcrumb.module.d.ts +4 -7
  254. package/lib/button/button.module.d.ts +3 -4
  255. package/lib/button-group/button-group.module.d.ts +3 -4
  256. package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
  257. package/lib/calendar/calendar.module.d.ts +12 -14
  258. package/lib/callout/callout.module.d.ts +2 -3
  259. package/lib/card/card.module.d.ts +13 -14
  260. package/lib/carousel/carousel-control/carousel-control.component.d.ts +2 -2
  261. package/lib/carousel/carousel.module.d.ts +7 -8
  262. package/lib/collapse/collapse.module.d.ts +2 -3
  263. package/lib/date-picker/date-picker.module.d.ts +2 -11
  264. package/lib/date-range-picker/date-range-picker.module.d.ts +2 -10
  265. package/lib/dropdown/dropdown.module.d.ts +8 -9
  266. package/lib/element-cover/element-cover.module.d.ts +2 -4
  267. package/lib/footer/footer.module.d.ts +2 -3
  268. package/lib/form/form.module.d.ts +13 -14
  269. package/lib/grid/grid.module.d.ts +7 -8
  270. package/lib/header/header.module.d.ts +7 -8
  271. package/lib/image/img.module.d.ts +2 -3
  272. package/lib/list-group/list-group.module.d.ts +3 -4
  273. package/lib/loading-button/loading-button.module.d.ts +2 -4
  274. package/lib/modal/modal.module.d.ts +9 -11
  275. package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +15 -0
  276. package/lib/multi-select/multi-select/multi-select.component.d.ts +184 -28
  277. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -0
  278. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +69 -20
  279. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +5 -2
  280. package/lib/multi-select/multi-select.module.d.ts +5 -12
  281. package/lib/multi-select/multi-select.service.d.ts +14 -7
  282. package/lib/multi-select/multi-select.type.d.ts +12 -3
  283. package/lib/multi-select/public_api.d.ts +1 -1
  284. package/lib/nav/nav.module.d.ts +4 -5
  285. package/lib/navbar/navbar.module.d.ts +6 -8
  286. package/lib/offcanvas/offcanvas.module.d.ts +6 -8
  287. package/lib/pagination/pagination.module.d.ts +5 -6
  288. package/lib/placeholder/placeholder.module.d.ts +3 -4
  289. package/lib/popover/popover.directive.d.ts +8 -3
  290. package/lib/popover/popover.module.d.ts +3 -4
  291. package/lib/progress/progress.module.d.ts +3 -4
  292. package/lib/services/class-toggle.service.d.ts +1 -1
  293. package/lib/shared/html-attr.directive.d.ts +1 -1
  294. package/lib/shared/shared.module.d.ts +3 -4
  295. package/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.d.ts +1 -1
  296. package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +3 -3
  297. package/lib/sidebar/sidebar.module.d.ts +16 -20
  298. package/lib/smart-pagination/smart-pagination.module.d.ts +2 -4
  299. package/lib/smart-table/smart-table/smart-table.component.d.ts +10 -8
  300. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +3 -3
  301. package/lib/smart-table/smart-table.module.d.ts +3 -17
  302. package/lib/smart-table/smart-table.type.d.ts +7 -7
  303. package/lib/spinner/spinner.module.d.ts +2 -3
  304. package/lib/table/table.module.d.ts +4 -5
  305. package/lib/tabs/tabs.module.d.ts +4 -5
  306. package/lib/toast/toast.module.d.ts +7 -9
  307. package/lib/tooltip/tooltip.module.d.ts +3 -4
  308. package/lib/utilities/utilities.module.d.ts +6 -7
  309. package/lib/widget/widget.module.d.ts +7 -10
  310. package/package.json +2 -2
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./placeholder.directive";
4
- import * as i3 from "./placeholder-animation.directive";
2
+ import * as i1 from "./placeholder.directive";
3
+ import * as i2 from "./placeholder-animation.directive";
5
4
  export declare class PlaceholderModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, never, [typeof i1.CommonModule, typeof i2.PlaceholderDirective, typeof i3.PlaceholderAnimationDirective], [typeof i2.PlaceholderDirective, typeof i3.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
  }
@@ -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,12 +44,15 @@ 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;
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./popover.directive";
4
- import * as i3 from "./popover/popover.component";
2
+ import * as i1 from "./popover.directive";
3
+ import * as i2 from "./popover/popover.component";
5
4
  export declare class PopoverModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof i1.CommonModule, typeof i2.PopoverDirective, typeof i3.PopoverComponent], [typeof i2.PopoverDirective, typeof i3.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
  }
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./progress.component";
4
- import * as i3 from "./progress-bar.component";
2
+ import * as i1 from "./progress.component";
3
+ import * as i2 from "./progress-bar.component";
5
4
  export declare class ProgressModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.CommonModule, typeof i2.ProgressComponent, typeof i3.ProgressBarComponent], [typeof i2.ProgressComponent, typeof i3.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);
@@ -1,11 +1,10 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./html-attr.directive";
5
- import * as i3 from "./template-id.directive";
3
+ import * as i1 from "./html-attr.directive";
4
+ import * as i2 from "./template-id.directive";
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, never, [typeof i1.CommonModule, typeof i2.HtmlAttributesDirective, typeof i3.TemplateIdDirective], [typeof i2.HtmlAttributesDirective, typeof i3.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
  }
@@ -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>;
@@ -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';
@@ -34,7 +34,7 @@ export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
34
34
  onAnimationStart($event: AnimationEvent): void;
35
35
  onAnimationDone($event: AnimationEvent): void;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupComponent, never>;
37
- 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
38
  }
39
39
  export declare class SidebarNavComponent implements OnChanges {
40
40
  sidebar: SidebarComponent;
@@ -55,5 +55,5 @@ export declare class SidebarNavComponent implements OnChanges {
55
55
  ngOnChanges(changes: SimpleChanges): void;
56
56
  hideMobile(): void;
57
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>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"], true, never>;
59
59
  }
@@ -1,25 +1,21 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./sidebar-nav/sidebar-nav.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "../shared/shared.module";
6
- import * as i5 from "./sidebar/sidebar.component";
7
- import * as i6 from "./sidebar-brand/sidebar-brand.component";
8
- import * as i7 from "./sidebar-footer/sidebar-footer.component";
9
- import * as i8 from "./sidebar-header/sidebar-header.component";
10
- import * as i9 from "./sidebar-nav/sidebar-nav-badge.pipe";
11
- import * as i10 from "./sidebar-nav/sidebar-nav-divider.component";
12
- import * as i11 from "./sidebar-nav/sidebar-nav-icon.pipe";
13
- import * as i12 from "./sidebar-nav/sidebar-nav-item-class.pipe";
14
- import * as i13 from "./sidebar-nav/sidebar-nav-label.component";
15
- import * as i14 from "./sidebar-nav/sidebar-nav-link.component";
16
- import * as i15 from "./sidebar-nav/sidebar-nav-link.pipe";
17
- import * as i16 from "./sidebar-nav/sidebar-nav-title.component";
18
- import * as i17 from "./sidebar-toggle/sidebar-toggle.directive";
19
- import * as i18 from "./sidebar-toggler/sidebar-toggler.component";
20
- import * as i19 from "@coreui/icons-angular";
2
+ import * as i1 from "./sidebar/sidebar.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
+ import * as i7 from "./sidebar-nav/sidebar-nav-divider.component";
9
+ import * as i8 from "./sidebar-nav/sidebar-nav-icon.pipe";
10
+ import * as i9 from "./sidebar-nav/sidebar-nav-item-class.pipe";
11
+ import * as i10 from "./sidebar-nav/sidebar-nav-label.component";
12
+ import * as i11 from "./sidebar-nav/sidebar-nav-link.component";
13
+ import * as i12 from "./sidebar-nav/sidebar-nav-link.pipe";
14
+ import * as i13 from "./sidebar-nav/sidebar-nav-title.component";
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.SidebarNavComponent, typeof i1.SidebarNavGroupComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.SharedModule, typeof i5.SidebarComponent, typeof i6.SidebarBrandComponent, typeof i7.SidebarFooterComponent, typeof i8.SidebarHeaderComponent, typeof i9.SidebarNavBadgePipe, typeof i10.SidebarNavDividerComponent, typeof i11.SidebarNavIconPipe, typeof i12.SidebarNavItemClassPipe, typeof i13.SidebarNavLabelComponent, typeof i14.SidebarNavLinkComponent, typeof i14.SidebarNavLinkContentComponent, typeof i15.SidebarNavLinkPipe, typeof i16.SidebarNavTitleComponent, typeof i17.SidebarToggleDirective, typeof i18.SidebarTogglerComponent, typeof i19.IconModule], [typeof i5.SidebarComponent, typeof i17.SidebarToggleDirective, typeof i18.SidebarTogglerComponent, typeof i6.SidebarBrandComponent, typeof i1.SidebarNavComponent, typeof i8.SidebarHeaderComponent, typeof i7.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,9 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "../pagination/pagination.module";
4
- import * as i3 from "./smart-pagination.component";
2
+ import * as i1 from "./smart-pagination.component";
5
3
  export declare class SmartPaginationModule {
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, never, [typeof i1.CommonModule, typeof i2.PaginationModule, typeof i3.SmartPaginationComponent], [typeof i3.SmartPaginationComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, never, [typeof i1.SmartPaginationComponent], [typeof i1.SmartPaginationComponent]>;
8
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SmartPaginationModule>;
9
7
  }
@@ -1,7 +1,7 @@
1
1
  import { AfterContentInit, EventEmitter, IterableDiffers, KeyValueDiffers, OnChanges, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
2
2
  import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
3
3
  import { ITable } from '../../table/table.type';
4
- import { IColumnFilter, IColumnFilterValue, IItem, IItemInternal, ISmartTable, ISorter, ISorterValue, ITableFilter, ITableGroupProps, ItemsPerPageSelect } from '../smart-table.type';
4
+ import { IColumn, IColumnFilter, IColumnFilterValue, IItem, IItemInternal, ISmartTable, ISorter, ISorterValue, ITableFilter, ITableGroupProps, ItemsPerPageSelect } from '../smart-table.type';
5
5
  import { TemplateIdDirective } from '../../shared';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class SmartTableComponent implements ISmartTable, AfterContentInit, OnChanges {
@@ -29,8 +29,8 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
29
29
  set clickableRows(value: boolean);
30
30
  get clickableRows(): boolean;
31
31
  private _clickableRows;
32
- set columns(value: any[]);
33
- get columns(): any[];
32
+ set columns(value: (string | IColumn)[]);
33
+ get columns(): (string | IColumn)[];
34
34
  private _columns?;
35
35
  columnFilter?: boolean | IColumnFilter;
36
36
  set columnFilterValue(value: IColumnFilterValue);
@@ -85,10 +85,10 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
85
85
  tableFilterValueChange: EventEmitter<any>;
86
86
  columnTemplates: QueryList<TemplateIdDirective>;
87
87
  templates: {
88
- [key: string]: TemplateRef<any> | null;
88
+ [key: string]: (TemplateRef<any> | null);
89
89
  };
90
90
  columnFilterTemplates: {
91
- [key: string]: TemplateRef<any> | null;
91
+ [key: string]: (TemplateRef<any> | null);
92
92
  };
93
93
  ngAfterContentInit(): void;
94
94
  get selectedAll(): boolean | "indeterminate";
@@ -102,8 +102,8 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
102
102
  get itemsOnActivePage(): IItemInternal[];
103
103
  get currentItems(): IItemInternal[];
104
104
  get genCols(): string[];
105
- get rawColumnNames(): any[];
106
- get itemsDataColumns(): any[];
105
+ get rawColumnNames(): string[];
106
+ get itemsDataColumns(): string[];
107
107
  get sortedItems(): IItemInternal[];
108
108
  get tableFilterEvent(): 'change' | 'input';
109
109
  private _columnFiltered;
@@ -132,7 +132,9 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
132
132
  align?: "top" | "bottom" | "middle" | undefined;
133
133
  color?: string | undefined;
134
134
  } | undefined;
135
- tableDataCellClasses(item: IItem, colName: string): any;
135
+ tableDataCellClasses(item: IItem, colName: string): string | {
136
+ [klass: string]: any;
137
+ } | undefined;
136
138
  getColumnName($event: MouseEvent): string;
137
139
  handleRowClick(param: {
138
140
  $event: MouseEvent;
@@ -30,12 +30,12 @@ export declare class SmartTableHeadComponent implements OnInit {
30
30
  getColumnSorterState(column: IColumn | string): string | number;
31
31
  prettifyName(name: string): string;
32
32
  handleSortClick(column: IColumn | string, i: number): void;
33
- columnFilterEnabled(column: IColumn | string): boolean;
34
- columnSorterEnabled(column: IColumn | string): boolean;
33
+ columnFilterEnabled(column: IColumn | string): boolean | ((column: import("../smart-table.type").IItem, value: string) => boolean);
34
+ columnSorterEnabled(column: IColumn | string): boolean | ((a: import("../smart-table.type").IItem, b: import("../smart-table.type").IItem) => number);
35
35
  handleColumnFilterValueChange($event: {
36
36
  value: string;
37
37
  type?: string;
38
- column: IColumn | string;
38
+ column: (IColumn | string);
39
39
  }): void;
40
40
  handleSelectAllChecked($event: Event): void;
41
41
  getColumnFilter(column: IColumn | string): string;
@@ -1,22 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "../element-cover/element-cover.module";
4
- import * as i3 from "../table/table.module";
5
- import * as i4 from "../pagination/pagination.module";
6
- import * as i5 from "../smart-pagination/smart-pagination.module";
7
- import * as i6 from "../form/form.module";
8
- import * as i7 from "@angular/forms";
9
- import * as i8 from "../button/button.module";
10
- import * as i9 from "../shared/shared.module";
11
- import * as i10 from "../utilities/utilities.module";
12
- import * as i11 from "./smart-table/smart-table.component";
13
- import * as i12 from "./smart-table-filter/smart-table-filter.component";
14
- import * as i13 from "./smart-table-items-per-page-selector/smart-table-items-per-page-selector.component";
15
- import * as i14 from "./smart-table-head/smart-table-head.component";
16
- import * as i15 from "./smart-table-filter/filter-input.directive";
17
- import * as i16 from "./smart-table-column-filter/smart-table-column-filter.component";
2
+ import * as i1 from "./smart-table/smart-table.component";
3
+ import * as i2 from "./smart-table-filter/smart-table-filter.component";
18
4
  export declare class SmartTableModule {
19
5
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableModule, never>;
20
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, never, [typeof i1.CommonModule, typeof i2.ElementCoverModule, typeof i3.TableModule, typeof i4.PaginationModule, typeof i5.SmartPaginationModule, typeof i6.FormModule, typeof i7.FormsModule, typeof i8.ButtonModule, typeof i9.SharedModule, typeof i7.ReactiveFormsModule, typeof i10.UtilitiesModule, typeof i11.SmartTableComponent, typeof i12.SmartTableFilterComponent, typeof i13.SmartTableItemsPerPageSelectorComponent, typeof i14.SmartTableHeadComponent, typeof i15.FilterInputDirective, typeof i16.SmartTableColumnFilterComponent], [typeof i11.SmartTableComponent, typeof i12.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
  }
@@ -125,7 +125,7 @@ export interface ISmartTable {
125
125
  pagination?: boolean;
126
126
  /**
127
127
  * Properties to `CSmartPagination` component.
128
- * @link https://coreui.io/react/docs/4.0/components/smart-pagination#csmartpagination
128
+ * @link https://coreui.io/angular/docs/components/smart-pagination#csmartpagination
129
129
  * todo or remove?
130
130
  */
131
131
  /**
@@ -160,12 +160,12 @@ export interface ISmartTable {
160
160
  sortingIconDescending?: TemplateRef<any>;
161
161
  /**
162
162
  * Properties to `CTableBody` component.
163
- * @link https://coreui.io/react/docs/4.0/components/table/#ctablebody
163
+ * @link https://coreui.io/angular/docs/components/table/#ctablebody
164
164
  * todo or remove?
165
165
  */
166
166
  /**
167
167
  * Properties to `CTableFoot` component.
168
- * @link https://coreui.io/react/docs/4.0/components/table/#ctablefoot
168
+ * @link https://coreui.io/angular/docs/components/table/#ctablefoot
169
169
  * todo or remove?
170
170
  */
171
171
  /**
@@ -197,12 +197,12 @@ export interface ISmartTable {
197
197
  tableFilterValue?: string;
198
198
  /**
199
199
  * Properties to `CTableHead` component.
200
- * @link https://coreui.io/react/docs/4.0/components/table/#ctablehead
200
+ * @link https://coreui.io/angular/docs/components/table/#ctablehead
201
201
  * todo or remove?
202
202
  */
203
203
  /**
204
204
  * Properties to `CTable` component.
205
- * @link https://coreui.io/react/docs/4.0/components/table/#ctable
205
+ * @link https://coreui.io/angular/docs/components/table/#ctable
206
206
  */
207
207
  tableProps?: ITable;
208
208
  }
@@ -214,10 +214,10 @@ export interface IColumnFilterValue {
214
214
  [key: string]: any;
215
215
  }
216
216
  export interface IColumn {
217
- filter?: boolean;
217
+ filter?: boolean | ((column: IItem, value: string) => boolean);
218
218
  label?: string;
219
219
  key: string;
220
- sorter?: boolean;
220
+ sorter?: boolean | ((a: IItem, b: IItem) => number);
221
221
  _style?: any;
222
222
  _props?: ITableHeaderCellProps;
223
223
  _classes?: string | string[] | Set<string> | {
@@ -1,8 +1,7 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./spinner.component";
2
+ import * as i1 from "./spinner.component";
4
3
  export declare class SpinnerModule {
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<SpinnerModule, never, [typeof i1.CommonModule, typeof i2.SpinnerComponent], [typeof i2.SpinnerComponent]>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SpinnerModule, never, [typeof i1.SpinnerComponent], [typeof i1.SpinnerComponent]>;
7
6
  static ɵinj: i0.ɵɵInjectorDeclaration<SpinnerModule>;
8
7
  }
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./table.directive";
4
- import * as i3 from "./table-color.directive";
5
- import * as i4 from "./table-active.directive";
2
+ import * as i1 from "./table.directive";
3
+ import * as i2 from "./table-color.directive";
4
+ import * as i3 from "./table-active.directive";
6
5
  export declare class TableModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.CommonModule, typeof i2.TableDirective, typeof i3.TableColorDirective, typeof i4.TableActiveDirective], [typeof i2.TableDirective, typeof i3.TableColorDirective, typeof i4.TableActiveDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.TableDirective, typeof i2.TableColorDirective, typeof i3.TableActiveDirective], [typeof i1.TableDirective, typeof i2.TableColorDirective, typeof i3.TableActiveDirective]>;
9
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
10
9
  }
@@ -1,10 +1,9 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./tab-content/tab-content.component";
4
- import * as i3 from "./tab-content-ref.directive";
5
- import * as i4 from "./tab-pane/tab-pane.component";
2
+ import * as i1 from "./tab-content/tab-content.component";
3
+ import * as i2 from "./tab-content-ref.directive";
4
+ import * as i3 from "./tab-pane/tab-pane.component";
6
5
  export declare class TabsModule {
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, never, [typeof i1.CommonModule, typeof i2.TabContentComponent, typeof i3.TabContentRefDirective, typeof i4.TabPaneComponent], [typeof i2.TabContentComponent, typeof i4.TabPaneComponent, typeof i3.TabContentRefDirective]>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, never, [typeof i1.TabContentComponent, typeof i2.TabContentRefDirective, typeof i3.TabPaneComponent], [typeof i1.TabContentComponent, typeof i3.TabPaneComponent, typeof i2.TabContentRefDirective]>;
9
8
  static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
10
9
  }
@@ -1,14 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "../button/button.module";
4
- import * as i3 from "./toast-body/toast-body.component";
5
- import * as i4 from "./toast/toast.component";
6
- import * as i5 from "./toast-close.directive";
7
- import * as i6 from "./toast-header/toast-header.component";
8
- import * as i7 from "./toaster/toaster.component";
9
- import * as i8 from "./toaster/toaster-host.directive";
2
+ import * as i1 from "./toast-body/toast-body.component";
3
+ import * as i2 from "./toast/toast.component";
4
+ import * as i3 from "./toast-close.directive";
5
+ import * as i4 from "./toast-header/toast-header.component";
6
+ import * as i5 from "./toaster/toaster.component";
7
+ import * as i6 from "./toaster/toaster-host.directive";
10
8
  export declare class ToastModule {
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof i1.CommonModule, typeof i2.ButtonModule, typeof i3.ToastBodyComponent, typeof i4.ToastComponent, typeof i5.ToastCloseDirective, typeof i6.ToastHeaderComponent, typeof i7.ToasterComponent, typeof i8.ToasterHostDirective], [typeof i3.ToastBodyComponent, typeof i4.ToastComponent, typeof i5.ToastCloseDirective, typeof i6.ToastHeaderComponent, typeof i7.ToasterComponent, typeof i8.ToasterHostDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof i1.ToastBodyComponent, typeof i2.ToastComponent, typeof i3.ToastCloseDirective, typeof i4.ToastHeaderComponent, typeof i5.ToasterComponent, typeof i6.ToasterHostDirective], [typeof i1.ToastBodyComponent, typeof i2.ToastComponent, typeof i3.ToastCloseDirective, typeof i4.ToastHeaderComponent, typeof i5.ToasterComponent, typeof i6.ToasterHostDirective]>;
13
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
14
12
  }
@@ -1,9 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./tooltip/tooltip.component";
4
- import * as i3 from "./tooltip.directive";
2
+ import * as i1 from "./tooltip/tooltip.component";
3
+ import * as i2 from "./tooltip.directive";
5
4
  export declare class TooltipModule {
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.CommonModule, typeof i2.TooltipComponent, typeof i3.TooltipDirective], [typeof i2.TooltipComponent, typeof i3.TooltipDirective]>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.TooltipComponent, typeof i2.TooltipDirective], [typeof i1.TooltipComponent, typeof i2.TooltipDirective]>;
8
7
  static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
9
8
  }
@@ -1,12 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./bg-color.directive";
4
- import * as i3 from "./border.directive";
5
- import * as i4 from "./rounded.directive";
6
- import * as i5 from "./text-color.directive";
7
- import * as i6 from "./align.directive";
2
+ import * as i1 from "./bg-color.directive";
3
+ import * as i2 from "./border.directive";
4
+ import * as i3 from "./rounded.directive";
5
+ import * as i4 from "./text-color.directive";
6
+ import * as i5 from "./align.directive";
8
7
  export declare class UtilitiesModule {
9
8
  static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, never, [typeof i1.CommonModule, typeof i2.BgColorDirective, typeof i3.BorderDirective, typeof i4.RoundedDirective, typeof i5.TextColorDirective, typeof i6.AlignDirective], [typeof i2.BgColorDirective, typeof i3.BorderDirective, typeof i4.RoundedDirective, typeof i5.TextColorDirective, typeof i6.AlignDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, never, [typeof i1.BgColorDirective, typeof i2.BorderDirective, typeof i3.RoundedDirective, typeof i4.TextColorDirective, typeof i5.AlignDirective], [typeof i1.BgColorDirective, typeof i2.BorderDirective, typeof i3.RoundedDirective, typeof i4.TextColorDirective, typeof i5.AlignDirective]>;
11
10
  static ɵinj: i0.ɵɵInjectorDeclaration<UtilitiesModule>;
12
11
  }
@@ -1,15 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "../card/card.module";
4
- import * as i3 from "../grid/grid.module";
5
- import * as i4 from "./widget-stat-a/widget-stat-a.component";
6
- import * as i5 from "./widget-stat-b/widget-stat-b.component";
7
- import * as i6 from "./widget-stat-c/widget-stat-c.component";
8
- import * as i7 from "./widget-stat-d/widget-stat-d.component";
9
- import * as i8 from "./widget-stat-e/widget-stat-e.component";
10
- import * as i9 from "./widget-stat-f/widget-stat-f.component";
2
+ import * as i1 from "./widget-stat-a/widget-stat-a.component";
3
+ import * as i2 from "./widget-stat-b/widget-stat-b.component";
4
+ import * as i3 from "./widget-stat-c/widget-stat-c.component";
5
+ import * as i4 from "./widget-stat-d/widget-stat-d.component";
6
+ import * as i5 from "./widget-stat-e/widget-stat-e.component";
7
+ import * as i6 from "./widget-stat-f/widget-stat-f.component";
11
8
  export declare class WidgetModule {
12
9
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, never, [typeof i1.CommonModule, typeof i2.CardModule, typeof i3.GridModule, typeof i4.WidgetStatAComponent, typeof i5.WidgetStatBComponent, typeof i6.WidgetStatCComponent, typeof i7.WidgetStatDComponent, typeof i8.WidgetStatEComponent, typeof i9.WidgetStatFComponent], [typeof i4.WidgetStatAComponent, typeof i5.WidgetStatBComponent, typeof i6.WidgetStatCComponent, typeof i7.WidgetStatDComponent, typeof i8.WidgetStatEComponent, typeof i9.WidgetStatFComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, never, [typeof i1.WidgetStatAComponent, typeof i2.WidgetStatBComponent, typeof i3.WidgetStatCComponent, typeof i4.WidgetStatDComponent, typeof i5.WidgetStatEComponent, typeof i6.WidgetStatFComponent], [typeof i1.WidgetStatAComponent, typeof i2.WidgetStatBComponent, typeof i3.WidgetStatCComponent, typeof i4.WidgetStatDComponent, typeof i5.WidgetStatEComponent, typeof i6.WidgetStatFComponent]>;
14
11
  static ɵinj: i0.ɵɵInjectorDeclaration<WidgetModule>;
15
12
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.4.0-next.0",
3
+ "version": "4.4.0-next.1",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
- "copyright": "Copyright 2022 creativeLabs Łukasz Holeczek",
5
+ "copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
7
7
  "author": {
8
8
  "name": "creativeLabs Łukasz Holeczek",