profinansy-ui-lib 3.5.43 → 3.5.44
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.
- package/dist/common.types.d.ts +2 -0
- package/dist/components/blocks/header/header.d.ts +1 -0
- package/dist/components/blocks/sideMenu/SideMenu.d.ts +1 -0
- package/dist/components/uikit/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/uikit/FilterButton/Drop/Drop.d.ts +1 -1
- package/dist/components/uikit/Hint/Hint.d.ts +1 -1
- package/dist/components/uikit/Popup/Popup.d.ts +1 -1
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +1 -1
- package/dist/hooks/useIsForeignSite.d.ts +1 -0
- package/dist/index.js +9 -9
- package/dist/urls/products/investments/investments.d.ts +28 -4
- package/package.json +1 -1
|
@@ -4,6 +4,22 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
4
4
|
isWithoutSubpage: boolean;
|
|
5
5
|
href: string;
|
|
6
6
|
subPages: ({
|
|
7
|
+
name: string;
|
|
8
|
+
Icon: any;
|
|
9
|
+
isForeignAccess: boolean;
|
|
10
|
+
href: string;
|
|
11
|
+
locked: boolean;
|
|
12
|
+
subPages: {
|
|
13
|
+
name: string;
|
|
14
|
+
href: string;
|
|
15
|
+
locked: boolean;
|
|
16
|
+
}[];
|
|
17
|
+
unavailable?: undefined;
|
|
18
|
+
innerPages?: undefined;
|
|
19
|
+
description?: undefined;
|
|
20
|
+
isHit?: undefined;
|
|
21
|
+
isNew?: undefined;
|
|
22
|
+
} | {
|
|
7
23
|
name: string;
|
|
8
24
|
Icon: any;
|
|
9
25
|
href: string;
|
|
@@ -11,6 +27,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
11
27
|
unavailable: boolean;
|
|
12
28
|
innerPages: string[];
|
|
13
29
|
description: string;
|
|
30
|
+
isForeignAccess?: undefined;
|
|
14
31
|
subPages?: undefined;
|
|
15
32
|
isHit?: undefined;
|
|
16
33
|
isNew?: undefined;
|
|
@@ -18,11 +35,12 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
18
35
|
name: string;
|
|
19
36
|
Icon: any;
|
|
20
37
|
href: string;
|
|
38
|
+
isForeignAccess?: undefined;
|
|
21
39
|
locked?: undefined;
|
|
40
|
+
subPages?: undefined;
|
|
22
41
|
unavailable?: undefined;
|
|
23
42
|
innerPages?: undefined;
|
|
24
43
|
description?: undefined;
|
|
25
|
-
subPages?: undefined;
|
|
26
44
|
isHit?: undefined;
|
|
27
45
|
isNew?: undefined;
|
|
28
46
|
} | {
|
|
@@ -41,6 +59,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
41
59
|
locked: boolean;
|
|
42
60
|
innerPages?: undefined;
|
|
43
61
|
})[];
|
|
62
|
+
isForeignAccess?: undefined;
|
|
44
63
|
unavailable?: undefined;
|
|
45
64
|
innerPages?: undefined;
|
|
46
65
|
description?: undefined;
|
|
@@ -53,8 +72,9 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
53
72
|
locked: boolean;
|
|
54
73
|
unavailable: boolean;
|
|
55
74
|
description: string;
|
|
56
|
-
|
|
75
|
+
isForeignAccess?: undefined;
|
|
57
76
|
subPages?: undefined;
|
|
77
|
+
innerPages?: undefined;
|
|
58
78
|
isHit?: undefined;
|
|
59
79
|
isNew?: undefined;
|
|
60
80
|
} | {
|
|
@@ -71,6 +91,7 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
71
91
|
locked: boolean;
|
|
72
92
|
unavailable: boolean;
|
|
73
93
|
}[];
|
|
94
|
+
isForeignAccess?: undefined;
|
|
74
95
|
isHit?: undefined;
|
|
75
96
|
isNew?: undefined;
|
|
76
97
|
} | {
|
|
@@ -95,16 +116,18 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
95
116
|
unavailable: boolean;
|
|
96
117
|
isHit?: undefined;
|
|
97
118
|
})[];
|
|
119
|
+
isForeignAccess?: undefined;
|
|
98
120
|
isNew?: undefined;
|
|
99
121
|
} | {
|
|
100
122
|
name: string;
|
|
101
123
|
Icon: any;
|
|
102
124
|
href: string;
|
|
103
125
|
locked: boolean;
|
|
126
|
+
isForeignAccess?: undefined;
|
|
127
|
+
subPages?: undefined;
|
|
104
128
|
unavailable?: undefined;
|
|
105
129
|
innerPages?: undefined;
|
|
106
130
|
description?: undefined;
|
|
107
|
-
subPages?: undefined;
|
|
108
131
|
isHit?: undefined;
|
|
109
132
|
isNew?: undefined;
|
|
110
133
|
} | {
|
|
@@ -115,8 +138,9 @@ export declare const getInvestmentsLinks: (hostname: string, hostnameLenta: stri
|
|
|
115
138
|
unavailable: boolean;
|
|
116
139
|
isNew: boolean;
|
|
117
140
|
description: string;
|
|
118
|
-
|
|
141
|
+
isForeignAccess?: undefined;
|
|
119
142
|
subPages?: undefined;
|
|
143
|
+
innerPages?: undefined;
|
|
120
144
|
isHit?: undefined;
|
|
121
145
|
})[];
|
|
122
146
|
};
|