fit-ui 2.5.1 → 2.5.2
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/dist/Documentation.html +1 -1
- package/dist/Fit.UI.js +190 -69
- package/dist/Fit.UI.min.js +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +0 -7
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -6059,13 +6059,6 @@ declare namespace Fit
|
|
|
6059
6059
|
*/
|
|
6060
6060
|
public JsonpCallback(val?:string | null):string | null;
|
|
6061
6061
|
/**
|
|
6062
|
-
* Get/set value indicating whether control allows for multiple selections simultaneously.
|
|
6063
|
-
* @function MultiSelectionMode
|
|
6064
|
-
* @param {boolean} [val=undefined] - If defined, True enables support for multiple selections, False disables it.
|
|
6065
|
-
* @returns boolean
|
|
6066
|
-
*/
|
|
6067
|
-
public MultiSelectionMode(val?:boolean):boolean;
|
|
6068
|
-
/**
|
|
6069
6062
|
* Add event handler fired if data request is canceled.
|
|
6070
6063
|
Function receives two arguments:
|
|
6071
6064
|
Sender (Fit.Controls.WSDropDown) and EventArgs object.
|