@paperless/angular 0.1.0-alpha.16 → 0.1.0-alpha.161

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.
Files changed (38) hide show
  1. package/README.md +1 -1
  2. package/esm2020/lib/base/form.component.mjs +105 -0
  3. package/esm2020/lib/base/index.mjs +4 -1
  4. package/esm2020/lib/base/table.component.mjs +162 -0
  5. package/esm2020/lib/base/upload.component.mjs +57 -0
  6. package/esm2020/lib/base/value-accessor.mjs +8 -8
  7. package/esm2020/lib/directives/index.mjs +18 -4
  8. package/esm2020/lib/directives/p-page-size-select.directive.mjs +42 -0
  9. package/esm2020/lib/directives/p-pagination.directive.mjs +42 -0
  10. package/esm2020/lib/directives/p-table-footer.directive.mjs +52 -0
  11. package/esm2020/lib/directives/p-table-header.directive.mjs +60 -0
  12. package/esm2020/lib/directives/p-table.directive.mjs +78 -0
  13. package/esm2020/lib/paperless.module.mjs +10 -6
  14. package/esm2020/lib/stencil/components.mjs +986 -60
  15. package/esm2020/lib/stencil/index.mjs +38 -1
  16. package/esm2020/public-api.mjs +2 -1
  17. package/fesm2015/paperless-angular.mjs +1551 -100
  18. package/fesm2015/paperless-angular.mjs.map +1 -1
  19. package/fesm2020/paperless-angular.mjs +1549 -89
  20. package/fesm2020/paperless-angular.mjs.map +1 -1
  21. package/{paperless-angular.d.ts → index.d.ts} +0 -0
  22. package/lib/base/form.component.d.ts +15 -0
  23. package/lib/base/index.d.ts +3 -0
  24. package/lib/base/table.component.d.ts +45 -0
  25. package/lib/base/upload.component.d.ts +16 -0
  26. package/lib/base/value-accessor.d.ts +6 -6
  27. package/lib/directives/index.d.ts +10 -3
  28. package/lib/directives/p-page-size-select.directive.d.ts +10 -0
  29. package/lib/directives/{pagination.directive.d.ts → p-pagination.directive.d.ts} +3 -3
  30. package/lib/directives/p-table-footer.directive.d.ts +11 -0
  31. package/lib/directives/p-table-header.directive.d.ts +17 -0
  32. package/lib/directives/p-table.directive.d.ts +22 -0
  33. package/lib/paperless.module.d.ts +6 -2
  34. package/lib/stencil/components.d.ts +445 -13
  35. package/lib/stencil/index.d.ts +1 -1
  36. package/package.json +7 -6
  37. package/public-api.d.ts +1 -0
  38. package/esm2020/lib/directives/pagination.directive.mjs +0 -42
