@charlesgomes/leafcode-shared-lib-react 1.0.84 → 1.0.85

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 CHANGED
@@ -1197,7 +1197,7 @@ function DynamicColumns({
1197
1197
  size: "small",
1198
1198
  onClick: () => {
1199
1199
  const constraint = options.filterModel.constraints[0];
1200
- if (constraint.matchMode === "empty" || constraint.matchMode === "notEmpty" || constraint.matchMode !== "any" || constraint.matchMode !== "none") {
1200
+ if (constraint.matchMode === "empty" || constraint.matchMode === "notEmpty" || constraint.matchMode === "any" || constraint.matchMode === "none") {
1201
1201
  constraint.value = true;
1202
1202
  }
1203
1203
  options.filterApplyCallback(constraint.value, 0);
package/dist/index.mjs CHANGED
@@ -1145,7 +1145,7 @@ function DynamicColumns({
1145
1145
  size: "small",
1146
1146
  onClick: () => {
1147
1147
  const constraint = options.filterModel.constraints[0];
1148
- if (constraint.matchMode === "empty" || constraint.matchMode === "notEmpty" || constraint.matchMode !== "any" || constraint.matchMode !== "none") {
1148
+ if (constraint.matchMode === "empty" || constraint.matchMode === "notEmpty" || constraint.matchMode === "any" || constraint.matchMode === "none") {
1149
1149
  constraint.value = true;
1150
1150
  }
1151
1151
  options.filterApplyCallback(constraint.value, 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",