@mintplayer/ng-bootstrap 16.6.0 → 16.7.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/color-picker/color-picker.module.d.ts +15 -0
- package/color-picker/components/alpha-strip/alpha-strip.component.d.ts +23 -0
- package/color-picker/components/color-picker/color-picker.component.d.ts +24 -0
- package/color-picker/components/color-wheel/color-wheel.component.d.ts +53 -0
- package/color-picker/components/index.d.ts +5 -0
- package/color-picker/components/luminosity-strip/luminosity-strip.component.d.ts +20 -0
- package/color-picker/components/slider/slider.component.d.ts +35 -0
- package/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.d.ts +28 -0
- package/color-picker/directives/index.d.ts +1 -0
- package/color-picker/index.d.ts +5 -0
- package/color-picker/interfaces/hs.d.ts +4 -0
- package/color-picker/interfaces/hsl-color.d.ts +5 -0
- package/color-picker/interfaces/index.d.ts +3 -0
- package/color-picker/interfaces/rgb-color.d.ts +5 -0
- package/color-picker/types/html-color.d.ts +1 -0
- package/color-picker/types/index.d.ts +1 -0
- package/container/index.d.ts +1 -0
- package/container/src/container/container.component.d.ts +5 -0
- package/container/src/container.module.d.ts +8 -0
- package/container/src/index.d.ts +2 -0
- package/esm2022/color-picker/color-picker.module.mjs +65 -0
- package/esm2022/color-picker/components/alpha-strip/alpha-strip.component.mjs +80 -0
- package/esm2022/color-picker/components/color-picker/color-picker.component.mjs +60 -0
- package/esm2022/color-picker/components/color-wheel/color-wheel.component.mjs +321 -0
- package/esm2022/color-picker/components/index.mjs +6 -0
- package/esm2022/color-picker/components/luminosity-strip/luminosity-strip.component.mjs +72 -0
- package/esm2022/color-picker/components/slider/slider.component.mjs +125 -0
- package/esm2022/color-picker/directives/color-picker-value-accessor/color-picker-value-accessor.directive.mjs +130 -0
- package/esm2022/color-picker/directives/index.mjs +2 -0
- package/esm2022/color-picker/index.mjs +6 -0
- package/esm2022/color-picker/interfaces/hs.mjs +2 -0
- package/esm2022/color-picker/interfaces/hsl-color.mjs +2 -0
- package/esm2022/color-picker/interfaces/index.mjs +4 -0
- package/esm2022/color-picker/interfaces/rgb-color.mjs +2 -0
- package/esm2022/color-picker/mintplayer-ng-bootstrap-color-picker.mjs +5 -0
- package/esm2022/color-picker/types/html-color.mjs +2 -0
- package/esm2022/color-picker/types/index.mjs +2 -0
- package/esm2022/container/index.mjs +2 -0
- package/esm2022/container/mintplayer-ng-bootstrap-container.mjs +5 -0
- package/esm2022/container/src/container/container.component.mjs +11 -0
- package/esm2022/container/src/container.module.mjs +18 -0
- package/esm2022/container/src/index.mjs +3 -0
- package/esm2022/grid/src/component/grid.component.mjs +5 -4
- package/esm2022/grid/src/grid.module.mjs +5 -4
- package/esm2022/navbar/src/navbar/navbar.component.mjs +6 -5
- package/esm2022/navbar/src/navbar.module.mjs +6 -2
- package/esm2022/sticky-footer/index.mjs +2 -0
- package/esm2022/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.mjs +5 -0
- package/esm2022/sticky-footer/src/index.mjs +4 -0
- package/esm2022/sticky-footer/src/sticky-footer/sticky-footer.component.mjs +29 -0
- package/esm2022/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.mjs +16 -0
- package/esm2022/sticky-footer/src/sticky-footer.module.mjs +19 -0
- package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs +819 -0
- package/fesm2022/mintplayer-ng-bootstrap-color-picker.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-container.mjs +33 -0
- package/fesm2022/mintplayer-ng-bootstrap-container.mjs.map +1 -0
- package/fesm2022/mintplayer-ng-bootstrap-grid.mjs +8 -6
- package/fesm2022/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs +12 -7
- package/fesm2022/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
- package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs +63 -0
- package/fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs.map +1 -0
- package/grid/src/grid.module.d.ts +2 -1
- package/navbar/src/navbar.module.d.ts +6 -5
- package/package.json +19 -1
- package/sticky-footer/index.d.ts +1 -0
- package/sticky-footer/src/index.d.ts +3 -0
- package/sticky-footer/src/sticky-footer/sticky-footer.component.d.ts +14 -0
- package/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.d.ts +6 -0
- package/sticky-footer/src/sticky-footer.module.d.ts +9 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { Directive, HostBinding, Component, ViewChild, NgModule } from '@angular/core';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
|
|
5
|
+
class BsStickyFooterParentDirective {
|
|
6
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterParentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
7
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.2", type: BsStickyFooterParentDirective, selector: "[bsStickyFooterParent]", host: { properties: { "style.margin-bottom.px": "this.marginBottom" } }, ngImport: i0 }); }
|
|
8
|
+
}
|
|
9
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterParentDirective, decorators: [{
|
|
10
|
+
type: Directive,
|
|
11
|
+
args: [{
|
|
12
|
+
selector: '[bsStickyFooterParent]',
|
|
13
|
+
}]
|
|
14
|
+
}], propDecorators: { marginBottom: [{
|
|
15
|
+
type: HostBinding,
|
|
16
|
+
args: ['style.margin-bottom.px']
|
|
17
|
+
}] } });
|
|
18
|
+
|
|
19
|
+
class BsStickyFooterComponent {
|
|
20
|
+
constructor(parent, element) {
|
|
21
|
+
this.parent = parent;
|
|
22
|
+
this.element = element;
|
|
23
|
+
this.resizeObserver = new ResizeObserver((entries) => {
|
|
24
|
+
this.parent.marginBottom = entries[0].contentRect.height;
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
ngAfterViewInit() {
|
|
28
|
+
this.resizeObserver.observe(this.footer.nativeElement);
|
|
29
|
+
}
|
|
30
|
+
ngOnDestroy() {
|
|
31
|
+
this.resizeObserver.unobserve(this.footer.nativeElement);
|
|
32
|
+
}
|
|
33
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterComponent, deps: [{ token: BsStickyFooterParentDirective }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.2", type: BsStickyFooterComponent, selector: "bs-sticky-footer", viewQueries: [{ propertyName: "footer", first: true, predicate: ["foot"], descendants: true }], ngImport: i0, template: "<footer #foot class=\"footer position-absolute\">\n <ng-content></ng-content>\n</footer>", styles: [".footer{bottom:0;left:0;right:0}::ng-deep html{position:relative;min-height:100%}\n"] }); }
|
|
35
|
+
}
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterComponent, decorators: [{
|
|
37
|
+
type: Component,
|
|
38
|
+
args: [{ selector: 'bs-sticky-footer', template: "<footer #foot class=\"footer position-absolute\">\n <ng-content></ng-content>\n</footer>", styles: [".footer{bottom:0;left:0;right:0}::ng-deep html{position:relative;min-height:100%}\n"] }]
|
|
39
|
+
}], ctorParameters: function () { return [{ type: BsStickyFooterParentDirective }, { type: i0.ElementRef }]; }, propDecorators: { footer: [{
|
|
40
|
+
type: ViewChild,
|
|
41
|
+
args: ['foot']
|
|
42
|
+
}] } });
|
|
43
|
+
|
|
44
|
+
class BsStickyFooterModule {
|
|
45
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
46
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterModule, declarations: [BsStickyFooterComponent, BsStickyFooterParentDirective], imports: [CommonModule], exports: [BsStickyFooterComponent, BsStickyFooterParentDirective] }); }
|
|
47
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterModule, imports: [CommonModule] }); }
|
|
48
|
+
}
|
|
49
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.2", ngImport: i0, type: BsStickyFooterModule, decorators: [{
|
|
50
|
+
type: NgModule,
|
|
51
|
+
args: [{
|
|
52
|
+
declarations: [BsStickyFooterComponent, BsStickyFooterParentDirective],
|
|
53
|
+
imports: [CommonModule],
|
|
54
|
+
exports: [BsStickyFooterComponent, BsStickyFooterParentDirective],
|
|
55
|
+
}]
|
|
56
|
+
}] });
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Generated bundle index. Do not edit.
|
|
60
|
+
*/
|
|
61
|
+
|
|
62
|
+
export { BsStickyFooterComponent, BsStickyFooterModule, BsStickyFooterParentDirective };
|
|
63
|
+
//# sourceMappingURL=mintplayer-ng-bootstrap-sticky-footer.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mintplayer-ng-bootstrap-sticky-footer.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/sticky-footer/src/sticky-footer-parent/sticky-footer-parent.directive.ts","../../../../libs/mintplayer-ng-bootstrap/sticky-footer/src/sticky-footer/sticky-footer.component.ts","../../../../libs/mintplayer-ng-bootstrap/sticky-footer/src/sticky-footer/sticky-footer.component.html","../../../../libs/mintplayer-ng-bootstrap/sticky-footer/src/sticky-footer.module.ts","../../../../libs/mintplayer-ng-bootstrap/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.ts"],"sourcesContent":["import { Directive, HostBinding } from '@angular/core';\n\n@Directive({\n selector: '[bsStickyFooterParent]',\n})\nexport class BsStickyFooterParentDirective {\n @HostBinding('style.margin-bottom.px') marginBottom?: number;\n}\n","import { Component, AfterViewInit, ElementRef, ViewChild, OnDestroy } from '@angular/core';\nimport { BsStickyFooterParentDirective } from '../sticky-footer-parent/sticky-footer-parent.directive';\n\n@Component({\n selector: 'bs-sticky-footer',\n templateUrl: './sticky-footer.component.html',\n styleUrls: ['./sticky-footer.component.scss'],\n})\nexport class BsStickyFooterComponent implements AfterViewInit, OnDestroy {\n constructor(private parent: BsStickyFooterParentDirective, private element: ElementRef) {\n this.resizeObserver = new ResizeObserver((entries) => {\n this.parent.marginBottom = entries[0].contentRect.height;\n });\n }\n\n resizeObserver: ResizeObserver;\n @ViewChild('foot') footer!: ElementRef<HTMLElement>;\n\n ngAfterViewInit() {\n this.resizeObserver.observe(this.footer.nativeElement);\n }\n\n ngOnDestroy() {\n this.resizeObserver.unobserve(this.footer.nativeElement);\n }\n}\n","<footer #foot class=\"footer position-absolute\">\n <ng-content></ng-content>\n</footer>","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsStickyFooterComponent } from './sticky-footer/sticky-footer.component';\nimport { BsStickyFooterParentDirective } from './sticky-footer-parent/sticky-footer-parent.directive';\n\n@NgModule({\n declarations: [BsStickyFooterComponent, BsStickyFooterParentDirective],\n imports: [CommonModule],\n exports: [BsStickyFooterComponent, BsStickyFooterParentDirective],\n})\nexport class BsStickyFooterModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.BsStickyFooterParentDirective"],"mappings":"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"}
|
|
@@ -4,8 +4,9 @@ import * as i2 from "./directives/row/row.directive";
|
|
|
4
4
|
import * as i3 from "./directives/column/column.directive";
|
|
5
5
|
import * as i4 from "./directives/col-form-label/col-form-label.directive";
|
|
6
6
|
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@mintplayer/ng-bootstrap/container";
|
|
7
8
|
export declare class BsGridModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsGridModule, never>;
|
|
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]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsGridModule, [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective], [typeof i5.CommonModule, typeof i6.BsContainerModule], [typeof i1.BsGridComponent, typeof i2.BsGridRowDirective, typeof i3.BsGridColumnDirective, typeof i4.BsColFormLabelDirective]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsGridModule>;
|
|
11
12
|
}
|
|
@@ -11,12 +11,13 @@ import * as i9 from "./expand-button/expand-button.directive";
|
|
|
11
11
|
import * as i10 from "./navbar-toggler/navbar-toggler.component";
|
|
12
12
|
import * as i11 from "@angular/common";
|
|
13
13
|
import * as i12 from "@mintplayer/ng-click-outside";
|
|
14
|
-
import * as i13 from "@mintplayer/ng-bootstrap/
|
|
15
|
-
import * as i14 from "@mintplayer/ng-bootstrap/
|
|
16
|
-
import * as i15 from "@mintplayer/ng-bootstrap/
|
|
17
|
-
import * as i16 from "@mintplayer/ng-bootstrap/
|
|
14
|
+
import * as i13 from "@mintplayer/ng-bootstrap/container";
|
|
15
|
+
import * as i14 from "@mintplayer/ng-bootstrap/user-agent";
|
|
16
|
+
import * as i15 from "@mintplayer/ng-bootstrap/no-noscript";
|
|
17
|
+
import * as i16 from "@mintplayer/ng-bootstrap/has-overlay";
|
|
18
|
+
import * as i17 from "@mintplayer/ng-bootstrap/dropdown-divider";
|
|
18
19
|
export declare class BsNavbarModule {
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<BsNavbarModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarModule, [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective, typeof i10.BsNavbarTogglerComponent], [typeof i11.CommonModule, typeof i12.ClickOutsideModule, typeof i13.
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsNavbarModule, [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective, typeof i10.BsNavbarTogglerComponent], [typeof i11.CommonModule, typeof i12.ClickOutsideModule, typeof i13.BsContainerModule, typeof i14.BsUserAgentModule, typeof i15.BsNoNoscriptModule, typeof i16.BsHasOverlayModule, typeof i17.BsDropdownDividerModule], [typeof i1.BsNavbarComponent, typeof i2.BsNavbarNavComponent, typeof i3.BsNavbarDropdownComponent, typeof i4.BsNavbarItemComponent, typeof i5.DropdownToggleDirective, typeof i6.NavLinkDirective, typeof i7.BsNavbarContentDirective, typeof i8.BsNavbarBrandComponent, typeof i9.BsExpandButtonDirective, typeof i10.BsNavbarTogglerComponent, typeof i17.BsDropdownDividerDirective]>;
|
|
21
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<BsNavbarModule>;
|
|
22
23
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintplayer/ng-bootstrap",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.7.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
|
|
@@ -96,6 +96,18 @@
|
|
|
96
96
|
"esm": "./esm2022/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs",
|
|
97
97
|
"default": "./fesm2022/mintplayer-ng-bootstrap-code-snippet.mjs"
|
|
98
98
|
},
|
|
99
|
+
"./color-picker": {
|
|
100
|
+
"types": "./color-picker/index.d.ts",
|
|
101
|
+
"esm2022": "./esm2022/color-picker/mintplayer-ng-bootstrap-color-picker.mjs",
|
|
102
|
+
"esm": "./esm2022/color-picker/mintplayer-ng-bootstrap-color-picker.mjs",
|
|
103
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-color-picker.mjs"
|
|
104
|
+
},
|
|
105
|
+
"./container": {
|
|
106
|
+
"types": "./container/index.d.ts",
|
|
107
|
+
"esm2022": "./esm2022/container/mintplayer-ng-bootstrap-container.mjs",
|
|
108
|
+
"esm": "./esm2022/container/mintplayer-ng-bootstrap-container.mjs",
|
|
109
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-container.mjs"
|
|
110
|
+
},
|
|
99
111
|
"./context-menu": {
|
|
100
112
|
"types": "./context-menu/index.d.ts",
|
|
101
113
|
"esm2022": "./esm2022/context-menu/mintplayer-ng-bootstrap-context-menu.mjs",
|
|
@@ -360,6 +372,12 @@
|
|
|
360
372
|
"esm": "./esm2022/splitter/mintplayer-ng-bootstrap-splitter.mjs",
|
|
361
373
|
"default": "./fesm2022/mintplayer-ng-bootstrap-splitter.mjs"
|
|
362
374
|
},
|
|
375
|
+
"./sticky-footer": {
|
|
376
|
+
"types": "./sticky-footer/index.d.ts",
|
|
377
|
+
"esm2022": "./esm2022/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.mjs",
|
|
378
|
+
"esm": "./esm2022/sticky-footer/mintplayer-ng-bootstrap-sticky-footer.mjs",
|
|
379
|
+
"default": "./fesm2022/mintplayer-ng-bootstrap-sticky-footer.mjs"
|
|
380
|
+
},
|
|
363
381
|
"./tab-control": {
|
|
364
382
|
"types": "./tab-control/index.d.ts",
|
|
365
383
|
"esm2022": "./esm2022/tab-control/mintplayer-ng-bootstrap-tab-control.mjs",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { BsStickyFooterParentDirective } from '../sticky-footer-parent/sticky-footer-parent.directive';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BsStickyFooterComponent implements AfterViewInit, OnDestroy {
|
|
5
|
+
private parent;
|
|
6
|
+
private element;
|
|
7
|
+
constructor(parent: BsStickyFooterParentDirective, element: ElementRef);
|
|
8
|
+
resizeObserver: ResizeObserver;
|
|
9
|
+
footer: ElementRef<HTMLElement>;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsStickyFooterComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BsStickyFooterComponent, "bs-sticky-footer", never, {}, {}, never, ["*"], false, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class BsStickyFooterParentDirective {
|
|
3
|
+
marginBottom?: number;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsStickyFooterParentDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BsStickyFooterParentDirective, "[bsStickyFooterParent]", never, {}, {}, never, never, false, never>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sticky-footer/sticky-footer.component";
|
|
3
|
+
import * as i2 from "./sticky-footer-parent/sticky-footer-parent.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class BsStickyFooterModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BsStickyFooterModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BsStickyFooterModule, [typeof i1.BsStickyFooterComponent, typeof i2.BsStickyFooterParentDirective], [typeof i3.CommonModule], [typeof i1.BsStickyFooterComponent, typeof i2.BsStickyFooterParentDirective]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<BsStickyFooterModule>;
|
|
9
|
+
}
|