@everymatrix/casino-search 1.14.4 → 1.14.6

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.
@@ -12323,104 +12323,107 @@
12323
12323
 
12324
12324
  function get_each_context_1(ctx, list, i) {
12325
12325
  const child_ctx = ctx.slice();
12326
- child_ctx[109] = list[i];
12327
- child_ctx[111] = i;
12326
+ child_ctx[101] = list[i];
12327
+ child_ctx[103] = i;
12328
12328
  return child_ctx;
12329
12329
  }
12330
12330
 
12331
12331
  function get_each_context$1(ctx, list, i) {
12332
12332
  const child_ctx = ctx.slice();
12333
- child_ctx[106] = list[i];
12333
+ child_ctx[98] = list[i];
12334
12334
  return child_ctx;
12335
12335
  }
12336
12336
 
12337
- // (573:8) {:else}
12338
- function create_else_block_2(ctx) {
12339
- let div2;
12340
- let div0;
12341
- let div1;
12337
+ // (538:8) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
12338
+ function create_if_block_13(ctx) {
12339
+ let if_block_anchor;
12340
+
12341
+ function select_block_type(ctx, dirty) {
12342
+ if (/*fav*/ ctx[16]) return create_if_block_14;
12343
+ return create_else_block_2;
12344
+ }
12345
+
12346
+ let current_block_type = select_block_type(ctx);
12347
+ let if_block = current_block_type(ctx);
12342
12348
 
12343
12349
  const block = {
12344
12350
  c: function create() {
12345
- div2 = element("div");
12346
- div0 = element("div");
12347
- div1 = element("div");
12348
- add_location(div0, file$1, 573, 36, 20877);
12349
- add_location(div1, file$1, 573, 47, 20888);
12350
- attr_dev(div2, "class", "LoaderRipple");
12351
- add_location(div2, file$1, 573, 10, 20851);
12351
+ if_block.c();
12352
+ if_block_anchor = empty();
12352
12353
  },
12353
12354
  m: function mount(target, anchor) {
12354
- insert_dev(target, div2, anchor);
12355
- append_dev(div2, div0);
12356
- append_dev(div2, div1);
12355
+ if_block.m(target, anchor);
12356
+ insert_dev(target, if_block_anchor, anchor);
12357
+ },
12358
+ p: function update(ctx, dirty) {
12359
+ if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block) {
12360
+ if_block.p(ctx, dirty);
12361
+ } else {
12362
+ if_block.d(1);
12363
+ if_block = current_block_type(ctx);
12364
+
12365
+ if (if_block) {
12366
+ if_block.c();
12367
+ if_block.m(if_block_anchor.parentNode, if_block_anchor);
12368
+ }
12369
+ }
12357
12370
  },
12358
- p: noop$1,
12359
12371
  d: function destroy(detaching) {
12360
- if (detaching) detach_dev(div2);
12372
+ if_block.d(detaching);
12373
+ if (detaching) detach_dev(if_block_anchor);
12361
12374
  }
12362
12375
  };
12363
12376
 
12364
12377
  dispatch_dev("SvelteRegisterBlock", {
12365
12378
  block,
12366
- id: create_else_block_2.name,
12367
- type: "else",
12368
- source: "(573:8) {:else}",
12379
+ id: create_if_block_13.name,
12380
+ type: "if",
12381
+ source: "(538:8) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}",
12369
12382
  ctx
12370
12383
  });
12371
12384
 
12372
12385
  return block;
12373
12386
  }
12374
12387
 
12375
- // (558:8) {#if fav}
12376
- function create_if_block_13(ctx) {
12377
- let show_if = !isMobile(/*userAgent*/ ctx[37]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
12378
- let if_block_anchor;
12379
- let if_block = show_if && create_if_block_14(ctx);
12388
+ // (552:10) {:else}
12389
+ function create_else_block_2(ctx) {
12390
+ let div2;
12391
+ let div0;
12392
+ let div1;
12380
12393
 
12381
12394
  const block = {
12382
12395
  c: function create() {
12383
- if (if_block) if_block.c();
12384
- if_block_anchor = empty();
12396
+ div2 = element("div");
12397
+ div0 = element("div");
12398
+ div1 = element("div");
12399
+ add_location(div0, file$1, 552, 38, 20148);
12400
+ add_location(div1, file$1, 552, 49, 20159);
12401
+ attr_dev(div2, "class", "LoaderRipple");
12402
+ add_location(div2, file$1, 552, 12, 20122);
12385
12403
  },
12386
12404
  m: function mount(target, anchor) {
12387
- if (if_block) if_block.m(target, anchor);
12388
- insert_dev(target, if_block_anchor, anchor);
12389
- },
12390
- p: function update(ctx, dirty) {
12391
- if (dirty[0] & /*gamefavorite, isLoggedIn*/ 32769) show_if = !isMobile(/*userAgent*/ ctx[37]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
12392
-
12393
- if (show_if) {
12394
- if (if_block) {
12395
- if_block.p(ctx, dirty);
12396
- } else {
12397
- if_block = create_if_block_14(ctx);
12398
- if_block.c();
12399
- if_block.m(if_block_anchor.parentNode, if_block_anchor);
12400
- }
12401
- } else if (if_block) {
12402
- if_block.d(1);
12403
- if_block = null;
12404
- }
12405
+ insert_dev(target, div2, anchor);
12406
+ append_dev(div2, div0);
12407
+ append_dev(div2, div1);
12405
12408
  },
12409
+ p: noop$1,
12406
12410
  d: function destroy(detaching) {
12407
- if (if_block) if_block.d(detaching);
12408
- if (detaching) detach_dev(if_block_anchor);
12411
+ if (detaching) detach_dev(div2);
12409
12412
  }
12410
12413
  };
12411
12414
 
12412
12415
  dispatch_dev("SvelteRegisterBlock", {
12413
12416
  block,
12414
- id: create_if_block_13.name,
12415
- type: "if",
12416
- source: "(558:8) {#if fav}",
12417
+ id: create_else_block_2.name,
12418
+ type: "else",
12419
+ source: "(552:10) {:else}",
12417
12420
  ctx
12418
12421
  });
12419
12422
 
12420
12423
  return block;
12421
12424
  }
12422
12425
 
12423
- // (559:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
12426
+ // (539:10) {#if fav}
12424
12427
  function create_if_block_14(ctx) {
12425
12428
  let div;
12426
12429
  let svg;
@@ -12435,7 +12438,7 @@
12435
12438
  path = svg_element("path");
12436
12439
  set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
12437
12440
  attr_dev(path, "d", "M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
12438
- add_location(path, file$1, 561, 112, 19677);
12441
+ add_location(path, file$1, 541, 116, 18960);
12439
12442
  attr_dev(svg, "version", "1.1");
12440
12443
  attr_dev(svg, "class", "UnfavoredIcon");
12441
12444
  attr_dev(svg, "part", "UnfavoredIcon");
@@ -12446,9 +12449,9 @@
12446
12449
  attr_dev(svg, "viewBox", "0 0 512.001 512.001");
12447
12450
  set_style(svg, "enable-background", "new 0 0 512.001 512.001");
12448
12451
  attr_dev(svg, "xml:space", "preserve");
12449
- add_location(svg, file$1, 560, 14, 19407);
12452
+ add_location(svg, file$1, 540, 14, 18686);
12450
12453
  attr_dev(div, "class", "FavIconContainer");
12451
- add_location(div, file$1, 559, 12, 19316);
12454
+ add_location(div, file$1, 539, 12, 18595);
12452
12455
  },
12453
12456
  m: function mount(target, anchor) {
12454
12457
  insert_dev(target, div, anchor);
@@ -12456,7 +12459,7 @@
12456
12459
  append_dev(svg, path);
12457
12460
 
12458
12461
  if (!mounted) {
12459
- dispose = listen_dev(div, "click", /*click_handler*/ ctx[67], false, false, false, false);
12462
+ dispose = listen_dev(div, "click", /*click_handler*/ ctx[61], false, false, false, false);
12460
12463
  mounted = true;
12461
12464
  }
12462
12465
  },
@@ -12472,17 +12475,17 @@
12472
12475
  block,
12473
12476
  id: create_if_block_14.name,
12474
12477
  type: "if",
12475
- source: "(559:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}",
12478
+ source: "(539:10) {#if fav}",
12476
12479
  ctx
12477
12480
  });
12478
12481
 
12479
12482
  return block;
12480
12483
  }
12481
12484
 
12482
- // (577:8) {#if lang}
12485
+ // (557:8) {#if lang}
12483
12486
  function create_if_block_12(ctx) {
12484
12487
  let button;
12485
- let t_value = /*$_*/ ctx[36]('playNow') + "";
12488
+ let t_value = /*$_*/ ctx[35]('playNow') + "";
12486
12489
  let t;
12487
12490
  let mounted;
12488
12491
  let dispose;
@@ -12492,19 +12495,19 @@
12492
12495
  button = element("button");
12493
12496
  t = text(t_value);
12494
12497
  attr_dev(button, "class", "GameInfoBtn");
12495
- add_location(button, file$1, 577, 8, 21013);
12498
+ add_location(button, file$1, 557, 10, 20302);
12496
12499
  },
12497
12500
  m: function mount(target, anchor) {
12498
12501
  insert_dev(target, button, anchor);
12499
12502
  append_dev(button, t);
12500
12503
 
12501
12504
  if (!mounted) {
12502
- dispose = listen_dev(button, "click", /*click_handler_1*/ ctx[68], false, false, false, false);
12505
+ dispose = listen_dev(button, "click", /*click_handler_1*/ ctx[62], false, false, false, false);
12503
12506
  mounted = true;
12504
12507
  }
12505
12508
  },
12506
12509
  p: function update(ctx, dirty) {
12507
- if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('playNow') + "")) set_data_dev(t, t_value);
12510
+ if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('playNow') + "")) set_data_dev(t, t_value);
12508
12511
  },
12509
12512
  d: function destroy(detaching) {
12510
12513
  if (detaching) detach_dev(button);
@@ -12517,14 +12520,14 @@
12517
12520
  block,
12518
12521
  id: create_if_block_12.name,
12519
12522
  type: "if",
12520
- source: "(577:8) {#if lang}",
12523
+ source: "(557:8) {#if lang}",
12521
12524
  ctx
12522
12525
  });
12523
12526
 
12524
12527
  return block;
12525
12528
  }
12526
12529
 
12527
- // (591:77)
12530
+ // (571:77)
12528
12531
  function create_if_block_11(ctx) {
12529
12532
  let div;
12530
12533
  let svg;
@@ -12537,16 +12540,16 @@
12537
12540
  path = svg_element("path");
12538
12541
  set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
12539
12542
  attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
12540
- add_location(path, file$1, 593, 10, 22319);
12543
+ add_location(path, file$1, 573, 10, 21608);
12541
12544
  attr_dev(svg, "version", "1.1");
12542
12545
  attr_dev(svg, "class", "FavoredIcon");
12543
12546
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
12544
12547
  attr_dev(svg, "viewBox", "0 0 19.481 19.481");
12545
12548
  attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
12546
12549
  attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
12547
- add_location(svg, file$1, 592, 8, 22121);
12550
+ add_location(svg, file$1, 572, 8, 21410);
12548
12551
  attr_dev(div, "class", "FavIconContainer");
12549
- add_location(div, file$1, 591, 6, 22082);
12552
+ add_location(div, file$1, 571, 6, 21371);
12550
12553
  },
12551
12554
  m: function mount(target, anchor) {
12552
12555
  insert_dev(target, div, anchor);
@@ -12563,14 +12566,14 @@
12563
12566
  block,
12564
12567
  id: create_if_block_11.name,
12565
12568
  type: "if",
12566
- source: "(591:77) ",
12569
+ source: "(571:77) ",
12567
12570
  ctx
12568
12571
  });
12569
12572
 
12570
12573
  return block;
12571
12574
  }
12572
12575
 
