@smartbit4all/ng-client 3.3.44 → 3.3.45
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/esm2020/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.mjs +1 -1
- package/esm2020/lib/smart-grid/smart-grid.component.mjs +3 -3
- package/fesm2015/smartbit4all-ng-client.mjs +2 -2
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +2 -2
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-grid/components/smart-grid-card/smart-grid-card.component.d.ts +2 -2
- package/lib/smart-grid/smart-grid.component.d.ts +2 -2
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.45.tgz +0 -0
- package/smartbit4all-ng-client-3.3.44.tgz +0 -0
|
@@ -7,7 +7,7 @@ export declare class SmartGridCardComponent implements AfterViewInit, OnDestroy
|
|
|
7
7
|
private cfService;
|
|
8
8
|
item: GridRow;
|
|
9
9
|
smartGrid: SmartGrid;
|
|
10
|
-
onSelect: (rowId: string) => Promise<void>;
|
|
10
|
+
onSelect: (rowId: string[]) => Promise<void>;
|
|
11
11
|
vcRef?: ViewContainerRef;
|
|
12
12
|
componentRef?: ComponentRef<any>;
|
|
13
13
|
uiActionModels: any[];
|
|
@@ -17,7 +17,7 @@ export declare class SmartGridCardComponent implements AfterViewInit, OnDestroy
|
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
constructUiActionModels(): void;
|
|
19
19
|
constructComponent(): void;
|
|
20
|
-
onSelectCallback: (rowId: string) => Promise<void>;
|
|
20
|
+
onSelectCallback: (rowId: string[]) => Promise<void>;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridCardComponent, never>;
|
|
22
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridCardComponent, "app-smart-grid-card", never, { "item": "item"; "smartGrid": "smartGrid"; "onSelect": "onSelect"; }, {}, never, never>;
|
|
23
23
|
}
|
|
@@ -91,9 +91,9 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
91
91
|
onClick(gridRow: GridRow): void;
|
|
92
92
|
onDoubleClick(gridRow: GridRow): void;
|
|
93
93
|
private handleOnClick;
|
|
94
|
-
onSelect
|
|
94
|
+
private onSelect;
|
|
95
95
|
private selectRowInternal;
|
|
96
|
-
|
|
96
|
+
onSelectList(rowIds: (string | undefined)[]): Promise<void>;
|
|
97
97
|
private onSelectAll;
|
|
98
98
|
editColumns(): void;
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridComponent, never>;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|