@paperless/angular 2.0.1-beta.9 → 2.0.1-beta.90

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 +383 -134
  14. package/esm2020/lib/stencil/index.mjs +15 -5
  15. package/esm2020/lib/stencil.module.mjs +1 -1
  16. package/fesm2015/paperless-angular.mjs +612 -259
  17. package/fesm2015/paperless-angular.mjs.map +1 -1
  18. package/fesm2020/paperless-angular.mjs +610 -259
  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 +268 -117
  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"; "iconWave": "iconWave"; "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"; "id": "id"; "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"; "id": "id"; "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,34 +369,34 @@ 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>;
315
376
  }
316
377
  export declare interface PIcon extends Components.PIcon {
317
378
  }
318
- export declare class PIconDeprecated {
319
- protected z: NgZone;
320
- protected el: HTMLElement;
321
- constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
322
- static ɵfac: i0.ɵɵFactoryDeclaration<PIconDeprecated, never>;
323
- static ɵcmp: i0.ɵɵComponentDeclaration<PIconDeprecated, "p-icon-deprecated", never, { "flip": "flip"; "rotate": "rotate"; "size": "size"; "variant": "variant"; }, {}, never, ["*"], false, never>;
324
- }
325
- export declare interface PIconDeprecated extends Components.PIconDeprecated {
326
- }
327
379
  export declare class PIllustration {
328
380
  protected z: NgZone;
329
- protected el: HTMLElement;
381
+ protected el: HTMLPIllustrationElement;
330
382
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
331
383
  static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
332
384
  static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
333
385
  }
334
386
  export declare interface PIllustration extends Components.PIllustration {
335
387
  }
388
+ export declare class PIllustrationDeprecated {
389
+ protected z: NgZone;
390
+ protected el: HTMLPIllustrationDeprecatedElement;
391
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
392
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIllustrationDeprecated, never>;
393
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIllustrationDeprecated, "p-illustration-deprecated", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
394
+ }
395
+ export declare interface PIllustrationDeprecated extends Components.PIllustrationDeprecated {
396
+ }
336
397
  export declare class PInfoPanel {
337
398
  protected z: NgZone;
338
- protected el: HTMLElement;
399
+ protected el: HTMLPInfoPanelElement;
339
400
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
340
401
  static ɵfac: i0.ɵɵFactoryDeclaration<PInfoPanel, never>;
341
402
  static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": "closeable"; "content": "content"; "header": "header"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -348,7 +409,7 @@ export declare interface PInfoPanel extends Components.PInfoPanel {
348
409
  }
