@mintplayer/ng-bootstrap 13.1.5 → 13.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (157) hide show
  1. package/esm2020/index.mjs +3 -1
  2. package/esm2020/lib/components/accordion/accordion-tab/accordion-tab.component.mjs +4 -3
  3. package/esm2020/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.mjs +7 -3
  4. package/esm2020/lib/components/alert/alert/alert.component.mjs +4 -4
  5. package/esm2020/lib/components/calendar/calendar.component.mjs +77 -34
  6. package/esm2020/lib/components/card/card/card.component.mjs +1 -2
  7. package/esm2020/lib/components/carousel/carousel/carousel.component.mjs +21 -7
  8. package/esm2020/lib/components/context-menu/context-menu.directive.mjs +57 -0
  9. package/esm2020/lib/components/context-menu/context-menu.module.mjs +26 -0
  10. package/esm2020/lib/components/context-menu/index.mjs +3 -0
  11. package/esm2020/lib/components/datatable/datatable/datatable.component.mjs +51 -0
  12. package/esm2020/lib/components/datatable/datatable-column/datatable-column-metadata.mjs +2 -0
  13. package/esm2020/lib/components/datatable/datatable-column/datatable-column.directive.mjs +19 -0
  14. package/esm2020/lib/components/datatable/datatable-settings.mjs +37 -0
  15. package/esm2020/lib/components/datatable/datatable.module.mjs +40 -0
  16. package/esm2020/lib/components/datatable/index.mjs +6 -0
  17. package/esm2020/lib/components/datatable/row-template/row-template.directive.mjs +19 -0
  18. package/esm2020/lib/components/datepicker/datepicker.component.mjs +22 -0
  19. package/esm2020/lib/components/datepicker/datepicker.module.mjs +34 -0
  20. package/esm2020/lib/components/datepicker/index.mjs +3 -0
  21. package/esm2020/lib/components/dropdown/dropdown/dropdown.directive.mjs +51 -0
  22. package/esm2020/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.mjs +91 -0
  23. package/esm2020/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.mjs +28 -0
  24. package/esm2020/lib/components/dropdown/dropdown.module.mjs +44 -0
  25. package/esm2020/lib/components/dropdown/index.mjs +5 -0
  26. package/esm2020/lib/components/index.mjs +16 -4
  27. package/esm2020/lib/components/multiselect/index.mjs +3 -0
  28. package/esm2020/lib/components/multiselect/multiselect.component.mjs +36 -0
  29. package/esm2020/lib/components/multiselect/multiselect.module.mjs +34 -0
  30. package/esm2020/lib/components/navbar/nav-link/nav-link.directive.mjs +1 -1
  31. package/esm2020/lib/components/navbar/navbar/navbar.component.mjs +9 -6
  32. package/esm2020/lib/components/navbar/navbar-nav/navbar-nav.component.mjs +47 -9
  33. package/esm2020/lib/components/pagination/index.mjs +3 -0
  34. package/esm2020/lib/components/pagination/pagination/pagination.component.mjs +146 -0
  35. package/esm2020/lib/components/pagination/pagination.module.mjs +26 -0
  36. package/esm2020/lib/components/progress-bar/index.mjs +4 -0
  37. package/esm2020/lib/components/progress-bar/progress/progress.component.mjs +27 -0
  38. package/esm2020/lib/components/progress-bar/progress-bar/progress-bar.component.mjs +121 -0
  39. package/esm2020/lib/components/progress-bar/progress-bar.module.mjs +31 -0
  40. package/esm2020/lib/components/scrollspy/component/scrollspy.component.mjs +28 -12
  41. package/esm2020/lib/components/select2/component/select2.component.mjs +96 -0
  42. package/esm2020/lib/components/select2/directive/item-template.directive.mjs +20 -0
  43. package/esm2020/lib/components/select2/index.mjs +4 -0
  44. package/esm2020/lib/components/select2/select2.module.mjs +43 -0
  45. package/esm2020/lib/components/snackbar/component/snackbar.component.mjs +35 -0
  46. package/esm2020/lib/components/snackbar/directives/index.mjs +2 -0
  47. package/esm2020/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.mjs +27 -0
  48. package/esm2020/lib/components/snackbar/index.mjs +6 -0
  49. package/esm2020/lib/components/snackbar/interfaces/index.mjs +2 -0
  50. package/esm2020/lib/components/snackbar/interfaces/snackbar-animation-meta.mjs +2 -0
  51. package/esm2020/lib/components/snackbar/providers/snackbar-content.provider.mjs +3 -0
  52. package/esm2020/lib/components/snackbar/service/snackbar.service.mjs +50 -0
  53. package/esm2020/lib/components/snackbar/snackbar.module.mjs +38 -0
  54. package/esm2020/lib/components/toggle-button/index.mjs +3 -0
  55. package/esm2020/lib/components/toggle-button/toggle-button.component.mjs +42 -0
  56. package/esm2020/lib/components/toggle-button/toggle-button.module.mjs +26 -0
  57. package/esm2020/lib/components/tooltip/component/tooltip.component.mjs +25 -0
  58. package/esm2020/lib/components/tooltip/directive/tooltip.directive.mjs +104 -0
  59. package/esm2020/lib/components/tooltip/index.mjs +4 -0
  60. package/esm2020/lib/components/tooltip/providers/tooltip-content.provider.mjs +3 -0
  61. package/esm2020/lib/components/tooltip/tooltip.module.mjs +29 -0
  62. package/esm2020/lib/components/typeahead/index.mjs +3 -0
  63. package/esm2020/lib/components/typeahead/typeahead.component.mjs +90 -0
  64. package/esm2020/lib/components/typeahead/typeahead.module.mjs +38 -0
  65. package/esm2020/lib/enums/index.mjs +2 -1
  66. package/esm2020/lib/enums/position.enum.mjs +8 -0
  67. package/esm2020/lib/interfaces/index.mjs +2 -0
  68. package/esm2020/lib/interfaces/page-with-selection.mjs +2 -0
  69. package/esm2020/lib/pipes/font-color/font-color.module.mjs +26 -0
  70. package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +26 -0
  71. package/esm2020/lib/pipes/font-color/index.mjs +3 -0
  72. package/esm2020/lib/pipes/in-list/in-list.module.mjs +26 -0
  73. package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +16 -0
  74. package/esm2020/lib/pipes/index.mjs +2 -0
  75. package/esm2020/lib/pipes/month-name/month-name.pipe.mjs +7 -2
  76. package/esm2020/lib/services/calendar-month/calendar-month.service.mjs +12 -14
  77. package/esm2020/lib/services/scroll-offset/scroll-offset.service.mjs +31 -0
  78. package/esm2020/lib/types/page-number.type.mjs +2 -0
  79. package/fesm2015/mintplayer-ng-bootstrap.mjs +1970 -297
  80. package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
  81. package/fesm2020/mintplayer-ng-bootstrap.mjs +1943 -283
  82. package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
  83. package/index.d.ts +2 -0
  84. package/lib/components/accordion/accordion-tab-header/accordion-tab-header.component.d.ts +1 -0
  85. package/lib/components/calendar/calendar.component.d.ts +21 -13
  86. package/lib/components/carousel/carousel/carousel.component.d.ts +4 -1
  87. package/lib/components/context-menu/context-menu.directive.d.ts +16 -0
  88. package/lib/components/context-menu/context-menu.module.d.ts +8 -0
  89. package/lib/components/context-menu/index.d.ts +2 -0
  90. package/lib/components/datatable/datatable/datatable.component.d.ts +17 -0
  91. package/lib/components/datatable/datatable-column/datatable-column-metadata.d.ts +4 -0
  92. package/lib/components/datatable/datatable-column/datatable-column.directive.d.ts +10 -0
  93. package/lib/components/datatable/datatable-settings.d.ts +15 -0
  94. package/lib/components/datatable/datatable.module.d.ts +11 -0
  95. package/lib/components/datatable/index.d.ts +5 -0
  96. package/lib/components/datatable/row-template/row-template.directive.d.ts +9 -0
  97. package/lib/components/datepicker/datepicker.component.d.ts +10 -0
  98. package/lib/components/datepicker/datepicker.module.d.ts +10 -0
  99. package/lib/components/datepicker/index.d.ts +2 -0
  100. package/lib/components/dropdown/dropdown/dropdown.directive.d.ts +20 -0
  101. package/lib/components/dropdown/dropdown-menu/dropdown-menu.directive.d.ts +20 -0
  102. package/lib/components/dropdown/dropdown-toggle/dropdown-toggle.directive.d.ts +11 -0
  103. package/lib/components/dropdown/dropdown.module.d.ts +12 -0
  104. package/lib/components/dropdown/index.d.ts +4 -0
  105. package/lib/components/index.d.ts +15 -3
  106. package/lib/components/multiselect/index.d.ts +2 -0
  107. package/lib/components/multiselect/multiselect.component.d.ts +12 -0
  108. package/lib/components/multiselect/multiselect.module.d.ts +10 -0
  109. package/lib/components/navbar/navbar/navbar.component.d.ts +3 -3
  110. package/lib/components/navbar/navbar-nav/navbar-nav.component.d.ts +10 -4
  111. package/lib/components/pagination/index.d.ts +2 -0
  112. package/lib/components/pagination/pagination/pagination.component.d.ts +45 -0
  113. package/lib/components/pagination/pagination.module.d.ts +8 -0
  114. package/lib/components/progress-bar/index.d.ts +3 -0
  115. package/lib/components/progress-bar/progress/progress.component.d.ts +8 -0
  116. package/lib/components/progress-bar/progress-bar/progress-bar.component.d.ts +31 -0
  117. package/lib/components/progress-bar/progress-bar.module.d.ts +9 -0
  118. package/lib/components/scrollspy/component/scrollspy.component.d.ts +6 -4
  119. package/lib/components/select2/component/select2.component.d.ts +30 -0
  120. package/lib/components/select2/directive/item-template.directive.d.ts +9 -0
  121. package/lib/components/select2/index.d.ts +3 -0
  122. package/lib/components/select2/select2.module.d.ts +12 -0
  123. package/lib/components/snackbar/component/snackbar.component.d.ts +16 -0
  124. package/lib/components/snackbar/directives/index.d.ts +1 -0
  125. package/lib/components/snackbar/directives/snackbar-close/snackbar-close.directive.d.ts +11 -0
  126. package/lib/components/snackbar/index.d.ts +5 -0
  127. package/lib/components/snackbar/interfaces/index.d.ts +1 -0
  128. package/lib/components/snackbar/interfaces/snackbar-animation-meta.d.ts +7 -0
  129. package/lib/components/snackbar/providers/snackbar-content.provider.d.ts +2 -0
  130. package/lib/components/snackbar/service/snackbar.service.d.ts +14 -0
  131. package/lib/components/snackbar/snackbar.module.d.ts +9 -0
  132. package/lib/components/toggle-button/index.d.ts +2 -0
  133. package/lib/components/toggle-button/toggle-button.component.d.ts +15 -0
  134. package/lib/components/toggle-button/toggle-button.module.d.ts +8 -0
  135. package/lib/components/tooltip/component/tooltip.component.d.ts +11 -0
  136. package/lib/components/tooltip/directive/tooltip.directive.d.ts +19 -0
  137. package/lib/components/tooltip/index.d.ts +2 -0
  138. package/lib/components/tooltip/providers/tooltip-content.provider.d.ts +2 -0
  139. package/lib/components/tooltip/tooltip.module.d.ts +9 -0
  140. package/lib/components/typeahead/index.d.ts +2 -0
  141. package/lib/components/typeahead/typeahead.component.d.ts +29 -0
  142. package/lib/components/typeahead/typeahead.module.d.ts +11 -0
  143. package/lib/enums/index.d.ts +1 -0
  144. package/lib/enums/position.enum.d.ts +6 -0
  145. package/lib/interfaces/index.d.ts +1 -0
  146. package/lib/interfaces/page-with-selection.d.ts +5 -0
  147. package/lib/pipes/font-color/font-color.module.d.ts +8 -0
  148. package/lib/pipes/font-color/font-color.pipe.d.ts +7 -0
  149. package/lib/pipes/font-color/index.d.ts +2 -0
  150. package/lib/pipes/in-list/in-list.module.d.ts +8 -0
  151. package/lib/pipes/in-list/in-list.pipe.d.ts +7 -0
  152. package/lib/pipes/index.d.ts +1 -0
  153. package/lib/pipes/month-name/month-name.pipe.d.ts +1 -1
  154. package/lib/services/calendar-month/calendar-month.service.d.ts +0 -1
  155. package/lib/services/scroll-offset/scroll-offset.service.d.ts +9 -0
  156. package/lib/types/page-number.type.d.ts +1 -0
  157. package/package.json +6 -2
