@mintplayer/ng-bootstrap 15.6.2 → 15.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.
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BsFormGroupDirective {
3
+ formGroupClass: boolean;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsFormGroupDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsFormGroupDirective, "[bsFormGroup]", never, {}, {}, never, never, false, never>;
6
+ }
@@ -1,9 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./form/form.component";
3
3
  import * as i2 from "./form-control/form-control.directive";
4
- import * as i3 from "@angular/common";
4
+ import * as i3 from "./form-group/form-group.directive";
5
+ import * as i4 from "@angular/common";
5
6
  export declare class BsFormModule {
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<BsFormModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsFormModule, [typeof i1.BsFormComponent, typeof i2.BsFormControlDirective], [typeof i3.CommonModule], [typeof i1.BsFormComponent, typeof i2.BsFormControlDirective]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsFormModule, [typeof i1.BsFormComponent, typeof i2.BsFormControlDirective, typeof i3.BsFormGroupDirective], [typeof i4.CommonModule], [typeof i1.BsFormComponent, typeof i2.BsFormControlDirective, typeof i3.BsFormGroupDirective]>;
8
9
  static ɵinj: i0.ɵɵInjectorDeclaration<BsFormModule>;
9
10
  }
@@ -1,3 +1,4 @@
1
1
  export * from './form.module';
2
2
  export * from './form/form.component';
3
+ export * from './form-group/form-group.directive';
3
4
  export * from './form-control/form-control.directive';
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class BsColFormLabelDirective {
3
+ colFormLabelClass: boolean;
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<BsColFormLabelDirective, never>;
5
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BsColFormLabelDirective, "[bsColFormLabel]", never, {}, {}, never, never, false, never>;
6
+ }
@@ -1,2 +1,3 @@
1
1
  export * from './row/row.directive';
2
2
  export * from './column/column.directive';
3
+ export * from './col-form-label/col-form-label.directive';
@@ -2,9 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./component/grid.component";
3
3
  import * as i2 from "./directives/row/row.directive";
4
4
  import * as i3 from "./directives/column/column.directive";
5
- import * as i4 from "@angular/common";
5
+ import * as i4 from "./directives/col-form-label/col-form-label.directive";
6
+ import * as i5 from "@angular/common";
6
7
  export declare class BsGridModule {
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<BsGridModule, never>;
8
- static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective], [typeof i4.CommonModule], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective]>;
9
10
  static ɵinj: i0.ɵɵInjectorDeclaration<BsGridModule>;
10
11
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mintplayer/ng-bootstrap",
3
3
  "private": false,
4
- "version": "15.6.2",
4
+ "version": "15.8.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",