ps-toolkit-ui 1.9.66 → 1.9.68
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 -0
- 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/textbox/form.textbox.component.js +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -5986,6 +5986,7 @@
|
|
|
5986
5986
|
_this.inp.value = v != null ? v.toString() : '';
|
|
5987
5987
|
_this.cValue = _this.inp.value;
|
|
5988
5988
|
};
|
|
5989
|
+
console.log(this.inp.focus, this.inp.name);
|
|
5989
5990
|
this.inp.focus = function (changeIndex) {
|
|
5990
5991
|
if (changeIndex === void 0) { changeIndex = false; }
|
|
5991
5992
|
_this.onFocusIn(changeIndex);
|
|
@@ -6096,6 +6097,7 @@
|
|
|
6096
6097
|
var _this = this;
|
|
6097
6098
|
if (changeIndex === void 0) { changeIndex = false; }
|
|
6098
6099
|
setTimeout(function () {
|
|
6100
|
+
console.log(changeIndex, _this.inp.name);
|
|
6099
6101
|
if (changeIndex) {
|
|
6100
6102
|
_this.inputBase.nativeElement.select();
|
|
6101
6103
|
}
|