@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.
Files changed (48) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +3 -2
  3. package/dist/casino-tournament-duration/casino-tournament-duration.esm.js +0 -1
  4. package/dist/casino-tournament-duration/index.esm.js +0 -0
  5. package/dist/casino-tournament-duration/p-0fd13b12.js +0 -1
  6. package/dist/casino-tournament-duration/p-a7d04af2.entry.js +0 -1
  7. package/dist/cjs/casino-tournament-duration.cjs.entry.js +0 -222
  8. package/dist/cjs/casino-tournament-duration.cjs.js +0 -19
  9. package/dist/cjs/index-5642eca0.js +0 -1138
  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-tournament-duration/casino-tournament-duration.css +0 -60
  14. package/dist/collection/components/casino-tournament-duration/casino-tournament-duration.js +0 -272
  15. package/dist/collection/index.js +0 -1
  16. package/dist/collection/utils/locale.utils.js +0 -95
  17. package/dist/collection/utils/utils.js +0 -3
  18. package/dist/components/casino-tournament-duration.d.ts +0 -11
  19. package/dist/components/casino-tournament-duration.js +0 -249
  20. package/dist/components/index.d.ts +0 -26
  21. package/dist/components/index.js +0 -1
  22. package/dist/esm/casino-tournament-duration.entry.js +0 -218
  23. package/dist/esm/casino-tournament-duration.js +0 -17
  24. package/dist/esm/index-53cc9b80.js +0 -1112
  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-tournament-duration/.stencil/packages/casino-tournament-duration/stencil.config.d.ts +0 -2
  37. package/dist/types/components/casino-tournament-duration/casino-tournament-duration.d.ts +0 -46
  38. package/dist/types/components.d.ts +0 -93
  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 -2
  42. package/dist/types/utils/utils.d.ts +0 -1
  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,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
- }
@@ -1 +0,0 @@
1
- export * from './components';