tnx-shared 5.1.507 → 5.1.508
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 +1 -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 +2 -1
- package/fesm2015/tnx-shared.js +1 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -49472,6 +49472,7 @@
|
|
|
49472
49472
|
case exports.DataType.decimal:
|
|
49473
49473
|
case exports.DataType.currency:
|
|
49474
49474
|
addColumn.maskType = column.dataType;
|
|
49475
|
+
addColumn.max = 99999999999;
|
|
49475
49476
|
addColumn.onChanged = function (evt) {
|
|
49476
49477
|
_this.handleSearch();
|
|
49477
49478
|
};
|