@paperless/angular 2.0.1-beta.22 → 2.0.1-beta.23
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
|
@@ -1971,10 +1971,10 @@ let PSegmentItem = class PSegmentItem {
|
|
|
1971
1971
|
}
|
|
1972
1972
|
};
|
|
1973
1973
|
PSegmentItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1974
|
-
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentItem, selector: "p-segment-item", inputs: { active: "active", icon: "icon", iconFlip: "iconFlip", iconOnly: "iconOnly", iconRotate: "iconRotate"
|
|
1974
|
+
PSegmentItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PSegmentItem, selector: "p-segment-item", inputs: { active: "active", icon: "icon", iconFlip: "iconFlip", iconOnly: "iconOnly", iconRotate: "iconRotate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1975
1975
|
PSegmentItem = __decorate([
|
|
1976
1976
|
ProxyCmp({
|
|
1977
|
-
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate'
|
|
1977
|
+
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate']
|
|
1978
1978
|
})
|
|
1979
1979
|
], PSegmentItem);
|
|
1980
1980
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
@@ -1984,7 +1984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1984
1984
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1985
1985
|
template: '<ng-content></ng-content>',
|
|
1986
1986
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1987
|
-
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate'
|
|
1987
|
+
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate'],
|
|
1988
1988
|
}]
|
|
1989
1989
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1990
1990
|
let PSelect = class PSelect {
|