@elderbyte/ngx-starter 12.12.2 → 12.12.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.
@@ -43,7 +43,11 @@ export declare class ElderTableComponent extends ElderDataViewBaseComponent impl
43
43
  elderColumns: QueryList<ElderTableColumnDirective>;
44
44
  rowDefs: QueryList<CdkRowDef<any>>;
45
45
  /**
46
- * @deprecated No longer required. Id is automatically picked from the DataSource.
46
+ * Field to identify the data records (ID field).
47
+ * Note: This property is only considered in case the
48
+ * underlying data is an Array.
49
+ * In case of DataContext, the ID field needs to be defined in the context.
50
+ * In case of DataSource, the ID field is automatically picked from the DataSource.
47
51
  */
48
52
  idField: string;
49
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "12.12.2",
3
+ "version": "12.12.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1",