@everymatrix/player-account-controller 1.0.10 → 1.0.11

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.
@@ -60420,27 +60420,27 @@
60420
60420
  t1 = space();
60421
60421
  h2 = element("h2");
60422
60422
  t2 = text(t2_value);
60423
- add_location(style, file$6, 96, 95, 3396);
60424
- add_location(defs, file$6, 96, 89, 3390);
60423
+ add_location(style, file$6, 96, 95, 3433);
60424
+ add_location(defs, file$6, 96, 89, 3427);
60425
60425
  attr_dev(path, "class", "aaa");
60426
60426
  attr_dev(path, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z");
60427
60427
  attr_dev(path, "transform", "translate(15 15) rotate(180)");
60428
- add_location(path, file$6, 99, 10, 3555);
60428
+ add_location(path, file$6, 99, 10, 3592);
60429
60429
  attr_dev(g0, "transform", "translate(20 158)");
60430
- add_location(g0, file$6, 98, 8, 3511);
60430
+ add_location(g0, file$6, 98, 8, 3548);
60431
60431
  attr_dev(g1, "transform", "translate(-20 -158)");
60432
- add_location(g1, file$6, 97, 15, 3467);
60432
+ add_location(g1, file$6, 97, 15, 3504);
60433
60433
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
60434
60434
  attr_dev(svg, "width", "15");
60435
60435
  attr_dev(svg, "height", "15");
60436
60436
  attr_dev(svg, "viewBox", "0 0 15 15");
60437
- add_location(svg, file$6, 96, 6, 3307);
60437
+ add_location(svg, file$6, 96, 6, 3344);
60438
60438
  attr_dev(h2, "class", "WithdrawalTitleMobile");
60439
60439
  attr_dev(h2, "part", "WithdrawalTitleMobile");
60440
- add_location(h2, file$6, 102, 6, 3727);
60440
+ add_location(h2, file$6, 102, 6, 3764);
60441
60441
  attr_dev(div, "class", "MenuReturnButton");
60442
60442
  attr_dev(div, "part", "MenuReturnButton");
60443
- add_location(div, file$6, 95, 4, 3214);
60443
+ add_location(div, file$6, 95, 4, 3251);
60444
60444
  },
60445
60445
  m: function mount(target, anchor) {
60446
60446
  insert_dev(target, div, anchor);
@@ -60493,10 +60493,10 @@
60493
60493
  iframe = element("iframe");
60494
60494
  if (!src_url_equal(iframe.src, iframe_src_value = /*iframeUrl*/ ctx[1])) attr_dev(iframe, "src", iframe_src_value);
60495
60495
  attr_dev(iframe, "title", "Withdrawal Iframe");
60496
- add_location(iframe, file$6, 110, 6, 4147);
60496
+ add_location(iframe, file$6, 110, 6, 4184);
60497
60497
  attr_dev(div, "class", "WithdrawalIframeWrapper");
60498
60498
  attr_dev(div, "part", "WithdrawalIframeWrapper");
60499
- add_location(div, file$6, 109, 4, 4072);
60499
+ add_location(div, file$6, 109, 4, 4109);
60500
60500
  },
