@acorex/core 3.0.46 → 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.
- package/bundles/acorex-core.umd.js +7 -1
- package/bundles/acorex-core.umd.js.map +1 -1
- package/bundles/acorex-core.umd.min.js +2 -2
- package/bundles/acorex-core.umd.min.js.map +1 -1
- package/esm2015/lib/locale/en.json +3 -0
- package/esm2015/lib/locale/fa.json +3 -0
- package/esm2015/lib/utils/object/object-util.js +2 -2
- package/esm5/lib/locale/en.json +3 -0
- package/esm5/lib/locale/fa.json +3 -0
- package/esm5/lib/utils/object/object-util.js +2 -2
- package/fesm2015/acorex-core.js +7 -1
- package/fesm2015/acorex-core.js.map +1 -1
- package/fesm5/acorex-core.js +7 -1
- package/fesm5/acorex-core.js.map +1 -1
- package/package.json +1 -1
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
: {};
|
|
363
363
|
}, // No: assign a new plain object
|
|
364
364
|
obj)[path[path.length - 1]] = value; // Finally assign the value to the last key
|
|
365
|
-
return obj; // Return the top-level object to allow chaining
|
|
365
|
+
return obj[path[0]]; // Return the top-level object to allow chaining
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
// @dynamic
|
|
@@ -1306,6 +1306,8 @@
|
|
|
1306
1306
|
value: "Value",
|
|
1307
1307
|
"max-value": "Max Value",
|
|
1308
1308
|
"refresh-rate": "Refresh Rate",
|
|
1309
|
+
refresh: "Refresh",
|
|
1310
|
+
reload: "Reload",
|
|
1309
1311
|
condition: "Condition"
|
|
1310
1312
|
};
|
|
1311
1313
|
var dateTime = {
|
|
@@ -1334,6 +1336,7 @@
|
|
|
1334
1336
|
var queryBuilder = {
|
|
1335
1337
|
contains: "contains",
|
|
1336
1338
|
"not-contains": "not-contains",
|
|
1339
|
+
"contains-all": "contains-all",
|
|
1337
1340
|
"start-with": "start-with",
|
|
1338
1341
|
"end-with": "end-with",
|
|
1339
1342
|
equal: "equal",
|
|
@@ -1571,6 +1574,8 @@
|
|
|
1571
1574
|
"min-value": "مقدار کمینه",
|
|
1572
1575
|
"max-value": "مقدار بیشینه",
|
|
1573
1576
|
"refresh-rate": "نرخ بروز رسانی",
|
|
1577
|
+
refresh: "بروز رسانی",
|
|
1578
|
+
reload: "بارگزاری مجدد",
|
|
1574
1579
|
condition: "شرط"
|
|
1575
1580
|
};
|
|
1576
1581
|
var dateTime$1 = {
|
|
@@ -1599,6 +1604,7 @@
|
|
|
1599
1604
|
var queryBuilder$1 = {
|
|
1600
1605
|
contains: "شامل",
|
|
1601
1606
|
"not-contains": "به غیر از",
|
|
1607
|
+
"contains-all": "شامل همه",
|
|
1602
1608
|
"start-with": "شروع شود با",
|
|
1603
1609
|
"end-with": "پایان با",
|
|
1604
1610
|
equal: "برابر با",
|