adata-ui 3.1.49 → 3.1.51

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.
Files changed (44) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +14 -1
  3. package/dist/runtime/components/SidePanel.vue +370 -0
  4. package/dist/runtime/components/SidePanel.vue.d.ts +68 -0
  5. package/dist/runtime/components/header/ProductMenu.vue +6 -6
  6. package/dist/runtime/components/mobile-navigation/MobileProductMenu.vue +5 -5
  7. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue +148 -0
  8. package/dist/runtime/components/payment/process/PaymentKaspiQrSidePanel.vue.d.ts +21 -0
  9. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue +97 -0
  10. package/dist/runtime/components/payment/process/PaymentKaspiRedirectSidePanel.vue.d.ts +20 -0
  11. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue +106 -0
  12. package/dist/runtime/components/payment/process/PaymentMethodSidePanel.vue.d.ts +21 -0
  13. package/dist/runtime/components/payment/process/PaymentProcess.vue +112 -0
  14. package/dist/runtime/components/payment/process/PaymentProcess.vue.d.ts +2 -0
  15. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue +117 -0
  16. package/dist/runtime/components/payment/process/PaymentTopUpSidePanel.vue.d.ts +15 -0
  17. package/dist/runtime/composables/useAdaptive.d.ts +8 -0
  18. package/dist/runtime/composables/useAdaptive.js +27 -0
  19. package/dist/runtime/composables/usePayment.d.ts +8 -0
  20. package/dist/runtime/composables/usePayment.js +66 -0
  21. package/dist/runtime/i18n/i18n.config.d.ts +120 -0
  22. package/dist/runtime/icons/chevron/chevron-down.vue +16 -0
  23. package/dist/runtime/icons/chevron/chevron-down.vue.d.ts +2 -0
  24. package/dist/runtime/icons/chevron/chevron-left.vue +5 -0
  25. package/dist/runtime/icons/chevron/chevron-left.vue.d.ts +2 -0
  26. package/dist/runtime/icons/chevron/chevron-right.vue +5 -0
  27. package/dist/runtime/icons/chevron/chevron-right.vue.d.ts +2 -0
  28. package/dist/runtime/icons/chevron/chevron-up.vue +5 -0
  29. package/dist/runtime/icons/chevron/chevron-up.vue.d.ts +2 -0
  30. package/dist/runtime/icons/chevron/double-chevron-right.vue +12 -0
  31. package/dist/runtime/icons/chevron/double-chevron-right.vue.d.ts +2 -0
  32. package/dist/runtime/icons/kaspi-qr.vue +13 -0
  33. package/dist/runtime/icons/kaspi-qr.vue.d.ts +2 -0
  34. package/dist/runtime/icons/payment/payment-card.vue +6 -0
  35. package/dist/runtime/icons/payment/payment-card.vue.d.ts +2 -0
  36. package/dist/runtime/icons/payment/payment-kaspi.vue +11 -0
  37. package/dist/runtime/icons/payment/payment-kaspi.vue.d.ts +2 -0
  38. package/dist/runtime/lang/en.js +40 -0
  39. package/dist/runtime/lang/kk.js +40 -0
  40. package/dist/runtime/lang/ru.d.ts +40 -0
  41. package/dist/runtime/lang/ru.js +40 -0
  42. package/dist/runtime/plugins/toast.d.ts +24 -24
  43. package/dist/runtime/public/kaspi/logo.svg +4 -0
  44. package/package.json +4 -2
@@ -732,6 +732,46 @@ declare const _default: {
732
732
  description: string;
733
733
  }[];
734
734
  };
735
+ payment: {
736
+ bank: {
737
+ description: string;
738
+ payError: string;
739
+ paySuccess: string;
740
+ };
741
+ banner: {
742
+ title: string;
743
+ subtitle: string;
744
+ tariffs: string;
745
+ };
746
+ topUp: {
747
+ title: string;
748
+ balance: string;
749
+ info: string;
750
+ enterAmount: string;
751
+ };
752
+ method: {
753
+ title: string;
754
+ description: string;
755
+ note: string;
756
+ kaspi: string;
757
+ other: string;
758
+ };
759
+ kaspi: {
760
+ title: string;
761
+ description: string;
762
+ qr: string;
763
+ scan: string;
764
+ changeMethod: string;
765
+ adata: string;
766
+ };
767
+ redirect: {
768
+ title: string;
769
+ paymentId: string;
770
+ description: string;
771
+ goKaspi: string;
772
+ changeMethod: string;
773
+ };
774
+ };
735
775
  };
