@everymatrix/casino-tournament-info 1.73.0 → 1.73.2
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/package.json
CHANGED
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
import { html } from "lit";
|
|
2
|
-
import "@everymatrix/casino-tournament-info";
|
|
3
|
-
const meta = {
|
|
4
|
-
title: 'Casino/Components/casino-tournament-info',
|
|
5
|
-
component: 'casino-tournament-info',
|
|
6
|
-
args: {
|
|
7
|
-
endpoint: "",
|
|
8
|
-
nameOrTitle: "",
|
|
9
|
-
scoreCriteria: "",
|
|
10
|
-
tournamentId: "",
|
|
11
|
-
session: "",
|
|
12
|
-
userId: "",
|
|
13
|
-
language: "",
|
|
14
|
-
termsUrl: "#",
|
|
15
|
-
keepContext: "false",
|
|
16
|
-
useGroup: "false",
|
|
17
|
-
align: "center",
|
|
18
|
-
showDates: "false",
|
|
19
|
-
showPrizes: "false",
|
|
20
|
-
showButton: "false",
|
|
21
|
-
shortStart: "false",
|
|
22
|
-
seeGames: "false",
|
|
23
|
-
useEvent: "false",
|
|
24
|
-
startTime: "",
|
|
25
|
-
endTime: "",
|
|
26
|
-
minBetCount: "",
|
|
27
|
-
prizes: "",
|
|
28
|
-
shortStartFormat: "DD MMM YYYY",
|
|
29
|
-
clientStyling: "",
|
|
30
|
-
clientStylingUrl: "",
|
|
31
|
-
enrolled: "false",
|
|
32
|
-
loginEvent: "",
|
|
33
|
-
loginUrl: "",
|
|
34
|
-
registerEvent: "",
|
|
35
|
-
registerUrl: "",
|
|
36
|
-
currency: "",
|
|
37
|
-
bonusCode: "",
|
|
38
|
-
showReadMore: "false",
|
|
39
|
-
translationUrl: "",
|
|
40
|
-
translationData: "",
|
|
41
|
-
},
|
|
42
|
-
argTypes: {
|
|
43
|
-
endpoint: { control: 'text', description: '' },
|
|
44
|
-
nameOrTitle: { control: 'text', description: '' },
|
|
45
|
-
scoreCriteria: { control: 'text', description: '' },
|
|
46
|
-
tournamentId: { control: 'text', description: '' },
|
|
47
|
-
session: { control: 'text', description: '' },
|
|
48
|
-
userId: { control: 'text', description: '' },
|
|
49
|
-
language: { control: 'text', description: '' },
|
|
50
|
-
termsUrl: { control: 'text', description: '' },
|
|
51
|
-
keepContext: { control: 'text', description: '' },
|
|
52
|
-
useGroup: { control: 'text', description: '' },
|
|
53
|
-
align: { control: 'text', description: '' },
|
|
54
|
-
showDates: { control: 'text', description: '' },
|
|
55
|
-
showPrizes: { control: 'text', description: '' },
|
|
56
|
-
showButton: { control: 'text', description: '' },
|
|
57
|
-
shortStart: { control: 'text', description: '' },
|
|
58
|
-
seeGames: { control: 'text', description: '' },
|
|
59
|
-
useEvent: { control: 'text', description: '' },
|
|
60
|
-
startTime: { control: 'text', description: '' },
|
|
61
|
-
endTime: { control: 'text', description: '' },
|
|
62
|
-
minBetCount: { control: 'text', description: '' },
|
|
63
|
-
prizes: { control: 'text', description: '' },
|
|
64
|
-
shortStartFormat: { control: 'text', description: '' },
|
|
65
|
-
clientStyling: { control: 'text', description: '' },
|
|
66
|
-
clientStylingUrl: { control: 'text', description: '' },
|
|
67
|
-
enrolled: { control: 'text', description: '' },
|
|
68
|
-
loginEvent: { control: 'text', description: '' },
|
|
69
|
-
loginUrl: { control: 'text', description: '' },
|
|
70
|
-
registerEvent: { control: 'text', description: '' },
|
|
71
|
-
registerUrl: { control: 'text', description: '' },
|
|
72
|
-
currency: { control: 'text', description: '' },
|
|
73
|
-
bonusCode: { control: 'text', description: '' },
|
|
74
|
-
showReadMore: { control: 'text', description: '' },
|
|
75
|
-
translationUrl: { control: 'text', description: '' },
|
|
76
|
-
translationData: { control: 'text', description: '' },
|
|
77
|
-
},
|
|
78
|
-
};
|
|
79
|
-
export default meta;
|
|
80
|
-
const Template = (args) => {
|
|
81
|
-
return html `<casino-tournament-info
|
|
82
|
-
endpoint="${args.endpoint}"
|
|
83
|
-
nameOrTitle="${args.nameOrTitle}"
|
|
84
|
-
scoreCriteria="${args.scoreCriteria}"
|
|
85
|
-
tournamentId="${args.tournamentId}"
|
|
86
|
-
session="${args.session}"
|
|
87
|
-
userId="${args.userId}"
|
|
88
|
-
language="${args.language}"
|
|
89
|
-
termsUrl="${args.termsUrl}"
|
|
90
|
-
keepContext="${args.keepContext}"
|
|
91
|
-
useGroup="${args.useGroup}"
|
|
92
|
-
align="${args.align}"
|
|
93
|
-
showDates="${args.showDates}"
|
|
94
|
-
showPrizes="${args.showPrizes}"
|
|
95
|
-
showButton="${args.showButton}"
|
|
96
|
-
shortStart="${args.shortStart}"
|
|
97
|
-
seeGames="${args.seeGames}"
|
|
98
|
-
useEvent="${args.useEvent}"
|
|
99
|
-
startTime="${args.startTime}"
|
|
100
|
-
endTime="${args.endTime}"
|
|
101
|
-
minBetCount="${args.minBetCount}"
|
|
102
|
-
prizes="${args.prizes}"
|
|
103
|
-
shortStartFormat="${args.shortStartFormat}"
|
|
104
|
-
clientStyling="${args.clientStyling}"
|
|
105
|
-
clientStylingUrl="${args.clientStylingUrl}"
|
|
106
|
-
enrolled="${args.enrolled}"
|
|
107
|
-
loginEvent="${args.loginEvent}"
|
|
108
|
-
loginUrl="${args.loginUrl}"
|
|
109
|
-
registerEvent="${args.registerEvent}"
|
|
110
|
-
registerUrl="${args.registerUrl}"
|
|
111
|
-
currency="${args.currency}"
|
|
112
|
-
bonusCode="${args.bonusCode}"
|
|
113
|
-
showReadMore="${args.showReadMore}"
|
|
114
|
-
translationUrl="${args.translationUrl}"
|
|
115
|
-
translationData="${args.translationData}"
|
|
116
|
-
></casino-tournament-info>`;
|
|
117
|
-
};
|
|
118
|
-
export const Default = Template.bind({});
|
|
119
|
-
Default.args = {
|
|
120
|
-
endpoint: "",
|
|
121
|
-
nameOrTitle: "",
|
|
122
|
-
scoreCriteria: "",
|
|
123
|
-
tournamentId: "",
|
|
124
|
-
session: "",
|
|
125
|
-
userId: "",
|
|
126
|
-
language: "",
|
|
127
|
-
termsUrl: "#",
|
|
128
|
-
keepContext: "false",
|
|
129
|
-
useGroup: "false",
|
|
130
|
-
align: "center",
|
|
131
|
-
showDates: "false",
|
|
132
|
-
showPrizes: "false",
|
|
133
|
-
showButton: "false",
|
|
134
|
-
shortStart: "false",
|
|
135
|
-
seeGames: "false",
|
|
136
|
-
useEvent: "false",
|
|
137
|
-
startTime: "",
|
|
138
|
-
endTime: "",
|
|
139
|
-
minBetCount: "",
|
|
140
|
-
prizes: "",
|
|
141
|
-
shortStartFormat: "DD MMM YYYY",
|
|
142
|
-
clientStyling: "",
|
|
143
|
-
clientStylingUrl: "",
|
|
144
|
-
enrolled: "false",
|
|
145
|
-
loginEvent: "",
|
|
146
|
-
loginUrl: "",
|
|
147
|
-
registerEvent: "",
|
|
148
|
-
registerUrl: "",
|
|
149
|
-
currency: "",
|
|
150
|
-
bonusCode: "",
|
|
151
|
-
showReadMore: "false",
|
|
152
|
-
translationUrl: "",
|
|
153
|
-
translationData: "",
|
|
154
|
-
};
|