@smartbit4all/ng-client 4.0.71 → 4.0.72
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/esm2022/lib/smart-grid/smart-grid.component.mjs +22 -8
- package/esm2022/lib/smart-grid/smart-grid.module.mjs +5 -1
- package/esm2022/lib/smart-icon/smart-icon.module.mjs +7 -7
- package/esm2022/lib/view-context/smart-view-context.module.mjs +1 -1
- package/fesm2022/smartbit4all-ng-client.mjs +19 -3
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-grid/smart-grid.component.d.ts +3 -1
- package/lib/smart-grid/smart-grid.module.d.ts +4 -3
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.0.72.tgz +0 -0
- package/smartbit4all-ng-client-4.0.71.tgz +0 -0
|
@@ -8,7 +8,7 @@ import { Subject } from 'rxjs';
|
|
|
8
8
|
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
|
-
import { UiActionDescriptor } from '../view-context/api';
|
|
11
|
+
import { ImageResource, UiActionDescriptor } from '../view-context/api';
|
|
12
12
|
import { ComponentLibrary, UiActionDescriptorService, UiActionToolbarComponent } from '../view-context/projects';
|
|
13
13
|
import { GridColumnMeta, GridRow } from './api/grid-api';
|
|
14
14
|
import { SmartGrid, SmartLayoutDef } from './models/model';
|
|
@@ -123,6 +123,8 @@ export declare class SmartGridComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
123
123
|
onColOrder(event: TableColumnReorderEvent): Promise<void>;
|
|
124
124
|
getOrderColumNames(columns: GridColumnMeta[]): string[];
|
|
125
125
|
getColValue(col: string, row: any): any;
|
|
126
|
+
getImageResourceIcons(row: any, header: string): ImageResource[];
|
|
127
|
+
getImageResourceStyle(resource: ImageResource): any;
|
|
126
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridComponent, never>;
|
|
127
129
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartGridComponent, "smart-grid", never, { "smartGrid": { "alias": "smartGrid"; "required": false; }; "uuid": { "alias": "uuid"; "required": false; }; "dev": { "alias": "dev"; "required": false; }; }, {}, never, never, false, never>;
|
|
128
130
|
}
|
|
@@ -18,10 +18,11 @@ import * as i16 from "../view-context/smart-view-context.module";
|
|
|
18
18
|
import * as i17 from "primeng/table";
|
|
19
19
|
import * as i18 from "primeng/button";
|
|
20
20
|
import * as i19 from "primeng/menu";
|
|
21
|
-
import * as i20 from "
|
|
22
|
-
import * as i21 from "primeng/
|
|
21
|
+
import * as i20 from "../shared/shared.module";
|
|
22
|
+
import * as i21 from "primeng/paginator";
|
|
23
|
+
import * as i22 from "primeng/multiselect";
|
|
23
24
|
export declare class SmartGridModule {
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartGridModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof i5.BrowserModule, typeof i6.SmartIconModule, typeof i7.SmarttableModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatPaginatorModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.SmartExpandableSectionModule, typeof i14.DragDropModule, typeof i15.MatSelectModule, typeof i16.SmartViewContextModule, typeof i17.TableModule, typeof i18.ButtonModule, typeof i19.MenuModule, typeof i20.
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SmartGridModule, [typeof i1.SmartGridComponent, typeof i2.SmartGridCardComponent, typeof i3.ExpandableGridComponent, typeof i4.TableLayoutDefinerComponent], [typeof i5.BrowserModule, typeof i6.SmartIconModule, typeof i7.SmarttableModule, typeof i8.MatIconModule, typeof i9.MatButtonModule, typeof i10.MatPaginatorModule, typeof i11.MatTreeModule, typeof i12.MatCheckboxModule, typeof i13.SmartExpandableSectionModule, typeof i14.DragDropModule, typeof i15.MatSelectModule, typeof i16.SmartViewContextModule, typeof i17.TableModule, typeof i18.ButtonModule, typeof i19.MenuModule, typeof i20.SharedModule, typeof i21.PaginatorModule, typeof i22.MultiSelectModule], [typeof i1.SmartGridComponent]>;
|
|
26
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<SmartGridModule>;
|
|
27
28
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|