@everymatrix/casino-game-thumb-view 1.44.0 → 1.45.0

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 (131) hide show
  1. package/dist/casino-game-thumb-view/casino-game-thumb-view.esm.js +1 -1
  2. package/dist/casino-game-thumb-view/p-2207062c.entry.js +1 -0
  3. package/dist/casino-game-thumb-view/p-39684b4a.entry.js +1 -0
  4. package/dist/casino-game-thumb-view/p-af0284b5.entry.js +1 -0
  5. package/dist/casino-game-thumb-view/p-b73b7a18.entry.js +1 -0
  6. package/dist/casino-game-thumb-view/p-bd016895.entry.js +7 -0
  7. package/dist/casino-game-thumb-view/p-d2580653.js +8 -0
  8. package/dist/casino-game-thumb-view/p-d48c3566.entry.js +1 -0
  9. package/dist/casino-game-thumb-view/p-e1255160.js +1 -0
  10. package/dist/casino-game-thumb-view/p-eef6f908.js +2 -0
  11. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  12. package/dist/cjs/casino-extrainfo-baccarat.cjs.entry.js +327 -322
  13. package/dist/cjs/casino-extrainfo-blackjack.cjs.entry.js +45 -45
  14. package/dist/cjs/casino-extrainfo-roulette.cjs.entry.js +35 -34
  15. package/dist/cjs/casino-game-thumb-view.cjs.js +17 -11
  16. package/dist/cjs/casino-game-thumb-view_2.cjs.entry.js +469 -519
  17. package/dist/cjs/casino-game-thumbnail-betlimit_2.cjs.entry.js +258 -251
  18. package/dist/cjs/casino-normal-game-thumbnail.cjs.entry.js +14 -12
  19. package/dist/cjs/game-thumbnail-5a34c727.js +78 -0
  20. package/dist/cjs/index-48d13981.js +1709 -0
  21. package/dist/cjs/loader.cjs.js +7 -13
  22. package/dist/cjs/locale.utils-53bf703a.js +132 -0
  23. package/dist/cjs/{utils-a0afc0a9.js → utils-c4ed3adc.js} +407 -404
  24. package/dist/collection/collection-manifest.json +10 -10
  25. package/dist/collection/components/casino-extrainfo-baccarat/casino-extrainfo-baccarat.js +251 -230
  26. package/dist/collection/components/casino-extrainfo-blackjack/casino-extrainfo-blackjack.js +136 -114
  27. package/dist/collection/components/casino-extrainfo-roulette/casino-extrainfo-roulette.js +126 -119
  28. package/dist/collection/components/casino-game-thumb-view/casino-game-thumb-view.css +1 -1
  29. package/dist/collection/components/casino-game-thumb-view/casino-game-thumb-view.js +1023 -1027
  30. package/dist/collection/components/casino-game-thumb-view/index.js +1 -0
  31. package/dist/collection/components/casino-game-thumbnail-betlimit/casino-game-thumbnail-betlimit.js +78 -80
  32. package/dist/collection/components/casino-game-thumbnail-extrainfo/casino-game-thumbnail-extrainfo.js +153 -150
  33. package/dist/collection/components/casino-game-thumbnail-overlay/casino-game-thumbnail-overlay.js +201 -206
  34. package/dist/collection/components/casino-normal-game-thumbnail/casino-normal-game-thumbnail.js +71 -58
  35. package/dist/collection/constants/game-thumbnail.js +66 -66
  36. package/dist/collection/models/casino-game-thumb-view.js +6 -6
  37. package/dist/collection/models/currency-symbols.js +170 -170
  38. package/dist/collection/utils/baccarat-board-svg.js +225 -225
  39. package/dist/collection/utils/locale.utils.js +122 -122
  40. package/dist/collection/utils/utils.js +41 -41
  41. package/dist/esm/app-globals-0f993ce5.js +3 -0
  42. package/dist/esm/casino-extrainfo-baccarat.entry.js +327 -322
  43. package/dist/esm/casino-extrainfo-blackjack.entry.js +45 -45
  44. package/dist/esm/casino-extrainfo-roulette.entry.js +35 -34
  45. package/dist/esm/casino-game-thumb-view.js +14 -11
  46. package/dist/esm/casino-game-thumb-view_2.entry.js +469 -519
  47. package/dist/esm/casino-game-thumbnail-betlimit_2.entry.js +258 -251
  48. package/dist/esm/casino-normal-game-thumbnail.entry.js +14 -12
  49. package/dist/esm/game-thumbnail-035e97e2.js +72 -0
  50. package/dist/esm/index-8c9a8030.js +1681 -0
  51. package/dist/esm/loader.js +7 -13
  52. package/dist/esm/locale.utils-0c514ca8.js +130 -0
  53. package/dist/{components/utils.js → esm/utils-090ac2e9.js} +407 -404
  54. package/dist/stencil.config.dev.js +17 -0
  55. package/dist/stencil.config.js +12 -35
  56. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-game-thumb-view/.stencil/packages/stencil/casino-game-thumb-view/stencil.config.d.ts +2 -0
  57. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/casino-game-thumb-view/.stencil/packages/stencil/casino-game-thumb-view/stencil.config.dev.d.ts +2 -0
  58. package/dist/types/components/casino-extrainfo-baccarat/casino-extrainfo-baccarat.d.ts +36 -36
  59. package/dist/types/components/casino-extrainfo-blackjack/casino-extrainfo-blackjack.d.ts +33 -33
  60. package/dist/types/components/casino-extrainfo-roulette/casino-extrainfo-roulette.d.ts +18 -18
  61. package/dist/types/components/casino-game-thumb-view/casino-game-thumb-view.d.ts +213 -213
  62. package/dist/types/components/casino-game-thumb-view/index.d.ts +1 -0
  63. package/dist/types/components/casino-game-thumbnail-betlimit/casino-game-thumbnail-betlimit.d.ts +14 -14
  64. package/dist/types/components/casino-game-thumbnail-extrainfo/casino-game-thumbnail-extrainfo.d.ts +13 -13
  65. package/dist/types/components/casino-game-thumbnail-overlay/casino-game-thumbnail-overlay.d.ts +28 -28
  66. package/dist/types/components/casino-normal-game-thumbnail/casino-normal-game-thumbnail.d.ts +4 -4
  67. package/dist/types/components.d.ts +33 -2
  68. package/dist/types/constants/game-thumbnail.d.ts +66 -66
  69. package/dist/types/models/casino-game-thumb-view.d.ts +107 -107
  70. package/dist/types/models/currency-symbols.d.ts +170 -170
  71. package/dist/types/stencil-public-runtime.d.ts +142 -33
  72. package/dist/types/utils/baccarat-board-svg.d.ts +29 -29
  73. package/loader/cdn.js +1 -3
  74. package/loader/index.cjs.js +1 -3
  75. package/loader/index.d.ts +13 -1
  76. package/loader/index.es2017.js +1 -3
  77. package/loader/index.js +1 -3
  78. package/loader/package.json +1 -0
  79. package/package.json +8 -8
  80. package/dist/assets/baccarat.svg +0 -43
  81. package/dist/assets/fav.svg +0 -9
  82. package/dist/assets/favorite.svg +0 -12
  83. package/dist/assets/seat.svg +0 -6
  84. package/dist/assets/unfav.svg +0 -20
  85. package/dist/casino-game-thumb-view/p-1bbf4b70.entry.js +0 -1
  86. package/dist/casino-game-thumb-view/p-42bf2034.entry.js +0 -1
  87. package/dist/casino-game-thumb-view/p-46dbb1cb.js +0 -1
  88. package/dist/casino-game-thumb-view/p-6a6b2a78.js +0 -8
  89. package/dist/casino-game-thumb-view/p-7ae107ed.entry.js +0 -1
  90. package/dist/casino-game-thumb-view/p-9cbfffbc.entry.js +0 -1
  91. package/dist/casino-game-thumb-view/p-d961aec4.entry.js +0 -1
  92. package/dist/casino-game-thumb-view/p-db43bb56.entry.js +0 -7
  93. package/dist/cjs/game-thumbnail-31d518f0.js +0 -78
  94. package/dist/cjs/index-65a1d768.js +0 -1796
  95. package/dist/cjs/locale.utils-aa160787.js +0 -132
  96. package/dist/components/casino-extrainfo-baccarat.d.ts +0 -11
  97. package/dist/components/casino-extrainfo-baccarat.js +0 -400
  98. package/dist/components/casino-extrainfo-blackjack.d.ts +0 -11
  99. package/dist/components/casino-extrainfo-blackjack.js +0 -92
  100. package/dist/components/casino-extrainfo-roulette.d.ts +0 -11
  101. package/dist/components/casino-extrainfo-roulette.js +0 -78
  102. package/dist/components/casino-game-thumb-view.d.ts +0 -11
  103. package/dist/components/casino-game-thumb-view.js +0 -1625
  104. package/dist/components/casino-game-thumbnail-betlimit.d.ts +0 -11
  105. package/dist/components/casino-game-thumbnail-betlimit.js +0 -6
  106. package/dist/components/casino-game-thumbnail-betlimit2.js +0 -227
  107. package/dist/components/casino-game-thumbnail-extrainfo.d.ts +0 -11
  108. package/dist/components/casino-game-thumbnail-extrainfo.js +0 -6
  109. package/dist/components/casino-game-thumbnail-extrainfo2.js +0 -96
  110. package/dist/components/casino-game-thumbnail-overlay.d.ts +0 -11
  111. package/dist/components/casino-game-thumbnail-overlay.js +0 -6
  112. package/dist/components/casino-game-thumbnail-overlay2.js +0 -69
  113. package/dist/components/casino-normal-game-thumbnail.d.ts +0 -11
  114. package/dist/components/casino-normal-game-thumbnail.js +0 -52
  115. package/dist/components/game-thumbnail.js +0 -72
  116. package/dist/components/index.d.ts +0 -26
  117. package/dist/components/index.js +0 -1
  118. package/dist/components/locale.utils.js +0 -130
  119. package/dist/esm/game-thumbnail-0a56ee03.js +0 -72
  120. package/dist/esm/index-1e44dd9f.js +0 -1769
  121. package/dist/esm/locale.utils-e0cf897e.js +0 -130
  122. package/dist/esm/polyfills/core-js.js +0 -11
  123. package/dist/esm/polyfills/css-shim.js +0 -1
  124. package/dist/esm/polyfills/dom.js +0 -79
  125. package/dist/esm/polyfills/es5-html-element.js +0 -1
  126. package/dist/esm/polyfills/index.js +0 -34
  127. package/dist/esm/polyfills/system.js +0 -6
  128. package/dist/esm/utils-e9314132.js +0 -5739
  129. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/casino-game-thumb-view/.stencil/packages/casino-game-thumb-view/stencil.config.d.ts +0 -2
  130. /package/dist/casino-game-thumb-view/{p-2d5f59fe.js → p-2d02adb1.js} +0 -0
  131. /package/dist/casino-game-thumb-view/{p-1e63a1ab.js → p-59ceeaaa.js} +0 -0
