tnx-shared 5.3.305 → 5.3.306

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.
@@ -32592,6 +32592,9 @@
32592
32592
  if (!column.isInTable || !column.includeSelect) {
32593
32593
  _this.lstControlNotIn.push(column.field);
32594
32594
  }
32595
+ if (column.hasOwnProperty('defaultValue')) {
32596
+ _this.defaultValues[column.field] = column.defaultValue;
32597
+ }
32595
32598
  var isBool = column.dataType == exports.DataType.boolean;
32596
32599
  if (column.controlType == exports.ControlType.dropdown || isBool || column instanceof DropdownControlSchema) {
32597
32600
  _this.lstDropdownControl.push(column.field);