@paperless/angular 2.0.1-beta.107 → 2.0.1-beta.108
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
|
@@ -1129,11 +1129,9 @@ let PDrawerBody = class PDrawerBody {
|
|
|
1129
1129
|
}
|
|
1130
1130
|
};
|
|
1131
1131
|
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 });
|
|
1132
|
-
PDrawerBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PDrawerBody, selector: "p-drawer-body",
|
|
1132
|
+
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 });
|
|
1133
1133
|
PDrawerBody = __decorate([
|
|
1134
|
-
ProxyCmp({
|
|
1135
|
-
inputs: ['variant']
|
|
1136
|
-
})
|
|
1134
|
+
ProxyCmp({})
|
|
1137
1135
|
], PDrawerBody);
|
|
1138
1136
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PDrawerBody, decorators: [{
|
|
1139
1137
|
type: Component,
|
|
@@ -1142,7 +1140,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1142
1140
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1143
1141
|
template: '<ng-content></ng-content>',
|
|
1144
1142
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1145
|
-
inputs: [
|
|
1143
|
+
inputs: [],
|
|
1146
1144
|
}]
|
|
1147
1145
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1148
1146
|
let PDrawerContainer = class PDrawerContainer {
|