@valtimo/shared 13.42.0 → 13.43.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.
@@ -322,6 +322,8 @@
322
322
  "loading": "Loading metadata...",
323
323
  "documentId": "Document ID",
324
324
  "definitionName": "Definition",
325
+ "definitionKey": "Case definition key",
326
+ "definitionVersionTag": "Case definition version",
325
327
  "sequence": "Sequence",
326
328
  "version": "Version",
327
329
  "createdBy": "Created by",
@@ -1837,6 +1839,7 @@
1837
1839
  },
1838
1840
  "successNotification": "Process deployed successfully",
1839
1841
  "errorNotification": "Process failed to deploy",
1842
+ "exportErrorNotification": "Failed to export the process. Check that the sub-processes, decision tables and forms it references are available on this environment.",
1840
1843
  "validate": "Validate",
1841
1844
  "validationSuccessNotification": "Process definition is valid",
1842
1845
  "validationWarningNotification": "Process definition has warnings",
@@ -1851,7 +1854,7 @@
1851
1854
  "upload": {
1852
1855
  "modalTitle": "Upload process definition",
1853
1856
  "title": "Upload file",
1854
- "description": "Only BPMN files are supported.",
1857
+ "description": "BPMN files and exported process packages (.zip) are supported.",
1855
1858
  "buttonText": "Select file",
1856
1859
  "success": "Deployment successful",
1857
1860
  "failure": "Deployment failed",
@@ -1859,24 +1862,103 @@
1859
1862
  "replaceTitle": "Replace existing process?",
1860
1863
  "replaceContent": "A process with the same key already exists. Do you want to replace it?",
1861
1864
  "replaceContentWithDuplicates": "A process with the same key already exists: {{duplicates}}. Do you want to replace it?",
1862
- "replaceConfirm": "Replace"
1865
+ "replaceConfirm": "Replace",
1866
+ "invalidZip": {
1867
+ "title": "Invalid file",
1868
+ "text": "This file is not a valid process package."
1869
+ },
1870
+ "pluginsDescription": "For each plugin configuration in the package, choose the configuration of this environment.",
1871
+ "summaryDescription": "The following items the process refers to are missing on this environment. Import them separately.",
1872
+ "missingReference": {
1873
+ "SUB_PROCESS": {
1874
+ "title": "Sub-processes not included",
1875
+ "message": "These called processes could not be included in the package and do not exist on this environment. They use a dynamic or deployment binding, so import them separately:"
1876
+ },
1877
+ "DECISION_DEFINITION": {
1878
+ "title": "Decision tables not included",
1879
+ "message": "These decision tables could not be included in the package and do not exist on this environment. They use a dynamic or deployment binding, so import them separately:"
1880
+ },
1881
+ "FORM": {
1882
+ "title": "Missing forms",
1883
+ "message": "Import these forms first:"
1884
+ },
1885
+ "FORM_FLOW": {
1886
+ "title": "Form flows are not supported",
1887
+ "message": "Form flows cannot be linked to a process outside a case definition:"
1888
+ },
1889
+ "READ_ONLY_SYSTEM_PROCESS": {
1890
+ "title": "Process is managed by configuration",
1891
+ "message": "This process cannot be overwritten because it is managed by the application configuration:"
1892
+ }
1893
+ },
1894
+ "willBeReplaced": {
1895
+ "PROCESS_DEFINITION": {
1896
+ "title": "Processes will be replaced",
1897
+ "message": "These processes already exist on this environment and will be replaced by the import:"
1898
+ },
1899
+ "DECISION_DEFINITION": {
1900
+ "title": "Decision tables will be replaced",
1901
+ "message": "These decision tables already exist on this environment and will be replaced by the import:"
1902
+ },
1903
+ "FORM": {
1904
+ "title": "Forms will be replaced",
1905
+ "message": "These forms already exist on this environment and will be replaced by the import:"
1906
+ }
1907
+ }
1863
1908
  },
1909
+ "exportBpmn": "Export BPMN definition",
1864
1910
  "canInitializeDocument": "Starts case",
1865
1911
  "startableByUser": "Startable by user",