12573
- // (585:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
12576
+ // (565:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
12574
12577
  function create_if_block_10(ctx) {
12575
12578
  let div;
12576
12579
  let svg;
@@ -12585,16 +12588,16 @@
12585
12588
  path = svg_element("path");
12586
12589
  set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
12587
12590
  attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
12588
- add_location(path, file$1, 587, 10, 21601);
12591
+ add_location(path, file$1, 567, 10, 20890);
12589
12592
  attr_dev(svg, "version", "1.1");
12590
12593
  attr_dev(svg, "class", "FavoredIcon");
12591
12594
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
12592
12595
  attr_dev(svg, "viewBox", "0 0 19.481 19.481");
12593
12596
  attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
12594
12597
  attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
12595
- add_location(svg, file$1, 586, 8, 21403);
12598
+ add_location(svg, file$1, 566, 8, 20692);
12596
12599
  attr_dev(div, "class", "FavIconContainer");
12597
- add_location(div, file$1, 585, 6, 21318);
12600
+ add_location(div, file$1, 565, 6, 20607);
12598
12601
  },
12599
12602
  m: function mount(target, anchor) {
12600
12603
  insert_dev(target, div, anchor);
@@ -12602,7 +12605,7 @@
12602
12605
  append_dev(svg, path);
12603
12606
 
12604
12607
  if (!mounted) {
12605
- dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[69], false, false, false, false);
12608
+ dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[63], false, false, false, false);
12606
12609
  mounted = true;
12607
12610
  }
12608
12611
  },
@@ -12618,17 +12621,17 @@
12618
12621
  block,
12619
12622
  id: create_if_block_10.name,
12620
12623
  type: "if",
12621
- source: "(585:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
12624
+ source: "(565:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
12622
12625
  ctx
12623
12626
  });
12624
12627
 
12625
12628
  return block;
12626
12629
  }
12627
12630
 
12628
- // (599:6) {#if gameisnew}
12631
+ // (579:6) {#if gameisnew}
12629
12632
  function create_if_block_9(ctx) {
12630
12633
  let span;
12631
- let t_value = /*$_*/ ctx[36]('new') + "";
12634
+ let t_value = /*$_*/ ctx[35]('new') + "";
12632
12635
  let t;
12633
12636
 
12634
12637
  const block = {
@@ -12636,14 +12639,14 @@
12636
12639
  span = element("span");
12637
12640
  t = text(t_value);
12638
12641
  attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
12639
- add_location(span, file$1, 599, 8, 22788);
12642
+ add_location(span, file$1, 579, 8, 22077);
12640
12643
  },
12641
12644
  m: function mount(target, anchor) {
12642
12645
  insert_dev(target, span, anchor);
12643
12646
  append_dev(span, t);
12644
12647
  },
12645
12648
  p: function update(ctx, dirty) {
12646
- if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('new') + "")) set_data_dev(t, t_value);
12649
+ if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('new') + "")) set_data_dev(t, t_value);
12647
12650
  },
12648
12651
  d: function destroy(detaching) {
12649
12652
  if (detaching) detach_dev(span);
@@ -12654,14 +12657,14 @@
12654
12657
  block,
12655
12658
  id: create_if_block_9.name,
12656
12659
  type: "if",
12657
- source: "(599:6) {#if gameisnew}",
12660
+ source: "(579:6) {#if gameisnew}",
12658
12661
  ctx
12659
12662
  });
12660
12663
 
12661
12664
  return block;
12662
12665
  }
12663
12666
 
12664
- // (602:6) {#if gametag}
12667
+ // (582:6) {#if gametag}
12665
12668
  function create_if_block_8(ctx) {
12666
12669
  let span;
12667
12670
  let t;
@@ -12671,7 +12674,7 @@
12671
12674
  span = element("span");
12672
12675
  t = text(/*gametag*/ ctx[8]);
12673
12676
  attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
12674
- add_location(span, file$1, 602, 8, 22891);
12677
+ add_location(span, file$1, 582, 8, 22180);
12675
12678
  },
12676
12679
  m: function mount(target, anchor) {
12677
12680
  insert_dev(target, span, anchor);
@@ -12689,22 +12692,22 @@
12689
12692
  block,
12690
12693
  id: create_if_block_8.name,
12691
12694
  type: "if",
12692
- source: "(602:6) {#if gametag}",
12695
+ source: "(582:6) {#if gametag}",
12693
12696
  ctx
12694
12697
  });
12695
12698
 
12696
12699
  return block;
12697
12700
  }
12698
12701
 
12699
- // (605:6) {#if livegamedata}
12702
+ // (585:6) {#if livegamedata}
12700
12703
  function create_if_block_1$1(ctx) {
12701
12704
  let t;
12702
12705
  let if_block1_anchor;
12703
- let if_block0 = !/*isopen*/ ctx[23] && /*starttime*/ ctx[21] && /*timeformat*/ ctx[22] && create_if_block_7(ctx);
12706
+ let if_block0 = !/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21] && create_if_block_7(ctx);
12704
12707
 
12705
12708
  function select_block_type_2(ctx, dirty) {
12706
- if (/*isopen*/ ctx[23] && /*displaytype*/ ctx[20] && /*displaytype*/ ctx[20] === BLACKJACK) return create_if_block_2$1;
12707
- if (/*isopen*/ ctx[23] && /*displaytype*/ ctx[20] && /*displaytype*/ ctx[20] === ROULETTE) return create_if_block_4$1;
12709
+ if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === BLACKJACK) return create_if_block_2$1;
12710
+ if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === ROULETTE) return create_if_block_4$1;
12708
12711
  }
12709
12712
 
12710
12713
  let current_block_type = select_block_type_2(ctx);
@@ -12724,7 +12727,7 @@
12724
12727
  insert_dev(target, if_block1_anchor, anchor);
12725
12728
  },
12726
12729
  p: function update(ctx, dirty) {
12727
- if (!/*isopen*/ ctx[23] && /*starttime*/ ctx[21] && /*timeformat*/ ctx[22]) {
12730
+ if (!/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21]) {
12728
12731
  if (if_block0) {
12729
12732
  if_block0.p(ctx, dirty);
12730
12733
  } else {
@@ -12765,29 +12768,29 @@
12765
12768
  block,
12766
12769
  id: create_if_block_1$1.name,
12767
12770
  type: "if",
12768
- source: "(605:6) {#if livegamedata}",
12771
+ source: "(585:6) {#if livegamedata}",
12769
12772
  ctx
12770
12773
  });
12771
12774
 
12772
12775
  return block;
12773
12776
  }
12774
12777
 
12775
- // (606:8) {#if !isopen && starttime && timeformat}
12778
+ // (586:8) {#if !isopen && starttime && timeformat}
12776
12779
  function create_if_block_7(ctx) {
12777
12780
  let div1;
12778
12781
  let div0;
12779
- let t0_value = /*$_*/ ctx[36]('opens') + "";
12782
+ let t0_value = /*$_*/ ctx[35]('opens') + "";
12780
12783
  let t0;
12781
12784
  let t1;
12782
12785
  let span;
12783
- let t2_value = moment.utc(/*starttime*/ ctx[21]).local().format(/*timeformat*/ ctx[22]) + "";
12786
+ let t2_value = moment.utc(/*starttime*/ ctx[20]).local().format(/*timeformat*/ ctx[21]) + "";
12784
12787
  let t2;
12785
12788
  let t3;
12786
12789
  let html_tag;
12787
- let raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "";
12790
+ let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
12788
12791
  let t4;
12789
12792
  let html_tag_1;
12790
- let raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "";
12793
+ let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12791
12794
 
12792
12795
  const block = {
12793
12796
  c: function create() {
@@ -12801,13 +12804,13 @@
12801
12804
  html_tag = new HtmlTag(false);
12802
12805
  t4 = space();
12803
12806
  html_tag_1 = new HtmlTag(false);
12804
- add_location(span, file$1, 609, 14, 23164);
12807
+ add_location(span, file$1, 589, 14, 22453);
12805
12808
  attr_dev(div0, "class", "ClosedGame");
12806
- add_location(div0, file$1, 607, 12, 23097);
12809
+ add_location(div0, file$1, 587, 12, 22386);
12807
12810
  html_tag.a = t4;
12808
12811
  html_tag_1.a = null;
12809
12812
  attr_dev(div1, "class", "GameProp LiveProps");
12810
- add_location(div1, file$1, 606, 10, 23052);
12813
+ add_location(div1, file$1, 586, 10, 22341);
12811
12814
  },
12812
12815
  m: function mount(target, anchor) {
12813
12816
  insert_dev(target, div1, anchor);
@@ -12822,10 +12825,10 @@
12822
12825
  html_tag_1.m(raw1_value, div1);
12823
12826
  },
12824
12827
  p: function update(ctx, dirty) {
12825
- if (dirty[1] & /*$_*/ 32 && t0_value !== (t0_value = /*$_*/ ctx[36]('opens') + "")) set_data_dev(t0, t0_value);
12826
- if (dirty[0] & /*starttime, timeformat*/ 6291456 && t2_value !== (t2_value = moment.utc(/*starttime*/ ctx[21]).local().format(/*timeformat*/ ctx[22]) + "")) set_data_dev(t2, t2_value);
12827
- if (dirty[1] & /*dealername*/ 16 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "")) html_tag.p(raw0_value);
12828
- if (dirty[0] & /*min, max, currencySymbol*/ 469762048 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "")) html_tag_1.p(raw1_value);
12828
+ if (dirty[1] & /*$_*/ 16 && t0_value !== (t0_value = /*$_*/ ctx[35]('opens') + "")) set_data_dev(t0, t0_value);
12829
+ if (dirty[0] & /*starttime, timeformat*/ 3145728 && t2_value !== (t2_value = moment.utc(/*starttime*/ ctx[20]).local().format(/*timeformat*/ ctx[21]) + "")) set_data_dev(t2, t2_value);
12830
+ if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
12831
+ if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
12829
12832
  },
12830
12833
  d: function destroy(detaching) {
12831
12834
  if (detaching) detach_dev(div1);
@@ -12836,23 +12839,23 @@
12836
12839
  block,
12837
12840
  id: create_if_block_7.name,
12838
12841
  type: "if",
12839
- source: "(606:8) {#if !isopen && starttime && timeformat}",
12842
+ source: "(586:8) {#if !isopen && starttime && timeformat}",
12840
12843
  ctx
12841
12844
  });
12842
12845
 
12843
12846
  return block;
12844
12847
  }
12845
12848
 
12846
- // (639:68)
12849
+ // (619:68)
12847
12850
  function create_if_block_4$1(ctx) {
12848
12851
  let div1;
12849
12852
  let div0;
12850
12853
  let t0;
12851
12854
  let html_tag;
12852
- let raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "";
12855
+ let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
12853
12856
  let t1;
12854
12857
  let html_tag_1;
12855
- let raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "";
12858
+ let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12856
12859
  let each_value_1 = new Array(numberofdisplayedresults);
12857
12860
  validate_each_argument(each_value_1);
12858
12861
  let each_blocks = [];
@@ -12875,11 +12878,11 @@
12875
12878
  t1 = space();
12876
12879
  html_tag_1 = new HtmlTag(false);
12877
12880
  attr_dev(div0, "class", "LiveIcons");
12878
- add_location(div0, file$1, 640, 12, 24953);
12881
+ add_location(div0, file$1, 620, 12, 24242);
12879
12882
  html_tag.a = t1;
12880
12883
  html_tag_1.a = null;
12881
- attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[31]);
12882
- add_location(div1, file$1, 639, 10, 24898);
12884
+ attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
12885
+ add_location(div1, file$1, 619, 10, 24187);
12883
12886
  },
12884
12887
  m: function mount(target, anchor) {
12885
12888
  insert_dev(target, div1, anchor);
@@ -12891,14 +12894,14 @@
12891
12894
  }
12892
12895
  }
12893
12896
 
12894
- /*div0_binding*/ ctx[70](div0);
12897
+ /*div0_binding*/ ctx[64](div0);
12895
12898
  append_dev(div1, t0);
