@paperless/angular 2.0.1-beta.107 → 2.0.1-beta.109
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 -6
- package/fesm2015/paperless-angular.mjs +3 -5
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +3 -5
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1125,11 +1125,9 @@ let PDrawerBody = class PDrawerBody {
|
|
|
1125
1125
|
}
|
|
1126
1126
|
};
|
|
1127
1127
|
PDrawerBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDrawerBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1128
|
-
PDrawerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDrawerBody, selector: "p-drawer-body",
|
|
1128
|
+
PDrawerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDrawerBody, selector: "p-drawer-body", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1129
1129
|
PDrawerBody = __decorate([
|
|
1130
|
-
ProxyCmp({
|
|
1131
|
-
inputs: ['variant']
|
|
1132
|
-
})
|
|
1130
|
+
ProxyCmp({})
|
|
1133
1131
|
], PDrawerBody);
|
|
1134
1132
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDrawerBody, decorators: [{
|
|
1135
1133
|
type: Component,
|
|
@@ -1138,7 +1136,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1138
1136
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1139
1137
|
template: '<ng-content></ng-content>',
|
|
1140
1138
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1141
|
-
inputs: [
|
|
1139
|
+
inputs: [],
|
|
1142
1140
|
}]
|
|
1143
1141
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1144
1142
|
let PDrawerContainer = class PDrawerContainer {
|