ps-toolkit-ui 1.12.28 → 1.12.30
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 +21 -21
- 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/select/form.plaque.select.component.js +22 -22
- package/fesm2015/ps-toolkit-ui.js +21 -21
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -4765,35 +4765,35 @@
|
|
|
4765
4765
|
};
|
|
4766
4766
|
this.part1.onFocusOut = function (e) {
|
|
4767
4767
|
console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
|
|
4768
|
-
if (!$
|
|
4769
|
-
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
}
|
|
4768
|
+
// if (!$(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')){
|
|
4769
|
+
// if (this.open){
|
|
4770
|
+
// this.closeOptions();
|
|
4771
|
+
// }
|
|
4772
|
+
// }
|
|
4773
4773
|
};
|
|
4774
4774
|
this.part2.onFocusOut = function (e) {
|
|
4775
4775
|
console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
|
|
4776
|
-
if (!$
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
}
|
|
4776
|
+
// if (!$(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')){
|
|
4777
|
+
// if (this.open){
|
|
4778
|
+
// this.closeOptions();
|
|
4779
|
+
// }
|
|
4780
|
+
// }
|
|
4781
4781
|
};
|
|
4782
4782
|
this.part3.onFocusOut = function (e) {
|
|
4783
4783
|
console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
|
|
4784
|
-
if (!$
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
}
|
|
4784
|
+
// if (!$(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')){
|
|
4785
|
+
// if (this.open){
|
|
4786
|
+
// this.closeOptions();
|
|
4787
|
+
// }
|
|
4788
|
+
// }
|
|
4789
4789
|
};
|
|
4790
4790
|
this.part4.onFocusOut = function (e) {
|
|
4791
4791
|
console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
|
|
4792
|
-
if (!$
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
}
|
|
4792
|
+
// if (!$(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')){
|
|
4793
|
+
// if (this.open){
|
|
4794
|
+
// this.closeOptions();
|
|
4795
|
+
// }
|
|
4796
|
+
// }
|
|
4797
4797
|
};
|
|
4798
4798
|
};
|
|
4799
4799
|
FormPlaqueSelectComponent.prototype.loadOptions = function () {
|
|
@@ -4835,7 +4835,7 @@
|
|
|
4835
4835
|
_this.part4.value = '';
|
|
4836
4836
|
_this.inp.options = [];
|
|
4837
4837
|
}
|
|
4838
|
-
},
|
|
4838
|
+
}, 100);
|
|
4839
4839
|
return true;
|
|
4840
4840
|
};
|
|
4841
4841
|
FormPlaqueSelectComponent.prototype.setPosition = function () {
|