profinansy-ui-lib 4.1.20 → 4.1.22
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/components/blocks/headerV2/constants/linksV2.d.ts +1 -1
- package/dist/components/blocks/sideMenuV2/SideMenuV2.const.d.ts +1 -1
- package/dist/config.d.ts +1 -0
- package/dist/localization/translations/urls.d.ts +2 -4
- package/dist/profinansy-ui-lib.cjs +650 -650
- package/dist/profinansy-ui-lib.cjs.map +1 -1
- package/dist/profinansy-ui-lib.es.js +3961 -3946
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/constant.d.ts +2 -0
- package/dist/urls/products/club/clubLinks.d.ts +7 -0
- package/dist/urls/products/education/educationLinks.d.ts +1 -1
- package/dist/urls/products/method/methodLinks.d.ts +1 -1
- package/dist/urls/productsV2/club/club.d.ts +14 -0
- package/dist/urls/productsV2/courses/courses.header.d.ts +2 -2
- package/dist/urls/productsV2/courses/courses.shared.d.ts +1 -1
- package/dist/urls/productsV2/courses/courses.sidebar.d.ts +1 -1
- package/dist/urls/productsV2/courses/coursesNew.sidebar.d.ts +1 -1
- package/dist/urls/productsV2/method/method.d.ts +2 -2
- package/package.json +1 -1
|
@@ -50,4 +50,4 @@ export type THeaderLinksV2 = {
|
|
|
50
50
|
href?: string;
|
|
51
51
|
config: HeaderDropdownConfig;
|
|
52
52
|
};
|
|
53
|
-
export declare const useGetMainLinksV2: (hostname: string, hostnameLenta: string, hostnameLMS: string, leaderBoardPermission: boolean, userRole: UserRole, userType: number, isMobile?: boolean, isEmployee?: boolean) => THeaderLinksV2[];
|
|
53
|
+
export declare const useGetMainLinksV2: (hostname: string, hostnameLenta: string, hostnameLMS: string, hostnameKfp: string, leaderBoardPermission: boolean, userRole: UserRole, userType: number, isMobile?: boolean, isEmployee?: boolean) => THeaderLinksV2[];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { TSideMenuCategory } from './SideMenuV2.typed';
|
|
2
2
|
import { UserRole } from '../../../common.types';
|
|
3
|
-
export declare const useGetSideMenuData: (category: TSideMenuCategory, hostname: string, hostnameLenta: string, hostnameLMS: string, userRole: UserRole, isLeaderboardPermission: boolean, isEmployee?: boolean, showMethodInvestIdeas?: boolean) => any;
|
|
3
|
+
export declare const useGetSideMenuData: (category: TSideMenuCategory, hostname: string, hostnameLenta: string, hostnameLMS: string, hostnameKfp: string, userRole: UserRole, isLeaderboardPermission: boolean, isEmployee?: boolean, showMethodInvestIdeas?: boolean) => any;
|
package/dist/config.d.ts
CHANGED
|
@@ -84,8 +84,7 @@ export declare const Urls_translations: {
|
|
|
84
84
|
club_faq: string;
|
|
85
85
|
club_client_history: string;
|
|
86
86
|
club_offline_meetings: string;
|
|
87
|
-
|
|
88
|
-
club_rkink: string;
|
|
87
|
+
club_kink_rkink: string;
|
|
89
88
|
club_help: string;
|
|
90
89
|
courses: string;
|
|
91
90
|
courses_home: string;
|
|
@@ -333,8 +332,7 @@ export declare const Urls_translations: {
|
|
|
333
332
|
club_faq: string;
|
|
334
333
|
club_client_history: string;
|
|
335
334
|
club_offline_meetings: string;
|
|
336
|
-
|
|
337
|
-
club_rkink: string;
|
|
335
|
+
club_kink_rkink: string;
|
|
338
336
|
club_help: string;
|
|
339
337
|
courses: string;
|
|
340
338
|
courses_home: string;
|