primevue 3.24.0 → 3.25.0

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 (167) hide show
  1. package/README.md +6 -0
  2. package/api/Api.d.ts +284 -284
  3. package/autocomplete/AutoComplete.d.ts +5 -5
  4. package/autocomplete/AutoComplete.vue +5 -5
  5. package/autocomplete/autocomplete.cjs.js +5 -5
  6. package/autocomplete/autocomplete.cjs.min.js +1 -1
  7. package/autocomplete/autocomplete.esm.js +5 -5
  8. package/autocomplete/autocomplete.esm.min.js +1 -1
  9. package/autocomplete/autocomplete.js +5 -5
  10. package/autocomplete/autocomplete.min.js +1 -1
  11. package/blockui/BlockUI.d.ts +2 -0
  12. package/calendar/Calendar.d.ts +4 -4
  13. package/calendar/Calendar.vue +71 -17
  14. package/calendar/calendar.cjs.js +58 -20
  15. package/calendar/calendar.cjs.min.js +1 -1
  16. package/calendar/calendar.esm.js +58 -20
  17. package/calendar/calendar.esm.min.js +1 -1
  18. package/calendar/calendar.js +58 -20
  19. package/calendar/calendar.min.js +1 -1
  20. package/cascadeselect/CascadeSelect.d.ts +4 -4
  21. package/cascadeselect/CascadeSelect.vue +4 -4
  22. package/cascadeselect/cascadeselect.cjs.js +4 -4
  23. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  24. package/cascadeselect/cascadeselect.esm.js +4 -4
  25. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  26. package/cascadeselect/cascadeselect.js +4 -4
  27. package/cascadeselect/cascadeselect.min.js +1 -1
  28. package/checkbox/Checkbox.d.ts +2 -2
  29. package/checkbox/Checkbox.vue +2 -2
  30. package/checkbox/checkbox.cjs.js +2 -2
  31. package/checkbox/checkbox.cjs.min.js +1 -1
  32. package/checkbox/checkbox.esm.js +2 -2
  33. package/checkbox/checkbox.esm.min.js +1 -1
  34. package/checkbox/checkbox.js +2 -2
  35. package/checkbox/checkbox.min.js +1 -1
  36. package/chips/Chips.d.ts +4 -3
  37. package/chips/Chips.vue +2 -2
  38. package/chips/chips.cjs.js +2 -2
  39. package/chips/chips.cjs.min.js +1 -1
  40. package/chips/chips.esm.js +2 -2
  41. package/chips/chips.esm.min.js +1 -1
  42. package/chips/chips.js +2 -2
  43. package/chips/chips.min.js +1 -1
  44. package/column/Column.d.ts +9 -0
  45. package/confirmationoptions/ConfirmationOptions.d.ts +1 -0
  46. package/confirmpopup/ConfirmPopup.vue +3 -0
  47. package/confirmpopup/confirmpopup.cjs.js +3 -0
  48. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  49. package/confirmpopup/confirmpopup.esm.js +3 -0
  50. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  51. package/confirmpopup/confirmpopup.js +3 -0
  52. package/confirmpopup/confirmpopup.min.js +1 -1
  53. package/core/core.js +21 -14
  54. package/core/core.min.js +4 -4
  55. package/datatable/DataTable.d.ts +9 -9
  56. package/datatable/FooterCell.vue +2 -2
  57. package/datatable/TableBody.vue +6 -1
  58. package/datatable/datatable.cjs.js +8 -3
  59. package/datatable/datatable.cjs.min.js +1 -1
  60. package/datatable/datatable.esm.js +8 -3
  61. package/datatable/datatable.esm.min.js +1 -1
  62. package/datatable/datatable.js +8 -3
  63. package/datatable/datatable.min.js +1 -1
  64. package/dialog/Dialog.vue +24 -7
  65. package/dialog/dialog.cjs.js +14 -7
  66. package/dialog/dialog.cjs.min.js +1 -1
  67. package/dialog/dialog.esm.js +14 -7
  68. package/dialog/dialog.esm.min.js +1 -1
  69. package/dialog/dialog.js +14 -7
  70. package/dialog/dialog.min.js +1 -1
  71. package/dropdown/Dropdown.d.ts +10 -4
  72. package/dropdown/Dropdown.vue +4 -4
  73. package/dropdown/dropdown.cjs.js +4 -4
  74. package/dropdown/dropdown.cjs.min.js +1 -1
  75. package/dropdown/dropdown.esm.js +4 -4
  76. package/dropdown/dropdown.esm.min.js +1 -1
  77. package/dropdown/dropdown.js +4 -4
  78. package/dropdown/dropdown.min.js +1 -1
  79. package/dynamicdialog/DynamicDialog.vue +1 -1
  80. package/dynamicdialog/dynamicdialog.cjs.js +1 -1
  81. package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
  82. package/dynamicdialog/dynamicdialog.esm.js +2 -2
  83. package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
  84. package/dynamicdialog/dynamicdialog.js +1 -1
  85. package/dynamicdialog/dynamicdialog.min.js +1 -1
  86. package/editor/Editor.d.ts +1 -0
  87. package/inputmask/InputMask.vue +59 -49
  88. package/inputmask/inputmask.cjs.js +59 -49
  89. package/inputmask/inputmask.cjs.min.js +1 -1
  90. package/inputmask/inputmask.esm.js +59 -49
  91. package/inputmask/inputmask.esm.min.js +1 -1
  92. package/inputmask/inputmask.js +59 -49
  93. package/inputmask/inputmask.min.js +1 -1
  94. package/inputnumber/InputNumber.d.ts +2 -2
  95. package/inputnumber/InputNumber.vue +2 -2
  96. package/inputnumber/inputnumber.cjs.js +2 -2
  97. package/inputnumber/inputnumber.cjs.min.js +1 -1
  98. package/inputnumber/inputnumber.esm.js +2 -2
  99. package/inputnumber/inputnumber.esm.min.js +1 -1
  100. package/inputnumber/inputnumber.js +2 -2
  101. package/inputnumber/inputnumber.min.js +1 -1
  102. package/inputswitch/InputSwitch.d.ts +3 -2
  103. package/inputswitch/InputSwitch.vue +2 -2
  104. package/inputswitch/inputswitch.cjs.js +2 -2
  105. package/inputswitch/inputswitch.cjs.min.js +1 -1
  106. package/inputswitch/inputswitch.esm.js +2 -2
  107. package/inputswitch/inputswitch.esm.min.js +1 -1
  108. package/inputswitch/inputswitch.js +2 -2
  109. package/inputswitch/inputswitch.min.js +1 -1
  110. package/menuitem/MenuItem.d.ts +1 -1
  111. package/organizationchart/OrganizationChart.d.ts +3 -2
  112. package/package.json +1 -1
  113. package/panel/Panel.d.ts +2 -0
  114. package/password/Password.d.ts +4 -4
  115. package/password/Password.vue +4 -4
  116. package/password/password.cjs.js +4 -4
  117. package/password/password.cjs.min.js +1 -1
  118. package/password/password.esm.js +4 -4
  119. package/password/password.esm.min.js +1 -1
  120. package/password/password.js +4 -4
  121. package/password/password.min.js +1 -1
  122. package/portal/Portal.d.ts +1 -0
  123. package/radiobutton/RadioButton.d.ts +3 -2
  124. package/radiobutton/RadioButton.vue +2 -2
  125. package/radiobutton/radiobutton.cjs.js +2 -2
  126. package/radiobutton/radiobutton.cjs.min.js +1 -1
  127. package/radiobutton/radiobutton.esm.js +2 -2
  128. package/radiobutton/radiobutton.esm.min.js +1 -1
  129. package/radiobutton/radiobutton.js +2 -2
  130. package/radiobutton/radiobutton.min.js +1 -1
  131. package/row/Row.d.ts +1 -1
  132. package/selectbutton/SelectButton.d.ts +1 -1
  133. package/selectbutton/SelectButton.vue +2 -2
  134. package/selectbutton/selectbutton.cjs.js +2 -2
  135. package/selectbutton/selectbutton.cjs.min.js +1 -1
  136. package/selectbutton/selectbutton.esm.js +2 -2
  137. package/selectbutton/selectbutton.esm.min.js +1 -1
  138. package/selectbutton/selectbutton.js +2 -2
  139. package/selectbutton/selectbutton.min.js +1 -1
  140. package/textarea/Textarea.d.ts +1 -0
  141. package/tieredmenu/TieredMenu.d.ts +2 -0
  142. package/togglebutton/ToggleButton.d.ts +2 -2
  143. package/togglebutton/ToggleButton.vue +2 -2
  144. package/togglebutton/togglebutton.cjs.js +2 -2
  145. package/togglebutton/togglebutton.cjs.min.js +1 -1
  146. package/togglebutton/togglebutton.esm.js +2 -2
  147. package/togglebutton/togglebutton.esm.min.js +1 -1
  148. package/togglebutton/togglebutton.js +2 -2
  149. package/togglebutton/togglebutton.min.js +1 -1
  150. package/tooltip/tooltip.cjs.js +1 -1
  151. package/tooltip/tooltip.cjs.min.js +1 -1
  152. package/tooltip/tooltip.esm.js +1 -1
  153. package/tooltip/tooltip.esm.min.js +1 -1
  154. package/tooltip/tooltip.js +1 -1
  155. package/tooltip/tooltip.min.js +1 -1
  156. package/tree/Tree.d.ts +3 -0
  157. package/treeselect/TreeSelect.d.ts +2 -2
  158. package/treeselect/TreeSelect.vue +3 -3
  159. package/treeselect/treeselect.cjs.js +3 -3
  160. package/treeselect/treeselect.cjs.min.js +1 -1
  161. package/treeselect/treeselect.esm.js +3 -3
  162. package/treeselect/treeselect.esm.min.js +1 -1
  163. package/treeselect/treeselect.js +3 -3
  164. package/treeselect/treeselect.min.js +1 -1
  165. package/treetable/TreeTable.d.ts +2 -0
  166. package/vetur-attributes.json +28 -28
  167. package/web-types.json +30 -30
