profinansy-ui-lib 4.0.82 → 4.0.83
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: string, isGuest: boolean, isPaid: boolean, isStandard: boolean) => {
|
|
1
|
+
export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: string, isGuest: boolean, isPaid: boolean, isStandard: boolean, isEmployee?: boolean) => {
|
|
2
2
|
title: string;
|
|
3
3
|
href: string;
|
|
4
4
|
Icon: ComponentType<void>;
|
|
@@ -141,12 +141,21 @@ export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: str
|
|
|
141
141
|
href: string;
|
|
142
142
|
locked: boolean;
|
|
143
143
|
innerPages: string[];
|
|
144
|
+
isNotVisible?: undefined;
|
|
144
145
|
crownShown?: undefined;
|
|
145
146
|
} | {
|
|
146
147
|
name: string;
|
|
147
148
|
href: string;
|
|
148
149
|
locked: boolean;
|
|
149
150
|
innerPages?: undefined;
|
|
151
|
+
isNotVisible?: undefined;
|
|
152
|
+
crownShown?: undefined;
|
|
153
|
+
} | {
|
|
154
|
+
name: string;
|
|
155
|
+
href: string;
|
|
156
|
+
locked: boolean;
|
|
157
|
+
isNotVisible: boolean;
|
|
158
|
+
innerPages?: undefined;
|
|
150
159
|
crownShown?: undefined;
|
|
151
160
|
} | {
|
|
152
161
|
name: string;
|
|
@@ -154,6 +163,7 @@ export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: str
|
|
|
154
163
|
locked: boolean;
|
|
155
164
|
crownShown: boolean;
|
|
156
165
|
innerPages?: undefined;
|
|
166
|
+
isNotVisible?: undefined;
|
|
157
167
|
})[];
|
|
158
168
|
isForeignAccess?: undefined;
|
|
159
169
|
unavailable?: undefined;
|
|
@@ -247,7 +257,7 @@ export declare const getInvestmentsHeader: (hostname: string, hostnameLenta: str
|
|
|
247
257
|
isHit?: undefined;
|
|
248
258
|
})[];
|
|
249
259
|
};
|
|
250
|
-
export declare const getInvestmentsSidebar: (hostname: string, hostnameLenta: string, isGuest: boolean, isPaid: boolean, isStandard: boolean) => {
|
|
260
|
+
export declare const getInvestmentsSidebar: (hostname: string, hostnameLenta: string, isGuest: boolean, isPaid: boolean, isStandard: boolean, isEmployee?: boolean) => {
|
|
251
261
|
name: string;
|
|
252
262
|
Icon: ComponentType<void>;
|
|
253
263
|
href: string;
|
|
@@ -335,11 +345,20 @@ export declare const getInvestmentsSidebar: (hostname: string, hostnameLenta: st
|
|
|
335
345
|
href: string;
|
|
336
346
|
locked: boolean;
|
|
337
347
|
innerPages: string[];
|
|
348
|
+
isNotVisible?: undefined;
|
|
349
|
+
crownShown?: undefined;
|
|
350
|
+
} | {
|
|
351
|
+
name: string;
|
|
352
|
+
href: string;
|
|
353
|
+
locked: boolean;
|
|
354
|
+
innerPages?: undefined;
|
|
355
|
+
isNotVisible?: undefined;
|
|
338
356
|
crownShown?: undefined;
|
|
339
357
|
} | {
|
|
340
358
|
name: string;
|
|
341
359
|
href: string;
|
|
342
360
|
locked: boolean;
|
|
361
|
+
isNotVisible: boolean;
|
|
343
362
|
innerPages?: undefined;
|
|
344
363
|
crownShown?: undefined;
|
|
345
364
|
} | {
|
|
@@ -348,6 +367,7 @@ export declare const getInvestmentsSidebar: (hostname: string, hostnameLenta: st
|
|
|
348
367
|
locked: boolean;
|
|
349
368
|
crownShown: boolean;
|
|
350
369
|
innerPages?: undefined;
|
|
370
|
+
isNotVisible?: undefined;
|
|
351
371
|
})[];
|
|
352
372
|
isForeignAccess?: undefined;
|
|
353
373
|
unavailable?: undefined;
|