@paperless/angular 0.1.0-alpha.11 → 0.1.0-alpha.112

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.
@@ -1,6 +1,19 @@
1
1
  import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone } from '@angular/core';
2
2
  import { Components } from '@paperless/core';
3
3
  import * as i0 from "@angular/core";
4
+ export declare interface PAccordion extends Components.PAccordion {
5
+ /**
6
+ * Open change event
7
+ */
8
+ isOpen: EventEmitter<CustomEvent<boolean>>;
9
+ }
10
+ export declare class PAccordion {
11
+ protected z: NgZone;
12
+ protected el: HTMLElement;
13
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion", never, { "closeable": "closeable"; "header": "header"; "open": "open"; "openable": "openable"; }, {}, never, ["*"], false>;
16
+ }
4
17
  export declare interface PAvatar extends Components.PAvatar {
5
18
  }
6
19
  export declare class PAvatar {
@@ -8,7 +21,16 @@ export declare class PAvatar {
8
21
  protected el: HTMLElement;
9
22
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
23
  static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false>;
25
+ }
26
+ export declare interface PAvatarGroup extends Components.PAvatarGroup {
27
+ }
28
+ export declare class PAvatarGroup {
29
+ protected z: NgZone;
30
+ protected el: HTMLElement;
31
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAvatarGroup, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatarGroup, "p-avatar-group", never, { "extra": "extra"; }, {}, never, ["*"], false>;
12
34
  }
13
35
  export declare interface PButton extends Components.PButton {
14
36
  /**
@@ -21,7 +43,43 @@ export declare class PButton {
21
43
  protected el: HTMLElement;
22
44
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
23
45
  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, ["*"]>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "chevron": "chevron"; "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>;
47
+ }
48
+ export declare interface PCardBody extends Components.PCardBody {
49
+ }
50
+ export declare class PCardBody {
51
+ protected z: NgZone;
52
+ protected el: HTMLElement;
53
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardBody, never>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, { "inheritText": "inheritText"; }, {}, never, ["*"], false>;
56
+ }
57
+ export declare interface PCardContainer extends Components.PCardContainer {
58
+ }
59
+ export declare class PCardContainer {
60
+ protected z: NgZone;
61
+ protected el: HTMLElement;
62
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
63
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardContainer, never>;
64
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "hoverable": "hoverable"; "shadow": "shadow"; }, {}, never, ["*"], false>;
65
+ }
66
+ export declare interface PCardHeader extends Components.PCardHeader {
67
+ }
68
+ export declare class PCardHeader {
69
+ protected z: NgZone;
70
+ protected el: HTMLElement;
71
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
72
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardHeader, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "arrow": "arrow"; "header": "header"; }, {}, never, ["*"], false>;
74
+ }
75
+ export declare interface PContentSlider extends Components.PContentSlider {
76
+ }
77
+ export declare class PContentSlider {
78
+ protected z: NgZone;
79
+ protected el: HTMLElement;
80
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
81
+ static ɵfac: i0.ɵɵFactoryDeclaration<PContentSlider, never>;
82
+ static ɵcmp: i0.ɵɵComponentDeclaration<PContentSlider, "p-content-slider", never, { "disableDrag": "disableDrag"; "disableIndicatorClick": "disableIndicatorClick"; "hideMobileIndicator": "hideMobileIndicator"; }, {}, never, ["*"], false>;
25
83
  }
26
84
  export declare interface PCounter extends Components.PCounter {
27
85
  }
@@ -30,7 +88,7 @@ export declare class PCounter {
30
88
  protected el: HTMLElement;
31
89
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
32
90
  static ɵfac: i0.ɵɵFactoryDeclaration<PCounter, never>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, {}, {}, never, ["*"]>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
34
92
  }
35
93
  export declare interface PDivider extends Components.PDivider {
36
94
  }
@@ -39,7 +97,38 @@ export declare class PDivider {
39
97
  protected el: HTMLElement;
40
98
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
41
99
  static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"]>;
100
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"], false>;
101
+ }
102
+ export declare interface PDropdown extends Components.PDropdown {
103
+ /**
104
+ * Open change event
105
+ */
106
+ isOpen: EventEmitter<CustomEvent<boolean>>;
107
+ }
108
+ export declare class PDropdown {
109
+ protected z: NgZone;
110
+ protected el: HTMLElement;
111
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
112
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false>;
114
+ }
115
+ export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
116
+ }
117
+ export declare class PDropdownMenuContainer {
118
+ protected z: NgZone;
119
+ protected el: HTMLElement;
120
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
121
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, {}, {}, never, ["*"], false>;
123
+ }
124
+ export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
125
+ }
126
+ export declare class PDropdownMenuItem {
127
+ protected z: NgZone;
128
+ protected el: HTMLElement;
129
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
130
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
131
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "icon": "icon"; }, {}, never, ["*"], false>;
43
132
  }
44
133
  export declare interface PHelper extends Components.PHelper {
45
134
  }
