lorgg-v2-components 0.0.211 → 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 +1 -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/main.d.ts +1 -1
- package/dist/lorgg-components.cjs.js +38 -38
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +5676 -5650
- package/dist/lorgg-components.umd.js +39 -39
- package/package.json +1 -1
|
@@ -149,3 +149,4 @@ export { default as DeckButtonsDropdown } from "./library/DeckButtonsDropdown/De
|
|
|
149
149
|
export { default as SimpleDoughnutChart } from "./library/Charts/SimpleDoughnutChart/SimpleDoughnutChart.vue";
|
|
150
150
|
export { default as TournamentTimeline } from "./library/TournamentTimeline/TournamentTimeline.vue";
|
|
151
151
|
export { default as TournamentPlayerTable } from "./library/TournamentPlayerTable/TournamentPlayerTable.vue";
|
|
152
|
+
export { default as TournamentSwissRoundOptions } from "./library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue";
|
package/dist/components/library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
|
+
selectedRound: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
required: boolean;
|
|
5
|
+
default: number;
|
|
6
|
+
};
|
|
7
|
+
numRounds: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
required: boolean;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:selectedRound"[], "update:selectedRound", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
selectedRound: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
required: boolean;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
numRounds: {
|
|
19
|
+
type: NumberConstructor;
|
|
20
|
+
required: boolean;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
}>> & {
|
|
24
|
+
"onUpdate:selectedRound"?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}, {
|
|
26
|
+
selectedRound: number;
|
|
27
|
+
numRounds: number;
|
|
28
|
+
}, {}>;
|
|
29
|
+
export default _sfc_main;
|
package/dist/components/library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TournamentSwissRoundOptions.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/library/TournamentSwissRoundOptions/TournamentSwissRoundOptions.vue"],"names":[],"mappings":"AACA,cAAc,gLAAgL,CAAC;AAC/L,OAAO,6LAA6L,CAAC;;AAErM,wBAA0F"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type TournamentSwissRoundOptionsProps = {
|
|
2
|
+
selectedRound: number;
|
|
3
|
+
numRounds: number;
|
|
4
|
+
};
|
|
5
|
+
export declare const tournamentSwissRoundOptionsProps: {
|
|
6
|
+
selectedRound: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
required: boolean;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
numRounds: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
required: boolean;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -3,4 +3,4 @@ declare const _default: {
|
|
|
3
3
|
install: (app: App) => Promise<void>;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
6
|
-
export { AdvancedFilterItem, ArchetypeSidePanel, ArchetypeSidePanelHighlight, ArchetypesRow, ArchetypesTable, BuiltDecksTable, CardCarousel, CardItem, CardItem3d, CardItemLinkWrapper, CardLottery, CardMultiselect, CardOverview, CardQuantityBarChart, CardSimilarCards, CardSliceItem, CardTogglePage, CardsRow, CardsTable, ChampionIcon, CheckboxItem, CheckboxItemManaCost, CircleCardItem, ColorPicker, CopyDeckButton, DashboardCardRow, DashboardCardTable, DashboardLeaderboardRow, DashboardLeaderboardTable, DashboardNewCards, DashboardProfile, DashboardSignUp, DeckBlock, DeckBuilderSummary, DeckBuilderSummaryType, DeckButtons, DeckDifferenceItem, DeckDifferences, DeckHighlight, DeckHighlightCards, DeckHighlightEye, DeckHighlightRegions, DeckIcon, DeckPreview, DeckSidePanel, DeckSummary, DecksRow, DecksTable, DeleteDeckButton, EditDeckNameButton, EquipmentIcon, EternalIcon, FilterAdvanced, FilterCardCodes, FilterCards, FilterDecks, FilterProfile, FilterText, FilterKeywords, FilterManaCost, FilterRanks, FilterRarities, FilterRegions, FilterSampleSize, FilterServers, FilterSets, FilterTime, FilterTypes, FollowerIcon, GauntletIcon, GemsCost, InfoDoughnutChart, InfoIcon, LandmarkIcon, LanguageSelection, LargeTable, LeaderboardChart, LeaderboardDetailRow, LeaderboardDetailTable, LeaderboardOptions, LeaderboardTop, LeaderboardTop10Region, LineChart, LogoIcon, ManaCurveChart, ManaHexagonIcon, MatchItem, ModalItem, NavigationSide, NavigationTop, NavigationTopDesktop, NavigationTopMobile, OpenArchetypePageButton, OpenInDeckBuilderButton, ProfileArchetypeRow, ProfileArchetypeTable, ProfileDropdown, ProfileGameTypeWinrate, ProfileRegionRow, ProfileRegionTable, RegionItem, RegionsLine, RevealCarousel, RevealDayOption, RevealDayOptions, RoundCardInfoBarChart, RuneterraIcon, SearchBar, ShardsIcon, ShareButton, SidePanelSectionPane, SimilarDecksTable, SimulateMulligan, SimulateMulliganButton, SmallTable, SocialLinks, SpellIcon, StandardIcon, StatisticsPaneContainer, TestComponent, TippyText, ToggleSwitch, ToastContainer, UpdateDeckPrivacyButton, UploadDeckToLorButton, WinrateDoughnutChart, WinsLossesBarChart, WinsLossesLine, ZoomSlider, SimpleDoughnutChart, RegionDistributionChart, Spinner, DeckButtonsDropdown, TournamentPlayerTable, TournamentTimeline, setupi18n, useCardJsonObjectStore, useCardJsonStore, useDataJsonStore, useUserStore, useCallbacksStore, useToastsStore, useAcquiredCardsStore, useSearchBarOptionsStore, useFilterStore, importIcons, DeckBuilderSidePanel, getDeckObjectFromCode, getCardsFromDeck, getMostImportantCards, getDate, keyDayjs, regionOfCard, getRegionNameOfRegionRef, CardImageType, getRegions, } from '../components';
|
|
6
|
+
export { AdvancedFilterItem, ArchetypeSidePanel, ArchetypeSidePanelHighlight, ArchetypesRow, ArchetypesTable, BuiltDecksTable, CardCarousel, CardItem, CardItem3d, CardItemLinkWrapper, CardLottery, CardMultiselect, CardOverview, CardQuantityBarChart, CardSimilarCards, CardSliceItem, CardTogglePage, CardsRow, CardsTable, ChampionIcon, CheckboxItem, CheckboxItemManaCost, CircleCardItem, ColorPicker, CopyDeckButton, DashboardCardRow, DashboardCardTable, DashboardLeaderboardRow, DashboardLeaderboardTable, DashboardNewCards, DashboardProfile, DashboardSignUp, DeckBlock, DeckBuilderSummary, DeckBuilderSummaryType, DeckButtons, DeckDifferenceItem, DeckDifferences, DeckHighlight, DeckHighlightCards, DeckHighlightEye, DeckHighlightRegions, DeckIcon, DeckPreview, DeckSidePanel, DeckSummary, DecksRow, DecksTable, DeleteDeckButton, EditDeckNameButton, EquipmentIcon, EternalIcon, FilterAdvanced, FilterCardCodes, FilterCards, FilterDecks, FilterProfile, FilterText, FilterKeywords, FilterManaCost, FilterRanks, FilterRarities, FilterRegions, FilterSampleSize, FilterServers, FilterSets, FilterTime, FilterTypes, FollowerIcon, GauntletIcon, GemsCost, InfoDoughnutChart, InfoIcon, LandmarkIcon, LanguageSelection, LargeTable, LeaderboardChart, LeaderboardDetailRow, LeaderboardDetailTable, LeaderboardOptions, LeaderboardTop, LeaderboardTop10Region, LineChart, LogoIcon, ManaCurveChart, ManaHexagonIcon, MatchItem, ModalItem, NavigationSide, NavigationTop, NavigationTopDesktop, NavigationTopMobile, OpenArchetypePageButton, OpenInDeckBuilderButton, ProfileArchetypeRow, ProfileArchetypeTable, ProfileDropdown, ProfileGameTypeWinrate, ProfileRegionRow, ProfileRegionTable, RegionItem, RegionsLine, RevealCarousel, RevealDayOption, RevealDayOptions, RoundCardInfoBarChart, RuneterraIcon, SearchBar, ShardsIcon, ShareButton, SidePanelSectionPane, SimilarDecksTable, SimulateMulligan, SimulateMulliganButton, SmallTable, SocialLinks, SpellIcon, StandardIcon, StatisticsPaneContainer, TestComponent, TippyText, ToggleSwitch, ToastContainer, UpdateDeckPrivacyButton, UploadDeckToLorButton, WinrateDoughnutChart, WinsLossesBarChart, WinsLossesLine, ZoomSlider, SimpleDoughnutChart, RegionDistributionChart, Spinner, DeckButtonsDropdown, TournamentPlayerTable, TournamentTimeline, TournamentSwissRoundOptions, setupi18n, useCardJsonObjectStore, useCardJsonStore, useDataJsonStore, useUserStore, useCallbacksStore, useToastsStore, useAcquiredCardsStore, useSearchBarOptionsStore, useFilterStore, importIcons, DeckBuilderSidePanel, getDeckObjectFromCode, getCardsFromDeck, getMostImportantCards, getDate, keyDayjs, regionOfCard, getRegionNameOfRegionRef, CardImageType, getRegions, } from '../components';
|