@@ -0,0 +1,22 @@
1
+ import { ElementRef } from '@angular/core';
2
+ import { QuickFilter } from '@paperless/core';
3
+ import { BaseValueAccessor } from '../base';
4
+ import * as i0 from "@angular/core";
5
+ export interface TableDirectiveValue {
6
+ query?: string;
7
+ quickFilter?: QuickFilter;
8
+ page?: number;
9
+ pageSize?: number;
10
+ selectedRows?: any[];
11
+ }
12
+ export declare class TableDirective extends BaseValueAccessor {
13
+ protected lastValue: TableDirectiveValue;
14
+ constructor(el: ElementRef);
15
+ writeValue(value: TableDirectiveValue): void;
16
+ registerOnChange(fn: (value: any) => void): void;
17
+ registerOnTouched(fn: () => void): void;
18
+ handleChange(value: number | string | QuickFilter, type: 'page' | 'pageSize' | 'query' | 'quickFilter' | 'selectedRows'): void;
19
+ private _setActiveQuickFilter;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "p-table", never, {}, {}, never, never, false>;
22
+ }
@@ -1,8 +1,12 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./stencil/components";
3
- import * as i2 from "./directives/pagination.directive";
3
+ import * as i2 from "./directives/p-pagination.directive";
4
+ import * as i3 from "./directives/p-page-size-select.directive";
5
+ import * as i4 from "./directives/p-table-footer.directive";
6
+ import * as i5 from "./directives/p-table-header.directive";
7
+ import * as i6 from "./directives/p-table.directive";
4
8
  export declare class PaperlessModule {
5
9
  static ɵfac: i0.ɵɵFactoryDeclaration<PaperlessModule, never>;
6
- static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, [typeof i1.PAvatar, typeof i1.PButton, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PLoader, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PTooltip, typeof i2.PaginationDirective], never, [typeof i1.PAvatar, typeof i1.PButton, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PLoader, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PTooltip, typeof i2.PaginationDirective]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, [typeof i1.PAccordion, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PButton, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputGroup, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBackdrop, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PPageSizeSelect, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PProfile, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.PTable, typeof i1.PTableBody, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PTag, typeof i1.PTooltip, typeof i2.PaginationDirective, typeof i3.PageSizeSelectDirective, typeof i4.TableFooterDirective, typeof i5.TableHeaderDirective, typeof i6.TableDirective], never, [typeof i1.PAccordion, typeof i1.PAvatar, typeof i1.PAvatarGroup, typeof i1.PButton, typeof i1.PCardBody, typeof i1.PCardContainer, typeof i1.PCardHeader, typeof i1.PContentSlider, typeof i1.PCounter, typeof i1.PDivider, typeof i1.PDropdown, typeof i1.PDropdownMenuContainer, typeof i1.PDropdownMenuItem, typeof i1.PHelper, typeof i1.PIcon, typeof i1.PIllustration, typeof i1.PInfoPanel, typeof i1.PInputGroup, typeof i1.PLayout, typeof i1.PLoader, typeof i1.PModal, typeof i1.PModalBackdrop, typeof i1.PModalBody, typeof i1.PModalContainer, typeof i1.PModalFooter, typeof i1.PModalHeader, typeof i1.PNavbar, typeof i1.PNavigationItem, typeof i1.PPageSizeSelect, typeof i1.PPagination, typeof i1.PPaginationItem, typeof i1.PProfile, typeof i1.PSegmentContainer, typeof i1.PSegmentItem, typeof i1.PSliderIndicator, typeof i1.PStatus, typeof i1.PStepper, typeof i1.PStepperItem, typeof i1.PStepperLine, typeof i1.PTabGroup, typeof i1.PTabItem, typeof i1.PTable, typeof i1.PTableBody, typeof i1.PTableContainer, typeof i1.PTableFooter, typeof i1.PTableHeader, typeof i1.PTableRow, typeof i1.PTag, typeof i1.PTooltip, typeof i2.PaginationDirective, typeof i3.PageSizeSelectDirective, typeof i4.TableFooterDirective, typeof i5.TableHeaderDirective, typeof i6.TableDirective]>;
7
11
  static ɵinj: i0.ɵɵInjectorDeclaration<PaperlessModule>;
8
12
  }
@@ -1,6 +1,22 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
2
  import { Components } from '@paperless/core';
3
+ import type { RowClickEvent as ITableRowClickEvent } from '@paperless/core';
4
+ import type { QuickFilter as ITableQuickFilter } from '@paperless/core';
5
+ import type { QuickFilter as ITableHeaderQuickFilter } from '@paperless/core';
3
6
  import * as i0 from "@angular/core";
7
+ export declare interface PAccordion extends Components.PAccordion {
8
+ /**
9
+ * Open change event
10
+ */
11
+ isOpen: EventEmitter<CustomEvent<boolean>>;
12
+ }
13
+ export declare class PAccordion {
14
+ protected z: NgZone;
15
+ protected el: HTMLElement;
16
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion", never, { "closeable": "closeable"; "header": "header"; "open": "open"; "openable": "openable"; }, {}, never, ["*"], false>;
19
+ }
4
20
  export declare interface PAvatar extends Components.PAvatar {
5
21
  }
