primeng 19.0.0-rc.1 → 19.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (240) hide show
  1. package/accordion/accordion.d.ts +7 -7
  2. package/autocomplete/autocomplete.d.ts +21 -8
  3. package/badge/badge.d.ts +1 -3
  4. package/basecomponent/basecomponent.d.ts +2 -5
  5. package/blockui/blockui.d.ts +10 -5
  6. package/breadcrumb/breadcrumb.d.ts +9 -6
  7. package/button/button.d.ts +10 -4
  8. package/calendar/calendar.d.ts +29 -15
  9. package/card/card.d.ts +12 -5
  10. package/carousel/carousel.d.ts +10 -4
  11. package/cascadeselect/cascadeselect.d.ts +18 -8
  12. package/checkbox/checkbox.d.ts +8 -4
  13. package/chip/chip.d.ts +9 -7
  14. package/config/themeprovider.d.ts +6 -0
  15. package/confirmdialog/confirmdialog.d.ts +15 -5
  16. package/confirmpopup/confirmpopup.d.ts +11 -5
  17. package/contextmenu/contextmenu.d.ts +10 -6
  18. package/datepicker/datepicker.d.ts +25 -11
  19. package/dialog/dialog.d.ts +15 -4
  20. package/divider/divider.d.ts +1 -1
  21. package/dock/dock.d.ts +7 -4
  22. package/drawer/drawer.d.ts +18 -10
  23. package/dropdown/dropdown.d.ts +4 -3
  24. package/dynamicdialog/dynamicdialog.d.ts +3 -2
  25. package/editor/editor.d.ts +7 -3
  26. package/fesm2022/primeng-accordion.mjs +56 -41
  27. package/fesm2022/primeng-accordion.mjs.map +1 -1
  28. package/fesm2022/primeng-autocomplete.mjs +153 -92
  29. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  30. package/fesm2022/primeng-badge.mjs +39 -32
  31. package/fesm2022/primeng-badge.mjs.map +1 -1
  32. package/fesm2022/primeng-basecomponent.mjs +2 -25
  33. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  34. package/fesm2022/primeng-blockui.mjs +38 -18
  35. package/fesm2022/primeng-blockui.mjs.map +1 -1
  36. package/fesm2022/primeng-breadcrumb.mjs +49 -31
  37. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  38. package/fesm2022/primeng-button.mjs +55 -28
  39. package/fesm2022/primeng-button.mjs.map +1 -1
  40. package/fesm2022/primeng-calendar.mjs +199 -136
  41. package/fesm2022/primeng-calendar.mjs.map +1 -1
  42. package/fesm2022/primeng-card.mjs +95 -45
  43. package/fesm2022/primeng-card.mjs.map +1 -1
  44. package/fesm2022/primeng-carousel.mjs +74 -42
  45. package/fesm2022/primeng-carousel.mjs.map +1 -1
  46. package/fesm2022/primeng-cascadeselect.mjs +99 -61
  47. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  48. package/fesm2022/primeng-checkbox.mjs +31 -12
  49. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  50. package/fesm2022/primeng-chip.mjs +117 -96
  51. package/fesm2022/primeng-chip.mjs.map +1 -1
  52. package/fesm2022/primeng-config.mjs +13 -11
  53. package/fesm2022/primeng-config.mjs.map +1 -1
  54. package/fesm2022/primeng-confirmdialog.mjs +104 -60
  55. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  56. package/fesm2022/primeng-confirmpopup.mjs +57 -29
  57. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  58. package/fesm2022/primeng-contextmenu.mjs +52 -21
  59. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  60. package/fesm2022/primeng-datepicker.mjs +199 -158
  61. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  62. package/fesm2022/primeng-dialog.mjs +97 -50
  63. package/fesm2022/primeng-dialog.mjs.map +1 -1
  64. package/fesm2022/primeng-divider.mjs +2 -4
  65. package/fesm2022/primeng-divider.mjs.map +1 -1
  66. package/fesm2022/primeng-dock.mjs +29 -10
  67. package/fesm2022/primeng-dock.mjs.map +1 -1
  68. package/fesm2022/primeng-drawer.mjs +112 -70
  69. package/fesm2022/primeng-drawer.mjs.map +1 -1
  70. package/fesm2022/primeng-dropdown.mjs +14 -6
  71. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  72. package/fesm2022/primeng-dynamicdialog.mjs +25 -21
  73. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  74. package/fesm2022/primeng-editor.mjs +26 -10
  75. package/fesm2022/primeng-editor.mjs.map +1 -1
  76. package/fesm2022/primeng-fieldset.mjs +61 -33
  77. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  78. package/fesm2022/primeng-fileupload.mjs +138 -87
  79. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  80. package/fesm2022/primeng-galleria.mjs +22 -13
  81. package/fesm2022/primeng-galleria.mjs.map +1 -1
  82. package/fesm2022/primeng-image.mjs +113 -66
  83. package/fesm2022/primeng-image.mjs.map +1 -1
  84. package/fesm2022/primeng-imagecompare.mjs +30 -10
  85. package/fesm2022/primeng-imagecompare.mjs.map +1 -1
  86. package/fesm2022/primeng-inplace.mjs +51 -26
  87. package/fesm2022/primeng-inplace.mjs.map +1 -1
  88. package/fesm2022/primeng-inputmask.mjs +31 -15
  89. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  90. package/fesm2022/primeng-inputnumber.mjs +54 -45
  91. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  92. package/fesm2022/primeng-inputotp.mjs +30 -11
  93. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  94. package/fesm2022/primeng-listbox.mjs +137 -78
  95. package/fesm2022/primeng-listbox.mjs.map +1 -1
  96. package/fesm2022/primeng-megamenu.mjs +105 -59
  97. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  98. package/fesm2022/primeng-menu.mjs +26 -26
  99. package/fesm2022/primeng-menu.mjs.map +1 -1
  100. package/fesm2022/primeng-menubar.mjs +69 -34
  101. package/fesm2022/primeng-menubar.mjs.map +1 -1
  102. package/fesm2022/primeng-message.mjs +49 -25
  103. package/fesm2022/primeng-message.mjs.map +1 -1
  104. package/fesm2022/primeng-messages.mjs +12 -3
  105. package/fesm2022/primeng-messages.mjs.map +1 -1
  106. package/fesm2022/primeng-metergroup.mjs +62 -30
  107. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  108. package/fesm2022/primeng-multiselect.mjs +246 -155
  109. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  110. package/fesm2022/primeng-orderlist.mjs +123 -68
  111. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  112. package/fesm2022/primeng-organizationchart.mjs +31 -15
  113. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  114. package/fesm2022/primeng-overlay.mjs +26 -6
  115. package/fesm2022/primeng-overlay.mjs.map +1 -1
  116. package/fesm2022/primeng-overlaypanel.mjs +29 -9
  117. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  118. package/fesm2022/primeng-paginator.mjs +92 -60
  119. package/fesm2022/primeng-paginator.mjs.map +1 -1
  120. package/fesm2022/primeng-panel.mjs +159 -98
  121. package/fesm2022/primeng-panel.mjs.map +1 -1
  122. package/fesm2022/primeng-panelmenu.mjs +55 -32
  123. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  124. package/fesm2022/primeng-password.mjs +88 -49
  125. package/fesm2022/primeng-password.mjs.map +1 -1
  126. package/fesm2022/primeng-picklist.mjs +360 -228
  127. package/fesm2022/primeng-picklist.mjs.map +1 -1
  128. package/fesm2022/primeng-popover.mjs +23 -7
  129. package/fesm2022/primeng-popover.mjs.map +1 -1
  130. package/fesm2022/primeng-progressbar.mjs +26 -8
  131. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  132. package/fesm2022/primeng-rating.mjs +44 -20
  133. package/fesm2022/primeng-rating.mjs.map +1 -1
  134. package/fesm2022/primeng-scroller.mjs +47 -37
  135. package/fesm2022/primeng-scroller.mjs.map +1 -1
  136. package/fesm2022/primeng-scrollpanel.mjs +28 -9
  137. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  138. package/fesm2022/primeng-scrolltop.mjs +16 -9
  139. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  140. package/fesm2022/primeng-select.mjs +198 -119
  141. package/fesm2022/primeng-select.mjs.map +1 -1
  142. package/fesm2022/primeng-selectbutton.mjs +25 -9
  143. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  144. package/fesm2022/primeng-sidebar.mjs +81 -58
  145. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  146. package/fesm2022/primeng-speeddial.mjs +54 -29
  147. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  148. package/fesm2022/primeng-splitbutton.mjs +41 -18
  149. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  150. package/fesm2022/primeng-splitter.mjs +4 -4
  151. package/fesm2022/primeng-splitter.mjs.map +1 -1
  152. package/fesm2022/primeng-stepper.mjs +33 -19
  153. package/fesm2022/primeng-stepper.mjs.map +1 -1
  154. package/fesm2022/primeng-table.mjs +115 -103
  155. package/fesm2022/primeng-table.mjs.map +1 -1
  156. package/fesm2022/primeng-tabmenu.mjs +54 -27
  157. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  158. package/fesm2022/primeng-tabs.mjs +27 -19
  159. package/fesm2022/primeng-tabs.mjs.map +1 -1
  160. package/fesm2022/primeng-tabview.mjs +106 -54
  161. package/fesm2022/primeng-tabview.mjs.map +1 -1
  162. package/fesm2022/primeng-tag.mjs +68 -44
  163. package/fesm2022/primeng-tag.mjs.map +1 -1
  164. package/fesm2022/primeng-tieredmenu.mjs +44 -21
  165. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  166. package/fesm2022/primeng-timeline.mjs +40 -16
  167. package/fesm2022/primeng-timeline.mjs.map +1 -1
  168. package/fesm2022/primeng-toast.mjs +30 -7
  169. package/fesm2022/primeng-toast.mjs.map +1 -1
  170. package/fesm2022/primeng-togglebutton.mjs +44 -28
  171. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  172. package/fesm2022/primeng-toggleswitch.mjs +28 -9
  173. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  174. package/fesm2022/primeng-toolbar.mjs +46 -20
  175. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  176. package/fesm2022/primeng-tooltip.mjs +32 -69
  177. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  178. package/fesm2022/primeng-tree.mjs +113 -96
  179. package/fesm2022/primeng-tree.mjs.map +1 -1
  180. package/fesm2022/primeng-treeselect.mjs +154 -85
  181. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  182. package/fesm2022/primeng-treetable.mjs +31 -14
  183. package/fesm2022/primeng-treetable.mjs.map +1 -1
  184. package/fesm2022/primeng-usestyle.mjs +1 -1
  185. package/fesm2022/primeng-usestyle.mjs.map +1 -1
  186. package/fieldset/fieldset.d.ts +12 -6
  187. package/fileupload/fileupload.d.ts +19 -8
  188. package/galleria/galleria.d.ts +3 -2
  189. package/image/image.d.ts +18 -7
  190. package/imagecompare/imagecompare.d.ts +7 -2
  191. package/inplace/inplace.d.ts +12 -6
  192. package/inputmask/inputmask.d.ts +8 -4
  193. package/inputnumber/inputnumber.d.ts +11 -6
  194. package/inputotp/inputotp.d.ts +7 -2
  195. package/listbox/listbox.d.ts +17 -4
  196. package/megamenu/megamenu.d.ts +16 -7
  197. package/menu/menu.d.ts +6 -6
  198. package/menubar/menubar.d.ts +13 -6
  199. package/message/message.d.ts +10 -4
  200. package/messages/messages.d.ts +4 -3
  201. package/metergroup/metergroup.d.ts +11 -3
  202. package/multiselect/multiselect.d.ts +36 -17
  203. package/orderlist/orderlist.d.ts +23 -11
  204. package/organizationchart/organizationchart.d.ts +6 -4
  205. package/overlay/overlay.d.ts +6 -3
  206. package/overlaypanel/overlaypanel.d.ts +6 -3
  207. package/package.json +180 -180
  208. package/paginator/paginator.d.ts +15 -8
  209. package/panel/panel.d.ts +14 -5
  210. package/panelmenu/panelmenu.d.ts +8 -4
  211. package/password/password.d.ts +15 -7
  212. package/picklist/picklist.d.ts +23 -3
  213. package/popover/popover.d.ts +7 -4
  214. package/progressbar/progressbar.d.ts +7 -3
  215. package/rating/rating.d.ts +11 -5
  216. package/scroller/scroller.d.ts +9 -4
  217. package/scrollpanel/scrollpanel.d.ts +7 -3
  218. package/scrolltop/scrolltop.d.ts +7 -4
  219. package/select/select.d.ts +31 -13
  220. package/selectbutton/selectbutton.d.ts +7 -3
  221. package/sidebar/sidebar.d.ts +9 -2
  222. package/speeddial/speeddial.d.ts +9 -4
  223. package/splitbutton/splitbutton.d.ts +9 -5
  224. package/splitter/splitter.d.ts +4 -4
  225. package/stepper/stepper.d.ts +8 -3
  226. package/table/table.d.ts +2 -2
  227. package/tabmenu/tabmenu.d.ts +12 -7
  228. package/tabs/tablist.d.ts +6 -2
  229. package/tabview/tabview.d.ts +16 -7
  230. package/tag/tag.d.ts +8 -9
  231. package/tieredmenu/tieredmenu.d.ts +10 -6
  232. package/timeline/timeline.d.ts +7 -2
  233. package/toast/toast.d.ts +7 -3
  234. package/togglebutton/togglebutton.d.ts +8 -3
  235. package/toggleswitch/toggleswitch.d.ts +6 -2
  236. package/toolbar/toolbar.d.ts +9 -4
  237. package/tooltip/tooltip.d.ts +2 -1
  238. package/tree/tree.d.ts +23 -10
  239. package/treeselect/treeselect.d.ts +26 -12
  240. package/treetable/treetable.d.ts +6 -4
