hl-core 0.0.7-beta.6 → 0.0.7-beta.7

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,7 +1,7 @@
1
1
  <template>
2
2
  <base-content class="flex-col" :class="[$libStyles.whiteBg]">
3
3
  <base-header
4
- class="justify-start pl-14"
4
+ class="justify-center lg:pl-14"
5
5
  :has-back="hasBack"
6
6
  :back-icon="backIcon"
7
7
  :has-more="hasMore"
@@ -3,7 +3,11 @@
3
3
  v-model="$dataStore.settings.open"
4
4
  :temporary="$dataStore.settings.overlay"
5
5
  location="right"
6
- class="!w-full sm:!w-[400px] lg:!hidden"
6
+ class="sm:!w-[400px] lg:!relative"
7
+ :class="[
8
+ $dataStore.settings.overlay ? 'lg:!hidden' : '',
9
+ $dataStore.settings.open ? '!w-full lg:!w-[420px]' : 'lg:!w-[0px]',
10
+ ]"
7
11
  >
8
12
  <base-header
9
13
  :title="$dataStore.menu.title"
@@ -15,15 +19,6 @@
15
19
  <div>
16
20
  <slot></slot>
17
21
  </div>
18
- <base-dialog
19
- v-model="dialog"
20
- :title="$t('dialog.exit')"
21
- :subtitle="$t('dialog.dataWillClear')"
22
- actions="default"
23
- @yes="closeModal"
24
- @no="dialog = false"
25
- >
26
- </base-dialog>
27
22
  </v-navigation-drawer>
28
23
  </template>
29
24
 
@@ -32,16 +27,7 @@ export default defineComponent({
32
27
  name: 'BasePanel',
33
28
  props: {},
34
29
  setup() {
35
- const dialog = ref(false);
36
- const dataStore = useDataStore();
37
-
38
- const closeModal = async () => {
39
- dialog.value = false;
40
- };
41
- return {
42
- dialog,
43
- closeModal,
44
- };
30
+ return {};
45
31
  },
46
32
  });
47
33
  </script>
@@ -1,16 +1,13 @@
1
1
  export const constants = Object.freeze({
2
2
  products: {
3
+ pensionannuity: 1,
3
4
  baiterek: 3,
4
5
  halykmycar: 5,
5
6
  lifetrip: 7,
6
7
  bolashak: 8,
7
8
  liferenta: 9,
8
9
  },
9
- BAITEREK_ROUTE: 'baiterek',
10
- MYCAR_ROUTE: 'halykmycar',
11
- LIFETRIP_ROUTE: 'lifetrip',
12
- BOLASHAK_ROUTE: 'bolashak',
13
- LIFERENTA_ROUTE: 'liferenta',
10
+
14
11
  editableStatuses: ['StartForm', 'EditBeneficiaryForm', 'EditForm'],
15
12
  documentsLinkVisibleStatuses: [
16
13
  'DocumentsSignedFrom',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.7-beta.6",
3
+ "version": "0.0.7-beta.7",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@nuxt/devtools": "^0.2.5",
27
- "nuxt": "^3.2.3",
27
+ "nuxt": "^3.3.1",
28
28
  "prettier": "^2.8.4",
29
29
  "typescript": "^4.9.5"
30
30
  },
31
31
  "dependencies": {
32
32
  "@mdi/font": "^7.1.96",
33
- "@nuxtjs/tailwindcss": "^6.4.1",
33
+ "@nuxtjs/tailwindcss": "^6.6.0",
34
34
  "@pinia/nuxt": "^0.4.7",
35
35
  "animate.css": "^4.1.1",
36
36
  "axios": "^1.3.4",
@@ -39,6 +39,6 @@
39
39
  "pinia": "^2.0.33",
40
40
  "v-idle-3": "^0.3.14",
41
41
  "vue-toastification": "^2.0.0-rc.5",
42
- "vuetify": "^3.1.8"
42
+ "vuetify": "^3.1.10"
43
43
  }
44
44
  }
package/store/messages.ts CHANGED
@@ -287,7 +287,7 @@ export const messages = {
287
287
  },
288
288
  agreementBlock: {
289
289
  title: 'Согласие на сбор и обработку пресональных данных',
290
- text: `Я, {text} предоставляю АО «Халык-Life» (БИН 051140004354) и (или) организациям,
290
+ text: `Я, предоставляю АО «Халык-Life» (БИН 051140004354) и (или) организациям,
291
291
  входящими в состав финансовой Группы «Халык» (Акционеру АО «Халык-Life» (БИН 940140000385) и его дочерним организациям),
292
292
  перестраховочным организациям, организации по формированию и ведению базы данных по страхованию (БИН 120940011577), юридическому лицу,
293
293
  осуществляющему деятельность по привлечению пенсионных взносов и пенсионным выплатам (БИН 971240002115), юридическому лицу,
@@ -1,10 +1,10 @@
1
- module.exports = {
2
- theme: {
3
- screens: {
4
- sm: { min: '600px' },
5
- md: { min: '960px' },
6
- lg: { min: '1280px' },
7
- xl: { min: '1920px' },
8
- },
9
- },
10
- };
1
+ module.exports = {
2
+ theme: {
3
+ screens: {
4
+ sm: { min: '600px' },
5
+ md: { min: '960px' },
6
+ lg: { min: '1280px' },
7
+ xl: { min: '1920px' },
8
+ },
9
+ },
10
+ };