6
22
  export declare class PAvatar {
@@ -8,7 +24,16 @@ export declare class PAvatar {
8
24
  protected el: HTMLElement;
9
25
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
26
  static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false>;
28
+ }
29
+ export declare interface PAvatarGroup extends Components.PAvatarGroup {
30
+ }
31
+ export declare class PAvatarGroup {
32
+ protected z: NgZone;
33
+ protected el: HTMLElement;
34
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAvatarGroup, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatarGroup, "p-avatar-group", never, { "extra": "extra"; }, {}, never, ["*"], false>;
12
37
  }
13
38
  export declare interface PButton extends Components.PButton {
14
39
  /**
@@ -21,7 +46,43 @@ export declare class PButton {
21
46
  protected el: HTMLElement;
22
47
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
23
48
  static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "loading": "loading"; "size": "size"; "target": "target"; "variant": "variant"; }, {}, never, ["*"]>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "chevron": "chevron"; "chevronPosition": "chevronPosition"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "loading": "loading"; "size": "size"; "target": "target"; "variant": "variant"; "width": "width"; }, {}, never, ["*"], false>;
50
+ }
51
+ export declare interface PCardBody extends Components.PCardBody {
52
+ }
53
+ export declare class PCardBody {
54
+ protected z: NgZone;
55
+ protected el: HTMLElement;
56
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
57
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardBody, never>;
58
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, { "inheritText": "inheritText"; }, {}, never, ["*"], false>;
59
+ }
60
+ export declare interface PCardContainer extends Components.PCardContainer {
61
+ }
62
+ export declare class PCardContainer {
63
+ protected z: NgZone;
64
+ protected el: HTMLElement;
65
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardContainer, never>;
67
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "hoverable": "hoverable"; "shadow": "shadow"; }, {}, never, ["*"], false>;
68
+ }
69
+ export declare interface PCardHeader extends Components.PCardHeader {
70
+ }
71
+ export declare class PCardHeader {
72
+ protected z: NgZone;
73
+ protected el: HTMLElement;
74
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
75
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardHeader, never>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "arrow": "arrow"; "header": "header"; }, {}, never, ["*"], false>;
77
+ }
78
+ export declare interface PContentSlider extends Components.PContentSlider {
79
+ }
80
+ export declare class PContentSlider {
81
+ protected z: NgZone;
82
+ protected el: HTMLElement;
83
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
84
+ static ɵfac: i0.ɵɵFactoryDeclaration<PContentSlider, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<PContentSlider, "p-content-slider", never, { "disableAutoCenter": "disableAutoCenter"; "disableDrag": "disableDrag"; "disableIndicatorClick": "disableIndicatorClick"; "hideMobileIndicator": "hideMobileIndicator"; }, {}, never, ["*"], false>;
25
86
  }
26
87
  export declare interface PCounter extends Components.PCounter {
27
88
  }
@@ -30,7 +91,7 @@ export declare class PCounter {
30
91
  protected el: HTMLElement;
31
92
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
32
93
  static ɵfac: i0.ɵɵFactoryDeclaration<PCounter, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, {}, {}, never, ["*"]>;
94
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
34
95
  }
35
96
  export declare interface PDivider extends Components.PDivider {
36
97
  }
@@ -39,7 +100,38 @@ export declare class PDivider {
39
100
  protected el: HTMLElement;
40
101
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
41
102
  static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"]>;
103
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"], false>;
104
+ }
105
+ export declare interface PDropdown extends Components.PDropdown {
106
+ /**
107
+ * Open change event
108
+ */
109
+ isOpen: EventEmitter<CustomEvent<boolean>>;
110
+ }
111
+ export declare class PDropdown {
112
+ protected z: NgZone;
113
+ protected el: HTMLElement;
114
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
115
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false>;
117
+ }
118
+ export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
119
+ }
120
+ export declare class PDropdownMenuContainer {
121
+ protected z: NgZone;
122
+ protected el: HTMLElement;
123
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
124
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
125
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, {}, {}, never, ["*"], false>;
126
+ }
127
+ export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
128
+ }
129
+ export declare class PDropdownMenuItem {
130
+ protected z: NgZone;
131
+ protected el: HTMLElement;
132
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
133
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
134
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "icon": "icon"; }, {}, never, ["*"], false>;
43
135
  }
44
136
  export declare interface PHelper extends Components.PHelper {
45
137
  }
@@ -48,7 +140,7 @@ export declare class PHelper {
48
140
  protected el: HTMLElement;
49
141
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
50
142
  static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, {}, {}, never, ["*"]>;
143
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": "placement"; }, {}, never, ["*"], false>;
52
144
  }
53
145
  export declare interface PIcon extends Components.PIcon {
54
146
  }
@@ -57,7 +149,7 @@ export declare class PIcon {
57
149
  protected el: HTMLElement;
58
150
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
59
151
  static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
152
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
61
153
  }
62
154
  export declare interface PIllustration extends Components.PIllustration {
63
155
  }
@@ -66,7 +158,7 @@ export declare class PIllustration {
66
158
  protected el: HTMLElement;
67
159
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
68
160
  static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"]>;
161
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false>;
70
162
  }
71
163
  export declare interface PInfoPanel extends Components.PInfoPanel {
72
164
  }
