@paperless/angular 2.0.1-beta.160 → 2.0.1-beta.161
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 +7 -7
- package/fesm2015/paperless-angular.mjs +6 -6
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +6 -6
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +2 -2
- package/package.json +1 -1
- package/paperless.css +4 -0
|
@@ -905,10 +905,10 @@ let PCardContainer = class PCardContainer {
|
|
|
905
905
|
}
|
|
906
906
|
};
|
|
907
907
|
PCardContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
908
|
-
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCardContainer, selector: "p-card-container", inputs: { active: "active", hoverable: "hoverable", shadow: "shadow", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
908
|
+
PCardContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCardContainer, selector: "p-card-container", inputs: { active: "active", bgClass: "bgClass", border: "border", hoverable: "hoverable", shadow: "shadow", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
909
909
|
PCardContainer = __decorate([
|
|
910
910
|
ProxyCmp({
|
|
911
|
-
inputs: ['active', 'hoverable', 'shadow', 'variant']
|
|
911
|
+
inputs: ['active', 'bgClass', 'border', 'hoverable', 'shadow', 'variant']
|
|
912
912
|
})
|
|
913
913
|
], PCardContainer);
|
|
914
914
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardContainer, decorators: [{
|
|
@@ -918,7 +918,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
918
918
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
919
919
|
template: '<ng-content></ng-content>',
|
|
920
920
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
921
|
-
inputs: ['active', 'hoverable', 'shadow', 'variant'],
|
|
921
|
+
inputs: ['active', 'bgClass', 'border', 'hoverable', 'shadow', 'variant'],
|
|
922
922
|
}]
|
|
923
923
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
924
924
|
let PCardHeader = class PCardHeader {
|
|
@@ -929,10 +929,10 @@ let PCardHeader = class PCardHeader {
|
|
|
929
929
|
}
|
|
930
930
|
};
|
|
931
931
|
PCardHeader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
932
|
-
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCardHeader, selector: "p-card-header", inputs: { header: "header", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
932
|
+
PCardHeader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PCardHeader, selector: "p-card-header", inputs: { enableDivider: "enableDivider", header: "header", icon: "icon", iconFlip: "iconFlip", iconRotate: "iconRotate", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
933
933
|
PCardHeader = __decorate([
|
|
934
934
|
ProxyCmp({
|
|
935
|
-
inputs: ['header', 'icon', 'iconFlip', 'iconRotate', 'variant']
|
|
935
|
+
inputs: ['enableDivider', 'header', 'icon', 'iconFlip', 'iconRotate', 'variant']
|
|
936
936
|
})
|
|
937
937
|
], PCardHeader);
|
|
938
938
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardHeader, decorators: [{
|
|
@@ -942,7 +942,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
942
942
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
943
943
|
template: '<ng-content></ng-content>',
|
|
944
944
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
945
|
-
inputs: ['header', 'icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
945
|
+
inputs: ['enableDivider', 'header', 'icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
946
946
|
}]
|
|
947
947
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
948
948
|
let PCheckbox = class PCheckbox {
|