12896
12899
  html_tag.m(raw0_value, div1);
12897
12900
  append_dev(div1, t1);
12898
12901
  html_tag_1.m(raw1_value, div1);
12899
12902
  },
12900
12903
  p: function update(ctx, dirty) {
12901
- if (dirty[0] & /*roulleteresults, isdouble*/ 1073750016 | dirty[1] & /*renderSpan, colorsourcearray*/ 65538) {
12904
+ if (dirty[0] & /*roulleteresults, isdouble*/ 536879104 | dirty[1] & /*renderSpan, colorsourcearray*/ 2049) {
12902
12905
  each_value_1 = new Array(numberofdisplayedresults);
12903
12906
  validate_each_argument(each_value_1);
12904
12907
  let i;
@@ -12922,17 +12925,17 @@
12922
12925
  each_blocks.length = each_value_1.length;
12923
12926
  }
12924
12927
 
12925
- if (dirty[1] & /*dealername*/ 16 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "")) html_tag.p(raw0_value);
12926
- if (dirty[0] & /*min, max, currencySymbol*/ 469762048 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "")) html_tag_1.p(raw1_value);
12928
+ if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
12929
+ if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
12927
12930
 
12928
- if (dirty[1] & /*roulettecontainerclassname*/ 1) {
12929
- attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[31]);
12931
+ if (dirty[0] & /*roulettecontainerclassname*/ 1073741824) {
12932
+ attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
12930
12933
  }
12931
12934
  },
12932
12935
  d: function destroy(detaching) {
12933
12936
  if (detaching) detach_dev(div1);
12934
12937
  destroy_each(each_blocks, detaching);
12935
- /*div0_binding*/ ctx[70](null);
12938
+ /*div0_binding*/ ctx[64](null);
12936
12939
  }
12937
12940
  };
12938
12941
 
@@ -12940,26 +12943,26 @@
12940
12943
  block,
12941
12944
  id: create_if_block_4$1.name,
12942
12945
  type: "if",
12943
- source: "(639:68) ",
12946
+ source: "(619:68) ",
12944
12947
  ctx
12945
12948
  });
12946
12949
 
12947
12950
  return block;
12948
12951
  }
12949
12952
 
12950
- // (618:8) {#if isopen && displaytype && displaytype === BLACKJACK}
12953
+ // (598:8) {#if isopen && displaytype && displaytype === BLACKJACK}
12951
12954
  function create_if_block_2$1(ctx) {
12952
12955
  let div1;
12953
12956
  let div0;
12954
12957
  let t0;
12955
12958
  let html_tag;
12956
- let raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "";
12959
+ let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
12957
12960
  let t1;
12958
12961
  let html_tag_1;
12959
- let raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "";
12962
+ let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12960
12963
 
12961
12964
  function select_block_type_3(ctx, dirty) {
12962
- if (/*istablefull*/ ctx[33]) return create_if_block_3$1;
12965
+ if (/*istablefull*/ ctx[32]) return create_if_block_3$1;
12963
12966
  return create_else_block$1;
12964
12967
  }
12965
12968
 
@@ -12976,12 +12979,12 @@
12976
12979
  t1 = space();
12977
12980
  html_tag_1 = new HtmlTag(false);
12978
12981
  attr_dev(div0, "class", "LiveIcons");
12979
- add_location(div0, file$1, 619, 12, 23601);
12982
+ add_location(div0, file$1, 599, 12, 22890);
12980
12983
  html_tag.a = t1;
12981
12984
  html_tag_1.a = null;
12982
12985
  attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
12983
12986
  attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
12984
- add_location(div1, file$1, 618, 10, 23496);
12987
+ add_location(div1, file$1, 598, 10, 22785);
12985
12988
  },
12986
12989
  m: function mount(target, anchor) {
12987
12990
  insert_dev(target, div1, anchor);
@@ -13005,8 +13008,8 @@
13005
13008
  }
13006
13009
  }
13007
13010
 
13008
- if (dirty[1] & /*dealername*/ 16 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[46](/*dealername*/ ctx[35]) + "")) html_tag.p(raw0_value);
13009
- if (dirty[0] & /*min, max, currencySymbol*/ 469762048 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[45](/*min*/ ctx[27], /*max*/ ctx[28], /*currencySymbol*/ ctx[26]) + "")) html_tag_1.p(raw1_value);
13011
+ if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
13012
+ if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
13010
13013
  },
13011
13014
  d: function destroy(detaching) {
13012
13015
  if (detaching) detach_dev(div1);
@@ -13018,19 +13021,19 @@
13018
13021
  block,
13019
13022
  id: create_if_block_2$1.name,
13020
13023
  type: "if",
13021
- source: "(618:8) {#if isopen && displaytype && displaytype === BLACKJACK}",
13024
+ source: "(598:8) {#if isopen && displaytype && displaytype === BLACKJACK}",
13022
13025
  ctx
13023
13026
  });
13024
13027
 
13025
13028
  return block;
13026
13029
  }
13027
13030
 
13028
- // (643:16) {#if roulleteresults && roulleteresults[i]}
13031
+ // (623:16) {#if roulleteresults && roulleteresults[i]}
13029
13032
  function create_if_block_5$1(ctx) {
13030
13033
  let if_block_anchor;
13031
13034
 
13032
13035
  function select_block_type_4(ctx, dirty) {
13033
- if (/*isdouble*/ ctx[30]) return create_if_block_6;
13036
+ if (/*isdouble*/ ctx[29]) return create_if_block_6;
13034
13037
  return create_else_block_1;
13035
13038
  }
13036
13039
 
@@ -13069,17 +13072,17 @@
13069
13072
  block,
13070
13073
  id: create_if_block_5$1.name,
13071
13074
  type: "if",
13072
- source: "(643:16) {#if roulleteresults && roulleteresults[i]}",
13075
+ source: "(623:16) {#if roulleteresults && roulleteresults[i]}",
13073
13076
  ctx
13074
13077
  });
13075
13078
 
13076
13079
  return block;
13077
13080
  }
13078
13081
 
13079
- // (649:18) {:else}
13082
+ // (629:18) {:else}
13080
13083
  function create_else_block_1(ctx) {
13081
13084
  let html_tag;
13082
- let raw_value = /*renderSpan*/ ctx[47](`LatestResult ${/*i*/ ctx[111] === 0 ? 'First' : ''}`, /*i*/ ctx[111], /*roulleteresults*/ ctx[13][/*i*/ ctx[111]], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[13][/*i*/ ctx[111]]]) + "";
13085
+ let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, /*i*/ ctx[103], /*roulleteresults*/ ctx[13][/*i*/ ctx[103]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]]]) + "";
13083
13086
  let html_anchor;
13084
13087
 
13085
13088
  const block = {
@@ -13093,7 +13096,7 @@
13093
13096
  insert_dev(target, html_anchor, anchor);
13094
13097
  },
13095
13098
  p: function update(ctx, dirty) {
13096
- if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 2 && raw_value !== (raw_value = /*renderSpan*/ ctx[47](`LatestResult ${/*i*/ ctx[111] === 0 ? 'First' : ''}`, /*i*/ ctx[111], /*roulleteresults*/ ctx[13][/*i*/ ctx[111]], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[13][/*i*/ ctx[111]]]) + "")) html_tag.p(raw_value);
13099
+ if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw_value !== (raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, /*i*/ ctx[103], /*roulleteresults*/ ctx[13][/*i*/ ctx[103]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]]]) + "")) html_tag.p(raw_value);
13097
13100
  },
13098
13101
  d: function destroy(detaching) {
13099
13102
  if (detaching) detach_dev(html_anchor);
@@ -13105,21 +13108,21 @@
13105
13108
  block,
13106
13109
  id: create_else_block_1.name,
13107
13110
  type: "else",
13108
- source: "(649:18) {:else}",
13111
+ source: "(629:18) {:else}",
13109
13112
  ctx
13110
13113
  });
13111
13114
 
13112
13115
  return block;
13113
13116
  }
13114
13117
 
13115
- // (644:18) {#if isdouble}
13118
+ // (624:18) {#if isdouble}
13116
13119
  function create_if_block_6(ctx) {
13117
13120
  let div;
13118
13121
  let html_tag;
13119
- let raw0_value = /*renderSpan*/ ctx[47](`LatestResult ${/*i*/ ctx[111] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[111]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[111]][0], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][0]]) + "";
13122
+ let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]]) + "";
13120
13123
  let t0;
13121
13124
  let html_tag_1;
13122
- let raw1_value = /*renderSpan*/ ctx[47](`LatestResult ${/*i*/ ctx[111] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[111]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[111]][1], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][1]]) + "";
13125
+ let raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]]) + "";
13123
13126
  let t1;
13124
13127
 
13125
13128
  const block = {
@@ -13132,7 +13135,7 @@
13132
13135
  html_tag.a = t0;
13133
13136
  html_tag_1.a = t1;
13134
13137
  attr_dev(div, "class", "Double");
13135
- add_location(div, file$1, 644, 20, 25187);
13138
+ add_location(div, file$1, 624, 20, 24476);
13136
13139
  },
13137
13140
  m: function mount(target, anchor) {
13138
13141
  insert_dev(target, div, anchor);
@@ -13142,8 +13145,8 @@
13142
13145
  append_dev(div, t1);
13143
13146
  },
13144
13147
  p: function update(ctx, dirty) {
13145
- if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 2 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[47](`LatestResult ${/*i*/ ctx[111] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[111]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[111]][0], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][0]]) + "")) html_tag.p(raw0_value);
13146
- if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 2 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[47](`LatestResult ${/*i*/ ctx[111] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[111]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[111]][1], /*colorsourcearray*/ ctx[32][/*roulleteresults*/ ctx[13][/*i*/ ctx[111]][1]]) + "")) html_tag_1.p(raw1_value);
13148
+ if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]]) + "")) html_tag.p(raw0_value);
13149
+ if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]]) + "")) html_tag_1.p(raw1_value);
13147
13150
  },
13148
13151
  d: function destroy(detaching) {
13149
13152
  if (detaching) detach_dev(div);
@@ -13154,17 +13157,17 @@
13154
13157
  block,
13155
13158
  id: create_if_block_6.name,
13156
13159
  type: "if",
13157
- source: "(644:18) {#if isdouble}",
13160
+ source: "(624:18) {#if isdouble}",
13158
13161
  ctx
13159
13162
  });
13160
13163
 
13161
13164
  return block;
13162
13165
  }
13163
13166
 
13164
- // (642:14) {#each new Array(numberofdisplayedresults) as garbage, i}
13167
+ // (622:14) {#each new Array(numberofdisplayedresults) as garbage, i}
13165
13168
  function create_each_block_1(ctx) {
13166
13169
  let if_block_anchor;
13167
- let if_block = /*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[111]] && create_if_block_5$1(ctx);
13170
+ let if_block = /*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[103]] && create_if_block_5$1(ctx);
13168
13171
 
13169
13172
  const block = {
13170
13173
  c: function create() {
@@ -13176,7 +13179,7 @@
13176
13179
  insert_dev(target, if_block_anchor, anchor);
13177
13180
  },
13178
13181
  p: function update(ctx, dirty) {
13179
- if (/*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[111]]) {
13182
+ if (/*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[103]]) {
13180
13183
  if (if_block) {
13181
13184
  if_block.p(ctx, dirty);
13182
13185
  } else {
@@ -13199,17 +13202,17 @@
13199
13202
  block,
13200
13203
  id: create_each_block_1.name,
13201
13204
  type: "each",
13202
- source: "(642:14) {#each new Array(numberofdisplayedresults) as garbage, i}",
13205
+ source: "(622:14) {#each new Array(numberofdisplayedresults) as garbage, i}",
13203
13206
  ctx
13204
13207
  });
13205
13208
 
13206
13209
  return block;
13207
13210
  }
13208
13211
 
13209
- // (625:14) {:else}
13212
+ // (605:14) {:else}
13210
13213
  function create_else_block$1(ctx) {
13211
13214
  let each_1_anchor;
13212
- let each_value = /*seats*/ ctx[25];
13215
+ let each_value = /*seats*/ ctx[24];
13213
13216
  validate_each_argument(each_value);
13214
13217
  let each_blocks = [];
13215
13218
 
@@ -13235,8 +13238,8 @@
13235
13238
  insert_dev(target, each_1_anchor, anchor);
13236
13239
  },
