profinansy-ui-lib 3.6.63 → 3.6.65
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/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/Table/utils.d.ts +1 -1
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +1 -1
- package/dist/index.js +13 -12
- package/dist/localization/translations/urls.d.ts +6 -12
- package/package.json +1 -1
|
@@ -4,12 +4,9 @@ export declare const Urls_translations: {
|
|
|
4
4
|
investments: string;
|
|
5
5
|
review: string;
|
|
6
6
|
all_review: string;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
usa_bonds: string;
|
|
11
|
-
usa_etf: string;
|
|
12
|
-
rus_etf: string;
|
|
7
|
+
dashboard_stocks: string;
|
|
8
|
+
dashboard_bonds: string;
|
|
9
|
+
dashboard_etf: string;
|
|
13
10
|
portfolios: string;
|
|
14
11
|
portfolios_list: string;
|
|
15
12
|
selections: string;
|
|
@@ -164,12 +161,9 @@ export declare const Urls_translations: {
|
|
|
164
161
|
investments: string;
|
|
165
162
|
review: string;
|
|
166
163
|
all_review: string;
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
usa_bonds: string;
|
|
171
|
-
usa_etf: string;
|
|
172
|
-
rus_etf: string;
|
|
164
|
+
dashboard_stocks: string;
|
|
165
|
+
dashboard_bonds: string;
|
|
166
|
+
dashboard_etf: string;
|
|
173
167
|
portfolios: string;
|
|
174
168
|
portfolios_list: string;
|
|
175
169
|
selections: string;
|