DaisyUI Integriert
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import { auditHeizungGebaeudeBaujahr } from "../Verbrauchsausweis/audits/HeizungGebaeudeBaujahr";
|
||||
import { addNotification, deleteNotification } from "@ibcornelsen/ui";
|
||||
import TagInput from "../TagInput.svelte";
|
||||
import { writable } from "svelte/store";
|
||||
import type {
|
||||
BedarfsausweisWohnen,
|
||||
VerbrauchsausweisGewerbe,
|
||||
@@ -14,8 +13,6 @@
|
||||
export let gebaeude: GebaeudeClient;
|
||||
export let ausweis: VerbrauchsausweisWohnenClient | VerbrauchsausweisGewerbe | BedarfsausweisWohnen;
|
||||
|
||||
$: baujahrHeizung = writable(gebaeude.baujahr_heizung || []);
|
||||
$: baujahr = writable(gebaeude.baujahr_gebaeude || []);
|
||||
</script>
|
||||
|
||||
<div class="GRB">
|
||||
@@ -28,6 +25,7 @@
|
||||
<input
|
||||
name="ausstellgrund"
|
||||
type="radio"
|
||||
class="radio radio-secondary"
|
||||
value={ausstellgrund}
|
||||
bind:group={ausweis.ausstellgrund}
|
||||
/>{name}</label
|
||||
@@ -147,9 +145,10 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
input[type="radio"] {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
@apply w-5 h-5 rounded-full;
|
||||
}
|
||||
|
||||
.radio-inline {
|
||||
|
||||
Reference in New Issue
Block a user