avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+9 -1
View File
@@ -5,7 +5,7 @@ import { Direction } from '@angular/cdk/bidi';
import { SafeUrl } from '@angular/platform-browser';
import { ThemeType } from '@ant-design/icons-angular';
import { NzBreakpointEnum } from 'ng-zorro-antd/core/services';
import { NzSafeAny, NzShapeSCType, NzSizeLDSType, NzSizeDSType, NzSizeMDSType, NzTSType } from 'ng-zorro-antd/core/types';
import { NzVariant, NzSafeAny, NzShapeSCType, NzSizeLDSType, NzSizeDSType, NzSizeMDSType, NzTSType } from 'ng-zorro-antd/core/types';
/**
* Use of this source code is governed by an MIT-style license that can be
@@ -79,6 +79,10 @@ interface Theme {
[key: string]: string | undefined;
}
interface SelectConfig {
nzVariant?: NzVariant;
/**
* @deprecated Will be removed in v21.0.0, please use `nzVariant` instead.
*/
nzBorderless?: boolean;
nzSuffixIcon?: TemplateRef<NzSafeAny> | string | null;
nzBackdrop?: boolean;
@@ -141,6 +145,7 @@ interface CarouselConfig {
interface CascaderConfig {
nzSize?: string;
nzBackdrop?: boolean;
nzVariant?: boolean;
}
interface CollapseConfig {
nzAccordion?: boolean;
@@ -154,6 +159,7 @@ interface DatePickerConfig {
nzSeparator?: string;
nzSuffixIcon?: string | TemplateRef<NzSafeAny>;
nzBackdrop?: boolean;
nzVariant?: NzVariant;
}
interface DescriptionsConfig {
nzBordered?: boolean;
@@ -279,6 +285,7 @@ interface TimePickerConfig {
nzUse12Hours?: string;
nzSuffixIcon?: string | TemplateRef<NzSafeAny>;
nzBackdrop?: boolean;
nzVariant?: NzVariant;
}
interface TreeConfig {
nzBlockNode?: boolean;
@@ -292,6 +299,7 @@ interface TreeSelectConfig {
nzHideUnMatched?: boolean;
nzSize?: 'large' | 'small' | 'default';
nzBackdrop?: boolean;
nzVariant?: NzVariant;
}
interface TypographyConfig {
nzEllipsisRows?: number;