lorgg-v2-components 0.0.101 → 0.0.103

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.
Files changed (43) hide show
  1. package/dist/components/index.d.ts +1 -0
  2. package/dist/components/library/ArchetypesRow/ArchetypesRow.vue.d.ts +0 -21
  3. package/dist/components/library/ArchetypesRow/types.d.ts +0 -11
  4. package/dist/components/library/ArchetypesTable/ArchetypesTable.vue.d.ts +0 -21
  5. package/dist/components/library/ArchetypesTable/types.d.ts +0 -12
  6. package/dist/components/library/CardItem3d/CardItem3d.vue.d.ts +1 -1
  7. package/dist/components/library/CardSimilarCards/CardSimilarCards.vue.d.ts +0 -21
  8. package/dist/components/library/CardSimilarCards/types.d.ts +0 -12
  9. package/dist/components/library/CardsTable/CardsTable.vue.d.ts +0 -21
  10. package/dist/components/library/CardsTable/types.d.ts +0 -12
  11. package/dist/components/library/Charts/InfoDoughnutChart/InfoDoughnutChart.vue.d.ts +3 -3
  12. package/dist/components/library/DashboardCardRow/DashboardCardRow.vue.d.ts +0 -21
  13. package/dist/components/library/DashboardCardRow/types.d.ts +0 -13
  14. package/dist/components/library/Deck/DeckSummary/DeckSummary.vue.d.ts +0 -21
  15. package/dist/components/library/Deck/DeckSummary/types.d.ts +0 -12
  16. package/dist/components/library/DeckBuilderSidePanel/DeckBuilderSidePanel.vue.d.ts +0 -21
  17. package/dist/components/library/DeckBuilderSidePanel/types.d.ts +0 -14
  18. package/dist/components/library/DeckHighlight/DeckHighlight.vue.d.ts +0 -21
  19. package/dist/components/library/DeckHighlight/types.d.ts +0 -12
  20. package/dist/components/library/DeckHighlightCards/DeckHighlightCards.vue.d.ts +0 -21
  21. package/dist/components/library/DeckHighlightCards/types.d.ts +0 -12
  22. package/dist/components/library/DeckHighlightEye/DeckHighlightEye.vue.d.ts +0 -21
  23. package/dist/components/library/DeckHighlightEye/types.d.ts +0 -12
  24. package/dist/components/library/DecksRow/DecksRow.vue.d.ts +0 -21
  25. package/dist/components/library/DecksRow/types.d.ts +0 -11
  26. package/dist/components/library/DecksTable/DecksTable.vue.d.ts +0 -21
  27. package/dist/components/library/DecksTable/types.d.ts +0 -11
  28. package/dist/components/library/LeaderboardDetailTable/LeaderboardDetailTable.vue.d.ts +0 -21
  29. package/dist/components/library/LeaderboardDetailTable/types.d.ts +0 -12
  30. package/dist/components/library/LeaderboardTop/LeaderboardTop.vue.d.ts +0 -21
  31. package/dist/components/library/LeaderboardTop/types.d.ts +0 -12
  32. package/dist/components/library/LeaderboardTop10Region/LeaderboardTop10Region.vue.d.ts +0 -21
  33. package/dist/components/library/LeaderboardTop10Region/types.d.ts +0 -12
  34. package/dist/components/library/SimilarDecksTable/SimilarDecksTable.vue.d.ts +0 -21
  35. package/dist/components/library/SimilarDecksTable/types.d.ts +0 -11
  36. package/dist/components/main.d.ts +1 -1
  37. package/dist/components/setup/stores/callbacks.d.ts +13 -0
  38. package/dist/components/setup/stores/callbacks.d.ts.map +1 -0
  39. package/dist/lorgg-components.cjs.js +41 -41
  40. package/dist/lorgg-components.css +1 -1
  41. package/dist/lorgg-components.es.js +7817 -7891
  42. package/dist/lorgg-components.umd.js +42 -42
  43. package/package.json +1 -1
@@ -6,6 +6,7 @@ export { useCardJsonObjectStore } from './setup/stores/cardJsonObject';
6
6
  export { useDataJsonStore } from './setup/stores/dataJson';
7
7
  export { useCardJsonStore } from './setup/stores/cardJson';
8
8
  export { useUserStore } from './setup/stores/user';
9
+ export { useCallbacksStore } from './setup/stores/callbacks';
9
10
  export { default as RevealCarousel } from './library/RevealCarousel/RevealCarousel.vue';
