@dsivd/prestations-ng 19.0.2-beta.5 → 19.0.2

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/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "19.0.2-beta.5",
43
+ "version": "19.0.2",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "types/dsivd-prestations-ng.d.ts",
46
46
  "exports": {
@@ -1291,6 +1291,7 @@ declare abstract class FoehnInputStringComponent extends FoehnInputComponent<str
1291
1291
  private readonly inputSanitizerService;
1292
1292
  onBlur(e: FocusEvent): void;
1293
1293
  onModelChange(value: string): void;
1294
+ private isZeroAsNumber;
1294
1295
  private replaceTabWithWhiteSpace;
1295
1296
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FoehnInputStringComponent, never>;
1296
1297
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FoehnInputStringComponent, never, never, { "trimOnBlur": { "alias": "trimOnBlur"; "required": false; "isSignal": true; }; "sanitizeOnBlur": { "alias": "sanitizeOnBlur"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -2205,6 +2206,7 @@ declare class RecaptchaService {
2205
2206
  private readonly publicKey;
2206
2207
  private readonly captchaScriptUrl;
2207
2208
  private token;
2209
+ private gesdemFormErrors;
2208
2210
  constructor();
2209
2211
  onSuccess(token: string): void;
2210
2212
  addError(message: string): void;