@festo-ui/angular 9.0.1-dev.799 → 9.0.1-dev.802
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.
package/index.d.ts
CHANGED
|
@@ -1777,6 +1777,7 @@ declare class FngSelectComponent implements ControlValueAccessor, OnInit, AfterV
|
|
|
1777
1777
|
markAsTouched(): void;
|
|
1778
1778
|
initProjectedOptions(): void;
|
|
1779
1779
|
isEmpty(): void;
|
|
1780
|
+
isOptionSelected(index: number): boolean;
|
|
1780
1781
|
static ɵfac: i0.ɵɵFactoryDeclaration<FngSelectComponent, never>;
|
|
1781
1782
|
static ɵcmp: i0.ɵɵComponentDeclaration<FngSelectComponent, "fng-select", never, { "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "size": { "alias": "size"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionsValueKey": { "alias": "optionsValueKey"; "required": false; }; "optionsTextKey": { "alias": "optionsTextKey"; "required": false; }; "optionObjectAsValue": { "alias": "optionObjectAsValue"; "required": false; }; "error": { "alias": "error"; "required": false; }; "label": { "alias": "label"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "hint": { "alias": "hint"; "required": false; }; "resetOption": { "alias": "resetOption"; "required": false; }; }, { "fngChange": "fngChange"; }, ["fngSelectOptions"], ["*"], true, never>;
|
|
1782
1783
|
}
|
package/package.json
CHANGED