@@ -3,11 +3,11 @@ import { transferArrayItem, moveItemInArray, DragDropModule } from '@angular/cdk
3
3
  import * as i1 from '@angular/common';
4
4
  import { isPlatformBrowser, CommonModule } from '@angular/common';
5
5
  import * as i0 from '@angular/core';
6
- import { Injectable, EventEmitter, inject, numberAttribute, booleanAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ContentChild, NgModule } from '@angular/core';
6
+ import { Injectable, EventEmitter, inject, numberAttribute, booleanAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ContentChild, ContentChildren, NgModule } from '@angular/core';
7
7
  import * as i3 from '@angular/forms';
8
8
  import { FormsModule } from '@angular/forms';
9
9
  import { uuid, find, scrollInView, findIndexInList, findSingle, setAttribute, isEmpty } from '@primeuix/utils';
10
- import { FilterService, SharedModule } from 'primeng/api';
10
+ import { FilterService, PrimeTemplate, SharedModule } from 'primeng/api';
11
11
  import { BaseComponent } from 'primeng/basecomponent';
12
12
  import { ButtonDirective } from 'primeng/button';
13
13
  import { AngleDoubleDownIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleDoubleUpIcon, AngleDownIcon, AngleLeftIcon, AngleRightIcon, AngleUpIcon } from 'primeng/icons';
@@ -114,7 +114,8 @@ const _c19 = ["sourcelist"];
114
114
  const _c20 = ["targetlist"];
115
115
  const _c21 = () => ({ "p-picklist p-component": true });
116
116
  const _c22 = a0 => ({ $implicit: a0 });
117
- const _c23 = (a0, a1, a2) => ({ $implicit: a0, index: a1, selected: a2 });
117
+ const _c23 = a0 => ({ options: a0 });
118
+ const _c24 = (a0, a1, a2) => ({ $implicit: a0, index: a1, selected: a2 });
118
119
  function PickList_div_1_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
119
120
  i0.ɵɵelement(0, "AngleUpIcon");
120
121
  } if (rf & 2) {
@@ -176,30 +177,30 @@ function PickList_div_1_Template(rf, ctx) { if (rf & 1) {
176
177
  i0.ɵɵproperty("disabled", ctx_r2.sourceMoveDisabled())("buttonProps", ctx_r2.getButtonProps("moveup"));
177
178
  i0.ɵɵattribute("aria-label", ctx_r2.moveUpAriaLabel)("data-pc-section", "sourceMoveUpButton");
178
179
  i0.ɵɵadvance();
179
- i0.ɵɵproperty("ngIf", !ctx_r2.moveUpIconTemplate);
180
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveUpIconTemplate && !ctx_r2._moveUpIconTemplate);
180
181
  i0.ɵɵadvance();
181
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveUpIconTemplate);
182
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveUpIconTemplate || ctx_r2._moveUpIconTemplate);
182
183
  i0.ɵɵadvance();
183
184
  i0.ɵɵproperty("disabled", ctx_r2.sourceMoveDisabled())("buttonProps", ctx_r2.getButtonProps("movetop"));
184
185
  i0.ɵɵattribute("aria-label", ctx_r2.moveTopAriaLabel)("data-pc-section", "sourceMoveTopButton");
185
186
  i0.ɵɵadvance();
186
- i0.ɵɵproperty("ngIf", !ctx_r2.moveTopIconTemplate);
187
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveTopIconTemplate && !ctx_r2._moveTopIconTemplate);
187
188
  i0.ɵɵadvance();
188
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveTopIconTemplate);
189
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveTopIconTemplate || ctx_r2._moveTopIconTemplate);
189
190
  i0.ɵɵadvance();
190
191
  i0.ɵɵproperty("disabled", ctx_r2.sourceMoveDisabled())("buttonProps", ctx_r2.getButtonProps("movedown"));
191
192
  i0.ɵɵattribute("aria-label", ctx_r2.moveDownAriaLabel)("data-pc-section", "sourceMoveDownButton");
192
193
  i0.ɵɵadvance();
193
- i0.ɵɵproperty("ngIf", !ctx_r2.moveDownIconTemplate);
194
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveDownIconTemplate && !ctx_r2._moveDownIconTemplate);
194
195
  i0.ɵɵadvance();
195
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveDownIconTemplate);
196
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveDownIconTemplate || ctx_r2._moveDownIconTemplate);
196
197
  i0.ɵɵadvance();
197
198
  i0.ɵɵproperty("disabled", ctx_r2.sourceMoveDisabled())("buttonProps", ctx_r2.getButtonProps("movebottom"));
198
199
  i0.ɵɵattribute("aria-label", ctx_r2.moveBottomAriaLabel)("data-pc-section", "sourceMoveBottomButton");
199
200
  i0.ɵɵadvance();
200
- i0.ɵɵproperty("ngIf", !ctx_r2.moveBottomIconTemplate);
201
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveBottomIconTemplate || ctx_r2._moveBottomIconTemplate);
201
202
  i0.ɵɵadvance();
202
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveBottomIconTemplate);
203
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveBottomIconTemplate || ctx_r2._moveBottomIconTemplate);
203
204
  } }
204
205
  function PickList_ng_container_5_ng_template_1_0_ng_template_0_Template(rf, ctx) { }
205
206
  function PickList_ng_container_5_ng_template_1_0_Template(rf, ctx) { if (rf & 1) {
@@ -209,14 +210,38 @@ function PickList_ng_container_5_ng_template_1_Template(rf, ctx) { if (rf & 1) {
209
210
  i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_Template, 1, 0, null, 16);
210
211
  } if (rf & 2) {
211
212
  const ctx_r2 = i0.ɵɵnextContext(2);
212
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.sourceHeaderTemplate);
213
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.sourceHeaderTemplate || ctx_r2._sourceHeaderTemplate);
213
214
  } }
214
215
  function PickList_ng_container_5_Template(rf, ctx) { if (rf & 1) {
215
216
  i0.ɵɵelementContainerStart(0);
216
217
  i0.ɵɵtemplate(1, PickList_ng_container_5_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
217
218
  i0.ɵɵelementContainerEnd();
218
219
  } }
219
- function PickList_div_6_Template(rf, ctx) { if (rf & 1) {
220
+ function PickList_ng_container_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
221
+ i0.ɵɵelementContainer(0);
222
+ } }
223
+ function PickList_ng_container_6_Template(rf, ctx) { if (rf & 1) {
224
+ i0.ɵɵelementContainerStart(0);
225
+ i0.ɵɵtemplate(1, PickList_ng_container_6_ng_container_1_Template, 1, 0, "ng-container", 12);
226
+ i0.ɵɵelementContainerEnd();
227
+ } if (rf & 2) {
228
+ const ctx_r2 = i0.ɵɵnextContext();
229
+ i0.ɵɵadvance();
230
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.sourceFilterTemplate || ctx_r2._sourceFilterTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c23, ctx_r2.sourceFilterOptions));
231
+ } }
232
+ function PickList_ng_container_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
233
+ i0.ɵɵelementContainer(0);
234
+ } }
235
+ function PickList_ng_container_7_Template(rf, ctx) { if (rf & 1) {
236
+ i0.ɵɵelementContainerStart(0);
237
+ i0.ɵɵtemplate(1, PickList_ng_container_7_ng_container_1_Template, 1, 0, "ng-container", 16);
238
+ i0.ɵɵelementContainerEnd();
239
+ } if (rf & 2) {
240
+ const ctx_r2 = i0.ɵɵnextContext();
241
+ i0.ɵɵadvance();
242
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.sourceFilterIconTemplate || ctx_r2._sourceFilterIconTemplate);
243
+ } }
244
+ function PickList_div_8_Template(rf, ctx) { if (rf & 1) {
220
245
  i0.ɵɵelementStart(0, "div", 17);
221
246
  i0.ɵɵtext(1);
222
247
  i0.ɵɵelementEnd();
@@ -225,36 +250,48 @@ function PickList_div_6_Template(rf, ctx) { if (rf & 1) {
225
250
  i0.ɵɵadvance();
226
251
  i0.ɵɵtextInterpolate(ctx_r2.sourceHeader);
227
252
  } }
228
- function PickList_ng_container_7_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
253
+ function PickList_ng_container_9_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
229
254
  i0.ɵɵelementContainer(0);
230
255
  } }
231
- function PickList_ng_container_7_ng_template_1_Template(rf, ctx) { if (rf & 1) {
232
- i0.ɵɵtemplate(0, PickList_ng_container_7_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 12);
256
+ function PickList_ng_container_9_ng_template_1_Template(rf, ctx) { if (rf & 1) {
257
+ i0.ɵɵtemplate(0, PickList_ng_container_9_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 12);
233
258
  } if (rf & 2) {
234
259
  const item_r5 = ctx.$implicit;
235
260
  const index_r6 = ctx.index;
236
261
  const selected_r7 = ctx.selected;
237
262
  const ctx_r2 = i0.ɵɵnextContext(2);
238
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c23, item_r5, index_r6, selected_r7));
263
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate || ctx_r2._itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c24, item_r5, index_r6, selected_r7));
239
264
  } }
240
- function PickList_ng_container_7_Template(rf, ctx) { if (rf & 1) {
265
+ function PickList_ng_container_9_Template(rf, ctx) { if (rf & 1) {
266
+ i0.ɵɵelementContainerStart(0);
267
+ i0.ɵɵtemplate(1, PickList_ng_container_9_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
268
+ i0.ɵɵelementContainerEnd();
269
+ } }
270
+ function PickList_ng_container_10_ng_container_1_Template(rf, ctx) { if (rf & 1) {
271
+ i0.ɵɵelementContainer(0);
272
+ } }
273
+ function PickList_ng_container_10_Template(rf, ctx) { if (rf & 1) {
241
274
  i0.ɵɵelementContainerStart(0);
242
- i0.ɵɵtemplate(1, PickList_ng_container_7_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
275
+ i0.ɵɵtemplate(1, PickList_ng_container_10_ng_container_1_Template, 1, 0, "ng-container", 16);
243
276
  i0.ɵɵelementContainerEnd();
277
+ } if (rf & 2) {
278
+ const ctx_r2 = i0.ɵɵnextContext();
279
+ i0.ɵɵadvance();
280
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.emptyFilterMessageSourceTemplate || ctx_r2._emptyFilterMessageSourceTemplate || ctx_r2.emptyMessageSourceTemplate || ctx_r2._emptyMessageSourceTemplate);
244
281
  } }
245
- function PickList_ng_container_10_AngleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
282
+ function PickList_ng_container_13_AngleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
246
283
  i0.ɵɵelement(0, "AngleRightIcon");
247
284
  } if (rf & 2) {
248
285
  i0.ɵɵattribute("data-pc-section", "movetotargeticon");
249
286
  } }
250
- function PickList_ng_container_10_AngleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
287
+ function PickList_ng_container_13_AngleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
251
288
  i0.ɵɵelement(0, "AngleDownIcon");
252
289
  } if (rf & 2) {
253
290
  i0.ɵɵattribute("data-pc-section", "movetotargeticon");
254
291
  } }
