@skyux/ag-grid 13.3.1 → 13.4.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.
package/index.d.ts CHANGED
@@ -450,7 +450,7 @@ declare class SkyAgGridCellEditorUtils {
450
450
 
451
451
  /**
452
452
  * These column types can be used by setting the AG Grid [column definition `type`](https://www.ag-grid.com/angular-data-grid/column-properties/#reference-editing) to one of the following values.
453
- * Any [SKY UX component](https://developer.blackbaud.com/skyux/components) can be made into a [cell editor](https://www.ag-grid.com/javascript-grid-cell-editor/) or [cell renderer](https://www.ag-grid.com/javascript-grid-cell-rendering-components/) component. If you would like to use a component that does not have a column definition yet, please consider [contributing it](https://developer.blackbaud.com/skyux/contribute/contribution-process) to the SKY UX data entry grid module, or [file an issue](https://developer.blackbaud.com/skyux/contribute/contribution-process/file-issue) in the [`@skyux/ag-grid` repo](https://github.com/blackbaud/skyux-ag-grid).
453
+ * Any [SKY UX component](https://developer.blackbaud.com/skyux/components) can be made into a [cell editor](https://www.ag-grid.com/javascript-grid-cell-editor/) or [cell renderer](https://www.ag-grid.com/javascript-grid-cell-rendering-components/) component. If you would like to use a component that does not have a column definition yet, please consider [contributing it](https://github.com/blackbaud/skyux/blob/main/CONTRIBUTING.md) to the SKY UX data entry grid module.
454
454
  */
455
455
  declare enum SkyCellType {
456
456
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/ag-grid",
3
- "version": "13.3.1",
3
+ "version": "13.4.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -31,18 +31,18 @@
31
31
  "@angular/common": "^20.3.0",
32
32
  "@angular/core": "^20.3.0",
33
33
  "@angular/forms": "^20.3.0",
34
- "@skyux/autonumeric": "13.3.1",
35
- "@skyux/core": "13.3.1",
36
- "@skyux/data-manager": "13.3.1",
37
- "@skyux/datetime": "13.3.1",
38
- "@skyux/forms": "13.3.1",
39
- "@skyux/i18n": "13.3.1",
40
- "@skyux/icon": "13.3.1",
41
- "@skyux/indicators": "13.3.1",
42
- "@skyux/layout": "13.3.1",
43
- "@skyux/lookup": "13.3.1",
44
- "@skyux/popovers": "13.3.1",
45
- "@skyux/theme": "13.3.1",
34
+ "@skyux/autonumeric": "13.4.1",
35
+ "@skyux/core": "13.4.1",
36
+ "@skyux/data-manager": "13.4.1",
37
+ "@skyux/datetime": "13.4.1",
38
+ "@skyux/forms": "13.4.1",
39
+ "@skyux/i18n": "13.4.1",
40
+ "@skyux/icon": "13.4.1",
41
+ "@skyux/indicators": "13.4.1",
42
+ "@skyux/layout": "13.4.1",
43
+ "@skyux/lookup": "13.4.1",
44
+ "@skyux/popovers": "13.4.1",
45
+ "@skyux/theme": "13.4.1",
46
46
  "ag-grid-angular": "^34.1.2",
47
47
  "ag-grid-community": "^34.1.2"
48
48
  },