@coreui/angular-pro 5.1.0 → 5.1.2

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 (268) hide show
  1. package/README.md +1 -1
  2. package/esm2022/lib/accordion/accordion/accordion.component.mjs +4 -4
  3. package/esm2022/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -4
  4. package/esm2022/lib/accordion/accordion-item/accordion-item.component.mjs +4 -4
  5. package/esm2022/lib/accordion/accordion.module.mjs +5 -5
  6. package/esm2022/lib/accordion/accordion.service.mjs +4 -4
  7. package/esm2022/lib/alert/alert-heading.directive.mjs +4 -4
  8. package/esm2022/lib/alert/alert-link.directive.mjs +4 -4
  9. package/esm2022/lib/alert/alert.component.mjs +4 -4
  10. package/esm2022/lib/alert/alert.module.mjs +5 -5
  11. package/esm2022/lib/avatar/avatar.component.mjs +19 -12
  12. package/esm2022/lib/avatar/avatar.module.mjs +5 -5
  13. package/esm2022/lib/backdrop/backdrop.service.mjs +4 -4
  14. package/esm2022/lib/badge/badge.component.mjs +4 -4
  15. package/esm2022/lib/badge/badge.module.mjs +5 -5
  16. package/esm2022/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +4 -4
  17. package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +4 -4
  18. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +4 -4
  19. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +4 -4
  20. package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +5 -5
  21. package/esm2022/lib/button/button-close.directive.mjs +4 -4
  22. package/esm2022/lib/button/button.directive.mjs +4 -4
  23. package/esm2022/lib/button/button.module.mjs +5 -5
  24. package/esm2022/lib/button-group/button-group/button-group.component.mjs +4 -4
  25. package/esm2022/lib/button-group/button-group.module.mjs +5 -5
  26. package/esm2022/lib/button-group/button-toolbar/button-toolbar.component.mjs +4 -4
  27. package/esm2022/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -4
  28. package/esm2022/lib/calendar/calendar/calendar.component.mjs +4 -4
  29. package/esm2022/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -4
  30. package/esm2022/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -4
  31. package/esm2022/lib/calendar/calendar-month/calendar-class-row.pipe.mjs +4 -4
  32. package/esm2022/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -4
  33. package/esm2022/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +4 -4
  34. package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -4
  35. package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -4
  36. package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +4 -4
  37. package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +4 -4
  38. package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -4
  39. package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
  40. package/esm2022/lib/calendar/calendar.module.mjs +5 -5
  41. package/esm2022/lib/calendar/calendar.service.mjs +4 -4
  42. package/esm2022/lib/callout/callout.component.mjs +4 -4
  43. package/esm2022/lib/callout/callout.module.mjs +5 -5
  44. package/esm2022/lib/card/card-body.component.mjs +4 -4
  45. package/esm2022/lib/card/card-footer.component.mjs +4 -4
  46. package/esm2022/lib/card/card-group.component.mjs +4 -4
  47. package/esm2022/lib/card/card-header-actions.component.mjs +4 -4
  48. package/esm2022/lib/card/card-header.component.mjs +4 -4
  49. package/esm2022/lib/card/card-img-overlay/card-img-overlay.component.mjs +4 -4
  50. package/esm2022/lib/card/card-img.directive.mjs +4 -4
  51. package/esm2022/lib/card/card-link.directive.mjs +4 -4
  52. package/esm2022/lib/card/card-subtitle.directive.mjs +4 -4
  53. package/esm2022/lib/card/card-text.directive.mjs +4 -4
  54. package/esm2022/lib/card/card-title.directive.mjs +4 -4
  55. package/esm2022/lib/card/card.component.mjs +4 -4
  56. package/esm2022/lib/card/card.module.mjs +5 -5
  57. package/esm2022/lib/carousel/carousel/carousel.component.mjs +4 -4
  58. package/esm2022/lib/carousel/carousel-caption/carousel-caption.component.mjs +4 -4
  59. package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +4 -4
  60. package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +4 -4
  61. package/esm2022/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
  62. package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +4 -4
  63. package/esm2022/lib/carousel/carousel-state.mjs +4 -4
  64. package/esm2022/lib/carousel/carousel.config.mjs +4 -4
  65. package/esm2022/lib/carousel/carousel.module.mjs +5 -5
  66. package/esm2022/lib/carousel/carousel.service.mjs +4 -4
  67. package/esm2022/lib/collapse/collapse.directive.mjs +4 -4
  68. package/esm2022/lib/collapse/collapse.module.mjs +5 -5
  69. package/esm2022/lib/coreui.types.mjs +1 -1
  70. package/esm2022/lib/date-picker/date-picker.component.mjs +4 -4
  71. package/esm2022/lib/date-picker/date-picker.module.mjs +5 -5
  72. package/esm2022/lib/date-range-picker/date-range-picker/custom-range-key.pipe.mjs +4 -4
  73. package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +4 -4
  74. package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +5 -5
  75. package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +50 -33
  76. package/esm2022/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
  77. package/esm2022/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +4 -4
  78. package/esm2022/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +4 -4
  79. package/esm2022/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +4 -4
  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 +5 -5
  83. package/esm2022/lib/dropdown/dropdown.service.mjs +4 -4
  84. package/esm2022/lib/element-cover/element-cover.component.mjs +4 -4
  85. package/esm2022/lib/element-cover/element-cover.module.mjs +5 -5
  86. package/esm2022/lib/footer/footer.component.mjs +8 -8
  87. package/esm2022/lib/footer/footer.module.mjs +5 -5
  88. package/esm2022/lib/form/form/form.directive.mjs +4 -4
  89. package/esm2022/lib/form/form-check/form-check-input.directive.mjs +4 -4
  90. package/esm2022/lib/form/form-check/form-check-label.directive.mjs +4 -4
  91. package/esm2022/lib/form/form-check/form-check.component.mjs +4 -4
  92. package/esm2022/lib/form/form-control/form-control.directive.mjs +4 -4
  93. package/esm2022/lib/form/form-feedback/form-feedback.component.mjs +4 -4
  94. package/esm2022/lib/form/form-floating/form-floating.directive.mjs +4 -4
  95. package/esm2022/lib/form/form-label/form-label.directive.mjs +4 -4
  96. package/esm2022/lib/form/form-select/form-select.directive.mjs +4 -4
  97. package/esm2022/lib/form/form-text/form-text.directive.mjs +4 -4
  98. package/esm2022/lib/form/form.module.mjs +5 -5
  99. package/esm2022/lib/form/input-group/input-group.component.mjs +4 -4
  100. package/esm2022/lib/form/input-group-text/input-group-text.directive.mjs +4 -4
  101. package/esm2022/lib/grid/col.component.mjs +4 -4
  102. package/esm2022/lib/grid/col.directive.mjs +4 -4
  103. package/esm2022/lib/grid/container.component.mjs +4 -4
  104. package/esm2022/lib/grid/grid.module.mjs +5 -5
  105. package/esm2022/lib/grid/gutter.directive.mjs +4 -4
  106. package/esm2022/lib/grid/row.component.mjs +4 -4
  107. package/esm2022/lib/grid/row.directive.mjs +4 -4
  108. package/esm2022/lib/header/header/header.component.mjs +6 -6
  109. package/esm2022/lib/header/header-brand/header-brand.component.mjs +4 -4
  110. package/esm2022/lib/header/header-divider/header-divider.component.mjs +4 -4
  111. package/esm2022/lib/header/header-nav/header-nav.component.mjs +4 -4
  112. package/esm2022/lib/header/header-text/header-text.component.mjs +4 -4
  113. package/esm2022/lib/header/header-toggler/header-toggler.directive.mjs +4 -4
  114. package/esm2022/lib/header/header.module.mjs +5 -5
  115. package/esm2022/lib/image/img.directive.mjs +4 -4
  116. package/esm2022/lib/image/img.module.mjs +5 -5
  117. package/esm2022/lib/list-group/list-group-item.directive.mjs +4 -4
  118. package/esm2022/lib/list-group/list-group.directive.mjs +4 -4
  119. package/esm2022/lib/list-group/list-group.module.mjs +5 -5
  120. package/esm2022/lib/loading-button/loading-button.component.mjs +4 -4
  121. package/esm2022/lib/loading-button/loading-button.module.mjs +5 -5
  122. package/esm2022/lib/modal/modal/modal.component.mjs +4 -4
  123. package/esm2022/lib/modal/modal-body/modal-body.component.mjs +4 -4
  124. package/esm2022/lib/modal/modal-content/modal-content.component.mjs +4 -4
  125. package/esm2022/lib/modal/modal-dialog/modal-dialog.component.mjs +4 -4
  126. package/esm2022/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -4
  127. package/esm2022/lib/modal/modal-footer/modal-footer.component.mjs +4 -4
  128. package/esm2022/lib/modal/modal-header/modal-header.component.mjs +4 -4
  129. package/esm2022/lib/modal/modal-title/modal-title.directive.mjs +4 -4
  130. package/esm2022/lib/modal/modal.module.mjs +5 -5
  131. package/esm2022/lib/modal/modal.service.mjs +4 -4
  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 +4 -4
  134. package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +4 -4
  135. package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +4 -4
  136. package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +4 -4
  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 +5 -5
  140. package/esm2022/lib/multi-select/multi-select.service.mjs +4 -4
  141. package/esm2022/lib/nav/nav-item.component.mjs +4 -4
  142. package/esm2022/lib/nav/nav-link.directive.mjs +4 -4
  143. package/esm2022/lib/nav/nav.component.mjs +4 -4
  144. package/esm2022/lib/nav/nav.module.mjs +5 -5
  145. package/esm2022/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -4
  146. package/esm2022/lib/navbar/navbar-nav/navbar-nav.component.mjs +4 -4
  147. package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +4 -4
  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 +5 -5
  151. package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +4 -4
  152. package/esm2022/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +4 -4
  153. package/esm2022/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +4 -4
  154. package/esm2022/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -4
  155. package/esm2022/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -4
  156. package/esm2022/lib/offcanvas/offcanvas.module.mjs +5 -5
  157. package/esm2022/lib/offcanvas/offcanvas.service.mjs +4 -4
  158. package/esm2022/lib/pagination/page-item/page-item.component.mjs +4 -4
  159. package/esm2022/lib/pagination/page-item/page-item.directive.mjs +4 -4
  160. package/esm2022/lib/pagination/page-link/page-link.directive.mjs +4 -4
  161. package/esm2022/lib/pagination/pagination/pagination.component.mjs +4 -4
  162. package/esm2022/lib/pagination/pagination.module.mjs +5 -5
  163. package/esm2022/lib/placeholder/placeholder-animation.directive.mjs +4 -4
  164. package/esm2022/lib/placeholder/placeholder.directive.mjs +4 -4
  165. package/esm2022/lib/placeholder/placeholder.module.mjs +5 -5
  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 +5 -5
  169. package/esm2022/lib/progress/progress-bar.component.mjs +4 -4
  170. package/esm2022/lib/progress/progress-bar.directive.mjs +4 -4
  171. package/esm2022/lib/progress/progress-stacked.component.mjs +4 -4
  172. package/esm2022/lib/progress/progress.component.mjs +4 -4
  173. package/esm2022/lib/progress/progress.module.mjs +5 -5
  174. package/esm2022/lib/rating/rating-item-label/rating-item-label.component.mjs +4 -4
  175. package/esm2022/lib/rating/rating.component.mjs +4 -4
  176. package/esm2022/lib/rating/rating.module.mjs +5 -5
  177. package/esm2022/lib/services/class-toggle.service.mjs +4 -4
  178. package/esm2022/lib/services/color-mode.service.mjs +4 -4
  179. package/esm2022/lib/services/in-memory-storage.service.mjs +4 -4
  180. package/esm2022/lib/services/intersection.service.mjs +4 -4
  181. package/esm2022/lib/services/listeners.service.mjs +4 -4
  182. package/esm2022/lib/services/local-storage.service.mjs +4 -4
  183. package/esm2022/lib/shared/element-ref.directive.mjs +4 -4
  184. package/esm2022/lib/shared/html-attr.directive.mjs +4 -4
  185. package/esm2022/lib/shared/shared.module.mjs +5 -5
  186. package/esm2022/lib/shared/template-id.directive.mjs +4 -4
  187. package/esm2022/lib/shared/theme.directive.mjs +4 -4
  188. package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +4 -4
  189. package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
  190. package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
  191. package/esm2022/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +4 -4
  192. package/esm2022/lib/sidebar/sidebar-header/sidebar-header.component.mjs +4 -4
  193. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -4
  194. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +4 -4
  195. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +4 -4
  196. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +4 -4
  197. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -4
  198. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
  199. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +7 -7
  200. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +4 -4
  201. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
  202. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +13 -15
  203. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
  204. package/esm2022/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -4
  205. package/esm2022/lib/sidebar/sidebar-toggler/sidebar-toggler.directive.mjs +4 -4
  206. package/esm2022/lib/sidebar/sidebar.module.mjs +5 -5
  207. package/esm2022/lib/sidebar/sidebar.service.mjs +4 -4
  208. package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +4 -4
  209. package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +5 -5
  210. package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +4 -4
  211. package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +4 -4
  212. package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +4 -4
  213. package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +4 -4
  214. package/esm2022/lib/smart-table/smart-table-head/smart-table-column-label.pipe.mjs +4 -4
  215. package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +4 -4
  216. package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +4 -4
  217. package/esm2022/lib/smart-table/smart-table.module.mjs +5 -5
  218. package/esm2022/lib/spinner/spinner.component.mjs +4 -4
  219. package/esm2022/lib/spinner/spinner.module.mjs +5 -5
  220. package/esm2022/lib/table/table-active.directive.mjs +4 -4
  221. package/esm2022/lib/table/table-color.directive.mjs +4 -4
  222. package/esm2022/lib/table/table.directive.mjs +4 -4
  223. package/esm2022/lib/table/table.module.mjs +5 -5
  224. package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +4 -4
  225. package/esm2022/lib/tabs/tab-content-ref.directive.mjs +17 -6
  226. package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +12 -6
  227. package/esm2022/lib/tabs/tab.service.mjs +4 -4
  228. package/esm2022/lib/tabs/tabs.module.mjs +5 -5
  229. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +7 -7
  230. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +7 -7
  231. package/esm2022/lib/time-picker/time-picker.component.mjs +4 -4
  232. package/esm2022/lib/time-picker/time-picker.module.mjs +5 -5
  233. package/esm2022/lib/toast/toast/toast.component.mjs +4 -4
  234. package/esm2022/lib/toast/toast-body/toast-body.component.mjs +4 -4
  235. package/esm2022/lib/toast/toast-close.directive.mjs +4 -4
  236. package/esm2022/lib/toast/toast-header/toast-header.component.mjs +4 -4
  237. package/esm2022/lib/toast/toast.module.mjs +5 -5
  238. package/esm2022/lib/toast/toaster/toaster-host.directive.mjs +4 -4
  239. package/esm2022/lib/toast/toaster/toaster.component.mjs +4 -4
  240. package/esm2022/lib/toast/toaster/toaster.service.mjs +4 -4
  241. package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
  242. package/esm2022/lib/tooltip/tooltip.directive.mjs +4 -4
  243. package/esm2022/lib/tooltip/tooltip.module.mjs +5 -5
  244. package/esm2022/lib/utilities/align.directive.mjs +4 -4
  245. package/esm2022/lib/utilities/bg-color.directive.mjs +4 -4
  246. package/esm2022/lib/utilities/border.directive.mjs +4 -4
  247. package/esm2022/lib/utilities/rounded.directive.mjs +4 -4
  248. package/esm2022/lib/utilities/shadow-on-scroll.directive.mjs +4 -4
  249. package/esm2022/lib/utilities/text-bg-color.directive.mjs +4 -4
  250. package/esm2022/lib/utilities/text-color.directive.mjs +4 -4
  251. package/esm2022/lib/utilities/utilities.module.mjs +5 -5
  252. package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +4 -4
  253. package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +4 -4
  254. package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +4 -4
  255. package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +4 -4
  256. package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +4 -4
  257. package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +4 -4
  258. package/esm2022/lib/widget/widget.module.mjs +5 -5
  259. package/fesm2022/coreui-angular-pro.mjs +920 -882
  260. package/fesm2022/coreui-angular-pro.mjs.map +1 -1
  261. package/lib/avatar/avatar.component.d.ts +6 -2
  262. package/lib/dropdown/dropdown/dropdown.component.d.ts +9 -7
  263. package/lib/footer/footer.component.d.ts +1 -1
  264. package/lib/header/header/header.component.d.ts +1 -1
  265. package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +1 -1
  266. package/lib/tabs/tab-content-ref.directive.d.ts +3 -1
  267. package/lib/tabs/tab-pane/tab-pane.component.d.ts +2 -1
  268. package/package.json +4 -4
