File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
projects/igniteui-angular Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7171 "hammerjs" : " ^2.0.8" ,
7272 "jszip" : " ^3.3.0" ,
7373 "resize-observer-polyfill" : " ^1.5.1" ,
74- "igniteui-trial-watermark" : " ^1.0.1 "
74+ "igniteui-trial-watermark" : " ^1.0.2 "
7575 },
7676 "peerDependencies" : {
7777 "@angular/common" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 193193
194194 < ng-container *ngTemplateOutlet ="template "> </ ng-container >
195195 < div class ="igx-grid__row-editing-outlet " igxOverlayOutlet #igxRowEditingOverlayOutlet > </ div >
196- < igc-trial-watermark > </ igc-trial-watermark >
196+ < igc-trial-watermark text =" {{resourceStrings.igx_grid_watermark_placeholder}} " > </ igc-trial-watermark >
197197 </ div >
198198 < div #loadingOverlay >
199199 < igx-circular-bar [indeterminate] ="true " *ngIf ='shouldOverlayLoading '>
Original file line number Diff line number Diff line change 156156 < span *ngIf ="hasMovableColumns && draggedColumn " [igxColumnMovingDrop] ="headerContainer " [attr.droppable] ="true "
157157 id ="right " class ="igx-grid__scroll-on-drag-right "> </ span >
158158 < div class ="igx-grid__row-editing-outlet " igxOverlayOutlet #igxRowEditingOverlayOutlet > </ div >
159- < igc-trial-watermark *ngIf ="!this.parent "> </ igc-trial-watermark >
159+ < igc-trial-watermark *ngIf ="!this.parent " text =" {{resourceStrings.igx_grid_watermark_placeholder}} " > </ igc-trial-watermark >
160160 </ div >
161161 < span *ngIf ="hasMovableColumns && draggedColumn " [igxColumnMovingDrop] ="headerContainer " [attr.droppable] ="true "
162162 id ="right " class ="igx-grid__scroll-on-drag-right "> </ span >
Original file line number Diff line number Diff line change 131131 </ ng-template >
132132 < ng-container *ngTemplateOutlet ="template "> </ ng-container >
133133 < div class ="igx-grid__row-editing-outlet " igxOverlayOutlet #igxRowEditingOverlayOutlet > </ div >
134- < igc-trial-watermark > </ igc-trial-watermark >
134+ < igc-trial-watermark text =" {{resourceStrings.igx_grid_watermark_placeholder}} " > </ igc-trial-watermark >
135135 </ div >
136136 < span *ngIf ="hasMovableColumns && draggedColumn " [igxColumnMovingDrop] ="headerContainer " [attr.droppable] ="true "
137137 id ="right " class ="igx-grid__scroll-on-drag-right "> </ span >
You can’t perform that action at this time.
0 commit comments