ps-toolkit-ui 1.15.49 → 1.15.51
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 +5 -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/vehicle/form.vehicle.component.js +6 -2
- package/fesm2015/ps-toolkit-ui.js +5 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7657,6 +7657,7 @@
|
|
|
7657
7657
|
}
|
|
7658
7658
|
};
|
|
7659
7659
|
this.inp.focus = function () {
|
|
7660
|
+
console.log(2222222);
|
|
7660
7661
|
_this.onFocusIn();
|
|
7661
7662
|
};
|
|
7662
7663
|
this.inp.isValid = function () {
|
|
@@ -7682,7 +7683,7 @@
|
|
|
7682
7683
|
this.inp.clear = function () {
|
|
7683
7684
|
_this.inp.error = null;
|
|
7684
7685
|
_this.inp.setValue(null, false);
|
|
7685
|
-
_this.changeType(
|
|
7686
|
+
_this.changeType(_this.inp.rows.find(function (_) { return true; }));
|
|
7686
7687
|
_this.car.clear();
|
|
7687
7688
|
_this.motor.clear();
|
|
7688
7689
|
_this.carF.clear();
|
|
@@ -7703,10 +7704,13 @@
|
|
|
7703
7704
|
this.inp.onChange(t);
|
|
7704
7705
|
}
|
|
7705
7706
|
this.onFocusIn();
|
|
7707
|
+
console.log(3333333);
|
|
7706
7708
|
};
|
|
7707
7709
|
FormVehicleComponent.prototype.onFocusIn = function () {
|
|
7708
7710
|
var _this = this;
|
|
7711
|
+
console.log(1111111111);
|
|
7709
7712
|
setTimeout(function () {
|
|
7713
|
+
console.log($('#' + _this.inp.id + 'VehicleInput #Part1TextInput .control'));
|
|
7710
7714
|
$('#' + _this.inp.id + 'VehicleInput #Part1TextInput .control').focus();
|
|
7711
7715
|
}, 100);
|
|
7712
7716
|
};
|