@everymatrix/casino-search 1.34.0 → 1.34.2
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/dist/casino-search.js +146 -185
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
package/dist/casino-search.js
CHANGED
|
@@ -779,17 +779,17 @@
|
|
|
779
779
|
***************************************************************************** */
|
|
780
780
|
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
781
781
|
|
|
782
|
-
var extendStatics
|
|
783
|
-
extendStatics
|
|
782
|
+
var extendStatics = function(d, b) {
|
|
783
|
+
extendStatics = Object.setPrototypeOf ||
|
|
784
784
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
785
785
|
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
786
|
-
return extendStatics
|
|
786
|
+
return extendStatics(d, b);
|
|
787
787
|
};
|
|
788
788
|
|
|
789
|
-
function __extends
|
|
789
|
+
function __extends(d, b) {
|
|
790
790
|
if (typeof b !== "function" && b !== null)
|
|
791
791
|
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
792
|
-
extendStatics
|
|
792
|
+
extendStatics(d, b);
|
|
793
793
|
function __() { this.constructor = d; }
|
|
794
794
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
795
795
|
}
|
|
@@ -805,7 +805,36 @@
|
|
|
805
805
|
return __assign.apply(this, arguments);
|
|
806
806
|
};
|
|
807
807
|
|
|
808
|
-
function
|
|
808
|
+
function __values(o) {
|
|
809
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
810
|
+
if (m) return m.call(o);
|
|
811
|
+
if (o && typeof o.length === "number") return {
|
|
812
|
+
next: function () {
|
|
813
|
+
if (o && i >= o.length) o = void 0;
|
|
814
|
+
return { value: o && o[i++], done: !o };
|
|
815
|
+
}
|
|
816
|
+
};
|
|
817
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
function __read(o, n) {
|
|
821
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
822
|
+
if (!m) return o;
|
|
823
|
+
var i = m.call(o), r, ar = [], e;
|
|
824
|
+
try {
|
|
825
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
826
|
+
}
|
|
827
|
+
catch (error) { e = { error: error }; }
|
|
828
|
+
finally {
|
|
829
|
+
try {
|
|
830
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
831
|
+
}
|
|
832
|
+
finally { if (e) throw e.error; }
|
|
833
|
+
}
|
|
834
|
+
return ar;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
function __spreadArray(to, from, pack) {
|
|
809
838
|
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
810
839
|
if (ar || !(i in from)) {
|
|
811
840
|
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
@@ -4208,7 +4237,7 @@
|
|
|
4208
4237
|
ErrorCode["MISSING_INTL_API"] = "MISSING_INTL_API";
|
|
4209
4238
|
})(ErrorCode || (ErrorCode = {}));
|
|
4210
4239
|
var FormatError = /** @class */ (function (_super) {
|
|
4211
|
-
__extends
|
|
4240
|
+
__extends(FormatError, _super);
|
|
4212
4241
|
function FormatError(msg, code, originalMessage) {
|
|
4213
4242
|
var _this = _super.call(this, msg) || this;
|
|
4214
4243
|
_this.code = code;
|
|
@@ -4221,21 +4250,21 @@
|
|
|
4221
4250
|
return FormatError;
|
|
4222
4251
|
}(Error));
|
|
4223
4252
|
var InvalidValueError = /** @class */ (function (_super) {
|
|
4224
|
-
__extends
|
|
4253
|
+
__extends(InvalidValueError, _super);
|
|
4225
4254
|
function InvalidValueError(variableId, value, options, originalMessage) {
|
|
4226
4255
|
return _super.call(this, "Invalid values for \"".concat(variableId, "\": \"").concat(value, "\". Options are \"").concat(Object.keys(options).join('", "'), "\""), ErrorCode.INVALID_VALUE, originalMessage) || this;
|
|
4227
4256
|
}
|
|
4228
4257
|
return InvalidValueError;
|
|
4229
4258
|
}(FormatError));
|
|
4230
4259
|
var InvalidValueTypeError = /** @class */ (function (_super) {
|
|
4231
|
-
__extends
|
|
4260
|
+
__extends(InvalidValueTypeError, _super);
|
|
4232
4261
|
function InvalidValueTypeError(value, type, originalMessage) {
|
|
4233
4262
|
return _super.call(this, "Value for \"".concat(value, "\" must be of type ").concat(type), ErrorCode.INVALID_VALUE, originalMessage) || this;
|
|
4234
4263
|
}
|
|
4235
4264
|
return InvalidValueTypeError;
|
|
4236
4265
|
}(FormatError));
|
|
4237
4266
|
var MissingValueError = /** @class */ (function (_super) {
|
|
4238
|
-
__extends
|
|
4267
|
+
__extends(MissingValueError, _super);
|
|
4239
4268
|
function MissingValueError(variableId, originalMessage) {
|
|
4240
4269
|
return _super.call(this, "The intl string context variable \"".concat(variableId, "\" was not provided to the string \"").concat(originalMessage, "\""), ErrorCode.MISSING_VALUE, originalMessage) || this;
|
|
4241
4270
|
}
|
|
@@ -4469,7 +4498,7 @@
|
|
|
4469
4498
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
4470
4499
|
args[_i] = arguments[_i];
|
|
4471
4500
|
}
|
|
4472
|
-
return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray
|
|
4501
|
+
return new ((_a = Intl.NumberFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
4473
4502
|
}, {
|
|
4474
4503
|
cache: createFastMemoizeCache(cache.number),
|
|
4475
4504
|
strategy: strategies.variadic,
|
|
@@ -4480,7 +4509,7 @@
|
|
|
4480
4509
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
4481
4510
|
args[_i] = arguments[_i];
|
|
4482
4511
|
}
|
|
4483
|
-
return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray
|
|
4512
|
+
return new ((_a = Intl.DateTimeFormat).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
4484
4513
|
}, {
|
|
4485
4514
|
cache: createFastMemoizeCache(cache.dateTime),
|
|
4486
4515
|
strategy: strategies.variadic,
|
|
@@ -4491,7 +4520,7 @@
|
|
|
4491
4520
|
for (var _i = 0; _i < arguments.length; _i++) {
|
|
4492
4521
|
args[_i] = arguments[_i];
|
|
4493
4522
|
}
|
|
4494
|
-
return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray
|
|
4523
|
+
return new ((_a = Intl.PluralRules).bind.apply(_a, __spreadArray([void 0], args, false)))();
|
|
4495
4524
|
}, {
|
|
4496
4525
|
cache: createFastMemoizeCache(cache.pluralRules),
|
|
4497
4526
|
strategy: strategies.variadic,
|
|
@@ -5932,81 +5961,6 @@
|
|
|
5932
5961
|
|
|
5933
5962
|
self.fetch.bind(self);
|
|
5934
5963
|
|
|
5935
|
-
/******************************************************************************
|
|
5936
|
-
Copyright (c) Microsoft Corporation.
|
|
5937
|
-
|
|
5938
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5939
|
-
purpose with or without fee is hereby granted.
|
|
5940
|
-
|
|
5941
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
5942
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
5943
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
5944
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
5945
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
5946
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
5947
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
5948
|
-
***************************************************************************** */
|
|
5949
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
5950
|
-
|
|
5951
|
-
var extendStatics = function(d, b) {
|
|
5952
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5953
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5954
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
5955
|
-
return extendStatics(d, b);
|
|
5956
|
-
};
|
|
5957
|
-
|
|
5958
|
-
function __extends(d, b) {
|
|
5959
|
-
if (typeof b !== "function" && b !== null)
|
|
5960
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
5961
|
-
extendStatics(d, b);
|
|
5962
|
-
function __() { this.constructor = d; }
|
|
5963
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
5964
|
-
}
|
|
5965
|
-
|
|
5966
|
-
function __values(o) {
|
|
5967
|
-
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
5968
|
-
if (m) return m.call(o);
|
|
5969
|
-
if (o && typeof o.length === "number") return {
|
|
5970
|
-
next: function () {
|
|
5971
|
-
if (o && i >= o.length) o = void 0;
|
|
5972
|
-
return { value: o && o[i++], done: !o };
|
|
5973
|
-
}
|
|
5974
|
-
};
|
|
5975
|
-
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
5976
|
-
}
|
|
5977
|
-
|
|
5978
|
-
function __read(o, n) {
|
|
5979
|
-
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
5980
|
-
if (!m) return o;
|
|
5981
|
-
var i = m.call(o), r, ar = [], e;
|
|
5982
|
-
try {
|
|
5983
|
-
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
5984
|
-
}
|
|
5985
|
-
catch (error) { e = { error: error }; }
|
|
5986
|
-
finally {
|
|
5987
|
-
try {
|
|
5988
|
-
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
5989
|
-
}
|
|
5990
|
-
finally { if (e) throw e.error; }
|
|
5991
|
-
}
|
|
5992
|
-
return ar;
|
|
5993
|
-
}
|
|
5994
|
-
|
|
5995
|
-
function __spreadArray(to, from, pack) {
|
|
5996
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
5997
|
-
if (ar || !(i in from)) {
|
|
5998
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
5999
|
-
ar[i] = from[i];
|
|
6000
|
-
}
|
|
6001
|
-
}
|
|
6002
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
6003
|
-
}
|
|
6004
|
-
|
|
6005
|
-
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
6006
|
-
var e = new Error(message);
|
|
6007
|
-
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
6008
|
-
};
|
|
6009
|
-
|
|
6010
5964
|
function isFunction(value) {
|
|
6011
5965
|
return typeof value === 'function';
|
|
6012
5966
|
}
|
|
@@ -12800,14 +12754,14 @@
|
|
|
12800
12754
|
|
|
12801
12755
|
function get_each_context_1(ctx, list, i) {
|
|
12802
12756
|
const child_ctx = ctx.slice();
|
|
12803
|
-
child_ctx[
|
|
12804
|
-
child_ctx[
|
|
12757
|
+
child_ctx[104] = list[i];
|
|
12758
|
+
child_ctx[106] = i;
|
|
12805
12759
|
return child_ctx;
|
|
12806
12760
|
}
|
|
12807
12761
|
|
|
12808
12762
|
function get_each_context$1(ctx, list, i) {
|
|
12809
12763
|
const child_ctx = ctx.slice();
|
|
12810
|
-
child_ctx[
|
|
12764
|
+
child_ctx[101] = list[i];
|
|
12811
12765
|
return child_ctx;
|
|
12812
12766
|
}
|
|
12813
12767
|
|
|
@@ -12824,14 +12778,14 @@
|
|
|
12824
12778
|
button = element("button");
|
|
12825
12779
|
t = text(t_value);
|
|
12826
12780
|
attr_dev(button, "class", "GameInfoBtn");
|
|
12827
|
-
add_location(button, file$1, 541, 10,
|
|
12781
|
+
add_location(button, file$1, 541, 10, 18856);
|
|
12828
12782
|
},
|
|
12829
12783
|
m: function mount(target, anchor) {
|
|
12830
12784
|
insert_dev(target, button, anchor);
|
|
12831
12785
|
append_dev(button, t);
|
|
12832
12786
|
|
|
12833
12787
|
if (!mounted) {
|
|
12834
|
-
dispose = listen_dev(button, "click", /*click_handler*/ ctx[
|
|
12788
|
+
dispose = listen_dev(button, "click", /*click_handler*/ ctx[63], false, false, false, false);
|
|
12835
12789
|
mounted = true;
|
|
12836
12790
|
}
|
|
12837
12791
|
},
|
|
@@ -12867,7 +12821,7 @@
|
|
|
12867
12821
|
span = element("span");
|
|
12868
12822
|
t = text(t_value);
|
|
12869
12823
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
12870
|
-
add_location(span, file$1, 551, 10,
|
|
12824
|
+
add_location(span, file$1, 551, 10, 19188);
|
|
12871
12825
|
},
|
|
12872
12826
|
m: function mount(target, anchor) {
|
|
12873
12827
|
insert_dev(target, span, anchor);
|
|
@@ -12902,7 +12856,7 @@
|
|
|
12902
12856
|
span = element("span");
|
|
12903
12857
|
t = text(/*gametag*/ ctx[8]);
|
|
12904
12858
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
12905
|
-
add_location(span, file$1, 554, 10,
|
|
12859
|
+
add_location(span, file$1, 554, 10, 19297);
|
|
12906
12860
|
},
|
|
12907
12861
|
m: function mount(target, anchor) {
|
|
12908
12862
|
insert_dev(target, span, anchor);
|
|
@@ -13032,13 +12986,13 @@
|
|
|
13032
12986
|
html_tag = new HtmlTag(false);
|
|
13033
12987
|
t4 = space();
|
|
13034
12988
|
html_tag_1 = new HtmlTag(false);
|
|
13035
|
-
add_location(span, file$1, 561, 16,
|
|
12989
|
+
add_location(span, file$1, 561, 16, 19584);
|
|
13036
12990
|
attr_dev(div0, "class", "ClosedGame");
|
|
13037
|
-
add_location(div0, file$1, 559, 14,
|
|
12991
|
+
add_location(div0, file$1, 559, 14, 19513);
|
|
13038
12992
|
html_tag.a = t4;
|
|
13039
12993
|
html_tag_1.a = null;
|
|
13040
12994
|
attr_dev(div1, "class", "GameProp LiveProps");
|
|
13041
|
-
add_location(div1, file$1, 558, 12,
|
|
12995
|
+
add_location(div1, file$1, 558, 12, 19466);
|
|
13042
12996
|
},
|
|
13043
12997
|
m: function mount(target, anchor) {
|
|
13044
12998
|
insert_dev(target, div1, anchor);
|
|
@@ -13106,11 +13060,11 @@
|
|
|
13106
13060
|
t1 = space();
|
|
13107
13061
|
html_tag_1 = new HtmlTag(false);
|
|
13108
13062
|
attr_dev(div0, "class", "LiveIcons");
|
|
13109
|
-
add_location(div0, file$1, 592, 14,
|
|
13063
|
+
add_location(div0, file$1, 592, 14, 21435);
|
|
13110
13064
|
html_tag.a = t1;
|
|
13111
13065
|
html_tag_1.a = null;
|
|
13112
13066
|
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
|
|
13113
|
-
add_location(div1, file$1, 591, 12,
|
|
13067
|
+
add_location(div1, file$1, 591, 12, 21378);
|
|
13114
13068
|
},
|
|
13115
13069
|
m: function mount(target, anchor) {
|
|
13116
13070
|
insert_dev(target, div1, anchor);
|
|
@@ -13122,7 +13076,7 @@
|
|
|
13122
13076
|
}
|
|
13123
13077
|
}
|
|
13124
13078
|
|
|
13125
|
-
/*div0_binding*/ ctx[
|
|
13079
|
+
/*div0_binding*/ ctx[64](div0);
|
|
13126
13080
|
append_dev(div1, t0);
|
|
13127
13081
|
html_tag.m(raw0_value, div1);
|
|
13128
13082
|
append_dev(div1, t1);
|
|
@@ -13163,7 +13117,7 @@
|
|
|
13163
13117
|
d: function destroy(detaching) {
|
|
13164
13118
|
if (detaching) detach_dev(div1);
|
|
13165
13119
|
destroy_each(each_blocks, detaching);
|
|
13166
|
-
/*div0_binding*/ ctx[
|
|
13120
|
+
/*div0_binding*/ ctx[64](null);
|
|
13167
13121
|
}
|
|
13168
13122
|
};
|
|
13169
13123
|
|
|
@@ -13207,12 +13161,12 @@
|
|
|
13207
13161
|
t1 = space();
|
|
13208
13162
|
html_tag_1 = new HtmlTag(false);
|
|
13209
13163
|
attr_dev(div0, "class", "LiveIcons");
|
|
13210
|
-
add_location(div0, file$1, 571, 14,
|
|
13164
|
+
add_location(div0, file$1, 571, 14, 20041);
|
|
13211
13165
|
html_tag.a = t1;
|
|
13212
13166
|
html_tag_1.a = null;
|
|
13213
13167
|
attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
|
|
13214
13168
|
attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
|
|
13215
|
-
add_location(div1, file$1, 570, 12,
|
|
13169
|
+
add_location(div1, file$1, 570, 12, 19934);
|
|
13216
13170
|
},
|
|
13217
13171
|
m: function mount(target, anchor) {
|
|
13218
13172
|
insert_dev(target, div1, anchor);
|
|
@@ -13310,7 +13264,7 @@
|
|
|
13310
13264
|
// (601:20) {:else}
|
|
13311
13265
|
function create_else_block_1(ctx) {
|
|
13312
13266
|
let html_tag;
|
|
13313
|
-
let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[
|
|
13267
|
+
let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, /*i*/ ctx[106], /*roulleteresults*/ ctx[14][/*i*/ ctx[106]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]]]) + "";
|
|
13314
13268
|
let html_anchor;
|
|
13315
13269
|
|
|
13316
13270
|
const block = {
|
|
@@ -13324,7 +13278,7 @@
|
|
|
13324
13278
|
insert_dev(target, html_anchor, anchor);
|
|
13325
13279
|
},
|
|
13326
13280
|
p: function update(ctx, dirty) {
|
|
13327
|
-
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw_value !== (raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[
|
|
13281
|
+
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw_value !== (raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, /*i*/ ctx[106], /*roulleteresults*/ ctx[14][/*i*/ ctx[106]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]]]) + "")) html_tag.p(raw_value);
|
|
13328
13282
|
},
|
|
13329
13283
|
d: function destroy(detaching) {
|
|
13330
13284
|
if (detaching) detach_dev(html_anchor);
|
|
@@ -13347,10 +13301,10 @@
|
|
|
13347
13301
|
function create_if_block_9$1(ctx) {
|
|
13348
13302
|
let div;
|
|
13349
13303
|
let html_tag;
|
|
13350
|
-
let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[
|
|
13304
|
+
let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[106]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]]) + "";
|
|
13351
13305
|
let t0;
|
|
13352
13306
|
let html_tag_1;
|
|
13353
|
-
let raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[
|
|
13307
|
+
let raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[106]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][1]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[106]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][1]]) + "";
|
|
13354
13308
|
let t1;
|
|
13355
13309
|
|
|
13356
13310
|
const block = {
|
|
@@ -13363,7 +13317,7 @@
|
|
|
13363
13317
|
html_tag.a = t0;
|
|
13364
13318
|
html_tag_1.a = t1;
|
|
13365
13319
|
attr_dev(div, "class", "Double");
|
|
13366
|
-
add_location(div, file$1, 596, 22,
|
|
13320
|
+
add_location(div, file$1, 596, 22, 21677);
|
|
13367
13321
|
},
|
|
13368
13322
|
m: function mount(target, anchor) {
|
|
13369
13323
|
insert_dev(target, div, anchor);
|
|
@@ -13373,8 +13327,8 @@
|
|
|
13373
13327
|
append_dev(div, t1);
|
|
13374
13328
|
},
|
|
13375
13329
|
p: function update(ctx, dirty) {
|
|
13376
|
-
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[
|
|
13377
|
-
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[
|
|
13330
|
+
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[106]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]]) + "")) html_tag.p(raw0_value);
|
|
13331
|
+
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[106]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][1]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[106]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][1]]) + "")) html_tag_1.p(raw1_value);
|
|
13378
13332
|
},
|
|
13379
13333
|
d: function destroy(detaching) {
|
|
13380
13334
|
if (detaching) detach_dev(div);
|
|
@@ -13395,7 +13349,7 @@
|
|
|
13395
13349
|
// (594:16) {#each new Array(numberofdisplayedresults) as garbage, i}
|
|
13396
13350
|
function create_each_block_1(ctx) {
|
|
13397
13351
|
let if_block_anchor;
|
|
13398
|
-
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[
|
|
13352
|
+
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[106]] && create_if_block_8$1(ctx);
|
|
13399
13353
|
|
|
13400
13354
|
const block = {
|
|
13401
13355
|
c: function create() {
|
|
@@ -13407,7 +13361,7 @@
|
|
|
13407
13361
|
insert_dev(target, if_block_anchor, anchor);
|
|
13408
13362
|
},
|
|
13409
13363
|
p: function update(ctx, dirty) {
|
|
13410
|
-
if (/*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[
|
|
13364
|
+
if (/*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[106]]) {
|
|
13411
13365
|
if (if_block) {
|
|
13412
13366
|
if_block.p(ctx, dirty);
|
|
13413
13367
|
} else {
|
|
@@ -13518,7 +13472,7 @@
|
|
|
13518
13472
|
span = element("span");
|
|
13519
13473
|
t = text(t_value);
|
|
13520
13474
|
attr_dev(span, "class", "FullTable");
|
|
13521
|
-
add_location(span, file$1, 573, 18,
|
|
13475
|
+
add_location(span, file$1, 573, 18, 20117);
|
|
13522
13476
|
},
|
|
13523
13477
|
m: function mount(target, anchor) {
|
|
13524
13478
|
insert_dev(target, span, anchor);
|
|
@@ -13560,20 +13514,20 @@
|
|
|
13560
13514
|
path1 = svg_element("path");
|
|
13561
13515
|
t = space();
|
|
13562
13516
|
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");
|
|
13563
|
-
add_location(path0, file$1, 580, 24,
|
|
13517
|
+
add_location(path0, file$1, 580, 24, 20514);
|
|
13564
13518
|
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");
|
|
13565
|
-
add_location(path1, file$1, 581, 24,
|
|
13519
|
+
add_location(path1, file$1, 581, 24, 20892);
|
|
13566
13520
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13567
13521
|
attr_dev(svg, "width", "13");
|
|
13568
13522
|
attr_dev(svg, "height", "14");
|
|
13569
13523
|
attr_dev(svg, "viewBox", "0 0 13 14");
|
|
13570
|
-
add_location(svg, file$1, 579, 22,
|
|
13524
|
+
add_location(svg, file$1, 579, 22, 20406);
|
|
13571
13525
|
|
|
13572
|
-
attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[
|
|
13526
|
+
attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[101].toString())
|
|
13573
13527
|
? 'ClosedSeat'
|
|
13574
13528
|
: 'OpenSeat');
|
|
13575
13529
|
|
|
13576
|
-
add_location(span, file$1, 578, 20,
|
|
13530
|
+
add_location(span, file$1, 578, 20, 20289);
|
|
13577
13531
|
},
|
|
13578
13532
|
m: function mount(target, anchor) {
|
|
13579
13533
|
insert_dev(target, span, anchor);
|
|
@@ -13583,7 +13537,7 @@
|
|
|
13583
13537
|
append_dev(span, t);
|
|
13584
13538
|
},
|
|
13585
13539
|
p: function update(ctx, dirty) {
|
|
13586
|
-
if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 && span_class_value !== (span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[
|
|
13540
|
+
if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 && span_class_value !== (span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[101].toString())
|
|
13587
13541
|
? 'ClosedSeat'
|
|
13588
13542
|
: 'OpenSeat')) {
|
|
13589
13543
|
attr_dev(span, "class", span_class_value);
|
|
@@ -13618,16 +13572,16 @@
|
|
|
13618
13572
|
path = svg_element("path");
|
|
13619
13573
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13620
13574
|
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");
|
|
13621
|
-
add_location(path, file$1, 634, 12,
|
|
13575
|
+
add_location(path, file$1, 634, 12, 25199);
|
|
13622
13576
|
attr_dev(svg, "version", "1.1");
|
|
13623
13577
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13624
13578
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13625
13579
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13626
13580
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13627
13581
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13628
|
-
add_location(svg, file$1, 633, 10,
|
|
13582
|
+
add_location(svg, file$1, 633, 10, 24999);
|
|
13629
13583
|
attr_dev(div, "class", "FavIconContainer");
|
|
13630
|
-
add_location(div, file$1, 632, 8,
|
|
13584
|
+
add_location(div, file$1, 632, 8, 24958);
|
|
13631
13585
|
},
|
|
13632
13586
|
m: function mount(target, anchor) {
|
|
13633
13587
|
insert_dev(target, div, anchor);
|
|
@@ -13666,7 +13620,7 @@
|
|
|
13666
13620
|
path = svg_element("path");
|
|
13667
13621
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13668
13622
|
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");
|
|
13669
|
-
add_location(path, file$1, 621, 114,
|
|
13623
|
+
add_location(path, file$1, 621, 114, 23756);
|
|
13670
13624
|
attr_dev(svg, "version", "1.1");
|
|
13671
13625
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
13672
13626
|
attr_dev(svg, "part", "UnfavoredIcon");
|
|
@@ -13677,9 +13631,9 @@
|
|
|
13677
13631
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
13678
13632
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
13679
13633
|
attr_dev(svg, "xml:space", "preserve");
|
|
13680
|
-
add_location(svg, file$1, 620, 12,
|
|
13634
|
+
add_location(svg, file$1, 620, 12, 23484);
|
|
13681
13635
|
attr_dev(div, "class", "FavIconContainer");
|
|
13682
|
-
add_location(div, file$1, 619, 10,
|
|
13636
|
+
add_location(div, file$1, 619, 10, 23395);
|
|
13683
13637
|
},
|
|
13684
13638
|
m: function mount(target, anchor) {
|
|
13685
13639
|
insert_dev(target, div, anchor);
|
|
@@ -13687,7 +13641,7 @@
|
|
|
13687
13641
|
append_dev(svg, path);
|
|
13688
13642
|
|
|
13689
13643
|
if (!mounted) {
|
|
13690
|
-
dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[
|
|
13644
|
+
dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[66], false, false, false, false);
|
|
13691
13645
|
mounted = true;
|
|
13692
13646
|
}
|
|
13693
13647
|
},
|
|
@@ -13725,16 +13679,16 @@
|
|
|
13725
13679
|
path = svg_element("path");
|
|
13726
13680
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13727
13681
|
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");
|
|
13728
|
-
add_location(path, file$1, 615, 12,
|
|
13682
|
+
add_location(path, file$1, 615, 12, 22915);
|
|
13729
13683
|
attr_dev(svg, "version", "1.1");
|
|
13730
13684
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13731
13685
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13732
13686
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13733
13687
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13734
13688
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13735
|
-
add_location(svg, file$1, 614, 10,
|
|
13689
|
+
add_location(svg, file$1, 614, 10, 22715);
|
|
13736
13690
|
attr_dev(div, "class", "FavIconContainer");
|
|
13737
|
-
add_location(div, file$1, 613, 8,
|
|
13691
|
+
add_location(div, file$1, 613, 8, 22628);
|
|
13738
13692
|
},
|
|
13739
13693
|
m: function mount(target, anchor) {
|
|
13740
13694
|
insert_dev(target, div, anchor);
|
|
@@ -13742,7 +13696,7 @@
|
|
|
13742
13696
|
append_dev(svg, path);
|
|
13743
13697
|
|
|
13744
13698
|
if (!mounted) {
|
|
13745
|
-
dispose = listen_dev(div, "click", /*click_handler_1*/ ctx[
|
|
13699
|
+
dispose = listen_dev(div, "click", /*click_handler_1*/ ctx[65], false, false, false, false);
|
|
13746
13700
|
mounted = true;
|
|
13747
13701
|
}
|
|
13748
13702
|
},
|
|
@@ -13776,7 +13730,7 @@
|
|
|
13776
13730
|
t = text(/*gamename*/ ctx[4]);
|
|
13777
13731
|
attr_dev(p, "class", "GameNameBelow");
|
|
13778
13732
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13779
|
-
add_location(p, file$1, 641, 4,
|
|
13733
|
+
add_location(p, file$1, 641, 4, 25668);
|
|
13780
13734
|
},
|
|
13781
13735
|
m: function mount(target, anchor) {
|
|
13782
13736
|
insert_dev(target, p, anchor);
|
|
@@ -13886,33 +13840,33 @@
|
|
|
13886
13840
|
attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`);
|
|
13887
13841
|
attr_dev(img, "alt", "");
|
|
13888
13842
|
attr_dev(img, "loading", "lazy");
|
|
13889
|
-
add_location(img, file$1, 536, 4,
|
|
13843
|
+
add_location(img, file$1, 536, 4, 18564);
|
|
13890
13844
|
attr_dev(p, "class", "GameInfoName");
|
|
13891
13845
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13892
|
-
add_location(p, file$1, 539, 8,
|
|
13846
|
+
add_location(p, file$1, 539, 8, 18769);
|
|
13893
13847
|
attr_dev(div0, "class", "GameInfo");
|
|
13894
|
-
add_location(div0, file$1, 538, 6,
|
|
13848
|
+
add_location(div0, file$1, 538, 6, 18738);
|
|
13895
13849
|
attr_dev(span, "class", "GameInfoVendor");
|
|
13896
|
-
add_location(span, file$1, 544, 6,
|
|
13850
|
+
add_location(span, file$1, 544, 6, 18985);
|
|
13897
13851
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
13898
|
-
add_location(div1, file$1, 537, 4,
|
|
13852
|
+
add_location(div1, file$1, 537, 4, 18702);
|
|
13899
13853
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
13900
|
-
add_location(div2, file$1, 549, 6,
|
|
13854
|
+
add_location(div2, file$1, 549, 6, 19126);
|
|
13901
13855
|
attr_dev(div3, "class", "GameExtraInfoContainer");
|
|
13902
|
-
add_location(div3, file$1, 548, 2,
|
|
13856
|
+
add_location(div3, file$1, 548, 2, 19083);
|
|
13903
13857
|
|
|
13904
13858
|
attr_dev(div4, "class", div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[32]
|
|
13905
13859
|
? 'GameInnerContainerUnavailable'
|
|
13906
13860
|
: ''));
|
|
13907
13861
|
|
|
13908
|
-
add_location(div4, file$1, 535, 2,
|
|
13862
|
+
add_location(div4, file$1, 535, 2, 18407);
|
|
13909
13863
|
|
|
13910
13864
|
attr_dev(div5, "class", div5_class_value = `GameContainer ${/*extraclassname*/ ctx[33]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
|
|
13911
13865
|
? 'CasinoGamesGridSlider'
|
|
13912
13866
|
: ''}`);
|
|
13913
13867
|
|
|
13914
13868
|
toggle_class(div5, "WithGameName", /*showgamename*/ ctx[10]);
|
|
13915
|
-
add_location(div5, file$1, 534, 0,
|
|
13869
|
+
add_location(div5, file$1, 534, 0, 18218);
|
|
13916
13870
|
},
|
|
13917
13871
|
l: function claim(nodes) {
|
|
13918
13872
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -13921,7 +13875,7 @@
|
|
|
13921
13875
|
insert_dev(target, div5, anchor);
|
|
13922
13876
|
append_dev(div5, div4);
|
|
13923
13877
|
append_dev(div4, img);
|
|
13924
|
-
/*img_binding*/ ctx[
|
|
13878
|
+
/*img_binding*/ ctx[62](img);
|
|
13925
13879
|
append_dev(div4, t0);
|
|
13926
13880
|
append_dev(div4, div1);
|
|
13927
13881
|
append_dev(div1, div0);
|
|
@@ -13944,7 +13898,7 @@
|
|
|
13944
13898
|
if (if_block4) if_block4.m(div3, null);
|
|
13945
13899
|
append_dev(div5, t9);
|
|
13946
13900
|
if (if_block5) if_block5.m(div5, null);
|
|
13947
|
-
/*div5_binding*/ ctx[
|
|
13901
|
+
/*div5_binding*/ ctx[67](div5);
|
|
13948
13902
|
},
|
|
13949
13903
|
p: function update(ctx, dirty) {
|
|
13950
13904
|
if (dirty[0] & /*gamethumbnail*/ 8 && !src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) {
|
|
@@ -14060,7 +14014,7 @@
|
|
|
14060
14014
|
o: noop$1,
|
|
14061
14015
|
d: function destroy(detaching) {
|
|
14062
14016
|
if (detaching) detach_dev(div5);
|
|
14063
|
-
/*img_binding*/ ctx[
|
|
14017
|
+
/*img_binding*/ ctx[62](null);
|
|
14064
14018
|
if (if_block0) if_block0.d();
|
|
14065
14019
|
if (if_block1) if_block1.d();
|
|
14066
14020
|
if (if_block2) if_block2.d();
|
|
@@ -14071,7 +14025,7 @@
|
|
|
14071
14025
|
}
|
|
14072
14026
|
|
|
14073
14027
|
if (if_block5) if_block5.d();
|
|
14074
|
-
/*div5_binding*/ ctx[
|
|
14028
|
+
/*div5_binding*/ ctx[67](null);
|
|
14075
14029
|
}
|
|
14076
14030
|
};
|
|
14077
14031
|
|
|
@@ -14121,6 +14075,7 @@
|
|
|
14121
14075
|
let { currency = '' } = $$props;
|
|
14122
14076
|
let { gamepagemodalurl = 'false' } = $$props;
|
|
14123
14077
|
let { endpoint = '' } = $$props;
|
|
14078
|
+
let { categoryid = '' } = $$props;
|
|
14124
14079
|
let { livelobbyendpoint = '' } = $$props;
|
|
14125
14080
|
let { connectlive = '' } = $$props;
|
|
14126
14081
|
let { visibilityconnect = '' } = $$props;
|
|
@@ -14320,26 +14275,16 @@
|
|
|
14320
14275
|
};
|
|
14321
14276
|
|
|
14322
14277
|
const toggleFavoriteGame = id => {
|
|
14323
|
-
let triggerFactor = "thumbnail";
|
|
14324
|
-
|
|
14325
14278
|
if (gamefavorite) {
|
|
14326
14279
|
window.postMessage(
|
|
14327
14280
|
{
|
|
14328
|
-
type:
|
|
14329
|
-
id
|
|
14330
|
-
triggerFactor
|
|
14281
|
+
type: `SetUnfavoredGame${categoryid}`,
|
|
14282
|
+
id
|
|
14331
14283
|
},
|
|
14332
14284
|
window.location.href
|
|
14333
14285
|
);
|
|
14334
14286
|
} else {
|
|
14335
|
-
window.postMessage(
|
|
14336
|
-
{
|
|
14337
|
-
type: 'SetFavoredGame',
|
|
14338
|
-
id,
|
|
14339
|
-
triggerFactor
|
|
14340
|
-
},
|
|
14341
|
-
window.location.href
|
|
14342
|
-
);
|
|
14287
|
+
window.postMessage({ type: `SetFavoredGame${categoryid}`, id }, window.location.href);
|
|
14343
14288
|
}
|
|
14344
14289
|
};
|
|
14345
14290
|
|
|
@@ -14753,6 +14698,7 @@
|
|
|
14753
14698
|
'currency',
|
|
14754
14699
|
'gamepagemodalurl',
|
|
14755
14700
|
'endpoint',
|
|
14701
|
+
'categoryid',
|
|
14756
14702
|
'livelobbyendpoint',
|
|
14757
14703
|
'connectlive',
|
|
14758
14704
|
'visibilityconnect',
|
|
@@ -14814,11 +14760,12 @@
|
|
|
14814
14760
|
if ('currency' in $$props) $$invalidate(51, currency = $$props.currency);
|
|
14815
14761
|
if ('gamepagemodalurl' in $$props) $$invalidate(52, gamepagemodalurl = $$props.gamepagemodalurl);
|
|
14816
14762
|
if ('endpoint' in $$props) $$invalidate(53, endpoint = $$props.endpoint);
|
|
14817
|
-
if ('
|
|
14818
|
-
if ('
|
|
14819
|
-
if ('
|
|
14820
|
-
if ('
|
|
14821
|
-
if ('
|
|
14763
|
+
if ('categoryid' in $$props) $$invalidate(54, categoryid = $$props.categoryid);
|
|
14764
|
+
if ('livelobbyendpoint' in $$props) $$invalidate(55, livelobbyendpoint = $$props.livelobbyendpoint);
|
|
14765
|
+
if ('connectlive' in $$props) $$invalidate(56, connectlive = $$props.connectlive);
|
|
14766
|
+
if ('visibilityconnect' in $$props) $$invalidate(57, visibilityconnect = $$props.visibilityconnect);
|
|
14767
|
+
if ('integratedgameframedesktop' in $$props) $$invalidate(58, integratedgameframedesktop = $$props.integratedgameframedesktop);
|
|
14768
|
+
if ('integratedgameframemobile' in $$props) $$invalidate(59, integratedgameframemobile = $$props.integratedgameframemobile);
|
|
14822
14769
|
if ('casinogamesgridslider' in $$props) $$invalidate(11, casinogamesgridslider = $$props.casinogamesgridslider);
|
|
14823
14770
|
};
|
|
14824
14771
|
|
|
@@ -14855,6 +14802,7 @@
|
|
|
14855
14802
|
currency,
|
|
14856
14803
|
gamepagemodalurl,
|
|
14857
14804
|
endpoint,
|
|
14805
|
+
categoryid,
|
|
14858
14806
|
livelobbyendpoint,
|
|
14859
14807
|
connectlive,
|
|
14860
14808
|
visibilityconnect,
|
|
@@ -14958,11 +14906,12 @@
|
|
|
14958
14906
|
if ('currency' in $$props) $$invalidate(51, currency = $$props.currency);
|
|
14959
14907
|
if ('gamepagemodalurl' in $$props) $$invalidate(52, gamepagemodalurl = $$props.gamepagemodalurl);
|
|
14960
14908
|
if ('endpoint' in $$props) $$invalidate(53, endpoint = $$props.endpoint);
|
|
14961
|
-
if ('
|
|
14962
|
-
if ('
|
|
14963
|
-
if ('
|
|
14964
|
-
if ('
|
|
14965
|
-
if ('
|
|
14909
|
+
if ('categoryid' in $$props) $$invalidate(54, categoryid = $$props.categoryid);
|
|
14910
|
+
if ('livelobbyendpoint' in $$props) $$invalidate(55, livelobbyendpoint = $$props.livelobbyendpoint);
|
|
14911
|
+
if ('connectlive' in $$props) $$invalidate(56, connectlive = $$props.connectlive);
|
|
14912
|
+
if ('visibilityconnect' in $$props) $$invalidate(57, visibilityconnect = $$props.visibilityconnect);
|
|
14913
|
+
if ('integratedgameframedesktop' in $$props) $$invalidate(58, integratedgameframedesktop = $$props.integratedgameframedesktop);
|
|
14914
|
+
if ('integratedgameframemobile' in $$props) $$invalidate(59, integratedgameframemobile = $$props.integratedgameframemobile);
|
|
14966
14915
|
if ('casinogamesgridslider' in $$props) $$invalidate(11, casinogamesgridslider = $$props.casinogamesgridslider);
|
|
14967
14916
|
if ('isLoggedIn' in $$props) $$invalidate(16, isLoggedIn = $$props.isLoggedIn);
|
|
14968
14917
|
if ('sessionID' in $$props) sessionID = $$props.sessionID;
|
|
@@ -15006,11 +14955,11 @@
|
|
|
15006
14955
|
}
|
|
15007
14956
|
|
|
15008
14957
|
$$self.$$.update = () => {
|
|
15009
|
-
if ($$self.$$.dirty[1] & /*connectlive*/
|
|
14958
|
+
if ($$self.$$.dirty[1] & /*connectlive*/ 33554432) {
|
|
15010
14959
|
connectlive && toggleConnect();
|
|
15011
14960
|
}
|
|
15012
14961
|
|
|
15013
|
-
if ($$self.$$.dirty[1] & /*visibilityconnect*/
|
|
14962
|
+
if ($$self.$$.dirty[1] & /*visibilityconnect*/ 67108864) {
|
|
15014
14963
|
visibilityconnect && toggleVisibilityConnect();
|
|
15015
14964
|
}
|
|
15016
14965
|
|
|
@@ -15046,7 +14995,7 @@
|
|
|
15046
14995
|
gamecellsize && clientstylingurl && setClientStylingURL();
|
|
15047
14996
|
}
|
|
15048
14997
|
|
|
15049
|
-
if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
|
|
14998
|
+
if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/ 20971520) {
|
|
15050
14999
|
endpoint && livelobbyendpoint && setLiveLobbyData();
|
|
15051
15000
|
}
|
|
15052
15001
|
|
|
@@ -15114,6 +15063,7 @@
|
|
|
15114
15063
|
currency,
|
|
15115
15064
|
gamepagemodalurl,
|
|
15116
15065
|
endpoint,
|
|
15066
|
+
categoryid,
|
|
15117
15067
|
livelobbyendpoint,
|
|
15118
15068
|
connectlive,
|
|
15119
15069
|
visibilityconnect,
|
|
@@ -15170,14 +15120,15 @@
|
|
|
15170
15120
|
currency: 51,
|
|
15171
15121
|
gamepagemodalurl: 52,
|
|
15172
15122
|
endpoint: 53,
|
|
15173
|
-
|
|
15174
|
-
|
|
15175
|
-
|
|
15176
|
-
|
|
15177
|
-
|
|
15123
|
+
categoryid: 54,
|
|
15124
|
+
livelobbyendpoint: 55,
|
|
15125
|
+
connectlive: 56,
|
|
15126
|
+
visibilityconnect: 57,
|
|
15127
|
+
integratedgameframedesktop: 58,
|
|
15128
|
+
integratedgameframemobile: 59,
|
|
15178
15129
|
casinogamesgridslider: 11,
|
|
15179
|
-
MONEY_WHEEL_COLOR_MAP:
|
|
15180
|
-
ROULETTE_COLOR_MAP:
|
|
15130
|
+
MONEY_WHEEL_COLOR_MAP: 60,
|
|
15131
|
+
ROULETTE_COLOR_MAP: 61
|
|
15181
15132
|
},
|
|
15182
15133
|
null,
|
|
15183
15134
|
[-1, -1, -1, -1]
|
|
@@ -15219,6 +15170,7 @@
|
|
|
15219
15170
|
"currency",
|
|
15220
15171
|
"gamepagemodalurl",
|
|
15221
15172
|
"endpoint",
|
|
15173
|
+
"categoryid",
|
|
15222
15174
|
"livelobbyendpoint",
|
|
15223
15175
|
"connectlive",
|
|
15224
15176
|
"visibilityconnect",
|
|
@@ -15428,17 +15380,26 @@
|
|
|
15428
15380
|
flush$1();
|
|
15429
15381
|
}
|
|
15430
15382
|
|
|
15431
|
-
get
|
|
15383
|
+
get categoryid() {
|
|
15432
15384
|
return this.$$.ctx[54];
|
|
15433
15385
|
}
|
|
15434
15386
|
|
|
15387
|
+
set categoryid(categoryid) {
|
|
15388
|
+
this.$$set({ categoryid });
|
|
15389
|
+
flush$1();
|
|
15390
|
+
}
|
|
15391
|
+
|
|
15392
|
+
get livelobbyendpoint() {
|
|
15393
|
+
return this.$$.ctx[55];
|
|
15394
|
+
}
|
|
15395
|
+
|
|
15435
15396
|
set livelobbyendpoint(livelobbyendpoint) {
|
|
15436
15397
|
this.$$set({ livelobbyendpoint });
|
|
15437
15398
|
flush$1();
|
|
15438
15399
|
}
|
|
15439
15400
|
|
|
15440
15401
|
get connectlive() {
|
|
15441
|
-
return this.$$.ctx[
|
|
15402
|
+
return this.$$.ctx[56];
|
|
15442
15403
|
}
|
|
15443
15404
|
|
|
15444
15405
|
set connectlive(connectlive) {
|
|
@@ -15447,7 +15408,7 @@
|
|
|
15447
15408
|
}
|
|
15448
15409
|
|
|
15449
15410
|
get visibilityconnect() {
|
|
15450
|
-
return this.$$.ctx[
|
|
15411
|
+
return this.$$.ctx[57];
|
|
15451
15412
|
}
|
|
15452
15413
|
|
|
15453
15414
|
set visibilityconnect(visibilityconnect) {
|
|
@@ -15456,7 +15417,7 @@
|
|
|
15456
15417
|
}
|
|
15457
15418
|
|
|
15458
15419
|
get integratedgameframedesktop() {
|
|
15459
|
-
return this.$$.ctx[
|
|
15420
|
+
return this.$$.ctx[58];
|
|
15460
15421
|
}
|
|
15461
15422
|
|
|
15462
15423
|
set integratedgameframedesktop(integratedgameframedesktop) {
|
|
@@ -15465,7 +15426,7 @@
|
|
|
15465
15426
|
}
|
|
15466
15427
|
|
|
15467
15428
|
get integratedgameframemobile() {
|
|
15468
|
-
return this.$$.ctx[
|
|
15429
|
+
return this.$$.ctx[59];
|
|
15469
15430
|
}
|
|
15470
15431
|
|
|
15471
15432
|
set integratedgameframemobile(integratedgameframemobile) {
|
|
@@ -15483,7 +15444,7 @@
|
|
|
15483
15444
|
}
|
|
15484
15445
|
|
|
15485
15446
|
get MONEY_WHEEL_COLOR_MAP() {
|
|
15486
|
-
return this.$$.ctx[
|
|
15447
|
+
return this.$$.ctx[60];
|
|
15487
15448
|
}
|
|
15488
15449
|
|
|
15489
15450
|
set MONEY_WHEEL_COLOR_MAP(value) {
|
|
@@ -15491,7 +15452,7 @@
|
|
|
15491
15452
|
}
|
|
15492
15453
|
|
|
15493
15454
|
get ROULETTE_COLOR_MAP() {
|
|
15494
|
-
return this.$$.ctx[
|
|
15455
|
+
return this.$$.ctx[61];
|
|
15495
15456
|
}
|
|
15496
15457
|
|
|
15497
15458
|
set ROULETTE_COLOR_MAP(value) {
|