@everymatrix/casino-header-controller 0.0.134 → 0.0.135

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.
@@ -4806,19 +4806,19 @@
4806
4806
 
4807
4807
  function get_each_context$2(ctx, list, i) {
4808
4808
  const child_ctx = ctx.slice();
4809
- child_ctx[20] = list[i];
4810
- child_ctx[22] = i;
4809
+ child_ctx[21] = list[i];
4810
+ child_ctx[23] = i;
4811
4811
  return child_ctx;
4812
4812
  }
4813
4813
 
4814
- // (74:6) {#if sliderdata.length > 0}
4814
+ // (75:6) {#if sliderdata.length > 0}
4815
4815
  function create_if_block$3(ctx) {
4816
4816
  let each_blocks = [];
4817
4817
  let each_1_lookup = new Map();
4818
4818
  let each_1_anchor;
4819
4819
  let each_value = /*sliderdata*/ ctx[0];
4820
4820
  validate_each_argument(each_value);
4821
- const get_key = ctx => /*item*/ ctx[20].id;
4821
+ const get_key = ctx => /*item*/ ctx[21].id;
4822
4822
  validate_each_keys(ctx, each_value, get_each_context$2, get_key);
4823
4823
 
4824
4824
  for (let i = 0; i < each_value.length; i += 1) {
@@ -4863,20 +4863,20 @@
4863
4863
  block,
4864
4864
  id: create_if_block$3.name,
4865
4865
  type: "if",
4866
- source: "(74:6) {#if sliderdata.length > 0}",
4866
+ source: "(75:6) {#if sliderdata.length > 0}",
4867
4867
  ctx
4868
4868
  });
4869
4869
 
4870
4870
  return block;
4871
4871
  }
4872
4872
 
4873
- // (79:12) {:else}
4873
+ // (80:12) {:else}
4874
4874
  function create_else_block$1(ctx) {
4875
- let t0_value = /*item*/ ctx[20].name + "";
4875
+ let t0_value = /*item*/ ctx[21].name + "";
4876
4876
  let t0;
4877
4877
  let t1;
4878
4878
 
4879
- let t2_value = (/*item*/ ctx[20].id === "FAVORITES"
4879
+ let t2_value = (/*item*/ ctx[21].id === "FAVORITES"
4880
4880
  ? "(" + /*favoritesnumber*/ ctx[1] + ")"
4881
4881
  : "") + "";
4882
4882
 
@@ -4894,9 +4894,9 @@
4894
4894
  insert_dev(target, t2, anchor);
4895
4895
  },
4896
4896
  p: function update(ctx, dirty) {
4897
- if (dirty & /*sliderdata*/ 1 && t0_value !== (t0_value = /*item*/ ctx[20].name + "")) set_data_dev(t0, t0_value);
4897
+ if (dirty & /*sliderdata*/ 1 && t0_value !== (t0_value = /*item*/ ctx[21].name + "")) set_data_dev(t0, t0_value);
4898
4898
 
4899
- if (dirty & /*sliderdata, favoritesnumber*/ 3 && t2_value !== (t2_value = (/*item*/ ctx[20].id === "FAVORITES"
4899
+ if (dirty & /*sliderdata, favoritesnumber*/ 3 && t2_value !== (t2_value = (/*item*/ ctx[21].id === "FAVORITES"
4900
4900
  ? "(" + /*favoritesnumber*/ ctx[1] + ")"
4901
4901
  : "") + "")) set_data_dev(t2, t2_value);
4902
4902
  },
@@ -4911,17 +4911,17 @@
4911
4911
  block,
4912
4912
  id: create_else_block$1.name,
4913
4913
  type: "else",
4914
- source: "(79:12) {:else}",
4914
+ source: "(80:12) {:else}",
4915
4915
  ctx
4916
4916
  });
4917
4917
 
4918
4918
  return block;
4919
4919
  }
4920
4920
 
4921
- // (77:12) {#if location === 'headerMain'}
4921
+ // (78:12) {#if location === 'headerMain'}
4922
4922
  function create_if_block_1$2(ctx) {
4923
4923
  let a;
4924
- let t_value = /*item*/ ctx[20].label + "";
4924
+ let t_value = /*item*/ ctx[21].label + "";
4925
4925
  let t;
4926
4926
  let a_href_value;
4927
4927
 
@@ -4929,17 +4929,17 @@
4929
4929
  c: function create() {
4930
4930
  a = element("a");
4931
4931
  t = text(t_value);
4932
- attr_dev(a, "href", a_href_value = /*item*/ ctx[20].path);
4933
- add_location(a, file$3, 77, 14, 2709);
4932
+ attr_dev(a, "href", a_href_value = /*item*/ ctx[21].path);
4933
+ add_location(a, file$3, 78, 14, 2741);
4934
4934
  },
4935
4935
  m: function mount(target, anchor) {
4936
4936
  insert_dev(target, a, anchor);
4937
4937
  append_dev(a, t);
4938
4938
  },
4939
4939
  p: function update(ctx, dirty) {
4940
- if (dirty & /*sliderdata*/ 1 && t_value !== (t_value = /*item*/ ctx[20].label + "")) set_data_dev(t, t_value);
4940
+ if (dirty & /*sliderdata*/ 1 && t_value !== (t_value = /*item*/ ctx[21].label + "")) set_data_dev(t, t_value);
4941
4941
 
4942
- if (dirty & /*sliderdata*/ 1 && a_href_value !== (a_href_value = /*item*/ ctx[20].path)) {
4942
+ if (dirty & /*sliderdata*/ 1 && a_href_value !== (a_href_value = /*item*/ ctx[21].path)) {
4943
4943
  attr_dev(a, "href", a_href_value);
4944
4944
  }
4945
4945
  },
@@ -4952,14 +4952,14 @@
4952
4952
  block,
4953
4953
  id: create_if_block_1$2.name,
4954
4954
  type: "if",
4955
- source: "(77:12) {#if location === 'headerMain'}",
4955
+ source: "(78:12) {#if location === 'headerMain'}",
4956
4956
  ctx
4957
4957
  });
4958
4958
 
4959
4959
  return block;
4960
4960
  }
4961
4961
 
4962
- // (75:8) {#each sliderdata as item, index (item.id)}
4962
+ // (76:8) {#each sliderdata as item, index (item.id)}
4963
4963
  function create_each_block$2(key_1, ctx) {
4964
4964
  let li;
4965
4965
  let t;
@@ -4975,7 +4975,7 @@
4975
4975
  let if_block = current_block_type(ctx);
4976
4976
 
4977
4977
  function click_handler_1(...args) {
4978
- return /*click_handler_1*/ ctx[13](/*item*/ ctx[20], /*index*/ ctx[22], ...args);
4978
+ return /*click_handler_1*/ ctx[14](/*item*/ ctx[21], /*index*/ ctx[23], ...args);
4979
4979
  }
4980
4980
 
4981
4981
  const block = {
@@ -4986,8 +4986,8 @@
4986
4986
  if_block.c();
4987
4987
  t = space();
4988
4988
  attr_dev(li, "class", "CarouselItem");
4989
- toggle_class(li, "active", /*active*/ ctx[4] == /*index*/ ctx[22]);
4990
- add_location(li, file$3, 75, 10, 2550);
4989
+ toggle_class(li, "active", /*active*/ ctx[4] == /*index*/ ctx[23]);
4990
+ add_location(li, file$3, 76, 10, 2582);
4991
4991
  this.first = li;
4992
4992
  },
4993
4993
  m: function mount(target, anchor) {
@@ -5016,7 +5016,7 @@
5016
5016
  }
5017
5017
 
5018
5018
  if (dirty & /*active, sliderdata*/ 17) {
5019
- toggle_class(li, "active", /*active*/ ctx[4] == /*index*/ ctx[22]);
5019
+ toggle_class(li, "active", /*active*/ ctx[4] == /*index*/ ctx[23]);
5020
5020
  }
5021
5021
  },
