@one-paragon/angular-utilities 2.8.7 → 2.9.0-beta.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,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@one-paragon/angular-utilities",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0-beta.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "21.
|
|
6
|
-
"@angular/core": "21.
|
|
7
|
-
"@angular/material": "21.
|
|
5
|
+
"@angular/common": "21.2.0",
|
|
6
|
+
"@angular/core": "21.2.0",
|
|
7
|
+
"@angular/material": "21.2.0",
|
|
8
8
|
"@ngrx/component-store": "21.0.1",
|
|
9
9
|
"@ngrx/effects": "21.0.1",
|
|
10
10
|
"@ngrx/store": "21.0.1"
|
|
@@ -642,7 +642,7 @@ declare class PersistedTableSettings {
|
|
|
642
642
|
collapseFooter: boolean;
|
|
643
643
|
}
|
|
644
644
|
declare class NotPersistedTableSettings {
|
|
645
|
-
merge(tableSettings?: TableBuilderSettings):
|
|
645
|
+
merge(tableSettings?: TableBuilderSettings): NotPersistedTableSettings;
|
|
646
646
|
hideExport: boolean;
|
|
647
647
|
hideFilter: boolean;
|
|
648
648
|
hideColumnSettings: boolean;
|
|
@@ -1656,7 +1656,7 @@ declare class TableContainerComponent<T = any> {
|
|
|
1656
1656
|
$tableBuilder: _angular_core.InputSignal<TableBuilder<T>>;
|
|
1657
1657
|
$tableIdInput: _angular_core.InputSignal<string | undefined>;
|
|
1658
1658
|
$trackByInput: _angular_core.InputSignal<string | undefined>;
|
|
1659
|
-
$inputFilters: _angular_core.InputSignal<(
|
|
1659
|
+
$inputFilters: _angular_core.InputSignal<(FilterInfo<any, T> | Predicate<T> | CustomFilter<T>)[]>;
|
|
1660
1660
|
$filterInfoInputs: _angular_core.Signal<(FilterInfo<any, any> | CustomFilter<any>)[]>;
|
|
1661
1661
|
$indexColumnInput: _angular_core.InputSignal<boolean>;
|
|
1662
1662
|
$selectionColumnInput: _angular_core.InputSignal<boolean>;
|
|
@@ -1738,7 +1738,7 @@ declare class TableContainerComponent<T = any> {
|
|
|
1738
1738
|
}
|
|
1739
1739
|
|
|
1740
1740
|
declare class SpaceCasePipe implements PipeTransform {
|
|
1741
|
-
spaceCase:
|
|
1741
|
+
spaceCase: typeof spaceCase;
|
|
1742
1742
|
transform: (value: string) => string;
|
|
1743
1743
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SpaceCasePipe, never>;
|
|
1744
1744
|
static ɵpipe: _angular_core.ɵɵPipeDeclaration<SpaceCasePipe, "spaceCase", true>;
|