1866
- "expressionErrors": {
1867
- "MISSING_EL_MARKERS": "Expression {{expression}} must use ${...} or #{...} syntax",
1868
- "UNCLOSED_PARENTHESIS": "Expression {{expression}} has an unclosed parenthesis '('",
1869
- "UNCLOSED_BRACE": "Expression {{expression}} is missing a closing brace '}'",
1870
- "UNCLOSED_BRACKET": "Expression {{expression}} has an unclosed bracket '['",
1871
- "MISMATCHED_DELIMITER": "Expression {{expression}} has mismatched brackets or braces",
1872
- "INCOMPLETE_EXPRESSION": "Expression {{expression}} is incomplete",
1873
- "INVALID_SYNTAX": "Expression {{expression}} has invalid syntax",
1874
- "BEAN_NOT_FOUND": "No bean found with this name: {{expression}}. If using a process variable, ensure it exists at runtime"
1912
+ "validationErrorCodes": {
1913
+ "NO_START_EVENT": "Process has no start event",
1914
+ "NO_END_EVENT": "Process has no end event",
1915
+ "MULTIPLE_NONE_START_EVENTS": "Process has multiple none start events",
1916
+ "NO_OUTGOING_FLOW": "Element has no outgoing flow",
1917
+ "NO_INCOMING_FLOW": "Element has no incoming flow",
1918
+ "UNREACHABLE_ELEMENT": "Element is not reachable from any start event",
1919
+ "NO_PATH_TO_END_EVENT": "Start event has no path to an end event",
1920
+ "SERVICE_TASK_NO_IMPLEMENTATION": "Service task has no process link, implementation, or execution listener",
1921
+ "USER_TASK_NO_FORM": "User task has no process link or form",
1922
+ "SEND_TASK_NO_IMPLEMENTATION": "Send task has no process link or implementation",
1923
+ "RECEIVE_TASK_NO_MESSAGE": "Receive task has no process link or message",
1924
+ "BUSINESS_RULE_TASK_NO_IMPLEMENTATION": "Business rule task has no DMN decision reference",
1925
+ "CALL_ACTIVITY_NO_CALLED_ELEMENT": "Call activity has no process link or called element",
1926
+ "SEQUENCE_FLOW_NO_CONDITION": "Sequence flow from exclusive gateway has no condition",
1927
+ "MESSAGE_EVENT_NO_MESSAGE": "Message event has no process link or message reference",
1928
+ "TIMER_EVENT_NO_CONFIG": "Timer event has no timer configuration",
1929
+ "SIGNAL_EVENT_NO_SIGNAL": "Signal event has no signal reference",
1930
+ "CONDITIONAL_EVENT_NO_CONDITION": "Conditional event has no condition",
1931
+ "ERROR_EVENT_NO_ERROR": "Error event has no error reference",
1932
+ "ESCALATION_EVENT_NO_ESCALATION": "Escalation event has no escalation reference",
1933
+ "START_EVENT_NO_FORM": "Start event has no process link or form",
1934
+ "EXPRESSION_MISSING_EL_MARKERS": "Expression {{expression}} must use ${...} or #{...} syntax",
1935
+ "EXPRESSION_UNCLOSED_PARENTHESIS": "Expression {{expression}} has an unclosed parenthesis",
1936
+ "EXPRESSION_UNCLOSED_BRACE": "Expression {{expression}} is missing a closing brace",
1937
+ "EXPRESSION_UNCLOSED_BRACKET": "Expression {{expression}} has an unclosed bracket",
1938
+ "EXPRESSION_MISMATCHED_DELIMITER": "Expression {{expression}} has mismatched brackets or braces",
1939
+ "EXPRESSION_INCOMPLETE": "Expression {{expression}} is incomplete",
1940
+ "EXPRESSION_INVALID_SYNTAX": "Expression {{expression}} has invalid syntax",
1941
+ "EXPRESSION_BEAN_NOT_FOUND": "No bean '{{expression}}' found. If using a process variable, ensure it exists at runtime",
1942
+ "EXPRESSION_METHOD_NOT_FOUND": "Method not found on bean. Check the expression {{expression}}",
1943
+ "EXPRESSION_ARGUMENT_COUNT_MISMATCH": "Wrong number of arguments in expression",
1944
+ "EXPRESSION_EMPTY_ARGUMENTS": "One or more arguments are empty in expression"
1875
1945
  },
1876
1946
  "warningConfirmation": {
1877
1947
  "title": "Process has warnings",
1878
1948
  "content": "The process definition contains warnings. Are you sure you want to save it without resolving the warnings?",
1879
1949
  "confirm": "Save anyway"
1950
+ },
1951
+ "markers": {
1952
+ "processLink": "Process link attached",
1953
+ "executionListener": "Execution listener",
1954
+ "taskListener": "Task listener",
1955
+ "toggleTooltip": "Toggle visibility of process link, execution listener, and task listener markers",
1956
+ "hide": "Hide markers",
1957
+ "show": "Show markers"
1958
+ },
1959
+ "autofilled": {
1960
+ "generic": "Auto-filled values present",
1961
+ "sidebarMessage": "This field was auto-filled. Dismiss to not see this message again."
1880
1962
  }
1881
1963
  },