5022
5022
  d: function destroy(detaching) {
@@ -5031,7 +5031,7 @@
5031
5031
  block,
5032
5032
  id: create_each_block$2.name,
5033
5033
  type: "each",
5034
- source: "(75:8) {#each sliderdata as item, index (item.id)}",
5034
+ source: "(76:8) {#each sliderdata as item, index (item.id)}",
5035
5035
  ctx
5036
5036
  });
5037
5037
 
@@ -5074,35 +5074,35 @@
5074
5074
  attr_dev(path0, "stroke-linejoin", "round");
5075
5075
  attr_dev(path0, "stroke-width", "2");
5076
5076
  attr_dev(path0, "d", "M15 19l-7-7 7-7");
5077
- add_location(path0, file$3, 68, 8, 2279);
5077
+ add_location(path0, file$3, 69, 8, 2311);
5078
5078
  attr_dev(svg0, "fill", "none");
5079
5079
  attr_dev(svg0, "stroke", "currentColor");
5080
5080
  attr_dev(svg0, "viewBox", "0 0 24 24");
5081
5081
  attr_dev(svg0, "xmlns", "http://www.w3.org/2000/svg");
5082
- add_location(svg0, file$3, 67, 6, 2176);
5082
+ add_location(svg0, file$3, 68, 6, 2208);
5083
5083
  attr_dev(div0, "class", "CarouselLeftArrow");
5084
- add_location(div0, file$3, 66, 4, 2106);
5084
+ add_location(div0, file$3, 67, 4, 2138);
5085
5085
  attr_dev(ul, "class", "CarouselItems");
5086
- add_location(ul, file$3, 72, 4, 2406);
5086
+ add_location(ul, file$3, 73, 4, 2438);
5087
5087
  attr_dev(path1, "stroke-linecap", "round");
5088
5088
  attr_dev(path1, "stroke-linejoin", "round");
5089
5089
  attr_dev(path1, "stroke-width", "2");
5090
5090
  attr_dev(path1, "d", "M9 5l7 7-7 7");
5091
- add_location(path1, file$3, 88, 8, 3105);
5091
+ add_location(path1, file$3, 89, 8, 3137);
5092
5092
  attr_dev(svg1, "fill", "none");
5093
5093
  attr_dev(svg1, "stroke", "currentColor");
5094
5094
  attr_dev(svg1, "viewBox", "0 0 24 24");
5095
5095
  attr_dev(svg1, "xmlns", "http://www.w3.org/2000/svg");
5096
- add_location(svg1, file$3, 87, 6, 3002);
5096
+ add_location(svg1, file$3, 88, 6, 3034);
5097
5097
  attr_dev(div1, "class", "CarouselRightArrow");
5098
- add_location(div1, file$3, 86, 4, 2930);
5098
+ add_location(div1, file$3, 87, 4, 2962);
5099
5099
 
5100
5100
  attr_dev(div2, "class", div2_class_value = "CarouselContainer " + (/*location*/ ctx[2] === "headerMain"
5101
5101
  ? "CarouselContainerHeaderMain"
5102
5102
  : ""));
5103
5103
 
5104
- add_location(div2, file$3, 65, 2, 2001);
5105
- add_location(div3, file$3, 64, 0, 1958);
5104
+ add_location(div2, file$3, 66, 2, 2033);
5105
+ add_location(div3, file$3, 65, 0, 1990);
5106
5106
  },
5107
5107
  l: function claim(nodes) {
5108
5108
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -5116,17 +5116,17 @@
5116
5116
  append_dev(div2, t0);
5117
5117
  append_dev(div2, ul);
5118
5118
  if (if_block) if_block.m(ul, null);
5119
- /*ul_binding*/ ctx[14](ul);
5119
+ /*ul_binding*/ ctx[15](ul);
5120
5120
  append_dev(div2, t1);
5121
5121
  append_dev(div2, div1);
5122
5122
  append_dev(div1, svg1);
5123
5123
  append_dev(svg1, path1);
5124
- /*div3_binding*/ ctx[16](div3);
5124
+ /*div3_binding*/ ctx[17](div3);
5125
5125
 
5126
5126
  if (!mounted) {
5127
5127
  dispose = [
5128
- listen_dev(div0, "click", /*click_handler*/ ctx[12], false, false, false),
5129
- listen_dev(div1, "click", /*click_handler_2*/ ctx[15], false, false, false)
5128
+ listen_dev(div0, "click", /*click_handler*/ ctx[13], false, false, false),
5129
+ listen_dev(div1, "click", /*click_handler_2*/ ctx[16], false, false, false)
5130
5130
  ];
5131
5131
 
5132
5132
  mounted = true;
@@ -5157,8 +5157,8 @@
5157
5157
  d: function destroy(detaching) {
5158
5158
  if (detaching) detach_dev(div3);
5159
5159
  if (if_block) if_block.d();
5160
- /*ul_binding*/ ctx[14](null);
5161
- /*div3_binding*/ ctx[16](null);
5160
+ /*ul_binding*/ ctx[15](null);
5161
+ /*div3_binding*/ ctx[17](null);
5162
5162
  mounted = false;
5163
5163
  run_all(dispose);
5164
5164
  }
@@ -5184,6 +5184,7 @@
5184
5184
  let { location = "" } = $$props;
5185
5185
  let { clientstyling = "" } = $$props;
5186
5186
  let { clientstylingurl = "" } = $$props;
5187
+ let { identify = "" } = $$props;
5187
5188
  let carousel;
5188
5189
  let active;
5189
5190
  let customStylingContainer;
@@ -5204,7 +5205,7 @@
5204
5205
  : 0);
5205
5206
  }
5206
5207
 
5207
- if (e.data && e.data.type == "SetActiveSliderIndex") {
5208
+ if (e.data && e.data.type == `SetSliderIndex_${identify}`) {
5208
5209
  $$invalidate(4, active = e.data.index);
5209
5210
  }
5210
5211
  };
@@ -5257,7 +5258,8 @@
5257
5258
  "favoritesnumber",
5258
5259
  "location",
5259
5260
  "clientstyling",
5260
- "clientstylingurl"
5261
+ "clientstylingurl",
5262
+ "identify"
5261
5263
  ];
5262
5264
 
5263
5265
  Object.keys($$props).forEach(key => {
@@ -5290,6 +5292,7 @@
5290
5292
  if ("location" in $$props) $$invalidate(2, location = $$props.location);
5291
5293
  if ("clientstyling" in $$props) $$invalidate(10, clientstyling = $$props.clientstyling);
5292
5294
  if ("clientstylingurl" in $$props) $$invalidate(11, clientstylingurl = $$props.clientstylingurl);
5295
+ if ("identify" in $$props) $$invalidate(12, identify = $$props.identify);
5293
5296
  };
5294
5297
 
5295
5298
  $$self.$capture_state = () => ({
@@ -5300,6 +5303,7 @@
5300
5303
  location,
5301
5304
  clientstyling,
5302
5305
  clientstylingurl,
5306
+ identify,
5303
5307
  carousel,
5304
5308
  active,
5305
5309
  customStylingContainer,
@@ -5318,6 +5322,7 @@
5318
5322
  if ("location" in $$props) $$invalidate(2, location = $$props.location);
5319
5323
  if ("clientstyling" in $$props) $$invalidate(10, clientstyling = $$props.clientstyling);
5320
5324
  if ("clientstylingurl" in $$props) $$invalidate(11, clientstylingurl = $$props.clientstylingurl);
5325
+ if ("identify" in $$props) $$invalidate(12, identify = $$props.identify);
5321
5326
  if ("carousel" in $$props) $$invalidate(3, carousel = $$props.carousel);
5322
5327
  if ("active" in $$props) $$invalidate(4, active = $$props.active);
5323
5328
  if ("customStylingContainer" in $$props) $$invalidate(5, customStylingContainer = $$props.customStylingContainer);
@@ -5353,6 +5358,7 @@
5353
5358
  onclickeventname,
5354
5359
  clientstyling,
5355
5360
  clientstylingurl,
5361
+ identify,
5356
5362
  click_handler,
5357
5363
  click_handler_1,
5358
5364
  ul_binding,
@@ -5382,7 +5388,8 @@
5382
5388
  favoritesnumber: 1,
5383
5389
  location: 2,
5384
5390
  clientstyling: 10,
5385
- clientstylingurl: 11
5391
+ clientstylingurl: 11,
5392
+ identify: 12
5386
5393
  }
5387
5394
  );
5388
5395
 
@@ -5405,7 +5412,8 @@
5405
5412
  "favoritesnumber",
5406
5413
  "location",
5407
5414
  "clientstyling",
5408
- "clientstylingurl"
5415
+ "clientstylingurl",
5416
+ "identify"
5409
5417
  ];