736
776
  en: {
737
777
  lang: {
@@ -1461,6 +1501,46 @@ declare const _default: {
1461
1501
  description: string;
1462
1502
  }[];
1463
1503
  };
1504
+ payment: {
1505
+ bank: {
1506
+ description: string;
1507
+ payError: string;
1508
+ paySuccess: string;
1509
+ };
1510
+ banner: {
1511
+ title: string;
1512
+ subtitle: string;
1513
+ tariffs: string;
1514
+ };
1515
+ topUp: {
1516
+ title: string;
1517
+ balance: string;
1518
+ info: string;
1519
+ enterAmount: string;
1520
+ };
1521
+ method: {
1522
+ title: string;
1523
+ description: string;
1524
+ note: string;
1525
+ kaspi: string;
1526
+ other: string;
1527
+ };
1528
+ kaspi: {
1529
+ title: string;
1530
+ description: string;
1531
+ qr: string;
1532
+ scan: string;
1533
+ changeMethod: string;
1534
+ adata: string;
1535
+ };
1536
+ redirect: {
1537
+ title: string;
1538
+ paymentId: string;
1539
+ description: string;
1540
+ goKaspi: string;
1541
+ changeMethod: string;
1542
+ };
1543
+ };
1464
1544
  };
1465
1545
  kk: {
1466
1546
  lang: {
@@ -2190,6 +2270,46 @@ declare const _default: {
2190
2270
  description: string;
2191
2271
  }[];
2192
2272
  };
2273
+ payment: {
2274
+ bank: {
2275
+ description: string;
2276
+ payError: string;
2277
+ paySuccess: string;
2278
+ };
2279
+ banner: {
2280
+ title: string;
2281
+ subtitle: string;
2282
+ tariffs: string;
2283
+ };
2284
+ topUp: {
2285
+ title: string;
2286
+ balance: string;
2287
+ info: string;
2288
+ enterAmount: string;
2289
+ };
2290
+ method: {
2291
+ title: string;
2292
+ description: string;
2293
+ note: string;
2294
+ kaspi: string;
2295
+ other: string;
2296
+ };
2297
+ kaspi: {
2298
+ title: string;
2299
+ description: string;
2300
+ qr: string;
2301
+ scan: string;
2302
+ changeMethod: string;
2303
+ adata: string;
2304
+ };
2305
+ redirect: {
2306
+ title: string;
2307
+ paymentId: string;
2308
+ description: string;
2309
+ goKaspi: string;
2310
+ changeMethod: string;
2311
+ };
2312
+ };
2193
2313
  };
2194
2314
  };
2195
2315
  };
