monkey-style-guide-v2 0.0.80 → 0.0.82
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 MonkeyInputUploadComponent implements MonkeyFormFieldContro
|
|
|
56
56
|
writeValue(value: any): void;
|
|
57
57
|
reset(): void;
|
|
58
58
|
onFileSelected(event: Event): void;
|
|
59
|
+
get hasProgress(): boolean;
|
|
60
|
+
get safeProgress(): number;
|
|
59
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyInputUploadComponent, never>;
|
|
60
62
|
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyInputUploadComponent, "monkey-input-upload", never, { "progress": { "alias": "progress"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxSizeBytes": { "alias": "maxSizeBytes"; "required": false; }; "allowedExtensions": { "alias": "allowedExtensions"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, never, true, never>;
|
|
61
63
|
static ngAcceptInputType_loading: unknown;
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|