ps-toolkit-ui 1.3.68 → 1.3.69

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.
@@ -4761,6 +4761,7 @@
4761
4761
  };
4762
4762
  };
4763
4763
  FormPlaqueComponent.prototype.changeFocus = function (p, a) {
4764
+ console.log(this.inp.type, p, a);
4764
4765
  if (this.inp.type === exports.InputType.Plaque) {
4765
4766
  if (p === 'Part1') {
4766
4767
  if (a === 'Tab' || a === 'Enter') {