@solcre-org/core-ui 2.11.27 → 2.11.28
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/index.d.ts
CHANGED
|
@@ -1898,6 +1898,7 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
|
|
|
1898
1898
|
tableActionService: TableActionService<T>;
|
|
1899
1899
|
modelApiService: ModelApiService<T>;
|
|
1900
1900
|
loaderService: LoaderService;
|
|
1901
|
+
private router;
|
|
1901
1902
|
private confirmationDialogService;
|
|
1902
1903
|
private permissionService;
|
|
1903
1904
|
private dropdownService;
|
|
@@ -2017,6 +2018,11 @@ declare class GenericTableComponent<T extends DataBaseModelInterface & {
|
|
|
2017
2018
|
column: string;
|
|
2018
2019
|
errors: string[];
|
|
2019
2020
|
}>;
|
|
2021
|
+
private handlePopstate;
|
|
2022
|
+
private handleFilterRequested;
|
|
2023
|
+
private handleCreateRequested;
|
|
2024
|
+
private handleGlobalActionTriggered;
|
|
2025
|
+
onBeforeUnload(event: BeforeUnloadEvent): void;
|
|
2020
2026
|
constructor();
|
|
2021
2027
|
private processDataInput;
|
|
2022
2028
|
ngOnInit(): void;
|