ngx-sp-infra 6.0.7 → 6.0.8
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.
|
@@ -56,6 +56,8 @@ export declare class LibComboboxReworkComponent<T = RecordCombobox> implements C
|
|
|
56
56
|
* @returns O item correspondente ou null
|
|
57
57
|
*/
|
|
58
58
|
private resolveValue;
|
|
59
|
+
/** Formata o valor de retorno com base na configuração de retorno */
|
|
60
|
+
private formatReturn;
|
|
59
61
|
writeValue(obj: T | T[] | null): void;
|
|
60
62
|
registerOnChange(fn: (value: T | T[] | null) => void): void;
|
|
61
63
|
registerOnTouched(fn: () => void): void;
|
|
@@ -74,5 +76,5 @@ export declare class LibComboboxReworkComponent<T = RecordCombobox> implements C
|
|
|
74
76
|
private registerObserver;
|
|
75
77
|
private checkInvalidClass;
|
|
76
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<LibComboboxReworkComponent<any>, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibComboboxReworkComponent<any>, "lib-combobox-rework", never, { "list": { "alias": "list"; "required":
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LibComboboxReworkComponent<any>, "lib-combobox-rework", never, { "list": { "alias": "list"; "required": true; }; "placeholder": { "alias": "placeholder"; "required": false; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; }; "noResultsText": { "alias": "noResultsText"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "innerFilter": { "alias": "innerFilter"; "required": false; }; "customLabel": { "alias": "customLabel"; "required": false; }; "customValue": { "alias": "customValue"; "required": false; }; }, { "selectionChange": "selectionChange"; "filterChange": "filterChange"; "filterButtonClick": "filterButtonClick"; }, ["optionTemplate", "leftButtonTemplate", "rightButtonTemplate"], never, true, never>;
|
|
78
80
|
}
|