@everymatrix/player-bonus-history 1.54.0 → 1.54.2
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{PlayerBonusCard-Ck9SzPZG.js → PlayerBonusCard-BqsxqaTC.js} +1726 -1763
- package/components/{PlayerBonusHistory-CM6Ybgyg.js → PlayerBonusHistory-C5xP4Hg7.js} +1545 -1629
- package/esnext/player-bonus-history.js +14 -0
- package/package.json +10 -11
- package/components/PlayerBonusCard-D6OuJh55.cjs +0 -14
- package/components/PlayerBonusHistory-DhX5-jhq.cjs +0 -3828
- package/es2015/player-bonus-history.cjs +0 -1
- package/es2015/player-bonus-history.js +0 -16
@@ -1 +0,0 @@
|
|
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)})}
|
@@ -1,16 +0,0 @@
|
|
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
|
-
}
|