@@ -75,7 +167,25 @@ export declare class PInfoPanel {
75
167
  protected el: HTMLElement;
76
168
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
77
169
  static ɵfac: i0.ɵɵFactoryDeclaration<PInfoPanel, never>;
78
- static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"]>;
170
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false>;
171
+ }
172
+ export declare interface PInputGroup extends Components.PInputGroup {
173
+ }
174
+ export declare class PInputGroup {
175
+ protected z: NgZone;
176
+ protected el: HTMLElement;
177
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
178
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
179
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInputGroup, "p-input-group", never, { "disabled": "disabled"; "error": "error"; "focused": "focused"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "label": "label"; "prefix": "prefix"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false>;
180
+ }
181
+ export declare interface PLayout extends Components.PLayout {
182
+ }
183
+ export declare class PLayout {
184
+ protected z: NgZone;
185
+ protected el: HTMLElement;
186
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
187
+ static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
188
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false>;
79
189
  }
80
190
  export declare interface PLoader extends Components.PLoader {
81
191
  }
@@ -84,11 +194,104 @@ export declare class PLoader {
84
194
  protected el: HTMLElement;
85
195
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
86
196
  static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"]>;
197
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false>;
198
+ }
199
+ export declare interface PModal extends Components.PModal {
200
+ /**
201
+ * Close click event
202
+ */
203
+ close: EventEmitter<CustomEvent<MouseEvent>>;
204
+ }
205
+ export declare class PModal {
206
+ protected z: NgZone;
207
+ protected el: HTMLElement;
208
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
209
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
210
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "header": "header"; "show": "show"; "showMobileClose": "showMobileClose"; "showMobileFooter": "showMobileFooter"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
211
+ }
212
+ export declare interface PModalBackdrop extends Components.PModalBackdrop {
213
+ }
214
+ export declare class PModalBackdrop {
215
+ protected z: NgZone;
216
+ protected el: HTMLElement;
217
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
218
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalBackdrop, never>;
219
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBackdrop, "p-modal-backdrop", never, {}, {}, never, ["*"], false>;
220
+ }
221
+ export declare interface PModalBody extends Components.PModalBody {
222
+ }
223
+ export declare class PModalBody {
224
+ protected z: NgZone;
225
+ protected el: HTMLElement;
226
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
227
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
228
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "variant": "variant"; }, {}, never, ["*"], false>;
229
+ }
230
+ export declare interface PModalContainer extends Components.PModalContainer {
231
+ }
232
+ export declare class PModalContainer {
233
+ protected z: NgZone;
234
+ protected el: HTMLElement;
235
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
236
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
237
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "size": "size"; }, {}, never, ["*"], false>;
238
+ }
239
+ export declare interface PModalFooter extends Components.PModalFooter {
240
+ }
241
+ export declare class PModalFooter {
242
+ protected z: NgZone;
243
+ protected el: HTMLElement;
244
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
245
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
246
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, { "hideOnMobile": "hideOnMobile"; }, {}, never, ["*"], false>;
247
+ }
248
+ export declare interface PModalHeader extends Components.PModalHeader {
249
+ /**
250
+ * Close click event
251
+ */
252
+ close: EventEmitter<CustomEvent<MouseEvent>>;
253
+ }
254
+ export declare class PModalHeader {
255
+ protected z: NgZone;
256
+ protected el: HTMLElement;
257
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
258
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
259
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showMobileClose": "showMobileClose"; }, {}, never, ["*"], false>;
260
+ }
261
+ export declare interface PNavbar extends Components.PNavbar {
262
+ }
263
+ export declare class PNavbar {
264
+ protected z: NgZone;
265
+ protected el: HTMLElement;
266
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
267
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
268
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "closeText": "closeText"; "menuText": "menuText"; }, {}, never, ["*"], false>;
269
+ }
270
+ export declare interface PNavigationItem extends Components.PNavigationItem {
271
+ }
272
+ export declare class PNavigationItem {
273
+ protected z: NgZone;
274
+ protected el: HTMLElement;
275
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
276
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
277
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false>;
278
+ }
279
+ export declare interface PPageSizeSelect extends Components.PPageSizeSelect {
280
+ /**
281
+ * Event whenever the size changes
282
+ */
283
+ sizeChange: EventEmitter<CustomEvent<number>>;
284
+ }
285
+ export declare class PPageSizeSelect {
286
+ protected z: NgZone;
287
+ protected el: HTMLElement;
288
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
289
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPageSizeSelect, never>;
290
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPageSizeSelect, "p-page-size-select", never, { "buttonSize": "buttonSize"; "buttonTemplate": "buttonTemplate"; "chevronPosition": "chevronPosition"; "hidden": "hidden"; "itemTemplate": "itemTemplate"; "size": "size"; "sizeOptions": "sizeOptions"; }, {}, never, ["*"], false>;
88
291
  }
