hl-core 0.0.8-beta.23 → 0.0.8-beta.24

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.
@@ -34,13 +34,16 @@
34
34
  {{ $t('buttons.logout') }}
35
35
  <i class="mdi mdi-logout text-xl"></i>
36
36
  </base-panel-item>
37
-
37
+ <div class="absolute bottom-2 w-full flex items-center justify-center opacity-30 text-sm">
38
+ <p>{{ pkg.version }}</p>
39
+ </div>
38
40
  <base-dialog v-model="dialogSignOut" :title="$t('dialog.exit')" :subtitle="$t('dialog.dataWillClear')" actions="default" @yes="logoutUser" @no="dialogSignOut = false">
39
41
  </base-dialog
40
42
  ></base-drawer>
41
43
  </template>
42
44
 
43
45
  <script lang="ts" setup>
46
+ import pkg from '@/package.json';
44
47
  const dialogSignOut = ref(false);
45
48
  const dataStore = useDataStore();
46
49
 
package/locales/en.json CHANGED
@@ -266,7 +266,7 @@
266
266
  "coverPeriodFrom3to20": "Insurance Period (from 3 to 20 years)",
267
267
  "insurancePremiumAmount": "Insurance Premium Amount in tenge",
268
268
  "insurancePremiumAmountInDollar": "Amount of the Insurance premium (insurance fee) in dollars",
269
- "coverPeriodFrom2to22": "Cover Period (from 2y to 20y)",
269
+ "coverPeriodFrom2to20": "Cover Period (from 2y to 20y)",
270
270
  "dollarExchangeRateNBRK": "NBRK dollar exchange rate",
271
271
  "contractDate": "Contract date",
272
272
  "guaranteedTermAnnuityPayments": "Guaranteed term of annuity payments",
package/locales/ru.json CHANGED
@@ -264,7 +264,7 @@
264
264
  "riskGroup": "Группа риска",
265
265
  "requestedProductConditions": "Запрашиваемые условия страхования",
266
266
  "coverPeriodFrom3to20": "Срок страхования (от 3-х до 20 лет)",
267
- "coverPeriodFrom2to22": "Срок страхования (от 2-х до 20 лет)",
267
+ "coverPeriodFrom2to20": "Срок страхования (от 2-х до 20 лет)",
268
268
  "insurancePremiumAmount": "Размер Страховой премии (страховой взнос) в тенге",
269
269
  "insurancePremiumAmountInDollar": "Размер Страховой премии (страховой взнос) в долларах",
270
270
  "dollarExchangeRateNBRK": "Курс доллара НБРК",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.8-beta.23",
3
+ "version": "0.0.8-beta.24",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",
@@ -29,22 +29,21 @@
29
29
  "devDependencies": {
30
30
  "@nuxt/devtools": "^0.4.5",
31
31
  "@nuxt/types": "^2.16.3",
32
- "nuxt": "^3.4.3",
33
- "prettier": "^2.8.4",
34
- "typescript": "^4.9.5"
32
+ "nuxt": "^3.5.3",
33
+ "prettier": "^2.8.8"
35
34
  },
36
35
  "dependencies": {
37
- "@intlify/unplugin-vue-i18n": "^0.10.0",
36
+ "@intlify/unplugin-vue-i18n": "^0.11.0",
38
37
  "@mdi/font": "^7.2.96",
39
- "@nuxtjs/tailwindcss": "^6.6.7",
40
- "@pinia/nuxt": "^0.4.9",
41
- "@vuepic/vue-datepicker": "^5.0.1",
38
+ "@nuxtjs/tailwindcss": "^6.8.0",
39
+ "@pinia/nuxt": "^0.4.11",
40
+ "@vuepic/vue-datepicker": "^5.3.0",
42
41
  "animate.css": "^4.1.1",
43
42
  "axios": "^1.4.0",
44
43
  "fast-xml-parser": "4.0.12",
45
44
  "jwt-decode": "^3.1.2",
46
45
  "maska": "1.5.0",
47
- "pinia": "^2.0.35",
46
+ "pinia": "^2.1.4",
48
47
  "v-idle-3": "^0.3.14",
49
48
  "vue-i18n": "^9.2.2",
50
49
  "vue-json-pretty": "^2.2.4",