@magmamath/frontend-config 1.4.0-rc.0 → 1.4.0-rc.2

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.
@@ -26,7 +26,20 @@ declare enum Locale {
26
26
  SCT = "en-SCT",
27
27
  DE = "de-DE",
28
28
  PL = "pl-PL",
29
- IT = "it-IT"
29
+ IT = "it-IT",
30
+ FR = "fr-FR",
31
+ DK = "da-DK",
32
+ NO = "no-NO",
33
+ NL = "nl-NL",
34
+ FI = "fi-FI",
35
+ NL_BE = "nl-BE",
36
+ IE = "en-IE",
37
+ IS = "is-IS",
38
+ SV_FI = "sv-FI",
39
+ AT = "de-AT",
40
+ CH = "de-CH",
41
+ ES = "es-ES",
42
+ PT = "pt-PT"
30
43
  }
31
44
  declare enum Source {
32
45
  MATTEAPPEN = 0,
@@ -26,7 +26,20 @@ declare enum Locale {
26
26
  SCT = "en-SCT",
27
27
  DE = "de-DE",
28
28
  PL = "pl-PL",
29
- IT = "it-IT"
29
+ IT = "it-IT",
30
+ FR = "fr-FR",
31
+ DK = "da-DK",
32
+ NO = "no-NO",
33
+ NL = "nl-NL",
34
+ FI = "fi-FI",
35
+ NL_BE = "nl-BE",
36
+ IE = "en-IE",
37
+ IS = "is-IS",
38
+ SV_FI = "sv-FI",
39
+ AT = "de-AT",
40
+ CH = "de-CH",
41
+ ES = "es-ES",
42
+ PT = "pt-PT"
30
43
  }
31
44
  declare enum Source {
32
45
  MATTEAPPEN = 0,
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-CI3y8sgm.mjs';
2
- export { c as Source } from './common.constants-CI3y8sgm.mjs';
1
+ import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-4kbCK3_q.mjs';
2
+ export { c as Source } from './common.constants-4kbCK3_q.mjs';
3
3
  import { ComponentType } from 'react';
4
4
  import * as effector from 'effector';
5
5
 
@@ -35,6 +35,32 @@ declare const DateLocale: {
35
35
  readonly 'pl-PL': "pl";
36
36
  readonly IT: "it";
37
37
  readonly 'it-IT': "it";
38
+ readonly FR: "fr";
39
+ readonly 'fr-FR': "fr";
40
+ readonly DK: "da";
41
+ readonly 'da-DK': "da";
42
+ readonly NO: "no";
43
+ readonly 'no-NO': "no";
44
+ readonly NL: "nl";
45
+ readonly 'nl-NL': "nl";
46
+ readonly FI: "fi";
47
+ readonly 'fi-FI': "fi";
48
+ readonly NL_BE: "nl";
49
+ readonly 'nl-BE': "nl";
50
+ readonly IE: "en";
51
+ readonly 'en-IE': "en";
52
+ readonly IS: "is";
53
+ readonly 'is-IS': "is";
54
+ readonly SV_FI: "sv";
55
+ readonly 'sv-FI': "sv";
56
+ readonly AT: "de";
57
+ readonly 'de-AT': "de";
58
+ readonly CH: "de";
59
+ readonly 'de-CH': "de";
60
+ readonly ES: "es";
61
+ readonly 'es-ES': "es";
62
+ readonly PT: "pt";
63
+ readonly 'pt-PT': "pt";
38
64
  };
39
65
  type DateLocale = (typeof DateLocale)[keyof typeof DateLocale];
40
66
  declare const MomentDateLocale: {
@@ -43,6 +69,19 @@ declare const MomentDateLocale: {
43
69
  DE: string;
44
70
  PL: string;
45
71
  IT: string;
72
+ FR: string;
73
+ DK: string;
74
+ NO: string;
75
+ NL: string;
76
+ FI: string;
77
+ NL_BE: string;
78
+ IE: string;
79
+ IS: string;
80
+ SV_FI: string;
81
+ AT: string;
82
+ CH: string;
83
+ ES: string;
84
+ PT: string;
46
85
  };
47
86
 
48
87
  declare enum MatrixMode {
@@ -265,7 +304,17 @@ declare enum CalendarLocale {
265
304
  SE = "sv",
266
305
  DE = "de",
267
306
  PL = "pl",
268
- IT = "it"
307
+ IT = "it",
308
+ FR = "fr",
309
+ DK = "da",
310
+ NO = "no",
311
+ NL = "nl",
312
+ FI = "fi",
313
+ NL_BE = "nl-be",
314
+ SV_FI = "sv-fi",
315
+ IS = "is",
316
+ ES = "es",
317
+ PT = "pt"
269
318
  }
270
319
  type CalendarConfig = {
271
320
  locale: CalendarLocale;
@@ -279,8 +328,20 @@ type CalendarConfig = {
279
328
  declare const EN_CALENDAR_CONFIG: CalendarConfig;
280
329
  declare const SE_CALENDAR_CONFIG: CalendarConfig;
281
330
  declare const DE_CALENDAR_CONFIG: CalendarConfig;
331
+ declare const AT_CALENDAR_CONFIG: CalendarConfig;
332
+ declare const CH_CALENDAR_CONFIG: CalendarConfig;
333
+ declare const ES_CALENDAR_CONFIG: CalendarConfig;
334
+ declare const PT_CALENDAR_CONFIG: CalendarConfig;
282
335
  declare const PL_CALENDAR_CONFIG: CalendarConfig;
283
336
  declare const IT_CALENDAR_CONFIG: CalendarConfig;
337
+ declare const FR_CALENDAR_CONFIG: CalendarConfig;
338
+ declare const NO_CALENDAR_CONFIG: CalendarConfig;
339
+ declare const NL_CALENDAR_CONFIG: CalendarConfig;
340
+ declare const FI_CALENDAR_CONFIG: CalendarConfig;
341
+ declare const NL_BE_CALENDAR_CONFIG: CalendarConfig;
342
+ declare const SV_FI_CALENDAR_CONFIG: CalendarConfig;
343
+ declare const DK_CALENDAR_CONFIG: CalendarConfig;
344
+ declare const IS_CALENDAR_CONFIG: CalendarConfig;
284
345
 
285
346
  type GradeData = {
286
347
  name: string;
@@ -406,8 +467,63 @@ type SSO_PL = {
406
467
  GOOGLE_AUTH: string;
407
468
  MICROSOFT_AUTH: string;
408
469
  };
409
- type SSO_IT = {};
410
- type SSOVariant = SSO_US | SSO_DE | SSO_UK | SSO_SE | SSO_PL | SSO_IT;
470
+ type SSO_IT = {
471
+ GOOGLE_AUTH: string;
472
+ MICROSOFT_AUTH: string;
473
+ };
474
+ type SSO_FR = {
475
+ GOOGLE_AUTH: string;
476
+ MICROSOFT_AUTH: string;
477
+ };
478
+ type SSO_DK = {
479
+ GOOGLE_AUTH: string;
480
+ MICROSOFT_AUTH: string;
481
+ };
482
+ type SSO_NO = {
483
+ GOOGLE_AUTH: string;
484
+ MICROSOFT_AUTH: string;
485
+ };
486
+ type SSO_NL = {
487
+ GOOGLE_AUTH: string;
488
+ MICROSOFT_AUTH: string;
489
+ };
490
+ type SSO_FI = {
491
+ GOOGLE_AUTH: string;
492
+ MICROSOFT_AUTH: string;
493
+ };
494
+ type SSO_NL_BE = {
495
+ GOOGLE_AUTH: string;
496
+ MICROSOFT_AUTH: string;
497
+ };
498
+ type SSO_IE = {
499
+ GOOGLE_AUTH: string;
500
+ MICROSOFT_AUTH: string;
501
+ };
502
+ type SSO_IS = {
503
+ GOOGLE_AUTH: string;
504
+ MICROSOFT_AUTH: string;
505
+ };
506
+ type SSO_SV_FI = {
507
+ GOOGLE_AUTH: string;
508
+ MICROSOFT_AUTH: string;
509
+ };
510
+ type SSO_AT = {
511
+ GOOGLE_AUTH: string;
512
+ MICROSOFT_AUTH: string;
513
+ };
514
+ type SSO_CH = {
515
+ GOOGLE_AUTH: string;
516
+ MICROSOFT_AUTH: string;
517
+ };
518
+ type SSO_ES = {
519
+ GOOGLE_AUTH: string;
520
+ MICROSOFT_AUTH: string;
521
+ };
522
+ type SSO_PT = {
523
+ GOOGLE_AUTH: string;
524
+ MICROSOFT_AUTH: string;
525
+ };
526
+ type SSOVariant = SSO_US | SSO_DE | SSO_UK | SSO_SE | SSO_PL | SSO_IT | SSO_FR | SSO_DK | SSO_NO | SSO_NL | SSO_FI | SSO_NL_BE | SSO_IE | SSO_IS | SSO_SV_FI | SSO_AT | SSO_CH | SSO_ES | SSO_PT;
411
527
  type SSOByLocale = {
412
528
  [Locale.US]: SSO_US;
413
529
  [Locale.CA]: SSO_US;
@@ -417,6 +533,19 @@ type SSOByLocale = {
417
533
  [Locale.DE]: SSO_DE;
418
534
  [Locale.PL]: SSO_PL;
419
535
  [Locale.IT]: SSO_IT;
536
+ [Locale.FR]: SSO_FR;
537
+ [Locale.DK]: SSO_DK;
538
+ [Locale.NO]: SSO_NO;
539
+ [Locale.NL]: SSO_NL;
540
+ [Locale.FI]: SSO_FI;
541
+ [Locale.NL_BE]: SSO_NL_BE;
542
+ [Locale.IE]: SSO_IE;
543
+ [Locale.IS]: SSO_IS;
544
+ [Locale.SV_FI]: SSO_SV_FI;
545
+ [Locale.AT]: SSO_AT;
546
+ [Locale.CH]: SSO_CH;
547
+ [Locale.ES]: SSO_ES;
548
+ [Locale.PT]: SSO_PT;
420
549
  };
421
550
 
422
551
  type Prettify<T> = T extends Function ? T : {
@@ -456,6 +585,45 @@ type AuthWebVarsPreset = {
456
585
  [Locale.IT]: {
457
586
  [key in Environment]: AuthWebVars<SSO_IT>;
458
587
  };
588
+ [Locale.FR]: {
589
+ [key in Environment]: AuthWebVars<SSO_FR>;
590
+ };
591
+ [Locale.DK]: {
592
+ [key in Environment]: AuthWebVars<SSO_DK>;
593
+ };
594
+ [Locale.NO]: {
595
+ [key in Environment]: AuthWebVars<SSO_NO>;
596
+ };
597
+ [Locale.NL]: {
598
+ [key in Environment]: AuthWebVars<SSO_NL>;
599
+ };
600
+ [Locale.FI]: {
601
+ [key in Environment]: AuthWebVars<SSO_FI>;
602
+ };
603
+ [Locale.NL_BE]: {
604
+ [key in Environment]: AuthWebVars<SSO_NL_BE>;
605
+ };
606
+ [Locale.IE]: {
607
+ [key in Environment]: AuthWebVars<SSO_IE>;
608
+ };
609
+ [Locale.IS]: {
610
+ [key in Environment]: AuthWebVars<SSO_IS>;
611
+ };
612
+ [Locale.SV_FI]: {
613
+ [key in Environment]: AuthWebVars<SSO_SV_FI>;
614
+ };
615
+ [Locale.AT]: {
616
+ [key in Environment]: AuthWebVars<SSO_AT>;
617
+ };
618
+ [Locale.CH]: {
619
+ [key in Environment]: AuthWebVars<SSO_CH>;
620
+ };
621
+ [Locale.ES]: {
622
+ [key in Environment]: AuthWebVars<SSO_ES>;
623
+ };
624
+ [Locale.PT]: {
625
+ [key in Environment]: AuthWebVars<SSO_PT>;
626
+ };
459
627
  };
460
628
 
461
629
  type MobileCommon = {
@@ -513,6 +681,45 @@ type MobileVarsPreset = {
513
681
  [Locale.IT]: {
514
682
  [key in Environment]: MobileVars<SSO_IT>;
515
683
  };
684
+ [Locale.FR]: {
685
+ [key in Environment]: MobileVars<SSO_FR>;
686
+ };
687
+ [Locale.DK]: {
688
+ [key in Environment]: MobileVars<SSO_DK>;
689
+ };
690
+ [Locale.NO]: {
691
+ [key in Environment]: MobileVars<SSO_NO>;
692
+ };
693
+ [Locale.NL]: {
694
+ [key in Environment]: MobileVars<SSO_NL>;
695
+ };
696
+ [Locale.FI]: {
697
+ [key in Environment]: MobileVars<SSO_FI>;
698
+ };
699
+ [Locale.NL_BE]: {
700
+ [key in Environment]: MobileVars<SSO_NL_BE>;
701
+ };
702
+ [Locale.IE]: {
703
+ [key in Environment]: MobileVars<SSO_IE>;
704
+ };
705
+ [Locale.IS]: {
706
+ [key in Environment]: MobileVars<SSO_IS>;
707
+ };
708
+ [Locale.SV_FI]: {
709
+ [key in Environment]: MobileVars<SSO_SV_FI>;
710
+ };
711
+ [Locale.AT]: {
712
+ [key in Environment]: MobileVars<SSO_AT>;
713
+ };
714
+ [Locale.CH]: {
715
+ [key in Environment]: MobileVars<SSO_CH>;
716
+ };
717
+ [Locale.ES]: {
718
+ [key in Environment]: MobileVars<SSO_ES>;
719
+ };
720
+ [Locale.PT]: {
721
+ [key in Environment]: MobileVars<SSO_PT>;
722
+ };
516
723
  };
517
724
 
518
725
  type RegionSpecificWebAdminVars = {
@@ -567,7 +774,8 @@ declare enum KeyboardCurrencyVariant {
567
774
  POUND_PENCE = "PoundPence",
568
775
  KRONE_EURO_POUND = "KroneEuroPound",
569
776
  EURO_DOLLAR_POUND = "EuroDollarPound",
570
- ZLOTY_GROSZ = "ZlotyGrosz"
777
+ ZLOTY_GROSZ = "ZlotyGrosz",
778
+ FRANC_RAPPEN = "FrancRappen"
571
779
  }
572
780
  declare enum KeyboardTimeVariant {
573
781
  H12 = "H12",
@@ -624,7 +832,8 @@ declare enum ProblemCreatorMathEntryVariant {
624
832
  KRONE = "Krone",
625
833
  POUND_PENCE = "PoundPence",
626
834
  EURO = "Euro",
627
- ZLOTY = "Zloty"
835
+ ZLOTY = "Zloty",
836
+ FRANC = "Franc"
628
837
  }
629
838
  declare enum ProblemCreatorDescriptionVariant {
630
839
  EXTENDED_MULT_BASIC_ROOTS = "ExtendedMultBasicRoots",
@@ -849,4 +1058,4 @@ declare class AppConfigManager<P extends Platform, L extends Locale> {
849
1058
  };
850
1059
  }
851
1060
 
852
- export { ApiRegion, AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, type CalendarConfig, CalendarLocale, type CommonGrades, DE_CALENDAR_CONFIG, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictLocaleConfig, type DistrictWebVarsPreset, DrawboardCoinVariant, EN_CALENDAR_CONFIG, type EnvPreset, Environment, type EnvironmentVars, Grade, type GradeData, type HighSchoolGrades, IT_CALENDAR_CONFIG, type KeyboardConfig, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, type LanguageConfig, Locale, type LocaleLanguageData, LoginSource, MOST_USED_LANGUAGES, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileLocaleConfig, type MobileVars, type MobileVarsPreset, MomentDateLocale, MultiplicationSymbol, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, type ParentWebLocaleConfig, type ParentWebVars, type ParentWebVarsPreset, Platform, PlatformBuildTarget, type PrimaryGrades, type ProblemCreatorConfig, ProblemCreatorDescriptionVariant, type ProblemCreatorKeyboardConfig, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_DE, type SSO_IT, type SSO_PL, type SSO_SE, type SSO_UK, type SSO_US, type StudentsLocaleConfig, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, TTSOverrideSymbol, type TeachersLocaleConfig, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, TreeLevel, buildTargetToEnvironment };
1061
+ export { AT_CALENDAR_CONFIG, ApiRegion, AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, CH_CALENDAR_CONFIG, type CalendarConfig, CalendarLocale, type CommonGrades, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictLocaleConfig, type DistrictWebVarsPreset, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, type EnvPreset, Environment, type EnvironmentVars, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, type GradeData, type HighSchoolGrades, IS_CALENDAR_CONFIG, IT_CALENDAR_CONFIG, type KeyboardConfig, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, type LanguageConfig, Locale, type LocaleLanguageData, LoginSource, MOST_USED_LANGUAGES, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileLocaleConfig, type MobileVars, type MobileVarsPreset, MomentDateLocale, MultiplicationSymbol, NL_BE_CALENDAR_CONFIG, NL_CALENDAR_CONFIG, NO_CALENDAR_CONFIG, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, PT_CALENDAR_CONFIG, type ParentWebLocaleConfig, type ParentWebVars, type ParentWebVarsPreset, Platform, PlatformBuildTarget, type PrimaryGrades, type ProblemCreatorConfig, ProblemCreatorDescriptionVariant, type ProblemCreatorKeyboardConfig, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_AT, type SSO_CH, type SSO_DE, type SSO_DK, type SSO_ES, type SSO_FI, type SSO_FR, type SSO_IE, type SSO_IS, type SSO_IT, type SSO_NL, type SSO_NL_BE, type SSO_NO, type SSO_PL, type SSO_PT, type SSO_SE, type SSO_SV_FI, type SSO_UK, type SSO_US, SV_FI_CALENDAR_CONFIG, type StudentsLocaleConfig, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, TTSOverrideSymbol, type TeachersLocaleConfig, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, TreeLevel, buildTargetToEnvironment };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-CI3y8sgm.js';
2
- export { c as Source } from './common.constants-CI3y8sgm.js';
1
+ import { S as SSO, L as LoginSource, a as Locale, E as Environment, P as Platform, b as PlatformBuildTarget, Q as QRCodeSize, A as ApiRegion } from './common.constants-4kbCK3_q.js';
2
+ export { c as Source } from './common.constants-4kbCK3_q.js';
3
3
  import { ComponentType } from 'react';
4
4
  import * as effector from 'effector';
5
5
 
@@ -35,6 +35,32 @@ declare const DateLocale: {
35
35
  readonly 'pl-PL': "pl";
36
36
  readonly IT: "it";
37
37
  readonly 'it-IT': "it";
38
+ readonly FR: "fr";
39
+ readonly 'fr-FR': "fr";
40
+ readonly DK: "da";
41
+ readonly 'da-DK': "da";
42
+ readonly NO: "no";
43
+ readonly 'no-NO': "no";
44
+ readonly NL: "nl";
45
+ readonly 'nl-NL': "nl";
46
+ readonly FI: "fi";
47
+ readonly 'fi-FI': "fi";
48
+ readonly NL_BE: "nl";
49
+ readonly 'nl-BE': "nl";
50
+ readonly IE: "en";
51
+ readonly 'en-IE': "en";
52
+ readonly IS: "is";
53
+ readonly 'is-IS': "is";
54
+ readonly SV_FI: "sv";
55
+ readonly 'sv-FI': "sv";
56
+ readonly AT: "de";
57
+ readonly 'de-AT': "de";
58
+ readonly CH: "de";
59
+ readonly 'de-CH': "de";
60
+ readonly ES: "es";
61
+ readonly 'es-ES': "es";
62
+ readonly PT: "pt";
63
+ readonly 'pt-PT': "pt";
38
64
  };
39
65
  type DateLocale = (typeof DateLocale)[keyof typeof DateLocale];
40
66
  declare const MomentDateLocale: {
@@ -43,6 +69,19 @@ declare const MomentDateLocale: {
43
69
  DE: string;
44
70
  PL: string;
45
71
  IT: string;
72
+ FR: string;
73
+ DK: string;
74
+ NO: string;
75
+ NL: string;
76
+ FI: string;
77
+ NL_BE: string;
78
+ IE: string;
79
+ IS: string;
80
+ SV_FI: string;
81
+ AT: string;
82
+ CH: string;
83
+ ES: string;
84
+ PT: string;
46
85
  };
47
86
 
48
87
  declare enum MatrixMode {
@@ -265,7 +304,17 @@ declare enum CalendarLocale {
265
304
  SE = "sv",
266
305
  DE = "de",
267
306
  PL = "pl",
268
- IT = "it"
307
+ IT = "it",
308
+ FR = "fr",
309
+ DK = "da",
310
+ NO = "no",
311
+ NL = "nl",
312
+ FI = "fi",
313
+ NL_BE = "nl-be",
314
+ SV_FI = "sv-fi",
315
+ IS = "is",
316
+ ES = "es",
317
+ PT = "pt"
269
318
  }
270
319
  type CalendarConfig = {
271
320
  locale: CalendarLocale;
@@ -279,8 +328,20 @@ type CalendarConfig = {
279
328
  declare const EN_CALENDAR_CONFIG: CalendarConfig;
280
329
  declare const SE_CALENDAR_CONFIG: CalendarConfig;
281
330
  declare const DE_CALENDAR_CONFIG: CalendarConfig;
331
+ declare const AT_CALENDAR_CONFIG: CalendarConfig;
332
+ declare const CH_CALENDAR_CONFIG: CalendarConfig;
333
+ declare const ES_CALENDAR_CONFIG: CalendarConfig;
334
+ declare const PT_CALENDAR_CONFIG: CalendarConfig;
282
335
  declare const PL_CALENDAR_CONFIG: CalendarConfig;
283
336
  declare const IT_CALENDAR_CONFIG: CalendarConfig;
337
+ declare const FR_CALENDAR_CONFIG: CalendarConfig;
338
+ declare const NO_CALENDAR_CONFIG: CalendarConfig;
339
+ declare const NL_CALENDAR_CONFIG: CalendarConfig;
340
+ declare const FI_CALENDAR_CONFIG: CalendarConfig;
341
+ declare const NL_BE_CALENDAR_CONFIG: CalendarConfig;
342
+ declare const SV_FI_CALENDAR_CONFIG: CalendarConfig;
343
+ declare const DK_CALENDAR_CONFIG: CalendarConfig;
344
+ declare const IS_CALENDAR_CONFIG: CalendarConfig;
284
345
 
285
346
  type GradeData = {
286
347
  name: string;
@@ -406,8 +467,63 @@ type SSO_PL = {
406
467
  GOOGLE_AUTH: string;
407
468
  MICROSOFT_AUTH: string;
408
469
  };
409
- type SSO_IT = {};
410
- type SSOVariant = SSO_US | SSO_DE | SSO_UK | SSO_SE | SSO_PL | SSO_IT;
470
+ type SSO_IT = {
471
+ GOOGLE_AUTH: string;
472
+ MICROSOFT_AUTH: string;
473
+ };
474
+ type SSO_FR = {
475
+ GOOGLE_AUTH: string;
476
+ MICROSOFT_AUTH: string;
477
+ };
478
+ type SSO_DK = {
479
+ GOOGLE_AUTH: string;
480
+ MICROSOFT_AUTH: string;
481
+ };
482
+ type SSO_NO = {
483
+ GOOGLE_AUTH: string;
484
+ MICROSOFT_AUTH: string;
485
+ };
486
+ type SSO_NL = {
487
+ GOOGLE_AUTH: string;
488
+ MICROSOFT_AUTH: string;
489
+ };
490
+ type SSO_FI = {
491
+ GOOGLE_AUTH: string;
492
+ MICROSOFT_AUTH: string;
493
+ };
494
+ type SSO_NL_BE = {
495
+ GOOGLE_AUTH: string;
496
+ MICROSOFT_AUTH: string;
497
+ };
498
+ type SSO_IE = {
499
+ GOOGLE_AUTH: string;
500
+ MICROSOFT_AUTH: string;
501
+ };
502
+ type SSO_IS = {
503
+ GOOGLE_AUTH: string;
504
+ MICROSOFT_AUTH: string;
505
+ };
506
+ type SSO_SV_FI = {
507
+ GOOGLE_AUTH: string;
508
+ MICROSOFT_AUTH: string;
509
+ };
510
+ type SSO_AT = {
511
+ GOOGLE_AUTH: string;
512
+ MICROSOFT_AUTH: string;
513
+ };
514
+ type SSO_CH = {
515
+ GOOGLE_AUTH: string;
516
+ MICROSOFT_AUTH: string;
517
+ };
518
+ type SSO_ES = {
519
+ GOOGLE_AUTH: string;
520
+ MICROSOFT_AUTH: string;
521
+ };
522
+ type SSO_PT = {
523
+ GOOGLE_AUTH: string;
524
+ MICROSOFT_AUTH: string;
525
+ };
526
+ type SSOVariant = SSO_US | SSO_DE | SSO_UK | SSO_SE | SSO_PL | SSO_IT | SSO_FR | SSO_DK | SSO_NO | SSO_NL | SSO_FI | SSO_NL_BE | SSO_IE | SSO_IS | SSO_SV_FI | SSO_AT | SSO_CH | SSO_ES | SSO_PT;
411
527
  type SSOByLocale = {
412
528
  [Locale.US]: SSO_US;
413
529
  [Locale.CA]: SSO_US;
@@ -417,6 +533,19 @@ type SSOByLocale = {
417
533
  [Locale.DE]: SSO_DE;
418
534
  [Locale.PL]: SSO_PL;
419
535
  [Locale.IT]: SSO_IT;
536
+ [Locale.FR]: SSO_FR;
537
+ [Locale.DK]: SSO_DK;
538
+ [Locale.NO]: SSO_NO;
539
+ [Locale.NL]: SSO_NL;
540
+ [Locale.FI]: SSO_FI;
541
+ [Locale.NL_BE]: SSO_NL_BE;
542
+ [Locale.IE]: SSO_IE;
543
+ [Locale.IS]: SSO_IS;
544
+ [Locale.SV_FI]: SSO_SV_FI;
545
+ [Locale.AT]: SSO_AT;
546
+ [Locale.CH]: SSO_CH;
547
+ [Locale.ES]: SSO_ES;
548
+ [Locale.PT]: SSO_PT;
420
549
  };
421
550
 
422
551
  type Prettify<T> = T extends Function ? T : {
@@ -456,6 +585,45 @@ type AuthWebVarsPreset = {
456
585
  [Locale.IT]: {
457
586
  [key in Environment]: AuthWebVars<SSO_IT>;
458
587
  };
588
+ [Locale.FR]: {
589
+ [key in Environment]: AuthWebVars<SSO_FR>;
590
+ };
591
+ [Locale.DK]: {
592
+ [key in Environment]: AuthWebVars<SSO_DK>;
593
+ };
594
+ [Locale.NO]: {
595
+ [key in Environment]: AuthWebVars<SSO_NO>;
596
+ };
597
+ [Locale.NL]: {
598
+ [key in Environment]: AuthWebVars<SSO_NL>;
599
+ };
600
+ [Locale.FI]: {
601
+ [key in Environment]: AuthWebVars<SSO_FI>;
602
+ };
603
+ [Locale.NL_BE]: {
604
+ [key in Environment]: AuthWebVars<SSO_NL_BE>;
605
+ };
606
+ [Locale.IE]: {
607
+ [key in Environment]: AuthWebVars<SSO_IE>;
608
+ };
609
+ [Locale.IS]: {
610
+ [key in Environment]: AuthWebVars<SSO_IS>;
611
+ };
612
+ [Locale.SV_FI]: {
613
+ [key in Environment]: AuthWebVars<SSO_SV_FI>;
614
+ };
615
+ [Locale.AT]: {
616
+ [key in Environment]: AuthWebVars<SSO_AT>;
617
+ };
618
+ [Locale.CH]: {
619
+ [key in Environment]: AuthWebVars<SSO_CH>;
620
+ };
621
+ [Locale.ES]: {
622
+ [key in Environment]: AuthWebVars<SSO_ES>;
623
+ };
624
+ [Locale.PT]: {
625
+ [key in Environment]: AuthWebVars<SSO_PT>;
626
+ };
459
627
  };
460
628
 
461
629
  type MobileCommon = {
@@ -513,6 +681,45 @@ type MobileVarsPreset = {
513
681
  [Locale.IT]: {
514
682
  [key in Environment]: MobileVars<SSO_IT>;
515
683
  };
684
+ [Locale.FR]: {
685
+ [key in Environment]: MobileVars<SSO_FR>;
686
+ };
687
+ [Locale.DK]: {
688
+ [key in Environment]: MobileVars<SSO_DK>;
689
+ };
690
+ [Locale.NO]: {
691
+ [key in Environment]: MobileVars<SSO_NO>;
692
+ };
693
+ [Locale.NL]: {
694
+ [key in Environment]: MobileVars<SSO_NL>;
695
+ };
696
+ [Locale.FI]: {
697
+ [key in Environment]: MobileVars<SSO_FI>;
698
+ };
699
+ [Locale.NL_BE]: {
700
+ [key in Environment]: MobileVars<SSO_NL_BE>;
701
+ };
702
+ [Locale.IE]: {
703
+ [key in Environment]: MobileVars<SSO_IE>;
704
+ };
705
+ [Locale.IS]: {
706
+ [key in Environment]: MobileVars<SSO_IS>;
707
+ };
708
+ [Locale.SV_FI]: {
709
+ [key in Environment]: MobileVars<SSO_SV_FI>;
710
+ };
711
+ [Locale.AT]: {
712
+ [key in Environment]: MobileVars<SSO_AT>;
713
+ };
714
+ [Locale.CH]: {
715
+ [key in Environment]: MobileVars<SSO_CH>;
716
+ };
717
+ [Locale.ES]: {
718
+ [key in Environment]: MobileVars<SSO_ES>;
719
+ };
720
+ [Locale.PT]: {
721
+ [key in Environment]: MobileVars<SSO_PT>;
722
+ };
516
723
  };
517
724
 
518
725
  type RegionSpecificWebAdminVars = {
@@ -567,7 +774,8 @@ declare enum KeyboardCurrencyVariant {
567
774
  POUND_PENCE = "PoundPence",
568
775
  KRONE_EURO_POUND = "KroneEuroPound",
569
776
  EURO_DOLLAR_POUND = "EuroDollarPound",
570
- ZLOTY_GROSZ = "ZlotyGrosz"
777
+ ZLOTY_GROSZ = "ZlotyGrosz",
778
+ FRANC_RAPPEN = "FrancRappen"
571
779
  }
572
780
  declare enum KeyboardTimeVariant {
573
781
  H12 = "H12",
@@ -624,7 +832,8 @@ declare enum ProblemCreatorMathEntryVariant {
624
832
  KRONE = "Krone",
625
833
  POUND_PENCE = "PoundPence",
626
834
  EURO = "Euro",
627
- ZLOTY = "Zloty"
835
+ ZLOTY = "Zloty",
836
+ FRANC = "Franc"
628
837
  }
629
838
  declare enum ProblemCreatorDescriptionVariant {
630
839
  EXTENDED_MULT_BASIC_ROOTS = "ExtendedMultBasicRoots",
@@ -849,4 +1058,4 @@ declare class AppConfigManager<P extends Platform, L extends Locale> {
849
1058
  };
850
1059
  }
851
1060
 
852
- export { ApiRegion, AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, type CalendarConfig, CalendarLocale, type CommonGrades, DE_CALENDAR_CONFIG, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictLocaleConfig, type DistrictWebVarsPreset, DrawboardCoinVariant, EN_CALENDAR_CONFIG, type EnvPreset, Environment, type EnvironmentVars, Grade, type GradeData, type HighSchoolGrades, IT_CALENDAR_CONFIG, type KeyboardConfig, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, type LanguageConfig, Locale, type LocaleLanguageData, LoginSource, MOST_USED_LANGUAGES, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileLocaleConfig, type MobileVars, type MobileVarsPreset, MomentDateLocale, MultiplicationSymbol, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, type ParentWebLocaleConfig, type ParentWebVars, type ParentWebVarsPreset, Platform, PlatformBuildTarget, type PrimaryGrades, type ProblemCreatorConfig, ProblemCreatorDescriptionVariant, type ProblemCreatorKeyboardConfig, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_DE, type SSO_IT, type SSO_PL, type SSO_SE, type SSO_UK, type SSO_US, type StudentsLocaleConfig, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, TTSOverrideSymbol, type TeachersLocaleConfig, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, TreeLevel, buildTargetToEnvironment };
1061
+ export { AT_CALENDAR_CONFIG, ApiRegion, AppConfigManager, type AuthWebBaseVars, type AuthWebVars, type AuthWebVarsPreset, CH_CALENDAR_CONFIG, type CalendarConfig, CalendarLocale, type CommonGrades, DE_CALENDAR_CONFIG, DK_CALENDAR_CONFIG, DateFormat, DateLocale, type DistrictCommon, type DistrictDashboardVars, type DistrictLocaleConfig, type DistrictWebVarsPreset, DrawboardCoinVariant, EN_CALENDAR_CONFIG, ES_CALENDAR_CONFIG, type EnvPreset, Environment, type EnvironmentVars, FI_CALENDAR_CONFIG, FR_CALENDAR_CONFIG, Grade, type GradeData, type HighSchoolGrades, IS_CALENDAR_CONFIG, IT_CALENDAR_CONFIG, type KeyboardConfig, KeyboardCurrencyVariant, KeyboardPreset, KeyboardTimeVariant, LANGUAGES_CONFIG, LANGUAGES_LIST, Language, type LanguageConfig, Locale, type LocaleLanguageData, LoginSource, MOST_USED_LANGUAGES, MatrixMode, type MobileBaseVars, type MobileCommon, type MobileLocaleConfig, type MobileVars, type MobileVarsPreset, MomentDateLocale, MultiplicationSymbol, NL_BE_CALENDAR_CONFIG, NL_CALENDAR_CONFIG, NO_CALENDAR_CONFIG, NumberDecimalSeparator, NumberGroupingSeparator, PL_CALENDAR_CONFIG, PRIORITY_LANGUAGES, PT_CALENDAR_CONFIG, type ParentWebLocaleConfig, type ParentWebVars, type ParentWebVarsPreset, Platform, PlatformBuildTarget, type PrimaryGrades, type ProblemCreatorConfig, ProblemCreatorDescriptionVariant, type ProblemCreatorKeyboardConfig, ProblemCreatorKeyboardPreset, ProblemCreatorMathEntryVariant, QRCodeSize, SE_CALENDAR_CONFIG, SSO, type SSOByLocale, type SSOConfig, type SSOVariant, type SSO_AT, type SSO_CH, type SSO_DE, type SSO_DK, type SSO_ES, type SSO_FI, type SSO_FR, type SSO_IE, type SSO_IS, type SSO_IT, type SSO_NL, type SSO_NL_BE, type SSO_NO, type SSO_PL, type SSO_PT, type SSO_SE, type SSO_SV_FI, type SSO_UK, type SSO_US, SV_FI_CALENDAR_CONFIG, type StudentsLocaleConfig, type StudentsWebCommon, type StudentsWebVars, type StudentsWebVarsPreset, TTSOverrideSymbol, type TeachersLocaleConfig, type TeachersWebCommon, type TeachersWebVars, type TeachersWebVarsPreset, TreeLevel, buildTargetToEnvironment };