@paperless/angular 2.0.1-beta.8 → 2.0.1-beta.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/esm2020/lib/directives/index.mjs +19 -7
  2. package/esm2020/lib/directives/p-checkbox.directive.mjs +39 -0
  3. package/esm2020/lib/directives/p-field.directive.mjs +38 -0
  4. package/esm2020/lib/directives/p-pagination-pages.directive.mjs +41 -0
  5. package/esm2020/lib/directives/p-pagination-size.directive.mjs +41 -0
  6. package/esm2020/lib/directives/p-radio.directive.mjs +48 -0
  7. package/esm2020/lib/directives/p-toggle.directive.mjs +38 -0
  8. package/esm2020/lib/modules/table/components/table/table.component.mjs +25 -70
  9. package/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +4 -18
  10. package/esm2020/lib/modules/toast/types.mjs +4 -3
  11. package/esm2020/lib/paperless.module.mjs +15 -11
  12. package/esm2020/lib/stencil/angular-component-lib/utils.mjs +9 -1
  13. package/esm2020/lib/stencil/components.mjs +390 -116
  14. package/esm2020/lib/stencil/index.mjs +15 -4
  15. package/esm2020/lib/stencil.module.mjs +1 -1
  16. package/fesm2015/paperless-angular.mjs +620 -242
  17. package/fesm2015/paperless-angular.mjs.map +1 -1
  18. package/fesm2020/paperless-angular.mjs +618 -242
  19. package/fesm2020/paperless-angular.mjs.map +1 -1
  20. package/lib/directives/index.d.ts +9 -4
  21. package/lib/directives/p-checkbox.directive.d.ts +9 -0
  22. package/lib/directives/p-field.directive.d.ts +9 -0
  23. package/lib/directives/p-pagination-pages.directive.d.ts +10 -0
  24. package/lib/directives/{p-page-size-select.directive.d.ts → p-pagination-size.directive.d.ts} +3 -3
  25. package/lib/directives/p-radio.directive.d.ts +17 -0
  26. package/lib/directives/p-toggle.directive.d.ts +9 -0
  27. package/lib/modules/table/components/table/table.component.d.ts +13 -8
  28. package/lib/modules/table/components/table-cell/table-cell.component.d.ts +2 -6
  29. package/lib/modules/toast/types.d.ts +3 -2
  30. package/lib/paperless.module.d.ts +15 -11
  31. package/lib/stencil/components.d.ts +269 -109
  32. package/lib/stencil/index.d.ts +1 -1
  33. package/lib/stencil.module.d.ts +1 -1
  34. package/package.json +1 -1
  35. package/paperless.css +84 -64
  36. package/esm2020/lib/directives/p-page-size-select.directive.mjs +0 -41
  37. package/esm2020/lib/directives/p-pagination.directive.mjs +0 -41
  38. 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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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"; "class": "class"; "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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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, { "inheritText": "inheritText"; }, {}, never, ["*"], false, 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: HTMLElement;
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: HTMLElement;
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, { "arrow": "arrow"; "header": "header"; }, {}, never, ["*"], false, 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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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: HTMLElement;
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,87 @@ export declare interface PDropdown extends Components.PDropdown {
254
271
  }
