@dsivd/prestations-ng 15.2.3-beta12 → 15.2.3-beta13

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.
@@ -35,6 +35,7 @@ export declare class FoehnInputNumberComponent extends FoehnInputStringComponent
35
35
  private updateInputElementValue;
36
36
  private setToEmpty;
37
37
  private manageHelpText;
38
+ private formatValue;
38
39
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputNumberComponent, never>;
39
40
  static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputNumberComponent, "foehn-input-number", never, { "hideStandardHelpText": "hideStandardHelpText"; "allowDecimal": "allowDecimal"; "allowNegative": "allowNegative"; "maxDecimalCount": "maxDecimalCount"; "allowFreeInput": "allowFreeInput"; "model": "model"; }, {}, never, ["*"]>;
40
41
  }
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "ng-update": {
37
37
  "migrations": "./schematics/migration-collection.json"
38
38
  },
39
- "version": "15.2.3-beta12",
39
+ "version": "15.2.3-beta13",
40
40
  "module": "fesm2015/dsivd-prestations-ng.mjs",
41
41
  "es2020": "fesm2020/dsivd-prestations-ng.mjs",
42
42
  "esm2020": "esm2020/dsivd-prestations-ng.mjs",