@everymatrix/casino-tournament-duration 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-tournament-duration/casino-tournament-duration.esm.js +0 -1
- package/dist/casino-tournament-duration/index.esm.js +0 -0
- package/dist/casino-tournament-duration/p-0fd13b12.js +0 -1
- package/dist/casino-tournament-duration/p-a7d04af2.entry.js +0 -1
- package/dist/cjs/casino-tournament-duration.cjs.entry.js +0 -222
- package/dist/cjs/casino-tournament-duration.cjs.js +0 -19
- package/dist/cjs/index-5642eca0.js +0 -1138
- 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-tournament-duration/casino-tournament-duration.css +0 -60
- package/dist/collection/components/casino-tournament-duration/casino-tournament-duration.js +0 -272
- package/dist/collection/index.js +0 -1
- package/dist/collection/utils/locale.utils.js +0 -95
- package/dist/collection/utils/utils.js +0 -3
- package/dist/components/casino-tournament-duration.d.ts +0 -11
- package/dist/components/casino-tournament-duration.js +0 -249
- package/dist/components/index.d.ts +0 -26
- package/dist/components/index.js +0 -1
- package/dist/esm/casino-tournament-duration.entry.js +0 -218
- package/dist/esm/casino-tournament-duration.js +0 -17
- package/dist/esm/index-53cc9b80.js +0 -1112
- 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-tournament-duration/.stencil/packages/casino-tournament-duration/stencil.config.d.ts +0 -2
- package/dist/types/components/casino-tournament-duration/casino-tournament-duration.d.ts +0 -46
- package/dist/types/components.d.ts +0 -93
- 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 -2
- package/dist/types/utils/utils.d.ts +0 -1
- 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,93 +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 CasinoTournamentDuration {
|
|
10
|
-
/**
|
|
11
|
-
* Client custom styling via inline styles
|
|
12
|
-
*/
|
|
13
|
-
"clientStyling"?: string;
|
|
14
|
-
/**
|
|
15
|
-
* Client custom styling via url
|
|
16
|
-
*/
|
|
17
|
-
"clientStylingUrl"?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Tournament end time
|
|
20
|
-
*/
|
|
21
|
-
"endTime"?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Widget language to show
|
|
24
|
-
*/
|
|
25
|
-
"language": string;
|
|
26
|
-
/**
|
|
27
|
-
* Tournament start time
|
|
28
|
-
*/
|
|
29
|
-
"startTime"?: string;
|
|
30
|
-
/**
|
|
31
|
-
* Tournament status
|
|
32
|
-
*/
|
|
33
|
-
"status"?: string;
|
|
34
|
-
/**
|
|
35
|
-
* Translations via parent component
|
|
36
|
-
*/
|
|
37
|
-
"translationData"?: any;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
declare global {
|
|
41
|
-
interface HTMLCasinoTournamentDurationElement extends Components.CasinoTournamentDuration, HTMLStencilElement {
|
|
42
|
-
}
|
|
43
|
-
var HTMLCasinoTournamentDurationElement: {
|
|
44
|
-
prototype: HTMLCasinoTournamentDurationElement;
|
|
45
|
-
new (): HTMLCasinoTournamentDurationElement;
|
|
46
|
-
};
|
|
47
|
-
interface HTMLElementTagNameMap {
|
|
48
|
-
"casino-tournament-duration": HTMLCasinoTournamentDurationElement;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
declare namespace LocalJSX {
|
|
52
|
-
interface CasinoTournamentDuration {
|
|
53
|
-
/**
|
|
54
|
-
* Client custom styling via inline styles
|
|
55
|
-
*/
|
|
56
|
-
"clientStyling"?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Client custom styling via url
|
|
59
|
-
*/
|
|
60
|
-
"clientStylingUrl"?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Tournament end time
|
|
63
|
-
*/
|
|
64
|
-
"endTime"?: string;
|
|
65
|
-
/**
|
|
66
|
-
* Widget language to show
|
|
67
|
-
*/
|
|
68
|
-
"language": string;
|
|
69
|
-
/**
|
|
70
|
-
* Tournament start time
|
|
71
|
-
*/
|
|
72
|
-
"startTime"?: string;
|
|
73
|
-
/**
|
|
74
|
-
* Tournament status
|
|
75
|
-
*/
|
|
76
|
-
"status"?: string;
|
|
77
|
-
/**
|
|
78
|
-
* Translations via parent component
|
|
79
|
-
*/
|
|
80
|
-
"translationData"?: any;
|
|
81
|
-
}
|
|
82
|
-
interface IntrinsicElements {
|
|
83
|
-
"casino-tournament-duration": CasinoTournamentDuration;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
export { LocalJSX as JSX };
|
|
87
|
-
declare module "@stencil/core" {
|
|
88
|
-
export namespace JSX {
|
|
89
|
-
interface IntrinsicElements {
|
|
90
|
-
"casino-tournament-duration": LocalJSX.CasinoTournamentDuration & JSXBase.HTMLAttributes<HTMLCasinoTournamentDurationElement>;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
package/dist/types/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './components';
|