@one-paragon/angular-utilities 2.6.6 → 2.7.0

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/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "2.6.6",
3
+ "version": "2.7.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "20.0.",
6
- "@angular/core": "20.0.3",
7
- "@angular/material": "20.0.3",
8
- "@ngrx/component-store": "19.2.1",
9
- "@ngrx/effects": "19.2.1",
10
- "@ngrx/store": "19.2.1"
5
+ "@angular/common": "21.0.0",
6
+ "@angular/core": "21.0.0",
7
+ "@angular/material": "21.0.0",
8
+ "@ngrx/component-store": "20.1.0",
9
+ "@ngrx/effects": "20.1.0",
10
+ "@ngrx/store": "20.1.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "tslib": "2.8.1"
14
14
  },
15
15
  "module": "fesm2022/one-paragon-angular-utilities.mjs",
16
- "typings": "index.d.ts",
16
+ "typings": "types/one-paragon-angular-utilities.d.ts",
17
17
  "exports": {
18
18
  "./package.json": {
19
19
  "default": "./package.json"
20
20
  },
21
21
  ".": {
22
- "types": "./index.d.ts",
22
+ "types": "./types/one-paragon-angular-utilities.d.ts",
23
23
  "default": "./fesm2022/one-paragon-angular-utilities.mjs"
24
24
  }
25
25
  },
@@ -913,7 +913,7 @@ declare class CustomGroupRowDirective<T = any> implements OnInit {
913
913
  * If not provided (or null), this custom row will apply to all groupings.
914
914
  * Can be a single Path<T> or an array of Path<T> values.
915
915
  */
916
- $customGroupRow: _angular_core.InputSignalWithTransform<Path<T, never, never> | Path<T, never, never>[] | null, "" | Path<T, never, never> | Path<T, never, never>[] | null>;
916
+ $customGroupRow: _angular_core.InputSignalWithTransform<Path<T> | Path<T>[] | null, "" | Path<T> | Path<T>[] | null>;
917
917
  /**
918
918
  * For type safety, this is a reference to the table builder instance.
919
919
  */
@@ -927,7 +927,7 @@ declare class CustomGroupRowDirective<T = any> implements OnInit {
927
927
  /**
928
928
  * Gets the grouping key(s) this directive applies to, or null for all groupings
929
929
  */
930
- $groupingKey: _angular_core.Signal<Path<T, never, never> | Path<T, never, never>[] | null>;
930
+ $groupingKey: _angular_core.Signal<Path<T> | Path<T>[] | null>;
931
931
  /**
932
932
  * Gets the template reference to use
933
933
  */
@@ -1260,7 +1260,7 @@ declare class MatButtonToggleFilterDirective extends TbSelectedFilterDirective i
1260
1260
  }
1261
1261
 
1262
1262
  declare class TableWrapperDirective {
1263
- $registrations: _angular_core.WritableSignal<(TableFilterDirective | TableCustomFilterDirective)[]>;
1263
+ $registrations: _angular_core.WritableSignal<(TableCustomFilterDirective | TableFilterDirective)[]>;
1264
1264
  register(filter: TableCustomFilterDirective | TableFilterDirective): void;
1265
1265
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TableWrapperDirective, never>;
1266
1266
  static ɵdir: _angular_core.ɵɵDirectiveDeclaration<TableWrapperDirective, "[tbWrapper]", never, {}, {}, never, never, true, never>;
@@ -1610,7 +1610,7 @@ declare class TableContainerComponent<T = any> {
1610
1610
  $tableBuilder: _angular_core.InputSignal<TableBuilder<T>>;
1611
1611
  $tableIdInput: _angular_core.InputSignal<string | undefined>;
1612
1612
  $trackByInput: _angular_core.InputSignal<string | undefined>;
1613
- $inputFilters: _angular_core.InputSignal<(Predicate<T> | CustomFilter<T> | FilterInfo<any, T>)[]>;
1613
+ $inputFilters: _angular_core.InputSignal<(FilterInfo<any, T> | Predicate<T> | CustomFilter<T>)[]>;
1614
1614
  $filterInfoInputs: _angular_core.Signal<(FilterInfo<any, any> | CustomFilter<any>)[]>;
1615
1615
  $indexColumnInput: _angular_core.InputSignal<boolean>;
1616
1616
  $selectionColumnInput: _angular_core.InputSignal<boolean>;