tnx-shared 5.1.488 → 5.1.490
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/tnx-shared.umd.js +2 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/form-schema.d.ts +1 -1
- package/classes/form-schema.d.ts.map +1 -1
- package/components/number-picker-range/number-picker-range.component.d.ts +2 -2
- package/components/number-picker-range/number-picker-range.component.d.ts.map +1 -1
- package/esm2015/classes/form-schema.js +1 -1
- package/esm2015/components/number-picker-range/number-picker-range.component.js +3 -1
- package/fesm2015/tnx-shared.js +2 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -54191,6 +54191,8 @@
|
|
|
54191
54191
|
return 'separator.0';
|
|
54192
54192
|
};
|
|
54193
54193
|
NumberPickerRangeComponent.prototype.getThousandSeperator = function () {
|
|
54194
|
+
if (this.maskType === 'intWithoutMask')
|
|
54195
|
+
return '';
|
|
54194
54196
|
return '.';
|
|
54195
54197
|
};
|
|
54196
54198
|
NumberPickerRangeComponent.prototype.checkValueInRange = function () {
|