@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
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class AccordionService {
|
|
4
4
|
items: AccordionItemComponent[];
|
|
5
5
|
alwaysOpen: boolean;
|
|
6
|
-
constructor();
|
|
7
6
|
addItem(item: AccordionItemComponent): void;
|
|
8
7
|
removeItem(item: AccordionItemComponent): void;
|
|
9
8
|
toggleItem(item: AccordionItemComponent): void;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AlertHeadingDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
|
-
constructor();
|
|
5
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertHeadingDirective, never>;
|
|
6
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AlertHeadingDirective, "[cAlertHeading]", never, {}, {}, never, never, true, never>;
|
|
7
5
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AlertLinkDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
|
-
constructor();
|
|
5
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlertLinkDirective, never>;
|
|
6
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AlertLinkDirective, "[cAlertLink]", never, {}, {}, never, never, true, never>;
|
|
7
5
|
}
|
|
@@ -12,9 +12,6 @@ export declare class BreadcrumbComponent {
|
|
|
12
12
|
* @default 'navigation'
|
|
13
13
|
*/
|
|
14
14
|
role: string;
|
|
15
|
-
get hostClasses(): {
|
|
16
|
-
breadcrumb: boolean;
|
|
17
|
-
};
|
|
18
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
19
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "c-breadcrumb", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
17
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { InputSignalWithTransform } from '@angular/core';
|
|
1
2
|
import { ButtonDirective } from './button.directive';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
import * as i1 from "../shared/theme.directive";
|
|
@@ -7,9 +8,8 @@ export declare class ButtonCloseDirective extends ButtonDirective {
|
|
|
7
8
|
* @type boolean
|
|
8
9
|
* @deprecated 5.0.0. Use `cButtonClose.dark` instead.
|
|
9
10
|
*/
|
|
10
|
-
white:
|
|
11
|
-
|
|
11
|
+
white: InputSignalWithTransform<boolean, unknown>;
|
|
12
|
+
hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonCloseDirective, never>;
|
|
13
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonCloseDirective, "[cButtonClose]", never, { "white": { "alias": "white"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
|
|
14
|
-
static ngAcceptInputType_white: unknown;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonCloseDirective, "[cButtonClose]", never, { "white": { "alias": "white"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.ThemeDirective; inputs: { "dark": "dark"; }; outputs: {}; }]>;
|
|
15
15
|
}
|
|
@@ -1,48 +1,50 @@
|
|
|
1
|
+
import { InputSignal, InputSignalWithTransform } from '@angular/core';
|
|
1
2
|
import { ButtonType, Colors, Shapes } from '../coreui.types';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class ButtonDirective {
|
|
4
5
|
/**
|
|
5
6
|
* Toggle the active state for the component. [docs]
|
|
6
|
-
* @type boolean
|
|
7
|
+
* @type InputSignalWithTransform<boolean, unknown>
|
|
7
8
|
*/
|
|
8
|
-
active:
|
|
9
|
+
active: InputSignalWithTransform<boolean, unknown>;
|
|
9
10
|
/**
|
|
10
11
|
* Sets the color context of the component to one of CoreUI’s themed colors. [docs]
|
|
11
|
-
* @type Colors
|
|
12
|
+
* @type InputSignal<Colors>
|
|
12
13
|
*/
|
|
13
|
-
color
|
|
14
|
+
color: InputSignal<Colors>;
|
|
14
15
|
/**
|
|
15
16
|
* Toggle the disabled state for the component.
|
|
16
|
-
* @type boolean
|
|
17
|
+
* @type InputSignalWithTransform<boolean, unknown>
|
|
17
18
|
*/
|
|
18
|
-
disabled:
|
|
19
|
+
disabled: InputSignalWithTransform<boolean, unknown>;
|
|
19
20
|
/**
|
|
20
21
|
* Select the shape of the component.
|
|
21
|
-
* @type
|
|
22
|
+
* @type InputSignal<Shapes>
|
|
22
23
|
*/
|
|
23
|
-
shape
|
|
24
|
+
shape: InputSignal<Shapes | undefined>;
|
|
24
25
|
/**
|
|
25
26
|
* Size the component small or large.
|
|
26
|
-
* @type
|
|
27
|
+
* @type InputSignal<'sm' | 'lg' | ''>
|
|
27
28
|
*/
|
|
28
|
-
size
|
|
29
|
+
size: InputSignal<'' | 'sm' | 'lg'>;
|
|
29
30
|
/**
|
|
30
31
|
* Specifies the type of button. Always specify the type attribute for the `<button>` element.
|
|
31
32
|
* Different browsers may use different default types for the `<button>` element.
|
|
33
|
+
* @type InputSignal<ButtonType>
|
|
34
|
+
* @default 'button'
|
|
32
35
|
*/
|
|
33
|
-
type: ButtonType
|
|
36
|
+
type: InputSignal<ButtonType>;
|
|
34
37
|
/**
|
|
35
38
|
* Set the button variant to an outlined button or a ghost button.
|
|
36
|
-
* @type
|
|
39
|
+
* @type InputSignal<'ghost' | 'outline' | undefined>
|
|
37
40
|
*/
|
|
38
|
-
variant
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
variant: InputSignal<'ghost' | 'outline' | undefined>;
|
|
42
|
+
hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
43
|
+
_disabled: import("@angular/core").Signal<boolean>;
|
|
44
|
+
ariaDisabled: import("@angular/core").Signal<true | null>;
|
|
45
|
+
attrDisabled: import("@angular/core").Signal<"" | null>;
|
|
46
|
+
tabIndex: import("@angular/core").Signal<"-1" | null>;
|
|
47
|
+
isActive: import("@angular/core").Signal<true | null>;
|
|
44
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonDirective, never>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "[cButton]", ["cButton"], { "active": { "alias": "active"; "required": false; }; "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
|
|
46
|
-
static ngAcceptInputType_active: unknown;
|
|
47
|
-
static ngAcceptInputType_disabled: unknown;
|
|
49
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonDirective, "[cButton]", ["cButton"], { "active": { "alias": "active"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
48
50
|
}
|
|
@@ -1,22 +1,27 @@
|
|
|
1
|
+
import { InputSignal, InputSignalWithTransform } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ButtonGroupComponent {
|
|
3
4
|
/**
|
|
4
5
|
* Size the component small or large.
|
|
5
6
|
* @type { 'sm' | 'lg' }
|
|
6
7
|
*/
|
|
7
|
-
size
|
|
8
|
+
size: InputSignal<'sm' | 'lg' | undefined>;
|
|
8
9
|
/**
|
|
9
10
|
* Create a set of buttons that appear vertically stacked rather than horizontally. Split button dropdowns are not supported here.
|
|
10
11
|
* @type boolean
|
|
11
12
|
*/
|
|
12
|
-
vertical
|
|
13
|
+
vertical: InputSignalWithTransform<boolean, unknown>;
|
|
13
14
|
/**
|
|
14
15
|
* Default role attr for ButtonGroup. [docs]
|
|
15
|
-
* @type string
|
|
16
|
+
* @type InputSignal<string>
|
|
16
17
|
* @default 'group'
|
|
17
18
|
*/
|
|
18
|
-
role: string
|
|
19
|
-
|
|
19
|
+
role: InputSignal<string>;
|
|
20
|
+
hostClasses: import("@angular/core").Signal<{
|
|
21
|
+
[x: string]: boolean;
|
|
22
|
+
'btn-group': boolean;
|
|
23
|
+
'btn-group-vertical': boolean;
|
|
24
|
+
}>;
|
|
20
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "c-button-group", never, { "size": { "alias": "size"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonGroupComponent, "c-button-group", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
22
27
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { InputSignal } from '@angular/core';
|
|
1
2
|
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class ButtonToolbarComponent {
|
|
3
4
|
/**
|
|
4
5
|
* Default role attr for ButtonToolbar. [docs]
|
|
5
|
-
* @type string
|
|
6
|
+
* @type InputSignal<string>
|
|
6
7
|
* @default 'toolbar'
|
|
7
8
|
*/
|
|
8
|
-
role: string
|
|
9
|
-
get hostClasses(): any;
|
|
9
|
+
role: InputSignal<string>;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonToolbarComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonToolbarComponent, "c-button-toolbar", never, { "role": { "alias": "role"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonToolbarComponent, "c-button-toolbar", never, { "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
12
12
|
}
|
|
@@ -130,7 +130,7 @@ export declare class CalendarMonthComponent implements OnInit {
|
|
|
130
130
|
calendarStateSubscribe(): void;
|
|
131
131
|
getMonthStart(index: number): Date;
|
|
132
132
|
getMonthEnd(index: number): Date;
|
|
133
|
-
protected readonly isDateInRangeDisabled: (startDate?: Date | null
|
|
133
|
+
protected readonly isDateInRangeDisabled: (startDate?: Date | null, endDate?: Date | null, dates?: (Date | Date[])[]) => boolean;
|
|
134
134
|
protected readonly isDateBetweenMinMax: (date: Date | null, min: Date | null, max: Date | null) => boolean;
|
|
135
135
|
getYearStart(year: number): Date;
|
|
136
136
|
getYearEnd(year: number): Date;
|
|
@@ -5,7 +5,7 @@ export declare const convertToDateObject: (date: Date | string, selectionType?:
|
|
|
5
5
|
export declare const convertToLocalDate: (d: Date, locale: string, options?: {}) => string;
|
|
6
6
|
export declare const convertToLocalTime: (d: Date, locale: string, options?: {}) => string;
|
|
7
7
|
export declare const createGroupsInArray: <T>(arr: T[], numberOfGroups: number) => T[][];
|
|
8
|
-
export declare const getCalendarDate: (calendarDate: Date, order: number, view:
|
|
8
|
+
export declare const getCalendarDate: (calendarDate: Date, order: number, view: "days" | "months" | "years") => Date;
|
|
9
9
|
export declare const getCurrentYear: () => number;
|
|
10
10
|
export declare const getCurrentMonth: () => number;
|
|
11
11
|
export declare const getDateBySelectionType: (date: Date | null, selectionType: SelectionType) => string | Date | null;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardBodyComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "c-card-body, [c-card-body]", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardFooterComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "c-card-footer, [c-card-footer]", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardGroupComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardGroupComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardGroupComponent, "c-card-group, [c-card-group]", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardHeaderComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "c-card-header, [c-card-header]", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardImgOverlayComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardImgOverlayComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardImgOverlayComponent, "c-card-img-overlay", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardLinkDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardLinkDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardLinkDirective, "[cCardLink]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardSubtitleDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[cCardSubtitle]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardTextDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardTextDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTextDirective, "[cCardText]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class CardTitleDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[cCardTitle]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { IntersectionService } from '../../services';
|
|
3
|
-
import { ListenersService } from '../../services';
|
|
2
|
+
import { IntersectionService, ListenersService } from '../../services';
|
|
4
3
|
import { Triggers } from '../../coreui.types';
|
|
5
4
|
import { CarouselState } from '../carousel-state';
|
|
6
5
|
import { CarouselService } from '../carousel.service';
|
|
@@ -7,7 +7,6 @@ export interface ICarouselIndex {
|
|
|
7
7
|
export declare class CarouselService {
|
|
8
8
|
private carouselIndex;
|
|
9
9
|
carouselIndex$: import("rxjs").Observable<ICarouselIndex>;
|
|
10
|
-
constructor();
|
|
11
10
|
setIndex(index: ICarouselIndex): void;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselService, never>;
|
|
13
12
|
static ɵprov: i0.ɵɵInjectableDeclaration<CarouselService>;
|
|
@@ -91,7 +91,7 @@ export declare class DateRangePickerComponent implements OnInit, OnDestroy, Cont
|
|
|
91
91
|
* @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string
|
|
92
92
|
* @default 'secondary'
|
|
93
93
|
*/
|
|
94
|
-
rangesButtonsColor
|
|
94
|
+
rangesButtonsColor: Colors;
|
|
95
95
|
/**
|
|
96
96
|
* Size the ranges button small or large.
|
|
97
97
|
* @type 'sm' | 'lg' | ''
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DropdownDividerDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownDividerDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDividerDirective, "[cDropdownDivider]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DropdownHeaderDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownHeaderDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownHeaderDirective, "[cDropdownHeader]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class DropdownItemPlainDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemPlainDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownItemPlainDirective, "[cDropdownItemPlain]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class FormCheckLabelDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckLabelDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FormCheckLabelDirective, "label[cFormCheckLabel]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -10,7 +10,6 @@ export declare class FormLabelDirective {
|
|
|
10
10
|
*/
|
|
11
11
|
sizing: '' | 'sm' | 'lg' | string;
|
|
12
12
|
get hostClasses(): any;
|
|
13
|
-
constructor();
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormLabelDirective, never>;
|
|
15
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FormLabelDirective, "[cLabel]", never, { "col": { "alias": "cLabel"; "required": false; }; "sizing": { "alias": "sizing"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
15
|
}
|
|
@@ -10,7 +10,6 @@ export declare class FormSelectDirective {
|
|
|
10
10
|
*/
|
|
11
11
|
valid?: boolean;
|
|
12
12
|
get hostClasses(): any;
|
|
13
|
-
constructor();
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectDirective, never>;
|
|
15
14
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSelectDirective, "select[cSelect]", never, { "sizing": { "alias": "sizing"; "required": false; }; "valid": { "alias": "valid"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
15
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class FormTextDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormTextDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTextDirective, "[cFormText]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class InputGroupTextDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
|
-
constructor();
|
|
5
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupTextDirective, never>;
|
|
6
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<InputGroupTextDirective, "[cInputGroupText]", never, {}, {}, never, never, true, never>;
|
|
7
5
|
}
|
|
@@ -4,8 +4,7 @@ export declare class GutterDirective implements IGutter {
|
|
|
4
4
|
/**
|
|
5
5
|
* Define padding between columns to space and align content responsively in the Bootstrap grid system.
|
|
6
6
|
*/
|
|
7
|
-
gutter:
|
|
8
|
-
constructor();
|
|
7
|
+
gutter: IGutterObject | GutterBreakpoints | Gutters;
|
|
9
8
|
get hostClasses(): any;
|
|
10
9
|
private static getGutterClasses;
|
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<GutterDirective, never>;
|
|
@@ -1,42 +1,32 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { InputSignal, InputSignalWithTransform, OutputEmitterRef } from '@angular/core';
|
|
2
2
|
import { ButtonDirective } from '../button';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LoadingButtonComponent extends ButtonDirective
|
|
4
|
+
export declare class LoadingButtonComponent extends ButtonDirective {
|
|
5
5
|
/**
|
|
6
6
|
* Makes button disabled when loading.
|
|
7
7
|
* @type boolean
|
|
8
8
|
* @default false
|
|
9
9
|
*/
|
|
10
|
-
disabledOnLoading: boolean
|
|
10
|
+
disabledOnLoading: InputSignalWithTransform<boolean, unknown>;
|
|
11
11
|
/**
|
|
12
12
|
* Loading state (set to true to start animation).
|
|
13
13
|
* @type boolean
|
|
14
14
|
*/
|
|
15
|
-
|
|
16
|
-
get loading(): boolean;
|
|
17
|
-
_loading: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* Sets type of spinner.
|
|
20
|
-
* @type {'border' | 'grow'}
|
|
21
|
-
*/
|
|
22
|
-
spinnerType: 'border' | 'grow';
|
|
15
|
+
loading: InputSignalWithTransform<boolean, unknown>;
|
|
23
16
|
/**
|
|
24
17
|
* Event emitted on loading change
|
|
25
18
|
* @type boolean
|
|
26
19
|
*/
|
|
27
|
-
loadingChange:
|
|
20
|
+
loadingChange: OutputEmitterRef<boolean>;
|
|
21
|
+
loadingEffect: import("@angular/core").EffectRef;
|
|
22
|
+
/**
|
|
23
|
+
* Sets type of spinner.
|
|
24
|
+
* @type {'border' | 'grow'}
|
|
25
|
+
*/
|
|
26
|
+
spinnerType: InputSignal<'border' | 'grow'>;
|
|
28
27
|
constructor();
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
'btn-loading': boolean;
|
|
32
|
-
'is-loading': boolean;
|
|
33
|
-
disabled: boolean;
|
|
34
|
-
btn: boolean;
|
|
35
|
-
active: string | boolean;
|
|
36
|
-
};
|
|
37
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
28
|
+
hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
29
|
+
_disabled: import("@angular/core").Signal<boolean>;
|
|
38
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": { "alias": "disabledOnLoading"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "spinnerType": { "alias": "spinnerType"; "required": false; }; }, { "loadingChange": "loadingChange"; }, never, ["*"], true, never>;
|
|
40
|
-
static ngAcceptInputType_disabledOnLoading: unknown;
|
|
41
|
-
static ngAcceptInputType_loading: unknown;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": { "alias": "disabledOnLoading"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "spinnerType": { "alias": "spinnerType"; "required": false; "isSignal": true; }; }, { "loadingChange": "loadingChange"; }, never, ["*"], true, never>;
|
|
42
32
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ModalBodyComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalBodyComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalBodyComponent, "c-modal-body", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ModalContentComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalContentComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "c-modal-content", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ModalFooterComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "c-modal-footer", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ModalHeaderComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "c-modal-header", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class ModalTitleDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalTitleDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalTitleDirective, "[cModalTitle]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -8,7 +8,6 @@ export interface IModalAction {
|
|
|
8
8
|
export declare class ModalService {
|
|
9
9
|
private modalState;
|
|
10
10
|
modalState$: import("rxjs").Observable<any>;
|
|
11
|
-
constructor();
|
|
12
11
|
toggle(action: IModalAction): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
|
|
14
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class MultiSelectOptgroupLabelComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
get hostClasses(): {
|
|
5
|
-
'form-multi-select-optgroup-label': boolean;
|
|
6
|
-
};
|
|
7
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupLabelComponent, never>;
|
|
8
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupLabelComponent, "c-multi-select-optgroup-label", never, {}, {}, never, ["*"], true, never>;
|
|
9
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class NavItemComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavItemComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavItemComponent, "c-nav-item", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class OffcanvasBodyComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasBodyComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasBodyComponent, "c-offcanvas-body", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class OffcanvasHeaderComponent {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasHeaderComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<OffcanvasHeaderComponent, "c-offcanvas-header", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class OffcanvasTitleDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasTitleDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<OffcanvasTitleDirective, "[cOffcanvasTitle]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -8,7 +8,6 @@ export interface IOffcanvasAction {
|
|
|
8
8
|
export declare class OffcanvasService {
|
|
9
9
|
private offcanvasState;
|
|
10
10
|
offcanvasState$: import("rxjs").Observable<any>;
|
|
11
|
-
constructor();
|
|
12
11
|
toggle(action: IOffcanvasAction): void;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<OffcanvasService, never>;
|
|
14
13
|
static ɵprov: i0.ɵɵInjectableDeclaration<OffcanvasService>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class PageLinkDirective {
|
|
3
|
-
get hostClasses(): any;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageLinkDirective, never>;
|
|
5
4
|
static ɵdir: i0.ɵɵDirectiveDeclaration<PageLinkDirective, "[cPageLink]", never, {}, {}, never, never, true, never>;
|
|
6
5
|
}
|
|
@@ -3,7 +3,6 @@ import { IProgressBar } from './progress.type';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ProgressBarDirective implements IProgressBar {
|
|
5
5
|
#private;
|
|
6
|
-
constructor();
|
|
7
6
|
readonly percent: import("@angular/core").Signal<number>;
|
|
8
7
|
/**
|
|
9
8
|
* Use to animate the stripes right to left via CSS3 animations.
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class SidebarFooterComponent {
|
|
3
|
-
constructor();
|
|
4
|
-
get hostClasses(): any;
|
|
5
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarFooterComponent, never>;
|
|
6
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarFooterComponent, "c-sidebar-footer", never, {}, {}, never, ["*"], true, never>;
|
|
7
5
|
}
|