@charlesgomes/leafcode-shared-lib-react 1.0.22 → 1.0.23
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1176,7 +1176,7 @@ var getDefaultFilterMatchOptionsEnum = (isLanguagePtBr) => [
|
|
|
1176
1176
|
value: import_api3.FilterMatchMode.EQUALS
|
|
1177
1177
|
},
|
|
1178
1178
|
{
|
|
1179
|
-
label: isLanguagePtBr ? "
|
|
1179
|
+
label: isLanguagePtBr ? "Diferente" : "Not equals",
|
|
1180
1180
|
value: import_api3.FilterMatchMode.NOT_EQUALS
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -1129,7 +1129,7 @@ var getDefaultFilterMatchOptionsEnum = (isLanguagePtBr) => [
|
|
|
1129
1129
|
value: FilterMatchMode3.EQUALS
|
|
1130
1130
|
},
|
|
1131
1131
|
{
|
|
1132
|
-
label: isLanguagePtBr ? "
|
|
1132
|
+
label: isLanguagePtBr ? "Diferente" : "Not equals",
|
|
1133
1133
|
value: FilterMatchMode3.NOT_EQUALS
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|