mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.1 KiB
61 lines
2.1 KiB
import * as i0 from '@angular/core';
|
|
import { NgModule } from '@angular/core';
|
|
export { BreakpointObserver, MediaMatcher } from './_breakpoints-observer-chunk.mjs';
|
|
import 'rxjs';
|
|
import 'rxjs/operators';
|
|
import './_platform-chunk.mjs';
|
|
import '@angular/common';
|
|
import './_array-chunk.mjs';
|
|
|
|
class LayoutModule {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
minVersion: "12.0.0",
|
|
version: "21.0.3",
|
|
ngImport: i0,
|
|
type: LayoutModule,
|
|
deps: [],
|
|
target: i0.ɵɵFactoryTarget.NgModule
|
|
});
|
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
minVersion: "14.0.0",
|
|
version: "21.0.3",
|
|
ngImport: i0,
|
|
type: LayoutModule
|
|
});
|
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
minVersion: "12.0.0",
|
|
version: "21.0.3",
|
|
ngImport: i0,
|
|
type: LayoutModule
|
|
});
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({
|
|
minVersion: "12.0.0",
|
|
version: "21.0.3",
|
|
ngImport: i0,
|
|
type: LayoutModule,
|
|
decorators: [{
|
|
type: NgModule,
|
|
args: [{}]
|
|
}]
|
|
});
|
|
|
|
const Breakpoints = {
|
|
XSmall: '(max-width: 599.98px)',
|
|
Small: '(min-width: 600px) and (max-width: 959.98px)',
|
|
Medium: '(min-width: 960px) and (max-width: 1279.98px)',
|
|
Large: '(min-width: 1280px) and (max-width: 1919.98px)',
|
|
XLarge: '(min-width: 1920px)',
|
|
Handset: '(max-width: 599.98px) and (orientation: portrait), ' + '(max-width: 959.98px) and (orientation: landscape)',
|
|
Tablet: '(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), ' + '(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)',
|
|
Web: '(min-width: 840px) and (orientation: portrait), ' + '(min-width: 1280px) and (orientation: landscape)',
|
|
HandsetPortrait: '(max-width: 599.98px) and (orientation: portrait)',
|
|
TabletPortrait: '(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)',
|
|
WebPortrait: '(min-width: 840px) and (orientation: portrait)',
|
|
HandsetLandscape: '(max-width: 959.98px) and (orientation: landscape)',
|
|
TabletLandscape: '(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)',
|
|
WebLandscape: '(min-width: 1280px) and (orientation: landscape)'
|
|
};
|
|
|
|
export { Breakpoints, LayoutModule };
|
|
//# sourceMappingURL=layout.mjs.map
|
|
|