info-library 2.10.62 → 2.10.63
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/info-library.umd.js +2 -2
- package/bundles/info-library.umd.js.map +1 -1
- package/bundles/info-library.umd.min.js +1 -1
- package/bundles/info-library.umd.min.js.map +1 -1
- package/esm2015/controls/input/input.component.js +3 -3
- package/fesm2015/info-library.js +2 -2
- package/fesm2015/info-library.js.map +1 -1
- package/package.json +1 -1
|
@@ -5148,8 +5148,8 @@
|
|
|
5148
5148
|
this.tabindex = 0;
|
|
5149
5149
|
this.iconPrefix = '';
|
|
5150
5150
|
this.iconSuffix = '';
|
|
5151
|
-
this.min = -
|
|
5152
|
-
this.max =
|
|
5151
|
+
this.min = -99999999999999.999999999;
|
|
5152
|
+
this.max = 99999999999999.999999999;
|
|
5153
5153
|
this.step = null;
|
|
5154
5154
|
this.onblur = new i0.EventEmitter();
|
|
5155
5155
|
this.maskOptions = {
|