5410
5418
  }
5411
5419
 
@@ -5462,6 +5470,15 @@
5462
5470
  this.$set({ clientstylingurl });
5463
5471
  flush();
5464
5472
  }
5473
+
5474
+ get identify() {
5475
+ return this.$$.ctx[12];
5476
+ }
5477
+
5478
+ set identify(identify) {
5479
+ this.$set({ identify });
5480
+ flush();
5481
+ }
5465
5482
  }
5466
5483
 
5467
5484
  !customElements.get('casino-slider') && customElements.define('casino-slider', CasinoSlider);
@@ -6779,7 +6796,7 @@
6779
6796
 
6780
6797
  function get_each_context_2(ctx, list, i) {
6781
6798
  const child_ctx = ctx.slice();
6782
- child_ctx[49] = list[i];
6799
+ child_ctx[50] = list[i];
6783
6800
  return child_ctx;
6784
6801
  }
6785
6802
 
@@ -6791,7 +6808,7 @@
6791
6808
 
6792
6809
  function get_each_context(ctx, list, i) {
6793
6810
  const child_ctx = ctx.slice();
6794
- child_ctx[49] = list[i];
6811
+ child_ctx[50] = list[i];
6795
6812
  return child_ctx;
6796
6813
  }
6797
6814
 
@@ -6801,7 +6818,7 @@
6801
6818
  return child_ctx;
6802
6819
  }
6803
6820
 
6804
- // (242:2) {:else}
6821
+ // (244:2) {:else}
6805
6822
  function create_else_block_2(ctx) {
6806
6823
  let header;
6807
6824
  let div5;
@@ -6874,35 +6891,36 @@
6874
6891
 
6875
6892
  if (img.src !== (img_src_value = img$1)) attr_dev(img, "src", img_src_value);
6876
6893
  attr_dev(img, "alt", "Everymatrix logo");
6877
- add_location(img, file, 245, 10, 11321);
6894
+ add_location(img, file, 247, 10, 11418);
6878
6895
  attr_dev(div0, "class", "HeaderBranding");
6879
- add_location(div0, file, 244, 8, 11247);
6896
+ add_location(div0, file, 246, 8, 11344);
6880
6897
  set_custom_element_data(casino_slider, "class", "HeaderItemsMenu");
6881
6898
  set_custom_element_data(casino_slider, "sliderdata", /*mainMenuArray*/ ctx[2]);
6899
+ set_custom_element_data(casino_slider, "identify", identify);
6882
6900
  set_custom_element_data(casino_slider, "onclickeventname", "");
6883
6901
  set_custom_element_data(casino_slider, "location", "headerMain");
6884
- add_location(casino_slider, file, 249, 10, 11434);
6902
+ add_location(casino_slider, file, 251, 10, 11531);
6885
6903
  attr_dev(nav0, "class", "HeaderMainNav");
6886
- add_location(nav0, file, 248, 8, 11396);
6904
+ add_location(nav0, file, 250, 8, 11493);
6887
6905
  attr_dev(div1, "class", "Item ItemLogin");
6888
- add_location(div1, file, 253, 12, 11650);
6906
+ add_location(div1, file, 255, 12, 11758);
6889
6907
  attr_dev(div2, "class", "Item ItemRegister");
6890
- add_location(div2, file, 254, 12, 11737);
6908
+ add_location(div2, file, 256, 12, 11845);
6891
6909
  attr_dev(select, "class", "Item ItemLanguage");
6892
- if (/*selectedLanguage*/ ctx[4] === void 0) add_render_callback(() => /*select_change_handler_1*/ ctx[35].call(select));
6893
- add_location(select, file, 255, 12, 11833);
6910
+ if (/*selectedLanguage*/ ctx[4] === void 0) add_render_callback(() => /*select_change_handler_1*/ ctx[36].call(select));
6911
+ add_location(select, file, 257, 12, 11941);
6894
6912
  attr_dev(div3, "class", "HeaderItemsMenu");
6895
- add_location(div3, file, 252, 10, 11608);
6913
+ add_location(div3, file, 254, 10, 11716);
6896
6914
  attr_dev(div4, "class", "HeaderTopActions");
6897
- add_location(div4, file, 251, 8, 11567);
6915
+ add_location(div4, file, 253, 8, 11675);
6898
6916
  attr_dev(div5, "class", "HeaderContainer");
6899
- add_location(div5, file, 243, 6, 11209);
6917
+ add_location(div5, file, 245, 6, 11306);
6900
6918
  attr_dev(ul, "class", "HeaderItemsMenuSecondary");
6901
- add_location(ul, file, 268, 8, 12335);
6919
+ add_location(ul, file, 270, 8, 12443);
6902
6920
  attr_dev(nav1, "class", "HeaderSecondaryNav");
6903
- add_location(nav1, file, 267, 6, 12294);
6921
+ add_location(nav1, file, 269, 6, 12402);
6904
6922
  attr_dev(header, "class", "HeaderWrapper");
6905
- add_location(header, file, 242, 4, 11172);
6923
+ add_location(header, file, 244, 4, 11269);
6906
6924
  },
6907
6925
  m: function mount(target, anchor) {
6908
6926
  insert_dev(target, header, anchor);
@@ -6936,11 +6954,11 @@
6936
6954
 
6937
6955
  if (!mounted) {
6938
6956
  dispose = [
6939
- listen_dev(div0, "click", /*click_handler_11*/ ctx[32], false, false, false),
6940
- listen_dev(div1, "click", /*click_handler_12*/ ctx[33], false, false, false),
6941
- listen_dev(div2, "click", /*click_handler_13*/ ctx[34], false, false, false),
6942
- listen_dev(select, "change", /*select_change_handler_1*/ ctx[35]),
6943
- listen_dev(select, "change", /*change_handler_1*/ ctx[36], false, false, false)
6957
+ listen_dev(div0, "click", /*click_handler_11*/ ctx[33], false, false, false),
6958
+ listen_dev(div1, "click", /*click_handler_12*/ ctx[34], false, false, false),
6959
+ listen_dev(div2, "click", /*click_handler_13*/ ctx[35], false, false, false),
6960
+ listen_dev(select, "change", /*select_change_handler_1*/ ctx[36]),
6961
+ listen_dev(select, "change", /*change_handler_1*/ ctx[37], false, false, false)
6944
6962
  ];
6945
6963
 
6946
6964
  mounted = true;
@@ -7016,14 +7034,14 @@
7016
7034
  block,
7017
7035
  id: create_else_block_2.name,
7018
7036
  type: "else",
7019
- source: "(242:2) {:else}",
7037
+ source: "(244:2) {:else}",
7020
7038
  ctx
7021
7039
  });
7022
7040
 
7023
7041
  return block;
7024
7042
  }
7025
7043
 
