@norwegian/core-components 6.20.0 → 6.20.1
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.
|
@@ -19,12 +19,12 @@ export declare class CoverComponent extends NasComponentBase {
|
|
|
19
19
|
/**
|
|
20
20
|
* @property Input
|
|
21
21
|
* @description
|
|
22
|
-
* Boolean to remove
|
|
22
|
+
* Boolean to remove header icon on component
|
|
23
23
|
* @example
|
|
24
|
-
* <nas-cover
|
|
25
|
-
* <nas-cover [
|
|
24
|
+
* <nas-cover noIllustration>You can put any kind of elements and content here...</nas-cover>
|
|
25
|
+
* <nas-cover [noIllustration]="true">You can put any kind of elements and content here...</nas-cover>
|
|
26
26
|
*/
|
|
27
|
-
|
|
27
|
+
noIllustration?: boolean;
|
|
28
28
|
/**
|
|
29
29
|
* @property Input
|
|
30
30
|
* @description
|
|
@@ -121,5 +121,5 @@ export declare class CoverComponent extends NasComponentBase {
|
|
|
121
121
|
constructor();
|
|
122
122
|
getClasses(): Array<ClassModel>;
|
|
123
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoverComponent, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CoverComponent, "nas-cover", never, { "wide": { "alias": "wide"; "required": false; }; "
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CoverComponent, "nas-cover", never, { "wide": { "alias": "wide"; "required": false; }; "noIllustration": { "alias": "noIllustration"; "required": false; }; "spaceless": { "alias": "spaceless"; "required": false; }; "small": { "alias": "small"; "required": false; }; "title": { "alias": "title"; "required": false; }; "preamble": { "alias": "preamble"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "illustration": { "alias": "illustration"; "required": false; }; "fluid": { "alias": "fluid"; "required": false; }; "stripped": { "alias": "stripped"; "required": false; }; "description": { "alias": "description"; "required": false; }; "backLink": { "alias": "backLink"; "required": false; }; "useRouterLink": { "alias": "useRouterLink"; "required": false; }; }, {}, never, ["[description]", "*"], false, never>;
|
|
125
125
|
}
|