Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -11,6 +11,7 @@ Mevcut şifrenizi girerek yeni şifre belirleyin
|
|||||||
|
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
|
<q-form @submit.prevent="submit">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<q-input
|
<q-input
|
||||||
v-model="current"
|
v-model="current"
|
||||||
@@ -46,13 +47,14 @@ class="bg-red-1 text-red q-mt-md"
|
|||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="canUpdateSystem"
|
v-if="canUpdateSystem"
|
||||||
|
type="submit"
|
||||||
label="GÜNCELLE"
|
label="GÜNCELLE"
|
||||||
color="primary"
|
color="primary"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:disable="!canSubmit"
|
:disable="!canSubmit"
|
||||||
@click="submit"
|
|
||||||
/>
|
/>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
</q-form>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
</q-page>
|
</q-page>
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-form @submit.prevent="submit">
|
||||||
<q-card-section class="q-gutter-md">
|
<q-card-section class="q-gutter-md">
|
||||||
<q-input
|
<q-input
|
||||||
v-model="currentPassword"
|
v-model="currentPassword"
|
||||||
@@ -44,12 +45,13 @@
|
|||||||
|
|
||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
type="submit"
|
||||||
label="Kaydet"
|
label="Kaydet"
|
||||||
color="primary"
|
color="primary"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
@click="submit"
|
|
||||||
/>
|
/>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
</q-form>
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-page>
|
</q-page>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
<div class="login-title q-mt-sm">Kullanıcı Girişi</div>
|
<div class="login-title q-mt-sm">Kullanıcı Girişi</div>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
|
||||||
|
<q-form @submit.prevent="login">
|
||||||
<!-- FORM -->
|
<!-- FORM -->
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<q-input
|
<q-input
|
||||||
@@ -60,6 +61,7 @@
|
|||||||
<!-- ACTION -->
|
<!-- ACTION -->
|
||||||
<q-card-actions align="center">
|
<q-card-actions align="center">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
type="submit"
|
||||||
label="Giriş Yap"
|
label="Giriş Yap"
|
||||||
color="primary"
|
color="primary"
|
||||||
glossy
|
glossy
|
||||||
@@ -67,9 +69,9 @@
|
|||||||
icon="login"
|
icon="login"
|
||||||
class="full-width"
|
class="full-width"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
@click="login"
|
|
||||||
/>
|
/>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
</q-form>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
<!-- 🔐 FORGOT PASSWORD -->
|
<!-- 🔐 FORGOT PASSWORD -->
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
|
<q-form @submit.prevent="submit">
|
||||||
<q-card-section class="q-gutter-sm">
|
<q-card-section class="q-gutter-sm">
|
||||||
<q-input
|
<q-input
|
||||||
v-model="current"
|
v-model="current"
|
||||||
@@ -44,13 +45,14 @@
|
|||||||
|
|
||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
type="submit"
|
||||||
label="GÜNCELLE"
|
label="GÜNCELLE"
|
||||||
color="primary"
|
color="primary"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:disable="!canSubmit"
|
:disable="!canSubmit"
|
||||||
@click="submit"
|
|
||||||
/>
|
/>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
</q-form>
|
||||||
|
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-page>
|
</q-page>
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
|
<q-form @submit.prevent="submit">
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
<!-- NEW PASSWORD -->
|
<!-- NEW PASSWORD -->
|
||||||
<q-input
|
<q-input
|
||||||
@@ -84,13 +85,14 @@
|
|||||||
|
|
||||||
<q-card-actions align="right">
|
<q-card-actions align="right">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
type="submit"
|
||||||
label="PAROLAYI GÜNCELLE"
|
label="PAROLAYI GÜNCELLE"
|
||||||
color="primary"
|
color="primary"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:disable="!canSubmit"
|
:disable="!canSubmit"
|
||||||
@click="submit"
|
|
||||||
/>
|
/>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
</q-form>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
<!-- ❌ TOKEN INVALID -->
|
<!-- ❌ TOKEN INVALID -->
|
||||||
|
|||||||
@@ -3335,6 +3335,11 @@ export function normalizeBedenLabel(v) {
|
|||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Backward-compatible alias kept for older call sites/bundles.
|
||||||
|
export function normalizeBeden(v) {
|
||||||
|
return normalizeBedenLabel(v)
|
||||||
|
}
|
||||||
|
|
||||||
/* ===========================================================
|
/* ===========================================================
|
||||||
Size Group Detection
|
Size Group Detection
|
||||||
- Core logic aligned with backend detectBedenGroupGo
|
- Core logic aligned with backend detectBedenGroupGo
|
||||||
|
|||||||
Reference in New Issue
Block a user