@mintplayer/ng-bootstrap 14.5.2 → 14.8.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/_bootstrap.scss +55 -4
- package/esm2020/index.mjs +2 -1
- package/esm2020/lib/components/accordion/accordion/accordion.component.mjs +4 -4
- package/esm2020/lib/components/accordion/accordion-tab/accordion-tab.component.mjs +3 -3
- package/esm2020/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.mjs +3 -3
- package/esm2020/lib/components/accordion/accordion.module.mjs +4 -4
- package/esm2020/lib/components/alert/alert/alert.component.mjs +5 -5
- package/esm2020/lib/components/alert/alert-close/alert-close.component.mjs +3 -3
- package/esm2020/lib/components/alert/alert.module.mjs +4 -4
- package/esm2020/lib/components/badge/badge.component.mjs +30 -0
- package/esm2020/lib/components/badge/badge.module.mjs +18 -0
- package/esm2020/lib/components/badge/index.mjs +3 -0
- package/esm2020/lib/components/breadcrumb/breadcrumb/breadcrumb.component.mjs +13 -0
- package/esm2020/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.mjs +18 -0
- package/esm2020/lib/components/breadcrumb/breadcrumb.module.mjs +19 -0
- package/esm2020/lib/components/breadcrumb/index.mjs +4 -0
- package/esm2020/lib/components/button-group/button-group/button-group.component.mjs +13 -0
- package/esm2020/lib/components/button-group/button-group.module.mjs +18 -0
- package/esm2020/lib/components/button-group/index.mjs +3 -0
- package/esm2020/lib/components/calendar/calendar.component.mjs +3 -3
- package/esm2020/lib/components/calendar/calendar.module.mjs +4 -4
- package/esm2020/lib/components/card/card/card.component.mjs +5 -5
- package/esm2020/lib/components/card/card-header/card-header.component.mjs +3 -3
- package/esm2020/lib/components/card/card.module.mjs +4 -4
- package/esm2020/lib/components/carousel/carousel/carousel.component.mjs +23 -6
- package/esm2020/lib/components/carousel/carousel-image/carousel-image.directive.mjs +3 -3
- package/esm2020/lib/components/carousel/carousel.module.mjs +4 -4
- package/esm2020/lib/components/close/close.component.mjs +21 -0
- package/esm2020/lib/components/close/close.module.mjs +18 -0
- package/esm2020/lib/components/close/index.mjs +3 -0
- package/esm2020/lib/components/code-snippet/code-snippet.component.mjs +3 -3
- package/esm2020/lib/components/code-snippet/code-snippet.module.mjs +4 -4
- package/esm2020/lib/components/context-menu/context-menu.directive.mjs +3 -3
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +4 -4
- package/esm2020/lib/components/copy/copy.directive.mjs +3 -3
- package/esm2020/lib/components/copy/copy.module.mjs +4 -4
- package/esm2020/lib/components/datatable/datatable/datatable.component.mjs +3 -3
- package/esm2020/lib/components/datatable/datatable-column/datatable-column.directive.mjs +3 -3
- package/esm2020/lib/components/datatable/datatable.module.mjs +4 -4
- package/esm2020/lib/components/datatable/row-template/row-template.directive.mjs +3 -3
- package/esm2020/lib/components/datepicker/datepicker.component.mjs +3 -3
- package/esm2020/lib/components/datepicker/datepicker.module.mjs +4 -4
- package/esm2020/lib/components/dropdown/dropdown/dropdown.directive.mjs +8 -6
- package/esm2020/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.mjs +31 -13
- package/esm2020/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
- package/esm2020/lib/components/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/lib/components/file-upload/component/file-upload.component.mjs +3 -3
- package/esm2020/lib/components/file-upload/directive/file-upload-template.directive.mjs +3 -3
- package/esm2020/lib/components/file-upload/file-upload.module.mjs +4 -4
- package/esm2020/lib/components/for/for.directive.mjs +3 -3
- package/esm2020/lib/components/for/for.module.mjs +4 -4
- package/esm2020/lib/components/index.mjs +9 -1
- package/esm2020/lib/components/list-group/list-group/list-group.component.mjs +4 -4
- package/esm2020/lib/components/list-group/list-group-item/list-group-item.component.mjs +3 -3
- package/esm2020/lib/components/list-group/list-group.module.mjs +4 -4
- package/esm2020/lib/components/modal/components/modal/modal.component.mjs +5 -5
- package/esm2020/lib/components/modal/components/modal-host/modal-host.component.mjs +4 -4
- package/esm2020/lib/components/modal/directives/modal/modal.directive.mjs +3 -3
- package/esm2020/lib/components/modal/directives/modal-body/modal-body.directive.mjs +3 -3
- package/esm2020/lib/components/modal/directives/modal-close/modal-close.directive.mjs +3 -3
- package/esm2020/lib/components/modal/directives/modal-footer/modal-footer.directive.mjs +3 -3
- package/esm2020/lib/components/modal/directives/modal-header/modal-header.directive.mjs +3 -3
- package/esm2020/lib/components/modal/modal.module.mjs +4 -4
- package/esm2020/lib/components/multiselect/component/multiselect.component.mjs +3 -3
- package/esm2020/lib/components/multiselect/directives/button-template/button-template.directive.mjs +3 -3
- package/esm2020/lib/components/multiselect/directives/footer-template/footer-template.directive.mjs +3 -3
- package/esm2020/lib/components/multiselect/directives/header-template/header-template.directive.mjs +3 -3
- package/esm2020/lib/components/multiselect/multiselect.module.mjs +4 -4
- package/esm2020/lib/components/navbar/dropdown-toggle/dropdown-toggle.directive.mjs +3 -3
- package/esm2020/lib/components/navbar/expand-button/expand-button.directive.mjs +3 -3
- package/esm2020/lib/components/navbar/nav-link/nav-link.directive.mjs +3 -3
- package/esm2020/lib/components/navbar/navbar/navbar.component.mjs +4 -4
- package/esm2020/lib/components/navbar/navbar-brand/navbar-brand.component.mjs +3 -3
- package/esm2020/lib/components/navbar/navbar-content/navbar-content.directive.mjs +3 -3
- package/esm2020/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.mjs +55 -10
- package/esm2020/lib/components/navbar/navbar-item/navbar-item.component.mjs +3 -3
- package/esm2020/lib/components/navbar/navbar-nav/navbar-nav.component.mjs +3 -3
- package/esm2020/lib/components/navbar/navbar-toggler/navbar-toggler.component.mjs +3 -3
- package/esm2020/lib/components/navbar/navbar.module.mjs +4 -4
- package/esm2020/lib/components/offcanvas/components/offcanvas/offcanvas.component.mjs +14 -5
- package/esm2020/lib/components/offcanvas/components/offcanvas-body/offcanvas-body.component.mjs +3 -3
- package/esm2020/lib/components/offcanvas/components/offcanvas-header/offcanvas-header.component.mjs +3 -3
- package/esm2020/lib/components/offcanvas/components/offcanvas-host/offcanvas-host.component.mjs +3 -3
- package/esm2020/lib/components/offcanvas/directives/offcanvas-close/offcanvas-close.directive.mjs +3 -3
- package/esm2020/lib/components/offcanvas/directives/offcanvas-content/offcanvas-content.directive.mjs +3 -3
- package/esm2020/lib/components/offcanvas/offcanvas.module.mjs +4 -4
- package/esm2020/lib/components/pagination/pagination/pagination.component.mjs +63 -28
- package/esm2020/lib/components/pagination/pagination.module.mjs +4 -4
- package/esm2020/lib/components/placeholder/index.mjs +4 -0
- package/esm2020/lib/components/placeholder/placeholder/placeholder.component.mjs +20 -0
- package/esm2020/lib/components/placeholder/placeholder-field/placeholder-field.directive.mjs +37 -0
- package/esm2020/lib/components/placeholder/placeholder.module.mjs +19 -0
- package/esm2020/lib/components/popover/component/popover.component.mjs +56 -0
- package/esm2020/lib/components/popover/directives/index.mjs +4 -0
- package/esm2020/lib/components/popover/directives/popover/popover.directive.mjs +129 -0
- package/esm2020/lib/components/popover/directives/popover-body/popover-body.directive.mjs +19 -0
- package/esm2020/lib/components/popover/directives/popover-header/popover-header.directive.mjs +19 -0
- package/esm2020/lib/components/popover/index.mjs +4 -0
- package/esm2020/lib/components/popover/popover.module.mjs +35 -0
- package/esm2020/lib/components/popover/providers/popover-content.provider.mjs +3 -0
- package/esm2020/lib/components/popover/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/lib/components/progress-bar/progress/progress.component.mjs +14 -10
- package/esm2020/lib/components/progress-bar/progress-bar/progress-bar.component.mjs +4 -4
- package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/lib/components/rating/rating.component.mjs +3 -3
- package/esm2020/lib/components/rating/rating.module.mjs +4 -4
- package/esm2020/lib/components/scheduler/components/resource-group-presenter/resource-group-presenter.component.mjs +3 -3
- package/esm2020/lib/components/scheduler/components/scheduler/scheduler.component.mjs +5 -6
- package/esm2020/lib/components/scheduler/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +3 -3
- package/esm2020/lib/components/scheduler/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +3 -3
- package/esm2020/lib/components/scheduler/pipes/date-offset/date-offset.pipe.mjs +3 -3
- package/esm2020/lib/components/scheduler/pipes/day-of-week/day-of-week.pipe.mjs +3 -3
- package/esm2020/lib/components/scheduler/scheduler.module.mjs +4 -4
- package/esm2020/lib/components/scheduler/services/timeline/timeline.service.mjs +3 -3
- package/esm2020/lib/components/scrollspy/component/scrollspy.component.mjs +3 -3
- package/esm2020/lib/components/scrollspy/directives/scrollspy.directive.mjs +3 -3
- package/esm2020/lib/components/scrollspy/scrollspy.module.mjs +4 -4
- package/esm2020/lib/components/select2/component/select2.component.mjs +5 -5
- package/esm2020/lib/components/select2/directive/item-template.directive.mjs +3 -3
- package/esm2020/lib/components/select2/select2.module.mjs +4 -4
- package/esm2020/lib/components/snackbar/component/snackbar.component.mjs +3 -3
- package/esm2020/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.mjs +3 -3
- package/esm2020/lib/components/snackbar/service/snackbar.service.mjs +3 -3
- package/esm2020/lib/components/snackbar/snackbar.module.mjs +4 -4
- package/esm2020/lib/components/spinner/index.mjs +3 -0
- package/esm2020/lib/components/spinner/spinner.component.mjs +41 -0
- package/esm2020/lib/components/spinner/spinner.module.mjs +18 -0
- package/esm2020/lib/components/tab-control/tab-control/tab-control.component.mjs +4 -4
- package/esm2020/lib/components/tab-control/tab-control.module.mjs +4 -4
- package/esm2020/lib/components/tab-control/tab-page/tab-page.component.mjs +3 -3
- package/esm2020/lib/components/timepicker/timepicker.component.mjs +5 -5
- package/esm2020/lib/components/timepicker/timepicker.module.mjs +4 -4
- package/esm2020/lib/components/toast/components/index.mjs +5 -0
- package/esm2020/lib/components/toast/components/toast/toast.component.mjs +16 -0
- package/esm2020/lib/components/toast/components/toast-body/toast-body.component.mjs +20 -0
- package/esm2020/lib/components/toast/components/toast-container/toast-container.component.mjs +22 -0
- package/esm2020/lib/components/toast/components/toast-header/toast-header.component.mjs +17 -0
- package/esm2020/lib/components/toast/directives/index.mjs +2 -0
- package/esm2020/lib/components/toast/directives/toast-close/toast-close.directive.mjs +32 -0
- package/esm2020/lib/components/toast/index.mjs +5 -0
- package/esm2020/lib/components/toast/providers/portal-factory.provider.mjs +3 -0
- package/esm2020/lib/components/toast/services/index.mjs +2 -0
- package/esm2020/lib/components/toast/services/toast/toast.service.mjs +56 -0
- package/esm2020/lib/components/toast/toast.module.mjs +72 -0
- package/esm2020/lib/components/toggle-button/toggle-button.component.mjs +3 -3
- package/esm2020/lib/components/toggle-button/toggle-button.module.mjs +4 -4
- package/esm2020/lib/components/tooltip/component/tooltip.component.mjs +5 -5
- package/esm2020/lib/components/tooltip/directive/tooltip.directive.mjs +3 -3
- package/esm2020/lib/components/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/lib/components/typeahead/typeahead.component.mjs +4 -4
- package/esm2020/lib/components/typeahead/typeahead.module.mjs +4 -4
- package/esm2020/lib/directives/enhanced-paste/enhanced-paste.directive.mjs +3 -3
- package/esm2020/lib/directives/enhanced-paste/enhanced-paste.module.mjs +4 -4
- package/esm2020/lib/pipes/add-properties/add-properties.module.mjs +24 -0
- package/esm2020/lib/pipes/add-properties/add-properties.pipe.mjs +17 -0
- package/esm2020/lib/pipes/add-properties/index.mjs +3 -0
- package/esm2020/lib/pipes/font-color/font-color.module.mjs +4 -4
- package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +3 -3
- package/esm2020/lib/pipes/format-bytes/format-bytes.module.mjs +4 -4
- package/esm2020/lib/pipes/format-bytes/format-bytes.pipe.mjs +3 -3
- package/esm2020/lib/pipes/in-list/in-list.module.mjs +4 -4
- package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +3 -3
- package/esm2020/lib/pipes/index.mjs +2 -1
- package/esm2020/lib/pipes/month-name/month-name.module.mjs +4 -4
- package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +3 -3
- package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +4 -4
- package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +3 -3
- package/esm2020/lib/pipes/weekday-name/weekday-name.module.mjs +4 -4
- package/esm2020/lib/pipes/weekday-name/weekday-name.pipe.mjs +3 -3
- package/esm2020/lib/providers/development.provider.mjs +8 -0
- package/esm2020/lib/providers/index.mjs +2 -0
- package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +3 -3
- package/esm2020/lib/services/scroll-offset/scroll-offset.service.mjs +3 -3
- package/esm2020/lib/types/index.mjs +2 -1
- package/esm2020/lib/types/size.mjs +2 -0
- package/fesm2015/mintplayer-ng-bootstrap.mjs +1331 -474
- package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap.mjs +1325 -474
- package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/components/badge/badge.component.d.ts +15 -0
- package/lib/components/badge/badge.module.d.ts +8 -0
- package/lib/components/badge/index.d.ts +2 -0
- package/lib/components/breadcrumb/breadcrumb/breadcrumb.component.d.ts +8 -0
- package/lib/components/breadcrumb/breadcrumb-item/breadcrumb-item.component.d.ts +9 -0
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +9 -0
- package/lib/components/breadcrumb/index.d.ts +3 -0
- package/lib/components/button-group/button-group/button-group.component.d.ts +8 -0
- package/lib/components/button-group/button-group.module.d.ts +8 -0
- package/lib/components/button-group/index.d.ts +2 -0
- package/lib/components/carousel/carousel/carousel.component.d.ts +1 -0
- package/lib/components/close/close.component.d.ts +10 -0
- package/lib/components/close/close.module.d.ts +8 -0
- package/lib/components/close/index.d.ts +2 -0
- package/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +5 -2
- package/lib/components/index.d.ts +8 -0
- package/lib/components/modal/components/modal-host/modal-host.component.d.ts +1 -1
- package/lib/components/navbar/navbar-dropdown/navbar-dropdown.component.d.ts +15 -5
- package/lib/components/offcanvas/components/offcanvas/offcanvas.component.d.ts +1 -0
- package/lib/components/pagination/pagination/pagination.component.d.ts +10 -5
- package/lib/components/placeholder/index.d.ts +3 -0
- package/lib/components/placeholder/placeholder/placeholder.component.d.ts +8 -0
- package/lib/components/placeholder/placeholder-field/placeholder-field.directive.d.ts +14 -0
- package/lib/components/placeholder/placeholder.module.d.ts +9 -0
- package/lib/components/popover/component/popover.component.d.ts +19 -0
- package/lib/components/popover/directives/index.d.ts +3 -0
- package/lib/components/popover/directives/popover/popover.directive.d.ts +27 -0
- package/lib/components/popover/directives/popover-body/popover-body.directive.d.ts +7 -0
- package/lib/components/popover/directives/popover-header/popover-header.directive.d.ts +7 -0
- package/lib/components/popover/index.d.ts +3 -0
- package/lib/components/popover/popover.module.d.ts +12 -0
- package/lib/components/popover/providers/popover-content.provider.d.ts +2 -0
- package/lib/components/popover/providers/portal-factory.provider.d.ts +3 -0
- package/lib/components/progress-bar/progress/progress.component.d.ts +1 -1
- package/lib/components/spinner/index.d.ts +2 -0
- package/lib/components/spinner/spinner.component.d.ts +19 -0
- package/lib/components/spinner/spinner.module.d.ts +8 -0
- package/lib/components/toast/components/index.d.ts +4 -0
- package/lib/components/toast/components/toast/toast.component.d.ts +6 -0
- package/lib/components/toast/components/toast-body/toast-body.component.d.ts +7 -0
- package/lib/components/toast/components/toast-container/toast-container.component.d.ts +9 -0
- package/lib/components/toast/components/toast-header/toast-header.component.d.ts +7 -0
- package/lib/components/toast/directives/index.d.ts +1 -0
- package/lib/components/toast/directives/toast-close/toast-close.directive.d.ts +12 -0
- package/lib/components/toast/index.d.ts +4 -0
- package/lib/components/toast/providers/portal-factory.provider.d.ts +3 -0
- package/lib/components/toast/services/index.d.ts +1 -0
- package/lib/components/toast/services/toast/toast.service.d.ts +22 -0
- package/lib/components/toast/toast.module.d.ts +14 -0
- package/lib/pipes/add-properties/add-properties.module.d.ts +8 -0
- package/lib/pipes/add-properties/add-properties.pipe.d.ts +7 -0
- package/lib/pipes/add-properties/index.d.ts +2 -0
- package/lib/pipes/index.d.ts +1 -0
- package/lib/providers/development.provider.d.ts +7 -0
- package/lib/providers/index.d.ts +1 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/size.d.ts +1 -0
- package/package.json +3 -3
- package/src/styles/custom.scss +4 -16
package/index.d.ts
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
+
import { Color } from '../../enums';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BsBadgeComponent implements OnInit {
|
|
6
|
+
constructor();
|
|
7
|
+
colors: typeof Color;
|
|
8
|
+
type$: BehaviorSubject<Color>;
|
|
9
|
+
get type(): Color;
|
|
10
|
+
set type(value: Color);
|
|
11
|
+
colorClass$: Observable<string>;
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsBadgeComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsBadgeComponent, "bs-badge", never, { "type": "type"; }, {}, never, ["*"], false>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./badge.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsBadgeModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsBadgeModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsBadgeModule, [typeof i1.BsBadgeComponent], [typeof i2.CommonModule], [typeof i1.BsBadgeComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsBadgeModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsBreadcrumbComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsBreadcrumbComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsBreadcrumbComponent, "bs-breadcrumb", never, {}, {}, never, ["*"], false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsBreadcrumbItemComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
classes: boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsBreadcrumbItemComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsBreadcrumbItemComponent, "bs-breadcrumb-item", never, {}, {}, never, ["*"], false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./breadcrumb/breadcrumb.component";
|
|
3
|
+
import * as i2 from "./breadcrumb-item/breadcrumb-item.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsBreadcrumbModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsBreadcrumbModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsBreadcrumbModule, [typeof i1.BsBreadcrumbComponent, typeof i2.BsBreadcrumbItemComponent], [typeof i3.CommonModule], [typeof i1.BsBreadcrumbComponent, typeof i2.BsBreadcrumbItemComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsBreadcrumbModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsButtonGroupComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonGroupComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsButtonGroupComponent, "bs-button-group", never, {}, {}, never, ["*"], false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./button-group/button-group.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsButtonGroupModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsButtonGroupModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsButtonGroupModule, [typeof i1.BsButtonGroupComponent], [typeof i2.CommonModule], [typeof i1.BsButtonGroupComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsButtonGroupModule>;
|
|
8
|
+
}
|
|
@@ -19,6 +19,7 @@ export declare class BsCarouselComponent implements OnDestroy, AfterContentInit
|
|
|
19
19
|
previousImage(): void;
|
|
20
20
|
nextImage(): void;
|
|
21
21
|
setCurrentImage(index: number): void;
|
|
22
|
+
onKeyPress(ev: KeyboardEvent): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsCarouselComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<BsCarouselComponent, "bs-carousel", never, { "indicators": "indicators"; "animation": "animation"; }, {}, ["images"], never, false>;
|
|
24
25
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsCloseComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
click: EventEmitter<any>;
|
|
7
|
+
onClose(ev: MouseEvent): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsCloseComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsCloseComponent, "bs-close", never, {}, { "click": "click"; }, never, never, false>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./close.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsCloseModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsCloseModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsCloseModule, [typeof i1.BsCloseComponent], [typeof i2.CommonModule], [typeof i1.BsCloseComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsCloseModule>;
|
|
8
|
+
}
|
|
@@ -8,13 +8,16 @@ export declare class BsDropdownMenuDirective extends ClickOutsideDirective {
|
|
|
8
8
|
private viewContainerRef;
|
|
9
9
|
private templateRef;
|
|
10
10
|
private overlay;
|
|
11
|
-
|
|
11
|
+
private bsDevelopment?;
|
|
12
|
+
constructor(dropdown: BsDropdownDirective, viewContainerRef: ViewContainerRef, templateRef: TemplateRef<any>, overlay: Overlay, elementRef: ElementRef<any>, zone: NgZone, platformId: any, bsDevelopment?: boolean | undefined);
|
|
12
13
|
private wait;
|
|
13
14
|
private destroyed$;
|
|
14
15
|
private overlayRef;
|
|
15
16
|
private templatePortal;
|
|
16
17
|
get show(): boolean;
|
|
17
18
|
clickedOutside(ev: MouseEvent): void;
|
|
18
|
-
|
|
19
|
+
onEscape(ev: KeyboardEvent): void;
|
|
20
|
+
private doClose;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsDropdownMenuDirective, [null, null, null, null, null, null, null, { optional: true; }]>;
|
|
19
22
|
static ɵdir: i0.ɵɵDirectiveDeclaration<BsDropdownMenuDirective, "[bsDropdownMenu]", never, {}, {}, never, never, false>;
|
|
20
23
|
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export * from './accordion';
|
|
2
2
|
export * from './alert';
|
|
3
|
+
export * from './badge';
|
|
4
|
+
export * from './breadcrumb';
|
|
5
|
+
export * from './button-group';
|
|
3
6
|
export * from './calendar';
|
|
4
7
|
export * from './card';
|
|
5
8
|
export * from './carousel';
|
|
9
|
+
export * from './close';
|
|
6
10
|
export * from './code-snippet';
|
|
7
11
|
export * from './context-menu';
|
|
8
12
|
export * from './copy';
|
|
@@ -18,13 +22,17 @@ export * from './multiselect';
|
|
|
18
22
|
export * from './navbar';
|
|
19
23
|
export * from './offcanvas';
|
|
20
24
|
export * from './pagination';
|
|
25
|
+
export * from './placeholder';
|
|
26
|
+
export * from './popover';
|
|
21
27
|
export * from './progress-bar';
|
|
22
28
|
export * from './rating';
|
|
23
29
|
export * from './scrollspy';
|
|
24
30
|
export * from './select2';
|
|
25
31
|
export * from './snackbar';
|
|
32
|
+
export * from './spinner';
|
|
26
33
|
export * from './tab-control';
|
|
27
34
|
export * from './timepicker';
|
|
35
|
+
export * from './toast';
|
|
28
36
|
export * from './toggle-button';
|
|
29
37
|
export * from './tooltip';
|
|
30
38
|
export * from './typeahead';
|
|
@@ -9,7 +9,7 @@ export declare class BsModalHostComponent implements AfterViewInit, OnDestroy {
|
|
|
9
9
|
private parentInjector;
|
|
10
10
|
private portalFactory;
|
|
11
11
|
private componentFactoryResolver;
|
|
12
|
-
constructor(overlay: Overlay, parentInjector: Injector, portalFactory: (injector: Injector) => ComponentPortal<
|
|
12
|
+
constructor(overlay: Overlay, parentInjector: Injector, portalFactory: (injector: Injector) => ComponentPortal<BsModalComponent>, componentFactoryResolver: ComponentFactoryResolver);
|
|
13
13
|
overlayRef: OverlayRef;
|
|
14
14
|
componentInstance?: ComponentRef<BsModalComponent>;
|
|
15
15
|
template: TemplateRef<any>;
|
|
@@ -1,14 +1,24 @@
|
|
|
1
|
-
import { QueryList } from '@angular/core';
|
|
1
|
+
import { ElementRef, OnDestroy, QueryList } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
2
3
|
import { BsNavbarItemComponent } from '../navbar-item/navbar-item.component';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BsNavbarDropdownComponent {
|
|
5
|
-
|
|
5
|
+
export declare class BsNavbarDropdownComponent implements OnDestroy {
|
|
6
|
+
private element;
|
|
7
|
+
private document;
|
|
8
|
+
constructor(parentDropdown: BsNavbarDropdownComponent, navbarItem: BsNavbarItemComponent, element: ElementRef<HTMLElement>, document: Document);
|
|
6
9
|
autoclose: boolean;
|
|
7
|
-
isVisible: boolean;
|
|
8
10
|
navbarItem: BsNavbarItemComponent;
|
|
9
11
|
parentDropdown: BsNavbarDropdownComponent;
|
|
12
|
+
private destroyed$;
|
|
13
|
+
dropdownElement: ElementRef<HTMLDivElement>;
|
|
14
|
+
topPos$: BehaviorSubject<number | null>;
|
|
15
|
+
maxHeight$: Observable<string | null>;
|
|
16
|
+
isVisible$: BehaviorSubject<boolean>;
|
|
17
|
+
get isVisible(): boolean;
|
|
18
|
+
set isVisible(value: boolean);
|
|
10
19
|
get elementsToExclude(): HTMLElement[];
|
|
11
20
|
childDropdowns: QueryList<BsNavbarDropdownComponent>;
|
|
12
|
-
|
|
21
|
+
ngOnDestroy(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarDropdownComponent, [{ optional: true; host: true; skipSelf: true; }, { host: true; }, null, null]>;
|
|
13
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<BsNavbarDropdownComponent, "bs-navbar-dropdown", never, { "autoclose": "autoclose"; }, {}, ["childDropdowns"], ["*"], false>;
|
|
14
24
|
}
|
|
@@ -10,6 +10,7 @@ export declare class BsOffcanvasComponent implements OnDestroy {
|
|
|
10
10
|
visibility$: Observable<string>;
|
|
11
11
|
disableTransition$: BehaviorSubject<boolean>;
|
|
12
12
|
offcanvasClass$: BehaviorSubject<string | null>;
|
|
13
|
+
overflowClass$: Observable<string | null>;
|
|
13
14
|
width$: Observable<number | null>;
|
|
14
15
|
height$: Observable<number | null>;
|
|
15
16
|
hasBackdrop$: BehaviorSubject<boolean>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
3
|
import { PageWithSelection } from '../../../interfaces/page-with-selection';
|
|
4
|
+
import { Size } from '../../../types';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class BsPaginationComponent implements OnDestroy {
|
|
6
7
|
constructor();
|
|
@@ -14,18 +15,20 @@ export declare class BsPaginationComponent implements OnDestroy {
|
|
|
14
15
|
numberOfBoxes$: BehaviorSubject<number>;
|
|
15
16
|
/** Display previous/next arrows. */
|
|
16
17
|
showArrows$: BehaviorSubject<boolean>;
|
|
18
|
+
/** Page number size. */
|
|
19
|
+
size$: BehaviorSubject<Size>;
|
|
17
20
|
/** Indicates if first value is selected. */
|
|
18
21
|
isFirstPage$: Observable<boolean>;
|
|
19
22
|
/** Indicates if last value is selected. */
|
|
20
23
|
isLastPage$: Observable<boolean>;
|
|
21
24
|
/** The number of boxes (excluding arrows) that's being shown on the pagination component. */
|
|
22
25
|
visibleNumberOfNumberBoxes$: Observable<number>;
|
|
26
|
+
/** Indicates whether there are too many numbers to the left-hand side of the current page. */
|
|
27
|
+
isLeftOverflow$: Observable<boolean>;
|
|
28
|
+
/** Indicates whether there are too many numbers to the right-hand side of the current page. */
|
|
29
|
+
isRightOverflow$: Observable<boolean>;
|
|
23
30
|
/** Monitor OnDestroyed hook. */
|
|
24
31
|
private destroyed$;
|
|
25
|
-
private _selectedPageNumber;
|
|
26
|
-
private _numberOfBoxes;
|
|
27
|
-
private _pageNumbers;
|
|
28
|
-
private _showArrows;
|
|
29
32
|
selectedPageNumberChange: EventEmitter<number>;
|
|
30
33
|
set selectedPageNumber(value: number);
|
|
31
34
|
get selectedPageNumber(): number;
|
|
@@ -35,10 +38,12 @@ export declare class BsPaginationComponent implements OnDestroy {
|
|
|
35
38
|
get pageNumbers(): number[];
|
|
36
39
|
set showArrows(value: boolean);
|
|
37
40
|
get showArrows(): boolean;
|
|
41
|
+
set size(value: Size);
|
|
42
|
+
get size(): Size;
|
|
38
43
|
ngOnDestroy(): void;
|
|
39
44
|
onSelectPage(event: MouseEvent, page: number): boolean;
|
|
40
45
|
onPrevious(): boolean;
|
|
41
46
|
onNext(): boolean;
|
|
42
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsPaginationComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationComponent, "bs-pagination", never, { "selectedPageNumber": "selectedPageNumber"; "numberOfBoxes": "numberOfBoxes"; "pageNumbers": "pageNumbers"; "showArrows": "showArrows"; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never, false>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPaginationComponent, "bs-pagination", never, { "selectedPageNumber": "selectedPageNumber"; "numberOfBoxes": "numberOfBoxes"; "pageNumbers": "pageNumbers"; "showArrows": "showArrows"; "size": "size"; }, { "selectedPageNumberChange": "selectedPageNumberChange"; }, never, never, false>;
|
|
44
49
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { BehaviorSubject } from 'rxjs';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsPlaceholderComponent {
|
|
4
|
+
isLoading$: BehaviorSubject<boolean>;
|
|
5
|
+
set bsPlaceholder(value: boolean);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaceholderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPlaceholderComponent, "[bsPlaceholder]", never, { "bsPlaceholder": "bsPlaceholder"; }, {}, never, ["*"], false>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnDestroy } from '@angular/core';
|
|
2
|
+
import { Subject } from 'rxjs';
|
|
3
|
+
import { BsPlaceholderComponent } from '../placeholder/placeholder.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BsPlaceholderFieldDirective implements OnDestroy {
|
|
6
|
+
private placeholder;
|
|
7
|
+
constructor(placeholder: BsPlaceholderComponent);
|
|
8
|
+
marginBottom: number;
|
|
9
|
+
placeholderClass: boolean;
|
|
10
|
+
destroyed$: Subject<unknown>;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaceholderFieldDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsPlaceholderFieldDirective, "[bsPlaceholderField]", never, {}, {}, never, never, false>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./placeholder/placeholder.component";
|
|
3
|
+
import * as i2 from "./placeholder-field/placeholder-field.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsPlaceholderModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPlaceholderModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPlaceholderModule, [typeof i1.BsPlaceholderComponent, typeof i2.BsPlaceholderFieldDirective], [typeof i3.CommonModule], [typeof i1.BsPlaceholderComponent, typeof i2.BsPlaceholderFieldDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsPlaceholderModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
+
import { Position } from '../../../enums';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BsPopoverComponent {
|
|
6
|
+
constructor(content: TemplateRef<any>);
|
|
7
|
+
positions: typeof Position;
|
|
8
|
+
position$: BehaviorSubject<Position>;
|
|
9
|
+
get position(): Position;
|
|
10
|
+
set position(value: Position);
|
|
11
|
+
isVisible$: BehaviorSubject<boolean>;
|
|
12
|
+
get isVisible(): boolean;
|
|
13
|
+
set isVisible(value: boolean);
|
|
14
|
+
marginClass$: Observable<string>;
|
|
15
|
+
template: TemplateRef<any>;
|
|
16
|
+
positionRelative: boolean;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsPopoverComponent, "bs-popover", never, { "position": "position"; "isVisible": "isVisible"; }, {}, never, never, false>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ConnectedPosition, Overlay } from '@angular/cdk/overlay';
|
|
2
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
+
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
4
|
+
import { AfterViewInit, ElementRef, Injector, OnDestroy, TemplateRef } from '@angular/core';
|
|
5
|
+
import { Position } from '../../../../enums/position.enum';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class BsPopoverDirective implements AfterViewInit, OnDestroy {
|
|
8
|
+
private overlay;
|
|
9
|
+
private templateRef;
|
|
10
|
+
private parentInjector;
|
|
11
|
+
private portalFactory;
|
|
12
|
+
private parent;
|
|
13
|
+
constructor(overlay: Overlay, templateRef: TemplateRef<any>, parentInjector: Injector, portalFactory: (injector: Injector) => ComponentPortal<any>, parent: ElementRef);
|
|
14
|
+
set bsPopover(value: Position);
|
|
15
|
+
private injector;
|
|
16
|
+
private portal;
|
|
17
|
+
private overlayRef;
|
|
18
|
+
private component;
|
|
19
|
+
position$: BehaviorSubject<Position>;
|
|
20
|
+
connectedPosition$: Observable<ConnectedPosition>;
|
|
21
|
+
isVisible$: BehaviorSubject<boolean>;
|
|
22
|
+
destroyed$: Subject<unknown>;
|
|
23
|
+
ngAfterViewInit(): void;
|
|
24
|
+
ngOnDestroy(): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverDirective, [null, null, null, null, { host: true; skipSelf: true; }]>;
|
|
26
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsPopoverDirective, "*[bsPopover]", never, { "bsPopover": "bsPopover"; }, {}, never, never, false>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsPopoverBodyDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
bodyClass: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverBodyDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsPopoverBodyDirective, "[bsPopoverBody]", never, {}, {}, never, never, false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsPopoverHeaderDirective {
|
|
3
|
+
constructor();
|
|
4
|
+
headerClass: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverHeaderDirective, never>;
|
|
6
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsPopoverHeaderDirective, "[bsPopoverHeader]", never, {}, {}, never, never, false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./component/popover.component";
|
|
3
|
+
import * as i2 from "./directives/popover/popover.directive";
|
|
4
|
+
import * as i3 from "./directives/popover-header/popover-header.directive";
|
|
5
|
+
import * as i4 from "./directives/popover-body/popover-body.directive";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/cdk/overlay";
|
|
8
|
+
export declare class BsPopoverModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsPopoverModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsPopoverModule, [typeof i1.BsPopoverComponent, typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective], [typeof i5.CommonModule, typeof i6.OverlayModule], [typeof i2.BsPopoverDirective, typeof i3.BsPopoverHeaderDirective, typeof i4.BsPopoverBodyDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsPopoverModule>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class BsProgressComponent {
|
|
3
|
-
private progressClass;
|
|
4
3
|
height: number | null;
|
|
5
4
|
isIndeterminate: boolean;
|
|
5
|
+
private progressClass;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsProgressComponent, never>;
|
|
7
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<BsProgressComponent, "bs-progress", never, { "height": "height"; "isIndeterminate": "isIndeterminate"; }, {}, never, ["*"], false>;
|
|
8
8
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
+
import { Color } from '../../enums';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BsSpinnerComponent implements OnInit {
|
|
6
|
+
constructor();
|
|
7
|
+
spinnerClass$: Observable<string>;
|
|
8
|
+
colorClass$: Observable<string>;
|
|
9
|
+
colors: typeof Color;
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
type$: BehaviorSubject<"border" | "grow">;
|
|
12
|
+
get type(): 'border' | 'grow';
|
|
13
|
+
set type(value: 'border' | 'grow');
|
|
14
|
+
color$: BehaviorSubject<Color>;
|
|
15
|
+
get color(): Color;
|
|
16
|
+
set color(value: Color);
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSpinnerComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsSpinnerComponent, "bs-spinner", never, { "type": "type"; }, {}, never, never, false>;
|
|
19
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./spinner.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsSpinnerModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsSpinnerModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsSpinnerModule, [typeof i1.BsSpinnerComponent], [typeof i2.CommonModule], [typeof i1.BsSpinnerComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsSpinnerModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsToastComponent {
|
|
3
|
+
isVisible: boolean;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsToastComponent, "bs-toast", never, { "isVisible": "isVisible"; }, {}, never, ["*"], false>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsToastBodyComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
toastClasses: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastBodyComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsToastBodyComponent, "bs-toast-body", never, {}, {}, never, ["*"], false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BsToastService } from '../../services/toast/toast.service';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsToastContainerComponent {
|
|
4
|
+
constructor(toastService: BsToastService);
|
|
5
|
+
toastService: BsToastService;
|
|
6
|
+
overflowY: string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastContainerComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsToastContainerComponent, "bs-toast-container", never, {}, {}, never, never, false>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsToastHeaderComponent {
|
|
3
|
+
constructor();
|
|
4
|
+
toastClass: boolean;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastHeaderComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsToastHeaderComponent, "bs-toast-header", never, {}, {}, never, ["*"], false>;
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './toast-close/toast-close.directive';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BsToastService } from '../../services/toast/toast.service';
|
|
2
|
+
import { BsToastComponent } from '../../components/toast/toast.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BsToastCloseDirective {
|
|
5
|
+
private toast;
|
|
6
|
+
private toastService;
|
|
7
|
+
constructor(toast: BsToastComponent, toastService: BsToastService);
|
|
8
|
+
onClick(): void;
|
|
9
|
+
index: number | null;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastCloseDirective, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsToastCloseDirective, "bs-close", never, { "index": "index"; }, {}, never, never, false>;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './toast/toast.service';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
|
2
|
+
import { ComponentPortal } from '@angular/cdk/portal';
|
|
3
|
+
import { Injector, TemplateRef } from '@angular/core';
|
|
4
|
+
import { BehaviorSubject } from 'rxjs';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BsToastService {
|
|
7
|
+
private overlayService;
|
|
8
|
+
private rootInjector;
|
|
9
|
+
private portalFactory;
|
|
10
|
+
constructor(overlayService: Overlay, rootInjector: Injector, portalFactory: (injector: Injector) => ComponentPortal<any>);
|
|
11
|
+
overlayRef: OverlayRef | null;
|
|
12
|
+
toasts$: BehaviorSubject<ToastItem[]>;
|
|
13
|
+
pushToast(toast: TemplateRef<any>, context?: Object): void;
|
|
14
|
+
close(index: number): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastService, never>;
|
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BsToastService>;
|
|
17
|
+
}
|
|
18
|
+
interface ToastItem {
|
|
19
|
+
template: TemplateRef<any>;
|
|
20
|
+
context: Object | null;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/toast/toast.component";
|
|
3
|
+
import * as i2 from "./components/toast-body/toast-body.component";
|
|
4
|
+
import * as i3 from "./components/toast-header/toast-header.component";
|
|
5
|
+
import * as i4 from "./components/toast-container/toast-container.component";
|
|
6
|
+
import * as i5 from "./directives/toast-close/toast-close.directive";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
8
|
+
import * as i7 from "@angular/cdk/overlay";
|
|
9
|
+
import * as i8 from "../../pipes/add-properties/add-properties.module";
|
|
10
|
+
export declare class BsToastModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsToastModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsToastModule, [typeof i1.BsToastComponent, typeof i2.BsToastBodyComponent, typeof i3.BsToastHeaderComponent, typeof i4.BsToastContainerComponent, typeof i5.BsToastCloseDirective], [typeof i6.CommonModule, typeof i7.OverlayModule, typeof i8.BsAddPropertiesModule], [typeof i1.BsToastComponent, typeof i2.BsToastBodyComponent, typeof i3.BsToastHeaderComponent, typeof i4.BsToastContainerComponent, typeof i5.BsToastCloseDirective]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsToastModule>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./add-properties.pipe";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class BsAddPropertiesModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsAddPropertiesModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsAddPropertiesModule, [typeof i1.BsAddPropertiesPipe], [typeof i2.CommonModule], [typeof i1.BsAddPropertiesPipe]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsAddPropertiesModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { PipeTransform } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class BsAddPropertiesPipe implements PipeTransform {
|
|
4
|
+
transform(value: Object | null, toAdd: Object): Object;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsAddPropertiesPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<BsAddPropertiesPipe, "bsAddProperties", false>;
|
|
7
|
+
}
|
package/lib/pipes/index.d.ts
CHANGED