jclib-ui 1.0.182 → 1.0.183
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/jclib-ui.es.js
CHANGED
|
@@ -19341,6 +19341,7 @@ function ModalBox({
|
|
|
19341
19341
|
] });
|
|
19342
19342
|
}
|
|
19343
19343
|
function ModalFilter({
|
|
19344
|
+
title = "Filtros",
|
|
19344
19345
|
setVisible,
|
|
19345
19346
|
maxWidth,
|
|
19346
19347
|
fnApplyFilter,
|
|
@@ -19355,7 +19356,7 @@ function ModalFilter({
|
|
|
19355
19356
|
fnApplyFilter && fnApplyFilter(false);
|
|
19356
19357
|
};
|
|
19357
19358
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(Modal, { alignTop, maxWidth, setVisible, visible: true, children: [
|
|
19358
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(ModalHeader, { helpLink, setVisible, children:
|
|
19359
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(ModalHeader, { helpLink, setVisible, children: title }),
|
|
19359
19360
|
/* @__PURE__ */ jsxRuntimeExports.jsx(ModalContent, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(ModalBody, { className: "mod-filter--container", children: [
|
|
19360
19361
|
children,
|
|
19361
19362
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "mod-filter--btn-area", children: [
|