lorgg-v2-components 0.0.210 → 0.0.212
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/components/index.d.ts +150 -147
- package/dist/components/library/TournamentDeckResult/TournamentDeckResult.vue.d.ts +33 -0
- package/dist/components/library/TournamentDeckResult/TournamentDeckResult.vue.d.ts.map +1 -0
- package/dist/components/library/TournamentDeckResult/types.d.ts +31 -0
- package/dist/components/library/TournamentPlayerRow/TournamentPlayerRow.vue.d.ts +190 -0
- package/dist/components/library/TournamentPlayerRow/TournamentPlayerRow.vue.d.ts.map +1 -0
- package/dist/components/library/TournamentPlayerRow/types.d.ts +115 -0
- package/dist/components/library/TournamentPlayerTable/TournamentPlayerTable.vue.d.ts +56 -0
- package/dist/components/library/TournamentPlayerTable/TournamentPlayerTable.vue.d.ts.map +1 -0
- package/dist/components/library/TournamentPlayerTable/types.d.ts +41 -0
- package/dist/components/library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue.d.ts +29 -0
- package/dist/components/library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue.d.ts.map +1 -0
- package/dist/components/library/TournamentSwissRoundOptions/types.d.ts +16 -0
- package/dist/components/library/TournamentTimeline/TournamentTimeline.vue.d.ts +16 -0
- package/dist/components/library/TournamentTimeline/TournamentTimeline.vue.d.ts.map +1 -0
- package/dist/components/library/TournamentTimeline/types.d.ts +12 -0
- package/dist/components/library/TournamentTimelineItem/TournamentTimelineItem.vue.d.ts +38 -0
- package/dist/components/library/TournamentTimelineItem/TournamentTimelineItem.vue.d.ts.map +1 -0
- package/dist/components/library/TournamentTimelineItem/types.d.ts +33 -0
- package/dist/components/main.d.ts +2 -2
- package/dist/lorgg-components.cjs.js +42 -42
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +12600 -12174
- package/dist/lorgg-components.umd.js +44 -44
- package/package.json +1 -1
|
@@ -1,149 +1,152 @@
|
|
|
1
1
|
export * from './helpers/functions';
|
|
2
2
|
export { keyDayjs } from '../components/types/providers';
|
|
3
|
-
export { CardImageType } from
|
|
4
|
-
export { setupi18n } from
|
|
5
|
-
export { importIcons } from
|
|
6
|
-
export { useCardJsonObjectStore } from
|
|
7
|
-
export { useDataJsonStore } from
|
|
8
|
-
export { useAcquiredCardsStore } from
|
|
9
|
-
export { useSearchBarOptionsStore } from
|
|
10
|
-
export { useFilterStore } from
|
|
11
|
-
export { useCardJsonStore } from
|
|
12
|
-
export { useUserStore } from
|
|
13
|
-
export { useCallbacksStore } from
|
|
14
|
-
export { useToastsStore } from
|
|
15
|
-
export { default as RevealCarousel } from
|
|
16
|
-
export { default as SearchBar } from
|
|
17
|
-
export { default as SocialLinks } from
|
|
18
|
-
export { default as ModalItem } from
|
|
19
|
-
export { default as FilterSampleSize } from
|
|
20
|
-
export { default as FilterRanks } from
|
|
21
|
-
export { default as FilterManaCost } from
|
|
22
|
-
export { default as FilterRarities } from
|
|
23
|
-
export { default as FilterSets } from
|
|
24
|
-
export { default as FilterKeywords } from
|
|
25
|
-
export { default as FilterServers } from
|
|
26
|
-
export { default as FilterTime } from
|
|
27
|
-
export { default as FilterCardCodes } from
|
|
28
|
-
export { default as FilterDecks } from
|
|
29
|
-
export { default as FilterProfile } from
|
|
30
|
-
export { default as FilterText } from
|
|
31
|
-
export { default as FilterAdvanced } from
|
|
32
|
-
export { default as FilterRegions } from
|
|
33
|
-
export { default as FilterCards } from
|
|
34
|
-
export { default as AdvancedFilterItem } from
|
|
35
|
-
export { default as FilterTypes } from
|
|
36
|
-
export { default as CopyMeComponent } from
|
|
37
|
-
export { default as RegionsLine } from
|
|
38
|
-
export { default as CardsTable } from
|
|
39
|
-
export { default as DeckHighlightRegions } from
|
|
40
|
-
export { default as GemsCost } from
|
|
41
|
-
export { default as CardSliceItem } from
|
|
42
|
-
export { default as LanguageSelection } from
|
|
43
|
-
export { default as DeckSidePanel } from
|
|
44
|
-
export { default as DeckHighlight } from
|
|
45
|
-
export { default as ArchetypeSidePanel } from
|
|
46
|
-
export { default as OpenInDeckBuilderButton } from
|
|
47
|
-
export { default as CopyDeckButton } from
|
|
48
|
-
export { default as UpdateDeckPrivacyButton } from
|
|
49
|
-
export { default as EditDeckNameButton } from
|
|
50
|
-
export { default as UploadDeckToLorButton } from
|
|
51
|
-
export { default as DeleteDeckButton } from
|
|
52
|
-
export { default as OpenArchetypePageButton } from
|
|
53
|
-
export { default as SimulateMulliganButton } from
|
|
54
|
-
export { default as DecksRow } from
|
|
55
|
-
export { default as CardItemLinkWrapper } from
|
|
56
|
-
export { default as DeckHighlightCards } from
|
|
57
|
-
export { default as CheckboxItem } from
|
|
58
|
-
export { default as NavigationTopDesktop } from
|
|
59
|
-
export { default as SidePanelSectionPane } from
|
|
60
|
-
export { default as CardSimilarCards } from
|
|
61
|
-
export { default as DashboardSignUp } from
|
|
62
|
-
export { default as MatchItem } from
|
|
63
|
-
export { default as ToggleSwitch } from
|
|
64
|
-
export { default as LeaderboardTop10Region } from
|
|
65
|
-
export { default as ShareButton } from
|
|
66
|
-
export { default as LeaderboardDetailRow } from
|
|
67
|
-
export { default as DeckBlock } from
|
|
68
|
-
export { default as SmallTable } from
|
|
69
|
-
export { default as LeaderboardTop } from
|
|
70
|
-
export { default as CardLottery } from
|
|
71
|
-
export { default as DashboardProfile } from
|
|
72
|
-
export { default as LeaderboardChart } from
|
|
73
|
-
export { default as CardQuantityBarChart } from
|
|
74
|
-
export { default as WinsLossesBarChart } from
|
|
75
|
-
export { default as RoundCardInfoBarChart } from
|
|
76
|
-
export { default as LineChart } from
|
|
77
|
-
export { default as ManaCurveChart } from
|
|
78
|
-
export { default as WinrateDoughnutChart } from
|
|
79
|
-
export { default as InfoDoughnutChart } from
|
|
80
|
-
export { default as BuiltDecksTable } from
|
|
81
|
-
export { default as ProfileRegionTable } from
|
|
82
|
-
export { default as ProfileArchetypeTable } from
|
|
83
|
-
export { default as CardItem3d } from
|
|
84
|
-
export { default as LeaderboardOptions } from
|
|
85
|
-
export { default as SimilarDecksTable } from
|
|
86
|
-
export { default as LargeTable } from
|
|
87
|
-
export { default as StatisticsPaneContainer } from
|
|
88
|
-
export { default as ArchetypeSidePanelHighlight } from
|
|
89
|
-
export { default as CardCarousel } from
|
|
90
|
-
export { default as DeckButtons } from
|
|
91
|
-
export { default as WinsLossesLine } from
|
|
92
|
-
export { default as DashboardCardRow } from
|
|
93
|
-
export { default as CardTogglePage } from
|
|
94
|
-
export { default as TestComponent } from
|
|
95
|
-
export { default as DashboardLeaderboardRow } from
|
|
96
|
-
export { default as DeckPreview } from
|
|
97
|
-
export { default as CheckboxItemManaCost } from
|
|
98
|
-
export { default as RevealDayOptions } from
|
|
99
|
-
export { default as DeckDifferenceItem } from
|
|
100
|
-
export { default as DashboardNewCards } from
|
|
101
|
-
export { default as CardsRow } from
|
|
102
|
-
export { default as LeaderboardDetailTable } from
|
|
103
|
-
export { default as DeckIcon } from
|
|
104
|
-
export { default as LogoIcon } from
|
|
105
|
-
export { default as FollowerIcon } from
|
|
106
|
-
export { default as ChampionIcon } from
|
|
107
|
-
export { default as EternalIcon } from
|
|
108
|
-
export { default as InfoIcon } from
|
|
109
|
-
export { default as LandmarkIcon } from
|
|
110
|
-
export { default as ManaHexagonIcon } from
|
|
111
|
-
export { default as RuneterraIcon } from
|
|
112
|
-
export { default as ShardsIcon } from
|
|
113
|
-
export { default as StandardIcon } from
|
|
114
|
-
export { default as SpellIcon } from
|
|
115
|
-
export { default as GauntletIcon } from
|
|
116
|
-
export { default as EquipmentIcon } from
|
|
117
|
-
export { default as NavigationTop } from
|
|
118
|
-
export { default as CardMultiselect } from
|
|
119
|
-
export { default as ProfileDropdown } from
|
|
120
|
-
export { default as ColorPicker } from
|
|
121
|
-
export { default as DashboardLeaderboardTable } from
|
|
122
|
-
export { default as NavigationSide } from
|
|
123
|
-
export { default as ArchetypesTable } from
|
|
124
|
-
export { default as DeckBuilderSummary } from
|
|
125
|
-
export { default as DeckBuilderSummaryType } from
|
|
126
|
-
export { default as DashboardCardTable } from
|
|
127
|
-
export { default as ArchetypesRow } from
|
|
128
|
-
export { default as RevealDayOption } from
|
|
129
|
-
export { default as DeckHighlightEye } from
|
|
130
|
-
export { default as DeckDifferences } from
|
|
131
|
-
export { default as ZoomSlider } from
|
|
132
|
-
export { default as CardOverview } from
|
|
133
|
-
export { default as CircleCardItem } from
|
|
134
|
-
export { default as ProfileGameTypeWinrate } from
|
|
135
|
-
export { default as DecksTable } from
|
|
136
|
-
export { default as RegionItem } from
|
|
137
|
-
export { default as TippyText } from
|
|
138
|
-
export { default as ProfileRegionRow } from
|
|
139
|
-
export { default as SimulateMulligan } from
|
|
140
|
-
export { default as DeckSummary } from
|
|
141
|
-
export { default as NavigationTopMobile } from
|
|
142
|
-
export { default as CardItem } from
|
|
143
|
-
export { default as ProfileArchetypeRow } from
|
|
144
|
-
export { default as DeckBuilderSidePanel } from
|
|
145
|
-
export { default as RegionDistributionChart } from
|
|
146
|
-
export { default as Spinner } from
|
|
147
|
-
export { default as ToastContainer } from
|
|
148
|
-
export { default as DeckButtonsDropdown } from
|
|
149
|
-
export { default as SimpleDoughnutChart } from
|
|
3
|
+
export { CardImageType } from "./setup/stores/callbacks";
|
|
4
|
+
export { setupi18n } from "./setup/i18n";
|
|
5
|
+
export { importIcons } from "./setup/icons";
|
|
6
|
+
export { useCardJsonObjectStore } from "./setup/stores/cardJsonObject";
|
|
7
|
+
export { useDataJsonStore } from "./setup/stores/dataJson";
|
|
8
|
+
export { useAcquiredCardsStore } from "./setup/stores/acquiredCards";
|
|
9
|
+
export { useSearchBarOptionsStore } from "./setup/stores/searchBarOptions";
|
|
10
|
+
export { useFilterStore } from "./setup/stores/filters";
|
|
11
|
+
export { useCardJsonStore } from "./setup/stores/cardJson";
|
|
12
|
+
export { useUserStore } from "./setup/stores/user";
|
|
13
|
+
export { useCallbacksStore } from "./setup/stores/callbacks";
|
|
14
|
+
export { useToastsStore } from "./setup/stores/toasts";
|
|
15
|
+
export { default as RevealCarousel } from "./library/RevealCarousel/RevealCarousel.vue";
|
|
16
|
+
export { default as SearchBar } from "./library/SearchBar/SearchBar.vue";
|
|
17
|
+
export { default as SocialLinks } from "./library/SocialLinks/SocialLinks.vue";
|
|
18
|
+
export { default as ModalItem } from "./library/ModalItem/ModalItem.vue";
|
|
19
|
+
export { default as FilterSampleSize } from "./library/Filters/FilterSampleSize/FilterSampleSize.vue";
|
|
20
|
+
export { default as FilterRanks } from "./library/Filters/FilterRanks/FilterRanks.vue";
|
|
21
|
+
export { default as FilterManaCost } from "./library/Filters/FilterManaCost/FilterManaCost.vue";
|
|
22
|
+
export { default as FilterRarities } from "./library/Filters/FilterRarities/FilterRarities.vue";
|
|
23
|
+
export { default as FilterSets } from "./library/Filters/FilterSets/FilterSets.vue";
|
|
24
|
+
export { default as FilterKeywords } from "./library/Filters/FilterKeywords/FilterKeywords.vue";
|
|
25
|
+
export { default as FilterServers } from "./library/Filters/FilterServers/FilterServers.vue";
|
|
26
|
+
export { default as FilterTime } from "./library/Filters/FilterTime/FilterTime.vue";
|
|
27
|
+
export { default as FilterCardCodes } from "./library/Filters/FilterCardCodes/FilterCardCodes.vue";
|
|
28
|
+
export { default as FilterDecks } from "./library/Filters/FilterDecks/FilterDecks.vue";
|
|
29
|
+
export { default as FilterProfile } from "./library/Filters/FilterProfile/FilterProfile.vue";
|
|
30
|
+
export { default as FilterText } from "./library/Filters/FilterText/FilterText.vue";
|
|
31
|
+
export { default as FilterAdvanced } from "./library/Filters/FilterAdvanced/FilterAdvanced.vue";
|
|
32
|
+
export { default as FilterRegions } from "./library/Filters/FilterRegions/FilterRegions.vue";
|
|
33
|
+
export { default as FilterCards } from "./library/Filters/FilterCards/FilterCards.vue";
|
|
34
|
+
export { default as AdvancedFilterItem } from "./library/Filters/AdvancedFilterItem/AdvancedFilterItem.vue";
|
|
35
|
+
export { default as FilterTypes } from "./library/Filters/FilterTypes/FilterTypes.vue";
|
|
36
|
+
export { default as CopyMeComponent } from "./library/.CopyMeComponent/CopyMeComponent.vue";
|
|
37
|
+
export { default as RegionsLine } from "./library/RegionsLine/RegionsLine.vue";
|
|
38
|
+
export { default as CardsTable } from "./library/CardsTable/CardsTable.vue";
|
|
39
|
+
export { default as DeckHighlightRegions } from "./library/DeckHighlightRegions/DeckHighlightRegions.vue";
|
|
40
|
+
export { default as GemsCost } from "./library/GemsCost/GemsCost.vue";
|
|
41
|
+
export { default as CardSliceItem } from "./library/CardSliceItem/CardSliceItem.vue";
|
|
42
|
+
export { default as LanguageSelection } from "./library/LanguageSelection/LanguageSelection.vue";
|
|
43
|
+
export { default as DeckSidePanel } from "./library/DeckSidePanel/DeckSidePanel.vue";
|
|
44
|
+
export { default as DeckHighlight } from "./library/DeckHighlight/DeckHighlight.vue";
|
|
45
|
+
export { default as ArchetypeSidePanel } from "./library/ArchetypeSidePanel/ArchetypeSidePanel.vue";
|
|
46
|
+
export { default as OpenInDeckBuilderButton } from "./library/Buttons/OpenInDeckBuilderButton/OpenInDeckBuilderButton.vue";
|
|
47
|
+
export { default as CopyDeckButton } from "./library/Buttons/CopyDeckButton/CopyDeckButton.vue";
|
|
48
|
+
export { default as UpdateDeckPrivacyButton } from "./library/Buttons/UpdateDeckPrivacyButton/UpdateDeckPrivacyButton.vue";
|
|
49
|
+
export { default as EditDeckNameButton } from "./library/Buttons/EditDeckNameButton/EditDeckNameButton.vue";
|
|
50
|
+
export { default as UploadDeckToLorButton } from "./library/Buttons/UploadDeckToLorButton/UploadDeckToLorButton.vue";
|
|
51
|
+
export { default as DeleteDeckButton } from "./library/Buttons/DeleteDeckButton/DeleteDeckButton.vue";
|
|
52
|
+
export { default as OpenArchetypePageButton } from "./library/Buttons/OpenArchetypePageButton/OpenArchetypePageButton.vue";
|
|
53
|
+
export { default as SimulateMulliganButton } from "./library/Buttons/SimulateMulliganButton/SimulateMulliganButton.vue";
|
|
54
|
+
export { default as DecksRow } from "./library/DecksRow/DecksRow.vue";
|
|
55
|
+
export { default as CardItemLinkWrapper } from "./library/CardItemLinkWrapper/CardItemLinkWrapper.vue";
|
|
56
|
+
export { default as DeckHighlightCards } from "./library/DeckHighlightCards/DeckHighlightCards.vue";
|
|
57
|
+
export { default as CheckboxItem } from "./library/CheckboxItem/CheckboxItem.vue";
|
|
58
|
+
export { default as NavigationTopDesktop } from "./library/NavigationTopDesktop/NavigationTopDesktop.vue";
|
|
59
|
+
export { default as SidePanelSectionPane } from "./library/SidePanelSectionPane/SidePanelSectionPane.vue";
|
|
60
|
+
export { default as CardSimilarCards } from "./library/CardSimilarCards/CardSimilarCards.vue";
|
|
61
|
+
export { default as DashboardSignUp } from "./library/DashboardSignUp/DashboardSignUp.vue";
|
|
62
|
+
export { default as MatchItem } from "./library/MatchItem/MatchItem.vue";
|
|
63
|
+
export { default as ToggleSwitch } from "./library/ToggleSwitch/ToggleSwitch.vue";
|
|
64
|
+
export { default as LeaderboardTop10Region } from "./library/LeaderboardTop10Region/LeaderboardTop10Region.vue";
|
|
65
|
+
export { default as ShareButton } from "./library/ShareButton/ShareButton.vue";
|
|
66
|
+
export { default as LeaderboardDetailRow } from "./library/LeaderboardDetailRow/LeaderboardDetailRow.vue";
|
|
67
|
+
export { default as DeckBlock } from "./library/DeckBlock/DeckBlock.vue";
|
|
68
|
+
export { default as SmallTable } from "./library/SmallTable/SmallTable.vue";
|
|
69
|
+
export { default as LeaderboardTop } from "./library/LeaderboardTop/LeaderboardTop.vue";
|
|
70
|
+
export { default as CardLottery } from "./library/CardLottery/CardLottery.vue";
|
|
71
|
+
export { default as DashboardProfile } from "./library/DashboardProfile/DashboardProfile.vue";
|
|
72
|
+
export { default as LeaderboardChart } from "./library/Charts/LeaderboardChart/LeaderboardChart.vue";
|
|
73
|
+
export { default as CardQuantityBarChart } from "./library/Charts/CardQuantityBarChart/CardQuantityBarChart.vue";
|
|
74
|
+
export { default as WinsLossesBarChart } from "./library/Charts/WinsLossesBarChart/WinsLossesBarChart.vue";
|
|
75
|
+
export { default as RoundCardInfoBarChart } from "./library/Charts/RoundCardInfoBarChart/RoundCardInfoBarChart.vue";
|
|
76
|
+
export { default as LineChart } from "./library/Charts/LineChart/LineChart.vue";
|
|
77
|
+
export { default as ManaCurveChart } from "./library/Charts/ManaCurveChart/ManaCurveChart.vue";
|
|
78
|
+
export { default as WinrateDoughnutChart } from "./library/Charts/WinrateDoughnutChart/WinrateDoughnutChart.vue";
|
|
79
|
+
export { default as InfoDoughnutChart } from "./library/Charts/InfoDoughnutChart/InfoDoughnutChart.vue";
|
|
80
|
+
export { default as BuiltDecksTable } from "./library/BuiltDecksTable/BuiltDecksTable.vue";
|
|
81
|
+
export { default as ProfileRegionTable } from "./library/ProfileRegionTable/ProfileRegionTable.vue";
|
|
82
|
+
export { default as ProfileArchetypeTable } from "./library/ProfileArchetypeTable/ProfileArchetypeTable.vue";
|
|
83
|
+
export { default as CardItem3d } from "./library/CardItem3d/CardItem3d.vue";
|
|
84
|
+
export { default as LeaderboardOptions } from "./library/LeaderboardOptions/LeaderboardOptions.vue";
|
|
85
|
+
export { default as SimilarDecksTable } from "./library/SimilarDecksTable/SimilarDecksTable.vue";
|
|
86
|
+
export { default as LargeTable } from "./library/LargeTable/LargeTable.vue";
|
|
87
|
+
export { default as StatisticsPaneContainer } from "./library/StatisticsPaneContainer/StatisticsPaneContainer.vue";
|
|
88
|
+
export { default as ArchetypeSidePanelHighlight } from "./library/ArchetypeSidePanelHighlight/ArchetypeSidePanelHighlight.vue";
|
|
89
|
+
export { default as CardCarousel } from "./library/CardCarousel/CardCarousel.vue";
|
|
90
|
+
export { default as DeckButtons } from "./library/DeckButtons/DeckButtons.vue";
|
|
91
|
+
export { default as WinsLossesLine } from "./library/WinsLossesLine/WinsLossesLine.vue";
|
|
92
|
+
export { default as DashboardCardRow } from "./library/DashboardCardRow/DashboardCardRow.vue";
|
|
93
|
+
export { default as CardTogglePage } from "./library/CardTogglePage/CardTogglePage.vue";
|
|
94
|
+
export { default as TestComponent } from "./library/TestComponent/TestComponent.vue";
|
|
95
|
+
export { default as DashboardLeaderboardRow } from "./library/DashboardLeaderboardRow/DashboardLeaderboardRow.vue";
|
|
96
|
+
export { default as DeckPreview } from "./library/DeckPreview/DeckPreview.vue";
|
|
97
|
+
export { default as CheckboxItemManaCost } from "./library/CheckboxItemManaCost/CheckboxItemManaCost.vue";
|
|
98
|
+
export { default as RevealDayOptions } from "./library/RevealDayOptions/RevealDayOptions.vue";
|
|
99
|
+
export { default as DeckDifferenceItem } from "./library/DeckDifferenceItem/DeckDifferenceItem.vue";
|
|
100
|
+
export { default as DashboardNewCards } from "./library/DashboardNewCards/DashboardNewCards.vue";
|
|
101
|
+
export { default as CardsRow } from "./library/CardsRow/CardsRow.vue";
|
|
102
|
+
export { default as LeaderboardDetailTable } from "./library/LeaderboardDetailTable/LeaderboardDetailTable.vue";
|
|
103
|
+
export { default as DeckIcon } from "./library/icons/DeckIcon/DeckIcon.vue";
|
|
104
|
+
export { default as LogoIcon } from "./library/icons/LogoIcon/LogoIcon.vue";
|
|
105
|
+
export { default as FollowerIcon } from "./library/icons/FollowerIcon/FollowerIcon.vue";
|
|
106
|
+
export { default as ChampionIcon } from "./library/icons/ChampionIcon/ChampionIcon.vue";
|
|
107
|
+
export { default as EternalIcon } from "./library/icons/EternalIcon/EternalIcon.vue";
|
|
108
|
+
export { default as InfoIcon } from "./library/icons/InfoIcon/InfoIcon.vue";
|
|
109
|
+
export { default as LandmarkIcon } from "./library/icons/LandmarkIcon/LandmarkIcon.vue";
|
|
110
|
+
export { default as ManaHexagonIcon } from "./library/icons/ManaHexagonIcon/ManaHexagonIcon.vue";
|
|
111
|
+
export { default as RuneterraIcon } from "./library/icons/RuneterraIcon/RuneterraIcon.vue";
|
|
112
|
+
export { default as ShardsIcon } from "./library/icons/ShardsIcon/ShardsIcon.vue";
|
|
113
|
+
export { default as StandardIcon } from "./library/icons/StandardIcon/StandardIcon.vue";
|
|
114
|
+
export { default as SpellIcon } from "./library/icons/SpellIcon/SpellIcon.vue";
|
|
115
|
+
export { default as GauntletIcon } from "./library/icons/GauntletIcon/GauntletIcon.vue";
|
|
116
|
+
export { default as EquipmentIcon } from "./library/icons/EquipmentIcon/EquipmentIcon.vue";
|
|
117
|
+
export { default as NavigationTop } from "./library/NavigationTop/NavigationTop.vue";
|
|
118
|
+
export { default as CardMultiselect } from "./library/CardMultiselect/CardMultiselect.vue";
|
|
119
|
+
export { default as ProfileDropdown } from "./library/ProfileDropdown/ProfileDropdown.vue";
|
|
120
|
+
export { default as ColorPicker } from "./library/ColorPicker/ColorPicker.vue";
|
|
121
|
+
export { default as DashboardLeaderboardTable } from "./library/DashboardLeaderboardTable/DashboardLeaderboardTable.vue";
|
|
122
|
+
export { default as NavigationSide } from "./library/NavigationSide/NavigationSide.vue";
|
|
123
|
+
export { default as ArchetypesTable } from "./library/ArchetypesTable/ArchetypesTable.vue";
|
|
124
|
+
export { default as DeckBuilderSummary } from "./library/DeckBuilderSummary/DeckBuilderSummary.vue";
|
|
125
|
+
export { default as DeckBuilderSummaryType } from "./library/DeckBuilderSummaryType/DeckBuilderSummaryType.vue";
|
|
126
|
+
export { default as DashboardCardTable } from "./library/DashboardCardTable/DashboardCardTable.vue";
|
|
127
|
+
export { default as ArchetypesRow } from "./library/ArchetypesRow/ArchetypesRow.vue";
|
|
128
|
+
export { default as RevealDayOption } from "./library/RevealDayOption/RevealDayOption.vue";
|
|
129
|
+
export { default as DeckHighlightEye } from "./library/DeckHighlightEye/DeckHighlightEye.vue";
|
|
130
|
+
export { default as DeckDifferences } from "./library/DeckDifferences/DeckDifferences.vue";
|
|
131
|
+
export { default as ZoomSlider } from "./library/ZoomSlider/ZoomSlider.vue";
|
|
132
|
+
export { default as CardOverview } from "./library/CardOverview/CardOverview.vue";
|
|
133
|
+
export { default as CircleCardItem } from "./library/CircleCardItem/CircleCardItem.vue";
|
|
134
|
+
export { default as ProfileGameTypeWinrate } from "./library/ProfileGameTypeWinrate/ProfileGameTypeWinrate.vue";
|
|
135
|
+
export { default as DecksTable } from "./library/DecksTable/DecksTable.vue";
|
|
136
|
+
export { default as RegionItem } from "./library/RegionItem/RegionItem.vue";
|
|
137
|
+
export { default as TippyText } from "./library/TippyText/TippyText.vue";
|
|
138
|
+
export { default as ProfileRegionRow } from "./library/ProfileRegionRow/ProfileRegionRow.vue";
|
|
139
|
+
export { default as SimulateMulligan } from "./library/Deck/SimulateMulligan/SimulateMulligan.vue";
|
|
140
|
+
export { default as DeckSummary } from "./library/Deck/DeckSummary/DeckSummary.vue";
|
|
141
|
+
export { default as NavigationTopMobile } from "./library/NavigationTopMobile/NavigationTopMobile.vue";
|
|
142
|
+
export { default as CardItem } from "./library/CardItem/CardItem.vue";
|
|
143
|
+
export { default as ProfileArchetypeRow } from "./library/ProfileArchetypeRow/ProfileArchetypeRow.vue";
|
|
144
|
+
export { default as DeckBuilderSidePanel } from "./library/DeckBuilderSidePanel/DeckBuilderSidePanel.vue";
|
|
145
|
+
export { default as RegionDistributionChart } from "./library/Charts/RegionDistributionChart/RegionDistributionChart.vue";
|
|
146
|
+
export { default as Spinner } from "./library/icons/Spinner/Spinner.vue";
|
|
147
|
+
export { default as ToastContainer } from "./library/ToastContainer/ToastContainer.vue";
|
|
148
|
+
export { default as DeckButtonsDropdown } from "./library/DeckButtonsDropdown/DeckButtonsDropdown.vue";
|
|
149
|
+
export { default as SimpleDoughnutChart } from "./library/Charts/SimpleDoughnutChart/SimpleDoughnutChart.vue";
|
|
150
|
+
export { default as TournamentTimeline } from "./library/TournamentTimeline/TournamentTimeline.vue";
|
|
151
|
+
export { default as TournamentPlayerTable } from "./library/TournamentPlayerTable/TournamentPlayerTable.vue";
|
|
152
|
+
export { default as TournamentSwissRoundOptions } from "./library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue";
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
results: {
|
|
3
|
+
type: import("vue").PropType<import("./types").TournamentDeckResultSingle | import("./types").TournamentDeckResultMultiple>;
|
|
4
|
+
required: boolean;
|
|
5
|
+
default: {
|
|
6
|
+
type: string;
|
|
7
|
+
isVictory: null;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
deckCode: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: boolean;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
results: {
|
|
17
|
+
type: import("vue").PropType<import("./types").TournamentDeckResultSingle | import("./types").TournamentDeckResultMultiple>;
|
|
18
|
+
required: boolean;
|
|
19
|
+
default: {
|
|
20
|
+
type: string;
|
|
21
|
+
isVictory: null;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
deckCode: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: boolean;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
}>>, {
|
|
30
|
+
deckCode: string;
|
|
31
|
+
results: import("./types").TournamentDeckResultSingle | import("./types").TournamentDeckResultMultiple;
|
|
32
|
+
}, {}>;
|
|
33
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TournamentDeckResult.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/library/TournamentDeckResult/TournamentDeckResult.vue"],"names":[],"mappings":"AACA,cAAc,kKAAkK,CAAC;AACjL,OAAO,+KAA+K,CAAC;;AAEvL,wBAA0F"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PropType } from "vue";
|
|
2
|
+
export type TournamentDeckResultSingle = {
|
|
3
|
+
type: "single";
|
|
4
|
+
isVictory: boolean | null;
|
|
5
|
+
isBanned?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export type TournamentDeckResultMultiple = {
|
|
8
|
+
type: "multiple";
|
|
9
|
+
wins: number;
|
|
10
|
+
losses: number;
|
|
11
|
+
bans: number;
|
|
12
|
+
};
|
|
13
|
+
export type TournamentDeckResultProps = {
|
|
14
|
+
results: TournamentDeckResultSingle | TournamentDeckResultMultiple;
|
|
15
|
+
deckCode: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const tournamentDeckResultProps: {
|
|
18
|
+
results: {
|
|
19
|
+
type: PropType<TournamentDeckResultSingle | TournamentDeckResultMultiple>;
|
|
20
|
+
required: boolean;
|
|
21
|
+
default: {
|
|
22
|
+
type: string;
|
|
23
|
+
isVictory: null;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
deckCode: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
required: boolean;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
routerLink: {
|
|
3
|
+
type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
4
|
+
required: boolean;
|
|
5
|
+
default: {
|
|
6
|
+
path: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
index: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
required: boolean;
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
id: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
required: boolean;
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
name: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: boolean;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
rank: {
|
|
25
|
+
type: NumberConstructor;
|
|
26
|
+
required: boolean;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
gameWins: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
required: boolean;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
gameLosses: {
|
|
35
|
+
type: NumberConstructor;
|
|
36
|
+
required: boolean;
|
|
37
|
+
default: number;
|
|
38
|
+
};
|
|
39
|
+
matchWins: {
|
|
40
|
+
type: NumberConstructor;
|
|
41
|
+
required: boolean;
|
|
42
|
+
default: number;
|
|
43
|
+
};
|
|
44
|
+
matchLosses: {
|
|
45
|
+
type: NumberConstructor;
|
|
46
|
+
required: boolean;
|
|
47
|
+
default: number;
|
|
48
|
+
};
|
|
49
|
+
opponentsMatchWinrate: {
|
|
50
|
+
type: NumberConstructor;
|
|
51
|
+
required: boolean;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
opponentsGameWinrate: {
|
|
55
|
+
type: NumberConstructor;
|
|
56
|
+
required: boolean;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
decks: {
|
|
60
|
+
type: import("vue").PropType<import("./types").TournamentPlayerDeckData[]>;
|
|
61
|
+
required: boolean;
|
|
62
|
+
default: never[];
|
|
63
|
+
};
|
|
64
|
+
selectedBannerCard: {
|
|
65
|
+
type: import("vue").PropType<string | null>;
|
|
66
|
+
required: boolean;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
selectedBannerColor: {
|
|
70
|
+
type: import("vue").PropType<string | null>;
|
|
71
|
+
required: boolean;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
shownColumns: {
|
|
75
|
+
type: import("vue").PropType<import("../LeaderboardDetailTable/types").LeaderboardDetailTableShownColumns>;
|
|
76
|
+
required: boolean;
|
|
77
|
+
default: {
|
|
78
|
+
player: boolean;
|
|
79
|
+
lp: boolean;
|
|
80
|
+
change: boolean;
|
|
81
|
+
wins: boolean;
|
|
82
|
+
matches: boolean;
|
|
83
|
+
winrate: boolean;
|
|
84
|
+
deck: boolean;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
88
|
+
routerLink: {
|
|
89
|
+
type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
|
|
90
|
+
required: boolean;
|
|
91
|
+
default: {
|
|
92
|
+
path: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
index: {
|
|
96
|
+
type: NumberConstructor;
|
|
97
|
+
required: boolean;
|
|
98
|
+
default: number;
|
|
99
|
+
};
|
|
100
|
+
id: {
|
|
101
|
+
type: NumberConstructor;
|
|
102
|
+
required: boolean;
|
|
103
|
+
default: number;
|
|
104
|
+
};
|
|
105
|
+
name: {
|
|
106
|
+
type: StringConstructor;
|
|
107
|
+
required: boolean;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
rank: {
|
|
111
|
+
type: NumberConstructor;
|
|
112
|
+
required: boolean;
|
|
113
|
+
default: number;
|
|
114
|
+
};
|
|
115
|
+
gameWins: {
|
|
116
|
+
type: NumberConstructor;
|
|
117
|
+
required: boolean;
|
|
118
|
+
default: number;
|
|
119
|
+
};
|
|
120
|
+
gameLosses: {
|
|
121
|
+
type: NumberConstructor;
|
|
122
|
+
required: boolean;
|
|
123
|
+
default: number;
|
|
124
|
+
};
|
|
125
|
+
matchWins: {
|
|
126
|
+
type: NumberConstructor;
|
|
127
|
+
required: boolean;
|
|
128
|
+
default: number;
|
|
129
|
+
};
|
|
130
|
+
matchLosses: {
|
|
131
|
+
type: NumberConstructor;
|
|
132
|
+
required: boolean;
|
|
133
|
+
default: number;
|
|
134
|
+
};
|
|
135
|
+
opponentsMatchWinrate: {
|
|
136
|
+
type: NumberConstructor;
|
|
137
|
+
required: boolean;
|
|
138
|
+
default: number;
|
|
139
|
+
};
|
|
140
|
+
opponentsGameWinrate: {
|
|
141
|
+
type: NumberConstructor;
|
|
142
|
+
required: boolean;
|
|
143
|
+
default: number;
|
|
144
|
+
};
|
|
145
|
+
decks: {
|
|
146
|
+
type: import("vue").PropType<import("./types").TournamentPlayerDeckData[]>;
|
|
147
|
+
required: boolean;
|
|
148
|
+
default: never[];
|
|
149
|
+
};
|
|
150
|
+
selectedBannerCard: {
|
|
151
|
+
type: import("vue").PropType<string | null>;
|
|
152
|
+
required: boolean;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
selectedBannerColor: {
|
|
156
|
+
type: import("vue").PropType<string | null>;
|
|
157
|
+
required: boolean;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
shownColumns: {
|
|
161
|
+
type: import("vue").PropType<import("../LeaderboardDetailTable/types").LeaderboardDetailTableShownColumns>;
|
|
162
|
+
required: boolean;
|
|
163
|
+
default: {
|
|
164
|
+
player: boolean;
|
|
165
|
+
lp: boolean;
|
|
166
|
+
change: boolean;
|
|
167
|
+
wins: boolean;
|
|
168
|
+
matches: boolean;
|
|
169
|
+
winrate: boolean;
|
|
170
|
+
deck: boolean;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
}>>, {
|
|
174
|
+
name: string;
|
|
175
|
+
routerLink: import("vue-router").RouteLocationRaw;
|
|
176
|
+
index: number;
|
|
177
|
+
id: number;
|
|
178
|
+
rank: number;
|
|
179
|
+
shownColumns: import("../LeaderboardDetailTable/types").LeaderboardDetailTableShownColumns;
|
|
180
|
+
selectedBannerCard: string | null;
|
|
181
|
+
decks: import("./types").TournamentPlayerDeckData[];
|
|
182
|
+
selectedBannerColor: string | null;
|
|
183
|
+
gameWins: number;
|
|
184
|
+
gameLosses: number;
|
|
185
|
+
matchWins: number;
|
|
186
|
+
matchLosses: number;
|
|
187
|
+
opponentsMatchWinrate: number;
|
|
188
|
+
opponentsGameWinrate: number;
|
|
189
|
+
}, {}>;
|
|
190
|
+
export default _sfc_main;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TournamentPlayerRow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/library/TournamentPlayerRow/TournamentPlayerRow.vue"],"names":[],"mappings":"AACA,cAAc,gKAAgK,CAAC;AAC/K,OAAO,6KAA6K,CAAC;;AAErL,wBAA0F"}
|