@acorex/core 3.0.48 → 3.0.53
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/acorex-core.umd.js +2 -0
- package/bundles/acorex-core.umd.js.map +1 -1
- package/bundles/acorex-core.umd.min.js +1 -1
- package/bundles/acorex-core.umd.min.js.map +1 -1
- package/esm2015/lib/locale/en.json +1 -0
- package/esm2015/lib/locale/fa.json +1 -0
- package/esm5/lib/locale/en.json +1 -0
- package/esm5/lib/locale/fa.json +1 -0
- package/fesm2015/acorex-core.js +2 -0
- package/fesm2015/acorex-core.js.map +1 -1
- package/fesm5/acorex-core.js +2 -0
- package/fesm5/acorex-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -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: "برابر با",
|