ps-toolkit-ui 1.18.4 → 1.18.5
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 -0
- 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 -1
- package/fesm2015/ps-toolkit-ui.js +1 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3922,6 +3922,7 @@
|
|
|
3922
3922
|
else if (c.enum != null) {
|
|
3923
3923
|
c.search.type = exports.InputType.Select;
|
|
3924
3924
|
c.search.options = [new OptionClass('', '-1')].concat(EnumUtils.getKeysAndValues(c.enum).map(function (x) { return new OptionClass(_this.table.l(x.key), x.value); }));
|
|
3925
|
+
console.log(c.search.options.find(function (x) { return x.value === c.searchDefault; }));
|
|
3925
3926
|
c.search.search = (_a = c.search.options.find(function (x) { return x.value === c.searchDefault; })) === null || _a === void 0 ? void 0 : _a.name;
|
|
3926
3927
|
}
|
|
3927
3928
|
else {
|