|
|
|
|
@@ -1,34 +1,34 @@
|
|
|
|
|
<script lang="ts">
|
|
|
|
|
// import PerformanceScore from "#components/Ausweis/PerformanceScore.svelte";
|
|
|
|
|
// import Progressbar from "#components/Ausweis/Progressbar.svelte";
|
|
|
|
|
import Hilfe from "#components/Ausweis/Hilfe.svelte";
|
|
|
|
|
// import HelpLabel from "#labels/HelpLabel.svelte";
|
|
|
|
|
// import Inputlabel from "#labels/InputLabel.svelte";
|
|
|
|
|
// import Verbrauch from "#components/Ausweis/Verbrauch.svelte";
|
|
|
|
|
// import Label from "#components/Label.svelte";
|
|
|
|
|
import Ausweisart from "#components/Ausweis/Ausweisart.svelte";
|
|
|
|
|
// import ZipSearch from "#components/PlzSuche.svelte";
|
|
|
|
|
// import moment from "moment";
|
|
|
|
|
// import BilderZusatzsysteme from "#components/Ausweis/BilderZusatzsysteme.svelte";
|
|
|
|
|
// import { RawNotificationWrapper, RawNotification, notifications } from "#components/Notifications/index.js";
|
|
|
|
|
// import { auditHeizungGebaeudeBaujahr } from "#components/Verbrauchsausweis/audits/HeizungGebaeudeBaujahr.js";
|
|
|
|
|
// import { auditHeizungJuengerDreiJahre } from "#components/Verbrauchsausweis/audits/HeizungJuengerDreiJahre.js";
|
|
|
|
|
// import { auditZeitraumAktuell } from "#components/Verbrauchsausweis/audits/ZeitraumAktuell.js";
|
|
|
|
|
// import { auditKlimaFaktoren } from "#components/Verbrauchsausweis/audits/KlimaFaktoren.js";
|
|
|
|
|
// import { auditWohnFlaeche } from "#components/Verbrauchsausweis/audits/WohnFlaeche.js";
|
|
|
|
|
// import { auditWarmWasser } from "#components/Verbrauchsausweis/audits/WarmWasser.js";
|
|
|
|
|
// import { auditLeerStand } from "#components/Verbrauchsausweis/audits/LeerStand.js";
|
|
|
|
|
// import { auditPlzNichtErkannt } from "#components/Verbrauchsausweis/audits/PlzNichtErkannt.js";
|
|
|
|
|
// import { AuditType, hidden } from "#components/Verbrauchsausweis/audits/hidden.js";
|
|
|
|
|
// import { auditBedarfsausweisBenoetigt } from "#components/Verbrauchsausweis/audits/BedarfsausweisBenoetigt.js";
|
|
|
|
|
// import { auditVerbrauchAbweichung } from "#components/Verbrauchsausweis/audits/VerbrauchAbweichung.js";
|
|
|
|
|
// import { auditEndEnergie } from "#components/Verbrauchsausweis/audits/EndEnergie.js";
|
|
|
|
|
// import { auditWohnflaecheGroesserGesamtflaeche } from "#components/Verbrauchsausweis/audits/WohnflaecheGroesserGesamtflaeche.js";
|
|
|
|
|
// import { Enums } from "@ibcornelsen/database/client"
|
|
|
|
|
import Overlay from "#components/Overlay.svelte";
|
|
|
|
|
import AusweisGespeichertModule from "./AusweisGespeichertModule.svelte";
|
|
|
|
|
// import { VerbrauchsausweisWohnenClient, BenutzerClient, UploadedGebaeudeBild } from "#components/Ausweis/types.js";
|
|
|
|
|
// import { verbrauchsausweisWohnenSpeichern } from "src/client/lib/verbrauchsausweisWohnenSpeichern.js";
|
|
|
|
|
import PerformanceScore from "#components/Ausweis/PerformanceScore.svelte";
|
|
|
|
|
import Progressbar from "#components/Ausweis/Progressbar.svelte";
|
|
|
|
|
import Hilfe from "#components/Ausweis/Hilfe.svelte";
|
|
|
|
|
import HelpLabel from "#labels/HelpLabel.svelte";
|
|
|
|
|
import Inputlabel from "#labels/InputLabel.svelte";
|
|
|
|
|
import Verbrauch from "#components/Ausweis/Verbrauch.svelte";
|
|
|
|
|
import Label from "#components/Label.svelte";
|
|
|
|
|
import Ausweisart from "#components/Ausweis/Ausweisart.svelte";
|
|
|
|
|
import ZipSearch from "#components/PlzSuche.svelte";
|
|
|
|
|
import moment from "moment";
|
|
|
|
|
import BilderZusatzsysteme from "#components/Ausweis/BilderZusatzsysteme.svelte";
|
|
|
|
|
import { RawNotificationWrapper, RawNotification, notifications } from "#components/Notifications/index.js";
|
|
|
|
|
import { auditHeizungGebaeudeBaujahr } from "#components/Verbrauchsausweis/audits/HeizungGebaeudeBaujahr.js";
|
|
|
|
|
import { auditHeizungJuengerDreiJahre } from "#components/Verbrauchsausweis/audits/HeizungJuengerDreiJahre.js";
|
|
|
|
|
import { auditZeitraumAktuell } from "#components/Verbrauchsausweis/audits/ZeitraumAktuell.js";
|
|
|
|
|
import { auditKlimaFaktoren } from "#components/Verbrauchsausweis/audits/KlimaFaktoren.js";
|
|
|
|
|
import { auditWohnFlaeche } from "#components/Verbrauchsausweis/audits/WohnFlaeche.js";
|
|
|
|
|
import { auditWarmWasser } from "#components/Verbrauchsausweis/audits/WarmWasser.js";
|
|
|
|
|
import { auditLeerStand } from "#components/Verbrauchsausweis/audits/LeerStand.js";
|
|
|
|
|
import { auditPlzNichtErkannt } from "#components/Verbrauchsausweis/audits/PlzNichtErkannt.js";
|
|
|
|
|
import { AuditType, hidden } from "#components/Verbrauchsausweis/audits/hidden.js";
|
|
|
|
|
import { auditBedarfsausweisBenoetigt } from "#components/Verbrauchsausweis/audits/BedarfsausweisBenoetigt.js";
|
|
|
|
|
import { auditVerbrauchAbweichung } from "#components/Verbrauchsausweis/audits/VerbrauchAbweichung.js";
|
|
|
|
|
import { auditEndEnergie } from "#components/Verbrauchsausweis/audits/EndEnergie.js";
|
|
|
|
|
import { auditWohnflaecheGroesserGesamtflaeche } from "#components/Verbrauchsausweis/audits/WohnflaecheGroesserGesamtflaeche.js";
|
|
|
|
|
import { Enums } from "@ibcornelsen/database/client"
|
|
|
|
|
import Overlay from "#components/Overlay.svelte";
|
|
|
|
|
import AusweisGespeichertModule from "./AusweisGespeichertModule.svelte";
|
|
|
|
|
import { VerbrauchsausweisWohnenClient, BenutzerClient, UploadedGebaeudeBild } from "#components/Ausweis/types.js";
|
|
|
|
|
import { verbrauchsausweisWohnenSpeichern } from "src/client/lib/verbrauchsausweisWohnenSpeichern.js";
|
|
|
|
|
|
|
|
|
|
// TODO: Vom Server sollte ein volles Objekt kommen, dass alle Subobjekte enthält, weil es sonst zu Problemen führen kann
|
|
|
|
|
// wenn gebaeude_aufnahme_allgemein oder gebaeude_stammdaten nicht existiert...
|
|
|
|
|
|