@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.
- package/CHANGELOG.md +14 -0
- package/dsivd-prestations-ng-18.3.14.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +47 -40
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-input/foehn-input-phone.component.d.ts +7 -8
- package/package.json +1 -1
- package/dsivd-prestations-ng-18.3.13.tgz +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,20 @@
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [18.3.14]
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- [foehn-input-phone.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-phone.component.ts)
|
|
14
|
+
- fixed help texts to be aligned with ch.vd.cyber.prestationsbe.validation.PhoneNumberValidator (prestations-be)
|
|
15
|
+
- dictionary keys have changed to be more explicit :
|
|
16
|
+
- foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_AND_MOBILE
|
|
17
|
+
- foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_ONLY
|
|
18
|
+
- foehn-input-phone.STANDARD_HELPTEXT_SWISS_MOBILE_ONLY
|
|
19
|
+
- foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_AND_MOBILE
|
|
20
|
+
- foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_ONLY
|
|
21
|
+
- foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_MOBILE_ONLY
|
|
22
|
+
|
|
9
23
|
## [18.3.13]
|
|
10
24
|
|
|
11
25
|
### Fixed
|
|
Binary file
|
|
@@ -1188,17 +1188,15 @@ const DEFAULT_DICTIONARY = {
|
|
|
1188
1188
|
'foehn-input-email.standard-connected-help-text': "Cette adresse est utilisée pour l'envoi des alertes automatiques vous informant " +
|
|
1189
1189
|
"d'un nouvel événement vous concernant sur le portail sécurisé.<br/>" +
|
|
1190
1190
|
'Vous pouvez uniquement la modifier dans les <a href="/100002/" target="_blank">préférences de votre espace sécurisé</a>',
|
|
1191
|
-
'foehn-input-phone.
|
|
1192
|
-
'<li>+
|
|
1193
|
-
'foehn-input-phone.
|
|
1194
|
-
'<li>+41791234567,</li><li>0041
|
|
1195
|
-
'foehn-input-phone.
|
|
1196
|
-
'<li>+41211234567,</li><li>0041 21 123 45 56 ou</li><li>+33 6 12 34 56 78</li></ul>)',
|
|
1197
|
-
'foehn-input-phone.DEFAULT_INTERNATIONAL_HELP_TEXT': "Préfixer avec l'indicatif de votre pays (ex : <ul class='sameLine-list'>" +
|
|
1191
|
+
'foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_ONLY': "Préfixer avec l'indicatif de votre pays (ex : <ul class='sameLine-list'>" +
|
|
1192
|
+
'<li>+41211234567,</li><li>0041 21 123 45 67 ou</li><li>+33 1 42 92 81 00</li></ul>)',
|
|
1193
|
+
'foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_MOBILE_ONLY': "Préfixer avec l'indicatif de votre pays (ex : <ul class='sameLine-list'>" +
|
|
1194
|
+
'<li>+41791234567,</li><li>0041 79 123 45 67 ou</li><li>+33 6 12 34 56 78</li></ul>)',
|
|
1195
|
+
'foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_AND_MOBILE': "Préfixer avec l'indicatif de votre pays (ex : <ul class='sameLine-list'>" +
|
|
1198
1196
|
'<li>+41791234567,</li><li>+41 22 012 34 56,</li><li>0041 79 012 34 56</li><li>ou +33612345678</li></ul>)',
|
|
1199
|
-
'foehn-input-phone.
|
|
1200
|
-
'foehn-input-phone.
|
|
1201
|
-
'foehn-input-phone.
|
|
1197
|
+
'foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_AND_MOBILE': "ex : <ul class='sameLine-list'><li>079 123 45 67,</li><li>0211234567,</li><li>+41 79 123 45 67 ou</li><li>+41211234567</li></ul>",
|
|
1198
|
+
'foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_ONLY': "ex : <ul class='sameLine-list'><li>0211234567,</li><li>021 123 45 67,</li><li>+41211234567 ou</li><li>+41 21 123 45 67</li></ul>",
|
|
1199
|
+
'foehn-input-phone.STANDARD_HELPTEXT_SWISS_MOBILE_ONLY': "ex : <ul class='sameLine-list'><li>0791234567,</li><li>079 123 45 67,</li><li>+41791234567 ou</li><li>+41 79 123 45 67</li></ul>",
|
|
1202
1200
|
'foehn-input-time.hours.label': 'Heure',
|
|
1203
1201
|
'foehn-input-time.minutes.label': 'Minutes',
|
|
1204
1202
|
'foehn-input-number.standard-help-text.label': 'Saisir un nombre entre {minValue} et {maxValue}',
|
|
@@ -11812,14 +11810,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImpo
|
|
|
11812
11810
|
], standalone: false, template: "<div\n class=\"form-group clearable-input-form-group\"\n [class.has-danger]=\"hasErrorsToDisplay()\"\n [class.vd-form-group-danger]=\"hasErrorsToDisplay()\"\n [attr.id]=\"buildId('Container')\"\n tabindex=\"-1\"\n>\n <div class=\"d-flex justify-content-between\">\n <label\n class=\"form-label\"\n [attr.for]=\"buildChildId()\"\n *ngIf=\"label && type !== 'hidden'\"\n [ngClass]=\"isLabelSrOnly ? 'visually-hidden' : labelStyleModifier\"\n >\n <span [innerHTML]=\"label\"></span>\n <span\n *ngIf=\"!required && !hideNotRequiredExtraLabel\"\n aria-hidden=\"true\"\n >\n {{ 'foehn-input.optional' | fromDictionary }}\n </span>\n </label>\n\n <foehn-help-modal\n class=\"removePaddingButton\"\n *ngIf=\"!!helpModal\"\n [modalContent]=\"helpModal\"\n ></foehn-help-modal>\n </div>\n\n <foehn-validation-alerts [component]=\"this\"></foehn-validation-alerts>\n\n <small\n *ngIf=\"standardHelpText && type !== 'hidden'\"\n [attr.id]=\"buildChildId() + 'StandardHelpText'\"\n class=\"form-text text-secondary\"\n [innerHTML]=\"standardHelpText\"\n ></small>\n\n <small\n *ngIf=\"helpText && type !== 'hidden'\"\n [attr.id]=\"buildChildId() + 'Help'\"\n class=\"form-text text-secondary\"\n [innerHTML]=\"helpText\"\n ></small>\n\n <ng-content></ng-content>\n\n <input\n [class.is-invalid]=\"hasErrorsToDisplay() || hasInheritErrorFromParent()\"\n [class.clearable-input]=\"displayClearButton() | async\"\n class=\"form-control\"\n [name]=\"name || label\"\n [attr.maxlength]=\"getMaxLength()\"\n [attr.autocomplete]=\"getAutoComplete()\"\n [attr.autocapitalize]=\"autocapitalize\"\n [attr.disabled]=\"disabled ? 'disabled' : null\"\n [attr.type]=\"type\"\n [attr.pattern]=\"pattern\"\n [attr.min]=\"min\"\n [attr.max]=\"max\"\n [attr.id]=\"buildChildId()\"\n [attr.aria-describedby]=\"getDescribedBy()\"\n [attr.aria-invalid]=\"hasErrorsToDisplay() || null\"\n [attr.aria-required]=\"required || null\"\n [ngModel]=\"model\"\n (paste)=\"onPaste($event)\"\n (ngModelChange)=\"updateNgModel($event)\"\n (input)=\"handleChange(entryComponent.value)\"\n (keydown)=\"onKeydown($event)\"\n (blur)=\"onBlur($event)\"\n (focus)=\"onFocus($event)\"\n #entryComponent\n />\n\n <button\n type=\"button\"\n [id]=\"buildChildId() + 'ClearButton'\"\n *ngIf=\"displayClearButton() | async\"\n class=\"clearable-input-clear-button btn\"\n (click)=\"onClear()\"\n >\n <foehn-icon-times\n class=\"clearable-input-clear-button-icon\"\n [title]=\"'foehn-input.clear-button.label' | fromDictionary\"\n ></foehn-icon-times>\n </button>\n</div>\n", styles: ["input::-ms-clear{display:none}input.clearable-input{padding-right:30px}.clearable-input-form-group{position:relative}:host ::ng-deep foehn-help-modal>.btn{padding-top:0!important;margin-top:0!important}.clearable-input-clear-button{position:absolute;bottom:4px;right:4px;height:30px;width:30px;background:none;border:none;box-shadow:none}.clearable-input-clear-button-icon{top:4px;right:8px;position:absolute}:host ::ng-deep .clearable-input-clear-button.btn .svg-inline--fa{color:#595959!important}:host ::ng-deep .clearable-input-clear-button.btn:hover .svg-inline--fa{color:#000!important}.chars-remaining{color:#757575;font-size:.9rem}.char-count-exceeded{color:#c21f39}:host ::ng-deep .sameLine-list{display:inline;list-style:none;padding:0}:host ::ng-deep .sameLine-list li{display:inline;padding:3px}\n"] }]
|
|
11813
11811
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
11814
11812
|
|
|
11815
|
-
const
|
|
11816
|
-
const
|
|
11817
|
-
const
|
|
11818
|
-
const
|
|
11819
|
-
const
|
|
11820
|
-
const
|
|
11821
|
-
const
|
|
11822
|
-
const BAD_PARAMS_HELP_TEXT = 'Mauvais paramétrage du composant. Un téléphone est soit international, mobile, fixe ou les deux mais pas rien';
|
|
11813
|
+
const DEFAULT_INTERNATIONAL_FIX_ONLY = 'foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_ONLY';
|
|
11814
|
+
const DEFAULT_INTERNATIONAL_MOBILE_ONLY = 'foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_MOBILE_ONLY';
|
|
11815
|
+
const DEFAULT_INTERNATIONAL_FIX_AND_MOBILE = 'foehn-input-phone.STANDARD_HELPTEXT_INTERNATIONAL_FIX_AND_MOBILE';
|
|
11816
|
+
const DEFAULT_SWISS_FIX_AND_MOBILE = 'foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_AND_MOBILE';
|
|
11817
|
+
const DEFAULT_SWISS_FIX_ONLY = 'foehn-input-phone.STANDARD_HELPTEXT_SWISS_FIX_ONLY';
|
|
11818
|
+
const DEFAULT_SWISS_MOBILE_ONLY = 'foehn-input-phone.STANDARD_HELPTEXT_SWISS_MOBILE_ONLY';
|
|
11819
|
+
const BAD_PARAMS_HELP_TEXT = 'Mauvais paramétrage du composant. Un téléphone est mobile, fixe ou les deux mais pas rien';
|
|
11823
11820
|
class FoehnInputPhoneComponent extends FoehnInputStringComponent {
|
|
11824
11821
|
constructor(dictionaryService) {
|
|
11825
11822
|
super();
|
|
@@ -11847,30 +11844,40 @@ class FoehnInputPhoneComponent extends FoehnInputStringComponent {
|
|
|
11847
11844
|
this.languageChangeSubscription?.unsubscribe();
|
|
11848
11845
|
}
|
|
11849
11846
|
getStandardHelpTextDicoKey() {
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11847
|
+
const acceptInternational = this.acceptInternational;
|
|
11848
|
+
const acceptPhone = this.acceptPhone;
|
|
11849
|
+
const acceptMobilePhone = this.acceptMobilePhone;
|
|
11850
|
+
if (!acceptPhone && !acceptMobilePhone) {
|
|
11851
|
+
return BAD_PARAMS_HELP_TEXT;
|
|
11854
11852
|
}
|
|
11855
|
-
if (
|
|
11856
|
-
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11860
|
-
|
|
11861
|
-
|
|
11862
|
-
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
|
|
11868
|
-
return DEFAULT_SWISS_PHONE_HELP_TEXT;
|
|
11853
|
+
if (!acceptInternational) {
|
|
11854
|
+
if (acceptPhone && acceptMobilePhone) {
|
|
11855
|
+
// swiss phone and swiss mobile phone, no international
|
|
11856
|
+
return DEFAULT_SWISS_FIX_AND_MOBILE;
|
|
11857
|
+
}
|
|
11858
|
+
if (acceptPhone) {
|
|
11859
|
+
// swiss phone only, no international
|
|
11860
|
+
return DEFAULT_SWISS_FIX_ONLY;
|
|
11861
|
+
}
|
|
11862
|
+
else {
|
|
11863
|
+
// swiss mobile phone only, no international
|
|
11864
|
+
return DEFAULT_SWISS_MOBILE_ONLY;
|
|
11865
|
+
}
|
|
11869
11866
|
}
|
|
11870
|
-
|
|
11871
|
-
|
|
11867
|
+
else {
|
|
11868
|
+
if (acceptPhone && acceptMobilePhone) {
|
|
11869
|
+
// international phone and international mobile phone
|
|
11870
|
+
return DEFAULT_INTERNATIONAL_FIX_AND_MOBILE;
|
|
11871
|
+
}
|
|
11872
|
+
if (acceptPhone) {
|
|
11873
|
+
// international phone only
|
|
11874
|
+
return DEFAULT_INTERNATIONAL_FIX_ONLY;
|
|
11875
|
+
}
|
|
11876
|
+
else {
|
|
11877
|
+
// international mobile phone only
|
|
11878
|
+
return DEFAULT_INTERNATIONAL_MOBILE_ONLY;
|
|
11879
|
+
}
|
|
11872
11880
|
}
|
|
11873
|
-
return BAD_PARAMS_HELP_TEXT;
|
|
11874
11881
|
}
|
|
11875
11882
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: FoehnInputPhoneComponent, deps: [{ token: SdkDictionaryService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
11876
11883
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: FoehnInputPhoneComponent, isStandalone: false, selector: "foehn-input-phone", inputs: { acceptInternational: "acceptInternational", acceptMobilePhone: "acceptMobilePhone", acceptPhone: "acceptPhone" }, providers: [
|
|
@@ -17178,5 +17185,5 @@ class SdkLog {
|
|
|
17178
17185
|
* Generated bundle index. Do not edit.
|
|
17179
17186
|
*/
|
|
17180
17187
|
|
|
17181
|
-
export { APP_INFO_API_URL, AbstractFoehnUploaderComponent, AbstractListDetailPageComponent, AbstractMenuPageComponent, AbstractPageComponent, AbstractPageFromMenuComponent, ActionStatut, Address, AddressTypeLight, ApplicationInfo, ApplicationInfoService, BAD_PARAMS_HELP_TEXT, BoDocumentError, BoDocumentsWithErrors, BoMultiUploadService, Breadcrumb, BreadcrumbEventService, BreadcrumbItem, CAPTCHA_ERROR_NAME, CURRENCY_REGEXP, Calendar, Canton, Captcha, ChunkLoadErrorHandler, ComponentError, Configuration, Country, CurrencyHelper, CurrentWeek, DECIMALS_SEPARATOR,
|
|
17188
|
+
export { APP_INFO_API_URL, AbstractFoehnUploaderComponent, AbstractListDetailPageComponent, AbstractMenuPageComponent, AbstractPageComponent, AbstractPageFromMenuComponent, ActionStatut, Address, AddressTypeLight, ApplicationInfo, ApplicationInfoService, BAD_PARAMS_HELP_TEXT, BoDocumentError, BoDocumentsWithErrors, BoMultiUploadService, Breadcrumb, BreadcrumbEventService, BreadcrumbItem, CAPTCHA_ERROR_NAME, CURRENCY_REGEXP, Calendar, Canton, Captcha, ChunkLoadErrorHandler, ComponentError, Configuration, Country, CurrencyHelper, CurrentWeek, DECIMALS_SEPARATOR, DEFAULT_INTERNATIONAL_FIX_AND_MOBILE, DEFAULT_INTERNATIONAL_FIX_ONLY, DEFAULT_INTERNATIONAL_MOBILE_ONLY, DEFAULT_PREFIX, DEFAULT_SWISS_FIX_AND_MOBILE, DEFAULT_SWISS_FIX_ONLY, DEFAULT_SWISS_MOBILE_ONLY, DICTIONARY_BASE_URL, DateHelper, DatePickerHelper, DatePickerNavigationHelper, DayMonth, DaySlots, DemandeExpirationService, DemandeHelper, DisplayCurrencyPipe, DisplayDatePipe, District, Document, DocumentError, DocumentReference, DocumentReferenceWithFile, DocumentsWithErrors, DropdownMenuGroup, DropdownMenuItem, EPaymentService, EtapeInfo, FEEDBACK_USAGERS_LOCAL_STORAGE_PREFIX, FORM_SUPPORT_CYBER_TITLE_FALLBACK, FocusedDay, FoehnAbbrComponent, FoehnAddressModule, FoehnAgendaComponent, FoehnAgendaModule, FoehnAgendaNavigationComponent, FoehnAgendaTimeslotPanelComponent, FoehnAutocompleteComponent, FoehnAutocompleteModule, FoehnBoMultiUploadComponent, FoehnBoMultiUploadModule, FoehnBooleanCheckboxComponent, FoehnBooleanModule, FoehnBooleanRadioComponent, FoehnBreadcrumbComponent, FoehnBreadcrumbModule, FoehnCheckableGroupComponent, FoehnCheckablesModule, FoehnCheckboxComponent, FoehnConfirmModalComponent, FoehnConfirmModalContent, FoehnConfirmModalModule, FoehnConfirmModalService, FoehnDateComponent, FoehnDatePickerButtonComponent, FoehnDatePickerButtonModule, FoehnDatePickerComponent, FoehnDatePickerModule, FoehnDateTimeComponent, FoehnDecisionElectroniqueComponent, FoehnDecisionElectroniqueModule, FoehnDisplayAddressComponent, FoehnDropdownMenuComponent, FoehnDropdownMenuModule, FoehnErrorPillComponent, FoehnFeedbackNotificationComponent, FoehnFeedbackNotificationModule, FoehnFormComponent, FoehnFormModule, FoehnGlobalUploadProgressBarComponent, FoehnHeaderComponent, FoehnHeaderModule, FoehnHelpModalComponent, FoehnHelpModalModule, FoehnIconCalendarComponent, FoehnIconCheckComponent, FoehnIconCheckSquareOComponent, FoehnIconChevronDownComponent, FoehnIconChevronLeftComponent, FoehnIconChevronRightComponent, FoehnIconChevronUpComponent, FoehnIconClockComponent, FoehnIconCommentDotsComponent, FoehnIconEditComponent, FoehnIconExternalLinkAltComponent, FoehnIconFilePdfComponent, FoehnIconInfoCircleComponent, FoehnIconLockComponent, FoehnIconMapMarkerComponent, FoehnIconMinusCircleComponent, FoehnIconPencilComponent, FoehnIconPlusCircleComponent, FoehnIconPlusSquareComponent, FoehnIconSearchComponent, FoehnIconTimesComponent, FoehnIconTrashAltComponent, FoehnIconUnlockAltComponent, FoehnIconUserComponent, FoehnIconsModule, FoehnInputAddressComponent, FoehnInputComponent, FoehnInputEmailComponent, FoehnInputForeignLocalityComponent, FoehnInputForeignStreetComponent, FoehnInputHiddenComponent, FoehnInputModule, FoehnInputNav13Component, FoehnInputNav13Module, FoehnInputNumberComponent, FoehnInputPasswordComponent, FoehnInputPhoneComponent, FoehnInputPrefixedTextComponent, FoehnInputStringComponent, FoehnInputTextComponent, FoehnInputTextareaComponent, FoehnListComponent, FoehnListItem, FoehnListModule, FoehnListSummaryComponent, FoehnMenuItemComponent, FoehnMenuItemTransmitComponent, FoehnMenuPrestationModule, FoehnMiscModule, FoehnModalComponent, FoehnModalModule, FoehnMultiUploadComponent, FoehnMultiUploadModule, FoehnMultiselectAutocompleteComponent, FoehnMultiselectAutocompleteModule, FoehnNavigationComponent, FoehnNavigationModule, FoehnNavigationService, FoehnNotFoundModule, FoehnNotfoundComponent, FoehnPageComponent, FoehnPageCounterComponent, FoehnPageExpirationTimerComponent, FoehnPageModalComponent, FoehnPageModule, FoehnPageService, FoehnPictureUploadComponent, FoehnPictureUploadModule, FoehnRadioComponent, FoehnRecapSectionComponent, FoehnRecapSectionModule, FoehnRemainingAlertsSummaryComponent, FoehnRemainingAlertsSummaryModule, FoehnSelectComponent, FoehnSimpleNavigationComponent, FoehnSkipLinkComponent, FoehnStatusProgressBarComponent, FoehnStatusProgressBarModule, FoehnTableColumnConfiguration, FoehnTableComponent, FoehnTableModule, FoehnTablePageChangeEvent, FoehnTimeComponent, FoehnTransmitWaitingModalComponent, FoehnTransmitWaitingModalService, FoehnUploadProgressBarComponent, FoehnUploadProgressBarModule, FoehnUserConnectedAsComponent, FoehnUserConnectedAsModule, FoehnValidationAlertSummaryComponent, FoehnValidationAlertSummaryModule, FoehnValidationAlertsComponent, FoehnValidationAlertsModule, FooterLink, FormMetadata, FormPostResponse, FormSelectOption, FormatIdePipe, FormatterModule, GESDEM_MAX_DATA_LENGTH, GesdemActionRecoveryLoginComponent, GesdemActionRecoveryModule, GesdemActionRecoveryRegistrationComponent, GesdemConfirmationComponent, GesdemConfirmationModule, GesdemErrorComponent, GesdemErrorModule, GesdemEventService, GesdemHandlerService, GesdemStatutUtils, GlobalUploadProgressService, GrowlBrokerService, GrowlMessage, GrowlType, HTTP_LOADER_FILTERED_URL, I18nForm, IAM_ACV_OIDC_REDIRECT_LOCATION_REGEX, IAM_ACV_REDIRECT_LOCATION_REGEX, IbanFormatterDirective, IdeFormatterDirective, IntervalHelper, Locality, MonthYear, MultiUploadService, Municipality, NDCFormatterDirective, NavigationDirection, NumberCurrencyFormatterDirective, OIDC_ENABLED, ObjectHelper, PORTAIL_BASE_URL_INT, PORTAIL_BASE_URL_PROD, PORTAIL_BASE_URL_VAL, PageChangeEvent, PageUploadLimitService, PaginationWeek, PendingFiles, PendingPaymentComponent, PendingUploadService, PipeModule, PlaceOfOrigin, Portail, PostalLocality, Preferences, PrestationsNgCoreModule, RECAPTCHA_API_URL, RecaptchaService, RedirectComponent, RegisterNgModelService, RowElement, SESSION_INFO_API_URL, SWISS_ISO_ID, ScrollHelper, SdkDictionaryModule, SdkDictionaryPipe, SdkDictionaryService, SdkEpaymentComponent, SdkEpaymentModule, SdkEvent, SdkEventType, SdkEventsLoggerService, SdkLog, SdkLogLevel, SdkLogsService, SdkRecaptchaComponent, SdkRecaptchaModule, SdkRedirectModule, SdkStatisticsService, SelectedSlot, ServiceLocator, Session, SessionInfo, SessionInfoData, SessionInfoWithApplicationService, Street, StreetNumber, THOUSANDS_SEPARATOR, TRANSMIT_WAITING_MODAL_DELAY_IN_MILLISECONDS, TableSort, UploadProgress, UploadProgressService, UploaderHelper, ValidationHandlerService, formatDecimalCurrency, formatNonDecimalCurrency, formatNumberAsGiven, gesdemLoaderGuard, replaceAll };
|
|
17182
17189
|
//# sourceMappingURL=dsivd-prestations-ng.mjs.map
|