10
11
  export { default as SearchBar } from './library/SearchBar/SearchBar.vue';
11
12
  export { default as SocialLinks } from './library/SocialLinks/SocialLinks.vue';
@@ -53,16 +53,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
53
53
  required: boolean;
54
54
  default: never[];
55
55
  };
56
- cardRouterLinkCallback: {
57
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
58
- required: boolean;
59
- default: (cardCode: string) => {
60
- name: string;
61
- params: {
62
- id: string;
63
- };
64
- };
65
- };
66
56
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
67
57
  routerLink: {
68
58
  type: import("vue").PropType<import("vue-router").RouteLocationRaw>;
@@ -111,19 +101,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
111
101
  required: boolean;
112
102
  default: never[];
113
103
  };
114
- cardRouterLinkCallback: {
115
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
116
- required: boolean;
117
- default: (cardCode: string) => {
118
- name: string;
119
- params: {
120
- id: string;
121
- };
122
- };
123
- };
124
104
  }>>, {
125
105
  cards: string[];
126
- cardRouterLinkCallback: (cardCode: string) => import("vue-router").RouteLocationRaw;
127
106
  regions: import("../../types/jsons").RegionNameRefs[];
128
107
  routerLink: import("vue-router").RouteLocationRaw;
129
108
  deckcode: string;
@@ -13,7 +13,6 @@ export type ArchetypesRowData = {
13
13
  };
14
14
  export type ArchetypesRowProps = ArchetypesRowData & {
15
15
  index: number;
16
- cardRouterLinkCallback: (cardCode: string) => RouteLocationRaw;
17
16
  };
18
17
  export declare const archetypesRowProps: {
19
18
  routerLink: {
@@ -63,14 +62,4 @@ export declare const archetypesRowProps: {
63
62
  required: boolean;
64
63
  default: never[];
65
64
  };
66
- cardRouterLinkCallback: {
67
- type: PropType<(cardCode: string) => RouteLocationRaw>;
68
- required: boolean;
69
- default: (cardCode: string) => {
70
- name: string;
71
- params: {
72
- id: string;
73
- };
74
- };
75
- };
76
65
  };
@@ -4,36 +4,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
4
4
  required: boolean;
5
5
  default: never[];
6
6
  };
7
- cardRouterLinkCallback: {
8
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
9
- required: boolean;
10
- default: (cardCode: string) => {
11
- name: string;
12
- params: {
13
- id: string;
14
- };
15
- };
16
- };
17
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<{
18
8
  archetypeRows: {
19
9
  type: import("vue").PropType<import("../ArchetypesRow/types").ArchetypesRowData[]>;
20
10
  required: boolean;
21
11
  default: never[];
22
12
  };
23
- cardRouterLinkCallback: {
24
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
25
- required: boolean;
26
- default: (cardCode: string) => {
27
- name: string;
28
- params: {
29
- id: string;
30
- };
31
- };
32
- };
33
13
  }>> & {
34
14
  "onSort-updated"?: ((...args: any[]) => any) | undefined;
35
15
  }, {
36
- cardRouterLinkCallback: (cardCode: string) => import("vue-router").RouteLocationRaw;
37
16
  archetypeRows: import("../ArchetypesRow/types").ArchetypesRowData[];
38
17
  }, {}>;
39
18
  export default _sfc_main;
@@ -1,9 +1,7 @@
1
1
  import { ArchetypesRowData } from '../ArchetypesRow/types';
2
2
  import { PropType } from 'vue';
3
- import { RouteLocationRaw } from 'vue-router';
4
3
  export type ArchetypesTableProps = {
5
4
  archetypeRows: ArchetypesRowData[];
6
- cardRouterLinkCallback: (cardCode: string) => RouteLocationRaw;
7
5
  };
8
6
  export declare const archetypesTableProps: {
9
7
  archetypeRows: {
@@ -11,14 +9,4 @@ export declare const archetypesTableProps: {
11
9
  required: boolean;
12
10
  default: never[];
13
11
  };
14
- cardRouterLinkCallback: {
15
- type: PropType<(cardCode: string) => RouteLocationRaw>;
16
- required: boolean;
17
- default: (cardCode: string) => {
18
- name: string;
19
- params: {
20
- id: string;
21
- };
22
- };
23
- };
24
12
  };
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
21
21
  default: string;
22
22
  };
23
23
  }>>, {
24
- cardCode: string;
25
24
  flipped: boolean;
25
+ cardCode: string;
26
26
  }, {}>;
