Skip to content

Commit

Permalink
chore(grids): bump watermark version
Browse files Browse the repository at this point in the history
  • Loading branch information
damyanpetev committed Sep 5, 2023
1 parent a8573f2 commit 38818ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"fflate": "^0.7.3",
"hammerjs": "^2.0.8",
"igniteui-theming": "^2.1.1",
"igniteui-trial-watermark": "^2.0.0",
"igniteui-trial-watermark": "^3.0.0",
"lodash-es": "^4.17.21",
"rxjs": "^6.6.7",
"tslib": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/igniteui-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"hammerjs": "^2.0.8",
"fflate": "^0.7.3",
"tslib": "^2.3.0",
"igniteui-trial-watermark": "^1.0.3",
"igniteui-trial-watermark": "^3.0.0",
"lodash-es": "^4.17.21",
"uuid": "^9.0.0",
"igniteui-theming": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import {
ViewContainerRef
} from '@angular/core';
import { formatDate, resizeObservable } from '../core/utils';
import 'igniteui-trial-watermark';
import { IgcTrialWatermark } from 'igniteui-trial-watermark';
import { Subject, pipe, fromEvent, animationFrameScheduler, merge } from 'rxjs';
import { takeUntil, first, filter, throttleTime, map, shareReplay, takeWhile } from 'rxjs/operators';
import { cloneArray, mergeObjects, compareMaps, resolveNestedPath, isObject, PlatformUtil } from '../core/utils';
Expand Down Expand Up @@ -174,6 +174,8 @@ import { DefaultDataCloneStrategy, IDataCloneStrategy } from '../data-operations
import { IgxGridCellComponent } from './cell.component';
import { IgxGridValidationService } from './grid/grid-validation.service';

IgcTrialWatermark.register();

interface IMatchInfoCache {
row: any;
index: number;
Expand Down

0 comments on commit 38818ac

Please sign in to comment.