akeyless-client-commons 1.1.58 → 1.1.59
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/components/index.js
CHANGED
|
@@ -5518,13 +5518,13 @@ var Filter = (0, import_react11.memo)(function(param) {
|
|
|
5518
5518
|
}),
|
|
5519
5519
|
/* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", {
|
|
5520
5520
|
children: [
|
|
5521
|
-
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
|
|
5522
|
-
onClick: closeFilterWindow,
|
|
5523
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(RedXSvg2, {})
|
|
5524
|
-
}),
|
|
5525
5521
|
((_filters_filterableColumn_dataKey = filters[filterableColumn.dataKey]) === null || _filters_filterableColumn_dataKey === void 0 ? void 0 : _filters_filterableColumn_dataKey.length) > 0 && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
|
|
5526
5522
|
onClick: clearFilter,
|
|
5527
5523
|
children: slashFilterSvg(false, "#000")
|
|
5524
|
+
}),
|
|
5525
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("button", {
|
|
5526
|
+
onClick: closeFilterWindow,
|
|
5527
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(RedXSvg2, {})
|
|
5528
5528
|
})
|
|
5529
5529
|
]
|
|
5530
5530
|
})
|
|
@@ -5296,13 +5296,13 @@ var Filter = memo(function(param) {
|
|
|
5296
5296
|
}),
|
|
5297
5297
|
/* @__PURE__ */ jsxs12("div", {
|
|
5298
5298
|
children: [
|
|
5299
|
-
/* @__PURE__ */ jsx18("button", {
|
|
5300
|
-
onClick: closeFilterWindow,
|
|
5301
|
-
children: /* @__PURE__ */ jsx18(RedXSvg2, {})
|
|
5302
|
-
}),
|
|
5303
5299
|
((_filters_filterableColumn_dataKey = filters[filterableColumn.dataKey]) === null || _filters_filterableColumn_dataKey === void 0 ? void 0 : _filters_filterableColumn_dataKey.length) > 0 && /* @__PURE__ */ jsx18("button", {
|
|
5304
5300
|
onClick: clearFilter,
|
|
5305
5301
|
children: slashFilterSvg(false, "#000")
|
|
5302
|
+
}),
|
|
5303
|
+
/* @__PURE__ */ jsx18("button", {
|
|
5304
|
+
onClick: closeFilterWindow,
|
|
5305
|
+
children: /* @__PURE__ */ jsx18(RedXSvg2, {})
|
|
5306
5306
|
})
|
|
5307
5307
|
]
|
|
5308
5308
|
})
|