@valtimo/shared 13.42.0 → 13.44.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 +207 -11
- package/assets/core/nl.json +210 -12
- package/fesm2022/valtimo-shared.mjs +13 -15
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/generated/generated-backend-types.d.ts +455 -48
- package/lib/generated/generated-backend-types.d.ts.map +1 -1
- package/lib/models/config.d.ts.map +1 -1
- package/package.json +1 -1
package/assets/core/en.json
CHANGED
|
@@ -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",
|
|
@@ -735,6 +737,9 @@
|
|
|
735
737
|
"cta": {"close": "Close", "moreDetails": "More details"},
|
|
736
738
|
"carousel": {"previous": "Previous", "next": "Next", "goToSlide": "Go to slide"},
|
|
737
739
|
"formManagement": {
|
|
740
|
+
"edit": {
|
|
741
|
+
"title": "Edit form"
|
|
742
|
+
},
|
|
738
743
|
"noFormDefinitionFoundAdmin": "There is no form connected to the start event/user task. To configure this, click on the button below.",
|
|
739
744
|
"noFormDefinitionFoundUser": "There is no form connected to the start event/user task. Ask an admin user for assistance.",
|
|
740
745
|
"gotoProcessLinksButton": "Configure now",
|
|
@@ -1837,6 +1842,7 @@
|
|
|
1837
1842
|
},
|
|
1838
1843
|
"successNotification": "Process deployed successfully",
|
|
1839
1844
|
"errorNotification": "Process failed to deploy",
|
|
1845
|
+
"exportErrorNotification": "Failed to export the process. Check that the sub-processes, decision tables and forms it references are available on this environment.",
|
|
1840
1846
|
"validate": "Validate",
|
|
1841
1847
|
"validationSuccessNotification": "Process definition is valid",
|
|
1842
1848
|
"validationWarningNotification": "Process definition has warnings",
|
|
@@ -1851,7 +1857,7 @@
|
|
|
1851
1857
|
"upload": {
|
|
1852
1858
|
"modalTitle": "Upload process definition",
|
|
1853
1859
|
"title": "Upload file",
|
|
1854
|
-
"description": "
|
|
1860
|
+
"description": "BPMN files and exported process packages (.zip) are supported.",
|
|
1855
1861
|
"buttonText": "Select file",
|
|
1856
1862
|
"success": "Deployment successful",
|
|
1857
1863
|
"failure": "Deployment failed",
|
|
@@ -1859,24 +1865,103 @@
|
|
|
1859
1865
|
"replaceTitle": "Replace existing process?",
|
|
1860
1866
|
"replaceContent": "A process with the same key already exists. Do you want to replace it?",
|
|
1861
1867
|
"replaceContentWithDuplicates": "A process with the same key already exists: {{duplicates}}. Do you want to replace it?",
|
|
1862
|
-
"replaceConfirm": "Replace"
|
|
1868
|
+
"replaceConfirm": "Replace",
|
|
1869
|
+
"invalidZip": {
|
|
1870
|
+
"title": "Invalid file",
|
|
1871
|
+
"text": "This file is not a valid process package."
|
|
1872
|
+
},
|
|
1873
|
+
"pluginsDescription": "For each plugin configuration in the package, choose the configuration of this environment.",
|
|
1874
|
+
"summaryDescription": "The following items the process refers to are missing on this environment. Import them separately.",
|
|
1875
|
+
"missingReference": {
|
|
1876
|
+
"SUB_PROCESS": {
|
|
1877
|
+
"title": "Sub-processes not included",
|
|
1878
|
+
"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:"
|
|
1879
|
+
},
|
|
1880
|
+
"DECISION_DEFINITION": {
|
|
1881
|
+
"title": "Decision tables not included",
|
|
1882
|
+
"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:"
|
|
1883
|
+
},
|
|
1884
|
+
"FORM": {
|
|
1885
|
+
"title": "Missing forms",
|
|
1886
|
+
"message": "Import these forms first:"
|
|
1887
|
+
},
|
|
1888
|
+
"FORM_FLOW": {
|
|
1889
|
+
"title": "Form flows are not supported",
|
|
1890
|
+
"message": "Form flows cannot be linked to a process outside a case definition:"
|
|
1891
|
+
},
|
|
1892
|
+
"READ_ONLY_SYSTEM_PROCESS": {
|
|
1893
|
+
"title": "Process is managed by configuration",
|
|
1894
|
+
"message": "This process cannot be overwritten because it is managed by the application configuration:"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"willBeReplaced": {
|
|
1898
|
+
"PROCESS_DEFINITION": {
|
|
1899
|
+
"title": "Processes will be replaced",
|
|
1900
|
+
"message": "These processes already exist on this environment and will be replaced by the import:"
|
|
1901
|
+
},
|
|
1902
|
+
"DECISION_DEFINITION": {
|
|
1903
|
+
"title": "Decision tables will be replaced",
|
|
1904
|
+
"message": "These decision tables already exist on this environment and will be replaced by the import:"
|
|
1905
|
+
},
|
|
1906
|
+
"FORM": {
|
|
1907
|
+
"title": "Forms will be replaced",
|
|
1908
|
+
"message": "These forms already exist on this environment and will be replaced by the import:"
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1863
1911
|
},
|
|
1912
|
+
"exportBpmn": "Export BPMN definition",
|
|
1864
1913
|
"canInitializeDocument": "Starts case",
|
|
1865
1914
|
"startableByUser": "Startable by user",
|
|
1866
|
-
"
|
|
1867
|
-
"
|
|
1868
|
-
"
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1873
|
-
"
|
|
1874
|
-
"
|
|
1915
|
+
"validationErrorCodes": {
|
|
1916
|
+
"NO_START_EVENT": "Process has no start event",
|
|
1917
|
+
"NO_END_EVENT": "Process has no end event",
|
|
1918
|
+
"MULTIPLE_NONE_START_EVENTS": "Process has multiple none start events",
|
|
1919
|
+
"NO_OUTGOING_FLOW": "Element has no outgoing flow",
|
|
1920
|
+
"NO_INCOMING_FLOW": "Element has no incoming flow",
|
|
1921
|
+
"UNREACHABLE_ELEMENT": "Element is not reachable from any start event",
|
|
1922
|
+
"NO_PATH_TO_END_EVENT": "Start event has no path to an end event",
|
|
1923
|
+
"SERVICE_TASK_NO_IMPLEMENTATION": "Service task has no process link, implementation, or execution listener",
|
|
1924
|
+
"USER_TASK_NO_FORM": "User task has no process link or form",
|
|
1925
|
+
"SEND_TASK_NO_IMPLEMENTATION": "Send task has no process link or implementation",
|
|
1926
|
+
"RECEIVE_TASK_NO_MESSAGE": "Receive task has no process link or message",
|
|
1927
|
+
"BUSINESS_RULE_TASK_NO_IMPLEMENTATION": "Business rule task has no DMN decision reference",
|
|
1928
|
+
"CALL_ACTIVITY_NO_CALLED_ELEMENT": "Call activity has no process link or called element",
|
|
1929
|
+
"SEQUENCE_FLOW_NO_CONDITION": "Sequence flow from exclusive gateway has no condition",
|
|
1930
|
+
"MESSAGE_EVENT_NO_MESSAGE": "Message event has no process link or message reference",
|
|
1931
|
+
"TIMER_EVENT_NO_CONFIG": "Timer event has no timer configuration",
|
|
1932
|
+
"SIGNAL_EVENT_NO_SIGNAL": "Signal event has no signal reference",
|
|
1933
|
+
"CONDITIONAL_EVENT_NO_CONDITION": "Conditional event has no condition",
|
|
1934
|
+
"ERROR_EVENT_NO_ERROR": "Error event has no error reference",
|
|
1935
|
+
"ESCALATION_EVENT_NO_ESCALATION": "Escalation event has no escalation reference",
|
|
1936
|
+
"START_EVENT_NO_FORM": "Start event has no process link or form",
|
|
1937
|
+
"EXPRESSION_MISSING_EL_MARKERS": "Expression {{expression}} must use ${...} or #{...} syntax",
|
|
1938
|
+
"EXPRESSION_UNCLOSED_PARENTHESIS": "Expression {{expression}} has an unclosed parenthesis",
|
|
1939
|
+
"EXPRESSION_UNCLOSED_BRACE": "Expression {{expression}} is missing a closing brace",
|
|
1940
|
+
"EXPRESSION_UNCLOSED_BRACKET": "Expression {{expression}} has an unclosed bracket",
|
|
1941
|
+
"EXPRESSION_MISMATCHED_DELIMITER": "Expression {{expression}} has mismatched brackets or braces",
|
|
1942
|
+
"EXPRESSION_INCOMPLETE": "Expression {{expression}} is incomplete",
|
|
1943
|
+
"EXPRESSION_INVALID_SYNTAX": "Expression {{expression}} has invalid syntax",
|
|
1944
|
+
"EXPRESSION_BEAN_NOT_FOUND": "No bean '{{expression}}' found. If using a process variable, ensure it exists at runtime",
|
|
1945
|
+
"EXPRESSION_METHOD_NOT_FOUND": "Method not found on bean. Check the expression {{expression}}",
|
|
1946
|
+
"EXPRESSION_ARGUMENT_COUNT_MISMATCH": "Wrong number of arguments in expression",
|
|
1947
|
+
"EXPRESSION_EMPTY_ARGUMENTS": "One or more arguments are empty in expression"
|
|
1875
1948
|
},
|
|
1876
1949
|
"warningConfirmation": {
|
|
1877
1950
|
"title": "Process has warnings",
|
|
1878
1951
|
"content": "The process definition contains warnings. Are you sure you want to save it without resolving the warnings?",
|
|
1879
1952
|
"confirm": "Save anyway"
|
|
1953
|
+
},
|
|
1954
|
+
"markers": {
|
|
1955
|
+
"processLink": "Process link attached",
|
|
1956
|
+
"executionListener": "Execution listener",
|
|
1957
|
+
"taskListener": "Task listener",
|
|
1958
|
+
"toggleTooltip": "Toggle visibility of process link, execution listener, and task listener markers",
|
|
1959
|
+
"hide": "Hide markers",
|
|
1960
|
+
"show": "Show markers"
|
|
1961
|
+
},
|
|
1962
|
+
"autofilled": {
|
|
1963
|
+
"generic": "Auto-filled values present",
|
|
1964
|
+
"sidebarMessage": "This field was auto-filled. Dismiss to not see this message again."
|
|
1880
1965
|
}
|
|
1881
1966
|
},
|
|
1882
1967
|
"processCaseConnection": {
|
|
@@ -1969,6 +2054,7 @@
|
|
|
1969
2054
|
"noResults": "No results",
|
|
1970
2055
|
"loading": "Loading...",
|
|
1971
2056
|
"edit": "Edit",
|
|
2057
|
+
"view": "View",
|
|
1972
2058
|
"noItemsFound": "No items found",
|
|
1973
2059
|
"clearAll": "Clear all",
|
|
1974
2060
|
"clear": "Clear",
|
|
@@ -2009,6 +2095,7 @@
|
|
|
2009
2095
|
"create": "Create",
|
|
2010
2096
|
"save": "Save",
|
|
2011
2097
|
"more": "More",
|
|
2098
|
+
"options": "Options",
|
|
2012
2099
|
"export": "Export",
|
|
2013
2100
|
"defaultSort": "Default sort",
|
|
2014
2101
|
"list": {
|
|
@@ -2211,6 +2298,18 @@
|
|
|
2211
2298
|
"configurationId": "Configuration ID",
|
|
2212
2299
|
"configurationIdTooltip": "The plugin will be saved under this ID. The ID must be in the format of a UUID"
|
|
2213
2300
|
},
|
|
2301
|
+
"pluginConfigurationMapping": {
|
|
2302
|
+
"unknownPlugin": "Unknown plugin",
|
|
2303
|
+
"source": "From the package",
|
|
2304
|
+
"target": "On this environment",
|
|
2305
|
+
"selectPlaceholder": "Select a configuration",
|
|
2306
|
+
"notInstalled": "Plugin not installed",
|
|
2307
|
+
"noConfigurations": "No configurations available",
|
|
2308
|
+
"unidentifiable": {
|
|
2309
|
+
"title": "Plugin configurations unknown",
|
|
2310
|
+
"message": "For some plugin configurations it cannot be determined which plugin they belong to. Those links have to be set manually after importing."
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
2214
2313
|
"pluginManagement": {
|
|
2215
2314
|
"tableItemsText": "plugin configurations",
|
|
2216
2315
|
"add": "Configure plugin",
|
|
@@ -2981,6 +3080,103 @@
|
|
|
2981
3080
|
"noResults": {
|
|
2982
3081
|
"description": "Click <strong>Add new form flow</strong> to start designing your form flow",
|
|
2983
3082
|
"title": "No form flows added"
|
|
3083
|
+
},
|
|
3084
|
+
"tabs": {
|
|
3085
|
+
"editor": "Editor (beta)",
|
|
3086
|
+
"jsonEditor": "JSON editor"
|
|
3087
|
+
},
|
|
3088
|
+
"uiEditor": {
|
|
3089
|
+
"stepsTitle": "Steps",
|
|
3090
|
+
"startStep": "Start step",
|
|
3091
|
+
"stepType": "Type",
|
|
3092
|
+
"addStep": "Add step",
|
|
3093
|
+
"deleteStep": "Delete step",
|
|
3094
|
+
"makeStartStep": "Make start step",
|
|
3095
|
+
"selectForm": "Select a form",
|
|
3096
|
+
"selectComponent": "Select a component",
|
|
3097
|
+
"fieldTooltips": {
|
|
3098
|
+
"key": "Identifies this step. It is referenced by the start step and by transitions, so renaming it updates those references automatically.",
|
|
3099
|
+
"title": "Optional. Shown in the breadcrumb trail while a user walks through the form flow.",
|
|
3100
|
+
"type": "What this step shows: \"form\" renders a Form.io form, \"custom-component\" renders an Angular component registered by this implementation. Other values are handled by a matching step type handler in the backend.",
|
|
3101
|
+
"typeNoComponents": "\"custom-component\" is unavailable because this implementation has not registered any custom components.",
|
|
3102
|
+
"definition": "The form of this case definition or building block that is shown for this step.",
|
|
3103
|
+
"componentId": "The registered Angular component that is shown for this step.",
|
|
3104
|
+
"targetStep": "The step the user goes to when this transition is taken.",
|
|
3105
|
+
"condition": "Optional SpEL expression between ${ and }. Transitions are evaluated from top to bottom; leave empty to make this the default route."
|
|
3106
|
+
},
|
|
3107
|
+
"stepDetails": "Step details",
|
|
3108
|
+
"title": "Title",
|
|
3109
|
+
"titlePlaceholder": "Shown in the breadcrumb trail",
|
|
3110
|
+
"keyPlaceholder": "For example personalDetailsStep",
|
|
3111
|
+
"duplicateKey": "This key is already used by another step",
|
|
3112
|
+
"required": "This field is required",
|
|
3113
|
+
"navigation": "Navigation",
|
|
3114
|
+
"navigationDescription": "Where the user can go after completing this step. Transitions are evaluated from top to bottom; the first one whose condition holds is taken and a transition without a condition is the default.",
|
|
3115
|
+
"targetStep": "Next step",
|
|
3116
|
+
"selectStep": "Select a step",
|
|
3117
|
+
"condition": "Condition",
|
|
3118
|
+
"conditionPlaceholder": "${step.submissionData.age >= 21} (leave empty for default)",
|
|
3119
|
+
"moveUp": "Move up",
|
|
3120
|
+
"moveDown": "Move down",
|
|
3121
|
+
"addTransition": "Add transition",
|
|
3122
|
+
"noTransitions": "No transitions — the form flow ends after this step.",
|
|
3123
|
+
"multipleDefaultTransitions": "Only one transition may omit its condition; that transition is the default.",
|
|
3124
|
+
"conditionExamplesTitle": "Conditions are Spring Expression Language (SpEL) expressions between ${ and }. They can use:",
|
|
3125
|
+
"conditionExampleSubmission": "values the user submitted in this step, via step.submissionData",
|
|
3126
|
+
"conditionExampleContext": "case and process context, via additionalProperties (the exact entries are listed below)",
|
|
3127
|
+
"conditionExampleDefault": "Comparison operators like ==, !=, >, >= and boolean operators like && and || are supported. A transition without a condition is the default route.",
|
|
3128
|
+
"additionalPropertiesTitle": "Available in additionalProperties:",
|
|
3129
|
+
"additionalPropertiesUserTask": "When the form flow is linked to a user task:",
|
|
3130
|
+
"additionalPropertiesStartEvent": "When the form flow is linked to a start event:",
|
|
3131
|
+
"additionalPropertiesOptional": "(if available)",
|
|
3132
|
+
"additionalProperties": {
|
|
3133
|
+
"processInstanceId": "the id of the process instance the task belongs to",
|
|
3134
|
+
"processInstanceBusinessKey": "the business key of that process instance",
|
|
3135
|
+
"taskInstanceId": "the id of the user task that opened this form flow",
|
|
3136
|
+
"documentId": "the id of the case, when the process belongs to one",
|
|
3137
|
+
"processDefinitionKey": "the key of the process definition being started",
|
|
3138
|
+
"documentDefinitionName": "the document definition of the new case, when starting a new case"
|
|
3139
|
+
},
|
|
3140
|
+
"actions": "Actions",
|
|
3141
|
+
"actionsDescription": "Actions run on the server at specific moments in the step's lifecycle, for example to prefill forms, store submissions, complete tasks or start processes.",
|
|
3142
|
+
"help": {
|
|
3143
|
+
"title": "How expressions work",
|
|
3144
|
+
"button": "How do expressions work?",
|
|
3145
|
+
"intro": "Conditions and actions are Spring Expression Language (SpEL) expressions written between ${ and }. They are evaluated on the server while the form flow runs.",
|
|
3146
|
+
"conditionsHeading": "Conditions",
|
|
3147
|
+
"actionsHeading": "Actions",
|
|
3148
|
+
"actionsBody": "Actions run at specific moments in a step's lifecycle: when it opens, when it is completed and when the user navigates back. They can call the registered form flow functions listed under \"Add action\", and can read the submitted data via step.submissionData and the case and process context via additionalProperties. Use them to prefill forms, store submissions, complete tasks or start processes.",
|
|
3149
|
+
"dataHeading": "Available data",
|
|
3150
|
+
"conditionsInlineTitle": "Conditions are expressions.",
|
|
3151
|
+
"conditionsInlineMessage": "For example ${step.submissionData.age >= 21}. Leave the condition empty for the default route.",
|
|
3152
|
+
"actionsInlineTitle": "Actions are expressions.",
|
|
3153
|
+
"actionsInlineMessage": "They can call registered functions and read submitted data and case context."
|
|
3154
|
+
},
|
|
3155
|
+
"onOpen": "When the step opens",
|
|
3156
|
+
"onOpenDescription": "Runs when the user opens this step, for example to prefill the form.",
|
|
3157
|
+
"onComplete": "When the step is completed",
|
|
3158
|
+
"onCompleteDescription": "Runs when the user submits this step, for example to store data or complete a task.",
|
|
3159
|
+
"onBack": "When the user navigates back",
|
|
3160
|
+
"onBackDescription": "Runs when the user goes back to the previous step, for example to clean up data.",
|
|
3161
|
+
"addExpression": "Add action",
|
|
3162
|
+
"blankExpression": "Blank expression",
|
|
3163
|
+
"noExpressions": "No actions configured.",
|
|
3164
|
+
"stepInvalid": "This step has configuration errors",
|
|
3165
|
+
"noStepsTitle": "No steps yet",
|
|
3166
|
+
"noStepsDescription": "Add a step to start designing this form flow.",
|
|
3167
|
+
"parseFailedTitle": "Cannot open the visual editor",
|
|
3168
|
+
"parseFailedMessage": "The definition contains invalid JSON. Fix it in the JSON editor first.",
|
|
3169
|
+
"properties": {
|
|
3170
|
+
"definition": "Form",
|
|
3171
|
+
"componentId": "Component ID"
|
|
3172
|
+
},
|
|
3173
|
+
"errors": {
|
|
3174
|
+
"title": "The definition contains errors",
|
|
3175
|
+
"duplicateKeys": "Duplicate step keys: {{keys}}.",
|
|
3176
|
+
"startStepMissing": "The start step \"{{startStep}}\" does not exist.",
|
|
3177
|
+
"unknownTargets": "Transitions point to unknown steps: {{targets}}.",
|
|
3178
|
+
"stepIncomplete": "Step \"{{step}}\" has missing or invalid fields."
|
|
3179
|
+
}
|
|
2984
3180
|
}
|
|
2985
3181
|
},
|
|
2986
3182
|
"taskManagement": {
|
package/assets/core/nl.json
CHANGED
|
@@ -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",
|
|
@@ -738,6 +740,9 @@
|
|
|
738
740
|
"cta": {"close": "Sluiten", "moreDetails": "Meer details"},
|
|
739
741
|
"carousel": {"previous": "Vorige", "next": "Volgende", "goToSlide": "Ga naar dia"},
|
|
740
742
|
"formManagement": {
|
|
743
|
+
"edit": {
|
|
744
|
+
"title": "Formulier bewerken"
|
|
745
|
+
},
|
|
741
746
|
"noFormDefinitionFoundAdmin": "Er is geen formulier gekoppeld aan de start event/user task. Druk op de knop om deze te configureren.",
|
|
742
747
|
"noFormDefinitionFoundUser": "Er is geen formulier gekoppeld aan de start event/user task. Vraag een beheerder om hulp.",
|
|
743
748
|
"gotoProcessLinksButton": "Configureer nu",
|
|
@@ -1215,7 +1220,9 @@
|
|
|
1215
1220
|
"title": "Er zijn geen statussen geconfigureerd",
|
|
1216
1221
|
"description": "Klik hier om een status voor dit dossiertype te configureren"
|
|
1217
1222
|
},
|
|
1218
|
-
"noResultsFinalVersion": {
|
|
1223
|
+
"noResultsFinalVersion": {
|
|
1224
|
+
"description": "Er zijn geen status aangemaakt voor dit dossiertype."
|
|
1225
|
+
}
|
|
1219
1226
|
},
|
|
1220
1227
|
"caseTags": {
|
|
1221
1228
|
"searchFieldTitle": "Tags",
|
|
@@ -1865,6 +1872,7 @@
|
|
|
1865
1872
|
},
|
|
1866
1873
|
"successNotification": "Proces succesvol gepubliceerd",
|
|
1867
1874
|
"errorNotification": "Er ging iets mis bij het publiceren van het proces",
|
|
1875
|
+
"exportErrorNotification": "Het exporteren van het proces is mislukt. Controleer of de subprocessen, beslistabellen en formulieren waarnaar het verwijst beschikbaar zijn op deze omgeving.",
|
|
1868
1876
|
"validate": "Valideren",
|
|
1869
1877
|
"validationSuccessNotification": "Procesdefinitie is geldig",
|
|
1870
1878
|
"validationWarningNotification": "Procesdefinitie bevat waarschuwingen",
|
|
@@ -1879,7 +1887,7 @@
|
|
|
1879
1887
|
"upload": {
|
|
1880
1888
|
"modalTitle": "Upload procesdefinitie",
|
|
1881
1889
|
"title": "Upload bestand",
|
|
1882
|
-
"description": "
|
|
1890
|
+
"description": "BPMN-bestanden en geëxporteerde procespakketten (.zip) worden ondersteund.",
|
|
1883
1891
|
"buttonText": "Selecteer bestand",
|
|
1884
1892
|
"success": "Deployment succesvol",
|
|
1885
1893
|
"failure": "Deployment mislukt",
|
|
@@ -1887,24 +1895,103 @@
|
|
|
1887
1895
|
"replaceTitle": "Bestaand proces vervangen?",
|
|
1888
1896
|
"replaceContent": "Er bestaat al een proces met dezelfde sleutel. Wilt u dit vervangen?",
|
|
1889
1897
|
"replaceContentWithDuplicates": "Er bestaat al een proces met dezelfde sleutel: {{duplicates}}. Wilt u dit vervangen?",
|
|
1890
|
-
"replaceConfirm": "Vervangen"
|
|
1898
|
+
"replaceConfirm": "Vervangen",
|
|
1899
|
+
"invalidZip": {
|
|
1900
|
+
"title": "Ongeldig bestand",
|
|
1901
|
+
"text": "Dit bestand is geen geldig procespakket."
|
|
1902
|
+
},
|
|
1903
|
+
"pluginsDescription": "Kies per pluginconfiguratie uit het pakket de configuratie van deze omgeving.",
|
|
1904
|
+
"summaryDescription": "De volgende onderdelen waarnaar het proces verwijst, ontbreken op deze omgeving. Importeer deze apart.",
|
|
1905
|
+
"missingReference": {
|
|
1906
|
+
"SUB_PROCESS": {
|
|
1907
|
+
"title": "Subprocessen niet meegenomen",
|
|
1908
|
+
"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:"
|
|
1909
|
+
},
|
|
1910
|
+
"DECISION_DEFINITION": {
|
|
1911
|
+
"title": "Beslistabellen niet meegenomen",
|
|
1912
|
+
"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:"
|
|
1913
|
+
},
|
|
1914
|
+
"FORM": {
|
|
1915
|
+
"title": "Ontbrekende formulieren",
|
|
1916
|
+
"message": "Importeer deze formulieren eerst:"
|
|
1917
|
+
},
|
|
1918
|
+
"FORM_FLOW": {
|
|
1919
|
+
"title": "Formulierstromen niet ondersteund",
|
|
1920
|
+
"message": "Formulierstromen kunnen niet worden gekoppeld aan een proces buiten een dossierdefinitie:"
|
|
1921
|
+
},
|
|
1922
|
+
"READ_ONLY_SYSTEM_PROCESS": {
|
|
1923
|
+
"title": "Proces wordt beheerd via configuratie",
|
|
1924
|
+
"message": "Dit proces kan niet worden overschreven, omdat het via de applicatieconfiguratie wordt beheerd:"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"willBeReplaced": {
|
|
1928
|
+
"PROCESS_DEFINITION": {
|
|
1929
|
+
"title": "Processen worden vervangen",
|
|
1930
|
+
"message": "Deze processen bestaan al op deze omgeving en worden vervangen door de import:"
|
|
1931
|
+
},
|
|
1932
|
+
"DECISION_DEFINITION": {
|
|
1933
|
+
"title": "Beslistabellen worden vervangen",
|
|
1934
|
+
"message": "Deze beslistabellen bestaan al op deze omgeving en worden vervangen door de import:"
|
|
1935
|
+
},
|
|
1936
|
+
"FORM": {
|
|
1937
|
+
"title": "Formulieren worden vervangen",
|
|
1938
|
+
"message": "Deze formulieren bestaan al op deze omgeving en worden vervangen door de import:"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1891
1941
|
},
|
|
1942
|
+
"exportBpmn": "BPMN-definitie exporteren",
|
|
1892
1943
|
"canInitializeDocument": "Start een dossier",
|
|
1893
1944
|
"startableByUser": "Door gebruiker te starten",
|
|
1894
|
-
"
|
|
1895
|
-
"
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
1898
|
-
"
|
|
1899
|
-
"
|
|
1900
|
-
"
|
|
1901
|
-
"
|
|
1902
|
-
"
|
|
1945
|
+
"validationErrorCodes": {
|
|
1946
|
+
"NO_START_EVENT": "Proces heeft geen start event",
|
|
1947
|
+
"NO_END_EVENT": "Proces heeft geen end event",
|
|
1948
|
+
"MULTIPLE_NONE_START_EVENTS": "Proces heeft meerdere lege start events",
|
|
1949
|
+
"NO_OUTGOING_FLOW": "Element heeft geen uitgaande flow",
|
|
1950
|
+
"NO_INCOMING_FLOW": "Element heeft geen inkomende flow",
|
|
1951
|
+
"UNREACHABLE_ELEMENT": "Element is niet bereikbaar vanaf een start event",
|
|
1952
|
+
"NO_PATH_TO_END_EVENT": "Start event heeft geen pad naar een end event",
|
|
1953
|
+
"SERVICE_TASK_NO_IMPLEMENTATION": "Service task heeft geen process link, implementatie of execution listener",
|
|
1954
|
+
"USER_TASK_NO_FORM": "User task heeft geen process link of formulier",
|
|
1955
|
+
"SEND_TASK_NO_IMPLEMENTATION": "Send task heeft geen process link of implementatie",
|
|
1956
|
+
"RECEIVE_TASK_NO_MESSAGE": "Receive task heeft geen process link of message referentie",
|
|
1957
|
+
"BUSINESS_RULE_TASK_NO_IMPLEMENTATION": "Business rule task heeft geen DMN decision referentie",
|
|
1958
|
+
"CALL_ACTIVITY_NO_CALLED_ELEMENT": "Call activity heeft geen process link of called element",
|
|
1959
|
+
"SEQUENCE_FLOW_NO_CONDITION": "Sequence flow van exclusive gateway heeft geen conditie",
|
|
1960
|
+
"MESSAGE_EVENT_NO_MESSAGE": "Message event heeft geen process link of message referentie",
|
|
1961
|
+
"TIMER_EVENT_NO_CONFIG": "Timer event heeft geen timer configuratie",
|
|
1962
|
+
"SIGNAL_EVENT_NO_SIGNAL": "Signal event heeft geen signal referentie",
|
|
1963
|
+
"CONDITIONAL_EVENT_NO_CONDITION": "Conditional event heeft geen condition",
|
|
1964
|
+
"ERROR_EVENT_NO_ERROR": "Error event heeft geen error referentie",
|
|
1965
|
+
"ESCALATION_EVENT_NO_ESCALATION": "Escalation event heeft geen escalation referentie",
|
|
1966
|
+
"START_EVENT_NO_FORM": "Start event heeft geen process link of formulier",
|
|
1967
|
+
"EXPRESSION_MISSING_EL_MARKERS": "Expression {{expression}} moet ${...} of #{...} syntax gebruiken",
|
|
1968
|
+
"EXPRESSION_UNCLOSED_PARENTHESIS": "Expression {{expression}} heeft een niet-gesloten haakje",
|
|
1969
|
+
"EXPRESSION_UNCLOSED_BRACE": "Expression {{expression}} mist een sluitende accolade",
|
|
1970
|
+
"EXPRESSION_UNCLOSED_BRACKET": "Expression {{expression}} heeft een niet-gesloten blokhaak",
|
|
1971
|
+
"EXPRESSION_MISMATCHED_DELIMITER": "Expression {{expression}} heeft niet-overeenkomende haakjes of accolades",
|
|
1972
|
+
"EXPRESSION_INCOMPLETE": "Expression {{expression}} is onvolledig",
|
|
1973
|
+
"EXPRESSION_INVALID_SYNTAX": "Expression {{expression}} heeft ongeldige syntax",
|
|
1974
|
+
"EXPRESSION_BEAN_NOT_FOUND": "Geen bean '{{expression}}' gevonden. Als u een process variable gebruikt, zorg dat deze tijdens runtime bestaat",
|
|
1975
|
+
"EXPRESSION_METHOD_NOT_FOUND": "Methode niet gevonden op bean. Controleer de expression {{expression}}",
|
|
1976
|
+
"EXPRESSION_ARGUMENT_COUNT_MISMATCH": "Verkeerd aantal argumenten in expression",
|
|
1977
|
+
"EXPRESSION_EMPTY_ARGUMENTS": "Een of meer argumenten zijn leeg in expression"
|
|
1903
1978
|
},
|
|
1904
1979
|
"warningConfirmation": {
|
|
1905
1980
|
"title": "Proces bevat waarschuwingen",
|
|
1906
1981
|
"content": "De procesdefinitie bevat waarschuwingen. Weet u zeker dat u wilt opslaan zonder de waarschuwingen op te lossen?",
|
|
1907
1982
|
"confirm": "Toch opslaan"
|
|
1983
|
+
},
|
|
1984
|
+
"markers": {
|
|
1985
|
+
"processLink": "Proceskoppeling",
|
|
1986
|
+
"executionListener": "Uitvoeringslistener",
|
|
1987
|
+
"taskListener": "Taaklistener",
|
|
1988
|
+
"toggleTooltip": "Schakel zichtbaarheid van proceskoppeling, uitvoeringslistener en taaklistener markers",
|
|
1989
|
+
"hide": "Markers verbergen",
|
|
1990
|
+
"show": "Markers tonen"
|
|
1991
|
+
},
|
|
1992
|
+
"autofilled": {
|
|
1993
|
+
"generic": "Automatisch ingevulde waarde aanwezig",
|
|
1994
|
+
"sidebarMessage": "Dit veld is automatisch ingevuld. Sluit dit bericht om het niet meer te zien."
|
|
1908
1995
|
}
|
|
1909
1996
|
},
|
|
1910
1997
|
"processCaseConnection": {
|
|
@@ -1997,6 +2084,7 @@
|
|
|
1997
2084
|
"noResults": "Geen resultaten",
|
|
1998
2085
|
"loading": "Aan het laden...",
|
|
1999
2086
|
"edit": "Aanpassen",
|
|
2087
|
+
"view": "Bekijken",
|
|
2000
2088
|
"noItemsFound": "Geen items gevonden",
|
|
2001
2089
|
"clearAll": "Alles wissen",
|
|
2002
2090
|
"clear": "Wissen",
|
|
@@ -2037,6 +2125,7 @@
|
|
|
2037
2125
|
"create": "Aanmaken",
|
|
2038
2126
|
"save": "Opslaan",
|
|
2039
2127
|
"more": "Meer",
|
|
2128
|
+
"options": "Opties",
|
|
2040
2129
|
"export": "Exporteren",
|
|
2041
2130
|
"list": {
|
|
2042
2131
|
"itemsPerPage": "Items per pagina",
|
|
@@ -2238,6 +2327,18 @@
|
|
|
2238
2327
|
"configurationId": "Configuratie ID",
|
|
2239
2328
|
"configurationIdTooltip": "Onder deze ID zal de plugin worden opgeslagen. Het ID moet het format van een UUID hebben"
|
|
2240
2329
|
},
|
|
2330
|
+
"pluginConfigurationMapping": {
|
|
2331
|
+
"unknownPlugin": "Onbekende plugin",
|
|
2332
|
+
"source": "Uit het pakket",
|
|
2333
|
+
"target": "Op deze omgeving",
|
|
2334
|
+
"selectPlaceholder": "Selecteer een configuratie",
|
|
2335
|
+
"notInstalled": "Plugin niet geïnstalleerd",
|
|
2336
|
+
"noConfigurations": "Geen configuraties beschikbaar",
|
|
2337
|
+
"unidentifiable": {
|
|
2338
|
+
"title": "Pluginconfiguraties onbekend",
|
|
2339
|
+
"message": "Van sommige pluginconfiguraties kan niet worden vastgesteld om welke plugin het gaat. Deze koppelingen moeten na het importeren handmatig worden ingesteld."
|
|
2340
|
+
}
|
|
2341
|
+
},
|
|
2241
2342
|
"pluginManagement": {
|
|
2242
2343
|
"tableItemsText": "plugin-configuraties",
|
|
2243
2344
|
"add": "Plugin configureren",
|
|
@@ -3014,6 +3115,103 @@
|
|
|
3014
3115
|
"noResults": {
|
|
3015
3116
|
"description": "Klik op <strong>Nieuwe form flow toevoegen</strong> om te beginnen met het ontwerpen van je form flow",
|
|
3016
3117
|
"title": "Geen form flows toegevoegd"
|
|
3118
|
+
},
|
|
3119
|
+
"tabs": {
|
|
3120
|
+
"editor": "Editor (bèta)",
|
|
3121
|
+
"jsonEditor": "JSON-editor"
|
|
3122
|
+
},
|
|
3123
|
+
"uiEditor": {
|
|
3124
|
+
"stepsTitle": "Stappen",
|
|
3125
|
+
"startStep": "Startstap",
|
|
3126
|
+
"stepType": "Type",
|
|
3127
|
+
"addStep": "Stap toevoegen",
|
|
3128
|
+
"deleteStep": "Stap verwijderen",
|
|
3129
|
+
"makeStartStep": "Maak startstap",
|
|
3130
|
+
"selectForm": "Kies een formulier",
|
|
3131
|
+
"selectComponent": "Kies een component",
|
|
3132
|
+
"fieldTooltips": {
|
|
3133
|
+
"key": "Identificeert deze stap. De startstap en overgangen verwijzen ernaar; bij hernoemen worden die verwijzingen automatisch bijgewerkt.",
|
|
3134
|
+
"title": "Optioneel. Wordt getoond in het kruimelpad terwijl een gebruiker de form flow doorloopt.",
|
|
3135
|
+
"type": "Wat deze stap toont: \"form\" toont een Form.io-formulier, \"custom-component\" toont een Angular-component die door deze implementatie is geregistreerd. Andere waarden worden afgehandeld door een bijpassende staptype-handler in de backend.",
|
|
3136
|
+
"typeNoComponents": "\"custom-component\" is niet beschikbaar omdat deze implementatie geen custom componenten heeft geregistreerd.",
|
|
3137
|
+
"definition": "Het formulier van deze zaakdefinitie of building block dat voor deze stap wordt getoond.",
|
|
3138
|
+
"componentId": "De geregistreerde Angular-component die voor deze stap wordt getoond.",
|
|
3139
|
+
"targetStep": "De stap waar de gebruiker naartoe gaat wanneer deze overgang wordt gekozen.",
|
|
3140
|
+
"condition": "Optionele SpEL-expressie tussen ${ en }. Overgangen worden van boven naar beneden geëvalueerd; laat leeg om dit de standaardroute te maken."
|
|
3141
|
+
},
|
|
3142
|
+
"stepDetails": "Stapdetails",
|
|
3143
|
+
"title": "Titel",
|
|
3144
|
+
"titlePlaceholder": "Wordt getoond in het kruimelpad",
|
|
3145
|
+
"keyPlaceholder": "Bijvoorbeeld persoonsgegevensStap",
|
|
3146
|
+
"duplicateKey": "Deze key wordt al gebruikt door een andere stap",
|
|
3147
|
+
"required": "Dit veld is verplicht",
|
|
3148
|
+
"navigation": "Navigatie",
|
|
3149
|
+
"navigationDescription": "Waar de gebruiker naartoe kan na het afronden van deze stap. Overgangen worden van boven naar beneden geëvalueerd; de eerste waarvan de conditie waar is wordt gekozen en een overgang zonder conditie is de standaard.",
|
|
3150
|
+
"targetStep": "Volgende stap",
|
|
3151
|
+
"selectStep": "Kies een stap",
|
|
3152
|
+
"condition": "Conditie",
|
|
3153
|
+
"conditionPlaceholder": "${step.submissionData.leeftijd >= 21} (leeg = standaard)",
|
|
3154
|
+
"moveUp": "Omhoog",
|
|
3155
|
+
"moveDown": "Omlaag",
|
|
3156
|
+
"addTransition": "Overgang toevoegen",
|
|
3157
|
+
"noTransitions": "Geen overgangen — de form flow eindigt na deze stap.",
|
|
3158
|
+
"multipleDefaultTransitions": "Slechts één overgang mag zonder conditie zijn; die overgang is de standaard.",
|
|
3159
|
+
"conditionExamplesTitle": "Condities zijn Spring Expression Language (SpEL)-expressies tussen ${ en }. Ze kunnen gebruikmaken van:",
|
|
3160
|
+
"conditionExampleSubmission": "waarden die de gebruiker in deze stap heeft ingevuld, via step.submissionData",
|
|
3161
|
+
"conditionExampleContext": "zaak- en procescontext, via additionalProperties (de exacte waarden staan hieronder)",
|
|
3162
|
+
"conditionExampleDefault": "Vergelijkingsoperatoren zoals ==, !=, >, >= en booleaanse operatoren zoals && en || worden ondersteund. Een overgang zonder conditie is de standaardroute.",
|
|
3163
|
+
"additionalPropertiesTitle": "Beschikbaar in additionalProperties:",
|
|
3164
|
+
"additionalPropertiesUserTask": "Wanneer de form flow gekoppeld is aan een gebruikerstaak:",
|
|
3165
|
+
"additionalPropertiesStartEvent": "Wanneer de form flow gekoppeld is aan een startgebeurtenis:",
|
|
3166
|
+
"additionalPropertiesOptional": "(indien beschikbaar)",
|
|
3167
|
+
"additionalProperties": {
|
|
3168
|
+
"processInstanceId": "het id van de procesinstantie waar de taak bij hoort",
|
|
3169
|
+
"processInstanceBusinessKey": "de business key van die procesinstantie",
|
|
3170
|
+
"taskInstanceId": "het id van de gebruikerstaak die deze form flow heeft geopend",
|
|
3171
|
+
"documentId": "het id van de zaak, wanneer het proces bij een zaak hoort",
|
|
3172
|
+
"processDefinitionKey": "de key van de procesdefinitie die gestart wordt",
|
|
3173
|
+
"documentDefinitionName": "de documentdefinitie van de nieuwe zaak, bij het starten van een nieuwe zaak"
|
|
3174
|
+
},
|
|
3175
|
+
"actions": "Acties",
|
|
3176
|
+
"actionsDescription": "Acties worden op de server uitgevoerd op vaste momenten in de levenscyclus van de stap, bijvoorbeeld om formulieren vooraf in te vullen, inzendingen op te slaan, taken af te ronden of processen te starten.",
|
|
3177
|
+
"help": {
|
|
3178
|
+
"title": "Hoe expressies werken",
|
|
3179
|
+
"button": "Hoe werken expressies?",
|
|
3180
|
+
"intro": "Condities en acties zijn Spring Expression Language (SpEL)-expressies tussen ${ en }. Ze worden op de server geëvalueerd terwijl de form flow draait.",
|
|
3181
|
+
"conditionsHeading": "Condities",
|
|
3182
|
+
"actionsHeading": "Acties",
|
|
3183
|
+
"actionsBody": "Acties worden uitgevoerd op vaste momenten in de levenscyclus van een stap: bij het openen, bij het afronden en wanneer de gebruiker teruggaat. Ze kunnen de geregistreerde form flow-functies aanroepen uit het menu \"Actie toevoegen\", en kunnen de ingevulde gegevens lezen via step.submissionData en de zaak- en procescontext via additionalProperties. Gebruik ze om formulieren vooraf in te vullen, inzendingen op te slaan, taken af te ronden of processen te starten.",
|
|
3184
|
+
"dataHeading": "Beschikbare gegevens",
|
|
3185
|
+
"conditionsInlineTitle": "Condities zijn expressies.",
|
|
3186
|
+
"conditionsInlineMessage": "Bijvoorbeeld ${step.submissionData.leeftijd >= 21}. Laat de conditie leeg voor de standaardroute.",
|
|
3187
|
+
"actionsInlineTitle": "Acties zijn expressies.",
|
|
3188
|
+
"actionsInlineMessage": "Ze kunnen geregistreerde functies aanroepen en ingevulde gegevens en zaakcontext lezen."
|
|
3189
|
+
},
|
|
3190
|
+
"onOpen": "Bij openen van de stap",
|
|
3191
|
+
"onOpenDescription": "Wordt uitgevoerd wanneer de gebruiker deze stap opent, bijvoorbeeld om het formulier vooraf in te vullen.",
|
|
3192
|
+
"onComplete": "Bij afronden van de stap",
|
|
3193
|
+
"onCompleteDescription": "Wordt uitgevoerd wanneer de gebruiker deze stap indient, bijvoorbeeld om gegevens op te slaan of een taak af te ronden.",
|
|
3194
|
+
"onBack": "Bij teruggaan",
|
|
3195
|
+
"onBackDescription": "Wordt uitgevoerd wanneer de gebruiker teruggaat naar de vorige stap, bijvoorbeeld om gegevens op te schonen.",
|
|
3196
|
+
"addExpression": "Actie toevoegen",
|
|
3197
|
+
"blankExpression": "Lege expressie",
|
|
3198
|
+
"noExpressions": "Geen acties geconfigureerd.",
|
|
3199
|
+
"stepInvalid": "Deze stap bevat configuratiefouten",
|
|
3200
|
+
"noStepsTitle": "Nog geen stappen",
|
|
3201
|
+
"noStepsDescription": "Voeg een stap toe om deze form flow te ontwerpen.",
|
|
3202
|
+
"parseFailedTitle": "De visuele editor kan niet worden geopend",
|
|
3203
|
+
"parseFailedMessage": "De definitie bevat ongeldige JSON. Herstel dit eerst in de JSON-editor.",
|
|
3204
|
+
"properties": {
|
|
3205
|
+
"definition": "Formulier",
|
|
3206
|
+
"componentId": "Component-ID"
|
|
3207
|
+
},
|
|
3208
|
+
"errors": {
|
|
3209
|
+
"title": "De definitie bevat fouten",
|
|
3210
|
+
"duplicateKeys": "Dubbele stap-keys: {{keys}}.",
|
|
3211
|
+
"startStepMissing": "De startstap \"{{startStep}}\" bestaat niet.",
|
|
3212
|
+
"unknownTargets": "Overgangen verwijzen naar onbekende stappen: {{targets}}.",
|
|
3213
|
+
"stepIncomplete": "Stap \"{{step}}\" heeft ontbrekende of ongeldige velden."
|
|
3214
|
+
}
|
|
3017
3215
|
}
|
|
3018
3216
|
},
|
|
3019
3217
|
"taskManagement": {
|
|
@@ -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
|
-
*
|
|
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.
|
|
1256
|
+
frontendLibraries: '13.44.0',
|
|
1259
1257
|
};
|
|
1260
1258
|
|
|
1261
1259
|
/*
|
|
@@ -2052,7 +2050,7 @@ const zgwFeaturesGuard = () => {
|
|
|
2052
2050
|
|
|
2053
2051
|
/* tslint:disable */
|
|
2054
2052
|
/* eslint-disable */
|
|
2055
|
-
// Generated using typescript-generator version 3.2.1263 on 2026-
|
|
2053
|
+
// Generated using typescript-generator version 3.2.1263 on 2026-08-26 15:15:30.
|
|
2056
2054
|
|
|
2057
2055
|
/*
|
|
2058
2056
|
* Copyright 2015-2025 Ritense BV, the Netherlands.
|