349
410
  export declare class PInputError {
350
411
  protected z: NgZone;
351
- protected el: HTMLElement;
412
+ protected el: HTMLPInputErrorElement;
352
413
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
353
414
  static ɵfac: i0.ɵɵFactoryDeclaration<PInputError, never>;
354
415
  static ɵcmp: i0.ɵɵComponentDeclaration<PInputError, "p-input-error", never, { "error": "error"; "forceShowTooltip": "forceShowTooltip"; }, {}, never, ["*"], false, never>;
@@ -357,7 +418,7 @@ export declare interface PInputError extends Components.PInputError {
357
418
  }
358
419
  export declare class PInputGroup {
359
420
  protected z: NgZone;
360
- protected el: HTMLElement;
421
+ protected el: HTMLPInputGroupElement;
361
422
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
362
423
  static ɵfac: i0.ɵɵFactoryDeclaration<PInputGroup, never>;
363
424
  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 +427,29 @@ export declare interface PInputGroup extends Components.PInputGroup {
366
427
  }
367
428
  export declare class PLabel {
368
429
  protected z: NgZone;
369
- protected el: HTMLElement;
430
+ protected el: HTMLPLabelElement;
370
431
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
371
432
  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>;
433
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconOnly": "iconOnly"; "iconRotate": "iconRotate"; "keepMobileContent": "keepMobileContent"; "variant": "variant"; }, {}, never, ["*"], false, never>;
373
434
  }
374
435
  export declare interface PLabel extends Components.PLabel {
375
436
  }
376
437
  export declare class PLayout {
377
438
  protected z: NgZone;
378
- protected el: HTMLElement;
439
+ protected el: HTMLPLayoutElement;
379
440
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
380
441
  static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
381
442
  static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
382
443
  }
383
444
  export declare interface PLayout extends Components.PLayout {
445
+ /**
446
+ * Event whenever the layout is being scrolled
447
+ */
448
+ scroll: EventEmitter<CustomEvent<any>>;
384
449
  }
385
450
  export declare class PLoader {
386
451
  protected z: NgZone;
387
- protected el: HTMLElement;
452
+ protected el: HTMLPLoaderElement;
388
453
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
389
454
  static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
390
455
  static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": "color"; "modalDescription": "modalDescription"; "modalTitle": "modalTitle"; "show": "show"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -393,10 +458,10 @@ export declare interface PLoader extends Components.PLoader {
393
458
  }
394
459
  export declare class PModal {
395
460
  protected z: NgZone;
396
- protected el: HTMLElement;
461
+ protected el: HTMLPModalElement;
397
462
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
398
463
  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>;
464
+ 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
465
  }
401
466
  export declare interface PModal extends Components.PModal {
402
467
  /**
@@ -410,16 +475,16 @@ export declare interface PModal extends Components.PModal {
410
475
  }
411
476
  export declare class PModalBody {
412
477
  protected z: NgZone;
413
- protected el: HTMLElement;
478
+ protected el: HTMLPModalBodyElement;
414
479
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
415
480
  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>;
481
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "roundedBottom": "roundedBottom"; "roundedTop": "roundedTop"; }, {}, never, ["*"], false, never>;
417
482
  }
418
483
  export declare interface PModalBody extends Components.PModalBody {
419
484
  }
420
485
  export declare class PModalContainer {
421
486
  protected z: NgZone;
422
- protected el: HTMLElement;
487
+ protected el: HTMLPModalContainerElement;
423
488
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
424
489
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
425
490
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "closing": "closing"; "size": "size"; }, {}, never, ["*"], false, never>;
@@ -428,7 +493,7 @@ export declare interface PModalContainer extends Components.PModalContainer {
428
493
  }
429
494
  export declare class PModalFooter {
430
495
  protected z: NgZone;
431
- protected el: HTMLElement;
496
+ protected el: HTMLPModalFooterElement;
432
497
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
433
498
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
434
499
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], false, never>;
@@ -437,7 +502,7 @@ export declare interface PModalFooter extends Components.PModalFooter {
437
502
  }
438
503
  export declare class PModalHeader {
439
504
  protected z: NgZone;
440
- protected el: HTMLElement;
505
+ protected el: HTMLPModalHeaderElement;
441
506
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
442
507
  static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
443
508
  static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": "showClose"; }, {}, never, ["*"], false, never>;
@@ -450,87 +515,134 @@ export declare interface PModalHeader extends Components.PModalHeader {
450
515
  }
451
516
  export declare class PNavbar {
452
517
  protected z: NgZone;
453
- protected el: HTMLElement;
518
+ protected el: HTMLPNavbarElement;
454
519
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
455
520
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
456
- static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, { "menuText": "menuText"; }, {}, never, ["*"], false, never>;
521
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, {}, {}, never, ["*"], false, never>;
457
522
  }
458
523
  export declare interface PNavbar extends Components.PNavbar {
459
524
  }
460
525
  export declare class PNavigationItem {
461
526
  protected z: NgZone;
462
- protected el: HTMLElement;
527
+ protected el: HTMLPNavigationItemElement;
463
528
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
464
529
  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>;
530
+ 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
531
  }
467
532
  export declare interface PNavigationItem extends Components.PNavigationItem {
468
533
  }
469
534
  export declare class PNavigationSection {
470
535
  protected z: NgZone;
471
- protected el: HTMLElement;
536
+ protected el: HTMLPNavigationSectionElement;
472
537
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
473
538
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationSection, never>;
474
- static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationSection, "p-navigation-section", never, { "title": "title"; }, {}, never, ["*"], false, never>;
539
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationSection, "p-navigation-section", never, { "header": "header"; }, {}, never, ["*"], false, never>;
475
540
  }
476
541
  export declare interface PNavigationSection extends Components.PNavigationSection {
477
542
  }
478
543
  export declare class PNavigationTitle {
479
544
  protected z: NgZone;
480
- protected el: HTMLElement;
545
+ protected el: HTMLPNavigationTitleElement;
481
546
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
482
547
  static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationTitle, never>;
483
548
  static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationTitle, "p-navigation-title", never, {}, {}, never, ["*"], false, never>;
484
549
  }
485
550
  export declare interface PNavigationTitle extends Components.PNavigationTitle {
486
551
  }
487
- export declare class PPageSizeSelect {
552
+ export declare class PPagination {
488
553
  protected z: NgZone;
489
- protected el: HTMLElement;
554
+ protected el: HTMLPPaginationElement;
490
555
  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>;
556
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
557
+ 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
558
  }
494
- export declare interface PPageSizeSelect extends Components.PPageSizeSelect {
559
+ export declare interface PPagination extends Components.PPagination {
495
560
  /**
496
- * Event whenever the size changes
561
+ * Event whenever the page changes
497
562
  */
498
- sizeChange: EventEmitter<CustomEvent<number>>;
563
+ pageChange: EventEmitter<CustomEvent<number>>;
564
+ /**
565
+ * Event whenever the page changes
566
+ */
567
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
568
+ /**
569
+ * The pages that were generated
570
+ */
571
+ pagesChange: EventEmitter<CustomEvent<number>>;
499
572
  }
500
- export declare class PPagination {
573
+ export declare class PPaginationPages {
501
574
  protected z: NgZone;
502
- protected el: HTMLElement;
575
+ protected el: HTMLPPaginationPagesElement;
503
576
  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>;
577
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPages, never>;
578
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPages, "p-pagination-pages", never, { "hideOnSinglePage": "hideOnSinglePage"; "page": "page"; "pageSize": "pageSize"; "total": "total"; }, {}, never, ["*"], false, never>;
506
579
  }
507
- export declare interface PPagination extends Components.PPagination {
580
+ export declare interface PPaginationPages extends Components.PPaginationPages {
508
581
  /**
509
582
  * Event whenever the page changes
510
583
  */
511
584
  pageChange: EventEmitter<CustomEvent<number>>;
585
+ /**
586
+ * The pages that were generated
587
+ */
588
+ pagesChange: EventEmitter<CustomEvent<number>>;
589
+ }
590
+ export declare class PPaginationPagesItem {
591
+ protected z: NgZone;
592
+ protected el: HTMLPPaginationPagesItemElement;
593
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
594
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPagesItem, never>;
595
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPagesItem, "p-pagination-pages-item", never, { "active": "active"; "disabled": "disabled"; "hover": "hover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
512
596
  }
513
- export declare class PPaginationItem {
597
+ export declare interface PPaginationPagesItem extends Components.PPaginationPagesItem {
598
+ }
599
+ export declare class PPaginationSize {
600
+ protected z: NgZone;
601
+ protected el: HTMLPPaginationSizeElement;
602
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
603
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationSize, never>;
604
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationSize, "p-pagination-size", never, { "hidden": "hidden"; "itemTemplate": "itemTemplate"; "size": "size"; "sizeOptions": "sizeOptions"; }, {}, never, ["*"], false, never>;
605
+ }
606
+ export declare interface PPaginationSize extends Components.PPaginationSize {
607
+ /**
608
+ * Event whenever the size changes
609
+ */
610
+ sizeChange: EventEmitter<CustomEvent<number>>;
611
+ }
612
+ export declare class PPortal {
514
613
  protected z: NgZone;
515
- protected el: HTMLElement;
614
+ protected el: HTMLPPortalElement;
516
615
  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>;
616
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPortal, never>;
617
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPortal, "p-portal", never, {}, {}, never, ["*"], false, never>;
519
618
  }
520
- export declare interface PPaginationItem extends Components.PPaginationItem {
619
+ export declare interface PPortal extends Components.PPortal {
521
620
  }
522
621
  export declare class PProfile {
523
622
  protected z: NgZone;
524
- protected el: HTMLElement;
623
+ protected el: HTMLPProfileElement;
525
624
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
526
625
  static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
527
626
  static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "dropdownLocation": "dropdownLocation"; }, {}, never, ["*"], false, never>;
528
627
  }
529
628
  export declare interface PProfile extends Components.PProfile {
530
629
  }
630
+ export declare class PRadio {
631
+ protected z: NgZone;
632
+ protected el: HTMLPRadioElement;
633
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
634
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRadio, never>;
635
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRadio, "p-radio", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"], false, never>;
636
+ }
637
+ export declare interface PRadio extends Components.PRadio {
638
+ /**
639
+ * Event whenever the checked changes
640
+ */
641
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
642
+ }
531
643
  export declare class PSegmentContainer {
532
644
  protected z: NgZone;
533
- protected el: HTMLElement;
645
+ protected el: HTMLPSegmentContainerElement;
534
646
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
535
647
  static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
536
648
  static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], false, never>;
@@ -539,19 +651,19 @@ export declare interface PSegmentContainer extends Components.PSegmentContainer
539
651
  }
540
652
  export declare class PSegmentItem {
541
653
  protected z: NgZone;
542
- protected el: HTMLElement;
654
+ protected el: HTMLPSegmentItemElement;
543
655
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
544
656
  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>;
657
+ 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
658
  }
547
659
  export declare interface PSegmentItem extends Components.PSegmentItem {
548
660
  }
549
661
  export declare class PSelect {
550
662
  protected z: NgZone;
551
- protected el: HTMLElement;
663
+ protected el: HTMLPSelectElement;
552
664
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
553
665
  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>;
666
+ 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
667
  }
556
668
  export declare interface PSelect extends Components.PSelect {
557
669
  /**
@@ -577,16 +689,25 @@ export declare interface PSelect extends Components.PSelect {
577
689
  }
578
690
  export declare class PSliderIndicator {
579
691
  protected z: NgZone;
580
- protected el: HTMLElement;
692
+ protected el: HTMLPSliderIndicatorElement;
581
693
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
582
694
  static ɵfac: i0.ɵɵFactoryDeclaration<PSliderIndicator, never>;
583
695
  static ɵcmp: i0.ɵɵComponentDeclaration<PSliderIndicator, "p-slider-indicator", never, { "active": "active"; }, {}, never, ["*"], false, never>;
584
696
  }
585
697
  export declare interface PSliderIndicator extends Components.PSliderIndicator {
586
698
  }
699
+ export declare class PSmile {
700
+ protected z: NgZone;
701
+ protected el: HTMLPSmileElement;
702
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
703
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSmile, never>;
704
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSmile, "p-smile", never, { "variant": "variant"; }, {}, never, ["*"], false, never>;
705
+ }
706
+ export declare interface PSmile extends Components.PSmile {
707
+ }
587
708
  export declare class PStatus {
588
709
  protected z: NgZone;
589
- protected el: HTMLElement;
710
+ protected el: HTMLPStatusElement;
590
711
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
591
712
  static ɵfac: i0.ɵɵFactoryDeclaration<PStatus, never>;
592
713
  static ɵcmp: i0.ɵɵComponentDeclaration<PStatus, "p-status", never, { "icon": "icon"; "iconFlip": "iconFlip"; "iconRotate": "iconRotate"; "variant": "variant"; }, {}, never, ["*"], false, never>;
@@ -595,16 +716,16 @@ export declare interface PStatus extends Components.PStatus {
595
716
  }
596
717
  export declare class PStepper {
597
718
  protected z: NgZone;
598
- protected el: HTMLElement;
719
+ protected el: HTMLPStepperElement;
599
720
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
600
721
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
601
- static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "contentPosition": "contentPosition"; "direction": "direction"; }, {}, never, ["*"], false, never>;
722
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": "activeStep"; "contentPosition": "contentPosition"; "direction": "direction"; "enableAutoStatus": "enableAutoStatus"; }, {}, never, ["*"], false, never>;
602
723
  }
603
724
  export declare interface PStepper extends Components.PStepper {
604
725
  }
605
726
  export declare class PStepperItem {
606
727
  protected z: NgZone;
607
- protected el: HTMLElement;
728
+ protected el: HTMLPStepperItemElement;
608
729
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
609
730
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
610
731
  static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": "active"; "align": "align"; "contentPosition": "contentPosition"; "direction": "direction"; "finished": "finished"; }, {}, never, ["*"], false, never>;
@@ -613,25 +734,25 @@ export declare interface PStepperItem extends Components.PStepperItem {
613
734
  }
614
735
  export declare class PStepperLine {
615
736
  protected z: NgZone;
616
- protected el: HTMLElement;
737
+ protected el: HTMLPStepperLineElement;
617
738
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
618
739
  static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
619
740
  static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": "active"; "direction": "direction"; }, {}, never, ["*"], false, never>;
620
741
  }
621
742
  export declare interface PStepperLine extends Components.PStepperLine {
622
743
  }
623
- export declare class PTabGroup {
744
+ export declare class PTabContainer {
624
745
  protected z: NgZone;
625
- protected el: HTMLElement;
746
+ protected el: HTMLPTabContainerElement;
626
747
  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>;
748
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabContainer, never>;
749
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabContainer, "p-tab-container", never, {}, {}, never, ["*"], false, never>;
629
750
  }
630
- export declare interface PTabGroup extends Components.PTabGroup {
751
+ export declare interface PTabContainer extends Components.PTabContainer {
631
752
  }
632
753
  export declare class PTabItem {
633
754
  protected z: NgZone;
634
- protected el: HTMLElement;
755
+ protected el: HTMLPTabItemElement;
635
756
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
636
757
  static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
637
758
  static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": "active"; }, {}, never, ["*"], false, never>;
@@ -640,19 +761,19 @@ export declare interface PTabItem extends Components.PTabItem {
640
761
  }
641
762
  export declare class PTableContainer {
642
763
  protected z: NgZone;
643
- protected el: HTMLElement;
764
+ protected el: HTMLPTableContainerElement;
644
765
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
645
766
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
646
- static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, { "shadow": "shadow"; }, {}, never, ["*"], false, never>;
767
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], false, never>;
647
768
  }
648
769
  export declare interface PTableContainer extends Components.PTableContainer {
649
770
  }
650
771
  export declare class PTableFooter {
651
772
  protected z: NgZone;
652
- protected el: HTMLElement;
773
+ protected el: HTMLPTableFooterElement;
653
774
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
654
775
  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>;
776
+ 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
777
  }
657
778
  export declare interface PTableFooter extends Components.PTableFooter {
658
779
  /**
@@ -664,16 +785,16 @@ export declare interface PTableFooter extends Components.PTableFooter {
664
785
  */
665
786
  pageSizeChange: EventEmitter<CustomEvent<number>>;
666
787
  /**
667
- * Event whenever the page changes
788
+ * Event whenever the footer is hidden or nog
668
789
  */
669
- export: EventEmitter<CustomEvent<number>>;
790
+ hiddenChange: EventEmitter<CustomEvent<boolean>>;
670
791
  }
671
792
  export declare class PTableHeader {
672
793
  protected z: NgZone;
673
- protected el: HTMLElement;
794
+ protected el: HTMLPTableHeaderElement;
674
795
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
675
796
  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>;
797
+ 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
798
  }
678
799
  export declare interface PTableHeader extends Components.PTableHeader {
679
800
  /**
@@ -692,19 +813,32 @@ export declare interface PTableHeader extends Components.PTableHeader {
692
813
  * Event when the action button is clicked
693
814
  */
694
815
  action: EventEmitter<CustomEvent<null>>;
816
+ /**
817
+ * Event whenever the export button is clicked
818
+ */
819
+ export: EventEmitter<CustomEvent<number>>;
695
820
  }
696
821
  export declare class PTableRow {
697
822
  protected z: NgZone;
698
- protected el: HTMLElement;
823
+ protected el: HTMLPTableRowElement;
699
824
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
700
825
  static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
701
826
  static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "enableHover": "enableHover"; "variant": "variant"; }, {}, never, ["*"], false, never>;
702
827
  }
703
828
  export declare interface PTableRow extends Components.PTableRow {
704
829
  }
830
+ export declare class PTableRowActionsContainer {
831
+ protected z: NgZone;
832
+ protected el: HTMLPTableRowActionsContainerElement;
833
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
834
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableRowActionsContainer, never>;
835
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRowActionsContainer, "p-table-row-actions-container", never, {}, {}, never, ["*"], false, never>;
836
+ }
837
+ export declare interface PTableRowActionsContainer extends Components.PTableRowActionsContainer {
838
+ }
705
839
  export declare class PToast {
706
840
  protected z: NgZone;
707
- protected el: HTMLElement;
841
+ protected el: HTMLPToastElement;
708
842
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
709
843
  static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
710
844
  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 +849,29 @@ export declare interface PToast extends Components.PToast {
715
849
  */
716
850
  action: EventEmitter<CustomEvent<MouseEvent>>;
717
851
  }
852
+ export declare class PToggle {
853
+ protected z: NgZone;
854
+ protected el: HTMLPToggleElement;
855
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
856
+ static ɵfac: i0.ɵɵFactoryDeclaration<PToggle, never>;
857
+ static ɵcmp: i0.ɵɵComponentDeclaration<PToggle, "p-toggle", never, { "checked": "checked"; "disabled": "disabled"; "id": "id"; "name": "name"; "required": "required"; }, {}, never, ["*"], false, never>;
858
+ }
859
+ export declare interface PToggle extends Components.PToggle {
860
+ /**
861
+ * Event whenever the checked changes
862
+ */
863
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
864
+ /**
865
+ * Event whenever the indeterminate changes
866
+ */
867
+ indeterminateChange: EventEmitter<CustomEvent<boolean>>;
868
+ }
718
869
  export declare class PTooltip {
719
870
  protected z: NgZone;
720
- protected el: HTMLElement;
871
+ protected el: HTMLPTooltipElement;
721
872
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
722
873
  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>;
874
+ 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
875
  }
725
876
  export declare interface PTooltip extends Components.PTooltip {
726
877
  /**