primeng 18.0.0-rc.1 → 18.0.0-rc.2
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/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 +11 -12
- 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/confirmdialog/confirmdialog.d.ts +3 -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 +277 -311
- package/esm2022/autocomplete/style/autocompletestyle.mjs +12 -12
- 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 +114 -114
- 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/style/colorpickerstyle.mjs +29 -1
- package/esm2022/confirmdialog/confirmdialog.mjs +17 -14
- package/esm2022/confirmpopup/confirmpopup.mjs +45 -36
- package/esm2022/contextmenu/contextmenu.mjs +12 -12
- package/esm2022/contextmenu/style/contextmenustyle.mjs +11 -1
- package/esm2022/dataview/dataview.mjs +39 -113
- package/esm2022/datepicker/datepicker.mjs +91 -91
- package/esm2022/datepicker/style/datepickerstyle.mjs +23 -16
- package/esm2022/defer/defer.mjs +7 -1
- package/esm2022/dialog/dialog.mjs +29 -28
- 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 +8 -8
- 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/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 +36 -69
- 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 +10 -10
- package/esm2022/inputmask/style/inputmaskstyle.mjs +14 -7
- package/esm2022/inputnumber/inputnumber.mjs +41 -43
- package/esm2022/inputnumber/style/inputnumberstyle.mjs +27 -19
- package/esm2022/inputotp/inputotp.mjs +1 -13
- 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 +46 -28
- 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 -15
- package/esm2022/orderlist/orderlist.mjs +38 -80
- package/esm2022/organizationchart/style/organizationchartstyle.mjs +11 -22
- package/esm2022/overlaypanel/overlaypanel.mjs +24 -24
- 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 +26 -26
- package/esm2022/password/style/passwordstyle.mjs +14 -6
- package/esm2022/picklist/picklist.mjs +5 -5
- package/esm2022/popover/popover.mjs +21 -25
- 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/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 +66 -113
- package/esm2022/select/style/selectstyle.mjs +14 -20
- package/esm2022/selectbutton/style/selectbuttonstyle.mjs +5 -5
- 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 +58 -18
- 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 +411 -278
- 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/tieredmenu/style/tieredmenustyle.mjs +6 -1
- package/esm2022/tieredmenu/tieredmenu.mjs +12 -12
- 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 +33 -25
- package/esm2022/tree/style/treestyle.mjs +8 -6
- package/esm2022/tree/tree.mjs +44 -44
- package/esm2022/treeselect/style/treeselectstyle.mjs +15 -12
- package/esm2022/treeselect/treeselect.mjs +49 -49
- 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 +287 -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 +117 -117
- 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 +28 -0
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +16 -13
- 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 +21 -11
- 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 +112 -105
- 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 +49 -27
- 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 +11 -7
- 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-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 +41 -74
- 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 +22 -15
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +66 -60
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +0 -12
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +14 -8
- 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 +45 -27
- 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 -215
- 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-overlaypanel.mjs +23 -23
- 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 +38 -30
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +4 -4
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-popover.mjs +20 -24
- 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-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 +78 -131
- 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-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 +59 -19
- 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 +424 -284
- 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 +8 -6
- package/fesm2022/primeng-textarea.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +16 -11
- 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 +32 -24
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +50 -48
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +62 -59
- 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/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 +238 -232
- 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 +4 -4
- 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 +9 -2
- package/table/table.d.ts +47 -6
- package/tabmenu/tabmenu.d.ts +5 -6
- package/tabview/tabview.d.ts +4 -5
- 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/tree.d.ts +6 -6
- package/treeselect/treeselect.d.ts +9 -9
@@ -30,8 +30,8 @@ position: relative;
|
|
30
30
|
}
|
31
31
|
|
32
32
|
.p-datepicker:has(.p-datepicker-dropdown) .p-datepicker-input {
|
33
|
-
border-
|
34
|
-
border-
|
33
|
+
border-start-end-radius: 0;
|
34
|
+
border-end-end-radius: 0;
|
35
35
|
}
|
36
36
|
|
37
37
|
.p-datepicker-dropdown {
|
@@ -44,8 +44,8 @@ position: relative;
|
|
44
44
|
overflow: hidden;
|
45
45
|
position: relative;
|
46
46
|
width: ${dt('datepicker.dropdown.width')};
|
47
|
-
border-
|
48
|
-
border-
|
47
|
+
border-start-end-radius: ${dt('datepicker.dropdown.border.radius')};
|
48
|
+
border-end-end-radius: ${dt('datepicker.dropdown.border.radius')};
|
49
49
|
background: ${dt('datepicker.dropdown.background')};
|
50
50
|
border: 1px solid ${dt('datepicker.dropdown.border.color')};
|
51
51
|
border-left: 0 none;
|
@@ -534,7 +534,7 @@ function Calendar_ng_template_2_ng_container_2_span_2_Template(rf, ctx) { if (rf
|
|
534
534
|
} if (rf & 2) {
|
535
535
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
536
536
|
i0.ɵɵadvance();
|
537
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
537
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.clearicon);
|
538
538
|
} }
|
539
539
|
function Calendar_ng_template_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
540
540
|
i0.ɵɵelementContainerStart(0);
|
@@ -543,9 +543,9 @@ function Calendar_ng_template_2_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
|
543
543
|
} if (rf & 2) {
|
544
544
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
545
545
|
i0.ɵɵadvance();
|
546
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
546
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.clearicon);
|
547
547
|
i0.ɵɵadvance();
|
548
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
548
|
+
i0.ɵɵproperty("ngIf", ctx_r1.clearicon);
|
549
549
|
} }
|
550
550
|
function Calendar_ng_template_2_button_3_span_1_Template(rf, ctx) { if (rf & 1) {
|
551
551
|
i0.ɵɵelement(0, "span", 16);
|
@@ -567,9 +567,9 @@ function Calendar_ng_template_2_button_3_ng_container_2_Template(rf, ctx) { if (
|
|
567
567
|
} if (rf & 2) {
|
568
568
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
569
569
|
i0.ɵɵadvance();
|
570
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
570
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.triggericon);
|
571
571
|
i0.ɵɵadvance();
|
572
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
572
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.triggericon);
|
573
573
|
} }
|
574
574
|
function Calendar_ng_template_2_button_3_Template(rf, ctx) { if (rf & 1) {
|
575
575
|
const _r5 = i0.ɵɵgetCurrentView();
|
@@ -608,9 +608,9 @@ function Calendar_ng_template_2_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
608
608
|
} if (rf & 2) {
|
609
609
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
610
610
|
i0.ɵɵadvance(2);
|
611
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
611
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.inputicon);
|
612
612
|
i0.ɵɵadvance();
|
613
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
613
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.inputicon)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c17, ctx_r1.onButtonClick.bind(ctx_r1)));
|
614
614
|
} }
|
615
615
|
function Calendar_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
616
616
|
const _r1 = i0.ɵɵgetCurrentView();
|
@@ -619,11 +619,11 @@ function Calendar_ng_template_2_Template(rf, ctx) { if (rf & 1) {
|
|
619
619
|
i0.ɵɵelementEnd();
|
620
620
|
i0.ɵɵtemplate(2, Calendar_ng_template_2_ng_container_2_Template, 3, 2, "ng-container", 7)(3, Calendar_ng_template_2_button_3_Template, 3, 6, "button", 8)(4, Calendar_ng_template_2_ng_container_4_Template, 4, 5, "ng-container", 7);
|
621
621
|
} if (rf & 2) {
|
622
|
-
let
|
622
|
+
let tmp_17_0;
|
623
623
|
const ctx_r1 = i0.ɵɵnextContext();
|
624
624
|
i0.ɵɵclassMap(ctx_r1.inputStyleClass);
|
625
|
-
i0.ɵɵproperty("value", ctx_r1.inputFieldValue)("readonly", ctx_r1.readonlyInput)("ngStyle", ctx_r1.inputStyle)("placeholder", ctx_r1.placeholder || "")("disabled", ctx_r1.disabled)("pAutoFocus", ctx_r1.autofocus)("variant", ctx_r1.variant)("fluid", ctx_r1.hasFluid);
|
626
|
-
i0.ɵɵattribute("id", ctx_r1.inputId)("name", ctx_r1.name)("required", ctx_r1.required)("aria-required", ctx_r1.required)("aria-expanded", (
|
625
|
+
i0.ɵɵproperty("value", ctx_r1.inputFieldValue)("readonly", ctx_r1.readonlyInput)("ngStyle", ctx_r1.inputStyle)("ngClass", "p-datepicker-input")("placeholder", ctx_r1.placeholder || "")("disabled", ctx_r1.disabled)("pAutoFocus", ctx_r1.autofocus)("variant", ctx_r1.variant)("fluid", ctx_r1.hasFluid);
|
626
|
+
i0.ɵɵattribute("id", ctx_r1.inputId)("name", ctx_r1.name)("required", ctx_r1.required)("aria-required", ctx_r1.required)("aria-expanded", (tmp_17_0 = ctx_r1.overlayVisible) !== null && tmp_17_0 !== undefined ? tmp_17_0 : false)("aria-controls", ctx_r1.overlayVisible ? ctx_r1.panelId : null)("aria-labelledby", ctx_r1.ariaLabelledBy)("aria-label", ctx_r1.ariaLabel)("tabindex", ctx_r1.tabindex)("inputmode", ctx_r1.touchUI ? "off" : null);
|
627
627
|
i0.ɵɵadvance(2);
|
628
628
|
i0.ɵɵproperty("ngIf", ctx_r1.showClear && !ctx_r1.disabled && ctx_r1.value != null);
|
629
629
|
i0.ɵɵadvance();
|
@@ -648,7 +648,7 @@ function Calendar_div_3_ng_container_4_div_2_span_4_Template(rf, ctx) { if (rf &
|
|
648
648
|
} if (rf & 2) {
|
649
649
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
650
650
|
i0.ɵɵadvance();
|
651
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
651
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.previousicon);
|
652
652
|
} }
|
653
653
|
function Calendar_div_3_ng_container_4_div_2_button_6_Template(rf, ctx) { if (rf & 1) {
|
654
654
|
const _r10 = i0.ɵɵgetCurrentView();
|
@@ -697,9 +697,9 @@ function Calendar_div_3_ng_container_4_div_2_span_8_Template(rf, ctx) { if (rf &
|
|
697
697
|
} if (rf & 2) {
|
698
698
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
699
699
|
i0.ɵɵadvance();
|
700
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
700
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.decade);
|
701
701
|
i0.ɵɵadvance();
|
702
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
702
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decade)("ngTemplateOutletContext", i0.ɵɵpureFunction1(3, _c22, ctx_r1.yearPickerValues));
|
703
703
|
} }
|
704
704
|
function Calendar_div_3_ng_container_4_div_2_ChevronRightIcon_10_Template(rf, ctx) { if (rf & 1) {
|
705
705
|
i0.ɵɵelement(0, "ChevronRightIcon");
|
@@ -715,7 +715,7 @@ function Calendar_div_3_ng_container_4_div_2_span_11_Template(rf, ctx) { if (rf
|
|
715
715
|
} if (rf & 2) {
|
716
716
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
717
717
|
i0.ɵɵadvance();
|
718
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
718
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.nexticon);
|
719
719
|
} }
|
720
720
|
function Calendar_div_3_ng_container_4_div_2_table_12_th_3_Template(rf, ctx) { if (rf & 1) {
|
721
721
|
i0.ɵɵelementStart(0, "th", 44)(1, "span");
|
@@ -778,7 +778,7 @@ function Calendar_div_3_ng_container_4_div_2_table_12_tr_6_td_2_ng_container_1_n
|
|
778
778
|
const date_r16 = i0.ɵɵnextContext(2).$implicit;
|
779
779
|
const ctx_r1 = i0.ɵɵnextContext(6);
|
780
780
|
i0.ɵɵadvance();
|
781
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
781
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.disabledDate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c22, date_r16));
|
782
782
|
} }
|
783
783
|
function Calendar_div_3_ng_container_4_div_2_table_12_tr_6_td_2_ng_container_1_div_5_Template(rf, ctx) { if (rf & 1) {
|
784
784
|
i0.ɵɵelementStart(0, "div", 53);
|
@@ -805,9 +805,9 @@ function Calendar_div_3_ng_container_4_div_2_table_12_tr_6_td_2_ng_container_1_T
|
|
805
805
|
i0.ɵɵproperty("ngClass", ctx_r1.dayClass(date_r16));
|
806
806
|
i0.ɵɵattribute("data-date", ctx_r1.formatDateKey(ctx_r1.formatDateMetaToDate(date_r16)));
|
807
807
|
i0.ɵɵadvance();
|
808
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
808
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.disabledDate && (date_r16.selectable || !ctx_r1.disabledDate));
|
809
809
|
i0.ɵɵadvance();
|
810
|
-
i0.ɵɵproperty("ngIf", date_r16.selectable || !ctx_r1.
|
810
|
+
i0.ɵɵproperty("ngIf", date_r16.selectable || !ctx_r1.disabledDate);
|
811
811
|
i0.ɵɵadvance();
|
812
812
|
i0.ɵɵproperty("ngIf", !date_r16.selectable);
|
813
813
|
i0.ɵɵadvance();
|
@@ -876,9 +876,9 @@ function Calendar_div_3_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
876
876
|
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(12, _c21, i_r17 === 0 ? "visible" : "hidden"));
|
877
877
|
i0.ɵɵattribute("aria-label", ctx_r1.prevIconAriaLabel);
|
878
878
|
i0.ɵɵadvance();
|
879
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
879
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.previousicon);
|
880
880
|
i0.ɵɵadvance();
|
881
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
881
|
+
i0.ɵɵproperty("ngIf", ctx_r1.previousicon);
|
882
882
|
i0.ɵɵadvance(2);
|
883
883
|
i0.ɵɵproperty("ngIf", ctx_r1.currentView === "date");
|
884
884
|
i0.ɵɵadvance();
|
@@ -889,9 +889,9 @@ function Calendar_div_3_ng_container_4_div_2_Template(rf, ctx) { if (rf & 1) {
|
|
889
889
|
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(14, _c21, i_r17 === ctx_r1.months.length - 1 ? "visible" : "hidden"));
|
890
890
|
i0.ɵɵattribute("aria-label", ctx_r1.nextIconAriaLabel);
|
891
891
|
i0.ɵɵadvance();
|
892
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
892
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.decade);
|
893
893
|
i0.ɵɵadvance();
|
894
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
894
|
+
i0.ɵɵproperty("ngIf", ctx_r1.nexticon);
|
895
895
|
i0.ɵɵadvance();
|
896
896
|
i0.ɵɵproperty("ngIf", ctx_r1.currentView === "date");
|
897
897
|
} }
|
@@ -1025,7 +1025,7 @@ function Calendar_div_3_div_5_ng_container_23_Template(rf, ctx) { if (rf & 1) {
|
|
1025
1025
|
} if (rf & 2) {
|
1026
1026
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
1027
1027
|
i0.ɵɵadvance();
|
1028
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1028
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
|
1029
1029
|
} }
|
1030
1030
|
function Calendar_div_3_div_5_div_24_Template(rf, ctx) { if (rf & 1) {
|
1031
1031
|
i0.ɵɵelementStart(0, "div", 61)(1, "span");
|
@@ -1074,9 +1074,9 @@ function Calendar_div_3_div_5_div_25_Template(rf, ctx) { if (rf & 1) {
|
|
1074
1074
|
i0.ɵɵadvance();
|
1075
1075
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextSecond"));
|
1076
1076
|
i0.ɵɵadvance();
|
1077
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1077
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
|
1078
1078
|
i0.ɵɵadvance();
|
1079
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1079
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
|
1080
1080
|
i0.ɵɵadvance(2);
|
1081
1081
|
i0.ɵɵproperty("ngIf", ctx_r1.currentSecond < 10);
|
1082
1082
|
i0.ɵɵadvance();
|
@@ -1084,9 +1084,9 @@ function Calendar_div_3_div_5_div_25_Template(rf, ctx) { if (rf & 1) {
|
|
1084
1084
|
i0.ɵɵadvance();
|
1085
1085
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevSecond"));
|
1086
1086
|
i0.ɵɵadvance();
|
1087
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1087
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
|
1088
1088
|
i0.ɵɵadvance();
|
1089
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1089
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
|
1090
1090
|
} }
|
1091
1091
|
function Calendar_div_3_div_5_div_26_Template(rf, ctx) { if (rf & 1) {
|
1092
1092
|
i0.ɵɵelementStart(0, "div", 61)(1, "span");
|
@@ -1129,17 +1129,17 @@ function Calendar_div_3_div_5_div_27_Template(rf, ctx) { if (rf & 1) {
|
|
1129
1129
|
i0.ɵɵadvance();
|
1130
1130
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("am"));
|
1131
1131
|
i0.ɵɵadvance();
|
1132
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1132
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
|
1133
1133
|
i0.ɵɵadvance();
|
1134
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1134
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
|
1135
1135
|
i0.ɵɵadvance(2);
|
1136
1136
|
i0.ɵɵtextInterpolate(ctx_r1.pm ? "PM" : "AM");
|
1137
1137
|
i0.ɵɵadvance();
|
1138
1138
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("pm"));
|
1139
1139
|
i0.ɵɵadvance();
|
1140
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1140
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
|
1141
1141
|
i0.ɵɵadvance();
|
1142
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1142
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
|
1143
1143
|
} }
|
1144
1144
|
function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
|
1145
1145
|
const _r24 = i0.ɵɵgetCurrentView();
|
@@ -1177,9 +1177,9 @@ function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
1177
1177
|
i0.ɵɵadvance(2);
|
1178
1178
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextHour"));
|
1179
1179
|
i0.ɵɵadvance();
|
1180
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1180
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
|
1181
1181
|
i0.ɵɵadvance();
|
1182
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1182
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
|
1183
1183
|
i0.ɵɵadvance(2);
|
1184
1184
|
i0.ɵɵproperty("ngIf", ctx_r1.currentHour < 10);
|
1185
1185
|
i0.ɵɵadvance();
|
@@ -1187,17 +1187,17 @@ function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
1187
1187
|
i0.ɵɵadvance();
|
1188
1188
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevHour"));
|
1189
1189
|
i0.ɵɵadvance();
|
1190
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1190
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
|
1191
1191
|
i0.ɵɵadvance();
|
1192
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1192
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.decrementicon);
|
1193
1193
|
i0.ɵɵadvance(3);
|
1194
1194
|
i0.ɵɵtextInterpolate(ctx_r1.timeSeparator);
|
1195
1195
|
i0.ɵɵadvance(2);
|
1196
1196
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("nextMinute"));
|
1197
1197
|
i0.ɵɵadvance();
|
1198
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1198
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.incrementicon);
|
1199
1199
|
i0.ɵɵadvance();
|
1200
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1200
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.incrementicon);
|
1201
1201
|
i0.ɵɵadvance(2);
|
1202
1202
|
i0.ɵɵproperty("ngIf", ctx_r1.currentMinute < 10);
|
1203
1203
|
i0.ɵɵadvance();
|
@@ -1205,9 +1205,9 @@ function Calendar_div_3_div_5_Template(rf, ctx) { if (rf & 1) {
|
|
1205
1205
|
i0.ɵɵadvance();
|
1206
1206
|
i0.ɵɵattribute("aria-label", ctx_r1.getTranslation("prevMinute"));
|
1207
1207
|
i0.ɵɵadvance();
|
1208
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
1208
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.decrementicon);
|
1209
1209
|
i0.ɵɵadvance();
|
1210
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
1210
|
+
i0.ɵɵproperty("ngIf", ctx_r1.decrementicon);
|
1211
1211
|
i0.ɵɵadvance();
|
1212
1212
|
i0.ɵɵproperty("ngIf", ctx_r1.showSeconds);
|
1213
1213
|
i0.ɵɵadvance();
|
@@ -1250,7 +1250,7 @@ function Calendar_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
1250
1250
|
i0.ɵɵproperty("ngStyle", ctx_r1.panelStyle)("ngClass", ctx_r1.panelClass)("@overlayAnimation", i0.ɵɵpureFunction1(18, _c20, i0.ɵɵpureFunction2(15, _c19, ctx_r1.showTransitionOptions, ctx_r1.hideTransitionOptions)))("@.disabled", ctx_r1.inline === true);
|
1251
1251
|
i0.ɵɵattribute("id", ctx_r1.panelId)("aria-label", ctx_r1.getTranslation("chooseDate"))("role", ctx_r1.inline ? null : "dialog")("aria-modal", ctx_r1.inline ? null : "true");
|
1252
1252
|
i0.ɵɵadvance(3);
|
1253
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1253
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.header);
|
1254
1254
|
i0.ɵɵadvance();
|
1255
1255
|
i0.ɵɵproperty("ngIf", !ctx_r1.timeOnly);
|
1256
1256
|
i0.ɵɵadvance();
|
@@ -1258,7 +1258,7 @@ function Calendar_div_3_Template(rf, ctx) { if (rf & 1) {
|
|
1258
1258
|
i0.ɵɵadvance();
|
1259
1259
|
i0.ɵɵproperty("ngIf", ctx_r1.showButtonBar);
|
1260
1260
|
i0.ɵɵadvance(2);
|
1261
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
1261
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.footer);
|
1262
1262
|
} }
|
1263
1263
|
const CALENDAR_VALUE_ACCESSOR = {
|
1264
1264
|
provide: NG_VALUE_ACCESSOR,
|
@@ -1787,57 +1787,57 @@ class Calendar extends BaseComponent {
|
|
1787
1787
|
* Custom template for header section.
|
1788
1788
|
* @group Templates
|
1789
1789
|
*/
|
1790
|
-
|
1790
|
+
header;
|
1791
1791
|
/**
|
1792
1792
|
* Custom template for footer section.
|
1793
1793
|
* @group Templates
|
1794
1794
|
*/
|
1795
|
-
|
1795
|
+
footer;
|
1796
1796
|
/**
|
1797
1797
|
* Custom template for disabled date cells.
|
1798
1798
|
* @group Templates
|
1799
1799
|
*/
|
1800
|
-
|
1800
|
+
disabledDate;
|
1801
1801
|
/**
|
1802
1802
|
* Custom template for decade view.
|
1803
1803
|
* @group Templates
|
1804
1804
|
*/
|
1805
|
-
|
1805
|
+
decade;
|
1806
1806
|
/**
|
1807
1807
|
* Custom template for previous month icon.
|
1808
1808
|
* @group Templates
|
1809
1809
|
*/
|
1810
|
-
|
1810
|
+
previousicon;
|
1811
1811
|
/**
|
1812
1812
|
* Custom template for next month icon.
|
1813
1813
|
* @group Templates
|
1814
1814
|
*/
|
1815
|
-
|
1815
|
+
nexticon;
|
1816
1816
|
/**
|
1817
1817
|
* Custom template for trigger icon.
|
1818
1818
|
* @group Templates
|
1819
1819
|
*/
|
1820
|
-
|
1820
|
+
triggericon;
|
1821
1821
|
/**
|
1822
1822
|
* Custom template for clear icon.
|
1823
1823
|
* @group Templates
|
1824
1824
|
*/
|
1825
|
-
|
1825
|
+
clearicon;
|
1826
1826
|
/**
|
1827
1827
|
* Custom template for decrement icon.
|
1828
1828
|
* @group Templates
|
1829
1829
|
*/
|
1830
|
-
|
1830
|
+
decrementicon;
|
1831
1831
|
/**
|
1832
1832
|
* Custom template for increment icon.
|
1833
1833
|
* @group Templates
|
1834
1834
|
*/
|
1835
|
-
|
1835
|
+
incrementicon;
|
1836
1836
|
/**
|
1837
1837
|
* Custom template for input icon.
|
1838
1838
|
* @group Templates
|
1839
1839
|
*/
|
1840
|
-
|
1840
|
+
inputicon;
|
1841
1841
|
containerViewChild;
|
1842
1842
|
inputfieldViewChild;
|
1843
1843
|
set content(content) {
|
@@ -4217,17 +4217,17 @@ class Calendar extends BaseComponent {
|
|
4217
4217
|
} if (rf & 2) {
|
4218
4218
|
let _t;
|
4219
4219
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.dateTemplate = _t.first);
|
4220
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4221
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4222
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4223
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4224
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4225
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4226
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4227
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4228
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4229
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4230
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
4220
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.header = _t.first);
|
4221
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.footer = _t.first);
|
4222
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.disabledDate = _t.first);
|
4223
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decade = _t.first);
|
4224
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.previousicon = _t.first);
|
4225
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.nexticon = _t.first);
|
4226
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.triggericon = _t.first);
|
4227
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.clearicon = _t.first);
|
4228
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.decrementicon = _t.first);
|
4229
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.incrementicon = _t.first);
|
4230
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputicon = _t.first);
|
4231
4231
|
} }, viewQuery: function Calendar_Query(rf, ctx) { if (rf & 1) {
|
4232
4232
|
i0.ɵɵviewQuery(_c12, 5);
|
4233
4233
|
i0.ɵɵviewQuery(_c13, 5);
|
@@ -4237,10 +4237,10 @@ class Calendar extends BaseComponent {
|
|
4237
4237
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.containerViewChild = _t.first);
|
4238
4238
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.inputfieldViewChild = _t.first);
|
4239
4239
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
4240
|
-
} }, inputs: { iconDisplay: "iconDisplay", style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", iconAriaLabel: "iconAriaLabel", disabled: [2, "disabled", "disabled", booleanAttribute], dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: [2, "inline", "inline", booleanAttribute], showOtherMonths: [2, "showOtherMonths", "showOtherMonths", booleanAttribute], selectOtherMonths: [2, "selectOtherMonths", "selectOtherMonths", booleanAttribute], showIcon: [2, "showIcon", "showIcon", booleanAttribute], fluid: [2, "fluid", "fluid", booleanAttribute], icon: "icon", appendTo: "appendTo", readonlyInput: [2, "readonlyInput", "readonlyInput", booleanAttribute], shortYearCutoff: "shortYearCutoff", monthNavigator: [2, "monthNavigator", "monthNavigator", booleanAttribute], yearNavigator: [2, "yearNavigator", "yearNavigator", booleanAttribute], hourFormat: "hourFormat", timeOnly: [2, "timeOnly", "timeOnly", booleanAttribute], stepHour: [2, "stepHour", "stepHour", numberAttribute], stepMinute: [2, "stepMinute", "stepMinute", numberAttribute], stepSecond: [2, "stepSecond", "stepSecond", numberAttribute], showSeconds: [2, "showSeconds", "showSeconds", booleanAttribute], required: [2, "required", "required", booleanAttribute], showOnFocus: [2, "showOnFocus", "showOnFocus", booleanAttribute], showWeek: [2, "showWeek", "showWeek", booleanAttribute], startWeekFromFirstDayOfYear: "startWeekFromFirstDayOfYear", showClear: [2, "showClear", "showClear", booleanAttribute], dataType: "dataType", selectionMode: "selectionMode", maxDateCount: [2, "maxDateCount", "maxDateCount", numberAttribute], showButtonBar: [2, "showButtonBar", "showButtonBar", booleanAttribute], todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autofocus: [2, "autofocus", "autofocus", booleanAttribute], autoZIndex: [2, "autoZIndex", "autoZIndex", booleanAttribute], baseZIndex: [2, "baseZIndex", "baseZIndex", numberAttribute], panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: [2, "keepInvalid", "keepInvalid", booleanAttribute], hideOnDateTimeSelect: [2, "hideOnDateTimeSelect", "hideOnDateTimeSelect", booleanAttribute], touchUI: [2, "touchUI", "touchUI", booleanAttribute], timeSeparator: "timeSeparator", focusTrap: [2, "focusTrap", "focusTrap", booleanAttribute], showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: [2, "tabindex", "tabindex", numberAttribute], variant: "variant", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale", view: "view", defaultDate: "defaultDate" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onClear: "onClear", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, standalone: true, features: [i0.ɵɵProvidersFeature([CALENDAR_VALUE_ACCESSOR, CalendarStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c16, decls: 4, vars: 6, consts: [["container", ""], ["inputfield", ""], ["contentWrapper", ""], [3, "ngClass", "ngStyle"], [3, "ngIf"], [3, "class", "ngStyle", "ngClass", "click", 4, "ngIf"], ["pInputText", "", "type", "text", "role", "combobox", "aria-autocomplete", "none", "aria-haspopup", "dialog", "
|
4240
|
+
} }, inputs: { iconDisplay: "iconDisplay", style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", iconAriaLabel: "iconAriaLabel", disabled: [2, "disabled", "disabled", booleanAttribute], dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: [2, "inline", "inline", booleanAttribute], showOtherMonths: [2, "showOtherMonths", "showOtherMonths", booleanAttribute], selectOtherMonths: [2, "selectOtherMonths", "selectOtherMonths", booleanAttribute], showIcon: [2, "showIcon", "showIcon", booleanAttribute], fluid: [2, "fluid", "fluid", booleanAttribute], icon: "icon", appendTo: "appendTo", readonlyInput: [2, "readonlyInput", "readonlyInput", booleanAttribute], shortYearCutoff: "shortYearCutoff", monthNavigator: [2, "monthNavigator", "monthNavigator", booleanAttribute], yearNavigator: [2, "yearNavigator", "yearNavigator", booleanAttribute], hourFormat: "hourFormat", timeOnly: [2, "timeOnly", "timeOnly", booleanAttribute], stepHour: [2, "stepHour", "stepHour", numberAttribute], stepMinute: [2, "stepMinute", "stepMinute", numberAttribute], stepSecond: [2, "stepSecond", "stepSecond", numberAttribute], showSeconds: [2, "showSeconds", "showSeconds", booleanAttribute], required: [2, "required", "required", booleanAttribute], showOnFocus: [2, "showOnFocus", "showOnFocus", booleanAttribute], showWeek: [2, "showWeek", "showWeek", booleanAttribute], startWeekFromFirstDayOfYear: "startWeekFromFirstDayOfYear", showClear: [2, "showClear", "showClear", booleanAttribute], dataType: "dataType", selectionMode: "selectionMode", maxDateCount: [2, "maxDateCount", "maxDateCount", numberAttribute], showButtonBar: [2, "showButtonBar", "showButtonBar", booleanAttribute], todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autofocus: [2, "autofocus", "autofocus", booleanAttribute], autoZIndex: [2, "autoZIndex", "autoZIndex", booleanAttribute], baseZIndex: [2, "baseZIndex", "baseZIndex", numberAttribute], panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: [2, "keepInvalid", "keepInvalid", booleanAttribute], hideOnDateTimeSelect: [2, "hideOnDateTimeSelect", "hideOnDateTimeSelect", booleanAttribute], touchUI: [2, "touchUI", "touchUI", booleanAttribute], timeSeparator: "timeSeparator", focusTrap: [2, "focusTrap", "focusTrap", booleanAttribute], showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: [2, "tabindex", "tabindex", numberAttribute], variant: "variant", minDate: "minDate", maxDate: "maxDate", disabledDates: "disabledDates", disabledDays: "disabledDays", yearRange: "yearRange", showTime: "showTime", responsiveOptions: "responsiveOptions", numberOfMonths: "numberOfMonths", firstDayOfWeek: "firstDayOfWeek", locale: "locale", view: "view", defaultDate: "defaultDate" }, outputs: { onFocus: "onFocus", onBlur: "onBlur", onClose: "onClose", onSelect: "onSelect", onClear: "onClear", onInput: "onInput", onTodayClick: "onTodayClick", onClearClick: "onClearClick", onMonthChange: "onMonthChange", onYearChange: "onYearChange", onClickOutside: "onClickOutside", onShow: "onShow" }, standalone: true, features: [i0.ɵɵProvidersFeature([CALENDAR_VALUE_ACCESSOR, CalendarStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], ngContentSelectors: _c16, decls: 4, vars: 6, consts: [["container", ""], ["inputfield", ""], ["contentWrapper", ""], [3, "ngClass", "ngStyle"], [3, "ngIf"], [3, "class", "ngStyle", "ngClass", "click", 4, "ngIf"], ["pInputText", "", "type", "text", "role", "combobox", "aria-autocomplete", "none", "aria-haspopup", "dialog", "autocomplete", "off", 3, "focus", "keydown", "click", "blur", "input", "value", "readonly", "ngStyle", "ngClass", "placeholder", "disabled", "pAutoFocus", "variant", "fluid"], [4, "ngIf"], ["type", "button", "aria-haspopup", "dialog", "class", "p-datepicker-dropdown", "tabindex", "0", 3, "disabled", "click", 4, "ngIf"], [3, "class", "click", 4, "ngIf"], ["class", "p-datepicker-clear-icon", 3, "click", 4, "ngIf"], [3, "click"], [1, "p-datepicker-clear-icon", 3, "click"], [4, "ngTemplateOutlet"], ["type", "button", "aria-haspopup", "dialog", "tabindex", "0", 1, "p-datepicker-dropdown", 3, "click", "disabled"], [3, "ngClass", 4, "ngIf"], [3, "ngClass"], [1, "p-datepicker-input-icon-container"], [3, "ngClass", "click", 4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [3, "click", "ngClass"], [3, "click", "ngStyle", "ngClass"], ["class", "p-datepicker-time-picker", 4, "ngIf"], ["class", "p-datepicker-buttonbar", 4, "ngIf"], [1, "p-datepicker-calendar-container"], ["class", "p-datepicker-calendar", 4, "ngFor", "ngForOf"], ["class", "p-datepicker-month-view", 4, "ngIf"], ["class", "p-datepicker-year-view", 4, "ngIf"], [1, "p-datepicker-calendar"], [1, "p-datepicker-header"], ["size", "small", "rounded", "", "text", "", "styleClass", "p-datepicker-prev-button p-button-icon-only", "type", "button", 3, "keydown", "onClick", "ngStyle"], [1, "p-datepicker-title"], ["type", "button", "class", "p-datepicker-select-month", "pRipple", "", 3, "disabled", "click", "keydown", 4, "ngIf"], ["type", "button", "class", "p-datepicker-select-year", "pRipple", "", 3, "disabled", "click", "keydown", 4, "ngIf"], ["class", "p-datepicker-decade", 4, "ngIf"], ["rounded", "", "text", "", "size", "small", "styleClass", "p-datepicker-next-button p-button-icon-only", 3, "keydown", "onClick", "ngStyle"], ["class", "p-datepicker-day-view", "role", "grid", 4, "ngIf"], ["type", "button", "pRipple", "", 1, "p-datepicker-select-month", 3, "click", "keydown", "disabled"], ["type", "button", "pRipple", "", 1, "p-datepicker-select-year", 3, "click", "keydown", "disabled"], [1, "p-datepicker-decade"], ["role", "grid", 1, "p-datepicker-day-view"], ["class", "p-datepicker-weekheader p-disabled", 4, "ngIf"], ["class", "p-datepicker-weekday-cell", "scope", "col", 4, "ngFor", "ngForOf"], [4, "ngFor", "ngForOf"], [1, "p-datepicker-weekheader", "p-disabled"], ["scope", "col", 1, "p-datepicker-weekday-cell"], [1, "p-datepicker-weekday"], ["class", "p-datepicker-weeknumber", 4, "ngIf"], [3, "ngClass", 4, "ngFor", "ngForOf"], [1, "p-datepicker-weeknumber"], [1, "p-datepicker-weeklabel-container", "p-disabled"], ["draggable", "false", "pRipple", "", 3, "click", "keydown", "ngClass"], ["class", "p-hidden-accessible", "aria-live", "polite", 4, "ngIf"], ["aria-live", "polite", 1, "p-hidden-accessible"], [1, "p-datepicker-month-view"], ["pRipple", "", 3, "ngClass", "click", "keydown", 4, "ngFor", "ngForOf"], ["pRipple", "", 3, "click", "keydown", "ngClass"], [1, "p-datepicker-year-view"], [1, "p-datepicker-time-picker"], [1, "p-datepicker-hour-picker"], ["rounded", "", "text", "", "size", "small", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "keydown.enter", "keydown.space", "mousedown", "mouseup", "keyup.enter", "keyup.space", "mouseleave"], [1, "p-datepicker-separator"], [1, "p-datepicker-minute-picker"], ["class", "p-datepicker-separator", 4, "ngIf"], ["class", "p-datepicker-second-picker", 4, "ngIf"], ["class", "p-datepicker-ampm-picker", 4, "ngIf"], [1, "p-datepicker-second-picker"], [1, "p-datepicker-ampm-picker"], ["size", "small", "text", "", "rounded", "", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "onClick", "keydown.enter"], ["size", "small", "text", "", "rounded", "", "styleClass", "p-datepicker-increment-button p-button-icon-only", 3, "keydown", "click", "keydown.enter"], [1, "p-datepicker-buttonbar"], ["size", "small", "styleClass", "p-datepicker-today-button", 3, "keydown", "onClick", "label", "ngClass"], ["size", "small", "styleClass", "p-datepicker-clear-button", 3, "keydown", "onClick", "label", "ngClass"]], template: function Calendar_Template(rf, ctx) { if (rf & 1) {
|
4241
4241
|
i0.ɵɵprojectionDef(_c15);
|
4242
4242
|
i0.ɵɵelementStart(0, "span", 3, 0);
|
4243
|
-
i0.ɵɵtemplate(2, Calendar_ng_template_2_Template, 5,
|
4243
|
+
i0.ɵɵtemplate(2, Calendar_ng_template_2_Template, 5, 24, "ng-template", 4)(3, Calendar_div_3_Template, 9, 20, "div", 5);
|
4244
4244
|
i0.ɵɵelementEnd();
|
4245
4245
|
} if (rf & 2) {
|
4246
4246
|
i0.ɵɵclassMap(ctx.styleClass);
|
@@ -4300,7 +4300,7 @@ class Calendar extends BaseComponent {
|
|
4300
4300
|
(input)="onUserInput($event)"
|
4301
4301
|
[ngStyle]="inputStyle"
|
4302
4302
|
[class]="inputStyleClass"
|
4303
|
-
ngClass="p-datepicker-input"
|
4303
|
+
[ngClass]="'p-datepicker-input'"
|
4304
4304
|
[placeholder]="placeholder || ''"
|
4305
4305
|
[disabled]="disabled"
|
4306
4306
|
[attr.tabindex]="tabindex"
|
@@ -4311,9 +4311,9 @@ class Calendar extends BaseComponent {
|
|
4311
4311
|
[fluid]="hasFluid"
|
4312
4312
|
/>
|
4313
4313
|
<ng-container *ngIf="showClear && !disabled && value != null">
|
4314
|
-
<TimesIcon *ngIf="!
|
4315
|
-
<span *ngIf="
|
4316
|
-
<ng-template *ngTemplateOutlet="
|
4314
|
+
<TimesIcon *ngIf="!clearicon" [class]="'p-datepicker-clear-icon'" (click)="clear()" />
|
4315
|
+
<span *ngIf="clearicon" class="p-datepicker-clear-icon" (click)="clear()">
|
4316
|
+
<ng-template *ngTemplateOutlet="clearicon"></ng-template>
|
4317
4317
|
</span>
|
4318
4318
|
</ng-container>
|
4319
4319
|
<button
|
@@ -4330,21 +4330,21 @@ class Calendar extends BaseComponent {
|
|
4330
4330
|
>
|
4331
4331
|
<span *ngIf="icon" [ngClass]="icon"></span>
|
4332
4332
|
<ng-container *ngIf="!icon">
|
4333
|
-
<CalendarIcon *ngIf="!
|
4334
|
-
<ng-template *ngTemplateOutlet="
|
4333
|
+
<CalendarIcon *ngIf="!triggericon" />
|
4334
|
+
<ng-template *ngTemplateOutlet="triggericon"></ng-template>
|
4335
4335
|
</ng-container>
|
4336
4336
|
</button>
|
4337
4337
|
<ng-container *ngIf="iconDisplay === 'input' && showIcon">
|
4338
4338
|
<span class="p-datepicker-input-icon-container">
|
4339
4339
|
<CalendarIcon
|
4340
4340
|
(click)="onButtonClick($event)"
|
4341
|
-
*ngIf="!
|
4341
|
+
*ngIf="!inputicon"
|
4342
4342
|
[ngClass]="{
|
4343
4343
|
'p-datepicker-input-icon': showOnFocus
|
4344
4344
|
}"
|
4345
4345
|
/>
|
4346
4346
|
|
4347
|
-
<ng-container *ngTemplateOutlet="
|
4347
|
+
<ng-container *ngTemplateOutlet="inputicon; context: { clickCallBack: onButtonClick.bind(this) }"></ng-container>
|
4348
4348
|
</span>
|
4349
4349
|
</ng-container>
|
4350
4350
|
</ng-template>
|
@@ -4368,7 +4368,7 @@ class Calendar extends BaseComponent {
|
|
4368
4368
|
*ngIf="inline || overlayVisible"
|
4369
4369
|
>
|
4370
4370
|
<ng-content select="p-header"></ng-content>
|
4371
|
-
<ng-container *ngTemplateOutlet="
|
4371
|
+
<ng-container *ngTemplateOutlet="header"></ng-container>
|
4372
4372
|
<ng-container *ngIf="!timeOnly">
|
4373
4373
|
<div class="p-datepicker-calendar-container">
|
4374
4374
|
<div class="p-datepicker-calendar" *ngFor="let month of months; let i = index">
|
@@ -4384,9 +4384,9 @@ class Calendar extends BaseComponent {
|
|
4384
4384
|
type="button"
|
4385
4385
|
[attr.aria-label]="prevIconAriaLabel"
|
4386
4386
|
>
|
4387
|
-
<ChevronLeftIcon *ngIf="!
|
4388
|
-
<span *ngIf="
|
4389
|
-
<ng-template *ngTemplateOutlet="
|
4387
|
+
<ChevronLeftIcon *ngIf="!previousicon" />
|
4388
|
+
<span *ngIf="previousicon">
|
4389
|
+
<ng-template *ngTemplateOutlet="previousicon"></ng-template>
|
4390
4390
|
</span>
|
4391
4391
|
</p-button>
|
4392
4392
|
<div class="p-datepicker-title">
|
@@ -4415,8 +4415,8 @@ class Calendar extends BaseComponent {
|
|
4415
4415
|
{{ getYear(month) }}
|
4416
4416
|
</button>
|
4417
4417
|
<span class="p-datepicker-decade" *ngIf="currentView === 'year'">
|
4418
|
-
<ng-container *ngIf="!
|
4419
|
-
<ng-container *ngTemplateOutlet="
|
4418
|
+
<ng-container *ngIf="!decade">{{ yearPickerValues()[0] }} - {{ yearPickerValues()[yearPickerValues().length - 1] }}</ng-container>
|
4419
|
+
<ng-container *ngTemplateOutlet="decade; context: { $implicit: yearPickerValues }"></ng-container>
|
4420
4420
|
</span>
|
4421
4421
|
</div>
|
4422
4422
|
<p-button
|
@@ -4429,10 +4429,10 @@ class Calendar extends BaseComponent {
|
|
4429
4429
|
[ngStyle]="{ visibility: i === months.length - 1 ? 'visible' : 'hidden' }"
|
4430
4430
|
[attr.aria-label]="nextIconAriaLabel"
|
4431
4431
|
>
|
4432
|
-
<ChevronRightIcon *ngIf="!
|
4432
|
+
<ChevronRightIcon *ngIf="!decade" />
|
4433
4433
|
|
4434
|
-
<span *ngIf="
|
4435
|
-
<ng-template *ngTemplateOutlet="
|
4434
|
+
<span *ngIf="nexticon">
|
4435
|
+
<ng-template *ngTemplateOutlet="nexticon"></ng-template>
|
4436
4436
|
</span>
|
4437
4437
|
</p-button>
|
4438
4438
|
</div>
|
@@ -4472,12 +4472,12 @@ class Calendar extends BaseComponent {
|
|
4472
4472
|
(keydown)="onDateCellKeydown($event, date, i)"
|
4473
4473
|
pRipple
|
4474
4474
|
>
|
4475
|
-
<ng-container *ngIf="!
|
4476
|
-
<ng-container *ngIf="date.selectable || !
|
4475
|
+
<ng-container *ngIf="!disabledDate && (date.selectable || !disabledDate)">{{ date.day }}</ng-container>
|
4476
|
+
<ng-container *ngIf="date.selectable || !disabledDate">
|
4477
4477
|
<ng-container *ngTemplateOutlet="dateTemplate; context: { $implicit: date }"></ng-container>
|
4478
4478
|
</ng-container>
|
4479
4479
|
<ng-container *ngIf="!date.selectable">
|
4480
|
-
<ng-container *ngTemplateOutlet="
|
4480
|
+
<ng-container *ngTemplateOutlet="disabledDate; context: { $implicit: date }"></ng-container>
|
4481
4481
|
</ng-container>
|
4482
4482
|
</span>
|
4483
4483
|
<div *ngIf="isSelected(date)" class="p-hidden-accessible" aria-live="polite">
|
@@ -4544,9 +4544,9 @@ class Calendar extends BaseComponent {
|
|
4544
4544
|
(mouseleave)="onTimePickerElementMouseLeave()"
|
4545
4545
|
[attr.aria-label]="getTranslation('nextHour')"
|
4546
4546
|
>
|
4547
|
-
<ChevronUpIcon *ngIf="!
|
4547
|
+
<ChevronUpIcon *ngIf="!incrementicon" />
|
4548
4548
|
|
4549
|
-
<ng-template *ngTemplateOutlet="
|
4549
|
+
<ng-template *ngTemplateOutlet="incrementicon"></ng-template>
|
4550
4550
|
</p-button>
|
4551
4551
|
<span><ng-container *ngIf="currentHour < 10">0</ng-container>{{ currentHour }}</span>
|
4552
4552
|
<p-button
|
@@ -4564,9 +4564,9 @@ class Calendar extends BaseComponent {
|
|
4564
4564
|
(mouseleave)="onTimePickerElementMouseLeave()"
|
4565
4565
|
[attr.aria-label]="getTranslation('prevHour')"
|
4566
4566
|
>
|
4567
|
-
<ChevronDownIcon *ngIf="!
|
4567
|
+
<ChevronDownIcon *ngIf="!decrementicon" />
|
4568
4568
|
|
4569
|
-
<ng-template *ngTemplateOutlet="
|
4569
|
+
<ng-template *ngTemplateOutlet="decrementicon"></ng-template>
|
4570
4570
|
</p-button>
|
4571
4571
|
</div>
|
4572
4572
|
<div class="p-datepicker-separator">
|
@@ -4588,9 +4588,9 @@ class Calendar extends BaseComponent {
|
|
4588
4588
|
(mouseleave)="onTimePickerElementMouseLeave()"
|
4589
4589
|
[attr.aria-label]="getTranslation('nextMinute')"
|
4590
4590
|
>
|
4591
|
-
<ChevronUpIcon *ngIf="!
|
4591
|
+
<ChevronUpIcon *ngIf="!incrementicon" />
|
4592
4592
|
|
4593
|
-
<ng-template *ngTemplateOutlet="
|
4593
|
+
<ng-template *ngTemplateOutlet="incrementicon"></ng-template>
|
4594
4594
|
</p-button>
|
4595
4595
|
<span><ng-container *ngIf="currentMinute < 10">0</ng-container>{{ currentMinute }}</span>
|
4596
4596
|
<p-button
|
@@ -4608,9 +4608,9 @@ class Calendar extends BaseComponent {
|
|
4608
4608
|
(mouseleave)="onTimePickerElementMouseLeave()"
|
4609
4609
|
[attr.aria-label]="getTranslation('prevMinute')"
|
4610
4610
|
>
|
4611
|
-
<ChevronDownIcon *ngIf="!
|
4612
|
-
<ng-container *ngIf="
|
4613
|
-
<ng-template *ngTemplateOutlet="
|
4611
|
+
<ChevronDownIcon *ngIf="!decrementicon" />
|
4612
|
+
<ng-container *ngIf="decrementicon">
|
4613
|
+
<ng-template *ngTemplateOutlet="decrementicon"></ng-template>
|
4614
4614
|
</ng-container>
|
4615
4615
|
</p-button>
|
4616
4616
|
</div>
|
@@ -4633,9 +4633,9 @@ class Calendar extends BaseComponent {
|
|
4633
4633
|
(mouseleave)="onTimePickerElementMouseLeave()"
|
4634
4634
|
[attr.aria-label]="getTranslation('nextSecond')"
|
4635
4635
|
>
|
4636
|
-
<ChevronUpIcon *ngIf="!
|
4636
|
+
<ChevronUpIcon *ngIf="!incrementicon" />
|
4637
4637
|
|
4638
|
-
<ng-template *ngTemplateOutlet="
|
4638
|
+
<ng-template *ngTemplateOutlet="incrementicon"></ng-template>
|
4639
4639
|
</p-button>
|
4640
4640
|
<span><ng-container *ngIf="currentSecond < 10">0</ng-container>{{ currentSecond }}</span>
|
4641
4641
|
<p-button
|
@@ -4653,9 +4653,9 @@ class Calendar extends BaseComponent {
|
|
4653
4653
|
(mouseleave)="onTimePickerElementMouseLeave()"
|
4654
4654
|
[attr.aria-label]="getTranslation('prevSecond')"
|
4655
4655
|
>
|
4656
|
-
<ChevronDownIcon *ngIf="!
|
4656
|
+
<ChevronDownIcon *ngIf="!decrementicon" />
|
4657
4657
|
|
4658
|
-
<ng-template *ngTemplateOutlet="
|
4658
|
+
<ng-template *ngTemplateOutlet="decrementicon"></ng-template>
|
4659
4659
|
</p-button>
|
4660
4660
|
</div>
|
4661
4661
|
<div class="p-datepicker-separator" *ngIf="hourFormat == '12'">
|
@@ -4672,8 +4672,8 @@ class Calendar extends BaseComponent {
|
|
4672
4672
|
(keydown.enter)="toggleAMPM($event)"
|
4673
4673
|
[attr.aria-label]="getTranslation('am')"
|
4674
4674
|
>
|
4675
|
-
<ChevronUpIcon *ngIf="!
|
4676
|
-
<ng-template *ngTemplateOutlet="
|
4675
|
+
<ChevronUpIcon *ngIf="!incrementicon" />
|
4676
|
+
<ng-template *ngTemplateOutlet="incrementicon"></ng-template>
|
4677
4677
|
</p-button>
|
4678
4678
|
<span>{{ pm ? 'PM' : 'AM' }}</span>
|
4679
4679
|
<p-button
|
@@ -4686,8 +4686,8 @@ class Calendar extends BaseComponent {
|
|
4686
4686
|
(keydown.enter)="toggleAMPM($event)"
|
4687
4687
|
[attr.aria-label]="getTranslation('pm')"
|
4688
4688
|
>
|
4689
|
-
<ChevronDownIcon *ngIf="!
|
4690
|
-
<ng-template *ngTemplateOutlet="
|
4689
|
+
<ChevronDownIcon *ngIf="!decrementicon" />
|
4690
|
+
<ng-template *ngTemplateOutlet="decrementicon"></ng-template>
|
4691
4691
|
</p-button>
|
4692
4692
|
</div>
|
4693
4693
|
</div>
|
@@ -4696,7 +4696,7 @@ class Calendar extends BaseComponent {
|
|
4696
4696
|
<p-button size="small" styleClass="p-datepicker-clear-button" [label]="getTranslation('clear')" (keydown)="onContainerButtonKeydown($event)" (onClick)="onClearButtonClick($event)" [ngClass]="[clearButtonStyleClass]" />
|
4697
4697
|
</div>
|
4698
4698
|
<ng-content select="p-footer"></ng-content>
|
4699
|
-
<ng-container *ngTemplateOutlet="
|
4699
|
+
<ng-container *ngTemplateOutlet="footer"></ng-container>
|
4700
4700
|
</div>
|
4701
4701
|
</span>
|
4702
4702
|
`,
|
@@ -4914,37 +4914,37 @@ class Calendar extends BaseComponent {
|
|
4914
4914
|
}], dateTemplate: [{
|
4915
4915
|
type: ContentChild,
|
4916
4916
|
args: ['date']
|
4917
|
-
}],
|
4917
|
+
}], header: [{
|
4918
4918
|
type: ContentChild,
|
4919
4919
|
args: ['header']
|
4920
|
-
}],
|
4920
|
+
}], footer: [{
|
4921
4921
|
type: ContentChild,
|
4922
4922
|
args: ['footer']
|
4923
|
-
}],
|
4923
|
+
}], disabledDate: [{
|
4924
4924
|
type: ContentChild,
|
4925
4925
|
args: ['disabledDate']
|
4926
|
-
}],
|
4926
|
+
}], decade: [{
|
4927
4927
|
type: ContentChild,
|
4928
4928
|
args: ['decade']
|
4929
|
-
}],
|
4929
|
+
}], previousicon: [{
|
4930
4930
|
type: ContentChild,
|
4931
4931
|
args: ['previousicon']
|
4932
|
-
}],
|
4932
|
+
}], nexticon: [{
|
4933
4933
|
type: ContentChild,
|
4934
4934
|
args: ['nexticon']
|
4935
|
-
}],
|
4935
|
+
}], triggericon: [{
|
4936
4936
|
type: ContentChild,
|
4937
4937
|
args: ['triggericon']
|
4938
|
-
}],
|
4938
|
+
}], clearicon: [{
|
4939
4939
|
type: ContentChild,
|
4940
4940
|
args: ['clearicon']
|
4941
|
-
}],
|
4941
|
+
}], decrementicon: [{
|
4942
4942
|
type: ContentChild,
|
4943
4943
|
args: ['decrementicon']
|
4944
|
-
}],
|
4944
|
+
}], incrementicon: [{
|
4945
4945
|
type: ContentChild,
|
4946
4946
|
args: ['incrementicon']
|
4947
|
-
}],
|
4947
|
+
}], inputicon: [{
|
4948
4948
|
type: ContentChild,
|
4949
4949
|
args: ['inputicon']
|
4950
4950
|
}], containerViewChild: [{
|