@mintplayer/ng-bootstrap 14.10.0 → 14.10.1
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/esm2020/lib/components/navbar/navbar-brand/navbar-brand.component.mjs +3 -5
- package/esm2020/lib/components/navbar/navbar.module.mjs +1 -5
- package/fesm2015/mintplayer-ng-bootstrap.mjs +3 -7
- package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap.mjs +3 -7
- package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/lib/components/navbar/navbar.module.d.ts +2 -3
- package/package.json +1 -1
|
@@ -14,10 +14,9 @@ import '@mintplayer/ng-pagination';
|
|
|
14
14
|
import * as i1$2 from '@mintplayer/ng-click-outside';
|
|
15
15
|
import { ClickOutsideDirective, ClickOutsideModule } from '@mintplayer/ng-click-outside';
|
|
16
16
|
import { FocusOnLoadModule } from '@mintplayer/ng-focus-on-load';
|
|
17
|
-
import * as i1$3 from '@angular/router';
|
|
18
|
-
import { RouterModule, ROUTER_CONFIGURATION } from '@angular/router';
|
|
19
17
|
import * as i2 from '@angular/forms';
|
|
20
18
|
import { NG_VALUE_ACCESSOR, FormsModule } from '@angular/forms';
|
|
19
|
+
import { ROUTER_CONFIGURATION } from '@angular/router';
|
|
21
20
|
|
|
22
21
|
class BsAccordionTabComponent {
|
|
23
22
|
constructor(accordion) {
|
|
@@ -3963,10 +3962,10 @@ class BsNavbarBrandComponent {
|
|
|
3963
3962
|
}
|
|
3964
3963
|
}
|
|
3965
3964
|
BsNavbarBrandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsNavbarBrandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3966
|
-
BsNavbarBrandComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsNavbarBrandComponent, selector: "bs-navbar-brand", inputs: { routerLink: "routerLink" }, host: { properties: { "class.mx-auto": "this.mxAuto" } }, ngImport: i0, template: "<
|
|
3965
|
+
BsNavbarBrandComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: BsNavbarBrandComponent, selector: "bs-navbar-brand", inputs: { routerLink: "routerLink" }, host: { properties: { "class.mx-auto": "this.mxAuto" } }, ngImport: i0, template: "<span class=\"navbar-brand mx-auto mx-md-unset\">\n <ng-content></ng-content>\n</span>", styles: [""] });
|
|
3967
3966
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsNavbarBrandComponent, decorators: [{
|
|
3968
3967
|
type: Component,
|
|
3969
|
-
args: [{ selector: 'bs-navbar-brand', template: "<
|
|
3968
|
+
args: [{ selector: 'bs-navbar-brand', template: "<span class=\"navbar-brand mx-auto mx-md-unset\">\n <ng-content></ng-content>\n</span>" }]
|
|
3970
3969
|
}], propDecorators: { routerLink: [{
|
|
3971
3970
|
type: Input
|
|
3972
3971
|
}], mxAuto: [{
|
|
@@ -4045,7 +4044,6 @@ BsNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
4045
4044
|
BsNavbarBrandComponent,
|
|
4046
4045
|
BsExpandButtonDirective,
|
|
4047
4046
|
BsNavbarTogglerComponent], imports: [CommonModule,
|
|
4048
|
-
RouterModule,
|
|
4049
4047
|
ClickOutsideModule], exports: [BsNavbarComponent,
|
|
4050
4048
|
BsNavbarNavComponent,
|
|
4051
4049
|
BsNavbarDropdownComponent,
|
|
@@ -4057,7 +4055,6 @@ BsNavbarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
4057
4055
|
BsExpandButtonDirective,
|
|
4058
4056
|
BsNavbarTogglerComponent] });
|
|
4059
4057
|
BsNavbarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsNavbarModule, imports: [CommonModule,
|
|
4060
|
-
RouterModule,
|
|
4061
4058
|
ClickOutsideModule] });
|
|
4062
4059
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: BsNavbarModule, decorators: [{
|
|
4063
4060
|
type: NgModule,
|
|
@@ -4076,7 +4073,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImpor
|
|
|
4076
4073
|
],
|
|
4077
4074
|
imports: [
|
|
4078
4075
|
CommonModule,
|
|
4079
|
-
RouterModule,
|
|
4080
4076
|
ClickOutsideModule
|
|
4081
4077
|
],
|
|
4082
4078
|
exports: [
|