primeng 18.0.0-rc.1 → 18.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.
- package/LICENSE.md +1 -1
- package/accordion/accordion.d.ts +2 -4
- package/api/primeicons.d.ts +3 -3
- package/api/scrolleroptions.d.ts +10 -0
- package/api/selectitemgroup.d.ts +2 -2
- package/api/shared.d.ts +2 -2
- package/autocomplete/autocomplete.d.ts +6 -7
- package/badge/badge.d.ts +16 -2
- package/blockui/blockui.d.ts +2 -2
- package/breadcrumb/breadcrumb.d.ts +3 -4
- package/button/button.d.ts +3 -4
- package/calendar/calendar.d.ts +12 -12
- package/card/card.d.ts +2 -2
- package/carousel/carousel.d.ts +3 -3
- package/cascadeselect/cascadeselect.d.ts +31 -15
- package/cascadeselect/style/cascadeselectstyle.d.ts +8 -1
- package/checkbox/checkbox.d.ts +2 -2
- package/chip/chip.d.ts +2 -2
- package/config/primeng.d.ts +12 -6
- package/config/provideprimeng.d.ts +1 -12
- package/config/themeprovider.d.ts +10 -4
- package/confirmdialog/confirmdialog.d.ts +4 -3
- package/confirmpopup/confirmpopup.d.ts +3 -4
- package/contextmenu/contextmenu.d.ts +2 -2
- package/dataview/dataview.d.ts +9 -10
- package/datepicker/datepicker.d.ts +8 -8
- package/defer/defer.d.ts +2 -0
- package/dialog/dialog.d.ts +4 -4
- package/drawer/drawer.d.ts +2 -2
- package/dropdown/dropdown.d.ts +0 -23
- package/editor/editor.d.ts +2 -2
- package/esm2022/accordion/accordion.mjs +9 -35
- package/esm2022/accordion/style/accordionstyle.mjs +9 -7
- package/esm2022/api/primeicons.mjs +4 -4
- package/esm2022/api/scrolleroptions.mjs +1 -1
- package/esm2022/api/selectitemgroup.mjs +1 -1
- package/esm2022/api/shared.mjs +6 -6
- package/esm2022/autocomplete/autocomplete.mjs +272 -308
- package/esm2022/autocomplete/style/autocompletestyle.mjs +16 -15
- package/esm2022/avatar/avatar.mjs +3 -3
- package/esm2022/avatar/style/avatarstyle.mjs +3 -3
- package/esm2022/badge/badge.mjs +33 -3
- package/esm2022/badge/style/badgestyle.mjs +3 -3
- package/esm2022/base/style/basestyle.mjs +6 -4
- package/esm2022/basecomponent/basecomponent.mjs +8 -2
- package/esm2022/blockui/blockui.mjs +6 -6
- package/esm2022/breadcrumb/breadcrumb.mjs +94 -101
- package/esm2022/breadcrumb/style/breadcrumbstyle.mjs +5 -1
- package/esm2022/button/button.mjs +19 -37
- package/esm2022/button/style/buttonstyle.mjs +17 -7
- package/esm2022/buttongroup/style/buttongroupstyle.mjs +9 -9
- package/esm2022/calendar/calendar.mjs +115 -115
- package/esm2022/calendar/style/calendarstyle.mjs +5 -5
- package/esm2022/card/card.mjs +10 -9
- package/esm2022/carousel/carousel.mjs +20 -19
- package/esm2022/carousel/style/carouselstyle.mjs +10 -1
- package/esm2022/cascadeselect/cascadeselect.mjs +182 -107
- package/esm2022/cascadeselect/style/cascadeselectstyle.mjs +37 -22
- package/esm2022/checkbox/checkbox.mjs +8 -8
- package/esm2022/chip/chip.mjs +10 -10
- package/esm2022/chip/style/chipstyle.mjs +2 -2
- package/esm2022/colorpicker/colorpicker.mjs +2 -2
- package/esm2022/colorpicker/style/colorpickerstyle.mjs +29 -1
- package/esm2022/config/primeng.mjs +14 -18
- package/esm2022/config/provideprimeng.mjs +11 -3
- package/esm2022/config/themeprovider.mjs +10 -16
- package/esm2022/confirmdialog/confirmdialog.mjs +26 -18
- package/esm2022/confirmpopup/confirmpopup.mjs +45 -36
- package/esm2022/contextmenu/contextmenu.mjs +13 -13
- package/esm2022/contextmenu/style/contextmenustyle.mjs +11 -1
- package/esm2022/dataview/dataview.mjs +39 -113
- package/esm2022/datepicker/datepicker.mjs +93 -93
- package/esm2022/datepicker/style/datepickerstyle.mjs +23 -16
- package/esm2022/defer/defer.mjs +7 -1
- package/esm2022/dialog/dialog.mjs +44 -43
- package/esm2022/dialog/style/dialogstyle.mjs +22 -1
- package/esm2022/divider/style/dividerstyle.mjs +18 -14
- package/esm2022/dock/style/dockstyle.mjs +11 -1
- package/esm2022/drawer/drawer.mjs +11 -11
- package/esm2022/drawer/style/drawerstyle.mjs +5 -1
- package/esm2022/dropdown/dropdown.mjs +4 -18
- package/esm2022/dropdown/style/dropdownstyle.mjs +4 -4
- package/esm2022/dynamicdialog/dialogservice.mjs +2 -2
- package/esm2022/editor/editor.mjs +1 -1
- package/esm2022/editor/style/editorstyle.mjs +52 -158
- package/esm2022/fieldset/fieldset.mjs +20 -21
- package/esm2022/fileupload/fileupload.mjs +108 -68
- package/esm2022/floatlabel/style/floatlabelstyle.mjs +5 -5
- package/esm2022/galleria/galleria.mjs +6 -1
- package/esm2022/galleria/style/galleriastyle.mjs +18 -1
- package/esm2022/iconfield/style/iconfieldstyle.mjs +2 -2
- package/esm2022/iftalabel/iftalabel.mjs +6 -6
- package/esm2022/iftalabel/style/iftalabelstyle.mjs +5 -5
- package/esm2022/image/image.mjs +37 -70
- package/esm2022/image/style/imagestyle.mjs +7 -7
- package/esm2022/imagecompare/imagecompare.mjs +158 -0
- package/esm2022/imagecompare/primeng-imagecompare.mjs +5 -0
- package/esm2022/imagecompare/public_api.mjs +3 -0
- package/esm2022/imagecompare/style/imagecomparestyle.mjs +124 -0
- package/esm2022/inplace/inplace.mjs +8 -8
- package/esm2022/inputmask/inputmask.mjs +13 -13
- package/esm2022/inputmask/style/inputmaskstyle.mjs +14 -7
- package/esm2022/inputnumber/inputnumber.mjs +44 -46
- package/esm2022/inputnumber/style/inputnumberstyle.mjs +27 -19
- package/esm2022/inputotp/inputotp.mjs +4 -16
- package/esm2022/inputtext/inputtext.mjs +11 -10
- package/esm2022/inputtext/style/inputtextstyle.mjs +15 -9
- package/esm2022/keyfilter/keyfilter.mjs +4 -3
- package/esm2022/listbox/listbox.mjs +8 -53
- package/esm2022/megamenu/megamenu.mjs +18 -18
- package/esm2022/megamenu/style/megamenustyle.mjs +17 -1
- package/esm2022/menu/menu.mjs +47 -29
- package/esm2022/menubar/menubar.mjs +25 -25
- package/esm2022/menubar/style/menubarstyle.mjs +22 -2
- package/esm2022/message/message.mjs +12 -12
- package/esm2022/messages/messages.mjs +2 -1
- package/esm2022/metergroup/style/metergroupstyle.mjs +9 -9
- package/esm2022/multiselect/multiselect.mjs +214 -202
- package/esm2022/multiselect/style/multiselectstyle.mjs +13 -18
- package/esm2022/orderlist/orderlist.mjs +38 -80
- package/esm2022/organizationchart/style/organizationchartstyle.mjs +11 -22
- package/esm2022/overlay/style/overlaystyle.mjs +2 -2
- package/esm2022/overlaypanel/overlaypanel.mjs +25 -25
- package/esm2022/paginator/paginator.mjs +48 -48
- package/esm2022/paginator/style/paginatorstyle.mjs +10 -3
- package/esm2022/panel/panel.mjs +17 -37
- package/esm2022/panelmenu/panelmenu.mjs +32 -43
- package/esm2022/panelmenu/style/panelmenustyle.mjs +13 -5
- package/esm2022/password/password.mjs +53 -30
- package/esm2022/password/style/passwordstyle.mjs +14 -6
- package/esm2022/picklist/picklist.mjs +136 -112
- package/esm2022/popover/popover.mjs +22 -26
- package/esm2022/progressbar/style/progressbarstyle.mjs +29 -29
- package/esm2022/radiobutton/style/radiobuttonstyle.mjs +2 -2
- package/esm2022/rating/rating.mjs +12 -12
- package/esm2022/ripple/ripple.mjs +5 -2
- package/esm2022/scroller/scroller.mjs +9 -9
- package/esm2022/scrollpanel/scrollpanel.mjs +4 -4
- package/esm2022/scrollpanel/style/scrollpanelstyle.mjs +3 -2
- package/esm2022/scrolltop/style/scrolltopstyle.mjs +7 -2
- package/esm2022/select/select.mjs +70 -116
- package/esm2022/select/style/selectstyle.mjs +14 -23
- package/esm2022/selectbutton/style/selectbuttonstyle.mjs +5 -5
- package/esm2022/sidebar/sidebar.mjs +2 -2
- package/esm2022/skeleton/style/skeletonstyle.mjs +15 -2
- package/esm2022/slider/slider.mjs +18 -11
- package/esm2022/slider/style/sliderstyle.mjs +6 -6
- package/esm2022/speeddial/speeddial.mjs +1 -16
- package/esm2022/speeddial/style/speeddialstyle.mjs +2 -2
- package/esm2022/splitbutton/splitbutton.mjs +8 -8
- package/esm2022/splitbutton/style/splitbuttonstyle.mjs +9 -9
- package/esm2022/splitter/splitter.mjs +79 -29
- package/esm2022/splitter/style/splitterstyle.mjs +5 -4
- package/esm2022/stepper/style/stepperstyle.mjs +6 -1
- package/esm2022/styleclass/styleclass.mjs +2 -2
- package/esm2022/table/style/tablestyle.mjs +14 -7
- package/esm2022/table/table.mjs +6649 -6669
- package/esm2022/tabmenu/tabmenu.mjs +15 -33
- package/esm2022/tabs/tab.mjs +4 -3
- package/esm2022/tabs/tablist.mjs +9 -6
- package/esm2022/tabview/tabview.mjs +72 -64
- package/esm2022/terminal/style/terminalstyle.mjs +2 -2
- package/esm2022/textarea/style/textareastyle.mjs +9 -7
- package/esm2022/textarea/textarea.mjs +9 -9
- package/esm2022/tieredmenu/style/tieredmenustyle.mjs +6 -1
- package/esm2022/tieredmenu/tieredmenu.mjs +13 -13
- package/esm2022/timeline/style/timelinestyle.mjs +2 -1
- package/esm2022/timeline/timeline.mjs +1 -16
- package/esm2022/toast/style/toaststyle.mjs +7 -1
- package/esm2022/togglebutton/style/togglebuttonstyle.mjs +2 -2
- package/esm2022/toggleswitch/toggleswitch.mjs +1 -10
- package/esm2022/tooltip/tooltip.mjs +34 -26
- package/esm2022/tree/style/treestyle.mjs +20 -8
- package/esm2022/tree/tree.mjs +138 -97
- package/esm2022/treeselect/style/treeselectstyle.mjs +15 -15
- package/esm2022/treeselect/treeselect.mjs +50 -50
- package/esm2022/treetable/style/treetablestyle.mjs +4 -4
- package/esm2022/treetable/treetable.mjs +20 -4
- package/esm2022/usestyle/usestyle.mjs +3 -2
- package/fesm2022/primeng-accordion.mjs +16 -40
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +8 -8
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +286 -321
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +4 -4
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +34 -4
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-base.mjs +5 -3
- package/fesm2022/primeng-base.mjs.map +1 -1
- package/fesm2022/primeng-basecomponent.mjs +7 -1
- package/fesm2022/primeng-basecomponent.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +5 -5
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +97 -100
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +34 -42
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +8 -8
- package/fesm2022/primeng-buttongroup.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +118 -118
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +9 -8
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +28 -18
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +218 -128
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +7 -7
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +10 -10
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +29 -1
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-config.mjs +38 -39
- package/fesm2022/primeng-config.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +25 -17
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +44 -35
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +22 -12
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +38 -112
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-datepicker.mjs +114 -107
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +6 -0
- package/fesm2022/primeng-defer.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +64 -42
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +17 -13
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +10 -0
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-drawer.mjs +14 -10
- package/fesm2022/primeng-drawer.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +6 -20
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +51 -157
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +19 -20
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +107 -67
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +4 -4
- package/fesm2022/primeng-floatlabel.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +22 -0
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +1 -1
- package/fesm2022/primeng-iconfield.mjs.map +1 -1
- package/fesm2022/primeng-iftalabel.mjs +9 -9
- package/fesm2022/primeng-iftalabel.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +42 -75
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-imagecompare.mjs +286 -0
- package/fesm2022/primeng-imagecompare.mjs.map +1 -0
- package/fesm2022/primeng-inplace.mjs +7 -7
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +25 -18
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +69 -63
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +3 -15
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +24 -17
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +3 -2
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +7 -52
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +33 -17
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +46 -28
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +45 -25
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +11 -11
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +1 -0
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +8 -8
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +225 -218
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +37 -79
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +10 -21
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +1 -1
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +24 -24
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +56 -49
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +16 -36
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +43 -46
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +65 -34
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +135 -111
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-popover.mjs +21 -25
- package/fesm2022/primeng-popover.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +28 -28
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +1 -1
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +11 -11
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +4 -1
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +8 -8
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +5 -4
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +6 -1
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-select.mjs +82 -137
- package/fesm2022/primeng-select.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +4 -4
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +1 -1
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +14 -1
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +22 -15
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +1 -16
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +15 -15
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +84 -33
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +5 -0
- package/fesm2022/primeng-stepper.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +1 -1
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +6663 -6676
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +14 -32
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabs.mjs +11 -7
- package/fesm2022/primeng-tabs.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +71 -63
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +1 -1
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-textarea.mjs +16 -14
- package/fesm2022/primeng-textarea.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +17 -12
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +1 -15
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +6 -0
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +1 -1
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toggleswitch.mjs +0 -9
- package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +33 -25
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +156 -103
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +63 -63
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +22 -6
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-usestyle.mjs +2 -1
- package/fesm2022/primeng-usestyle.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +3 -3
- package/fileupload/fileupload.d.ts +21 -5
- package/iftalabel/iftalabel.d.ts +2 -2
- package/image/image.d.ts +6 -7
- package/imagecompare/imagecompare.d.ts +52 -0
- package/imagecompare/index.d.ts +5 -0
- package/imagecompare/public_api.d.ts +2 -0
- package/imagecompare/style/imagecomparestyle.d.ts +35 -0
- package/inplace/inplace.d.ts +2 -2
- package/inputmask/inputmask.d.ts +2 -2
- package/inputnumber/inputnumber.d.ts +4 -5
- package/inputotp/inputotp.d.ts +1 -2
- package/inputtext/inputtext.d.ts +2 -2
- package/listbox/listbox.d.ts +2 -3
- package/megamenu/megamenu.d.ts +4 -4
- package/menu/menu.d.ts +10 -4
- package/menubar/menubar.d.ts +5 -5
- package/message/message.d.ts +2 -2
- package/multiselect/multiselect.d.ts +16 -16
- package/orderlist/orderlist.d.ts +10 -11
- package/overlaypanel/overlaypanel.d.ts +3 -4
- package/package.json +172 -166
- package/paginator/paginator.d.ts +6 -6
- package/panel/panel.d.ts +3 -4
- package/panelmenu/panelmenu.d.ts +2 -3
- package/password/password.d.ts +9 -5
- package/popover/popover.d.ts +7 -5
- package/rating/rating.d.ts +4 -4
- package/scroller/scroller.d.ts +2 -2
- package/select/select.d.ts +12 -13
- package/speeddial/speeddial.d.ts +2 -3
- package/splitbutton/splitbutton.d.ts +2 -2
- package/splitter/splitter.d.ts +11 -5
- package/splitter/style/splitterstyle.d.ts +0 -13
- package/table/table.d.ts +934 -995
- package/tabmenu/tabmenu.d.ts +5 -6
- package/tabview/tabview.d.ts +4 -5
- package/textarea/textarea.d.ts +2 -2
- package/tieredmenu/tieredmenu.d.ts +2 -2
- package/timeline/timeline.d.ts +0 -1
- package/toggleswitch/toggleswitch.d.ts +0 -1
- package/tooltip/tooltip.d.ts +2 -1
- package/tree/style/treestyle.d.ts +1 -1
- package/tree/tree.d.ts +9 -7
- package/treeselect/treeselect.d.ts +9 -9
@@ -153,21 +153,21 @@ function PickList_div_1_12_Template(rf, ctx) { if (rf & 1) {
|
|
153
153
|
} }
|
154
154
|
function PickList_div_1_Template(rf, ctx) { if (rf & 1) {
|
155
155
|
const _r2 = i0.ɵɵgetCurrentView();
|
156
|
-
i0.ɵɵelementStart(0, "div",
|
156
|
+
i0.ɵɵelementStart(0, "div", 15)(1, "button", 11);
|
157
157
|
i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveUp(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
|
158
|
-
i0.ɵɵtemplate(2, PickList_div_1_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_1_3_Template, 1, 0, null,
|
158
|
+
i0.ɵɵtemplate(2, PickList_div_1_AngleUpIcon_2_Template, 1, 1, "AngleUpIcon", 8)(3, PickList_div_1_3_Template, 1, 0, null, 16);
|
159
159
|
i0.ɵɵelementEnd();
|
160
|
-
i0.ɵɵelementStart(4, "button",
|
160
|
+
i0.ɵɵelementStart(4, "button", 11);
|
161
161
|
i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_4_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveTop(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
|
162
|
-
i0.ɵɵtemplate(5, PickList_div_1_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_1_6_Template, 1, 0, null,
|
162
|
+
i0.ɵɵtemplate(5, PickList_div_1_AngleDoubleUpIcon_5_Template, 1, 1, "AngleDoubleUpIcon", 8)(6, PickList_div_1_6_Template, 1, 0, null, 16);
|
163
163
|
i0.ɵɵelementEnd();
|
164
|
-
i0.ɵɵelementStart(7, "button",
|
164
|
+
i0.ɵɵelementStart(7, "button", 11);
|
165
165
|
i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_7_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveDown(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
|
166
|
-
i0.ɵɵtemplate(8, PickList_div_1_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_1_9_Template, 1, 0, null,
|
166
|
+
i0.ɵɵtemplate(8, PickList_div_1_AngleDownIcon_8_Template, 1, 1, "AngleDownIcon", 8)(9, PickList_div_1_9_Template, 1, 0, null, 16);
|
167
167
|
i0.ɵɵelementEnd();
|
168
|
-
i0.ɵɵelementStart(10, "button",
|
168
|
+
i0.ɵɵelementStart(10, "button", 11);
|
169
169
|
i0.ɵɵlistener("click", function PickList_div_1_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); const sourcelist_r4 = i0.ɵɵreference(4); return i0.ɵɵresetView(ctx_r2.moveBottom(sourcelist_r4, ctx_r2.source, ctx_r2.selectedItemsSource, ctx_r2.onSourceReorder, ctx_r2.SOURCE_LIST)); });
|
170
|
-
i0.ɵɵtemplate(11, PickList_div_1_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_1_12_Template, 1, 0, null,
|
170
|
+
i0.ɵɵtemplate(11, PickList_div_1_AngleDoubleDownIcon_11_Template, 1, 1, "AngleDoubleDownIcon", 8)(12, PickList_div_1_12_Template, 1, 0, null, 16);
|
171
171
|
i0.ɵɵelementEnd()();
|
172
172
|
} if (rf & 2) {
|
173
173
|
const ctx_r2 = i0.ɵɵnextContext();
|
@@ -206,21 +206,30 @@ function PickList_ng_container_5_ng_template_1_0_Template(rf, ctx) { if (rf & 1)
|
|
206
206
|
i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_ng_template_0_Template, 0, 0, "ng-template");
|
207
207
|
} }
|
208
208
|
function PickList_ng_container_5_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
209
|
-
i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_Template, 1, 0, null,
|
209
|
+
i0.ɵɵtemplate(0, PickList_ng_container_5_ng_template_1_0_Template, 1, 0, null, 16);
|
210
210
|
} if (rf & 2) {
|
211
211
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
212
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.
|
212
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.sourceHeaderTemplate);
|
213
213
|
} }
|
214
214
|
function PickList_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
215
215
|
i0.ɵɵelementContainerStart(0);
|
216
216
|
i0.ɵɵtemplate(1, PickList_ng_container_5_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
217
217
|
i0.ɵɵelementContainerEnd();
|
218
218
|
} }
|
219
|
-
function
|
219
|
+
function PickList_div_6_Template(rf, ctx) { if (rf & 1) {
|
220
|
+
i0.ɵɵelementStart(0, "div", 17);
|
221
|
+
i0.ɵɵtext(1);
|
222
|
+
i0.ɵɵelementEnd();
|
223
|
+
} if (rf & 2) {
|
224
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
225
|
+
i0.ɵɵadvance();
|
226
|
+
i0.ɵɵtextInterpolate(ctx_r2.sourceHeader);
|
227
|
+
} }
|
228
|
+
function PickList_ng_container_7_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
220
229
|
i0.ɵɵelementContainer(0);
|
221
230
|
} }
|
222
|
-
function
|
223
|
-
i0.ɵɵtemplate(0,
|
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);
|
224
233
|
} if (rf & 2) {
|
225
234
|
const item_r5 = ctx.$implicit;
|
226
235
|
const index_r6 = ctx.index;
|
@@ -228,24 +237,24 @@ function PickList_ng_container_6_ng_template_1_Template(rf, ctx) { if (rf & 1) {
|
|
228
237
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
229
238
|
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c23, item_r5, index_r6, selected_r7));
|
230
239
|
} }
|
231
|
-
function
|
240
|
+
function PickList_ng_container_7_Template(rf, ctx) { if (rf & 1) {
|
232
241
|
i0.ɵɵelementContainerStart(0);
|
233
|
-
i0.ɵɵtemplate(1,
|
242
|
+
i0.ɵɵtemplate(1, PickList_ng_container_7_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
234
243
|
i0.ɵɵelementContainerEnd();
|
235
244
|
} }
|
236
|
-
function
|
245
|
+
function PickList_ng_container_10_AngleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
|
237
246
|
i0.ɵɵelement(0, "AngleRightIcon");
|
238
247
|
} if (rf & 2) {
|
239
248
|
i0.ɵɵattribute("data-pc-section", "movetotargeticon");
|
240
249
|
} }
|
241
|
-
function
|
250
|
+
function PickList_ng_container_10_AngleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
|
242
251
|
i0.ɵɵelement(0, "AngleDownIcon");
|
243
252
|
} if (rf & 2) {
|
244
253
|
i0.ɵɵattribute("data-pc-section", "movetotargeticon");
|
245
254
|
} }
|
246
|
-
function
|
255
|
+
function PickList_ng_container_10_Template(rf, ctx) { if (rf & 1) {
|
247
256
|
i0.ɵɵelementContainerStart(0);
|
248
|
-
i0.ɵɵtemplate(1,
|
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);
|
249
258
|
i0.ɵɵelementContainerEnd();
|
250
259
|
} if (rf & 2) {
|
251
260
|
const ctx_r2 = i0.ɵɵnextContext();
|
@@ -254,23 +263,23 @@ function PickList_ng_container_9_Template(rf, ctx) { if (rf & 1) {
|
|
254
263
|
i0.ɵɵadvance();
|
255
264
|
i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
|
256
265
|
} }
|
257
|
-
function
|
258
|
-
function
|
259
|
-
i0.ɵɵtemplate(0,
|
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");
|
260
269
|
} }
|
261
|
-
function
|
270
|
+
function PickList_ng_container_13_AngleDoubleRightIcon_1_Template(rf, ctx) { if (rf & 1) {
|
262
271
|
i0.ɵɵelement(0, "AngleDoubleRightIcon");
|
263
272
|
} if (rf & 2) {
|
264
273
|
i0.ɵɵattribute("data-pc-section", "movealltotargeticon");
|
265
274
|
} }
|
266
|
-
function
|
275
|
+
function PickList_ng_container_13_AngleDoubleDownIcon_2_Template(rf, ctx) { if (rf & 1) {
|
267
276
|
i0.ɵɵelement(0, "AngleDoubleDownIcon");
|
268
277
|
} if (rf & 2) {
|
269
278
|
i0.ɵɵattribute("data-pc-section", "movealltotargeticon");
|
270
279
|
} }
|
271
|
-
function
|
280
|
+
function PickList_ng_container_13_Template(rf, ctx) { if (rf & 1) {
|
272
281
|
i0.ɵɵelementContainerStart(0);
|
273
|
-
i0.ɵɵtemplate(1,
|
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);
|
274
283
|
i0.ɵɵelementContainerEnd();
|
275
284
|
} if (rf & 2) {
|
276
285
|
const ctx_r2 = i0.ɵɵnextContext();
|
@@ -279,23 +288,23 @@ function PickList_ng_container_12_Template(rf, ctx) { if (rf & 1) {
|
|
279
288
|
i0.ɵɵadvance();
|
280
289
|
i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
|
281
290
|
} }
|
282
|
-
function
|
283
|
-
function
|
284
|
-
i0.ɵɵtemplate(0,
|
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");
|
285
294
|
} }
|
286
|
-
function
|
295
|
+
function PickList_ng_container_16_AngleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
|
287
296
|
i0.ɵɵelement(0, "AngleLeftIcon");
|
288
297
|
} if (rf & 2) {
|
289
298
|
i0.ɵɵattribute("data-pc-section", "movedownsourceticon");
|
290
299
|
} }
|
291
|
-
function
|
300
|
+
function PickList_ng_container_16_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
|
292
301
|
i0.ɵɵelement(0, "AngleUpIcon");
|
293
302
|
} if (rf & 2) {
|
294
303
|
i0.ɵɵattribute("data-pc-section", "movedownsourceticon");
|
295
304
|
} }
|
296
|
-
function
|
305
|
+
function PickList_ng_container_16_Template(rf, ctx) { if (rf & 1) {
|
297
306
|
i0.ɵɵelementContainerStart(0);
|
298
|
-
i0.ɵɵtemplate(1,
|
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);
|
299
308
|
i0.ɵɵelementContainerEnd();
|
300
309
|
} if (rf & 2) {
|
301
310
|
const ctx_r2 = i0.ɵɵnextContext();
|
@@ -304,23 +313,23 @@ function PickList_ng_container_15_Template(rf, ctx) { if (rf & 1) {
|
|
304
313
|
i0.ɵɵadvance();
|
305
314
|
i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
|
306
315
|
} }
|
307
|
-
function
|
308
|
-
function
|
309
|
-
i0.ɵɵtemplate(0,
|
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");
|
310
319
|
} }
|
311
|
-
function
|
320
|
+
function PickList_ng_container_19_AngleDoubleLeftIcon_1_Template(rf, ctx) { if (rf & 1) {
|
312
321
|
i0.ɵɵelement(0, "AngleDoubleLeftIcon");
|
313
322
|
} if (rf & 2) {
|
314
323
|
i0.ɵɵattribute("data-pc-section", "movealltosourceticon");
|
315
324
|
} }
|
316
|
-
function
|
325
|
+
function PickList_ng_container_19_AngleDoubleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
|
317
326
|
i0.ɵɵelement(0, "AngleDoubleUpIcon");
|
318
327
|
} if (rf & 2) {
|
319
328
|
i0.ɵɵattribute("data-pc-section", "movealltosourceticon");
|
320
329
|
} }
|
321
|
-
function
|
330
|
+
function PickList_ng_container_19_Template(rf, ctx) { if (rf & 1) {
|
322
331
|
i0.ɵɵelementContainerStart(0);
|
323
|
-
i0.ɵɵtemplate(1,
|
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);
|
324
333
|
i0.ɵɵelementContainerEnd();
|
325
334
|
} if (rf & 2) {
|
326
335
|
const ctx_r2 = i0.ɵɵnextContext();
|
@@ -329,30 +338,39 @@ function PickList_ng_container_18_Template(rf, ctx) { if (rf & 1) {
|
|
329
338
|
i0.ɵɵadvance();
|
330
339
|
i0.ɵɵproperty("ngIf", ctx_r2.viewChanged);
|
331
340
|
} }
|
332
|
-
function
|
333
|
-
function
|
334
|
-
i0.ɵɵtemplate(0,
|
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");
|
335
344
|
} }
|
336
|
-
function
|
337
|
-
function
|
338
|
-
i0.ɵɵtemplate(0,
|
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");
|
339
348
|
} }
|
340
|
-
function
|
341
|
-
i0.ɵɵtemplate(0,
|
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);
|
342
351
|
} if (rf & 2) {
|
343
352
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
344
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.
|
353
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.targetHeaderTemplate);
|
345
354
|
} }
|
346
|
-
function
|
355
|
+
function PickList_ng_container_24_Template(rf, ctx) { if (rf & 1) {
|
347
356
|
i0.ɵɵelementContainerStart(0);
|
348
|
-
i0.ɵɵtemplate(1,
|
357
|
+
i0.ɵɵtemplate(1, PickList_ng_container_24_ng_template_1_Template, 1, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
349
358
|
i0.ɵɵelementContainerEnd();
|
350
359
|
} }
|
351
|
-
function
|
360
|
+
function PickList_div_25_Template(rf, ctx) { if (rf & 1) {
|
361
|
+
i0.ɵɵelementStart(0, "div", 17);
|
362
|
+
i0.ɵɵtext(1);
|
363
|
+
i0.ɵɵelementEnd();
|
364
|
+
} if (rf & 2) {
|
365
|
+
const ctx_r2 = i0.ɵɵnextContext();
|
366
|
+
i0.ɵɵadvance();
|
367
|
+
i0.ɵɵtextInterpolate(ctx_r2.sourceHeader);
|
368
|
+
} }
|
369
|
+
function PickList_ng_container_26_ng_template_1_ng_container_0_Template(rf, ctx) { if (rf & 1) {
|
352
370
|
i0.ɵɵelementContainer(0);
|
353
371
|
} }
|
354
|
-
function
|
355
|
-
i0.ɵɵtemplate(0,
|
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);
|
356
374
|
} if (rf & 2) {
|
357
375
|
const item_r8 = ctx.$implicit;
|
358
376
|
const index_r9 = ctx.index;
|
@@ -360,64 +378,64 @@ function PickList_ng_container_24_ng_template_1_Template(rf, ctx) { if (rf & 1)
|
|
360
378
|
const ctx_r2 = i0.ɵɵnextContext(2);
|
361
379
|
i0.ɵɵproperty("ngTemplateOutlet", ctx_r2.itemTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction3(2, _c23, item_r8, index_r9, selected_r10));
|
362
380
|
} }
|
363
|
-
function
|
381
|
+
function PickList_ng_container_26_Template(rf, ctx) { if (rf & 1) {
|
364
382
|
i0.ɵɵelementContainerStart(0);
|
365
|
-
i0.ɵɵtemplate(1,
|
383
|
+
i0.ɵɵtemplate(1, PickList_ng_container_26_ng_template_1_Template, 1, 6, "ng-template", null, 3, i0.ɵɵtemplateRefExtractor);
|
366
384
|
i0.ɵɵelementContainerEnd();
|
367
385
|
} }
|
368
|
-
function
|
386
|
+
function PickList_div_27_AngleUpIcon_2_Template(rf, ctx) { if (rf & 1) {
|
369
387
|
i0.ɵɵelement(0, "AngleUpIcon");
|
370
388
|
} if (rf & 2) {
|
371
389
|
i0.ɵɵattribute("data-pc-section", "moveupicon");
|
372
390
|
} }
|
373
|
-
function
|
374
|
-
function
|
375
|
-
i0.ɵɵtemplate(0,
|
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");
|
376
394
|
} }
|
377
|
-
function
|
395
|
+
function PickList_div_27_AngleDoubleUpIcon_5_Template(rf, ctx) { if (rf & 1) {
|
378
396
|
i0.ɵɵelement(0, "AngleDoubleUpIcon");
|
379
397
|
} if (rf & 2) {
|
380
398
|
i0.ɵɵattribute("data-pc-section", "movetopicon");
|
381
399
|
} }
|
382
|
-
function
|
383
|
-
function
|
384
|
-
i0.ɵɵtemplate(0,
|
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");
|
385
403
|
} }
|
386
|
-
function
|
404
|
+
function PickList_div_27_AngleDownIcon_8_Template(rf, ctx) { if (rf & 1) {
|
387
405
|
i0.ɵɵelement(0, "AngleDownIcon");
|
388
406
|
} if (rf & 2) {
|
389
407
|
i0.ɵɵattribute("data-pc-section", "movedownicon");
|
390
408
|
} }
|
391
|
-
function
|
392
|
-
function
|
393
|
-
i0.ɵɵtemplate(0,
|
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");
|
394
412
|
} }
|
395
|
-
function
|
413
|
+
function PickList_div_27_AngleDoubleDownIcon_11_Template(rf, ctx) { if (rf & 1) {
|
396
414
|
i0.ɵɵelement(0, "AngleDoubleDownIcon");
|
397
415
|
} if (rf & 2) {
|
398
416
|
i0.ɵɵattribute("data-pc-section", "movebottomicon");
|
399
417
|
} }
|
400
|
-
function
|
401
|
-
function
|
402
|
-
i0.ɵɵtemplate(0,
|
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");
|
403
421
|
} }
|
404
|
-
function
|
422
|
+
function PickList_div_27_Template(rf, ctx) { if (rf & 1) {
|
405
423
|
const _r11 = i0.ɵɵgetCurrentView();
|
406
|
-
i0.ɵɵelementStart(0, "div",
|
407
|
-
i0.ɵɵlistener("click", function
|
408
|
-
i0.ɵɵtemplate(2,
|
424
|
+
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);
|
409
427
|
i0.ɵɵelementEnd();
|
410
|
-
i0.ɵɵelementStart(4, "button",
|
411
|
-
i0.ɵɵlistener("click", function
|
412
|
-
i0.ɵɵtemplate(5,
|
428
|
+
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);
|
413
431
|
i0.ɵɵelementEnd();
|
414
|
-
i0.ɵɵelementStart(7, "button",
|
415
|
-
i0.ɵɵlistener("click", function
|
416
|
-
i0.ɵɵtemplate(8,
|
432
|
+
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);
|
417
435
|
i0.ɵɵelementEnd();
|
418
|
-
i0.ɵɵelementStart(10, "button",
|
419
|
-
i0.ɵɵlistener("click", function
|
420
|
-
i0.ɵɵtemplate(11,
|
436
|
+
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);
|
421
439
|
i0.ɵɵelementEnd()();
|
422
440
|
} if (rf & 2) {
|
423
441
|
const ctx_r2 = i0.ɵɵnextContext();
|
@@ -1750,41 +1768,41 @@ class PickList extends BaseComponent {
|
|
1750
1768
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.listViewTargetChild = _t.first);
|
1751
1769
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.sourceFilterViewChild = _t.first);
|
1752
1770
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.targetFilterViewChild = _t.first);
|
1753
|
-
} }, 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" }, standalone: true, features: [i0.ɵɵProvidersFeature([PickListStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls:
|
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" }, standalone: true, features: [i0.ɵɵProvidersFeature([PickListStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], 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) {
|
1754
1772
|
const _r1 = i0.ɵɵgetCurrentView();
|
1755
1773
|
i0.ɵɵelementStart(0, "div", 4);
|
1756
1774
|
i0.ɵɵtemplate(1, PickList_div_1_Template, 13, 26, "div", 5);
|
1757
1775
|
i0.ɵɵelementStart(2, "div", 6)(3, "p-listbox", 7, 0);
|
1758
1776
|
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); });
|
1759
1777
|
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()); });
|
1760
|
-
i0.ɵɵtemplate(5, PickList_ng_container_5_Template, 3, 0, "ng-container", 8)(6,
|
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);
|
1761
1779
|
i0.ɵɵelementEnd()();
|
1762
|
-
i0.ɵɵelementStart(
|
1763
|
-
i0.ɵɵlistener("click", function
|
1764
|
-
i0.ɵɵtemplate(
|
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);
|
1765
1783
|
i0.ɵɵelementEnd();
|
1766
|
-
i0.ɵɵelementStart(
|
1767
|
-
i0.ɵɵlistener("click", function
|
1768
|
-
i0.ɵɵtemplate(
|
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()); });
|
1786
|
+
i0.ɵɵtemplate(13, PickList_ng_container_13_Template, 3, 2, "ng-container", 8)(14, PickList_14_Template, 1, 0, null, 12);
|
1769
1787
|
i0.ɵɵelementEnd();
|
1770
|
-
i0.ɵɵelementStart(
|
1771
|
-
i0.ɵɵlistener("click", function
|
1772
|
-
i0.ɵɵtemplate(
|
1788
|
+
i0.ɵɵelementStart(15, "button", 11);
|
1789
|
+
i0.ɵɵlistener("click", function PickList_Template_button_click_15_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveLeft()); });
|
1790
|
+
i0.ɵɵtemplate(16, PickList_ng_container_16_Template, 3, 2, "ng-container", 8)(17, PickList_17_Template, 1, 0, null, 12);
|
1773
1791
|
i0.ɵɵelementEnd();
|
1774
|
-
i0.ɵɵelementStart(
|
1775
|
-
i0.ɵɵlistener("click", function
|
1776
|
-
i0.ɵɵtemplate(
|
1792
|
+
i0.ɵɵelementStart(18, "button", 11);
|
1793
|
+
i0.ɵɵlistener("click", function PickList_Template_button_click_18_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.moveAllLeft()); });
|
1794
|
+
i0.ɵɵtemplate(19, PickList_ng_container_19_Template, 3, 2, "ng-container", 8)(20, PickList_20_Template, 1, 0, null, 12);
|
1777
1795
|
i0.ɵɵelementEnd()();
|
1778
|
-
i0.ɵɵelementStart(
|
1779
|
-
i0.ɵɵtwoWayListener("ngModelChange", function
|
1780
|
-
i0.ɵɵlistener("onFocus", function
|
1781
|
-
i0.ɵɵtemplate(
|
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);
|
1782
1800
|
i0.ɵɵelementEnd()();
|
1783
|
-
i0.ɵɵtemplate(
|
1801
|
+
i0.ɵɵtemplate(27, PickList_div_27_Template, 13, 26, "div", 14);
|
1784
1802
|
i0.ɵɵelementEnd();
|
1785
1803
|
} if (rf & 2) {
|
1786
1804
|
i0.ɵɵclassMap(ctx.styleClass);
|
1787
|
-
i0.ɵɵproperty("ngStyle", ctx.style)("ngClass", i0.ɵɵpureFunction0(
|
1805
|
+
i0.ɵɵproperty("ngStyle", ctx.style)("ngClass", i0.ɵɵpureFunction0(78, _c21));
|
1788
1806
|
i0.ɵɵattribute("data-pc-name", "picklist")("data-pc-section", "root");
|
1789
1807
|
i0.ɵɵadvance();
|
1790
1808
|
i0.ɵɵproperty("ngIf", ctx.showSourceControls);
|
@@ -1797,6 +1815,8 @@ class PickList extends BaseComponent {
|
|
1797
1815
|
i0.ɵɵadvance(2);
|
1798
1816
|
i0.ɵɵproperty("ngIf", ctx.sourceHeaderTemplate);
|
1799
1817
|
i0.ɵɵadvance();
|
1818
|
+
i0.ɵɵproperty("ngIf", !ctx.sourceHeaderTemplate);
|
1819
|
+
i0.ɵɵadvance();
|
1800
1820
|
i0.ɵɵproperty("ngIf", ctx.itemTemplate);
|
1801
1821
|
i0.ɵɵadvance();
|
1802
1822
|
i0.ɵɵattribute("data-pc-section", "buttons")("data-pc-group-section", "controls");
|
@@ -1806,28 +1826,28 @@ class PickList extends BaseComponent {
|
|
1806
1826
|
i0.ɵɵadvance();
|
1807
1827
|
i0.ɵɵproperty("ngIf", !ctx.moveToTargetIconTemplate);
|
1808
1828
|
i0.ɵɵadvance();
|
1809
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(
|
1829
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(79, _c22, ctx.viewChanged));
|
1810
1830
|
i0.ɵɵadvance();
|
1811
1831
|
i0.ɵɵproperty("disabled", ctx.moveAllRightDisabled())("buttonProps", ctx.getButtonProps("movealltotarget"));
|
1812
1832
|
i0.ɵɵattribute("aria-label", ctx.moveAllToTargetAriaLabel)("data-pc-section", "moveAllToTargetButton");
|
1813
1833
|
i0.ɵɵadvance();
|
1814
1834
|
i0.ɵɵproperty("ngIf", !ctx.moveAllToTargetIconTemplate);
|
1815
1835
|
i0.ɵɵadvance();
|
1816
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(
|
1836
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToTargetIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(81, _c22, ctx.viewChanged));
|
1817
1837
|
i0.ɵɵadvance();
|
1818
1838
|
i0.ɵɵproperty("disabled", ctx.moveLeftDisabled())("buttonProps", ctx.getButtonProps("movetosource"));
|
1819
1839
|
i0.ɵɵattribute("aria-label", ctx.moveToSourceAriaLabel)("data-pc-section", "moveToSourceButton");
|
1820
1840
|
i0.ɵɵadvance();
|
1821
1841
|
i0.ɵɵproperty("ngIf", !ctx.moveToSourceIconTemplate);
|
1822
1842
|
i0.ɵɵadvance();
|
1823
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(
|
1843
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(83, _c22, ctx.viewChanged));
|
1824
1844
|
i0.ɵɵadvance();
|
1825
1845
|
i0.ɵɵproperty("disabled", ctx.moveAllLeftDisabled())("buttonProps", ctx.getButtonProps("movealltosource"));
|
1826
1846
|
i0.ɵɵattribute("aria-label", ctx.moveAllToSourceAriaLabel)("data-pc-section", "moveAllToSourceButton");
|
1827
1847
|
i0.ɵɵadvance();
|
1828
1848
|
i0.ɵɵproperty("ngIf", !ctx.moveAllToSourceIconTemplate);
|
1829
1849
|
i0.ɵɵadvance();
|
1830
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(
|
1850
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx.moveAllToSourceIconTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(85, _c22, ctx.viewChanged));
|
1831
1851
|
i0.ɵɵadvance();
|
1832
1852
|
i0.ɵɵattribute("data-pc-section", "targetWrapper")("data-pc-group-section", "listwrapper");
|
1833
1853
|
i0.ɵɵadvance();
|
@@ -1837,6 +1857,8 @@ class PickList extends BaseComponent {
|
|
1837
1857
|
i0.ɵɵadvance(2);
|
1838
1858
|
i0.ɵɵproperty("ngIf", ctx.targetHeaderTemplate);
|
1839
1859
|
i0.ɵɵadvance();
|
1860
|
+
i0.ɵɵproperty("ngIf", !ctx.targetHeaderTemplate);
|
1861
|
+
i0.ɵɵadvance();
|
1840
1862
|
i0.ɵɵproperty("ngIf", ctx.itemTemplate);
|
1841
1863
|
i0.ɵɵadvance();
|
1842
1864
|
i0.ɵɵproperty("ngIf", ctx.showTargetControls);
|
@@ -1966,9 +1988,10 @@ class PickList extends BaseComponent {
|
|
1966
1988
|
>
|
1967
1989
|
<ng-container *ngIf="sourceHeaderTemplate">
|
1968
1990
|
<ng-template #header>
|
1969
|
-
<ng-template *ngTemplateOutlet="
|
1991
|
+
<ng-template *ngTemplateOutlet="sourceHeaderTemplate"></ng-template>
|
1970
1992
|
</ng-template>
|
1971
1993
|
</ng-container>
|
1994
|
+
<div class="p-picklist-title" *ngIf="!sourceHeaderTemplate">{{ sourceHeader }}</div>
|
1972
1995
|
<ng-container *ngIf="itemTemplate">
|
1973
1996
|
<ng-template #item let-item let-index="index" let-selected="selected">
|
1974
1997
|
<ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
|
@@ -2076,9 +2099,10 @@ class PickList extends BaseComponent {
|
|
2076
2099
|
>
|
2077
2100
|
<ng-container *ngIf="targetHeaderTemplate">
|
2078
2101
|
<ng-template #header>
|
2079
|
-
<ng-template *ngTemplateOutlet="
|
2102
|
+
<ng-template *ngTemplateOutlet="targetHeaderTemplate"></ng-template>
|
2080
2103
|
</ng-template>
|
2081
2104
|
</ng-container>
|
2105
|
+
<div class="p-picklist-title" *ngIf="!targetHeaderTemplate">{{ sourceHeader }}</div>
|
2082
2106
|
<ng-container *ngIf="itemTemplate">
|
2083
2107
|
<ng-template #item let-item let-index="index" let-selected="selected">
|
2084
2108
|
<ng-container *ngTemplateOutlet="itemTemplate; context: { $implicit: item, index: index, selected: selected }"></ng-container>
|