@coreui/angular-pro 4.0.0-alpha.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/LICENSE +4 -0
- package/README.md +153 -0
- package/bundles/coreui-angular-pro.umd.js +11697 -0
- package/bundles/coreui-angular-pro.umd.js.map +1 -0
- package/coreui-angular-pro.d.ts +5 -0
- package/esm2015/coreui-angular-pro.js +5 -0
- package/esm2015/lib/accordion/accordion/accordion.component.js +46 -0
- package/esm2015/lib/accordion/accordion-button/accordion-button.directive.js +30 -0
- package/esm2015/lib/accordion/accordion-item/accordion-item.component.js +60 -0
- package/esm2015/lib/accordion/accordion.module.js +50 -0
- package/esm2015/lib/accordion/accordion.service.js +36 -0
- package/esm2015/lib/accordion/index.js +2 -0
- package/esm2015/lib/accordion/public_api.js +5 -0
- package/esm2015/lib/alert/alert-heading.directive.js +22 -0
- package/esm2015/lib/alert/alert-link.directive.js +22 -0
- package/esm2015/lib/alert/alert.component.js +176 -0
- package/esm2015/lib/alert/alert.module.js +40 -0
- package/esm2015/lib/alert/index.js +2 -0
- package/esm2015/lib/alert/public_api.js +5 -0
- package/esm2015/lib/avatar/avatar.component.js +53 -0
- package/esm2015/lib/avatar/avatar.module.js +26 -0
- package/esm2015/lib/avatar/index.js +2 -0
- package/esm2015/lib/avatar/public_api.js +3 -0
- package/esm2015/lib/backdrop/backdrop.service.js +52 -0
- package/esm2015/lib/badge/badge.component.js +47 -0
- package/esm2015/lib/badge/badge.module.js +26 -0
- package/esm2015/lib/badge/index.js +2 -0
- package/esm2015/lib/badge/public_api.js +3 -0
- package/esm2015/lib/breadcrumb/breadcrumb/breadcrumb.component.js +47 -0
- package/esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.js +41 -0
- package/esm2015/lib/breadcrumb/breadcrumb-item/breadcrumb-item.js +2 -0
- package/esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.js +45 -0
- package/esm2015/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.js +53 -0
- package/esm2015/lib/breadcrumb/breadcrumb.module.js +37 -0
- package/esm2015/lib/breadcrumb/index.js +2 -0
- package/esm2015/lib/breadcrumb/public_api.js +5 -0
- package/esm2015/lib/button/button-close.directive.js +43 -0
- package/esm2015/lib/button/button.directive.js +109 -0
- package/esm2015/lib/button/button.module.js +31 -0
- package/esm2015/lib/button/index.js +2 -0
- package/esm2015/lib/button/public_api.js +4 -0
- package/esm2015/lib/button-group/button-group/button-group.component.js +41 -0
- package/esm2015/lib/button-group/button-group.module.js +31 -0
- package/esm2015/lib/button-group/button-toolbar/button-toolbar.component.js +35 -0
- package/esm2015/lib/button-group/index.js +2 -0
- package/esm2015/lib/button-group/public_api.js +4 -0
- package/esm2015/lib/callout/callout.component.js +27 -0
- package/esm2015/lib/callout/callout.module.js +22 -0
- package/esm2015/lib/callout/index.js +2 -0
- package/esm2015/lib/callout/public_api.js +3 -0
- package/esm2015/lib/card/card-body.component.js +22 -0
- package/esm2015/lib/card/card-footer.component.js +22 -0
- package/esm2015/lib/card/card-group.component.js +22 -0
- package/esm2015/lib/card/card-header-actions.component.js +20 -0
- package/esm2015/lib/card/card-header.component.js +22 -0
- package/esm2015/lib/card/card-img-overlay/card-img-overlay.component.js +23 -0
- package/esm2015/lib/card/card-img.directive.js +25 -0
- package/esm2015/lib/card/card-link.directive.js +21 -0
- package/esm2015/lib/card/card-subtitle.directive.js +21 -0
- package/esm2015/lib/card/card-text.directive.js +21 -0
- package/esm2015/lib/card/card-title.directive.js +21 -0
- package/esm2015/lib/card/card.component.js +29 -0
- package/esm2015/lib/card/card.module.js +81 -0
- package/esm2015/lib/card/index.js +2 -0
- package/esm2015/lib/card/public_api.js +14 -0
- package/esm2015/lib/carousel/carousel/carousel.component.js +140 -0
- package/esm2015/lib/carousel/carousel-caption/carousel-caption.component.js +21 -0
- package/esm2015/lib/carousel/carousel-control/carousel-control.component.js +88 -0
- package/esm2015/lib/carousel/carousel-indicators/carousel-indicators.component.js +51 -0
- package/esm2015/lib/carousel/carousel-inner/carousel-inner.component.js +53 -0
- package/esm2015/lib/carousel/carousel-item/carousel-item.component.js +65 -0
- package/esm2015/lib/carousel/carousel-state.js +72 -0
- package/esm2015/lib/carousel/carousel-state.type.js +2 -0
- package/esm2015/lib/carousel/carousel.animation.js +70 -0
- package/esm2015/lib/carousel/carousel.config.js +22 -0
- package/esm2015/lib/carousel/carousel.module.js +54 -0
- package/esm2015/lib/carousel/carousel.service.js +18 -0
- package/esm2015/lib/carousel/index.js +2 -0
- package/esm2015/lib/carousel/public_api.js +9 -0
- package/esm2015/lib/chart/chart.module.js +26 -0
- package/esm2015/lib/chart/index.js +2 -0
- package/esm2015/lib/chart/no-zone-basechart.directive.js +26 -0
- package/esm2015/lib/chart/public_api.js +3 -0
- package/esm2015/lib/collapse/collapse.animations.js +11 -0
- package/esm2015/lib/collapse/collapse.directive.js +125 -0
- package/esm2015/lib/collapse/collapse.module.js +25 -0
- package/esm2015/lib/collapse/index.js +2 -0
- package/esm2015/lib/collapse/public_api.js +3 -0
- package/esm2015/lib/coreui.types.js +10 -0
- package/esm2015/lib/dropdown/dropdown/dropdown.component.js +304 -0
- package/esm2015/lib/dropdown/dropdown-divider/dropdown-divider.directive.js +23 -0
- package/esm2015/lib/dropdown/dropdown-header/dropdown-header.directive.js +23 -0
- package/esm2015/lib/dropdown/dropdown-item/dropdown-item-plain.directive.js +23 -0
- package/esm2015/lib/dropdown/dropdown-item/dropdown-item.directive.js +68 -0
- package/esm2015/lib/dropdown/dropdown-menu/dropdown-menu.directive.js +81 -0
- package/esm2015/lib/dropdown/dropdown.module.js +61 -0
- package/esm2015/lib/dropdown/dropdown.service.js +18 -0
- package/esm2015/lib/dropdown/index.js +2 -0
- package/esm2015/lib/dropdown/public_api.js +9 -0
- package/esm2015/lib/footer/footer.component.js +38 -0
- package/esm2015/lib/footer/footer.module.js +26 -0
- package/esm2015/lib/footer/index.js +2 -0
- package/esm2015/lib/footer/public_api.js +3 -0
- package/esm2015/lib/form/form/form.directive.js +38 -0
- package/esm2015/lib/form/form-check/form-check-input.directive.js +60 -0
- package/esm2015/lib/form/form-check/form-check-label.directive.js +21 -0
- package/esm2015/lib/form/form-check/form-check.component.js +75 -0
- package/esm2015/lib/form/form-control/form-control.directive.js +71 -0
- package/esm2015/lib/form/form-feedback/form-feedback.component.js +42 -0
- package/esm2015/lib/form/form-floating/form-floating.directive.js +38 -0
- package/esm2015/lib/form/form-label/form-label.directive.js +39 -0
- package/esm2015/lib/form/form-select/form-select.directive.js +34 -0
- package/esm2015/lib/form/form-text/form-text.directive.js +22 -0
- package/esm2015/lib/form/form.module.js +77 -0
- package/esm2015/lib/form/index.js +2 -0
- package/esm2015/lib/form/input-group/input-group.component.js +31 -0
- package/esm2015/lib/form/input-group-text/input-group-text.directive.js +22 -0
- package/esm2015/lib/form/public_api.js +14 -0
- package/esm2015/lib/grid/col.component.js +16 -0
- package/esm2015/lib/grid/col.directive.js +151 -0
- package/esm2015/lib/grid/col.type.js +2 -0
- package/esm2015/lib/grid/container.component.js +47 -0
- package/esm2015/lib/grid/container.type.js +2 -0
- package/esm2015/lib/grid/grid.module.js +48 -0
- package/esm2015/lib/grid/gutter.directive.js +56 -0
- package/esm2015/lib/grid/gutter.type.js +2 -0
- package/esm2015/lib/grid/index.js +2 -0
- package/esm2015/lib/grid/public_api.js +8 -0
- package/esm2015/lib/grid/row.component.js +16 -0
- package/esm2015/lib/grid/row.directive.js +45 -0
- package/esm2015/lib/grid/row.type.js +2 -0
- package/esm2015/lib/header/header/header.component.js +50 -0
- package/esm2015/lib/header/header-brand/header-brand.component.js +31 -0
- package/esm2015/lib/header/header-divider/header-divider.component.js +20 -0
- package/esm2015/lib/header/header-nav/header-nav.component.js +32 -0
- package/esm2015/lib/header/header-text/header-text.component.js +20 -0
- package/esm2015/lib/header/header-toggler/header-toggler.directive.js +54 -0
- package/esm2015/lib/header/header.module.js +51 -0
- package/esm2015/lib/header/index.js +2 -0
- package/esm2015/lib/header/public_api.js +8 -0
- package/esm2015/lib/image/img.directive.js +91 -0
- package/esm2015/lib/image/img.module.js +26 -0
- package/esm2015/lib/image/index.js +2 -0
- package/esm2015/lib/image/public_api.js +3 -0
- package/esm2015/lib/list-group/index.js +2 -0
- package/esm2015/lib/list-group/list-group-item.directive.js +73 -0
- package/esm2015/lib/list-group/list-group.directive.js +44 -0
- package/esm2015/lib/list-group/list-group.module.js +27 -0
- package/esm2015/lib/list-group/public_api.js +4 -0
- package/esm2015/lib/loading-button/index.js +2 -0
- package/esm2015/lib/loading-button/loading-button.component.js +90 -0
- package/esm2015/lib/loading-button/loading-button.module.js +30 -0
- package/esm2015/lib/loading-button/public_api.js +3 -0
- package/esm2015/lib/modal/index.js +2 -0
- package/esm2015/lib/modal/modal/modal.component.js +309 -0
- package/esm2015/lib/modal/modal-body/modal-body.component.js +23 -0
- package/esm2015/lib/modal/modal-content/modal-content.component.js +37 -0
- package/esm2015/lib/modal/modal-dialog/modal-dialog.component.js +36 -0
- package/esm2015/lib/modal/modal-dismiss/modal-toggle.directive.js +27 -0
- package/esm2015/lib/modal/modal-footer/modal-footer.component.js +22 -0
- package/esm2015/lib/modal/modal-header/modal-header.component.js +24 -0
- package/esm2015/lib/modal/modal-title/modal-title.directive.js +21 -0
- package/esm2015/lib/modal/modal.module.js +71 -0
- package/esm2015/lib/modal/modal.service.js +21 -0
- package/esm2015/lib/modal/public_api.js +11 -0
- package/esm2015/lib/nav/index.js +2 -0
- package/esm2015/lib/nav/nav-item.component.js +23 -0
- package/esm2015/lib/nav/nav-link.directive.js +81 -0
- package/esm2015/lib/nav/nav.component.js +31 -0
- package/esm2015/lib/nav/nav.module.js +24 -0
- package/esm2015/lib/nav/public_api.js +5 -0
- package/esm2015/lib/navbar/index.js +2 -0
- package/esm2015/lib/navbar/navbar-brand/navbar-brand.directive.js +23 -0
- package/esm2015/lib/navbar/navbar-nav/navbar-nav.component.js +40 -0
- package/esm2015/lib/navbar/navbar-text/navbar-text.component.js +20 -0
- package/esm2015/lib/navbar/navbar-toggler/navbar-toggler.directive.js +64 -0
- package/esm2015/lib/navbar/navbar.component.js +88 -0
- package/esm2015/lib/navbar/navbar.module.js +50 -0
- package/esm2015/lib/navbar/public_api.js +7 -0
- package/esm2015/lib/offcanvas/index.js +2 -0
- package/esm2015/lib/offcanvas/offcanvas/offcanvas.component.js +251 -0
- package/esm2015/lib/offcanvas/offcanvas-body/offcanvas-body.component.js +23 -0
- package/esm2015/lib/offcanvas/offcanvas-header/offcanvas-header.component.js +23 -0
- package/esm2015/lib/offcanvas/offcanvas-title/offcanvas-title.directive.js +21 -0
- package/esm2015/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.js +27 -0
- package/esm2015/lib/offcanvas/offcanvas.module.js +59 -0
- package/esm2015/lib/offcanvas/offcanvas.service.js +21 -0
- package/esm2015/lib/offcanvas/public_api.js +8 -0
- package/esm2015/lib/pagination/index.js +2 -0
- package/esm2015/lib/pagination/page-item/page-item.component.js +16 -0
- package/esm2015/lib/pagination/page-item/page-item.directive.js +62 -0
- package/esm2015/lib/pagination/page-link/page-link.directive.js +21 -0
- package/esm2015/lib/pagination/pagination/pagination.component.js +45 -0
- package/esm2015/lib/pagination/pagination.module.js +41 -0
- package/esm2015/lib/pagination/public_api.js +6 -0
- package/esm2015/lib/popover/index.js +2 -0
- package/esm2015/lib/popover/popover/popover.component.js +96 -0
- package/esm2015/lib/popover/popover.directive.js +193 -0
- package/esm2015/lib/popover/popover.module.js +31 -0
- package/esm2015/lib/popover/public_api.js +4 -0
- package/esm2015/lib/progress/index.js +2 -0
- package/esm2015/lib/progress/progress-bar.component.js +112 -0
- package/esm2015/lib/progress/progress-bar.js +2 -0
- package/esm2015/lib/progress/progress.component.js +72 -0
- package/esm2015/lib/progress/progress.module.js +27 -0
- package/esm2015/lib/progress/public_api.js +4 -0
- package/esm2015/lib/services/class-toggle.service.js +30 -0
- package/esm2015/lib/services/index.js +2 -0
- package/esm2015/lib/services/listeners.service.js +44 -0
- package/esm2015/lib/services/public_api.js +2 -0
- package/esm2015/lib/shared/html-attr.directive.js +52 -0
- package/esm2015/lib/shared/index.js +2 -0
- package/esm2015/lib/shared/public_api.js +4 -0
- package/esm2015/lib/shared/shared.module.js +48 -0
- package/esm2015/lib/shared/template-id.directive.js +19 -0
- package/esm2015/lib/sidebar/index.js +2 -0
- package/esm2015/lib/sidebar/public_api.js +10 -0
- package/esm2015/lib/sidebar/sidebar/sidebar.component.js +220 -0
- package/esm2015/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.js +60 -0
- package/esm2015/lib/sidebar/sidebar-brand/sidebar-brand.component.js +33 -0
- package/esm2015/lib/sidebar/sidebar-footer/sidebar-footer.component.js +24 -0
- package/esm2015/lib/sidebar/sidebar-header/sidebar-header.component.js +24 -0
- package/esm2015/lib/sidebar/sidebar-nav/index.js +2 -0
- package/esm2015/lib/sidebar/sidebar-nav/public_api.js +14 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.js +24 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.js +18 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.js +21 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.js +33 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-label.component.js +46 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.component.js +99 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.js +24 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav-title.component.js +68 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.component.js +147 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.js +2 -0
- package/esm2015/lib/sidebar/sidebar-nav/sidebar-nav.service.js +54 -0
- package/esm2015/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.js +40 -0
- package/esm2015/lib/sidebar/sidebar-toggler/sidebar-toggler.component.js +26 -0
- package/esm2015/lib/sidebar/sidebar.module.js +98 -0
- package/esm2015/lib/sidebar/sidebar.service.js +21 -0
- package/esm2015/lib/spinner/index.js +2 -0
- package/esm2015/lib/spinner/public_api.js +3 -0
- package/esm2015/lib/spinner/spinner.component.js +52 -0
- package/esm2015/lib/spinner/spinner.module.js +30 -0
- package/esm2015/lib/table/index.js +2 -0
- package/esm2015/lib/table/public_api.js +5 -0
- package/esm2015/lib/table/table-active.directive.js +40 -0
- package/esm2015/lib/table/table-color.directive.js +24 -0
- package/esm2015/lib/table/table.directive.js +131 -0
- package/esm2015/lib/table/table.module.js +36 -0
- package/esm2015/lib/tabs/index.js +2 -0
- package/esm2015/lib/tabs/public_api.js +6 -0
- package/esm2015/lib/tabs/tab-content/tab-content.component.js +101 -0
- package/esm2015/lib/tabs/tab-content-ref.directive.js +130 -0
- package/esm2015/lib/tabs/tab-pane/tab-pane.component.js +62 -0
- package/esm2015/lib/tabs/tab.service.js +21 -0
- package/esm2015/lib/tabs/tabs.module.js +42 -0
- package/esm2015/lib/toast/index.js +2 -0
- package/esm2015/lib/toast/public_api.js +9 -0
- package/esm2015/lib/toast/toast/toast.component.js +244 -0
- package/esm2015/lib/toast/toast-body/toast-body.component.js +26 -0
- package/esm2015/lib/toast/toast-close.directive.js +28 -0
- package/esm2015/lib/toast/toast-header/toast-header.component.js +36 -0
- package/esm2015/lib/toast/toast.module.js +50 -0
- package/esm2015/lib/toast/toaster/toaster-host.directive.js +17 -0
- package/esm2015/lib/toast/toaster/toaster.component.js +149 -0
- package/esm2015/lib/toast/toaster/toaster.service.js +21 -0
- package/esm2015/lib/tooltip/index.js +2 -0
- package/esm2015/lib/tooltip/public_api.js +4 -0
- package/esm2015/lib/tooltip/tooltip/tooltip.component.js +92 -0
- package/esm2015/lib/tooltip/tooltip.directive.js +188 -0
- package/esm2015/lib/tooltip/tooltip.module.js +31 -0
- package/esm2015/lib/utilities/align.directive.js +24 -0
- package/esm2015/lib/utilities/bg-color.directive.js +33 -0
- package/esm2015/lib/utilities/border.directive.js +66 -0
- package/esm2015/lib/utilities/border.type.js +2 -0
- package/esm2015/lib/utilities/index.js +2 -0
- package/esm2015/lib/utilities/public_api.js +7 -0
- package/esm2015/lib/utilities/rounded.directive.js +56 -0
- package/esm2015/lib/utilities/rounded.type.js +2 -0
- package/esm2015/lib/utilities/text-color.directive.js +32 -0
- package/esm2015/lib/utilities/utilities.module.js +46 -0
- package/esm2015/lib/widget/index.js +2 -0
- package/esm2015/lib/widget/public_api.js +8 -0
- package/esm2015/lib/widget/widget-stat-a/widget-stat-a.component.js +54 -0
- package/esm2015/lib/widget/widget-stat-b/widget-stat-b.component.js +57 -0
- package/esm2015/lib/widget/widget-stat-c/widget-stat-c.component.js +85 -0
- package/esm2015/lib/widget/widget-stat-d/widget-stat-d.component.js +44 -0
- package/esm2015/lib/widget/widget-stat-e/widget-stat-e.component.js +35 -0
- package/esm2015/lib/widget/widget-stat-f/widget-stat-f.component.js +101 -0
- package/esm2015/lib/widget/widget.module.js +59 -0
- package/esm2015/public-api.js +42 -0
- package/fesm2015/coreui-angular-pro.js +9632 -0
- package/fesm2015/coreui-angular-pro.js.map +1 -0
- package/lib/accordion/accordion/accordion.component.d.ts +22 -0
- package/lib/accordion/accordion-button/accordion-button.directive.d.ts +12 -0
- package/lib/accordion/accordion-item/accordion-item.component.d.ts +26 -0
- package/lib/accordion/accordion.module.d.ts +12 -0
- package/lib/accordion/accordion.service.d.ts +13 -0
- package/lib/accordion/index.d.ts +1 -0
- package/lib/accordion/public_api.d.ts +4 -0
- package/lib/alert/alert-heading.directive.d.ts +7 -0
- package/lib/alert/alert-link.directive.d.ts +7 -0
- package/lib/alert/alert.component.d.ts +62 -0
- package/lib/alert/alert.module.d.ts +11 -0
- package/lib/alert/index.d.ts +1 -0
- package/lib/alert/public_api.d.ts +4 -0
- package/lib/avatar/avatar.component.d.ts +40 -0
- package/lib/avatar/avatar.module.d.ts +8 -0
- package/lib/avatar/index.d.ts +1 -0
- package/lib/avatar/public_api.d.ts +2 -0
- package/lib/backdrop/backdrop.service.d.ts +16 -0
- package/lib/badge/badge.component.d.ts +32 -0
- package/lib/badge/badge.module.d.ts +8 -0
- package/lib/badge/index.d.ts +1 -0
- package/lib/badge/public_api.d.ts +2 -0
- package/lib/breadcrumb/breadcrumb/breadcrumb.component.d.ts +21 -0
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +28 -0
- package/lib/breadcrumb/breadcrumb-item/breadcrumb-item.d.ts +9 -0
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.component.d.ts +21 -0
- package/lib/breadcrumb/breadcrumb-router/breadcrumb-router.service.d.ts +14 -0
- package/lib/breadcrumb/breadcrumb.module.d.ts +12 -0
- package/lib/breadcrumb/index.d.ts +1 -0
- package/lib/breadcrumb/public_api.d.ts +5 -0
- package/lib/button/button-close.directive.d.ts +16 -0
- package/lib/button/button.directive.d.ts +54 -0
- package/lib/button/button.module.d.ts +9 -0
- package/lib/button/index.d.ts +1 -0
- package/lib/button/public_api.d.ts +3 -0
- package/lib/button-group/button-group/button-group.component.d.ts +23 -0
- package/lib/button-group/button-group.module.d.ts +9 -0
- package/lib/button-group/button-toolbar/button-toolbar.component.d.ts +13 -0
- package/lib/button-group/index.d.ts +1 -0
- package/lib/button-group/public_api.d.ts +3 -0
- package/lib/callout/callout.component.d.ts +13 -0
- package/lib/callout/callout.module.d.ts +8 -0
- package/lib/callout/index.d.ts +1 -0
- package/lib/callout/public_api.d.ts +2 -0
- package/lib/card/card-body.component.d.ts +6 -0
- package/lib/card/card-footer.component.d.ts +6 -0
- package/lib/card/card-group.component.d.ts +6 -0
- package/lib/card/card-header-actions.component.d.ts +6 -0
- package/lib/card/card-header.component.d.ts +6 -0
- package/lib/card/card-img-overlay/card-img-overlay.component.d.ts +6 -0
- package/lib/card/card-img.directive.d.ts +11 -0
- package/lib/card/card-link.directive.d.ts +6 -0
- package/lib/card/card-subtitle.directive.d.ts +6 -0
- package/lib/card/card-text.directive.d.ts +6 -0
- package/lib/card/card-title.directive.d.ts +6 -0
- package/lib/card/card.component.d.ts +18 -0
- package/lib/card/card.module.d.ts +19 -0
- package/lib/card/index.d.ts +1 -0
- package/lib/card/public_api.d.ts +13 -0
- package/lib/carousel/carousel/carousel.component.d.ts +60 -0
- package/lib/carousel/carousel-caption/carousel-caption.component.d.ts +7 -0
- package/lib/carousel/carousel-control/carousel-control.component.d.ts +31 -0
- package/lib/carousel/carousel-indicators/carousel-indicators.component.d.ts +18 -0
- package/lib/carousel/carousel-inner/carousel-inner.component.d.ts +21 -0
- package/lib/carousel/carousel-item/carousel-item.component.d.ts +24 -0
- package/lib/carousel/carousel-state.d.ts +16 -0
- package/lib/carousel/carousel-state.type.d.ts +15 -0
- package/lib/carousel/carousel.animation.d.ts +4 -0
- package/lib/carousel/carousel.config.d.ts +10 -0
- package/lib/carousel/carousel.module.d.ts +15 -0
- package/lib/carousel/carousel.service.d.ts +12 -0
- package/lib/carousel/index.d.ts +1 -0
- package/lib/carousel/public_api.d.ts +8 -0
- package/lib/chart/chart.module.d.ts +8 -0
- package/lib/chart/index.d.ts +1 -0
- package/lib/chart/no-zone-basechart.directive.d.ts +9 -0
- package/lib/chart/public_api.d.ts +2 -0
- package/lib/collapse/collapse.animations.d.ts +2 -0
- package/lib/collapse/collapse.directive.d.ts +52 -0
- package/lib/collapse/collapse.module.d.ts +10 -0
- package/lib/collapse/index.d.ts +1 -0
- package/lib/collapse/public_api.d.ts +2 -0
- package/lib/coreui.types.d.ts +43 -0
- package/lib/dropdown/dropdown/dropdown.component.d.ts +111 -0
- package/lib/dropdown/dropdown-divider/dropdown-divider.directive.d.ts +7 -0
- package/lib/dropdown/dropdown-header/dropdown-header.directive.d.ts +7 -0
- package/lib/dropdown/dropdown-item/dropdown-item-plain.directive.d.ts +7 -0
- package/lib/dropdown/dropdown-item/dropdown-item.directive.d.ts +27 -0
- package/lib/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +36 -0
- package/lib/dropdown/dropdown.module.d.ts +13 -0
- package/lib/dropdown/dropdown.service.d.ts +13 -0
- package/lib/dropdown/index.d.ts +1 -0
- package/lib/dropdown/public_api.d.ts +8 -0
- package/lib/footer/footer.component.d.ts +18 -0
- package/lib/footer/footer.module.d.ts +8 -0
- package/lib/footer/index.d.ts +1 -0
- package/lib/footer/public_api.d.ts +2 -0
- package/lib/form/form/form.directive.d.ts +17 -0
- package/lib/form/form-check/form-check-input.directive.d.ts +31 -0
- package/lib/form/form-check/form-check-label.directive.d.ts +6 -0
- package/lib/form/form-check/form-check.component.d.ts +36 -0
- package/lib/form/form-control/form-control.directive.d.ts +34 -0
- package/lib/form/form-feedback/form-feedback.component.d.ts +18 -0
- package/lib/form/form-floating/form-floating.directive.d.ts +16 -0
- package/lib/form/form-label/form-label.directive.d.ts +16 -0
- package/lib/form/form-select/form-select.directive.d.ts +16 -0
- package/lib/form/form-text/form-text.directive.d.ts +7 -0
- package/lib/form/form.module.d.ts +19 -0
- package/lib/form/index.d.ts +1 -0
- package/lib/form/input-group/input-group.component.d.ts +11 -0
- package/lib/form/input-group-text/input-group-text.directive.d.ts +7 -0
- package/lib/form/public_api.d.ts +13 -0
- package/lib/grid/col.component.d.ts +6 -0
- package/lib/grid/col.directive.d.ts +73 -0
- package/lib/grid/col.type.d.ts +11 -0
- package/lib/grid/container.component.d.ts +20 -0
- package/lib/grid/container.type.d.ts +5 -0
- package/lib/grid/grid.module.d.ts +13 -0
- package/lib/grid/gutter.directive.d.ts +13 -0
- package/lib/grid/gutter.type.d.ts +13 -0
- package/lib/grid/index.d.ts +1 -0
- package/lib/grid/public_api.d.ts +7 -0
- package/lib/grid/row.component.d.ts +6 -0
- package/lib/grid/row.directive.d.ts +37 -0
- package/lib/grid/row.type.d.ts +9 -0
- package/lib/header/header/header.component.d.ts +25 -0
- package/lib/header/header-brand/header-brand.component.d.ts +12 -0
- package/lib/header/header-divider/header-divider.component.d.ts +6 -0
- package/lib/header/header-nav/header-nav.component.d.ts +12 -0
- package/lib/header/header-text/header-text.component.d.ts +6 -0
- package/lib/header/header-toggler/header-toggler.directive.d.ts +25 -0
- package/lib/header/header.module.d.ts +13 -0
- package/lib/header/index.d.ts +1 -0
- package/lib/header/public_api.d.ts +7 -0
- package/lib/image/img.directive.d.ts +42 -0
- package/lib/image/img.module.d.ts +8 -0
- package/lib/image/index.d.ts +1 -0
- package/lib/image/public_api.d.ts +2 -0
- package/lib/list-group/index.d.ts +1 -0
- package/lib/list-group/list-group-item.directive.d.ts +33 -0
- package/lib/list-group/list-group.directive.d.ts +21 -0
- package/lib/list-group/list-group.module.d.ts +9 -0
- package/lib/list-group/public_api.d.ts +3 -0
- package/lib/loading-button/index.d.ts +1 -0
- package/lib/loading-button/loading-button.component.d.ts +43 -0
- package/lib/loading-button/loading-button.module.d.ts +9 -0
- package/lib/loading-button/public_api.d.ts +2 -0
- package/lib/modal/index.d.ts +1 -0
- package/lib/modal/modal/modal.component.d.ts +102 -0
- package/lib/modal/modal-body/modal-body.component.d.ts +6 -0
- package/lib/modal/modal-content/modal-content.component.d.ts +12 -0
- package/lib/modal/modal-dialog/modal-dialog.component.d.ts +25 -0
- package/lib/modal/modal-dismiss/modal-toggle.directive.d.ts +13 -0
- package/lib/modal/modal-footer/modal-footer.component.d.ts +6 -0
- package/lib/modal/modal-header/modal-header.component.d.ts +6 -0
- package/lib/modal/modal-title/modal-title.directive.d.ts +6 -0
- package/lib/modal/modal.module.d.ts +16 -0
- package/lib/modal/modal.service.d.ts +15 -0
- package/lib/modal/public_api.d.ts +10 -0
- package/lib/nav/index.d.ts +1 -0
- package/lib/nav/nav-item.component.d.ts +6 -0
- package/lib/nav/nav-link.directive.d.ts +33 -0
- package/lib/nav/nav.component.d.ts +16 -0
- package/lib/nav/nav.module.d.ts +10 -0
- package/lib/nav/public_api.d.ts +4 -0
- package/lib/navbar/index.d.ts +1 -0
- package/lib/navbar/navbar-brand/navbar-brand.directive.d.ts +7 -0
- package/lib/navbar/navbar-nav/navbar-nav.component.d.ts +15 -0
- package/lib/navbar/navbar-text/navbar-text.component.d.ts +6 -0
- package/lib/navbar/navbar-toggler/navbar-toggler.directive.d.ts +33 -0
- package/lib/navbar/navbar.component.d.ts +39 -0
- package/lib/navbar/navbar.module.d.ts +13 -0
- package/lib/navbar/public_api.d.ts +6 -0
- package/lib/offcanvas/index.d.ts +1 -0
- package/lib/offcanvas/offcanvas/offcanvas.component.d.ts +82 -0
- package/lib/offcanvas/offcanvas-body/offcanvas-body.component.d.ts +6 -0
- package/lib/offcanvas/offcanvas-header/offcanvas-header.component.d.ts +6 -0
- package/lib/offcanvas/offcanvas-title/offcanvas-title.directive.d.ts +6 -0
- package/lib/offcanvas/offcanvas-toggle/offcanvas-toggle.directive.d.ts +14 -0
- package/lib/offcanvas/offcanvas.module.d.ts +13 -0
- package/lib/offcanvas/offcanvas.service.d.ts +15 -0
- package/lib/offcanvas/public_api.d.ts +7 -0
- package/lib/pagination/index.d.ts +1 -0
- package/lib/pagination/page-item/page-item.component.d.ts +6 -0
- package/lib/pagination/page-item/page-item.directive.d.ts +24 -0
- package/lib/pagination/page-link/page-link.directive.d.ts +6 -0
- package/lib/pagination/pagination/pagination.component.d.ts +22 -0
- package/lib/pagination/pagination.module.d.ts +11 -0
- package/lib/pagination/public_api.d.ts +5 -0
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/popover/popover.component.d.ts +30 -0
- package/lib/popover/popover.directive.d.ts +58 -0
- package/lib/popover/popover.module.d.ts +9 -0
- package/lib/popover/public_api.d.ts +3 -0
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/progress-bar.component.d.ts +52 -0
- package/lib/progress/progress-bar.d.ts +10 -0
- package/lib/progress/progress.component.d.ts +32 -0
- package/lib/progress/progress.module.d.ts +9 -0
- package/lib/progress/public_api.d.ts +4 -0
- package/lib/services/class-toggle.service.d.ts +11 -0
- package/lib/services/index.d.ts +1 -0
- package/lib/services/listeners.service.d.ts +19 -0
- package/lib/services/public_api.d.ts +1 -0
- package/lib/shared/html-attr.directive.d.ts +16 -0
- package/lib/shared/index.d.ts +1 -0
- package/lib/shared/public_api.d.ts +3 -0
- package/lib/shared/shared.module.d.ts +11 -0
- package/lib/shared/template-id.directive.d.ts +9 -0
- package/lib/sidebar/index.d.ts +1 -0
- package/lib/sidebar/public_api.d.ts +9 -0
- package/lib/sidebar/sidebar/sidebar.component.d.ts +91 -0
- package/lib/sidebar/sidebar-backdrop/sidebar-backdrop.service.d.ts +16 -0
- package/lib/sidebar/sidebar-brand/sidebar-brand.component.d.ts +12 -0
- package/lib/sidebar/sidebar-footer/sidebar-footer.component.d.ts +7 -0
- package/lib/sidebar/sidebar-header/sidebar-header.component.d.ts +7 -0
- package/lib/sidebar/sidebar-nav/index.d.ts +1 -0
- package/lib/sidebar/sidebar-nav/public_api.d.ts +12 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-badge.pipe.d.ts +7 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-divider.component.d.ts +7 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-icon.pipe.d.ts +7 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-item-class.pipe.d.ts +10 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-label.component.d.ts +18 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.component.d.ts +34 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-link.pipe.d.ts +7 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav-title.component.d.ts +15 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav.component.d.ts +50 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav.d.ts +51 -0
- package/lib/sidebar/sidebar-nav/sidebar-nav.service.d.ts +20 -0
- package/lib/sidebar/sidebar-toggle/sidebar-toggle.directive.d.ts +25 -0
- package/lib/sidebar/sidebar-toggler/sidebar-toggler.component.d.ts +7 -0
- package/lib/sidebar/sidebar.module.d.ts +25 -0
- package/lib/sidebar/sidebar.service.d.ts +19 -0
- package/lib/spinner/index.d.ts +1 -0
- package/lib/spinner/public_api.d.ts +2 -0
- package/lib/spinner/spinner.component.d.ts +31 -0
- package/lib/spinner/spinner.module.d.ts +9 -0
- package/lib/table/index.d.ts +1 -0
- package/lib/table/public_api.d.ts +4 -0
- package/lib/table/table-active.directive.d.ts +16 -0
- package/lib/table/table-color.directive.d.ts +12 -0
- package/lib/table/table.directive.d.ts +80 -0
- package/lib/table/table.module.d.ts +10 -0
- package/lib/tabs/index.d.ts +1 -0
- package/lib/tabs/public_api.d.ts +5 -0
- package/lib/tabs/tab-content/tab-content.component.d.ts +33 -0
- package/lib/tabs/tab-content-ref.directive.d.ts +50 -0
- package/lib/tabs/tab-pane/tab-pane.component.d.ts +26 -0
- package/lib/tabs/tab.service.d.ts +14 -0
- package/lib/tabs/tabs.module.d.ts +10 -0
- package/lib/toast/index.d.ts +1 -0
- package/lib/toast/public_api.d.ts +8 -0
- package/lib/toast/toast/toast.component.d.ts +84 -0
- package/lib/toast/toast-body/toast-body.component.d.ts +9 -0
- package/lib/toast/toast-close.directive.d.ts +10 -0
- package/lib/toast/toast-header/toast-header.component.d.ts +14 -0
- package/lib/toast/toast.module.d.ts +14 -0
- package/lib/toast/toaster/toaster-host.directive.d.ts +8 -0
- package/lib/toast/toaster/toaster.component.d.ts +55 -0
- package/lib/toast/toaster/toaster.service.d.ts +16 -0
- package/lib/tooltip/index.d.ts +1 -0
- package/lib/tooltip/public_api.d.ts +3 -0
- package/lib/tooltip/tooltip/tooltip.component.d.ts +30 -0
- package/lib/tooltip/tooltip.directive.d.ts +58 -0
- package/lib/tooltip/tooltip.module.d.ts +9 -0
- package/lib/utilities/align.directive.d.ts +12 -0
- package/lib/utilities/bg-color.directive.d.ts +17 -0
- package/lib/utilities/border.directive.d.ts +12 -0
- package/lib/utilities/border.type.d.ts +15 -0
- package/lib/utilities/index.d.ts +1 -0
- package/lib/utilities/public_api.d.ts +6 -0
- package/lib/utilities/rounded.directive.d.ts +12 -0
- package/lib/utilities/rounded.type.d.ts +12 -0
- package/lib/utilities/text-color.directive.d.ts +13 -0
- package/lib/utilities/utilities.module.d.ts +12 -0
- package/lib/widget/index.d.ts +1 -0
- package/lib/widget/public_api.d.ts +7 -0
- package/lib/widget/widget-stat-a/widget-stat-a.component.d.ts +37 -0
- package/lib/widget/widget-stat-b/widget-stat-b.component.d.ts +47 -0
- package/lib/widget/widget-stat-c/widget-stat-c.component.d.ts +58 -0
- package/lib/widget/widget-stat-d/widget-stat-d.component.d.ts +31 -0
- package/lib/widget/widget-stat-e/widget-stat-e.component.d.ts +24 -0
- package/lib/widget/widget-stat-f/widget-stat-f.component.d.ts +77 -0
- package/lib/widget/widget.module.d.ts +15 -0
- package/package.json +53 -0
- package/public-api.d.ts +38 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
2
|
+
export declare type ColOrder = (number | 'first' | 'last');
|
|
3
|
+
export declare type ColBreakpoint = (BooleanInput | NumberInput);
|
|
4
|
+
export interface ICol {
|
|
5
|
+
xs?: (BooleanInput | NumberInput);
|
|
6
|
+
sm?: (BooleanInput | NumberInput);
|
|
7
|
+
md?: (BooleanInput | NumberInput);
|
|
8
|
+
lg?: (BooleanInput | NumberInput);
|
|
9
|
+
xl?: (BooleanInput | NumberInput);
|
|
10
|
+
xxl?: (BooleanInput | NumberInput);
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { IContainer } from './container.type';
|
|
3
|
+
import { Breakpoints } from '../coreui.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ContainerComponent implements IContainer {
|
|
6
|
+
static ngAcceptInputType_fluid: BooleanInput;
|
|
7
|
+
/**
|
|
8
|
+
* Set container 100% wide until a breakpoint.
|
|
9
|
+
*/
|
|
10
|
+
breakpoint: Exclude<Breakpoints, 'xs'>;
|
|
11
|
+
/**
|
|
12
|
+
* Set container 100% wide, spanning the entire width of the viewport.
|
|
13
|
+
*/
|
|
14
|
+
set fluid(value: boolean);
|
|
15
|
+
get fluid(): boolean;
|
|
16
|
+
private _fluid;
|
|
17
|
+
get hostClasses(): any;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "c-container, [cContainer]", never, { "breakpoint": "breakpoint"; "fluid": "fluid"; }, {}, never, ["*"]>;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./container.component";
|
|
3
|
+
import * as i2 from "./row.component";
|
|
4
|
+
import * as i3 from "./col.component";
|
|
5
|
+
import * as i4 from "./row.directive";
|
|
6
|
+
import * as i5 from "./col.directive";
|
|
7
|
+
import * as i6 from "./gutter.directive";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
export declare class GridModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GridModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridModule, [typeof i1.ContainerComponent, typeof i2.RowComponent, typeof i3.ColComponent, typeof i4.RowDirective, typeof i5.ColDirective, typeof i6.GutterDirective], [typeof i7.CommonModule], [typeof i1.ContainerComponent, typeof i2.RowComponent, typeof i3.ColComponent, typeof i6.GutterDirective, typeof i4.RowDirective, typeof i5.ColDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GridModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { GutterBreakpoints, Gutters, IGutter, IGutterObject } from './gutter.type';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GutterDirective implements IGutter {
|
|
4
|
+
/**
|
|
5
|
+
* Define padding between columns to space and align content responsively in the Bootstrap grid system.
|
|
6
|
+
*/
|
|
7
|
+
gutter: (IGutterObject | GutterBreakpoints | Gutters);
|
|
8
|
+
constructor();
|
|
9
|
+
get hostClasses(): any;
|
|
10
|
+
private static getGutterClasses;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GutterDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GutterDirective, "[gutter]", never, { "gutter": "gutter"; }, {}, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { BreakpointInfix } from '../coreui.types';
|
|
2
|
+
export interface IGutter {
|
|
3
|
+
gutter?: (IGutterObject | GutterBreakpoints | Gutters);
|
|
4
|
+
}
|
|
5
|
+
export declare type Gutters = 0 | 1 | 2 | 3 | 4 | 5 | number;
|
|
6
|
+
export interface IGutterObject {
|
|
7
|
+
g?: Gutters;
|
|
8
|
+
gx?: Gutters;
|
|
9
|
+
gy?: Gutters;
|
|
10
|
+
}
|
|
11
|
+
export declare type GutterBreakpoints = {
|
|
12
|
+
[key in BreakpointInfix]?: IGutterObject;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { ContainerComponent } from './container.component';
|
|
2
|
+
export { ColComponent } from './col.component';
|
|
3
|
+
export { RowComponent } from './row.component';
|
|
4
|
+
export { GutterDirective } from './gutter.directive';
|
|
5
|
+
export { RowDirective } from './row.directive';
|
|
6
|
+
export { ColDirective } from './col.directive';
|
|
7
|
+
export { GridModule } from './grid.module';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { RowDirective } from './row.directive';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RowComponent extends RowDirective {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowComponent, "c-row", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { IRow, NumberOfColumns } from './row.type';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RowDirective implements IRow {
|
|
4
|
+
/**
|
|
5
|
+
* The number of columns/offset/order on extra small devices (<576px).
|
|
6
|
+
* @type {{ cols: 'auto' | number }
|
|
7
|
+
*/
|
|
8
|
+
xs?: NumberOfColumns;
|
|
9
|
+
/**
|
|
10
|
+
* The number of columns/offset/order on small devices (<768px).
|
|
11
|
+
* @type {{ cols: 'auto' | number }
|
|
12
|
+
*/
|
|
13
|
+
sm?: NumberOfColumns;
|
|
14
|
+
/**
|
|
15
|
+
* The number of columns/offset/order on medium devices (<992px).
|
|
16
|
+
* @type {{ cols: 'auto' | number }
|
|
17
|
+
*/
|
|
18
|
+
md?: NumberOfColumns;
|
|
19
|
+
/**
|
|
20
|
+
* The number of columns/offset/order on large devices (<1200px).
|
|
21
|
+
* @type {{ cols: 'auto' | number }
|
|
22
|
+
*/
|
|
23
|
+
lg?: NumberOfColumns;
|
|
24
|
+
/**
|
|
25
|
+
* The number of columns/offset/order on X-Large devices (<1400px).
|
|
26
|
+
* @type {{ cols: 'auto' | number }
|
|
27
|
+
*/
|
|
28
|
+
xl?: NumberOfColumns;
|
|
29
|
+
/**
|
|
30
|
+
* The number of columns/offset/order on XX-Large devices (≥1400px).
|
|
31
|
+
* @type {{ cols: 'auto' | number }
|
|
32
|
+
*/
|
|
33
|
+
xxl?: NumberOfColumns;
|
|
34
|
+
get hostClasses(): any;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RowDirective, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<RowDirective, "[cRow]", never, { "xs": "xs"; "sm": "sm"; "md": "md"; "lg": "lg"; "xl": "xl"; "xxl": "xxl"; }, {}, never>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Positions } from '../../coreui.types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
declare type Container = boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'fluid';
|
|
4
|
+
export declare class HeaderComponent {
|
|
5
|
+
/**
|
|
6
|
+
* Defines optional container wrapping children elements.
|
|
7
|
+
*/
|
|
8
|
+
container?: Container;
|
|
9
|
+
/**
|
|
10
|
+
* Place header in non-static positions.
|
|
11
|
+
*/
|
|
12
|
+
position?: Positions;
|
|
13
|
+
/**
|
|
14
|
+
* Default role for header. [docs]
|
|
15
|
+
* @type string
|
|
16
|
+
* @default 'header'
|
|
17
|
+
*/
|
|
18
|
+
role: string;
|
|
19
|
+
get getClasses(): any;
|
|
20
|
+
get headerClasses(): any;
|
|
21
|
+
get containerClasses(): any;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "c-header, [c-header]", never, { "container": "container"; "position": "position"; "role": "role"; }, {}, never, ["*", "*"]>;
|
|
24
|
+
}
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderBrandComponent {
|
|
3
|
+
/**
|
|
4
|
+
* Default role for header-brand. [docs]
|
|
5
|
+
* @type string
|
|
6
|
+
* @default 'button'
|
|
7
|
+
*/
|
|
8
|
+
role: string;
|
|
9
|
+
headerBrandClass: boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderBrandComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBrandComponent, "c-header-brand", never, { "role": "role"; }, {}, never, ["*"]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderDividerComponent {
|
|
3
|
+
headerDividerClass: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderDividerComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderDividerComponent, "c-header-divider, [cHeaderDivider]", never, {}, {}, never, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderNavComponent {
|
|
3
|
+
/**
|
|
4
|
+
* Default role for header-nav. [docs]
|
|
5
|
+
* @type string
|
|
6
|
+
* @default 'navigation'
|
|
7
|
+
*/
|
|
8
|
+
role: string;
|
|
9
|
+
headerNavClass: boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderNavComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderNavComponent, "c-header-nav", never, { "role": "role"; }, {}, never, ["*"]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class HeaderTextComponent {
|
|
3
|
+
headerTextClass: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTextComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderTextComponent, "c-header-text, [cHeaderText]", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { AfterContentInit, ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class HeaderTogglerDirective implements AfterContentInit {
|
|
4
|
+
private renderer;
|
|
5
|
+
private hostElement;
|
|
6
|
+
headerToggler: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Default role for header-toggler. [docs]
|
|
9
|
+
* @type string
|
|
10
|
+
* @default 'button'
|
|
11
|
+
*/
|
|
12
|
+
type: string;
|
|
13
|
+
/**
|
|
14
|
+
* Default aria-label attr for header-toggler. [docs]
|
|
15
|
+
* @type string
|
|
16
|
+
* @default 'Toggle navigation'
|
|
17
|
+
*/
|
|
18
|
+
ariaLabel: string;
|
|
19
|
+
private hasContent;
|
|
20
|
+
constructor(renderer: Renderer2, hostElement: ElementRef);
|
|
21
|
+
addDefaultIcon(): void;
|
|
22
|
+
ngAfterContentInit(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTogglerDirective, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTogglerDirective, "[cHeaderToggler]", never, { "type": "type"; "ariaLabel": "ariaLabel"; }, {}, never>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./header/header.component";
|
|
3
|
+
import * as i2 from "./header-brand/header-brand.component";
|
|
4
|
+
import * as i3 from "./header-divider/header-divider.component";
|
|
5
|
+
import * as i4 from "./header-nav/header-nav.component";
|
|
6
|
+
import * as i5 from "./header-text/header-text.component";
|
|
7
|
+
import * as i6 from "./header-toggler/header-toggler.directive";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
export declare class HeaderModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective], [typeof i7.CommonModule], [typeof i1.HeaderComponent, typeof i2.HeaderBrandComponent, typeof i3.HeaderDividerComponent, typeof i4.HeaderNavComponent, typeof i5.HeaderTextComponent, typeof i6.HeaderTogglerDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { HeaderComponent } from './header/header.component';
|
|
2
|
+
export { HeaderBrandComponent } from './header-brand/header-brand.component';
|
|
3
|
+
export { HeaderDividerComponent } from './header-divider/header-divider.component';
|
|
4
|
+
export { HeaderNavComponent } from './header-nav/header-nav.component';
|
|
5
|
+
export { HeaderTextComponent } from './header-text/header-text.component';
|
|
6
|
+
export { HeaderTogglerDirective } from './header-toggler/header-toggler.directive';
|
|
7
|
+
export { HeaderModule } from './header.module';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ImgDirective {
|
|
4
|
+
static ngAcceptInputType_fluid: BooleanInput;
|
|
5
|
+
static ngAcceptInputType_rounded: BooleanInput;
|
|
6
|
+
static ngAcceptInputType_thumbnail: BooleanInput;
|
|
7
|
+
/**
|
|
8
|
+
* Set the horizontal aligment.
|
|
9
|
+
* @type {'' | 'start' | 'end' | 'center'}
|
|
10
|
+
*/
|
|
11
|
+
align: '' | 'start' | 'end' | 'center';
|
|
12
|
+
/**
|
|
13
|
+
* Make image responsive.
|
|
14
|
+
* @type boolean
|
|
15
|
+
*/
|
|
16
|
+
set fluid(value: boolean);
|
|
17
|
+
get fluid(): boolean;
|
|
18
|
+
private _fluid;
|
|
19
|
+
/**
|
|
20
|
+
* Make image rounded.
|
|
21
|
+
* @type boolean
|
|
22
|
+
*/
|
|
23
|
+
set rounded(value: boolean);
|
|
24
|
+
get rounded(): boolean;
|
|
25
|
+
private _rounded;
|
|
26
|
+
/**
|
|
27
|
+
* Give an image a rounded 1px border appearance.
|
|
28
|
+
* @type boolean
|
|
29
|
+
*/
|
|
30
|
+
set thumbnail(value: boolean);
|
|
31
|
+
get thumbnail(): boolean;
|
|
32
|
+
private _thumbnail;
|
|
33
|
+
/**
|
|
34
|
+
* Color for image placeholder.
|
|
35
|
+
*/
|
|
36
|
+
placeholderColor: string;
|
|
37
|
+
get getStyles(): any;
|
|
38
|
+
get hostClasses(): any;
|
|
39
|
+
constructor();
|
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImgDirective, never>;
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ImgDirective, "[cImg]", never, { "align": "align"; "fluid": "fluid"; "rounded": "rounded"; "thumbnail": "thumbnail"; "placeholderColor": "placeholderColor"; }, {}, never>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./img.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ImgModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImgModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ImgModule, [typeof i1.ImgDirective], [typeof i2.CommonModule], [typeof i1.ImgDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ImgModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import { Colors } from '../coreui.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ListGroupItemDirective {
|
|
6
|
+
private hostElement;
|
|
7
|
+
static ngAcceptInputType_disabled: BooleanInput;
|
|
8
|
+
/**
|
|
9
|
+
* Toggle the active state for the component.
|
|
10
|
+
* @type boolean
|
|
11
|
+
*/
|
|
12
|
+
active?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
15
|
+
* @type Colors
|
|
16
|
+
*/
|
|
17
|
+
color?: Colors;
|
|
18
|
+
/**
|
|
19
|
+
* Set disabled attr for the host element. [docs]
|
|
20
|
+
* @type boolean
|
|
21
|
+
*/
|
|
22
|
+
get disabled(): boolean;
|
|
23
|
+
set disabled(value: boolean);
|
|
24
|
+
private _disabled;
|
|
25
|
+
get isDisabled(): boolean | null;
|
|
26
|
+
get attrDisabled(): "" | null;
|
|
27
|
+
get getTabindex(): string | null;
|
|
28
|
+
get ariaCurrent(): boolean;
|
|
29
|
+
get hostClasses(): any;
|
|
30
|
+
constructor(hostElement: ElementRef);
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupItemDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupItemDirective, "[cListGroupItem], c-list-group-item", ["cListGroupItem"], { "active": "active"; "color": "color"; "disabled": "disabled"; }, {}, never>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Sizes } from '../coreui.types';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ListGroupDirective {
|
|
5
|
+
static ngAcceptInputType_flush: BooleanInput;
|
|
6
|
+
/**
|
|
7
|
+
* Remove some borders and rounded corners to render list group items edge-to-edge in a parent component (e.g., `<CCard>`).
|
|
8
|
+
* @type boolean
|
|
9
|
+
*/
|
|
10
|
+
set flush(value: boolean);
|
|
11
|
+
get flush(): boolean;
|
|
12
|
+
private _flush;
|
|
13
|
+
/**
|
|
14
|
+
* Specify horizontal layout type.
|
|
15
|
+
*/
|
|
16
|
+
horizontal?: boolean | Sizes;
|
|
17
|
+
get hostClasses(): any;
|
|
18
|
+
constructor();
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupDirective, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListGroupDirective, "[cListGroup]", never, { "flush": "flush"; "horizontal": "horizontal"; }, {}, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./list-group.directive";
|
|
3
|
+
import * as i2 from "./list-group-item.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class ListGroupModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListGroupModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ListGroupModule, [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective], [typeof i3.CommonModule], [typeof i1.ListGroupDirective, typeof i2.ListGroupItemDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ListGroupModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { ButtonDirective } from '../button';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LoadingButtonComponent extends ButtonDirective implements OnChanges {
|
|
6
|
+
static ngAcceptInputType_disabledOnLoading: BooleanInput;
|
|
7
|
+
/**
|
|
8
|
+
* Makes button disabled when loading.
|
|
9
|
+
* @type boolean
|
|
10
|
+
*/
|
|
11
|
+
set disabledOnLoading(value: boolean);
|
|
12
|
+
get disabledOnLoading(): boolean;
|
|
13
|
+
_disabledOnLoading: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Loading state (set to true to start animation).
|
|
16
|
+
* @type boolean
|
|
17
|
+
*/
|
|
18
|
+
set loading(value: boolean);
|
|
19
|
+
get loading(): boolean;
|
|
20
|
+
_loading: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Sets type of spinner.
|
|
23
|
+
* @type {'border' | 'grow'}
|
|
24
|
+
*/
|
|
25
|
+
spinnerType: 'border' | 'grow';
|
|
26
|
+
/**
|
|
27
|
+
* Event emitted on loading change
|
|
28
|
+
* @type boolean
|
|
29
|
+
*/
|
|
30
|
+
loadingChange: EventEmitter<boolean>;
|
|
31
|
+
constructor();
|
|
32
|
+
get hostClasses(): {
|
|
33
|
+
[x: string]: boolean;
|
|
34
|
+
'btn-loading': boolean;
|
|
35
|
+
'is-loading': boolean;
|
|
36
|
+
disabled: boolean;
|
|
37
|
+
btn: boolean;
|
|
38
|
+
active: boolean;
|
|
39
|
+
};
|
|
40
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingButtonComponent, "button[cLoadingButton], a[cLoadingButton]", ["cLoadingButton"], { "disabledOnLoading": "disabledOnLoading"; "loading": "loading"; "spinnerType": "spinnerType"; }, { "loadingChange": "loadingChange"; }, never, ["*"]>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./loading-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../spinner/spinner.module";
|
|
5
|
+
export declare class LoadingButtonModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingButtonModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoadingButtonModule, [typeof i1.LoadingButtonComponent], [typeof i2.CommonModule, typeof i3.SpinnerModule], [typeof i1.LoadingButtonComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LoadingButtonModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { AnimationEvent } from '@angular/animations';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import { ModalService } from '../modal.service';
|
|
5
|
+
import { BackdropService } from '../../backdrop/backdrop.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class ModalComponent implements OnInit, OnDestroy {
|
|
8
|
+
private document;
|
|
9
|
+
private renderer;
|
|
10
|
+
private hostElement;
|
|
11
|
+
private modalService;
|
|
12
|
+
private backdropService;
|
|
13
|
+
static ngAcceptInputType_scrollable: BooleanInput;
|
|
14
|
+
constructor(document: any, renderer: Renderer2, hostElement: ElementRef, modalService: ModalService, backdropService: BackdropService);
|
|
15
|
+
/**
|
|
16
|
+
* Align the modal in the center or top of the screen.
|
|
17
|
+
* @type {'top' | 'center'}
|
|
18
|
+
* @default 'top'
|
|
19
|
+
*/
|
|
20
|
+
alignment?: 'top' | 'center';
|
|
21
|
+
/**
|
|
22
|
+
* Apply a backdrop on body while modal is open.
|
|
23
|
+
* @type boolean | 'static'
|
|
24
|
+
* @default true
|
|
25
|
+
*/
|
|
26
|
+
backdrop: boolean | 'static';
|
|
27
|
+
/**
|
|
28
|
+
* Set modal to cover the entire user viewport.
|
|
29
|
+
* @type {boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'}
|
|
30
|
+
* @default undefined
|
|
31
|
+
*/
|
|
32
|
+
fullscreen?: boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
33
|
+
/**
|
|
34
|
+
* Closes the modal when escape key is pressed.
|
|
35
|
+
* @type boolean
|
|
36
|
+
* @default true
|
|
37
|
+
*/
|
|
38
|
+
keyboard: boolean;
|
|
39
|
+
id?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Size the component small, large, or extra large.
|
|
42
|
+
*/
|
|
43
|
+
size?: 'sm' | 'lg' | 'xl';
|
|
44
|
+
/**
|
|
45
|
+
* Remove animation to create modal that simply appear rather than fade in to view.
|
|
46
|
+
*/
|
|
47
|
+
transition: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* Default role for modal. [docs]
|
|
50
|
+
* @type string
|
|
51
|
+
* @default 'dialog'
|
|
52
|
+
*/
|
|
53
|
+
role: string;
|
|
54
|
+
/**
|
|
55
|
+
* Set aria-modal html attr for modal. [docs]
|
|
56
|
+
* @type boolean
|
|
57
|
+
* @default true
|
|
58
|
+
*/
|
|
59
|
+
ariaModal: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Create a scrollable modal that allows scrolling the modal body.
|
|
62
|
+
* @type boolean
|
|
63
|
+
*/
|
|
64
|
+
set scrollable(value: boolean);
|
|
65
|
+
get scrollable(): boolean;
|
|
66
|
+
private _scrollable;
|
|
67
|
+
/**
|
|
68
|
+
* Toggle the visibility of modal component.
|
|
69
|
+
* @type boolean
|
|
70
|
+
*/
|
|
71
|
+
set visible(visible: boolean);
|
|
72
|
+
get visible(): boolean;
|
|
73
|
+
private _visible;
|
|
74
|
+
/**
|
|
75
|
+
* Event triggered on modal dismiss.
|
|
76
|
+
*/
|
|
77
|
+
visibleChange: EventEmitter<boolean>;
|
|
78
|
+
modalContent: ElementRef;
|
|
79
|
+
private activeBackdrop;
|
|
80
|
+
private stateToggleSubscription;
|
|
81
|
+
private inBoundingClientRect;
|
|
82
|
+
get hostClasses(): any;
|
|
83
|
+
get ariaHidden(): boolean | null;
|
|
84
|
+
get tabIndex(): string | null;
|
|
85
|
+
get animateTrigger(): string;
|
|
86
|
+
private _show;
|
|
87
|
+
get show(): boolean;
|
|
88
|
+
set show(value: boolean);
|
|
89
|
+
private get scrollbarWidth();
|
|
90
|
+
animateStart(event: AnimationEvent): void;
|
|
91
|
+
animateDone(event: AnimationEvent): void;
|
|
92
|
+
onKeyDownHandler(event: KeyboardEvent): void;
|
|
93
|
+
onClickHandler($event: MouseEvent): void;
|
|
94
|
+
ngOnInit(): void;
|
|
95
|
+
ngOnDestroy(): void;
|
|
96
|
+
private stateToggleSubscribe;
|
|
97
|
+
private setBackdrop;
|
|
98
|
+
private setBodyStyles;
|
|
99
|
+
private setStaticBackdrop;
|
|
100
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
|
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "c-modal", ["cModal"], { "alignment": "alignment"; "backdrop": "backdrop"; "fullscreen": "fullscreen"; "keyboard": "keyboard"; "id": "id"; "size": "size"; "transition": "transition"; "role": "role"; "ariaModal": "ariaModal"; "scrollable": "scrollable"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, never, ["*"]>;
|
|
102
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ModalBodyComponent {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalBodyComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalBodyComponent, "c-modal-body", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { InteractivityChecker } from '@angular/cdk/a11y';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ModalContentComponent {
|
|
5
|
+
private hostElement;
|
|
6
|
+
private interactivityChecker;
|
|
7
|
+
constructor(hostElement: ElementRef, interactivityChecker: InteractivityChecker);
|
|
8
|
+
get hostClasses(): any;
|
|
9
|
+
onClickHandler($event: MouseEvent): boolean;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalContentComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "c-modal-content", never, {}, {}, never, ["*"]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ModalDialogComponent {
|
|
3
|
+
/**
|
|
4
|
+
* Align the modal in the center or top of the screen.
|
|
5
|
+
* @type {'top' | 'center'}
|
|
6
|
+
*/
|
|
7
|
+
alignment?: 'top' | 'center';
|
|
8
|
+
/**
|
|
9
|
+
* Set modal to covers the entire user viewport.
|
|
10
|
+
* @type {boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'}
|
|
11
|
+
*/
|
|
12
|
+
fullscreen?: boolean | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
13
|
+
/**
|
|
14
|
+
* Does the modal dialog itself scroll, or does the whole dialog scroll within the window.
|
|
15
|
+
* @type boolean
|
|
16
|
+
*/
|
|
17
|
+
scrollable?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Size the component small, large, or extra large.
|
|
20
|
+
*/
|
|
21
|
+
size?: 'sm' | 'lg' | 'xl';
|
|
22
|
+
get hostClasses(): any;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalDialogComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModalDialogComponent, "c-modal-dialog", never, { "alignment": "alignment"; "fullscreen": "fullscreen"; "scrollable": "scrollable"; "size": "size"; }, {}, never, ["*"]>;
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ModalService } from '../modal.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ModalToggleDirective {
|
|
4
|
+
private modalService;
|
|
5
|
+
/**
|
|
6
|
+
* Html id attr of modal to dismiss.
|
|
7
|
+
*/
|
|
8
|
+
id: string | undefined;
|
|
9
|
+
constructor(modalService: ModalService);
|
|
10
|
+
dismiss($event: any): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModalToggleDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ModalToggleDirective, "[cModalToggle]", never, { "id": "cModalToggle"; }, {}, never>;
|
|
13
|
+
}
|