@everymatrix/casino-game-thumbnail 0.0.2-9.1

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 (130) hide show
  1. package/dist/assets/baccarat.svg +43 -0
  2. package/dist/assets/fav.svg +9 -0
  3. package/dist/assets/favorite.svg +12 -0
  4. package/dist/assets/seat.svg +6 -0
  5. package/dist/assets/unfav.svg +20 -0
  6. package/dist/casino-game-thumbnail/casino-game-thumbnail.esm.js +1 -0
  7. package/dist/casino-game-thumbnail/index.esm.js +0 -0
  8. package/dist/casino-game-thumbnail/p-2958b5c1.js +1 -0
  9. package/dist/casino-game-thumbnail/p-4559874a.entry.js +7 -0
  10. package/dist/casino-game-thumbnail/p-49c54f6d.entry.js +1 -0
  11. package/dist/casino-game-thumbnail/p-4d5d9651.entry.js +1 -0
  12. package/dist/casino-game-thumbnail/p-568cfe7e.entry.js +1 -0
  13. package/dist/casino-game-thumbnail/p-6257f32f.entry.js +1 -0
  14. package/dist/casino-game-thumbnail/p-6788766c.entry.js +1 -0
  15. package/dist/casino-game-thumbnail/p-c410fa58.js +1 -0
  16. package/dist/casino-game-thumbnail/p-d3e1c6ad.js +8 -0
  17. package/dist/casino-game-thumbnail/p-f08b7b59.js +1 -0
  18. package/dist/cjs/casino-extrainfo-baccarat.cjs.entry.js +366 -0
  19. package/dist/cjs/casino-extrainfo-blackjack.cjs.entry.js +58 -0
  20. package/dist/cjs/casino-extrainfo-roulette.cjs.entry.js +44 -0
  21. package/dist/cjs/casino-game-thumbnail-betlimit_2.cjs.entry.js +274 -0
  22. package/dist/cjs/casino-game-thumbnail.cjs.js +19 -0
  23. package/dist/cjs/casino-game-thumbnail_2.cjs.entry.js +1552 -0
  24. package/dist/cjs/casino-normal-game-thumbnail.cjs.entry.js +19 -0
  25. package/dist/cjs/game-thumbnail-eb7b11bd.js +78 -0
  26. package/dist/cjs/index-becce1cd.js +1797 -0
  27. package/dist/cjs/index.cjs.js +2 -0
  28. package/dist/cjs/loader.cjs.js +21 -0
  29. package/dist/cjs/locale.utils-8c5df5f5.js +132 -0
  30. package/dist/cjs/utils-53fbbd1b.js +5745 -0
  31. package/dist/collection/collection-manifest.json +19 -0
  32. package/dist/collection/components/casino-extrainfo-baccarat/casino-extrainfo-baccarat.css +116 -0
  33. package/dist/collection/components/casino-extrainfo-baccarat/casino-extrainfo-baccarat.js +240 -0
  34. package/dist/collection/components/casino-extrainfo-blackjack/casino-extrainfo-blackjack.css +64 -0
  35. package/dist/collection/components/casino-extrainfo-blackjack/casino-extrainfo-blackjack.js +119 -0
  36. package/dist/collection/components/casino-extrainfo-roulette/casino-extrainfo-roulette.css +40 -0
  37. package/dist/collection/components/casino-extrainfo-roulette/casino-extrainfo-roulette.js +122 -0
  38. package/dist/collection/components/casino-game-thumbnail/casino-game-thumbnail.css +361 -0
  39. package/dist/collection/components/casino-game-thumbnail/casino-game-thumbnail.js +968 -0
  40. package/dist/collection/components/casino-game-thumbnail-betlimit/casino-game-thumbnail-betlimit.css +3 -0
  41. package/dist/collection/components/casino-game-thumbnail-betlimit/casino-game-thumbnail-betlimit.js +86 -0
  42. package/dist/collection/components/casino-game-thumbnail-extrainfo/casino-game-thumbnail-extrainfo.css +154 -0
  43. package/dist/collection/components/casino-game-thumbnail-extrainfo/casino-game-thumbnail-extrainfo.js +154 -0
  44. package/dist/collection/components/casino-game-thumbnail-overlay/casino-game-thumbnail-overlay.css +58 -0
  45. package/dist/collection/components/casino-game-thumbnail-overlay/casino-game-thumbnail-overlay.js +208 -0
  46. package/dist/collection/components/casino-normal-game-thumbnail/casino-normal-game-thumbnail.css +3 -0
  47. package/dist/collection/components/casino-normal-game-thumbnail/casino-normal-game-thumbnail.js +13 -0
  48. package/dist/collection/constants/game-thumbnail.js +85 -0
  49. package/dist/collection/index.js +1 -0
  50. package/dist/collection/models/casino-game-thumbnail.js +12 -0
  51. package/dist/collection/models/currency-symbols.js +173 -0
  52. package/dist/collection/static/baccarat.svg +43 -0
  53. package/dist/collection/static/fav.svg +9 -0
  54. package/dist/collection/static/favorite.svg +12 -0
  55. package/dist/collection/static/seat.svg +6 -0
  56. package/dist/collection/static/unfav.svg +20 -0
  57. package/dist/collection/utils/baccarat-board-svg.js +234 -0
  58. package/dist/collection/utils/locale.utils.js +128 -0
  59. package/dist/collection/utils/utils.js +65 -0
  60. package/dist/components/casino-extrainfo-baccarat.d.ts +11 -0
  61. package/dist/components/casino-extrainfo-baccarat.js +400 -0
  62. package/dist/components/casino-extrainfo-blackjack.d.ts +11 -0
  63. package/dist/components/casino-extrainfo-blackjack.js +92 -0
  64. package/dist/components/casino-extrainfo-roulette.d.ts +11 -0
  65. package/dist/components/casino-extrainfo-roulette.js +77 -0
  66. package/dist/components/casino-game-thumbnail-betlimit.d.ts +11 -0
  67. package/dist/components/casino-game-thumbnail-betlimit.js +6 -0
  68. package/dist/components/casino-game-thumbnail-betlimit2.js +227 -0
  69. package/dist/components/casino-game-thumbnail-extrainfo.d.ts +11 -0
  70. package/dist/components/casino-game-thumbnail-extrainfo.js +6 -0
  71. package/dist/components/casino-game-thumbnail-extrainfo2.js +92 -0
  72. package/dist/components/casino-game-thumbnail-overlay.d.ts +11 -0
  73. package/dist/components/casino-game-thumbnail-overlay.js +6 -0
  74. package/dist/components/casino-game-thumbnail-overlay2.js +68 -0
  75. package/dist/components/casino-game-thumbnail.d.ts +11 -0
  76. package/dist/components/casino-game-thumbnail.js +1564 -0
  77. package/dist/components/casino-normal-game-thumbnail.d.ts +11 -0
  78. package/dist/components/casino-normal-game-thumbnail.js +33 -0
  79. package/dist/components/game-thumbnail.js +72 -0
  80. package/dist/components/index.d.ts +26 -0
  81. package/dist/components/index.js +1 -0
  82. package/dist/components/locale.utils.js +130 -0
  83. package/dist/components/utils.js +5739 -0
  84. package/dist/esm/casino-extrainfo-baccarat.entry.js +362 -0
  85. package/dist/esm/casino-extrainfo-blackjack.entry.js +54 -0
  86. package/dist/esm/casino-extrainfo-roulette.entry.js +40 -0
  87. package/dist/esm/casino-game-thumbnail-betlimit_2.entry.js +269 -0
  88. package/dist/esm/casino-game-thumbnail.js +17 -0
  89. package/dist/esm/casino-game-thumbnail_2.entry.js +1547 -0
  90. package/dist/esm/casino-normal-game-thumbnail.entry.js +15 -0
  91. package/dist/esm/game-thumbnail-2649061d.js +72 -0
  92. package/dist/esm/index-9b81dbca.js +1770 -0
  93. package/dist/esm/index.js +1 -0
  94. package/dist/esm/loader.js +17 -0
  95. package/dist/esm/locale.utils-7b901f2b.js +130 -0
  96. package/dist/esm/polyfills/core-js.js +11 -0
  97. package/dist/esm/polyfills/css-shim.js +1 -0
  98. package/dist/esm/polyfills/dom.js +79 -0
  99. package/dist/esm/polyfills/es5-html-element.js +1 -0
  100. package/dist/esm/polyfills/index.js +34 -0
  101. package/dist/esm/polyfills/system.js +6 -0
  102. package/dist/esm/utils-ef280639.js +5739 -0
  103. package/dist/index.cjs.js +1 -0
  104. package/dist/index.js +1 -0
  105. package/dist/stencil.config.js +40 -0
  106. package/dist/types/Users/adrian.pripon/Documents/Work/stencil/widgets-stencil/packages/casino-game-thumbnail/.stencil/packages/casino-game-thumbnail/stencil.config.d.ts +2 -0
  107. package/dist/types/components/casino-extrainfo-baccarat/casino-extrainfo-baccarat.d.ts +40 -0
  108. package/dist/types/components/casino-extrainfo-blackjack/casino-extrainfo-blackjack.d.ts +36 -0
  109. package/dist/types/components/casino-extrainfo-roulette/casino-extrainfo-roulette.d.ts +21 -0
  110. package/dist/types/components/casino-game-thumbnail/casino-game-thumbnail.d.ts +203 -0
  111. package/dist/types/components/casino-game-thumbnail-betlimit/casino-game-thumbnail-betlimit.d.ts +17 -0
  112. package/dist/types/components/casino-game-thumbnail-extrainfo/casino-game-thumbnail-extrainfo.d.ts +16 -0
  113. package/dist/types/components/casino-game-thumbnail-overlay/casino-game-thumbnail-overlay.d.ts +30 -0
  114. package/dist/types/components/casino-normal-game-thumbnail/casino-normal-game-thumbnail.d.ts +3 -0
  115. package/dist/types/components.d.ts +461 -0
  116. package/dist/types/constants/game-thumbnail.d.ts +83 -0
  117. package/dist/types/index.d.ts +1 -0
  118. package/dist/types/models/casino-game-thumbnail.d.ts +132 -0
  119. package/dist/types/models/currency-symbols.d.ts +172 -0
  120. package/dist/types/stencil-public-runtime.d.ts +1565 -0
  121. package/dist/types/utils/baccarat-board-svg.d.ts +31 -0
  122. package/dist/types/utils/locale.utils.d.ts +1 -0
  123. package/dist/types/utils/utils.d.ts +19 -0
  124. package/loader/cdn.js +3 -0
  125. package/loader/index.cjs.js +3 -0
  126. package/loader/index.d.ts +12 -0
  127. package/loader/index.es2017.js +3 -0
  128. package/loader/index.js +4 -0
  129. package/loader/package.json +10 -0
  130. package/package.json +26 -0
