@coreui/angular-pro 5.0.0-alpha.1 → 5.0.0-alpha.10

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 (297) hide show
  1. package/LICENSE +2 -3
  2. package/README.md +2 -2
  3. package/esm2022/lib/accordion/accordion/accordion.component.mjs +3 -3
  4. package/esm2022/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
  5. package/esm2022/lib/accordion/accordion-item/accordion-item.component.mjs +3 -3
  6. package/esm2022/lib/accordion/accordion.module.mjs +4 -4
  7. package/esm2022/lib/accordion/accordion.service.mjs +3 -3
  8. package/esm2022/lib/alert/alert-heading.directive.mjs +3 -3
  9. package/esm2022/lib/alert/alert-link.directive.mjs +3 -3
  10. package/esm2022/lib/alert/alert.component.mjs +3 -3
  11. package/esm2022/lib/alert/alert.module.mjs +4 -4
  12. package/esm2022/lib/avatar/avatar.component.mjs +7 -8
  13. package/esm2022/lib/avatar/avatar.module.mjs +4 -4
  14. package/esm2022/lib/backdrop/backdrop.service.mjs +5 -5
  15. package/esm2022/lib/badge/badge.component.mjs +3 -3
  16. package/esm2022/lib/badge/badge.module.mjs +4 -4
  17. package/esm2022/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
  18. package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
  19. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +3 -3
  20. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
  21. package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +4 -4
  22. package/esm2022/lib/button/button-close.directive.mjs +3 -3
  23. package/esm2022/lib/button/button.directive.mjs +3 -3
  24. package/esm2022/lib/button/button.module.mjs +4 -4
  25. package/esm2022/lib/button-group/button-group/button-group.component.mjs +3 -3
  26. package/esm2022/lib/button-group/button-group.module.mjs +4 -4
  27. package/esm2022/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
  28. package/esm2022/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
  29. package/esm2022/lib/calendar/calendar/calendar.component.mjs +3 -3
  30. package/esm2022/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
  31. package/esm2022/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
  32. package/esm2022/lib/calendar/calendar-month/calendar-class-row.pipe.mjs +3 -3
  33. package/esm2022/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
  34. package/esm2022/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
  35. package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +3 -3
  36. package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
  37. package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +3 -3
  38. package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +3 -3
  39. package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
  40. package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +3 -3
  41. package/esm2022/lib/calendar/calendar.module.mjs +4 -4
  42. package/esm2022/lib/calendar/calendar.service.mjs +3 -3
  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 +59 -61
  59. package/esm2022/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
  60. package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +3 -3
  61. package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +3 -3
  62. package/esm2022/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
  63. package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +3 -3
  64. package/esm2022/lib/carousel/carousel-state.mjs +3 -3
  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 +3 -3
  69. package/esm2022/lib/collapse/collapse.module.mjs +4 -4
  70. package/esm2022/lib/date-picker/date-picker.component.mjs +3 -3
  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 +9 -6
  74. package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +4 -4
  75. package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +6 -6
  76. package/esm2022/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +3 -3
  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 +3 -3
  81. package/esm2022/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  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 +3 -3
  106. package/esm2022/lib/grid/row.component.mjs +3 -3
  107. package/esm2022/lib/grid/row.directive.mjs +7 -7
  108. package/esm2022/lib/header/header/header.component.mjs +6 -6
  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 +3 -3
  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 +3 -3
  121. package/esm2022/lib/loading-button/loading-button.module.mjs +4 -4
  122. package/esm2022/lib/modal/modal/modal.component.mjs +3 -3
  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 +3 -3
  133. package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +120 -100
  134. package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +3 -3
  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 +5 -6
  137. package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +8 -9
  138. package/esm2022/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +13 -12
  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/multi-select/multi-select.type.mjs +1 -1
  142. package/esm2022/lib/nav/nav-item.component.mjs +3 -3
  143. package/esm2022/lib/nav/nav-link.directive.mjs +3 -3
  144. package/esm2022/lib/nav/nav.component.mjs +3 -3
  145. package/esm2022/lib/nav/nav.module.mjs +4 -4
  146. package/esm2022/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
  147. package/esm2022/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
  148. package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
  149. package/esm2022/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
  150. package/esm2022/lib/navbar/navbar.component.mjs +5 -5
  151. package/esm2022/lib/navbar/navbar.module.mjs +4 -4
  152. package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +6 -6
  153. package/esm2022/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
  154. package/esm2022/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
  155. package/esm2022/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
  156. package/esm2022/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
  157. package/esm2022/lib/offcanvas/offcanvas.module.mjs +4 -4
  158. package/esm2022/lib/offcanvas/offcanvas.service.mjs +3 -3
  159. package/esm2022/lib/pagination/page-item/page-item.component.mjs +3 -3
  160. package/esm2022/lib/pagination/page-item/page-item.directive.mjs +3 -3
  161. package/esm2022/lib/pagination/page-link/page-link.directive.mjs +3 -3
  162. package/esm2022/lib/pagination/pagination/pagination.component.mjs +3 -3
  163. package/esm2022/lib/pagination/pagination.module.mjs +4 -4
  164. package/esm2022/lib/placeholder/placeholder-animation.directive.mjs +3 -3
  165. package/esm2022/lib/placeholder/placeholder.directive.mjs +3 -3
  166. package/esm2022/lib/placeholder/placeholder.module.mjs +4 -4
  167. package/esm2022/lib/popover/popover/popover.component.mjs +3 -3
  168. package/esm2022/lib/popover/popover.directive.mjs +21 -23
  169. package/esm2022/lib/popover/popover.module.mjs +4 -4
  170. package/esm2022/lib/progress/progress-bar.component.mjs +22 -88
  171. package/esm2022/lib/progress/progress-bar.directive.mjs +112 -0
  172. package/esm2022/lib/progress/progress-stacked.component.mjs +19 -0
  173. package/esm2022/lib/progress/progress.component.mjs +27 -12
  174. package/esm2022/lib/progress/progress.module.mjs +19 -9
  175. package/esm2022/lib/progress/progress.type.mjs +2 -0
  176. package/esm2022/lib/progress/public_api.mjs +3 -1
  177. package/esm2022/lib/services/class-toggle.service.mjs +3 -3
  178. package/esm2022/lib/services/color-mode.service.mjs +79 -0
  179. package/esm2022/lib/services/in-memory-storage.service.mjs +33 -0
  180. package/esm2022/lib/services/intersection.service.mjs +31 -14
  181. package/esm2022/lib/services/listeners.service.mjs +3 -3
  182. package/esm2022/lib/services/local-storage.service.mjs +47 -0
  183. package/esm2022/lib/services/public_api.mjs +4 -1
  184. package/esm2022/lib/shared/html-attr.directive.mjs +3 -3
  185. package/esm2022/lib/shared/shared.module.mjs +4 -4
  186. package/esm2022/lib/shared/template-id.directive.mjs +3 -3
  187. package/esm2022/lib/shared/theme.directive.mjs +3 -3
  188. package/esm2022/lib/sidebar/public_api.mjs +3 -3
  189. package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +14 -15
  190. package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +3 -3
  191. package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +3 -3
  192. package/esm2022/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
  193. package/esm2022/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  194. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
  195. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
  196. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
  197. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
  198. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
  199. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +3 -3
  200. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +6 -6
  201. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
  202. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
  203. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +6 -6
  204. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
  205. package/esm2022/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
  206. package/esm2022/lib/sidebar/sidebar-toggler/sidebar-toggler.directive.mjs +39 -0
  207. package/esm2022/lib/sidebar/sidebar.module.mjs +10 -10
  208. package/esm2022/lib/sidebar/sidebar.service.mjs +3 -3
  209. package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +3 -3
  210. package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +4 -4
  211. package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +11 -5
  212. package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +3 -3
  213. package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +3 -3
  214. package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +3 -3
  215. package/esm2022/lib/smart-table/smart-table-head/smart-table-column-label.pipe.mjs +3 -3
  216. package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +23 -5
  217. package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +3 -3
  218. package/esm2022/lib/smart-table/smart-table.module.mjs +4 -4
  219. package/esm2022/lib/smart-table/smart-table.type.mjs +1 -1
  220. package/esm2022/lib/spinner/spinner.component.mjs +3 -3
  221. package/esm2022/lib/spinner/spinner.module.mjs +4 -4
  222. package/esm2022/lib/table/table-active.directive.mjs +3 -3
  223. package/esm2022/lib/table/table-color.directive.mjs +3 -3
  224. package/esm2022/lib/table/table.directive.mjs +3 -3
  225. package/esm2022/lib/table/table.module.mjs +4 -4
  226. package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +3 -3
  227. package/esm2022/lib/tabs/tab-content-ref.directive.mjs +3 -3
  228. package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
  229. package/esm2022/lib/tabs/tab.service.mjs +3 -3
  230. package/esm2022/lib/tabs/tabs.module.mjs +4 -4
  231. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +6 -6
  232. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +6 -6
  233. package/esm2022/lib/time-picker/time-picker.component.mjs +3 -3
  234. package/esm2022/lib/time-picker/time-picker.module.mjs +4 -4
  235. package/esm2022/lib/toast/toast/toast.component.mjs +8 -8
  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 +3 -3
  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 +3 -3
  242. package/esm2022/lib/toast/toaster/toaster.service.mjs +3 -3
  243. package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
  244. package/esm2022/lib/tooltip/tooltip.directive.mjs +19 -20
  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 +3 -3
  249. package/esm2022/lib/utilities/public_api.mjs +4 -3
  250. package/esm2022/lib/utilities/rounded.directive.mjs +3 -3
  251. package/esm2022/lib/utilities/shadow-on-scroll.directive.mjs +48 -0
  252. package/esm2022/lib/utilities/text-color.directive.mjs +3 -3
  253. package/esm2022/lib/utilities/utilities.module.mjs +8 -32
  254. package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +3 -3
  255. package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +3 -3
  256. package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +3 -3
  257. package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +3 -3
  258. package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +3 -3
  259. package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +3 -3
  260. package/esm2022/lib/widget/widget.module.mjs +4 -4
  261. package/fesm2022/coreui-angular-pro.mjs +1522 -1219
  262. package/fesm2022/coreui-angular-pro.mjs.map +1 -1
  263. package/lib/avatar/avatar.component.d.ts +1 -1
  264. package/lib/carousel/carousel/carousel.component.d.ts +9 -10
  265. package/lib/multi-select/multi-select/multi-select.component.d.ts +25 -26
  266. package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +4 -4
  267. package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +2 -4
  268. package/lib/multi-select/multi-select.type.d.ts +5 -5
  269. package/lib/popover/popover.directive.d.ts +1 -1
  270. package/lib/progress/progress-bar.component.d.ts +5 -46
  271. package/lib/progress/progress-bar.directive.d.ts +58 -0
  272. package/lib/progress/progress-stacked.component.d.ts +7 -0
  273. package/lib/progress/progress.component.d.ts +15 -6
  274. package/lib/progress/progress.module.d.ts +3 -1
  275. package/lib/progress/progress.type.d.ts +18 -0
  276. package/lib/progress/public_api.d.ts +3 -1
  277. package/lib/services/color-mode.service.d.ts +17 -0
  278. package/lib/services/in-memory-storage.service.d.ts +13 -0
  279. package/lib/services/intersection.service.d.ts +7 -9
  280. package/lib/services/local-storage.service.d.ts +18 -0
  281. package/lib/services/public_api.d.ts +3 -0
  282. package/lib/sidebar/public_api.d.ts +2 -2
  283. package/lib/sidebar/sidebar-toggler/sidebar-toggler.directive.d.ts +9 -0
  284. package/lib/sidebar/sidebar.module.d.ts +2 -2
  285. package/lib/smart-table/smart-table/smart-table.component.d.ts +3 -0
  286. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +4 -1
  287. package/lib/smart-table/smart-table.type.d.ts +4 -0
  288. package/lib/toast/toast/toast.component.d.ts +1 -1
  289. package/lib/tooltip/tooltip.directive.d.ts +1 -1
  290. package/lib/utilities/public_api.d.ts +3 -2
  291. package/lib/utilities/shadow-on-scroll.directive.d.ts +8 -0
  292. package/lib/utilities/utilities.module.d.ts +7 -6
  293. package/package.json +4 -4
  294. package/esm2022/lib/progress/progress-bar.mjs +0 -2
  295. package/esm2022/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +0 -36
  296. package/lib/progress/progress-bar.d.ts +0 -10
  297. package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +0 -8
