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,9 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<title>cluster</title>
<path d="M10 4h-4c-1.1 0-2 0.9-2 2v4c0 1.1 0.9 2 2 2h4c1.1 0 2-0.9 2-2v-4c0-1.1-0.9-2-2-2z"></path>
<path d="M22 12h4c1.1 0 2-0.9 2-2v-4c0-1.1-0.9-2-2-2h-4c-1.1 0-2 0.9-2 2v4c0 1.1 0.9 2 2 2zM22 6h4v4h-4v-4z"></path>
<path d="M10 20h-4c-1.1 0-2 0.9-2 2v4c0 1.1 0.9 2 2 2h4c1.1 0 2-0.9 2-2v-4c0-1.1-0.9-2-2-2zM10 26h-4v-4h4v4z"></path>
<path d="M26 20h-4c-1.1 0-2 0.9-2 2v4c0 1.1 0.9 2 2 2h4c1.1 0 2-0.9 2-2v-4c0-1.1-0.9-2-2-2z"></path>
<path d="M28 16h-2c-2.671 0-5.182-1.040-7.071-2.929s-2.929-4.4-2.929-7.071v-2c0-2.2-1.8-4-4-4h-8c-2.2 0-4 1.8-4 4v8c0 2.2 1.8 4 4 4h2c2.671 0 5.182 1.040 7.071 2.929s2.929 4.4 2.929 7.071v2c0 2.2 1.8 4 4 4h8c2.2 0 4-1.8 4-4v-8c0-2.2-1.8-4-4-4zM30 28c0 0.53-0.209 1.031-0.589 1.411s-0.881 0.589-1.411 0.589h-8c-0.53 0-1.031-0.209-1.411-0.589s-0.589-0.881-0.589-1.411v-2c0-6.627-5.373-12-12-12h-2c-0.53 0-1.031-0.209-1.411-0.589s-0.589-0.881-0.589-1.411v-8c0-0.53 0.209-1.031 0.589-1.411s0.881-0.589 1.411-0.589h8c0.53 0 1.031 0.209 1.411 0.589s0.589 0.881 0.589 1.411v2c0 6.627 5.373 12 12 12h2c0.53 0 1.031 0.209 1.411 0.589s0.589 0.881 0.589 1.411v8z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

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"})}}}));

File diff suppressed because one or more lines are too long