@paperless/angular 0.1.0-alpha.207 → 0.1.0-alpha.208
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/modules/index.mjs +4 -1
- package/esm2020/lib/modules/table/table.module.mjs +8 -8
- package/esm2020/lib/modules/toast/toast.module.mjs +8 -8
- package/esm2020/lib/paperless.module.mjs +9 -18
- package/esm2020/lib/stencil.module.mjs +6 -6
- package/fesm2015/paperless-angular.mjs +24 -33
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +24 -33
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/index.d.ts +2 -0
- package/lib/modules/table/table.module.d.ts +4 -4
- package/lib/modules/toast/toast.module.d.ts +4 -4
- package/lib/paperless.module.d.ts +1 -1
- package/lib/stencil.module.d.ts +4 -4
- package/package.json +1 -1
|
@@ -2732,12 +2732,12 @@ const DIRECTIVES = [
|
|
|
2732
2732
|
PTooltip
|
|
2733
2733
|
];
|
|
2734
2734
|
|
|
2735
|
-
class
|
|
2735
|
+
class StencilModule {
|
|
2736
2736
|
}
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type:
|
|
2737
|
+
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2738
|
+
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", 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, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTooltip], exports: [PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTooltip] });
|
|
2739
|
+
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule });
|
|
2740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, decorators: [{
|
|
2741
2741
|
type: NgModule,
|
|
2742
2742
|
args: [{
|
|
2743
2743
|
declarations: [...DIRECTIVES],
|
|
@@ -2745,15 +2745,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
2745
2745
|
}]
|
|
2746
2746
|
}] });
|
|
2747
2747
|
|
|
2748
|
-
class
|
|
2748
|
+
class TableModule {
|
|
2749
2749
|
}
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type:
|
|
2750
|
+
TableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2751
|
+
TableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: TableModule, declarations: [Table, TableCell, TableColumn, TableFooterDirective, TableHeaderDirective, TableDirective, TableNgxDirective], imports: [CommonModule, StencilModule], exports: [Table, TableCell, TableColumn, TableFooterDirective, TableHeaderDirective, TableDirective, TableNgxDirective] });
|
|
2752
|
+
TableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableModule, imports: [CommonModule, StencilModule] });
|
|
2753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: TableModule, decorators: [{
|
|
2754
2754
|
type: NgModule,
|
|
2755
2755
|
args: [{
|
|
2756
|
-
imports: [CommonModule,
|
|
2756
|
+
imports: [CommonModule, StencilModule],
|
|
2757
2757
|
declarations: [...TABLE_COMPONENTS, ...TABLE_DIRECTIVES],
|
|
2758
2758
|
exports: [...TABLE_COMPONENTS, ...TABLE_DIRECTIVES],
|
|
2759
2759
|
}]
|
|
@@ -2917,21 +2917,23 @@ const TOAST_COMPONENTS = [Toast, ToastContainer];
|
|
|
2917
2917
|
|
|
2918
2918
|
const TOAST_SERVICES = [ToastService];
|
|
2919
2919
|
|
|
2920
|
-
class
|
|
2920
|
+
class ToastModule {
|
|
2921
2921
|
}
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type:
|
|
2922
|
+
ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2923
|
+
ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, declarations: [Toast, ToastContainer], imports: [CommonModule, StencilModule], exports: [Toast, ToastContainer] });
|
|
2924
|
+
ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, providers: [...TOAST_SERVICES], imports: [CommonModule, StencilModule] });
|
|
2925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, decorators: [{
|
|
2926
2926
|
type: NgModule,
|
|
2927
2927
|
args: [{
|
|
2928
|
-
imports: [CommonModule,
|
|
2928
|
+
imports: [CommonModule, StencilModule],
|
|
2929
2929
|
declarations: [...TOAST_COMPONENTS],
|
|
2930
2930
|
exports: [...TOAST_COMPONENTS],
|
|
2931
2931
|
providers: [...TOAST_SERVICES],
|
|
2932
2932
|
}]
|
|
2933
2933
|
}] });
|
|
2934
2934
|
|
|
2935
|
+
const MODULES = [TableModule, ToastModule];
|
|
2936
|
+
|
|
2935
2937
|
class CustomCurrencyPipe {
|
|
2936
2938
|
constructor(_currencyPipe) {
|
|
2937
2939
|
this._currencyPipe = _currencyPipe;
|
|
@@ -3002,25 +3004,14 @@ const NGX_PIPES = [DatePipe, CurrencyPipe];
|
|
|
3002
3004
|
class PaperlessModule {
|
|
3003
3005
|
}
|
|
3004
3006
|
PaperlessModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3005
|
-
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [PaginationDirective, PageSizeSelectDirective, SelectDirective, CustomCurrencyPipe, CustomDatePipe, SafePipe], imports: [CommonModule,
|
|
3006
|
-
|
|
3007
|
-
PaperlessTableModule,
|
|
3008
|
-
PaperlessToastModule], exports: [PaperlessStencilModule, PaginationDirective, PageSizeSelectDirective, SelectDirective, CustomCurrencyPipe, CustomDatePipe, SafePipe] });
|
|
3009
|
-
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, providers: [...NGX_PIPES, ...PIPES], imports: [CommonModule,
|
|
3010
|
-
PaperlessStencilModule,
|
|
3011
|
-
PaperlessTableModule,
|
|
3012
|
-
PaperlessToastModule, PaperlessStencilModule] });
|
|
3007
|
+
PaperlessModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, declarations: [PaginationDirective, PageSizeSelectDirective, SelectDirective, CustomCurrencyPipe, CustomDatePipe, SafePipe], imports: [CommonModule, StencilModule, TableModule, ToastModule], exports: [StencilModule, TableModule, ToastModule, PaginationDirective, PageSizeSelectDirective, SelectDirective, CustomCurrencyPipe, CustomDatePipe, SafePipe] });
|
|
3008
|
+
PaperlessModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, providers: [...NGX_PIPES, ...PIPES], imports: [CommonModule, StencilModule, MODULES, StencilModule, TableModule, ToastModule] });
|
|
3013
3009
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PaperlessModule, decorators: [{
|
|
3014
3010
|
type: NgModule,
|
|
3015
3011
|
args: [{
|
|
3016
|
-
imports: [
|
|
3017
|
-
CommonModule,
|
|
3018
|
-
PaperlessStencilModule,
|
|
3019
|
-
PaperlessTableModule,
|
|
3020
|
-
PaperlessToastModule,
|
|
3021
|
-
],
|
|
3012
|
+
imports: [CommonModule, StencilModule, ...MODULES],
|
|
3022
3013
|
declarations: [...DIRECTIVES$1, ...PIPES],
|
|
3023
|
-
exports: [
|
|
3014
|
+
exports: [StencilModule, ...MODULES, ...DIRECTIVES$1, ...PIPES],
|
|
3024
3015
|
providers: [...NGX_PIPES, ...PIPES],
|
|
3025
3016
|
}]
|
|
3026
3017
|
}] });
|
|
@@ -3033,5 +3024,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
3033
3024
|
* Generated bundle index. Do not edit.
|
|
3034
3025
|
*/
|
|
3035
3026
|
|
|
3036
|
-
export { BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES$1 as DIRECTIVES, FormBaseComponent, PAccordion, PAvatar, PAvatarGroup, PButton, PCardBody, PCardContainer, PCardHeader, PContentSlider, PCounter, PDivider, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PHelper, PIPES, PIcon, PIllustration, PInfoPanel, PInputGroup, PLabel, PLayout, PLoader, PModal, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule,
|
|
3027
|
+
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, PModalBackdrop, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PPageSizeSelect, PPagination, PPaginationItem, PProfile, PSegmentContainer, PSegmentItem, PSelect, PSliderIndicator, PStatus, PStepper, PStepperItem, PStepperLine, PTabGroup, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule, SafePipe, SelectDirective, StencilModule, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_SERVICES, Table, TableCell, TableColumn, TableDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, Toast, ToastContainer, ToastModule, ToastService, ToastVariants };
|
|
3037
3028
|
//# sourceMappingURL=paperless-angular.mjs.map
|