primeng 19.0.5 → 19.0.7

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 (364) hide show
  1. package/badge/badge.d.ts +2 -2
  2. package/base/style/basestyle.d.ts +4 -6
  3. package/config/primeng.d.ts +3 -0
  4. package/dataview/dataview.interface.d.ts +9 -19
  5. package/datepicker/datepicker.d.ts +1 -0
  6. package/datepicker/style/datepickerstyle.d.ts +1 -0
  7. package/dragdrop/dragdrop.d.ts +3 -2
  8. package/dynamicdialog/dynamicdialog-config.d.ts +1 -1
  9. package/dynamicdialog/dynamicdialog.d.ts +2 -1
  10. package/fesm2022/primeng-accordion.mjs +347 -560
  11. package/fesm2022/primeng-accordion.mjs.map +1 -1
  12. package/fesm2022/primeng-animateonscroll.mjs +37 -40
  13. package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
  14. package/fesm2022/primeng-api.mjs +79 -89
  15. package/fesm2022/primeng-api.mjs.map +1 -1
  16. package/fesm2022/primeng-autocomplete.mjs +507 -788
  17. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  18. package/fesm2022/primeng-autofocus.mjs +26 -27
  19. package/fesm2022/primeng-autofocus.mjs.map +1 -1
  20. package/fesm2022/primeng-avatar.mjs +72 -120
  21. package/fesm2022/primeng-avatar.mjs.map +1 -1
  22. package/fesm2022/primeng-avatargroup.mjs +44 -54
  23. package/fesm2022/primeng-avatargroup.mjs.map +1 -1
  24. package/fesm2022/primeng-badge.mjs +62 -71
  25. package/fesm2022/primeng-badge.mjs.map +1 -1
  26. package/fesm2022/primeng-base.mjs +14 -8
  27. package/fesm2022/primeng-base.mjs.map +1 -1
  28. package/fesm2022/primeng-basecomponent.mjs +17 -17
  29. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  30. package/fesm2022/primeng-blockui.mjs +66 -87
  31. package/fesm2022/primeng-blockui.mjs.map +1 -1
  32. package/fesm2022/primeng-breadcrumb.mjs +175 -386
  33. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  34. package/fesm2022/primeng-button.mjs +223 -328
  35. package/fesm2022/primeng-button.mjs.map +1 -1
  36. package/fesm2022/primeng-buttongroup.mjs +36 -40
  37. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  38. package/fesm2022/primeng-calendar.mjs +727 -1127
  39. package/fesm2022/primeng-calendar.mjs.map +1 -1
  40. package/fesm2022/primeng-card.mjs +89 -193
  41. package/fesm2022/primeng-card.mjs.map +1 -1
  42. package/fesm2022/primeng-carousel.mjs +227 -410
  43. package/fesm2022/primeng-carousel.mjs.map +1 -1
  44. package/fesm2022/primeng-cascadeselect.mjs +393 -577
  45. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  46. package/fesm2022/primeng-chart.mjs +57 -63
  47. package/fesm2022/primeng-chart.mjs.map +1 -1
  48. package/fesm2022/primeng-checkbox.mjs +133 -185
  49. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  50. package/fesm2022/primeng-chip.mjs +92 -188
  51. package/fesm2022/primeng-chip.mjs.map +1 -1
  52. package/fesm2022/primeng-colorpicker.mjs +142 -167
  53. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  54. package/fesm2022/primeng-config.mjs +18 -16
  55. package/fesm2022/primeng-config.mjs.map +1 -1
  56. package/fesm2022/primeng-confirmdialog.mjs +220 -347
  57. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  58. package/fesm2022/primeng-confirmpopup.mjs +161 -251
  59. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  60. package/fesm2022/primeng-contextmenu.mjs +336 -450
  61. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  62. package/fesm2022/primeng-dataview.mjs +249 -352
  63. package/fesm2022/primeng-dataview.mjs.map +1 -1
  64. package/fesm2022/primeng-datepicker.mjs +751 -1144
  65. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  66. package/fesm2022/primeng-defer.mjs +25 -31
  67. package/fesm2022/primeng-defer.mjs.map +1 -1
  68. package/fesm2022/primeng-dialog.mjs +277 -478
  69. package/fesm2022/primeng-dialog.mjs.map +1 -1
  70. package/fesm2022/primeng-divider.mjs +68 -77
  71. package/fesm2022/primeng-divider.mjs.map +1 -1
  72. package/fesm2022/primeng-dock.mjs +138 -167
  73. package/fesm2022/primeng-dock.mjs.map +1 -1
  74. package/fesm2022/primeng-dragdrop.mjs +85 -79
  75. package/fesm2022/primeng-dragdrop.mjs.map +1 -1
  76. package/fesm2022/primeng-drawer.mjs +172 -269
  77. package/fesm2022/primeng-drawer.mjs.map +1 -1
  78. package/fesm2022/primeng-dropdown.mjs +531 -869
  79. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  80. package/fesm2022/primeng-dynamicdialog.mjs +163 -304
  81. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  82. package/fesm2022/primeng-editor.mjs +118 -156
  83. package/fesm2022/primeng-editor.mjs.map +1 -1
  84. package/fesm2022/primeng-fieldset.mjs +153 -247
  85. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  86. package/fesm2022/primeng-fileupload.mjs +370 -690
  87. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  88. package/fesm2022/primeng-floatlabel.mjs +38 -46
  89. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  90. package/fesm2022/primeng-fluid.mjs +33 -41
  91. package/fesm2022/primeng-fluid.mjs.map +1 -1
  92. package/fesm2022/primeng-focustrap.mjs +23 -24
  93. package/fesm2022/primeng-focustrap.mjs.map +1 -1
  94. package/fesm2022/primeng-galleria.mjs +529 -761
  95. package/fesm2022/primeng-galleria.mjs.map +1 -1
  96. package/fesm2022/primeng-iconfield.mjs +42 -51
  97. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  98. package/fesm2022/primeng-icons-angledoubledown.mjs +19 -19
  99. package/fesm2022/primeng-icons-angledoubledown.mjs.map +1 -1
  100. package/fesm2022/primeng-icons-angledoubleleft.mjs +19 -19
  101. package/fesm2022/primeng-icons-angledoubleleft.mjs.map +1 -1
  102. package/fesm2022/primeng-icons-angledoubleright.mjs +19 -19
  103. package/fesm2022/primeng-icons-angledoubleright.mjs.map +1 -1
  104. package/fesm2022/primeng-icons-angledoubleup.mjs +19 -19
  105. package/fesm2022/primeng-icons-angledoubleup.mjs.map +1 -1
  106. package/fesm2022/primeng-icons-angledown.mjs +17 -19
  107. package/fesm2022/primeng-icons-angledown.mjs.map +1 -1
  108. package/fesm2022/primeng-icons-angleleft.mjs +17 -19
  109. package/fesm2022/primeng-icons-angleleft.mjs.map +1 -1
  110. package/fesm2022/primeng-icons-angleright.mjs +17 -19
  111. package/fesm2022/primeng-icons-angleright.mjs.map +1 -1
  112. package/fesm2022/primeng-icons-angleup.mjs +17 -19
  113. package/fesm2022/primeng-icons-angleup.mjs.map +1 -1
  114. package/fesm2022/primeng-icons-arrowdown.mjs +26 -26
  115. package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
  116. package/fesm2022/primeng-icons-arrowdownleft.mjs +17 -19
  117. package/fesm2022/primeng-icons-arrowdownleft.mjs.map +1 -1
  118. package/fesm2022/primeng-icons-arrowdownright.mjs +17 -19
  119. package/fesm2022/primeng-icons-arrowdownright.mjs.map +1 -1
  120. package/fesm2022/primeng-icons-arrowleft.mjs +26 -26
  121. package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
  122. package/fesm2022/primeng-icons-arrowright.mjs +19 -19
  123. package/fesm2022/primeng-icons-arrowright.mjs.map +1 -1
  124. package/fesm2022/primeng-icons-arrowup.mjs +26 -26
  125. package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
  126. package/fesm2022/primeng-icons-ban.mjs +24 -26
  127. package/fesm2022/primeng-icons-ban.mjs.map +1 -1
  128. package/fesm2022/primeng-icons-bars.mjs +19 -19
  129. package/fesm2022/primeng-icons-bars.mjs.map +1 -1
  130. package/fesm2022/primeng-icons-baseicon.mjs +28 -33
  131. package/fesm2022/primeng-icons-baseicon.mjs.map +1 -1
  132. package/fesm2022/primeng-icons-blank.mjs +14 -16
  133. package/fesm2022/primeng-icons-blank.mjs.map +1 -1
  134. package/fesm2022/primeng-icons-calendar.mjs +17 -19
  135. package/fesm2022/primeng-icons-calendar.mjs.map +1 -1
  136. package/fesm2022/primeng-icons-caretleft.mjs +17 -19
  137. package/fesm2022/primeng-icons-caretleft.mjs.map +1 -1
  138. package/fesm2022/primeng-icons-caretright.mjs +17 -19
  139. package/fesm2022/primeng-icons-caretright.mjs.map +1 -1
  140. package/fesm2022/primeng-icons-check.mjs +17 -19
  141. package/fesm2022/primeng-icons-check.mjs.map +1 -1
  142. package/fesm2022/primeng-icons-chevrondown.mjs +17 -19
  143. package/fesm2022/primeng-icons-chevrondown.mjs.map +1 -1
  144. package/fesm2022/primeng-icons-chevronleft.mjs +17 -19
  145. package/fesm2022/primeng-icons-chevronleft.mjs.map +1 -1
  146. package/fesm2022/primeng-icons-chevronright.mjs +17 -19
  147. package/fesm2022/primeng-icons-chevronright.mjs.map +1 -1
  148. package/fesm2022/primeng-icons-chevronup.mjs +17 -19
  149. package/fesm2022/primeng-icons-chevronup.mjs.map +1 -1
  150. package/fesm2022/primeng-icons-exclamationtriangle.mjs +32 -26
  151. package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
  152. package/fesm2022/primeng-icons-eye.mjs +19 -19
  153. package/fesm2022/primeng-icons-eye.mjs.map +1 -1
  154. package/fesm2022/primeng-icons-eyeslash.mjs +26 -26
  155. package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
  156. package/fesm2022/primeng-icons-filter.mjs +24 -26
  157. package/fesm2022/primeng-icons-filter.mjs.map +1 -1
  158. package/fesm2022/primeng-icons-filterslash.mjs +26 -26
  159. package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
  160. package/fesm2022/primeng-icons-home.mjs +26 -26
  161. package/fesm2022/primeng-icons-home.mjs.map +1 -1
  162. package/fesm2022/primeng-icons-infocircle.mjs +26 -26
  163. package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
  164. package/fesm2022/primeng-icons-minus.mjs +17 -19
  165. package/fesm2022/primeng-icons-minus.mjs.map +1 -1
  166. package/fesm2022/primeng-icons-pencil.mjs +24 -26
  167. package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
  168. package/fesm2022/primeng-icons-plus.mjs +24 -26
  169. package/fesm2022/primeng-icons-plus.mjs.map +1 -1
  170. package/fesm2022/primeng-icons-refresh.mjs +26 -26
  171. package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
  172. package/fesm2022/primeng-icons-search.mjs +26 -26
  173. package/fesm2022/primeng-icons-search.mjs.map +1 -1
  174. package/fesm2022/primeng-icons-searchminus.mjs +26 -26
  175. package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
  176. package/fesm2022/primeng-icons-searchplus.mjs +26 -26
  177. package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
  178. package/fesm2022/primeng-icons-sortalt.mjs +30 -26
  179. package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
  180. package/fesm2022/primeng-icons-sortamountdown.mjs +24 -26
  181. package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
  182. package/fesm2022/primeng-icons-sortamountupalt.mjs +24 -26
  183. package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
  184. package/fesm2022/primeng-icons-spinner.mjs +24 -26
  185. package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
  186. package/fesm2022/primeng-icons-star.mjs +24 -26
  187. package/fesm2022/primeng-icons-star.mjs.map +1 -1
  188. package/fesm2022/primeng-icons-starfill.mjs +24 -26
  189. package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
  190. package/fesm2022/primeng-icons-thlarge.mjs +26 -26
  191. package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
  192. package/fesm2022/primeng-icons-times.mjs +17 -19
  193. package/fesm2022/primeng-icons-times.mjs.map +1 -1
  194. package/fesm2022/primeng-icons-timescircle.mjs +26 -26
  195. package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
  196. package/fesm2022/primeng-icons-trash.mjs +26 -26
  197. package/fesm2022/primeng-icons-trash.mjs.map +1 -1
  198. package/fesm2022/primeng-icons-undo.mjs +26 -26
  199. package/fesm2022/primeng-icons-undo.mjs.map +1 -1
  200. package/fesm2022/primeng-icons-upload.mjs +26 -26
  201. package/fesm2022/primeng-icons-upload.mjs.map +1 -1
  202. package/fesm2022/primeng-icons-windowmaximize.mjs +26 -26
  203. package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
  204. package/fesm2022/primeng-icons-windowminimize.mjs +26 -26
  205. package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
  206. package/fesm2022/primeng-iftalabel.mjs +32 -38
  207. package/fesm2022/primeng-iftalabel.mjs.map +1 -1
  208. package/fesm2022/primeng-image.mjs +189 -370
  209. package/fesm2022/primeng-image.mjs.map +1 -1
  210. package/fesm2022/primeng-imagecompare.mjs +57 -86
  211. package/fesm2022/primeng-imagecompare.mjs.map +1 -1
  212. package/fesm2022/primeng-inplace.mjs +108 -206
  213. package/fesm2022/primeng-inplace.mjs.map +1 -1
  214. package/fesm2022/primeng-inputgroup.mjs +40 -50
  215. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  216. package/fesm2022/primeng-inputgroupaddon.mjs +40 -51
  217. package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
  218. package/fesm2022/primeng-inputicon.mjs +39 -48
  219. package/fesm2022/primeng-inputicon.mjs.map +1 -1
  220. package/fesm2022/primeng-inputmask.mjs +157 -182
  221. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  222. package/fesm2022/primeng-inputnumber.mjs +303 -420
  223. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  224. package/fesm2022/primeng-inputotp.mjs +99 -123
  225. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  226. package/fesm2022/primeng-inputswitch.mjs +87 -92
  227. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  228. package/fesm2022/primeng-inputtext.mjs +56 -57
  229. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  230. package/fesm2022/primeng-inputtextarea.mjs +51 -56
  231. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  232. package/fesm2022/primeng-keyfilter.mjs +44 -47
  233. package/fesm2022/primeng-keyfilter.mjs.map +1 -1
  234. package/fesm2022/primeng-knob.mjs +105 -111
  235. package/fesm2022/primeng-knob.mjs.map +1 -1
  236. package/fesm2022/primeng-listbox.mjs +511 -791
  237. package/fesm2022/primeng-listbox.mjs.map +1 -1
  238. package/fesm2022/primeng-megamenu.mjs +377 -611
  239. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  240. package/fesm2022/primeng-menu.mjs +291 -473
  241. package/fesm2022/primeng-menu.mjs.map +1 -1
  242. package/fesm2022/primeng-menubar.mjs +357 -549
  243. package/fesm2022/primeng-menubar.mjs.map +1 -1
  244. package/fesm2022/primeng-message.mjs +160 -244
  245. package/fesm2022/primeng-message.mjs.map +1 -1
  246. package/fesm2022/primeng-messages.mjs +162 -278
  247. package/fesm2022/primeng-messages.mjs.map +1 -1
  248. package/fesm2022/primeng-metergroup.mjs +135 -264
  249. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  250. package/fesm2022/primeng-multiselect.mjs +660 -1135
  251. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  252. package/fesm2022/primeng-orderlist.mjs +228 -330
  253. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  254. package/fesm2022/primeng-organizationchart.mjs +161 -311
  255. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  256. package/fesm2022/primeng-overlay.mjs +135 -147
  257. package/fesm2022/primeng-overlay.mjs.map +1 -1
  258. package/fesm2022/primeng-overlaybadge.mjs +50 -58
  259. package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
  260. package/fesm2022/primeng-overlaypanel.mjs +134 -154
  261. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  262. package/fesm2022/primeng-paginator.mjs +212 -447
  263. package/fesm2022/primeng-paginator.mjs.map +1 -1
  264. package/fesm2022/primeng-panel.mjs +219 -317
  265. package/fesm2022/primeng-panel.mjs.map +1 -1
  266. package/fesm2022/primeng-panelmenu.mjs +439 -783
  267. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  268. package/fesm2022/primeng-password.mjs +271 -410
  269. package/fesm2022/primeng-password.mjs.map +1 -1
  270. package/fesm2022/primeng-picklist.mjs +564 -856
  271. package/fesm2022/primeng-picklist.mjs.map +1 -1
  272. package/fesm2022/primeng-popover.mjs +129 -148
  273. package/fesm2022/primeng-popover.mjs.map +1 -1
  274. package/fesm2022/primeng-progressbar.mjs +81 -121
  275. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  276. package/fesm2022/primeng-progressspinner.mjs +48 -58
  277. package/fesm2022/primeng-progressspinner.mjs.map +1 -1
  278. package/fesm2022/primeng-radiobutton.mjs +117 -108
  279. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  280. package/fesm2022/primeng-rating.mjs +134 -218
  281. package/fesm2022/primeng-rating.mjs.map +1 -1
  282. package/fesm2022/primeng-ripple.mjs +28 -29
  283. package/fesm2022/primeng-ripple.mjs.map +1 -1
  284. package/fesm2022/primeng-scroller.mjs +167 -295
  285. package/fesm2022/primeng-scroller.mjs.map +1 -1
  286. package/fesm2022/primeng-scrollpanel.mjs +96 -116
  287. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  288. package/fesm2022/primeng-scrolltop.mjs +106 -150
  289. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  290. package/fesm2022/primeng-select.mjs +581 -957
  291. package/fesm2022/primeng-select.mjs.map +1 -1
  292. package/fesm2022/primeng-selectbutton.mjs +106 -133
  293. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  294. package/fesm2022/primeng-sidebar.mjs +151 -239
  295. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  296. package/fesm2022/primeng-skeleton.mjs +46 -54
  297. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  298. package/fesm2022/primeng-slider.mjs +186 -182
  299. package/fesm2022/primeng-slider.mjs.map +1 -1
  300. package/fesm2022/primeng-speeddial.mjs +192 -254
  301. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  302. package/fesm2022/primeng-splitbutton.mjs +211 -231
  303. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  304. package/fesm2022/primeng-splitter.mjs +126 -159
  305. package/fesm2022/primeng-splitter.mjs.map +1 -1
  306. package/fesm2022/primeng-stepper.mjs +235 -341
  307. package/fesm2022/primeng-stepper.mjs.map +1 -1
  308. package/fesm2022/primeng-steps.mjs +117 -170
  309. package/fesm2022/primeng-steps.mjs.map +1 -1
  310. package/fesm2022/primeng-styleclass.mjs +50 -53
  311. package/fesm2022/primeng-styleclass.mjs.map +1 -1
  312. package/fesm2022/primeng-table.mjs +1869 -2628
  313. package/fesm2022/primeng-table.mjs.map +1 -1
  314. package/fesm2022/primeng-tabmenu.mjs +173 -319
  315. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  316. package/fesm2022/primeng-tabs.mjs +193 -308
  317. package/fesm2022/primeng-tabs.mjs.map +1 -1
  318. package/fesm2022/primeng-tabview.mjs +263 -435
  319. package/fesm2022/primeng-tabview.mjs.map +1 -1
  320. package/fesm2022/primeng-tag.mjs +63 -110
  321. package/fesm2022/primeng-tag.mjs.map +1 -1
  322. package/fesm2022/primeng-terminal.mjs +60 -104
  323. package/fesm2022/primeng-terminal.mjs.map +1 -1
  324. package/fesm2022/primeng-textarea.mjs +59 -64
  325. package/fesm2022/primeng-textarea.mjs.map +1 -1
  326. package/fesm2022/primeng-tieredmenu.mjs +338 -457
  327. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  328. package/fesm2022/primeng-timeline.mjs +90 -156
  329. package/fesm2022/primeng-timeline.mjs.map +1 -1
  330. package/fesm2022/primeng-toast.mjs +260 -365
  331. package/fesm2022/primeng-toast.mjs.map +1 -1
  332. package/fesm2022/primeng-togglebutton.mjs +117 -150
  333. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  334. package/fesm2022/primeng-toggleswitch.mjs +98 -121
  335. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  336. package/fesm2022/primeng-toolbar.mjs +62 -121
  337. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  338. package/fesm2022/primeng-tooltip.mjs +74 -75
  339. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  340. package/fesm2022/primeng-tree.mjs +455 -729
  341. package/fesm2022/primeng-tree.mjs.map +1 -1
  342. package/fesm2022/primeng-treeselect.mjs +344 -533
  343. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  344. package/fesm2022/primeng-treetable.mjs +1027 -1584
  345. package/fesm2022/primeng-treetable.mjs.map +1 -1
  346. package/fesm2022/primeng-usestyle.mjs +6 -6
  347. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  348. package/fesm2022/primeng-utils.mjs +3 -1
  349. package/fesm2022/primeng-utils.mjs.map +1 -1
  350. package/listbox/listbox.d.ts +17 -3
  351. package/message/message.d.ts +1 -0
  352. package/overlaybadge/overlaybadge.d.ts +1 -1
  353. package/package.json +189 -190
  354. package/password/password.d.ts +8 -1
  355. package/password/style/passwordstyle.d.ts +1 -0
  356. package/picklist/picklist.d.ts +11 -1
  357. package/stepper/stepper.d.ts +2 -1
  358. package/table/table.d.ts +1 -1
  359. package/table/table.interface.d.ts +2 -2
  360. package/tabs/tablist.d.ts +1 -1
  361. package/toast/toast.d.ts +1 -1
  362. package/tree/tree.d.ts +10 -2
  363. package/tree/tree.interface.d.ts +8 -0
  364. package/utils/zindexutils.d.ts +2 -0
