cx 26.1.2 → 26.1.3

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/dist/ui.js CHANGED
@@ -816,6 +816,8 @@ class ArrayAdapter extends DataAdapter {
816
816
  }
817
817
  init() {
818
818
  this.recordsAccessor = getAccessor(this.recordsBinding ?? this.recordsAccessor);
819
+ this.recordName = this.recordName?.toString() || "$record";
820
+ this.indexName = this.indexName?.toString() || "$index";
819
821
  }
820
822
  initInstance(context, instance) {
821
823
  if (!instance.recordStoreCache) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cx",
3
- "version": "26.1.2",
3
+ "version": "26.1.3",
4
4
  "description": "Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.",
5
5
  "exports": {
6
6
  "./data": {