@charlesgomes/leafcode-shared-lib-react 1.0.21 → 1.0.22

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
@@ -1177,7 +1177,7 @@ var getDefaultFilterMatchOptionsEnum = (isLanguagePtBr) => [
1177
1177
  },
1178
1178
  {
1179
1179
  label: isLanguagePtBr ? "N\xE3o cont\xE9m" : "Does not contain",
1180
- value: import_api3.FilterMatchMode.NOT_CONTAINS
1180
+ value: import_api3.FilterMatchMode.NOT_EQUALS
1181
1181
  },
1182
1182
  {
1183
1183
  label: isLanguagePtBr ? "Vazio" : "Empty",
package/dist/index.mjs CHANGED
@@ -1130,7 +1130,7 @@ var getDefaultFilterMatchOptionsEnum = (isLanguagePtBr) => [
1130
1130
  },
1131
1131
  {
1132
1132
  label: isLanguagePtBr ? "N\xE3o cont\xE9m" : "Does not contain",
1133
- value: FilterMatchMode3.NOT_CONTAINS
1133
+ value: FilterMatchMode3.NOT_EQUALS
1134
1134
  },
1135
1135
  {
1136
1136
  label: isLanguagePtBr ? "Vazio" : "Empty",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charlesgomes/leafcode-shared-lib-react",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "Lib de componentes react",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",