|
| 1 | +{ |
| 2 | + "$schema": "../../common/schema/members-changes.schema.json", |
| 3 | + "changes": [ |
| 4 | + { |
| 5 | + "member": "onGroupingDone", |
| 6 | + "replaceWith": "groupingDone", |
| 7 | + "definedIn": [ |
| 8 | + "IgxGridComponent" |
| 9 | + ] |
| 10 | + }, |
| 11 | + { |
| 12 | + "member": "onDensityChanged", |
| 13 | + "replaceWith": "densityChanged", |
| 14 | + "definedIn": [ |
| 15 | + "IgxActionStripComponent", |
| 16 | + "IgxButtonGroupComponent", |
| 17 | + "IgxChipComponent", |
| 18 | + "IgxComboComponent", |
| 19 | + "IgxDatePickerComponent", |
| 20 | + "IgxDateRangePickerComponent", |
| 21 | + "IgxTimePickerComponent", |
| 22 | + "IgxButtonDirective", |
| 23 | + "IgxDropDownComponent", |
| 24 | + "IgxGridComponent", |
| 25 | + "IgxGridToolbarComponent", |
| 26 | + "IgxTreeGridComponent", |
| 27 | + "IgxHierarchicalGridComponent", |
| 28 | + "IgxPivotGridComponent", |
| 29 | + "IgxInputGroupComponent", |
| 30 | + "IgxListComponent", |
| 31 | + "IgxPaginatorComponent", |
| 32 | + "IgxQueryBuilderComponent", |
| 33 | + "IgxTreeComponent" |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "member": "onSlideChanged", |
| 38 | + "replaceWith": "slideChanged", |
| 39 | + "definedIn": [ |
| 40 | + "IgxCarouselComponent" |
| 41 | + ] |
| 42 | + }, |
| 43 | + { |
| 44 | + "member": "onSlideAdded", |
| 45 | + "replaceWith": "slideAdded", |
| 46 | + "definedIn": [ |
| 47 | + "IgxCarouselComponent" |
| 48 | + ] |
| 49 | + }, |
| 50 | + { |
| 51 | + "member": "onSlideRemoved", |
| 52 | + "replaceWith": "slideRemoved", |
| 53 | + "definedIn": [ |
| 54 | + "IgxCarouselComponent" |
| 55 | + ] |
| 56 | + }, |
| 57 | + { |
| 58 | + "member": "onCarouselPaused", |
| 59 | + "replaceWith": "carouselPaused", |
| 60 | + "definedIn": [ |
| 61 | + "IgxCarouselComponent" |
| 62 | + ] |
| 63 | + }, |
| 64 | + { |
| 65 | + "member": "onCarouselPlaying", |
| 66 | + "replaceWith": "carouselPlaying", |
| 67 | + "definedIn": [ |
| 68 | + "IgxCarouselComponent" |
| 69 | + ] |
| 70 | + } |
| 71 | + ] |
| 72 | +} |
0 commit comments