@ship-ui/core 0.14.15 → 0.14.16
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.
|
@@ -4562,7 +4562,7 @@ function moveIndex(array, event) {
|
|
|
4562
4562
|
class ShipStepperComponent {
|
|
4563
4563
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ShipStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4564
4564
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.6", type: ShipStepperComponent, isStandalone: true, selector: "sh-stepper", ngImport: i0, template: `
|
|
4565
|
-
<ng-content
|
|
4565
|
+
<ng-content />
|
|
4566
4566
|
`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4567
4567
|
}
|
|
4568
4568
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: ShipStepperComponent, decorators: [{
|
|
@@ -4571,7 +4571,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4571
4571
|
selector: 'sh-stepper',
|
|
4572
4572
|
imports: [],
|
|
4573
4573
|
template: `
|
|
4574
|
-
<ng-content
|
|
4574
|
+
<ng-content />
|
|
4575
4575
|
`,
|
|
4576
4576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4577
4577
|
}]
|