@everymatrix/casino-engagement-suite-progress-bar 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 (42) hide show
  1. package/dist/casino-engagement-suite-progress-bar/casino-engagement-suite-progress-bar.esm.js +1 -0
  2. package/dist/casino-engagement-suite-progress-bar/index.esm.js +0 -0
  3. package/dist/casino-engagement-suite-progress-bar/p-5fb56522.js +2 -0
  4. package/dist/casino-engagement-suite-progress-bar/p-880bfe1a.entry.js +1 -0
  5. package/dist/casino-engagement-suite-progress-bar/p-e1255160.js +1 -0
  6. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  7. package/dist/cjs/casino-engagement-suite-progress-bar.cjs.entry.js +71 -0
  8. package/dist/cjs/casino-engagement-suite-progress-bar.cjs.js +25 -0
  9. package/dist/cjs/index-e420537d.js +1177 -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-engagement-suite-progress-bar/casino-engagement-suite-progress-bar.css +57 -0
  14. package/dist/collection/components/casino-engagement-suite-progress-bar/casino-engagement-suite-progress-bar.js +188 -0
  15. package/dist/collection/components/casino-engagement-suite-progress-bar/index.js +1 -0
  16. package/dist/collection/index.js +1 -0
  17. package/dist/collection/utils/utils.js +3 -0
  18. package/dist/esm/app-globals-0f993ce5.js +3 -0
  19. package/dist/esm/casino-engagement-suite-progress-bar.entry.js +67 -0
  20. package/dist/esm/casino-engagement-suite-progress-bar.js +20 -0
  21. package/dist/esm/index-f0b13670.js +1150 -0
  22. package/dist/esm/index.js +1 -0
  23. package/dist/esm/loader.js +11 -0
  24. package/dist/index.cjs.js +1 -0
  25. package/dist/index.js +1 -0
  26. package/dist/stencil.config.dev.js +17 -0
  27. package/dist/stencil.config.js +17 -0
  28. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-engagement-suite-progress-bar/.stencil/packages/stencil/casino-engagement-suite-progress-bar/stencil.config.d.ts +2 -0
  29. package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/casino-engagement-suite-progress-bar/.stencil/packages/stencil/casino-engagement-suite-progress-bar/stencil.config.dev.d.ts +2 -0
  30. package/dist/types/components/casino-engagement-suite-progress-bar/casino-engagement-suite-progress-bar.d.ts +39 -0
  31. package/dist/types/components/casino-engagement-suite-progress-bar/index.d.ts +1 -0
  32. package/dist/types/components.d.ts +85 -0
  33. package/dist/types/index.d.ts +1 -0
  34. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  35. package/dist/types/utils/utils.d.ts +1 -0
  36. package/loader/cdn.js +1 -0
  37. package/loader/index.cjs.js +1 -0
  38. package/loader/index.d.ts +24 -0
  39. package/loader/index.es2017.js +1 -0
  40. package/loader/index.js +2 -0
  41. package/loader/package.json +11 -0
  42. package/package.json +26 -0
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,11 @@
1
+ import { b as bootstrapLazy } from './index-f0b13670.js';
2
+ export { s as setNonce } from './index-f0b13670.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-engagement-suite-progress-bar",[[1,"casino-engagement-suite-progress-bar",{"value":[2],"disabled":[4],"hidePercent":[4,"hide-percent"],"indeterminate":[4],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"limitStylingAppends":[32]}]]]], 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-engagement-suite-progress-bar',
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-engagement-suite-progress-bar',
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,39 @@
1
+ export declare class CasinoEngagementSuiteProgressBar {
2
+ /**
3
+ * Value for the widget
4
+ */
5
+ value: number;
6
+ /**
7
+ * Shows disabled styles
8
+ */
9
+ disabled: boolean;
10
+ /**
11
+ * Hide percent value
12
+ */
13
+ hidePercent: boolean;
14
+ /**
15
+ * Constantly animates
16
+ */
17
+ indeterminate: boolean;
18
+ /**
19
+ * Client custom styling via string
20
+ */
21
+ clientStyling: string;
22
+ /**
23
+ * Client custom styling via url
24
+ */
25
+ clientStylingUrl: string;
26
+ private limitStylingAppends;
27
+ host: HTMLElement;
28
+ componentDidRender(): void;
29
+ setClientStyling: () => void;
30
+ setClientStylingURL: () => void;
31
+ getProgressBarClasses(): {
32
+ ProgressBar: boolean;
33
+ Completed: boolean;
34
+ Disabled: boolean;
35
+ HidePercent: boolean;
36
+ };
37
+ getProgressBarLineTemplate(): any;
38
+ render(): any;
39
+ }
@@ -0,0 +1 @@
1
+ export { CasinoEngagementSuiteProgressBar } from './casino-engagement-suite-progress-bar';
@@ -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 CasinoEngagementSuiteProgressBar {
10
+ /**
11
+ * Client custom styling via string
12
+ */
13
+ "clientStyling": string;
14
+ /**
15
+ * Client custom styling via url
16
+ */
17
+ "clientStylingUrl": string;
18
+ /**
19
+ * Shows disabled styles
20
+ */
21
+ "disabled": boolean;
22
+ /**
23
+ * Hide percent value
24
+ */
25
+ "hidePercent": boolean;
26
+ /**
27
+ * Constantly animates
28
+ */
29
+ "indeterminate": boolean;
30
+ /**
31
+ * Value for the widget
32
+ */
33
+ "value": number;
34
+ }
35
+ }
36
+ declare global {
37
+ interface HTMLCasinoEngagementSuiteProgressBarElement extends Components.CasinoEngagementSuiteProgressBar, HTMLStencilElement {
38
+ }
39
+ var HTMLCasinoEngagementSuiteProgressBarElement: {
40
+ prototype: HTMLCasinoEngagementSuiteProgressBarElement;
41
+ new (): HTMLCasinoEngagementSuiteProgressBarElement;
42
+ };
43
+ interface HTMLElementTagNameMap {
44
+ "casino-engagement-suite-progress-bar": HTMLCasinoEngagementSuiteProgressBarElement;
45
+ }
46
+ }
47
+ declare namespace LocalJSX {
48
+ interface CasinoEngagementSuiteProgressBar {
49
+ /**
50
+ * Client custom styling via string
51
+ */
52
+ "clientStyling"?: string;
53
+ /**
54
+ * Client custom styling via url
55
+ */
56
+ "clientStylingUrl"?: string;
57
+ /**
58
+ * Shows disabled styles
59
+ */
60
+ "disabled"?: boolean;
61
+ /**
62
+ * Hide percent value
63
+ */
64
+ "hidePercent"?: boolean;
65
+ /**
66
+ * Constantly animates
67
+ */
68
+ "indeterminate"?: boolean;
69
+ /**
70
+ * Value for the widget
71
+ */
72
+ "value"?: number;
73
+ }
74
+ interface IntrinsicElements {
75
+ "casino-engagement-suite-progress-bar": CasinoEngagementSuiteProgressBar;
76
+ }
77
+ }
78
+ export { LocalJSX as JSX };
79
+ declare module "@stencil/core" {
80
+ export namespace JSX {
81
+ interface IntrinsicElements {
82
+ "casino-engagement-suite-progress-bar": LocalJSX.CasinoEngagementSuiteProgressBar & JSXBase.HTMLAttributes<HTMLCasinoEngagementSuiteProgressBarElement>;
83
+ }
84
+ }
85
+ }
@@ -0,0 +1 @@
1
+ export * from './components';