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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fit-ui",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "title": "Fit.UI",
5
5
  "description": "Object Oriented framework for building rich User Interfaces",
6
6
  "main": "dist/Fit.UI.js",
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.