@valtimo/shared 13.4.0 → 13.5.0-release-0.0.0.3

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.
@@ -799,7 +799,12 @@
799
799
  "save": "Save",
800
800
  "form": {"tabName": "Tab name"}
801
801
  },
802
- "columns": {"highContrast": "High contrast", "type": "Type", "width": "Width"},
802
+ "columns": {
803
+ "highContrast": "High contrast",
804
+ "type": "Type",
805
+ "width": "Width",
806
+ "density": "Density"
807
+ },
803
808
  "list": {
804
809
  "dividerModal": {
805
810
  "addDividerTitle": "Add new widget divider",
@@ -833,6 +838,7 @@
833
838
  "style": "Choose widget style",
834
839
  "type": "Choose widget type",
835
840
  "width": "Choose widget width",
841
+ "density": "Choose widget density",
836
842
  "displayConditions": "Set display conditions"
837
843
  }
838
844
  },
@@ -840,7 +846,7 @@
840
846
  "success": "Widget configuration updated successfully",
841
847
  "error": "Widget configuration failed to update"
842
848
  },
843
- "types": {
849
+ "type": {
844
850
  "description": "Choose the widget type you want to configure.",
845
851
  "fields": {"title": "Fields", "description": "Text data with content and a label"},
846
852
  "custom": {"title": "Custom component", "description": "For complex content"},
@@ -850,7 +856,9 @@
850
856
  "title": "Interactive table",
851
857
  "description": "Create an interactive table"
852
858
  },
853
- "collection": {"title": "Collection", "description": "Create a collection"}
859
+ "collection": {"title": "Collection", "description": "Create a collection"},
860
+ "divider": {"title": "Divider"},
861
+ "map": {"title": "Map", "description": "Create a map widget"}
854
862
  },
855
863
  "width": {
856
864
  "description": "Select the desired width for the widget.",
@@ -866,6 +874,11 @@
866
874
  "default": {"title": "Default", "description": "For regular content"},
867
875
  "highContrast": {"title": "High contrast", "description": "For higher priority content"}
868
876
  },
877
+ "density": {
878
+ "description": "Select the desired density for the widget",
879
+ "default": {"title": "Default", "description": "For regular content"},
880
+ "compact": {"title": "Compact", "description": "For higher density data overview"}
881
+ },
869
882
  "content": {
870
883
  "description": "Enter the content for each column. Keep in mind that not all fields are the same height. For the best result make sure items are properly distributed.",
871
884
  "widgetTitle": "Widget title",
@@ -908,6 +921,13 @@
908
921
  "linkTextTooltip": "The text that will be displayed for the link. If left empty, the URL will be used as link text.",
909
922
  "linkTextPlaceholder": "Link text (optional)"
910
923
  },
924
+ "map": {
925
+ "add": "Add field",
926
+ "layerTitle": "Map layer {{ layer }}",
927
+ "key": "Path to GeoJSON data",
928
+ "keyPlaceholder": "Source path",
929
+ "keyTooltip": "Value resolver path to GeoJSON data"
930
+ },
911
931
  "displayType": {
912
932
  "text": "Text",
913
933
  "boolean": "Yes/No",
@@ -919,7 +939,11 @@
919
939
  "percent": "Percentage",
920
940
  "link": "Link"
921
941
  },
922
- "custom": {"selectComponent": "Angular component", "placeholder": "Select a component"},
942
+ "custom": {
943
+ "selectComponent": "Angular component",
944
+ "placeholder": "Select a component",
945
+ "addCustomKeyValue": "Add custom key value pair"
946
+ },
923
947
  "formio": {"selectForm": "Form definition", "placeholder": "Select a form definition"},
924
948
  "table": {
925
949
  "addColumn": "Add column",
@@ -968,6 +992,13 @@
968
992
  "selectorLabel": "New process button (Optional)",
969
993
  "selectorPlaceholder": "Choose a process"
970
994
  },
