@angular/cdk
Version:
Angular Material Component Development Kit
1 lines • 3.04 kB
Source Map (JSON)
{"version":3,"file":"layout.mjs","sources":["../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/layout/layout-module.ts","../../../../../k8-fastbuild-ST-199a4f3c4e20/bin/src/cdk/layout/breakpoints.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\nimport {NgModule} from '@angular/core';\n\n@NgModule({})\nexport class LayoutModule {}\n","/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.dev/license\n */\n// PascalCase is being used as Breakpoints is used like an enum.\n// tslint:disable-next-line:variable-name\nexport const Breakpoints = {\n XSmall: '(max-width: 599.98px)',\n Small: '(min-width: 600px) and (max-width: 959.98px)',\n Medium: '(min-width: 960px) and (max-width: 1279.98px)',\n Large: '(min-width: 1280px) and (max-width: 1919.98px)',\n XLarge: '(min-width: 1920px)',\n\n Handset:\n '(max-width: 599.98px) and (orientation: portrait), ' +\n '(max-width: 959.98px) and (orientation: landscape)',\n Tablet:\n '(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), ' +\n '(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)',\n Web:\n '(min-width: 840px) and (orientation: portrait), ' +\n '(min-width: 1280px) and (orientation: landscape)',\n\n HandsetPortrait: '(max-width: 599.98px) and (orientation: portrait)',\n TabletPortrait: '(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)',\n WebPortrait: '(min-width: 840px) and (orientation: portrait)',\n\n HandsetLandscape: '(max-width: 959.98px) and (orientation: landscape)',\n TabletLandscape: '(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)',\n WebLandscape: '(min-width: 1280px) and (orientation: landscape)',\n};\n"],"names":["LayoutModule","deps","target","i0","ɵɵFactoryTarget","NgModule","decorators","Breakpoints","XSmall","Small","Medium","Large","XLarge","Handset","Tablet","Web","HandsetPortrait","TabletPortrait","WebPortrait","HandsetLandscape","TabletLandscape","WebLandscape"],"mappings":";;;;;;;;;MAUaA,YAAY,CAAA;;;;;UAAZA,YAAY;AAAAC,IAAAA,IAAA,EAAA,EAAA;AAAAC,IAAAA,MAAA,EAAAC,EAAA,CAAAC,eAAA,CAAAC;AAAA,GAAA,CAAA;;;;;UAAZL;AAAY,GAAA,CAAA;;;;;UAAZA;AAAY,GAAA,CAAA;;;;;;QAAZA,YAAY;AAAAM,EAAAA,UAAA,EAAA,CAAA;UADxBD,QAAQ;WAAC,EAAE;;;;ACAL,MAAME,WAAW,GAAG;AACzBC,EAAAA,MAAM,EAAE,uBAAuB;AAC/BC,EAAAA,KAAK,EAAE,8CAA8C;AACrDC,EAAAA,MAAM,EAAE,+CAA+C;AACvDC,EAAAA,KAAK,EAAE,gDAAgD;AACvDC,EAAAA,MAAM,EAAE,qBAAqB;EAE7BC,OAAO,EACL,qDAAqD,GACrD,oDAAoD;EACtDC,MAAM,EACJ,4EAA4E,GAC5E,4EAA4E;EAC9EC,GAAG,EACD,kDAAkD,GAClD,kDAAkD;AAEpDC,EAAAA,eAAe,EAAE,mDAAmD;AACpEC,EAAAA,cAAc,EAAE,0EAA0E;AAC1FC,EAAAA,WAAW,EAAE,gDAAgD;AAE7DC,EAAAA,gBAAgB,EAAE,oDAAoD;AACtEC,EAAAA,eAAe,EAAE,4EAA4E;AAC7FC,EAAAA,YAAY,EAAE;;;;;"}