@coreui/angular-pro 4.0.0-alpha.1 → 4.0.0-alpha.10
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 +12 -12
- package/{esm2015/coreui-angular-pro.js → esm2020/coreui-angular-pro.mjs} +0 -0
- package/esm2020/lib/accordion/accordion/accordion.component.mjs +40 -0
- package/{esm2015/lib/accordion/accordion-button/accordion-button.directive.js → esm2020/lib/accordion/accordion-button/accordion-button.directive.mjs} +4 -4
- package/esm2020/lib/accordion/accordion-item/accordion-item.component.mjs +55 -0
- package/{esm2015/lib/accordion/accordion.module.js → esm2020/lib/accordion/accordion.module.mjs} +5 -5
- package/{esm2015/lib/accordion/accordion.service.js → esm2020/lib/accordion/accordion.service.mjs} +4 -4
- package/{esm2015/lib/accordion/index.js → esm2020/lib/accordion/index.mjs} +0 -0
- package/{esm2015/lib/accordion/public_api.js → esm2020/lib/accordion/public_api.mjs} +0 -0
- package/{esm2015/lib/alert/alert-heading.directive.js → esm2020/lib/alert/alert-heading.directive.mjs} +4 -4
- package/{esm2015/lib/alert/alert-link.directive.js → esm2020/lib/alert/alert-link.directive.mjs} +4 -4
- package/esm2020/lib/alert/alert.component.mjs +170 -0
- package/{esm2015/lib/alert/alert.module.js → esm2020/lib/alert/alert.module.mjs} +5 -5
- package/{esm2015/lib/alert/index.js → esm2020/lib/alert/index.mjs} +0 -0
- package/{esm2015/lib/alert/public_api.js → esm2020/lib/alert/public_api.mjs} +0 -0
- package/esm2020/lib/avatar/avatar.component.mjs +49 -0
- package/{esm2015/lib/avatar/avatar.module.js → esm2020/lib/avatar/avatar.module.mjs} +5 -5
- package/{esm2015/lib/avatar/index.js → esm2020/lib/avatar/index.mjs} +0 -0
- package/{esm2015/lib/avatar/public_api.js → esm2020/lib/avatar/public_api.mjs} +0 -0
- package/esm2020/lib/backdrop/backdrop.service.mjs +52 -0
- package/esm2020/lib/badge/badge.component.mjs +42 -0
- package/{esm2015/lib/badge/badge.module.js → esm2020/lib/badge/badge.module.mjs} +5 -5
- package/{esm2015/lib/badge/index.js → esm2020/lib/badge/index.mjs} +0 -0
- package/{esm2015/lib/badge/public_api.js → esm2020/lib/badge/public_api.mjs} +0 -0
- package/esm2020/lib/breadcrumb/breadcrumb/breadcrumb.component.mjs +43 -0
- package/esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +37 -0
- package/{esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.js → esm2020/lib/breadcrumb/breadcrumb-item/breadcrumb-item.mjs} +0 -0
- package/esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.mjs +41 -0
- package/{esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.js → esm2020/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.mjs} +5 -5
- package/{esm2015/lib/breadcrumb/breadcrumb.module.js → esm2020/lib/breadcrumb/breadcrumb.module.mjs} +5 -5
- package/{esm2015/lib/breadcrumb/index.js → esm2020/lib/breadcrumb/index.mjs} +0 -0
- package/{esm2015/lib/breadcrumb/public_api.js → esm2020/lib/breadcrumb/public_api.mjs} +0 -0
- package/esm2020/lib/button/button-close.directive.mjs +43 -0
- package/{esm2015/lib/button/button.directive.js → esm2020/lib/button/button.directive.mjs} +4 -4
- package/{esm2015/lib/button/button.module.js → esm2020/lib/button/button.module.mjs} +5 -5
- package/{esm2015/lib/button/index.js → esm2020/lib/button/index.mjs} +0 -0
- package/{esm2015/lib/button/public_api.js → esm2020/lib/button/public_api.mjs} +0 -0
- package/{esm2015/lib/button-group/button-group/button-group.component.js → esm2020/lib/button-group/button-group/button-group.component.mjs} +4 -4
- package/{esm2015/lib/button-group/button-group.module.js → esm2020/lib/button-group/button-group.module.mjs} +5 -5
- package/{esm2015/lib/button-group/button-toolbar/button-toolbar.component.js → esm2020/lib/button-group/button-toolbar/button-toolbar.component.mjs} +4 -4
- package/{esm2015/lib/button-group/index.js → esm2020/lib/button-group/index.mjs} +0 -0
- package/{esm2015/lib/button-group/public_api.js → esm2020/lib/button-group/public_api.mjs} +0 -0
- package/esm2020/lib/callout/callout.component.mjs +23 -0
- package/{esm2015/lib/callout/callout.module.js → esm2020/lib/callout/callout.module.mjs} +5 -5
- package/{esm2015/lib/callout/index.js → esm2020/lib/callout/index.mjs} +0 -0
- package/{esm2015/lib/callout/public_api.js → esm2020/lib/callout/public_api.mjs} +0 -0
- package/{esm2015/lib/card/card-body.component.js → esm2020/lib/card/card-body.component.mjs} +4 -4
- package/{esm2015/lib/card/card-footer.component.js → esm2020/lib/card/card-footer.component.mjs} +4 -4
- package/{esm2015/lib/card/card-group.component.js → esm2020/lib/card/card-group.component.mjs} +4 -4
- package/{esm2015/lib/card/card-header-actions.component.js → esm2020/lib/card/card-header-actions.component.mjs} +4 -4
- package/{esm2015/lib/card/card-header.component.js → esm2020/lib/card/card-header.component.mjs} +4 -4
- package/esm2020/lib/card/card-img-overlay/card-img-overlay.component.mjs +19 -0
- package/{esm2015/lib/card/card-img.directive.js → esm2020/lib/card/card-img.directive.mjs} +4 -4
- package/{esm2015/lib/card/card-link.directive.js → esm2020/lib/card/card-link.directive.mjs} +4 -4
- package/{esm2015/lib/card/card-subtitle.directive.js → esm2020/lib/card/card-subtitle.directive.mjs} +4 -4
- package/{esm2015/lib/card/card-text.directive.js → esm2020/lib/card/card-text.directive.mjs} +4 -4
- package/{esm2015/lib/card/card-title.directive.js → esm2020/lib/card/card-title.directive.mjs} +4 -4
- package/{esm2015/lib/card/card.component.js → esm2020/lib/card/card.component.mjs} +4 -4
- package/{esm2015/lib/card/card.module.js → esm2020/lib/card/card.module.mjs} +5 -5
- package/{esm2015/lib/card/index.js → esm2020/lib/card/index.mjs} +0 -0
- package/{esm2015/lib/card/public_api.js → esm2020/lib/card/public_api.mjs} +0 -0
- package/esm2020/lib/carousel/carousel/carousel.component.mjs +134 -0
- package/esm2020/lib/carousel/carousel-caption/carousel-caption.component.mjs +17 -0
- package/esm2020/lib/carousel/carousel-control/carousel-control.component.mjs +83 -0
- package/esm2020/lib/carousel/carousel-indicators/carousel-indicators.component.mjs +45 -0
- package/esm2020/lib/carousel/carousel-inner/carousel-inner.component.mjs +47 -0
- package/esm2020/lib/carousel/carousel-item/carousel-item.component.mjs +60 -0
- package/esm2020/lib/carousel/carousel-state.mjs +71 -0
- package/{esm2015/lib/carousel/carousel-state.type.js → esm2020/lib/carousel/carousel-state.type.mjs} +0 -0
- package/{esm2015/lib/carousel/carousel.animation.js → esm2020/lib/carousel/carousel.animation.mjs} +0 -0
- package/{esm2015/lib/carousel/carousel.config.js → esm2020/lib/carousel/carousel.config.mjs} +4 -4
- package/{esm2015/lib/carousel/carousel.module.js → esm2020/lib/carousel/carousel.module.mjs} +5 -5
- package/{esm2015/lib/carousel/carousel.service.js → esm2020/lib/carousel/carousel.service.mjs} +4 -4
- package/{esm2015/lib/carousel/index.js → esm2020/lib/carousel/index.mjs} +0 -0
- package/{esm2015/lib/carousel/public_api.js → esm2020/lib/carousel/public_api.mjs} +0 -0
- package/{esm2015/lib/collapse/collapse.animations.js → esm2020/lib/collapse/collapse.animations.mjs} +1 -1
- package/esm2020/lib/collapse/collapse.directive.mjs +130 -0
- package/{esm2015/lib/collapse/collapse.module.js → esm2020/lib/collapse/collapse.module.mjs} +5 -5
- package/{esm2015/lib/collapse/index.js → esm2020/lib/collapse/index.mjs} +0 -0
- package/{esm2015/lib/collapse/public_api.js → esm2020/lib/collapse/public_api.mjs} +0 -0
- package/{esm2015/lib/coreui.types.js → esm2020/lib/coreui.types.mjs} +0 -0
- package/esm2020/lib/dropdown/dropdown/dropdown.component.mjs +296 -0
- package/{esm2015/lib/dropdown/dropdown-divider/dropdown-divider.directive.js → esm2020/lib/dropdown/dropdown-divider/dropdown-divider.directive.mjs} +4 -4
- package/{esm2015/lib/dropdown/dropdown-header/dropdown-header.directive.js → esm2020/lib/dropdown/dropdown-header/dropdown-header.directive.mjs} +4 -4
- package/{esm2015/lib/dropdown/dropdown-item/dropdown-item-plain.directive.js → esm2020/lib/dropdown/dropdown-item/dropdown-item-plain.directive.mjs} +4 -4
- package/esm2020/lib/dropdown/dropdown-item/dropdown-item.directive.mjs +68 -0
- package/{esm2015/lib/dropdown/dropdown-menu/dropdown-menu.directive.js → esm2020/lib/dropdown/dropdown-menu/dropdown-menu.directive.mjs} +4 -4
- package/{esm2015/lib/dropdown/dropdown.module.js → esm2020/lib/dropdown/dropdown.module.mjs} +5 -5
- package/{esm2015/lib/dropdown/dropdown.service.js → esm2020/lib/dropdown/dropdown.service.mjs} +4 -4
- package/{esm2015/lib/dropdown/index.js → esm2020/lib/dropdown/index.mjs} +0 -0
- package/{esm2015/lib/dropdown/public_api.js → esm2020/lib/dropdown/public_api.mjs} +0 -0
- package/esm2020/lib/element-cover/element-cover.component.mjs +71 -0
- package/esm2020/lib/element-cover/element-cover.module.mjs +30 -0
- package/esm2020/lib/element-cover/index.mjs +2 -0
- package/esm2020/lib/element-cover/public_api.mjs +3 -0
- package/{esm2015/lib/footer/footer.component.js → esm2020/lib/footer/footer.component.mjs} +4 -4
- package/{esm2015/lib/footer/footer.module.js → esm2020/lib/footer/footer.module.mjs} +5 -5
- package/{esm2015/lib/footer/index.js → esm2020/lib/footer/index.mjs} +0 -0
- package/{esm2015/lib/footer/public_api.js → esm2020/lib/footer/public_api.mjs} +0 -0
- package/{esm2015/lib/form/form/form.directive.js → esm2020/lib/form/form/form.directive.mjs} +4 -4
- package/esm2020/lib/form/form-check/form-check-input.directive.mjs +62 -0
- package/{esm2015/lib/form/form-check/form-check-label.directive.js → esm2020/lib/form/form-check/form-check-label.directive.mjs} +4 -4
- package/{esm2015/lib/form/form-check/form-check.component.js → esm2020/lib/form/form-check/form-check.component.mjs} +4 -4
- package/{esm2015/lib/form/form-control/form-control.directive.js → esm2020/lib/form/form-control/form-control.directive.mjs} +4 -4
- package/{esm2015/lib/form/form-feedback/form-feedback.component.js → esm2020/lib/form/form-feedback/form-feedback.component.mjs} +4 -4
- package/{esm2015/lib/form/form-floating/form-floating.directive.js → esm2020/lib/form/form-floating/form-floating.directive.mjs} +4 -4
- package/{esm2015/lib/form/form-label/form-label.directive.js → esm2020/lib/form/form-label/form-label.directive.mjs} +4 -4
- package/{esm2015/lib/form/form-select/form-select.directive.js → esm2020/lib/form/form-select/form-select.directive.mjs} +4 -4
- package/{esm2015/lib/form/form-text/form-text.directive.js → esm2020/lib/form/form-text/form-text.directive.mjs} +4 -4
- package/{esm2015/lib/form/form.module.js → esm2020/lib/form/form.module.mjs} +5 -5
- package/{esm2015/lib/form/index.js → esm2020/lib/form/index.mjs} +0 -0
- package/{esm2015/lib/form/input-group/input-group.component.js → esm2020/lib/form/input-group/input-group.component.mjs} +4 -4
- package/{esm2015/lib/form/input-group-text/input-group-text.directive.js → esm2020/lib/form/input-group-text/input-group-text.directive.mjs} +4 -4
- package/{esm2015/lib/form/public_api.js → esm2020/lib/form/public_api.mjs} +0 -0
- package/esm2020/lib/grid/col.component.mjs +12 -0
- package/esm2020/lib/grid/col.directive.mjs +151 -0
- package/{esm2015/lib/grid/col.type.js → esm2020/lib/grid/col.type.mjs} +0 -0
- package/esm2020/lib/grid/container.component.mjs +43 -0
- package/{esm2015/lib/grid/container.type.js → esm2020/lib/grid/container.type.mjs} +0 -0
- package/{esm2015/lib/grid/grid.module.js → esm2020/lib/grid/grid.module.mjs} +5 -5
- package/esm2020/lib/grid/gutter.directive.mjs +56 -0
- package/{esm2015/lib/grid/gutter.type.js → esm2020/lib/grid/gutter.type.mjs} +0 -0
- package/{esm2015/lib/grid/index.js → esm2020/lib/grid/index.mjs} +0 -0
- package/{esm2015/lib/grid/public_api.js → esm2020/lib/grid/public_api.mjs} +0 -0
- package/esm2020/lib/grid/row.component.mjs +12 -0
- package/{esm2015/lib/grid/row.directive.js → esm2020/lib/grid/row.directive.mjs} +4 -4
- package/{esm2015/lib/grid/row.type.js → esm2020/lib/grid/row.type.mjs} +0 -0
- package/esm2020/lib/header/header/header.component.mjs +47 -0
- package/{esm2015/lib/header/header-brand/header-brand.component.js → esm2020/lib/header/header-brand/header-brand.component.mjs} +4 -4
- package/{esm2015/lib/header/header-divider/header-divider.component.js → esm2020/lib/header/header-divider/header-divider.component.mjs} +4 -4
- package/esm2020/lib/header/header-nav/header-nav.component.mjs +28 -0
- package/{esm2015/lib/header/header-text/header-text.component.js → esm2020/lib/header/header-text/header-text.component.mjs} +4 -4
- package/{esm2015/lib/header/header-toggler/header-toggler.directive.js → esm2020/lib/header/header-toggler/header-toggler.directive.mjs} +4 -4
- package/{esm2015/lib/header/header.module.js → esm2020/lib/header/header.module.mjs} +5 -5
- package/{esm2015/lib/header/index.js → esm2020/lib/header/index.mjs} +0 -0
- package/{esm2015/lib/header/public_api.js → esm2020/lib/header/public_api.mjs} +0 -0
- package/{esm2015/lib/image/img.directive.js → esm2020/lib/image/img.directive.mjs} +4 -4
- package/{esm2015/lib/image/img.module.js → esm2020/lib/image/img.module.mjs} +5 -5
- package/{esm2015/lib/image/index.js → esm2020/lib/image/index.mjs} +0 -0
- package/{esm2015/lib/image/public_api.js → esm2020/lib/image/public_api.mjs} +0 -0
- package/{esm2015/lib/list-group/index.js → esm2020/lib/list-group/index.mjs} +0 -0
- package/{esm2015/lib/list-group/list-group-item.directive.js → esm2020/lib/list-group/list-group-item.directive.mjs} +4 -4
- package/{esm2015/lib/list-group/list-group.directive.js → esm2020/lib/list-group/list-group.directive.mjs} +4 -4
- package/{esm2015/lib/list-group/list-group.module.js → esm2020/lib/list-group/list-group.module.mjs} +5 -5
- package/{esm2015/lib/list-group/public_api.js → esm2020/lib/list-group/public_api.mjs} +0 -0
- package/{esm2015/lib/loading-button/index.js → esm2020/lib/loading-button/index.mjs} +0 -0
- package/esm2020/lib/loading-button/loading-button.component.mjs +84 -0
- package/{esm2015/lib/loading-button/loading-button.module.js → esm2020/lib/loading-button/loading-button.module.mjs} +5 -5
- package/{esm2015/lib/loading-button/public_api.js → esm2020/lib/loading-button/public_api.mjs} +0 -0
- package/{esm2015/lib/modal/index.js → esm2020/lib/modal/index.mjs} +0 -0
- package/esm2020/lib/modal/modal/modal.component.mjs +314 -0
- package/esm2020/lib/modal/modal-body/modal-body.component.mjs +19 -0
- package/esm2020/lib/modal/modal-content/modal-content.component.mjs +36 -0
- package/esm2020/lib/modal/modal-dialog/modal-dialog.component.mjs +32 -0
- package/{esm2015/lib/modal/modal-dismiss/modal-toggle.directive.js → esm2020/lib/modal/modal-dismiss/modal-toggle.directive.mjs} +4 -4
- package/{esm2015/lib/modal/modal-footer/modal-footer.component.js → esm2020/lib/modal/modal-footer/modal-footer.component.mjs} +4 -4
- package/{esm2015/lib/modal/modal-header/modal-header.component.js → esm2020/lib/modal/modal-header/modal-header.component.mjs} +4 -4
- package/{esm2015/lib/modal/modal-title/modal-title.directive.js → esm2020/lib/modal/modal-title/modal-title.directive.mjs} +4 -4
- package/{esm2015/lib/modal/modal.module.js → esm2020/lib/modal/modal.module.mjs} +5 -5
- package/{esm2015/lib/modal/modal.service.js → esm2020/lib/modal/modal.service.mjs} +4 -4
- package/{esm2015/lib/modal/public_api.js → esm2020/lib/modal/public_api.mjs} +0 -0
- package/esm2020/lib/multi-select/index.mjs +2 -0
- package/esm2020/lib/multi-select/multi-select/multi-select.component.mjs +468 -0
- package/esm2020/lib/multi-select/multi-select-native-select/multi-select-native-select.component.mjs +30 -0
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.mjs +20 -0
- package/esm2020/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.mjs +52 -0
- package/esm2020/lib/multi-select/multi-select-option/multi-select-option.component.mjs +141 -0
- package/esm2020/lib/multi-select/multi-select-tag/multi-select-tag.component.mjs +56 -0
- package/esm2020/lib/multi-select/multi-select.module.mjs +50 -0
- package/esm2020/lib/multi-select/multi-select.service.mjs +23 -0
- package/esm2020/lib/multi-select/multi-select.type.mjs +2 -0
- package/esm2020/lib/multi-select/public_api.mjs +7 -0
- package/{esm2015/lib/nav/index.js → esm2020/lib/nav/index.mjs} +0 -0
- package/esm2020/lib/nav/nav-item.component.mjs +19 -0
- package/esm2020/lib/nav/nav-link.directive.mjs +87 -0
- package/esm2020/lib/nav/nav.component.mjs +27 -0
- package/{esm2015/lib/nav/nav.module.js → esm2020/lib/nav/nav.module.mjs} +5 -5
- package/{esm2015/lib/nav/public_api.js → esm2020/lib/nav/public_api.mjs} +0 -0
- package/{esm2015/lib/navbar/index.js → esm2020/lib/navbar/index.mjs} +0 -0
- package/{esm2015/lib/navbar/navbar-brand/navbar-brand.directive.js → esm2020/lib/navbar/navbar-brand/navbar-brand.directive.mjs} +4 -4
- package/{esm2015/lib/navbar/navbar-nav/navbar-nav.component.js → esm2020/lib/navbar/navbar-nav/navbar-nav.component.mjs} +4 -4
- package/{esm2015/lib/navbar/navbar-text/navbar-text.component.js → esm2020/lib/navbar/navbar-text/navbar-text.component.mjs} +4 -4
- package/esm2020/lib/navbar/navbar-toggler/navbar-toggler.directive.mjs +63 -0
- package/esm2020/lib/navbar/navbar.component.mjs +84 -0
- package/{esm2015/lib/navbar/navbar.module.js → esm2020/lib/navbar/navbar.module.mjs} +5 -5
- package/{esm2015/lib/navbar/public_api.js → esm2020/lib/navbar/public_api.mjs} +0 -0
- package/{esm2015/lib/offcanvas/index.js → esm2020/lib/offcanvas/index.mjs} +0 -0
- package/esm2020/lib/offcanvas/offcanvas/offcanvas.component.mjs +244 -0
- package/esm2020/lib/offcanvas/offcanvas-body/offcanvas-body.component.mjs +19 -0
- package/esm2020/lib/offcanvas/offcanvas-header/offcanvas-header.component.mjs +19 -0
- package/{esm2015/lib/offcanvas/offcanvas-title/offcanvas-title.directive.js → esm2020/lib/offcanvas/offcanvas-title/offcanvas-title.directive.mjs} +4 -4
- package/{esm2015/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.js → esm2020/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.mjs} +4 -4
- package/{esm2015/lib/offcanvas/offcanvas.module.js → esm2020/lib/offcanvas/offcanvas.module.mjs} +5 -5
- package/{esm2015/lib/offcanvas/offcanvas.service.js → esm2020/lib/offcanvas/offcanvas.service.mjs} +4 -4
- package/{esm2015/lib/offcanvas/public_api.js → esm2020/lib/offcanvas/public_api.mjs} +0 -0
- package/{esm2015/lib/pagination/index.js → esm2020/lib/pagination/index.mjs} +0 -0
- package/esm2020/lib/pagination/page-item/page-item.component.mjs +12 -0
- package/esm2020/lib/pagination/page-item/page-item.directive.mjs +62 -0
- package/{esm2015/lib/pagination/page-link/page-link.directive.js → esm2020/lib/pagination/page-link/page-link.directive.mjs} +4 -4
- package/esm2020/lib/pagination/pagination/pagination.component.mjs +41 -0
- package/{esm2015/lib/pagination/pagination.module.js → esm2020/lib/pagination/pagination.module.mjs} +5 -5
- package/{esm2015/lib/pagination/public_api.js → esm2020/lib/pagination/public_api.mjs} +1 -1
- package/{esm2015/lib/popover/index.js → esm2020/lib/popover/index.mjs} +0 -0
- package/esm2020/lib/popover/popover/popover.component.mjs +92 -0
- package/esm2020/lib/popover/popover.directive.mjs +191 -0
- package/{esm2015/lib/popover/popover.module.js → esm2020/lib/popover/popover.module.mjs} +5 -5
- package/{esm2015/lib/popover/public_api.js → esm2020/lib/popover/public_api.mjs} +0 -0
- package/{esm2015/lib/progress/index.js → esm2020/lib/progress/index.mjs} +0 -0
- package/{esm2015/lib/progress/progress-bar.component.js → esm2020/lib/progress/progress-bar.component.mjs} +4 -4
- package/{esm2015/lib/progress/progress-bar.js → esm2020/lib/progress/progress-bar.mjs} +0 -0
- package/{esm2015/lib/progress/progress.component.js → esm2020/lib/progress/progress.component.mjs} +4 -4
- package/{esm2015/lib/progress/progress.module.js → esm2020/lib/progress/progress.module.mjs} +5 -5
- package/{esm2015/lib/progress/public_api.js → esm2020/lib/progress/public_api.mjs} +0 -0
- package/{esm2015/lib/services/class-toggle.service.js → esm2020/lib/services/class-toggle.service.mjs} +4 -4
- package/{esm2015/lib/services/index.js → esm2020/lib/services/index.mjs} +0 -0
- package/esm2020/lib/services/listeners.service.mjs +43 -0
- package/{esm2015/lib/services/public_api.js → esm2020/lib/services/public_api.mjs} +0 -0
- package/{esm2015/lib/shared/html-attr.directive.js → esm2020/lib/shared/html-attr.directive.mjs} +4 -4
- package/{esm2015/lib/shared/index.js → esm2020/lib/shared/index.mjs} +0 -0
- package/{esm2015/lib/shared/public_api.js → esm2020/lib/shared/public_api.mjs} +0 -0
- package/{esm2015/lib/shared/shared.module.js → esm2020/lib/shared/shared.module.mjs} +5 -5
- package/{esm2015/lib/shared/template-id.directive.js → esm2020/lib/shared/template-id.directive.mjs} +4 -4
- package/{esm2015/lib/sidebar/index.js → esm2020/lib/sidebar/index.mjs} +0 -0
- package/{esm2015/lib/sidebar/public_api.js → esm2020/lib/sidebar/public_api.mjs} +0 -0
- package/esm2020/lib/sidebar/sidebar/sidebar.component.mjs +223 -0
- package/{esm2015/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.js → esm2020/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.mjs} +4 -4
- package/esm2020/lib/sidebar/sidebar-brand/sidebar-brand.component.mjs +30 -0
- package/esm2020/lib/sidebar/sidebar-footer/sidebar-footer.component.mjs +20 -0
- package/esm2020/lib/sidebar/sidebar-header/sidebar-header.component.mjs +20 -0
- package/{esm2015/lib/sidebar/sidebar-nav/index.js → esm2020/lib/sidebar/sidebar-nav/index.mjs} +0 -0
- package/{esm2015/lib/sidebar/sidebar-nav/public_api.js → esm2020/lib/sidebar/sidebar-nav/public_api.mjs} +0 -0
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.mjs} +4 -4
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.mjs} +4 -4
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.mjs} +4 -4
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.mjs} +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-label.component.mjs +43 -0
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.component.mjs +94 -0
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.mjs +23 -0
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav-title.component.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav-title.component.mjs} +4 -4
- package/esm2020/lib/sidebar/sidebar-nav/sidebar-nav.component.mjs +137 -0
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav.mjs} +0 -0
- package/{esm2015/lib/sidebar/sidebar-nav/sidebar-nav.service.js → esm2020/lib/sidebar/sidebar-nav/sidebar-nav.service.mjs} +7 -7
- package/{esm2015/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.js → esm2020/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.mjs} +4 -4
- package/{esm2015/lib/sidebar/sidebar-toggler/sidebar-toggler.component.js → esm2020/lib/sidebar/sidebar-toggler/sidebar-toggler.component.mjs} +4 -4
- package/{esm2015/lib/sidebar/sidebar.module.js → esm2020/lib/sidebar/sidebar.module.mjs} +5 -5
- package/{esm2015/lib/sidebar/sidebar.service.js → esm2020/lib/sidebar/sidebar.service.mjs} +4 -4
- package/esm2020/lib/smart-pagination/index.mjs +2 -0
- package/esm2020/lib/smart-pagination/public_api.mjs +3 -0
- package/esm2020/lib/smart-pagination/smart-pagination.component.mjs +196 -0
- package/esm2020/lib/smart-pagination/smart-pagination.module.mjs +30 -0
- package/esm2020/lib/smart-pagination/smart-pagination.type.mjs +2 -0
- package/esm2020/lib/smart-table/index.mjs +2 -0
- package/esm2020/lib/smart-table/public_api.mjs +3 -0
- package/esm2020/lib/smart-table/smart-table/smart-table.component.mjs +449 -0
- package/esm2020/lib/smart-table/smart-table-filter/smart-table-filter.component.mjs +48 -0
- package/esm2020/lib/smart-table/smart-table-head/smart-table-head.component.mjs +138 -0
- package/esm2020/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.mjs +46 -0
- package/esm2020/lib/smart-table/smart-table.module.mjs +72 -0
- package/esm2020/lib/smart-table/smart-table.type.mjs +2 -0
- package/{esm2015/lib/spinner/index.js → esm2020/lib/spinner/index.mjs} +0 -0
- package/{esm2015/lib/spinner/public_api.js → esm2020/lib/spinner/public_api.mjs} +0 -0
- package/esm2020/lib/spinner/spinner.component.mjs +49 -0
- package/{esm2015/lib/spinner/spinner.module.js → esm2020/lib/spinner/spinner.module.mjs} +5 -5
- package/{esm2015/lib/table/index.js → esm2020/lib/table/index.mjs} +0 -0
- package/{esm2015/lib/table/public_api.js → esm2020/lib/table/public_api.mjs} +0 -0
- package/{esm2015/lib/table/table-active.directive.js → esm2020/lib/table/table-active.directive.mjs} +4 -4
- package/{esm2015/lib/table/table-color.directive.js → esm2020/lib/table/table-color.directive.mjs} +4 -4
- package/{esm2015/lib/table/table.directive.js → esm2020/lib/table/table.directive.mjs} +5 -5
- package/{esm2015/lib/table/table.module.js → esm2020/lib/table/table.module.mjs} +5 -5
- package/esm2020/lib/table/table.type.mjs +2 -0
- package/{esm2015/lib/tabs/index.js → esm2020/lib/tabs/index.mjs} +0 -0
- package/{esm2015/lib/tabs/public_api.js → esm2020/lib/tabs/public_api.mjs} +0 -0
- package/esm2020/lib/tabs/tab-content/tab-content.component.mjs +92 -0
- package/esm2020/lib/tabs/tab-content-ref.directive.mjs +128 -0
- package/esm2020/lib/tabs/tab-pane/tab-pane.component.mjs +57 -0
- package/{esm2015/lib/tabs/tab.service.js → esm2020/lib/tabs/tab.service.mjs} +4 -4
- package/{esm2015/lib/tabs/tabs.module.js → esm2020/lib/tabs/tabs.module.mjs} +5 -5
- package/{esm2015/lib/toast/index.js → esm2020/lib/toast/index.mjs} +0 -0
- package/{esm2015/lib/toast/public_api.js → esm2020/lib/toast/public_api.mjs} +0 -0
- package/{esm2015/lib/toast/toast/toast.component.js → esm2020/lib/toast/toast/toast.component.mjs} +6 -12
- package/esm2020/lib/toast/toast-body/toast-body.component.mjs +21 -0
- package/{esm2015/lib/toast/toast-close.directive.js → esm2020/lib/toast/toast-close.directive.mjs} +4 -4
- package/esm2020/lib/toast/toast-header/toast-header.component.mjs +31 -0
- package/{esm2015/lib/toast/toast.module.js → esm2020/lib/toast/toast.module.mjs} +5 -5
- package/{esm2015/lib/toast/toaster/toaster-host.directive.js → esm2020/lib/toast/toaster/toaster-host.directive.mjs} +4 -4
- package/esm2020/lib/toast/toaster/toaster.component.mjs +140 -0
- package/esm2020/lib/toast/toaster/toaster.service.mjs +21 -0
- package/{esm2015/lib/tooltip/index.js → esm2020/lib/tooltip/index.mjs} +0 -0
- package/{esm2015/lib/tooltip/public_api.js → esm2020/lib/tooltip/public_api.mjs} +0 -0
- package/esm2020/lib/tooltip/tooltip/tooltip.component.mjs +88 -0
- package/esm2020/lib/tooltip/tooltip.directive.mjs +185 -0
- package/{esm2015/lib/tooltip/tooltip.module.js → esm2020/lib/tooltip/tooltip.module.mjs} +5 -5
- package/{esm2015/lib/utilities/align.directive.js → esm2020/lib/utilities/align.directive.mjs} +4 -4
- package/{esm2015/lib/utilities/bg-color.directive.js → esm2020/lib/utilities/bg-color.directive.mjs} +4 -4
- package/esm2020/lib/utilities/border.directive.mjs +66 -0
- package/{esm2015/lib/utilities/border.type.js → esm2020/lib/utilities/border.type.mjs} +0 -0
- package/{esm2015/lib/utilities/index.js → esm2020/lib/utilities/index.mjs} +0 -0
- package/{esm2015/lib/utilities/public_api.js → esm2020/lib/utilities/public_api.mjs} +0 -0
- package/esm2020/lib/utilities/rounded.directive.mjs +65 -0
- package/{esm2015/lib/utilities/rounded.type.js → esm2020/lib/utilities/rounded.type.mjs} +0 -0
- package/{esm2015/lib/utilities/text-color.directive.js → esm2020/lib/utilities/text-color.directive.mjs} +4 -4
- package/{esm2015/lib/utilities/utilities.module.js → esm2020/lib/utilities/utilities.module.mjs} +5 -5
- package/{esm2015/lib/widget/index.js → esm2020/lib/widget/index.mjs} +0 -0
- package/{esm2015/lib/widget/public_api.js → esm2020/lib/widget/public_api.mjs} +0 -0
- package/esm2020/lib/widget/widget-stat-a/widget-stat-a.component.mjs +49 -0
- package/esm2020/lib/widget/widget-stat-b/widget-stat-b.component.mjs +52 -0
- package/esm2020/lib/widget/widget-stat-c/widget-stat-c.component.mjs +80 -0
- package/esm2020/lib/widget/widget-stat-d/widget-stat-d.component.mjs +39 -0
- package/esm2020/lib/widget/widget-stat-e/widget-stat-e.component.mjs +30 -0
- package/esm2020/lib/widget/widget-stat-f/widget-stat-f.component.mjs +96 -0
- package/{esm2015/lib/widget/widget.module.js → esm2020/lib/widget/widget.module.mjs} +5 -5
- package/esm2020/public-api.mjs +45 -0
- package/fesm2015/{coreui-angular-pro.js → coreui-angular-pro.mjs} +5256 -3628
- package/fesm2015/coreui-angular-pro.mjs.map +1 -0
- package/fesm2020/coreui-angular-pro.mjs +11140 -0
- package/fesm2020/coreui-angular-pro.mjs.map +1 -0
- package/lib/backdrop/backdrop.service.d.ts +1 -1
- package/lib/collapse/collapse.directive.d.ts +3 -2
- package/lib/element-cover/element-cover.component.d.ts +27 -0
- package/lib/element-cover/element-cover.module.d.ts +9 -0
- package/lib/element-cover/index.d.ts +1 -0
- package/lib/element-cover/public_api.d.ts +2 -0
- package/lib/modal/modal/modal.component.d.ts +4 -1
- package/lib/multi-select/index.d.ts +1 -0
- package/lib/multi-select/multi-select/multi-select.component.d.ts +110 -0
- package/lib/multi-select/multi-select-native-select/multi-select-native-select.component.d.ts +14 -0
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup-label.component.d.ts +9 -0
- package/lib/multi-select/multi-select-optgroup/multi-select-optgroup.component.d.ts +20 -0
- package/lib/multi-select/multi-select-option/multi-select-option.component.d.ts +49 -0
- package/lib/multi-select/multi-select-tag/multi-select-tag.component.d.ts +21 -0
- package/lib/multi-select/multi-select.module.d.ts +16 -0
- package/lib/multi-select/multi-select.service.d.ts +12 -0
- package/lib/multi-select/multi-select.type.d.ts +34 -0
- package/lib/multi-select/public_api.d.ts +6 -0
- package/lib/nav/nav-link.directive.d.ts +1 -0
- package/lib/smart-pagination/index.d.ts +1 -0
- package/lib/smart-pagination/public_api.d.ts +2 -0
- package/lib/smart-pagination/smart-pagination.component.d.ts +109 -0
- package/lib/smart-pagination/smart-pagination.module.d.ts +9 -0
- package/lib/smart-pagination/smart-pagination.type.d.ts +79 -0
- package/lib/smart-table/index.d.ts +1 -0
- package/lib/smart-table/public_api.d.ts +2 -0
- package/lib/smart-table/smart-table/smart-table.component.d.ts +124 -0
- package/lib/smart-table/smart-table-filter/smart-table-filter.component.d.ts +15 -0
- package/lib/smart-table/smart-table-head/smart-table-head.component.d.ts +36 -0
- package/lib/smart-table/smart-table-items-per-page-selector/smart-table-items-per-page-selector.component.d.ts +14 -0
- package/lib/smart-table/smart-table.module.d.ts +20 -0
- package/lib/smart-table/smart-table.type.d.ts +272 -0
- package/lib/table/table.directive.d.ts +3 -2
- package/lib/table/table.type.d.ts +76 -0
- package/package.json +25 -11
- package/public-api.d.ts +5 -1
- package/bundles/coreui-angular-pro.umd.js +0 -11644
- package/bundles/coreui-angular-pro.umd.js.map +0 -1
- package/esm2015/lib/accordion/accordion/accordion.component.js +0 -46
- package/esm2015/lib/accordion/accordion-item/accordion-item.component.js +0 -60
- package/esm2015/lib/alert/alert.component.js +0 -176
- package/esm2015/lib/avatar/avatar.component.js +0 -53
- package/esm2015/lib/backdrop/backdrop.service.js +0 -52
- package/esm2015/lib/badge/badge.component.js +0 -47
- package/esm2015/lib/breadcrumb/breadcrumb/breadcrumb.component.js +0 -47
- package/esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.js +0 -41
- package/esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.js +0 -45
- package/esm2015/lib/button/button-close.directive.js +0 -43
- package/esm2015/lib/callout/callout.component.js +0 -27
- package/esm2015/lib/card/card-img-overlay/card-img-overlay.component.js +0 -23
- package/esm2015/lib/carousel/carousel/carousel.component.js +0 -140
- package/esm2015/lib/carousel/carousel-caption/carousel-caption.component.js +0 -21
- package/esm2015/lib/carousel/carousel-control/carousel-control.component.js +0 -88
- package/esm2015/lib/carousel/carousel-indicators/carousel-indicators.component.js +0 -51
- package/esm2015/lib/carousel/carousel-inner/carousel-inner.component.js +0 -53
- package/esm2015/lib/carousel/carousel-item/carousel-item.component.js +0 -65
- package/esm2015/lib/carousel/carousel-state.js +0 -72
- package/esm2015/lib/collapse/collapse.directive.js +0 -125
- package/esm2015/lib/dropdown/dropdown/dropdown.component.js +0 -304
- package/esm2015/lib/dropdown/dropdown-item/dropdown-item.directive.js +0 -68
- package/esm2015/lib/form/form-check/form-check-input.directive.js +0 -60
- package/esm2015/lib/grid/col.component.js +0 -16
- package/esm2015/lib/grid/col.directive.js +0 -151
- package/esm2015/lib/grid/container.component.js +0 -47
- package/esm2015/lib/grid/gutter.directive.js +0 -56
- package/esm2015/lib/grid/row.component.js +0 -16
- package/esm2015/lib/header/header/header.component.js +0 -50
- package/esm2015/lib/header/header-nav/header-nav.component.js +0 -32
- package/esm2015/lib/loading-button/loading-button.component.js +0 -90
- package/esm2015/lib/modal/modal/modal.component.js +0 -309
- package/esm2015/lib/modal/modal-body/modal-body.component.js +0 -23
- package/esm2015/lib/modal/modal-content/modal-content.component.js +0 -37
- package/esm2015/lib/modal/modal-dialog/modal-dialog.component.js +0 -36
- package/esm2015/lib/nav/nav-item.component.js +0 -23
- package/esm2015/lib/nav/nav-link.directive.js +0 -81
- package/esm2015/lib/nav/nav.component.js +0 -31
- package/esm2015/lib/navbar/navbar-toggler/navbar-toggler.directive.js +0 -64
- package/esm2015/lib/navbar/navbar.component.js +0 -88
- package/esm2015/lib/offcanvas/offcanvas/offcanvas.component.js +0 -251
- package/esm2015/lib/offcanvas/offcanvas-body/offcanvas-body.component.js +0 -23
- package/esm2015/lib/offcanvas/offcanvas-header/offcanvas-header.component.js +0 -23
- package/esm2015/lib/pagination/page-item/page-item.component.js +0 -16
- package/esm2015/lib/pagination/page-item/page-item.directive.js +0 -62
- package/esm2015/lib/pagination/pagination/pagination.component.js +0 -45
- package/esm2015/lib/popover/popover/popover.component.js +0 -96
- package/esm2015/lib/popover/popover.directive.js +0 -193
- package/esm2015/lib/services/listeners.service.js +0 -44
- package/esm2015/lib/sidebar/sidebar/sidebar.component.js +0 -220
- package/esm2015/lib/sidebar/sidebar-brand/sidebar-brand.component.js +0 -33
- package/esm2015/lib/sidebar/sidebar-footer/sidebar-footer.component.js +0 -24
- package/esm2015/lib/sidebar/sidebar-header/sidebar-header.component.js +0 -24
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-label.component.js +0 -46
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.component.js +0 -99
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.js +0 -24
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.component.js +0 -147
- package/esm2015/lib/spinner/spinner.component.js +0 -52
- package/esm2015/lib/tabs/tab-content/tab-content.component.js +0 -101
- package/esm2015/lib/tabs/tab-content-ref.directive.js +0 -130
- package/esm2015/lib/tabs/tab-pane/tab-pane.component.js +0 -62
- package/esm2015/lib/toast/toast-body/toast-body.component.js +0 -26
- package/esm2015/lib/toast/toast-header/toast-header.component.js +0 -36
- package/esm2015/lib/toast/toaster/toaster.component.js +0 -149
- package/esm2015/lib/toast/toaster/toaster.service.js +0 -21
- package/esm2015/lib/tooltip/tooltip/tooltip.component.js +0 -92
- package/esm2015/lib/tooltip/tooltip.directive.js +0 -188
- package/esm2015/lib/utilities/border.directive.js +0 -66
- package/esm2015/lib/utilities/rounded.directive.js +0 -56
- package/esm2015/lib/widget/widget-stat-a/widget-stat-a.component.js +0 -54
- package/esm2015/lib/widget/widget-stat-b/widget-stat-b.component.js +0 -57
- package/esm2015/lib/widget/widget-stat-c/widget-stat-c.component.js +0 -85
- package/esm2015/lib/widget/widget-stat-d/widget-stat-d.component.js +0 -44
- package/esm2015/lib/widget/widget-stat-e/widget-stat-e.component.js +0 -35
- package/esm2015/lib/widget/widget-stat-f/widget-stat-f.component.js +0 -101
- package/esm2015/public-api.js +0 -41
- package/fesm2015/coreui-angular-pro.js.map +0 -1
|
@@ -8,7 +8,7 @@ export declare class BackdropService {
|
|
|
8
8
|
private renderer;
|
|
9
9
|
private unListen;
|
|
10
10
|
constructor(document: any, rendererFactory: RendererFactory2);
|
|
11
|
-
setBackdrop(): any;
|
|
11
|
+
setBackdrop(type?: string): any;
|
|
12
12
|
clearBackdrop(backdrop: any): any;
|
|
13
13
|
onClickHandler(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<BackdropService, never>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
1
|
+
import { DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { AnimationBuilder } from '@angular/animations';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck {
|
|
6
6
|
private hostElement;
|
|
7
|
+
private renderer;
|
|
7
8
|
private animationBuilder;
|
|
8
9
|
static ngAcceptInputType_navbar: BooleanInput;
|
|
9
10
|
private _animate;
|
|
@@ -39,7 +40,7 @@ export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck
|
|
|
39
40
|
collapseChange: EventEmitter<string>;
|
|
40
41
|
private player;
|
|
41
42
|
private readonly host;
|
|
42
|
-
constructor(hostElement: ElementRef, animationBuilder: AnimationBuilder);
|
|
43
|
+
constructor(hostElement: ElementRef, renderer: Renderer2, animationBuilder: AnimationBuilder);
|
|
43
44
|
get hostClasses(): any;
|
|
44
45
|
ngOnDestroy(): void;
|
|
45
46
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ElementCoverComponent implements AfterViewInit {
|
|
4
|
+
#private;
|
|
5
|
+
private elementRef;
|
|
6
|
+
private changeDetectorRef;
|
|
7
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef);
|
|
8
|
+
/**
|
|
9
|
+
* Array of custom boundaries. Use to create custom cover area (instead of parent element area). Area is defined by four sides: 'top', 'bottom', 'right', 'left'. If side is not defined by any custom boundary it is equal to parent element boundary. Each custom boundary is object with keys:
|
|
10
|
+
* - sides (array) - select boundaries of element to define boundaries. Side names: 'top', 'bottom', 'right', 'left'.
|
|
11
|
+
* - query (string) - query used to get element which define boundaries. Search will be done only inside parent element, by parent.querySelector(query) function. [docs]
|
|
12
|
+
* @type {sides: string[], query: string}[]
|
|
13
|
+
*/
|
|
14
|
+
boundaries?: {
|
|
15
|
+
sides: string[];
|
|
16
|
+
query: string;
|
|
17
|
+
}[];
|
|
18
|
+
opacity: number;
|
|
19
|
+
content?: ElementRef;
|
|
20
|
+
hasContent: boolean;
|
|
21
|
+
private get customBoundaries();
|
|
22
|
+
private get containerCoords();
|
|
23
|
+
private get coverStyles();
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElementCoverComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ElementCoverComponent, "c-element-cover, [cElementCover]", never, { "boundaries": "boundaries"; "opacity": "opacity"; }, {}, never, ["*"]>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./element-cover.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../spinner/spinner.module";
|
|
5
|
+
export declare class ElementCoverModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ElementCoverModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ElementCoverModule, [typeof i1.ElementCoverComponent], [typeof i2.CommonModule, typeof i3.SpinnerModule], [typeof i1.ElementCoverComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ElementCoverModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -11,6 +11,7 @@ export declare class ModalComponent implements OnInit, OnDestroy {
|
|
|
11
11
|
private modalService;
|
|
12
12
|
private backdropService;
|
|
13
13
|
static ngAcceptInputType_scrollable: BooleanInput;
|
|
14
|
+
static ngAcceptInputType_visible: BooleanInput;
|
|
14
15
|
constructor(document: any, renderer: Renderer2, hostElement: ElementRef, modalService: ModalService, backdropService: BackdropService);
|
|
15
16
|
/**
|
|
16
17
|
* Align the modal in the center or top of the screen.
|
|
@@ -68,7 +69,7 @@ export declare class ModalComponent implements OnInit, OnDestroy {
|
|
|
68
69
|
* Toggle the visibility of modal component.
|
|
69
70
|
* @type boolean
|
|
70
71
|
*/
|
|
71
|
-
set visible(
|
|
72
|
+
set visible(value: boolean);
|
|
72
73
|
get visible(): boolean;
|
|
73
74
|
private _visible;
|
|
74
75
|
/**
|
|
@@ -90,6 +91,8 @@ export declare class ModalComponent implements OnInit, OnDestroy {
|
|
|
90
91
|
animateStart(event: AnimationEvent): void;
|
|
91
92
|
animateDone(event: AnimationEvent): void;
|
|
92
93
|
onKeyDownHandler(event: KeyboardEvent): void;
|
|
94
|
+
private mouseDownTarget;
|
|
95
|
+
onMouseDownHandler($event: MouseEvent): void;
|
|
93
96
|
onClickHandler($event: MouseEvent): void;
|
|
94
97
|
ngOnInit(): void;
|
|
95
98
|
ngOnDestroy(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, QueryList, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
5
|
+
import { IMultiSelect, IOption } from '../multi-select.type';
|
|
6
|
+
import { MultiSelectService } from '../multi-select.service';
|
|
7
|
+
import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
interface IPluralMap {
|
|
10
|
+
[k: string]: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class MultiSelectComponent implements IMultiSelect, ControlValueAccessor, AfterContentInit, AfterViewInit, OnDestroy, OnInit {
|
|
13
|
+
private elementRef;
|
|
14
|
+
private renderer;
|
|
15
|
+
private ngZone;
|
|
16
|
+
private changeDetectorRef;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private focusMonitor;
|
|
19
|
+
private multiSelectService;
|
|
20
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, viewContainerRef: ViewContainerRef, focusMonitor: FocusMonitor, multiSelectService: MultiSelectService);
|
|
21
|
+
static ngAcceptInputType_multiple: BooleanInput;
|
|
22
|
+
static ngAcceptInputType_disabled: BooleanInput;
|
|
23
|
+
onChange: any;
|
|
24
|
+
writeValue(value: (string | string[])): void;
|
|
25
|
+
registerOnChange(fn: any): void;
|
|
26
|
+
registerOnTouched(fn: any): void;
|
|
27
|
+
setDisabledState(isDisabled: boolean): void;
|
|
28
|
+
cleaner: boolean;
|
|
29
|
+
set disabled(value: boolean);
|
|
30
|
+
get disabled(): boolean;
|
|
31
|
+
private _disabled;
|
|
32
|
+
set multiple(value: boolean);
|
|
33
|
+
get multiple(): boolean;
|
|
34
|
+
private _multiple;
|
|
35
|
+
nativeName: string;
|
|
36
|
+
nativeId: string;
|
|
37
|
+
optionsMaxHeight: string;
|
|
38
|
+
optionsStyle: 'checkbox' | 'text';
|
|
39
|
+
placeholder: string;
|
|
40
|
+
search: boolean;
|
|
41
|
+
searchNoResultsLabel: string;
|
|
42
|
+
selectAll: boolean;
|
|
43
|
+
selectAllLabel: string;
|
|
44
|
+
selectionType: 'counter' | 'tags' | 'text';
|
|
45
|
+
selectionTypeCounterText: string;
|
|
46
|
+
selectionTypeCounterTextPluralMap?: IPluralMap;
|
|
47
|
+
set value(value: string | string[]);
|
|
48
|
+
get value(): string | string[];
|
|
49
|
+
private _value;
|
|
50
|
+
readonly valueChange: EventEmitter<string | string[]>;
|
|
51
|
+
set visible(value: boolean);
|
|
52
|
+
get visible(): boolean;
|
|
53
|
+
private _visible;
|
|
54
|
+
readonly visibleChange: EventEmitter<boolean>;
|
|
55
|
+
isDropdownVisible: boolean;
|
|
56
|
+
set selectedOptions(value: any[]);
|
|
57
|
+
get selectedOptions(): any[];
|
|
58
|
+
private _selectedOptions;
|
|
59
|
+
get selectedOptionsText(): string;
|
|
60
|
+
get counterText(): string;
|
|
61
|
+
get counterTextType(): string;
|
|
62
|
+
private multiselectStateSubscription;
|
|
63
|
+
private multiselectVisibleSubscription;
|
|
64
|
+
private multiSelectOptionsSubscription;
|
|
65
|
+
private focusMonitorSubscription;
|
|
66
|
+
multiSelectOptions: QueryList<MultiSelectOptionComponent>;
|
|
67
|
+
private listKeyManager;
|
|
68
|
+
inputElement: ElementRef;
|
|
69
|
+
dropdownElement: ElementRef;
|
|
70
|
+
get hostClasses(): {
|
|
71
|
+
'form-multi-select': boolean;
|
|
72
|
+
'form-multi-select-selection-tags': boolean;
|
|
73
|
+
show: boolean;
|
|
74
|
+
disabled: boolean;
|
|
75
|
+
};
|
|
76
|
+
private get tabIndex();
|
|
77
|
+
private set tabIndex(value);
|
|
78
|
+
private _tabIndex;
|
|
79
|
+
onKeyUp($event: KeyboardEvent): void;
|
|
80
|
+
onKeyDown($event: KeyboardEvent): void;
|
|
81
|
+
onClick($event: MouseEvent): void;
|
|
82
|
+
visibleOptions: number;
|
|
83
|
+
set searchValue(value: string);
|
|
84
|
+
get searchValue(): string;
|
|
85
|
+
private _searchValue;
|
|
86
|
+
get subtreeFocused(): boolean;
|
|
87
|
+
set subtreeFocused(value: boolean);
|
|
88
|
+
private _subtreeFocused;
|
|
89
|
+
private nativeSelectRef;
|
|
90
|
+
focusOrigin(origin: FocusOrigin): boolean;
|
|
91
|
+
ngOnInit(): void;
|
|
92
|
+
ngOnDestroy(): void;
|
|
93
|
+
ngAfterContentInit(): void;
|
|
94
|
+
ngAfterViewInit(): void;
|
|
95
|
+
private multiselectSubscribe;
|
|
96
|
+
clearAllOptions($event: MouseEvent): void;
|
|
97
|
+
selectAllOptions(): void;
|
|
98
|
+
handleTagRemove($event: IOption): void;
|
|
99
|
+
setFocus(): void;
|
|
100
|
+
filterOptions(value: string): void;
|
|
101
|
+
createNativeSelect(): void;
|
|
102
|
+
updateNativeSelect(): void;
|
|
103
|
+
inputElementSize(): void;
|
|
104
|
+
handleSearchKeyDown($event: KeyboardEvent): void;
|
|
105
|
+
private selectOption;
|
|
106
|
+
private selectedOptionsUpdate;
|
|
107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "c-multi-select", ["cMultiSelect"], { "cleaner": "cleaner"; "disabled": "disabled"; "multiple": "multiple"; "nativeName": "nativeName"; "nativeId": "nativeId"; "optionsMaxHeight": "optionsMaxHeight"; "optionsStyle": "optionsStyle"; "placeholder": "placeholder"; "search": "search"; "searchNoResultsLabel": "searchNoResultsLabel"; "selectAll": "selectAll"; "selectAllLabel": "selectAllLabel"; "selectionType": "selectionType"; "selectionTypeCounterText": "selectionTypeCounterText"; "selectionTypeCounterTextPluralMap": "selectionTypeCounterTextPluralMap"; "value": "value"; "visible": "visible"; }, { "valueChange": "valueChange"; "visibleChange": "visibleChange"; }, ["multiSelectOptions"], ["*"]>;
|
|
109
|
+
}
|
|
110
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MultiSelectNativeSelectComponent {
|
|
4
|
+
changeDetectorRef: ChangeDetectorRef;
|
|
5
|
+
form?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
multiple?: boolean;
|
|
8
|
+
name?: string;
|
|
9
|
+
options?: any;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
constructor(changeDetectorRef: ChangeDetectorRef);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectNativeSelectComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectNativeSelectComponent, "c-multi-select-native-select", never, { "form": "form"; "id": "id"; "multiple": "multiple"; "name": "name"; "options": "options"; "disabled": "disabled"; }, {}, never, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MultiSelectOptgroupLabelComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
get hostClasses(): {
|
|
5
|
+
'form-multi-select-optgroup-label': boolean;
|
|
6
|
+
};
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupLabelComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupLabelComponent, "c-multi-select-optgroup-label", never, {}, {}, never, ["*"]>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AfterContentInit, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { MultiSelectOptionComponent } from '../multi-select-option/multi-select-option.component';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MultiSelectOptgroupComponent implements AfterContentInit, OnChanges {
|
|
6
|
+
static ngAcceptInputType_disabled: BooleanInput;
|
|
7
|
+
label?: string;
|
|
8
|
+
set disabled(value: boolean);
|
|
9
|
+
get disabled(): boolean;
|
|
10
|
+
private _disabled;
|
|
11
|
+
multiSelectOptions: QueryList<MultiSelectOptionComponent>;
|
|
12
|
+
get hostClasses(): {
|
|
13
|
+
'form-multi-select-options': boolean;
|
|
14
|
+
};
|
|
15
|
+
ngAfterContentInit(): void;
|
|
16
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
+
private updateMultiSelectOptions;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptgroupComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptgroupComponent, "c-multi-select-optgroup", never, { "label": "label"; "disabled": "disabled"; }, {}, ["multiSelectOptions"], ["*"]>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import { FocusableOption, FocusMonitor, FocusOrigin } from '@angular/cdk/a11y';
|
|
4
|
+
import { MultiSelectService } from '../multi-select.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MultiSelectOptionComponent implements AfterContentInit, FocusableOption, OnInit, OnDestroy {
|
|
7
|
+
private elementRef;
|
|
8
|
+
private renderer;
|
|
9
|
+
private changeDetectorRef;
|
|
10
|
+
private focusMonitor;
|
|
11
|
+
private multiSelectService;
|
|
12
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, changeDetectorRef: ChangeDetectorRef, focusMonitor: FocusMonitor, multiSelectService: MultiSelectService);
|
|
13
|
+
static ngAcceptInputType_disabled: BooleanInput;
|
|
14
|
+
static ngAcceptInputType_selected: BooleanInput;
|
|
15
|
+
optionsStyle: ('checkbox' | 'text');
|
|
16
|
+
label?: string;
|
|
17
|
+
value?: string;
|
|
18
|
+
visible: boolean;
|
|
19
|
+
selectedChange: EventEmitter<boolean>;
|
|
20
|
+
content?: ElementRef;
|
|
21
|
+
hasContent: boolean;
|
|
22
|
+
private multiselectVisibleSubscription;
|
|
23
|
+
private dropdownVisible;
|
|
24
|
+
set disabled(value: boolean);
|
|
25
|
+
get disabled(): boolean;
|
|
26
|
+
private _disabled;
|
|
27
|
+
set selected(value: (boolean | undefined));
|
|
28
|
+
get selected(): (boolean | undefined);
|
|
29
|
+
private _selected;
|
|
30
|
+
get hostClasses(): {
|
|
31
|
+
[x: string]: boolean | undefined;
|
|
32
|
+
'form-multi-select-option': boolean;
|
|
33
|
+
'form-multi-selected': boolean | undefined;
|
|
34
|
+
disabled: boolean;
|
|
35
|
+
'd-none': boolean;
|
|
36
|
+
};
|
|
37
|
+
private get tabIndex();
|
|
38
|
+
private get ariaDisabled();
|
|
39
|
+
private get ariaSelected();
|
|
40
|
+
onKeyDown($event: KeyboardEvent): void;
|
|
41
|
+
private onClick;
|
|
42
|
+
ngAfterContentInit(): void;
|
|
43
|
+
getLabel(): string;
|
|
44
|
+
focus(origin?: FocusOrigin): void;
|
|
45
|
+
ngOnDestroy(): void;
|
|
46
|
+
ngOnInit(): void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectOptionComponent, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectOptionComponent, "c-multi-select-option", never, { "optionsStyle": "optionsStyle"; "label": "label"; "value": "value"; "visible": "visible"; "disabled": "disabled"; "selected": "selected"; }, { "selectedChange": "selectedChange"; }, never, ["*"]>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { IOption } from '../multi-select.type';
|
|
3
|
+
import { MultiSelectService } from '../multi-select.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MultiSelectTagComponent implements OnDestroy, OnInit {
|
|
6
|
+
private multiSelectService;
|
|
7
|
+
constructor(multiSelectService: MultiSelectService);
|
|
8
|
+
private multiselectVisibleSubscription;
|
|
9
|
+
multiselectVisible: boolean;
|
|
10
|
+
option?: IOption;
|
|
11
|
+
remove: EventEmitter<IOption>;
|
|
12
|
+
get hostClasses(): {
|
|
13
|
+
'form-multi-select-tag': boolean;
|
|
14
|
+
};
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngOnDestroy(): void;
|
|
17
|
+
handleRemove($event: any): void;
|
|
18
|
+
private multiselectSubscribe;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectTagComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectTagComponent, "c-multi-select-tag", never, { "option": "option"; }, { "remove": "remove"; }, never, ["*"]>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./multi-select/multi-select.component";
|
|
3
|
+
import * as i2 from "./multi-select-option/multi-select-option.component";
|
|
4
|
+
import * as i3 from "./multi-select-optgroup/multi-select-optgroup.component";
|
|
5
|
+
import * as i4 from "./multi-select-optgroup/multi-select-optgroup-label.component";
|
|
6
|
+
import * as i5 from "./multi-select-tag/multi-select-tag.component";
|
|
7
|
+
import * as i6 from "./multi-select-native-select/multi-select-native-select.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@angular/cdk/a11y";
|
|
10
|
+
import * as i9 from "../button/button.module";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
export declare class MultiSelectModule {
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectModule, never>;
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MultiSelectModule, [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent, typeof i5.MultiSelectTagComponent, typeof i6.MultiSelectNativeSelectComponent], [typeof i7.CommonModule, typeof i8.A11yModule, typeof i9.ButtonModule, typeof i10.FormsModule], [typeof i1.MultiSelectComponent, typeof i2.MultiSelectOptionComponent, typeof i3.MultiSelectOptgroupComponent, typeof i4.MultiSelectOptgroupLabelComponent, typeof i5.MultiSelectTagComponent]>;
|
|
15
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MultiSelectModule>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class MultiSelectService {
|
|
3
|
+
constructor();
|
|
4
|
+
private multiSelectState;
|
|
5
|
+
multiSelectState$: import("rxjs").Observable<any>;
|
|
6
|
+
private multiSelectVisible;
|
|
7
|
+
multiSelectVisible$: import("rxjs").Observable<boolean>;
|
|
8
|
+
toggleOption(option: any): void;
|
|
9
|
+
toggleVisible(visible: boolean): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MultiSelectService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
export interface IMultiSelect {
|
|
3
|
+
cleaner?: boolean;
|
|
4
|
+
multiple?: boolean;
|
|
5
|
+
options?: any[];
|
|
6
|
+
optionsMaxHeight?: (number | string | 'auto');
|
|
7
|
+
optionsStyle?: (string | 'checkbox' | 'text');
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
search?: boolean;
|
|
10
|
+
searchNoResultsLabel?: string;
|
|
11
|
+
selectAll?: boolean;
|
|
12
|
+
selectAllLabel?: string;
|
|
13
|
+
selectionType?: ('counter' | 'tags' | 'text');
|
|
14
|
+
selectionTypeCounterText?: string;
|
|
15
|
+
visible?: boolean;
|
|
16
|
+
visibleChange?: EventEmitter<boolean>;
|
|
17
|
+
}
|
|
18
|
+
export declare type TOptions = IOption[];
|
|
19
|
+
export interface IOption {
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
label?: string;
|
|
22
|
+
options?: TOptions;
|
|
23
|
+
order?: number;
|
|
24
|
+
selected?: boolean;
|
|
25
|
+
text?: string;
|
|
26
|
+
value?: number | string;
|
|
27
|
+
}
|
|
28
|
+
export interface IMultiSelectOptions {
|
|
29
|
+
handleOptionClick?: (option: IOption) => void;
|
|
30
|
+
options?: IOption[];
|
|
31
|
+
optionsMaxHeight?: number | string;
|
|
32
|
+
optionsStyle?: 'checkbox' | 'text';
|
|
33
|
+
searchNoResultsLabel?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { MultiSelectOptgroupLabelComponent } from './multi-select-optgroup/multi-select-optgroup-label.component';
|
|
2
|
+
export { MultiSelectOptgroupComponent } from './multi-select-optgroup/multi-select-optgroup.component';
|
|
3
|
+
export { MultiSelectOptionComponent } from './multi-select-option/multi-select-option.component';
|
|
4
|
+
export { MultiSelectTagComponent } from './multi-select-tag/multi-select-tag.component';
|
|
5
|
+
export { MultiSelectComponent } from './multi-select/multi-select.component';
|
|
6
|
+
export { MultiSelectModule } from './multi-select.module';
|
|
@@ -27,6 +27,7 @@ export declare class NavLinkDirective {
|
|
|
27
27
|
get isDisabled(): boolean | null;
|
|
28
28
|
get attrDisabled(): "" | null;
|
|
29
29
|
get getTabindex(): string | null;
|
|
30
|
+
get getCursorStyle(): string | null;
|
|
30
31
|
get hostClasses(): any;
|
|
31
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<NavLinkDirective, never>;
|
|
32
33
|
static ɵdir: i0.ɵɵDirectiveDeclaration<NavLinkDirective, "[cNavLink]", never, { "cNavLink": "cNavLink"; "active": "active"; "disabled": "disabled"; }, {}, never>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
import { ISmartPagination } from './smart-pagination.type';
|
|
3
|
+
import { NumberInput } from '@angular/cdk/coercion';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SmartPaginationComponent implements ISmartPagination {
|
|
6
|
+
static ngAcceptInputType_activePage: NumberInput;
|
|
7
|
+
static ngAcceptInputType_pages: NumberInput;
|
|
8
|
+
static ngAcceptInputType_limit: NumberInput;
|
|
9
|
+
constructor();
|
|
10
|
+
/**
|
|
11
|
+
* Current page number. [docs]
|
|
12
|
+
* @default 1
|
|
13
|
+
* @type number
|
|
14
|
+
*/
|
|
15
|
+
set activePage(value: number);
|
|
16
|
+
get activePage(): number;
|
|
17
|
+
private _activePage;
|
|
18
|
+
/**
|
|
19
|
+
* Event triggered on activePage change.
|
|
20
|
+
* @type EventEmitter<number>
|
|
21
|
+
*/
|
|
22
|
+
activePageChange: EventEmitter<number>;
|
|
23
|
+
/**
|
|
24
|
+
* Show/hide arrows
|
|
25
|
+
* @default true
|
|
26
|
+
* @type boolean
|
|
27
|
+
*/
|
|
28
|
+
arrows: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Show double arrows buttons
|
|
31
|
+
* @default true
|
|
32
|
+
* @type boolean
|
|
33
|
+
*/
|
|
34
|
+
doubleArrows: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Show/hide dots. [docs]
|
|
37
|
+
* @default true
|
|
38
|
+
*/
|
|
39
|
+
dots: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* Maximum items number. [docs]
|
|
42
|
+
* @default 5
|
|
43
|
+
* @type number
|
|
44
|
+
*/
|
|
45
|
+
set limit(value: number);
|
|
46
|
+
get limit(): number;
|
|
47
|
+
private _limit;
|
|
48
|
+
/**
|
|
49
|
+
* Number of pages. [docs]
|
|
50
|
+
* @type number
|
|
51
|
+
*/
|
|
52
|
+
set pages(value: number);
|
|
53
|
+
get pages(): number;
|
|
54
|
+
private _pages;
|
|
55
|
+
/**
|
|
56
|
+
* The content of 'firstButton' button. [docs]
|
|
57
|
+
* @default '«'
|
|
58
|
+
* todo TemplateRef
|
|
59
|
+
*/
|
|
60
|
+
firstButton?: string | TemplateRef<any>;
|
|
61
|
+
/**
|
|
62
|
+
* The content of 'lastButton' button. [docs]
|
|
63
|
+
* @default '»'
|
|
64
|
+
* todo TemplateRef
|
|
65
|
+
*/
|
|
66
|
+
lastButton?: string | TemplateRef<any>;
|
|
67
|
+
/**
|
|
68
|
+
* The content of 'nextButton' button. [docs]
|
|
69
|
+
* @default '&lsaquo'
|
|
70
|
+
* todo TemplateRef
|
|
71
|
+
*/
|
|
72
|
+
nextButton?: string | TemplateRef<any>;
|
|
73
|
+
/**
|
|
74
|
+
* The content of 'previousButton' button. [docs]
|
|
75
|
+
* @default '&rsaquo'
|
|
76
|
+
* todo TemplateRef
|
|
77
|
+
*/
|
|
78
|
+
previousButton?: string | TemplateRef<any>;
|
|
79
|
+
/**
|
|
80
|
+
* Set the alignment of pagination components.
|
|
81
|
+
* @values 'start', 'center', 'end'
|
|
82
|
+
*/
|
|
83
|
+
align?: 'start' | 'center' | 'end' | '';
|
|
84
|
+
/**
|
|
85
|
+
* Size the component small or large.
|
|
86
|
+
* @values 'sm', 'lg'
|
|
87
|
+
*/
|
|
88
|
+
size?: 'sm' | 'lg';
|
|
89
|
+
/**
|
|
90
|
+
* Default role for pagination. [docs]
|
|
91
|
+
* @type string
|
|
92
|
+
* @default 'navigation'
|
|
93
|
+
*/
|
|
94
|
+
role: string;
|
|
95
|
+
get paginationClass(): any;
|
|
96
|
+
get maxPrevItems(): number;
|
|
97
|
+
get maxNextItems(): number;
|
|
98
|
+
get range(): number;
|
|
99
|
+
get lastItem(): number;
|
|
100
|
+
get computedLimit(): number;
|
|
101
|
+
get itemsLimit(): number;
|
|
102
|
+
get showDots(): boolean;
|
|
103
|
+
get beforeDots(): boolean;
|
|
104
|
+
get afterDots(): boolean;
|
|
105
|
+
get items(): number[];
|
|
106
|
+
setPage(page: number): void;
|
|
107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationComponent, never>;
|
|
108
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmartPaginationComponent, "c-smart-pagination", ["cSmartPagination"], { "activePage": "activePage"; "arrows": "arrows"; "doubleArrows": "doubleArrows"; "dots": "dots"; "limit": "limit"; "pages": "pages"; "firstButton": "firstButton"; "lastButton": "lastButton"; "nextButton": "nextButton"; "previousButton": "previousButton"; "align": "align"; "size": "size"; "role": "role"; }, { "activePageChange": "activePageChange"; }, never, never>;
|
|
109
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./smart-pagination.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../pagination/pagination.module";
|
|
5
|
+
export declare class SmartPaginationModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SmartPaginationModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartPaginationModule, [typeof i1.SmartPaginationComponent], [typeof i2.CommonModule, typeof i3.PaginationModule], [typeof i1.SmartPaginationComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SmartPaginationModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
+
export interface ISmartPagination {
|
|
3
|
+
/**
|
|
4
|
+
* Current page number. [docs]
|
|
5
|
+
* @default 1
|
|
6
|
+
* @type number
|
|
7
|
+
*/
|
|
8
|
+
activePage?: number;
|
|
9
|
+
/**
|
|
10
|
+
* Event triggered on activePage change.
|
|
11
|
+
* @type EventEmitter<number>
|
|
12
|
+
*/
|
|
13
|
+
activePageChange: EventEmitter<number>;
|
|
14
|
+
/**
|
|
15
|
+
* Show/hide arrows. [docs]
|
|
16
|
+
* @default true
|
|
17
|
+
* @type boolean
|
|
18
|
+
*/
|
|
19
|
+
arrows?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Show double arrows buttons. [docs]
|
|
22
|
+
* @default true
|
|
23
|
+
* @type boolean
|
|
24
|
+
*/
|
|
25
|
+
doubleArrows?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Show/hide dots. [docs]
|
|
28
|
+
* @default true
|
|
29
|
+
* @type boolean
|
|
30
|
+
*/
|
|
31
|
+
dots?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Maximum items number. [docs]
|
|
34
|
+
* @default 5
|
|
35
|
+
* @type number
|
|
36
|
+
*/
|
|
37
|
+
limit?: number;
|
|
38
|
+
/**
|
|
39
|
+
* Number of pages. [docs]
|
|
40
|
+
* @type number
|
|
41
|
+
*/
|
|
42
|
+
pages?: number;
|
|
43
|
+
/**
|
|
44
|
+
* The content of 'firstButton' button. [docs]
|
|
45
|
+
* @default '«'
|
|
46
|
+
*/
|
|
47
|
+
firstButton?: string | TemplateRef<any>;
|
|
48
|
+
/**
|
|
49
|
+
* The content of 'lastButton' button. [docs]
|
|
50
|
+
* @default '»'
|
|
51
|
+
*/
|
|
52
|
+
lastButton?: string | TemplateRef<any>;
|
|
53
|
+
/**
|
|
54
|
+
* The content of 'previousButton' button. [docs]
|
|
55
|
+
* @default '‹'
|
|
56
|
+
*/
|
|
57
|
+
nextButton?: string | TemplateRef<any>;
|
|
58
|
+
/**
|
|
59
|
+
* The content of 'nextButton' button. [docs]
|
|
60
|
+
* @default '›'
|
|
61
|
+
*/
|
|
62
|
+
previousButton?: string | TemplateRef<any>;
|
|
63
|
+
/**
|
|
64
|
+
* Size of pagination, valid values: 'sm', 'lg'. [docs]
|
|
65
|
+
*/
|
|
66
|
+
size?: 'sm' | 'lg';
|
|
67
|
+
/**
|
|
68
|
+
* Set the alignment of pagination components.
|
|
69
|
+
* @values 'start', 'center', 'end'
|
|
70
|
+
* @type string
|
|
71
|
+
*/
|
|
72
|
+
align?: 'start' | 'center' | 'end' | '';
|
|
73
|
+
/**
|
|
74
|
+
* Default role for pagination. [docs]
|
|
75
|
+
* @type string
|
|
76
|
+
* @default 'navigation'
|
|
77
|
+
*/
|
|
78
|
+
role?: string;
|
|
79
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|