@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
|
@@ -1975,10 +1975,10 @@ let PSegmentItem = class PSegmentItem {
|
|
|
1975
1975
|
}
|
|
1976
1976
|
};
|
|
1977
1977
|
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 });
|
|
1978
|
-
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"
|
|
1978
|
+
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 });
|
|
1979
1979
|
PSegmentItem = __decorate([
|
|
1980
1980
|
ProxyCmp({
|
|
1981
|
-
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate'
|
|
1981
|
+
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate']
|
|
1982
1982
|
})
|
|
1983
1983
|
], PSegmentItem);
|
|
1984
1984
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PSegmentItem, decorators: [{
|
|
@@ -1988,7 +1988,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1988
1988
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1989
1989
|
template: '<ng-content></ng-content>',
|
|
1990
1990
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1991
|
-
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate'
|
|
1991
|
+
inputs: ['active', 'icon', 'iconFlip', 'iconOnly', 'iconRotate'],
|
|
1992
1992
|
}]
|
|
1993
1993
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1994
1994
|
let PSelect = class PSelect {
|