@paperless/angular 2.13.10 → 2.14.0
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 +5 -5
- package/fesm2015/paperless-angular.mjs +4 -4
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +4 -4
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +5 -1
- package/package.json +1 -1
|
@@ -1328,7 +1328,7 @@ let PField = class PField {
|
|
|
1328
1328
|
this.z = z;
|
|
1329
1329
|
c.detach();
|
|
1330
1330
|
this.el = r.nativeElement;
|
|
1331
|
-
proxyOutputs(this, this.el, ['valueChange', 'inputRefChange', 'add']);
|
|
1331
|
+
proxyOutputs(this, this.el, ['valueChange', 'inputRefChange', 'add', 'enter']);
|
|
1332
1332
|
}
|
|
1333
1333
|
};
|
|
1334
1334
|
PField.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1954,10 +1954,10 @@ let PPaginationPages = class PPaginationPages {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
};
|
|
1956
1956
|
PPaginationPages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPaginationPages, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1957
|
-
PPaginationPages.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPaginationPages, selector: "p-pagination-pages", inputs: { hideOnSinglePage: "hideOnSinglePage", page: "page", pageSize: "pageSize", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1957
|
+
PPaginationPages.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: PPaginationPages, selector: "p-pagination-pages", inputs: { dropdownPageTemplate: "dropdownPageTemplate", hideOnSinglePage: "hideOnSinglePage", page: "page", pageSize: "pageSize", total: "total" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1958
1958
|
PPaginationPages = __decorate([
|
|
1959
1959
|
ProxyCmp({
|
|
1960
|
-
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
1960
|
+
inputs: ['dropdownPageTemplate', 'hideOnSinglePage', 'page', 'pageSize', 'total']
|
|
1961
1961
|
})
|
|
1962
1962
|
], PPaginationPages);
|
|
1963
1963
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: PPaginationPages, decorators: [{
|
|
@@ -1967,7 +1967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
|
|
|
1967
1967
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1968
1968
|
template: '<ng-content></ng-content>',
|
|
1969
1969
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1970
|
-
inputs: ['hideOnSinglePage', 'page', 'pageSize', 'total'],
|
|
1970
|
+
inputs: ['dropdownPageTemplate', 'hideOnSinglePage', 'page', 'pageSize', 'total'],
|
|
1971
1971
|
}]
|
|
1972
1972
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1973
1973
|
let PPaginationPagesItem = class PPaginationPagesItem {
|