@@ -48,7 +137,7 @@ export declare class PHelper {
48
137
  protected el: HTMLElement;
49
138
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
50
139
  static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
51
- static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, {}, {}, never, ["*"]>;
140
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": "placement"; }, {}, never, ["*"], false>;
52
141
  }
53
142
  export declare interface PIcon extends Components.PIcon {
54
143
  }
@@ -57,7 +146,7 @@ export declare class PIcon {
57
146
  protected el: HTMLElement;
58
147
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
59
148
  static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
149
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
61
150
  }
62
151
  export declare interface PIllustration extends Components.PIllustration {
63
152
  }
@@ -66,7 +155,7 @@ export declare class PIllustration {
66
155
  protected el: HTMLElement;
67
156
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
68
157
  static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
69
- static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"]>;
158
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false>;
70
159
  }
71
160
  export declare interface PInfoPanel extends Components.PInfoPanel {
72
161
  }
@@ -75,7 +164,25 @@ export declare class PInfoPanel {
75
164
  protected el: HTMLElement;
76
165
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
77
166
  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, ["*"]>;
167
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false>;
168
+ }
169
+ export declare interface PInputGroup extends Components.PInputGroup {
170
+ }
171
+ export declare class PInputGroup {
172
+ protected z: NgZone;
173
+ protected el: HTMLElement;
174
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
175
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
176
+ 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"; "suffix": "suffix"; }, {}, never, ["*"], false>;
177
+ }
178
+ export declare interface PLayout extends Components.PLayout {
179
+ }
180
+ export declare class PLayout {
181
+ protected z: NgZone;
182
+ protected el: HTMLElement;
183
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
184
+ static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
185
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false>;
79
186
  }
80
187
  export declare interface PLoader extends Components.PLoader {
81
188
  }
@@ -84,11 +191,91 @@ export declare class PLoader {
84
191
  protected el: HTMLElement;
85
192
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
86
193
  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, ["*"]>;
194
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false>;
195
+ }
196
+ export declare interface PModal extends Components.PModal {
197
+ /**
198
+ * Close click event
199
+ */
200
+ close: EventEmitter<CustomEvent<MouseEvent>>;
201
+ }
202
+ export declare class PModal {
203
+ protected z: NgZone;
204
+ protected el: HTMLElement;
205
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
206
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
207
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "header": "header"; "show": "show"; "showMobileClose": "showMobileClose"; "showMobileFooter": "showMobileFooter"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
208
+ }
209
+ export declare interface PModalBackdrop extends Components.PModalBackdrop {
210
+ }
211
+ export declare class PModalBackdrop {
212
+ protected z: NgZone;
213
+ protected el: HTMLElement;
214
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
215
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalBackdrop, never>;
216
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBackdrop, "p-modal-backdrop", never, {}, {}, never, ["*"], false>;
217
+ }
218
+ export declare interface PModalBody extends Components.PModalBody {
219
+ }
220
+ export declare class PModalBody {
221
+ protected z: NgZone;
222
+ protected el: HTMLElement;
223
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
224
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
225
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "variant": "variant"; }, {}, never, ["*"], false>;
226
+ }
227
+ export declare interface PModalContainer extends Components.PModalContainer {
228
+ }
229
+ export declare class PModalContainer {
230
+ protected z: NgZone;
231
+ protected el: HTMLElement;
232
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
233
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
234
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "size": "size"; }, {}, never, ["*"], false>;
235
+ }
236
+ export declare interface PModalFooter extends Components.PModalFooter {
237
+ }
238
+ export declare class PModalFooter {
239
+ protected z: NgZone;
240
+ protected el: HTMLElement;
241
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
242
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
243
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, { "hideOnMobile": "hideOnMobile"; }, {}, never, ["*"], false>;
244
+ }
245
+ export declare interface PModalHeader extends Components.PModalHeader {
246
+ /**
247
+ * Close click event
248
+ */
249
+ close: EventEmitter<CustomEvent<MouseEvent>>;
250
+ }
251
+ export declare class PModalHeader {
252
+ protected z: NgZone;
253
+ protected el: HTMLElement;
254
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
255
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
256
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showMobileClose": "showMobileClose"; }, {}, never, ["*"], false>;
257
+ }
258
+ export declare interface PNavbar extends Components.PNavbar {
259
+ }
260
+ export declare class PNavbar {
261
+ protected z: NgZone;
262
+ protected el: HTMLElement;
263
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
264
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
265
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "closeText": "closeText"; "menuText": "menuText"; }, {}, never, ["*"], false>;
266
+ }
267
+ export declare interface PNavigationItem extends Components.PNavigationItem {
268
+ }
269
+ export declare class PNavigationItem {
270
+ protected z: NgZone;
271
+ protected el: HTMLElement;
272
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
273
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
274
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false>;
88
275
  }
89
276
  export declare interface PPagination extends Components.PPagination {
90
277
  /**
91
- * Button click event
278
+ *
92
279
  */
93
280
  pageChange: EventEmitter<CustomEvent<number>>;
94
281
  }
@@ -97,7 +284,7 @@ export declare class PPagination {
97
284
  protected el: HTMLElement;
98
285
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
99
286
  static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
100
- static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"]>;
287
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false>;
101
288
  }
