@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.
@@ -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 "primeng/paginator";
22
- import * as i21 from "primeng/multiselect";
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.PaginatorModule, typeof i21.MultiSelectModule], [typeof i1.SmartGridComponent]>;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.0.71",
3
+ "version": "4.0.72",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file