@skyux/lookup 13.8.2 → 13.9.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/index.d.ts +2 -2
- package/package.json +11 -11
package/index.d.ts
CHANGED
|
@@ -1199,8 +1199,8 @@ interface SkySelectionModalOpenArgs {
|
|
|
1199
1199
|
*/
|
|
1200
1200
|
addClick?: (args: SkySelectionModalAddClickEventArgs) => void;
|
|
1201
1201
|
/**
|
|
1202
|
-
* The CSS class
|
|
1203
|
-
*
|
|
1202
|
+
* The CSS class, such as `ag-custom-component-popup`, to add to the modal
|
|
1203
|
+
* that you open from a cell in the data entry grid.
|
|
1204
1204
|
*/
|
|
1205
1205
|
wrapperClass?: string;
|
|
1206
1206
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lookup",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.9.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"@angular/core": "^20.3.0",
|
|
23
23
|
"@angular/forms": "^20.3.0",
|
|
24
24
|
"@angular/platform-browser": "^20.3.0",
|
|
25
|
-
"@skyux-sdk/testing": "13.
|
|
26
|
-
"@skyux/core": "13.
|
|
27
|
-
"@skyux/forms": "13.
|
|
28
|
-
"@skyux/i18n": "13.
|
|
29
|
-
"@skyux/icon": "13.
|
|
30
|
-
"@skyux/indicators": "13.
|
|
31
|
-
"@skyux/layout": "13.
|
|
32
|
-
"@skyux/lists": "13.
|
|
33
|
-
"@skyux/modals": "13.
|
|
34
|
-
"@skyux/theme": "13.
|
|
25
|
+
"@skyux-sdk/testing": "13.9.0",
|
|
26
|
+
"@skyux/core": "13.9.0",
|
|
27
|
+
"@skyux/forms": "13.9.0",
|
|
28
|
+
"@skyux/i18n": "13.9.0",
|
|
29
|
+
"@skyux/icon": "13.9.0",
|
|
30
|
+
"@skyux/indicators": "13.9.0",
|
|
31
|
+
"@skyux/layout": "13.9.0",
|
|
32
|
+
"@skyux/lists": "13.9.0",
|
|
33
|
+
"@skyux/modals": "13.9.0",
|
|
34
|
+
"@skyux/theme": "13.9.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"intl-tel-input": "25.3.1",
|