@everymatrix/casino-tournaments-controller 1.0.15 → 1.0.69
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/casino-tournaments-controller.cjs +1 -0
- package/es2015/casino-tournaments-controller.js +16 -0
- package/package.json +17 -33
- package/.eslintrc +0 -84
- package/README.md +0 -0
- package/dist/casino-tournaments-controller.js +0 -2
- package/dist/casino-tournaments-controller.js.map +0 -1
- package/documentation.md +0 -170
- package/index.html +0 -29
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -67
- package/src/CasinoTournamentsController.svelte +0 -498
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -4
- package/src/translations.js +0 -101
- package/stories/CasinoTournamentsController.stories.js +0 -13
- package/svelte.config.js +0 -7
- package/tsconfig.json +0 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(e){return function(...s){try{return e.apply(this,s)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoTournamentsController-DZ0LEvCR.cjs")).then(e=>e.CasinoTournamentsController_ce).then(({default:e})=>{!customElements.get("casino-tournaments-controller")&&customElements.define("casino-tournaments-controller",e.element)})}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
if (typeof window != "undefined") {
|
|
2
|
+
let n = function(e) {
|
|
3
|
+
return function(...s) {
|
|
4
|
+
try {
|
|
5
|
+
return e.apply(this, s);
|
|
6
|
+
} catch (t) {
|
|
7
|
+
if (t instanceof DOMException && t.message.includes("has already been used with this registry") || t.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
8
|
+
return !1;
|
|
9
|
+
throw t;
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoTournamentsController-o9ci4V-7.js").then((e) => e.K).then(({ default: e }) => {
|
|
14
|
+
!customElements.get("casino-tournaments-controller") && customElements.define("casino-tournaments-controller", e.element);
|
|
15
|
+
});
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,40 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-controller",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@rollup/plugin-babel": "^5.3.0",
|
|
15
|
-
"@rollup/plugin-commonjs": "^16.0.0",
|
|
16
|
-
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
17
|
-
"@rollup/plugin-typescript": "^6.0.0",
|
|
18
|
-
"@tsconfig/svelte": "^1.0.0",
|
|
19
|
-
"node-sass": "^5.0.0",
|
|
20
|
-
"rollup": "^2.3.4",
|
|
21
|
-
"rollup-plugin-dev-server": "^0.4.3",
|
|
22
|
-
"rollup-plugin-livereload": "^2.0.0",
|
|
23
|
-
"rollup-plugin-svelte": "^7.0.0",
|
|
24
|
-
"rollup-plugin-terser": "^7.0.0",
|
|
25
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
26
|
-
"svelte-check": "^1.0.0",
|
|
27
|
-
"svelte-preprocess": "^4.0.0",
|
|
28
|
-
"tslib": "^2.0.0",
|
|
29
|
-
"typescript": "^3.9.3"
|
|
30
|
-
},
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"cross-env": "^7.0.3",
|
|
33
|
-
"sirv-cli": "^1.0.0",
|
|
34
|
-
"svelte": "^3.0.0"
|
|
3
|
+
"version": "1.0.69",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "es2015/casino-tournaments-controller.cjs",
|
|
6
|
+
"module": "es2015/casino-tournaments-controller.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./es2015/casino-tournaments-controller.js",
|
|
10
|
+
"require": "./es2015/casino-tournaments-controller.cjs"
|
|
11
|
+
},
|
|
12
|
+
"./es2015/casino-tournaments-controller.cjs": "./es2015/casino-tournaments-controller.cjs"
|
|
35
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"es2015/"
|
|
16
|
+
],
|
|
36
17
|
"publishConfig": {
|
|
37
18
|
"access": "public"
|
|
38
19
|
},
|
|
39
|
-
"
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@everymatrix/casino-tournaments-filter-controller": "1.0.69",
|
|
22
|
+
"@everymatrix/casino-tournaments-list-controller": "1.0.69"
|
|
23
|
+
}
|
|
40
24
|
}
|
package/.eslintrc
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"rules": {
|
|
3
|
-
"camelcase": "off",
|
|
4
|
-
"comma-dangle": [ "error", "never" ],
|
|
5
|
-
"no-unused-vars": "off",
|
|
6
|
-
"semi": [ 2, "always" ],
|
|
7
|
-
"keyword-spacing": [ 2, { "before": true, "after": true } ],
|
|
8
|
-
"space-before-blocks": [ 2, "always" ],
|
|
9
|
-
"no-mixed-spaces-and-tabs": [ 2, "smart-tabs" ],
|
|
10
|
-
"no-cond-assign": 0,
|
|
11
|
-
"object-shorthand": [ 2, "always" ],
|
|
12
|
-
"no-const-assign": 2,
|
|
13
|
-
"no-class-assign": 2,
|
|
14
|
-
"no-this-before-super": 2,
|
|
15
|
-
"no-var": 2,
|
|
16
|
-
"no-unreachable": 2,
|
|
17
|
-
"valid-typeof": 2,
|
|
18
|
-
"quote-props": [ 2, "as-needed" ],
|
|
19
|
-
"quotes": ["error", "single", { "avoidEscape": true }],
|
|
20
|
-
"prefer-arrow-callback": 2,
|
|
21
|
-
"prefer-const": [ 2, { "destructuring": "all" } ],
|
|
22
|
-
"arrow-spacing": 2,
|
|
23
|
-
"no-inner-declarations": 0,
|
|
24
|
-
"one-var": "off",
|
|
25
|
-
"require-atomic-updates": "off",
|
|
26
|
-
"no-import-assign": "warn",
|
|
27
|
-
"eol-last": "error",
|
|
28
|
-
"@typescript-eslint/camelcase": "off",
|
|
29
|
-
"@typescript-eslint/no-use-before-define": "off",
|
|
30
|
-
"@typescript-eslint/array-type": [ "error", { "default": "array-simple" } ],
|
|
31
|
-
"@typescript-eslint/explicit-function-return-type": "off",
|
|
32
|
-
"@typescript-eslint/no-explicit-any": "off",
|
|
33
|
-
"@typescript-eslint/explicit-member-accessibility": "off",
|
|
34
|
-
"@typescript-eslint/no-object-literal-type-assertion": "off",
|
|
35
|
-
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }],
|
|
36
|
-
"@typescript-eslint/prefer-interface": "off",
|
|
37
|
-
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
38
|
-
"@typescript-eslint/no-empty-function": "off",
|
|
39
|
-
"@typescript-eslint/ban-ts-comment": "off",
|
|
40
|
-
"@typescript-eslint/no-this-alias": "off",
|
|
41
|
-
"@typescript-eslint/no-inferrable-types": "off",
|
|
42
|
-
"@typescript-eslint/ban-types": "off",
|
|
43
|
-
"@typescript-eslint/naming-convention": "off",
|
|
44
|
-
"@typescript-eslint/class-name-casing": "off"
|
|
45
|
-
},
|
|
46
|
-
"globals": {
|
|
47
|
-
"globalThis": false
|
|
48
|
-
},
|
|
49
|
-
"env": {
|
|
50
|
-
"es6": true,
|
|
51
|
-
"browser": true,
|
|
52
|
-
"node": true,
|
|
53
|
-
"mocha": true
|
|
54
|
-
},
|
|
55
|
-
"extends": [
|
|
56
|
-
"eslint:recommended",
|
|
57
|
-
"plugin:import/errors",
|
|
58
|
-
"plugin:import/warnings",
|
|
59
|
-
"plugin:import/typescript",
|
|
60
|
-
"plugin:@typescript-eslint/recommended"
|
|
61
|
-
],
|
|
62
|
-
"parserOptions": {
|
|
63
|
-
"ecmaVersion": 9,
|
|
64
|
-
"sourceType": "module"
|
|
65
|
-
},
|
|
66
|
-
"plugins": ["svelte3"],
|
|
67
|
-
"settings": {
|
|
68
|
-
"svelte3/compiler-options": {
|
|
69
|
-
"customElement": true,
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
"overrides": [
|
|
73
|
-
{
|
|
74
|
-
"files": ["*.js"],
|
|
75
|
-
"rules": {
|
|
76
|
-
"@typescript-eslint/no-var-requires": "off"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"files": ["*.svelte"],
|
|
81
|
-
"processor": "svelte3/svelte3"
|
|
82
|
-
}
|
|
83
|
-
]
|
|
84
|
-
}
|
package/README.md
DELETED
|
File without changes
|