@paperless/angular 0.1.0-alpha.254 → 0.1.0-alpha.256
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/base/upload.component.mjs +4 -4
- package/esm2020/lib/base/value-accessor.mjs +4 -4
- package/esm2020/lib/directives/p-page-size-select.directive.mjs +4 -4
- package/esm2020/lib/directives/p-pagination.directive.mjs +4 -4
- package/esm2020/lib/directives/p-select.directive.mjs +4 -4
- package/esm2020/lib/modules/table/base/form.component.mjs +4 -4
- package/esm2020/lib/modules/table/base/table.component.mjs +4 -4
- package/esm2020/lib/modules/table/components/table/table.component.mjs +11 -27
- package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +4 -4
- package/esm2020/lib/modules/table/components/table-column/table-column.component.mjs +4 -4
- package/esm2020/lib/modules/table/directives/p-table-filter-modal.directive.mjs +4 -4
- package/esm2020/lib/modules/table/directives/p-table-footer.directive.mjs +4 -4
- package/esm2020/lib/modules/table/directives/p-table-header.directive.mjs +4 -4
- package/esm2020/lib/modules/table/directives/p-table-ngx.directive.mjs +27 -4
- package/esm2020/lib/modules/table/directives/p-table.directive.mjs +4 -4
- package/esm2020/lib/modules/table/table.module.mjs +5 -5
- package/esm2020/lib/modules/toast/components/toast-container/toast-container.component.mjs +4 -4
- package/esm2020/lib/modules/toast/directives/toast.directive.mjs +4 -4
- package/esm2020/lib/modules/toast/services/toast.service.mjs +4 -4
- package/esm2020/lib/modules/toast/toast.module.mjs +5 -5
- package/esm2020/lib/paperless.module.mjs +5 -5
- package/esm2020/lib/pipes/currency.pipe.mjs +4 -4
- package/esm2020/lib/pipes/date.pipe.mjs +4 -4
- package/esm2020/lib/pipes/safe.pipe.mjs +4 -4
- package/esm2020/lib/stencil/components.mjs +148 -148
- package/esm2020/lib/stencil.module.mjs +5 -5
- package/fesm2015/paperless-angular.mjs +256 -249
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +256 -249
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/base/upload.component.d.ts +1 -1
- package/lib/base/value-accessor.d.ts +1 -1
- package/lib/directives/p-page-size-select.directive.d.ts +1 -1
- package/lib/directives/p-pagination.directive.d.ts +1 -1
- package/lib/directives/p-select.directive.d.ts +1 -1
- package/lib/modules/table/base/form.component.d.ts +1 -1
- package/lib/modules/table/base/table.component.d.ts +1 -1
- package/lib/modules/table/components/table/table.component.d.ts +3 -3
- package/lib/modules/table/components/table-cell/table-cell.component.d.ts +1 -1
- package/lib/modules/table/components/table-column/table-column.component.d.ts +1 -1
- package/lib/modules/table/directives/p-table-filter-modal.directive.d.ts +1 -1
- package/lib/modules/table/directives/p-table-footer.directive.d.ts +1 -1
- package/lib/modules/table/directives/p-table-header.directive.d.ts +1 -1
- package/lib/modules/table/directives/p-table-ngx.directive.d.ts +2 -1
- package/lib/modules/table/directives/p-table.directive.d.ts +1 -1
- package/lib/modules/table/utils.d.ts +1 -1
- package/lib/modules/toast/components/toast-container/toast-container.component.d.ts +1 -1
- package/lib/modules/toast/directives/toast.directive.d.ts +1 -1
- package/lib/stencil/components.d.ts +49 -49
- package/package.json +3 -3
|
@@ -13,7 +13,7 @@ export declare class PAccordion {
|
|
|
13
13
|
protected el: HTMLElement;
|
|
14
14
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion", never, { "closeable": "closeable"; "header": "header"; "open": "open"; "openable": "openable"; }, {}, never, ["*"], false>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion", never, { "closeable": "closeable"; "header": "header"; "open": "open"; "openable": "openable"; }, {}, never, ["*"], false, never>;
|
|
17
17
|
}
|
|
18
18
|
export declare interface PAvatar extends Components.PAvatar {
|
|
19
19
|
}
|
|
@@ -22,7 +22,7 @@ export declare class PAvatar {
|
|
|
22
22
|
protected el: HTMLElement;
|
|
23
23
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "size": "size"; "src": "src"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
26
26
|
}
|
|
27
27
|
export declare interface PAvatarGroup extends Components.PAvatarGroup {
|
|
28
28
|
}
|
|
@@ -31,7 +31,7 @@ export declare class PAvatarGroup {
|
|
|
31
31
|
protected el: HTMLElement;
|
|
32
32
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAvatarGroup, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PAvatarGroup, "p-avatar-group", never, { "extra": "extra"; }, {}, never, ["*"], false>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PAvatarGroup, "p-avatar-group", never, { "extra": "extra"; }, {}, never, ["*"], false, never>;
|
|
35
35
|
}
|
|
36
36
|
export declare interface PButton extends Components.PButton {
|
|
37
37
|
/**
|
|
@@ -44,7 +44,7 @@ export declare class PButton {
|
|
|
44
44
|
protected el: HTMLElement;
|
|
45
45
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
47
|
-
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"; }, {}, never, ["*"], false>;
|
|
47
|
+
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"; }, {}, never, ["*"], false, never>;
|
|
48
48
|
}
|
|
49
49
|
export declare interface PCardBody extends Components.PCardBody {
|
|
50
50
|
}
|
|
@@ -53,7 +53,7 @@ export declare class PCardBody {
|
|
|
53
53
|
protected el: HTMLElement;
|
|
54
54
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
55
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCardBody, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, { "inheritText": "inheritText"; }, {}, never, ["*"], false>;
|
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, { "inheritText": "inheritText"; }, {}, never, ["*"], false, never>;
|
|
57
57
|
}
|
|
58
58
|
export declare interface PCardContainer extends Components.PCardContainer {
|
|
59
59
|
}
|
|
@@ -62,7 +62,7 @@ export declare class PCardContainer {
|
|
|
62
62
|
protected el: HTMLElement;
|
|
63
63
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCardContainer, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "hoverable": "hoverable"; "shadow": "shadow"; }, {}, never, ["*"], false>;
|
|
65
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "hoverable": "hoverable"; "shadow": "shadow"; }, {}, never, ["*"], false, never>;
|
|
66
66
|
}
|
|
67
67
|
export declare interface PCardHeader extends Components.PCardHeader {
|
|
68
68
|
}
|
|
@@ -71,7 +71,7 @@ export declare class PCardHeader {
|
|
|
71
71
|
protected el: HTMLElement;
|
|
72
72
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCardHeader, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "arrow": "arrow"; "header": "header"; }, {}, never, ["*"], false>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "arrow": "arrow"; "header": "header"; }, {}, never, ["*"], false, never>;
|
|
75
75
|
}
|
|
76
76
|
export declare interface PContentSlider extends Components.PContentSlider {
|
|
77
77
|
}
|
|
@@ -80,7 +80,7 @@ export declare class PContentSlider {
|
|
|
80
80
|
protected el: HTMLElement;
|
|
81
81
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
82
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<PContentSlider, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PContentSlider, "p-content-slider", never, { "disableAutoCenter": "disableAutoCenter"; "disableDrag": "disableDrag"; "disableIndicatorClick": "disableIndicatorClick"; "hideMobileIndicator": "hideMobileIndicator"; }, {}, never, ["*"], false>;
|
|
83
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PContentSlider, "p-content-slider", never, { "disableAutoCenter": "disableAutoCenter"; "disableDrag": "disableDrag"; "disableIndicatorClick": "disableIndicatorClick"; "hideMobileIndicator": "hideMobileIndicator"; }, {}, never, ["*"], false, never>;
|
|
84
84
|
}
|
|
85
85
|
export declare interface PCounter extends Components.PCounter {
|
|
86
86
|
}
|
|
@@ -89,7 +89,7 @@ export declare class PCounter {
|
|
|
89
89
|
protected el: HTMLElement;
|
|
90
90
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
91
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCounter, never>;
|
|
92
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
93
93
|
}
|
|
94
94
|
export declare interface PDivider extends Components.PDivider {
|
|
95
95
|
}
|
|
@@ -98,7 +98,7 @@ export declare class PDivider {
|
|
|
98
98
|
protected el: HTMLElement;
|
|
99
99
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"], false>;
|
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, {}, {}, never, ["*"], false, never>;
|
|
102
102
|
}
|
|
103
103
|
export declare interface PDropdown extends Components.PDropdown {
|
|
104
104
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class PDropdown {
|
|
|
111
111
|
protected el: HTMLElement;
|
|
112
112
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
|
|
114
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false>;
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "placement": "placement"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
|
|
115
115
|
}
|
|
116
116
|
export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
|
|
117
117
|
}
|
|
@@ -120,7 +120,7 @@ export declare class PDropdownMenuContainer {
|
|
|
120
120
|
protected el: HTMLElement;
|
|
121
121
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
122
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "maxWidth": "maxWidth"; }, {}, never, ["*"], false>;
|
|
123
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "maxWidth": "maxWidth"; }, {}, never, ["*"], false, never>;
|
|
124
124
|
}
|
|
125
125
|
export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
|
|
126
126
|
}
|
|
@@ -129,7 +129,7 @@ export declare class PDropdownMenuItem {
|
|
|
129
129
|
protected el: HTMLElement;
|
|
130
130
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
131
131
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
|
|
132
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "enableHover": "enableHover"; "icon": "icon"; }, {}, never, ["*"], false>;
|
|
132
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "enableHover": "enableHover"; "icon": "icon"; }, {}, never, ["*"], false, never>;
|
|
133
133
|
}
|
|
134
134
|
export declare interface PHelper extends Components.PHelper {
|
|
135
135
|
}
|
|
@@ -138,7 +138,7 @@ export declare class PHelper {
|
|
|
138
138
|
protected el: HTMLElement;
|
|
139
139
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
140
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
|
|
141
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": "placement"; }, {}, never, ["*"], false>;
|
|
141
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": "placement"; }, {}, never, ["*"], false, never>;
|
|
142
142
|
}
|
|
143
143
|
export declare interface PIcon extends Components.PIcon {
|
|
144
144
|
}
|
|
@@ -147,7 +147,7 @@ export declare class PIcon {
|
|
|
147
147
|
protected el: HTMLElement;
|
|
148
148
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
149
149
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
150
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
150
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
151
151
|
}
|
|
152
152
|
export declare interface PIllustration extends Components.PIllustration {
|
|
153
153
|
}
|
|
@@ -156,7 +156,7 @@ export declare class PIllustration {
|
|
|
156
156
|
protected el: HTMLElement;
|
|
157
157
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
158
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
|
|
159
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false>;
|
|
159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
160
160
|
}
|
|
161
161
|
export declare interface PInfoPanel extends Components.PInfoPanel {
|
|
162
162
|
}
|
|
@@ -165,7 +165,7 @@ export declare class PInfoPanel {
|
|
|
165
165
|
protected el: HTMLElement;
|
|
166
166
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
167
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInfoPanel, never>;
|
|
168
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
168
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
169
169
|
}
|
|
170
170
|
export declare interface PInputGroup extends Components.PInputGroup {
|
|
171
171
|
}
|
|
@@ -174,7 +174,7 @@ export declare class PInputGroup {
|
|
|
174
174
|
protected el: HTMLElement;
|
|
175
175
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
176
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
|
|
177
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PInputGroup, "p-input-group", never, { "disabled": "disabled"; "error": "error"; "focused": "focused"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "label": "label"; "prefix": "prefix"; "required": "required"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false>;
|
|
177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PInputGroup, "p-input-group", never, { "disabled": "disabled"; "error": "error"; "focused": "focused"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "label": "label"; "prefix": "prefix"; "required": "required"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false, never>;
|
|
178
178
|
}
|
|
179
179
|
export declare interface PLabel extends Components.PLabel {
|
|
180
180
|
}
|
|
@@ -183,7 +183,7 @@ export declare class PLabel {
|
|
|
183
183
|
protected el: HTMLElement;
|
|
184
184
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
185
185
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
|
|
186
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "circle": "circle"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "mobileIcon": "mobileIcon"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
186
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "circle": "circle"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "mobileIcon": "mobileIcon"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
187
187
|
}
|
|
188
188
|
export declare interface PLayout extends Components.PLayout {
|
|
189
189
|
}
|
|
@@ -192,7 +192,7 @@ export declare class PLayout {
|
|
|
192
192
|
protected el: HTMLElement;
|
|
193
193
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
194
194
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
|
|
195
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false>;
|
|
195
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
196
196
|
}
|
|
197
197
|
export declare interface PLoader extends Components.PLoader {
|
|
198
198
|
}
|
|
@@ -201,7 +201,7 @@ export declare class PLoader {
|
|
|
201
201
|
protected el: HTMLElement;
|
|
202
202
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
203
203
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
|
|
204
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
204
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
205
205
|
}
|
|
206
206
|
export declare interface PModal extends Components.PModal {
|
|
207
207
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class PModal {
|
|
|
214
214
|
protected el: HTMLElement;
|
|
215
215
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
216
216
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
|
|
217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "header": "header"; "show": "show"; "showMobileClose": "showMobileClose"; "showMobileFooter": "showMobileFooter"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "header": "header"; "show": "show"; "showMobileClose": "showMobileClose"; "showMobileFooter": "showMobileFooter"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
218
218
|
}
|
|
219
219
|
export declare interface PModalBackdrop extends Components.PModalBackdrop {
|
|
220
220
|
}
|
|
@@ -223,7 +223,7 @@ export declare class PModalBackdrop {
|
|
|
223
223
|
protected el: HTMLElement;
|
|
224
224
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
225
225
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalBackdrop, never>;
|
|
226
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBackdrop, "p-modal-backdrop", never, {}, {}, never, ["*"], false>;
|
|
226
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBackdrop, "p-modal-backdrop", never, {}, {}, never, ["*"], false, never>;
|
|
227
227
|
}
|
|
228
228
|
export declare interface PModalBody extends Components.PModalBody {
|
|
229
229
|
}
|
|
@@ -232,7 +232,7 @@ export declare class PModalBody {
|
|
|
232
232
|
protected el: HTMLElement;
|
|
233
233
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
234
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
|
|
235
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "variant": "variant"; }, {}, never, ["*"], false>;
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
236
236
|
}
|
|
237
237
|
export declare interface PModalContainer extends Components.PModalContainer {
|
|
238
238
|
}
|
|
@@ -241,7 +241,7 @@ export declare class PModalContainer {
|
|
|
241
241
|
protected el: HTMLElement;
|
|
242
242
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
243
243
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
|
|
244
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "size": "size"; }, {}, never, ["*"], false>;
|
|
244
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "size": "size"; }, {}, never, ["*"], false, never>;
|
|
245
245
|
}
|
|
246
246
|
export declare interface PModalFooter extends Components.PModalFooter {
|
|
247
247
|
}
|
|
@@ -250,7 +250,7 @@ export declare class PModalFooter {
|
|
|
250
250
|
protected el: HTMLElement;
|
|
251
251
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
252
252
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
|
|
253
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false>;
|
|
253
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false, never>;
|
|
254
254
|
}
|
|
255
255
|
export declare interface PModalHeader extends Components.PModalHeader {
|
|
256
256
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class PModalHeader {
|
|
|
263
263
|
protected el: HTMLElement;
|
|
264
264
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
265
265
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
|
|
266
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false>;
|
|
266
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false, never>;
|
|
267
267
|
}
|
|
268
268
|
export declare interface PNavbar extends Components.PNavbar {
|
|
269
269
|
}
|
|
@@ -272,7 +272,7 @@ export declare class PNavbar {
|
|
|
272
272
|
protected el: HTMLElement;
|
|
273
273
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
274
274
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
|
|
275
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "closeText": "closeText"; "menuText": "menuText"; }, {}, never, ["*"], false>;
|
|
275
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "closeText": "closeText"; "menuText": "menuText"; }, {}, never, ["*"], false, never>;
|
|
276
276
|
}
|
|
277
277
|
export declare interface PNavigationItem extends Components.PNavigationItem {
|
|
278
278
|
}
|
|
@@ -281,7 +281,7 @@ export declare class PNavigationItem {
|
|
|
281
281
|
protected el: HTMLElement;
|
|
282
282
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
283
283
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
|
|
284
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false>;
|
|
284
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
285
285
|
}
|
|
286
286
|
export declare interface PPageSizeSelect extends Components.PPageSizeSelect {
|
|
287
287
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class PPageSizeSelect {
|
|
|
294
294
|
protected el: HTMLElement;
|
|
295
295
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
296
296
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPageSizeSelect, never>;
|
|
297
|
-
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>;
|
|
297
|
+
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, never>;
|
|
298
298
|
}
|
|
299
299
|
export declare interface PPagination extends Components.PPagination {
|
|
300
300
|
/**
|
|
@@ -307,7 +307,7 @@ export declare class PPagination {
|
|
|
307
307
|
protected el: HTMLElement;
|
|
308
308
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
309
309
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
|
|
310
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false>;
|
|
310
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
|
|
311
311
|
}
|
|
312
312
|
export declare interface PPaginationItem extends Components.PPaginationItem {
|
|
313
313
|
}
|
|
@@ -316,7 +316,7 @@ export declare class PPaginationItem {
|
|
|
316
316
|
protected el: HTMLElement;
|
|
317
317
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
318
318
|
static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationItem, never>;
|
|
319
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"], false>;
|
|
319
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"], false, never>;
|
|
320
320
|
}
|
|
321
321
|
export declare interface PProfile extends Components.PProfile {
|
|
322
322
|
}
|
|
@@ -325,7 +325,7 @@ export declare class PProfile {
|
|
|
325
325
|
protected el: HTMLElement;
|
|
326
326
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
327
327
|
static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
|
|
328
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
328
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
329
329
|
}
|
|
330
330
|
export declare interface PSegmentContainer extends Components.PSegmentContainer {
|
|
331
331
|
}
|
|
@@ -334,7 +334,7 @@ export declare class PSegmentContainer {
|
|
|
334
334
|
protected el: HTMLElement;
|
|
335
335
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
336
336
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
|
|
337
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false>;
|
|
337
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false, never>;
|
|
338
338
|
}
|
|
339
339
|
export declare interface PSegmentItem extends Components.PSegmentItem {
|
|
340
340
|
}
|
|
@@ -343,7 +343,7 @@ export declare class PSegmentItem {
|
|
|
343
343
|
protected el: HTMLElement;
|
|
344
344
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
345
345
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
|
|
346
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false>;
|
|
346
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; }, {}, never, ["*"], false, never>;
|
|
347
347
|
}
|
|
348
348
|
export declare interface PSelect extends Components.PSelect {
|
|
349
349
|
/**
|
|
@@ -360,7 +360,7 @@ export declare class PSelect {
|
|
|
360
360
|
protected el: HTMLElement;
|
|
361
361
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
362
362
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
|
|
363
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "asyncFilter": "asyncFilter"; "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "disabled": "disabled"; "displayKey": "displayKey"; "enableAutocomplete": "enableAutocomplete"; "error": "error"; "helper": "helper"; "items": "items"; "label": "label"; "loading": "loading"; "maxDisplayedItems": "maxDisplayedItems"; "placeholder": "placeholder"; "prefix": "prefix"; "query": "query"; "queryKey": "queryKey"; "size": "size"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false>;
|
|
363
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "asyncFilter": "asyncFilter"; "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "disabled": "disabled"; "displayKey": "displayKey"; "enableAutocomplete": "enableAutocomplete"; "error": "error"; "helper": "helper"; "items": "items"; "label": "label"; "loading": "loading"; "maxDisplayedItems": "maxDisplayedItems"; "placeholder": "placeholder"; "prefix": "prefix"; "query": "query"; "queryKey": "queryKey"; "size": "size"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false, never>;
|
|
364
364
|
}
|
|
365
365
|
export declare interface PSliderIndicator extends Components.PSliderIndicator {
|
|
366
366
|
}
|
|
@@ -369,7 +369,7 @@ export declare class PSliderIndicator {
|
|
|
369
369
|
protected el: HTMLElement;
|
|
370
370
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
371
371
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSliderIndicator, never>;
|
|
372
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false>;
|
|
372
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false, never>;
|
|
373
373
|
}
|
|
374
374
|
export declare interface PStatus extends Components.PStatus {
|
|
375
375
|
}
|
|
@@ -378,7 +378,7 @@ export declare class PStatus {
|
|
|
378
378
|
protected el: HTMLElement;
|
|
379
379
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStatus, never>;
|
|
381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
381
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
382
382
|
}
|
|
383
383
|
export declare interface PStepper extends Components.PStepper {
|
|
384
384
|
}
|
|
@@ -387,7 +387,7 @@ export declare class PStepper {
|
|
|
387
387
|
protected el: HTMLElement;
|
|
388
388
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
389
389
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
|
|
390
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "direction": "direction"; }, {}, never, ["*"], false>;
|
|
390
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "direction": "direction"; }, {}, never, ["*"], false, never>;
|
|
391
391
|
}
|
|
392
392
|
export declare interface PStepperItem extends Components.PStepperItem {
|
|
393
393
|
}
|
|
@@ -396,7 +396,7 @@ export declare class PStepperItem {
|
|
|
396
396
|
protected el: HTMLElement;
|
|
397
397
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
398
398
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
|
|
399
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false>;
|
|
399
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false, never>;
|
|
400
400
|
}
|
|
401
401
|
export declare interface PStepperLine extends Components.PStepperLine {
|
|
402
402
|
}
|
|
@@ -405,7 +405,7 @@ export declare class PStepperLine {
|
|
|
405
405
|
protected el: HTMLElement;
|
|
406
406
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
407
407
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
|
|
408
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false>;
|
|
408
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false, never>;
|
|
409
409
|
}
|
|
410
410
|
export declare interface PTabGroup extends Components.PTabGroup {
|
|
411
411
|
}
|
|
@@ -414,7 +414,7 @@ export declare class PTabGroup {
|
|
|
414
414
|
protected el: HTMLElement;
|
|
415
415
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
416
416
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabGroup, never>;
|
|
417
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTabGroup, "p-tab-group", never, {}, {}, never, ["*"], false>;
|
|
417
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabGroup, "p-tab-group", never, {}, {}, never, ["*"], false, never>;
|
|
418
418
|
}
|
|
419
419
|
export declare interface PTabItem extends Components.PTabItem {
|
|
420
420
|
}
|
|
@@ -423,7 +423,7 @@ export declare class PTabItem {
|
|
|
423
423
|
protected el: HTMLElement;
|
|
424
424
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
425
425
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
|
|
426
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false>;
|
|
426
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false, never>;
|
|
427
427
|
}
|
|
428
428
|
export declare interface PTableContainer extends Components.PTableContainer {
|
|
429
429
|
}
|
|
@@ -432,7 +432,7 @@ export declare class PTableContainer {
|
|
|
432
432
|
protected el: HTMLElement;
|
|
433
433
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
434
434
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
|
|
435
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], false>;
|
|
435
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], false, never>;
|
|
436
436
|
}
|
|
437
437
|
export declare interface PTableFooter extends Components.PTableFooter {
|
|
438
438
|
/**
|
|
@@ -453,7 +453,7 @@ export declare class PTableFooter {
|
|
|
453
453
|
protected el: HTMLElement;
|
|
454
454
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
455
455
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
|
|
456
|
-
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>;
|
|
456
|
+
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, never>;
|
|
457
457
|
}
|
|
458
458
|
export declare interface PTableHeader extends Components.PTableHeader {
|
|
459
459
|
/**
|
|
@@ -478,7 +478,7 @@ export declare class PTableHeader {
|
|
|
478
478
|
protected el: HTMLElement;
|
|
479
479
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
480
480
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
|
|
481
|
-
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>;
|
|
481
|
+
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, never>;
|
|
482
482
|
}
|
|
483
483
|
export declare interface PTableRow extends Components.PTableRow {
|
|
484
484
|
}
|
|
@@ -487,7 +487,7 @@ export declare class PTableRow {
|
|
|
487
487
|
protected el: HTMLElement;
|
|
488
488
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
489
489
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
|
|
490
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
490
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
491
491
|
}
|
|
492
492
|
export declare interface PToast extends Components.PToast {
|
|
493
493
|
/**
|
|
@@ -500,7 +500,7 @@ export declare class PToast {
|
|
|
500
500
|
protected el: HTMLElement;
|
|
501
501
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
502
502
|
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
|
|
503
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast", never, { "actionIcon": "actionIcon"; "actionIconFlip": "actionIconFlip"; "actionIconRotate": "actionIconRotate"; "content": "content"; "enableAction": "enableAction"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
503
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast", never, { "actionIcon": "actionIcon"; "actionIconFlip": "actionIconFlip"; "actionIconRotate": "actionIconRotate"; "content": "content"; "enableAction": "enableAction"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
504
504
|
}
|
|
505
505
|
export declare interface PTooltip extends Components.PTooltip {
|
|
506
506
|
/**
|
|
@@ -513,5 +513,5 @@ export declare class PTooltip {
|
|
|
513
513
|
protected el: HTMLElement;
|
|
514
514
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
515
515
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
|
|
516
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
516
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "placement": "placement"; "popover": "popover"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
517
517
|
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paperless/angular",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.256",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.3.0 || ^14.0.0",
|
|
6
|
-
"@angular/core": "^13.3.0 || ^14.0.0"
|
|
5
|
+
"@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
|
|
6
|
+
"@angular/core": "^13.3.0 || ^14.0.0 || ^15.0.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@ngneat/until-destroy": "9.2.2",
|