@paperless/angular 2.22.0-alpha.3 → 2.22.0-alpha.30

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 (141) hide show
  1. package/fesm2022/paperless-angular.mjs +1860 -1772
  2. package/fesm2022/paperless-angular.mjs.map +1 -1
  3. package/package.json +6 -8
  4. package/paperless.css +0 -2
  5. package/types/paperless-angular.d.ts +1809 -0
  6. package/esm2022/lib/animations/fade.mjs +0 -22
  7. package/esm2022/lib/animations/index.mjs +0 -3
  8. package/esm2022/lib/animations/slide.mjs +0 -20
  9. package/esm2022/lib/base/form.component.mjs +0 -113
  10. package/esm2022/lib/base/index.mjs +0 -4
  11. package/esm2022/lib/base/number-value-accessor.mjs +0 -36
  12. package/esm2022/lib/base/upload.component.mjs +0 -57
  13. package/esm2022/lib/base/value-accessor.mjs +0 -43
  14. package/esm2022/lib/directives/index.mjs +0 -33
  15. package/esm2022/lib/directives/p-checkbox.directive.mjs +0 -39
  16. package/esm2022/lib/directives/p-cropper.directive.mjs +0 -37
  17. package/esm2022/lib/directives/p-datepicker.directive.mjs +0 -38
  18. package/esm2022/lib/directives/p-field-number.directive.mjs +0 -34
  19. package/esm2022/lib/directives/p-field.directive.mjs +0 -38
  20. package/esm2022/lib/directives/p-pagination-pages.directive.mjs +0 -41
  21. package/esm2022/lib/directives/p-pagination-size.directive.mjs +0 -41
  22. package/esm2022/lib/directives/p-radio.directive.mjs +0 -63
  23. package/esm2022/lib/directives/p-select.directive.mjs +0 -37
  24. package/esm2022/lib/directives/p-toggle.directive.mjs +0 -38
  25. package/esm2022/lib/modules/index.mjs +0 -8
  26. package/esm2022/lib/modules/overlay/index.mjs +0 -4
  27. package/esm2022/lib/modules/overlay/overlay.module.mjs +0 -38
  28. package/esm2022/lib/modules/overlay/overlay.ref.mjs +0 -14
  29. package/esm2022/lib/modules/overlay/services/index.mjs +0 -4
  30. package/esm2022/lib/modules/overlay/services/overlay.service.mjs +0 -77
  31. package/esm2022/lib/modules/table/base/index.mjs +0 -2
  32. package/esm2022/lib/modules/table/base/table.component.mjs +0 -229
  33. package/esm2022/lib/modules/table/components/index.mjs +0 -18
  34. package/esm2022/lib/modules/table/components/table/constants.mjs +0 -3
  35. package/esm2022/lib/modules/table/components/table/table.component.mjs +0 -1078
  36. package/esm2022/lib/modules/table/components/table-cell/table-cell.component.mjs +0 -170
  37. package/esm2022/lib/modules/table/components/table-column/table-column.component.mjs +0 -62
  38. package/esm2022/lib/modules/table/components/table-extra-header/table-extra-header.component.mjs +0 -40
  39. package/esm2022/lib/modules/table/components/table-row-action/table-row-action.component.mjs +0 -88
  40. package/esm2022/lib/modules/table/directives/index.mjs +0 -27
  41. package/esm2022/lib/modules/table/directives/p-table-custom-actions.directive.mjs +0 -13
  42. package/esm2022/lib/modules/table/directives/p-table-custom-filter.directive.mjs +0 -13
  43. package/esm2022/lib/modules/table/directives/p-table-custom-row.directive.mjs +0 -20
  44. package/esm2022/lib/modules/table/directives/p-table-filter-modal.directive.mjs +0 -13
  45. package/esm2022/lib/modules/table/directives/p-table-footer.directive.mjs +0 -52
  46. package/esm2022/lib/modules/table/directives/p-table-header.directive.mjs +0 -59
  47. package/esm2022/lib/modules/table/directives/p-table-ngx.directive.mjs +0 -129
  48. package/esm2022/lib/modules/table/directives/p-table.directive.mjs +0 -77
  49. package/esm2022/lib/modules/table/index.mjs +0 -6
  50. package/esm2022/lib/modules/table/table.module.mjs +0 -34
  51. package/esm2022/lib/modules/table/utils.mjs +0 -29
  52. package/esm2022/lib/modules/toast/components/index.mjs +0 -4
  53. package/esm2022/lib/modules/toast/components/toast-container/toast-container.component.mjs +0 -39
  54. package/esm2022/lib/modules/toast/directives/index.mjs +0 -4
  55. package/esm2022/lib/modules/toast/directives/toast.directive.mjs +0 -51
  56. package/esm2022/lib/modules/toast/index.mjs +0 -6
  57. package/esm2022/lib/modules/toast/services/index.mjs +0 -4
  58. package/esm2022/lib/modules/toast/services/toast.service.mjs +0 -51
  59. package/esm2022/lib/modules/toast/toast.module.mjs +0 -22
  60. package/esm2022/lib/modules/toast/types.mjs +0 -11
  61. package/esm2022/lib/paperless.module.mjs +0 -48
  62. package/esm2022/lib/pipes/currency.pipe.mjs +0 -21
  63. package/esm2022/lib/pipes/date.pipe.mjs +0 -21
  64. package/esm2022/lib/pipes/index.mjs +0 -18
  65. package/esm2022/lib/pipes/safe.pipe.mjs +0 -34
  66. package/esm2022/lib/pipes/select-autocomplete.pipe.mjs +0 -17
  67. package/esm2022/lib/pipes/select-select-all.pipe.mjs +0 -17
  68. package/esm2022/lib/stencil/angular-component-lib/utils.mjs +0 -59
  69. package/esm2022/lib/stencil/components.mjs +0 -2013
  70. package/esm2022/lib/stencil/index.mjs +0 -78
  71. package/esm2022/lib/stencil.module.mjs +0 -17
  72. package/esm2022/paperless-angular.mjs +0 -5
  73. package/esm2022/public-api.mjs +0 -12
  74. package/index.d.ts +0 -5
  75. package/lib/animations/fade.d.ts +0 -2
  76. package/lib/animations/index.d.ts +0 -2
  77. package/lib/animations/slide.d.ts +0 -2
  78. package/lib/base/form.component.d.ts +0 -15
  79. package/lib/base/index.d.ts +0 -3
  80. package/lib/base/number-value-accessor.d.ts +0 -14
  81. package/lib/base/upload.component.d.ts +0 -16
  82. package/lib/base/value-accessor.d.ts +0 -17
  83. package/lib/directives/index.d.ts +0 -14
  84. package/lib/directives/p-checkbox.directive.d.ts +0 -9
  85. package/lib/directives/p-cropper.directive.d.ts +0 -9
  86. package/lib/directives/p-datepicker.directive.d.ts +0 -9
  87. package/lib/directives/p-field-number.directive.d.ts +0 -8
  88. package/lib/directives/p-field.directive.d.ts +0 -9
  89. package/lib/directives/p-pagination-pages.directive.d.ts +0 -10
  90. package/lib/directives/p-pagination-size.directive.d.ts +0 -10
  91. package/lib/directives/p-radio.directive.d.ts +0 -18
  92. package/lib/directives/p-select.directive.d.ts +0 -9
  93. package/lib/directives/p-toggle.directive.d.ts +0 -9
  94. package/lib/modules/index.d.ts +0 -5
  95. package/lib/modules/overlay/index.d.ts +0 -3
  96. package/lib/modules/overlay/overlay.module.d.ts +0 -12
  97. package/lib/modules/overlay/overlay.ref.d.ts +0 -9
  98. package/lib/modules/overlay/services/index.d.ts +0 -3
  99. package/lib/modules/overlay/services/overlay.service.d.ts +0 -24
  100. package/lib/modules/table/base/index.d.ts +0 -1
  101. package/lib/modules/table/base/table.component.d.ts +0 -70
  102. package/lib/modules/table/components/index.d.ts +0 -11
  103. package/lib/modules/table/components/table/constants.d.ts +0 -2
  104. package/lib/modules/table/components/table/table.component.d.ts +0 -337
  105. package/lib/modules/table/components/table-cell/table-cell.component.d.ts +0 -53
  106. package/lib/modules/table/components/table-column/table-column.component.d.ts +0 -17
  107. package/lib/modules/table/components/table-extra-header/table-extra-header.component.d.ts +0 -17
  108. package/lib/modules/table/components/table-row-action/table-row-action.component.d.ts +0 -48
  109. package/lib/modules/table/directives/index.d.ts +0 -15
  110. package/lib/modules/table/directives/p-table-custom-actions.directive.d.ts +0 -5
  111. package/lib/modules/table/directives/p-table-custom-filter.directive.d.ts +0 -5
  112. package/lib/modules/table/directives/p-table-custom-row.directive.d.ts +0 -9
  113. package/lib/modules/table/directives/p-table-filter-modal.directive.d.ts +0 -5
  114. package/lib/modules/table/directives/p-table-footer.directive.d.ts +0 -11
  115. package/lib/modules/table/directives/p-table-header.directive.d.ts +0 -17
  116. package/lib/modules/table/directives/p-table-ngx.directive.d.ts +0 -27
  117. package/lib/modules/table/directives/p-table.directive.d.ts +0 -22
  118. package/lib/modules/table/index.d.ts +0 -5
  119. package/lib/modules/table/table.module.d.ts +0 -22
  120. package/lib/modules/table/utils.d.ts +0 -10
  121. package/lib/modules/toast/components/index.d.ts +0 -3
  122. package/lib/modules/toast/components/toast-container/toast-container.component.d.ts +0 -17
  123. package/lib/modules/toast/directives/index.d.ts +0 -3
  124. package/lib/modules/toast/directives/toast.directive.d.ts +0 -16
  125. package/lib/modules/toast/index.d.ts +0 -5
  126. package/lib/modules/toast/services/index.d.ts +0 -3
  127. package/lib/modules/toast/services/toast.service.d.ts +0 -12
  128. package/lib/modules/toast/toast.module.d.ts +0 -10
  129. package/lib/modules/toast/types.d.ts +0 -32
  130. package/lib/paperless.module.d.ts +0 -28
  131. package/lib/pipes/currency.pipe.d.ts +0 -10
  132. package/lib/pipes/date.pipe.d.ts +0 -10
  133. package/lib/pipes/index.d.ts +0 -10
  134. package/lib/pipes/safe.pipe.d.ts +0 -10
  135. package/lib/pipes/select-autocomplete.pipe.d.ts +0 -7
  136. package/lib/pipes/select-select-all.pipe.d.ts +0 -7
  137. package/lib/stencil/angular-component-lib/utils.d.ts +0 -9
  138. package/lib/stencil/components.d.ts +0 -883
  139. package/lib/stencil/index.d.ts +0 -2
  140. package/lib/stencil.module.d.ts +0 -7
  141. package/public-api.d.ts +0 -8
