@paperless/angular 2.0.1-beta.165 → 2.0.1-beta.167
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/esm2020/lib/stencil/components.mjs +4 -4
- package/fesm2015/paperless-angular.mjs +3 -3
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +3 -3
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -2185,10 +2185,10 @@ let PStepperItem = class PStepperItem {
|
|
|
2185
2185
|
}
|
|
2186
2186
|
};
|
|
2187
2187
|
PStepperItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2188
|
-
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperItem, selector: "p-stepper-item", inputs: { active: "active", align: "align", contentPosition: "contentPosition", finished: "finished", number: "number" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2188
|
+
PStepperItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PStepperItem, selector: "p-stepper-item", inputs: { active: "active", align: "align", contentPosition: "contentPosition", direction: "direction", finished: "finished", number: "number" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2189
2189
|
PStepperItem = __decorate([
|
|
2190
2190
|
ProxyCmp({
|
|
2191
|
-
inputs: ['active', 'align', 'contentPosition', 'finished', 'number']
|
|
2191
|
+
inputs: ['active', 'align', 'contentPosition', 'direction', 'finished', 'number']
|
|
2192
2192
|
})
|
|
2193
2193
|
], PStepperItem);
|
|
2194
2194
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PStepperItem, decorators: [{
|
|
@@ -2198,7 +2198,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
2198
2198
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2199
2199
|
template: '<ng-content></ng-content>',
|
|
2200
2200
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2201
|
-
inputs: ['active', 'align', 'contentPosition', 'finished', 'number'],
|
|
2201
|
+
inputs: ['active', 'align', 'contentPosition', 'direction', 'finished', 'number'],
|
|
2202
2202
|
}]
|
|
2203
2203
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2204
2204
|
let PStepperLine = class PStepperLine {
|