@everymatrix/casino-search-nd 1.53.0 → 1.53.11
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{CasinoGameThumbnailNd-D1RJ5MMN.js → CasinoGameThumbnailNd-CNJM1Qqo.js} +2818 -2869
- package/components/{CasinoSearchNd-CtD_O_ZZ.js → CasinoSearchNd-Ds6qpqa2.js} +196 -198
- package/esnext/casino-search-nd.js +14 -0
- package/package.json +12 -11
- package/components/CasinoGameThumbnailNd-DWniGJsw.cjs +0 -43
- package/components/CasinoSearchNd-CtXtN7Vm.cjs +0 -1
- package/es2015/casino-search-nd.cjs +0 -1
- package/es2015/casino-search-nd.js +0 -16
@@ -0,0 +1,14 @@
|
|
1
|
+
import { C as s } from "../components/CasinoSearchNd-Ds6qpqa2.js";
|
2
|
+
function a(t) {
|
3
|
+
return function(...n) {
|
4
|
+
try {
|
5
|
+
return t.apply(this, n);
|
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 = a(customElements.define);
|
14
|
+
!customElements.get("casino-search-nd") && customElements.define("casino-search-nd", s.element);
|
package/package.json
CHANGED
@@ -1,25 +1,26 @@
|
|
1
|
+
|
1
2
|
{
|
2
3
|
"name": "@everymatrix/casino-search-nd",
|
3
|
-
"version": "1.53.
|
4
|
+
"version": "1.53.11",
|
4
5
|
"type": "module",
|
5
|
-
"main": "
|
6
|
-
"module": "
|
6
|
+
"main": "esnext/casino-search-nd.js",
|
7
|
+
"module": "esnext/casino-search-nd.js",
|
7
8
|
"exports": {
|
8
9
|
".": {
|
9
|
-
"import": "./
|
10
|
-
"require": "./es2015/casino-search-nd.cjs"
|
10
|
+
"import": "./esnext/casino-favorites-section.js"
|
11
11
|
},
|
12
|
-
"./es2015/casino-search-nd.cjs": "./es2015/casino-search-nd.cjs"
|
12
|
+
"./es2015/casino-search-nd.cjs": "./es2015/casino-search-nd.cjs",
|
13
|
+
"./es2015/casino-search-nd.js": "./es2015/casino-search-nd.js"
|
13
14
|
},
|
14
15
|
"files": [
|
16
|
+
"components/",
|
15
17
|
"es2015/",
|
16
|
-
"
|
17
|
-
"
|
18
|
+
"stencil",
|
19
|
+
"angular",
|
20
|
+
"esnext/"
|
18
21
|
],
|
19
22
|
"publishConfig": {
|
20
23
|
"access": "public"
|
21
|
-
},
|
22
|
-
"dependencies": {
|
23
|
-
"@everymatrix/casino-game-thumbnail-nd": "1.45.7"
|
24
24
|
}
|
25
25
|
}
|
26
|
+
|