@acorex/core 3.0.47 → 3.0.48
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 +5 -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 +2 -0
- package/esm2015/lib/locale/fa.json +2 -0
- package/esm2015/lib/utils/object/object-util.js +2 -2
- package/esm5/lib/locale/en.json +2 -0
- package/esm5/lib/locale/fa.json +2 -0
- package/esm5/lib/utils/object/object-util.js +2 -2
- package/fesm2015/acorex-core.js +5 -1
- package/fesm2015/acorex-core.js.map +1 -1
- package/fesm5/acorex-core.js +5 -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 = {
|
|
@@ -1571,6 +1573,8 @@
|
|
|
1571
1573
|
"min-value": "مقدار کمینه",
|
|
1572
1574
|
"max-value": "مقدار بیشینه",
|
|
1573
1575
|
"refresh-rate": "نرخ بروز رسانی",
|
|
1576
|
+
refresh: "بروز رسانی",
|
|
1577
|
+
reload: "بارگزاری مجدد",
|
|
1574
1578
|
condition: "شرط"
|
|
1575
1579
|
};
|
|
1576
1580
|
var dateTime$1 = {
|