@@ -0,0 +1 @@
1
+ module.exports = require('./cjs/index.cjs.js');
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ export * from './esm/index.js';
@@ -0,0 +1,40 @@
1
+ import { inlineSvg } from 'stencil-inline-svg';
2
+ import { sass } from '@stencil/sass';
3
+ const local = process.argv && process.argv[2] && process.argv[2].indexOf('--dev') > -1;
4
+ export const config = {
5
+ namespace: 'casino-game-thumbnail',
6
+ taskQueue: 'async',
7
+ plugins: [sass(), inlineSvg()],
8
+ sourceMap: local,
9
+ outputTargets: [
10
+ {
11
+ type: 'dist',
12
+ esmLoaderPath: '../loader',
13
+ },
14
+ {
15
+ type: 'dist-custom-elements',
16
+ autoDefineCustomElements: true,
17
+ copy: [
18
+ {
19
+ src: '**/*.{jpg,png,svg}',
20
+ dest: 'dist/assets',
21
+ warn: true,
22
+ }
23
+ ],
24
+ },
25
+ {
26
+ type: 'docs-readme',
27
+ },
28
+ {
29
+ type: 'www',
30
+ copy: [
31
+ {
32
+ src: '**/*.{jpg,png,svg}',
33
+ dest: 'assets',
34
+ warn: true,
35
+ }
36
+ ],
37
+ serviceWorker: null, // disable service workers
38
+ },
39
+ ],
40
+ };
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
@@ -0,0 +1,40 @@
1
+ import { BaccaratUpdateItem, CasinoGameThumbnailDetails, CasinoGameThumbnailInfo } from '../../models/casino-game-thumbnail';
2
+ import { BaccaratSvg } from '../../utils/baccarat-board-svg';
3
+ export declare class CasinoExtrainfoBaccarat {
4
+ /**
5
+ * Text language to show
6
+ */
7
+ language: string;
8
+ /**
9
+ * Text language to show
10
+ */
11
+ showRoundBoard: boolean;
12
+ /**
13
+ *Casino Game info
14
+ */
15
+ gameInfo: CasinoGameThumbnailInfo;
16
+ /**
17
+ * Game Details of game info
18
+ */
19
+ gameDetails: CasinoGameThumbnailDetails;
20
+ baccaratRef: HTMLElement;
21
+ infoWrapperRef: any;
22
+ baccaratSvg: BaccaratSvg;
23
+ isBoardInited: boolean;
24
+ filledCells: Array<string>;
25
+ /**
26
+ * Flag to stop update round board
27
+ * Reset the round board when update value is empty
28
+ */
29
+ isResetingRoundBoard: boolean;
30
+ gameDetailsHandler(newVal: CasinoGameThumbnailDetails, oldVal: CasinoGameThumbnailDetails): void;
31
+ onGameLoaded(gameInfo: CasinoGameThumbnailInfo): Promise<void>;
32
+ /**
33
+ * Called when received update from updater
34
+ * @param details
35
+ */
36
+ onGameDetailUpdated(details: CasinoGameThumbnailDetails): Promise<void>;
37
+ onBaccaratResultChanged(result: Array<BaccaratUpdateItem>): Promise<void>;
38
+ initBaccaratRoundsBoard(): void;
39
+ render(): any;
40
+ }
@@ -0,0 +1,36 @@
1
+ import { CasinoGameThumbnailDetails, CasinoGameThumbnailInfo, SeatsStatus } from '../../models/casino-game-thumbnail';
2
+ export declare class CasinoExtrainfoBlackjack {
3
+ /**
4
+ * Text language to show
5
+ */
6
+ language: string;
7
+ /**
8
+ *Casino Game info
9
+ */
10
+ gameInfo: CasinoGameThumbnailInfo;
11
+ /**
12
+ * Game Details of game info
13
+ */
14
+ gameDetails: CasinoGameThumbnailDetails;
15
+ /**
16
+ * Blackjack seats status
17
+ */
18
+ seatsStatus: Array<SeatsStatus>;
19
+ /**
20
+ * Check is table is Full
21
+ */
22
+ isTableFull: boolean;
23
+ /**
24
+ * Extra info wrapper element
25
+ */
26
+ infoWrapperRef: any;
27
+ /**
28
+ * Generate Jackpot live seats info
29
+ * @param totalSeats
30
+ * @param occupiedSeats
31
+ */
32
+ generateBlackJackSeats(totalSeats?: number, occupiedSeats?: Array<string | number>): any[];
33
+ onGameLoaded(gameInfo: CasinoGameThumbnailInfo): Promise<void>;
34
+ onGameDetailUpdated(details: CasinoGameThumbnailDetails): Promise<void>;
35
+ render(): any;
36
+ }
@@ -0,0 +1,21 @@
1
+ import { CasinoGameThumbnailDetails, CasinoGameThumbnailInfo } from '../../models/casino-game-thumbnail';
2
+ export declare class CasinoExtrainfoRoulette {
3
+ /**
4
+ * Language
5
+ */
6
+ language: string;
7
+ /**
8
+ * The game info
9
+ */
10
+ gameInfo: CasinoGameThumbnailInfo;
11
+ /**
12
+ * Details in GameInfo
13
+ */
14
+ gameDetails: CasinoGameThumbnailDetails;
15
+ showLiveClass: boolean;
16
+ infoWrapperRef: any;
17
+ onGameLoaded(gameInfo: CasinoGameThumbnailInfo): Promise<void>;
18
+ onGameDetailUpdated(details: CasinoGameThumbnailDetails): Promise<void>;
19
+ getRouletteNumberColor(value: number | string): any;
20
+ render(): any;
21
+ }
@@ -0,0 +1,203 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ import { CasinoGameThumbnailInfo } from '../../models/casino-game-thumbnail';
3
+ import { EventSourcePolyfill } from 'event-source-polyfill';
4
+ export declare class CasinoGameThumbnail {
5
+ /**
6
+ * Widget Setting, Game language
7
+ */
8
+ language: string;
9
+ /**
10
+ * Widget Setting, Api endpoint for loading game details
11
+ */
12
+ endpoint: string;
13
+ /**
14
+ * Widget Setting, User id
15
+ */
16
+ userId: string | number;
17
+ /**
18
+ * Widget Setting, User session
19
+ */
20
+ /**
21
+ * Widget Setting, Show game name if set it as true
22
+ */
23
+ showGameName: boolean;
24
+ /**
25
+ * Widget Setting, User session
26
+ */
27
+ session: string;
28
+ /**
29
+ * startDetailUpdaterForGame
30
+ */
31
+ startDetailUpdaterForGame: boolean;
32
+ /**
33
+ * Widget Setting, Client custom styling via string
34
+ */
35
+ clientStyling: string;
36
+ /**
37
+ * Widget Setting, Client custom styling via url content
38
+ */
39
+ clientStylingUrl: string;
40
+ /**
41
+ * Widget Setting, show game in a frame when user clicked 'start'
42
+ */
43
+ integratedGameFrameMobile: boolean;
44
+ /**
45
+ * Widget Setting, show game in a frame when user clicked 'start'
46
+ * the frame url when integratedGameFrameDesktop is true
47
+ */
48
+ gamepageModalUrl: string;
49
+ /**
50
+ * Widget Setting, show game in a frame when user clicked 'start', Open game aframe,
51
+ * gamepageModalUrl value should be set
52
+ */
53
+ integratedGameFrameDesktop: boolean;
54
+ /**
55
+ * Widget Setting, Load game details when set it as true, default value: false
56
+ * When loadDetails is true and type=='live-casino-tables',
57
+ * Load gameDetails by endpoint/vendor/gameId if livelobbyEndpoint is null
58
+ */
59
+ loadDetails: boolean;
60
+ /**
61
+ * Widget Setting, showRoundBoard, default value: false
62
+ */
63
+ showRoundBoard: boolean;
64
+ /**
65
+ * Game Property, default ''
66
+ */
67
+ gameCategory: string;
68
+ /**
69
+ * Widget Setting, Live lobby endpoint, use to start a game
70
+ * Load game info by this url if type=='live-casino-tables'
71
+ */
72
+ livelobbyEndpoint: string;
73
+ /**
74
+ * Game Property, GameId
75
+ */
76
+ gameId: number | string;
77
+ /**
78
+ * Game Property, Game Name
79
+ */
80
+ gameName: string;
81
+ /**
82
+ * Game Property, Game SubVendor
83
+ */
84
+ subVendor: string;
85
+ /**
86
+ * Game Property, Game vendor
87
+ */
88
+ gameVendor: string;
89
+ /**
90
+ * Game Property, Game funMode
91
+ */
92
+ hasFunMode: boolean;
93
+ /**
94
+ * Game Property, hasAnonymousFunMode
95
+ */
96
+ hasAnonymousFunMode: boolean;
97
+ /**
98
+ * Game Property, Game lunch platform
99
+ */
100
+ platform: string;
101
+ /**
102
+ * Game Property, Game thumbnail
103
+ */
104
+ thumbnail: string;
105
+ /**
106
+ * Game Property, is Game Favorited
107
+ */
108
+ isFavorite: boolean;
109
+ /**
110
+ * Game Property, is Game new
111
+ */
112
+ isNew: boolean;
113
+ /**
114
+ * Game Property, Customize game cell size
115
+ */
116
+ cellSize: string;
117
+ /**
118
+ * Game Property, gameTag
119
+ */
120
+ gameTag: string;
121
+ /**
122
+ * Game Property, type, isLiveCasino when type == 'live-casino-tables'
123
+ */
124
+ type: string;
125
+ gameInfo: CasinoGameThumbnailInfo;
126
+ isTableFull: boolean;
127
+ hover: boolean;
128
+ thumbnailLoaded: boolean;
129
+ extraInfoRef?: any;
130
+ extraInfoSlotRef?: any;
131
+ eventSource: EventSourcePolyfill;
132
+ containerClassWhenDetailChange: string;
133
+ extraInfoWidget: string;
134
+ private isUserLoggedIn;
135
+ private stylingContainer;
136
+ private isLiveCasino;
137
+ private limitStylingAppends;
138
+ onSessionChanged(): void;
139
+ onTableFullChanged(newVal: boolean, oldVal: boolean): void;
140
+ toggleFavoriteCasinoGameEvent: EventEmitter<number | string>;
141
+ handleMouseOver(event: MouseEvent): void;
142
+ gameFavoritedHandler(event: CustomEvent): void;
143
+ gameDetailChangeHandler(e: MessageEvent): void;
144
+ resetLiveProperties(): void;
145
+ /**
146
+ * Start a event source to check casino details update info
147
+ * @param updateUrl: the url for sse
148
+ */
149
+ startLiveGameUpdateListener(updateUrl: string): void;
150
+ isBlackJack(gameCategory: string): boolean;
151
+ isBaccarat(gameCategory: string): boolean;
152
+ /**
153
+ * Calculate component properties by game info,
154
+ * eg: isLiveCasino, gameInfo, isTableFull
155
+ */
156
+ initCtrlProperties(): void;
157
+ /**
158
+ * Parse game info by game info api response
159
+ * @param data
160
+ */
161
+ parseGameResponse(data: Array<CasinoGameThumbnailInfo>): void;
162
+ /**
163
+ * Parse game detail info, set it to game info
164
+ */
165
+ parseGameDetailsResponse(): void;
166
+ /**
167
+ * Get game base info from game api(casino/games/{id})
168
+ * @private
169
+ */
170
+ loadGameById(): void;
171
+ private loadGameInfoByLobbyEndpoint;
172
+ private loadGameDetailInfo;
173
+ /**
174
+ * Toggle game favorite property
175
+ * @param gameId
176
+ * @private
177
+ */
178
+ private toggleFavoriteGame;
179
+ /**
180
+ * Generate gameInfo obj by props
181
+ * @private
182
+ */
183
+ private generateGameInfoByProps;
184
+ componentDidRender(): void;
185
+ componentDidLoad(): void;
186
+ connectedCallback(): void;
187
+ setClientStyling: () => void;
188
+ setClientStylingURL: () => void;
189
+ getWidgetTypeByGameCategory(gameCategory: string): any;
190
+ getGameCategoryType: () => string;
191
+ getGameContainerClass: () => string;
192
+ getGameOverlayProps(): {
193
+ gameName: string;
194
+ gameId: string | number;
195
+ gameVendor: string;
196
+ hasFunMode: boolean;
197
+ language: string;
198
+ integratedGameFrameMobile: boolean;
199
+ integratedGameFrameDesktop: boolean;
200
+ gamepageModalUrl: string;
201
+ };
202
+ render(): any;
203
+ }
@@ -0,0 +1,17 @@
1
+ import { BetLimit } from '../../models/casino-game-thumbnail';
2
+ export declare class CasinoGameThumbnailBetlimit {
3
+ /**
4
+ * The betlimit of live game
5
+ */
6
+ betLimit: BetLimit;
7
+ /**
8
+ * Number of players
9
+ */
10
+ numberOfPlayers: number;
11
+ private currency;
12
+ private defaultCurrency;
13
+ private isBetLimitAvailable;
14
+ private getCurrencySymbols;
15
+ componentWillRender(): void;
16
+ render(): any;
17
+ }
@@ -0,0 +1,16 @@
1
+ import { BetLimit, CasinoGameThumbnailDetails, CasinoGameThumbnailInfo } from '../../models/casino-game-thumbnail';
2
+ export declare class CasinoGameThumbnailExtrainfo {
3
+ language: string;
4
+ betLimit: BetLimit;
5
+ gameInfo: CasinoGameThumbnailInfo;
6
+ gameDetails: CasinoGameThumbnailDetails;
7
+ gameStartTime: string;
8
+ gameTimeFormat: string;
9
+ isNewGame: boolean;
10
+ isDouble: boolean;
11
+ gameTag: string;
12
+ onGameLoaded(gameInfo: CasinoGameThumbnailInfo): Promise<void>;
13
+ initTimeProperties(): void;
14
+ onGameDetailUpdated(details: CasinoGameThumbnailDetails): Promise<void>;
15
+ render(): any;
16
+ }
@@ -0,0 +1,30 @@
1
+ import { EventEmitter } from '../../stencil-public-runtime';
2
+ export declare class CasinoGameThumbnailOverlay {
3
+ /**
4
+ * Event when playnow button clicked
5
+ */
6
+ playClicked: EventEmitter<string | number>;
7
+ /**
8
+ * integratedGameFrameMobile
9
+ */
10
+ integratedGameFrameMobile: boolean;
11
+ /**
12
+ * the frame url when integratedGameFrameDesktop is true
13
+ */
14
+ gamepageModalUrl: string;
15
+ /**
16
+ * Open game a a frame, gamepagemodalurl value should be set
17
+ */
18
+ integratedGameFrameDesktop: boolean;
19
+ /**
20
+ * Language
21
+ */
22
+ language: string;
23
+ gameName: string;
24
+ gameVendor: string;
25
+ gameId: string | number;
26
+ hasFunMode: boolean;
27
+ private userAgent;
28
+ private onPlayNowClicked;
29
+ render(): any;
30
+ }
@@ -0,0 +1,3 @@
1
+ export declare class CasinoNormalGameThumbnail {
2
+ render(): any;
3
+ }