nuxeo-development-framework 5.4.3 → 5.4.4
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/bundles/nuxeo-development-framework.umd.js +1 -1
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/ndf-filters/components/predicate-text-input/predicate-text-input.component.js +2 -2
- package/esm2015/lib/components/spell-checker-field/spell-checker-field.module.js +1 -1
- package/fesm2015/nuxeo-development-framework.js +1 -1
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -19696,7 +19696,7 @@
|
|
|
19696
19696
|
PredicateTextInputComponent.prototype.updateObjectValue = function () {
|
|
19697
19697
|
var _a;
|
|
19698
19698
|
if (this.internalValue.value) {
|
|
19699
|
-
var operator = (((_a = this.selectValue) === null || _a === void 0 ? void 0 : _a.value) || COMPARISON_OPERATOR.like);
|
|
19699
|
+
var operator = (((_a = this.selectValue) === null || _a === void 0 ? void 0 : _a.value) || this.field.operator || COMPARISON_OPERATOR.like);
|
|
19700
19700
|
var data = this._prepareValueObject(this.internalValue.value, operator);
|
|
19701
19701
|
this.onChange(data);
|
|
19702
19702
|
return;
|