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
@@ -1,10 +1,8 @@
<nz-input-group [nzSuffix]="suffixIcon">
<nz-input-wrapper>
<input type="text" nz-input placeholder="Search" ngModel (ngModelChange)="searchValue$.next($event)" />
</nz-input-group>
<ng-template #suffixIcon>
<nz-icon nzType="search" />
</ng-template>
<nz-icon nzInputSuffix nzType="search" />
</nz-input-wrapper>
<nz-tree-view [nzTreeControl]="treeControl" [nzDataSource]="dataSource" nzNoAnimation>
<nz-tree-node *nzTreeNodeDef="let node" nzTreeNodePadding>
@@ -76,12 +76,10 @@ function filterTreeData(data: TreeNode[], value: string): FilteredTreeResult {
selector: '<%= selector %>',
imports: [FormsModule, NzInputModule, NzIconModule, NzTreeViewModule, NzNoAnimationDirective, NzHighlightPipe],
<% if(inlineTemplate) { %>template: `
<nz-input-group [nzSuffix]="suffixIcon">
<nz-input-wrapper>
<input type="text" nz-input placeholder="Search" ngModel (ngModelChange)="searchValue$.next($event)" />
</nz-input-group>
<ng-template #suffixIcon>
<nz-icon nzType="search" />
</ng-template>
<nz-icon nzInputSuffix nzType="search" />
</nz-input-wrapper>
<nz-tree-view [nzTreeControl]="treeControl" [nzDataSource]="dataSource" nzNoAnimation>
<nz-tree-node *nzTreeNodeDef="let node" nzTreeNodePadding>