ps-toolkit-ui 1.16.29 → 1.16.30
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 +0 -21
- 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 +1 -22
- package/fesm2015/ps-toolkit-ui.js +0 -21
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/components/form/select/form.select.component.d.ts +0 -1
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -6204,8 +6204,6 @@
|
|
|
6204
6204
|
if (this.inp.onChange) {
|
|
6205
6205
|
this.inp.onChange(this.inp, isEdit);
|
|
6206
6206
|
}
|
|
6207
|
-
console.log(this.inp, this.inp.rel, 'this.inp.rel');
|
|
6208
|
-
// this.clearRel(this.inp, v);
|
|
6209
6207
|
if (this.inp.rel) {
|
|
6210
6208
|
this.inp.rel.value = null;
|
|
6211
6209
|
this.inp.rel.search = '';
|
|
@@ -6224,25 +6222,6 @@
|
|
|
6224
6222
|
this.cI('Tab');
|
|
6225
6223
|
}
|
|
6226
6224
|
};
|
|
6227
|
-
FormSelectComponent.prototype.clearRel = function (i, v) {
|
|
6228
|
-
console.log(i.rel, 'i.reli.reli.reli.rel');
|
|
6229
|
-
while (i.rel != null) {
|
|
6230
|
-
i.rel.value = null;
|
|
6231
|
-
i.rel.search = '';
|
|
6232
|
-
i.rel.options = [];
|
|
6233
|
-
if (v !== null) {
|
|
6234
|
-
i.rel.url = i.relUrl.replace('{}', this.inp.value);
|
|
6235
|
-
if (i.rel.type !== exports.InputType.SelectAutoComplete) {
|
|
6236
|
-
i.rel.load();
|
|
6237
|
-
}
|
|
6238
|
-
else {
|
|
6239
|
-
i.rel.url += '_{}';
|
|
6240
|
-
}
|
|
6241
|
-
}
|
|
6242
|
-
i.rel = i.rel.rel;
|
|
6243
|
-
v = null;
|
|
6244
|
-
}
|
|
6245
|
-
};
|
|
6246
6225
|
FormSelectComponent.prototype.toggle = function (op) {
|
|
6247
6226
|
if (op.selected) {
|
|
6248
6227
|
this.unCheck(op);
|