@everymatrix/player-bonus-history 1.53.11 → 1.54.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{PlayerBonusCard-BqsxqaTC.js → PlayerBonusCard-Ck9SzPZG.js} +1763 -1726
- package/components/PlayerBonusCard-D6OuJh55.cjs +14 -0
- package/components/{PlayerBonusHistory-C5xP4Hg7.js → PlayerBonusHistory-CM6Ybgyg.js} +1629 -1545
- package/components/PlayerBonusHistory-DhX5-jhq.cjs +3828 -0
- package/es2015/player-bonus-history.cjs +1 -0
- package/es2015/player-bonus-history.js +16 -0
- package/package.json +11 -12
- package/esnext/player-bonus-history.js +0 -14
@@ -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/PlayerBonusHistory-DhX5-jhq.cjs")).then(({default:t})=>{!customElements.get("player-bonus-history")&&customElements.define("player-bonus-history",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/PlayerBonusHistory-CM6Ybgyg.js").then(({ default: t }) => {
|
14
|
+
!customElements.get("player-bonus-history") && customElements.define("player-bonus-history", t.element);
|
15
|
+
});
|
16
|
+
}
|
package/package.json
CHANGED
@@ -1,26 +1,25 @@
|
|
1
|
-
|
2
1
|
{
|
3
2
|
"name": "@everymatrix/player-bonus-history",
|
4
|
-
"version": "1.
|
3
|
+
"version": "1.54.0",
|
5
4
|
"type": "module",
|
6
|
-
"main": "
|
7
|
-
"module": "
|
5
|
+
"main": "es2015/player-bonus-history.cjs",
|
6
|
+
"module": "es2015/player-bonus-history.js",
|
8
7
|
"exports": {
|
9
8
|
".": {
|
10
|
-
"import": "./
|
9
|
+
"import": "./es2015/player-bonus-history.js",
|
10
|
+
"require": "./es2015/player-bonus-history.cjs"
|
11
11
|
},
|
12
|
-
"./es2015/player-bonus-history.cjs": "./es2015/player-bonus-history.cjs"
|
13
|
-
"./es2015/player-bonus-history.js": "./es2015/player-bonus-history.js"
|
12
|
+
"./es2015/player-bonus-history.cjs": "./es2015/player-bonus-history.cjs"
|
14
13
|
},
|
15
14
|
"files": [
|
16
|
-
"components/",
|
17
15
|
"es2015/",
|
18
|
-
"
|
19
|
-
"
|
20
|
-
"esnext/"
|
16
|
+
"components",
|
17
|
+
"stencil"
|
21
18
|
],
|
22
19
|
"publishConfig": {
|
23
20
|
"access": "public"
|
21
|
+
},
|
22
|
+
"dependencies": {
|
23
|
+
"@everymatrix/player-bonus-card": "1.45.7"
|
24
24
|
}
|
25
25
|
}
|
26
|
-
|
@@ -1,14 +0,0 @@
|
|
1
|
-
import { P as n } from "../components/PlayerBonusHistory-C5xP4Hg7.js";
|
2
|
-
function r(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 = r(customElements.define);
|
14
|
-
!customElements.get("player-bonus-history") && customElements.define("player-bonus-history", n.element);
|