@valtimo/shared 13.33.0 → 13.35.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 +58 -8
- package/assets/core/nl.json +58 -8
- package/fesm2022/valtimo-shared.mjs +2 -2
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +3 -0
- package/lib/generated/generated-backend-types.d.ts.map +1 -1
- package/lib/models/config.d.ts +6 -1
- package/lib/models/config.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -44,6 +44,13 @@
|
|
|
44
44
|
"content": "Are you sure you want to change tabs? All selection will be lost.",
|
|
45
45
|
"confirm": "Change tab"
|
|
46
46
|
},
|
|
47
|
+
"draftProcessConfirmation": {
|
|
48
|
+
"title": "Start draft process",
|
|
49
|
+
"warningTitle": "Warning: Draft process",
|
|
50
|
+
"warningDescription": "This process definition is still in draft and may not work as expected.",
|
|
51
|
+
"confirm": "Start anyway",
|
|
52
|
+
"cancel": "Cancel"
|
|
53
|
+
},
|
|
47
54
|
"noResults": {
|
|
48
55
|
"ALL": {"description": "There is nothing to do here.", "title": "There are no cases"},
|
|
49
56
|
"MINE": {"description": "Time for a short break.", "title": "No cases assigned to you"},
|
|
@@ -685,8 +692,25 @@
|
|
|
685
692
|
"fileUploaderDescription": "Only files with the .dmn extension are allowed.",
|
|
686
693
|
"fileUploaderButton": "Choose DMN file"
|
|
687
694
|
},
|
|
695
|
+
"create": "Create DMN table",
|
|
696
|
+
"createModal": {
|
|
697
|
+
"title": "Create decision table",
|
|
698
|
+
"name": "Name",
|
|
699
|
+
"namePlaceholder": "e.g. Eligibility decision",
|
|
700
|
+
"nameRequired": "Name is required",
|
|
701
|
+
"inputVariables": "Input variables (optional)",
|
|
702
|
+
"inputVariablesHelper": "Input columns are optional - you can leave this empty. For every row you add, the process variable is required; the label is optional and the process variable name is used as the column header when it is left blank. You can add or change these later in the editor.",
|
|
703
|
+
"inputLabel": "Label (optional)",
|
|
704
|
+
"inputExpression": "Process variable (required)",
|
|
705
|
+
"inputExpressionRequired": "A process variable is required for each input column.",
|
|
706
|
+
"addInputVariable": "Add input variable"
|
|
707
|
+
},
|
|
708
|
+
"editModal": {
|
|
709
|
+
"title": "Edit decision table"
|
|
710
|
+
},
|
|
688
711
|
"version": "Version",
|
|
689
712
|
"deploy": "Save",
|
|
713
|
+
"readOnly": "Read-only",
|
|
690
714
|
"loadFailure": "Something went wrong with loading your decision table.",
|
|
691
715
|
"deploySuccess": "Decision table has been deployed successfully.",
|
|
692
716
|
"deployFailure": "Something went wrong with deploying your decision table.",
|
|
@@ -865,7 +889,8 @@
|
|
|
865
889
|
"notFinalizableWarning": {
|
|
866
890
|
"title": "This case definition cannot be finalized.",
|
|
867
891
|
"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.",
|
|
868
|
-
"CONFIGURATION_ISSUES": "The case definition contains unresolved configuration issues. Please review and fix all configuration warnings before finalizing."
|
|
892
|
+
"CONFIGURATION_ISSUES": "The case definition contains unresolved configuration issues. Please review and fix all configuration warnings before finalizing.",
|
|
893
|
+
"PROCESS_DEFINITION_IN_DRAFT": "The case definition contains process definitions that are still in draft. Finalize all process definitions before finalizing the case definition."
|
|
869
894
|
}
|
|
870
895
|
},
|
|
871
896
|
"environmentConfig": {
|
|
@@ -1773,6 +1798,15 @@
|
|
|
1773
1798
|
},
|
|
1774
1799
|
"successNotification": "Process deployed successfully",
|
|
1775
1800
|
"errorNotification": "Process failed to deploy",
|
|
1801
|
+
"validate": "Validate",
|
|
1802
|
+
"validationSuccessNotification": "Process definition is valid",
|
|
1803
|
+
"validationWarningNotification": "Process definition has warnings",
|
|
1804
|
+
"draft": "Draft",
|
|
1805
|
+
"status": "Status",
|
|
1806
|
+
"draftTooltip": "When enabled, the process definition is saved as a draft. Draft definitions are not validated and cannot be started.",
|
|
1807
|
+
"validationErrors": "Validation errors",
|
|
1808
|
+
"validationErrorsCount": "Validation errors ({{count}})",
|
|
1809
|
+
"validationErrorNotification": "Process definition has validation errors. Check the highlighted elements.",
|
|
1776
1810
|
"alreadyExistsNotification": "Process definition already exists",
|
|
1777
1811
|
"deleteNotification": "Process deleted successfully",
|
|
1778
1812
|
"upload": {
|
|
@@ -1789,7 +1823,22 @@
|
|
|
1789
1823
|
"replaceConfirm": "Replace"
|
|
1790
1824
|
},
|
|
1791
1825
|
"canInitializeDocument": "Starts case",
|
|
1792
|
-
"startableByUser": "Startable by user"
|
|
1826
|
+
"startableByUser": "Startable by user",
|
|
1827
|
+
"expressionErrors": {
|
|
1828
|
+
"MISSING_EL_MARKERS": "Expression must use ${...} or #{...} syntax",
|
|
1829
|
+
"UNCLOSED_PARENTHESIS": "Expression has an unclosed parenthesis '('",
|
|
1830
|
+
"UNCLOSED_BRACE": "Expression is missing a closing brace '}'",
|
|
1831
|
+
"UNCLOSED_BRACKET": "Expression has an unclosed bracket '['",
|
|
1832
|
+
"MISMATCHED_DELIMITER": "Expression has mismatched brackets or braces",
|
|
1833
|
+
"INCOMPLETE_EXPRESSION": "Expression is incomplete",
|
|
1834
|
+
"INVALID_SYNTAX": "Expression has invalid syntax",
|
|
1835
|
+
"BEAN_NOT_FOUND": "Referenced bean does not exist"
|
|
1836
|
+
},
|
|
1837
|
+
"warningConfirmation": {
|
|
1838
|
+
"title": "Process has warnings",
|
|
1839
|
+
"content": "The process definition contains warnings. Are you sure you want to save it without resolving the warnings?",
|
|
1840
|
+
"confirm": "Save anyway"
|
|
1841
|
+
}
|
|
1793
1842
|
},
|
|
1794
1843
|
"processCaseConnection": {
|
|
1795
1844
|
"noProcessesTitle": "No processes",
|
|
@@ -2263,6 +2312,7 @@
|
|
|
2263
2312
|
"defaultSort": "Default Sort",
|
|
2264
2313
|
"defaultSortTitle": "Default Sort (optional)",
|
|
2265
2314
|
"defaultSortTooltip": "If this field has a value, the table will be sorted by default on this property, in the direction specified. Only one column at a time can have this property. On creating a new column, if another column already has a default sort specified, this input field will be disabled.",
|
|
2315
|
+
"defaultSortDisabledNotice": "Another column already has a default sort configured. Only one column can have a default sort at a time. Remove the existing default sort to enable this field.",
|
|
2266
2316
|
"selectDefaultSort": "Select a default sort",
|
|
2267
2317
|
"sortableYes": "Yes",
|
|
2268
2318
|
"sortableNo": "No",
|
|
@@ -2462,8 +2512,8 @@
|
|
|
2462
2512
|
"options": {"modal": "Modal", "panel": "Panel"}
|
|
2463
2513
|
},
|
|
2464
2514
|
"formSize": {
|
|
2465
|
-
"label": "Select
|
|
2466
|
-
"placeholder": "Select a
|
|
2515
|
+
"label": "Select form size",
|
|
2516
|
+
"placeholder": "Select a form size",
|
|
2467
2517
|
"options": {
|
|
2468
2518
|
"extraSmall": "Extra small",
|
|
2469
2519
|
"small": "Small",
|
|
@@ -3084,10 +3134,6 @@
|
|
|
3084
3134
|
"title": "Application title as suffix",
|
|
3085
3135
|
"description": "Append the application title as a suffix to the browser tab title."
|
|
3086
3136
|
},
|
|
3087
|
-
"experimentalDmnEditing": {
|
|
3088
|
-
"title": "Experimental DMN editing",
|
|
3089
|
-
"description": "Enable the experimental DMN decision table editor."
|
|
3090
|
-
},
|
|
3091
3137
|
"disableCaseCount": {
|
|
3092
3138
|
"title": "Disable case count",
|
|
3093
3139
|
"description": "Hide the case count badge in the menu sidebar."
|
|
@@ -3139,6 +3185,10 @@
|
|
|
3139
3185
|
"enableIkoType": {
|
|
3140
3186
|
"title": "Enable IKO type",
|
|
3141
3187
|
"description": "Enable the IKO (Informatie Kanaal Objecten) integration type."
|
|
3188
|
+
},
|
|
3189
|
+
"menuCollapsedByDefault": {
|
|
3190
|
+
"title": "Menu collapsed by default",
|
|
3191
|
+
"description": "Start with the navigation menu collapsed instead of expanded."
|
|
3142
3192
|
}
|
|
3143
3193
|
}
|
|
3144
3194
|
}
|
package/assets/core/nl.json
CHANGED
|
@@ -44,6 +44,13 @@
|
|
|
44
44
|
"content": "Weet je zeker dat je van tabblad wilt wisselen? Alle gemaakte selecties gaan verloren.",
|
|
45
45
|
"confirm": "Tabblad wisselen"
|
|
46
46
|
},
|
|
47
|
+
"draftProcessConfirmation": {
|
|
48
|
+
"title": "Concept-proces starten",
|
|
49
|
+
"warningTitle": "Waarschuwing: Concept-proces",
|
|
50
|
+
"warningDescription": "Deze procesdefinitie is nog in concept en werkt mogelijk niet zoals verwacht.",
|
|
51
|
+
"confirm": "Toch starten",
|
|
52
|
+
"cancel": "Annuleren"
|
|
53
|
+
},
|
|
47
54
|
"noResults": {
|
|
48
55
|
"ALL": {"description": "Er is hier niets te doen.", "title": "Er zijn geen dossiers"},
|
|
49
56
|
"MINE": {"description": "Even pauze.", "title": "Er zijn geen dossiers aan jou toegewezen"},
|
|
@@ -688,8 +695,25 @@
|
|
|
688
695
|
"fileUploaderDescription": "Alleen bestanden met de extensie .dmn zijn toegestaan.",
|
|
689
696
|
"fileUploaderButton": "Kies DMN-bestand"
|
|
690
697
|
},
|
|
698
|
+
"create": "Creëer DMN-tabel",
|
|
699
|
+
"createModal": {
|
|
700
|
+
"title": "Beslistabel aanmaken",
|
|
701
|
+
"name": "Naam",
|
|
702
|
+
"namePlaceholder": "bijv. Geschiktheidsbeslissing",
|
|
703
|
+
"nameRequired": "Naam is verplicht",
|
|
704
|
+
"inputVariables": "Inputvariabelen (optioneel)",
|
|
705
|
+
"inputVariablesHelper": "Inputkolommen zijn optioneel - je mag dit leeg laten. Voor elke rij die je toevoegt is de procesvariabele verplicht; het label is optioneel en de naam van de procesvariabele wordt als kolomkop gebruikt als je het leeg laat. Je kunt deze later in de editor aanpassen.",
|
|
706
|
+
"inputLabel": "Label (optioneel)",
|
|
707
|
+
"inputExpression": "Procesvariabele (verplicht)",
|
|
708
|
+
"inputExpressionRequired": "Een procesvariabele is verplicht voor elke inputkolom.",
|
|
709
|
+
"addInputVariable": "Inputvariabele toevoegen"
|
|
710
|
+
},
|
|
711
|
+
"editModal": {
|
|
712
|
+
"title": "Beslistabel bewerken"
|
|
713
|
+
},
|
|
691
714
|
"version": "Versie",
|
|
692
715
|
"deploy": "Opslaan",
|
|
716
|
+
"readOnly": "Alleen-lezen",
|
|
693
717
|
"loadFailure": "Er is iets misgegaan bij het laden van de beslistabel.",
|
|
694
718
|
"deploySuccess": "De beslistabel is succesvol opgeslagen.",
|
|
695
719
|
"deployFailure": "Er is iets misgegaan bij het opslaan van de beslistabel.",
|
|
@@ -872,7 +896,8 @@
|
|
|
872
896
|
"notFinalizableWarning": {
|
|
873
897
|
"title": "Deze dossierdefinitie kan niet definitief worden gemaakt.",
|
|
874
898
|
"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.",
|
|
875
|
-
"CONFIGURATION_ISSUES": "De dossierdefinitie bevat onopgeloste configuratieproblemen. Controleer en los alle configuratiewaarschuwingen op voordat u deze definitief maakt."
|
|
899
|
+
"CONFIGURATION_ISSUES": "De dossierdefinitie bevat onopgeloste configuratieproblemen. Controleer en los alle configuratiewaarschuwingen op voordat u deze definitief maakt.",
|
|
900
|
+
"PROCESS_DEFINITION_IN_DRAFT": "De dossierdefinitie bevat procesdefinities die nog in concept zijn. Maak alle procesdefinities definitief voordat u de dossierdefinitie definitief maakt."
|
|
876
901
|
}
|
|
877
902
|
},
|
|
878
903
|
"environmentConfig": {
|
|
@@ -1801,6 +1826,15 @@
|
|
|
1801
1826
|
},
|
|
1802
1827
|
"successNotification": "Proces succesvol gepubliceerd",
|
|
1803
1828
|
"errorNotification": "Er ging iets mis bij het publiceren van het proces",
|
|
1829
|
+
"validate": "Valideren",
|
|
1830
|
+
"validationSuccessNotification": "Procesdefinitie is geldig",
|
|
1831
|
+
"validationWarningNotification": "Procesdefinitie bevat waarschuwingen",
|
|
1832
|
+
"draft": "Concept",
|
|
1833
|
+
"status": "Status",
|
|
1834
|
+
"draftTooltip": "Wanneer ingeschakeld wordt de procesdefinitie opgeslagen als concept. Concepten worden niet gevalideerd en kunnen niet worden gestart.",
|
|
1835
|
+
"validationErrors": "Validatiefouten",
|
|
1836
|
+
"validationErrorsCount": "Validatiefouten ({{count}})",
|
|
1837
|
+
"validationErrorNotification": "Procesdefinitie bevat validatiefouten. Controleer de gemarkeerde elementen.",
|
|
1804
1838
|
"alreadyExistsNotification": "Procesdefinitie bestaat al",
|
|
1805
1839
|
"deleteNotification": "Proces succesvol verwijderd",
|
|
1806
1840
|
"upload": {
|
|
@@ -1817,7 +1851,22 @@
|
|
|
1817
1851
|
"replaceConfirm": "Vervangen"
|
|
1818
1852
|
},
|
|
1819
1853
|
"canInitializeDocument": "Start een dossier",
|
|
1820
|
-
"startableByUser": "Door gebruiker te starten"
|
|
1854
|
+
"startableByUser": "Door gebruiker te starten",
|
|
1855
|
+
"expressionErrors": {
|
|
1856
|
+
"MISSING_EL_MARKERS": "Expressie moet ${...} of #{...} syntax gebruiken",
|
|
1857
|
+
"UNCLOSED_PARENTHESIS": "Expressie heeft een niet-gesloten haakje '('",
|
|
1858
|
+
"UNCLOSED_BRACE": "Expressie mist een sluitende accolade '}'",
|
|
1859
|
+
"UNCLOSED_BRACKET": "Expressie heeft een niet-gesloten blokhaak '['",
|
|
1860
|
+
"MISMATCHED_DELIMITER": "Expressie heeft niet-overeenkomende haakjes of accolades",
|
|
1861
|
+
"INCOMPLETE_EXPRESSION": "Expressie is onvolledig",
|
|
1862
|
+
"INVALID_SYNTAX": "Expressie heeft ongeldige syntax",
|
|
1863
|
+
"BEAN_NOT_FOUND": "Gerefereerde bean bestaat niet"
|
|
1864
|
+
},
|
|
1865
|
+
"warningConfirmation": {
|
|
1866
|
+
"title": "Proces bevat waarschuwingen",
|
|
1867
|
+
"content": "De procesdefinitie bevat waarschuwingen. Weet u zeker dat u wilt opslaan zonder de waarschuwingen op te lossen?",
|
|
1868
|
+
"confirm": "Toch opslaan"
|
|
1869
|
+
}
|
|
1821
1870
|
},
|
|
1822
1871
|
"processCaseConnection": {
|
|
1823
1872
|
"noProcessesTitle": "Geen processen",
|
|
@@ -2290,6 +2339,7 @@
|
|
|
2290
2339
|
"defaultSort": "Standaardsortering",
|
|
2291
2340
|
"defaultSortTitle": "Standaardsortering (optioneel)",
|
|
2292
2341
|
"defaultSortTooltip": "Als dit veld een waarde heeft, wordt de tabel standaard gesorteerd op deze eigenschap, in de opgegeven richting. Slechts één kolom tegelijk kan deze eigenschap hebben. Bij het aanmaken van een nieuwe kolom, als voor een andere kolom al een standaardsortering is opgegeven, is dit invoerveld uitgeschakeld.",
|
|
2342
|
+
"defaultSortDisabledNotice": "Voor een andere kolom is al een standaardsortering ingesteld. Slechts één kolom tegelijk kan een standaardsortering hebben. Verwijder de bestaande standaardsortering om dit veld in te kunnen vullen.",
|
|
2293
2343
|
"selectDefaultSort": "Selecteer een standaard sortering",
|
|
2294
2344
|
"sortableYes": "Ja",
|
|
2295
2345
|
"sortableNo": "Nee",
|
|
@@ -2495,8 +2545,8 @@
|
|
|
2495
2545
|
"options": {"modal": "Modaal", "panel": "Panel"}
|
|
2496
2546
|
},
|
|
2497
2547
|
"formSize": {
|
|
2498
|
-
"label": "Selecteer
|
|
2499
|
-
"placeholder": "Selecteer een
|
|
2548
|
+
"label": "Selecteer formuliergrootte",
|
|
2549
|
+
"placeholder": "Selecteer een formuliergrootte",
|
|
2500
2550
|
"options": {
|
|
2501
2551
|
"extraSmall": "Extra klein",
|
|
2502
2552
|
"small": "Klein",
|
|
@@ -3117,10 +3167,6 @@
|
|
|
3117
3167
|
"title": "Applicatietitel als achtervoegsel",
|
|
3118
3168
|
"description": "Voeg de applicatietitel toe als achtervoegsel aan de browsertabtitel."
|
|
3119
3169
|
},
|
|
3120
|
-
"experimentalDmnEditing": {
|
|
3121
|
-
"title": "Experimentele DMN-bewerking",
|
|
3122
|
-
"description": "Schakel de experimentele DMN-beslissingstabeleditor in."
|
|
3123
|
-
},
|
|
3124
3170
|
"disableCaseCount": {
|
|
3125
3171
|
"title": "Dossiertelling uitschakelen",
|
|
3126
3172
|
"description": "Verberg het aantal dossiers in het menu."
|
|
@@ -3172,6 +3218,10 @@
|
|
|
3172
3218
|
"enableIkoType": {
|
|
3173
3219
|
"title": "IKO-type inschakelen",
|
|
3174
3220
|
"description": "Schakel het IKO (Informatie Kanaal Objecten) integratietype in."
|
|
3221
|
+
},
|
|
3222
|
+
"menuCollapsedByDefault": {
|
|
3223
|
+
"title": "Menu standaard ingeklapt",
|
|
3224
|
+
"description": "Start met het navigatiemenu ingeklapt in plaats van uitgeklapt."
|
|
3175
3225
|
}
|
|
3176
3226
|
}
|
|
3177
3227
|
}
|
|
@@ -281,7 +281,7 @@ class BaseApiService {
|
|
|
281
281
|
}
|
|
282
282
|
|
|
283
283
|
/*
|
|
284
|
-
* Copyright 2015-
|
|
284
|
+
* Copyright 2015-2026 Ritense BV, the Netherlands.
|
|
285
285
|
*
|
|
286
286
|
* Licensed under EUPL, Version 1.2 (the "License");
|
|
287
287
|
* you may not use this file except in compliance with the License.
|
|
@@ -1137,7 +1137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1137
1137
|
* limitations under the License.
|
|
1138
1138
|
*/
|
|
1139
1139
|
const VERSIONS = {
|
|
1140
|
-
frontendLibraries: '13.
|
|
1140
|
+
frontendLibraries: '13.35.0',
|
|
1141
1141
|
};
|
|
1142
1142
|
|
|
1143
1143
|
/*
|