27
27
  export default _sfc_main;
@@ -30,16 +30,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
30
30
  updatedAt: string;
31
31
  };
32
32
  };
33
- cardRouterLinkCallback: {
34
- type: import("vue").PropType<(card: import("../../types/jsons").CardJsonCard) => import("vue-router").RouteLocationRaw>;
35
- required: boolean;
36
- default: (card: import("../../types/jsons").CardJsonCard) => {
37
- name: string;
38
- params: {
39
- id: string;
40
- };
41
- };
42
- };
43
33
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
34
  card: {
45
35
  type: import("vue").PropType<import("../../types/jsons").CardJsonCard>;
@@ -72,18 +62,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
72
62
  updatedAt: string;
73
63
  };
74
64
  };
75
- cardRouterLinkCallback: {
76
- type: import("vue").PropType<(card: import("../../types/jsons").CardJsonCard) => import("vue-router").RouteLocationRaw>;
77
- required: boolean;
78
- default: (card: import("../../types/jsons").CardJsonCard) => {
79
- name: string;
80
- params: {
81
- id: string;
82
- };
83
- };
84
- };
85
65
  }>>, {
86
- cardRouterLinkCallback: (card: import("../../types/jsons").CardJsonCard) => import("vue-router").RouteLocationRaw;
87
66
  card: import("../../types/jsons").CardJsonCard;
88
67
  }, {}>;
89
68
  export default _sfc_main;
@@ -1,13 +1,11 @@
1
1
  import { CardJsonCard } from '../../types/jsons';
2
2
  import { PropType } from 'vue';
3
- import { RouteLocationRaw } from 'vue-router';
4
3
  export type CardCodePoints = {
5
4
  cardCode: string;
6
5
  points: number;
7
6
  };
8
7
  export type CardSimilarCardsProps = {
9
8
  card: CardJsonCard;
10
- cardRouterLinkCallback: (card: CardJsonCard) => RouteLocationRaw;
11
9
  };
12
10
  export declare const cardSimilarCardsProps: {
13
11
  card: {
@@ -41,14 +39,4 @@ export declare const cardSimilarCardsProps: {
41
39
  updatedAt: string;
42
40
  };
43
41
  };
44
- cardRouterLinkCallback: {
45
- type: PropType<(card: CardJsonCard) => RouteLocationRaw>;
46
- required: boolean;
47
- default: (card: CardJsonCard) => {
48
- name: string;
49
- params: {
50
- id: string;
51
- };
52
- };
53
- };
54
42
  };
@@ -1,15 +1,5 @@
1
1
  import { CardsRowToggle } from '../CardsRow/types';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
- cardRouterLinkCallback: {
4
- type: import("vue").PropType<(card: string) => import("vue-router").RouteLocationRaw>;
5
- required: boolean;
6
- default: (cardCode: string) => {
7
- name: string;
8
- params: {
9
- id: string;
10
- };
11
- };
12
- };
13
3
  cardRows: {
14
4
  type: import("vue").PropType<import('../CardsRow/types').CardsRowData[]>;
15
5
  required: boolean;
@@ -32,16 +22,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
32
22
  };
33
23
  };
