lorgg-v2-components 0.0.41 → 0.0.43
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/helpers/components.d.ts +1 -1
- package/dist/components/helpers/components.d.ts.map +1 -1
- package/dist/components/library/ArchetypesTable/ArchetypesTable.vue.d.ts +4 -2
- package/dist/components/library/BuiltDecksTable/BuiltDecksTable.vue.d.ts +4 -2
- package/dist/components/library/CardsTable/CardsTable.vue.d.ts +4 -2
- package/dist/components/library/DecksTable/DecksTable.vue.d.ts +4 -2
- package/dist/components/library/LeaderboardDetailTable/LeaderboardDetailTable.vue.d.ts +4 -2
- package/dist/components/library/SimilarDecksTable/SimilarDecksTable.vue.d.ts +4 -2
- package/dist/components/main.d.ts +1 -1
- package/dist/components/types/filters.d.ts +6 -0
- package/dist/components/types/filters.d.ts.map +1 -1
- package/dist/lorgg-components.cjs.js +38 -38
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +3678 -3687
- package/dist/lorgg-components.umd.js +40 -40
- package/package.json +1 -1
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { HeadingItem } from '../library/LargeTable/types';
|
|
3
|
-
export declare function toggleSort(id: string, headingItems: Ref<HeadingItem[]>):
|
|
3
|
+
export declare function toggleSort(id: string, headingItems: Ref<HeadingItem[]>): HeadingItem | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/components.ts"],"names":[],"mappings":"AACA,wBAAgB,UAAU,CAAC,EAAE,KAAA,EAAE,YAAY,KAAA,
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/components.ts"],"names":[],"mappings":"AACA,wBAAgB,UAAU,CAAC,EAAE,KAAA,EAAE,YAAY,KAAA,OAe1C"}
|
|
@@ -4,13 +4,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sort-updated"[], "sort-updated", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
archetypeRows: {
|
|
9
9
|
type: import("vue").PropType<import("../ArchetypesRow/types").ArchetypesRowData[]>;
|
|
10
10
|
required: boolean;
|
|
11
11
|
default: never[];
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>> & {
|
|
14
|
+
"onSort-updated"?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
14
16
|
archetypeRows: import("../ArchetypesRow/types").ArchetypesRowData[];
|
|
15
17
|
}, {}>;
|
|
16
18
|
export default _sfc_main;
|
|
@@ -4,13 +4,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sort-updated"[], "sort-updated", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
deckRows: {
|
|
9
9
|
type: import("vue").PropType<import("./types").DeckRowContent[]>;
|
|
10
10
|
required: boolean;
|
|
11
11
|
default: never[];
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>> & {
|
|
14
|
+
"onSort-updated"?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
14
16
|
deckRows: import("./types").DeckRowContent[];
|
|
15
17
|
}, {}>;
|
|
16
18
|
export default _sfc_main;
|
|
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
21
|
turnPlayed: boolean;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sort-updated"[], "sort-updated", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
cardRows: {
|
|
26
26
|
type: import("vue").PropType<import('../CardsRow/types').CardsRowData[]>;
|
|
27
27
|
required: boolean;
|
|
@@ -43,7 +43,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
43
43
|
turnPlayed: boolean;
|
|
44
44
|
};
|
|
45
45
|
};
|
|
46
|
-
}
|
|
46
|
+
}>> & {
|
|
47
|
+
"onSort-updated"?: ((...args: any[]) => any) | undefined;
|
|
48
|
+
}, {
|
|
47
49
|
cardRows: import('../CardsRow/types').CardsRowData[];
|
|
48
50
|
cardsRowToggle: CardsRowToggle;
|
|
49
51
|
}, {}>;
|
|
@@ -4,13 +4,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sort-updated"[], "sort-updated", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
deckRows: {
|
|
9
9
|
type: import("vue").PropType<import("./types").DeckRowContent[]>;
|
|
10
10
|
required: boolean;
|
|
11
11
|
default: never[];
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>> & {
|
|
14
|
+
"onSort-updated"?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
14
16
|
deckRows: import("./types").DeckRowContent[];
|
|
15
17
|
}, {}>;
|
|
16
18
|
export default _sfc_main;
|
|
@@ -4,13 +4,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
4
4
|
required: boolean;
|
|
5
5
|
default: never[];
|
|
6
6
|
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sort-updated"[], "sort-updated", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
players: {
|
|
9
9
|
type: import("vue").PropType<import("../LeaderboardTop10Region/types").PlayerData[]>;
|
|
10
10
|
required: boolean;
|
|
11
11
|
default: never[];
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>> & {
|
|
14
|
+
"onSort-updated"?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}, {
|
|
14
16
|
players: import("../LeaderboardTop10Region/types").PlayerData[];
|
|
15
17
|
}, {}>;
|
|
16
18
|
export default _sfc_main;
|
|
@@ -9,7 +9,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
9
9
|
required: boolean;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "sort-updated"[], "sort-updated", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
deckRows: {
|
|
14
14
|
type: import("vue").PropType<import("./types").DeckRowContent[]>;
|
|
15
15
|
required: boolean;
|
|
@@ -20,7 +20,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
20
20
|
required: boolean;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
|
-
}
|
|
23
|
+
}>> & {
|
|
24
|
+
"onSort-updated"?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
}, {
|
|
24
26
|
deckRows: import("./types").DeckRowContent[];
|
|
25
27
|
originalDeckcode: string;
|
|
26
28
|
}, {}>;
|
|
@@ -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,
|
|
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, 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, SocialMediaLinks, SpellIcon, StandardIcon, StatisticsPaneContainer, TestComponent, TippyText, ToggleSwitch, UpdateDeckPrivacyButton, UploadDeckToLorButton, WinrateDoughnutChart, WinsLossesBarChart, WinsLossesLine, ZoomSlider, setupi18n, useCardJsonObjectStore, useCardJsonStore, useDataJsonStore, importIcons, DeckBuilderSidePanel, getDeckObjectFromCode, setDescription, setTitle, getCardsFromDeck, getMostImportantCards, getDate, keyDayjs } from '../components';
|
|
@@ -14,6 +14,12 @@ export type CardFilters = {
|
|
|
14
14
|
setFilters: string[];
|
|
15
15
|
typeFilters: string[];
|
|
16
16
|
};
|
|
17
|
+
export type CardDataFilters = CardFilters & {
|
|
18
|
+
serverFilters: string[];
|
|
19
|
+
timeFilters: string[];
|
|
20
|
+
formatFilters: string[];
|
|
21
|
+
queueFilters: string[];
|
|
22
|
+
};
|
|
17
23
|
export type DeckFilters = {
|
|
18
24
|
cardFilters: string[];
|
|
19
25
|
regionFilters: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/components/types/filters.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAC/B,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,eAAe,CAAC;AACpB,MAAM,MAAM,sBAAsB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAErD,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,uBAAuB,CAAC;IACnC,QAAQ,EAAE,sBAAsB,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB,CAAC"}
|
|
1
|
+
{"version":3,"file":"filters.d.ts","sourceRoot":"","sources":["../../../src/components/types/filters.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAC/B,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,eAAe,CAAC;AACpB,MAAM,MAAM,sBAAsB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAErD,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,uBAAuB,CAAC;IACnC,QAAQ,EAAE,sBAAsB,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,eAAe,EAAE,cAAc,EAAE,CAAC;IAClC,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG;IAC1C,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,iBAAiB,EAAE,MAAM,EAAE,CAAC;IAC5B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB,CAAC"}
|