@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/CHANGELOG.md +15 -0
- package/UPGRADING_V17.md +6 -1
- package/UPGRADING_V18.md +2 -1
- package/UPGRADING_V19.md +4 -1
- package/dsivd-prestations-ng-19.0.2.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +21 -3
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/package.json +1 -1
- package/types/dsivd-prestations-ng.d.ts +2 -0
- package/dsivd-prestations-ng-19.0.2-beta.5.tgz +0 -0
package/package.json
CHANGED
|
@@ -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;
|
|
Binary file
|