@everymatrix/casino-tournaments-controller 0.0.277 → 0.0.280

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": "0.0.277",
3
+ "version": "0.0.280",
4
4
  "main": "dist/casino-tournaments-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "d2e5336b4c4e4506334e1811991a2fbd332110ef"
39
+ "gitHead": "1a620ac617e7ff4b6f5fe26863d6e3cb7cf4d03c"
40
40
  }
@@ -102,7 +102,7 @@
102
102
 
103
103
  const getDataWithoutfresh = async (url:string, offset:number, limit:number) => {
104
104
  const res = await fetcher(url, offset, limit)
105
-
105
+
106
106
  window.postMessage({ type: 'TournamentListShowMore', tournamentList: res.items }, window.location.href);
107
107
  }
108
108
 
@@ -209,7 +209,7 @@
209
209
  window.postMessage({ type: 'TournamentsPagination', offset: 0, limit: tournamentsShownNumber }, window.location.href);
210
210
 
211
211
  await getDataWithoutfresh(endpoint, previousNumber, _showmorestep)
212
-
212
+
213
213
  if (tournamentsShownNumber >= tournamentsNumber) {
214
214
  allTournamentsShown = true;
215
215
  }
@@ -320,10 +320,10 @@
320
320
  registerevent={registerevent}
321
321
  {lang}
322
322
  {currency}
323
- exportparts="Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, Games, TournamentPrizes, PrizesTitle, Prizes, Prize,
323
+ exportparts="Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, Games, TournamentPrizes, TournamentPrizesSvg, a, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
324
324
  TournamentDuration, TournamentDates, StartDate, EndDate, ProgressBar, ProgressBarFillEnd, Finished, ProgressBarFillStarting, Remaining, ProgressBarFill,
325
325
  TournamentsGamesSlider, SliderNavButton, items, item, PlayNowButton, itemHover, SliderNavButton
326
- TournamentCard, CardMaxWidth, CardFullSize, elementToFadeOut, elementToFadeIn, ph-item, ph-col-12, ph-picture, ph-row, ph-col-6, big, ph-col-4, empty, ph-col-8, TournamentButtons, LoginButton, RegisterButton, DetailsButton, EnrolledButton, JoinButton, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText"
326
+ TournamentCard, CardMaxWidth, CardFullSize, elementToFadeOut, elementToFadeIn, ph-item, ph-col-12, ph-picture, ph-row, ph-col-6, big, ph-col-4, empty, ph-col-8, TournamentButtons, LoginButton, RegisterButton, DetailsButton, EnrolledButton, JoinButton, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, TournamentList, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing"
327
327
  ></casino-tournaments-list-controller>
328
328
  {/if}
329
329
  </div>