@coreui/angular-pro 5.0.0-alpha.9 → 5.0.0-next.16

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 (294) hide show
  1. package/README.md +1 -1
  2. package/esm2022/lib/accordion/accordion/accordion.component.mjs +23 -17
  3. package/esm2022/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
  4. package/esm2022/lib/accordion/accordion-item/accordion-item.component.mjs +3 -3
  5. package/esm2022/lib/accordion/accordion.module.mjs +4 -4
  6. package/esm2022/lib/accordion/accordion.service.mjs +4 -4
  7. package/esm2022/lib/alert/alert-heading.directive.mjs +3 -3
  8. package/esm2022/lib/alert/alert-link.directive.mjs +3 -3
  9. package/esm2022/lib/alert/alert.component.mjs +32 -40
  10. package/esm2022/lib/alert/alert.module.mjs +4 -4
  11. package/esm2022/lib/avatar/avatar.component.mjs +3 -3
  12. package/esm2022/lib/avatar/avatar.module.mjs +4 -4
  13. package/esm2022/lib/backdrop/backdrop.service.mjs +4 -4
  14. package/esm2022/lib/badge/badge.component.mjs +3 -3
  15. package/esm2022/lib/badge/badge.module.mjs +4 -4
  16. package/esm2022/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
  17. package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +9 -8
  18. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -6
  19. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +4 -4
  20. package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +4 -4
  21. package/esm2022/lib/button/button-close.directive.mjs +3 -3
  22. package/esm2022/lib/button/button.directive.mjs +3 -3
  23. package/esm2022/lib/button/button.module.mjs +4 -4
  24. package/esm2022/lib/button-group/button-group/button-group.component.mjs +3 -3
  25. package/esm2022/lib/button-group/button-group.module.mjs +4 -4
  26. package/esm2022/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
  27. package/esm2022/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
  28. package/esm2022/lib/calendar/calendar/calendar.component.mjs +6 -6
  29. package/esm2022/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
  30. package/esm2022/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
  31. package/esm2022/lib/calendar/calendar-month/calendar-class-row.pipe.mjs +3 -3
  32. package/esm2022/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
  33. package/esm2022/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
  34. package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
  35. package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
  36. package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +7 -12
  37. package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +4 -4
  38. package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
  39. package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +6 -6
  40. package/esm2022/lib/calendar/calendar.module.mjs +4 -4
  41. package/esm2022/lib/calendar/calendar.service.mjs +4 -4
  42. package/esm2022/lib/calendar/calendar.utils.mjs +1 -1
  43. package/esm2022/lib/callout/callout.component.mjs +3 -3
  44. package/esm2022/lib/callout/callout.module.mjs +4 -4
  45. package/esm2022/lib/card/card-body.component.mjs +3 -3
  46. package/esm2022/lib/card/card-footer.component.mjs +3 -3
  47. package/esm2022/lib/card/card-group.component.mjs +3 -3
  48. package/esm2022/lib/card/card-header-actions.component.mjs +3 -3
  49. package/esm2022/lib/card/card-header.component.mjs +3 -3
  50. package/esm2022/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
  51. package/esm2022/lib/card/card-img.directive.mjs +3 -3
  52. package/esm2022/lib/card/card-link.directive.mjs +3 -3
  53. package/esm2022/lib/card/card-subtitle.directive.mjs +3 -3
  54. package/esm2022/lib/card/card-text.directive.mjs +3 -3
  55. package/esm2022/lib/card/card-title.directive.mjs +3 -3
  56. package/esm2022/lib/card/card.component.mjs +3 -3
  57. package/esm2022/lib/card/card.module.mjs +4 -4
  58. package/esm2022/lib/carousel/carousel/carousel.component.mjs +4 -4
  59. package/esm2022/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
  60. package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +5 -6
  61. package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +5 -6
  62. package/esm2022/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
  63. package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +9 -10
  64. package/esm2022/lib/carousel/carousel-state.mjs +4 -4
  65. package/esm2022/lib/carousel/carousel.config.mjs +3 -3
  66. package/esm2022/lib/carousel/carousel.module.mjs +4 -4
  67. package/esm2022/lib/carousel/carousel.service.mjs +3 -3
  68. package/esm2022/lib/collapse/collapse.directive.mjs +32 -42
  69. package/esm2022/lib/collapse/collapse.module.mjs +4 -4
  70. package/esm2022/lib/date-picker/date-picker.component.mjs +8 -10
  71. package/esm2022/lib/date-picker/date-picker.module.mjs +4 -4
  72. package/esm2022/lib/date-range-picker/date-range-picker/custom-range-key.pipe.mjs +3 -3
  73. package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +8 -10
  74. package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +4 -4
  75. package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +30 -38
  76. package/esm2022/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
  77. package/esm2022/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
  78. package/esm2022/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
  79. package/esm2022/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
  80. package/esm2022/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
  81. package/esm2022/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
  82. package/esm2022/lib/dropdown/dropdown.module.mjs +4 -4
  83. package/esm2022/lib/dropdown/dropdown.service.mjs +3 -3
  84. package/esm2022/lib/element-cover/element-cover.component.mjs +6 -6
  85. package/esm2022/lib/element-cover/element-cover.module.mjs +4 -4
  86. package/esm2022/lib/footer/footer.component.mjs +3 -3
  87. package/esm2022/lib/footer/footer.module.mjs +4 -4
  88. package/esm2022/lib/form/form/form.directive.mjs +3 -3
  89. package/esm2022/lib/form/form-check/form-check-input.directive.mjs +12 -10
  90. package/esm2022/lib/form/form-check/form-check-label.directive.mjs +3 -3
  91. package/esm2022/lib/form/form-check/form-check.component.mjs +3 -3
  92. package/esm2022/lib/form/form-control/form-control.directive.mjs +4 -4
  93. package/esm2022/lib/form/form-feedback/form-feedback.component.mjs +3 -3
  94. package/esm2022/lib/form/form-floating/form-floating.directive.mjs +3 -3
  95. package/esm2022/lib/form/form-label/form-label.directive.mjs +3 -3
  96. package/esm2022/lib/form/form-select/form-select.directive.mjs +3 -3
  97. package/esm2022/lib/form/form-text/form-text.directive.mjs +3 -3
  98. package/esm2022/lib/form/form.module.mjs +4 -4
  99. package/esm2022/lib/form/input-group/input-group.component.mjs +3 -3
  100. package/esm2022/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
  101. package/esm2022/lib/grid/col.component.mjs +3 -3
  102. package/esm2022/lib/grid/col.directive.mjs +4 -4
  103. package/esm2022/lib/grid/container.component.mjs +3 -3
  104. package/esm2022/lib/grid/grid.module.mjs +4 -4
  105. package/esm2022/lib/grid/gutter.directive.mjs +4 -4
  106. package/esm2022/lib/grid/row.component.mjs +3 -3
  107. package/esm2022/lib/grid/row.directive.mjs +4 -4
  108. package/esm2022/lib/header/header/header.component.mjs +3 -3
  109. package/esm2022/lib/header/header-brand/header-brand.component.mjs +3 -3
  110. package/esm2022/lib/header/header-divider/header-divider.component.mjs +3 -3
  111. package/esm2022/lib/header/header-nav/header-nav.component.mjs +3 -3
  112. package/esm2022/lib/header/header-text/header-text.component.mjs +3 -3
  113. package/esm2022/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
  114. package/esm2022/lib/header/header.module.mjs +4 -4
  115. package/esm2022/lib/image/img.directive.mjs +3 -3
  116. package/esm2022/lib/image/img.module.mjs +4 -4
  117. package/esm2022/lib/list-group/list-group-item.directive.mjs +3 -3
  118. package/esm2022/lib/list-group/list-group.directive.mjs +3 -3
  119. package/esm2022/lib/list-group/list-group.module.mjs +4 -4
  120. package/esm2022/lib/loading-button/loading-button.component.mjs +17 -23
  121. package/esm2022/lib/loading-button/loading-button.module.mjs +4 -4
  122. package/esm2022/lib/modal/modal/modal.component.mjs +4 -4
  123. package/esm2022/lib/modal/modal-body/modal-body.component.mjs +3 -3
  124. package/esm2022/lib/modal/modal-content/modal-content.component.mjs +3 -3
  125. package/esm2022/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
  126. package/esm2022/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
  127. package/esm2022/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
  128. package/esm2022/lib/modal/modal-header/modal-header.component.mjs +3 -3
  129. package/esm2022/lib/modal/modal-title/modal-title.directive.mjs +3 -3
  130. package/esm2022/lib/modal/modal.module.mjs +4 -4
  131. package/esm2022/lib/modal/modal.service.mjs +3 -3
  132. package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +4 -4
  133. package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +65 -33
  134. package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +10 -9
  135. package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +3 -3
  136. package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -14
  137. package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +4 -4
  138. package/esm2022/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
  139. package/esm2022/lib/multi-select/multi-select.module.mjs +4 -4
  140. package/esm2022/lib/multi-select/multi-select.service.mjs +3 -3
  141. package/esm2022/lib/nav/nav-item.component.mjs +3 -3
  142. package/esm2022/lib/nav/nav-link.directive.mjs +3 -3
  143. package/esm2022/lib/nav/nav.component.mjs +3 -3
  144. package/esm2022/lib/nav/nav.module.mjs +4 -4
  145. package/esm2022/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
  146. package/esm2022/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
  147. package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
  148. package/esm2022/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
  149. package/esm2022/lib/navbar/navbar.component.mjs +4 -4
  150. package/esm2022/lib/navbar/navbar.module.mjs +4 -4
  151. package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +4 -4
  152. package/esm2022/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
  153. package/esm2022/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
  154. package/esm2022/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
  155. package/esm2022/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
  156. package/esm2022/lib/offcanvas/offcanvas.module.mjs +4 -4
  157. package/esm2022/lib/offcanvas/offcanvas.service.mjs +3 -3
  158. package/esm2022/lib/pagination/page-item/page-item.component.mjs +3 -3
  159. package/esm2022/lib/pagination/page-item/page-item.directive.mjs +4 -4
  160. package/esm2022/lib/pagination/page-link/page-link.directive.mjs +3 -3
  161. package/esm2022/lib/pagination/pagination/pagination.component.mjs +3 -3
  162. package/esm2022/lib/pagination/pagination.module.mjs +4 -4
  163. package/esm2022/lib/placeholder/placeholder-animation.directive.mjs +3 -3
  164. package/esm2022/lib/placeholder/placeholder.directive.mjs +13 -20
  165. package/esm2022/lib/placeholder/placeholder.module.mjs +4 -4
  166. package/esm2022/lib/popover/popover/popover.component.mjs +4 -4
  167. package/esm2022/lib/popover/popover.directive.mjs +4 -4
  168. package/esm2022/lib/popover/popover.module.mjs +4 -4
  169. package/esm2022/lib/progress/progress-bar.component.mjs +21 -94
  170. package/esm2022/lib/progress/progress-bar.directive.mjs +112 -0
  171. package/esm2022/lib/progress/progress-stacked.component.mjs +19 -0
  172. package/esm2022/lib/progress/progress.component.mjs +24 -27
  173. package/esm2022/lib/progress/progress.module.mjs +19 -9
  174. package/esm2022/lib/progress/progress.type.mjs +1 -1
  175. package/esm2022/lib/progress/public_api.mjs +3 -1
  176. package/esm2022/lib/services/class-toggle.service.mjs +4 -4
  177. package/esm2022/lib/services/color-mode.service.mjs +17 -26
  178. package/esm2022/lib/services/in-memory-storage.service.mjs +3 -3
  179. package/esm2022/lib/services/intersection.service.mjs +4 -4
  180. package/esm2022/lib/services/listeners.service.mjs +4 -4
  181. package/esm2022/lib/services/local-storage.service.mjs +3 -3
  182. package/esm2022/lib/services/public_api.mjs +1 -1
  183. package/esm2022/lib/shared/html-attr.directive.mjs +4 -4
  184. package/esm2022/lib/shared/shared.module.mjs +4 -4
  185. package/esm2022/lib/shared/template-id.directive.mjs +3 -3
  186. package/esm2022/lib/shared/theme.directive.mjs +6 -5
  187. package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +36 -48
  188. package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
  189. package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -6
  190. package/esm2022/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  191. package/esm2022/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  192. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
  193. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
  194. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
  195. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
  196. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
  197. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -6
  198. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +21 -22
  199. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
  200. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
  201. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +10 -15
  202. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
  203. package/esm2022/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
  204. package/esm2022/lib/sidebar/sidebar-toggler/sidebar-toggler.directive.mjs +3 -3
  205. package/esm2022/lib/sidebar/sidebar.module.mjs +4 -4
  206. package/esm2022/lib/sidebar/sidebar.service.mjs +3 -3
  207. package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +22 -26
  208. package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +4 -4
  209. package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +8 -11
  210. package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +3 -3
  211. package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +4 -4
  212. package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +6 -6
  213. package/esm2022/lib/smart-table/smart-table-head/smart-table-column-label.pipe.mjs +3 -3
  214. package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +9 -14
  215. package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +5 -7
  216. package/esm2022/lib/smart-table/smart-table.module.mjs +4 -4
  217. package/esm2022/lib/smart-table/smart-table.type.mjs +1 -1
  218. package/esm2022/lib/smart-table/smart-table.utils.mjs +1 -1
  219. package/esm2022/lib/spinner/spinner.component.mjs +3 -3
  220. package/esm2022/lib/spinner/spinner.module.mjs +4 -4
  221. package/esm2022/lib/table/table-active.directive.mjs +3 -3
  222. package/esm2022/lib/table/table-color.directive.mjs +3 -3
  223. package/esm2022/lib/table/table.directive.mjs +4 -4
  224. package/esm2022/lib/table/table.module.mjs +4 -4
  225. package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +9 -9
  226. package/esm2022/lib/tabs/tab-content-ref.directive.mjs +14 -11
  227. package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +7 -8
  228. package/esm2022/lib/tabs/tab.service.mjs +3 -3
  229. package/esm2022/lib/tabs/tabs.module.mjs +4 -4
  230. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +14 -13
  231. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +14 -13
  232. package/esm2022/lib/time-picker/time-picker.component.mjs +7 -9
  233. package/esm2022/lib/time-picker/time-picker.module.mjs +6 -8
  234. package/esm2022/lib/time-picker/time.utils.mjs +1 -1
  235. package/esm2022/lib/toast/toast/toast.component.mjs +13 -11
  236. package/esm2022/lib/toast/toast-body/toast-body.component.mjs +3 -3
  237. package/esm2022/lib/toast/toast-close.directive.mjs +3 -3
  238. package/esm2022/lib/toast/toast-header/toast-header.component.mjs +5 -6
  239. package/esm2022/lib/toast/toast.module.mjs +4 -4
  240. package/esm2022/lib/toast/toaster/toaster-host.directive.mjs +3 -3
  241. package/esm2022/lib/toast/toaster/toaster.component.mjs +4 -4
  242. package/esm2022/lib/toast/toaster/toaster.service.mjs +3 -3
  243. package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
  244. package/esm2022/lib/tooltip/tooltip.directive.mjs +4 -4
  245. package/esm2022/lib/tooltip/tooltip.module.mjs +4 -4
  246. package/esm2022/lib/utilities/align.directive.mjs +3 -3
  247. package/esm2022/lib/utilities/bg-color.directive.mjs +3 -3
  248. package/esm2022/lib/utilities/border.directive.mjs +4 -4
  249. package/esm2022/lib/utilities/rounded.directive.mjs +4 -4
  250. package/esm2022/lib/utilities/shadow-on-scroll.directive.mjs +4 -4
  251. package/esm2022/lib/utilities/text-color.directive.mjs +3 -3
  252. package/esm2022/lib/utilities/utilities.module.mjs +4 -4
  253. package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +6 -6
  254. package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +6 -6
  255. package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +7 -7
  256. package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +6 -6
  257. package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -6
  258. package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +6 -6
  259. package/esm2022/lib/widget/widget.module.mjs +4 -4
  260. package/fesm2022/coreui-angular-pro.mjs +1281 -1254
  261. package/fesm2022/coreui-angular-pro.mjs.map +1 -1
  262. package/lib/accordion/accordion/accordion.component.d.ts +4 -6
  263. package/lib/alert/alert.component.d.ts +8 -12
  264. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -0
  265. package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -2
  266. package/lib/collapse/collapse.directive.d.ts +13 -13
  267. package/lib/dropdown/dropdown/dropdown.component.d.ts +8 -12
  268. package/lib/form/form-check/form-check-input.directive.d.ts +4 -3
  269. package/lib/loading-button/loading-button.component.d.ts +4 -5
  270. package/lib/multi-select/multi-select/multi-select.component.d.ts +6 -3
  271. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +3 -1
  272. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -5
  273. package/lib/placeholder/placeholder.directive.d.ts +3 -7
  274. package/lib/progress/progress-bar.component.d.ts +4 -50
  275. package/lib/progress/progress-bar.directive.d.ts +58 -0
  276. package/lib/progress/progress-stacked.component.d.ts +7 -0
  277. package/lib/progress/progress.component.d.ts +9 -16
  278. package/lib/progress/progress.module.d.ts +3 -1
  279. package/lib/progress/progress.type.d.ts +12 -13
  280. package/lib/progress/public_api.d.ts +3 -1
  281. package/lib/services/color-mode.service.d.ts +4 -2
  282. package/lib/services/public_api.d.ts +1 -1
  283. package/lib/sidebar/sidebar/sidebar.component.d.ts +13 -11
  284. package/lib/smart-pagination/smart-pagination.component.d.ts +4 -8
  285. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -0
  286. package/lib/smart-table/smart-table.type.d.ts +3 -2
  287. package/lib/smart-table/smart-table.utils.d.ts +1 -1
  288. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -0
  289. package/lib/tabs/tab-content-ref.directive.d.ts +4 -2
  290. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -0
  291. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -0
  292. package/lib/toast/toast/toast.component.d.ts +3 -2
  293. package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +9 -10
  294. package/package.json +2 -2
