monkey-front-core 0.0.256 → 0.0.258
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/core/specification-search/monkeyecx-specification-search.mjs +2 -2
- package/fesm2015/monkey-front-core.mjs +1 -1
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -1
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/specification-search/monkeyecx-specification-search.d.ts +1 -1
- package/monkey-front-core-0.0.258.tgz +0 -0
- package/package.json +3 -3
- package/monkey-front-core-0.0.256.tgz +0 -0
|
@@ -5082,7 +5082,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
5082
5082
|
/* eslint-disable no-unused-vars */
|
|
5083
5083
|
var OpSearch;
|
|
5084
5084
|
(function (OpSearch) {
|
|
5085
|
-
OpSearch["LIKE"] = "
|
|
5085
|
+
OpSearch["LIKE"] = ":'*:value*'";
|
|
5086
5086
|
OpSearch["BETWEEN"] = ":first AND :last";
|
|
5087
5087
|
OpSearch["OR"] = "OR";
|
|
5088
5088
|
OpSearch["AND"] = "AND";
|