@valtimo/shared 13.5.0 → 13.6.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 +225 -3
- package/assets/core/nl.json +225 -3
- package/fesm2022/valtimo-shared.mjs +1 -2
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/models/config.d.ts +1 -2
- package/lib/models/config.d.ts.map +1 -1
- package/lib/models/menu-item.model.d.ts +2 -2
- package/lib/models/menu-item.model.d.ts.map +1 -1
- package/lib/models/page.d.ts +1 -0
- package/lib/models/page.d.ts.map +1 -1
- package/package.json +1 -1
- package/assets/core/de.json +0 -2063
package/assets/core/en.json
CHANGED
|
@@ -851,7 +851,8 @@
|
|
|
851
851
|
"description": "Create an interactive table"
|
|
852
852
|
},
|
|
853
853
|
"collection": {"title": "Collection", "description": "Create a collection"},
|
|
854
|
-
"divider": {"title": "Divider"}
|
|
854
|
+
"divider": {"title": "Divider"},
|
|
855
|
+
"map": {"title": "Map", "description": "Create a map widget"}
|
|
855
856
|
},
|
|
856
857
|
"width": {
|
|
857
858
|
"description": "Select the desired width for the widget.",
|
|
@@ -909,6 +910,13 @@
|
|
|
909
910
|
"linkTextTooltip": "The text that will be displayed for the link. If left empty, the URL will be used as link text.",
|
|
910
911
|
"linkTextPlaceholder": "Link text (optional)"
|
|
911
912
|
},
|
|
913
|
+
"map": {
|
|
914
|
+
"add": "Add field",
|
|
915
|
+
"layerTitle": "Map layer {{ layer }}",
|
|
916
|
+
"key": "Path to GeoJSON data",
|
|
917
|
+
"keyPlaceholder": "Source path",
|
|
918
|
+
"keyTooltip": "Value resolver path to GeoJSON data"
|
|
919
|
+
},
|
|
912
920
|
"displayType": {
|
|
913
921
|
"text": "Text",
|
|
914
922
|
"boolean": "Yes/No",
|
|
@@ -969,6 +977,12 @@
|
|
|
969
977
|
"selectorLabel": "New process button (Optional)",
|
|
970
978
|
"selectorPlaceholder": "Choose a process"
|
|
971
979
|
},
|
|
980
|
+
"actionButtonLabel": "Action button type",
|
|
981
|
+
"externalLink": {
|
|
982
|
+
"linkLabel": "External link button",
|
|
983
|
+
"linkPlaceholder": "External link",
|
|
984
|
+
"buttonTextLabel": "External link button text"
|
|
985
|
+
},
|
|
972
986
|
"saveModalContent": "Are you sure you want to save the widget configuration?"
|
|
973
987
|
},
|
|
974
988
|
"zgw": {
|
|
@@ -1286,6 +1300,9 @@
|
|
|
1286
1300
|
}
|
|
1287
1301
|
},
|
|
1288
1302
|
"interface": {
|
|
1303
|
+
"icon": "Icon",
|
|
1304
|
+
"iconPlaceholder": "Select an icon",
|
|
1305
|
+
"iconTooltip": "Select an icon",
|
|
1289
1306
|
"mainMenu": "Main menu",
|
|
1290
1307
|
"toggleMenu": "Menu",
|
|
1291
1308
|
"typeToSearch": "Type here to search",
|
|
@@ -1908,10 +1925,15 @@
|
|
|
1908
1925
|
"noWidgets": "No widgets",
|
|
1909
1926
|
"noWidgetsDescription": "There are no widgets configured for this tab, or you don't have the rights to view them.",
|
|
1910
1927
|
"noWidget": "Widget not found",
|
|
1911
|
-
"noCustomComponentDescription": "The custom component configured for this widget is not available."
|
|
1928
|
+
"noCustomComponentDescription": "The custom component configured for this widget is not available.",
|
|
1929
|
+
"map": {
|
|
1930
|
+
"title": "Map"
|
|
1931
|
+
}
|
|
1912
1932
|
},
|
|
1913
1933
|
"iko": {
|
|
1914
|
-
"searchFieldsNoResults": "No search fields found for this entity"
|
|
1934
|
+
"searchFieldsNoResults": "No search fields found for this entity",
|
|
1935
|
+
"pageTitle": "Views",
|
|
1936
|
+
"searchVia": "Search via"
|
|
1915
1937
|
},
|
|
1916
1938
|
"ikoManagement": {
|
|
1917
1939
|
"preparingDownload": "Preparing download",
|
|
@@ -1952,6 +1974,7 @@
|
|
|
1952
1974
|
"title": "Views",
|
|
1953
1975
|
"upload": "Upload",
|
|
1954
1976
|
"add": "Add view",
|
|
1977
|
+
"edit": "Edit view",
|
|
1955
1978
|
"deleteContent": "Are you sure you want to delete this view? This change cannot be reverted",
|
|
1956
1979
|
"noResultsTitle": "There are no configured views",
|
|
1957
1980
|
"noResultsDescription": "Click here to configure a view."
|
|
@@ -2033,5 +2056,204 @@
|
|
|
2033
2056
|
"rightClickTooltip": "Right-click for options",
|
|
2034
2057
|
"deleteHelperText": "After creating a quick search item, you can delete it by right-clicking on it",
|
|
2035
2058
|
"duplicateError": "A quick search item with this title already exists"
|
|
2059
|
+
},
|
|
2060
|
+
"mdiIcons": {
|
|
2061
|
+
"mdi-home": "Home",
|
|
2062
|
+
"mdi-home-city": "Home City",
|
|
2063
|
+
"mdi-office-building": "Office Building",
|
|
2064
|
+
"mdi-city": "City",
|
|
2065
|
+
"mdi-domain": "Domain",
|
|
2066
|
+
"mdi-account": "Account",
|
|
2067
|
+
"mdi-account-circle": "Account Circle",
|
|
2068
|
+
"mdi-account-tie": "Account Tie",
|
|
2069
|
+
"mdi-account-group": "Account Group",
|
|
2070
|
+
"mdi-account-multiple": "Account Multiple",
|
|
2071
|
+
"mdi-account-cog": "Account Cog",
|
|
2072
|
+
"mdi-account-clock": "Account Clock",
|
|
2073
|
+
"mdi-account-heart": "Account Heart",
|
|
2074
|
+
"mdi-account-star": "Account Star",
|
|
2075
|
+
"mdi-account-box": "Account Box",
|
|
2076
|
+
"mdi-account-plus": "Account Plus",
|
|
2077
|
+
"mdi-account-check": "Account Check",
|
|
2078
|
+
"mdi-account-key": "Account Key",
|
|
2079
|
+
"mdi-briefcase": "Briefcase",
|
|
2080
|
+
"mdi-briefcase-account": "Briefcase Account",
|
|
2081
|
+
"mdi-briefcase-check": "Briefcase Check",
|
|
2082
|
+
"mdi-calendar": "Calendar",
|
|
2083
|
+
"mdi-calendar-month": "Calendar Month",
|
|
2084
|
+
"mdi-calendar-check": "Calendar Check",
|
|
2085
|
+
"mdi-calendar-range": "Calendar Range",
|
|
2086
|
+
"mdi-clipboard-text": "Clipboard Text",
|
|
2087
|
+
"mdi-clipboard-list": "Clipboard List",
|
|
2088
|
+
"mdi-clipboard-check": "Clipboard Check",
|
|
2089
|
+
"mdi-clipboard-edit": "Clipboard Edit",
|
|
2090
|
+
"mdi-folder": "Folder",
|
|
2091
|
+
"mdi-folder-open": "Folder Open",
|
|
2092
|
+
"mdi-folder-account": "Folder Account",
|
|
2093
|
+
"mdi-folder-multiple": "Folder Multiple",
|
|
2094
|
+
"mdi-folder-star": "Folder Star",
|
|
2095
|
+
"mdi-file": "File",
|
|
2096
|
+
"mdi-file-document": "File Document",
|
|
2097
|
+
"mdi-file-cog": "File Cog",
|
|
2098
|
+
"mdi-file-table": "File Table",
|
|
2099
|
+
"mdi-file-chart": "File Chart",
|
|
2100
|
+
"mdi-file-sign": "File Sign",
|
|
2101
|
+
"mdi-file-tree": "File Tree",
|
|
2102
|
+
"mdi-file-multiple": "File Multiple",
|
|
2103
|
+
"mdi-file-download": "File Download",
|
|
2104
|
+
"mdi-file-upload": "File Upload",
|
|
2105
|
+
"mdi-file-pdf-box": "File PDF Box",
|
|
2106
|
+
"mdi-file-image": "File Image",
|
|
2107
|
+
"mdi-file-music": "File Music",
|
|
2108
|
+
"mdi-file-video": "File Video",
|
|
2109
|
+
"mdi-book": "Book",
|
|
2110
|
+
"mdi-book-open": "Book Open",
|
|
2111
|
+
"mdi-book-open-page-variant": "Book Open Page Variant",
|
|
2112
|
+
"mdi-book-account": "Book Account",
|
|
2113
|
+
"mdi-book-information-variant": "Book Information Variant",
|
|
2114
|
+
"mdi-notebook": "Notebook",
|
|
2115
|
+
"mdi-note-text": "Note Text",
|
|
2116
|
+
"mdi-text-box": "Text Box",
|
|
2117
|
+
"mdi-text-box-check": "Text Box Check",
|
|
2118
|
+
"mdi-email": "Email",
|
|
2119
|
+
"mdi-email-check": "Email Check",
|
|
2120
|
+
"mdi-email-open": "Email Open",
|
|
2121
|
+
"mdi-email-newsletter": "Email Newsletter",
|
|
2122
|
+
"mdi-inbox": "Inbox",
|
|
2123
|
+
"mdi-inbox-arrow-down": "Inbox Arrow Down",
|
|
2124
|
+
"mdi-message": "Message",
|
|
2125
|
+
"mdi-message-text": "Message Text",
|
|
2126
|
+
"mdi-chat": "Chat",
|
|
2127
|
+
"mdi-comment": "Comment",
|
|
2128
|
+
"mdi-comment-text": "Comment Text",
|
|
2129
|
+
"mdi-comment-multiple": "Comment Multiple",
|
|
2130
|
+
"mdi-comment-processing": "Comment Processing",
|
|
2131
|
+
"mdi-bell": "Bell",
|
|
2132
|
+
"mdi-bell-outline": "Bell Outline",
|
|
2133
|
+
"mdi-bell-alert": "Bell Alert",
|
|
2134
|
+
"mdi-bell-ring": "Bell Ring",
|
|
2135
|
+
"mdi-alert": "Alert",
|
|
2136
|
+
"mdi-alert-circle": "Alert Circle",
|
|
2137
|
+
"mdi-help-circle": "Help Circle",
|
|
2138
|
+
"mdi-information": "Information",
|
|
2139
|
+
"mdi-lightbulb": "Lightbulb",
|
|
2140
|
+
"mdi-check": "Check",
|
|
2141
|
+
"mdi-check-circle": "Check Circle",
|
|
2142
|
+
"mdi-close": "Close",
|
|
2143
|
+
"mdi-lock": "Lock",
|
|
2144
|
+
"mdi-lock-open": "Lock Open",
|
|
2145
|
+
"mdi-lock-check": "Lock Check",
|
|
2146
|
+
"mdi-shield": "Shield",
|
|
2147
|
+
"mdi-shield-check": "Shield Check",
|
|
2148
|
+
"mdi-shield-account": "Shield Account",
|
|
2149
|
+
"mdi-security": "Security",
|
|
2150
|
+
"mdi-key": "Key",
|
|
2151
|
+
"mdi-cog": "Cog",
|
|
2152
|
+
"mdi-cog-clockwise": "Cog Clockwise",
|
|
2153
|
+
"mdi-settings-helper": "Settings Helper",
|
|
2154
|
+
"mdi-tune": "Tune",
|
|
2155
|
+
"mdi-gauge": "Gauge",
|
|
2156
|
+
"mdi-speedometer": "Speedometer",
|
|
2157
|
+
"mdi-view-dashboard": "View Dashboard",
|
|
2158
|
+
"mdi-view-list": "View List",
|
|
2159
|
+
"mdi-view-grid": "View Grid",
|
|
2160
|
+
"mdi-table": "Table",
|
|
2161
|
+
"mdi-chart-bar": "Chart Bar",
|
|
2162
|
+
"mdi-chart-line": "Chart Line",
|
|
2163
|
+
"mdi-chart-timeline": "Chart Timeline",
|
|
2164
|
+
"mdi-timeline-text": "Timeline Text",
|
|
2165
|
+
"mdi-timeline-clock": "Timeline Clock",
|
|
2166
|
+
"mdi-map": "Map",
|
|
2167
|
+
"mdi-map-marker": "Map Marker",
|
|
2168
|
+
"mdi-map-marker-radius": "Map Marker Radius",
|
|
2169
|
+
"mdi-map-marker-multiple": "Map Marker Multiple",
|
|
2170
|
+
"mdi-compass": "Compass",
|
|
2171
|
+
"mdi-earth": "Earth",
|
|
2172
|
+
"mdi-navigation": "Navigation",
|
|
2173
|
+
"mdi-laptop": "Laptop",
|
|
2174
|
+
"mdi-monitor": "Monitor",
|
|
2175
|
+
"mdi-cellphone": "Cellphone",
|
|
2176
|
+
"mdi-tablet": "Tablet",
|
|
2177
|
+
"mdi-web": "Web",
|
|
2178
|
+
"mdi-cloud": "Cloud",
|
|
2179
|
+
"mdi-database": "Database",
|
|
2180
|
+
"mdi-server": "Server",
|
|
2181
|
+
"mdi-lan": "LAN",
|
|
2182
|
+
"mdi-api": "API",
|
|
2183
|
+
"mdi-application-braces": "Application Braces",
|
|
2184
|
+
"mdi-cube": "Cube",
|
|
2185
|
+
"mdi-view-module": "View Module",
|
|
2186
|
+
"mdi-puzzle": "Puzzle",
|
|
2187
|
+
"mdi-pipe": "Pipe",
|
|
2188
|
+
"mdi-certificate": "Certificate",
|
|
2189
|
+
"mdi-seal": "Seal",
|
|
2190
|
+
"mdi-tag": "Tag",
|
|
2191
|
+
"mdi-tag-multiple": "Tag Multiple",
|
|
2192
|
+
"mdi-wallet": "Wallet",
|
|
2193
|
+
"mdi-credit-card": "Credit Card",
|
|
2194
|
+
"mdi-cash-multiple": "Cash Multiple",
|
|
2195
|
+
"mdi-store": "Store",
|
|
2196
|
+
"mdi-storefront": "Storefront",
|
|
2197
|
+
"mdi-cart": "Cart",
|
|
2198
|
+
"mdi-truck": "Truck",
|
|
2199
|
+
"mdi-package": "Package",
|
|
2200
|
+
"mdi-gift": "Gift",
|
|
2201
|
+
"mdi-rocket": "Rocket",
|
|
2202
|
+
"mdi-rocket-launch": "Rocket Launch",
|
|
2203
|
+
"mdi-flag": "Flag",
|
|
2204
|
+
"mdi-trophy": "Trophy",
|
|
2205
|
+
"mdi-star": "Star",
|
|
2206
|
+
"mdi-heart": "Heart",
|
|
2207
|
+
"mdi-thumb-up": "Thumb Up",
|
|
2208
|
+
"mdi-thumb-down": "Thumb Down",
|
|
2209
|
+
"mdi-play-circle": "Play Circle",
|
|
2210
|
+
"mdi-pause-circle": "Pause Circle",
|
|
2211
|
+
"mdi-image": "Image",
|
|
2212
|
+
"mdi-camera": "Camera",
|
|
2213
|
+
"mdi-video": "Video",
|
|
2214
|
+
"mdi-microphone": "Microphone",
|
|
2215
|
+
"mdi-magnify": "Magnify",
|
|
2216
|
+
"mdi-link": "Link",
|
|
2217
|
+
"mdi-account-search": "Account Search",
|
|
2218
|
+
"mdi-school": "School",
|
|
2219
|
+
"mdi-clipboard-pulse": "Clipboard Pulse",
|
|
2220
|
+
"mdi-chart-areaspline": "Chart Areaspline",
|
|
2221
|
+
"mdi-chart-gantt": "Chart Gantt",
|
|
2222
|
+
"mdi-finance": "Finance",
|
|
2223
|
+
"mdi-bank": "Bank",
|
|
2224
|
+
"mdi-cash-register": "Cash Register",
|
|
2225
|
+
"mdi-poll": "Poll",
|
|
2226
|
+
"mdi-progress-check": "Progress Check",
|
|
2227
|
+
"mdi-progress-clock": "Progress Clock",
|
|
2228
|
+
"mdi-timeline": "Timeline",
|
|
2229
|
+
"mdi-timeline-alert": "Timeline Alert",
|
|
2230
|
+
"mdi-calendar-text": "Calendar Text",
|
|
2231
|
+
"mdi-folder-information": "Folder Information",
|
|
2232
|
+
"mdi-folder-lock": "Folder Lock",
|
|
2233
|
+
"mdi-folder-key": "Folder Key",
|
|
2234
|
+
"mdi-file-lock": "File Lock",
|
|
2235
|
+
"mdi-file-search": "File Search",
|
|
2236
|
+
"mdi-file-question": "File Question",
|
|
2237
|
+
"mdi-cloud-sync": "Cloud Sync",
|
|
2238
|
+
"mdi-cloud-alert": "Cloud Alert",
|
|
2239
|
+
"mdi-database-search": "Database Search",
|
|
2240
|
+
"mdi-server-security": "Server Security",
|
|
2241
|
+
"mdi-lock-alert": "Lock Alert",
|
|
2242
|
+
"mdi-lock-reset": "Lock Reset",
|
|
2243
|
+
"mdi-account-lock": "Account Lock",
|
|
2244
|
+
"mdi-account-alert": "Account Alert",
|
|
2245
|
+
"mdi-badge-account-horizontal": "Badge Account Horizontal",
|
|
2246
|
+
"mdi-badge-account-horizontal-outline": "Badge Account Horizontal Outline",
|
|
2247
|
+
"mdi-lightbulb-on": "Lightbulb On",
|
|
2248
|
+
"mdi-lifebuoy": "Lifebuoy",
|
|
2249
|
+
"mdi-headset": "Headset",
|
|
2250
|
+
"mdi-headset-help": "Headset Help",
|
|
2251
|
+
"mdi-wrench": "Wrench",
|
|
2252
|
+
"mdi-hammer-wrench": "Hammer Wrench",
|
|
2253
|
+
"mdi-cog-transfer": "Cog Transfer",
|
|
2254
|
+
"mdi-tune-variant": "Tune Variant",
|
|
2255
|
+
"mdi-clipboard-text-clock": "Clipboard Text Clock",
|
|
2256
|
+
"mdi-clipboard-text-play": "Clipboard Text Play",
|
|
2257
|
+
"mdi-clipboard-flow": "Clipboard Flow"
|
|
2036
2258
|
}
|
|
2037
2259
|
}
|
package/assets/core/nl.json
CHANGED
|
@@ -870,7 +870,8 @@
|
|
|
870
870
|
"description": "Maak een interactieve tabel"
|
|
871
871
|
},
|
|
872
872
|
"collection": {"title": "Collectie", "description": "Maak een collectie aan"},
|
|
873
|
-
"divider": {"title": "Scheidingslijn"}
|
|
873
|
+
"divider": {"title": "Scheidingslijn"},
|
|
874
|
+
"map": {"title": "Kaart", "description": "Maak een kaart widget aan"}
|
|
874
875
|
},
|
|
875
876
|
"width": {
|
|
876
877
|
"description": "Selecteer de gewenste breedte voor de widget.",
|
|
@@ -931,6 +932,13 @@
|
|
|
931
932
|
"linkTextTooltip": "De tekst die wordt weergegeven als een link. Als dit leeg is, wordt de URL als tekst gebruikt.",
|
|
932
933
|
"linkTextPlaceholder": "Link tekst (optioneel)"
|
|
933
934
|
},
|
|
935
|
+
"map": {
|
|
936
|
+
"add": "Veld toevoegen",
|
|
937
|
+
"layerTitle": "Kaart laag {{ layer }}",
|
|
938
|
+
"key": "Pad naar GeoJSON data",
|
|
939
|
+
"keyPlaceholder": "Bron pad",
|
|
940
|
+
"keyTooltip": "Value resolver pad naar GeoJSON data"
|
|
941
|
+
},
|
|
934
942
|
"displayType": {
|
|
935
943
|
"text": "Tekst",
|
|
936
944
|
"boolean": "Ja/Nee",
|
|
@@ -994,6 +1002,12 @@
|
|
|
994
1002
|
"selectorLabel": "Nieuwe procesknop (Optioneel)",
|
|
995
1003
|
"selectorPlaceholder": "Kies een proces"
|
|
996
1004
|
},
|
|
1005
|
+
"actionButtonLabel": "Type actieknop",
|
|
1006
|
+
"externalLink": {
|
|
1007
|
+
"linkLabel": "Knop voor externe link",
|
|
1008
|
+
"linkPlaceholder": "Externe link",
|
|
1009
|
+
"buttonTextLabel": "Tekst van knop voor externe link"
|
|
1010
|
+
},
|
|
997
1011
|
"saveModalContent": "Weet je zeker dat je de widget configuratie wilt opslaan?"
|
|
998
1012
|
},
|
|
999
1013
|
"zgw": {
|
|
@@ -1314,6 +1328,9 @@
|
|
|
1314
1328
|
}
|
|
1315
1329
|
},
|
|
1316
1330
|
"interface": {
|
|
1331
|
+
"icon": "Icoon",
|
|
1332
|
+
"iconPlaceholder": "Selecteer een icoon",
|
|
1333
|
+
"iconTooltip": "Selecteer een icoon",
|
|
1317
1334
|
"mainMenu": "Hoofdmenu",
|
|
1318
1335
|
"toggleMenu": "Menu",
|
|
1319
1336
|
"typeToSearch": "Typ hier om te zoeken",
|
|
@@ -1941,10 +1958,15 @@
|
|
|
1941
1958
|
"noWidgets": "Geen widgets",
|
|
1942
1959
|
"noWidgetsDescription": "Er zijn geen widgets geconfigureerd voor dit tabblad, of je hebt niet de juiste rechten om deze te zien.",
|
|
1943
1960
|
"noWidget": "Widget niet beschikbaar",
|
|
1944
|
-
"noCustomComponentDescription": "De component die geconfigureerd is voor deze widget kon niet gevonden worden."
|
|
1961
|
+
"noCustomComponentDescription": "De component die geconfigureerd is voor deze widget kon niet gevonden worden.",
|
|
1962
|
+
"map": {
|
|
1963
|
+
"title": "Kaart"
|
|
1964
|
+
}
|
|
1945
1965
|
},
|
|
1946
1966
|
"iko": {
|
|
1947
|
-
"searchFieldsNoResults": "Geen zoekvelden gevonden voor deze entiteit"
|
|
1967
|
+
"searchFieldsNoResults": "Geen zoekvelden gevonden voor deze entiteit",
|
|
1968
|
+
"pageTitle": "Beelden",
|
|
1969
|
+
"searchVia": "Zoeken via"
|
|
1948
1970
|
},
|
|
1949
1971
|
"ikoManagement": {
|
|
1950
1972
|
"preparingDownload": "Download aan het voorbereiden",
|
|
@@ -1985,6 +2007,7 @@
|
|
|
1985
2007
|
"title": "Beelden",
|
|
1986
2008
|
"upload": "Uploaden",
|
|
1987
2009
|
"add": "Beeld toevoegen",
|
|
2010
|
+
"edit": "Beeld bewerken",
|
|
1988
2011
|
"deleteContent": "Weet u zeker dat u dit beeld wilt verwijderen? Deze wijziging kan niet ongedaan worden gemaakt.",
|
|
1989
2012
|
"noResultsTitle": "Er zijn geen geconfigureerde beelden",
|
|
1990
2013
|
"noResultsDescription": "Klik hier om een beeld te configureren."
|
|
@@ -2066,5 +2089,204 @@
|
|
|
2066
2089
|
"rightClickTooltip": "Klik met de rechtermuisknop voor opties",
|
|
2067
2090
|
"deleteHelperText": "Nadat je een snelzoekitem hebt gemaakt, kun je het verwijderen door er met de rechtermuisknop op te klikken",
|
|
2068
2091
|
"duplicateError": "Er bestaat al een snelzoekitem met deze titel"
|
|
2092
|
+
},
|
|
2093
|
+
"mdiIcons": {
|
|
2094
|
+
"mdi-home": "Home",
|
|
2095
|
+
"mdi-home-city": "Woonplaats",
|
|
2096
|
+
"mdi-office-building": "Kantoorgebouw",
|
|
2097
|
+
"mdi-city": "Stad",
|
|
2098
|
+
"mdi-domain": "Domein",
|
|
2099
|
+
"mdi-account": "Account",
|
|
2100
|
+
"mdi-account-circle": "Account Cirkel",
|
|
2101
|
+
"mdi-account-tie": "Account Stropdas",
|
|
2102
|
+
"mdi-account-group": "Account Groep",
|
|
2103
|
+
"mdi-account-multiple": "Account Meerdere",
|
|
2104
|
+
"mdi-account-cog": "Account Instellingen",
|
|
2105
|
+
"mdi-account-clock": "Account Klok",
|
|
2106
|
+
"mdi-account-heart": "Account Hart",
|
|
2107
|
+
"mdi-account-star": "Account Ster",
|
|
2108
|
+
"mdi-account-box": "Account Vak",
|
|
2109
|
+
"mdi-account-plus": "Account Plus",
|
|
2110
|
+
"mdi-account-check": "Account Controle",
|
|
2111
|
+
"mdi-account-key": "Account Sleutel",
|
|
2112
|
+
"mdi-briefcase": "Koffer",
|
|
2113
|
+
"mdi-briefcase-account": "Koffer Account",
|
|
2114
|
+
"mdi-briefcase-check": "Koffer Check",
|
|
2115
|
+
"mdi-calendar": "Kalender",
|
|
2116
|
+
"mdi-calendar-month": "Kalender Maand",
|
|
2117
|
+
"mdi-calendar-check": "Kalender Check",
|
|
2118
|
+
"mdi-calendar-range": "Kalender Bereik",
|
|
2119
|
+
"mdi-clipboard-text": "Klembord Tekst",
|
|
2120
|
+
"mdi-clipboard-list": "Klembord Lijst",
|
|
2121
|
+
"mdi-clipboard-check": "Klembord Check",
|
|
2122
|
+
"mdi-clipboard-edit": "Klembord Bewerken",
|
|
2123
|
+
"mdi-folder": "Map",
|
|
2124
|
+
"mdi-folder-open": "Map Open",
|
|
2125
|
+
"mdi-folder-account": "Map Account",
|
|
2126
|
+
"mdi-folder-multiple": "Meerdere Mappen",
|
|
2127
|
+
"mdi-folder-star": "Map Ster",
|
|
2128
|
+
"mdi-file": "Bestand",
|
|
2129
|
+
"mdi-file-document": "Documentbestand",
|
|
2130
|
+
"mdi-file-cog": "Bestand Instellingen",
|
|
2131
|
+
"mdi-file-table": "Bestand Tabel",
|
|
2132
|
+
"mdi-file-chart": "Bestand Grafiek",
|
|
2133
|
+
"mdi-file-sign": "Bestand Ondertekening",
|
|
2134
|
+
"mdi-file-tree": "Bestand Boomstructuur",
|
|
2135
|
+
"mdi-file-multiple": "Meerdere Bestanden",
|
|
2136
|
+
"mdi-file-download": "Bestand Downloaden",
|
|
2137
|
+
"mdi-file-upload": "Bestand Uploaden",
|
|
2138
|
+
"mdi-file-pdf-box": "Bestand PDF",
|
|
2139
|
+
"mdi-file-image": "Bestand Afbeelding",
|
|
2140
|
+
"mdi-file-music": "Bestand Muziek",
|
|
2141
|
+
"mdi-file-video": "Bestand Video",
|
|
2142
|
+
"mdi-book": "Boek",
|
|
2143
|
+
"mdi-book-open": "Boek Open",
|
|
2144
|
+
"mdi-book-open-page-variant": "Boek Open Pagina Variant",
|
|
2145
|
+
"mdi-book-account": "Boek Account",
|
|
2146
|
+
"mdi-book-information-variant": "Boek Informatie",
|
|
2147
|
+
"mdi-notebook": "Notitieboek",
|
|
2148
|
+
"mdi-note-text": "Notitie Tekst",
|
|
2149
|
+
"mdi-text-box": "Tekstvak",
|
|
2150
|
+
"mdi-text-box-check": "Tekstvak Controle",
|
|
2151
|
+
"mdi-email": "E-mail",
|
|
2152
|
+
"mdi-email-check": "E-mail Controle",
|
|
2153
|
+
"mdi-email-open": "E-mail Open",
|
|
2154
|
+
"mdi-email-newsletter": "E-mail Nieuwsbrief",
|
|
2155
|
+
"mdi-inbox": "Inbox",
|
|
2156
|
+
"mdi-inbox-arrow-down": "Inbox Pijl Omlaag",
|
|
2157
|
+
"mdi-message": "Bericht",
|
|
2158
|
+
"mdi-message-text": "Bericht Tekst",
|
|
2159
|
+
"mdi-chat": "Chat",
|
|
2160
|
+
"mdi-comment": "Reactie",
|
|
2161
|
+
"mdi-comment-text": "Reactie Tekst",
|
|
2162
|
+
"mdi-comment-multiple": "Meerdere Reacties",
|
|
2163
|
+
"mdi-comment-processing": "Reactie Verwerken",
|
|
2164
|
+
"mdi-bell": "Bel",
|
|
2165
|
+
"mdi-bell-outline": "Bel Omlijnd",
|
|
2166
|
+
"mdi-bell-alert": "Bel Alarm",
|
|
2167
|
+
"mdi-bell-ring": "Bel Ring",
|
|
2168
|
+
"mdi-alert": "Alarm",
|
|
2169
|
+
"mdi-alert-circle": "Alarm Cirkel",
|
|
2170
|
+
"mdi-help-circle": "Hulp Cirkel",
|
|
2171
|
+
"mdi-information": "Informatie",
|
|
2172
|
+
"mdi-lightbulb": "Gloeilamp",
|
|
2173
|
+
"mdi-check": "Check",
|
|
2174
|
+
"mdi-check-circle": "Check Cirkel",
|
|
2175
|
+
"mdi-close": "Sluiten",
|
|
2176
|
+
"mdi-lock": "Slot",
|
|
2177
|
+
"mdi-lock-open": "Slot Open",
|
|
2178
|
+
"mdi-lock-check": "Slot Check",
|
|
2179
|
+
"mdi-shield": "Schild",
|
|
2180
|
+
"mdi-shield-check": "Schild Check",
|
|
2181
|
+
"mdi-shield-account": "Schild Account",
|
|
2182
|
+
"mdi-security": "Beveiliging",
|
|
2183
|
+
"mdi-key": "Sleutel",
|
|
2184
|
+
"mdi-cog": "Tandwiel",
|
|
2185
|
+
"mdi-cog-clockwise": "Tandwiel Rechtsom",
|
|
2186
|
+
"mdi-settings-helper": "Instellingen Assistent",
|
|
2187
|
+
"mdi-tune": "Afstellen",
|
|
2188
|
+
"mdi-gauge": "Meter",
|
|
2189
|
+
"mdi-speedometer": "Snelheidsmeter",
|
|
2190
|
+
"mdi-view-dashboard": "Dashboard",
|
|
2191
|
+
"mdi-view-list": "Lijstweergave",
|
|
2192
|
+
"mdi-view-grid": "Rasterweergave",
|
|
2193
|
+
"mdi-table": "Tafel",
|
|
2194
|
+
"mdi-chart-bar": "Staafdiagram",
|
|
2195
|
+
"mdi-chart-line": "Lijngrafiek",
|
|
2196
|
+
"mdi-chart-timeline": "Tijdlijngrafiek",
|
|
2197
|
+
"mdi-timeline-text": "Tijdlijn Tekst",
|
|
2198
|
+
"mdi-timeline-clock": "Tijdlijn Klok",
|
|
2199
|
+
"mdi-map": "Kaart",
|
|
2200
|
+
"mdi-map-marker": "Kaartmarkering",
|
|
2201
|
+
"mdi-map-marker-radius": "Kaartmarkering Radius",
|
|
2202
|
+
"mdi-map-marker-multiple": "Meerdere Kaartmarkeringen",
|
|
2203
|
+
"mdi-compass": "Kompas",
|
|
2204
|
+
"mdi-earth": "Aarde",
|
|
2205
|
+
"mdi-navigation": "Navigatie",
|
|
2206
|
+
"mdi-laptop": "Laptop",
|
|
2207
|
+
"mdi-monitor": "Monitor",
|
|
2208
|
+
"mdi-cellphone": "Mobiel",
|
|
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": "Applicatie Haakjes",
|
|
2217
|
+
"mdi-cube": "Kubus",
|
|
2218
|
+
"mdi-view-module": "Moduleweergave",
|
|
2219
|
+
"mdi-puzzle": "Puzzel",
|
|
2220
|
+
"mdi-pipe": "Pijp",
|
|
2221
|
+
"mdi-certificate": "Certificaat",
|
|
2222
|
+
"mdi-seal": "Zegel",
|
|
2223
|
+
"mdi-tag": "Label",
|
|
2224
|
+
"mdi-tag-multiple": "Meerdere Labels",
|
|
2225
|
+
"mdi-wallet": "Portemonnee",
|
|
2226
|
+
"mdi-credit-card": "Creditcard",
|
|
2227
|
+
"mdi-cash-multiple": "Meerdere Contanten",
|
|
2228
|
+
"mdi-store": "Winkel",
|
|
2229
|
+
"mdi-storefront": "Winkelpui",
|
|
2230
|
+
"mdi-cart": "Winkelwagen",
|
|
2231
|
+
"mdi-truck": "Vrachtwagen",
|
|
2232
|
+
"mdi-package": "Pakket",
|
|
2233
|
+
"mdi-gift": "Cadeau",
|
|
2234
|
+
"mdi-rocket": "Raket",
|
|
2235
|
+
"mdi-rocket-launch": "Raket Lancering",
|
|
2236
|
+
"mdi-flag": "Vlag",
|
|
2237
|
+
"mdi-trophy": "Trofee",
|
|
2238
|
+
"mdi-star": "Ster",
|
|
2239
|
+
"mdi-heart": "Hart",
|
|
2240
|
+
"mdi-thumb-up": "Duim Omhoog",
|
|
2241
|
+
"mdi-thumb-down": "Duim Omlaag",
|
|
2242
|
+
"mdi-play-circle": "Afspelen Cirkel",
|
|
2243
|
+
"mdi-pause-circle": "Pauze Cirkel",
|
|
2244
|
+
"mdi-image": "Afbeelding",
|
|
2245
|
+
"mdi-camera": "Camera",
|
|
2246
|
+
"mdi-video": "Video",
|
|
2247
|
+
"mdi-microphone": "Microfoon",
|
|
2248
|
+
"mdi-magnify": "Vergrootglas",
|
|
2249
|
+
"mdi-link": "Link",
|
|
2250
|
+
"mdi-account-search": "Account Zoeken",
|
|
2251
|
+
"mdi-school": "School",
|
|
2252
|
+
"mdi-clipboard-pulse": "Klembord Puls",
|
|
2253
|
+
"mdi-chart-areaspline": "Gebiedsspline",
|
|
2254
|
+
"mdi-chart-gantt": "Ganttdiagram",
|
|
2255
|
+
"mdi-finance": "Financiën",
|
|
2256
|
+
"mdi-bank": "Bank",
|
|
2257
|
+
"mdi-cash-register": "Kassa",
|
|
2258
|
+
"mdi-poll": "Peiling",
|
|
2259
|
+
"mdi-progress-check": "Voortgang Check",
|
|
2260
|
+
"mdi-progress-clock": "Voortgang Klok",
|
|
2261
|
+
"mdi-timeline": "Tijdlijn",
|
|
2262
|
+
"mdi-timeline-alert": "Tijdlijn Alarm",
|
|
2263
|
+
"mdi-calendar-text": "Kalender Tekst",
|
|
2264
|
+
"mdi-folder-information": "Map Informatie",
|
|
2265
|
+
"mdi-folder-lock": "Map Slot",
|
|
2266
|
+
"mdi-folder-key": "Map Sleutel",
|
|
2267
|
+
"mdi-file-lock": "Bestand Slot",
|
|
2268
|
+
"mdi-file-search": "Bestand Zoeken",
|
|
2269
|
+
"mdi-file-question": "Bestand Vraag",
|
|
2270
|
+
"mdi-cloud-sync": "Cloud Sync",
|
|
2271
|
+
"mdi-cloud-alert": "Cloud Alarm",
|
|
2272
|
+
"mdi-database-search": "Database Zoeken",
|
|
2273
|
+
"mdi-server-security": "Server Beveiliging",
|
|
2274
|
+
"mdi-lock-alert": "Slot Alarm",
|
|
2275
|
+
"mdi-lock-reset": "Slot Reset",
|
|
2276
|
+
"mdi-account-lock": "Account Slot",
|
|
2277
|
+
"mdi-account-alert": "Account Alarm",
|
|
2278
|
+
"mdi-badge-account-horizontal": "Account Badge Horizontaal",
|
|
2279
|
+
"mdi-badge-account-horizontal-outline": "Account Badge Horizontaal Omlijnd",
|
|
2280
|
+
"mdi-lightbulb-on": "Gloeilamp Aan",
|
|
2281
|
+
"mdi-lifebuoy": "Reddingsboei",
|
|
2282
|
+
"mdi-headset": "Headset",
|
|
2283
|
+
"mdi-headset-help": "Headset Hulp",
|
|
2284
|
+
"mdi-wrench": "Moersleutel",
|
|
2285
|
+
"mdi-hammer-wrench": "Hamer Moersleutel",
|
|
2286
|
+
"mdi-cog-transfer": "Tandwiel Overdracht",
|
|
2287
|
+
"mdi-tune-variant": "Afstem Variant",
|
|
2288
|
+
"mdi-clipboard-text-clock": "Klembord Tekst Klok",
|
|
2289
|
+
"mdi-clipboard-text-play": "Klembord Tekst Afspelen",
|
|
2290
|
+
"mdi-clipboard-flow": "Klembord Stroom"
|
|
2069
2291
|
}
|
|
2070
2292
|
}
|
|
@@ -251,7 +251,6 @@ var Language;
|
|
|
251
251
|
(function (Language) {
|
|
252
252
|
Language["NL"] = "nl";
|
|
253
253
|
Language["EN"] = "en";
|
|
254
|
-
Language["DE"] = "de";
|
|
255
254
|
})(Language || (Language = {}));
|
|
256
255
|
|
|
257
256
|
/*
|
|
@@ -1050,7 +1049,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1050
1049
|
* limitations under the License.
|
|
1051
1050
|
*/
|
|
1052
1051
|
const VERSIONS = {
|
|
1053
|
-
frontendLibraries: '13.
|
|
1052
|
+
frontendLibraries: '13.6.0',
|
|
1054
1053
|
};
|
|
1055
1054
|
|
|
1056
1055
|
/*
|