profinansy-ui-lib 3.7.12 → 3.7.14
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.
|
@@ -5,6 +5,7 @@ export declare const AvatarDropdown_translation: {
|
|
|
5
5
|
groups: string;
|
|
6
6
|
channels: string;
|
|
7
7
|
exit: string;
|
|
8
|
+
children: string;
|
|
8
9
|
};
|
|
9
10
|
en: {
|
|
10
11
|
favourite: string;
|
|
@@ -12,5 +13,6 @@ export declare const AvatarDropdown_translation: {
|
|
|
12
13
|
groups: string;
|
|
13
14
|
channels: string;
|
|
14
15
|
exit: string;
|
|
16
|
+
children: string;
|
|
15
17
|
};
|
|
16
18
|
};
|
|
@@ -157,6 +157,7 @@ export declare const Urls_translations: {
|
|
|
157
157
|
profile_bank: string;
|
|
158
158
|
profile_notifications: string;
|
|
159
159
|
profile_reviews: string;
|
|
160
|
+
profile_children_cabinet: string;
|
|
160
161
|
};
|
|
161
162
|
en: {
|
|
162
163
|
main_menu: string;
|
|
@@ -316,5 +317,6 @@ export declare const Urls_translations: {
|
|
|
316
317
|
profile_bank: string;
|
|
317
318
|
profile_notifications: string;
|
|
318
319
|
profile_reviews: string;
|
|
320
|
+
profile_children_cabinet: string;
|
|
319
321
|
};
|
|
320
322
|
};
|
|
@@ -17,6 +17,13 @@ export declare const getOther: (hostname: string, hostnameLenta: string, isGuest
|
|
|
17
17
|
hiddenFromChildren: boolean;
|
|
18
18
|
isNew?: undefined;
|
|
19
19
|
innerPages?: undefined;
|
|
20
|
+
} | {
|
|
21
|
+
name: string;
|
|
22
|
+
href: string;
|
|
23
|
+
Icon?: undefined;
|
|
24
|
+
hiddenFromChildren?: undefined;
|
|
25
|
+
isNew?: undefined;
|
|
26
|
+
innerPages?: undefined;
|
|
20
27
|
} | {
|
|
21
28
|
name: string;
|
|
22
29
|
isNew: boolean;
|
|
@@ -15,6 +15,13 @@ export declare const getProfileLinks: (hostname: string) => {
|
|
|
15
15
|
hiddenFromChildren: boolean;
|
|
16
16
|
isNew?: undefined;
|
|
17
17
|
innerPages?: undefined;
|
|
18
|
+
} | {
|
|
19
|
+
name: string;
|
|
20
|
+
href: string;
|
|
21
|
+
Icon?: undefined;
|
|
22
|
+
hiddenFromChildren?: undefined;
|
|
23
|
+
isNew?: undefined;
|
|
24
|
+
innerPages?: undefined;
|
|
18
25
|
} | {
|
|
19
26
|
name: string;
|
|
20
27
|
isNew: boolean;
|