@everymatrix/lottery-program-wof 1.44.0 → 1.45.3

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 (75) hide show
  1. package/es2015/lottery-program-wof.cjs +1 -0
  2. package/es2015/lottery-program-wof.js +16 -0
  3. package/package.json +14 -37
  4. package/CHANGELOG.md +0 -12
  5. package/README.md +0 -30
  6. package/babel.config.js +0 -6
  7. package/dist/lottery-program-wof.js +0 -11886
  8. package/dist/lottery-program-wof.js.map +0 -1
  9. package/index.html +0 -42
  10. package/index.js +0 -1
  11. package/public/favicon.png +0 -0
  12. package/public/reset.css +0 -48
  13. package/rollup.config.js +0 -61
  14. package/src/LotteryProgramWof.svelte +0 -214
  15. package/src/api/api.ts +0 -2016
  16. package/src/api/configuration.ts +0 -65
  17. package/src/api/custom.d.ts +0 -2
  18. package/src/api/index.ts +0 -15
  19. package/src/business.partition.ts +0 -98
  20. package/src/business.ts +0 -186
  21. package/src/calc.point.ts +0 -67
  22. package/src/calc.temp.ts +0 -29
  23. package/src/calc.ts +0 -28
  24. package/src/class.process.ts +0 -130
  25. package/src/class.spinable.ts +0 -60
  26. package/src/class.spinable.util.ts +0 -10
  27. package/src/class.spinner.ts +0 -176
  28. package/src/class.spinner.util.ts +0 -92
  29. package/src/class.svgcalc.ts +0 -249
  30. package/src/i18n.ts +0 -38
  31. package/src/images/Thankyou_1.svg +0 -100
  32. package/src/images/Thankyou_2.svg +0 -112
  33. package/src/images/Thankyou_3.svg +0 -87
  34. package/src/images/Thankyou_4.svg +0 -114
  35. package/src/images/gift.svg +0 -964
  36. package/src/images/theme.bg.blackring.svg +0 -10
  37. package/src/images/theme.bg.halo.svg +0 -27
  38. package/src/images/theme1Bg3.svg +0 -15
  39. package/src/images/theme2Arrow.svg +0 -24
  40. package/src/images/theme2Bg3.svg +0 -11
  41. package/src/images/theme2Center.svg +0 -36
  42. package/src/images/theme3Arrow.svg +0 -25
  43. package/src/images/theme3Bg1.svg +0 -29
  44. package/src/images/theme3Bg2.svg +0 -19
  45. package/src/images/theme3Center.svg +0 -77
  46. package/src/images/theme7Arrow.svg +0 -67
  47. package/src/images/theme7Bg1.svg +0 -786
  48. package/src/images/theme7Bg2.svg +0 -40
  49. package/src/images/theme7Bg3.svg +0 -26
  50. package/src/images/theme7Center.svg +0 -72
  51. package/src/images/theme7Light.svg +0 -17
  52. package/src/images/themeCenter1.svg +0 -76
  53. package/src/images/themeCenter2.svg +0 -58
  54. package/src/images/themePartitionLight.svg +0 -19
  55. package/src/images/themePointerArea.svg +0 -44
  56. package/src/images/themeShadow.svg +0 -27
  57. package/src/index.ts +0 -4
  58. package/src/message.ts +0 -28
  59. package/src/private.item.svelte +0 -172
  60. package/src/private.item.svg.scss +0 -302
  61. package/src/private.item.svg.svelte +0 -356
  62. package/src/private.loader.svelte +0 -61
  63. package/src/private.message.svelte +0 -236
  64. package/src/private.outcomes.svelte +0 -203
  65. package/src/private.tabs.svelte +0 -106
  66. package/src/themes.image.center.ts +0 -68
  67. package/src/themes.ts +0 -52
  68. package/src/translations.js +0 -218
  69. package/src/types.business.ts +0 -20
  70. package/src/types.ts +0 -79
  71. package/src/util.ts +0 -90
  72. package/src/widget.ts +0 -27
  73. package/stories/LotteryProgramWof.stories.js +0 -13
  74. package/svelte.config.js +0 -7
  75. package/tsconfig.json +0 -11
