matcha-components 19.43.0 → 19.44.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.
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class MatchaSpinComponent {
|
|
3
|
+
private _progress;
|
|
4
|
+
set progress(value: string | number);
|
|
5
|
+
get progress(): string | number;
|
|
6
|
+
color: string;
|
|
7
|
+
readonly diameter: number;
|
|
8
|
+
readonly strokeWidth: number;
|
|
9
|
+
get radius(): number;
|
|
10
|
+
get circumference(): number;
|
|
11
|
+
get dashOffset(): number;
|
|
3
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaSpinComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSpinComponent, "matcha-spin", never, {}, {}, never, never, false, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaSpinComponent, "matcha-spin", never, { "progress": { "alias": "progress"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, false, never>;
|
|
5
14
|
}
|