@acorex/components 4.2.38 → 4.2.39

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.
@@ -10322,7 +10322,6 @@ class AXSearchBarComponent {
10322
10322
  textValue: text.toString(),
10323
10323
  component: e,
10324
10324
  filterOptions: {
10325
- field: e.property?.filterOptions?.field ? e.property.filterOptions.field : null,
10326
10325
  filters: e.property?.filterOptions?.filters ? e.property.filterOptions.filters : [],
10327
10326
  logic: e.property?.filterOptions?.logic ? e.property.filterOptions.logic : 'and',
10328
10327
  ignoreCase: e.property?.filterOptions?.ignoreCase ? e.property.filterOptions.ignoreCase : true,