fit-ui 3.2.0 → 3.2.1

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: 3, Minor: 2, Patch: 0 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
685
+ VersionInfo: { Major: 3, Minor: 2, Patch: 1 } // 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
 
@@ -12643,6 +12643,10 @@ Fit.Controls.ColorPicker = function(ctlId)
12643
12643
  // Public
12644
12644
  // ============================================
12645
12645
 
12646
+ /// <function container="Fit.Controls.ColorPicker" name="ShowValue" access="public" returns="boolean">
12647
+ /// <description> Get/set value indicating whether control should show HEX color code (default) or not </description>
12648
+ /// <param name="val" type="boolean" default="undefined"> If defined, True shows label with HEX color code, False hides it </param>
12649
+ /// </function>
12646
12650
  this.ShowValue = function(val)
12647
12651
  {
12648
12652
  Fit.Validation.ExpectBoolean(val, true);