@norwegian/core-components 6.43.0 → 6.43.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.
- package/esm2022/lib/components/campaign-header/campaign-header.component.mjs +1 -1
- package/esm2022/lib/components/micro-button/micro-button.component.mjs +3 -6
- package/fesm2022/norwegian-core-components.mjs +3 -6
- package/fesm2022/norwegian-core-components.mjs.map +1 -1
- package/lib/components/micro-button/micro-button.component.d.ts +1 -10
- package/package.json +1 -1
|
@@ -77,15 +77,6 @@ export declare class MicroButtonComponent extends NasComponentBase {
|
|
|
77
77
|
*/
|
|
78
78
|
disabled?: boolean;
|
|
79
79
|
/**
|
|
80
|
-
* @property Input
|
|
81
|
-
* @description
|
|
82
|
-
* Boolean to override disabled. Button will be clickable even though disabled is set.
|
|
83
|
-
*
|
|
84
|
-
* @example
|
|
85
|
-
* <nas-button canContinueOnDisabled>Click on me!</nas-button>
|
|
86
|
-
*/
|
|
87
|
-
canContinueOnDisabled?: boolean;
|
|
88
|
-
/**
|
|
89
80
|
* @property Input
|
|
90
81
|
* @description
|
|
91
82
|
* To set the icon on the right side of the button
|
|
@@ -144,5 +135,5 @@ export declare class MicroButtonComponent extends NasComponentBase {
|
|
|
144
135
|
getClasses(element?: string, modifiers?: any): Array<ClassModel>;
|
|
145
136
|
emitTrackingAndClickEvent(event: Event): void;
|
|
146
137
|
static ɵfac: i0.ɵɵFactoryDeclaration<MicroButtonComponent, never>;
|
|
147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MicroButtonComponent, "nas-micro-button", never, { "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "primary": { "alias": "primary"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "white": { "alias": "white"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "
|
|
138
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MicroButtonComponent, "nas-micro-button", never, { "icon": { "alias": "icon"; "required": false; }; "iconType": { "alias": "iconType"; "required": false; }; "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "primary": { "alias": "primary"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "white": { "alias": "white"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "trackingvalue": { "alias": "trackingvalue"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, { "clickChange": "clickChange"; }, never, ["*"], false, never>;
|
|
148
139
|
}
|