@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/fesm2022/skyux-ag-grid.mjs +13 -19
- package/fesm2022/skyux-ag-grid.mjs.map +1 -1
- package/package.json +13 -13
- package/types/skyux-ag-grid.d.ts +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/ag-grid",
|
|
3
|
-
"version": "14.3.
|
|
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.
|
|
40
|
-
"@skyux/core": "14.3.
|
|
41
|
-
"@skyux/data-manager": "14.3.
|
|
42
|
-
"@skyux/datetime": "14.3.
|
|
43
|
-
"@skyux/forms": "14.3.
|
|
44
|
-
"@skyux/i18n": "14.3.
|
|
45
|
-
"@skyux/icon": "14.3.
|
|
46
|
-
"@skyux/indicators": "14.3.
|
|
47
|
-
"@skyux/layout": "14.3.
|
|
48
|
-
"@skyux/lookup": "14.3.
|
|
49
|
-
"@skyux/popovers": "14.3.
|
|
50
|
-
"@skyux/theme": "14.3.
|
|
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
|
},
|
package/types/skyux-ag-grid.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { AfterContentInit, AfterViewInit, ElementRef, OnDestroy, TemplateRef, Type, Signal, WritableSignal
|
|
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>;
|