@valtimo/shared 13.23.0 → 13.24.0
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/assets/core/en.json +41 -0
- package/assets/core/nl.json +49 -2
- package/fesm2022/valtimo-shared.mjs +47 -47
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/package.json +3 -3
package/assets/core/en.json
CHANGED
|
@@ -632,6 +632,7 @@
|
|
|
632
632
|
"general": "General",
|
|
633
633
|
"cases": "Configuration",
|
|
634
634
|
"processes": "Processes",
|
|
635
|
+
"actions": "Actions",
|
|
635
636
|
"document": "Document",
|
|
636
637
|
"zgw": "ZGW",
|
|
637
638
|
"forms": "Forms",
|
|
@@ -715,6 +716,45 @@
|
|
|
715
716
|
}
|
|
716
717
|
},
|
|
717
718
|
"tabType": {"custom": "Custom", "formio": "FormIO", "standard": "Standard"},
|
|
719
|
+
"actions": {
|
|
720
|
+
"columns": {
|
|
721
|
+
"name": "Name",
|
|
722
|
+
"type": "Type"
|
|
723
|
+
},
|
|
724
|
+
"addItem": "Add an action",
|
|
725
|
+
"noResults": "No actions configured",
|
|
726
|
+
"noResultsDescription": "No actions are configured for this case type.",
|
|
727
|
+
"infoNotification": {
|
|
728
|
+
"message": "Actions appear under the start button of an existing case and can be initiated at any time by the user."
|
|
729
|
+
},
|
|
730
|
+
"type": {
|
|
731
|
+
"PROCESS": "Process",
|
|
732
|
+
"BUILDING_BLOCK": "Building block"
|
|
733
|
+
},
|
|
734
|
+
"modal": {
|
|
735
|
+
"addTitle": "Add an action",
|
|
736
|
+
"addDescription": "Select a process or a building block for the user to start",
|
|
737
|
+
"addProcessTitle": "Add process as action",
|
|
738
|
+
"addBuildingBlockTitle": "Add building block as action",
|
|
739
|
+
"editProcessTitle": "Edit process action",
|
|
740
|
+
"editBuildingBlockTitle": "Edit building block action",
|
|
741
|
+
"selectProcess": "Select a process",
|
|
742
|
+
"selectBuildingBlock": "Select a building block",
|
|
743
|
+
"selectProcessDescription": "Select a process for the user to start",
|
|
744
|
+
"selectBuildingBlockDescription": "Select a building block for the user to start",
|
|
745
|
+
"filterPlaceholder": "Filter...",
|
|
746
|
+
"add": "Add",
|
|
747
|
+
"save": "Save",
|
|
748
|
+
"back": "Back",
|
|
749
|
+
"next": "Next",
|
|
750
|
+
"noProcessesAvailable": "No more processes available to configure as action",
|
|
751
|
+
"noBuildingBlocksAvailable": "No more building blocks available to configure as action"
|
|
752
|
+
},
|
|
753
|
+
"deleteModal": {
|
|
754
|
+
"title": "Delete action",
|
|
755
|
+
"content": "Are you sure you want to delete this action? This cannot be undone."
|
|
756
|
+
}
|
|
757
|
+
},
|
|
718
758
|
"importDefinition": {
|
|
719
759
|
"title": "Import case definition",
|
|
720
760
|
"startUpload": "Start upload",
|
|
@@ -1934,6 +1974,7 @@
|
|
|
1934
1974
|
},
|
|
1935
1975
|
"processLinkConfiguration": {
|
|
1936
1976
|
"configureStep": "Configure process step",
|
|
1977
|
+
"buildingBlockActionTitle": "Building block action: {{buildingBlockName}}",
|
|
1937
1978
|
"modalTitle": "Process step: {{processStepName}}",
|
|
1938
1979
|
"pluginConfiguration": "Plugin configuration: {{pluginConfigTitle}}",
|
|
1939
1980
|
"chooseProcessLinkTypeDescription": "A process step can perform a variety of actions. Choose below to what type of action you would like to link this step.",
|
package/assets/core/nl.json
CHANGED
|
@@ -504,7 +504,13 @@
|
|
|
504
504
|
"setGlobalActiveVersionConfigurationIssuesWarning": "Deze versie heeft onopgeloste configuratieproblemen. Los deze op voordat u deze als actieve versie instelt.",
|
|
505
505
|
"globallyActive": "Globaal actief",
|
|
506
506
|
"unlinkProcess": "Ontkoppelen",
|
|
507
|
-
"listColumns": {
|
|
507
|
+
"listColumns": {
|
|
508
|
+
"name": "Naam",
|
|
509
|
+
"key": "Key",
|
|
510
|
+
"version": "Versie",
|
|
511
|
+
"draft": "Concept",
|
|
512
|
+
"status": "Status"
|
|
513
|
+
},
|
|
508
514
|
"needsConfiguration": "Configuratie vereist",
|
|
509
515
|
"inactive": "Inactief",
|
|
510
516
|
"globalActiveVersionModal": {
|
|
@@ -642,6 +648,7 @@
|
|
|
642
648
|
"general": "Algemeen",
|
|
643
649
|
"cases": "Configuratie",
|
|
644
650
|
"processes": "Processen",
|
|
651
|
+
"actions": "Acties",
|
|
645
652
|
"document": "Document",
|
|
646
653
|
"zgw": "ZGW",
|
|
647
654
|
"forms": "Formulieren",
|
|
@@ -725,6 +732,45 @@
|
|
|
725
732
|
}
|
|
726
733
|
},
|
|
727
734
|
"tabType": {"custom": "Inhoud", "formio": "FormIO", "standard": "Standaard"},
|
|
735
|
+
"actions": {
|
|
736
|
+
"columns": {
|
|
737
|
+
"name": "Naam",
|
|
738
|
+
"type": "Type"
|
|
739
|
+
},
|
|
740
|
+
"addItem": "Actie toevoegen",
|
|
741
|
+
"noResults": "Geen acties geconfigureerd",
|
|
742
|
+
"noResultsDescription": "Er zijn geen acties geconfigureerd voor dit dossiertype.",
|
|
743
|
+
"infoNotification": {
|
|
744
|
+
"message": "Acties verschijnen onder de startknop van een bestaand dossier en kunnen op elk moment door de gebruiker gestart worden."
|
|
745
|
+
},
|
|
746
|
+
"type": {
|
|
747
|
+
"PROCESS": "Proces",
|
|
748
|
+
"BUILDING_BLOCK": "Bouwblok"
|
|
749
|
+
},
|
|
750
|
+
"modal": {
|
|
751
|
+
"addTitle": "Actie toevoegen",
|
|
752
|
+
"addDescription": "Selecteer een proces of bouwblok dat de gebruiker kan starten",
|
|
753
|
+
"addProcessTitle": "Proces toevoegen als actie",
|
|
754
|
+
"addBuildingBlockTitle": "Bouwblok toevoegen als actie",
|
|
755
|
+
"editProcessTitle": "Procesactie bewerken",
|
|
756
|
+
"editBuildingBlockTitle": "Bouwblokactie bewerken",
|
|
757
|
+
"selectProcess": "Selecteer een proces",
|
|
758
|
+
"selectBuildingBlock": "Selecteer een bouwblok",
|
|
759
|
+
"selectProcessDescription": "Selecteer een proces dat de gebruiker kan starten",
|
|
760
|
+
"selectBuildingBlockDescription": "Selecteer een bouwblok dat de gebruiker kan starten",
|
|
761
|
+
"filterPlaceholder": "Filteren...",
|
|
762
|
+
"add": "Toevoegen",
|
|
763
|
+
"save": "Opslaan",
|
|
764
|
+
"back": "Terug",
|
|
765
|
+
"next": "Volgende",
|
|
766
|
+
"noProcessesAvailable": "Geen processen meer beschikbaar om als actie te configureren",
|
|
767
|
+
"noBuildingBlocksAvailable": "Geen bouwblokken meer beschikbaar om als actie te configureren"
|
|
768
|
+
},
|
|
769
|
+
"deleteModal": {
|
|
770
|
+
"title": "Actie verwijderen",
|
|
771
|
+
"content": "Weet u zeker dat u deze actie wilt verwijderen? Dit kan niet ongedaan worden gemaakt."
|
|
772
|
+
}
|
|
773
|
+
},
|
|
728
774
|
"importDefinition": {
|
|
729
775
|
"title": "Case-definitie importeren",
|
|
730
776
|
"startUpload": "Begin het uploaden",
|
|
@@ -1970,6 +2016,7 @@
|
|
|
1970
2016
|
},
|
|
1971
2017
|
"processLinkConfiguration": {
|
|
1972
2018
|
"configureStep": "Processtap configureren",
|
|
2019
|
+
"buildingBlockActionTitle": "Bouwblokactie: {{buildingBlockName}}",
|
|
1973
2020
|
"modalTitle": "Processtap: {{processStepName}}",
|
|
1974
2021
|
"pluginConfiguration": "Plugin configuratie: {{pluginConfigTitle}}",
|
|
1975
2022
|
"chooseProcessLinkTypeDescription": "Een processtap kan verschillende acties uitvoeren. Kies hieronder aan welk type actie je deze stap wilt koppelen.",
|
|
@@ -2138,7 +2185,7 @@
|
|
|
2138
2185
|
"savedSuccessTitleMessage": "{{key}} is succesvol opgeslagen",
|
|
2139
2186
|
"noResults": {
|
|
2140
2187
|
"description": "Klik op <strong>Nieuwe form flow toevoegen</strong> om te beginnen met het ontwerpen van je form flow",
|
|
2141
|
-
"title": "Geen
|
|
2188
|
+
"title": "Geen form flows toegevoegd"
|
|
2142
2189
|
}
|
|
2143
2190
|
},
|
|
2144
2191
|
"taskManagement": {
|
|
@@ -875,10 +875,10 @@ class ConfigService {
|
|
|
875
875
|
getFeatureToggle(featureToggle) {
|
|
876
876
|
return !!(this.featureToggles && this.featureToggles[featureToggle]);
|
|
877
877
|
}
|
|
878
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
879
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
878
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigService, deps: [{ token: VALTIMO_CONFIG }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
879
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
880
880
|
}
|
|
881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigService, decorators: [{
|
|
882
882
|
type: Injectable,
|
|
883
883
|
args: [{
|
|
884
884
|
providedIn: 'root',
|
|
@@ -975,10 +975,10 @@ class GlobalNotificationService {
|
|
|
975
975
|
return;
|
|
976
976
|
this._notificationQueue.splice(index, 1);
|
|
977
977
|
}
|
|
978
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
979
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
978
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GlobalNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
979
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GlobalNotificationService, providedIn: 'root' }); }
|
|
980
980
|
}
|
|
981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
981
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GlobalNotificationService, decorators: [{
|
|
982
982
|
type: Injectable,
|
|
983
983
|
args: [{
|
|
984
984
|
providedIn: 'root',
|
|
@@ -1025,10 +1025,10 @@ class LocalizationService {
|
|
|
1025
1025
|
updateLocalizations(updatedLocalizations) {
|
|
1026
1026
|
return this.http.put(`${this.valtimoApiUri}management/v1/localization`, updatedLocalizations);
|
|
1027
1027
|
}
|
|
1028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1029
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1028
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocalizationService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1029
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
1030
1030
|
}
|
|
1031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LocalizationService, decorators: [{
|
|
1032
1032
|
type: Injectable,
|
|
1033
1033
|
args: [{
|
|
1034
1034
|
providedIn: 'root',
|
|
@@ -1063,10 +1063,10 @@ class MenuIncludeService {
|
|
|
1063
1063
|
return of(true);
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1067
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1066
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MenuIncludeService, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1067
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MenuIncludeService, providedIn: 'root' }); }
|
|
1068
1068
|
}
|
|
1069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1069
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MenuIncludeService, decorators: [{
|
|
1070
1070
|
type: Injectable,
|
|
1071
1071
|
args: [{
|
|
1072
1072
|
providedIn: 'root',
|
|
@@ -1100,10 +1100,10 @@ class UserSettingsService {
|
|
|
1100
1100
|
saveUserSettings(settings) {
|
|
1101
1101
|
return this.http.put(`${this.valtimoApiUri}v1/user/settings`, settings);
|
|
1102
1102
|
}
|
|
1103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1104
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1103
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserSettingsService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1104
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserSettingsService, providedIn: 'root' }); }
|
|
1105
1105
|
}
|
|
1106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: UserSettingsService, decorators: [{
|
|
1107
1107
|
type: Injectable,
|
|
1108
1108
|
args: [{
|
|
1109
1109
|
providedIn: 'root',
|
|
@@ -1126,7 +1126,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1126
1126
|
* limitations under the License.
|
|
1127
1127
|
*/
|
|
1128
1128
|
const VERSIONS = {
|
|
1129
|
-
frontendLibraries: '13.
|
|
1129
|
+
frontendLibraries: '13.24.0',
|
|
1130
1130
|
};
|
|
1131
1131
|
|
|
1132
1132
|
/*
|
|
@@ -1276,10 +1276,10 @@ class EnvironmentService extends BaseApiService {
|
|
|
1276
1276
|
})
|
|
1277
1277
|
.pipe(map(response => response.canUpdateGlobalConfiguration), catchError(() => of(true)));
|
|
1278
1278
|
}
|
|
1279
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1280
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1279
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EnvironmentService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1280
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
1281
1281
|
}
|
|
1282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
1283
1283
|
type: Injectable,
|
|
1284
1284
|
args: [{
|
|
1285
1285
|
providedIn: 'root',
|
|
@@ -1327,10 +1327,10 @@ class DraftVersionService extends BaseApiService {
|
|
|
1327
1327
|
})
|
|
1328
1328
|
.pipe(map(buildingBlockDefinition => !buildingBlockDefinition.final));
|
|
1329
1329
|
}
|
|
1330
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1331
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1330
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DraftVersionService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1331
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DraftVersionService, providedIn: 'root' }); }
|
|
1332
1332
|
}
|
|
1333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1333
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: DraftVersionService, decorators: [{
|
|
1334
1334
|
type: Injectable,
|
|
1335
1335
|
args: [{
|
|
1336
1336
|
providedIn: 'root',
|
|
@@ -1379,10 +1379,10 @@ class EditPermissionsService extends BaseApiService {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
return of(false);
|
|
1381
1381
|
}
|
|
1382
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1383
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1382
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditPermissionsService, deps: [{ token: i1.HttpClient }, { token: ConfigService }, { token: EnvironmentService }, { token: DraftVersionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1383
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditPermissionsService, providedIn: 'root' }); }
|
|
1384
1384
|
}
|
|
1385
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1385
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: EditPermissionsService, decorators: [{
|
|
1386
1386
|
type: Injectable,
|
|
1387
1387
|
args: [{
|
|
1388
1388
|
providedIn: 'root',
|
|
@@ -1415,10 +1415,10 @@ class ConfigurationIssueService {
|
|
|
1415
1415
|
hasIssue$(issueType) {
|
|
1416
1416
|
return this._unresolvedIssueTypes$.pipe(map(types => types.has(issueType)));
|
|
1417
1417
|
}
|
|
1418
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1419
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1418
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigurationIssueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1419
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigurationIssueService, providedIn: 'root' }); }
|
|
1420
1420
|
}
|
|
1421
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1421
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigurationIssueService, decorators: [{
|
|
1422
1422
|
type: Injectable,
|
|
1423
1423
|
args: [{
|
|
1424
1424
|
providedIn: 'root',
|
|
@@ -1464,10 +1464,10 @@ class GlobalNotificationComponent {
|
|
|
1464
1464
|
ngOnInit() {
|
|
1465
1465
|
this.globalNotificationService.setNotificationService(this.notificationService);
|
|
1466
1466
|
}
|
|
1467
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1468
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1467
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GlobalNotificationComponent, deps: [{ token: GlobalNotificationService }, { token: i2.NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1468
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: GlobalNotificationComponent, isStandalone: true, selector: "valtimo-global-notification", providers: [NotificationService], ngImport: i0, template: ``, isInline: true, styles: ["::ng-deep .cds--toast-notification{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
|
1469
1469
|
}
|
|
1470
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1470
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GlobalNotificationComponent, decorators: [{
|
|
1471
1471
|
type: Component,
|
|
1472
1472
|
args: [{ selector: 'valtimo-global-notification', template: ``, providers: [NotificationService], standalone: true, imports: [CommonModule], styles: ["::ng-deep .cds--toast-notification{width:100%}\n"] }]
|
|
1473
1473
|
}], ctorParameters: () => [{ type: GlobalNotificationService }, { type: i2.NotificationService }] });
|
|
@@ -1499,10 +1499,10 @@ class ExtensionComponent {
|
|
|
1499
1499
|
this.configService.loadExtensionPoint(this.viewContainerRef, extension.extensionPoint);
|
|
1500
1500
|
});
|
|
1501
1501
|
}
|
|
1502
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1503
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1502
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExtensionComponent, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1503
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: ExtensionComponent, isStandalone: false, selector: "valtimo-extension", inputs: { module: "module", page: "page", section: "section" }, viewQueries: [{ propertyName: "viewContainerRef", first: true, predicate: ["injectExtension"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-template #injectExtension></ng-template>\n", styles: [""] }); }
|
|
1504
1504
|
}
|
|
1505
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ExtensionComponent, decorators: [{
|
|
1506
1506
|
type: Component,
|
|
1507
1507
|
args: [{ selector: 'valtimo-extension', standalone: false, template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-template #injectExtension></ng-template>\n" }]
|
|
1508
1508
|
}], ctorParameters: () => [{ type: ConfigService }], propDecorators: { module: [{
|
|
@@ -1544,11 +1544,11 @@ class ConfigModule {
|
|
|
1544
1544
|
],
|
|
1545
1545
|
};
|
|
1546
1546
|
}
|
|
1547
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1548
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
1549
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
1547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1548
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: ConfigModule, declarations: [ExtensionComponent], exports: [ExtensionComponent] }); }
|
|
1549
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigModule }); }
|
|
1550
1550
|
}
|
|
1551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1551
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigModule, decorators: [{
|
|
1552
1552
|
type: NgModule,
|
|
1553
1553
|
args: [{
|
|
1554
1554
|
declarations: [ExtensionComponent],
|
|
@@ -1579,10 +1579,10 @@ class MockTranslateService {
|
|
|
1579
1579
|
instant(key) {
|
|
1580
1580
|
return '';
|
|
1581
1581
|
}
|
|
1582
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1583
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1582
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockTranslateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1583
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockTranslateService, providedIn: 'root' }); }
|
|
1584
1584
|
}
|
|
1585
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1585
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockTranslateService, decorators: [{
|
|
1586
1586
|
type: Injectable,
|
|
1587
1587
|
args: [{
|
|
1588
1588
|
providedIn: 'root',
|
|
@@ -1627,10 +1627,10 @@ class MockKeycloakService {
|
|
|
1627
1627
|
async loadUserProfile() {
|
|
1628
1628
|
return this.MOCK_USER_PROFILE;
|
|
1629
1629
|
}
|
|
1630
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1631
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1630
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockKeycloakService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1631
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockKeycloakService, providedIn: 'root' }); }
|
|
1632
1632
|
}
|
|
1633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1633
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockKeycloakService, decorators: [{
|
|
1634
1634
|
type: Injectable,
|
|
1635
1635
|
args: [{
|
|
1636
1636
|
providedIn: 'root',
|
|
@@ -1656,10 +1656,10 @@ class MockIconService {
|
|
|
1656
1656
|
registerAll(value) {
|
|
1657
1657
|
return;
|
|
1658
1658
|
}
|
|
1659
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1660
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1659
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockIconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1660
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockIconService, providedIn: 'root' }); }
|
|
1661
1661
|
}
|
|
1662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: MockIconService, decorators: [{
|
|
1663
1663
|
type: Injectable,
|
|
1664
1664
|
args: [{
|
|
1665
1665
|
providedIn: 'root',
|