Skip to content

Commit 80881a1

Browse files
committed
chore(*): Apply migrations for cellClick
1 parent 746183a commit 80881a1

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

projects/igniteui-angular/migrations/update-12_0_0/changes/members.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"IgxColumnComponent"
99
]
1010
},
11+
{
12+
"member": "onCellClick",
13+
"replaceWith": "cellClick",
14+
"definedIn": [
15+
"IgxGridComponent",
16+
"IgxTreeGridComponent",
17+
"IgxHierarchicalGridComponent",
18+
"IgxRowIslandComponent"
19+
]
20+
},
1121
{
1222
"member": "onScroll",
1323
"replaceWith": "gridScroll",

projects/igniteui-angular/migrations/update-12_0_0/changes/outputs.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,38 @@
153153
"type": "component"
154154
}
155155
},
156+
{
157+
"name": "onCellClick",
158+
"replaceWith": "cellClick",
159+
"owner": {
160+
"selector": "igx-grid",
161+
"type": "component"
162+
}
163+
},
164+
{
165+
"name": "onCellClick",
166+
"replaceWith": "cellClick",
167+
"owner": {
168+
"selector": "igx-tree-grid",
169+
"type": "component"
170+
}
171+
},
172+
{
173+
"name": "onCellClick",
174+
"replaceWith": "cellClick",
175+
"owner": {
176+
"selector": "igx-hierarchical-grid",
177+
"type": "component"
178+
}
179+
},
180+
{
181+
"name": "onCellClick",
182+
"replaceWith": "cellClick",
183+
"owner": {
184+
"selector": "igx-row-island",
185+
"type": "component"
186+
}
187+
},
156188
{
157189
"name": "onScroll",
158190
"replaceWith": "gridScroll",

0 commit comments

Comments
 (0)