@@ -0,0 +1 @@
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/LotteryProgramWof-C1oFwmfG.cjs")).then(({default:t})=>{!customElements.get("lottery-program-wof")&&customElements.define("lottery-program-wof",t.element)})}
@@ -0,0 +1,16 @@
1
+ if (typeof window != "undefined") {
2
+ let n = function(t) {
3
+ return function(...s) {
4
+ try {
5
+ return t.apply(this, s);
6
+ } catch (e) {
7
+ if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
8
+ return !1;
9
+ throw e;
10
+ }
11
+ };
12
+ };
13
+ customElements.define = n(customElements.define), import("../components/LotteryProgramWof-BmbbvZLs.js").then(({ default: t }) => {
14
+ !customElements.get("lottery-program-wof") && customElements.define("lottery-program-wof", t.element);
15
+ });
16
+ }
package/package.json CHANGED
@@ -1,43 +1,20 @@
1
1
  {
2
2
  "name": "@everymatrix/lottery-program-wof",
3
- "version": "1.44.0",
4
- "main": "dist/lottery-program-wof.js",
5
- "svelte": "src/index.ts",
6
- "scripts": {
7
- "start": "sirv public",
8
- "build": "cross-env NODE_ENV=\"production\" && rollup -c",
9
- "build:watch": "cross-env NODE_ENV=\"production\" && rollup -c -w",
10
- "dev": "cross-env NODE_ENV=\"development\" rollup -c -w",
11
- "validate": "svelte-check",
12
- "test": "jest"
13
- },
14
- "devDependencies": {
15
- "@babel/preset-typescript": "^7.22.5",
16
- "@rollup/plugin-babel": "^5.3.0",
17
- "@rollup/plugin-commonjs": "^16.0.0",
18
- "@rollup/plugin-node-resolve": "^10.0.0",
19
- "@rollup/plugin-typescript": "^6.0.0",
20
- "@tsconfig/svelte": "^1.0.0",
21
- "@types/jest": "^29.5.2",
22
- "jest": "^29.5.0",
23
- "rollup": "^2.3.4",
24
- "rollup-plugin-dev-server": "^0.4.3",
25
- "rollup-plugin-livereload": "^2.0.0",
26
- "rollup-plugin-svelte": "^7.0.0",
27
- "rollup-plugin-terser": "^7.0.0",
28
- "rollup-plugin-uglify": "^6.0.4",
29
- "svelte-check": "^1.0.0",
30
- "svelte-preprocess": "^5.0.0",
31
- "tslib": "^2.0.0",
32
- "typescript": "^3.9.3"
33
- },
34
- "dependencies": {
35
- "cross-env": "^7.0.3",
36
- "sirv-cli": "^1.0.0",
37
- "svelte": "^3.0.0"
3
+ "version": "1.45.3",
4
+ "type": "module",
5
+ "main": "es2015/lottery-program-wof.cjs",
6
+ "module": "es2015/lottery-program-wof.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./es2015/lottery-program-wof.js",
10
+ "require": "./es2015/lottery-program-wof.cjs"
11
+ },
12
+ "./es2015/lottery-program-wof.cjs": "./es2015/lottery-program-wof.cjs"
38
13
  },
14
+ "files": [
15
+ "es2015/"
16
+ ],
39
17
  "publishConfig": {
40
18
  "access": "public"
41
- },
42
- "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
19
+ }
43
20
  }
package/CHANGELOG.md DELETED
@@ -1,12 +0,0 @@
1
-
2
- ## lottery-program-wof widget changelogs
3
-
4
- | Version | Release date | Impacted areas | Changes |
5
- | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
- | 1.37.2 | Mon Aug 12 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation <br /> fix(FEW-302)(lottery-program-wof): fix styling url <br /> fix(FEW-291)(lottery-program-wof): fix firefox issue <br /> fix(FEW-287)(lottery-program-wof): remove redundant v1 <br /> fix(FEW-287)(lottery-program-wof): update bonuses status <br /> fix(FEW-264)(casino-tournaments-x,lottery-program-wof,casino-wagering-x): add v1 to endpoint <br /> feat(FEW-283)(lottery-program-wof): extend scope of click event on tab <br /> feat(FEW-280)(lottery-program-wof): send status by message after fetching api <br /> feat(FEW-282)(lottery-program-wof): add errorcode <br /> feat(FEW-282)(lottery-program-wof): add timeout for draw api <br /> feat(FEW-277)(lottery-program-wof): add condition to hide bonus <br /> fix(FEW-279)(lottery-program-wof): resolve partition customable issue on safari <br /> fix(FEW-279)(lottery-program-wof): resolve issues on safari <br /> feat(FEW-273, FEW-274)(lottery-program-wof): convert partition name and prize message to html, change image direction to outward |
7
- | 1.31.2 | Thu May 30 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation |
8
- | 1.31.2 | Thu May 30 2024 | lottery-program-wof | fix(EMFE-31182)(lottery-program-wof): add hr translation |
9
- | 1.29.5 | Tue Apr 23 2024 | lottery-program-wof | fix(FEW-302)(lottery-program-wof): fix styling url |
10
- | 1.28.0 | Fri Mar 08 2024 | lottery-program-wof | fix(FEW-264)(casino-tournaments-x,lottery-program-wof,casino-wagering-x): add v1 to endpoint |
11
- | 1.23.1 | Thu Jan 04 2024 | lottery-program-wof | feat(FEW-282)(lottery-program-wof): add timeout for draw api |
12
- | 1.23.0 | Thu Dec 21 2023 | lottery-program-wof | feat(FEW-277)(lottery-program-wof): add condition to hide bonus |
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # @everymatrix/lottery-program-wof
2
- ---------
3
-
4
- ## First step
5
- ---------
6
- ```
7
- lerna bootstrap
8
- ```
9
-
10
- ## Run Widget
11
- ---------
12
- - starts server at port 5050
13
- - has livereload
14
-
15
- ```
16
- yarn run dev
17
- ```
18
-
19
- ## Build Widget
20
- ---------
21
- ```
22
- yarn run build
23
- ```
24
-
25
- ## Publishing widget
26
- ---------
27
- - Note add your user to the npm
28
- ```
29
- lerna publish
30
- ```
package/babel.config.js DELETED
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- presets: [
3
- ['@babel/preset-env', {targets: {node: 'current'}}],
4
- '@babel/preset-typescript',
5
- ],
6
- };