@everymatrix/casino-play-random-game 1.31.2 → 1.32.4

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 (48) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +3 -2
  3. package/dist/casino-play-random-game/casino-play-random-game.esm.js +0 -1
  4. package/dist/casino-play-random-game/index.esm.js +0 -0
  5. package/dist/casino-play-random-game/p-0f38b3f8.js +0 -1
  6. package/dist/casino-play-random-game/p-51fa7686.entry.js +0 -1
  7. package/dist/cjs/casino-play-random-game.cjs.entry.js +0 -360
  8. package/dist/cjs/casino-play-random-game.cjs.js +0 -19
  9. package/dist/cjs/index-8944e204.js +0 -1247
  10. package/dist/cjs/index.cjs.js +0 -2
  11. package/dist/cjs/loader.cjs.js +0 -21
  12. package/dist/collection/collection-manifest.json +0 -12
  13. package/dist/collection/components/casino-play-random-game/casino-play-random-game.css +0 -347
  14. package/dist/collection/components/casino-play-random-game/casino-play-random-game.js +0 -473
  15. package/dist/collection/index.js +0 -1
  16. package/dist/collection/utils/locale.utils.js +0 -73
  17. package/dist/collection/utils/utils.js +0 -27
  18. package/dist/components/casino-play-random-game.d.ts +0 -11
  19. package/dist/components/casino-play-random-game.js +0 -392
  20. package/dist/components/index.d.ts +0 -26
  21. package/dist/components/index.js +0 -1
  22. package/dist/esm/casino-play-random-game.entry.js +0 -356
  23. package/dist/esm/casino-play-random-game.js +0 -17
  24. package/dist/esm/index-58563736.js +0 -1221
  25. package/dist/esm/index.js +0 -1
  26. package/dist/esm/loader.js +0 -17
  27. package/dist/esm/polyfills/core-js.js +0 -11
  28. package/dist/esm/polyfills/css-shim.js +0 -1
  29. package/dist/esm/polyfills/dom.js +0 -79
  30. package/dist/esm/polyfills/es5-html-element.js +0 -1
  31. package/dist/esm/polyfills/index.js +0 -34
  32. package/dist/esm/polyfills/system.js +0 -6
  33. package/dist/index.cjs.js +0 -1
  34. package/dist/index.js +0 -1
  35. package/dist/stencil.config.js +0 -22
  36. package/dist/types/Users/dragos.bodea/Documents/everymatrix-prjs/emfe-widgets/widgets-stencil/packages/casino-play-random-game/.stencil/packages/casino-play-random-game/stencil.config.d.ts +0 -2
  37. package/dist/types/components/casino-play-random-game/casino-play-random-game.d.ts +0 -73
  38. package/dist/types/components.d.ts +0 -117
  39. package/dist/types/index.d.ts +0 -1
  40. package/dist/types/stencil-public-runtime.d.ts +0 -1565
  41. package/dist/types/utils/locale.utils.d.ts +0 -6
  42. package/dist/types/utils/utils.d.ts +0 -2
  43. package/loader/cdn.js +0 -3
  44. package/loader/index.cjs.js +0 -3
  45. package/loader/index.d.ts +0 -12
  46. package/loader/index.es2017.js +0 -3
  47. package/loader/index.js +0 -4
  48. package/loader/package.json +0 -10
@@ -1,117 +0,0 @@
1
- /* eslint-disable */
2
- /* tslint:disable */
3
- /**
4
- * This is an autogenerated file created by the Stencil compiler.
5
- * It contains typing information for all components that exist in this project.
6
- */
7
- import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- export namespace Components {
9
- interface CasinoPlayRandomGame {
10
- /**
11
- * Client custom styling via string
12
- */
13
- "clientStyling": string;
14
- /**
15
- * Client custom styling via url
16
- */
17
- "clientStylingUrl": string;
18
- /**
19
- * Name of the datasource, as configured in CE.
20
- */
21
- "datasource": string;
22
- /**
23
- * Endpoint URL for the source of data
24
- */
25
- "endpoint": string;
26
- /**
27
- * Icon visible initially
28
- */
29
- "iconVisible": string;
30
- /**
31
- * Icon visible while rolling
32
- */
33
- "iconVisibleOnAnim": string;
34
- /**
35
- * Language of the widget
36
- */
37
- "language": string;
38
- /**
39
- * Open event on the game card.
40
- */
41
- "launchByGameCard": string;
42
- /**
43
- * Configure a specific category for randomising the games.
44
- */
45
- "specificCategory": string;
46
- /**
47
- * Translations via URL
48
- */
49
- "translationUrl": string;
50
- }
51
- }
52
- declare global {
53
- interface HTMLCasinoPlayRandomGameElement extends Components.CasinoPlayRandomGame, HTMLStencilElement {
54
- }
55
- var HTMLCasinoPlayRandomGameElement: {
56
- prototype: HTMLCasinoPlayRandomGameElement;
57
- new (): HTMLCasinoPlayRandomGameElement;
58
- };
59
- interface HTMLElementTagNameMap {
60
- "casino-play-random-game": HTMLCasinoPlayRandomGameElement;
61
- }
62
- }
63
- declare namespace LocalJSX {
64
- interface CasinoPlayRandomGame {
65
- /**
66
- * Client custom styling via string
67
- */
68
- "clientStyling"?: string;
69
- /**
70
- * Client custom styling via url
71
- */
72
- "clientStylingUrl"?: string;
73
- /**
74
- * Name of the datasource, as configured in CE.
75
- */
76
- "datasource"?: string;
77
- /**
78
- * Endpoint URL for the source of data
79
- */
80
- "endpoint"?: string;
81
- /**
82
- * Icon visible initially
83
- */
84
- "iconVisible"?: string;
85
- /**
86
- * Icon visible while rolling
87
- */
88
- "iconVisibleOnAnim"?: string;
89
- /**
90
- * Language of the widget
91
- */
92
- "language"?: string;
93
- /**
94
- * Open event on the game card.
95
- */
96
- "launchByGameCard"?: string;
97
- /**
98
- * Configure a specific category for randomising the games.
99
- */
100
- "specificCategory"?: string;
101
- /**
102
- * Translations via URL
103
- */
104
- "translationUrl"?: string;
105
- }
106
- interface IntrinsicElements {
107
- "casino-play-random-game": CasinoPlayRandomGame;
108
- }
109
- }
110
- export { LocalJSX as JSX };
111
- declare module "@stencil/core" {
112
- export namespace JSX {
113
- interface IntrinsicElements {
114
- "casino-play-random-game": LocalJSX.CasinoPlayRandomGame & JSXBase.HTMLAttributes<HTMLCasinoPlayRandomGameElement>;
115
- }
116
- }
117
- }
@@ -1 +0,0 @@
1
- export * from './components';