hl-core 0.0.9-beta.32-test → 0.0.9-beta.34

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.
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <header class="relative w-full h-[70px] text-center font-medium align-middle flex items-center border-b-[1px]" :class="[$styles.blueBgLight, $styles.textSimple]">
2
+ <header class="relative w-full min-h-[70px] text-center font-medium align-middle flex items-center border-b-[1px]" :class="[$styles.blueBgLight, $styles.textSimple]">
3
3
  <i v-if="hasBack" @click="$emit('onBack')" class="absolute left-5 mdi text-xl cursor-pointer transition-all" :class="[backIcon, backIconAnim]"></i>
4
4
  <span class="mx-10">{{ title }}</span>
5
5
  <i
@@ -24,7 +24,26 @@
24
24
  </div>
25
25
  </base-content-block>
26
26
  </section>
27
- <base-list-empty v-else />
27
+ <div v-else class="h-[calc(90vh-70px)] flex flex-col items-center justify-center gap-6">
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="125" height="131" viewBox="0 0 125 131" fill="none" class="cursor-help">
29
+ <path
30
+ fill-rule="evenodd"
31
+ clip-rule="evenodd"
32
+ d="M71.0404 15.5H34.8737C29.8801 15.5 25.832 19.6638 25.832 24.8V99.2C25.832 104.336 29.8801 108.5 34.8737 108.5H89.1237C94.1173 108.5 98.1654 104.336 98.1654 99.2V43.4L71.0404 15.5Z"
33
+ stroke="#009C73"
34
+ stroke-width="6"
35
+ stroke-linecap="round"
36
+ stroke-linejoin="round"
37
+ />
38
+ <path d="M72.332 20.6641V41.3307H92.9987" stroke="#009C73" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" />
39
+ <path opacity="0.497024" d="M82.6654 67.1641H41.332" stroke="#009C73" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" />
40
+ <path opacity="0.497024" d="M82.6654 87.8359H41.332" stroke="#009C73" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" />
41
+ <path opacity="0.497024" d="M51.6654 46.5H46.4987H41.332" stroke="#009C73" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" />
42
+ <circle cx="102" cy="108" r="22.5" fill="#FCB016" stroke="#F1F2F6" />
43
+ <path d="M103.375 95.625V109.375H92.375" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
44
+ </svg>
45
+ <p class="text-xl" :class="[$styles.mutedText]">{{ $dataStore.t('labels.noDocuments') }}</p>
46
+ </div>
28
47
  <Teleport v-if="$dataStore.panelAction === null" to="#right-panel-actions">
29
48
  <base-fade-transition>
30
49
  <div :class="[$styles.flexColNav]">
package/locales/ru.json CHANGED
@@ -713,7 +713,9 @@
713
713
  "attachContract": "Вложить договор",
714
714
  "attachStatement": "Вложить заявление",
715
715
  "attachApplication": "Вложить приложение №1",
716
- "attachPowerOfAttorney": "Вложить доверенность"
716
+ "attachPowerOfAttorney": "Вложить доверенность",
717
+ "noDocuments": "Нет документов для просмотра",
718
+ "address": "Адрес"
717
719
  },
718
720
  "placeholders": {
719
721
  "login": "Логин",
@@ -950,7 +952,21 @@
950
952
  }
951
953
  },
952
954
  "uu": {
953
- "title": "Процесс урегулирования убытков"
955
+ "title": "Процесс урегулирования убытков",
956
+ "create": "Создать убыток",
957
+ "historyOfLoss": "История убытков",
958
+ "createJur": "Создать убыток (Юр. лицо)",
959
+ "createPhys": "Создать убыток (Физ. лицо)",
960
+ "loss": "Убыток",
961
+ "lossId": "ID убытка",
962
+ "lossSize": "Предварительный размер убытка",
963
+ "lossSizeCalc": "Рассчитанный размер убытка",
964
+ "insuranceInfo": "Данные страхового случая",
965
+ "insuranceInfoType": "Тип страхового случая",
966
+ "paymentStatus": "Статус выплаты",
967
+ "paymentConditions": "Условия и расчеты выплаты",
968
+ "paymentSumTg": "Общая сумма выплаты (в тенге)",
969
+ "applicant": "Заявитель"
954
970
  },
955
971
  "dso": {
956
972
  "project": "ДСО",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.9-beta.32-test",
3
+ "version": "0.0.9-beta.34",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",
@@ -50,10 +50,10 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@intlify/unplugin-vue-i18n": "0.12.2",
53
- "@mdi/font": "7.2.96",
53
+ "@mdi/font": "7.3.67",
54
54
  "@nuxtjs/tailwindcss": "6.8.0",
55
55
  "@pinia/nuxt": "0.4.11",
56
- "@vuepic/vue-datepicker": "5.3.0",
56
+ "@vuepic/vue-datepicker": "7.2.0",
57
57
  "animate.css": "4.1.1",
58
58
  "axios": "1.4.0",
59
59
  "fast-xml-parser": "4.0.12",