@wizishop/angular-components 0.0.70 → 0.0.71
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/wizishop-angular-components.umd.js +1 -2
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/inputs/input/input.component.js +2 -3
- package/fesm2015/wizishop-angular-components.js +1 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.71.tgz +0 -0
- package/wizishop-angular-components-0.0.70.tgz +0 -0
|
@@ -1804,7 +1804,7 @@
|
|
|
1804
1804
|
this.indication = false;
|
|
1805
1805
|
this.success = false;
|
|
1806
1806
|
this.keypressEnter = new i0.EventEmitter();
|
|
1807
|
-
this.KEYPRESS_ENTER = "
|
|
1807
|
+
this.KEYPRESS_ENTER = "Enter";
|
|
1808
1808
|
this.id = 'wz-input_' +
|
|
1809
1809
|
Math.random()
|
|
1810
1810
|
.toString(36)
|
|
@@ -1846,7 +1846,6 @@
|
|
|
1846
1846
|
}
|
|
1847
1847
|
};
|
|
1848
1848
|
InputComponent.prototype.keyPress = function (event) {
|
|
1849
|
-
console.log('event', event);
|
|
1850
1849
|
if (this.keyPreventDefault.includes(event.key)) {
|
|
1851
1850
|
event.preventDefault();
|
|
1852
1851
|
}
|