@charlesgomes/leafcode-shared-lib-react 1.0.78 → 1.0.79
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/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1418,7 +1418,6 @@ function DataTableAdvancedFilterWrapper({
|
|
|
1418
1418
|
customActions
|
|
1419
1419
|
]
|
|
1420
1420
|
);
|
|
1421
|
-
const DEFAULT_MATCH_MODE = "contains";
|
|
1422
1421
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, { children: isClient && /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { children: [
|
|
1423
1422
|
disablePagination && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "disablePagination", children: TableHeaderAndTableActions }),
|
|
1424
1423
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
@@ -1730,7 +1729,7 @@ function DataTableAdvancedFilter({
|
|
|
1730
1729
|
import_api2.PrimeReactProvider,
|
|
1731
1730
|
{
|
|
1732
1731
|
value: isLanguagePtBr ? { locale: "pt" } : { locale: "en" },
|
|
1733
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1732
|
+
children: state && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
1734
1733
|
DataTableAdvancedFilterWrapper,
|
|
1735
1734
|
{
|
|
1736
1735
|
rowsPerPageOptions,
|
package/dist/index.mjs
CHANGED
|
@@ -1369,7 +1369,6 @@ function DataTableAdvancedFilterWrapper({
|
|
|
1369
1369
|
customActions
|
|
1370
1370
|
]
|
|
1371
1371
|
);
|
|
1372
|
-
const DEFAULT_MATCH_MODE = "contains";
|
|
1373
1372
|
return /* @__PURE__ */ jsx16(Fragment6, { children: isClient && /* @__PURE__ */ jsxs11("div", { children: [
|
|
1374
1373
|
disablePagination && /* @__PURE__ */ jsx16("div", { className: "disablePagination", children: TableHeaderAndTableActions }),
|
|
1375
1374
|
/* @__PURE__ */ jsxs11(
|
|
@@ -1681,7 +1680,7 @@ function DataTableAdvancedFilter({
|
|
|
1681
1680
|
PrimeReactProvider,
|
|
1682
1681
|
{
|
|
1683
1682
|
value: isLanguagePtBr ? { locale: "pt" } : { locale: "en" },
|
|
1684
|
-
children: /* @__PURE__ */ jsx17(
|
|
1683
|
+
children: state && /* @__PURE__ */ jsx17(
|
|
1685
1684
|
DataTableAdvancedFilterWrapper,
|
|
1686
1685
|
{
|
|
1687
1686
|
rowsPerPageOptions,
|