@@ -0,0 +1,16 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M3.16441 5.15703C3.37768 4.94171 3.71681 4.94869 3.92188 5.17263L8 9.62594L12.0781 5.17263C12.2832 4.94869 12.6223 4.94171 12.8356 5.15703C13.0489 5.37235 13.0555 5.72844 12.8504 5.95237L8.38616 10.8274C8.28516 10.9377 8.14572 11 8 11C7.85428 11 7.71484 10.9377 7.61384 10.8274L3.14955 5.95237C2.94449 5.72844 2.95114 5.37235 3.16441 5.15703Z"
13
+ fill="currentColor"
14
+ />
15
+ </svg>
16
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.843 3.16441C11.0583 3.37768 11.0513 3.71681 10.8274 3.92188L6.37406 8L10.8274 12.0781C11.0513 12.2832 11.0583 12.6223 10.843 12.8356C10.6276 13.0489 10.2716 13.0555 10.0476 12.8504L5.17263 8.38616C5.06233 8.28516 5 8.14572 5 8C5 7.85428 5.06233 7.71484 5.17263 7.61384L10.0476 3.14955C10.2716 2.94449 10.6276 2.95114 10.843 3.16441Z" fill="currentColor"/>
4
+ </svg>
5
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.15703 3.16441C5.37235 2.95114 5.72844 2.94449 5.95237 3.14955L10.8274 7.61384C10.9377 7.71484 11 7.85428 11 8C11 8.14572 10.9377 8.28516 10.8274 8.38616L5.95237 12.8504C5.72844 13.0555 5.37235 13.0489 5.15703 12.8356C4.94171 12.6223 4.94869 12.2832 5.17263 12.0781L9.62594 8L5.17263 3.92188C4.94869 3.71681 4.94171 3.37768 5.15703 3.16441Z" fill="currentColor"/>
4
+ </svg>
5
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,5 @@
1
+ <template>
2
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8 5C8.14572 5 8.28516 5.06233 8.38616 5.17263L12.8504 10.0476C13.0555 10.2716 13.0489 10.6276 12.8356 10.843C12.6223 11.0583 12.2832 11.0513 12.0781 10.8274L8 6.37406L3.92188 10.8274C3.71681 11.0513 3.37768 11.0583 3.16441 10.843C2.95114 10.6276 2.94449 10.2716 3.14955 10.0476L7.61384 5.17263C7.71484 5.06233 7.85428 5 8 5Z" fill="currentColor"/>
4
+ </svg>
5
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
3
+ <path
4
+ fill="none"
5
+ stroke="currentColor"
6
+ stroke-linecap="round"
7
+ stroke-linejoin="round"
8
+ stroke-width="1.45"
9
+ d="m13 16l4-4l-4-4m-6 8l4-4l-4-4"
10
+ />
11
+ </svg>
12
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,13 @@
1
+ <script setup lang="ts">
2
+
3
+ </script>
4
+
5
+ <template>
6
+ <svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg">
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.49674 0C9.66206 0 9.79716 0.129346 9.80628 0.29232L9.80677 0.309906V2.82853C9.80677 2.99378 9.67738 3.12883 9.51434 3.13794L9.49674 3.13844L3.13881 3.13838L3.13882 9.49584C3.13882 9.65519 3.0185 9.78646 2.86372 9.8038L2.84638 9.80526L2.82879 9.80575H0.310031C0.14471 9.80575 0.00961136 9.6764 0.000490783 9.51343L0 9.49584V2.83918C0 1.30673 1.21545 0.0545687 2.74059 0.00171709L2.7869 0.000483577L2.8395 0H9.49674ZM23.2957 6.66658C23.5537 6.66658 23.7642 6.87031 23.7748 7.12563L23.7752 7.14589V23.2954C23.7752 23.5534 23.5714 23.7637 23.316 23.7743L23.2957 23.7747H7.14495C6.88692 23.7747 6.6765 23.571 6.66588 23.3157L6.66546 23.2954V9.60849C6.66546 7.9934 7.92636 6.69282 9.52191 6.66697L9.57036 6.66658H23.2957ZM23.2957 26.3513C23.5442 26.3513 23.7499 26.5407 23.7732 26.7882L23.7747 26.809L23.7752 26.8306V29.4898L9.80423 29.4898V40.321H20.6363L20.6364 32.0662H23.7752V42.9802C23.7752 43.2285 23.5858 43.4342 23.3382 43.4575L23.3174 43.459L23.2957 43.4595H9.57036C7.98586 43.4595 6.71679 42.2024 6.66696 40.6133L6.66582 40.565L6.66546 40.5176V26.8306C6.66546 26.5823 6.85487 26.3767 7.10252 26.3534L7.12328 26.3519L7.14495 26.3513H23.2957ZM35.0492 40.3227L35.0492 31.7504H31.9104L31.9104 37.4652L26.3538 37.4652V42.9818L26.3542 43.0021C26.3648 43.2574 26.5752 43.4611 26.8333 43.4611H29.4926L29.4926 40.6037H34.9268L34.9268 43.4611H40.5586L40.6071 43.4607C42.2026 43.4349 43.4635 42.1343 43.4635 40.5192V34.6078H37.467V37.7463L40.3246 37.7462V40.3227H35.0492ZM2.82879 40.321C2.99411 40.321 3.12921 40.4503 3.13833 40.6133L3.13882 40.6309L3.13881 46.9883L9.33798 46.9884C9.4974 46.9884 9.62871 47.1086 9.64606 47.2634L9.64752 47.2807L9.64801 47.2983V49.8169C9.64801 49.9822 9.51861 50.1172 9.35557 50.1263L9.33798 50.1268H2.8395C1.30686 50.1268 0.0545731 48.9115 0.00171723 47.3865L0.000483618 47.3402L0 47.2876V40.6309C0 40.4657 0.129398 40.3306 0.292438 40.3215L0.310031 40.321H2.82879ZM49.8224 40.321C49.9877 40.321 50.1228 40.4503 50.1319 40.6133L50.1324 40.6309V47.2876C50.1324 48.8201 48.917 50.0722 47.3918 50.1251L47.3455 50.1263L47.2929 50.1268H40.6357C40.4704 50.1268 40.3353 49.9975 40.3261 49.8345L40.3256 49.8169V47.2983C40.3256 47.133 40.455 46.998 40.6181 46.9888L40.6357 46.9884L46.9935 46.9883L46.9936 40.6309C46.9936 40.4716 47.1139 40.3403 47.2687 40.3229L47.286 40.3215L47.3036 40.321H49.8224ZM18.5411 31.5906V38.2213H11.9096V31.5906H18.5411ZM34.8904 29.4898V26.3513H26.8333L26.813 26.3518C26.5576 26.3624 26.3538 26.5727 26.3538 26.8306V34.8872H29.4926L29.4926 29.4898L34.8904 29.4898ZM43.464 26.8104C43.4534 26.5551 43.2429 26.3513 42.9849 26.3513H40.3256L40.3255 29.2088L37.4679 29.2088V32.3473H40.6067L40.6067 29.4898L43.4644 29.4898V26.8306L43.464 26.8104ZM43.462 9.51281C43.4122 7.92367 42.1431 6.66658 40.5586 6.66658H26.8333L26.8116 6.6671L26.7908 6.66862C26.5432 6.69192 26.3538 6.89753 26.3538 7.14589V23.2954L26.3543 23.3171L26.3558 23.3379C26.3791 23.5854 26.5848 23.7747 26.8333 23.7747L29.4926 23.7747L29.4926 9.80496H40.3246V20.6362L37.7845 20.6363V23.7747L42.984 23.7747L43.0057 23.7742L43.0265 23.7727C43.2741 23.7494 43.4635 23.5438 43.4635 23.2954V9.60849L43.4632 9.56106L43.462 9.51281ZM35.2072 20.6362V23.7747H32.0684V20.6362H35.2072ZM9.80642 9.80488H20.6385V20.6361H9.80642V9.80488ZM18.5411 11.9051V18.5359H11.9096V11.9051H18.5411ZM38.2294 18.5359V11.9051H31.5979V18.5359H38.2294ZM50.1307 2.74029C50.0778 1.21533 48.8256 0 47.2929 0H40.6357L40.6181 0.000490585C40.455 0.00960747 40.3256 0.144652 40.3256 0.309906V2.82853L40.3261 2.84612L40.3276 2.86344C40.3449 3.01816 40.4763 3.13844 40.6357 3.13844L46.9935 3.13838L46.9936 9.49584L46.9941 9.51343C47.0032 9.6764 47.1383 9.80575 47.3036 9.80575H49.8224L49.84 9.80526C50.003 9.79614 50.1324 9.6611 50.1324 9.49584V2.83918L50.1319 2.78659L50.1307 2.74029Z" fill="#F14635"></path>
8
+ </svg>
9
+ </template>
10
+
11
+ <style scoped>
12
+
13
+ </style>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,6 @@
1
+ <template>
2
+ <svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <rect width="44" height="34" rx="3" class="dark:text-[#E3E5E8] text-deepblue-900" fill="currentColor"/>
4
+ <path d="M0 10L44 10" class="text-white dark:text-[#26282B]" stroke="currentColor" stroke-width="3"/>
5
+ </svg>
6
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,11 @@
1
+ <template>
2
+ <svg width="44" height="34" viewBox="0 0 44 34" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <rect width="44" height="34" rx="3" fill="#F14635"/>
4
+ <mask id="mask0_222_47797" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="12" y="7" width="21" height="21">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 7.125H32.9847V27.9988H12" fill="white"/>
6
+ </mask>
7
+ <g mask="url(#mask0_222_47797)">
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.4926 7.125C25.3825 7.125 27.9994 8.28281 29.8969 10.1558C31.7945 12.0287 32.9726 14.6167 32.9849 17.4776V17.5228V17.5678C32.9739 20.1118 32.0384 22.4391 30.4957 24.2406C30.4747 24.2301 30.4475 24.2111 30.4109 24.1755C30.351 24.1168 30.2677 24.0157 30.1533 23.8436C30.0575 23.7047 29.5972 23.0006 29.1608 21.9673C28.7245 20.934 28.3121 19.5718 28.3121 18.1166C28.3121 17.8311 28.5179 17.4653 28.8148 17.0728C29.1116 16.6804 29.4994 16.2615 29.8634 15.87L29.8762 15.8562L29.8762 15.8562C30.1442 15.5663 30.4044 15.2848 30.6217 15.0217C30.8423 14.7546 31.0186 14.5063 31.1136 14.2879C31.2347 14.0061 31.2528 13.7668 31.2074 13.5812C31.1618 13.3956 31.0527 13.2639 30.9185 13.1972C30.7975 13.1379 30.6459 13.1299 30.4929 13.1934C30.3398 13.2568 30.1851 13.3918 30.0574 13.6187C29.8479 13.9856 29.7096 14.2033 29.5473 14.3908C29.385 14.5781 29.1986 14.7352 28.8931 14.9809C28.5925 15.2261 28.2031 15.4723 27.8891 15.5771C27.575 15.6821 27.3361 15.6458 27.3361 15.3263C27.3361 15.1536 27.4691 14.8717 27.635 14.5644C27.6936 14.4559 27.7564 14.3442 27.8188 14.233L27.8189 14.2329C27.9331 14.0295 28.0463 13.8279 28.1316 13.6508C28.2657 13.3734 28.2604 13.1346 28.1524 12.9649C28.0442 12.7952 27.8332 12.6949 27.5563 12.6949C27.0116 12.6949 26.5583 13.0417 26.2412 13.4488C25.9243 13.8559 25.7435 14.3229 25.7435 14.5631C25.7435 14.7941 25.7973 14.9297 25.8532 15.0706L25.86 15.0877C25.9185 15.2347 25.9767 15.3917 25.9767 15.6714C25.9767 15.9532 25.678 16.2769 25.2385 16.53C24.799 16.7831 24.2188 16.9659 23.6559 16.9659C23.0895 16.9659 22.6474 16.9059 22.3172 16.7606C21.9869 16.6151 21.7688 16.3843 21.65 16.0421L21.6127 15.9307L21.5752 15.8192L21.5545 15.7588L21.5545 15.7588C21.4294 15.3939 21.3203 15.0758 21.2037 14.7791C21.0809 14.466 20.9496 14.1767 20.7827 13.881C20.6942 13.7244 20.5816 13.5921 20.4617 13.4749C20.3485 13.3643 20.2288 13.2674 20.1166 13.1767L20.1166 13.1767L20.0965 13.1604C19.942 13.0404 19.8247 12.9251 19.7418 12.8194C19.6589 12.7136 19.6107 12.6171 19.5939 12.5347C19.5785 12.453 19.5666 12.3352 19.6245 12.1491C19.6824 11.9631 19.8101 11.7084 20.074 11.3535C20.3378 11.0004 20.488 10.6905 20.5394 10.4346C20.5907 10.1784 20.5432 9.97631 20.4115 9.83869C20.3637 9.78994 20.299 9.74981 20.2203 9.72206C20.1414 9.69413 20.0485 9.67838 19.9439 9.67838C19.7586 9.67838 19.5377 9.7275 19.2966 9.84375C19.0558 9.96 18.7949 10.1438 18.5301 10.413C18.1182 10.8349 18.0291 11.2463 18.0431 11.5961C18.0508 11.7926 18.0911 11.9696 18.125 12.1182L18.125 12.1182C18.1514 12.2342 18.1738 12.3328 18.1738 12.4099C18.1738 12.5858 18.136 12.7236 18.0365 12.8771C17.9369 13.0305 17.7756 13.1998 17.5285 13.4389C17.2797 13.6791 17.1123 13.9022 17.0001 14.2721C16.8877 14.6422 16.8304 15.159 16.8018 15.9866C16.7908 16.4132 16.7479 16.7492 16.6908 17.0331C16.6338 17.3169 16.5627 17.5485 16.4953 17.7662C16.4371 17.9571 16.3811 18.1421 16.3389 18.3442C16.2969 18.5464 16.2687 18.7656 16.2656 19.0249C16.2611 19.3119 16.2827 19.5482 16.3194 19.7659C16.3561 19.9836 16.4079 20.1829 16.4639 20.3964C16.5184 20.5939 16.5748 20.8057 16.6268 21.0628C16.6788 21.3197 16.7265 21.6219 16.7638 22.0003C16.8281 22.6348 16.8453 23.2159 16.8135 23.7761C16.7818 24.3362 16.7006 24.8752 16.5682 25.4258L16.5615 25.4621L16.5551 25.4983L16.5506 25.5165C16.526 25.615 16.4991 25.7232 16.4679 25.8127C16.4439 25.8818 16.4172 25.9389 16.3873 25.9729C15.9196 25.6408 15.479 25.2739 15.0732 24.8721C13.1745 22.9909 12 20.3925 12 17.523C12 14.652 13.1745 12.0525 15.0732 10.1707C16.9721 8.289 19.5952 7.125 22.4926 7.125ZM25.7725 26.0904C25.7725 26.2453 25.7657 26.3823 25.7527 26.4971C25.7396 26.6118 25.7201 26.7041 25.6951 26.7693C25.6352 26.9145 25.4933 27.056 25.2931 27.1843C25.2156 27.2338 25.127 27.2806 25.0334 27.3258C24.2219 27.5251 23.374 27.6326 22.5003 27.6326C22.4371 27.6326 22.3744 27.6305 22.3117 27.6284L22.3111 27.6283C22.2825 27.6274 22.2539 27.6264 22.2252 27.6256C22.1153 27.5945 22.0126 27.5576 21.921 27.5133C21.7184 27.4158 21.5631 27.2872 21.4662 27.1301C21.246 26.7731 21.1334 26.1877 21.0748 25.4566C21.0161 24.7256 21.0114 23.8488 21.0076 22.9085L21.0057 22.64L21.0038 22.3713C20.9968 21.4228 20.9904 20.5395 21.0721 19.82C21.154 19.1004 21.3239 18.5448 21.6696 18.2514C21.8035 18.1383 21.9657 18.0631 22.159 18.0264C22.3524 17.9896 22.5767 17.9911 22.835 18.0316C23.8169 18.183 24.3498 18.5604 24.6563 19.0331C24.9619 19.5041 25.0426 20.0698 25.1184 20.601V20.601L25.1193 20.6068L25.1276 20.666L25.1359 20.7251L25.1813 21.0253L25.2265 21.3255L25.2316 21.3585L25.2316 21.3585L25.2317 21.3588C25.3201 21.932 25.4535 22.7963 25.5657 23.672C25.6802 24.5649 25.7725 25.4698 25.7725 26.0904ZM29.0742 24.9626C29.1239 24.7185 28.8481 23.9059 28.476 23.1934C28.1038 22.4809 27.6352 21.8685 27.2996 22.0245C27.0419 22.1473 26.963 22.9142 27.0152 23.763C27.0673 24.6116 27.2504 25.5422 27.5166 25.9922C27.5652 26.0715 27.6583 26.0933 27.7669 26.0831C27.7772 26.0822 27.7878 26.0804 27.7985 26.0785L27.7986 26.0785L27.8136 26.076C28.2149 25.8431 28.5988 25.5848 28.9637 25.3029C28.9656 25.2992 28.9675 25.2956 28.9694 25.292C28.9706 25.2899 28.9718 25.2878 28.9729 25.2858C28.9776 25.2773 28.9823 25.2689 28.9864 25.2594C29.0227 25.1769 29.052 25.0804 29.0742 24.9626ZM18.9935 23.1771C19.1173 23.8681 19.1963 24.7527 19.2228 25.5158C19.244 26.1271 19.2164 26.5313 19.1549 26.7944C19.1095 26.9886 19.0456 27.1056 18.9695 27.1722C18.768 27.1049 18.569 27.0321 18.3732 26.9532C18.3189 26.8546 18.2697 26.7336 18.2266 26.5894C18.1658 26.3869 18.1164 26.1409 18.0796 25.8559C17.9827 25.0898 17.9763 24.1326 18.0495 23.3635C18.1225 22.5946 18.2752 22.0137 18.4963 22.0002C18.7014 21.9888 18.8698 22.4862 18.9935 23.1771Z" fill="#FEFEFE"/>
9
+ </g>
10
+ </svg>
11
+ </template>
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -763,6 +763,46 @@ const EnLocale = {
763
763
  description: ""
764
764
  }
