@skyux/ag-grid 11.19.2 → 11.20.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.
- package/documentation.json +464 -480
- package/esm2022/lib/modules/ag-grid/types/header-group-info.mjs +2 -2
- package/esm2022/lib/modules/ag-grid/types/header-info.mjs +2 -2
- package/fesm2022/skyux-ag-grid.mjs +2 -2
- package/fesm2022/skyux-ag-grid.mjs.map +1 -1
- package/lib/modules/ag-grid/types/header-group-info.d.ts +1 -1
- package/lib/modules/ag-grid/types/header-info.d.ts +1 -1
- package/package.json +13 -13
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* To display a help button beside the column group header, create a component containing
|
|
5
5
|
* [`sky-help-inline`](https://developer.blackbaud.com/skyux/components/help-inline),
|
|
6
|
-
* and
|
|
6
|
+
* and inject SkyAgGridHeaderGroupInfo to access the column group
|
|
7
7
|
* information, such as display name.
|
|
8
8
|
* Add the component to the `headerGroupComponentParams.inlineHelpComponent`
|
|
9
9
|
* property of the [column group definition](https://www.ag-grid.com/angular-data-grid/column-groups/).
|
|
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
/**
|
|
4
4
|
* To display a help button beside the column header, create a component containing
|
|
5
5
|
* [`sky-help-inline`](https://developer.blackbaud.com/skyux/components/help-inline),
|
|
6
|
-
* and
|
|
6
|
+
* and inject SkyAgGridHeaderInfo to access the column information, such
|
|
7
7
|
* as display name.
|
|
8
8
|
* Add the component to the `headerComponentParams.inlineHelpComponent`
|
|
9
9
|
* property of the [column definition](https://www.ag-grid.com/angular-data-grid/column-definitions/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/ag-grid",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.20.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"@angular/common": "^18.2.8",
|
|
37
37
|
"@angular/core": "^18.2.8",
|
|
38
38
|
"@angular/forms": "^18.2.8",
|
|
39
|
-
"@skyux/autonumeric": "11.
|
|
40
|
-
"@skyux/core": "11.
|
|
41
|
-
"@skyux/data-manager": "11.
|
|
42
|
-
"@skyux/datetime": "11.
|
|
43
|
-
"@skyux/forms": "11.
|
|
44
|
-
"@skyux/i18n": "11.
|
|
45
|
-
"@skyux/icon": "11.
|
|
46
|
-
"@skyux/indicators": "11.
|
|
47
|
-
"@skyux/layout": "11.
|
|
48
|
-
"@skyux/lookup": "11.
|
|
49
|
-
"@skyux/popovers": "11.
|
|
50
|
-
"@skyux/theme": "11.
|
|
39
|
+
"@skyux/autonumeric": "11.20.0",
|
|
40
|
+
"@skyux/core": "11.20.0",
|
|
41
|
+
"@skyux/data-manager": "11.20.0",
|
|
42
|
+
"@skyux/datetime": "11.20.0",
|
|
43
|
+
"@skyux/forms": "11.20.0",
|
|
44
|
+
"@skyux/i18n": "11.20.0",
|
|
45
|
+
"@skyux/icon": "11.20.0",
|
|
46
|
+
"@skyux/indicators": "11.20.0",
|
|
47
|
+
"@skyux/layout": "11.20.0",
|
|
48
|
+
"@skyux/lookup": "11.20.0",
|
|
49
|
+
"@skyux/popovers": "11.20.0",
|
|
50
|
+
"@skyux/theme": "11.20.0",
|
|
51
51
|
"ag-grid-angular": "^32.2.2",
|
|
52
52
|
"ag-grid-community": "^32.2.2"
|
|
53
53
|
},
|