ps-toolkit-ui 1.6.41 → 1.6.44
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 +2 -7
- 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/classes/helper.class.js +1 -7
- package/esm2015/lib/components/form/car/search/form.car.search.component.js +3 -2
- package/fesm2015/ps-toolkit-ui.js +2 -7
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -1234,12 +1234,6 @@
|
|
|
1234
1234
|
window[fn] = function (s) {
|
|
1235
1235
|
if (inp.type === exports.InputType.SelectAutoComplete) {
|
|
1236
1236
|
inp.setSearch(s);
|
|
1237
|
-
inp.load(inp.url.replace('{}', s), function () {
|
|
1238
|
-
setTimeout(function () {
|
|
1239
|
-
console.log('#' + inp.name + 'Input .control');
|
|
1240
|
-
$__namespace('#' + inp.name + 'Input .control').click();
|
|
1241
|
-
}, 1000);
|
|
1242
|
-
});
|
|
1243
1237
|
}
|
|
1244
1238
|
else {
|
|
1245
1239
|
inp.setValue(s, false);
|
|
@@ -6676,7 +6670,8 @@
|
|
|
6676
6670
|
_this.inp.onChange(_this.carF.data());
|
|
6677
6671
|
}
|
|
6678
6672
|
};
|
|
6679
|
-
this.driver.onChange = function () {
|
|
6673
|
+
this.driver.onChange = function (e) {
|
|
6674
|
+
console.log(e);
|
|
6680
6675
|
_this.changeIndex.emit('Tab');
|
|
6681
6676
|
if (_this.inp.onChange) {
|
|
6682
6677
|
_this.inp.onChange(_this.driver.data());
|