@colijnit/corecomponents_v12 12.0.45 → 12.0.46
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/colijnit-corecomponents_v12.umd.js +0 -1
- package/bundles/colijnit-corecomponents_v12.umd.js.map +1 -1
- package/esm2015/lib/components/base/base-input.component.js +1 -2
- package/fesm2015/colijnit-corecomponents_v12.js +0 -1
- package/fesm2015/colijnit-corecomponents_v12.js.map +1 -1
- package/lib/components/co-dialog/style/_material-definition.scss +1 -1
- package/package.json +1 -1
|
@@ -4929,7 +4929,6 @@
|
|
|
4929
4929
|
return [4 /*yield*/, this.commitClick()];
|
|
4930
4930
|
case 2:
|
|
4931
4931
|
_b.sent();
|
|
4932
|
-
this.enter.emit();
|
|
4933
4932
|
return [2 /*return*/, false];
|
|
4934
4933
|
case 3:
|
|
4935
4934
|
nextSiblingToFocus = event.shiftKey ? event.currentTarget.previousSibling : event.currentTarget.nextSibling;
|