89
292
  export declare interface PPagination extends Components.PPagination {
90
293
  /**
91
- *
294
+ * Event whenever the page changes
92
295
  */
93
296
  pageChange: EventEmitter<CustomEvent<number>>;
94
297
  }
@@ -97,7 +300,7 @@ export declare class PPagination {
97
300
  protected el: HTMLElement;
98
301
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
99
302
  static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"]>;
303
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false>;
101
304
  }
102
305
  export declare interface PPaginationItem extends Components.PPaginationItem {
103
306
  }
@@ -106,14 +309,243 @@ export declare class PPaginationItem {
106
309
  protected el: HTMLElement;
107
310
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
108
311
  static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationItem, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"]>;
312
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"], false>;
313
+ }
314
+ export declare interface PProfile extends Components.PProfile {
315
+ }
316
+ export declare class PProfile {
317
+ protected z: NgZone;
318
+ protected el: HTMLElement;
319
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
320
+ static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
321
+ static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
322
+ }
323
+ export declare interface PSegmentContainer extends Components.PSegmentContainer {
324
+ }
325
+ export declare class PSegmentContainer {
326
+ protected z: NgZone;
327
+ protected el: HTMLElement;
328
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
329
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
330
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false>;
331
+ }
332
+ export declare interface PSegmentItem extends Components.PSegmentItem {
333
+ }
334
+ export declare class PSegmentItem {
335
+ protected z: NgZone;
336
+ protected el: HTMLElement;
337
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
338
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
339
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false>;
340
+ }
341
+ export declare interface PSliderIndicator extends Components.PSliderIndicator {
342
+ }
343
+ export declare class PSliderIndicator {
344
+ protected z: NgZone;
345
+ protected el: HTMLElement;
346
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
347
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSliderIndicator, never>;
348
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false>;
349
+ }
350
+ export declare interface PStatus extends Components.PStatus {
351
+ }
352
+ export declare class PStatus {
353
+ protected z: NgZone;
354
+ protected el: HTMLElement;
355
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
356
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStatus, never>;
357
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false>;
358
+ }
359
+ export declare interface PStepper extends Components.PStepper {
360
+ }
361
+ export declare class PStepper {
362
+ protected z: NgZone;
363
+ protected el: HTMLElement;
364
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
365
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
366
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "direction": "direction"; }, {}, never, ["*"], false>;
367
+ }
368
+ export declare interface PStepperItem extends Components.PStepperItem {
369
+ }
370
+ export declare class PStepperItem {
371
+ protected z: NgZone;
372
+ protected el: HTMLElement;
373
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
374
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
375
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false>;
376
+ }
377
+ export declare interface PStepperLine extends Components.PStepperLine {
378
+ }
379
+ export declare class PStepperLine {
380
+ protected z: NgZone;
381
+ protected el: HTMLElement;
382
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
383
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
384
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false>;
385
+ }
386
+ export declare interface PTabGroup extends Components.PTabGroup {
387
+ }
388
+ export declare class PTabGroup {
389
+ protected z: NgZone;
390
+ protected el: HTMLElement;
391
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
392
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabGroup, never>;
393
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabGroup, "p-tab-group", never, {}, {}, never, ["*"], false>;
394
+ }
395
+ export declare interface PTabItem extends Components.PTabItem {
396
+ }
397
+ export declare class PTabItem {
398
+ protected z: NgZone;
399
+ protected el: HTMLElement;
400
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
401
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
402
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false>;
403
+ }
404
+ export declare interface PTable extends Components.PTable {
405
+ /**
406
+ * Event whenever the current selection changes
407
+ */
408
+ selectedRowsChange: EventEmitter<CustomEvent<any>>;
409
+ /**
410
+ * Event whenever a row is clicked
411
+ */
412
+ rowClick: EventEmitter<CustomEvent<ITableRowClickEvent>>;
413
+ /**
414
+ * Event whenever a row is selected
415
+ */
416
+ rowSelected: EventEmitter<CustomEvent<any>>;
417
+ /**
418
+ * Event whenever a row is deselected
419
+ */
420
+ rowDeselected: EventEmitter<CustomEvent<any>>;
421
+ /**
422
+ * Event when one of the quick filters is clicked
423
+ */
424
+ quickFilter: EventEmitter<CustomEvent<ITableQuickFilter>>;
425
+ /**
426
+ * Event when the query changes
427
+ */
428
+ queryChange: EventEmitter<CustomEvent<string>>;
429
+ /**
430
+ * Event when the filter button is clicked
431
+ */
432
+ filter: EventEmitter<CustomEvent<null>>;
433
+ /**
434
+ * Event when the edit button is clicked
435
+ */
436
+ edit: EventEmitter<CustomEvent<null>>;
437
+ /**
438
+ * Event whenever the page changes
439
+ */
440
+ pageChange: EventEmitter<CustomEvent<number>>;
441
+ /**
442
+ * Event whenever the page changes
443
+ */
444
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
445
+ /**
446
+ * Event whenever the page changes
447
+ */
448
+ export: EventEmitter<CustomEvent<number>>;
449
+ }
450
+ export declare class PTable {
451
+ protected z: NgZone;
452
+ protected el: HTMLElement;
453
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
454
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTable, never>;
455
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTable, "p-table", never, { "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "amountOfLoadingRows": "amountOfLoadingRows"; "canSelectKey": "canSelectKey"; "editButtonTemplate": "editButtonTemplate"; "enableEdit": "enableEdit"; "enableExport": "enableExport"; "enableFilter": "enableFilter"; "enablePageSize": "enablePageSize"; "enablePagination": "enablePagination"; "enableRowClick": "enableRowClick"; "enableRowSelection": "enableRowSelection"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "hideOnSinglePage": "hideOnSinglePage"; "items": "items"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; "selectedRows": "selectedRows"; "selectionKey": "selectionKey"; "total": "total"; }, {}, never, ["*"], false>;
456
+ }
457
+ export declare interface PTableBody extends Components.PTableBody {
458
+ }
459
+ export declare class PTableBody {
460
+ protected z: NgZone;
461
+ protected el: HTMLElement;
462
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
463
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableBody, never>;
464
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableBody, "p-table-body", never, {}, {}, never, ["*"], false>;
465
+ }
466
+ export declare interface PTableContainer extends Components.PTableContainer {
467
+ }
468
+ export declare class PTableContainer {
469
+ protected z: NgZone;
470
+ protected el: HTMLElement;
471
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
472
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
473
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], false>;
474
+ }
475
+ export declare interface PTableFooter extends Components.PTableFooter {
476
+ /**
477
+ * Event whenever the page changes
478
+ */
479
+ pageChange: EventEmitter<CustomEvent<number>>;
480
+ /**
481
+ * Event whenever the page changes
482
+ */
483
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
484
+ /**
485
+ * Event whenever the page changes
486
+ */
487
+ export: EventEmitter<CustomEvent<number>>;
488
+ }
489
+ export declare class PTableFooter {
490
+ protected z: NgZone;
491
+ protected el: HTMLElement;
492
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
493
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
494
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enableExport": "enableExport"; "enablePageSize": "enablePageSize"; "enablePagination": "enablePagination"; "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false>;
495
+ }
496
+ export declare interface PTableHeader extends Components.PTableHeader {
497
+ /**
498
+ * Event when one of the quick filters is clicked
499
+ */
500
+ quickFilter: EventEmitter<CustomEvent<ITableHeaderQuickFilter>>;
501
+ /**
502
+ * Event when the query changes
503
+ */
504
+ queryChange: EventEmitter<CustomEvent<string>>;
505
+ /**
506
+ * Event when the filter button is clicked
507
+ */
508
+ filter: EventEmitter<CustomEvent<null>>;
509
+ /**
510
+ * Event when the edit button is clicked
511
+ */
512
+ edit: EventEmitter<CustomEvent<null>>;
513
+ }
514
+ export declare class PTableHeader {
515
+ protected z: NgZone;
516
+ protected el: HTMLElement;
517
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
518
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
519
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "canEdit": "canEdit"; "editButtonTemplate": "editButtonTemplate"; "enableEdit": "enableEdit"; "enableFilter": "enableFilter"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "itemsSelectedAmount": "itemsSelectedAmount"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; }, {}, never, ["*"], false>;
520
+ }
521
+ export declare interface PTableRow extends Components.PTableRow {
522
+ }
523
+ export declare class PTableRow {
524
+ protected z: NgZone;
525
+ protected el: HTMLElement;
526
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
527
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
528
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false>;
529
+ }
530
+ export declare interface PTag extends Components.PTag {
531
+ }
532
+ export declare class PTag {
533
+ protected z: NgZone;
534
+ protected el: HTMLElement;
535
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
536
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
537
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag", never, { "circle": "circle"; "variant": "variant"; }, {}, never, ["*"], false>;
110
538
  }
