@coreui/angular-pro 5.2.11 → 5.2.14
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.
- package/README.md +1 -1
- package/esm2022/lib/accordion/accordion/accordion.component.mjs +3 -3
- package/esm2022/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
- package/esm2022/lib/accordion/accordion-item/accordion-item.component.mjs +5 -13
- package/esm2022/lib/accordion/accordion.module.mjs +4 -4
- package/esm2022/lib/accordion/accordion.service.mjs +5 -5
- package/esm2022/lib/alert/alert-heading.directive.mjs +8 -16
- package/esm2022/lib/alert/alert-link.directive.mjs +8 -16
- package/esm2022/lib/alert/alert.component.mjs +3 -3
- package/esm2022/lib/alert/alert.module.mjs +4 -4
- package/esm2022/lib/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/avatar/avatar.module.mjs +4 -4
- package/esm2022/lib/backdrop/backdrop.service.mjs +3 -3
- package/esm2022/lib/badge/badge.component.mjs +3 -3
- package/esm2022/lib/badge/badge.module.mjs +4 -4
- package/esm2022/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +6 -13
- package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +3 -3
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +3 -3
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
- package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +4 -4
- package/esm2022/lib/button/button-close.directive.mjs +27 -26
- package/esm2022/lib/button/button.directive.mjs +62 -76
- package/esm2022/lib/button/button.module.mjs +4 -4
- package/esm2022/lib/button-group/button-group/button-group.component.mjs +27 -28
- package/esm2022/lib/button-group/button-group.module.mjs +4 -4
- package/esm2022/lib/button-group/button-toolbar/button-toolbar.component.mjs +10 -22
- package/esm2022/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar/calendar.component.mjs +5 -5
- package/esm2022/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-row.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-day.directive.mjs +24 -12
- package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +3 -3
- package/esm2022/lib/calendar/calendar.module.mjs +4 -4
- package/esm2022/lib/calendar/calendar.service.mjs +3 -3
- package/esm2022/lib/callout/callout.component.mjs +5 -5
- package/esm2022/lib/callout/callout.module.mjs +4 -4
- package/esm2022/lib/card/card-body.component.mjs +8 -15
- package/esm2022/lib/card/card-footer.component.mjs +8 -15
- package/esm2022/lib/card/card-group.component.mjs +8 -15
- package/esm2022/lib/card/card-header-actions.component.mjs +3 -3
- package/esm2022/lib/card/card-header.component.mjs +8 -15
- package/esm2022/lib/card/card-img-overlay/card-img-overlay.component.mjs +7 -15
- package/esm2022/lib/card/card-img.directive.mjs +3 -3
- package/esm2022/lib/card/card-link.directive.mjs +8 -15
- package/esm2022/lib/card/card-subtitle.directive.mjs +8 -15
- package/esm2022/lib/card/card-text.directive.mjs +8 -15
- package/esm2022/lib/card/card-title.directive.mjs +8 -15
- package/esm2022/lib/card/card.component.mjs +5 -7
- package/esm2022/lib/card/card.module.mjs +4 -4
- package/esm2022/lib/carousel/carousel/carousel.component.mjs +14 -15
- package/esm2022/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +3 -3
- package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +3 -3
- package/esm2022/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
- package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +5 -5
- package/esm2022/lib/carousel/carousel-state.mjs +3 -3
- package/esm2022/lib/carousel/carousel.config.mjs +3 -3
- package/esm2022/lib/carousel/carousel.module.mjs +4 -4
- package/esm2022/lib/carousel/carousel.service.mjs +5 -5
- package/esm2022/lib/collapse/collapse.directive.mjs +4 -5
- package/esm2022/lib/collapse/collapse.module.mjs +4 -4
- package/esm2022/lib/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/lib/date-picker/date-picker.module.mjs +4 -4
- package/esm2022/lib/date-range-picker/date-range-picker/custom-range-key.pipe.mjs +3 -3
- package/esm2022/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +12 -8
- package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +5 -5
- package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +6 -6
- package/esm2022/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +8 -15
- package/esm2022/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +7 -14
- package/esm2022/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +8 -15
- package/esm2022/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +6 -5
- package/esm2022/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +16 -10
- package/esm2022/lib/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown.service.mjs +3 -3
- package/esm2022/lib/element-cover/element-cover.component.mjs +3 -3
- package/esm2022/lib/element-cover/element-cover.module.mjs +4 -4
- package/esm2022/lib/footer/footer.component.mjs +6 -5
- package/esm2022/lib/footer/footer.module.mjs +4 -4
- package/esm2022/lib/form/form/form.directive.mjs +3 -3
- package/esm2022/lib/form/form-check/form-check-input.directive.mjs +6 -6
- package/esm2022/lib/form/form-check/form-check-label.directive.mjs +8 -15
- package/esm2022/lib/form/form-check/form-check.component.mjs +3 -3
- package/esm2022/lib/form/form-control/form-control.directive.mjs +3 -3
- package/esm2022/lib/form/form-feedback/form-feedback.component.mjs +3 -3
- package/esm2022/lib/form/form-floating/form-floating.directive.mjs +4 -4
- package/esm2022/lib/form/form-label/form-label.directive.mjs +14 -13
- package/esm2022/lib/form/form-select/form-select.directive.mjs +14 -13
- package/esm2022/lib/form/form-text/form-text.directive.mjs +8 -15
- package/esm2022/lib/form/form.module.mjs +4 -4
- package/esm2022/lib/form/input-group/input-group.component.mjs +6 -5
- package/esm2022/lib/form/input-group-text/input-group-text.directive.mjs +8 -16
- package/esm2022/lib/grid/col.component.mjs +3 -3
- package/esm2022/lib/grid/col.directive.mjs +3 -3
- package/esm2022/lib/grid/container.component.mjs +3 -3
- package/esm2022/lib/grid/grid.module.mjs +4 -4
- package/esm2022/lib/grid/gutter.directive.mjs +6 -6
- package/esm2022/lib/grid/row.component.mjs +3 -3
- package/esm2022/lib/grid/row.directive.mjs +8 -7
- package/esm2022/lib/header/header/header.component.mjs +3 -3
- package/esm2022/lib/header/header-brand/header-brand.component.mjs +3 -3
- package/esm2022/lib/header/header-divider/header-divider.component.mjs +3 -3
- package/esm2022/lib/header/header-nav/header-nav.component.mjs +3 -3
- package/esm2022/lib/header/header-text/header-text.component.mjs +3 -3
- package/esm2022/lib/header/header-toggler/header-toggler.directive.mjs +3 -3
- package/esm2022/lib/header/header.module.mjs +4 -4
- package/esm2022/lib/image/img.directive.mjs +3 -3
- package/esm2022/lib/image/img.module.mjs +4 -4
- package/esm2022/lib/list-group/list-group-item.directive.mjs +3 -3
- package/esm2022/lib/list-group/list-group.directive.mjs +6 -5
- package/esm2022/lib/list-group/list-group.module.mjs +4 -4
- package/esm2022/lib/loading-button/loading-button.component.mjs +44 -59
- package/esm2022/lib/loading-button/loading-button.module.mjs +4 -4
- package/esm2022/lib/modal/modal/modal.component.mjs +5 -5
- package/esm2022/lib/modal/modal-body/modal-body.component.mjs +7 -15
- package/esm2022/lib/modal/modal-content/modal-content.component.mjs +8 -15
- package/esm2022/lib/modal/modal-dialog/modal-dialog.component.mjs +5 -5
- package/esm2022/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
- package/esm2022/lib/modal/modal-footer/modal-footer.component.mjs +8 -15
- package/esm2022/lib/modal/modal-header/modal-header.component.mjs +8 -15
- package/esm2022/lib/modal/modal-title/modal-title.directive.mjs +8 -15
- package/esm2022/lib/modal/modal.module.mjs +4 -4
- package/esm2022/lib/modal/modal.service.mjs +5 -5
- package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +17 -8
- package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +7 -16
- package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select.module.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select.service.mjs +3 -3
- package/esm2022/lib/nav/nav-item.component.mjs +7 -15
- package/esm2022/lib/nav/nav-link.directive.mjs +3 -3
- package/esm2022/lib/nav/nav.component.mjs +5 -5
- package/esm2022/lib/nav/nav.module.mjs +4 -4
- package/esm2022/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
- package/esm2022/lib/navbar/navbar-nav/navbar-nav.component.mjs +6 -5
- package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
- package/esm2022/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
- package/esm2022/lib/navbar/navbar.component.mjs +7 -9
- package/esm2022/lib/navbar/navbar.module.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +17 -26
- package/esm2022/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +7 -15
- package/esm2022/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +8 -15
- package/esm2022/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +8 -15
- package/esm2022/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas.module.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas.service.mjs +5 -5
- package/esm2022/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2022/lib/pagination/page-item/page-item.directive.mjs +7 -6
- package/esm2022/lib/pagination/page-link/page-link.directive.mjs +8 -15
- package/esm2022/lib/pagination/pagination/pagination.component.mjs +3 -3
- package/esm2022/lib/pagination/pagination.module.mjs +4 -4
- package/esm2022/lib/placeholder/placeholder-animation.directive.mjs +3 -3
- package/esm2022/lib/placeholder/placeholder.directive.mjs +3 -3
- package/esm2022/lib/placeholder/placeholder.module.mjs +4 -4
- package/esm2022/lib/popover/popover/popover.component.mjs +5 -5
- package/esm2022/lib/popover/popover.directive.mjs +3 -3
- package/esm2022/lib/popover/popover.module.mjs +4 -4
- package/esm2022/lib/progress/progress-bar.component.mjs +10 -7
- package/esm2022/lib/progress/progress-bar.directive.mjs +6 -6
- package/esm2022/lib/progress/progress-stacked.component.mjs +3 -3
- package/esm2022/lib/progress/progress.component.mjs +9 -7
- package/esm2022/lib/progress/progress.module.mjs +4 -4
- package/esm2022/lib/rating/rating-item-label/rating-item-label.component.mjs +3 -3
- package/esm2022/lib/rating/rating.component.mjs +23 -21
- package/esm2022/lib/rating/rating.module.mjs +4 -4
- package/esm2022/lib/services/class-toggle.service.mjs +3 -3
- package/esm2022/lib/services/color-mode.service.mjs +3 -3
- package/esm2022/lib/services/in-memory-storage.service.mjs +5 -6
- package/esm2022/lib/services/intersection.service.mjs +3 -3
- package/esm2022/lib/services/listeners.service.mjs +3 -3
- package/esm2022/lib/services/local-storage.service.mjs +9 -15
- package/esm2022/lib/shared/element-ref.directive.mjs +3 -3
- package/esm2022/lib/shared/html-attr.directive.mjs +12 -10
- package/esm2022/lib/shared/shared.module.mjs +4 -4
- package/esm2022/lib/shared/template-id.directive.mjs +3 -3
- package/esm2022/lib/shared/theme.directive.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +15 -13
- package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +7 -5
- package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +8 -16
- package/esm2022/lib/sidebar/sidebar-header/sidebar-header.component.mjs +8 -15
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +5 -5
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +14 -13
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +9 -7
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +6 -6
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
- package/esm2022/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-toggler/sidebar-toggler.directive.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar.module.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar.service.mjs +5 -5
- package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +3 -3
- package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +20 -20
- package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +5 -6
- package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +3 -3
- package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +5 -6
- package/esm2022/lib/smart-table/smart-table-head/smart-table-column-label.pipe.mjs +3 -3
- package/esm2022/lib/smart-table/smart-table-head/smart-table-head.component.mjs +7 -15
- package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +6 -10
- package/esm2022/lib/smart-table/smart-table.module.mjs +4 -4
- package/esm2022/lib/spinner/spinner.component.mjs +3 -3
- package/esm2022/lib/spinner/spinner.module.mjs +4 -4
- package/esm2022/lib/table/table-active.directive.mjs +3 -3
- package/esm2022/lib/table/table-color.directive.mjs +3 -3
- package/esm2022/lib/table/table.directive.mjs +6 -5
- package/esm2022/lib/table/table.module.mjs +4 -4
- package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +6 -15
- package/esm2022/lib/tabs/tab-content-ref.directive.mjs +3 -3
- package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +5 -5
- package/esm2022/lib/tabs/tab.service.mjs +5 -5
- package/esm2022/lib/tabs/tabs.module.mjs +4 -4
- package/esm2022/lib/tabs-2/tab/tab.directive.mjs +3 -3
- package/esm2022/lib/tabs-2/tab-panel/tab-panel.component.mjs +3 -3
- package/esm2022/lib/tabs-2/tabs-content/tabs-content.component.mjs +3 -3
- package/esm2022/lib/tabs-2/tabs-list/tabs-list.component.mjs +3 -3
- package/esm2022/lib/tabs-2/tabs.component.mjs +3 -3
- package/esm2022/lib/tabs-2/tabs.service.mjs +3 -3
- package/esm2022/lib/tabs-2/tabs2.module.mjs +4 -4
- package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +6 -6
- package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +6 -6
- package/esm2022/lib/time-picker/time-picker.component.mjs +30 -26
- package/esm2022/lib/time-picker/time-picker.module.mjs +4 -4
- package/esm2022/lib/toast/toast/toast.component.mjs +7 -11
- package/esm2022/lib/toast/toast-body/toast-body.component.mjs +3 -3
- package/esm2022/lib/toast/toast-close.directive.mjs +3 -3
- package/esm2022/lib/toast/toast-header/toast-header.component.mjs +3 -3
- package/esm2022/lib/toast/toast.module.mjs +4 -4
- package/esm2022/lib/toast/toaster/toaster-host.directive.mjs +3 -3
- package/esm2022/lib/toast/toaster/toaster.component.mjs +11 -12
- package/esm2022/lib/toast/toaster/toaster.service.mjs +5 -5
- package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +5 -5
- package/esm2022/lib/tooltip/tooltip.directive.mjs +3 -3
- package/esm2022/lib/tooltip/tooltip.module.mjs +4 -4
- package/esm2022/lib/utilities/align.directive.mjs +3 -3
- package/esm2022/lib/utilities/bg-color.directive.mjs +11 -11
- package/esm2022/lib/utilities/border.directive.mjs +3 -3
- package/esm2022/lib/utilities/rounded.directive.mjs +3 -3
- package/esm2022/lib/utilities/shadow-on-scroll.directive.mjs +3 -3
- package/esm2022/lib/utilities/text-bg-color.directive.mjs +3 -3
- package/esm2022/lib/utilities/text-color.directive.mjs +3 -3
- package/esm2022/lib/utilities/utilities.module.mjs +4 -4
- package/esm2022/lib/widget/widget-stat-a/widget-stat-a.component.mjs +6 -6
- package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +5 -5
- package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +3 -3
- package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +7 -8
- package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +3 -3
- package/esm2022/lib/widget/widget-stat-f/widget-stat-f.component.mjs +6 -6
- package/esm2022/lib/widget/widget.module.mjs +4 -4
- package/fesm2022/coreui-angular-pro.mjs +1375 -1641
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +0 -1
- package/lib/accordion/accordion.service.d.ts +0 -1
- package/lib/alert/alert-heading.directive.d.ts +0 -2
- package/lib/alert/alert-link.directive.d.ts +0 -2
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +0 -3
- package/lib/button/button-close.directive.d.ts +4 -4
- package/lib/button/button.directive.d.ts +23 -21
- package/lib/button-group/button-group/button-group.component.d.ts +11 -6
- package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +4 -4
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
- package/lib/calendar/calendar.utils.d.ts +1 -1
- package/lib/card/card-body.component.d.ts +0 -1
- package/lib/card/card-footer.component.d.ts +0 -1
- package/lib/card/card-group.component.d.ts +0 -1
- package/lib/card/card-header.component.d.ts +0 -1
- package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +0 -1
- package/lib/card/card-link.directive.d.ts +0 -1
- package/lib/card/card-subtitle.directive.d.ts +0 -1
- package/lib/card/card-text.directive.d.ts +0 -1
- package/lib/card/card-title.directive.d.ts +0 -1
- package/lib/carousel/carousel/carousel.component.d.ts +1 -2
- package/lib/carousel/carousel.service.d.ts +0 -1
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +1 -1
- package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +0 -1
- package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +0 -1
- package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +0 -1
- package/lib/form/form-check/form-check-input.directive.d.ts +1 -1
- package/lib/form/form-check/form-check-label.directive.d.ts +0 -1
- package/lib/form/form-label/form-label.directive.d.ts +0 -1
- package/lib/form/form-select/form-select.directive.d.ts +0 -1
- package/lib/form/form-text/form-text.directive.d.ts +0 -1
- package/lib/form/input-group-text/input-group-text.directive.d.ts +0 -2
- package/lib/grid/gutter.directive.d.ts +1 -2
- package/lib/loading-button/loading-button.component.d.ts +14 -24
- package/lib/modal/modal-body/modal-body.component.d.ts +0 -1
- package/lib/modal/modal-content/modal-content.component.d.ts +0 -1
- package/lib/modal/modal-footer/modal-footer.component.d.ts +0 -1
- package/lib/modal/modal-header/modal-header.component.d.ts +0 -1
- package/lib/modal/modal-title/modal-title.directive.d.ts +0 -1
- package/lib/modal/modal.service.d.ts +0 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +0 -4
- package/lib/nav/nav-item.component.d.ts +0 -1
- package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +0 -1
- package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +0 -1
- package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +0 -1
- package/lib/offcanvas/offcanvas.service.d.ts +0 -1
- package/lib/pagination/page-link/page-link.directive.d.ts +0 -1
- package/lib/progress/progress-bar.directive.d.ts +0 -1
- package/lib/services/in-memory-storage.service.d.ts +0 -1
- package/lib/services/local-storage.service.d.ts +1 -1
- package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -2
- package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +0 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-group.service.d.ts +0 -1
- package/lib/sidebar/sidebar.service.d.ts +0 -1
- package/lib/smart-table/smart-table/smart-table.component.d.ts +4 -4
- package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +0 -1
- package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +0 -1
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +2 -3
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +0 -1
- package/lib/tabs/tab-content/tab-content.component.d.ts +0 -3
- package/lib/tabs/tab.service.d.ts +0 -1
- package/lib/time-picker/time-picker.component.d.ts +2 -3
- package/lib/time-picker/time.utils.d.ts +1 -1
- package/lib/toast/toast/toast.component.d.ts +1 -1
- package/lib/toast/toaster/toaster.component.d.ts +1 -1
- package/lib/toast/toaster/toaster.service.d.ts +0 -1
- package/lib/utilities/bg-color.directive.d.ts +0 -1
- package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +0 -1
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SidebarHeaderComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarHeaderComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarHeaderComponent, "c-sidebar-header", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -5,7 +5,6 @@ export interface ISidebarAction {
|
|
|
5
5
|
sidebarNavGroup?: SidebarNavGroupComponent;
|
|
6
6
|
}
|
|
7
7
|
export declare class SidebarNavGroupService {
|
|
8
|
-
constructor();
|
|
9
8
|
private sidebarNavGroupState;
|
|
10
9
|
sidebarNavGroupState$: import("rxjs").Observable<ISidebarAction>;
|
|
11
10
|
toggle(action: ISidebarAction): void;
|
|
@@ -12,7 +12,6 @@ export interface ISidebarAction {
|
|
|
12
12
|
export declare class SidebarService {
|
|
13
13
|
private sidebarState;
|
|
14
14
|
sidebarState$: import("rxjs").Observable<ISidebarAction>;
|
|
15
|
-
constructor();
|
|
16
15
|
toggle(action: ISidebarAction): void;
|
|
17
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarService, never>;
|
|
18
17
|
static ɵprov: i0.ɵɵInjectableDeclaration<SidebarService>;
|
|
@@ -8,7 +8,7 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
8
8
|
private iterableDiffers;
|
|
9
9
|
private keyValueDiffers;
|
|
10
10
|
constructor(iterableDiffers: IterableDiffers, keyValueDiffers: KeyValueDiffers);
|
|
11
|
-
readonly getColumnKey: (column:
|
|
11
|
+
readonly getColumnKey: (column: IColumn | string) => string;
|
|
12
12
|
readonly getTableDataCellClass: (column: IColumn, item: IItem) => {
|
|
13
13
|
[x: string]: boolean;
|
|
14
14
|
};
|
|
@@ -78,13 +78,13 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
78
78
|
readonly tableFilterValueChange: EventEmitter<string>;
|
|
79
79
|
columnTemplates: QueryList<TemplateIdDirective>;
|
|
80
80
|
templates: {
|
|
81
|
-
[key: string]:
|
|
81
|
+
[key: string]: TemplateRef<any> | null;
|
|
82
82
|
};
|
|
83
83
|
columnFilterTemplates: {
|
|
84
|
-
[key: string]:
|
|
84
|
+
[key: string]: TemplateRef<any> | null;
|
|
85
85
|
};
|
|
86
86
|
columnLabelTemplates: {
|
|
87
|
-
[key: string]:
|
|
87
|
+
[key: string]: TemplateRef<any> | null;
|
|
88
88
|
};
|
|
89
89
|
summaryRowTemplate: TemplateRef<unknown> | null;
|
|
90
90
|
ngAfterContentInit(): void;
|
|
@@ -2,7 +2,6 @@ import { IColumn } from '../smart-table.type';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SmartTableColumnFilterComponent {
|
|
4
4
|
#private;
|
|
5
|
-
constructor();
|
|
6
5
|
readonly value$: import("rxjs").BehaviorSubject<string>;
|
|
7
6
|
set column(value: string | IColumn);
|
|
8
7
|
sizing?: 'sm' | 'lg';
|
|
@@ -5,9 +5,8 @@ import { Colors } from '../../coreui.types';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class SmartTableHeadComponent implements OnInit {
|
|
7
7
|
#private;
|
|
8
|
-
constructor();
|
|
9
8
|
protected readonly getTableHeaderCellStyles: (column: IColumn, columnSorter: boolean | ISorter | undefined) => Partial<CSSStyleDeclaration>;
|
|
10
|
-
protected readonly getTableHeaderCellProps: (column:
|
|
9
|
+
protected readonly getTableHeaderCellProps: (column: IColumn | string) => {
|
|
11
10
|
[key: string]: any;
|
|
12
11
|
};
|
|
13
12
|
protected readonly getTableHeaderCellClass: (column: IColumn) => {
|
|
@@ -52,7 +51,7 @@ export declare class SmartTableHeadComponent implements OnInit {
|
|
|
52
51
|
handleColumnFilterValueChange($event: {
|
|
53
52
|
value: string;
|
|
54
53
|
type?: string;
|
|
55
|
-
column:
|
|
54
|
+
column: IColumn | string;
|
|
56
55
|
}): void;
|
|
57
56
|
handleSelectAllChecked($event: Event): void;
|
|
58
57
|
getColumnFilter(column: IColumn | string): string;
|
|
@@ -2,7 +2,6 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class SmartTableItemsPerPageSelectorComponent {
|
|
4
4
|
#private;
|
|
5
|
-
constructor();
|
|
6
5
|
set itemsPerPage(value: number);
|
|
7
6
|
get itemsPerPage(): number;
|
|
8
7
|
itemsPerPageLabel: string;
|
|
@@ -19,9 +19,6 @@ export declare class TabContentComponent implements AfterContentChecked, AfterCo
|
|
|
19
19
|
panes: QueryList<TabPaneComponent>;
|
|
20
20
|
private tabServiceSubscription;
|
|
21
21
|
constructor(changeDetectorRef: ChangeDetectorRef, tabService: TabService);
|
|
22
|
-
get hostClasses(): {
|
|
23
|
-
'tab-content': boolean;
|
|
24
|
-
};
|
|
25
22
|
ngAfterContentInit(): void;
|
|
26
23
|
ngAfterContentChecked(): void;
|
|
27
24
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -7,7 +7,6 @@ export interface ITabContentState {
|
|
|
7
7
|
export declare class TabService {
|
|
8
8
|
private activeTabPaneIdx;
|
|
9
9
|
activeTabPaneIdx$: import("rxjs").Observable<ITabContentState>;
|
|
10
|
-
constructor();
|
|
11
10
|
setActiveTabIdx(tabContentState: ITabContentState): void;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabService, never>;
|
|
13
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<TabService>;
|
|
@@ -5,7 +5,6 @@ import { TemplateIdDirective } from '../shared';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class TimePickerComponent implements OnChanges, OnInit, ControlValueAccessor, AfterViewInit {
|
|
7
7
|
#private;
|
|
8
|
-
constructor();
|
|
9
8
|
/**
|
|
10
9
|
* Toggle visibility or set the content of the cleaner button.
|
|
11
10
|
* @type boolean
|
|
@@ -135,8 +134,8 @@ export declare class TimePickerComponent implements OnChanges, OnInit, ControlVa
|
|
|
135
134
|
selectTime: FormGroup<{
|
|
136
135
|
selectHours: FormControl<number | null>;
|
|
137
136
|
selectMinutes: FormControl<number | null>;
|
|
138
|
-
selectSeconds?: FormControl<number | null
|
|
139
|
-
selectDayPeriod?: FormControl<"am" | "pm" | null
|
|
137
|
+
selectSeconds?: FormControl<number | null>;
|
|
138
|
+
selectDayPeriod?: FormControl<"am" | "pm" | null>;
|
|
140
139
|
}>;
|
|
141
140
|
timeInput: FormControl<string | null>;
|
|
142
141
|
set hour(value: number);
|
|
@@ -26,7 +26,7 @@ export interface IDayPeriods {
|
|
|
26
26
|
}
|
|
27
27
|
export declare const getSupportedLocale: (locale?: string) => string;
|
|
28
28
|
export declare const isHour12: (locale?: string) => boolean;
|
|
29
|
-
export declare const convert12hTo24h: (abbr:
|
|
29
|
+
export declare const convert12hTo24h: (abbr: "am" | "pm", hour: number) => number;
|
|
30
30
|
export declare const convert24hTo12h: (hour: number) => number;
|
|
31
31
|
export declare const convertTimeToDate: (time: Date | string | null | undefined) => Date | null;
|
|
32
32
|
export declare const getAmPm: (date: Date, locale: string, options?: DateTimeFormatOptions) => DayPeriod;
|
|
@@ -3,7 +3,7 @@ import { Colors } from '../../coreui.types';
|
|
|
3
3
|
import { ToasterService } from '../toaster/toaster.service';
|
|
4
4
|
import { TToasterPlacement } from '../toaster/toaster.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
type AnimateType =
|
|
6
|
+
type AnimateType = 'hide' | 'show';
|
|
7
7
|
export declare class ToastComponent implements OnInit, OnDestroy {
|
|
8
8
|
hostElement: ElementRef;
|
|
9
9
|
renderer: Renderer2;
|
|
@@ -33,7 +33,7 @@ export declare class ToasterComponent implements OnInit, AfterContentChecked {
|
|
|
33
33
|
* Toaster position
|
|
34
34
|
* @type (string | 'absolute' | 'fixed' | 'static')
|
|
35
35
|
*/
|
|
36
|
-
position:
|
|
36
|
+
position: string | 'absolute' | 'fixed' | 'static';
|
|
37
37
|
toasterHost: ToasterHostDirective;
|
|
38
38
|
contentToasts: QueryList<ViewContainerRef>;
|
|
39
39
|
get hostClasses(): any;
|
|
@@ -9,7 +9,6 @@ export interface IToasterAction {
|
|
|
9
9
|
export declare class ToasterService {
|
|
10
10
|
private toasterState;
|
|
11
11
|
toasterState$: import("rxjs").Observable<IToasterAction>;
|
|
12
|
-
constructor();
|
|
13
12
|
setState(state: IToasterAction): void;
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToasterService, never>;
|
|
15
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<ToasterService>;
|
|
@@ -11,7 +11,6 @@ export declare class BgColorDirective {
|
|
|
11
11
|
*/
|
|
12
12
|
gradient?: boolean;
|
|
13
13
|
get hostClasses(): any;
|
|
14
|
-
constructor();
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BgColorDirective, never>;
|
|
16
15
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BgColorDirective, "[cBgColor]", never, { "color": { "alias": "cBgColor"; "required": false; }; "gradient": { "alias": "gradient"; "required": false; }; }, {}, never, never, true, never>;
|
|
17
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.14",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
},
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@angular/animations": "^18.
|
|
26
|
-
"@angular/cdk": "^18.
|
|
27
|
-
"@angular/common": "^18.
|
|
28
|
-
"@angular/core": "^18.
|
|
29
|
-
"@angular/forms": "^18.
|
|
30
|
-
"@angular/router": "^18.
|
|
31
|
-
"@coreui/coreui-pro": "^5.3.
|
|
32
|
-
"@coreui/icons-angular": "~5.2.
|
|
25
|
+
"@angular/animations": "^18.2.0",
|
|
26
|
+
"@angular/cdk": "^18.2.0",
|
|
27
|
+
"@angular/common": "^18.2.0",
|
|
28
|
+
"@angular/core": "^18.2.0",
|
|
29
|
+
"@angular/forms": "^18.2.0",
|
|
30
|
+
"@angular/router": "^18.2.0",
|
|
31
|
+
"@coreui/coreui-pro": "^5.3.1",
|
|
32
|
+
"@coreui/icons-angular": "~5.2.14",
|
|
33
33
|
"rxjs": "^7.8.1"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|