@paperless/angular 0.1.0-alpha.208 → 0.1.0-alpha.209
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/toast/components/index.mjs +2 -4
- package/esm2020/lib/modules/toast/components/toast-container/toast-container.component.mjs +6 -3
- package/esm2020/lib/modules/toast/directives/index.mjs +4 -0
- package/esm2020/lib/modules/toast/directives/toast.directive.mjs +44 -0
- package/esm2020/lib/modules/toast/index.mjs +2 -1
- package/esm2020/lib/modules/toast/toast.module.mjs +7 -6
- package/esm2020/lib/stencil/components.mjs +27 -1
- package/esm2020/lib/stencil/index.mjs +2 -1
- package/esm2020/lib/stencil.module.mjs +1 -1
- package/fesm2015/paperless-angular.mjs +53 -47
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +53 -47
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/toast/components/index.d.ts +1 -3
- package/lib/modules/toast/directives/index.d.ts +3 -0
- package/lib/modules/toast/directives/toast.directive.d.ts +13 -0
- package/lib/modules/toast/index.d.ts +1 -0
- package/lib/modules/toast/toast.module.d.ts +3 -3
- package/lib/stencil/components.d.ts +13 -0
- package/lib/stencil/index.d.ts +1 -1
- package/lib/stencil.module.d.ts +1 -1
- package/package.json +1 -1
- package/esm2020/lib/modules/toast/components/toast/toast.component.mjs +0 -71
- package/lib/modules/toast/components/toast/toast.component.d.ts +0 -22
|
@@ -5,7 +5,7 @@ import * as i1 from "./stencil/components";
|
|
|
5
5
|
export class StencilModule {
|
|
6
6
|
}
|
|
7
7
|
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8
|
-
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, declarations: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLabel, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSelect, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTooltip], exports: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLabel, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSelect, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PTooltip] });
|
|
8
|
+
StencilModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, declarations: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLabel, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSelect, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PToast, i1.PTooltip], exports: [i1.PAccordion, i1.PAvatar, i1.PAvatarGroup, i1.PButton, i1.PCardBody, i1.PCardContainer, i1.PCardHeader, i1.PContentSlider, i1.PCounter, i1.PDivider, i1.PDropdown, i1.PDropdownMenuContainer, i1.PDropdownMenuItem, i1.PHelper, i1.PIcon, i1.PIllustration, i1.PInfoPanel, i1.PInputGroup, i1.PLabel, i1.PLayout, i1.PLoader, i1.PModal, i1.PModalBackdrop, i1.PModalBody, i1.PModalContainer, i1.PModalFooter, i1.PModalHeader, i1.PNavbar, i1.PNavigationItem, i1.PPageSizeSelect, i1.PPagination, i1.PPaginationItem, i1.PProfile, i1.PSegmentContainer, i1.PSegmentItem, i1.PSelect, i1.PSliderIndicator, i1.PStatus, i1.PStepper, i1.PStepperItem, i1.PStepperLine, i1.PTabGroup, i1.PTabItem, i1.PTableContainer, i1.PTableFooter, i1.PTableHeader, i1.PTableRow, i1.PToast, i1.PTooltip] });
|
|
9
9
|
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule });
|
|
10
10
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, decorators: [{
|
|
11
11
|
type: NgModule,
|
|
@@ -1656,6 +1656,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
1656
1656
|
inputs: ['enableHover', 'variant']
|
|
1657
1657
|
}]
|
|
1658
1658
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1659
|
+
let PToast = class PToast {
|
|
1660
|
+
constructor(c, r, z) {
|
|
1661
|
+
this.z = z;
|
|
1662
|
+
c.detach();
|
|
1663
|
+
this.el = r.nativeElement;
|
|
1664
|
+
proxyOutputs(this, this.el, ['action']);
|
|
1665
|
+
}
|
|
1666
|
+
};
|
|
1667
|
+
PToast.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1668
|
+
PToast.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: PToast, selector: "p-toast", inputs: { actionIcon: "actionIcon", actionIconFlip: "actionIconFlip", actionIconRotate: "actionIconRotate", content: "content", enableAction: "enableAction", header: "header", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1669
|
+
PToast = __decorate([
|
|
1670
|
+
ProxyCmp({
|
|
1671
|
+
defineCustomElementFn: undefined,
|
|
1672
|
+
inputs: ['actionIcon', 'actionIconFlip', 'actionIconRotate', 'content', 'enableAction', 'header', 'variant']
|
|
1673
|
+
})
|
|
1674
|
+
], PToast);
|
|
1675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: PToast, decorators: [{
|
|
1676
|
+
type: Component,
|
|
1677
|
+
args: [{
|
|
1678
|
+
selector: 'p-toast',
|
|
1679
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1680
|
+
template: '<ng-content></ng-content>',
|
|
1681
|
+
inputs: ['actionIcon', 'actionIconFlip', 'actionIconRotate', 'content', 'enableAction', 'header', 'variant']
|
|
1682
|
+
}]
|
|
1683
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1659
1684
|
let PTooltip = class PTooltip {
|
|
1660
1685
|
constructor(c, r, z) {
|
|
1661
1686
|
this.z = z;
|
|
@@ -2718,13 +2743,14 @@ const DIRECTIVES = [
|
|
|
2718
2743
|
PTableFooter,
|
|
2719
2744
|
PTableHeader,
|
|
2720
2745
|
PTableRow,
|
|
2746
|
+
PToast,
|
|
2721
2747
|
PTooltip
|
|
2722
2748
|
];
|
|
2723
2749
|
|
|
2724
2750
|
class StencilModule {
|
|
2725
2751
|
}
|
|
2726
2752
|
StencilModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2727
|
-
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] });
|
|
2753
|
+
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, PToast, 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, PToast, PTooltip] });
|
|
2728
2754
|
StencilModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule });
|
|
2729
2755
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: StencilModule, decorators: [{
|
|
2730
2756
|
type: NgModule,
|
|
@@ -2806,63 +2832,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
2806
2832
|
}]
|
|
2807
2833
|
}] });
|
|
2808
2834
|
|
|
2809
|
-
|
|
2810
|
-
constructor(
|
|
2811
|
-
this.z = z;
|
|
2835
|
+
class ToastDirective {
|
|
2836
|
+
constructor() {
|
|
2812
2837
|
this.delay = 5000;
|
|
2813
2838
|
this.index = 0;
|
|
2814
2839
|
this.dismissOnAction = true;
|
|
2815
2840
|
this.dismiss = new EventEmitter();
|
|
2816
|
-
c.detach();
|
|
2817
|
-
this.el = r.nativeElement;
|
|
2818
|
-
proxyOutputs(this, this.el, ['action']);
|
|
2819
2841
|
}
|
|
2820
2842
|
ngOnInit() {
|
|
2821
|
-
if (this.dismissOnAction) {
|
|
2822
|
-
this.el.addEventListener('action', () => this.doDismiss());
|
|
2823
|
-
}
|
|
2824
2843
|
if (this.delay === 'infinite' || this.delay === 0) {
|
|
2825
2844
|
return;
|
|
2826
2845
|
}
|
|
2827
2846
|
setTimeout(() => this.doDismiss(), this.delay);
|
|
2828
2847
|
}
|
|
2848
|
+
onAction() {
|
|
2849
|
+
if (this.dismissOnAction) {
|
|
2850
|
+
this.doDismiss();
|
|
2851
|
+
}
|
|
2852
|
+
}
|
|
2829
2853
|
doDismiss() {
|
|
2830
2854
|
this.dismiss.next(this.index);
|
|
2831
2855
|
}
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
defineCustomElementFn: undefined,
|
|
2838
|
-
inputs: [
|
|
2839
|
-
'actionIcon',
|
|
2840
|
-
'actionIconFlip',
|
|
2841
|
-
'actionIconRotate',
|
|
2842
|
-
'content',
|
|
2843
|
-
'enableAction',
|
|
2844
|
-
'header',
|
|
2845
|
-
'variant',
|
|
2846
|
-
],
|
|
2847
|
-
})
|
|
2848
|
-
], Toast);
|
|
2849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: Toast, decorators: [{
|
|
2850
|
-
type: Component,
|
|
2856
|
+
}
|
|
2857
|
+
ToastDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
2858
|
+
ToastDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.7", type: ToastDirective, selector: "p-toast", inputs: { delay: "delay", index: "index", dismissOnAction: "dismissOnAction" }, outputs: { dismiss: "dismiss" }, host: { listeners: { "action": "onAction()" } }, ngImport: i0 });
|
|
2859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastDirective, decorators: [{
|
|
2860
|
+
type: Directive,
|
|
2851
2861
|
args: [{
|
|
2852
2862
|
selector: 'p-toast',
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
'actionIcon',
|
|
2857
|
-
'actionIconFlip',
|
|
2858
|
-
'actionIconRotate',
|
|
2859
|
-
'content',
|
|
2860
|
-
'enableAction',
|
|
2861
|
-
'header',
|
|
2862
|
-
'variant',
|
|
2863
|
-
],
|
|
2863
|
+
host: {
|
|
2864
|
+
'(action)': 'onAction()',
|
|
2865
|
+
},
|
|
2864
2866
|
}]
|
|
2865
|
-
}],
|
|
2867
|
+
}], propDecorators: { delay: [{
|
|
2866
2868
|
type: Input
|
|
2867
2869
|
}], index: [{
|
|
2868
2870
|
type: Input
|
|
@@ -2879,13 +2881,15 @@ let ToastContainer = class ToastContainer {
|
|
|
2879
2881
|
this._toastService = _toastService;
|
|
2880
2882
|
this.toasts$ = this._toastService.toasts$;
|
|
2881
2883
|
this.el = r.nativeElement;
|
|
2884
|
+
console.log('Toast container created!');
|
|
2885
|
+
this.toasts$.subscribe((toasts) => console.log('Toasts updated', toasts.length));
|
|
2882
2886
|
}
|
|
2883
2887
|
dismiss(index) {
|
|
2884
2888
|
this._toastService.hide(index);
|
|
2885
2889
|
}
|
|
2886
2890
|
};
|
|
2887
2891
|
ToastContainer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastContainer, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: ToastService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2888
|
-
ToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ToastContainer, selector: "p-toast-container", inputs: { placement: "placement" }, ngImport: i0, template: "<p-toast\n *ngFor=\"let toast of toasts$ | async; let index = index\"\n [variant]=\"toast.variant\"\n [header]=\"toast.header\"\n [content]=\"toast.content\"\n [index]=\"index\"\n [delay]=\"toast.options.delay ?? 5000\"\n [dismissOnAction]=\"toast.options.dismissOnAction ?? true\"\n [enableAction]=\"toast.options.enableAction\"\n [actionIcon]=\"toast.options.icon?.variant\"\n [actionIconFlip]=\"toast.options.icon?.flip\"\n [actionIconRotate]=\"toast.options.icon?.rotate\"\n (dismiss)=\"dismiss($event)\"\n [@pSlideInBottomOutTop]\n></p-toast>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type:
|
|
2892
|
+
ToastContainer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.7", type: ToastContainer, selector: "p-toast-container", inputs: { placement: "placement" }, ngImport: i0, template: "<p-toast\n *ngFor=\"let toast of toasts$ | async; let index = index\"\n [variant]=\"toast.variant\"\n [header]=\"toast.header\"\n [content]=\"toast.content\"\n [index]=\"index\"\n [delay]=\"toast.options.delay ?? 5000\"\n [dismissOnAction]=\"toast.options.dismissOnAction ?? true\"\n [enableAction]=\"toast.options.enableAction\"\n [actionIcon]=\"toast.options.icon?.variant\"\n [actionIconFlip]=\"toast.options.icon?.flip\"\n [actionIconRotate]=\"toast.options.icon?.rotate\"\n (dismiss)=\"dismiss($event)\"\n [@pSlideInBottomOutTop]\n></p-toast>\n", dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: PToast, selector: "p-toast", inputs: ["actionIcon", "actionIconFlip", "actionIconRotate", "content", "enableAction", "header", "variant"] }, { kind: "directive", type: ToastDirective, selector: "p-toast", inputs: ["delay", "index", "dismissOnAction"], outputs: ["dismiss"] }, { kind: "pipe", type: i1.AsyncPipe, name: "async" }], animations: [SLIDE_IN_BOTTOM_OUT_TOP], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2889
2893
|
ToastContainer = __decorate([
|
|
2890
2894
|
ProxyCmp({
|
|
2891
2895
|
defineCustomElementFn: undefined,
|
|
@@ -2897,21 +2901,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
2897
2901
|
args: [{ selector: 'p-toast-container', changeDetection: ChangeDetectionStrategy.OnPush, inputs: ['placement'], animations: [SLIDE_IN_BOTTOM_OUT_TOP], template: "<p-toast\n *ngFor=\"let toast of toasts$ | async; let index = index\"\n [variant]=\"toast.variant\"\n [header]=\"toast.header\"\n [content]=\"toast.content\"\n [index]=\"index\"\n [delay]=\"toast.options.delay ?? 5000\"\n [dismissOnAction]=\"toast.options.dismissOnAction ?? true\"\n [enableAction]=\"toast.options.enableAction\"\n [actionIcon]=\"toast.options.icon?.variant\"\n [actionIconFlip]=\"toast.options.icon?.flip\"\n [actionIconRotate]=\"toast.options.icon?.rotate\"\n (dismiss)=\"dismiss($event)\"\n [@pSlideInBottomOutTop]\n></p-toast>\n" }]
|
|
2898
2902
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: ToastService }]; } });
|
|
2899
2903
|
|
|
2900
|
-
const TOAST_COMPONENTS = [
|
|
2904
|
+
const TOAST_COMPONENTS = [ToastContainer];
|
|
2905
|
+
|
|
2906
|
+
const TOAST_DIRECTIVES = [ToastDirective];
|
|
2901
2907
|
|
|
2902
2908
|
const TOAST_SERVICES = [ToastService];
|
|
2903
2909
|
|
|
2904
2910
|
class ToastModule {
|
|
2905
2911
|
}
|
|
2906
2912
|
ToastModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2907
|
-
ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, declarations: [
|
|
2913
|
+
ToastModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, declarations: [ToastContainer, ToastDirective], imports: [CommonModule, StencilModule], exports: [ToastContainer, ToastDirective] });
|
|
2908
2914
|
ToastModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, providers: [...TOAST_SERVICES], imports: [CommonModule, StencilModule] });
|
|
2909
2915
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImport: i0, type: ToastModule, decorators: [{
|
|
2910
2916
|
type: NgModule,
|
|
2911
2917
|
args: [{
|
|
2912
2918
|
imports: [CommonModule, StencilModule],
|
|
2913
|
-
declarations: [...TOAST_COMPONENTS],
|
|
2914
|
-
exports: [...TOAST_COMPONENTS],
|
|
2919
|
+
declarations: [...TOAST_COMPONENTS, ...TOAST_DIRECTIVES],
|
|
2920
|
+
exports: [...TOAST_COMPONENTS, ...TOAST_DIRECTIVES],
|
|
2915
2921
|
providers: [...TOAST_SERVICES],
|
|
2916
2922
|
}]
|
|
2917
2923
|
}] });
|
|
@@ -3008,5 +3014,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.7", ngImpor
|
|
|
3008
3014
|
* Generated bundle index. Do not edit.
|
|
3009
3015
|
*/
|
|
3010
3016
|
|
|
3011
|
-
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,
|
|
3017
|
+
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, PToast, PTooltip, PageSizeSelectDirective, PaginationDirective, PaperlessModule, SafePipe, SelectDirective, StencilModule, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TOAST_SERVICES, Table, TableCell, TableColumn, TableDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, ToastContainer, ToastDirective, ToastModule, ToastService, ToastVariants };
|
|
3012
3018
|
//# sourceMappingURL=paperless-angular.mjs.map
|