34
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<{
35
- cardRouterLinkCallback: {
36
- type: import("vue").PropType<(card: string) => import("vue-router").RouteLocationRaw>;
37
- required: boolean;
38
- default: (cardCode: string) => {
39
- name: string;
40
- params: {
41
- id: string;
42
- };
43
- };
44
- };
45
25
  cardRows: {
46
26
  type: import("vue").PropType<import('../CardsRow/types').CardsRowData[]>;
47
27
  required: boolean;
@@ -66,7 +46,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
66
46
  }>> & {
67
47
  "onSort-updated"?: ((...args: any[]) => any) | undefined;
68
48
  }, {
69
- cardRouterLinkCallback: (card: string) => import("vue-router").RouteLocationRaw;
70
49
  cardRows: import('../CardsRow/types').CardsRowData[];
71
50
  cardsRowToggle: CardsRowToggle;
72
51
  }, {}>;
@@ -1,22 +1,10 @@
1
1
  import { CardsRowData, CardsRowToggle } from '../CardsRow/types';
2
2
  import { PropType } from 'vue';
3
- import { RouteLocationRaw } from 'vue-router';
4
3
  export type CardsTableProps = {
5
4
  cardRows: CardsRowData[];
6
5
  cardsRowToggle: CardsRowToggle;
7
- cardRouterLinkCallback: (card: string) => RouteLocationRaw;
8
6
  };
9
7
  export declare const cardsTableProps: {
10
- cardRouterLinkCallback: {
11
- type: PropType<(card: string) => RouteLocationRaw>;
12
- required: boolean;
13
- default: (cardCode: string) => {
14
- name: string;
15
- params: {
16
- id: string;
17
- };
18
- };
19
- };
20
8
  cardRows: {
21
9
  type: PropType<CardsRowData[]>;
22
10
  required: boolean;
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
5
5
  default: string;
6
6
  };
7
7
  info: {
8
- type: import("vue").PropType<"rarityRef" | "typeRef">;
8
+ type: import("vue").PropType<"typeRef" | "rarityRef">;
9
9
  required: boolean;
10
10
  default: string;
11
11
  };
@@ -16,12 +16,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
16
16
  default: string;
17
17
  };
18
18
  info: {
19
- type: import("vue").PropType<"rarityRef" | "typeRef">;
19
+ type: import("vue").PropType<"typeRef" | "rarityRef">;
20
20
  required: boolean;
21
21
  default: string;
22
22
  };
23
23
  }>>, {
24
24
  deckCode: string;
25
- info: "rarityRef" | "typeRef";
25
+ info: "typeRef" | "rarityRef";
26
26
  }, {}>;
27
27
  export default _sfc_main;
@@ -19,16 +19,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
19
19
  required: boolean;
20
20
  default: number;
21
21
  };
22
- cardRouterLinkCallback: {
23
- type: import("vue").PropType<(card: string) => import("vue-router").RouteLocationRaw>;
24
- required: boolean;
25
- default: (cardCode: string) => {
26
- name: string;
27
- params: {
28
- id: string;
29
- };
30
- };
31
- };
32
22
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
23
  cardCode: {
34
24
  type: StringConstructor;
@@ -50,18 +40,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
50
40
  required: boolean;
51
41
  default: number;
52
42
  };
53
- cardRouterLinkCallback: {
54
- type: import("vue").PropType<(card: string) => import("vue-router").RouteLocationRaw>;
55
- required: boolean;
56
- default: (cardCode: string) => {
57
- name: string;
58
- params: {
59
- id: string;
60
- };
61
- };
62
- };
63
43
  }>>, {
64
- cardRouterLinkCallback: (card: string) => import("vue-router").RouteLocationRaw;
65
44
  index: number;
66
45
  matches: number;
67
46
  wins: number;
@@ -1,11 +1,8 @@
1
- import { PropType } from "vue";
2
- import { RouteLocationRaw } from "vue-router";
3
1
  export type DashboardCardRowProps = {
4
2
  cardCode: string;
5
3
  matches: number;
6
4
  wins: number;
7
5
  index: number;
8
- cardRouterLinkCallback: (cardCode: string) => RouteLocationRaw;
9
6
  };
10
7
  export declare const dashboardCardRowProps: {
11
8
  cardCode: {
@@ -28,14 +25,4 @@ export declare const dashboardCardRowProps: {
28
25
  required: boolean;
29
26
  default: number;
30
27
  };
31
- cardRouterLinkCallback: {
32
- type: PropType<(card: string) => RouteLocationRaw>;
33
- required: boolean;
34
- default: (cardCode: string) => {
35
- name: string;
36
- params: {
37
- id: string;
38
- };
39
- };
40
- };
41
28
  };
@@ -10,16 +10,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
10
10
  required: boolean;
11
11
  default: {};
12
12
  };
13
- cardRouterLinkCallback: {
14
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
15
- required: boolean;
16
- default: (cardCode: string) => {
17
- name: string;
18
- params: {
19
- id: string;
20
- };
21
- };
22
- };
23
13
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
24
14
  cardsProp: {
25
15
  type: import("vue").PropType<CardJsonCard[]>;
@@ -31,19 +21,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
31
21
  required: boolean;
32
22
  default: {};
33
23
  };
34
- cardRouterLinkCallback: {
35
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
36
- required: boolean;
37
- default: (cardCode: string) => {
38
- name: string;
39
- params: {
40
- id: string;
41
- };
42
- };
43
- };
44
24
  }>>, {
45
25
  deck: import("../../../types/helpers").ObjectWithNumber;
46
- cardRouterLinkCallback: (cardCode: string) => import("vue-router").RouteLocationRaw;
47
26
  cardsProp: CardJsonCard[];
48
27
  }, {}>;
49
28
  export default _sfc_main;
