@everymatrix/casino-tournaments-controller 0.0.281 → 0.0.284

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.281",
3
+ "version": "0.0.284",
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": "335d6854670506055ce9c6cc5dcbc1a0172a0c70"
39
+ "gitHead": "3ac9350aedecfd71862267436a50699f50fc6a01"
40
40
  }
@@ -297,7 +297,7 @@
297
297
  <casino-tournaments-filter-controller
298
298
  filters={filtersArray}
299
299
  activefilters={filters}
300
- exportparts="FiltersController, MobileClass, Non-MobileClass/empty, Active, FilterButton, "
300
+ exportparts="FiltersController, MobileClass, Non-MobileClass/empty, Active, FilterButton, bi, bi-check, FiltersList, FiltersTitle, FiltersItem"
301
301
  ></casino-tournaments-filter-controller>
302
302
  {/if}
303
303
  </div>
@@ -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, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, PrizesTitle, Prizes, Prize, PrizeText, PrizeRank,
323
+ exportparts="Thumbnail, Status, Enrolled, CardImg, CardImgFinished, Details, Title, Date, ScoreCriteria, ScoreCriteriaP, ScoreCriteriaSpan, Games, GamesP, GamesAnchor, TournamentPrizes, TournamentPrizesSvg, a, TournamentPrizesSvgA, 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, JoinButtonSpan, JoinButtonSvg, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, TournamentList, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing"
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, JoinButtonSpan, JoinButtonSvg, JoinButtonSvgA, JoinButtonFullSize, spinner, DetailsLargeButton, ErrorText, TournamentList, StatusUnstarted, StatusRunning, StatusClosed, StatusClosing"
327
327
  ></casino-tournaments-list-controller>
328
328
  {/if}
329
329
  </div>
@@ -43,4 +43,26 @@ export const TournamentsControllerTranslations = {
43
43
  noTournaments: 'Δεν βρέθηκαν τουρνουά'
44
44
  }
45
45
  },
46
+ es: {
47
+ tournamentsController: {
48
+ 500: 'Error 500 - Error Interno del Servidor',
49
+ showMore: 'Ver más',
50
+ Scheduled: 'Rrogramado',
51
+ Ongoing: 'En progreso',
52
+ Finished: 'Acabado',
53
+ loading: 'Cargando ... Por favor espere ...',
54
+ noTournaments: 'No se encontró ningún torneo'
55
+ }
56
+ },
57
+ pt: {
58
+ tournamentsController: {
59
+ 500: 'Erro 500 - Erro interno do servidor',
60
+ showMore: 'Ver mais',
61
+ Scheduled: 'Agendado',
62
+ Ongoing: 'Em progresso',
63
+ Finished: 'Finalizado',
64
+ loading: 'Carregando, por favor espere ...',
65
+ noTournaments: 'Nenhum torneio encontrado'
66
+ }
67
+ },
46
68
  };