@mintplayer/ng-bootstrap 13.3.7 → 13.3.8
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/offcanvas/components/offcanvas/offcanvas.component.mjs +8 -13
- package/fesm2015/mintplayer-ng-bootstrap.mjs +7 -12
- package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/fesm2020/mintplayer-ng-bootstrap.mjs +7 -12
- package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
- package/lib/components/offcanvas/components/offcanvas/offcanvas.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -7,6 +7,8 @@ export class BsOffcanvasComponent {
|
|
|
7
7
|
constructor(content) {
|
|
8
8
|
this.size = null;
|
|
9
9
|
this.displayBlock = true;
|
|
10
|
+
this.positionAbsolute = true;
|
|
11
|
+
this.width100 = true;
|
|
10
12
|
this.instance = null;
|
|
11
13
|
this.show$ = new BehaviorSubject(false);
|
|
12
14
|
this.position$ = new BehaviorSubject('bottom');
|
|
@@ -24,16 +26,6 @@ export class BsOffcanvasComponent {
|
|
|
24
26
|
}
|
|
25
27
|
}));
|
|
26
28
|
}
|
|
27
|
-
get width100() {
|
|
28
|
-
switch (this.position) {
|
|
29
|
-
case 'top':
|
|
30
|
-
case 'bottom':
|
|
31
|
-
return true;
|
|
32
|
-
default:
|
|
33
|
-
return false;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
;
|
|
37
29
|
//#region Position
|
|
38
30
|
set position(value) {
|
|
39
31
|
this.position$.next(value);
|
|
@@ -43,10 +35,10 @@ export class BsOffcanvasComponent {
|
|
|
43
35
|
}
|
|
44
36
|
}
|
|
45
37
|
BsOffcanvasComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: BsOffcanvasComponent, deps: [{ token: OFFCANVAS_CONTENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
46
|
-
BsOffcanvasComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: BsOffcanvasComponent, selector: "bs-offcanvas", inputs: { size: "size" }, host: { properties: { "class.d-block": "this.displayBlock", "class.w-100": "this.width100" } }, ngImport: i0, template: "<div class=\"offcanvas\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas{
|
|
38
|
+
BsOffcanvasComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: BsOffcanvasComponent, selector: "bs-offcanvas", inputs: { size: "size" }, host: { properties: { "class.d-block": "this.displayBlock", "class.position-absolute": "this.positionAbsolute", "class.w-100": "this.width100" } }, ngImport: i0, template: "<div class=\"offcanvas overflow-hidden\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\"\n [class.oc-max-width]=\"['start', 'end'].includes(position)\"\n [class.oc-max-height]=\"['top', 'bottom'].includes(position)\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas.oc-max-width{max-width:calc(100% - 40px)}.offcanvas.oc-max-height{max-height:calc(100% - 40px)}.offcanvas{visibility:unset}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:auto}.offcanvas.offcanvas-top{position:initial}\n"], directives: [{ type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "async": i1.AsyncPipe } });
|
|
47
39
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: BsOffcanvasComponent, decorators: [{
|
|
48
40
|
type: Component,
|
|
49
|
-
args: [{ selector: 'bs-offcanvas', template: "<div class=\"offcanvas\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas{
|
|
41
|
+
args: [{ selector: 'bs-offcanvas', template: "<div class=\"offcanvas overflow-hidden\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\"\n [class.oc-max-width]=\"['start', 'end'].includes(position)\"\n [class.oc-max-height]=\"['top', 'bottom'].includes(position)\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas.oc-max-width{max-width:calc(100% - 40px)}.offcanvas.oc-max-height{max-height:calc(100% - 40px)}.offcanvas{visibility:unset}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:auto}.offcanvas.offcanvas-top{position:initial}\n"] }]
|
|
50
42
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
51
43
|
type: Inject,
|
|
52
44
|
args: [OFFCANVAS_CONTENT]
|
|
@@ -55,8 +47,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
55
47
|
}], displayBlock: [{
|
|
56
48
|
type: HostBinding,
|
|
57
49
|
args: ['class.d-block']
|
|
50
|
+
}], positionAbsolute: [{
|
|
51
|
+
type: HostBinding,
|
|
52
|
+
args: ['class.position-absolute']
|
|
58
53
|
}], width100: [{
|
|
59
54
|
type: HostBinding,
|
|
60
55
|
args: ['class.w-100']
|
|
61
56
|
}] } });
|
|
62
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib2ZmY2FudmFzLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3JjL2xpYi9jb21wb25lbnRzL29mZmNhbnZhcy9jb21wb25lbnRzL29mZmNhbnZhcy9vZmZjYW52YXMuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcmMvbGliL2NvbXBvbmVudHMvb2ZmY2FudmFzL2NvbXBvbmVudHMvb2ZmY2FudmFzL29mZmNhbnZhcy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNuRixPQUFPLEVBQUUsZUFBZSxFQUFFLEdBQUcsRUFBYyxNQUFNLE1BQU0sQ0FBQztBQUd4RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSw0Q0FBNEMsQ0FBQzs7O0FBTy9FLE1BQU0sT0FBTyxvQkFBb0I7SUFFL0IsWUFBdUMsT0FBeUI7UUFnQmhELFNBQUksR0FBa0IsSUFBSSxDQUFDO1FBQ2IsaUJBQVksR0FBRyxJQUFJLENBQUM7UUFDVixxQkFBZ0IsR0FBRyxJQUFJLENBQUM7UUFDcEMsYUFBUSxHQUFHLElBQUksQ0FBQztRQUdwQyxhQUFRLEdBQWtDLElBQUksQ0FBQztRQUV2RCxVQUFLLEdBQUcsSUFBSSxlQUFlLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDNUMsY0FBUyxHQUFHLElBQUksZUFBZSxDQUFvQixRQUFRLENBQUMsQ0FBQztRQXhCM0QsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUM7UUFDdkIsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsU0FBUzthQUNsQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsR0FBRyxFQUFFLEVBQUUsQ0FBQyxhQUFhLEdBQUcsRUFBRSxDQUFDLENBQUMsQ0FBQztRQUMxQyxJQUFJLENBQUMsbUJBQW1CLEdBQUcsSUFBSSxDQUFDLFNBQVM7YUFDdEMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLEdBQUcsRUFBRSxFQUFFO1lBQ2hCLFFBQVEsSUFBSSxDQUFDLFFBQVEsRUFBRTtnQkFDckIsS0FBSyxLQUFLLENBQUM7Z0JBQ1gsS0FBSyxRQUFRO29CQUNYLE9BQU8sS0FBSyxDQUFDO2dCQUNmO29CQUNFLE9BQU8sSUFBSSxDQUFDO2FBQ2Y7UUFDSCxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQ1IsQ0FBQztJQWVELGtCQUFrQjtJQUNsQixJQUFXLFFBQVEsQ0FBQyxLQUF3QjtRQUMxQyxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztJQUM3QixDQUFDO0lBQ0QsSUFBVyxRQUFRO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUM7SUFDOUIsQ0FBQzs7aUhBckNVLG9CQUFvQixrQkFFWCxpQkFBaUI7cUdBRjFCLG9CQUFvQixrT0NYakMseWJBT007MkZESU8sb0JBQW9CO2tCQUxoQyxTQUFTOytCQUNFLGNBQWM7OzBCQU1YLE1BQU07MkJBQUMsaUJBQWlCOzRDQWdCckIsSUFBSTtzQkFBbkIsS0FBSztnQkFDd0IsWUFBWTtzQkFBekMsV0FBVzt1QkFBQyxlQUFlO2dCQUNZLGdCQUFnQjtzQkFBdkQsV0FBVzt1QkFBQyx5QkFBeUI7Z0JBQ1YsUUFBUTtzQkFBbkMsV0FBVzt1QkFBQyxhQUFhIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBIb3N0QmluZGluZywgSW5qZWN0LCBJbnB1dCwgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJlaGF2aW9yU3ViamVjdCwgbWFwLCBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBPZmZjYW52YXNQb3NpdGlvbiB9IGZyb20gJy4uLy4uL3R5cGVzL3Bvc2l0aW9uJztcbmltcG9ydCB7IE9mZmNhbnZhc0FuaW1hdGlvbk1ldGEgfSBmcm9tICcuLi8uLi9pbnRlcmZhY2VzJztcbmltcG9ydCB7IE9GRkNBTlZBU19DT05URU5UIH0gZnJvbSAnLi4vLi4vcHJvdmlkZXJzL29mZmNhbnZhcy1jb250ZW50LnByb3ZpZGVyJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtb2ZmY2FudmFzJyxcbiAgdGVtcGxhdGVVcmw6ICcuL29mZmNhbnZhcy5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL29mZmNhbnZhcy5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBCc09mZmNhbnZhc0NvbXBvbmVudCB7XG5cbiAgY29uc3RydWN0b3IoQEluamVjdChPRkZDQU5WQVNfQ09OVEVOVCkgY29udGVudDogVGVtcGxhdGVSZWY8YW55Pikge1xuICAgIHRoaXMuY29udGVudCA9IGNvbnRlbnQ7XG4gICAgdGhpcy5vZmZjYW52YXNDbGFzcyQgPSB0aGlzLnBvc2l0aW9uJFxuICAgICAgLnBpcGUobWFwKChwb3MpID0+IGBvZmZjYW52YXMtJHtwb3N9YCkpO1xuICAgIHRoaXMub2ZmY2FudmFzSGVpZ2h0MTAwJCA9IHRoaXMucG9zaXRpb24kXG4gICAgICAucGlwZShtYXAoKHBvcykgPT4ge1xuICAgICAgICBzd2l0Y2ggKHRoaXMucG9zaXRpb24pIHtcbiAgICAgICAgICBjYXNlICd0b3AnOlxuICAgICAgICAgIGNhc2UgJ2JvdHRvbSc6XG4gICAgICAgICAgICByZXR1cm4gZmFsc2U7XG4gICAgICAgICAgZGVmYXVsdDpcbiAgICAgICAgICAgIHJldHVybiB0cnVlO1xuICAgICAgICB9XG4gICAgICB9KSk7XG4gIH1cblxuICBASW5wdXQoKSBwdWJsaWMgc2l6ZTogbnVtYmVyIHwgbnVsbCA9IG51bGw7XG4gIEBIb3N0QmluZGluZygnY2xhc3MuZC1ibG9jaycpIGRpc3BsYXlCbG9jayA9IHRydWU7XG4gIEBIb3N0QmluZGluZygnY2xhc3MucG9zaXRpb24tYWJzb2x1dGUnKSBwb3NpdGlvbkFic29sdXRlID0gdHJ1ZTtcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcy53LTEwMCcpIHdpZHRoMTAwID0gdHJ1ZTtcblxuICBjb250ZW50OiBUZW1wbGF0ZVJlZjxhbnk+O1xuICBwcml2YXRlIGluc3RhbmNlOiBPZmZjYW52YXNBbmltYXRpb25NZXRhIHwgbnVsbCA9IG51bGw7XG4gIFxuICBzaG93JCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8Ym9vbGVhbj4oZmFsc2UpO1xuICBwb3NpdGlvbiQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PE9mZmNhbnZhc1Bvc2l0aW9uPignYm90dG9tJyk7XG4gIG9mZmNhbnZhc0NsYXNzJDogT2JzZXJ2YWJsZTxzdHJpbmc+O1xuICBvZmZjYW52YXNIZWlnaHQxMDAkOiBPYnNlcnZhYmxlPGJvb2xlYW4+O1xuXG4gIC8vI3JlZ2lvbiBQb3NpdGlvblxuICBwdWJsaWMgc2V0IHBvc2l0aW9uKHZhbHVlOiBPZmZjYW52YXNQb3NpdGlvbikge1xuICAgIHRoaXMucG9zaXRpb24kLm5leHQodmFsdWUpO1xuICB9XG4gIHB1YmxpYyBnZXQgcG9zaXRpb24oKSB7XG4gICAgcmV0dXJuIHRoaXMucG9zaXRpb24kLnZhbHVlO1xuICB9XG4gIC8vI2VuZHJlZ2lvblxuXG59XG4iLCI8ZGl2IGNsYXNzPVwib2ZmY2FudmFzIG92ZXJmbG93LWhpZGRlblwiIFtjbGFzc109XCJvZmZjYW52YXNDbGFzcyQgfCBhc3luY1wiXG4gICAgIFtjbGFzcy5zaG93XT1cInNob3ckIHwgYXN5bmNcIlxuICAgICBbY2xhc3MuaC0xMDBdPVwib2ZmY2FudmFzSGVpZ2h0MTAwJCB8IGFzeW5jXCJcbiAgICAgW3N0eWxlLmhlaWdodC5weF09XCJzaXplXCJcbiAgICAgW2NsYXNzLm9jLW1heC13aWR0aF09XCJbJ3N0YXJ0JywgJ2VuZCddLmluY2x1ZGVzKHBvc2l0aW9uKVwiXG4gICAgIFtjbGFzcy5vYy1tYXgtaGVpZ2h0XT1cIlsndG9wJywgJ2JvdHRvbSddLmluY2x1ZGVzKHBvc2l0aW9uKVwiPlxuICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJjb250ZW50OyBjb250ZXh0OiB7ICRpbXBsaWNpdDogdGhpcyB9XCIgPjwvbmctY29udGFpbmVyPlxuPC9kaXY+Il19
|
|
@@ -3605,6 +3605,8 @@ class BsOffcanvasComponent {
|
|
|
3605
3605
|
constructor(content) {
|
|
3606
3606
|
this.size = null;
|
|
3607
3607
|
this.displayBlock = true;
|
|
3608
|
+
this.positionAbsolute = true;
|
|
3609
|
+
this.width100 = true;
|
|
3608
3610
|
this.instance = null;
|
|
3609
3611
|
this.show$ = new BehaviorSubject(false);
|
|
3610
3612
|
this.position$ = new BehaviorSubject('bottom');
|
|
@@ -3622,16 +3624,6 @@ class BsOffcanvasComponent {
|
|
|
3622
3624
|
}
|
|
3623
3625
|
}));
|
|
3624
3626
|
}
|
|
3625
|
-
get width100() {
|
|
3626
|
-
switch (this.position) {
|
|
3627
|
-
case 'top':
|
|
3628
|
-
case 'bottom':
|
|
3629
|
-
return true;
|
|
3630
|
-
default:
|
|
3631
|
-
return false;
|
|
3632
|
-
}
|
|
3633
|
-
}
|
|
3634
|
-
;
|
|
3635
3627
|
//#region Position
|
|
3636
3628
|
set position(value) {
|
|
3637
3629
|
this.position$.next(value);
|
|
@@ -3641,10 +3633,10 @@ class BsOffcanvasComponent {
|
|
|
3641
3633
|
}
|
|
3642
3634
|
}
|
|
3643
3635
|
BsOffcanvasComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: BsOffcanvasComponent, deps: [{ token: OFFCANVAS_CONTENT }], target: i0.ɵɵFactoryTarget.Component });
|
|
3644
|
-
BsOffcanvasComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: BsOffcanvasComponent, selector: "bs-offcanvas", inputs: { size: "size" }, host: { properties: { "class.d-block": "this.displayBlock", "class.w-100": "this.width100" } }, ngImport: i0, template: "<div class=\"offcanvas\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas{
|
|
3636
|
+
BsOffcanvasComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: BsOffcanvasComponent, selector: "bs-offcanvas", inputs: { size: "size" }, host: { properties: { "class.d-block": "this.displayBlock", "class.position-absolute": "this.positionAbsolute", "class.w-100": "this.width100" } }, ngImport: i0, template: "<div class=\"offcanvas overflow-hidden\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\"\n [class.oc-max-width]=\"['start', 'end'].includes(position)\"\n [class.oc-max-height]=\"['top', 'bottom'].includes(position)\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas.oc-max-width{max-width:calc(100% - 40px)}.offcanvas.oc-max-height{max-height:calc(100% - 40px)}.offcanvas{visibility:unset}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:auto}.offcanvas.offcanvas-top{position:initial}\n"], directives: [{ type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], pipes: { "async": i1.AsyncPipe } });
|
|
3645
3637
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: BsOffcanvasComponent, decorators: [{
|
|
3646
3638
|
type: Component,
|
|
3647
|
-
args: [{ selector: 'bs-offcanvas', template: "<div class=\"offcanvas\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas{
|
|
3639
|
+
args: [{ selector: 'bs-offcanvas', template: "<div class=\"offcanvas overflow-hidden\" [class]=\"offcanvasClass$ | async\"\n [class.show]=\"show$ | async\"\n [class.h-100]=\"offcanvasHeight100$ | async\"\n [style.height.px]=\"size\"\n [class.oc-max-width]=\"['start', 'end'].includes(position)\"\n [class.oc-max-height]=\"['top', 'bottom'].includes(position)\">\n <ng-container *ngTemplateOutlet=\"content; context: { $implicit: this }\" ></ng-container>\n</div>", styles: [".offcanvas.oc-max-width{max-width:calc(100% - 40px)}.offcanvas.oc-max-height{max-height:calc(100% - 40px)}.offcanvas{visibility:unset}.offcanvas.offcanvas-bottom,.offcanvas.offcanvas-top{height:auto}.offcanvas.offcanvas-top{position:initial}\n"] }]
|
|
3648
3640
|
}], ctorParameters: function () {
|
|
3649
3641
|
return [{ type: i0.TemplateRef, decorators: [{
|
|
3650
3642
|
type: Inject,
|
|
@@ -3655,6 +3647,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
3655
3647
|
}], displayBlock: [{
|
|
3656
3648
|
type: HostBinding,
|
|
3657
3649
|
args: ['class.d-block']
|
|
3650
|
+
}], positionAbsolute: [{
|
|
3651
|
+
type: HostBinding,
|
|
3652
|
+
args: ['class.position-absolute']
|
|
3658
3653
|
}], width100: [{
|
|
3659
3654
|
type: HostBinding,
|
|
3660
3655
|
args: ['class.w-100']
|