@paperless/angular 0.1.0-alpha.295 → 0.1.0-alpha.296
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
|
@@ -938,11 +938,11 @@ let PModalBody = class PModalBody {
|
|
|
938
938
|
}
|
|
939
939
|
};
|
|
940
940
|
PModalBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: PModalBody, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
941
|
-
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: PModalBody, selector: "p-modal-body", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
941
|
+
PModalBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.2", type: PModalBody, selector: "p-modal-body", inputs: { rounded: "rounded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
942
942
|
PModalBody = __decorate([
|
|
943
943
|
ProxyCmp({
|
|
944
944
|
defineCustomElementFn: undefined,
|
|
945
|
-
inputs: ['variant']
|
|
945
|
+
inputs: ['rounded', 'variant']
|
|
946
946
|
})
|
|
947
947
|
], PModalBody);
|
|
948
948
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImport: i0, type: PModalBody, decorators: [{
|
|
@@ -951,7 +951,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.2", ngImpor
|
|
|
951
951
|
selector: 'p-modal-body',
|
|
952
952
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
953
953
|
template: '<ng-content></ng-content>',
|
|
954
|
-
inputs: ['variant']
|
|
954
|
+
inputs: ['rounded', 'variant']
|
|
955
955
|
}]
|
|
956
956
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
957
957
|
let PModalContainer = class PModalContainer {
|