@everymatrix/casino-categories-providers 0.0.367 → 0.0.369

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.
@@ -4548,242 +4548,242 @@
4548
4548
  PERFORMANCE OF THIS SOFTWARE.
4549
4549
  ***************************************************************************** */function v(e,n){var t={};for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&n.indexOf(o)<0&&(t[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(o=Object.getOwnPropertySymbols(e);r<o.length;r++)n.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(t[o[r]]=e[o[r]]);}return t}const j={fallbackLocale:null,loadingDelay:200,formats:{number:{scientific:{notation:"scientific"},engineering:{notation:"engineering"},compactLong:{notation:"compact",compactDisplay:"long"},compactShort:{notation:"compact",compactDisplay:"short"}},date:{short:{month:"numeric",day:"numeric",year:"2-digit"},medium:{month:"short",day:"numeric",year:"numeric"},long:{month:"long",day:"numeric",year:"numeric"},full:{weekday:"long",month:"long",day:"numeric",year:"numeric"}},time:{short:{hour:"numeric",minute:"numeric"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"}}},warnOnMissingMessages:!0,handleMissingMessage:void 0,ignoreTag:!0};function M(){return j}const k=writable(!1);let T;const L=writable(null);function x(e){return e.split("-").map(((e,n,t)=>t.slice(0,n+1).join("-"))).reverse()}function E(e,n=M().fallbackLocale){const t=x(e);return n?[...new Set([...t,...x(n)])]:t}function P(){return null!=T?T:void 0}L.subscribe((e=>{T=null!=e?e:void 0,"undefined"!=typeof window&&null!=e&&document.documentElement.setAttribute("lang",e);}));const D=Object.assign(Object.assign({},L),{set:e=>{if(e&&function(e){if(null==e)return;const n=E(e);for(let e=0;e<n.length;e++){const t=n[e];if(u(t))return t}}(e)&&h(e)){const{loadingDelay:n}=M();let t;return "undefined"!=typeof window&&null!=P()&&n?t=window.setTimeout((()=>k.set(!0)),n):k.set(!0),b(e).then((()=>{L.set(e);})).finally((()=>{clearTimeout(t),k.set(!1);}))}return L.set(e)}}),C=e=>{const n=Object.create(null);return t=>{const o=JSON.stringify(t);return o in n?n[o]:n[o]=e(t)}},G=(e,n)=>{const{formats:t}=M();if(e in t&&n in t[e])return t[e][n];throw new Error(`[svelte-i18n] Unknown "${n}" ${e} format.`)},J=C((e=>{var{locale:n,format:t}=e,o=v(e,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format numbers');return t&&(o=G("number",t)),new Intl.NumberFormat(n,o)})),U=C((e=>{var{locale:n,format:t}=e,o=v(e,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format dates');return t?o=G("date",t):0===Object.keys(o).length&&(o=G("date","short")),new Intl.DateTimeFormat(n,o)})),V=C((e=>{var{locale:n,format:t}=e,o=v(e,["locale","format"]);if(null==n)throw new Error('[svelte-i18n] A "locale" must be set to format time values');return t?o=G("time",t):0===Object.keys(o).length&&(o=G("time","short")),new Intl.DateTimeFormat(n,o)})),_=(e={})=>{var{locale:n=P()}=e,t=v(e,["locale"]);return J(Object.assign({locale:n},t))},q=(e={})=>{var{locale:n=P()}=e,t=v(e,["locale"]);return U(Object.assign({locale:n},t))},B=(e={})=>{var{locale:n=P()}=e,t=v(e,["locale"]);return V(Object.assign({locale:n},t))},H=C(((e,n=P())=>new o(e,n,M().formats,{ignoreTag:M().ignoreTag}))),K=(e,n={})=>{var t,o,r,i;let a=n;"object"==typeof e&&(a=e,e=a.id);const{values:s,locale:u=P(),default:c}=a;if(null==u)throw new Error("[svelte-i18n] Cannot format a message without first setting the initial locale.");let m=l(e,u);if(m){if("string"!=typeof m)return console.warn(`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof m}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`),m}else m=null!==(i=null!==(r=null===(o=(t=M()).handleMissingMessage)||void 0===o?void 0:o.call(t,{locale:u,id:e,defaultValue:c}))&&void 0!==r?r:c)&&void 0!==i?i:e;if(!s)return m;let f=m;try{f=H(m,u).format(s);}catch(n){console.warn(`[svelte-i18n] Message "${e}" has syntax error:`,n.message);}return f},Q=(e,n)=>B(n).format(e),R=(e,n)=>q(n).format(e),W=(e,n)=>_(n).format(e),X=(e,n=P())=>l(e,n),Y=derived([D,s],(()=>K));derived([D],(()=>Q));derived([D],(()=>R));derived([D],(()=>W));derived([D,s],(()=>X));
4550
4550
 
4551
- function addNewMessages$2(lang, dict) {
4552
- m(lang, dict);
4553
- }
4554
-
4555
- function setLocale$2(_locale) {
4556
- D.set(_locale);
4557
- }
4558
-
4559
- const Translations$2 = {
4560
- en: {
4561
- Translations: {
4562
- categories: "Categories",
4563
- providers: "Suppliers",
4564
- },
4565
- },
4566
- zh: {
4567
- Translations: {
4568
- categories: "类别",
4569
- providers: "供应商",
4570
- },
4571
- },
4572
- de: {
4573
- Translations: {
4574
- categories: "Kategorien",
4575
- providers: "Anbieter",
4576
- },
4577
- },
4578
- it: {
4579
- Translations: {
4580
- categories: "Categories",
4581
- providers: "Suppliers",
4582
- },
4583
- },
4584
- fr: {
4585
- Translations: {
4586
- categories: "Catégories",
4587
- providers: "Fournisseurs",
4588
- },
4589
- },
4590
- es: {
4591
- Translations: {
4592
- categories: "Categories",
4593
- providers: "Suppliers",
4594
- },
4595
- },
4596
- tr: {
4597
- Translations: {
4598
- categories: "Categories",
4599
- providers: "Suppliers",
4600
- },
4601
- },
4602
- ru: {
4603
- Translations: {
4604
- categories: "Categories",
4605
- providers: "Suppliers",
4606
- },
4607
- },
4608
- ro: {
4609
- Translations: {
4610
- categories: "Categorii",
4611
- providers: "Furnizori",
4612
- },
4613
- },
4614
- hr: {
4615
- Translations: {
4616
- categories: "Categories",
4617
- providers: "Suppliers",
4618
- },
4619
- },
4620
- hu: {
4621
- Translations: {
4622
- categories: "Categories",
4623
- providers: "Suppliers",
4624
- },
4625
- },
4626
- pl: {
4627
- Translations: {
4628
- categories: "Categories",
4629
- providers: "Suppliers",
4630
- },
4631
- },
4632
- pt: {
4633
- Translations: {
4634
- categories: "Categories",
4635
- providers: "Suppliers",
4636
- },
4637
- },
4638
- sl: {
4639
- Translations: {
4640
- categories: "Categories",
4641
- providers: "Suppliers",
4642
- },
4643
- },
4644
- sr: {
4645
- Translations: {
4646
- categories: "Categories",
4647
- providers: "Suppliers",
4648
- },
4649
- },
4551
+ function addNewMessages$2(lang, dict) {
4552
+ m(lang, dict);
4553
+ }
4554
+
4555
+ function setLocale$2(_locale) {
4556
+ D.set(_locale);
4557
+ }
4558
+
4559
+ const Translations$2 = {
4560
+ en: {
4561
+ Translations: {
4562
+ categories: "Categories",
4563
+ providers: "Suppliers",
4564
+ },
4565
+ },
4566
+ zh: {
4567
+ Translations: {
4568
+ categories: "类别",
4569
+ providers: "供应商",
4570
+ },
4571
+ },
4572
+ de: {
4573
+ Translations: {
4574
+ categories: "Kategorien",
4575
+ providers: "Anbieter",
4576
+ },
4577
+ },
4578
+ it: {
4579
+ Translations: {
4580
+ categories: "Categories",
4581
+ providers: "Suppliers",
4582
+ },
4583
+ },
4584
+ fr: {
4585
+ Translations: {
4586
+ categories: "Catégories",
4587
+ providers: "Fournisseurs",
4588
+ },
4589
+ },
4590
+ es: {
4591
+ Translations: {
4592
+ categories: "Categories",
4593
+ providers: "Suppliers",
4594
+ },
4595
+ },
4596
+ tr: {
4597
+ Translations: {
4598
+ categories: "Categories",
4599
+ providers: "Suppliers",
4600
+ },
4601
+ },
4602
+ ru: {
4603
+ Translations: {
4604
+ categories: "Categories",
4605
+ providers: "Suppliers",
4606
+ },
4607
+ },
4608
+ ro: {
4609
+ Translations: {
4610
+ categories: "Categorii",
4611
+ providers: "Furnizori",
4612
+ },
4613
+ },
4614
+ hr: {
4615
+ Translations: {
4616
+ categories: "Categories",
4617
+ providers: "Suppliers",
4618
+ },
4619
+ },
4620
+ hu: {
4621
+ Translations: {
4622
+ categories: "Categories",
4623
+ providers: "Suppliers",
4624
+ },
4625
+ },
4626
+ pl: {
4627
+ Translations: {
4628
+ categories: "Categories",
4629
+ providers: "Suppliers",
4630
+ },
4631
+ },
4632
+ pt: {
4633
+ Translations: {
4634
+ categories: "Categories",
4635
+ providers: "Suppliers",
4636
+ },
4637
+ },
4638
+ sl: {
4639
+ Translations: {
4640
+ categories: "Categories",
4641
+ providers: "Suppliers",
4642
+ },
4643
+ },
4644
+ sr: {
4645
+ Translations: {
4646
+ categories: "Categories",
4647
+ providers: "Suppliers",
4648
+ },
4649
+ },
4650
4650
  };
4651
4651
 
4652
- function addNewMessages$1(lang, dict) {
4653
- m(lang, dict);
4654
- }
4655
-
4656
- function setLocale$1(_locale) {
4657
- D.set(_locale);
4658
- }
4659
-
4660
- const Translations$1 = {
4661
- en: {
4662
- Translations: {
4663
- topCategories: "Top Categories",
4664
- otherCategories: "Other Categories",
4665
- loading: "Loading, please wait...",
4666
- games: "games",
4667
- },
4668
- },
4669
- zh: {
4670
- Translations: {
4671
- topCategories: "热门类别",
4672
- otherCategories: "其他类别",
4673
- loading: "加载请稍候...",
4674
- games: "游戏",
4675
- },
4676
- },
4677
- de: {
4678
- Translations: {
4679
- topCategories: "Top Kategorien",
4680
- otherCategories: "Weitere Kategorien",
4681
- loading: "Es lädt, bitte warten...",
4682
- games: "Spiele",
4683
- },
4684
- },
4685
- it: {
4686
- Translations: {
4687
- topCategories: "Top Categories",
4688
- otherCategories: "Other Categories",
4689
- loading: "Loading, please wait...",
4690
- games: "games",
4691
- },
4692
- },
4693
- fr: {
4694
- Translations: {
4695
- topCategories: "Catégories principales",
4696
- otherCategories: "Autres catégories",
4697
- loading: "Chargement, veuillez patienter...",
4698
- games: "jeux",
4699
- },
4700
- },
4701
- es: {
4702
- Translations: {
4703
- topCategories: "Top Categories",
4704
- otherCategories: "Other Categories",
4705
- loading: "Loading, please wait...",
4706
- games: "games",
4707
- },
4708
- },
4709
- tr: {
4710
- Translations: {
4711
- topCategories: "Top Categories",
4712
- otherCategories: "Other Categories",
4713
- loading: "Loading, please wait...",
4714
- games: "games",
4715
- },
4716
- },
4717
- ru: {
4718
- Translations: {
4719
- topCategories: "Top Categories",
4720
- otherCategories: "Other Categories",
4721
- loading: "Loading, please wait...",
4722
- games: "games",
4723
- },
4724
- },
4725
- ro: {
4726
- Translations: {
4727
- topCategories: "Categorii de top",
4728
- otherCategories: "Alte categorii",
4729
- loading: "Se incarca, te rugam asteapta…",
4730
- games: "jocuri",
4731
- },
4732
- },
4733
- hr: {
4734
- Translations: {
4735
- topCategories: "Top Categories",
4736
- otherCategories: "Other Categories",
4737
- loading: "Loading, please wait...",
4738
- games: "games",
4739
- },
4740
- },
4741
- hu: {
4742
- Translations: {
4743
- topCategories: "Top Categories",
4744
- otherCategories: "Other Categories",
4745
- loading: "Loading, please wait...",
4746
- games: "games",
4747
- },
4748
- },
4749
- pl: {
4750
- Translations: {
4751
- topCategories: "Top Categories",
4752
- otherCategories: "Other Categories",
4753
- loading: "Loading, please wait...",
4754
- games: "games",
4755
- },
4756
- },
4757
- pt: {
4758
- Translations: {
4759
- topCategories: "Top Categories",
4760
- otherCategories: "Other Categories",
4761
- loading: "Loading, please wait...",
4762
- games: "games",
4763
- },
4764
- },
4765
- sl: {
4766
- Translations: {
4767
- topCategories: "Top Categories",
4768
- otherCategories: "Other Categories",
4769
- loading: "Loading, please wait...",
4770
- games: "games",
4771
- },
4772
- },
4773
- sr: {
4774
- Translations: {
4775
- topCategories: "Top Categories",
4776
- otherCategories: "Other Categories",
4777
- loading: "Loading, please wait...",
4778
- games: "games",
4779
- },
4780
- },
4652
+ function addNewMessages$1(lang, dict) {
4653
+ m(lang, dict);
4654
+ }
4655
+
4656
+ function setLocale$1(_locale) {
4657
+ D.set(_locale);
4658
+ }
4659
+
4660
+ const Translations$1 = {
4661
+ en: {
4662
+ Translations: {
4663
+ topCategories: "Top Categories",
4664
+ otherCategories: "Other Categories",
4665
+ loading: "Loading, please wait...",
4666
+ games: "games",
4667
+ },
4668
+ },
4669
+ zh: {
4670
+ Translations: {
4671
+ topCategories: "热门类别",
4672
+ otherCategories: "其他类别",
4673
+ loading: "加载请稍候...",
4674
+ games: "游戏",
4675
+ },
4676
+ },
4677
+ de: {
4678
+ Translations: {
4679
+ topCategories: "Top Kategorien",
4680
+ otherCategories: "Weitere Kategorien",
4681
+ loading: "Es lädt, bitte warten...",
4682
+ games: "Spiele",
4683
+ },
4684
+ },
4685
+ it: {
4686
+ Translations: {
4687
+ topCategories: "Top Categories",
4688
+ otherCategories: "Other Categories",
4689
+ loading: "Loading, please wait...",
4690
+ games: "games",
4691
+ },
4692
+ },
4693
+ fr: {
4694
+ Translations: {
4695
+ topCategories: "Catégories principales",
4696
+ otherCategories: "Autres catégories",
4697
+ loading: "Chargement, veuillez patienter...",
4698
+ games: "jeux",
4699
+ },
4700
+ },
4701
+ es: {
4702
+ Translations: {
4703
+ topCategories: "Top Categories",
4704
+ otherCategories: "Other Categories",
4705
+ loading: "Loading, please wait...",
4706
+ games: "games",
4707
+ },
4708
+ },
4709
+ tr: {
4710
+ Translations: {
4711
+ topCategories: "Top Categories",
4712
+ otherCategories: "Other Categories",
4713
+ loading: "Loading, please wait...",
4714
+ games: "games",
4715
+ },
4716
+ },
4717
+ ru: {
4718
+ Translations: {
4719
+ topCategories: "Top Categories",
4720
+ otherCategories: "Other Categories",
4721
+ loading: "Loading, please wait...",
4722
+ games: "games",
4723
+ },
4724
+ },
4725
+ ro: {
4726
+ Translations: {
4727
+ topCategories: "Categorii de top",
4728
+ otherCategories: "Alte categorii",
4729
+ loading: "Se incarca, te rugam asteapta…",
4730
+ games: "jocuri",
4731
+ },
4732
+ },
4733
+ hr: {
4734
+ Translations: {
4735
+ topCategories: "Top Categories",
4736
+ otherCategories: "Other Categories",
4737
+ loading: "Loading, please wait...",
4738
+ games: "games",
4739
+ },
4740
+ },
4741
+ hu: {
4742
+ Translations: {
4743
+ topCategories: "Top Categories",
4744
+ otherCategories: "Other Categories",
4745
+ loading: "Loading, please wait...",
4746
+ games: "games",
4747
+ },
4748
+ },
4749
+ pl: {
4750
+ Translations: {
4751
+ topCategories: "Top Categories",
4752
+ otherCategories: "Other Categories",
4753
+ loading: "Loading, please wait...",
4754
+ games: "games",
4755
+ },
4756
+ },
4757
+ pt: {
4758
+ Translations: {
4759
+ topCategories: "Top Categories",
4760
+ otherCategories: "Other Categories",
4761
+ loading: "Loading, please wait...",
4762
+ games: "games",
4763
+ },
4764
+ },
4765
+ sl: {
4766
+ Translations: {
4767
+ topCategories: "Top Categories",
4768
+ otherCategories: "Other Categories",
4769
+ loading: "Loading, please wait...",
4770
+ games: "games",
4771
+ },
4772
+ },
4773
+ sr: {
4774
+ Translations: {
4775
+ topCategories: "Top Categories",
4776
+ otherCategories: "Other Categories",
4777
+ loading: "Loading, please wait...",
4778
+ games: "games",
4779
+ },
4780
+ },
4781
4781
  };
4782
4782
 
4783
- /* ..\casino-categories\src\CasinoCategories.svelte generated by Svelte v3.48.0 */
4783
+ /* ../casino-categories/src/CasinoCategories.svelte generated by Svelte v3.48.0 */
4784
4784
 
4785
4785
  const { Object: Object_1$2 } = globals;
4786
- const file$2 = "..\\casino-categories\\src\\CasinoCategories.svelte";
4786
+ const file$2 = "../casino-categories/src/CasinoCategories.svelte";
4787
4787
 
4788
4788
  function get_each_context$1(ctx, list, i) {
4789
4789
  const child_ctx = ctx.slice();
@@ -4846,11 +4846,11 @@
4846
4846
  }
4847
4847
 
4848
4848
  attr_dev(h40, "class", "CategoryTitle");
4849
- add_location(h40, file$2, 66, 4, 2274);
4849
+ add_location(h40, file$2, 66, 4, 2208);
4850
4850
  attr_dev(h41, "class", "CategoryTitle");
4851
- add_location(h41, file$2, 76, 4, 2766);
4851
+ add_location(h41, file$2, 76, 4, 2690);
4852
4852
  attr_dev(div, "class", "CasinoCategories");
4853
- add_location(div, file$2, 65, 2, 2238);
4853
+ add_location(div, file$2, 65, 2, 2173);
4854
4854
  },
4855
4855
  m: function mount(target, anchor) {
4856
4856
  insert_dev(target, div, anchor);
@@ -4951,7 +4951,7 @@
4951
4951
  p = element("p");
4952
4952
  p.textContent = "Loading, please wait...";
4953
4953
  attr_dev(p, "class", "Message");
4954
- add_location(p, file$2, 63, 2, 2177);
4954
+ add_location(p, file$2, 63, 2, 2114);
4955
4955
  },
4956
4956
  m: function mount(target, anchor) {
4957
4957
  insert_dev(target, p, anchor);
@@ -5015,17 +5015,17 @@
5015
5015
  if (!src_url_equal(img.src, img_src_value = /*category*/ ctx[21].icon)) attr_dev(img, "src", img_src_value);
5016
5016
  attr_dev(img, "alt", img_alt_value = /*category*/ ctx[21].name);
5017
5017
  attr_dev(img, "class", "CategoryImage");
5018
- add_location(img, file$2, 69, 6, 2463);
5019
- add_location(p0, file$2, 71, 8, 2633);
5020
- add_location(p1, file$2, 72, 8, 2665);
5018
+ add_location(img, file$2, 69, 6, 2394);
5019
+ add_location(p0, file$2, 71, 8, 2562);
5020
+ add_location(p1, file$2, 72, 8, 2593);
5021
5021
  attr_dev(div0, "class", "CategoryTextContainer");
5022
- add_location(div0, file$2, 70, 6, 2588);
5022
+ add_location(div0, file$2, 70, 6, 2518);
5023
5023
 
5024
5024
  attr_dev(div1, "class", div1_class_value = "Category " + (/*activecategory*/ ctx[0] === /*category*/ ctx[21].id
5025
5025
  ? "Active"
5026
5026
  : ""));
5027
5027
 
5028
- add_location(div1, file$2, 68, 4, 2384);
5028
+ add_location(div1, file$2, 68, 4, 2316);
5029
5029
  },
5030
5030
  m: function mount(target, anchor) {
5031
5031
  insert_dev(target, div1, anchor);
@@ -5128,17 +5128,17 @@
5128
5128
  if (!src_url_equal(img.src, img_src_value = /*category*/ ctx[21].icon)) attr_dev(img, "src", img_src_value);
5129
5129
  attr_dev(img, "alt", img_alt_value = /*category*/ ctx[21].name);
5130
5130
  attr_dev(img, "class", "CategoryImage");
5131
- add_location(img, file$2, 79, 6, 2960);
5132
- add_location(p0, file$2, 81, 8, 3129);
5133
- add_location(p1, file$2, 82, 8, 3161);
5131
+ add_location(img, file$2, 79, 6, 2881);
5132
+ add_location(p0, file$2, 81, 8, 3048);
5133
+ add_location(p1, file$2, 82, 8, 3079);
5134
5134
  attr_dev(div0, "class", "CategoryTextContainer");
5135
- add_location(div0, file$2, 80, 6, 3084);
5135
+ add_location(div0, file$2, 80, 6, 3004);
5136
5136
 
5137
5137
  attr_dev(div1, "class", div1_class_value = "Category " + (/*activecategory*/ ctx[0] === /*category*/ ctx[21].id
5138
5138
  ? "Active"
5139
5139
  : ""));
5140
5140
 
5141
- add_location(div1, file$2, 78, 4, 2880);
5141
+ add_location(div1, file$2, 78, 4, 2802);
5142
5142
  },
5143
5143
  m: function mount(target, anchor) {
5144
5144
  insert_dev(target, div1, anchor);
@@ -5214,7 +5214,7 @@
5214
5214
  div = element("div");
5215
5215
  if_block.c();
5216
5216
  this.c = noop;
5217
- add_location(div, file$2, 61, 0, 2114);
5217
+ add_location(div, file$2, 61, 0, 2053);
5218
5218
  },
5219
5219
  l: function claim(nodes) {
5220
5220
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -5551,141 +5551,141 @@
5551
5551
 
5552
5552
  !customElements.get('casino-categories') && customElements.define('casino-categories', CasinoCategories);
5553
5553
 
5554
- const Translations = {
5555
- en: {
5556
- Translations: {
5557
- popularProviders: "Popular Suppliers",
5558
- otherProviders: "Other Suppliers",
5559
- loading: "Loading, please wait...",
5560
- games: "games",
5561
- },
5562
- },
5563
- zh: {
5564
- Translations: {
5565
- popularProviders: "热门供应商",
5566
- otherProviders: "其他供应商",
5567
- loading: "加载请稍候...",
5568
- games: "游戏",
5569
- },
5570
- },
5571
- de: {
5572
- Translations: {
5573
- popularProviders: "Beliebte Anbieter",
5574
- otherProviders: "Weitere Anbieter",
5575
- loading: "Es lädt, bitte warten...",
5576
- games: "Spiele",
5577
- },
5578
- },
5579
- it: {
5580
- Translations: {
5581
- popularProviders: "Popular Suppliers",
5582
- otherProviders: "Other Suppliers",
5583
- loading: "Loading, please wait",
5584
- games: "games",
5585
- },
5586
- },
5587
- fr: {
5588
- Translations: {
5589
- popularProviders: "Fournisseurs populaires",
5590
- otherProviders: "Autres fournisseurs",
5591
- loading: "Chargement, veuillez patienter...",
5592
- games: "jeux",
5593
- },
5594
- },
5595
- es: {
5596
- Translations: {
5597
- popularProviders: "Popular Suppliers",
5598
- otherProviders: "Other Suppliers",
5599
- loading: "Loading, please wait",
5600
- games: "games",
5601
- },
5602
- },
5603
- tr: {
5604
- Translations: {
5605
- popularProviders: "Popular Suppliers",
5606
- otherProviders: "Other Suppliers",
5607
- loading: "Loading, please wait",
5608
- games: "games",
5609
- },
5610
- },
5611
- ru: {
5612
- Translations: {
5613
- popularProviders: "Popular Suppliers",
5614
- otherProviders: "Other Suppliers",
5615
- loading: "Loading, please wait",
5616
- games: "games",
5617
- },
5618
- },
5619
- ro: {
5620
- Translations: {
5621
- popularProviders: "Furnizori de top",
5622
- otherProviders: "Alti furnizori",
5623
- loading: "Se incarca, te rugam asteapta…",
5624
- games: "jocuri",
5625
- },
5626
- },
5627
- hr: {
5628
- Translations: {
5629
- popularProviders: "Popular Suppliers",
5630
- otherProviders: "Other Suppliers",
5631
- loading: "Loading, please wait",
5632
- games: "games",
5633
- },
5634
- },
5635
- hu: {
5636
- Translations: {
5637
- popularProviders: "Popular Suppliers",
5638
- otherProviders: "Other Suppliers",
5639
- loading: "Loading, please wait",
5640
- games: "games",
5641
- },
5642
- },
5643
- pl: {
5644
- Translations: {
5645
- popularProviders: "Popular Suppliers",
5646
- otherProviders: "Other Suppliers",
5647
- loading: "Loading, please wait",
5648
- games: "games",
5649
- },
5650
- },
5651
- pt: {
5652
- Translations: {
5653
- popularProviders: "Popular Suppliers",
5654
- otherProviders: "Other Suppliers",
5655
- loading: "Loading, please wait",
5656
- games: "games",
5657
- },
5658
- },
5659
- sl: {
5660
- Translations: {
5661
- popularProviders: "Popular Suppliers",
5662
- otherProviders: "Other Suppliers",
5663
- loading: "Loading, please wait",
5664
- games: "games",
5665
- },
5666
- },
5667
- sr: {
5668
- Translations: {
5669
- popularProviders: "Popular Suppliers",
5670
- otherProviders: "Other Suppliers",
5671
- loading: "Loading, please wait",
5672
- games: "games",
5673
- },
5674
- },
5554
+ const Translations = {
5555
+ en: {
5556
+ Translations: {
5557
+ popularProviders: "Popular Suppliers",
5558
+ otherProviders: "Other Suppliers",
5559
+ loading: "Loading, please wait...",
5560
+ games: "games",
5561
+ },
5562
+ },
5563
+ zh: {
5564
+ Translations: {
5565
+ popularProviders: "热门供应商",
5566
+ otherProviders: "其他供应商",
5567
+ loading: "加载请稍候...",
5568
+ games: "游戏",
5569
+ },
5570
+ },
5571
+ de: {
5572
+ Translations: {
5573
+ popularProviders: "Beliebte Anbieter",
5574
+ otherProviders: "Weitere Anbieter",
5575
+ loading: "Es lädt, bitte warten...",
5576
+ games: "Spiele",
5577
+ },
5578
+ },
5579
+ it: {
5580
+ Translations: {
5581
+ popularProviders: "Popular Suppliers",
5582
+ otherProviders: "Other Suppliers",
5583
+ loading: "Loading, please wait",
5584
+ games: "games",
5585
+ },
5586
+ },
5587
+ fr: {
5588
+ Translations: {
5589
+ popularProviders: "Fournisseurs populaires",
5590
+ otherProviders: "Autres fournisseurs",
5591
+ loading: "Chargement, veuillez patienter...",
5592
+ games: "jeux",
5593
+ },
5594
+ },
5595
+ es: {
5596
+ Translations: {
5597
+ popularProviders: "Popular Suppliers",
5598
+ otherProviders: "Other Suppliers",
5599
+ loading: "Loading, please wait",
5600
+ games: "games",
5601
+ },
5602
+ },
5603
+ tr: {
5604
+ Translations: {
5605
+ popularProviders: "Popular Suppliers",
5606
+ otherProviders: "Other Suppliers",
5607
+ loading: "Loading, please wait",
5608
+ games: "games",
5609
+ },
5610
+ },
5611
+ ru: {
5612
+ Translations: {
5613
+ popularProviders: "Popular Suppliers",
5614
+ otherProviders: "Other Suppliers",
5615
+ loading: "Loading, please wait",
5616
+ games: "games",
5617
+ },
5618
+ },
5619
+ ro: {
5620
+ Translations: {
5621
+ popularProviders: "Furnizori de top",
5622
+ otherProviders: "Alti furnizori",
5623
+ loading: "Se incarca, te rugam asteapta…",
5624
+ games: "jocuri",
5625
+ },
5626
+ },
5627
+ hr: {
5628
+ Translations: {
5629
+ popularProviders: "Popular Suppliers",
5630
+ otherProviders: "Other Suppliers",
5631
+ loading: "Loading, please wait",
5632
+ games: "games",
5633
+ },
5634
+ },
5635
+ hu: {
5636
+ Translations: {
5637
+ popularProviders: "Popular Suppliers",
5638
+ otherProviders: "Other Suppliers",
5639
+ loading: "Loading, please wait",
5640
+ games: "games",
5641
+ },
5642
+ },
5643
+ pl: {
5644
+ Translations: {
5645
+ popularProviders: "Popular Suppliers",
5646
+ otherProviders: "Other Suppliers",
5647
+ loading: "Loading, please wait",
5648
+ games: "games",
5649
+ },
5650
+ },
5651
+ pt: {
5652
+ Translations: {
5653
+ popularProviders: "Popular Suppliers",
5654
+ otherProviders: "Other Suppliers",
5655
+ loading: "Loading, please wait",
5656
+ games: "games",
5657
+ },
5658
+ },
5659
+ sl: {
5660
+ Translations: {
5661
+ popularProviders: "Popular Suppliers",
5662
+ otherProviders: "Other Suppliers",
5663
+ loading: "Loading, please wait",
5664
+ games: "games",
5665
+ },
5666
+ },
5667
+ sr: {
5668
+ Translations: {
5669
+ popularProviders: "Popular Suppliers",
5670
+ otherProviders: "Other Suppliers",
5671
+ loading: "Loading, please wait",
5672
+ games: "games",
5673
+ },
5674
+ },
5675
5675
  };
5676
5676
 
5677
- function addNewMessages(lang, dict) {
5678
- m(lang, dict);
5679
- }
5680
-
5681
- function setLocale(_locale) {
5682
- D.set(_locale);
5677
+ function addNewMessages(lang, dict) {
5678
+ m(lang, dict);
5679
+ }
5680
+
5681
+ function setLocale(_locale) {
5682
+ D.set(_locale);
5683
5683
  }
5684
5684
 
5685
- /* ..\casino-providers\src\CasinoProviders.svelte generated by Svelte v3.48.0 */
5685
+ /* ../casino-providers/src/CasinoProviders.svelte generated by Svelte v3.48.0 */
5686
5686
 
5687
5687
  const { Object: Object_1$1 } = globals;
5688
- const file$1 = "..\\casino-providers\\src\\CasinoProviders.svelte";
5688
+ const file$1 = "../casino-providers/src/CasinoProviders.svelte";
5689
5689
 
5690
5690
  function get_each_context(ctx, list, i) {
5691
5691
  const child_ctx = ctx.slice();
@@ -5748,9 +5748,9 @@
5748
5748
 
5749
5749
  each1_anchor = empty();
5750
5750
  attr_dev(h40, "class", "ProviderTitle");
5751
- add_location(h40, file$1, 71, 4, 2664);
5751
+ add_location(h40, file$1, 71, 4, 2593);
5752
5752
  attr_dev(h41, "class", "ProviderTitle");
5753
- add_location(h41, file$1, 81, 6, 3164);
5753
+ add_location(h41, file$1, 81, 6, 3083);
5754
5754
  },
5755
5755
  m: function mount(target, anchor) {
5756
5756
  insert_dev(target, h40, anchor);
@@ -5859,7 +5859,7 @@
5859
5859
  p = element("p");
5860
5860
  t = text(t_value);
5861
5861
  attr_dev(p, "class", "Message");
5862
- add_location(p, file$1, 69, 6, 2592);
5862
+ add_location(p, file$1, 69, 6, 2523);
5863
5863
  },
5864
5864
  m: function mount(target, anchor) {
5865
5865
  insert_dev(target, p, anchor);
@@ -5925,13 +5925,13 @@
5925
5925
  if (!src_url_equal(img.src, img_src_value = /*provider*/ ctx[20].logo)) attr_dev(img, "src", img_src_value);
5926
5926
  attr_dev(img, "alt", img_alt_value = /*provider*/ ctx[20].name);
5927
5927
  attr_dev(img, "class", "ProviderImage");
5928
- add_location(img, file$1, 74, 8, 2893);
5929
- add_location(p0, file$1, 76, 10, 3021);
5930
- add_location(p1, file$1, 77, 10, 3055);
5928
+ add_location(img, file$1, 74, 8, 2819);
5929
+ add_location(p0, file$1, 76, 10, 2945);
5930
+ add_location(p1, file$1, 77, 10, 2978);
5931
5931
  attr_dev(div0, "class", "ProviderTextContainer");
5932
- add_location(div0, file$1, 75, 8, 2974);
5932
+ add_location(div0, file$1, 75, 8, 2899);
5933
5933
  attr_dev(div1, "class", "Provider");
5934
- add_location(div1, file$1, 73, 6, 2780);
5934
+ add_location(div1, file$1, 73, 6, 2707);
5935
5935
  },
5936
5936
  m: function mount(target, anchor) {
5937
5937
  insert_dev(target, div1, anchor);
@@ -6027,13 +6027,13 @@
6027
6027
  if (!src_url_equal(img.src, img_src_value = /*provider*/ ctx[20].logo)) attr_dev(img, "src", img_src_value);
6028
6028
  attr_dev(img, "alt", img_alt_value = /*provider*/ ctx[20].name);
6029
6029
  attr_dev(img, "class", "ProviderImage");
6030
- add_location(img, file$1, 84, 10, 3397);
6031
- add_location(p0, file$1, 86, 12, 3529);
6032
- add_location(p1, file$1, 87, 12, 3565);
6030
+ add_location(img, file$1, 84, 10, 3313);
6031
+ add_location(p0, file$1, 86, 12, 3443);
6032
+ add_location(p1, file$1, 87, 12, 3478);
6033
6033
  attr_dev(div0, "class", "ProviderTextContainer");
6034
- add_location(div0, file$1, 85, 10, 3480);
6034
+ add_location(div0, file$1, 85, 10, 3395);
6035
6035
  attr_dev(div1, "class", "Provider");
6036
- add_location(div1, file$1, 83, 8, 3282);
6036
+ add_location(div1, file$1, 83, 8, 3199);
6037
6037
  },
6038
6038
  m: function mount(target, anchor) {
6039
6039
  insert_dev(target, div1, anchor);
@@ -6106,8 +6106,8 @@
6106
6106
  if_block.c();
6107
6107
  this.c = noop;
6108
6108
  attr_dev(div0, "class", "CasinoProviders");
6109
- add_location(div0, file$1, 67, 2, 2525);
6110
- add_location(div1, file$1, 66, 0, 2481);
6109
+ add_location(div0, file$1, 67, 2, 2458);
6110
+ add_location(div1, file$1, 66, 0, 2415);
6111
6111
  },
6112
6112
  l: function claim(nodes) {
6113
6113
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -6427,10 +6427,10 @@
6427
6427
 
6428
6428
  !customElements.get('casino-providers') && customElements.define('casino-providers', CasinoProviders);
6429
6429
 
6430
- /* src\CasinoCategoriesProviders.svelte generated by Svelte v3.48.0 */
6430
+ /* src/CasinoCategoriesProviders.svelte generated by Svelte v3.48.0 */
6431
6431
 
6432
6432
  const { Object: Object_1 } = globals;
6433
- const file = "src\\CasinoCategoriesProviders.svelte";
6433
+ const file = "src/CasinoCategoriesProviders.svelte";
6434
6434
 
6435
6435
  function create_fragment(ctx) {
6436
6436
  let div4;
@@ -6474,35 +6474,35 @@
6474
6474
  casino_providers = element("casino-providers");
6475
6475
  this.c = noop;
6476
6476
  attr_dev(button0, "class", button0_class_value = "HeaderButton " + (/*activeTab*/ ctx[8] === 'categories' ? 'Active' : ''));
6477
- add_location(button0, file, 54, 6, 1770);
6477
+ add_location(button0, file, 54, 6, 1716);
6478
6478
  attr_dev(button1, "class", button1_class_value = "HeaderButton " + (/*activeTab*/ ctx[8] === 'providers' ? 'Active' : ''));
6479
- add_location(button1, file, 57, 6, 1950);
6479
+ add_location(button1, file, 57, 6, 1893);
6480
6480
  attr_dev(div0, "class", "Header");
6481
- add_location(div0, file, 53, 4, 1742);
6481
+ add_location(div0, file, 53, 4, 1689);
6482
6482
  set_custom_element_data(casino_categories, "endpoint", /*endpointcategories*/ ctx[0]);
6483
6483
  set_custom_element_data(casino_categories, "datasource", /*datasourcecategories*/ ctx[1]);
6484
6484
  set_custom_element_data(casino_categories, "activecategory", /*activecategory*/ ctx[2]);
6485
6485
  set_custom_element_data(casino_categories, "lang", /*lang*/ ctx[5]);
6486
6486
  set_custom_element_data(casino_categories, "clientstyling", /*clientstyling*/ ctx[6]);
6487
6487
  set_custom_element_data(casino_categories, "clientstylingurl", /*clientstylingurl*/ ctx[7]);
6488
- add_location(casino_categories, file, 63, 6, 2211);
6488
+ add_location(casino_categories, file, 63, 6, 2148);
6489
6489
  attr_dev(div1, "class", div1_class_value = /*activeTab*/ ctx[8] === 'providers' ? 'NotVisible' : '');
6490
- add_location(div1, file, 62, 4, 2143);
6490
+ add_location(div1, file, 62, 4, 2081);
6491
6491
  set_custom_element_data(casino_providers, "endpoint", /*endpointproviders*/ ctx[3]);
6492
6492
  set_custom_element_data(casino_providers, "datasource", /*datasourceproviders*/ ctx[4]);
6493
6493
  set_custom_element_data(casino_providers, "lang", /*lang*/ ctx[5]);
6494
6494
  set_custom_element_data(casino_providers, "clientstyling", /*clientstyling*/ ctx[6]);
6495
6495
  set_custom_element_data(casino_providers, "clientstylingurl", /*clientstylingurl*/ ctx[7]);
6496
- add_location(casino_providers, file, 73, 6, 2531);
6496
+ add_location(casino_providers, file, 73, 6, 2458);
6497
6497
 
6498
6498
  attr_dev(div2, "class", div2_class_value = /*activeTab*/ ctx[8] === 'categories'
6499
6499
  ? 'NotVisible'
6500
6500
  : '');
6501
6501
 
6502
- add_location(div2, file, 72, 4, 2462);
6502
+ add_location(div2, file, 72, 4, 2390);
6503
6503
  attr_dev(div3, "class", "CasinoCategoriesProviders");
6504
- add_location(div3, file, 52, 2, 1697);
6505
- add_location(div4, file, 51, 0, 1653);
6504
+ add_location(div3, file, 52, 2, 1645);
6505
+ add_location(div4, file, 51, 0, 1602);
6506
6506
  },
6507
6507
  l: function claim(nodes) {
6508
6508
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");