@flywheel-io/vision 21.2.1 → 21.3.0
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/package.json
CHANGED
|
@@ -716,7 +716,7 @@ declare class FwContainedInputComponent implements ControlValueAccessor {
|
|
|
716
716
|
registerOnTouched(fn: any): void;
|
|
717
717
|
setDisabledState(isDisabled: boolean): void;
|
|
718
718
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FwContainedInputComponent, never>;
|
|
719
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FwContainedInputComponent, "fw-contained-input", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "inputPosition": { "alias": "inputPosition"; "required": false; "isSignal": true; }; "inputVariant": { "alias": "inputVariant"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "disabled": "disabledChange"; "change": "change"; }, never, ["fw-avatar", "fw-icon"], true, never>;
|
|
719
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FwContainedInputComponent, "fw-contained-input", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "description": { "alias": "description"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "inputPosition": { "alias": "inputPosition"; "required": false; "isSignal": true; }; "inputVariant": { "alias": "inputVariant"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "checked": "checkedChange"; "disabled": "disabledChange"; "change": "change"; }, never, ["fw-avatar", "fw-icon", "*"], true, never>;
|
|
720
720
|
}
|
|
721
721
|
|
|
722
722
|
/**
|