7026
- // (224:2) {#if mobileView}
7044
+ // (226:2) {#if mobileView}
7027
7045
  function create_if_block_5(ctx) {
7028
7046
  let header;
7029
7047
  let div6;
@@ -7073,49 +7091,49 @@
7073
7091
  t4 = space();
7074
7092
  div3 = element("div");
7075
7093
  div3.textContent = "Register";
7076
- add_location(style, file, 227, 128, 10388);
7077
- add_location(defs, file, 227, 122, 10382);
7094
+ add_location(style, file, 229, 128, 10485);
7095
+ add_location(defs, file, 229, 122, 10479);
7078
7096
  attr_dev(rect0, "class", "a");
7079
7097
  attr_dev(rect0, "width", "18");
7080
7098
  attr_dev(rect0, "height", "2");
7081
7099
  attr_dev(rect0, "transform", "translate(14 13)");
7082
- add_location(rect0, file, 227, 198, 10458);
7100
+ add_location(rect0, file, 229, 198, 10555);
7083
7101
  attr_dev(rect1, "class", "a");
7084
7102
  attr_dev(rect1, "width", "22");
7085
7103
  attr_dev(rect1, "height", "2");
7086
7104
  attr_dev(rect1, "transform", "translate(14 20)");
7087
- add_location(rect1, file, 227, 266, 10526);
7105
+ add_location(rect1, file, 229, 266, 10623);
7088
7106
  attr_dev(rect2, "class", "a");
7089
7107
  attr_dev(rect2, "width", "22");
7090
7108
  attr_dev(rect2, "height", "2");
7091
7109
  attr_dev(rect2, "transform", "translate(14 27)");
7092
- add_location(rect2, file, 227, 334, 10594);
7110
+ add_location(rect2, file, 229, 334, 10691);
7093
7111
  attr_dev(g, "transform", "translate(-14 -13)");
7094
- add_location(g, file, 227, 164, 10424);
7112
+ add_location(g, file, 229, 164, 10521);
7095
7113
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
7096
7114
  attr_dev(svg, "width", "22");
7097
7115
  attr_dev(svg, "height", "16");
7098
7116
  attr_dev(svg, "viewBox", "0 0 22 16");
7099
- add_location(svg, file, 227, 10, 10270);
7117
+ add_location(svg, file, 229, 10, 10367);
7100
7118
  attr_dev(div0, "class", "HeaderMobileMainNav");
7101
- add_location(div0, file, 226, 8, 10226);
7119
+ add_location(div0, file, 228, 8, 10323);
7102
7120
  if (img.src !== (img_src_value = img$1)) attr_dev(img, "src", img_src_value);
7103
7121
  attr_dev(img, "alt", "Everymatrix logo");
7104
- add_location(img, file, 230, 10, 10770);
7122
+ add_location(img, file, 232, 10, 10867);
7105
7123
  attr_dev(div1, "class", "HeaderBranding");
7106
- add_location(div1, file, 229, 8, 10696);
7124
+ add_location(div1, file, 231, 8, 10793);
7107
7125
  attr_dev(div2, "class", "Item ItemLogin");
7108
- add_location(div2, file, 235, 12, 10928);
7126
+ add_location(div2, file, 237, 12, 11025);
7109
7127
  attr_dev(div3, "class", "Item ItemRegister");
7110
- add_location(div3, file, 236, 12, 11015);
7128
+ add_location(div3, file, 238, 12, 11112);
7111
7129
  attr_dev(div4, "class", "HeaderItemsMenu");
7112
- add_location(div4, file, 234, 10, 10886);
7130
+ add_location(div4, file, 236, 10, 10983);
7113
7131
  attr_dev(div5, "class", "HeaderTopActions");
7114
- add_location(div5, file, 233, 8, 10845);
7132
+ add_location(div5, file, 235, 8, 10942);
7115
7133
  attr_dev(div6, "class", "HeaderContainer");
7116
- add_location(div6, file, 225, 6, 10188);
7134
+ add_location(div6, file, 227, 6, 10285);
7117
7135
  attr_dev(header, "class", "HeaderWrapper HeaderMobileWrapper");
7118
- add_location(header, file, 224, 4, 10131);
7136
+ add_location(header, file, 226, 4, 10228);
7119
7137
  },
7120
7138
  m: function mount(target, anchor) {
7121
7139
  insert_dev(target, header, anchor);
@@ -7141,10 +7159,10 @@
7141
7159
 
7142
7160
  if (!mounted) {
7143
7161
  dispose = [
7144
- listen_dev(svg, "click", /*click_handler_7*/ ctx[28], false, false, false),
7145
- listen_dev(div1, "click", /*click_handler_8*/ ctx[29], false, false, false),
7146
- listen_dev(div2, "click", /*click_handler_9*/ ctx[30], false, false, false),
7147
- listen_dev(div3, "click", /*click_handler_10*/ ctx[31], false, false, false)
7162
+ listen_dev(svg, "click", /*click_handler_7*/ ctx[29], false, false, false),
7163
+ listen_dev(div1, "click", /*click_handler_8*/ ctx[30], false, false, false),
7164
+ listen_dev(div2, "click", /*click_handler_9*/ ctx[31], false, false, false),
7165
+ listen_dev(div3, "click", /*click_handler_10*/ ctx[32], false, false, false)
7148
7166
  ];
7149
7167
 
7150
7168
  mounted = true;
@@ -7162,14 +7180,14 @@
7162
7180
  block,
7163
7181
  id: create_if_block_5.name,
7164
7182
  type: "if",
7165
- source: "(224:2) {#if mobileView}",
7183
+ source: "(226:2) {#if mobileView}",
7166
7184
  ctx
7167
7185
  });
7168
7186
 
7169
7187
  return block;
7170
7188
  }
7171
7189
 
7172
- // (149:0) {#if isLoggedIn}
7190
+ // (151:0) {#if isLoggedIn}
7173
7191
  function create_if_block_1(ctx) {
7174
7192
  let if_block_anchor;
7175
7193
 
@@ -7213,14 +7231,14 @@
7213
7231
  block,
7214
7232
  id: create_if_block_1.name,
7215
7233
  type: "if",
7216
- source: "(149:0) {#if isLoggedIn}",
7234
+ source: "(151:0) {#if isLoggedIn}",
7217
7235
  ctx
7218
7236
  });
7219
7237
 
7220
7238
  return block;
7221
7239
  }
7222
7240
 
7223
- // (260:16) {:else}
7241
+ // (262:16) {:else}
7224
7242
  function create_else_block_3(ctx) {
7225
7243
  let option;
7226
7244
  let t_value = /*lang*/ ctx[1].code + "";
@@ -7232,7 +7250,7 @@
7232
7250
  t = text(t_value);
7233
7251
  option.__value = /*lang*/ ctx[1].code;
7234
7252
  option.value = option.__value;
7235
- add_location(option, file, 260, 18, 12130);
7253
+ add_location(option, file, 262, 18, 12238);
7236
7254
  },
7237
7255
  m: function mount(target, anchor) {
7238
7256
  insert_dev(target, option, anchor);
@@ -7248,14 +7266,14 @@
7248
7266
  block,
7249
7267
  id: create_else_block_3.name,
7250
7268
  type: "else",
7251
- source: "(260:16) {:else}",
7269
+ source: "(262:16) {:else}",
7252
7270
  ctx
7253
7271
  });
7254
7272
 
7255
7273
  return block;
7256
7274
  }
7257
7275
 
7258
- // (258:16) {#if lang.code === 'EN'}
7276
+ // (260:16) {#if lang.code === 'EN'}
7259
7277
  function create_if_block_6(ctx) {
7260
7278
  let option;
7261
7279
  let t_value = /*lang*/ ctx[1].code + "";
@@ -7267,7 +7285,7 @@
7267
7285
  t = text(t_value);
7268
7286
  option.__value = /*lang*/ ctx[1].code;
7269
7287
  option.value = option.__value;
7270
- add_location(option, file, 258, 18, 12041);
7288
+ add_location(option, file, 260, 18, 12149);
7271
7289
  },
7272
7290
  m: function mount(target, anchor) {
7273
7291
  insert_dev(target, option, anchor);
@@ -7283,14 +7301,14 @@
7283
7301
  block,
7284
7302
  id: create_if_block_6.name,
7285
7303
  type: "if",
7286
- source: "(258:16) {#if lang.code === 'EN'}",
7304
+ source: "(260:16) {#if lang.code === 'EN'}",
7287
7305
  ctx
7288
7306
  });
7289
7307
 
7290
7308
  return block;
7291
7309
  }
7292
7310
 