255
272
  export declare class PDropdownMenuContainer {
256
273
  protected z: NgZone;
257
- protected el: HTMLElement;
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: HTMLElement;
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 PEmptyState {
291
+ protected z: NgZone;
292
+ protected el: HTMLPEmptyStateElement;
293
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
294
+ static ɵfac: i0.ɵɵFactoryDeclaration<PEmptyState, never>;
295
+ static ɵcmp: i0.ɵɵComponentDeclaration<PEmptyState, "p-empty-state", never, { "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "actionVariant": "actionVariant"; "content": "content"; "enableAction": "enableAction"; "header": "header"; "illustration": "illustration"; }, {}, never, ["*"], false, never>;
296
+ }
297
+ export declare interface PEmptyState extends Components.PEmptyState {
298
+ /**
299
+ * The text on the action button
300
+ */
301
+ action: EventEmitter<CustomEvent<MouseEvent>>;
302
+ }
303
+ export declare class PField {
304
+ protected z: NgZone;
305
+ protected el: HTMLPFieldElement;
306
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
307
+ static ɵfac: i0.ɵɵFactoryDeclaration<PField, never>;
308
+ 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>;
309
+ }
310
+ export declare interface PField extends Components.PField {
311
+ /**
312
+ * Event whenever the value changes
313
+ */
314
+ valueChange: EventEmitter<CustomEvent<string>>;
315
+ /**
316
+ * Event whenever the input ref changes
317
+ */
318
+ inputRefChange: EventEmitter<CustomEvent<HTMLInputElement | HTMLTextAreaElement>>;
319
+ }
320
+ export declare class PFieldContainer {
321
+ protected z: NgZone;
322
+ protected el: HTMLPFieldContainerElement;
323
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
324
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFieldContainer, never>;
325
+ 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>;
326
+ }
327
+ export declare interface PFieldContainer extends Components.PFieldContainer {
328
+ focus: EventEmitter<CustomEvent<void>>;
329
+ }
273
330
  export declare class PFloatingMenuContainer {
274
331
  protected z: NgZone;
275
- protected el: HTMLElement;
332
+ protected el: HTMLPFloatingMenuContainerElement;
276
333
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
277
334
  static ɵfac: i0.ɵɵFactoryDeclaration<PFloatingMenuContainer, never>;
278
- static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuContainer, "p-floating-menu-container", never, { "usedInTable": "usedInTable"; }, {}, never, ["*"], false, never>;
335
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuContainer, "p-floating-menu-container", never, { "amount": "amount"; "amountSelectedTemplate": "amountSelectedTemplate"; "enableAmountSelected": "enableAmountSelected"; "enableClose": "enableClose"; "usedInTable": "usedInTable"; }, {}, never, ["*"], false, never>;
279
336
  }
280
337
  export declare interface PFloatingMenuContainer extends Components.PFloatingMenuContainer {
338
+ /**
339
+ * Event whenever the close button is clicked
340
+ */
341
+ close: EventEmitter<CustomEvent<MouseEvent>>;
281
342
  }
282
343
  export declare class PFloatingMenuItem {
283
344
  protected z: NgZone;
284
- protected el: HTMLElement;
345
+ protected el: HTMLPFloatingMenuItemElement;
285
346
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
286
347
  static ɵfac: i0.ɵɵFactoryDeclaration<PFloatingMenuItem, never>;
287
- static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuItem, "p-floating-menu-item", never, { "disabled": "disabled"; "hover": "hover"; }, {}, never, ["*"], false, never>;
348
+ 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
349
  }
289
350
  export declare interface PFloatingMenuItem extends Components.PFloatingMenuItem {
290
351
  }
291
352
  export declare class PHelper {
292
353
  protected z: NgZone;
293
- protected el: HTMLElement;
354
+ protected el: HTMLPHelperElement;
294
355
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
295
356
  static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
296
357
  static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": "placement"; "strategy": "strategy"; }, {}, never, ["*"], false, never>;
@@ -299,7 +360,7 @@ export declare interface PHelper extends Components.PHelper {
299
360
  }
300
361
  export declare class PIbanIcon {
301
362
  protected z: NgZone;
302
- protected el: HTMLElement;
363
+ protected el: HTMLPIbanIconElement;
303
364
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
304
365
  static ɵfac: i0.ɵɵFactoryDeclaration<PIbanIcon, never>;
305
366
  static ɵcmp: i0.ɵɵComponentDeclaration<PIbanIcon, "p-iban-icon", never, { "iban": "iban"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -308,7 +369,7 @@ export declare interface PIbanIcon extends Components.PIbanIcon {
308
369
  }
309
370
  export declare class PIcon {
310
371
  protected z: NgZone;
311
- protected el: HTMLElement;
372
+ protected el: HTMLPIconElement;
312
373
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
313
374
  static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
314
375
  static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -317,7 +378,7 @@ export declare interface PIcon extends Components.PIcon {
317
378
  }
318
379
  export declare class PIconDeprecated {
319
380
  protected z: NgZone;
320
- protected el: HTMLElement;
381
+ protected el: HTMLPIconDeprecatedElement;
321
382
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
322
383
  static ɵfac: i0.ɵɵFactoryDeclaration<PIconDeprecated, never>;
323
384
  static ɵcmp: i0.ɵɵComponentDeclaration<PIconDeprecated, "p-icon-deprecated", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -326,16 +387,25 @@ export declare interface PIconDeprecated extends Components.PIconDeprecated {
326
387
  }
327
388
  export declare class PIllustration {
328
389
  protected z: NgZone;
329
- protected el: HTMLElement;
390
+ protected el: HTMLPIllustrationElement;
330
391
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
331
392
  static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
332
393
  static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
333
394
  }
334
395
  export declare interface PIllustration extends Components.PIllustration {
335
396
  }
397
+ export declare class PIllustrationDeprecated {
398
+ protected z: NgZone;
399
+ protected el: HTMLPIllustrationDeprecatedElement;
400
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
401
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIllustrationDeprecated, never>;
402
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIllustrationDeprecated, "p-illustration-deprecated", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
403
+ }
404
+ export declare interface PIllustrationDeprecated extends Components.PIllustrationDeprecated {
405
+ }
336
406
  export declare class PInfoPanel {
337
407
  protected z: NgZone;
338
- protected el: HTMLElement;
408
+ protected el: HTMLPInfoPanelElement;
339
409
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
340
410
  static ɵfac: i0.ɵɵFactoryDeclaration<PInfoPanel, never>;
341
411
  static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -348,7 +418,7 @@ export declare interface PInfoPanel extends Components.PInfoPanel {
348
418
  }
349
419
  export declare class PInputError {
350
420
  protected z: NgZone;
351
- protected el: HTMLElement;
421
+ protected el: HTMLPInputErrorElement;
352
422
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
353
423
  static ɵfac: i0.ɵɵFactoryDeclaration<PInputError, never>;
354
424
  static ɵcmp: i0.ɵɵComponentDeclaration<PInputError, "p-input-error", never, { "error": "error"; "forceShowTooltip": "forceShowTooltip"; }, {}, never, ["*"], false, never>;
@@ -357,7 +427,7 @@ export declare interface PInputError extends Components.PInputError {
357
427
  }
358
428
  export declare class PInputGroup {
359
429
  protected z: NgZone;
360
- protected el: HTMLElement;
430
+ protected el: HTMLPInputGroupElement;
361
431
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
362
432
  static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
363
433
  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,25 +436,29 @@ export declare interface PInputGroup extends Components.PInputGroup {
366
436
  }
367
437
  export declare class PLabel {
368
438
  protected z: NgZone;
369
- protected el: HTMLElement;
439
+ protected el: HTMLPLabelElement;
370
440
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
371
441
  static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
372
- static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "behavior": "behavior"; "icon": "icon"; "iconFlip": "iconFlip"; "iconPosition": "iconPosition"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
442
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "variant": "variant"; }, {}, never, ["*"], false, never>;
373
443
  }
374
444
  export declare interface PLabel extends Components.PLabel {
375
445
  }
376
446
  export declare class PLayout {
377
447
  protected z: NgZone;
378
- protected el: HTMLElement;
448
+ protected el: HTMLPLayoutElement;
379
449
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
380
450
  static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
381
451
  static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
382
452
  }
383
453
  export declare interface PLayout extends Components.PLayout {
454
+ /**
455
+ * Event whenever the layout is being scrolled
456
+ */
457
+ scroll: EventEmitter<CustomEvent<any>>;
384
458
  }
385
459
  export declare class PLoader {
386
460
  protected z: NgZone;
387
- protected el: HTMLElement;
461
+ protected el: HTMLPLoaderElement;
388
462
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
389
463
  static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
390
464
  static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -393,10 +467,10 @@ export declare interface PLoader extends Components.PLoader {
393
467
  }
394
468
  export declare class PModal {
395
469
  protected z: NgZone;
396
- protected el: HTMLElement;
470
+ protected el: HTMLPModalElement;
397
471
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
398
472
  static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
399
- static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "applyBlur": "applyBlur"; "backdropClickClose": "backdropClickClose"; "header": "header"; "padding": "padding"; "scrollLock": "scrollLock"; "show": "show"; "showClose": "showClose"; "showMobileFooter": "showMobileFooter"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
473
+ 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
474
  }
401
475
  export declare interface PModal extends Components.PModal {
402
476
  /**
@@ -410,16 +484,16 @@ export declare interface PModal extends Components.PModal {
410
484
  }
411
485
  export declare class PModalBody {
412
486
  protected z: NgZone;
413
- protected el: HTMLElement;
487
+ protected el: HTMLPModalBodyElement;
414
488
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
415
489
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
416
- static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "padding": "padding"; "roundedBottom": "roundedBottom"; "roundedTop": "roundedTop"; "variant": "variant"; }, {}, never, ["*"], false, never>;
490
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "roundedBottom": "roundedBottom"; "roundedTop": "roundedTop"; }, {}, never, ["*"], false, never>;
417
491
  }
418
492
  export declare interface PModalBody extends Components.PModalBody {
419
493
  }
420
494
  export declare class PModalContainer {
421
495
  protected z: NgZone;
422
- protected el: HTMLElement;
496
+ protected el: HTMLPModalContainerElement;
423
497
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
424
498
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
425
499
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "closing": "closing"; "size": "size"; }, {}, never, ["*"], false, never>;
@@ -428,7 +502,7 @@ export declare interface PModalContainer extends Components.PModalContainer {
428
502
  }
429
503
  export declare class PModalFooter {
430
504
  protected z: NgZone;
431
- protected el: HTMLElement;
505
+ protected el: HTMLPModalFooterElement;
432
506
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
433
507
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
434
508
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false, never>;
@@ -437,7 +511,7 @@ export declare interface PModalFooter extends Components.PModalFooter {
437
511
  }
438
512
  export declare class PModalHeader {
439
513
  protected z: NgZone;
440
- protected el: HTMLElement;
514
+ protected el: HTMLPModalHeaderElement;
441
515
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
442
516
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
443
517
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false, never>;
@@ -450,87 +524,134 @@ export declare interface PModalHeader extends Components.PModalHeader {
450
524
  }
451
525
  export declare class PNavbar {
452
526
  protected z: NgZone;
453
- protected el: HTMLElement;
527
+ protected el: HTMLPNavbarElement;
454
528
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
455
529
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
456
- static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "menuText": "menuText"; }, {}, never, ["*"], false, never>;
530
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, {}, {}, never, ["*"], false, never>;
457
531
  }
458
532
  export declare interface PNavbar extends Components.PNavbar {
459
533
  }
460
534
  export declare class PNavigationItem {
461
535
  protected z: NgZone;
462
- protected el: HTMLElement;
536
+ protected el: HTMLPNavigationItemElement;
463
537
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
464
538
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
465
- static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": "active"; "as": "as"; "class": "class"; "counter": "counter"; "href": "href"; "icon": "icon"; "target": "target"; }, {}, never, ["*"], false, never>;
539
+ 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
540
  }
467
541
  export declare interface PNavigationItem extends Components.PNavigationItem {
468
542
  }
469
543
  export declare class PNavigationSection {
470
544
  protected z: NgZone;
471
- protected el: HTMLElement;
545
+ protected el: HTMLPNavigationSectionElement;
472
546
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
473
547
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationSection, never>;
474
- static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationSection, "p-navigation-section", never, { "title": "title"; }, {}, never, ["*"], false, never>;
548
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationSection, "p-navigation-section", never, { "header": "header"; }, {}, never, ["*"], false, never>;
475
549
  }
476
550
  export declare interface PNavigationSection extends Components.PNavigationSection {
477
551
  }
478
552
  export declare class PNavigationTitle {
479
553
  protected z: NgZone;
480
- protected el: HTMLElement;
554
+ protected el: HTMLPNavigationTitleElement;
481
555
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
482
556
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationTitle, never>;
483
557
  static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationTitle, "p-navigation-title", never, {}, {}, never, ["*"], false, never>;
484
558
  }
485
559
  export declare interface PNavigationTitle extends Components.PNavigationTitle {
486
560
  }
487
- export declare class PPageSizeSelect {
561
+ export declare class PPagination {
488
562
  protected z: NgZone;
489
- protected el: HTMLElement;
563
+ protected el: HTMLPPaginationElement;
490
564
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
491
- static ɵfac: i0.ɵɵFactoryDeclaration<PPageSizeSelect, never>;
492
- 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>;
565
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
566
+ 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>;
493
567
  }
494
- export declare interface PPageSizeSelect extends Components.PPageSizeSelect {
568
+ export declare interface PPagination extends Components.PPagination {
495
569
  /**
496
- * Event whenever the size changes
570
+ * Event whenever the page changes
497
571
  */
498
- sizeChange: EventEmitter<CustomEvent<number>>;
572
+ pageChange: EventEmitter<CustomEvent<number>>;
573
+ /**
574
+ * Event whenever the page changes
575
+ */
576
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
577
+ /**
578
+ * The pages that were generated
579
+ */
580
+ pagesChange: EventEmitter<CustomEvent<number>>;
499
581
  }
500
- export declare class PPagination {
582
+ export declare class PPaginationPages {
501
583
  protected z: NgZone;
502
- protected el: HTMLElement;
584
+ protected el: HTMLPPaginationPagesElement;
503
585
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
504
- static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
505
- static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
586
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPages, never>;
587
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPages, "p-pagination-pages", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
506
588
  }
507
- export declare interface PPagination extends Components.PPagination {
589
+ export declare interface PPaginationPages extends Components.PPaginationPages {
508
590
  /**
509
591
  * Event whenever the page changes
510
592
  */
511
593
  pageChange: EventEmitter<CustomEvent<number>>;
594
+ /**
595
+ * The pages that were generated
596
+ */
597
+ pagesChange: EventEmitter<CustomEvent<number>>;
512
598
  }
513
- export declare class PPaginationItem {
599
+ export declare class PPaginationPagesItem {
514
600
  protected z: NgZone;
515
- protected el: HTMLElement;
601
+ protected el: HTMLPPaginationPagesItemElement;
516
602
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
517
- static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationItem, never>;
518
- static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationItem, "p-pagination-item", never, { "active": "active"; }, {}, never, ["*"], false, never>;
603
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPagesItem, never>;
604
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPagesItem, "p-pagination-pages-item", never, { "active": "active"; "disabled": "disabled"; "hover": "hover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
605
+ }
606
+ export declare interface PPaginationPagesItem extends Components.PPaginationPagesItem {
519
607
  }
520
- export declare interface PPaginationItem extends Components.PPaginationItem {
608
+ export declare class PPaginationSize {
609
+ protected z: NgZone;
610
+ protected el: HTMLPPaginationSizeElement;
611
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
612
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationSize, never>;
613
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationSize, "p-pagination-size", never, { "hidden": "hidden"; "itemTemplate": "itemTemplate"; "size": "size"; "sizeOptions": "sizeOptions"; }, {}, never, ["*"], false, never>;
614
+ }
615
+ export declare interface PPaginationSize extends Components.PPaginationSize {
616
+ /**
617
+ * Event whenever the size changes
618
+ */
619
+ sizeChange: EventEmitter<CustomEvent<number>>;
620
+ }
621
+ export declare class PPortal {
622
+ protected z: NgZone;
623
+ protected el: HTMLPPortalElement;
624
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
625
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPortal, never>;
626
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPortal, "p-portal", never, {}, {}, never, ["*"], false, never>;
627
+ }
628
+ export declare interface PPortal extends Components.PPortal {
521
629
  }
522
630
  export declare class PProfile {
523
631
  protected z: NgZone;
524
- protected el: HTMLElement;
632
+ protected el: HTMLPProfileElement;
525
633
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
526
634
  static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
527
635
  static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "dropdownLocation": "dropdownLocation"; }, {}, never, ["*"], false, never>;
528
636
  }
529
637
  export declare interface PProfile extends Components.PProfile {
530
638
  }
639
+ export declare class PRadio {
640
+ protected z: NgZone;
641
+ protected el: HTMLPRadioElement;
642
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
643
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRadio, never>;
644
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRadio, "p-radio", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false, never>;
645
+ }
646
+ export declare interface PRadio extends Components.PRadio {
647
+ /**
648
+ * Event whenever the checked changes
649
+ */
650
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
651
+ }
531
652
  export declare class PSegmentContainer {
532
653
  protected z: NgZone;
533
- protected el: HTMLElement;
654
+ protected el: HTMLPSegmentContainerElement;
534
655
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
535
656
  static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
536
657
  static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false, never>;
@@ -539,19 +660,19 @@ export declare interface PSegmentContainer extends Components.PSegmentContainer
539
660
  }
540
661
  export declare class PSegmentItem {
541
662
  protected z: NgZone;
542
- protected el: HTMLElement;
663
+ protected el: HTMLPSegmentItemElement;
543
664
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
544
665
  static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
545
- static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "size": "size"; }, {}, never, ["*"], false, never>;
666
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": "active"; "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
546
667
  }
547
668
  export declare interface PSegmentItem extends Components.PSegmentItem {
548
669
  }
549
670
  export declare class PSelect {
550
671
  protected z: NgZone;
551
- protected el: HTMLElement;
672
+ protected el: HTMLPSelectElement;
552
673
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
553
674
  static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
554
- 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>;
675
+ 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>;
555
676
  }
556
677
  export declare interface PSelect extends Components.PSelect {
557
678
  /**
@@ -577,16 +698,25 @@ export declare interface PSelect extends Components.PSelect {
577
698
  }
578
699
  export declare class PSliderIndicator {
579
700
  protected z: NgZone;
580
- protected el: HTMLElement;
701
+ protected el: HTMLPSliderIndicatorElement;
581
702
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
582
703
  static ɵfac: i0.ɵɵFactoryDeclaration<PSliderIndicator, never>;
583
704
  static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false, never>;
584
705
  }
585
706
  export declare interface PSliderIndicator extends Components.PSliderIndicator {
586
707
  }
708
+ export declare class PSmile {
709
+ protected z: NgZone;
710
+ protected el: HTMLPSmileElement;
711
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
712
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSmile, never>;
713
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSmile, "p-smile", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
714
+ }
715
+ export declare interface PSmile extends Components.PSmile {
716
+ }
587
717
  export declare class PStatus {
588
718
  protected z: NgZone;
589
- protected el: HTMLElement;
719
+ protected el: HTMLPStatusElement;
590
720
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
591
721
  static ɵfac: i0.ɵɵFactoryDeclaration<PStatus, never>;
592
722
  static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -595,16 +725,16 @@ export declare interface PStatus extends Components.PStatus {
595
725
  }
596
726
  export declare class PStepper {
597
727
  protected z: NgZone;
598
- protected el: HTMLElement;
728
+ protected el: HTMLPStepperElement;
599
729
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
600
730
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
601
- static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "contentPosition": "contentPosition"; "direction": "direction"; }, {}, never, ["*"], false, never>;
731
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "contentPosition": "contentPosition"; "direction": "direction"; "enableAutoStatus": "enableAutoStatus"; }, {}, never, ["*"], false, never>;
602
732
  }
603
733
  export declare interface PStepper extends Components.PStepper {
604
734
  }
605
735
  export declare class PStepperItem {
606
736
  protected z: NgZone;
607
- protected el: HTMLElement;
737
+ protected el: HTMLPStepperItemElement;
608
738
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
609
739
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
610
740
  static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "contentPosition": "contentPosition"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false, never>;
@@ -613,25 +743,25 @@ export declare interface PStepperItem extends Components.PStepperItem {
613
743
  }
614
744
  export declare class PStepperLine {
615
745
  protected z: NgZone;
616
- protected el: HTMLElement;
746
+ protected el: HTMLPStepperLineElement;
617
747
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
618
748
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
619
749
  static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false, never>;
620
750
  }
621
751
  export declare interface PStepperLine extends Components.PStepperLine {
622
752
  }
623
- export declare class PTabGroup {
753
+ export declare class PTabContainer {
624
754
  protected z: NgZone;
625
- protected el: HTMLElement;
755
+ protected el: HTMLPTabContainerElement;
626
756
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
627
- static ɵfac: i0.ɵɵFactoryDeclaration<PTabGroup, never>;
628
- static ɵcmp: i0.ɵɵComponentDeclaration<PTabGroup, "p-tab-group", never, {}, {}, never, ["*"], false, never>;
757
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabContainer, never>;
758
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabContainer, "p-tab-container", never, {}, {}, never, ["*"], false, never>;
629
759
  }
630
- export declare interface PTabGroup extends Components.PTabGroup {
760
+ export declare interface PTabContainer extends Components.PTabContainer {
631
761
  }
632
762
  export declare class PTabItem {
633
763
  protected z: NgZone;
634
- protected el: HTMLElement;
764
+ protected el: HTMLPTabItemElement;
635
765
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
636
766
  static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
637
767
  static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false, never>;
@@ -640,19 +770,19 @@ export declare interface PTabItem extends Components.PTabItem {
640
770
  }
641
771
  export declare class PTableContainer {
642
772
  protected z: NgZone;
643
- protected el: HTMLElement;
773
+ protected el: HTMLPTableContainerElement;
644
774
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
645
775
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
646
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, { "shadow": "shadow"; }, {}, never, ["*"], false, never>;
776
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], false, never>;
647
777
  }
648
778
  export declare interface PTableContainer extends Components.PTableContainer {
649
779
  }
650
780
  export declare class PTableFooter {
651
781
  protected z: NgZone;
652
- protected el: HTMLElement;
782
+ protected el: HTMLPTableFooterElement;
653
783
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
654
784
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
655
- 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>;
785
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enablePaginationPages": "enablePaginationPages"; "enablePaginationSize": "enablePaginationSize"; "hideOnSinglePage": "hideOnSinglePage"; "loading": "loading"; "page": "page"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "total": "total"; }, {}, never, ["*"], false, never>;
656
786
  }
657
787
  export declare interface PTableFooter extends Components.PTableFooter {
658
788
  /**
@@ -664,16 +794,16 @@ export declare interface PTableFooter extends Components.PTableFooter {
664
794
  */
665
795
  pageSizeChange: EventEmitter<CustomEvent<number>>;
666
796
  /**
667
- * Event whenever the page changes
797
+ * Event whenever the footer is hidden or nog
668
798
  */
669
- export: EventEmitter<CustomEvent<number>>;
799
+ hiddenChange: EventEmitter<CustomEvent<boolean>>;
670
800
  }
671
801
  export declare class PTableHeader {
672
802
  protected z: NgZone;
673
- protected el: HTMLElement;
803
+ protected el: HTMLPTableHeaderElement;
674
804
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
675
805
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
676
- 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>;
806
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "actionButtonTemplate": "actionButtonTemplate"; "actionIcon": "actionIcon"; "actionLoading": "actionLoading"; "actionText": "actionText"; "activeQuickFilterIdentifier": "activeQuickFilterIdentifier"; "canUseAction": "canUseAction"; "enableAction": "enableAction"; "enableExport": "enableExport"; "enableFilter": "enableFilter"; "enableFilterDesktop": "enableFilterDesktop"; "enableSearch": "enableSearch"; "filterButtonTemplate": "filterButtonTemplate"; "itemsSelectedAmount": "itemsSelectedAmount"; "loading": "loading"; "query": "query"; "quickFilters": "quickFilters"; "selectedFiltersAmount": "selectedFiltersAmount"; }, {}, never, ["*"], false, never>;
677
807
  }
678
808
  export declare interface PTableHeader extends Components.PTableHeader {
679
809
  /**
@@ -692,19 +822,32 @@ export declare interface PTableHeader extends Components.PTableHeader {
692
822
  * Event when the action button is clicked
693
823
  */
694
824
  action: EventEmitter<CustomEvent<null>>;
825
+ /**
826
+ * Event whenever the export button is clicked
827
+ */
828
+ export: EventEmitter<CustomEvent<number>>;
695
829
  }
696
830
  export declare class PTableRow {
697
831
  protected z: NgZone;
698
- protected el: HTMLElement;
832
+ protected el: HTMLPTableRowElement;
699
833
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
700
834
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
701
835
  static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
702
836
  }
703
837
  export declare interface PTableRow extends Components.PTableRow {
704
838
  }
839
+ export declare class PTableRowActionsContainer {
840
+ protected z: NgZone;
841
+ protected el: HTMLPTableRowActionsContainerElement;
842
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
843
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableRowActionsContainer, never>;
844
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRowActionsContainer, "p-table-row-actions-container", never, {}, {}, never, ["*"], false, never>;
845
+ }
846
+ export declare interface PTableRowActionsContainer extends Components.PTableRowActionsContainer {
847
+ }
705
848
  export declare class PToast {
706
849
  protected z: NgZone;
707
- protected el: HTMLElement;
850
+ protected el: HTMLPToastElement;
708
851
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
709
852
  static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
710
853
  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>;
@@ -715,12 +858,29 @@ export declare interface PToast extends Components.PToast {
715
858
  */
716
859
  action: EventEmitter<CustomEvent<MouseEvent>>;
717
860
  }
861
+ export declare class PToggle {
862
+ protected z: NgZone;
863
+ protected el: HTMLPToggleElement;
864
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
865
+ static ɵfac: i0.ɵɵFactoryDeclaration<PToggle, never>;
866
+ static ɵcmp: i0.ɵɵComponentDeclaration<PToggle, "p-toggle", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "indeterminate": "indeterminate"; "name": "name"; "required": "required"; }, {}, never, ["*"], false, never>;
867
+ }
868
+ export declare interface PToggle extends Components.PToggle {
869
+ /**
870
+ * Event whenever the checked changes
871
+ */
872
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
873
+ /**
874
+ * Event whenever the indeterminate changes
875
+ */
876
+ indeterminateChange: EventEmitter<CustomEvent<boolean>>;
877
+ }
718
878
  export declare class PTooltip {
719
879
  protected z: NgZone;
720
- protected el: HTMLElement;
880
+ protected el: HTMLPTooltipElement;
721
881
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
722
882
  static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
723
- 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>;
883
+ 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>;
724
884
  }
725
885
  export declare interface PTooltip extends Components.PTooltip {
726
886
  /**