765
765
  ]
766
+ },
767
+ payment: {
768
+ bank: {
769
+ description: "Account top-up on Adata service",
770
+ payError: "Payment failed. Please try again later.",
771
+ paySuccess: "Your account has been successfully topped up"
772
+ },
773
+ banner: {
774
+ title: "Access to extended information in a paid plan",
775
+ subtitle: "Buy one-time access or {tariffs}",
776
+ tariffs: "view tariffs"
777
+ },
778
+ topUp: {
779
+ title: "Top up balance",
780
+ balance: "Balance:",
781
+ info: "Funds will be credited in tenge!",
782
+ enterAmount: "Enter amount"
783
+ },
784
+ method: {
785
+ title: "Payment method",
786
+ description: "Choose a payment system to complete the transaction",
787
+ note: "Will be credited:",
788
+ kaspi: "Kaspi",
789
+ other: "Other bank"
790
+ },
791
+ kaspi: {
792
+ title: "Kaspi.kz",
793
+ description: "Choose a payment system to complete the transaction",
794
+ qr: "Kaspi QR",
795
+ scan: "Scan and pay",
796
+ changeMethod: "Change payment method",
797
+ adata: "Adata.kz - Search and verification of counterparties"
798
+ },
799
+ redirect: {
800
+ title: "You will now be redirected to Kaspi.kz",
801
+ paymentId: "Your order number:",
802
+ description: "After completing the payment, you can close the widget or return",
803
+ goKaspi: "Go to Kaspi.kz",
804
+ changeMethod: "Change payment method"
805
+ }
766
806
  }
