profinansy-ui-lib 3.8.11 → 3.8.13
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/localization/translations/urls.d.ts +2 -0
- package/dist/profinansy-ui-lib.cjs.js +2 -2
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +11 -6
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/products/club/clubLinks.d.ts +7 -2
- package/package.json +1 -1
|
@@ -2579,6 +2579,7 @@ const x5 = () => {
|
|
|
2579
2579
|
club_main: "Главная",
|
|
2580
2580
|
club_about: "Путеводитель",
|
|
2581
2581
|
club_schedule: "Расписание",
|
|
2582
|
+
club_invest_war: "Инвест-битва",
|
|
2582
2583
|
club_ideas: "Инвестиционные идеи",
|
|
2583
2584
|
club_choice: "Выбор pro.finansy",
|
|
2584
2585
|
club_public_account: "Публичный счет клуба",
|
|
@@ -2741,6 +2742,7 @@ const x5 = () => {
|
|
|
2741
2742
|
club_main: "Main",
|
|
2742
2743
|
club_about: "About",
|
|
2743
2744
|
club_schedule: "Schedule",
|
|
2745
|
+
club_invest_war: "Invest-battle",
|
|
2744
2746
|
club_ideas: "Investment ideas",
|
|
2745
2747
|
club_choice: "Choice pro.finansy",
|
|
2746
2748
|
club_public_account: "Public club account",
|
|
@@ -2909,6 +2911,11 @@ const L0 = tr({
|
|
|
2909
2911
|
name: "club_schedule",
|
|
2910
2912
|
href: e + "/club/schedule"
|
|
2911
2913
|
},
|
|
2914
|
+
{
|
|
2915
|
+
name: "club_invest_war",
|
|
2916
|
+
href: e + "/club/invest-game",
|
|
2917
|
+
isNew: !0
|
|
2918
|
+
},
|
|
2912
2919
|
{
|
|
2913
2920
|
name: "club_ideas",
|
|
2914
2921
|
href: e + "/club/investidea"
|
|
@@ -3987,8 +3994,8 @@ const L0 = tr({
|
|
|
3987
3994
|
return {
|
|
3988
3995
|
...t,
|
|
3989
3996
|
structure: [
|
|
3990
|
-
t.subPages.slice(0,
|
|
3991
|
-
t.subPages.slice(
|
|
3997
|
+
t.subPages.slice(0, 4),
|
|
3998
|
+
t.subPages.slice(4, 9),
|
|
3992
3999
|
t.subPages.slice(9, 15),
|
|
3993
4000
|
t.subPages.slice(15)
|
|
3994
4001
|
]
|
|
@@ -10909,10 +10916,8 @@ const X3 = {
|
|
|
10909
10916
|
a && a.length && (t && a.find((m) => m.value === t) || n(a[0].value));
|
|
10910
10917
|
}, [a]), W(() => {
|
|
10911
10918
|
if (u && u.length) {
|
|
10912
|
-
|
|
10913
|
-
|
|
10914
|
-
f.dataCount < m.dataCount && (f = m);
|
|
10915
|
-
}), o(f.value);
|
|
10919
|
+
const f = u[0];
|
|
10920
|
+
o(f.value);
|
|
10916
10921
|
}
|
|
10917
10922
|
}, [u, l]), {
|
|
10918
10923
|
listItems: p,
|