@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,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardBodyComponent {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "c-card-body, [c-card-body]", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardFooterComponent {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "c-card-footer, [c-card-footer]", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardGroupComponent {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardGroupComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardGroupComponent, "c-card-group, [c-card-group]", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardHeaderActionsComponent {
|
|
3
|
+
cardHeaderActions: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderActionsComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderActionsComponent, "c-card-header-actions, [c-card-header-actions]", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardHeaderComponent {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "c-card-header, [c-card-header]", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardImgOverlayComponent {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardImgOverlayComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardImgOverlayComponent, "c-card-img-overlay", never, {}, {}, never, ["*"]>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardImgDirective {
|
|
3
|
+
/**
|
|
4
|
+
* Optionally orientate the image to the top, bottom, or make it overlaid across the card.
|
|
5
|
+
* @type {'top | 'bottom'}
|
|
6
|
+
*/
|
|
7
|
+
orientation?: 'top' | 'bottom';
|
|
8
|
+
get hostClasses(): any;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardImgDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardImgDirective, "[cCardImg]", never, { "orientation": "cCardImg"; }, {}, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardLinkDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardLinkDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardLinkDirective, "[cCardLink]", never, {}, {}, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardSubtitleDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[cCardSubtitle]", never, {}, {}, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardTextDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardTextDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTextDirective, "[cCardText]", never, {}, {}, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CardTitleDirective {
|
|
3
|
+
get hostClasses(): any;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[cCardTitle]", never, {}, {}, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Colors, TextColors } from '../coreui.types';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class CardComponent {
|
|
4
|
+
/**
|
|
5
|
+
* Sets the color context of the component to one of CoreUI’s themed colors.
|
|
6
|
+
* @type Colors
|
|
7
|
+
*/
|
|
8
|
+
color?: Colors;
|
|
9
|
+
/**
|
|
10
|
+
* Sets the text color context of the component to one of CoreUI’s themed colors.
|
|
11
|
+
* @type TextColors
|
|
12
|
+
*/
|
|
13
|
+
textColor?: TextColors;
|
|
14
|
+
get hostClasses(): any;
|
|
15
|
+
constructor();
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "c-card, [c-card]", never, { "color": "color"; "textColor": "textColor"; }, {}, never, ["*"]>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./card.component";
|
|
3
|
+
import * as i2 from "./card-body.component";
|
|
4
|
+
import * as i3 from "./card-footer.component";
|
|
5
|
+
import * as i4 from "./card-group.component";
|
|
6
|
+
import * as i5 from "./card-header.component";
|
|
7
|
+
import * as i6 from "./card-header-actions.component";
|
|
8
|
+
import * as i7 from "./card-img.directive";
|
|
9
|
+
import * as i8 from "./card-img-overlay/card-img-overlay.component";
|
|
10
|
+
import * as i9 from "./card-link.directive";
|
|
11
|
+
import * as i10 from "./card-subtitle.directive";
|
|
12
|
+
import * as i11 from "./card-text.directive";
|
|
13
|
+
import * as i12 from "./card-title.directive";
|
|
14
|
+
import * as i13 from "@angular/common";
|
|
15
|
+
export declare class CardModule {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardFooterComponent, typeof i4.CardGroupComponent, typeof i5.CardHeaderComponent, typeof i6.CardHeaderActionsComponent, typeof i7.CardImgDirective, typeof i8.CardImgOverlayComponent, typeof i9.CardLinkDirective, typeof i10.CardSubtitleDirective, typeof i11.CardTextDirective, typeof i12.CardTitleDirective], [typeof i13.CommonModule], [typeof i1.CardComponent, typeof i2.CardBodyComponent, typeof i3.CardFooterComponent, typeof i4.CardGroupComponent, typeof i5.CardHeaderComponent, typeof i6.CardHeaderActionsComponent, typeof i7.CardImgDirective, typeof i8.CardImgOverlayComponent, typeof i9.CardLinkDirective, typeof i10.CardSubtitleDirective, typeof i11.CardTextDirective, typeof i12.CardTitleDirective]>;
|
|
18
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { CardComponent } from './card.component';
|
|
2
|
+
export { CardBodyComponent } from './card-body.component';
|
|
3
|
+
export { CardFooterComponent } from './card-footer.component';
|
|
4
|
+
export { CardGroupComponent } from './card-group.component';
|
|
5
|
+
export { CardHeaderComponent } from './card-header.component';
|
|
6
|
+
export { CardHeaderActionsComponent } from './card-header-actions.component';
|
|
7
|
+
export { CardImgDirective } from './card-img.directive';
|
|
8
|
+
export { CardImgOverlayComponent } from './card-img-overlay/card-img-overlay.component';
|
|
9
|
+
export { CardLinkDirective } from './card-link.directive';
|
|
10
|
+
export { CardSubtitleDirective } from './card-subtitle.directive';
|
|
11
|
+
export { CardTextDirective } from './card-text.directive';
|
|
12
|
+
export { CardTitleDirective } from './card-title.directive';
|
|
13
|
+
export { CardModule } from './card.module';
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { AfterContentInit, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { CarouselState } from '../carousel-state';
|
|
3
|
+
import { CarouselService } from '../carousel.service';
|
|
4
|
+
import { CarouselConfig } from '../carousel.config';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CarouselComponent implements OnInit, OnDestroy, AfterContentInit {
|
|
7
|
+
private config;
|
|
8
|
+
private carouselService;
|
|
9
|
+
private carouselState;
|
|
10
|
+
/**
|
|
11
|
+
* Index of the active item.
|
|
12
|
+
* @type number
|
|
13
|
+
*/
|
|
14
|
+
activeIndex: number;
|
|
15
|
+
/**
|
|
16
|
+
* Carousel automatically starts cycle items.
|
|
17
|
+
* @type boolean
|
|
18
|
+
*/
|
|
19
|
+
animate: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Add darker controls, indicators, and captions.
|
|
22
|
+
* @type boolean
|
|
23
|
+
*/
|
|
24
|
+
dark?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Carousel direction. [docs]
|
|
27
|
+
* @type {'next' | 'prev'}
|
|
28
|
+
*/
|
|
29
|
+
direction: 'next' | 'prev';
|
|
30
|
+
/**
|
|
31
|
+
* The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
|
|
32
|
+
* @type number
|
|
33
|
+
*/
|
|
34
|
+
interval: number;
|
|
35
|
+
/**
|
|
36
|
+
* Set type of the transition.
|
|
37
|
+
* @type {'slide' | 'crossfade'}
|
|
38
|
+
* @default 'slide'
|
|
39
|
+
*/
|
|
40
|
+
transition: 'slide' | 'crossfade';
|
|
41
|
+
/**
|
|
42
|
+
* Event emitted on carousel item change. [docs]
|
|
43
|
+
* @type number
|
|
44
|
+
*/
|
|
45
|
+
itemChange: EventEmitter<number>;
|
|
46
|
+
get hostClasses(): any;
|
|
47
|
+
private carouselIndexSubscription?;
|
|
48
|
+
private timerId;
|
|
49
|
+
onMouseenter($event: MouseEvent): void;
|
|
50
|
+
onMouseleave($event: MouseEvent): void;
|
|
51
|
+
constructor(config: CarouselConfig, carouselService: CarouselService, carouselState: CarouselState);
|
|
52
|
+
ngOnInit(): void;
|
|
53
|
+
ngOnDestroy(): void;
|
|
54
|
+
ngAfterContentInit(): void;
|
|
55
|
+
setTimer(): void;
|
|
56
|
+
resetTimer(): void;
|
|
57
|
+
private carouselStateSubscribe;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "c-carousel", never, { "activeIndex": "activeIndex"; "animate": "animate"; "dark": "dark"; "direction": "direction"; "interval": "interval"; "transition": "transition"; }, { "itemChange": "itemChange"; }, never, ["*"]>;
|
|
60
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CarouselCaptionComponent {
|
|
3
|
+
carouselCaptionClass: boolean;
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselCaptionComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselCaptionComponent, "c-carousel-caption", never, {}, {}, never, ["*"]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { CarouselState } from '../carousel-state';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CarouselControlComponent implements AfterViewInit {
|
|
5
|
+
private changeDetector;
|
|
6
|
+
private carouselState;
|
|
7
|
+
constructor(changeDetector: ChangeDetectorRef, carouselState: CarouselState);
|
|
8
|
+
private _caption?;
|
|
9
|
+
/**
|
|
10
|
+
* Carousel control caption. [docs]
|
|
11
|
+
* @type string
|
|
12
|
+
*/
|
|
13
|
+
set caption(value: string);
|
|
14
|
+
get caption(): string;
|
|
15
|
+
/**
|
|
16
|
+
* Carousel control direction. [docs]
|
|
17
|
+
* @type {'next' | 'prev'}
|
|
18
|
+
*/
|
|
19
|
+
direction: 'prev' | 'next';
|
|
20
|
+
get hostRole(): string;
|
|
21
|
+
get hostClasses(): string;
|
|
22
|
+
get carouselControlIconClass(): string;
|
|
23
|
+
content?: ElementRef;
|
|
24
|
+
hasContent: boolean;
|
|
25
|
+
onKeyUp($event: KeyboardEvent): void;
|
|
26
|
+
onClick($event: MouseEvent): void;
|
|
27
|
+
ngAfterViewInit(): void;
|
|
28
|
+
private play;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselControlComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselControlComponent, "c-carousel-control", never, { "caption": "caption"; "direction": "direction"; }, {}, never, ["*"]>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { CarouselState } from '../carousel-state';
|
|
3
|
+
import { CarouselService } from '../carousel.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CarouselIndicatorsComponent implements OnInit, OnDestroy {
|
|
6
|
+
private carouselService;
|
|
7
|
+
private carouselState;
|
|
8
|
+
items: (number | undefined)[];
|
|
9
|
+
active: number;
|
|
10
|
+
private carouselIndexSubscription?;
|
|
11
|
+
constructor(carouselService: CarouselService, carouselState: CarouselState);
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
onClick(index: number): void;
|
|
15
|
+
private carouselStateSubscribe;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselIndicatorsComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselIndicatorsComponent, "c-carousel-indicators", never, {}, {}, never, never>;
|
|
18
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AfterContentChecked, AfterContentInit } from '@angular/core';
|
|
2
|
+
import { CarouselState } from '../carousel-state';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CarouselInnerComponent implements AfterContentInit, AfterContentChecked {
|
|
5
|
+
private carouselState;
|
|
6
|
+
carouselInnerClass: boolean;
|
|
7
|
+
private contentItems;
|
|
8
|
+
private prevContentItems;
|
|
9
|
+
activeIndex?: number;
|
|
10
|
+
animate?: boolean;
|
|
11
|
+
slide: {
|
|
12
|
+
left: boolean;
|
|
13
|
+
};
|
|
14
|
+
transition: string;
|
|
15
|
+
constructor(carouselState: CarouselState);
|
|
16
|
+
ngAfterContentInit(): void;
|
|
17
|
+
ngAfterContentChecked(): void;
|
|
18
|
+
setItems(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselInnerComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselInnerComponent, "c-carousel-inner", never, {}, {}, ["contentItems"], ["*"]>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { CarouselService } from '../carousel.service';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CarouselItemComponent implements OnDestroy, AfterViewInit {
|
|
6
|
+
private carouselService;
|
|
7
|
+
private changeDetectorRef;
|
|
8
|
+
static ngAcceptInputType_active: BooleanInput;
|
|
9
|
+
private _active;
|
|
10
|
+
index?: number;
|
|
11
|
+
private carouselIndexSubscription?;
|
|
12
|
+
/**
|
|
13
|
+
* @ignore
|
|
14
|
+
*/
|
|
15
|
+
set active(value: boolean);
|
|
16
|
+
get active(): boolean;
|
|
17
|
+
get hostClasses(): any;
|
|
18
|
+
constructor(carouselService: CarouselService, changeDetectorRef: ChangeDetectorRef);
|
|
19
|
+
ngOnDestroy(): void;
|
|
20
|
+
ngAfterViewInit(): void;
|
|
21
|
+
private carouselStateSubscribe;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselItemComponent, "c-carousel-item", never, { "active": "active"; }, {}, never, ["*"]>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ICarouselState } from './carousel-state.type';
|
|
2
|
+
import { CarouselService } from './carousel.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class CarouselState {
|
|
5
|
+
private carouselService;
|
|
6
|
+
private _state;
|
|
7
|
+
constructor(carouselService: CarouselService);
|
|
8
|
+
get state(): ICarouselState;
|
|
9
|
+
set state(state: ICarouselState);
|
|
10
|
+
setItems(newItems: any): void;
|
|
11
|
+
setNextIndex(nextIndex: any): void;
|
|
12
|
+
direction(direction?: 'next' | 'prev'): number;
|
|
13
|
+
reset(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselState, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CarouselState>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CarouselItemComponent } from './carousel-item/carousel-item.component';
|
|
2
|
+
export interface ICarouselOptions {
|
|
3
|
+
interval?: number;
|
|
4
|
+
animate?: boolean;
|
|
5
|
+
activeIndex?: number;
|
|
6
|
+
direction?: 'next' | 'prev';
|
|
7
|
+
transition?: 'slide' | 'crossfade';
|
|
8
|
+
}
|
|
9
|
+
export interface ICarouselState {
|
|
10
|
+
activeItemIndex?: number;
|
|
11
|
+
animate?: boolean;
|
|
12
|
+
items?: CarouselItemComponent[];
|
|
13
|
+
direction?: 'next' | 'prev';
|
|
14
|
+
transition?: 'slide' | 'crossfade';
|
|
15
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function toLeft(fromState: any, toState: any): boolean;
|
|
2
|
+
export declare function toRight(fromState: any, toState: any): boolean;
|
|
3
|
+
export declare const slideAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
4
|
+
export declare const fadeAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class CarouselConfig {
|
|
3
|
+
activeIndex: number;
|
|
4
|
+
animate: boolean;
|
|
5
|
+
dark?: boolean | undefined;
|
|
6
|
+
direction: 'next' | 'prev';
|
|
7
|
+
interval: number;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselConfig, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CarouselConfig>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./carousel/carousel.component";
|
|
4
|
+
import * as i2 from "./carousel-caption/carousel-caption.component";
|
|
5
|
+
import * as i3 from "./carousel-control/carousel-control.component";
|
|
6
|
+
import * as i4 from "./carousel-indicators/carousel-indicators.component";
|
|
7
|
+
import * as i5 from "./carousel-inner/carousel-inner.component";
|
|
8
|
+
import * as i6 from "./carousel-item/carousel-item.component";
|
|
9
|
+
import * as i7 from "@angular/common";
|
|
10
|
+
export declare class CarouselModule {
|
|
11
|
+
static forRoot(): ModuleWithProviders<CarouselModule>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselCaptionComponent, typeof i3.CarouselControlComponent, typeof i4.CarouselIndicatorsComponent, typeof i5.CarouselInnerComponent, typeof i6.CarouselItemComponent], [typeof i7.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselCaptionComponent, typeof i3.CarouselControlComponent, typeof i4.CarouselIndicatorsComponent, typeof i5.CarouselInnerComponent, typeof i6.CarouselItemComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export interface ICarouselIndex {
|
|
3
|
+
active?: number;
|
|
4
|
+
}
|
|
5
|
+
export declare class CarouselService {
|
|
6
|
+
private carouselIndex;
|
|
7
|
+
carouselIndex$: import("rxjs").Observable<ICarouselIndex>;
|
|
8
|
+
constructor();
|
|
9
|
+
setIndex(index: ICarouselIndex): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CarouselService>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { CarouselComponent } from './carousel/carousel.component';
|
|
2
|
+
export { CarouselCaptionComponent } from './carousel-caption/carousel-caption.component';
|
|
3
|
+
export { CarouselControlComponent } from './carousel-control/carousel-control.component';
|
|
4
|
+
export { CarouselIndicatorsComponent } from './carousel-indicators/carousel-indicators.component';
|
|
5
|
+
export { CarouselInnerComponent } from './carousel-inner/carousel-inner.component';
|
|
6
|
+
export { CarouselItemComponent } from './carousel-item/carousel-item.component';
|
|
7
|
+
export { CarouselConfig } from './carousel.config';
|
|
8
|
+
export { CarouselModule } from './carousel.module';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./no-zone-basechart.directive";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ChartModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.NoZoneBaseChartDirective], [typeof i2.CommonModule], [typeof i1.NoZoneBaseChartDirective]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BaseChartDirective, ThemeService } from 'ng2-charts';
|
|
2
|
+
import { ElementRef, NgZone } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NoZoneBaseChartDirective extends BaseChartDirective {
|
|
5
|
+
private zone;
|
|
6
|
+
constructor(element: ElementRef, themeService: ThemeService, zone: NgZone);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NoZoneBaseChartDirective, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NoZoneBaseChartDirective, "canvas[cNoZoneBaseChart]", ["base-chart"], {}, {}, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { DoCheck, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { AnimationBuilder } from '@angular/animations';
|
|
3
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class CollapseDirective implements OnChanges, OnDestroy, DoCheck {
|
|
6
|
+
private hostElement;
|
|
7
|
+
private animationBuilder;
|
|
8
|
+
static ngAcceptInputType_navbar: BooleanInput;
|
|
9
|
+
private _animate;
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
13
|
+
set animate(value: boolean);
|
|
14
|
+
get animate(): boolean;
|
|
15
|
+
private _visible;
|
|
16
|
+
/**
|
|
17
|
+
* Toggle the visibility of collapsible element.
|
|
18
|
+
*/
|
|
19
|
+
set visible(value: boolean);
|
|
20
|
+
get visible(): boolean;
|
|
21
|
+
private _navbar;
|
|
22
|
+
/**
|
|
23
|
+
* Add `navbar` prop for grouping and hiding navbar contents by a parent breakpoint.
|
|
24
|
+
*/
|
|
25
|
+
set navbar(value: boolean);
|
|
26
|
+
get navbar(): boolean;
|
|
27
|
+
/**
|
|
28
|
+
* @ignore
|
|
29
|
+
*/
|
|
30
|
+
duration: string;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
34
|
+
transition: string;
|
|
35
|
+
/**
|
|
36
|
+
* Event emitted on visibility change. [docs]
|
|
37
|
+
* @type string
|
|
38
|
+
*/
|
|
39
|
+
collapseChange: EventEmitter<string>;
|
|
40
|
+
private player;
|
|
41
|
+
private readonly host;
|
|
42
|
+
constructor(hostElement: ElementRef, animationBuilder: AnimationBuilder);
|
|
43
|
+
get hostClasses(): any;
|
|
44
|
+
ngOnDestroy(): void;
|
|
45
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
46
|
+
ngDoCheck(): void;
|
|
47
|
+
toggle(visible?: boolean): void;
|
|
48
|
+
destroyPlayer(): void;
|
|
49
|
+
createPlayer(visible?: boolean): void;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseDirective, never>;
|
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CollapseDirective, "[cCollapse]", ["cCollapse"], { "animate": "animate"; "visible": "visible"; "navbar": "navbar"; "duration": "duration"; "transition": "transition"; }, { "collapseChange": "collapseChange"; }, never>;
|
|
52
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
import * as i1 from "./collapse.directive";
|
|
4
|
+
import * as i2 from "@angular/common";
|
|
5
|
+
export declare class CollapseModule {
|
|
6
|
+
static forRoot(): ModuleWithProviders<CollapseModule>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CollapseModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CollapseModule, [typeof i1.CollapseDirective], [typeof i2.CommonModule], [typeof i1.CollapseDirective]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<CollapseModule>;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './public_api';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export declare enum BreakpointInfix {
|
|
2
|
+
xs = "xs",
|
|
3
|
+
sm = "sm",
|
|
4
|
+
md = "md",
|
|
5
|
+
lg = "lg",
|
|
6
|
+
xl = "xl",
|
|
7
|
+
xxl = "xxl"
|
|
8
|
+
}
|
|
9
|
+
export declare type BreakpointInfixStrings = keyof typeof BreakpointInfix;
|
|
10
|
+
export declare type Breakpoints = BreakpointInfixStrings | string;
|
|
11
|
+
export declare type Sizes = 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | string;
|
|
12
|
+
export declare type Colors = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | 'primary-gradient' | 'secondary-gradient' | 'success-gradient' | 'danger-gradient' | 'warning-gradient' | 'info-gradient' | 'dark-gradient' | 'light-gradient' | string;
|
|
13
|
+
export declare type BackgroundColors = Colors | 'body' | 'white' | 'transparent';
|
|
14
|
+
export declare type Directions = 'down' | 'up' | 'start' | 'end' | '';
|
|
15
|
+
export declare type TextColors = Colors | 'body' | 'white' | 'muted' | 'black-50' | 'white-50' | 'high-emphasis' | 'medium-emphasis' | 'disabled' | 'high-emphasis-inverse' | 'medium-emphasis-inverse' | 'disabled-inverse';
|
|
16
|
+
export declare type Alignment = 'baseline' | 'top' | 'middle' | 'bottom' | 'text-top' | 'text-bottom';
|
|
17
|
+
export declare type BadgePositions = 'top-start' | 'top-end' | 'bottom-end' | 'bottom-start' | string | undefined;
|
|
18
|
+
export declare type Placements = 'auto' | 'auto-start' | 'auto-end' | 'top-end' | 'top' | 'top-start' | 'bottom-end' | 'bottom' | 'bottom-start' | 'right-start' | 'right' | 'right-end' | 'left-start' | 'left' | 'left-end' | undefined;
|
|
19
|
+
export declare type Shapes = 'rounded' | 'rounded-top' | 'rounded-end' | 'rounded-bottom' | 'rounded-start' | 'rounded-circle' | 'rounded-pill' | 'rounded-0' | 'rounded-1' | 'rounded-2' | 'rounded-3' | string;
|
|
20
|
+
export declare type Triggers = 'hover' | 'focus' | 'click';
|
|
21
|
+
export declare type Positions = 'fixed' | 'sticky';
|
|
22
|
+
export declare type InputType = 'button' | 'color' | 'date' | 'datetime' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week' | 'checkbox' | 'radio';
|
|
23
|
+
export interface INavLinkProps {
|
|
24
|
+
queryParams?: {
|
|
25
|
+
[k: string]: any;
|
|
26
|
+
};
|
|
27
|
+
fragment?: string;
|
|
28
|
+
queryParamsHandling?: 'merge' | 'preserve' | '' | null;
|
|
29
|
+
preserveFragment?: boolean;
|
|
30
|
+
skipLocationChange?: boolean;
|
|
31
|
+
replaceUrl?: boolean;
|
|
32
|
+
state?: {
|
|
33
|
+
[k: string]: any;
|
|
34
|
+
};
|
|
35
|
+
routerLinkActiveOptions?: {
|
|
36
|
+
exact: boolean;
|
|
37
|
+
};
|
|
38
|
+
routerLinkActive?: string | string[];
|
|
39
|
+
}
|
|
40
|
+
export interface INavAttributes {
|
|
41
|
+
[propName: string]: any;
|
|
42
|
+
}
|
|
43
|
+
export declare type ButtonType = 'button' | 'submit' | 'reset';
|