ps-toolkit-ui 1.18.92 → 1.18.93
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/form/select/form.select.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
|
@@ -6086,7 +6086,6 @@
|
|
|
6086
6086
|
}
|
|
6087
6087
|
else {
|
|
6088
6088
|
if (v != null) {
|
|
6089
|
-
console.log(_this, v);
|
|
6090
6089
|
_this.setValue(v.map(String));
|
|
6091
6090
|
}
|
|
6092
6091
|
}
|
|
@@ -6158,6 +6157,7 @@
|
|
|
6158
6157
|
FormSelectComponent.prototype.setValue = function (ids, rows) {
|
|
6159
6158
|
var e_1, _b;
|
|
6160
6159
|
if (rows === void 0) { rows = this.inp.options; }
|
|
6160
|
+
console.log(ids, rows);
|
|
6161
6161
|
try {
|
|
6162
6162
|
for (var rows_1 = __values(rows), rows_1_1 = rows_1.next(); !rows_1_1.done; rows_1_1 = rows_1.next()) {
|
|
6163
6163
|
var r = rows_1_1.value;
|