primeng 16.0.0-rc.1 → 16.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/accordion/accordion.d.ts +140 -31
- package/accordion/accordion.interface.d.ts +49 -0
- package/accordion/public_api.d.ts +1 -0
- package/animate/animate.d.ts +15 -3
- package/api/blockableui.d.ts +7 -0
- package/api/confirmaeventtype.d.ts +3 -0
- package/api/confirmation.d.ts +67 -0
- package/api/confirmationservice.d.ts +17 -0
- package/api/contextmenuservice.d.ts +3 -2
- package/api/filtermetadata.d.ts +13 -0
- package/api/filterservice.d.ts +1 -20
- package/api/lazyloadevent.d.ts +33 -1
- package/api/lazyloadmeta.d.ts +19 -0
- package/api/megamenuitem.d.ts +90 -0
- package/api/menuitem.d.ts +136 -19
- package/api/message.d.ts +4 -0
- package/api/messageservice.d.ts +19 -0
- package/api/overlayoptions.d.ts +138 -0
- package/api/public_api.d.ts +4 -0
- package/api/scrolleroptions.d.ts +116 -0
- package/api/selectitem.d.ts +4 -0
- package/api/selectitemgroup.d.ts +4 -0
- package/api/shared.d.ts +2 -2
- package/api/sortevent.d.ts +4 -0
- package/api/sortmeta.d.ts +4 -0
- package/api/tablestate.d.ts +41 -1
- package/api/tooltipoptions.d.ts +63 -0
- package/api/translation.d.ts +4 -0
- package/api/treenode.d.ts +65 -7
- package/api/treenodedragevent.d.ts +19 -0
- package/api/treetablenode.d.ts +36 -0
- package/autocomplete/autocomplete.d.ts +373 -96
- package/autocomplete/autocomplete.interface.d.ts +134 -0
- package/autocomplete/public_api.d.ts +1 -0
- package/autofocus/autofocus.d.ts +9 -1
- package/avatar/avatar.d.ts +48 -9
- package/avatargroup/avatargroup.d.ts +16 -2
- package/badge/badge.d.ts +65 -14
- package/blockui/blockui.d.ts +33 -9
- package/blockui/blockui.interface.d.ts +11 -0
- package/blockui/public_api.d.ts +1 -0
- package/breadcrumb/breadcrumb.d.ts +44 -12
- package/breadcrumb/breadcrumb.interface.d.ts +27 -0
- package/breadcrumb/public_api.d.ts +1 -0
- package/button/button.d.ts +117 -23
- package/button/button.interface.d.ts +19 -0
- package/button/public_api.d.ts +1 -0
- package/calendar/calendar.d.ts +458 -153
- package/calendar/calendar.interface.d.ts +192 -0
- package/calendar/public_api.d.ts +1 -0
- package/card/card.d.ts +36 -14
- package/card/card.interface.d.ts +27 -0
- package/card/public_api.d.ts +1 -0
- package/carousel/carousel.d.ts +126 -32
- package/carousel/carousel.interface.d.ts +63 -0
- package/carousel/public_api.d.ts +1 -0
- package/cascadeselect/cascadeselect.d.ts +213 -71
- package/cascadeselect/cascadeselect.interface.d.ts +92 -0
- package/cascadeselect/public_api.d.ts +1 -0
- package/chart/chart.d.ts +45 -9
- package/checkbox/checkbox.d.ts +108 -22
- package/checkbox/checkbox.interface.d.ts +26 -0
- package/checkbox/public_api.d.ts +1 -0
- package/chip/chip.d.ts +59 -14
- package/chip/chip.interface.d.ts +15 -0
- package/chip/public_api.d.ts +1 -0
- package/chips/chips.d.ts +128 -25
- package/chips/chips.interface.d.ts +58 -0
- package/chips/public_api.d.ts +1 -0
- package/colorpicker/colorpicker.d.ts +138 -44
- package/colorpicker/colorpicker.interface.d.ts +15 -0
- package/colorpicker/public_api.d.ts +1 -0
- package/confirmdialog/confirmdialog.d.ts +176 -43
- package/confirmdialog/confirmdialog.interface.d.ts +23 -0
- package/confirmdialog/public_api.d.ts +1 -0
- package/confirmpopup/confirmpopup.d.ts +60 -17
- package/confirmpopup/confirmpopup.interface.d.ts +15 -0
- package/confirmpopup/public_api.d.ts +1 -0
- package/contextmenu/contextmenu.d.ts +87 -36
- package/dataview/dataview.d.ts +198 -52
- package/dataview/dataview.interface.d.ts +183 -0
- package/dataview/public_api.d.ts +1 -0
- package/defer/defer.d.ts +15 -5
- package/dialog/dialog.d.ts +245 -56
- package/dialog/dialog.interface.d.ts +31 -0
- package/dialog/public_api.d.ts +1 -0
- package/divider/divider.d.ts +32 -6
- package/dock/dock.d.ts +38 -11
- package/dock/dock.interface.d.ts +19 -0
- package/dock/public_api.d.ts +1 -0
- package/dragdrop/dragdrop.d.ts +78 -26
- package/dropdown/dropdown.d.ts +435 -136
- package/dropdown/dropdown.interface.d.ts +154 -0
- package/dropdown/public_api.d.ts +1 -0
- package/dynamicdialog/dialogservice.d.ts +11 -0
- package/dynamicdialog/dynamicdialog-config.d.ts +91 -2
- package/dynamicdialog/dynamicdialog-ref.d.ts +70 -0
- package/dynamicdialog/dynamicdialog.d.ts +22 -21
- package/editor/editor.d.ts +77 -17
- package/editor/editor.interface.d.ts +64 -0
- package/editor/public_api.d.ts +1 -0
- package/esm2022/accordion/accordion.interface.mjs +2 -0
- package/esm2022/accordion/accordion.mjs +142 -42
- package/esm2022/accordion/public_api.mjs +2 -1
- package/esm2022/animate/animate.mjs +20 -8
- package/esm2022/api/blockableui.mjs +1 -1
- package/esm2022/api/confirmaeventtype.mjs +4 -1
- package/esm2022/api/confirmation.mjs +1 -1
- package/esm2022/api/confirmationservice.mjs +21 -4
- package/esm2022/api/contextmenuservice.mjs +4 -4
- package/esm2022/api/filtermetadata.mjs +1 -1
- package/esm2022/api/filterservice.mjs +4 -4
- package/esm2022/api/lazyloadevent.mjs +1 -1
- package/esm2022/api/lazyloadmeta.mjs +2 -0
- package/esm2022/api/megamenuitem.mjs +1 -1
- package/esm2022/api/menuitem.mjs +1 -1
- package/esm2022/api/message.mjs +1 -1
- package/esm2022/api/messageservice.mjs +23 -4
- package/esm2022/api/overlayoptions.mjs +1 -1
- package/esm2022/api/overlayservice.mjs +4 -4
- package/esm2022/api/primengconfig.mjs +4 -4
- package/esm2022/api/public_api.mjs +5 -1
- package/esm2022/api/scrolleroptions.mjs +2 -0
- package/esm2022/api/selectitem.mjs +1 -1
- package/esm2022/api/selectitemgroup.mjs +1 -1
- package/esm2022/api/shared.mjs +15 -16
- package/esm2022/api/sortevent.mjs +1 -1
- package/esm2022/api/sortmeta.mjs +1 -1
- package/esm2022/api/tablestate.mjs +1 -1
- package/esm2022/api/tooltipoptions.mjs +2 -0
- package/esm2022/api/translation.mjs +1 -1
- package/esm2022/api/treedragdropservice.mjs +3 -3
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/api/treenodedragevent.mjs +1 -1
- package/esm2022/api/treetablenode.mjs +2 -0
- package/esm2022/autocomplete/autocomplete.interface.mjs +2 -0
- package/esm2022/autocomplete/autocomplete.mjs +345 -75
- package/esm2022/autocomplete/public_api.mjs +2 -1
- package/esm2022/autofocus/autofocus.mjs +16 -8
- package/esm2022/avatar/avatar.mjs +46 -9
- package/esm2022/avatargroup/avatargroup.mjs +20 -8
- package/esm2022/badge/badge.mjs +91 -39
- package/esm2022/baseicon/baseicon.mjs +3 -3
- package/esm2022/blockui/blockui.interface.mjs +2 -0
- package/esm2022/blockui/blockui.mjs +48 -24
- package/esm2022/blockui/public_api.mjs +2 -1
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +2 -0
- package/esm2022/breadcrumb/breadcrumb.mjs +41 -12
- package/esm2022/breadcrumb/public_api.mjs +2 -1
- package/esm2022/button/button.interface.mjs +2 -0
- package/esm2022/button/button.mjs +127 -36
- package/esm2022/button/public_api.mjs +2 -1
- package/esm2022/calendar/calendar.interface.mjs +2 -0
- package/esm2022/calendar/calendar.mjs +476 -156
- package/esm2022/calendar/public_api.mjs +2 -1
- package/esm2022/card/card.interface.mjs +2 -0
- package/esm2022/card/card.mjs +30 -10
- package/esm2022/card/public_api.mjs +2 -1
- package/esm2022/carousel/carousel.interface.mjs +2 -0
- package/esm2022/carousel/carousel.mjs +101 -15
- package/esm2022/carousel/public_api.mjs +2 -1
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +2 -0
- package/esm2022/cascadeselect/cascadeselect.mjs +174 -40
- package/esm2022/cascadeselect/public_api.mjs +2 -1
- package/esm2022/chart/chart.mjs +56 -20
- package/esm2022/checkbox/checkbox.interface.mjs +2 -0
- package/esm2022/checkbox/checkbox.mjs +93 -12
- package/esm2022/checkbox/public_api.mjs +2 -1
- package/esm2022/chip/chip.interface.mjs +2 -0
- package/esm2022/chip/chip.mjs +53 -11
- package/esm2022/chip/public_api.mjs +2 -1
- package/esm2022/chips/chips.interface.mjs +2 -0
- package/esm2022/chips/chips.mjs +106 -9
- package/esm2022/chips/public_api.mjs +2 -1
- package/esm2022/colorpicker/colorpicker.interface.mjs +2 -0
- package/esm2022/colorpicker/colorpicker.mjs +82 -17
- package/esm2022/colorpicker/public_api.mjs +2 -1
- package/esm2022/confirmdialog/confirmdialog.interface.mjs +2 -0
- package/esm2022/confirmdialog/confirmdialog.mjs +153 -20
- package/esm2022/confirmdialog/public_api.mjs +2 -1
- package/esm2022/confirmpopup/confirmpopup.interface.mjs +2 -0
- package/esm2022/confirmpopup/confirmpopup.mjs +89 -47
- package/esm2022/confirmpopup/public_api.mjs +2 -1
- package/esm2022/contextmenu/contextmenu.mjs +96 -42
- package/esm2022/dataview/dataview.interface.mjs +2 -0
- package/esm2022/dataview/dataview.mjs +168 -28
- package/esm2022/dataview/public_api.mjs +2 -1
- package/esm2022/defer/defer.mjs +19 -10
- package/esm2022/dialog/dialog.interface.mjs +2 -0
- package/esm2022/dialog/dialog.mjs +281 -93
- package/esm2022/dialog/public_api.mjs +2 -1
- package/esm2022/divider/divider.mjs +35 -11
- package/esm2022/dock/dock.interface.mjs +2 -0
- package/esm2022/dock/dock.mjs +35 -11
- package/esm2022/dock/public_api.mjs +2 -1
- package/esm2022/dom/domhandler.mjs +2 -2
- package/esm2022/dragdrop/dragdrop.mjs +69 -18
- package/esm2022/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/dropdown/dropdown.mjs +394 -102
- package/esm2022/dropdown/public_api.mjs +2 -1
- package/esm2022/dynamicdialog/dialogservice.mjs +15 -4
- package/esm2022/dynamicdialog/dynamicdialog-config.mjs +86 -1
- package/esm2022/dynamicdialog/dynamicdialog-ref.mjs +71 -1
- package/esm2022/dynamicdialog/dynamicdialog.mjs +11 -11
- package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
- package/esm2022/editor/editor.interface.mjs +2 -0
- package/esm2022/editor/editor.mjs +91 -35
- package/esm2022/editor/public_api.mjs +2 -1
- package/esm2022/fieldset/fieldset.interface.mjs +2 -0
- package/esm2022/fieldset/fieldset.mjs +65 -21
- package/esm2022/fieldset/public_api.mjs +2 -1
- package/esm2022/fileupload/fileupload.interface.mjs +2 -0
- package/esm2022/fileupload/fileupload.mjs +223 -25
- package/esm2022/fileupload/public_api.mjs +2 -1
- package/esm2022/focustrap/focustrap.mjs +17 -9
- package/esm2022/galleria/galleria.interface.mjs +2 -0
- package/esm2022/galleria/galleria.mjs +155 -37
- package/esm2022/galleria/public_api.mjs +2 -1
- package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
- package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
- package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
- package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
- package/esm2022/icons/angledown/angledown.mjs +3 -3
- package/esm2022/icons/angleleft/angleleft.mjs +3 -3
- package/esm2022/icons/angleright/angleright.mjs +3 -3
- package/esm2022/icons/angleup/angleup.mjs +3 -3
- package/esm2022/icons/arrowdown/arrowdown.mjs +13 -8
- package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
- package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
- package/esm2022/icons/arrowleft/arrowleft.mjs +13 -8
- package/esm2022/icons/arrowright/arrowright.mjs +3 -3
- package/esm2022/icons/arrowup/arrowup.mjs +13 -8
- package/esm2022/icons/ban/ban.mjs +13 -8
- package/esm2022/icons/bars/bars.mjs +3 -3
- package/esm2022/icons/calendar/calendar.mjs +3 -3
- package/esm2022/icons/caretleft/caretleft.mjs +3 -3
- package/esm2022/icons/caretright/caretright.mjs +3 -3
- package/esm2022/icons/check/check.mjs +3 -3
- package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
- package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
- package/esm2022/icons/chevronright/chevronright.mjs +3 -3
- package/esm2022/icons/chevronup/chevronup.mjs +3 -3
- package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +13 -8
- package/esm2022/icons/eye/eye.mjs +3 -3
- package/esm2022/icons/eyeslash/eyeslash.mjs +13 -8
- package/esm2022/icons/filter/filter.mjs +13 -8
- package/esm2022/icons/filterslash/filterslash.mjs +13 -8
- package/esm2022/icons/home/home.mjs +13 -8
- package/esm2022/icons/infocircle/infocircle.mjs +13 -8
- package/esm2022/icons/minus/minus.mjs +3 -3
- package/esm2022/icons/pencil/pencil.mjs +13 -8
- package/esm2022/icons/plus/plus.mjs +13 -8
- package/esm2022/icons/refresh/refresh.mjs +13 -8
- package/esm2022/icons/search/search.mjs +13 -8
- package/esm2022/icons/searchminus/searchminus.mjs +13 -8
- package/esm2022/icons/searchplus/searchplus.mjs +13 -8
- package/esm2022/icons/sortalt/sortalt.mjs +13 -8
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +13 -8
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +13 -8
- package/esm2022/icons/spinner/spinner.mjs +13 -8
- package/esm2022/icons/star/star.mjs +13 -8
- package/esm2022/icons/starfill/starfill.mjs +13 -8
- package/esm2022/icons/thlarge/thlarge.mjs +13 -8
- package/esm2022/icons/times/times.mjs +3 -3
- package/esm2022/icons/timescircle/timescircle.mjs +13 -8
- package/esm2022/icons/trash/trash.mjs +13 -8
- package/esm2022/icons/undo/undo.mjs +13 -8
- package/esm2022/icons/upload/upload.mjs +13 -8
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +13 -8
- package/esm2022/icons/windowminimize/windowminimize.mjs +13 -8
- package/esm2022/image/image.interface.mjs +2 -0
- package/esm2022/image/image.mjs +81 -16
- package/esm2022/image/public_api.mjs +2 -1
- package/esm2022/inplace/inplace.interface.mjs +2 -0
- package/esm2022/inplace/inplace.mjs +76 -24
- package/esm2022/inplace/public_api.mjs +2 -1
- package/esm2022/inputmask/inputmask.interface.mjs +2 -0
- package/esm2022/inputmask/inputmask.mjs +169 -41
- package/esm2022/inputmask/public_api.mjs +2 -1
- package/esm2022/inputnumber/inputnumber.interface.mjs +2 -0
- package/esm2022/inputnumber/inputnumber.mjs +243 -43
- package/esm2022/inputnumber/public_api.mjs +2 -1
- package/esm2022/inputswitch/inputswitch.interface.mjs +2 -0
- package/esm2022/inputswitch/inputswitch.mjs +61 -8
- package/esm2022/inputswitch/public_api.mjs +2 -1
- package/esm2022/inputtext/inputtext.mjs +9 -9
- package/esm2022/inputtextarea/inputtextarea.mjs +21 -8
- package/esm2022/keyfilter/keyfilter.mjs +34 -17
- package/esm2022/knob/knob.mjs +90 -18
- package/esm2022/listbox/listbox.interface.mjs +2 -0
- package/esm2022/listbox/listbox.mjs +154 -27
- package/esm2022/listbox/public_api.mjs +2 -1
- package/esm2022/megamenu/megamenu.interface.mjs +2 -0
- package/esm2022/megamenu/megamenu.mjs +33 -13
- package/esm2022/megamenu/public_api.mjs +2 -1
- package/esm2022/menu/menu.mjs +80 -22
- package/esm2022/menubar/menubar.interface.mjs +2 -0
- package/esm2022/menubar/menubar.mjs +71 -34
- package/esm2022/menubar/public_api.mjs +2 -1
- package/esm2022/message/message.mjs +34 -10
- package/esm2022/messages/messages.interface.mjs +2 -0
- package/esm2022/messages/messages.mjs +68 -19
- package/esm2022/messages/public_api.mjs +2 -1
- package/esm2022/multiselect/multiselect.interface.mjs +2 -0
- package/esm2022/multiselect/multiselect.mjs +351 -63
- package/esm2022/multiselect/public_api.mjs +2 -1
- package/esm2022/orderlist/orderlist.interface.mjs +2 -0
- package/esm2022/orderlist/orderlist.mjs +142 -38
- package/esm2022/orderlist/public_api.mjs +2 -1
- package/esm2022/organizationchart/organizationchart.interface.mjs +2 -0
- package/esm2022/organizationchart/organizationchart.mjs +71 -14
- package/esm2022/organizationchart/public_api.mjs +2 -1
- package/esm2022/overlay/overlay.mjs +123 -9
- package/esm2022/overlaypanel/overlaypanel.mjs +86 -14
- package/esm2022/paginator/paginator.interface.mjs +2 -0
- package/esm2022/paginator/paginator.mjs +117 -22
- package/esm2022/paginator/public_api.mjs +2 -1
- package/esm2022/panel/panel.interface.mjs +2 -0
- package/esm2022/panel/panel.mjs +86 -20
- package/esm2022/panel/public_api.mjs +2 -1
- package/esm2022/panelmenu/panelmenu.interface.mjs +2 -0
- package/esm2022/panelmenu/panelmenu.mjs +43 -19
- package/esm2022/panelmenu/public_api.mjs +2 -1
- package/esm2022/password/password.mjs +156 -24
- package/esm2022/picklist/picklist.interface.mjs +2 -0
- package/esm2022/picklist/picklist.mjs +218 -16
- package/esm2022/picklist/public_api.mjs +2 -1
- package/esm2022/progressbar/progressbar.mjs +43 -11
- package/esm2022/progressspinner/progressspinner.mjs +36 -12
- package/esm2022/radiobutton/public_api.mjs +2 -1
- package/esm2022/radiobutton/radiobutton.interface.mjs +2 -0
- package/esm2022/radiobutton/radiobutton.mjs +82 -11
- package/esm2022/rating/public_api.mjs +2 -1
- package/esm2022/rating/rating.interface.mjs +2 -0
- package/esm2022/rating/rating.mjs +70 -22
- package/esm2022/ripple/ripple.mjs +16 -12
- package/esm2022/scroller/public_api.mjs +2 -1
- package/esm2022/scroller/scroller.interface.mjs +2 -0
- package/esm2022/scroller/scroller.mjs +141 -20
- package/esm2022/scrollpanel/public_api.mjs +2 -1
- package/esm2022/scrollpanel/scrollpanel.interface.mjs +2 -0
- package/esm2022/scrollpanel/scrollpanel.mjs +34 -13
- package/esm2022/scrolltop/public_api.mjs +2 -1
- package/esm2022/scrolltop/scrolltop.interface.mjs +2 -0
- package/esm2022/scrolltop/scrolltop.mjs +48 -12
- package/esm2022/selectbutton/public_api.mjs +2 -1
- package/esm2022/selectbutton/selectbutton.interface.mjs +2 -0
- package/esm2022/selectbutton/selectbutton.mjs +68 -10
- package/esm2022/sidebar/public_api.mjs +2 -1
- package/esm2022/sidebar/sidebar.interface.mjs +2 -0
- package/esm2022/sidebar/sidebar.mjs +127 -50
- package/esm2022/skeleton/skeleton.mjs +47 -11
- package/esm2022/slidemenu/public_api.mjs +2 -1
- package/esm2022/slidemenu/slidemenu.interface.mjs +2 -0
- package/esm2022/slidemenu/slidemenu.mjs +113 -31
- package/esm2022/slider/public_api.mjs +2 -1
- package/esm2022/slider/slider.interface.mjs +2 -0
- package/esm2022/slider/slider.mjs +74 -15
- package/esm2022/speeddial/public_api.mjs +2 -1
- package/esm2022/speeddial/speeddial.interface.mjs +2 -0
- package/esm2022/speeddial/speeddial.mjs +124 -18
- package/esm2022/spinner/spinner.mjs +7 -7
- package/esm2022/splitbutton/public_api.mjs +2 -1
- package/esm2022/splitbutton/splitbutton.interface.mjs +2 -0
- package/esm2022/splitbutton/splitbutton.mjs +92 -18
- package/esm2022/splitter/public_api.mjs +2 -1
- package/esm2022/splitter/splitter.interface.mjs +2 -0
- package/esm2022/splitter/splitter.mjs +78 -24
- package/esm2022/steps/steps.mjs +38 -9
- package/esm2022/styleclass/styleclass.mjs +54 -10
- package/esm2022/table/public_api.mjs +2 -1
- package/esm2022/table/table.interface.mjs +2 -0
- package/esm2022/table/table.mjs +690 -220
- package/esm2022/tabmenu/public_api.mjs +2 -1
- package/esm2022/tabmenu/tabmenu.interface.mjs +2 -0
- package/esm2022/tabmenu/tabmenu.mjs +52 -20
- package/esm2022/tabview/public_api.mjs +2 -1
- package/esm2022/tabview/tabview.interface.mjs +2 -0
- package/esm2022/tabview/tabview.mjs +199 -101
- package/esm2022/tag/public_api.mjs +2 -1
- package/esm2022/tag/tag.interface.mjs +2 -0
- package/esm2022/tag/tag.mjs +43 -15
- package/esm2022/terminal/terminal.mjs +28 -8
- package/esm2022/terminal/terminalservice.mjs +3 -3
- package/esm2022/tieredmenu/public_api.mjs +2 -1
- package/esm2022/tieredmenu/tieredmenu.interface.mjs +2 -0
- package/esm2022/tieredmenu/tieredmenu.mjs +94 -23
- package/esm2022/timeline/public_api.mjs +2 -1
- package/esm2022/timeline/timeline.interface.mjs +2 -0
- package/esm2022/timeline/timeline.mjs +32 -8
- package/esm2022/toast/public_api.mjs +2 -1
- package/esm2022/toast/toast.interface.mjs +2 -0
- package/esm2022/toast/toast.mjs +96 -36
- package/esm2022/togglebutton/public_api.mjs +2 -1
- package/esm2022/togglebutton/togglebutton.interface.mjs +2 -0
- package/esm2022/togglebutton/togglebutton.mjs +65 -12
- package/esm2022/toolbar/public_api.mjs +2 -1
- package/esm2022/toolbar/toolbar.interface.mjs +2 -0
- package/esm2022/toolbar/toolbar.mjs +20 -8
- package/esm2022/tooltip/tooltip.mjs +99 -15
- package/esm2022/tree/public_api.mjs +2 -1
- package/esm2022/tree/tree.interface.mjs +2 -0
- package/esm2022/tree/tree.mjs +262 -43
- package/esm2022/treeselect/public_api.mjs +2 -1
- package/esm2022/treeselect/treeselect.interface.mjs +2 -0
- package/esm2022/treeselect/treeselect.mjs +221 -53
- package/esm2022/treetable/public_api.mjs +2 -1
- package/esm2022/treetable/treetable.interface.mjs +2 -0
- package/esm2022/treetable/treetable.mjs +506 -155
- package/esm2022/tristatecheckbox/public_api.mjs +2 -1
- package/esm2022/tristatecheckbox/tristatecheckbox.interface.mjs +2 -0
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +61 -8
- package/esm2022/ts-helpers/primeng-ts-helpers.mjs +5 -0
- package/esm2022/ts-helpers/public_api.mjs +2 -0
- package/esm2022/ts-helpers/ts-helpers.mjs +2 -0
- package/esm2022/virtualscroller/public_api.mjs +2 -1
- package/esm2022/virtualscroller/virtualscroller.interface.mjs +2 -0
- package/esm2022/virtualscroller/virtualscroller.mjs +52 -11
- package/fesm2022/primeng-accordion.mjs +140 -40
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animate.mjs +19 -7
- package/fesm2022/primeng-animate.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +73 -34
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +345 -75
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +15 -7
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +46 -9
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-avatargroup.mjs +19 -7
- package/fesm2022/primeng-avatargroup.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +90 -38
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-baseicon.mjs +3 -3
- package/fesm2022/primeng-blockui.mjs +48 -24
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +42 -13
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +126 -35
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +475 -155
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +29 -9
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +100 -14
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +173 -39
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +55 -19
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +93 -12
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +53 -11
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +105 -8
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +81 -16
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +151 -18
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +89 -47
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +94 -40
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +167 -27
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +18 -9
- package/fesm2022/primeng-defer.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +281 -93
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +34 -10
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +35 -11
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-dom.mjs +1 -1
- package/fesm2022/primeng-dom.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +68 -17
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +394 -102
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +180 -14
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +90 -35
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +64 -20
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +222 -24
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +16 -8
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +155 -37
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
- package/fesm2022/primeng-icons-angledown.mjs +3 -3
- package/fesm2022/primeng-icons-angleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angleright.mjs +3 -3
- package/fesm2022/primeng-icons-angleup.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdown.mjs +12 -7
- package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs +12 -7
- package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs +12 -7
- package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
- package/fesm2022/primeng-icons-ban.mjs +12 -7
- package/fesm2022/primeng-icons-ban.mjs.map +1 -1
- package/fesm2022/primeng-icons-bars.mjs +3 -3
- package/fesm2022/primeng-icons-calendar.mjs +3 -3
- package/fesm2022/primeng-icons-caretleft.mjs +3 -3
- package/fesm2022/primeng-icons-caretright.mjs +3 -3
- package/fesm2022/primeng-icons-check.mjs +3 -3
- package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
- package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
- package/fesm2022/primeng-icons-chevronright.mjs +3 -3
- package/fesm2022/primeng-icons-chevronup.mjs +3 -3
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +12 -7
- package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs +12 -7
- package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-filter.mjs +12 -7
- package/fesm2022/primeng-icons-filter.mjs.map +1 -1
- package/fesm2022/primeng-icons-filterslash.mjs +12 -7
- package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-home.mjs +12 -7
- package/fesm2022/primeng-icons-home.mjs.map +1 -1
- package/fesm2022/primeng-icons-infocircle.mjs +12 -7
- package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs +12 -7
- package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
- package/fesm2022/primeng-icons-plus.mjs +12 -7
- package/fesm2022/primeng-icons-plus.mjs.map +1 -1
- package/fesm2022/primeng-icons-refresh.mjs +12 -7
- package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
- package/fesm2022/primeng-icons-search.mjs +12 -7
- package/fesm2022/primeng-icons-search.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchminus.mjs +12 -7
- package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchplus.mjs +12 -7
- package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortalt.mjs +12 -7
- package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountdown.mjs +12 -7
- package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountupalt.mjs +12 -7
- package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-spinner.mjs +12 -7
- package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
- package/fesm2022/primeng-icons-star.mjs +12 -7
- package/fesm2022/primeng-icons-star.mjs.map +1 -1
- package/fesm2022/primeng-icons-starfill.mjs +12 -7
- package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
- package/fesm2022/primeng-icons-thlarge.mjs +12 -7
- package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs +12 -7
- package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-trash.mjs +12 -7
- package/fesm2022/primeng-icons-trash.mjs.map +1 -1
- package/fesm2022/primeng-icons-undo.mjs +12 -7
- package/fesm2022/primeng-icons-undo.mjs.map +1 -1
- package/fesm2022/primeng-icons-upload.mjs +12 -7
- package/fesm2022/primeng-icons-upload.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowmaximize.mjs +12 -7
- package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowminimize.mjs +12 -7
- package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +80 -15
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +76 -24
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +169 -41
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +243 -43
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputswitch.mjs +60 -7
- package/fesm2022/primeng-inputswitch.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +8 -8
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +20 -7
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +33 -16
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +89 -17
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +153 -26
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +33 -13
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +79 -21
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +72 -35
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +34 -10
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +69 -20
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +350 -62
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +141 -37
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +70 -13
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +122 -8
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +85 -13
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +116 -21
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +85 -19
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +43 -19
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +156 -24
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +217 -15
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +42 -10
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +36 -12
- package/fesm2022/primeng-progressspinner.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +81 -10
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +70 -22
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +15 -11
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +141 -20
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +34 -13
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +48 -12
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +67 -9
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +126 -49
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +47 -11
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slidemenu.mjs +113 -31
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +73 -14
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +124 -18
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-spinner.mjs +7 -7
- package/fesm2022/primeng-splitbutton.mjs +92 -18
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +77 -23
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +38 -9
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +53 -9
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +689 -219
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +51 -19
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +200 -102
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +42 -13
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +30 -10
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +95 -24
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +31 -7
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +97 -36
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +64 -11
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +19 -7
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +98 -14
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +261 -42
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +221 -53
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +505 -154
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +60 -7
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fesm2022/primeng-ts-helpers.mjs +4 -0
- package/fesm2022/primeng-ts-helpers.mjs.map +1 -0
- package/fesm2022/primeng-virtualscroller.mjs +52 -11
- package/fesm2022/primeng-virtualscroller.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +66 -17
- package/fieldset/fieldset.interface.d.ts +46 -0
- package/fieldset/public_api.d.ts +1 -0
- package/fileupload/fileupload.d.ts +260 -58
- package/fileupload/fileupload.interface.d.ts +156 -0
- package/fileupload/public_api.d.ts +1 -0
- package/focustrap/focustrap.d.ts +9 -1
- package/galleria/galleria.d.ts +189 -63
- package/galleria/galleria.interface.d.ts +97 -0
- package/galleria/public_api.d.ts +1 -0
- package/icons/arrowdown/arrowdown.d.ts +4 -1
- package/icons/arrowleft/arrowleft.d.ts +2 -0
- package/icons/arrowup/arrowup.d.ts +2 -0
- package/icons/ban/ban.d.ts +2 -0
- package/icons/exclamationtriangle/exclamationtriangle.d.ts +4 -1
- package/icons/eyeslash/eyeslash.d.ts +2 -0
- package/icons/filter/filter.d.ts +2 -0
- package/icons/filterslash/filterslash.d.ts +2 -0
- package/icons/home/home.d.ts +2 -0
- package/icons/infocircle/infocircle.d.ts +2 -0
- package/icons/pencil/pencil.d.ts +2 -0
- package/icons/plus/plus.d.ts +2 -0
- package/icons/refresh/refresh.d.ts +2 -0
- package/icons/search/search.d.ts +2 -0
- package/icons/searchminus/searchminus.d.ts +2 -0
- package/icons/searchplus/searchplus.d.ts +2 -0
- package/icons/sortalt/sortalt.d.ts +2 -0
- package/icons/sortamountdown/sortamountdown.d.ts +2 -0
- package/icons/sortamountupalt/sortamountupalt.d.ts +2 -0
- package/icons/spinner/spinner.d.ts +2 -0
- package/icons/star/star.d.ts +2 -0
- package/icons/starfill/starfill.d.ts +2 -0
- package/icons/thlarge/thlarge.d.ts +2 -0
- package/icons/timescircle/timescircle.d.ts +2 -0
- package/icons/trash/trash.d.ts +2 -0
- package/icons/undo/undo.d.ts +2 -0
- package/icons/upload/upload.d.ts +2 -0
- package/icons/windowmaximize/windowmaximize.d.ts +2 -0
- package/icons/windowminimize/windowminimize.d.ts +2 -0
- package/image/image.d.ts +93 -23
- package/image/image.interface.d.ts +31 -0
- package/image/public_api.d.ts +1 -0
- package/inplace/inplace.d.ts +71 -16
- package/inplace/inplace.interface.d.ts +19 -0
- package/inplace/public_api.d.ts +1 -0
- package/inputmask/inputmask.d.ts +190 -58
- package/inputmask/inputmask.interface.d.ts +19 -0
- package/inputmask/public_api.d.ts +1 -0
- package/inputnumber/inputnumber.d.ts +277 -84
- package/inputnumber/inputnumber.interface.d.ts +38 -0
- package/inputnumber/public_api.d.ts +1 -0
- package/inputswitch/inputswitch.d.ts +65 -13
- package/inputswitch/inputswitch.interface.d.ts +15 -0
- package/inputswitch/public_api.d.ts +1 -0
- package/inputtext/inputtext.d.ts +3 -2
- package/inputtextarea/inputtextarea.d.ts +22 -9
- package/keyfilter/keyfilter.d.ts +24 -7
- package/knob/knob.d.ts +94 -23
- package/listbox/listbox.d.ts +191 -62
- package/listbox/listbox.interface.d.ts +126 -0
- package/listbox/public_api.d.ts +1 -0
- package/megamenu/megamenu.d.ts +36 -13
- package/megamenu/megamenu.interface.d.ts +19 -0
- package/megamenu/public_api.d.ts +1 -0
- package/menu/menu.d.ts +82 -18
- package/menubar/menubar.d.ts +68 -29
- package/menubar/menubar.interface.d.ts +23 -0
- package/menubar/public_api.d.ts +1 -0
- package/message/message.d.ts +30 -4
- package/messages/messages.d.ts +63 -12
- package/messages/messages.interface.d.ts +11 -0
- package/messages/public_api.d.ts +1 -0
- package/multiselect/multiselect.d.ts +424 -128
- package/multiselect/multiselect.interface.d.ts +204 -0
- package/multiselect/public_api.d.ts +1 -0
- package/orderlist/orderlist.d.ts +156 -50
- package/orderlist/orderlist.interface.d.ts +110 -0
- package/orderlist/public_api.d.ts +1 -0
- package/organizationchart/organizationchart.d.ts +77 -19
- package/organizationchart/organizationchart.interface.d.ts +59 -0
- package/organizationchart/public_api.d.ts +1 -0
- package/overlay/overlay.d.ts +145 -19
- package/overlaypanel/overlaypanel.d.ts +95 -20
- package/package.json +183 -177
- package/paginator/paginator.d.ts +130 -30
- package/paginator/paginator.interface.d.ts +33 -0
- package/paginator/public_api.d.ts +1 -0
- package/panel/panel.d.ts +96 -27
- package/panel/panel.interface.d.ts +58 -0
- package/panel/public_api.d.ts +1 -0
- package/panelmenu/panelmenu.d.ts +45 -19
- package/panelmenu/panelmenu.interface.d.ts +11 -0
- package/panelmenu/public_api.d.ts +1 -0
- package/password/password.d.ts +202 -56
- package/picklist/picklist.d.ts +294 -92
- package/picklist/picklist.interface.d.ts +242 -0
- package/picklist/public_api.d.ts +1 -0
- package/progressbar/progressbar.d.ts +39 -5
- package/progressspinner/progressspinner.d.ts +29 -3
- package/radiobutton/public_api.d.ts +1 -0
- package/radiobutton/radiobutton.d.ts +97 -22
- package/radiobutton/radiobutton.interface.d.ts +15 -0
- package/rating/public_api.d.ts +1 -0
- package/rating/rating.d.ts +83 -22
- package/rating/rating.interface.d.ts +34 -0
- package/resources/components/button/button.css +1 -0
- package/resources/primeng.css +1 -0
- package/resources/primeng.min.css +1 -1
- package/ripple/ripple.d.ts +7 -2
- package/scroller/public_api.d.ts +1 -0
- package/scroller/scroller.d.ts +194 -92
- package/scroller/scroller.interface.d.ts +177 -0
- package/scrollpanel/public_api.d.ts +1 -0
- package/scrollpanel/scrollpanel.d.ts +45 -21
- package/scrollpanel/scrollpanel.interface.d.ts +11 -0
- package/scrolltop/public_api.d.ts +1 -0
- package/scrolltop/scrolltop.d.ts +50 -12
- package/scrolltop/scrolltop.interface.d.ts +18 -0
- package/selectbutton/public_api.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +73 -14
- package/selectbutton/selectbutton.interface.d.ts +45 -0
- package/sidebar/public_api.d.ts +1 -0
- package/sidebar/sidebar.d.ts +104 -24
- package/sidebar/sidebar.interface.d.ts +23 -0
- package/skeleton/skeleton.d.ts +47 -5
- package/slidemenu/public_api.d.ts +1 -0
- package/slidemenu/slidemenu.d.ts +118 -33
- package/slidemenu/slidemenu.interface.d.ts +15 -0
- package/slider/public_api.d.ts +1 -0
- package/slider/slider.d.ts +99 -37
- package/slider/slider.interface.d.ts +38 -0
- package/speeddial/public_api.d.ts +1 -0
- package/speeddial/speeddial.d.ts +145 -33
- package/speeddial/speeddial.interface.d.ts +11 -0
- package/splitbutton/public_api.d.ts +1 -0
- package/splitbutton/splitbutton.d.ts +102 -24
- package/splitbutton/splitbutton.interface.d.ts +15 -0
- package/splitter/public_api.d.ts +1 -0
- package/splitter/splitter.d.ts +91 -30
- package/splitter/splitter.interface.d.ts +34 -0
- package/steps/steps.d.ts +38 -7
- package/styleclass/styleclass.d.ts +62 -17
- package/table/public_api.d.ts +1 -0
- package/table/table.d.ts +804 -319
- package/table/table.interface.d.ts +606 -0
- package/tabmenu/public_api.d.ts +1 -0
- package/tabmenu/tabmenu.d.ts +53 -18
- package/tabmenu/tabmenu.interface.d.ts +32 -0
- package/tabview/public_api.d.ts +1 -0
- package/tabview/tabview.d.ts +159 -54
- package/tabview/tabview.interface.d.ts +49 -0
- package/tag/public_api.d.ts +1 -0
- package/tag/tag.d.ts +42 -10
- package/tag/tag.interface.d.ts +11 -0
- package/terminal/terminal.d.ts +26 -4
- package/tieredmenu/public_api.d.ts +1 -0
- package/tieredmenu/tieredmenu.d.ts +103 -34
- package/tieredmenu/tieredmenu.interface.d.ts +11 -0
- package/timeline/public_api.d.ts +1 -0
- package/timeline/timeline.d.ts +35 -8
- package/timeline/timeline.interface.d.ts +43 -0
- package/toast/public_api.d.ts +1 -0
- package/toast/toast.d.ts +93 -28
- package/toast/toast.interface.d.ts +40 -0
- package/togglebutton/public_api.d.ts +1 -0
- package/togglebutton/togglebutton.d.ts +65 -11
- package/togglebutton/togglebutton.interface.d.ts +15 -0
- package/toolbar/public_api.d.ts +1 -0
- package/toolbar/toolbar.d.ts +21 -7
- package/toolbar/toolbar.interface.d.ts +19 -0
- package/tooltip/tooltip.d.ts +123 -46
- package/tree/public_api.d.ts +1 -0
- package/tree/tree.d.ts +320 -100
- package/tree/tree.interface.d.ts +193 -0
- package/treeselect/public_api.d.ts +1 -0
- package/treeselect/treeselect.d.ts +262 -74
- package/treeselect/treeselect.interface.d.ts +108 -0
- package/treetable/public_api.d.ts +1 -0
- package/treetable/treetable.d.ts +591 -230
- package/treetable/treetable.interface.d.ts +465 -0
- package/tristatecheckbox/public_api.d.ts +1 -0
- package/tristatecheckbox/tristatecheckbox.d.ts +75 -17
- package/tristatecheckbox/tristatecheckbox.interface.d.ts +30 -0
- package/ts-helpers/index.d.ts +5 -0
- package/ts-helpers/public_api.d.ts +1 -0
- package/ts-helpers/ts-helpers.d.ts +4 -0
- package/virtualscroller/public_api.d.ts +1 -0
- package/virtualscroller/virtualscroller.d.ts +64 -18
- package/virtualscroller/virtualscroller.interface.d.ts +72 -0
@@ -24,6 +24,10 @@ const CALENDAR_VALUE_ACCESSOR = {
|
|
24
24
|
useExisting: forwardRef(() => Calendar),
|
25
25
|
multi: true
|
26
26
|
};
|
27
|
+
/**
|
28
|
+
* Calendar also known as DatePicker, is a form component to work with dates.
|
29
|
+
* @group Components
|
30
|
+
*/
|
27
31
|
class Calendar {
|
28
32
|
document;
|
29
33
|
el;
|
@@ -32,70 +36,487 @@ class Calendar {
|
|
32
36
|
zone;
|
33
37
|
config;
|
34
38
|
overlayService;
|
39
|
+
/**
|
40
|
+
* Inline style of the component.
|
41
|
+
* @group Props
|
42
|
+
*/
|
35
43
|
style;
|
44
|
+
/**
|
45
|
+
* Style class of the component.
|
46
|
+
* @group Props
|
47
|
+
*/
|
36
48
|
styleClass;
|
49
|
+
/**
|
50
|
+
* Inline style of the input field.
|
51
|
+
* @group Props
|
52
|
+
*/
|
37
53
|
inputStyle;
|
54
|
+
/**
|
55
|
+
* Identifier of the focus input to match a label defined for the component.
|
56
|
+
* @group Props
|
57
|
+
*/
|
38
58
|
inputId;
|
59
|
+
/**
|
60
|
+
* Name of the input element.
|
61
|
+
* @group Props
|
62
|
+
*/
|
39
63
|
name;
|
64
|
+
/**
|
65
|
+
* Style class of the input field.
|
66
|
+
* @group Props
|
67
|
+
*/
|
40
68
|
inputStyleClass;
|
69
|
+
/**
|
70
|
+
* Placeholder text for the input.
|
71
|
+
* @group Props
|
72
|
+
*/
|
41
73
|
placeholder;
|
74
|
+
/**
|
75
|
+
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
|
76
|
+
* @group Props
|
77
|
+
*/
|
42
78
|
ariaLabelledBy;
|
79
|
+
/**
|
80
|
+
* Defines a string that labels the icon button for accessibility.
|
81
|
+
* @group Props
|
82
|
+
*/
|
43
83
|
iconAriaLabel;
|
84
|
+
/**
|
85
|
+
* When specified, disables the component.
|
86
|
+
* @group Props
|
87
|
+
*/
|
44
88
|
disabled;
|
89
|
+
/**
|
90
|
+
* Format of the date which can also be defined at locale settings.
|
91
|
+
* @group Props
|
92
|
+
*/
|
45
93
|
dateFormat;
|
94
|
+
/**
|
95
|
+
* Separator for multiple selection mode.
|
96
|
+
* @group Props
|
97
|
+
*/
|
46
98
|
multipleSeparator = ',';
|
99
|
+
/**
|
100
|
+
* Separator for joining start and end dates on range selection mode.
|
101
|
+
* @group Props
|
102
|
+
*/
|
47
103
|
rangeSeparator = '-';
|
104
|
+
/**
|
105
|
+
* When enabled, displays the calendar as inline. Default is false for popup mode.
|
106
|
+
* @group Props
|
107
|
+
*/
|
48
108
|
inline = false;
|
109
|
+
/**
|
110
|
+
* Whether to display dates in other months (non-selectable) at the start or end of the current month. To make these days selectable use the selectOtherMonths option.
|
111
|
+
* @group Props
|
112
|
+
*/
|
49
113
|
showOtherMonths = true;
|
114
|
+
/**
|
115
|
+
* Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true.
|
116
|
+
* @group Props
|
117
|
+
*/
|
50
118
|
selectOtherMonths;
|
119
|
+
/**
|
120
|
+
* When enabled, displays a button with icon next to input.
|
121
|
+
* @group Props
|
122
|
+
*/
|
51
123
|
showIcon;
|
124
|
+
/**
|
125
|
+
* Icon of the calendar button.
|
126
|
+
* @group Props
|
127
|
+
*/
|
52
128
|
icon;
|
129
|
+
/**
|
130
|
+
* Target element to attach the overlay, valid values are "body" or a local ng-template variable of another element (note: use binding with brackets for template variables, e.g. [appendTo]="mydiv" for a div element having#mydiv as variable name).
|
131
|
+
* @group Props
|
132
|
+
*/
|
53
133
|
appendTo;
|
134
|
+
/**
|
135
|
+
* When specified, prevents entering the date manually with keyboard.
|
136
|
+
* @group Props
|
137
|
+
*/
|
54
138
|
readonlyInput;
|
139
|
+
/**
|
140
|
+
* The cutoff year for determining the century for a date.
|
141
|
+
* @group Props
|
142
|
+
*/
|
55
143
|
shortYearCutoff = '+10';
|
144
|
+
/**
|
145
|
+
* Whether the month should be rendered as a dropdown instead of text.
|
146
|
+
* @group Props
|
147
|
+
* @deprecated Navigator is always on.
|
148
|
+
*/
|
56
149
|
monthNavigator;
|
150
|
+
/**
|
151
|
+
* Whether the year should be rendered as a dropdown instead of text.
|
152
|
+
* @group Props
|
153
|
+
* @deprecated Navigator is always on.
|
154
|
+
*/
|
57
155
|
yearNavigator;
|
156
|
+
/**
|
157
|
+
* Specifies 12 or 24 hour format.
|
158
|
+
* @group Props
|
159
|
+
*/
|
58
160
|
hourFormat = '24';
|
161
|
+
/**
|
162
|
+
* Whether to display timepicker only.
|
163
|
+
* @group Props
|
164
|
+
*/
|
59
165
|
timeOnly;
|
166
|
+
/**
|
167
|
+
* Hours to change per step.
|
168
|
+
* @group Props
|
169
|
+
*/
|
60
170
|
stepHour = 1;
|
171
|
+
/**
|
172
|
+
* Minutes to change per step.
|
173
|
+
* @group Props
|
174
|
+
*/
|
61
175
|
stepMinute = 1;
|
176
|
+
/**
|
177
|
+
* Seconds to change per step.
|
178
|
+
* @group Props
|
179
|
+
*/
|
62
180
|
stepSecond = 1;
|
181
|
+
/**
|
182
|
+
* Whether to show the seconds in time picker.
|
183
|
+
* @group Props
|
184
|
+
*/
|
63
185
|
showSeconds = false;
|
186
|
+
/**
|
187
|
+
* When present, it specifies that an input field must be filled out before submitting the form.
|
188
|
+
* @group Props
|
189
|
+
*/
|
64
190
|
required;
|
191
|
+
/**
|
192
|
+
* When disabled, datepicker will not be visible with input focus.
|
193
|
+
* @group Props
|
194
|
+
*/
|
65
195
|
showOnFocus = true;
|
196
|
+
/**
|
197
|
+
* When enabled, calendar will show week numbers.
|
198
|
+
* @group Props
|
199
|
+
*/
|
66
200
|
showWeek = false;
|
201
|
+
/**
|
202
|
+
* When enabled, a clear icon is displayed to clear the value.
|
203
|
+
* @group Props
|
204
|
+
*/
|
67
205
|
showClear = false;
|
206
|
+
/**
|
207
|
+
* Type of the value to write back to ngModel, default is date and alternative is string.
|
208
|
+
* @group Props
|
209
|
+
*/
|
68
210
|
dataType = 'date';
|
211
|
+
/**
|
212
|
+
* Defines the quantity of the selection, valid values are "single", "multiple" and "range".
|
213
|
+
* @group Props
|
214
|
+
*/
|
69
215
|
selectionMode = 'single';
|
216
|
+
/**
|
217
|
+
* Maximum number of selectable dates in multiple mode.
|
218
|
+
* @group Props
|
219
|
+
*/
|
70
220
|
maxDateCount;
|
221
|
+
/**
|
222
|
+
* Whether to display today and clear buttons at the footer
|
223
|
+
* @group Props
|
224
|
+
*/
|
71
225
|
showButtonBar;
|
226
|
+
/**
|
227
|
+
* Style class of the today button.
|
228
|
+
* @group Props
|
229
|
+
*/
|
72
230
|
todayButtonStyleClass = 'p-button-text';
|
231
|
+
/**
|
232
|
+
* Style class of the clear button.
|
233
|
+
* @group Props
|
234
|
+
*/
|
73
235
|
clearButtonStyleClass = 'p-button-text';
|
236
|
+
/**
|
237
|
+
* Whether to automatically manage layering.
|
238
|
+
* @group Props
|
239
|
+
*/
|
74
240
|
autoZIndex = true;
|
241
|
+
/**
|
242
|
+
* Base zIndex value to use in layering.
|
243
|
+
* @group Props
|
244
|
+
*/
|
75
245
|
baseZIndex = 0;
|
246
|
+
/**
|
247
|
+
* Style class of the datetimepicker container element.
|
248
|
+
* @group Props
|
249
|
+
*/
|
76
250
|
panelStyleClass;
|
251
|
+
/**
|
252
|
+
* Inline style of the datetimepicker container element.
|
253
|
+
* @group Props
|
254
|
+
*/
|
77
255
|
panelStyle;
|
256
|
+
/**
|
257
|
+
* Keep invalid value when input blur.
|
258
|
+
* @group Props
|
259
|
+
*/
|
78
260
|
keepInvalid = false;
|
261
|
+
/**
|
262
|
+
* Whether to hide the overlay on date selection.
|
263
|
+
* @group Props
|
264
|
+
*/
|
79
265
|
hideOnDateTimeSelect = true;
|
266
|
+
/**
|
267
|
+
* When enabled, calendar overlay is displayed as optimized for touch devices.
|
268
|
+
* @group Props
|
269
|
+
*/
|
80
270
|
touchUI;
|
271
|
+
/**
|
272
|
+
* Separator of time selector.
|
273
|
+
* @group Props
|
274
|
+
*/
|
81
275
|
timeSeparator = ':';
|
276
|
+
/**
|
277
|
+
* When enabled, can only focus on elements inside the calendar.
|
278
|
+
* @group Props
|
279
|
+
*/
|
82
280
|
focusTrap = true;
|
281
|
+
/**
|
282
|
+
* Transition options of the show animation.
|
283
|
+
* @group Props
|
284
|
+
*/
|
83
285
|
showTransitionOptions = '.12s cubic-bezier(0, 0, 0.2, 1)';
|
286
|
+
/**
|
287
|
+
* Transition options of the hide animation.
|
288
|
+
* @group Props
|
289
|
+
*/
|
84
290
|
hideTransitionOptions = '.1s linear';
|
291
|
+
/**
|
292
|
+
* Index of the element in tabbing order.
|
293
|
+
* @group Props
|
294
|
+
*/
|
295
|
+
tabindex;
|
296
|
+
/**
|
297
|
+
* The minimum selectable date.
|
298
|
+
* @group Props
|
299
|
+
*/
|
300
|
+
get minDate() {
|
301
|
+
return this._minDate;
|
302
|
+
}
|
303
|
+
set minDate(date) {
|
304
|
+
this._minDate = date;
|
305
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
306
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
307
|
+
}
|
308
|
+
}
|
309
|
+
/**
|
310
|
+
* The maximum selectable date.
|
311
|
+
* @group Props
|
312
|
+
*/
|
313
|
+
get maxDate() {
|
314
|
+
return this._maxDate;
|
315
|
+
}
|
316
|
+
set maxDate(date) {
|
317
|
+
this._maxDate = date;
|
318
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
319
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
320
|
+
}
|
321
|
+
}
|
322
|
+
/**
|
323
|
+
* Array with dates that should be disabled (not selectable).
|
324
|
+
* @group Props
|
325
|
+
*/
|
326
|
+
get disabledDates() {
|
327
|
+
return this._disabledDates;
|
328
|
+
}
|
329
|
+
set disabledDates(disabledDates) {
|
330
|
+
this._disabledDates = disabledDates;
|
331
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
332
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
333
|
+
}
|
334
|
+
}
|
335
|
+
/**
|
336
|
+
* Array with weekday numbers that should be disabled (not selectable).
|
337
|
+
* @group Props
|
338
|
+
*/
|
339
|
+
get disabledDays() {
|
340
|
+
return this._disabledDays;
|
341
|
+
}
|
342
|
+
set disabledDays(disabledDays) {
|
343
|
+
this._disabledDays = disabledDays;
|
344
|
+
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
345
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
346
|
+
}
|
347
|
+
}
|
348
|
+
/**
|
349
|
+
* The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020).
|
350
|
+
* @group Props
|
351
|
+
* @deprecated Years are based on decades by default.
|
352
|
+
*/
|
353
|
+
get yearRange() {
|
354
|
+
return this._yearRange;
|
355
|
+
}
|
356
|
+
set yearRange(yearRange) {
|
357
|
+
this._yearRange = yearRange;
|
358
|
+
if (yearRange) {
|
359
|
+
const years = yearRange.split(':');
|
360
|
+
const yearStart = parseInt(years[0]);
|
361
|
+
const yearEnd = parseInt(years[1]);
|
362
|
+
this.populateYearOptions(yearStart, yearEnd);
|
363
|
+
}
|
364
|
+
}
|
365
|
+
/**
|
366
|
+
* Whether to display timepicker.
|
367
|
+
* @group Props
|
368
|
+
*/
|
369
|
+
get showTime() {
|
370
|
+
return this._showTime;
|
371
|
+
}
|
372
|
+
set showTime(showTime) {
|
373
|
+
this._showTime = showTime;
|
374
|
+
if (this.currentHour === undefined) {
|
375
|
+
this.initTime(this.value || new Date());
|
376
|
+
}
|
377
|
+
this.updateInputfield();
|
378
|
+
}
|
379
|
+
/**
|
380
|
+
* An array of options for responsive design.
|
381
|
+
* @group Props
|
382
|
+
*/
|
383
|
+
get responsiveOptions() {
|
384
|
+
return this._responsiveOptions;
|
385
|
+
}
|
386
|
+
set responsiveOptions(responsiveOptions) {
|
387
|
+
this._responsiveOptions = responsiveOptions;
|
388
|
+
this.destroyResponsiveStyleElement();
|
389
|
+
this.createResponsiveStyle();
|
390
|
+
}
|
391
|
+
/**
|
392
|
+
* Number of months to display.
|
393
|
+
* @group Props
|
394
|
+
*/
|
395
|
+
get numberOfMonths() {
|
396
|
+
return this._numberOfMonths;
|
397
|
+
}
|
398
|
+
set numberOfMonths(numberOfMonths) {
|
399
|
+
this._numberOfMonths = numberOfMonths;
|
400
|
+
this.destroyResponsiveStyleElement();
|
401
|
+
this.createResponsiveStyle();
|
402
|
+
}
|
403
|
+
/**
|
404
|
+
* Defines the first of the week for various date calculations.
|
405
|
+
* @group Props
|
406
|
+
*/
|
407
|
+
get firstDayOfWeek() {
|
408
|
+
return this._firstDayOfWeek;
|
409
|
+
}
|
410
|
+
set firstDayOfWeek(firstDayOfWeek) {
|
411
|
+
this._firstDayOfWeek = firstDayOfWeek;
|
412
|
+
this.createWeekDays();
|
413
|
+
}
|
414
|
+
/**
|
415
|
+
* Option to set calendar locale.
|
416
|
+
* @group Props
|
417
|
+
* @deprecated Locale property has no effect, use new i18n API instead.
|
418
|
+
*/
|
419
|
+
set locale(newLocale) {
|
420
|
+
console.warn('Locale property has no effect, use new i18n API instead.');
|
421
|
+
}
|
422
|
+
/**
|
423
|
+
* Type of view to display, valid values are "date" for datepicker and "month" for month picker.
|
424
|
+
* @group Props
|
425
|
+
*/
|
426
|
+
get view() {
|
427
|
+
return this._view;
|
428
|
+
}
|
429
|
+
set view(view) {
|
430
|
+
this._view = view;
|
431
|
+
this.currentView = this._view;
|
432
|
+
}
|
433
|
+
/**
|
434
|
+
* Set the date to highlight on first opening if the field is blank.
|
435
|
+
* @group Props
|
436
|
+
*/
|
437
|
+
get defaultDate() {
|
438
|
+
return this._defaultDate;
|
439
|
+
}
|
440
|
+
set defaultDate(defaultDate) {
|
441
|
+
this._defaultDate = defaultDate;
|
442
|
+
if (this.initialized) {
|
443
|
+
const date = defaultDate || new Date();
|
444
|
+
this.currentMonth = date.getMonth();
|
445
|
+
this.currentYear = date.getFullYear();
|
446
|
+
this.initTime(date);
|
447
|
+
this.createMonths(this.currentMonth, this.currentYear);
|
448
|
+
}
|
449
|
+
}
|
450
|
+
/**
|
451
|
+
* Callback to invoke on focus of input field.
|
452
|
+
* @param {Event} event - browser event.
|
453
|
+
* @group Emits
|
454
|
+
*/
|
85
455
|
onFocus = new EventEmitter();
|
456
|
+
/**
|
457
|
+
* Callback to invoke on blur of input field.
|
458
|
+
* @param {Event} event - browser event.
|
459
|
+
* @group Emits
|
460
|
+
*/
|
86
461
|
onBlur = new EventEmitter();
|
462
|
+
/**
|
463
|
+
* Callback to invoke when date panel closed.
|
464
|
+
* @param {Event} event - Mouse event
|
465
|
+
* @group Emits
|
466
|
+
*/
|
87
467
|
onClose = new EventEmitter();
|
468
|
+
/**
|
469
|
+
* Callback to invoke on date select.
|
470
|
+
* @param {Date} date - date value.
|
471
|
+
* @group Emits
|
472
|
+
*/
|
88
473
|
onSelect = new EventEmitter();
|
474
|
+
/**
|
475
|
+
* Callback to invoke when input field cleared.
|
476
|
+
* @group Emits
|
477
|
+
*/
|
89
478
|
onClear = new EventEmitter();
|
479
|
+
/**
|
480
|
+
* Callback to invoke when input field is being typed.
|
481
|
+
* @param {Event} event - browser event
|
482
|
+
* @group Emits
|
483
|
+
*/
|
90
484
|
onInput = new EventEmitter();
|
485
|
+
/**
|
486
|
+
* Callback to invoke when today button is clicked.
|
487
|
+
* @param {Date} date - today as a date instance.
|
488
|
+
* @group Emits
|
489
|
+
*/
|
91
490
|
onTodayClick = new EventEmitter();
|
491
|
+
/**
|
492
|
+
* Callback to invoke when clear button is clicked.
|
493
|
+
* @param {Event} event - browser event.
|
494
|
+
* @group Emits
|
495
|
+
*/
|
92
496
|
onClearClick = new EventEmitter();
|
497
|
+
/**
|
498
|
+
* Callback to invoke when a month is changed using the navigators.
|
499
|
+
* @param {CalendarMonthChangeEvent} event - custom month change event.
|
500
|
+
* @group Emits
|
501
|
+
*/
|
93
502
|
onMonthChange = new EventEmitter();
|
503
|
+
/**
|
504
|
+
* Callback to invoke when a year is changed using the navigators.
|
505
|
+
* @param {CalendarYearChangeEvent} event - custom year change event.
|
506
|
+
* @group Emits
|
507
|
+
*/
|
94
508
|
onYearChange = new EventEmitter();
|
509
|
+
/**
|
510
|
+
* Callback to invoke when clicked outside of the date panel.
|
511
|
+
* @group Emits
|
512
|
+
*/
|
95
513
|
onClickOutside = new EventEmitter();
|
514
|
+
/**
|
515
|
+
* Callback to invoke when datepicker panel is shown.
|
516
|
+
* @group Emits
|
517
|
+
*/
|
96
518
|
onShow = new EventEmitter();
|
97
519
|
templates;
|
98
|
-
tabindex;
|
99
520
|
containerViewChild;
|
100
521
|
inputfieldViewChild;
|
101
522
|
set content(content) {
|
@@ -175,115 +596,11 @@ class Calendar {
|
|
175
596
|
_firstDayOfWeek;
|
176
597
|
_view = 'date';
|
177
598
|
preventFocus;
|
178
|
-
get view() {
|
179
|
-
return this._view;
|
180
|
-
}
|
181
|
-
set view(view) {
|
182
|
-
this._view = view;
|
183
|
-
this.currentView = this._view;
|
184
|
-
}
|
185
|
-
get defaultDate() {
|
186
|
-
return this._defaultDate;
|
187
|
-
}
|
188
|
-
set defaultDate(defaultDate) {
|
189
|
-
this._defaultDate = defaultDate;
|
190
|
-
if (this.initialized) {
|
191
|
-
const date = defaultDate || new Date();
|
192
|
-
this.currentMonth = date.getMonth();
|
193
|
-
this.currentYear = date.getFullYear();
|
194
|
-
this.initTime(date);
|
195
|
-
this.createMonths(this.currentMonth, this.currentYear);
|
196
|
-
}
|
197
|
-
}
|
198
599
|
_defaultDate;
|
199
|
-
|
200
|
-
return this._minDate;
|
201
|
-
}
|
202
|
-
set minDate(date) {
|
203
|
-
this._minDate = date;
|
204
|
-
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
205
|
-
this.createMonths(this.currentMonth, this.currentYear);
|
206
|
-
}
|
207
|
-
}
|
208
|
-
get maxDate() {
|
209
|
-
return this._maxDate;
|
210
|
-
}
|
211
|
-
set maxDate(date) {
|
212
|
-
this._maxDate = date;
|
213
|
-
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
214
|
-
this.createMonths(this.currentMonth, this.currentYear);
|
215
|
-
}
|
216
|
-
}
|
217
|
-
get disabledDates() {
|
218
|
-
return this._disabledDates;
|
219
|
-
}
|
220
|
-
set disabledDates(disabledDates) {
|
221
|
-
this._disabledDates = disabledDates;
|
222
|
-
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
223
|
-
this.createMonths(this.currentMonth, this.currentYear);
|
224
|
-
}
|
225
|
-
}
|
226
|
-
get disabledDays() {
|
227
|
-
return this._disabledDays;
|
228
|
-
}
|
229
|
-
set disabledDays(disabledDays) {
|
230
|
-
this._disabledDays = disabledDays;
|
231
|
-
if (this.currentMonth != undefined && this.currentMonth != null && this.currentYear) {
|
232
|
-
this.createMonths(this.currentMonth, this.currentYear);
|
233
|
-
}
|
234
|
-
}
|
235
|
-
get yearRange() {
|
236
|
-
return this._yearRange;
|
237
|
-
}
|
238
|
-
set yearRange(yearRange) {
|
239
|
-
this._yearRange = yearRange;
|
240
|
-
if (yearRange) {
|
241
|
-
const years = yearRange.split(':');
|
242
|
-
const yearStart = parseInt(years[0]);
|
243
|
-
const yearEnd = parseInt(years[1]);
|
244
|
-
this.populateYearOptions(yearStart, yearEnd);
|
245
|
-
}
|
246
|
-
}
|
247
|
-
get showTime() {
|
248
|
-
return this._showTime;
|
249
|
-
}
|
250
|
-
set showTime(showTime) {
|
251
|
-
this._showTime = showTime;
|
252
|
-
if (this.currentHour === undefined) {
|
253
|
-
this.initTime(this.value || new Date());
|
254
|
-
}
|
255
|
-
this.updateInputfield();
|
256
|
-
}
|
600
|
+
window;
|
257
601
|
get locale() {
|
258
602
|
return this._locale;
|
259
603
|
}
|
260
|
-
get responsiveOptions() {
|
261
|
-
return this._responsiveOptions;
|
262
|
-
}
|
263
|
-
set responsiveOptions(responsiveOptions) {
|
264
|
-
this._responsiveOptions = responsiveOptions;
|
265
|
-
this.destroyResponsiveStyleElement();
|
266
|
-
this.createResponsiveStyle();
|
267
|
-
}
|
268
|
-
get numberOfMonths() {
|
269
|
-
return this._numberOfMonths;
|
270
|
-
}
|
271
|
-
set numberOfMonths(numberOfMonths) {
|
272
|
-
this._numberOfMonths = numberOfMonths;
|
273
|
-
this.destroyResponsiveStyleElement();
|
274
|
-
this.createResponsiveStyle();
|
275
|
-
}
|
276
|
-
get firstDayOfWeek() {
|
277
|
-
return this._firstDayOfWeek;
|
278
|
-
}
|
279
|
-
set firstDayOfWeek(firstDayOfWeek) {
|
280
|
-
this._firstDayOfWeek = firstDayOfWeek;
|
281
|
-
this.createWeekDays();
|
282
|
-
}
|
283
|
-
set locale(newLocale) {
|
284
|
-
console.warn('Locale property has no effect, use new i18n API instead.');
|
285
|
-
}
|
286
|
-
window;
|
287
604
|
constructor(document, el, renderer, cd, zone, config, overlayService) {
|
288
605
|
this.document = document;
|
289
606
|
this.el = el;
|
@@ -361,7 +678,7 @@ class Calendar {
|
|
361
678
|
if (!this.disabled) {
|
362
679
|
this.initFocusableCell();
|
363
680
|
if (this.numberOfMonths === 1) {
|
364
|
-
this.contentViewChild.nativeElement.style.width = DomHandler.getOuterWidth(this.containerViewChild
|
681
|
+
this.contentViewChild.nativeElement.style.width = DomHandler.getOuterWidth(this.containerViewChild?.nativeElement) + 'px';
|
365
682
|
}
|
366
683
|
}
|
367
684
|
}
|
@@ -547,9 +864,10 @@ class Calendar {
|
|
547
864
|
}
|
548
865
|
decrementYear() {
|
549
866
|
this.currentYear--;
|
550
|
-
|
551
|
-
|
552
|
-
|
867
|
+
let _yearOptions = this.yearOptions;
|
868
|
+
if (this.yearNavigator && this.currentYear < _yearOptions[0]) {
|
869
|
+
let difference = _yearOptions[_yearOptions.length - 1] - _yearOptions[0];
|
870
|
+
this.populateYearOptions(_yearOptions[0] - difference, _yearOptions[_yearOptions.length - 1] - difference);
|
553
871
|
}
|
554
872
|
}
|
555
873
|
decrementDecade() {
|
@@ -560,9 +878,10 @@ class Calendar {
|
|
560
878
|
}
|
561
879
|
incrementYear() {
|
562
880
|
this.currentYear++;
|
563
|
-
|
564
|
-
|
565
|
-
|
881
|
+
let _yearOptions = this.yearOptions;
|
882
|
+
if (this.yearNavigator && this.currentYear > _yearOptions[_yearOptions.length - 1]) {
|
883
|
+
let difference = _yearOptions[_yearOptions.length - 1] - _yearOptions[0];
|
884
|
+
this.populateYearOptions(_yearOptions[0] + difference, _yearOptions[_yearOptions.length - 1] + difference);
|
566
885
|
}
|
567
886
|
}
|
568
887
|
switchToMonthView(event) {
|
@@ -1489,6 +1808,7 @@ class Calendar {
|
|
1489
1808
|
this.createMonths(this.currentMonth, this.currentYear);
|
1490
1809
|
}
|
1491
1810
|
convertTo24Hour = function (hours, pm) {
|
1811
|
+
//@ts-ignore
|
1492
1812
|
if (this.hourFormat == '12') {
|
1493
1813
|
if (hours === 12) {
|
1494
1814
|
return pm ? 12 : 0;
|
@@ -1723,7 +2043,7 @@ class Calendar {
|
|
1723
2043
|
let value = this.keepInvalid ? val : null;
|
1724
2044
|
this.updateModel(value);
|
1725
2045
|
}
|
1726
|
-
this.filled = val != null && val.length;
|
2046
|
+
this.filled = (val != null && val.length);
|
1727
2047
|
this.onInput.emit(event);
|
1728
2048
|
}
|
1729
2049
|
isValidSelection(value) {
|
@@ -1834,7 +2154,7 @@ class Calendar {
|
|
1834
2154
|
if (!this.inline) {
|
1835
2155
|
if (!this.overlayVisible) {
|
1836
2156
|
this.showOverlay();
|
1837
|
-
this.inputfieldViewChild
|
2157
|
+
this.inputfieldViewChild?.nativeElement.focus();
|
1838
2158
|
}
|
1839
2159
|
else {
|
1840
2160
|
this.hideOverlay();
|
@@ -1847,7 +2167,7 @@ class Calendar {
|
|
1847
2167
|
case 'visibleTouchUI':
|
1848
2168
|
if (!this.inline) {
|
1849
2169
|
this.overlay = event.element;
|
1850
|
-
this.overlay
|
2170
|
+
this.overlay?.setAttribute(this.attributeSelector, '');
|
1851
2171
|
this.appendOverlay();
|
1852
2172
|
this.updateFocus();
|
1853
2173
|
if (this.autoZIndex) {
|
@@ -1904,15 +2224,15 @@ class Calendar {
|
|
1904
2224
|
if (this.appendTo) {
|
1905
2225
|
if (this.view === 'date') {
|
1906
2226
|
this.overlay.style.width = DomHandler.getOuterWidth(this.overlay) + 'px';
|
1907
|
-
this.overlay.style.minWidth = DomHandler.getOuterWidth(this.inputfieldViewChild
|
2227
|
+
this.overlay.style.minWidth = DomHandler.getOuterWidth(this.inputfieldViewChild?.nativeElement) + 'px';
|
1908
2228
|
}
|
1909
2229
|
else {
|
1910
|
-
this.overlay.style.width = DomHandler.getOuterWidth(this.inputfieldViewChild
|
2230
|
+
this.overlay.style.width = DomHandler.getOuterWidth(this.inputfieldViewChild?.nativeElement) + 'px';
|
1911
2231
|
}
|
1912
|
-
DomHandler.absolutePosition(this.overlay, this.inputfieldViewChild
|
2232
|
+
DomHandler.absolutePosition(this.overlay, this.inputfieldViewChild?.nativeElement);
|
1913
2233
|
}
|
1914
2234
|
else {
|
1915
|
-
DomHandler.relativePosition(this.overlay, this.inputfieldViewChild
|
2235
|
+
DomHandler.relativePosition(this.overlay, this.inputfieldViewChild?.nativeElement);
|
1916
2236
|
}
|
1917
2237
|
}
|
1918
2238
|
}
|
@@ -2282,7 +2602,7 @@ class Calendar {
|
|
2282
2602
|
return date;
|
2283
2603
|
}
|
2284
2604
|
updateFilledState() {
|
2285
|
-
this.filled = this.inputFieldValue && this.inputFieldValue != '';
|
2605
|
+
this.filled = (this.inputFieldValue && this.inputFieldValue != '');
|
2286
2606
|
}
|
2287
2607
|
onTodayButtonClick(event) {
|
2288
2608
|
let date = new Date();
|
@@ -2371,7 +2691,7 @@ class Calendar {
|
|
2371
2691
|
}
|
2372
2692
|
bindScrollListener() {
|
2373
2693
|
if (!this.scrollHandler) {
|
2374
|
-
this.scrollHandler = new ConnectedOverlayScrollHandler(this.containerViewChild
|
2694
|
+
this.scrollHandler = new ConnectedOverlayScrollHandler(this.containerViewChild?.nativeElement, () => {
|
2375
2695
|
if (this.overlayVisible) {
|
2376
2696
|
this.hideOverlay();
|
2377
2697
|
}
|
@@ -2422,8 +2742,8 @@ class Calendar {
|
|
2422
2742
|
this.restoreOverlayAppend();
|
2423
2743
|
this.onOverlayHide();
|
2424
2744
|
}
|
2425
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
2426
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
2745
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Calendar, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }], target: i0.ɵɵFactoryTarget.Component });
|
2746
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: Calendar, selector: "p-calendar", inputs: { style: "style", styleClass: "styleClass", inputStyle: "inputStyle", inputId: "inputId", name: "name", inputStyleClass: "inputStyleClass", placeholder: "placeholder", ariaLabelledBy: "ariaLabelledBy", iconAriaLabel: "iconAriaLabel", disabled: "disabled", dateFormat: "dateFormat", multipleSeparator: "multipleSeparator", rangeSeparator: "rangeSeparator", inline: "inline", showOtherMonths: "showOtherMonths", selectOtherMonths: "selectOtherMonths", showIcon: "showIcon", icon: "icon", appendTo: "appendTo", readonlyInput: "readonlyInput", shortYearCutoff: "shortYearCutoff", monthNavigator: "monthNavigator", yearNavigator: "yearNavigator", hourFormat: "hourFormat", timeOnly: "timeOnly", stepHour: "stepHour", stepMinute: "stepMinute", stepSecond: "stepSecond", showSeconds: "showSeconds", required: "required", showOnFocus: "showOnFocus", showWeek: "showWeek", showClear: "showClear", dataType: "dataType", selectionMode: "selectionMode", maxDateCount: "maxDateCount", showButtonBar: "showButtonBar", todayButtonStyleClass: "todayButtonStyleClass", clearButtonStyleClass: "clearButtonStyleClass", autoZIndex: "autoZIndex", baseZIndex: "baseZIndex", panelStyleClass: "panelStyleClass", panelStyle: "panelStyle", keepInvalid: "keepInvalid", hideOnDateTimeSelect: "hideOnDateTimeSelect", touchUI: "touchUI", timeSeparator: "timeSeparator", focusTrap: "focusTrap", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", tabindex: "tabindex", 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" }, host: { properties: { "class.p-inputwrapper-filled": "filled", "class.p-inputwrapper-focus": "focus", "class.p-calendar-clearable": "showClear && !disabled" }, classAttribute: "p-element p-inputwrapper" }, providers: [CALENDAR_VALUE_ACCESSOR], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "inputfieldViewChild", first: true, predicate: ["inputfield"], descendants: true }, { propertyName: "content", first: true, predicate: ["contentWrapper"], descendants: true }], ngImport: i0, template: `
|
2427
2747
|
<span #container [ngClass]="{ 'p-calendar': true, 'p-calendar-w-btn': showIcon, 'p-calendar-timeonly': timeOnly, 'p-calendar-disabled': disabled, 'p-focus': focus }" [ngStyle]="style" [class]="styleClass">
|
2428
2748
|
<ng-template [ngIf]="!inline">
|
2429
2749
|
<input
|
@@ -2727,7 +3047,7 @@ class Calendar {
|
|
2727
3047
|
])
|
2728
3048
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
2729
3049
|
}
|
2730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
3050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: Calendar, decorators: [{
|
2731
3051
|
type: Component,
|
2732
3052
|
args: [{ selector: 'p-calendar', template: `
|
2733
3053
|
<span #container [ngClass]="{ 'p-calendar': true, 'p-calendar-w-btn': showIcon, 'p-calendar-timeonly': timeOnly, 'p-calendar-disabled': disabled, 'p-focus': focus }" [ngStyle]="style" [class]="styleClass">
|
@@ -3140,6 +3460,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
3140
3460
|
type: Input
|
3141
3461
|
}], hideTransitionOptions: [{
|
3142
3462
|
type: Input
|
3463
|
+
}], tabindex: [{
|
3464
|
+
type: Input
|
3465
|
+
}], minDate: [{
|
3466
|
+
type: Input
|
3467
|
+
}], maxDate: [{
|
3468
|
+
type: Input
|
3469
|
+
}], disabledDates: [{
|
3470
|
+
type: Input
|
3471
|
+
}], disabledDays: [{
|
3472
|
+
type: Input
|
3473
|
+
}], yearRange: [{
|
3474
|
+
type: Input
|
3475
|
+
}], showTime: [{
|
3476
|
+
type: Input
|
3477
|
+
}], responsiveOptions: [{
|
3478
|
+
type: Input
|
3479
|
+
}], numberOfMonths: [{
|
3480
|
+
type: Input
|
3481
|
+
}], firstDayOfWeek: [{
|
3482
|
+
type: Input
|
3483
|
+
}], locale: [{
|
3484
|
+
type: Input
|
3485
|
+
}], view: [{
|
3486
|
+
type: Input
|
3487
|
+
}], defaultDate: [{
|
3488
|
+
type: Input
|
3143
3489
|
}], onFocus: [{
|
3144
3490
|
type: Output
|
3145
3491
|
}], onBlur: [{
|
@@ -3167,8 +3513,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
3167
3513
|
}], templates: [{
|
3168
3514
|
type: ContentChildren,
|
3169
3515
|
args: [PrimeTemplate]
|
3170
|
-
}], tabindex: [{
|
3171
|
-
type: Input
|
3172
3516
|
}], containerViewChild: [{
|
3173
3517
|
type: ViewChild,
|
3174
3518
|
args: ['container', { static: false }]
|
@@ -3178,37 +3522,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.0", ngImpor
|
|
3178
3522
|
}], content: [{
|
3179
3523
|
type: ViewChild,
|
3180
3524
|
args: ['contentWrapper', { static: false }]
|
3181
|
-
}], view: [{
|
3182
|
-
type: Input
|
3183
|
-
}], defaultDate: [{
|
3184
|
-
type: Input
|
3185
|
-
}], minDate: [{
|
3186
|
-
type: Input
|
3187
|
-
}], maxDate: [{
|
3188
|
-
type: Input
|
3189
|
-
}], disabledDates: [{
|
3190
|
-
type: Input
|
3191
|
-
}], disabledDays: [{
|
3192
|
-
type: Input
|
3193
|
-
}], yearRange: [{
|
3194
|
-
type: Input
|
3195
|
-
}], showTime: [{
|
3196
|
-
type: Input
|
3197
|
-
}], responsiveOptions: [{
|
3198
|
-
type: Input
|
3199
|
-
}], numberOfMonths: [{
|
3200
|
-
type: Input
|
3201
|
-
}], firstDayOfWeek: [{
|
3202
|
-
type: Input
|
3203
|
-
}], locale: [{
|
3204
|
-
type: Input
|
3205
3525
|
}] } });
|
3206
3526
|
class CalendarModule {
|
3207
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
3208
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.
|
3209
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.
|
3527
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
3528
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.2", ngImport: i0, type: CalendarModule, declarations: [Calendar], imports: [CommonModule, ButtonModule, SharedModule, RippleModule, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, TimesIcon, CalendarIcon], exports: [Calendar, ButtonModule, SharedModule] });
|
3529
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: CalendarModule, imports: [CommonModule, ButtonModule, SharedModule, RippleModule, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, TimesIcon, CalendarIcon, ButtonModule, SharedModule] });
|
3210
3530
|
}
|
3211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
3531
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: CalendarModule, decorators: [{
|
3212
3532
|
type: NgModule,
|
3213
3533
|
args: [{
|
3214
3534
|
imports: [CommonModule, ButtonModule, SharedModule, RippleModule, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, TimesIcon, CalendarIcon],
|