ps-toolkit-ui 1.12.25 → 1.12.26

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.
@@ -4764,6 +4764,7 @@
4764
4764
  }
4765
4765
  };
4766
4766
  this.part1.onFocusOut = function (e) {
4767
+ console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
4767
4768
  if (!$__namespace(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$__namespace(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')) {
4768
4769
  if (_this.open) {
4769
4770
  _this.closeOptions();
@@ -4771,6 +4772,7 @@
4771
4772
  }
4772
4773
  };
4773
4774
  this.part2.onFocusOut = function (e) {
4775
+ console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
4774
4776
  if (!$__namespace(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$__namespace(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')) {
4775
4777
  if (_this.open) {
4776
4778
  _this.closeOptions();
@@ -4778,6 +4780,7 @@
4778
4780
  }
4779
4781
  };
4780
4782
  this.part3.onFocusOut = function (e) {
4783
+ console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
4781
4784
  if (!$__namespace(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$__namespace(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')) {
4782
4785
  if (_this.open) {
4783
4786
  _this.closeOptions();
@@ -4785,6 +4788,7 @@
4785
4788
  }
4786
4789
  };
4787
4790
  this.part4.onFocusOut = function (e) {
4791
+ console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
4788
4792
  if (!$__namespace(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$__namespace(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')) {
4789
4793
  if (_this.open) {
4790
4794
  _this.closeOptions();
@@ -4876,8 +4880,8 @@
4876
4880
  if (isEdit === void 0) { isEdit = false; }
4877
4881
  this.inp.error = null;
4878
4882
  var va = this.getValue(v);
4879
- this.inp.value = v;
4880
- this.inp.search = va ? va.search : '';
4883
+ this.inp.setValue(v, false);
4884
+ this.inp.setSearch(va ? va.search : '');
4881
4885
  this.cSearch = this.inp.search;
4882
4886
  if (this.inp.onChange) {
4883
4887
  this.inp.onChange(this.inp);