7293
- // (257:14) {#each languagesArray as lang}
7311
+ // (259:14) {#each languagesArray as lang}
7294
7312
  function create_each_block_3(ctx) {
7295
7313
  let if_block_anchor;
7296
7314
 
@@ -7324,18 +7342,18 @@
7324
7342
  block,
7325
7343
  id: create_each_block_3.name,
7326
7344
  type: "each",
7327
- source: "(257:14) {#each languagesArray as lang}",
7345
+ source: "(259:14) {#each languagesArray as lang}",
7328
7346
  ctx
7329
7347
  });
7330
7348
 
7331
7349
  return block;
7332
7350
  }
7333
7351
 
7334
- // (270:10) {#each secondaryMenuArray as secondaryItem}
7352
+ // (272:10) {#each secondaryMenuArray as secondaryItem}
7335
7353
  function create_each_block_2(ctx) {
7336
7354
  let li;
7337
7355
  let a;
7338
- let t_value = /*secondaryItem*/ ctx[49].label + "";
7356
+ let t_value = /*secondaryItem*/ ctx[50].label + "";
7339
7357
  let t;
7340
7358
  let a_href_value;
7341
7359
 
@@ -7344,10 +7362,10 @@
7344
7362
  li = element("li");
7345
7363
  a = element("a");
7346
7364
  t = text(t_value);
7347
- attr_dev(a, "href", a_href_value = /*secondaryItem*/ ctx[49].path);
7348
- add_location(a, file, 270, 38, 12465);
7365
+ attr_dev(a, "href", a_href_value = /*secondaryItem*/ ctx[50].path);
7366
+ add_location(a, file, 272, 38, 12573);
7349
7367
  attr_dev(li, "class", "ItemSecondary");
7350
- add_location(li, file, 270, 12, 12439);
7368
+ add_location(li, file, 272, 12, 12547);
7351
7369
  },
7352
7370
  m: function mount(target, anchor) {
7353
7371
  insert_dev(target, li, anchor);
@@ -7355,9 +7373,9 @@
7355
7373
  append_dev(a, t);
7356
7374
  },
7357
7375
  p: function update(ctx, dirty) {
7358
- if (dirty[0] & /*secondaryMenuArray*/ 8 && t_value !== (t_value = /*secondaryItem*/ ctx[49].label + "")) set_data_dev(t, t_value);
7376
+ if (dirty[0] & /*secondaryMenuArray*/ 8 && t_value !== (t_value = /*secondaryItem*/ ctx[50].label + "")) set_data_dev(t, t_value);
7359
7377
 
7360
- if (dirty[0] & /*secondaryMenuArray*/ 8 && a_href_value !== (a_href_value = /*secondaryItem*/ ctx[49].path)) {
7378
+ if (dirty[0] & /*secondaryMenuArray*/ 8 && a_href_value !== (a_href_value = /*secondaryItem*/ ctx[50].path)) {
7361
7379
  attr_dev(a, "href", a_href_value);
7362
7380
  }
7363
7381
  },
@@ -7370,14 +7388,14 @@
7370
7388
  block,
7371
7389
  id: create_each_block_2.name,
7372
7390
  type: "each",
7373
- source: "(270:10) {#each secondaryMenuArray as secondaryItem}",
7391
+ source: "(272:10) {#each secondaryMenuArray as secondaryItem}",
7374
7392
  ctx
7375
7393
  });
7376
7394
 
7377
7395
  return block;
7378
7396
  }
7379
7397
 
7380
- // (173:2) {:else}
7398
+ // (175:2) {:else}
7381
7399
  function create_else_block(ctx) {
7382
7400
  let header;
7383
7401
  let div5;
@@ -7465,52 +7483,53 @@
7465
7483
 
7466
7484
  if (img.src !== (img_src_value = img$1)) attr_dev(img, "src", img_src_value);
7467
7485
  attr_dev(img, "alt", "Everymatrix logo");
7468
- add_location(img, file, 176, 10, 7931);
7486
+ add_location(img, file, 178, 10, 8017);
7469
7487
  attr_dev(div0, "class", "HeaderBranding");
7470
- add_location(div0, file, 175, 8, 7857);
7488
+ add_location(div0, file, 177, 8, 7943);
7471
7489
  set_custom_element_data(casino_slider, "class", "HeaderItemsMenu");
7472
7490
  set_custom_element_data(casino_slider, "sliderdata", /*mainMenuArray*/ ctx[2]);
7491
+ set_custom_element_data(casino_slider, "identify", identify);
7473
7492
  set_custom_element_data(casino_slider, "onclickeventname", "");
7474
7493
  set_custom_element_data(casino_slider, "location", "headerMain");
7475
- add_location(casino_slider, file, 180, 10, 8044);
7494
+ add_location(casino_slider, file, 182, 10, 8130);
7476
7495
  attr_dev(nav0, "class", "HeaderMainNav");
7477
- add_location(nav0, file, 179, 8, 8006);
7496
+ add_location(nav0, file, 181, 8, 8092);
7478
7497
  set_custom_element_data(player_account_balance_modal, "sessionid", /*sessionID*/ ctx[9]);
7479
7498
  set_custom_element_data(player_account_balance_modal, "playerid", /*playerID*/ ctx[8]);
7480
7499
  set_custom_element_data(player_account_balance_modal, "profileurl", /*profileurl*/ ctx[0]);
7481
- add_location(player_account_balance_modal, file, 184, 12, 8272);
7500
+ add_location(player_account_balance_modal, file, 186, 12, 8369);
7482
7501
  attr_dev(div1, "class", "Item ItemDeposit");
7483
- add_location(div1, file, 185, 12, 8372);
7484
- add_location(style, file, 189, 18, 8682);
7485
- add_location(defs, file, 188, 16, 8657);
7502
+ add_location(div1, file, 187, 12, 8469);
7503
+ add_location(style, file, 191, 18, 8779);
7504
+ add_location(defs, file, 190, 16, 8754);
7486
7505
  attr_dev(path, "class", "a");
7487
7506
  attr_dev(path, "d", "M15.5,4a3.75,3.75,0,1,0,3.75,3.75A3.761,3.761,0,0,0,15.5,4Zm0,1.429A2.321,2.321,0,1,1,13.179,7.75,2.311,2.311,0,0,1,15.5,5.429Zm0,6.429A7.7,7.7,0,0,0,8,19.714a.714.714,0,0,0,.714.714H22.286A.714.714,0,0,0,23,19.714,7.7,7.7,0,0,0,15.5,11.857Zm0,1.429A6.18,6.18,0,0,1,21.5,19H9.5A6.18,6.18,0,0,1,15.5,13.286Z");
7488
7507
  attr_dev(path, "transform", "translate(0 0)");
7489
- add_location(path, file, 195, 18, 8864);
7508
+ add_location(path, file, 197, 18, 8961);
7490
7509
  attr_dev(g, "transform", "translate(-8 -4)");
7491
- add_location(g, file, 194, 16, 8813);
7510
+ add_location(g, file, 196, 16, 8910);
7492
7511
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
7493
7512
  attr_dev(svg, "width", "15");
7494
7513
  attr_dev(svg, "height", "16.429");
7495
7514
  attr_dev(svg, "viewBox", "0 0 15 16.429");
7496
- add_location(svg, file, 187, 14, 8549);
7515
+ add_location(svg, file, 189, 14, 8646);
7497
7516
  attr_dev(div2, "class", "Item ItemAccount");
7498
- add_location(div2, file, 186, 12, 8465);
7517
+ add_location(div2, file, 188, 12, 8562);
7499
7518
  attr_dev(select, "class", "Item ItemLanguage");
7500
- if (/*selectedLanguage*/ ctx[4] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[26].call(select));
7501
- add_location(select, file, 201, 12, 9341);
7519
+ if (/*selectedLanguage*/ ctx[4] === void 0) add_render_callback(() => /*select_change_handler*/ ctx[27].call(select));
7520
+ add_location(select, file, 203, 12, 9438);
7502
7521
  attr_dev(div3, "class", "HeaderItemsMenu PrimaryMenu");
7503
- add_location(div3, file, 183, 10, 8218);
7522
+ add_location(div3, file, 185, 10, 8315);
7504
7523
  attr_dev(div4, "class", "HeaderTopActions");
7505
- add_location(div4, file, 182, 8, 8177);
7524
+ add_location(div4, file, 184, 8, 8274);
7506
7525
  attr_dev(div5, "class", "HeaderContainer");
7507
- add_location(div5, file, 174, 6, 7819);
7526
+ add_location(div5, file, 176, 6, 7905);
7508
7527
  attr_dev(ul, "class", "HeaderItemsMenuSecondary");
7509
- add_location(ul, file, 214, 8, 9843);
7528
+ add_location(ul, file, 216, 8, 9940);
7510
7529
  attr_dev(nav1, "class", "HeaderSecondaryNav");
7511
- add_location(nav1, file, 213, 6, 9802);
7530
+ add_location(nav1, file, 215, 6, 9899);
7512
7531
  attr_dev(header, "class", "HeaderWrapper");
7513
- add_location(header, file, 173, 4, 7782);
7532
+ add_location(header, file, 175, 4, 7868);
7514
7533
  },
