@seniorsistemas/angular-components 19.7.1 → 19.7.3

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.
@@ -119,6 +119,7 @@ export declare class LookupComponent implements ControlValueAccessor, OnChanges,
119
119
  isBooleanValue(obj: any, path: string): boolean;
120
120
  getBooleanLabel(obj: any, path: string, optionsLabel: BooleanOptionsLabel | undefined): string | undefined;
121
121
  isNumber(obj: any, path: string): boolean;
122
+ hasRenderableValue(obj: any, path: string): boolean;
122
123
  setHotkeys(): void;
123
124
  private newHotkey;
124
125
  filterToggle(): void;