@everymatrix/casino-jackpot-winner 1.32.4 → 1.33.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.
- package/dist/assets/logo.svg +1 -0
- package/dist/assets/winner1.svg +59 -0
- package/dist/assets/winner2.svg +37 -0
- package/dist/assets/winner3.svg +124 -0
- package/dist/assets/winner4.svg +88 -0
- package/dist/casino-jackpot-winner/casino-jackpot-winner.esm.js +1 -0
- package/dist/casino-jackpot-winner/index.esm.js +0 -0
- package/dist/casino-jackpot-winner/p-4584d40b.entry.js +1 -0
- package/dist/casino-jackpot-winner/p-849daf58.js +1 -0
- package/dist/cjs/casino-jackpot-winner.cjs.entry.js +840 -0
- package/dist/cjs/casino-jackpot-winner.cjs.js +19 -0
- package/dist/cjs/index-a0c6f675.js +1298 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +21 -0
- package/dist/collection/collection-manifest.json +12 -0
- package/dist/collection/components/casino-jackpot-winner/casino-jackpot-winner.css +417 -0
- package/dist/collection/components/casino-jackpot-winner/casino-jackpot-winner.js +208 -0
- package/dist/collection/decorators/base.decorator.js +12 -0
- package/dist/collection/decorators/locale.decorator.js +40 -0
- package/dist/collection/decorators/style.decorator.js +28 -0
- package/dist/collection/decorators/style.util.js +40 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/renders/Layout.js +3 -0
- package/dist/collection/renders/ListLoader.js +15 -0
- package/dist/collection/renders/Loader.js +7 -0
- package/dist/collection/renders/User.js +17 -0
- package/dist/collection/renders/images.js +21 -0
- package/dist/collection/renders/index.js +17 -0
- package/dist/collection/static/logo.svg +1 -0
- package/dist/collection/static/winner1.svg +59 -0
- package/dist/collection/static/winner2.svg +37 -0
- package/dist/collection/static/winner3.svg +124 -0
- package/dist/collection/static/winner4.svg +88 -0
- package/dist/collection/utils/business.js +13 -0
- package/dist/collection/utils/currencySymbols.js +172 -0
- package/dist/collection/utils/fetch.js +16 -0
- package/dist/collection/utils/translation.js +11 -0
- package/dist/components/casino-jackpot-winner.d.ts +11 -0
- package/dist/components/casino-jackpot-winner.js +864 -0
- package/dist/components/index.d.ts +26 -0
- package/dist/components/index.js +1 -0
- package/dist/esm/casino-jackpot-winner.entry.js +836 -0
- package/dist/esm/casino-jackpot-winner.js +17 -0
- package/dist/esm/index-426eb6f0.js +1271 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +17 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stencil.config.js +34 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/casino-jackpot-winner/.stencil/packages/casino-jackpot-winner/stencil.config.d.ts +2 -0
- package/dist/types/components/casino-jackpot-winner/casino-jackpot-winner.d.ts +46 -0
- package/dist/types/components.d.ts +85 -0
- package/dist/types/decorators/base.decorator.d.ts +2 -0
- package/dist/types/decorators/locale.decorator.d.ts +2 -0
- package/dist/types/decorators/style.decorator.d.ts +2 -0
- package/dist/types/decorators/style.util.d.ts +5 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/renders/Layout.d.ts +1 -0
- package/dist/types/renders/ListLoader.d.ts +6 -0
- package/dist/types/renders/Loader.d.ts +1 -0
- package/dist/types/renders/User.d.ts +5 -0
- package/dist/types/renders/images.d.ts +2 -0
- package/dist/types/renders/index.d.ts +6 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/utils/business.d.ts +1 -0
- package/dist/types/utils/currencySymbols.d.ts +172 -0
- package/dist/types/utils/fetch.d.ts +2 -0
- package/dist/types/utils/translation.d.ts +12 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +10 -0
- package/package.json +2 -3
- package/LICENSE +0 -21
|
@@ -0,0 +1,85 @@
|
|
|
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 CasinoJackpotWinner {
|
|
10
|
+
/**
|
|
11
|
+
* Client custom styling via string
|
|
12
|
+
*/
|
|
13
|
+
"clientStyling": string;
|
|
14
|
+
/**
|
|
15
|
+
* Client custom styling via url
|
|
16
|
+
*/
|
|
17
|
+
"clientStylingUrl": string;
|
|
18
|
+
/**
|
|
19
|
+
* Currency of the widget
|
|
20
|
+
*/
|
|
21
|
+
"currency": string;
|
|
22
|
+
/**
|
|
23
|
+
* Endpoint URL for the source of data
|
|
24
|
+
*/
|
|
25
|
+
"endpoint": string;
|
|
26
|
+
/**
|
|
27
|
+
* Language of the widget
|
|
28
|
+
*/
|
|
29
|
+
"language": string;
|
|
30
|
+
/**
|
|
31
|
+
* translation via url
|
|
32
|
+
*/
|
|
33
|
+
"translationUrl": string;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
declare global {
|
|
37
|
+
interface HTMLCasinoJackpotWinnerElement extends Components.CasinoJackpotWinner, HTMLStencilElement {
|
|
38
|
+
}
|
|
39
|
+
var HTMLCasinoJackpotWinnerElement: {
|
|
40
|
+
prototype: HTMLCasinoJackpotWinnerElement;
|
|
41
|
+
new (): HTMLCasinoJackpotWinnerElement;
|
|
42
|
+
};
|
|
43
|
+
interface HTMLElementTagNameMap {
|
|
44
|
+
"casino-jackpot-winner": HTMLCasinoJackpotWinnerElement;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
declare namespace LocalJSX {
|
|
48
|
+
interface CasinoJackpotWinner {
|
|
49
|
+
/**
|
|
50
|
+
* Client custom styling via string
|
|
51
|
+
*/
|
|
52
|
+
"clientStyling"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Client custom styling via url
|
|
55
|
+
*/
|
|
56
|
+
"clientStylingUrl"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Currency of the widget
|
|
59
|
+
*/
|
|
60
|
+
"currency"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Endpoint URL for the source of data
|
|
63
|
+
*/
|
|
64
|
+
"endpoint"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Language of the widget
|
|
67
|
+
*/
|
|
68
|
+
"language"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* translation via url
|
|
71
|
+
*/
|
|
72
|
+
"translationUrl"?: string;
|
|
73
|
+
}
|
|
74
|
+
interface IntrinsicElements {
|
|
75
|
+
"casino-jackpot-winner": CasinoJackpotWinner;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
export { LocalJSX as JSX };
|
|
79
|
+
declare module "@stencil/core" {
|
|
80
|
+
export namespace JSX {
|
|
81
|
+
interface IntrinsicElements {
|
|
82
|
+
"casino-jackpot-winner": LocalJSX.CasinoJackpotWinner & JSXBase.HTMLAttributes<HTMLCasinoJackpotWinnerElement>;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const fetchText: (url: any) => Promise<any>;
|
|
2
|
+
export declare const setStyle: (container: any, index: any, styleCode: any) => void;
|
|
3
|
+
export declare const addStyle: (container: any, index: any, styleCode: any) => void;
|
|
4
|
+
export declare const setClientStyling: (root: ShadowRoot, styleCode: any) => void;
|
|
5
|
+
export declare const setClientStylingUrl: (root: ShadowRoot, url: any) => Promise<void>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const renderLayout: (rows: any) => any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Loader: any;
|