package/README.md CHANGED
@@ -262,3 +262,9 @@ A [sample application](https://github.com/primefaces/primevue-quickstart-nuxt3)
262
262
  ## Quickstart with TypeScript
263
263
 
264
264
  Typescript is fully supported as type definition files are provided in the npm package of PrimeVue. A sample [typescript-primevue](https://github.com/primefaces/primevue-typescript-quickstart) application with Vue CLI is available as at github.
265
+
266
+ ## Contributors
267
+
268
+ <a href="https://github.com/primefaces/primevue/graphs/contributors">
269
+ <img src="https://contrib.rocks/image?repo=primefaces/primevue" />
270
+ </a>
package/api/Api.d.ts CHANGED
@@ -1,28 +1,28 @@
1
1
  // Filter
2
- export interface FilterMatchModeOptions {
3
- readonly STARTS_WITH: string;
4
- readonly CONTAINS: string;
5
- readonly NOT_CONTAINS: string;
6
- readonly ENDS_WITH: string;
7
- readonly EQUALS: string;
8
- readonly NOT_EQUALS: string;
9
- readonly IN: string;
10
- readonly LESS_THAN: string;
11
- readonly LESS_THAN_OR_EQUAL_TO: string;
12
- readonly GREATER_THAN: string;
13
- readonly GREATER_THAN_OR_EQUAL_TO: string;
14
- readonly BETWEEN: string;
15
- readonly DATE_IS: string;
16
- readonly DATE_IS_NOT: string;
17
- readonly DATE_BEFORE: string;
18
- readonly DATE_AFTER: string;
2
+ export enum FilterMatchModeOptions {
3
+ STARTS_WITH = 'startsWith',
4
+ CONTAINS = 'contains',
5
+ NOT_CONTAINS = 'notContains',
6
+ ENDS_WITH = 'endsWith',
7
+ EQUALS = 'equals',
8
+ NOT_EQUALS = 'notEquals',
9
+ IN = 'in',
10
+ LESS_THAN = 'lt',
11
+ LESS_THAN_OR_EQUAL_TO = 'lte',
12
+ GREATER_THAN = 'gt',
13
+ GREATER_THAN_OR_EQUAL_TO = 'gte',
14
+ BETWEEN = 'between',
15
+ DATE_IS = 'dateIs',
16
+ DATE_IS_NOT = 'dateIsNot',
17
+ DATE_BEFORE = 'dateBefore',
18
+ DATE_AFTER = 'dateAfter'
19
19
  }
20
20
 
21
21
  export declare const FilterMatchMode: FilterMatchModeOptions;
22
22
 
23
- export interface FilterOperatorOptions {
24
- readonly AND: string;
25
- readonly OR: string;
23
+ export enum FilterOperatorOptions {
24
+ AND = 'and',
25
+ OR = 'or'
26
26
  }
27
27
 
28
28
  export declare const FilterOperator: FilterOperatorOptions;
@@ -51,275 +51,275 @@ export declare namespace FilterService {
51
51
  }
52
52
 
53
53
  // Icons
54
- export interface PrimeIconsOptions {
55
- readonly ALIGN_CENTER: string;
56
- readonly ALIGN_JUSTIFY: string;
57
- readonly ALIGN_LEFT: string;
58
- readonly ALIGN_RIGHT: string;
59
- readonly AMAZON: string;
60
- readonly ANDROID: string;
61
- readonly ANGLE_DOUBLE_DOWN: string;
62
- readonly ANGLE_DOUBLE_LEFT: string;
63
- readonly ANGLE_DOUBLE_RIGHT: string;
64
- readonly ANGLE_DOUBLE_UP: string;
65
- readonly ANGLE_DOWN: string;
66
- readonly ANGLE_LEFT: string;
67
- readonly ANGLE_RIGHT: string;
68
- readonly ANGLE_UP: string;
69
- readonly APPLE: string;
70
- readonly ARROW_CIRCLE_DOWN: string;
71
- readonly ARROW_CIRCLE_LEFT: string;
72
- readonly ARROW_CIRCLE_RIGHT: string;
73
- readonly ARROW_CIRCLE_UP: string;
74
- readonly ARROW_DOWN: string;
75
- readonly ARROW_DOWN_LEFT: string;
76
- readonly ARROW_DOWN_RIGHT: string;
77
- readonly ARROW_LEFT: string;
78
- readonly ARROW_RIGHT: string;
79
- readonly ARROW_RIGHT_ARROW_LEFT: string;
80
- readonly ARROW_UP: string;
81
- readonly ARROW_UP_LEFT: string;
82
- readonly ARROW_UP_RIGHT: string;
83
- readonly ARROW_H: string;
84
- readonly ARROW_V: string;
85
- readonly ARROW_A: string;
86
- readonly AT: string;
87
- readonly BACKWARD: string;
88
- readonly BAN: string;
89
- readonly BARS: string;
90
- readonly BELL: string;
91
- readonly BITCOIN: string;
92
- readonly BOLT: string;
93
- readonly BOOK: string;
94
- readonly BOOKMARK: string;
95
- readonly BOOKMARK_FILL: string;
96
- readonly BOX: string;
97
- readonly BRIEFCASE: string;
98
- readonly BUILDING: string;
99
- readonly CALENDAR: string;
100
- readonly CALENDAR_MINUS: string;
101
- readonly CALENDAR_PLUS: string;
102
- readonly CALENDAR_TIMES: string;
103
- readonly CALCULATOR: string;
104
- readonly CAMERA: string;
105
- readonly CAR: string;
106
- readonly CARET_DOWN: string;
107
- readonly CARET_LEFT: string;
108
- readonly CARET_RIGHT: string;
109
- readonly CARET_UP: string;
110
- readonly CART_PLUS: string;
111
- readonly CHART_BAR: string;
112
- readonly CHART_LINE: string;
113
- readonly CHART_PIE: string;
114
- readonly CHECK: string;
115
- readonly CHECK_CIRCLE: string;
116
- readonly CHECK_SQUARE: string;
117
- readonly CHEVRON_CIRCLE_DOWN: string;
118
- readonly CHEVRON_CIRCLE_LEFT: string;
119
- readonly CHEVRON_CIRCLE_RIGHT: string;
120
- readonly CHEVRON_CIRCLE_UP: string;
121
- readonly CHEVRON_DOWN: string;
122
- readonly CHEVRON_LEFT: string;
123
- readonly CHEVRON_RIGHT: string;
124
- readonly CHEVRON_UP: string;
125
- readonly CIRCLE: string;
126
- readonly CIRCLE_FILL: string;
127
- readonly CLOCK: string;
128
- readonly CLONE: string;
129
- readonly CLOUD: string;
130
- readonly CLOUD_DOWNLOAD: string;
131
- readonly CLOUD_UPLOAD: string;
132
- readonly CODE: string;
133
- readonly COG: string;
134
- readonly COMMENT: string;
135
- readonly COMMENTS: string;
136
- readonly COMPASS: string;
137
- readonly COPY: string;
138
- readonly CREDIT_CARD: string;
139
- readonly DATABASE: string;
140
- readonly DELETELEFT: string;
141
- readonly DESKTOP: string;
142
- readonly DIRECTIONS: string;
143
- readonly DIRECTIONS_ALT: string;
144
- readonly DISCORD: string;
145
- readonly DOLLAR: string;
146
- readonly DOWNLOAD: string;
147
- readonly EJECT: string;
148
- readonly ELLIPSIS_H: string;
149
- readonly ELLIPSIS_V: string;
150
- readonly ENVELOPE: string;
151
- readonly ERASER: string;
152
- readonly EURO: string;
153
- readonly EXCLAMATION_CIRCLE: string;
154
- readonly EXCLAMATION_TRIANGLE: string;
155
- readonly EXTERNAL_LINK: string;
156
- readonly EYE: string;
157
- readonly EYE_SLASH: string;
158
- readonly FACEBOOK: string;
159
- readonly FAST_BACKWARD: string;
160
- readonly FAST_FORWARD: string;
161
- readonly FILE: string;
162
- readonly FILE_EDIT: string;
163
- readonly FILE_EXCEL: string;
164
- readonly FILE_EXPORT: string;
165
- readonly FILE_IMPORT: string;
166
- readonly FILE_PDF: string;
167
- readonly FILE_WORD: string;
168
- readonly FILTER: string;
169
- readonly FILTER_FILL: string;
170
- readonly FILTER_SLASH: string;
171
- readonly FLAG: string;
172
- readonly FLAG_FILL: string;
173
- readonly FOLDER: string;
174
- readonly FOLDER_OPEN: string;
175
- readonly FORWARD: string;
176
- readonly GIFT: string;
177
- readonly GITHUB: string;
178
- readonly GLOBE: string;
179
- readonly GOOGLE: string;
180
- readonly HASHTAG: string;
181
- readonly HEART: string;
182
- readonly HEART_FILL: string;
183
- readonly HISTORY: string;
184
- readonly HOURGLASS: string;
185
- readonly HOME: string;
186
- readonly ID_CARD: string;
187
- readonly IMAGE: string;
188
- readonly IMAGES: string;
189
- readonly INBOX: string;
190
- readonly INFO: string;
191
- readonly INFO_CIRCLE: string;
192
- readonly INSTAGRAM: string;
193
- readonly KEY: string;
194
- readonly LANGUAGE: string;
195
- readonly LINK: string;
196
- readonly LINKEDIN: string;
197
- readonly LIST: string;
198
- readonly LOCK: string;
199
- readonly LOCK_OPEN: string;
200
- readonly MAP: string;
201
- readonly MAP_MARKER: string;
202
- readonly MEGAPHONE: string;
203
- readonly MICREPHONE: string;
204
- readonly MICROSOFT: string;
205
- readonly MINUS: string;
206
- readonly MINUS_CIRCLE: string;
207
- readonly MOBILE: string;
208
- readonly MONEY_BILL: string;
209
- readonly MOON: string;
210
- readonly PALETTE: string;
211
- readonly PAPERCLIP: string;
212
- readonly PAUSE: string;
213
- readonly PAYPAL: string;
214
- readonly PENCIL: string;
215
- readonly PERCENTAGE: string;
216
- readonly PHONE: string;
217
- readonly PLAY: string;
218
- readonly PLUS: string;
219
- readonly PLUS_CIRCLE: string;
220
- readonly POUND: string;
221
- readonly POWER_OFF: string;
222
- readonly PRIME: string;
223
- readonly PRINT: string;
224
- readonly QRCODE: string;
225
- readonly QUESTION: string;
226
- readonly QUESTION_CIRCLE: string;
227
- readonly REDDIT: string;
228
- readonly REFRESH: string;
229
- readonly REPLAY: string;
230
- readonly REPLY: string;
231
- readonly SAVE: string;
232
- readonly SEARCH: string;
233
- readonly SEARCH_MINUS: string;
234
- readonly SEARCH_PLUS: string;
235
- readonly SEND: string;
236
- readonly SERVER: string;
237
- readonly SHARE_ALT: string;
238
- readonly SHIELD: string;
239
- readonly SHOPPING_BAG: string;
240
- readonly SHOPPING_CART: string;
241
- readonly SIGN_IN: string;
242
- readonly SIGN_OUT: string;
243
- readonly SITEMAP: string;
244
- readonly SLACK: string;
245
- readonly SLIDERS_H: string;
246
- readonly SLIDERS_V: string;
247
- readonly SORT: string;
248
- readonly SORT_ALPHA_DOWN: string;
249
- readonly SORT_ALPHA_ALT_DOWN: string;
250
- readonly SORT_ALPHA_UP: string;
251
- readonly SORT_ALPHA_ALT_UP: string;
252
- readonly SORT_ALT: string;
253
- readonly SORT_ALT_SLASH: string;
254
- readonly SORT_AMOUNT_DOWN: string;
255
- readonly SORT_AMOUNT_DOWN_ALT: string;
256
- readonly SORT_AMOUNT_UP: string;
257
- readonly SORT_AMOUNT_UP_ALT: string;
258
- readonly SORT_DOWN: string;
259
- readonly SORT_NUMERIC_DOWN: string;
260
- readonly SORT_NUMERIC_ALT_DOWN: string;
261
- readonly SORT_NUMERIC_UP: string;
262
- readonly SORT_NUMERIC_ALT_UP: string;
263
- readonly SORT_UP: string;
264
- readonly SPINNER: string;
265
- readonly STAR: string;
266
- readonly STAR_FILL: string;
267
- readonly STEP_BACKWARD: string;
268
- readonly STEP_BACKWARD_ALT: string;
269
- readonly STEP_FORWARD: string;
270
- readonly STEP_FORWARD_ALT: string;
271
- readonly STOP: string;
272
- readonly STOPWATCH: string;
273
- readonly STOP_CIRCLE: string;
274
- readonly SUN: string;
275
- readonly SYNC: string;
276
- readonly TABLE: string;
277
- readonly TABLET: string;
278
- readonly TAG: string;
279
- readonly TAGS: string;
280
- readonly TELEGRAM: string;
281
- readonly TH_LARGE: string;
282
- readonly THUMBS_DOWN: string;
283
- readonly THUMBS_DOWN_FILL: string;
284
- readonly THUMBS_UP: string;
285
- readonly THUMBS_UP_FILL: string;
286
- readonly TICKET: string;
287
- readonly TIMES: string;
288
- readonly TIMES_CIRCLE: string;
289
- readonly TRASH: string;
290
- readonly TRUCK: string;
291
- readonly TWITTER: string;
292
- readonly UNDO: string;
293
- readonly UNLOCK: string;
294
- readonly UPLOAD: string;
295
- readonly USER: string;
296
- readonly USER_EDIT: string;
297
- readonly USER_MINUS: string;
298
- readonly USER_PLUS: string;
299
- readonly USERS: string;
300
- readonly VERIFIED: string;
301
- readonly VIDEO: string;
302
- readonly VIMEO: string;
303
- readonly VOLUME_DOWN: string;
304
- readonly VOLUME_OFF: string;
305
- readonly VOLUME_UP: string;
306
- readonly WALLET: string;
307
- readonly WHATSAPP: string;
308
- readonly WIFI: string;
309
- readonly WINDOW_MAXIMIZE: string;
310
- readonly WINDOW_MINIMIZE: string;
311
- readonly WRENCH: string;
312
- readonly YOUTUBE: string;
54
+ export enum PrimeIconsOptions {
55
+ ALIGN_CENTER = 'pi pi-align-center',
56
+ ALIGN_JUSTIFY = 'pi pi-align-justify',
57
+ ALIGN_LEFT = 'pi pi-align-left',
58
+ ALIGN_RIGHT = 'pi pi-align-right',
59
+ AMAZON = 'pi pi-amazon',
60
+ ANDROID = 'pi pi-android',
61
+ ANGLE_DOUBLE_DOWN = 'pi pi-angle-double-down',
62
+ ANGLE_DOUBLE_LEFT = 'pi pi-angle-double-left',
63
+ ANGLE_DOUBLE_RIGHT = 'pi pi-angle-double-right',
64
+ ANGLE_DOUBLE_UP = 'pi pi-angle-double-up',
65
+ ANGLE_DOWN = 'pi pi-angle-down',
66
+ ANGLE_LEFT = 'pi pi-angle-left',
67
+ ANGLE_RIGHT = 'pi pi-angle-right',
68
+ ANGLE_UP = 'pi pi-angle-up',
69
+ APPLE = 'pi pi-apple',
70
+ ARROW_CIRCLE_DOWN = 'pi pi-arrow-circle-down',
71
+ ARROW_CIRCLE_LEFT = 'pi pi-arrow-circle-left',
72
+ ARROW_CIRCLE_RIGHT = 'pi pi-arrow-circle-right',
73
+ ARROW_CIRCLE_UP = 'pi pi-arrow-circle-up',
74
+ ARROW_DOWN = 'pi pi-arrow-down',
75
+ ARROW_DOWN_LEFT = 'pi pi-arrow-down-left',
76
+ ARROW_DOWN_RIGHT = 'pi pi-arrow-down-right',
77
+ ARROW_LEFT = 'pi pi-arrow-left',
78
+ ARROW_RIGHT = 'pi pi-arrow-right',
79
+ ARROW_RIGHT_ARROW_LEFT = 'pi pi-arrow-right-arrow-left',
80
+ ARROW_UP = 'pi pi-arrow-up',
81
+ ARROW_UP_LEFT = 'pi pi-arrow-up-left',
82
+ ARROW_UP_RIGHT = 'pi pi-arrow-up-right',
83
+ ARROW_H = 'pi pi-arrows-h',
84
+ ARROW_V = 'pi pi-arrows-v',
85
+ ARROW_A = 'pi pi-arrows-alt',
86
+ AT = 'pi pi-at',
87
+ BACKWARD = 'pi pi-backward',
88
+ BAN = 'pi pi-ban',
89
+ BARS = 'pi pi-bars',
90
+ BELL = 'pi pi-bell',
91
+ BITCOIN = 'pi pi-bitcoin',
92
+ BOLT = 'pi pi-bolt',
93
+ BOOK = 'pi pi-book',
94
+ BOOKMARK = 'pi pi-bookmark',
95
+ BOOKMARK_FILL = 'pi pi-bookmark-fill',
96
+ BOX = 'pi pi-box',
97
+ BRIEFCASE = 'pi pi-briefcase',
98
+ BUILDING = 'pi pi-building',
99
+ CALENDAR = 'pi pi-calendar',
100
+ CALENDAR_MINUS = 'pi pi-calendar-minus',
101
+ CALENDAR_PLUS = 'pi pi-calendar-plus',
102
+ CALENDAR_TIMES = 'pi pi-calendar-times',
103
+ CALCULATOR = 'pi pi-calculator',
104
+ CAMERA = 'pi pi-camera',
105
+ CAR = 'pi pi-car',
106
+ CARET_DOWN = 'pi pi-caret-down',
107
+ CARET_LEFT = 'pi pi-caret-left',
108
+ CARET_RIGHT = 'pi pi-caret-right',
109
+ CARET_UP = 'pi pi-caret-up',
110
+ CART_PLUS = 'pi pi-cart-plus',
111
+ CHART_BAR = 'pi pi-chart-bar',
112
+ CHART_LINE = 'pi pi-chart-line',
113
+ CHART_PIE = 'pi pi-chart-pie',
114
+ CHECK = 'pi pi-check',
115
+ CHECK_CIRCLE = 'pi pi-check-circle',
116
+ CHECK_SQUARE = 'pi pi-check-square',
117
+ CHEVRON_CIRCLE_DOWN = 'pi pi-chevron-circle-down',
118
+ CHEVRON_CIRCLE_LEFT = 'pi pi-chevron-circle-left',
119
+ CHEVRON_CIRCLE_RIGHT = 'pi pi-chevron-circle-right',
120
+ CHEVRON_CIRCLE_UP = 'pi pi-chevron-circle-up',
121
+ CHEVRON_DOWN = 'pi pi-chevron-down',
122
+ CHEVRON_LEFT = 'pi pi-chevron-left',
123
+ CHEVRON_RIGHT = 'pi pi-chevron-right',
124
+ CHEVRON_UP = 'pi pi-chevron-up',
125
+ CIRCLE = 'pi pi-circle',
126
+ CIRCLE_FILL = 'pi pi-circle-fill',
127
+ CLOCK = 'pi pi-clock',
128
+ CLONE = 'pi pi-clone',
129
+ CLOUD = 'pi pi-cloud',
130
+ CLOUD_DOWNLOAD = 'pi pi-cloud-download',
131
+ CLOUD_UPLOAD = 'pi pi-cloud-upload',
132
+ CODE = 'pi pi-code',
133
+ COG = 'pi pi-cog',
134
+ COMMENT = 'pi pi-comment',
135
+ COMMENTS = 'pi pi-comments',
136
+ COMPASS = 'pi pi-compass',
137
+ COPY = 'pi pi-copy',
138
+ CREDIT_CARD = 'pi pi-credit-card',
139
+ DATABASE = 'pi pi-database',
140
+ DELETELEFT = 'pi pi-delete-left',
141
+ DESKTOP = 'pi pi-desktop',
142
+ DIRECTIONS = 'pi pi-directions',
143
+ DIRECTIONS_ALT = 'pi pi-directions-alt',
144
+ DISCORD = 'pi pi-discord',
145
+ DOLLAR = 'pi pi-dollar',
146
+ DOWNLOAD = 'pi pi-download',
147
+ EJECT = 'pi pi-eject',
148
+ ELLIPSIS_H = 'pi pi-ellipsis-h',
149
+ ELLIPSIS_V = 'pi pi-ellipsis-v',
150
+ ENVELOPE = 'pi pi-envelope',
151
+ ERASER = 'pi pi-eraser',
152
+ EURO = 'pi pi-euro',
153
+ EXCLAMATION_CIRCLE = 'pi pi-exclamation-circle',
154
+ EXCLAMATION_TRIANGLE = 'pi pi-exclamation-triangle',
155
+ EXTERNAL_LINK = 'pi pi-external-link',
156
+ EYE = 'pi pi-eye',
157
+ EYE_SLASH = 'pi pi-eye-slash',
158
+ FACEBOOK = 'pi pi-facebook',
159
+ FAST_BACKWARD = 'pi pi-fast-backward',
160
+ FAST_FORWARD = 'pi pi-fast-forward',
161
+ FILE = 'pi pi-file',
162
+ FILE_EDIT = 'pi pi-file-edit',
163
+ FILE_EXCEL = 'pi pi-file-excel',
164
+ FILE_EXPORT = 'pi pi-file-export',
165
+ FILE_IMPORT = 'pi pi-file-import',
166
+ FILE_PDF = 'pi pi-file-pdf',
167
+ FILE_WORD = 'pi pi-file-word',
168
+ FILTER = 'pi pi-filter',
169
+ FILTER_FILL = 'pi pi-filter-fill',
170
+ FILTER_SLASH = 'pi pi-filter-slash',
171
+ FLAG = 'pi pi-flag',
172
+ FLAG_FILL = 'pi pi-flag-fill',
173
+ FOLDER = 'pi pi-folder',
174
+ FOLDER_OPEN = 'pi pi-folder-open',
175
+ FORWARD = 'pi pi-forward',
176
+ GIFT = 'pi pi-gift',
177
+ GITHUB = 'pi pi-github',
178
+ GLOBE = 'pi pi-globe',
179
+ GOOGLE = 'pi pi-google',
180
+ HASHTAG = 'pi pi-hashtag',
181
+ HEART = 'pi pi-heart',
182
+ HEART_FILL = 'pi pi-heart-fill',
183
+ HISTORY = 'pi pi-history',
184
+ HOURGLASS = 'pi pi-hourglass',
185
+ HOME = 'pi pi-home',
186
+ ID_CARD = 'pi pi-id-card',
187
+ IMAGE = 'pi pi-image',
188
+ IMAGES = 'pi pi-images',
189
+ INBOX = 'pi pi-inbox',
190
+ INFO = 'pi pi-info',
191
+ INFO_CIRCLE = 'pi pi-info-circle',
192
+ INSTAGRAM = 'pi pi-instagram',
193
+ KEY = 'pi pi-key',
194
+ LANGUAGE = 'pi pi-language',
195
+ LINK = 'pi pi-link',
196
+ LINKEDIN = 'pi pi-linkedin',
197
+ LIST = 'pi pi-list',
198
+ LOCK = 'pi pi-lock',
199
+ LOCK_OPEN = 'pi pi-lock-open',
200
+ MAP = 'pi pi-map',
201
+ MAP_MARKER = 'pi pi-map-marker',
202
+ MEGAPHONE = 'pi pi-megaphone',
203
+ MICREPHONE = 'pi pi-microphone',
204
+ MICROSOFT = 'pi pi-microsoft',
205
+ MINUS = 'pi pi-minus',
206
+ MINUS_CIRCLE = 'pi pi-minus-circle',
207
+ MOBILE = 'pi pi-mobile',
208
+ MONEY_BILL = 'pi pi-money-bill',
209
+ MOON = 'pi pi-moon',
210
+ PALETTE = 'pi pi-palette',
211
+ PAPERCLIP = 'pi pi-paperclip',
212
+ PAUSE = 'pi pi-pause',
213
+ PAYPAL = 'pi pi-paypal',
214
+ PENCIL = 'pi pi-pencil',
215
+ PERCENTAGE = 'pi pi-percentage',
216
+ PHONE = 'pi pi-phone',
217
+ PLAY = 'pi pi-play',
218
+ PLUS = 'pi pi-plus',
219
+ PLUS_CIRCLE = 'pi pi-plus-circle',
220
+ POUND = 'pi pi-pound',
221
+ POWER_OFF = 'pi pi-power-off',
222
+ PRIME = 'pi pi-prime',
223
+ PRINT = 'pi pi-print',
224
+ QRCODE = 'pi pi-qrcode',
225
+ QUESTION = 'pi pi-question',
226
+ QUESTION_CIRCLE = 'pi pi-question-circle',
227
+ REDDIT = 'pi pi-reddit',
228
+ REFRESH = 'pi pi-refresh',
229
+ REPLAY = 'pi pi-replay',
230
+ REPLY = 'pi pi-reply',
231
+ SAVE = 'pi pi-save',
232
+ SEARCH = 'pi pi-search',
233
+ SEARCH_MINUS = 'pi pi-search-minus',
234
+ SEARCH_PLUS = 'pi pi-search-plus',
235
+ SEND = 'pi pi-send',
236
+ SERVER = 'pi pi-server',
237
+ SHARE_ALT = 'pi pi-share-alt',
238
+ SHIELD = 'pi pi-shield',
239
+ SHOPPING_BAG = 'pi pi-shopping-bag',
240
+ SHOPPING_CART = 'pi pi-shopping-cart',
241
+ SIGN_IN = 'pi pi-sign-in',
242
+ SIGN_OUT = 'pi pi-sign-out',
243
+ SITEMAP = 'pi pi-sitemap',
244
+ SLACK = 'pi pi-slack',
245
+ SLIDERS_H = 'pi pi-sliders-h',
246
+ SLIDERS_V = 'pi pi-sliders-v',
247
+ SORT = 'pi pi-sort',
248
+ SORT_ALPHA_DOWN = 'pi pi-sort-alpha-down',
249
+ SORT_ALPHA_ALT_DOWN = 'pi pi-sort-alpha-alt-down',
250
+ SORT_ALPHA_UP = 'pi pi-sort-alpha-up',
251
+ SORT_ALPHA_ALT_UP = 'pi pi-sort-alpha-alt-up',
252
+ SORT_ALT = 'pi pi-sort-alt',
253
+ SORT_ALT_SLASH = 'pi pi-sort-slash',
254
+ SORT_AMOUNT_DOWN = 'pi pi-sort-amount-down',
255
+ SORT_AMOUNT_DOWN_ALT = 'pi pi-sort-amount-down-alt',
256
+ SORT_AMOUNT_UP = 'pi pi-sort-amount-up',
257
+ SORT_AMOUNT_UP_ALT = 'pi pi-sort-amount-up-alt',
258
+ SORT_DOWN = 'pi pi-sort-down',
259
+ SORT_NUMERIC_DOWN = 'pi pi-sort-numeric-down',
260
+ SORT_NUMERIC_ALT_DOWN = 'pi pi-sort-numeric-alt-down',
261
+ SORT_NUMERIC_UP = 'pi pi-sort-numeric-up',
262
+ SORT_NUMERIC_ALT_UP = 'pi pi-sort-numeric-alt-up',
263
+ SORT_UP = 'pi pi-sort-up',
264
+ SPINNER = 'pi pi-spinner',
265
+ STAR = 'pi pi-star',
266
+ STAR_FILL = 'pi pi-star-fill',
267
+ STEP_BACKWARD = 'pi pi-step-backward',
268
+ STEP_BACKWARD_ALT = 'pi pi-step-backward-alt',
269
+ STEP_FORWARD = 'pi pi-step-forward',
270
+ STEP_FORWARD_ALT = 'pi pi-step-forward-alt',
271
+ STOP = 'pi pi-stop',
272
+ STOPWATCH = 'pi pi-stop-watch',
273
+ STOP_CIRCLE = 'pi pi-stop-circle',
274
+ SUN = 'pi pi-sun',
275
+ SYNC = 'pi pi-sync',
276
+ TABLE = 'pi pi-table',
277
+ TABLET = 'pi pi-tablet',
278
+ TAG = 'pi pi-tag',
279
+ TAGS = 'pi pi-tags',
280
+ TELEGRAM = 'pi pi-telegram',
281
+ TH_LARGE = 'pi pi-th-large',
282
+ THUMBS_DOWN = 'pi pi-thumbs-down',
283
+ THUMBS_DOWN_FILL = 'pi pi-thumbs-down-fill',
284
+ THUMBS_UP = 'pi pi-thumbs-up',
285
+ THUMBS_UP_FILL = 'pi pi-thumbs-up-fill',
286
+ TICKET = 'pi pi-ticket',
287
+ TIMES = 'pi pi-times',
288
+ TIMES_CIRCLE = 'pi pi-times-circle',
289
+ TRASH = 'pi pi-trash',
290
+ TRUCK = 'pi pi-truck',
291
+ TWITTER = 'pi pi-twitter',
292
+ UNDO = 'pi pi-undo',
293
+ UNLOCK = 'pi pi-unlock',
294
+ UPLOAD = 'pi pi-upload',
295
+ USER = 'pi pi-user',
296
+ USER_EDIT = 'pi pi-user-edit',
297
+ USER_MINUS = 'pi pi-user-minus',
298
+ USER_PLUS = 'pi pi-user-plus',
299
+ USERS = 'pi pi-users',
300
+ VERIFIED = 'pi pi-verified',
301
+ VIDEO = 'pi pi-video',
302
+ VIMEO = 'pi pi-vimeo',
303
+ VOLUME_DOWN = 'pi pi-volume-down',
304
+ VOLUME_OFF = 'pi pi-volume-off',
305
+ VOLUME_UP = 'pi pi-volume-up',
306
+ WALLET = 'pi pi-wallet',
307
+ WHATSAPP = 'pi pi-whatsapp',
308
+ WIFI = 'pi pi-wifi',
309
+ WINDOW_MAXIMIZE = 'pi pi-window-maximize',
310
+ WINDOW_MINIMIZE = 'pi pi-window-minimize',
311
+ WRENCH = 'pi pi-wrench',
312
+ YOUTUBE = 'pi pi-youtube'
313
313
  }
314
314
 
315
315
  export declare const PrimeIcons: PrimeIconsOptions;
316
316
 
317
317
  // Severity
318
- export interface ToastSeverityOptions {
319
- readonly SUCCESS: string;
320
- readonly INFO: string;
321
- readonly WARN: string;
322
- readonly ERROR: string;
318
+ export enum ToastSeverityOptions {
319
+ SUCCESS = 'success',
320
+ INFO = 'info',
321
+ WARN = 'warn',
322
+ ERROR = 'error'
323
323
  }
324
324
 
325
325
  export declare const ToastSeverity: ToastSeverityOptions;
@@ -183,11 +183,11 @@ export interface AutoCompleteProps {
183
183
  /**
184
184
  * Inline style of the input field.
185
185
  */
186
- inputStyle?: any;
186
+ inputStyle?: object | undefined;
187
187
  /**
188
188
  * Style class of the input field.
189
189
  */
190
- inputClass?: any;
190
+ inputClass?: string | object | undefined;
191
191
  /**
192
192
  * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
193
193
  */
@@ -195,11 +195,11 @@ export interface AutoCompleteProps {
195
195
  /**
196
196
  * Inline style of the overlay panel.
197
197
  */
198
- panelStyle?: any;
198
+ panelStyle?: object | undefined;
199
199
  /**
200
200
  * Style class of the overlay panel.
201
201
  */
202
- panelClass?: any;
202
+ panelClass?: string | object | undefined;
203
203
  /**
204
204
  * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
205
205
  */
@@ -212,7 +212,7 @@ export interface AutoCompleteProps {
212
212
  /**
213
213
  * Style class of the dropdown button.
214
214
  */
215
- dropdownClass?: string | undefined;
215
+ dropdownClass?: string | object | undefined;
216
216
  /**
217
217
  * Icon to display in loading state.
218
218
  * @defaultValue pi pi-spinner pi-spin