ps-toolkit-ui 1.6.84 → 1.6.85
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/plaque/select/form.plaque.select.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
|
@@ -4520,6 +4520,8 @@
|
|
|
4520
4520
|
}
|
|
4521
4521
|
};
|
|
4522
4522
|
this.part1.onFocusOut = function (e) {
|
|
4523
|
+
console.log($__namespace(e.relatedTarget));
|
|
4524
|
+
console.log($__namespace(e.rangeParent));
|
|
4523
4525
|
if (!$__namespace(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$__namespace(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')) {
|
|
4524
4526
|
if (_this.open) {
|
|
4525
4527
|
_this.closeOptions();
|