ngx-sp-infra 6.5.12 → 6.5.14

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.
@@ -13,7 +13,9 @@ export declare class LibComboboxReworkComponent<T = RecordCombobox> implements C
13
13
  private _onTouched;
14
14
  private _onChange;
15
15
  private _destroy$;
16
- list: T[];
16
+ private _list;
17
+ set list(value: T[]);
18
+ get list(): T[];
17
19
  placeholder: string;
18
20
  searchPlaceholder: string;
19
21
  noResultsText: string;
@@ -58,7 +60,7 @@ export declare class LibComboboxReworkComponent<T = RecordCombobox> implements C
58
60
  private resolveValue;
59
61
  /** Formata o valor de retorno com base na configuração de retorno */
60
62
  private formatReturn;
61
- writeValue(obj: T | T[] | null): void;
63
+ writeValue(obj: any): void;
62
64
  registerOnChange(fn: (value: T | T[] | null) => void): void;
63
65
  registerOnTouched(fn: () => void): void;
64
66
  setDisabledState?(isDisabled: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-sp-infra",
3
- "version": "6.5.12",
3
+ "version": "6.5.14",
4
4
  "description": "Biblioteca de utilitários da Infra.",
5
5
  "author": "P&D",
6
6
  "keywords": [