102
289
  export declare interface PPaginationItem extends Components.PPaginationItem {
103
290
  }
@@ -106,14 +293,117 @@ export declare class PPaginationItem {
106
293
  protected el: HTMLElement;
107
294
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
108
295
  static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationItem, never>;
109
- static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"]>;
296
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"], false>;
297
+ }
298
+ export declare interface PProfile extends Components.PProfile {
299
+ }
300
+ export declare class PProfile {
301
+ protected z: NgZone;
302
+ protected el: HTMLElement;
303
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
304
+ static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
305
+ static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
306
+ }
307
+ export declare interface PSegmentContainer extends Components.PSegmentContainer {
308
+ }
309
+ export declare class PSegmentContainer {
310
+ protected z: NgZone;
311
+ protected el: HTMLElement;
312
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
313
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
314
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false>;
315
+ }
316
+ export declare interface PSegmentItem extends Components.PSegmentItem {
317
+ }
318
+ export declare class PSegmentItem {
319
+ protected z: NgZone;
320
+ protected el: HTMLElement;
321
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
322
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
323
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false>;
324
+ }
325
+ export declare interface PSliderIndicator extends Components.PSliderIndicator {
326
+ }
327
+ export declare class PSliderIndicator {
328
+ protected z: NgZone;
329
+ protected el: HTMLElement;
330
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
331
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSliderIndicator, never>;
332
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false>;
333
+ }
334
+ export declare interface PStatus extends Components.PStatus {
335
+ }
336
+ export declare class PStatus {
337
+ protected z: NgZone;
338
+ protected el: HTMLElement;
339
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
340
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStatus, never>;
341
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false>;
342
+ }
343
+ export declare interface PStepper extends Components.PStepper {
344
+ }
345
+ export declare class PStepper {
346
+ protected z: NgZone;
347
+ protected el: HTMLElement;
348
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
349
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
350
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "direction": "direction"; }, {}, never, ["*"], false>;
351
+ }
352
+ export declare interface PStepperItem extends Components.PStepperItem {
353
+ }
354
+ export declare class PStepperItem {
355
+ protected z: NgZone;
356
+ protected el: HTMLElement;
357
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
358
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
359
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false>;
360
+ }
361
+ export declare interface PStepperLine extends Components.PStepperLine {
362
+ }
363
+ export declare class PStepperLine {
364
+ protected z: NgZone;
365
+ protected el: HTMLElement;
366
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
367
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
368
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false>;
369
+ }
370
+ export declare interface PTabGroup extends Components.PTabGroup {
371
+ }
372
+ export declare class PTabGroup {
373
+ protected z: NgZone;
374
+ protected el: HTMLElement;
375
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
376
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabGroup, never>;
377
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabGroup, "p-tab-group", never, {}, {}, never, ["*"], false>;
378
+ }
379
+ export declare interface PTabItem extends Components.PTabItem {
380
+ }
381
+ export declare class PTabItem {
382
+ protected z: NgZone;
383
+ protected el: HTMLElement;
384
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
385
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
386
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false>;
387
+ }
388
+ export declare interface PTag extends Components.PTag {
389
+ }
390
+ export declare class PTag {
391
+ protected z: NgZone;
392
+ protected el: HTMLElement;
393
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
394
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTag, never>;
395
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTag, "p-tag", never, { "circle": "circle"; "variant": "variant"; }, {}, never, ["*"], false>;
110
396
  }
111
397
  export declare interface PTooltip extends Components.PTooltip {
398
+ /**
399
+ * Open change event
400
+ */
401
+ isOpen: EventEmitter<CustomEvent<boolean>>;
112
402
  }
113
403
  export declare class PTooltip {
114
404
  protected z: NgZone;
115
405
  protected el: HTMLElement;
116
406
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
117
407
  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, ["*"]>;
408
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false>;
119
409
  }
@@ -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.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.PTag | typeof d.PTooltip)[];
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.11",
3
+ "version": "0.1.0-alpha.112",
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
+ "tslib": "2.4.0"
10
10
  },
11
11
  "module": "fesm2015/paperless-angular.mjs",
12
12
  "es2020": "fesm2020/paperless-angular.mjs",
13
13
  "esm2020": "esm2020/paperless-angular.mjs",
14
14
  "fesm2020": "fesm2020/paperless-angular.mjs",
15
15
  "fesm2015": "fesm2015/paperless-angular.mjs",
16
- "typings": "paperless-angular.d.ts",
16
+ "typings": "index.d.ts",
17
17
  "exports": {
18
18
  "./package.json": {
19
19
  "default": "./package.json"
20
20
  },
21
21
  ".": {
22
- "types": "./paperless-angular.d.ts",
22
+ "types": "./index.d.ts",
23
23
  "esm2020": "./esm2020/paperless-angular.mjs",
24
24
  "es2020": "./fesm2020/paperless-angular.mjs",
25
25
  "es2015": "./fesm2015/paperless-angular.mjs",
package/public-api.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ export * from './lib/directives';
1
2
  export * from './lib/paperless.module';
2
3
  export * from './lib/stencil/components';