7515
7534
  m: function mount(target, anchor) {
7516
7535
  insert_dev(target, header, anchor);
@@ -7552,11 +7571,11 @@
7552
7571
 
7553
7572
  if (!mounted) {
7554
7573
  dispose = [
7555
- listen_dev(div0, "click", /*click_handler_4*/ ctx[23], false, false, false),
7556
- listen_dev(div1, "click", /*click_handler_5*/ ctx[24], false, false, false),
7557
- listen_dev(div2, "click", /*click_handler_6*/ ctx[25], false, false, false),
7558
- listen_dev(select, "change", /*select_change_handler*/ ctx[26]),
7559
- listen_dev(select, "change", /*change_handler*/ ctx[27], false, false, false)
7574
+ listen_dev(div0, "click", /*click_handler_4*/ ctx[24], false, false, false),
7575
+ listen_dev(div1, "click", /*click_handler_5*/ ctx[25], false, false, false),
7576
+ listen_dev(div2, "click", /*click_handler_6*/ ctx[26], false, false, false),
7577
+ listen_dev(select, "change", /*select_change_handler*/ ctx[27]),
7578
+ listen_dev(select, "change", /*change_handler*/ ctx[28], false, false, false)
7560
7579
  ];
7561
7580
 
7562
7581
  mounted = true;
@@ -7644,14 +7663,14 @@
7644
7663
  block,
7645
7664
  id: create_else_block.name,
7646
7665
  type: "else",
7647
- source: "(173:2) {:else}",
7666
+ source: "(175:2) {:else}",
7648
7667
  ctx
7649
7668
  });
7650
7669
 
7651
7670
  return block;
7652
7671
  }
7653
7672
 
7654
- // (150:2) {#if mobileView}
7673
+ // (152:2) {#if mobileView}
7655
7674
  function create_if_block_2(ctx) {
7656
7675
  let header;
7657
7676
  let div6;
@@ -7703,41 +7722,41 @@
7703
7722
  g = svg_element("g");
7704
7723
  path = svg_element("path");
7705
7724
  attr_dev(div0, "class", "HeaderMobileMainNav");
7706
- add_location(div0, file, 152, 8, 6114);
7725
+ add_location(div0, file, 154, 8, 6200);
7707
7726
  if (img.src !== (img_src_value = img$1)) attr_dev(img, "src", img_src_value);
7708
7727
  attr_dev(img, "alt", "Everymatrix logo");
7709
- add_location(img, file, 158, 10, 6712);
7728
+ add_location(img, file, 160, 10, 6798);
7710
7729
  attr_dev(div1, "class", "HeaderBranding");
7711
- add_location(div1, file, 157, 8, 6638);
7730
+ add_location(div1, file, 159, 8, 6724);
7712
7731
  set_custom_element_data(player_account_balance_modal, "sessionid", /*sessionID*/ ctx[9]);
7713
7732
  set_custom_element_data(player_account_balance_modal, "playerid", /*playerID*/ ctx[8]);
7714
7733
  set_custom_element_data(player_account_balance_modal, "profileurl", /*profileurl*/ ctx[0]);
7715
- add_location(player_account_balance_modal, file, 163, 12, 6882);
7734
+ add_location(player_account_balance_modal, file, 165, 12, 6968);
7716
7735
  attr_dev(div2, "class", "Item ItemDeposit");
7717
- add_location(div2, file, 164, 12, 6982);
7718
- add_location(style, file, 166, 111, 7256);
7719
- add_location(defs, file, 166, 105, 7250);
7736
+ add_location(div2, file, 166, 12, 7068);
7737
+ add_location(style, file, 168, 111, 7342);
7738
+ add_location(defs, file, 168, 105, 7336);
7720
7739
  attr_dev(path, "class", "a");
7721
7740
  attr_dev(path, "d", "M15.5,4a3.75,3.75,0,1,0,3.75,3.75A3.761,3.761,0,0,0,15.5,4Zm0,1.429A2.321,2.321,0,1,1,13.179,7.75,2.311,2.311,0,0,1,15.5,5.429Zm0,6.429A7.7,7.7,0,0,0,8,19.714a.714.714,0,0,0,.714.714H22.286A.714.714,0,0,0,23,19.714,7.7,7.7,0,0,0,15.5,11.857Zm0,1.429A6.18,6.18,0,0,1,21.5,19H9.5A6.18,6.18,0,0,1,15.5,13.286Z");
7722
7741
  attr_dev(path, "transform", "translate(0 0)");
7723
- add_location(path, file, 166, 179, 7324);
7742
+ add_location(path, file, 168, 179, 7410);
7724
7743
  attr_dev(g, "transform", "translate(-8 -4)");
7725
- add_location(g, file, 166, 147, 7292);
7744
+ add_location(g, file, 168, 147, 7378);
7726
7745
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
7727
7746
  attr_dev(svg, "width", "15");
7728
7747
  attr_dev(svg, "height", "16.429");
7729
7748
  attr_dev(svg, "viewBox", "0 0 15 16.429");
7730
- add_location(svg, file, 166, 14, 7159);
7749
+ add_location(svg, file, 168, 14, 7245);
7731
7750
  attr_dev(div3, "class", "Item ItemAccount");
7732
- add_location(div3, file, 165, 12, 7075);
7751
+ add_location(div3, file, 167, 12, 7161);
7733
7752
  attr_dev(div4, "class", "HeaderItemsMenu PrimaryMenu");
7734
- add_location(div4, file, 162, 10, 6828);
7753
+ add_location(div4, file, 164, 10, 6914);
7735
7754
  attr_dev(div5, "class", "HeaderTopActions");
7736
- add_location(div5, file, 161, 8, 6787);
7755
+ add_location(div5, file, 163, 8, 6873);
7737
7756
  attr_dev(div6, "class", "HeaderContainer");
7738
- add_location(div6, file, 151, 6, 6076);
7757
+ add_location(div6, file, 153, 6, 6162);
7739
7758
  attr_dev(header, "class", "HeaderWrapper HeaderMobileWrapper");
7740
- add_location(header, file, 150, 4, 6019);
7759
+ add_location(header, file, 152, 4, 6105);
7741
7760
  },
7742
7761
  m: function mount(target, anchor) {
7743
7762
  insert_dev(target, header, anchor);
@@ -7764,9 +7783,9 @@
7764
7783
 
7765
7784
  if (!mounted) {
7766
7785
  dispose = [
7767
- listen_dev(div1, "click", /*click_handler_1*/ ctx[20], false, false, false),
7768
- listen_dev(div2, "click", /*click_handler_2*/ ctx[21], false, false, false),
7769
- listen_dev(div3, "click", /*click_handler_3*/ ctx[22], false, false, false)
7786
+ listen_dev(div1, "click", /*click_handler_1*/ ctx[21], false, false, false),
7787
+ listen_dev(div2, "click", /*click_handler_2*/ ctx[22], false, false, false),
7788
+ listen_dev(div3, "click", /*click_handler_3*/ ctx[23], false, false, false)
7770
7789
  ];
7771
7790
 
7772
7791
  mounted = true;
@@ -7810,14 +7829,14 @@
7810
7829
  block,
7811
7830
  id: create_if_block_2.name,
7812
7831
  type: "if",
7813
- source: "(150:2) {#if mobileView}",
7832
+ source: "(152:2) {#if mobileView}",
7814
7833
  ctx
7815
7834
  });
