vcomply-workflow-engine 3.0.22 → 3.0.23
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/vcomply-workflow-engine.umd.js +1 -0
- package/bundles/vcomply-workflow-engine.umd.js.map +1 -1
- package/esm2015/lib/ui-kit/click-outside/click-outside.directive.js +3 -2
- package/esm2015/lib/ui-kit/dialog/dialog-injector.ngsummary.json +1 -1
- package/fesm2015/vcomply-workflow-engine.js +1 -0
- package/fesm2015/vcomply-workflow-engine.js.map +1 -1
- package/package.json +1 -1
- package/vcomply-workflow-engine.metadata.json +1 -1
|
@@ -20338,6 +20338,7 @@
|
|
|
20338
20338
|
}
|
|
20339
20339
|
ClickOutsideDirective.prototype.onMouseEnter = function (targetElement) {
|
|
20340
20340
|
var clickedInside = this.elementRef.nativeElement.contains(targetElement);
|
|
20341
|
+
console.log('clickedInside', clickedInside);
|
|
20341
20342
|
if (!clickedInside) {
|
|
20342
20343
|
this.clickOutside.emit(null);
|
|
20343
20344
|
}
|