13237
13240
  p: function update(ctx, dirty) {
13238
- if (dirty[0] & /*currentoccupiedseats, seats*/ 570425344 | dirty[1] & /*contains*/ 8192) {
13239
- each_value = /*seats*/ ctx[25];
13241
+ if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 | dirty[1] & /*contains*/ 256) {
13242
+ each_value = /*seats*/ ctx[24];
13240
13243
  validate_each_argument(each_value);
13241
13244
  let i;
13242
13245
 
@@ -13269,17 +13272,17 @@
13269
13272
  block,
13270
13273
  id: create_else_block$1.name,
13271
13274
  type: "else",
13272
- source: "(625:14) {:else}",
13275
+ source: "(605:14) {:else}",
13273
13276
  ctx
13274
13277
  });
13275
13278
 
13276
13279
  return block;
13277
13280
  }
13278
13281
 
13279
- // (621:14) {#if istablefull}
13282
+ // (601:14) {#if istablefull}
13280
13283
  function create_if_block_3$1(ctx) {
13281
13284
  let span;
13282
- let t_value = /*$_*/ ctx[36]('full') + "";
13285
+ let t_value = /*$_*/ ctx[35]('full') + "";
13283
13286
  let t;
13284
13287
 
13285
13288
  const block = {
@@ -13287,14 +13290,14 @@
13287
13290
  span = element("span");
13288
13291
  t = text(t_value);
13289
13292
  attr_dev(span, "class", "FullTable");
13290
- add_location(span, file$1, 621, 16, 23673);
13293
+ add_location(span, file$1, 601, 16, 22962);
13291
13294
  },
13292
13295
  m: function mount(target, anchor) {
13293
13296
  insert_dev(target, span, anchor);
13294
13297
  append_dev(span, t);
13295
13298
  },
13296
13299
  p: function update(ctx, dirty) {
13297
- if (dirty[1] & /*$_*/ 32 && t_value !== (t_value = /*$_*/ ctx[36]('full') + "")) set_data_dev(t, t_value);
13300
+ if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('full') + "")) set_data_dev(t, t_value);
13298
13301
  },
13299
13302
  d: function destroy(detaching) {
13300
13303
  if (detaching) detach_dev(span);
@@ -13305,14 +13308,14 @@
13305
13308
  block,
13306
13309
  id: create_if_block_3$1.name,
13307
13310
  type: "if",
13308
- source: "(621:14) {#if istablefull}",
13311
+ source: "(601:14) {#if istablefull}",
13309
13312
  ctx
13310
13313
  });
13311
13314
 
13312
13315
  return block;
13313
13316
  }
13314
13317
 
13315
- // (626:16) {#each seats as seatData}
13318
+ // (606:16) {#each seats as seatData}
13316
13319
  function create_each_block$1(ctx) {
13317
13320
  let span;
13318
13321
  let svg;
@@ -13329,20 +13332,20 @@
13329
13332
  path1 = svg_element("path");
13330
13333
  t = space();
13331
13334
  attr_dev(path0, "d", "M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z");
13332
- add_location(path0, file$1, 628, 22, 24056);
13335
+ add_location(path0, file$1, 608, 22, 23345);
13333
13336
  attr_dev(path1, "d", "M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z");
13334
- add_location(path1, file$1, 629, 22, 24432);
13337
+ add_location(path1, file$1, 609, 22, 23721);
13335
13338
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13336
13339
  attr_dev(svg, "width", "13");
13337
13340
  attr_dev(svg, "height", "14");
13338
13341
  attr_dev(svg, "viewBox", "0 0 13 14");
13339
- add_location(svg, file$1, 627, 20, 23950);
13342
+ add_location(svg, file$1, 607, 20, 23239);
13340
13343
 
13341
- attr_dev(span, "class", span_class_value = /*contains*/ ctx[44](/*currentoccupiedseats*/ ctx[29], /*seatData*/ ctx[106].toString())
13344
+ attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[98].toString())
13342
13345
  ? 'ClosedSeat'
13343
13346
  : 'OpenSeat');
13344
13347
 
13345
- add_location(span, file$1, 626, 18, 23835);
13348
+ add_location(span, file$1, 606, 18, 23124);
13346
13349
  },
13347
13350
  m: function mount(target, anchor) {
13348
13351
  insert_dev(target, span, anchor);
@@ -13352,7 +13355,7 @@
13352
13355
  append_dev(span, t);
13353
13356
  },
13354
13357
  p: function update(ctx, dirty) {
13355
- if (dirty[0] & /*currentoccupiedseats, seats*/ 570425344 && span_class_value !== (span_class_value = /*contains*/ ctx[44](/*currentoccupiedseats*/ ctx[29], /*seatData*/ ctx[106].toString())
13358
+ if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 && span_class_value !== (span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[98].toString())
13356
13359
  ? 'ClosedSeat'
13357
13360
  : 'OpenSeat')) {
13358
13361
  attr_dev(span, "class", span_class_value);
@@ -13367,14 +13370,14 @@
13367
13370
  block,
13368
13371
  id: create_each_block$1.name,
13369
13372
  type: "each",
13370
- source: "(626:16) {#each seats as seatData}",
13373
+ source: "(606:16) {#each seats as seatData}",
13371
13374
  ctx
13372
13375
  });
13373
13376
 
13374
13377
  return block;
13375
13378
  }
13376
13379
 
13377
- // (662:2) {#if showgamename}
13380
+ // (642:2) {#if showgamename}
13378
13381
  function create_if_block$1(ctx) {
13379
13382
  let p;
13380
13383
  let t;
@@ -13385,7 +13388,7 @@
13385
13388
  t = text(/*gamename*/ ctx[4]);
13386
13389
  attr_dev(p, "class", "GameNameBelow");
13387
13390
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13388
- add_location(p, file$1, 662, 4, 26058);
13391
+ add_location(p, file$1, 642, 4, 25347);
13389
13392
  },
13390
13393
  m: function mount(target, anchor) {
13391
13394
  insert_dev(target, p, anchor);
@@ -13407,7 +13410,7 @@
13407
13410
  block,
13408
13411
  id: create_if_block$1.name,
13409
13412
  type: "if",
13410
- source: "(662:2) {#if showgamename}",
13413
+ source: "(642:2) {#if showgamename}",
13411
13414
  ctx
13412
13415
  });
13413
13416
 
@@ -13423,11 +13426,11 @@
13423
13426
  let t0;
13424
13427
  let div1;
13425
13428
  let div0;
13429
+ let show_if_2 = !isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
13426
13430
  let t1;
13427
13431
  let p;
13428
13432
  let t2;
13429
13433
  let t3;
13430
- let div0_class_value;
13431
13434
  let t4;
13432
13435
  let span;
13433
13436
  let t5_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "";
@@ -13442,29 +13445,20 @@
13442
13445
  let div3_class_value;
13443
13446
  let t10;
13444
13447
  let div4_class_value;
13445
- let mounted;
13446
- let dispose;
13447
-
13448
- function select_block_type(ctx, dirty) {
13449
- if (/*fav*/ ctx[16]) return create_if_block_13;
13450
- return create_else_block_2;
13451
- }
13452
-
13453
- let current_block_type = select_block_type(ctx);
13454
- let if_block0 = current_block_type(ctx);
13448
+ let if_block0 = show_if_2 && create_if_block_13(ctx);
13455
13449
  let if_block1 = /*lang*/ ctx[1] && create_if_block_12(ctx);
13456
13450
 
13457
13451
  function select_block_type_1(ctx, dirty) {
13458
13452
  if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 32773) show_if = null;
13459
13453
  if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 32773) show_if_1 = null;
13460
- if (show_if == null) show_if = !!(!isMobile(/*userAgent*/ ctx[37]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15] && /*favorites*/ ctx[2]);
13454
+ if (show_if == null) show_if = !!(!isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15] && /*favorites*/ ctx[2]);
13461
13455
  if (show_if) return create_if_block_10;
13462
- if (show_if_1 == null) show_if_1 = !!(isMobile(/*userAgent*/ ctx[37]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15] && /*favorites*/ ctx[2]);
13456
+ if (show_if_1 == null) show_if_1 = !!(isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15] && /*favorites*/ ctx[2]);
13463
13457
  if (show_if_1) return create_if_block_11;
13464
13458
  }
13465
13459
 
13466
- let current_block_type_1 = select_block_type_1(ctx, [-1, -1, -1, -1]);
13467
- let if_block2 = current_block_type_1 && current_block_type_1(ctx);
13460
+ let current_block_type = select_block_type_1(ctx, [-1, -1, -1, -1]);
13461
+ let if_block2 = current_block_type && current_block_type(ctx);
13468
13462
  let if_block3 = /*gameisnew*/ ctx[7] && create_if_block_9(ctx);
13469
13463
  let if_block4 = /*gametag*/ ctx[8] && create_if_block_8(ctx);
13470
13464
  let if_block5 = /*livegamedata*/ ctx[12] && create_if_block_1$1(ctx);
@@ -13478,7 +13472,7 @@
13478
13472
  t0 = space();
13479
13473
  div1 = element("div");
13480
13474
  div0 = element("div");
13481
- if_block0.c();
13475
+ if (if_block0) if_block0.c();
13482
13476
  t1 = space();
13483
13477
  p = element("p");
13484
13478
  t2 = text(/*gamename*/ ctx[4]);
@@ -13500,29 +13494,29 @@
13500
13494
  if (if_block6) if_block6.c();
13501
13495
  this.c = noop$1;
13502
13496
  if (!src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) attr_dev(img, "src", img_src_value);
13503
- attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*hover*/ ctx[17] ? 'GameContainerHovered' : ''} ${/*loaded*/ ctx[18] ? 'Loaded' : ''}`);
13497
+ attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`);
13504
13498
  attr_dev(img, "alt", "");
13505
13499
  attr_dev(img, "loading", "lazy");
13506
- add_location(img, file$1, 554, 4, 18953);
13500
+ add_location(img, file$1, 534, 4, 18300);
13507
13501
  attr_dev(p, "class", "GameInfoName");
13508
13502
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13509
- add_location(p, file$1, 575, 8, 20928);
13510
- attr_dev(div0, "class", div0_class_value = "GameInfo " + (/*hover*/ ctx[17] ? 'GameHovered' : ''));
13511
- add_location(div0, file$1, 556, 6, 19166);
13503
+ add_location(p, file$1, 555, 8, 20215);
13504
+ attr_dev(div0, "class", "GameInfo");
13505
+ add_location(div0, file$1, 536, 6, 18474);
13512
13506
  attr_dev(span, "class", "GameInfoVendor");
13513
- add_location(span, file$1, 580, 6, 21142);
13507
+ add_location(span, file$1, 560, 6, 20431);
13514
13508
  attr_dev(div1, "class", "GameInfoWrapper");
13515
- add_location(div1, file$1, 555, 4, 19130);
13509
+ add_location(div1, file$1, 535, 4, 18438);
13516
13510
  attr_dev(div2, "class", "GameExtraInfo");
13517
- add_location(div2, file$1, 597, 4, 22730);
13511
+ add_location(div2, file$1, 577, 4, 22019);
13518
13512
 
13519
- attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[12] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[12] && /*istablefull*/ ctx[33]
13513
+ attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[12] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[12] && /*istablefull*/ ctx[32]
13520
13514
  ? 'GameInnerContainerUnavailable'
13521
13515
  : ''));
13522
13516
 