7816
7835
 
7817
7836
  return block;
7818
7837
  }
7819
7838
 
7820
- // (206:16) {:else}
7839
+ // (208:16) {:else}
7821
7840
  function create_else_block_1(ctx) {
7822
7841
  let option;
7823
7842
  let t_value = /*lang*/ ctx[1].code + "";
@@ -7829,7 +7848,7 @@
7829
7848
  t = text(t_value);
7830
7849
  option.__value = /*lang*/ ctx[1].code;
7831
7850
  option.value = option.__value;
7832
- add_location(option, file, 206, 18, 9638);
7851
+ add_location(option, file, 208, 18, 9735);
7833
7852
  },
7834
7853
  m: function mount(target, anchor) {
7835
7854
  insert_dev(target, option, anchor);
@@ -7845,14 +7864,14 @@
7845
7864
  block,
7846
7865
  id: create_else_block_1.name,
7847
7866
  type: "else",
7848
- source: "(206:16) {:else}",
7867
+ source: "(208:16) {:else}",
7849
7868
  ctx
7850
7869
  });
7851
7870
 
7852
7871
  return block;
7853
7872
  }
7854
7873
 
7855
- // (204:16) {#if lang.code === 'EN'}
7874
+ // (206:16) {#if lang.code === 'EN'}
7856
7875
  function create_if_block_4(ctx) {
7857
7876
  let option;
7858
7877
  let t_value = /*lang*/ ctx[1].code + "";
@@ -7864,7 +7883,7 @@
7864
7883
  t = text(t_value);
7865
7884
  option.__value = /*lang*/ ctx[1].code;
7866
7885
  option.value = option.__value;
7867
- add_location(option, file, 204, 18, 9549);
7886
+ add_location(option, file, 206, 18, 9646);
7868
7887
  },
7869
7888
  m: function mount(target, anchor) {
7870
7889
  insert_dev(target, option, anchor);
@@ -7880,14 +7899,14 @@
7880
7899
  block,
7881
7900
  id: create_if_block_4.name,
7882
7901
  type: "if",
7883
- source: "(204:16) {#if lang.code === 'EN'}",
7902
+ source: "(206:16) {#if lang.code === 'EN'}",
7884
7903
  ctx
7885
7904
  });
7886
7905
 
7887
7906
  return block;
7888
7907
  }
7889
7908
 
7890
- // (203:14) {#each languagesArray as lang}
7909
+ // (205:14) {#each languagesArray as lang}
7891
7910
  function create_each_block_1(ctx) {
7892
7911
  let if_block_anchor;
7893
7912
 
@@ -7921,18 +7940,18 @@
7921
7940
  block,
7922
7941
  id: create_each_block_1.name,
7923
7942
  type: "each",
7924
- source: "(203:14) {#each languagesArray as lang}",
7943
+ source: "(205:14) {#each languagesArray as lang}",
7925
7944
  ctx
7926
7945
  });
7927
7946
 
7928
7947
  return block;
7929
7948
  }
7930
7949
 
7931
- // (216:10) {#each secondaryMenuArray as secondaryItem}
7950
+ // (218:10) {#each secondaryMenuArray as secondaryItem}
7932
7951
  function create_each_block(ctx) {
7933
7952
  let li;
7934
7953
  let a;
7935
- let t_value = /*secondaryItem*/ ctx[49].label + "";
7954
+ let t_value = /*secondaryItem*/ ctx[50].label + "";
7936
7955
  let t;
7937
7956
  let a_href_value;
7938
7957
 
@@ -7941,10 +7960,10 @@
7941
7960
  li = element("li");
7942
7961
  a = element("a");
7943
7962
  t = text(t_value);
7944
- attr_dev(a, "href", a_href_value = /*secondaryItem*/ ctx[49].path);
7945
- add_location(a, file, 216, 38, 9973);
7963
+ attr_dev(a, "href", a_href_value = /*secondaryItem*/ ctx[50].path);
7964
+ add_location(a, file, 218, 38, 10070);
7946
7965
  attr_dev(li, "class", "ItemSecondary");
7947
- add_location(li, file, 216, 12, 9947);
7966
+ add_location(li, file, 218, 12, 10044);
7948
7967
  },
7949
7968
  m: function mount(target, anchor) {
7950
7969
  insert_dev(target, li, anchor);
@@ -7952,9 +7971,9 @@
7952
7971
  append_dev(a, t);
7953
7972
  },
7954
7973
  p: function update(ctx, dirty) {
7955
- if (dirty[0] & /*secondaryMenuArray*/ 8 && t_value !== (t_value = /*secondaryItem*/ ctx[49].label + "")) set_data_dev(t, t_value);
7974
+ if (dirty[0] & /*secondaryMenuArray*/ 8 && t_value !== (t_value = /*secondaryItem*/ ctx[50].label + "")) set_data_dev(t, t_value);
7956
7975
 
7957
- if (dirty[0] & /*secondaryMenuArray*/ 8 && a_href_value !== (a_href_value = /*secondaryItem*/ ctx[49].path)) {
7976
+ if (dirty[0] & /*secondaryMenuArray*/ 8 && a_href_value !== (a_href_value = /*secondaryItem*/ ctx[50].path)) {
7958
7977
  attr_dev(a, "href", a_href_value);
7959
7978
  }
7960
7979
  },
@@ -7967,14 +7986,14 @@
7967
7986
  block,
7968
7987
  id: create_each_block.name,
7969
7988
  type: "each",
7970
- source: "(216:10) {#each secondaryMenuArray as secondaryItem}",
7989
+ source: "(218:10) {#each secondaryMenuArray as secondaryItem}",
7971
7990
  ctx
7972
7991
  });
7973
7992
 
7974
7993
  return block;
7975
7994
  }
7976
7995
 
7977
- // (154:10) {#if !hamburgerMenuActive}
7996
+ // (156:10) {#if !hamburgerMenuActive}
7978
7997
  function create_if_block_3(ctx) {
7979
7998
  let svg;
7980
7999
  let defs;
@@ -7997,30 +8016,30 @@
7997
8016
  rect0 = svg_element("rect");
7998
8017
  rect1 = svg_element("rect");
7999
8018
  rect2 = svg_element("rect");
8000
- add_location(style, file, 154, 129, 6314);
8001
- add_location(defs, file, 154, 123, 6308);
8019
+ add_location(style, file, 156, 129, 6400);
8020
+ add_location(defs, file, 156, 123, 6394);
8002
8021
  attr_dev(rect0, "class", "a");
8003
8022
  attr_dev(rect0, "width", "18");
8004
8023
  attr_dev(rect0, "height", "2");
8005
8024
  attr_dev(rect0, "transform", "translate(14 13)");
8006
- add_location(rect0, file, 154, 199, 6384);
8025
+ add_location(rect0, file, 156, 199, 6470);
8007
8026
  attr_dev(rect1, "class", "a");
8008
8027
  attr_dev(rect1, "width", "22");
8009
8028
  attr_dev(rect1, "height", "2");
8010
8029
  attr_dev(rect1, "transform", "translate(14 20)");
8011
- add_location(rect1, file, 154, 267, 6452);
8030
+ add_location(rect1, file, 156, 267, 6538);
8012
8031
  attr_dev(rect2, "class", "a");
8013
8032
  attr_dev(rect2, "width", "22");
8014
8033
  attr_dev(rect2, "height", "2");
8015
8034
  attr_dev(rect2, "transform", "translate(14 27)");
8016
- add_location(rect2, file, 154, 335, 6520);
8035
+ add_location(rect2, file, 156, 335, 6606);
8017
8036
  attr_dev(g, "transform", "translate(-14 -13)");
8018
- add_location(g, file, 154, 165, 6350);
8037
+ add_location(g, file, 156, 165, 6436);
8019
8038
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
8020
8039
  attr_dev(svg, "width", "22");
8021
8040
  attr_dev(svg, "height", "16");
8022
8041
  attr_dev(svg, "viewBox", "0 0 22 16");
8023
- add_location(svg, file, 154, 12, 6197);
8042
+ add_location(svg, file, 156, 12, 6283);
8024
8043
  },
