@valtimo/shared 13.27.0 → 13.28.1
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 +223 -4
- package/assets/core/nl.json +212 -2
- package/fesm2022/valtimo-shared.mjs +23 -12
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +155 -19
- package/lib/generated/generated-backend-types.d.ts.map +1 -1
- package/lib/models/config.d.ts +1 -1
- package/lib/models/config.d.ts.map +1 -1
- package/lib/models/menu-item.model.d.ts +1 -1
- package/lib/models/menu-item.model.d.ts.map +1 -1
- package/lib/models/user-settings.model.d.ts +6 -0
- package/lib/models/user-settings.model.d.ts.map +1 -1
- package/lib/services/config.service.d.ts +5 -3
- package/lib/services/config.service.d.ts.map +1 -1
- package/lib/services/menu-include.service.d.ts +0 -1
- package/lib/services/menu-include.service.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"TaskDueDateSetEvent": "Task due date set > {{taskName}}"
|
|
19
19
|
},
|
|
20
20
|
"case": {
|
|
21
|
+
"allCases": "All cases",
|
|
21
22
|
"exportButtonTooltip": "Export current case list",
|
|
22
23
|
"summaryFormNotFound": "Summary form not found for '{{caseDefinitionKey}}'. A form named '{{caseDefinitionKey}}.summary' must exist using the case definition key.",
|
|
23
24
|
"bulkAssign": {
|
|
@@ -47,7 +48,10 @@
|
|
|
47
48
|
"ALL": {"description": "There is nothing to do here.", "title": "There are no cases"},
|
|
48
49
|
"MINE": {"description": "Time for a short break.", "title": "No cases assigned to you"},
|
|
49
50
|
"OPEN": {"description": "Come back later.", "title": "All cases have been assigned"},
|
|
50
|
-
"TEAM": {
|
|
51
|
+
"TEAM": {
|
|
52
|
+
"description": "No cases have been assigned to your teams yet.",
|
|
53
|
+
"title": "No team cases"
|
|
54
|
+
},
|
|
51
55
|
"search": {
|
|
52
56
|
"description": "There are no cases that match your search criteria.",
|
|
53
57
|
"title": "No cases found"
|
|
@@ -501,7 +505,13 @@
|
|
|
501
505
|
"setGlobalActiveVersionConfigurationIssuesWarning": "This version has unresolved configuration issues. Resolve them before setting it as the active version.",
|
|
502
506
|
"globallyActive": "Globally active",
|
|
503
507
|
"unlinkProcess": "Unlink",
|
|
504
|
-
"listColumns": {
|
|
508
|
+
"listColumns": {
|
|
509
|
+
"name": "Name",
|
|
510
|
+
"key": "Key",
|
|
511
|
+
"version": "Version",
|
|
512
|
+
"draft": "Draft",
|
|
513
|
+
"status": "Status"
|
|
514
|
+
},
|
|
505
515
|
"needsConfiguration": "Needs configuration",
|
|
506
516
|
"inactive": "Inactive",
|
|
507
517
|
"globalActiveVersionModal": {
|
|
@@ -883,6 +893,7 @@
|
|
|
883
893
|
"retentionPeriodTooltip": "0 or higher: retention is active, case will be deleted after the specified number of days, -1: no retention period is set, case will not be automatically deleted",
|
|
884
894
|
"deletedImmediately": "Deleted immediately",
|
|
885
895
|
"key": "Status key",
|
|
896
|
+
"label": "Label (Optional)",
|
|
886
897
|
"visible": "Visible by default",
|
|
887
898
|
"color": "Color"
|
|
888
899
|
},
|
|
@@ -983,7 +994,16 @@
|
|
|
983
994
|
},
|
|
984
995
|
"collection": {"title": "Collection", "description": "Create a collection"},
|
|
985
996
|
"divider": {"title": "Divider"},
|
|
986
|
-
"map": {"title": "Map", "description": "Create a map widget"}
|
|
997
|
+
"map": {"title": "Map", "description": "Create a map widget"},
|
|
998
|
+
"person-card": {"title": "Person card", "description": "A person with their key details and contact info"},
|
|
999
|
+
"metroline": {
|
|
1000
|
+
"title": "Metroline",
|
|
1001
|
+
"description": "Show progression as a metroline"
|
|
1002
|
+
},
|
|
1003
|
+
"highlight": {
|
|
1004
|
+
"title": "Highlight",
|
|
1005
|
+
"description": "A small widget that highlights a single value or a count"
|
|
1006
|
+
}
|
|
987
1007
|
},
|
|
988
1008
|
"width": {
|
|
989
1009
|
"description": "Select the desired width for the widget.",
|
|
@@ -1068,6 +1088,16 @@
|
|
|
1068
1088
|
"keyPlaceholder": "Source path",
|
|
1069
1089
|
"keyTooltip": "Value resolver path to GeoJSON data"
|
|
1070
1090
|
},
|
|
1091
|
+
"person-card": {
|
|
1092
|
+
"description": "Pick the icon and the source paths for each person field.",
|
|
1093
|
+
"fullNameLabel": "Full name",
|
|
1094
|
+
"birthDateLabel": "Birth date (Optional)",
|
|
1095
|
+
"bsnLabel": "BSN (Optional)",
|
|
1096
|
+
"phoneLabel": "Phone (Optional)",
|
|
1097
|
+
"emailLabel": "Email (Optional)",
|
|
1098
|
+
"cityLabel": "City (Optional)",
|
|
1099
|
+
"pathPlaceholder": "Select or type a path"
|
|
1100
|
+
},
|
|
1071
1101
|
"displayType": {
|
|
1072
1102
|
"text": "Text",
|
|
1073
1103
|
"boolean": "Yes/No",
|
|
@@ -1112,6 +1142,26 @@
|
|
|
1112
1142
|
"fieldWidthPlaceholder": "Choose field width",
|
|
1113
1143
|
"titleTooltip": "Title for the property",
|
|
1114
1144
|
"valueTooltip": "Name of the property you wish to access within the previously filled collection data path"
|
|
1145
|
+
},
|
|
1146
|
+
"metroline": {
|
|
1147
|
+
"displayType": {
|
|
1148
|
+
"label": "Display type",
|
|
1149
|
+
"horizontal": "Horizontal",
|
|
1150
|
+
"vertical": "Vertical"
|
|
1151
|
+
},
|
|
1152
|
+
"statusSource": {
|
|
1153
|
+
"label": "Status source",
|
|
1154
|
+
"placeholder": "Select a status source",
|
|
1155
|
+
"internalStatus": "Internal status",
|
|
1156
|
+
"zaakStatus": "Zaak status"
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"highlight": {
|
|
1160
|
+
"description": "",
|
|
1161
|
+
"value": "Value",
|
|
1162
|
+
"valuePlaceholder": "Select or type a path",
|
|
1163
|
+
"valueHelper": "Shows the value at this path. If it resolves to an array, the count of items is shown instead.",
|
|
1164
|
+
"accentColor": "Accent color"
|
|
1115
1165
|
}
|
|
1116
1166
|
},
|
|
1117
1167
|
"filters": {
|
|
@@ -1162,7 +1212,8 @@
|
|
|
1162
1212
|
"linkLabel": "Target URL (with placeholders)",
|
|
1163
1213
|
"linkPlaceholder": "https://ritense.nl/zaak/${doc:/zaak/id}",
|
|
1164
1214
|
"buttonTextLabel": "Button label",
|
|
1165
|
-
"buttonTextPlaceholder": "'Go to zaak'"
|
|
1215
|
+
"buttonTextPlaceholder": "'Go to zaak'",
|
|
1216
|
+
"openInNewTabLabel": "Open in new tab"
|
|
1166
1217
|
},
|
|
1167
1218
|
"saveModalContent": "Are you sure you want to save the widget configuration?"
|
|
1168
1219
|
},
|
|
@@ -1502,6 +1553,25 @@
|
|
|
1502
1553
|
},
|
|
1503
1554
|
"configurationIssue": "This configuration is incomplete. Please review and update the settings to match this environment."
|
|
1504
1555
|
},
|
|
1556
|
+
"zakenApiSync": {
|
|
1557
|
+
"title": "Zaak synchronisation",
|
|
1558
|
+
"yes": "Yes",
|
|
1559
|
+
"no": "No",
|
|
1560
|
+
"assigneeSyncEnabled": "Sync assignee",
|
|
1561
|
+
"roltypeUrl": "Roltype URL",
|
|
1562
|
+
"noteSyncEnabled": "Sync notes",
|
|
1563
|
+
"submitButton": "Configure zaak synchronisation",
|
|
1564
|
+
"editModal": {
|
|
1565
|
+
"title": "Zaak synchronisation",
|
|
1566
|
+
"assigneeSyncEnabled": "Sync case assignee as ZaakRol",
|
|
1567
|
+
"roltypeUrl": "Roltype URL",
|
|
1568
|
+
"roltypeUrlPlaceholder": "Enter a roltype URL",
|
|
1569
|
+
"noteSyncEnabled": "Sync case notes as ZaakNotitie",
|
|
1570
|
+
"noteSubject": "ZaakNotitie subject",
|
|
1571
|
+
"noteSubjectPlaceholder": "Enter a subject"
|
|
1572
|
+
},
|
|
1573
|
+
"configurationIssue": "This configuration is incomplete. Please review and update the settings to match this environment."
|
|
1574
|
+
},
|
|
1505
1575
|
"interface": {
|
|
1506
1576
|
"icon": "Icon",
|
|
1507
1577
|
"iconPlaceholder": "Select an icon",
|
|
@@ -2233,6 +2303,20 @@
|
|
|
2233
2303
|
"noCustomComponentDescription": "The custom component configured for this widget is not available.",
|
|
2234
2304
|
"map": {
|
|
2235
2305
|
"title": "Map"
|
|
2306
|
+
},
|
|
2307
|
+
"personCard": {
|
|
2308
|
+
"age": "{{age}} yr"
|
|
2309
|
+
},
|
|
2310
|
+
"metroline": {
|
|
2311
|
+
"stepState": {
|
|
2312
|
+
"current": "Current",
|
|
2313
|
+
"complete": "Complete",
|
|
2314
|
+
"incomplete": "Incomplete",
|
|
2315
|
+
"invalid": "Invalid"
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
"highlight": {
|
|
2319
|
+
"noValue": "No value"
|
|
2236
2320
|
}
|
|
2237
2321
|
},
|
|
2238
2322
|
"iko": {
|
|
@@ -2370,6 +2454,141 @@
|
|
|
2370
2454
|
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
|
|
2371
2455
|
"duplicateError": "A quick search item with this title already exists"
|
|
2372
2456
|
},
|
|
2457
|
+
"adminSettings": {
|
|
2458
|
+
"title": "Settings",
|
|
2459
|
+
"tabs": {
|
|
2460
|
+
"appearance": "Appearance",
|
|
2461
|
+
"featureToggles": "Feature toggles"
|
|
2462
|
+
},
|
|
2463
|
+
"appearance": {
|
|
2464
|
+
"logo": {
|
|
2465
|
+
"title": "Logo",
|
|
2466
|
+
"fileUploaderTitle": "Upload logo",
|
|
2467
|
+
"fileUploaderDescription": "Only PNG and SVG files are accepted. Max 10 MB.",
|
|
2468
|
+
"fileUploaderButton": "Choose file",
|
|
2469
|
+
"deleteConfirmationModalText": "Are you sure you want to delete this logo?"
|
|
2470
|
+
},
|
|
2471
|
+
"logoDarkMode": {
|
|
2472
|
+
"title": "Logo (dark mode)"
|
|
2473
|
+
},
|
|
2474
|
+
"colors": {
|
|
2475
|
+
"title": "Colors",
|
|
2476
|
+
"infoMessage": "These colors define the accent color palette used throughout the application.",
|
|
2477
|
+
"infoLinkText": "More info on generating a color scheme",
|
|
2478
|
+
"reset": "Reset",
|
|
2479
|
+
"color10": "Color 10",
|
|
2480
|
+
"color20": "Color 20",
|
|
2481
|
+
"color30": "Color 30",
|
|
2482
|
+
"color40": "Color 40",
|
|
2483
|
+
"color50": "Color 50",
|
|
2484
|
+
"color60": "Color 60",
|
|
2485
|
+
"color70": "Color 70",
|
|
2486
|
+
"color80": "Color 80",
|
|
2487
|
+
"color90": "Color 90",
|
|
2488
|
+
"color100": "Color 100",
|
|
2489
|
+
"pickr": {
|
|
2490
|
+
"save": "OK",
|
|
2491
|
+
"cancel": "Cancel",
|
|
2492
|
+
"clear": "Clear"
|
|
2493
|
+
}
|
|
2494
|
+
}
|
|
2495
|
+
},
|
|
2496
|
+
"featureToggles": {
|
|
2497
|
+
"refreshRequired": "Refresh required",
|
|
2498
|
+
"refreshModalText": "This setting requires a page refresh to take effect. Do you want to refresh now?",
|
|
2499
|
+
"refreshNow": "Refresh now",
|
|
2500
|
+
"toggles": {
|
|
2501
|
+
"allowUserThemeSwitching": {
|
|
2502
|
+
"title": "Allow user theme switching",
|
|
2503
|
+
"description": "Let users switch between light and dark mode from the top bar."
|
|
2504
|
+
},
|
|
2505
|
+
"enableCompactModeToggle": {
|
|
2506
|
+
"title": "Enable compact mode toggle",
|
|
2507
|
+
"description": "Show a compact mode toggle in the top bar for users to reduce interface spacing."
|
|
2508
|
+
},
|
|
2509
|
+
"compactModeOnByDefault": {
|
|
2510
|
+
"title": "Compact mode on by default",
|
|
2511
|
+
"description": "Enable compact mode for all users by default."
|
|
2512
|
+
},
|
|
2513
|
+
"enableUserNameInTopBarToggle": {
|
|
2514
|
+
"title": "Enable user name display toggle",
|
|
2515
|
+
"description": "Allow users to toggle their name display in the top bar."
|
|
2516
|
+
},
|
|
2517
|
+
"showUserNameInTopBar": {
|
|
2518
|
+
"title": "Show user name in top bar",
|
|
2519
|
+
"description": "Display the current user's name next to their avatar in the top bar."
|
|
2520
|
+
},
|
|
2521
|
+
"showPlantATreeButton": {
|
|
2522
|
+
"title": "Show 'Plant a tree' button",
|
|
2523
|
+
"description": "Display the 'Plant a tree' sustainability button in the interface."
|
|
2524
|
+
},
|
|
2525
|
+
"largeLogoMargin": {
|
|
2526
|
+
"title": "Large logo margin",
|
|
2527
|
+
"description": "Add extra margin around the logo in the top bar."
|
|
2528
|
+
},
|
|
2529
|
+
"applicationTitleAsSuffix": {
|
|
2530
|
+
"title": "Application title as suffix",
|
|
2531
|
+
"description": "Append the application title as a suffix to the browser tab title."
|
|
2532
|
+
},
|
|
2533
|
+
"experimentalDmnEditing": {
|
|
2534
|
+
"title": "Experimental DMN editing",
|
|
2535
|
+
"description": "Enable the experimental DMN decision table editor."
|
|
2536
|
+
},
|
|
2537
|
+
"disableCaseCount": {
|
|
2538
|
+
"title": "Disable case count",
|
|
2539
|
+
"description": "Hide the case count badge in the menu sidebar."
|
|
2540
|
+
},
|
|
2541
|
+
"enableObjectManagement": {
|
|
2542
|
+
"title": "Enable object management",
|
|
2543
|
+
"description": "Show the Objects menu item in the sidebar."
|
|
2544
|
+
},
|
|
2545
|
+
"sortFilesByDate": {
|
|
2546
|
+
"title": "Sort files by date",
|
|
2547
|
+
"description": "Sort case-related files by date in descending order by default."
|
|
2548
|
+
},
|
|
2549
|
+
"returnToLastUrlAfterTokenExpiration": {
|
|
2550
|
+
"title": "Return to last URL after login",
|
|
2551
|
+
"description": "Redirect users back to their last visited page after re-authenticating."
|
|
2552
|
+
},
|
|
2553
|
+
"enableTabManagement": {
|
|
2554
|
+
"title": "Enable tab management",
|
|
2555
|
+
"description": "When enabled, tabs are loaded from the API. When disabled, tabs are loaded from the environment configuration."
|
|
2556
|
+
},
|
|
2557
|
+
"hideValtimoVersionsForNonAdmins": {
|
|
2558
|
+
"title": "Hide version info for non-admins",
|
|
2559
|
+
"description": "Hide the Valtimo version information from non-admin users."
|
|
2560
|
+
},
|
|
2561
|
+
"useStartEventNameAsStartFormTitle": {
|
|
2562
|
+
"title": "Use start event name as form title",
|
|
2563
|
+
"description": "Display the BPMN start event name as the start form title instead of the default."
|
|
2564
|
+
},
|
|
2565
|
+
"enableFormViewModel": {
|
|
2566
|
+
"title": "Enable form view model",
|
|
2567
|
+
"description": "Use the form view model for rendering forms."
|
|
2568
|
+
},
|
|
2569
|
+
"enableIntermediateSave": {
|
|
2570
|
+
"title": "Enable intermediate save",
|
|
2571
|
+
"description": "Allow users to save task form progress without completing the task."
|
|
2572
|
+
},
|
|
2573
|
+
"enableFormFlowBreadcrumbs": {
|
|
2574
|
+
"title": "Enable form flow breadcrumbs",
|
|
2575
|
+
"description": "Show step-by-step breadcrumbs in multi-step form flows."
|
|
2576
|
+
},
|
|
2577
|
+
"enablePbacDocumentenApiDocuments": {
|
|
2578
|
+
"title": "Enable PBAC for Documenten API",
|
|
2579
|
+
"description": "Use policy-based access control for Documenten API document management."
|
|
2580
|
+
},
|
|
2581
|
+
"enableSuppressDocumentError": {
|
|
2582
|
+
"title": "Suppress document errors",
|
|
2583
|
+
"description": "Suppress error messages when document retrieval fails silently."
|
|
2584
|
+
},
|
|
2585
|
+
"enableIkoType": {
|
|
2586
|
+
"title": "Enable IKO type",
|
|
2587
|
+
"description": "Enable the IKO (Informatie Kanaal Objecten) integration type."
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
}
|
|
2591
|
+
},
|
|
2373
2592
|
"buildingBlockManagement": {
|
|
2374
2593
|
"title": "Building blocks",
|
|
2375
2594
|
"listColumns": {
|
package/assets/core/nl.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"TaskDueDateSetEvent": "Taak einddatum ingesteld > {{taskName}}"
|
|
19
19
|
},
|
|
20
20
|
"case": {
|
|
21
|
+
"allCases": "Alle dossiers",
|
|
21
22
|
"exportButtonTooltip": "Exporteer huidige dossier lijst",
|
|
22
23
|
"summaryFormNotFound": "Formulier niet gevonden voor '{{caseDefinitionKey}}'. Er moet een formulier bestaan met de naam '{{caseDefinitionKey}}.summary'.",
|
|
23
24
|
"bulkAssign": {
|
|
@@ -906,6 +907,7 @@
|
|
|
906
907
|
"retentionPeriodTooltip": "0 of hoger: retentie is actief, de zaak wordt na het opgegeven aantal dagen verwijderd. -1: er is geen retentieperiode ingesteld, de zaak wordt niet automatisch verwijderd.",
|
|
907
908
|
"deletedImmediately": "Wordt direct verwijderd",
|
|
908
909
|
"key": "Status-key",
|
|
910
|
+
"label": "Label (Optioneel)",
|
|
909
911
|
"visible": "Standaard zichtbaar",
|
|
910
912
|
"color": "Kleur"
|
|
911
913
|
},
|
|
@@ -1011,7 +1013,16 @@
|
|
|
1011
1013
|
},
|
|
1012
1014
|
"collection": {"title": "Collectie", "description": "Maak een collectie aan"},
|
|
1013
1015
|
"divider": {"title": "Scheidingslijn"},
|
|
1014
|
-
"map": {"title": "Kaart", "description": "Maak een kaart widget aan"}
|
|
1016
|
+
"map": {"title": "Kaart", "description": "Maak een kaart widget aan"},
|
|
1017
|
+
"person-card": {"title": "Persoonskaart", "description": "Een persoon met de belangrijkste gegevens en contactinformatie"},
|
|
1018
|
+
"metroline": {
|
|
1019
|
+
"title": "Metrolijn",
|
|
1020
|
+
"description": "Toon de voortgang van een zaak als een metrolijn"
|
|
1021
|
+
},
|
|
1022
|
+
"highlight": {
|
|
1023
|
+
"title": "Markering",
|
|
1024
|
+
"description": "Een kleine widget die één waarde of een aantal benadrukt"
|
|
1025
|
+
}
|
|
1015
1026
|
},
|
|
1016
1027
|
"width": {
|
|
1017
1028
|
"description": "Selecteer de gewenste breedte voor de widget.",
|
|
@@ -1099,6 +1110,16 @@
|
|
|
1099
1110
|
"keyPlaceholder": "Bron pad",
|
|
1100
1111
|
"keyTooltip": "Value resolver pad naar GeoJSON data"
|
|
1101
1112
|
},
|
|
1113
|
+
"person-card": {
|
|
1114
|
+
"description": "Kies het pictogram en de bronpaden voor elk persoonsveld.",
|
|
1115
|
+
"fullNameLabel": "Volledige naam",
|
|
1116
|
+
"birthDateLabel": "Geboortedatum (optioneel)",
|
|
1117
|
+
"bsnLabel": "BSN (optioneel)",
|
|
1118
|
+
"phoneLabel": "Telefoon (optioneel)",
|
|
1119
|
+
"emailLabel": "E-mail (optioneel)",
|
|
1120
|
+
"cityLabel": "Plaats (optioneel)",
|
|
1121
|
+
"pathPlaceholder": "Selecteer of typ een pad"
|
|
1122
|
+
},
|
|
1102
1123
|
"displayType": {
|
|
1103
1124
|
"text": "Tekst",
|
|
1104
1125
|
"boolean": "Ja/Nee",
|
|
@@ -1146,6 +1167,26 @@
|
|
|
1146
1167
|
"fieldWidthPlaceholder": "Kies veldbreedte",
|
|
1147
1168
|
"titleTooltip": "Titel van de eigenschap",
|
|
1148
1169
|
"valueTooltip": "Naam van de eigenschap waartoe u toegang wilt krijgen binnen het eerder ingevulde collectiegegevens-pad"
|
|
1170
|
+
},
|
|
1171
|
+
"metroline": {
|
|
1172
|
+
"displayType": {
|
|
1173
|
+
"label": "Weergavetype",
|
|
1174
|
+
"horizontal": "Horizontaal",
|
|
1175
|
+
"vertical": "Verticaal"
|
|
1176
|
+
},
|
|
1177
|
+
"statusSource": {
|
|
1178
|
+
"label": "Statusbron",
|
|
1179
|
+
"placeholder": "Selecteer een statusbron",
|
|
1180
|
+
"internalStatus": "Interne status",
|
|
1181
|
+
"zaakStatus": "Zaakstatus"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
"highlight": {
|
|
1185
|
+
"description": "",
|
|
1186
|
+
"value": "Waarde",
|
|
1187
|
+
"valuePlaceholder": "Selecteer of typ een pad",
|
|
1188
|
+
"valueHelper": "Toont de waarde op dit pad. Als het een array is, wordt het aantal elementen weergegeven.",
|
|
1189
|
+
"accentColor": "Accentkleur"
|
|
1149
1190
|
}
|
|
1150
1191
|
},
|
|
1151
1192
|
"filters": {
|
|
@@ -1196,7 +1237,8 @@
|
|
|
1196
1237
|
"linkLabel": "Link-URL (met variabelen)",
|
|
1197
1238
|
"linkPlaceholder": "https://ritense.nl/zaak/${doc:/zaak/id}",
|
|
1198
1239
|
"buttonTextLabel": "Knoptekst",
|
|
1199
|
-
"buttonTextPlaceholder": "'Ga naar zaak'"
|
|
1240
|
+
"buttonTextPlaceholder": "'Ga naar zaak'",
|
|
1241
|
+
"openInNewTabLabel": "Open in nieuw tabblad"
|
|
1200
1242
|
},
|
|
1201
1243
|
"saveModalContent": "Weet je zeker dat je de widget configuratie wilt opslaan?"
|
|
1202
1244
|
},
|
|
@@ -1539,6 +1581,25 @@
|
|
|
1539
1581
|
},
|
|
1540
1582
|
"configurationIssue": "Deze configuratie is niet volledig. Controleer en werk de instellingen bij zodat ze overeenkomen met deze omgeving."
|
|
1541
1583
|
},
|
|
1584
|
+
"zakenApiSync": {
|
|
1585
|
+
"title": "Zaak-synchronisatie",
|
|
1586
|
+
"yes": "Ja",
|
|
1587
|
+
"no": "Nee",
|
|
1588
|
+
"assigneeSyncEnabled": "Behandelaar synchroniseren",
|
|
1589
|
+
"roltypeUrl": "Roltype URL",
|
|
1590
|
+
"noteSyncEnabled": "Notities synchroniseren",
|
|
1591
|
+
"submitButton": "Configureer zaak-synchronisatie",
|
|
1592
|
+
"editModal": {
|
|
1593
|
+
"title": "Zaak-synchronisatie",
|
|
1594
|
+
"assigneeSyncEnabled": "Dossier behandelaar synchroniseren als ZaakRol",
|
|
1595
|
+
"roltypeUrl": "Roltype URL",
|
|
1596
|
+
"roltypeUrlPlaceholder": "Voer een roltype URL in",
|
|
1597
|
+
"noteSyncEnabled": "Dossier notities synchroniseren als ZaakNotitie",
|
|
1598
|
+
"noteSubject": "Onderwerp van ZaakNotitie",
|
|
1599
|
+
"noteSubjectPlaceholder": "Voer een onderwerp in"
|
|
1600
|
+
},
|
|
1601
|
+
"configurationIssue": "Deze configuratie is niet volledig. Controleer en werk de instellingen bij zodat ze overeenkomen met deze omgeving."
|
|
1602
|
+
},
|
|
1542
1603
|
"interface": {
|
|
1543
1604
|
"icon": "Icoon",
|
|
1544
1605
|
"iconPlaceholder": "Selecteer een icoon",
|
|
@@ -2275,6 +2336,20 @@
|
|
|
2275
2336
|
"noCustomComponentDescription": "De component die geconfigureerd is voor deze widget kon niet gevonden worden.",
|
|
2276
2337
|
"map": {
|
|
2277
2338
|
"title": "Kaart"
|
|
2339
|
+
},
|
|
2340
|
+
"personCard": {
|
|
2341
|
+
"age": "{{age}} jaar"
|
|
2342
|
+
},
|
|
2343
|
+
"metroline": {
|
|
2344
|
+
"stepState": {
|
|
2345
|
+
"current": "Huidig",
|
|
2346
|
+
"complete": "Voltooid",
|
|
2347
|
+
"incomplete": "Onvolledig",
|
|
2348
|
+
"invalid": "Ongeldig"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"highlight": {
|
|
2352
|
+
"noValue": "Geen waarde"
|
|
2278
2353
|
}
|
|
2279
2354
|
},
|
|
2280
2355
|
"iko": {
|
|
@@ -2412,6 +2487,141 @@
|
|
|
2412
2487
|
"deleteHelperText": "Nadat je een snelzoekitem hebt gemaakt, kun je het verwijderen door er met de rechtermuisknop op te klikken",
|
|
2413
2488
|
"duplicateError": "Er bestaat al een snelzoekitem met deze titel"
|
|
2414
2489
|
},
|
|
2490
|
+
"adminSettings": {
|
|
2491
|
+
"title": "Instellingen",
|
|
2492
|
+
"tabs": {
|
|
2493
|
+
"appearance": "Weergave",
|
|
2494
|
+
"featureToggles": "Functie-instellingen"
|
|
2495
|
+
},
|
|
2496
|
+
"appearance": {
|
|
2497
|
+
"logo": {
|
|
2498
|
+
"title": "Logo",
|
|
2499
|
+
"fileUploaderTitle": "Logo uploaden",
|
|
2500
|
+
"fileUploaderDescription": "Alleen PNG- en SVG-bestanden worden geaccepteerd. Max 10 MB.",
|
|
2501
|
+
"fileUploaderButton": "Bestand kiezen",
|
|
2502
|
+
"deleteConfirmationModalText": "Weet u zeker dat u dit logo wilt verwijderen?"
|
|
2503
|
+
},
|
|
2504
|
+
"logoDarkMode": {
|
|
2505
|
+
"title": "Logo (donkere modus)"
|
|
2506
|
+
},
|
|
2507
|
+
"colors": {
|
|
2508
|
+
"title": "Kleuren",
|
|
2509
|
+
"infoMessage": "Deze kleuren bepalen het accentkleurenpalet dat in de hele applicatie wordt gebruikt.",
|
|
2510
|
+
"infoLinkText": "Meer info over het genereren van een kleurenschema",
|
|
2511
|
+
"reset": "Herstellen",
|
|
2512
|
+
"color10": "Kleur 10",
|
|
2513
|
+
"color20": "Kleur 20",
|
|
2514
|
+
"color30": "Kleur 30",
|
|
2515
|
+
"color40": "Kleur 40",
|
|
2516
|
+
"color50": "Kleur 50",
|
|
2517
|
+
"color60": "Kleur 60",
|
|
2518
|
+
"color70": "Kleur 70",
|
|
2519
|
+
"color80": "Kleur 80",
|
|
2520
|
+
"color90": "Kleur 90",
|
|
2521
|
+
"color100": "Kleur 100",
|
|
2522
|
+
"pickr": {
|
|
2523
|
+
"save": "OK",
|
|
2524
|
+
"cancel": "Annuleren",
|
|
2525
|
+
"clear": "Wissen"
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"featureToggles": {
|
|
2530
|
+
"refreshRequired": "Vernieuwing vereist",
|
|
2531
|
+
"refreshModalText": "Deze instelling vereist een paginavernieuwing om effect te hebben. Wilt u nu vernieuwen?",
|
|
2532
|
+
"refreshNow": "Nu vernieuwen",
|
|
2533
|
+
"toggles": {
|
|
2534
|
+
"allowUserThemeSwitching": {
|
|
2535
|
+
"title": "Thema wisselen toestaan",
|
|
2536
|
+
"description": "Gebruikers laten schakelen tussen lichte en donkere modus via de bovenbalk."
|
|
2537
|
+
},
|
|
2538
|
+
"enableCompactModeToggle": {
|
|
2539
|
+
"title": "Compacte modus schakelaar inschakelen",
|
|
2540
|
+
"description": "Toon een compacte modus schakelaar in de bovenbalk waarmee gebruikers de interface-afstand kunnen verkleinen."
|
|
2541
|
+
},
|
|
2542
|
+
"compactModeOnByDefault": {
|
|
2543
|
+
"title": "Compacte modus standaard aan",
|
|
2544
|
+
"description": "Schakel compacte modus standaard in voor alle gebruikers."
|
|
2545
|
+
},
|
|
2546
|
+
"enableUserNameInTopBarToggle": {
|
|
2547
|
+
"title": "Gebruikersnaam weergave schakelaar inschakelen",
|
|
2548
|
+
"description": "Gebruikers toestaan hun naamweergave in de bovenbalk aan of uit te zetten."
|
|
2549
|
+
},
|
|
2550
|
+
"showUserNameInTopBar": {
|
|
2551
|
+
"title": "Gebruikersnaam in bovenbalk tonen",
|
|
2552
|
+
"description": "Toon de naam van de huidige gebruiker naast het avatar in de bovenbalk."
|
|
2553
|
+
},
|
|
2554
|
+
"showPlantATreeButton": {
|
|
2555
|
+
"title": "'Plant een boom' knop tonen",
|
|
2556
|
+
"description": "Toon de 'Plant een boom' duurzaamheidsknop in de interface."
|
|
2557
|
+
},
|
|
2558
|
+
"largeLogoMargin": {
|
|
2559
|
+
"title": "Grote logomarge",
|
|
2560
|
+
"description": "Voeg extra marge toe rond het logo in de bovenbalk."
|
|
2561
|
+
},
|
|
2562
|
+
"applicationTitleAsSuffix": {
|
|
2563
|
+
"title": "Applicatietitel als achtervoegsel",
|
|
2564
|
+
"description": "Voeg de applicatietitel toe als achtervoegsel aan de browsertabtitel."
|
|
2565
|
+
},
|
|
2566
|
+
"experimentalDmnEditing": {
|
|
2567
|
+
"title": "Experimentele DMN-bewerking",
|
|
2568
|
+
"description": "Schakel de experimentele DMN-beslissingstabeleditor in."
|
|
2569
|
+
},
|
|
2570
|
+
"disableCaseCount": {
|
|
2571
|
+
"title": "Dossiertelling uitschakelen",
|
|
2572
|
+
"description": "Verberg het aantal dossiers in het menu."
|
|
2573
|
+
},
|
|
2574
|
+
"enableObjectManagement": {
|
|
2575
|
+
"title": "Objectbeheer inschakelen",
|
|
2576
|
+
"description": "Toon het menu-item Objecten in de zijbalk."
|
|
2577
|
+
},
|
|
2578
|
+
"sortFilesByDate": {
|
|
2579
|
+
"title": "Bestanden op datum sorteren",
|
|
2580
|
+
"description": "Sorteer dossiergerelateerde bestanden standaard op datum in aflopende volgorde."
|
|
2581
|
+
},
|
|
2582
|
+
"returnToLastUrlAfterTokenExpiration": {
|
|
2583
|
+
"title": "Terugkeren naar laatste URL na inloggen",
|
|
2584
|
+
"description": "Stuur gebruikers terug naar hun laatst bezochte pagina na herauthenticatie."
|
|
2585
|
+
},
|
|
2586
|
+
"enableTabManagement": {
|
|
2587
|
+
"title": "Tabbladbeheer inschakelen",
|
|
2588
|
+
"description": "Indien ingeschakeld worden tabbladen geladen via de API. Indien uitgeschakeld worden tabbladen geladen uit de omgevingsconfiguratie."
|
|
2589
|
+
},
|
|
2590
|
+
"hideValtimoVersionsForNonAdmins": {
|
|
2591
|
+
"title": "Versie-informatie verbergen voor niet-beheerders",
|
|
2592
|
+
"description": "Verberg de Valtimo-versie-informatie voor niet-beheerders."
|
|
2593
|
+
},
|
|
2594
|
+
"useStartEventNameAsStartFormTitle": {
|
|
2595
|
+
"title": "Startgebeurteningsnaam als formuliertitel",
|
|
2596
|
+
"description": "Toon de BPMN-startgebeurteningsnaam als startformuliertitel in plaats van de standaard."
|
|
2597
|
+
},
|
|
2598
|
+
"enableFormViewModel": {
|
|
2599
|
+
"title": "Formulier view model inschakelen",
|
|
2600
|
+
"description": "Gebruik het formulier view model voor het renderen van formulieren."
|
|
2601
|
+
},
|
|
2602
|
+
"enableIntermediateSave": {
|
|
2603
|
+
"title": "Tussentijds opslaan inschakelen",
|
|
2604
|
+
"description": "Gebruikers toestaan taakformuliervoortgang op te slaan zonder de taak af te ronden."
|
|
2605
|
+
},
|
|
2606
|
+
"enableFormFlowBreadcrumbs": {
|
|
2607
|
+
"title": "Formulierstroom breadcrumbs inschakelen",
|
|
2608
|
+
"description": "Toon stapsgewijze breadcrumbs in meerstaps-formulierstromen."
|
|
2609
|
+
},
|
|
2610
|
+
"enablePbacDocumentenApiDocuments": {
|
|
2611
|
+
"title": "PBAC voor Documenten API inschakelen",
|
|
2612
|
+
"description": "Gebruik op beleid gebaseerde toegangscontrole voor Documenten API-documentbeheer."
|
|
2613
|
+
},
|
|
2614
|
+
"enableSuppressDocumentError": {
|
|
2615
|
+
"title": "Documentfouten onderdrukken",
|
|
2616
|
+
"description": "Onderdrukt foutmeldingen wanneer het ophalen van documenten stil mislukt."
|
|
2617
|
+
},
|
|
2618
|
+
"enableIkoType": {
|
|
2619
|
+
"title": "IKO-type inschakelen",
|
|
2620
|
+
"description": "Schakel het IKO (Informatie Kanaal Objecten) integratietype in."
|
|
2621
|
+
}
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2415
2625
|
"buildingBlockManagement": {
|
|
2416
2626
|
"title": "Bouwblokken",
|
|
2417
2627
|
"listColumns": {
|
|
@@ -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,
|
|
6
|
+
import { of, combineLatest, map, filter, distinctUntilChanged, switchMap, BehaviorSubject, take, 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';
|
|
@@ -815,6 +815,8 @@ class ConfigService {
|
|
|
815
815
|
this.componentFactoryResolver = componentFactoryResolver;
|
|
816
816
|
this.extensions = [];
|
|
817
817
|
this.DEFAULT_APPLICATION_TITLE = 'Valtimo';
|
|
818
|
+
this._featureToggles$ = new BehaviorSubject(this.valtimoConfig?.featureToggles ?? {});
|
|
819
|
+
this.featureToggles$ = this._featureToggles$.asObservable();
|
|
818
820
|
this.extensionLoader = new ExtensionLoader(componentFactoryResolver);
|
|
819
821
|
}
|
|
820
822
|
get config() {
|
|
@@ -843,13 +845,10 @@ class ConfigService {
|
|
|
843
845
|
};
|
|
844
846
|
}
|
|
845
847
|
get featureToggles() {
|
|
846
|
-
return this.
|
|
848
|
+
return this._featureToggles$.value;
|
|
847
849
|
}
|
|
848
850
|
get config$() {
|
|
849
|
-
return
|
|
850
|
-
}
|
|
851
|
-
get featureToggles$() {
|
|
852
|
-
return of(this.config.featureToggles);
|
|
851
|
+
return this._featureToggles$.pipe(map(featureToggles => ({ ...this.config, featureToggles })));
|
|
853
852
|
}
|
|
854
853
|
get initializers() {
|
|
855
854
|
return this.valtimoConfig?.initializers || [];
|
|
@@ -869,12 +868,25 @@ class ConfigService {
|
|
|
869
868
|
loadAndReturnExtensionPoint(viewContainerRef, extensionPoint) {
|
|
870
869
|
return this.extensionLoader.loadAndClearExtensionPoint(viewContainerRef, extensionPoint);
|
|
871
870
|
}
|
|
872
|
-
getFeatureToggleObservable(featureToggle) {
|
|
873
|
-
return this.featureToggles$.pipe(map(featureToggles =>
|
|
871
|
+
getFeatureToggleObservable(featureToggle, defaultValue = false) {
|
|
872
|
+
return this.featureToggles$.pipe(map(featureToggles => featureToggles?.hasOwnProperty(featureToggle)
|
|
873
|
+
? !!featureToggles[featureToggle]
|
|
874
|
+
: defaultValue), distinctUntilChanged());
|
|
874
875
|
}
|
|
875
876
|
getFeatureToggle(featureToggle) {
|
|
876
877
|
return !!(this.featureToggles && this.featureToggles[featureToggle]);
|
|
877
878
|
}
|
|
879
|
+
patchFeatureToggles(overrides) {
|
|
880
|
+
const merged = {
|
|
881
|
+
...this._featureToggles$.value,
|
|
882
|
+
...overrides,
|
|
883
|
+
};
|
|
884
|
+
this.valtimoConfig = {
|
|
885
|
+
...this.valtimoConfig,
|
|
886
|
+
featureToggles: merged,
|
|
887
|
+
};
|
|
888
|
+
this._featureToggles$.next(merged);
|
|
889
|
+
}
|
|
878
890
|
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
891
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
880
892
|
}
|
|
@@ -1053,12 +1065,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1053
1065
|
class MenuIncludeService {
|
|
1054
1066
|
constructor(configService) {
|
|
1055
1067
|
this.configService = configService;
|
|
1056
|
-
this.valtimoConfig = this.configService.config;
|
|
1057
1068
|
}
|
|
1058
1069
|
getIncludeFunction(includeFunction) {
|
|
1059
1070
|
switch (includeFunction) {
|
|
1060
1071
|
case IncludeFunction.ObjectManagementEnabled:
|
|
1061
|
-
return
|
|
1072
|
+
return this.configService.getFeatureToggleObservable('enableObjectManagement', true);
|
|
1062
1073
|
default:
|
|
1063
1074
|
return of(true);
|
|
1064
1075
|
}
|
|
@@ -1126,7 +1137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1126
1137
|
* limitations under the License.
|
|
1127
1138
|
*/
|
|
1128
1139
|
const VERSIONS = {
|
|
1129
|
-
frontendLibraries: '13.
|
|
1140
|
+
frontendLibraries: '13.28.1',
|
|
1130
1141
|
};
|
|
1131
1142
|
|
|
1132
1143
|
/*
|
|
@@ -1882,7 +1893,7 @@ const ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN = new InjectionToken('Specify
|
|
|
1882
1893
|
|
|
1883
1894
|
/* tslint:disable */
|
|
1884
1895
|
/* eslint-disable */
|
|
1885
|
-
// Generated using typescript-generator version 3.2.1263 on 2026-
|
|
1896
|
+
// Generated using typescript-generator version 3.2.1263 on 2026-04-28 11:17:58.
|
|
1886
1897
|
|
|
1887
1898
|
/*
|
|
1888
1899
|
* Copyright 2015-2025 Ritense BV, the Netherlands.
|