@valtimo/shared 13.18.0 → 13.20.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 +27 -8
- package/assets/core/nl.json +27 -8
- package/fesm2022/valtimo-shared.mjs +83 -47
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/services/configuration-issue.service.d.ts +11 -0
- package/lib/services/configuration-issue.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +1 -0
- package/lib/services/index.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -26,7 +26,10 @@
|
|
|
26
26
|
"confirm": "Assign",
|
|
27
27
|
"selectLabel": "Assign to user",
|
|
28
28
|
"selectPlaceholder": "Choose an option",
|
|
29
|
-
"title": "Assign selected cases to"
|
|
29
|
+
"title": "Assign selected cases to",
|
|
30
|
+
"warningTitle": "Warning",
|
|
31
|
+
"cannotAssignAnyWarning": "You do not have permission to assign any of the selected cases.",
|
|
32
|
+
"cannotAssignSomeWarning": "You do not have permission to assign some of the selected cases. These will be skipped."
|
|
30
33
|
}
|
|
31
34
|
},
|
|
32
35
|
"changePageModal": {
|
|
@@ -484,9 +487,12 @@
|
|
|
484
487
|
"setGlobalActiveVersionErrorTitle": "Error",
|
|
485
488
|
"setGlobalActiveVersionErrorMessage": "Something went wrong",
|
|
486
489
|
"setGlobalActiveVersionSuccessTitle": "Global active version updated",
|
|
490
|
+
"setGlobalActiveVersionConfigurationIssuesWarning": "This version has unresolved configuration issues. Resolve them before setting it as the active version.",
|
|
487
491
|
"globallyActive": "Globally active",
|
|
488
492
|
"unlinkProcess": "Unlink",
|
|
489
|
-
"listColumns": {"name": "Name", "key": "Key", "version": "Version", "draft": "Draft"},
|
|
493
|
+
"listColumns": {"name": "Name", "key": "Key", "version": "Version", "draft": "Draft", "status": "Status"},
|
|
494
|
+
"needsConfiguration": "Needs configuration",
|
|
495
|
+
"inactive": "Inactive",
|
|
490
496
|
"globalActiveVersionModal": {
|
|
491
497
|
"title": "Set as global active version",
|
|
492
498
|
"description": "Set the currently selected version as the global active version. Please be sure to keep in mind that things might break or not work as intended.",
|
|
@@ -565,9 +571,14 @@
|
|
|
565
571
|
},
|
|
566
572
|
"notFinalizableWarning": {
|
|
567
573
|
"title": "This case definition cannot be finalized.",
|
|
568
|
-
"BUILDING_BLOCK_NOT_FINAL": "The case definition makes use of draft building blocks. In order to finalize this case definition, make sure all the building blocks it uses are final."
|
|
574
|
+
"BUILDING_BLOCK_NOT_FINAL": "The case definition makes use of draft building blocks. In order to finalize this case definition, make sure all the building blocks it uses are final.",
|
|
575
|
+
"CONFIGURATION_ISSUES": "The case definition contains unresolved configuration issues. Please review and fix all configuration warnings before finalizing."
|
|
569
576
|
}
|
|
570
577
|
},
|
|
578
|
+
"environmentConfig": {
|
|
579
|
+
"bannerTitle": "Configuration required",
|
|
580
|
+
"bannerMessage": "This case definition contains references to configurations that do not exist in this environment. Please review and update the relevant settings."
|
|
581
|
+
},
|
|
571
582
|
"processLinkNotification": {
|
|
572
583
|
"linkSuccess": "Successfully linked process",
|
|
573
584
|
"linkFailure": "Failed to link process",
|
|
@@ -1358,7 +1369,8 @@
|
|
|
1358
1369
|
"selectZakenApiPlugin": "Select Zaken Api plugin",
|
|
1359
1370
|
"zakenApiPlugin": "Zaken Api plugin",
|
|
1360
1371
|
"rsin": "RSIN used when creating the Zaak in the Zaken Api",
|
|
1361
|
-
"selectInfoObjectType": "Select information object type"
|
|
1372
|
+
"selectInfoObjectType": "Select information object type",
|
|
1373
|
+
"configurationIssue": "This configuration is incomplete. Please review and update the settings to match this environment."
|
|
1362
1374
|
},
|
|
1363
1375
|
"zaakdetails": {
|
|
1364
1376
|
"title": "Zaak detail synchronisation",
|
|
@@ -1372,7 +1384,8 @@
|
|
|
1372
1384
|
"objectManagementConfiguration": "Object management configuration",
|
|
1373
1385
|
"objectManagementConfigurationPlaceholder": "Select an object management configuration",
|
|
1374
1386
|
"enabled": "Enabled"
|
|
1375
|
-
}
|
|
1387
|
+
},
|
|
1388
|
+
"configurationIssue": "This configuration is incomplete. Please review and update the settings to match this environment."
|
|
1376
1389
|
},
|
|
1377
1390
|
"interface": {
|
|
1378
1391
|
"icon": "Icon",
|
|
@@ -1515,9 +1528,13 @@
|
|
|
1515
1528
|
"remove": "Unassign",
|
|
1516
1529
|
"save": "Save",
|
|
1517
1530
|
"fetchingUsers": "Fetching users...",
|
|
1518
|
-
"buttonText": "Assign
|
|
1531
|
+
"buttonText": "Assign",
|
|
1532
|
+
"assignToMe": "Assign to me",
|
|
1533
|
+
"assignToOtherUser": "Assign to other user",
|
|
1519
1534
|
"submitButtonText": "Assign user to task",
|
|
1520
|
-
"comboboxLabel": "Select user to assign"
|
|
1535
|
+
"comboboxLabel": "Select user to assign",
|
|
1536
|
+
"edit": "Edit",
|
|
1537
|
+
"clickToEdit": "Click to edit"
|
|
1521
1538
|
},
|
|
1522
1539
|
"assignDocument": {
|
|
1523
1540
|
"assignedTo": "Assigned to ",
|
|
@@ -2071,7 +2088,9 @@
|
|
|
2071
2088
|
"buttonText": "Set due date",
|
|
2072
2089
|
"submitButtonText": "Set due date",
|
|
2073
2090
|
"dueDateText": "Due date:",
|
|
2074
|
-
"removeButtonText": "Remove due date"
|
|
2091
|
+
"removeButtonText": "Remove due date",
|
|
2092
|
+
"edit": "Edit",
|
|
2093
|
+
"clickToEdit": "Click to edit"
|
|
2075
2094
|
},
|
|
2076
2095
|
"processStartSuccessful": "{{processName}} has successfully been started",
|
|
2077
2096
|
"widgets": {
|
package/assets/core/nl.json
CHANGED
|
@@ -26,7 +26,10 @@
|
|
|
26
26
|
"confirm": "Toewijzen",
|
|
27
27
|
"selectLabel": "Toewijzen aan gebruiker",
|
|
28
28
|
"selectPlaceholder": "Kies een optie",
|
|
29
|
-
"title": "Wijs geselecteerde cases toe aan"
|
|
29
|
+
"title": "Wijs geselecteerde cases toe aan",
|
|
30
|
+
"warningTitle": "Waarschuwing",
|
|
31
|
+
"cannotAssignAnyWarning": "Je hebt geen toestemming om de geselecteerde dossiers toe te wijzen.",
|
|
32
|
+
"cannotAssignSomeWarning": "Je hebt geen toestemming om sommige van de geselecteerde dossiers toe te wijzen. Deze worden overgeslagen."
|
|
30
33
|
}
|
|
31
34
|
},
|
|
32
35
|
"changePageModal": {
|
|
@@ -491,9 +494,12 @@
|
|
|
491
494
|
"setGlobalActiveVersionErrorTitle": "Oeps",
|
|
492
495
|
"setGlobalActiveVersionErrorMessage": "Er is iets misgegaan",
|
|
493
496
|
"setGlobalActiveVersionSuccessTitle": "Globaal actieve versie bijgewerkt",
|
|
497
|
+
"setGlobalActiveVersionConfigurationIssuesWarning": "Deze versie heeft onopgeloste configuratieproblemen. Los deze op voordat u deze als actieve versie instelt.",
|
|
494
498
|
"globallyActive": "Globaal actief",
|
|
495
499
|
"unlinkProcess": "Ontkoppelen",
|
|
496
|
-
"listColumns": {"name": "Naam", "key": "Key", "version": "Versie", "draft": "Concept"},
|
|
500
|
+
"listColumns": {"name": "Naam", "key": "Key", "version": "Versie", "draft": "Concept", "status": "Status"},
|
|
501
|
+
"needsConfiguration": "Configuratie vereist",
|
|
502
|
+
"inactive": "Inactief",
|
|
497
503
|
"globalActiveVersionModal": {
|
|
498
504
|
"title": "Instellen als globaal actieve versie",
|
|
499
505
|
"description": "Stel de momenteel geselecteerde versie in als de globaal actieve versie. Houd er rekening mee dat dingen kapot kunnen gaan of niet werken zoals bedoeld.",
|
|
@@ -572,9 +578,14 @@
|
|
|
572
578
|
},
|
|
573
579
|
"notFinalizableWarning": {
|
|
574
580
|
"title": "Deze dossierdefinitie kan niet definitief worden gemaakt.",
|
|
575
|
-
"BUILDING_BLOCK_NOT_FINAL": "De dossierdefinitie maakt gebruik van concept-bouwblokken. Om deze dossierdefinitie definitief te kunnen maken, moeten alle bouwblokken die het gebruikt definitief zijn."
|
|
581
|
+
"BUILDING_BLOCK_NOT_FINAL": "De dossierdefinitie maakt gebruik van concept-bouwblokken. Om deze dossierdefinitie definitief te kunnen maken, moeten alle bouwblokken die het gebruikt definitief zijn.",
|
|
582
|
+
"CONFIGURATION_ISSUES": "De dossierdefinitie bevat onopgeloste configuratieproblemen. Controleer en los alle configuratiewaarschuwingen op voordat u deze definitief maakt."
|
|
576
583
|
}
|
|
577
584
|
},
|
|
585
|
+
"environmentConfig": {
|
|
586
|
+
"bannerTitle": "Configuratie vereist",
|
|
587
|
+
"bannerMessage": "Deze dossierdefinitie bevat verwijzingen naar configuraties die niet bestaan in deze omgeving. Controleer en werk de relevante instellingen bij."
|
|
588
|
+
},
|
|
578
589
|
"processLinkNotification": {
|
|
579
590
|
"linkSuccess": "Proces succesvol gekoppeld",
|
|
580
591
|
"linkFailure": "Kan het proces niet koppelen",
|
|
@@ -1386,7 +1397,8 @@
|
|
|
1386
1397
|
"selectZakenApiPlugin": "Kies Zaken Api plugin",
|
|
1387
1398
|
"zakenApiPlugin": "Zaken Api plugin",
|
|
1388
1399
|
"rsin": "RSIN gebruikt bij aanmaken zaak",
|
|
1389
|
-
"selectInfoObjectType": "Kies informatieobject-type"
|
|
1400
|
+
"selectInfoObjectType": "Kies informatieobject-type",
|
|
1401
|
+
"configurationIssue": "Deze configuratie is niet volledig. Controleer en werk de instellingen bij zodat ze overeenkomen met deze omgeving."
|
|
1390
1402
|
},
|
|
1391
1403
|
"zaakdetails": {
|
|
1392
1404
|
"title": "Zaakdetails-synchronisatie",
|
|
@@ -1400,7 +1412,8 @@
|
|
|
1400
1412
|
"objectManagementConfiguration": "Object management-configuratie",
|
|
1401
1413
|
"objectManagementConfigurationPlaceholder": "Selecteer een object management-configuratie",
|
|
1402
1414
|
"enabled": "Ingeschakeld"
|
|
1403
|
-
}
|
|
1415
|
+
},
|
|
1416
|
+
"configurationIssue": "Deze configuratie is niet volledig. Controleer en werk de instellingen bij zodat ze overeenkomen met deze omgeving."
|
|
1404
1417
|
},
|
|
1405
1418
|
"interface": {
|
|
1406
1419
|
"icon": "Icoon",
|
|
@@ -1542,9 +1555,13 @@
|
|
|
1542
1555
|
"remove": "Toewijzing ongedaan maken",
|
|
1543
1556
|
"save": "Opslaan",
|
|
1544
1557
|
"fetchingUsers": "Gebruikers ophalen...",
|
|
1545
|
-
"buttonText": "
|
|
1558
|
+
"buttonText": "Toewijzen",
|
|
1559
|
+
"assignToMe": "Aan mij toewijzen",
|
|
1560
|
+
"assignToOtherUser": "Aan andere gebruiker toewijzen",
|
|
1546
1561
|
"submitButtonText": "Gebruiker toewijzen aan taak",
|
|
1547
|
-
"comboboxLabel": "Selecteer gebruiker om toe te wijzen"
|
|
1562
|
+
"comboboxLabel": "Selecteer gebruiker om toe te wijzen",
|
|
1563
|
+
"edit": "Bewerken",
|
|
1564
|
+
"clickToEdit": "Klik om te bewerken"
|
|
1548
1565
|
},
|
|
1549
1566
|
"assignDocument": {
|
|
1550
1567
|
"assignedTo": "Toegewezen aan ",
|
|
@@ -2104,7 +2121,9 @@
|
|
|
2104
2121
|
"buttonText": "Stel einddatum in",
|
|
2105
2122
|
"submitButtonText": "Stel einddatum in",
|
|
2106
2123
|
"dueDateText": "Einddatum:",
|
|
2107
|
-
"removeButtonText": "Einddatum verwijderen"
|
|
2124
|
+
"removeButtonText": "Einddatum verwijderen",
|
|
2125
|
+
"edit": "Bewerken",
|
|
2126
|
+
"clickToEdit": "Klik om te bewerken"
|
|
2108
2127
|
},
|
|
2109
2128
|
"processStartSuccessful": "{{processName}} is succesvol gestart",
|
|
2110
2129
|
"widgets": {
|
|
@@ -3,7 +3,7 @@ import * as i0 from '@angular/core';
|
|
|
3
3
|
import { InjectionToken, Inject, Injectable, Component, ViewContainerRef, ViewChild, Input, NgModule } from '@angular/core';
|
|
4
4
|
import * as i2 from 'carbon-components-angular';
|
|
5
5
|
import { Notification, Toast, ActionableNotification, NotificationService } from 'carbon-components-angular';
|
|
6
|
-
import { of, combineLatest, map, filter, distinctUntilChanged, switchMap, take, forkJoin } from 'rxjs';
|
|
6
|
+
import { of, combineLatest, map, filter, distinctUntilChanged, switchMap, take, BehaviorSubject, forkJoin } from 'rxjs';
|
|
7
7
|
import { isEqual } from 'lodash';
|
|
8
8
|
import { TranslateHttpLoader } from '@ngx-translate/http-loader';
|
|
9
9
|
import * as i1 from '@angular/common/http';
|
|
@@ -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.18", 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.18", 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.18", 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.18", ngImport: i0, type: GlobalNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
977
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", 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.18", 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.18", 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.18", 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.18", 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.18", ngImport: i0, type: MenuIncludeService, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1065
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", 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.18", 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.18", 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.18", 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.18", 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.19", ngImpo
|
|
|
1124
1124
|
* limitations under the License.
|
|
1125
1125
|
*/
|
|
1126
1126
|
const VERSIONS = {
|
|
1127
|
-
frontendLibraries: '13.
|
|
1127
|
+
frontendLibraries: '13.20.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.18", 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.18", 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.18", 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.18", 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.18", 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.18", 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.18", 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.18", 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.18", ngImport: i0, type: EditPermissionsService, decorators: [{
|
|
1384
1384
|
type: Injectable,
|
|
1385
1385
|
args: [{
|
|
1386
1386
|
providedIn: 'root',
|
|
@@ -1388,7 +1388,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1388
1388
|
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: ConfigService }, { type: EnvironmentService }, { type: DraftVersionService }] });
|
|
1389
1389
|
|
|
1390
1390
|
/*
|
|
1391
|
-
* Copyright 2015-
|
|
1391
|
+
* Copyright 2015-2026 Ritense BV, the Netherlands.
|
|
1392
|
+
*
|
|
1393
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1394
|
+
* you may not use this file except in compliance with the License.
|
|
1395
|
+
* You may obtain a copy of the License at
|
|
1396
|
+
*
|
|
1397
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
1398
|
+
*
|
|
1399
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
1400
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
1401
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1402
|
+
* See the License for the specific language governing permissions and
|
|
1403
|
+
* limitations under the License.
|
|
1404
|
+
*/
|
|
1405
|
+
class ConfigurationIssueService {
|
|
1406
|
+
constructor() {
|
|
1407
|
+
this._unresolvedIssueTypes$ = new BehaviorSubject(new Set());
|
|
1408
|
+
this.hasAnyIssues$ = this._unresolvedIssueTypes$.pipe(map(types => types.size > 0));
|
|
1409
|
+
}
|
|
1410
|
+
setUnresolvedIssueTypes(issueTypes) {
|
|
1411
|
+
this._unresolvedIssueTypes$.next(new Set(issueTypes));
|
|
1412
|
+
}
|
|
1413
|
+
hasIssue$(issueType) {
|
|
1414
|
+
return this._unresolvedIssueTypes$.pipe(map(types => types.has(issueType)));
|
|
1415
|
+
}
|
|
1416
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigurationIssueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1417
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigurationIssueService, providedIn: 'root' }); }
|
|
1418
|
+
}
|
|
1419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigurationIssueService, decorators: [{
|
|
1420
|
+
type: Injectable,
|
|
1421
|
+
args: [{
|
|
1422
|
+
providedIn: 'root',
|
|
1423
|
+
}]
|
|
1424
|
+
}] });
|
|
1425
|
+
|
|
1426
|
+
/*
|
|
1427
|
+
* Copyright 2015-2026 Ritense BV, the Netherlands.
|
|
1392
1428
|
*
|
|
1393
1429
|
* Licensed under EUPL, Version 1.2 (the "License");
|
|
1394
1430
|
* you may not use this file except in compliance with the License.
|
|
@@ -1426,10 +1462,10 @@ class GlobalNotificationComponent {
|
|
|
1426
1462
|
ngOnInit() {
|
|
1427
1463
|
this.globalNotificationService.setNotificationService(this.notificationService);
|
|
1428
1464
|
}
|
|
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.
|
|
1465
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GlobalNotificationComponent, deps: [{ token: GlobalNotificationService }, { token: i2.NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1466
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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
1467
|
}
|
|
1432
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1468
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GlobalNotificationComponent, decorators: [{
|
|
1433
1469
|
type: Component,
|
|
1434
1470
|
args: [{ selector: 'valtimo-global-notification', template: ``, providers: [NotificationService], standalone: true, imports: [CommonModule], styles: ["::ng-deep .cds--toast-notification{width:100%}\n"] }]
|
|
1435
1471
|
}], ctorParameters: () => [{ type: GlobalNotificationService }, { type: i2.NotificationService }] });
|
|
@@ -1461,10 +1497,10 @@ class ExtensionComponent {
|
|
|
1461
1497
|
this.configService.loadExtensionPoint(this.viewContainerRef, extension.extensionPoint);
|
|
1462
1498
|
});
|
|
1463
1499
|
}
|
|
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.
|
|
1500
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ExtensionComponent, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1501
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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
1502
|
}
|
|
1467
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ExtensionComponent, decorators: [{
|
|
1468
1504
|
type: Component,
|
|
1469
1505
|
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
1506
|
}], ctorParameters: () => [{ type: ConfigService }], propDecorators: { module: [{
|
|
@@ -1506,11 +1542,11 @@ class ConfigModule {
|
|
|
1506
1542
|
],
|
|
1507
1543
|
};
|
|
1508
1544
|
}
|
|
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.
|
|
1545
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1546
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.18", ngImport: i0, type: ConfigModule, declarations: [ExtensionComponent], exports: [ExtensionComponent] }); }
|
|
1547
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigModule }); }
|
|
1512
1548
|
}
|
|
1513
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1549
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: ConfigModule, decorators: [{
|
|
1514
1550
|
type: NgModule,
|
|
1515
1551
|
args: [{
|
|
1516
1552
|
declarations: [ExtensionComponent],
|
|
@@ -1541,10 +1577,10 @@ class MockTranslateService {
|
|
|
1541
1577
|
instant(key) {
|
|
1542
1578
|
return '';
|
|
1543
1579
|
}
|
|
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.
|
|
1580
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockTranslateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1581
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockTranslateService, providedIn: 'root' }); }
|
|
1546
1582
|
}
|
|
1547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1583
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockTranslateService, decorators: [{
|
|
1548
1584
|
type: Injectable,
|
|
1549
1585
|
args: [{
|
|
1550
1586
|
providedIn: 'root',
|
|
@@ -1589,10 +1625,10 @@ class MockKeycloakService {
|
|
|
1589
1625
|
async loadUserProfile() {
|
|
1590
1626
|
return this.MOCK_USER_PROFILE;
|
|
1591
1627
|
}
|
|
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.
|
|
1628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockKeycloakService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1629
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockKeycloakService, providedIn: 'root' }); }
|
|
1594
1630
|
}
|
|
1595
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockKeycloakService, decorators: [{
|
|
1596
1632
|
type: Injectable,
|
|
1597
1633
|
args: [{
|
|
1598
1634
|
providedIn: 'root',
|
|
@@ -1618,10 +1654,10 @@ class MockIconService {
|
|
|
1618
1654
|
registerAll(value) {
|
|
1619
1655
|
return;
|
|
1620
1656
|
}
|
|
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.
|
|
1657
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockIconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1658
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockIconService, providedIn: 'root' }); }
|
|
1623
1659
|
}
|
|
1624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1660
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: MockIconService, decorators: [{
|
|
1625
1661
|
type: Injectable,
|
|
1626
1662
|
args: [{
|
|
1627
1663
|
providedIn: 'root',
|
|
@@ -1866,5 +1902,5 @@ const ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN = new InjectionToken('Specify
|
|
|
1866
1902
|
* Generated bundle index. Do not edit.
|
|
1867
1903
|
*/
|
|
1868
1904
|
|
|
1869
|
-
export { BUILDING_BLOCK_MANAGEMENT_TAB_TOKEN, BaseApiService, BasicExtensionPoint, CASE_CONFIGURATION_EXTENSIONS_TOKEN, CASE_MANAGEMENT_TAB_TOKEN, CaseListTab, ConfigModule, ConfigService, CustomMultiTranslateHttpLoader, CustomMultiTranslateHttpLoaderFactory, DEFAULT_NOTIFICATION_PARAMS, DraftVersionService, EditPermissionsService, EnvironmentService, Extension, ExtensionComponent, ExtensionLoader, FORM_VIEW_MODEL_TOKEN, GlobalNotificationComponent, GlobalNotificationService, HttpLoaderFactory, IKO_TOKEN, INITIALIZERS, IncludeFunction, InterceptorSkip, InterceptorSkipHeader, Language, LocalizationService, MenuIncludeService, MockIconService, MockKeycloakService, MockTranslateService, MultiTranslateHttpLoaderFactory, ROLE_ADMIN, ROLE_DEVELOPER, ROLE_USER, RouterUtils, TagColor, TaskListTab, UploadProvider, UrlUtils, UserSettingsService, VALTIMO_CONFIG, VERSIONS, ValtimoUserIdentity, ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN, ZGW_OBJECT_TYPE_COMPONENT_TOKEN, getBuildingBlockManagementRouteParams, getCaseManagementRouteParams, getCaseManagementRouteParamsAndContext, getContextObservable, getDisplayTypeParametersView, getNotificationObject, validateBsn };
|
|
1905
|
+
export { BUILDING_BLOCK_MANAGEMENT_TAB_TOKEN, BaseApiService, BasicExtensionPoint, CASE_CONFIGURATION_EXTENSIONS_TOKEN, CASE_MANAGEMENT_TAB_TOKEN, CaseListTab, ConfigModule, ConfigService, ConfigurationIssueService, CustomMultiTranslateHttpLoader, CustomMultiTranslateHttpLoaderFactory, DEFAULT_NOTIFICATION_PARAMS, DraftVersionService, EditPermissionsService, EnvironmentService, Extension, ExtensionComponent, ExtensionLoader, FORM_VIEW_MODEL_TOKEN, GlobalNotificationComponent, GlobalNotificationService, HttpLoaderFactory, IKO_TOKEN, INITIALIZERS, IncludeFunction, InterceptorSkip, InterceptorSkipHeader, Language, LocalizationService, MenuIncludeService, MockIconService, MockKeycloakService, MockTranslateService, MultiTranslateHttpLoaderFactory, ROLE_ADMIN, ROLE_DEVELOPER, ROLE_USER, RouterUtils, TagColor, TaskListTab, UploadProvider, UrlUtils, UserSettingsService, VALTIMO_CONFIG, VERSIONS, ValtimoUserIdentity, ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN, ZGW_OBJECT_TYPE_COMPONENT_TOKEN, getBuildingBlockManagementRouteParams, getCaseManagementRouteParams, getCaseManagementRouteParamsAndContext, getContextObservable, getDisplayTypeParametersView, getNotificationObject, validateBsn };
|
|
1870
1906
|
//# sourceMappingURL=valtimo-shared.mjs.map
|