hl-core 0.0.8-beta.32 → 0.0.8-beta.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
<base-form-input
|
|
115
115
|
v-if="whichForm === formStore.beneficiaryFormKey"
|
|
116
116
|
v-model="member.percentageOfPayoutAmount"
|
|
117
|
-
:readonly="
|
|
118
|
-
:clearable="
|
|
117
|
+
:readonly="isDisabled"
|
|
118
|
+
:clearable="!isDisabled"
|
|
119
119
|
:label="$t('form.percentageOfPayoutAmount')"
|
|
120
120
|
:rules="$rules.required.concat($rules.numbers)"
|
|
121
121
|
></base-form-input>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="flex justify-between
|
|
2
|
+
<div class="flex justify-between p-4 items-center cursor-pointer" :class="[$libStyles.rounded, $libStyles.blueBgLight, $libStyles.blueBgLightHover]">
|
|
3
3
|
<span :class="[$libStyles.textSimple]">{{ text }}</span>
|
|
4
4
|
<i class="mdi text-xl" :class="[selected ? `mdi-radiobox-marked ${$libStyles.greenText}` : 'mdi-radiobox-blank text-[#636363]']"></i>
|
|
5
5
|
</div>
|
package/locales/en.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"createInvoice": "Create Invoice",
|
|
143
143
|
"fromInsis": "From INSIS Information System",
|
|
144
144
|
"fromGBDFL": "From State Database of Individuals",
|
|
145
|
-
"fromGKB": "
|
|
145
|
+
"fromGKB": "Data on the Policyholder's child",
|
|
146
146
|
"sendSMS": "Send SMS",
|
|
147
147
|
"sendOtp": "Send OTP",
|
|
148
148
|
"check": "Check",
|
package/locales/kz.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"createInvoice": "Төлем тапсыру тіркесімін жасау",
|
|
143
143
|
"fromInsis": "INSIS ақпараттық жүйесінен",
|
|
144
144
|
"fromGBDFL": "Жеке тұлғалардың мемлекеттік дереккөзінен",
|
|
145
|
-
"fromGKB": "
|
|
145
|
+
"fromGKB": "Сақтанушының баласы бойынша деректер",
|
|
146
146
|
"sendSMS": "SMS жіберу",
|
|
147
147
|
"sendOtp": "OTP жіберу",
|
|
148
148
|
"check": "Тексеру",
|
package/locales/ru.json
CHANGED
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"createInvoice": "Создать Счет на оплату",
|
|
143
143
|
"fromInsis": "Информационная система INSIS",
|
|
144
144
|
"fromGBDFL": "Государственная база данных физических лиц",
|
|
145
|
-
"fromGKB": "
|
|
145
|
+
"fromGKB": "Данные по ребенку Страхователя",
|
|
146
146
|
"sendSMS": "Отправить СМС",
|
|
147
147
|
"sendOtp": "Отправить код подтверждения",
|
|
148
148
|
"check": "Проверить",
|