@valtimo/zgw 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/fesm2022/valtimo-zgw.mjs +1 -1
- package/fesm2022/valtimo-zgw.mjs.map +1 -1
- package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts +1 -1
- package/lib/modules/documenten-api/components/documenten-api-metadata-modal/documenten-api-metadata-modal.component.d.ts.map +1 -1
- package/lib/modules/notificaties-api/models/failed-notification.model.d.ts +1 -1
- package/lib/modules/notificaties-api/models/failed-notification.model.d.ts.map +1 -1
- package/package.json +1 -1
package/fesm2022/valtimo-zgw.mjs
CHANGED
|
@@ -1327,7 +1327,7 @@ class DocumentenApiMetadataModalComponent {
|
|
|
1327
1327
|
if (!filename) {
|
|
1328
1328
|
return null;
|
|
1329
1329
|
}
|
|
1330
|
-
filename = filename.replace(/\.[^/.]+$/, '').replace(/[
|
|
1330
|
+
filename = filename.replace(/\.[^/.]+$/, '').replace(/[._]/g, ' ');
|
|
1331
1331
|
return filename.charAt(0).toUpperCase() + filename.slice(1);
|
|
1332
1332
|
}
|
|
1333
1333
|
formatDate(controlName) {
|