@skyux/ag-grid 14.3.9 → 14.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/ag-grid",
3
- "version": "14.3.9",
3
+ "version": "14.3.11",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -36,18 +36,18 @@
36
36
  "@angular/common": "^21.2.0",
37
37
  "@angular/core": "^21.2.0",
38
38
  "@angular/forms": "^21.2.0",
39
- "@skyux/autonumeric": "14.3.9",
40
- "@skyux/core": "14.3.9",
41
- "@skyux/data-manager": "14.3.9",
42
- "@skyux/datetime": "14.3.9",
43
- "@skyux/forms": "14.3.9",
44
- "@skyux/i18n": "14.3.9",
45
- "@skyux/icon": "14.3.9",
46
- "@skyux/indicators": "14.3.9",
47
- "@skyux/layout": "14.3.9",
48
- "@skyux/lookup": "14.3.9",
49
- "@skyux/popovers": "14.3.9",
50
- "@skyux/theme": "14.3.9",
39
+ "@skyux/autonumeric": "14.3.11",
40
+ "@skyux/core": "14.3.11",
41
+ "@skyux/data-manager": "14.3.11",
42
+ "@skyux/datetime": "14.3.11",
43
+ "@skyux/forms": "14.3.11",
44
+ "@skyux/i18n": "14.3.11",
45
+ "@skyux/icon": "14.3.11",
46
+ "@skyux/indicators": "14.3.11",
47
+ "@skyux/layout": "14.3.11",
48
+ "@skyux/lookup": "14.3.11",
49
+ "@skyux/popovers": "14.3.11",
50
+ "@skyux/theme": "14.3.11",
51
51
  "ag-grid-angular": "^35.1.0",
52
52
  "ag-grid-community": "^35.1.0"
53
53
  },
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { AfterContentInit, AfterViewInit, ElementRef, OnDestroy, TemplateRef, Type, Signal, WritableSignal, ChangeDetectorRef } from '@angular/core';
2
+ import { AfterContentInit, AfterViewInit, ElementRef, OnDestroy, TemplateRef, Type, Signal, WritableSignal } from '@angular/core';
3
3
  import * as i1$1 from 'ag-grid-angular';
4
4
  import { AgGridAngular, ICellEditorAngularComp, ICellRendererAngularComp, IDateAngularComp, IHeaderGroupAngularComp, IHeaderAngularComp } from 'ag-grid-angular';
5
5
  import * as i2 from '@angular/common';
@@ -956,7 +956,6 @@ declare class SkyAgGridCellRendererCurrencyValidatorComponent implements ICellRe
956
956
  #private;
957
957
  set parameters(value: SkyCellRendererCurrencyParams);
958
958
  protected cellRendererParams: SkyCellRendererCurrencyParams | undefined;
959
- constructor(changeDetector: ChangeDetectorRef);
960
959
  /**
961
960
  * agInit is called by agGrid once after the renderer is created and provides the renderer with the information it needs.
962
961
  * @param params The cell renderer params that include data about the cell, column, row, and grid.
@@ -1005,7 +1004,6 @@ declare class SkyAgGridCellRendererLookupComponent implements ICellRendererAngul
1005
1004
  #private;
1006
1005
  protected value: string;
1007
1006
  protected summaryCount: number;
1008
- constructor(changeDetector: ChangeDetectorRef);
1009
1007
  agInit(params: SkyCellRendererLookupParams): void;
1010
1008
  refresh(params: SkyCellRendererLookupParams): boolean;
1011
1009
  static ɵfac: i0.ɵɵFactoryDeclaration<SkyAgGridCellRendererLookupComponent, never>;