@@ -17,6 +17,11 @@ export declare class AvatarComponent {
17
17
  * @default 'md'
18
18
  */
19
19
  size?: Omit<Sizes, 'xxl'>;
20
+ /**
21
+ * The alt attribute for the img element alternate text.
22
+ * @type string
23
+ */
24
+ alt: string;
20
25
  /**
21
26
  * The src attribute for the img element.
22
27
  * @type string
@@ -33,9 +38,8 @@ export declare class AvatarComponent {
33
38
  * @type TextColors
34
39
  */
35
40
  textColor?: TextColors;
36
- constructor();
37
41
  get statusClass(): any;
38
42
  get hostClasses(): any;
39
43
  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: {}; }]>;
44
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "c-avatar", never, { "color": { "alias": "color"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "alt": { "alias": "alt"; "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
45
  }
@@ -7,10 +7,9 @@ import * as i1 from "../../shared/theme.directive";
7
7
  export declare abstract class DropdownToken {
8
8
  }
9
9
  export declare class DropdownToggleDirective implements AfterViewInit {
10
- elementRef: ElementRef;
11
- private dropdownService;
12
- dropdown?: DropdownToken | undefined;
13
- constructor(elementRef: ElementRef, dropdownService: DropdownService, dropdown?: DropdownToken | undefined);
10
+ #private;
11
+ readonly elementRef: ElementRef<any>;
12
+ dropdown: DropdownToken | null;
14
13
  /**
15
14
  * Toggle the disabled state for the toggler.
16
15
  * @type DropdownComponent | undefined
@@ -29,15 +28,17 @@ export declare class DropdownToggleDirective implements AfterViewInit {
29
28
  */
30
29
  caret: boolean;
31
30
  /**
32
- * Create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of `.dropdown-toggle-split` class for proper spacing around the dropdown caret.
31
+ * Create split button dropdowns with virtually the same markup as single button dropdowns,
32
+ * but with the addition of `.dropdown-toggle-split` class for proper spacing around the dropdown caret.
33
33
  * @type boolean
34
34
  * @default false
35
35
  */
36
36
  split: boolean;
37
37
  get hostClasses(): any;
38
+ get ariaExpanded(): boolean;
38
39
  onClick($event: MouseEvent): void;
39
40
  ngAfterViewInit(): void;
40
- static ɵfac: i0.ɵɵFactoryDeclaration<DropdownToggleDirective, [null, null, { optional: true; }]>;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<DropdownToggleDirective, never>;
41
42
  static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownToggleDirective, "[cDropdownToggle]", ["cDropdownToggle"], { "dropdownComponent": { "alias": "dropdownComponent"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "caret": { "alias": "caret"; "required": false; }; "split": { "alias": "split"; "required": false; }; }, {}, never, never, true, never>;
42
43
  static ngAcceptInputType_disabled: unknown;
43
44
  static ngAcceptInputType_split: unknown;
@@ -62,7 +63,8 @@ export declare class DropdownComponent implements AfterContentInit, OnChanges, O
62
63
  */
63
64
  direction?: 'center' | 'dropup' | 'dropup-center' | 'dropend' | 'dropstart';
64
65
  /**
65
- * Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
66
+ * Describes the placement of your component after Popper.js has applied all the modifiers
67
+ * that may have flipped or altered the originally provided placement property.
66
68
  * @type Placement
67
69
  */
68
70
  placement: Placement;
@@ -9,7 +9,7 @@ export declare class FooterComponent {
9
9
  /**
10
10
  * Default role for footer. [docs]
11
11
  * @type string
12
- * @default 'footer'
12
+ * @default 'contentinfo'
13
13
  */
14
14
  role: string;
15
15
  get getClasses(): any;
@@ -13,7 +13,7 @@ export declare class HeaderComponent {
13
13
  /**
14
14
  * Default role for header. [docs]
15
15
  * @type string
16
- * @default 'header'
16
+ * @default 'banner'
17
17
  */
18
18
  role: string;
19
19
  get getClasses(): any;
@@ -56,7 +56,7 @@ export declare class SidebarNavComponent implements OnChanges {
56
56
  ngOnChanges(changes: SimpleChanges): void;
57
57
  hideMobile(): void;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
59
- static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": { "alias": "navItems"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "groupItems": { "alias": "groupItems"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, never, ["*"], true, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": { "alias": "navItems"; "required": false; }; "dropdownMode": { "alias": "dropdownMode"; "required": false; }; "groupItems": { "alias": "groupItems"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
60
60
  static ngAcceptInputType_groupItems: unknown;
61
61
  static ngAcceptInputType_compact: unknown;
62
62
  }
@@ -37,6 +37,8 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
37
37
  };
38
38
  get isDisabled(): boolean | null;
39
39
  get attrDisabled(): "" | null;
40
+ private get ariaSelected();
41
+ role: string;
40
42
  get getTabindex(): string | null;
41
43
  ngOnChanges(changes: SimpleChanges): void;
42
44
  toggleOpen($event: any): void;
@@ -44,7 +46,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
44
46
  ngOnDestroy(): void;
45
47
  subscribeTabService(subscribe?: boolean): void;
46
48
  static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
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>;
49
+ 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; }; "role": { "alias": "role"; "required": false; }; }, {}, never, never, true, never>;
48
50
  static ngAcceptInputType_active: unknown;
49
51
  static ngAcceptInputType_disabled: unknown;
50
52
  static ngAcceptInputType_tabPaneIdx: unknown;
@@ -18,8 +18,9 @@ export declare class TabPaneComponent implements OnDestroy {
18
18
  show: boolean;
19
19
  active: boolean;
20
20
  };
21
+ role: string;
21
22
  ngOnDestroy(): void;
22
23
  subscribeTabService(subscribe?: boolean): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<TabPaneComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], {}, {}, never, ["*"], true, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabPaneComponent, "c-tab-pane", ["cTabPane"], { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
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,13 +28,13 @@
28
28
  "@angular/core": "^17.3.0",
29
29
  "@angular/forms": "^17.3.0",
30
30
  "@angular/router": "^17.3.0",
31
- "@coreui/coreui-pro": "~5.1.0",
32
- "@coreui/icons-angular": "~5.1.0",
31
+ "@coreui/coreui-pro": "~5.0.0 || ~5.1.0",
32
+ "@coreui/icons-angular": "~5.0.0 || ~5.1.0",
33
33
  "rxjs": "^7.8.1"
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/coreui/coreui-angular-pro.git"
37
+ "url": "git+https://github.com/coreui/coreui-angular-pro.git"
38
38
  },
39
39
  "bugs": {
40
40
  "url": "https://github.com/coreui/coreui-angular-pro/issues"