@skyux/ag-grid 12.44.0 → 12.44.1

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.
@@ -22,6 +22,7 @@ export declare class SkyAgGridCellEditorNumberComponent implements ICellEditorAn
22
22
  * @param params The cell editor params that include data about the cell, column, row, and grid.
23
23
  */
24
24
  agInit(params: SkyCellEditorNumberParams): void;
25
+ refresh(params: SkyCellEditorNumberParams): void;
25
26
  /**
26
27
  * afterGuiAttached is called by agGrid after the editor is rendered in the DOM. Once it is attached the editor is ready to be focused on.
27
28
  */
@@ -8,7 +8,6 @@ import * as i0 from "@angular/core";
8
8
  */
9
9
  export declare class SkyAgGridCellEditorTextComponent implements ICellEditorAngularComp {
10
10
  #private;
11
- textInputLabel: string | undefined;
12
11
  columnHeader: string | undefined;
13
12
  editorForm: UntypedFormGroup;
14
13
  rowNumber: number | undefined;
@@ -20,6 +19,7 @@ export declare class SkyAgGridCellEditorTextComponent implements ICellEditorAngu
20
19
  * @param params The cell editor params that include data about the cell, column, row, and grid.
21
20
  */
22
21
  agInit(params: SkyCellEditorTextParams): void;
22
+ refresh(params: SkyCellEditorTextParams): void;
23
23
  /**
24
24
  * afterGuiAttached is called by agGrid after the editor is rendered in the DOM. Once it is attached the editor is ready to be focused on.
25
25
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/ag-grid",
3
- "version": "12.44.0",
3
+ "version": "12.44.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -31,18 +31,18 @@
31
31
  "@angular/common": "^19.2.17",
32
32
  "@angular/core": "^19.2.17",
33
33
  "@angular/forms": "^19.2.17",
34
- "@skyux/autonumeric": "12.44.0",
35
- "@skyux/core": "12.44.0",
36
- "@skyux/data-manager": "12.44.0",
37
- "@skyux/datetime": "12.44.0",
38
- "@skyux/forms": "12.44.0",
39
- "@skyux/i18n": "12.44.0",
40
- "@skyux/icon": "12.44.0",
41
- "@skyux/indicators": "12.44.0",
42
- "@skyux/layout": "12.44.0",
43
- "@skyux/lookup": "12.44.0",
44
- "@skyux/popovers": "12.44.0",
45
- "@skyux/theme": "12.44.0",
34
+ "@skyux/autonumeric": "12.44.1",
35
+ "@skyux/core": "12.44.1",
36
+ "@skyux/data-manager": "12.44.1",
37
+ "@skyux/datetime": "12.44.1",
38
+ "@skyux/forms": "12.44.1",
39
+ "@skyux/i18n": "12.44.1",
40
+ "@skyux/icon": "12.44.1",
41
+ "@skyux/indicators": "12.44.1",
42
+ "@skyux/layout": "12.44.1",
43
+ "@skyux/lookup": "12.44.1",
44
+ "@skyux/popovers": "12.44.1",
45
+ "@skyux/theme": "12.44.1",
46
46
  "ag-grid-angular": "^33.3.2",
47
47
  "ag-grid-community": "^33.3.2"
48
48
  },