@@ -1,7 +1,7 @@
1
1
  import * as i1 from '@angular/common';
2
2
  import { CommonModule } from '@angular/common';
3
3
  import * as i0 from '@angular/core';
4
- import { Injectable, forwardRef, EventEmitter, booleanAttribute, numberAttribute, Component, Input, Output, inject, signal, computed, effect, ChangeDetectionStrategy, ViewEncapsulation, ViewChild, HostBinding, ContentChild, ContentChildren, NgModule } from '@angular/core';
4
+ import { Injectable, forwardRef, EventEmitter, booleanAttribute, numberAttribute, Output, Input, Component, inject, signal, computed, effect, ContentChildren, ContentChild, HostBinding, ViewChild, ViewEncapsulation, ChangeDetectionStrategy, NgModule } from '@angular/core';
5
5
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
6
6
  import { deepEquals, isNotEmpty, isEmpty, uuid, findSingle, scrollInView, equals, resolveFieldData, focus, unblockBodyScroll, isPrintableCharacter, findLastIndex, getFirstFocusableElement, getLastFocusableElement, getFocusableElements } from '@primeuix/utils';
7
7
  import * as i2 from 'primeng/api';
@@ -130,6 +130,7 @@ input.p-select-label {
130
130
  }
131
131
 
132
132
  .p-select-overlay {
133
+ cursor: default;
133
134
  background: ${dt('select.overlay.background')};
134
135
  color: ${dt('select.overlay.color')};
135
136
  border: 1px solid ${dt('select.overlay.border.color')};
@@ -244,7 +245,7 @@ const classes = {
244
245
  'p-select p-component p-inputwrapper',
245
246
  {
246
247
  'p-disabled': instance.disabled,
247
- 'p-variant-filled': instance.variant ? instance.variant === 'filled' : instance.config.inputStyle() === 'filled',
248
+ 'p-variant-filled': instance.variant === 'filled' || instance.config.inputVariant() === 'filled' || instance.config.inputStyle() === 'filled',
248
249
  'p-focus': instance.focused,
249
250
  'p-inputwrapper-filled': instance.modelValue() !== undefined && instance.modelValue() !== null,
250
251
  'p-inputwrapper-focus': instance.focused || instance.overlayVisible,
@@ -289,12 +290,12 @@ class SelectStyle extends BaseStyle {
289
290
  name = 'select';
290
291
  theme = theme;
291
292
  classes = classes;
292
- static ɵfac = /*@__PURE__*/ (() => { let ɵSelectStyle_BaseFactory; return function SelectStyle_Factory(__ngFactoryType__) { return (ɵSelectStyle_BaseFactory || (ɵSelectStyle_BaseFactory = i0.ɵɵgetInheritedFactory(SelectStyle)))(__ngFactoryType__ || SelectStyle); }; })();
293
- static ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: SelectStyle, factory: SelectStyle.ɵfac });
293
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
294
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectStyle });
294
295
  }