60501
60501
  m: function mount(target, anchor) {
60502
60502
  insert_dev(target, div, anchor);
@@ -60533,7 +60533,7 @@
60533
60533
  c: function create() {
60534
60534
  p = element("p");
60535
60535
  t = text(t_value);
60536
- add_location(p, file$6, 107, 4, 4024);
60536
+ add_location(p, file$6, 107, 4, 4061);
60537
60537
  },
60538
60538
  m: function mount(target, anchor) {
60539
60539
  insert_dev(target, p, anchor);
@@ -60587,10 +60587,10 @@
60587
60587
  this.c = noop$1;
60588
60588
  attr_dev(h2, "class", "WithdrawalTitle " + (/*isMobile*/ ctx[3] ? 'WithdrawalTitleNone' : ''));
60589
60589
  attr_dev(h2, "part", "WithdrawalTitle " + (/*isMobile*/ ctx[3] ? 'WithdrawalTitleNone' : ''));
60590
- add_location(h2, file$6, 105, 2, 3841);
60590
+ add_location(h2, file$6, 105, 2, 3878);
60591
60591
  attr_dev(div, "class", "WithdrawalWrapper " + (/*isMobile*/ ctx[3] ? 'WithdrawalWrapperMobile' : ''));
60592
60592
  attr_dev(div, "part", "WithdrawalWrapper " + (/*isMobile*/ ctx[3] ? 'WithdrawalWrapperMobile' : ''));
60593
- add_location(div, file$6, 93, 0, 3048);
60593
+ add_location(div, file$6, 93, 0, 3085);
60594
60594
  },
60595
60595
  l: function claim(nodes) {
60596
60596
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -60651,10 +60651,10 @@
60651
60651
  let { playerid = '' } = $$props;
60652
60652
  let { lang = 'en' } = $$props;
60653
60653
  let { hasdefaultamount = '' } = $$props;
60654
+ let { playercurrency = '' } = $$props;
60654
60655
  let userAgent = window.navigator.userAgent;
60655
60656
  let isMobile = getDevice(userAgent) === 'PC' ? false : true;
60656
60657
  let isLoading = true;
60657
- let currency = '';
60658
60658
  let amount = 0;
60659
60659
  let iframeUrl = '';
60660
60660
 
@@ -60676,7 +60676,7 @@
60676
60676
  if (e.data) {
60677
60677
  switch (e.data.type) {
60678
60678
  case 'ProfileDetailsData':
60679
- $$invalidate(10, currency = e.data.profileDetails.currency);
60679
+ $$invalidate(5, playercurrency = e.data.profileDetails.currency);
60680
60680
  break;
60681
60681
  }
60682
60682
 
@@ -60710,7 +60710,7 @@
60710
60710
  let url = new URL(`${endpoint}/player/${playerid}/hostedcashier/initializewithdraw`);
60711
60711
 
60712
60712
  if (hasdefaultamount) {
60713
- switch (currency) {
60713
+ switch (playercurrency) {
60714
60714
  case 'USD':
60715
60715
  amount = 0.40;
60716
60716
  break;
@@ -60724,7 +60724,7 @@
60724
60724
  method: "POST",
60725
60725
  headers: {
60726
60726
  'X-SessionId': session,
60727
- currency: currency || 'EUR',
60727
+ currency: playercurrency || 'EUR',
60728
60728
  amount,
60729
60729
  cashierMode: 'Default',
60730
60730
  IsShortCashier: false,
@@ -60755,7 +60755,14 @@
60755
60755
  };
60756
60756
  });
60757
60757
 
60758
- const writable_props = ['endpoint', 'session', 'playerid', 'lang', 'hasdefaultamount'];
60758
+ const writable_props = [
60759
+ 'endpoint',
60760
+ 'session',
60761
+ 'playerid',
60762
+ 'lang',
60763
+ 'hasdefaultamount',
60764
+ 'playercurrency'
60765
+ ];
60759
60766
 
60760
60767
  Object_1$5.keys($$props).forEach(key => {
60761
60768
  if (!~writable_props.indexOf(key) && key.slice(0, 2) !== '$$' && key !== 'slot') console_1$4.warn(`<undefined> was created with unknown prop '${key}'`);
@@ -60764,11 +60771,12 @@
60764
60771
  const click_handler = () => toggleScreen();
60765
60772
 
60766
60773
  $$self.$$set = $$props => {
60767
- if ('endpoint' in $$props) $$invalidate(5, endpoint = $$props.endpoint);
60768
- if ('session' in $$props) $$invalidate(6, session = $$props.session);
60769
- if ('playerid' in $$props) $$invalidate(7, playerid = $$props.playerid);
60770
- if ('lang' in $$props) $$invalidate(8, lang = $$props.lang);
60771
- if ('hasdefaultamount' in $$props) $$invalidate(9, hasdefaultamount = $$props.hasdefaultamount);
60774
+ if ('endpoint' in $$props) $$invalidate(6, endpoint = $$props.endpoint);
60775
+ if ('session' in $$props) $$invalidate(7, session = $$props.session);
60776
+ if ('playerid' in $$props) $$invalidate(8, playerid = $$props.playerid);
60777
+ if ('lang' in $$props) $$invalidate(9, lang = $$props.lang);
60778
+ if ('hasdefaultamount' in $$props) $$invalidate(10, hasdefaultamount = $$props.hasdefaultamount);
60779
+ if ('playercurrency' in $$props) $$invalidate(5, playercurrency = $$props.playercurrency);
60772
60780
  };
60773
60781
 
60774
60782
  $$self.$capture_state = () => ({
@@ -60783,10 +60791,10 @@
60783
60791
  playerid,
60784
60792
  lang,
60785
60793
  hasdefaultamount,
60794
+ playercurrency,
60786
60795
  userAgent,
60787
60796
  isMobile,
60788
60797
  isLoading,
60789
- currency,
60790
60798
  amount,
60791
60799
  iframeUrl,
60792
60800
  toggleScreen,
@@ -60797,15 +60805,15 @@
60797
60805
  });
60798
60806
 
60799
60807
  $$self.$inject_state = $$props => {
60800
- if ('endpoint' in $$props) $$invalidate(5, endpoint = $$props.endpoint);
60801
- if ('session' in $$props) $$invalidate(6, session = $$props.session);
60802
- if ('playerid' in $$props) $$invalidate(7, playerid = $$props.playerid);
60803
- if ('lang' in $$props) $$invalidate(8, lang = $$props.lang);
60804
- if ('hasdefaultamount' in $$props) $$invalidate(9, hasdefaultamount = $$props.hasdefaultamount);
60808
+ if ('endpoint' in $$props) $$invalidate(6, endpoint = $$props.endpoint);
60809
+ if ('session' in $$props) $$invalidate(7, session = $$props.session);
60810
+ if ('playerid' in $$props) $$invalidate(8, playerid = $$props.playerid);
60811
+ if ('lang' in $$props) $$invalidate(9, lang = $$props.lang);
60812
+ if ('hasdefaultamount' in $$props) $$invalidate(10, hasdefaultamount = $$props.hasdefaultamount);
60813
+ if ('playercurrency' in $$props) $$invalidate(5, playercurrency = $$props.playercurrency);
60805
60814
  if ('userAgent' in $$props) userAgent = $$props.userAgent;
60806
60815
  if ('isMobile' in $$props) $$invalidate(3, isMobile = $$props.isMobile);
60807
60816
  if ('isLoading' in $$props) $$invalidate(0, isLoading = $$props.isLoading);
60808
- if ('currency' in $$props) $$invalidate(10, currency = $$props.currency);
60809
60817
  if ('amount' in $$props) amount = $$props.amount;
60810
60818
  if ('iframeUrl' in $$props) $$invalidate(1, iframeUrl = $$props.iframeUrl);
60811
60819
  };
@@ -60815,12 +60823,12 @@
60815
60823
  }
60816
60824
 
60817
60825
  $$self.$$.update = () => {
60818
- if ($$self.$$.dirty & /*lang*/ 256) {
60826
+ if ($$self.$$.dirty & /*lang*/ 512) {
60819
60827
  lang && setActiveLanguage();
60820
60828
  }
60821
60829
 
60822
- if ($$self.$$.dirty & /*session, playerid, endpoint, currency*/ 1248) {
60823
- session && playerid && endpoint && currency && getWithdrawalIframe();
60830
+ if ($$self.$$.dirty & /*session, playerid, endpoint, playercurrency*/ 480) {
60831
+ session && playerid && endpoint && playercurrency && getWithdrawalIframe();
60824
60832
  }
60825
60833
  };
60826
60834
 
@@ -60830,12 +60838,12 @@
60830
60838
  $_,
60831
60839
  isMobile,
60832
60840
  toggleScreen,
60841
+ playercurrency,
60833
60842
  endpoint,
60834
60843
  session,
60835
60844
  playerid,
60836
60845
  lang,
60837
60846
  hasdefaultamount,
60838
- currency,
60839
60847
  click_handler
60840
60848
  ];
60841
60849
  }
@@ -60856,11 +60864,12 @@
60856
60864
  create_fragment$6,
60857
60865
  safe_not_equal,
60858
60866
  {
60859
- endpoint: 5,
60860
- session: 6,
60861
- playerid: 7,
60862
- lang: 8,
60863
- hasdefaultamount: 9
60867
+ endpoint: 6,
60868
+ session: 7,
60869
+ playerid: 8,
60870
+ lang: 9,
60871
+ hasdefaultamount: 10,
60872
+ playercurrency: 5
60864
60873
  },
60865
60874
  null
60866
60875
  );
@@ -60878,11 +60887,18 @@
60878
60887
  }
60879
60888
 
60880
60889
  static get observedAttributes() {
60881
- return ["endpoint", "session", "playerid", "lang", "hasdefaultamount"];
60890
+ return [
60891
+ "endpoint",
60892
+ "session",
60893
+ "playerid",
60894
+ "lang",
60895
+ "hasdefaultamount",
60896
+ "playercurrency"
60897
+ ];
60882
60898
  }
60883
60899
 
60884
60900
  get endpoint() {
60885
- return this.$$.ctx[5];
60901
+ return this.$$.ctx[6];
60886
60902
  }
60887
60903
 
60888
60904
  set endpoint(endpoint) {
@@ -60891,7 +60907,7 @@
60891
60907
  }
60892
60908
 
60893
60909
  get session() {
60894
- return this.$$.ctx[6];
60910
+ return this.$$.ctx[7];
60895
60911
  }
60896
60912
 
60897
60913
  set session(session) {
@@ -60900,7 +60916,7 @@
60900
60916
  }
60901
60917
 
60902
60918
  get playerid() {
60903
- return this.$$.ctx[7];
60919
+ return this.$$.ctx[8];
60904
60920
  }
60905
60921
 
60906
60922
  set playerid(playerid) {
@@ -60909,7 +60925,7 @@
60909
60925
  }
60910
60926
 
60911
60927
  get lang() {
60912
- return this.$$.ctx[8];
60928
+ return this.$$.ctx[9];
60913
60929
  }
60914
60930
 
60915
60931
  set lang(lang) {
@@ -60918,13 +60934,22 @@
60918
60934
  }
60919
60935
 
60920
60936
  get hasdefaultamount() {
60921
- return this.$$.ctx[9];
60937
+ return this.$$.ctx[10];
60922
60938
  }
60923
60939
 
60924
60940
  set hasdefaultamount(hasdefaultamount) {
60925
60941
  this.$$set({ hasdefaultamount });
60926
60942
  flush$1();
60927
60943
  }
60944
+
60945
+ get playercurrency() {
60946
+ return this.$$.ctx[5];
60947
+ }
60948
+
60949
+ set playercurrency(playercurrency) {
60950
+ this.$$set({ playercurrency });
60951
+ flush$1();
60952
+ }
60928
60953
  }
60929
60954
 
60930
60955
  !customElements.get('player-withdrawal') && customElements.define('player-withdrawal', PlayerWithdrawal);
@@ -64476,12 +64501,12 @@
64476
64501
  set_custom_element_data(player_account_menu, "lang", /*lang*/ ctx[4]);
64477
64502
  set_custom_element_data(player_account_menu, "selecteditem", /*selected*/ ctx[15]);
64478
64503
  set_custom_element_data(player_account_menu, "userroles", /*userroles*/ ctx[8]);
64479
- add_location(player_account_menu, file, 742, 8, 30195);
64480
- add_location(nav, file, 741, 6, 30181);
64481
- add_location(main, file, 745, 6, 30340);
64504
+ add_location(player_account_menu, file, 742, 8, 30212);
64505
+ add_location(nav, file, 741, 6, 30198);
64506
+ add_location(main, file, 745, 6, 30357);
64482
64507
  set_custom_element_data(player_account_notifications, "customnotif", /*customnotifications*/ ctx[0]);
64483
- add_location(player_account_notifications, file, 779, 8, 32855);
64484
- add_location(aside, file, 778, 6, 32839);
64508
+ add_location(player_account_notifications, file, 779, 8, 32889);
64509
+ add_location(aside, file, 778, 6, 32873);
64485
64510
  },
64486
64511
  m: function mount(target, anchor) {
64487
64512
  insert_dev(target, nav, anchor);
@@ -64638,7 +64663,7 @@
64638
64663
  set_custom_element_data(player_account_betting_history, "session", /*session*/ ctx[2]);
64639
64664
  set_custom_element_data(player_account_betting_history, "playerid", /*playerid*/ ctx[1]);
64640
64665
  set_custom_element_data(player_account_betting_history, "lang", /*lang*/ ctx[4]);
64641
- add_location(player_account_betting_history, file, 775, 10, 32699);
64666
+ add_location(player_account_betting_history, file, 775, 10, 32733);
64642
64667
  },
64643
64668
  m: function mount(target, anchor) {
64644
64669
  insert_dev(target, player_account_betting_history, anchor);
@@ -64687,7 +64712,7 @@
64687
64712
  set_custom_element_data(player_transaction_history, "session", /*session*/ ctx[2]);
64688
64713
  set_custom_element_data(player_transaction_history, "playerid", /*playerid*/ ctx[1]);
64689
64714
  set_custom_element_data(player_transaction_history, "lang", /*lang*/ ctx[4]);
64690
- add_location(player_transaction_history, file, 773, 10, 32528);
64715
+ add_location(player_transaction_history, file, 773, 10, 32562);
64691
64716
  },
64692
64717
  m: function mount(target, anchor) {
64693
64718
  insert_dev(target, player_transaction_history, anchor);
@@ -64736,7 +64761,7 @@
64736
64761
  set_custom_element_data(player_pending_withdrawals, "session", /*session*/ ctx[2]);
64737
64762
  set_custom_element_data(player_pending_withdrawals, "playerid", /*playerid*/ ctx[1]);
64738
64763
  set_custom_element_data(player_pending_withdrawals, "lang", /*lang*/ ctx[4]);
64739
- add_location(player_pending_withdrawals, file, 771, 10, 32357);
64764
+ add_location(player_pending_withdrawals, file, 771, 10, 32391);
64740
64765
  },
64741
64766
  m: function mount(target, anchor) {
64742
64767
  insert_dev(target, player_pending_withdrawals, anchor);
@@ -64786,7 +64811,8 @@
64786
64811
  set_custom_element_data(player_withdrawal, "playerid", /*playerid*/ ctx[1]);
64787
64812
  set_custom_element_data(player_withdrawal, "lang", /*lang*/ ctx[4]);
64788
64813
  set_custom_element_data(player_withdrawal, "hasdefaultamount", /*hasdefaultamount*/ ctx[7]);
64789
- add_location(player_withdrawal, file, 769, 10, 32185);
64814
+ set_custom_element_data(player_withdrawal, "playercurrency", /*playercurrency*/ ctx[13]);
64815
+ add_location(player_withdrawal, file, 769, 10, 32202);
64790
64816
  },
64791
64817
  m: function mount(target, anchor) {
64792
64818
  insert_dev(target, player_withdrawal, anchor);
@@ -64811,6 +64837,10 @@
64811
64837
  if (dirty[0] & /*hasdefaultamount*/ 128) {
64812
64838
  set_custom_element_data(player_withdrawal, "hasdefaultamount", /*hasdefaultamount*/ ctx[7]);
64813
64839
  }
64840
+
64841
+ if (dirty[0] & /*playercurrency*/ 8192) {
64842
+ set_custom_element_data(player_withdrawal, "playercurrency", /*playercurrency*/ ctx[13]);
64843
+ }
64814
64844
  },
64815
64845
  d: function destroy(detaching) {
64816
64846
  if (detaching) detach_dev(player_withdrawal);
@@ -64841,7 +64871,7 @@
64841
64871
  set_custom_element_data(player_deposit, "lang", /*lang*/ ctx[4]);
64842
64872
  set_custom_element_data(player_deposit, "hasdefaultamount", /*hasdefaultamount*/ ctx[7]);
64843
64873
  set_custom_element_data(player_deposit, "playercurrency", /*playercurrency*/ ctx[13]);
64844
- add_location(player_deposit, file, 767, 10, 32002);
64874
+ add_location(player_deposit, file, 767, 10, 32019);
64845
64875
  },
64846
64876
  m: function mount(target, anchor) {
64847
64877
  insert_dev(target, player_deposit, anchor);
@@ -64898,7 +64928,7 @@
64898
64928
  set_custom_element_data(player_gaming_history, "session", /*session*/ ctx[2]);
64899
64929
  set_custom_element_data(player_gaming_history, "playerid", /*playerid*/ ctx[1]);
64900
64930
  set_custom_element_data(player_gaming_history, "lang", /*lang*/ ctx[4]);
64901
- add_location(player_gaming_history, file, 765, 10, 31841);
64931
+ add_location(player_gaming_history, file, 765, 10, 31858);
64902
64932
  },
64903
64933
  m: function mount(target, anchor) {
64904
64934
  insert_dev(target, player_gaming_history, anchor);
@@ -64947,7 +64977,7 @@
64947
64977
  set_custom_element_data(player_bonus_history, "session", /*session*/ ctx[2]);
64948
64978
  set_custom_element_data(player_bonus_history, "playerid", /*playerid*/ ctx[1]);
64949
64979
  set_custom_element_data(player_bonus_history, "lang", /*lang*/ ctx[4]);
64950
- add_location(player_bonus_history, file, 763, 10, 31683);
64980
+ add_location(player_bonus_history, file, 763, 10, 31700);
64951
64981
  },
64952
64982
  m: function mount(target, anchor) {
64953
64983
  insert_dev(target, player_bonus_history, anchor);
@@ -64996,7 +65026,7 @@
64996
65026
  set_custom_element_data(player_active_bonuses, "session", /*session*/ ctx[2]);
64997
65027
  set_custom_element_data(player_active_bonuses, "playerid", /*playerid*/ ctx[1]);
64998
65028
  set_custom_element_data(player_active_bonuses, "lang", /*lang*/ ctx[4]);
64999
- add_location(player_active_bonuses, file, 761, 10, 31523);
65029
+ add_location(player_active_bonuses, file, 761, 10, 31540);
65000
65030
  },
65001
65031
  m: function mount(target, anchor) {
65002
65032
  insert_dev(target, player_active_bonuses, anchor);
@@ -65043,7 +65073,7 @@
65043
65073
  player_account_self_exclusion = element("player-account-self-exclusion");
65044
65074
  set_custom_element_data(player_account_self_exclusion, "lang", /*lang*/ ctx[4]);
65045
65075
  set_custom_element_data(player_account_self_exclusion, "operator", /*operator*/ ctx[5]);
65046
- add_location(player_account_self_exclusion, file, 759, 10, 31368);
65076
+ add_location(player_account_self_exclusion, file, 759, 10, 31385);
65047
65077
  },
65048
65078
  m: function mount(target, anchor) {
65049
65079
  insert_dev(target, player_account_self_exclusion, anchor);
@@ -65084,7 +65114,7 @@
65084
65114
  player_account_gaming_limits = element("player-account-gaming-limits");
65085
65115
  set_custom_element_data(player_account_gaming_limits, "playercurrency", /*playercurrency*/ ctx[13]);
65086
65116
  set_custom_element_data(player_account_gaming_limits, "separatelimits", /*separatelimits*/ ctx[6]);
65087
- add_location(player_account_gaming_limits, file, 757, 10, 31180);
65117
+ add_location(player_account_gaming_limits, file, 757, 10, 31197);
65088
65118
  },
65089
65119
  m: function mount(target, anchor) {
65090
65120
  insert_dev(target, player_account_gaming_limits, anchor);
@@ -65129,7 +65159,7 @@
65129
65159
  c: function create() {
65130
65160
  player_account_closure = element("player-account-closure");
65131
65161
  set_custom_element_data(player_account_closure, "lang", /*lang*/ ctx[4]);
65132
- add_location(player_account_closure, file, 755, 10, 31051);
65162
+ add_location(player_account_closure, file, 755, 10, 31068);
65133
65163
  },
65134
65164
  m: function mount(target, anchor) {
65135
65165
  insert_dev(target, player_account_closure, anchor);
@@ -65164,7 +65194,7 @@
65164
65194
  player_account_timeout = element("player-account-timeout");
65165
65195
  set_custom_element_data(player_account_timeout, "lang", /*lang*/ ctx[4]);
65166
65196
  set_custom_element_data(player_account_timeout, "operator", /*operator*/ ctx[5]);
65167
- add_location(player_account_timeout, file, 753, 10, 30910);
65197
+ add_location(player_account_timeout, file, 753, 10, 30927);
65168
65198
  },
65169
65199
  m: function mount(target, anchor) {
65170
65200
  insert_dev(target, player_account_timeout, anchor);
@@ -65206,7 +65236,7 @@
65206
65236
  set_custom_element_data(player_reality_check, "playerid", /*playerid*/ ctx[1]);
65207
65237
  set_custom_element_data(player_reality_check, "session", /*session*/ ctx[2]);
65208
65238
  set_custom_element_data(player_reality_check, "lang", /*lang*/ ctx[4]);
65209
- add_location(player_reality_check, file, 751, 10, 30720);
65239
+ add_location(player_reality_check, file, 751, 10, 30737);
65210
65240
  },
65211
65241
  m: function mount(target, anchor) {
65212
65242
  insert_dev(target, player_reality_check, anchor);
@@ -65257,7 +65287,7 @@
65257
65287
  player_change_password = element("player-change-password");
65258
65288
  set_custom_element_data(player_change_password, "simplepasswordvalidation", /*simplepasswordvalidation*/ ctx[9]);
65259
65289
  set_custom_element_data(player_change_password, "lang", /*lang*/ ctx[4]);
65260
- add_location(player_change_password, file, 749, 10, 30564);
65290
+ add_location(player_change_password, file, 749, 10, 30581);
65261
65291
  },
65262
65292
  m: function mount(target, anchor) {
65263
65293
  insert_dev(target, player_change_password, anchor);
@@ -65297,7 +65327,7 @@
65297
65327
  set_custom_element_data(player_profile_info, "endpoint", /*endpoint*/ ctx[3]);
65298
65328
  set_custom_element_data(player_profile_info, "lang", /*lang*/ ctx[4]);
65299
65329
  set_custom_element_data(player_profile_info, "countrycode", /*countrycode*/ ctx[12]);
65300
- add_location(player_profile_info, file, 747, 10, 30415);
65330
+ add_location(player_profile_info, file, 747, 10, 30432);
65301
65331
  },
65302
65332
  m: function mount(target, anchor) {
65303
65333
  insert_dev(target, player_profile_info, anchor);
@@ -65342,7 +65372,7 @@
65342
65372
  set_custom_element_data(player_account_betting_history, "session", /*session*/ ctx[2]);
65343
65373
  set_custom_element_data(player_account_betting_history, "playerid", /*playerid*/ ctx[1]);
65344
65374
  set_custom_element_data(player_account_betting_history, "lang", /*lang*/ ctx[4]);
65345
- add_location(player_account_betting_history, file, 737, 10, 30031);
65375
+ add_location(player_account_betting_history, file, 737, 10, 30048);
65346
65376
  },
65347
65377
  m: function mount(target, anchor) {
65348
65378
  insert_dev(target, player_account_betting_history, anchor);
@@ -65391,7 +65421,7 @@
65391
65421
  set_custom_element_data(player_transaction_history, "session", /*session*/ ctx[2]);
65392
65422
  set_custom_element_data(player_transaction_history, "playerid", /*playerid*/ ctx[1]);
65393
65423
  set_custom_element_data(player_transaction_history, "lang", /*lang*/ ctx[4]);
65394
- add_location(player_transaction_history, file, 735, 10, 29860);
65424
+ add_location(player_transaction_history, file, 735, 10, 29877);
65395
65425
  },
65396
65426
  m: function mount(target, anchor) {
65397
65427
  insert_dev(target, player_transaction_history, anchor);
@@ -65440,7 +65470,7 @@
65440
65470
  set_custom_element_data(player_pending_withdrawals, "session", /*session*/ ctx[2]);
65441
65471
  set_custom_element_data(player_pending_withdrawals, "playerid", /*playerid*/ ctx[1]);
65442
65472
  set_custom_element_data(player_pending_withdrawals, "lang", /*lang*/ ctx[4]);
65443
- add_location(player_pending_withdrawals, file, 733, 10, 29689);
65473
+ add_location(player_pending_withdrawals, file, 733, 10, 29706);
65444
65474
  },
65445
65475
  m: function mount(target, anchor) {
65446
65476
  insert_dev(target, player_pending_withdrawals, anchor);
@@ -65490,6 +65520,7 @@
65490
65520
  set_custom_element_data(player_withdrawal, "playerid", /*playerid*/ ctx[1]);
65491
65521
  set_custom_element_data(player_withdrawal, "lang", /*lang*/ ctx[4]);
65492
65522
  set_custom_element_data(player_withdrawal, "hasdefaultamount", /*hasdefaultamount*/ ctx[7]);
65523
+ set_custom_element_data(player_withdrawal, "playercurrency", /*playercurrency*/ ctx[13]);
65493
65524
  add_location(player_withdrawal, file, 731, 10, 29517);
65494
65525
  },
65495
65526
  m: function mount(target, anchor) {
@@ -65515,6 +65546,10 @@
65515
65546
  if (dirty[0] & /*hasdefaultamount*/ 128) {
65516
65547
  set_custom_element_data(player_withdrawal, "hasdefaultamount", /*hasdefaultamount*/ ctx[7]);
65517
65548
  }
65549
+
65550
+ if (dirty[0] & /*playercurrency*/ 8192) {
65551
+ set_custom_element_data(player_withdrawal, "playercurrency", /*playercurrency*/ ctx[13]);
65552
+ }
65518
65553
  },
65519
65554
  d: function destroy(detaching) {
65520
65555
  if (detaching) detach_dev(player_withdrawal);