fit-ui 2.13.3 → 2.13.4

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/Fit.UI.js CHANGED
@@ -682,7 +682,7 @@ Fit._internal =
682
682
  {
683
683
  Core:
684
684
  {
685
- VersionInfo: { Major: 2, Minor: 13, Patch: 3 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
685
+ VersionInfo: { Major: 2, Minor: 13, Patch: 4 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
686
686
  }
687
687
  };
688
688
 
@@ -21339,6 +21339,7 @@ Fit.Controls.WSDropDown = function(ctlId)
21339
21339
  /// Localized sorting is not supported on legacy browsers, which will fall back to sorting based on
21340
21340
  /// each character's position in the computer's character table.
21341
21341
  /// </description>
21342
+ /// <param name="val" type="string | null" default="undefined"> If defined, sorting is updated to use provided locale - null disables sorting </param>
21342
21343
  /// </function>
21343
21344
  this.ActionMenuSortingLocale = function(val)
21344
21345
  {