tnx-shared 5.3.55 → 5.3.56
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/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/classes/base/list-component-base.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -23823,7 +23823,7 @@
|
|
|
23823
23823
|
case exports.DataType.boolean:
|
|
23824
23824
|
templateFilter.push(new Filter({
|
|
23825
23825
|
field: _this.getFieldFilter(col),
|
|
23826
|
-
operator: exports.Operator.in,
|
|
23826
|
+
operator: col.single ? exports.Operator.equal : exports.Operator.in,
|
|
23827
23827
|
sourceField: col.field
|
|
23828
23828
|
}));
|
|
23829
23829
|
break;
|