@fundamental-ngx/core 0.58.0 → 0.58.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/busy-indicator/index.d.ts +14 -3
- package/fesm2022/fundamental-ngx-core-busy-indicator.mjs +18 -7
- package/fesm2022/fundamental-ngx-core-busy-indicator.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs +70 -113
- package/fesm2022/fundamental-ngx-core-layout-grid.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs +0 -1
- package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs +0 -1
- package/fesm2022/fundamental-ngx-core-notification.mjs.map +1 -1
- package/fesm2022/fundamental-ngx-core-split-button.mjs +0 -1
- package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
- package/layout-grid/index.d.ts +39 -52
- package/package.json +22 -22
- package/schematics/add-animations/index.js +1 -3
- package/schematics/add-animations/index.js.map +1 -1
|
@@ -1037,7 +1037,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImpor
|
|
|
1037
1037
|
args: ['window:keyup', ['$event']]
|
|
1038
1038
|
}] } });
|
|
1039
1039
|
|
|
1040
|
-
// eslint-disable-next-line @angular-eslint/component-class-suffix
|
|
1041
1040
|
class NotificationContainer {
|
|
1042
1041
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: NotificationContainer, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1043
1042
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.4", type: NotificationContainer, isStandalone: true, selector: "fd-notification-container", host: { classAttribute: "fd-notification-container" }, ngImport: i0, template: ``, isInline: true, styles: [".fd-notification-container{position:fixed;display:flex;flex-direction:column;z-index:5000;align-items:flex-end;top:2rem;right:2rem}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|