@@ -2,277 +2,284 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-65a1d768.js');
6
- const utils = require('./utils-a0afc0a9.js');
7
- const locale_utils = require('./locale.utils-aa160787.js');
8
- const gameThumbnail = require('./game-thumbnail-31d518f0.js');
5
+ const index = require('./index-48d13981.js');
6
+ const utils = require('./utils-c4ed3adc.js');
7
+ const locale_utils = require('./locale.utils-53bf703a.js');
8
+ const gameThumbnail = require('./game-thumbnail-5a34c727.js');
9
9
 
10
10
  /* eslint-disable quote-props */
11
11
  const currenciesSymbols = {
12
- 'AED': 'د.إ',
13
- 'AFN': '؋',
14
- 'ALL': 'L',
15
- 'AMD': '֏',
16
- 'ANG': 'ƒ',
17
- 'AOA': 'Kz',
18
- 'ARS': '$',
19
- 'AUD': '$',
20
- 'AWG': 'ƒ',
21
- 'AZN': 'ман',
22
- 'BAM': 'KM',
23
- 'BBD': '$',
24
- 'BDT': '৳',
25
- 'BGN': 'лв',
26
- 'BHD': '.د.ب',
27
- 'BIF': 'FBu',
28
- 'BMD': '$',
29
- 'BND': '$',
30
- 'BOB': '$b',
31
- 'BRL': 'R$',
32
- 'BSD': '$',
33
- 'BTC': '฿',
34
- 'BTN': 'Nu.',
35
- 'BWP': 'P',
36
- 'BYR': 'p.',
37
- 'BZD': 'BZ$',
38
- 'CAD': '$',
39
- 'CDF': 'FC',
40
- 'CHF': 'CHF',
41
- 'CLP': '$',
42
- 'CNY': '¥',
43
- 'COP': '$',
44
- 'CRC': '₡',
45
- 'CUC': '$',
46
- 'CUP': '₱',
47
- 'CVE': '$',
48
- 'CZK': 'Kč',
49
- 'DJF': 'Fdj',
50
- 'DKK': 'kr',
51
- 'DOP': 'RD$',
52
- 'DZD': 'دج',
53
- 'EEK': 'kr',
54
- 'EGP': '£',
55
- 'ERN': 'Nfk',
56
- 'ETB': 'Br',
57
- 'ETH': 'Ξ',
58
- 'EUR': '€',
59
- 'FJD': '$',
60
- 'FKP': '£',
61
- 'GBP': '£',
62
- 'GEL': '₾',
63
- 'GGP': '£',
64
- 'GHC': '₵',
65
- 'GHS': 'GH₵',
66
- 'GIP': '£',
67
- 'GMD': 'D',
68
- 'GNF': 'FG',
69
- 'GTQ': 'Q',
70
- 'GYD': '$',
71
- 'HKD': '$',
72
- 'HNL': 'L',
73
- 'HRK': 'kn',
74
- 'HTG': 'G',
75
- 'HUF': 'Ft',
76
- 'IDR': 'Rp',
77
- 'ILS': '₪',
78
- 'IMP': '£',
79
- 'INR': '₹',
80
- 'IQD': 'ع.د',
81
- 'IRR': '﷼',
82
- 'ISK': 'kr',
83
- 'JEP': '£',
84
- 'JMD': 'J$',
85
- 'JOD': 'JD',
86
- 'JPY': '¥',
87
- 'KES': 'KSh',
88
- 'KGS': 'лв',
89
- 'KHR': '៛',
90
- 'KMF': 'CF',
91
- 'KPW': '₩',
92
- 'KRW': '₩',
93
- 'KWD': 'KD',
94
- 'KYD': '$',
95
- 'KZT': 'лв',
96
- 'LAK': '₭',
97
- 'LBP': '£',
98
- 'LKR': '₨',
99
- 'LRD': '$',
100
- 'LSL': 'M',
101
- 'LTC': 'Ł',
102
- 'LTL': 'Lt',
103
- 'LVL': 'Ls',
104
- 'LYD': 'LD',
105
- 'MAD': 'MAD',
106
- 'MDL': 'lei',
107
- 'MGA': 'Ar',
108
- 'MKD': 'ден',
109
- 'MMK': 'K',
110
- 'MNT': '₮',
111
- 'MOP': 'MOP$',
112
- 'MRO': 'UM',
113
- 'MUR': '₨',
114
- 'MVR': 'Rf',
115
- 'MWK': 'MK',
116
- 'MXN': '$',
117
- 'MYR': 'RM',
118
- 'MZN': 'MT',
119
- 'NAD': '$',
120
- 'NGN': '₦',
121
- 'NIO': 'C$',
122
- 'NOK': 'kr',
123
- 'NPR': '₨',
124
- 'NZD': '$',
125
- 'OMR': '﷼',
126
- 'PAB': 'B/.',
127
- 'PEN': 'S/.',
128
- 'PGK': 'K',
129
- 'PHP': '₱',
130
- 'PKR': '₨',
131
- 'PLN': 'zł',
132
- 'PYG': 'Gs',
133
- 'QAR': '﷼',
134
- 'RMB': '¥',
135
- 'RON': 'lei',
136
- 'RSD': 'Дин.',
137
- 'RUB': '₽',
138
- 'RWF': 'R₣',
139
- 'SAR': '﷼',
140
- 'SBD': '$',
141
- 'SCR': '₨',
142
- 'SDG': 'ج.س.',
143
- 'SEK': 'kr',
144
- 'SGD': '$',
145
- 'SHP': '£',
146
- 'SLL': 'Le',
147
- 'SOS': 'S',
148
- 'SRD': '$',
149
- 'SSP': '£',
150
- 'STD': 'Db',
151
- 'SVC': '$',
152
- 'SYP': '£',
153
- 'SZL': 'E',
154
- 'THB': '฿',
155
- 'TJS': 'SM',
156
- 'TMT': 'T',
157
- 'TND': 'د.ت',
158
- 'TOP': 'T$',
159
- 'TRL': '₤',
160
- 'TRY': '₺',
161
- 'TTD': 'TT$',
162
- 'TVD': '$',
163
- 'TWD': 'NT$',
164
- 'TZS': 'TSh',
165
- 'UAH': '₴',
166
- 'UGX': 'USh',
167
- 'USD': '$',
168
- 'UYU': '$U',
169
- 'UZS': 'лв',
170
- 'VEF': 'Bs',
171
- 'VND': '₫',
172
- 'VUV': 'VT',
173
- 'WST': 'WS$',
174
- 'XAF': 'FCFA',
175
- 'XBT': 'Ƀ',
176
- 'XCD': '$',
177
- 'XOF': 'CFA',
178
- 'XPF': '₣',
179
- 'YER': '﷼',
180
- 'ZAR': 'R',
181
- 'ZWD': 'Z$',
12
+ 'AED': 'د.إ',
13
+ 'AFN': '؋',
14
+ 'ALL': 'L',
15
+ 'AMD': '֏',
16
+ 'ANG': 'ƒ',
17
+ 'AOA': 'Kz',
18
+ 'ARS': '$',
19
+ 'AUD': '$',
20
+ 'AWG': 'ƒ',
21
+ 'AZN': 'ман',
22
+ 'BAM': 'KM',
23
+ 'BBD': '$',
24
+ 'BDT': '৳',
25
+ 'BGN': 'лв',
26
+ 'BHD': '.د.ب',
27
+ 'BIF': 'FBu',
28
+ 'BMD': '$',
29
+ 'BND': '$',
30
+ 'BOB': '$b',
31
+ 'BRL': 'R$',
32
+ 'BSD': '$',
33
+ 'BTC': '฿',
34
+ 'BTN': 'Nu.',
35
+ 'BWP': 'P',
36
+ 'BYR': 'p.',
37
+ 'BZD': 'BZ$',
38
+ 'CAD': '$',
39
+ 'CDF': 'FC',
40
+ 'CHF': 'CHF',
41
+ 'CLP': '$',
42
+ 'CNY': '¥',
43
+ 'COP': '$',
44
+ 'CRC': '₡',
45
+ 'CUC': '$',
46
+ 'CUP': '₱',
47
+ 'CVE': '$',
48
+ 'CZK': 'Kč',
49
+ 'DJF': 'Fdj',
50
+ 'DKK': 'kr',
51
+ 'DOP': 'RD$',
52
+ 'DZD': 'دج',
53
+ 'EEK': 'kr',
54
+ 'EGP': '£',
55
+ 'ERN': 'Nfk',
56
+ 'ETB': 'Br',
57
+ 'ETH': 'Ξ',
58
+ 'EUR': '€',
59
+ 'FJD': '$',
60
+ 'FKP': '£',
61
+ 'GBP': '£',
62
+ 'GEL': '₾',
63
+ 'GGP': '£',
64
+ 'GHC': '₵',
65
+ 'GHS': 'GH₵',
66
+ 'GIP': '£',
67
+ 'GMD': 'D',
68
+ 'GNF': 'FG',
69
+ 'GTQ': 'Q',
70
+ 'GYD': '$',
71
+ 'HKD': '$',
72
+ 'HNL': 'L',
73
+ 'HRK': 'kn',
74
+ 'HTG': 'G',
75
+ 'HUF': 'Ft',
76
+ 'IDR': 'Rp',
77
+ 'ILS': '₪',
78
+ 'IMP': '£',
79
+ 'INR': '₹',
80
+ 'IQD': 'ع.د',
81
+ 'IRR': '﷼',
82
+ 'ISK': 'kr',
83
+ 'JEP': '£',
84
+ 'JMD': 'J$',
85
+ 'JOD': 'JD',
86
+ 'JPY': '¥',
87
+ 'KES': 'KSh',
88
+ 'KGS': 'лв',
89
+ 'KHR': '៛',
90
+ 'KMF': 'CF',
91
+ 'KPW': '₩',
92
+ 'KRW': '₩',
93
+ 'KWD': 'KD',
94
+ 'KYD': '$',
95
+ 'KZT': 'лв',
96
+ 'LAK': '₭',
97
+ 'LBP': '£',
98
+ 'LKR': '₨',
99
+ 'LRD': '$',
100
+ 'LSL': 'M',
101
+ 'LTC': 'Ł',
102
+ 'LTL': 'Lt',
103
+ 'LVL': 'Ls',
104
+ 'LYD': 'LD',
105
+ 'MAD': 'MAD',
106
+ 'MDL': 'lei',
107
+ 'MGA': 'Ar',
108
+ 'MKD': 'ден',
109
+ 'MMK': 'K',
110
+ 'MNT': '₮',
111
+ 'MOP': 'MOP$',
112
+ 'MRO': 'UM',
113
+ 'MUR': '₨',
114
+ 'MVR': 'Rf',
115
+ 'MWK': 'MK',
116
+ 'MXN': '$',
117
+ 'MYR': 'RM',
118
+ 'MZN': 'MT',
119
+ 'NAD': '$',
120
+ 'NGN': '₦',
121
+ 'NIO': 'C$',
122
+ 'NOK': 'kr',
123
+ 'NPR': '₨',
124
+ 'NZD': '$',
125
+ 'OMR': '﷼',
126
+ 'PAB': 'B/.',
127
+ 'PEN': 'S/.',
128
+ 'PGK': 'K',
129
+ 'PHP': '₱',
130
+ 'PKR': '₨',
131
+ 'PLN': 'zł',
132
+ 'PYG': 'Gs',
133
+ 'QAR': '﷼',
134
+ 'RMB': '¥',
135
+ 'RON': 'lei',
136
+ 'RSD': 'Дин.',
137
+ 'RUB': '₽',
138
+ 'RWF': 'R₣',
139
+ 'SAR': '﷼',
140
+ 'SBD': '$',
141
+ 'SCR': '₨',
142
+ 'SDG': 'ج.س.',
143
+ 'SEK': 'kr',
144
+ 'SGD': '$',
145
+ 'SHP': '£',
146
+ 'SLL': 'Le',
147
+ 'SOS': 'S',
148
+ 'SRD': '$',
149
+ 'SSP': '£',
150
+ 'STD': 'Db',
151
+ 'SVC': '$',
152
+ 'SYP': '£',
153
+ 'SZL': 'E',
154
+ 'THB': '฿',
155
+ 'TJS': 'SM',
156
+ 'TMT': 'T',
157
+ 'TND': 'د.ت',
158
+ 'TOP': 'T$',
159
+ 'TRL': '₤',
160
+ 'TRY': '₺',
161
+ 'TTD': 'TT$',
162
+ 'TVD': '$',
163
+ 'TWD': 'NT$',
164
+ 'TZS': 'TSh',
165
+ 'UAH': '₴',
166
+ 'UGX': 'USh',
167
+ 'USD': '$',
168
+ 'UYU': '$U',
169
+ 'UZS': 'лв',
170
+ 'VEF': 'Bs',
171
+ 'VND': '₫',
172
+ 'VUV': 'VT',
173
+ 'WST': 'WS$',
174
+ 'XAF': 'FCFA',
175
+ 'XBT': 'Ƀ',
176
+ 'XCD': '$',
177
+ 'XOF': 'CFA',
178
+ 'XPF': '₣',
179
+ 'YER': '﷼',
180
+ 'ZAR': 'R',
181
+ 'ZWD': 'Z$',
182
182
  };
