Finalize Typescript restructure

This commit is contained in:
Darko Gjorgjijoski
2026-04-06 17:59:15 +02:00
parent cab785172e
commit 74b4b2df4e
209 changed files with 12419 additions and 1745 deletions

View File

@@ -1,15 +1,14 @@
<template>
<div class="md:grid-cols-12 grid-cols-1 md:gap-x-6 mt-6 mb-8 grid gap-y-5">
<BaseCustomerSelectPopup
v-model="estimateStore.newEstimate.customer"
:valid="v.customer_id"
:content-loading="isLoading"
type="estimate"
class="col-span-5 pr-0"
class="col-span-6 pr-0"
/>
<BaseInputGrid
class="col-span-7 rounded-xl shadow border border-line-light bg-surface p-5"
class="col-span-6 rounded-xl shadow border border-line-light bg-surface p-5"
>
<BaseInputGroup
:label="$t('reports.estimates.estimate_date')"