@skyux/modals 13.8.2 → 13.9.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 +2 -2
- package/package.json +7 -7
package/index.d.ts
CHANGED
|
@@ -332,8 +332,8 @@ interface SkyModalConfigurationInterface {
|
|
|
332
332
|
*/
|
|
333
333
|
helpKey?: string;
|
|
334
334
|
/**
|
|
335
|
-
* The CSS class
|
|
336
|
-
*
|
|
335
|
+
* The CSS class, such as `ag-custom-component-popup`, to add to the modal
|
|
336
|
+
* that you open from a cell in the data entry grid.
|
|
337
337
|
*/
|
|
338
338
|
wrapperClass?: string;
|
|
339
339
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/modals",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.9.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"@angular/common": "^20.3.0",
|
|
21
21
|
"@angular/core": "^20.3.0",
|
|
22
22
|
"@angular/router": "^20.3.0",
|
|
23
|
-
"@skyux/core": "13.
|
|
24
|
-
"@skyux/help-inline": "13.
|
|
25
|
-
"@skyux/i18n": "13.
|
|
26
|
-
"@skyux/icon": "13.
|
|
27
|
-
"@skyux/indicators": "13.
|
|
28
|
-
"@skyux/theme": "13.
|
|
23
|
+
"@skyux/core": "13.9.1",
|
|
24
|
+
"@skyux/help-inline": "13.9.1",
|
|
25
|
+
"@skyux/i18n": "13.9.1",
|
|
26
|
+
"@skyux/icon": "13.9.1",
|
|
27
|
+
"@skyux/indicators": "13.9.1",
|
|
28
|
+
"@skyux/theme": "13.9.1"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.8.1"
|