matcha-components 19.0.9 → 19.0.12
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.
|
@@ -15,11 +15,11 @@ class MatchaAccordionItemComponent {
|
|
|
15
15
|
this.toggle.emit(this.isOpen);
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MatchaAccordionItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: MatchaAccordionItemComponent, isStandalone: false, selector: "matcha-accordion-item", inputs: { title: "title" }, outputs: { toggle: "openedChange" }, ngImport: i0, template: "<div class=\"accordion-item flex-column overflow-hidden\">\n <div class=\"accordion-header d-flex\" >\n <div class=\"d-flex\" (click)=\"toggleAccordion()\">\n <ng-content select=\"matcha-accordion-header\"></ng-content>\n </div>\n </div>\n <div class=\"accordion-content\" [class.open]=\"isOpen\">\n <ng-content select=\"matcha-accordion-content\"></ng-content>\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";.accordion-header{padding:10px}.accordion-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .
|
|
18
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: MatchaAccordionItemComponent, isStandalone: false, selector: "matcha-accordion-item", inputs: { title: "title" }, outputs: { toggle: "openedChange" }, ngImport: i0, template: "<div class=\"accordion-item flex-column overflow-hidden\">\n <div class=\"accordion-header d-flex\" >\n <div class=\"d-flex\" (click)=\"toggleAccordion()\">\n <ng-content select=\"matcha-accordion-header\"></ng-content>\n </div>\n </div>\n <div class=\"accordion-content\" [class.open]=\"isOpen\">\n <ng-content select=\"matcha-accordion-content\"></ng-content>\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";.accordion-header{padding:10px}.accordion-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s ease,opacity .2s ease,padding .4s ease;padding:0 10px}.accordion-content.open{max-height:500px;opacity:1;padding:10px}\n"] }); }
|
|
19
19
|
}
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: MatchaAccordionItemComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
|
-
args: [{ selector: 'matcha-accordion-item', standalone: false, template: "<div class=\"accordion-item flex-column overflow-hidden\">\n <div class=\"accordion-header d-flex\" >\n <div class=\"d-flex\" (click)=\"toggleAccordion()\">\n <ng-content select=\"matcha-accordion-header\"></ng-content>\n </div>\n </div>\n <div class=\"accordion-content\" [class.open]=\"isOpen\">\n <ng-content select=\"matcha-accordion-content\"></ng-content>\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";.accordion-header{padding:10px}.accordion-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .
|
|
22
|
+
args: [{ selector: 'matcha-accordion-item', standalone: false, template: "<div class=\"accordion-item flex-column overflow-hidden\">\n <div class=\"accordion-header d-flex\" >\n <div class=\"d-flex\" (click)=\"toggleAccordion()\">\n <ng-content select=\"matcha-accordion-header\"></ng-content>\n </div>\n </div>\n <div class=\"accordion-content\" [class.open]=\"isOpen\">\n <ng-content select=\"matcha-accordion-content\"></ng-content>\n <ng-content></ng-content>\n </div>\n</div>\n", styles: ["@charset \"UTF-8\";.accordion-header{padding:10px}.accordion-content{overflow:hidden;max-height:0;opacity:0;transition:max-height .5s ease,opacity .2s ease,padding .4s ease;padding:0 10px}.accordion-content.open{max-height:500px;opacity:1;padding:10px}\n"] }]
|
|
23
23
|
}], propDecorators: { title: [{
|
|
24
24
|
type: Input
|
|
25
25
|
}], toggle: [{
|