13523
- add_location(div3, file$1, 553, 2, 18692);
13524
- attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[34]}`);
13525
- add_location(div4, file$1, 552, 0, 18607);
13517
+ add_location(div3, file$1, 533, 2, 18143);
13518
+ attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[33]}`);
13519
+ add_location(div4, file$1, 532, 0, 18058);
13526
13520
  },
13527
13521
  l: function claim(nodes) {
13528
13522
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -13531,11 +13525,11 @@
13531
13525
  insert_dev(target, div4, anchor);
13532
13526
  append_dev(div4, div3);
13533
13527
  append_dev(div3, img);
13534
- /*img_binding*/ ctx[66](img);
13528
+ /*img_binding*/ ctx[60](img);
13535
13529
  append_dev(div3, t0);
13536
13530
  append_dev(div3, div1);
13537
13531
  append_dev(div1, div0);
13538
- if_block0.m(div0, null);
13532
+ if (if_block0) if_block0.m(div0, null);
13539
13533
  append_dev(div0, t1);
13540
13534
  append_dev(div0, p);
13541
13535
  append_dev(p, t2);
@@ -13555,38 +13549,30 @@
13555
13549
  if (if_block5) if_block5.m(div2, null);
13556
13550
  append_dev(div4, t10);
13557
13551
  if (if_block6) if_block6.m(div4, null);
13558
- /*div4_binding*/ ctx[71](div4);
13559
-
13560
- if (!mounted) {
13561
- dispose = [
13562
- listen_dev(div3, "mouseenter", /*gameHover*/ ctx[42], false, false, false, false),
13563
- listen_dev(div3, "mouseleave", /*gameBlur*/ ctx[43], false, false, false, false),
13564
- listen_dev(div3, "touchstart", /*gameTouch*/ ctx[40], { passive: true }, false, false, false),
13565
- listen_dev(div3, "touchend", /*gameTouchEnd*/ ctx[41], { passive: true }, false, false, false)
13566
- ];
13567
-
13568
- mounted = true;
13569
- }
13552
+ /*div4_binding*/ ctx[65](div4);
13570
13553
  },
13571
13554
  p: function update(ctx, dirty) {
13572
13555
  if (dirty[0] & /*gamethumbnail*/ 8 && !src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) {
13573
13556
  attr_dev(img, "src", img_src_value);
13574
13557
  }
13575
13558
 
13576
- if (dirty[0] & /*gamecellsize, hover, loaded*/ 393728 && img_class_value !== (img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*hover*/ ctx[17] ? 'GameContainerHovered' : ''} ${/*loaded*/ ctx[18] ? 'Loaded' : ''}`)) {
13559
+ if (dirty[0] & /*gamecellsize, loaded*/ 131584 && img_class_value !== (img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`)) {
13577
13560
  attr_dev(img, "class", img_class_value);
13578
13561
  }
13579
13562
 
13580
- if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block0) {
13581
- if_block0.p(ctx, dirty);
13582
- } else {
13583
- if_block0.d(1);
13584
- if_block0 = current_block_type(ctx);
13563
+ if (dirty[0] & /*gamefavorite, isLoggedIn*/ 32769) show_if_2 = !isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
13585
13564
 
13565
+ if (show_if_2) {
13586
13566
  if (if_block0) {
13567
+ if_block0.p(ctx, dirty);
13568
+ } else {
13569
+ if_block0 = create_if_block_13(ctx);
13587
13570
  if_block0.c();
13588
13571
  if_block0.m(div0, t1);
13589
13572
  }
13573
+ } else if (if_block0) {
13574
+ if_block0.d(1);
13575
+ if_block0 = null;
13590
13576
  }
13591
13577
 
13592
13578
  if (dirty[0] & /*gamename*/ 16) set_data_dev(t2, /*gamename*/ ctx[4]);
@@ -13608,17 +13594,13 @@
13608
13594
  if_block1 = null;
13609
13595
  }
13610
13596
 
13611
- if (dirty[0] & /*hover*/ 131072 && div0_class_value !== (div0_class_value = "GameInfo " + (/*hover*/ ctx[17] ? 'GameHovered' : ''))) {
13612
- attr_dev(div0, "class", div0_class_value);
13613
- }
13614
-
13615
13597
  if (dirty[0] & /*gamevendor*/ 32 && t5_value !== (t5_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "")) set_data_dev(t5, t5_value);
13616
13598
 