@@ -0,0 +1,2 @@
1
+ import { InjectionToken, TemplateRef } from "@angular/core";
2
+ export declare const SNACKBAR_CONTENT: InjectionToken<TemplateRef<any>>;
@@ -0,0 +1,14 @@
1
+ import { Overlay } from '@angular/cdk/overlay';
2
+ import { ComponentFactoryResolver, Injector, TemplateRef } from '@angular/core';
3
+ import { BsSnackbarComponent } from '../component/snackbar.component';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BsSnackbarService {
6
+ private overlay;
7
+ private parentInjector;
8
+ private componentFactoryResolver;
9
+ constructor(overlay: Overlay, parentInjector: Injector, componentFactoryResolver: ComponentFactoryResolver);
10
+ show(template: TemplateRef<any>): BsSnackbarComponent;
11
+ hide(snackbar: BsSnackbarComponent): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsSnackbarService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsSnackbarService>;
14
+ }
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./component/snackbar.component";
3
+ import * as i2 from "./directives/snackbar-close/snackbar-close.directive";
4
+ import * as i3 from "@angular/common";
5
+ export declare class BsSnackbarModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsSnackbarModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsSnackbarModule, [typeof i1.BsSnackbarComponent, typeof i2.BsSnackbarCloseDirective], [typeof i3.CommonModule], [typeof i1.BsSnackbarComponent, typeof i2.BsSnackbarCloseDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsSnackbarModule>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export * from './toggle-button.component';
2
+ export * from './toggle-button.module';
@@ -0,0 +1,15 @@
1
+ import { AfterViewInit, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BsToggleButtonComponent implements AfterViewInit {
4
+ disableAnimations: boolean;
5
+ ngAfterViewInit(): void;
6
+ _isToggled: boolean | null;
7
+ isToggledChange: EventEmitter<boolean | null>;
8
+ get isToggled(): boolean | null;
9
+ set isToggled(value: boolean | null);
10
+ offColor: string;
11
+ onColor: string;
12
+ round: boolean;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsToggleButtonComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsToggleButtonComponent, "bs-toggle-button", never, { "isToggled": "isToggled"; "offColor": "offColor"; "onColor": "onColor"; "round": "round"; }, { "isToggledChange": "isToggledChange"; }, never, never>;
15
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./toggle-button.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class BsToggleButtonModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsToggleButtonModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsToggleButtonModule, [typeof i1.BsToggleButtonComponent], [typeof i2.CommonModule], [typeof i1.BsToggleButtonComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsToggleButtonModule>;
8
+ }
@@ -0,0 +1,11 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import { Position } from '../../../enums/position.enum';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BsTooltipComponent {
5
+ constructor(content: TemplateRef<any>);
6
+ positions: typeof Position;
7
+ position: Position;
8
+ template: TemplateRef<any>;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsTooltipComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsTooltipComponent, "bs-tooltip", never, { "position": "position"; }, {}, never, never>;
11
+ }
@@ -0,0 +1,19 @@
1
+ import { Overlay } from '@angular/cdk/overlay';
2
+ import { ComponentFactoryResolver, ElementRef, Injector, TemplateRef } from '@angular/core';
3
+ import { Position } from '../../../enums/position.enum';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BsTooltipDirective {
6
+ private overlay;
7
+ private templateRef;
8
+ private parentInjector;
9
+ private parent;
10
+ constructor(overlay: Overlay, templateRef: TemplateRef<any>, componentFactoryResolver: ComponentFactoryResolver, parentInjector: Injector, parent: ElementRef);
11
+ bsTooltip: Position;
12
+ private injector;
13
+ private portal;
14
+ private overlayRef;
15
+ showTooltip(): void;
16
+ hideTooltip(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsTooltipDirective, [null, null, null, null, { host: true; skipSelf: true; }]>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsTooltipDirective, "*[bsTooltip]", never, { "bsTooltip": "bsTooltip"; }, {}, never>;
19
+ }
@@ -0,0 +1,2 @@
1
+ export * from './directive/tooltip.directive';
2
+ export * from './tooltip.module';
@@ -0,0 +1,2 @@
1
+ import { InjectionToken, TemplateRef } from "@angular/core";
2
+ export declare const TOOLTIP_CONTENT: InjectionToken<TemplateRef<any>>;
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./directive/tooltip.directive";
3
+ import * as i2 from "./component/tooltip.component";
4
+ import * as i3 from "@angular/common";
5
+ export declare class BsTooltipModule {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsTooltipModule, never>;
7
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsTooltipModule, [typeof i1.BsTooltipDirective, typeof i2.BsTooltipComponent], [typeof i3.CommonModule], [typeof i1.BsTooltipDirective]>;
8
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsTooltipModule>;
9
+ }
@@ -0,0 +1,2 @@
1
+ export * from './typeahead.component';
2
+ export * from './typeahead.module';
@@ -0,0 +1,29 @@
1
+ import { AfterViewInit, ElementRef, EventEmitter } from '@angular/core';
2
+ import { BehaviorSubject, Observable, Subject } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class BsTypeaheadComponent implements AfterViewInit {
5
+ isOpen: boolean;
6
+ suggestions$: BehaviorSubject<any[]>;
7
+ isLoading$: BehaviorSubject<boolean>;
8
+ showNoSuggestions$: Observable<boolean>;
9
+ hostWidth$: BehaviorSubject<number>;
10
+ destroyed$: Subject<unknown>;
11
+ textbox: ElementRef<HTMLInputElement>;
12
+ searchterm: string;
13
+ isLoadingText: string;
14
+ noSuggestionsText: string;
15
+ provideSuggestions: EventEmitter<string>;
16
+ suggestionSelected: EventEmitter<any>;
17
+ searchtermChange: EventEmitter<string>;
18
+ submitted: EventEmitter<string>;
19
+ constructor();
20
+ ngAfterViewInit(): void;
21
+ onProvideSuggestions(value: string): void;
22
+ set suggestions(value: any[]);
23
+ suggestionClicked(suggestion: any): void;
24
+ onSubmit(): void;
25
+ focus(): void;
26
+ onResize(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsTypeaheadComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<BsTypeaheadComponent, "bs-typeahead", never, { "searchterm": "searchterm"; "isLoadingText": "isLoadingText"; "noSuggestionsText": "noSuggestionsText"; "suggestions": "suggestions"; }, { "provideSuggestions": "provideSuggestions"; "suggestionSelected": "suggestionSelected"; "searchtermChange": "searchtermChange"; "submitted": "submitted"; }, never, never>;
29
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./typeahead.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@angular/forms";
5
+ import * as i4 from "../dropdown/dropdown.module";
6
+ import * as i5 from "../progress-bar/progress-bar.module";
7
+ export declare class BsTypeaheadModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsTypeaheadModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsTypeaheadModule, [typeof i1.BsTypeaheadComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.BsDropdownModule, typeof i5.BsProgressBarModule], [typeof i1.BsTypeaheadComponent]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsTypeaheadModule>;
11
+ }
@@ -1 +1,2 @@
1
1
  export * from './color.enum';
2
+ export * from './position.enum';
@@ -0,0 +1,6 @@
1
+ export declare enum Position {
2
+ top = 0,
3
+ left = 1,
4
+ bottom = 2,
5
+ right = 3
6
+ }
@@ -0,0 +1 @@
1
+ export * from './page-with-selection';
@@ -0,0 +1,5 @@
1
+ import { PageNumberType } from "../types/page-number.type";
2
+ export interface PageWithSelection {
3
+ page: PageNumberType;
4
+ selected: boolean;
5
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./font-color.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class BsFontColorPipeModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorPipeModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsFontColorPipeModule, [typeof i1.BsFontColorPipe], [typeof i2.CommonModule], [typeof i1.BsFontColorPipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsFontColorPipeModule>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BsFontColorPipe implements PipeTransform {
4
+ transform(color_hex: any): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsFontColorPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsFontColorPipe, "bsFontColor">;
7
+ }
@@ -0,0 +1,2 @@
1
+ export * from './font-color.pipe';
2
+ export * from './font-color.module';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./in-list.pipe";
3
+ import * as i2 from "@angular/common";
4
+ export declare class BsInListModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsInListModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsInListModule, [typeof i1.BsInListPipe], [typeof i2.CommonModule], [typeof i1.BsInListPipe]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<BsInListModule>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BsInListPipe implements PipeTransform {
4
+ transform(items: any[], parameter: number): boolean;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsInListPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<BsInListPipe, "inList">;
7
+ }
@@ -0,0 +1 @@
1
+ export * from './font-color';
@@ -1,7 +1,7 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class MonthNamePipe implements PipeTransform {
4
- transform(date: Date, ...args: any[]): string;
4
+ transform(date: Date | null, ...args: any[]): string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<MonthNamePipe, never>;
6
6
  static ɵpipe: i0.ɵɵPipeDeclaration<MonthNamePipe, "monthName">;
7
7
  }
@@ -2,7 +2,6 @@ import { FirstAndLastDate } from '../../interfaces/first-and-last-date';
2
2
  import { Week } from '../../interfaces/week';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class BsCalendarMonthService {
5
- constructor();
6
5
  getWeeks(month: Date): Week[];
7
6
  generateList(count: number): number[];
8
7
  dayOfWeekMondayBased(date: Date): number;
@@ -0,0 +1,9 @@
1
+ import { ExtraOptions } from '@angular/router';
2
+ import * as i0 from "@angular/core";
3
+ export declare class BsScrollOffsetService {
4
+ private routerConfig;
5
+ constructor(routerConfig: ExtraOptions);
6
+ getScrollOffset(): [number, number];
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsScrollOffsetService, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<BsScrollOffsetService>;
9
+ }
@@ -0,0 +1 @@
1
+ export declare type PageNumberType = number | '...';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "13.1.5",
4
+ "version": "13.1.10",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap"
@@ -9,14 +9,18 @@
9
9
  "peerDependencies": {
10
10
  "@angular/common": "^13.0.0",
11
11
  "@angular/core": "^13.0.0",
12
+ "@angular/cdk": "^13.0.0",
12
13
  "bootstrap": "^5.1.3",
13
14
  "bootstrap-icons": "^1.7.2",
14
15
  "@mintplayer/ng-click-outside": "^13.0.0",
15
16
  "@mintplayer/ng-animations": "^13.0.0",
17
+ "@mintplayer/ng-pagination": "^13.1.0",
16
18
  "@angular/animations": "13.1.1",
17
19
  "@angular/platform-browser": "13.1.1",
18
20
  "rxjs": "~7.4.0",
19
- "@angular/router": "13.1.1"
21
+ "@mintplayer/ng-focus-on-load": "^13.1.0",
22
+ "@angular/router": "13.1.1",
23
+ "@angular/forms": "13.1.1"
20
24
  },
21
25
  "dependencies": {
22
26
  "tslib": "^2.3.0"