profinansy-ui-lib 4.1.2 → 4.1.4

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.
@@ -2,8 +2,9 @@ import { IBannerListItem } from '../../../../api/banner/banner.typed';
2
2
  interface IProps {
3
3
  pref: string;
4
4
  bannerCode?: string;
5
+ enabled?: boolean;
5
6
  }
6
- export declare const useGetBannersList: ({ pref, bannerCode }: IProps) => {
7
+ export declare const useGetBannersList: ({ pref, bannerCode, enabled }: IProps) => {
7
8
  bannerData: IBannerListItem;
8
9
  bannersList: IBannerListItem[];
9
10
  bannersMap: Record<string, IBannerListItem>;
@@ -1,4 +1,5 @@
1
- export declare const PERIOD_OPTIONS: {
1
+ import { Locales } from '../../../../../common.types';
2
+ export declare const getFavoritePeriodSegmentOptions: (locale: Locales) => {
2
3
  label: string;
3
4
  value: string;
4
5
  }[];
@@ -1,7 +1,7 @@
1
1
  import { UserRole } from '../../../common.types';
2
2
  import { IApiSettings } from '../../../api/api';
3
3
  import { ReactNode, ElementType } from 'react';
4
- export type TSideMenuCategory = 'goals' | 'myMoney' | 'portfolios' | 'calculators' | 'investment' | 'education' | 'profile' | 'idv' | 'method' | 'feed' | 'about';
4
+ export type TSideMenuCategory = 'goals' | 'myMoney' | 'portfolios' | 'calculators' | 'investment' | 'education' | 'profile' | 'idv' | 'method' | 'feed' | 'about' | 'myMoney2';
5
5
  export interface ISideModal {
6
6
  bannerCodes?: string[];
7
7
  userRole: UserRole;
@@ -6,6 +6,7 @@ export declare const arias_translation: {
6
6
  header: string;
7
7
  burger: string;
8
8
  favourite: string;
9
+ favouriteClosePanel: string;
9
10
  notifications: string;
10
11
  basket: string;
11
12
  };
@@ -16,6 +17,7 @@ export declare const arias_translation: {
16
17
  header: string;
17
18
  burger: string;
18
19
  favourite: string;
20
+ favouriteClosePanel: string;
19
21
  notifications: string;
20
22
  basket: string;
21
23
  };
@@ -8,6 +8,20 @@ export declare const favorites_translation: {
8
8
  notGroupsTitle: string;
9
9
  notGroupsMessage: string;
10
10
  input: string;
11
+ favoriteInstrumentsTitle: string;
12
+ allLists: string;
13
+ favPeriod1d: string;
14
+ favPeriod1w: string;
15
+ favPeriod1m: string;
16
+ favPeriod6m: string;
17
+ favPeriod1y: string;
18
+ favPeriod5y: string;
19
+ columnTicker: string;
20
+ columnPrice: string;
21
+ emptyNoGroupsHeading: string;
22
+ emptyNoGroupsDescriptionBeforeIcon: string;
23
+ emptyListHeading: string;
24
+ emptyListDescription: string;
11
25
  };
12
26
  en: {
13
27
  title: string;
@@ -18,5 +32,19 @@ export declare const favorites_translation: {
18
32
  notGroupsTitle: string;
19
33
  notGroupsMessage: string;
20
34
  input: string;
35
+ favoriteInstrumentsTitle: string;
36
+ allLists: string;
37
+ favPeriod1d: string;
38
+ favPeriod1w: string;
39
+ favPeriod1m: string;
40
+ favPeriod6m: string;
41
+ favPeriod1y: string;
42
+ favPeriod5y: string;
43
+ columnTicker: string;
44
+ columnPrice: string;
45
+ emptyNoGroupsHeading: string;
46
+ emptyNoGroupsDescriptionBeforeIcon: string;
47
+ emptyListHeading: string;
48
+ emptyListDescription: string;
21
49
  };
22
50
  };
@@ -149,6 +149,9 @@ export declare const Urls_translations: {
149
149
  myMoney: string;
150
150
  myMoney_budget: string;
151
151
  myMoney_accounts: string;
152
+ myMoney_history: string;
153
+ myMoney_analytics: string;
154
+ myMoney_plan_budget: string;
152
155
  myMoney_accumulations: string;
153
156
  myMoney_debts: string;
154
157
  myMoney_credits: string;
@@ -373,6 +376,9 @@ export declare const Urls_translations: {
373
376
  myMoney: string;
374
377
  myMoney_budget: string;
375
378
  myMoney_accounts: string;
379
+ myMoney_history: string;
380
+ myMoney_analytics: string;
381
+ myMoney_plan_budget: string;
376
382
  myMoney_accumulations: string;
377
383
  myMoney_debts: string;
378
384
  myMoney_credits: string;