lorgg-v2-components 0.0.106 → 0.0.107
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/library/DecksRow/DecksRow.vue.d.ts +3 -3
- package/dist/components/library/DecksRow/types.d.ts +2 -2
- package/dist/lorgg-components.cjs.js +2 -2
- package/dist/lorgg-components.css +1 -1
- package/dist/lorgg-components.es.js +7 -7
- package/dist/lorgg-components.umd.js +6 -6
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
44
44
|
required: boolean;
|
|
45
45
|
default: number;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
comparedDeckCode: {
|
|
48
48
|
type: StringConstructor;
|
|
49
49
|
required: boolean;
|
|
50
50
|
default: string;
|
|
@@ -120,7 +120,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
120
120
|
required: boolean;
|
|
121
121
|
default: number;
|
|
122
122
|
};
|
|
123
|
-
|
|
123
|
+
comparedDeckCode: {
|
|
124
124
|
type: StringConstructor;
|
|
125
125
|
required: boolean;
|
|
126
126
|
default: string;
|
|
@@ -161,7 +161,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
161
161
|
index: number;
|
|
162
162
|
matches: number;
|
|
163
163
|
wins: number;
|
|
164
|
-
|
|
164
|
+
comparedDeckCode: string;
|
|
165
165
|
isPrivate: boolean;
|
|
166
166
|
id: number;
|
|
167
167
|
updatedAt: number;
|
|
@@ -26,7 +26,7 @@ export type BuiltDecksRowProps = {
|
|
|
26
26
|
export type SimilarDecksRowProps = {
|
|
27
27
|
type: 'similar';
|
|
28
28
|
deckCode: string;
|
|
29
|
-
|
|
29
|
+
comparedDeckCode: string;
|
|
30
30
|
index: number;
|
|
31
31
|
matches: number;
|
|
32
32
|
wins: number;
|
|
@@ -81,7 +81,7 @@ export declare const decksRowProps: {
|
|
|
81
81
|
required: boolean;
|
|
82
82
|
default: number;
|
|
83
83
|
};
|
|
84
|
-
|
|
84
|
+
comparedDeckCode: {
|
|
85
85
|
type: StringConstructor;
|
|
86
86
|
required: boolean;
|
|
87
87
|
default: string;
|