@everymatrix/user-action-controller 1.90.2 → 1.90.4

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.
@@ -488,6 +488,7 @@ const TRANSLATIONS = {
488
488
  smsTitle: 'SMS marketing',
489
489
  emailMarketingTitle: 'Email marketing',
490
490
  privacyPolicyTitle: 'Privacy Policy',
491
+ '3rdPartyTitle': 'Third‑party marketing',
491
492
  userNoticeText: 'Before you can proceed you must consent to the following',
492
493
  submitButtonText: 'Submit',
493
494
  rejectButtonText: 'Reject',
@@ -500,6 +501,7 @@ const TRANSLATIONS = {
500
501
  smsTitle: 'SMS marketing',
501
502
  emailMarketingTitle: 'Email marketing',
502
503
  privacyPolicyTitle: 'Privacy Policy',
504
+ '3rdPartyTitle': 'Third‑party marketing',
503
505
  userNoticeText: 'Before you can proceed you must consent to the following',
504
506
  submitButtonText: 'Submit',
505
507
  rejectButtonText: 'Reject',
@@ -512,6 +514,7 @@ const TRANSLATIONS = {
512
514
  smsTitle: 'Marketing prin SMS',
513
515
  emailMarketingTitle: 'Marketing prin Email',
514
516
  privacyPolicyTitle: 'Politica de Confidențialitate',
517
+ '3rdPartyTitle': 'Third‑party marketing',
515
518
  userNoticeText: 'Înainte de a continua, trebuie să vă dați consimțământul pentru următoarele',
516
519
  submitButtonText: 'Trimite',
517
520
  rejectButtonText: 'Respinge',
@@ -524,6 +527,7 @@ const TRANSLATIONS = {
524
527
  smsTitle: 'SMS makretinški sadržaj',
525
528
  emailMarketingTitle: 'E-mail makretinški sadržaj',
526
529
  privacyPolicyTitle: 'Politika Privatnosti',
530
+ '3rdPartyTitle': 'Third‑party marketing',
527
531
  userNoticeText: 'Prije nego što možete nastaviti, morate pristati na sljedeće',
528
532
  submitButtonText: 'Pošalji',
529
533
  rejectButtonText: 'Odbij',
@@ -536,6 +540,7 @@ const TRANSLATIONS = {
536
540
  smsTitle: 'Marketing par SMS',
537
541
  emailMarketingTitle: 'Marketing par Email',
538
542
  privacyPolicyTitle: 'Politique de Confidentialité',
543
+ '3rdPartyTitle': 'Third‑party marketing',
539
544
  userNoticeText: 'Avant de continuer, vous devez consentir aux éléments suivants',
540
545
  submitButtonText: 'Soumettre',
541
546
  rejectButtonText: 'Rejeter',
@@ -548,6 +553,7 @@ const TRANSLATIONS = {
548
553
  smsTitle: 'SMS marketing',
549
554
  emailMarketingTitle: 'Emailový marketing',
550
555
  privacyPolicyTitle: 'Zásady ochrany osobních údajů',
556
+ '3rdPartyTitle': 'Third‑party marketing',
551
557
  userNoticeText: 'Než budete moci pokračovat, musíte souhlasit s následujícím',
552
558
  submitButtonText: 'Odeslat',
553
559
  rejectButtonText: 'Odmítnout',
@@ -560,6 +566,7 @@ const TRANSLATIONS = {
560
566
  smsTitle: 'SMS-Marketing',
561
567
  emailMarketingTitle: 'E-Mail-Marketing',
562
568
  privacyPolicyTitle: 'Datenschutzrichtlinie',
569
+ '3rdPartyTitle': 'Third‑party marketing',
563
570
  userNoticeText: 'Bevor Sie fortfahren können, müssen Sie den folgenden Punkten zustimmen',
564
571
  submitButtonText: 'Absenden',
565
572
  rejectButtonText: 'Ablehnen',
@@ -572,6 +579,7 @@ const TRANSLATIONS = {
572
579
  smsTitle: 'Marketing por SMS',
573
580
  emailMarketingTitle: 'Marketing por Email',
574
581
  privacyPolicyTitle: 'Política de Privacidad',
582
+ '3rdPartyTitle': 'Third‑party marketing',
575
583
  userNoticeText: 'Antes de continuar, debe dar su consentimiento a lo siguiente',
576
584
  submitButtonText: 'Enviar',
577
585
  rejectButtonText: 'Rechazar',
@@ -584,6 +592,7 @@ const TRANSLATIONS = {
584
592
  smsTitle: 'Marketing por SMS',
585
593
  emailMarketingTitle: 'Marketing por Email',
586
594
  privacyPolicyTitle: 'Política de Privacidade',
595
+ '3rdPartyTitle': 'Marketing de terceiros',
587
596
  userNoticeText: 'Antes de continuar, você deve consentir com o seguinte',
588
597
  submitButtonText: 'Enviar',
589
598
  rejectButtonText: 'Rejeitar',
@@ -596,6 +605,7 @@ const TRANSLATIONS = {
596
605
  smsTitle: 'Marketing por SMS',
597
606
  emailMarketingTitle: 'Marketing por Email',
598
607
  privacyPolicyTitle: 'Política de Privacidad',
608
+ '3rdPartyTitle': 'Third‑party marketing',
599
609
  userNoticeText: 'Antes de continuar, debe dar su consentimiento a lo siguiente',
600
610
  submitButtonText: 'Enviar',
601
611
  rejectButtonText: 'Rechazar',
@@ -608,6 +618,7 @@ const TRANSLATIONS = {
608
618
  smsTitle: 'Marketing por SMS',
609
619
  emailMarketingTitle: 'Marketing por Email',
610
620
  privacyPolicyTitle: 'Política de Privacidade',
621
+ '3rdPartyTitle': 'Third‑party marketing',
611
622
  userNoticeText: 'Antes de continuar, você deve consentir com o seguinte',
612
623
  submitButtonText: 'Enviar',
613
624
  rejectButtonText: 'Rejeitar',
@@ -677,7 +688,8 @@ const UserActionController = class {
677
688
  termsandconditions: () => translate('termsAndConditionsTitle', this.lang),
678
689
  sms: () => translate('smsTitle', this.lang),
679
690
  emailmarketing: () => translate('emailMarketingTitle', this.lang),
680
- privacypolicy: () => translate('privacyPolicyTitle', this.lang)
691
+ privacypolicy: () => translate('privacyPolicyTitle', this.lang),
692
+ "3rdparty": () => translate('3rdPartyTitle', this.lang),
681
693
  };
682
694
  this.handleApplyClick = () => {
683
695
  this.queryFired = true;
@@ -12,7 +12,8 @@ export class UserActionController {
12
12
  termsandconditions: () => translate('termsAndConditionsTitle', this.lang),
13
13
  sms: () => translate('smsTitle', this.lang),
14
14
  emailmarketing: () => translate('emailMarketingTitle', this.lang),
15
- privacypolicy: () => translate('privacyPolicyTitle', this.lang)
15
+ privacypolicy: () => translate('privacyPolicyTitle', this.lang),
16
+ "3rdparty": () => translate('3rdPartyTitle', this.lang),
16
17
  };
17
18
  this.handleApplyClick = () => {
18
19
  this.queryFired = true;
@@ -5,6 +5,7 @@ const TRANSLATIONS = {
5
5
  smsTitle: 'SMS marketing',
6
6
  emailMarketingTitle: 'Email marketing',
7
7
  privacyPolicyTitle: 'Privacy Policy',
8
+ '3rdPartyTitle': 'Third‑party marketing',
8
9
  userNoticeText: 'Before you can proceed you must consent to the following',
9
10
  submitButtonText: 'Submit',
10
11
  rejectButtonText: 'Reject',
@@ -17,6 +18,7 @@ const TRANSLATIONS = {
17
18
  smsTitle: 'SMS marketing',
18
19
  emailMarketingTitle: 'Email marketing',
19
20
  privacyPolicyTitle: 'Privacy Policy',
21
+ '3rdPartyTitle': 'Third‑party marketing',
20
22
  userNoticeText: 'Before you can proceed you must consent to the following',
21
23
  submitButtonText: 'Submit',
22
24
  rejectButtonText: 'Reject',
@@ -29,6 +31,7 @@ const TRANSLATIONS = {
29
31
  smsTitle: 'Marketing prin SMS',
30
32
  emailMarketingTitle: 'Marketing prin Email',
31
33
  privacyPolicyTitle: 'Politica de Confidențialitate',
34
+ '3rdPartyTitle': 'Third‑party marketing',
32
35
  userNoticeText: 'Înainte de a continua, trebuie să vă dați consimțământul pentru următoarele',
33
36
  submitButtonText: 'Trimite',
34
37
  rejectButtonText: 'Respinge',
@@ -41,6 +44,7 @@ const TRANSLATIONS = {
41
44
  smsTitle: 'SMS makretinški sadržaj',
42
45
  emailMarketingTitle: 'E-mail makretinški sadržaj',
43
46
  privacyPolicyTitle: 'Politika Privatnosti',
47
+ '3rdPartyTitle': 'Third‑party marketing',
44
48
  userNoticeText: 'Prije nego što možete nastaviti, morate pristati na sljedeće',
45
49
  submitButtonText: 'Pošalji',
46
50
  rejectButtonText: 'Odbij',
@@ -53,6 +57,7 @@ const TRANSLATIONS = {
53
57
  smsTitle: 'Marketing par SMS',
54
58
  emailMarketingTitle: 'Marketing par Email',
55
59
  privacyPolicyTitle: 'Politique de Confidentialité',
60
+ '3rdPartyTitle': 'Third‑party marketing',
56
61
  userNoticeText: 'Avant de continuer, vous devez consentir aux éléments suivants',
57
62
  submitButtonText: 'Soumettre',
58
63
  rejectButtonText: 'Rejeter',
@@ -65,6 +70,7 @@ const TRANSLATIONS = {
65
70
  smsTitle: 'SMS marketing',
66
71
  emailMarketingTitle: 'Emailový marketing',
67
72
  privacyPolicyTitle: 'Zásady ochrany osobních údajů',
73
+ '3rdPartyTitle': 'Third‑party marketing',
68
74
  userNoticeText: 'Než budete moci pokračovat, musíte souhlasit s následujícím',
69
75
  submitButtonText: 'Odeslat',
70
76
  rejectButtonText: 'Odmítnout',
@@ -77,6 +83,7 @@ const TRANSLATIONS = {
77
83
  smsTitle: 'SMS-Marketing',
78
84
  emailMarketingTitle: 'E-Mail-Marketing',
79
85
  privacyPolicyTitle: 'Datenschutzrichtlinie',
86
+ '3rdPartyTitle': 'Third‑party marketing',
80
87
  userNoticeText: 'Bevor Sie fortfahren können, müssen Sie den folgenden Punkten zustimmen',
81
88
  submitButtonText: 'Absenden',
82
89
  rejectButtonText: 'Ablehnen',
@@ -89,6 +96,7 @@ const TRANSLATIONS = {
89
96
  smsTitle: 'Marketing por SMS',
90
97
  emailMarketingTitle: 'Marketing por Email',
91
98
  privacyPolicyTitle: 'Política de Privacidad',
99
+ '3rdPartyTitle': 'Third‑party marketing',
92
100
  userNoticeText: 'Antes de continuar, debe dar su consentimiento a lo siguiente',
93
101
  submitButtonText: 'Enviar',
94
102
  rejectButtonText: 'Rechazar',
@@ -101,6 +109,7 @@ const TRANSLATIONS = {
101
109
  smsTitle: 'Marketing por SMS',
102
110
  emailMarketingTitle: 'Marketing por Email',
103
111
  privacyPolicyTitle: 'Política de Privacidade',
112
+ '3rdPartyTitle': 'Marketing de terceiros',
104
113
  userNoticeText: 'Antes de continuar, você deve consentir com o seguinte',
105
114
  submitButtonText: 'Enviar',
106
115
  rejectButtonText: 'Rejeitar',
@@ -113,6 +122,7 @@ const TRANSLATIONS = {
113
122
  smsTitle: 'Marketing por SMS',
114
123
  emailMarketingTitle: 'Marketing por Email',
115
124
  privacyPolicyTitle: 'Política de Privacidad',
125
+ '3rdPartyTitle': 'Third‑party marketing',
116
126
  userNoticeText: 'Antes de continuar, debe dar su consentimiento a lo siguiente',
117
127
  submitButtonText: 'Enviar',
118
128
  rejectButtonText: 'Rechazar',
@@ -125,6 +135,7 @@ const TRANSLATIONS = {
125
135
  smsTitle: 'Marketing por SMS',
126
136
  emailMarketingTitle: 'Marketing por Email',
127
137
  privacyPolicyTitle: 'Política de Privacidade',
138
+ '3rdPartyTitle': 'Third‑party marketing',
128
139
  userNoticeText: 'Antes de continuar, você deve consentir com o seguinte',
129
140
  submitButtonText: 'Enviar',
130
141
  rejectButtonText: 'Rejeitar',
@@ -484,6 +484,7 @@ const TRANSLATIONS = {
484
484
  smsTitle: 'SMS marketing',
485
485
  emailMarketingTitle: 'Email marketing',
486
486
  privacyPolicyTitle: 'Privacy Policy',
487
+ '3rdPartyTitle': 'Third‑party marketing',
487
488
  userNoticeText: 'Before you can proceed you must consent to the following',
488
489
  submitButtonText: 'Submit',
489
490
  rejectButtonText: 'Reject',
@@ -496,6 +497,7 @@ const TRANSLATIONS = {
496
497
  smsTitle: 'SMS marketing',
497
498
  emailMarketingTitle: 'Email marketing',
498
499
  privacyPolicyTitle: 'Privacy Policy',
500
+ '3rdPartyTitle': 'Third‑party marketing',
499
501
  userNoticeText: 'Before you can proceed you must consent to the following',
500
502
  submitButtonText: 'Submit',
501
503
  rejectButtonText: 'Reject',
@@ -508,6 +510,7 @@ const TRANSLATIONS = {
508
510
  smsTitle: 'Marketing prin SMS',
509
511
  emailMarketingTitle: 'Marketing prin Email',
510
512
  privacyPolicyTitle: 'Politica de Confidențialitate',
513
+ '3rdPartyTitle': 'Third‑party marketing',
511
514
  userNoticeText: 'Înainte de a continua, trebuie să vă dați consimțământul pentru următoarele',
512
515
  submitButtonText: 'Trimite',
513
516
  rejectButtonText: 'Respinge',
@@ -520,6 +523,7 @@ const TRANSLATIONS = {
520
523
  smsTitle: 'SMS makretinški sadržaj',
521
524
  emailMarketingTitle: 'E-mail makretinški sadržaj',
522
525
  privacyPolicyTitle: 'Politika Privatnosti',
526
+ '3rdPartyTitle': 'Third‑party marketing',
523
527
  userNoticeText: 'Prije nego što možete nastaviti, morate pristati na sljedeće',
524
528
  submitButtonText: 'Pošalji',
525
529
  rejectButtonText: 'Odbij',
@@ -532,6 +536,7 @@ const TRANSLATIONS = {
532
536
  smsTitle: 'Marketing par SMS',
533
537
  emailMarketingTitle: 'Marketing par Email',
534
538
  privacyPolicyTitle: 'Politique de Confidentialité',
539
+ '3rdPartyTitle': 'Third‑party marketing',
535
540
  userNoticeText: 'Avant de continuer, vous devez consentir aux éléments suivants',
536
541
  submitButtonText: 'Soumettre',
537
542
  rejectButtonText: 'Rejeter',
@@ -544,6 +549,7 @@ const TRANSLATIONS = {
544
549
  smsTitle: 'SMS marketing',
545
550
  emailMarketingTitle: 'Emailový marketing',
546
551
  privacyPolicyTitle: 'Zásady ochrany osobních údajů',
552
+ '3rdPartyTitle': 'Third‑party marketing',
547
553
  userNoticeText: 'Než budete moci pokračovat, musíte souhlasit s následujícím',
548
554
  submitButtonText: 'Odeslat',
549
555
  rejectButtonText: 'Odmítnout',
@@ -556,6 +562,7 @@ const TRANSLATIONS = {
556
562
  smsTitle: 'SMS-Marketing',
557
563
  emailMarketingTitle: 'E-Mail-Marketing',
558
564
  privacyPolicyTitle: 'Datenschutzrichtlinie',
565
+ '3rdPartyTitle': 'Third‑party marketing',
559
566
  userNoticeText: 'Bevor Sie fortfahren können, müssen Sie den folgenden Punkten zustimmen',
560
567
  submitButtonText: 'Absenden',
561
568
  rejectButtonText: 'Ablehnen',
@@ -568,6 +575,7 @@ const TRANSLATIONS = {
568
575
  smsTitle: 'Marketing por SMS',
569
576
  emailMarketingTitle: 'Marketing por Email',
570
577
  privacyPolicyTitle: 'Política de Privacidad',
578
+ '3rdPartyTitle': 'Third‑party marketing',
571
579
  userNoticeText: 'Antes de continuar, debe dar su consentimiento a lo siguiente',
572
580
  submitButtonText: 'Enviar',
573
581
  rejectButtonText: 'Rechazar',
@@ -580,6 +588,7 @@ const TRANSLATIONS = {
580
588
  smsTitle: 'Marketing por SMS',
581
589
  emailMarketingTitle: 'Marketing por Email',
582
590
  privacyPolicyTitle: 'Política de Privacidade',
591
+ '3rdPartyTitle': 'Marketing de terceiros',
583
592
  userNoticeText: 'Antes de continuar, você deve consentir com o seguinte',
584
593
  submitButtonText: 'Enviar',
585
594
  rejectButtonText: 'Rejeitar',
@@ -592,6 +601,7 @@ const TRANSLATIONS = {
592
601
  smsTitle: 'Marketing por SMS',
593
602
  emailMarketingTitle: 'Marketing por Email',
594
603
  privacyPolicyTitle: 'Política de Privacidad',
604
+ '3rdPartyTitle': 'Third‑party marketing',
595
605
  userNoticeText: 'Antes de continuar, debe dar su consentimiento a lo siguiente',
596
606
  submitButtonText: 'Enviar',
597
607
  rejectButtonText: 'Rechazar',
@@ -604,6 +614,7 @@ const TRANSLATIONS = {
604
614
  smsTitle: 'Marketing por SMS',
605
615
  emailMarketingTitle: 'Marketing por Email',
606
616
  privacyPolicyTitle: 'Política de Privacidade',
617
+ '3rdPartyTitle': 'Third‑party marketing',
607
618
  userNoticeText: 'Antes de continuar, você deve consentir com o seguinte',
608
619
  submitButtonText: 'Enviar',
609
620
  rejectButtonText: 'Rejeitar',
@@ -673,7 +684,8 @@ const UserActionController = class {
673
684
  termsandconditions: () => translate('termsAndConditionsTitle', this.lang),
674
685
  sms: () => translate('smsTitle', this.lang),
675
686
  emailmarketing: () => translate('emailMarketingTitle', this.lang),
676
- privacypolicy: () => translate('privacyPolicyTitle', this.lang)
687
+ privacypolicy: () => translate('privacyPolicyTitle', this.lang),
688
+ "3rdparty": () => translate('3rdPartyTitle', this.lang),
677
689
  };
678
690
  this.handleApplyClick = () => {
679
691
  this.queryFired = true;
@@ -1 +1 @@
1
- import{r as e,c as t,h as i}from"./index-5b001d30.js";const n={en:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"I want to receive Sports email marketing",sportssms:"I want to receive Sports SMS marketing",sports3rdparty:"I want to receive Sports phone call marketing",sportspush:"I want to receive Sports push notifications",sportsphonecall:"I want to receive Sports phone call marketing",sportsmarketing:"I want to receive Sports marketing materials",casinoemail:"I want to receive Casino email marketing",casinosms:"I want to receive Casino SMS marketing",casino3rdparty:"I want to receive Casino phone call marketing",casinopush:"I want to receive Casino push notifications",casinophonecall:"I want to receive Casino phone call marketing",casinomarketing:"I want to receive Casino marketing materials",virtualsportsemail:"I want to receive Virtual Sports email marketing",virtualsportssms:"I want to receive Virtual Sports SMS marketing",virtualsports3rdparty:"I want to receive Virtual Sports phone call marketing",virtualsportspush:"I want to receive Virtual Sports push notifications",virtualsportsphonecall:"I want to receive Virtual Sports phone call marketing",virtualsportsmarketing:"I want to receive Virtual Sports marketing materials",bingoemail:"I want to receive Bingo email marketing",bingosms:"I want to receive Bingo SMS marketing",bingo3rdparty:"I want to receive Bingo phone call marketing",bingopush:"I want to receive Bingo push notifications",bingophonecall:"I want to receive Bingo phone call marketing",bingomarketing:"I want to receive Bingo marketing materials"},ro:{termsAndConditions:{acceptPart1:"Accept ",acceptPart2:" platformei. Am citit şi înţeles ",acceptPart3:" publicată pe acest site şi confirm că am vârstă peste 18 ani.",tc:"Termenii şi condiţiile"},privacyPolicy:{readUnderstandPart1:"Am citit şi înţeles ",readUnderstandPart2:" publicată pe acest site şi confirm că am vârstă peste 18 ani.",privacy:"Politica de confidenţialitate"},sms:"Sunt de acord să primesc promoţii de marketing prin SMS.",emailmarketing:"Sunt de acord să primesc promoţii de marketing pe e-mail.",sportsemail:"Vreau să primesc marketing prin e-mail pentru sporturi",sportssms:"Vreau să primesc marketing prin SMS pentru sporturi",sports3rdparty:"Vreau să primesc marketing prin apel telefonic pentru sporturi",sportspush:"Vreau să primesc notificări push pentru Sport",sportsphonecall:"Doresc să primesc apeluri de marketing pentru Sport",sportsmarketing:"Doresc să primesc materiale de marketing pentru Sport",casinoemail:"Doresc să primesc e-mailuri de marketing pentru Cazinou",casinosms:"Doresc să primesc mesaje SMS de marketing pentru Cazinou",casino3rdparty:"Doresc să primesc apeluri de marketing pentru Cazinou",casinopush:"Doresc să primesc notificări push pentru Cazinou",casinophonecall:"Doresc să primesc apeluri de marketing pentru Cazinou",casinomarketing:"Doresc să primesc materiale de marketing pentru Cazinou",virtualsportsemail:"Doresc să primesc e-mailuri de marketing pentru Sporturi Virtuale",virtualsportssms:"Doresc să primesc mesaje SMS de marketing pentru Sporturi Virtuale",virtualsports3rdparty:"Doresc să primesc apeluri de marketing pentru Sporturi Virtuale",virtualsportspush:"Doresc să primesc notificări push pentru Sporturi Virtuale",virtualsportsphonecall:"Doresc să primesc apeluri de marketing pentru Sporturi Virtuale",virtualsportsmarketing:"Doresc să primesc materiale de marketing pentru Sporturi Virtuale",bingoemail:"Doresc să primesc e-mailuri de marketing pentru Bingo",bingosms:"Doresc să primesc mesaje SMS de marketing pentru Bingo",bingo3rdparty:"Doresc să primesc apeluri de marketing pentru Bingo",bingopush:"Doresc să primesc notificări push pentru Bingo",bingophonecall:"Doresc să primesc apeluri de marketing pentru Bingo",bingomarketing:"Doresc să primesc materiale de marketing pentru Bingo"},hr:{termsAndConditions:{acceptPart1:"Prihvaćam Opće uvjete i odredbe ",acceptPart2:"",acceptPart3:"",tcLink:"Opći uvjeti i odredbe"},privacyPolicy:{readUnderstandPart1:"Pročitao sam i razumijem Politiku Privatnosti ",readUnderstandPart2:", i potvrđujem da imam više od 18 godina",privacyLink:"Politika Privatnosti"},sms:"Želim dobivati marketinški sadržaj putem sms",emailmarketing:"Želim dobivati marketinški sadržaj putem e-maila",sportsemail:"Želim primati sportski marketing putem e-pošte",sportssms:"Želim primati sportski marketing putem SMS-a",sports3rdparty:"Želim primati sportski marketing putem telefonskog poziva",sportspush:"Želim primati push obavijesti za Sport",sportsphonecall:"Želim primati marketinške pozive vezane uz sport",sportsmarketing:"Želim primati marketinške materijale vezane uz sport",casinoemail:"Želim primati promotivne e-poruke za kasino",casinosms:"Želim primati promotivne SMS poruke za kasino",casino3rdparty:"Želim primati marketinške pozive za kasino",casinopush:"Želim primati push obavijesti za kasino",casinophonecall:"Želim primati marketinške pozive za kasino",casinomarketing:"Želim primati marketinške materijale za kasino",virtualsportsemail:"Želim primati promotivne e-poruke za virtualne sportove",virtualsportssms:"Želim primati promotivne SMS poruke za virtualne sportove",virtualsports3rdparty:"Želim primati marketinške pozive za virtualne sportove",virtualsportspush:"Želim primati push obavijesti za virtualne sportove",virtualsportsphonecall:"Želim primati marketinške pozive za virtualne sportove",virtualsportsmarketing:"Želim primati marketinške materijale za virtualne sportove",bingoemail:"Želim primati promotivne e-poruke za bingo",bingosms:"Želim primati promotivne SMS poruke za bingo",bingo3rdparty:"Želim primati marketinške pozive za bingo",bingopush:"Želim primati push obavijesti za bingo",bingophonecall:"Želim primati marketinške pozive za bingo",bingomarketing:"Želim primati marketinške materijale za bingo"},fr:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"Je veux recevoir des e-mails marketing pour les sports",sportssms:"Je veux recevoir des SMS marketing pour les sports",sports3rdparty:"Je veux recevoir des appels marketing pour les sports",sportspush:"Je souhaite recevoir des notifications push pour le sport",sportsphonecall:"Je souhaite recevoir des appels de marketing pour le sport",sportsmarketing:"Je souhaite recevoir des supports marketing pour le sport",casinoemail:"Je souhaite recevoir des e-mails marketing pour le casino",casinosms:"Je souhaite recevoir des SMS marketing pour le casino",casino3rdparty:"Je souhaite recevoir des appels marketing pour le casino",casinopush:"Je souhaite recevoir des notifications push pour le casino",casinophonecall:"Je souhaite recevoir des appels marketing pour le casino",casinomarketing:"Je souhaite recevoir des supports marketing pour le casino",virtualsportsemail:"Je souhaite recevoir des e-mails marketing pour les sports virtuels",virtualsportssms:"Je souhaite recevoir des SMS marketing pour les sports virtuels",virtualsports3rdparty:"Je souhaite recevoir des appels marketing pour les sports virtuels",virtualsportspush:"Je souhaite recevoir des notifications push pour les sports virtuels",virtualsportsphonecall:"Je souhaite recevoir des appels marketing pour les sports virtuels",virtualsportsmarketing:"Je souhaite recevoir des supports marketing pour les sports virtuels",bingoemail:"Je souhaite recevoir des e-mails marketing pour le bingo",bingosms:"Je souhaite recevoir des SMS marketing pour le bingo",bingo3rdparty:"Je souhaite recevoir des appels marketing pour le bingo",bingopush:"Je souhaite recevoir des notifications push pour le bingo",bingophonecall:"Je souhaite recevoir des appels marketing pour le bingo",bingomarketing:"Je souhaite recevoir des supports marketing pour le bingo"},cs:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"Chci dostávat sportovní marketingové e-maily",sportssms:"Chci dostávat sportovní marketingové SMS",sports3rdparty:"Chci dostávat sportovní marketingové telefonáty",sportspush:"Chci dostávat push oznámení o sportu",sportsphonecall:"Chci přijímat marketingové telefonáty o sportu",sportsmarketing:"Chci dostávat marketingové materiály o sportu",casinoemail:"Chci dostávat marketingové e-maily o kasinu",casinosms:"Chci dostávat marketingové SMS o kasinu",casino3rdparty:"Chci přijímat marketingové telefonáty o kasinu",casinopush:"Chci dostávat push notifikace o kasinu",casinophonecall:"Chci přijímat marketingové telefonáty o kasinu",casinomarketing:"Chci dostávat marketingové materiály o kasinu",virtualsportsemail:"Chci dostávat marketingové e-maily o virtuálních sportech",virtualsportssms:"Chci dostávat marketingové SMS o virtuálních sportech",virtualsports3rdparty:"Chci přijímat marketingové telefonáty o virtuálních sportech",virtualsportspush:"Chci dostávat push notifikace o virtuálních sportech",virtualsportsphonecall:"Chci přijímat marketingové telefonáty o virtuálních sportech",virtualsportsmarketing:"Chci dostávat marketingové materiály o virtuálních sportech",bingoemail:"Chci dostávat marketingové e-maily o bingu",bingosms:"Chci dostávat marketingové SMS o bingu",bingo3rdparty:"Chci přijímat marketingové telefonáty o bingu",bingopush:"Chci dostávat push notifikace o bingu",bingophonecall:"Chci přijímat marketingové telefonáty o bingu",bingomarketing:"Chci dostávat marketingové materiály o bingu"},de:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"Ich möchte Sport-Marketing-E-Mails erhalten",sportssms:"Ich möchte Sport-Marketing-SMS erhalten",sports3rdparty:"Ich möchte Sport-Marketing-Anrufe erhalten",sportspush:"Ich möchte Push-Benachrichtigungen für Sport erhalten",sportsphonecall:"Ich möchte Marketinganrufe zum Thema Sport erhalten",sportsmarketing:"Ich möchte Marketingmaterialien zum Thema Sport erhalten",casinoemail:"Ich möchte Marketing-E-Mails zum Thema Casino erhalten",casinosms:"Ich möchte Marketing-SMS zum Thema Casino erhalten",casino3rdparty:"Ich möchte Marketinganrufe zum Thema Casino erhalten",casinopush:"Ich möchte Push-Benachrichtigungen zum Thema Casino erhalten",casinophonecall:"Ich möchte Marketinganrufe zum Thema Casino erhalten",casinomarketing:"Ich möchte Marketingmaterialien zum Thema Casino erhalten",virtualsportsemail:"Ich möchte Marketing-E-Mails zu virtuellen Sportarten erhalten",virtualsportssms:"Ich möchte Marketing-SMS zu virtuellen Sportarten erhalten",virtualsports3rdparty:"Ich möchte Marketinganrufe zu virtuellen Sportarten erhalten",virtualsportspush:"Ich möchte Push-Benachrichtigungen zu virtuellen Sportarten erhalten",virtualsportsphonecall:"Ich möchte Marketinganrufe zu virtuellen Sportarten erhalten",virtualsportsmarketing:"Ich möchte Marketingmaterialien zu virtuellen Sportarten erhalten",bingoemail:"Ich möchte Marketing-E-Mails zum Thema Bingo erhalten",bingosms:"Ich möchte Marketing-SMS zum Thema Bingo erhalten",bingo3rdparty:"Ich möchte Marketinganrufe zum Thema Bingo erhalten",bingopush:"Ich möchte Push-Benachrichtigungen zum Thema Bingo erhalten",bingophonecall:"Ich möchte Marketinganrufe zum Thema Bingo erhalten",bingomarketing:"Ich möchte Marketingmaterialien zum Thema Bingo erhalten"}},r=e=>new Promise((t=>{fetch(e).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{for(let i in e[t])n[t]||(n[t]={}),n[t][i]=e[t][i]})),t(!0)}))})),s=(e,t,i)=>{let r=(s=n[t||"en"],e.split(".").reduce(((e,t)=>e&&void 0!==e[t]?e[t]:null),s));var s;if(null===r)return e;if(void 0!==i)for(const[e,t]of Object.entries(i)){const i=new RegExp(`{${e}}`,"g");r=r.replace(i,t)}return r},o="__WIDGET_GLOBAL_STYLE_CACHE__";function a(e,t){if(e){const i=document.createElement("style");i.innerHTML=t,e.appendChild(i)}}function c(e,t){if(!e||!t)return;const i=new URL(t);fetch(i.href).then((e=>e.text())).then((t=>{const i=document.createElement("style");i.innerHTML=t,e&&e.appendChild(i)})).catch((e=>{console.error("There was an error while trying to load client styling from URL",e)}))}function l(e,t,i,n=!1){if(!window.emMessageBus)return;if(!("adoptedStyleSheets"in Document.prototype)||!n)return i=function(e,t){const i=document.createElement("style");return window.emMessageBus.subscribe(t,(t=>{e&&(i.innerHTML=t,e.appendChild(i))}))}(e,t),i;window[o]||(window[o]={}),i=function(e,t){return window.emMessageBus.subscribe(t,(i=>{if(!e)return;const n=e.getRootNode(),r=window[o];let s=r[t]&&r[t].sheet;s?r[t].refCount=r[t].refCount+1:(s=new CSSStyleSheet,s.replaceSync(i),r[t]={sheet:s,refCount:1});const a=n.adoptedStyleSheets||[];a.includes(s)||(n.adoptedStyleSheets=[...a,s])}))}(e,t);const r=i.unsubscribe.bind(i);return i.unsubscribe=()=>{if(window[o][t]){const e=window[o][t];e.refCount>1?e.refCount=e.refCount-1:delete window[o][t]}r()},i}const p=class{constructor(i){e(this,i),this.userLegislationConsent=t(this,"userLegislationConsent",7),this.goToTermsAndConditions=()=>window.postMessage({type:"GoToTermsAndConditions"}),this.goToPrivacyPolicy=()=>window.postMessage({type:"GoToPrivacyPolicy"}),this.lang="en",this.queried=!1,this.consentType="",this.mandatory=!1,this.gmVersion="",this.consentTitle="",this.clientStyling="",this.clientStylingUrl="",this.translationUrl="",this.mbSource=void 0,this.textContent=""}handleNewTranslations(){r(this.translationUrl)}handleStylingUrlChange(e,t){e!==t&&c(this.stylingContainer,this.clientStylingUrl)}async componentWillLoad(){this.translationUrl.length>2&&await r(this.translationUrl)}userLegislationConsentHandler(){this.userLegislationConsent.emit({type:this.consentType,value:this.checkboxInput.checked})}componentDidLoad(){this.stylingContainer&&(null!=window.emMessageBus?l(this.stylingContainer,`${this.mbSource}.Style`,this.stylingSubscription):(this.clientStyling&&a(this.stylingContainer,this.clientStyling),this.clientStylingUrl&&c(this.stylingContainer,this.clientStylingUrl)))}disconnectedCallback(){this.stylingSubscription&&this.stylingSubscription.unsubscribe()}determineTextContent(){const e=this.mandatory?i("span",{class:"MandatoryItem"},"*"):"";if("gmcore"===this.gmVersion&&"termsandconditions"===this.consentType)return i("p",null,s("termsAndConditions.acceptPart1",this.lang),i("span",{class:"ConsentLink",onClick:this.goToTermsAndConditions},s("termsAndConditions.tcLink",this.lang)),s("termsAndConditions.acceptPart2",this.lang),i("span",{class:"ConsentLink",onClick:this.goToPrivacyPolicy},s("privacyPolicy.privacyLink",this.lang)),s("termsAndConditions.acceptPart3",this.lang)," ",e);if("gm16"===this.gmVersion){if("termsandconditions"===this.consentType)return i("p",null,s("termsAndConditions.acceptPart1",this.lang),i("span",{class:"ConsentLink",onClick:this.goToTermsAndConditions},s("termsAndConditions.tcLink",this.lang))," ",e);if("privacypolicy"===this.consentType)return i("p",null,s("privacyPolicy.readUnderstandPart1",this.lang),i("span",{class:"ConsentLink",onClick:this.goToPrivacyPolicy},s("privacyPolicy.privacyLink",this.lang)),s("privacyPolicy.readUnderstandPart2",this.lang)," ",e)}return i("p",null,s(this.consentType,this.lang)," ",e)}render(){return this.queried&&this.userLegislationConsentHandler(),i("div",{key:"6b3c14e5e45334d7d52bfaa91e51a7fd3804e433",ref:e=>this.stylingContainer=e},i("p",{key:"df5fa47552931f2b9ab2b6bc18c92d2c8fdb47aa",class:"ConsentTitle"},this.consentTitle),i("label",{key:"9e73eeeb8baeb35f11c073c4466b62aa75875fc8",class:"UserConsent",htmlFor:"userConsent"},i("input",{key:"a8270c4eec7774cbe3fc6aba0625bac721ff648b",ref:e=>this.checkboxInput=e,id:"userConsent",type:"checkbox",onInput:()=>this.userLegislationConsentHandler()}),this.determineTextContent()))}static get watchers(){return{translationUrl:["handleNewTranslations"],clientStylingUrl:["handleStylingUrlChange"]}}};p.style=':host{display:block;font-family:inherit}.ConsentTitle{margin-bottom:0.2rem;font-weight:600}.UserConsent:hover{cursor:pointer}.UserConsent{display:flex;align-items:center}.MandatoryItem{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:1.2rem}.ConsentLink{text-decoration:underline;color:var(--emw--color-primary), #52d004;font-weight:bold}#userConsent{appearance:none;width:18px;border-radius:3px;height:18px;border:1px solid var(--emw--color-black, #000000);background-color:var(--emw--color-white), #FFFFFF;cursor:pointer;position:relative}#userConsent:checked{background-color:var(--emw--color-white), #FFFFFF;border:1px solid var(--emw--color-black, #000000)}#userConsent:checked::after{content:"";position:absolute;width:4px;height:8px;border:solid var(--emw--color-black, #000000);background-color:var(--emw--color-white), #FFFFFF;border-width:0 2px 2px 0;top:2px;left:5px;transform:rotate(45deg)}';const m={en:{termsAndConditionsTitle:"Terms and Conditions",smsTitle:"SMS marketing",emailMarketingTitle:"Email marketing",privacyPolicyTitle:"Privacy Policy",userNoticeText:"Before you can proceed you must consent to the following",submitButtonText:"Submit",rejectButtonText:"Reject",rejectText:"Rejecting new consents will result in the inability to continue the login process and you will be logged out.",consentUpdateSuccess:"Consent update successful!",serverNotResponding:"Server might not be responding"},"en-us":{termsAndConditionsTitle:"Terms and Conditions",smsTitle:"SMS marketing",emailMarketingTitle:"Email marketing",privacyPolicyTitle:"Privacy Policy",userNoticeText:"Before you can proceed you must consent to the following",submitButtonText:"Submit",rejectButtonText:"Reject",rejectText:"Rejecting new consents will result in the inability to continue the login process and you will be logged out.",consentUpdateSuccess:"Consent update successful!",serverNotResponding:"Server might not be responding"},ro:{termsAndConditionsTitle:"Termeni și Condiții",smsTitle:"Marketing prin SMS",emailMarketingTitle:"Marketing prin Email",privacyPolicyTitle:"Politica de Confidențialitate",userNoticeText:"Înainte de a continua, trebuie să vă dați consimțământul pentru următoarele",submitButtonText:"Trimite",rejectButtonText:"Respinge",rejectText:"Respingerea noilor consimțăminte va duce la imposibilitatea de a continua procesul de autentificare și veți fi deconectat.",consentUpdateSuccess:"Actualizare consimțământ reușită!",serverNotResponding:"Serverul s-ar putea să nu răspundă"},hr:{termsAndConditionsTitle:"Opći uvjeti i odredbe",smsTitle:"SMS makretinški sadržaj",emailMarketingTitle:"E-mail makretinški sadržaj",privacyPolicyTitle:"Politika Privatnosti",userNoticeText:"Prije nego što možete nastaviti, morate pristati na sljedeće",submitButtonText:"Pošalji",rejectButtonText:"Odbij",rejectText:"Odbijanje novih pristanka rezultirat će nemogućnošću nastavka procesa prijave i bit ćete odjavljeni.",consentUpdateSuccess:"Ažuriranje pristanka uspješno!",serverNotResponding:"Poslužitelj možda ne odgovara"},fr:{termsAndConditionsTitle:"Termes et Conditions",smsTitle:"Marketing par SMS",emailMarketingTitle:"Marketing par Email",privacyPolicyTitle:"Politique de Confidentialité",userNoticeText:"Avant de continuer, vous devez consentir aux éléments suivants",submitButtonText:"Soumettre",rejectButtonText:"Rejeter",rejectText:"Le rejet des nouveaux consentements entraînera l'impossibilité de continuer le processus de connexion et vous serez déconnecté.",consentUpdateSuccess:"Mise à jour du consentement réussie!",serverNotResponding:"Le serveur ne répond peut-être pas"},cs:{termsAndConditionsTitle:"Podmínky a ujednání",smsTitle:"SMS marketing",emailMarketingTitle:"Emailový marketing",privacyPolicyTitle:"Zásady ochrany osobních údajů",userNoticeText:"Než budete moci pokračovat, musíte souhlasit s následujícím",submitButtonText:"Odeslat",rejectButtonText:"Odmítnout",rejectText:"Odmítnutí nových souhlasů povede k nemožnosti pokračovat v procesu přihlášení a budete odhlášeni.",consentUpdateSuccess:"Aktualizace souhlasu proběhla úspěšně!",serverNotResponding:"Server možná neodpovídá"},de:{termsAndConditionsTitle:"Allgemeine Geschäftsbedingungen",smsTitle:"SMS-Marketing",emailMarketingTitle:"E-Mail-Marketing",privacyPolicyTitle:"Datenschutzrichtlinie",userNoticeText:"Bevor Sie fortfahren können, müssen Sie den folgenden Punkten zustimmen",submitButtonText:"Absenden",rejectButtonText:"Ablehnen",rejectText:"Das Ablehnen neuer Zustimmungen führt dazu, dass der Anmeldevorgang nicht fortgesetzt werden kann und Sie abgemeldet werden.",consentUpdateSuccess:"Zustimmung erfolgreich aktualisiert!",serverNotResponding:"Der Server antwortet möglicherweise nicht"},es:{termsAndConditionsTitle:"Términos y Condiciones",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidad",userNoticeText:"Antes de continuar, debe dar su consentimiento a lo siguiente",submitButtonText:"Enviar",rejectButtonText:"Rechazar",rejectText:"Rechazar nuevos consentimientos resultará en la imposibilidad de continuar el proceso de inicio de sesión y se cerrará la sesión.",consentUpdateSuccess:"¡Actualización del consentimiento exitosa!",serverNotResponding:"El servidor podría no estar respondiendo"},pt:{termsAndConditionsTitle:"Termos e Condições",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidade",userNoticeText:"Antes de continuar, você deve consentir com o seguinte",submitButtonText:"Enviar",rejectButtonText:"Rejeitar",rejectText:"Rejeitar novos consentimentos resultará na impossibilidade de continuar o processo de login e você será desconectado.",consentUpdateSuccess:"Atualização de consentimento bem-sucedida!",serverNotResponding:"O servidor pode não estar respondendo"},"es-mx":{termsAndConditionsTitle:"Términos y Condiciones",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidad",userNoticeText:"Antes de continuar, debe dar su consentimiento a lo siguiente",submitButtonText:"Enviar",rejectButtonText:"Rechazar",rejectText:"Rechazar nuevos consentimientos resultará en la imposibilidad de continuar el proceso de inicio de sesión y se cerrará la sesión.",consentUpdateSuccess:"¡Actualización del consentimiento exitosa!",serverNotResponding:"El servidor podría no estar respondiendo"},"pt-br":{termsAndConditionsTitle:"Termos e Condições",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidade",userNoticeText:"Antes de continuar, você deve consentir com o seguinte",submitButtonText:"Enviar",rejectButtonText:"Rejeitar",rejectText:"Rejeitar novos consentimentos resultará na impossibilidade de continuar o processo de login e você será desconectado.",consentUpdateSuccess:"Atualização de consentimento bem-sucedida!",serverNotResponding:"O servidor pode não estar respondendo"}},d=e=>new Promise((t=>{fetch(e).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{m[t]||(m[t]={});for(let i in e[t])m[t][i]=e[t][i]})),t(!0)}))})),u=(e,t,i)=>{let n=m[void 0!==t&&t in m?t:"en"][e];if(void 0!==i)for(const[e,t]of Object.entries(i.values)){const i=new RegExp(`{${e}}`,"g");n=n.replace(i,t)}return n},h=class{constructor(t){e(this,t),this.mandatoryActions=["termsandconditions","privacypolicy"],this.userActions=[],this.getConsentTitleMethods={termsandconditions:()=>u("termsAndConditionsTitle",this.lang),sms:()=>u("smsTitle",this.lang),emailmarketing:()=>u("emailMarketingTitle",this.lang),privacypolicy:()=>u("privacyPolicyTitle",this.lang)},this.handleApplyClick=()=>{this.queryFired=!0},this.handleReject=()=>{const e=new Headers;e.append("Content-type","application/json"),e.append("X-SessionID",this.userSession),fetch(`${this.endpoint}/v1/player/session/player`,{method:"DELETE",headers:e}).then((()=>{window.postMessage({type:"LogoutSuccessfull"},window.location.href),((e,t={})=>{const i=new CustomEvent("track-custom-event",{detail:{type:"logged_out",data:t},bubbles:!0,composed:!0});document.dispatchEvent(i)})(0,{})}))},this.endpoint=void 0,this.userSession=void 0,this.userId=void 0,this.lang="en",this.includeSubmitButton=void 0,this.includeRejectButton=void 0,this.includeRejectText=void 0,this.gmVersion="",this.translationUrl="",this.clientStyling="",this.clientStylingUrl="",this.mbSource=void 0,this.queryFired=!1,this.readyActionsCount=0,this.activeUserActions=[],this.userActionsValidated=!0,this.receivedQueryResponses=0,this.isLoading=!0,this.mandatoryActionsChecked=0,this.mandatoryItems=void 0}handleNewTranslations(){d(this.translationUrl)}handleClientStylingChange(e,t){e!=t&&a(this.stylingContainer,this.clientStyling)}handleClientStylingUrlChange(e,t){e!=t&&this.clientStylingUrl&&c(this.stylingContainer,this.clientStylingUrl)}handleQueryResponse(){this.receivedQueryResponses===this.activeUserActions.length&&this.updateUserConsents()}userLegislationConsentHandler(e){const t=e.detail.type,i=e.detail.value;this.mandatoryActions.includes(t)&&!1===this.queryFired&&(!0===i?this.mandatoryActionsChecked++:this.mandatoryActionsChecked--),this.queryFired&&(this.userActions.push(Object.assign({tagCode:t,status:(e=>"gm16"===this.gmVersion?e?1:0:e?"Accepted":"Denied")(i)},"gm16"===this.gmVersion&&{note:""})),this.receivedQueryResponses++)}determineUserActionsCore(){const e=new URL(`${this.endpoint}/v1/player/${this.userId}/consent/`),t=new Headers;t.append("X-SessionId",this.userSession),fetch(e.href,{method:"GET",headers:t}).then((e=>e.json())).then((e=>{e.items.forEach((e=>{"Expired"===e.status&&this.activeUserActions.push(e.tagCode)}))})).catch((e=>{console.error("Error fetching data:",e)})).finally((()=>{this.calcMandatoryActions(),window.postMessage({type:"UserActionsExists",displayUserActions:this.mandatoryItems>0},window.location.href),this.isLoading=!1}))}determineUserActions16(){const e=new URL(`${this.endpoint}/v1/player/${this.userId}/legislation/consents/`),t=new Headers;t.append("X-SessionId",this.userSession),fetch(e.href,{method:"GET",headers:t}).then((e=>e.json())).then((e=>{e.consents.forEach((e=>{2===e.status&&"pepconsent"!==e.tagCode&&this.activeUserActions.push(e.tagCode)}))})).catch((e=>{console.error("Error fetching data:",e)})).finally((()=>{this.calcMandatoryActions(),window.postMessage({type:"UserActionsExists",displayUserActions:this.mandatoryItems>0},window.location.href),this.isLoading=!1}))}updateUserConsents(){const e="gmcore"===this.gmVersion?new URL(`${this.endpoint}/v1/player/${this.userId}/consent/`):new URL(`${this.endpoint}/v1/player/${this.userId}/legislation/consents/`);let t={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json","X-SessionId":`${this.userSession}`},body:JSON.stringify({consents:this.userActions})};fetch(e.href,t).then((e=>e.json())).then((()=>{window.postMessage({type:"WidgetNotification",data:{type:"success",message:u("consentUpdateSuccess",this.lang)}},window.location.href)})).catch((()=>{window.postMessage({type:"WidgetNotification",data:{type:"error",message:u("serverNotResponding",this.lang)}},window.location.href)})).finally((()=>{window.postMessage({type:"UserActionsCompleted"},window.location.href)}))}async componentWillLoad(){switch(this.gmVersion){case"gmcore":this.determineUserActionsCore();break;case"gm16":this.determineUserActions16()}this.translationUrl.length>2&&await d(this.translationUrl)}componentDidLoad(){this.stylingContainer&&(null!=window.emMessageBus?l(this.stylingContainer,`${this.mbSource}.Style`,this.stylingSubscription):(this.clientStyling&&a(this.stylingContainer,this.clientStyling),this.clientStylingUrl&&c(this.stylingContainer,this.clientStylingUrl)))}disconnectedCallback(){this.stylingSubscription&&this.stylingSubscription.unsubscribe()}calcMandatoryActions(){this.mandatoryItems=0,this.mandatoryActions.forEach((e=>this.activeUserActions.includes(e)&&this.mandatoryItems++))}render(){if(0!==this.mandatoryItems)return this.userActionsValidated=this.mandatoryActionsChecked===this.mandatoryItems,i("div",{class:"QueryReferenceContainer",ref:e=>this.stylingContainer=e},this.isLoading?i("div",null,i("slot",{name:"spinner"}),i("svg",{class:"spinner",viewBox:"0 0 50 50"},i("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none","stroke-width":"5"}))):i("div",{class:"UserActionController"},i("h2",{class:"UserConsentNotice"},u("userNoticeText",this.lang)),i("div",{class:"PlayerLegislationWrapper"},this.activeUserActions.map((e=>{var t,n;return i("slot",{name:e},i("player-user-consents",{lang:this.lang,"gm-version":this.gmVersion,"translation-url":this.translationUrl,consentType:e,consentTitle:null===(n=(t=this.getConsentTitleMethods)[e])||void 0===n?void 0:n.call(t),queried:this.queryFired,mandatory:this.mandatoryActions.includes(e),"client-styling-url":this.clientStylingUrl,"mb-source":this.mbSource,"client-styling":this.clientStyling}))}))),i("div",{class:"ButtonsWrapper"},this.includeRejectButton&&i("button",{class:"ConsentRejectButton",onClick:this.handleReject},u("rejectButtonText",this.lang)),this.includeSubmitButton&&i("button",{class:"ConsentSubmitButton",disabled:!this.userActionsValidated,onClick:this.handleApplyClick},u("submitButtonText",this.lang))),this.includeRejectText&&i("p",{class:"RejectText"},u("rejectText",this.lang))))}static get watchers(){return{translationUrl:["handleNewTranslations"],clientStyling:["handleClientStylingChange"],clientStylingUrl:["handleClientStylingUrlChange"],receivedQueryResponses:["handleQueryResponse"]}}};h.style=":host{display:block}.QueryReferenceContainer{height:100%;width:100%}.UserConsentNotice{font-size:1.2rem;font-weight:200;text-align:center}.CloseButton{width:25px;height:25px;align-self:flex-end}.UserActionController{font-family:inherit;font-weight:100;height:100%;padding:1rem 1.5rem 2rem;background-color:var(--emw--color-white, #FFFFFF);display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--emw--border-radius-large, 20px);max-width:fit-content}.ConsentSubmitButton,.ConsentRejectButton{font-size:1rem;font-family:var(--emw--button-typography);padding:0.4rem 1.4rem;background:var(--emw--button-background-color, #FFFFFF);border:var(--emw--button-border, 2px solid #000000);color:var(--emw--button-text-color, #000000);border-radius:var(--emw--button-border-radius, 10px);align-self:flex-end;cursor:pointer}.ConsentSubmitButton:disabled,.ConsentRejectButton:disabled{border:2px solid #ccc;color:#ccc;cursor:unset}.ButtonsWrapper{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}.ButtonsWrapper button:only-child{margin-left:auto}@media screen and (max-width: 320px){.QueryReferenceContainer{font-size:0.8rem;color:var(--emw--button-text-color, #000000)}}.spinner{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner .path{stroke:var(--emw--login-color-primary, var(--emw--color-primary, #22B04E));stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1, 150;stroke-dashoffset:0}50%{stroke-dasharray:90, 150;stroke-dashoffset:-35}100%{stroke-dasharray:90, 150;stroke-dashoffset:-124}}";export{p as player_user_consents,h as user_action_controller}
1
+ import{r as e,c as t,h as i}from"./index-5b001d30.js";const r={en:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"I want to receive Sports email marketing",sportssms:"I want to receive Sports SMS marketing",sports3rdparty:"I want to receive Sports phone call marketing",sportspush:"I want to receive Sports push notifications",sportsphonecall:"I want to receive Sports phone call marketing",sportsmarketing:"I want to receive Sports marketing materials",casinoemail:"I want to receive Casino email marketing",casinosms:"I want to receive Casino SMS marketing",casino3rdparty:"I want to receive Casino phone call marketing",casinopush:"I want to receive Casino push notifications",casinophonecall:"I want to receive Casino phone call marketing",casinomarketing:"I want to receive Casino marketing materials",virtualsportsemail:"I want to receive Virtual Sports email marketing",virtualsportssms:"I want to receive Virtual Sports SMS marketing",virtualsports3rdparty:"I want to receive Virtual Sports phone call marketing",virtualsportspush:"I want to receive Virtual Sports push notifications",virtualsportsphonecall:"I want to receive Virtual Sports phone call marketing",virtualsportsmarketing:"I want to receive Virtual Sports marketing materials",bingoemail:"I want to receive Bingo email marketing",bingosms:"I want to receive Bingo SMS marketing",bingo3rdparty:"I want to receive Bingo phone call marketing",bingopush:"I want to receive Bingo push notifications",bingophonecall:"I want to receive Bingo phone call marketing",bingomarketing:"I want to receive Bingo marketing materials"},ro:{termsAndConditions:{acceptPart1:"Accept ",acceptPart2:" platformei. Am citit şi înţeles ",acceptPart3:" publicată pe acest site şi confirm că am vârstă peste 18 ani.",tc:"Termenii şi condiţiile"},privacyPolicy:{readUnderstandPart1:"Am citit şi înţeles ",readUnderstandPart2:" publicată pe acest site şi confirm că am vârstă peste 18 ani.",privacy:"Politica de confidenţialitate"},sms:"Sunt de acord să primesc promoţii de marketing prin SMS.",emailmarketing:"Sunt de acord să primesc promoţii de marketing pe e-mail.",sportsemail:"Vreau să primesc marketing prin e-mail pentru sporturi",sportssms:"Vreau să primesc marketing prin SMS pentru sporturi",sports3rdparty:"Vreau să primesc marketing prin apel telefonic pentru sporturi",sportspush:"Vreau să primesc notificări push pentru Sport",sportsphonecall:"Doresc să primesc apeluri de marketing pentru Sport",sportsmarketing:"Doresc să primesc materiale de marketing pentru Sport",casinoemail:"Doresc să primesc e-mailuri de marketing pentru Cazinou",casinosms:"Doresc să primesc mesaje SMS de marketing pentru Cazinou",casino3rdparty:"Doresc să primesc apeluri de marketing pentru Cazinou",casinopush:"Doresc să primesc notificări push pentru Cazinou",casinophonecall:"Doresc să primesc apeluri de marketing pentru Cazinou",casinomarketing:"Doresc să primesc materiale de marketing pentru Cazinou",virtualsportsemail:"Doresc să primesc e-mailuri de marketing pentru Sporturi Virtuale",virtualsportssms:"Doresc să primesc mesaje SMS de marketing pentru Sporturi Virtuale",virtualsports3rdparty:"Doresc să primesc apeluri de marketing pentru Sporturi Virtuale",virtualsportspush:"Doresc să primesc notificări push pentru Sporturi Virtuale",virtualsportsphonecall:"Doresc să primesc apeluri de marketing pentru Sporturi Virtuale",virtualsportsmarketing:"Doresc să primesc materiale de marketing pentru Sporturi Virtuale",bingoemail:"Doresc să primesc e-mailuri de marketing pentru Bingo",bingosms:"Doresc să primesc mesaje SMS de marketing pentru Bingo",bingo3rdparty:"Doresc să primesc apeluri de marketing pentru Bingo",bingopush:"Doresc să primesc notificări push pentru Bingo",bingophonecall:"Doresc să primesc apeluri de marketing pentru Bingo",bingomarketing:"Doresc să primesc materiale de marketing pentru Bingo"},hr:{termsAndConditions:{acceptPart1:"Prihvaćam Opće uvjete i odredbe ",acceptPart2:"",acceptPart3:"",tcLink:"Opći uvjeti i odredbe"},privacyPolicy:{readUnderstandPart1:"Pročitao sam i razumijem Politiku Privatnosti ",readUnderstandPart2:", i potvrđujem da imam više od 18 godina",privacyLink:"Politika Privatnosti"},sms:"Želim dobivati marketinški sadržaj putem sms",emailmarketing:"Želim dobivati marketinški sadržaj putem e-maila",sportsemail:"Želim primati sportski marketing putem e-pošte",sportssms:"Želim primati sportski marketing putem SMS-a",sports3rdparty:"Želim primati sportski marketing putem telefonskog poziva",sportspush:"Želim primati push obavijesti za Sport",sportsphonecall:"Želim primati marketinške pozive vezane uz sport",sportsmarketing:"Želim primati marketinške materijale vezane uz sport",casinoemail:"Želim primati promotivne e-poruke za kasino",casinosms:"Želim primati promotivne SMS poruke za kasino",casino3rdparty:"Želim primati marketinške pozive za kasino",casinopush:"Želim primati push obavijesti za kasino",casinophonecall:"Želim primati marketinške pozive za kasino",casinomarketing:"Želim primati marketinške materijale za kasino",virtualsportsemail:"Želim primati promotivne e-poruke za virtualne sportove",virtualsportssms:"Želim primati promotivne SMS poruke za virtualne sportove",virtualsports3rdparty:"Želim primati marketinške pozive za virtualne sportove",virtualsportspush:"Želim primati push obavijesti za virtualne sportove",virtualsportsphonecall:"Želim primati marketinške pozive za virtualne sportove",virtualsportsmarketing:"Želim primati marketinške materijale za virtualne sportove",bingoemail:"Želim primati promotivne e-poruke za bingo",bingosms:"Želim primati promotivne SMS poruke za bingo",bingo3rdparty:"Želim primati marketinške pozive za bingo",bingopush:"Želim primati push obavijesti za bingo",bingophonecall:"Želim primati marketinške pozive za bingo",bingomarketing:"Želim primati marketinške materijale za bingo"},fr:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"Je veux recevoir des e-mails marketing pour les sports",sportssms:"Je veux recevoir des SMS marketing pour les sports",sports3rdparty:"Je veux recevoir des appels marketing pour les sports",sportspush:"Je souhaite recevoir des notifications push pour le sport",sportsphonecall:"Je souhaite recevoir des appels de marketing pour le sport",sportsmarketing:"Je souhaite recevoir des supports marketing pour le sport",casinoemail:"Je souhaite recevoir des e-mails marketing pour le casino",casinosms:"Je souhaite recevoir des SMS marketing pour le casino",casino3rdparty:"Je souhaite recevoir des appels marketing pour le casino",casinopush:"Je souhaite recevoir des notifications push pour le casino",casinophonecall:"Je souhaite recevoir des appels marketing pour le casino",casinomarketing:"Je souhaite recevoir des supports marketing pour le casino",virtualsportsemail:"Je souhaite recevoir des e-mails marketing pour les sports virtuels",virtualsportssms:"Je souhaite recevoir des SMS marketing pour les sports virtuels",virtualsports3rdparty:"Je souhaite recevoir des appels marketing pour les sports virtuels",virtualsportspush:"Je souhaite recevoir des notifications push pour les sports virtuels",virtualsportsphonecall:"Je souhaite recevoir des appels marketing pour les sports virtuels",virtualsportsmarketing:"Je souhaite recevoir des supports marketing pour les sports virtuels",bingoemail:"Je souhaite recevoir des e-mails marketing pour le bingo",bingosms:"Je souhaite recevoir des SMS marketing pour le bingo",bingo3rdparty:"Je souhaite recevoir des appels marketing pour le bingo",bingopush:"Je souhaite recevoir des notifications push pour le bingo",bingophonecall:"Je souhaite recevoir des appels marketing pour le bingo",bingomarketing:"Je souhaite recevoir des supports marketing pour le bingo"},cs:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"Chci dostávat sportovní marketingové e-maily",sportssms:"Chci dostávat sportovní marketingové SMS",sports3rdparty:"Chci dostávat sportovní marketingové telefonáty",sportspush:"Chci dostávat push oznámení o sportu",sportsphonecall:"Chci přijímat marketingové telefonáty o sportu",sportsmarketing:"Chci dostávat marketingové materiály o sportu",casinoemail:"Chci dostávat marketingové e-maily o kasinu",casinosms:"Chci dostávat marketingové SMS o kasinu",casino3rdparty:"Chci přijímat marketingové telefonáty o kasinu",casinopush:"Chci dostávat push notifikace o kasinu",casinophonecall:"Chci přijímat marketingové telefonáty o kasinu",casinomarketing:"Chci dostávat marketingové materiály o kasinu",virtualsportsemail:"Chci dostávat marketingové e-maily o virtuálních sportech",virtualsportssms:"Chci dostávat marketingové SMS o virtuálních sportech",virtualsports3rdparty:"Chci přijímat marketingové telefonáty o virtuálních sportech",virtualsportspush:"Chci dostávat push notifikace o virtuálních sportech",virtualsportsphonecall:"Chci přijímat marketingové telefonáty o virtuálních sportech",virtualsportsmarketing:"Chci dostávat marketingové materiály o virtuálních sportech",bingoemail:"Chci dostávat marketingové e-maily o bingu",bingosms:"Chci dostávat marketingové SMS o bingu",bingo3rdparty:"Chci přijímat marketingové telefonáty o bingu",bingopush:"Chci dostávat push notifikace o bingu",bingophonecall:"Chci přijímat marketingové telefonáty o bingu",bingomarketing:"Chci dostávat marketingové materiály o bingu"},de:{termsAndConditions:{acceptPart1:"I accept the ",acceptPart2:", I have read and understood the ",acceptPart3:" as published on this site and confirm that I am over 18 years old.",tc:"Terms and Conditions"},privacyPolicy:{readUnderstandPart1:"I have read and understood the ",readUnderstandPart2:", as published on this site and confirm that I am over 18 years old.",privacy:"Privacy Policy"},sms:"I consent to receive marketing communication via SMS.",emailmarketing:"I consent to receive marketing communication via Email.",sportsemail:"Ich möchte Sport-Marketing-E-Mails erhalten",sportssms:"Ich möchte Sport-Marketing-SMS erhalten",sports3rdparty:"Ich möchte Sport-Marketing-Anrufe erhalten",sportspush:"Ich möchte Push-Benachrichtigungen für Sport erhalten",sportsphonecall:"Ich möchte Marketinganrufe zum Thema Sport erhalten",sportsmarketing:"Ich möchte Marketingmaterialien zum Thema Sport erhalten",casinoemail:"Ich möchte Marketing-E-Mails zum Thema Casino erhalten",casinosms:"Ich möchte Marketing-SMS zum Thema Casino erhalten",casino3rdparty:"Ich möchte Marketinganrufe zum Thema Casino erhalten",casinopush:"Ich möchte Push-Benachrichtigungen zum Thema Casino erhalten",casinophonecall:"Ich möchte Marketinganrufe zum Thema Casino erhalten",casinomarketing:"Ich möchte Marketingmaterialien zum Thema Casino erhalten",virtualsportsemail:"Ich möchte Marketing-E-Mails zu virtuellen Sportarten erhalten",virtualsportssms:"Ich möchte Marketing-SMS zu virtuellen Sportarten erhalten",virtualsports3rdparty:"Ich möchte Marketinganrufe zu virtuellen Sportarten erhalten",virtualsportspush:"Ich möchte Push-Benachrichtigungen zu virtuellen Sportarten erhalten",virtualsportsphonecall:"Ich möchte Marketinganrufe zu virtuellen Sportarten erhalten",virtualsportsmarketing:"Ich möchte Marketingmaterialien zu virtuellen Sportarten erhalten",bingoemail:"Ich möchte Marketing-E-Mails zum Thema Bingo erhalten",bingosms:"Ich möchte Marketing-SMS zum Thema Bingo erhalten",bingo3rdparty:"Ich möchte Marketinganrufe zum Thema Bingo erhalten",bingopush:"Ich möchte Push-Benachrichtigungen zum Thema Bingo erhalten",bingophonecall:"Ich möchte Marketinganrufe zum Thema Bingo erhalten",bingomarketing:"Ich möchte Marketingmaterialien zum Thema Bingo erhalten"}},n=e=>new Promise((t=>{fetch(e).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{for(let i in e[t])r[t]||(r[t]={}),r[t][i]=e[t][i]})),t(!0)}))})),s=(e,t,i)=>{let n=(s=r[t||"en"],e.split(".").reduce(((e,t)=>e&&void 0!==e[t]?e[t]:null),s));var s;if(null===n)return e;if(void 0!==i)for(const[e,t]of Object.entries(i)){const i=new RegExp(`{${e}}`,"g");n=n.replace(i,t)}return n},o="__WIDGET_GLOBAL_STYLE_CACHE__";function a(e,t){if(e){const i=document.createElement("style");i.innerHTML=t,e.appendChild(i)}}function c(e,t){if(!e||!t)return;const i=new URL(t);fetch(i.href).then((e=>e.text())).then((t=>{const i=document.createElement("style");i.innerHTML=t,e&&e.appendChild(i)})).catch((e=>{console.error("There was an error while trying to load client styling from URL",e)}))}function l(e,t,i,r=!1){if(!window.emMessageBus)return;if(!("adoptedStyleSheets"in Document.prototype)||!r)return i=function(e,t){const i=document.createElement("style");return window.emMessageBus.subscribe(t,(t=>{e&&(i.innerHTML=t,e.appendChild(i))}))}(e,t),i;window[o]||(window[o]={}),i=function(e,t){return window.emMessageBus.subscribe(t,(i=>{if(!e)return;const r=e.getRootNode(),n=window[o];let s=n[t]&&n[t].sheet;s?n[t].refCount=n[t].refCount+1:(s=new CSSStyleSheet,s.replaceSync(i),n[t]={sheet:s,refCount:1});const a=r.adoptedStyleSheets||[];a.includes(s)||(r.adoptedStyleSheets=[...a,s])}))}(e,t);const n=i.unsubscribe.bind(i);return i.unsubscribe=()=>{if(window[o][t]){const e=window[o][t];e.refCount>1?e.refCount=e.refCount-1:delete window[o][t]}n()},i}const p=class{constructor(i){e(this,i),this.userLegislationConsent=t(this,"userLegislationConsent",7),this.goToTermsAndConditions=()=>window.postMessage({type:"GoToTermsAndConditions"}),this.goToPrivacyPolicy=()=>window.postMessage({type:"GoToPrivacyPolicy"}),this.lang="en",this.queried=!1,this.consentType="",this.mandatory=!1,this.gmVersion="",this.consentTitle="",this.clientStyling="",this.clientStylingUrl="",this.translationUrl="",this.mbSource=void 0,this.textContent=""}handleNewTranslations(){n(this.translationUrl)}handleStylingUrlChange(e,t){e!==t&&c(this.stylingContainer,this.clientStylingUrl)}async componentWillLoad(){this.translationUrl.length>2&&await n(this.translationUrl)}userLegislationConsentHandler(){this.userLegislationConsent.emit({type:this.consentType,value:this.checkboxInput.checked})}componentDidLoad(){this.stylingContainer&&(null!=window.emMessageBus?l(this.stylingContainer,`${this.mbSource}.Style`,this.stylingSubscription):(this.clientStyling&&a(this.stylingContainer,this.clientStyling),this.clientStylingUrl&&c(this.stylingContainer,this.clientStylingUrl)))}disconnectedCallback(){this.stylingSubscription&&this.stylingSubscription.unsubscribe()}determineTextContent(){const e=this.mandatory?i("span",{class:"MandatoryItem"},"*"):"";if("gmcore"===this.gmVersion&&"termsandconditions"===this.consentType)return i("p",null,s("termsAndConditions.acceptPart1",this.lang),i("span",{class:"ConsentLink",onClick:this.goToTermsAndConditions},s("termsAndConditions.tcLink",this.lang)),s("termsAndConditions.acceptPart2",this.lang),i("span",{class:"ConsentLink",onClick:this.goToPrivacyPolicy},s("privacyPolicy.privacyLink",this.lang)),s("termsAndConditions.acceptPart3",this.lang)," ",e);if("gm16"===this.gmVersion){if("termsandconditions"===this.consentType)return i("p",null,s("termsAndConditions.acceptPart1",this.lang),i("span",{class:"ConsentLink",onClick:this.goToTermsAndConditions},s("termsAndConditions.tcLink",this.lang))," ",e);if("privacypolicy"===this.consentType)return i("p",null,s("privacyPolicy.readUnderstandPart1",this.lang),i("span",{class:"ConsentLink",onClick:this.goToPrivacyPolicy},s("privacyPolicy.privacyLink",this.lang)),s("privacyPolicy.readUnderstandPart2",this.lang)," ",e)}return i("p",null,s(this.consentType,this.lang)," ",e)}render(){return this.queried&&this.userLegislationConsentHandler(),i("div",{key:"6b3c14e5e45334d7d52bfaa91e51a7fd3804e433",ref:e=>this.stylingContainer=e},i("p",{key:"df5fa47552931f2b9ab2b6bc18c92d2c8fdb47aa",class:"ConsentTitle"},this.consentTitle),i("label",{key:"9e73eeeb8baeb35f11c073c4466b62aa75875fc8",class:"UserConsent",htmlFor:"userConsent"},i("input",{key:"a8270c4eec7774cbe3fc6aba0625bac721ff648b",ref:e=>this.checkboxInput=e,id:"userConsent",type:"checkbox",onInput:()=>this.userLegislationConsentHandler()}),this.determineTextContent()))}static get watchers(){return{translationUrl:["handleNewTranslations"],clientStylingUrl:["handleStylingUrlChange"]}}};p.style=':host{display:block;font-family:inherit}.ConsentTitle{margin-bottom:0.2rem;font-weight:600}.UserConsent:hover{cursor:pointer}.UserConsent{display:flex;align-items:center}.MandatoryItem{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:1.2rem}.ConsentLink{text-decoration:underline;color:var(--emw--color-primary), #52d004;font-weight:bold}#userConsent{appearance:none;width:18px;border-radius:3px;height:18px;border:1px solid var(--emw--color-black, #000000);background-color:var(--emw--color-white), #FFFFFF;cursor:pointer;position:relative}#userConsent:checked{background-color:var(--emw--color-white), #FFFFFF;border:1px solid var(--emw--color-black, #000000)}#userConsent:checked::after{content:"";position:absolute;width:4px;height:8px;border:solid var(--emw--color-black, #000000);background-color:var(--emw--color-white), #FFFFFF;border-width:0 2px 2px 0;top:2px;left:5px;transform:rotate(45deg)}';const m={en:{termsAndConditionsTitle:"Terms and Conditions",smsTitle:"SMS marketing",emailMarketingTitle:"Email marketing",privacyPolicyTitle:"Privacy Policy","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Before you can proceed you must consent to the following",submitButtonText:"Submit",rejectButtonText:"Reject",rejectText:"Rejecting new consents will result in the inability to continue the login process and you will be logged out.",consentUpdateSuccess:"Consent update successful!",serverNotResponding:"Server might not be responding"},"en-us":{termsAndConditionsTitle:"Terms and Conditions",smsTitle:"SMS marketing",emailMarketingTitle:"Email marketing",privacyPolicyTitle:"Privacy Policy","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Before you can proceed you must consent to the following",submitButtonText:"Submit",rejectButtonText:"Reject",rejectText:"Rejecting new consents will result in the inability to continue the login process and you will be logged out.",consentUpdateSuccess:"Consent update successful!",serverNotResponding:"Server might not be responding"},ro:{termsAndConditionsTitle:"Termeni și Condiții",smsTitle:"Marketing prin SMS",emailMarketingTitle:"Marketing prin Email",privacyPolicyTitle:"Politica de Confidențialitate","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Înainte de a continua, trebuie să vă dați consimțământul pentru următoarele",submitButtonText:"Trimite",rejectButtonText:"Respinge",rejectText:"Respingerea noilor consimțăminte va duce la imposibilitatea de a continua procesul de autentificare și veți fi deconectat.",consentUpdateSuccess:"Actualizare consimțământ reușită!",serverNotResponding:"Serverul s-ar putea să nu răspundă"},hr:{termsAndConditionsTitle:"Opći uvjeti i odredbe",smsTitle:"SMS makretinški sadržaj",emailMarketingTitle:"E-mail makretinški sadržaj",privacyPolicyTitle:"Politika Privatnosti","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Prije nego što možete nastaviti, morate pristati na sljedeće",submitButtonText:"Pošalji",rejectButtonText:"Odbij",rejectText:"Odbijanje novih pristanka rezultirat će nemogućnošću nastavka procesa prijave i bit ćete odjavljeni.",consentUpdateSuccess:"Ažuriranje pristanka uspješno!",serverNotResponding:"Poslužitelj možda ne odgovara"},fr:{termsAndConditionsTitle:"Termes et Conditions",smsTitle:"Marketing par SMS",emailMarketingTitle:"Marketing par Email",privacyPolicyTitle:"Politique de Confidentialité","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Avant de continuer, vous devez consentir aux éléments suivants",submitButtonText:"Soumettre",rejectButtonText:"Rejeter",rejectText:"Le rejet des nouveaux consentements entraînera l'impossibilité de continuer le processus de connexion et vous serez déconnecté.",consentUpdateSuccess:"Mise à jour du consentement réussie!",serverNotResponding:"Le serveur ne répond peut-être pas"},cs:{termsAndConditionsTitle:"Podmínky a ujednání",smsTitle:"SMS marketing",emailMarketingTitle:"Emailový marketing",privacyPolicyTitle:"Zásady ochrany osobních údajů","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Než budete moci pokračovat, musíte souhlasit s následujícím",submitButtonText:"Odeslat",rejectButtonText:"Odmítnout",rejectText:"Odmítnutí nových souhlasů povede k nemožnosti pokračovat v procesu přihlášení a budete odhlášeni.",consentUpdateSuccess:"Aktualizace souhlasu proběhla úspěšně!",serverNotResponding:"Server možná neodpovídá"},de:{termsAndConditionsTitle:"Allgemeine Geschäftsbedingungen",smsTitle:"SMS-Marketing",emailMarketingTitle:"E-Mail-Marketing",privacyPolicyTitle:"Datenschutzrichtlinie","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Bevor Sie fortfahren können, müssen Sie den folgenden Punkten zustimmen",submitButtonText:"Absenden",rejectButtonText:"Ablehnen",rejectText:"Das Ablehnen neuer Zustimmungen führt dazu, dass der Anmeldevorgang nicht fortgesetzt werden kann und Sie abgemeldet werden.",consentUpdateSuccess:"Zustimmung erfolgreich aktualisiert!",serverNotResponding:"Der Server antwortet möglicherweise nicht"},es:{termsAndConditionsTitle:"Términos y Condiciones",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidad","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Antes de continuar, debe dar su consentimiento a lo siguiente",submitButtonText:"Enviar",rejectButtonText:"Rechazar",rejectText:"Rechazar nuevos consentimientos resultará en la imposibilidad de continuar el proceso de inicio de sesión y se cerrará la sesión.",consentUpdateSuccess:"¡Actualización del consentimiento exitosa!",serverNotResponding:"El servidor podría no estar respondiendo"},pt:{termsAndConditionsTitle:"Termos e Condições",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidade","3rdPartyTitle":"Marketing de terceiros",userNoticeText:"Antes de continuar, você deve consentir com o seguinte",submitButtonText:"Enviar",rejectButtonText:"Rejeitar",rejectText:"Rejeitar novos consentimentos resultará na impossibilidade de continuar o processo de login e você será desconectado.",consentUpdateSuccess:"Atualização de consentimento bem-sucedida!",serverNotResponding:"O servidor pode não estar respondendo"},"es-mx":{termsAndConditionsTitle:"Términos y Condiciones",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidad","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Antes de continuar, debe dar su consentimiento a lo siguiente",submitButtonText:"Enviar",rejectButtonText:"Rechazar",rejectText:"Rechazar nuevos consentimientos resultará en la imposibilidad de continuar el proceso de inicio de sesión y se cerrará la sesión.",consentUpdateSuccess:"¡Actualización del consentimiento exitosa!",serverNotResponding:"El servidor podría no estar respondiendo"},"pt-br":{termsAndConditionsTitle:"Termos e Condições",smsTitle:"Marketing por SMS",emailMarketingTitle:"Marketing por Email",privacyPolicyTitle:"Política de Privacidade","3rdPartyTitle":"Third‑party marketing",userNoticeText:"Antes de continuar, você deve consentir com o seguinte",submitButtonText:"Enviar",rejectButtonText:"Rejeitar",rejectText:"Rejeitar novos consentimentos resultará na impossibilidade de continuar o processo de login e você será desconectado.",consentUpdateSuccess:"Atualização de consentimento bem-sucedida!",serverNotResponding:"O servidor pode não estar respondendo"}},d=e=>new Promise((t=>{fetch(e).then((e=>e.json())).then((e=>{Object.keys(e).forEach((t=>{m[t]||(m[t]={});for(let i in e[t])m[t][i]=e[t][i]})),t(!0)}))})),u=(e,t,i)=>{let r=m[void 0!==t&&t in m?t:"en"][e];if(void 0!==i)for(const[e,t]of Object.entries(i.values)){const i=new RegExp(`{${e}}`,"g");r=r.replace(i,t)}return r},h=class{constructor(t){e(this,t),this.mandatoryActions=["termsandconditions","privacypolicy"],this.userActions=[],this.getConsentTitleMethods={termsandconditions:()=>u("termsAndConditionsTitle",this.lang),sms:()=>u("smsTitle",this.lang),emailmarketing:()=>u("emailMarketingTitle",this.lang),privacypolicy:()=>u("privacyPolicyTitle",this.lang),"3rdparty":()=>u("3rdPartyTitle",this.lang)},this.handleApplyClick=()=>{this.queryFired=!0},this.handleReject=()=>{const e=new Headers;e.append("Content-type","application/json"),e.append("X-SessionID",this.userSession),fetch(`${this.endpoint}/v1/player/session/player`,{method:"DELETE",headers:e}).then((()=>{window.postMessage({type:"LogoutSuccessfull"},window.location.href),((e,t={})=>{const i=new CustomEvent("track-custom-event",{detail:{type:"logged_out",data:t},bubbles:!0,composed:!0});document.dispatchEvent(i)})(0,{})}))},this.endpoint=void 0,this.userSession=void 0,this.userId=void 0,this.lang="en",this.includeSubmitButton=void 0,this.includeRejectButton=void 0,this.includeRejectText=void 0,this.gmVersion="",this.translationUrl="",this.clientStyling="",this.clientStylingUrl="",this.mbSource=void 0,this.queryFired=!1,this.readyActionsCount=0,this.activeUserActions=[],this.userActionsValidated=!0,this.receivedQueryResponses=0,this.isLoading=!0,this.mandatoryActionsChecked=0,this.mandatoryItems=void 0}handleNewTranslations(){d(this.translationUrl)}handleClientStylingChange(e,t){e!=t&&a(this.stylingContainer,this.clientStyling)}handleClientStylingUrlChange(e,t){e!=t&&this.clientStylingUrl&&c(this.stylingContainer,this.clientStylingUrl)}handleQueryResponse(){this.receivedQueryResponses===this.activeUserActions.length&&this.updateUserConsents()}userLegislationConsentHandler(e){const t=e.detail.type,i=e.detail.value;this.mandatoryActions.includes(t)&&!1===this.queryFired&&(!0===i?this.mandatoryActionsChecked++:this.mandatoryActionsChecked--),this.queryFired&&(this.userActions.push(Object.assign({tagCode:t,status:(e=>"gm16"===this.gmVersion?e?1:0:e?"Accepted":"Denied")(i)},"gm16"===this.gmVersion&&{note:""})),this.receivedQueryResponses++)}determineUserActionsCore(){const e=new URL(`${this.endpoint}/v1/player/${this.userId}/consent/`),t=new Headers;t.append("X-SessionId",this.userSession),fetch(e.href,{method:"GET",headers:t}).then((e=>e.json())).then((e=>{e.items.forEach((e=>{"Expired"===e.status&&this.activeUserActions.push(e.tagCode)}))})).catch((e=>{console.error("Error fetching data:",e)})).finally((()=>{this.calcMandatoryActions(),window.postMessage({type:"UserActionsExists",displayUserActions:this.mandatoryItems>0},window.location.href),this.isLoading=!1}))}determineUserActions16(){const e=new URL(`${this.endpoint}/v1/player/${this.userId}/legislation/consents/`),t=new Headers;t.append("X-SessionId",this.userSession),fetch(e.href,{method:"GET",headers:t}).then((e=>e.json())).then((e=>{e.consents.forEach((e=>{2===e.status&&"pepconsent"!==e.tagCode&&this.activeUserActions.push(e.tagCode)}))})).catch((e=>{console.error("Error fetching data:",e)})).finally((()=>{this.calcMandatoryActions(),window.postMessage({type:"UserActionsExists",displayUserActions:this.mandatoryItems>0},window.location.href),this.isLoading=!1}))}updateUserConsents(){const e="gmcore"===this.gmVersion?new URL(`${this.endpoint}/v1/player/${this.userId}/consent/`):new URL(`${this.endpoint}/v1/player/${this.userId}/legislation/consents/`);let t={method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json","X-SessionId":`${this.userSession}`},body:JSON.stringify({consents:this.userActions})};fetch(e.href,t).then((e=>e.json())).then((()=>{window.postMessage({type:"WidgetNotification",data:{type:"success",message:u("consentUpdateSuccess",this.lang)}},window.location.href)})).catch((()=>{window.postMessage({type:"WidgetNotification",data:{type:"error",message:u("serverNotResponding",this.lang)}},window.location.href)})).finally((()=>{window.postMessage({type:"UserActionsCompleted"},window.location.href)}))}async componentWillLoad(){switch(this.gmVersion){case"gmcore":this.determineUserActionsCore();break;case"gm16":this.determineUserActions16()}this.translationUrl.length>2&&await d(this.translationUrl)}componentDidLoad(){this.stylingContainer&&(null!=window.emMessageBus?l(this.stylingContainer,`${this.mbSource}.Style`,this.stylingSubscription):(this.clientStyling&&a(this.stylingContainer,this.clientStyling),this.clientStylingUrl&&c(this.stylingContainer,this.clientStylingUrl)))}disconnectedCallback(){this.stylingSubscription&&this.stylingSubscription.unsubscribe()}calcMandatoryActions(){this.mandatoryItems=0,this.mandatoryActions.forEach((e=>this.activeUserActions.includes(e)&&this.mandatoryItems++))}render(){if(0!==this.mandatoryItems)return this.userActionsValidated=this.mandatoryActionsChecked===this.mandatoryItems,i("div",{class:"QueryReferenceContainer",ref:e=>this.stylingContainer=e},this.isLoading?i("div",null,i("slot",{name:"spinner"}),i("svg",{class:"spinner",viewBox:"0 0 50 50"},i("circle",{class:"path",cx:"25",cy:"25",r:"20",fill:"none","stroke-width":"5"}))):i("div",{class:"UserActionController"},i("h2",{class:"UserConsentNotice"},u("userNoticeText",this.lang)),i("div",{class:"PlayerLegislationWrapper"},this.activeUserActions.map((e=>{var t,r;return i("slot",{name:e},i("player-user-consents",{lang:this.lang,"gm-version":this.gmVersion,"translation-url":this.translationUrl,consentType:e,consentTitle:null===(r=(t=this.getConsentTitleMethods)[e])||void 0===r?void 0:r.call(t),queried:this.queryFired,mandatory:this.mandatoryActions.includes(e),"client-styling-url":this.clientStylingUrl,"mb-source":this.mbSource,"client-styling":this.clientStyling}))}))),i("div",{class:"ButtonsWrapper"},this.includeRejectButton&&i("button",{class:"ConsentRejectButton",onClick:this.handleReject},u("rejectButtonText",this.lang)),this.includeSubmitButton&&i("button",{class:"ConsentSubmitButton",disabled:!this.userActionsValidated,onClick:this.handleApplyClick},u("submitButtonText",this.lang))),this.includeRejectText&&i("p",{class:"RejectText"},u("rejectText",this.lang))))}static get watchers(){return{translationUrl:["handleNewTranslations"],clientStyling:["handleClientStylingChange"],clientStylingUrl:["handleClientStylingUrlChange"],receivedQueryResponses:["handleQueryResponse"]}}};h.style=":host{display:block}.QueryReferenceContainer{height:100%;width:100%}.UserConsentNotice{font-size:1.2rem;font-weight:200;text-align:center}.CloseButton{width:25px;height:25px;align-self:flex-end}.UserActionController{font-family:inherit;font-weight:100;height:100%;padding:1rem 1.5rem 2rem;background-color:var(--emw--color-white, #FFFFFF);display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--emw--border-radius-large, 20px);max-width:fit-content}.ConsentSubmitButton,.ConsentRejectButton{font-size:1rem;font-family:var(--emw--button-typography);padding:0.4rem 1.4rem;background:var(--emw--button-background-color, #FFFFFF);border:var(--emw--button-border, 2px solid #000000);color:var(--emw--button-text-color, #000000);border-radius:var(--emw--button-border-radius, 10px);align-self:flex-end;cursor:pointer}.ConsentSubmitButton:disabled,.ConsentRejectButton:disabled{border:2px solid #ccc;color:#ccc;cursor:unset}.ButtonsWrapper{display:flex;flex-direction:row;justify-content:space-between;margin-top:10px}.ButtonsWrapper button:only-child{margin-left:auto}@media screen and (max-width: 320px){.QueryReferenceContainer{font-size:0.8rem;color:var(--emw--button-text-color, #000000)}}.spinner{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner .path{stroke:var(--emw--login-color-primary, var(--emw--color-primary, #22B04E));stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1, 150;stroke-dashoffset:0}50%{stroke-dasharray:90, 150;stroke-dashoffset:-35}100%{stroke-dasharray:90, 150;stroke-dashoffset:-124}}";export{p as player_user_consents,h as user_action_controller}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/user-action-controller",
3
- "version": "1.90.2",
3
+ "version": "1.90.4",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",