@everymatrix/lottery-program-wof 1.11.1 → 1.12.1
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.
|
@@ -5389,7 +5389,7 @@
|
|
|
5389
5389
|
constructor(options) {
|
|
5390
5390
|
super();
|
|
5391
5391
|
const style = document.createElement('style');
|
|
5392
|
-
style.textContent = `:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";position:absolute;width:100%}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.MessagePanel{position:absolute;background-color:#FFFFFF;padding:15px 30px;border-radius:8px;text-align:center;font-size:16px;opacity:0.3;box-shadow:0 0 1px #a1a1a1;transition:margin-top opacity 0.3s ease-out}.MessagePanelButton{padding:4px 24px;margin-top:40px;font-size:16px;line-height:24px;color:#FFFFFF;background:#FF0000;border-radius:5px;font-weight:700;border:0;box-shadow:0 0 3px #ff0000;cursor:pointer}`;
|
|
5392
|
+
style.textContent = `:host{font-family:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";position:absolute;width:100%}*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.MessagePanel{position:absolute;background-color:#FFFFFF;color:#000000;padding:15px 30px;border-radius:8px;text-align:center;font-size:16px;opacity:0.3;box-shadow:0 0 1px #a1a1a1;transition:margin-top opacity 0.3s ease-out}.MessagePanelButton{padding:4px 24px;margin-top:40px;font-size:16px;line-height:24px;color:#FFFFFF;background:#FF0000;border-radius:5px;font-weight:700;border:0;box-shadow:0 0 3px #ff0000;cursor:pointer}`;
|
|
5393
5393
|
this.shadowRoot.appendChild(style);
|
|
5394
5394
|
|
|
5395
5395
|
init(
|
|
@@ -5930,7 +5930,7 @@
|
|
|
5930
5930
|
const partitionLang = {};
|
|
5931
5931
|
Object.keys(_partition).map((_key) => {
|
|
5932
5932
|
if (['name', 'image1', 'image2', 'image3'].includes(_key)) {
|
|
5933
|
-
partitionLang[_key] = _partition[_key][lang
|
|
5933
|
+
partitionLang[_key] = _partition[_key][lang] || _partition[_key]['*'];
|
|
5934
5934
|
}
|
|
5935
5935
|
});
|
|
5936
5936
|
const option = {
|
|
@@ -9815,8 +9815,8 @@
|
|
|
9815
9815
|
let t0;
|
|
9816
9816
|
let lottery_program_wof_private_message_panel;
|
|
9817
9817
|
let t1;
|
|
9818
|
-
let if_block0 = /*size*/ ctx[
|
|
9819
|
-
let lottery_program_wof_private_message_panel_levels = [{ id: /*id*/ ctx[
|
|
9818
|
+
let if_block0 = /*size*/ ctx[3] && create_if_block_2(ctx);
|
|
9819
|
+
let lottery_program_wof_private_message_panel_levels = [{ id: /*id*/ ctx[7], r: /*radius*/ ctx[6] }];
|
|
9820
9820
|
let lottery_program_wof_private_message_panel_data = {};
|
|
9821
9821
|
|
|
9822
9822
|
for (let i = 0; i < lottery_program_wof_private_message_panel_levels.length; i += 1) {
|
|
@@ -9830,7 +9830,7 @@
|
|
|
9830
9830
|
main_data = assign(main_data, main_1_levels[i]);
|
|
9831
9831
|
}
|
|
9832
9832
|
|
|
9833
|
-
let if_block1 = /*lotteryProgramForPlayer*/ ctx[
|
|
9833
|
+
let if_block1 = /*lotteryProgramForPlayer*/ ctx[4].current && create_if_block_1$1(ctx);
|
|
9834
9834
|
let div0_levels = [classWithPart("FortuneContainer")];
|
|
9835
9835
|
let div_data = {};
|
|
9836
9836
|
|
|
@@ -9856,7 +9856,7 @@
|
|
|
9856
9856
|
t1 = space();
|
|
9857
9857
|
if (if_block1) if_block1.c();
|
|
9858
9858
|
set_attributes(lottery_program_wof_private_message_panel, lottery_program_wof_private_message_panel_data);
|
|
9859
|
-
add_location(lottery_program_wof_private_message_panel, file$1,
|
|
9859
|
+
add_location(lottery_program_wof_private_message_panel, file$1, 98, 8, 2870);
|
|
9860
9860
|
set_attributes(main_1, main_data);
|
|
9861
9861
|
add_location(main_1, file$1, 85, 6, 2478);
|
|
9862
9862
|
set_attributes(div0, div_data);
|
|
@@ -9876,7 +9876,7 @@
|
|
|
9876
9876
|
if (if_block1) if_block1.m(div0, null);
|
|
9877
9877
|
},
|
|
9878
9878
|
p: function update(ctx, dirty) {
|
|
9879
|
-
if (/*size*/ ctx[
|
|
9879
|
+
if (/*size*/ ctx[3]) {
|
|
9880
9880
|
if (if_block0) {
|
|
9881
9881
|
if_block0.p(ctx, dirty);
|
|
9882
9882
|
} else {
|
|
@@ -9889,9 +9889,9 @@
|
|
|
9889
9889
|
if_block0 = null;
|
|
9890
9890
|
}
|
|
9891
9891
|
|
|
9892
|
-
set_attributes(lottery_program_wof_private_message_panel, lottery_program_wof_private_message_panel_data = get_spread_update(lottery_program_wof_private_message_panel_levels, [dirty & /*id, radius*/
|
|
9892
|
+
set_attributes(lottery_program_wof_private_message_panel, lottery_program_wof_private_message_panel_data = get_spread_update(lottery_program_wof_private_message_panel_levels, [dirty & /*id, radius*/ 192 && { id: /*id*/ ctx[7], r: /*radius*/ ctx[6] }]));
|
|
9893
9893
|
|
|
9894
|
-
if (/*lotteryProgramForPlayer*/ ctx[
|
|
9894
|
+
if (/*lotteryProgramForPlayer*/ ctx[4].current) {
|
|
9895
9895
|
if (if_block1) {
|
|
9896
9896
|
if_block1.p(ctx, dirty);
|
|
9897
9897
|
} else {
|
|
@@ -9929,12 +9929,13 @@
|
|
|
9929
9929
|
|
|
9930
9930
|
let lottery_program_wof_private_item_svg_levels = [
|
|
9931
9931
|
{
|
|
9932
|
-
id: /*id*/ ctx[
|
|
9933
|
-
endpoint: /*endpoint*/ ctx[
|
|
9934
|
-
session: /*session*/ ctx[
|
|
9935
|
-
sizeraw: /*size*/ ctx[
|
|
9936
|
-
|
|
9937
|
-
|
|
9932
|
+
id: /*id*/ ctx[7],
|
|
9933
|
+
endpoint: /*endpoint*/ ctx[1],
|
|
9934
|
+
session: /*session*/ ctx[2],
|
|
9935
|
+
sizeraw: /*size*/ ctx[3],
|
|
9936
|
+
lang: /*lang*/ ctx[0],
|
|
9937
|
+
optionsraw: JSON.stringify(/*options*/ ctx[9]),
|
|
9938
|
+
lotteryprogramforplayer: JSON.stringify(/*lotteryProgramForPlayer*/ ctx[4])
|
|
9938
9939
|
}
|
|
9939
9940
|
];
|
|
9940
9941
|
|
|
@@ -9955,13 +9956,14 @@
|
|
|
9955
9956
|
},
|
|
9956
9957
|
p: function update(ctx, dirty) {
|
|
9957
9958
|
set_attributes(lottery_program_wof_private_item_svg, lottery_program_wof_private_item_svg_data = get_spread_update(lottery_program_wof_private_item_svg_levels, [
|
|
9958
|
-
dirty & /*id, endpoint, session, size, lotteryProgramForPlayer*/
|
|
9959
|
-
id: /*id*/ ctx[
|
|
9960
|
-
endpoint: /*endpoint*/ ctx[
|
|
9961
|
-
session: /*session*/ ctx[
|
|
9962
|
-
sizeraw: /*size*/ ctx[
|
|
9963
|
-
|
|
9964
|
-
|
|
9959
|
+
dirty & /*id, endpoint, session, size, lang, lotteryProgramForPlayer*/ 159 && {
|
|
9960
|
+
id: /*id*/ ctx[7],
|
|
9961
|
+
endpoint: /*endpoint*/ ctx[1],
|
|
9962
|
+
session: /*session*/ ctx[2],
|
|
9963
|
+
sizeraw: /*size*/ ctx[3],
|
|
9964
|
+
lang: /*lang*/ ctx[0],
|
|
9965
|
+
optionsraw: JSON.stringify(/*options*/ ctx[9]),
|
|
9966
|
+
lotteryprogramforplayer: JSON.stringify(/*lotteryProgramForPlayer*/ ctx[4])
|
|
9965
9967
|
}
|
|
9966
9968
|
]));
|
|
9967
9969
|
},
|
|
@@ -9981,28 +9983,28 @@
|
|
|
9981
9983
|
return block;
|
|
9982
9984
|
}
|
|
9983
9985
|
|
|
9984
|
-
// (
|
|
9986
|
+
// (106:6) {#if lotteryProgramForPlayer.current}
|
|
9985
9987
|
function create_if_block_1$1(ctx) {
|
|
9986
9988
|
let div;
|
|
9987
9989
|
let p0;
|
|
9988
|
-
let t0_value = /*$_*/ ctx[
|
|
9990
|
+
let t0_value = /*$_*/ ctx[8]('wof.ActiveTickets') + "";
|
|
9989
9991
|
let t0;
|
|
9990
9992
|
let t1;
|
|
9991
|
-
let t2_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[
|
|
9993
|
+
let t2_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[4], 'active') + "";
|
|
9992
9994
|
let t2;
|
|
9993
9995
|
let t3;
|
|
9994
9996
|
let p1;
|
|
9995
|
-
let t4_value = /*$_*/ ctx[
|
|
9997
|
+
let t4_value = /*$_*/ ctx[8]('wof.ImplicitTickets') + "";
|
|
9996
9998
|
let t4;
|
|
9997
9999
|
let t5;
|
|
9998
|
-
let t6_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[
|
|
10000
|
+
let t6_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[4], 'implicit') + "";
|
|
9999
10001
|
let t6;
|
|
10000
10002
|
let t7;
|
|
10001
10003
|
let p2;
|
|
10002
|
-
let t8_value = /*$_*/ ctx[
|
|
10004
|
+
let t8_value = /*$_*/ ctx[8]('wof.RemainingTimes') + "";
|
|
10003
10005
|
let t8;
|
|
10004
10006
|
let t9;
|
|
10005
|
-
let t10_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[
|
|
10007
|
+
let t10_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[4], 'remainingTimes') + "";
|
|
10006
10008
|
let t10;
|
|
10007
10009
|
let div_levels = [classWithPart("Current")];
|
|
10008
10010
|
let div_data = {};
|
|
@@ -10028,11 +10030,11 @@
|
|
|
10028
10030
|
t8 = text(t8_value);
|
|
10029
10031
|
t9 = text(": ");
|
|
10030
10032
|
t10 = text(t10_value);
|
|
10031
|
-
add_location(p0, file$1,
|
|
10032
|
-
add_location(p1, file$1,
|
|
10033
|
-
add_location(p2, file$1,
|
|
10033
|
+
add_location(p0, file$1, 107, 8, 3094);
|
|
10034
|
+
add_location(p1, file$1, 108, 8, 3188);
|
|
10035
|
+
add_location(p2, file$1, 109, 8, 3286);
|
|
10034
10036
|
set_attributes(div, div_data);
|
|
10035
|
-
add_location(div, file$1,
|
|
10037
|
+
add_location(div, file$1, 106, 6, 3050);
|
|
10036
10038
|
},
|
|
10037
10039
|
m: function mount(target, anchor) {
|
|
10038
10040
|
insert_dev(target, div, anchor);
|
|
@@ -10052,12 +10054,12 @@
|
|
|
10052
10054
|
append_dev(p2, t10);
|
|
10053
10055
|
},
|
|
10054
10056
|
p: function update(ctx, dirty) {
|
|
10055
|
-
if (dirty & /*$_*/
|
|
10056
|
-
if (dirty & /*lotteryProgramForPlayer*/
|
|
10057
|
-
if (dirty & /*$_*/
|
|
10058
|
-
if (dirty & /*lotteryProgramForPlayer*/
|
|
10059
|
-
if (dirty & /*$_*/
|
|
10060
|
-
if (dirty & /*lotteryProgramForPlayer*/
|
|
10057
|
+
if (dirty & /*$_*/ 256 && t0_value !== (t0_value = /*$_*/ ctx[8]('wof.ActiveTickets') + "")) set_data_dev(t0, t0_value);
|
|
10058
|
+
if (dirty & /*lotteryProgramForPlayer*/ 16 && t2_value !== (t2_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[4], 'active') + "")) set_data_dev(t2, t2_value);
|
|
10059
|
+
if (dirty & /*$_*/ 256 && t4_value !== (t4_value = /*$_*/ ctx[8]('wof.ImplicitTickets') + "")) set_data_dev(t4, t4_value);
|
|
10060
|
+
if (dirty & /*lotteryProgramForPlayer*/ 16 && t6_value !== (t6_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[4], 'implicit') + "")) set_data_dev(t6, t6_value);
|
|
10061
|
+
if (dirty & /*$_*/ 256 && t8_value !== (t8_value = /*$_*/ ctx[8]('wof.RemainingTimes') + "")) set_data_dev(t8, t8_value);
|
|
10062
|
+
if (dirty & /*lotteryProgramForPlayer*/ 16 && t10_value !== (t10_value = getCurrentInfo(/*lotteryProgramForPlayer*/ ctx[4], 'remainingTimes') + "")) set_data_dev(t10, t10_value);
|
|
10061
10063
|
},
|
|
10062
10064
|
d: function destroy(detaching) {
|
|
10063
10065
|
if (detaching) detach_dev(div);
|
|
@@ -10068,7 +10070,7 @@
|
|
|
10068
10070
|
block,
|
|
10069
10071
|
id: create_if_block_1$1.name,
|
|
10070
10072
|
type: "if",
|
|
10071
|
-
source: "(
|
|
10073
|
+
source: "(106:6) {#if lotteryProgramForPlayer.current}",
|
|
10072
10074
|
ctx
|
|
10073
10075
|
});
|
|
10074
10076
|
|
|
@@ -10077,7 +10079,7 @@
|
|
|
10077
10079
|
|
|
10078
10080
|
function create_fragment$1(ctx) {
|
|
10079
10081
|
let if_block_anchor;
|
|
10080
|
-
let if_block = /*lotteryProgramForPlayer*/ ctx[
|
|
10082
|
+
let if_block = /*lotteryProgramForPlayer*/ ctx[4] && create_if_block$1(ctx);
|
|
10081
10083
|
|
|
10082
10084
|
const block = {
|
|
10083
10085
|
c: function create() {
|
|
@@ -10093,7 +10095,7 @@
|
|
|
10093
10095
|
insert_dev(target, if_block_anchor, anchor);
|
|
10094
10096
|
},
|
|
10095
10097
|
p: function update(ctx, [dirty]) {
|
|
10096
|
-
if (/*lotteryProgramForPlayer*/ ctx[
|
|
10098
|
+
if (/*lotteryProgramForPlayer*/ ctx[4]) {
|
|
10097
10099
|
if (if_block) {
|
|
10098
10100
|
if_block.p(ctx, dirty);
|
|
10099
10101
|
} else {
|
|
@@ -10131,7 +10133,7 @@
|
|
|
10131
10133
|
let radius;
|
|
10132
10134
|
let $_;
|
|
10133
10135
|
validate_store(X, '_');
|
|
10134
|
-
component_subscribe($$self, X, $$value => $$invalidate(
|
|
10136
|
+
component_subscribe($$self, X, $$value => $$invalidate(8, $_ = $$value));
|
|
10135
10137
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
10136
10138
|
validate_slots('lottery-program-wof-private-item', slots, []);
|
|
10137
10139
|
var _a;
|
|
@@ -10188,7 +10190,7 @@
|
|
|
10188
10190
|
onMountMessageLifeCycle({
|
|
10189
10191
|
'wof-private-message-spin-after': data => {
|
|
10190
10192
|
if (data.id !== id) return;
|
|
10191
|
-
$$invalidate(
|
|
10193
|
+
$$invalidate(4, lotteryProgramForPlayer = lotteryProgramForPlayerNew);
|
|
10192
10194
|
},
|
|
10193
10195
|
'wof-private-message-spin-before': async data => {
|
|
10194
10196
|
if (data.id !== id) return;
|
|
@@ -10212,14 +10214,14 @@
|
|
|
10212
10214
|
function main_1_binding($$value) {
|
|
10213
10215
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
10214
10216
|
main = $$value;
|
|
10215
|
-
$$invalidate(
|
|
10217
|
+
$$invalidate(5, main);
|
|
10216
10218
|
});
|
|
10217
10219
|
}
|
|
10218
10220
|
|
|
10219
10221
|
$$self.$$set = $$props => {
|
|
10220
|
-
if ('lang' in $$props) $$invalidate(
|
|
10221
|
-
if ('endpoint' in $$props) $$invalidate(
|
|
10222
|
-
if ('session' in $$props) $$invalidate(
|
|
10222
|
+
if ('lang' in $$props) $$invalidate(0, lang = $$props.lang);
|
|
10223
|
+
if ('endpoint' in $$props) $$invalidate(1, endpoint = $$props.endpoint);
|
|
10224
|
+
if ('session' in $$props) $$invalidate(2, session = $$props.session);
|
|
10223
10225
|
if ('lotteryprogramforplayer' in $$props) $$invalidate(10, lotteryprogramforplayer = $$props.lotteryprogramforplayer);
|
|
10224
10226
|
if ('spinduration' in $$props) $$invalidate(11, spinduration = $$props.spinduration);
|
|
10225
10227
|
if ('spinrotation' in $$props) $$invalidate(12, spinrotation = $$props.spinrotation);
|
|
@@ -10259,21 +10261,21 @@
|
|
|
10259
10261
|
|
|
10260
10262
|
$$self.$inject_state = $$props => {
|
|
10261
10263
|
if ('_a' in $$props) $$invalidate(13, _a = $$props._a);
|
|
10262
|
-
if ('lang' in $$props) $$invalidate(
|
|
10263
|
-
if ('endpoint' in $$props) $$invalidate(
|
|
10264
|
-
if ('session' in $$props) $$invalidate(
|
|
10264
|
+
if ('lang' in $$props) $$invalidate(0, lang = $$props.lang);
|
|
10265
|
+
if ('endpoint' in $$props) $$invalidate(1, endpoint = $$props.endpoint);
|
|
10266
|
+
if ('session' in $$props) $$invalidate(2, session = $$props.session);
|
|
10265
10267
|
if ('lotteryprogramforplayer' in $$props) $$invalidate(10, lotteryprogramforplayer = $$props.lotteryprogramforplayer);
|
|
10266
10268
|
if ('spinduration' in $$props) $$invalidate(11, spinduration = $$props.spinduration);
|
|
10267
10269
|
if ('spinrotation' in $$props) $$invalidate(12, spinrotation = $$props.spinrotation);
|
|
10268
|
-
if ('main' in $$props) $$invalidate(
|
|
10269
|
-
if ('size' in $$props) $$invalidate(
|
|
10270
|
+
if ('main' in $$props) $$invalidate(5, main = $$props.main);
|
|
10271
|
+
if ('size' in $$props) $$invalidate(3, size = $$props.size);
|
|
10270
10272
|
if ('mainWidth' in $$props) $$invalidate(14, mainWidth = $$props.mainWidth);
|
|
10271
|
-
if ('options' in $$props) $$invalidate(
|
|
10272
|
-
if ('lotteryProgramForPlayer' in $$props) $$invalidate(
|
|
10273
|
+
if ('options' in $$props) $$invalidate(9, options = $$props.options);
|
|
10274
|
+
if ('lotteryProgramForPlayer' in $$props) $$invalidate(4, lotteryProgramForPlayer = $$props.lotteryProgramForPlayer);
|
|
10273
10275
|
if ('lotteryProgramForPlayerNew' in $$props) lotteryProgramForPlayerNew = $$props.lotteryProgramForPlayerNew;
|
|
10274
10276
|
if ('ratio' in $$props) $$invalidate(15, ratio = $$props.ratio);
|
|
10275
|
-
if ('radius' in $$props) $$invalidate(
|
|
10276
|
-
if ('id' in $$props) $$invalidate(
|
|
10277
|
+
if ('radius' in $$props) $$invalidate(6, radius = $$props.radius);
|
|
10278
|
+
if ('id' in $$props) $$invalidate(7, id = $$props.id);
|
|
10277
10279
|
};
|
|
10278
10280
|
|
|
10279
10281
|
if ($$props && "$$inject" in $$props) {
|
|
@@ -10282,38 +10284,39 @@
|
|
|
10282
10284
|
|
|
10283
10285
|
$$self.$$.update = () => {
|
|
10284
10286
|
if ($$self.$$.dirty & /*lotteryprogramforplayer*/ 1024) {
|
|
10285
|
-
$$invalidate(
|
|
10287
|
+
$$invalidate(4, lotteryProgramForPlayer = lotteryprogramforplayer && JSON.parse(lotteryprogramforplayer));
|
|
10286
10288
|
}
|
|
10287
10289
|
|
|
10288
|
-
if ($$self.$$.dirty & /*lotteryProgramForPlayer, _a*/
|
|
10289
|
-
$$invalidate(
|
|
10290
|
+
if ($$self.$$.dirty & /*lotteryProgramForPlayer, _a*/ 8208) {
|
|
10291
|
+
$$invalidate(7, id = $$invalidate(13, _a = lotteryProgramForPlayer === null || lotteryProgramForPlayer === void 0
|
|
10290
10292
|
? void 0
|
|
10291
10293
|
: lotteryProgramForPlayer.program) === null || _a === void 0
|
|
10292
10294
|
? void 0
|
|
10293
10295
|
: _a.id);
|
|
10294
10296
|
}
|
|
10295
10297
|
|
|
10296
|
-
if ($$self.$$.dirty & /*lotteryProgramForPlayer*/
|
|
10298
|
+
if ($$self.$$.dirty & /*lotteryProgramForPlayer*/ 16) {
|
|
10297
10299
|
// reactives
|
|
10298
10300
|
lotteryProgramForPlayer && init();
|
|
10299
10301
|
}
|
|
10300
10302
|
|
|
10301
10303
|
if ($$self.$$.dirty & /*mainWidth*/ 16384) {
|
|
10302
10304
|
//
|
|
10303
|
-
$$invalidate(
|
|
10305
|
+
$$invalidate(3, size = mainWidth);
|
|
10304
10306
|
}
|
|
10305
10307
|
|
|
10306
|
-
if ($$self.$$.dirty & /*size*/
|
|
10308
|
+
if ($$self.$$.dirty & /*size*/ 8) {
|
|
10307
10309
|
// ratio
|
|
10308
10310
|
$$invalidate(15, ratio = size / 375);
|
|
10309
10311
|
}
|
|
10310
10312
|
|
|
10311
10313
|
if ($$self.$$.dirty & /*ratio*/ 32768) {
|
|
10312
|
-
$$invalidate(
|
|
10314
|
+
$$invalidate(6, radius = 247 / 2 * ratio);
|
|
10313
10315
|
}
|
|
10314
10316
|
};
|
|
10315
10317
|
|
|
10316
10318
|
return [
|
|
10319
|
+
lang,
|
|
10317
10320
|
endpoint,
|
|
10318
10321
|
session,
|
|
10319
10322
|
size,
|
|
@@ -10323,7 +10326,6 @@
|
|
|
10323
10326
|
id,
|
|
10324
10327
|
$_,
|
|
10325
10328
|
options,
|
|
10326
|
-
lang,
|
|
10327
10329
|
lotteryprogramforplayer,
|
|
10328
10330
|
spinduration,
|
|
10329
10331
|
spinrotation,
|
|
@@ -10352,9 +10354,9 @@
|
|
|
10352
10354
|
create_fragment$1,
|
|
10353
10355
|
safe_not_equal,
|
|
10354
10356
|
{
|
|
10355
|
-
lang:
|
|
10356
|
-
endpoint:
|
|
10357
|
-
session:
|
|
10357
|
+
lang: 0,
|
|
10358
|
+
endpoint: 1,
|
|
10359
|
+
session: 2,
|
|
10358
10360
|
lotteryprogramforplayer: 10,
|
|
10359
10361
|
spinduration: 11,
|
|
10360
10362
|
spinrotation: 12
|
|
@@ -10386,7 +10388,7 @@
|
|
|
10386
10388
|
}
|
|
10387
10389
|
|
|
10388
10390
|
get lang() {
|
|
10389
|
-
return this.$$.ctx[
|
|
10391
|
+
return this.$$.ctx[0];
|
|
10390
10392
|
}
|
|
10391
10393
|
|
|
10392
10394
|
set lang(lang) {
|
|
@@ -10395,7 +10397,7 @@
|
|
|
10395
10397
|
}
|
|
10396
10398
|
|
|
10397
10399
|
get endpoint() {
|
|
10398
|
-
return this.$$.ctx[
|
|
10400
|
+
return this.$$.ctx[1];
|
|
10399
10401
|
}
|
|
10400
10402
|
|
|
10401
10403
|
set endpoint(endpoint) {
|
|
@@ -10404,7 +10406,7 @@
|
|
|
10404
10406
|
}
|
|
10405
10407
|
|
|
10406
10408
|
get session() {
|
|
10407
|
-
return this.$$.ctx[
|
|
10409
|
+
return this.$$.ctx[2];
|
|
10408
10410
|
}
|
|
10409
10411
|
|
|
10410
10412
|
set session(session) {
|