13617
- if (current_block_type_1 === (current_block_type_1 = select_block_type_1(ctx, dirty)) && if_block2) {
13599
+ if (current_block_type === (current_block_type = select_block_type_1(ctx, dirty)) && if_block2) {
13618
13600
  if_block2.p(ctx, dirty);
13619
13601
  } else {
13620
13602
  if (if_block2) if_block2.d(1);
13621
- if_block2 = current_block_type_1 && current_block_type_1(ctx);
13603
+ if_block2 = current_block_type && current_block_type(ctx);
13622
13604
 
13623
13605
  if (if_block2) {
13624
13606
  if_block2.c();
@@ -13665,7 +13647,7 @@
13665
13647
  if_block5 = null;
13666
13648
  }
13667
13649
 
13668
- if (dirty[0] & /*livegamedata, isopen, openhours*/ 25169920 | dirty[1] & /*istablefull*/ 4 && div3_class_value !== (div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[12] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[12] && /*istablefull*/ ctx[33]
13650
+ if (dirty[0] & /*livegamedata, isopen, openhours*/ 12587008 | dirty[1] & /*istablefull*/ 2 && div3_class_value !== (div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[12] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[12] && /*istablefull*/ ctx[32]
13669
13651
  ? 'GameInnerContainerUnavailable'
13670
13652
  : ''))) {
13671
13653
  attr_dev(div3, "class", div3_class_value);
@@ -13684,7 +13666,7 @@
13684
13666
  if_block6 = null;
13685
13667
  }
13686
13668
 
13687
- if (dirty[1] & /*extraclassname*/ 8 && div4_class_value !== (div4_class_value = `GameContainer ${/*extraclassname*/ ctx[34]}`)) {
13669
+ if (dirty[1] & /*extraclassname*/ 4 && div4_class_value !== (div4_class_value = `GameContainer ${/*extraclassname*/ ctx[33]}`)) {
13688
13670
  attr_dev(div4, "class", div4_class_value);
13689
13671
  }
13690
13672
  },
@@ -13692,8 +13674,8 @@
13692
13674
  o: noop$1,
13693
13675
  d: function destroy(detaching) {
13694
13676
  if (detaching) detach_dev(div4);
13695
- /*img_binding*/ ctx[66](null);
13696
- if_block0.d();
13677
+ /*img_binding*/ ctx[60](null);
13678
+ if (if_block0) if_block0.d();
13697
13679
  if (if_block1) if_block1.d();
13698
13680
 
13699
13681
  if (if_block2) {
@@ -13704,9 +13686,7 @@
13704
13686
  if (if_block4) if_block4.d();
13705
13687
  if (if_block5) if_block5.d();
13706
13688
  if (if_block6) if_block6.d();
13707
- /*div4_binding*/ ctx[71](null);
13708
- mounted = false;
13709
- run_all(dispose);
13689
+ /*div4_binding*/ ctx[65](null);
13710
13690
  }
13711
13691
  };
13712
13692
 
@@ -13731,7 +13711,7 @@
13731
13711
  function instance$1($$self, $$props, $$invalidate) {
13732
13712
  let $_;
13733
13713
  validate_store(X, '_');
13734
- component_subscribe($$self, X, $$value => $$invalidate(36, $_ = $$value));
13714
+ component_subscribe($$self, X, $$value => $$invalidate(35, $_ = $$value));
13735
13715
  let { $$slots: slots = {}, $$scope } = $$props;
13736
13716
  validate_slots('undefined', slots, []);
13737
13717
  let { session = '' } = $$props;
@@ -13748,7 +13728,6 @@
13748
13728
  let { gameisnew = '' } = $$props;
13749
13729
  let { gametag = '' } = $$props;
13750
13730
  let { gamefunmode = false } = $$props;
13751
- let { searchitem = false } = $$props;
13752
13731
  let { gamefavorite = false } = $$props;
13753
13732
  let { gamecellsize = '' } = $$props;
13754
13733
  let { showfavoredcategory = false } = $$props;
@@ -13765,7 +13744,6 @@
13765
13744
  let sessionID;
13766
13745
  let playerID;
13767
13746
  let fav = false;
13768
- let hover = false;
13769
13747
  let loaded = false;
13770
13748
  let image;
13771
13749
  let userAgent = window.navigator.userAgent;
@@ -13868,14 +13846,6 @@
13868
13846
  addNewMessages(item, TRANSLATIONS[item]);
13869
13847
  });
13870
13848
 
13871
- const enter = () => {
13872
- $$invalidate(17, hover = true);
13873
- };
13874
-
13875
- const leave = () => {
13876
- $$invalidate(17, hover = false);
13877
- };
13878
-
13879
13849
  const messageHandler = e => {
13880
13850
  if (e.data.type === `AddFavoriteThumbnail_${gameid}` && !showfavoredcategory) {
13881
13851
  $$invalidate(0, gamefavorite = true);
@@ -13982,22 +13952,6 @@
13982
13952
  }
13983
13953
  };
13984
13954
 
13985
- const gameTouch = () => {
13986
- window.postMessage({ type: 'GameHoveredMobile' }, window.location.href);
13987
- };
13988
-
13989
- const gameTouchEnd = () => {
13990
- window.postMessage({ type: 'GameBlurMobile' }, window.location.href);
13991
- };
13992
-
13993
- const gameHover = () => {
13994
- window.postMessage({ type: 'GameHoveredPc' }, window.location.href);
13995
- };
13996
-
13997
- const gameBlur = () => {
13998
- window.postMessage({ type: 'GameBlurPc' }, window.location.href);
13999
- };
14000
-
14001
13955
  const setActiveLanguage = () => {
14002
13956
  setLocale(lang);
14003
13957
  };
@@ -14011,9 +13965,9 @@
14011
13965
  const setOnLoad = () => {
14012
13966
  if (image) {
14013
13967
  $$invalidate(
14014
- 19,
13968
+ 18,
14015
13969
  image.onload = () => {
14016
- $$invalidate(18, loaded = true);
13970
+ $$invalidate(17, loaded = true);
14017
13971
  },
14018
13972
  image
14019
13973
  );
@@ -14071,7 +14025,7 @@
14071
14025
  case 'SeatsUpdated':
14072
14026
  {
14073
14027
  if (Seats && Array.isArray(Seats)) {
14074
- $$invalidate(29, currentoccupiedseats = Seats);
14028
+ $$invalidate(28, currentoccupiedseats = Seats);
14075
14029
  $$invalidate(12, livegamedata.currentOccupiedSeats = Seats, livegamedata);
14076
14030
  await tick();
14077
14031
  }
@@ -14100,14 +14054,14 @@
14100
14054
  }
14101
14055
  case 'TableOpened':
14102
14056
  {
14103
- $$invalidate(23, isopen = Open);
14057
+ $$invalidate(22, isopen = Open);
14104
14058
  $$invalidate(12, livegamedata.isOpen = Open, livegamedata);
14105
14059
  await tick();
14106
14060
  break;
14107
14061
  }
14108
14062
  case 'TableClosed':
14109
14063
  {
14110
- $$invalidate(23, isopen = Open);
14064
+ $$invalidate(22, isopen = Open);
14111
14065
  $$invalidate(12, livegamedata.isOpen = Open, livegamedata);
14112
14066
  await tick();
14113
14067
  break;
@@ -14217,7 +14171,7 @@
14217
14171
 
14218
14172
  const createDisplayData = livegamedata => {
14219
14173
  totalseats = livegamedata.totalSeats || DEFAULT_BLACKJACK_TOTAL_SEATS;
14220
- $$invalidate(29, currentoccupiedseats = livegamedata.currentOccupiedSeats || []);
14174
+ $$invalidate(28, currentoccupiedseats = livegamedata.currentOccupiedSeats || []);
14221
14175
  const seats = [];
14222
14176
 
14223
14177
  for (let i = 1; i <= totalseats; i++) {
@@ -14267,69 +14221,69 @@
14267
14221
 
14268
14222
  const updateComponent = () => {
14269
14223
  if (livegamedata) {
14270
- $$invalidate(23, isopen = livegamedata.isOpen);
14224
+ $$invalidate(22, isopen = livegamedata.isOpen);
14271
14225
  betlimit = livegamedata.betLimit || {};
14272
- $$invalidate(24, openhours = livegamedata.openHours);
14273
- $$invalidate(25, seats = createDisplayData(livegamedata).seats);
14226
+ $$invalidate(23, openhours = livegamedata.openHours);
14227
+ $$invalidate(24, seats = createDisplayData(livegamedata).seats);
14274
14228
 
14275
14229
  if (openhours && openhours.value) {
14276
14230
  const { value: { startTime: starttimeRaw, originalTimeFormat } } = openhours; /* , timeFormat: timeFormatRaw */
14277
- $$invalidate(21, starttime = starttimeRaw);
14278
- $$invalidate(22, timeformat = originalTimeFormat || timeformat);
14231
+ $$invalidate(20, starttime = starttimeRaw);
14232
+ $$invalidate(21, timeformat = originalTimeFormat || timeformat);
14279
14233
  }
14280
14234
 
14281
14235
  if (isopen) {
14282
- $$invalidate(20, displaytype = getGameComponent(livegamedata));
14236
+ $$invalidate(19, displaytype = getGameComponent(livegamedata));
14283
14237
  }
14284
14238
 
14285
- $$invalidate(26, currencySymbol = currenciesSymbols[currency]);
14286
- $$invalidate(27, min = (betlimit.min || {})[currency]);
14287
- $$invalidate(28, max = (betlimit.max || {})[currency]);
14239
+ $$invalidate(25, currencySymbol = currenciesSymbols[currency]);
14240
+ $$invalidate(26, min = (betlimit.min || {})[currency]);
14241
+ $$invalidate(27, max = (betlimit.max || {})[currency]);
14288
14242
  currentroulettenumbers = livegamedata.currentRouletteNumbers;
14289
14243
  currentdoubleballroulettenumbers = livegamedata.currentDoubleBallRouletteNumbers;
14290
14244
  vendorcategory = livegamedata.vendorCategory;
14291
- $$invalidate(30, isdouble = vendorcategory.toLowerCase() === DOUBLE_ROULETTE);
14245
+ $$invalidate(29, isdouble = vendorcategory.toLowerCase() === DOUBLE_ROULETTE);
14292
14246
 
14293
14247
  $$invalidate(13, roulleteresults = (isdouble
14294
14248
  ? currentdoubleballroulettenumbers
14295
14249
  : currentroulettenumbers) || []);
14296
14250
 
14297
- $$invalidate(31, roulettecontainerclassname = 'GameProp LiveProps RoulleteProps');
14298
- $$invalidate(31, roulettecontainerclassname += isdouble ? ' Double' : '');
14251
+ $$invalidate(30, roulettecontainerclassname = 'GameProp LiveProps RoulleteProps');
14252
+ $$invalidate(30, roulettecontainerclassname += isdouble ? ' Double' : '');
14299
14253
 
14300
- $$invalidate(32, colorsourcearray = contains(roulettecategory, vendorcategory.toLowerCase())
14254
+ $$invalidate(31, colorsourcearray = contains(roulettecategory, vendorcategory.toLowerCase())
14301
14255
  ? ROULETTE_COLOR_MAP
14302
14256
  : MONEY_WHEEL_COLOR_MAP);
14303
14257
 
14304
14258
  oldistablefull = istablefull;
14305
- $$invalidate(33, istablefull = Array.isArray(currentoccupiedseats) && currentoccupiedseats.length === totalseats);
14259
+ $$invalidate(32, istablefull = Array.isArray(currentoccupiedseats) && currentoccupiedseats.length === totalseats);
14306
14260
 
14307
14261
  if (livegamedata.dealer) {
14308
- $$invalidate(35, dealername = livegamedata.dealer.DealerName);
14262
+ $$invalidate(34, dealername = livegamedata.dealer.DealerName);
14309
14263
  }
14310
14264
 
14311
14265
  numberofplayers = livegamedata.numberOfPlayers;
14312
- $$invalidate(34, extraclassname = 'ListGame');
14266
+ $$invalidate(33, extraclassname = 'ListGame');
14313
14267
 
14314
14268
  if (livegamedata.isOpen && livegamedata.currentRouletteNumbers) {
14315
- $$invalidate(34, extraclassname += ' GameBackdrop');
14269
+ $$invalidate(33, extraclassname += ' GameBackdrop');
14316
14270
  }
14317
14271
 
14318
14272
  if (isopen && istablefull && min && max && livegamedata.currentOccupiedSeats) {
14319
- $$invalidate(34, extraclassname += ' GameContainerDimmed');
14273
+ $$invalidate(33, extraclassname += ' GameContainerDimmed');
14320
14274
  } else {
14321
14275
  if (isopen === false && starttime) {
14322
- $$invalidate(34, extraclassname += ' GameContainerFullyDimmed');
14276
+ $$invalidate(33, extraclassname += ' GameContainerFullyDimmed');
14323
14277
  }
14324
14278
  }
14325
14279
 
14326
14280
  if (customStylingContainer) {
14327
14281
  if (!oldistablefull && istablefull) {
14328
- $$invalidate(34, extraclassname += ' PulsatingRedShadow');
14329
- $$invalidate(34, extraclassname = extraclassname.replace(' PulsatingGreenShadow', ''));
14282
+ $$invalidate(33, extraclassname += ' PulsatingRedShadow');
14283
+ $$invalidate(33, extraclassname = extraclassname.replace(' PulsatingGreenShadow', ''));
14330
14284
  } else if (oldistablefull && !istablefull) {
14331
- $$invalidate(34, extraclassname += ' PulsatingGreenShadow');
14332
- $$invalidate(34, extraclassname = extraclassname.replace(' PulsatingRedShadow', ''));
14285
+ $$invalidate(33, extraclassname += ' PulsatingGreenShadow');
14286
+ $$invalidate(33, extraclassname = extraclassname.replace(' PulsatingRedShadow', ''));
14333
14287
  }
14334
14288
  }
14335
14289
  }
@@ -14400,7 +14354,6 @@
14400
14354
  'gameisnew',
14401
14355
  'gametag',
14402
14356
  'gamefunmode',
14403
- 'searchitem',
14404
14357
  'gamefavorite',
14405
14358
  'gamecellsize',
14406
14359
  'showfavoredcategory',
@@ -14422,7 +14375,7 @@
14422
14375
  function img_binding($$value) {
14423
14376
  binding_callbacks[$$value ? 'unshift' : 'push'](() => {
14424
14377
  image = $$value;
14425
- $$invalidate(19, image);
14378
+ $$invalidate(18, image);
14426
14379
  });
14427
14380
  }
14428
14381
 
@@ -14445,12 +14398,12 @@
14445
14398
  }
14446
14399
 
14447
14400
  $$self.$$set = $$props => {
14448
- if ('session' in $$props) $$invalidate(48, session = $$props.session);
14449
- if ('userid' in $$props) $$invalidate(49, userid = $$props.userid);
14401
+ if ('session' in $$props) $$invalidate(43, session = $$props.session);
14402
+ if ('userid' in $$props) $$invalidate(44, userid = $$props.userid);
14450
14403
  if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
14451
- if ('clientstyling' in $$props) $$invalidate(50, clientstyling = $$props.clientstyling);
14452
- if ('clientstylingurl' in $$props) $$invalidate(51, clientstylingurl = $$props.clientstylingurl);
14453
- if ('translationurl' in $$props) $$invalidate(52, translationurl = $$props.translationurl);
14404
+ if ('clientstyling' in $$props) $$invalidate(45, clientstyling = $$props.clientstyling);
14405
+ if ('clientstylingurl' in $$props) $$invalidate(46, clientstylingurl = $$props.clientstylingurl);
14406
+ if ('translationurl' in $$props) $$invalidate(47, translationurl = $$props.translationurl);
14454
14407
  if ('favorites' in $$props) $$invalidate(2, favorites = $$props.favorites);
14455
14408
  if ('gamethumbnail' in $$props) $$invalidate(3, gamethumbnail = $$props.gamethumbnail);
14456
14409
  if ('gamename' in $$props) $$invalidate(4, gamename = $$props.gamename);
@@ -14458,20 +14411,19 @@
14458
14411
  if ('gameid' in $$props) $$invalidate(6, gameid = $$props.gameid);
14459
14412
  if ('gameisnew' in $$props) $$invalidate(7, gameisnew = $$props.gameisnew);
14460
14413
  if ('gametag' in $$props) $$invalidate(8, gametag = $$props.gametag);
14461
- if ('gamefunmode' in $$props) $$invalidate(53, gamefunmode = $$props.gamefunmode);
14462
- if ('searchitem' in $$props) $$invalidate(54, searchitem = $$props.searchitem);
14414
+ if ('gamefunmode' in $$props) $$invalidate(48, gamefunmode = $$props.gamefunmode);
14463
14415
  if ('gamefavorite' in $$props) $$invalidate(0, gamefavorite = $$props.gamefavorite);
14464
14416
  if ('gamecellsize' in $$props) $$invalidate(9, gamecellsize = $$props.gamecellsize);
14465
- if ('showfavoredcategory' in $$props) $$invalidate(55, showfavoredcategory = $$props.showfavoredcategory);
14417
+ if ('showfavoredcategory' in $$props) $$invalidate(49, showfavoredcategory = $$props.showfavoredcategory);
14466
14418
  if ('showgamename' in $$props) $$invalidate(10, showgamename = $$props.showgamename);
14467
- if ('currency' in $$props) $$invalidate(56, currency = $$props.currency);
14468
- if ('gamepagemodalurl' in $$props) $$invalidate(57, gamepagemodalurl = $$props.gamepagemodalurl);
14469
- if ('endpoint' in $$props) $$invalidate(58, endpoint = $$props.endpoint);
14470
- if ('livelobbyendpoint' in $$props) $$invalidate(59, livelobbyendpoint = $$props.livelobbyendpoint);
14471
- if ('connectlive' in $$props) $$invalidate(60, connectlive = $$props.connectlive);
14472
- if ('visibilityconnect' in $$props) $$invalidate(61, visibilityconnect = $$props.visibilityconnect);
14473
- if ('integratedgameframedesktop' in $$props) $$invalidate(62, integratedgameframedesktop = $$props.integratedgameframedesktop);
14474
- if ('integratedgameframemobile' in $$props) $$invalidate(63, integratedgameframemobile = $$props.integratedgameframemobile);
14419
+ if ('currency' in $$props) $$invalidate(50, currency = $$props.currency);
14420
+ if ('gamepagemodalurl' in $$props) $$invalidate(51, gamepagemodalurl = $$props.gamepagemodalurl);
14421
+ if ('endpoint' in $$props) $$invalidate(52, endpoint = $$props.endpoint);
14422
+ if ('livelobbyendpoint' in $$props) $$invalidate(53, livelobbyendpoint = $$props.livelobbyendpoint);
14423
+ if ('connectlive' in $$props) $$invalidate(54, connectlive = $$props.connectlive);
14424
+ if ('visibilityconnect' in $$props) $$invalidate(55, visibilityconnect = $$props.visibilityconnect);
14425
+ if ('integratedgameframedesktop' in $$props) $$invalidate(56, integratedgameframedesktop = $$props.integratedgameframedesktop);
14426
+ if ('integratedgameframemobile' in $$props) $$invalidate(57, integratedgameframemobile = $$props.integratedgameframemobile);
14475
14427
  };
14476
14428
 
14477
14429
  $$self.$capture_state = () => ({
@@ -14499,7 +14451,6 @@
14499
14451
  gameisnew,
14500
14452
  gametag,
14501
14453
  gamefunmode,
14502
- searchitem,
14503
14454
  gamefavorite,
14504
14455
  gamecellsize,
14505
14456
  showfavoredcategory,
@@ -14516,7 +14467,6 @@
14516
14467
  sessionID,
14517
14468
  playerID,
14518
14469
  fav,
14519
- hover,
14520
14470
  loaded,
14521
14471
  image,
14522
14472
  userAgent,
@@ -14559,15 +14509,9 @@
14559
14509
  MONEY_WHEEL_COLOR_MAP,
14560
14510
  ROULETTE_COLOR_MAP,
14561
14511
  setTranslationUrl,
14562
- enter,
14563
- leave,
14564
14512
  messageHandler,
14565
14513
  toggleGameFrame,
14566
14514
  toggleFavoriteGame,
14567
- gameTouch,
14568
- gameTouchEnd,
14569
- gameHover,
14570
- gameBlur,
14571
14515
  setActiveLanguage,
14572
14516
  setSession,
14573
14517
  setOnLoad,
@@ -14594,12 +14538,12 @@
14594
14538
  });
14595
14539
 
14596
14540
  $$self.$inject_state = $$props => {
14597
- if ('session' in $$props) $$invalidate(48, session = $$props.session);
14598
- if ('userid' in $$props) $$invalidate(49, userid = $$props.userid);
14541
+ if ('session' in $$props) $$invalidate(43, session = $$props.session);
14542
+ if ('userid' in $$props) $$invalidate(44, userid = $$props.userid);
14599
14543
  if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
14600
- if ('clientstyling' in $$props) $$invalidate(50, clientstyling = $$props.clientstyling);
14601
- if ('clientstylingurl' in $$props) $$invalidate(51, clientstylingurl = $$props.clientstylingurl);
14602
- if ('translationurl' in $$props) $$invalidate(52, translationurl = $$props.translationurl);
14544
+ if ('clientstyling' in $$props) $$invalidate(45, clientstyling = $$props.clientstyling);
14545
+ if ('clientstylingurl' in $$props) $$invalidate(46, clientstylingurl = $$props.clientstylingurl);
14546
+ if ('translationurl' in $$props) $$invalidate(47, translationurl = $$props.translationurl);
14603
14547
  if ('favorites' in $$props) $$invalidate(2, favorites = $$props.favorites);
14604
14548
  if ('gamethumbnail' in $$props) $$invalidate(3, gamethumbnail = $$props.gamethumbnail);
14605
14549
  if ('gamename' in $$props) $$invalidate(4, gamename = $$props.gamename);
@@ -14607,55 +14551,53 @@
14607
14551
  if ('gameid' in $$props) $$invalidate(6, gameid = $$props.gameid);
14608
14552
  if ('gameisnew' in $$props) $$invalidate(7, gameisnew = $$props.gameisnew);
14609
14553
  if ('gametag' in $$props) $$invalidate(8, gametag = $$props.gametag);
14610
- if ('gamefunmode' in $$props) $$invalidate(53, gamefunmode = $$props.gamefunmode);
14611
- if ('searchitem' in $$props) $$invalidate(54, searchitem = $$props.searchitem);
14554
+ if ('gamefunmode' in $$props) $$invalidate(48, gamefunmode = $$props.gamefunmode);
14612
14555
  if ('gamefavorite' in $$props) $$invalidate(0, gamefavorite = $$props.gamefavorite);
14613
14556
  if ('gamecellsize' in $$props) $$invalidate(9, gamecellsize = $$props.gamecellsize);
14614
- if ('showfavoredcategory' in $$props) $$invalidate(55, showfavoredcategory = $$props.showfavoredcategory);
14557
+ if ('showfavoredcategory' in $$props) $$invalidate(49, showfavoredcategory = $$props.showfavoredcategory);
14615
14558
  if ('showgamename' in $$props) $$invalidate(10, showgamename = $$props.showgamename);
14616
- if ('currency' in $$props) $$invalidate(56, currency = $$props.currency);
14617
- if ('gamepagemodalurl' in $$props) $$invalidate(57, gamepagemodalurl = $$props.gamepagemodalurl);
14618
- if ('endpoint' in $$props) $$invalidate(58, endpoint = $$props.endpoint);
14619
- if ('livelobbyendpoint' in $$props) $$invalidate(59, livelobbyendpoint = $$props.livelobbyendpoint);
14620
- if ('connectlive' in $$props) $$invalidate(60, connectlive = $$props.connectlive);
14621
- if ('visibilityconnect' in $$props) $$invalidate(61, visibilityconnect = $$props.visibilityconnect);
14622
- if ('integratedgameframedesktop' in $$props) $$invalidate(62, integratedgameframedesktop = $$props.integratedgameframedesktop);
14623
- if ('integratedgameframemobile' in $$props) $$invalidate(63, integratedgameframemobile = $$props.integratedgameframemobile);
14559
+ if ('currency' in $$props) $$invalidate(50, currency = $$props.currency);
14560
+ if ('gamepagemodalurl' in $$props) $$invalidate(51, gamepagemodalurl = $$props.gamepagemodalurl);
14561
+ if ('endpoint' in $$props) $$invalidate(52, endpoint = $$props.endpoint);
14562
+ if ('livelobbyendpoint' in $$props) $$invalidate(53, livelobbyendpoint = $$props.livelobbyendpoint);
14563
+ if ('connectlive' in $$props) $$invalidate(54, connectlive = $$props.connectlive);
14564
+ if ('visibilityconnect' in $$props) $$invalidate(55, visibilityconnect = $$props.visibilityconnect);
14565
+ if ('integratedgameframedesktop' in $$props) $$invalidate(56, integratedgameframedesktop = $$props.integratedgameframedesktop);
14566
+ if ('integratedgameframemobile' in $$props) $$invalidate(57, integratedgameframemobile = $$props.integratedgameframemobile);
14624
14567
  if ('isLoggedIn' in $$props) $$invalidate(15, isLoggedIn = $$props.isLoggedIn);
14625
14568
  if ('sessionID' in $$props) sessionID = $$props.sessionID;
14626
14569
  if ('playerID' in $$props) playerID = $$props.playerID;
14627
14570
  if ('fav' in $$props) $$invalidate(16, fav = $$props.fav);
14628
- if ('hover' in $$props) $$invalidate(17, hover = $$props.hover);
14629
- if ('loaded' in $$props) $$invalidate(18, loaded = $$props.loaded);
14630
- if ('image' in $$props) $$invalidate(19, image = $$props.image);
14631
- if ('userAgent' in $$props) $$invalidate(37, userAgent = $$props.userAgent);
14571
+ if ('loaded' in $$props) $$invalidate(17, loaded = $$props.loaded);
14572
+ if ('image' in $$props) $$invalidate(18, image = $$props.image);
14573
+ if ('userAgent' in $$props) $$invalidate(36, userAgent = $$props.userAgent);
14632
14574
  if ('customStylingContainer' in $$props) $$invalidate(11, customStylingContainer = $$props.customStylingContainer);
14633
14575
  if ('livegamedata' in $$props) $$invalidate(12, livegamedata = $$props.livegamedata);
14634
14576
  if ('liveLobbyConnection' in $$props) liveLobbyConnection = $$props.liveLobbyConnection;
14635
- if ('displaytype' in $$props) $$invalidate(20, displaytype = $$props.displaytype);
14636
- if ('starttime' in $$props) $$invalidate(21, starttime = $$props.starttime);
14637
- if ('timeformat' in $$props) $$invalidate(22, timeformat = $$props.timeformat);
14638
- if ('isopen' in $$props) $$invalidate(23, isopen = $$props.isopen);
14577
+ if ('displaytype' in $$props) $$invalidate(19, displaytype = $$props.displaytype);
14578
+ if ('starttime' in $$props) $$invalidate(20, starttime = $$props.starttime);
14579
+ if ('timeformat' in $$props) $$invalidate(21, timeformat = $$props.timeformat);
14580
+ if ('isopen' in $$props) $$invalidate(22, isopen = $$props.isopen);
14639
14581
  if ('betlimit' in $$props) betlimit = $$props.betlimit;
14640
- if ('openhours' in $$props) $$invalidate(24, openhours = $$props.openhours);
14641
- if ('seats' in $$props) $$invalidate(25, seats = $$props.seats);
14642
- if ('currencySymbol' in $$props) $$invalidate(26, currencySymbol = $$props.currencySymbol);
14643
- if ('min' in $$props) $$invalidate(27, min = $$props.min);
14644
- if ('max' in $$props) $$invalidate(28, max = $$props.max);
14582
+ if ('openhours' in $$props) $$invalidate(23, openhours = $$props.openhours);
14583
+ if ('seats' in $$props) $$invalidate(24, seats = $$props.seats);
14584
+ if ('currencySymbol' in $$props) $$invalidate(25, currencySymbol = $$props.currencySymbol);
14585
+ if ('min' in $$props) $$invalidate(26, min = $$props.min);
14586
+ if ('max' in $$props) $$invalidate(27, max = $$props.max);
14645
14587
  if ('totalseats' in $$props) totalseats = $$props.totalseats;
14646
- if ('currentoccupiedseats' in $$props) $$invalidate(29, currentoccupiedseats = $$props.currentoccupiedseats);
14588
+ if ('currentoccupiedseats' in $$props) $$invalidate(28, currentoccupiedseats = $$props.currentoccupiedseats);
14647
14589
  if ('currentroulettenumbers' in $$props) currentroulettenumbers = $$props.currentroulettenumbers;
14648
14590
  if ('currentdoubleballroulettenumbers' in $$props) currentdoubleballroulettenumbers = $$props.currentdoubleballroulettenumbers;
14649
14591
  if ('vendorcategory' in $$props) vendorcategory = $$props.vendorcategory;
14650
- if ('isdouble' in $$props) $$invalidate(30, isdouble = $$props.isdouble);
14592
+ if ('isdouble' in $$props) $$invalidate(29, isdouble = $$props.isdouble);
14651
14593
  if ('roulleteresults' in $$props) $$invalidate(13, roulleteresults = $$props.roulleteresults);
14652
- if ('roulettecontainerclassname' in $$props) $$invalidate(31, roulettecontainerclassname = $$props.roulettecontainerclassname);
14653
- if ('colorsourcearray' in $$props) $$invalidate(32, colorsourcearray = $$props.colorsourcearray);
14654
- if ('istablefull' in $$props) $$invalidate(33, istablefull = $$props.istablefull);
14594
+ if ('roulettecontainerclassname' in $$props) $$invalidate(30, roulettecontainerclassname = $$props.roulettecontainerclassname);
14595
+ if ('colorsourcearray' in $$props) $$invalidate(31, colorsourcearray = $$props.colorsourcearray);
14596
+ if ('istablefull' in $$props) $$invalidate(32, istablefull = $$props.istablefull);
14655
14597
  if ('oldistablefull' in $$props) oldistablefull = $$props.oldistablefull;
14656
- if ('extraclassname' in $$props) $$invalidate(34, extraclassname = $$props.extraclassname);
14598
+ if ('extraclassname' in $$props) $$invalidate(33, extraclassname = $$props.extraclassname);
14657
14599
  if ('roulletteref' in $$props) $$invalidate(14, roulletteref = $$props.roulletteref);
14658
- if ('dealername' in $$props) $$invalidate(35, dealername = $$props.dealername);
14600
+ if ('dealername' in $$props) $$invalidate(34, dealername = $$props.dealername);
14659
14601
  if ('numberofplayers' in $$props) numberofplayers = $$props.numberofplayers;
14660
14602
  };
14661
14603
 
@@ -14664,11 +14606,11 @@
14664
14606
  }
14665
14607
 
14666
14608
  $$self.$$.update = () => {
14667
- if ($$self.$$.dirty[1] & /*connectlive*/ 536870912) {
14609
+ if ($$self.$$.dirty[1] & /*connectlive*/ 8388608) {
14668
14610
  connectlive && toggleConnect();
14669
14611
  }
14670
14612
 
14671
- if ($$self.$$.dirty[1] & /*visibilityconnect*/ 1073741824) {
14613
+ if ($$self.$$.dirty[1] & /*visibilityconnect*/ 16777216) {
14672
14614
  visibilityconnect && toggleVisibilityConnect();
14673
14615
  }
14674
14616
 
@@ -14676,7 +14618,7 @@
14676
14618
  lang && setActiveLanguage();
14677
14619
  }
14678
14620
 
14679
- if ($$self.$$.dirty[1] & /*session, userid, endpoint*/ 134610944) {
14621
+ if ($$self.$$.dirty[1] & /*session, userid, endpoint*/ 2109440) {
14680
14622
  session && userid && endpoint && setSession();
14681
14623
  }
14682
14624
 
@@ -14684,11 +14626,11 @@
14684
14626
  gamethumbnail && setOnLoad();
14685
14627
  }
14686
14628
 
14687
- if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstyling*/ 524288) {
14629
+ if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstyling*/ 16384) {
14688
14630
  clientstyling && customStylingContainer && setClientStyling();
14689
14631
  }
14690
14632
 
14691
- if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstylingurl*/ 1048576) {
14633
+ if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstylingurl*/ 32768) {
14692
14634
  clientstylingurl && customStylingContainer && setClientStylingURL();
14693
14635
  }
14694
14636
 
@@ -14696,15 +14638,15 @@
14696
14638
  favorites && setFavorites();
14697
14639
  }
14698
14640
 
14699
- if ($$self.$$.dirty[1] & /*translationurl*/ 2097152) {
14641
+ if ($$self.$$.dirty[1] & /*translationurl*/ 65536) {
14700
14642
  translationurl && setTranslationUrl();
14701
14643
  }
14702
14644
 
14703
- if ($$self.$$.dirty[0] & /*gamecellsize*/ 512 | $$self.$$.dirty[1] & /*clientstylingurl*/ 1048576) {
14645
+ if ($$self.$$.dirty[0] & /*gamecellsize*/ 512 | $$self.$$.dirty[1] & /*clientstylingurl*/ 32768) {
14704
14646
  gamecellsize && clientstylingurl && setClientStylingURL();
14705
14647
  }
14706
14648
 
14707
- if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/ 402653184) {
14649
+ if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/ 6291456) {
14708
14650
  endpoint && livelobbyendpoint && setLiveLobbyData();
14709
14651
  }
14710
14652
 
@@ -14735,7 +14677,6 @@
14735
14677
  roulletteref,
14736
14678
  isLoggedIn,
14737
14679
  fav,
14738
- hover,
14739
14680
  loaded,
14740
14681
  image,
14741
14682
  displaytype,
@@ -14758,10 +14699,6 @@
14758
14699
  userAgent,
14759
14700
  toggleGameFrame,
14760
14701
  toggleFavoriteGame,
14761
- gameTouch,
14762
- gameTouchEnd,
14763
- gameHover,
14764
- gameBlur,
14765
14702
  contains,
14766
14703
  renderBetLimits,
14767
14704
  renderDealerName,
@@ -14772,7 +14709,6 @@
14772
14709
  clientstylingurl,
14773
14710
  translationurl,
14774
14711
  gamefunmode,
14775
- searchitem,
14776
14712
  showfavoredcategory,
14777
14713
  currency,
14778
14714
  gamepagemodalurl,
@@ -14797,7 +14733,7 @@
14797
14733
  constructor(options) {
14798
14734
  super();
14799
14735
  const style = document.createElement('style');
14800
- style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer:hover{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}`;
14736
+ style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}`;
14801
14737
  this.shadowRoot.appendChild(style);
14802
14738
 
14803
14739
  init(
@@ -14811,12 +14747,12 @@
14811
14747
  create_fragment$1,
14812
14748
  safe_not_equal,
14813
14749
  {
14814
- session: 48,
14815
- userid: 49,
14750
+ session: 43,
14751
+ userid: 44,
14816
14752
  lang: 1,
14817
- clientstyling: 50,
14818
- clientstylingurl: 51,
14819
- translationurl: 52,
14753
+ clientstyling: 45,
14754
+ clientstylingurl: 46,
14755
+ translationurl: 47,
14820
14756
  favorites: 2,
14821
14757
  gamethumbnail: 3,
14822
14758
  gamename: 4,
@@ -14824,22 +14760,21 @@
14824
14760
  gameid: 6,
14825
14761
  gameisnew: 7,
14826
14762
  gametag: 8,
14827
- gamefunmode: 53,
14828
- searchitem: 54,
14763
+ gamefunmode: 48,
14829
14764
  gamefavorite: 0,
14830
14765
  gamecellsize: 9,
14831
- showfavoredcategory: 55,
14766
+ showfavoredcategory: 49,
14832
14767
  showgamename: 10,
14833
- currency: 56,
14834
- gamepagemodalurl: 57,
14835
- endpoint: 58,
14836
- livelobbyendpoint: 59,
14837
- connectlive: 60,
14838
- visibilityconnect: 61,
14839
- integratedgameframedesktop: 62,
14840
- integratedgameframemobile: 63,
14841
- MONEY_WHEEL_COLOR_MAP: 64,
14842
- ROULETTE_COLOR_MAP: 65
14768
+ currency: 50,
14769
+ gamepagemodalurl: 51,
14770
+ endpoint: 52,
14771
+ livelobbyendpoint: 53,
14772
+ connectlive: 54,
14773
+ visibilityconnect: 55,
14774
+ integratedgameframedesktop: 56,
14775
+ integratedgameframemobile: 57,
14776
+ MONEY_WHEEL_COLOR_MAP: 58,
14777
+ ROULETTE_COLOR_MAP: 59
14843
14778
  },
14844
14779
  null,
14845
14780
  [-1, -1, -1, -1]
@@ -14873,7 +14808,6 @@
14873
14808
  "gameisnew",
14874
14809
  "gametag",
14875
14810
  "gamefunmode",
14876
- "searchitem",
14877
14811
  "gamefavorite",
14878
14812
  "gamecellsize",
14879
14813
  "showfavoredcategory",
@@ -14892,7 +14826,7 @@
14892
14826
  }
14893
14827
 
14894
14828
  get session() {
14895
- return this.$$.ctx[48];
14829
+ return this.$$.ctx[43];
14896
14830
  }
14897
14831
 
14898
14832
  set session(session) {
@@ -14901,7 +14835,7 @@
14901
14835
  }
14902
14836
 
14903
14837
  get userid() {
14904
- return this.$$.ctx[49];
14838
+ return this.$$.ctx[44];
14905
14839
  }
14906
14840
 
14907
14841
  set userid(userid) {
@@ -14919,7 +14853,7 @@
14919
14853
  }
14920
14854
 
14921
14855
  get clientstyling() {
14922
- return this.$$.ctx[50];
14856
+ return this.$$.ctx[45];
14923
14857
  }
14924
14858
 
14925
14859
  set clientstyling(clientstyling) {
@@ -14928,7 +14862,7 @@
14928
14862
  }
14929
14863
 
14930
14864
  get clientstylingurl() {
14931
- return this.$$.ctx[51];
14865
+ return this.$$.ctx[46];
14932
14866
  }
14933
14867
 
14934
14868
  set clientstylingurl(clientstylingurl) {
@@ -14937,7 +14871,7 @@
14937
14871
  }
14938
14872
 
14939
14873
  get translationurl() {
14940
- return this.$$.ctx[52];
14874
+ return this.$$.ctx[47];
14941
14875
  }
14942
14876
 
14943
14877
  set translationurl(translationurl) {
@@ -15009,7 +14943,7 @@
15009
14943
  }
15010
14944
 
15011
14945
  get gamefunmode() {
15012
- return this.$$.ctx[53];
14946
+ return this.$$.ctx[48];
15013
14947
  }
15014
14948
 
15015
14949
  set gamefunmode(gamefunmode) {
@@ -15017,15 +14951,6 @@
15017
14951
  flush();
15018
14952
  }
15019
14953
 
15020
- get searchitem() {
15021
- return this.$$.ctx[54];
15022
- }
15023
-
15024
- set searchitem(searchitem) {
15025
- this.$$set({ searchitem });
15026
- flush();
15027
- }
15028
-
15029
14954
  get gamefavorite() {
15030
14955
  return this.$$.ctx[0];
15031
14956
  }
@@ -15045,7 +14970,7 @@
15045
14970
  }
15046
14971
 
15047
14972
  get showfavoredcategory() {
15048
- return this.$$.ctx[55];
14973
+ return this.$$.ctx[49];
15049
14974
  }
15050
14975
 
15051
14976
  set showfavoredcategory(showfavoredcategory) {
@@ -15063,7 +14988,7 @@
15063
14988
  }
15064
14989
 
15065
14990
  get currency() {
15066
- return this.$$.ctx[56];
14991
+ return this.$$.ctx[50];
15067
14992
  }
15068
14993
 
15069
14994
  set currency(currency) {
@@ -15072,7 +14997,7 @@
15072
14997
  }
15073
14998
 
15074
14999
  get gamepagemodalurl() {
15075
- return this.$$.ctx[57];
15000
+ return this.$$.ctx[51];
15076
15001
  }
15077
15002
 
15078
15003
  set gamepagemodalurl(gamepagemodalurl) {
@@ -15081,7 +15006,7 @@
15081
15006
  }
15082
15007
 
15083
15008
  get endpoint() {
15084
- return this.$$.ctx[58];
15009
+ return this.$$.ctx[52];
15085
15010
  }
15086
15011
 
15087
15012
  set endpoint(endpoint) {
@@ -15090,7 +15015,7 @@
15090
15015
  }
15091
15016
 
15092
15017
  get livelobbyendpoint() {
15093
- return this.$$.ctx[59];
15018
+ return this.$$.ctx[53];
15094
15019
  }
15095
15020
 
15096
15021
  set livelobbyendpoint(livelobbyendpoint) {
@@ -15099,7 +15024,7 @@
15099
15024
  }
15100
15025
 
15101
15026
  get connectlive() {
15102
- return this.$$.ctx[60];
15027
+ return this.$$.ctx[54];
15103
15028
  }
15104
15029
 
15105
15030
  set connectlive(connectlive) {
@@ -15108,7 +15033,7 @@
15108
15033
  }
15109
15034
 
15110
15035
  get visibilityconnect() {
15111
- return this.$$.ctx[61];
15036
+ return this.$$.ctx[55];
15112
15037
  }
15113
15038
 
15114
15039
  set visibilityconnect(visibilityconnect) {
@@ -15117,7 +15042,7 @@
15117
15042
  }
15118
15043
 
15119
15044
  get integratedgameframedesktop() {
15120
- return this.$$.ctx[62];
15045
+ return this.$$.ctx[56];
15121
15046
  }
15122
15047
 
15123
15048
  set integratedgameframedesktop(integratedgameframedesktop) {
@@ -15126,7 +15051,7 @@
15126
15051
  }
15127
15052
 
15128
15053
  get integratedgameframemobile() {
15129
- return this.$$.ctx[63];
15054
+ return this.$$.ctx[57];
15130
15055
  }
15131
15056
 
15132
15057
  set integratedgameframemobile(integratedgameframemobile) {
@@ -15135,7 +15060,7 @@
15135
15060
  }
15136
15061
 
15137
15062
  get MONEY_WHEEL_COLOR_MAP() {
15138
- return this.$$.ctx[64];
15063
+ return this.$$.ctx[58];
15139
15064
  }
15140
15065
 
15141
15066
  set MONEY_WHEEL_COLOR_MAP(value) {
@@ -15143,7 +15068,7 @@
15143
15068
  }
15144
15069
 
15145
15070
  get ROULETTE_COLOR_MAP() {
15146
- return this.$$.ctx[65];
15071
+ return this.$$.ctx[59];
15147
15072
  }
15148
15073
 
15149
15074
  set ROULETTE_COLOR_MAP(value) {