@ngbracket/ngx-layout
Advanced tools
Comparing version 17.0.1 to 18.0.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="jasmine" /> | ||
export declare const expect: (actual: any) => NgMatchers; | ||
@@ -3,0 +2,0 @@ /** |
@@ -21,5 +21,5 @@ /** | ||
useFactory: typeof removeStyles; | ||
deps: InjectionToken<Document>[]; | ||
deps: InjectionToken<Object>[]; | ||
multi: boolean; | ||
}; | ||
export declare const CLASS_NAME = "flex-layout-"; |
@@ -16,3 +16,3 @@ import { NgZone, OnDestroy } from '@angular/core'; | ||
protected _document: any; | ||
protected _nonce?: string | null | undefined; | ||
protected _nonce?: (string | null) | undefined; | ||
/** Initialize source with 'all' so all non-responsive APIs trigger style updates */ | ||
@@ -22,3 +22,3 @@ readonly source: BehaviorSubject<MediaChange>; | ||
private readonly pendingRemoveListenerFns; | ||
constructor(_zone: NgZone, _platformId: Object, _document: any, _nonce?: string | null | undefined); | ||
constructor(_zone: NgZone, _platformId: Object, _document: any, _nonce?: (string | null) | undefined); | ||
/** | ||
@@ -25,0 +25,0 @@ * Publish list of all current activations |
{ | ||
"name": "@ngbracket/ngx-layout", | ||
"version": "17.0.1", | ||
"version": "18.0.0", | ||
"exports": { | ||
@@ -32,8 +32,2 @@ "./mq": { | ||
}, | ||
"./extended": { | ||
"types": "./extended/index.d.ts", | ||
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs" | ||
}, | ||
"./flex": { | ||
@@ -51,2 +45,8 @@ "types": "./flex/index.d.ts", | ||
}, | ||
"./extended": { | ||
"types": "./extended/index.d.ts", | ||
"esm2022": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"esm": "./esm2022/extended/ngbracket-ngx-layout-extended.mjs", | ||
"default": "./fesm2022/ngbracket-ngx-layout-extended.mjs" | ||
}, | ||
"./server": { | ||
@@ -86,7 +86,7 @@ "types": "./server/index.d.ts", | ||
"peerDependencies": { | ||
"@angular/cdk": ">=17.0.0", | ||
"@angular/core": ">=17.0.0", | ||
"@angular/common": ">=17.0.0", | ||
"@angular/platform-browser": ">=17.0.0", | ||
"rxjs": "^6.5.3 || ^7.8.0" | ||
"@angular/cdk": ">=18.0.0", | ||
"@angular/core": ">=18.0.0", | ||
"@angular/common": ">=18.0.0", | ||
"@angular/platform-browser": ">=18.0.0", | ||
"rxjs": "^6.5.3 || ^7.8.1" | ||
}, | ||
@@ -93,0 +93,0 @@ "type": "module", |
# @ngbracket/ngx-layout | ||
### The Angular team no longer publishes new releases of this project. Please see [this article](https://medium.com/@caerus.karu/farewell-flex-layout-aaa567023769) for the explanation and next steps. | ||
This project is a continuation of the original, open-source Angular project, @angular/flex-layout, which is no longer maintained. Please consider collaborating with us rather than creating your own, private flex libraries. Many hands make light work! | ||
This project is a port of @angular/flex-layout as this is still a very well used library and something I have used extensively in the past, and wanted to give something back to the Angular community by trying to keep this project alive for as long as possible. | ||
If you would like to contribute to the project please get in touch with me on [twitter](https://twitter.com/duncanfaulkner). Alternatively, if you would like to sponsor the project details can be found on our [GitHub page](https://github.com/sponsors/ngbracket). | ||
@@ -8,0 +6,0 @@ |
@@ -25,3 +25,3 @@ import { BreakPoint, MediaMarshaller, StylesheetMap, ɵMatchMedia as MatchMedia } from '@ngbracket/ngx-layout/core'; | ||
useFactory: typeof FLEX_SSR_SERIALIZER_FACTORY; | ||
deps: (typeof MatchMedia | import("@angular/core").InjectionToken<Document> | typeof StylesheetMap | typeof MediaMarshaller | Optional[])[]; | ||
deps: (import("@angular/core").InjectionToken<Document> | typeof StylesheetMap | typeof MatchMedia | typeof MediaMarshaller | Optional[])[]; | ||
multi: boolean; | ||
@@ -28,0 +28,0 @@ useValue?: undefined; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1649527
15900
42