@paperless/angular 2.22.0-alpha.37 → 2.22.0-alpha.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "2.22.0-alpha.37",
3
+ "version": "2.22.0-alpha.39",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Employes/Paperless.git"
@@ -62,28 +62,28 @@ declare class BaseValueAccessor implements ControlValueAccessor {
62
62
  static ɵdir: i0.ɵɵDirectiveDeclaration<BaseValueAccessor, never, never, {}, {}, never, never, false, never>;
63
63
  }
64
64
 
65
- declare class CheckboxDirective extends BaseValueAccessor {
65
+ declare class PCheckboxDirective extends BaseValueAccessor {
66
66
  writeValue(value: boolean | 'indeterminate'): void;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxDirective, never>;
68
- static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxDirective, "p-checkbox", never, {}, {}, never, never, true, never>;
67
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxDirective, never>;
68
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PCheckboxDirective, "p-checkbox", never, {}, {}, never, never, true, never>;
69
69
  }
70
70
 
71
- declare class CropperDirective extends BaseValueAccessor {
71
+ declare class PCropperDirective extends BaseValueAccessor {
72
72
  writeValue(value: any): void;
73
- static ɵfac: i0.ɵɵFactoryDeclaration<CropperDirective, never>;
74
- static ɵdir: i0.ɵɵDirectiveDeclaration<CropperDirective, "p-cropper", never, {}, {}, never, never, true, never>;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCropperDirective, never>;
74
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PCropperDirective, "p-cropper", never, {}, {}, never, never, true, never>;
75
75
  }
76
76
 
77
- declare class DatepickerDirective extends BaseValueAccessor {
77
+ declare class PDatepickerDirective extends BaseValueAccessor {
78
78
  writeValue(value: string | Date): void;
79
- static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerDirective, never>;
80
- static ɵdir: i0.ɵɵDirectiveDeclaration<DatepickerDirective, "p-datepicker", never, {}, {}, never, never, true, never>;
79
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDatepickerDirective, never>;
80
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PDatepickerDirective, "p-datepicker", never, {}, {}, never, never, true, never>;
81
81
  }
82
82
 
83
- declare class FieldDirective extends BaseValueAccessor {
83
+ declare class PFieldDirective extends BaseValueAccessor {
84
84
  writeValue(value: number): void;
85
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldDirective, never>;
86
- static ɵdir: i0.ɵɵDirectiveDeclaration<FieldDirective, "p-field:not([type=number])", never, {}, {}, never, never, true, never>;
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFieldDirective, never>;
86
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PFieldDirective, "p-field:not([type=number])", never, {}, {}, never, never, true, never>;
87
87
  }
88
88
 
89
89
  declare class BaseNumberValueAccessor extends NumberValueAccessor implements ControlValueAccessor {
@@ -98,26 +98,26 @@ declare class BaseNumberValueAccessor extends NumberValueAccessor implements Con
98
98
  static ɵdir: i0.ɵɵDirectiveDeclaration<BaseNumberValueAccessor, never, never, {}, {}, never, never, false, never>;
99
99
  }
100
100
 
101
- declare class FieldNumberDirective extends BaseNumberValueAccessor {
102
- static ɵfac: i0.ɵɵFactoryDeclaration<FieldNumberDirective, never>;
103
- static ɵdir: i0.ɵɵDirectiveDeclaration<FieldNumberDirective, "p-field[type=number]", never, {}, {}, never, never, true, never>;
101
+ declare class PFieldNumberDirective extends BaseNumberValueAccessor {
102
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFieldNumberDirective, never>;
103
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PFieldNumberDirective, "p-field[type=number]", never, {}, {}, never, never, true, never>;
104
104
  }
105
105
 
106
- declare class PaginationPagesDirective extends BaseValueAccessor {
106
+ declare class PPaginationPagesDirective extends BaseValueAccessor {
107
107
  writeValue(value: number): void;
108
108
  registerOnChange(fn: (_: number | null) => void): void;
109
- static ɵfac: i0.ɵɵFactoryDeclaration<PaginationPagesDirective, never>;
110
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationPagesDirective, "p-pagination-pages", never, {}, {}, never, never, true, never>;
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPagesDirective, never>;
110
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PPaginationPagesDirective, "p-pagination-pages", never, {}, {}, never, never, true, never>;
111
111
  }
112
112
 
113
- declare class PaginationSizeDirective extends BaseValueAccessor {
113
+ declare class PPaginationSizeDirective extends BaseValueAccessor {
114
114
  writeValue(value: number): void;
115
115
  registerOnChange(fn: (_: number | null) => void): void;
116
- static ɵfac: i0.ɵɵFactoryDeclaration<PaginationSizeDirective, never>;
117
- static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationSizeDirective, "p-pagination-size", never, {}, {}, never, never, true, never>;
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationSizeDirective, never>;
117
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PPaginationSizeDirective, "p-pagination-size", never, {}, {}, never, never, true, never>;
118
118
  }
119
119
 
120
- declare class RadioDirective extends BaseValueAccessor implements ControlValueAccessor, OnInit, OnDestroy {
120
+ declare class PRadioDirective extends BaseValueAccessor implements ControlValueAccessor, OnInit, OnDestroy {
121
121
  private _control;
122
122
  private _modelValue;
123
123
  private _valueChanges;
@@ -127,23 +127,23 @@ declare class RadioDirective extends BaseValueAccessor implements ControlValueAc
127
127
  handleChangeEvent(): void;
128
128
  ngOnDestroy(): void;
129
129
  private _getValue;
130
- static ɵfac: i0.ɵɵFactoryDeclaration<RadioDirective, [{ self: true; }, null]>;
131
- static ɵdir: i0.ɵɵDirectiveDeclaration<RadioDirective, "p-radio", never, {}, {}, never, never, true, never>;
130
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRadioDirective, [{ self: true; }, null]>;
131
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PRadioDirective, "p-radio", never, {}, {}, never, never, true, never>;
132
132
  }
133
133
 
134
- declare class SelectDirective extends BaseValueAccessor {
134
+ declare class PSelectDirective extends BaseValueAccessor {
135
135
  writeValue(value: unknown): void;
136
- static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective, never>;
137
- static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective, "p-select", never, {}, {}, never, never, true, never>;
136
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSelectDirective, never>;
137
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PSelectDirective, "p-select", never, {}, {}, never, never, true, never>;
138
138
  }
139
139
 
140
- declare class ToggleDirective extends BaseValueAccessor {
140
+ declare class PToggleDirective extends BaseValueAccessor {
141
141
  writeValue(value: boolean): void;
142
- static ɵfac: i0.ɵɵFactoryDeclaration<ToggleDirective, never>;
143
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToggleDirective, "p-toggle", never, {}, {}, never, never, true, never>;
142
+ static ɵfac: i0.ɵɵFactoryDeclaration<PToggleDirective, never>;
143
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PToggleDirective, "p-toggle", never, {}, {}, never, never, true, never>;
144
144
  }
145
145
 
146
- declare const DIRECTIVES: (typeof CheckboxDirective | typeof FieldNumberDirective | typeof RadioDirective)[];
146
+ declare const DIRECTIVES: (typeof PCheckboxDirective | typeof PFieldNumberDirective | typeof PRadioDirective)[];
147
147
 
148
148
  declare class OverlayModule {
149
149
  static ɵfac: i0.ɵɵFactoryDeclaration<OverlayModule, never>;
@@ -1202,12 +1202,12 @@ declare interface PTooltip extends Components$1.PTooltip {
1202
1202
  isOpen: EventEmitter<CustomEvent<boolean>>;
1203
1203
  }
1204
1204
 
1205
- declare class TableCustomRowDirective {
1205
+ declare class PTableCustomRowDirective {
1206
1206
  templateRef: TemplateRef<any>;
1207
1207
  variant: 'default' | 'secondary' | 'header';
1208
1208
  constructor(templateRef: TemplateRef<any>);
1209
- static ɵfac: i0.ɵɵFactoryDeclaration<TableCustomRowDirective, never>;
1210
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCustomRowDirective, "[p-table-custom-row]", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
1209
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableCustomRowDirective, never>;
1210
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableCustomRowDirective, "[p-table-custom-row]", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
1211
1211
  }
1212
1212
 
1213
1213
  interface TableRowActionClickEvent {
@@ -1502,7 +1502,7 @@ declare class TableComponent implements OnInit, OnChanges, AfterViewInit {
1502
1502
  private _rowActionsSubscriptions;
1503
1503
  set rowActions(v: QueryList<TableRowActionComponent>);
1504
1504
  get rowActions(): QueryList<TableRowActionComponent>;
1505
- customRows: QueryList<TableCustomRowDirective>;
1505
+ customRows: QueryList<PTableCustomRowDirective>;
1506
1506
  filterModalHeaderText: string;
1507
1507
  filterModalSaveText: string;
1508
1508
  filterModalCancelText: string;
@@ -1581,35 +1581,35 @@ declare class TableComponent implements OnInit, OnChanges, AfterViewInit {
1581
1581
 
1582
1582
  declare const TABLE_COMPONENTS: (typeof TableCellComponent | typeof TableColumnComponent | typeof TableExtraHeaderComponent | typeof TableRowActionComponent | typeof TableComponent)[];
1583
1583
 
1584
- declare class TableCustomFilterDirective {
1585
- static ɵfac: i0.ɵɵFactoryDeclaration<TableCustomFilterDirective, never>;
1586
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCustomFilterDirective, "[p-table-custom-filter]", never, {}, {}, never, never, true, never>;
1584
+ declare class PTableCustomFilterDirective {
1585
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableCustomFilterDirective, never>;
1586
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableCustomFilterDirective, "[p-table-custom-filter]", never, {}, {}, never, never, true, never>;
1587
1587
  }
1588
1588
 
1589
- declare class TableFilterModalDirective {
1590
- static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterModalDirective, never>;
1591
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableFilterModalDirective, "[p-table-filter-modal]", never, {}, {}, never, never, true, never>;
1589
+ declare class PTableFilterModalDirective {
1590
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableFilterModalDirective, never>;
1591
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableFilterModalDirective, "[p-table-filter-modal]", never, {}, {}, never, never, true, never>;
1592
1592
  }
1593
1593
 
1594
- declare class TableFooterDirective extends BaseValueAccessor {
1594
+ declare class PTableFooterDirective extends BaseValueAccessor {
1595
1595
  protected lastValue: any;
1596
1596
  writeValue(value: any): void;
1597
1597
  handleChange(value: number, type: 'page' | 'pageSize'): void;
1598
- static ɵfac: i0.ɵɵFactoryDeclaration<TableFooterDirective, never>;
1599
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableFooterDirective, "p-table-footer", never, {}, {}, never, never, true, never>;
1598
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooterDirective, never>;
1599
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableFooterDirective, "p-table-footer", never, {}, {}, never, never, true, never>;
1600
1600
  }
1601
1601
 
1602
1602
  interface TableHeaderDirectiveValue {
1603
1603
  query?: string;
1604
1604
  quickFilter?: QuickFilter;
1605
1605
  }
1606
- declare class TableHeaderDirective extends BaseValueAccessor {
1606
+ declare class PTableHeaderDirective extends BaseValueAccessor {
1607
1607
  protected lastValue: TableHeaderDirectiveValue;
1608
1608
  writeValue(value: TableHeaderDirectiveValue): void;
1609
1609
  handleChange(value: string | QuickFilter, type: 'query' | 'quickFilter'): void;
1610
1610
  private _setActiveQuickFilter;
1611
- static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderDirective, never>;
1612
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderDirective, "p-table-header", never, {}, {}, never, never, true, never>;
1611
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeaderDirective, never>;
1612
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableHeaderDirective, "p-table-header", never, {}, {}, never, never, true, never>;
1613
1613
  }
1614
1614
 
1615
1615
  interface TableDirectiveValue {
@@ -1620,7 +1620,7 @@ interface TableDirectiveValue {
1620
1620
  pageSize?: number;
1621
1621
  selectedRows?: any[];
1622
1622
  }
1623
- declare class TableNgxDirective extends BaseValueAccessor {
1623
+ declare class PTableNgxDirective extends BaseValueAccessor {
1624
1624
  private _base;
1625
1625
  protected lastValue: TableDirectiveValue;
1626
1626
  constructor(el: ElementRef, _base: TableComponent);
@@ -1631,8 +1631,8 @@ declare class TableNgxDirective extends BaseValueAccessor {
1631
1631
  private _setActiveQuickFilter;
1632
1632
  private _checkEmptyStateType;
1633
1633
  private _checkResetButtons;
1634
- static ɵfac: i0.ɵɵFactoryDeclaration<TableNgxDirective, [null, { host: true; }]>;
1635
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableNgxDirective, "p-table-ngx", never, {}, {}, never, never, true, never>;
1634
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableNgxDirective, [null, { host: true; }]>;
1635
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableNgxDirective, "p-table-ngx", never, {}, {}, never, never, true, never>;
1636
1636
  }
1637
1637
 
1638
1638
  interface NGXTableDirectiveValue {
@@ -1642,27 +1642,27 @@ interface NGXTableDirectiveValue {
1642
1642
  pageSize?: number;
1643
1643
  selectedRows?: any[];
1644
1644
  }
1645
- declare class TableDirective extends BaseValueAccessor {
1645
+ declare class PTableDirective extends BaseValueAccessor {
1646
1646
  protected lastValue: NGXTableDirectiveValue;
1647
1647
  writeValue(value: NGXTableDirectiveValue): void;
1648
1648
  registerOnChange(fn: (value: any) => void): void;
1649
1649
  registerOnTouched(fn: () => void): void;
1650
1650
  handleChange(value: number | string | QuickFilter, type: 'page' | 'pageSize' | 'query' | 'quickFilter' | 'selectedRows'): void;
1651
1651
  private _setActiveQuickFilter;
1652
- static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
1653
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "p-table", never, {}, {}, never, never, true, never>;
1652
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableDirective, never>;
1653
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableDirective, "p-table", never, {}, {}, never, never, true, never>;
1654
1654
  }
1655
1655
 
1656
- declare class TableCustomActionsDirective {
1657
- static ɵfac: i0.ɵɵFactoryDeclaration<TableCustomActionsDirective, never>;
1658
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCustomActionsDirective, "[p-table-custom-actions]", never, {}, {}, never, never, true, never>;
1656
+ declare class PTableCustomActionsDirective {
1657
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableCustomActionsDirective, never>;
1658
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PTableCustomActionsDirective, "[p-table-custom-actions]", never, {}, {}, never, never, true, never>;
1659
1659
  }
1660
1660
 
1661
- declare const TABLE_DIRECTIVES: (typeof TableCustomFilterDirective | typeof TableFooterDirective | typeof TableHeaderDirective | typeof TableNgxDirective | typeof TableDirective | typeof TableCustomRowDirective)[];
1661
+ declare const TABLE_DIRECTIVES: (typeof PTableCustomFilterDirective | typeof PTableFooterDirective | typeof PTableHeaderDirective | typeof PTableNgxDirective | typeof PTableDirective | typeof PTableCustomRowDirective)[];
1662
1662
 
1663
1663
  declare class TableModule {
1664
1664
  static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
1665
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1$1.CommonModule, typeof i2$1.RouterModule, typeof TableComponent, typeof TableCellComponent, typeof TableColumnComponent, typeof TableRowActionComponent, typeof TableExtraHeaderComponent, typeof TableFooterDirective, typeof TableHeaderDirective, typeof TableDirective, typeof TableNgxDirective, typeof TableFilterModalDirective, typeof TableCustomFilterDirective, typeof TableCustomActionsDirective, typeof TableCustomRowDirective], [typeof TableComponent, typeof TableCellComponent, typeof TableColumnComponent, typeof TableRowActionComponent, typeof TableExtraHeaderComponent, typeof TableFooterDirective, typeof TableHeaderDirective, typeof TableDirective, typeof TableNgxDirective, typeof TableFilterModalDirective, typeof TableCustomFilterDirective, typeof TableCustomActionsDirective, typeof TableCustomRowDirective]>;
1665
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1$1.CommonModule, typeof i2$1.RouterModule, typeof TableComponent, typeof TableCellComponent, typeof TableColumnComponent, typeof TableRowActionComponent, typeof TableExtraHeaderComponent, typeof PTableFooterDirective, typeof PTableHeaderDirective, typeof PTableDirective, typeof PTableNgxDirective, typeof PTableFilterModalDirective, typeof PTableCustomFilterDirective, typeof PTableCustomActionsDirective, typeof PTableCustomRowDirective], [typeof TableComponent, typeof TableCellComponent, typeof TableColumnComponent, typeof TableRowActionComponent, typeof TableExtraHeaderComponent, typeof PTableFooterDirective, typeof PTableHeaderDirective, typeof PTableDirective, typeof PTableNgxDirective, typeof PTableFilterModalDirective, typeof PTableCustomFilterDirective, typeof PTableCustomActionsDirective, typeof PTableCustomRowDirective]>;
1666
1666
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
1667
1667
  }
1668
1668
 
@@ -1680,7 +1680,7 @@ declare interface PToastContainer extends Components.PToastContainer {
1680
1680
  declare class ToastContainerComponent {
1681
1681
  protected z: NgZone;
1682
1682
  private _toastService;
1683
- toasts$: rxjs.Observable<_paperless_angular.ToastData[]>;
1683
+ toasts$: rxjs.Observable<_paperless_angular.PToastData[]>;
1684
1684
  protected el: HTMLElement;
1685
1685
  constructor(r: ElementRef, z: NgZone);
1686
1686
  dismiss(identifier: string): void;
@@ -1690,7 +1690,7 @@ declare class ToastContainerComponent {
1690
1690
 
1691
1691
  declare const TOAST_COMPONENTS: (typeof ToastContainerComponent)[];
1692
1692
 
1693
- declare enum ToastVariants {
1693
+ declare enum PToastVariants {
1694
1694
  Success = "positive",
1695
1695
  Warning = "biased",
1696
1696
  Error = "negative",
@@ -1699,12 +1699,12 @@ declare enum ToastVariants {
1699
1699
  Biased = "biased",
1700
1700
  Negative = "negative"
1701
1701
  }
1702
- type ToastActionFunction = (directive?: ToastDirective, data?: any) => void;
1703
- interface ToastOptions {
1702
+ type PToastActionFunction = (directive?: PToastDirective, data?: any) => void;
1703
+ interface PToastOptions {
1704
1704
  delay?: number | 'infinite';
1705
1705
  dismissOnAction?: boolean;
1706
1706
  enableAction?: boolean;
1707
- action?: ToastActionFunction;
1707
+ action?: PToastActionFunction;
1708
1708
  actionData?: any;
1709
1709
  icon?: {
1710
1710
  variant?: IconVariant;
@@ -1712,41 +1712,41 @@ interface ToastOptions {
1712
1712
  rotate?: RotateOptions;
1713
1713
  };
1714
1714
  }
1715
- interface ToastData {
1715
+ interface PToastData {
1716
1716
  identifier: string;
1717
- variant: ToastVariants;
1717
+ variant: PToastVariants;
1718
1718
  header: string;
1719
1719
  content: string;
1720
- options: ToastOptions;
1720
+ options: PToastOptions;
1721
1721
  }
1722
1722
 
1723
- declare class ToastDirective implements OnInit {
1723
+ declare class PToastDirective implements OnInit {
1724
1724
  delay: number | 'infinite';
1725
1725
  identifier: string;
1726
1726
  dismissOnAction: boolean;
1727
- actionFunc?: ToastActionFunction;
1727
+ actionFunc?: PToastActionFunction;
1728
1728
  actionData: any;
1729
1729
  dismiss: EventEmitter<string>;
1730
1730
  ngOnInit(): void;
1731
1731
  onAction(): void;
1732
1732
  doDismiss(): void;
1733
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastDirective, never>;
1734
- static ɵdir: i0.ɵɵDirectiveDeclaration<ToastDirective, "p-toast", never, { "delay": { "alias": "delay"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "dismissOnAction": { "alias": "dismissOnAction"; "required": false; }; "actionFunc": { "alias": "actionFunc"; "required": false; }; "actionData": { "alias": "actionData"; "required": false; }; }, { "dismiss": "dismiss"; }, never, never, true, never>;
1733
+ static ɵfac: i0.ɵɵFactoryDeclaration<PToastDirective, never>;
1734
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PToastDirective, "p-toast", never, { "delay": { "alias": "delay"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "dismissOnAction": { "alias": "dismissOnAction"; "required": false; }; "actionFunc": { "alias": "actionFunc"; "required": false; }; "actionData": { "alias": "actionData"; "required": false; }; }, { "dismiss": "dismiss"; }, never, never, true, never>;
1735
1735
  }
1736
1736
 
1737
- declare const TOAST_DIRECTIVES: (typeof ToastDirective)[];
1737
+ declare const TOAST_DIRECTIVES: (typeof PToastDirective)[];
1738
1738
 
1739
1739
  declare class ToastModule {
1740
1740
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
1741
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof ToastContainerComponent, typeof ToastDirective], [typeof ToastContainerComponent, typeof ToastDirective]>;
1741
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof ToastContainerComponent, typeof PToastDirective], [typeof ToastContainerComponent, typeof PToastDirective]>;
1742
1742
  static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
1743
1743
  }
1744
1744
 
1745
1745
  declare class ToastService {
1746
1746
  private _toasts;
1747
- toasts$: BehaviorSubject<ToastData[]>;
1748
- defaultOptions: ToastOptions;
1749
- show(header: string, content: string, variant?: ToastVariants, options?: ToastOptions): string;
1747
+ toasts$: BehaviorSubject<PToastData[]>;
1748
+ defaultOptions: PToastOptions;
1749
+ show(header: string, content: string, variant?: PToastVariants, options?: PToastOptions): string;
1750
1750
  hide(id: string): string;
1751
1751
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
1752
1752
  static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
@@ -1792,11 +1792,11 @@ declare class SelectSelectAllPipe implements PipeTransform {
1792
1792
 
1793
1793
  declare class PaperlessModule {
1794
1794
  static ɵfac: i0.ɵɵFactoryDeclaration<PaperlessModule, never>;
1795
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, never, [typeof PAccordion, typeof PAttachment, typeof PAvatar, typeof PAvatarGroup, typeof PBackdrop, typeof PBadge, typeof PButton, typeof PButtonGroup, typeof PCalendar, typeof PCardBody, typeof PCardContainer, typeof PCardHeader, typeof PCheckbox, typeof PContentSlider, typeof PCropper, typeof PDatepicker, typeof PDivider, typeof PDrawer, typeof PDrawerBody, typeof PDrawerContainer, typeof PDrawerHeader, typeof PDropdown, typeof PDropdownMenuContainer, typeof PDropdownMenuItem, typeof PEmptyState, typeof PField, typeof PFieldContainer, typeof PFloatingMenuContainer, typeof PFloatingMenuItem, typeof PHelper, typeof PIbanIcon, typeof PIcon, typeof PIllustration, typeof PInfoPanel, typeof PLabel, typeof PLayout, typeof PListing, typeof PListingItem, typeof PListingLine, typeof PLoader, typeof PModal, typeof PModalBody, typeof PModalContainer, typeof PModalFooter, typeof PModalHeader, typeof PNavbar, typeof PNavigationItem, typeof PNavigationSection, typeof PNavigationTitle, typeof PPagination, typeof PPaginationPages, typeof PPaginationPagesItem, typeof PPaginationSize, typeof PProfile, typeof PRadio, typeof PRange, typeof PSegmentContainer, typeof PSegmentItem, typeof PSelect, typeof PSmile, typeof PStepper, typeof PStepperItem, typeof PStepperLine, typeof PTabContainer, typeof PTabItem, typeof PTableContainer, typeof PTableFooter, typeof PTableHeader, typeof PTableRow, typeof PTableRowActionsContainer, typeof PToast, typeof PToggle, typeof PTooltip, typeof PaginationSizeDirective, typeof PaginationPagesDirective, typeof SelectDirective, typeof DatepickerDirective, typeof CropperDirective, typeof FieldDirective, typeof FieldNumberDirective, typeof RadioDirective, typeof CheckboxDirective, typeof ToggleDirective, typeof TableModule, typeof ToastModule, typeof OverlayModule, typeof CustomCurrencyPipe, typeof CustomDatePipe, typeof SafePipe, typeof SelectAutocompletePipe, typeof SelectSelectAllPipe], [typeof TableModule, typeof ToastModule, typeof OverlayModule, typeof PaginationSizeDirective, typeof PaginationPagesDirective, typeof SelectDirective, typeof DatepickerDirective, typeof CropperDirective, typeof FieldDirective, typeof FieldNumberDirective, typeof RadioDirective, typeof CheckboxDirective, typeof ToggleDirective, typeof PAccordion, typeof PAttachment, typeof PAvatar, typeof PAvatarGroup, typeof PBackdrop, typeof PBadge, typeof PButton, typeof PButtonGroup, typeof PCalendar, typeof PCardBody, typeof PCardContainer, typeof PCardHeader, typeof PCheckbox, typeof PContentSlider, typeof PCropper, typeof PDatepicker, typeof PDivider, typeof PDrawer, typeof PDrawerBody, typeof PDrawerContainer, typeof PDrawerHeader, typeof PDropdown, typeof PDropdownMenuContainer, typeof PDropdownMenuItem, typeof PEmptyState, typeof PField, typeof PFieldContainer, typeof PFloatingMenuContainer, typeof PFloatingMenuItem, typeof PHelper, typeof PIbanIcon, typeof PIcon, typeof PIllustration, typeof PInfoPanel, typeof PLabel, typeof PLayout, typeof PListing, typeof PListingItem, typeof PListingLine, typeof PLoader, typeof PModal, typeof PModalBody, typeof PModalContainer, typeof PModalFooter, typeof PModalHeader, typeof PNavbar, typeof PNavigationItem, typeof PNavigationSection, typeof PNavigationTitle, typeof PPagination, typeof PPaginationPages, typeof PPaginationPagesItem, typeof PPaginationSize, typeof PProfile, typeof PRadio, typeof PRange, typeof PSegmentContainer, typeof PSegmentItem, typeof PSelect, typeof PSmile, typeof PStepper, typeof PStepperItem, typeof PStepperLine, typeof PTabContainer, typeof PTabItem, typeof PTableContainer, typeof PTableFooter, typeof PTableHeader, typeof PTableRow, typeof PTableRowActionsContainer, typeof PToast, typeof PToggle, typeof PTooltip, typeof CustomCurrencyPipe, typeof CustomDatePipe, typeof SafePipe, typeof SelectAutocompletePipe, typeof SelectSelectAllPipe]>;
1795
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, never, [typeof PAccordion, typeof PAttachment, typeof PAvatar, typeof PAvatarGroup, typeof PBackdrop, typeof PBadge, typeof PButton, typeof PButtonGroup, typeof PCalendar, typeof PCardBody, typeof PCardContainer, typeof PCardHeader, typeof PCheckbox, typeof PContentSlider, typeof PCropper, typeof PDatepicker, typeof PDivider, typeof PDrawer, typeof PDrawerBody, typeof PDrawerContainer, typeof PDrawerHeader, typeof PDropdown, typeof PDropdownMenuContainer, typeof PDropdownMenuItem, typeof PEmptyState, typeof PField, typeof PFieldContainer, typeof PFloatingMenuContainer, typeof PFloatingMenuItem, typeof PHelper, typeof PIbanIcon, typeof PIcon, typeof PIllustration, typeof PInfoPanel, typeof PLabel, typeof PLayout, typeof PListing, typeof PListingItem, typeof PListingLine, typeof PLoader, typeof PModal, typeof PModalBody, typeof PModalContainer, typeof PModalFooter, typeof PModalHeader, typeof PNavbar, typeof PNavigationItem, typeof PNavigationSection, typeof PNavigationTitle, typeof PPagination, typeof PPaginationPages, typeof PPaginationPagesItem, typeof PPaginationSize, typeof PProfile, typeof PRadio, typeof PRange, typeof PSegmentContainer, typeof PSegmentItem, typeof PSelect, typeof PSmile, typeof PStepper, typeof PStepperItem, typeof PStepperLine, typeof PTabContainer, typeof PTabItem, typeof PTableContainer, typeof PTableFooter, typeof PTableHeader, typeof PTableRow, typeof PTableRowActionsContainer, typeof PToast, typeof PToggle, typeof PTooltip, typeof PPaginationSizeDirective, typeof PPaginationPagesDirective, typeof PSelectDirective, typeof PDatepickerDirective, typeof PCropperDirective, typeof PFieldDirective, typeof PFieldNumberDirective, typeof PRadioDirective, typeof PCheckboxDirective, typeof PToggleDirective, typeof TableModule, typeof ToastModule, typeof OverlayModule, typeof CustomCurrencyPipe, typeof CustomDatePipe, typeof SafePipe, typeof SelectAutocompletePipe, typeof SelectSelectAllPipe], [typeof TableModule, typeof ToastModule, typeof OverlayModule, typeof PPaginationSizeDirective, typeof PPaginationPagesDirective, typeof PSelectDirective, typeof PDatepickerDirective, typeof PCropperDirective, typeof PFieldDirective, typeof PFieldNumberDirective, typeof PRadioDirective, typeof PCheckboxDirective, typeof PToggleDirective, typeof PAccordion, typeof PAttachment, typeof PAvatar, typeof PAvatarGroup, typeof PBackdrop, typeof PBadge, typeof PButton, typeof PButtonGroup, typeof PCalendar, typeof PCardBody, typeof PCardContainer, typeof PCardHeader, typeof PCheckbox, typeof PContentSlider, typeof PCropper, typeof PDatepicker, typeof PDivider, typeof PDrawer, typeof PDrawerBody, typeof PDrawerContainer, typeof PDrawerHeader, typeof PDropdown, typeof PDropdownMenuContainer, typeof PDropdownMenuItem, typeof PEmptyState, typeof PField, typeof PFieldContainer, typeof PFloatingMenuContainer, typeof PFloatingMenuItem, typeof PHelper, typeof PIbanIcon, typeof PIcon, typeof PIllustration, typeof PInfoPanel, typeof PLabel, typeof PLayout, typeof PListing, typeof PListingItem, typeof PListingLine, typeof PLoader, typeof PModal, typeof PModalBody, typeof PModalContainer, typeof PModalFooter, typeof PModalHeader, typeof PNavbar, typeof PNavigationItem, typeof PNavigationSection, typeof PNavigationTitle, typeof PPagination, typeof PPaginationPages, typeof PPaginationPagesItem, typeof PPaginationSize, typeof PProfile, typeof PRadio, typeof PRange, typeof PSegmentContainer, typeof PSegmentItem, typeof PSelect, typeof PSmile, typeof PStepper, typeof PStepperItem, typeof PStepperLine, typeof PTabContainer, typeof PTabItem, typeof PTableContainer, typeof PTableFooter, typeof PTableHeader, typeof PTableRow, typeof PTableRowActionsContainer, typeof PToast, typeof PToggle, typeof PTooltip, typeof CustomCurrencyPipe, typeof CustomDatePipe, typeof SafePipe, typeof SelectAutocompletePipe, typeof SelectSelectAllPipe]>;
1796
1796
  static ɵinj: i0.ɵɵInjectorDeclaration<PaperlessModule>;
1797
1797
  }
1798
1798
 
1799
1799
  declare const PIPES: (typeof CustomCurrencyPipe | typeof CustomDatePipe | typeof SafePipe | typeof SelectAutocompletePipe)[];
1800
1800
 
1801
- export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CheckboxDirective, CropperDirective, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES, DatepickerDirective, FieldDirective, FieldNumberDirective, MODULES, OverlayModule, OverlayRef, OverlayService, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIPES, PIbanIcon, PIcon, PIllustration, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PProfile, PRadio, PRange, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip, PaginationPagesDirective, PaginationSizeDirective, PaperlessModule, RadioDirective, SafePipe, SelectAutocompletePipe, SelectDirective, SelectSelectAllPipe, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TableCellComponent, TableColumnComponent, TableComponent, TableCustomActionsDirective, TableCustomFilterDirective, TableCustomRowDirective, TableDirective, TableExtraHeaderComponent, TableFilterModalDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, TableRowActionComponent, ToastContainerComponent, ToastDirective, ToastModule, ToastService, ToastVariants, ToggleDirective, createFormFilters };
1802
- export type { AsyncItem, NGXTableDirectiveValue, PToastContainer, TableDirectiveValue, TableHeaderDirectiveValue, TableOptions, TableQuickFilter, TableRowActionClickEvent, TableRowActionQueryParams, TableRowActionRouterLink, ToastActionFunction, ToastData, ToastOptions };
1801
+ export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES, MODULES, OverlayModule, OverlayRef, OverlayService, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PCheckboxDirective, PContentSlider, PCropper, PCropperDirective, PDatepicker, PDatepickerDirective, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFieldDirective, PFieldNumberDirective, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIPES, PIbanIcon, PIcon, PIllustration, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesDirective, PPaginationPagesItem, PPaginationSize, PPaginationSizeDirective, PProfile, PRadio, PRadioDirective, PRange, PSegmentContainer, PSegmentItem, PSelect, PSelectDirective, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableCustomActionsDirective, PTableCustomFilterDirective, PTableCustomRowDirective, PTableDirective, PTableFilterModalDirective, PTableFooter, PTableFooterDirective, PTableHeader, PTableHeaderDirective, PTableNgxDirective, PTableRow, PTableRowActionsContainer, PToast, PToastDirective, PToastVariants, PToggle, PToggleDirective, PTooltip, PaperlessModule, SafePipe, SelectAutocompletePipe, SelectSelectAllPipe, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TableCellComponent, TableColumnComponent, TableComponent, TableExtraHeaderComponent, TableModule, TableRowActionComponent, ToastContainerComponent, ToastModule, ToastService, createFormFilters };
1802
+ export type { AsyncItem, NGXTableDirectiveValue, PToastActionFunction, PToastContainer, PToastData, PToastOptions, TableDirectiveValue, TableHeaderDirectiveValue, TableOptions, TableQuickFilter, TableRowActionClickEvent, TableRowActionQueryParams, TableRowActionRouterLink };