@acorex/core 3.0.50 → 3.0.51

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.
@@ -1336,6 +1336,7 @@
1336
1336
  var queryBuilder = {
1337
1337
  contains: "contains",
1338
1338
  "not-contains": "not-contains",
1339
+ "contains-all": "contains-all",
1339
1340
  "start-with": "start-with",
1340
1341
  "end-with": "end-with",
1341
1342
  equal: "equal",
@@ -1603,6 +1604,7 @@
1603
1604
  var queryBuilder$1 = {
1604
1605
  contains: "شامل",
1605
1606
  "not-contains": "به غیر از",
1607
+ "contains-all": "شامل همه",
1606
1608
  "start-with": "شروع شود با",
1607
1609
  "end-with": "پایان با",
1608
1610
  equal: "برابر با",