profinansy-ui-lib 4.1.48 → 4.1.49
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 +4 -0
- package/dist/profinansy-ui-lib.cjs +1083 -1083
- package/dist/profinansy-ui-lib.cjs.map +1 -1
- package/dist/profinansy-ui-lib.es.js +5628 -5590
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/urls/products/idv/idvLinks.d.ts +13 -0
- package/dist/urls/products/method/methodLinks.d.ts +19 -0
- package/package.json +1 -1
|
@@ -154,12 +154,14 @@ export declare const Urls_translations: {
|
|
|
154
154
|
idv_search_etf: string;
|
|
155
155
|
idv_schedule: string;
|
|
156
156
|
idv_tasks: string;
|
|
157
|
+
idv_questions: string;
|
|
157
158
|
idv_achievements: string;
|
|
158
159
|
method: string;
|
|
159
160
|
method_main: string;
|
|
160
161
|
method_lessons: string;
|
|
161
162
|
method_tasks: string;
|
|
162
163
|
method_materials: string;
|
|
164
|
+
method_questions: string;
|
|
163
165
|
method_tournament: string;
|
|
164
166
|
method_achievements: string;
|
|
165
167
|
method_kfp: string;
|
|
@@ -405,12 +407,14 @@ export declare const Urls_translations: {
|
|
|
405
407
|
idv_search_etf: string;
|
|
406
408
|
idv_schedule: string;
|
|
407
409
|
idv_tasks: string;
|
|
410
|
+
idv_questions: string;
|
|
408
411
|
idv_achievements: string;
|
|
409
412
|
method: string;
|
|
410
413
|
method_main: string;
|
|
411
414
|
method_lessons: string;
|
|
412
415
|
method_tasks: string;
|
|
413
416
|
method_materials: string;
|
|
417
|
+
method_questions: string;
|
|
414
418
|
method_tournament: string;
|
|
415
419
|
method_achievements: string;
|
|
416
420
|
method_kfp: string;
|