@@ -1,17 +1,19 @@
1
1
  import { WritableSignal } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
+ export type ColorMode = 'light' | 'dark' | 'auto' | string | undefined;
3
4
  export declare class ColorModeService {
4
5
  #private;
5
6
  readonly eventName: WritableSignal<string>;
6
7
  readonly localStorageItemName: WritableSignal<string>;
7
8
  readonly localStorageItemName$: import("rxjs").Observable<string>;
8
- readonly colorMode: WritableSignal<'light' | 'dark' | 'auto'>;
9
+ readonly colorMode: WritableSignal<ColorMode>;
9
10
  readonly colorModeEffect: import("@angular/core").EffectRef;
10
11
  constructor();
11
12
  getStoredTheme(localStorageItemName: string): any;
12
13
  setStoredTheme(localStorageItemName: string, colorMode: string): void;
13
14
  getPreferredColorScheme(localStorageItemName: string): any;
14
- setTheme(colorMode: string): void;
15
+ getTheme(): string | undefined;
16
+ setTheme(colorMode: ColorMode): void;
15
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ColorModeService, never>;
16
18
  static ɵprov: i0.ɵɵInjectableDeclaration<ColorModeService>;
17
19
  }
@@ -3,4 +3,4 @@ export { ListenersService, IListenersConfig } from './listeners.service';
3
3
  export { ClassToggleService } from './class-toggle.service';