995
+ "actionButtonLabel": "Action button type",
996
+ "externalLink": {
997
+ "linkLabel": "Target URL (with placeholders)",
998
+ "linkPlaceholder": "https://ritense.nl/zaak/${doc:/zaak/id}",
999
+ "buttonTextLabel": "Button label",
1000
+ "buttonTextPlaceholder": "'Go to zaak'"
1001
+ },
971
1002
  "saveModalContent": "Are you sure you want to save the widget configuration?"
972
1003
  },
973
1004
  "zgw": {
@@ -1008,6 +1039,39 @@
1008
1039
  "title": "No configured columns"
1009
1040
  }
1010
1041
  },
1042
+ "notifications": {
1043
+ "failed": {
1044
+ "pageTitle": "Failed notifications",
1045
+ "retrySuccess": "Notification retry scheduled",
1046
+ "retryError": "Retry failed. Please try again later.",
1047
+ "noResults": {
1048
+ "title": "No failed notifications",
1049
+ "description": "There are currently no failed notifications."
1050
+ },
1051
+ "columns": {
1052
+ "receivedAt": "Received at",
1053
+ "idempotenceKey": "Idempotence key",
1054
+ "pendingRetries": "Remaining retries",
1055
+ "lastProcessedAt": "Last processed at",
1056
+ "lastErrorMessage": "Last error message"
1057
+ },
1058
+ "detail": {
1059
+ "title": "Failed notification details",
1060
+ "metadataTitle": "Metadata",
1061
+ "id": "Identifier",
1062
+ "idempotenceKey": "Idempotence key",
1063
+ "status": "Status",
1064
+ "pendingRetries": "Remaining retries",
1065
+ "receivedAt": "Received at",
1066
+ "lastProcessedAt": "Last processed at",
1067
+ "payloadTitle": "Payload",
1068
+ "noPayload": "Payload not available.",
1069
+ "errorTitle": "Error details",
1070
+ "noError": "No error details available.",
1071
+ "retry": "Retry notification"
1072
+ }
1073
+ }
1074
+ },
1011
1075
  "tags": {
1012
1076
  "tag": "Tag",
1013
1077
  "add": "Add tag",
@@ -1252,6 +1316,9 @@
1252
1316
  }
1253
1317
  },
1254
1318
  "interface": {
1319
+ "icon": "Icon",
1320
+ "iconPlaceholder": "Select an icon",
1321
+ "iconTooltip": "Select an icon",
1255
1322
  "mainMenu": "Main menu",
1256
1323
  "toggleMenu": "Menu",
1257
1324
  "typeToSearch": "Type here to search",
@@ -1314,6 +1381,16 @@
1314
1381
  "content": "You are leaving the page. Any unsaved changes will be lost. Are you sure you want to continue?",
1315
1382
  "keepEditing": "Keep editing"
1316
1383
  },
1384
+ "dataValidation": {
1385
+ "bsnValidator": {
1386
+ "valueEmpty": "The value cannot be empty.",
1387
+ "valueMaxLength": "The BSN is too long. Maximum length is 9 characters.",
1388
+ "valueMinLength": "The BSN is too short. Minimum length is 8 characters.",
1389
+ "valueOnlyDigits": "Value must contain only numeric digits. Letters or symbols are not allowed.",
1390
+ "valueAllZerosOrNines": "Value cannot consist entirely of zeros or nines.",
1391
+ "valueElfCheck": "Value failed the 11-check rule. Please enter a valid BSN."
1392
+ }
1393
+ },
1317
1394
  "required": "required",
1318
1395
  "filter": "Filter...",
1319
1396
  "back": "Back",
@@ -1504,16 +1581,23 @@
1504
1581
  "downloadButtonText": "Download configuration",
1505
1582
  "to": "to",
1506
1583
  "text": "Text",
1584
+ "textPlaceholder": "Enter text",
1507
1585
  "number": "Number",
1586
+ "numberPlaceholder": "Enter a number",
1508
1587
  "date": "Date",
1588
+ "datePlaceholder": "dd-mm-yyyy",
1509
1589
  "datetime": "Date and time",
