@smart-factor/gem-ui-components 0.0.32 → 0.0.34
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/main.js +4 -3
- package/package.json +1 -2
package/dist/main.js
CHANGED
|
@@ -38536,7 +38536,7 @@ const AD = (e) => {
|
|
|
38536
38536
|
}
|
|
38537
38537
|
};
|
|
38538
38538
|
}, T = ID(e == null ? void 0 : e.total_elements, 0);
|
|
38539
|
-
return /* @__PURE__ */ g(VD, { offset: i, children: /* @__PURE__ */ g(
|
|
38539
|
+
return console.log(s, !!s), /* @__PURE__ */ g(VD, { offset: i, children: /* @__PURE__ */ g(
|
|
38540
38540
|
Wp,
|
|
38541
38541
|
{
|
|
38542
38542
|
loading: n,
|
|
@@ -38552,7 +38552,8 @@ const AD = (e) => {
|
|
|
38552
38552
|
slotProps: {
|
|
38553
38553
|
toolbar: {
|
|
38554
38554
|
gridApiRef: p,
|
|
38555
|
-
exportDataAsExcel: d
|
|
38555
|
+
exportDataAsExcel: d,
|
|
38556
|
+
isFilterActive: !!s
|
|
38556
38557
|
}
|
|
38557
38558
|
},
|
|
38558
38559
|
sortingMode: "server",
|
|
@@ -38571,7 +38572,7 @@ const AD = (e) => {
|
|
|
38571
38572
|
) });
|
|
38572
38573
|
}, jD = (e) => /* @__PURE__ */ de(_p, { children: [
|
|
38573
38574
|
/* @__PURE__ */ g(Up, {}),
|
|
38574
|
-
/* @__PURE__ */ g(qp, {}),
|
|
38575
|
+
e.isFilterActive && /* @__PURE__ */ g(qp, {}),
|
|
38575
38576
|
/* @__PURE__ */ g(Gp, {}),
|
|
38576
38577
|
/* @__PURE__ */ g(
|
|
38577
38578
|
AD,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smart-factor/gem-ui-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Gem UI Components",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"test": "vitest",
|
|
23
23
|
"test:ui": "vitest --ui",
|
|
24
24
|
"test:coverage": "vitest run --coverage",
|
|
25
|
-
"prepublishOnly": "vitest run && npm run lint:fix && npm run format && git update-index --again && npm run build",
|
|
26
25
|
"prepare": "husky"
|
|
27
26
|
},
|
|
28
27
|
"peerDependencies": {
|