@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,111 @@
|
|
|
1
|
+
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
+
import { DropdownService } from '../dropdown.service';
|
|
3
|
+
import { DropdownMenuDirective } from '../dropdown-menu/dropdown-menu.directive';
|
|
4
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
5
|
+
import { Placement } from '@popperjs/core';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class DropdownToggleDirective {
|
|
8
|
+
elementRef: ElementRef;
|
|
9
|
+
private dropdownService;
|
|
10
|
+
dropdown?: DropdownComponent | undefined;
|
|
11
|
+
static ngAcceptInputType_split: BooleanInput;
|
|
12
|
+
static ngAcceptInputType_popper: BooleanInput;
|
|
13
|
+
/**
|
|
14
|
+
* Enables pseudo element caret on toggler.
|
|
15
|
+
* @type boolean
|
|
16
|
+
*/
|
|
17
|
+
caret: boolean;
|
|
18
|
+
private _split;
|
|
19
|
+
/**
|
|
20
|
+
* Create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of `.dropdown-toggle-split` class for proper spacing around the dropdown caret.
|
|
21
|
+
* @type boolean
|
|
22
|
+
*/
|
|
23
|
+
set split(value: boolean);
|
|
24
|
+
get split(): boolean;
|
|
25
|
+
constructor(elementRef: ElementRef, dropdownService: DropdownService, dropdown?: DropdownComponent | undefined);
|
|
26
|
+
get hostClasses(): any;
|
|
27
|
+
onClick($event: MouseEvent): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownToggleDirective, [null, null, { optional: true; }]>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownToggleDirective, "[cDropdownToggle]", ["cDropdownToggle"], { "caret": "caret"; "split": "split"; }, {}, never>;
|
|
30
|
+
}
|
|
31
|
+
export declare class DropdownComponent implements AfterContentInit, OnDestroy, OnInit {
|
|
32
|
+
private document;
|
|
33
|
+
private elementRef;
|
|
34
|
+
private renderer;
|
|
35
|
+
private ngZone;
|
|
36
|
+
private changeDetectorRef;
|
|
37
|
+
private dropdownService;
|
|
38
|
+
static ngAcceptInputType_dark: BooleanInput;
|
|
39
|
+
/**
|
|
40
|
+
* Set alignment of dropdown menu.
|
|
41
|
+
* @type {'start' | 'end' | { xs: 'start' | 'end' } | { sm: 'start' | 'end' } | { md: 'start' | 'end' } | { lg: 'start' | 'end' } | { xl: 'start' | 'end'} | { xxl: 'start' | 'end'}}
|
|
42
|
+
*/
|
|
43
|
+
alignment?: string;
|
|
44
|
+
autoClose: boolean | 'inside' | 'outside';
|
|
45
|
+
/**
|
|
46
|
+
* Sets a darker color scheme to match a dark navbar.
|
|
47
|
+
* @type boolean
|
|
48
|
+
* @default false
|
|
49
|
+
*/
|
|
50
|
+
set dark(value: boolean);
|
|
51
|
+
get dark(): boolean;
|
|
52
|
+
private _dark;
|
|
53
|
+
/**
|
|
54
|
+
* Sets a specified direction and location of the dropdown menu.
|
|
55
|
+
* @type 'dropup' | 'dropend' | 'dropstart'
|
|
56
|
+
*/
|
|
57
|
+
direction?: 'dropup' | 'dropend' | 'dropstart';
|
|
58
|
+
/**
|
|
59
|
+
* Describes the placement of your component after Popper.js has applied all the modifiers that may have flipped or altered the originally provided placement property.
|
|
60
|
+
* @type Placement
|
|
61
|
+
*/
|
|
62
|
+
placement: Placement;
|
|
63
|
+
/**
|
|
64
|
+
* If you want to disable dynamic positioning set this property to `false`.
|
|
65
|
+
* @type boolean
|
|
66
|
+
* @default true
|
|
67
|
+
*/
|
|
68
|
+
set popper(value: boolean);
|
|
69
|
+
get popper(): boolean;
|
|
70
|
+
private _popper;
|
|
71
|
+
/**
|
|
72
|
+
* Set the dropdown variant to an btn-group, dropdown, input-group, and nav-item.
|
|
73
|
+
*/
|
|
74
|
+
variant?: 'btn-group' | 'dropdown' | 'input-group' | 'nav-item';
|
|
75
|
+
/**
|
|
76
|
+
* Toggle the visibility of dropdown menu component.
|
|
77
|
+
* @type boolean
|
|
78
|
+
* @default false
|
|
79
|
+
*/
|
|
80
|
+
set visible(value: boolean);
|
|
81
|
+
get visible(): boolean;
|
|
82
|
+
private _visible;
|
|
83
|
+
visibleChange: EventEmitter<boolean>;
|
|
84
|
+
dropdownContext: {
|
|
85
|
+
$implicit: boolean;
|
|
86
|
+
};
|
|
87
|
+
_toggler: DropdownToggleDirective;
|
|
88
|
+
_menu: DropdownMenuDirective;
|
|
89
|
+
activeTrap: boolean;
|
|
90
|
+
private dropdownStateSubscription;
|
|
91
|
+
private popperInstance;
|
|
92
|
+
private listeners;
|
|
93
|
+
constructor(document: any, elementRef: ElementRef, renderer: Renderer2, ngZone: NgZone, changeDetectorRef: ChangeDetectorRef, dropdownService: DropdownService);
|
|
94
|
+
get hostClasses(): any;
|
|
95
|
+
get hostStyle(): any;
|
|
96
|
+
private _popperOptions;
|
|
97
|
+
private get popperOptions();
|
|
98
|
+
dropdownStateSubscribe(subscribe?: boolean): void;
|
|
99
|
+
toggleDropdown(): void;
|
|
100
|
+
onClick(event: any): void;
|
|
101
|
+
ngAfterContentInit(): void;
|
|
102
|
+
ngOnInit(): void;
|
|
103
|
+
ngOnDestroy(): void;
|
|
104
|
+
setVisibleState(value: boolean): void;
|
|
105
|
+
createPopperInstance(): void;
|
|
106
|
+
destroyPopperInstance(): void;
|
|
107
|
+
private setListeners;
|
|
108
|
+
private clearListeners;
|
|
109
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownComponent, never>;
|
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DropdownComponent, "c-dropdown", ["cDropdown"], { "alignment": "alignment"; "autoClose": "autoClose"; "dark": "dark"; "direction": "direction"; "placement": "placement"; "popper": "popper"; "variant": "variant"; "visible": "visible"; }, { "visibleChange": "visibleChange"; }, ["_toggler", "_menu"], ["*"]>;
|
|
111
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DropdownDividerDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
get hostClasses(): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownDividerDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownDividerDirective, "[cDropdownDivider]", never, {}, {}, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DropdownHeaderDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
get hostClasses(): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownHeaderDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownHeaderDirective, "[cDropdownHeader]", never, {}, {}, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class DropdownItemPlainDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
get hostClasses(): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemPlainDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownItemPlainDirective, "[cDropdownItemPlain]", never, {}, {}, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AfterContentInit, ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { DropdownService } from '../dropdown.service';
|
|
3
|
+
import { DropdownComponent } from '../dropdown/dropdown.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DropdownItemDirective implements AfterContentInit, OnChanges {
|
|
6
|
+
private renderer;
|
|
7
|
+
private hostElement;
|
|
8
|
+
private dropdownService;
|
|
9
|
+
dropdown?: DropdownComponent | undefined;
|
|
10
|
+
/**
|
|
11
|
+
* Set active state to a dropdown-item.
|
|
12
|
+
*/
|
|
13
|
+
active?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Disables a dropdown-item.
|
|
16
|
+
*/
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
constructor(renderer: Renderer2, hostElement: ElementRef, dropdownService: DropdownService, dropdown?: DropdownComponent | undefined);
|
|
19
|
+
get ariaCurrent(): string | null;
|
|
20
|
+
get hostClasses(): any;
|
|
21
|
+
onClick($event: MouseEvent): void;
|
|
22
|
+
ngAfterContentInit(): void;
|
|
23
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
24
|
+
setAttributes(element: any): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownItemDirective, [null, null, null, { optional: true; }]>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownItemDirective, "[cDropdownItem]", ["cDropdownItem"], { "active": "active"; "disabled": "disabled"; }, {}, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import { DropdownService } from '../dropdown.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class DropdownMenuDirective implements OnInit, OnDestroy {
|
|
6
|
+
elementRef: ElementRef;
|
|
7
|
+
private dropdownService;
|
|
8
|
+
static ngAcceptInputType_dark: BooleanInput;
|
|
9
|
+
constructor(elementRef: ElementRef, dropdownService: DropdownService);
|
|
10
|
+
/**
|
|
11
|
+
* Set alignment of dropdown menu.
|
|
12
|
+
* @type {'start' | 'end' }
|
|
13
|
+
*/
|
|
14
|
+
alignment?: 'start' | 'end' | string;
|
|
15
|
+
/**
|
|
16
|
+
* Toggle the visibility of dropdown menu component.
|
|
17
|
+
*/
|
|
18
|
+
visible: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Sets a darker color scheme to match a dark navbar.
|
|
21
|
+
*/
|
|
22
|
+
get dark(): boolean;
|
|
23
|
+
set dark(value: boolean);
|
|
24
|
+
private _dark;
|
|
25
|
+
private dropdownStateSubscription;
|
|
26
|
+
get hostClasses(): any;
|
|
27
|
+
get hostStyles(): {
|
|
28
|
+
visibility: string | null;
|
|
29
|
+
display: string | null;
|
|
30
|
+
};
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
ngOnDestroy(): void;
|
|
33
|
+
private dropdownStateSubscribe;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownMenuDirective, never>;
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropdownMenuDirective, "[cDropdownMenu]", ["cDropdownMenu"], { "alignment": "alignment"; "visible": "visible"; "dark": "dark"; }, {}, never>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./dropdown/dropdown.component";
|
|
3
|
+
import * as i2 from "./dropdown-divider/dropdown-divider.directive";
|
|
4
|
+
import * as i3 from "./dropdown-header/dropdown-header.directive";
|
|
5
|
+
import * as i4 from "./dropdown-item/dropdown-item.directive";
|
|
6
|
+
import * as i5 from "./dropdown-item/dropdown-item-plain.directive";
|
|
7
|
+
import * as i6 from "./dropdown-menu/dropdown-menu.directive";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
export declare class DropdownModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DropdownModule, [typeof i1.DropdownComponent, typeof i2.DropdownDividerDirective, typeof i3.DropdownHeaderDirective, typeof i4.DropdownItemDirective, typeof i5.DropdownItemPlainDirective, typeof i1.DropdownToggleDirective, typeof i6.DropdownMenuDirective], [typeof i7.CommonModule], [typeof i1.DropdownComponent, typeof i2.DropdownDividerDirective, typeof i3.DropdownHeaderDirective, typeof i4.DropdownItemDirective, typeof i5.DropdownItemPlainDirective, typeof i1.DropdownToggleDirective, typeof i6.DropdownMenuDirective]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DropdownModule>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface IDropdownState {
|
|
3
|
+
visible?: boolean | 'toggle';
|
|
4
|
+
dropdown?: any;
|
|
5
|
+
}
|
|
6
|
+
export declare class DropdownService {
|
|
7
|
+
private dropdownState;
|
|
8
|
+
dropdownState$: import("rxjs").Observable<any>;
|
|
9
|
+
constructor();
|
|
10
|
+
toggle(state: IDropdownState): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DropdownService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DropdownService>;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { DropdownDividerDirective } from './dropdown-divider/dropdown-divider.directive';
|
|
2
|
+
export { DropdownHeaderDirective } from './dropdown-header/dropdown-header.directive';
|
|
3
|
+
export { DropdownItemDirective } from './dropdown-item/dropdown-item.directive';
|
|
4
|
+
export { DropdownItemPlainDirective } from './dropdown-item/dropdown-item-plain.directive';
|
|
5
|
+
export { DropdownMenuDirective } from './dropdown-menu/dropdown-menu.directive';
|
|
6
|
+
export { DropdownComponent, DropdownToggleDirective } from './dropdown/dropdown.component';
|
|
7
|
+
export { DropdownService } from './dropdown.service';
|
|
8
|
+
export { DropdownModule } from './dropdown.module';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Positions } from '../coreui.types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FooterComponent {
|
|
4
|
+
/**
|
|
5
|
+
* Place footer in non-static positions. [docs]
|
|
6
|
+
* @type Positions
|
|
7
|
+
*/
|
|
8
|
+
position?: Positions;
|
|
9
|
+
/**
|
|
10
|
+
* Default role for footer. [docs]
|
|
11
|
+
* @type string
|
|
12
|
+
* @default 'footer'
|
|
13
|
+
*/
|
|
14
|
+
role: string;
|
|
15
|
+
get getClasses(): any;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "c-footer, [cFooter]", never, { "position": "position"; "role": "role"; }, {}, never, ["*"]>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./footer.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class FooterModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FooterModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, [typeof i1.FooterComponent], [typeof i2.CommonModule], [typeof i1.FooterComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FooterModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormDirective {
|
|
4
|
+
static ngAcceptInputType_validated: BooleanInput;
|
|
5
|
+
private _validated;
|
|
6
|
+
/**
|
|
7
|
+
* Mark a form as validated. If you set it `true`, all validation styles will be applied to the form. [docs]
|
|
8
|
+
* @type boolean
|
|
9
|
+
* @default false
|
|
10
|
+
*/
|
|
11
|
+
set validated(value: boolean);
|
|
12
|
+
get validated(): boolean;
|
|
13
|
+
get hostClasses(): any;
|
|
14
|
+
constructor();
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormDirective, "form[cForm]", never, { "validated": "validated"; }, {}, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ElementRef, Renderer2 } from '@angular/core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormCheckInputDirective {
|
|
5
|
+
private renderer;
|
|
6
|
+
private hostElement;
|
|
7
|
+
static ngAcceptInputType_indeterminate: BooleanInput;
|
|
8
|
+
/**
|
|
9
|
+
* Specifies the type of component.
|
|
10
|
+
* @type {'checkbox' | 'radio'}
|
|
11
|
+
* @default 'checkbox'
|
|
12
|
+
*/
|
|
13
|
+
type: 'checkbox' | 'radio';
|
|
14
|
+
/**
|
|
15
|
+
* Set component indeterminate state.
|
|
16
|
+
* @type boolean
|
|
17
|
+
*/
|
|
18
|
+
set indeterminate(value: boolean);
|
|
19
|
+
get indeterminate(): boolean;
|
|
20
|
+
private _indeterminate;
|
|
21
|
+
/**
|
|
22
|
+
* Set component validation state to valid.
|
|
23
|
+
* @type boolean
|
|
24
|
+
*/
|
|
25
|
+
valid?: boolean;
|
|
26
|
+
get hostClasses(): any;
|
|
27
|
+
get checked(): boolean;
|
|
28
|
+
constructor(renderer: Renderer2, hostElement: ElementRef);
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckInputDirective, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormCheckInputDirective, "input[cFormCheckInput]", never, { "type": "type"; "indeterminate": "indeterminate"; "valid": "valid"; }, {}, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FormCheckLabelDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckLabelDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormCheckLabelDirective, "label[cFormCheckLabel]", never, {}, {}, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { AfterContentInit } from '@angular/core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import { FormCheckLabelDirective } from './form-check-label.directive';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormCheckComponent implements AfterContentInit {
|
|
6
|
+
static ngAcceptInputType_inline: BooleanInput;
|
|
7
|
+
static ngAcceptInputType_switch: BooleanInput;
|
|
8
|
+
private _inline;
|
|
9
|
+
/**
|
|
10
|
+
* Group checkboxes or radios on the same horizontal row.
|
|
11
|
+
* @type boolean
|
|
12
|
+
* @default false
|
|
13
|
+
*/
|
|
14
|
+
set inline(value: boolean);
|
|
15
|
+
get inline(): boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Size the component large or extra large. Works only with `[switch]="true"` [docs]
|
|
18
|
+
* @type {'lg' | 'xl' | ''}
|
|
19
|
+
*/
|
|
20
|
+
sizing?: 'lg' | 'xl' | '';
|
|
21
|
+
/**
|
|
22
|
+
* Render a toggle switch on for checkbox.
|
|
23
|
+
* @type boolean
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
set switch(value: boolean);
|
|
27
|
+
get switch(): boolean;
|
|
28
|
+
private _switch;
|
|
29
|
+
get hostClasses(): any;
|
|
30
|
+
formCheckLabel: FormCheckLabelDirective;
|
|
31
|
+
private _formCheckClass;
|
|
32
|
+
get formCheckClass(): boolean;
|
|
33
|
+
ngAfterContentInit(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCheckComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormCheckComponent, "c-form-check", ["cFormCheck"], { "inline": "inline"; "sizing": "sizing"; "switch": "switch"; }, {}, ["formCheckLabel"], ["*"]>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
+
import { InputType } from '../../coreui.types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FormControlDirective implements OnInit {
|
|
6
|
+
private hostElement;
|
|
7
|
+
static ngAcceptInputType_plaintext: BooleanInput;
|
|
8
|
+
/**
|
|
9
|
+
* Size the component small or large.
|
|
10
|
+
* @type {'sm' | 'lg'}
|
|
11
|
+
*/
|
|
12
|
+
sizing?: '' | 'sm' | 'lg' | string;
|
|
13
|
+
/**
|
|
14
|
+
* Set component validation state to valid.
|
|
15
|
+
* @type boolean
|
|
16
|
+
*/
|
|
17
|
+
valid?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Specifies the type of input element.
|
|
20
|
+
*/
|
|
21
|
+
type: Omit<InputType, 'checkbox' | 'radio'>;
|
|
22
|
+
/**
|
|
23
|
+
* Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use alongside `readonly` [docs]
|
|
24
|
+
*/
|
|
25
|
+
set plaintext(value: boolean);
|
|
26
|
+
get plaintext(): boolean;
|
|
27
|
+
private _plaintext;
|
|
28
|
+
constructor(hostElement: ElementRef);
|
|
29
|
+
get hostClasses(): any;
|
|
30
|
+
get hostTag(): string;
|
|
31
|
+
ngOnInit(): void;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormControlDirective, never>;
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormControlDirective, "input[cFormControl], textarea[cFormControl]", never, { "sizing": "sizing"; "valid": "valid"; "type": "type"; "plaintext": "plaintext"; }, {}, never>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormFeedbackComponent {
|
|
4
|
+
static ngAcceptInputType_tooltip: BooleanInput;
|
|
5
|
+
/**
|
|
6
|
+
* If your form layout allows it, you can display validation feedback in a styled tooltip.
|
|
7
|
+
*/
|
|
8
|
+
private _tooltip;
|
|
9
|
+
set tooltip(value: boolean);
|
|
10
|
+
get tooltip(): boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Set component validation state to valid.
|
|
13
|
+
*/
|
|
14
|
+
valid?: boolean;
|
|
15
|
+
get hostClasses(): any;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormFeedbackComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormFeedbackComponent, "c-form-feedback", never, { "tooltip": "tooltip"; "valid": "valid"; }, {}, never, ["*"]>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FormFloatingDirective {
|
|
4
|
+
static ngAcceptInputType_floating: BooleanInput;
|
|
5
|
+
/**
|
|
6
|
+
* Enable floating labels
|
|
7
|
+
* @type boolean
|
|
8
|
+
*/
|
|
9
|
+
get floating(): boolean;
|
|
10
|
+
set floating(value: boolean);
|
|
11
|
+
private _floating;
|
|
12
|
+
get hostClasses(): any;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormFloatingDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormFloatingDirective, "[cFormFloating]", never, { "floating": "cFormFloating"; }, {}, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FormLabelDirective {
|
|
3
|
+
/**
|
|
4
|
+
* For horizontal forms set labels to 'col' and make them vertically centered with their associated form controls.
|
|
5
|
+
* @type 'col'
|
|
6
|
+
*/
|
|
7
|
+
col: 'col' | '';
|
|
8
|
+
/**
|
|
9
|
+
* Size the label small or large.
|
|
10
|
+
*/
|
|
11
|
+
sizing: '' | 'sm' | 'lg' | string;
|
|
12
|
+
get hostClasses(): any;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormLabelDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormLabelDirective, "[cLabel]", never, { "col": "cLabel"; "sizing": "sizing"; }, {}, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FormSelectDirective {
|
|
3
|
+
/**
|
|
4
|
+
* Size the component small or large.
|
|
5
|
+
*/
|
|
6
|
+
sizing?: '' | 'sm' | 'lg' | string;
|
|
7
|
+
/**
|
|
8
|
+
* Set component validation state to valid.
|
|
9
|
+
* @type {boolean | undefined}
|
|
10
|
+
*/
|
|
11
|
+
valid?: boolean;
|
|
12
|
+
get hostClasses(): any;
|
|
13
|
+
constructor();
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormSelectDirective, "select[cSelect]", never, { "sizing": "sizing"; "valid": "valid"; }, {}, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class FormTextDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormTextDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FormTextDirective, "[cFormText]", never, {}, {}, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./form/form.directive";
|
|
3
|
+
import * as i2 from "./form-check/form-check.component";
|
|
4
|
+
import * as i3 from "./form-control/form-control.directive";
|
|
5
|
+
import * as i4 from "./form-feedback/form-feedback.component";
|
|
6
|
+
import * as i5 from "./form-floating/form-floating.directive";
|
|
7
|
+
import * as i6 from "./form-label/form-label.directive";
|
|
8
|
+
import * as i7 from "./form-select/form-select.directive";
|
|
9
|
+
import * as i8 from "./form-text/form-text.directive";
|
|
10
|
+
import * as i9 from "./input-group/input-group.component";
|
|
11
|
+
import * as i10 from "./input-group-text/input-group-text.directive";
|
|
12
|
+
import * as i11 from "./form-check/form-check-label.directive";
|
|
13
|
+
import * as i12 from "./form-check/form-check-input.directive";
|
|
14
|
+
import * as i13 from "@angular/common";
|
|
15
|
+
export declare class FormModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormModule, [typeof i1.FormDirective, typeof i2.FormCheckComponent, typeof i3.FormControlDirective, typeof i4.FormFeedbackComponent, typeof i5.FormFloatingDirective, typeof i6.FormLabelDirective, typeof i7.FormSelectDirective, typeof i8.FormTextDirective, typeof i9.InputGroupComponent, typeof i10.InputGroupTextDirective, typeof i11.FormCheckLabelDirective, typeof i12.FormCheckInputDirective], [typeof i13.CommonModule], [typeof i1.FormDirective, typeof i2.FormCheckComponent, typeof i3.FormControlDirective, typeof i4.FormFeedbackComponent, typeof i5.FormFloatingDirective, typeof i6.FormLabelDirective, typeof i7.FormSelectDirective, typeof i8.FormTextDirective, typeof i9.InputGroupComponent, typeof i10.InputGroupTextDirective, typeof i11.FormCheckLabelDirective, typeof i12.FormCheckInputDirective]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FormModule>;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class InputGroupComponent {
|
|
3
|
+
/**
|
|
4
|
+
* Size the component small or large.
|
|
5
|
+
*/
|
|
6
|
+
sizing: string | 'sm' | 'lg' | '';
|
|
7
|
+
get hostClasses(): any;
|
|
8
|
+
constructor();
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputGroupComponent, "c-input-group", never, { "sizing": "sizing"; }, {}, never, ["*"]>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class InputGroupTextDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputGroupTextDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<InputGroupTextDirective, "[cInputGroupText]", never, {}, {}, never>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { FormDirective } from './form/form.directive';
|
|
2
|
+
export { FormFeedbackComponent } from './form-feedback/form-feedback.component';
|
|
3
|
+
export { InputGroupComponent } from './input-group/input-group.component';
|
|
4
|
+
export { FormSelectDirective } from './form-select/form-select.directive';
|
|
5
|
+
export { FormLabelDirective } from './form-label/form-label.directive';
|
|
6
|
+
export { FormCheckComponent } from './form-check/form-check.component';
|
|
7
|
+
export { FormCheckInputDirective } from './form-check/form-check-input.directive';
|
|
8
|
+
export { FormCheckLabelDirective } from './form-check/form-check-label.directive';
|
|
9
|
+
export { FormControlDirective } from './form-control/form-control.directive';
|
|
10
|
+
export { FormTextDirective } from './form-text/form-text.directive';
|
|
11
|
+
export { FormFloatingDirective } from './form-floating/form-floating.directive';
|
|
12
|
+
export { InputGroupTextDirective } from './input-group-text/input-group-text.directive';
|
|
13
|
+
export { FormModule } from './form.module';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ColDirective } from './col.directive';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ColComponent extends ColDirective {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColComponent, "c-col", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { BooleanInput, NumberInput } from '@angular/cdk/coercion';
|
|
2
|
+
import { ColOrder, ICol } from './col.type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ColDirective implements ICol {
|
|
5
|
+
static ngAcceptInputType_xs: (BooleanInput | NumberInput);
|
|
6
|
+
static ngAcceptInputType_sm: (BooleanInput | NumberInput);
|
|
7
|
+
static ngAcceptInputType_md: (BooleanInput | NumberInput);
|
|
8
|
+
static ngAcceptInputType_lg: (BooleanInput | NumberInput);
|
|
9
|
+
static ngAcceptInputType_xl: (BooleanInput | NumberInput);
|
|
10
|
+
static ngAcceptInputType_xxl: (BooleanInput | NumberInput);
|
|
11
|
+
/**
|
|
12
|
+
* The number of columns/offset/order on extra small devices (<576px).
|
|
13
|
+
* @type { 'auto' | number | boolean }
|
|
14
|
+
*/
|
|
15
|
+
set xs(value: (BooleanInput | NumberInput));
|
|
16
|
+
get xs(): (BooleanInput | NumberInput);
|
|
17
|
+
private _xs;
|
|
18
|
+
/**
|
|
19
|
+
* The number of columns/offset/order on small devices (<768px).
|
|
20
|
+
* @type { 'auto' | number | boolean }
|
|
21
|
+
*/
|
|
22
|
+
set sm(value: (BooleanInput | NumberInput));
|
|
23
|
+
get sm(): (BooleanInput | NumberInput);
|
|
24
|
+
private _sm;
|
|
25
|
+
/**
|
|
26
|
+
* The number of columns/offset/order on medium devices (<992px).
|
|
27
|
+
* @type { 'auto' | number | boolean }
|
|
28
|
+
*/
|
|
29
|
+
set md(value: (BooleanInput | NumberInput));
|
|
30
|
+
get md(): (BooleanInput | NumberInput);
|
|
31
|
+
private _md;
|
|
32
|
+
/**
|
|
33
|
+
* The number of columns/offset/order on large devices (<1200px).
|
|
34
|
+
* @type { 'auto' | number | boolean }
|
|
35
|
+
*/
|
|
36
|
+
set lg(value: (BooleanInput | NumberInput));
|
|
37
|
+
get lg(): (BooleanInput | NumberInput);
|
|
38
|
+
private _lg;
|
|
39
|
+
/**
|
|
40
|
+
* The number of columns/offset/order on X-Large devices (<1400px).
|
|
41
|
+
* @type { 'auto' | number | boolean }
|
|
42
|
+
*/
|
|
43
|
+
set xl(value: (BooleanInput | NumberInput));
|
|
44
|
+
get xl(): (BooleanInput | NumberInput);
|
|
45
|
+
private _xl;
|
|
46
|
+
/**
|
|
47
|
+
* The number of columns/offset/order on XX-Large devices (≥1400px).
|
|
48
|
+
* @type { 'auto' | number | boolean }
|
|
49
|
+
*/
|
|
50
|
+
set xxl(value: (BooleanInput | NumberInput));
|
|
51
|
+
get xxl(): (BooleanInput | NumberInput);
|
|
52
|
+
private _xxl;
|
|
53
|
+
offset?: (number | {
|
|
54
|
+
'xs'?: number;
|
|
55
|
+
sm?: number;
|
|
56
|
+
md?: number;
|
|
57
|
+
lg?: number;
|
|
58
|
+
xl?: number;
|
|
59
|
+
xxl?: number;
|
|
60
|
+
});
|
|
61
|
+
order?: (ColOrder | {
|
|
62
|
+
xs?: ColOrder;
|
|
63
|
+
sm?: ColOrder;
|
|
64
|
+
md?: ColOrder;
|
|
65
|
+
lg?: ColOrder;
|
|
66
|
+
xl?: ColOrder;
|
|
67
|
+
xxl?: ColOrder;
|
|
68
|
+
});
|
|
69
|
+
get hostClasses(): any;
|
|
70
|
+
coerceInput(value: (BooleanInput | NumberInput)): number | boolean | "auto";
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ColDirective, never>;
|
|
72
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColDirective, "[cCol]", never, { "xs": "xs"; "sm": "sm"; "md": "md"; "lg": "lg"; "xl": "xl"; "xxl": "xxl"; "offset": "offset"; "order": "order"; }, {}, never>;
|
|
73
|
+
}
|