@valtimo/shared 13.8.0 → 13.9.1
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/de.json +202 -0
- package/assets/core/en.json +22 -4
- package/assets/core/nl.json +23 -5
- package/fesm2022/valtimo-shared.mjs +91 -45
- package/fesm2022/valtimo-shared.mjs.map +1 -1
- package/lib/models/search.model.d.ts +1 -1
- package/lib/models/search.model.d.ts.map +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.d.ts.map +1 -1
- package/lib/utils/validate-bsn.utils.d.ts +6 -0
- package/lib/utils/validate-bsn.utils.d.ts.map +1 -0
- package/package.json +1 -1
package/assets/core/de.json
CHANGED
|
@@ -1324,6 +1324,9 @@
|
|
|
1324
1324
|
}
|
|
1325
1325
|
},
|
|
1326
1326
|
"interface": {
|
|
1327
|
+
"icon": "Symbol",
|
|
1328
|
+
"iconPlaceholder": "Ein Symbol auswählen",
|
|
1329
|
+
"iconTooltip": "Ein Symbol auswählen",
|
|
1327
1330
|
"mainMenu": "Hauptmenü",
|
|
1328
1331
|
"toggleMenu": "Menü",
|
|
1329
1332
|
"typeToSearch": "Hier tippen zum Suchen",
|
|
@@ -2073,5 +2076,204 @@
|
|
|
2073
2076
|
"rightClickTooltip": "Rechtsklick für Optionen",
|
|
2074
2077
|
"deleteHelperText": "Nachdem Sie ein Schnellsuchelement erstellt haben, können Sie es mit einem Rechtsklick darauf löschen",
|
|
2075
2078
|
"duplicateError": "Ein Schnellsuchobjekt mit diesem Titel existiert bereits"
|
|
2079
|
+
},
|
|
2080
|
+
"mdiIcons": {
|
|
2081
|
+
"mdi-home": "Startseite",
|
|
2082
|
+
"mdi-home-city": "Wohnort",
|
|
2083
|
+
"mdi-office-building": "Bürogebäude",
|
|
2084
|
+
"mdi-city": "Stadt",
|
|
2085
|
+
"mdi-domain": "Domain",
|
|
2086
|
+
"mdi-account": "Konto",
|
|
2087
|
+
"mdi-account-circle": "Konto Kreis",
|
|
2088
|
+
"mdi-account-tie": "Konto Krawatte",
|
|
2089
|
+
"mdi-account-group": "Kontogruppe",
|
|
2090
|
+
"mdi-account-multiple": "Mehrere Konten",
|
|
2091
|
+
"mdi-account-cog": "Konto Einstellungen",
|
|
2092
|
+
"mdi-account-clock": "Konto Uhr",
|
|
2093
|
+
"mdi-account-heart": "Konto Herz",
|
|
2094
|
+
"mdi-account-star": "Konto Stern",
|
|
2095
|
+
"mdi-account-box": "Konto Box",
|
|
2096
|
+
"mdi-account-plus": "Konto Plus",
|
|
2097
|
+
"mdi-account-check": "Konto Prüfen",
|
|
2098
|
+
"mdi-account-key": "Konto Schlüssel",
|
|
2099
|
+
"mdi-briefcase": "Aktenkoffer",
|
|
2100
|
+
"mdi-briefcase-account": "Aktenkoffer Konto",
|
|
2101
|
+
"mdi-briefcase-check": "Aktenkoffer Check",
|
|
2102
|
+
"mdi-calendar": "Kalender",
|
|
2103
|
+
"mdi-calendar-month": "Kalender Monat",
|
|
2104
|
+
"mdi-calendar-check": "Kalender Check",
|
|
2105
|
+
"mdi-calendar-range": "Kalender Zeitraum",
|
|
2106
|
+
"mdi-clipboard-text": "Zwischenablage Text",
|
|
2107
|
+
"mdi-clipboard-list": "Zwischenablage Liste",
|
|
2108
|
+
"mdi-clipboard-check": "Zwischenablage Check",
|
|
2109
|
+
"mdi-clipboard-edit": "Zwischenablage Bearbeiten",
|
|
2110
|
+
"mdi-folder": "Ordner",
|
|
2111
|
+
"mdi-folder-open": "Ordner Offen",
|
|
2112
|
+
"mdi-folder-account": "Ordner Konto",
|
|
2113
|
+
"mdi-folder-multiple": "Mehrere Ordner",
|
|
2114
|
+
"mdi-folder-star": "Ordner Stern",
|
|
2115
|
+
"mdi-file": "Datei",
|
|
2116
|
+
"mdi-file-document": "Dokumentdatei",
|
|
2117
|
+
"mdi-file-cog": "Datei Einstellungen",
|
|
2118
|
+
"mdi-file-table": "Datei Tabelle",
|
|
2119
|
+
"mdi-file-chart": "Datei Diagramm",
|
|
2120
|
+
"mdi-file-sign": "Datei Signatur",
|
|
2121
|
+
"mdi-file-tree": "Datei Baum",
|
|
2122
|
+
"mdi-file-multiple": "Mehrere Dateien",
|
|
2123
|
+
"mdi-file-download": "Datei Herunterladen",
|
|
2124
|
+
"mdi-file-upload": "Datei Hochladen",
|
|
2125
|
+
"mdi-file-pdf-box": "PDF-Datei",
|
|
2126
|
+
"mdi-file-image": "Bilddatei",
|
|
2127
|
+
"mdi-file-music": "Musikdatei",
|
|
2128
|
+
"mdi-file-video": "Videodatei",
|
|
2129
|
+
"mdi-book": "Buch",
|
|
2130
|
+
"mdi-book-open": "Buch Offen",
|
|
2131
|
+
"mdi-book-open-page-variant": "Buch Seite Variante",
|
|
2132
|
+
"mdi-book-account": "Buch Konto",
|
|
2133
|
+
"mdi-book-information-variant": "Buch Informationen",
|
|
2134
|
+
"mdi-notebook": "Notizbuch",
|
|
2135
|
+
"mdi-note-text": "Notiztext",
|
|
2136
|
+
"mdi-text-box": "Textfeld",
|
|
2137
|
+
"mdi-text-box-check": "Textfeld Check",
|
|
2138
|
+
"mdi-email": "E-Mail",
|
|
2139
|
+
"mdi-email-check": "E-Mail Check",
|
|
2140
|
+
"mdi-email-open": "E-Mail Offen",
|
|
2141
|
+
"mdi-email-newsletter": "E-Mail Newsletter",
|
|
2142
|
+
"mdi-inbox": "Posteingang",
|
|
2143
|
+
"mdi-inbox-arrow-down": "Posteingang Pfeil Ab",
|
|
2144
|
+
"mdi-message": "Nachricht",
|
|
2145
|
+
"mdi-message-text": "Nachricht Text",
|
|
2146
|
+
"mdi-chat": "Chat",
|
|
2147
|
+
"mdi-comment": "Kommentar",
|
|
2148
|
+
"mdi-comment-text": "Kommentar Text",
|
|
2149
|
+
"mdi-comment-multiple": "Mehrere Kommentare",
|
|
2150
|
+
"mdi-comment-processing": "Kommentar Verarbeitung",
|
|
2151
|
+
"mdi-bell": "Glocke",
|
|
2152
|
+
"mdi-bell-outline": "Glocke Umriss",
|
|
2153
|
+
"mdi-bell-alert": "Glocke Alarm",
|
|
2154
|
+
"mdi-bell-ring": "Glocke Klingeln",
|
|
2155
|
+
"mdi-alert": "Alarm",
|
|
2156
|
+
"mdi-alert-circle": "Alarm Kreis",
|
|
2157
|
+
"mdi-help-circle": "Hilfe Kreis",
|
|
2158
|
+
"mdi-information": "Information",
|
|
2159
|
+
"mdi-lightbulb": "Glühbirne",
|
|
2160
|
+
"mdi-check": "Check",
|
|
2161
|
+
"mdi-check-circle": "Check Kreis",
|
|
2162
|
+
"mdi-close": "Schließen",
|
|
2163
|
+
"mdi-lock": "Schloss",
|
|
2164
|
+
"mdi-lock-open": "Schloss Offen",
|
|
2165
|
+
"mdi-lock-check": "Schloss Check",
|
|
2166
|
+
"mdi-shield": "Schild",
|
|
2167
|
+
"mdi-shield-check": "Schild Check",
|
|
2168
|
+
"mdi-shield-account": "Schild Konto",
|
|
2169
|
+
"mdi-security": "Sicherheit",
|
|
2170
|
+
"mdi-key": "Schlüssel",
|
|
2171
|
+
"mdi-cog": "Zahnrad",
|
|
2172
|
+
"mdi-cog-clockwise": "Zahnrad Im Uhrzeigersinn",
|
|
2173
|
+
"mdi-settings-helper": "Einstellungsassistent",
|
|
2174
|
+
"mdi-tune": "Anpassen",
|
|
2175
|
+
"mdi-gauge": "Messgerät",
|
|
2176
|
+
"mdi-speedometer": "Tachometer",
|
|
2177
|
+
"mdi-view-dashboard": "Dashboard",
|
|
2178
|
+
"mdi-view-list": "Listenansicht",
|
|
2179
|
+
"mdi-view-grid": "Rasteransicht",
|
|
2180
|
+
"mdi-table": "Tabelle",
|
|
2181
|
+
"mdi-chart-bar": "Balkendiagramm",
|
|
2182
|
+
"mdi-chart-line": "Liniendiagramm",
|
|
2183
|
+
"mdi-chart-timeline": "Zeitdiagramm",
|
|
2184
|
+
"mdi-timeline-text": "Zeitlinie Text",
|
|
2185
|
+
"mdi-timeline-clock": "Zeitlinie Uhr",
|
|
2186
|
+
"mdi-map": "Karte",
|
|
2187
|
+
"mdi-map-marker": "Kartenmarkierung",
|
|
2188
|
+
"mdi-map-marker-radius": "Marker Radius",
|
|
2189
|
+
"mdi-map-marker-multiple": "Mehrere Marker",
|
|
2190
|
+
"mdi-compass": "Kompass",
|
|
2191
|
+
"mdi-earth": "Erde",
|
|
2192
|
+
"mdi-navigation": "Navigation",
|
|
2193
|
+
"mdi-laptop": "Laptop",
|
|
2194
|
+
"mdi-monitor": "Monitor",
|
|
2195
|
+
"mdi-cellphone": "Handy",
|
|
2196
|
+
"mdi-tablet": "Tablet",
|
|
2197
|
+
"mdi-web": "Web",
|
|
2198
|
+
"mdi-cloud": "Cloud",
|
|
2199
|
+
"mdi-database": "Datenbank",
|
|
2200
|
+
"mdi-server": "Server",
|
|
2201
|
+
"mdi-lan": "LAN",
|
|
2202
|
+
"mdi-api": "API",
|
|
2203
|
+
"mdi-application-braces": "Anwendung Klammern",
|
|
2204
|
+
"mdi-cube": "Würfel",
|
|
2205
|
+
"mdi-view-module": "Modulansicht",
|
|
2206
|
+
"mdi-puzzle": "Puzzle",
|
|
2207
|
+
"mdi-pipe": "Rohr",
|
|
2208
|
+
"mdi-certificate": "Zertifikat",
|
|
2209
|
+
"mdi-seal": "Siegel",
|
|
2210
|
+
"mdi-tag": "Tag",
|
|
2211
|
+
"mdi-tag-multiple": "Mehrere Tags",
|
|
2212
|
+
"mdi-wallet": "Brieftasche",
|
|
2213
|
+
"mdi-credit-card": "Kreditkarte",
|
|
2214
|
+
"mdi-cash-multiple": "Mehrfach Bargeld",
|
|
2215
|
+
"mdi-store": "Geschäft",
|
|
2216
|
+
"mdi-storefront": "Ladenfront",
|
|
2217
|
+
"mdi-cart": "Warenkorb",
|
|
2218
|
+
"mdi-truck": "LKW",
|
|
2219
|
+
"mdi-package": "Paket",
|
|
2220
|
+
"mdi-gift": "Geschenk",
|
|
2221
|
+
"mdi-rocket": "Rakete",
|
|
2222
|
+
"mdi-rocket-launch": "Raketenstart",
|
|
2223
|
+
"mdi-flag": "Flagge",
|
|
2224
|
+
"mdi-trophy": "Trophäe",
|
|
2225
|
+
"mdi-star": "Stern",
|
|
2226
|
+
"mdi-heart": "Herz",
|
|
2227
|
+
"mdi-thumb-up": "Daumen Hoch",
|
|
2228
|
+
"mdi-thumb-down": "Daumen Runter",
|
|
2229
|
+
"mdi-play-circle": "Abspielen Kreis",
|
|
2230
|
+
"mdi-pause-circle": "Pause Kreis",
|
|
2231
|
+
"mdi-image": "Bild",
|
|
2232
|
+
"mdi-camera": "Kamera",
|
|
2233
|
+
"mdi-video": "Video",
|
|
2234
|
+
"mdi-microphone": "Mikrofon",
|
|
2235
|
+
"mdi-magnify": "Lupe",
|
|
2236
|
+
"mdi-link": "Link",
|
|
2237
|
+
"mdi-account-search": "Konto Suchen",
|
|
2238
|
+
"mdi-school": "Schule",
|
|
2239
|
+
"mdi-clipboard-pulse": "Zwischenablage Puls",
|
|
2240
|
+
"mdi-chart-areaspline": "Flächenspline",
|
|
2241
|
+
"mdi-chart-gantt": "Gantt-Diagramm",
|
|
2242
|
+
"mdi-finance": "Finanzen",
|
|
2243
|
+
"mdi-bank": "Bank",
|
|
2244
|
+
"mdi-cash-register": "Kasse",
|
|
2245
|
+
"mdi-poll": "Umfrage",
|
|
2246
|
+
"mdi-progress-check": "Fortschritt Check",
|
|
2247
|
+
"mdi-progress-clock": "Fortschritt Uhr",
|
|
2248
|
+
"mdi-timeline": "Zeitlinie",
|
|
2249
|
+
"mdi-timeline-alert": "Zeitlinie Alarm",
|
|
2250
|
+
"mdi-calendar-text": "Kalender Text",
|
|
2251
|
+
"mdi-folder-information": "Ordner Information",
|
|
2252
|
+
"mdi-folder-lock": "Ordner Schloss",
|
|
2253
|
+
"mdi-folder-key": "Ordner Schlüssel",
|
|
2254
|
+
"mdi-file-lock": "Datei Schloss",
|
|
2255
|
+
"mdi-file-search": "Datei Suche",
|
|
2256
|
+
"mdi-file-question": "Datei Frage",
|
|
2257
|
+
"mdi-cloud-sync": "Cloud Sync",
|
|
2258
|
+
"mdi-cloud-alert": "Cloud Alarm",
|
|
2259
|
+
"mdi-database-search": "Datenbank Suche",
|
|
2260
|
+
"mdi-server-security": "Server Sicherheit",
|
|
2261
|
+
"mdi-lock-alert": "Schloss Alarm",
|
|
2262
|
+
"mdi-lock-reset": "Schloss Reset",
|
|
2263
|
+
"mdi-account-lock": "Konto Schloss",
|
|
2264
|
+
"mdi-account-alert": "Konto Alarm",
|
|
2265
|
+
"mdi-badge-account-horizontal": "Konto Abzeichen Horizontal",
|
|
2266
|
+
"mdi-badge-account-horizontal-outline": "Konto Abzeichen Horizontal Umriss",
|
|
2267
|
+
"mdi-lightbulb-on": "Glühbirne An",
|
|
2268
|
+
"mdi-lifebuoy": "Rettungsring",
|
|
2269
|
+
"mdi-headset": "Headset",
|
|
2270
|
+
"mdi-headset-help": "Headset Hilfe",
|
|
2271
|
+
"mdi-wrench": "Schraubenschlüssel",
|
|
2272
|
+
"mdi-hammer-wrench": "Hammer Schraubenschlüssel",
|
|
2273
|
+
"mdi-cog-transfer": "Zahnrad Übertragung",
|
|
2274
|
+
"mdi-tune-variant": "Anpassen Variante",
|
|
2275
|
+
"mdi-clipboard-text-clock": "Zwischenablage Text Uhr",
|
|
2276
|
+
"mdi-clipboard-text-play": "Zwischenablage Text Abspielen",
|
|
2277
|
+
"mdi-clipboard-flow": "Zwischenablage Ablauf"
|
|
2076
2278
|
}
|
|
2077
2279
|
}
|
package/assets/core/en.json
CHANGED
|
@@ -994,9 +994,10 @@
|
|
|
994
994
|
},
|
|
995
995
|
"actionButtonLabel": "Action button type",
|
|
996
996
|
"externalLink": {
|
|
997
|
-
"linkLabel": "
|
|
998
|
-
"linkPlaceholder": "
|
|
999
|
-
"buttonTextLabel": "
|
|
997
|
+
"linkLabel": "Target URL (with placeholders)",
|
|
998
|
+
"linkPlaceholder": "https://ritense.nl/zaak/${doc:/zaak/id}",
|
|
999
|
+
"buttonTextLabel": "Button label",
|
|
1000
|
+
"buttonTextPlaceholder": "'Go to zaak'"
|
|
1000
1001
|
},
|
|
1001
1002
|
"saveModalContent": "Are you sure you want to save the widget configuration?"
|
|
1002
1003
|
},
|
|
@@ -1380,6 +1381,16 @@
|
|
|
1380
1381
|
"content": "You are leaving the page. Any unsaved changes will be lost. Are you sure you want to continue?",
|
|
1381
1382
|
"keepEditing": "Keep editing"
|
|
1382
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
|
+
},
|
|
1383
1394
|
"required": "required",
|
|
1384
1395
|
"filter": "Filter...",
|
|
1385
1396
|
"back": "Back",
|
|
@@ -1570,16 +1581,23 @@
|
|
|
1570
1581
|
"downloadButtonText": "Download configuration",
|
|
1571
1582
|
"to": "to",
|
|
1572
1583
|
"text": "Text",
|
|
1584
|
+
"textPlaceholder": "Enter text",
|
|
1573
1585
|
"number": "Number",
|
|
1586
|
+
"numberPlaceholder": "Enter a number",
|
|
1574
1587
|
"date": "Date",
|
|
1588
|
+
"datePlaceholder": "dd-mm-yyyy",
|
|
1575
1589
|
"datetime": "Date and time",
|
|
1576
1590
|
"time": "Time",
|
|
1591
|
+
"timePlaceholder": "hh:mm",
|
|
1577
1592
|
"boolean": "Yes / no",
|
|
1593
|
+
"booleanPlaceholder": "Yes/no",
|
|
1578
1594
|
"numberRange": "Number range",
|
|
1579
1595
|
"dateRange": "Date range",
|
|
1580
1596
|
"datetimeRange": "Date and time range",
|
|
1581
1597
|
"booleanPositive": "Yes",
|
|
1582
|
-
"booleanNegative": "No"
|
|
1598
|
+
"booleanNegative": "No",
|
|
1599
|
+
"bsn": "BSN",
|
|
1600
|
+
"bsnPlaceholder": "123456789"
|
|
1583
1601
|
},
|
|
1584
1602
|
"searchFieldsTooltips": {
|
|
1585
1603
|
"text": "A text field",
|
package/assets/core/nl.json
CHANGED
|
@@ -1016,15 +1016,16 @@
|
|
|
1016
1016
|
},
|
|
1017
1017
|
"processes": {
|
|
1018
1018
|
"buttonTextLabel": "Nieuwe procesknoptekst (Optioneel)",
|
|
1019
|
-
"buttonTextPlaceholder": "
|
|
1019
|
+
"buttonTextPlaceholder": "Knoptekst",
|
|
1020
1020
|
"selectorLabel": "Nieuwe procesknop (Optioneel)",
|
|
1021
1021
|
"selectorPlaceholder": "Kies een proces"
|
|
1022
1022
|
},
|
|
1023
1023
|
"actionButtonLabel": "Type actieknop",
|
|
1024
1024
|
"externalLink": {
|
|
1025
|
-
"linkLabel": "
|
|
1026
|
-
"linkPlaceholder": "
|
|
1027
|
-
"buttonTextLabel": "
|
|
1025
|
+
"linkLabel": "Link-URL (met variabelen)",
|
|
1026
|
+
"linkPlaceholder": "https://ritense.nl/zaak/${doc:/zaak/id}",
|
|
1027
|
+
"buttonTextLabel": "Knoptekst",
|
|
1028
|
+
"buttonTextPlaceholder": "'Ga naar zaak'"
|
|
1028
1029
|
},
|
|
1029
1030
|
"saveModalContent": "Weet je zeker dat je de widget configuratie wilt opslaan?"
|
|
1030
1031
|
},
|
|
@@ -1410,6 +1411,16 @@
|
|
|
1410
1411
|
"content": "Je gaat de pagina verlaten. Alle niet-opgeslagen wijzigingen gaan verloren. Weet je zeker dat je door wilt gaan?",
|
|
1411
1412
|
"keepEditing": "Blijf bewerken"
|
|
1412
1413
|
},
|
|
1414
|
+
"dataValidation": {
|
|
1415
|
+
"bsnValidator": {
|
|
1416
|
+
"valueEmpty": "De waarde mag niet leeg zijn.",
|
|
1417
|
+
"valueMaxLength": "Het BSN is te lang. De maximale lengte is 9 tekens.",
|
|
1418
|
+
"valueMinLength": "Het BSN is te kort. De minimale lengte is 8 tekens.",
|
|
1419
|
+
"valueOnlyDigits": "De waarde mag alleen cijfers bevatten. Letters of symbolen zijn niet toegestaan.",
|
|
1420
|
+
"valueAllZerosOrNines": "De waarde mag niet volledig uit nullen of negens bestaan.",
|
|
1421
|
+
"valueElfCheck": "De waarde voldoet niet aan de elfproef. Voer een geldig BSN in."
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1413
1424
|
"required": "vereist",
|
|
1414
1425
|
"filter": "Filteren...",
|
|
1415
1426
|
"back": "Terug",
|
|
@@ -1600,16 +1611,23 @@
|
|
|
1600
1611
|
"downloadButtonText": "Download configuratie",
|
|
1601
1612
|
"to": "tot",
|
|
1602
1613
|
"text": "Tekst",
|
|
1614
|
+
"textPlaceholder": "Voer tekst in",
|
|
1603
1615
|
"number": "Nummer",
|
|
1616
|
+
"numberPlaceholder": "Voer een nummer in",
|
|
1604
1617
|
"date": "Datum",
|
|
1618
|
+
"datePlaceholder": "dd-mm-yyyy",
|
|
1605
1619
|
"datetime": "Datum en tijd",
|
|
1606
1620
|
"time": "Tijd",
|
|
1621
|
+
"timePlaceholder": "hh:mm",
|
|
1607
1622
|
"boolean": "Ja / nee",
|
|
1608
1623
|
"numberRange": "Nummerreeks",
|
|
1609
1624
|
"dateRange": "Datumreeks",
|
|
1610
1625
|
"datetimeRange": "Datum en tijd-reeks",
|
|
1611
1626
|
"booleanPositive": "Ja",
|
|
1612
|
-
"booleanNegative": "Nee"
|
|
1627
|
+
"booleanNegative": "Nee",
|
|
1628
|
+
"booleanPlaceholder": "Ja/nee",
|
|
1629
|
+
"bsn": "BSN",
|
|
1630
|
+
"bsnPlaceholder": "123456789"
|
|
1613
1631
|
},
|
|
1614
1632
|
"searchFieldsTooltips": {
|
|
1615
1633
|
"text": "Een tekstveld",
|
|
@@ -166,6 +166,52 @@ const getDisplayTypeParametersView = (displayTypeParameters) => {
|
|
|
166
166
|
return '-';
|
|
167
167
|
};
|
|
168
168
|
|
|
169
|
+
/*
|
|
170
|
+
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
171
|
+
*
|
|
172
|
+
* Licensed under EUPL, Version 1.2 (the "License");
|
|
173
|
+
* you may not use this file except in compliance with the License.
|
|
174
|
+
* You may obtain a copy of the License at
|
|
175
|
+
*
|
|
176
|
+
* https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
|
|
177
|
+
*
|
|
178
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
179
|
+
* distributed under the License is distributed on an "AS IS" basis,
|
|
180
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
181
|
+
* See the License for the specific language governing permissions and
|
|
182
|
+
* limitations under the License.
|
|
183
|
+
*/
|
|
184
|
+
const validateBsn = (value) => {
|
|
185
|
+
const baseKey = 'interface.dataValidation.bsnValidator';
|
|
186
|
+
if (!value) {
|
|
187
|
+
return { isValid: false, errorKey: `${baseKey}.valueEmpty` };
|
|
188
|
+
}
|
|
189
|
+
const trimmed = value.toString().trim();
|
|
190
|
+
if (!/^\d+$/.test(trimmed)) {
|
|
191
|
+
return { isValid: false, errorKey: `${baseKey}.valueOnlyDigits` };
|
|
192
|
+
}
|
|
193
|
+
if (trimmed.length < 8 || trimmed.length > 9) {
|
|
194
|
+
return { isValid: false, errorKey: `${baseKey}.valueMinLength` };
|
|
195
|
+
}
|
|
196
|
+
if (trimmed.length > 9) {
|
|
197
|
+
return { isValid: false, errorKey: `${baseKey}.valueMaxLength` };
|
|
198
|
+
}
|
|
199
|
+
if (/^0+$/.test(trimmed) || /^9+$/.test(trimmed)) {
|
|
200
|
+
return { isValid: false, errorKey: `${baseKey}.valueAllZerosOrNines` };
|
|
201
|
+
}
|
|
202
|
+
const digits = trimmed.split('').map(d => parseInt(d, 10));
|
|
203
|
+
let sum = 0;
|
|
204
|
+
const length = digits.length;
|
|
205
|
+
for (let i = 0; i < length; i++) {
|
|
206
|
+
const weight = i === length - 1 ? -1 : length - i;
|
|
207
|
+
sum += digits[i] * weight;
|
|
208
|
+
}
|
|
209
|
+
if (sum % 11 !== 0) {
|
|
210
|
+
return { isValid: false, errorKey: `${baseKey}.valueElfCheck` };
|
|
211
|
+
}
|
|
212
|
+
return { isValid: true, errorKey: null };
|
|
213
|
+
};
|
|
214
|
+
|
|
169
215
|
/*
|
|
170
216
|
* Copyright 2015-2025 Ritense BV, the Netherlands.
|
|
171
217
|
*
|
|
@@ -798,10 +844,10 @@ class ConfigService {
|
|
|
798
844
|
getFeatureToggle(featureToggle) {
|
|
799
845
|
return !!(this.featureToggles && this.featureToggles[featureToggle]);
|
|
800
846
|
}
|
|
801
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
802
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
847
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigService, deps: [{ token: VALTIMO_CONFIG }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
848
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigService, providedIn: 'root' }); }
|
|
803
849
|
}
|
|
804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigService, decorators: [{
|
|
805
851
|
type: Injectable,
|
|
806
852
|
args: [{
|
|
807
853
|
providedIn: 'root',
|
|
@@ -898,10 +944,10 @@ class GlobalNotificationService {
|
|
|
898
944
|
return;
|
|
899
945
|
this._notificationQueue.splice(index, 1);
|
|
900
946
|
}
|
|
901
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
902
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
947
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GlobalNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
948
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GlobalNotificationService, providedIn: 'root' }); }
|
|
903
949
|
}
|
|
904
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
950
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GlobalNotificationService, decorators: [{
|
|
905
951
|
type: Injectable,
|
|
906
952
|
args: [{
|
|
907
953
|
providedIn: 'root',
|
|
@@ -948,10 +994,10 @@ class LocalizationService {
|
|
|
948
994
|
updateLocalizations(updatedLocalizations) {
|
|
949
995
|
return this.http.put(`${this.valtimoApiUri}management/v1/localization`, updatedLocalizations);
|
|
950
996
|
}
|
|
951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
952
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
997
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LocalizationService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
998
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LocalizationService, providedIn: 'root' }); }
|
|
953
999
|
}
|
|
954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: LocalizationService, decorators: [{
|
|
955
1001
|
type: Injectable,
|
|
956
1002
|
args: [{
|
|
957
1003
|
providedIn: 'root',
|
|
@@ -986,10 +1032,10 @@ class MenuIncludeService {
|
|
|
986
1032
|
return of(true);
|
|
987
1033
|
}
|
|
988
1034
|
}
|
|
989
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
990
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1035
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MenuIncludeService, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1036
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MenuIncludeService, providedIn: 'root' }); }
|
|
991
1037
|
}
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1038
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MenuIncludeService, decorators: [{
|
|
993
1039
|
type: Injectable,
|
|
994
1040
|
args: [{
|
|
995
1041
|
providedIn: 'root',
|
|
@@ -1023,10 +1069,10 @@ class UserSettingsService {
|
|
|
1023
1069
|
saveUserSettings(settings) {
|
|
1024
1070
|
return this.http.put(`${this.valtimoApiUri}v1/user/settings`, settings);
|
|
1025
1071
|
}
|
|
1026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1027
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1072
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UserSettingsService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1073
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UserSettingsService, providedIn: 'root' }); }
|
|
1028
1074
|
}
|
|
1029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: UserSettingsService, decorators: [{
|
|
1030
1076
|
type: Injectable,
|
|
1031
1077
|
args: [{
|
|
1032
1078
|
providedIn: 'root',
|
|
@@ -1049,7 +1095,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
1049
1095
|
* limitations under the License.
|
|
1050
1096
|
*/
|
|
1051
1097
|
const VERSIONS = {
|
|
1052
|
-
frontendLibraries: '13.
|
|
1098
|
+
frontendLibraries: '13.9.1',
|
|
1053
1099
|
};
|
|
1054
1100
|
|
|
1055
1101
|
/*
|
|
@@ -1182,10 +1228,10 @@ class EnvironmentService extends BaseApiService {
|
|
|
1182
1228
|
})
|
|
1183
1229
|
.pipe(map(response => response.canUpdateGlobalConfiguration), catchError(() => of(true)));
|
|
1184
1230
|
}
|
|
1185
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1186
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1231
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: EnvironmentService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1232
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: EnvironmentService, providedIn: 'root' }); }
|
|
1187
1233
|
}
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: EnvironmentService, decorators: [{
|
|
1189
1235
|
type: Injectable,
|
|
1190
1236
|
args: [{
|
|
1191
1237
|
providedIn: 'root',
|
|
@@ -1223,10 +1269,10 @@ class DraftVersionService extends BaseApiService {
|
|
|
1223
1269
|
})
|
|
1224
1270
|
.pipe(map(caseDefinition => !caseDefinition.final));
|
|
1225
1271
|
}
|
|
1226
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1227
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DraftVersionService, deps: [{ token: i1.HttpClient }, { token: ConfigService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DraftVersionService, providedIn: 'root' }); }
|
|
1228
1274
|
}
|
|
1229
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: DraftVersionService, decorators: [{
|
|
1230
1276
|
type: Injectable,
|
|
1231
1277
|
args: [{
|
|
1232
1278
|
providedIn: 'root',
|
|
@@ -1271,10 +1317,10 @@ class EditPermissionsService extends BaseApiService {
|
|
|
1271
1317
|
}
|
|
1272
1318
|
return of(false);
|
|
1273
1319
|
}
|
|
1274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1275
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: EditPermissionsService, deps: [{ token: i1.HttpClient }, { token: ConfigService }, { token: EnvironmentService }, { token: DraftVersionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1321
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: EditPermissionsService, providedIn: 'root' }); }
|
|
1276
1322
|
}
|
|
1277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: EditPermissionsService, decorators: [{
|
|
1278
1324
|
type: Injectable,
|
|
1279
1325
|
args: [{
|
|
1280
1326
|
providedIn: 'root',
|
|
@@ -1320,10 +1366,10 @@ class GlobalNotificationComponent {
|
|
|
1320
1366
|
ngOnInit() {
|
|
1321
1367
|
this.globalNotificationService.setNotificationService(this.notificationService);
|
|
1322
1368
|
}
|
|
1323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1324
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1369
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GlobalNotificationComponent, deps: [{ token: GlobalNotificationService }, { token: i2.NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1370
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: GlobalNotificationComponent, isStandalone: true, selector: "valtimo-global-notification", providers: [NotificationService], ngImport: i0, template: ``, isInline: true, styles: ["::ng-deep .cds--toast-notification{width:100%}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }] }); }
|
|
1325
1371
|
}
|
|
1326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1372
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: GlobalNotificationComponent, decorators: [{
|
|
1327
1373
|
type: Component,
|
|
1328
1374
|
args: [{ selector: 'valtimo-global-notification', template: ``, providers: [NotificationService], standalone: true, imports: [CommonModule], styles: ["::ng-deep .cds--toast-notification{width:100%}\n"] }]
|
|
1329
1375
|
}], ctorParameters: () => [{ type: GlobalNotificationService }, { type: i2.NotificationService }] });
|
|
@@ -1355,10 +1401,10 @@ class ExtensionComponent {
|
|
|
1355
1401
|
this.configService.loadExtensionPoint(this.viewContainerRef, extension.extensionPoint);
|
|
1356
1402
|
});
|
|
1357
1403
|
}
|
|
1358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1359
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.
|
|
1404
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ExtensionComponent, deps: [{ token: ConfigService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1405
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", type: ExtensionComponent, isStandalone: false, selector: "valtimo-extension", inputs: { module: "module", page: "page", section: "section" }, viewQueries: [{ propertyName: "viewContainerRef", first: true, predicate: ["injectExtension"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-template #injectExtension></ng-template>\n", styles: [""] }); }
|
|
1360
1406
|
}
|
|
1361
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ExtensionComponent, decorators: [{
|
|
1362
1408
|
type: Component,
|
|
1363
1409
|
args: [{ selector: 'valtimo-extension', standalone: false, template: "<!--\n ~ Copyright 2015-2025 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n\n<ng-template #injectExtension></ng-template>\n" }]
|
|
1364
1410
|
}], ctorParameters: () => [{ type: ConfigService }], propDecorators: { module: [{
|
|
@@ -1400,11 +1446,11 @@ class ConfigModule {
|
|
|
1400
1446
|
],
|
|
1401
1447
|
};
|
|
1402
1448
|
}
|
|
1403
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1404
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.
|
|
1405
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.
|
|
1449
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1450
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.17", ngImport: i0, type: ConfigModule, declarations: [ExtensionComponent], exports: [ExtensionComponent] }); }
|
|
1451
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigModule }); }
|
|
1406
1452
|
}
|
|
1407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: ConfigModule, decorators: [{
|
|
1408
1454
|
type: NgModule,
|
|
1409
1455
|
args: [{
|
|
1410
1456
|
declarations: [ExtensionComponent],
|
|
@@ -1435,10 +1481,10 @@ class MockTranslateService {
|
|
|
1435
1481
|
instant(key) {
|
|
1436
1482
|
return '';
|
|
1437
1483
|
}
|
|
1438
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1439
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1484
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockTranslateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1485
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockTranslateService, providedIn: 'root' }); }
|
|
1440
1486
|
}
|
|
1441
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockTranslateService, decorators: [{
|
|
1442
1488
|
type: Injectable,
|
|
1443
1489
|
args: [{
|
|
1444
1490
|
providedIn: 'root',
|
|
@@ -1483,10 +1529,10 @@ class MockKeycloakService {
|
|
|
1483
1529
|
async loadUserProfile() {
|
|
1484
1530
|
return this.MOCK_USER_PROFILE;
|
|
1485
1531
|
}
|
|
1486
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1487
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1532
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockKeycloakService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1533
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockKeycloakService, providedIn: 'root' }); }
|
|
1488
1534
|
}
|
|
1489
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1535
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockKeycloakService, decorators: [{
|
|
1490
1536
|
type: Injectable,
|
|
1491
1537
|
args: [{
|
|
1492
1538
|
providedIn: 'root',
|
|
@@ -1512,10 +1558,10 @@ class MockIconService {
|
|
|
1512
1558
|
registerAll(value) {
|
|
1513
1559
|
return;
|
|
1514
1560
|
}
|
|
1515
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.
|
|
1516
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.
|
|
1561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockIconService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1562
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockIconService, providedIn: 'root' }); }
|
|
1517
1563
|
}
|
|
1518
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.
|
|
1564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: MockIconService, decorators: [{
|
|
1519
1565
|
type: Injectable,
|
|
1520
1566
|
args: [{
|
|
1521
1567
|
providedIn: 'root',
|
|
@@ -1756,5 +1802,5 @@ const ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN = new InjectionToken('Specify
|
|
|
1756
1802
|
* Generated bundle index. Do not edit.
|
|
1757
1803
|
*/
|
|
1758
1804
|
|
|
1759
|
-
export { BaseApiService, BasicExtensionPoint, CASE_CONFIGURATION_EXTENSIONS_TOKEN, CASE_MANAGEMENT_TAB_TOKEN, CaseListTab, ConfigModule, ConfigService, CustomMultiTranslateHttpLoader, CustomMultiTranslateHttpLoaderFactory, DEFAULT_NOTIFICATION_PARAMS, DraftVersionService, EditPermissionsService, EnvironmentService, Extension, ExtensionComponent, ExtensionLoader, FORM_VIEW_MODEL_TOKEN, GlobalNotificationComponent, GlobalNotificationService, HttpLoaderFactory, IKO_TOKEN, INITIALIZERS, IncludeFunction, InterceptorSkip, InterceptorSkipHeader, Language, LocalizationService, MenuIncludeService, MockIconService, MockKeycloakService, MockTranslateService, MultiTranslateHttpLoaderFactory, Operator, ROLE_ADMIN, ROLE_DEVELOPER, ROLE_USER, RouterUtils, TagColor, TaskListTab, UploadProvider, UrlUtils, UserSettingsService, VALTIMO_CONFIG, VERSIONS, ValtimoUserIdentity, ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN, ZGW_OBJECT_TYPE_COMPONENT_TOKEN, getCaseManagementRouteParams, getCaseManagementRouteParamsAndContext, getContextObservable, getDisplayTypeParametersView, getNotificationObject };
|
|
1805
|
+
export { BaseApiService, BasicExtensionPoint, CASE_CONFIGURATION_EXTENSIONS_TOKEN, CASE_MANAGEMENT_TAB_TOKEN, CaseListTab, ConfigModule, ConfigService, CustomMultiTranslateHttpLoader, CustomMultiTranslateHttpLoaderFactory, DEFAULT_NOTIFICATION_PARAMS, DraftVersionService, EditPermissionsService, EnvironmentService, Extension, ExtensionComponent, ExtensionLoader, FORM_VIEW_MODEL_TOKEN, GlobalNotificationComponent, GlobalNotificationService, HttpLoaderFactory, IKO_TOKEN, INITIALIZERS, IncludeFunction, InterceptorSkip, InterceptorSkipHeader, Language, LocalizationService, MenuIncludeService, MockIconService, MockKeycloakService, MockTranslateService, MultiTranslateHttpLoaderFactory, Operator, ROLE_ADMIN, ROLE_DEVELOPER, ROLE_USER, RouterUtils, TagColor, TaskListTab, UploadProvider, UrlUtils, UserSettingsService, VALTIMO_CONFIG, VERSIONS, ValtimoUserIdentity, ZGW_DOCUMENTEN_API_DOCUMENTS_COMPONENT_TOKEN, ZGW_OBJECT_TYPE_COMPONENT_TOKEN, getCaseManagementRouteParams, getCaseManagementRouteParamsAndContext, getContextObservable, getDisplayTypeParametersView, getNotificationObject, validateBsn };
|
|
1760
1806
|
//# sourceMappingURL=valtimo-shared.mjs.map
|