@smartbit4all/ng-client 5.0.15 → 5.0.17
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.
|
@@ -9,7 +9,7 @@ import { ComponentFactoryService } from '../component-factory-service/projects';
|
|
|
9
9
|
import { ExpandableSection } from '../smart-expandable-section/projects';
|
|
10
10
|
import { SmartTable, SmarttableComponent } from '../smart-table/projects';
|
|
11
11
|
import { ImageResource, UiActionDescriptor } from '../view-context/api';
|
|
12
|
-
import { ComponentLibrary, UiActionDescriptorService, UiActionToolbarComponent } from '../view-context/projects';
|
|
12
|
+
import { ComponentLibrary, UiActionDescriptorService, UiActionService, UiActionToolbarComponent } from '../view-context/projects';
|
|
13
13
|
import { GridColumnMeta, GridRow } from './api/grid-api';
|
|
14
14
|
import { SmartGrid, SmartLayoutDef } from './models/model';
|
|
15
15
|
import { SmartGridService } from './smart-grid.service';
|
|
@@ -24,6 +24,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
24
24
|
private dialog;
|
|
25
25
|
private injector;
|
|
26
26
|
private uiActionDescriptorService;
|
|
27
|
+
private uiActionService;
|
|
27
28
|
compLib: ComponentLibrary;
|
|
28
29
|
private gridMenuIcon?;
|
|
29
30
|
private readonly defaultPageSizeOptions;
|
|
@@ -56,7 +57,7 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
56
57
|
treeFlattener?: MatTreeFlattener<GridRow, GridRow>;
|
|
57
58
|
treeDataSource?: MatTreeFlatDataSource<GridRow, GridRow>;
|
|
58
59
|
treeChecklistSelection?: SelectionModel<GridRow>;
|
|
59
|
-
constructor(service: SmartGridService, cfService: ComponentFactoryService, dialog: MatDialog, injector: Injector, uiActionDescriptorService: UiActionDescriptorService, compLib: ComponentLibrary, gridMenuIcon?: string | undefined);
|
|
60
|
+
constructor(service: SmartGridService, cfService: ComponentFactoryService, dialog: MatDialog, injector: Injector, uiActionDescriptorService: UiActionDescriptorService, uiActionService: UiActionService, compLib: ComponentLibrary, gridMenuIcon?: string | undefined);
|
|
60
61
|
ngOnChanges(changes: SimpleChanges): void;
|
|
61
62
|
ngOnDestroy(): void;
|
|
62
63
|
ngAfterViewInit(): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|