@everymatrix/casino-header-controller 1.43.4 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "1.43.4",
3
+ "version": "1.44.0",
4
4
  "main": "dist/casino-header-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
40
+ "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
41
41
  }
@@ -52,6 +52,7 @@
52
52
  export let currencyseparator:string = '';
53
53
  export let currencydecimal:string = '';
54
54
  export let currencyprecision:string = '';
55
+ export let totalcalculationmode = '';
55
56
 
56
57
 
57
58
  let primaryActiveIndex:string;
@@ -448,7 +449,7 @@
448
449
 
449
450
  <div class="HeaderTopActions" part="HeaderTopActions">
450
451
  <div class="HeaderItemsMenu PrimaryMenu" part="HeaderItemsMenu PrimaryMenu">
451
- <player-account-balance-modal {session} {userid} {endpoint} {lang} {clientstyling} {clientstylingurl} {customlocaleidentifier} {gmversion} {displaybalanceoption} {currencyseparator} {currencydecimal} {currencyprecision} />
452
+ <player-account-balance-modal {session} {userid} {endpoint} {lang} {clientstyling} {clientstylingurl} {customlocaleidentifier} {gmversion} {displaybalanceoption} {totalcalculationmode} {currencyseparator} {currencydecimal} {currencyprecision} />
452
453
  <div>
453
454
  <div class="Item ItemDeposit" part="Item ItemDeposit" on:click={() => menuAction('deposit')}>{$_('deposit')}</div>
454
455
  {#if shortCashierActivated}
@@ -550,7 +551,7 @@
550
551
  </nav>
551
552
  <div class="HeaderTopActions">
552
553
  <div class="HeaderItemsMenu PrimaryMenu">
553
- <player-account-balance-modal {session} {userid} {endpoint} {lang} {clientstyling} {clientstylingurl} {customlocaleidentifier} {gmversion} {displaybalanceoption} {currencyseparator} {currencydecimal} {currencyprecision}/>
554
+ <player-account-balance-modal {session} {userid} {endpoint} {lang} {clientstyling} {clientstylingurl} {customlocaleidentifier} {gmversion} {displaybalanceoption} {totalcalculationmode} {currencyseparator} {currencydecimal} {currencyprecision} />
554
555
  <div>
555
556
  <div class="Item ItemDeposit" part="Item ItemDeposit" on:click={() => menuAction('deposit')}>{$_('deposit')}</div>
556
557
  {#if shortCashierActivated}