@coreui/angular-pro 5.0.0-alpha.13 → 5.0.0-alpha.15

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 (70) hide show
  1. package/esm2022/lib/accordion/accordion/accordion.component.mjs +22 -16
  2. package/esm2022/lib/alert/alert.component.mjs +30 -38
  3. package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +7 -6
  4. package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +4 -4
  5. package/esm2022/lib/calendar/calendar/calendar.component.mjs +4 -4
  6. package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +1 -1
  7. package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +4 -9
  8. package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +4 -4
  9. package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +3 -4
  10. package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +3 -4
  11. package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +7 -8
  12. package/esm2022/lib/collapse/collapse.directive.mjs +30 -40
  13. package/esm2022/lib/date-picker/date-picker.component.mjs +5 -7
  14. package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +5 -7
  15. package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +26 -34
  16. package/esm2022/lib/element-cover/element-cover.component.mjs +4 -4
  17. package/esm2022/lib/form/form-check/form-check-input.directive.mjs +10 -8
  18. package/esm2022/lib/loading-button/loading-button.component.mjs +15 -21
  19. package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +2 -2
  20. package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +8 -7
  21. package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +6 -12
  22. package/esm2022/lib/placeholder/placeholder.directive.mjs +11 -18
  23. package/esm2022/lib/shared/theme.directive.mjs +3 -2
  24. package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +34 -46
  25. package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +4 -4
  26. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +4 -4
  27. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +17 -18
  28. package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +6 -11
  29. package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +20 -24
  30. package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +4 -6
  31. package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +4 -4
  32. package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +7 -12
  33. package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +3 -5
  34. package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +7 -7
  35. package/esm2022/lib/tabs/tab-content-ref.directive.mjs +12 -9
  36. package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +5 -6
  37. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +9 -8
  38. package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +9 -8
  39. package/esm2022/lib/time-picker/time-picker.component.mjs +5 -7
  40. package/esm2022/lib/time-picker/time-picker.module.mjs +2 -4
  41. package/esm2022/lib/toast/toast/toast.component.mjs +11 -9
  42. package/esm2022/lib/toast/toast-header/toast-header.component.mjs +3 -4
  43. package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +4 -4
  44. package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +4 -4
  45. package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +5 -5
  46. package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +4 -4
  47. package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +4 -4
  48. package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +4 -4
  49. package/fesm2022/coreui-angular-pro.mjs +313 -363
  50. package/fesm2022/coreui-angular-pro.mjs.map +1 -1
  51. package/lib/accordion/accordion/accordion.component.d.ts +4 -6
  52. package/lib/alert/alert.component.d.ts +8 -12
  53. package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -0
  54. package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -2
  55. package/lib/collapse/collapse.directive.d.ts +13 -13
  56. package/lib/dropdown/dropdown/dropdown.component.d.ts +8 -12
  57. package/lib/form/form-check/form-check-input.directive.d.ts +4 -3
  58. package/lib/loading-button/loading-button.component.d.ts +4 -5
  59. package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +3 -1
  60. package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -5
  61. package/lib/placeholder/placeholder.directive.d.ts +3 -7
  62. package/lib/sidebar/sidebar/sidebar.component.d.ts +13 -11
  63. package/lib/smart-pagination/smart-pagination.component.d.ts +4 -8
  64. package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -0
  65. package/lib/tabs/tab-content/tab-content.component.d.ts +1 -0
  66. package/lib/tabs/tab-content-ref.directive.d.ts +4 -2
  67. package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -0
  68. package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -0
  69. package/lib/toast/toast/toast.component.d.ts +3 -2
  70. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.