ps-toolkit-ui 1.3.57 → 1.3.60
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 -2
- 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/plaque/form.plaque.component.js +5 -3
- package/fesm2015/ps-toolkit-ui.js +4 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4815,11 +4815,14 @@
|
|
|
4815
4815
|
}
|
|
4816
4816
|
};
|
|
4817
4817
|
FormPlaqueComponent.prototype.onFocusIn = function (e) {
|
|
4818
|
+
var _this = this;
|
|
4818
4819
|
if (e === void 0) { e = null; }
|
|
4819
|
-
console.log(111);
|
|
4820
|
+
console.log(111, 'onFocusIn');
|
|
4820
4821
|
if (e == null || !(e.screenX && e.screenX !== 0 && e.screenY && e.screenY !== 0)) {
|
|
4821
4822
|
console.log(2222);
|
|
4822
|
-
|
|
4823
|
+
setTimeout(function () {
|
|
4824
|
+
_this.part1.focus();
|
|
4825
|
+
}, 100);
|
|
4823
4826
|
}
|
|
4824
4827
|
};
|
|
4825
4828
|
FormPlaqueComponent.prototype.onKeyDown = function (e) {
|