livevegas-ui-kit 1.0.186 → 1.0.188
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/History/helpers.d.ts +24 -0
- package/dist/livevegas-ui-kit.es.js +1332 -1317
- package/dist/livevegas-ui-kit.umd.js +181 -181
- package/package.json +1 -1
|
@@ -153,6 +153,30 @@ export declare enum BET_TYPE_TEXAS {
|
|
|
153
153
|
DoubleBets = 6,
|
|
154
154
|
Tip = 7
|
|
155
155
|
}
|
|
156
|
+
export declare const betsName: {
|
|
157
|
+
0: string;
|
|
158
|
+
1: string;
|
|
159
|
+
2: string;
|
|
160
|
+
3: string;
|
|
161
|
+
4: string;
|
|
162
|
+
5: string;
|
|
163
|
+
6: string;
|
|
164
|
+
7: string;
|
|
165
|
+
};
|
|
166
|
+
export declare const combinationName: {
|
|
167
|
+
0: string;
|
|
168
|
+
1: string;
|
|
169
|
+
3: string;
|
|
170
|
+
4: string;
|
|
171
|
+
5: string;
|
|
172
|
+
6: string;
|
|
173
|
+
7: string;
|
|
174
|
+
8: string;
|
|
175
|
+
9: string;
|
|
176
|
+
10: string;
|
|
177
|
+
11: string;
|
|
178
|
+
99: null;
|
|
179
|
+
};
|
|
156
180
|
export declare enum GAME_STATE {
|
|
157
181
|
WaitingForInit = 0,// no game
|
|
158
182
|
WaitingRoundStart = 1,
|