@coreui/angular-pro 5.2.20 → 5.2.22
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/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 +3 -3
- package/esm2022/lib/accordion/accordion.module.mjs +4 -4
- package/esm2022/lib/accordion/accordion.service.mjs +3 -3
- 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 +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 +3 -3
- 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 +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 +313 -411
- package/esm2022/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +6 -5
- package/esm2022/lib/calendar/calendar-month/calendar-class-row.pipe.mjs +5 -7
- 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 +5 -5
- package/esm2022/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-month/calendar-month.component.mjs +183 -263
- package/esm2022/lib/calendar/calendar-month/calendar-row.directive.mjs +35 -33
- package/esm2022/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
- package/esm2022/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +42 -14
- package/esm2022/lib/calendar/calendar.module.mjs +4 -4
- package/esm2022/lib/calendar/calendar.service.mjs +16 -13
- package/esm2022/lib/calendar/calendar.utils.mjs +19 -12
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/collapse/collapse.animations.mjs +4 -13
- package/esm2022/lib/collapse/collapse.directive.mjs +72 -94
- package/esm2022/lib/collapse/collapse.module.mjs +4 -4
- package/esm2022/lib/date-picker/date-picker.component.mjs +24 -27
- 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 +194 -296
- package/esm2022/lib/date-range-picker/date-range-picker.module.mjs +4 -4
- 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 +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 +3 -3
- package/esm2022/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -3
- 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 +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 +3 -3
- 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 +3 -3
- 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 +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 +3 -3
- package/esm2022/lib/grid/row.component.mjs +3 -3
- package/esm2022/lib/grid/row.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/list-group/list-group.module.mjs +4 -4
- package/esm2022/lib/loading-button/loading-button.component.mjs +3 -3
- package/esm2022/lib/loading-button/loading-button.module.mjs +4 -4
- package/esm2022/lib/modal/modal/modal.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/multi-select/multi-select/multi-select.component.mjs +3 -3
- 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 +3 -3
- 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 +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 +9 -15
- package/esm2022/lib/navbar/navbar-nav/navbar-nav.component.mjs +14 -20
- package/esm2022/lib/navbar/navbar-text/navbar-text.component.mjs +8 -13
- package/esm2022/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +38 -39
- package/esm2022/lib/navbar/navbar.component.mjs +89 -61
- package/esm2022/lib/navbar/navbar.module.mjs +4 -4
- package/esm2022/lib/offcanvas/offcanvas/offcanvas.component.mjs +7 -5
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/placeholder/placeholder.module.mjs +4 -4
- package/esm2022/lib/popover/popover/popover.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/progress/progress-bar.directive.mjs +3 -3
- package/esm2022/lib/progress/progress-stacked.component.mjs +3 -3
- package/esm2022/lib/progress/progress.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/shared/element-ref.directive.mjs +3 -3
- package/esm2022/lib/shared/html-attr.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +3 -3
- 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 +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 +9 -9
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
- package/esm2022/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +24 -20
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/table/table.module.mjs +4 -4
- package/esm2022/lib/tabs/tab-content/tab-content.component.mjs +3 -3
- package/esm2022/lib/tabs/tab-content-ref.directive.mjs +3 -3
- package/esm2022/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
- package/esm2022/lib/tabs/tab.service.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/time-picker/time-picker.module.mjs +4 -4
- package/esm2022/lib/toast/toast/toast.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/toast/toaster/toaster.service.mjs +3 -3
- package/esm2022/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/widget/widget-stat-b/widget-stat-b.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/lib/widget/widget.module.mjs +4 -4
- package/fesm2022/coreui-angular-pro.mjs +1881 -2137
- package/fesm2022/coreui-angular-pro.mjs.map +1 -1
- package/lib/calendar/calendar/calendar.component.d.ts +60 -80
- package/lib/calendar/calendar-month/calendar-class-row.pipe.d.ts +2 -1
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +33 -59
- package/lib/calendar/calendar-month/calendar-row.directive.d.ts +1 -1
- package/lib/calendar/calendar-navigation/calendar-navigation.component.d.ts +16 -6
- package/lib/calendar/calendar.service.d.ts +11 -3
- package/lib/calendar/calendar.utils.d.ts +4 -3
- package/lib/collapse/collapse.directive.d.ts +12 -23
- package/lib/date-picker/date-picker.component.d.ts +9 -10
- package/lib/date-range-picker/date-range-picker/date-range-picker.component.d.ts +65 -94
- package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +2 -3
- package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +3 -4
- package/lib/navbar/navbar-text/navbar-text.component.d.ts +0 -1
- package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +7 -12
- package/lib/navbar/navbar.component.d.ts +16 -17
- package/package.json +3 -3
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ModelSignal } from '@angular/core';
|
|
2
2
|
import { DateRangePickerComponent } from '../date-range-picker';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DatePickerComponent extends DateRangePickerComponent {
|
|
5
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
6
|
-
placeholder: string;
|
|
7
5
|
readonly dateChange: import("@angular/core").OutputEmitterRef<Date | null | undefined>;
|
|
8
|
-
readonly
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
readonly calendars: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
7
|
+
readonly placeholder: import("@angular/core").InputSignal<string | string[]>;
|
|
8
|
+
readonly range: import("@angular/core").WritableSignal<boolean>;
|
|
9
|
+
readonly endDate: import("@angular/core").WritableSignal<null>;
|
|
10
|
+
readonly startDateModel: ModelSignal<Date | null>;
|
|
11
|
+
get date(): Date | null;
|
|
12
|
+
writeValue(value: Date | null): void;
|
|
14
13
|
subscribeDateChange(subscribe?: boolean): void;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DatePickerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "c-date-picker", ["cDatePicker"], { "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DatePickerComponent, "c-date-picker", ["cDatePicker"], { "calendars": { "alias": "calendars"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "startDateModel": { "alias": "date"; "required": false; "isSignal": true; }; }, { "dateChange": "dateChange"; "startDateModel": "dateChange"; }, never, ["*"], true, never>;
|
|
17
16
|
}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor, FormGroup } from '@angular/forms';
|
|
3
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
4
3
|
import { Subscription } from 'rxjs';
|
|
5
4
|
import { Options } from '@popperjs/core';
|
|
6
|
-
import { DateFilterType, DayFormatType, WeekdayFormatType } from '../../calendar/calendar.service';
|
|
7
|
-
import { Colors } from '../../coreui.types';
|
|
5
|
+
import { DateFilterType, DayFormatType, DaysOfWeek, SelectionType, WeekdayFormatType } from '../../calendar/calendar.service';
|
|
8
6
|
import { TemplateIdDirective } from '../../shared';
|
|
9
7
|
import * as i0 from "@angular/core";
|
|
10
8
|
export interface ICalendarRanges {
|
|
@@ -12,160 +10,162 @@ export interface ICalendarRanges {
|
|
|
12
10
|
}
|
|
13
11
|
export type TCustomRange = [string, Date[]];
|
|
14
12
|
/** Must be a valid date string */
|
|
15
|
-
export declare class DateRangePickerComponent implements OnInit, OnDestroy, ControlValueAccessor
|
|
13
|
+
export declare class DateRangePickerComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
16
14
|
#private;
|
|
17
|
-
private breakpointObserver;
|
|
18
|
-
constructor(breakpointObserver: BreakpointObserver);
|
|
19
15
|
/**
|
|
20
16
|
* Set the format of day name.
|
|
21
17
|
* @default 'numeric'
|
|
22
18
|
* @type DayFormatType
|
|
23
19
|
*/
|
|
24
|
-
dayFormat: DayFormatType
|
|
20
|
+
readonly dayFormat: import("@angular/core").InputSignal<DayFormatType>;
|
|
25
21
|
/**
|
|
26
22
|
* The number of calendars that render on desktop devices.
|
|
27
23
|
* @type number
|
|
28
24
|
* @default 2
|
|
29
25
|
*/
|
|
30
|
-
calendars: number
|
|
26
|
+
readonly calendars: import("@angular/core").InputSignalWithTransform<number, unknown>;
|
|
31
27
|
/**
|
|
32
28
|
* Toggle visibility or set the content of the cleaner button.
|
|
33
29
|
* @type boolean
|
|
34
30
|
* @default true
|
|
35
31
|
*/
|
|
36
|
-
cleaner: boolean
|
|
32
|
+
readonly cleaner: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
37
33
|
/**
|
|
38
34
|
* Determine if the dropdown should be closed after value setting.
|
|
39
35
|
* @type boolean
|
|
40
36
|
* @default false
|
|
41
37
|
*/
|
|
42
|
-
closeOnSelect: boolean
|
|
38
|
+
readonly closeOnSelect: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
43
39
|
/**
|
|
44
40
|
* Set date format.
|
|
45
41
|
* We use Angular formatDate() function, see:
|
|
46
42
|
* - https://angular.io/api/common/formatDate
|
|
47
43
|
* - https://angular.io/api/common/DatePipe#pre-defined-format-options
|
|
48
44
|
*/
|
|
49
|
-
format
|
|
45
|
+
readonly format: import("@angular/core").InputSignal<string | undefined>;
|
|
50
46
|
/**
|
|
51
47
|
* Toggle visibility or set the content of the input indicator.
|
|
52
48
|
* @type boolean
|
|
53
49
|
* @default true
|
|
54
50
|
*/
|
|
55
|
-
indicator: boolean
|
|
51
|
+
readonly indicator: import("@angular/core").InputSignal<boolean>;
|
|
56
52
|
/**
|
|
57
53
|
* Custom function to format the selected date into a string according to a custom format.
|
|
58
54
|
* @since v5.0.0
|
|
59
55
|
*/
|
|
60
|
-
inputDateFormat
|
|
56
|
+
readonly inputDateFormat: import("@angular/core").InputSignal<((date: Date) => string) | undefined>;
|
|
61
57
|
/**
|
|
62
58
|
* Custom function to parse the input value into a valid Date object.
|
|
63
59
|
* @since v5.0.0
|
|
64
60
|
*/
|
|
65
|
-
inputDateParse
|
|
61
|
+
readonly inputDateParse: import("@angular/core").InputSignal<((date: string | Date) => Date) | undefined>;
|
|
66
62
|
/**
|
|
67
63
|
* Toggle the readonly state for the component.
|
|
68
64
|
* @type boolean
|
|
69
65
|
* @default false
|
|
70
66
|
*/
|
|
71
|
-
|
|
72
|
-
|
|
67
|
+
readonly inputReadOnlyInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
68
|
+
readonly inputReadOnly: import("@angular/core").Signal<boolean>;
|
|
73
69
|
/**
|
|
74
70
|
* Reorder year-month navigation, and render year first.
|
|
75
71
|
* @type boolean
|
|
76
72
|
* @default false
|
|
77
73
|
*/
|
|
78
|
-
navYearFirst: boolean
|
|
74
|
+
readonly navYearFirst: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
79
75
|
/**
|
|
80
76
|
* Specifies short hints that are visible in start date and end date inputs.
|
|
81
77
|
* type string
|
|
82
78
|
*/
|
|
83
|
-
placeholder: string | string[]
|
|
79
|
+
readonly placeholder: import("@angular/core").InputSignal<string | string[]>;
|
|
84
80
|
/**
|
|
85
81
|
* Predefined date ranges the user can select from.
|
|
86
82
|
* @type ICalendarRanges
|
|
87
83
|
*/
|
|
88
|
-
ranges
|
|
84
|
+
readonly ranges: import("@angular/core").InputSignal<ICalendarRanges | undefined>;
|
|
89
85
|
/**
|
|
90
86
|
* Sets the color context of the cancel button to one of CoreUI’s themed colors.
|
|
91
87
|
* @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string
|
|
92
88
|
* @default 'secondary'
|
|
93
89
|
*/
|
|
94
|
-
rangesButtonsColor:
|
|
90
|
+
readonly rangesButtonsColor: import("@angular/core").InputSignal<string>;
|
|
95
91
|
/**
|
|
96
92
|
* Size the ranges button small or large.
|
|
97
93
|
* @type 'sm' | 'lg' | ''
|
|
98
94
|
*/
|
|
99
|
-
rangesButtonsSize:
|
|
95
|
+
readonly rangesButtonsSize: import("@angular/core").InputSignal<"" | "sm" | "lg">;
|
|
100
96
|
/**
|
|
101
97
|
* Set the ranges button variant to an outlined button or a ghost button.
|
|
102
98
|
* @type 'outline' | 'ghost' | undefined
|
|
103
99
|
*/
|
|
104
|
-
rangesButtonsVariant
|
|
100
|
+
readonly rangesButtonsVariant: import("@angular/core").InputSignal<"ghost" | "outline">;
|
|
105
101
|
/**
|
|
106
102
|
* Default icon or character that separates two dates.
|
|
107
103
|
* @type boolean
|
|
108
104
|
* @default true
|
|
109
105
|
*/
|
|
110
|
-
separator: boolean
|
|
106
|
+
readonly separator: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
111
107
|
/**
|
|
112
108
|
* Size the component small or large.
|
|
113
109
|
* @type 'sm' | 'lg' | undefined
|
|
114
110
|
* @default undefined
|
|
115
111
|
*/
|
|
116
|
-
size
|
|
112
|
+
readonly size: import("@angular/core").InputSignal<"sm" | "lg" | undefined>;
|
|
117
113
|
/**
|
|
118
114
|
* Provide an additional time selection by adding select boxes to choose time.
|
|
119
115
|
* @type boolean
|
|
120
116
|
* @default false
|
|
121
117
|
*/
|
|
122
|
-
|
|
118
|
+
readonly timepickerInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
123
119
|
get timepicker(): boolean;
|
|
124
120
|
/**
|
|
125
121
|
* Toggle visual validation feedback.
|
|
126
122
|
* @type boolean | undefined
|
|
127
123
|
* @default undefined
|
|
128
124
|
*/
|
|
129
|
-
valid
|
|
125
|
+
readonly valid: import("@angular/core").InputSignal<boolean | undefined>;
|
|
130
126
|
/**
|
|
131
127
|
* Toggle the visibility of the dropdown date-picker component.
|
|
132
128
|
* @type boolean
|
|
133
129
|
* @default false
|
|
134
130
|
*/
|
|
135
|
-
|
|
136
|
-
readonly
|
|
131
|
+
readonly visibleInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
132
|
+
readonly visibleInputEffect: import("@angular/core").EffectRef;
|
|
133
|
+
readonly visible: import("@angular/core").WritableSignal<boolean>;
|
|
134
|
+
readonly startDateModel: import("@angular/core").ModelSignal<Date | null>;
|
|
137
135
|
readonly dateModelEffect: import("@angular/core").EffectRef;
|
|
138
|
-
readonly startDateChange: import("rxjs").Observable<Date | null | undefined>;
|
|
139
136
|
readonly startDate: import("@angular/core").Signal<Date | null>;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
137
|
+
readonly startDateChange: import("rxjs").Observable<Date | null>;
|
|
138
|
+
readonly endDateModel: import("@angular/core").ModelSignal<Date | null>;
|
|
142
139
|
readonly endDate: import("@angular/core").Signal<Date | null>;
|
|
140
|
+
readonly endDateChange: import("rxjs").Observable<Date | null>;
|
|
143
141
|
calendarDate: Date;
|
|
144
|
-
disabledDates: (Date
|
|
142
|
+
readonly disabledDates: import("@angular/core").InputSignal<(Date | Date[])[]>;
|
|
145
143
|
/**
|
|
146
144
|
* Set first day of week.
|
|
147
|
-
* @type
|
|
145
|
+
* @type DaysOfWeek
|
|
148
146
|
* @default 1 (Monday)
|
|
149
147
|
*/
|
|
150
|
-
firstDayOfWeek:
|
|
148
|
+
readonly firstDayOfWeek: import("@angular/core").InputSignal<DaysOfWeek>;
|
|
151
149
|
readonly locale: import("@angular/core").InputSignal<string>;
|
|
152
|
-
maxDate: Date | null
|
|
153
|
-
minDate: Date | null
|
|
150
|
+
readonly maxDate: import("@angular/core").InputSignal<Date | null>;
|
|
151
|
+
readonly minDate: import("@angular/core").InputSignal<Date | null>;
|
|
154
152
|
/**
|
|
155
153
|
* Show calendar navigation.
|
|
156
154
|
* @type boolean
|
|
157
155
|
* @default true
|
|
158
156
|
*/
|
|
159
|
-
navigation: boolean
|
|
157
|
+
readonly navigation: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
160
158
|
/**
|
|
161
159
|
* Allow range selection.
|
|
162
160
|
* @type boolean
|
|
163
|
-
* @default
|
|
161
|
+
* @default true
|
|
164
162
|
*/
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
163
|
+
readonly rangeInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
164
|
+
readonly range: import("@angular/core").Signal<boolean>;
|
|
165
|
+
readonly dateFilter: import("@angular/core").InputSignal<DateFilterType | undefined>;
|
|
166
|
+
readonly disabledInput: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
167
|
+
readonly disabledEffect: import("@angular/core").EffectRef;
|
|
168
|
+
readonly disabled: import("@angular/core").Signal<boolean>;
|
|
169
169
|
set value(value: any);
|
|
170
170
|
get value(): any;
|
|
171
171
|
private _value;
|
|
@@ -174,84 +174,71 @@ export declare class DateRangePickerComponent implements OnInit, OnDestroy, Cont
|
|
|
174
174
|
* @type WeekdayFormatType
|
|
175
175
|
* @default 'short'
|
|
176
176
|
*/
|
|
177
|
-
weekdayFormat: WeekdayFormatType
|
|
177
|
+
readonly weekdayFormat: import("@angular/core").InputSignal<WeekdayFormatType>;
|
|
178
178
|
/**
|
|
179
179
|
* Optional popper Options object
|
|
180
180
|
* @type Partial<Options>
|
|
181
181
|
*/
|
|
182
|
-
popperjsOptions: Partial<Options
|
|
182
|
+
readonly popperjsOptions: import("@angular/core").InputSignal<Partial<Options>>;
|
|
183
183
|
/**
|
|
184
184
|
* Set whether days in adjacent months shown before or after the current month are selectable. This only applies if the `showAdjacentDays` option is set to true.
|
|
185
185
|
* @type boolean
|
|
186
186
|
* @default false
|
|
187
187
|
* @since 4.4.10
|
|
188
188
|
*/
|
|
189
|
-
selectAdjacentDays: boolean
|
|
189
|
+
readonly selectAdjacentDays: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
190
190
|
/**
|
|
191
191
|
* Set whether to display dates in adjacent months (non-selectable) at the start and end of the current month.
|
|
192
192
|
* @type boolean
|
|
193
193
|
* @default true
|
|
194
194
|
* @since 4.4.10
|
|
195
195
|
*/
|
|
196
|
-
showAdjacentDays: boolean
|
|
196
|
+
readonly showAdjacentDays: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
197
197
|
/**
|
|
198
198
|
* Specify the type of date selection as day, week, month, or year.
|
|
199
199
|
* @type 'day' | 'week' | 'month' | 'year'
|
|
200
200
|
* @default 'day'
|
|
201
201
|
* @since 5.0.0
|
|
202
202
|
*/
|
|
203
|
-
selectionType:
|
|
203
|
+
readonly selectionType: import("@angular/core").InputSignal<SelectionType>;
|
|
204
204
|
/**
|
|
205
205
|
* Set whether to display week numbers in the calendar.
|
|
206
206
|
* @type boolean
|
|
207
207
|
* @default false
|
|
208
208
|
* @since 5.0.0
|
|
209
209
|
*/
|
|
210
|
-
showWeekNumber: boolean
|
|
210
|
+
readonly showWeekNumber: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
211
211
|
/**
|
|
212
212
|
* Label displayed over week numbers in the calendar.
|
|
213
213
|
* @type string
|
|
214
214
|
* @default undefined
|
|
215
215
|
* @since 5.0.0
|
|
216
216
|
*/
|
|
217
|
-
weekNumbersLabel
|
|
218
|
-
readonly valueChange:
|
|
219
|
-
calendarCellHover:
|
|
220
|
-
calendarDateChange:
|
|
221
|
-
startDateElementRef: ElementRef<HTMLInputElement>;
|
|
222
|
-
endDateElementRef: ElementRef<HTMLInputElement>;
|
|
223
|
-
|
|
224
|
-
|
|
217
|
+
readonly weekNumbersLabel: import("@angular/core").InputSignal<string | undefined>;
|
|
218
|
+
readonly valueChange: import("@angular/core").OutputEmitterRef<Date | Date[] | undefined>;
|
|
219
|
+
readonly calendarCellHover: import("@angular/core").OutputEmitterRef<Date | null>;
|
|
220
|
+
readonly calendarDateChange: import("@angular/core").OutputEmitterRef<Date>;
|
|
221
|
+
readonly startDateElementRef: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
222
|
+
readonly endDateElementRef: import("@angular/core").Signal<ElementRef<HTMLInputElement> | undefined>;
|
|
223
|
+
readonly contentTemplates: import("@angular/core").Signal<readonly TemplateIdDirective[]>;
|
|
224
|
+
readonly templates: import("@angular/core").Signal<Record<string, TemplateRef<any>>>;
|
|
225
225
|
protected dateChangeSubscriptions: Subscription[];
|
|
226
226
|
protected subscribeDateChange(subscribe?: boolean): void;
|
|
227
227
|
onBlur(): void;
|
|
228
228
|
isMobile: boolean;
|
|
229
229
|
customRanges: TCustomRange[];
|
|
230
230
|
showRanges: boolean;
|
|
231
|
-
startDateValue: import("@angular/core").Signal<string>;
|
|
232
|
-
endDateValue: import("@angular/core").Signal<string>;
|
|
231
|
+
readonly startDateValue: import("@angular/core").Signal<string>;
|
|
232
|
+
readonly endDateValue: import("@angular/core").Signal<string>;
|
|
233
233
|
get startDatePlaceholder(): string;
|
|
234
234
|
get endDatePlaceholder(): string;
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
get
|
|
239
|
-
private _inputStartHoverValue;
|
|
240
|
-
set inputEndHoverValue(value: Date | null);
|
|
241
|
-
get inputEndHoverValue(): Date | null;
|
|
242
|
-
private _inputEndHoverValue;
|
|
243
|
-
get datePickerClasses(): {
|
|
244
|
-
[x: string]: boolean | "sm" | "lg" | undefined;
|
|
245
|
-
'date-picker': boolean;
|
|
246
|
-
disabled: boolean;
|
|
247
|
-
'is-valid': boolean;
|
|
248
|
-
'is-invalid': boolean;
|
|
249
|
-
};
|
|
235
|
+
readonly dateRangeGroup: FormGroup;
|
|
236
|
+
readonly inputStartHoverValue: import("@angular/core").WritableSignal<Date | null>;
|
|
237
|
+
readonly inputEndHoverValue: import("@angular/core").WritableSignal<Date | null>;
|
|
238
|
+
get datePickerClasses(): Record<string, boolean>;
|
|
250
239
|
formatDate(date: Date | null | undefined): string;
|
|
251
240
|
ngOnInit(): void;
|
|
252
241
|
ngOnDestroy(): void;
|
|
253
|
-
ngAfterViewInit(): void;
|
|
254
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
255
242
|
convertValueToDate(value: Date | string | number | undefined | null): Date | null;
|
|
256
243
|
inputParse(date: string): Date | undefined;
|
|
257
244
|
getCustomRangeKey(customRange: any): any;
|
|
@@ -264,7 +251,7 @@ export declare class DateRangePickerComponent implements OnInit, OnDestroy, Cont
|
|
|
264
251
|
handleStartDateInputChange($event: any): void;
|
|
265
252
|
handleEndDateInputChange($event: any): void;
|
|
266
253
|
forbiddenDate(date: Date): boolean;
|
|
267
|
-
setInputValue: (elementRef: ElementRef, date: Date | null) => void;
|
|
254
|
+
setInputValue: (elementRef: ElementRef | undefined, date: Date | null) => void;
|
|
268
255
|
onChange: any;
|
|
269
256
|
onTouched: any;
|
|
270
257
|
registerOnChange(fn: any): void;
|
|
@@ -274,22 +261,6 @@ export declare class DateRangePickerComponent implements OnInit, OnDestroy, Cont
|
|
|
274
261
|
handleStartTimeChange(time: Date | undefined): void;
|
|
275
262
|
handleEndTimeChange(time: Date | undefined): void;
|
|
276
263
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
|
|
277
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "c-date-range-picker", ["cDateRangePicker"], { "dayFormat": { "alias": "dayFormat"; "required": false; }; "calendars": { "alias": "calendars"; "required": false; }; "cleaner": { "alias": "cleaner"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "format": { "alias": "format"; "required": false; }; "indicator": { "alias": "indicator"; "required": false; }; "inputDateFormat": { "alias": "inputDateFormat"; "required": false; }; "inputDateParse": { "alias": "inputDateParse"; "required": false; }; "
|
|
278
|
-
static ngAcceptInputType_calendars: unknown;
|
|
279
|
-
static ngAcceptInputType_cleaner: unknown;
|
|
280
|
-
static ngAcceptInputType_closeOnSelect: unknown;
|
|
281
|
-
static ngAcceptInputType_indicator: unknown;
|
|
282
|
-
static ngAcceptInputType_inputReadOnly: unknown;
|
|
283
|
-
static ngAcceptInputType_navYearFirst: unknown;
|
|
284
|
-
static ngAcceptInputType_separator: unknown;
|
|
285
|
-
static ngAcceptInputType_timepicker: unknown;
|
|
286
|
-
static ngAcceptInputType_visible: unknown;
|
|
264
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "c-date-range-picker", ["cDateRangePicker"], { "dayFormat": { "alias": "dayFormat"; "required": false; "isSignal": true; }; "calendars": { "alias": "calendars"; "required": false; "isSignal": true; }; "cleaner": { "alias": "cleaner"; "required": false; "isSignal": true; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; "indicator": { "alias": "indicator"; "required": false; "isSignal": true; }; "inputDateFormat": { "alias": "inputDateFormat"; "required": false; "isSignal": true; }; "inputDateParse": { "alias": "inputDateParse"; "required": false; "isSignal": true; }; "inputReadOnlyInput": { "alias": "inputReadOnly"; "required": false; "isSignal": true; }; "navYearFirst": { "alias": "navYearFirst"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "ranges": { "alias": "ranges"; "required": false; "isSignal": true; }; "rangesButtonsColor": { "alias": "rangesButtonsColor"; "required": false; "isSignal": true; }; "rangesButtonsSize": { "alias": "rangesButtonsSize"; "required": false; "isSignal": true; }; "rangesButtonsVariant": { "alias": "rangesButtonsVariant"; "required": false; "isSignal": true; }; "separator": { "alias": "separator"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "timepickerInput": { "alias": "timepicker"; "required": false; "isSignal": true; }; "valid": { "alias": "valid"; "required": false; "isSignal": true; }; "visibleInput": { "alias": "visibleInput"; "required": false; "isSignal": true; }; "startDateModel": { "alias": "startDate"; "required": false; "isSignal": true; }; "endDateModel": { "alias": "endDate"; "required": false; "isSignal": true; }; "calendarDate": { "alias": "calendarDate"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; "isSignal": true; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; "isSignal": true; }; "locale": { "alias": "locale"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "navigation": { "alias": "navigation"; "required": false; "isSignal": true; }; "rangeInput": { "alias": "range"; "required": false; "isSignal": true; }; "dateFilter": { "alias": "dateFilter"; "required": false; "isSignal": true; }; "disabledInput": { "alias": "disabled"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; }; "weekdayFormat": { "alias": "weekdayFormat"; "required": false; "isSignal": true; }; "popperjsOptions": { "alias": "popperOptions"; "required": false; "isSignal": true; }; "selectAdjacentDays": { "alias": "selectAdjacentDays"; "required": false; "isSignal": true; }; "showAdjacentDays": { "alias": "showAdjacentDays"; "required": false; "isSignal": true; }; "selectionType": { "alias": "selectionType"; "required": false; "isSignal": true; }; "showWeekNumber": { "alias": "showWeekNumber"; "required": false; "isSignal": true; }; "weekNumbersLabel": { "alias": "weekNumbersLabel"; "required": false; "isSignal": true; }; }, { "startDateModel": "startDateChange"; "endDateModel": "endDateChange"; "valueChange": "valueChange"; "calendarCellHover": "calendarCellHover"; "calendarDateChange": "calendarDateChange"; }, ["contentTemplates"], ["*"], true, never>;
|
|
287
265
|
static ngAcceptInputType_calendarDate: Date | number;
|
|
288
|
-
static ngAcceptInputType_firstDayOfWeek: unknown;
|
|
289
|
-
static ngAcceptInputType_navigation: unknown;
|
|
290
|
-
static ngAcceptInputType_range: unknown;
|
|
291
|
-
static ngAcceptInputType_disabled: unknown;
|
|
292
|
-
static ngAcceptInputType_selectAdjacentDays: unknown;
|
|
293
|
-
static ngAcceptInputType_showAdjacentDays: unknown;
|
|
294
|
-
static ngAcceptInputType_showWeekNumber: unknown;
|
|
295
266
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class NavbarBrandDirective {
|
|
3
|
-
|
|
4
|
-
role: string;
|
|
3
|
+
readonly role: import("@angular/core").InputSignal<string>;
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarBrandDirective, never>;
|
|
6
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarBrandDirective, "[cNavbarBrand]", never, {}, {}, never, never, true, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarBrandDirective, "[cNavbarBrand]", never, { "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7
6
|
}
|
|
@@ -4,9 +4,8 @@ export declare class NavbarNavComponent {
|
|
|
4
4
|
* Enable vertical scrolling of a collapsed navbar toggleable contents.
|
|
5
5
|
* @type boolean
|
|
6
6
|
*/
|
|
7
|
-
scroll:
|
|
8
|
-
|
|
7
|
+
readonly scroll: import("@angular/core").InputSignalWithTransform<boolean, unknown>;
|
|
8
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarNavComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNavComponent, "c-navbar-nav", never, { "scroll": { "alias": "scroll"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
11
|
-
static ngAcceptInputType_scroll: unknown;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarNavComponent, "c-navbar-nav", never, { "scroll": { "alias": "scroll"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
12
11
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class NavbarTextComponent {
|
|
3
|
-
navbarTextClass: boolean;
|
|
4
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTextComponent, never>;
|
|
5
4
|
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarTextComponent, "c-navbar-text", never, {}, {}, never, ["*"], true, never>;
|
|
6
5
|
}
|
|
@@ -1,33 +1,28 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
1
|
import { CollapseDirective } from '../../collapse';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NavbarTogglerDirective
|
|
5
|
-
private
|
|
6
|
-
|
|
3
|
+
export declare class NavbarTogglerDirective {
|
|
4
|
+
#private;
|
|
5
|
+
constructor();
|
|
7
6
|
/**
|
|
8
7
|
* Reference to navbar collapse element (via # template variable) . [docs]
|
|
9
8
|
* @type string
|
|
10
9
|
* @default 'button'
|
|
11
10
|
*/
|
|
12
|
-
collapseRef
|
|
13
|
-
navbarToggler: boolean;
|
|
11
|
+
readonly collapseRef: import("@angular/core").InputSignal<CollapseDirective | undefined>;
|
|
14
12
|
/**
|
|
15
13
|
* Default type for navbar-toggler. [docs]
|
|
16
14
|
* @type string
|
|
17
15
|
* @default 'button'
|
|
18
16
|
*/
|
|
19
|
-
type: string
|
|
17
|
+
readonly type: import("@angular/core").InputSignal<string>;
|
|
20
18
|
/**
|
|
21
19
|
* Default aria-label attr for navbar-toggler. [docs]
|
|
22
20
|
* @type string
|
|
23
21
|
* @default 'Toggle navigation'
|
|
24
22
|
*/
|
|
25
|
-
ariaLabel: string
|
|
26
|
-
private hasContent;
|
|
27
|
-
constructor(renderer: Renderer2, hostElement: ElementRef);
|
|
23
|
+
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
28
24
|
handleClick(): void;
|
|
29
25
|
addDefaultIcon(): void;
|
|
30
|
-
ngAfterContentInit(): void;
|
|
31
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarTogglerDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarTogglerDirective, "[cNavbarToggler]", never, { "collapseRef": { "alias": "cNavbarToggler"; "required": false; }; "type": { "alias": "type"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NavbarTogglerDirective, "[cNavbarToggler]", never, { "collapseRef": { "alias": "cNavbarToggler"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
33
28
|
}
|
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { AfterContentInit,
|
|
2
|
-
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
1
|
+
import { AfterContentInit, OnDestroy } from '@angular/core';
|
|
3
2
|
import { CollapseDirective } from '../collapse';
|
|
4
|
-
import { Colors } from '../coreui.types';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
import * as i1 from "../shared/theme.directive";
|
|
7
|
-
export declare class NavbarComponent implements AfterContentInit {
|
|
8
|
-
private
|
|
9
|
-
private breakpointObserver;
|
|
5
|
+
export declare class NavbarComponent implements AfterContentInit, OnDestroy {
|
|
6
|
+
#private;
|
|
10
7
|
/**
|
|
11
8
|
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
12
9
|
* @type Colors
|
|
13
10
|
*/
|
|
14
|
-
color
|
|
11
|
+
readonly color: import("@angular/core").InputSignal<string | undefined>;
|
|
15
12
|
/**
|
|
16
13
|
* Defines optional container wrapping children elements.
|
|
17
14
|
*/
|
|
18
|
-
container
|
|
15
|
+
readonly container: import("@angular/core").InputSignal<boolean | "sm" | "md" | "lg" | "xl" | "xxl" | "fluid" | undefined>;
|
|
19
16
|
/**
|
|
20
17
|
* Defines the responsive breakpoint to determine when content collapses.
|
|
21
18
|
*/
|
|
22
|
-
expand
|
|
19
|
+
readonly expand: import("@angular/core").InputSignal<boolean | "sm" | "md" | "lg" | "xl" | "xxl" | undefined>;
|
|
23
20
|
/**
|
|
24
21
|
* Place component in non-static positions.
|
|
25
22
|
*/
|
|
26
|
-
placement
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
23
|
+
readonly placement: import("@angular/core").InputSignal<"fixed-top" | "fixed-bottom" | "sticky-top" | undefined>;
|
|
24
|
+
readonly role: import("@angular/core").InputSignal<string>;
|
|
25
|
+
readonly collapse: import("@angular/core").Signal<CollapseDirective | undefined>;
|
|
26
|
+
readonly hostClasses: import("@angular/core").Signal<Record<string, boolean>>;
|
|
27
|
+
readonly containerClass: import("@angular/core").Signal<string>;
|
|
28
|
+
readonly computedStyle: import("@angular/core").WritableSignal<string>;
|
|
29
|
+
readonly afterNextRenderFn: import("@angular/core").AfterRenderRef;
|
|
30
|
+
readonly breakpoint: import("@angular/core").Signal<string | false>;
|
|
33
31
|
ngAfterContentInit(): void;
|
|
32
|
+
ngOnDestroy(): void;
|
|
34
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavbarComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": { "alias": "color"; "required": false; }; "container": { "alias": "container"; "required": false; }; "expand": { "alias": "expand"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "role": { "alias": "role"; "required": false; }; }, {}, ["collapse"], ["*", "*"], true, [{ directive: typeof i1.ThemeDirective; inputs: { "colorScheme": "colorScheme"; }; outputs: {}; }]>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavbarComponent, "c-navbar", never, { "color": { "alias": "color"; "required": false; "isSignal": true; }; "container": { "alias": "container"; "required": false; "isSignal": true; }; "expand": { "alias": "expand"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "role": { "alias": "role"; "required": false; "isSignal": true; }; }, {}, ["collapse"], ["*", "*"], true, [{ directive: typeof i1.ThemeDirective; inputs: { "colorScheme": "colorScheme"; }; outputs: {}; }]>;
|
|
36
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.22",
|
|
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": "^18.2.0",
|
|
29
29
|
"@angular/forms": "^18.2.0",
|
|
30
30
|
"@angular/router": "^18.2.0",
|
|
31
|
-
"@coreui/coreui-pro": "^5.
|
|
32
|
-
"@coreui/icons-angular": "~5.2.
|
|
31
|
+
"@coreui/coreui-pro": "^5.6.0",
|
|
32
|
+
"@coreui/icons-angular": "~5.2.21",
|
|
33
33
|
"rxjs": "^7.8.1"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|