Add custom widgets

This commit is contained in:
Thomas Fuhrmann 2023-09-21 10:00:37 +02:00
parent 3b9a2964d9
commit 1f4aeb2a1d
34 changed files with 7790 additions and 0 deletions

View file

@ -0,0 +1,17 @@
export default {
_widgetLabel: 'Print',
heading: 'PDF drucken',
titleLabel: 'Titel',
scaleLabel: 'Maßstab',
formatLabel: 'Format',
'A4 Hochformat': 'A4 Hochformat',
'A4 Hochformat mit Legende': 'A4 Hochformat mit Legende',
'A4 Querformat': 'A4 Querformat',
'A4 Querformat mit Legende': 'A4 Querformat mit Legende',
'A3 Hochformat': 'A3 Hochformat',
'A3 Hochformat mit Legende': 'A3 Hochformat mit Legende',
'A3 Querformat': 'A3 Querformat',
'A3 Querformat mit Legende': 'A3 Querformat mit Legende',
buttonPrint: 'Drucken',
buttonCancel: 'Abbrechen',
};

View file

@ -0,0 +1 @@
System.register([],(function(e){return{execute:function(){e({_widgetLabel:"Print",heading:"Print PDF",titleLabel:"Title",scaleLabel:"Scale",formatLabel:"Format","A4 Hochformat":"A4 portrait","A4 Hochformat mit Legende":"A4 portrait with legend","A4 Querformat":"A4 landscape","A4 Querformat mit Legende":"A4 landscape with legend","A3 Hochformat":"A3 portrait","A3 Hochformat mit Legende":"A3 portrait with legend","A3 Querformat":"A3 landscape","A3 Querformat mit Legende":"A3 landscape with legend",buttonPrint:"Print",buttonCancel:"Cancel"})}}}));