ps-toolkit-ui 1.3.77 → 1.3.78
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/ps-toolkit-ui.umd.js +1 -1
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/table/table.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +1 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3023,7 +3023,7 @@
|
|
|
3023
3023
|
try {
|
|
3024
3024
|
for (var _b = __values(this.table.cols.filter(function (x) { return x.withSearch; })), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3025
3025
|
var c = _c.value;
|
|
3026
|
-
c.search = new InputClass(this.table.environment, this.table.l, c.name, null, c.type === exports.TableCollType.Date ? exports.InputType.Date : exports.InputType.Text, 'h-25 table-search');
|
|
3026
|
+
c.search = new InputClass(this.table.environment, this.table.l, c.name, null, c.type === exports.TableCollType.Date ? exports.InputType.Date : exports.TableCollType.Price ? exports.InputType.Price : exports.InputType.Text, 'h-25 table-search');
|
|
3027
3027
|
c.search.displayLabel = false;
|
|
3028
3028
|
c.search.onChange = function () {
|
|
3029
3029
|
_this.table.load();
|