1510
1590
  "time": "Time",
1591
+ "timePlaceholder": "hh:mm",
1511
1592
  "boolean": "Yes / no",
1593
+ "booleanPlaceholder": "Yes/no",
1512
1594
  "numberRange": "Number range",
1513
1595
  "dateRange": "Date range",
1514
1596
  "datetimeRange": "Date and time range",
1515
1597
  "booleanPositive": "Yes",
1516
- "booleanNegative": "No"
1598
+ "booleanNegative": "No",
1599
+ "bsn": "BSN",
1600
+ "bsnPlaceholder": "123456789"
1517
1601
  },
1518
1602
  "searchFieldsTooltips": {
1519
1603
  "text": "A text field",
@@ -1874,25 +1958,64 @@
1874
1958
  "noWidgets": "No widgets",
1875
1959
  "noWidgetsDescription": "There are no widgets configured for this tab, or you don't have the rights to view them.",
1876
1960
  "noWidget": "Widget not found",
1877
- "noCustomComponentDescription": "The custom component configured for this widget is not available."
1961
+ "noCustomComponentDescription": "The custom component configured for this widget is not available.",
1962
+ "map": {
1963
+ "title": "Map"
1964
+ }
1878
1965
  },
1879
1966
  "iko": {
1880
- "searchFieldsNoResults": "No search fields found for this entity"
1967
+ "searchFieldsNoResults": "No search fields found for this entity",
1968
+ "pageTitle": "Views",
1969
+ "searchVia": "Search via"
1881
1970
  },
