avancement planning
This commit is contained in:
Generated
Vendored
+3
-5
@@ -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>
|
||||
|
||||
Generated
Vendored
+3
-5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user