@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.
- package/esm2020/lib/property-editor/property-editor.class.mjs +1 -1
- package/esm2020/lib/search-bar/search-bar.component.mjs +1 -2
- package/fesm2015/acorex-components.mjs +7 -8
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +0 -1
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/lib/property-editor/property-editor.class.d.ts +7 -2
- package/package.json +1 -1
|
@@ -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,
|