@golstats/gsc-reports 1.0.37 → 1.0.39
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-BUvCA8gG-BgesEQ5y-DrSEkUL0.js → FilterConditions-55d68355-BUvCA8gG-BPn5xlRo-BqZ9kW1R.js} +26 -26
- package/dist/FilterField-59a73e38-C85AzksG-foC1DM6I-DQo9lgMn.js +21 -0
- package/dist/{FilterSubcategories-a9b32cc9-B7ERo60D-CLS0i9LD-CAcJTNTj.js → FilterSubcategories-a9b32cc9-B7ERo60D-DElBxdRY-Cn7e5wLo.js} +1 -1
- package/dist/gsc-reports.css +1 -1
- package/dist/gsc-reports.es.js +1 -1
- package/dist/gsc-reports.umd.js +126 -126
- package/dist/{index-FY3s5bCZ.js → index-BoKfNOA9.js} +15943 -15955
- package/package.json +2 -2
- package/src/components/gsc-reports.vue +2 -2
- package/dist/FilterField-59a73e38-C85AzksG-B74SN9-k-BeKkLIXL.js +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-reports",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"main": "dist/gsc-reports.umd.js",
|
|
5
5
|
"module": "dist/gsc-reports.es.js",
|
|
6
6
|
"exports": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@golstats/gsc-checkbox": "^1.0.13",
|
|
50
|
-
"@golstats/gsc-template-report-maker": "^1.0.
|
|
50
|
+
"@golstats/gsc-template-report-maker": "^1.0.50",
|
|
51
51
|
"@golstats/gsc-volumetric-field": "^1.0.1",
|
|
52
52
|
"axios": "^1.10.0",
|
|
53
53
|
"gridstack": "^12.1.1",
|
|
@@ -250,11 +250,11 @@ function closeReport() {
|
|
|
250
250
|
</script>
|
|
251
251
|
<style>
|
|
252
252
|
.grid-stack-item-content {
|
|
253
|
-
background: #3498db;
|
|
253
|
+
/*background: #3498db;
|
|
254
254
|
color: white;
|
|
255
255
|
text-align: center;
|
|
256
256
|
padding: 20px;
|
|
257
|
-
box-sizing: border-box
|
|
257
|
+
box-sizing: border-box;*/
|
|
258
258
|
overflow-y: hidden !important;
|
|
259
259
|
overflow-x: hidden !important;
|
|
260
260
|
box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.25);
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ref as r, createElementBlock as a, openBlock as n, createVNode as c, unref as d } from "vue";
|
|
2
|
-
import { $ as u, o as f } from "./index-FY3s5bCZ.js";
|
|
3
|
-
const i = { class: "filter-field" }, m = {
|
|
4
|
-
__name: "FilterField",
|
|
5
|
-
setup(s) {
|
|
6
|
-
const o = r(Array.from({ length: 16 }, (t, e) => e + 1));
|
|
7
|
-
function l() {
|
|
8
|
-
}
|
|
9
|
-
return (t, e) => (n(), a("div", i, [
|
|
10
|
-
c(d(f), {
|
|
11
|
-
width: "100%",
|
|
12
|
-
"background-color": "#2E3B46",
|
|
13
|
-
value: o.value,
|
|
14
|
-
"onUpdate:modelValue": l
|
|
15
|
-
}, null, 8, ["value"])
|
|
16
|
-
]));
|
|
17
|
-
}
|
|
18
|
-
}, h = /* @__PURE__ */ u(m, [["__scopeId", "data-v-8103c3e1"]]);
|
|
19
|
-
export {
|
|
20
|
-
h as default
|
|
21
|
-
};
|