@paperless/angular 0.1.0-alpha.259 → 0.1.0-alpha.260
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 +26 -24
- package/esm2020/lib/stencil/index.mjs +2 -2
- package/esm2020/lib/stencil.module.mjs +1 -1
- package/fesm2015/paperless-angular.mjs +27 -25
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +27 -25
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/stencil/components.d.ts +9 -9
- package/lib/stencil/index.d.ts +1 -1
- package/lib/stencil.module.d.ts +1 -1
- package/package.json +1 -1
|
@@ -662,6 +662,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
662
662
|
inputs: ['extra']
|
|
663
663
|
}]
|
|
664
664
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
665
|
+
let PBackdrop = class PBackdrop {
|
|
666
|
+
constructor(c, r, z) {
|
|
667
|
+
this.z = z;
|
|
668
|
+
c.detach();
|
|
669
|
+
this.el = r.nativeElement;
|
|
670
|
+
}
|
|
671
|
+
};
|
|
672
|
+
PBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
673
|
+
PBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: PBackdrop, selector: "p-backdrop", inputs: { applyBlur: "applyBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
674
|
+
PBackdrop = __decorate([
|
|
675
|
+
ProxyCmp({
|
|
676
|
+
defineCustomElementFn: undefined,
|
|
677
|
+
inputs: ['applyBlur']
|
|
678
|
+
})
|
|
679
|
+
], PBackdrop);
|
|
680
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PBackdrop, decorators: [{
|
|
681
|
+
type: Component,
|
|
682
|
+
args: [{
|
|
683
|
+
selector: 'p-backdrop',
|
|
684
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
685
|
+
template: '<ng-content></ng-content>',
|
|
686
|
+
inputs: ['applyBlur']
|
|
687
|
+
}]
|
|
688
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
665
689
|
let PButton = class PButton {
|
|
666
690
|
constructor(c, r, z) {
|
|
667
691
|
this.z = z;
|
|
@@ -1119,28 +1143,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
1119
1143
|
inputs: ['header', 'show', 'showMobileClose', 'showMobileFooter', 'size', 'variant']
|
|
1120
1144
|
}]
|
|
1121
1145
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1122
|
-
let PModalBackdrop = class PModalBackdrop {
|
|
1123
|
-
constructor(c, r, z) {
|
|
1124
|
-
this.z = z;
|
|
1125
|
-
c.detach();
|
|
1126
|
-
this.el = r.nativeElement;
|
|
1127
|
-
}
|
|
1128
|
-
};
|
|
1129
|
-
PModalBackdrop.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PModalBackdrop, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1130
|
-
PModalBackdrop.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.0", type: PModalBackdrop, selector: "p-modal-backdrop", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1131
|
-
PModalBackdrop = __decorate([
|
|
1132
|
-
ProxyCmp({
|
|
1133
|
-
defineCustomElementFn: undefined
|
|
1134
|
-
})
|
|
1135
|
-
], PModalBackdrop);
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: PModalBackdrop, decorators: [{
|
|
1137
|
-
type: Component,
|
|
1138
|
-
args: [{
|
|
1139
|
-
selector: 'p-modal-backdrop',
|
|
1140
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1141
|
-
template: '<ng-content></ng-content>'
|
|
1142
|
-
}]
|
|
1143
|
-
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1144
1146
|
let PModalBody = class PModalBody {
|
|
1145
1147
|
constructor(c, r, z) {
|
|
1146
1148
|
this.z = z;
|
|
@@ -2889,6 +2891,7 @@ const DIRECTIVES = [
|
|
|
2889
2891
|
PAccordion,
|
|
2890
2892
|
PAvatar,
|
|
2891
2893
|
PAvatarGroup,
|
|
2894
|
+
PBackdrop,
|
|
2892
2895
|
PButton,
|
|
2893
2896
|
PCardBody,
|
|
2894
2897
|
PCardContainer,
|
|
@@ -2908,7 +2911,6 @@ const DIRECTIVES = [
|
|
|
2908
2911
|
PLayout,
|
|
2909
2912
|
PLoader,
|
|
2910
2913
|
PModal,
|
|
2911
|
-
PModalBackdrop,
|
|
2912
2914
|
PModalBody,
|
|
2913
2915
|
PModalContainer,
|
|
2914
2916
|
PModalFooter,
|
|
@@ -2940,7 +2942,7 @@ const DIRECTIVES = [
|
|
|
2940
2942
|
class StencilModule {
|
|
2941
2943
|
}
|
|
2942
2944
|
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2943
|
-
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: StencilModule, declarations: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal,
|
|
2945
|
+
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.0", ngImport: i0, type: StencilModule, declarations: [PAccordion, PAvatar, PAvatarGroup, PBackdrop, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PToast, PTooltip], exports: [PAccordion, PAvatar, PAvatarGroup, PBackdrop, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PToast, PTooltip] });
|
|
2944
2946
|
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: StencilModule });
|
|
2945
2947
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImport: i0, type: StencilModule, decorators: [{
|
|
2946
2948
|
type: NgModule,
|
|
@@ -3229,5 +3231,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.0", ngImpor
|
|
|
3229
3231
|
* Generated bundle index. Do not edit.
|
|
3230
3232
|
*/
|
|
3231
3233
|
|
|
3232
|
-
export { BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES$1 as DIRECTIVES, FormBaseComponent, MODULES, PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIPES, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal,
|
|
3234
|
+
export { BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES$1 as DIRECTIVES, FormBaseComponent, MODULES, PAccordion, PAvatar, PAvatarGroup, PBackdrop, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIPES, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PToast, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule, SafePipe, SelectDirective, StencilModule, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TOAST_SERVICES, Table, TableCell, TableColumn, TableDirective, TableFilterModalDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, ToastContainer, ToastDirective, ToastModule, ToastService, ToastVariants, createFormFilters };
|
|
3233
3235
|
//# sourceMappingURL=paperless-angular.mjs.map
|