111
539
  export declare interface PTooltip extends Components.PTooltip {
540
+ /**
541
+ * Open change event
542
+ */
543
+ isOpen: EventEmitter<CustomEvent<boolean>>;
112
544
  }
113
545
  export declare class PTooltip {
114
546
  protected z: NgZone;
115
547
  protected el: HTMLElement;
116
548
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
117
549
  static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
118
- static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "variant": "variant"; }, {}, never, ["*"]>;
550
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false>;
119
551
  }
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.PAvatar | typeof d.PButton | typeof d.PCounter | typeof d.PDivider | typeof d.PHelper | typeof d.PIcon | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PLoader | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PTooltip)[];
2
+ export declare const DIRECTIVES: (typeof d.PAccordion | typeof d.PAvatar | typeof d.PAvatarGroup | typeof d.PButton | typeof d.PCardBody | typeof d.PCardContainer | typeof d.PCardHeader | typeof d.PContentSlider | typeof d.PCounter | typeof d.PDivider | typeof d.PDropdown | typeof d.PDropdownMenuContainer | typeof d.PDropdownMenuItem | typeof d.PHelper | typeof d.PIcon | typeof d.PIllustration | typeof d.PInfoPanel | typeof d.PInputGroup | typeof d.PLayout | typeof d.PLoader | typeof d.PModal | typeof d.PModalBackdrop | typeof d.PModalBody | typeof d.PModalContainer | typeof d.PModalFooter | typeof d.PModalHeader | typeof d.PNavbar | typeof d.PNavigationItem | typeof d.PPageSizeSelect | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PProfile | typeof d.PSegmentContainer | typeof d.PSegmentItem | typeof d.PSliderIndicator | typeof d.PStatus | typeof d.PStepper | typeof d.PStepperItem | typeof d.PStepperLine | typeof d.PTabGroup | typeof d.PTabItem | typeof d.PTable | typeof d.PTableBody | typeof d.PTableContainer | typeof d.PTableFooter | typeof d.PTableHeader | typeof d.PTableRow | typeof d.PTag | typeof d.PTooltip)[];
package/package.json CHANGED
@@ -1,25 +1,26 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.16",
3
+ "version": "0.1.0-alpha.161",
4
4
  "peerDependencies": {
5
- "@angular/common": "^13.3.0",
6
- "@angular/core": "^13.3.0"
5
+ "@angular/common": "^13.3.0 || ^14.0.0",
6
+ "@angular/core": "^13.3.0 || ^14.0.0"
7
7
  },