4
4
  export { LocalStorageService } from './local-storage.service';
5
5
  export { InMemoryStorageService } from './in-memory-storage.service';
6
- export { ColorModeService } from './color-mode.service';
6
+ export { ColorModeService, ColorMode } from './color-mode.service';
@@ -1,5 +1,4 @@
1
1
  import { EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { BreakpointObserver } from '@angular/cdk/layout';
4
3
  import { ISidebarAction, SidebarService } from '../sidebar.service';
5
4
  import { SidebarBackdropService } from '../sidebar-backdrop/sidebar-backdrop.service';
@@ -11,10 +10,6 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
11
10
  private breakpointObserver;
12
11
  private sidebarService;
13
12
  private backdropService;
14
- static ngAcceptInputType_narrow: BooleanInput;
15
- static ngAcceptInputType_overlaid: BooleanInput;
16
- static ngAcceptInputType_unfoldable: BooleanInput;
17
- static ngAcceptInputType_visible: BooleanInput;
18
13
  state: ISidebarAction;
19
14
  /**
20
15
  * Sets if the color of text should be colored for a light or dark background. [docs]
@@ -31,15 +26,15 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
31
26
  /**
32
27
  * Make sidebar narrow. [docs]
33
28
  * @type boolean
29
+ * @default false
34
30
  */
35
- set narrow(value: boolean);
36
- get narrow(): boolean;
31
+ narrow: boolean;
37
32
  /**
38
33
  * Set sidebar to overlaid variant.
39
34
  * @type boolean
35
+ * @default false
40
36
  */
41
- set overlaid(value: boolean);
42
- get overlaid(): boolean;
37
+ overlaid: boolean;
43
38
  /**
44
39
  * Components placement, there’s no default placement. [docs]
45
40
  * @type 'start' | 'end'
@@ -56,11 +51,14 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
56
51
  size?: 'sm' | 'lg' | 'xl';
57
52
  /**
58
53
  * Expand narrowed sidebar on hover. [docs]
54
+ * @type boolean
55
+ * @default false
59
56
  */
60
- set unfoldable(value: boolean);
61
- get unfoldable(): boolean;
57
+ unfoldable: boolean;
62
58
  /**
63
59
  * Toggle the visibility of sidebar component. [docs]
60
+ * @type boolean
61
+ * @default false
64
62
  */
65
63
  set visible(value: boolean);
66
64
  get visible(): boolean;
@@ -82,4 +80,8 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
82
80
  layoutChangeSubscribe(subscribe?: boolean): void;
83
81
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
84
82
  static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": { "alias": "colorScheme"; "required": false; }; "id": { "alias": "id"; "required": false; }; "narrow": { "alias": "narrow"; "required": false; }; "overlaid": { "alias": "overlaid"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "unfoldable": { "alias": "unfoldable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
83
+ static ngAcceptInputType_narrow: unknown;
84
+ static ngAcceptInputType_overlaid: unknown;
85
+ static ngAcceptInputType_unfoldable: unknown;
86
+ static ngAcceptInputType_visible: unknown;
85
87
  }
