@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.
- package/LICENSE +21 -0
- package/package.json +3 -2
- package/dist/casino-play-random-game/casino-play-random-game.esm.js +0 -1
- package/dist/casino-play-random-game/index.esm.js +0 -0
- package/dist/casino-play-random-game/p-0f38b3f8.js +0 -1
- package/dist/casino-play-random-game/p-51fa7686.entry.js +0 -1
- package/dist/cjs/casino-play-random-game.cjs.entry.js +0 -360
- package/dist/cjs/casino-play-random-game.cjs.js +0 -19
- package/dist/cjs/index-8944e204.js +0 -1247
- package/dist/cjs/index.cjs.js +0 -2
- package/dist/cjs/loader.cjs.js +0 -21
- package/dist/collection/collection-manifest.json +0 -12
- package/dist/collection/components/casino-play-random-game/casino-play-random-game.css +0 -347
- package/dist/collection/components/casino-play-random-game/casino-play-random-game.js +0 -473
- package/dist/collection/index.js +0 -1
- package/dist/collection/utils/locale.utils.js +0 -73
- package/dist/collection/utils/utils.js +0 -27
- package/dist/components/casino-play-random-game.d.ts +0 -11
- package/dist/components/casino-play-random-game.js +0 -392
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -1
- package/dist/esm/casino-play-random-game.entry.js +0 -356
- package/dist/esm/casino-play-random-game.js +0 -17
- package/dist/esm/index-58563736.js +0 -1221
- package/dist/esm/index.js +0 -1
- package/dist/esm/loader.js +0 -17
- package/dist/esm/polyfills/core-js.js +0 -11
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/dist/esm/polyfills/dom.js +0 -79
- package/dist/esm/polyfills/es5-html-element.js +0 -1
- package/dist/esm/polyfills/index.js +0 -34
- package/dist/esm/polyfills/system.js +0 -6
- package/dist/index.cjs.js +0 -1
- package/dist/index.js +0 -1
- package/dist/stencil.config.js +0 -22
- 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
- package/dist/types/components/casino-play-random-game/casino-play-random-game.d.ts +0 -73
- package/dist/types/components.d.ts +0 -117
- package/dist/types/index.d.ts +0 -1
- package/dist/types/stencil-public-runtime.d.ts +0 -1565
- package/dist/types/utils/locale.utils.d.ts +0 -6
- package/dist/types/utils/utils.d.ts +0 -2
- package/loader/cdn.js +0 -3
- package/loader/index.cjs.js +0 -3
- package/loader/index.d.ts +0 -12
- package/loader/index.es2017.js +0 -3
- package/loader/index.js +0 -4
- 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
|
-
}
|
package/dist/types/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './components';
|