295
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectStyle, [{
296
- type: Injectable
297
- }], null, null); })();
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectStyle, decorators: [{
297
+ type: Injectable
298
+ }] });
298
299
  /**
299
300
  *
300
301
  * Select also known as Select, is used to choose an item from a collection of options.
@@ -380,527 +381,6 @@ var SelectClasses;
380
381
  SelectClasses["emptyMessage"] = "p-select-empty-message";
381
382
  })(SelectClasses || (SelectClasses = {}));
382
383
 
383
- const _c0 = a0 => ({ height: a0 });
384
- const _c1 = (a0, a1, a2) => ({ "p-select-option": true, "p-select-option-selected": a0, "p-disabled": a1, "p-focus": a2 });
385
- const _c2 = a0 => ({ $implicit: a0 });
386
- function SelectItem_ng_container_1_CheckIcon_1_Template(rf, ctx) { if (rf & 1) {
387
- i0.ɵɵelement(0, "CheckIcon", 5);
388
- } }
389
- function SelectItem_ng_container_1_BlankIcon_2_Template(rf, ctx) { if (rf & 1) {
390
- i0.ɵɵelement(0, "BlankIcon", 6);
391
- } }
392
- function SelectItem_ng_container_1_Template(rf, ctx) { if (rf & 1) {
393
- i0.ɵɵelementContainerStart(0);
394
- i0.ɵɵtemplate(1, SelectItem_ng_container_1_CheckIcon_1_Template, 1, 0, "CheckIcon", 3)(2, SelectItem_ng_container_1_BlankIcon_2_Template, 1, 0, "BlankIcon", 4);
395
- i0.ɵɵelementContainerEnd();
396
- } if (rf & 2) {
397
- const ctx_r0 = i0.ɵɵnextContext();
398
- i0.ɵɵadvance();
399
- i0.ɵɵproperty("ngIf", ctx_r0.selected);
400
- i0.ɵɵadvance();
401
- i0.ɵɵproperty("ngIf", !ctx_r0.selected);
402
- } }
403
- function SelectItem_span_2_Template(rf, ctx) { if (rf & 1) {
404
- i0.ɵɵelementStart(0, "span");
405
- i0.ɵɵtext(1);
406
- i0.ɵɵelementEnd();
407
- } if (rf & 2) {
408
- let tmp_1_0;
409
- const ctx_r0 = i0.ɵɵnextContext();
410
- i0.ɵɵadvance();
411
- i0.ɵɵtextInterpolate((tmp_1_0 = ctx_r0.label) !== null && tmp_1_0 !== undefined ? tmp_1_0 : "empty");
412
- } }
413
- function SelectItem_ng_container_3_Template(rf, ctx) { if (rf & 1) {
414
- i0.ɵɵelementContainer(0);
415
- } }
416
- const _c3 = ["item"];
417
- const _c4 = ["group"];
418
- const _c5 = ["loader"];
419
- const _c6 = ["selectedItem"];
420
- const _c7 = ["header"];
421
- const _c8 = ["filter"];
422
- const _c9 = ["footer"];
423
- const _c10 = ["emptyfilter"];
424
- const _c11 = ["empty"];
425
- const _c12 = ["dropdownicon"];
426
- const _c13 = ["loadingicon"];
427
- const _c14 = ["clearicon"];
428
- const _c15 = ["filtericon"];
429
- const _c16 = ["onicon"];
430
- const _c17 = ["officon"];
431
- const _c18 = ["cancelicon"];
432
- const _c19 = ["focusInput"];
433
- const _c20 = ["editableInput"];
434
- const _c21 = ["items"];
435
- const _c22 = ["scroller"];
436
- const _c23 = ["overlay"];
437
- const _c24 = ["firstHiddenFocusableEl"];
438
- const _c25 = ["lastHiddenFocusableEl"];
439
- const _c26 = () => ({ class: "p-select-clear-icon" });
440
- const _c27 = () => ({ class: "p-select-dropdown-icon" });
441
- const _c28 = a0 => ({ options: a0 });
442
- const _c29 = (a0, a1) => ({ $implicit: a0, options: a1 });
443
- const _c30 = () => ({});
444
- function Select_span_0_ng_container_2_Template(rf, ctx) { if (rf & 1) {
445
- i0.ɵɵelementContainerStart(0);
446
- i0.ɵɵtext(1);
447
- i0.ɵɵelementContainerEnd();
448
- } if (rf & 2) {
449
- const ctx_r2 = i0.ɵɵnextContext(2);
450
- i0.ɵɵadvance();
451
- i0.ɵɵtextInterpolate(ctx_r2.label() === "p-emptylabel" ? "\u00A0" : ctx_r2.label());
452
- } }
453
- function Select_span_0_ng_container_3_Template(rf, ctx) { if (rf & 1) {
454
- i0.ɵɵelementContainer(0, 24);
455
- } if (rf & 2) {
456
- const ctx_r2 = i0.ɵɵnextContext(2);
457
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.selectedItemTemplate || ctx_r2._selectedItemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c2, ctx_r2.selectedOption));
458
- } }
459
- function Select_span_0_ng_template_4_span_0_Template(rf, ctx) { if (rf & 1) {
460
- i0.ɵɵelementStart(0, "span");
461
- i0.ɵɵtext(1);
462
- i0.ɵɵelementEnd();
463
- } if (rf & 2) {
464
- const ctx_r2 = i0.ɵɵnextContext(3);
465
- i0.ɵɵadvance();
466
- i0.ɵɵtextInterpolate(ctx_r2.label() === "p-emptylabel" ? "\u00A0" : ctx_r2.label());
467
- } }
468
- function Select_span_0_ng_template_4_Template(rf, ctx) { if (rf & 1) {
469
- i0.ɵɵtemplate(0, Select_span_0_ng_template_4_span_0_Template, 2, 1, "span", 18);
470
- } if (rf & 2) {
471
- const ctx_r2 = i0.ɵɵnextContext(2);
472
- i0.ɵɵproperty("ngIf", !ctx_r2.selectedOption);
473
- } }
474
- function Select_span_0_Template(rf, ctx) { if (rf & 1) {
475
- const _r2 = i0.ɵɵgetCurrentView();
476
- i0.ɵɵelementStart(0, "span", 22, 3);
477
- i0.ɵɵlistener("focus", function Select_span_0_Template_span_focus_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onInputFocus($event)); })("blur", function Select_span_0_Template_span_blur_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onInputBlur($event)); })("keydown", function Select_span_0_Template_span_keydown_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onKeyDown($event)); });
478
- i0.ɵɵtemplate(2, Select_span_0_ng_container_2_Template, 2, 1, "ng-container", 20)(3, Select_span_0_ng_container_3_Template, 1, 4, "ng-container", 23)(4, Select_span_0_ng_template_4_Template, 1, 1, "ng-template", null, 4, i0.ɵɵtemplateRefExtractor);
479
- i0.ɵɵelementEnd();
480
- } if (rf & 2) {
481
- let tmp_17_0;
482
- const defaultPlaceholder_r4 = i0.ɵɵreference(5);
483
- const ctx_r2 = i0.ɵɵnextContext();
484
- i0.ɵɵproperty("ngClass", ctx_r2.inputClass)("pTooltip", ctx_r2.tooltip)("tooltipPosition", ctx_r2.tooltipPosition)("positionStyle", ctx_r2.tooltipPositionStyle)("tooltipStyleClass", ctx_r2.tooltipStyleClass)("pAutoFocus", ctx_r2.autofocus);
485
- i0.ɵɵattribute("aria-disabled", ctx_r2.disabled)("id", ctx_r2.inputId)("aria-label", ctx_r2.ariaLabel || (ctx_r2.label() === "p-emptylabel" ? undefined : ctx_r2.label()))("aria-labelledby", ctx_r2.ariaLabelledBy)("aria-haspopup", "listbox")("aria-expanded", (tmp_17_0 = ctx_r2.overlayVisible) !== null && tmp_17_0 !== undefined ? tmp_17_0 : false)("aria-controls", ctx_r2.overlayVisible ? ctx_r2.id + "_list" : null)("tabindex", !ctx_r2.disabled ? ctx_r2.tabindex : -1)("aria-activedescendant", ctx_r2.focused ? ctx_r2.focusedOptionId : undefined)("aria-required", ctx_r2.required)("required", ctx_r2.required);
486
- i0.ɵɵadvance(2);
487
- i0.ɵɵproperty("ngIf", !ctx_r2.selectedItemTemplate && !ctx_r2._selectedItemTemplate)("ngIfElse", defaultPlaceholder_r4);
488
- i0.ɵɵadvance();
489
- i0.ɵɵproperty("ngIf", (ctx_r2.selectedItemTemplate || ctx_r2._selectedItemTemplate) && ctx_r2.selectedOption);
490
- } }
491
- function Select_input_1_Template(rf, ctx) { if (rf & 1) {
492
- const _r5 = i0.ɵɵgetCurrentView();
493
- i0.ɵɵelementStart(0, "input", 25, 5);
494
- i0.ɵɵlistener("input", function Select_input_1_Template_input_input_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onEditableInput($event)); })("keydown", function Select_input_1_Template_input_keydown_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onKeyDown($event)); })("focus", function Select_input_1_Template_input_focus_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onInputFocus($event)); })("blur", function Select_input_1_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onInputBlur($event)); });
495
- i0.ɵɵelementEnd();
496
- } if (rf & 2) {
497
- const ctx_r2 = i0.ɵɵnextContext();
498
- i0.ɵɵproperty("ngClass", ctx_r2.inputClass)("disabled", ctx_r2.disabled)("pAutoFocus", ctx_r2.autofocus);
499
- i0.ɵɵattribute("id", ctx_r2.inputId)("maxlength", ctx_r2.maxlength)("placeholder", ctx_r2.modelValue() === undefined || ctx_r2.modelValue() === null ? ctx_r2.placeholder() : undefined)("aria-label", ctx_r2.ariaLabel || (ctx_r2.label() === "p-emptylabel" ? undefined : ctx_r2.label()))("aria-activedescendant", ctx_r2.focused ? ctx_r2.focusedOptionId : undefined);
500
- } }
501
- function Select_ng_container_2_TimesIcon_1_Template(rf, ctx) { if (rf & 1) {
502
- const _r6 = i0.ɵɵgetCurrentView();
503
- i0.ɵɵelementStart(0, "TimesIcon", 27);
504
- i0.ɵɵlistener("click", function Select_ng_container_2_TimesIcon_1_Template_TimesIcon_click_0_listener($event) { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.clear($event)); });
505
- i0.ɵɵelementEnd();
506
- } if (rf & 2) {
507
- i0.ɵɵattribute("data-pc-section", "clearicon");
508
- } }
509
- function Select_ng_container_2_span_2_1_ng_template_0_Template(rf, ctx) { }
510
- function Select_ng_container_2_span_2_1_Template(rf, ctx) { if (rf & 1) {
511
- i0.ɵɵtemplate(0, Select_ng_container_2_span_2_1_ng_template_0_Template, 0, 0, "ng-template");
512
- } }
513
- function Select_ng_container_2_span_2_Template(rf, ctx) { if (rf & 1) {
514
- const _r7 = i0.ɵɵgetCurrentView();
515
- i0.ɵɵelementStart(0, "span", 27);
516
- i0.ɵɵlistener("click", function Select_ng_container_2_span_2_Template_span_click_0_listener($event) { i0.ɵɵrestoreView(_r7); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.clear($event)); });
517
- i0.ɵɵtemplate(1, Select_ng_container_2_span_2_1_Template, 1, 0, null, 28);
518
- i0.ɵɵelementEnd();
519
- } if (rf & 2) {
520
- const ctx_r2 = i0.ɵɵnextContext(2);
521
- i0.ɵɵattribute("data-pc-section", "clearicon");
522
- i0.ɵɵadvance();
523
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.clearIconTemplate || ctx_r2._clearIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction0(3, _c26));
524
- } }
525
- function Select_ng_container_2_Template(rf, ctx) { if (rf & 1) {
526
- i0.ɵɵelementContainerStart(0);
527
- i0.ɵɵtemplate(1, Select_ng_container_2_TimesIcon_1_Template, 1, 1, "TimesIcon", 26)(2, Select_ng_container_2_span_2_Template, 2, 4, "span", 26);
528
- i0.ɵɵelementContainerEnd();
529
- } if (rf & 2) {
530
- const ctx_r2 = i0.ɵɵnextContext();
531
- i0.ɵɵadvance();
532
- i0.ɵɵproperty("ngIf", !ctx_r2.clearIconTemplate && !ctx_r2._clearIconTemplate);
533
- i0.ɵɵadvance();
534
- i0.ɵɵproperty("ngIf", ctx_r2.clearIconTemplate || ctx_r2._clearIconTemplate);
535
- } }
536
- function Select_ng_container_4_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
537
- i0.ɵɵelementContainer(0);
538
- } }
539
- function Select_ng_container_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
540
- i0.ɵɵelementContainerStart(0);
541
- i0.ɵɵtemplate(1, Select_ng_container_4_ng_container_1_ng_container_1_Template, 1, 0, "ng-container", 29);
542
- i0.ɵɵelementContainerEnd();
543
- } if (rf & 2) {
544
- const ctx_r2 = i0.ɵɵnextContext(2);
545
- i0.ɵɵadvance();
546
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.loadingIconTemplate || ctx_r2._loadingIconTemplate);
547
- } }
548
- function Select_ng_container_4_ng_container_2_span_1_Template(rf, ctx) { if (rf & 1) {
549
- i0.ɵɵelement(0, "span", 32);
550
- } if (rf & 2) {
551
- const ctx_r2 = i0.ɵɵnextContext(3);
552
- i0.ɵɵproperty("ngClass", "p-select-loading-icon pi-spin " + ctx_r2.loadingIcon);
553
- } }
554
- function Select_ng_container_4_ng_container_2_span_2_Template(rf, ctx) { if (rf & 1) {
555
- i0.ɵɵelement(0, "span", 33);
556
- } if (rf & 2) {
557
- i0.ɵɵclassMap("p-select-loading-icon pi pi-spinner pi-spin");
558
- } }
559
- function Select_ng_container_4_ng_container_2_Template(rf, ctx) { if (rf & 1) {
560
- i0.ɵɵelementContainerStart(0);
561
- i0.ɵɵtemplate(1, Select_ng_container_4_ng_container_2_span_1_Template, 1, 1, "span", 30)(2, Select_ng_container_4_ng_container_2_span_2_Template, 1, 2, "span", 31);
562
- i0.ɵɵelementContainerEnd();
563
- } if (rf & 2) {
564
- const ctx_r2 = i0.ɵɵnextContext(2);
565
- i0.ɵɵadvance();
566
- i0.ɵɵproperty("ngIf", ctx_r2.loadingIcon);
567
- i0.ɵɵadvance();
568
- i0.ɵɵproperty("ngIf", !ctx_r2.loadingIcon);
569
- } }
570
- function Select_ng_container_4_Template(rf, ctx) { if (rf & 1) {
571
- i0.ɵɵelementContainerStart(0);
572
- i0.ɵɵtemplate(1, Select_ng_container_4_ng_container_1_Template, 2, 1, "ng-container", 18)(2, Select_ng_container_4_ng_container_2_Template, 3, 2, "ng-container", 18);
573
- i0.ɵɵelementContainerEnd();
574
- } if (rf & 2) {
575
- const ctx_r2 = i0.ɵɵnextContext();
576
- i0.ɵɵadvance();
577
- i0.ɵɵproperty("ngIf", ctx_r2.loadingIconTemplate || ctx_r2._loadingIconTemplate);
578
- i0.ɵɵadvance();
579
- i0.ɵɵproperty("ngIf", !ctx_r2.loadingIconTemplate && !ctx_r2._loadingIconTemplate);
580
- } }
581
- function Select_ng_template_5_ng_container_0_span_1_Template(rf, ctx) { if (rf & 1) {
582
- i0.ɵɵelement(0, "span", 37);
583
- } if (rf & 2) {
584
- const ctx_r2 = i0.ɵɵnextContext(3);
585
- i0.ɵɵproperty("ngClass", ctx_r2.dropdownIcon);
586
- } }
587
- function Select_ng_template_5_ng_container_0_ChevronDownIcon_2_Template(rf, ctx) { if (rf & 1) {
588
- i0.ɵɵelement(0, "ChevronDownIcon", 38);
589
- } if (rf & 2) {
590
- i0.ɵɵproperty("styleClass", "p-select-dropdown-icon");
591
- } }
592
- function Select_ng_template_5_ng_container_0_Template(rf, ctx) { if (rf & 1) {
593
- i0.ɵɵelementContainerStart(0);
594
- i0.ɵɵtemplate(1, Select_ng_template_5_ng_container_0_span_1_Template, 1, 1, "span", 35)(2, Select_ng_template_5_ng_container_0_ChevronDownIcon_2_Template, 1, 1, "ChevronDownIcon", 36);
595
- i0.ɵɵelementContainerEnd();
596
- } if (rf & 2) {
597
- const ctx_r2 = i0.ɵɵnextContext(2);
598
- i0.ɵɵadvance();
599
- i0.ɵɵproperty("ngIf", ctx_r2.dropdownIcon);
600
- i0.ɵɵadvance();
601
- i0.ɵɵproperty("ngIf", !ctx_r2.dropdownIcon);
602
- } }
603
- function Select_ng_template_5_span_1_1_ng_template_0_Template(rf, ctx) { }
604
- function Select_ng_template_5_span_1_1_Template(rf, ctx) { if (rf & 1) {
605
- i0.ɵɵtemplate(0, Select_ng_template_5_span_1_1_ng_template_0_Template, 0, 0, "ng-template");
606
- } }
607
- function Select_ng_template_5_span_1_Template(rf, ctx) { if (rf & 1) {
608
- i0.ɵɵelementStart(0, "span", 39);
609
- i0.ɵɵtemplate(1, Select_ng_template_5_span_1_1_Template, 1, 0, null, 28);
610
- i0.ɵɵelementEnd();
611
- } if (rf & 2) {
612
- const ctx_r2 = i0.ɵɵnextContext(2);
613
- i0.ɵɵadvance();
614
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.dropdownIconTemplate || ctx_r2._dropdownIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction0(2, _c27));
615
- } }
616
- function Select_ng_template_5_Template(rf, ctx) { if (rf & 1) {
617
- i0.ɵɵtemplate(0, Select_ng_template_5_ng_container_0_Template, 3, 2, "ng-container", 18)(1, Select_ng_template_5_span_1_Template, 2, 3, "span", 34);
618
- } if (rf & 2) {
619
- const ctx_r2 = i0.ɵɵnextContext();
620
- i0.ɵɵproperty("ngIf", !ctx_r2.dropdownIconTemplate && !ctx_r2._dropdownIconTemplate);
621
- i0.ɵɵadvance();
622
- i0.ɵɵproperty("ngIf", ctx_r2.dropdownIconTemplate || ctx_r2._dropdownIconTemplate);
623
- } }
624
- function Select_ng_template_9_ng_container_3_Template(rf, ctx) { if (rf & 1) {
625
- i0.ɵɵelementContainer(0);
626
- } }
627
- function Select_ng_template_9_div_4_ng_container_1_ng_container_1_Template(rf, ctx) { if (rf & 1) {
628
- i0.ɵɵelementContainer(0);
629
- } }
630
- function Select_ng_template_9_div_4_ng_container_1_Template(rf, ctx) { if (rf & 1) {
631
- i0.ɵɵelementContainerStart(0);
632
- i0.ɵɵtemplate(1, Select_ng_template_9_div_4_ng_container_1_ng_container_1_Template, 1, 0, "ng-container", 28);
633
- i0.ɵɵelementContainerEnd();
634
- } if (rf & 2) {
635
- const ctx_r2 = i0.ɵɵnextContext(3);
636
- i0.ɵɵadvance();
637
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.filterTemplate || ctx_r2._filterTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c28, ctx_r2.filterOptions));
638
- } }
639
- function Select_ng_template_9_div_4_ng_template_2_SearchIcon_4_Template(rf, ctx) { if (rf & 1) {
640
- i0.ɵɵelement(0, "SearchIcon");
641
- } }
642
- function Select_ng_template_9_div_4_ng_template_2_span_5_1_ng_template_0_Template(rf, ctx) { }
643
- function Select_ng_template_9_div_4_ng_template_2_span_5_1_Template(rf, ctx) { if (rf & 1) {
644
- i0.ɵɵtemplate(0, Select_ng_template_9_div_4_ng_template_2_span_5_1_ng_template_0_Template, 0, 0, "ng-template");
645
- } }
646
- function Select_ng_template_9_div_4_ng_template_2_span_5_Template(rf, ctx) { if (rf & 1) {
647
- i0.ɵɵelementStart(0, "span");
648
- i0.ɵɵtemplate(1, Select_ng_template_9_div_4_ng_template_2_span_5_1_Template, 1, 0, null, 29);
649
- i0.ɵɵelementEnd();
650
- } if (rf & 2) {
651
- const ctx_r2 = i0.ɵɵnextContext(4);
652
- i0.ɵɵadvance();
653
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.filterIconTemplate || ctx_r2._filterIconTemplate);
654
- } }
655
- function Select_ng_template_9_div_4_ng_template_2_Template(rf, ctx) { if (rf & 1) {
656
- const _r10 = i0.ɵɵgetCurrentView();
657
- i0.ɵɵelementStart(0, "p-iconfield")(1, "input", 46, 10);
658
- i0.ɵɵlistener("input", function Select_ng_template_9_div_4_ng_template_2_Template_input_input_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.onFilterInputChange($event)); })("keydown", function Select_ng_template_9_div_4_ng_template_2_Template_input_keydown_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.onFilterKeyDown($event)); })("blur", function Select_ng_template_9_div_4_ng_template_2_Template_input_blur_1_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.onFilterBlur($event)); });
659
- i0.ɵɵelementEnd();
660
- i0.ɵɵelementStart(3, "p-inputicon");
661
- i0.ɵɵtemplate(4, Select_ng_template_9_div_4_ng_template_2_SearchIcon_4_Template, 1, 0, "SearchIcon", 18)(5, Select_ng_template_9_div_4_ng_template_2_span_5_Template, 2, 1, "span", 18);
662
- i0.ɵɵelementEnd()();
663
- } if (rf & 2) {
664
- const ctx_r2 = i0.ɵɵnextContext(3);
665
- i0.ɵɵadvance();
666
- i0.ɵɵproperty("pSize", ctx_r2.size)("value", ctx_r2._filterValue() || "")("variant", ctx_r2.variant);
667
- i0.ɵɵattribute("placeholder", ctx_r2.filterPlaceholder)("aria-owns", ctx_r2.id + "_list")("aria-label", ctx_r2.ariaFilterLabel)("aria-activedescendant", ctx_r2.focusedOptionId);
668
- i0.ɵɵadvance(3);
669
- i0.ɵɵproperty("ngIf", !ctx_r2.filterIconTemplate && !ctx_r2._filterIconTemplate);
670
- i0.ɵɵadvance();
671
- i0.ɵɵproperty("ngIf", ctx_r2.filterIconTemplate || ctx_r2._filterIconTemplate);
672
- } }
673
- function Select_ng_template_9_div_4_Template(rf, ctx) { if (rf & 1) {
674
- const _r9 = i0.ɵɵgetCurrentView();
675
- i0.ɵɵelementStart(0, "div", 45);
676
- i0.ɵɵlistener("click", function Select_ng_template_9_div_4_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r9); return i0.ɵɵresetView($event.stopPropagation()); });
677
- i0.ɵɵtemplate(1, Select_ng_template_9_div_4_ng_container_1_Template, 2, 4, "ng-container", 20)(2, Select_ng_template_9_div_4_ng_template_2_Template, 6, 9, "ng-template", null, 9, i0.ɵɵtemplateRefExtractor);
678
- i0.ɵɵelementEnd();
679
- } if (rf & 2) {
680
- const builtInFilterElement_r11 = i0.ɵɵreference(3);
681
- const ctx_r2 = i0.ɵɵnextContext(2);
682
- i0.ɵɵadvance();
683
- i0.ɵɵproperty("ngIf", ctx_r2.filterTemplate || ctx_r2._filterTemplate)("ngIfElse", builtInFilterElement_r11);
684
- } }
685
- function Select_ng_template_9_p_scroller_6_ng_template_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
686
- i0.ɵɵelementContainer(0);
687
- } }
688
- function Select_ng_template_9_p_scroller_6_ng_template_2_Template(rf, ctx) { if (rf & 1) {
689
- i0.ɵɵtemplate(0, Select_ng_template_9_p_scroller_6_ng_template_2_ng_container_0_Template, 1, 0, "ng-container", 28);
690
- } if (rf & 2) {
691
- const items_r13 = ctx.$implicit;
692
- const scrollerOptions_r14 = ctx.options;
693
- i0.ɵɵnextContext(2);
694
- const buildInItems_r15 = i0.ɵɵreference(9);
695
- i0.ɵɵproperty("ngTemplateOutlet", buildInItems_r15)("ngTemplateOutletContext", i0.ɵɵpureFunction2(2, _c29, items_r13, scrollerOptions_r14));
696
- } }
697
- function Select_ng_template_9_p_scroller_6_ng_container_4_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
698
- i0.ɵɵelementContainer(0);
699
- } }
700
- function Select_ng_template_9_p_scroller_6_ng_container_4_ng_template_1_Template(rf, ctx) { if (rf & 1) {
701
- i0.ɵɵtemplate(0, Select_ng_template_9_p_scroller_6_ng_container_4_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 28);
702
- } if (rf & 2) {
703
- const scrollerOptions_r16 = ctx.options;
704
- const ctx_r2 = i0.ɵɵnextContext(4);
705
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.loaderTemplate || ctx_r2._loaderTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c28, scrollerOptions_r16));
706
- } }
707
- function Select_ng_template_9_p_scroller_6_ng_container_4_Template(rf, ctx) { if (rf & 1) {
708
- i0.ɵɵelementContainerStart(0);
709
- i0.ɵɵtemplate(1, Select_ng_template_9_p_scroller_6_ng_container_4_ng_template_1_Template, 1, 4, "ng-template", null, 12, i0.ɵɵtemplateRefExtractor);
710
- i0.ɵɵelementContainerEnd();
711
- } }
712
- function Select_ng_template_9_p_scroller_6_Template(rf, ctx) { if (rf & 1) {
713
- const _r12 = i0.ɵɵgetCurrentView();
714
- i0.ɵɵelementStart(0, "p-scroller", 47, 11);
715
- i0.ɵɵlistener("onLazyLoad", function Select_ng_template_9_p_scroller_6_Template_p_scroller_onLazyLoad_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onLazyLoad.emit($event)); });
716
- i0.ɵɵtemplate(2, Select_ng_template_9_p_scroller_6_ng_template_2_Template, 1, 5, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor)(4, Select_ng_template_9_p_scroller_6_ng_container_4_Template, 3, 0, "ng-container", 18);
717
- i0.ɵɵelementEnd();
718
- } if (rf & 2) {
719
- const ctx_r2 = i0.ɵɵnextContext(2);
720
- i0.ɵɵstyleMap(i0.ɵɵpureFunction1(8, _c0, ctx_r2.scrollHeight));
721
- i0.ɵɵproperty("items", ctx_r2.visibleOptions())("itemSize", ctx_r2.virtualScrollItemSize || ctx_r2._itemSize)("autoSize", true)("lazy", ctx_r2.lazy)("options", ctx_r2.virtualScrollOptions);
722
- i0.ɵɵadvance(4);
723
- i0.ɵɵproperty("ngIf", ctx_r2.loaderTemplate || ctx_r2._loaderTemplate);
724
- } }
725
- function Select_ng_template_9_ng_container_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
726
- i0.ɵɵelementContainer(0);
727
- } }
728
- function Select_ng_template_9_ng_container_7_Template(rf, ctx) { if (rf & 1) {
729
- i0.ɵɵelementContainerStart(0);
730
- i0.ɵɵtemplate(1, Select_ng_template_9_ng_container_7_ng_container_1_Template, 1, 0, "ng-container", 28);
731
- i0.ɵɵelementContainerEnd();
732
- } if (rf & 2) {
733
- i0.ɵɵnextContext();
734
- const buildInItems_r15 = i0.ɵɵreference(9);
735
- const ctx_r2 = i0.ɵɵnextContext();
736
- i0.ɵɵadvance();
737
- i0.ɵɵproperty("ngTemplateOutlet", buildInItems_r15)("ngTemplateOutletContext", i0.ɵɵpureFunction2(3, _c29, ctx_r2.visibleOptions(), i0.ɵɵpureFunction0(2, _c30)));
738
- } }
739
- function Select_ng_template_9_ng_template_8_ng_template_2_ng_container_0_span_2_Template(rf, ctx) { if (rf & 1) {
740
- i0.ɵɵelementStart(0, "span");
741
- i0.ɵɵtext(1);
742
- i0.ɵɵelementEnd();
743
- } if (rf & 2) {
744
- const option_r17 = i0.ɵɵnextContext(2).$implicit;
745
- const ctx_r2 = i0.ɵɵnextContext(3);
746
- i0.ɵɵadvance();
747
- i0.ɵɵtextInterpolate(ctx_r2.getOptionGroupLabel(option_r17.optionGroup));
748
- } }
749
- function Select_ng_template_9_ng_template_8_ng_template_2_ng_container_0_ng_container_3_Template(rf, ctx) { if (rf & 1) {
750
- i0.ɵɵelementContainer(0);
751
- } }
752
- function Select_ng_template_9_ng_template_8_ng_template_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
753
- i0.ɵɵelementContainerStart(0);
754
- i0.ɵɵelementStart(1, "li", 51);
755
- i0.ɵɵtemplate(2, Select_ng_template_9_ng_template_8_ng_template_2_ng_container_0_span_2_Template, 2, 1, "span", 18)(3, Select_ng_template_9_ng_template_8_ng_template_2_ng_container_0_ng_container_3_Template, 1, 0, "ng-container", 28);
756
- i0.ɵɵelementEnd();
757
- i0.ɵɵelementContainerEnd();
758
- } if (rf & 2) {
759
- const ctx_r17 = i0.ɵɵnextContext();
760
- const option_r17 = ctx_r17.$implicit;
761
- const i_r19 = ctx_r17.index;
762
- const scrollerOptions_r20 = i0.ɵɵnextContext().options;
763
- const ctx_r2 = i0.ɵɵnextContext(2);
764
- i0.ɵɵadvance();
765
- i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(5, _c0, scrollerOptions_r20.itemSize + "px"));
766
- i0.ɵɵattribute("id", ctx_r2.id + "_" + ctx_r2.getOptionIndex(i_r19, scrollerOptions_r20));
767
- i0.ɵɵadvance();
768
- i0.ɵɵproperty("ngIf", !ctx_r2.groupTemplate && !ctx_r2._groupTemplate);
769
- i0.ɵɵadvance();
770
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.groupTemplate || ctx_r2._groupTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(7, _c2, option_r17.optionGroup));
771
- } }
772
- function Select_ng_template_9_ng_template_8_ng_template_2_ng_container_1_Template(rf, ctx) { if (rf & 1) {
773
- const _r21 = i0.ɵɵgetCurrentView();
774
- i0.ɵɵelementContainerStart(0);
775
- i0.ɵɵelementStart(1, "p-selectItem", 52);
776
- i0.ɵɵlistener("onClick", function Select_ng_template_9_ng_template_8_ng_template_2_ng_container_1_Template_p_selectItem_onClick_1_listener($event) { i0.ɵɵrestoreView(_r21); const option_r17 = i0.ɵɵnextContext().$implicit; const ctx_r2 = i0.ɵɵnextContext(3); return i0.ɵɵresetView(ctx_r2.onOptionSelect($event, option_r17)); })("onMouseEnter", function Select_ng_template_9_ng_template_8_ng_template_2_ng_container_1_Template_p_selectItem_onMouseEnter_1_listener($event) { i0.ɵɵrestoreView(_r21); const i_r19 = i0.ɵɵnextContext().index; const scrollerOptions_r20 = i0.ɵɵnextContext().options; const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onOptionMouseEnter($event, ctx_r2.getOptionIndex(i_r19, scrollerOptions_r20))); });
777
- i0.ɵɵelementEnd();
778
- i0.ɵɵelementContainerEnd();
779
- } if (rf & 2) {
780
- const ctx_r17 = i0.ɵɵnextContext();
781
- const option_r17 = ctx_r17.$implicit;
782
- const i_r19 = ctx_r17.index;
783
- const scrollerOptions_r20 = i0.ɵɵnextContext().options;
784
- const ctx_r2 = i0.ɵɵnextContext(2);
785
- i0.ɵɵadvance();
786
- i0.ɵɵproperty("id", ctx_r2.id + "_" + ctx_r2.getOptionIndex(i_r19, scrollerOptions_r20))("option", option_r17)("checkmark", ctx_r2.checkmark)("selected", ctx_r2.isSelected(option_r17))("label", ctx_r2.getOptionLabel(option_r17))("disabled", ctx_r2.isOptionDisabled(option_r17))("template", ctx_r2.itemTemplate || ctx_r2._itemTemplate)("focused", ctx_r2.focusedOptionIndex() === ctx_r2.getOptionIndex(i_r19, scrollerOptions_r20))("ariaPosInset", ctx_r2.getAriaPosInset(ctx_r2.getOptionIndex(i_r19, scrollerOptions_r20)))("ariaSetSize", ctx_r2.ariaSetSize);
787
- } }
788
- function Select_ng_template_9_ng_template_8_ng_template_2_Template(rf, ctx) { if (rf & 1) {
789
- i0.ɵɵtemplate(0, Select_ng_template_9_ng_template_8_ng_template_2_ng_container_0_Template, 4, 9, "ng-container", 18)(1, Select_ng_template_9_ng_template_8_ng_template_2_ng_container_1_Template, 2, 10, "ng-container", 18);
790
- } if (rf & 2) {
791
- const option_r17 = ctx.$implicit;
792
- const ctx_r2 = i0.ɵɵnextContext(3);
793
- i0.ɵɵproperty("ngIf", ctx_r2.isOptionGroup(option_r17));
794
- i0.ɵɵadvance();
795
- i0.ɵɵproperty("ngIf", !ctx_r2.isOptionGroup(option_r17));
796
- } }
797
- function Select_ng_template_9_ng_template_8_li_3_Conditional_1_Template(rf, ctx) { if (rf & 1) {
798
- i0.ɵɵtext(0);
799
- } if (rf & 2) {
800
- const ctx_r2 = i0.ɵɵnextContext(4);
801
- i0.ɵɵtextInterpolate1(" ", ctx_r2.emptyFilterMessageLabel, " ");
802
- } }
803
- function Select_ng_template_9_ng_template_8_li_3_Conditional_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
804
- i0.ɵɵelementContainer(0, null, 14);
805
- } }
806
- function Select_ng_template_9_ng_template_8_li_3_Conditional_2_Template(rf, ctx) { if (rf & 1) {
807
- i0.ɵɵtemplate(0, Select_ng_template_9_ng_template_8_li_3_Conditional_2_ng_container_0_Template, 2, 0, "ng-container", 29);
808
- } if (rf & 2) {
809
- const ctx_r2 = i0.ɵɵnextContext(4);
810
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.emptyFilterTemplate || ctx_r2._emptyFilterTemplate || ctx_r2.emptyTemplate || ctx_r2._emptyTemplate);
811
- } }
812
- function Select_ng_template_9_ng_template_8_li_3_Template(rf, ctx) { if (rf & 1) {
813
- i0.ɵɵelementStart(0, "li", 53);
814
- i0.ɵɵtemplate(1, Select_ng_template_9_ng_template_8_li_3_Conditional_1_Template, 1, 1)(2, Select_ng_template_9_ng_template_8_li_3_Conditional_2_Template, 1, 1, "ng-container");
815
- i0.ɵɵelementEnd();
816
- } if (rf & 2) {
817
- const scrollerOptions_r20 = i0.ɵɵnextContext().options;
818
- const ctx_r2 = i0.ɵɵnextContext(2);
819
- i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(2, _c0, scrollerOptions_r20.itemSize + "px"));
820
- i0.ɵɵadvance();
821
- i0.ɵɵconditional(!ctx_r2.emptyFilterTemplate && !ctx_r2._emptyFilterTemplate && !ctx_r2.emptyTemplate ? 1 : 2);
822
- } }
823
- function Select_ng_template_9_ng_template_8_li_4_Conditional_1_Template(rf, ctx) { if (rf & 1) {
824
- i0.ɵɵtext(0);
825
- } if (rf & 2) {
826
- const ctx_r2 = i0.ɵɵnextContext(4);
827
- i0.ɵɵtextInterpolate1(" ", ctx_r2.emptyMessageLabel, " ");
828
- } }
829
- function Select_ng_template_9_ng_template_8_li_4_Conditional_2_ng_container_0_Template(rf, ctx) { if (rf & 1) {
830
- i0.ɵɵelementContainer(0, null, 15);
831
- } }
832
- function Select_ng_template_9_ng_template_8_li_4_Conditional_2_Template(rf, ctx) { if (rf & 1) {
833
- i0.ɵɵtemplate(0, Select_ng_template_9_ng_template_8_li_4_Conditional_2_ng_container_0_Template, 2, 0, "ng-container", 29);
834
- } if (rf & 2) {
835
- const ctx_r2 = i0.ɵɵnextContext(4);
836
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.emptyTemplate || ctx_r2._emptyTemplate);
837
- } }
838
- function Select_ng_template_9_ng_template_8_li_4_Template(rf, ctx) { if (rf & 1) {
839
- i0.ɵɵelementStart(0, "li", 53);
840
- i0.ɵɵtemplate(1, Select_ng_template_9_ng_template_8_li_4_Conditional_1_Template, 1, 1)(2, Select_ng_template_9_ng_template_8_li_4_Conditional_2_Template, 1, 1, "ng-container");
841
- i0.ɵɵelementEnd();
842
- } if (rf & 2) {
843
- const scrollerOptions_r20 = i0.ɵɵnextContext().options;
844
- const ctx_r2 = i0.ɵɵnextContext(2);
845
- i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(2, _c0, scrollerOptions_r20.itemSize + "px"));
846
- i0.ɵɵadvance();
847
- i0.ɵɵconditional(!ctx_r2.emptyTemplate && !ctx_r2._emptyTemplate ? 1 : 2);
848
- } }
849
- function Select_ng_template_9_ng_template_8_Template(rf, ctx) { if (rf & 1) {
850
- i0.ɵɵelementStart(0, "ul", 48, 13);
851
- i0.ɵɵtemplate(2, Select_ng_template_9_ng_template_8_ng_template_2_Template, 2, 2, "ng-template", 49)(3, Select_ng_template_9_ng_template_8_li_3_Template, 3, 4, "li", 50)(4, Select_ng_template_9_ng_template_8_li_4_Template, 3, 4, "li", 50);
852
- i0.ɵɵelementEnd();
853
- } if (rf & 2) {
854
- const items_r22 = ctx.$implicit;
855
- const scrollerOptions_r20 = ctx.options;
856
- const ctx_r2 = i0.ɵɵnextContext(2);
857
- i0.ɵɵstyleMap(scrollerOptions_r20.contentStyle);
858
- i0.ɵɵproperty("ngClass", scrollerOptions_r20.contentStyleClass);
859
- i0.ɵɵattribute("id", ctx_r2.id + "_list")("aria-label", ctx_r2.listLabel);
860
- i0.ɵɵadvance(2);
861
- i0.ɵɵproperty("ngForOf", items_r22);
862
- i0.ɵɵadvance();
863
- i0.ɵɵproperty("ngIf", ctx_r2.filterValue && ctx_r2.isEmpty());
864
- i0.ɵɵadvance();
865
- i0.ɵɵproperty("ngIf", !ctx_r2.filterValue && ctx_r2.isEmpty());
866
- } }
867
- function Select_ng_template_9_ng_container_10_Template(rf, ctx) { if (rf & 1) {
868
- i0.ɵɵelementContainer(0);
869
- } }
870
- function Select_ng_template_9_Template(rf, ctx) { if (rf & 1) {
871
- const _r8 = i0.ɵɵgetCurrentView();
872
- i0.ɵɵelementStart(0, "div", 40)(1, "span", 41, 6);
873
- i0.ɵɵlistener("focus", function Select_ng_template_9_Template_span_focus_1_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onFirstHiddenFocus($event)); });
874
- i0.ɵɵelementEnd();
875
- i0.ɵɵtemplate(3, Select_ng_template_9_ng_container_3_Template, 1, 0, "ng-container", 29)(4, Select_ng_template_9_div_4_Template, 4, 2, "div", 42);
876
- i0.ɵɵelementStart(5, "div", 43);
877
- i0.ɵɵtemplate(6, Select_ng_template_9_p_scroller_6_Template, 5, 10, "p-scroller", 44)(7, Select_ng_template_9_ng_container_7_Template, 2, 6, "ng-container", 18)(8, Select_ng_template_9_ng_template_8_Template, 5, 8, "ng-template", null, 7, i0.ɵɵtemplateRefExtractor);
878
- i0.ɵɵelementEnd();
879
- i0.ɵɵtemplate(10, Select_ng_template_9_ng_container_10_Template, 1, 0, "ng-container", 29);
880
- i0.ɵɵelementStart(11, "span", 41, 8);
881
- i0.ɵɵlistener("focus", function Select_ng_template_9_Template_span_focus_11_listener($event) { i0.ɵɵrestoreView(_r8); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onLastHiddenFocus($event)); });
882
- i0.ɵɵelementEnd()();
883
- } if (rf & 2) {
884
- const ctx_r2 = i0.ɵɵnextContext();
885
- i0.ɵɵclassMap(ctx_r2.panelStyleClass);
886
- i0.ɵɵproperty("ngClass", "p-select-overlay p-component")("ngStyle", ctx_r2.panelStyle);
887
- i0.ɵɵadvance();
888
- i0.ɵɵattribute("tabindex", 0)("data-p-hidden-accessible", true)("data-p-hidden-focusable", true);
889
- i0.ɵɵadvance(2);
890
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.headerTemplate || ctx_r2._headerTemplate);
891
- i0.ɵɵadvance();
892
- i0.ɵɵproperty("ngIf", ctx_r2.filter);
893
- i0.ɵɵadvance();
894
- i0.ɵɵstyleProp("max-height", ctx_r2.virtualScroll ? "auto" : ctx_r2.scrollHeight || "auto");
895
- i0.ɵɵadvance();
896
- i0.ɵɵproperty("ngIf", ctx_r2.virtualScroll);
897
- i0.ɵɵadvance();
898
- i0.ɵɵproperty("ngIf", !ctx_r2.virtualScroll);
899
- i0.ɵɵadvance(3);
900
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.footerTemplate || ctx_r2._footerTemplate);
901
- i0.ɵɵadvance();
902
- i0.ɵɵattribute("tabindex", 0)("data-p-hidden-accessible", true)("data-p-hidden-focusable", true);
903
- } }
904
384
  const SELECT_VALUE_ACCESSOR = {
905
385
  provide: NG_VALUE_ACCESSOR,
906
386
  useExisting: forwardRef(() => Select),
@@ -927,30 +407,45 @@ class SelectItem extends BaseComponent {
927
407
  onOptionMouseEnter(event) {
928
408
  this.onMouseEnter.emit(event);
929
409
  }
930
- static ɵfac = /*@__PURE__*/ (() => { let ɵSelectItem_BaseFactory; return function SelectItem_Factory(__ngFactoryType__) { return (ɵSelectItem_BaseFactory || (ɵSelectItem_BaseFactory = i0.ɵɵgetInheritedFactory(SelectItem)))(__ngFactoryType__ || SelectItem); }; })();
931
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectItem, selectors: [["p-selectItem"]], inputs: { id: "id", option: "option", selected: [2, "selected", "selected", booleanAttribute], focused: [2, "focused", "focused", booleanAttribute], label: "label", disabled: [2, "disabled", "disabled", booleanAttribute], visible: [2, "visible", "visible", booleanAttribute], itemSize: [2, "itemSize", "itemSize", numberAttribute], ariaPosInset: "ariaPosInset", ariaSetSize: "ariaSetSize", template: "template", checkmark: [2, "checkmark", "checkmark", booleanAttribute] }, outputs: { onClick: "onClick", onMouseEnter: "onMouseEnter" }, features: [i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 22, consts: [["role", "option", "pRipple", "", 3, "click", "mouseenter", "id", "ngStyle", "ngClass"], [4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], ["styleClass", "p-select-option-check-icon", 4, "ngIf"], ["styleClass", "p-select-option-blank-icon", 4, "ngIf"], ["styleClass", "p-select-option-check-icon"], ["styleClass", "p-select-option-blank-icon"]], template: function SelectItem_Template(rf, ctx) { if (rf & 1) {
932
- i0.ɵɵelementStart(0, "li", 0);
933
- i0.ɵɵlistener("click", function SelectItem_Template_li_click_0_listener($event) { return ctx.onOptionClick($event); })("mouseenter", function SelectItem_Template_li_mouseenter_0_listener($event) { return ctx.onOptionMouseEnter($event); });
934
- i0.ɵɵtemplate(1, SelectItem_ng_container_1_Template, 3, 2, "ng-container", 1)(2, SelectItem_span_2_Template, 2, 1, "span", 1)(3, SelectItem_ng_container_3_Template, 1, 0, "ng-container", 2);
935
- i0.ɵɵelementEnd();
936
- } if (rf & 2) {
937
- i0.ɵɵproperty("id", ctx.id)("ngStyle", i0.ɵɵpureFunction1(14, _c0, ctx.itemSize + "px"))("ngClass", i0.ɵɵpureFunction3(16, _c1, ctx.selected && !ctx.checkmark, ctx.disabled, ctx.focused));
938
- i0.ɵɵattribute("aria-label", ctx.label)("aria-setsize", ctx.ariaSetSize)("aria-posinset", ctx.ariaPosInset)("aria-selected", ctx.selected)("data-p-focused", ctx.focused)("data-p-highlight", ctx.selected)("data-p-disabled", ctx.disabled);
939
- i0.ɵɵadvance();
940
- i0.ɵɵproperty("ngIf", ctx.checkmark);
941
- i0.ɵɵadvance();
942
- i0.ɵɵproperty("ngIf", !ctx.template);
943
- i0.ɵɵadvance();
944
- i0.ɵɵproperty("ngTemplateOutlet", ctx.template)("ngTemplateOutletContext", i0.ɵɵpureFunction1(20, _c2, ctx.option));
945
- } }, dependencies: [CommonModule, i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, SharedModule, Ripple, CheckIcon, BlankIcon], encapsulation: 2 });
410
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectItem, deps: null, target: i0.ɵɵFactoryTarget.Component });
411
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.1.7", type: SelectItem, isStandalone: true, selector: "p-selectItem", inputs: { id: "id", option: "option", selected: ["selected", "selected", booleanAttribute], focused: ["focused", "focused", booleanAttribute], label: "label", disabled: ["disabled", "disabled", booleanAttribute], visible: ["visible", "visible", booleanAttribute], itemSize: ["itemSize", "itemSize", numberAttribute], ariaPosInset: "ariaPosInset", ariaSetSize: "ariaSetSize", template: "template", checkmark: ["checkmark", "checkmark", booleanAttribute] }, outputs: { onClick: "onClick", onMouseEnter: "onMouseEnter" }, usesInheritance: true, ngImport: i0, template: `
412
+ <li
413
+ [id]="id"
414
+ (click)="onOptionClick($event)"
415
+ (mouseenter)="onOptionMouseEnter($event)"
416
+ role="option"
417
+ pRipple
418
+ [attr.aria-label]="label"
419
+ [attr.aria-setsize]="ariaSetSize"
420
+ [attr.aria-posinset]="ariaPosInset"
421
+ [attr.aria-selected]="selected"
422
+ [attr.data-p-focused]="focused"
423
+ [attr.data-p-highlight]="selected"
424
+ [attr.data-p-disabled]="disabled"
425
+ [ngStyle]="{ height: itemSize + 'px' }"
426
+ [ngClass]="{
427
+ 'p-select-option': true,
428
+ 'p-select-option-selected': selected && !checkmark,
429
+ 'p-disabled': disabled,
430
+ 'p-focus': focused
431
+ }"
432
+ >
433
+ <ng-container *ngIf="checkmark">
434
+ <CheckIcon *ngIf="selected" styleClass="p-select-option-check-icon" />
435
+ <BlankIcon *ngIf="!selected" styleClass="p-select-option-blank-icon" />
436
+ </ng-container>
437
+ <span *ngIf="!template">{{ label ?? 'empty' }}</span>
438
+ <ng-container *ngTemplateOutlet="template; context: { $implicit: option }"></ng-container>
439
+ </li>
440
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: SharedModule }, { kind: "directive", type: Ripple, selector: "[pRipple]" }, { kind: "component", type: CheckIcon, selector: "CheckIcon" }, { kind: "component", type: BlankIcon, selector: "BlankIcon" }] });
946
441
  }
