@dsivd/prestations-ng 15.3.1-beta8 → 15.3.2-beta1

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.
@@ -1,9 +1,9 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { FoehnInputStringComponent } from './foehn-input-string.component';
3
3
  import { CurrencyHelper } from '../sdk-currency/currency.helper';
4
4
  import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
5
5
  import * as i0 from "@angular/core";
6
- export declare class FoehnInputNumberComponent extends FoehnInputStringComponent implements OnInit {
6
+ export declare class FoehnInputNumberComponent extends FoehnInputStringComponent implements OnInit, OnChanges {
7
7
  private currencyHelper;
8
8
  private dictionaryService;
9
9
  hideStandardHelpText: boolean;
@@ -11,10 +11,12 @@ export declare class FoehnInputNumberComponent extends FoehnInputStringComponent
11
11
  allowNegative: boolean;
12
12
  maxDecimalCount: number;
13
13
  allowFreeInput: boolean;
14
+ private initialHelpText;
14
15
  constructor(currencyHelper: CurrencyHelper, dictionaryService: SdkDictionaryService);
15
16
  get model(): string;
16
17
  set model(value: string);
17
18
  ngOnInit(): void;
19
+ ngOnChanges(changes: SimpleChanges): void;
18
20
  getMaxLength(): number;
19
21
  updateNgModel(value: string): void;
20
22
  /**
package/package.json CHANGED
@@ -36,7 +36,7 @@
36
36
  "ng-update": {
37
37
  "migrations": "./schematics/migration-collection.json"
38
38
  },
39
- "version": "15.3.1-beta8",
39
+ "version": "15.3.2-beta1",
40
40
  "module": "fesm2015/dsivd-prestations-ng.mjs",
41
41
  "es2020": "fesm2020/dsivd-prestations-ng.mjs",
42
42
  "esm2020": "esm2020/dsivd-prestations-ng.mjs",