@paperless/angular 2.0.1-beta.6 → 2.0.1-beta.61
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/directives/index.mjs +19 -7
- package/esm2020/lib/directives/p-checkbox.directive.mjs +39 -0
- package/esm2020/lib/directives/p-field.directive.mjs +38 -0
- package/esm2020/lib/directives/p-pagination-pages.directive.mjs +41 -0
- package/esm2020/lib/directives/p-pagination-size.directive.mjs +41 -0
- package/esm2020/lib/directives/p-radio.directive.mjs +48 -0
- package/esm2020/lib/directives/p-toggle.directive.mjs +38 -0
- package/esm2020/lib/modules/table/components/table/table.component.mjs +4 -6
- package/esm2020/lib/paperless.module.mjs +15 -11
- package/esm2020/lib/stencil/angular-component-lib/utils.mjs +9 -1
- package/esm2020/lib/stencil/components.mjs +318 -92
- package/esm2020/lib/stencil/index.mjs +12 -3
- package/esm2020/lib/stencil.module.mjs +1 -1
- package/fesm2015/paperless-angular.mjs +523 -137
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +521 -137
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/directives/index.d.ts +9 -4
- package/lib/directives/p-checkbox.directive.d.ts +9 -0
- package/lib/directives/p-field.directive.d.ts +9 -0
- package/lib/directives/p-pagination-pages.directive.d.ts +10 -0
- package/lib/directives/{p-page-size-select.directive.d.ts → p-pagination-size.directive.d.ts} +3 -3
- package/lib/directives/p-radio.directive.d.ts +17 -0
- package/lib/directives/p-toggle.directive.d.ts +9 -0
- package/lib/paperless.module.d.ts +15 -11
- package/lib/stencil/components.d.ts +224 -98
- package/lib/stencil/index.d.ts +1 -1
- package/lib/stencil.module.d.ts +1 -1
- package/package.json +1 -1
- package/paperless.css +0 -10
- package/esm2020/lib/directives/p-page-size-select.directive.mjs +0 -41
- package/esm2020/lib/directives/p-pagination.directive.mjs +0 -41
- package/lib/directives/p-pagination.directive.d.ts +0 -10
|
@@ -4,7 +4,7 @@ import type { QuickFilter as IPTableHeaderQuickFilter } from '@paperless/core';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class PAccordion {
|
|
6
6
|
protected z: NgZone;
|
|
7
|
-
protected el:
|
|
7
|
+
protected el: HTMLPAccordionElement;
|
|
8
8
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
|
|
10
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion", never, { "closeable": "closeable"; "header": "header"; "open": "open"; "openable": "openable"; }, {}, never, ["*"], false, never>;
|
|
@@ -17,7 +17,7 @@ export declare interface PAccordion extends Components.PAccordion {
|
|
|
17
17
|
}
|
|
18
18
|
export declare class PAttachment {
|
|
19
19
|
protected z: NgZone;
|
|
20
|
-
protected el:
|
|
20
|
+
protected el: HTMLPAttachmentElement;
|
|
21
21
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
22
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAttachment, never>;
|
|
23
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<PAttachment, "p-attachment", never, { "downloading": "downloading"; "error": "error"; "loading": "loading"; "mode": "mode"; }, {}, never, ["*"], false, never>;
|
|
@@ -34,7 +34,7 @@ export declare interface PAttachment extends Components.PAttachment {
|
|
|
34
34
|
}
|
|
35
35
|
export declare class PAvatar {
|
|
36
36
|
protected z: NgZone;
|
|
37
|
-
protected el:
|
|
37
|
+
protected el: HTMLPAvatarElement;
|
|
38
38
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
|
|
40
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": "defaultImage"; "letters": "letters"; "size": "size"; "src": "src"; }, {}, never, ["*"], false, never>;
|
|
@@ -43,7 +43,7 @@ export declare interface PAvatar extends Components.PAvatar {
|
|
|
43
43
|
}
|
|
44
44
|
export declare class PAvatarGroup {
|
|
45
45
|
protected z: NgZone;
|
|
46
|
-
protected el:
|
|
46
|
+
protected el: HTMLPAvatarGroupElement;
|
|
47
47
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<PAvatarGroup, never>;
|
|
49
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<PAvatarGroup, "p-avatar-group", never, { "extra": "extra"; }, {}, never, ["*"], false, never>;
|
|
@@ -52,7 +52,7 @@ export declare interface PAvatarGroup extends Components.PAvatarGroup {
|
|
|
52
52
|
}
|
|
53
53
|
export declare class PBackdrop {
|
|
54
54
|
protected z: NgZone;
|
|
55
|
-
protected el:
|
|
55
|
+
protected el: HTMLPBackdropElement;
|
|
56
56
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBackdrop, never>;
|
|
58
58
|
static ɵcmp: i0.ɵɵComponentDeclaration<PBackdrop, "p-backdrop", never, { "applyBlur": "applyBlur"; "class": "class"; "closing": "closing"; "scrollLock": "scrollLock"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -65,7 +65,7 @@ export declare interface PBackdrop extends Components.PBackdrop {
|
|
|
65
65
|
}
|
|
66
66
|
export declare class PBadge {
|
|
67
67
|
protected z: NgZone;
|
|
68
|
-
protected el:
|
|
68
|
+
protected el: HTMLPBadgeElement;
|
|
69
69
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<PBadge, never>;
|
|
71
71
|
static ɵcmp: i0.ɵɵComponentDeclaration<PBadge, "p-badge", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -74,10 +74,10 @@ export declare interface PBadge extends Components.PBadge {
|
|
|
74
74
|
}
|
|
75
75
|
export declare class PButton {
|
|
76
76
|
protected z: NgZone;
|
|
77
|
-
protected el:
|
|
77
|
+
protected el: HTMLPButtonElement;
|
|
78
78
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "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"; "type": "type"; "underline": "underline"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": "active"; "as": "as"; "buttonGroupPosition": "buttonGroupPosition"; "chevron": "chevron"; "chevronPosition": "chevronPosition"; "class": "class"; "disabled": "disabled"; "href": "href"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "inheritText": "inheritText"; "label": "label"; "loading": "loading"; "size": "size"; "target": "target"; "type": "type"; "underline": "underline"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
81
81
|
}
|
|
82
82
|
export declare interface PButton extends Components.PButton {
|
|
83
83
|
/**
|
|
@@ -87,7 +87,7 @@ export declare interface PButton extends Components.PButton {
|
|
|
87
87
|
}
|
|
88
88
|
export declare class PButtonGroup {
|
|
89
89
|
protected z: NgZone;
|
|
90
|
-
protected el:
|
|
90
|
+
protected el: HTMLPButtonGroupElement;
|
|
91
91
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
|
|
93
93
|
static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group", never, { "size": "size"; }, {}, never, ["*"], false, never>;
|
|
@@ -96,7 +96,7 @@ export declare interface PButtonGroup extends Components.PButtonGroup {
|
|
|
96
96
|
}
|
|
97
97
|
export declare class PCalendar {
|
|
98
98
|
protected z: NgZone;
|
|
99
|
-
protected el:
|
|
99
|
+
protected el: HTMLPCalendarElement;
|
|
100
100
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
101
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCalendar, never>;
|
|
102
102
|
static ɵcmp: i0.ɵɵComponentDeclaration<PCalendar, "p-calendar", never, { "disableWeekends": "disableWeekends"; "disabledDates": "disabledDates"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "preselectToday": "preselectToday"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -109,34 +109,51 @@ export declare interface PCalendar extends Components.PCalendar {
|
|
|
109
109
|
}
|
|
110
110
|
export declare class PCardBody {
|
|
111
111
|
protected z: NgZone;
|
|
112
|
-
protected el:
|
|
112
|
+
protected el: HTMLPCardBodyElement;
|
|
113
113
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCardBody, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, {
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, {}, {}, never, ["*"], false, never>;
|
|
116
116
|
}
|
|
117
117
|
export declare interface PCardBody extends Components.PCardBody {
|
|
118
118
|
}
|
|
119
119
|
export declare class PCardContainer {
|
|
120
120
|
protected z: NgZone;
|
|
121
|
-
protected el:
|
|
121
|
+
protected el: HTMLPCardContainerElement;
|
|
122
122
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
123
123
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCardContainer, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "hoverable": "hoverable"; "shadow": "shadow"; }, {}, never, ["*"], false, never>;
|
|
124
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "active": "active"; "hoverable": "hoverable"; "shadow": "shadow"; }, {}, never, ["*"], false, never>;
|
|
125
125
|
}
|
|
126
126
|
export declare interface PCardContainer extends Components.PCardContainer {
|
|
127
127
|
}
|
|
128
128
|
export declare class PCardHeader {
|
|
129
129
|
protected z: NgZone;
|
|
130
|
-
protected el:
|
|
130
|
+
protected el: HTMLPCardHeaderElement;
|
|
131
131
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
132
132
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCardHeader, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "
|
|
133
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "header": "header"; "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
134
134
|
}
|
|
135
135
|
export declare interface PCardHeader extends Components.PCardHeader {
|
|
136
136
|
}
|
|
137
|
+
export declare class PCheckbox {
|
|
138
|
+
protected z: NgZone;
|
|
139
|
+
protected el: HTMLPCheckboxElement;
|
|
140
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
141
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PCheckbox, never>;
|
|
142
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PCheckbox, "p-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "indeterminate": "indeterminate"; "name": "name"; "required": "required"; }, {}, never, ["*"], false, never>;
|
|
143
|
+
}
|
|
144
|
+
export declare interface PCheckbox extends Components.PCheckbox {
|
|
145
|
+
/**
|
|
146
|
+
* Event whenever the checked changes
|
|
147
|
+
*/
|
|
148
|
+
checkedChange: EventEmitter<CustomEvent<boolean>>;
|
|
149
|
+
/**
|
|
150
|
+
* Event whenever the indeterminate changes
|
|
151
|
+
*/
|
|
152
|
+
indeterminateChange: EventEmitter<CustomEvent<boolean>>;
|
|
153
|
+
}
|
|
137
154
|
export declare class PContentSlider {
|
|
138
155
|
protected z: NgZone;
|
|
139
|
-
protected el:
|
|
156
|
+
protected el: HTMLPContentSliderElement;
|
|
140
157
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
141
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<PContentSlider, never>;
|
|
142
159
|
static ɵcmp: i0.ɵɵComponentDeclaration<PContentSlider, "p-content-slider", never, { "disableAutoCenter": "disableAutoCenter"; "disableDrag": "disableDrag"; "disableIndicatorClick": "disableIndicatorClick"; "hideMobileIndicator": "hideMobileIndicator"; }, {}, never, ["*"], false, never>;
|
|
@@ -145,7 +162,7 @@ export declare interface PContentSlider extends Components.PContentSlider {
|
|
|
145
162
|
}
|
|
146
163
|
export declare class PCounter {
|
|
147
164
|
protected z: NgZone;
|
|
148
|
-
protected el:
|
|
165
|
+
protected el: HTMLPCounterElement;
|
|
149
166
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
150
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCounter, never>;
|
|
151
168
|
static ɵcmp: i0.ɵɵComponentDeclaration<PCounter, "p-counter", never, { "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -154,7 +171,7 @@ export declare interface PCounter extends Components.PCounter {
|
|
|
154
171
|
}
|
|
155
172
|
export declare class PCropper {
|
|
156
173
|
protected z: NgZone;
|
|
157
|
-
protected el:
|
|
174
|
+
protected el: HTMLPCropperElement;
|
|
158
175
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
159
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<PCropper, never>;
|
|
160
177
|
static ɵcmp: i0.ɵɵComponentDeclaration<PCropper, "p-cropper", never, { "returnType": "returnType"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -167,10 +184,10 @@ export declare interface PCropper extends Components.PCropper {
|
|
|
167
184
|
}
|
|
168
185
|
export declare class PDatepicker {
|
|
169
186
|
protected z: NgZone;
|
|
170
|
-
protected el:
|
|
187
|
+
protected el: HTMLPDatepickerElement;
|
|
171
188
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
172
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDatepicker, never>;
|
|
173
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDatepicker, "p-datepicker", never, { "disableWeekends": "disableWeekends"; "disabled": "disabled"; "disabledDates": "disabledDates"; "error": "error"; "format": "format"; "helper": "helper"; "hideIconWhenFilled": "hideIconWhenFilled"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "placement": "placement"; "prefix": "prefix"; "preselectToday": "preselectToday"; "required": "required"; "size": "size"; "strategy": "strategy"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDatepicker, "p-datepicker", never, { "disableWeekends": "disableWeekends"; "disabled": "disabled"; "disabledDates": "disabledDates"; "enableNativePicker": "enableNativePicker"; "error": "error"; "format": "format"; "helper": "helper"; "hideIconWhenFilled": "hideIconWhenFilled"; "label": "label"; "loading": "loading"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "placement": "placement"; "prefix": "prefix"; "preselectToday": "preselectToday"; "required": "required"; "size": "size"; "strategy": "strategy"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
174
191
|
}
|
|
175
192
|
export declare interface PDatepicker extends Components.PDatepicker {
|
|
176
193
|
/**
|
|
@@ -180,7 +197,7 @@ export declare interface PDatepicker extends Components.PDatepicker {
|
|
|
180
197
|
}
|
|
181
198
|
export declare class PDivider {
|
|
182
199
|
protected z: NgZone;
|
|
183
|
-
protected el:
|
|
200
|
+
protected el: HTMLPDividerElement;
|
|
184
201
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
185
202
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
|
|
186
203
|
static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -189,7 +206,7 @@ export declare interface PDivider extends Components.PDivider {
|
|
|
189
206
|
}
|
|
190
207
|
export declare class PDrawer {
|
|
191
208
|
protected z: NgZone;
|
|
192
|
-
protected el:
|
|
209
|
+
protected el: HTMLPDrawerElement;
|
|
193
210
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
194
211
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDrawer, never>;
|
|
195
212
|
static ɵcmp: i0.ɵɵComponentDeclaration<PDrawer, "p-drawer", never, { "applyBlur": "applyBlur"; "backdropClickClose": "backdropClickClose"; "canClose": "canClose"; "header": "header"; "scrollLock": "scrollLock"; "show": "show"; "showClose": "showClose"; }, {}, never, ["*"], false, never>;
|
|
@@ -210,7 +227,7 @@ export declare interface PDrawer extends Components.PDrawer {
|
|
|
210
227
|
}
|
|
211
228
|
export declare class PDrawerBody {
|
|
212
229
|
protected z: NgZone;
|
|
213
|
-
protected el:
|
|
230
|
+
protected el: HTMLPDrawerBodyElement;
|
|
214
231
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
215
232
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerBody, never>;
|
|
216
233
|
static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerBody, "p-drawer-body", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -219,7 +236,7 @@ export declare interface PDrawerBody extends Components.PDrawerBody {
|
|
|
219
236
|
}
|
|
220
237
|
export declare class PDrawerContainer {
|
|
221
238
|
protected z: NgZone;
|
|
222
|
-
protected el:
|
|
239
|
+
protected el: HTMLPDrawerContainerElement;
|
|
223
240
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
224
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerContainer, never>;
|
|
225
242
|
static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerContainer, "p-drawer-container", never, { "closing": "closing"; }, {}, never, ["*"], false, never>;
|
|
@@ -228,7 +245,7 @@ export declare interface PDrawerContainer extends Components.PDrawerContainer {
|
|
|
228
245
|
}
|
|
229
246
|
export declare class PDrawerHeader {
|
|
230
247
|
protected z: NgZone;
|
|
231
|
-
protected el:
|
|
248
|
+
protected el: HTMLPDrawerHeaderElement;
|
|
232
249
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
233
250
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerHeader, never>;
|
|
234
251
|
static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerHeader, "p-drawer-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false, never>;
|
|
@@ -241,10 +258,10 @@ export declare interface PDrawerHeader extends Components.PDrawerHeader {
|
|
|
241
258
|
}
|
|
242
259
|
export declare class PDropdown {
|
|
243
260
|
protected z: NgZone;
|
|
244
|
-
protected el:
|
|
261
|
+
protected el: HTMLPDropdownElement;
|
|
245
262
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
246
263
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
|
|
247
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "allowOverflow": "allowOverflow"; "applyChevron": "applyChevron"; "applyFullWidth": "applyFullWidth"; "applyMaxWidth": "applyMaxWidth"; "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "offset": "offset"; "placement": "placement"; "scrollable": "scrollable"; "show": "show"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
|
|
264
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "allowOverflow": "allowOverflow"; "applyChevron": "applyChevron"; "applyFullWidth": "applyFullWidth"; "applyMaxWidth": "applyMaxWidth"; "calculateWidth": "calculateWidth"; "chevronDirection": "chevronDirection"; "chevronPosition": "chevronPosition"; "disableTriggerClick": "disableTriggerClick"; "insideClick": "insideClick"; "offset": "offset"; "placement": "placement"; "scrollable": "scrollable"; "show": "show"; "strategy": "strategy"; "usePortal": "usePortal"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
248
265
|
}
|
|
249
266
|
export declare interface PDropdown extends Components.PDropdown {
|
|
250
267
|
/**
|
|
@@ -254,43 +271,74 @@ export declare interface PDropdown extends Components.PDropdown {
|
|
|
254
271
|
}
|
|
255
272
|
export declare class PDropdownMenuContainer {
|
|
256
273
|
protected z: NgZone;
|
|
257
|
-
protected el:
|
|
274
|
+
protected el: HTMLPDropdownMenuContainerElement;
|
|
258
275
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
259
276
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
|
|
260
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "allowOverflow": "allowOverflow"; "class": "class"; "fullWidth": "fullWidth"; "maxWidth": "maxWidth"; "scrollable": "scrollable"; }, {}, never, ["*"], false, never>;
|
|
277
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "allowOverflow": "allowOverflow"; "class": "class"; "fullWidth": "fullWidth"; "maxWidth": "maxWidth"; "scrollable": "scrollable"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
261
278
|
}
|
|
262
279
|
export declare interface PDropdownMenuContainer extends Components.PDropdownMenuContainer {
|
|
263
280
|
}
|
|
264
281
|
export declare class PDropdownMenuItem {
|
|
265
282
|
protected z: NgZone;
|
|
266
|
-
protected el:
|
|
283
|
+
protected el: HTMLPDropdownMenuItemElement;
|
|
267
284
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
268
285
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
|
|
269
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "disabled": "disabled"; "enableHover": "enableHover"; "icon": "icon"; "useContainer": "useContainer"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
286
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": "active"; "checkbox": "checkbox"; "disabled": "disabled"; "enableHover": "enableHover"; "icon": "icon"; "useContainer": "useContainer"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
270
287
|
}
|
|
271
288
|
export declare interface PDropdownMenuItem extends Components.PDropdownMenuItem {
|
|
272
289
|
}
|
|
290
|
+
export declare class PField {
|
|
291
|
+
protected z: NgZone;
|
|
292
|
+
protected el: HTMLPFieldElement;
|
|
293
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
294
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PField, never>;
|
|
295
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PField, "p-field", never, { "autofocus": "autofocus"; "disabled": "disabled"; "error": "error"; "errorPlacement": "errorPlacement"; "focusMethod": "focusMethod"; "focused": "focused"; "forceShowTooltip": "forceShowTooltip"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "label": "label"; "loading": "loading"; "optionalTemplate": "optionalTemplate"; "placeholder": "placeholder"; "prefix": "prefix"; "properties": "properties"; "required": "required"; "selectAllOnFocus": "selectAllOnFocus"; "size": "size"; "suffix": "suffix"; "type": "type"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
296
|
+
}
|
|
297
|
+
export declare interface PField extends Components.PField {
|
|
298
|
+
/**
|
|
299
|
+
* Event whenever the value changes
|
|
300
|
+
*/
|
|
301
|
+
valueChange: EventEmitter<CustomEvent<string>>;
|
|
302
|
+
/**
|
|
303
|
+
* Event whenever the input ref changes
|
|
304
|
+
*/
|
|
305
|
+
inputRefChange: EventEmitter<CustomEvent<HTMLInputElement | HTMLTextAreaElement>>;
|
|
306
|
+
}
|
|
307
|
+
export declare class PFieldContainer {
|
|
308
|
+
protected z: NgZone;
|
|
309
|
+
protected el: HTMLPFieldContainerElement;
|
|
310
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
311
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PFieldContainer, never>;
|
|
312
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFieldContainer, "p-field-container", never, { "error": "error"; "errorPlacement": "errorPlacement"; "forceShowTooltip": "forceShowTooltip"; "helper": "helper"; "label": "label"; "loading": "loading"; "loadingSize": "loadingSize"; "optionalTemplate": "optionalTemplate"; "required": "required"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
313
|
+
}
|
|
314
|
+
export declare interface PFieldContainer extends Components.PFieldContainer {
|
|
315
|
+
focus: EventEmitter<CustomEvent<void>>;
|
|
316
|
+
}
|
|
273
317
|
export declare class PFloatingMenuContainer {
|
|
274
318
|
protected z: NgZone;
|
|
275
|
-
protected el:
|
|
319
|
+
protected el: HTMLPFloatingMenuContainerElement;
|
|
276
320
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
277
321
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFloatingMenuContainer, never>;
|
|
278
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuContainer, "p-floating-menu-container", never, { "usedInTable": "usedInTable"; }, {}, never, ["*"], false, never>;
|
|
322
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuContainer, "p-floating-menu-container", never, { "amount": "amount"; "amountSelectedTemplate": "amountSelectedTemplate"; "enableAmountSelected": "enableAmountSelected"; "enableClose": "enableClose"; "usedInTable": "usedInTable"; }, {}, never, ["*"], false, never>;
|
|
279
323
|
}
|
|
280
324
|
export declare interface PFloatingMenuContainer extends Components.PFloatingMenuContainer {
|
|
325
|
+
/**
|
|
326
|
+
* Event whenever the close button is clicked
|
|
327
|
+
*/
|
|
328
|
+
close: EventEmitter<CustomEvent<MouseEvent>>;
|
|
281
329
|
}
|
|
282
330
|
export declare class PFloatingMenuItem {
|
|
283
331
|
protected z: NgZone;
|
|
284
|
-
protected el:
|
|
332
|
+
protected el: HTMLPFloatingMenuItemElement;
|
|
285
333
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
286
334
|
static ɵfac: i0.ɵɵFactoryDeclaration<PFloatingMenuItem, never>;
|
|
287
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuItem, "p-floating-menu-item", never, { "disabled": "disabled"; "hover": "hover"; }, {}, never, ["*"], false, never>;
|
|
335
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuItem, "p-floating-menu-item", never, { "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "loading": "loading"; }, {}, never, ["*"], false, never>;
|
|
288
336
|
}
|
|
289
337
|
export declare interface PFloatingMenuItem extends Components.PFloatingMenuItem {
|
|
290
338
|
}
|
|
291
339
|
export declare class PHelper {
|
|
292
340
|
protected z: NgZone;
|
|
293
|
-
protected el:
|
|
341
|
+
protected el: HTMLPHelperElement;
|
|
294
342
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
295
343
|
static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
|
|
296
344
|
static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": "placement"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
|
|
@@ -299,7 +347,7 @@ export declare interface PHelper extends Components.PHelper {
|
|
|
299
347
|
}
|
|
300
348
|
export declare class PIbanIcon {
|
|
301
349
|
protected z: NgZone;
|
|
302
|
-
protected el:
|
|
350
|
+
protected el: HTMLPIbanIconElement;
|
|
303
351
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
304
352
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIbanIcon, never>;
|
|
305
353
|
static ɵcmp: i0.ɵɵComponentDeclaration<PIbanIcon, "p-iban-icon", never, { "iban": "iban"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -308,7 +356,7 @@ export declare interface PIbanIcon extends Components.PIbanIcon {
|
|
|
308
356
|
}
|
|
309
357
|
export declare class PIcon {
|
|
310
358
|
protected z: NgZone;
|
|
311
|
-
protected el:
|
|
359
|
+
protected el: HTMLPIconElement;
|
|
312
360
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
313
361
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
|
|
314
362
|
static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -317,7 +365,7 @@ export declare interface PIcon extends Components.PIcon {
|
|
|
317
365
|
}
|
|
318
366
|
export declare class PIconDeprecated {
|
|
319
367
|
protected z: NgZone;
|
|
320
|
-
protected el:
|
|
368
|
+
protected el: HTMLPIconDeprecatedElement;
|
|
321
369
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
322
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIconDeprecated, never>;
|
|
323
371
|
static ɵcmp: i0.ɵɵComponentDeclaration<PIconDeprecated, "p-icon-deprecated", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -326,7 +374,7 @@ export declare interface PIconDeprecated extends Components.PIconDeprecated {
|
|
|
326
374
|
}
|
|
327
375
|
export declare class PIllustration {
|
|
328
376
|
protected z: NgZone;
|
|
329
|
-
protected el:
|
|
377
|
+
protected el: HTMLPIllustrationElement;
|
|
330
378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
331
379
|
static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
|
|
332
380
|
static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -335,7 +383,7 @@ export declare interface PIllustration extends Components.PIllustration {
|
|
|
335
383
|
}
|
|
336
384
|
export declare class PInfoPanel {
|
|
337
385
|
protected z: NgZone;
|
|
338
|
-
protected el:
|
|
386
|
+
protected el: HTMLPInfoPanelElement;
|
|
339
387
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
340
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInfoPanel, never>;
|
|
341
389
|
static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -348,7 +396,7 @@ export declare interface PInfoPanel extends Components.PInfoPanel {
|
|
|
348
396
|
}
|
|
349
397
|
export declare class PInputError {
|
|
350
398
|
protected z: NgZone;
|
|
351
|
-
protected el:
|
|
399
|
+
protected el: HTMLPInputErrorElement;
|
|
352
400
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
353
401
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInputError, never>;
|
|
354
402
|
static ɵcmp: i0.ɵɵComponentDeclaration<PInputError, "p-input-error", never, { "error": "error"; "forceShowTooltip": "forceShowTooltip"; }, {}, never, ["*"], false, never>;
|
|
@@ -357,7 +405,7 @@ export declare interface PInputError extends Components.PInputError {
|
|
|
357
405
|
}
|
|
358
406
|
export declare class PInputGroup {
|
|
359
407
|
protected z: NgZone;
|
|
360
|
-
protected el:
|
|
408
|
+
protected el: HTMLPInputGroupElement;
|
|
361
409
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
362
410
|
static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
|
|
363
411
|
static ɵcmp: i0.ɵɵComponentDeclaration<PInputGroup, "p-input-group", never, { "disabled": "disabled"; "error": "error"; "errorVariant": "errorVariant"; "focusMethod": "focusMethod"; "focused": "focused"; "forceShowTooltip": "forceShowTooltip"; "helper": "helper"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "label": "label"; "prefix": "prefix"; "required": "required"; "size": "size"; "suffix": "suffix"; }, {}, never, ["*"], false, never>;
|
|
@@ -366,16 +414,16 @@ export declare interface PInputGroup extends Components.PInputGroup {
|
|
|
366
414
|
}
|
|
367
415
|
export declare class PLabel {
|
|
368
416
|
protected z: NgZone;
|
|
369
|
-
protected el:
|
|
417
|
+
protected el: HTMLPLabelElement;
|
|
370
418
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
371
419
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
|
|
372
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "
|
|
420
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
373
421
|
}
|
|
374
422
|
export declare interface PLabel extends Components.PLabel {
|
|
375
423
|
}
|
|
376
424
|
export declare class PLayout {
|
|
377
425
|
protected z: NgZone;
|
|
378
|
-
protected el:
|
|
426
|
+
protected el: HTMLPLayoutElement;
|
|
379
427
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
428
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
|
|
381
429
|
static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -384,7 +432,7 @@ export declare interface PLayout extends Components.PLayout {
|
|
|
384
432
|
}
|
|
385
433
|
export declare class PLoader {
|
|
386
434
|
protected z: NgZone;
|
|
387
|
-
protected el:
|
|
435
|
+
protected el: HTMLPLoaderElement;
|
|
388
436
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
389
437
|
static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
|
|
390
438
|
static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -393,10 +441,10 @@ export declare interface PLoader extends Components.PLoader {
|
|
|
393
441
|
}
|
|
394
442
|
export declare class PModal {
|
|
395
443
|
protected z: NgZone;
|
|
396
|
-
protected el:
|
|
444
|
+
protected el: HTMLPModalElement;
|
|
397
445
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
398
446
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
|
|
399
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "applyBlur": "applyBlur"; "backdropClickClose": "backdropClickClose"; "header": "header"; "
|
|
447
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "applyBlur": "applyBlur"; "backdropClickClose": "backdropClickClose"; "header": "header"; "scrollLock": "scrollLock"; "show": "show"; "showClose": "showClose"; "showMobileFooter": "showMobileFooter"; "size": "size"; }, {}, never, ["*"], false, never>;
|
|
400
448
|
}
|
|
401
449
|
export declare interface PModal extends Components.PModal {
|
|
402
450
|
/**
|
|
@@ -410,16 +458,16 @@ export declare interface PModal extends Components.PModal {
|
|
|
410
458
|
}
|
|
411
459
|
export declare class PModalBody {
|
|
412
460
|
protected z: NgZone;
|
|
413
|
-
protected el:
|
|
461
|
+
protected el: HTMLPModalBodyElement;
|
|
414
462
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
415
463
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
|
|
416
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "
|
|
464
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "roundedBottom": "roundedBottom"; "roundedTop": "roundedTop"; }, {}, never, ["*"], false, never>;
|
|
417
465
|
}
|
|
418
466
|
export declare interface PModalBody extends Components.PModalBody {
|
|
419
467
|
}
|
|
420
468
|
export declare class PModalContainer {
|
|
421
469
|
protected z: NgZone;
|
|
422
|
-
protected el:
|
|
470
|
+
protected el: HTMLPModalContainerElement;
|
|
423
471
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
424
472
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
|
|
425
473
|
static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "closing": "closing"; "size": "size"; }, {}, never, ["*"], false, never>;
|
|
@@ -428,7 +476,7 @@ export declare interface PModalContainer extends Components.PModalContainer {
|
|
|
428
476
|
}
|
|
429
477
|
export declare class PModalFooter {
|
|
430
478
|
protected z: NgZone;
|
|
431
|
-
protected el:
|
|
479
|
+
protected el: HTMLPModalFooterElement;
|
|
432
480
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
433
481
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
|
|
434
482
|
static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -437,7 +485,7 @@ export declare interface PModalFooter extends Components.PModalFooter {
|
|
|
437
485
|
}
|
|
438
486
|
export declare class PModalHeader {
|
|
439
487
|
protected z: NgZone;
|
|
440
|
-
protected el:
|
|
488
|
+
protected el: HTMLPModalHeaderElement;
|
|
441
489
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
442
490
|
static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
|
|
443
491
|
static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false, never>;
|
|
@@ -450,78 +498,130 @@ export declare interface PModalHeader extends Components.PModalHeader {
|
|
|
450
498
|
}
|
|
451
499
|
export declare class PNavbar {
|
|
452
500
|
protected z: NgZone;
|
|
453
|
-
protected el:
|
|
501
|
+
protected el: HTMLPNavbarElement;
|
|
454
502
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
455
503
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
|
|
456
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, {
|
|
504
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, {}, {}, never, ["*"], false, never>;
|
|
457
505
|
}
|
|
458
506
|
export declare interface PNavbar extends Components.PNavbar {
|
|
459
507
|
}
|
|
460
508
|
export declare class PNavigationItem {
|
|
461
509
|
protected z: NgZone;
|
|
462
|
-
protected el:
|
|
510
|
+
protected el: HTMLPNavigationItemElement;
|
|
463
511
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
464
512
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
|
|
465
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "as": "as"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
513
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "as": "as"; "class": "class"; "counter": "counter"; "href": "href"; "icon": "icon"; "loading": "loading"; "target": "target"; }, {}, never, ["*"], false, never>;
|
|
466
514
|
}
|
|
467
515
|
export declare interface PNavigationItem extends Components.PNavigationItem {
|
|
468
516
|
}
|
|
517
|
+
export declare class PNavigationSection {
|
|
518
|
+
protected z: NgZone;
|
|
519
|
+
protected el: HTMLPNavigationSectionElement;
|
|
520
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
521
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationSection, never>;
|
|
522
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationSection, "p-navigation-section", never, { "header": "header"; }, {}, never, ["*"], false, never>;
|
|
523
|
+
}
|
|
524
|
+
export declare interface PNavigationSection extends Components.PNavigationSection {
|
|
525
|
+
}
|
|
469
526
|
export declare class PNavigationTitle {
|
|
470
527
|
protected z: NgZone;
|
|
471
|
-
protected el:
|
|
528
|
+
protected el: HTMLPNavigationTitleElement;
|
|
472
529
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
473
530
|
static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationTitle, never>;
|
|
474
531
|
static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationTitle, "p-navigation-title", never, {}, {}, never, ["*"], false, never>;
|
|
475
532
|
}
|
|
476
533
|
export declare interface PNavigationTitle extends Components.PNavigationTitle {
|
|
477
534
|
}
|
|
478
|
-
export declare class
|
|
535
|
+
export declare class PPagination {
|
|
479
536
|
protected z: NgZone;
|
|
480
|
-
protected el:
|
|
537
|
+
protected el: HTMLPPaginationElement;
|
|
481
538
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
482
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
483
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
539
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
|
|
540
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "enablePaginationPages": "enablePaginationPages"; "enablePaginationSize": "enablePaginationSize"; "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false, never>;
|
|
484
541
|
}
|
|
485
|
-
export declare interface
|
|
542
|
+
export declare interface PPagination extends Components.PPagination {
|
|
486
543
|
/**
|
|
487
|
-
* Event whenever the
|
|
544
|
+
* Event whenever the page changes
|
|
488
545
|
*/
|
|
489
|
-
|
|
546
|
+
pageChange: EventEmitter<CustomEvent<number>>;
|
|
547
|
+
/**
|
|
548
|
+
* Event whenever the page changes
|
|
549
|
+
*/
|
|
550
|
+
pageSizeChange: EventEmitter<CustomEvent<number>>;
|
|
490
551
|
}
|
|
491
|
-
export declare class
|
|
552
|
+
export declare class PPaginationPages {
|
|
492
553
|
protected z: NgZone;
|
|
493
|
-
protected el:
|
|
554
|
+
protected el: HTMLPPaginationPagesElement;
|
|
494
555
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
495
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
496
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
556
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPages, never>;
|
|
557
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPages, "p-pagination-pages", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
|
|
497
558
|
}
|
|
498
|
-
export declare interface
|
|
559
|
+
export declare interface PPaginationPages extends Components.PPaginationPages {
|
|
499
560
|
/**
|
|
500
561
|
* Event whenever the page changes
|
|
501
562
|
*/
|
|
502
563
|
pageChange: EventEmitter<CustomEvent<number>>;
|
|
564
|
+
/**
|
|
565
|
+
* The pages that were generated
|
|
566
|
+
*/
|
|
567
|
+
pagesChange: EventEmitter<CustomEvent<number>>;
|
|
568
|
+
}
|
|
569
|
+
export declare class PPaginationPagesItem {
|
|
570
|
+
protected z: NgZone;
|
|
571
|
+
protected el: HTMLPPaginationPagesItemElement;
|
|
572
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
573
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPagesItem, never>;
|
|
574
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPagesItem, "p-pagination-pages-item", never, { "active": "active"; "disabled": "disabled"; "hover": "hover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
575
|
+
}
|
|
576
|
+
export declare interface PPaginationPagesItem extends Components.PPaginationPagesItem {
|
|
577
|
+
}
|
|
578
|
+
export declare class PPaginationSize {
|
|
579
|
+
protected z: NgZone;
|
|
580
|
+
protected el: HTMLPPaginationSizeElement;
|
|
581
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
582
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationSize, never>;
|
|
583
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationSize, "p-pagination-size", never, { "hidden": "hidden"; "itemTemplate": "itemTemplate"; "size": "size"; "sizeOptions": "sizeOptions"; }, {}, never, ["*"], false, never>;
|
|
584
|
+
}
|
|
585
|
+
export declare interface PPaginationSize extends Components.PPaginationSize {
|
|
586
|
+
/**
|
|
587
|
+
* Event whenever the size changes
|
|
588
|
+
*/
|
|
589
|
+
sizeChange: EventEmitter<CustomEvent<number>>;
|
|
503
590
|
}
|
|
504
|
-
export declare class
|
|
591
|
+
export declare class PPortal {
|
|
505
592
|
protected z: NgZone;
|
|
506
|
-
protected el:
|
|
593
|
+
protected el: HTMLPPortalElement;
|
|
507
594
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
508
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
509
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
595
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PPortal, never>;
|
|
596
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PPortal, "p-portal", never, {}, {}, never, ["*"], false, never>;
|
|
510
597
|
}
|
|
511
|
-
export declare interface
|
|
598
|
+
export declare interface PPortal extends Components.PPortal {
|
|
512
599
|
}
|
|
513
600
|
export declare class PProfile {
|
|
514
601
|
protected z: NgZone;
|
|
515
|
-
protected el:
|
|
602
|
+
protected el: HTMLPProfileElement;
|
|
516
603
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
517
604
|
static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
|
|
518
605
|
static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "dropdownLocation": "dropdownLocation"; }, {}, never, ["*"], false, never>;
|
|
519
606
|
}
|
|
520
607
|
export declare interface PProfile extends Components.PProfile {
|
|
521
608
|
}
|
|
609
|
+
export declare class PRadio {
|
|
610
|
+
protected z: NgZone;
|
|
611
|
+
protected el: HTMLPRadioElement;
|
|
612
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
613
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PRadio, never>;
|
|
614
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PRadio, "p-radio", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false, never>;
|
|
615
|
+
}
|
|
616
|
+
export declare interface PRadio extends Components.PRadio {
|
|
617
|
+
/**
|
|
618
|
+
* Event whenever the checked changes
|
|
619
|
+
*/
|
|
620
|
+
checkedChange: EventEmitter<CustomEvent<boolean>>;
|
|
621
|
+
}
|
|
522
622
|
export declare class PSegmentContainer {
|
|
523
623
|
protected z: NgZone;
|
|
524
|
-
protected el:
|
|
624
|
+
protected el: HTMLPSegmentContainerElement;
|
|
525
625
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
526
626
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
|
|
527
627
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -530,19 +630,19 @@ export declare interface PSegmentContainer extends Components.PSegmentContainer
|
|
|
530
630
|
}
|
|
531
631
|
export declare class PSegmentItem {
|
|
532
632
|
protected z: NgZone;
|
|
533
|
-
protected el:
|
|
633
|
+
protected el: HTMLPSegmentItemElement;
|
|
534
634
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
535
635
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
|
|
536
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "
|
|
636
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
537
637
|
}
|
|
538
638
|
export declare interface PSegmentItem extends Components.PSegmentItem {
|
|
539
639
|
}
|
|
540
640
|
export declare class PSelect {
|
|
541
641
|
protected z: NgZone;
|
|
542
|
-
protected el:
|
|
642
|
+
protected el: HTMLPSelectElement;
|
|
543
643
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
544
644
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
|
|
545
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "addItemText": "addItemText"; "applyClassOnSelectedItem": "applyClassOnSelectedItem"; "asyncFilter": "asyncFilter"; "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "avatarKey": "avatarKey"; "avatarLettersKey": "avatarLettersKey"; "classKey": "classKey"; "disabled": "disabled"; "displayKey": "displayKey"; "dropdownDisplayKey": "dropdownDisplayKey"; "emptyStateText": "emptyStateText"; "enableAutocomplete": "enableAutocomplete"; "enableSelectAll": "enableSelectAll"; "error": "error"; "helper": "helper"; "icon": "icon"; "iconKey": "iconKey"; "identifierKey": "identifierKey"; "items": "items"; "label": "label"; "loading": "loading"; "maxDisplayedItems": "maxDisplayedItems"; "multi": "multi"; "placeholder": "placeholder"; "prefix": "prefix"; "query": "query"; "queryKey": "queryKey"; "required": "required"; "selectAllIcon": "selectAllIcon"; "selectAllText": "selectAllText"; "selectionDisplayKey": "selectionDisplayKey"; "showAddItem": "showAddItem"; "showChevron": "showChevron"; "showIconInSelectedItem": "showIconInSelectedItem"; "size": "size"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false, never>;
|
|
645
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "addItemText": "addItemText"; "applyClassOnSelectedItem": "applyClassOnSelectedItem"; "asyncFilter": "asyncFilter"; "autoSelectFirst": "autoSelectFirst"; "autocompletePlaceholder": "autocompletePlaceholder"; "avatarKey": "avatarKey"; "avatarLettersKey": "avatarLettersKey"; "classKey": "classKey"; "disabled": "disabled"; "displayKey": "displayKey"; "dropdownDisplayKey": "dropdownDisplayKey"; "emptyStateText": "emptyStateText"; "enableAutocomplete": "enableAutocomplete"; "enableSelectAll": "enableSelectAll"; "error": "error"; "helper": "helper"; "icon": "icon"; "iconKey": "iconKey"; "identifierKey": "identifierKey"; "items": "items"; "label": "label"; "loading": "loading"; "maxDisplayedItems": "maxDisplayedItems"; "multi": "multi"; "placeholder": "placeholder"; "prefix": "prefix"; "query": "query"; "queryKey": "queryKey"; "required": "required"; "selectAllIcon": "selectAllIcon"; "selectAllText": "selectAllText"; "selectionDisplayKey": "selectionDisplayKey"; "showAddItem": "showAddItem"; "showChevron": "showChevron"; "showIconInSelectedItem": "showIconInSelectedItem"; "size": "size"; "strategy": "strategy"; "usePortal": "usePortal"; "value": "value"; "valueKey": "valueKey"; }, {}, never, ["*"], false, never>;
|
|
546
646
|
}
|
|
547
647
|
export declare interface PSelect extends Components.PSelect {
|
|
548
648
|
/**
|
|
@@ -568,16 +668,25 @@ export declare interface PSelect extends Components.PSelect {
|
|
|
568
668
|
}
|
|
569
669
|
export declare class PSliderIndicator {
|
|
570
670
|
protected z: NgZone;
|
|
571
|
-
protected el:
|
|
671
|
+
protected el: HTMLPSliderIndicatorElement;
|
|
572
672
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
573
673
|
static ɵfac: i0.ɵɵFactoryDeclaration<PSliderIndicator, never>;
|
|
574
674
|
static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false, never>;
|
|
575
675
|
}
|
|
576
676
|
export declare interface PSliderIndicator extends Components.PSliderIndicator {
|
|
577
677
|
}
|
|
678
|
+
export declare class PSmile {
|
|
679
|
+
protected z: NgZone;
|
|
680
|
+
protected el: HTMLPSmileElement;
|
|
681
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
682
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PSmile, never>;
|
|
683
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PSmile, "p-smile", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
684
|
+
}
|
|
685
|
+
export declare interface PSmile extends Components.PSmile {
|
|
686
|
+
}
|
|
578
687
|
export declare class PStatus {
|
|
579
688
|
protected z: NgZone;
|
|
580
|
-
protected el:
|
|
689
|
+
protected el: HTMLPStatusElement;
|
|
581
690
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
582
691
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStatus, never>;
|
|
583
692
|
static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -586,16 +695,16 @@ export declare interface PStatus extends Components.PStatus {
|
|
|
586
695
|
}
|
|
587
696
|
export declare class PStepper {
|
|
588
697
|
protected z: NgZone;
|
|
589
|
-
protected el:
|
|
698
|
+
protected el: HTMLPStepperElement;
|
|
590
699
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
591
700
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
|
|
592
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "contentPosition": "contentPosition"; "direction": "direction"; }, {}, never, ["*"], false, never>;
|
|
701
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "contentPosition": "contentPosition"; "direction": "direction"; "enableAutoStatus": "enableAutoStatus"; }, {}, never, ["*"], false, never>;
|
|
593
702
|
}
|
|
594
703
|
export declare interface PStepper extends Components.PStepper {
|
|
595
704
|
}
|
|
596
705
|
export declare class PStepperItem {
|
|
597
706
|
protected z: NgZone;
|
|
598
|
-
protected el:
|
|
707
|
+
protected el: HTMLPStepperItemElement;
|
|
599
708
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
600
709
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
|
|
601
710
|
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "contentPosition": "contentPosition"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false, never>;
|
|
@@ -604,7 +713,7 @@ export declare interface PStepperItem extends Components.PStepperItem {
|
|
|
604
713
|
}
|
|
605
714
|
export declare class PStepperLine {
|
|
606
715
|
protected z: NgZone;
|
|
607
|
-
protected el:
|
|
716
|
+
protected el: HTMLPStepperLineElement;
|
|
608
717
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
609
718
|
static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
|
|
610
719
|
static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false, never>;
|
|
@@ -613,7 +722,7 @@ export declare interface PStepperLine extends Components.PStepperLine {
|
|
|
613
722
|
}
|
|
614
723
|
export declare class PTabGroup {
|
|
615
724
|
protected z: NgZone;
|
|
616
|
-
protected el:
|
|
725
|
+
protected el: HTMLPTabGroupElement;
|
|
617
726
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
618
727
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabGroup, never>;
|
|
619
728
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTabGroup, "p-tab-group", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -622,7 +731,7 @@ export declare interface PTabGroup extends Components.PTabGroup {
|
|
|
622
731
|
}
|
|
623
732
|
export declare class PTabItem {
|
|
624
733
|
protected z: NgZone;
|
|
625
|
-
protected el:
|
|
734
|
+
protected el: HTMLPTabItemElement;
|
|
626
735
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
627
736
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
|
|
628
737
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false, never>;
|
|
@@ -631,7 +740,7 @@ export declare interface PTabItem extends Components.PTabItem {
|
|
|
631
740
|
}
|
|
632
741
|
export declare class PTableContainer {
|
|
633
742
|
protected z: NgZone;
|
|
634
|
-
protected el:
|
|
743
|
+
protected el: HTMLPTableContainerElement;
|
|
635
744
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
636
745
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
|
|
637
746
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, { "shadow": "shadow"; }, {}, never, ["*"], false, never>;
|
|
@@ -640,7 +749,7 @@ export declare interface PTableContainer extends Components.PTableContainer {
|
|
|
640
749
|
}
|
|
641
750
|
export declare class PTableFooter {
|
|
642
751
|
protected z: NgZone;
|
|
643
|
-
protected el:
|
|
752
|
+
protected el: HTMLPTableFooterElement;
|
|
644
753
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
645
754
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
|
|
646
755
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enableExport": "enableExport"; "enablePageSize": "enablePageSize"; "enablePagination": "enablePagination"; "hideOnSinglePage": "hideOnSinglePage"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false, never>;
|
|
@@ -661,7 +770,7 @@ export declare interface PTableFooter extends Components.PTableFooter {
|
|
|
661
770
|
}
|
|
662
771
|
export declare class PTableHeader {
|
|
663
772
|
protected z: NgZone;
|
|
664
|
-
protected el:
|
|
773
|
+
protected el: HTMLPTableHeaderElement;
|
|
665
774
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
666
775
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
|
|
667
776
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "actionButtonTemplate": "actionButtonTemplate"; "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "canUseAction": "canUseAction"; "enableAction": "enableAction"; "enableFilter": "enableFilter"; "enableFilterDesktop": "enableFilterDesktop"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "itemsSelectedAmount": "itemsSelectedAmount"; "loading": "loading"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; }, {}, never, ["*"], false, never>;
|
|
@@ -686,7 +795,7 @@ export declare interface PTableHeader extends Components.PTableHeader {
|
|
|
686
795
|
}
|
|
687
796
|
export declare class PTableRow {
|
|
688
797
|
protected z: NgZone;
|
|
689
|
-
protected el:
|
|
798
|
+
protected el: HTMLPTableRowElement;
|
|
690
799
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
691
800
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
|
|
692
801
|
static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
@@ -695,7 +804,7 @@ export declare interface PTableRow extends Components.PTableRow {
|
|
|
695
804
|
}
|
|
696
805
|
export declare class PToast {
|
|
697
806
|
protected z: NgZone;
|
|
698
|
-
protected el:
|
|
807
|
+
protected el: HTMLPToastElement;
|
|
699
808
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
700
809
|
static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
|
|
701
810
|
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>;
|
|
@@ -706,12 +815,29 @@ export declare interface PToast extends Components.PToast {
|
|
|
706
815
|
*/
|
|
707
816
|
action: EventEmitter<CustomEvent<MouseEvent>>;
|
|
708
817
|
}
|
|
818
|
+
export declare class PToggle {
|
|
819
|
+
protected z: NgZone;
|
|
820
|
+
protected el: HTMLPToggleElement;
|
|
821
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
822
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PToggle, never>;
|
|
823
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PToggle, "p-toggle", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "indeterminate": "indeterminate"; "name": "name"; "required": "required"; }, {}, never, ["*"], false, never>;
|
|
824
|
+
}
|
|
825
|
+
export declare interface PToggle extends Components.PToggle {
|
|
826
|
+
/**
|
|
827
|
+
* Event whenever the checked changes
|
|
828
|
+
*/
|
|
829
|
+
checkedChange: EventEmitter<CustomEvent<boolean>>;
|
|
830
|
+
/**
|
|
831
|
+
* Event whenever the indeterminate changes
|
|
832
|
+
*/
|
|
833
|
+
indeterminateChange: EventEmitter<CustomEvent<boolean>>;
|
|
834
|
+
}
|
|
709
835
|
export declare class PTooltip {
|
|
710
836
|
protected z: NgZone;
|
|
711
|
-
protected el:
|
|
837
|
+
protected el: HTMLPTooltipElement;
|
|
712
838
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
713
839
|
static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
|
|
714
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "content": "content"; "enableUserInput": "enableUserInput"; "offset": "offset"; "placement": "placement"; "show": "show"; "strategy": "strategy"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
840
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": "canManuallyClose"; "content": "content"; "enableUserInput": "enableUserInput"; "offset": "offset"; "placement": "placement"; "show": "show"; "strategy": "strategy"; "usePortal": "usePortal"; "variant": "variant"; }, {}, never, ["*"], false, never>;
|
|
715
841
|
}
|
|
716
842
|
export declare interface PTooltip extends Components.PTooltip {
|
|
717
843
|
/**
|