@zambon-dev/library 1.6.1 → 1.6.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.
@@ -44,6 +44,7 @@ export declare class DataGridComponent extends BaseComponent implements OnInit,
44
44
  ngOnDestroy(): void;
45
45
  protected onSelectionResized(newSize: number): void;
46
46
  protected isFirstVisibleRow(rowIndex: number): boolean;
47
+ private syncHeaderScroll;
47
48
  protected trackByFn(index: number, item: any): number;
48
49
  static ɵfac: i0.ɵɵFactoryDeclaration<DataGridComponent, never>;
49
50
  static ɵcmp: i0.ɵɵComponentDeclaration<DataGridComponent, "lib-data-grid", never, { "disabled": { "alias": "disabled"; "required": false; }; "lazyLoadRows": { "alias": "lazyLoadRows"; "required": false; }; "showButtons": { "alias": "showButtons"; "required": false; }; }, {}, never, ["[buttons]"], true, never>;
@@ -13,9 +13,10 @@ export declare class DataGridRowComponent extends BaseComponent implements OnIni
13
13
  protected dataGridDataset: DataGridDataset;
14
14
  protected selected: boolean;
15
15
  private _rowData;
16
- private hasMeasured;
16
+ private elementRef;
17
17
  get rowData(): any;
18
18
  protected get columns(): IGridColumn[];
19
+ private get isLaidOut();
19
20
  private get isRowDataSelected();
20
21
  private get rowKey();
21
22
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zambon-dev/library",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "Angular UI components and shared presentation utilities for Zambon applications.",
5
5
  "keywords": [
6
6
  "angular",
@@ -26,7 +26,9 @@
26
26
  "@angular/core": "^19.1.0",
27
27
  "@angular/forms": "^19.1.0",
28
28
  "@angular/router": "^19.1.0",
29
- "@ngx-translate/core": "^16.0.4"
29
+ "@ngx-translate/core": "^16.0.4",
30
+ "ngx-resize-observer": "^3.0.0",
31
+ "rxjs": "^7.8.0"
30
32
  },
31
33
  "publishConfig": {
32
34
  "access": "public"