@@ -0,0 +1,1809 @@
1
+ import * as _angular_animations from '@angular/animations';
2
+ import { FormControl, FormGroup, FormArray, AbstractControl, ControlValueAccessor, NumberValueAccessor, NgControl } from '@angular/forms';
3
+ import * as i0 from '@angular/core';
4
+ import { EventEmitter, ElementRef, Renderer2, OnInit, OnDestroy, Injector, StaticProvider, TemplateRef, NgZone, ChangeDetectorRef, OnChanges, SimpleChanges, AfterViewInit, QueryList, PipeTransform } from '@angular/core';
5
+ import * as rxjs from 'rxjs';
6
+ import { BehaviorSubject, Subject, Observable, Subscribable } from 'rxjs';
7
+ import * as i1 from '@angular/cdk/overlay';
8
+ import { OverlayRef as OverlayRef$1, Overlay } from '@angular/cdk/overlay';
9
+ import * as i2 from '@angular/cdk/platform';
10
+ import * as i3 from '@angular/cdk/observers';
11
+ import * as i4 from '@angular/cdk/portal';
12
+ import { ComponentType, CdkPortal } from '@angular/cdk/portal';
13
+ import { Components as Components$1, QuickFilter as QuickFilter$1 } from '@paperless/core/components';
14
+ import * as i1$1 from '@angular/common';
15
+ import { CurrencyPipe, DatePipe } from '@angular/common';
16
+ import * as i2$1 from '@angular/router';
17
+ import { Params } from '@angular/router';
18
+ import * as class_variance_authority_types from 'class-variance-authority/types';
19
+ import { QuickFilter, cn, Components, TableRowActionShowFunc, RowClickEvent, IconVariant, IllustrationVariant, IconFlipOptions, RotateOptions } from '@paperless/core';
20
+ import * as _paperless_angular from '@paperless/angular';
21
+ import { DomSanitizer, SafeHtml, SafeStyle, SafeScript, SafeUrl, SafeResourceUrl } from '@angular/platform-browser';
22
+
23
+ declare const FADE_IN: _angular_animations.AnimationTriggerMetadata;
24
+ declare const FADE_OUT: _angular_animations.AnimationTriggerMetadata;
25
+
26
+ declare const SLIDE_IN_BOTTOM_OUT_TOP: _angular_animations.AnimationTriggerMetadata;
27
+ declare const SLIDE_IN_TOP_OUT_BOTTOM: _angular_animations.AnimationTriggerMetadata;
28
+
29
+ declare abstract class BaseFormComponent {
30
+ markedDirty: boolean;
31
+ scrollToFirstError(): void;
32
+ markControlDirty(control: FormControl | FormGroup | FormArray | AbstractControl): void;
33
+ markAllDirty(control: FormGroup | FormArray | FormControl): void;
34
+ getControlError(control: FormControl | AbstractControl | FormArray | FormGroup): string | (string | undefined)[] | undefined;
35
+ hasControlError(control: FormControl | AbstractControl | FormGroup | FormArray, showChildErrors?: boolean): string | false | (string | undefined)[] | undefined;
36
+ firstControlError(control: FormControl | AbstractControl | FormGroup | FormArray, showChildErrors?: boolean): (string | undefined)[] | (undefined | string);
37
+ resetControl(control: FormControl | FormGroup | FormArray | AbstractControl): void;
38
+ resetForm(formGroup: FormGroup): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseFormComponent, never>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseFormComponent, "ng-component", never, {}, {}, never, never, false, never>;
41
+ }
42
+
43
+ declare abstract class BaseUploadComponent {
44
+ fileId?: string;
45
+ uploaded: boolean;
46
+ set loading(value: boolean);
47
+ fileChange: EventEmitter<any>;
48
+ uploaderInput?: ElementRef;
49
+ file?: File;
50
+ loading$: BehaviorSubject<boolean>;
51
+ onChange($event: Event): void;
52
+ onLoad(file: File, result: string | ArrayBuffer | null): void;
53
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseUploadComponent, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseUploadComponent, "ng-component", never, { "fileId": { "alias": "fileId"; "required": false; }; "uploaded": { "alias": "uploaded"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "fileChange": "fileChange"; }, never, never, false, never>;
55
+ }
56
+
57
+ declare class BaseValueAccessor implements ControlValueAccessor {
58
+ protected el: ElementRef;
59
+ protected onChange: (value: any) => void;
60
+ protected onTouched: () => void;
61
+ protected lastValue: any;
62
+ constructor(el: ElementRef);
63
+ writeValue(value: any): void;
64
+ handleChangeEvent(value: any): void;
65
+ registerOnChange(fn: (value: any) => void): void;
66
+ registerOnTouched(fn: () => void): void;
67
+ protected _handleBlurEvent(): void;
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseValueAccessor, never>;
69
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseValueAccessor, never, never, {}, {}, never, never, false, never>;
70
+ }
71
+
72
+ declare class CheckboxDirective extends BaseValueAccessor {
73
+ writeValue(value: boolean | 'indeterminate'): void;
74
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxDirective, never>;
75
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CheckboxDirective, "p-checkbox", never, {}, {}, never, never, true, never>;
76
+ }
77
+
78
+ declare class CropperDirective extends BaseValueAccessor {
79
+ writeValue(value: any): void;
80
+ static ɵfac: i0.ɵɵFactoryDeclaration<CropperDirective, never>;
81
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CropperDirective, "p-cropper", never, {}, {}, never, never, true, never>;
82
+ }
83
+
84
+ declare class DatepickerDirective extends BaseValueAccessor {
85
+ writeValue(value: string | Date): void;
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerDirective, never>;
87
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DatepickerDirective, "p-datepicker", never, {}, {}, never, never, true, never>;
88
+ }
89
+
90
+ declare class FieldDirective extends BaseValueAccessor {
91
+ writeValue(value: number): void;
92
+ static ɵfac: i0.ɵɵFactoryDeclaration<FieldDirective, never>;
93
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FieldDirective, "p-field:not([type=number])", never, {}, {}, never, never, true, never>;
94
+ }
95
+
96
+ declare class BaseNumberValueAccessor extends NumberValueAccessor implements ControlValueAccessor {
97
+ protected el: ElementRef;
98
+ protected renderer: Renderer2;
99
+ protected lastValue: any;
100
+ constructor(el: ElementRef, renderer: Renderer2);
101
+ writeValue(value: any): void;
102
+ handleChangeEvent(value: any): void;
103
+ protected _handleBlurEvent(): void;
104
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseNumberValueAccessor, never>;
105
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseNumberValueAccessor, never, never, {}, {}, never, never, false, never>;
106
+ }
107
+
108
+ declare class FieldNumberDirective extends BaseNumberValueAccessor {
109
+ static ɵfac: i0.ɵɵFactoryDeclaration<FieldNumberDirective, never>;
110
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FieldNumberDirective, "p-field[type=number]", never, {}, {}, never, never, true, never>;
111
+ }
112
+
113
+ declare class PaginationPagesDirective extends BaseValueAccessor {
114
+ writeValue(value: number): void;
115
+ registerOnChange(fn: (_: number | null) => void): void;
116
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaginationPagesDirective, never>;
117
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationPagesDirective, "p-pagination-pages", never, {}, {}, never, never, true, never>;
118
+ }
119
+
120
+ declare class PaginationSizeDirective extends BaseValueAccessor {
121
+ writeValue(value: number): void;
122
+ registerOnChange(fn: (_: number | null) => void): void;
123
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaginationSizeDirective, never>;
124
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PaginationSizeDirective, "p-pagination-size", never, {}, {}, never, never, true, never>;
125
+ }
126
+
127
+ declare class RadioDirective extends BaseValueAccessor implements ControlValueAccessor, OnInit, OnDestroy {
128
+ private _control;
129
+ private _modelValue;
130
+ private _valueChanges;
131
+ constructor(_control: NgControl, el: ElementRef);
132
+ ngOnInit(): void;
133
+ writeValue(value: string): void;
134
+ handleChangeEvent(): void;
135
+ ngOnDestroy(): void;
136
+ private _getValue;
137
+ static ɵfac: i0.ɵɵFactoryDeclaration<RadioDirective, [{ self: true; }, null]>;
138
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RadioDirective, "p-radio", never, {}, {}, never, never, true, never>;
139
+ }
140
+
141
+ declare class SelectDirective extends BaseValueAccessor {
142
+ writeValue(value: unknown): void;
143
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective, never>;
144
+ static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective, "p-select", never, {}, {}, never, never, true, never>;
145
+ }
146
+
147
+ declare class ToggleDirective extends BaseValueAccessor {
148
+ writeValue(value: boolean): void;
149
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleDirective, never>;
150
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToggleDirective, "p-toggle", never, {}, {}, never, never, true, never>;
151
+ }
152
+
153
+ declare const DIRECTIVES: (typeof CheckboxDirective | typeof FieldNumberDirective | typeof RadioDirective)[];
154
+
155
+ declare class OverlayModule {
156
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayModule, never>;
157
+ static ɵmod: i0.ɵɵNgModuleDeclaration<OverlayModule, never, [typeof i1.OverlayModule, typeof i2.PlatformModule, typeof i3.ObserversModule, typeof i4.PortalModule], [typeof i4.PortalModule]>;
158
+ static ɵinj: i0.ɵɵInjectorDeclaration<OverlayModule>;
159
+ }
160
+
161
+ declare class OverlayRef<T> {
162
+ private _overlay;
163
+ instance: T;
164
+ closed$: Subject<unknown>;
165
+ constructor(_overlay: OverlayRef$1);
166
+ close(): void;
167
+ }
168
+
169
+ interface ModalOptions {
170
+ data?: any;
171
+ providers?: StaticProvider[];
172
+ }
173
+ declare class OverlayService {
174
+ private injector;
175
+ private overlay;
176
+ overlayRef: OverlayRef<any>;
177
+ constructor(injector: Injector, overlay: Overlay);
178
+ open<T>(component: ComponentType<T> | CdkPortal, options?: ModalOptions): OverlayRef<T>;
179
+ private _attachModalContainer;
180
+ private _createInjector;
181
+ private _getOverlayConfig;
182
+ private _createOverlay;
183
+ private _attachData;
184
+ static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
185
+ static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
186
+ }
187
+
188
+ type TableQuickFilter = QuickFilter & {
189
+ value: string;
190
+ metricName?: string;
191
+ };
192
+ interface TableOptions {
193
+ pageSize: number;
194
+ page: number;
195
+ quickFilter: TableQuickFilter | string | null;
196
+ query: string;
197
+ filters: any[];
198
+ selectedRows: any[];
199
+ }
200
+ declare abstract class BaseTableComponent extends BaseFormComponent implements OnInit {
201
+ tableOptionsChange: EventEmitter<Partial<TableOptions> | null>;
202
+ protected quickFilters: any[];
203
+ filterForm: FormGroup<any>;
204
+ filterFormQuickFilterKey?: string;
205
+ defaultFilterFormValues: any;
206
+ pageSizeDefault: number;
207
+ tableOptions?: FormControl<TableOptions>;
208
+ private _defaultTableValues;
209
+ defaultTableValues: Partial<TableOptions>;
210
+ get pageSize(): number;
211
+ set pageSize(pageSize: number);
212
+ get page(): number;
213
+ set page(page: number);
214
+ get quickFilter(): TableQuickFilter | string | null;
215
+ set quickFilter(quickFilter: TableQuickFilter | string | null);
216
+ get query(): string;
217
+ set query(query: string);
218
+ get filters(): any[];
219
+ set filters(filters: any[]);
220
+ get selectedRows(): any[];
221
+ set selectedRows(selectedRows: any[]);
222
+ get parsedDefaultTableValues(): {
223
+ pageSize: number;
224
+ page: number;
225
+ quickFilter: TableQuickFilter | string | null;
226
+ query: string;
227
+ filters: any[];
228
+ selectedRows: any[];
229
+ };
230
+ get tableValues(): Partial<TableOptions>;
231
+ set tableValues(values: Partial<TableOptions>);
232
+ ngOnInit(): void;
233
+ resetTable(emitEvent?: boolean, forceRefresh?: boolean): void;
234
+ applyFormFilters(values?: any): void;
235
+ checkFilterForm(): void;
236
+ resetFormFilters(resetQuickFilter?: boolean): void;
237
+ protected _refresh(): void;
238
+ private _resetPageOrRefresh;
239
+ private _setTableValues;
240
+ private _getChanges;
241
+ protected _watchProperty<T>(observable: Observable<T & {
242
+ id: string;
243
+ }>, identifier?: keyof (T & {
244
+ id: string;
245
+ })): Observable<(T & {
246
+ id: string;
247
+ }) | null>;
248
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseTableComponent, never>;
249
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseTableComponent, "ng-component", never, {}, { "tableOptionsChange": "tableOptionsChange"; }, never, never, false, never>;
250
+ }
251
+
252
+ declare class TableCellComponent {
253
+ /**
254
+ * The variant of the column
255
+ */
256
+ variant: 'default' | 'loading' | 'header' | 'header-secondary' | 'actions';
257
+ /**
258
+ * The index of the column
259
+ */
260
+ index: number;
261
+ /**
262
+ * The index of the row
263
+ */
264
+ rowIndex: number;
265
+ /**
266
+ * The definition of the table column
267
+ */
268
+ definition?: any;
269
+ /**
270
+ * The item in question
271
+ */
272
+ item: any;
273
+ /**
274
+ * The value of the column
275
+ */
276
+ value: any;
277
+ /**
278
+ * The checkbox templateRef
279
+ */
280
+ checkbox: TemplateRef<any> | undefined;
281
+ /**
282
+ * Wether the cell needs checkbox offset instead of a checkbox
283
+ */
284
+ checkboxOffset: boolean;
285
+ /**
286
+ * The template ref for the content
287
+ */
288
+ template: TemplateRef<any> | undefined;
289
+ /**
290
+ * Wether the table is scrollable
291
+ */
292
+ scrollable: boolean;
293
+ cn: typeof cn;
294
+ get hostClass(): string;
295
+ get data(): {
296
+ value: any;
297
+ item?: undefined;
298
+ index?: undefined;
299
+ rowIndex?: undefined;
300
+ } | {
301
+ value: any;
302
+ item: any;
303
+ index: number;
304
+ rowIndex: number;
305
+ };
306
+ get headerClass(): string;
307
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableCellComponent, never>;
308
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableCellComponent, "p-table-cell-ngx", never, { "variant": { "alias": "variant"; "required": false; }; "index": { "alias": "index"; "required": false; }; "rowIndex": { "alias": "rowIndex"; "required": false; }; "definition": { "alias": "definition"; "required": false; }; "item": { "alias": "item"; "required": false; }; "value": { "alias": "value"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "checkboxOffset": { "alias": "checkboxOffset"; "required": false; }; "template": { "alias": "template"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; }, {}, never, ["*"], true, never>;
309
+ }
310
+
311
+ declare interface TableColumnComponent extends Components.PTableColumn {
312
+ /**
313
+ * Event to let the table know it has to re render
314
+ */
315
+ tableDefinitionChanged: EventEmitter<CustomEvent<boolean>>;
316
+ }
317
+ declare class TableColumnComponent {
318
+ protected z: NgZone;
319
+ protected el: HTMLElement;
320
+ template: TemplateRef<any> | undefined;
321
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
322
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnComponent, never>;
323
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableColumnComponent, "p-table-column", never, { "align": { "alias": "align"; "required": false; }; "headerAlign": { "alias": "headerAlign"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "name": { "alias": "name"; "required": false; }; "path": { "alias": "path"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "useSlot": { "alias": "useSlot"; "required": false; }; "hasCheckbox": { "alias": "hasCheckbox"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; }, {}, ["template"], ["*"], true, never>;
324
+ }
325
+
326
+ declare interface TableExtraHeaderComponent extends Components.PTableExtraHeader {
327
+ /**
328
+ * Event to let the table know it has to re render
329
+ */
330
+ tableDefinitionChanged: EventEmitter<CustomEvent<boolean>>;
331
+ }
332
+ declare class TableExtraHeaderComponent {
333
+ protected z: NgZone;
334
+ protected el: HTMLElement;
335
+ template: TemplateRef<any> | undefined;
336
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
337
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableExtraHeaderComponent, never>;
338
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableExtraHeaderComponent, "p-table-extra-header", never, { "align": { "alias": "align"; "required": false; }; "name": { "alias": "name"; "required": false; }; "sizes": { "alias": "sizes"; "required": false; }; "parsedSizes": { "alias": "parsedSizes"; "required": false; }; "useSlot": { "alias": "useSlot"; "required": false; }; "sticky": { "alias": "sticky"; "required": false; }; }, {}, ["template"], ["*"], true, never>;
339
+ }
340
+
341
+ declare class PAccordion {
342
+ protected z: NgZone;
343
+ protected el: HTMLPAccordionElement;
344
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
345
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAccordion, never>;
346
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAccordion, "p-accordion", never, { "closeable": { "alias": "closeable"; "required": false; }; "header": { "alias": "header"; "required": false; }; "open": { "alias": "open"; "required": false; }; "openable": { "alias": "openable"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
347
+ }
348
+ declare interface PAccordion extends Components$1.PAccordion {
349
+ /**
350
+ * Open change event
351
+ */
352
+ isOpen: EventEmitter<CustomEvent<boolean>>;
353
+ }
354
+ declare class PAttachment {
355
+ protected z: NgZone;
356
+ protected el: HTMLPAttachmentElement;
357
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
358
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAttachment, never>;
359
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAttachment, "p-attachment", never, { "accept": { "alias": "accept"; "required": false; }; "cameraTooltip": { "alias": "cameraTooltip"; "required": false; }; "deleteTooltip": { "alias": "deleteTooltip"; "required": false; }; "downloadTooltip": { "alias": "downloadTooltip"; "required": false; }; "enableCameraOnMobile": { "alias": "enableCameraOnMobile"; "required": false; }; "error": { "alias": "error"; "required": false; }; "fileId": { "alias": "fileId"; "required": false; }; "helper": { "alias": "helper"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "uploadTooltip": { "alias": "uploadTooltip"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
360
+ }
361
+ declare interface PAttachment extends Components$1.PAttachment {
362
+ /**
363
+ * Event when upload is pressed
364
+ */
365
+ upload: EventEmitter<CustomEvent<{
366
+ file: File;
367
+ fileId: string;
368
+ result: string;
369
+ }>>;
370
+ /**
371
+ * Event when download is pressed
372
+ */
373
+ download: EventEmitter<CustomEvent<void>>;
374
+ /**
375
+ * Event when delete is pressed
376
+ */
377
+ delete: EventEmitter<CustomEvent<void>>;
378
+ }
379
+ declare class PAvatar {
380
+ protected z: NgZone;
381
+ protected el: HTMLPAvatarElement;
382
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
383
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAvatar, never>;
384
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatar, "p-avatar", never, { "defaultImage": { "alias": "defaultImage"; "required": false; }; "letters": { "alias": "letters"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
385
+ }
386
+ declare interface PAvatar extends Components$1.PAvatar {
387
+ }
388
+ declare class PAvatarGroup {
389
+ protected z: NgZone;
390
+ protected el: HTMLPAvatarGroupElement;
391
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
392
+ static ɵfac: i0.ɵɵFactoryDeclaration<PAvatarGroup, never>;
393
+ static ɵcmp: i0.ɵɵComponentDeclaration<PAvatarGroup, "p-avatar-group", never, { "extra": { "alias": "extra"; "required": false; }; }, {}, never, ["*"], true, never>;
394
+ }
395
+ declare interface PAvatarGroup extends Components$1.PAvatarGroup {
396
+ }
397
+ declare class PBackdrop {
398
+ protected z: NgZone;
399
+ protected el: HTMLPBackdropElement;
400
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
401
+ static ɵfac: i0.ɵɵFactoryDeclaration<PBackdrop, never>;
402
+ static ɵcmp: i0.ɵɵComponentDeclaration<PBackdrop, "p-backdrop", never, { "applyBlur": { "alias": "applyBlur"; "required": false; }; "class": { "alias": "class"; "required": false; }; "closing": { "alias": "closing"; "required": false; }; "scrollLock": { "alias": "scrollLock"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
403
+ }
404
+ declare interface PBackdrop extends Components$1.PBackdrop {
405
+ /**
406
+ * When the backdrop is clicked
407
+ */
408
+ clicked: EventEmitter<CustomEvent<MouseEvent>>;
409
+ }
410
+ declare class PBadge {
411
+ protected z: NgZone;
412
+ protected el: HTMLPBadgeElement;
413
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
414
+ static ɵfac: i0.ɵɵFactoryDeclaration<PBadge, never>;
415
+ static ɵcmp: i0.ɵɵComponentDeclaration<PBadge, "p-badge", never, {}, {}, never, ["*"], true, never>;
416
+ }
417
+ declare interface PBadge extends Components$1.PBadge {
418
+ }
419
+ declare class PButton {
420
+ protected z: NgZone;
421
+ protected el: HTMLPButtonElement;
422
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
423
+ static ɵfac: i0.ɵɵFactoryDeclaration<PButton, never>;
424
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButton, "p-button", never, { "active": { "alias": "active"; "required": false; }; "as": { "alias": "as"; "required": false; }; "buttonGroupPosition": { "alias": "buttonGroupPosition"; "required": false; }; "chevron": { "alias": "chevron"; "required": false; }; "chevronPosition": { "alias": "chevronPosition"; "required": false; }; "class": { "alias": "class"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "inheritText": { "alias": "inheritText"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "target": { "alias": "target"; "required": false; }; "type": { "alias": "type"; "required": false; }; "underline": { "alias": "underline"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
425
+ }
426
+ declare interface PButton extends Components$1.PButton {
427
+ /**
428
+ * Button click event
429
+ */
430
+ onClick: EventEmitter<CustomEvent<MouseEvent>>;
431
+ }
432
+ declare class PButtonGroup {
433
+ protected z: NgZone;
434
+ protected el: HTMLPButtonGroupElement;
435
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
436
+ static ɵfac: i0.ɵɵFactoryDeclaration<PButtonGroup, never>;
437
+ static ɵcmp: i0.ɵɵComponentDeclaration<PButtonGroup, "p-button-group", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
438
+ }
439
+ declare interface PButtonGroup extends Components$1.PButtonGroup {
440
+ }
441
+ declare class PCalendar {
442
+ protected z: NgZone;
443
+ protected el: HTMLPCalendarElement;
444
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
445
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCalendar, never>;
446
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCalendar, "p-calendar", never, { "disableWeekends": { "alias": "disableWeekends"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "enableToday": { "alias": "enableToday"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "preselectToday": { "alias": "preselectToday"; "required": false; }; "todayText": { "alias": "todayText"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
447
+ }
448
+ declare interface PCalendar extends Components$1.PCalendar {
449
+ /**
450
+ * Event when the value changes
451
+ */
452
+ valueChange: EventEmitter<CustomEvent<any>>;
453
+ }
454
+ declare class PCardBody {
455
+ protected z: NgZone;
456
+ protected el: HTMLPCardBodyElement;
457
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
458
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardBody, never>;
459
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardBody, "p-card-body", never, {}, {}, never, ["*"], true, never>;
460
+ }
461
+ declare interface PCardBody extends Components$1.PCardBody {
462
+ }
463
+ declare class PCardContainer {
464
+ protected z: NgZone;
465
+ protected el: HTMLPCardContainerElement;
466
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
467
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardContainer, never>;
468
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardContainer, "p-card-container", never, { "active": { "alias": "active"; "required": false; }; "bgClass": { "alias": "bgClass"; "required": false; }; "border": { "alias": "border"; "required": false; }; "hoverable": { "alias": "hoverable"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
469
+ }
470
+ declare interface PCardContainer extends Components$1.PCardContainer {
471
+ }
472
+ declare class PCardHeader {
473
+ protected z: NgZone;
474
+ protected el: HTMLPCardHeaderElement;
475
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
476
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCardHeader, never>;
477
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCardHeader, "p-card-header", never, { "divider": { "alias": "divider"; "required": false; }; "header": { "alias": "header"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
478
+ }
479
+ declare interface PCardHeader extends Components$1.PCardHeader {
480
+ }
481
+ declare class PCheckbox {
482
+ protected z: NgZone;
483
+ protected el: HTMLPCheckboxElement;
484
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
485
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCheckbox, never>;
486
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCheckbox, "p-checkbox", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "indeterminate": { "alias": "indeterminate"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["*"], true, never>;
487
+ }
488
+ declare interface PCheckbox extends Components$1.PCheckbox {
489
+ /**
490
+ * Event whenever the checked changes
491
+ */
492
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
493
+ /**
494
+ * Event whenever the indeterminate changes
495
+ */
496
+ indeterminateChange: EventEmitter<CustomEvent<boolean>>;
497
+ }
498
+ declare class PContentSlider {
499
+ protected z: NgZone;
500
+ protected el: HTMLPContentSliderElement;
501
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
502
+ static ɵfac: i0.ɵɵFactoryDeclaration<PContentSlider, never>;
503
+ static ɵcmp: i0.ɵɵComponentDeclaration<PContentSlider, "p-content-slider", never, { "disableAutoCenter": { "alias": "disableAutoCenter"; "required": false; }; "disableDrag": { "alias": "disableDrag"; "required": false; }; "disableIndicatorClick": { "alias": "disableIndicatorClick"; "required": false; }; "hideMobileIndicator": { "alias": "hideMobileIndicator"; "required": false; }; }, {}, never, ["*"], true, never>;
504
+ }
505
+ declare interface PContentSlider extends Components$1.PContentSlider {
506
+ }
507
+ declare class PCropper {
508
+ protected z: NgZone;
509
+ protected el: HTMLPCropperElement;
510
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
511
+ static ɵfac: i0.ɵɵFactoryDeclaration<PCropper, never>;
512
+ static ɵcmp: i0.ɵɵComponentDeclaration<PCropper, "p-cropper", never, { "returnType": { "alias": "returnType"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
513
+ }
514
+ declare interface PCropper extends Components$1.PCropper {
515
+ /**
516
+ * Event when the value changes
517
+ */
518
+ valueChange: EventEmitter<CustomEvent<any>>;
519
+ }
520
+ declare class PDatepicker {
521
+ protected z: NgZone;
522
+ protected el: HTMLPDatepickerElement;
523
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
524
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDatepicker, never>;
525
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDatepicker, "p-datepicker", never, { "disableWeekends": { "alias": "disableWeekends"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "enableNativePicker": { "alias": "enableNativePicker"; "required": false; }; "enableToday": { "alias": "enableToday"; "required": false; }; "error": { "alias": "error"; "required": false; }; "format": { "alias": "format"; "required": false; }; "helper": { "alias": "helper"; "required": false; }; "hideIconWhenFilled": { "alias": "hideIconWhenFilled"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "preselectToday": { "alias": "preselectToday"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showOptional": { "alias": "showOptional"; "required": false; }; "size": { "alias": "size"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "todayText": { "alias": "todayText"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
526
+ }
527
+ declare interface PDatepicker extends Components$1.PDatepicker {
528
+ /**
529
+ * Event when the value changes
530
+ */
531
+ valueChange: EventEmitter<CustomEvent<any>>;
532
+ }
533
+ declare class PDivider {
534
+ protected z: NgZone;
535
+ protected el: HTMLPDividerElement;
536
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
537
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDivider, never>;
538
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDivider, "p-divider", never, { "alignContent": { "alias": "alignContent"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
539
+ }
540
+ declare interface PDivider extends Components$1.PDivider {
541
+ }
542
+ declare class PDrawer {
543
+ protected z: NgZone;
544
+ protected el: HTMLPDrawerElement;
545
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
546
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDrawer, never>;
547
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDrawer, "p-drawer", never, { "applyBlur": { "alias": "applyBlur"; "required": false; }; "backdropClickClose": { "alias": "backdropClickClose"; "required": false; }; "canClose": { "alias": "canClose"; "required": false; }; "header": { "alias": "header"; "required": false; }; "scrollLock": { "alias": "scrollLock"; "required": false; }; "show": { "alias": "show"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
548
+ }
549
+ declare interface PDrawer extends Components$1.PDrawer {
550
+ /**
551
+ * Close click event
552
+ */
553
+ closeClicked: EventEmitter<CustomEvent<{
554
+ event: MouseEvent;
555
+ canClose: boolean;
556
+ source: 'unknown' | 'backdrop' | 'close' | 'event';
557
+ }>>;
558
+ /**
559
+ * Closed event
560
+ */
561
+ closed: EventEmitter<CustomEvent<null>>;
562
+ }
563
+ declare class PDrawerBody {
564
+ protected z: NgZone;
565
+ protected el: HTMLPDrawerBodyElement;
566
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
567
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerBody, never>;
568
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerBody, "p-drawer-body", never, {}, {}, never, ["*"], true, never>;
569
+ }
570
+ declare interface PDrawerBody extends Components$1.PDrawerBody {
571
+ }
572
+ declare class PDrawerContainer {
573
+ protected z: NgZone;
574
+ protected el: HTMLPDrawerContainerElement;
575
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
576
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerContainer, never>;
577
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerContainer, "p-drawer-container", never, { "closing": { "alias": "closing"; "required": false; }; }, {}, never, ["*"], true, never>;
578
+ }
579
+ declare interface PDrawerContainer extends Components$1.PDrawerContainer {
580
+ }
581
+ declare class PDrawerHeader {
582
+ protected z: NgZone;
583
+ protected el: HTMLPDrawerHeaderElement;
584
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
585
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDrawerHeader, never>;
586
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDrawerHeader, "p-drawer-header", never, { "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
587
+ }
588
+ declare interface PDrawerHeader extends Components$1.PDrawerHeader {
589
+ /**
590
+ * Close click event
591
+ */
592
+ close: EventEmitter<CustomEvent<MouseEvent>>;
593
+ }
594
+ declare class PDropdown {
595
+ protected z: NgZone;
596
+ protected el: HTMLPDropdownElement;
597
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
598
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdown, never>;
599
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdown, "p-dropdown", never, { "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "applyChevron": { "alias": "applyChevron"; "required": false; }; "applyFullWidth": { "alias": "applyFullWidth"; "required": false; }; "applyMaxWidth": { "alias": "applyMaxWidth"; "required": false; }; "chevronDirection": { "alias": "chevronDirection"; "required": false; }; "chevronPosition": { "alias": "chevronPosition"; "required": false; }; "containerClass": { "alias": "containerClass"; "required": false; }; "disableTriggerClick": { "alias": "disableTriggerClick"; "required": false; }; "insideClick": { "alias": "insideClick"; "required": false; }; "isDatepicker": { "alias": "isDatepicker"; "required": false; }; "manual": { "alias": "manual"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "show": { "alias": "show"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
600
+ }
601
+ declare interface PDropdown extends Components$1.PDropdown {
602
+ /**
603
+ * Open change event
604
+ */
605
+ isOpen: EventEmitter<CustomEvent<boolean>>;
606
+ }
607
+ declare class PDropdownMenuContainer {
608
+ protected z: NgZone;
609
+ protected el: HTMLPDropdownMenuContainerElement;
610
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
611
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuContainer, never>;
612
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuContainer, "p-dropdown-menu-container", never, { "allowOverflow": { "alias": "allowOverflow"; "required": false; }; "class": { "alias": "class"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
613
+ }
614
+ declare interface PDropdownMenuContainer extends Components$1.PDropdownMenuContainer {
615
+ }
616
+ declare class PDropdownMenuItem {
617
+ protected z: NgZone;
618
+ protected el: HTMLPDropdownMenuItemElement;
619
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
620
+ static ɵfac: i0.ɵɵFactoryDeclaration<PDropdownMenuItem, never>;
621
+ static ɵcmp: i0.ɵɵComponentDeclaration<PDropdownMenuItem, "p-dropdown-menu-item", never, { "active": { "alias": "active"; "required": false; }; "autoHeight": { "alias": "autoHeight"; "required": false; }; "checkbox": { "alias": "checkbox"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "enableHover": { "alias": "enableHover"; "required": false; }; "enableTextWrap": { "alias": "enableTextWrap"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconWave": { "alias": "iconWave"; "required": false; }; "useContainer": { "alias": "useContainer"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
622
+ }
623
+ declare interface PDropdownMenuItem extends Components$1.PDropdownMenuItem {
624
+ }
625
+ declare class PEmptyState {
626
+ protected z: NgZone;
627
+ protected el: HTMLPEmptyStateElement;
628
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
629
+ static ɵfac: i0.ɵɵFactoryDeclaration<PEmptyState, never>;
630
+ static ɵcmp: i0.ɵɵComponentDeclaration<PEmptyState, "p-empty-state", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionIconPosition": { "alias": "actionIconPosition"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "actionVariant": { "alias": "actionVariant"; "required": false; }; "content": { "alias": "content"; "required": false; }; "enableAction": { "alias": "enableAction"; "required": false; }; "header": { "alias": "header"; "required": false; }; "illustration": { "alias": "illustration"; "required": false; }; }, {}, never, ["*"], true, never>;
631
+ }
632
+ declare interface PEmptyState extends Components$1.PEmptyState {
633
+ /**
634
+ * The text on the action button
635
+ */
636
+ action: EventEmitter<CustomEvent<MouseEvent>>;
637
+ }
638
+ declare class PField {
639
+ protected z: NgZone;
640
+ protected el: HTMLPFieldElement;
641
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
642
+ static ɵfac: i0.ɵɵFactoryDeclaration<PField, never>;
643
+ static ɵcmp: i0.ɵɵComponentDeclaration<PField, "p-field", never, { "addText": { "alias": "addText"; "required": false; }; "align": { "alias": "align"; "required": false; }; "autoShowError": { "alias": "autoShowError"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorPlacement": { "alias": "errorPlacement"; "required": false; }; "focusMethod": { "alias": "focusMethod"; "required": false; }; "focused": { "alias": "focused"; "required": false; }; "forceShowTooltip": { "alias": "forceShowTooltip"; "required": false; }; "helper": { "alias": "helper"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "optionalTemplate": { "alias": "optionalTemplate"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "properties": { "alias": "properties"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectAllOnFocus": { "alias": "selectAllOnFocus"; "required": false; }; "showAddOnEmpty": { "alias": "showAddOnEmpty"; "required": false; }; "showOptional": { "alias": "showOptional"; "required": false; }; "size": { "alias": "size"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
644
+ }
645
+ declare interface PField extends Components$1.PField {
646
+ /**
647
+ * Event whenever the value changes
648
+ */
649
+ valueChange: EventEmitter<CustomEvent<string | number>>;
650
+ /**
651
+ * Event whenever the input ref changes
652
+ */
653
+ inputRefChange: EventEmitter<CustomEvent<HTMLInputElement | HTMLTextAreaElement>>;
654
+ /**
655
+ * Event whenever the value changes
656
+ */
657
+ add: EventEmitter<CustomEvent<void>>;
658
+ /**
659
+ * Event whenever the user presses enter and the field is focused
660
+ */
661
+ enter: EventEmitter<CustomEvent<string | number>>;
662
+ }
663
+ declare class PFieldContainer {
664
+ protected z: NgZone;
665
+ protected el: HTMLPFieldContainerElement;
666
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
667
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFieldContainer, never>;
668
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFieldContainer, "p-field-container", never, { "align": { "alias": "align"; "required": false; }; "error": { "alias": "error"; "required": false; }; "errorPlacement": { "alias": "errorPlacement"; "required": false; }; "forceShowTooltip": { "alias": "forceShowTooltip"; "required": false; }; "helper": { "alias": "helper"; "required": false; }; "id": { "alias": "id"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingSize": { "alias": "loadingSize"; "required": false; }; "optionalTemplate": { "alias": "optionalTemplate"; "required": false; }; "required": { "alias": "required"; "required": false; }; "showOptional": { "alias": "showOptional"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
669
+ }
670
+ declare interface PFieldContainer extends Components$1.PFieldContainer {
671
+ focus: EventEmitter<CustomEvent<void>>;
672
+ }
673
+ declare class PFloatingMenuContainer {
674
+ protected z: NgZone;
675
+ protected el: HTMLPFloatingMenuContainerElement;
676
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
677
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFloatingMenuContainer, never>;
678
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuContainer, "p-floating-menu-container", never, { "amount": { "alias": "amount"; "required": false; }; "amountSelectedTemplate": { "alias": "amountSelectedTemplate"; "required": false; }; "enableAmountSelected": { "alias": "enableAmountSelected"; "required": false; }; "enableClose": { "alias": "enableClose"; "required": false; }; "usedInTable": { "alias": "usedInTable"; "required": false; }; }, {}, never, ["*"], true, never>;
679
+ }
680
+ declare interface PFloatingMenuContainer extends Components$1.PFloatingMenuContainer {
681
+ /**
682
+ * Event whenever the close button is clicked
683
+ */
684
+ close: EventEmitter<CustomEvent<MouseEvent>>;
685
+ }
686
+ declare class PFloatingMenuItem {
687
+ protected z: NgZone;
688
+ protected el: HTMLPFloatingMenuItemElement;
689
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
690
+ static ɵfac: i0.ɵɵFactoryDeclaration<PFloatingMenuItem, never>;
691
+ static ɵcmp: i0.ɵɵComponentDeclaration<PFloatingMenuItem, "p-floating-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], true, never>;
692
+ }
693
+ declare interface PFloatingMenuItem extends Components$1.PFloatingMenuItem {
694
+ }
695
+ declare class PHelper {
696
+ protected z: NgZone;
697
+ protected el: HTMLPHelperElement;
698
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
699
+ static ɵfac: i0.ɵɵFactoryDeclaration<PHelper, never>;
700
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHelper, "p-helper", never, { "placement": { "alias": "placement"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; }, {}, never, ["*"], true, never>;
701
+ }
702
+ declare interface PHelper extends Components$1.PHelper {
703
+ }
704
+ declare class PIbanIcon {
705
+ protected z: NgZone;
706
+ protected el: HTMLPIbanIconElement;
707
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
708
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIbanIcon, never>;
709
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIbanIcon, "p-iban-icon", never, { "iban": { "alias": "iban"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
710
+ }
711
+ declare interface PIbanIcon extends Components$1.PIbanIcon {
712
+ }
713
+ declare class PIcon {
714
+ protected z: NgZone;
715
+ protected el: HTMLPIconElement;
716
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
717
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIcon, never>;
718
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIcon, "p-icon", never, { "flip": { "alias": "flip"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
719
+ }
720
+ declare interface PIcon extends Components$1.PIcon {
721
+ }
722
+ declare class PIllustration {
723
+ protected z: NgZone;
724
+ protected el: HTMLPIllustrationElement;
725
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
726
+ static ɵfac: i0.ɵɵFactoryDeclaration<PIllustration, never>;
727
+ static ɵcmp: i0.ɵɵComponentDeclaration<PIllustration, "p-illustration", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
728
+ }
729
+ declare interface PIllustration extends Components$1.PIllustration {
730
+ }
731
+ declare class PInfoPanel {
732
+ protected z: NgZone;
733
+ protected el: HTMLPInfoPanelElement;
734
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
735
+ static ɵfac: i0.ɵɵFactoryDeclaration<PInfoPanel, never>;
736
+ static ɵcmp: i0.ɵɵComponentDeclaration<PInfoPanel, "p-info-panel", never, { "closeable": { "alias": "closeable"; "required": false; }; "content": { "alias": "content"; "required": false; }; "header": { "alias": "header"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
737
+ }
738
+ declare interface PInfoPanel extends Components$1.PInfoPanel {
739
+ /**
740
+ * When the backdrop is clicked
741
+ */
742
+ closed: EventEmitter<CustomEvent<void>>;
743
+ }
744
+ declare class PLabel {
745
+ protected z: NgZone;
746
+ protected el: HTMLPLabelElement;
747
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
748
+ static ɵfac: i0.ɵɵFactoryDeclaration<PLabel, never>;
749
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLabel, "p-label", never, { "icon": { "alias": "icon"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "keepMobileContent": { "alias": "keepMobileContent"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
750
+ }
751
+ declare interface PLabel extends Components$1.PLabel {
752
+ }
753
+ declare class PLayout {
754
+ protected z: NgZone;
755
+ protected el: HTMLPLayoutElement;
756
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
757
+ static ɵfac: i0.ɵɵFactoryDeclaration<PLayout, never>;
758
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLayout, "p-layout", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
759
+ }
760
+ declare interface PLayout extends Components$1.PLayout {
761
+ /**
762
+ * Event whenever the layout is being scrolled
763
+ */
764
+ scroll: EventEmitter<CustomEvent<any>>;
765
+ }
766
+ declare class PListing {
767
+ protected z: NgZone;
768
+ protected el: HTMLPListingElement;
769
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
770
+ static ɵfac: i0.ɵɵFactoryDeclaration<PListing, never>;
771
+ static ɵcmp: i0.ɵɵComponentDeclaration<PListing, "p-listing", never, {}, {}, never, ["*"], true, never>;
772
+ }
773
+ declare interface PListing extends Components$1.PListing {
774
+ }
775
+ declare class PListingItem {
776
+ protected z: NgZone;
777
+ protected el: HTMLPListingItemElement;
778
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
779
+ static ɵfac: i0.ɵɵFactoryDeclaration<PListingItem, never>;
780
+ static ɵcmp: i0.ɵɵComponentDeclaration<PListingItem, "p-listing-item", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
781
+ }
782
+ declare interface PListingItem extends Components$1.PListingItem {
783
+ }
784
+ declare class PListingLine {
785
+ protected z: NgZone;
786
+ protected el: HTMLPListingLineElement;
787
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
788
+ static ɵfac: i0.ɵɵFactoryDeclaration<PListingLine, never>;
789
+ static ɵcmp: i0.ɵɵComponentDeclaration<PListingLine, "p-listing-line", never, {}, {}, never, ["*"], true, never>;
790
+ }
791
+ declare interface PListingLine extends Components$1.PListingLine {
792
+ }
793
+ declare class PLoader {
794
+ protected z: NgZone;
795
+ protected el: HTMLPLoaderElement;
796
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
797
+ static ɵfac: i0.ɵɵFactoryDeclaration<PLoader, never>;
798
+ static ɵcmp: i0.ɵɵComponentDeclaration<PLoader, "p-loader", never, { "color": { "alias": "color"; "required": false; }; "modalDescription": { "alias": "modalDescription"; "required": false; }; "modalTitle": { "alias": "modalTitle"; "required": false; }; "show": { "alias": "show"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
799
+ }
800
+ declare interface PLoader extends Components$1.PLoader {
801
+ }
802
+ declare class PModal {
803
+ protected z: NgZone;
804
+ protected el: HTMLPModalElement;
805
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
806
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModal, never>;
807
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModal, "p-modal", never, { "applyBlur": { "alias": "applyBlur"; "required": false; }; "backdropClickClose": { "alias": "backdropClickClose"; "required": false; }; "header": { "alias": "header"; "required": false; }; "scrollLock": { "alias": "scrollLock"; "required": false; }; "show": { "alias": "show"; "required": false; }; "showClose": { "alias": "showClose"; "required": false; }; "showMobileFooter": { "alias": "showMobileFooter"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
808
+ }
809
+ declare interface PModal extends Components$1.PModal {
810
+ /**
811
+ * Close click event
812
+ */
813
+ closeClicked: EventEmitter<CustomEvent<MouseEvent>>;
814
+ /**
815
+ * Closed event
816
+ */
817
+ closed: EventEmitter<CustomEvent<string>>;
818
+ }
819
+ declare class PModalBody {
820
+ protected z: NgZone;
821
+ protected el: HTMLPModalBodyElement;
822
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
823
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalBody, never>;
824
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalBody, "p-modal-body", never, { "roundedBottom": { "alias": "roundedBottom"; "required": false; }; "roundedTop": { "alias": "roundedTop"; "required": false; }; }, {}, never, ["*"], true, never>;
825
+ }
826
+ declare interface PModalBody extends Components$1.PModalBody {
827
+ }
828
+ declare class PModalContainer {
829
+ protected z: NgZone;
830
+ protected el: HTMLPModalContainerElement;
831
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
832
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalContainer, never>;
833
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalContainer, "p-modal-container", never, { "closing": { "alias": "closing"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], true, never>;
834
+ }
835
+ declare interface PModalContainer extends Components$1.PModalContainer {
836
+ }
837
+ declare class PModalFooter {
838
+ protected z: NgZone;
839
+ protected el: HTMLPModalFooterElement;
840
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
841
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalFooter, never>;
842
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalFooter, "p-modal-footer", never, {}, {}, never, ["*"], true, never>;
843
+ }
844
+ declare interface PModalFooter extends Components$1.PModalFooter {
845
+ }
846
+ declare class PModalHeader {
847
+ protected z: NgZone;
848
+ protected el: HTMLPModalHeaderElement;
849
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
850
+ static ɵfac: i0.ɵɵFactoryDeclaration<PModalHeader, never>;
851
+ static ɵcmp: i0.ɵɵComponentDeclaration<PModalHeader, "p-modal-header", never, { "showClose": { "alias": "showClose"; "required": false; }; }, {}, never, ["*"], true, never>;
852
+ }
853
+ declare interface PModalHeader extends Components$1.PModalHeader {
854
+ /**
855
+ * Close click event
856
+ */
857
+ close: EventEmitter<CustomEvent<MouseEvent>>;
858
+ }
859
+ declare class PNavbar {
860
+ protected z: NgZone;
861
+ protected el: HTMLPNavbarElement;
862
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
863
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavbar, never>;
864
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavbar, "p-navbar", never, {}, {}, never, ["*"], true, never>;
865
+ }
866
+ declare interface PNavbar extends Components$1.PNavbar {
867
+ }
868
+ declare class PNavigationItem {
869
+ protected z: NgZone;
870
+ protected el: HTMLPNavigationItemElement;
871
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
872
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationItem, never>;
873
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationItem, "p-navigation-item", never, { "active": { "alias": "active"; "required": false; }; "applyFullWidth": { "alias": "applyFullWidth"; "required": false; }; "as": { "alias": "as"; "required": false; }; "class": { "alias": "class"; "required": false; }; "counter": { "alias": "counter"; "required": false; }; "href": { "alias": "href"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, {}, never, ["*"], true, never>;
874
+ }
875
+ declare interface PNavigationItem extends Components$1.PNavigationItem {
876
+ }
877
+ declare class PNavigationSection {
878
+ protected z: NgZone;
879
+ protected el: HTMLPNavigationSectionElement;
880
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
881
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationSection, never>;
882
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationSection, "p-navigation-section", never, { "header": { "alias": "header"; "required": false; }; }, {}, never, ["*"], true, never>;
883
+ }
884
+ declare interface PNavigationSection extends Components$1.PNavigationSection {
885
+ }
886
+ declare class PNavigationTitle {
887
+ protected z: NgZone;
888
+ protected el: HTMLPNavigationTitleElement;
889
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
890
+ static ɵfac: i0.ɵɵFactoryDeclaration<PNavigationTitle, never>;
891
+ static ɵcmp: i0.ɵɵComponentDeclaration<PNavigationTitle, "p-navigation-title", never, {}, {}, never, ["*"], true, never>;
892
+ }
893
+ declare interface PNavigationTitle extends Components$1.PNavigationTitle {
894
+ }
895
+ declare class PPagination {
896
+ protected z: NgZone;
897
+ protected el: HTMLPPaginationElement;
898
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
899
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPagination, never>;
900
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPagination, "p-pagination", never, { "enablePaginationPages": { "alias": "enablePaginationPages"; "required": false; }; "enablePaginationSize": { "alias": "enablePaginationSize"; "required": false; }; "hideOnSinglePage": { "alias": "hideOnSinglePage"; "required": false; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "total": { "alias": "total"; "required": false; }; }, {}, never, ["*"], true, never>;
901
+ }
902
+ declare interface PPagination extends Components$1.PPagination {
903
+ /**
904
+ * Event whenever the page changes
905
+ */
906
+ pageChange: EventEmitter<CustomEvent<number>>;
907
+ /**
908
+ * Event whenever the page changes
909
+ */
910
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
911
+ /**
912
+ * The pages that were generated
913
+ */
914
+ pagesChange: EventEmitter<CustomEvent<number>>;
915
+ }
916
+ declare class PPaginationPages {
917
+ protected z: NgZone;
918
+ protected el: HTMLPPaginationPagesElement;
919
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
920
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPages, never>;
921
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPages, "p-pagination-pages", never, { "dropdownPageTemplate": { "alias": "dropdownPageTemplate"; "required": false; }; "hideOnSinglePage": { "alias": "hideOnSinglePage"; "required": false; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "total": { "alias": "total"; "required": false; }; }, {}, never, ["*"], true, never>;
922
+ }
923
+ declare interface PPaginationPages extends Components$1.PPaginationPages {
924
+ /**
925
+ * Event whenever the page changes
926
+ */
927
+ pageChange: EventEmitter<CustomEvent<number>>;
928
+ /**
929
+ * The pages that were generated
930
+ */
931
+ pagesChange: EventEmitter<CustomEvent<number>>;
932
+ }
933
+ declare class PPaginationPagesItem {
934
+ protected z: NgZone;
935
+ protected el: HTMLPPaginationPagesItemElement;
936
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
937
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationPagesItem, never>;
938
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationPagesItem, "p-pagination-pages-item", never, { "active": { "alias": "active"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
939
+ }
940
+ declare interface PPaginationPagesItem extends Components$1.PPaginationPagesItem {
941
+ }
942
+ declare class PPaginationSize {
943
+ protected z: NgZone;
944
+ protected el: HTMLPPaginationSizeElement;
945
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
946
+ static ɵfac: i0.ɵɵFactoryDeclaration<PPaginationSize, never>;
947
+ static ɵcmp: i0.ɵɵComponentDeclaration<PPaginationSize, "p-pagination-size", never, { "hidden": { "alias": "hidden"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "size": { "alias": "size"; "required": false; }; "sizeOptions": { "alias": "sizeOptions"; "required": false; }; }, {}, never, ["*"], true, never>;
948
+ }
949
+ declare interface PPaginationSize extends Components$1.PPaginationSize {
950
+ /**
951
+ * Event whenever the size changes
952
+ */
953
+ sizeChange: EventEmitter<CustomEvent<number>>;
954
+ }
955
+ declare class PProfile {
956
+ protected z: NgZone;
957
+ protected el: HTMLPProfileElement;
958
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
959
+ static ɵfac: i0.ɵɵFactoryDeclaration<PProfile, never>;
960
+ static ɵcmp: i0.ɵɵComponentDeclaration<PProfile, "p-profile", never, { "dropdownLocation": { "alias": "dropdownLocation"; "required": false; }; }, {}, never, ["*"], true, never>;
961
+ }
962
+ declare interface PProfile extends Components$1.PProfile {
963
+ }
964
+ declare class PRadio {
965
+ protected z: NgZone;
966
+ protected el: HTMLPRadioElement;
967
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
968
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRadio, never>;
969
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRadio, "p-radio", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
970
+ }
971
+ declare interface PRadio extends Components$1.PRadio {
972
+ /**
973
+ * Event whenever the checked changes
974
+ */
975
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
976
+ }
977
+ declare class PRange {
978
+ protected z: NgZone;
979
+ protected el: HTMLPRangeElement;
980
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
981
+ static ɵfac: i0.ɵɵFactoryDeclaration<PRange, never>;
982
+ static ɵcmp: i0.ɵɵComponentDeclaration<PRange, "p-range", never, { "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>;
983
+ }
984
+ declare interface PRange extends Components$1.PRange {
985
+ /**
986
+ * Event whenever the value changes
987
+ */
988
+ valueChange: EventEmitter<CustomEvent<string>>;
989
+ }
990
+ declare class PSegmentContainer {
991
+ protected z: NgZone;
992
+ protected el: HTMLPSegmentContainerElement;
993
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
994
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentContainer, never>;
995
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentContainer, "p-segment-container", never, {}, {}, never, ["*"], true, never>;
996
+ }
997
+ declare interface PSegmentContainer extends Components$1.PSegmentContainer {
998
+ }
999
+ declare class PSegmentItem {
1000
+ protected z: NgZone;
1001
+ protected el: HTMLPSegmentItemElement;
1002
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1003
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSegmentItem, never>;
1004
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSegmentItem, "p-segment-item", never, { "active": { "alias": "active"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1005
+ }
1006
+ declare interface PSegmentItem extends Components$1.PSegmentItem {
1007
+ }
1008
+ declare class PSelect {
1009
+ protected z: NgZone;
1010
+ protected el: HTMLPSelectElement;
1011
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1012
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSelect, never>;
1013
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSelect, "p-select", never, { "addItemText": { "alias": "addItemText"; "required": false; }; "applyClassOnSelectedItem": { "alias": "applyClassOnSelectedItem"; "required": false; }; "applyClassOnSelectedItemInMenu": { "alias": "applyClassOnSelectedItemInMenu"; "required": false; }; "asyncFilter": { "alias": "asyncFilter"; "required": false; }; "autoSelectFirst": { "alias": "autoSelectFirst"; "required": false; }; "autocompletePlaceholder": { "alias": "autocompletePlaceholder"; "required": false; }; "avatarKey": { "alias": "avatarKey"; "required": false; }; "avatarLettersKey": { "alias": "avatarLettersKey"; "required": false; }; "classKey": { "alias": "classKey"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "displayKey": { "alias": "displayKey"; "required": false; }; "dropdownDisplayKey": { "alias": "dropdownDisplayKey"; "required": false; }; "emptyStateText": { "alias": "emptyStateText"; "required": false; }; "enableAutocomplete": { "alias": "enableAutocomplete"; "required": false; }; "enableSelectAll": { "alias": "enableSelectAll"; "required": false; }; "enableTextWrap": { "alias": "enableTextWrap"; "required": false; }; "error": { "alias": "error"; "required": false; }; "helper": { "alias": "helper"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconClassKey": { "alias": "iconClassKey"; "required": false; }; "iconKey": { "alias": "iconKey"; "required": false; }; "identifierKey": { "alias": "identifierKey"; "required": false; }; "items": { "alias": "items"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "maxDisplayedItems": { "alias": "maxDisplayedItems"; "required": false; }; "multi": { "alias": "multi"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "query": { "alias": "query"; "required": false; }; "queryKey": { "alias": "queryKey"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selectAllIcon": { "alias": "selectAllIcon"; "required": false; }; "selectAllText": { "alias": "selectAllText"; "required": false; }; "selectionDisplayKey": { "alias": "selectionDisplayKey"; "required": false; }; "showAddItem": { "alias": "showAddItem"; "required": false; }; "showChevron": { "alias": "showChevron"; "required": false; }; "showIconOnSelectedItem": { "alias": "showIconOnSelectedItem"; "required": false; }; "showOptional": { "alias": "showOptional"; "required": false; }; "size": { "alias": "size"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; }, {}, never, ["*"], true, never>;
1014
+ }
1015
+ declare interface PSelect extends Components$1.PSelect {
1016
+ /**
1017
+ * Event when the query of the autocomplete changes
1018
+ */
1019
+ queryChange: EventEmitter<CustomEvent<string>>;
1020
+ /**
1021
+ * Event when the value changes
1022
+ */
1023
+ valueChange: EventEmitter<CustomEvent<any>>;
1024
+ /**
1025
+ * Event when the select all item has been selected or not
1026
+ */
1027
+ selectAllChange: EventEmitter<CustomEvent<any>>;
1028
+ /**
1029
+ * Event when the dropdown shows
1030
+ */
1031
+ dropdownShown: EventEmitter<CustomEvent<any>>;
1032
+ /**
1033
+ * Event when the add item is clicked
1034
+ */
1035
+ add: EventEmitter<CustomEvent<any>>;
1036
+ }
1037
+ declare class PSmile {
1038
+ protected z: NgZone;
1039
+ protected el: HTMLPSmileElement;
1040
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1041
+ static ɵfac: i0.ɵɵFactoryDeclaration<PSmile, never>;
1042
+ static ɵcmp: i0.ɵɵComponentDeclaration<PSmile, "p-smile", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1043
+ }
1044
+ declare interface PSmile extends Components$1.PSmile {
1045
+ }
1046
+ declare class PStepper {
1047
+ protected z: NgZone;
1048
+ protected el: HTMLPStepperElement;
1049
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1050
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepper, never>;
1051
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepper, "p-stepper", never, { "activeStep": { "alias": "activeStep"; "required": false; }; "align": { "alias": "align"; "required": false; }; "contentPosition": { "alias": "contentPosition"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "enableAutoStatus": { "alias": "enableAutoStatus"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; }, {}, never, ["*"], true, never>;
1052
+ }
1053
+ declare interface PStepper extends Components$1.PStepper {
1054
+ }
1055
+ declare class PStepperItem {
1056
+ protected z: NgZone;
1057
+ protected el: HTMLPStepperItemElement;
1058
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1059
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepperItem, never>;
1060
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperItem, "p-stepper-item", never, { "active": { "alias": "active"; "required": false; }; "align": { "alias": "align"; "required": false; }; "contentPosition": { "alias": "contentPosition"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "finished": { "alias": "finished"; "required": false; }; "number": { "alias": "number"; "required": false; }; }, {}, never, ["*"], true, never>;
1061
+ }
1062
+ declare interface PStepperItem extends Components$1.PStepperItem {
1063
+ }
1064
+ declare class PStepperLine {
1065
+ protected z: NgZone;
1066
+ protected el: HTMLPStepperLineElement;
1067
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1068
+ static ɵfac: i0.ɵɵFactoryDeclaration<PStepperLine, never>;
1069
+ static ɵcmp: i0.ɵɵComponentDeclaration<PStepperLine, "p-stepper-line", never, { "active": { "alias": "active"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, {}, never, ["*"], true, never>;
1070
+ }
1071
+ declare interface PStepperLine extends Components$1.PStepperLine {
1072
+ }
1073
+ declare class PTabContainer {
1074
+ protected z: NgZone;
1075
+ protected el: HTMLPTabContainerElement;
1076
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1077
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabContainer, never>;
1078
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabContainer, "p-tab-container", never, {}, {}, never, ["*"], true, never>;
1079
+ }
1080
+ declare interface PTabContainer extends Components$1.PTabContainer {
1081
+ }
1082
+ declare class PTabItem {
1083
+ protected z: NgZone;
1084
+ protected el: HTMLPTabItemElement;
1085
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1086
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTabItem, never>;
1087
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTabItem, "p-tab-item", never, { "active": { "alias": "active"; "required": false; }; }, {}, never, ["*"], true, never>;
1088
+ }
1089
+ declare interface PTabItem extends Components$1.PTabItem {
1090
+ }
1091
+ declare class PTableContainer {
1092
+ protected z: NgZone;
1093
+ protected el: HTMLPTableContainerElement;
1094
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1095
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableContainer, never>;
1096
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableContainer, "p-table-container", never, {}, {}, never, ["*"], true, never>;
1097
+ }
1098
+ declare interface PTableContainer extends Components$1.PTableContainer {
1099
+ }
1100
+ declare class PTableFooter {
1101
+ protected z: NgZone;
1102
+ protected el: HTMLPTableFooterElement;
1103
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1104
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableFooter, never>;
1105
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableFooter, "p-table-footer", never, { "enablePaginationPages": { "alias": "enablePaginationPages"; "required": false; }; "enablePaginationSize": { "alias": "enablePaginationSize"; "required": false; }; "hideOnSinglePage": { "alias": "hideOnSinglePage"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "tableHeaderHasAction": { "alias": "tableHeaderHasAction"; "required": false; }; "total": { "alias": "total"; "required": false; }; }, {}, never, ["*"], true, never>;
1106
+ }
1107
+ declare interface PTableFooter extends Components$1.PTableFooter {
1108
+ /**
1109
+ * Event whenever the page changes
1110
+ */
1111
+ pageChange: EventEmitter<CustomEvent<number>>;
1112
+ /**
1113
+ * Event whenever the page changes
1114
+ */
1115
+ pageSizeChange: EventEmitter<CustomEvent<number>>;
1116
+ /**
1117
+ * Event whenever the footer is hidden or nog
1118
+ */
1119
+ hiddenChange: EventEmitter<CustomEvent<boolean>>;
1120
+ }
1121
+ declare class PTableHeader {
1122
+ protected z: NgZone;
1123
+ protected el: HTMLPTableHeaderElement;
1124
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1125
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableHeader, never>;
1126
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableHeader, "p-table-header", never, { "actionButtonTemplate": { "alias": "actionButtonTemplate"; "required": false; }; "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionLoading": { "alias": "actionLoading"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "activeQuickFilterIdentifier": { "alias": "activeQuickFilterIdentifier"; "required": false; }; "canUseAction": { "alias": "canUseAction"; "required": false; }; "enableAction": { "alias": "enableAction"; "required": false; }; "enableExport": { "alias": "enableExport"; "required": false; }; "enableFilter": { "alias": "enableFilter"; "required": false; }; "enableFilterDesktop": { "alias": "enableFilterDesktop"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "filterButtonTemplate": { "alias": "filterButtonTemplate"; "required": false; }; "itemsSelectedAmount": { "alias": "itemsSelectedAmount"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "query": { "alias": "query"; "required": false; }; "quickFilters": { "alias": "quickFilters"; "required": false; }; "selectedFiltersAmount": { "alias": "selectedFiltersAmount"; "required": false; }; }, {}, never, ["*"], true, never>;
1127
+ }
1128
+ declare interface PTableHeader extends Components$1.PTableHeader {
1129
+ /**
1130
+ * Event when one of the quick filters is clicked
1131
+ */
1132
+ quickFilter: EventEmitter<CustomEvent<QuickFilter$1>>;
1133
+ /**
1134
+ * Event when the query changes
1135
+ */
1136
+ queryChange: EventEmitter<CustomEvent<string>>;
1137
+ /**
1138
+ * Event when the filter button is clicked
1139
+ */
1140
+ filter: EventEmitter<CustomEvent<null>>;
1141
+ /**
1142
+ * Event when the action button is clicked
1143
+ */
1144
+ action: EventEmitter<CustomEvent<null>>;
1145
+ /**
1146
+ * Event whenever the export button is clicked
1147
+ */
1148
+ export: EventEmitter<CustomEvent<number>>;
1149
+ }
1150
+ declare class PTableRow {
1151
+ protected z: NgZone;
1152
+ protected el: HTMLPTableRowElement;
1153
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1154
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableRow, never>;
1155
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRow, "p-table-row", never, { "checked": { "alias": "checked"; "required": false; }; "enableHover": { "alias": "enableHover"; "required": false; }; "isLast": { "alias": "isLast"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1156
+ }
1157
+ declare interface PTableRow extends Components$1.PTableRow {
1158
+ }
1159
+ declare class PTableRowActionsContainer {
1160
+ protected z: NgZone;
1161
+ protected el: HTMLPTableRowActionsContainerElement;
1162
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1163
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTableRowActionsContainer, never>;
1164
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTableRowActionsContainer, "p-table-row-actions-container", never, { "checked": { "alias": "checked"; "required": false; }; }, {}, never, ["*"], true, never>;
1165
+ }
1166
+ declare interface PTableRowActionsContainer extends Components$1.PTableRowActionsContainer {
1167
+ }
1168
+ declare class PToast {
1169
+ protected z: NgZone;
1170
+ protected el: HTMLPToastElement;
1171
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1172
+ static ɵfac: i0.ɵɵFactoryDeclaration<PToast, never>;
1173
+ static ɵcmp: i0.ɵɵComponentDeclaration<PToast, "p-toast", never, { "actionIcon": { "alias": "actionIcon"; "required": false; }; "actionIconFlip": { "alias": "actionIconFlip"; "required": false; }; "actionIconRotate": { "alias": "actionIconRotate"; "required": false; }; "content": { "alias": "content"; "required": false; }; "enableAction": { "alias": "enableAction"; "required": false; }; "header": { "alias": "header"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1174
+ }
1175
+ declare interface PToast extends Components$1.PToast {
1176
+ /**
1177
+ * Button click event
1178
+ */
1179
+ action: EventEmitter<CustomEvent<MouseEvent>>;
1180
+ }
1181
+ declare class PToggle {
1182
+ protected z: NgZone;
1183
+ protected el: HTMLPToggleElement;
1184
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1185
+ static ɵfac: i0.ɵɵFactoryDeclaration<PToggle, never>;
1186
+ static ɵcmp: i0.ɵɵComponentDeclaration<PToggle, "p-toggle", never, { "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "id": { "alias": "id"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; }, {}, never, ["*"], true, never>;
1187
+ }
1188
+ declare interface PToggle extends Components$1.PToggle {
1189
+ /**
1190
+ * Event whenever the checked changes
1191
+ */
1192
+ checkedChange: EventEmitter<CustomEvent<boolean>>;
1193
+ /**
1194
+ * Event whenever the indeterminate changes
1195
+ */
1196
+ indeterminateChange: EventEmitter<CustomEvent<boolean>>;
1197
+ }
1198
+ declare class PTooltip {
1199
+ protected z: NgZone;
1200
+ protected el: HTMLPTooltipElement;
1201
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1202
+ static ɵfac: i0.ɵɵFactoryDeclaration<PTooltip, never>;
1203
+ static ɵcmp: i0.ɵɵComponentDeclaration<PTooltip, "p-tooltip", never, { "canManuallyClose": { "alias": "canManuallyClose"; "required": false; }; "content": { "alias": "content"; "required": false; }; "enableUserInput": { "alias": "enableUserInput"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "show": { "alias": "show"; "required": false; }; "strategy": { "alias": "strategy"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], true, never>;
1204
+ }
1205
+ declare interface PTooltip extends Components$1.PTooltip {
1206
+ /**
1207
+ * Open change event
1208
+ */
1209
+ isOpen: EventEmitter<CustomEvent<boolean>>;
1210
+ }
1211
+
1212
+ declare class TableCustomRowDirective {
1213
+ templateRef: TemplateRef<any>;
1214
+ variant: 'default' | 'secondary' | 'header';
1215
+ constructor(templateRef: TemplateRef<any>);
1216
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableCustomRowDirective, never>;
1217
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCustomRowDirective, "[p-table-custom-row]", never, { "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
1218
+ }
1219
+
1220
+ interface TableRowActionClickEvent {
1221
+ item?: any;
1222
+ items?: any[];
1223
+ multi: boolean;
1224
+ ctrlDown: boolean;
1225
+ }
1226
+ type AsyncItem<T> = Observable<T> | Subscribable<T> | Promise<T>;
1227
+ type TableRowActionRouterLink = string | any[] | AsyncItem<string | any[]> | ((item: any) => AsyncItem<string | any[]> | string | any[]);
1228
+ type TableRowActionQueryParams = Params | AsyncItem<Params> | ((item: any) => Params | AsyncItem<Params>);
1229
+ declare interface TableRowActionComponent extends Omit<Components.PTableRowAction, 'action' | 'showFunction'> {
1230
+ action: EventEmitter<TableRowActionClickEvent>;
1231
+ showFunction?: TableRowActionShowFunc;
1232
+ }
1233
+ declare class TableRowActionComponent implements OnChanges {
1234
+ private _c;
1235
+ protected z: NgZone;
1236
+ protected el: HTMLElement;
1237
+ /**
1238
+ * Routerlink to navigate to
1239
+ */
1240
+ routerLink?: TableRowActionRouterLink;
1241
+ /**
1242
+ * Queryparams to add to the navigation
1243
+ */
1244
+ queryParams?: TableRowActionQueryParams;
1245
+ /**
1246
+ * Event whenever a row is clicked
1247
+ */
1248
+ action: EventEmitter<TableRowActionClickEvent>;
1249
+ /**
1250
+ * Event whenever loading has changed
1251
+ */
1252
+ _loadingChanged: EventEmitter<boolean>;
1253
+ /**
1254
+ * A function for row actions of type "single" or "both" that determines if the action is shown on the row
1255
+ */
1256
+ showFunction?: TableRowActionShowFunc;
1257
+ constructor(_c: ChangeDetectorRef, z: NgZone, r: ElementRef);
1258
+ ngOnChanges(changes: SimpleChanges): void;
1259
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableRowActionComponent, never>;
1260
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableRowActionComponent, "p-table-row-action", never, { "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconFlip": { "alias": "iconFlip"; "required": false; }; "iconOnly": { "alias": "iconOnly"; "required": false; }; "iconRotate": { "alias": "iconRotate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "type": { "alias": "type"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "routerLink": { "alias": "routerLink"; "required": false; }; "queryParams": { "alias": "queryParams"; "required": false; }; "showFunction": { "alias": "showFunction"; "required": false; }; }, { "action": "action"; "_loadingChanged": "_loadingChanged"; }, never, ["*"], true, never>;
1261
+ }
1262
+
1263
+ declare class TableComponent implements OnInit, OnChanges, AfterViewInit {
1264
+ private _cd;
1265
+ hostClass: string;
1266
+ theme: any;
1267
+ /**
1268
+ * The items to be fed to the table
1269
+ */
1270
+ items: string | any[];
1271
+ /**
1272
+ * Wether data is loading
1273
+ */
1274
+ loading: boolean;
1275
+ /**
1276
+ * Wether the header should show loading state
1277
+ */
1278
+ headerLoading: boolean;
1279
+ /**
1280
+ * Wether the footer should show loading state
1281
+ */
1282
+ footerLoading: boolean;
1283
+ /**
1284
+ * The amount of loading rows to show
1285
+ */
1286
+ amountOfLoadingRows: number;
1287
+ /**
1288
+ * Wether to enable selection
1289
+ */
1290
+ enableRowSelection: boolean;
1291
+ /**
1292
+ * A limit to the amount of rows that can be selected
1293
+ */
1294
+ rowSelectionLimit: number | undefined;
1295
+ /**
1296
+ * Wether to enable row clicking
1297
+ */
1298
+ enableRowClick: boolean;
1299
+ /**
1300
+ * The current selection of items
1301
+ */
1302
+ selectedRows: any[];
1303
+ /**
1304
+ * Event whenever the current selection changes
1305
+ */
1306
+ selectedRowsChange: EventEmitter<any>;
1307
+ /**
1308
+ * The key to determine if a row is selected
1309
+ */
1310
+ selectionKey: string | undefined;
1311
+ /**
1312
+ * A key to determine if a row can be selected
1313
+ */
1314
+ canSelectKey: string | undefined;
1315
+ /**
1316
+ * Wether to enable the floating menu
1317
+ */
1318
+ enableFloatingMenu: boolean;
1319
+ /**
1320
+ * The floating menu amount item text
1321
+ */
1322
+ floatingMenuAmountSelectedText: string;
1323
+ /**
1324
+ * The template for amount selected item in the floating menu
1325
+ */
1326
+ floatingMenuAmountSelectedTemplate: any;
1327
+ /**
1328
+ * Wether the floating menu has been shown atleast once
1329
+ */
1330
+ floatingMenuShown$: BehaviorSubject<boolean>;
1331
+ /**
1332
+ * Event whenever a row is clicked
1333
+ */
1334
+ rowClick: EventEmitter<RowClickEvent>;
1335
+ /**
1336
+ * Event whenever a row is selected
1337
+ */
1338
+ rowSelected: EventEmitter<any>;
1339
+ /**
1340
+ * Event whenever a row is deselected
1341
+ */
1342
+ rowDeselected: EventEmitter<any>;
1343
+ /** START HEADER */
1344
+ /**
1345
+ * Wether to show the header
1346
+ */
1347
+ enableHeader: boolean;
1348
+ /**
1349
+ * Quick filters to show
1350
+ */
1351
+ quickFilters: QuickFilter[];
1352
+ /**
1353
+ * Active quick filter identifier
1354
+ */
1355
+ activeQuickFilterIdentifier: string | undefined;
1356
+ /**
1357
+ * Wether to show the search input
1358
+ */
1359
+ enableSearch: boolean;
1360
+ /**
1361
+ * The query to show in the search bar
1362
+ */
1363
+ query: string | undefined;
1364
+ /**
1365
+ * Wether to show the filter button
1366
+ */
1367
+ enableFilter: boolean;
1368
+ /**
1369
+ * Wether to show the filter button on desktop
1370
+ */
1371
+ enableFilterDesktop: boolean;
1372
+ /**
1373
+ * The amount of filters being selected
1374
+ */
1375
+ selectedFiltersAmount: number | undefined;
1376
+ /**
1377
+ * The template for the filter button text
1378
+ */
1379
+ filterButtonTemplate: any;
1380
+ /**
1381
+ * Wether to show the action button
1382
+ */
1383
+ enableAction: boolean;
1384
+ /**
1385
+ * Wether the action button is loading
1386
+ */
1387
+ actionButtonLoading: boolean;
1388
+ /**
1389
+ * The action button icon
1390
+ */
1391
+ actionButtonIcon: IconVariant;
1392
+ /**
1393
+ * Wether the action button is enabled
1394
+ */
1395
+ actionButtonEnabled: boolean;
1396
+ /**
1397
+ * The action button text if changed
1398
+ */
1399
+ actionButtonText?: string;
1400
+ /**
1401
+ * The template for the action button text
1402
+ */
1403
+ actionButtonTemplate: any;
1404
+ /**
1405
+ * Event when one of the quick filters is clicked
1406
+ */
1407
+ quickFilter: EventEmitter<QuickFilter>;
1408
+ /**
1409
+ * Event when the query changes
1410
+ */
1411
+ queryChange: EventEmitter<string>;
1412
+ /**
1413
+ * Event when the filter button is clicked
1414
+ */
1415
+ filter: EventEmitter<null>;
1416
+ /**
1417
+ * Event when the action button is clicked
1418
+ */
1419
+ action: EventEmitter<null>;
1420
+ /** START FOOTER */
1421
+ /**
1422
+ * Wether to show the footer
1423
+ */
1424
+ enableFooter: boolean;
1425
+ /**
1426
+ * Wether to enable pagination size select
1427
+ */
1428
+ enablePaginationSize: boolean;
1429
+ /**
1430
+ * Wether to enable pagination pages
1431
+ */
1432
+ enablePaginationPages: boolean;
1433
+ /**
1434
+ * Wether to enable export
1435
+ */
1436
+ enableExport: boolean;
1437
+ /**
1438
+ * The current page
1439
+ */
1440
+ page: number;
1441
+ /**
1442
+ * The total amount of items
1443
+ */
1444
+ total: number;
1445
+ /**
1446
+ * Event whenever the page changes
1447
+ */
1448
+ pageChange: EventEmitter<number>;
1449
+ /**
1450
+ * The amount of items per page
1451
+ */
1452
+ pageSize: number;
1453
+ /**
1454
+ * The options for the page size
1455
+ */
1456
+ pageSizeOptions: number[];
1457
+ /**
1458
+ * Event whenever the page changes
1459
+ */
1460
+ pageSizeChange: EventEmitter<number>;
1461
+ /**
1462
+ * Event whenever the page changes
1463
+ */
1464
+ export: EventEmitter<number>;
1465
+ /**
1466
+ * Wether to hide when there is only 1 page available
1467
+ */
1468
+ hideOnSinglePage: boolean;
1469
+ emptyStateType: 'no_filter' | 'filtered';
1470
+ emptyStateIllustration: IllustrationVariant;
1471
+ emptyStateHeader: string;
1472
+ emptyStateContent: string;
1473
+ emptyStateAction: string;
1474
+ emptyStateActionIcon: IconVariant;
1475
+ enableEmptyStateAction: boolean;
1476
+ emptyStateFilteredIllustration: IllustrationVariant;
1477
+ emptyStateFilteredHeader: string;
1478
+ emptyStateFilteredContent: string;
1479
+ /**
1480
+ * Wether to enable scrolling
1481
+ */
1482
+ enableScroll: boolean;
1483
+ tableRows: QueryList<ElementRef<PTableRow>>;
1484
+ tableCells: QueryList<ElementRef<TableCellComponent>>;
1485
+ scrollContainer: ElementRef<HTMLDivElement>;
1486
+ reachedScrollStart$: BehaviorSubject<boolean>;
1487
+ reachedScrollEnd$: BehaviorSubject<boolean>;
1488
+ private _totalWidth;
1489
+ private _calculateColumnWidthsTimeout?;
1490
+ private _rowChangesSubscription?;
1491
+ private _cellChangesSubscription?;
1492
+ /**
1493
+ * Event whenever the empty state is clicked
1494
+ */
1495
+ emptyStateActionClick: EventEmitter<null>;
1496
+ shadow: boolean;
1497
+ extraHeaders$: BehaviorSubject<any[]>;
1498
+ columns$: BehaviorSubject<any[]>;
1499
+ parsedItems: any[];
1500
+ loadingRows: unknown[];
1501
+ private _ctrlDown;
1502
+ headerCustomFilterTemplate: TemplateRef<any> | undefined;
1503
+ headerCustomActionsTemplate: TemplateRef<any> | undefined;
1504
+ columnDefinitions: QueryList<TableColumnComponent>;
1505
+ extraHeaderDefinitions: QueryList<TableExtraHeaderComponent>;
1506
+ filterModalTemplate: TemplateRef<any> | undefined;
1507
+ filterModalShow$: BehaviorSubject<boolean>;
1508
+ private _rowActions;
1509
+ private _rowActionsSubscriptions;
1510
+ set rowActions(v: QueryList<TableRowActionComponent>);
1511
+ get rowActions(): QueryList<TableRowActionComponent>;
1512
+ customRows: QueryList<TableCustomRowDirective>;
1513
+ filterModalHeaderText: string;
1514
+ filterModalSaveText: string;
1515
+ filterModalCancelText: string;
1516
+ filterModalResetText: string;
1517
+ filterModalShowReset: boolean;
1518
+ filterModalShowResetMobile: boolean;
1519
+ filterModalShow: EventEmitter<boolean>;
1520
+ filterModalSave: EventEmitter<void>;
1521
+ filterModalReset: EventEmitter<boolean>;
1522
+ rowActionsRow$: BehaviorSubject<TableRowActionComponent[]>;
1523
+ rowActionsFloatingAll$: BehaviorSubject<TableRowActionComponent[]>;
1524
+ rowActionsFloating$: BehaviorSubject<TableRowActionComponent[]>;
1525
+ isMobile$: BehaviorSubject<boolean>;
1526
+ floatingMenuContainerClass: (props?: {
1527
+ hasFooter?: boolean;
1528
+ active?: boolean;
1529
+ shown?: boolean;
1530
+ } & class_variance_authority_types.ClassProp) => string;
1531
+ private _resizeTimeout;
1532
+ private _inputEnableRowSelection;
1533
+ private _inputRowSelectionLimit;
1534
+ private _themeDebounce?;
1535
+ footerHidden$: BehaviorSubject<boolean>;
1536
+ cn: typeof cn;
1537
+ constructor(_cd: ChangeDetectorRef);
1538
+ ngOnInit(): void;
1539
+ ngOnChanges(changes: SimpleChanges): void;
1540
+ ngAfterViewInit(): void;
1541
+ onResize(): void;
1542
+ keyDown({ key }: {
1543
+ key: string;
1544
+ }): void;
1545
+ keyUp({ key }: {
1546
+ key: string;
1547
+ }): void;
1548
+ visibilityChange(): void;
1549
+ onQueryChange({ detail }: any): void;
1550
+ onQuickFilter({ detail }: any): void;
1551
+ onPageSizeChange({ detail }: any): void;
1552
+ onPageChange({ detail }: any): void;
1553
+ onFilterModalSave(): void;
1554
+ onFilterModalReset(resetQuickFilter?: boolean): void;
1555
+ emptyStateClicked(): void;
1556
+ parseRowActionsRow(actions: TableRowActionComponent[] | null, rowIndex: number): TableRowActionComponent[];
1557
+ onContainerXScroll(ev: any): void;
1558
+ private _parseItems;
1559
+ private _generateColumns;
1560
+ private _generateExtraHeaders;
1561
+ _checkboxDisabled(item: any, rowIndex: number): boolean;
1562
+ _selectAllChange($event: any, forceValue?: boolean): void;
1563
+ _checkboxChange(target: any, index: number): void;
1564
+ private _getCheckedValue;
1565
+ private _getSelectionValue;
1566
+ _selectionContains(row: any, index: number, returnIndex?: boolean): any;
1567
+ _selectionContainsAll(): boolean;
1568
+ _selectionIndeterminate(): boolean;
1569
+ _rowClick($event: MouseEvent, index: number): void;
1570
+ _getActionRouterLink(routerLink: TableRowActionRouterLink, rowIndex: number): BehaviorSubject<string | any[]> | AsyncItem<string | any[]>;
1571
+ _getActionQueryParams(queryParams: TableRowActionQueryParams, rowIndex: number): BehaviorSubject<Params> | AsyncItem<Params>;
1572
+ _rowActionClick(action: TableRowActionComponent, rowIndex?: number): void;
1573
+ private _findRow;
1574
+ private _findRowAction;
1575
+ private _setRowSelectionData;
1576
+ private _showFloatingMenu;
1577
+ private _parseDefinitions;
1578
+ private _parseDefinitionSizes;
1579
+ private _checkChangesSubscriptions;
1580
+ private _calculateColumnWidths;
1581
+ private _setRowsWidth;
1582
+ private _resetScrollPosition;
1583
+ private _calculateScrollPosition;
1584
+ private _checkTheme;
1585
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
1586
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "p-table-ngx", never, { "items": { "alias": "items"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "headerLoading": { "alias": "headerLoading"; "required": false; }; "footerLoading": { "alias": "footerLoading"; "required": false; }; "amountOfLoadingRows": { "alias": "amountOfLoadingRows"; "required": false; }; "enableRowSelection": { "alias": "enableRowSelection"; "required": false; }; "rowSelectionLimit": { "alias": "rowSelectionLimit"; "required": false; }; "enableRowClick": { "alias": "enableRowClick"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; "selectionKey": { "alias": "selectionKey"; "required": false; }; "canSelectKey": { "alias": "canSelectKey"; "required": false; }; "enableFloatingMenu": { "alias": "enableFloatingMenu"; "required": false; }; "floatingMenuAmountSelectedText": { "alias": "floatingMenuAmountSelectedText"; "required": false; }; "floatingMenuAmountSelectedTemplate": { "alias": "floatingMenuAmountSelectedTemplate"; "required": false; }; "enableHeader": { "alias": "enableHeader"; "required": false; }; "quickFilters": { "alias": "quickFilters"; "required": false; }; "activeQuickFilterIdentifier": { "alias": "activeQuickFilterIdentifier"; "required": false; }; "enableSearch": { "alias": "enableSearch"; "required": false; }; "query": { "alias": "query"; "required": false; }; "enableFilter": { "alias": "enableFilter"; "required": false; }; "enableFilterDesktop": { "alias": "enableFilterDesktop"; "required": false; }; "selectedFiltersAmount": { "alias": "selectedFiltersAmount"; "required": false; }; "filterButtonTemplate": { "alias": "filterButtonTemplate"; "required": false; }; "enableAction": { "alias": "enableAction"; "required": false; }; "actionButtonLoading": { "alias": "actionButtonLoading"; "required": false; }; "actionButtonIcon": { "alias": "actionButtonIcon"; "required": false; }; "actionButtonEnabled": { "alias": "actionButtonEnabled"; "required": false; }; "actionButtonText": { "alias": "actionButtonText"; "required": false; }; "actionButtonTemplate": { "alias": "actionButtonTemplate"; "required": false; }; "enableFooter": { "alias": "enableFooter"; "required": false; }; "enablePaginationSize": { "alias": "enablePaginationSize"; "required": false; }; "enablePaginationPages": { "alias": "enablePaginationPages"; "required": false; }; "enableExport": { "alias": "enableExport"; "required": false; }; "page": { "alias": "page"; "required": false; }; "total": { "alias": "total"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageSizeOptions": { "alias": "pageSizeOptions"; "required": false; }; "hideOnSinglePage": { "alias": "hideOnSinglePage"; "required": false; }; "emptyStateType": { "alias": "emptyStateType"; "required": false; }; "emptyStateIllustration": { "alias": "emptyStateIllustration"; "required": false; }; "emptyStateHeader": { "alias": "emptyStateHeader"; "required": false; }; "emptyStateContent": { "alias": "emptyStateContent"; "required": false; }; "emptyStateAction": { "alias": "emptyStateAction"; "required": false; }; "emptyStateActionIcon": { "alias": "emptyStateActionIcon"; "required": false; }; "enableEmptyStateAction": { "alias": "enableEmptyStateAction"; "required": false; }; "emptyStateFilteredIllustration": { "alias": "emptyStateFilteredIllustration"; "required": false; }; "emptyStateFilteredHeader": { "alias": "emptyStateFilteredHeader"; "required": false; }; "emptyStateFilteredContent": { "alias": "emptyStateFilteredContent"; "required": false; }; "enableScroll": { "alias": "enableScroll"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "filterModalHeaderText": { "alias": "filterModalHeaderText"; "required": false; }; "filterModalSaveText": { "alias": "filterModalSaveText"; "required": false; }; "filterModalCancelText": { "alias": "filterModalCancelText"; "required": false; }; "filterModalResetText": { "alias": "filterModalResetText"; "required": false; }; "filterModalShowReset": { "alias": "filterModalShowReset"; "required": false; }; "filterModalShowResetMobile": { "alias": "filterModalShowResetMobile"; "required": false; }; }, { "selectedRowsChange": "selectedRowsChange"; "rowClick": "rowClick"; "rowSelected": "rowSelected"; "rowDeselected": "rowDeselected"; "quickFilter": "quickFilter"; "queryChange": "queryChange"; "filter": "filter"; "action": "action"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "export": "export"; "emptyStateActionClick": "emptyStateActionClick"; "filterModalShow": "filterModalShow"; "filterModalSave": "filterModalSave"; "filterModalReset": "filterModalReset"; }, ["headerCustomFilterTemplate", "headerCustomActionsTemplate", "filterModalTemplate", "columnDefinitions", "extraHeaderDefinitions", "rowActions", "customRows"], never, true, never>;
1587
+ }
1588
+
1589
+ declare const TABLE_COMPONENTS: (typeof TableCellComponent | typeof TableColumnComponent | typeof TableExtraHeaderComponent | typeof TableRowActionComponent | typeof TableComponent)[];
1590
+
1591
+ declare class TableCustomFilterDirective {
1592
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableCustomFilterDirective, never>;
1593
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCustomFilterDirective, "[p-table-custom-filter]", never, {}, {}, never, never, true, never>;
1594
+ }
1595
+
1596
+ declare class TableFilterModalDirective {
1597
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterModalDirective, never>;
1598
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableFilterModalDirective, "[p-table-filter-modal]", never, {}, {}, never, never, true, never>;
1599
+ }
1600
+
1601
+ declare class TableFooterDirective extends BaseValueAccessor {
1602
+ protected lastValue: any;
1603
+ writeValue(value: any): void;
1604
+ handleChange(value: number, type: 'page' | 'pageSize'): void;
1605
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableFooterDirective, never>;
1606
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableFooterDirective, "p-table-footer", never, {}, {}, never, never, true, never>;
1607
+ }
1608
+
1609
+ interface TableHeaderDirectiveValue {
1610
+ query?: string;
1611
+ quickFilter?: QuickFilter;
1612
+ }
1613
+ declare class TableHeaderDirective extends BaseValueAccessor {
1614
+ protected lastValue: TableHeaderDirectiveValue;
1615
+ writeValue(value: TableHeaderDirectiveValue): void;
1616
+ handleChange(value: string | QuickFilter, type: 'query' | 'quickFilter'): void;
1617
+ private _setActiveQuickFilter;
1618
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderDirective, never>;
1619
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderDirective, "p-table-header", never, {}, {}, never, never, true, never>;
1620
+ }
1621
+
1622
+ interface TableDirectiveValue {
1623
+ query?: string;
1624
+ quickFilter?: QuickFilter;
1625
+ filters?: any[];
1626
+ page?: number;
1627
+ pageSize?: number;
1628
+ selectedRows?: any[];
1629
+ }
1630
+ declare class TableNgxDirective extends BaseValueAccessor {
1631
+ private _base;
1632
+ protected lastValue: TableDirectiveValue;
1633
+ constructor(el: ElementRef, _base: TableComponent);
1634
+ writeValue(value: TableDirectiveValue): void;
1635
+ registerOnChange(fn: (value: any) => void): void;
1636
+ registerOnTouched(fn: () => void): void;
1637
+ handleChange(event: Event, type: 'page' | 'pageSize' | 'query' | 'quickFilter' | 'selectedRows'): void;
1638
+ private _setActiveQuickFilter;
1639
+ private _checkEmptyStateType;
1640
+ private _checkResetButtons;
1641
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableNgxDirective, [null, { host: true; }]>;
1642
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableNgxDirective, "p-table-ngx", never, {}, {}, never, never, true, never>;
1643
+ }
1644
+
1645
+ interface NGXTableDirectiveValue {
1646
+ query?: string;
1647
+ quickFilter?: QuickFilter;
1648
+ page?: number;
1649
+ pageSize?: number;
1650
+ selectedRows?: any[];
1651
+ }
1652
+ declare class TableDirective extends BaseValueAccessor {
1653
+ protected lastValue: NGXTableDirectiveValue;
1654
+ writeValue(value: NGXTableDirectiveValue): void;
1655
+ registerOnChange(fn: (value: any) => void): void;
1656
+ registerOnTouched(fn: () => void): void;
1657
+ handleChange(value: number | string | QuickFilter, type: 'page' | 'pageSize' | 'query' | 'quickFilter' | 'selectedRows'): void;
1658
+ private _setActiveQuickFilter;
1659
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
1660
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "p-table", never, {}, {}, never, never, true, never>;
1661
+ }
1662
+
1663
+ declare class TableCustomActionsDirective {
1664
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableCustomActionsDirective, never>;
1665
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCustomActionsDirective, "[p-table-custom-actions]", never, {}, {}, never, never, true, never>;
1666
+ }
1667
+
1668
+ declare const TABLE_DIRECTIVES: (typeof TableCustomFilterDirective | typeof TableFooterDirective | typeof TableHeaderDirective | typeof TableNgxDirective | typeof TableDirective | typeof TableCustomRowDirective)[];
1669
+
1670
+ declare class TableModule {
1671
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
1672
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, never, [typeof i1$1.CommonModule, typeof i2$1.RouterModule, typeof TableComponent, typeof TableCellComponent, typeof TableColumnComponent, typeof TableRowActionComponent, typeof TableExtraHeaderComponent, typeof TableFooterDirective, typeof TableHeaderDirective, typeof TableDirective, typeof TableNgxDirective, typeof TableFilterModalDirective, typeof TableCustomFilterDirective, typeof TableCustomActionsDirective, typeof TableCustomRowDirective], [typeof TableComponent, typeof TableCellComponent, typeof TableColumnComponent, typeof TableRowActionComponent, typeof TableExtraHeaderComponent, typeof TableFooterDirective, typeof TableHeaderDirective, typeof TableDirective, typeof TableNgxDirective, typeof TableFilterModalDirective, typeof TableCustomFilterDirective, typeof TableCustomActionsDirective, typeof TableCustomRowDirective]>;
1673
+ static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
1674
+ }
1675
+
1676
+ declare const createFormFilters: (values: Record<string, any>, quickFilters: TableQuickFilter[], quickFilterKey?: string) => {
1677
+ filters: {
1678
+ key: string;
1679
+ value: any;
1680
+ }[];
1681
+ quickFilter: TableQuickFilter | null | undefined;
1682
+ };
1683
+
1684
+ declare interface PToastContainer extends Components.PToastContainer {
1685
+ placement: 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
1686
+ }
1687
+ declare class ToastContainerComponent {
1688
+ protected z: NgZone;
1689
+ private _toastService;
1690
+ toasts$: rxjs.Observable<_paperless_angular.ToastData[]>;
1691
+ protected el: HTMLElement;
1692
+ constructor(r: ElementRef, z: NgZone);
1693
+ dismiss(identifier: string): void;
1694
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
1695
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "p-toast-container", never, { "placement": { "alias": "placement"; "required": false; }; }, {}, never, never, true, never>;
1696
+ }
1697
+
1698
+ declare const TOAST_COMPONENTS: (typeof ToastContainerComponent)[];
1699
+
1700
+ declare enum ToastVariants {
1701
+ Success = "positive",
1702
+ Warning = "biased",
1703
+ Error = "negative",
1704
+ Neutral = "neutral",
1705
+ Positive = "positive",
1706
+ Biased = "biased",
1707
+ Negative = "negative"
1708
+ }
1709
+ type ToastActionFunction = (directive?: ToastDirective, data?: any) => void;
1710
+ interface ToastOptions {
1711
+ delay?: number | 'infinite';
1712
+ dismissOnAction?: boolean;
1713
+ enableAction?: boolean;
1714
+ action?: ToastActionFunction;
1715
+ actionData?: any;
1716
+ icon?: {
1717
+ variant?: IconVariant;
1718
+ flip?: IconFlipOptions;
1719
+ rotate?: RotateOptions;
1720
+ };
1721
+ }
1722
+ interface ToastData {
1723
+ identifier: string;
1724
+ variant: ToastVariants;
1725
+ header: string;
1726
+ content: string;
1727
+ options: ToastOptions;
1728
+ }
1729
+
1730
+ declare class ToastDirective implements OnInit {
1731
+ delay: number | 'infinite';
1732
+ identifier: string;
1733
+ dismissOnAction: boolean;
1734
+ actionFunc?: ToastActionFunction;
1735
+ actionData: any;
1736
+ dismiss: EventEmitter<string>;
1737
+ ngOnInit(): void;
1738
+ onAction(): void;
1739
+ doDismiss(): void;
1740
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastDirective, never>;
1741
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ToastDirective, "p-toast", never, { "delay": { "alias": "delay"; "required": false; }; "identifier": { "alias": "identifier"; "required": false; }; "dismissOnAction": { "alias": "dismissOnAction"; "required": false; }; "actionFunc": { "alias": "actionFunc"; "required": false; }; "actionData": { "alias": "actionData"; "required": false; }; }, { "dismiss": "dismiss"; }, never, never, true, never>;
1742
+ }
1743
+
1744
+ declare const TOAST_DIRECTIVES: (typeof ToastDirective)[];
1745
+
1746
+ declare class ToastModule {
1747
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
1748
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, never, [typeof ToastContainerComponent, typeof ToastDirective], [typeof ToastContainerComponent, typeof ToastDirective]>;
1749
+ static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
1750
+ }
1751
+
1752
+ declare class ToastService {
1753
+ private _toasts;
1754
+ toasts$: BehaviorSubject<ToastData[]>;
1755
+ defaultOptions: ToastOptions;
1756
+ show(header: string, content: string, variant?: ToastVariants, options?: ToastOptions): string;
1757
+ hide(id: string): string;
1758
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
1759
+ static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
1760
+ }
1761
+
1762
+ declare const MODULES: (typeof OverlayModule)[];
1763
+
1764
+ declare class CustomCurrencyPipe implements PipeTransform {
1765
+ private _currencyPipe;
1766
+ constructor(_currencyPipe: CurrencyPipe);
1767
+ transform(value: number | string | null | undefined, currencyCode?: string, display?: 'code' | 'symbol' | 'symbol-narrow' | string | boolean, digitsInfo?: string, locale?: string): string | null;
1768
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomCurrencyPipe, never>;
1769
+ static ɵpipe: i0.ɵɵPipeDeclaration<CustomCurrencyPipe, "pcurrency", true>;
1770
+ }
1771
+
1772
+ declare class CustomDatePipe implements PipeTransform {
1773
+ private _datePipe;
1774
+ constructor(_datePipe: DatePipe);
1775
+ transform(value: string | Date, format?: string): string | null;
1776
+ static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePipe, never>;
1777
+ static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "pdate", true>;
1778
+ }
1779
+
1780
+ declare class SafePipe implements PipeTransform {
1781
+ protected sanitizer: DomSanitizer;
1782
+ constructor(sanitizer: DomSanitizer);
1783
+ transform(value: string, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
1784
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
1785
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "psafe", true>;
1786
+ }
1787
+
1788
+ declare class SelectAutocompletePipe implements PipeTransform {
1789
+ transform(value: number): boolean;
1790
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectAutocompletePipe, never>;
1791
+ static ɵpipe: i0.ɵɵPipeDeclaration<SelectAutocompletePipe, "pSelectAutocomplete", true>;
1792
+ }
1793
+
1794
+ declare class SelectSelectAllPipe implements PipeTransform {
1795
+ transform(value: number): boolean;
1796
+ static ɵfac: i0.ɵɵFactoryDeclaration<SelectSelectAllPipe, never>;
1797
+ static ɵpipe: i0.ɵɵPipeDeclaration<SelectSelectAllPipe, "pSelectSelectAll", true>;
1798
+ }
1799
+
1800
+ declare class PaperlessModule {
1801
+ static ɵfac: i0.ɵɵFactoryDeclaration<PaperlessModule, never>;
1802
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PaperlessModule, never, [typeof PAccordion, typeof PAttachment, typeof PAvatar, typeof PAvatarGroup, typeof PBackdrop, typeof PBadge, typeof PButton, typeof PButtonGroup, typeof PCalendar, typeof PCardBody, typeof PCardContainer, typeof PCardHeader, typeof PCheckbox, typeof PContentSlider, typeof PCropper, typeof PDatepicker, typeof PDivider, typeof PDrawer, typeof PDrawerBody, typeof PDrawerContainer, typeof PDrawerHeader, typeof PDropdown, typeof PDropdownMenuContainer, typeof PDropdownMenuItem, typeof PEmptyState, typeof PField, typeof PFieldContainer, typeof PFloatingMenuContainer, typeof PFloatingMenuItem, typeof PHelper, typeof PIbanIcon, typeof PIcon, typeof PIllustration, typeof PInfoPanel, typeof PLabel, typeof PLayout, typeof PListing, typeof PListingItem, typeof PListingLine, typeof PLoader, typeof PModal, typeof PModalBody, typeof PModalContainer, typeof PModalFooter, typeof PModalHeader, typeof PNavbar, typeof PNavigationItem, typeof PNavigationSection, typeof PNavigationTitle, typeof PPagination, typeof PPaginationPages, typeof PPaginationPagesItem, typeof PPaginationSize, typeof PProfile, typeof PRadio, typeof PRange, typeof PSegmentContainer, typeof PSegmentItem, typeof PSelect, typeof PSmile, typeof PStepper, typeof PStepperItem, typeof PStepperLine, typeof PTabContainer, typeof PTabItem, typeof PTableContainer, typeof PTableFooter, typeof PTableHeader, typeof PTableRow, typeof PTableRowActionsContainer, typeof PToast, typeof PToggle, typeof PTooltip, typeof PaginationSizeDirective, typeof PaginationPagesDirective, typeof SelectDirective, typeof DatepickerDirective, typeof CropperDirective, typeof FieldDirective, typeof FieldNumberDirective, typeof RadioDirective, typeof CheckboxDirective, typeof ToggleDirective, typeof TableModule, typeof ToastModule, typeof OverlayModule, typeof CustomCurrencyPipe, typeof CustomDatePipe, typeof SafePipe, typeof SelectAutocompletePipe, typeof SelectSelectAllPipe], [typeof TableModule, typeof ToastModule, typeof OverlayModule, typeof PaginationSizeDirective, typeof PaginationPagesDirective, typeof SelectDirective, typeof DatepickerDirective, typeof CropperDirective, typeof FieldDirective, typeof FieldNumberDirective, typeof RadioDirective, typeof CheckboxDirective, typeof ToggleDirective, typeof PAccordion, typeof PAttachment, typeof PAvatar, typeof PAvatarGroup, typeof PBackdrop, typeof PBadge, typeof PButton, typeof PButtonGroup, typeof PCalendar, typeof PCardBody, typeof PCardContainer, typeof PCardHeader, typeof PCheckbox, typeof PContentSlider, typeof PCropper, typeof PDatepicker, typeof PDivider, typeof PDrawer, typeof PDrawerBody, typeof PDrawerContainer, typeof PDrawerHeader, typeof PDropdown, typeof PDropdownMenuContainer, typeof PDropdownMenuItem, typeof PEmptyState, typeof PField, typeof PFieldContainer, typeof PFloatingMenuContainer, typeof PFloatingMenuItem, typeof PHelper, typeof PIbanIcon, typeof PIcon, typeof PIllustration, typeof PInfoPanel, typeof PLabel, typeof PLayout, typeof PListing, typeof PListingItem, typeof PListingLine, typeof PLoader, typeof PModal, typeof PModalBody, typeof PModalContainer, typeof PModalFooter, typeof PModalHeader, typeof PNavbar, typeof PNavigationItem, typeof PNavigationSection, typeof PNavigationTitle, typeof PPagination, typeof PPaginationPages, typeof PPaginationPagesItem, typeof PPaginationSize, typeof PProfile, typeof PRadio, typeof PRange, typeof PSegmentContainer, typeof PSegmentItem, typeof PSelect, typeof PSmile, typeof PStepper, typeof PStepperItem, typeof PStepperLine, typeof PTabContainer, typeof PTabItem, typeof PTableContainer, typeof PTableFooter, typeof PTableHeader, typeof PTableRow, typeof PTableRowActionsContainer, typeof PToast, typeof PToggle, typeof PTooltip, typeof CustomCurrencyPipe, typeof CustomDatePipe, typeof SafePipe, typeof SelectAutocompletePipe, typeof SelectSelectAllPipe]>;
1803
+ static ɵinj: i0.ɵɵInjectorDeclaration<PaperlessModule>;
1804
+ }
1805
+
1806
+ declare const PIPES: (typeof CustomCurrencyPipe | typeof CustomDatePipe | typeof SafePipe | typeof SelectAutocompletePipe)[];
1807
+
1808
+ export { BaseFormComponent, BaseTableComponent, BaseUploadComponent, BaseValueAccessor, CheckboxDirective, CropperDirective, CustomCurrencyPipe, CustomDatePipe, DIRECTIVES, DatepickerDirective, FADE_IN, FADE_OUT, FieldDirective, FieldNumberDirective, MODULES, OverlayModule, OverlayRef, OverlayService, PAccordion, PAttachment, PAvatar, PAvatarGroup, PBackdrop, PBadge, PButton, PButtonGroup, PCalendar, PCardBody, PCardContainer, PCardHeader, PCheckbox, PContentSlider, PCropper, PDatepicker, PDivider, PDrawer, PDrawerBody, PDrawerContainer, PDrawerHeader, PDropdown, PDropdownMenuContainer, PDropdownMenuItem, PEmptyState, PField, PFieldContainer, PFloatingMenuContainer, PFloatingMenuItem, PHelper, PIPES, PIbanIcon, PIcon, PIllustration, PInfoPanel, PLabel, PLayout, PListing, PListingItem, PListingLine, PLoader, PModal, PModalBody, PModalContainer, PModalFooter, PModalHeader, PNavbar, PNavigationItem, PNavigationSection, PNavigationTitle, PPagination, PPaginationPages, PPaginationPagesItem, PPaginationSize, PProfile, PRadio, PRange, PSegmentContainer, PSegmentItem, PSelect, PSmile, PStepper, PStepperItem, PStepperLine, PTabContainer, PTabItem, PTableContainer, PTableFooter, PTableHeader, PTableRow, PTableRowActionsContainer, PToast, PToggle, PTooltip, PaginationPagesDirective, PaginationSizeDirective, PaperlessModule, RadioDirective, SLIDE_IN_BOTTOM_OUT_TOP, SLIDE_IN_TOP_OUT_BOTTOM, SafePipe, SelectAutocompletePipe, SelectDirective, SelectSelectAllPipe, TABLE_COMPONENTS, TABLE_DIRECTIVES, TOAST_COMPONENTS, TOAST_DIRECTIVES, TableCellComponent, TableColumnComponent, TableComponent, TableCustomActionsDirective, TableCustomFilterDirective, TableCustomRowDirective, TableDirective, TableExtraHeaderComponent, TableFilterModalDirective, TableFooterDirective, TableHeaderDirective, TableModule, TableNgxDirective, TableRowActionComponent, ToastContainerComponent, ToastDirective, ToastModule, ToastService, ToastVariants, ToggleDirective, createFormFilters };
1809
+ export type { AsyncItem, NGXTableDirectiveValue, PToastContainer, TableDirectiveValue, TableHeaderDirectiveValue, TableOptions, TableQuickFilter, TableRowActionClickEvent, TableRowActionQueryParams, TableRowActionRouterLink, ToastActionFunction, ToastData, ToastOptions };