@norwegian/core-components 7.4.0 → 7.4.2
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.
|
@@ -85,14 +85,6 @@ export declare class SpinnerComponent extends NasComponentBase implements OnInit
|
|
|
85
85
|
*/
|
|
86
86
|
rounded?: boolean;
|
|
87
87
|
/**
|
|
88
|
-
* @property Input
|
|
89
|
-
* @description
|
|
90
|
-
* New round small spinner design
|
|
91
|
-
* @example
|
|
92
|
-
* <nas-spinner roundedSmall></nas-spinner>
|
|
93
|
-
*/
|
|
94
|
-
roundedSmall?: boolean;
|
|
95
|
-
/**
|
|
96
88
|
* @property Input
|
|
97
89
|
* @description
|
|
98
90
|
* Adds custom CSS class to the spinner. Spinner will sett additional custom styling.
|
|
@@ -108,5 +100,5 @@ export declare class SpinnerComponent extends NasComponentBase implements OnInit
|
|
|
108
100
|
get modifiers(): Array<string>;
|
|
109
101
|
getClasses(element?: string, modifiers?: any): Array<ClassModel>;
|
|
110
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
|
|
111
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "nas-spinner", never, { "text": { "alias": "text"; "required": false; }; "refreshText": { "alias": "refreshText"; "required": false; }; "small": { "alias": "small"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "enable": { "alias": "enable"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; "blockScrolling": { "alias": "blockScrolling"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "
|
|
103
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "nas-spinner", never, { "text": { "alias": "text"; "required": false; }; "refreshText": { "alias": "refreshText"; "required": false; }; "small": { "alias": "small"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "enable": { "alias": "enable"; "required": false; }; "refresh": { "alias": "refresh"; "required": false; }; "blockScrolling": { "alias": "blockScrolling"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
112
104
|
}
|