947
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectItem, [{
948
- type: Component,
949
- args: [{
950
- selector: 'p-selectItem',
951
- standalone: true,
952
- imports: [CommonModule, SharedModule, Ripple, CheckIcon, BlankIcon],
953
- template: `
442
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectItem, decorators: [{
443
+ type: Component,
444
+ args: [{
445
+ selector: 'p-selectItem',
446
+ standalone: true,
447
+ imports: [CommonModule, SharedModule, Ripple, CheckIcon, BlankIcon],
448
+ template: `
954
449
  <li
955
450
  [id]="id"
956
451
  (click)="onOptionClick($event)"
@@ -980,43 +475,42 @@ class SelectItem extends BaseComponent {
980
475
  <ng-container *ngTemplateOutlet="template; context: { $implicit: option }"></ng-container>
981
476
  </li>
982
477
  `
983
- }]
984
- }], null, { id: [{
985
- type: Input
986
- }], option: [{
987
- type: Input
988
- }], selected: [{
989
- type: Input,
990
- args: [{ transform: booleanAttribute }]
991
- }], focused: [{
992
- type: Input,
993
- args: [{ transform: booleanAttribute }]
994
- }], label: [{
995
- type: Input
996
- }], disabled: [{
997
- type: Input,
998
- args: [{ transform: booleanAttribute }]
999
- }], visible: [{
1000
- type: Input,
1001
- args: [{ transform: booleanAttribute }]
1002
- }], itemSize: [{
1003
- type: Input,
1004
- args: [{ transform: numberAttribute }]
1005
- }], ariaPosInset: [{
1006
- type: Input
1007
- }], ariaSetSize: [{
1008
- type: Input
1009
- }], template: [{
1010
- type: Input
1011
- }], checkmark: [{
1012
- type: Input,
1013
- args: [{ transform: booleanAttribute }]
1014
- }], onClick: [{
1015
- type: Output
1016
- }], onMouseEnter: [{
1017
- type: Output
1018
- }] }); })();
1019
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SelectItem, { className: "SelectItem", filePath: "select.ts", lineNumber: 107 }); })();
478
+ }]
479
+ }], propDecorators: { id: [{
480
+ type: Input
481
+ }], option: [{
482
+ type: Input
483
+ }], selected: [{
484
+ type: Input,
485
+ args: [{ transform: booleanAttribute }]
486
+ }], focused: [{
487
+ type: Input,
488
+ args: [{ transform: booleanAttribute }]
489
+ }], label: [{
490
+ type: Input
491
+ }], disabled: [{
492
+ type: Input,
493
+ args: [{ transform: booleanAttribute }]
494
+ }], visible: [{
495
+ type: Input,
496
+ args: [{ transform: booleanAttribute }]
497
+ }], itemSize: [{
498
+ type: Input,
499
+ args: [{ transform: numberAttribute }]
500
+ }], ariaPosInset: [{
501
+ type: Input
502
+ }], ariaSetSize: [{
503
+ type: Input
504
+ }], template: [{
505
+ type: Input
506
+ }], checkmark: [{
507
+ type: Input,
508
+ args: [{ transform: booleanAttribute }]
509
+ }], onClick: [{
510
+ type: Output
511
+ }], onMouseEnter: [{
512
+ type: Output
513
+ }] } });
1020
514
  /**
1021
515
  * Select is used to choose an item from a collection of options.
1022
516
  * @group Components
@@ -1118,7 +612,7 @@ class Select extends BaseComponent {
1118
612
  * Specifies the input variant of the component.
1119
613
  * @group Props
1120
614
  */
1121
- variant = 'outlined';
615
+ variant;
1122
616
  /**
1123
617
  * Identifier of the accessible input element.
1124
618
  * @group Props
@@ -1891,6 +1385,7 @@ class Select extends BaseComponent {
1891
1385
  return equals(this.modelValue(), this.getOptionValue(option), this.equalityKey());
1892
1386
  }
1893
1387
  ngAfterViewInit() {
1388
+ super.ngAfterViewInit();
1894
1389
  if (this.editable) {
1895
1390
  this.updateEditableLabel();
1896
1391
  }
@@ -2461,104 +1956,235 @@ class Select extends BaseComponent {
2461
1956
  this.onClear.emit(event);
2462
1957
  this.resetFilter();
2463
1958
  }
2464
- static ɵfac = function Select_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || Select)(i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i2.FilterService)); };
2465
- static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Select, selectors: [["p-select"]], contentQueries: function Select_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
2466
- i0.ɵɵcontentQuery(dirIndex, _c3, 4);
2467
- i0.ɵɵcontentQuery(dirIndex, _c4, 4);
2468
- i0.ɵɵcontentQuery(dirIndex, _c5, 4);
2469
- i0.ɵɵcontentQuery(dirIndex, _c6, 4);
2470
- i0.ɵɵcontentQuery(dirIndex, _c7, 4);
2471
- i0.ɵɵcontentQuery(dirIndex, _c8, 4);
2472
- i0.ɵɵcontentQuery(dirIndex, _c9, 4);
2473
- i0.ɵɵcontentQuery(dirIndex, _c10, 4);
2474
- i0.ɵɵcontentQuery(dirIndex, _c11, 4);
2475
- i0.ɵɵcontentQuery(dirIndex, _c12, 4);
2476
- i0.ɵɵcontentQuery(dirIndex, _c13, 4);
2477
- i0.ɵɵcontentQuery(dirIndex, _c14, 4);
2478
- i0.ɵɵcontentQuery(dirIndex, _c15, 4);
2479
- i0.ɵɵcontentQuery(dirIndex, _c16, 4);
2480
- i0.ɵɵcontentQuery(dirIndex, _c17, 4);
2481
- i0.ɵɵcontentQuery(dirIndex, _c18, 4);
2482
- i0.ɵɵcontentQuery(dirIndex, PrimeTemplate, 4);
2483
- } if (rf & 2) {
2484
- let _t;
2485
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.itemTemplate = _t.first);
2486
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.groupTemplate = _t.first);
2487
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.loaderTemplate = _t.first);
2488
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selectedItemTemplate = _t.first);
2489
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.headerTemplate = _t.first);
2490
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.filterTemplate = _t.first);
2491
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footerTemplate = _t.first);
2492
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.emptyFilterTemplate = _t.first);
2493
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.emptyTemplate = _t.first);
2494
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dropdownIconTemplate = _t.first);
2495
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.loadingIconTemplate = _t.first);
2496
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearIconTemplate = _t.first);
2497
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.filterIconTemplate = _t.first);
2498
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.onIconTemplate = _t.first);
2499
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.offIconTemplate = _t.first);
2500
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.cancelIconTemplate = _t.first);
2501
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.templates = _t);
2502
- } }, viewQuery: function Select_Query(rf, ctx) { if (rf & 1) {
2503
- i0.ɵɵviewQuery(_c8, 5);
2504
- i0.ɵɵviewQuery(_c19, 5);
2505
- i0.ɵɵviewQuery(_c20, 5);
2506
- i0.ɵɵviewQuery(_c21, 5);
2507
- i0.ɵɵviewQuery(_c22, 5);
2508
- i0.ɵɵviewQuery(_c23, 5);
2509
- i0.ɵɵviewQuery(_c24, 5);
2510
- i0.ɵɵviewQuery(_c25, 5);
2511
- } if (rf & 2) {
2512
- let _t;
2513
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.filterViewChild = _t.first);
2514
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.focusInputViewChild = _t.first);
2515
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.editableInputViewChild = _t.first);
2516
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.itemsViewChild = _t.first);
2517
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.scroller = _t.first);
2518
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.overlayViewChild = _t.first);
2519
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.firstHiddenFocusableElementOnOverlay = _t.first);
2520
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.lastHiddenFocusableElementOnOverlay = _t.first);
2521
- } }, hostVars: 5, hostBindings: function Select_HostBindings(rf, ctx) { if (rf & 1) {
2522
- i0.ɵɵlistener("click", function Select_click_HostBindingHandler($event) { return ctx.onContainerClick($event); });
2523
- } if (rf & 2) {
2524
- i0.ɵɵattribute("id", ctx.id);
2525
- i0.ɵɵstyleMap(ctx.hostStyle);
2526
- i0.ɵɵclassMap(ctx.hostClass);
2527
- } }, inputs: { id: "id", scrollHeight: "scrollHeight", filter: [2, "filter", "filter", booleanAttribute], name: "name", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", readonly: [2, "readonly", "readonly", booleanAttribute], required: [2, "required", "required", booleanAttribute], editable: [2, "editable", "editable", booleanAttribute], appendTo: "appendTo", tabindex: [2, "tabindex", "tabindex", numberAttribute], placeholder: "placeholder", loadingIcon: "loadingIcon", filterPlaceholder: "filterPlaceholder", filterLocale: "filterLocale", variant: "variant", inputId: "inputId", dataKey: "dataKey", filterBy: "filterBy", filterFields: "filterFields", autofocus: [2, "autofocus", "autofocus", booleanAttribute], resetFilterOnHide: [2, "resetFilterOnHide", "resetFilterOnHide", booleanAttribute], checkmark: [2, "checkmark", "checkmark", booleanAttribute], dropdownIcon: "dropdownIcon", loading: [2, "loading", "loading", booleanAttribute], optionLabel: "optionLabel", optionValue: "optionValue", optionDisabled: "optionDisabled", optionGroupLabel: "optionGroupLabel", optionGroupChildren: "optionGroupChildren", autoDisplayFirst: [2, "autoDisplayFirst", "autoDisplayFirst", booleanAttribute], group: [2, "group", "group", booleanAttribute], showClear: [2, "showClear", "showClear", booleanAttribute], emptyFilterMessage: "emptyFilterMessage", emptyMessage: "emptyMessage", lazy: [2, "lazy", "lazy", booleanAttribute], virtualScroll: [2, "virtualScroll", "virtualScroll", booleanAttribute], virtualScrollItemSize: [2, "virtualScrollItemSize", "virtualScrollItemSize", numberAttribute], virtualScrollOptions: "virtualScrollOptions", size: "size", overlayOptions: "overlayOptions", ariaFilterLabel: "ariaFilterLabel", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterMatchMode: "filterMatchMode", maxlength: [2, "maxlength", "maxlength", numberAttribute], tooltip: "tooltip", tooltipPosition: "tooltipPosition", tooltipPositionStyle: "tooltipPositionStyle", tooltipStyleClass: "tooltipStyleClass", focusOnHover: [2, "focusOnHover", "focusOnHover", booleanAttribute], selectOnFocus: [2, "selectOnFocus", "selectOnFocus", booleanAttribute], autoOptionFocus: [2, "autoOptionFocus", "autoOptionFocus", booleanAttribute], autofocusFilter: [2, "autofocusFilter", "autofocusFilter", booleanAttribute], fluid: [2, "fluid", "fluid", booleanAttribute], disabled: "disabled", itemSize: "itemSize", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", filterValue: "filterValue", options: "options" }, outputs: { onChange: "onChange", onFilter: "onFilter", onFocus: "onFocus", onBlur: "onBlur", onClick: "onClick", onShow: "onShow", onHide: "onHide", onClear: "onClear", onLazyLoad: "onLazyLoad" }, features: [i0.ɵɵProvidersFeature([SELECT_VALUE_ACCESSOR, SelectStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 11, vars: 15, consts: [["elseBlock", ""], ["overlay", ""], ["content", ""], ["focusInput", ""], ["defaultPlaceholder", ""], ["editableInput", ""], ["firstHiddenFocusableEl", ""], ["buildInItems", ""], ["lastHiddenFocusableEl", ""], ["builtInFilterElement", ""], ["filter", ""], ["scroller", ""], ["loader", ""], ["items", ""], ["emptyFilter", ""], ["empty", ""], ["role", "combobox", 3, "ngClass", "pTooltip", "tooltipPosition", "positionStyle", "tooltipStyleClass", "pAutoFocus", "focus", "blur", "keydown", 4, "ngIf"], ["type", "text", "aria-haspopup", "listbox", 3, "ngClass", "disabled", "pAutoFocus", "input", "keydown", "focus", "blur", 4, "ngIf"], [4, "ngIf"], ["role", "button", "aria-label", "dropdown trigger", "aria-haspopup", "listbox", 1, "p-select-dropdown"], [4, "ngIf", "ngIfElse"], [3, "visibleChange", "onAnimationStart", "onHide", "visible", "options", "target", "appendTo", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions"], ["role", "combobox", 3, "focus", "blur", "keydown", "ngClass", "pTooltip", "tooltipPosition", "positionStyle", "tooltipStyleClass", "pAutoFocus"], [3, "ngTemplateOutlet", "ngTemplateOutletContext", 4, "ngIf"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], ["type", "text", "aria-haspopup", "listbox", 3, "input", "keydown", "focus", "blur", "ngClass", "disabled", "pAutoFocus"], ["class", "p-select-clear-icon", 3, "click", 4, "ngIf"], [1, "p-select-clear-icon", 3, "click"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngTemplateOutlet"], ["aria-hidden", "true", 3, "ngClass", 4, "ngIf"], ["aria-hidden", "true", 3, "class", 4, "ngIf"], ["aria-hidden", "true", 3, "ngClass"], ["aria-hidden", "true"], ["class", "p-select-dropdown-icon", 4, "ngIf"], ["class", "p-select-dropdown-icon", 3, "ngClass", 4, "ngIf"], [3, "styleClass", 4, "ngIf"], [1, "p-select-dropdown-icon", 3, "ngClass"], [3, "styleClass"], [1, "p-select-dropdown-icon"], [3, "ngClass", "ngStyle"], ["role", "presentation", 1, "p-hidden-accessible", "p-hidden-focusable", 3, "focus"], ["class", "p-select-header", 3, "click", 4, "ngIf"], [1, "p-select-list-container"], [3, "items", "style", "itemSize", "autoSize", "lazy", "options", "onLazyLoad", 4, "ngIf"], [1, "p-select-header", 3, "click"], ["pInputText", "", "type", "text", "role", "searchbox", "autocomplete", "off", 1, "p-select-filter", 3, "input", "keydown", "blur", "pSize", "value", "variant"], [3, "onLazyLoad", "items", "itemSize", "autoSize", "lazy", "options"], ["role", "listbox", 1, "p-select-list", 3, "ngClass"], ["ngFor", "", 3, "ngForOf"], ["class", "p-select-empty-message", "role", "option", 3, "ngStyle", 4, "ngIf"], ["role", "option", 1, "p-select-option-group", 3, "ngStyle"], [3, "onClick", "onMouseEnter", "id", "option", "checkmark", "selected", "label", "disabled", "template", "focused", "ariaPosInset", "ariaSetSize"], ["role", "option", 1, "p-select-empty-message", 3, "ngStyle"]], template: function Select_Template(rf, ctx) { if (rf & 1) {
2528
- const _r1 = i0.ɵɵgetCurrentView();
2529
- i0.ɵɵtemplate(0, Select_span_0_Template, 6, 20, "span", 16)(1, Select_input_1_Template, 2, 8, "input", 17)(2, Select_ng_container_2_Template, 3, 2, "ng-container", 18);
2530
- i0.ɵɵelementStart(3, "div", 19);
2531
- i0.ɵɵtemplate(4, Select_ng_container_4_Template, 3, 2, "ng-container", 20)(5, Select_ng_template_5_Template, 2, 2, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
2532
- i0.ɵɵelementEnd();
2533
- i0.ɵɵelementStart(7, "p-overlay", 21, 1);
2534
- i0.ɵɵtwoWayListener("visibleChange", function Select_Template_p_overlay_visibleChange_7_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.overlayVisible, $event) || (ctx.overlayVisible = $event); return i0.ɵɵresetView($event); });
2535
- i0.ɵɵlistener("onAnimationStart", function Select_Template_p_overlay_onAnimationStart_7_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onOverlayAnimationStart($event)); })("onHide", function Select_Template_p_overlay_onHide_7_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.hide()); });
2536
- i0.ɵɵtemplate(9, Select_ng_template_9_Template, 13, 17, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
2537
- i0.ɵɵelementEnd();
2538
- } if (rf & 2) {
2539
- let tmp_6_0;
2540
- const elseBlock_r23 = i0.ɵɵreference(6);
2541
- i0.ɵɵproperty("ngIf", !ctx.editable);
2542
- i0.ɵɵadvance();
2543
- i0.ɵɵproperty("ngIf", ctx.editable);
2544
- i0.ɵɵadvance();
2545
- i0.ɵɵproperty("ngIf", ctx.isVisibleClearIcon);
2546
- i0.ɵɵadvance();
2547
- i0.ɵɵattribute("aria-expanded", (tmp_6_0 = ctx.overlayVisible) !== null && tmp_6_0 !== undefined ? tmp_6_0 : false)("data-pc-section", "trigger");
2548
- i0.ɵɵadvance();
2549
- i0.ɵɵproperty("ngIf", ctx.loading)("ngIfElse", elseBlock_r23);
2550
- i0.ɵɵadvance(3);
2551
- i0.ɵɵtwoWayProperty("visible", ctx.overlayVisible);
2552
- i0.ɵɵproperty("options", ctx.overlayOptions)("target", "@parent")("appendTo", ctx.appendTo)("autoZIndex", ctx.autoZIndex)("baseZIndex", ctx.baseZIndex)("showTransitionOptions", ctx.showTransitionOptions)("hideTransitionOptions", ctx.hideTransitionOptions);
2553
- } }, dependencies: [CommonModule, i1.NgClass, i1.NgForOf, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, SelectItem, Overlay, Tooltip, AutoFocus, TimesIcon, ChevronDownIcon, SearchIcon, InputText, IconField, InputIcon, Scroller, SharedModule], encapsulation: 2, changeDetection: 0 });
1959
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: Select, deps: [{ token: i0.NgZone }, { token: i2.FilterService }], target: i0.ɵɵFactoryTarget.Component });
1960
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.7", type: Select, isStandalone: true, selector: "p-select", inputs: { id: "id", scrollHeight: "scrollHeight", filter: ["filter", "filter", booleanAttribute], name: "name", style: "style", panelStyle: "panelStyle", styleClass: "styleClass", panelStyleClass: "panelStyleClass", readonly: ["readonly", "readonly", booleanAttribute], required: ["required", "required", booleanAttribute], editable: ["editable", "editable", booleanAttribute], appendTo: "appendTo", tabindex: ["tabindex", "tabindex", numberAttribute], placeholder: "placeholder", loadingIcon: "loadingIcon", filterPlaceholder: "filterPlaceholder", filterLocale: "filterLocale", variant: "variant", inputId: "inputId", dataKey: "dataKey", filterBy: "filterBy", filterFields: "filterFields", autofocus: ["autofocus", "autofocus", booleanAttribute], resetFilterOnHide: ["resetFilterOnHide", "resetFilterOnHide", booleanAttribute], checkmark: ["checkmark", "checkmark", booleanAttribute], dropdownIcon: "dropdownIcon", loading: ["loading", "loading", booleanAttribute], optionLabel: "optionLabel", optionValue: "optionValue", optionDisabled: "optionDisabled", optionGroupLabel: "optionGroupLabel", optionGroupChildren: "optionGroupChildren", autoDisplayFirst: ["autoDisplayFirst", "autoDisplayFirst", booleanAttribute], group: ["group", "group", booleanAttribute], showClear: ["showClear", "showClear", booleanAttribute], emptyFilterMessage: "emptyFilterMessage", emptyMessage: "emptyMessage", lazy: ["lazy", "lazy", booleanAttribute], virtualScroll: ["virtualScroll", "virtualScroll", booleanAttribute], virtualScrollItemSize: ["virtualScrollItemSize", "virtualScrollItemSize", numberAttribute], virtualScrollOptions: "virtualScrollOptions", size: "size", overlayOptions: "overlayOptions", ariaFilterLabel: "ariaFilterLabel", ariaLabel: "ariaLabel", ariaLabelledBy: "ariaLabelledBy", filterMatchMode: "filterMatchMode", maxlength: ["maxlength", "maxlength", numberAttribute], tooltip: "tooltip", tooltipPosition: "tooltipPosition", tooltipPositionStyle: "tooltipPositionStyle", tooltipStyleClass: "tooltipStyleClass", focusOnHover: ["focusOnHover", "focusOnHover", booleanAttribute], selectOnFocus: ["selectOnFocus", "selectOnFocus", booleanAttribute], autoOptionFocus: ["autoOptionFocus", "autoOptionFocus", booleanAttribute], autofocusFilter: ["autofocusFilter", "autofocusFilter", booleanAttribute], fluid: ["fluid", "fluid", booleanAttribute], disabled: "disabled", itemSize: "itemSize", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", filterValue: "filterValue", options: "options" }, outputs: { onChange: "onChange", onFilter: "onFilter", onFocus: "onFocus", onBlur: "onBlur", onClick: "onClick", onShow: "onShow", onHide: "onHide", onClear: "onClear", onLazyLoad: "onLazyLoad" }, host: { listeners: { "click": "onContainerClick($event)" }, properties: { "attr.id": "id", "class": "this.hostClass", "style": "this.hostStyle" } }, providers: [SELECT_VALUE_ACCESSOR, SelectStyle], queries: [{ propertyName: "itemTemplate", first: true, predicate: ["item"] }, { propertyName: "groupTemplate", first: true, predicate: ["group"] }, { propertyName: "loaderTemplate", first: true, predicate: ["loader"] }, { propertyName: "selectedItemTemplate", first: true, predicate: ["selectedItem"] }, { propertyName: "headerTemplate", first: true, predicate: ["header"] }, { propertyName: "filterTemplate", first: true, predicate: ["filter"] }, { propertyName: "footerTemplate", first: true, predicate: ["footer"] }, { propertyName: "emptyFilterTemplate", first: true, predicate: ["emptyfilter"] }, { propertyName: "emptyTemplate", first: true, predicate: ["empty"] }, { propertyName: "dropdownIconTemplate", first: true, predicate: ["dropdownicon"] }, { propertyName: "loadingIconTemplate", first: true, predicate: ["loadingicon"] }, { propertyName: "clearIconTemplate", first: true, predicate: ["clearicon"] }, { propertyName: "filterIconTemplate", first: true, predicate: ["filtericon"] }, { propertyName: "onIconTemplate", first: true, predicate: ["onicon"] }, { propertyName: "offIconTemplate", first: true, predicate: ["officon"] }, { propertyName: "cancelIconTemplate", first: true, predicate: ["cancelicon"] }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "filterViewChild", first: true, predicate: ["filter"], descendants: true }, { propertyName: "focusInputViewChild", first: true, predicate: ["focusInput"], descendants: true }, { propertyName: "editableInputViewChild", first: true, predicate: ["editableInput"], descendants: true }, { propertyName: "itemsViewChild", first: true, predicate: ["items"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }, { propertyName: "overlayViewChild", first: true, predicate: ["overlay"], descendants: true }, { propertyName: "firstHiddenFocusableElementOnOverlay", first: true, predicate: ["firstHiddenFocusableEl"], descendants: true }, { propertyName: "lastHiddenFocusableElementOnOverlay", first: true, predicate: ["lastHiddenFocusableEl"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
1961
+ <span
1962
+ #focusInput
1963
+ [ngClass]="inputClass"
1964
+ *ngIf="!editable"
1965
+ [pTooltip]="tooltip"
1966
+ [tooltipPosition]="tooltipPosition"
1967
+ [positionStyle]="tooltipPositionStyle"
1968
+ [tooltipStyleClass]="tooltipStyleClass"
1969
+ [attr.aria-disabled]="disabled"
1970
+ [attr.id]="inputId"
1971
+ role="combobox"
1972
+ [attr.aria-label]="ariaLabel || (label() === 'p-emptylabel' ? undefined : label())"
1973
+ [attr.aria-labelledby]="ariaLabelledBy"
1974
+ [attr.aria-haspopup]="'listbox'"
1975
+ [attr.aria-expanded]="overlayVisible ?? false"
1976
+ [attr.aria-controls]="overlayVisible ? id + '_list' : null"
1977
+ [attr.tabindex]="!disabled ? tabindex : -1"
1978
+ [pAutoFocus]="autofocus"
1979
+ [attr.aria-activedescendant]="focused ? focusedOptionId : undefined"
1980
+ (focus)="onInputFocus($event)"
1981
+ (blur)="onInputBlur($event)"
1982
+ (keydown)="onKeyDown($event)"
1983
+ [attr.aria-required]="required"
1984
+ [attr.required]="required"
1985
+ >
1986
+ <ng-container *ngIf="!selectedItemTemplate && !_selectedItemTemplate; else defaultPlaceholder">{{ label() === 'p-emptylabel' ? '&nbsp;' : label() }}</ng-container>
1987
+ <ng-container *ngIf="(selectedItemTemplate || _selectedItemTemplate) && selectedOption" [ngTemplateOutlet]="selectedItemTemplate || _selectedItemTemplate" [ngTemplateOutletContext]="{ $implicit: selectedOption }"></ng-container>
1988
+ <ng-template #defaultPlaceholder>
1989
+ <span *ngIf="!selectedOption">{{ label() === 'p-emptylabel' ? '&nbsp;' : label() }}</span>
1990
+ </ng-template>
1991
+ </span>
1992
+ <input
1993
+ *ngIf="editable"
1994
+ #editableInput
1995
+ type="text"
1996
+ [attr.id]="inputId"
1997
+ [attr.maxlength]="maxlength"
1998
+ [ngClass]="inputClass"
1999
+ [disabled]="disabled"
2000
+ aria-haspopup="listbox"
2001
+ [attr.placeholder]="modelValue() === undefined || modelValue() === null ? placeholder() : undefined"
2002
+ [attr.aria-label]="ariaLabel || (label() === 'p-emptylabel' ? undefined : label())"
2003
+ (input)="onEditableInput($event)"
2004
+ (keydown)="onKeyDown($event)"
2005
+ [pAutoFocus]="autofocus"
2006
+ [attr.aria-activedescendant]="focused ? focusedOptionId : undefined"
2007
+ (focus)="onInputFocus($event)"
2008
+ (blur)="onInputBlur($event)"
2009
+ />
2010
+ <ng-container *ngIf="isVisibleClearIcon">
2011
+ <TimesIcon class="p-select-clear-icon" (click)="clear($event)" *ngIf="!clearIconTemplate && !_clearIconTemplate" [attr.data-pc-section]="'clearicon'" />
2012
+ <span class="p-select-clear-icon" (click)="clear($event)" *ngIf="clearIconTemplate || _clearIconTemplate" [attr.data-pc-section]="'clearicon'">
2013
+ <ng-template *ngTemplateOutlet="clearIconTemplate || _clearIconTemplate; context: { class: 'p-select-clear-icon' }"></ng-template>
2014
+ </span>
2015
+ </ng-container>
2016
+
2017
+ <div class="p-select-dropdown" role="button" aria-label="dropdown trigger" aria-haspopup="listbox" [attr.aria-expanded]="overlayVisible ?? false" [attr.data-pc-section]="'trigger'">
2018
+ <ng-container *ngIf="loading; else elseBlock">
2019
+ <ng-container *ngIf="loadingIconTemplate || _loadingIconTemplate">
2020
+ <ng-container *ngTemplateOutlet="loadingIconTemplate || _loadingIconTemplate"></ng-container>
2021
+ </ng-container>
2022
+ <ng-container *ngIf="!loadingIconTemplate && !_loadingIconTemplate">
2023
+ <span *ngIf="loadingIcon" [ngClass]="'p-select-loading-icon pi-spin ' + loadingIcon" aria-hidden="true"></span>
2024
+ <span *ngIf="!loadingIcon" [class]="'p-select-loading-icon pi pi-spinner pi-spin'" aria-hidden="true"></span>
2025
+ </ng-container>
2026
+ </ng-container>
2027
+
2028
+ <ng-template #elseBlock>
2029
+ <ng-container *ngIf="!dropdownIconTemplate && !_dropdownIconTemplate">
2030
+ <span class="p-select-dropdown-icon" *ngIf="dropdownIcon" [ngClass]="dropdownIcon"></span>
2031
+ <ChevronDownIcon *ngIf="!dropdownIcon" [styleClass]="'p-select-dropdown-icon'" />
2032
+ </ng-container>
2033
+ <span *ngIf="dropdownIconTemplate || _dropdownIconTemplate" class="p-select-dropdown-icon">
2034
+ <ng-template *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate; context: { class: 'p-select-dropdown-icon' }"></ng-template>
2035
+ </span>
2036
+ </ng-template>
2037
+ </div>
2038
+
2039
+ <p-overlay
2040
+ #overlay
2041
+ [(visible)]="overlayVisible"
2042
+ [options]="overlayOptions"
2043
+ [target]="'@parent'"
2044
+ [appendTo]="appendTo"
2045
+ [autoZIndex]="autoZIndex"
2046
+ [baseZIndex]="baseZIndex"
2047
+ [showTransitionOptions]="showTransitionOptions"
2048
+ [hideTransitionOptions]="hideTransitionOptions"
2049
+ (onAnimationStart)="onOverlayAnimationStart($event)"
2050
+ (onHide)="hide()"
2051
+ >
2052
+ <ng-template #content>
2053
+ <div [ngClass]="'p-select-overlay p-component'" [ngStyle]="panelStyle" [class]="panelStyleClass">
2054
+ <span
2055
+ #firstHiddenFocusableEl
2056
+ role="presentation"
2057
+ class="p-hidden-accessible p-hidden-focusable"
2058
+ [attr.tabindex]="0"
2059
+ (focus)="onFirstHiddenFocus($event)"
2060
+ [attr.data-p-hidden-accessible]="true"
2061
+ [attr.data-p-hidden-focusable]="true"
2062
+ >
2063
+ </span>
2064
+ <ng-container *ngTemplateOutlet="headerTemplate || _headerTemplate"></ng-container>
2065
+ <div class="p-select-header" *ngIf="filter" (click)="$event.stopPropagation()">
2066
+ <ng-container *ngIf="filterTemplate || _filterTemplate; else builtInFilterElement">
2067
+ <ng-container *ngTemplateOutlet="filterTemplate || _filterTemplate; context: { options: filterOptions }"></ng-container>
2068
+ </ng-container>
2069
+ <ng-template #builtInFilterElement>
2070
+ <p-iconfield>
2071
+ <input
2072
+ #filter
2073
+ pInputText
2074
+ [pSize]="size"
2075
+ type="text"
2076
+ role="searchbox"
2077
+ autocomplete="off"
2078
+ [value]="_filterValue() || ''"
2079
+ class="p-select-filter"
2080
+ [variant]="variant"
2081
+ [attr.placeholder]="filterPlaceholder"
2082
+ [attr.aria-owns]="id + '_list'"
2083
+ (input)="onFilterInputChange($event)"
2084
+ [attr.aria-label]="ariaFilterLabel"
2085
+ [attr.aria-activedescendant]="focusedOptionId"
2086
+ (keydown)="onFilterKeyDown($event)"
2087
+ (blur)="onFilterBlur($event)"
2088
+ />
2089
+ <p-inputicon>
2090
+ <SearchIcon *ngIf="!filterIconTemplate && !_filterIconTemplate" />
2091
+ <span *ngIf="filterIconTemplate || _filterIconTemplate">
2092
+ <ng-template *ngTemplateOutlet="filterIconTemplate || _filterIconTemplate"></ng-template>
2093
+ </span>
2094
+ </p-inputicon>
2095
+ </p-iconfield>
2096
+ </ng-template>
2097
+ </div>
2098
+ <div class="p-select-list-container" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'">
2099
+ <p-scroller
2100
+ *ngIf="virtualScroll"
2101
+ #scroller
2102
+ [items]="visibleOptions()"
2103
+ [style]="{ height: scrollHeight }"
2104
+ [itemSize]="virtualScrollItemSize || _itemSize"
2105
+ [autoSize]="true"
2106
+ [lazy]="lazy"
2107
+ (onLazyLoad)="onLazyLoad.emit($event)"
2108
+ [options]="virtualScrollOptions"
2109
+ >
2110
+ <ng-template #content let-items let-scrollerOptions="options">
2111
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
2112
+ </ng-template>
2113
+ <ng-container *ngIf="loaderTemplate || _loaderTemplate">
2114
+ <ng-template #loader let-scrollerOptions="options">
2115
+ <ng-container *ngTemplateOutlet="loaderTemplate || _loaderTemplate; context: { options: scrollerOptions }"></ng-container>
2116
+ </ng-template>
2117
+ </ng-container>
2118
+ </p-scroller>
2119
+ <ng-container *ngIf="!virtualScroll">
2120
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: visibleOptions(), options: {} }"></ng-container>
2121
+ </ng-container>
2122
+
2123
+ <ng-template #buildInItems let-items let-scrollerOptions="options">
2124
+ <ul #items [attr.id]="id + '_list'" [attr.aria-label]="listLabel" class="p-select-list" [ngClass]="scrollerOptions.contentStyleClass" [style]="scrollerOptions.contentStyle" role="listbox">
2125
+ <ng-template ngFor let-option [ngForOf]="items" let-i="index">
2126
+ <ng-container *ngIf="isOptionGroup(option)">
2127
+ <li class="p-select-option-group" [attr.id]="id + '_' + getOptionIndex(i, scrollerOptions)" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }" role="option">
2128
+ <span *ngIf="!groupTemplate && !_groupTemplate">{{ getOptionGroupLabel(option.optionGroup) }}</span>
2129
+ <ng-container *ngTemplateOutlet="groupTemplate || _groupTemplate; context: { $implicit: option.optionGroup }"></ng-container>
2130
+ </li>
2131
+ </ng-container>
2132
+ <ng-container *ngIf="!isOptionGroup(option)">
2133
+ <p-selectItem
2134
+ [id]="id + '_' + getOptionIndex(i, scrollerOptions)"
2135
+ [option]="option"
2136
+ [checkmark]="checkmark"
2137
+ [selected]="isSelected(option)"
2138
+ [label]="getOptionLabel(option)"
2139
+ [disabled]="isOptionDisabled(option)"
2140
+ [template]="itemTemplate || _itemTemplate"
2141
+ [focused]="focusedOptionIndex() === getOptionIndex(i, scrollerOptions)"
2142
+ [ariaPosInset]="getAriaPosInset(getOptionIndex(i, scrollerOptions))"
2143
+ [ariaSetSize]="ariaSetSize"
2144
+ (onClick)="onOptionSelect($event, option)"
2145
+ (onMouseEnter)="onOptionMouseEnter($event, getOptionIndex(i, scrollerOptions))"
2146
+ ></p-selectItem>
2147
+ </ng-container>
2148
+ </ng-template>
2149
+ <li *ngIf="filterValue && isEmpty()" class="p-select-empty-message" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }" role="option">
2150
+ @if (!emptyFilterTemplate && !_emptyFilterTemplate && !emptyTemplate) {
2151
+ {{ emptyFilterMessageLabel }}
2152
+ } @else {
2153
+ <ng-container #emptyFilter *ngTemplateOutlet="emptyFilterTemplate || _emptyFilterTemplate || emptyTemplate || _emptyTemplate"></ng-container>
2154
+ }
2155
+ </li>
2156
+ <li *ngIf="!filterValue && isEmpty()" class="p-select-empty-message" [ngStyle]="{ height: scrollerOptions.itemSize + 'px' }" role="option">
2157
+ @if (!emptyTemplate && !_emptyTemplate) {
2158
+ {{ emptyMessageLabel }}
2159
+ } @else {
2160
+ <ng-container #empty *ngTemplateOutlet="emptyTemplate || _emptyTemplate"></ng-container>
2161
+ }
2162
+ </li>
2163
+ </ul>
2164
+ </ng-template>
2165
+ </div>
2166
+ <ng-container *ngTemplateOutlet="footerTemplate || _footerTemplate"></ng-container>
2167
+ <span
2168
+ #lastHiddenFocusableEl
2169
+ role="presentation"
2170
+ class="p-hidden-accessible p-hidden-focusable"
2171
+ [attr.tabindex]="0"
2172
+ (focus)="onLastHiddenFocus($event)"
2173
+ [attr.data-p-hidden-accessible]="true"
2174
+ [attr.data-p-hidden-focusable]="true"
2175
+ ></span>
2176
+ </div>
2177
+ </ng-template>
2178
+ </p-overlay>
2179
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: SelectItem, selector: "p-selectItem", inputs: ["id", "option", "selected", "focused", "label", "disabled", "visible", "itemSize", "ariaPosInset", "ariaSetSize", "template", "checkmark"], outputs: ["onClick", "onMouseEnter"] }, { kind: "component", type: Overlay, selector: "p-overlay", inputs: ["visible", "mode", "style", "styleClass", "contentStyle", "contentStyleClass", "target", "appendTo", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "listener", "responsive", "options"], outputs: ["visibleChange", "onBeforeShow", "onShow", "onBeforeHide", "onHide", "onAnimationStart", "onAnimationDone"] }, { kind: "directive", type: Tooltip, selector: "[pTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "appendTo", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "pTooltip", "tooltipDisabled", "tooltipOptions"] }, { kind: "directive", type: AutoFocus, selector: "[pAutoFocus]", inputs: ["autofocus", "pAutoFocus"] }, { kind: "component", type: TimesIcon, selector: "TimesIcon" }, { kind: "component", type: ChevronDownIcon, selector: "ChevronDownIcon" }, { kind: "component", type: SearchIcon, selector: "SearchIcon" }, { kind: "directive", type: InputText, selector: "[pInputText]", inputs: ["variant", "fluid", "pSize"] }, { kind: "component", type: IconField, selector: "p-iconfield, p-iconField, p-icon-field", inputs: ["iconPosition", "styleClass"] }, { kind: "component", type: InputIcon, selector: "p-inputicon, p-inputIcon", inputs: ["styleClass"] }, { kind: "component", type: Scroller, selector: "p-scroller, p-virtualscroller, p-virtual-scroller, p-virtualScroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "ngmodule", type: SharedModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2554
2180
  }
2555
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Select, [{
2556
- type: Component,
2557
- args: [{
2558
- selector: 'p-select',
2559
- standalone: true,
2560
- imports: [CommonModule, SelectItem, Overlay, Tooltip, AutoFocus, TimesIcon, ChevronDownIcon, SearchIcon, InputText, IconField, InputIcon, Scroller, SharedModule],
2561
- template: `
2181
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: Select, decorators: [{
2182
+ type: Component,
2183
+ args: [{
2184
+ selector: 'p-select',
2185
+ standalone: true,
2186
+ imports: [CommonModule, SelectItem, Overlay, Tooltip, AutoFocus, TimesIcon, ChevronDownIcon, SearchIcon, InputText, IconField, InputIcon, Scroller, SharedModule],
2187
+ template: `
2562
2188
  <span
2563
2189
  #focusInput
2564
2190
  [ngClass]="inputClass"
@@ -2778,279 +2404,277 @@ class Select extends BaseComponent {
2778
2404
  </ng-template>
2779
2405
  </p-overlay>
2780
2406
  `,
2781
- host: {
2782
- '[attr.id]': 'id',
2783
- '(click)': 'onContainerClick($event)'
2784
- },
2785
- providers: [SELECT_VALUE_ACCESSOR, SelectStyle],
2786
- changeDetection: ChangeDetectionStrategy.OnPush,
2787
- encapsulation: ViewEncapsulation.None
2788
- }]
2789
- }], () => [{ type: i0.NgZone }, { type: i2.FilterService }], { id: [{
2790
- type: Input
2791
- }], scrollHeight: [{
2792
- type: Input
2793
- }], filter: [{
2794
- type: Input,
2795
- args: [{ transform: booleanAttribute }]
2796
- }], name: [{
2797
- type: Input
2798
- }], style: [{
2799
- type: Input
2800
- }], panelStyle: [{
2801
- type: Input
2802
- }], styleClass: [{
2803
- type: Input
2804
- }], panelStyleClass: [{
2805
- type: Input
2806
- }], readonly: [{
2807
- type: Input,
2808
- args: [{ transform: booleanAttribute }]
2809
- }], required: [{
2810
- type: Input,
2811
- args: [{ transform: booleanAttribute }]
2812
- }], editable: [{
2813
- type: Input,
2814
- args: [{ transform: booleanAttribute }]
2815
- }], appendTo: [{
2816
- type: Input
2817
- }], tabindex: [{
2818
- type: Input,
2819
- args: [{ transform: numberAttribute }]
2820
- }], placeholder: [{
2821
- type: Input
2822
- }], loadingIcon: [{
2823
- type: Input
2824
- }], filterPlaceholder: [{
2825
- type: Input
2826
- }], filterLocale: [{
2827
- type: Input
2828
- }], variant: [{
2829
- type: Input
2830
- }], inputId: [{
2831
- type: Input
2832
- }], dataKey: [{
2833
- type: Input
2834
- }], filterBy: [{
2835
- type: Input
2836
- }], filterFields: [{
2837
- type: Input
2838
- }], autofocus: [{
2839
- type: Input,
2840
- args: [{ transform: booleanAttribute }]
2841
- }], resetFilterOnHide: [{
2842
- type: Input,
2843
- args: [{ transform: booleanAttribute }]
2844
- }], checkmark: [{
2845
- type: Input,
2846
- args: [{ transform: booleanAttribute }]
2847
- }], dropdownIcon: [{
2848
- type: Input
2849
- }], loading: [{
2850
- type: Input,
2851
- args: [{ transform: booleanAttribute }]
2852
- }], optionLabel: [{
2853
- type: Input
2854
- }], optionValue: [{
2855
- type: Input
2856
- }], optionDisabled: [{
2857
- type: Input
2858
- }], optionGroupLabel: [{
2859
- type: Input
2860
- }], optionGroupChildren: [{
2861
- type: Input
2862
- }], autoDisplayFirst: [{
2863
- type: Input,
2864
- args: [{ transform: booleanAttribute }]
2865
- }], group: [{
2866
- type: Input,
2867
- args: [{ transform: booleanAttribute }]
2868
- }], showClear: [{
2869
- type: Input,
2870
- args: [{ transform: booleanAttribute }]
2871
- }], emptyFilterMessage: [{
2872
- type: Input
2873
- }], emptyMessage: [{
2874
- type: Input
2875
- }], lazy: [{
2876
- type: Input,
2877
- args: [{ transform: booleanAttribute }]
2878
- }], virtualScroll: [{
2879
- type: Input,
2880
- args: [{ transform: booleanAttribute }]
2881
- }], virtualScrollItemSize: [{
2882
- type: Input,
2883
- args: [{ transform: numberAttribute }]
2884
- }], virtualScrollOptions: [{
2885
- type: Input
2886
- }], size: [{
2887
- type: Input
2888
- }], overlayOptions: [{
2889
- type: Input
2890
- }], ariaFilterLabel: [{
2891
- type: Input
2892
- }], ariaLabel: [{
2893
- type: Input
2894
- }], ariaLabelledBy: [{
2895
- type: Input
2896
- }], filterMatchMode: [{
2897
- type: Input
2898
- }], maxlength: [{
2899
- type: Input,
2900
- args: [{ transform: numberAttribute }]
2901
- }], tooltip: [{
2902
- type: Input
2903
- }], tooltipPosition: [{
2904
- type: Input
2905
- }], tooltipPositionStyle: [{
2906
- type: Input
2907
- }], tooltipStyleClass: [{
2908
- type: Input
2909
- }], focusOnHover: [{
2910
- type: Input,
2911
- args: [{ transform: booleanAttribute }]
2912
- }], selectOnFocus: [{
2913
- type: Input,
2914
- args: [{ transform: booleanAttribute }]
2915
- }], autoOptionFocus: [{
2916
- type: Input,
2917
- args: [{ transform: booleanAttribute }]
2918
- }], autofocusFilter: [{
2919
- type: Input,
2920
- args: [{ transform: booleanAttribute }]
2921
- }], fluid: [{
2922
- type: Input,
2923
- args: [{ transform: booleanAttribute }]
2924
- }], disabled: [{
2925
- type: Input
2926
- }], itemSize: [{
2927
- type: Input
2928
- }], autoZIndex: [{
2929
- type: Input
2930
- }], baseZIndex: [{
2931
- type: Input
2932
- }], showTransitionOptions: [{
2933
- type: Input
2934
- }], hideTransitionOptions: [{
2935
- type: Input
2936
- }], filterValue: [{
2937
- type: Input
2938
- }], options: [{
2939
- type: Input
2940
- }], onChange: [{
2941
- type: Output
2942
- }], onFilter: [{
2943
- type: Output
2944
- }], onFocus: [{
2945
- type: Output
2946
- }], onBlur: [{
2947
- type: Output
2948
- }], onClick: [{
2949
- type: Output
2950
- }], onShow: [{
2951
- type: Output
2952
- }], onHide: [{
2953
- type: Output
2954
- }], onClear: [{
2955
- type: Output
2956
- }], onLazyLoad: [{
2957
- type: Output
2958
- }], filterViewChild: [{
2959
- type: ViewChild,
2960
- args: ['filter']
2961
- }], focusInputViewChild: [{
2962
- type: ViewChild,
2963
- args: ['focusInput']
2964
- }], editableInputViewChild: [{
2965
- type: ViewChild,
2966
- args: ['editableInput']
2967
- }], itemsViewChild: [{
2968
- type: ViewChild,
2969
- args: ['items']
2970
- }], scroller: [{
2971
- type: ViewChild,
2972
- args: ['scroller']
2973
- }], overlayViewChild: [{
2974
- type: ViewChild,
2975
- args: ['overlay']
2976
- }], firstHiddenFocusableElementOnOverlay: [{
2977
- type: ViewChild,
2978
- args: ['firstHiddenFocusableEl']
2979
- }], lastHiddenFocusableElementOnOverlay: [{
2980
- type: ViewChild,
2981
- args: ['lastHiddenFocusableEl']
2982
- }], hostClass: [{
2983
- type: HostBinding,
2984
- args: ['class']
2985
- }], hostStyle: [{
2986
- type: HostBinding,
2987
- args: ['style']
2988
- }], itemTemplate: [{
2989
- type: ContentChild,
2990
- args: ['item', { descendants: false }]
2991
- }], groupTemplate: [{
2992
- type: ContentChild,
2993
- args: ['group', { descendants: false }]
2994
- }], loaderTemplate: [{
2995
- type: ContentChild,
2996
- args: ['loader', { descendants: false }]
2997
- }], selectedItemTemplate: [{
2998
- type: ContentChild,
2999
- args: ['selectedItem', { descendants: false }]
3000
- }], headerTemplate: [{
3001
- type: ContentChild,
3002
- args: ['header', { descendants: false }]
3003
- }], filterTemplate: [{
3004
- type: ContentChild,
3005
- args: ['filter', { descendants: false }]
3006
- }], footerTemplate: [{
3007
- type: ContentChild,
3008
- args: ['footer', { descendants: false }]
3009
- }], emptyFilterTemplate: [{
3010
- type: ContentChild,
3011
- args: ['emptyfilter', { descendants: false }]
3012
- }], emptyTemplate: [{
3013
- type: ContentChild,
3014
- args: ['empty', { descendants: false }]
3015
- }], dropdownIconTemplate: [{
3016
- type: ContentChild,
3017
- args: ['dropdownicon', { descendants: false }]
3018
- }], loadingIconTemplate: [{
3019
- type: ContentChild,
3020
- args: ['loadingicon', { descendants: false }]
3021
- }], clearIconTemplate: [{
3022
- type: ContentChild,
3023
- args: ['clearicon', { descendants: false }]
3024
- }], filterIconTemplate: [{
3025
- type: ContentChild,
3026
- args: ['filtericon', { descendants: false }]
3027
- }], onIconTemplate: [{
3028
- type: ContentChild,
3029
- args: ['onicon', { descendants: false }]
3030
- }], offIconTemplate: [{
3031
- type: ContentChild,
3032
- args: ['officon', { descendants: false }]
3033
- }], cancelIconTemplate: [{
3034
- type: ContentChild,
3035
- args: ['cancelicon', { descendants: false }]
3036
- }], templates: [{
3037
- type: ContentChildren,
3038
- args: [PrimeTemplate]
3039
- }] }); })();
3040
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(Select, { className: "Select", filePath: "select.ts", lineNumber: 381 }); })();
2407
+ host: {
2408
+ '[attr.id]': 'id',
2409
+ '(click)': 'onContainerClick($event)'
2410
+ },
2411
+ providers: [SELECT_VALUE_ACCESSOR, SelectStyle],
2412
+ changeDetection: ChangeDetectionStrategy.OnPush,
2413
+ encapsulation: ViewEncapsulation.None
2414
+ }]
2415
+ }], ctorParameters: () => [{ type: i0.NgZone }, { type: i2.FilterService }], propDecorators: { id: [{
2416
+ type: Input
2417
+ }], scrollHeight: [{
2418
+ type: Input
2419
+ }], filter: [{
2420
+ type: Input,
2421
+ args: [{ transform: booleanAttribute }]
2422
+ }], name: [{
2423
+ type: Input
2424
+ }], style: [{
2425
+ type: Input
2426
+ }], panelStyle: [{
2427
+ type: Input
2428
+ }], styleClass: [{
2429
+ type: Input
2430
+ }], panelStyleClass: [{
2431
+ type: Input
2432
+ }], readonly: [{
2433
+ type: Input,
2434
+ args: [{ transform: booleanAttribute }]
2435
+ }], required: [{
2436
+ type: Input,
2437
+ args: [{ transform: booleanAttribute }]
2438
+ }], editable: [{
2439
+ type: Input,
2440
+ args: [{ transform: booleanAttribute }]
2441
+ }], appendTo: [{
2442
+ type: Input
2443
+ }], tabindex: [{
2444
+ type: Input,
2445
+ args: [{ transform: numberAttribute }]
2446
+ }], placeholder: [{
2447
+ type: Input
2448
+ }], loadingIcon: [{
2449
+ type: Input
2450
+ }], filterPlaceholder: [{
2451
+ type: Input
2452
+ }], filterLocale: [{
2453
+ type: Input
2454
+ }], variant: [{
2455
+ type: Input
2456
+ }], inputId: [{
2457
+ type: Input
2458
+ }], dataKey: [{
2459
+ type: Input
2460
+ }], filterBy: [{
2461
+ type: Input
2462
+ }], filterFields: [{
2463
+ type: Input
2464
+ }], autofocus: [{
2465
+ type: Input,
2466
+ args: [{ transform: booleanAttribute }]
2467
+ }], resetFilterOnHide: [{
2468
+ type: Input,
2469
+ args: [{ transform: booleanAttribute }]
2470
+ }], checkmark: [{
2471
+ type: Input,
2472
+ args: [{ transform: booleanAttribute }]
2473
+ }], dropdownIcon: [{
2474
+ type: Input
2475
+ }], loading: [{
2476
+ type: Input,
2477
+ args: [{ transform: booleanAttribute }]
2478
+ }], optionLabel: [{
2479
+ type: Input
2480
+ }], optionValue: [{
2481
+ type: Input
2482
+ }], optionDisabled: [{
2483
+ type: Input
2484
+ }], optionGroupLabel: [{
2485
+ type: Input
2486
+ }], optionGroupChildren: [{
2487
+ type: Input
2488
+ }], autoDisplayFirst: [{
2489
+ type: Input,
2490
+ args: [{ transform: booleanAttribute }]
2491
+ }], group: [{
2492
+ type: Input,
2493
+ args: [{ transform: booleanAttribute }]
2494
+ }], showClear: [{
2495
+ type: Input,
2496
+ args: [{ transform: booleanAttribute }]
2497
+ }], emptyFilterMessage: [{
2498
+ type: Input
2499
+ }], emptyMessage: [{
2500
+ type: Input
2501
+ }], lazy: [{
2502
+ type: Input,
2503
+ args: [{ transform: booleanAttribute }]
2504
+ }], virtualScroll: [{
2505
+ type: Input,
2506
+ args: [{ transform: booleanAttribute }]
2507
+ }], virtualScrollItemSize: [{
2508
+ type: Input,
2509
+ args: [{ transform: numberAttribute }]
2510
+ }], virtualScrollOptions: [{
2511
+ type: Input
2512
+ }], size: [{
2513
+ type: Input
2514
+ }], overlayOptions: [{
2515
+ type: Input
2516
+ }], ariaFilterLabel: [{
2517
+ type: Input
2518
+ }], ariaLabel: [{
2519
+ type: Input
2520
+ }], ariaLabelledBy: [{
2521
+ type: Input
2522
+ }], filterMatchMode: [{
2523
+ type: Input
2524
+ }], maxlength: [{
2525
+ type: Input,
2526
+ args: [{ transform: numberAttribute }]
2527
+ }], tooltip: [{
2528
+ type: Input
2529
+ }], tooltipPosition: [{
2530
+ type: Input
2531
+ }], tooltipPositionStyle: [{
2532
+ type: Input
2533
+ }], tooltipStyleClass: [{
2534
+ type: Input
2535
+ }], focusOnHover: [{
2536
+ type: Input,
2537
+ args: [{ transform: booleanAttribute }]
2538
+ }], selectOnFocus: [{
2539
+ type: Input,
2540
+ args: [{ transform: booleanAttribute }]
2541
+ }], autoOptionFocus: [{
2542
+ type: Input,
2543
+ args: [{ transform: booleanAttribute }]
2544
+ }], autofocusFilter: [{
2545
+ type: Input,
2546
+ args: [{ transform: booleanAttribute }]
2547
+ }], fluid: [{
2548
+ type: Input,
2549
+ args: [{ transform: booleanAttribute }]
2550
+ }], disabled: [{
2551
+ type: Input
2552
+ }], itemSize: [{
2553
+ type: Input
2554
+ }], autoZIndex: [{
2555
+ type: Input
2556
+ }], baseZIndex: [{
2557
+ type: Input
2558
+ }], showTransitionOptions: [{
2559
+ type: Input
2560
+ }], hideTransitionOptions: [{
2561
+ type: Input
2562
+ }], filterValue: [{
2563
+ type: Input
2564
+ }], options: [{
2565
+ type: Input
2566
+ }], onChange: [{
2567
+ type: Output
2568
+ }], onFilter: [{
2569
+ type: Output
2570
+ }], onFocus: [{
2571
+ type: Output
2572
+ }], onBlur: [{
2573
+ type: Output
2574
+ }], onClick: [{
2575
+ type: Output
2576
+ }], onShow: [{
2577
+ type: Output
2578
+ }], onHide: [{
2579
+ type: Output
2580
+ }], onClear: [{
2581
+ type: Output
2582
+ }], onLazyLoad: [{
2583
+ type: Output
2584
+ }], filterViewChild: [{
2585
+ type: ViewChild,
2586
+ args: ['filter']
2587
+ }], focusInputViewChild: [{
2588
+ type: ViewChild,
2589
+ args: ['focusInput']
2590
+ }], editableInputViewChild: [{
2591
+ type: ViewChild,
2592
+ args: ['editableInput']
2593
+ }], itemsViewChild: [{
2594
+ type: ViewChild,
2595
+ args: ['items']
2596
+ }], scroller: [{
2597
+ type: ViewChild,
2598
+ args: ['scroller']
2599
+ }], overlayViewChild: [{
2600
+ type: ViewChild,
2601
+ args: ['overlay']
2602
+ }], firstHiddenFocusableElementOnOverlay: [{
2603
+ type: ViewChild,
2604
+ args: ['firstHiddenFocusableEl']
2605
+ }], lastHiddenFocusableElementOnOverlay: [{
2606
+ type: ViewChild,
2607
+ args: ['lastHiddenFocusableEl']
2608
+ }], hostClass: [{
2609
+ type: HostBinding,
2610
+ args: ['class']
2611
+ }], hostStyle: [{
2612
+ type: HostBinding,
2613
+ args: ['style']
2614
+ }], itemTemplate: [{
2615
+ type: ContentChild,
2616
+ args: ['item', { descendants: false }]
2617
+ }], groupTemplate: [{
2618
+ type: ContentChild,
2619
+ args: ['group', { descendants: false }]
2620
+ }], loaderTemplate: [{
2621
+ type: ContentChild,
2622
+ args: ['loader', { descendants: false }]
2623
+ }], selectedItemTemplate: [{
2624
+ type: ContentChild,
2625
+ args: ['selectedItem', { descendants: false }]
2626
+ }], headerTemplate: [{
2627
+ type: ContentChild,
2628
+ args: ['header', { descendants: false }]
2629
+ }], filterTemplate: [{
2630
+ type: ContentChild,
2631
+ args: ['filter', { descendants: false }]
2632
+ }], footerTemplate: [{
2633
+ type: ContentChild,
2634
+ args: ['footer', { descendants: false }]
2635
+ }], emptyFilterTemplate: [{
2636
+ type: ContentChild,
2637
+ args: ['emptyfilter', { descendants: false }]
2638
+ }], emptyTemplate: [{
2639
+ type: ContentChild,
2640
+ args: ['empty', { descendants: false }]
2641
+ }], dropdownIconTemplate: [{
2642
+ type: ContentChild,
2643
+ args: ['dropdownicon', { descendants: false }]
2644
+ }], loadingIconTemplate: [{
2645
+ type: ContentChild,
2646
+ args: ['loadingicon', { descendants: false }]
2647
+ }], clearIconTemplate: [{
2648
+ type: ContentChild,
2649
+ args: ['clearicon', { descendants: false }]
2650
+ }], filterIconTemplate: [{
2651
+ type: ContentChild,
2652
+ args: ['filtericon', { descendants: false }]
2653
+ }], onIconTemplate: [{
2654
+ type: ContentChild,
2655
+ args: ['onicon', { descendants: false }]
2656
+ }], offIconTemplate: [{
2657
+ type: ContentChild,
2658
+ args: ['officon', { descendants: false }]
2659
+ }], cancelIconTemplate: [{
2660
+ type: ContentChild,
2661
+ args: ['cancelicon', { descendants: false }]
2662
+ }], templates: [{
2663
+ type: ContentChildren,
2664
+ args: [PrimeTemplate]
2665
+ }] } });
3041
2666
  class SelectModule {
3042
- static ɵfac = function SelectModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SelectModule)(); };
3043
- static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: SelectModule });
3044
- static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Select, SharedModule, SharedModule] });
2667
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2668
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.7", ngImport: i0, type: SelectModule, imports: [Select, SharedModule], exports: [Select, SharedModule] });
2669
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectModule, imports: [Select, SharedModule, SharedModule] });
3045
2670
  }
3046
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SelectModule, [{
3047
- type: NgModule,
3048
- args: [{
3049
- imports: [Select, SharedModule],
3050
- exports: [Select, SharedModule]
3051
- }]
3052
- }], null, null); })();
3053
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(SelectModule, { imports: [Select, SharedModule], exports: [Select, SharedModule] }); })();
2671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.7", ngImport: i0, type: SelectModule, decorators: [{
2672
+ type: NgModule,
2673
+ args: [{
2674
+ imports: [Select, SharedModule],
2675
+ exports: [Select, SharedModule]
2676
+ }]
2677
+ }] });
3054
2678
 
3055
2679
  /**
3056
2680
  * Generated bundle index. Do not edit.