@golstats/lilini-player-detection 1.0.35 → 1.0.37
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/dist/{FilterConditions-55d68355-g8Y16HQC-CINeXbwT.js → FilterConditions-55d68355-CcxBk-Mo-DV6Pwtuj.js} +25 -25
- package/dist/{FilterConditions-55d68355-BieIkP63.js → FilterConditions-55d68355-CwjItACN.js} +1 -1
- package/dist/{FilterField-59a73e38-Di3fvnIv.js → FilterField-59a73e38-BmQgZUJF.js} +1 -1
- package/dist/FilterField-59a73e38-C0_kgnQ--CI0TbjnY.js +21 -0
- package/dist/{FilterSubcategories-a9b32cc9-C595kbb4.js → FilterSubcategories-a9b32cc9-CGKXScoM.js} +1 -1
- package/dist/{FilterSubcategories-a9b32cc9-Bb3g52Z6-DWiYGMsf.js → FilterSubcategories-a9b32cc9-DbFZXWNe-BHeErhcW.js} +6 -6
- package/dist/{index-DwTPn-pZ.js → index-yG9FL6X3.js} +9750 -9589
- package/dist/lilini-player-detection.css +1 -1
- package/dist/lilini-player-detection.es.js +2 -2
- package/dist/lilini-player-detection.umd.js +38 -38
- package/package.json +3 -3
- package/README.md +0 -31
- package/dist/FilterField-59a73e38-CIb0_NTi-CxjVJ2gL.js +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/lilini-player-detection",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/lilini-player-detection.umd.js",
|
|
6
6
|
"module": "dist/lilini-player-detection.es.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@golstats/gsc-filters": "^1.0.80",
|
|
29
29
|
"@golstats/gsc-modalview-golstats-var": "^1.0.0",
|
|
30
30
|
"@golstats/gsc-switch-component": "^1.0.14",
|
|
31
|
-
"@golstats/gsc-table-and-radar": "^1.0.
|
|
32
|
-
"@golstats/gsc-table-scrollable": "^1.0.
|
|
31
|
+
"@golstats/gsc-table-and-radar": "^1.0.17",
|
|
32
|
+
"@golstats/gsc-table-scrollable": "^1.0.24",
|
|
33
33
|
"axios": "^1.8.3"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
package/README.md
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# Lilini Player Detection
|
|
2
|
-
|
|
3
|
-
Un componente Vue 3 para mostrar y gestionar tarjetas de jugadores con estadísticas.
|
|
4
|
-
|
|
5
|
-
## Instalación
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install @golstats/lilini-player-detection
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Uso
|
|
12
|
-
|
|
13
|
-
```vue
|
|
14
|
-
<template>
|
|
15
|
-
<LiliniPlayerDetection />
|
|
16
|
-
</template>
|
|
17
|
-
|
|
18
|
-
<script setup>
|
|
19
|
-
import { LiliniPlayerDetection } from '@golstats/lilini-player-detection'
|
|
20
|
-
</script>
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Componente
|
|
24
|
-
|
|
25
|
-
### LiliniPlayerDetection
|
|
26
|
-
|
|
27
|
-
El componente principal que incluye toda la funcionalidad de detección de jugadores.
|
|
28
|
-
|
|
29
|
-
## Licencia
|
|
30
|
-
|
|
31
|
-
MIT
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as f } from "vue";
|
|
2
|
-
import { f as d, j as u } from "./index-DwTPn-pZ.js";
|
|
3
|
-
const m = { class: "filter-field" }, i = {
|
|
4
|
-
__name: "FilterField",
|
|
5
|
-
setup(s) {
|
|
6
|
-
const o = r(Array.from({ length: 16 }, (l, e) => e + 1));
|
|
7
|
-
function t() {
|
|
8
|
-
}
|
|
9
|
-
return (l, e) => (n(), a("div", m, [
|
|
10
|
-
c(f(u), {
|
|
11
|
-
width: "100%",
|
|
12
|
-
"background-color": "#2E3B46",
|
|
13
|
-
value: o.value,
|
|
14
|
-
"onUpdate:modelValue": t
|
|
15
|
-
}, null, 8, ["value"])
|
|
16
|
-
]));
|
|
17
|
-
}
|
|
18
|
-
}, _ = /* @__PURE__ */ d(i, [["__scopeId", "data-v-8103c3e1"]]);
|
|
19
|
-
export {
|
|
20
|
-
_ as default
|
|
21
|
-
};
|