@progress/kendo-angular-grid 23.2.0 → 23.2.1-develop.10

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.
@@ -11,7 +11,7 @@ import { ContextService } from './provider.service';
11
11
  import { AdaptiveGridService } from './adaptiveness.service';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Arguments for the `close` event of the filter and column-menu popup.
14
+ * Arguments for the `close` event of the filter menu, column menu, and filter toolbar tool popups.
15
15
  */
16
16
  export declare class PopupCloseEvent extends PreventableEvent {
17
17
  /**
@@ -24,8 +24,8 @@ export declare class PopupCloseEvent extends PreventableEvent {
24
24
  constructor(e: any);
25
25
  }
26
26
  /**
27
- * Provides popup management for filter and column menus.
28
- * Use this service to open and close popups for the Grid filter and column menus ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#filter-menu-with-popup)).
27
+ * Provides popup management for the Grid filter menu, column menu, and filter toolbar tool.
28
+ * Use this service to open and close popups for the Grid filter and column menus, and the filter toolbar tool ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#filter-menu-with-popup)).
29
29
  */
30
30
  export declare class SinglePopupService implements OnDestroy {
31
31
  private popupService;
@@ -34,7 +34,7 @@ export declare class SinglePopupService implements OnDestroy {
34
34
  private ctx;
35
35
  private adaptiveGridService;
36
36
  /**
37
- * Emits when the filter or column menu popup is about to close because the user clicked outside.
37
+ * Emits when the filter menu, column menu, or filter toolbar tool popup is about to close because the user clicked outside.
38
38
  * Use this event to prevent the popup from closing.
39
39
  */
40
40
  readonly onClose: Subject<PopupCloseEvent>;
@@ -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;