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.
- package/bundles/tnx-shared.umd.js +3 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/common-search-form/common-search-form.component.d.ts.map +1 -1
- package/esm2015/components/common-search-form/common-search-form.component.js +4 -1
- package/fesm2015/tnx-shared.js +3 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -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);
|