1882
1971
  "ikoManagement": {
1972
+ "preparingDownload": "Preparing download",
1883
1973
  "ikoServer": "IKO Server",
1974
+ "configureIkoServer": "Configure IKO Server",
1884
1975
  "dataUrl": "Data URL",
1885
1976
  "title": "Configuration",
1886
1977
  "list": "List",
1887
1978
  "tabs": {"title": "Tabs"},
1888
1979
  "widgets": {"title": "Widgets"},
1980
+ "importDefinition": {
1981
+ "title": "Import IKO definition",
1982
+ "overwriteWarning": "If your IKO definition contains configurations, models and/or definitions with the same name or identifier as already on your system, they will be overwritten.",
1983
+ "startUpload": "Start upload",
1984
+ "progressBar": {
1985
+ "active": "This may take a while",
1986
+ "error": "Unable to import IKO definition. Nothing was imported due to an error at our end. Please try again later. If the issue keeps happening, contact support.",
1987
+ "finished": "IKO definition successfully imported",
1988
+ "label": "Importing IKO definition"
1989
+ },
1990
+ "checkbox": {
1991
+ "message": "I understand that configurations may be overwritten",
1992
+ "error": "This field is mandatory"
1993
+ },
1994
+ "upload": {
1995
+ "title": "Upload file",
1996
+ "description": "Max file size is 500kb. The supported file type is ZIP.",
1997
+ "buttonText": "Select file"
1998
+ },
1999
+ "steps": {
2000
+ "accessControl": {
2001
+ "message": "Don't forget to set the rights in Access Control. Without the proper rights your new IKO-definition won't be accessible.",
2002
+ "title": "Access control"
2003
+ }
2004
+ }
2005
+ },
1889
2006
  "views": {
1890
2007
  "title": "Views",
2008
+ "upload": "Upload",
1891
2009
  "add": "Add view",
2010
+ "edit": "Edit view",
1892
2011
  "deleteContent": "Are you sure you want to delete this view? This change cannot be reverted",
1893
2012
  "noResultsTitle": "There are no configured views",
1894
2013
  "noResultsDescription": "Click here to configure a view."
1895
2014
  },
2015
+ "search": {
2016
+ "noResultsTitle": "No results",
2017
+ "noResultsDescription": "Try adjusting your search or filter options to find what you're looking for."
2018
+ },
1896
2019
  "searchActions": {
1897
2020
  "addActionTitle": "Add search action",
1898
2021
  "editActionTitle": "Edit search action",
@@ -1938,6 +2061,7 @@
1938
2061
  "editTab": "Edit tab",
1939
2062
  "rowAction": "Row action",
1940
2063
  "canStartCase": "Can start case",
2064
+ "collectionPathTooltip": "A path which leads to the collection of values which you want to display. For showing properties in IKO's, follow this example: 'iko:/path/to/property'.",
1941
2065
  "tabTypes": {
1942
2066
  "widgets": "Widgets"
1943
2067
  }
@@ -1965,5 +2089,204 @@
1965
2089
  "rightClickTooltip": "Right-click for options",
1966
2090
  "deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
1967
2091
  "duplicateError": "A quick search item with this title already exists"
2092
+ },
2093
+ "mdiIcons": {
2094
+ "mdi-home": "Home",
2095
+ "mdi-home-city": "Home City",
2096
+ "mdi-office-building": "Office Building",
2097
+ "mdi-city": "City",
2098
+ "mdi-domain": "Domain",
2099
+ "mdi-account": "Account",
2100
+ "mdi-account-circle": "Account Circle",
2101
+ "mdi-account-tie": "Account Tie",
2102
+ "mdi-account-group": "Account Group",
2103
+ "mdi-account-multiple": "Account Multiple",
2104
+ "mdi-account-cog": "Account Cog",
2105
+ "mdi-account-clock": "Account Clock",
2106
+ "mdi-account-heart": "Account Heart",
2107
+ "mdi-account-star": "Account Star",
2108
+ "mdi-account-box": "Account Box",
2109
+ "mdi-account-plus": "Account Plus",
2110
+ "mdi-account-check": "Account Check",
2111
+ "mdi-account-key": "Account Key",
2112
+ "mdi-briefcase": "Briefcase",
2113
+ "mdi-briefcase-account": "Briefcase Account",
2114
+ "mdi-briefcase-check": "Briefcase Check",
2115
+ "mdi-calendar": "Calendar",
2116
+ "mdi-calendar-month": "Calendar Month",
2117
+ "mdi-calendar-check": "Calendar Check",
2118
+ "mdi-calendar-range": "Calendar Range",
2119
+ "mdi-clipboard-text": "Clipboard Text",
2120
+ "mdi-clipboard-list": "Clipboard List",
2121
+ "mdi-clipboard-check": "Clipboard Check",
2122
+ "mdi-clipboard-edit": "Clipboard Edit",
2123
+ "mdi-folder": "Folder",
2124
+ "mdi-folder-open": "Folder Open",
2125
+ "mdi-folder-account": "Folder Account",
2126
+ "mdi-folder-multiple": "Folder Multiple",
2127
+ "mdi-folder-star": "Folder Star",
2128
+ "mdi-file": "File",
2129
+ "mdi-file-document": "File Document",
2130
+ "mdi-file-cog": "File Cog",
2131
+ "mdi-file-table": "File Table",
2132
+ "mdi-file-chart": "File Chart",
2133
+ "mdi-file-sign": "File Sign",
2134
+ "mdi-file-tree": "File Tree",
2135
+ "mdi-file-multiple": "File Multiple",
2136
+ "mdi-file-download": "File Download",
2137
+ "mdi-file-upload": "File Upload",
2138
+ "mdi-file-pdf-box": "File PDF Box",
2139
+ "mdi-file-image": "File Image",
2140
+ "mdi-file-music": "File Music",
2141
+ "mdi-file-video": "File Video",
2142
+ "mdi-book": "Book",
2143
+ "mdi-book-open": "Book Open",
2144
+ "mdi-book-open-page-variant": "Book Open Page Variant",
2145
+ "mdi-book-account": "Book Account",
2146
+ "mdi-book-information-variant": "Book Information Variant",
2147
+ "mdi-notebook": "Notebook",
2148
+ "mdi-note-text": "Note Text",
2149
+ "mdi-text-box": "Text Box",
2150
+ "mdi-text-box-check": "Text Box Check",
2151
+ "mdi-email": "Email",
2152
+ "mdi-email-check": "Email Check",
2153
+ "mdi-email-open": "Email Open",
2154
+ "mdi-email-newsletter": "Email Newsletter",
2155
+ "mdi-inbox": "Inbox",
2156
+ "mdi-inbox-arrow-down": "Inbox Arrow Down",
2157
+ "mdi-message": "Message",
2158
+ "mdi-message-text": "Message Text",
2159
+ "mdi-chat": "Chat",
2160
+ "mdi-comment": "Comment",
2161
+ "mdi-comment-text": "Comment Text",
2162
+ "mdi-comment-multiple": "Comment Multiple",
2163
+ "mdi-comment-processing": "Comment Processing",
2164
+ "mdi-bell": "Bell",
2165
+ "mdi-bell-outline": "Bell Outline",
2166
+ "mdi-bell-alert": "Bell Alert",
2167
+ "mdi-bell-ring": "Bell Ring",
2168
+ "mdi-alert": "Alert",
2169
+ "mdi-alert-circle": "Alert Circle",
2170
+ "mdi-help-circle": "Help Circle",
2171
+ "mdi-information": "Information",
2172
+ "mdi-lightbulb": "Lightbulb",
2173
+ "mdi-check": "Check",
2174
+ "mdi-check-circle": "Check Circle",
2175
+ "mdi-close": "Close",
2176
+ "mdi-lock": "Lock",
2177
+ "mdi-lock-open": "Lock Open",
2178
+ "mdi-lock-check": "Lock Check",
2179
+ "mdi-shield": "Shield",
2180
+ "mdi-shield-check": "Shield Check",
2181
+ "mdi-shield-account": "Shield Account",
2182
+ "mdi-security": "Security",
2183
+ "mdi-key": "Key",
2184
+ "mdi-cog": "Cog",
2185
+ "mdi-cog-clockwise": "Cog Clockwise",
2186
+ "mdi-settings-helper": "Settings Helper",
2187
+ "mdi-tune": "Tune",
2188
+ "mdi-gauge": "Gauge",
2189
+ "mdi-speedometer": "Speedometer",
2190
+ "mdi-view-dashboard": "View Dashboard",
2191
+ "mdi-view-list": "View List",
2192
+ "mdi-view-grid": "View Grid",
2193
+ "mdi-table": "Table",
2194
+ "mdi-chart-bar": "Chart Bar",
2195
+ "mdi-chart-line": "Chart Line",
2196
+ "mdi-chart-timeline": "Chart Timeline",
2197
+ "mdi-timeline-text": "Timeline Text",
2198
+ "mdi-timeline-clock": "Timeline Clock",
2199
+ "mdi-map": "Map",
2200
+ "mdi-map-marker": "Map Marker",
2201
+ "mdi-map-marker-radius": "Map Marker Radius",
2202
+ "mdi-map-marker-multiple": "Map Marker Multiple",
2203
+ "mdi-compass": "Compass",
2204
+ "mdi-earth": "Earth",
2205
+ "mdi-navigation": "Navigation",
2206
+ "mdi-laptop": "Laptop",
2207
+ "mdi-monitor": "Monitor",
2208
+ "mdi-cellphone": "Cellphone",
2209
+ "mdi-tablet": "Tablet",
2210
+ "mdi-web": "Web",
2211
+ "mdi-cloud": "Cloud",
2212
+ "mdi-database": "Database",
2213
+ "mdi-server": "Server",
2214
+ "mdi-lan": "LAN",
2215
+ "mdi-api": "API",
2216
+ "mdi-application-braces": "Application Braces",
2217
+ "mdi-cube": "Cube",
2218
+ "mdi-view-module": "View Module",
2219
+ "mdi-puzzle": "Puzzle",
2220
+ "mdi-pipe": "Pipe",
2221
+ "mdi-certificate": "Certificate",
2222
+ "mdi-seal": "Seal",
2223
+ "mdi-tag": "Tag",
2224
+ "mdi-tag-multiple": "Tag Multiple",
2225
+ "mdi-wallet": "Wallet",
2226
+ "mdi-credit-card": "Credit Card",
2227
+ "mdi-cash-multiple": "Cash Multiple",
2228
+ "mdi-store": "Store",
2229
+ "mdi-storefront": "Storefront",
2230
+ "mdi-cart": "Cart",
2231
+ "mdi-truck": "Truck",
2232
+ "mdi-package": "Package",
2233
+ "mdi-gift": "Gift",
2234
+ "mdi-rocket": "Rocket",
2235
+ "mdi-rocket-launch": "Rocket Launch",
2236
+ "mdi-flag": "Flag",
2237
+ "mdi-trophy": "Trophy",
2238
+ "mdi-star": "Star",
2239
+ "mdi-heart": "Heart",
2240
+ "mdi-thumb-up": "Thumb Up",
2241
+ "mdi-thumb-down": "Thumb Down",
2242
+ "mdi-play-circle": "Play Circle",
2243
+ "mdi-pause-circle": "Pause Circle",
2244
+ "mdi-image": "Image",
2245
+ "mdi-camera": "Camera",
2246
+ "mdi-video": "Video",
2247
+ "mdi-microphone": "Microphone",
2248
+ "mdi-magnify": "Magnify",
2249
+ "mdi-link": "Link",
2250
+ "mdi-account-search": "Account Search",
2251
+ "mdi-school": "School",
2252
+ "mdi-clipboard-pulse": "Clipboard Pulse",
2253
+ "mdi-chart-areaspline": "Chart Areaspline",
2254
+ "mdi-chart-gantt": "Chart Gantt",
2255
+ "mdi-finance": "Finance",
2256
+ "mdi-bank": "Bank",
2257
+ "mdi-cash-register": "Cash Register",
2258
+ "mdi-poll": "Poll",
2259
+ "mdi-progress-check": "Progress Check",
2260
+ "mdi-progress-clock": "Progress Clock",
2261
+ "mdi-timeline": "Timeline",
2262
+ "mdi-timeline-alert": "Timeline Alert",
2263
+ "mdi-calendar-text": "Calendar Text",
2264
+ "mdi-folder-information": "Folder Information",
2265
+ "mdi-folder-lock": "Folder Lock",
2266
+ "mdi-folder-key": "Folder Key",
2267
+ "mdi-file-lock": "File Lock",
2268
+ "mdi-file-search": "File Search",
2269
+ "mdi-file-question": "File Question",
2270
+ "mdi-cloud-sync": "Cloud Sync",
2271
+ "mdi-cloud-alert": "Cloud Alert",
2272
+ "mdi-database-search": "Database Search",
2273
+ "mdi-server-security": "Server Security",
2274
+ "mdi-lock-alert": "Lock Alert",
2275
+ "mdi-lock-reset": "Lock Reset",
2276
+ "mdi-account-lock": "Account Lock",
2277
+ "mdi-account-alert": "Account Alert",
2278
+ "mdi-badge-account-horizontal": "Badge Account Horizontal",
2279
+ "mdi-badge-account-horizontal-outline": "Badge Account Horizontal Outline",
2280
+ "mdi-lightbulb-on": "Lightbulb On",
2281
+ "mdi-lifebuoy": "Lifebuoy",
2282
+ "mdi-headset": "Headset",
2283
+ "mdi-headset-help": "Headset Help",
2284
+ "mdi-wrench": "Wrench",
2285
+ "mdi-hammer-wrench": "Hammer Wrench",
2286
+ "mdi-cog-transfer": "Cog Transfer",
2287
+ "mdi-tune-variant": "Tune Variant",
2288
+ "mdi-clipboard-text-clock": "Clipboard Text Clock",
2289
+ "mdi-clipboard-text-play": "Clipboard Text Play",
2290
+ "mdi-clipboard-flow": "Clipboard Flow"
1968
2291
  }
1969
2292
  }