@progress/kendo-angular-grid 23.2.1-develop.1 → 23.2.1-develop.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/databinding.directive.d.ts +0 -1
- package/fesm2022/progress-kendo-angular-grid.mjs +820 -732
- package/localization/messages.d.ts +15 -2
- package/package-metadata.mjs +2 -2
- package/package.json +25 -25
- package/rendering/header/header.component.d.ts +2 -2
- package/rendering/list.component.d.ts +8 -0
- package/schematics/ngAdd/index.js +7 -7
|
@@ -68,7 +68,6 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
|
|
|
68
68
|
protected originalData: any[];
|
|
69
69
|
protected dataChanged: boolean;
|
|
70
70
|
private stateChangeSubscription;
|
|
71
|
-
private gridStateChangeSubscription;
|
|
72
71
|
private dataChangedSubscription;
|
|
73
72
|
private rowReorderSubscription;
|
|
74
73
|
private searchSubscription;
|