@@ -1,10 +1,8 @@
1
1
  import { CardJsonCard, Deck } from '../../../types/jsons';
2
2
  import { PropType } from 'vue';
3
- import { RouteLocationRaw } from 'vue-router';
4
3
  export type DeckSummaryProps = {
5
4
  cardsProp?: CardJsonCard[];
6
5
  deck: Deck;
7
- cardRouterLinkCallback: (cardCode: string) => RouteLocationRaw;
8
6
  };
9
7
  export declare const deckSummaryProps: {
10
8
  cardsProp: {
@@ -17,14 +15,4 @@ export declare const deckSummaryProps: {
17
15
  required: boolean;
18
16
  default: {};
19
17
  };
20
- cardRouterLinkCallback: {
21
- type: PropType<(cardCode: string) => RouteLocationRaw>;
22
- required: boolean;
23
- default: (cardCode: string) => {
24
- name: string;
25
- params: {
26
- id: string;
27
- };
28
- };
29
- };
30
18
  };
@@ -4,36 +4,15 @@ declare const _sfc_main: import("vue").DefineComponent<{
4
4
  required: boolean;
5
5
  default: string;
6
6
  };
7
- cardRouterLinkCallback: {
8
- type: import("vue").PropType<(card: import("../../types/jsons").CardJsonCard) => import("vue-router").RouteLocationRaw>;
9
- required: boolean;
10
- default: (card: import("../../types/jsons").CardJsonCard) => {
11
- name: string;
12
- params: {
13
- id: string;
14
- };
15
- };
16
- };
17
7
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:card-quantity"[], "update:card-quantity", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
18
8
  deckCode: {
19
9
  type: StringConstructor;
20
10
  required: boolean;
21
11
  default: string;
22
12
  };
23
- cardRouterLinkCallback: {
24
- type: import("vue").PropType<(card: import("../../types/jsons").CardJsonCard) => import("vue-router").RouteLocationRaw>;
25
- required: boolean;
26
- default: (card: import("../../types/jsons").CardJsonCard) => {
27
- name: string;
28
- params: {
29
- id: string;
30
- };
31
- };
32
- };
33
13
  }>> & {
34
14
  "onUpdate:card-quantity"?: ((...args: any[]) => any) | undefined;
35
15
  }, {
36
16
  deckCode: string;
37
- cardRouterLinkCallback: (card: import("../../types/jsons").CardJsonCard) => import("vue-router").RouteLocationRaw;
38
17
  }, {}>;
39
18
  export default _sfc_main;
@@ -1,9 +1,5 @@
1
- import { CardJsonCard } from '../../types/jsons';
2
- import { PropType } from "vue";
3
- import { RouteLocationRaw } from "vue-router";
4
1
  export type DeckBuilderSidePanelProps = {
5
2
  deckCode: string;
6
- cardRouterLinkCallback: (card: CardJsonCard) => RouteLocationRaw;
7
3
  };
8
4
  export declare const deckBuilderSidePanelProps: {
9
5
  deckCode: {
@@ -11,14 +7,4 @@ export declare const deckBuilderSidePanelProps: {
11
7
  required: boolean;
12
8
  default: string;
13
9
  };
14
- cardRouterLinkCallback: {
15
- type: PropType<(card: CardJsonCard) => RouteLocationRaw>;
16
- required: boolean;
17
- default: (card: CardJsonCard) => {
18
- name: string;
19
- params: {
20
- id: string;
21
- };
22
- };
23
- };
24
10
  };
@@ -17,16 +17,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
17
17
  required: boolean;
18
18
  default: boolean;
19
19
  };
20
- cardRouterLinkCallback: {
21
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
22
- required: boolean;
23
- default: (cardCode: string) => {
24
- name: string;
25
- params: {
26
- id: string;
27
- };
28
- };
29
- };
30
20
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
21
  cards: {
32
22
  type: import("vue").PropType<import("../../types/jsons").CardJsonCard[]>;
@@ -46,19 +36,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
46
36
  required: boolean;
47
37
  default: boolean;
48
38
  };
49
- cardRouterLinkCallback: {
50
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
51
- required: boolean;
52
- default: (cardCode: string) => {
53
- name: string;
54
- params: {
55
- id: string;
56
- };
57
- };
58
- };
59
39
  }>>, {
60
40
  deckCode: string;
61
- cardRouterLinkCallback: (cardCode: string) => import("vue-router").RouteLocationRaw;
62
41
  showEye: boolean;
63
42
  }, {}>;