255
- function PickList_ng_container_10_Template(rf, ctx) { if (rf & 1) {
292
+ function PickList_ng_container_13_Template(rf, ctx) { if (rf & 1) {
256
293
  i0.ɵɵelementContainerStart(0);
257
- i0.ɵɵtemplate(1, PickList_ng_container_10_AngleRightIcon_1_Template, 1, 1, "AngleRightIcon", 8)(2, PickList_ng_container_10_AngleDownIcon_2_Template, 1, 1, "AngleDownIcon", 8);
294
+ i0.ɵɵtemplate(1, PickList_ng_container_13_AngleRightIcon_1_Template, 1, 1, "AngleRightIcon", 8)(2, PickList_ng_container_13_AngleDownIcon_2_Template, 1, 1, "AngleDownIcon", 8);
258
295
  i0.ɵɵelementContainerEnd();
259
296
  } if (rf & 2) {
260
297
  const ctx_r2 = i0.ɵɵnextContext();
@@ -263,23 +300,23 @@ function PickList_ng_container_10_Template(rf, ctx) { if (rf & 1) {
263
300
  i0.ɵɵadvance();
264
301
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
265
302
  } }
266
- function PickList_11_ng_template_0_Template(rf, ctx) { }
267
- function PickList_11_Template(rf, ctx) { if (rf & 1) {
268
- i0.ɵɵtemplate(0, PickList_11_ng_template_0_Template, 0, 0, "ng-template");
303
+ function PickList_14_ng_template_0_Template(rf, ctx) { }
304
+ function PickList_14_Template(rf, ctx) { if (rf & 1) {
305
+ i0.ɵɵtemplate(0, PickList_14_ng_template_0_Template, 0, 0, "ng-template");
269
306
  } }
270
- function PickList_ng_container_13_AngleDoubleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
307
+ function PickList_ng_container_16_AngleDoubleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
271
308
  i0.ɵɵelement(0, "AngleDoubleRightIcon");
272
309
  } if (rf & 2) {
273
310
  i0.ɵɵattribute("data-pc-section", "movealltotargeticon");
274
311
  } }
275
- function PickList_ng_container_13_AngleDoubleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
312
+ function PickList_ng_container_16_AngleDoubleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
276
313
  i0.ɵɵelement(0, "AngleDoubleDownIcon");
277
314
  } if (rf & 2) {
278
315
  i0.ɵɵattribute("data-pc-section", "movealltotargeticon");
279
316
  } }
280
- function PickList_ng_container_13_Template(rf, ctx) { if (rf & 1) {
317
+ function PickList_ng_container_16_Template(rf, ctx) { if (rf & 1) {
281
318
  i0.ɵɵelementContainerStart(0);
282
- i0.ɵɵtemplate(1, PickList_ng_container_13_AngleDoubleRightIcon_1_Template, 1, 1, "AngleDoubleRightIcon", 8)(2, PickList_ng_container_13_AngleDoubleDownIcon_2_Template, 1, 1, "AngleDoubleDownIcon", 8);
319
+ i0.ɵɵtemplate(1, PickList_ng_container_16_AngleDoubleRightIcon_1_Template, 1, 1, "AngleDoubleRightIcon", 8)(2, PickList_ng_container_16_AngleDoubleDownIcon_2_Template, 1, 1, "AngleDoubleDownIcon", 8);
283
320
  i0.ɵɵelementContainerEnd();
284
321
  } if (rf & 2) {
285
322
  const ctx_r2 = i0.ɵɵnextContext();
@@ -288,23 +325,23 @@ function PickList_ng_container_13_Template(rf, ctx) { if (rf & 1) {
288
325
  i0.ɵɵadvance();
289
326
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
290
327
  } }
291
- function PickList_14_ng_template_0_Template(rf, ctx) { }
292
- function PickList_14_Template(rf, ctx) { if (rf & 1) {
293
- i0.ɵɵtemplate(0, PickList_14_ng_template_0_Template, 0, 0, "ng-template");
328
+ function PickList_17_ng_template_0_Template(rf, ctx) { }
329
+ function PickList_17_Template(rf, ctx) { if (rf & 1) {
330
+ i0.ɵɵtemplate(0, PickList_17_ng_template_0_Template, 0, 0, "ng-template");
294
331
  } }
295
- function PickList_ng_container_16_AngleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
332
+ function PickList_ng_container_19_AngleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
296
333
  i0.ɵɵelement(0, "AngleLeftIcon");
297
334
  } if (rf & 2) {
298
335
  i0.ɵɵattribute("data-pc-section", "movedownsourceticon");
299
336
  } }
300
- function PickList_ng_container_16_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
337
+ function PickList_ng_container_19_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
301
338
  i0.ɵɵelement(0, "AngleUpIcon");
302
339
  } if (rf & 2) {
303
340
  i0.ɵɵattribute("data-pc-section", "movedownsourceticon");
304
341
  } }
305
- function PickList_ng_container_16_Template(rf, ctx) { if (rf & 1) {
342
+ function PickList_ng_container_19_Template(rf, ctx) { if (rf & 1) {
306
343
  i0.ɵɵelementContainerStart(0);
307
- i0.ɵɵtemplate(1, PickList_ng_container_16_AngleLeftIcon_1_Template, 1, 1, "AngleLeftIcon", 8)(2, PickList_ng_container_16_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8);
344
+ i0.ɵɵtemplate(1, PickList_ng_container_19_AngleLeftIcon_1_Template, 1, 1, "AngleLeftIcon", 8)(2, PickList_ng_container_19_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8);
308
345
  i0.ɵɵelementContainerEnd();
309
346
  } if (rf & 2) {
310
347
  const ctx_r2 = i0.ɵɵnextContext();
@@ -313,23 +350,23 @@ function PickList_ng_container_16_Template(rf, ctx) { if (rf & 1) {
313
350
  i0.ɵɵadvance();
314
351
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
315
352
  } }
316
- function PickList_17_ng_template_0_Template(rf, ctx) { }
317
- function PickList_17_Template(rf, ctx) { if (rf & 1) {
318
- i0.ɵɵtemplate(0, PickList_17_ng_template_0_Template, 0, 0, "ng-template");
353
+ function PickList_20_ng_template_0_Template(rf, ctx) { }
354
+ function PickList_20_Template(rf, ctx) { if (rf & 1) {
355
+ i0.ɵɵtemplate(0, PickList_20_ng_template_0_Template, 0, 0, "ng-template");
319
356
  } }
320
- function PickList_ng_container_19_AngleDoubleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
357
+ function PickList_ng_container_22_AngleDoubleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
321
358
  i0.ɵɵelement(0, "AngleDoubleLeftIcon");
322
359
  } if (rf & 2) {
323
360
  i0.ɵɵattribute("data-pc-section", "movealltosourceticon");
324
361
  } }
325
- function PickList_ng_container_19_AngleDoubleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
362
+ function PickList_ng_container_22_AngleDoubleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
326
363
  i0.ɵɵelement(0, "AngleDoubleUpIcon");
327
364
  } if (rf & 2) {
328
365
  i0.ɵɵattribute("data-pc-section", "movealltosourceticon");
329
366
  } }
330
- function PickList_ng_container_19_Template(rf, ctx) { if (rf & 1) {
367
+ function PickList_ng_container_22_Template(rf, ctx) { if (rf & 1) {
331
368
  i0.ɵɵelementContainerStart(0);
332
- i0.ɵɵtemplate(1, PickList_ng_container_19_AngleDoubleLeftIcon_1_Template, 1, 1, "AngleDoubleLeftIcon", 8)(2, PickList_ng_container_19_AngleDoubleUpIcon_2_Template, 1, 1, "AngleDoubleUpIcon", 8);
369
+ i0.ɵɵtemplate(1, PickList_ng_container_22_AngleDoubleLeftIcon_1_Template, 1, 1, "AngleDoubleLeftIcon", 8)(2, PickList_ng_container_22_AngleDoubleUpIcon_2_Template, 1, 1, "AngleDoubleUpIcon", 8);
333
370
  i0.ɵɵelementContainerEnd();
334
371
  } if (rf & 2) {
335
372
  const ctx_r2 = i0.ɵɵnextContext();
@@ -338,104 +375,140 @@ function PickList_ng_container_19_Template(rf, ctx) { if (rf & 1) {
338
375
  i0.ɵɵadvance();
339
376
  i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
340
377
  } }
341
- function PickList_20_ng_template_0_Template(rf, ctx) { }
342
- function PickList_20_Template(rf, ctx) { if (rf & 1) {
343
- i0.ɵɵtemplate(0, PickList_20_ng_template_0_Template, 0, 0, "ng-template");
378
+ function PickList_23_ng_template_0_Template(rf, ctx) { }
379
+ function PickList_23_Template(rf, ctx) { if (rf & 1) {
380
+ i0.ɵɵtemplate(0, PickList_23_ng_template_0_Template, 0, 0, "ng-template");
344
381
  } }
345
- function PickList_ng_container_24_ng_template_1_0_ng_template_0_Template(rf, ctx) { }
346
- function PickList_ng_container_24_ng_template_1_0_Template(rf, ctx) { if (rf & 1) {
347
- i0.ɵɵtemplate(0, PickList_ng_container_24_ng_template_1_0_ng_template_0_Template, 0, 0, "ng-template");
382
+ function PickList_ng_container_27_ng_template_1_0_ng_template_0_Template(rf, ctx) { }
383
+ function PickList_ng_container_27_ng_template_1_0_Template(rf, ctx) { if (rf & 1) {
384
+ i0.ɵɵtemplate(0, PickList_ng_container_27_ng_template_1_0_ng_template_0_Template, 0, 0, "ng-template");
348
385
  } }
349
- function PickList_ng_container_24_ng_template_1_Template(rf, ctx) { if (rf & 1) {
350
- i0.ɵɵtemplate(0, PickList_ng_container_24_ng_template_1_0_Template, 1, 0, null, 16);
386
+ function PickList_ng_container_27_ng_template_1_Template(rf, ctx) { if (rf & 1) {
387
+ i0.ɵɵtemplate(0, PickList_ng_container_27_ng_template_1_0_Template, 1, 0, null, 16);
351
388
  } if (rf & 2) {
352
389
  const ctx_r2 = i0.ɵɵnextContext(2);
353
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.targetHeaderTemplate);
390
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.targetHeaderTemplate || ctx_r2._targetHeaderTemplate);
391
+ } }
392
+ function PickList_ng_container_27_Template(rf, ctx) { if (rf & 1) {
393
+ i0.ɵɵelementContainerStart(0);
394
+ i0.ɵɵtemplate(1, PickList_ng_container_27_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
395
+ i0.ɵɵelementContainerEnd();
396
+ } }
397
+ function PickList_ng_container_28_ng_container_1_Template(rf, ctx) { if (rf & 1) {
398
+ i0.ɵɵelementContainer(0);
399
+ } }
400
+ function PickList_ng_container_28_Template(rf, ctx) { if (rf & 1) {
401
+ i0.ɵɵelementContainerStart(0);
402
+ i0.ɵɵtemplate(1, PickList_ng_container_28_ng_container_1_Template, 1, 0, "ng-container", 12);
403
+ i0.ɵɵelementContainerEnd();
404
+ } if (rf & 2) {
405
+ const ctx_r2 = i0.ɵɵnextContext();
406
+ i0.ɵɵadvance();
407
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.targetFilterTemplate || ctx_r2._targetFilterTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c23, ctx_r2.targetFilterOptions));
354
408
  } }
355
- function PickList_ng_container_24_Template(rf, ctx) { if (rf & 1) {
409
+ function PickList_ng_container_29_ng_container_1_Template(rf, ctx) { if (rf & 1) {
410
+ i0.ɵɵelementContainer(0);
411
+ } }
412
+ function PickList_ng_container_29_Template(rf, ctx) { if (rf & 1) {
356
413
  i0.ɵɵelementContainerStart(0);
357
- i0.ɵɵtemplate(1, PickList_ng_container_24_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
414
+ i0.ɵɵtemplate(1, PickList_ng_container_29_ng_container_1_Template, 1, 0, "ng-container", 16);
358
415
  i0.ɵɵelementContainerEnd();
416
+ } if (rf & 2) {
417
+ const ctx_r2 = i0.ɵɵnextContext();
418
+ i0.ɵɵadvance();
419
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.targetFilterIconTemplate || ctx_r2._targetFilterIconTemplate);
359
420
  } }
360
- function PickList_div_25_Template(rf, ctx) { if (rf & 1) {
421
+ function PickList_div_30_Template(rf, ctx) { if (rf & 1) {
361
422
  i0.ɵɵelementStart(0, "div", 17);
362
423
  i0.ɵɵtext(1);
363
424
  i0.ɵɵelementEnd();
364
425
  } if (rf & 2) {
365
426
  const ctx_r2 = i0.ɵɵnextContext();
366
427
  i0.ɵɵadvance();
367
- i0.ɵɵtextInterpolate(ctx_r2.sourceHeader);
428
+ i0.ɵɵtextInterpolate(ctx_r2.targetHeader);
368
429
  } }
369
- function PickList_ng_container_26_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
430
+ function PickList_ng_container_31_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
370
431
  i0.ɵɵelementContainer(0);
371
432
  } }
372
- function PickList_ng_container_26_ng_template_1_Template(rf, ctx) { if (rf & 1) {
373
- i0.ɵɵtemplate(0, PickList_ng_container_26_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 12);
433
+ function PickList_ng_container_31_ng_template_1_Template(rf, ctx) { if (rf & 1) {
434
+ i0.ɵɵtemplate(0, PickList_ng_container_31_ng_template_1_ng_container_0_Template, 1, 0, "ng-container", 12);
374
435
  } if (rf & 2) {
375
436
  const item_r8 = ctx.$implicit;
376
437
  const index_r9 = ctx.index;
377
438
  const selected_r10 = ctx.selected;
378
439
  const ctx_r2 = i0.ɵɵnextContext(2);
379
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c23, item_r8, index_r9, selected_r10));
440
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate || ctx_r2._itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c24, item_r8, index_r9, selected_r10));
380
441
  } }
381
- function PickList_ng_container_26_Template(rf, ctx) { if (rf & 1) {
442
+ function PickList_ng_container_31_Template(rf, ctx) { if (rf & 1) {
382
443
  i0.ɵɵelementContainerStart(0);
383
- i0.ɵɵtemplate(1, PickList_ng_container_26_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
444
+ i0.ɵɵtemplate(1, PickList_ng_container_31_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
384
445
  i0.ɵɵelementContainerEnd();
385
446
  } }
386
- function PickList_div_27_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
447
+ function PickList_ng_container_32_ng_container_1_Template(rf, ctx) { if (rf & 1) {
448
+ i0.ɵɵelementContainer(0);
449
+ } }
450
+ function PickList_ng_container_32_Template(rf, ctx) { if (rf & 1) {
451
+ i0.ɵɵelementContainerStart(0);
452
+ i0.ɵɵtemplate(1, PickList_ng_container_32_ng_container_1_Template, 1, 0, "ng-container", 16);
453
+ i0.ɵɵelementContainerEnd();
454
+ } if (rf & 2) {
455
+ const ctx_r2 = i0.ɵɵnextContext();
456
+ i0.ɵɵadvance();
457
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.emptyFilterMessageTargetTemplate || ctx_r2._emptyFilterMessageTargetTemplate || ctx_r2.emptyMessageTargetTemplate || ctx_r2._emptyMessageTargetTemplate);
458
+ } }
459
+ function PickList_div_33_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
387
460
  i0.ɵɵelement(0, "AngleUpIcon");
388
461
  } if (rf & 2) {
389
462
  i0.ɵɵattribute("data-pc-section", "moveupicon");
390
463
  } }
391
- function PickList_div_27_3_ng_template_0_Template(rf, ctx) { }
392
- function PickList_div_27_3_Template(rf, ctx) { if (rf & 1) {
393
- i0.ɵɵtemplate(0, PickList_div_27_3_ng_template_0_Template, 0, 0, "ng-template");
464
+ function PickList_div_33_3_ng_template_0_Template(rf, ctx) { }
465
+ function PickList_div_33_3_Template(rf, ctx) { if (rf & 1) {
466
+ i0.ɵɵtemplate(0, PickList_div_33_3_ng_template_0_Template, 0, 0, "ng-template");
394
467
  } }
395
- function PickList_div_27_AngleDoubleUpIcon_5_Template(rf, ctx) { if (rf & 1) {
468
+ function PickList_div_33_AngleDoubleUpIcon_5_Template(rf, ctx) { if (rf & 1) {
396
469
  i0.ɵɵelement(0, "AngleDoubleUpIcon");
397
470
  } if (rf & 2) {
398
471
  i0.ɵɵattribute("data-pc-section", "movetopicon");
399
472
  } }
400
- function PickList_div_27_6_ng_template_0_Template(rf, ctx) { }
401
- function PickList_div_27_6_Template(rf, ctx) { if (rf & 1) {
402
- i0.ɵɵtemplate(0, PickList_div_27_6_ng_template_0_Template, 0, 0, "ng-template");
473
+ function PickList_div_33_6_ng_template_0_Template(rf, ctx) { }
474
+ function PickList_div_33_6_Template(rf, ctx) { if (rf & 1) {
475
+ i0.ɵɵtemplate(0, PickList_div_33_6_ng_template_0_Template, 0, 0, "ng-template");
403
476
  } }
404
- function PickList_div_27_AngleDownIcon_8_Template(rf, ctx) { if (rf & 1) {
477
+ function PickList_div_33_AngleDownIcon_8_Template(rf, ctx) { if (rf & 1) {
405
478
  i0.ɵɵelement(0, "AngleDownIcon");
406
479
  } if (rf & 2) {
407
480
  i0.ɵɵattribute("data-pc-section", "movedownicon");
408
481
  } }
409
- function PickList_div_27_9_ng_template_0_Template(rf, ctx) { }
410
- function PickList_div_27_9_Template(rf, ctx) { if (rf & 1) {
411
- i0.ɵɵtemplate(0, PickList_div_27_9_ng_template_0_Template, 0, 0, "ng-template");
482
+ function PickList_div_33_9_ng_template_0_Template(rf, ctx) { }
483
+ function PickList_div_33_9_Template(rf, ctx) { if (rf & 1) {
484
+ i0.ɵɵtemplate(0, PickList_div_33_9_ng_template_0_Template, 0, 0, "ng-template");
412
485
  } }
413
- function PickList_div_27_AngleDoubleDownIcon_11_Template(rf, ctx) { if (rf & 1) {
486
+ function PickList_div_33_AngleDoubleDownIcon_11_Template(rf, ctx) { if (rf & 1) {
414
487
  i0.ɵɵelement(0, "AngleDoubleDownIcon");
415
488
  } if (rf & 2) {
416
489
  i0.ɵɵattribute("data-pc-section", "movebottomicon");
417
490
  } }
418
- function PickList_div_27_12_ng_template_0_Template(rf, ctx) { }
419
- function PickList_div_27_12_Template(rf, ctx) { if (rf & 1) {
420
- i0.ɵɵtemplate(0, PickList_div_27_12_ng_template_0_Template, 0, 0, "ng-template");
491
+ function PickList_div_33_12_ng_template_0_Template(rf, ctx) { }
492
+ function PickList_div_33_12_Template(rf, ctx) { if (rf & 1) {
493
+ i0.ɵɵtemplate(0, PickList_div_33_12_ng_template_0_Template, 0, 0, "ng-template");
421
494
  } }
422
- function PickList_div_27_Template(rf, ctx) { if (rf & 1) {
495
+ function PickList_div_33_Template(rf, ctx) { if (rf & 1) {
423
496
  const _r11 = i0.ɵɵgetCurrentView();
424
497
  i0.ɵɵelementStart(0, "div", 18)(1, "button", 11);
425
- i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveUp(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
426
- i0.ɵɵtemplate(2, PickList_div_27_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_27_3_Template, 1, 0, null, 16);
498
+ i0.ɵɵlistener("click", function PickList_div_33_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(26); return i0.ɵɵresetView(ctx_r2.moveUp(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
499
+ i0.ɵɵtemplate(2, PickList_div_33_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_33_3_Template, 1, 0, null, 16);
427
500
  i0.ɵɵelementEnd();
428
501
  i0.ɵɵelementStart(4, "button", 11);
429
- i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveTop(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
430
- i0.ɵɵtemplate(5, PickList_div_27_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_27_6_Template, 1, 0, null, 16);
502
+ i0.ɵɵlistener("click", function PickList_div_33_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(26); return i0.ɵɵresetView(ctx_r2.moveTop(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
503
+ i0.ɵɵtemplate(5, PickList_div_33_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_33_6_Template, 1, 0, null, 16);
431
504
  i0.ɵɵelementEnd();
432
505
  i0.ɵɵelementStart(7, "button", 11);
433
- i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveDown(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
434
- i0.ɵɵtemplate(8, PickList_div_27_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_27_9_Template, 1, 0, null, 16);
506
+ i0.ɵɵlistener("click", function PickList_div_33_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(26); return i0.ɵɵresetView(ctx_r2.moveDown(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
507
+ i0.ɵɵtemplate(8, PickList_div_33_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_33_9_Template, 1, 0, null, 16);
435
508
  i0.ɵɵelementEnd();
436
509
  i0.ɵɵelementStart(10, "button", 11);
437
- i0.ɵɵlistener("click", function PickList_div_27_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(23); return i0.ɵɵresetView(ctx_r2.moveBottom(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
438
- i0.ɵɵtemplate(11, PickList_div_27_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_27_12_Template, 1, 0, null, 16);
510
+ i0.ɵɵlistener("click", function PickList_div_33_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r11); const ctx_r2 = i0.ɵɵnextContext(); const targetlist_r12 = i0.ɵɵreference(26); return i0.ɵɵresetView(ctx_r2.moveBottom(targetlist_r12, ctx_r2.target, ctx_r2.selectedItemsTarget, ctx_r2.onTargetReorder, ctx_r2.TARGET_LIST)); });
511
+ i0.ɵɵtemplate(11, PickList_div_33_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_33_12_Template, 1, 0, null, 16);
439
512
  i0.ɵɵelementEnd()();
440
513
  } if (rf & 2) {
441
514
  const ctx_r2 = i0.ɵɵnextContext();
@@ -444,30 +517,30 @@ function PickList_div_27_Template(rf, ctx) { if (rf & 1) {
444
517
  i0.ɵɵproperty("disabled", ctx_r2.targetMoveDisabled())("buttonProps", ctx_r2.getButtonProps("moveup"));
445
518
  i0.ɵɵattribute("aria-label", ctx_r2.moveUpAriaLabel)("data-pc-section", "targetMoveUpButton");
446
519
  i0.ɵɵadvance();
447
- i0.ɵɵproperty("ngIf", !ctx_r2.moveUpIconTemplate);
520
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveUpIconTemplate && !ctx_r2._moveUpIconTemplate);
448
521
  i0.ɵɵadvance();
449
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveUpIconTemplate);
522
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveUpIconTemplate || ctx_r2._moveUpIconTemplate);
450
523
  i0.ɵɵadvance();
451
524
  i0.ɵɵproperty("disabled", ctx_r2.targetMoveDisabled())("buttonProps", ctx_r2.getButtonProps("movetop"));
452
525
  i0.ɵɵattribute("aria-label", ctx_r2.moveTopAriaLabel)("data-pc-section", "targetMoveTopButton");
453
526
  i0.ɵɵadvance();
454
- i0.ɵɵproperty("ngIf", !ctx_r2.moveTopIconTemplate);
527
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveTopIconTemplate && !ctx_r2._moveTopIconTemplate);
455
528
  i0.ɵɵadvance();
456
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveTopIconTemplate);
529
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveTopIconTemplate || ctx_r2.moveTopIconTemplate);
457
530
  i0.ɵɵadvance();
458
531
  i0.ɵɵproperty("disabled", ctx_r2.targetMoveDisabled())("buttonProps", ctx_r2.getButtonProps("movedown"));
459
532
  i0.ɵɵattribute("aria-label", ctx_r2.moveDownAriaLabel)("data-pc-section", "targetMoveDownButton");
460
533
  i0.ɵɵadvance();
461
- i0.ɵɵproperty("ngIf", !ctx_r2.moveDownIconTemplate);
534
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveDownIconTemplate && !ctx_r2._moveDownIconTemplate);
462
535
  i0.ɵɵadvance();
463
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveDownIconTemplate);
536
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveDownIconTemplate || ctx_r2._moveDownIconTemplate);
464
537
  i0.ɵɵadvance();
465
538
  i0.ɵɵproperty("disabled", ctx_r2.targetMoveDisabled())("buttonProps", ctx_r2.getButtonProps("movebottom"));
466
539
  i0.ɵɵattribute("aria-label", ctx_r2.moveBottomAriaLabel)("data-pc-section", "targetMoveBottomButton");
467
540
  i0.ɵɵadvance();
468
- i0.ɵɵproperty("ngIf", !ctx_r2.moveBottomIconTemplate);
541
+ i0.ɵɵproperty("ngIf", !ctx_r2.moveBottomIconTemplate && !ctx_r2._moveBottomIconTemplate);
469
542
  i0.ɵɵadvance();
470
- i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveBottomIconTemplate);
543
+ i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.moveBottomIconTemplate || ctx_r2._moveBottomIconTemplate);
471
544
  } }
472
545
  /**
473
546
  * PickList is used to reorder items between different lists.
@@ -1003,71 +1076,91 @@ class PickList extends BaseComponent {
1003
1076
  * @group Templates
1004
1077
  */
1005
1078
  sourceFilterIconTemplate;
1079
+ templates;
1080
+ _itemTemplate;
1081
+ _sourceHeaderTemplate;
1082
+ _targetHeaderTemplate;
1083
+ _sourceFilterTemplate;
1084
+ _targetFilterTemplate;
1085
+ _emptyMessageSourceTemplate;
1086
+ _emptyFilterMessageSourceTemplate;
1087
+ _emptyMessageTargetTemplate;
1088
+ _emptyFilterMessageTargetTemplate;
1089
+ _moveUpIconTemplate;
1090
+ _moveTopIconTemplate;
1091
+ _moveDownIconTemplate;
1092
+ _moveBottomIconTemplate;
1093
+ _moveToTargetIconTemplate;
1094
+ _moveAllToTargetIconTemplate;
1095
+ _moveToSourceIconTemplate;
1096
+ _moveAllToSourceIconTemplate;
1097
+ _targetFilterIconTemplate;
1098
+ _sourceFilterIconTemplate;
1006
1099
  ngAfterContentInit() {
1007
1100
  this.templates.forEach((item) => {
1008
1101
  switch (item.getType()) {
1009
1102
  case 'item':
1010
- this.itemTemplate = item.template;
1103
+ this._itemTemplate = item.template;
1011
1104
  break;
1012
1105
  case 'option':
1013
- this.itemTemplate = item.template;
1106
+ this._itemTemplate = item.template;
1014
1107
  break;
1015
1108
  case 'sourceHeader':
1016
- this.sourceHeaderTemplate = item.template;
1109
+ this._sourceHeaderTemplate = item.template;
1017
1110
  break;
1018
1111
  case 'targetHeader':
1019
- this.targetHeaderTemplate = item.template;
1112
+ this._targetHeaderTemplate = item.template;
1020
1113
  break;
1021
1114
  case 'sourceFilter':
1022
- this.sourceFilterTemplate = item.template;
1115
+ this._sourceFilterTemplate = item.template;
1023
1116
  break;
1024
1117
  case 'targetFilter':
1025
- this.targetFilterTemplate = item.template;
1118
+ this._targetFilterTemplate = item.template;
1026
1119
  break;
1027
1120
  case 'emptymessagesource':
1028
- this.emptyMessageSourceTemplate = item.template;
1121
+ this._emptyMessageSourceTemplate = item.template;
1029
1122
  break;
1030
1123
  case 'emptyfiltermessagesource':
1031
- this.emptyFilterMessageSourceTemplate = item.template;
1124
+ this._emptyFilterMessageSourceTemplate = item.template;
1032
1125
  break;
1033
1126
  case 'emptymessagetarget':
1034
- this.emptyMessageTargetTemplate = item.template;
1127
+ this._emptyMessageTargetTemplate = item.template;
1035
1128
  break;
1036
1129
  case 'emptyfiltermessagetarget':
1037
- this.emptyFilterMessageTargetTemplate = item.template;
1130
+ this._emptyFilterMessageTargetTemplate = item.template;
1038
1131
  break;
1039
1132
  case 'moveupicon':
1040
- this.moveUpIconTemplate = item.template;
1133
+ this._moveUpIconTemplate = item.template;
1041
1134
  break;
1042
1135
  case 'movetopicon':
1043
- this.moveTopIconTemplate = item.template;
1136
+ this._moveTopIconTemplate = item.template;
1044
1137
  break;
1045
1138
  case 'movedownicon':
1046
- this.moveDownIconTemplate = item.template;
1139
+ this._moveDownIconTemplate = item.template;
1047
1140
  break;
1048
1141
  case 'movebottomicon':
1049
- this.moveBottomIconTemplate = item.template;
1142
+ this._moveBottomIconTemplate = item.template;
1050
1143
  break;
1051
1144
  case 'movetotargeticon':
1052
- this.moveToTargetIconTemplate = item.template;
1145
+ this._moveToTargetIconTemplate = item.template;
1053
1146
  break;
1054
1147
  case 'movealltotargeticon':
1055
- this.moveAllToTargetIconTemplate = item.template;
1148
+ this._moveAllToTargetIconTemplate = item.template;
1056
1149
  break;
1057
1150
  case 'movetosourceicon':
1058
- this.moveToSourceIconTemplate = item.template;
1151
+ this._moveToSourceIconTemplate = item.template;
1059
1152
  break;
1060
1153
  case 'movealltosourceicon':
1061
- this.moveAllToSourceIconTemplate = item.template;
1154
+ this._moveAllToSourceIconTemplate = item.template;
1062
1155
  break;
1063
1156
  case 'targetfiltericon':
1064
- this.targetFilterIconTemplate = item.template;
1157
+ this._targetFilterIconTemplate = item.template;
1065
1158
  break;
1066
1159
  case 'sourcefiltericon':
1067
- this.sourceFilterIconTemplate = item.template;
1160
+ this._sourceFilterIconTemplate = item.template;
1068
1161
  break;
1069
1162
  default:
1070
- this.itemTemplate = item.template;
1163
+ this._itemTemplate = item.template;
1071
1164
  break;
1072
1165
  }
1073
1166
  });
@@ -1292,8 +1385,9 @@ class PickList extends BaseComponent {
1292
1385
  }
1293
1386
  moveRight() {
1294
1387
  if (this.selectedItemsSource && this.selectedItemsSource.length) {
1295
- for (let i = 0; i < this.selectedItemsSource.length; i++) {
1296
- let selectedItem = this.selectedItemsSource[i];
1388
+ let itemsToMove = [...this.selectedItemsSource];
1389
+ for (let i = 0; i < itemsToMove.length; i++) {
1390
+ let selectedItem = itemsToMove[i];
1297
1391
  if (findIndexInList(selectedItem, this.target) == -1) {
1298
1392
  this.target?.push(this.source?.splice(findIndexInList(selectedItem, this.source), 1)[0]);
1299
1393
  if (this.visibleOptionsSource?.includes(selectedItem)) {
@@ -1302,11 +1396,12 @@ class PickList extends BaseComponent {
1302
1396
  }
1303
1397
  }
1304
1398
  this.onMoveToTarget.emit({
1305
- items: this.selectedItemsSource
1399
+ items: itemsToMove
1306
1400
  });
1307
1401
  if (this.keepSelection) {
1308
- this.selectedItemsTarget = [...this.selectedItemsTarget, ...this.selectedItemsSource];
1402
+ this.selectedItemsTarget = [...this.selectedItemsTarget, ...itemsToMove];
1309
1403
  }
1404
+ itemsToMove = [];
1310
1405
  this.selectedItemsSource = [];
1311
1406
  if (this.filterValueTarget) {
1312
1407
  this.filter(this.target, this.TARGET_LIST);
@@ -1341,8 +1436,9 @@ class PickList extends BaseComponent {
1341
1436
  }
1342
1437
  moveLeft() {
1343
1438
  if (this.selectedItemsTarget && this.selectedItemsTarget.length) {
1344
- for (let i = 0; i < this.selectedItemsTarget.length; i++) {
1345
- let selectedItem = this.selectedItemsTarget[i];
1439
+ let itemsToMove = [...this.selectedItemsTarget];
1440
+ for (let i = 0; i < itemsToMove.length; i++) {
1441
+ let selectedItem = itemsToMove[i];
1346
1442
  if (findIndexInList(selectedItem, this.source) == -1) {
1347
1443
  this.source?.push(this.target?.splice(findIndexInList(selectedItem, this.target), 1)[0]);
1348
1444
  if (this.visibleOptionsTarget?.includes(selectedItem)) {
@@ -1351,11 +1447,12 @@ class PickList extends BaseComponent {
1351
1447
  }
1352
1448
  }
1353
1449
  this.onMoveToSource.emit({
1354
- items: this.selectedItemsTarget
1450
+ items: itemsToMove
1355
1451
  });
1356
1452
  if (this.keepSelection) {
1357
- this.selectedItemsSource = [...this.selectedItemsSource, ...this.selectedItemsTarget];
1453
+ this.selectedItemsSource = [...this.selectedItemsSource, itemsToMove];
1358
1454
  }
1455
+ itemsToMove = [];
1359
1456
  this.selectedItemsTarget = [];
1360
1457
  if (this.filterValueSource) {
1361
1458
  this.filter(this.source, this.SOURCE_LIST);
@@ -1717,25 +1814,26 @@ class PickList extends BaseComponent {
1717
1814
  }
1718
1815
  static ɵfac = /*@__PURE__*/ (() => { let ɵPickList_BaseFactory; return function PickList_Factory(__ngFactoryType__) { return (ɵPickList_BaseFactory || (ɵPickList_BaseFactory = i0.ɵɵgetInheritedFactory(PickList)))(__ngFactoryType__ || PickList); }; })();
1719
1816
  static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PickList, selectors: [["p-pickList"], ["p-picklist"], ["p-pick-list"]], contentQueries: function PickList_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1720
- i0.ɵɵcontentQuery(dirIndex, _c0, 5);
1721
- i0.ɵɵcontentQuery(dirIndex, _c1, 5);
1722
- i0.ɵɵcontentQuery(dirIndex, _c2, 5);
1723
- i0.ɵɵcontentQuery(dirIndex, _c3, 5);
1724
- i0.ɵɵcontentQuery(dirIndex, _c4, 5);
1725
- i0.ɵɵcontentQuery(dirIndex, _c5, 5);
1726
- i0.ɵɵcontentQuery(dirIndex, _c6, 5);
1727
- i0.ɵɵcontentQuery(dirIndex, _c7, 5);
1728
- i0.ɵɵcontentQuery(dirIndex, _c8, 5);
1729
- i0.ɵɵcontentQuery(dirIndex, _c9, 5);
1730
- i0.ɵɵcontentQuery(dirIndex, _c10, 5);
1731
- i0.ɵɵcontentQuery(dirIndex, _c11, 5);
1732
- i0.ɵɵcontentQuery(dirIndex, _c12, 5);
1733
- i0.ɵɵcontentQuery(dirIndex, _c13, 5);
1734
- i0.ɵɵcontentQuery(dirIndex, _c14, 5);
1735
- i0.ɵɵcontentQuery(dirIndex, _c15, 5);
1736
- i0.ɵɵcontentQuery(dirIndex, _c16, 5);
1737
- i0.ɵɵcontentQuery(dirIndex, _c17, 5);
1738
- i0.ɵɵcontentQuery(dirIndex, _c18, 5);
1817
+ i0.ɵɵcontentQuery(dirIndex, _c0, 4);
1818
+ i0.ɵɵcontentQuery(dirIndex, _c1, 4);
1819
+ i0.ɵɵcontentQuery(dirIndex, _c2, 4);
1820
+ i0.ɵɵcontentQuery(dirIndex, _c3, 4);
1821
+ i0.ɵɵcontentQuery(dirIndex, _c4, 4);
1822
+ i0.ɵɵcontentQuery(dirIndex, _c5, 4);
1823
+ i0.ɵɵcontentQuery(dirIndex, _c6, 4);
1824
+ i0.ɵɵcontentQuery(dirIndex, _c7, 4);
1825
+ i0.ɵɵcontentQuery(dirIndex, _c8, 4);
1826
+ i0.ɵɵcontentQuery(dirIndex, _c9, 4);
1827
+ i0.ɵɵcontentQuery(dirIndex, _c10, 4);
1828
+ i0.ɵɵcontentQuery(dirIndex, _c11, 4);
1829
+ i0.ɵɵcontentQuery(dirIndex, _c12, 4);
1830
+ i0.ɵɵcontentQuery(dirIndex, _c13, 4);
1831
+ i0.ɵɵcontentQuery(dirIndex, _c14, 4);
1832
+ i0.ɵɵcontentQuery(dirIndex, _c15, 4);
1833
+ i0.ɵɵcontentQuery(dirIndex, _c16, 4);
1834
+ i0.ɵɵcontentQuery(dirIndex, _c17, 4);
1835
+ i0.ɵɵcontentQuery(dirIndex, _c18, 4);
1836
+ i0.ɵɵcontentQuery(dirIndex, PrimeTemplate, 4);
1739
1837
  } if (rf & 2) {
1740
1838
  let _t;
1741
1839
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.itemTemplate = _t.first);
@@ -1757,6 +1855,7 @@ class PickList extends BaseComponent {
1757
1855
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.moveAllToSourceIconTemplate = _t.first);
1758
1856
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.targetFilterIconTemplate = _t.first);
1759
1857
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.sourceFilterIconTemplate = _t.first);
1858
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.templates = _t);
1760
1859
  } }, viewQuery: function PickList_Query(rf, ctx) { if (rf & 1) {
1761
1860
  i0.ɵɵviewQuery(_c19, 5);
1762
1861
  i0.ɵɵviewQuery(_c20, 5);
@@ -1768,41 +1867,41 @@ class PickList extends BaseComponent {
1768
1867
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.listViewTargetChild = _t.first);
1769
1868
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.sourceFilterViewChild = _t.first);
1770
1869
  i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.targetFilterViewChild = _t.first);
1771
- } }, inputs: { source: "source", target: "target", sourceHeader: "sourceHeader", tabindex: [2, "tabindex", "tabindex", numberAttribute], rightButtonAriaLabel: "rightButtonAriaLabel", leftButtonAriaLabel: "leftButtonAriaLabel", allRightButtonAriaLabel: "allRightButtonAriaLabel", allLeftButtonAriaLabel: "allLeftButtonAriaLabel", upButtonAriaLabel: "upButtonAriaLabel", downButtonAriaLabel: "downButtonAriaLabel", topButtonAriaLabel: "topButtonAriaLabel", bottomButtonAriaLabel: "bottomButtonAriaLabel", targetHeader: "targetHeader", responsive: [2, "responsive", "responsive", booleanAttribute], filterBy: "filterBy", filterLocale: "filterLocale", trackBy: "trackBy", sourceTrackBy: "sourceTrackBy", targetTrackBy: "targetTrackBy", showSourceFilter: [2, "showSourceFilter", "showSourceFilter", booleanAttribute], showTargetFilter: [2, "showTargetFilter", "showTargetFilter", booleanAttribute], metaKeySelection: [2, "metaKeySelection", "metaKeySelection", booleanAttribute], dragdrop: [2, "dragdrop", "dragdrop", booleanAttribute], style: "style", styleClass: "styleClass", sourceStyle: "sourceStyle", targetStyle: "targetStyle", showSourceControls: [2, "showSourceControls", "showSourceControls", booleanAttribute], showTargetControls: [2, "showTargetControls", "showTargetControls", booleanAttribute], sourceFilterPlaceholder: "sourceFilterPlaceholder", targetFilterPlaceholder: "targetFilterPlaceholder", disabled: [2, "disabled", "disabled", booleanAttribute], ariaSourceFilterLabel: "ariaSourceFilterLabel", ariaTargetFilterLabel: "ariaTargetFilterLabel", filterMatchMode: "filterMatchMode", stripedRows: [2, "stripedRows", "stripedRows", booleanAttribute], keepSelection: [2, "keepSelection", "keepSelection", booleanAttribute], scrollHeight: "scrollHeight", autoOptionFocus: [2, "autoOptionFocus", "autoOptionFocus", booleanAttribute], buttonProps: "buttonProps", moveUpButtonProps: "moveUpButtonProps", moveTopButtonProps: "moveTopButtonProps", moveDownButtonProps: "moveDownButtonProps", moveBottomButtonProps: "moveBottomButtonProps", moveToTargetProps: "moveToTargetProps", moveAllToTargetProps: "moveAllToTargetProps", moveToSourceProps: "moveToSourceProps", moveAllToSourceProps: "moveAllToSourceProps", breakpoint: "breakpoint" }, outputs: { onMoveToSource: "onMoveToSource", onMoveAllToSource: "onMoveAllToSource", onMoveAllToTarget: "onMoveAllToTarget", onMoveToTarget: "onMoveToTarget", onSourceReorder: "onSourceReorder", onTargetReorder: "onTargetReorder", onSourceSelect: "onSourceSelect", onTargetSelect: "onTargetSelect", onSourceFilter: "onSourceFilter", onTargetFilter: "onTargetFilter", onFocus: "onFocus", onBlur: "onBlur" }, features: [i0.ɵɵProvidersFeature([PickListStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 28, vars: 87, consts: [["sourcelist", ""], ["targetlist", ""], ["header", ""], ["item", ""], ["cdkDropListGroup", "", 3, "ngStyle", "ngClass"], ["class", "p-picklist-controls p-picklist-source-controls", 4, "ngIf"], [1, "p-picklist-list-container", "p-picklist-source-list-container"], ["optionLabel", "name", 3, "ngModelChange", "onFocus", "onBlur", "keydown", "onDblClick", "multiple", "options", "ngModel", "id", "ngStyle", "striped", "tabindex", "disabled", "metaKeySelection", "scrollHeight", "autoOptionFocus", "filter", "filterBy", "filterLocale", "filterPlaceHolder"], [4, "ngIf"], ["class", "p-picklist-title", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-transfer-controls"], ["type", "button", "pButton", "", "pRipple", "", "severity", "secondary", 1, "p-button-icon-only", 3, "click", "disabled", "buttonProps"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "p-picklist-list-container", "p-picklist-target-list-container"], ["class", "p-picklist-controls p-picklist-target-controls", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-source-controls"], [4, "ngTemplateOutlet"], [1, "p-picklist-title"], [1, "p-picklist-controls", "p-picklist-target-controls"]], template: function PickList_Template(rf, ctx) { if (rf & 1) {
1870
+ } }, inputs: { source: "source", target: "target", sourceHeader: "sourceHeader", tabindex: [2, "tabindex", "tabindex", numberAttribute], rightButtonAriaLabel: "rightButtonAriaLabel", leftButtonAriaLabel: "leftButtonAriaLabel", allRightButtonAriaLabel: "allRightButtonAriaLabel", allLeftButtonAriaLabel: "allLeftButtonAriaLabel", upButtonAriaLabel: "upButtonAriaLabel", downButtonAriaLabel: "downButtonAriaLabel", topButtonAriaLabel: "topButtonAriaLabel", bottomButtonAriaLabel: "bottomButtonAriaLabel", targetHeader: "targetHeader", responsive: [2, "responsive", "responsive", booleanAttribute], filterBy: "filterBy", filterLocale: "filterLocale", trackBy: "trackBy", sourceTrackBy: "sourceTrackBy", targetTrackBy: "targetTrackBy", showSourceFilter: [2, "showSourceFilter", "showSourceFilter", booleanAttribute], showTargetFilter: [2, "showTargetFilter", "showTargetFilter", booleanAttribute], metaKeySelection: [2, "metaKeySelection", "metaKeySelection", booleanAttribute], dragdrop: [2, "dragdrop", "dragdrop", booleanAttribute], style: "style", styleClass: "styleClass", sourceStyle: "sourceStyle", targetStyle: "targetStyle", showSourceControls: [2, "showSourceControls", "showSourceControls", booleanAttribute], showTargetControls: [2, "showTargetControls", "showTargetControls", booleanAttribute], sourceFilterPlaceholder: "sourceFilterPlaceholder", targetFilterPlaceholder: "targetFilterPlaceholder", disabled: [2, "disabled", "disabled", booleanAttribute], ariaSourceFilterLabel: "ariaSourceFilterLabel", ariaTargetFilterLabel: "ariaTargetFilterLabel", filterMatchMode: "filterMatchMode", stripedRows: [2, "stripedRows", "stripedRows", booleanAttribute], keepSelection: [2, "keepSelection", "keepSelection", booleanAttribute], scrollHeight: "scrollHeight", autoOptionFocus: [2, "autoOptionFocus", "autoOptionFocus", booleanAttribute], buttonProps: "buttonProps", moveUpButtonProps: "moveUpButtonProps", moveTopButtonProps: "moveTopButtonProps", moveDownButtonProps: "moveDownButtonProps", moveBottomButtonProps: "moveBottomButtonProps", moveToTargetProps: "moveToTargetProps", moveAllToTargetProps: "moveAllToTargetProps", moveToSourceProps: "moveToSourceProps", moveAllToSourceProps: "moveAllToSourceProps", breakpoint: "breakpoint" }, outputs: { onMoveToSource: "onMoveToSource", onMoveAllToSource: "onMoveAllToSource", onMoveAllToTarget: "onMoveAllToTarget", onMoveToTarget: "onMoveToTarget", onSourceReorder: "onSourceReorder", onTargetReorder: "onTargetReorder", onSourceSelect: "onSourceSelect", onTargetSelect: "onTargetSelect", onSourceFilter: "onSourceFilter", onTargetFilter: "onTargetFilter", onFocus: "onFocus", onBlur: "onBlur" }, features: [i0.ɵɵProvidersFeature([PickListStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature], decls: 34, vars: 93, consts: [["sourcelist", ""], ["targetlist", ""], ["header", ""], ["item", ""], ["cdkDropListGroup", "", 3, "ngStyle", "ngClass"], ["class", "p-picklist-controls p-picklist-source-controls", 4, "ngIf"], [1, "p-picklist-list-container", "p-picklist-source-list-container"], ["optionLabel", "name", 3, "ngModelChange", "onFocus", "onBlur", "keydown", "onDblClick", "multiple", "options", "ngModel", "id", "ngStyle", "striped", "tabindex", "disabled", "metaKeySelection", "scrollHeight", "autoOptionFocus", "filter", "filterBy", "filterLocale", "filterPlaceHolder"], [4, "ngIf"], ["class", "p-picklist-title", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-transfer-controls"], ["type", "button", "pButton", "", "pRipple", "", "severity", "secondary", 1, "p-button-icon-only", 3, "click", "disabled", "buttonProps"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [1, "p-picklist-list-container", "p-picklist-target-list-container"], ["class", "p-picklist-controls p-picklist-target-controls", 4, "ngIf"], [1, "p-picklist-controls", "p-picklist-source-controls"], [4, "ngTemplateOutlet"], [1, "p-picklist-title"], [1, "p-picklist-controls", "p-picklist-target-controls"]], template: function PickList_Template(rf, ctx) { if (rf & 1) {
1772
1871
  const _r1 = i0.ɵɵgetCurrentView();
1773
1872
  i0.ɵɵelementStart(0, "div", 4);
1774
1873
  i0.ɵɵtemplate(1, PickList_div_1_Template, 13, 26, "div", 5);
1775
1874
  i0.ɵɵelementStart(2, "div", 6)(3, "p-listbox", 7, 0);
1776
1875
  i0.ɵɵtwoWayListener("ngModelChange", function PickList_Template_p_listbox_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.selectedItemsSource, $event) || (ctx.selectedItemsSource = $event); return i0.ɵɵresetView($event); });
1777
1876
  i0.ɵɵlistener("onFocus", function PickList_Template_p_listbox_onFocus_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListFocus($event, ctx.SOURCE_LIST)); })("onBlur", function PickList_Template_p_listbox_onBlur_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListBlur($event, ctx.SOURCE_LIST)); })("keydown", function PickList_Template_p_listbox_keydown_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onItemKeyDown($event, ctx.selectedItemsSource, ctx.onSourceSelect, ctx.SOURCE_LIST)); })("onDblClick", function PickList_Template_p_listbox_onDblClick_3_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onSourceItemDblClick()); });
1778
- i0.ɵɵtemplate(5, PickList_ng_container_5_Template, 3, 0, "ng-container", 8)(6, PickList_div_6_Template, 2, 1, "div", 9)(7, PickList_ng_container_7_Template, 3, 0, "ng-container", 8);
1877
+ i0.ɵɵtemplate(5, PickList_ng_container_5_Template, 3, 0, "ng-container", 8)(6, PickList_ng_container_6_Template, 2, 4, "ng-container", 8)(7, PickList_ng_container_7_Template, 2, 1, "ng-container", 8)(8, PickList_div_8_Template, 2, 1, "div", 9)(9, PickList_ng_container_9_Template, 3, 0, "ng-container", 8)(10, PickList_ng_container_10_Template, 2, 1, "ng-container", 8);
1779
1878
  i0.ɵɵelementEnd()();
1780
- i0.ɵɵelementStart(8, "div", 10)(9, "button", 11);
1781
- i0.ɵɵlistener("click", function PickList_Template_button_click_9_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveRight()); });
1782
- i0.ɵɵtemplate(10, PickList_ng_container_10_Template, 3, 2, "ng-container", 8)(11, PickList_11_Template, 1, 0, null, 12);
1783
- i0.ɵɵelementEnd();
1784
- i0.ɵɵelementStart(12, "button", 11);
1785
- i0.ɵɵlistener("click", function PickList_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllRight()); });
1879
+ i0.ɵɵelementStart(11, "div", 10)(12, "button", 11);
1880
+ i0.ɵɵlistener("click", function PickList_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveRight()); });
1786
1881
  i0.ɵɵtemplate(13, PickList_ng_container_13_Template, 3, 2, "ng-container", 8)(14, PickList_14_Template, 1, 0, null, 12);
1787
1882
  i0.ɵɵelementEnd();
1788
1883
  i0.ɵɵelementStart(15, "button", 11);
1789
- i0.ɵɵlistener("click", function PickList_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveLeft()); });
1884
+ i0.ɵɵlistener("click", function PickList_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllRight()); });
1790
1885
  i0.ɵɵtemplate(16, PickList_ng_container_16_Template, 3, 2, "ng-container", 8)(17, PickList_17_Template, 1, 0, null, 12);
1791
1886
  i0.ɵɵelementEnd();
1792
1887
  i0.ɵɵelementStart(18, "button", 11);
1793
- i0.ɵɵlistener("click", function PickList_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllLeft()); });
1888
+ i0.ɵɵlistener("click", function PickList_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveLeft()); });
1794
1889
  i0.ɵɵtemplate(19, PickList_ng_container_19_Template, 3, 2, "ng-container", 8)(20, PickList_20_Template, 1, 0, null, 12);
1890
+ i0.ɵɵelementEnd();
1891
+ i0.ɵɵelementStart(21, "button", 11);
1892
+ i0.ɵɵlistener("click", function PickList_Template_button_click_21_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllLeft()); });
1893
+ i0.ɵɵtemplate(22, PickList_ng_container_22_Template, 3, 2, "ng-container", 8)(23, PickList_23_Template, 1, 0, null, 12);
1795
1894
  i0.ɵɵelementEnd()();
1796
- i0.ɵɵelementStart(21, "div", 13)(22, "p-listbox", 7, 1);
1797
- i0.ɵɵtwoWayListener("ngModelChange", function PickList_Template_p_listbox_ngModelChange_22_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.selectedItemsTarget, $event) || (ctx.selectedItemsTarget = $event); return i0.ɵɵresetView($event); });
1798
- i0.ɵɵlistener("onFocus", function PickList_Template_p_listbox_onFocus_22_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListFocus($event, ctx.TARGET_LIST)); })("onBlur", function PickList_Template_p_listbox_onBlur_22_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListBlur($event, ctx.TARGET_LIST)); })("keydown", function PickList_Template_p_listbox_keydown_22_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onItemKeyDown($event, ctx.selectedItemsTarget, ctx.onTargetSelect, ctx.TARGET_LIST)); })("onDblClick", function PickList_Template_p_listbox_onDblClick_22_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onTargetItemDblClick()); });
1799
- i0.ɵɵtemplate(24, PickList_ng_container_24_Template, 3, 0, "ng-container", 8)(25, PickList_div_25_Template, 2, 1, "div", 9)(26, PickList_ng_container_26_Template, 3, 0, "ng-container", 8);
1895
+ i0.ɵɵelementStart(24, "div", 13)(25, "p-listbox", 7, 1);
1896
+ i0.ɵɵtwoWayListener("ngModelChange", function PickList_Template_p_listbox_ngModelChange_25_listener($event) { i0.ɵɵrestoreView(_r1); i0.ɵɵtwoWayBindingSet(ctx.selectedItemsTarget, $event) || (ctx.selectedItemsTarget = $event); return i0.ɵɵresetView($event); });
1897
+ i0.ɵɵlistener("onFocus", function PickList_Template_p_listbox_onFocus_25_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListFocus($event, ctx.TARGET_LIST)); })("onBlur", function PickList_Template_p_listbox_onBlur_25_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onListBlur($event, ctx.TARGET_LIST)); })("keydown", function PickList_Template_p_listbox_keydown_25_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onItemKeyDown($event, ctx.selectedItemsTarget, ctx.onTargetSelect, ctx.TARGET_LIST)); })("onDblClick", function PickList_Template_p_listbox_onDblClick_25_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onTargetItemDblClick()); });
1898
+ i0.ɵɵtemplate(27, PickList_ng_container_27_Template, 3, 0, "ng-container", 8)(28, PickList_ng_container_28_Template, 2, 4, "ng-container", 8)(29, PickList_ng_container_29_Template, 2, 1, "ng-container", 8)(30, PickList_div_30_Template, 2, 1, "div", 9)(31, PickList_ng_container_31_Template, 3, 0, "ng-container", 8)(32, PickList_ng_container_32_Template, 2, 1, "ng-container", 8);
1800
1899
  i0.ɵɵelementEnd()();
1801
- i0.ɵɵtemplate(27, PickList_div_27_Template, 13, 26, "div", 14);
1900
+ i0.ɵɵtemplate(33, PickList_div_33_Template, 13, 26, "div", 14);
1802
1901
  i0.ɵɵelementEnd();
1803
1902
  } if (rf & 2) {
1804
1903
  i0.ɵɵclassMap(ctx.styleClass);
1805
- i0.ɵɵproperty("ngStyle", ctx.style)("ngClass", i0.ɵɵpureFunction0(78, _c21));
1904
+ i0.ɵɵproperty("ngStyle", ctx.style)("ngClass", i0.ɵɵpureFunction0(84, _c21));
1806
1905
  i0.ɵɵattribute("data-pc-name", "picklist")("data-pc-section", "root");
1807
1906
  i0.ɵɵadvance();
1808
1907
  i0.ɵɵproperty("ngIf", ctx.showSourceControls);
@@ -1813,41 +1912,47 @@ class PickList extends BaseComponent {
1813
1912
  i0.ɵɵtwoWayProperty("ngModel", ctx.selectedItemsSource);
1814
1913
  i0.ɵɵproperty("id", ctx.idSource + "_list")("ngStyle", ctx.sourceStyle)("striped", ctx.stripedRows)("tabindex", ctx.tabindex)("disabled", ctx.disabled)("metaKeySelection", ctx.metaKeySelection)("scrollHeight", ctx.scrollHeight)("autoOptionFocus", ctx.autoOptionFocus)("filter", ctx.filterBy)("filterBy", ctx.filterBy)("filterLocale", ctx.filterLocale)("filterPlaceHolder", ctx.sourceFilterPlaceholder);
1815
1914
  i0.ɵɵadvance(2);
1816
- i0.ɵɵproperty("ngIf", ctx.sourceHeaderTemplate);
1915
+ i0.ɵɵproperty("ngIf", ctx.sourceHeaderTemplate || ctx._sourceHeaderTemplate);
1916
+ i0.ɵɵadvance();
1917
+ i0.ɵɵproperty("ngIf", ctx.sourceFilterTemplate || ctx._sourceFilterTemplate);
1918
+ i0.ɵɵadvance();
1919
+ i0.ɵɵproperty("ngIf", ctx.sourceFilterIconTemplate || ctx._sourceFilterIconTemplate);
1920
+ i0.ɵɵadvance();
1921
+ i0.ɵɵproperty("ngIf", !ctx.sourceHeaderTemplate && !ctx._sourceHeaderTemplate);
1817
1922
  i0.ɵɵadvance();
1818
- i0.ɵɵproperty("ngIf", !ctx.sourceHeaderTemplate);
1923
+ i0.ɵɵproperty("ngIf", ctx.itemTemplate || ctx._itemTemplate);
1819
1924
  i0.ɵɵadvance();
1820
- i0.ɵɵproperty("ngIf", ctx.itemTemplate);
1925
+ i0.ɵɵproperty("ngIf", ctx.emptyFilterMessageSourceTemplate || ctx._emptyFilterMessageSourceTemplate || ctx.emptyMessageSourceTemplate || ctx._emptyMessageSourceTemplate);
1821
1926
  i0.ɵɵadvance();
1822
1927
  i0.ɵɵattribute("data-pc-section", "buttons")("data-pc-group-section", "controls");
1823
1928
  i0.ɵɵadvance();
1824
1929
  i0.ɵɵproperty("disabled", ctx.moveRightDisabled())("buttonProps", ctx.getButtonProps("movetotarget"));
1825
1930
  i0.ɵɵattribute("aria-label", ctx.moveToTargetAriaLabel)("data-pc-section", "moveToTargetButton");
1826
1931
  i0.ɵɵadvance();
1827
- i0.ɵɵproperty("ngIf", !ctx.moveToTargetIconTemplate);
1932
+ i0.ɵɵproperty("ngIf", !ctx.moveToTargetIconTemplate && !ctx._moveToTargetIconTemplate);
1828
1933
  i0.ɵɵadvance();
1829
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(79, _c22, ctx.viewChanged));
1934
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToTargetIconTemplate || ctx._moveToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(85, _c22, ctx.viewChanged));
1830
1935
  i0.ɵɵadvance();
1831
1936
  i0.ɵɵproperty("disabled", ctx.moveAllRightDisabled())("buttonProps", ctx.getButtonProps("movealltotarget"));
1832
1937
  i0.ɵɵattribute("aria-label", ctx.moveAllToTargetAriaLabel)("data-pc-section", "moveAllToTargetButton");
1833
1938
  i0.ɵɵadvance();
1834
- i0.ɵɵproperty("ngIf", !ctx.moveAllToTargetIconTemplate);
1939
+ i0.ɵɵproperty("ngIf", !ctx.moveAllToTargetIconTemplate && !ctx._moveAllToTargetIconTemplate);
1835
1940
  i0.ɵɵadvance();
1836
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(81, _c22, ctx.viewChanged));
1941
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToTargetIconTemplate || ctx._moveAllToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(87, _c22, ctx.viewChanged));
1837
1942
  i0.ɵɵadvance();
