profinansy-ui-lib 4.1.3 → 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
  }[];
@@ -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
  };