@everymatrix/casino-tournament-duration 1.0.69

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 (44) hide show
  1. package/dist/casino-tournament-duration/casino-tournament-duration.esm.js +1 -0
  2. package/dist/casino-tournament-duration/index.esm.js +0 -0
  3. package/dist/casino-tournament-duration/p-57ef1124.js +2 -0
  4. package/dist/casino-tournament-duration/p-b0ea5595.entry.js +1 -0
  5. package/dist/casino-tournament-duration/p-e1255160.js +1 -0
  6. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  7. package/dist/cjs/casino-tournament-duration.cjs.entry.js +234 -0
  8. package/dist/cjs/casino-tournament-duration.cjs.js +25 -0
  9. package/dist/cjs/index-5302010b.js +1201 -0
  10. package/dist/cjs/index.cjs.js +2 -0
  11. package/dist/cjs/loader.cjs.js +15 -0
  12. package/dist/collection/collection-manifest.json +12 -0
  13. package/dist/collection/components/casino-tournament-duration/casino-tournament-duration.css +60 -0
  14. package/dist/collection/components/casino-tournament-duration/casino-tournament-duration.js +276 -0
  15. package/dist/collection/components/casino-tournament-duration/index.js +1 -0
  16. package/dist/collection/index.js +1 -0
  17. package/dist/collection/utils/locale.utils.js +95 -0
  18. package/dist/collection/utils/utils.js +3 -0
  19. package/dist/esm/app-globals-0f993ce5.js +3 -0
  20. package/dist/esm/casino-tournament-duration.entry.js +230 -0
  21. package/dist/esm/casino-tournament-duration.js +20 -0
  22. package/dist/esm/index-2af9ace7.js +1174 -0
  23. package/dist/esm/index.js +1 -0
  24. package/dist/esm/loader.js +11 -0
  25. package/dist/index.cjs.js +1 -0
  26. package/dist/index.js +1 -0
  27. package/dist/stencil.config.dev.js +17 -0
  28. package/dist/stencil.config.js +17 -0
  29. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-tournament-duration/.stencil/packages/stencil/casino-tournament-duration/stencil.config.d.ts +2 -0
  30. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-tournament-duration/.stencil/packages/stencil/casino-tournament-duration/stencil.config.dev.d.ts +2 -0
  31. package/dist/types/components/casino-tournament-duration/casino-tournament-duration.d.ts +47 -0
  32. package/dist/types/components/casino-tournament-duration/index.d.ts +1 -0
  33. package/dist/types/components.d.ts +93 -0
  34. package/dist/types/index.d.ts +1 -0
  35. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  36. package/dist/types/utils/locale.utils.d.ts +2 -0
  37. package/dist/types/utils/utils.d.ts +1 -0
  38. package/loader/cdn.js +1 -0
  39. package/loader/index.cjs.js +1 -0
  40. package/loader/index.d.ts +24 -0
  41. package/loader/index.es2017.js +1 -0
  42. package/loader/index.js +2 -0
  43. package/loader/package.json +11 -0
  44. package/package.json +26 -0
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,11 @@
1
+ import { b as bootstrapLazy } from './index-2af9ace7.js';
2
+ export { s as setNonce } from './index-2af9ace7.js';
3
+ import { g as globalScripts } from './app-globals-0f993ce5.js';
4
+
5
+ const defineCustomElements = async (win, options) => {
6
+ if (typeof window === 'undefined') return undefined;
7
+ await globalScripts();
8
+ return bootstrapLazy([["casino-tournament-duration",[[1,"casino-tournament-duration",{"startTime":[1,"start-time"],"endTime":[1,"end-time"],"status":[1],"language":[1],"clientStyling":[1,"client-styling"],"clientStylingUrl":[1,"client-styling-url"],"translationData":[520,"translation-data"],"tournamentUntilStartDays":[32],"tournamentLeftDays":[32],"showRemain":[32],"limitStylingAppends":[32],"durationInterval":[32]},null,{"language":["watchLanguage"]}]]]], options);
9
+ };
10
+
11
+ export { defineCustomElements };
@@ -0,0 +1 @@
1
+ module.exports = require('./cjs/index.cjs.js');
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ export * from './esm/index.js';
@@ -0,0 +1,17 @@
1
+ import { sass } from "@stencil/sass";
2
+ export const config = {
3
+ namespace: 'casino-tournament-duration',
4
+ taskQueue: 'async',
5
+ sourceMap: true,
6
+ minifyJs: false,
7
+ extras: {
8
+ experimentalImportInjection: true
9
+ },
10
+ plugins: [sass()],
11
+ outputTargets: [
12
+ {
13
+ type: 'www',
14
+ serviceWorker: null // disable service workers
15
+ }
16
+ ]
17
+ };
@@ -0,0 +1,17 @@
1
+ import { sass } from "@stencil/sass";
2
+ export const config = {
3
+ namespace: 'casino-tournament-duration',
4
+ taskQueue: 'async',
5
+ sourceMap: false,
6
+ minifyJs: true,
7
+ extras: {
8
+ experimentalImportInjection: true
9
+ },
10
+ plugins: [sass()],
11
+ outputTargets: [
12
+ {
13
+ type: 'dist',
14
+ esmLoaderPath: '../loader'
15
+ }
16
+ ]
17
+ };
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
@@ -0,0 +1,47 @@
1
+ export declare class CasinoTournamentDuration {
2
+ /**
3
+ * Tournament start time
4
+ */
5
+ startTime?: string;
6
+ /**
7
+ * Tournament end time
8
+ */
9
+ endTime?: string;
10
+ /**
11
+ * Tournament status
12
+ */
13
+ status?: string;
14
+ /**
15
+ * Widget language to show
16
+ */
17
+ language: string;
18
+ /**
19
+ * Client custom styling via inline styles
20
+ */
21
+ clientStyling?: string;
22
+ /**
23
+ * Client custom styling via url
24
+ */
25
+ clientStylingUrl?: string;
26
+ /**
27
+ * Translations via parent component
28
+ */
29
+ translationData?: any;
30
+ tournamentUntilStartDays: number;
31
+ tournamentLeftDays: number;
32
+ showRemain: string;
33
+ limitStylingAppends: boolean;
34
+ durationInterval: number;
35
+ host: HTMLElement;
36
+ watchLanguage(newValue: string, oldValue: string): void;
37
+ getDateTimeDiff(dateString1: any, dateString2: string): number;
38
+ getDuration(): void;
39
+ formatDate(date: string): string;
40
+ getTextByDiff(diff: number): any;
41
+ getProgress(): number;
42
+ componentWillLoad(): void;
43
+ componentDidRender(): void;
44
+ setClientStyling(): void;
45
+ setClientStylingURL(): void;
46
+ render(): any;
47
+ }
@@ -0,0 +1 @@
1
+ export { CasinoTournamentDuration } from './casino-tournament-duration';
@@ -0,0 +1,93 @@
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
+ }
@@ -0,0 +1 @@
1
+ export * from './components';