@paperless/angular 0.1.0-alpha.2 → 0.1.0-alpha.22

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,14 +1,54 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
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 PAvatar extends Components.PAvatar {
5
+ }
6
+ export declare class PAvatar {
7
+ protected z: NgZone;
8
+ protected el: HTMLElement;
9
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"]>;
12
+ }
4
13
  export declare interface PButton extends Components.PButton {
14
+ /**
15
+ * Button click event
16
+ */
17
+ onClick: EventEmitter<CustomEvent<MouseEvent>>;
5
18
  }
6
19
  export declare class PButton {
7
20
  protected z: NgZone;
8
21
  protected el: HTMLElement;
9
22
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
10
23
  static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "variant": "variant"; }, {}, 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, ["*"]>;
25
+ }
26
+ export declare interface PCounter extends Components.PCounter {
27
+ }
28
+ export declare class PCounter {
29
+ protected z: NgZone;
30
+ protected el: HTMLElement;
31
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCounter, never>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, {}, {}, never, ["*"]>;
34
+ }
35
+ export declare interface PDivider extends Components.PDivider {
36
+ }
37
+ export declare class PDivider {
38
+ protected z: NgZone;
39
+ protected el: HTMLElement;
40
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"]>;
43
+ }
44
+ export declare interface PHelper extends Components.PHelper {
45
+ }
46
+ export declare class PHelper {
47
+ protected z: NgZone;
48
+ protected el: HTMLElement;
49
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
50
+ static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, {}, {}, never, ["*"]>;
12
52
  }
13
53
  export declare interface PIcon extends Components.PIcon {
14
54
  }
@@ -28,6 +68,15 @@ export declare class PIllustration {
28
68
  static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
29
69
  static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"]>;
30
70
  }
71
+ export declare interface PInfoPanel extends Components.PInfoPanel {
72
+ }
73
+ export declare class PInfoPanel {
74
+ protected z: NgZone;
75
+ protected el: HTMLElement;
76
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
77
+ 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, ["*"]>;
79
+ }
31
80
  export declare interface PLoader extends Components.PLoader {
32
81
  }
33
82
  export declare class PLoader {
@@ -37,6 +86,37 @@ export declare class PLoader {
37
86
  static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
38
87
  static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"]>;
39
88
  }
89
+ export declare interface PNavigationItem extends Components.PNavigationItem {
90
+ }
91
+ export declare class PNavigationItem {
92
+ protected z: NgZone;
93
+ protected el: HTMLElement;
94
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
95
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
96
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"]>;
97
+ }
98
+ export declare interface PPagination extends Components.PPagination {
99
+ /**
100
+ *
101
+ */
102
+ pageChange: EventEmitter<CustomEvent<number>>;
103
+ }
104
+ export declare class PPagination {
105
+ protected z: NgZone;
106
+ protected el: HTMLElement;
107
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
108
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
109
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"]>;
110
+ }
111
+ export declare interface PPaginationItem extends Components.PPaginationItem {
112
+ }
113
+ export declare class PPaginationItem {
114
+ protected z: NgZone;
115
+ protected el: HTMLElement;
116
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
117
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationItem, never>;
118
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"]>;
119
+ }
40
120
  export declare interface PTooltip extends Components.PTooltip {
41
121
  }
42
122
  export declare class PTooltip {
@@ -44,5 +124,5 @@ export declare class PTooltip {
44
124
  protected el: HTMLElement;
45
125
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
46
126
  static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
47
- static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "content": "content"; "forceShow": "forceShow"; "placement": "placement"; }, {}, never, ["*"]>;
127
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "variant": "variant"; }, {}, never, ["*"]>;
48
128
  }
@@ -1,2 +1,2 @@
1
1
  import * as d from './components';
2
- export declare const DIRECTIVES: (typeof d.PButton | typeof d.PIcon | typeof d.PIllustration | typeof d.PLoader | typeof d.PTooltip)[];
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.PNavigationItem | typeof d.PPagination | typeof d.PPaginationItem | typeof d.PTooltip)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.3.0",
6
6
  "@angular/core": "^13.3.0"
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';