183
183
 
184
184
  const casinoGameThumbnailBetlimitCss = ":host{display:block}";
185
+ const CasinoGameThumbnailBetlimitStyle0 = casinoGameThumbnailBetlimitCss;
185
186
 
186
187
  const CasinoGameThumbnailBetlimit = class {
187
- constructor(hostRef) {
188
- index.registerInstance(this, hostRef);
189
- this.defaultCurrency = 'EUR';
190
- this.isBetLimitAvailable = false;
191
- }
192
- getCurrencySymbols(currency) {
193
- return currenciesSymbols[currency];
194
- }
195
- componentWillRender() {
196
- if (this.betLimit) {
197
- const limit = this.betLimit.max
198
- ? this.betLimit.max
199
- : this.betLimit.min || {};
200
- this.isBetLimitAvailable = Object.keys(limit).length === 1;
201
- this.currency = this.isBetLimitAvailable
202
- ? Object.keys(limit)[0]
203
- : this.defaultCurrency;
188
+ constructor(hostRef) {
189
+ index.registerInstance(this, hostRef);
190
+ this.defaultCurrency = 'EUR';
191
+ this.isBetLimitAvailable = false;
192
+ this.betLimit = undefined;
193
+ this.numberOfPlayers = undefined;
204
194
  }
205
- }
206
- render() {
207
- if (!this.isBetLimitAvailable) {
208
- return '';
195
+ getCurrencySymbols(currency) {
196
+ return currenciesSymbols[currency];
197
+ }
198
+ componentWillRender() {
199
+ if (this.betLimit) {
200
+ const limit = this.betLimit.max
201
+ ? this.betLimit.max
202
+ : this.betLimit.min || {};
203
+ this.isBetLimitAvailable = Object.keys(limit).length === 1;
204
+ this.currency = this.isBetLimitAvailable
205
+ ? Object.keys(limit)[0]
206
+ : this.defaultCurrency;
207
+ }
208
+ }
209
+ render() {
210
+ if (!this.isBetLimitAvailable) {
211
+ return '';
212
+ }
213
+ return (index.h("p", { class: "LiveLimits" }, index.h("span", { class: "BetLimitLeft" }, this.getCurrencySymbols(this.currency), ' ', utils.numberWithSeparators(this.betLimit.min[this.currency]), " -", ' ', utils.numberWithSeparators(this.betLimit.max[this.currency])), (this.numberOfPlayers || this.numberOfPlayers == 0) && (index.h("span", { class: "BetLimitRight" }, index.h("svg", { fill: "white", width: "13", height: "13", viewBox: "0 0 13 14", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z" })), index.h("span", { class: "NrOfPlayers" }, this.numberOfPlayers)))));
209
214
  }
210
- return (index.h("p", { class: "LiveLimits" }, index.h("span", { class: "BetLimitLeft" }, this.getCurrencySymbols(this.currency), ' ', utils.numberWithSeparators(this.betLimit.min[this.currency]), " -", ' ', utils.numberWithSeparators(this.betLimit.max[this.currency])), (this.numberOfPlayers || this.numberOfPlayers == 0) && (index.h("span", { class: "BetLimitRight" }, index.h("svg", { fill: "white", width: "13", height: "13", viewBox: "0 0 13 14", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z" })), index.h("span", { class: "NrOfPlayers" }, this.numberOfPlayers)))));
211
- }
212
215
  };
213
- CasinoGameThumbnailBetlimit.style = casinoGameThumbnailBetlimitCss;
216
+ CasinoGameThumbnailBetlimit.style = CasinoGameThumbnailBetlimitStyle0;
214
217
 
215
218
  const casinoGameThumbnailExtrainfoCss = ":host{display:block;font-family:system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\"}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-color-primary, #D0046C);color:var(--emfe-w-color-primary-50, #FBECF4);font-weight:bold;text-transform:uppercase;border-radius:5px}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 10px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 6px 0 1px;font-size:14px;text-align:center}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 10px 5px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px;vertical-align:top}";
219
+ const CasinoGameThumbnailExtrainfoStyle0 = casinoGameThumbnailExtrainfoCss;
216
220
 
217
221
  const CasinoGameThumbnailExtrainfo = class {
218
- constructor(hostRef) {
219
- index.registerInstance(this, hostRef);
220
- this.language = 'en';
221
- this.isNewGame = false;
222
- }
223
- async onGameLoaded(gameInfo) {
224
- var _a;
225
- this.gameInfo = gameInfo;
226
- this.isNewGame = this.gameInfo.isNew;
227
- if (this.gameInfo.gameTag === 'false') {
228
- this.gameInfo.gameTag = null;
222
+ constructor(hostRef) {
223
+ index.registerInstance(this, hostRef);
224
+ this.isNewGame = false;
225
+ this.language = 'en';
226
+ this.betLimit = undefined;
227
+ this.gameInfo = undefined;
228
+ this.gameDetails = undefined;
229
+ }
230
+ async onGameLoaded(gameInfo) {
231
+ var _a;
232
+ this.gameInfo = gameInfo;
233
+ this.isNewGame = this.gameInfo.isNew;
234
+ if (this.gameInfo.gameTag === 'false') {
235
+ this.gameInfo.gameTag = null;
236
+ }
237
+ this.gameTag = this.gameInfo.gameTag;
238
+ if (!this.gameInfo.details) {
239
+ return;
240
+ }
241
+ this.gameDetails = this.gameInfo.details;
242
+ this.isDouble = !this.gameDetails
243
+ ? false
244
+ : this.gameInfo.details.category.toLowerCase() ===
245
+ gameThumbnail.WIDGETTYPE_GAMECATEGORY.doubleballroulette;
246
+ this.gameTag = !this.gameDetails
247
+ ? this.gameInfo.gameTag
248
+ : ((_a = this.gameInfo.advancedTags) === null || _a === void 0 ? void 0 : _a.length) > 0
249
+ ? utils.addGameTag(this.gameInfo.advancedTags)
250
+ : this.gameInfo.gameTag;
251
+ this.betLimit = !this.gameDetails ? null : this.gameDetails.betLimit;
252
+ this.initTimeProperties();
229
253
  }
230
- this.gameTag = this.gameInfo.gameTag;
231
- if (!this.gameInfo.details) {
232
- return;
254
+ initTimeProperties() {
255
+ var _a, _b, _c, _d, _e;
256
+ //openHours.type: valid data: Bounded, FullTime
257
+ if (((_b = (_a = this.gameDetails) === null || _a === void 0 ? void 0 : _a.openHours) === null || _b === void 0 ? void 0 : _b.type) === 'Bounded') {
258
+ this.gameStartTime = (_d = (_c = this.gameDetails) === null || _c === void 0 ? void 0 : _c.openHours) === null || _d === void 0 ? void 0 : _d.value.startTime;
259
+ this.gameTimeFormat =
260
+ (_e = this.gameDetails) === null || _e === void 0 ? void 0 : _e.openHours.value.originalTimeFormat;
261
+ }
233
262
  }
234
- this.gameDetails = this.gameInfo.details;
235
- this.isDouble = !this.gameDetails
236
- ? false
237
- : this.gameInfo.details.category.toLowerCase() ===
238
- gameThumbnail.WIDGETTYPE_GAMECATEGORY.doubleballroulette;
239
- this.gameTag = !this.gameDetails
240
- ? this.gameInfo.gameTag
241
- : ((_a = this.gameInfo.advancedTags) === null || _a === void 0 ? void 0 : _a.length) > 0
242
- ? utils.addGameTag(this.gameInfo.advancedTags)
243
- : this.gameInfo.gameTag;
244
- this.betLimit = !this.gameDetails ? null : this.gameDetails.betLimit;
245
- this.initTimeProperties();
246
- }
247
- initTimeProperties() {
248
- var _a, _b, _c, _d, _e;
249
- //openHours.type: valid data: Bounded, FullTime
250
- if (((_b = (_a = this.gameDetails) === null || _a === void 0 ? void 0 : _a.openHours) === null || _b === void 0 ? void 0 : _b.type) === 'Bounded') {
251
- this.gameStartTime = (_d = (_c = this.gameDetails) === null || _c === void 0 ? void 0 : _c.openHours) === null || _d === void 0 ? void 0 : _d.value.startTime;
252
- this.gameTimeFormat =
253
- (_e = this.gameDetails) === null || _e === void 0 ? void 0 : _e.openHours.value.originalTimeFormat;
263
+ async onGameDetailUpdated(details) {
264
+ this.gameInfo.details = this.gameDetails = details;
265
+ this.gameDetails = Object.assign({}, this.gameDetails);
266
+ //openHours.type: valid data: Bouned, FullTime
267
+ this.initTimeProperties();
254
268
  }
255
- }
256
- async onGameDetailUpdated(details) {
257
- this.gameInfo.details = this.gameDetails = details;
258
- this.gameDetails = Object.assign({}, this.gameDetails);
259
- //openHours.type: valid data: Bouned, FullTime
260
- this.initTimeProperties();
261
- }
262
- render() {
263
- var _a, _b, _c;
264
- if (!this.gameInfo) {
265
- return '';
269
+ render() {
270
+ var _a, _b, _c;
271
+ if (!this.gameInfo) {
272
+ return '';
273
+ }
274
+ return (index.h("div", { class: "GameExtraInfo", part: "GameExtraInfo" }, this.isNewGame && (index.h("span", { class: "GameExtraInfoLabel NewGameTag", part: "GameExtraInfoLabel NewGameTag" }, locale_utils.translate('new', this.language))), this.gameTag && (index.h("span", { class: "GameExtraInfoLabel PopularGameTag", part: "GameExtraInfoLabel PopularGameTag" }, this.gameTag)), this.gameDetails && (index.h("div", { class: `GameProp LiveProps ${gameThumbnail.WIDGETTYPE_CLASS[this.gameDetails.category.toLowerCase()]} ${this.isDouble ? ' Double' : ''}`, part: `GameProp LiveProps ${gameThumbnail.WIDGETTYPE_CLASS[this.gameDetails.category.toLowerCase()]} ${this.isDouble ? ' Double' : ''}` }, this.gameDetails.isOpen ? (index.h("slot", { name: "category-details" })) : (this.gameStartTime &&
275
+ this.gameTimeFormat && (index.h("div", { class: "ClosedGame", part: "ClosedGame" }, locale_utils.translate('opens', this.language), index.h("span", null, ' ', utils.hooks
276
+ .utc(this.gameStartTime)
277
+ .local()
278
+ .format(this.gameTimeFormat), ' ')))), ((_a = this.gameDetails.dealer) === null || _a === void 0 ? void 0 : _a.DealerName) && (index.h("p", { class: "LiveLimits" }, index.h("span", { class: "DealerName" }, locale_utils.translate('dealer', this.language), ":", ' ', (_b = this.gameDetails) === null || _b === void 0 ? void 0 :
279
+ _b.dealer.DealerName, ' '))), index.h("casino-game-thumbnail-betlimit", { betLimit: this.betLimit, numberOfPlayers: (_c = this.gameDetails) === null || _c === void 0 ? void 0 : _c.numberOfPlayers })))));
266
280
  }
267
- return (index.h("div", { class: "GameExtraInfo", part: "GameExtraInfo" }, this.isNewGame && (index.h("span", { class: "GameExtraInfoLabel NewGameTag", part: "GameExtraInfoLabel NewGameTag" }, locale_utils.translate('new', this.language))), this.gameTag && (index.h("span", { class: "GameExtraInfoLabel PopularGameTag", part: "GameExtraInfoLabel PopularGameTag" }, this.gameTag)), this.gameDetails && (index.h("div", { class: `GameProp LiveProps ${gameThumbnail.WIDGETTYPE_CLASS[this.gameDetails.category.toLowerCase()]} ${this.isDouble ? ' Double' : ''}`, part: `GameProp LiveProps ${gameThumbnail.WIDGETTYPE_CLASS[this.gameDetails.category.toLowerCase()]} ${this.isDouble ? ' Double' : ''}` }, this.gameDetails.isOpen ? (index.h("slot", { name: "category-details" })) : (this.gameStartTime &&
268
- this.gameTimeFormat && (index.h("div", { class: "ClosedGame", part: "ClosedGame" }, locale_utils.translate('opens', this.language), index.h("span", null, ' ', utils.hooks
269
- .utc(this.gameStartTime)
270
- .local()
271
- .format(this.gameTimeFormat), ' ')))), ((_a = this.gameDetails.dealer) === null || _a === void 0 ? void 0 : _a.DealerName) && (index.h("p", { class: "LiveLimits" }, index.h("span", { class: "DealerName" }, locale_utils.translate('dealer', this.language), ":", ' ', (_b = this.gameDetails) === null || _b === void 0 ? void 0 :
272
- _b.dealer.DealerName, ' '))), index.h("casino-game-thumbnail-betlimit", { betLimit: this.betLimit, numberOfPlayers: (_c = this.gameDetails) === null || _c === void 0 ? void 0 : _c.numberOfPlayers })))));
273
- }
274
281
  };
275
- CasinoGameThumbnailExtrainfo.style = casinoGameThumbnailExtrainfoCss;
282
+ CasinoGameThumbnailExtrainfo.style = CasinoGameThumbnailExtrainfoStyle0;
276
283
 
277
284
  exports.casino_game_thumbnail_betlimit = CasinoGameThumbnailBetlimit;
278
285
  exports.casino_game_thumbnail_extrainfo = CasinoGameThumbnailExtrainfo;
@@ -2,22 +2,24 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-65a1d768.js');
5
+ const index = require('./index-48d13981.js');
6
6
 
7
7
  const casinoNormalGameThumbnailCss = ":host{display:block}";
8
+ const CasinoNormalGameThumbnailStyle0 = casinoNormalGameThumbnailCss;
8
9
 
9
10
  const CasinoNormalGameThumbnail = class {
10
- constructor(hostRef) {
11
- index.registerInstance(this, hostRef);
12
- }
13
- async onGameLoaded(gameInfo) {
14
- var _a;
15
- (_a = this.infoWrapperRef) === null || _a === void 0 ? void 0 : _a.onGameLoaded(gameInfo);
16
- }
17
- render() {
18
- return (index.h(index.Host, null, index.h("casino-game-thumbnail-extrainfo", { ref: (el) => (this.infoWrapperRef = el), language: this.language })));
19
- }
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.language = undefined;
14
+ }
15
+ async onGameLoaded(gameInfo) {
16
+ var _a;
17
+ (_a = this.infoWrapperRef) === null || _a === void 0 ? void 0 : _a.onGameLoaded(gameInfo);
18
+ }
19
+ render() {
20
+ return (index.h(index.Host, { key: '65ecbdb989b2b98974bbe60db24f31032e2e10a7' }, index.h("casino-game-thumbnail-extrainfo", { key: '3633837b728bc4f18745cd87180b73359a403816', ref: (el) => (this.infoWrapperRef = el), language: this.language })));
21
+ }
20
22
  };
21
- CasinoNormalGameThumbnail.style = casinoNormalGameThumbnailCss;
23
+ CasinoNormalGameThumbnail.style = CasinoNormalGameThumbnailStyle0;
22
24
 
23
25
  exports.casino_normal_game_thumbnail = CasinoNormalGameThumbnail;