767
807
  };
768
808
  export default EnLocale;
@@ -763,6 +763,46 @@ const KkLocale = {
763
763
  description: ""
764
764
  }
765
765
  ]
766
+ },
767
+ payment: {
768
+ bank: {
769
+ description: "Adata \u0441\u0435\u0440\u0432\u0438\u0441\u0456\u043D\u0434\u0435 \u0448\u043E\u0442\u0442\u044B \u0442\u043E\u043B\u044B\u049B\u0442\u044B\u0440\u0443",
770
+ payError: "\u0422\u04E9\u043B\u0435\u043C \u0436\u0430\u0441\u0430\u043B\u043C\u0430\u0434\u044B. \u041A\u0435\u0439\u0456\u043D\u0456\u0440\u0435\u043A \u049B\u0430\u0439\u0442\u0430\u043B\u0430\u043F \u043A\u04E9\u0440\u0456\u04A3\u0456\u0437.",
771
+ paySuccess: "\u0428\u043E\u0442\u044B\u04A3\u044B\u0437 \u0441\u04D9\u0442\u0442\u0456 \u0442\u043E\u043B\u044B\u049B\u0442\u044B\u0440\u044B\u043B\u0434\u044B"
772
+ },
773
+ banner: {
774
+ title: "\u0410\u049B\u044B\u043B\u044B \u0442\u0430\u0440\u0438\u0444\u0442\u0435 \u043A\u0435\u04A3\u0435\u0439\u0442\u0456\u043B\u0433\u0435\u043D \u0430\u049B\u043F\u0430\u0440\u0430\u0442\u049B\u0430 \u049B\u043E\u043B \u0436\u0435\u0442\u043A\u0456\u0437\u0443",
775
+ subtitle: "\u0411\u0456\u0440 \u0440\u0435\u0442\u0442\u0456\u043A \u049B\u043E\u043B \u0436\u0435\u0442\u043A\u0456\u0437\u0443 \u0441\u0430\u0442\u044B\u043F \u0430\u043B\u044B\u04A3\u044B\u0437 \u043D\u0435\u043C\u0435\u0441\u0435 {tariffs}",
776
+ tariffs: "\u0442\u0430\u0440\u0438\u0444\u0442\u0435\u0440\u0434\u0456 \u049B\u0430\u0440\u0430\u0443"
777
+ },
778
+ topUp: {
779
+ title: "\u0411\u0430\u043B\u0430\u043D\u0441\u0442\u044B \u0442\u043E\u043B\u044B\u049B\u0442\u044B\u0440\u0443",
780
+ balance: "\u0411\u0430\u043B\u0430\u043D\u0441:",
781
+ info: "\u049A\u0430\u0440\u0430\u0436\u0430\u0442 \u0442\u0435\u04A3\u0433\u0435\u043C\u0435\u043D \u0442\u04AF\u0441\u0435\u0434\u0456!",
782
+ enterAmount: "\u0421\u043E\u043C\u0430\u043D\u044B \u0435\u043D\u0433\u0456\u0437\u0456\u04A3\u0456\u0437"
783
+ },
784
+ method: {
785
+ title: "\u0422\u04E9\u043B\u0435\u043C \u04D9\u0434\u0456\u0441\u0456",
786
+ description: "\u0422\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F \u0436\u0430\u0441\u0430\u0443 \u04AF\u0448\u0456\u043D \u0442\u04E9\u043B\u0435\u043C \u0436\u04AF\u0439\u0435\u0441\u0456\u043D \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437",
787
+ note: "\u0422\u04AF\u0441\u0435\u0442\u0456\u043D \u0441\u043E\u043C\u0430:",
788
+ kaspi: "Kaspi",
789
+ other: "\u0411\u0430\u0441\u049B\u0430 \u0431\u0430\u043D\u043A"
790
+ },
791
+ kaspi: {
792
+ title: "Kaspi.kz",
793
+ description: "\u0422\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u044F \u0436\u0430\u0441\u0430\u0443 \u04AF\u0448\u0456\u043D \u0442\u04E9\u043B\u0435\u043C \u0436\u04AF\u0439\u0435\u0441\u0456\u043D \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437",
794
+ qr: "Kaspi QR",
795
+ scan: "\u0421\u043A\u0430\u043D\u0435\u0440\u043B\u0435\u043F \u0442\u04E9\u043B\u0435\u04A3\u0456\u0437",
796
+ changeMethod: "\u0422\u04E9\u043B\u0435\u043C \u04D9\u0434\u0456\u0441\u0456\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443",
797
+ adata: "Adata.kz - \u041A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u0442\u0435\u0440\u0434\u0456 \u0456\u0437\u0434\u0435\u0443 \u0436\u04D9\u043D\u0435 \u0442\u0435\u043A\u0441\u0435\u0440\u0443"
798
+ },
799
+ redirect: {
800
+ title: "\u0421\u0456\u0437 \u049B\u0430\u0437\u0456\u0440 Kaspi.kz \u0441\u0430\u0439\u0442\u044B\u043D\u0430 \u049B\u0430\u0439\u0442\u0430 \u0431\u0430\u0493\u044B\u0442\u0442\u0430\u043B\u0430\u0441\u044B\u0437",
801
+ paymentId: "\u0422\u0430\u043F\u0441\u044B\u0440\u044B\u0441 \u043D\u04E9\u043C\u0456\u0440\u0456\u04A3\u0456\u0437:",
802
+ description: "\u0422\u04E9\u043B\u0435\u043C\u0434\u0456 \u0430\u044F\u049B\u0442\u0430\u0493\u0430\u043D\u043D\u0430\u043D \u043A\u0435\u0439\u0456\u043D \u0432\u0438\u0434\u0436\u0435\u0442\u0442\u0456 \u0436\u0430\u0431\u0443\u0493\u0430 \u043D\u0435\u043C\u0435\u0441\u0435 \u049B\u0430\u0439\u0442\u0443\u0493\u0430 \u0431\u043E\u043B\u0430\u0434\u044B",
803
+ goKaspi: "Kaspi.kz \u0441\u0430\u0439\u0442\u044B\u043D\u0430 \u04E9\u0442\u0443",
804
+ changeMethod: "\u0422\u04E9\u043B\u0435\u043C \u04D9\u0434\u0456\u0441\u0456\u043D \u04E9\u0437\u0433\u0435\u0440\u0442\u0443"
805
+ }
766
806
  }
