@acorex/core 3.0.42 → 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.
@@ -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 = {