matcha-components 19.133.0 → 19.134.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.
|
@@ -2527,18 +2527,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImpo
|
|
|
2527
2527
|
|
|
2528
2528
|
class StepComponent {
|
|
2529
2529
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: StepComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2530
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: StepComponent, isStandalone: false, selector: "step", inputs: { step: ["
|
|
2530
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.14", type: StepComponent, isStandalone: false, selector: "matcha-step", inputs: { step: ["title", "step"] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, static: true }], ngImport: i0, template: `<ng-template><ng-content></ng-content></ng-template>`, isInline: true }); }
|
|
2531
2531
|
}
|
|
2532
2532
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: StepComponent, decorators: [{
|
|
2533
2533
|
type: Component,
|
|
2534
2534
|
args: [{
|
|
2535
|
-
selector: 'step',
|
|
2535
|
+
selector: 'matcha-step',
|
|
2536
2536
|
template: `<ng-template><ng-content></ng-content></ng-template>`,
|
|
2537
2537
|
standalone: false
|
|
2538
2538
|
}]
|
|
2539
2539
|
}], propDecorators: { step: [{
|
|
2540
2540
|
type: Input,
|
|
2541
|
-
args: ['
|
|
2541
|
+
args: ['title']
|
|
2542
2542
|
}], template: [{
|
|
2543
2543
|
type: ViewChild,
|
|
2544
2544
|
args: [TemplateRef, { static: true }]
|