2023-05-15 06:58:12 +00:00
|
|
|
<div vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-1683824360"}'>
|
2023-05-25 13:59:13 +00:00
|
|
|
<input:Button @Click="c.handleClick(event)"><vg-slot name="IconSlot"><icons:LFullScreen></icons:LFullScreen></vg-slot>
|
2023-05-12 10:57:42 +00:00
|
|
|
</input:Button>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
:fullscreen .d3c-1683824360 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<script type="application/x-go">
|
|
|
|
import (
|
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/components/input"
|
2023-05-15 06:58:12 +00:00
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/icons"
|
|
|
|
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
|
2023-05-12 10:57:42 +00:00
|
|
|
)
|
|
|
|
</script>
|