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
+4 -5
View File
@@ -1,7 +1,7 @@
import * as i0 from '@angular/core';
import { AfterContentInit, OnInit, ViewContainerRef, EventEmitter, TemplateRef, AfterViewInit, OnChanges, ElementRef, SimpleChanges, EmbeddedViewRef } from '@angular/core';
import { NzConfigService, NzConfigKey } from 'ng-zorro-antd/core/config';
import { IndexableObject, NzSafeAny } from 'ng-zorro-antd/core/types';
import { NzSafeAny, IndexableObject } from 'ng-zorro-antd/core/types';
import * as rxjs from 'rxjs';
import { BehaviorSubject } from 'rxjs';
import { AnimationEvent } from '@angular/animations';
@@ -18,21 +18,21 @@ declare class NzDropdownMenuComponent implements AfterContentInit, OnInit {
viewContainerRef: ViewContainerRef;
private directionality;
private destroyRef;
mouseState$: BehaviorSubject<boolean>;
noAnimation: NzNoAnimationDirective | null;
nzMenuService: MenuService;
isChildSubMenuOpen$: BehaviorSubject<boolean>;
descendantMenuItemClick$: rxjs.Subject<any>;
mouseState$: BehaviorSubject<boolean>;
animationStateChange$: EventEmitter<AnimationEvent>;
templateRef: TemplateRef<NzSafeAny>;
nzOverlayClassName: string;
nzOverlayStyle: IndexableObject;
nzArrow: boolean;
placement: NzPlacementType | 'bottom' | 'top';
templateRef: TemplateRef<NzSafeAny>;
dir: Direction;
onAnimationEvent(event: AnimationEvent): void;
setMouseState(visible: boolean): void;
setValue<T extends keyof NzDropdownMenuComponent>(key: T, value: this[T]): void;
noAnimation: NzNoAnimationDirective | null;
ngOnInit(): void;
ngAfterContentInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NzDropdownMenuComponent, never>;
@@ -50,7 +50,6 @@ declare class NzDropDownDirective implements AfterViewInit, OnChanges {
private injector;
private portal?;
private overlayRef;
private positionStrategy;
private inputVisible$;
private nzTrigger$;
private overlayClose$;