767
807
  };
768
808
  export default KkLocale;
@@ -726,5 +726,45 @@ declare const RuLocale: {
726
726
  description: string;
727
727
  }[];
728
728
  };
729
+ payment: {
730
+ bank: {
731
+ description: string;
732
+ payError: string;
733
+ paySuccess: string;
734
+ };
735
+ banner: {
736
+ title: string;
737
+ subtitle: string;
738
+ tariffs: string;
739
+ };
740
+ topUp: {
741
+ title: string;
742
+ balance: string;
743
+ info: string;
744
+ enterAmount: string;
745
+ };
746
+ method: {
747
+ title: string;
748
+ description: string;
749
+ note: string;
750
+ kaspi: string;
751
+ other: string;
752
+ };
753
+ kaspi: {
754
+ title: string;
755
+ description: string;
756
+ qr: string;
757
+ scan: string;
758
+ changeMethod: string;
759
+ adata: string;
760
+ };
761
+ redirect: {
762
+ title: string;
763
+ paymentId: string;
764
+ description: string;
765
+ goKaspi: string;
766
+ changeMethod: string;
767
+ };
768
+ };
729
769
  };
730
770
  export default RuLocale;
@@ -757,6 +757,46 @@ const RuLocale = {
757
757
  description: ""
758
758
  }
