@everymatrix/casino-tournaments-controller 1.38.0 → 1.39.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-controller",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.39.1",
|
|
4
4
|
"main": "dist/casino-tournaments-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "cc6e3a021c852cb2734662bef9ef45190de4bfa9"
|
|
39
39
|
}
|
|
@@ -403,10 +403,8 @@
|
|
|
403
403
|
<casino-tournaments-list-controller
|
|
404
404
|
{clientstyling}
|
|
405
405
|
{clientstylingurl}
|
|
406
|
-
session={session}
|
|
407
406
|
userid={userid}
|
|
408
407
|
numberoftournaments={numberoftournaments}
|
|
409
|
-
endpoint={endpoint}
|
|
410
408
|
loginurl={loginurl}
|
|
411
409
|
loginevent={loginevent}
|
|
412
410
|
registerurl={registerurl}
|
|
@@ -414,6 +412,8 @@
|
|
|
414
412
|
{lang}
|
|
415
413
|
{currency}
|
|
416
414
|
{keepbrowsercontext}
|
|
415
|
+
session={session}
|
|
416
|
+
endpoint={endpoint}
|
|
417
417
|
exportparts="Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, TournamentPrizesSvgA, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
|
|
418
418
|
TournamentDuration, TournamentDates, StartDate, EndDate, ProgressBar, ProgressBarFillEnd, Finished, ProgressBarFillStarting, Remaining, ProgressBarFill,
|
|
419
419
|
TournamentsGamesSlider, SliderNavButton, items, item, PlayNowButton, itemHover, SliderNavButton
|