ps-toolkit-ui 1.7.83 → 1.7.84
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 -4
- 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/ckeditor/form.ckeditor.component.js +1 -5
- package/fesm2015/ps-toolkit-ui.js +0 -4
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -7724,12 +7724,8 @@
|
|
|
7724
7724
|
};
|
|
7725
7725
|
};
|
|
7726
7726
|
FormCkeditorComponent.prototype.onFocusIn = function () {
|
|
7727
|
-
console.log(this.inputBase);
|
|
7728
7727
|
// @ts-ignore
|
|
7729
7728
|
this.inputBase.instance.focus();
|
|
7730
|
-
// @ts-ignore
|
|
7731
|
-
this.inputBase.instance.element.focus();
|
|
7732
|
-
this.inputBase.nativeElement.focus();
|
|
7733
7729
|
};
|
|
7734
7730
|
FormCkeditorComponent.prototype.onKeyDown = function (e) {
|
|
7735
7731
|
this.inp.error = null;
|