@skyux/ag-grid 13.8.0 → 13.8.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 +4 -1
- package/package.json +13 -13
package/index.d.ts
CHANGED
|
@@ -324,7 +324,10 @@ declare enum SkyAgGridCellEditorInitialAction {
|
|
|
324
324
|
|
|
325
325
|
interface SkyAgGridLookupProperties {
|
|
326
326
|
/**
|
|
327
|
-
* Fires when users select the button to add options to the list.
|
|
327
|
+
* Fires when users select the button to add options to the list. When the button opens a modal, include
|
|
328
|
+
* `wrapperClass: 'ag-custom-component-popup'` in the
|
|
329
|
+
* [modal configuration](https://developer.blackbaud.com/skyux/components/modal?docs-active-tab=development#interface_sky-modal-configuration-interface)
|
|
330
|
+
* to ensure proper focus behavior.
|
|
328
331
|
*/
|
|
329
332
|
addClick?: (args: SkyLookupAddClickEventArgs) => void;
|
|
330
333
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/ag-grid",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.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.8.
|
|
35
|
-
"@skyux/core": "13.8.
|
|
36
|
-
"@skyux/data-manager": "13.8.
|
|
37
|
-
"@skyux/datetime": "13.8.
|
|
38
|
-
"@skyux/forms": "13.8.
|
|
39
|
-
"@skyux/i18n": "13.8.
|
|
40
|
-
"@skyux/icon": "13.8.
|
|
41
|
-
"@skyux/indicators": "13.8.
|
|
42
|
-
"@skyux/layout": "13.8.
|
|
43
|
-
"@skyux/lookup": "13.8.
|
|
44
|
-
"@skyux/popovers": "13.8.
|
|
45
|
-
"@skyux/theme": "13.8.
|
|
34
|
+
"@skyux/autonumeric": "13.8.1",
|
|
35
|
+
"@skyux/core": "13.8.1",
|
|
36
|
+
"@skyux/data-manager": "13.8.1",
|
|
37
|
+
"@skyux/datetime": "13.8.1",
|
|
38
|
+
"@skyux/forms": "13.8.1",
|
|
39
|
+
"@skyux/i18n": "13.8.1",
|
|
40
|
+
"@skyux/icon": "13.8.1",
|
|
41
|
+
"@skyux/indicators": "13.8.1",
|
|
42
|
+
"@skyux/layout": "13.8.1",
|
|
43
|
+
"@skyux/lookup": "13.8.1",
|
|
44
|
+
"@skyux/popovers": "13.8.1",
|
|
45
|
+
"@skyux/theme": "13.8.1",
|
|
46
46
|
"ag-grid-angular": "^34.1.2",
|
|
47
47
|
"ag-grid-community": "^34.1.2"
|
|
48
48
|
},
|