64
43
  export default _sfc_main;
@@ -1,12 +1,10 @@
1
1
  import { CardJsonCard, Deck } from '../../types/jsons';
2
2
  import { PropType } from 'vue';
3
- import { RouteLocationRaw } from 'vue-router';
4
3
  export type DeckHighlightProps = {
5
4
  cards?: CardJsonCard[];
6
5
  deck?: Deck;
7
6
  deckCode: string;
8
7
  showEye: boolean;
9
- cardRouterLinkCallback: (cardCode: string) => RouteLocationRaw;
10
8
  };
11
9
  export declare const deckHighlightProps: {
12
10
  cards: {
@@ -27,14 +25,4 @@ export declare const deckHighlightProps: {
27
25
  required: boolean;
28
26
  default: boolean;
29
27
  };
30
- cardRouterLinkCallback: {
31
- type: PropType<(cardCode: string) => RouteLocationRaw>;
32
- required: boolean;
33
- default: (cardCode: string) => {
34
- name: string;
35
- params: {
36
- id: string;
37
- };
38
- };
39
- };
40
28
  };
@@ -15,16 +15,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
15
15
  required: boolean;
16
16
  default: never[];
17
17
  };
18
- cardRouterLinkCallback: {
19
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
20
- required: boolean;
21
- default: (cardCode: string) => {
22
- name: string;
23
- params: {
24
- id: string;
25
- };
26
- };
27
- };
28
18
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
19
  cards: {
30
20
  type: import("vue").PropType<CardJsonCard[]>;
@@ -41,20 +31,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
41
31
  required: boolean;
42
32
  default: never[];
43
33
  };
44
- cardRouterLinkCallback: {
45
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
46
- required: boolean;
47
- default: (cardCode: string) => {
48
- name: string;
49
- params: {
50
- id: string;
51
- };
52
- };
53
- };
54
34
  }>>, {
55
35
  cardCodes: string[];
56
36
  cards: CardJsonCard[];
57
- cardRouterLinkCallback: (cardCode: string) => import("vue-router").RouteLocationRaw;
58
37
  regions: string[];
59
38
  }, {}>;
60
39
  export default _sfc_main;
@@ -1,11 +1,9 @@
1
1
  import { CardJsonCard } from '../../types/jsons';
2
2
  import { PropType } from 'vue';
3
- import { RouteLocationRaw } from 'vue-router';
4
3
  export type DeckHighlightCardsProps = {
5
4
  cards?: CardJsonCard[];
6
5
  cardCodes?: string[];
7
6
  regions?: string[];
8
- cardRouterLinkCallback: (cardCode: string) => RouteLocationRaw;
9
7
  };
10
8
  export declare const deckHighlightCardsProps: {
11
9
  cards: {
@@ -23,14 +21,4 @@ export declare const deckHighlightCardsProps: {
23
21
  required: boolean;
24
22
  default: never[];
25
23
  };
26
- cardRouterLinkCallback: {
27
- type: PropType<(cardCode: string) => RouteLocationRaw>;
28
- required: boolean;
29
- default: (cardCode: string) => {
30
- name: string;
31
- params: {
32
- id: string;
33
- };
34
- };
35
- };
36
24
  };
@@ -12,16 +12,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
12
12
  type: import("vue").PropType<import("../../types/helpers").ObjectWithNumber>;
13
13
  required: boolean;
14
14
  };
15
- cardRouterLinkCallback: {
16
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
17
- required: boolean;
18
- default: (cardCode: string) => {
19
- name: string;
20
- params: {
21
- id: string;
22
- };
23
- };
24
- };
25
15
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
26
16
  cards: {
27
17
  type: import("vue").PropType<import("../../types/jsons").CardJsonCard[]>;
@@ -36,18 +26,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
36
26
  type: import("vue").PropType<import("../../types/helpers").ObjectWithNumber>;
37
27
  required: boolean;
38
28
  };
39
- cardRouterLinkCallback: {
40
- type: import("vue").PropType<(cardCode: string) => import("vue-router").RouteLocationRaw>;
41
- required: boolean;
42
- default: (cardCode: string) => {
43
- name: string;
44
- params: {
45
- id: string;
46
- };
47
- };
48
- };
49
29
  }>>, {
50
30
  deckCode: string;
51
- cardRouterLinkCallback: (cardCode: string) => import("vue-router").RouteLocationRaw;
52
31
  }, {}>;
53
32
  export default _sfc_main;