@skyux/lookup 7.6.2 → 7.7.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.
@@ -55,4 +55,9 @@ export interface SkySelectionModalOpenArgs {
55
55
  * Called when users select the button to add options to the list.
56
56
  */
57
57
  addClick?: (args: SkySelectionModalAddClickEventArgs) => void;
58
+ /**
59
+ * The CSS class to add to the modal, such as `ag-custom-component-popup` for
60
+ * using a modal as part of a cell editor in Data Entry Grid.
61
+ */
62
+ wrapperClass?: string;
58
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/lookup",
3
- "version": "7.6.2",
3
+ "version": "7.7.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -46,15 +46,15 @@
46
46
  "@angular/core": "^14.2.11",
47
47
  "@angular/forms": "^14.2.11",
48
48
  "@angular/platform-browser": "^14.2.11",
49
- "@skyux-sdk/testing": "7.6.2",
50
- "@skyux/core": "7.6.2",
51
- "@skyux/forms": "7.6.2",
52
- "@skyux/i18n": "7.6.2",
53
- "@skyux/indicators": "7.6.2",
54
- "@skyux/layout": "7.6.2",
55
- "@skyux/lists": "7.6.2",
56
- "@skyux/modals": "7.6.2",
57
- "@skyux/theme": "7.6.2"
49
+ "@skyux-sdk/testing": "7.7.0",
50
+ "@skyux/core": "7.7.0",
51
+ "@skyux/forms": "7.7.0",
52
+ "@skyux/i18n": "7.7.0",
53
+ "@skyux/indicators": "7.7.0",
54
+ "@skyux/layout": "7.7.0",
55
+ "@skyux/lists": "7.7.0",
56
+ "@skyux/modals": "7.7.0",
57
+ "@skyux/theme": "7.7.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "intl-tel-input": "17.0.19",