@@ -1,20 +1,13 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { NumberInput } from '@angular/cdk/coercion';
3
2
  import { ISmartPagination } from './smart-pagination.type';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class SmartPaginationComponent implements ISmartPagination {
6
- static ngAcceptInputType_activePage: NumberInput;
7
- static ngAcceptInputType_pages: NumberInput;
8
- static ngAcceptInputType_limit: NumberInput;
9
- constructor();
10
5
  /**
11
6
  * Current page number. [docs]
12
7
  * @default 1
13
8
  * @type number
14
9
  */
15
- set activePage(value: number);
16
- get activePage(): number;
17
- private _activePage;
10
+ activePage: number;
18
11
  /**
19
12
  * Event triggered on activePage change.
20
13
  * @type EventEmitter<number>
@@ -106,4 +99,7 @@ export declare class SmartPaginationComponent implements ISmartPagination {
106
99
  setPage(page: number): void;
107
100
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
108
101
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": { "alias": "activePage"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "doubleArrows": { "alias": "doubleArrows"; "required": false; }; "dots": { "alias": "dots"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "firstButton": { "alias": "firstButton"; "required": false; }; "lastButton": { "alias": "lastButton"; "required": false; }; "nextButton": { "alias": "nextButton"; "required": false; }; "previousButton": { "alias": "previousButton"; "required": false; }; "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "activePageChange": "activePageChange"; }, never, never, true, never>;
102
+ static ngAcceptInputType_activePage: unknown;
103
+ static ngAcceptInputType_limit: unknown;
104
+ static ngAcceptInputType_pages: unknown;
109
105
  }
@@ -61,6 +61,7 @@ export declare class SmartTableHeadComponent implements OnInit {
61
61
  getAriaSort(column: IColumn | string): "ascending" | "descending" | null;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
63
63
  static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": { "alias": "columnFilter"; "required": false; }; "columnFilterState": { "alias": "columnFilterState"; "required": false; }; "columnSorter": { "alias": "columnSorter"; "required": false; }; "component": { "alias": "component"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnGroups": { "alias": "columnGroups"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectedAll": { "alias": "selectedAll"; "required": false; }; "showGroups": { "alias": "showGroups"; "required": false; }; "sorterValue": { "alias": "sorterValue"; "required": false; }; "columnFilterTemplates": { "alias": "columnFilterTemplates"; "required": false; }; "columnLabelTemplates": { "alias": "columnLabelTemplates"; "required": false; }; "summaryRowTemplate": { "alias": "summaryRowTemplate"; "required": false; }; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, true, never>;
64
+ static ngAcceptInputType_selectable: unknown;
64
65
  static ngAcceptInputType_selectAll: unknown;
65
66
  static ngAcceptInputType_showGroups: unknown;
66
67
  }
@@ -53,7 +53,7 @@ export interface ISmartTable {
53
53
  *
54
54
  * Sorter can be customized, by passing prop as object with additional options as keys. Available options:
55
55
  * - external (Boolean) - Disables automatic sorting inside component.
56
- * - resetable (Boolean) - If set to true clicking on sorter have three states: ascending, descending and null. That means that third click on sorter will reset sorting, and restore table to original order.
56
+ * - resettable (Boolean) - If set to true clicking on sorter have three states: ascending, descending and null. That means that third click on sorter will reset sorting, and restore table to original order.
57
57
  * @type boolean | Sorter
58
58
  */
59
59
  columnSorter?: boolean | ISorter;
@@ -238,7 +238,7 @@ export interface IColumn {
238
238
  _data?: any;
239
239
  }
240
240
  export interface IGroup {
241
- children?: IGroup[] | IColumn[];
241
+ children?: (IGroup | IColumn)[];
242
242
  colspan?: number;
243
243
  deep?: number;
244
244
  group?: string;
@@ -262,6 +262,7 @@ export interface ITableHeaderCellProps {
262
262
  }
263
263
  export interface ISorter {
264
264
  resetable?: boolean;
265
+ resettable?: boolean;
265
266
  external?: boolean;
266
267
  }
267
268
  export interface IItem {
@@ -9,7 +9,7 @@ export declare const countColumns: (columns: IColumn[], counter?: number) => num
9
9
  export declare const getColumnGroups: (columns: (string | IColumn)[] | undefined) => IGroup[][];
10
10
  export declare const getColumnNamesFromItems: (items: IItem[]) => string[];
11
11
  export declare const getColumnValues: (items: IItem[], key: string) => any[];
12
- export declare const convertNgClassToObj: (value: string | string[] | Set<string> | {
12
+ export declare const convertNgClassToObj: (value: string | Set<string> | string[] | {
13
13
  [klass: string]: any;
14
14
  } | null | undefined) => {
15
15
  [klass: string]: boolean;
@@ -30,4 +30,5 @@ export declare class TabContentComponent implements AfterContentChecked, AfterCo
30
30
  refreshTabPaneActive(idx: number): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
32
32
  static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": { "alias": "activeTabPaneIdx"; "required": false; }; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], true, never>;
33
+ static ngAcceptInputType_activeTabPaneIdx: unknown;
33
34
  }
@@ -1,12 +1,10 @@
1
1
  import { ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { TabService } from './tab.service';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TabContentRefDirective implements OnChanges, OnDestroy {
6
5
  private changeDetectorRef;
7
6
  private tabService;
8
7
  constructor(changeDetectorRef: ChangeDetectorRef, tabService: TabService);
9
- static ngAcceptInputType_disabled: BooleanInput;
10
8
  private tabServiceSubscription;
11
9
  /**
12
10
  * Template Ref
@@ -16,6 +14,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
16
14
  /**
17
15
  * Set active state of tab content
18
16
  * @type boolean
17
+ * @default false
19
18
  */
20
19
  set active(value: boolean);
21
20
  get active(): boolean;
@@ -46,4 +45,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
46
45
  subscribeTabService(subscribe?: boolean): void;
47
46
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
48
47
  static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": { "alias": "cTabContent"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabPaneIdx": { "alias": "tabPaneIdx"; "required": false; }; }, {}, never, never, true, never>;
48
+ static ngAcceptInputType_active: unknown;
49
+ static ngAcceptInputType_disabled: unknown;
50
+ static ngAcceptInputType_tabPaneIdx: unknown;
49
51
  }
@@ -37,4 +37,6 @@ export declare class TimePickerRollAmPmComponent implements OnChanges, AfterView
37
37
  handleElementKeyDown($event: KeyboardEvent, element: IDayPeriod): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollAmPmComponent, never>;
39
39
  static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
40
+ static ngAcceptInputType_disabled: unknown;
41
+ static ngAcceptInputType_refresh: unknown;
40
42
  }
@@ -36,4 +36,6 @@ export declare class TimePickerRollColComponent implements ITimePickerRollCol, O
36
36
  handleElementKeyDown($event: KeyboardEvent, element: ITimeValue): void;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollColComponent, never>;
38
38
  static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
39
+ static ngAcceptInputType_disabled: unknown;
40
+ static ngAcceptInputType_refresh: unknown;
39
41
  }
@@ -1,5 +1,4 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import { Colors } from '../../coreui.types';
4
3
  import { ToasterService } from '../toaster/toaster.service';
5
4
  import { TToasterPlacement } from '../toaster/toaster.component';
@@ -10,7 +9,6 @@ export declare class ToastComponent implements OnInit, OnDestroy {
10
9
  renderer: Renderer2;
11
10
  toasterService: ToasterService;
12
11
  changeDetectorRef: ChangeDetectorRef;
13
- static ngAcceptInputType_visible: BooleanInput;
14
12
  dynamic: boolean;
15
13
  placement: TToasterPlacement;
16
14
  constructor(hostElement: ElementRef, renderer: Renderer2, toasterService: ToasterService, changeDetectorRef: ChangeDetectorRef);
@@ -75,5 +73,8 @@ export declare class ToastComponent implements OnInit, OnDestroy {
75
73
  clearClock(): void;
76
74
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
77
75
  static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": { "alias": "autohide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
76
+ static ngAcceptInputType_delay: unknown;
77
+ static ngAcceptInputType_visible: unknown;
78
+ static ngAcceptInputType_index: unknown;
78
79
  }
79
80
  export {};
@@ -23,30 +23,29 @@ export declare class WidgetStatCComponent extends CardComponent implements After
23
23
  * Invert colors from their default dark shade.
24
24
  * @type boolean
25
25
  */
26
- inverse: string | boolean;
26
+ inverse: boolean;
27
27
  templates: any;
28
28
  contentTemplates: QueryList<TemplateIdDirective>;
29
29
  get hostExtendedClass(): {
30
- 'text-white': string | boolean;
30
+ 'text-white': boolean;
31
31
  };
32
32
  get titleClasses(): {
33
- [x: string]: string | boolean;
33
+ [x: string]: boolean;
34
34
  'text-body-secondary': boolean;
35
- 'text-white': string | boolean;
36
- 'text-opacity-75': string | boolean;
35
+ 'text-white': boolean;
36
+ 'text-opacity-75': boolean;
37
37
  };
38
38
  get valueClasses(): {
39
- 'text-body-emphasis': boolean;
39
+ 'text-opacity-75': boolean;
40
40
  'text-body-secondary': boolean;
41
- 'text-white': string | boolean;
42
- 'text-opacity-75': string | boolean;
41
+ 'text-white': boolean;
43
42
  'fs-4': boolean;
44
43
  'fw-semibold': boolean;
45
44
  };
46
45
  get iconClasses(): {
47
46
  'text-body-secondary': boolean;
48
- 'text-white': string | boolean;
49
- 'text-opacity-75': string | boolean;
47
+ 'text-white': boolean;
48
+ 'text-opacity-75': boolean;
50
49
  'mb-4': boolean;
51
50
  'text-end': boolean;
52
51
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.0.0-alpha.9",
3
+ "version": "5.0.0-next.16",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
@@ -28,7 +28,7 @@
28
28
  "@angular/core": "^17.0.0",
29
29
  "@angular/forms": "^17.0.0",
30
30
  "@angular/router": "^17.0.0",
31
- "@coreui/coreui-pro": "~5.0.0-0",
31
+ "@coreui/coreui-pro": "~5.0.0-0 || ~5.0.0",
32
32
  "@coreui/icons-angular": "~4.7.3 || ^5.0.0-0 || ~5.0.0",
33
33
  "rxjs": "^7.8.1"
34
34
  },