8
8
  "dependencies": {
9
- "tslib": "^2.3.0"
9
+ "@ngneat/until-destroy": "9.2.2",
10
+ "tslib": "2.4.0"
10
11
  },
11
12
  "module": "fesm2015/paperless-angular.mjs",
12
13
  "es2020": "fesm2020/paperless-angular.mjs",
13
14
  "esm2020": "esm2020/paperless-angular.mjs",
14
15
  "fesm2020": "fesm2020/paperless-angular.mjs",
15
16
  "fesm2015": "fesm2015/paperless-angular.mjs",
16
- "typings": "paperless-angular.d.ts",
17
+ "typings": "index.d.ts",
17
18
  "exports": {
18
19
  "./package.json": {
19
20
  "default": "./package.json"
20
21
  },
21
22
  ".": {
22
- "types": "./paperless-angular.d.ts",
23
+ "types": "./index.d.ts",
23
24
  "esm2020": "./esm2020/paperless-angular.mjs",
24
25
  "es2020": "./fesm2020/paperless-angular.mjs",
25
26
  "es2015": "./fesm2015/paperless-angular.mjs",
package/public-api.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from './lib/base';
1
2
  export * from './lib/directives';
2
3
  export * from './lib/paperless.module';
3
4
  export * from './lib/stencil/components';