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.
@@ -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";