759
759
  ]
760
+ },
761
+ payment: {
762
+ bank: {
763
+ description: "\u041F\u043E\u043F\u043E\u043B\u043D\u0435\u043D\u0438\u0435 \u0441\u0447\u0435\u0442\u0430 \u043D\u0430 \u0441\u0435\u0440\u0432\u0438\u0441\u0435 Adata",
764
+ payError: "\u041D\u0435 \u0443\u0434\u0430\u043B\u043E\u0441\u044C \u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0441\u0442\u0438 \u043F\u043B\u0430\u0442\u0451\u0436. \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u043E\u0437\u0434\u043D\u0435\u0435.",
765
+ paySuccess: "\u0412\u0430\u0448 \u0441\u0447\u0435\u0442 \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u043F\u043E\u043F\u043E\u043B\u043D\u0435\u043D"
766
+ },
767
+ banner: {
768
+ title: "\u0414\u043E\u0441\u0442\u0443\u043F \u043A \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u043D\u043E\u0439 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438 \u0432 \u043F\u043B\u0430\u0442\u043D\u043E\u043C \u0442\u0430\u0440\u0438\u0444\u0435",
769
+ subtitle: "\u041A\u0443\u043F\u0438\u0442\u044C \u0440\u0430\u0437\u043E\u0432\u044B\u0439 \u0434\u043E\u0441\u0442\u0443\u043F \u0438\u043B\u0438 {tariffs}",
770
+ tariffs: "\u043F\u043E\u0441\u043C\u043E\u0442\u0440\u0435\u0442\u044C \u0442\u0430\u0440\u0438\u0444\u044B"
771
+ },
772
+ topUp: {
773
+ title: "\u041F\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0431\u0430\u043B\u0430\u043D\u0441",
774
+ balance: "\u0411\u0430\u043B\u0430\u043D\u0441:",
775
+ info: "\u0417\u0430\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u0435 \u0441\u0440\u0435\u0434\u0441\u0442\u0432 \u043F\u0440\u043E\u0438\u0437\u043E\u0439\u0434\u0435\u0442 \u0432 \u0442\u0435\u043D\u0433\u0435!",
776
+ enterAmount: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0441\u0443\u043C\u043C\u0443"
777
+ },
778
+ method: {
779
+ title: "\u0421\u043F\u043E\u0441\u043E\u0431 \u043E\u043F\u043B\u0430\u0442\u044B",
780
+ description: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u043B\u0430\u0442\u0435\u0436\u043D\u0443\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043F\u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438",
781
+ note: "\u0411\u0443\u0434\u0435\u0442 \u0437\u0430\u0447\u0438\u0441\u043B\u0435\u043D\u043E:",
782
+ kaspi: "Kaspi",
783
+ other: "\u0414\u0440\u0443\u0433\u043E\u0439 \u0431\u0430\u043D\u043A"
784
+ },
785
+ kaspi: {
786
+ title: "Kaspi.kz",
787
+ description: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u043F\u043B\u0430\u0442\u0435\u0436\u043D\u0443\u044E \u0441\u0438\u0441\u0442\u0435\u043C\u0443 \u0434\u043B\u044F \u043F\u0440\u043E\u0432\u0435\u0434\u0435\u043D\u0438\u044F \u0442\u0440\u0430\u043D\u0437\u0430\u043A\u0446\u0438\u0438",
788
+ qr: "Kaspi QR",
789
+ scan: "\u0421\u043A\u0430\u043D\u0438\u0440\u0443\u0439\u0442\u0435 \u0438 \u043F\u043B\u0430\u0442\u0438\u0442\u0435",
790
+ changeMethod: "\u0421\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043F\u043E\u0441\u043E\u0431 \u043E\u043F\u043B\u0430\u0442\u044B",
791
+ adata: "Adata.kz - \u041F\u043E\u0438\u0441\u043A \u0438 \u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 \u043A\u043E\u043D\u0442\u0440\u0430\u0433\u0435\u043D\u0442\u043E\u0432"
792
+ },
793
+ redirect: {
794
+ title: "\u0421\u0435\u0439\u0447\u0430\u0441 \u0432\u044B \u0431\u0443\u0434\u0435\u0442\u0435 \u043F\u0435\u0440\u0435\u043D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u044B \u043D\u0430 Kaspi.kz",
795
+ paymentId: "\u041D\u043E\u043C\u0435\u0440 \u0432\u0430\u0448\u0435\u0433\u043E \u0437\u0430\u043A\u0430\u0437\u0430:",
796
+ description: "\u041F\u043E\u0441\u043B\u0435 \u043E\u043F\u043B\u0430\u0442\u044B \u0437\u0430\u043A\u0430\u0437\u0430 \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u043A\u0440\u044B\u0442\u044C \u0432\u0438\u0434\u0436\u0435\u0442 \u0438\u043B\u0438 \u0432\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F",
797
+ goKaspi: "\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043D\u0430 Kaspi.kz",
798
+ changeMethod: "\u0421\u043C\u0435\u043D\u0438\u0442\u044C \u0441\u043F\u043E\u0441\u043E\u0431 \u043E\u043F\u043B\u0430\u0442\u044B"
799
+ }
760
800
  }
761
801
  };
762
802
  export default RuLocale;