1882
1964
  "processCaseConnection": {
@@ -2009,6 +2091,7 @@
2009
2091
  "create": "Create",
2010
2092
  "save": "Save",
2011
2093
  "more": "More",
2094
+ "options": "Options",
2012
2095
  "export": "Export",
2013
2096
  "defaultSort": "Default sort",
2014
2097
  "list": {
@@ -2211,6 +2294,18 @@
2211
2294
  "configurationId": "Configuration ID",
2212
2295
  "configurationIdTooltip": "The plugin will be saved under this ID. The ID must be in the format of a UUID"
2213
2296
  },
2297
+ "pluginConfigurationMapping": {
2298
+ "unknownPlugin": "Unknown plugin",
2299
+ "source": "From the package",
2300
+ "target": "On this environment",
2301
+ "selectPlaceholder": "Select a configuration",
2302
+ "notInstalled": "Plugin not installed",
2303
+ "noConfigurations": "No configurations available",
2304
+ "unidentifiable": {
2305
+ "title": "Plugin configurations unknown",
2306
+ "message": "For some plugin configurations it cannot be determined which plugin they belong to. Those links have to be set manually after importing."
2307
+ }
2308
+ },
2214
2309
  "pluginManagement": {
2215
2310
  "tableItemsText": "plugin configurations",
2216
2311
  "add": "Configure plugin",
@@ -325,6 +325,8 @@
325
325
  "loading": "Metadata laden...",
326
326
  "documentId": "Document ID",
327
327
  "definitionName": "Definitie",
328
+ "definitionKey": "Dossier definitiesleutel",
329
+ "definitionVersionTag": "Dossier definitieversie",
328
330
  "sequence": "Volgnummer",
329
331
  "version": "Versie",
330
332
  "createdBy": "Aangemaakt door",
@@ -1865,6 +1867,7 @@
1865
1867
  },
1866
1868
  "successNotification": "Proces succesvol gepubliceerd",
1867
1869
  "errorNotification": "Er ging iets mis bij het publiceren van het proces",
1870
+ "exportErrorNotification": "Het exporteren van het proces is mislukt. Controleer of de subprocessen, beslistabellen en formulieren waarnaar het verwijst beschikbaar zijn op deze omgeving.",
1868
1871
  "validate": "Valideren",
1869
1872
  "validationSuccessNotification": "Procesdefinitie is geldig",
1870
1873
  "validationWarningNotification": "Procesdefinitie bevat waarschuwingen",
@@ -1879,7 +1882,7 @@
1879
1882
  "upload": {
1880
1883
  "modalTitle": "Upload procesdefinitie",
1881
1884
  "title": "Upload bestand",
1882
- "description": "Alleen BPMN-bestanden worden ondersteund.",
1885
+ "description": "BPMN-bestanden en geëxporteerde procespakketten (.zip) worden ondersteund.",
1883
1886
  "buttonText": "Selecteer bestand",
1884
1887
  "success": "Deployment succesvol",
1885
1888
  "failure": "Deployment mislukt",
@@ -1887,24 +1890,103 @@
1887
1890
  "replaceTitle": "Bestaand proces vervangen?",
1888
1891
  "replaceContent": "Er bestaat al een proces met dezelfde sleutel. Wilt u dit vervangen?",
1889
1892
  "replaceContentWithDuplicates": "Er bestaat al een proces met dezelfde sleutel: {{duplicates}}. Wilt u dit vervangen?",
1890
- "replaceConfirm": "Vervangen"
1893
+ "replaceConfirm": "Vervangen",
1894
+ "invalidZip": {
1895
+ "title": "Ongeldig bestand",
1896
+ "text": "Dit bestand is geen geldig procespakket."
1897
+ },
1898
+ "pluginsDescription": "Kies per pluginconfiguratie uit het pakket de configuratie van deze omgeving.",
1899
+ "summaryDescription": "De volgende onderdelen waarnaar het proces verwijst, ontbreken op deze omgeving. Importeer deze apart.",
1900
+ "missingReference": {
1901
+ "SUB_PROCESS": {
1902
+ "title": "Subprocessen niet meegenomen",
1903
+ "message": "Deze aangeroepen processen konden niet in het pakket worden meegenomen en bestaan niet op deze omgeving. Ze gebruiken een dynamische of deployment-binding, importeer ze daarom apart:"
1904
+ },
1905
+ "DECISION_DEFINITION": {
1906
+ "title": "Beslistabellen niet meegenomen",
1907
+ "message": "Deze beslistabellen konden niet in het pakket worden meegenomen en bestaan niet op deze omgeving. Ze gebruiken een dynamische of deployment-binding, importeer ze daarom apart:"
1908
+ },
1909
+ "FORM": {
1910
+ "title": "Ontbrekende formulieren",
1911
+ "message": "Importeer deze formulieren eerst:"
1912
+ },
1913
+ "FORM_FLOW": {
1914
+ "title": "Formulierstromen niet ondersteund",
1915
+ "message": "Formulierstromen kunnen niet worden gekoppeld aan een proces buiten een dossierdefinitie:"
1916
+ },
1917
+ "READ_ONLY_SYSTEM_PROCESS": {
1918
+ "title": "Proces wordt beheerd via configuratie",
1919
+ "message": "Dit proces kan niet worden overschreven, omdat het via de applicatieconfiguratie wordt beheerd:"
1920
+ }
1921
+ },
1922
+ "willBeReplaced": {
1923
+ "PROCESS_DEFINITION": {
1924
+ "title": "Processen worden vervangen",
1925
+ "message": "Deze processen bestaan al op deze omgeving en worden vervangen door de import:"
1926
+ },
1927
+ "DECISION_DEFINITION": {
1928
+ "title": "Beslistabellen worden vervangen",
1929
+ "message": "Deze beslistabellen bestaan al op deze omgeving en worden vervangen door de import:"
1930
+ },
1931
+ "FORM": {
1932
+ "title": "Formulieren worden vervangen",
1933
+ "message": "Deze formulieren bestaan al op deze omgeving en worden vervangen door de import:"
1934
+ }
1935
+ }
1891
1936
  },
1937
+ "exportBpmn": "BPMN-definitie exporteren",
1892
1938
  "canInitializeDocument": "Start een dossier",
1893
1939
  "startableByUser": "Door gebruiker te starten",
1894
- "expressionErrors": {
1895
- "MISSING_EL_MARKERS": "Expressie {{expression}} moet ${...} of #{...} syntax gebruiken",
1896
- "UNCLOSED_PARENTHESIS": "Expressie {{expression}} heeft een niet-gesloten haakje '('",
1897
- "UNCLOSED_BRACE": "Expressie {{expression}} mist een sluitende accolade '}'",
1898
- "UNCLOSED_BRACKET": "Expressie {{expression}} heeft een niet-gesloten blokhaak '['",
1899
- "MISMATCHED_DELIMITER": "Expressie {{expression}} heeft niet-overeenkomende haakjes of accolades",
1900
- "INCOMPLETE_EXPRESSION": "Expressie {{expression}} is onvolledig",
1901
- "INVALID_SYNTAX": "Expressie {{expression}} heeft ongeldige syntax",
1902
- "BEAN_NOT_FOUND": "Geen bean gevonden met deze naam: {{expression}}. Als u een procesvariabele gebruikt, zorg dat deze tijdens runtime bestaat"
1940
+ "validationErrorCodes": {
1941
+ "NO_START_EVENT": "Proces heeft geen start event",
1942
+ "NO_END_EVENT": "Proces heeft geen end event",
1943
+ "MULTIPLE_NONE_START_EVENTS": "Proces heeft meerdere lege start events",
1944
+ "NO_OUTGOING_FLOW": "Element heeft geen uitgaande flow",
1945
+ "NO_INCOMING_FLOW": "Element heeft geen inkomende flow",
1946
+ "UNREACHABLE_ELEMENT": "Element is niet bereikbaar vanaf een start event",
1947
+ "NO_PATH_TO_END_EVENT": "Start event heeft geen pad naar een end event",
1948
+ "SERVICE_TASK_NO_IMPLEMENTATION": "Service task heeft geen process link, implementatie of execution listener",
1949
+ "USER_TASK_NO_FORM": "User task heeft geen process link of formulier",
1950
+ "SEND_TASK_NO_IMPLEMENTATION": "Send task heeft geen process link of implementatie",
1951
+ "RECEIVE_TASK_NO_MESSAGE": "Receive task heeft geen process link of message referentie",
1952
+ "BUSINESS_RULE_TASK_NO_IMPLEMENTATION": "Business rule task heeft geen DMN decision referentie",
1953
+ "CALL_ACTIVITY_NO_CALLED_ELEMENT": "Call activity heeft geen process link of called element",
1954
+ "SEQUENCE_FLOW_NO_CONDITION": "Sequence flow van exclusive gateway heeft geen conditie",
1955
+ "MESSAGE_EVENT_NO_MESSAGE": "Message event heeft geen process link of message referentie",
1956
+ "TIMER_EVENT_NO_CONFIG": "Timer event heeft geen timer configuratie",
1957
+ "SIGNAL_EVENT_NO_SIGNAL": "Signal event heeft geen signal referentie",
1958
+ "CONDITIONAL_EVENT_NO_CONDITION": "Conditional event heeft geen condition",
1959
+ "ERROR_EVENT_NO_ERROR": "Error event heeft geen error referentie",
1960
+ "ESCALATION_EVENT_NO_ESCALATION": "Escalation event heeft geen escalation referentie",
1961
+ "START_EVENT_NO_FORM": "Start event heeft geen process link of formulier",
1962
+ "EXPRESSION_MISSING_EL_MARKERS": "Expression {{expression}} moet ${...} of #{...} syntax gebruiken",
1963
+ "EXPRESSION_UNCLOSED_PARENTHESIS": "Expression {{expression}} heeft een niet-gesloten haakje",
1964
+ "EXPRESSION_UNCLOSED_BRACE": "Expression {{expression}} mist een sluitende accolade",
1965
+ "EXPRESSION_UNCLOSED_BRACKET": "Expression {{expression}} heeft een niet-gesloten blokhaak",
1966
+ "EXPRESSION_MISMATCHED_DELIMITER": "Expression {{expression}} heeft niet-overeenkomende haakjes of accolades",
1967
+ "EXPRESSION_INCOMPLETE": "Expression {{expression}} is onvolledig",
1968
+ "EXPRESSION_INVALID_SYNTAX": "Expression {{expression}} heeft ongeldige syntax",
1969
+ "EXPRESSION_BEAN_NOT_FOUND": "Geen bean '{{expression}}' gevonden. Als u een process variable gebruikt, zorg dat deze tijdens runtime bestaat",
1970
+ "EXPRESSION_METHOD_NOT_FOUND": "Methode niet gevonden op bean. Controleer de expression {{expression}}",
1971
+ "EXPRESSION_ARGUMENT_COUNT_MISMATCH": "Verkeerd aantal argumenten in expression",
1972
+ "EXPRESSION_EMPTY_ARGUMENTS": "Een of meer argumenten zijn leeg in expression"
1903
1973
  },
1904
1974
  "warningConfirmation": {
1905
1975
  "title": "Proces bevat waarschuwingen",
1906
1976
  "content": "De procesdefinitie bevat waarschuwingen. Weet u zeker dat u wilt opslaan zonder de waarschuwingen op te lossen?",
1907
1977
  "confirm": "Toch opslaan"
1978
+ },
1979
+ "markers": {
1980
+ "processLink": "Proceskoppeling",
1981
+ "executionListener": "Uitvoeringslistener",
1982
+ "taskListener": "Taaklistener",
1983
+ "toggleTooltip": "Schakel zichtbaarheid van proceskoppeling, uitvoeringslistener en taaklistener markers",
1984
+ "hide": "Markers verbergen",
1985
+ "show": "Markers tonen"
1986
+ },
1987
+ "autofilled": {
1988
+ "generic": "Automatisch ingevulde waarde aanwezig",
1989
+ "sidebarMessage": "Dit veld is automatisch ingevuld. Sluit dit bericht om het niet meer te zien."
1908
1990
  }
1909
1991
  },
1910
1992
  "processCaseConnection": {
@@ -2037,6 +2119,7 @@
2037
2119
  "create": "Aanmaken",
2038
2120
  "save": "Opslaan",
2039
2121
  "more": "Meer",
2122
+ "options": "Opties",
2040
2123
  "export": "Exporteren",
2041
2124
  "list": {
2042
2125
  "itemsPerPage": "Items per pagina",
@@ -2238,6 +2321,18 @@
2238
2321
  "configurationId": "Configuratie ID",
2239
2322
  "configurationIdTooltip": "Onder deze ID zal de plugin worden opgeslagen. Het ID moet het format van een UUID hebben"
2240
2323
  },
2324
+ "pluginConfigurationMapping": {
2325
+ "unknownPlugin": "Onbekende plugin",
2326
+ "source": "Uit het pakket",
2327
+ "target": "Op deze omgeving",
2328
+ "selectPlaceholder": "Selecteer een configuratie",
2329
+ "notInstalled": "Plugin niet geïnstalleerd",
2330
+ "noConfigurations": "Geen configuraties beschikbaar",
2331
+ "unidentifiable": {
2332
+ "title": "Pluginconfiguraties onbekend",
2333
+ "message": "Van sommige pluginconfiguraties kan niet worden vastgesteld om welke plugin het gaat. Deze koppelingen moeten na het importeren handmatig worden ingesteld."
2334
+ }
2335
+ },
2241
2336
  "pluginManagement": {
2242
2337
  "tableItemsText": "plugin-configuraties",
2243
2338
  "add": "Plugin configureren",
@@ -373,21 +373,19 @@ class BaseApiService {
373
373
  }
374
374
 
375
375
  /*
376
+ * Copyright 2015-2026 Ritense BV, the Netherlands.
377
+ *
378
+ * Licensed under EUPL, Version 1.2 (the "License");
379
+ * you may not use this file except in compliance with the License.
380
+ * You may obtain a copy of the License at
376
381
  *
377
- * * Copyright 2015-2026 Ritense BV, the Netherlands.
378
- * *
379
- * * Licensed under EUPL, Version 1.2 (the "License");
380
- * * you may not use this file except in compliance with the License.
381
- * * You may obtain a copy of the License at
382
- * *
383
- * * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
384
- * *
385
- * * Unless required by applicable law or agreed to in writing, software
386
- * * distributed under the License is distributed on an "AS IS" basis,
387
- * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
388
- * * See the License for the specific language governing permissions and
389
- * * limitations under the License.
382
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
390
383
  *
384
+ * Unless required by applicable law or agreed to in writing, software
385
+ * distributed under the License is distributed on an "AS IS" basis,
386
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
387
+ * See the License for the specific language governing permissions and
388
+ * limitations under the License.
391
389
  */
392
390
  const VALTIMO_CONFIG = new InjectionToken('valtimoConfig');
393
391
  // eslint-disable-next-line
@@ -1255,7 +1253,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
1255
1253
  * limitations under the License.
1256
1254
  */
1257
1255
  const VERSIONS = {
1258
- frontendLibraries: '13.42.0',
1256
+ frontendLibraries: '13.43.0',
1259
1257
  };
1260
1258
 
1261
1259
  /*