2023-05-18 21:17:17 +00:00
|
|
|
<div>
|
|
|
|
<layout:Container>
|
|
|
|
<div class="d3c-1684441516-flex">
|
2023-05-25 13:59:13 +00:00
|
|
|
<vg-comp expr="c.IconSlot"></vg-comp>
|
2023-05-18 21:17:17 +00:00
|
|
|
<p vg-content="c.Message" style="white-space: pre-wrap;"></p>
|
|
|
|
</div>
|
|
|
|
<div class="d3c-1684441516-flex" style="justify-content: flex-end; align-items: baseline;">
|
|
|
|
<input:Button vg-if="c.ClickAbort != nil" @Click="c.handleClickAbort(event)">Abort</input:Button>
|
|
|
|
<input:Button vg-if="c.ClickYes != nil" @Click="c.handleClickYes(event)">Yes</input:Button>
|
|
|
|
</div>
|
|
|
|
</layout:Container>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
.d3c-1684441516-flex {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
display: flex;
|
|
|
|
gap: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d3c-1684441516-flex > * {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<script type="application/x-go">
|
|
|
|
import (
|
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/components/input"
|
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/components/layout"
|
|
|
|
)
|
2023-05-19 21:45:39 +00:00
|
|
|
</script>
|