tnx-shared 5.1.684 → 5.1.685
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 +4 -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/components/query-builders/query-builder-group/query-builder-group.component.d.ts.map +1 -1
- package/esm2015/components/query-builders/query-builder-group/query-builder-group.component.js +5 -2
- package/fesm2015/tnx-shared.js +4 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -40184,7 +40184,10 @@
|
|
|
40184
40184
|
field: _this.field,
|
|
40185
40185
|
operator: exports.Operator.contain,
|
|
40186
40186
|
value: JSON.stringify("," + val + ",")
|
|
40187
|
-
|
|
40187
|
+
}), new Filter({
|
|
40188
|
+
field: _this.field,
|
|
40189
|
+
operator: exports.Operator.contain,
|
|
40190
|
+
value: JSON.stringify("" + val)
|
|
40188
40191
|
}));
|
|
40189
40192
|
});
|
|
40190
40193
|
return tmpFilter_1;
|