418 lines
21 KiB
JavaScript
418 lines
21 KiB
JavaScript
import * as i0 from '@angular/core';
|
|
import { ViewEncapsulation, ChangeDetectionStrategy, Component, Input, inject, DestroyRef, ChangeDetectorRef, EventEmitter, booleanAttribute, Output, ContentChild, ContentChildren, NgModule } from '@angular/core';
|
|
import { Directionality } from '@angular/cdk/bidi';
|
|
import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
|
|
import { Platform } from '@angular/cdk/platform';
|
|
import { NzBreakpointService, siderResponsiveMap } from 'ng-zorro-antd/core/services';
|
|
import { toCssPixel, inNextTick } from 'ng-zorro-antd/core/util';
|
|
import { NzMenuDirective } from 'ng-zorro-antd/menu';
|
|
import { NgTemplateOutlet } from '@angular/common';
|
|
import * as i1 from 'ng-zorro-antd/icon';
|
|
import { NzIconModule } from 'ng-zorro-antd/icon';
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzContentComponent {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: NzContentComponent, isStandalone: true, selector: "nz-content", host: { classAttribute: "ant-layout-content" }, exportAs: ["nzContent"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzContentComponent, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: 'nz-content',
|
|
exportAs: 'nzContent',
|
|
template: `<ng-content></ng-content>`,
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
encapsulation: ViewEncapsulation.None,
|
|
host: {
|
|
class: 'ant-layout-content'
|
|
}
|
|
}]
|
|
}] });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzFooterComponent {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: NzFooterComponent, isStandalone: true, selector: "nz-footer", host: { classAttribute: "ant-layout-footer" }, exportAs: ["nzFooter"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzFooterComponent, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: 'nz-footer',
|
|
exportAs: 'nzFooter',
|
|
template: `<ng-content></ng-content>`,
|
|
encapsulation: ViewEncapsulation.None,
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
host: {
|
|
class: 'ant-layout-footer'
|
|
}
|
|
}]
|
|
}] });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzHeaderComponent {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: NzHeaderComponent, isStandalone: true, selector: "nz-header", host: { classAttribute: "ant-layout-header" }, exportAs: ["nzHeader"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzHeaderComponent, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: 'nz-header',
|
|
exportAs: 'nzHeader',
|
|
template: `<ng-content></ng-content>`,
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
encapsulation: ViewEncapsulation.None,
|
|
host: {
|
|
class: 'ant-layout-header'
|
|
}
|
|
}]
|
|
}] });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzSiderTriggerComponent {
|
|
nzCollapsed = false;
|
|
nzReverseArrow = false;
|
|
nzZeroTrigger = null;
|
|
nzTrigger = undefined;
|
|
matchBreakPoint = false;
|
|
nzCollapsedWidth = null;
|
|
siderWidth = null;
|
|
nzBreakpoint = null;
|
|
isZeroTrigger = false;
|
|
isNormalTrigger = false;
|
|
updateTriggerType() {
|
|
this.isZeroTrigger =
|
|
this.nzCollapsedWidth === 0 && ((this.nzBreakpoint && this.matchBreakPoint) || !this.nzBreakpoint);
|
|
this.isNormalTrigger = this.nzCollapsedWidth !== 0;
|
|
}
|
|
ngOnInit() {
|
|
this.updateTriggerType();
|
|
}
|
|
ngOnChanges() {
|
|
this.updateTriggerType();
|
|
}
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzSiderTriggerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.0", type: NzSiderTriggerComponent, isStandalone: true, selector: "[nz-sider-trigger]", inputs: { nzCollapsed: "nzCollapsed", nzReverseArrow: "nzReverseArrow", nzZeroTrigger: "nzZeroTrigger", nzTrigger: "nzTrigger", matchBreakPoint: "matchBreakPoint", nzCollapsedWidth: "nzCollapsedWidth", siderWidth: "siderWidth", nzBreakpoint: "nzBreakpoint" }, host: { properties: { "class.ant-layout-sider-trigger": "isNormalTrigger", "style.width": "isNormalTrigger ? siderWidth : null", "class.ant-layout-sider-zero-width-trigger": "isZeroTrigger", "class.ant-layout-sider-zero-width-trigger-right": "isZeroTrigger && nzReverseArrow", "class.ant-layout-sider-zero-width-trigger-left": "isZeroTrigger && !nzReverseArrow" } }, exportAs: ["nzSiderTrigger"], usesOnChanges: true, ngImport: i0, template: `
|
|
@if (isZeroTrigger) {
|
|
<ng-template [ngTemplateOutlet]="nzZeroTrigger || defaultZeroTrigger" />
|
|
}
|
|
|
|
@if (isNormalTrigger) {
|
|
<ng-template [ngTemplateOutlet]="nzTrigger || defaultTrigger" />
|
|
}
|
|
<ng-template #defaultTrigger>
|
|
@if (nzReverseArrow) {
|
|
<nz-icon [nzType]="nzCollapsed ? 'left' : 'right'" />
|
|
} @else {
|
|
<nz-icon [nzType]="nzCollapsed ? 'right' : 'left'" />
|
|
}
|
|
</ng-template>
|
|
<ng-template #defaultZeroTrigger>
|
|
<nz-icon nzType="bars" />
|
|
</ng-template>
|
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "ngmodule", type: NzIconModule }, { kind: "directive", type: i1.NzIconDirective, selector: "nz-icon,[nz-icon]", inputs: ["nzSpin", "nzRotate", "nzType", "nzTheme", "nzTwotoneColor", "nzIconfont"], exportAs: ["nzIcon"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzSiderTriggerComponent, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: '[nz-sider-trigger]',
|
|
exportAs: 'nzSiderTrigger',
|
|
encapsulation: ViewEncapsulation.None,
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
template: `
|
|
@if (isZeroTrigger) {
|
|
<ng-template [ngTemplateOutlet]="nzZeroTrigger || defaultZeroTrigger" />
|
|
}
|
|
|
|
@if (isNormalTrigger) {
|
|
<ng-template [ngTemplateOutlet]="nzTrigger || defaultTrigger" />
|
|
}
|
|
<ng-template #defaultTrigger>
|
|
@if (nzReverseArrow) {
|
|
<nz-icon [nzType]="nzCollapsed ? 'left' : 'right'" />
|
|
} @else {
|
|
<nz-icon [nzType]="nzCollapsed ? 'right' : 'left'" />
|
|
}
|
|
</ng-template>
|
|
<ng-template #defaultZeroTrigger>
|
|
<nz-icon nzType="bars" />
|
|
</ng-template>
|
|
`,
|
|
host: {
|
|
'[class.ant-layout-sider-trigger]': 'isNormalTrigger',
|
|
'[style.width]': 'isNormalTrigger ? siderWidth : null',
|
|
'[class.ant-layout-sider-zero-width-trigger]': 'isZeroTrigger',
|
|
'[class.ant-layout-sider-zero-width-trigger-right]': 'isZeroTrigger && nzReverseArrow',
|
|
'[class.ant-layout-sider-zero-width-trigger-left]': 'isZeroTrigger && !nzReverseArrow'
|
|
},
|
|
imports: [NgTemplateOutlet, NzIconModule]
|
|
}]
|
|
}], propDecorators: { nzCollapsed: [{
|
|
type: Input
|
|
}], nzReverseArrow: [{
|
|
type: Input
|
|
}], nzZeroTrigger: [{
|
|
type: Input
|
|
}], nzTrigger: [{
|
|
type: Input
|
|
}], matchBreakPoint: [{
|
|
type: Input
|
|
}], nzCollapsedWidth: [{
|
|
type: Input
|
|
}], siderWidth: [{
|
|
type: Input
|
|
}], nzBreakpoint: [{
|
|
type: Input
|
|
}] } });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzSiderComponent {
|
|
destroyRef = inject(DestroyRef);
|
|
platform = inject(Platform);
|
|
cdr = inject(ChangeDetectorRef);
|
|
breakpointService = inject(NzBreakpointService);
|
|
nzMenuDirective = null;
|
|
nzCollapsedChange = new EventEmitter();
|
|
nzWidth = 200;
|
|
nzTheme = 'dark';
|
|
nzCollapsedWidth = 80;
|
|
nzBreakpoint = null;
|
|
nzZeroTrigger = null;
|
|
nzTrigger = undefined;
|
|
nzReverseArrow = false;
|
|
nzCollapsible = false;
|
|
nzCollapsed = false;
|
|
matchBreakPoint = false;
|
|
flexSetting = null;
|
|
widthSetting = null;
|
|
updateStyleMap() {
|
|
this.widthSetting = this.nzCollapsed ? `${this.nzCollapsedWidth}px` : toCssPixel(this.nzWidth);
|
|
this.flexSetting = `0 0 ${this.widthSetting}`;
|
|
this.cdr.markForCheck();
|
|
}
|
|
updateMenuInlineCollapsed() {
|
|
if (this.nzMenuDirective && this.nzMenuDirective.nzMode === 'inline' && this.nzCollapsedWidth !== 0) {
|
|
this.nzMenuDirective.setInlineCollapsed(this.nzCollapsed);
|
|
}
|
|
}
|
|
setCollapsed(collapsed) {
|
|
if (collapsed !== this.nzCollapsed) {
|
|
this.nzCollapsed = collapsed;
|
|
this.nzCollapsedChange.emit(collapsed);
|
|
this.updateMenuInlineCollapsed();
|
|
this.updateStyleMap();
|
|
this.cdr.markForCheck();
|
|
}
|
|
}
|
|
ngOnInit() {
|
|
this.updateStyleMap();
|
|
if (this.platform.isBrowser) {
|
|
this.breakpointService
|
|
.subscribe(siderResponsiveMap, true)
|
|
.pipe(takeUntilDestroyed(this.destroyRef))
|
|
.subscribe(map => {
|
|
const breakpoint = this.nzBreakpoint;
|
|
if (breakpoint) {
|
|
inNextTick().subscribe(() => {
|
|
this.matchBreakPoint = !map[breakpoint];
|
|
this.setCollapsed(this.matchBreakPoint);
|
|
this.cdr.markForCheck();
|
|
});
|
|
}
|
|
});
|
|
}
|
|
}
|
|
ngOnChanges(changes) {
|
|
const { nzCollapsed, nzCollapsedWidth, nzWidth } = changes;
|
|
if (nzCollapsed || nzCollapsedWidth || nzWidth) {
|
|
this.updateStyleMap();
|
|
}
|
|
if (nzCollapsed) {
|
|
this.updateMenuInlineCollapsed();
|
|
}
|
|
}
|
|
ngAfterContentInit() {
|
|
this.updateMenuInlineCollapsed();
|
|
}
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzSiderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.0", type: NzSiderComponent, isStandalone: true, selector: "nz-sider", inputs: { nzWidth: "nzWidth", nzTheme: "nzTheme", nzCollapsedWidth: "nzCollapsedWidth", nzBreakpoint: "nzBreakpoint", nzZeroTrigger: "nzZeroTrigger", nzTrigger: "nzTrigger", nzReverseArrow: ["nzReverseArrow", "nzReverseArrow", booleanAttribute], nzCollapsible: ["nzCollapsible", "nzCollapsible", booleanAttribute], nzCollapsed: ["nzCollapsed", "nzCollapsed", booleanAttribute] }, outputs: { nzCollapsedChange: "nzCollapsedChange" }, host: { properties: { "class.ant-layout-sider-zero-width": "nzCollapsed && nzCollapsedWidth === 0", "class.ant-layout-sider-light": "nzTheme === 'light'", "class.ant-layout-sider-dark": "nzTheme === 'dark'", "class.ant-layout-sider-collapsed": "nzCollapsed", "class.ant-layout-sider-has-trigger": "nzCollapsible && nzTrigger !== null", "style.flex": "flexSetting", "style.maxWidth": "widthSetting", "style.minWidth": "widthSetting", "style.width": "widthSetting" }, classAttribute: "ant-layout-sider" }, queries: [{ propertyName: "nzMenuDirective", first: true, predicate: NzMenuDirective, descendants: true }], exportAs: ["nzSider"], usesOnChanges: true, ngImport: i0, template: `
|
|
<div class="ant-layout-sider-children">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
@if (nzCollapsible && nzTrigger !== null) {
|
|
<div
|
|
nz-sider-trigger
|
|
[matchBreakPoint]="matchBreakPoint"
|
|
[nzCollapsedWidth]="nzCollapsedWidth"
|
|
[nzCollapsed]="nzCollapsed"
|
|
[nzBreakpoint]="nzBreakpoint"
|
|
[nzReverseArrow]="nzReverseArrow"
|
|
[nzTrigger]="nzTrigger"
|
|
[nzZeroTrigger]="nzZeroTrigger"
|
|
[siderWidth]="widthSetting"
|
|
(click)="setCollapsed(!nzCollapsed)"
|
|
></div>
|
|
}
|
|
`, isInline: true, dependencies: [{ kind: "component", type: NzSiderTriggerComponent, selector: "[nz-sider-trigger]", inputs: ["nzCollapsed", "nzReverseArrow", "nzZeroTrigger", "nzTrigger", "matchBreakPoint", "nzCollapsedWidth", "siderWidth", "nzBreakpoint"], exportAs: ["nzSiderTrigger"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzSiderComponent, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: 'nz-sider',
|
|
exportAs: 'nzSider',
|
|
encapsulation: ViewEncapsulation.None,
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
template: `
|
|
<div class="ant-layout-sider-children">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
@if (nzCollapsible && nzTrigger !== null) {
|
|
<div
|
|
nz-sider-trigger
|
|
[matchBreakPoint]="matchBreakPoint"
|
|
[nzCollapsedWidth]="nzCollapsedWidth"
|
|
[nzCollapsed]="nzCollapsed"
|
|
[nzBreakpoint]="nzBreakpoint"
|
|
[nzReverseArrow]="nzReverseArrow"
|
|
[nzTrigger]="nzTrigger"
|
|
[nzZeroTrigger]="nzZeroTrigger"
|
|
[siderWidth]="widthSetting"
|
|
(click)="setCollapsed(!nzCollapsed)"
|
|
></div>
|
|
}
|
|
`,
|
|
host: {
|
|
class: 'ant-layout-sider',
|
|
'[class.ant-layout-sider-zero-width]': `nzCollapsed && nzCollapsedWidth === 0`,
|
|
'[class.ant-layout-sider-light]': `nzTheme === 'light'`,
|
|
'[class.ant-layout-sider-dark]': `nzTheme === 'dark'`,
|
|
'[class.ant-layout-sider-collapsed]': `nzCollapsed`,
|
|
'[class.ant-layout-sider-has-trigger]': `nzCollapsible && nzTrigger !== null`,
|
|
'[style.flex]': 'flexSetting',
|
|
'[style.maxWidth]': 'widthSetting',
|
|
'[style.minWidth]': 'widthSetting',
|
|
'[style.width]': 'widthSetting'
|
|
},
|
|
imports: [NzSiderTriggerComponent]
|
|
}]
|
|
}], propDecorators: { nzMenuDirective: [{
|
|
type: ContentChild,
|
|
args: [NzMenuDirective]
|
|
}], nzCollapsedChange: [{
|
|
type: Output
|
|
}], nzWidth: [{
|
|
type: Input
|
|
}], nzTheme: [{
|
|
type: Input
|
|
}], nzCollapsedWidth: [{
|
|
type: Input
|
|
}], nzBreakpoint: [{
|
|
type: Input
|
|
}], nzZeroTrigger: [{
|
|
type: Input
|
|
}], nzTrigger: [{
|
|
type: Input
|
|
}], nzReverseArrow: [{
|
|
type: Input,
|
|
args: [{ transform: booleanAttribute }]
|
|
}], nzCollapsible: [{
|
|
type: Input,
|
|
args: [{ transform: booleanAttribute }]
|
|
}], nzCollapsed: [{
|
|
type: Input,
|
|
args: [{ transform: booleanAttribute }]
|
|
}] } });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzLayoutComponent {
|
|
destroyRef = inject(DestroyRef);
|
|
directionality = inject(Directionality);
|
|
listOfNzSiderComponent;
|
|
dir = 'ltr';
|
|
ngOnInit() {
|
|
this.dir = this.directionality.value;
|
|
this.directionality.change?.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(direction => {
|
|
this.dir = direction;
|
|
});
|
|
}
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.0", type: NzLayoutComponent, isStandalone: true, selector: "nz-layout", host: { properties: { "class.ant-layout-rtl": "dir === 'rtl'", "class.ant-layout-has-sider": "listOfNzSiderComponent.length > 0" }, classAttribute: "ant-layout" }, queries: [{ propertyName: "listOfNzSiderComponent", predicate: NzSiderComponent }], exportAs: ["nzLayout"], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzLayoutComponent, decorators: [{
|
|
type: Component,
|
|
args: [{
|
|
selector: 'nz-layout',
|
|
exportAs: 'nzLayout',
|
|
template: `<ng-content></ng-content>`,
|
|
encapsulation: ViewEncapsulation.None,
|
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
host: {
|
|
class: 'ant-layout',
|
|
'[class.ant-layout-rtl]': `dir === 'rtl'`,
|
|
'[class.ant-layout-has-sider]': 'listOfNzSiderComponent.length > 0'
|
|
}
|
|
}]
|
|
}], propDecorators: { listOfNzSiderComponent: [{
|
|
type: ContentChildren,
|
|
args: [NzSiderComponent]
|
|
}] } });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
class NzLayoutModule {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.0", ngImport: i0, type: NzLayoutModule, imports: [NzLayoutComponent,
|
|
NzHeaderComponent,
|
|
NzContentComponent,
|
|
NzFooterComponent,
|
|
NzSiderComponent,
|
|
NzSiderTriggerComponent], exports: [NzLayoutComponent, NzHeaderComponent, NzContentComponent, NzFooterComponent, NzSiderComponent] });
|
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzLayoutModule, imports: [NzSiderComponent,
|
|
NzSiderTriggerComponent] });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: NzLayoutModule, decorators: [{
|
|
type: NgModule,
|
|
args: [{
|
|
imports: [
|
|
NzLayoutComponent,
|
|
NzHeaderComponent,
|
|
NzContentComponent,
|
|
NzFooterComponent,
|
|
NzSiderComponent,
|
|
NzSiderTriggerComponent
|
|
],
|
|
exports: [NzLayoutComponent, NzHeaderComponent, NzContentComponent, NzFooterComponent, NzSiderComponent]
|
|
}]
|
|
}] });
|
|
|
|
/**
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
|
|
*/
|
|
|
|
/**
|
|
* Generated bundle index. Do not edit.
|
|
*/
|
|
|
|
export { NzContentComponent, NzFooterComponent, NzHeaderComponent, NzLayoutComponent, NzLayoutModule, NzSiderComponent, NzSiderTriggerComponent as ɵNzSiderTriggerComponent };
|
|
//# sourceMappingURL=ng-zorro-antd-layout.mjs.map
|