ids-enterprise-typings 18.6.6 → 18.8.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.
@@ -95,6 +95,9 @@ interface SohoModalOptions {
95
95
  /** Center the title of the dialog. */
96
96
  centerTitle?: boolean;
97
97
 
98
+ /** Removes the padding from the modal body wrapper */
99
+ noPadding?: boolean;
100
+
98
101
  /** Adds the ability to control the opacity of the background overlay. **/
99
102
  overlayOpacity?: number;
100
103
 
@@ -41,6 +41,9 @@ interface SohoTimePickerOptions {
41
41
 
42
42
  /** Set the input to tabbable */
43
43
  tabbable?: boolean;
44
+
45
+ /** Call back for beforeValidate on blur event */
46
+ beforeValidate?: any | undefined;
44
47
  }
45
48
 
46
49
  interface SohoTimePickerEvent extends JQuery.TriggeredEvent {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "18.6.6",
4
+ "version": "18.8.0",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {