@redneckz/wildless-cms-uni-blocks 0.8.20 → 0.8.21

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 (201) hide show
  1. package/bundle/bundle.umd.js +83 -40
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/Calculator/CreditCalculatorForm.d.ts +0 -2
  4. package/bundle/components/Calculator/constants.d.ts +2 -2
  5. package/bundle/components/Calculator/renderInterestPayment.d.ts +9 -1
  6. package/bundle/components/Calculator/renderPaymentType.d.ts +12 -0
  7. package/bundle/components/Calculator/renderRegistrationType.d.ts +10 -0
  8. package/bundle/components/Calculator/useBusinessDepositCalculatorParams.d.ts +3 -2
  9. package/bundle/components/Calculator/useCreditCalculatorParams.d.ts +1 -4
  10. package/bundle/components/Calculator/useDepositCalculatorParams.d.ts +1 -0
  11. package/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +2 -0
  12. package/dist/components/Calculator/BusinessDepositCalculatorForm.js +7 -2
  13. package/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  14. package/dist/components/Calculator/CreditCalculatorForm.d.ts +0 -2
  15. package/dist/components/Calculator/CreditCalculatorForm.js +7 -15
  16. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  17. package/dist/components/Calculator/DepositCalculatorForm.js +13 -1
  18. package/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  19. package/dist/components/Calculator/constants.d.ts +2 -2
  20. package/dist/components/Calculator/constants.js +6 -7
  21. package/dist/components/Calculator/constants.js.map +1 -1
  22. package/dist/components/Calculator/rangeHelpers.js +1 -1
  23. package/dist/components/Calculator/rangeHelpers.js.map +1 -1
  24. package/dist/components/Calculator/renderInterestPayment.d.ts +9 -1
  25. package/dist/components/Calculator/renderInterestPayment.js +2 -2
  26. package/dist/components/Calculator/renderInterestPayment.js.map +1 -1
  27. package/dist/components/Calculator/renderPaymentType.d.ts +12 -0
  28. package/dist/components/Calculator/renderPaymentType.js +22 -0
  29. package/dist/components/Calculator/renderPaymentType.js.map +1 -0
  30. package/dist/components/Calculator/renderRegistrationType.d.ts +10 -0
  31. package/dist/components/Calculator/renderRegistrationType.js +22 -0
  32. package/dist/components/Calculator/renderRegistrationType.js.map +1 -0
  33. package/dist/components/Calculator/useBusinessDepositCalculatorParams.d.ts +3 -2
  34. package/dist/components/Calculator/useBusinessDepositCalculatorParams.js +1 -1
  35. package/dist/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -1
  36. package/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -4
  37. package/dist/components/Calculator/useCreditCalculatorParams.js +2 -4
  38. package/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  39. package/dist/components/Calculator/useDepositCalculatorParams.d.ts +1 -0
  40. package/dist/components/Calculator/useDepositCalculatorParams.js +2 -1
  41. package/dist/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  42. package/dist/components/Footer/Contacts.js +1 -1
  43. package/dist/components/Footer/Contacts.js.map +1 -1
  44. package/dist/components/Footer/Sitemap.js +7 -5
  45. package/dist/components/Footer/Sitemap.js.map +1 -1
  46. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +2 -0
  47. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +5 -1
  48. package/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  49. package/lib/common.css +1 -1
  50. package/lib/components/Calculator/BusinessDepositCalculatorForm.js +7 -2
  51. package/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  52. package/lib/components/Calculator/CreditCalculatorForm.d.ts +0 -2
  53. package/lib/components/Calculator/CreditCalculatorForm.js +6 -14
  54. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  55. package/lib/components/Calculator/DepositCalculatorForm.js +13 -1
  56. package/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  57. package/lib/components/Calculator/constants.d.ts +2 -2
  58. package/lib/components/Calculator/constants.js +6 -7
  59. package/lib/components/Calculator/constants.js.map +1 -1
  60. package/lib/components/Calculator/rangeHelpers.js +1 -1
  61. package/lib/components/Calculator/rangeHelpers.js.map +1 -1
  62. package/lib/components/Calculator/renderInterestPayment.d.ts +9 -1
  63. package/lib/components/Calculator/renderInterestPayment.js +2 -2
  64. package/lib/components/Calculator/renderInterestPayment.js.map +1 -1
  65. package/lib/components/Calculator/renderPaymentType.d.ts +12 -0
  66. package/lib/components/Calculator/renderPaymentType.js +19 -0
  67. package/lib/components/Calculator/renderPaymentType.js.map +1 -0
  68. package/lib/components/Calculator/renderRegistrationType.d.ts +10 -0
  69. package/lib/components/Calculator/renderRegistrationType.js +19 -0
  70. package/lib/components/Calculator/renderRegistrationType.js.map +1 -0
  71. package/lib/components/Calculator/useBusinessDepositCalculatorParams.d.ts +3 -2
  72. package/lib/components/Calculator/useBusinessDepositCalculatorParams.js +1 -1
  73. package/lib/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -1
  74. package/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -4
  75. package/lib/components/Calculator/useCreditCalculatorParams.js +2 -4
  76. package/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  77. package/lib/components/Calculator/useDepositCalculatorParams.d.ts +1 -0
  78. package/lib/components/Calculator/useDepositCalculatorParams.js +2 -1
  79. package/lib/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  80. package/lib/components/Footer/Contacts.js +1 -1
  81. package/lib/components/Footer/Contacts.js.map +1 -1
  82. package/lib/components/Footer/Sitemap.js +7 -5
  83. package/lib/components/Footer/Sitemap.js.map +1 -1
  84. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +2 -0
  85. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +5 -1
  86. package/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  87. package/mobile/bundle/bundle.umd.js +2 -2
  88. package/mobile/bundle/bundle.umd.min.js +1 -1
  89. package/mobile/bundle/components/Calculator/CreditCalculatorForm.d.ts +0 -2
  90. package/mobile/bundle/components/Calculator/constants.d.ts +2 -2
  91. package/mobile/bundle/components/Calculator/renderInterestPayment.d.ts +9 -1
  92. package/mobile/bundle/components/Calculator/renderPaymentType.d.ts +12 -0
  93. package/mobile/bundle/components/Calculator/renderRegistrationType.d.ts +10 -0
  94. package/mobile/bundle/components/Calculator/useBusinessDepositCalculatorParams.d.ts +3 -2
  95. package/mobile/bundle/components/Calculator/useCreditCalculatorParams.d.ts +1 -4
  96. package/mobile/bundle/components/Calculator/useDepositCalculatorParams.d.ts +1 -0
  97. package/mobile/bundle/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +2 -0
  98. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js +7 -2
  99. package/mobile/dist/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  100. package/mobile/dist/components/Calculator/CreditCalculatorForm.d.ts +0 -2
  101. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +7 -15
  102. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  103. package/mobile/dist/components/Calculator/DepositCalculatorForm.js +13 -1
  104. package/mobile/dist/components/Calculator/DepositCalculatorForm.js.map +1 -1
  105. package/mobile/dist/components/Calculator/constants.d.ts +2 -2
  106. package/mobile/dist/components/Calculator/constants.js +6 -7
  107. package/mobile/dist/components/Calculator/constants.js.map +1 -1
  108. package/mobile/dist/components/Calculator/rangeHelpers.js +1 -1
  109. package/mobile/dist/components/Calculator/rangeHelpers.js.map +1 -1
  110. package/mobile/dist/components/Calculator/renderInterestPayment.d.ts +9 -1
  111. package/mobile/dist/components/Calculator/renderInterestPayment.js +2 -2
  112. package/mobile/dist/components/Calculator/renderInterestPayment.js.map +1 -1
  113. package/mobile/dist/components/Calculator/renderPaymentType.d.ts +12 -0
  114. package/mobile/dist/components/Calculator/renderPaymentType.js +22 -0
  115. package/mobile/dist/components/Calculator/renderPaymentType.js.map +1 -0
  116. package/mobile/dist/components/Calculator/renderRegistrationType.d.ts +10 -0
  117. package/mobile/dist/components/Calculator/renderRegistrationType.js +22 -0
  118. package/mobile/dist/components/Calculator/renderRegistrationType.js.map +1 -0
  119. package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.d.ts +3 -2
  120. package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.js +1 -1
  121. package/mobile/dist/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -1
  122. package/mobile/dist/components/Calculator/useCreditCalculatorParams.d.ts +1 -4
  123. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js +2 -4
  124. package/mobile/dist/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  125. package/mobile/dist/components/Calculator/useDepositCalculatorParams.d.ts +1 -0
  126. package/mobile/dist/components/Calculator/useDepositCalculatorParams.js +2 -1
  127. package/mobile/dist/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  128. package/mobile/dist/components/Footer/Contacts.js +1 -1
  129. package/mobile/dist/components/Footer/Contacts.js.map +1 -1
  130. package/mobile/dist/components/Footer/Sitemap.js +7 -5
  131. package/mobile/dist/components/Footer/Sitemap.js.map +1 -1
  132. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +2 -0
  133. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js +5 -1
  134. package/mobile/dist/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  135. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js +7 -2
  136. package/mobile/lib/components/Calculator/BusinessDepositCalculatorForm.js.map +1 -1
  137. package/mobile/lib/components/Calculator/CreditCalculatorForm.d.ts +0 -2
  138. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +6 -14
  139. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  140. package/mobile/lib/components/Calculator/DepositCalculatorForm.js +13 -1
  141. package/mobile/lib/components/Calculator/DepositCalculatorForm.js.map +1 -1
  142. package/mobile/lib/components/Calculator/constants.d.ts +2 -2
  143. package/mobile/lib/components/Calculator/constants.js +6 -7
  144. package/mobile/lib/components/Calculator/constants.js.map +1 -1
  145. package/mobile/lib/components/Calculator/rangeHelpers.js +1 -1
  146. package/mobile/lib/components/Calculator/rangeHelpers.js.map +1 -1
  147. package/mobile/lib/components/Calculator/renderInterestPayment.d.ts +9 -1
  148. package/mobile/lib/components/Calculator/renderInterestPayment.js +2 -2
  149. package/mobile/lib/components/Calculator/renderInterestPayment.js.map +1 -1
  150. package/mobile/lib/components/Calculator/renderPaymentType.d.ts +12 -0
  151. package/mobile/lib/components/Calculator/renderPaymentType.js +19 -0
  152. package/mobile/lib/components/Calculator/renderPaymentType.js.map +1 -0
  153. package/mobile/lib/components/Calculator/renderRegistrationType.d.ts +10 -0
  154. package/mobile/lib/components/Calculator/renderRegistrationType.js +19 -0
  155. package/mobile/lib/components/Calculator/renderRegistrationType.js.map +1 -0
  156. package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.d.ts +3 -2
  157. package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.js +1 -1
  158. package/mobile/lib/components/Calculator/useBusinessDepositCalculatorParams.js.map +1 -1
  159. package/mobile/lib/components/Calculator/useCreditCalculatorParams.d.ts +1 -4
  160. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js +2 -4
  161. package/mobile/lib/components/Calculator/useCreditCalculatorParams.js.map +1 -1
  162. package/mobile/lib/components/Calculator/useDepositCalculatorParams.d.ts +1 -0
  163. package/mobile/lib/components/Calculator/useDepositCalculatorParams.js +2 -1
  164. package/mobile/lib/components/Calculator/useDepositCalculatorParams.js.map +1 -1
  165. package/mobile/lib/components/Footer/Contacts.js +1 -1
  166. package/mobile/lib/components/Footer/Contacts.js.map +1 -1
  167. package/mobile/lib/components/Footer/Sitemap.js +7 -5
  168. package/mobile/lib/components/Footer/Sitemap.js.map +1 -1
  169. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.d.ts +2 -0
  170. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js +5 -1
  171. package/mobile/lib/ui-kit/RadioButtonGroup/RadioButtonGroup.js.map +1 -1
  172. package/mobile/src/components/Calculator/BusinessDepositCalculatorForm.tsx +9 -8
  173. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +8 -22
  174. package/mobile/src/components/Calculator/DepositCalculatorForm.tsx +22 -8
  175. package/mobile/src/components/Calculator/constants.ts +6 -7
  176. package/mobile/src/components/Calculator/rangeHelpers.ts +1 -1
  177. package/mobile/src/components/Calculator/renderInterestPayment.tsx +21 -9
  178. package/mobile/src/components/Calculator/renderPaymentType.tsx +49 -0
  179. package/mobile/src/components/Calculator/renderRegistrationType.tsx +51 -0
  180. package/mobile/src/components/Calculator/useBusinessDepositCalculatorParams.ts +4 -3
  181. package/mobile/src/components/Calculator/useCreditCalculatorParams.ts +3 -8
  182. package/mobile/src/components/Calculator/useDepositCalculatorParams.ts +4 -2
  183. package/mobile/src/components/Footer/Contacts.tsx +1 -1
  184. package/mobile/src/components/Footer/Sitemap.tsx +10 -5
  185. package/mobile/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +9 -2
  186. package/package.json +1 -1
  187. package/src/components/Calculator/BusinessDepositCalculatorForm.tsx +9 -8
  188. package/src/components/Calculator/CreditCalculatorForm.tsx +8 -22
  189. package/src/components/Calculator/DepositCalculatorForm.tsx +22 -8
  190. package/src/components/Calculator/constants.ts +6 -7
  191. package/src/components/Calculator/rangeHelpers.ts +1 -1
  192. package/src/components/Calculator/renderInterestPayment.tsx +21 -9
  193. package/src/components/Calculator/renderPaymentType.tsx +49 -0
  194. package/src/components/Calculator/renderRegistrationType.tsx +51 -0
  195. package/src/components/Calculator/useBusinessDepositCalculatorParams.ts +4 -3
  196. package/src/components/Calculator/useCreditCalculatorParams.ts +3 -8
  197. package/src/components/Calculator/useDepositCalculatorParams.ts +4 -2
  198. package/src/components/Footer/Contacts.tsx +1 -1
  199. package/src/components/Footer/Sitemap.tsx +10 -5
  200. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.fixture.tsx +22 -5
  201. package/src/ui-kit/RadioButtonGroup/RadioButtonGroup.tsx +9 -2
@@ -0,0 +1,49 @@
1
+ import { ListOrientation } from '../../model/ListOrientation';
2
+ import { RadioButtonGroup } from '../../ui-kit/RadioButtonGroup/RadioButtonGroup';
3
+ import { Text } from '../../ui-kit/Text/Text';
4
+
5
+ export const ANNUITY = 'annuity';
6
+ export const DIFFERENTIAL = 'differential';
7
+
8
+ const paymentTypeItems = [
9
+ {
10
+ id: ANNUITY,
11
+ text: 'Аннуитетный',
12
+ },
13
+ {
14
+ id: DIFFERENTIAL,
15
+ text: 'Дифференцированный',
16
+ },
17
+ ];
18
+
19
+ interface PaymentTypeProps {
20
+ isAnnuity: boolean;
21
+ callback?: (value: boolean) => void;
22
+ title?: string;
23
+ orientation?: ListOrientation;
24
+ }
25
+
26
+ export function renderPaymentType({
27
+ isAnnuity,
28
+ callback,
29
+ title,
30
+ orientation = 'horizontal',
31
+ }: PaymentTypeProps) {
32
+ return (
33
+ <div>
34
+ {title ? (
35
+ <div className="mb-3">
36
+ <Text color="text-secondary-text" font="font-light">
37
+ {title}
38
+ </Text>
39
+ </div>
40
+ ) : null}
41
+ <RadioButtonGroup
42
+ orientation={orientation}
43
+ items={paymentTypeItems}
44
+ checkedItem={isAnnuity ? ANNUITY : DIFFERENTIAL}
45
+ onChange={(text: string) => callback && callback(text === ANNUITY)}
46
+ />
47
+ </div>
48
+ );
49
+ }
@@ -0,0 +1,51 @@
1
+ import { ListOrientation } from '../../model/ListOrientation';
2
+ import { RadioButtonGroup } from '../../ui-kit/RadioButtonGroup/RadioButtonGroup';
3
+ import { Text } from '../../ui-kit/Text/Text';
4
+
5
+ const REMOTE_REGISTRATION = 'remote';
6
+ const OFFICE_REGISTRATION = 'office';
7
+
8
+ const registrationTypeItems = [
9
+ {
10
+ id: OFFICE_REGISTRATION,
11
+ text: 'Офис Банка',
12
+ },
13
+ {
14
+ id: REMOTE_REGISTRATION,
15
+ text: 'Дистанционно',
16
+ },
17
+ ];
18
+
19
+ interface RegistrationTypeProps {
20
+ isRemoteRegistration: boolean;
21
+ callback?: (value: boolean) => void;
22
+ title?: string;
23
+ orientation?: ListOrientation;
24
+ }
25
+
26
+ export function renderRegistrationType({
27
+ isRemoteRegistration,
28
+ callback,
29
+ title,
30
+ orientation = 'horizontal',
31
+ }: RegistrationTypeProps) {
32
+ return (
33
+ <div>
34
+ {title ? (
35
+ <div className="mb-3">
36
+ <Text color="text-secondary-text" font="font-light">
37
+ {title}
38
+ </Text>
39
+ </div>
40
+ ) : null}
41
+ <div>
42
+ <RadioButtonGroup
43
+ orientation={orientation}
44
+ items={registrationTypeItems}
45
+ checkedItem={isRemoteRegistration ? REMOTE_REGISTRATION : OFFICE_REGISTRATION}
46
+ onChange={(text: string) => callback && callback(text === REMOTE_REGISTRATION)}
47
+ />
48
+ </div>
49
+ </div>
50
+ );
51
+ }
@@ -7,9 +7,9 @@ import {
7
7
  } from './constants';
8
8
  import { checkRangeByKeys, getRangeByKeys } from './rangeHelpers';
9
9
  import { useCalculatorParams } from './useCalculatorParams';
10
- import type { CommonDepositParams } from './useDepositCalculatorParams';
11
10
 
12
- export interface BusinessCommonDepositParams extends CommonDepositParams {
11
+ export interface BusinessCommonDepositParams {
12
+ isMonthlyInterestPayment: boolean;
13
13
  isReplenished: boolean;
14
14
  isPartialWithdrawal: boolean;
15
15
  isSmallBusiness: boolean;
@@ -34,6 +34,7 @@ export interface BusinessDepositCalculatorParams
34
34
  income?: number;
35
35
  finalSum?: number;
36
36
  isDisabledOperatingDeposit?: boolean;
37
+ isShowUnknownRate?: boolean;
37
38
  }
38
39
 
39
40
  export type BusinessDepositCalculatorData = {
@@ -65,7 +66,7 @@ export const useBusinessDepositCalculatorParams = (
65
66
  ...DEFAULT_BUSINESS_DEPOSIT_CALCULATOR_PARAMS,
66
67
  ...userInputParams,
67
68
  isDisabledOperatingDeposit,
68
- rate: 0,
69
+ isShowUnknownRate: true,
69
70
  };
70
71
  }
71
72
  const businessDepositCalculatorSourceBookParams =
@@ -13,9 +13,7 @@ export interface CreditCalculatorSourceBookParams extends CommonCreditParams {
13
13
  maxSum: number;
14
14
  minMonths: number;
15
15
  maxMonths: number;
16
- rateBottomRange: number;
17
- rateTopRange: number;
18
- sumBorder: number;
16
+ rate: number;
19
17
  }
20
18
 
21
19
  export interface CreditCalculatorUserInputParams extends CommonCreditParams {
@@ -28,7 +26,6 @@ export interface CreditCalculatorParams
28
26
  extends CreditCalculatorSourceBookParams,
29
27
  CreditCalculatorUserInputParams {
30
28
  monthlyPayment: number;
31
- finalRate: number;
32
29
  }
33
30
 
34
31
  export type CreditCalculatorData = {
@@ -53,9 +50,8 @@ export const useCreditCalculatorParams = (
53
50
  );
54
51
  }) || DEFAULT_CREDIT_CALCULATOR_PARAMS;
55
52
 
56
- const { rateBottomRange, rateTopRange, sumBorder } = creditCalculatorSourceBookParams;
57
- const finalRate = moneyValue <= sumBorder ? rateBottomRange : rateTopRange;
58
- const monthlyPayment = getMonthlyPayment(finalRate, userInputParams);
53
+ const { rate } = creditCalculatorSourceBookParams;
54
+ const monthlyPayment = getMonthlyPayment(rate, userInputParams);
59
55
  const sourceBookRows = data?.rows || [DEFAULT_CREDIT_CALCULATOR_PARAMS];
60
56
 
61
57
  return {
@@ -63,7 +59,6 @@ export const useCreditCalculatorParams = (
63
59
  ...getRangeByKeys(['minSum', 'maxSum'], sourceBookRows),
64
60
  ...getRangeByKeys(['minMonths', 'maxMonths'], sourceBookRows),
65
61
  ...userInputParams,
66
- finalRate,
67
62
  monthlyPayment,
68
63
  };
69
64
  };
@@ -4,6 +4,7 @@ import { useCalculatorParams } from './useCalculatorParams';
4
4
 
5
5
  export interface CommonDepositParams {
6
6
  isMonthlyInterestPayment: boolean;
7
+ isRemoteRegistration: boolean;
7
8
  }
8
9
 
9
10
  export interface DepositCalculatorSourceBookParams extends CommonDepositParams {
@@ -34,7 +35,8 @@ export const useDepositCalculatorParams = (
34
35
  userInputParams: DepositCalculatorUserInputParams,
35
36
  sourceBookDir?: string,
36
37
  ): DepositCalculatorParams => {
37
- const { isMonthlyInterestPayment, moneyValue, monthsValue } = userInputParams;
38
+ const { isMonthlyInterestPayment, isRemoteRegistration, moneyValue, monthsValue } =
39
+ userInputParams;
38
40
 
39
41
  const data = useCalculatorParams<DepositCalculatorData>(
40
42
  sourceBookDir || DEPOSIT_CALC_DEFAULT_DIR,
@@ -44,12 +46,12 @@ export const useDepositCalculatorParams = (
44
46
  data?.rows?.find(
45
47
  (_) =>
46
48
  isMonthlyInterestPayment === _.isMonthlyInterestPayment &&
49
+ isRemoteRegistration === _.isRemoteRegistration &&
47
50
  checkRangeByKeys(moneyValue, ['minSum', 'maxSum'], _) &&
48
51
  checkRangeByKeys(monthsValue, ['minMonths', 'maxMonths'], _),
49
52
  ) || DEFAULT_DEPOSIT_CALCULATOR_PARAMS;
50
53
 
51
54
  const { rate } = depositCalculatorSourceBookParams;
52
-
53
55
  const income = getDepositIncome(rate, userInputParams);
54
56
  const finalSum = moneyValue + income;
55
57
  const sourceBookRows = data?.rows || [DEFAULT_DEPOSIT_CALCULATOR_PARAMS];
@@ -15,7 +15,7 @@ export const Contacts = JSX<ContactsProps>(({ className = '', items, hasButton }
15
15
  <Button
16
16
  version="primary"
17
17
  className="mb-6 w-full"
18
- href="/"
18
+ href="https://www.rshb.ru/feedback/question/"
19
19
  target="_blank"
20
20
  ariaLabel="Обратная связь"
21
21
  text="Обратная связь"
@@ -5,6 +5,7 @@ import type { LinkProps } from '../../model/LinkProps';
5
5
  import { projectSettings } from '../../ProjectSettings';
6
6
  import type { SitemapDataProps, TopMenuItem } from '../../services/sitemap/SitemapProps';
7
7
  import { useSWRResource } from '../../services/sitemap/useSWRResource';
8
+ import { joinPath } from '../../utils/url';
8
9
 
9
10
  export interface SitemapProps {
10
11
  className?: string;
@@ -12,7 +13,7 @@ export interface SitemapProps {
12
13
  }
13
14
 
14
15
  export const Sitemap = JSX<SitemapProps>(({ className = '', fallback }) => {
15
- const link = useLink();
16
+ const link = useLink(true);
16
17
  const sitemap = useSWRResource<SitemapDataProps>(projectSettings.SITEMAP || 'sitemap', fallback);
17
18
 
18
19
  return (
@@ -36,24 +37,28 @@ const renderColumn = (menuItem: TopMenuItem & { onClick: () => void }, index: nu
36
37
  {text || `Раздел ${index}`}
37
38
  </a>
38
39
  {items?.map((_, i) => (
39
- <ColumnItem key={String(i)} {..._} index={i} />
40
+ <ColumnItem key={String(i)} {..._} basePath={href} index={i} />
40
41
  ))}
41
42
  </div>
42
43
  );
43
44
  };
44
45
 
45
46
  interface ColumnItemProps extends LinkProps {
47
+ basePath?: string;
46
48
  index?: number;
47
49
  }
48
50
 
49
- const ColumnItem = JSX<ColumnItemProps>(({ text, index, ...rest }) => {
50
- const link = useLink();
51
+ const ColumnItem = JSX<ColumnItemProps>(({ text, index, basePath, ...rest }) => {
52
+ const isAnotherPortal =
53
+ projectSettings.BASE_PATH && basePath ? !projectSettings.BASE_PATH.startsWith(basePath) : false;
54
+
55
+ const link = useLink(isAnotherPortal);
51
56
  const { href, target, onClick } = link(rest);
52
57
 
53
58
  return (
54
59
  <a
55
60
  className="block text-l-light text-secondary-text hover:text-primary-main no-underline"
56
- href={href}
61
+ href={isAnotherPortal ? joinPath(basePath, href) : href}
57
62
  target={target || '_self'}
58
63
  onClick={onClick}
59
64
  >
@@ -1,4 +1,5 @@
1
1
  import '../../setup-fixture';
2
+ import { Text } from '../Text/Text';
2
3
  import { RadioButtonGroup } from './RadioButtonGroup';
3
4
 
4
5
  const items = [
@@ -15,11 +16,27 @@ const items = [
15
16
  export default {
16
17
  default: (
17
18
  <div>
18
- <RadioButtonGroup
19
- items={items}
20
- checkedItem={'Аннуитетный'}
21
- onChange={(text) => console.log('Выбран пункт меню: ', text)}
22
- />
19
+ <div className="mb-5">
20
+ <Text color="text-secondary-text" font="font-light">
21
+ Горизонтальный
22
+ </Text>
23
+ <RadioButtonGroup
24
+ items={items}
25
+ checkedItem={'Аннуитетный'}
26
+ onChange={(text) => console.log('Выбран пункт меню: ', text)}
27
+ />
28
+ </div>
29
+ <div>
30
+ <Text color="text-secondary-text" font="font-light">
31
+ Вертикальный
32
+ </Text>
33
+ <RadioButtonGroup
34
+ items={items}
35
+ orientation="vertical"
36
+ checkedItem={'Аннуитетный'}
37
+ onChange={(text) => console.log('Выбран пункт меню: ', text)}
38
+ />
39
+ </div>
23
40
  </div>
24
41
  ),
25
42
  };
@@ -1,4 +1,5 @@
1
1
  import { JSX } from '@redneckz/uni-jsx';
2
+ import { ListOrientation } from '../../model/ListOrientation';
2
3
  import { Checkbox } from '../Checkbox/Checkbox';
3
4
 
4
5
  export interface RadioButtonItem {
@@ -10,11 +11,17 @@ interface RadioButtonGroupProps {
10
11
  items?: RadioButtonItem[];
11
12
  checkedItem?: string;
12
13
  onChange?: (id: string) => void;
14
+ orientation?: ListOrientation;
13
15
  }
14
16
 
17
+ const orientationStyleMap: Record<ListOrientation, string> = {
18
+ horizontal: 'gap-10',
19
+ vertical: 'flex-col gap-3',
20
+ };
21
+
15
22
  export const RadioButtonGroup = JSX<RadioButtonGroupProps>(
16
- ({ items, checkedItem, onChange: onChangeCheckedItem }) => (
17
- <div className="flex flex-col gap-3">
23
+ ({ items, checkedItem, onChange: onChangeCheckedItem, orientation = 'horizontal' }) => (
24
+ <div className={`flex ${orientationStyleMap[orientation]}`}>
18
25
  {items?.map(({ id, text }) => (
19
26
  <Checkbox
20
27
  key={String(id)}