@smartbit4all/ng-client 6.0.55 → 6.0.57

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.
@@ -25,7 +25,7 @@ export declare class SmartfileuploaderComponent implements OnInit {
25
25
  onDragOver(event: DragEvent): void;
26
26
  onDragLeave(event: DragEvent): void;
27
27
  remove(index: number): void;
28
- uploadFile(): void;
28
+ uploadFile(event: any): void;
29
29
  formatSize(bytes: number): string;
30
30
  previewUrls: Map<File, string>;
31
31
  filePreviewUrl(file: File): string | null;
@@ -10,8 +10,10 @@ import { MatMenuTrigger } from '@angular/material/menu';
10
10
  import * as i0 from "@angular/core";
11
11
  export declare class Table implements OnInit, OnDestroy {
12
12
  protected cfService: ComponentFactoryService;
13
+ private changeDetector;
13
14
  _destroy$: Subject<void>;
14
- vcRef?: ViewContainerRef[];
15
+ /** The detail row's container; the table renders one for the expanded row only. */
16
+ vcRef?: QueryList<ViewContainerRef>;
15
17
  componentRef?: ComponentRef<any>;
16
18
  defaultActionMenuComponents: QueryList<DefaultActionsPopupComponent>;
17
19
  myTableChild: MatTable<any>;
@@ -22,6 +24,8 @@ export declare class Table implements OnInit, OnDestroy {
22
24
  highlightedRows: any[];
23
25
  sortEvent: Subject<SmartTableHeader>;
24
26
  expandedElement: any | null;
27
+ /** The `when` predicate of the detail row definition. */
28
+ isExpandedRow: (_index: number, row: any) => boolean;
25
29
  triggers: QueryList<MatMenuTrigger>;
26
30
  element?: any;
27
31
  cellToActionMap: Record<string, any[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "6.0.55",
3
+ "version": "6.0.57",
4
4
  "description": "Angular client library for the smartbit4all platform — a server-driven UI framework that renders views, pages, forms, grids, trees and dialogs from backend (ViewApi/PageApi) definitions. Provides reactive view-context state management, dynamic component layouts and OpenAPI-generated BFF clients.",
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file