matcha-components 19.40.0 → 19.42.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,10 +1,12 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class MatchaAccordionItemComponent {
|
|
4
|
-
|
|
4
|
+
private _stretch;
|
|
5
|
+
get stretch(): boolean;
|
|
6
|
+
set stretch(value: boolean);
|
|
5
7
|
toggle: EventEmitter<boolean>;
|
|
6
8
|
isOpen: boolean;
|
|
7
9
|
toggleAccordion(): void;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaAccordionItemComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionItemComponent, "matcha-accordion-item", never, { "
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaAccordionItemComponent, "matcha-accordion-item", never, { "stretch": { "alias": "stretch"; "required": false; }; }, { "toggle": "openedChange"; }, never, ["matcha-accordion-header", "matcha-accordion-content", "*"], false, never>;
|
|
10
12
|
}
|