@ngrdt/table 0.0.72 → 0.0.78

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +6 -5
package/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as _angular_core from '@angular/core';
2
2
  import { Type, Injector, ChangeDetectorRef, Renderer2, OnInit, OnDestroy, ElementRef } from '@angular/core';
3
- import * as dist__ngrdt_utils_src from 'dist/@ngrdt/utils/src';
3
+ import * as _ngrdt_utils from '@ngrdt/utils';
4
4
  import { DotNotationPath, StringKey } from '@ngrdt/utils';
5
5
  import * as _ngrx_signals from '@ngrx/signals';
6
6
  import * as _ngrx_signals_entities from '@ngrx/signals/entities';
@@ -265,7 +265,7 @@ declare class RdtTableComponent<T extends object, TFilter = T> {
265
265
  private explicitWidthsApplied;
266
266
  readonly rowDoubleClick: _angular_core.OutputEmitterRef<T>;
267
267
  protected readonly selectKey = "RdtTableSelectColumnKey";
268
- protected readonly allColumnKeys: _angular_core.Signal<dist__ngrdt_utils_src.DotNotationPath<T>[]>;
268
+ protected readonly allColumnKeys: _angular_core.Signal<_ngrdt_utils.DotNotationPath<T>[]>;
269
269
  protected readonly realDisplayedColumns: _angular_core.Signal<string[]>;
270
270
  protected readonly clickDebounceTime: _angular_core.Signal<0 | 250>;
271
271
  protected getColumnWidth(col: RdtColDef<T>): string | undefined;
package/package.json CHANGED
@@ -1,17 +1,18 @@
1
1
  {
2
2
  "name": "@ngrdt/table",
3
- "version": "0.0.72",
3
+ "version": "0.0.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",
7
7
  "rxjs": "~7.8.0",
8
- "@ngrdt/utils": "^0.0.72",
8
+ "@ngrdt/utils": "^0.0.78",
9
9
  "@ngrx/signals": "20.0.0",
10
- "@ngrdt/icon": "^0.0.72",
10
+ "@ngrdt/icon": "^0.0.78",
11
11
  "@angular/cdk": "^20.0.0",
12
12
  "@angular/forms": "^20.0.0",
13
- "@ngrdt/forms": "^0.0.72",
14
- "@ngrdt/router": "^0.0.72"
13
+ "@ngrdt/forms": "^0.0.78",
14
+ "@ngrdt/router": "^0.0.78",
15
+ "@gov-design-system-ce/angular": "1.3.1"
15
16
  },
16
17
  "sideEffects": false,
17
18
  "module": "fesm2022/ngrdt-table.mjs",