@coreui/angular-pro 5.0.0-alpha.8 → 5.0.0-next.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm2022/lib/accordion/accordion/accordion.component.mjs +23 -17
- package/esm2022/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
- package/esm2022/lib/accordion/accordion-item/accordion-item.component.mjs +3 -3
- package/esm2022/lib/accordion/accordion.module.mjs +4 -4
- package/esm2022/lib/accordion/accordion.service.mjs +4 -4
- package/esm2022/lib/alert/alert-heading.directive.mjs +3 -3
- package/esm2022/lib/alert/alert-link.directive.mjs +3 -3
- package/esm2022/lib/alert/alert.component.mjs +32 -40
- 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 +4 -4
- 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 +3 -3
- package/esm2022/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +9 -8
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -6
- package/esm2022/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +4 -4
- package/esm2022/lib/breadcrumb/breadcrumb.module.mjs +4 -4
- package/esm2022/lib/button/button-close.directive.mjs +3 -3
- package/esm2022/lib/button/button.directive.mjs +3 -3
- package/esm2022/lib/button/button.module.mjs +4 -4
- package/esm2022/lib/button-group/button-group/button-group.component.mjs +3 -3
- package/esm2022/lib/button-group/button-group.module.mjs +4 -4
- package/esm2022/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
- package/esm2022/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar/calendar.component.mjs +6 -6
- 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 +4 -4
- package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +7 -12
- package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +4 -4
- package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +6 -6
- package/esm2022/lib/calendar/calendar.module.mjs +4 -4
- package/esm2022/lib/calendar/calendar.service.mjs +4 -4
- package/esm2022/lib/calendar/calendar.utils.mjs +1 -1
- package/esm2022/lib/callout/callout.component.mjs +3 -3
- package/esm2022/lib/callout/callout.module.mjs +4 -4
- package/esm2022/lib/card/card-body.component.mjs +3 -3
- package/esm2022/lib/card/card-footer.component.mjs +3 -3
- package/esm2022/lib/card/card-group.component.mjs +3 -3
- package/esm2022/lib/card/card-header-actions.component.mjs +3 -3
- package/esm2022/lib/card/card-header.component.mjs +3 -3
- package/esm2022/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
- package/esm2022/lib/card/card-img.directive.mjs +3 -3
- package/esm2022/lib/card/card-link.directive.mjs +3 -3
- package/esm2022/lib/card/card-subtitle.directive.mjs +3 -3
- package/esm2022/lib/card/card-text.directive.mjs +3 -3
- package/esm2022/lib/card/card-title.directive.mjs +3 -3
- package/esm2022/lib/card/card.component.mjs +3 -3
- package/esm2022/lib/card/card.module.mjs +4 -4
- package/esm2022/lib/carousel/carousel/carousel.component.mjs +4 -4
- package/esm2022/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2022/lib/carousel/carousel-control/carousel-control.component.mjs +5 -6
- package/esm2022/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +5 -6
- package/esm2022/lib/carousel/carousel-inner/carousel-inner.component.mjs +4 -4
- package/esm2022/lib/carousel/carousel-item/carousel-item.component.mjs +9 -10
- package/esm2022/lib/carousel/carousel-state.mjs +4 -4
- 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 +3 -3
- package/esm2022/lib/collapse/collapse.directive.mjs +32 -42
- package/esm2022/lib/collapse/collapse.module.mjs +4 -4
- package/esm2022/lib/date-picker/date-picker.component.mjs +8 -10
- 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 +8 -10
- package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown/dropdown.component.mjs +30 -38
- package/esm2022/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -4
- package/esm2022/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +4 -4
- 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 +6 -6
- package/esm2022/lib/element-cover/element-cover.module.mjs +4 -4
- package/esm2022/lib/footer/footer.component.mjs +3 -3
- 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 +12 -10
- package/esm2022/lib/form/form-check/form-check-label.directive.mjs +3 -3
- package/esm2022/lib/form/form-check/form-check.component.mjs +3 -3
- package/esm2022/lib/form/form-control/form-control.directive.mjs +4 -4
- package/esm2022/lib/form/form-feedback/form-feedback.component.mjs +3 -3
- package/esm2022/lib/form/form-floating/form-floating.directive.mjs +3 -3
- package/esm2022/lib/form/form-label/form-label.directive.mjs +3 -3
- package/esm2022/lib/form/form-select/form-select.directive.mjs +3 -3
- package/esm2022/lib/form/form-text/form-text.directive.mjs +3 -3
- package/esm2022/lib/form/form.module.mjs +4 -4
- package/esm2022/lib/form/input-group/input-group.component.mjs +3 -3
- package/esm2022/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
- package/esm2022/lib/grid/col.component.mjs +3 -3
- package/esm2022/lib/grid/col.directive.mjs +4 -4
- 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 +4 -4
- package/esm2022/lib/grid/row.component.mjs +3 -3
- package/esm2022/lib/grid/row.directive.mjs +4 -4
- 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 +4 -4
- 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 +3 -3
- package/esm2022/lib/list-group/list-group.module.mjs +4 -4
- package/esm2022/lib/loading-button/loading-button.component.mjs +17 -23
- package/esm2022/lib/loading-button/loading-button.module.mjs +4 -4
- package/esm2022/lib/modal/modal/modal.component.mjs +4 -4
- package/esm2022/lib/modal/modal-body/modal-body.component.mjs +3 -3
- package/esm2022/lib/modal/modal-content/modal-content.component.mjs +3 -3
- package/esm2022/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2022/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
- package/esm2022/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
- package/esm2022/lib/modal/modal-header/modal-header.component.mjs +3 -3
- package/esm2022/lib/modal/modal-title/modal-title.directive.mjs +3 -3
- package/esm2022/lib/modal/modal.module.mjs +4 -4
- package/esm2022/lib/modal/modal.service.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select/multi-select-search.directive.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +65 -33
- package/esm2022/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +10 -9
- package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +3 -3
- package/esm2022/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -14
- package/esm2022/lib/multi-select/multi-select-option/multi-select-option.component.mjs +4 -4
- package/esm2022/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -4
- 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 +3 -3
- package/esm2022/lib/nav/nav-link.directive.mjs +3 -3
- package/esm2022/lib/nav/nav.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
- package/esm2022/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -4
- package/esm2022/lib/navbar/navbar.component.mjs +4 -4
- package/esm2022/lib/navbar/navbar.module.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
- package/esm2022/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2022/lib/pagination/page-item/page-item.directive.mjs +4 -4
- package/esm2022/lib/pagination/page-link/page-link.directive.mjs +3 -3
- 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 +13 -20
- package/esm2022/lib/placeholder/placeholder.module.mjs +4 -4
- package/esm2022/lib/popover/popover/popover.component.mjs +4 -4
- package/esm2022/lib/popover/popover.directive.mjs +4 -4
- package/esm2022/lib/popover/popover.module.mjs +4 -4
- package/esm2022/lib/progress/progress-bar.component.mjs +22 -88
- package/esm2022/lib/progress/progress-bar.directive.mjs +112 -0
- package/esm2022/lib/progress/progress-stacked.component.mjs +19 -0
- package/esm2022/lib/progress/progress.component.mjs +27 -12
- package/esm2022/lib/progress/progress.module.mjs +19 -9
- package/esm2022/lib/progress/progress.type.mjs +2 -0
- package/esm2022/lib/progress/public_api.mjs +3 -1
- package/esm2022/lib/services/class-toggle.service.mjs +4 -4
- package/esm2022/lib/services/color-mode.service.mjs +17 -26
- package/esm2022/lib/services/in-memory-storage.service.mjs +3 -3
- package/esm2022/lib/services/intersection.service.mjs +4 -4
- package/esm2022/lib/services/listeners.service.mjs +4 -4
- package/esm2022/lib/services/local-storage.service.mjs +3 -3
- package/esm2022/lib/services/public_api.mjs +1 -1
- package/esm2022/lib/shared/html-attr.directive.mjs +4 -4
- 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 +6 -5
- package/esm2022/lib/sidebar/sidebar/sidebar.component.mjs +36 -48
- package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -6
- package/esm2022/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- 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 +3 -3
- 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 +4 -4
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -6
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +21 -22
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +4 -4
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +10 -15
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +7 -7
- 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 +3 -3
- package/esm2022/lib/smart-pagination/smart-pagination.component.mjs +22 -26
- package/esm2022/lib/smart-pagination/smart-pagination.module.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table/smart-table.component.mjs +8 -11
- package/esm2022/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +3 -3
- package/esm2022/lib/smart-table/smart-table-filter/filter-input.directive.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +6 -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 +9 -14
- package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +5 -7
- package/esm2022/lib/smart-table/smart-table.module.mjs +4 -4
- package/esm2022/lib/smart-table/smart-table.type.mjs +1 -1
- package/esm2022/lib/smart-table/smart-table.utils.mjs +1 -1
- 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 +4 -4
- package/esm2022/lib/table/table.module.mjs +4 -4
- package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +9 -9
- package/esm2022/lib/tabs/tab-content-ref.directive.mjs +14 -11
- package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +7 -8
- package/esm2022/lib/tabs/tab.service.mjs +3 -3
- package/esm2022/lib/tabs/tabs.module.mjs +4 -4
- package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +14 -13
- package/esm2022/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +14 -13
- package/esm2022/lib/time-picker/time-picker.component.mjs +7 -9
- package/esm2022/lib/time-picker/time-picker.module.mjs +6 -8
- package/esm2022/lib/time-picker/time.utils.mjs +1 -1
- package/esm2022/lib/toast/toast/toast.component.mjs +13 -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 +5 -6
- 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 +4 -4
- package/esm2022/lib/toast/toaster/toaster.service.mjs +3 -3
- package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +4 -4
- package/esm2022/lib/tooltip/tooltip.directive.mjs +4 -4
- 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 +3 -3
- package/esm2022/lib/utilities/border.directive.mjs +4 -4
- package/esm2022/lib/utilities/rounded.directive.mjs +4 -4
- package/esm2022/lib/utilities/shadow-on-scroll.directive.mjs +4 -4
- 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 +6 -6
- package/esm2022/lib/widget/widget-stat-c/widget-stat-c.component.mjs +7 -7
- package/esm2022/lib/widget/widget-stat-d/widget-stat-d.component.mjs +6 -6
- package/esm2022/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -6
- 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 +1345 -1295
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion/accordion.component.d.ts +4 -6
- package/lib/alert/alert.component.d.ts +8 -12
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -0
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +1 -2
- package/lib/collapse/collapse.directive.d.ts +13 -13
- package/lib/dropdown/dropdown/dropdown.component.d.ts +8 -12
- package/lib/form/form-check/form-check-input.directive.d.ts +4 -3
- package/lib/loading-button/loading-button.component.d.ts +4 -5
- package/lib/multi-select/multi-select/multi-select.component.d.ts +6 -3
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +3 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -5
- package/lib/placeholder/placeholder.directive.d.ts +3 -7
- package/lib/progress/progress-bar.component.d.ts +5 -46
- package/lib/progress/progress-bar.directive.d.ts +58 -0
- package/lib/progress/progress-stacked.component.d.ts +7 -0
- package/lib/progress/progress.component.d.ts +15 -6
- package/lib/progress/progress.module.d.ts +3 -1
- package/lib/progress/progress.type.d.ts +18 -0
- package/lib/progress/public_api.d.ts +3 -1
- package/lib/services/color-mode.service.d.ts +4 -2
- package/lib/services/public_api.d.ts +1 -1
- package/lib/sidebar/sidebar/sidebar.component.d.ts +13 -11
- package/lib/smart-pagination/smart-pagination.component.d.ts +4 -8
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +1 -0
- package/lib/smart-table/smart-table.type.d.ts +3 -2
- package/lib/tabs/tab-content/tab-content.component.d.ts +1 -0
- package/lib/tabs/tab-content-ref.directive.d.ts +4 -2
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -0
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -0
- package/lib/toast/toast/toast.component.d.ts +3 -2
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +9 -10
- package/package.json +3 -3
- package/esm2022/lib/progress/progress-bar.mjs +0 -2
- package/lib/progress/progress-bar.d.ts +0 -10
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
import { WritableSignal } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
export type ColorMode = 'light' | 'dark' | 'auto' | string | undefined;
|
|
3
4
|
export declare class ColorModeService {
|
|
4
5
|
#private;
|
|
5
6
|
readonly eventName: WritableSignal<string>;
|
|
6
7
|
readonly localStorageItemName: WritableSignal<string>;
|
|
7
8
|
readonly localStorageItemName$: import("rxjs").Observable<string>;
|
|
8
|
-
readonly colorMode: WritableSignal<
|
|
9
|
+
readonly colorMode: WritableSignal<ColorMode>;
|
|
9
10
|
readonly colorModeEffect: import("@angular/core").EffectRef;
|
|
10
11
|
constructor();
|
|
11
12
|
getStoredTheme(localStorageItemName: string): any;
|
|
12
13
|
setStoredTheme(localStorageItemName: string, colorMode: string): void;
|
|
13
14
|
getPreferredColorScheme(localStorageItemName: string): any;
|
|
14
|
-
|
|
15
|
+
getTheme(): string | undefined;
|
|
16
|
+
setTheme(colorMode: ColorMode): void;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColorModeService, never>;
|
|
16
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<ColorModeService>;
|
|
17
19
|
}
|
|
@@ -3,4 +3,4 @@ export { ListenersService, IListenersConfig } from './listeners.service';
|
|
|
3
3
|
export { ClassToggleService } from './class-toggle.service';
|
|
4
4
|
export { LocalStorageService } from './local-storage.service';
|
|
5
5
|
export { InMemoryStorageService } from './in-memory-storage.service';
|
|
6
|
-
export { ColorModeService } from './color-mode.service';
|
|
6
|
+
export { ColorModeService, ColorMode } from './color-mode.service';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
3
|
import { ISidebarAction, SidebarService } from '../sidebar.service';
|
|
5
4
|
import { SidebarBackdropService } from '../sidebar-backdrop/sidebar-backdrop.service';
|
|
@@ -11,10 +10,6 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
|
|
|
11
10
|
private breakpointObserver;
|
|
12
11
|
private sidebarService;
|
|
13
12
|
private backdropService;
|
|
14
|
-
static ngAcceptInputType_narrow: BooleanInput;
|
|
15
|
-
static ngAcceptInputType_overlaid: BooleanInput;
|
|
16
|
-
static ngAcceptInputType_unfoldable: BooleanInput;
|
|
17
|
-
static ngAcceptInputType_visible: BooleanInput;
|
|
18
13
|
state: ISidebarAction;
|
|
19
14
|
/**
|
|
20
15
|
* Sets if the color of text should be colored for a light or dark background. [docs]
|
|
@@ -31,15 +26,15 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
|
|
|
31
26
|
/**
|
|
32
27
|
* Make sidebar narrow. [docs]
|
|
33
28
|
* @type boolean
|
|
29
|
+
* @default false
|
|
34
30
|
*/
|
|
35
|
-
|
|
36
|
-
get narrow(): boolean;
|
|
31
|
+
narrow: boolean;
|
|
37
32
|
/**
|
|
38
33
|
* Set sidebar to overlaid variant.
|
|
39
34
|
* @type boolean
|
|
35
|
+
* @default false
|
|
40
36
|
*/
|
|
41
|
-
|
|
42
|
-
get overlaid(): boolean;
|
|
37
|
+
overlaid: boolean;
|
|
43
38
|
/**
|
|
44
39
|
* Components placement, there’s no default placement. [docs]
|
|
45
40
|
* @type 'start' | 'end'
|
|
@@ -56,11 +51,14 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
|
|
|
56
51
|
size?: 'sm' | 'lg' | 'xl';
|
|
57
52
|
/**
|
|
58
53
|
* Expand narrowed sidebar on hover. [docs]
|
|
54
|
+
* @type boolean
|
|
55
|
+
* @default false
|
|
59
56
|
*/
|
|
60
|
-
|
|
61
|
-
get unfoldable(): boolean;
|
|
57
|
+
unfoldable: boolean;
|
|
62
58
|
/**
|
|
63
59
|
* Toggle the visibility of sidebar component. [docs]
|
|
60
|
+
* @type boolean
|
|
61
|
+
* @default false
|
|
64
62
|
*/
|
|
65
63
|
set visible(value: boolean);
|
|
66
64
|
get visible(): boolean;
|
|
@@ -82,4 +80,8 @@ export declare class SidebarComponent implements OnChanges, OnDestroy, OnInit {
|
|
|
82
80
|
layoutChangeSubscribe(subscribe?: boolean): void;
|
|
83
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
84
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "c-sidebar", ["cSidebar"], { "colorScheme": { "alias": "colorScheme"; "required": false; }; "id": { "alias": "id"; "required": false; }; "narrow": { "alias": "narrow"; "required": false; }; "overlaid": { "alias": "overlaid"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "position": { "alias": "position"; "required": false; }; "size": { "alias": "size"; "required": false; }; "unfoldable": { "alias": "unfoldable"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, ["*"], true, never>;
|
|
83
|
+
static ngAcceptInputType_narrow: unknown;
|
|
84
|
+
static ngAcceptInputType_overlaid: unknown;
|
|
85
|
+
static ngAcceptInputType_unfoldable: unknown;
|
|
86
|
+
static ngAcceptInputType_visible: unknown;
|
|
85
87
|
}
|
|
@@ -1,20 +1,13 @@
|
|
|
1
1
|
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { NumberInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { ISmartPagination } from './smart-pagination.type';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class SmartPaginationComponent implements ISmartPagination {
|
|
6
|
-
static ngAcceptInputType_activePage: NumberInput;
|
|
7
|
-
static ngAcceptInputType_pages: NumberInput;
|
|
8
|
-
static ngAcceptInputType_limit: NumberInput;
|
|
9
|
-
constructor();
|
|
10
5
|
/**
|
|
11
6
|
* Current page number. [docs]
|
|
12
7
|
* @default 1
|
|
13
8
|
* @type number
|
|
14
9
|
*/
|
|
15
|
-
|
|
16
|
-
get activePage(): number;
|
|
17
|
-
private _activePage;
|
|
10
|
+
activePage: number;
|
|
18
11
|
/**
|
|
19
12
|
* Event triggered on activePage change.
|
|
20
13
|
* @type EventEmitter<number>
|
|
@@ -106,4 +99,7 @@ export declare class SmartPaginationComponent implements ISmartPagination {
|
|
|
106
99
|
setPage(page: number): void;
|
|
107
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
|
|
108
101
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": { "alias": "activePage"; "required": false; }; "arrows": { "alias": "arrows"; "required": false; }; "doubleArrows": { "alias": "doubleArrows"; "required": false; }; "dots": { "alias": "dots"; "required": false; }; "limit": { "alias": "limit"; "required": false; }; "pages": { "alias": "pages"; "required": false; }; "firstButton": { "alias": "firstButton"; "required": false; }; "lastButton": { "alias": "lastButton"; "required": false; }; "nextButton": { "alias": "nextButton"; "required": false; }; "previousButton": { "alias": "previousButton"; "required": false; }; "align": { "alias": "align"; "required": false; }; "size": { "alias": "size"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, { "activePageChange": "activePageChange"; }, never, never, true, never>;
|
|
102
|
+
static ngAcceptInputType_activePage: unknown;
|
|
103
|
+
static ngAcceptInputType_limit: unknown;
|
|
104
|
+
static ngAcceptInputType_pages: unknown;
|
|
109
105
|
}
|
|
@@ -61,6 +61,7 @@ export declare class SmartTableHeadComponent implements OnInit {
|
|
|
61
61
|
getAriaSort(column: IColumn | string): "ascending" | "descending" | null;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableHeadComponent, never>;
|
|
63
63
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartTableHeadComponent, "c-smart-table-head", never, { "columnFilter": { "alias": "columnFilter"; "required": false; }; "columnFilterState": { "alias": "columnFilterState"; "required": false; }; "columnSorter": { "alias": "columnSorter"; "required": false; }; "component": { "alias": "component"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "columnGroups": { "alias": "columnGroups"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selectAll": { "alias": "selectAll"; "required": false; }; "selectedAll": { "alias": "selectedAll"; "required": false; }; "showGroups": { "alias": "showGroups"; "required": false; }; "sorterValue": { "alias": "sorterValue"; "required": false; }; "columnFilterTemplates": { "alias": "columnFilterTemplates"; "required": false; }; "columnLabelTemplates": { "alias": "columnLabelTemplates"; "required": false; }; "summaryRowTemplate": { "alias": "summaryRowTemplate"; "required": false; }; }, { "columnFilterStateChange": "columnFilterStateChange"; "sorterStateChange": "sorterStateChange"; "selectAllChange": "selectAllChange"; }, never, never, true, never>;
|
|
64
|
+
static ngAcceptInputType_selectable: unknown;
|
|
64
65
|
static ngAcceptInputType_selectAll: unknown;
|
|
65
66
|
static ngAcceptInputType_showGroups: unknown;
|
|
66
67
|
}
|
|
@@ -53,7 +53,7 @@ export interface ISmartTable {
|
|
|
53
53
|
*
|
|
54
54
|
* Sorter can be customized, by passing prop as object with additional options as keys. Available options:
|
|
55
55
|
* - external (Boolean) - Disables automatic sorting inside component.
|
|
56
|
-
* -
|
|
56
|
+
* - resettable (Boolean) - If set to true clicking on sorter have three states: ascending, descending and null. That means that third click on sorter will reset sorting, and restore table to original order.
|
|
57
57
|
* @type boolean | Sorter
|
|
58
58
|
*/
|
|
59
59
|
columnSorter?: boolean | ISorter;
|
|
@@ -238,7 +238,7 @@ export interface IColumn {
|
|
|
238
238
|
_data?: any;
|
|
239
239
|
}
|
|
240
240
|
export interface IGroup {
|
|
241
|
-
children?: IGroup
|
|
241
|
+
children?: (IGroup | IColumn)[];
|
|
242
242
|
colspan?: number;
|
|
243
243
|
deep?: number;
|
|
244
244
|
group?: string;
|
|
@@ -262,6 +262,7 @@ export interface ITableHeaderCellProps {
|
|
|
262
262
|
}
|
|
263
263
|
export interface ISorter {
|
|
264
264
|
resetable?: boolean;
|
|
265
|
+
resettable?: boolean;
|
|
265
266
|
external?: boolean;
|
|
266
267
|
}
|
|
267
268
|
export interface IItem {
|
|
@@ -30,4 +30,5 @@ export declare class TabContentComponent implements AfterContentChecked, AfterCo
|
|
|
30
30
|
refreshTabPaneActive(idx: number): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentComponent, never>;
|
|
32
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<TabContentComponent, "c-tab-content", ["cTabContent"], { "activeTabPaneIdx": { "alias": "activeTabPaneIdx"; "required": false; }; }, { "activeTabPaneIdxChange": "activeTabPaneIdxChange"; }, ["panes"], ["*"], true, never>;
|
|
33
|
+
static ngAcceptInputType_activeTabPaneIdx: unknown;
|
|
33
34
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { TabService } from './tab.service';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class TabContentRefDirective implements OnChanges, OnDestroy {
|
|
6
5
|
private changeDetectorRef;
|
|
7
6
|
private tabService;
|
|
8
7
|
constructor(changeDetectorRef: ChangeDetectorRef, tabService: TabService);
|
|
9
|
-
static ngAcceptInputType_disabled: BooleanInput;
|
|
10
8
|
private tabServiceSubscription;
|
|
11
9
|
/**
|
|
12
10
|
* Template Ref
|
|
@@ -16,6 +14,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
|
|
|
16
14
|
/**
|
|
17
15
|
* Set active state of tab content
|
|
18
16
|
* @type boolean
|
|
17
|
+
* @default false
|
|
19
18
|
*/
|
|
20
19
|
set active(value: boolean);
|
|
21
20
|
get active(): boolean;
|
|
@@ -46,4 +45,7 @@ export declare class TabContentRefDirective implements OnChanges, OnDestroy {
|
|
|
46
45
|
subscribeTabService(subscribe?: boolean): void;
|
|
47
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentRefDirective, never>;
|
|
48
47
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentRefDirective, "[cTabContent]", never, { "tabContentRef": { "alias": "cTabContent"; "required": false; }; "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "tabPaneIdx": { "alias": "tabPaneIdx"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
|
+
static ngAcceptInputType_active: unknown;
|
|
49
|
+
static ngAcceptInputType_disabled: unknown;
|
|
50
|
+
static ngAcceptInputType_tabPaneIdx: unknown;
|
|
49
51
|
}
|
|
@@ -37,4 +37,6 @@ export declare class TimePickerRollAmPmComponent implements OnChanges, AfterView
|
|
|
37
37
|
handleElementKeyDown($event: KeyboardEvent, element: IDayPeriod): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollAmPmComponent, never>;
|
|
39
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollAmPmComponent, "c-time-picker-roll-am-pm", never, { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
40
|
+
static ngAcceptInputType_disabled: unknown;
|
|
41
|
+
static ngAcceptInputType_refresh: unknown;
|
|
40
42
|
}
|
|
@@ -36,4 +36,6 @@ export declare class TimePickerRollColComponent implements ITimePickerRollCol, O
|
|
|
36
36
|
handleElementKeyDown($event: KeyboardEvent, element: ITimeValue): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerRollColComponent, never>;
|
|
38
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerRollColComponent, "c-time-picker-roll-col", ["cTimePickerRollCol"], { "disabled": { "alias": "disabled"; "required": false; }; "elements": { "alias": "elements"; "required": false; }; "onClick": { "alias": "onClick"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
39
|
+
static ngAcceptInputType_disabled: unknown;
|
|
40
|
+
static ngAcceptInputType_refresh: unknown;
|
|
39
41
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
2
|
import { Colors } from '../../coreui.types';
|
|
4
3
|
import { ToasterService } from '../toaster/toaster.service';
|
|
5
4
|
import { TToasterPlacement } from '../toaster/toaster.component';
|
|
@@ -10,7 +9,6 @@ export declare class ToastComponent implements OnInit, OnDestroy {
|
|
|
10
9
|
renderer: Renderer2;
|
|
11
10
|
toasterService: ToasterService;
|
|
12
11
|
changeDetectorRef: ChangeDetectorRef;
|
|
13
|
-
static ngAcceptInputType_visible: BooleanInput;
|
|
14
12
|
dynamic: boolean;
|
|
15
13
|
placement: TToasterPlacement;
|
|
16
14
|
constructor(hostElement: ElementRef, renderer: Renderer2, toasterService: ToasterService, changeDetectorRef: ChangeDetectorRef);
|
|
@@ -75,5 +73,8 @@ export declare class ToastComponent implements OnInit, OnDestroy {
|
|
|
75
73
|
clearClock(): void;
|
|
76
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
|
|
77
75
|
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "c-toast", ["cToast"], { "autohide": { "alias": "autohide"; "required": false; }; "color": { "alias": "color"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "fade": { "alias": "fade"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, { "visibleChange": "visibleChange"; "timer": "timer"; }, never, ["*"], true, never>;
|
|
76
|
+
static ngAcceptInputType_delay: unknown;
|
|
77
|
+
static ngAcceptInputType_visible: unknown;
|
|
78
|
+
static ngAcceptInputType_index: unknown;
|
|
78
79
|
}
|
|
79
80
|
export {};
|
|
@@ -23,30 +23,29 @@ export declare class WidgetStatCComponent extends CardComponent implements After
|
|
|
23
23
|
* Invert colors from their default dark shade.
|
|
24
24
|
* @type boolean
|
|
25
25
|
*/
|
|
26
|
-
inverse:
|
|
26
|
+
inverse: boolean;
|
|
27
27
|
templates: any;
|
|
28
28
|
contentTemplates: QueryList<TemplateIdDirective>;
|
|
29
29
|
get hostExtendedClass(): {
|
|
30
|
-
'text-white':
|
|
30
|
+
'text-white': boolean;
|
|
31
31
|
};
|
|
32
32
|
get titleClasses(): {
|
|
33
|
-
[x: string]:
|
|
33
|
+
[x: string]: boolean;
|
|
34
34
|
'text-body-secondary': boolean;
|
|
35
|
-
'text-white':
|
|
36
|
-
'text-opacity-75':
|
|
35
|
+
'text-white': boolean;
|
|
36
|
+
'text-opacity-75': boolean;
|
|
37
37
|
};
|
|
38
38
|
get valueClasses(): {
|
|
39
|
-
'text-
|
|
39
|
+
'text-opacity-75': boolean;
|
|
40
40
|
'text-body-secondary': boolean;
|
|
41
|
-
'text-white':
|
|
42
|
-
'text-opacity-75': string | boolean;
|
|
41
|
+
'text-white': boolean;
|
|
43
42
|
'fs-4': boolean;
|
|
44
43
|
'fw-semibold': boolean;
|
|
45
44
|
};
|
|
46
45
|
get iconClasses(): {
|
|
47
46
|
'text-body-secondary': boolean;
|
|
48
|
-
'text-white':
|
|
49
|
-
'text-opacity-75':
|
|
47
|
+
'text-white': boolean;
|
|
48
|
+
'text-opacity-75': boolean;
|
|
50
49
|
'mb-4': boolean;
|
|
51
50
|
'text-end': boolean;
|
|
52
51
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-next.16",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
5
|
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@angular/core": "^17.0.0",
|
|
29
29
|
"@angular/forms": "^17.0.0",
|
|
30
30
|
"@angular/router": "^17.0.0",
|
|
31
|
-
"@coreui/coreui-pro": "~5.0.0-
|
|
32
|
-
"@coreui/icons-angular": "~4.7.3 || ^5.0.0-
|
|
31
|
+
"@coreui/coreui-pro": "~5.0.0-0 || ~5.0.0",
|
|
32
|
+
"@coreui/icons-angular": "~4.7.3 || ^5.0.0-0 || ~5.0.0",
|
|
33
33
|
"rxjs": "^7.8.1"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZ3Jlc3MtYmFyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29yZXVpLWFuZ3VsYXIvc3JjL2xpYi9wcm9ncmVzcy9wcm9ncmVzcy1iYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgSVN0YWNrZWRCYXIge1xuICB2YWx1ZTogbnVtYmVyO1xuICBjb2xvcj86IHN0cmluZztcbiAgbGFiZWw/OiBzdHJpbmc7XG4gIGFuaW1hdGVkPzogYm9vbGVhbjtcbiAgc3RyaXBlZD86IGJvb2xlYW47XG4gIHByZWNpc2lvbj86IG51bWJlcjtcbiAgbWluPzogbnVtYmVyO1xuICBtYXg/OiBudW1iZXI7XG59XG4iXX0=
|