1838
1943
  i0.ɵɵproperty("disabled", ctx.moveLeftDisabled())("buttonProps", ctx.getButtonProps("movetosource"));
1839
1944
  i0.ɵɵattribute("aria-label", ctx.moveToSourceAriaLabel)("data-pc-section", "moveToSourceButton");
1840
1945
  i0.ɵɵadvance();
1841
- i0.ɵɵproperty("ngIf", !ctx.moveToSourceIconTemplate);
1946
+ i0.ɵɵproperty("ngIf", !ctx.moveToSourceIconTemplate && !ctx._moveToSourceIconTemplate);
1842
1947
  i0.ɵɵadvance();
1843
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(83, _c22, ctx.viewChanged));
1948
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToSourceIconTemplate || ctx._moveToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(89, _c22, ctx.viewChanged));
1844
1949
  i0.ɵɵadvance();
1845
1950
  i0.ɵɵproperty("disabled", ctx.moveAllLeftDisabled())("buttonProps", ctx.getButtonProps("movealltosource"));
1846
1951
  i0.ɵɵattribute("aria-label", ctx.moveAllToSourceAriaLabel)("data-pc-section", "moveAllToSourceButton");
1847
1952
  i0.ɵɵadvance();
1848
- i0.ɵɵproperty("ngIf", !ctx.moveAllToSourceIconTemplate);
1953
+ i0.ɵɵproperty("ngIf", !ctx.moveAllToSourceIconTemplate && !ctx._moveAllToSourceIconTemplate);
1849
1954
  i0.ɵɵadvance();
