monkey-front-core 0.0.623 → 0.0.624
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 +3 -1
- package/fesm2015/monkey-front-core.mjs +2 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +2 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/lib/core/specification-search/monkeyecx-specification-search.d.ts +2 -0
- package/monkey-front-core-0.0.624.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.623.tgz +0 -0
|
@@ -7418,6 +7418,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.1", ngImpor
|
|
|
7418
7418
|
var OpSearch;
|
|
7419
7419
|
(function (OpSearch) {
|
|
7420
7420
|
OpSearch["LIKE"] = ":'*:value*'";
|
|
7421
|
+
OpSearch["LIKE_START"] = ":':value*'";
|
|
7422
|
+
OpSearch["LIKE_END"] = ":'*:value'";
|
|
7421
7423
|
OpSearch["BETWEEN"] = ":first AND :last";
|
|
7422
7424
|
OpSearch["OR"] = "OR";
|
|
7423
7425
|
OpSearch["AND"] = "AND";
|