@skyux/ag-grid 12.22.0 → 12.23.0

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.
@@ -1,3 +1,4 @@
1
+ import { OnDestroy } from '@angular/core';
1
2
  import { SkyPopoverMessage } from '@skyux/popovers';
2
3
  import { Subject } from 'rxjs';
3
4
  import { SkyCellRendererValidatorParams } from '../types/cell-renderer-validator-params';
@@ -5,13 +6,14 @@ import * as i0 from "@angular/core";
5
6
  /**
6
7
  * @internal
7
8
  */
8
- export declare class SkyAgGridCellValidatorTooltipComponent {
9
+ export declare class SkyAgGridCellValidatorTooltipComponent implements OnDestroy {
9
10
  #private;
10
11
  set params(value: SkyCellRendererValidatorParams | undefined);
11
12
  popoverMessageStream: Subject<SkyPopoverMessage>;
12
13
  validatorMessage: string | undefined;
13
14
  cellRendererParams: SkyCellRendererValidatorParams | undefined;
14
15
  protected readonly showValidatorMessage: import("@angular/core").WritableSignal<boolean>;
16
+ ngOnDestroy(): void;
15
17
  hidePopover(): void;
16
18
  showPopover(): void;
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAgGridCellValidatorTooltipComponent, never>;
@@ -0,0 +1,17 @@
1
+ import { SkyCheckboxChange } from '@skyux/forms';
2
+ import { IHeaderAngularComp } from 'ag-grid-angular';
3
+ import { IHeaderParams } from 'ag-grid-community/dist/types/src/interfaces/iHeader';
4
+ import * as i0 from "@angular/core";
5
+ export declare class SkyAgGridHeaderRowSelectorComponent implements IHeaderAngularComp {
6
+ #private;
7
+ protected readonly checked: import("@angular/core").ModelSignal<boolean>;
8
+ protected readonly indeterminate: import("@angular/core").WritableSignal<boolean>;
9
+ protected readonly multiSelect: import("@angular/core").WritableSignal<boolean>;
10
+ protected readonly params: import("@angular/core").WritableSignal<IHeaderParams<any, any> | undefined>;
11
+ protected readonly label: import("@angular/core").Signal<string | undefined>;
12
+ agInit(params: IHeaderParams): void;
13
+ refresh(): boolean;
14
+ protected toggleCheckbox($event: SkyCheckboxChange): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SkyAgGridHeaderRowSelectorComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkyAgGridHeaderRowSelectorComponent, "sky-ag-grid-row-selector-header", never, { "checked": { "alias": "checked"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; }, never, never, true, never>;
17
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/ag-grid",
3
- "version": "12.22.0",
3
+ "version": "12.23.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -28,23 +28,23 @@
28
28
  }
29
29
  },
30
30
  "peerDependencies": {
31
- "@angular/common": "^19.2.7",
32
- "@angular/core": "^19.2.7",
33
- "@angular/forms": "^19.2.7",
34
- "@skyux/autonumeric": "12.22.0",
35
- "@skyux/core": "12.22.0",
36
- "@skyux/data-manager": "12.22.0",
37
- "@skyux/datetime": "12.22.0",
38
- "@skyux/forms": "12.22.0",
39
- "@skyux/i18n": "12.22.0",
40
- "@skyux/icon": "12.22.0",
41
- "@skyux/indicators": "12.22.0",
42
- "@skyux/layout": "12.22.0",
43
- "@skyux/lookup": "12.22.0",
44
- "@skyux/popovers": "12.22.0",
45
- "@skyux/theme": "12.22.0",
46
- "ag-grid-angular": "^33.2.1",
47
- "ag-grid-community": "^33.2.1"
31
+ "@angular/common": "^19.2.14",
32
+ "@angular/core": "^19.2.14",
33
+ "@angular/forms": "^19.2.14",
34
+ "@skyux/autonumeric": "12.23.0",
35
+ "@skyux/core": "12.23.0",
36
+ "@skyux/data-manager": "12.23.0",
37
+ "@skyux/datetime": "12.23.0",
38
+ "@skyux/forms": "12.23.0",
39
+ "@skyux/i18n": "12.23.0",
40
+ "@skyux/icon": "12.23.0",
41
+ "@skyux/indicators": "12.23.0",
42
+ "@skyux/layout": "12.23.0",
43
+ "@skyux/lookup": "12.23.0",
44
+ "@skyux/popovers": "12.23.0",
45
+ "@skyux/theme": "12.23.0",
46
+ "ag-grid-angular": "^33.3.2",
47
+ "ag-grid-community": "^33.3.2"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.8.1"