ids-enterprise-typings
Advanced tools
Comparing version 9.0.2 to 9.1.0-beta.0
@@ -12,5 +12,11 @@ /** | ||
/** Custom clear event; can be used with a modal dialog and custom list component */ | ||
clear?: SohoLookupClearFunction; | ||
/** If a click method is defined, this flexible object can be passed in. */ | ||
clickArguments?: any; | ||
/** If a clear method is defined, this flexible object can be passed in. */ | ||
clearArguments?: any; | ||
/** Field to return from the array or can be a function. */ | ||
@@ -90,2 +96,7 @@ field?: string | SohoLookupFieldFunction; | ||
type SohoLookupClearFunction = ( | ||
e: JQuery.TriggeredEvent, | ||
lookup: SohoLookupStatic | ||
) => void; | ||
type SohoLookupFieldFunction = ( | ||
@@ -92,0 +103,0 @@ /** This row? or Cell? */ |
@@ -48,2 +48,8 @@ /** | ||
/** | ||
* go to a specific step | ||
* @param stepLink jquery object of the step anchor | ||
*/ | ||
selectStep(stepLink: JQuery): void; | ||
/** | ||
* Destructor, | ||
@@ -50,0 +56,0 @@ */ |
{ | ||
"name": "ids-enterprise-typings", | ||
"slug": "ids-enterprise-typings", | ||
"version": "9.0.2", | ||
"version": "9.1.0-beta.0", | ||
"declaration": true, | ||
@@ -6,0 +6,0 @@ "types": "index.d.ts", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
233915
7345
3