@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
|
@@ -909,10 +909,10 @@ let PCardContainer = class PCardContainer {
|
|
|
909
909
|
}
|
|
910
910
|
};
|
|
911
911
|
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 });
|
|
912
|
-
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 });
|
|
912
|
+
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 });
|
|
913
913
|
PCardContainer = __decorate([
|
|
914
914
|
ProxyCmp({
|
|
915
|
-
inputs: ['active', 'hoverable', 'shadow', 'variant']
|
|
915
|
+
inputs: ['active', 'bgClass', 'border', 'hoverable', 'shadow', 'variant']
|
|
916
916
|
})
|
|
917
917
|
], PCardContainer);
|
|
918
918
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardContainer, decorators: [{
|
|
@@ -922,7 +922,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
922
922
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
923
923
|
template: '<ng-content></ng-content>',
|
|
924
924
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
925
|
-
inputs: ['active', 'hoverable', 'shadow', 'variant'],
|
|
925
|
+
inputs: ['active', 'bgClass', 'border', 'hoverable', 'shadow', 'variant'],
|
|
926
926
|
}]
|
|
927
927
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
928
928
|
let PCardHeader = class PCardHeader {
|
|
@@ -933,10 +933,10 @@ let PCardHeader = class PCardHeader {
|
|
|
933
933
|
}
|
|
934
934
|
};
|
|
935
935
|
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 });
|
|
936
|
-
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 });
|
|
936
|
+
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 });
|
|
937
937
|
PCardHeader = __decorate([
|
|
938
938
|
ProxyCmp({
|
|
939
|
-
inputs: ['header', 'icon', 'iconFlip', 'iconRotate', 'variant']
|
|
939
|
+
inputs: ['enableDivider', 'header', 'icon', 'iconFlip', 'iconRotate', 'variant']
|
|
940
940
|
})
|
|
941
941
|
], PCardHeader);
|
|
942
942
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PCardHeader, decorators: [{
|
|
@@ -946,7 +946,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
946
946
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
947
947
|
template: '<ng-content></ng-content>',
|
|
948
948
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
949
|
-
inputs: ['header', 'icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
949
|
+
inputs: ['enableDivider', 'header', 'icon', 'iconFlip', 'iconRotate', 'variant'],
|
|
950
950
|
}]
|
|
951
951
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
952
952
|
let PCheckbox = class PCheckbox {
|