@yuuvis/client-framework 2.1.21 → 2.1.23

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.
@@ -1,7 +1,11 @@
1
1
  import { AbstractRendererComponent } from './abstract.renderer';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class TableRendererComponent extends AbstractRendererComponent<any[]> {
4
- protected tableHeaders: import("@angular/core").Signal<string[]>;
4
+ #private;
5
+ protected tableHeaders: import("@angular/core").Signal<{
6
+ key: string;
7
+ label: string;
8
+ }[]>;
5
9
  protected tableData: import("@angular/core").Signal<any[]>;
6
10
  protected reducedData: import("@angular/core").Signal<boolean>;
7
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRendererComponent, never>;
@@ -23,7 +23,7 @@ export declare class TileConfigComponent {
23
23
  data: ObjectFlavor | VirtualObjectType;
24
24
  }[]>;
25
25
  save: import("@angular/core").OutputEmitterRef<void>;
26
- cancel: import("@angular/core").OutputEmitterRef<void>;
26
+ canceled: import("@angular/core").OutputEmitterRef<void>;
27
27
  selectedType?: VirtualObjectType;
28
28
  selectedTypeProperties: ObjectTypeField[];
29
29
  objectConfig?: ObjectConfig;
@@ -40,6 +40,7 @@ export declare class TileConfigComponent {
40
40
  actionSelected(action: Action): void;
41
41
  saveConfig(): void;
42
42
  resetConfig(): void;
43
+ cancelConfig(): void;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<TileConfigComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<TileConfigComponent, "yuv-tile-config", never, { "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "bucketLabel": { "alias": "bucketLabel"; "required": false; "isSignal": true; }; "configTypes": { "alias": "configTypes"; "required": false; "isSignal": true; }; "configFlavors": { "alias": "configFlavors"; "required": false; "isSignal": true; }; }, { "save": "save"; "cancel": "cancel"; }, never, never, true, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<TileConfigComponent, "yuv-tile-config", never, { "bucket": { "alias": "bucket"; "required": false; "isSignal": true; }; "bucketLabel": { "alias": "bucketLabel"; "required": false; "isSignal": true; }; "configTypes": { "alias": "configTypes"; "required": false; "isSignal": true; }; "configFlavors": { "alias": "configFlavors"; "required": false; "isSignal": true; }; }, { "save": "save"; "canceled": "canceled"; }, never, never, true, never>;
45
46
  }