@magmamath/frontend-config 1.3.1 → 1.3.2-rc.1
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/{common.constants-Dy4DFaEM.d.mts → common.constants-ClvjFWRr.d.mts} +1 -2
- package/dist/{common.constants-Dy4DFaEM.d.ts → common.constants-ClvjFWRr.d.ts} +1 -2
- package/dist/index.d.mts +3 -21
- package/dist/index.d.ts +3 -21
- package/dist/index.js +7 -213
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -213
- package/dist/index.mjs.map +1 -1
- package/dist/translation/index.d.mts +6 -2
- package/dist/translation/index.d.ts +6 -2
- package/dist/translation/index.js +7 -1
- package/dist/translation/index.js.map +1 -1
- package/dist/translation/index.mjs +7 -1
- package/dist/translation/index.mjs.map +1 -1
- package/package.json +10 -4
package/dist/index.mjs
CHANGED
|
@@ -47,7 +47,6 @@ var Platform = /* @__PURE__ */ ((Platform3) => {
|
|
|
47
47
|
Platform3["AUTH_WEB"] = "AUTH_WEB";
|
|
48
48
|
Platform3["WEB_ADMIN"] = "WEB_ADMIN";
|
|
49
49
|
Platform3["MOBILE"] = "MOBILE";
|
|
50
|
-
Platform3["PARENT_WEB"] = "PARENT_WEB";
|
|
51
50
|
return Platform3;
|
|
52
51
|
})(Platform || {});
|
|
53
52
|
var Environment = /* @__PURE__ */ ((Environment3) => {
|
|
@@ -977,22 +976,19 @@ var PLATFORM_URLS = {
|
|
|
977
976
|
AUTH_WEB_URL: "https://app.mars.magmamath.com",
|
|
978
977
|
STUDENTS_WEB_URL: "https://students.mars.magmamath.com",
|
|
979
978
|
TEACHERS_WEB_URL: "https://teachers.mars.magmamath.com",
|
|
980
|
-
DISTRICT_WEB_URL: "https://district.mars.magmamath.com"
|
|
981
|
-
PARENT_WEB_URL: "https://parents.mars.magmamath.com"
|
|
979
|
+
DISTRICT_WEB_URL: "https://district.mars.magmamath.com"
|
|
982
980
|
},
|
|
983
981
|
VENUS: {
|
|
984
982
|
AUTH_WEB_URL: "https://app.venus.magmamath.com",
|
|
985
983
|
STUDENTS_WEB_URL: "https://students.venus.magmamath.com",
|
|
986
984
|
TEACHERS_WEB_URL: "https://teachers.venus.magmamath.com",
|
|
987
|
-
DISTRICT_WEB_URL: "https://district.venus.magmamath.com"
|
|
988
|
-
PARENT_WEB_URL: "https://parents.venus.magmamath.com"
|
|
985
|
+
DISTRICT_WEB_URL: "https://district.venus.magmamath.com"
|
|
989
986
|
},
|
|
990
987
|
PROD: {
|
|
991
988
|
AUTH_WEB_URL: "https://app.magmamath.com",
|
|
992
989
|
STUDENTS_WEB_URL: "https://students.magmamath.com",
|
|
993
990
|
TEACHERS_WEB_URL: "https://teachers.magmamath.com",
|
|
994
|
-
DISTRICT_WEB_URL: "https://district.magmamath.com"
|
|
995
|
-
PARENT_WEB_URL: "https://parents.magmamath.com"
|
|
991
|
+
DISTRICT_WEB_URL: "https://district.magmamath.com"
|
|
996
992
|
}
|
|
997
993
|
};
|
|
998
994
|
|
|
@@ -1038,7 +1034,6 @@ var ENV_AUTH_WEB_SE_MARS = {
|
|
|
1038
1034
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1039
1035
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1040
1036
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1041
|
-
PARENT_WEB_URL: "https://parents.mars.matteappen.se",
|
|
1042
1037
|
MAGMAMATH_URL: "https://www.magma.se",
|
|
1043
1038
|
TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
|
|
1044
1039
|
GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
|
|
@@ -1059,7 +1054,6 @@ var ENV_AUTH_WEB_SE_PROD = {
|
|
|
1059
1054
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1060
1055
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1061
1056
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1062
|
-
PARENT_WEB_URL: "https://parents.matteappen.se",
|
|
1063
1057
|
MAGMAMATH_URL: "https://www.magma.se",
|
|
1064
1058
|
TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
|
|
1065
1059
|
GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
|
|
@@ -1238,7 +1232,6 @@ var ENV_STUDENTS_WEB_SE_MARS = {
|
|
|
1238
1232
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1239
1233
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1240
1234
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1241
|
-
PARENT_WEB_URL: "https://parents.mars.matteappen.se",
|
|
1242
1235
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1243
1236
|
};
|
|
1244
1237
|
|
|
@@ -1254,7 +1247,6 @@ var ENV_STUDENTS_WEB_SE_PROD = {
|
|
|
1254
1247
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1255
1248
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1256
1249
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1257
|
-
PARENT_WEB_URL: "https://parents.matteappen.se",
|
|
1258
1250
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1259
1251
|
};
|
|
1260
1252
|
|
|
@@ -1416,7 +1408,6 @@ var ENV_TEACHERS_WEB_SE_MARS = {
|
|
|
1416
1408
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1417
1409
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1418
1410
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1419
|
-
PARENT_WEB_URL: "https://parents.mars.matteappen.se",
|
|
1420
1411
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1421
1412
|
};
|
|
1422
1413
|
|
|
@@ -1432,7 +1423,6 @@ var ENV_TEACHERS_WEB_SE_PROD = {
|
|
|
1432
1423
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1433
1424
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1434
1425
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1435
|
-
PARENT_WEB_URL: "https://parents.matteappen.se",
|
|
1436
1426
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1437
1427
|
};
|
|
1438
1428
|
|
|
@@ -1583,7 +1573,6 @@ var ENV_DISTRICT_SE_MARS = {
|
|
|
1583
1573
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1584
1574
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1585
1575
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1586
|
-
PARENT_WEB_URL: "https://parents.mars.matteappen.se",
|
|
1587
1576
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1588
1577
|
};
|
|
1589
1578
|
|
|
@@ -1598,7 +1587,6 @@ var ENV_DISTRICT_SE_PROD = {
|
|
|
1598
1587
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1599
1588
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1600
1589
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1601
|
-
PARENT_WEB_URL: "https://parents.matteappen.se",
|
|
1602
1590
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1603
1591
|
};
|
|
1604
1592
|
|
|
@@ -1734,8 +1722,7 @@ var ENV_AUTH_WEB_SE_VENUS = {
|
|
|
1734
1722
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1735
1723
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1736
1724
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1737
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1738
|
-
PARENT_WEB_URL: "https://parents.venus.matteappen.se"
|
|
1725
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1739
1726
|
};
|
|
1740
1727
|
|
|
1741
1728
|
// src/configs/env/auth-web/gb/env.gb.venus.ts
|
|
@@ -1778,8 +1765,7 @@ var ENV_STUDENTS_WEB_SE_VENUS = {
|
|
|
1778
1765
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1779
1766
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1780
1767
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1781
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1782
|
-
PARENT_WEB_URL: "https://parents.venus.matteappen.se"
|
|
1768
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1783
1769
|
};
|
|
1784
1770
|
|
|
1785
1771
|
// src/configs/env/students-web/gb/env.gb.venus.ts
|
|
@@ -1822,8 +1808,7 @@ var ENV_TEACHERS_WEB_SE_VENUS = {
|
|
|
1822
1808
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1823
1809
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1824
1810
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1825
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1826
|
-
PARENT_WEB_URL: "https://parents.venus.matteappen.se"
|
|
1811
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1827
1812
|
};
|
|
1828
1813
|
|
|
1829
1814
|
// src/configs/env/teachers-web/gb/env.gb.venus.ts
|
|
@@ -1866,8 +1851,7 @@ var ENV_DISTRICT_SE_VENUS = {
|
|
|
1866
1851
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1867
1852
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1868
1853
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1869
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1870
|
-
PARENT_WEB_URL: "https://parents.venus.matteappen.se"
|
|
1854
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1871
1855
|
};
|
|
1872
1856
|
|
|
1873
1857
|
// src/configs/env/district-dash/gb/env.gb.venus.ts
|
|
@@ -2242,126 +2226,6 @@ var ENV_MOBILE_DE_PROD = {
|
|
|
2242
2226
|
PROBLEM_CREATOR_URL: `${PLATFORM_URLS.PROD.TEACHERS_WEB_URL}/content/react-native/problems/add`
|
|
2243
2227
|
};
|
|
2244
2228
|
|
|
2245
|
-
// src/configs/env/parent-web/us/env.us.mars.ts
|
|
2246
|
-
var ENV_PARENT_WEB_US_MARS = {
|
|
2247
|
-
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2248
|
-
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2249
|
-
AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
|
|
2250
|
-
};
|
|
2251
|
-
|
|
2252
|
-
// src/configs/env/parent-web/us/env.us.prod.ts
|
|
2253
|
-
var ENV_PARENT_WEB_US_PROD = {
|
|
2254
|
-
API_URL: "https://api.magmamath.com/v2",
|
|
2255
|
-
CDN_HOST: "https://cdn.magmamath.com",
|
|
2256
|
-
AUTH_WEB_URL: PLATFORM_URLS.PROD.AUTH_WEB_URL
|
|
2257
|
-
};
|
|
2258
|
-
|
|
2259
|
-
// src/configs/env/parent-web/us/env.us.venus.ts
|
|
2260
|
-
var ENV_PARENT_WEB_US_VENUS = {
|
|
2261
|
-
...ENV_PARENT_WEB_US_PROD,
|
|
2262
|
-
AUTH_WEB_URL: PLATFORM_URLS.VENUS.AUTH_WEB_URL
|
|
2263
|
-
};
|
|
2264
|
-
|
|
2265
|
-
// src/configs/env/parent-web/se/env.se.mars.ts
|
|
2266
|
-
var ENV_PARENT_WEB_SE_MARS = {
|
|
2267
|
-
API_URL: "https://api.mars.matteappen.se/v2",
|
|
2268
|
-
CDN_HOST: "https://cdn.mars.matteappen.se",
|
|
2269
|
-
AUTH_WEB_URL: "https://app.mars.matteappen.se"
|
|
2270
|
-
};
|
|
2271
|
-
|
|
2272
|
-
// src/configs/env/parent-web/se/env.se.prod.ts
|
|
2273
|
-
var ENV_PARENT_WEB_SE_PROD = {
|
|
2274
|
-
API_URL: "https://api.matteappen.se/v2",
|
|
2275
|
-
CDN_HOST: "https://cdn.matteappen.se",
|
|
2276
|
-
AUTH_WEB_URL: "https://app.matteappen.se"
|
|
2277
|
-
};
|
|
2278
|
-
|
|
2279
|
-
// src/configs/env/parent-web/se/env.se.venus.ts
|
|
2280
|
-
var ENV_PARENT_WEB_SE_VENUS = {
|
|
2281
|
-
...ENV_PARENT_WEB_SE_PROD,
|
|
2282
|
-
AUTH_WEB_URL: "https://app.venus.matteappen.se"
|
|
2283
|
-
};
|
|
2284
|
-
|
|
2285
|
-
// src/configs/env/parent-web/gb/env.gb.mars.ts
|
|
2286
|
-
var ENV_PARENT_WEB_GB_MARS = {
|
|
2287
|
-
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2288
|
-
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2289
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
|
|
2290
|
-
};
|
|
2291
|
-
|
|
2292
|
-
// src/configs/env/parent-web/gb/env.gb.prod.ts
|
|
2293
|
-
var ENV_PARENT_WEB_GB_PROD = {
|
|
2294
|
-
API_URL: "https://api.magmamath.com/v2",
|
|
2295
|
-
CDN_HOST: "https://cdn.magmamath.com",
|
|
2296
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`
|
|
2297
|
-
};
|
|
2298
|
-
|
|
2299
|
-
// src/configs/env/parent-web/gb/env.gb.venus.ts
|
|
2300
|
-
var ENV_PARENT_WEB_GB_VENUS = {
|
|
2301
|
-
...ENV_PARENT_WEB_GB_PROD,
|
|
2302
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/uk`
|
|
2303
|
-
};
|
|
2304
|
-
|
|
2305
|
-
// src/configs/env/parent-web/ca/env.ca.mars.ts
|
|
2306
|
-
var ENV_PARENT_WEB_CA_MARS = {
|
|
2307
|
-
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2308
|
-
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2309
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`
|
|
2310
|
-
};
|
|
2311
|
-
|
|
2312
|
-
// src/configs/env/parent-web/ca/env.ca.prod.ts
|
|
2313
|
-
var ENV_PARENT_WEB_CA_PROD = {
|
|
2314
|
-
API_URL: "https://api.magmamath.com/v2",
|
|
2315
|
-
CDN_HOST: "https://cdn.magmamath.com",
|
|
2316
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`
|
|
2317
|
-
};
|
|
2318
|
-
|
|
2319
|
-
// src/configs/env/parent-web/ca/env.ca.venus.ts
|
|
2320
|
-
var ENV_PARENT_WEB_CA_VENUS = {
|
|
2321
|
-
...ENV_PARENT_WEB_CA_PROD,
|
|
2322
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/ca`
|
|
2323
|
-
};
|
|
2324
|
-
|
|
2325
|
-
// src/configs/env/parent-web/sct/env.sct.mars.ts
|
|
2326
|
-
var ENV_PARENT_WEB_SCT_MARS = {
|
|
2327
|
-
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2328
|
-
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2329
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
|
|
2330
|
-
};
|
|
2331
|
-
|
|
2332
|
-
// src/configs/env/parent-web/sct/env.sct.prod.ts
|
|
2333
|
-
var ENV_PARENT_WEB_SCT_PROD = {
|
|
2334
|
-
API_URL: "https://api.magmamath.com/v2",
|
|
2335
|
-
CDN_HOST: "https://cdn.magmamath.com",
|
|
2336
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`
|
|
2337
|
-
};
|
|
2338
|
-
|
|
2339
|
-
// src/configs/env/parent-web/sct/env.sct.venus.ts
|
|
2340
|
-
var ENV_PARENT_WEB_SCT_VENUS = {
|
|
2341
|
-
...ENV_PARENT_WEB_SCT_PROD,
|
|
2342
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/uk`
|
|
2343
|
-
};
|
|
2344
|
-
|
|
2345
|
-
// src/configs/env/parent-web/de/env.de.mars.ts
|
|
2346
|
-
var ENV_PARENT_WEB_DE_MARS = {
|
|
2347
|
-
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2348
|
-
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2349
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`
|
|
2350
|
-
};
|
|
2351
|
-
|
|
2352
|
-
// src/configs/env/parent-web/de/env.de.prod.ts
|
|
2353
|
-
var ENV_PARENT_WEB_DE_PROD = {
|
|
2354
|
-
API_URL: "https://api.magmamath.com/v2",
|
|
2355
|
-
CDN_HOST: "https://cdn.magmamath.com",
|
|
2356
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/de`
|
|
2357
|
-
};
|
|
2358
|
-
|
|
2359
|
-
// src/configs/env/parent-web/de/env.de.venus.ts
|
|
2360
|
-
var ENV_PARENT_WEB_DE_VENUS = {
|
|
2361
|
-
...ENV_PARENT_WEB_DE_PROD,
|
|
2362
|
-
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/de`
|
|
2363
|
-
};
|
|
2364
|
-
|
|
2365
2229
|
// src/configs/env/env.preset.ts
|
|
2366
2230
|
var ENV_PRESET = {
|
|
2367
2231
|
["AUTH_WEB" /* AUTH_WEB */]: {
|
|
@@ -2555,38 +2419,6 @@ var ENV_PRESET = {
|
|
|
2555
2419
|
["VENUS" /* VENUS */]: ENV_MOBILE_DE_PROD,
|
|
2556
2420
|
["PROD" /* PROD */]: ENV_MOBILE_DE_PROD
|
|
2557
2421
|
}
|
|
2558
|
-
},
|
|
2559
|
-
["PARENT_WEB" /* PARENT_WEB */]: {
|
|
2560
|
-
["en-SE" /* US */]: {
|
|
2561
|
-
["MARS" /* MARS */]: ENV_PARENT_WEB_US_MARS,
|
|
2562
|
-
["VENUS" /* VENUS */]: ENV_PARENT_WEB_US_VENUS,
|
|
2563
|
-
["PROD" /* PROD */]: ENV_PARENT_WEB_US_PROD
|
|
2564
|
-
},
|
|
2565
|
-
["sv-SE" /* SE */]: {
|
|
2566
|
-
["MARS" /* MARS */]: ENV_PARENT_WEB_SE_MARS,
|
|
2567
|
-
["VENUS" /* VENUS */]: ENV_PARENT_WEB_SE_VENUS,
|
|
2568
|
-
["PROD" /* PROD */]: ENV_PARENT_WEB_SE_PROD
|
|
2569
|
-
},
|
|
2570
|
-
["en-GB" /* GB */]: {
|
|
2571
|
-
["MARS" /* MARS */]: ENV_PARENT_WEB_GB_MARS,
|
|
2572
|
-
["VENUS" /* VENUS */]: ENV_PARENT_WEB_GB_VENUS,
|
|
2573
|
-
["PROD" /* PROD */]: ENV_PARENT_WEB_GB_PROD
|
|
2574
|
-
},
|
|
2575
|
-
["en-CA" /* CA */]: {
|
|
2576
|
-
["MARS" /* MARS */]: ENV_PARENT_WEB_CA_MARS,
|
|
2577
|
-
["VENUS" /* VENUS */]: ENV_PARENT_WEB_CA_VENUS,
|
|
2578
|
-
["PROD" /* PROD */]: ENV_PARENT_WEB_CA_PROD
|
|
2579
|
-
},
|
|
2580
|
-
["en-SCT" /* SCT */]: {
|
|
2581
|
-
["MARS" /* MARS */]: ENV_PARENT_WEB_SCT_MARS,
|
|
2582
|
-
["VENUS" /* VENUS */]: ENV_PARENT_WEB_SCT_VENUS,
|
|
2583
|
-
["PROD" /* PROD */]: ENV_PARENT_WEB_SCT_PROD
|
|
2584
|
-
},
|
|
2585
|
-
["de-DE" /* DE */]: {
|
|
2586
|
-
["MARS" /* MARS */]: ENV_PARENT_WEB_DE_MARS,
|
|
2587
|
-
["VENUS" /* VENUS */]: ENV_PARENT_WEB_DE_VENUS,
|
|
2588
|
-
["PROD" /* PROD */]: ENV_PARENT_WEB_DE_PROD
|
|
2589
|
-
}
|
|
2590
2422
|
}
|
|
2591
2423
|
};
|
|
2592
2424
|
|
|
@@ -4186,36 +4018,6 @@ var LOCALE_MOBILE_DE = {
|
|
|
4186
4018
|
calendar: DE_CALENDAR_CONFIG
|
|
4187
4019
|
};
|
|
4188
4020
|
|
|
4189
|
-
// src/configs/locale/parent-web/us/locale.us.ts
|
|
4190
|
-
var LOCALE_PARENT_WEB_US = {
|
|
4191
|
-
...LOCALE_COMMON_US
|
|
4192
|
-
};
|
|
4193
|
-
|
|
4194
|
-
// src/configs/locale/parent-web/se/locale.se.ts
|
|
4195
|
-
var LOCALE_PARENT_WEB_SE = {
|
|
4196
|
-
...LOCALE_COMMON_SE
|
|
4197
|
-
};
|
|
4198
|
-
|
|
4199
|
-
// src/configs/locale/parent-web/gb/locale.gb.ts
|
|
4200
|
-
var LOCALE_PARENT_WEB_GB = {
|
|
4201
|
-
...LOCALE_COMMON_GB
|
|
4202
|
-
};
|
|
4203
|
-
|
|
4204
|
-
// src/configs/locale/parent-web/ca/locale.ca.ts
|
|
4205
|
-
var LOCALE_PARENT_WEB_CA = {
|
|
4206
|
-
...LOCALE_COMMON_CA
|
|
4207
|
-
};
|
|
4208
|
-
|
|
4209
|
-
// src/configs/locale/parent-web/sct/locale.sct.ts
|
|
4210
|
-
var LOCALE_PARENT_WEB_SCT = {
|
|
4211
|
-
...LOCALE_COMMON_SCT
|
|
4212
|
-
};
|
|
4213
|
-
|
|
4214
|
-
// src/configs/locale/parent-web/de/locale.de.ts
|
|
4215
|
-
var LOCALE_PARENT_WEB_DE = {
|
|
4216
|
-
...LOCALE_COMMON_DE
|
|
4217
|
-
};
|
|
4218
|
-
|
|
4219
4021
|
// src/configs/locale/locale.preset.ts
|
|
4220
4022
|
var LOCALE_PRESET = {
|
|
4221
4023
|
["STUDENTS" /* STUDENTS_WEB */]: {
|
|
@@ -4265,14 +4067,6 @@ var LOCALE_PRESET = {
|
|
|
4265
4067
|
["en-CA" /* CA */]: LOCALE_MOBILE_CA,
|
|
4266
4068
|
["en-SCT" /* SCT */]: LOCALE_MOBILE_SCT,
|
|
4267
4069
|
["de-DE" /* DE */]: LOCALE_MOBILE_DE
|
|
4268
|
-
},
|
|
4269
|
-
["PARENT_WEB" /* PARENT_WEB */]: {
|
|
4270
|
-
["en-SE" /* US */]: LOCALE_PARENT_WEB_US,
|
|
4271
|
-
["sv-SE" /* SE */]: LOCALE_PARENT_WEB_SE,
|
|
4272
|
-
["en-GB" /* GB */]: LOCALE_PARENT_WEB_GB,
|
|
4273
|
-
["en-CA" /* CA */]: LOCALE_PARENT_WEB_CA,
|
|
4274
|
-
["en-SCT" /* SCT */]: LOCALE_PARENT_WEB_SCT,
|
|
4275
|
-
["de-DE" /* DE */]: LOCALE_PARENT_WEB_DE
|
|
4276
4070
|
}
|
|
4277
4071
|
};
|
|
4278
4072
|
|