@everymatrix/lottery-program-wof 1.43.4 → 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.
- package/es2015/lottery-program-wof.cjs +1 -0
- package/es2015/lottery-program-wof.js +16 -0
- package/package.json +14 -37
- package/CHANGELOG.md +0 -12
- package/README.md +0 -30
- package/babel.config.js +0 -6
- package/dist/lottery-program-wof.js +0 -11886
- package/dist/lottery-program-wof.js.map +0 -1
- package/index.html +0 -42
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -61
- package/src/LotteryProgramWof.svelte +0 -214
- package/src/api/api.ts +0 -2016
- package/src/api/configuration.ts +0 -65
- package/src/api/custom.d.ts +0 -2
- package/src/api/index.ts +0 -15
- package/src/business.partition.ts +0 -98
- package/src/business.ts +0 -186
- package/src/calc.point.ts +0 -67
- package/src/calc.temp.ts +0 -29
- package/src/calc.ts +0 -28
- package/src/class.process.ts +0 -130
- package/src/class.spinable.ts +0 -60
- package/src/class.spinable.util.ts +0 -10
- package/src/class.spinner.ts +0 -176
- package/src/class.spinner.util.ts +0 -92
- package/src/class.svgcalc.ts +0 -249
- package/src/i18n.ts +0 -38
- package/src/images/Thankyou_1.svg +0 -100
- package/src/images/Thankyou_2.svg +0 -112
- package/src/images/Thankyou_3.svg +0 -87
- package/src/images/Thankyou_4.svg +0 -114
- package/src/images/gift.svg +0 -964
- package/src/images/theme.bg.blackring.svg +0 -10
- package/src/images/theme.bg.halo.svg +0 -27
- package/src/images/theme1Bg3.svg +0 -15
- package/src/images/theme2Arrow.svg +0 -24
- package/src/images/theme2Bg3.svg +0 -11
- package/src/images/theme2Center.svg +0 -36
- package/src/images/theme3Arrow.svg +0 -25
- package/src/images/theme3Bg1.svg +0 -29
- package/src/images/theme3Bg2.svg +0 -19
- package/src/images/theme3Center.svg +0 -77
- package/src/images/theme7Arrow.svg +0 -67
- package/src/images/theme7Bg1.svg +0 -786
- package/src/images/theme7Bg2.svg +0 -40
- package/src/images/theme7Bg3.svg +0 -26
- package/src/images/theme7Center.svg +0 -72
- package/src/images/theme7Light.svg +0 -17
- package/src/images/themeCenter1.svg +0 -76
- package/src/images/themeCenter2.svg +0 -58
- package/src/images/themePartitionLight.svg +0 -19
- package/src/images/themePointerArea.svg +0 -44
- package/src/images/themeShadow.svg +0 -27
- package/src/index.ts +0 -4
- package/src/message.ts +0 -28
- package/src/private.item.svelte +0 -172
- package/src/private.item.svg.scss +0 -302
- package/src/private.item.svg.svelte +0 -356
- package/src/private.loader.svelte +0 -61
- package/src/private.message.svelte +0 -236
- package/src/private.outcomes.svelte +0 -203
- package/src/private.tabs.svelte +0 -106
- package/src/themes.image.center.ts +0 -68
- package/src/themes.ts +0 -52
- package/src/translations.js +0 -218
- package/src/types.business.ts +0 -20
- package/src/types.ts +0 -79
- package/src/util.ts +0 -90
- package/src/widget.ts +0 -27
- package/stories/LotteryProgramWof.stories.js +0 -13
- package/svelte.config.js +0 -7
- 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.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
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": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
|
|
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
|
-
```
|