@magmamath/frontend-config 1.1.4 → 1.2.0-rc.0
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/index.d.mts +21 -2
- package/dist/index.d.ts +21 -2
- package/dist/index.js +215 -23
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +215 -23
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -47,6 +47,7 @@ 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";
|
|
50
51
|
return Platform3;
|
|
51
52
|
})(Platform || {});
|
|
52
53
|
var Environment = /* @__PURE__ */ ((Environment3) => {
|
|
@@ -965,19 +966,22 @@ var PLATFORM_URLS = {
|
|
|
965
966
|
AUTH_WEB_URL: "https://app.mars.magmamath.com",
|
|
966
967
|
STUDENTS_WEB_URL: "https://students.mars.magmamath.com",
|
|
967
968
|
TEACHERS_WEB_URL: "https://teachers.mars.magmamath.com",
|
|
968
|
-
DISTRICT_WEB_URL: "https://district.mars.magmamath.com"
|
|
969
|
+
DISTRICT_WEB_URL: "https://district.mars.magmamath.com",
|
|
970
|
+
PARENT_WEB_URL: "https://parent.mars.magmamath.com"
|
|
969
971
|
},
|
|
970
972
|
VENUS: {
|
|
971
973
|
AUTH_WEB_URL: "https://app.venus.magmamath.com",
|
|
972
974
|
STUDENTS_WEB_URL: "https://students.venus.magmamath.com",
|
|
973
975
|
TEACHERS_WEB_URL: "https://teachers.venus.magmamath.com",
|
|
974
|
-
DISTRICT_WEB_URL: "https://district.venus.magmamath.com"
|
|
976
|
+
DISTRICT_WEB_URL: "https://district.venus.magmamath.com",
|
|
977
|
+
PARENT_WEB_URL: "https://parent.venus.magmamath.com"
|
|
975
978
|
},
|
|
976
979
|
PROD: {
|
|
977
980
|
AUTH_WEB_URL: "https://app.magmamath.com",
|
|
978
981
|
STUDENTS_WEB_URL: "https://students.magmamath.com",
|
|
979
982
|
TEACHERS_WEB_URL: "https://teachers.magmamath.com",
|
|
980
|
-
DISTRICT_WEB_URL: "https://district.magmamath.com"
|
|
983
|
+
DISTRICT_WEB_URL: "https://district.magmamath.com",
|
|
984
|
+
PARENT_WEB_URL: "https://parent.magmamath.com"
|
|
981
985
|
}
|
|
982
986
|
};
|
|
983
987
|
|
|
@@ -1018,6 +1022,7 @@ var ENV_AUTH_WEB_SE_MARS = {
|
|
|
1018
1022
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1019
1023
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1020
1024
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1025
|
+
PARENT_WEB_URL: "https://parent.mars.matteappen.se",
|
|
1021
1026
|
MAGMAMATH_URL: "https://www.magma.se",
|
|
1022
1027
|
TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
|
|
1023
1028
|
GOOGLE_AUTH: "https://api.mars.matteappen.se/v2/auth/google",
|
|
@@ -1035,6 +1040,7 @@ var ENV_AUTH_WEB_SE_PROD = {
|
|
|
1035
1040
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1036
1041
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1037
1042
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1043
|
+
PARENT_WEB_URL: "https://parent.matteappen.se",
|
|
1038
1044
|
MAGMAMATH_URL: "https://www.magma.se",
|
|
1039
1045
|
TOS_URL: "https://www.magma.se/legala-dokument/anvandaravtal",
|
|
1040
1046
|
GOOGLE_AUTH: "https://api.matteappen.se/v2/auth/google",
|
|
@@ -1194,6 +1200,7 @@ var ENV_STUDENTS_WEB_SE_MARS = {
|
|
|
1194
1200
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1195
1201
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1196
1202
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1203
|
+
PARENT_WEB_URL: "https://parent.mars.matteappen.se",
|
|
1197
1204
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1198
1205
|
};
|
|
1199
1206
|
|
|
@@ -1208,6 +1215,7 @@ var ENV_STUDENTS_WEB_SE_PROD = {
|
|
|
1208
1215
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1209
1216
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1210
1217
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1218
|
+
PARENT_WEB_URL: "https://parent.matteappen.se",
|
|
1211
1219
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1212
1220
|
};
|
|
1213
1221
|
|
|
@@ -1362,6 +1370,7 @@ var ENV_TEACHERS_WEB_SE_MARS = {
|
|
|
1362
1370
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1363
1371
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1364
1372
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1373
|
+
PARENT_WEB_URL: "https://parent.mars.matteappen.se",
|
|
1365
1374
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1366
1375
|
};
|
|
1367
1376
|
|
|
@@ -1376,6 +1385,7 @@ var ENV_TEACHERS_WEB_SE_PROD = {
|
|
|
1376
1385
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1377
1386
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1378
1387
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1388
|
+
PARENT_WEB_URL: "https://parent.matteappen.se",
|
|
1379
1389
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1380
1390
|
};
|
|
1381
1391
|
|
|
@@ -1519,6 +1529,7 @@ var ENV_DISTRICT_SE_MARS = {
|
|
|
1519
1529
|
STUDENTS_WEB_URL: "https://students.mars.matteappen.se",
|
|
1520
1530
|
TEACHERS_WEB_URL: "https://teachers.mars.matteappen.se",
|
|
1521
1531
|
DISTRICT_WEB_URL: "https://district.mars.matteappen.se",
|
|
1532
|
+
PARENT_WEB_URL: "https://parent.mars.matteappen.se",
|
|
1522
1533
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1523
1534
|
};
|
|
1524
1535
|
|
|
@@ -1532,6 +1543,7 @@ var ENV_DISTRICT_SE_PROD = {
|
|
|
1532
1543
|
STUDENTS_WEB_URL: "https://students.matteappen.se",
|
|
1533
1544
|
TEACHERS_WEB_URL: "https://teachers.matteappen.se",
|
|
1534
1545
|
DISTRICT_WEB_URL: "https://district.matteappen.se",
|
|
1546
|
+
PARENT_WEB_URL: "https://parent.matteappen.se",
|
|
1535
1547
|
MAGMAMATH_URL: "https://www.magma.se"
|
|
1536
1548
|
};
|
|
1537
1549
|
|
|
@@ -1663,7 +1675,8 @@ var ENV_AUTH_WEB_SE_VENUS = {
|
|
|
1663
1675
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1664
1676
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1665
1677
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1666
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1678
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se",
|
|
1679
|
+
PARENT_WEB_URL: "https://parent.venus.matteappen.se"
|
|
1667
1680
|
};
|
|
1668
1681
|
|
|
1669
1682
|
// src/configs/env/auth-web/gb/env.gb.venus.ts
|
|
@@ -1706,7 +1719,8 @@ var ENV_STUDENTS_WEB_SE_VENUS = {
|
|
|
1706
1719
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1707
1720
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1708
1721
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1709
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1722
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se",
|
|
1723
|
+
PARENT_WEB_URL: "https://parent.venus.matteappen.se"
|
|
1710
1724
|
};
|
|
1711
1725
|
|
|
1712
1726
|
// src/configs/env/students-web/gb/env.gb.venus.ts
|
|
@@ -1749,7 +1763,8 @@ var ENV_TEACHERS_WEB_SE_VENUS = {
|
|
|
1749
1763
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1750
1764
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1751
1765
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1752
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1766
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se",
|
|
1767
|
+
PARENT_WEB_URL: "https://parent.venus.matteappen.se"
|
|
1753
1768
|
};
|
|
1754
1769
|
|
|
1755
1770
|
// src/configs/env/teachers-web/gb/env.gb.venus.ts
|
|
@@ -1792,7 +1807,8 @@ var ENV_DISTRICT_SE_VENUS = {
|
|
|
1792
1807
|
AUTH_WEB_URL: "https://app.venus.matteappen.se",
|
|
1793
1808
|
STUDENTS_WEB_URL: "https://students.venus.matteappen.se",
|
|
1794
1809
|
TEACHERS_WEB_URL: "https://teachers.venus.matteappen.se",
|
|
1795
|
-
DISTRICT_WEB_URL: "https://district.venus.matteappen.se"
|
|
1810
|
+
DISTRICT_WEB_URL: "https://district.venus.matteappen.se",
|
|
1811
|
+
PARENT_WEB_URL: "https://parent.venus.matteappen.se"
|
|
1796
1812
|
};
|
|
1797
1813
|
|
|
1798
1814
|
// src/configs/env/district-dash/gb/env.gb.venus.ts
|
|
@@ -2159,6 +2175,126 @@ var ENV_MOBILE_DE_PROD = {
|
|
|
2159
2175
|
PROBLEM_CREATOR_URL: `${PLATFORM_URLS.PROD.TEACHERS_WEB_URL}/content/react-native/problems/add`
|
|
2160
2176
|
};
|
|
2161
2177
|
|
|
2178
|
+
// src/configs/env/parent-web/us/env.us.mars.ts
|
|
2179
|
+
var ENV_PARENT_WEB_US_MARS = {
|
|
2180
|
+
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2181
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2182
|
+
AUTH_WEB_URL: PLATFORM_URLS.MARS.AUTH_WEB_URL
|
|
2183
|
+
};
|
|
2184
|
+
|
|
2185
|
+
// src/configs/env/parent-web/us/env.us.prod.ts
|
|
2186
|
+
var ENV_PARENT_WEB_US_PROD = {
|
|
2187
|
+
API_URL: "https://api.magmamath.com/v2",
|
|
2188
|
+
CDN_HOST: "https://cdn.magmamath.com",
|
|
2189
|
+
AUTH_WEB_URL: PLATFORM_URLS.PROD.AUTH_WEB_URL
|
|
2190
|
+
};
|
|
2191
|
+
|
|
2192
|
+
// src/configs/env/parent-web/us/env.us.venus.ts
|
|
2193
|
+
var ENV_PARENT_WEB_US_VENUS = {
|
|
2194
|
+
...ENV_PARENT_WEB_US_PROD,
|
|
2195
|
+
AUTH_WEB_URL: PLATFORM_URLS.VENUS.AUTH_WEB_URL
|
|
2196
|
+
};
|
|
2197
|
+
|
|
2198
|
+
// src/configs/env/parent-web/se/env.se.mars.ts
|
|
2199
|
+
var ENV_PARENT_WEB_SE_MARS = {
|
|
2200
|
+
API_URL: "https://api.mars.matteappen.se/v2",
|
|
2201
|
+
CDN_HOST: "https://cdn.mars.matteappen.se",
|
|
2202
|
+
AUTH_WEB_URL: "https://app.mars.matteappen.se"
|
|
2203
|
+
};
|
|
2204
|
+
|
|
2205
|
+
// src/configs/env/parent-web/se/env.se.prod.ts
|
|
2206
|
+
var ENV_PARENT_WEB_SE_PROD = {
|
|
2207
|
+
API_URL: "https://api.matteappen.se/v2",
|
|
2208
|
+
CDN_HOST: "https://cdn.matteappen.se",
|
|
2209
|
+
AUTH_WEB_URL: "https://app.matteappen.se"
|
|
2210
|
+
};
|
|
2211
|
+
|
|
2212
|
+
// src/configs/env/parent-web/se/env.se.venus.ts
|
|
2213
|
+
var ENV_PARENT_WEB_SE_VENUS = {
|
|
2214
|
+
...ENV_PARENT_WEB_SE_PROD,
|
|
2215
|
+
AUTH_WEB_URL: "https://app.venus.matteappen.se"
|
|
2216
|
+
};
|
|
2217
|
+
|
|
2218
|
+
// src/configs/env/parent-web/gb/env.gb.mars.ts
|
|
2219
|
+
var ENV_PARENT_WEB_GB_MARS = {
|
|
2220
|
+
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2221
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2222
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
|
|
2223
|
+
};
|
|
2224
|
+
|
|
2225
|
+
// src/configs/env/parent-web/gb/env.gb.prod.ts
|
|
2226
|
+
var ENV_PARENT_WEB_GB_PROD = {
|
|
2227
|
+
API_URL: "https://api.magmamath.com/v2",
|
|
2228
|
+
CDN_HOST: "https://cdn.magmamath.com",
|
|
2229
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`
|
|
2230
|
+
};
|
|
2231
|
+
|
|
2232
|
+
// src/configs/env/parent-web/gb/env.gb.venus.ts
|
|
2233
|
+
var ENV_PARENT_WEB_GB_VENUS = {
|
|
2234
|
+
...ENV_PARENT_WEB_GB_PROD,
|
|
2235
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/uk`
|
|
2236
|
+
};
|
|
2237
|
+
|
|
2238
|
+
// src/configs/env/parent-web/ca/env.ca.mars.ts
|
|
2239
|
+
var ENV_PARENT_WEB_CA_MARS = {
|
|
2240
|
+
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2241
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2242
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/ca`
|
|
2243
|
+
};
|
|
2244
|
+
|
|
2245
|
+
// src/configs/env/parent-web/ca/env.ca.prod.ts
|
|
2246
|
+
var ENV_PARENT_WEB_CA_PROD = {
|
|
2247
|
+
API_URL: "https://api.magmamath.com/v2",
|
|
2248
|
+
CDN_HOST: "https://cdn.magmamath.com",
|
|
2249
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/ca`
|
|
2250
|
+
};
|
|
2251
|
+
|
|
2252
|
+
// src/configs/env/parent-web/ca/env.ca.venus.ts
|
|
2253
|
+
var ENV_PARENT_WEB_CA_VENUS = {
|
|
2254
|
+
...ENV_PARENT_WEB_CA_PROD,
|
|
2255
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/ca`
|
|
2256
|
+
};
|
|
2257
|
+
|
|
2258
|
+
// src/configs/env/parent-web/sct/env.sct.mars.ts
|
|
2259
|
+
var ENV_PARENT_WEB_SCT_MARS = {
|
|
2260
|
+
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2261
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2262
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/uk`
|
|
2263
|
+
};
|
|
2264
|
+
|
|
2265
|
+
// src/configs/env/parent-web/sct/env.sct.prod.ts
|
|
2266
|
+
var ENV_PARENT_WEB_SCT_PROD = {
|
|
2267
|
+
API_URL: "https://api.magmamath.com/v2",
|
|
2268
|
+
CDN_HOST: "https://cdn.magmamath.com",
|
|
2269
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/uk`
|
|
2270
|
+
};
|
|
2271
|
+
|
|
2272
|
+
// src/configs/env/parent-web/sct/env.sct.venus.ts
|
|
2273
|
+
var ENV_PARENT_WEB_SCT_VENUS = {
|
|
2274
|
+
...ENV_PARENT_WEB_SCT_PROD,
|
|
2275
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/uk`
|
|
2276
|
+
};
|
|
2277
|
+
|
|
2278
|
+
// src/configs/env/parent-web/de/env.de.mars.ts
|
|
2279
|
+
var ENV_PARENT_WEB_DE_MARS = {
|
|
2280
|
+
API_URL: "https://api.mars.magmamath.com/v2",
|
|
2281
|
+
CDN_HOST: "https://cdn.mars.magmamath.com",
|
|
2282
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.MARS.AUTH_WEB_URL}/de`
|
|
2283
|
+
};
|
|
2284
|
+
|
|
2285
|
+
// src/configs/env/parent-web/de/env.de.prod.ts
|
|
2286
|
+
var ENV_PARENT_WEB_DE_PROD = {
|
|
2287
|
+
API_URL: "https://api.magmamath.com/v2",
|
|
2288
|
+
CDN_HOST: "https://cdn.magmamath.com",
|
|
2289
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.PROD.AUTH_WEB_URL}/de`
|
|
2290
|
+
};
|
|
2291
|
+
|
|
2292
|
+
// src/configs/env/parent-web/de/env.de.venus.ts
|
|
2293
|
+
var ENV_PARENT_WEB_DE_VENUS = {
|
|
2294
|
+
...ENV_PARENT_WEB_DE_PROD,
|
|
2295
|
+
AUTH_WEB_URL: `${PLATFORM_URLS.VENUS.AUTH_WEB_URL}/de`
|
|
2296
|
+
};
|
|
2297
|
+
|
|
2162
2298
|
// src/configs/env/env.preset.ts
|
|
2163
2299
|
var ENV_PRESET = {
|
|
2164
2300
|
["AUTH_WEB" /* AUTH_WEB */]: {
|
|
@@ -2352,6 +2488,38 @@ var ENV_PRESET = {
|
|
|
2352
2488
|
["VENUS" /* VENUS */]: ENV_MOBILE_DE_PROD,
|
|
2353
2489
|
["PROD" /* PROD */]: ENV_MOBILE_DE_PROD
|
|
2354
2490
|
}
|
|
2491
|
+
},
|
|
2492
|
+
["PARENT_WEB" /* PARENT_WEB */]: {
|
|
2493
|
+
["en-SE" /* US */]: {
|
|
2494
|
+
["MARS" /* MARS */]: ENV_PARENT_WEB_US_MARS,
|
|
2495
|
+
["VENUS" /* VENUS */]: ENV_PARENT_WEB_US_VENUS,
|
|
2496
|
+
["PROD" /* PROD */]: ENV_PARENT_WEB_US_PROD
|
|
2497
|
+
},
|
|
2498
|
+
["sv-SE" /* SE */]: {
|
|
2499
|
+
["MARS" /* MARS */]: ENV_PARENT_WEB_SE_MARS,
|
|
2500
|
+
["VENUS" /* VENUS */]: ENV_PARENT_WEB_SE_VENUS,
|
|
2501
|
+
["PROD" /* PROD */]: ENV_PARENT_WEB_SE_PROD
|
|
2502
|
+
},
|
|
2503
|
+
["en-GB" /* GB */]: {
|
|
2504
|
+
["MARS" /* MARS */]: ENV_PARENT_WEB_GB_MARS,
|
|
2505
|
+
["VENUS" /* VENUS */]: ENV_PARENT_WEB_GB_VENUS,
|
|
2506
|
+
["PROD" /* PROD */]: ENV_PARENT_WEB_GB_PROD
|
|
2507
|
+
},
|
|
2508
|
+
["en-CA" /* CA */]: {
|
|
2509
|
+
["MARS" /* MARS */]: ENV_PARENT_WEB_CA_MARS,
|
|
2510
|
+
["VENUS" /* VENUS */]: ENV_PARENT_WEB_CA_VENUS,
|
|
2511
|
+
["PROD" /* PROD */]: ENV_PARENT_WEB_CA_PROD
|
|
2512
|
+
},
|
|
2513
|
+
["en-SCT" /* SCT */]: {
|
|
2514
|
+
["MARS" /* MARS */]: ENV_PARENT_WEB_SCT_MARS,
|
|
2515
|
+
["VENUS" /* VENUS */]: ENV_PARENT_WEB_SCT_VENUS,
|
|
2516
|
+
["PROD" /* PROD */]: ENV_PARENT_WEB_SCT_PROD
|
|
2517
|
+
},
|
|
2518
|
+
["de-DE" /* DE */]: {
|
|
2519
|
+
["MARS" /* MARS */]: ENV_PARENT_WEB_DE_MARS,
|
|
2520
|
+
["VENUS" /* VENUS */]: ENV_PARENT_WEB_DE_VENUS,
|
|
2521
|
+
["PROD" /* PROD */]: ENV_PARENT_WEB_DE_PROD
|
|
2522
|
+
}
|
|
2355
2523
|
}
|
|
2356
2524
|
};
|
|
2357
2525
|
|
|
@@ -2497,8 +2665,7 @@ var GRADES_CONFIG_SE = {
|
|
|
2497
2665
|
[8 /* EIGHT */]: { name: "8" },
|
|
2498
2666
|
[9 /* NINE */]: { name: "9" },
|
|
2499
2667
|
[10 /* TEN */]: { name: "Mate\xADmatik 1", noPrefix: true },
|
|
2500
|
-
[11 /* ELEVEN */]: { name: "Mate\xADmatik 2", noPrefix: true }
|
|
2501
|
-
[12 /* TWELVE */]: { name: "Mate\xADmatik 3", noPrefix: true }
|
|
2668
|
+
[11 /* ELEVEN */]: { name: "Mate\xADmatik 2", noPrefix: true }
|
|
2502
2669
|
},
|
|
2503
2670
|
highSchool: {}
|
|
2504
2671
|
};
|
|
@@ -2843,18 +3010,6 @@ var LOCALE_STUDENTS_DE = {
|
|
|
2843
3010
|
}
|
|
2844
3011
|
};
|
|
2845
3012
|
|
|
2846
|
-
// src/configs/locale/_shared/problemCreator/locale/problemCreator.ca.ts
|
|
2847
|
-
var PROBLEM_CREATOR_CA = {
|
|
2848
|
-
useCommaForDecimal: false,
|
|
2849
|
-
useDotForMultiplication: false,
|
|
2850
|
-
savedProblemLocale: "en-CA" /* CA */,
|
|
2851
|
-
keyboard: {
|
|
2852
|
-
preset: "DotMixed" /* DOT_MIXED */,
|
|
2853
|
-
mathEntryVariant: "Dollar" /* DOLLAR */,
|
|
2854
|
-
descriptionVariant: "ExtendedMultBasicRoots" /* EXTENDED_MULT_BASIC_ROOTS */
|
|
2855
|
-
}
|
|
2856
|
-
};
|
|
2857
|
-
|
|
2858
3013
|
// src/configs/locale/_shared/problemCreator/locale/problemCreator.de.ts
|
|
2859
3014
|
var PROBLEM_CREATOR_DE = {
|
|
2860
3015
|
useCommaForDecimal: true,
|
|
@@ -3073,8 +3228,7 @@ var LOCALE_TEACHERS_CA = {
|
|
|
3073
3228
|
firstLoginBooks: {
|
|
3074
3229
|
...LOCALE_TEACHERS_US.firstLoginBooks,
|
|
3075
3230
|
isLargeGrade: null
|
|
3076
|
-
}
|
|
3077
|
-
problemCreator: PROBLEM_CREATOR_CA
|
|
3231
|
+
}
|
|
3078
3232
|
};
|
|
3079
3233
|
|
|
3080
3234
|
// src/configs/locale/teachers-web/sct/locale.sct.ts
|
|
@@ -3919,6 +4073,36 @@ var LOCALE_MOBILE_DE = {
|
|
|
3919
4073
|
calendar: DE_CALENDAR_CONFIG
|
|
3920
4074
|
};
|
|
3921
4075
|
|
|
4076
|
+
// src/configs/locale/parent-web/us/locale.us.ts
|
|
4077
|
+
var LOCALE_PARENT_WEB_US = {
|
|
4078
|
+
...LOCALE_COMMON_US
|
|
4079
|
+
};
|
|
4080
|
+
|
|
4081
|
+
// src/configs/locale/parent-web/se/locale.se.ts
|
|
4082
|
+
var LOCALE_PARENT_WEB_SE = {
|
|
4083
|
+
...LOCALE_COMMON_SE
|
|
4084
|
+
};
|
|
4085
|
+
|
|
4086
|
+
// src/configs/locale/parent-web/gb/locale.gb.ts
|
|
4087
|
+
var LOCALE_PARENT_WEB_GB = {
|
|
4088
|
+
...LOCALE_COMMON_GB
|
|
4089
|
+
};
|
|
4090
|
+
|
|
4091
|
+
// src/configs/locale/parent-web/ca/locale.ca.ts
|
|
4092
|
+
var LOCALE_PARENT_WEB_CA = {
|
|
4093
|
+
...LOCALE_COMMON_CA
|
|
4094
|
+
};
|
|
4095
|
+
|
|
4096
|
+
// src/configs/locale/parent-web/sct/locale.sct.ts
|
|
4097
|
+
var LOCALE_PARENT_WEB_SCT = {
|
|
4098
|
+
...LOCALE_COMMON_SCT
|
|
4099
|
+
};
|
|
4100
|
+
|
|
4101
|
+
// src/configs/locale/parent-web/de/locale.de.ts
|
|
4102
|
+
var LOCALE_PARENT_WEB_DE = {
|
|
4103
|
+
...LOCALE_COMMON_DE
|
|
4104
|
+
};
|
|
4105
|
+
|
|
3922
4106
|
// src/configs/locale/locale.preset.ts
|
|
3923
4107
|
var LOCALE_PRESET = {
|
|
3924
4108
|
["STUDENTS" /* STUDENTS_WEB */]: {
|
|
@@ -3968,6 +4152,14 @@ var LOCALE_PRESET = {
|
|
|
3968
4152
|
["en-CA" /* CA */]: LOCALE_MOBILE_CA,
|
|
3969
4153
|
["en-SCT" /* SCT */]: LOCALE_MOBILE_SCT,
|
|
3970
4154
|
["de-DE" /* DE */]: LOCALE_MOBILE_DE
|
|
4155
|
+
},
|
|
4156
|
+
["PARENT_WEB" /* PARENT_WEB */]: {
|
|
4157
|
+
["en-SE" /* US */]: LOCALE_PARENT_WEB_US,
|
|
4158
|
+
["sv-SE" /* SE */]: LOCALE_PARENT_WEB_SE,
|
|
4159
|
+
["en-GB" /* GB */]: LOCALE_PARENT_WEB_GB,
|
|
4160
|
+
["en-CA" /* CA */]: LOCALE_PARENT_WEB_CA,
|
|
4161
|
+
["en-SCT" /* SCT */]: LOCALE_PARENT_WEB_SCT,
|
|
4162
|
+
["de-DE" /* DE */]: LOCALE_PARENT_WEB_DE
|
|
3971
4163
|
}
|
|
3972
4164
|
};
|
|
3973
4165
|
|