@coreui/angular-pro 4.4.0-next.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/esm2020/lib/accordion/accordion/accordion.component.mjs +3 -3
- package/esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs +3 -3
- package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +7 -9
- package/esm2020/lib/accordion/accordion.module.mjs +9 -22
- package/esm2020/lib/accordion/accordion.service.mjs +3 -3
- package/esm2020/lib/alert/alert-heading.directive.mjs +3 -3
- package/esm2020/lib/alert/alert-link.directive.mjs +3 -3
- package/esm2020/lib/alert/alert.component.mjs +7 -7
- package/esm2020/lib/alert/alert.module.mjs +8 -17
- package/esm2020/lib/avatar/avatar.component.mjs +10 -7
- package/esm2020/lib/avatar/avatar.module.mjs +5 -10
- package/esm2020/lib/backdrop/backdrop.service.mjs +3 -3
- package/esm2020/lib/badge/badge.component.mjs +11 -7
- package/esm2020/lib/badge/badge.module.mjs +5 -10
- package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +9 -5
- package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +8 -10
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +6 -7
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs +3 -3
- package/esm2020/lib/breadcrumb/breadcrumb.module.mjs +8 -21
- package/esm2020/lib/button/button-close.directive.mjs +3 -3
- package/esm2020/lib/button/button.directive.mjs +3 -3
- package/esm2020/lib/button/button.module.mjs +7 -11
- package/esm2020/lib/button-group/button-group/button-group.component.mjs +3 -3
- package/esm2020/lib/button-group/button-group.module.mjs +6 -8
- package/esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs +3 -3
- package/esm2020/lib/calendar/calendar/calendar-class-view.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar/calendar.component.mjs +19 -14
- package/esm2020/lib/calendar/calendar-month/calendar-class-day.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-month.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-class-year.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day-title.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.directive.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-day.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-month/calendar-month.component.mjs +34 -24
- package/esm2020/lib/calendar/calendar-month/calendar-weekday.pipe.mjs +3 -3
- package/esm2020/lib/calendar/calendar-navigation/calendar-navigation.component.mjs +6 -7
- package/esm2020/lib/calendar/calendar.module.mjs +5 -14
- package/esm2020/lib/calendar/calendar.service.mjs +3 -3
- package/esm2020/lib/callout/callout.component.mjs +3 -3
- package/esm2020/lib/callout/callout.module.mjs +6 -13
- package/esm2020/lib/card/card-body.component.mjs +3 -3
- package/esm2020/lib/card/card-footer.component.mjs +3 -3
- package/esm2020/lib/card/card-group.component.mjs +3 -3
- package/esm2020/lib/card/card-header-actions.component.mjs +3 -3
- package/esm2020/lib/card/card-header.component.mjs +3 -3
- package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +3 -3
- package/esm2020/lib/card/card-img.directive.mjs +3 -3
- package/esm2020/lib/card/card-link.directive.mjs +3 -3
- package/esm2020/lib/card/card-subtitle.directive.mjs +3 -3
- package/esm2020/lib/card/card-text.directive.mjs +3 -3
- package/esm2020/lib/card/card-title.directive.mjs +3 -3
- package/esm2020/lib/card/card.component.mjs +3 -3
- package/esm2020/lib/card/card.module.mjs +5 -10
- package/esm2020/lib/carousel/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +9 -10
- package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +6 -7
- package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +6 -7
- package/esm2020/lib/carousel/carousel-state.mjs +3 -3
- package/esm2020/lib/carousel/carousel.config.mjs +3 -3
- package/esm2020/lib/carousel/carousel.module.mjs +5 -10
- package/esm2020/lib/carousel/carousel.service.mjs +3 -3
- package/esm2020/lib/collapse/collapse.directive.mjs +3 -3
- package/esm2020/lib/collapse/collapse.module.mjs +6 -12
- package/esm2020/lib/date-picker/date-picker.component.mjs +26 -18
- package/esm2020/lib/date-picker/date-picker.module.mjs +7 -51
- package/esm2020/lib/date-range-picker/date-range-picker/date-range-picker.component.mjs +51 -49
- package/esm2020/lib/date-range-picker/date-range-picker.module.mjs +7 -47
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +6 -6
- package/esm2020/lib/dropdown/dropdown-close/dropdown-close.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs +3 -3
- package/esm2020/lib/dropdown/dropdown.module.mjs +5 -10
- package/esm2020/lib/dropdown/dropdown.service.mjs +3 -3
- package/esm2020/lib/element-cover/element-cover.component.mjs +6 -7
- package/esm2020/lib/element-cover/element-cover.module.mjs +7 -20
- package/esm2020/lib/footer/footer.component.mjs +3 -3
- package/esm2020/lib/footer/footer.module.mjs +6 -8
- package/esm2020/lib/form/form/form.directive.mjs +3 -3
- package/esm2020/lib/form/form-check/form-check-input.directive.mjs +3 -3
- package/esm2020/lib/form/form-check/form-check-label.directive.mjs +3 -3
- package/esm2020/lib/form/form-check/form-check.component.mjs +3 -3
- package/esm2020/lib/form/form-control/form-control.directive.mjs +3 -3
- package/esm2020/lib/form/form-feedback/form-feedback.component.mjs +3 -3
- package/esm2020/lib/form/form-floating/form-floating.directive.mjs +3 -3
- package/esm2020/lib/form/form-label/form-label.directive.mjs +3 -3
- package/esm2020/lib/form/form-select/form-select.directive.mjs +3 -3
- package/esm2020/lib/form/form-text/form-text.directive.mjs +3 -3
- package/esm2020/lib/form/form.module.mjs +5 -10
- package/esm2020/lib/form/input-group/input-group.component.mjs +3 -3
- package/esm2020/lib/form/input-group-text/input-group-text.directive.mjs +3 -3
- package/esm2020/lib/grid/col.component.mjs +3 -3
- package/esm2020/lib/grid/col.directive.mjs +3 -3
- package/esm2020/lib/grid/container.component.mjs +3 -3
- package/esm2020/lib/grid/grid.module.mjs +6 -12
- package/esm2020/lib/grid/gutter.directive.mjs +3 -3
- package/esm2020/lib/grid/row.component.mjs +9 -5
- package/esm2020/lib/grid/row.directive.mjs +3 -3
- package/esm2020/lib/header/header/header.component.mjs +8 -9
- package/esm2020/lib/header/header-brand/header-brand.component.mjs +3 -3
- package/esm2020/lib/header/header-divider/header-divider.component.mjs +3 -3
- package/esm2020/lib/header/header-nav/header-nav.component.mjs +3 -3
- package/esm2020/lib/header/header-text/header-text.component.mjs +3 -3
- package/esm2020/lib/header/header-toggler/header-toggler.directive.mjs +3 -3
- package/esm2020/lib/header/header.module.mjs +5 -10
- package/esm2020/lib/image/img.directive.mjs +3 -3
- package/esm2020/lib/image/img.module.mjs +7 -9
- package/esm2020/lib/list-group/list-group-item.directive.mjs +3 -3
- package/esm2020/lib/list-group/list-group.directive.mjs +3 -3
- package/esm2020/lib/list-group/list-group.module.mjs +6 -8
- package/esm2020/lib/loading-button/loading-button.component.mjs +3 -3
- package/esm2020/lib/loading-button/loading-button.module.mjs +7 -20
- package/esm2020/lib/modal/modal/modal.component.mjs +5 -5
- package/esm2020/lib/modal/modal-body/modal-body.component.mjs +3 -3
- package/esm2020/lib/modal/modal-content/modal-content.component.mjs +3 -3
- package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +3 -3
- package/esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs +3 -3
- package/esm2020/lib/modal/modal-footer/modal-footer.component.mjs +3 -3
- package/esm2020/lib/modal/modal-header/modal-header.component.mjs +3 -3
- package/esm2020/lib/modal/modal-title/modal-title.directive.mjs +3 -3
- package/esm2020/lib/modal/modal.module.mjs +5 -14
- package/esm2020/lib/modal/modal.service.mjs +3 -3
- package/esm2020/lib/multi-select/multi-select/multi-select-search.directive.mjs +69 -0
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +710 -188
- package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +6 -7
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +8 -7
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +8 -9
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +224 -45
- package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +16 -10
- package/esm2020/lib/multi-select/multi-select.module.mjs +10 -41
- package/esm2020/lib/multi-select/multi-select.service.mjs +27 -10
- package/esm2020/lib/multi-select/multi-select.type.mjs +1 -1
- package/esm2020/lib/multi-select/public_api.mjs +1 -2
- package/esm2020/lib/nav/nav-item.component.mjs +3 -3
- package/esm2020/lib/nav/nav-link.directive.mjs +3 -3
- package/esm2020/lib/nav/nav.component.mjs +3 -3
- package/esm2020/lib/nav/nav.module.mjs +5 -10
- package/esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs +3 -3
- package/esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
- package/esm2020/lib/navbar/navbar-text/navbar-text.component.mjs +3 -3
- package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +3 -3
- package/esm2020/lib/navbar/navbar.component.mjs +6 -7
- package/esm2020/lib/navbar/navbar.module.mjs +8 -17
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs +3 -3
- package/esm2020/lib/offcanvas/offcanvas.module.mjs +6 -15
- package/esm2020/lib/offcanvas/offcanvas.service.mjs +3 -3
- package/esm2020/lib/pagination/page-item/page-item.component.mjs +3 -3
- package/esm2020/lib/pagination/page-item/page-item.directive.mjs +3 -3
- package/esm2020/lib/pagination/page-link/page-link.directive.mjs +3 -3
- package/esm2020/lib/pagination/pagination/pagination.component.mjs +6 -7
- package/esm2020/lib/pagination/pagination.module.mjs +5 -10
- package/esm2020/lib/placeholder/placeholder-animation.directive.mjs +3 -3
- package/esm2020/lib/placeholder/placeholder.directive.mjs +3 -3
- package/esm2020/lib/placeholder/placeholder.module.mjs +5 -9
- package/esm2020/lib/popover/popover/popover.component.mjs +6 -7
- package/esm2020/lib/popover/popover.directive.mjs +29 -7
- package/esm2020/lib/popover/popover.module.mjs +5 -10
- package/esm2020/lib/progress/progress-bar.component.mjs +3 -3
- package/esm2020/lib/progress/progress.component.mjs +3 -3
- package/esm2020/lib/progress/progress.module.mjs +5 -10
- package/esm2020/lib/services/class-toggle.service.mjs +5 -5
- package/esm2020/lib/services/intersection.service.mjs +3 -3
- package/esm2020/lib/services/listeners.service.mjs +5 -7
- package/esm2020/lib/shared/html-attr.directive.mjs +4 -4
- package/esm2020/lib/shared/shared.module.mjs +5 -10
- package/esm2020/lib/shared/template-id.directive.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs +5 -5
- package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +6 -7
- package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-group.service.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +6 -7
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +6 -6
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +51 -25
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs +6 -6
- package/esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs +3 -3
- package/esm2020/lib/sidebar/sidebar.module.mjs +17 -33
- package/esm2020/lib/sidebar/sidebar.service.mjs +3 -3
- package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +6 -7
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +7 -20
- package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +64 -74
- package/esm2020/lib/smart-table/smart-table-column-filter/smart-table-column-filter.component.mjs +6 -7
- package/esm2020/lib/smart-table/smart-table-filter/filter-input.directive.mjs +5 -4
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +6 -7
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +27 -36
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +8 -9
- package/esm2020/lib/smart-table/smart-table.module.mjs +6 -70
- package/esm2020/lib/smart-table/smart-table.type.mjs +1 -1
- package/esm2020/lib/spinner/spinner.component.mjs +3 -3
- package/esm2020/lib/spinner/spinner.module.mjs +5 -14
- package/esm2020/lib/table/table-active.directive.mjs +3 -3
- package/esm2020/lib/table/table-color.directive.mjs +3 -3
- package/esm2020/lib/table/table.directive.mjs +3 -3
- package/esm2020/lib/table/table.module.mjs +5 -9
- package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +3 -3
- package/esm2020/lib/tabs/tab-content-ref.directive.mjs +3 -3
- package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +3 -3
- package/esm2020/lib/tabs/tab.service.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +6 -11
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-am-pm.component.mjs +6 -6
- package/esm2020/lib/time-picker/time-picker-roll-col/time-picker-roll-col.component.mjs +6 -6
- package/esm2020/lib/time-picker/time-picker.component.mjs +18 -16
- package/esm2020/lib/time-picker/time-picker.module.mjs +4 -4
- package/esm2020/lib/toast/toast/toast.component.mjs +3 -3
- package/esm2020/lib/toast/toast-body/toast-body.component.mjs +3 -3
- package/esm2020/lib/toast/toast-close.directive.mjs +3 -3
- package/esm2020/lib/toast/toast-header/toast-header.component.mjs +6 -7
- package/esm2020/lib/toast/toast.module.mjs +6 -15
- package/esm2020/lib/toast/toaster/toaster-host.directive.mjs +3 -3
- package/esm2020/lib/toast/toaster/toaster.component.mjs +3 -3
- package/esm2020/lib/toast/toaster/toaster.service.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.module.mjs +5 -10
- package/esm2020/lib/utilities/align.directive.mjs +3 -3
- package/esm2020/lib/utilities/bg-color.directive.mjs +3 -3
- package/esm2020/lib/utilities/border.directive.mjs +3 -3
- package/esm2020/lib/utilities/rounded.directive.mjs +3 -3
- package/esm2020/lib/utilities/text-color.directive.mjs +3 -3
- package/esm2020/lib/utilities/utilities.module.mjs +5 -9
- package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +6 -10
- package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +6 -7
- package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +9 -10
- package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +6 -7
- package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +6 -7
- package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +10 -11
- package/esm2020/lib/widget/widget.module.mjs +5 -18
- package/fesm2015/coreui-angular-pro.mjs +2489 -1952
- package/fesm2015/coreui-angular-pro.mjs.map +1 -1
- package/fesm2020/coreui-angular-pro.mjs +2473 -1955
- package/fesm2020/coreui-angular-pro.mjs.map +1 -1
- package/lib/accordion/accordion.module.d.ts +4 -7
- package/lib/alert/alert.module.d.ts +4 -6
- package/lib/avatar/avatar.module.d.ts +2 -3
- package/lib/badge/badge.module.d.ts +2 -3
- package/lib/breadcrumb/breadcrumb.module.d.ts +4 -7
- package/lib/button/button.module.d.ts +3 -4
- package/lib/button-group/button-group.module.d.ts +3 -4
- package/lib/calendar/calendar-month/calendar-month.component.d.ts +1 -1
- package/lib/calendar/calendar.module.d.ts +12 -14
- package/lib/callout/callout.module.d.ts +2 -3
- package/lib/card/card.module.d.ts +13 -14
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +2 -2
- package/lib/carousel/carousel.module.d.ts +7 -8
- package/lib/collapse/collapse.module.d.ts +2 -3
- package/lib/date-picker/date-picker.module.d.ts +2 -11
- package/lib/date-range-picker/date-range-picker.module.d.ts +2 -10
- package/lib/dropdown/dropdown.module.d.ts +8 -9
- package/lib/element-cover/element-cover.module.d.ts +2 -4
- package/lib/footer/footer.module.d.ts +2 -3
- package/lib/form/form.module.d.ts +13 -14
- package/lib/grid/grid.module.d.ts +7 -8
- package/lib/header/header.module.d.ts +7 -8
- package/lib/image/img.module.d.ts +2 -3
- package/lib/list-group/list-group.module.d.ts +3 -4
- package/lib/loading-button/loading-button.module.d.ts +2 -4
- package/lib/modal/modal.module.d.ts +9 -11
- package/lib/multi-select/multi-select/multi-select-search.directive.d.ts +15 -0
- package/lib/multi-select/multi-select/multi-select.component.d.ts +184 -28
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +1 -0
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +69 -20
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +5 -2
- package/lib/multi-select/multi-select.module.d.ts +5 -12
- package/lib/multi-select/multi-select.service.d.ts +14 -7
- package/lib/multi-select/multi-select.type.d.ts +12 -3
- package/lib/multi-select/public_api.d.ts +1 -1
- package/lib/nav/nav.module.d.ts +4 -5
- package/lib/navbar/navbar.module.d.ts +6 -8
- package/lib/offcanvas/offcanvas.module.d.ts +6 -8
- package/lib/pagination/pagination.module.d.ts +5 -6
- package/lib/placeholder/placeholder.module.d.ts +3 -4
- package/lib/popover/popover.directive.d.ts +8 -3
- package/lib/popover/popover.module.d.ts +3 -4
- package/lib/progress/progress.module.d.ts +3 -4
- package/lib/services/class-toggle.service.d.ts +1 -1
- package/lib/shared/html-attr.directive.d.ts +1 -1
- package/lib/shared/shared.module.d.ts +3 -4
- package/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.d.ts +1 -1
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +3 -3
- package/lib/sidebar/sidebar.module.d.ts +16 -20
- package/lib/smart-pagination/smart-pagination.module.d.ts +2 -4
- package/lib/smart-table/smart-table/smart-table.component.d.ts +10 -8
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +3 -3
- package/lib/smart-table/smart-table.module.d.ts +3 -17
- package/lib/smart-table/smart-table.type.d.ts +7 -7
- package/lib/spinner/spinner.module.d.ts +2 -3
- package/lib/table/table.module.d.ts +4 -5
- package/lib/tabs/tabs.module.d.ts +4 -5
- package/lib/toast/toast.module.d.ts +7 -9
- package/lib/tooltip/tooltip.module.d.ts +3 -4
- package/lib/utilities/utilities.module.d.ts +6 -7
- package/lib/widget/widget.module.d.ts +7 -10
- package/package.json +2 -2
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./placeholder.directive";
|
|
4
|
-
import * as i3 from "./placeholder-animation.directive";
|
|
2
|
+
import * as i1 from "./placeholder.directive";
|
|
3
|
+
import * as i2 from "./placeholder-animation.directive";
|
|
5
4
|
export declare class PlaceholderModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PlaceholderModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PlaceholderModule, never, [typeof i1.PlaceholderDirective, typeof i2.PlaceholderAnimationDirective], [typeof i1.PlaceholderDirective, typeof i2.PlaceholderAnimationDirective]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<PlaceholderModule>;
|
|
9
8
|
}
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { Options } from '@popperjs/core';
|
|
3
3
|
import { Triggers } from '../coreui.types';
|
|
4
4
|
import { ListenersService } from '../services/listeners.service';
|
|
5
|
+
import { IntersectionService } from '../services';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit {
|
|
7
|
+
export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit, AfterViewInit {
|
|
7
8
|
private document;
|
|
8
9
|
private renderer;
|
|
9
10
|
private hostElement;
|
|
10
11
|
private viewContainerRef;
|
|
11
12
|
private listenersService;
|
|
12
13
|
private changeDetectorRef;
|
|
14
|
+
private intersectionService;
|
|
13
15
|
/**
|
|
14
16
|
* Content of popover
|
|
15
17
|
* @type {string | TemplateRef}
|
|
@@ -42,12 +44,15 @@ export declare class PopoverDirective implements OnChanges, OnDestroy, OnInit {
|
|
|
42
44
|
private popoverRef;
|
|
43
45
|
private popperInstance;
|
|
44
46
|
private _popperOptions;
|
|
45
|
-
|
|
47
|
+
private intersectingSubscription?;
|
|
48
|
+
constructor(document: Document, renderer: Renderer2, hostElement: ElementRef, viewContainerRef: ViewContainerRef, listenersService: ListenersService, changeDetectorRef: ChangeDetectorRef, intersectionService: IntersectionService);
|
|
49
|
+
ngAfterViewInit(): void;
|
|
46
50
|
ngOnChanges(changes: SimpleChanges): void;
|
|
47
51
|
ngOnDestroy(): void;
|
|
48
52
|
ngOnInit(): void;
|
|
49
53
|
private setListeners;
|
|
50
54
|
private clearListeners;
|
|
55
|
+
private intersectionServiceSubscribe;
|
|
51
56
|
private getUID;
|
|
52
57
|
private createPopoverElement;
|
|
53
58
|
private destroyPopoverElement;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./popover.
|
|
4
|
-
import * as i3 from "./popover/popover.component";
|
|
2
|
+
import * as i1 from "./popover.directive";
|
|
3
|
+
import * as i2 from "./popover/popover.component";
|
|
5
4
|
export declare class PopoverModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof i1.PopoverDirective, typeof i2.PopoverComponent], [typeof i1.PopoverDirective, typeof i2.PopoverComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
|
|
9
8
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./progress.component";
|
|
4
|
-
import * as i3 from "./progress-bar.component";
|
|
2
|
+
import * as i1 from "./progress.component";
|
|
3
|
+
import * as i2 from "./progress-bar.component";
|
|
5
4
|
export declare class ProgressModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProgressModule, never, [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent], [typeof i1.ProgressComponent, typeof i2.ProgressBarComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProgressModule>;
|
|
9
8
|
}
|
|
@@ -4,7 +4,7 @@ export declare class ClassToggleService {
|
|
|
4
4
|
private document;
|
|
5
5
|
private rendererFactory;
|
|
6
6
|
private renderer;
|
|
7
|
-
constructor(document:
|
|
7
|
+
constructor(document: Document, rendererFactory: RendererFactory2);
|
|
8
8
|
toggle(selector: any, className: string): void;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ClassToggleService, never>;
|
|
10
10
|
static ɵprov: i0.ɵɵInjectableDeclaration<ClassToggleService>;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "
|
|
4
|
-
import * as i2 from "./
|
|
5
|
-
import * as i3 from "./template-id.directive";
|
|
3
|
+
import * as i1 from "./html-attr.directive";
|
|
4
|
+
import * as i2 from "./template-id.directive";
|
|
6
5
|
export declare class SharedModule {
|
|
7
6
|
static forRoot(): ModuleWithProviders<SharedModule>;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.HtmlAttributesDirective, typeof i2.TemplateIdDirective], [typeof i1.HtmlAttributesDirective, typeof i2.TemplateIdDirective]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
11
10
|
}
|
|
@@ -8,7 +8,7 @@ export declare class SidebarBackdropService {
|
|
|
8
8
|
private backdrop;
|
|
9
9
|
renderer: Renderer2;
|
|
10
10
|
private clickListener;
|
|
11
|
-
constructor(document:
|
|
11
|
+
constructor(document: Document, sidebarService: SidebarService);
|
|
12
12
|
setBackdrop(sidebar: SidebarComponent): void;
|
|
13
13
|
clearBackdrop(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarBackdropService, never>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
|
+
import { ElementRef, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
3
3
|
import { NavigationEnd, Router } from '@angular/router';
|
|
4
4
|
import { Observable, Subscription } from 'rxjs';
|
|
5
5
|
import { SidebarService } from '../sidebar.service';
|
|
@@ -34,7 +34,7 @@ export declare class SidebarNavGroupComponent implements OnInit, OnDestroy {
|
|
|
34
34
|
onAnimationStart($event: AnimationEvent): void;
|
|
35
35
|
onAnimationDone($event: AnimationEvent): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavGroupComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never,
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavGroupComponent, "c-sidebar-nav-group", never, { "item": "item"; "dropdownMode": "dropdownMode"; "show": "show"; }, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
39
39
|
export declare class SidebarNavComponent implements OnChanges {
|
|
40
40
|
sidebar: SidebarComponent;
|
|
@@ -55,5 +55,5 @@ export declare class SidebarNavComponent implements OnChanges {
|
|
|
55
55
|
ngOnChanges(changes: SimpleChanges): void;
|
|
56
56
|
hideMobile(): void;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavComponent, [{ optional: true; }, null, null, null, null, null]>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"],
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarNavComponent, "c-sidebar-nav", never, { "navItems": "navItems"; "dropdownMode": "dropdownMode"; "groupItems": "groupItems"; "compact": "compact"; }, {}, never, ["*"], true, never>;
|
|
59
59
|
}
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./sidebar
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "./sidebar/sidebar.component";
|
|
7
|
-
import * as i6 from "./sidebar-
|
|
8
|
-
import * as i7 from "./sidebar-
|
|
9
|
-
import * as i8 from "./sidebar-
|
|
10
|
-
import * as i9 from "./sidebar-nav/sidebar-nav-
|
|
11
|
-
import * as i10 from "./sidebar-nav/sidebar-nav-
|
|
12
|
-
import * as i11 from "./sidebar-nav/sidebar-nav-
|
|
13
|
-
import * as i12 from "./sidebar-nav/sidebar-nav-
|
|
14
|
-
import * as i13 from "./sidebar-nav/sidebar-nav-
|
|
15
|
-
import * as i14 from "./sidebar-
|
|
16
|
-
import * as i15 from "./sidebar-
|
|
17
|
-
import * as i16 from "./sidebar-nav/sidebar-nav-title.component";
|
|
18
|
-
import * as i17 from "./sidebar-toggle/sidebar-toggle.directive";
|
|
19
|
-
import * as i18 from "./sidebar-toggler/sidebar-toggler.component";
|
|
20
|
-
import * as i19 from "@coreui/icons-angular";
|
|
2
|
+
import * as i1 from "./sidebar/sidebar.component";
|
|
3
|
+
import * as i2 from "./sidebar-brand/sidebar-brand.component";
|
|
4
|
+
import * as i3 from "./sidebar-footer/sidebar-footer.component";
|
|
5
|
+
import * as i4 from "./sidebar-header/sidebar-header.component";
|
|
6
|
+
import * as i5 from "./sidebar-nav/sidebar-nav.component";
|
|
7
|
+
import * as i6 from "./sidebar-nav/sidebar-nav-badge.pipe";
|
|
8
|
+
import * as i7 from "./sidebar-nav/sidebar-nav-divider.component";
|
|
9
|
+
import * as i8 from "./sidebar-nav/sidebar-nav-icon.pipe";
|
|
10
|
+
import * as i9 from "./sidebar-nav/sidebar-nav-item-class.pipe";
|
|
11
|
+
import * as i10 from "./sidebar-nav/sidebar-nav-label.component";
|
|
12
|
+
import * as i11 from "./sidebar-nav/sidebar-nav-link.component";
|
|
13
|
+
import * as i12 from "./sidebar-nav/sidebar-nav-link.pipe";
|
|
14
|
+
import * as i13 from "./sidebar-nav/sidebar-nav-title.component";
|
|
15
|
+
import * as i14 from "./sidebar-toggle/sidebar-toggle.directive";
|
|
16
|
+
import * as i15 from "./sidebar-toggler/sidebar-toggler.component";
|
|
21
17
|
export declare class SidebarModule {
|
|
22
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule,
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, never, [typeof i1.SidebarComponent, typeof i2.SidebarBrandComponent, typeof i3.SidebarFooterComponent, typeof i4.SidebarHeaderComponent, typeof i5.SidebarNavComponent, typeof i6.SidebarNavBadgePipe, typeof i7.SidebarNavDividerComponent, typeof i5.SidebarNavGroupComponent, typeof i8.SidebarNavIconPipe, typeof i9.SidebarNavItemClassPipe, typeof i10.SidebarNavLabelComponent, typeof i11.SidebarNavLinkComponent, typeof i11.SidebarNavLinkContentComponent, typeof i12.SidebarNavLinkPipe, typeof i13.SidebarNavTitleComponent, typeof i14.SidebarToggleDirective, typeof i15.SidebarTogglerComponent], [typeof i1.SidebarComponent, typeof i14.SidebarToggleDirective, typeof i15.SidebarTogglerComponent, typeof i2.SidebarBrandComponent, typeof i5.SidebarNavComponent, typeof i4.SidebarHeaderComponent, typeof i3.SidebarFooterComponent]>;
|
|
24
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
|
|
25
21
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "../pagination/pagination.module";
|
|
4
|
-
import * as i3 from "./smart-pagination.component";
|
|
2
|
+
import * as i1 from "./smart-pagination.component";
|
|
5
3
|
export declare class SmartPaginationModule {
|
|
6
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, never, [typeof i1.SmartPaginationComponent], [typeof i1.SmartPaginationComponent]>;
|
|
8
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartPaginationModule>;
|
|
9
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterContentInit, EventEmitter, IterableDiffers, KeyValueDiffers, OnChanges, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
3
3
|
import { ITable } from '../../table/table.type';
|
|
4
|
-
import { IColumnFilter, IColumnFilterValue, IItem, IItemInternal, ISmartTable, ISorter, ISorterValue, ITableFilter, ITableGroupProps, ItemsPerPageSelect } from '../smart-table.type';
|
|
4
|
+
import { IColumn, IColumnFilter, IColumnFilterValue, IItem, IItemInternal, ISmartTable, ISorter, ISorterValue, ITableFilter, ITableGroupProps, ItemsPerPageSelect } from '../smart-table.type';
|
|
5
5
|
import { TemplateIdDirective } from '../../shared';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SmartTableComponent implements ISmartTable, AfterContentInit, OnChanges {
|
|
@@ -29,8 +29,8 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
29
29
|
set clickableRows(value: boolean);
|
|
30
30
|
get clickableRows(): boolean;
|
|
31
31
|
private _clickableRows;
|
|
32
|
-
set columns(value:
|
|
33
|
-
get columns():
|
|
32
|
+
set columns(value: (string | IColumn)[]);
|
|
33
|
+
get columns(): (string | IColumn)[];
|
|
34
34
|
private _columns?;
|
|
35
35
|
columnFilter?: boolean | IColumnFilter;
|
|
36
36
|
set columnFilterValue(value: IColumnFilterValue);
|
|
@@ -85,10 +85,10 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
85
85
|
tableFilterValueChange: EventEmitter<any>;
|
|
86
86
|
columnTemplates: QueryList<TemplateIdDirective>;
|
|
87
87
|
templates: {
|
|
88
|
-
[key: string]: TemplateRef<any> | null;
|
|
88
|
+
[key: string]: (TemplateRef<any> | null);
|
|
89
89
|
};
|
|
90
90
|
columnFilterTemplates: {
|
|
91
|
-
[key: string]: TemplateRef<any> | null;
|
|
91
|
+
[key: string]: (TemplateRef<any> | null);
|
|
92
92
|
};
|
|
93
93
|
ngAfterContentInit(): void;
|
|
94
94
|
get selectedAll(): boolean | "indeterminate";
|
|
@@ -102,8 +102,8 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
102
102
|
get itemsOnActivePage(): IItemInternal[];
|
|
103
103
|
get currentItems(): IItemInternal[];
|
|
104
104
|
get genCols(): string[];
|
|
105
|
-
get rawColumnNames():
|
|
106
|
-
get itemsDataColumns():
|
|
105
|
+
get rawColumnNames(): string[];
|
|
106
|
+
get itemsDataColumns(): string[];
|
|
107
107
|
get sortedItems(): IItemInternal[];
|
|
108
108
|
get tableFilterEvent(): 'change' | 'input';
|
|
109
109
|
private _columnFiltered;
|
|
@@ -132,7 +132,9 @@ export declare class SmartTableComponent implements ISmartTable, AfterContentIni
|
|
|
132
132
|
align?: "top" | "bottom" | "middle" | undefined;
|
|
133
133
|
color?: string | undefined;
|
|
134
134
|
} | undefined;
|
|
135
|
-
tableDataCellClasses(item: IItem, colName: string):
|
|
135
|
+
tableDataCellClasses(item: IItem, colName: string): string | {
|
|
136
|
+
[klass: string]: any;
|
|
137
|
+
} | undefined;
|
|
136
138
|
getColumnName($event: MouseEvent): string;
|
|
137
139
|
handleRowClick(param: {
|
|
138
140
|
$event: MouseEvent;
|
|
@@ -30,12 +30,12 @@ export declare class SmartTableHeadComponent implements OnInit {
|
|
|
30
30
|
getColumnSorterState(column: IColumn | string): string | number;
|
|
31
31
|
prettifyName(name: string): string;
|
|
32
32
|
handleSortClick(column: IColumn | string, i: number): void;
|
|
33
|
-
columnFilterEnabled(column: IColumn | string): boolean;
|
|
34
|
-
columnSorterEnabled(column: IColumn | string): boolean;
|
|
33
|
+
columnFilterEnabled(column: IColumn | string): boolean | ((column: import("../smart-table.type").IItem, value: string) => boolean);
|
|
34
|
+
columnSorterEnabled(column: IColumn | string): boolean | ((a: import("../smart-table.type").IItem, b: import("../smart-table.type").IItem) => number);
|
|
35
35
|
handleColumnFilterValueChange($event: {
|
|
36
36
|
value: string;
|
|
37
37
|
type?: string;
|
|
38
|
-
column: IColumn | string;
|
|
38
|
+
column: (IColumn | string);
|
|
39
39
|
}): void;
|
|
40
40
|
handleSelectAllChecked($event: Event): void;
|
|
41
41
|
getColumnFilter(column: IColumn | string): string;
|
|
@@ -1,22 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "../table/table.module";
|
|
5
|
-
import * as i4 from "../pagination/pagination.module";
|
|
6
|
-
import * as i5 from "../smart-pagination/smart-pagination.module";
|
|
7
|
-
import * as i6 from "../form/form.module";
|
|
8
|
-
import * as i7 from "@angular/forms";
|
|
9
|
-
import * as i8 from "../button/button.module";
|
|
10
|
-
import * as i9 from "../shared/shared.module";
|
|
11
|
-
import * as i10 from "../utilities/utilities.module";
|
|
12
|
-
import * as i11 from "./smart-table/smart-table.component";
|
|
13
|
-
import * as i12 from "./smart-table-filter/smart-table-filter.component";
|
|
14
|
-
import * as i13 from "./smart-table-items-per-page-selector/smart-table-items-per-page-selector.component";
|
|
15
|
-
import * as i14 from "./smart-table-head/smart-table-head.component";
|
|
16
|
-
import * as i15 from "./smart-table-filter/filter-input.directive";
|
|
17
|
-
import * as i16 from "./smart-table-column-filter/smart-table-column-filter.component";
|
|
2
|
+
import * as i1 from "./smart-table/smart-table.component";
|
|
3
|
+
import * as i2 from "./smart-table-filter/smart-table-filter.component";
|
|
18
4
|
export declare class SmartTableModule {
|
|
19
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartTableModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTableModule, never, [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent], [typeof i1.SmartTableComponent, typeof i2.SmartTableFilterComponent]>;
|
|
21
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartTableModule>;
|
|
22
8
|
}
|
|
@@ -125,7 +125,7 @@ export interface ISmartTable {
|
|
|
125
125
|
pagination?: boolean;
|
|
126
126
|
/**
|
|
127
127
|
* Properties to `CSmartPagination` component.
|
|
128
|
-
* @link https://coreui.io/
|
|
128
|
+
* @link https://coreui.io/angular/docs/components/smart-pagination#csmartpagination
|
|
129
129
|
* todo or remove?
|
|
130
130
|
*/
|
|
131
131
|
/**
|
|
@@ -160,12 +160,12 @@ export interface ISmartTable {
|
|
|
160
160
|
sortingIconDescending?: TemplateRef<any>;
|
|
161
161
|
/**
|
|
162
162
|
* Properties to `CTableBody` component.
|
|
163
|
-
* @link https://coreui.io/
|
|
163
|
+
* @link https://coreui.io/angular/docs/components/table/#ctablebody
|
|
164
164
|
* todo or remove?
|
|
165
165
|
*/
|
|
166
166
|
/**
|
|
167
167
|
* Properties to `CTableFoot` component.
|
|
168
|
-
* @link https://coreui.io/
|
|
168
|
+
* @link https://coreui.io/angular/docs/components/table/#ctablefoot
|
|
169
169
|
* todo or remove?
|
|
170
170
|
*/
|
|
171
171
|
/**
|
|
@@ -197,12 +197,12 @@ export interface ISmartTable {
|
|
|
197
197
|
tableFilterValue?: string;
|
|
198
198
|
/**
|
|
199
199
|
* Properties to `CTableHead` component.
|
|
200
|
-
* @link https://coreui.io/
|
|
200
|
+
* @link https://coreui.io/angular/docs/components/table/#ctablehead
|
|
201
201
|
* todo or remove?
|
|
202
202
|
*/
|
|
203
203
|
/**
|
|
204
204
|
* Properties to `CTable` component.
|
|
205
|
-
* @link https://coreui.io/
|
|
205
|
+
* @link https://coreui.io/angular/docs/components/table/#ctable
|
|
206
206
|
*/
|
|
207
207
|
tableProps?: ITable;
|
|
208
208
|
}
|
|
@@ -214,10 +214,10 @@ export interface IColumnFilterValue {
|
|
|
214
214
|
[key: string]: any;
|
|
215
215
|
}
|
|
216
216
|
export interface IColumn {
|
|
217
|
-
filter?: boolean;
|
|
217
|
+
filter?: boolean | ((column: IItem, value: string) => boolean);
|
|
218
218
|
label?: string;
|
|
219
219
|
key: string;
|
|
220
|
-
sorter?: boolean;
|
|
220
|
+
sorter?: boolean | ((a: IItem, b: IItem) => number);
|
|
221
221
|
_style?: any;
|
|
222
222
|
_props?: ITableHeaderCellProps;
|
|
223
223
|
_classes?: string | string[] | Set<string> | {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./spinner.component";
|
|
2
|
+
import * as i1 from "./spinner.component";
|
|
4
3
|
export declare class SpinnerModule {
|
|
5
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SpinnerModule, never, [typeof i1.
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpinnerModule, never, [typeof i1.SpinnerComponent], [typeof i1.SpinnerComponent]>;
|
|
7
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<SpinnerModule>;
|
|
8
7
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./table.directive";
|
|
4
|
-
import * as i3 from "./table-
|
|
5
|
-
import * as i4 from "./table-active.directive";
|
|
2
|
+
import * as i1 from "./table.directive";
|
|
3
|
+
import * as i2 from "./table-color.directive";
|
|
4
|
+
import * as i3 from "./table-active.directive";
|
|
6
5
|
export declare class TableModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1.TableDirective, typeof i2.TableColorDirective, typeof i3.TableActiveDirective], [typeof i1.TableDirective, typeof i2.TableColorDirective, typeof i3.TableActiveDirective]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
|
|
10
9
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./tab-content
|
|
4
|
-
import * as i3 from "./tab-
|
|
5
|
-
import * as i4 from "./tab-pane/tab-pane.component";
|
|
2
|
+
import * as i1 from "./tab-content/tab-content.component";
|
|
3
|
+
import * as i2 from "./tab-content-ref.directive";
|
|
4
|
+
import * as i3 from "./tab-pane/tab-pane.component";
|
|
6
5
|
export declare class TabsModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, never, [typeof i1.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, never, [typeof i1.TabContentComponent, typeof i2.TabContentRefDirective, typeof i3.TabPaneComponent], [typeof i1.TabContentComponent, typeof i3.TabPaneComponent, typeof i2.TabContentRefDirective]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
|
|
10
9
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./toast-
|
|
5
|
-
import * as i4 from "./toast/toast.component";
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./
|
|
8
|
-
import * as i7 from "./toaster/toaster.component";
|
|
9
|
-
import * as i8 from "./toaster/toaster-host.directive";
|
|
2
|
+
import * as i1 from "./toast-body/toast-body.component";
|
|
3
|
+
import * as i2 from "./toast/toast.component";
|
|
4
|
+
import * as i3 from "./toast-close.directive";
|
|
5
|
+
import * as i4 from "./toast-header/toast-header.component";
|
|
6
|
+
import * as i5 from "./toaster/toaster.component";
|
|
7
|
+
import * as i6 from "./toaster/toaster-host.directive";
|
|
10
8
|
export declare class ToastModule {
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof i1.ToastBodyComponent, typeof i2.ToastComponent, typeof i3.ToastCloseDirective, typeof i4.ToastHeaderComponent, typeof i5.ToasterComponent, typeof i6.ToasterHostDirective], [typeof i1.ToastBodyComponent, typeof i2.ToastComponent, typeof i3.ToastCloseDirective, typeof i4.ToastHeaderComponent, typeof i5.ToasterComponent, typeof i6.ToasterHostDirective]>;
|
|
13
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
|
|
14
12
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./tooltip
|
|
4
|
-
import * as i3 from "./tooltip.directive";
|
|
2
|
+
import * as i1 from "./tooltip/tooltip.component";
|
|
3
|
+
import * as i2 from "./tooltip.directive";
|
|
5
4
|
export declare class TooltipModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, never, [typeof i1.TooltipComponent, typeof i2.TooltipDirective], [typeof i1.TooltipComponent, typeof i2.TooltipDirective]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
9
8
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "./
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
6
|
-
import * as i5 from "./
|
|
7
|
-
import * as i6 from "./align.directive";
|
|
2
|
+
import * as i1 from "./bg-color.directive";
|
|
3
|
+
import * as i2 from "./border.directive";
|
|
4
|
+
import * as i3 from "./rounded.directive";
|
|
5
|
+
import * as i4 from "./text-color.directive";
|
|
6
|
+
import * as i5 from "./align.directive";
|
|
8
7
|
export declare class UtilitiesModule {
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, never, [typeof i1.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilitiesModule, never, [typeof i1.BgColorDirective, typeof i2.BorderDirective, typeof i3.RoundedDirective, typeof i4.TextColorDirective, typeof i5.AlignDirective], [typeof i1.BgColorDirective, typeof i2.BorderDirective, typeof i3.RoundedDirective, typeof i4.TextColorDirective, typeof i5.AlignDirective]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<UtilitiesModule>;
|
|
12
11
|
}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "
|
|
5
|
-
import * as i4 from "./widget-stat-
|
|
6
|
-
import * as i5 from "./widget-stat-
|
|
7
|
-
import * as i6 from "./widget-stat-
|
|
8
|
-
import * as i7 from "./widget-stat-d/widget-stat-d.component";
|
|
9
|
-
import * as i8 from "./widget-stat-e/widget-stat-e.component";
|
|
10
|
-
import * as i9 from "./widget-stat-f/widget-stat-f.component";
|
|
2
|
+
import * as i1 from "./widget-stat-a/widget-stat-a.component";
|
|
3
|
+
import * as i2 from "./widget-stat-b/widget-stat-b.component";
|
|
4
|
+
import * as i3 from "./widget-stat-c/widget-stat-c.component";
|
|
5
|
+
import * as i4 from "./widget-stat-d/widget-stat-d.component";
|
|
6
|
+
import * as i5 from "./widget-stat-e/widget-stat-e.component";
|
|
7
|
+
import * as i6 from "./widget-stat-f/widget-stat-f.component";
|
|
11
8
|
export declare class WidgetModule {
|
|
12
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, never, [typeof i1.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<WidgetModule, never, [typeof i1.WidgetStatAComponent, typeof i2.WidgetStatBComponent, typeof i3.WidgetStatCComponent, typeof i4.WidgetStatDComponent, typeof i5.WidgetStatEComponent, typeof i6.WidgetStatFComponent], [typeof i1.WidgetStatAComponent, typeof i2.WidgetStatBComponent, typeof i3.WidgetStatCComponent, typeof i4.WidgetStatDComponent, typeof i5.WidgetStatEComponent, typeof i6.WidgetStatFComponent]>;
|
|
14
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<WidgetModule>;
|
|
15
12
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreui/angular-pro",
|
|
3
|
-
"version": "4.4.0
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "CoreUI Pro Components Library for Angular",
|
|
5
|
-
"copyright": "Copyright
|
|
5
|
+
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
|
|
6
6
|
"homepage": "https://coreui.io/angular",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "creativeLabs Łukasz Holeczek",
|