@dsivd/prestations-ng 18.3.13 → 18.3.14

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.
@@ -2,14 +2,13 @@ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
3
3
  import { FoehnInputStringComponent } from './foehn-input-string.component';
4
4
  import * as i0 from "@angular/core";
5
- export declare const DEFAULT_INTERNATIONAL_AND_NO_SWISS = "foehn-input-phone.DEFAULT_INTERNATIONAL_AND_NO_SWISS";
6
- export declare const DEFAULT_INTERNATIONAL_AND_NO_SWISS_PHONE = "foehn-input-phone.DEFAULT_INTERNATIONAL_AND_NO_SWISS_PHONE";
7
- export declare const DEFAULT_INTERNATIONAL_AND_NO_SWISS_MOBILE = "foehn-input-phone.DEFAULT_INTERNATIONAL_AND_NO_SWISS_MOBILE";
8
- export declare const DEFAULT_INTERNATIONAL_HELP_TEXT = "foehn-input-phone.DEFAULT_INTERNATIONAL_HELP_TEXT";
9
- export declare const DEFAULT_SWISS_HELP_TEXT = "foehn-input-phone.DEFAULT_SWISS_HELP_TEXT";
10
- export declare const DEFAULT_SWISS_PHONE_HELP_TEXT = "foehn-input-phone.DEFAULT_SWISS_PHONE_HELP_TEXT";
11
- export declare const DEFAULT_SWISS_MOBILE_PHONE_HELP_TEXT = "foehn-input-phone.DEFAULT_SWISS_MOBILE_PHONE_HELP_TEXT";
12
- export declare const BAD_PARAMS_HELP_TEXT = "Mauvais param\u00E9trage du composant. Un t\u00E9l\u00E9phone est soit international, mobile, fixe ou les deux mais pas rien";
5
+ export declare const DEFAULT_INTERNATIONAL_FIX_ONLY = "foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_ONLY";
6
+ export declare const DEFAULT_INTERNATIONAL_MOBILE_ONLY = "foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_MOBILE_ONLY";
7
+ export declare const DEFAULT_INTERNATIONAL_FIX_AND_MOBILE = "foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_AND_MOBILE";
8
+ export declare const DEFAULT_SWISS_FIX_AND_MOBILE = "foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_AND_MOBILE";
9
+ export declare const DEFAULT_SWISS_FIX_ONLY = "foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_ONLY";
10
+ export declare const DEFAULT_SWISS_MOBILE_ONLY = "foehn-input-phone.STANDARD_HELPTEXT_SWISS_MOBILE_ONLY";
11
+ export declare const BAD_PARAMS_HELP_TEXT = "Mauvais param\u00E9trage du composant. Un t\u00E9l\u00E9phone est mobile, fixe ou les deux mais pas rien";
13
12
  export declare class FoehnInputPhoneComponent extends FoehnInputStringComponent implements OnInit, OnDestroy {
14
13
  private dictionaryService;
15
14
  acceptInternational: boolean;
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "18.3.13",
43
+ "version": "18.3.14",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "index.d.ts",
46
46
  "exports": {
Binary file