@coreui/angular-pro 4.3.11 → 4.4.0-next.0
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/esm2020/lib/accordion/accordion/accordion.component.mjs +4 -4
- package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +4 -3
- package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +27 -25
- package/esm2020/lib/accordion/accordion.module.mjs +11 -9
- package/esm2020/lib/alert/alert-heading.directive.mjs +4 -3
- package/esm2020/lib/alert/alert-link.directive.mjs +4 -3
- package/esm2020/lib/alert/alert.component.mjs +26 -26
- package/esm2020/lib/alert/alert.module.mjs +9 -8
- package/esm2020/lib/avatar/avatar.component.mjs +4 -3
- package/esm2020/lib/avatar/avatar.module.mjs +8 -7
- package/esm2020/lib/badge/badge.component.mjs +3 -3
- package/esm2020/lib/badge/badge.module.mjs +8 -7
- package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +8 -5
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -5
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +21 -10
- package/esm2020/lib/button/button-close.directive.mjs +4 -3
- package/esm2020/lib/button/button.directive.mjs +4 -3
- package/esm2020/lib/button/button.module.mjs +7 -7
- package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -2
- package/esm2020/lib/button-group/button-group.module.mjs +6 -16
- package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -2
- package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar/calendar.component.mjs +7 -7
- package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +32 -22
- package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +4 -3
- package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +5 -4
- package/esm2020/lib/calendar/calendar.module.mjs +13 -10
- package/esm2020/lib/callout/callout.component.mjs +3 -3
- package/esm2020/lib/callout/callout.module.mjs +8 -5
- package/esm2020/lib/card/card-body.component.mjs +4 -3
- package/esm2020/lib/card/card-footer.component.mjs +5 -4
- package/esm2020/lib/card/card-group.component.mjs +4 -3
- package/esm2020/lib/card/card-header-actions.component.mjs +3 -2
- package/esm2020/lib/card/card-header.component.mjs +4 -3
- package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
- package/esm2020/lib/card/card-img.directive.mjs +4 -3
- package/esm2020/lib/card/card-link.directive.mjs +4 -3
- package/esm2020/lib/card/card-subtitle.directive.mjs +4 -3
- package/esm2020/lib/card/card-text.directive.mjs +4 -3
- package/esm2020/lib/card/card-title.directive.mjs +4 -3
- package/esm2020/lib/card/card.component.mjs +4 -3
- package/esm2020/lib/card/card.module.mjs +17 -10
- package/esm2020/lib/carousel/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +4 -3
- package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +4 -3
- package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +5 -5
- package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +4 -3
- package/esm2020/lib/carousel/carousel.module.mjs +17 -9
- package/esm2020/lib/collapse/collapse.directive.mjs +4 -3
- package/esm2020/lib/collapse/collapse.module.mjs +6 -4
- package/esm2020/lib/date-picker/date-picker.component.mjs +14 -10
- package/esm2020/lib/date-picker/date-picker.module.mjs +9 -8
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +36 -26
- package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +6 -5
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +6 -5
- package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +4 -3
- package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +6 -7
- package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +5 -6
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +6 -7
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +4 -3
- package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -2
- package/esm2020/lib/dropdown/dropdown.module.mjs +17 -20
- package/esm2020/lib/element-cover/element-cover.component.mjs +5 -4
- package/esm2020/lib/element-cover/element-cover.module.mjs +9 -8
- package/esm2020/lib/footer/footer.component.mjs +3 -2
- package/esm2020/lib/footer/footer.module.mjs +6 -12
- package/esm2020/lib/form/form/form.directive.mjs +4 -3
- package/esm2020/lib/form/form-check/form-check-input.directive.mjs +4 -3
- package/esm2020/lib/form/form-check/form-check-label.directive.mjs +5 -4
- package/esm2020/lib/form/form-check/form-check.component.mjs +4 -3
- package/esm2020/lib/form/form-control/form-control.directive.mjs +4 -3
- package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +4 -3
- package/esm2020/lib/form/form-floating/form-floating.directive.mjs +4 -3
- package/esm2020/lib/form/form-label/form-label.directive.mjs +4 -3
- package/esm2020/lib/form/form-select/form-select.directive.mjs +4 -3
- package/esm2020/lib/form/form-text/form-text.directive.mjs +6 -6
- package/esm2020/lib/form/form.module.mjs +22 -17
- package/esm2020/lib/form/input-group/input-group.component.mjs +3 -2
- package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +4 -3
- package/esm2020/lib/grid/col.component.mjs +3 -3
- package/esm2020/lib/grid/col.directive.mjs +4 -3
- package/esm2020/lib/grid/container.component.mjs +3 -3
- package/esm2020/lib/grid/grid.module.mjs +24 -19
- package/esm2020/lib/grid/gutter.directive.mjs +4 -3
- package/esm2020/lib/grid/row.component.mjs +3 -3
- package/esm2020/lib/grid/row.directive.mjs +4 -3
- package/esm2020/lib/header/header/header.component.mjs +4 -3
- package/esm2020/lib/header/header-brand/header-brand.component.mjs +4 -3
- package/esm2020/lib/header/header-divider/header-divider.component.mjs +4 -3
- package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
- package/esm2020/lib/header/header-text/header-text.component.mjs +3 -2
- package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +4 -3
- package/esm2020/lib/header/header.module.mjs +13 -8
- package/esm2020/lib/image/img.directive.mjs +4 -3
- package/esm2020/lib/image/img.module.mjs +5 -11
- package/esm2020/lib/list-group/list-group-item.directive.mjs +4 -3
- package/esm2020/lib/list-group/list-group.directive.mjs +4 -3
- package/esm2020/lib/list-group/list-group.module.mjs +5 -11
- package/esm2020/lib/loading-button/loading-button.component.mjs +5 -5
- package/esm2020/lib/loading-button/loading-button.module.mjs +6 -5
- package/esm2020/lib/modal/modal/modal.component.mjs +5 -5
- package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
- package/esm2020/lib/modal/modal-content/modal-content.component.mjs +5 -5
- package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +4 -3
- package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -2
- package/esm2020/lib/modal/modal-header/modal-header.component.mjs +4 -5
- package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +4 -3
- package/esm2020/lib/modal/modal.module.mjs +26 -24
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +11 -10
- package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +4 -4
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +4 -5
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +6 -5
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +4 -3
- package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +4 -3
- package/esm2020/lib/multi-select/multi-select.module.mjs +26 -6
- package/esm2020/lib/nav/nav-item.component.mjs +3 -3
- package/esm2020/lib/nav/nav-link.directive.mjs +4 -3
- package/esm2020/lib/nav/nav.component.mjs +3 -5
- package/esm2020/lib/nav/nav.module.mjs +20 -6
- package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +4 -3
- package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -2
- package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -2
- package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +4 -3
- package/esm2020/lib/navbar/navbar.component.mjs +5 -4
- package/esm2020/lib/navbar/navbar.module.mjs +17 -14
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +29 -28
- package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +7 -3
- package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +4 -3
- package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +4 -3
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +18 -15
- package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2020/lib/pagination/page-item/page-item.directive.mjs +4 -3
- package/esm2020/lib/pagination/page-link/page-link.directive.mjs +4 -3
- package/esm2020/lib/pagination/pagination/pagination.component.mjs +4 -3
- package/esm2020/lib/pagination/pagination.module.mjs +17 -15
- package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +7 -6
- package/esm2020/lib/placeholder/placeholder.directive.mjs +4 -3
- package/esm2020/lib/placeholder/placeholder.module.mjs +7 -7
- package/esm2020/lib/popover/popover/popover.component.mjs +4 -3
- package/esm2020/lib/popover/popover.directive.mjs +4 -3
- package/esm2020/lib/popover/popover.module.mjs +10 -9
- package/esm2020/lib/progress/progress-bar.component.mjs +4 -3
- package/esm2020/lib/progress/progress.component.mjs +4 -3
- package/esm2020/lib/progress/progress.module.mjs +11 -5
- package/esm2020/lib/shared/html-attr.directive.mjs +4 -3
- package/esm2020/lib/shared/shared.module.mjs +6 -17
- package/esm2020/lib/shared/template-id.directive.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -2
- package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -5
- package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +7 -3
- package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +8 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +5 -6
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +26 -17
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -2
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +77 -77
- package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +4 -3
- package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -2
- package/esm2020/lib/sidebar/sidebar.module.mjs +32 -23
- package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +5 -5
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +9 -8
- package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +69 -35
- package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +6 -5
- package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +4 -4
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +5 -5
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +39 -17
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +12 -6
- package/esm2020/lib/smart-table/smart-table.module.mjs +23 -18
- package/esm2020/lib/spinner/spinner.component.mjs +3 -3
- package/esm2020/lib/spinner/spinner.module.mjs +10 -9
- package/esm2020/lib/table/table-active.directive.mjs +4 -3
- package/esm2020/lib/table/table-color.directive.mjs +4 -3
- package/esm2020/lib/table/table.directive.mjs +4 -3
- package/esm2020/lib/table/table.module.mjs +8 -8
- package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -2
- package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +13 -11
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +7 -5
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +7 -5
- package/esm2020/lib/time-picker/time-picker.component.mjs +43 -24
- package/esm2020/lib/time-picker/time-picker.module.mjs +23 -22
- package/esm2020/lib/toast/toast/toast.component.mjs +4 -4
- package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
- package/esm2020/lib/toast/toast-close.directive.mjs +4 -3
- package/esm2020/lib/toast/toast-header/toast-header.component.mjs +6 -5
- package/esm2020/lib/toast/toast.module.mjs +25 -16
- package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +4 -3
- package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -4
- package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.directive.mjs +4 -3
- package/esm2020/lib/tooltip/tooltip.module.mjs +11 -10
- package/esm2020/lib/utilities/align.directive.mjs +4 -3
- package/esm2020/lib/utilities/bg-color.directive.mjs +4 -3
- package/esm2020/lib/utilities/border.directive.mjs +4 -3
- package/esm2020/lib/utilities/rounded.directive.mjs +4 -3
- package/esm2020/lib/utilities/text-color.directive.mjs +4 -3
- package/esm2020/lib/utilities/utilities.module.mjs +7 -7
- package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +9 -5
- package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +5 -5
- package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +5 -5
- package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +8 -10
- package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -6
- package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +5 -5
- package/esm2020/lib/widget/widget.module.mjs +18 -12
- package/fesm2015/coreui-angular-pro.mjs +3747 -3447
- package/fesm2015/coreui-angular-pro.mjs.map +1 -1
- package/fesm2020/coreui-angular-pro.mjs +3743 -3440
- package/fesm2020/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion/accordion.component.d.ts +2 -2
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +1 -1
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +13 -13
- package/lib/accordion/accordion.module.d.ts +4 -4
- package/lib/alert/alert-heading.directive.d.ts +1 -1
- package/lib/alert/alert-link.directive.d.ts +1 -1
- package/lib/alert/alert.component.d.ts +22 -22
- package/lib/alert/alert.module.d.ts +5 -5
- package/lib/avatar/avatar.component.d.ts +1 -1
- package/lib/avatar/avatar.module.d.ts +3 -3
- package/lib/badge/badge.component.d.ts +1 -1
- package/lib/badge/badge.module.d.ts +3 -3
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +1 -1
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +3 -3
- package/lib/breadcrumb/breadcrumb.module.d.ts +5 -5
- package/lib/button/button-close.directive.d.ts +1 -1
- package/lib/button/button.directive.d.ts +1 -1
- package/lib/button/button.module.d.ts +4 -4
- package/lib/button-group/button-group/button-group.component.d.ts +1 -1
- package/lib/button-group/button-group.module.d.ts +4 -4
- package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +1 -1
- package/lib/calendar/calendar/calendar-class-view.pipe.d.ts +1 -1
- package/lib/calendar/calendar/calendar.component.d.ts +2 -2
- package/lib/calendar/calendar-month/calendar-class-day.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-class-month.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-class-year.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day-title.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day.directive.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-day.pipe.d.ts +1 -1
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +2 -2
- package/lib/calendar/calendar-month/calendar-weekday.pipe.d.ts +1 -1
- package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +1 -1
- package/lib/calendar/calendar.module.d.ts +14 -14
- package/lib/callout/callout.component.d.ts +1 -1
- package/lib/callout/callout.module.d.ts +3 -3
- package/lib/card/card-body.component.d.ts +1 -1
- package/lib/card/card-footer.component.d.ts +1 -1
- package/lib/card/card-group.component.d.ts +1 -1
- package/lib/card/card-header-actions.component.d.ts +1 -1
- package/lib/card/card-header.component.d.ts +1 -1
- package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +1 -1
- package/lib/card/card-img.directive.d.ts +1 -1
- package/lib/card/card-link.directive.d.ts +1 -1
- package/lib/card/card-subtitle.directive.d.ts +1 -1
- package/lib/card/card-text.directive.d.ts +1 -1
- package/lib/card/card-title.directive.d.ts +1 -1
- package/lib/card/card.component.d.ts +1 -1
- package/lib/card/card.module.d.ts +14 -14
- package/lib/carousel/carousel/carousel.component.d.ts +1 -1
- package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +1 -1
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +1 -1
- package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +2 -2
- package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +4 -4
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +2 -2
- package/lib/carousel/carousel.module.d.ts +8 -8
- package/lib/collapse/collapse.directive.d.ts +1 -1
- package/lib/collapse/collapse.module.d.ts +3 -3
- package/lib/date-picker/date-picker.component.d.ts +1 -1
- package/lib/date-picker/date-picker.module.d.ts +11 -11
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +2 -2
- package/lib/date-range-picker/date-range-picker.module.d.ts +9 -9
- package/lib/dropdown/dropdown/dropdown.component.d.ts +2 -2
- package/lib/dropdown/dropdown-close/dropdown-close.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +1 -2
- package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +1 -2
- package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +1 -2
- package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +1 -1
- package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +1 -1
- package/lib/dropdown/dropdown.module.d.ts +9 -9
- package/lib/element-cover/element-cover.component.d.ts +1 -1
- package/lib/element-cover/element-cover.module.d.ts +4 -4
- package/lib/footer/footer.component.d.ts +1 -1
- package/lib/footer/footer.module.d.ts +3 -3
- package/lib/form/form/form.directive.d.ts +1 -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 +1 -1
- package/lib/form/form-check/form-check.component.d.ts +1 -1
- package/lib/form/form-control/form-control.directive.d.ts +1 -1
- package/lib/form/form-feedback/form-feedback.component.d.ts +1 -1
- package/lib/form/form-floating/form-floating.directive.d.ts +1 -1
- package/lib/form/form-label/form-label.directive.d.ts +1 -1
- package/lib/form/form-select/form-select.directive.d.ts +1 -1
- package/lib/form/form-text/form-text.directive.d.ts +1 -2
- package/lib/form/form.module.d.ts +14 -14
- package/lib/form/input-group/input-group.component.d.ts +1 -1
- package/lib/form/input-group-text/input-group-text.directive.d.ts +1 -1
- package/lib/grid/col.component.d.ts +1 -1
- package/lib/grid/col.directive.d.ts +1 -1
- package/lib/grid/container.component.d.ts +1 -1
- package/lib/grid/grid.module.d.ts +8 -8
- package/lib/grid/gutter.directive.d.ts +1 -1
- package/lib/grid/row.component.d.ts +1 -1
- package/lib/grid/row.directive.d.ts +1 -1
- package/lib/header/header/header.component.d.ts +1 -1
- package/lib/header/header-brand/header-brand.component.d.ts +1 -1
- package/lib/header/header-divider/header-divider.component.d.ts +1 -1
- package/lib/header/header-nav/header-nav.component.d.ts +1 -1
- package/lib/header/header-text/header-text.component.d.ts +1 -1
- package/lib/header/header-toggler/header-toggler.directive.d.ts +1 -1
- package/lib/header/header.module.d.ts +8 -8
- package/lib/image/img.directive.d.ts +1 -1
- package/lib/image/img.module.d.ts +3 -3
- package/lib/list-group/list-group-item.directive.d.ts +1 -1
- package/lib/list-group/list-group.directive.d.ts +1 -1
- package/lib/list-group/list-group.module.d.ts +4 -4
- package/lib/loading-button/loading-button.component.d.ts +2 -2
- package/lib/loading-button/loading-button.module.d.ts +3 -3
- package/lib/modal/modal/modal.component.d.ts +1 -1
- package/lib/modal/modal-body/modal-body.component.d.ts +1 -1
- package/lib/modal/modal-content/modal-content.component.d.ts +1 -2
- package/lib/modal/modal-dialog/modal-dialog.component.d.ts +1 -1
- package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +1 -1
- package/lib/modal/modal-footer/modal-footer.component.d.ts +1 -1
- package/lib/modal/modal-header/modal-header.component.d.ts +1 -1
- package/lib/modal/modal-title/modal-title.directive.d.ts +1 -1
- package/lib/modal/modal.module.d.ts +11 -11
- package/lib/multi-select/multi-select/multi-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +1 -1
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -2
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +2 -2
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +1 -1
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +2 -2
- package/lib/multi-select/multi-select.module.d.ts +12 -12
- package/lib/nav/nav-item.component.d.ts +1 -1
- package/lib/nav/nav-link.directive.d.ts +1 -1
- package/lib/nav/nav.component.d.ts +1 -1
- package/lib/nav/nav.module.d.ts +5 -5
- package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +1 -1
- package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +1 -1
- package/lib/navbar/navbar-text/navbar-text.component.d.ts +1 -1
- package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +1 -1
- package/lib/navbar/navbar.component.d.ts +1 -1
- package/lib/navbar/navbar.module.d.ts +7 -7
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +15 -15
- package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +1 -1
- package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +1 -1
- package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +1 -1
- package/lib/offcanvas/offcanvas.module.d.ts +8 -8
- package/lib/pagination/page-item/page-item.component.d.ts +1 -1
- package/lib/pagination/page-item/page-item.directive.d.ts +1 -1
- package/lib/pagination/page-link/page-link.directive.d.ts +1 -1
- package/lib/pagination/pagination/pagination.component.d.ts +1 -1
- package/lib/pagination/pagination.module.d.ts +3 -3
- package/lib/placeholder/placeholder-animation.directive.d.ts +2 -2
- package/lib/placeholder/placeholder.directive.d.ts +1 -1
- package/lib/placeholder/placeholder.module.d.ts +4 -4
- package/lib/popover/popover/popover.component.d.ts +1 -1
- package/lib/popover/popover.directive.d.ts +1 -1
- package/lib/popover/popover.module.d.ts +4 -4
- package/lib/progress/progress-bar.component.d.ts +1 -1
- package/lib/progress/progress.component.d.ts +1 -1
- package/lib/progress/progress.module.d.ts +4 -4
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/shared.module.d.ts +4 -4
- package/lib/shared/template-id.directive.d.ts +1 -1
- package/lib/sidebar/sidebar/sidebar.component.d.ts +1 -1
- package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +1 -1
- package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +1 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +1 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +2 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +2 -2
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +21 -21
- package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +1 -1
- package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +1 -1
- package/lib/sidebar/sidebar.module.d.ts +19 -19
- package/lib/smart-pagination/smart-pagination.component.d.ts +2 -2
- package/lib/smart-pagination/smart-pagination.module.d.ts +4 -4
- package/lib/smart-table/smart-table/smart-table.component.d.ts +3 -3
- package/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/filter-input.directive.d.ts +1 -1
- package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +1 -1
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +2 -2
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +1 -1
- package/lib/smart-table/smart-table.module.d.ts +17 -17
- package/lib/spinner/spinner.component.d.ts +1 -1
- package/lib/spinner/spinner.module.d.ts +3 -4
- package/lib/table/table-active.directive.d.ts +1 -1
- package/lib/table/table-color.directive.d.ts +1 -1
- package/lib/table/table.directive.d.ts +1 -1
- package/lib/table/table.module.d.ts +5 -5
- package/lib/tabs/tab-content/tab-content.component.d.ts +1 -1
- package/lib/tabs/tab-content-ref.directive.d.ts +1 -1
- package/lib/tabs/tab-pane/tab-pane.component.d.ts +1 -1
- package/lib/tabs/tabs.module.d.ts +4 -4
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.d.ts +2 -2
- package/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.d.ts +2 -2
- package/lib/time-picker/time-picker.component.d.ts +2 -2
- package/lib/time-picker/time-picker.module.d.ts +9 -9
- package/lib/toast/toast/toast.component.d.ts +1 -1
- package/lib/toast/toast-body/toast-body.component.d.ts +1 -1
- package/lib/toast/toast-close.directive.d.ts +1 -1
- package/lib/toast/toast-header/toast-header.component.d.ts +1 -1
- package/lib/toast/toast.module.d.ts +8 -8
- package/lib/toast/toaster/toaster-host.directive.d.ts +1 -1
- package/lib/toast/toaster/toaster.component.d.ts +1 -1
- package/lib/tooltip/tooltip/tooltip.component.d.ts +1 -1
- package/lib/tooltip/tooltip.directive.d.ts +1 -1
- package/lib/tooltip/tooltip.module.d.ts +4 -4
- package/lib/utilities/align.directive.d.ts +1 -1
- package/lib/utilities/bg-color.directive.d.ts +1 -1
- package/lib/utilities/border.directive.d.ts +1 -1
- package/lib/utilities/rounded.directive.d.ts +1 -1
- package/lib/utilities/text-color.directive.d.ts +1 -1
- package/lib/utilities/utilities.module.d.ts +7 -7
- package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +1 -1
- package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +1 -1
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +1 -1
- package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +2 -2
- package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +1 -1
- package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +1 -1
- package/lib/widget/widget.module.d.ts +10 -10
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./bg-color.directive";
|
|
4
|
+
import * as i3 from "./border.directive";
|
|
5
|
+
import * as i4 from "./rounded.directive";
|
|
6
|
+
import * as i5 from "./text-color.directive";
|
|
7
|
+
import * as i6 from "./align.directive";
|
|
8
8
|
export declare class UtilitiesModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, never, [typeof i1.CommonModule, typeof i2.BgColorDirective, typeof i3.BorderDirective, typeof i4.RoundedDirective, typeof i5.TextColorDirective, typeof i6.AlignDirective], [typeof i2.BgColorDirective, typeof i3.BorderDirective, typeof i4.RoundedDirective, typeof i5.TextColorDirective, typeof i6.AlignDirective]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<UtilitiesModule>;
|
|
12
12
|
}
|
|
@@ -33,5 +33,5 @@ export declare class WidgetStatAComponent implements AfterContentInit {
|
|
|
33
33
|
};
|
|
34
34
|
ngAfterContentInit(): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatAComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatAComponent, "c-widget-stat-a", ["cWidgetStatA"], { "color": "color"; "title": "title"; "value": "value"; }, {}, ["contentTemplates"], [".chart-wrapper", "*"],
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatAComponent, "c-widget-stat-a", ["cWidgetStatA"], { "color": "color"; "title": "title"; "value": "value"; }, {}, ["contentTemplates"], [".chart-wrapper", "*"], true, never>;
|
|
37
37
|
}
|
|
@@ -43,5 +43,5 @@ export declare class WidgetStatBComponent extends CardComponent {
|
|
|
43
43
|
'text-high-emphasis-inverse': boolean;
|
|
44
44
|
};
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatBComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatBComponent, "c-widget-stat-b", ["cWidgetStatB"], { "color": "color"; "textColor": "textColor"; "title": "title"; "text": "text"; "value": "value"; "inverse": "inverse"; }, {}, never, ["*"],
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatBComponent, "c-widget-stat-b", ["cWidgetStatB"], { "color": "color"; "textColor": "textColor"; "title": "title"; "text": "text"; "value": "value"; "inverse": "inverse"; }, {}, never, ["*"], true, never>;
|
|
47
47
|
}
|
|
@@ -54,5 +54,5 @@ export declare class WidgetStatCComponent extends CardComponent implements After
|
|
|
54
54
|
};
|
|
55
55
|
ngAfterContentInit(): void;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatCComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatCComponent, "c-widget-stat-c", ["cWidgetStatC"], { "icon": "icon"; "title": "title"; "value": "value"; "inverse": "inverse"; }, {}, ["contentTemplates"], ["*"],
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatCComponent, "c-widget-stat-c", ["cWidgetStatC"], { "icon": "icon"; "title": "title"; "value": "value"; "inverse": "inverse"; }, {}, ["contentTemplates"], ["*"], true, never>;
|
|
58
58
|
}
|
|
@@ -5,6 +5,7 @@ export type WidgetStatDValue = {
|
|
|
5
5
|
value?: number | string;
|
|
6
6
|
};
|
|
7
7
|
export declare class WidgetStatDComponent {
|
|
8
|
+
constructor();
|
|
8
9
|
/**
|
|
9
10
|
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
10
11
|
* @type Colors
|
|
@@ -15,7 +16,6 @@ export declare class WidgetStatDComponent {
|
|
|
15
16
|
* @type WidgetStatDValue
|
|
16
17
|
*/
|
|
17
18
|
values?: WidgetStatDValue[];
|
|
18
|
-
constructor();
|
|
19
19
|
get hostClasses(): {
|
|
20
20
|
card: boolean;
|
|
21
21
|
};
|
|
@@ -27,5 +27,5 @@ export declare class WidgetStatDComponent {
|
|
|
27
27
|
'align-items-center': boolean;
|
|
28
28
|
};
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatDComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatDComponent, "c-widget-stat-d", ["cWidgetStatD"], { "color": "color"; "values": "values"; }, {}, never, ["*"],
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatDComponent, "c-widget-stat-d", ["cWidgetStatD"], { "color": "color"; "values": "values"; }, {}, never, ["*"], true, never>;
|
|
31
31
|
}
|
|
@@ -20,5 +20,5 @@ export declare class WidgetStatEComponent extends CardComponent {
|
|
|
20
20
|
'fw-semibold': boolean;
|
|
21
21
|
};
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatEComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatEComponent, "c-widget-stat-e", ["cWidgetStatE"], { "title": "title"; "value": "value"; }, {}, never, ["*"],
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatEComponent, "c-widget-stat-e", ["cWidgetStatE"], { "title": "title"; "value": "value"; }, {}, never, ["*"], true, never>;
|
|
24
24
|
}
|
|
@@ -73,5 +73,5 @@ export declare class WidgetStatFComponent implements AfterContentInit {
|
|
|
73
73
|
};
|
|
74
74
|
ngAfterContentInit(): void;
|
|
75
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatFComponent, never>;
|
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatFComponent, "c-widget-stat-f", ["cWidgetStatB"], { "color": "color"; "textColor": "textColor"; "footer": "footer"; "icon": "icon"; "padding": "padding"; "title": "title"; "value": "value"; }, {}, ["contentTemplates"], never,
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatFComponent, "c-widget-stat-f", ["cWidgetStatB"], { "color": "color"; "textColor": "textColor"; "footer": "footer"; "icon": "icon"; "padding": "padding"; "title": "title"; "value": "value"; }, {}, ["contentTemplates"], never, true, never>;
|
|
77
77
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "./widget-stat-
|
|
6
|
-
import * as i5 from "./widget-stat-
|
|
7
|
-
import * as i6 from "./widget-stat-
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "
|
|
10
|
-
import * as i9 from "
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "../card/card.module";
|
|
4
|
+
import * as i3 from "../grid/grid.module";
|
|
5
|
+
import * as i4 from "./widget-stat-a/widget-stat-a.component";
|
|
6
|
+
import * as i5 from "./widget-stat-b/widget-stat-b.component";
|
|
7
|
+
import * as i6 from "./widget-stat-c/widget-stat-c.component";
|
|
8
|
+
import * as i7 from "./widget-stat-d/widget-stat-d.component";
|
|
9
|
+
import * as i8 from "./widget-stat-e/widget-stat-e.component";
|
|
10
|
+
import * as i9 from "./widget-stat-f/widget-stat-f.component";
|
|
11
11
|
export declare class WidgetModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, [typeof i1.
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, never, [typeof i1.CommonModule, typeof i2.CardModule, typeof i3.GridModule, typeof i4.WidgetStatAComponent, typeof i5.WidgetStatBComponent, typeof i6.WidgetStatCComponent, typeof i7.WidgetStatDComponent, typeof i8.WidgetStatEComponent, typeof i9.WidgetStatFComponent], [typeof i4.WidgetStatAComponent, typeof i5.WidgetStatBComponent, typeof i6.WidgetStatCComponent, typeof i7.WidgetStatDComponent, typeof i8.WidgetStatEComponent, typeof i9.WidgetStatFComponent]>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<WidgetModule>;
|
|
15
15
|
}
|
package/package.json
CHANGED