@wavemaker/app-ng-runtime 11.8.4-rc.5773 → 11.8.5-next.27423

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.
@@ -26,6 +26,7 @@ export declare abstract class NumberLocale extends BaseInput implements Validato
26
26
  trailingzero: boolean;
27
27
  private validateType;
28
28
  inputmode: string;
29
+ decimalplaces: number;
29
30
  private lastValIsDecimal;
30
31
  constructor(inj: Injector, config: IWidgetConfig, i18nService: AbstractI18nService, trailingZeroDecimalPipe: TrailingZeroDecimalPipe, explicitContext: any);
31
32
  set datavalue(value: number);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wavemaker/app-ng-runtime",
3
- "version": "11.8.4-rc.5773",
3
+ "version": "11.8.5-next.27423",
4
4
  "description": "All modules required for a wavemaker application.",
5
5
  "main": "index.js",
6
6
  "scripts": {