@@ -37,5 +37,5 @@ export declare class AvatarComponent {
37
37
  get statusClass(): any;
38
38
  get hostClasses(): any;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "status": { "alias": "status"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.TextColorDirective; inputs: { "cTextColor": "textColor"; }; outputs: {}; }]>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "status": { "alias": "status"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; }, {}, never, ["*", "*"], true, [{ directive: typeof i1.TextColorDirective; inputs: { "cTextColor": "textColor"; }; outputs: {}; }]>;
41
41
  }
@@ -1,6 +1,6 @@
1
1
  import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
2
- import { IntersectionService } from '../../services/intersection.service';
3
- import { ListenersService } from '../../services/listeners.service';
2
+ import { IntersectionService } from '../../services';
3
+ import { ListenersService } from '../../services';
4
4
  import { Triggers } from '../../coreui.types';
5
5
  import { CarouselState } from '../carousel-state';
6
6
  import { CarouselService } from '../carousel.service';
@@ -8,6 +8,7 @@ import { CarouselConfig } from '../carousel.config';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "../../shared/theme.directive";
10
10
  export declare class CarouselComponent implements OnInit, OnDestroy, AfterContentInit {
11
+ #private;
11
12
  private config;
12
13
  private hostElement;
13
14
  private carouselService;
@@ -64,22 +65,20 @@ export declare class CarouselComponent implements OnInit, OnDestroy, AfterConten
64
65
  * @type number
65
66
  */
66
67
  itemChange: EventEmitter<number>;
67
- private carouselIndexSubscription?;
68
+ get hostClasses(): any;
68
69
  private timerId;
69
- private intersectingSubscription?;
70
70
  private activeItemInterval;
71
71
  private swipeSubscription?;
72
- get hostClasses(): any;
73
- private _visible;
74
- get visible(): boolean;
75
- set visible(value: boolean);
76
72
  ngOnInit(): void;
77
73
  ngOnDestroy(): void;
78
74
  ngAfterContentInit(): void;
79
- setTimer(): void;
80
- resetTimer(): void;
81
75
  private setListeners;
82
76
  private clearListeners;
77
+ set visible(value: boolean);
78
+ get visible(): boolean;
79
+ private _visible;
80
+ setTimer(): void;
81
+ resetTimer(): void;
83
82
  private carouselStateSubscribe;
84
83
  private intersectionServiceSubscribe;
85
84
  private swipeSubscribe;
@@ -1,7 +1,6 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, IterableDiffers, NgZone, OnChanges, OnDestroy, OnInit, QueryList, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
3
  import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
4
- import { BooleanInput } from '@angular/cdk/coercion';
5
4
  import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
6
5
  import { BehaviorSubject, Observable } from 'rxjs';
7
6
  import { Modifier, Options } from '@popperjs/core';
@@ -14,7 +13,7 @@ interface IPluralMap {
14
13
  [k: string]: string;
15
14
  }
16
15
  export declare const observeReferenceModifier: Modifier<string, any>;
17
- export declare class MultiSelectComponent implements IMultiSelect, ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy, OnInit {
16
+ export declare class MultiSelectComponent<TValue extends string | number> implements IMultiSelect<TValue>, ControlValueAccessor, AfterViewInit, OnChanges, OnDestroy, OnInit {
18
17
  #private;
19
18
  private elementRef;
20
19
  private renderer;
@@ -25,22 +24,15 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
25
24
  private multiSelectService;
26
25
  private iterableDiffers;
27
26
  constructor(elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewContainerRef: ViewContainerRef, focusMonitor: FocusMonitor, multiSelectService: MultiSelectService, iterableDiffers: IterableDiffers);
28
- private destroyRef;
29
27
  private readonly differ;
30
- static ngAcceptInputType_allowCreateOptions: BooleanInput;
31
- static ngAcceptInputType_clearSearchOnSelect: BooleanInput;
32
- static ngAcceptInputType_disabled: BooleanInput;
33
- static ngAcceptInputType_loading: BooleanInput;
34
- static ngAcceptInputType_multiple: BooleanInput;
35
- static ngAcceptInputType_virtualScroller: BooleanInput;
36
28
  readonly optionsArray$: Observable<IOption[]>;
37
29
  readonly userOptionsArray$: BehaviorSubject<IOption[]>;
38
30
  readonly optionsSelected$: BehaviorSubject<IOption[]>;
39
31
  readonly optionsSelected: Map<any, IOption>;
40
- readonly value$: BehaviorSubject<string[]>;
32
+ readonly value$: BehaviorSubject<TValue[]>;
41
33
  onChange: (value: any) => void;
42
34
  onTouched: () => void;
43
- writeValue(value: (string | string[])): void;
35
+ writeValue(value: TValue | TValue[]): void;
44
36
  registerOnChange(fn: any): void;
45
37
  registerOnTouched(fn: any): void;
46
38
  setDisabledState(isDisabled: boolean): void;
@@ -50,22 +42,20 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
50
42
  * @default false
51
43
  * @since 4.5.11
52
44
  */
53
- set allowCreateOptions(value: boolean);
54
- get allowCreateOptions(): boolean;
45
+ allowCreateOptions: boolean;
55
46
  /**
56
47
  * Enables selection cleaner element
57
48
  * @type boolean
58
- * @default true
49
+ * @default true | 'active'
59
50
  */
60
- cleaner: boolean;
51
+ cleaner: boolean | 'active';
61
52
  /**
62
53
  * Clear current search on selecting an item
63
54
  * @type boolean
64
55
  * @default false
65
56
  * @since 4.5.11
66
57
  */
67
- set clearSearchOnSelect(value: boolean);
68
- get clearSearchOnSelect(): boolean;
58
+ clearSearchOnSelect: boolean;
69
59
  /**
70
60
  * Disables multi-select component
71
61
  * @type boolean
@@ -195,15 +185,15 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
195
185
  size?: 'sm' | 'lg';
196
186
  /**
197
187
  * Initial value of multi-select
198
- * @type string | string[]
188
+ * @type TValue | TValue[]
199
189
  */
200
- set value(value: string | string[]);
201
- get value(): string | string[];
190
+ set value(value: TValue | TValue[]);
191
+ get value(): TValue | TValue[];
202
192
  /**
203
193
  * Emits valueChange
204
- * @type string | string[]
194
+ * @type TValue | TValue[]
205
195
  */
206
- readonly valueChange: EventEmitter<string | string[]>;
196
+ readonly valueChange: EventEmitter<TValue | TValue[]>;
207
197
  /**
208
198
  * Toggle visual validation feedback.
209
199
  * @type boolean | undefined
@@ -261,6 +251,7 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
261
251
  get selectedOptionsText(): string;
262
252
  get counterText(): string;
263
253
  get counterTextType(): string;
254
+ get counterPlaceholderText(): string | null;
264
255
  private focusMonitorSubscription;
265
256
  multiSelectOptionsContent: QueryList<MultiSelectOptionComponent>;
266
257
  multiSelectOptionsView: QueryList<MultiSelectOptionComponent>;
@@ -323,7 +314,7 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
323
314
  private setFocusMonitor;
324
315
  activeOption: (FocusableOption & MultiSelectOptionComponent) | null;
325
316
  handleScrolledIndexChange(scrolledIndex: number, scrollViewport: CdkVirtualScrollViewport): void;
326
- trackByFn(index: number, option: IOption): string;
317
+ trackByFn(index: number, option: IOption): string | number;
327
318
  handleSearchValueChange(searchValue: string): void;
328
319
  private setVirtualScroller;
329
320
  private setListKeyManager;
@@ -331,9 +322,17 @@ export declare class MultiSelectComponent implements IMultiSelect, ControlValueA
331
322
  get firstFocusableItem(): MultiSelectOptionComponent | undefined;
332
323
  private setFirstItemActive;
333
324
  updateActiveItem(index: number): void;
334
- updateActiveItem<T extends (MultiSelectOptionComponent & FocusableOption)>(item: T): void;
325
+ updateActiveItem<TItem extends (MultiSelectOptionComponent & FocusableOption)>(item: TItem): void;
335
326
  handleIndicatorClick($event: MouseEvent): void;
336
- static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
337
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "allowCreateOptions": { "alias": "allowCreateOptions"; "required": false; }; "cleaner": { "alias": "cleaner"; "required": false; }; "clearSearchOnSelect": { "alias": "clearSearchOnSelect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "nativeFormId": { "alias": "nativeFormId"; "required": false; }; "nativeId": { "alias": "nativeId"; "required": false; }; "nativeName": { "alias": "nativeName"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsMaxHeight": { "alias": "optionsMaxHeight"; "required": false; }; "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchNoResultsLabel": { "alias": "searchNoResultsLabel"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectAllLabel": { "alias": "selectAllLabel"; "required": false; }; "selectionType": { "alias": "selectionType"; "required": false; }; "selectionTypeCounterText": { "alias": "selectionTypeCounterText"; "required": false; }; "selectionTypeCounterTextPluralMap": { "alias": "selectionTypeCounterTextPluralMap"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "virtualScroller": { "alias": "virtualScroller"; "required": false; }; "visibleItems": { "alias": "visibleItems"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "itemMinWidth": { "alias": "itemMinWidth"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "popperjsOptions": { "alias": "popperOptions"; "required": false; }; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], true, never>;
327
+ static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent<any>, never>;
328
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent<any>, "c-multi-select", ["cMultiSelect"], { "allowCreateOptions": { "alias": "allowCreateOptions"; "required": false; }; "cleaner": { "alias": "cleaner"; "required": false; }; "clearSearchOnSelect": { "alias": "clearSearchOnSelect"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "nativeFormId": { "alias": "nativeFormId"; "required": false; }; "nativeId": { "alias": "nativeId"; "required": false; }; "nativeName": { "alias": "nativeName"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsMaxHeight": { "alias": "optionsMaxHeight"; "required": false; }; "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "search": { "alias": "search"; "required": false; }; "searchNoResultsLabel": { "alias": "searchNoResultsLabel"; "required": false; }; "searchValue": { "alias": "searchValue"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectAllLabel": { "alias": "selectAllLabel"; "required": false; }; "selectionType": { "alias": "selectionType"; "required": false; }; "selectionTypeCounterText": { "alias": "selectionTypeCounterText"; "required": false; }; "selectionTypeCounterTextPluralMap": { "alias": "selectionTypeCounterTextPluralMap"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; "virtualScroller": { "alias": "virtualScroller"; "required": false; }; "visibleItems": { "alias": "visibleItems"; "required": false; }; "itemSize": { "alias": "itemSize"; "required": false; }; "itemMinWidth": { "alias": "itemMinWidth"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "popperjsOptions": { "alias": "popperOptions"; "required": false; }; }, { "searchValueChange": "searchValueChange"; "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptionsContent", "contentTemplates"], ["*"], true, never>;
329
+ static ngAcceptInputType_allowCreateOptions: unknown;
330
+ static ngAcceptInputType_clearSearchOnSelect: unknown;
331
+ static ngAcceptInputType_disabled: unknown;
332
+ static ngAcceptInputType_loading: unknown;
333
+ static ngAcceptInputType_multiple: unknown;
334
+ static ngAcceptInputType_virtualScroller: unknown;
335
+ static ngAcceptInputType_visibleItems: unknown;
336
+ static ngAcceptInputType_visible: unknown;
338
337
  }
339
338
  export {};
@@ -54,11 +54,11 @@ export declare class MultiSelectOptionComponent implements AfterViewInit, Focusa
54
54
  readonly selectedChange: EventEmitter<boolean>;
55
55
  /**
56
56
  * Option value.
57
- * @type string
57
+ * @type string | number
58
58
  * @default undefined
59
59
  */
60
- set value(value: string);
61
- get value(): string;
60
+ set value(value: string | number);
61
+ get value(): string | number;
62
62
  private contentDiv?;
63
63
  hasContent: WritableSignal<boolean>;
64
64
  set active(value: (boolean));
@@ -87,7 +87,7 @@ export declare class MultiSelectOptionComponent implements AfterViewInit, Focusa
87
87
  getLabel(): string;
88
88
  focus(origin?: FocusOrigin): void;
89
89
  private setSubscriptions;
90
- isSelected(value?: string): boolean;
90
+ isSelected(value?: string | number): boolean;
91
91
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptionComponent, never>;
92
92
  static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", ["cMultiSelectOption"], { "optionsStyle": { "alias": "optionsStyle"; "required": false; }; "label": { "alias": "label"; "required": false; }; "text": { "alias": "text"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; "active": { "alias": "active"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "selectedChange": "selectedChange"; "focusChange": "focusChange"; }, never, ["*"], true, never>;
93
93
  static ngAcceptInputType_visible: unknown;
@@ -1,11 +1,9 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { MultiSelectService } from '../multi-select.service';
3
2
  import { IOption } from '../multi-select.type';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class MultiSelectTagComponent {
6
- private multiSelectService;
7
- constructor(multiSelectService: MultiSelectService);
8
- multiselectVisible$: import("rxjs").Observable<boolean>;
5
+ #private;
6
+ multiselectVisible: import("@angular/core").Signal<boolean | undefined>;
9
7
  option?: IOption;
10
8
  disabled: boolean;
11
9
  label?: string;
@@ -1,7 +1,7 @@
1
1
  import type { EventEmitter } from '@angular/core';
2
2
  export type SearchFn = ((option: IOption, searchValue: string) => boolean);
3
- export interface IMultiSelect {
4
- cleaner?: boolean;
3
+ export interface IMultiSelect<T> {
4
+ cleaner?: boolean | 'active';
5
5
  multiple?: boolean;
6
6
  options?: IOption[];
7
7
  optionsMaxHeight?: (number | string | 'auto');
@@ -15,8 +15,8 @@ export interface IMultiSelect {
15
15
  selectAllLabel?: string;
16
16
  selectionType?: ('counter' | 'tags' | 'text');
17
17
  selectionTypeCounterText?: string;
18
- value?: string | string[];
19
- valueChange?: EventEmitter<string | string[]>;
18
+ value: T | T[];
19
+ valueChange: EventEmitter<T | T[]>;
20
20
  virtualScroller?: boolean;
21
21
  visibleItems?: number;
22
22
  visible?: boolean;
@@ -31,7 +31,7 @@ export interface IOption {
31
31
  order?: number;
32
32
  selected?: boolean;
33
33
  text?: string;
34
- value: string;
34
+ value: string | number;
35
35
  visible?: boolean;
36
36
  custom?: boolean;
37
37
  }
@@ -5,6 +5,7 @@ import { ListenersService } from '../services/listeners.service';
5
5
  import { IntersectionService } from '../services';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit, AfterViewInit {
8
+ #private;
8
9
  private document;
9
10
  private renderer;
10
11
  private hostElement;
@@ -44,7 +45,6 @@ export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit, A
44
45
  private popoverRef;
45
46
  private popperInstance;
46
47
  private _popperOptions;
47
- private intersectingSubscription?;
48
48
  constructor(document: Document, renderer: Renderer2, hostElement: ElementRef, viewContainerRef: ViewContainerRef, listenersService: ListenersService, changeDetectorRef: ChangeDetectorRef, intersectionService: IntersectionService);
49
49
  ngAfterViewInit(): void;
50
50
  ngOnChanges(changes: SimpleChanges): void;
@@ -1,49 +1,8 @@
1
- import { ElementRef, OnChanges, OnInit, Renderer2, SimpleChanges } from '@angular/core';
2
- import { Colors } from '../coreui.types';
3
1
  import * as i0 from "@angular/core";
4
- export declare class ProgressBarComponent implements OnInit, OnChanges {
5
- private renderer;
6
- private hostElement;
7
- /**
8
- * Use to animate the stripes right to left via CSS3 animations.
9
- * @type boolean
10
- */
11
- animated: string | boolean;
12
- /**
13
- * Sets the color context of the component to one of CoreUI’s themed colors.
14
- * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
15
- */
16
- color?: Colors;
17
- precision: string | number;
18
- /**
19
- * The percent to progress the ProgressBar.
20
- * @type number
21
- */
22
- value: string | number;
23
- /**
24
- * Set the progress bar variant to optional striped.
25
- * @values 'striped'
26
- */
27
- variant?: 'striped';
28
- /**
29
- * Set default html role attribute.
30
- * @type string
31
- */
32
- role: string;
33
- private state;
34
- constructor(renderer: Renderer2, hostElement: ElementRef);
35
- get min(): number;
36
- set min(value: number);
37
- get max(): number;
38
- set max(value: number);
39
- get hostClasses(): any;
40
- ngOnInit(): void;
41
- setPercent(): void;
42
- setValues(): void;
43
- ngOnChanges(changes: SimpleChanges): void;
2
+ import * as i1 from "./progress-bar.directive";
3
+ export declare class ProgressBarComponent {
4
+ #private;
5
+ get hostClasses(): Record<string, boolean>;
44
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, { "animated": { "alias": "animated"; "required": false; }; "color": { "alias": "color"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "role": { "alias": "role"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; }, {}, never, ["*"], true, never>;
46
- static ngAcceptInputType_animated: unknown;
47
- static ngAcceptInputType_precision: unknown;
48
- static ngAcceptInputType_value: unknown;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "c-progress-bar", never, {}, {}, never, ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "stacked": "stacked"; "value": "value"; "variant": "variant"; "width": "width"; }; outputs: {}; }]>;
49
8
  }
@@ -0,0 +1,58 @@
1
+ import { Colors } from '../coreui.types';
2
+ import { IProgressBar } from './progress.type';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ProgressBarDirective implements IProgressBar {
5
+ #private;
6
+ constructor();
7
+ readonly percent: import("@angular/core").Signal<number>;
8
+ /**
9
+ * Use to animate the stripes right to left via CSS3 animations.
10
+ * @type boolean
11
+ */
12
+ animated?: boolean;
13
+ /**
14
+ * Sets the color context of the component to one of CoreUI’s themed colors.
15
+ * @values 'primary', 'secondary', 'success', 'danger', 'warning', 'info', 'dark', 'light'
16
+ */
17
+ color?: Colors;
18
+ precision: number;
19
+ /**
20
+ * The percent value the ProgressBar.
21
+ * @type number
22
+ * @default 0
23
+ */
24
+ set value(value: number | undefined);
25
+ get value(): number | undefined;
26
+ set width(value: number | undefined);
27
+ /**
28
+ * Set the progress bar variant to optional striped.
29
+ * @values 'striped'
30
+ * @default undefined
31
+ */
32
+ variant?: 'striped';
33
+ /**
34
+ * The max value of the ProgressBar.
35
+ * @type number
36
+ * @default 100
37
+ */
38
+ set max(max: number);
39
+ /**
40
+ * Stacked ProgressBars.
41
+ * @type boolean
42
+ * @default false
43
+ */
44
+ stacked?: boolean;
45
+ /**
46
+ * Set default html role attribute.
47
+ * @type string
48
+ */
49
+ role: string;
50
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarDirective, never>;
51
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarDirective, "[cProgressBar]", never, { "animated": { "alias": "animated"; "required": false; }; "color": { "alias": "color"; "required": false; }; "precision": { "alias": "precision"; "required": false; }; "value": { "alias": "value"; "required": false; }; "width": { "alias": "width"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "max": { "alias": "max"; "required": false; }; "stacked": { "alias": "stacked"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
52
+ static ngAcceptInputType_animated: unknown;
53
+ static ngAcceptInputType_precision: unknown;
54
+ static ngAcceptInputType_value: unknown;
55
+ static ngAcceptInputType_width: unknown;
56
+ static ngAcceptInputType_max: unknown;
57
+ static ngAcceptInputType_stacked: unknown;
58
+ }
@@ -0,0 +1,7 @@
1
+ import { IProgressBarStacked } from './progress.type';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ProgressStackedComponent implements IProgressBarStacked {
4
+ stacked: boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProgressStackedComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressStackedComponent, "c-progress-stacked", never, { "stacked": { "alias": "stacked"; "required": false; }; }, {}, never, ["*"], true, never>;
7
+ }
@@ -1,24 +1,33 @@
1
+ import { QueryList } from '@angular/core';
2
+ import { IProgress } from './progress.type';
3
+ import { ProgressBarComponent } from './progress-bar.component';
4
+ import { ProgressBarDirective } from './progress-bar.directive';
1
5
  import * as i0 from "@angular/core";
2
- export declare class ProgressComponent {
6
+ import * as i1 from "./progress-bar.directive";
7
+ export declare class ProgressComponent implements IProgress {
8
+ #private;
9
+ protected readonly pbd: ProgressBarDirective | null;
10
+ constructor();
11
+ contentProgressBars: QueryList<ProgressBarComponent>;
3
12
  /**
4
13
  * Sets the height of the component. If you set that value the inner `<CProgressBar>` will automatically resize accordingly.
5
14
  * @type number
6
15
  */
7
- height: string | number;
16
+ height: number;
8
17
  /**
9
18
  * Displays thin progress.
10
19
  * @type boolean
11
20
  */
12
- thin: string | boolean;
21
+ thin: boolean;
13
22
  /**
14
23
  * Change the default color to white.
15
24
  * @type boolean
16
25
  */
17
- white: string | boolean;
18
- get hostClasses(): any;
26
+ white: boolean;
27
+ get hostClasses(): Record<string, boolean>;
19
28
  get hostStyle(): any;
20
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": { "alias": "height"; "required": false; }; "thin": { "alias": "thin"; "required": false; }; "white": { "alias": "white"; "required": false; }; }, {}, never, ["*"], true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "c-progress", never, { "height": { "alias": "height"; "required": false; }; "thin": { "alias": "thin"; "required": false; }; "white": { "alias": "white"; "required": false; }; }, {}, ["contentProgressBars"], ["*"], true, [{ directive: typeof i1.ProgressBarDirective; inputs: { "animated": "animated"; "color": "color"; "max": "max"; "role": "role"; "value": "value"; "variant": "variant"; }; outputs: {}; }]>;
22
31
  static ngAcceptInputType_height: unknown;
23
32
  static ngAcceptInputType_thin: unknown;
24
33
  static ngAcceptInputType_white: unknown;
@@ -1,8 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./progress.component";
3
3
  import * as i2 from "./progress-bar.component";
4
+ import * as i3 from "./progress-bar.directive";
5
+ import * as i4 from "./progress-stacked.component";
4
6
  export declare class ProgressModule {
5
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ProgressModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent, typeof i3.ProgressBarDirective, typeof i4.ProgressStackedComponent], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent, typeof i3.ProgressBarDirective, typeof i4.ProgressStackedComponent]>;
7
9
  static ɵinj: i0.ɵɵInjectorDeclaration<ProgressModule>;
8
10
  }
@@ -0,0 +1,18 @@
1
+ import { Colors } from '../coreui.types';
2
+ export interface IProgress {
3
+ height: number;
4
+ thin: boolean;
5
+ white: boolean;
6
+ }
7
+ export interface IProgressBar extends IProgressBarStacked {
8
+ animated?: boolean;
9
+ color?: Colors;
10
+ max?: number;
11
+ precision: number;
12
+ value?: number;
13
+ variant?: 'striped';
14
+ width?: number;
15
+ }
16
+ export interface IProgressBarStacked {
17
+ stacked?: boolean;
18
+ }
@@ -1,4 +1,6 @@
1
- export { IStackedBar } from './progress-bar';
1
+ export { IProgress, IProgressBar, IProgressBarStacked } from './progress.type';
2
2
  export { ProgressComponent } from './progress.component';
3
+ export { ProgressStackedComponent } from './progress-stacked.component';
3
4
  export { ProgressBarComponent } from './progress-bar.component';
5
+ export { ProgressBarDirective } from './progress-bar.directive';
4
6
  export { ProgressModule } from './progress.module';
@@ -0,0 +1,17 @@
1
+ import { WritableSignal } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ColorModeService {
4
+ #private;
5
+ readonly eventName: WritableSignal<string>;
6
+ readonly localStorageItemName: WritableSignal<string>;
7
+ readonly localStorageItemName$: import("rxjs").Observable<string>;
8
+ readonly colorMode: WritableSignal<'light' | 'dark' | 'auto'>;
9
+ readonly colorModeEffect: import("@angular/core").EffectRef;
10
+ constructor();
11
+ getStoredTheme(localStorageItemName: string): any;
12
+ setStoredTheme(localStorageItemName: string, colorMode: string): void;
13
+ getPreferredColorScheme(localStorageItemName: string): any;
14
+ setTheme(colorMode: string): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorModeService, never>;
16
+ static ɵprov: i0.ɵɵInjectableDeclaration<ColorModeService>;
17
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class InMemoryStorageService implements Storage {
3
+ #private;
4
+ constructor();
5
+ setItem(key: string, data: any): void;
6
+ getItem(key: string): any;
7
+ removeItem(key: string): void;
8
+ clear(): void;
9
+ get length(): number;
10
+ key(index: number): string;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<InMemoryStorageService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<InMemoryStorageService>;
13
+ }
@@ -1,4 +1,4 @@
1
- import { OnDestroy } from '@angular/core';
1
+ import { ElementRef, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export interface IIntersectionObserverInit {
4
4
  root?: Element | null;
@@ -6,15 +6,13 @@ export interface IIntersectionObserverInit {
6
6
  threshold?: number | number[];
7
7
  }
8
8
  export declare class IntersectionService implements OnDestroy {
9
- constructor();
10
- private intersecting;
11
- intersecting$: import("rxjs").Observable<boolean>;
12
- private intersectionObserver;
13
- private hostElement;
9
+ #private;
10
+ platformId: Object;
11
+ readonly intersecting$: import("rxjs").Observable<any>;
14
12
  private defaultObserverOptions;
15
- createIntersectionObserver(hostElement: {
16
- nativeElement: Element;
17
- }, observerOptions?: IIntersectionObserverInit): void;
13
+ hostElementRefs: Map<ElementRef, IntersectionObserver | null>;
14
+ createIntersectionObserver(hostElement: ElementRef, observerOptions?: IIntersectionObserverInit): void;
15
+ unobserve(elementRef: ElementRef): void;
18
16
  ngOnDestroy(): void;
19
17
  static ɵfac: i0.ɵɵFactoryDeclaration<IntersectionService, never>;
20
18
  static ɵprov: i0.ɵɵInjectableDeclaration<IntersectionService>;
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LocalStorageService {
3
+ #private;
4
+ private platformId;
5
+ private document;
6
+ localStorage: Storage;
7
+ constructor(platformId: Object, document: Document);
8
+ data$: import("rxjs").Observable<{
9
+ key: string;
10
+ data: any;
11
+ } | null>;
12
+ setItem(key: string, data: any): void;
13
+ getItem(key: string): any;
14
+ removeItem(key: string): void;
15
+ clear(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
18
+ }
@@ -1,3 +1,6 @@
1
1
  export { IntersectionService, IIntersectionObserverInit } from './intersection.service';
2
2
  export { ListenersService, IListenersConfig } from './listeners.service';
3
3
  export { ClassToggleService } from './class-toggle.service';
4
+ export { LocalStorageService } from './local-storage.service';
5
+ export { InMemoryStorageService } from './in-memory-storage.service';
6
+ export { ColorModeService } from './color-mode.service';
@@ -2,8 +2,8 @@ export { SidebarComponent } from './sidebar/sidebar.component';
2
2
  export { SidebarService } from './sidebar.service';
3
3
  export { SidebarBrandComponent } from './sidebar-brand/sidebar-brand.component';
4
4
  export { SidebarToggleDirective } from './sidebar-toggle/sidebar-toggle.directive';
5
- export { SidebarTogglerComponent } from './sidebar-toggler/sidebar-toggler.component';
5
+ export { SidebarTogglerDirective } from './sidebar-toggler/sidebar-toggler.directive';
6
6
  export { SidebarHeaderComponent } from './sidebar-header/sidebar-header.component';
7
7
  export { SidebarFooterComponent } from './sidebar-footer/sidebar-footer.component';
8
- export { SidebarNavComponent, INavData } from './sidebar-nav';
8
+ export { SidebarNavComponent, INavData, SidebarNavHelper } from './sidebar-nav';
9
9
  export { SidebarModule } from './sidebar.module';
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "../sidebar-toggle/sidebar-toggle.directive";
3
+ export declare class SidebarTogglerDirective {
4
+ role: string;
5
+ sidebarTogglerClass: boolean;
6
+ get getStyles(): any;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<SidebarTogglerDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SidebarTogglerDirective, "[cSidebarToggler]", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.SidebarToggleDirective; inputs: { "cSidebarToggle": "cSidebarToggler"; "toggle": "toggle"; }; outputs: {}; }]>;
9
+ }
@@ -13,9 +13,9 @@ import * as i11 from "./sidebar-nav/sidebar-nav-link.component";
13
13
  import * as i12 from "./sidebar-nav/sidebar-nav-link.pipe";
14
14
  import * as i13 from "./sidebar-nav/sidebar-nav-title.component";
15
15
  import * as i14 from "./sidebar-toggle/sidebar-toggle.directive";
16
- import * as i15 from "./sidebar-toggler/sidebar-toggler.component";
16
+ import * as i15 from "./sidebar-toggler/sidebar-toggler.directive";
17
17
  export declare class SidebarModule {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
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]>;
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.SidebarTogglerDirective], [typeof i1.SidebarComponent, typeof i14.SidebarToggleDirective, typeof i15.SidebarTogglerDirective, typeof i2.SidebarBrandComponent, typeof i5.SidebarNavComponent, typeof i4.SidebarHeaderComponent, typeof i3.SidebarFooterComponent]>;
20
20
  static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
21
21
  }
@@ -83,6 +83,9 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
83
83
  columnFilterTemplates: {
84
84
  [key: string]: (TemplateRef<any> | null);
85
85
  };
86
+ columnLabelTemplates: {
87
+ [key: string]: (TemplateRef<any> | null);
88
+ };
86
89
  summaryRowTemplate: TemplateRef<unknown> | null;
87
90
  ngAfterContentInit(): void;
88
91
  get selectedAll(): boolean | "indeterminate";