1850
- i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(85, _c22, ctx.viewChanged));
1955
+ i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToSourceIconTemplate || ctx._moveAllToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(91, _c22, ctx.viewChanged));
1851
1956
  i0.ɵɵadvance();
1852
1957
  i0.ɵɵattribute("data-pc-section", "targetWrapper")("data-pc-group-section", "listwrapper");
1853
1958
  i0.ɵɵadvance();
@@ -1855,11 +1960,17 @@ class PickList extends BaseComponent {
1855
1960
  i0.ɵɵtwoWayProperty("ngModel", ctx.selectedItemsTarget);
1856
1961
  i0.ɵɵproperty("id", ctx.idTarget + "_list")("ngStyle", ctx.targetStyle)("striped", ctx.stripedRows)("tabindex", ctx.tabindex)("disabled", ctx.disabled)("metaKeySelection", ctx.metaKeySelection)("scrollHeight", ctx.scrollHeight)("autoOptionFocus", ctx.autoOptionFocus)("filter", ctx.filterBy)("filterBy", ctx.filterBy)("filterLocale", ctx.filterLocale)("filterPlaceHolder", ctx.targetFilterPlaceholder);
1857
1962
  i0.ɵɵadvance(2);
1858
- i0.ɵɵproperty("ngIf", ctx.targetHeaderTemplate);
1963
+ i0.ɵɵproperty("ngIf", ctx.targetHeaderTemplate || ctx._targetHeaderTemplate);
1859
1964
  i0.ɵɵadvance();
1860
- i0.ɵɵproperty("ngIf", !ctx.targetHeaderTemplate);
1965
+ i0.ɵɵproperty("ngIf", ctx.targetFilterTemplate || ctx._targetFilterTemplate);
1861
1966
  i0.ɵɵadvance();
1862
- i0.ɵɵproperty("ngIf", ctx.itemTemplate);
1967
+ i0.ɵɵproperty("ngIf", ctx.targetFilterIconTemplate || ctx._targetFilterIconTemplate);
1968
+ i0.ɵɵadvance();
1969
+ i0.ɵɵproperty("ngIf", !ctx.targetHeaderTemplate && !ctx._targetHeaderTemplate);
1970
+ i0.ɵɵadvance();
1971
+ i0.ɵɵproperty("ngIf", ctx.itemTemplate || ctx._itemTemplate);
1972
+ i0.ɵɵadvance();
1973
+ i0.ɵɵproperty("ngIf", ctx.emptyFilterMessageTargetTemplate || ctx._emptyFilterMessageTargetTemplate || ctx.emptyMessageTargetTemplate || ctx._emptyMessageTargetTemplate);
1863
1974
  i0.ɵɵadvance();
1864
1975
  i0.ɵɵproperty("ngIf", ctx.showTargetControls);
1865
1976
  } }, dependencies: [CommonModule, i1.NgClass, i1.NgIf, i1.NgTemplateOutlet, i1.NgStyle, ButtonDirective, Ripple, DragDropModule, i2.CdkDropListGroup, AngleDoubleDownIcon, AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleDoubleUpIcon, AngleDownIcon, AngleLeftIcon, AngleRightIcon, AngleUpIcon, Listbox, FormsModule, i3.NgControlStatus, i3.NgModel, SharedModule], encapsulation: 2, changeDetection: 0 });
