@everymatrix/casino-search 0.0.365 → 0.0.367
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -30
- package/dist/casino-search.js +418 -418
- package/dist/casino-search.js.map +1 -1
- package/index.html +100 -100
- package/index.js +1 -1
- package/package.json +2 -2
- package/public/reset.css +47 -47
- package/rollup.config.js +59 -59
- package/src/CasinoSearch.svelte +415 -415
- package/src/i18n.js +27 -27
- package/src/index.ts +4 -4
- package/src/translations.js +193 -193
- package/stories/CasinoSearch.stories.js +13 -13
- package/tsconfig.json +6 -6
package/dist/casino-search.js
CHANGED
|
@@ -4612,206 +4612,206 @@
|
|
|
4612
4612
|
PERFORMANCE OF THIS SOFTWARE.
|
|
4613
4613
|
***************************************************************************** */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));
|
|
4614
4614
|
|
|
4615
|
-
function addNewMessages$1(lang, dict) {
|
|
4616
|
-
m(lang, dict);
|
|
4617
|
-
}
|
|
4618
|
-
|
|
4619
|
-
function setLocale(_locale) {
|
|
4620
|
-
D.set(_locale);
|
|
4621
|
-
}
|
|
4622
|
-
|
|
4623
|
-
const Translations = {
|
|
4624
|
-
en: {
|
|
4625
|
-
Translations: {
|
|
4626
|
-
recentSearch: "Recent search",
|
|
4627
|
-
loading: "Loading, please wait",
|
|
4628
|
-
searchResult: "Search result",
|
|
4629
|
-
cancel: "Cancel",
|
|
4630
|
-
notFound: "Game not found!",
|
|
4631
|
-
notFoundText:
|
|
4632
|
-
"Please type the correct name of the game to start to play.",
|
|
4633
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4634
|
-
},
|
|
4635
|
-
},
|
|
4636
|
-
zh: {
|
|
4637
|
-
Translations: {
|
|
4638
|
-
recentSearch: "最近的搜索",
|
|
4639
|
-
loading: "加载请稍候",
|
|
4640
|
-
searchResult: "搜索结果",
|
|
4641
|
-
cancel: "取消",
|
|
4642
|
-
notFound: "找不到游戏!",
|
|
4643
|
-
notFoundText:
|
|
4644
|
-
"请输入正确的游戏名称开始玩。",
|
|
4645
|
-
noRecentSearches: "还没有最近的搜索。 搜索我们的任何游戏。",
|
|
4646
|
-
},
|
|
4647
|
-
},
|
|
4648
|
-
de: {
|
|
4649
|
-
Translations: {
|
|
4650
|
-
recentSearch: "Kürzlich gesucht",
|
|
4651
|
-
loading: "Es lädt, bitte warten...",
|
|
4652
|
-
searchResult: "Suchresultat",
|
|
4653
|
-
cancel: "Verwerfen",
|
|
4654
|
-
notFound: "Spiel wurde nicht gefunden!",
|
|
4655
|
-
notFoundText: "Bitte den korrekten Spielnamen eingeben um zu spielen",
|
|
4656
|
-
noRecentSearches:
|
|
4657
|
-
"Suche ohne Ergebnisse. Bitte erneut nach einem unserer Spiele suchen.",
|
|
4658
|
-
},
|
|
4659
|
-
},
|
|
4660
|
-
it: {
|
|
4661
|
-
Translations: {
|
|
4662
|
-
recentSearch: "Recent search",
|
|
4663
|
-
loading: "Loading, please wait",
|
|
4664
|
-
searchResult: "Search result",
|
|
4665
|
-
cancel: "Cancel",
|
|
4666
|
-
notFound: "Game not found!",
|
|
4667
|
-
notFoundText:
|
|
4668
|
-
"Please type the correct name of the game to start to play.",
|
|
4669
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4670
|
-
},
|
|
4671
|
-
},
|
|
4672
|
-
fr: {
|
|
4673
|
-
Translations: {
|
|
4674
|
-
recentSearch: "Recherche récente",
|
|
4675
|
-
loading: "Chargement, veuillez patienter",
|
|
4676
|
-
searchResult: "Résultat de la recherche",
|
|
4677
|
-
cancel: "Annuler",
|
|
4678
|
-
notFound: "Jeu non trouvé!",
|
|
4679
|
-
notFoundText:
|
|
4680
|
-
"Veuillez saisir le nom correct du jeu pour commencer à jouer.",
|
|
4681
|
-
noRecentSearches: "Pas encore de recherches récentes. Recherchez l'un de nos jeux.",
|
|
4682
|
-
},
|
|
4683
|
-
},
|
|
4684
|
-
es: {
|
|
4685
|
-
Translations: {
|
|
4686
|
-
recentSearch: "Recent search",
|
|
4687
|
-
loading: "Loading, please wait",
|
|
4688
|
-
searchResult: "Search result",
|
|
4689
|
-
cancel: "Cancel",
|
|
4690
|
-
notFound: "Game not found!",
|
|
4691
|
-
notFoundText:
|
|
4692
|
-
"Please type the correct name of the game to start to play.",
|
|
4693
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4694
|
-
},
|
|
4695
|
-
},
|
|
4696
|
-
gr: {
|
|
4697
|
-
Translations: {
|
|
4698
|
-
recentSearch: "Recent search",
|
|
4699
|
-
loading: "Loading, please wait",
|
|
4700
|
-
searchResult: "Search result",
|
|
4701
|
-
cancel: "Cancel",
|
|
4702
|
-
notFound: "Game not found!",
|
|
4703
|
-
notFoundText:
|
|
4704
|
-
"Please type the correct name of the game to start to play.",
|
|
4705
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4706
|
-
},
|
|
4707
|
-
},
|
|
4708
|
-
tr: {
|
|
4709
|
-
Translations: {
|
|
4710
|
-
recentSearch: "Recent search",
|
|
4711
|
-
loading: "Loading, please wait",
|
|
4712
|
-
searchResult: "Search result",
|
|
4713
|
-
cancel: "Cancel",
|
|
4714
|
-
notFound: "Game not found!",
|
|
4715
|
-
notFoundText:
|
|
4716
|
-
"Please type the correct name of the game to start to play.",
|
|
4717
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4718
|
-
},
|
|
4719
|
-
},
|
|
4720
|
-
ru: {
|
|
4721
|
-
Translations: {
|
|
4722
|
-
recentSearch: "Recent search",
|
|
4723
|
-
loading: "Loading, please wait",
|
|
4724
|
-
searchResult: "Search result",
|
|
4725
|
-
cancel: "Cancel",
|
|
4726
|
-
notFound: "Game not found!",
|
|
4727
|
-
notFoundText:
|
|
4728
|
-
"Please type the correct name of the game to start to play.",
|
|
4729
|
-
},
|
|
4730
|
-
},
|
|
4731
|
-
ro: {
|
|
4732
|
-
Translations: {
|
|
4733
|
-
recentSearch: "Cautari recente",
|
|
4734
|
-
loading: "Se incarca, te rugam asteapta…",
|
|
4735
|
-
searchResult: "Rezultat cautare",
|
|
4736
|
-
cancel: "Anuleaza",
|
|
4737
|
-
notFound: "Nu am gasit niciun rezultat!",
|
|
4738
|
-
notFoundText: "Te rugam sa introduci corect numele jocului. ",
|
|
4739
|
-
noRecentSearches:
|
|
4740
|
-
"Nu sunt cautari recente. Cauta oricare din jocurile noastre.",
|
|
4741
|
-
},
|
|
4742
|
-
},
|
|
4743
|
-
hr: {
|
|
4744
|
-
Translations: {
|
|
4745
|
-
recentSearch: "Recent search",
|
|
4746
|
-
loading: "Loading, please wait",
|
|
4747
|
-
searchResult: "Search result",
|
|
4748
|
-
cancel: "Cancel",
|
|
4749
|
-
notFound: "Game not found!",
|
|
4750
|
-
notFoundText:
|
|
4751
|
-
"Please type the correct name of the game to start to play.",
|
|
4752
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4753
|
-
},
|
|
4754
|
-
},
|
|
4755
|
-
hu: {
|
|
4756
|
-
Translations: {
|
|
4757
|
-
recentSearch: "Recent search",
|
|
4758
|
-
loading: "Loading, please wait",
|
|
4759
|
-
searchResult: "Search result",
|
|
4760
|
-
cancel: "Cancel",
|
|
4761
|
-
notFound: "Game not found!",
|
|
4762
|
-
notFoundText:
|
|
4763
|
-
"Please type the correct name of the game to start to play.",
|
|
4764
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4765
|
-
},
|
|
4766
|
-
},
|
|
4767
|
-
pl: {
|
|
4768
|
-
Translations: {
|
|
4769
|
-
recentSearch: "Recent search",
|
|
4770
|
-
loading: "Loading, please wait",
|
|
4771
|
-
searchResult: "Search result",
|
|
4772
|
-
cancel: "Cancel",
|
|
4773
|
-
notFound: "Game not found!",
|
|
4774
|
-
notFoundText:
|
|
4775
|
-
"Please type the correct name of the game to start to play.",
|
|
4776
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4777
|
-
},
|
|
4778
|
-
},
|
|
4779
|
-
pt: {
|
|
4780
|
-
Translations: {
|
|
4781
|
-
recentSearch: "Recent search",
|
|
4782
|
-
loading: "Loading, please wait",
|
|
4783
|
-
searchResult: "Search result",
|
|
4784
|
-
cancel: "Cancel",
|
|
4785
|
-
notFound: "Game not found!",
|
|
4786
|
-
notFoundText:
|
|
4787
|
-
"Please type the correct name of the game to start to play.",
|
|
4788
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4789
|
-
},
|
|
4790
|
-
},
|
|
4791
|
-
sl: {
|
|
4792
|
-
Translations: {
|
|
4793
|
-
recentSearch: "Recent search",
|
|
4794
|
-
loading: "Loading, please wait",
|
|
4795
|
-
searchResult: "Search result",
|
|
4796
|
-
cancel: "Cancel",
|
|
4797
|
-
notFound: "Game not found!",
|
|
4798
|
-
notFoundText:
|
|
4799
|
-
"Please type the correct name of the game to start to play.",
|
|
4800
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4801
|
-
},
|
|
4802
|
-
},
|
|
4803
|
-
sr: {
|
|
4804
|
-
Translations: {
|
|
4805
|
-
recentSearch: "Recent search",
|
|
4806
|
-
loading: "Loading, please wait",
|
|
4807
|
-
searchResult: "Search result",
|
|
4808
|
-
cancel: "Cancel",
|
|
4809
|
-
notFound: "Game not found!",
|
|
4810
|
-
notFoundText:
|
|
4811
|
-
"Please type the correct name of the game to start to play.",
|
|
4812
|
-
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4813
|
-
},
|
|
4814
|
-
},
|
|
4615
|
+
function addNewMessages$1(lang, dict) {
|
|
4616
|
+
m(lang, dict);
|
|
4617
|
+
}
|
|
4618
|
+
|
|
4619
|
+
function setLocale(_locale) {
|
|
4620
|
+
D.set(_locale);
|
|
4621
|
+
}
|
|
4622
|
+
|
|
4623
|
+
const Translations = {
|
|
4624
|
+
en: {
|
|
4625
|
+
Translations: {
|
|
4626
|
+
recentSearch: "Recent search",
|
|
4627
|
+
loading: "Loading, please wait",
|
|
4628
|
+
searchResult: "Search result",
|
|
4629
|
+
cancel: "Cancel",
|
|
4630
|
+
notFound: "Game not found!",
|
|
4631
|
+
notFoundText:
|
|
4632
|
+
"Please type the correct name of the game to start to play.",
|
|
4633
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4634
|
+
},
|
|
4635
|
+
},
|
|
4636
|
+
zh: {
|
|
4637
|
+
Translations: {
|
|
4638
|
+
recentSearch: "最近的搜索",
|
|
4639
|
+
loading: "加载请稍候",
|
|
4640
|
+
searchResult: "搜索结果",
|
|
4641
|
+
cancel: "取消",
|
|
4642
|
+
notFound: "找不到游戏!",
|
|
4643
|
+
notFoundText:
|
|
4644
|
+
"请输入正确的游戏名称开始玩。",
|
|
4645
|
+
noRecentSearches: "还没有最近的搜索。 搜索我们的任何游戏。",
|
|
4646
|
+
},
|
|
4647
|
+
},
|
|
4648
|
+
de: {
|
|
4649
|
+
Translations: {
|
|
4650
|
+
recentSearch: "Kürzlich gesucht",
|
|
4651
|
+
loading: "Es lädt, bitte warten...",
|
|
4652
|
+
searchResult: "Suchresultat",
|
|
4653
|
+
cancel: "Verwerfen",
|
|
4654
|
+
notFound: "Spiel wurde nicht gefunden!",
|
|
4655
|
+
notFoundText: "Bitte den korrekten Spielnamen eingeben um zu spielen",
|
|
4656
|
+
noRecentSearches:
|
|
4657
|
+
"Suche ohne Ergebnisse. Bitte erneut nach einem unserer Spiele suchen.",
|
|
4658
|
+
},
|
|
4659
|
+
},
|
|
4660
|
+
it: {
|
|
4661
|
+
Translations: {
|
|
4662
|
+
recentSearch: "Recent search",
|
|
4663
|
+
loading: "Loading, please wait",
|
|
4664
|
+
searchResult: "Search result",
|
|
4665
|
+
cancel: "Cancel",
|
|
4666
|
+
notFound: "Game not found!",
|
|
4667
|
+
notFoundText:
|
|
4668
|
+
"Please type the correct name of the game to start to play.",
|
|
4669
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4670
|
+
},
|
|
4671
|
+
},
|
|
4672
|
+
fr: {
|
|
4673
|
+
Translations: {
|
|
4674
|
+
recentSearch: "Recherche récente",
|
|
4675
|
+
loading: "Chargement, veuillez patienter",
|
|
4676
|
+
searchResult: "Résultat de la recherche",
|
|
4677
|
+
cancel: "Annuler",
|
|
4678
|
+
notFound: "Jeu non trouvé!",
|
|
4679
|
+
notFoundText:
|
|
4680
|
+
"Veuillez saisir le nom correct du jeu pour commencer à jouer.",
|
|
4681
|
+
noRecentSearches: "Pas encore de recherches récentes. Recherchez l'un de nos jeux.",
|
|
4682
|
+
},
|
|
4683
|
+
},
|
|
4684
|
+
es: {
|
|
4685
|
+
Translations: {
|
|
4686
|
+
recentSearch: "Recent search",
|
|
4687
|
+
loading: "Loading, please wait",
|
|
4688
|
+
searchResult: "Search result",
|
|
4689
|
+
cancel: "Cancel",
|
|
4690
|
+
notFound: "Game not found!",
|
|
4691
|
+
notFoundText:
|
|
4692
|
+
"Please type the correct name of the game to start to play.",
|
|
4693
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4694
|
+
},
|
|
4695
|
+
},
|
|
4696
|
+
gr: {
|
|
4697
|
+
Translations: {
|
|
4698
|
+
recentSearch: "Recent search",
|
|
4699
|
+
loading: "Loading, please wait",
|
|
4700
|
+
searchResult: "Search result",
|
|
4701
|
+
cancel: "Cancel",
|
|
4702
|
+
notFound: "Game not found!",
|
|
4703
|
+
notFoundText:
|
|
4704
|
+
"Please type the correct name of the game to start to play.",
|
|
4705
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4706
|
+
},
|
|
4707
|
+
},
|
|
4708
|
+
tr: {
|
|
4709
|
+
Translations: {
|
|
4710
|
+
recentSearch: "Recent search",
|
|
4711
|
+
loading: "Loading, please wait",
|
|
4712
|
+
searchResult: "Search result",
|
|
4713
|
+
cancel: "Cancel",
|
|
4714
|
+
notFound: "Game not found!",
|
|
4715
|
+
notFoundText:
|
|
4716
|
+
"Please type the correct name of the game to start to play.",
|
|
4717
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4718
|
+
},
|
|
4719
|
+
},
|
|
4720
|
+
ru: {
|
|
4721
|
+
Translations: {
|
|
4722
|
+
recentSearch: "Recent search",
|
|
4723
|
+
loading: "Loading, please wait",
|
|
4724
|
+
searchResult: "Search result",
|
|
4725
|
+
cancel: "Cancel",
|
|
4726
|
+
notFound: "Game not found!",
|
|
4727
|
+
notFoundText:
|
|
4728
|
+
"Please type the correct name of the game to start to play.",
|
|
4729
|
+
},
|
|
4730
|
+
},
|
|
4731
|
+
ro: {
|
|
4732
|
+
Translations: {
|
|
4733
|
+
recentSearch: "Cautari recente",
|
|
4734
|
+
loading: "Se incarca, te rugam asteapta…",
|
|
4735
|
+
searchResult: "Rezultat cautare",
|
|
4736
|
+
cancel: "Anuleaza",
|
|
4737
|
+
notFound: "Nu am gasit niciun rezultat!",
|
|
4738
|
+
notFoundText: "Te rugam sa introduci corect numele jocului. ",
|
|
4739
|
+
noRecentSearches:
|
|
4740
|
+
"Nu sunt cautari recente. Cauta oricare din jocurile noastre.",
|
|
4741
|
+
},
|
|
4742
|
+
},
|
|
4743
|
+
hr: {
|
|
4744
|
+
Translations: {
|
|
4745
|
+
recentSearch: "Recent search",
|
|
4746
|
+
loading: "Loading, please wait",
|
|
4747
|
+
searchResult: "Search result",
|
|
4748
|
+
cancel: "Cancel",
|
|
4749
|
+
notFound: "Game not found!",
|
|
4750
|
+
notFoundText:
|
|
4751
|
+
"Please type the correct name of the game to start to play.",
|
|
4752
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4753
|
+
},
|
|
4754
|
+
},
|
|
4755
|
+
hu: {
|
|
4756
|
+
Translations: {
|
|
4757
|
+
recentSearch: "Recent search",
|
|
4758
|
+
loading: "Loading, please wait",
|
|
4759
|
+
searchResult: "Search result",
|
|
4760
|
+
cancel: "Cancel",
|
|
4761
|
+
notFound: "Game not found!",
|
|
4762
|
+
notFoundText:
|
|
4763
|
+
"Please type the correct name of the game to start to play.",
|
|
4764
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4765
|
+
},
|
|
4766
|
+
},
|
|
4767
|
+
pl: {
|
|
4768
|
+
Translations: {
|
|
4769
|
+
recentSearch: "Recent search",
|
|
4770
|
+
loading: "Loading, please wait",
|
|
4771
|
+
searchResult: "Search result",
|
|
4772
|
+
cancel: "Cancel",
|
|
4773
|
+
notFound: "Game not found!",
|
|
4774
|
+
notFoundText:
|
|
4775
|
+
"Please type the correct name of the game to start to play.",
|
|
4776
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4777
|
+
},
|
|
4778
|
+
},
|
|
4779
|
+
pt: {
|
|
4780
|
+
Translations: {
|
|
4781
|
+
recentSearch: "Recent search",
|
|
4782
|
+
loading: "Loading, please wait",
|
|
4783
|
+
searchResult: "Search result",
|
|
4784
|
+
cancel: "Cancel",
|
|
4785
|
+
notFound: "Game not found!",
|
|
4786
|
+
notFoundText:
|
|
4787
|
+
"Please type the correct name of the game to start to play.",
|
|
4788
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4789
|
+
},
|
|
4790
|
+
},
|
|
4791
|
+
sl: {
|
|
4792
|
+
Translations: {
|
|
4793
|
+
recentSearch: "Recent search",
|
|
4794
|
+
loading: "Loading, please wait",
|
|
4795
|
+
searchResult: "Search result",
|
|
4796
|
+
cancel: "Cancel",
|
|
4797
|
+
notFound: "Game not found!",
|
|
4798
|
+
notFoundText:
|
|
4799
|
+
"Please type the correct name of the game to start to play.",
|
|
4800
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4801
|
+
},
|
|
4802
|
+
},
|
|
4803
|
+
sr: {
|
|
4804
|
+
Translations: {
|
|
4805
|
+
recentSearch: "Recent search",
|
|
4806
|
+
loading: "Loading, please wait",
|
|
4807
|
+
searchResult: "Search result",
|
|
4808
|
+
cancel: "Cancel",
|
|
4809
|
+
notFound: "Game not found!",
|
|
4810
|
+
notFoundText:
|
|
4811
|
+
"Please type the correct name of the game to start to play.",
|
|
4812
|
+
noRecentSearches: "No recent searches yet. Search for any of our games.",
|
|
4813
|
+
},
|
|
4814
|
+
},
|
|
4815
4815
|
};
|
|
4816
4816
|
|
|
4817
4817
|
var global$1 =
|
|
@@ -11978,162 +11978,162 @@
|
|
|
11978
11978
|
})));
|
|
11979
11979
|
});
|
|
11980
11980
|
|
|
11981
|
-
function addNewMessages(lang, dict) {
|
|
11982
|
-
m(lang, dict);
|
|
11983
|
-
}
|
|
11984
|
-
|
|
11985
|
-
const GameThumbnailTranslations = {
|
|
11986
|
-
en: {
|
|
11987
|
-
gameThumbnail: {
|
|
11988
|
-
playNow: 'Start now!',
|
|
11989
|
-
new: 'NEW',
|
|
11990
|
-
hot: 'Hot',
|
|
11991
|
-
opens: 'Opens ',
|
|
11992
|
-
full: 'table full - bet behind',
|
|
11993
|
-
dealer: 'Dealer',
|
|
11994
|
-
},
|
|
11995
|
-
},
|
|
11996
|
-
zh: {
|
|
11997
|
-
gameThumbnail: {
|
|
11998
|
-
playNow: '現在開始!',
|
|
11999
|
-
new: '新的',
|
|
12000
|
-
hot: '熱的',
|
|
12001
|
-
opens: '打開 ',
|
|
12002
|
-
full: '滿桌 - 下注',
|
|
12003
|
-
dealer: '經銷商',
|
|
12004
|
-
},
|
|
12005
|
-
},
|
|
12006
|
-
de: {
|
|
12007
|
-
gameThumbnail: {
|
|
12008
|
-
playNow: 'Jetzt starten!',
|
|
12009
|
-
new: 'NEU',
|
|
12010
|
-
hot: 'Hot',
|
|
12011
|
-
opens: 'Öffnet ',
|
|
12012
|
-
full: 'full - bet behind',
|
|
12013
|
-
dealer: 'Dealer',
|
|
12014
|
-
}
|
|
12015
|
-
},
|
|
12016
|
-
it: {
|
|
12017
|
-
gameThumbnail: {
|
|
12018
|
-
playNow: 'Inizia ora!',
|
|
12019
|
-
new: 'NOVITÀ',
|
|
12020
|
-
hot: 'HOT',
|
|
12021
|
-
// TODO: translate all other supported languages
|
|
12022
|
-
opens: 'Opens ',
|
|
12023
|
-
full: 'table full - bet behind',
|
|
12024
|
-
dealer: 'Dealer',
|
|
12025
|
-
}
|
|
12026
|
-
},
|
|
12027
|
-
fr: {
|
|
12028
|
-
gameThumbnail: {
|
|
12029
|
-
playNow: 'Commencez maintenant',
|
|
12030
|
-
new: 'Nouveau',
|
|
12031
|
-
hot: 'Chaud',
|
|
12032
|
-
opens: 'Ouvre ',
|
|
12033
|
-
full: 'Table pleine - pari derrière',
|
|
12034
|
-
dealer: 'Concessionnaire',
|
|
12035
|
-
}
|
|
12036
|
-
},
|
|
12037
|
-
es: {
|
|
12038
|
-
gameThumbnail: {
|
|
12039
|
-
playNow: 'Empezar ahora!',
|
|
12040
|
-
new: 'NUEVO',
|
|
12041
|
-
hot: 'Hot',
|
|
12042
|
-
opens: 'Abierto ',
|
|
12043
|
-
full: 'Mesa completa - apuesta detrás',
|
|
12044
|
-
dealer: 'Dealer',
|
|
12045
|
-
}
|
|
12046
|
-
},
|
|
12047
|
-
tr: {
|
|
12048
|
-
gameThumbnail: {
|
|
12049
|
-
playNow: 'Şimdi oyna',
|
|
12050
|
-
new: 'YENİ',
|
|
12051
|
-
hot: 'SICAK',
|
|
12052
|
-
opens: 'Açılır ',
|
|
12053
|
-
full: 'masa dolu - bet behind',
|
|
12054
|
-
dealer: 'Dealer',
|
|
12055
|
-
}
|
|
12056
|
-
},
|
|
12057
|
-
ru: {
|
|
12058
|
-
gameThumbnail: {
|
|
12059
|
-
playNow: 'Играть сейчас',
|
|
12060
|
-
new: 'НОВАЯ',
|
|
12061
|
-
hot: 'ГОРЯЧЕЙ',
|
|
12062
|
-
opens: 'Opens ',
|
|
12063
|
-
full: 'table full - bet behind',
|
|
12064
|
-
dealer: 'Dealer',
|
|
12065
|
-
}
|
|
12066
|
-
},
|
|
12067
|
-
ro: {
|
|
12068
|
-
gameThumbnail: {
|
|
12069
|
-
playNow: 'Joaca acum',
|
|
12070
|
-
new: 'NOU',
|
|
12071
|
-
hot: 'POPULAR',
|
|
12072
|
-
opens: 'Opens ',
|
|
12073
|
-
full: 'table full - bet behind',
|
|
12074
|
-
dealer: 'Dealer',
|
|
12075
|
-
}
|
|
12076
|
-
},
|
|
12077
|
-
hr: {
|
|
12078
|
-
gameThumbnail: {
|
|
12079
|
-
playNow: 'Započnite sada!',
|
|
12080
|
-
new: 'NOVO',
|
|
12081
|
-
hot: 'Vruće',
|
|
12082
|
-
opens: 'Opens ',
|
|
12083
|
-
full: 'table full - bet behind',
|
|
12084
|
-
dealer: 'Dealer',
|
|
12085
|
-
}
|
|
12086
|
-
},
|
|
12087
|
-
hu: {
|
|
12088
|
-
gameThumbnail: {
|
|
12089
|
-
playNow: 'Játsszon most!',
|
|
12090
|
-
new: 'ÚJ',
|
|
12091
|
-
hot: 'Hot',
|
|
12092
|
-
opens: 'Opens ',
|
|
12093
|
-
full: 'table full - bet behind',
|
|
12094
|
-
dealer: 'Dealer',
|
|
12095
|
-
}
|
|
12096
|
-
},
|
|
12097
|
-
pl: {
|
|
12098
|
-
gameThumbnail: {
|
|
12099
|
-
playNow: 'Rozpocznij teraz!',
|
|
12100
|
-
new: 'NOWOŚĆ',
|
|
12101
|
-
hot: 'Hot',
|
|
12102
|
-
opens: 'Opens ',
|
|
12103
|
-
full: 'table full - bet behind',
|
|
12104
|
-
dealer: 'Dealer',
|
|
12105
|
-
}
|
|
12106
|
-
},
|
|
12107
|
-
pt: {
|
|
12108
|
-
gameThumbnail: {
|
|
12109
|
-
playNow: 'Comece agora!',
|
|
12110
|
-
new: 'NOVO',
|
|
12111
|
-
hot: 'Hot',
|
|
12112
|
-
opens: 'Abrir ',
|
|
12113
|
-
full: 'Mesa cheia - aposta atrás',
|
|
12114
|
-
dealer: 'Dealer',
|
|
12115
|
-
}
|
|
12116
|
-
},
|
|
12117
|
-
sl: {
|
|
12118
|
-
gameThumbnail: {
|
|
12119
|
-
playNow: 'Začnite zdaj!',
|
|
12120
|
-
new: 'NOVO',
|
|
12121
|
-
hot: 'Vroče',
|
|
12122
|
-
opens: 'Opens ',
|
|
12123
|
-
full: 'table full - bet behind',
|
|
12124
|
-
dealer: 'Dealer',
|
|
12125
|
-
}
|
|
12126
|
-
},
|
|
12127
|
-
sr: {
|
|
12128
|
-
gameThumbnail: {
|
|
12129
|
-
playNow: 'Započnite sada!',
|
|
12130
|
-
new: 'NOVO',
|
|
12131
|
-
hot: 'Vruće',
|
|
12132
|
-
opens: 'Opens ',
|
|
12133
|
-
full: 'table full - bet behind',
|
|
12134
|
-
dealer: 'Dealer',
|
|
12135
|
-
}
|
|
12136
|
-
}
|
|
11981
|
+
function addNewMessages(lang, dict) {
|
|
11982
|
+
m(lang, dict);
|
|
11983
|
+
}
|
|
11984
|
+
|
|
11985
|
+
const GameThumbnailTranslations = {
|
|
11986
|
+
en: {
|
|
11987
|
+
gameThumbnail: {
|
|
11988
|
+
playNow: 'Start now!',
|
|
11989
|
+
new: 'NEW',
|
|
11990
|
+
hot: 'Hot',
|
|
11991
|
+
opens: 'Opens ',
|
|
11992
|
+
full: 'table full - bet behind',
|
|
11993
|
+
dealer: 'Dealer',
|
|
11994
|
+
},
|
|
11995
|
+
},
|
|
11996
|
+
zh: {
|
|
11997
|
+
gameThumbnail: {
|
|
11998
|
+
playNow: '現在開始!',
|
|
11999
|
+
new: '新的',
|
|
12000
|
+
hot: '熱的',
|
|
12001
|
+
opens: '打開 ',
|
|
12002
|
+
full: '滿桌 - 下注',
|
|
12003
|
+
dealer: '經銷商',
|
|
12004
|
+
},
|
|
12005
|
+
},
|
|
12006
|
+
de: {
|
|
12007
|
+
gameThumbnail: {
|
|
12008
|
+
playNow: 'Jetzt starten!',
|
|
12009
|
+
new: 'NEU',
|
|
12010
|
+
hot: 'Hot',
|
|
12011
|
+
opens: 'Öffnet ',
|
|
12012
|
+
full: 'full - bet behind',
|
|
12013
|
+
dealer: 'Dealer',
|
|
12014
|
+
}
|
|
12015
|
+
},
|
|
12016
|
+
it: {
|
|
12017
|
+
gameThumbnail: {
|
|
12018
|
+
playNow: 'Inizia ora!',
|
|
12019
|
+
new: 'NOVITÀ',
|
|
12020
|
+
hot: 'HOT',
|
|
12021
|
+
// TODO: translate all other supported languages
|
|
12022
|
+
opens: 'Opens ',
|
|
12023
|
+
full: 'table full - bet behind',
|
|
12024
|
+
dealer: 'Dealer',
|
|
12025
|
+
}
|
|
12026
|
+
},
|
|
12027
|
+
fr: {
|
|
12028
|
+
gameThumbnail: {
|
|
12029
|
+
playNow: 'Commencez maintenant',
|
|
12030
|
+
new: 'Nouveau',
|
|
12031
|
+
hot: 'Chaud',
|
|
12032
|
+
opens: 'Ouvre ',
|
|
12033
|
+
full: 'Table pleine - pari derrière',
|
|
12034
|
+
dealer: 'Concessionnaire',
|
|
12035
|
+
}
|
|
12036
|
+
},
|
|
12037
|
+
es: {
|
|
12038
|
+
gameThumbnail: {
|
|
12039
|
+
playNow: 'Empezar ahora!',
|
|
12040
|
+
new: 'NUEVO',
|
|
12041
|
+
hot: 'Hot',
|
|
12042
|
+
opens: 'Abierto ',
|
|
12043
|
+
full: 'Mesa completa - apuesta detrás',
|
|
12044
|
+
dealer: 'Dealer',
|
|
12045
|
+
}
|
|
12046
|
+
},
|
|
12047
|
+
tr: {
|
|
12048
|
+
gameThumbnail: {
|
|
12049
|
+
playNow: 'Şimdi oyna',
|
|
12050
|
+
new: 'YENİ',
|
|
12051
|
+
hot: 'SICAK',
|
|
12052
|
+
opens: 'Açılır ',
|
|
12053
|
+
full: 'masa dolu - bet behind',
|
|
12054
|
+
dealer: 'Dealer',
|
|
12055
|
+
}
|
|
12056
|
+
},
|
|
12057
|
+
ru: {
|
|
12058
|
+
gameThumbnail: {
|
|
12059
|
+
playNow: 'Играть сейчас',
|
|
12060
|
+
new: 'НОВАЯ',
|
|
12061
|
+
hot: 'ГОРЯЧЕЙ',
|
|
12062
|
+
opens: 'Opens ',
|
|
12063
|
+
full: 'table full - bet behind',
|
|
12064
|
+
dealer: 'Dealer',
|
|
12065
|
+
}
|
|
12066
|
+
},
|
|
12067
|
+
ro: {
|
|
12068
|
+
gameThumbnail: {
|
|
12069
|
+
playNow: 'Joaca acum',
|
|
12070
|
+
new: 'NOU',
|
|
12071
|
+
hot: 'POPULAR',
|
|
12072
|
+
opens: 'Opens ',
|
|
12073
|
+
full: 'table full - bet behind',
|
|
12074
|
+
dealer: 'Dealer',
|
|
12075
|
+
}
|
|
12076
|
+
},
|
|
12077
|
+
hr: {
|
|
12078
|
+
gameThumbnail: {
|
|
12079
|
+
playNow: 'Započnite sada!',
|
|
12080
|
+
new: 'NOVO',
|
|
12081
|
+
hot: 'Vruće',
|
|
12082
|
+
opens: 'Opens ',
|
|
12083
|
+
full: 'table full - bet behind',
|
|
12084
|
+
dealer: 'Dealer',
|
|
12085
|
+
}
|
|
12086
|
+
},
|
|
12087
|
+
hu: {
|
|
12088
|
+
gameThumbnail: {
|
|
12089
|
+
playNow: 'Játsszon most!',
|
|
12090
|
+
new: 'ÚJ',
|
|
12091
|
+
hot: 'Hot',
|
|
12092
|
+
opens: 'Opens ',
|
|
12093
|
+
full: 'table full - bet behind',
|
|
12094
|
+
dealer: 'Dealer',
|
|
12095
|
+
}
|
|
12096
|
+
},
|
|
12097
|
+
pl: {
|
|
12098
|
+
gameThumbnail: {
|
|
12099
|
+
playNow: 'Rozpocznij teraz!',
|
|
12100
|
+
new: 'NOWOŚĆ',
|
|
12101
|
+
hot: 'Hot',
|
|
12102
|
+
opens: 'Opens ',
|
|
12103
|
+
full: 'table full - bet behind',
|
|
12104
|
+
dealer: 'Dealer',
|
|
12105
|
+
}
|
|
12106
|
+
},
|
|
12107
|
+
pt: {
|
|
12108
|
+
gameThumbnail: {
|
|
12109
|
+
playNow: 'Comece agora!',
|
|
12110
|
+
new: 'NOVO',
|
|
12111
|
+
hot: 'Hot',
|
|
12112
|
+
opens: 'Abrir ',
|
|
12113
|
+
full: 'Mesa cheia - aposta atrás',
|
|
12114
|
+
dealer: 'Dealer',
|
|
12115
|
+
}
|
|
12116
|
+
},
|
|
12117
|
+
sl: {
|
|
12118
|
+
gameThumbnail: {
|
|
12119
|
+
playNow: 'Začnite zdaj!',
|
|
12120
|
+
new: 'NOVO',
|
|
12121
|
+
hot: 'Vroče',
|
|
12122
|
+
opens: 'Opens ',
|
|
12123
|
+
full: 'table full - bet behind',
|
|
12124
|
+
dealer: 'Dealer',
|
|
12125
|
+
}
|
|
12126
|
+
},
|
|
12127
|
+
sr: {
|
|
12128
|
+
gameThumbnail: {
|
|
12129
|
+
playNow: 'Započnite sada!',
|
|
12130
|
+
new: 'NOVO',
|
|
12131
|
+
hot: 'Vruće',
|
|
12132
|
+
opens: 'Opens ',
|
|
12133
|
+
full: 'table full - bet behind',
|
|
12134
|
+
dealer: 'Dealer',
|
|
12135
|
+
}
|
|
12136
|
+
}
|
|
12137
12137
|
};
|
|
12138
12138
|
|
|
12139
12139
|
/* eslint-disable quote-props */
|
|
@@ -12310,10 +12310,10 @@
|
|
|
12310
12310
|
'ZWD': 'Z$',
|
|
12311
12311
|
};
|
|
12312
12312
|
|
|
12313
|
-
/*
|
|
12313
|
+
/* ..\casino-game-thumbnail\src\CasinoGameThumbnail.svelte generated by Svelte v3.48.0 */
|
|
12314
12314
|
|
|
12315
12315
|
const { Object: Object_1$1, console: console_1$1 } = globals;
|
|
12316
|
-
const file$1 = "
|
|
12316
|
+
const file$1 = "..\\casino-game-thumbnail\\src\\CasinoGameThumbnail.svelte";
|
|
12317
12317
|
|
|
12318
12318
|
function get_each_context_1(ctx, list, i) {
|
|
12319
12319
|
const child_ctx = ctx.slice();
|
|
@@ -12390,8 +12390,8 @@
|
|
|
12390
12390
|
svg = svg_element("svg");
|
|
12391
12391
|
path = svg_element("path");
|
|
12392
12392
|
set_style(path, "fill", "white");
|
|
12393
|
-
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");
|
|
12394
|
-
add_location(path, file$1, 525, 112,
|
|
12393
|
+
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\r\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\r\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\r\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\r\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\r\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\r\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\r\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\r\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
|
|
12394
|
+
add_location(path, file$1, 525, 112, 18838);
|
|
12395
12395
|
attr_dev(svg, "version", "1.1");
|
|
12396
12396
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
12397
12397
|
attr_dev(svg, "part", "UnfavoredIcon");
|
|
@@ -12402,10 +12402,10 @@
|
|
|
12402
12402
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
12403
12403
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
12404
12404
|
attr_dev(svg, "xml:space", "preserve");
|
|
12405
|
-
add_location(svg, file$1, 524, 14,
|
|
12405
|
+
add_location(svg, file$1, 524, 14, 18567);
|
|
12406
12406
|
attr_dev(div, "class", "FavIconContainer");
|
|
12407
12407
|
attr_dev(div, "part", "FavIconContainer");
|
|
12408
|
-
add_location(div, file$1, 523, 12,
|
|
12408
|
+
add_location(div, file$1, 523, 12, 18451);
|
|
12409
12409
|
},
|
|
12410
12410
|
m: function mount(target, anchor) {
|
|
12411
12411
|
insert_dev(target, div, anchor);
|
|
@@ -12449,7 +12449,7 @@
|
|
|
12449
12449
|
path = svg_element("path");
|
|
12450
12450
|
set_style(path, "fill", "white");
|
|
12451
12451
|
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");
|
|
12452
|
-
add_location(path, file$1, 553, 10,
|
|
12452
|
+
add_location(path, file$1, 553, 10, 21495);
|
|
12453
12453
|
attr_dev(svg, "version", "1.1");
|
|
12454
12454
|
attr_dev(svg, "class", "FavoredIcon");
|
|
12455
12455
|
attr_dev(svg, "part", "FavoredIcon");
|
|
@@ -12457,10 +12457,10 @@
|
|
|
12457
12457
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
12458
12458
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
12459
12459
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
12460
|
-
add_location(svg, file$1, 552, 8,
|
|
12460
|
+
add_location(svg, file$1, 552, 8, 21277);
|
|
12461
12461
|
attr_dev(div, "class", "FavIconContainer");
|
|
12462
12462
|
attr_dev(div, "part", "FavIconContainer");
|
|
12463
|
-
add_location(div, file$1, 551, 6,
|
|
12463
|
+
add_location(div, file$1, 551, 6, 21213);
|
|
12464
12464
|
},
|
|
12465
12465
|
m: function mount(target, anchor) {
|
|
12466
12466
|
insert_dev(target, div, anchor);
|
|
@@ -12499,7 +12499,7 @@
|
|
|
12499
12499
|
path = svg_element("path");
|
|
12500
12500
|
set_style(path, "fill", "white");
|
|
12501
12501
|
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");
|
|
12502
|
-
add_location(path, file$1, 547, 10,
|
|
12502
|
+
add_location(path, file$1, 547, 10, 20758);
|
|
12503
12503
|
attr_dev(svg, "version", "1.1");
|
|
12504
12504
|
attr_dev(svg, "class", "FavoredIcon");
|
|
12505
12505
|
attr_dev(svg, "part", "FavoredIcon");
|
|
@@ -12507,10 +12507,10 @@
|
|
|
12507
12507
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
12508
12508
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
12509
12509
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
12510
|
-
add_location(svg, file$1, 546, 8,
|
|
12510
|
+
add_location(svg, file$1, 546, 8, 20540);
|
|
12511
12511
|
attr_dev(div, "class", "FavIconContainer");
|
|
12512
12512
|
attr_dev(div, "part", "FavIconContainer");
|
|
12513
|
-
add_location(div, file$1, 545, 6,
|
|
12513
|
+
add_location(div, file$1, 545, 6, 20430);
|
|
12514
12514
|
},
|
|
12515
12515
|
m: function mount(target, anchor) {
|
|
12516
12516
|
insert_dev(target, div, anchor);
|
|
@@ -12553,7 +12553,7 @@
|
|
|
12553
12553
|
t = text(t_value);
|
|
12554
12554
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
12555
12555
|
attr_dev(span, "part", "GameExtraInfoLabel NewGameTag");
|
|
12556
|
-
add_location(span, file$1, 559, 8,
|
|
12556
|
+
add_location(span, file$1, 559, 8, 21961);
|
|
12557
12557
|
},
|
|
12558
12558
|
m: function mount(target, anchor) {
|
|
12559
12559
|
insert_dev(target, span, anchor);
|
|
@@ -12590,7 +12590,7 @@
|
|
|
12590
12590
|
t = text(t_value);
|
|
12591
12591
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
12592
12592
|
attr_dev(span, "part", "GameExtraInfoLabel PopularGameTag");
|
|
12593
|
-
add_location(span, file$1, 562, 8,
|
|
12593
|
+
add_location(span, file$1, 562, 8, 22141);
|
|
12594
12594
|
},
|
|
12595
12595
|
m: function mount(target, anchor) {
|
|
12596
12596
|
insert_dev(target, span, anchor);
|
|
@@ -12720,15 +12720,15 @@
|
|
|
12720
12720
|
html_tag = new HtmlTag(false);
|
|
12721
12721
|
t4 = space();
|
|
12722
12722
|
html_tag_1 = new HtmlTag(false);
|
|
12723
|
-
add_location(span, file$1, 569, 14,
|
|
12723
|
+
add_location(span, file$1, 569, 14, 22536);
|
|
12724
12724
|
attr_dev(div0, "class", "ClosedGame");
|
|
12725
12725
|
attr_dev(div0, "part", "ClosedGame");
|
|
12726
|
-
add_location(div0, file$1, 567, 12,
|
|
12726
|
+
add_location(div0, file$1, 567, 12, 22435);
|
|
12727
12727
|
html_tag.a = t4;
|
|
12728
12728
|
html_tag_1.a = null;
|
|
12729
12729
|
attr_dev(div1, "class", "GameProp LiveProps");
|
|
12730
12730
|
attr_dev(div1, "part", "GameProp LiveProps");
|
|
12731
|
-
add_location(div1, file$1, 566, 10,
|
|
12731
|
+
add_location(div1, file$1, 566, 10, 22363);
|
|
12732
12732
|
},
|
|
12733
12733
|
m: function mount(target, anchor) {
|
|
12734
12734
|
insert_dev(target, div1, anchor);
|
|
@@ -12797,12 +12797,12 @@
|
|
|
12797
12797
|
html_tag_1 = new HtmlTag(false);
|
|
12798
12798
|
attr_dev(div0, "class", "LiveIcons");
|
|
12799
12799
|
attr_dev(div0, "part", "LiveIcons");
|
|
12800
|
-
add_location(div0, file$1, 600, 12,
|
|
12800
|
+
add_location(div0, file$1, 600, 12, 24527);
|
|
12801
12801
|
html_tag.a = t1;
|
|
12802
12802
|
html_tag_1.a = null;
|
|
12803
12803
|
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
|
|
12804
12804
|
attr_dev(div1, "part", /*roulettecontainerclassname*/ ctx[30]);
|
|
12805
|
-
add_location(div1, file$1, 599, 10,
|
|
12805
|
+
add_location(div1, file$1, 599, 10, 24435);
|
|
12806
12806
|
},
|
|
12807
12807
|
m: function mount(target, anchor) {
|
|
12808
12808
|
insert_dev(target, div1, anchor);
|
|
@@ -12902,12 +12902,12 @@
|
|
|
12902
12902
|
html_tag_1 = new HtmlTag(false);
|
|
12903
12903
|
attr_dev(div0, "class", "LiveIcons");
|
|
12904
12904
|
attr_dev(div0, "part", "LiveIcons");
|
|
12905
|
-
add_location(div0, file$1, 579, 12,
|
|
12905
|
+
add_location(div0, file$1, 579, 12, 22983);
|
|
12906
12906
|
html_tag.a = t1;
|
|
12907
12907
|
html_tag_1.a = null;
|
|
12908
12908
|
attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
|
|
12909
12909
|
attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
|
|
12910
|
-
add_location(div1, file$1, 578, 10,
|
|
12910
|
+
add_location(div1, file$1, 578, 10, 22877);
|
|
12911
12911
|
},
|
|
12912
12912
|
m: function mount(target, anchor) {
|
|
12913
12913
|
insert_dev(target, div1, anchor);
|
|
@@ -13059,7 +13059,7 @@
|
|
|
13059
13059
|
html_tag_1.a = t1;
|
|
13060
13060
|
attr_dev(div, "class", "Double");
|
|
13061
13061
|
attr_dev(div, "part", "Double");
|
|
13062
|
-
add_location(div, file$1, 604, 20,
|
|
13062
|
+
add_location(div, file$1, 604, 20, 24782);
|
|
13063
13063
|
},
|
|
13064
13064
|
m: function mount(target, anchor) {
|
|
13065
13065
|
insert_dev(target, div, anchor);
|
|
@@ -13213,7 +13213,7 @@
|
|
|
13213
13213
|
t = text(t_value);
|
|
13214
13214
|
attr_dev(span, "class", "FullTable");
|
|
13215
13215
|
attr_dev(span, "part", "FullTable");
|
|
13216
|
-
add_location(span, file$1, 581, 16,
|
|
13216
|
+
add_location(span, file$1, 581, 16, 23074);
|
|
13217
13217
|
},
|
|
13218
13218
|
m: function mount(target, anchor) {
|
|
13219
13219
|
insert_dev(target, span, anchor);
|
|
@@ -13256,14 +13256,14 @@
|
|
|
13256
13256
|
path1 = svg_element("path");
|
|
13257
13257
|
t = space();
|
|
13258
13258
|
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");
|
|
13259
|
-
add_location(path0, file$1, 588, 22,
|
|
13259
|
+
add_location(path0, file$1, 588, 22, 23582);
|
|
13260
13260
|
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");
|
|
13261
|
-
add_location(path1, file$1, 589, 22,
|
|
13261
|
+
add_location(path1, file$1, 589, 22, 23959);
|
|
13262
13262
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13263
13263
|
attr_dev(svg, "width", "13");
|
|
13264
13264
|
attr_dev(svg, "height", "14");
|
|
13265
13265
|
attr_dev(svg, "viewBox", "0 0 13 14");
|
|
13266
|
-
add_location(svg, file$1, 587, 20,
|
|
13266
|
+
add_location(svg, file$1, 587, 20, 23475);
|
|
13267
13267
|
|
|
13268
13268
|
attr_dev(span, "class", span_class_value = /*contains*/ ctx[43](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[102].toString())
|
|
13269
13269
|
? 'ClosedSeat'
|
|
@@ -13273,7 +13273,7 @@
|
|
|
13273
13273
|
? 'ClosedSeat'
|
|
13274
13274
|
: 'OpenSeat');
|
|
13275
13275
|
|
|
13276
|
-
add_location(span, file$1, 586, 18,
|
|
13276
|
+
add_location(span, file$1, 586, 18, 23272);
|
|
13277
13277
|
},
|
|
13278
13278
|
m: function mount(target, anchor) {
|
|
13279
13279
|
insert_dev(target, span, anchor);
|
|
@@ -13323,7 +13323,7 @@
|
|
|
13323
13323
|
attr_dev(p, "class", "GameNameBelow");
|
|
13324
13324
|
attr_dev(p, "part", "GameNameBelow");
|
|
13325
13325
|
attr_dev(p, "title", /*gamename*/ ctx[3]);
|
|
13326
|
-
add_location(p, file$1, 622, 4,
|
|
13326
|
+
add_location(p, file$1, 622, 4, 25685);
|
|
13327
13327
|
},
|
|
13328
13328
|
m: function mount(target, anchor) {
|
|
13329
13329
|
insert_dev(target, p, anchor);
|
|
@@ -13443,26 +13443,26 @@
|
|
|
13443
13443
|
attr_dev(img, "part", img_part_value = "GameBg " + (/*hover*/ ctx[15] ? 'GameContainerHovered' : '') + " " + (/*loaded*/ ctx[16] ? 'Loaded' : ''));
|
|
13444
13444
|
attr_dev(img, "alt", "");
|
|
13445
13445
|
attr_dev(img, "loading", "lazy");
|
|
13446
|
-
add_location(img, file$1, 518, 4,
|
|
13446
|
+
add_location(img, file$1, 518, 4, 17938);
|
|
13447
13447
|
attr_dev(p, "class", "GameInfoName");
|
|
13448
13448
|
attr_dev(p, "part", "GameInfoName");
|
|
13449
13449
|
attr_dev(p, "title", /*gamename*/ ctx[3]);
|
|
13450
|
-
add_location(p, file$1, 537, 8,
|
|
13450
|
+
add_location(p, file$1, 537, 8, 19990);
|
|
13451
13451
|
attr_dev(button, "class", "GameInfoBtn");
|
|
13452
13452
|
attr_dev(button, "part", "GameInfoBtn");
|
|
13453
|
-
add_location(button, file$1, 538, 8,
|
|
13453
|
+
add_location(button, file$1, 538, 8, 20077);
|
|
13454
13454
|
attr_dev(div0, "class", div0_class_value = "GameInfo " + (/*hover*/ ctx[15] ? 'GameHovered' : ''));
|
|
13455
13455
|
attr_dev(div0, "part", div0_part_value = "GameInfo " + (/*hover*/ ctx[15] ? 'GameHovered' : ''));
|
|
13456
|
-
add_location(div0, file$1, 520, 6,
|
|
13456
|
+
add_location(div0, file$1, 520, 6, 18253);
|
|
13457
13457
|
attr_dev(span, "class", "GameInfoVendor");
|
|
13458
13458
|
attr_dev(span, "part", "GameInfoVendor");
|
|
13459
|
-
add_location(span, file$1, 540, 6,
|
|
13459
|
+
add_location(span, file$1, 540, 6, 20227);
|
|
13460
13460
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
13461
13461
|
attr_dev(div1, "part", "GameInfoWrapper");
|
|
13462
|
-
add_location(div1, file$1, 519, 4,
|
|
13462
|
+
add_location(div1, file$1, 519, 4, 18193);
|
|
13463
13463
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
13464
13464
|
attr_dev(div2, "part", "GameExtraInfo");
|
|
13465
|
-
add_location(div2, file$1, 557, 4,
|
|
13465
|
+
add_location(div2, file$1, 557, 4, 21880);
|
|
13466
13466
|
|
|
13467
13467
|
attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[10] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[10] && /*istablefull*/ ctx[32]
|
|
13468
13468
|
? 'GameInnerContainerUnavailable'
|
|
@@ -13472,10 +13472,10 @@
|
|
|
13472
13472
|
? 'GameInnerContainerUnavailable'
|
|
13473
13473
|
: ''));
|
|
13474
13474
|
|
|
13475
|
-
add_location(div3, file$1, 517, 2,
|
|
13475
|
+
add_location(div3, file$1, 517, 2, 17549);
|
|
13476
13476
|
attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[33]}`);
|
|
13477
13477
|
attr_dev(div4, "part", div4_part_value = `GameContainer ${/*extraclassname*/ ctx[33]}`);
|
|
13478
|
-
add_location(div4, file$1, 516, 0,
|
|
13478
|
+
add_location(div4, file$1, 516, 0, 17422);
|
|
13479
13479
|
},
|
|
13480
13480
|
l: function claim(nodes) {
|
|
13481
13481
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -15002,10 +15002,10 @@
|
|
|
15002
15002
|
|
|
15003
15003
|
!customElements.get('casino-game-thumbnail') && customElements.define('casino-game-thumbnail', CasinoGameThumbnail);
|
|
15004
15004
|
|
|
15005
|
-
/* src
|
|
15005
|
+
/* src\CasinoSearch.svelte generated by Svelte v3.48.0 */
|
|
15006
15006
|
|
|
15007
15007
|
const { Object: Object_1, console: console_1 } = globals;
|
|
15008
|
-
const file = "src
|
|
15008
|
+
const file = "src\\CasinoSearch.svelte";
|
|
15009
15009
|
|
|
15010
15010
|
function get_each_context(ctx, list, i) {
|
|
15011
15011
|
const child_ctx = ctx.slice();
|
|
@@ -15039,7 +15039,7 @@
|
|
|
15039
15039
|
t1 = space();
|
|
15040
15040
|
if (if_block2) if_block2.c();
|
|
15041
15041
|
attr_dev(div, "class", div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[6] == true ? '' : 'NotVisible'));
|
|
15042
|
-
add_location(div, file, 215, 6,
|
|
15042
|
+
add_location(div, file, 215, 6, 7784);
|
|
15043
15043
|
},
|
|
15044
15044
|
m: function mount(target, anchor) {
|
|
15045
15045
|
if (if_block0) if_block0.m(target, anchor);
|
|
@@ -15125,7 +15125,7 @@
|
|
|
15125
15125
|
c: function create() {
|
|
15126
15126
|
p = element("p");
|
|
15127
15127
|
t = text(t_value);
|
|
15128
|
-
add_location(p, file, 203, 6,
|
|
15128
|
+
add_location(p, file, 203, 6, 7264);
|
|
15129
15129
|
},
|
|
15130
15130
|
m: function mount(target, anchor) {
|
|
15131
15131
|
insert_dev(target, p, anchor);
|
|
@@ -15161,7 +15161,7 @@
|
|
|
15161
15161
|
p = element("p");
|
|
15162
15162
|
t = text(t_value);
|
|
15163
15163
|
attr_dev(p, "class", "SearchMessage");
|
|
15164
|
-
add_location(p, file, 213, 8,
|
|
15164
|
+
add_location(p, file, 213, 8, 7700);
|
|
15165
15165
|
},
|
|
15166
15166
|
m: function mount(target, anchor) {
|
|
15167
15167
|
insert_dev(target, p, anchor);
|
|
@@ -15203,7 +15203,7 @@
|
|
|
15203
15203
|
if (if_block) if_block.c();
|
|
15204
15204
|
if_block_anchor = empty();
|
|
15205
15205
|
attr_dev(p, "class", "SearchMessage");
|
|
15206
|
-
add_location(p, file, 206, 8,
|
|
15206
|
+
add_location(p, file, 206, 8, 7382);
|
|
15207
15207
|
},
|
|
15208
15208
|
m: function mount(target, anchor) {
|
|
15209
15209
|
insert_dev(target, p, anchor);
|
|
@@ -15260,9 +15260,9 @@
|
|
|
15260
15260
|
p = element("p");
|
|
15261
15261
|
t = text(t_value);
|
|
15262
15262
|
attr_dev(p, "class", "SearchMessage");
|
|
15263
|
-
add_location(p, file, 209, 12,
|
|
15263
|
+
add_location(p, file, 209, 12, 7546);
|
|
15264
15264
|
attr_dev(div, "class", "ResultsContainerError");
|
|
15265
|
-
add_location(div, file, 208, 10,
|
|
15265
|
+
add_location(div, file, 208, 10, 7497);
|
|
15266
15266
|
},
|
|
15267
15267
|
m: function mount(target, anchor) {
|
|
15268
15268
|
insert_dev(target, div, anchor);
|
|
@@ -15389,7 +15389,7 @@
|
|
|
15389
15389
|
: '');
|
|
15390
15390
|
|
|
15391
15391
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
15392
|
-
add_location(casino_game_thumbnail, file, 218, 12,
|
|
15392
|
+
add_location(casino_game_thumbnail, file, 218, 12, 7956);
|
|
15393
15393
|
},
|
|
15394
15394
|
m: function mount(target, anchor) {
|
|
15395
15395
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
@@ -15481,10 +15481,10 @@
|
|
|
15481
15481
|
p1 = element("p");
|
|
15482
15482
|
t2 = text(t2_value);
|
|
15483
15483
|
attr_dev(p0, "class", "SearchMessage");
|
|
15484
|
-
add_location(p0, file, 236, 12,
|
|
15485
|
-
add_location(p1, file, 237, 12,
|
|
15484
|
+
add_location(p0, file, 236, 12, 8690);
|
|
15485
|
+
add_location(p1, file, 237, 12, 8762);
|
|
15486
15486
|
attr_dev(div, "class", "ResultsContainerError");
|
|
15487
|
-
add_location(div, file, 235, 10,
|
|
15487
|
+
add_location(div, file, 235, 10, 8641);
|
|
15488
15488
|
},
|
|
15489
15489
|
m: function mount(target, anchor) {
|
|
15490
15490
|
insert_dev(target, div, anchor);
|
|
@@ -15574,46 +15574,46 @@
|
|
|
15574
15574
|
attr_dev(path0, "stroke-linecap", "round");
|
|
15575
15575
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
15576
15576
|
attr_dev(path0, "d", "m10.48 10.985 2.21 2.373");
|
|
15577
|
-
add_location(path0, file, 186, 10,
|
|
15577
|
+
add_location(path0, file, 186, 10, 6245);
|
|
15578
15578
|
attr_dev(circle, "cx", "6.5");
|
|
15579
15579
|
attr_dev(circle, "cy", "6.5");
|
|
15580
15580
|
attr_dev(circle, "r", "5.75");
|
|
15581
15581
|
attr_dev(circle, "stroke", "#212121");
|
|
15582
15582
|
attr_dev(circle, "stroke-width", "1.5");
|
|
15583
|
-
add_location(circle, file, 187, 10,
|
|
15583
|
+
add_location(circle, file, 187, 10, 6374);
|
|
15584
15584
|
attr_dev(svg0, "width", "14");
|
|
15585
15585
|
attr_dev(svg0, "height", "15");
|
|
15586
15586
|
attr_dev(svg0, "fill", "none");
|
|
15587
15587
|
attr_dev(svg0, "xmlns", "http://www.w3.org/2000/svg");
|
|
15588
|
-
add_location(svg0, file, 185, 8,
|
|
15588
|
+
add_location(svg0, file, 185, 8, 6158);
|
|
15589
15589
|
attr_dev(div0, "class", "SearchIcon");
|
|
15590
|
-
add_location(div0, file, 184, 6,
|
|
15590
|
+
add_location(div0, file, 184, 6, 6124);
|
|
15591
15591
|
attr_dev(input, "class", "SearchInput");
|
|
15592
15592
|
attr_dev(input, "type", "search");
|
|
15593
15593
|
attr_dev(input, "placeholder", "Search for Games");
|
|
15594
|
-
add_location(input, file, 191, 8,
|
|
15594
|
+
add_location(input, file, 191, 8, 6523);
|
|
15595
15595
|
attr_dev(path1, "d", "m1.45 1.5 8.1 8M1.45 9.5l8.1-8");
|
|
15596
15596
|
attr_dev(path1, "stroke", "#717171");
|
|
15597
15597
|
attr_dev(path1, "stroke-width", "2");
|
|
15598
15598
|
attr_dev(path1, "stroke-linecap", "round");
|
|
15599
15599
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
15600
|
-
add_location(path1, file, 194, 12,
|
|
15600
|
+
add_location(path1, file, 194, 12, 6886);
|
|
15601
15601
|
attr_dev(svg1, "width", "11");
|
|
15602
15602
|
attr_dev(svg1, "height", "11");
|
|
15603
15603
|
attr_dev(svg1, "fill", "none");
|
|
15604
15604
|
attr_dev(svg1, "xmlns", "http://www.w3.org/2000/svg");
|
|
15605
|
-
add_location(svg1, file, 193, 10,
|
|
15605
|
+
add_location(svg1, file, 193, 10, 6797);
|
|
15606
15606
|
attr_dev(span, "class", span_class_value = "SearchClearButton " + (/*searchValue*/ ctx[2].length != 0 ? '' : 'NotVisible'));
|
|
15607
|
-
add_location(span, file, 192, 8,
|
|
15607
|
+
add_location(span, file, 192, 8, 6675);
|
|
15608
15608
|
attr_dev(div1, "class", "SearchContainer");
|
|
15609
|
-
add_location(div1, file, 190, 6,
|
|
15609
|
+
add_location(div1, file, 190, 6, 6484);
|
|
15610
15610
|
attr_dev(small, "class", small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[3] ? 'NotVisible' : ''));
|
|
15611
|
-
add_location(small, file, 198, 6,
|
|
15611
|
+
add_location(small, file, 198, 6, 7066);
|
|
15612
15612
|
attr_dev(div2, "class", "Search");
|
|
15613
|
-
add_location(div2, file, 183, 4,
|
|
15613
|
+
add_location(div2, file, 183, 4, 6096);
|
|
15614
15614
|
attr_dev(div3, "class", "CasinoSearch");
|
|
15615
|
-
add_location(div3, file, 182, 2,
|
|
15616
|
-
add_location(div4, file, 181, 0,
|
|
15615
|
+
add_location(div3, file, 182, 2, 6064);
|
|
15616
|
+
add_location(div4, file, 181, 0, 6020);
|
|
15617
15617
|
},
|
|
15618
15618
|
l: function claim(nodes) {
|
|
15619
15619
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|