@valtimo/shared 13.16.0 → 13.18.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 +18 -5
- package/assets/core/nl.json +18 -5
- package/fesm2022/valtimo-shared.mjs +44 -44
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +2 -0
- package/lib/generated/generated-backend-types.d.ts.map +1 -1
- package/lib/models/config.d.ts +3 -1
- package/lib/models/config.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -1017,6 +1017,15 @@
|
|
|
1017
1017
|
"fieldType": "Field type",
|
|
1018
1018
|
"fieldTypePlaceholder": "Enter a field type",
|
|
1019
1019
|
"fieldTypeTooltip": "The field type decides the values the user can input. For the option 'Single', the user can only input a single value. For the option 'Range', the user may input two values, and these values, and all the values in between, are searched for.",
|
|
1020
|
+
"dropdownDataProvider": "Dropdown data source",
|
|
1021
|
+
"dropdownDataProviderPlaceholder": "Select a data source",
|
|
1022
|
+
"dropdownDataProviderTooltip": "The dropdown data source determines where the dropdown values come from.",
|
|
1023
|
+
"dropdownValues": "Dropdown values",
|
|
1024
|
+
"dropdownValueKey": "Value",
|
|
1025
|
+
"dropdownValueKeyPlaceholder": "Enter value",
|
|
1026
|
+
"dropdownValueValue": "Display",
|
|
1027
|
+
"dropdownValueValuePlaceholder": "Enter the display text",
|
|
1028
|
+
"addDropdownValue": "Add dropdown value",
|
|
1020
1029
|
"add": "Add filter"
|
|
1021
1030
|
},
|
|
1022
1031
|
"displayConditions": {
|
|
@@ -1493,10 +1502,11 @@
|
|
|
1493
1502
|
"taskCreated": "Created",
|
|
1494
1503
|
"taskCompleted": "has successfully been completed",
|
|
1495
1504
|
"assignedNotificationTitle": "Task assigned",
|
|
1496
|
-
"assignedNotificationContent": "The task has been assigned to",
|
|
1497
1505
|
"unassignedNotificationTitle": "Task unassigned",
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1506
|
+
"dueDateSetNotificationTitle": "Due date set",
|
|
1507
|
+
"dueDateSetNotificationContent": "Due date '{{date}}' set for task '{{task}}'",
|
|
1508
|
+
"dueDateRemovedNotificationTitle": "Due date removed",
|
|
1509
|
+
"dueDateRemovedNotificationContent": "Due date removed for task '{{task}}'"
|
|
1500
1510
|
},
|
|
1501
1511
|
"assignTask": {
|
|
1502
1512
|
"assignedTo": "Assigned to",
|
|
@@ -1511,9 +1521,10 @@
|
|
|
1511
1521
|
},
|
|
1512
1522
|
"assignDocument": {
|
|
1513
1523
|
"assignedTo": "Assigned to ",
|
|
1514
|
-
"header": "Assign
|
|
1524
|
+
"header": "Assign user",
|
|
1515
1525
|
"remove": "Unassign",
|
|
1516
|
-
"fetchingUsers": "Fetching users..."
|
|
1526
|
+
"fetchingUsers": "Fetching users...",
|
|
1527
|
+
"submitButtonText": "Assign user to case"
|
|
1517
1528
|
},
|
|
1518
1529
|
"dropzone": {
|
|
1519
1530
|
"drop": "Choose a file or drag it here",
|
|
@@ -1855,6 +1866,7 @@
|
|
|
1855
1866
|
"processLinkConfiguration": {
|
|
1856
1867
|
"configureStep": "Configure process step",
|
|
1857
1868
|
"modalTitle": "Process step: {{processStepName}}",
|
|
1869
|
+
"pluginConfiguration": "Plugin configuration: {{pluginConfigTitle}}",
|
|
1858
1870
|
"chooseProcessLinkTypeDescription": "A process step can perform a variety of actions. Choose below to what type of action you would like to link this step.",
|
|
1859
1871
|
"chooseFormDescription": "Choose the form that you want to link to the process step.",
|
|
1860
1872
|
"chooseFormFlowDescription": "Choose the FormFlow that you want to link to the process step.",
|
|
@@ -2055,6 +2067,7 @@
|
|
|
2055
2067
|
"stacktrace": "Stacktrace"
|
|
2056
2068
|
},
|
|
2057
2069
|
"setTaskDueDate": {
|
|
2070
|
+
"label": "Select date",
|
|
2058
2071
|
"buttonText": "Set due date",
|
|
2059
2072
|
"submitButtonText": "Set due date",
|
|
2060
2073
|
"dueDateText": "Due date:",
|
package/assets/core/nl.json
CHANGED
|
@@ -1042,6 +1042,15 @@
|
|
|
1042
1042
|
"fieldType": "Veldtype",
|
|
1043
1043
|
"fieldTypePlaceholder": "Voer een veldtype in",
|
|
1044
1044
|
"fieldTypeTooltip": "Het veldtype bepaalt de waarden die de gebruiker kan invoeren. Voor de optie 'Enkel' kan de gebruiker slechts één waarde invoeren. Bij de optie 'Reeks' kan de gebruiker twee waarden invoeren. Naar deze waarden, en alle waarden daartussen, wordt vervolgens gezocht.",
|
|
1045
|
+
"dropdownDataProvider": "Dropdown-databron",
|
|
1046
|
+
"dropdownDataProviderPlaceholder": "Kies een databron",
|
|
1047
|
+
"dropdownDataProviderTooltip": "De dropdown-databron bepaalt waar de waarden voor de dropdown vandaan komen.",
|
|
1048
|
+
"dropdownValues": "Dropdown-waarden",
|
|
1049
|
+
"dropdownValueKey": "Waarde",
|
|
1050
|
+
"dropdownValueKeyPlaceholder": "Voer een waarde in",
|
|
1051
|
+
"dropdownValueValue": "Weergave",
|
|
1052
|
+
"dropdownValueValuePlaceholder": "Voer de weergegeven tekst in",
|
|
1053
|
+
"addDropdownValue": "Dropdown-waarde toevoegen",
|
|
1045
1054
|
"add": "Filter toevoegen"
|
|
1046
1055
|
},
|
|
1047
1056
|
"displayConditions": {
|
|
@@ -1520,10 +1529,11 @@
|
|
|
1520
1529
|
"taskCreated": "Aangemaakt op",
|
|
1521
1530
|
"taskCompleted": "is succesvol afgerond",
|
|
1522
1531
|
"assignedNotificationTitle": "Taak toegewezen",
|
|
1523
|
-
"assignedNotificationContent": "De taak is toegewezen aan",
|
|
1524
1532
|
"unassignedNotificationTitle": "Taak niet meer toegewezen",
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1533
|
+
"dueDateSetNotificationTitle": "Einddatum ingesteld",
|
|
1534
|
+
"dueDateSetNotificationContent": "Einddatum '{{date}}' ingesteld voor taak '{{task}}'",
|
|
1535
|
+
"dueDateRemovedNotificationTitle": "Einddatum verwijderd",
|
|
1536
|
+
"dueDateRemovedNotificationContent": "Einddatum verwijderd voor taak '{{task}}'"
|
|
1527
1537
|
},
|
|
1528
1538
|
"assignTask": {
|
|
1529
1539
|
"assignedTo": "Toegewezen aan",
|
|
@@ -1538,9 +1548,10 @@
|
|
|
1538
1548
|
},
|
|
1539
1549
|
"assignDocument": {
|
|
1540
1550
|
"assignedTo": "Toegewezen aan ",
|
|
1541
|
-
"header": "Gebruiker toewijzen
|
|
1551
|
+
"header": "Gebruiker toewijzen",
|
|
1542
1552
|
"remove": "Toewijzing ongedaan maken",
|
|
1543
|
-
"fetchingUsers": "Gebruikers ophalen..."
|
|
1553
|
+
"fetchingUsers": "Gebruikers ophalen...",
|
|
1554
|
+
"submitButtonText": "Gebruiker toewijzen aan dossier"
|
|
1544
1555
|
},
|
|
1545
1556
|
"dropzone": {
|
|
1546
1557
|
"drop": "Kies een bestand, of sleep het hier naartoe",
|
|
@@ -1888,6 +1899,7 @@
|
|
|
1888
1899
|
"processLinkConfiguration": {
|
|
1889
1900
|
"configureStep": "Processtap configureren",
|
|
1890
1901
|
"modalTitle": "Processtap: {{processStepName}}",
|
|
1902
|
+
"pluginConfiguration": "Plugin configuratie: {{pluginConfigTitle}}",
|
|
1891
1903
|
"chooseProcessLinkTypeDescription": "Een processtap kan verschillende acties uitvoeren. Kies hieronder aan welk type actie je deze stap wilt koppelen.",
|
|
1892
1904
|
"chooseFormDescription": "Kies hier het formulier dat je aan de processtap wilt koppelen.",
|
|
1893
1905
|
"chooseFormFlowDescription": "Kies hier de FormFlow die je aan de processtap wilt koppelen.",
|
|
@@ -2088,6 +2100,7 @@
|
|
|
2088
2100
|
"stacktrace": "Stacktrace"
|
|
2089
2101
|
},
|
|
2090
2102
|
"setTaskDueDate": {
|
|
2103
|
+
"label": "Selecteer datum",
|
|
2091
2104
|
"buttonText": "Stel einddatum in",
|
|
2092
2105
|
"submitButtonText": "Stel einddatum in",
|
|
2093
2106
|
"dueDateText": "Einddatum:",
|
|
@@ -873,10 +873,10 @@ class ConfigService {
|
|
|
873
873
|
getFeatureToggle(featureToggle) {
|
|
874
874
|
return !!(this.featureToggles && this.featureToggles[featureToggle]);
|
|
875
875
|
}
|
|
876
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
877
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
876
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ConfigService, deps: [{ token: VALTIMO_CONFIG }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
877
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
878
878
|
}
|
|
879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ConfigService, decorators: [{
|
|
880
880
|
type: Injectable,
|
|
881
881
|
args: [{
|
|
882
882
|
providedIn: 'root',
|
|
@@ -973,10 +973,10 @@ class GlobalNotificationService {
|
|
|
973
973
|
return;
|
|
974
974
|
this._notificationQueue.splice(index, 1);
|
|
975
975
|
}
|
|
976
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
977
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
976
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GlobalNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
977
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GlobalNotificationService, providedIn: 'root' }); }
|
|
978
978
|
}
|
|
979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
979
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GlobalNotificationService, decorators: [{
|
|
980
980
|
type: Injectable,
|
|
981
981
|
args: [{
|
|
982
982
|
providedIn: 'root',
|
|
@@ -1023,10 +1023,10 @@ class LocalizationService {
|
|
|
1023
1023
|
updateLocalizations(updatedLocalizations) {
|
|
1024
1024
|
return this.http.put(`${this.valtimoApiUri}management/v1/localization`, updatedLocalizations);
|
|
1025
1025
|
}
|
|
1026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1027
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1026
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: LocalizationService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1027
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
1028
1028
|
}
|
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: LocalizationService, decorators: [{
|
|
1030
1030
|
type: Injectable,
|
|
1031
1031
|
args: [{
|
|
1032
1032
|
providedIn: 'root',
|
|
@@ -1061,10 +1061,10 @@ class MenuIncludeService {
|
|
|
1061
1061
|
return of(true);
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1065
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1064
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MenuIncludeService, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1065
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MenuIncludeService, providedIn: 'root' }); }
|
|
1066
1066
|
}
|
|
1067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1067
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MenuIncludeService, decorators: [{
|
|
1068
1068
|
type: Injectable,
|
|
1069
1069
|
args: [{
|
|
1070
1070
|
providedIn: 'root',
|
|
@@ -1098,10 +1098,10 @@ class UserSettingsService {
|
|
|
1098
1098
|
saveUserSettings(settings) {
|
|
1099
1099
|
return this.http.put(`${this.valtimoApiUri}v1/user/settings`, settings);
|
|
1100
1100
|
}
|
|
1101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1102
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1101
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: UserSettingsService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1102
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: UserSettingsService, providedIn: 'root' }); }
|
|
1103
1103
|
}
|
|
1104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: UserSettingsService, decorators: [{
|
|
1105
1105
|
type: Injectable,
|
|
1106
1106
|
args: [{
|
|
1107
1107
|
providedIn: 'root',
|
|
@@ -1124,7 +1124,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1124
1124
|
* limitations under the License.
|
|
1125
1125
|
*/
|
|
1126
1126
|
const VERSIONS = {
|
|
1127
|
-
frontendLibraries: '13.
|
|
1127
|
+
frontendLibraries: '13.18.0',
|
|
1128
1128
|
};
|
|
1129
1129
|
|
|
1130
1130
|
/*
|
|
@@ -1274,10 +1274,10 @@ class EnvironmentService extends BaseApiService {
|
|
|
1274
1274
|
})
|
|
1275
1275
|
.pipe(map(response => response.canUpdateGlobalConfiguration), catchError(() => of(true)));
|
|
1276
1276
|
}
|
|
1277
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1278
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: EnvironmentService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1278
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
1279
1279
|
}
|
|
1280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
1281
1281
|
type: Injectable,
|
|
1282
1282
|
args: [{
|
|
1283
1283
|
providedIn: 'root',
|
|
@@ -1325,10 +1325,10 @@ class DraftVersionService extends BaseApiService {
|
|
|
1325
1325
|
})
|
|
1326
1326
|
.pipe(map(buildingBlockDefinition => !buildingBlockDefinition.final));
|
|
1327
1327
|
}
|
|
1328
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1329
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1328
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: DraftVersionService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1329
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: DraftVersionService, providedIn: 'root' }); }
|
|
1330
1330
|
}
|
|
1331
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1331
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: DraftVersionService, decorators: [{
|
|
1332
1332
|
type: Injectable,
|
|
1333
1333
|
args: [{
|
|
1334
1334
|
providedIn: 'root',
|
|
@@ -1377,10 +1377,10 @@ class EditPermissionsService extends BaseApiService {
|
|
|
1377
1377
|
}
|
|
1378
1378
|
return of(false);
|
|
1379
1379
|
}
|
|
1380
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1381
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1380
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: EditPermissionsService, deps: [{ token: i1.HttpClient }, { token: ConfigService }, { token: EnvironmentService }, { token: DraftVersionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1381
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: EditPermissionsService, providedIn: 'root' }); }
|
|
1382
1382
|
}
|
|
1383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: EditPermissionsService, decorators: [{
|
|
1384
1384
|
type: Injectable,
|
|
1385
1385
|
args: [{
|
|
1386
1386
|
providedIn: 'root',
|
|
@@ -1426,10 +1426,10 @@ class GlobalNotificationComponent {
|
|
|
1426
1426
|
ngOnInit() {
|
|
1427
1427
|
this.globalNotificationService.setNotificationService(this.notificationService);
|
|
1428
1428
|
}
|
|
1429
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1430
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1429
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GlobalNotificationComponent, deps: [{ token: GlobalNotificationService }, { token: i2.NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1430
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", 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 }] }); }
|
|
1431
1431
|
}
|
|
1432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1432
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GlobalNotificationComponent, decorators: [{
|
|
1433
1433
|
type: Component,
|
|
1434
1434
|
args: [{ selector: 'valtimo-global-notification', template: ``, providers: [NotificationService], standalone: true, imports: [CommonModule], styles: ["::ng-deep .cds--toast-notification{width:100%}\n"] }]
|
|
1435
1435
|
}], ctorParameters: () => [{ type: GlobalNotificationService }, { type: i2.NotificationService }] });
|
|
@@ -1461,10 +1461,10 @@ class ExtensionComponent {
|
|
|
1461
1461
|
this.configService.loadExtensionPoint(this.viewContainerRef, extension.extensionPoint);
|
|
1462
1462
|
});
|
|
1463
1463
|
}
|
|
1464
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1465
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1464
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ExtensionComponent, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1465
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", 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: [""] }); }
|
|
1466
1466
|
}
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ExtensionComponent, decorators: [{
|
|
1468
1468
|
type: Component,
|
|
1469
1469
|
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" }]
|
|
1470
1470
|
}], ctorParameters: () => [{ type: ConfigService }], propDecorators: { module: [{
|
|
@@ -1506,11 +1506,11 @@ class ConfigModule {
|
|
|
1506
1506
|
],
|
|
1507
1507
|
};
|
|
1508
1508
|
}
|
|
1509
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1510
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
1511
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
1509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ConfigModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1510
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: ConfigModule, declarations: [ExtensionComponent], exports: [ExtensionComponent] }); }
|
|
1511
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ConfigModule }); }
|
|
1512
1512
|
}
|
|
1513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: ConfigModule, decorators: [{
|
|
1514
1514
|
type: NgModule,
|
|
1515
1515
|
args: [{
|
|
1516
1516
|
declarations: [ExtensionComponent],
|
|
@@ -1541,10 +1541,10 @@ class MockTranslateService {
|
|
|
1541
1541
|
instant(key) {
|
|
1542
1542
|
return '';
|
|
1543
1543
|
}
|
|
1544
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1545
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1544
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockTranslateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1545
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockTranslateService, providedIn: 'root' }); }
|
|
1546
1546
|
}
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockTranslateService, decorators: [{
|
|
1548
1548
|
type: Injectable,
|
|
1549
1549
|
args: [{
|
|
1550
1550
|
providedIn: 'root',
|
|
@@ -1589,10 +1589,10 @@ class MockKeycloakService {
|
|
|
1589
1589
|
async loadUserProfile() {
|
|
1590
1590
|
return this.MOCK_USER_PROFILE;
|
|
1591
1591
|
}
|
|
1592
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1593
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1592
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockKeycloakService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1593
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockKeycloakService, providedIn: 'root' }); }
|
|
1594
1594
|
}
|
|
1595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1595
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockKeycloakService, decorators: [{
|
|
1596
1596
|
type: Injectable,
|
|
1597
1597
|
args: [{
|
|
1598
1598
|
providedIn: 'root',
|
|
@@ -1618,10 +1618,10 @@ class MockIconService {
|
|
|
1618
1618
|
registerAll(value) {
|
|
1619
1619
|
return;
|
|
1620
1620
|
}
|
|
1621
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1622
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1621
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockIconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1622
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockIconService, providedIn: 'root' }); }
|
|
1623
1623
|
}
|
|
1624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: MockIconService, decorators: [{
|
|
1625
1625
|
type: Injectable,
|
|
1626
1626
|
args: [{
|
|
1627
1627
|
providedIn: 'root',
|