@@ -1885,8 +1996,8 @@ class PickList extends BaseComponent {
1885
1996
  [attr.data-pc-section]="'sourceMoveUpButton'"
1886
1997
  [buttonProps]="getButtonProps('moveup')"
1887
1998
  >
1888
- <AngleUpIcon *ngIf="!moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
1889
- <ng-template *ngTemplateOutlet="moveUpIconTemplate"></ng-template>
1999
+ <AngleUpIcon *ngIf="!moveUpIconTemplate && !_moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
2000
+ <ng-template *ngTemplateOutlet="moveUpIconTemplate || _moveUpIconTemplate"></ng-template>
1890
2001
  </button>
1891
2002
  <button
1892
2003
  type="button"
@@ -1900,8 +2011,8 @@ class PickList extends BaseComponent {
1900
2011
  [attr.data-pc-section]="'sourceMoveTopButton'"
1901
2012
  [buttonProps]="getButtonProps('movetop')"
1902
2013
  >
1903
- <AngleDoubleUpIcon *ngIf="!moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
1904
- <ng-template *ngTemplateOutlet="moveTopIconTemplate"></ng-template>
2014
+ <AngleDoubleUpIcon *ngIf="!moveTopIconTemplate && !_moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
2015
+ <ng-template *ngTemplateOutlet="moveTopIconTemplate || _moveTopIconTemplate"></ng-template>
1905
2016
  </button>
1906
2017
  <button
1907
2018
  type="button"
@@ -1915,8 +2026,8 @@ class PickList extends BaseComponent {
1915
2026
  [attr.data-pc-section]="'sourceMoveDownButton'"
1916
2027
  [buttonProps]="getButtonProps('movedown')"
1917
2028
  >
1918
- <AngleDownIcon *ngIf="!moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
1919
- <ng-template *ngTemplateOutlet="moveDownIconTemplate"></ng-template>
2029
+ <AngleDownIcon *ngIf="!moveDownIconTemplate && !_moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
2030
+ <ng-template *ngTemplateOutlet="moveDownIconTemplate || _moveDownIconTemplate"></ng-template>
1920
2031
  </button>
1921
2032
  <button
1922
2033
  type="button"
@@ -1930,8 +2041,8 @@ class PickList extends BaseComponent {
1930
2041
  [attr.data-pc-section]="'sourceMoveBottomButton'"
1931
2042
  [buttonProps]="getButtonProps('movebottom')"
1932
2043
  >
1933
- <AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
1934
- <ng-template *ngTemplateOutlet="moveBottomIconTemplate"></ng-template>
2044
+ <AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate || _moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
2045
+ <ng-template *ngTemplateOutlet="moveBottomIconTemplate || _moveBottomIconTemplate"></ng-template>
1935
2046
  </button>
1936
2047
  </div>
1937
2048
  <div class="p-picklist-list-container p-picklist-source-list-container" [attr.data-pc-section]="'sourceWrapper'" [attr.data-pc-group-section]="'listWrapper'">
@@ -1958,17 +2069,26 @@ class PickList extends BaseComponent {
1958
2069
  [filterLocale]="filterLocale"
1959
2070
  [filterPlaceHolder]="sourceFilterPlaceholder"
1960
2071
  >
1961
- <ng-container *ngIf="sourceHeaderTemplate">
2072
+ <ng-container *ngIf="sourceHeaderTemplate || _sourceHeaderTemplate">
1962
2073
  <ng-template #header>
1963
- <ng-template *ngTemplateOutlet="sourceHeaderTemplate"></ng-template>
2074
+ <ng-template *ngTemplateOutlet="sourceHeaderTemplate || _sourceHeaderTemplate"></ng-template>
1964
2075
  </ng-template>
1965
2076
  </ng-container>
1966
- <div class="p-picklist-title" *ngIf="!sourceHeaderTemplate">{{ sourceHeader }}</div>
1967
- <ng-container *ngIf="itemTemplate">
2077
+ <ng-container *ngIf="sourceFilterTemplate || _sourceFilterTemplate">
2078
+ <ng-container *ngTemplateOutlet="sourceFilterTemplate || _sourceFilterTemplate; context: { options: sourceFilterOptions }"></ng-container>
2079
+ </ng-container>
2080
+ <ng-container *ngIf="sourceFilterIconTemplate || _sourceFilterIconTemplate">
2081
+ <ng-container *ngTemplateOutlet="sourceFilterIconTemplate || _sourceFilterIconTemplate"></ng-container>
2082
+ </ng-container>
2083
+ <div class="p-picklist-title" *ngIf="!sourceHeaderTemplate && !_sourceHeaderTemplate">{{ sourceHeader }}</div>
2084
+ <ng-container *ngIf="itemTemplate || _itemTemplate">
1968
2085
  <ng-template #item let-item let-index="index" let-selected="selected">
1969
- <ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
2086
+ <ng-container *ngTemplateOutlet="itemTemplate || _itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
1970
2087
  </ng-template>
1971
2088
  </ng-container>
2089
+ <ng-container *ngIf="emptyFilterMessageSourceTemplate || _emptyFilterMessageSourceTemplate || emptyMessageSourceTemplate || _emptyMessageSourceTemplate">
2090
+ <ng-container *ngTemplateOutlet="emptyFilterMessageSourceTemplate || _emptyFilterMessageSourceTemplate || emptyMessageSourceTemplate || _emptyMessageSourceTemplate"></ng-container>
2091
+ </ng-container>
1972
2092
  </p-listbox>
1973
2093
  </div>
1974
2094
  <div class="p-picklist-controls p-picklist-transfer-controls" [attr.data-pc-section]="'buttons'" [attr.data-pc-group-section]="'controls'">
@@ -1984,11 +2104,11 @@ class PickList extends BaseComponent {
1984
2104
  [attr.data-pc-section]="'moveToTargetButton'"
1985
2105
  [buttonProps]="getButtonProps('movetotarget')"
1986
2106
  >
1987
- <ng-container *ngIf="!moveToTargetIconTemplate">
2107
+ <ng-container *ngIf="!moveToTargetIconTemplate && !_moveToTargetIconTemplate">
1988
2108
  <AngleRightIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movetotargeticon'" />
1989
2109
  <AngleDownIcon *ngIf="viewChanged" [attr.data-pc-section]="'movetotargeticon'" />
1990
2110
  </ng-container>
1991
- <ng-template *ngTemplateOutlet="moveToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2111
+ <ng-template *ngTemplateOutlet="moveToTargetIconTemplate || _moveToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
1992
2112
  </button>
1993
2113
  <button
1994
2114
  type="button"
@@ -2002,11 +2122,11 @@ class PickList extends BaseComponent {
2002
2122
  [attr.data-pc-section]="'moveAllToTargetButton'"
2003
2123
  [buttonProps]="getButtonProps('movealltotarget')"
2004
2124
  >
2005
- <ng-container *ngIf="!moveAllToTargetIconTemplate">
2125
+ <ng-container *ngIf="!moveAllToTargetIconTemplate && !_moveAllToTargetIconTemplate">
2006
2126
  <AngleDoubleRightIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movealltotargeticon'" />
2007
2127
  <AngleDoubleDownIcon *ngIf="viewChanged" [attr.data-pc-section]="'movealltotargeticon'" />
2008
2128
  </ng-container>
2009
- <ng-template *ngTemplateOutlet="moveAllToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2129
+ <ng-template *ngTemplateOutlet="moveAllToTargetIconTemplate || _moveAllToTargetIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2010
2130
  </button>
2011
2131
  <button
2012
2132
  type="button"
@@ -2020,11 +2140,11 @@ class PickList extends BaseComponent {
2020
2140
  [attr.data-pc-section]="'moveToSourceButton'"
2021
2141
  [buttonProps]="getButtonProps('movetosource')"
2022
2142
  >
2023
- <ng-container *ngIf="!moveToSourceIconTemplate">
2143
+ <ng-container *ngIf="!moveToSourceIconTemplate && !_moveToSourceIconTemplate">
2024
2144
  <AngleLeftIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movedownsourceticon'" />
2025
2145
  <AngleUpIcon *ngIf="viewChanged" [attr.data-pc-section]="'movedownsourceticon'" />
2026
2146
  </ng-container>
2027
- <ng-template *ngTemplateOutlet="moveToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2147
+ <ng-template *ngTemplateOutlet="moveToSourceIconTemplate || _moveToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2028
2148
  </button>
2029
2149
  <button
2030
2150
  type="button"
@@ -2038,11 +2158,11 @@ class PickList extends BaseComponent {
2038
2158
  [attr.data-pc-section]="'moveAllToSourceButton'"
2039
2159
  [buttonProps]="getButtonProps('movealltosource')"
2040
2160
  >
2041
- <ng-container *ngIf="!moveAllToSourceIconTemplate">
2161
+ <ng-container *ngIf="!moveAllToSourceIconTemplate && !_moveAllToSourceIconTemplate">
2042
2162
  <AngleDoubleLeftIcon *ngIf="!viewChanged" [attr.data-pc-section]="'movealltosourceticon'" />
2043
2163
  <AngleDoubleUpIcon *ngIf="viewChanged" [attr.data-pc-section]="'movealltosourceticon'" />
2044
2164
  </ng-container>
2045
- <ng-template *ngTemplateOutlet="moveAllToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2165
+ <ng-template *ngTemplateOutlet="moveAllToSourceIconTemplate || _moveAllToSourceIconTemplate; context: { $implicit: viewChanged }"></ng-template>
2046
2166
  </button>
2047
2167
  </div>
2048
2168
  <div class="p-picklist-list-container p-picklist-target-list-container" [attr.data-pc-section]="'targetWrapper'" [attr.data-pc-group-section]="'listwrapper'">
@@ -2069,17 +2189,26 @@ class PickList extends BaseComponent {
2069
2189
  [filterLocale]="filterLocale"
2070
2190
  [filterPlaceHolder]="targetFilterPlaceholder"
2071
2191
  >
2072
- <ng-container *ngIf="targetHeaderTemplate">
2192
+ <ng-container *ngIf="targetHeaderTemplate || _targetHeaderTemplate">
2073
2193
  <ng-template #header>
2074
- <ng-template *ngTemplateOutlet="targetHeaderTemplate"></ng-template>
2194
+ <ng-template *ngTemplateOutlet="targetHeaderTemplate || _targetHeaderTemplate"></ng-template>
2075
2195
  </ng-template>
2076
2196
  </ng-container>
2077
- <div class="p-picklist-title" *ngIf="!targetHeaderTemplate">{{ sourceHeader }}</div>
2078
- <ng-container *ngIf="itemTemplate">
2197
+ <ng-container *ngIf="targetFilterTemplate || _targetFilterTemplate">
2198
+ <ng-container *ngTemplateOutlet="targetFilterTemplate || _targetFilterTemplate; context: { options: targetFilterOptions }"></ng-container>
2199
+ </ng-container>
2200
+ <ng-container *ngIf="targetFilterIconTemplate || _targetFilterIconTemplate">
2201
+ <ng-container *ngTemplateOutlet="targetFilterIconTemplate || _targetFilterIconTemplate"></ng-container>
2202
+ </ng-container>
2203
+ <div class="p-picklist-title" *ngIf="!targetHeaderTemplate && !_targetHeaderTemplate">{{ targetHeader }}</div>
2204
+ <ng-container *ngIf="itemTemplate || _itemTemplate">
2079
2205
  <ng-template #item let-item let-index="index" let-selected="selected">
2080
- <ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
2206
+ <ng-container *ngTemplateOutlet="itemTemplate || _itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
2081
2207
  </ng-template>
2082
2208
  </ng-container>
2209
+ <ng-container *ngIf="emptyFilterMessageTargetTemplate || _emptyFilterMessageTargetTemplate || emptyMessageTargetTemplate || _emptyMessageTargetTemplate">
2210
+ <ng-container *ngTemplateOutlet="emptyFilterMessageTargetTemplate || _emptyFilterMessageTargetTemplate || emptyMessageTargetTemplate || _emptyMessageTargetTemplate"></ng-container>
2211
+ </ng-container>
2083
2212
  </p-listbox>
2084
2213
  </div>
2085
2214
  <div class="p-picklist-controls p-picklist-target-controls" *ngIf="showTargetControls" [attr.data-pc-section]="'targetControls'" [attr.data-pc-group-section]="'controls'">
@@ -2095,8 +2224,8 @@ class PickList extends BaseComponent {
2095
2224
  [attr.data-pc-section]="'targetMoveUpButton'"
2096
2225
  [buttonProps]="getButtonProps('moveup')"
2097
2226
  >
2098
- <AngleUpIcon *ngIf="!moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
2099
- <ng-template *ngTemplateOutlet="moveUpIconTemplate"></ng-template>
2227
+ <AngleUpIcon *ngIf="!moveUpIconTemplate && !_moveUpIconTemplate" [attr.data-pc-section]="'moveupicon'" />
2228
+ <ng-template *ngTemplateOutlet="moveUpIconTemplate || _moveUpIconTemplate"></ng-template>
2100
2229
  </button>
2101
2230
  <button
2102
2231
  type="button"
@@ -2110,8 +2239,8 @@ class PickList extends BaseComponent {
2110
2239
  [attr.data-pc-section]="'targetMoveTopButton'"
2111
2240
  [buttonProps]="getButtonProps('movetop')"
2112
2241
  >
2113
- <AngleDoubleUpIcon *ngIf="!moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
2114
- <ng-template *ngTemplateOutlet="moveTopIconTemplate"></ng-template>
2242
+ <AngleDoubleUpIcon *ngIf="!moveTopIconTemplate && !_moveTopIconTemplate" [attr.data-pc-section]="'movetopicon'" />
2243
+ <ng-template *ngTemplateOutlet="moveTopIconTemplate || moveTopIconTemplate"></ng-template>
2115
2244
  </button>
2116
2245
  <button
2117
2246
  type="button"
@@ -2125,8 +2254,8 @@ class PickList extends BaseComponent {
2125
2254
  [attr.data-pc-section]="'targetMoveDownButton'"
2126
2255
  [buttonProps]="getButtonProps('movedown')"
2127
2256
  >
2128
- <AngleDownIcon *ngIf="!moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
2129
- <ng-template *ngTemplateOutlet="moveDownIconTemplate"></ng-template>
2257
+ <AngleDownIcon *ngIf="!moveDownIconTemplate && !_moveDownIconTemplate" [attr.data-pc-section]="'movedownicon'" />
2258
+ <ng-template *ngTemplateOutlet="moveDownIconTemplate || _moveDownIconTemplate"></ng-template>
2130
2259
  </button>
2131
2260
  <button
2132
2261
  type="button"
@@ -2140,8 +2269,8 @@ class PickList extends BaseComponent {
2140
2269
  [attr.data-pc-section]="'targetMoveBottomButton'"
2141
2270
  [buttonProps]="getButtonProps('movebottom')"
2142
2271
  >
2143
- <AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
2144
- <ng-template *ngTemplateOutlet="moveBottomIconTemplate"></ng-template>
2272
+ <AngleDoubleDownIcon *ngIf="!moveBottomIconTemplate && !_moveBottomIconTemplate" [attr.data-pc-section]="'movebottomicon'" />
2273
+ <ng-template *ngTemplateOutlet="moveBottomIconTemplate || _moveBottomIconTemplate"></ng-template>
2145
2274
  </button>
2146
2275
  </div>
2147
2276
  </div>
@@ -2298,63 +2427,66 @@ class PickList extends BaseComponent {
2298
2427
  args: ['targetFilter']
2299
2428
  }], itemTemplate: [{
2300
2429
  type: ContentChild,
2301
- args: ['item']
2430
+ args: ['item', { descendants: false }]
2302
2431
  }], sourceHeaderTemplate: [{
2303
2432
  type: ContentChild,
2304
- args: ['sourceHeader']
2433
+ args: ['sourceHeader', { descendants: false }]
2305
2434
  }], targetHeaderTemplate: [{
2306
2435
  type: ContentChild,
2307
- args: ['targetHeader']
2436
+ args: ['targetHeader', { descendants: false }]
2308
2437
  }], sourceFilterTemplate: [{
2309
2438
  type: ContentChild,
2310
- args: ['sourceFilter']
2439
+ args: ['sourceFilter', { descendants: false }]
2311
2440
  }], targetFilterTemplate: [{
2312
2441
  type: ContentChild,
2313
- args: ['targetFilter']
2442
+ args: ['targetFilter', { descendants: false }]
2314
2443
  }], emptyMessageSourceTemplate: [{
2315
2444
  type: ContentChild,
2316
- args: ['emptymessagesource']
2445
+ args: ['emptymessagesource', { descendants: false }]
2317
2446
  }], emptyFilterMessageSourceTemplate: [{
2318
2447
  type: ContentChild,
2319
- args: ['emptyfiltermessagesource']
2448
+ args: ['emptyfiltermessagesource', { descendants: false }]
2320
2449
  }], emptyMessageTargetTemplate: [{
2321
2450
  type: ContentChild,
2322
- args: ['emptymessagetarget']
2451
+ args: ['emptymessagetarget', { descendants: false }]
2323
2452
  }], emptyFilterMessageTargetTemplate: [{
2324
2453
  type: ContentChild,
2325
- args: ['emptyfiltermessagetarget']
2454
+ args: ['emptyfiltermessagetarget', { descendants: false }]
2326
2455
  }], moveUpIconTemplate: [{
2327
2456
  type: ContentChild,
2328
- args: ['moveupicon']
2457
+ args: ['moveupicon', { descendants: false }]
2329
2458
  }], moveTopIconTemplate: [{
2330
2459
  type: ContentChild,
2331
- args: ['movetopicon']
2460
+ args: ['movetopicon', { descendants: false }]
2332
2461
  }], moveDownIconTemplate: [{
2333
2462
  type: ContentChild,
2334
- args: ['movedownicon']
2463
+ args: ['movedownicon', { descendants: false }]
2335
2464
  }], moveBottomIconTemplate: [{
2336
2465
  type: ContentChild,
2337
- args: ['movebottomicon']
2466
+ args: ['movebottomicon', { descendants: false }]
2338
2467
  }], moveToTargetIconTemplate: [{
2339
2468
  type: ContentChild,
2340
- args: ['movetotargeticon']
2469
+ args: ['movetotargeticon', { descendants: false }]
2341
2470
  }], moveAllToTargetIconTemplate: [{
2342
2471
  type: ContentChild,
2343
- args: ['movealltotargeticon']
2472
+ args: ['movealltotargeticon', { descendants: false }]
2344
2473
  }], moveToSourceIconTemplate: [{
2345
2474
  type: ContentChild,
2346
- args: ['movetosourceicon']
2475
+ args: ['movetosourceicon', { descendants: false }]
2347
2476
  }], moveAllToSourceIconTemplate: [{
2348
2477
  type: ContentChild,
2349
- args: ['movealltosourceicon']
2478
+ args: ['movealltosourceicon', { descendants: false }]
2350
2479
  }], targetFilterIconTemplate: [{
2351
2480
  type: ContentChild,
2352
- args: ['targetfiltericon']
2481
+ args: ['targetfiltericon', { descendants: false }]
2353
2482
  }], sourceFilterIconTemplate: [{
2354
2483
  type: ContentChild,
2355
- args: ['sourcefiltericon']
2484
+ args: ['sourcefiltericon', { descendants: false }]
2485
+ }], templates: [{
2486
+ type: ContentChildren,
2487
+ args: [PrimeTemplate]
2356
2488
  }] }); })();
2357
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PickList, { className: "PickList", filePath: "picklist.ts", lineNumber: 334 }); })();
2489
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PickList, { className: "PickList", filePath: "picklist.ts", lineNumber: 353 }); })();
2358
2490
  class PickListModule {
2359
2491
  static ɵfac = function PickListModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PickListModule)(); };
2360
2492
  static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PickListModule });