8025
8044
  m: function mount(target, anchor) {
8026
8045
  insert_dev(target, svg, anchor);
@@ -8033,7 +8052,7 @@
8033
8052
  append_dev(g, rect2);
8034
8053
 
8035
8054
  if (!mounted) {
8036
- dispose = listen_dev(svg, "click", /*click_handler*/ ctx[19], false, false, false);
8055
+ dispose = listen_dev(svg, "click", /*click_handler*/ ctx[20], false, false, false);
8037
8056
  mounted = true;
8038
8057
  }
8039
8058
  },
@@ -8049,14 +8068,14 @@
8049
8068
  block,
8050
8069
  id: create_if_block_3.name,
8051
8070
  type: "if",
8052
- source: "(154:10) {#if !hamburgerMenuActive}",
8071
+ source: "(156:10) {#if !hamburgerMenuActive}",
8053
8072
  ctx
8054
8073
  });
8055
8074
 
8056
8075
  return block;
8057
8076
  }
8058
8077
 
8059
- // (279:0) {#if !mobileView}
8078
+ // (281:0) {#if !mobileView}
8060
8079
  function create_if_block(ctx) {
8061
8080
  let div;
8062
8081
  let div_class_value;
@@ -8066,7 +8085,7 @@
8066
8085
  div = element("div");
8067
8086
  attr_dev(div, "class", div_class_value = "HeaderSlider " + (/*mobileView*/ ctx[6] ? "HeaderSliderMobile" : ""));
8068
8087
  set_style(div, "background-image", "url(" + img + ")");
8069
- add_location(div, file, 279, 2, 12619);
8088
+ add_location(div, file, 281, 2, 12727);
8070
8089
  },
8071
8090
  m: function mount(target, anchor) {
8072
8091
  insert_dev(target, div, anchor);
@@ -8085,7 +8104,7 @@
8085
8104
  block,
8086
8105
  id: create_if_block.name,
8087
8106
  type: "if",
8088
- source: "(279:0) {#if !mobileView}",
8107
+ source: "(281:0) {#if !mobileView}",
8089
8108
  ctx
8090
8109
  });
8091
8110
 
@@ -8117,7 +8136,7 @@
8117
8136
  this.c = noop$1;
8118
8137
  set_custom_element_data(casino_hamburger_menu, "menuitemsurl", /*hamburgerURL*/ ctx[5]);
8119
8138
  set_custom_element_data(casino_hamburger_menu, "language", /*language*/ ctx[12]);
8120
- add_location(casino_hamburger_menu, file, 282, 0, 12756);
8139
+ add_location(casino_hamburger_menu, file, 284, 0, 12864);
8121
8140
  },
8122
8141
  l: function claim(nodes) {
8123
8142
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -8227,6 +8246,7 @@
8227
8246
  let { cmsenv = "stage" } = $$props;
8228
8247
  let { profileurl = "" } = $$props;
8229
8248
  let { lang = "" } = $$props;
8249
+ let { idenfity = "" } = $$props;
8230
8250
 
8231
8251
  const genericIcon = `<svg version="1.1" fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 30px; color: #fff;" x="0px" y="0px"
8232
8252
  viewBox="0 0 384.971 384.971" style="enable-background:new 0 0 384.971 384.971;" xml:space="preserve">
@@ -8344,7 +8364,8 @@
8344
8364
  hamburgerURL.searchParams.append("env", cmsenv);
8345
8365
  hamburgerURL.searchParams.append("language", lang);
8346
8366
  hamburgerURL.searchParams.append("platform", "dk");
8347
- getHeaderMenusData(headerURL.href);
8367
+ console.log("headerURL", headerURL.href, hamburgerURL.href);
8368
+ getHeaderMenusData(headerURL);
8348
8369
  };
8349
8370
 
8350
8371
  const getHeaderMenusData = url => {
@@ -8375,7 +8396,7 @@
8375
8396
  };
8376
8397
  }));
8377
8398
 
8378
- const writable_props = ["session", "userid", "cmsendpoint", "cmsenv", "profileurl", "lang"];
8399
+ const writable_props = ["session", "userid", "cmsendpoint", "cmsenv", "profileurl", "lang", "idenfity"];
8379
8400
 
8380
8401
  Object.keys($$props).forEach(key => {
8381
8402
  if (!~writable_props.indexOf(key) && key.slice(0, 2) !== "$$") console_1.warn(`<undefined> was created with unknown prop '${key}'`);
@@ -8419,6 +8440,7 @@
8419
8440
  if ("cmsenv" in $$props) $$invalidate(18, cmsenv = $$props.cmsenv);
8420
8441
  if ("profileurl" in $$props) $$invalidate(0, profileurl = $$props.profileurl);
8421
8442
  if ("lang" in $$props) $$invalidate(1, lang = $$props.lang);
8443
+ if ("idenfity" in $$props) $$invalidate(19, idenfity = $$props.idenfity);
8422
8444
  };
8423
8445
 
8424
8446
  $$self.$capture_state = () => ({
@@ -8433,6 +8455,7 @@
8433
8455
  cmsenv,
8434
8456
  profileurl,
8435
8457
  lang,
8458
+ idenfity,
8436
8459
  genericIcon,
8437
8460
  mainMenuArray,
8438
8461
  secondaryMenuArray,
@@ -8467,6 +8490,7 @@
8467
8490
  if ("cmsenv" in $$props) $$invalidate(18, cmsenv = $$props.cmsenv);
8468
8491
  if ("profileurl" in $$props) $$invalidate(0, profileurl = $$props.profileurl);
8469
8492
  if ("lang" in $$props) $$invalidate(1, lang = $$props.lang);
8493
+ if ("idenfity" in $$props) $$invalidate(19, idenfity = $$props.idenfity);
8470
8494
  if ("mainMenuArray" in $$props) $$invalidate(2, mainMenuArray = $$props.mainMenuArray);
8471
8495
  if ("secondaryMenuArray" in $$props) $$invalidate(3, secondaryMenuArray = $$props.secondaryMenuArray);
8472
8496
  if ("languagesArray" in $$props) $$invalidate(11, languagesArray = $$props.languagesArray);
@@ -8520,6 +8544,7 @@
8520
8544
  userid,
8521
8545
  cmsendpoint,
8522
8546
  cmsenv,
8547
+ idenfity,
8523
8548
  click_handler,
8524
8549
  click_handler_1,
8525
8550
  click_handler_2,
@@ -8562,7 +8587,8 @@
8562
8587
  cmsendpoint: 17,
8563
8588
  cmsenv: 18,
8564
8589
  profileurl: 0,
8565
- lang: 1
8590
+ lang: 1,
8591
+ idenfity: 19
8566
8592
  },
8567
8593
  [-1, -1]
8568
8594
  );
@@ -8580,7 +8606,15 @@
8580
8606
  }
8581
8607
 
8582
8608
  static get observedAttributes() {
8583
- return ["session", "userid", "cmsendpoint", "cmsenv", "profileurl", "lang"];
8609
+ return [
8610
+ "session",
8611
+ "userid",
8612
+ "cmsendpoint",
8613
+ "cmsenv",
8614
+ "profileurl",
8615
+ "lang",
8616
+ "idenfity"
8617
+ ];
8584
8618
  }
8585
8619
 
8586
8620
  get session() {
@@ -8636,6 +8670,15 @@
8636
8670
  this.$set({ lang });
8637
8671
  flush();
8638
8672
  }
8673
+
8674
+ get idenfity() {
8675
+ return this.$$.ctx[19];
8676
+ }
8677
+
8678
+ set idenfity(idenfity) {
8679
+ this.$set({ idenfity });
8680
+ flush();
8681
+ }
8639
8682
  }
8640
8683
 
8641
8684
  !customElements.get('casino-header-controller') && customElements.define('casino-header-controller', CasinoHeaderController);