primeng 16.0.0-rc.1 → 16.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 +127 -30
- package/accordion/accordion.interface.d.ts +47 -0
- package/accordion/public_api.d.ts +1 -0
- package/animate/animate.d.ts +9 -3
- package/api/blockableui.d.ts +7 -0
- package/api/confirmation.d.ts +66 -0
- package/api/contextmenuservice.d.ts +3 -2
- package/api/filtermetadata.d.ts +12 -0
- package/api/filterservice.d.ts +1 -20
- package/api/lazyloadevent.d.ts +32 -1
- package/api/lazyloadmeta.d.ts +18 -0
- package/api/megamenuitem.d.ts +89 -0
- package/api/menuitem.d.ts +104 -0
- package/api/message.d.ts +3 -0
- package/api/overlayoptions.d.ts +126 -0
- package/api/public_api.d.ts +1 -0
- package/api/selectitem.d.ts +3 -0
- package/api/selectitemgroup.d.ts +3 -0
- package/api/shared.d.ts +2 -2
- package/api/sortevent.d.ts +3 -0
- package/api/sortmeta.d.ts +3 -0
- package/api/tablestate.d.ts +40 -1
- package/api/translation.d.ts +3 -0
- package/api/treenode.d.ts +3 -0
- package/api/treenodedragevent.d.ts +3 -0
- package/autocomplete/autocomplete.d.ts +369 -96
- package/autocomplete/autocomplete.interface.d.ts +131 -0
- package/autocomplete/public_api.d.ts +1 -0
- package/autofocus/autofocus.d.ts +5 -1
- package/avatar/avatar.d.ts +44 -9
- package/avatargroup/avatargroup.d.ts +11 -2
- package/badge/badge.d.ts +57 -14
- package/blockui/blockui.d.ts +30 -9
- package/blockui/blockui.interface.d.ts +11 -0
- package/blockui/public_api.d.ts +1 -0
- package/breadcrumb/breadcrumb.d.ts +40 -12
- package/breadcrumb/breadcrumb.interface.d.ts +26 -0
- package/breadcrumb/public_api.d.ts +1 -0
- package/button/button.d.ts +109 -23
- package/button/button.interface.d.ts +19 -0
- package/button/public_api.d.ts +1 -0
- package/calendar/calendar.d.ts +452 -152
- package/calendar/calendar.interface.d.ts +134 -0
- package/calendar/public_api.d.ts +1 -0
- package/card/card.d.ts +32 -14
- package/card/card.interface.d.ts +27 -0
- package/card/public_api.d.ts +1 -0
- package/carousel/carousel.d.ts +119 -31
- package/carousel/carousel.interface.d.ts +52 -0
- package/carousel/public_api.d.ts +1 -0
- package/cascadeselect/cascadeselect.d.ts +207 -70
- package/cascadeselect/cascadeselect.interface.d.ts +88 -0
- package/cascadeselect/public_api.d.ts +1 -0
- package/chart/chart.d.ts +39 -7
- package/checkbox/checkbox.d.ts +104 -22
- package/checkbox/checkbox.interface.d.ts +25 -0
- package/checkbox/public_api.d.ts +1 -0
- package/chip/chip.d.ts +55 -14
- package/chip/chip.interface.d.ts +15 -0
- package/chip/public_api.d.ts +1 -0
- package/chips/chips.d.ts +120 -23
- package/chips/chips.interface.d.ts +55 -0
- package/chips/public_api.d.ts +1 -0
- package/colorpicker/colorpicker.d.ts +134 -44
- package/colorpicker/colorpicker.interface.d.ts +14 -0
- package/colorpicker/public_api.d.ts +1 -0
- package/confirmdialog/confirmdialog.d.ts +172 -43
- package/confirmdialog/confirmdialog.interface.d.ts +23 -0
- package/confirmdialog/public_api.d.ts +1 -0
- package/confirmpopup/confirmpopup.d.ts +56 -17
- package/confirmpopup/confirmpopup.interface.d.ts +15 -0
- package/confirmpopup/public_api.d.ts +1 -0
- package/contextmenu/contextmenu.d.ts +83 -36
- package/dataview/dataview.d.ts +189 -52
- package/dataview/dataview.interface.d.ts +178 -0
- package/dataview/public_api.d.ts +1 -0
- package/defer/defer.d.ts +11 -5
- package/dialog/dialog.d.ts +242 -57
- package/dialog/dialog.interface.d.ts +31 -0
- package/dialog/public_api.d.ts +1 -0
- package/divider/divider.d.ts +28 -6
- package/dock/dock.d.ts +34 -11
- package/dock/dock.interface.d.ts +19 -0
- package/dock/public_api.d.ts +1 -0
- package/dragdrop/dragdrop.d.ts +69 -26
- package/dropdown/dropdown.d.ts +428 -135
- package/dropdown/dropdown.interface.d.ts +144 -0
- package/dropdown/public_api.d.ts +1 -0
- package/dynamicdialog/dynamicdialog.d.ts +22 -21
- package/editor/editor.d.ts +73 -17
- package/editor/editor.interface.d.ts +61 -0
- package/editor/public_api.d.ts +1 -0
- package/esm2022/accordion/accordion.interface.mjs +2 -0
- package/esm2022/accordion/accordion.mjs +130 -42
- package/esm2022/accordion/public_api.mjs +2 -1
- package/esm2022/animate/animate.mjs +14 -8
- package/esm2022/api/blockableui.mjs +1 -1
- package/esm2022/api/confirmation.mjs +1 -1
- package/esm2022/api/confirmationservice.mjs +4 -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 +4 -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 +2 -1
- 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/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/autocomplete/autocomplete.interface.mjs +2 -0
- package/esm2022/autocomplete/autocomplete.mjs +341 -75
- package/esm2022/autocomplete/public_api.mjs +2 -1
- package/esm2022/autofocus/autofocus.mjs +12 -8
- package/esm2022/avatar/avatar.mjs +42 -9
- package/esm2022/avatargroup/avatargroup.mjs +15 -8
- package/esm2022/badge/badge.mjs +83 -39
- package/esm2022/baseicon/baseicon.mjs +3 -3
- package/esm2022/blockui/blockui.interface.mjs +2 -0
- package/esm2022/blockui/blockui.mjs +45 -24
- package/esm2022/blockui/public_api.mjs +2 -1
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +2 -0
- package/esm2022/breadcrumb/breadcrumb.mjs +37 -12
- package/esm2022/breadcrumb/public_api.mjs +2 -1
- package/esm2022/button/button.interface.mjs +2 -0
- package/esm2022/button/button.mjs +119 -36
- package/esm2022/button/public_api.mjs +2 -1
- package/esm2022/calendar/calendar.interface.mjs +2 -0
- package/esm2022/calendar/calendar.mjs +471 -156
- package/esm2022/calendar/public_api.mjs +2 -1
- package/esm2022/card/card.interface.mjs +2 -0
- package/esm2022/card/card.mjs +26 -10
- package/esm2022/card/public_api.mjs +2 -1
- package/esm2022/carousel/carousel.interface.mjs +2 -0
- package/esm2022/carousel/carousel.mjs +93 -15
- package/esm2022/carousel/public_api.mjs +2 -1
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +2 -0
- package/esm2022/cascadeselect/cascadeselect.mjs +169 -40
- package/esm2022/cascadeselect/public_api.mjs +2 -1
- package/esm2022/chart/chart.mjs +52 -20
- package/esm2022/checkbox/checkbox.interface.mjs +2 -0
- package/esm2022/checkbox/checkbox.mjs +89 -12
- package/esm2022/checkbox/public_api.mjs +2 -1
- package/esm2022/chip/chip.interface.mjs +2 -0
- package/esm2022/chip/chip.mjs +49 -11
- package/esm2022/chip/public_api.mjs +2 -1
- package/esm2022/chips/chips.interface.mjs +2 -0
- package/esm2022/chips/chips.mjs +102 -9
- package/esm2022/chips/public_api.mjs +2 -1
- package/esm2022/colorpicker/colorpicker.interface.mjs +2 -0
- package/esm2022/colorpicker/colorpicker.mjs +78 -17
- package/esm2022/colorpicker/public_api.mjs +2 -1
- package/esm2022/confirmdialog/confirmdialog.interface.mjs +2 -0
- package/esm2022/confirmdialog/confirmdialog.mjs +149 -20
- package/esm2022/confirmdialog/public_api.mjs +2 -1
- package/esm2022/confirmpopup/confirmpopup.interface.mjs +2 -0
- package/esm2022/confirmpopup/confirmpopup.mjs +68 -32
- package/esm2022/confirmpopup/public_api.mjs +2 -1
- package/esm2022/contextmenu/contextmenu.mjs +74 -30
- package/esm2022/dataview/dataview.interface.mjs +2 -0
- package/esm2022/dataview/dataview.mjs +159 -28
- package/esm2022/dataview/public_api.mjs +2 -1
- package/esm2022/defer/defer.mjs +15 -10
- package/esm2022/dialog/dialog.interface.mjs +2 -0
- package/esm2022/dialog/dialog.mjs +276 -92
- package/esm2022/dialog/public_api.mjs +2 -1
- package/esm2022/divider/divider.mjs +31 -11
- package/esm2022/dock/dock.interface.mjs +2 -0
- package/esm2022/dock/dock.mjs +31 -11
- package/esm2022/dock/public_api.mjs +2 -1
- package/esm2022/dragdrop/dragdrop.mjs +60 -18
- package/esm2022/dropdown/dropdown.interface.mjs +2 -0
- package/esm2022/dropdown/dropdown.mjs +390 -102
- package/esm2022/dropdown/public_api.mjs +2 -1
- package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
- 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 +87 -35
- package/esm2022/editor/public_api.mjs +2 -1
- package/esm2022/fieldset/fieldset.interface.mjs +2 -0
- package/esm2022/fieldset/fieldset.mjs +61 -21
- package/esm2022/fieldset/public_api.mjs +2 -1
- package/esm2022/fileupload/fileupload.interface.mjs +2 -0
- package/esm2022/fileupload/fileupload.mjs +219 -21
- package/esm2022/fileupload/public_api.mjs +2 -1
- package/esm2022/focustrap/focustrap.mjs +13 -9
- package/esm2022/galleria/galleria.interface.mjs +2 -0
- package/esm2022/galleria/galleria.mjs +151 -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 +3 -3
- package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
- package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
- package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
- package/esm2022/icons/arrowright/arrowright.mjs +3 -3
- package/esm2022/icons/arrowup/arrowup.mjs +3 -3
- package/esm2022/icons/ban/ban.mjs +3 -3
- 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 +3 -3
- package/esm2022/icons/eye/eye.mjs +3 -3
- package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
- package/esm2022/icons/filter/filter.mjs +3 -3
- package/esm2022/icons/filterslash/filterslash.mjs +3 -3
- package/esm2022/icons/home/home.mjs +3 -3
- package/esm2022/icons/infocircle/infocircle.mjs +3 -3
- package/esm2022/icons/minus/minus.mjs +3 -3
- package/esm2022/icons/pencil/pencil.mjs +3 -3
- package/esm2022/icons/plus/plus.mjs +3 -3
- package/esm2022/icons/refresh/refresh.mjs +3 -3
- package/esm2022/icons/search/search.mjs +3 -3
- package/esm2022/icons/searchminus/searchminus.mjs +3 -3
- package/esm2022/icons/searchplus/searchplus.mjs +3 -3
- package/esm2022/icons/sortalt/sortalt.mjs +3 -3
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
- package/esm2022/icons/spinner/spinner.mjs +3 -3
- package/esm2022/icons/star/star.mjs +3 -3
- package/esm2022/icons/starfill/starfill.mjs +3 -3
- package/esm2022/icons/thlarge/thlarge.mjs +3 -3
- package/esm2022/icons/times/times.mjs +3 -3
- package/esm2022/icons/timescircle/timescircle.mjs +3 -3
- package/esm2022/icons/trash/trash.mjs +3 -3
- package/esm2022/icons/undo/undo.mjs +3 -3
- package/esm2022/icons/upload/upload.mjs +3 -3
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
- package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
- package/esm2022/image/image.interface.mjs +2 -0
- package/esm2022/image/image.mjs +77 -16
- package/esm2022/image/public_api.mjs +2 -1
- package/esm2022/inplace/inplace.interface.mjs +2 -0
- package/esm2022/inplace/inplace.mjs +72 -24
- package/esm2022/inplace/public_api.mjs +2 -1
- package/esm2022/inputmask/inputmask.interface.mjs +2 -0
- package/esm2022/inputmask/inputmask.mjs +165 -41
- package/esm2022/inputmask/public_api.mjs +2 -1
- package/esm2022/inputnumber/inputnumber.interface.mjs +2 -0
- package/esm2022/inputnumber/inputnumber.mjs +239 -43
- package/esm2022/inputnumber/public_api.mjs +2 -1
- package/esm2022/inputswitch/inputswitch.interface.mjs +2 -0
- package/esm2022/inputswitch/inputswitch.mjs +57 -8
- package/esm2022/inputswitch/public_api.mjs +2 -1
- package/esm2022/inputtext/inputtext.mjs +9 -9
- package/esm2022/inputtextarea/inputtextarea.mjs +17 -8
- package/esm2022/keyfilter/keyfilter.mjs +30 -17
- package/esm2022/knob/knob.mjs +86 -18
- package/esm2022/listbox/listbox.interface.mjs +2 -0
- package/esm2022/listbox/listbox.mjs +150 -27
- package/esm2022/listbox/public_api.mjs +2 -1
- package/esm2022/megamenu/megamenu.interface.mjs +2 -0
- package/esm2022/megamenu/megamenu.mjs +29 -13
- package/esm2022/megamenu/public_api.mjs +2 -1
- package/esm2022/menu/menu.mjs +62 -22
- package/esm2022/menubar/menubar.interface.mjs +2 -0
- package/esm2022/menubar/menubar.mjs +67 -34
- package/esm2022/menubar/public_api.mjs +2 -1
- package/esm2022/message/message.mjs +30 -10
- package/esm2022/messages/messages.interface.mjs +2 -0
- package/esm2022/messages/messages.mjs +64 -19
- package/esm2022/messages/public_api.mjs +2 -1
- package/esm2022/multiselect/multiselect.interface.mjs +2 -0
- package/esm2022/multiselect/multiselect.mjs +330 -63
- package/esm2022/multiselect/public_api.mjs +2 -1
- package/esm2022/orderlist/orderlist.interface.mjs +2 -0
- package/esm2022/orderlist/orderlist.mjs +138 -38
- package/esm2022/orderlist/public_api.mjs +2 -1
- package/esm2022/organizationchart/organizationchart.interface.mjs +2 -0
- package/esm2022/organizationchart/organizationchart.mjs +67 -14
- package/esm2022/organizationchart/public_api.mjs +2 -1
- package/esm2022/overlay/overlay.mjs +104 -9
- package/esm2022/overlaypanel/overlaypanel.mjs +81 -13
- package/esm2022/paginator/paginator.interface.mjs +2 -0
- package/esm2022/paginator/paginator.mjs +113 -22
- package/esm2022/paginator/public_api.mjs +2 -1
- package/esm2022/panel/panel.interface.mjs +2 -0
- package/esm2022/panel/panel.mjs +80 -16
- package/esm2022/panel/public_api.mjs +2 -1
- package/esm2022/panelmenu/panelmenu.interface.mjs +2 -0
- package/esm2022/panelmenu/panelmenu.mjs +34 -19
- package/esm2022/panelmenu/public_api.mjs +2 -1
- package/esm2022/password/password.mjs +156 -18
- package/esm2022/picklist/picklist.interface.mjs +2 -0
- package/esm2022/picklist/picklist.mjs +214 -16
- package/esm2022/picklist/public_api.mjs +2 -1
- package/esm2022/progressbar/progressbar.mjs +39 -11
- package/esm2022/progressspinner/progressspinner.mjs +32 -12
- package/esm2022/radiobutton/public_api.mjs +2 -1
- package/esm2022/radiobutton/radiobutton.interface.mjs +2 -0
- package/esm2022/radiobutton/radiobutton.mjs +78 -11
- package/esm2022/rating/public_api.mjs +2 -1
- package/esm2022/rating/rating.interface.mjs +2 -0
- package/esm2022/rating/rating.mjs +66 -22
- package/esm2022/ripple/ripple.mjs +12 -12
- package/esm2022/scroller/public_api.mjs +2 -1
- package/esm2022/scroller/scroller.interface.mjs +2 -0
- package/esm2022/scroller/scroller.mjs +137 -20
- package/esm2022/scrollpanel/public_api.mjs +2 -1
- package/esm2022/scrollpanel/scrollpanel.interface.mjs +2 -0
- package/esm2022/scrollpanel/scrollpanel.mjs +30 -13
- package/esm2022/scrolltop/public_api.mjs +2 -1
- package/esm2022/scrolltop/scrolltop.interface.mjs +2 -0
- package/esm2022/scrolltop/scrolltop.mjs +44 -12
- package/esm2022/selectbutton/public_api.mjs +2 -1
- package/esm2022/selectbutton/selectbutton.interface.mjs +2 -0
- package/esm2022/selectbutton/selectbutton.mjs +62 -8
- package/esm2022/sidebar/public_api.mjs +2 -1
- package/esm2022/sidebar/sidebar.interface.mjs +2 -0
- package/esm2022/sidebar/sidebar.mjs +123 -50
- package/esm2022/skeleton/skeleton.mjs +43 -11
- package/esm2022/slidemenu/public_api.mjs +2 -1
- package/esm2022/slidemenu/slidemenu.interface.mjs +2 -0
- package/esm2022/slidemenu/slidemenu.mjs +109 -31
- package/esm2022/slider/public_api.mjs +2 -1
- package/esm2022/slider/slider.interface.mjs +2 -0
- package/esm2022/slider/slider.mjs +70 -15
- package/esm2022/speeddial/public_api.mjs +2 -1
- package/esm2022/speeddial/speeddial.interface.mjs +2 -0
- package/esm2022/speeddial/speeddial.mjs +119 -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 +88 -18
- package/esm2022/splitter/public_api.mjs +2 -1
- package/esm2022/splitter/splitter.interface.mjs +2 -0
- package/esm2022/splitter/splitter.mjs +74 -24
- package/esm2022/steps/steps.mjs +34 -9
- package/esm2022/styleclass/styleclass.mjs +50 -10
- package/esm2022/table/public_api.mjs +2 -1
- package/esm2022/table/table.interface.mjs +2 -0
- package/esm2022/table/table.mjs +686 -220
- package/esm2022/tabmenu/public_api.mjs +2 -1
- package/esm2022/tabmenu/tabmenu.interface.mjs +2 -0
- package/esm2022/tabmenu/tabmenu.mjs +48 -20
- package/esm2022/tabview/public_api.mjs +2 -1
- package/esm2022/tabview/tabview.interface.mjs +2 -0
- package/esm2022/tabview/tabview.mjs +191 -101
- package/esm2022/tag/public_api.mjs +2 -1
- package/esm2022/tag/tag.interface.mjs +2 -0
- package/esm2022/tag/tag.mjs +39 -15
- package/esm2022/terminal/terminal.mjs +24 -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 +90 -23
- package/esm2022/timeline/public_api.mjs +2 -1
- package/esm2022/timeline/timeline.interface.mjs +2 -0
- package/esm2022/timeline/timeline.mjs +28 -8
- package/esm2022/toast/public_api.mjs +2 -1
- package/esm2022/toast/toast.interface.mjs +2 -0
- package/esm2022/toast/toast.mjs +92 -36
- package/esm2022/togglebutton/public_api.mjs +2 -1
- package/esm2022/togglebutton/togglebutton.interface.mjs +2 -0
- package/esm2022/togglebutton/togglebutton.mjs +59 -10
- package/esm2022/toolbar/public_api.mjs +2 -1
- package/esm2022/toolbar/toolbar.interface.mjs +2 -0
- package/esm2022/toolbar/toolbar.mjs +16 -8
- package/esm2022/tooltip/public_api.mjs +2 -1
- package/esm2022/tooltip/tooltip.interface.mjs +2 -0
- package/esm2022/tooltip/tooltip.mjs +81 -9
- package/esm2022/tree/public_api.mjs +2 -1
- package/esm2022/tree/tree.interface.mjs +2 -0
- package/esm2022/tree/tree.mjs +241 -41
- package/esm2022/treeselect/public_api.mjs +2 -1
- package/esm2022/treeselect/treeselect.interface.mjs +2 -0
- package/esm2022/treeselect/treeselect.mjs +215 -53
- package/esm2022/treetable/public_api.mjs +2 -1
- package/esm2022/treetable/treetable.interface.mjs +2 -0
- package/esm2022/treetable/treetable.mjs +497 -155
- package/esm2022/tristatecheckbox/public_api.mjs +2 -1
- package/esm2022/tristatecheckbox/tristatecheckbox.interface.mjs +2 -0
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +57 -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 +48 -11
- package/fesm2022/primeng-accordion.mjs +128 -40
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animate.mjs +13 -7
- package/fesm2022/primeng-animate.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +34 -34
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +341 -75
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +11 -7
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +42 -9
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-avatargroup.mjs +14 -7
- package/fesm2022/primeng-avatargroup.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +82 -38
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-baseicon.mjs +3 -3
- package/fesm2022/primeng-blockui.mjs +45 -24
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +38 -13
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +118 -35
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +470 -155
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +25 -9
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +92 -14
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +168 -39
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +51 -19
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +89 -12
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +49 -11
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +101 -8
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +77 -16
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +147 -18
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +68 -32
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +72 -28
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +158 -27
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +14 -9
- package/fesm2022/primeng-defer.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +276 -92
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +30 -10
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +31 -11
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +59 -17
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +390 -102
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +14 -14
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +86 -35
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +60 -20
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +218 -20
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +12 -8
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +151 -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 +3 -3
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs +3 -3
- package/fesm2022/primeng-icons-ban.mjs +3 -3
- 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 +3 -3
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
- package/fesm2022/primeng-icons-filter.mjs +3 -3
- package/fesm2022/primeng-icons-filterslash.mjs +3 -3
- package/fesm2022/primeng-icons-home.mjs +3 -3
- package/fesm2022/primeng-icons-infocircle.mjs +3 -3
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs +3 -3
- package/fesm2022/primeng-icons-plus.mjs +3 -3
- package/fesm2022/primeng-icons-refresh.mjs +3 -3
- package/fesm2022/primeng-icons-search.mjs +3 -3
- package/fesm2022/primeng-icons-searchminus.mjs +3 -3
- package/fesm2022/primeng-icons-searchplus.mjs +3 -3
- package/fesm2022/primeng-icons-sortalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/primeng-icons-spinner.mjs +3 -3
- package/fesm2022/primeng-icons-star.mjs +3 -3
- package/fesm2022/primeng-icons-starfill.mjs +3 -3
- package/fesm2022/primeng-icons-thlarge.mjs +3 -3
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs +3 -3
- package/fesm2022/primeng-icons-trash.mjs +3 -3
- package/fesm2022/primeng-icons-undo.mjs +3 -3
- package/fesm2022/primeng-icons-upload.mjs +3 -3
- package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
- package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
- package/fesm2022/primeng-image.mjs +76 -15
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +72 -24
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +165 -41
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +239 -43
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputswitch.mjs +56 -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 +16 -7
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +29 -16
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +85 -17
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +149 -26
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +29 -13
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +61 -21
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +68 -35
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +30 -10
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +65 -20
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +329 -62
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +137 -37
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +66 -13
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +103 -8
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +80 -12
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +112 -21
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +79 -15
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +34 -19
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +156 -18
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +213 -15
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +38 -10
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +32 -12
- package/fesm2022/primeng-progressspinner.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +77 -10
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +66 -22
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +11 -11
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +137 -20
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +30 -13
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +44 -12
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +61 -7
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +122 -49
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +43 -11
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slidemenu.mjs +109 -31
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +69 -14
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +119 -18
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-spinner.mjs +7 -7
- package/fesm2022/primeng-splitbutton.mjs +88 -18
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +73 -23
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +34 -9
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +49 -9
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +685 -219
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +47 -19
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +192 -102
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +38 -13
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +26 -10
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +91 -24
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +27 -7
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +93 -36
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +58 -9
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +15 -7
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +80 -8
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +240 -40
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +215 -53
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +496 -154
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +56 -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 +48 -11
- package/fesm2022/primeng-virtualscroller.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +62 -17
- package/fieldset/fieldset.interface.d.ts +44 -0
- package/fieldset/public_api.d.ts +1 -0
- package/fileupload/fileupload.d.ts +260 -58
- package/fileupload/fileupload.interface.d.ts +125 -0
- package/fileupload/public_api.d.ts +1 -0
- package/focustrap/focustrap.d.ts +5 -1
- package/galleria/galleria.d.ts +185 -63
- package/galleria/galleria.interface.d.ts +96 -0
- package/galleria/public_api.d.ts +1 -0
- package/image/image.d.ts +89 -23
- package/image/image.interface.d.ts +31 -0
- package/image/public_api.d.ts +1 -0
- package/inplace/inplace.d.ts +67 -16
- package/inplace/inplace.interface.d.ts +19 -0
- package/inplace/public_api.d.ts +1 -0
- package/inputmask/inputmask.d.ts +188 -60
- package/inputmask/inputmask.interface.d.ts +18 -0
- package/inputmask/public_api.d.ts +1 -0
- package/inputnumber/inputnumber.d.ts +273 -84
- package/inputnumber/inputnumber.interface.d.ts +37 -0
- package/inputnumber/public_api.d.ts +1 -0
- package/inputswitch/inputswitch.d.ts +61 -13
- package/inputswitch/inputswitch.interface.d.ts +14 -0
- package/inputswitch/public_api.d.ts +1 -0
- package/inputtext/inputtext.d.ts +3 -2
- package/inputtextarea/inputtextarea.d.ts +18 -9
- package/keyfilter/keyfilter.d.ts +20 -7
- package/knob/knob.d.ts +90 -23
- package/listbox/listbox.d.ts +186 -61
- package/listbox/listbox.interface.d.ts +122 -0
- package/listbox/public_api.d.ts +1 -0
- package/megamenu/megamenu.d.ts +32 -13
- package/megamenu/megamenu.interface.d.ts +19 -0
- package/megamenu/public_api.d.ts +1 -0
- package/menu/menu.d.ts +64 -18
- package/menubar/menubar.d.ts +64 -29
- package/menubar/menubar.interface.d.ts +23 -0
- package/menubar/public_api.d.ts +1 -0
- package/message/message.d.ts +26 -4
- package/messages/messages.d.ts +59 -12
- package/messages/messages.interface.d.ts +11 -0
- package/messages/public_api.d.ts +1 -0
- package/multiselect/multiselect.d.ts +403 -128
- package/multiselect/multiselect.interface.d.ts +196 -0
- package/multiselect/public_api.d.ts +1 -0
- package/orderlist/orderlist.d.ts +151 -49
- package/orderlist/orderlist.interface.d.ts +107 -0
- package/orderlist/public_api.d.ts +1 -0
- package/organizationchart/organizationchart.d.ts +73 -19
- package/organizationchart/organizationchart.interface.d.ts +54 -0
- package/organizationchart/public_api.d.ts +1 -0
- package/overlay/overlay.d.ts +104 -9
- package/overlaypanel/overlaypanel.d.ts +91 -20
- package/package.json +154 -148
- package/paginator/paginator.d.ts +126 -30
- package/paginator/paginator.interface.d.ts +32 -0
- package/paginator/public_api.d.ts +1 -0
- package/panel/panel.d.ts +94 -27
- package/panel/panel.interface.d.ts +55 -0
- package/panel/public_api.d.ts +1 -0
- package/panelmenu/panelmenu.d.ts +36 -19
- package/panelmenu/panelmenu.interface.d.ts +11 -0
- package/panelmenu/public_api.d.ts +1 -0
- package/password/password.d.ts +196 -52
- package/picklist/picklist.d.ts +290 -92
- package/picklist/picklist.interface.d.ts +231 -0
- package/picklist/public_api.d.ts +1 -0
- package/progressbar/progressbar.d.ts +35 -5
- package/progressspinner/progressspinner.d.ts +25 -3
- package/radiobutton/public_api.d.ts +1 -0
- package/radiobutton/radiobutton.d.ts +93 -22
- package/radiobutton/radiobutton.interface.d.ts +14 -0
- package/rating/public_api.d.ts +1 -0
- package/rating/rating.d.ts +79 -22
- package/rating/rating.interface.d.ts +33 -0
- package/ripple/ripple.d.ts +3 -2
- package/scroller/public_api.d.ts +1 -0
- package/scroller/scroller.d.ts +193 -92
- package/scroller/scroller.interface.d.ts +166 -0
- package/scrollpanel/public_api.d.ts +1 -0
- package/scrollpanel/scrollpanel.d.ts +41 -21
- package/scrollpanel/scrollpanel.interface.d.ts +11 -0
- package/scrolltop/public_api.d.ts +1 -0
- package/scrolltop/scrolltop.d.ts +46 -12
- package/scrolltop/scrolltop.interface.d.ts +18 -0
- package/selectbutton/public_api.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +69 -14
- package/selectbutton/selectbutton.interface.d.ts +43 -0
- package/sidebar/public_api.d.ts +1 -0
- package/sidebar/sidebar.d.ts +97 -23
- package/sidebar/sidebar.interface.d.ts +23 -0
- package/skeleton/skeleton.d.ts +43 -5
- package/slidemenu/public_api.d.ts +1 -0
- package/slidemenu/slidemenu.d.ts +114 -33
- package/slidemenu/slidemenu.interface.d.ts +15 -0
- package/slider/public_api.d.ts +1 -0
- package/slider/slider.d.ts +95 -37
- package/slider/slider.interface.d.ts +36 -0
- package/speeddial/public_api.d.ts +1 -0
- package/speeddial/speeddial.d.ts +133 -28
- package/speeddial/speeddial.interface.d.ts +11 -0
- package/splitbutton/public_api.d.ts +1 -0
- package/splitbutton/splitbutton.d.ts +98 -24
- package/splitbutton/splitbutton.interface.d.ts +15 -0
- package/splitter/public_api.d.ts +1 -0
- package/splitter/splitter.d.ts +87 -30
- package/splitter/splitter.interface.d.ts +32 -0
- package/steps/steps.d.ts +34 -7
- package/styleclass/styleclass.d.ts +58 -17
- package/table/public_api.d.ts +1 -0
- package/table/table.d.ts +801 -320
- package/table/table.interface.d.ts +514 -0
- package/tabmenu/public_api.d.ts +1 -0
- package/tabmenu/tabmenu.d.ts +49 -18
- package/tabmenu/tabmenu.interface.d.ts +32 -0
- package/tabview/public_api.d.ts +1 -0
- package/tabview/tabview.d.ts +151 -54
- package/tabview/tabview.interface.d.ts +75 -0
- package/tag/public_api.d.ts +1 -0
- package/tag/tag.d.ts +38 -10
- package/tag/tag.interface.d.ts +11 -0
- package/terminal/terminal.d.ts +22 -4
- package/tieredmenu/public_api.d.ts +1 -0
- package/tieredmenu/tieredmenu.d.ts +99 -34
- package/tieredmenu/tieredmenu.interface.d.ts +11 -0
- package/timeline/public_api.d.ts +1 -0
- package/timeline/timeline.d.ts +31 -8
- package/timeline/timeline.interface.d.ts +43 -0
- package/toast/public_api.d.ts +1 -0
- package/toast/toast.d.ts +86 -27
- package/toast/toast.interface.d.ts +41 -0
- package/togglebutton/public_api.d.ts +1 -0
- package/togglebutton/togglebutton.d.ts +61 -11
- package/togglebutton/togglebutton.interface.d.ts +14 -0
- package/toolbar/public_api.d.ts +1 -0
- package/toolbar/toolbar.d.ts +17 -7
- package/toolbar/toolbar.interface.d.ts +19 -0
- package/tooltip/public_api.d.ts +1 -0
- package/tooltip/tooltip.d.ts +99 -43
- package/tooltip/tooltip.interface.d.ts +21 -0
- package/tree/public_api.d.ts +1 -0
- package/tree/tree.d.ts +294 -93
- package/tree/tree.interface.d.ts +183 -0
- package/treeselect/public_api.d.ts +1 -0
- package/treeselect/treeselect.d.ts +256 -74
- package/treeselect/treeselect.interface.d.ts +106 -0
- package/treetable/public_api.d.ts +1 -0
- package/treetable/treetable.d.ts +581 -229
- package/treetable/treetable.interface.d.ts +486 -0
- package/tristatecheckbox/public_api.d.ts +1 -0
- package/tristatecheckbox/tristatecheckbox.d.ts +71 -17
- package/tristatecheckbox/tristatecheckbox.interface.d.ts +29 -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 +60 -18
- package/virtualscroller/virtualscroller.interface.d.ts +72 -0
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class EyeSlashIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: EyeSlashIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: EyeSlashIcon, isStandalone: true, selector: "EyeSlashIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_287_10550)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class EyeSlashIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { EyeSlashIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: EyeSlashIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'EyeSlashIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class FilterIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: FilterIcon, isStandalone: true, selector: "FilterIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_390_17708)">
|
9
9
|
<path
|
@@ -20,7 +20,7 @@ class FilterIcon extends BaseIcon {
|
|
20
20
|
`, isInline: true });
|
21
21
|
}
|
22
22
|
export { FilterIcon };
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterIcon, decorators: [{
|
24
24
|
type: Component,
|
25
25
|
args: [{
|
26
26
|
selector: 'FilterIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class FilterSlashIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterSlashIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: FilterSlashIcon, isStandalone: true, selector: "FilterSlashIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_408_20963)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class FilterSlashIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { FilterSlashIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: FilterSlashIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'FilterSlashIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class HomeIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: HomeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: HomeIcon, isStandalone: true, selector: "HomeIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_408_21060)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class HomeIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { HomeIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: HomeIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'HomeIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class InfoCircleIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: InfoCircleIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: InfoCircleIcon, isStandalone: true, selector: "InfoCircleIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_408_21102)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class InfoCircleIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { InfoCircleIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: InfoCircleIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'InfoCircleIcon',
|
@@ -3,8 +3,8 @@ import { Component } from '@angular/core';
|
|
3
3
|
import { BaseIcon } from 'primeng/baseicon';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
class MinusIcon extends BaseIcon {
|
6
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
7
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
6
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MinusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
7
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: MinusIcon, isStandalone: true, selector: "MinusIcon", usesInheritance: true, ngImport: i0, template: `
|
8
8
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
9
9
|
<path
|
10
10
|
d="M13.2222 7.77778H0.777778C0.571498 7.77778 0.373667 7.69584 0.227806 7.54998C0.0819442 7.40412 0 7.20629 0 7.00001C0 6.79373 0.0819442 6.5959 0.227806 6.45003C0.373667 6.30417 0.571498 6.22223 0.777778 6.22223H13.2222C13.4285 6.22223 13.6263 6.30417 13.7722 6.45003C13.9181 6.5959 14 6.79373 14 7.00001C14 7.20629 13.9181 7.40412 13.7722 7.54998C13.6263 7.69584 13.4285 7.77778 13.2222 7.77778Z"
|
@@ -14,7 +14,7 @@ class MinusIcon extends BaseIcon {
|
|
14
14
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }] });
|
15
15
|
}
|
16
16
|
export { MinusIcon };
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: MinusIcon, decorators: [{
|
18
18
|
type: Component,
|
19
19
|
args: [{
|
20
20
|
selector: 'MinusIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class PencilIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PencilIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: PencilIcon, isStandalone: true, selector: "PencilIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_414_20836)">
|
9
9
|
<path
|
@@ -20,7 +20,7 @@ class PencilIcon extends BaseIcon {
|
|
20
20
|
`, isInline: true });
|
21
21
|
}
|
22
22
|
export { PencilIcon };
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PencilIcon, decorators: [{
|
24
24
|
type: Component,
|
25
25
|
args: [{
|
26
26
|
selector: 'PencilIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class PlusIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PlusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: PlusIcon, isStandalone: true, selector: "PlusIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_306_11939)">
|
9
9
|
<path
|
@@ -20,7 +20,7 @@ class PlusIcon extends BaseIcon {
|
|
20
20
|
`, isInline: true });
|
21
21
|
}
|
22
22
|
export { PlusIcon };
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: PlusIcon, decorators: [{
|
24
24
|
type: Component,
|
25
25
|
args: [{
|
26
26
|
selector: 'PlusIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class RefreshIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: RefreshIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: RefreshIcon, isStandalone: true, selector: "RefreshIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_414_20758)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class RefreshIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { RefreshIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: RefreshIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'RefreshIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SearchIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SearchIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SearchIcon, isStandalone: true, selector: "SearchIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_238_9909)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class SearchIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { SearchIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SearchIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'SearchIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SearchMinusIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SearchMinusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SearchMinusIcon, isStandalone: true, selector: "SearchMinusIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_417_21152)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class SearchMinusIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { SearchMinusIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SearchMinusIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'SearchMinusIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SearchPlusIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SearchPlusIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SearchPlusIcon, isStandalone: true, selector: "SearchPlusIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_417_21164)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class SearchPlusIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { SearchPlusIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SearchPlusIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'SearchPlusIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SortAltIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SortAltIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SortAltIcon, isStandalone: true, selector: "SortAltIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_378_15529)">
|
9
9
|
<path
|
@@ -26,7 +26,7 @@ class SortAltIcon extends BaseIcon {
|
|
26
26
|
`, isInline: true });
|
27
27
|
}
|
28
28
|
export { SortAltIcon };
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
29
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SortAltIcon, decorators: [{
|
30
30
|
type: Component,
|
31
31
|
args: [{
|
32
32
|
selector: 'SortAltIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SortAmountDownIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SortAmountDownIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SortAmountDownIcon, isStandalone: true, selector: "SortAmountDownIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_378_15544)">
|
9
9
|
<path
|
@@ -40,7 +40,7 @@ class SortAmountDownIcon extends BaseIcon {
|
|
40
40
|
`, isInline: true });
|
41
41
|
}
|
42
42
|
export { SortAmountDownIcon };
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SortAmountDownIcon, decorators: [{
|
44
44
|
type: Component,
|
45
45
|
args: [{
|
46
46
|
selector: 'SortAmountDownIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SortAmountUpAltIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SortAmountUpAltIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SortAmountUpAltIcon, isStandalone: true, selector: "SortAmountUpAltIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_378_15578)">
|
9
9
|
<path
|
@@ -40,7 +40,7 @@ class SortAmountUpAltIcon extends BaseIcon {
|
|
40
40
|
`, isInline: true });
|
41
41
|
}
|
42
42
|
export { SortAmountUpAltIcon };
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SortAmountUpAltIcon, decorators: [{
|
44
44
|
type: Component,
|
45
45
|
args: [{
|
46
46
|
selector: 'SortAmountUpAltIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class SpinnerIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SpinnerIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: SpinnerIcon, isStandalone: true, selector: "SpinnerIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_417_21408)">
|
9
9
|
<path
|
@@ -20,7 +20,7 @@ class SpinnerIcon extends BaseIcon {
|
|
20
20
|
`, isInline: true });
|
21
21
|
}
|
22
22
|
export { SpinnerIcon };
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: SpinnerIcon, decorators: [{
|
24
24
|
type: Component,
|
25
25
|
args: [{
|
26
26
|
selector: 'SpinnerIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class StarIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: StarIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: StarIcon, isStandalone: true, selector: "StarIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_288_11830)">
|
9
9
|
<path
|
@@ -20,7 +20,7 @@ class StarIcon extends BaseIcon {
|
|
20
20
|
`, isInline: true });
|
21
21
|
}
|
22
22
|
export { StarIcon };
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: StarIcon, decorators: [{
|
24
24
|
type: Component,
|
25
25
|
args: [{
|
26
26
|
selector: 'StarIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class StarFillIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: StarFillIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: StarFillIcon, isStandalone: true, selector: "StarFillIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_288_11823)">
|
9
9
|
<path
|
@@ -20,7 +20,7 @@ class StarFillIcon extends BaseIcon {
|
|
20
20
|
`, isInline: true });
|
21
21
|
}
|
22
22
|
export { StarFillIcon };
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: StarFillIcon, decorators: [{
|
24
24
|
type: Component,
|
25
25
|
args: [{
|
26
26
|
selector: 'StarFillIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class ThLargeIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ThLargeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: ThLargeIcon, isStandalone: true, selector: "ThLargeIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_397_19940)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class ThLargeIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { ThLargeIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: ThLargeIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'ThLargeIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class TimesIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TimesIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: TimesIcon, isStandalone: true, selector: "TimesIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<path
|
9
9
|
d="M8.01186 7.00933L12.27 2.75116C12.341 2.68501 12.398 2.60524 12.4375 2.51661C12.4769 2.42798 12.4982 2.3323 12.4999 2.23529C12.5016 2.13827 12.4838 2.0419 12.4474 1.95194C12.4111 1.86197 12.357 1.78024 12.2884 1.71163C12.2198 1.64302 12.138 1.58893 12.0481 1.55259C11.9581 1.51625 11.8617 1.4984 11.7647 1.50011C11.6677 1.50182 11.572 1.52306 11.4834 1.56255C11.3948 1.60204 11.315 1.65898 11.2488 1.72997L6.99067 5.98814L2.7325 1.72997C2.59553 1.60234 2.41437 1.53286 2.22718 1.53616C2.03999 1.53946 1.8614 1.61529 1.72901 1.74767C1.59663 1.88006 1.5208 2.05865 1.5175 2.24584C1.5142 2.43303 1.58368 2.61419 1.71131 2.75116L5.96948 7.00933L1.71131 11.2675C1.576 11.403 1.5 11.5866 1.5 11.7781C1.5 11.9696 1.576 12.1532 1.71131 12.2887C1.84679 12.424 2.03043 12.5 2.2219 12.5C2.41338 12.5 2.59702 12.424 2.7325 12.2887L6.99067 8.03052L11.2488 12.2887C11.3843 12.424 11.568 12.5 11.7594 12.5C11.9509 12.5 12.1346 12.424 12.27 12.2887C12.4053 12.1532 12.4813 11.9696 12.4813 11.7781C12.4813 11.5866 12.4053 11.403 12.27 11.2675L8.01186 7.00933Z"
|
@@ -13,7 +13,7 @@ class TimesIcon extends BaseIcon {
|
|
13
13
|
`, isInline: true });
|
14
14
|
}
|
15
15
|
export { TimesIcon };
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TimesIcon, decorators: [{
|
17
17
|
type: Component,
|
18
18
|
args: [{
|
19
19
|
selector: 'TimesIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class TimesCircleIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TimesCircleIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: TimesCircleIcon, isStandalone: true, selector: "TimesCircleIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_334_13179)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class TimesCircleIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { TimesCircleIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TimesCircleIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'TimesCircleIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class TrashIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TrashIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: TrashIcon, isStandalone: true, selector: "TrashIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_417_21589)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class TrashIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { TrashIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: TrashIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'TrashIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class UndoIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: UndoIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: UndoIcon, isStandalone: true, selector: "UndoIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_417_21625)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class UndoIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { UndoIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: UndoIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'UndoIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class UploadIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: UploadIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: UploadIcon, isStandalone: true, selector: "UploadIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_414_21072)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class UploadIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { UploadIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: UploadIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'UploadIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class WindowMaximizeIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: WindowMaximizeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: WindowMaximizeIcon, isStandalone: true, selector: "WindowMaximizeIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_414_20927)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class WindowMaximizeIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { WindowMaximizeIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: WindowMaximizeIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'WindowMaximizeIcon',
|
@@ -2,8 +2,8 @@ import { Component } from '@angular/core';
|
|
2
2
|
import { BaseIcon } from 'primeng/baseicon';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
class WindowMinimizeIcon extends BaseIcon {
|
5
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
6
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.
|
5
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: WindowMinimizeIcon, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
6
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.2", type: WindowMinimizeIcon, isStandalone: true, selector: "WindowMinimizeIcon", usesInheritance: true, ngImport: i0, template: `
|
7
7
|
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" [attr.aria-label]="ariaLabel" [attr.aria-hidden]="ariaHidden" [attr.role]="role" [class]="getClassNames()">
|
8
8
|
<g clip-path="url(#clip0_414_20939)">
|
9
9
|
<path
|
@@ -22,7 +22,7 @@ class WindowMinimizeIcon extends BaseIcon {
|
|
22
22
|
`, isInline: true });
|
23
23
|
}
|
24
24
|
export { WindowMinimizeIcon };
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
25
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.2", ngImport: i0, type: WindowMinimizeIcon, decorators: [{
|
26
26
|
type: Component,
|
27
27
|
args: [{
|
28
28
|
selector: 'WindowMinimizeIcon',
|
@@ -0,0 +1,2 @@
|
|
1
|
+
export {};
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2FwcC9jb21wb25lbnRzL2ltYWdlL2ltYWdlLmludGVyZmFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgVGVtcGxhdGVSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuLyoqXG4gKiBEZWZpbmVzIHZhbGlkIHRlbXBsYXRlcyBpbiBJbWFnZS5cbiAqIEBncm91cCBUZW1wbGF0ZXNcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbWFnZVRlbXBsYXRlcyB7XG4gICAgLyoqXG4gICAgICogQ3VzdG9tIHRlbXBsYXRlIG9mIGluZGljYXRvci5cbiAgICAgKi9cbiAgICBpbmRpY2F0b3I6IFRlbXBsYXRlUmVmPGFueT4gfCBudWxsO1xuICAgIC8qKlxuICAgICAqIEN1c3RvbSB0ZW1wbGF0ZSBvZiByb3RhdGVyaWdodGljb24uXG4gICAgICovXG4gICAgcm90YXRlcmlnaHRpY29uOiBUZW1wbGF0ZVJlZjxhbnk+IHwgbnVsbDtcbiAgICAvKipcbiAgICAgKiBDdXN0b20gdGVtcGxhdGUgb2Ygcm90YXRlbGVmdGljb24uXG4gICAgICovXG4gICAgcm90YXRlbGVmdGljb246IFRlbXBsYXRlUmVmPGFueT4gfCBudWxsO1xuICAgIC8qKlxuICAgICAqIEN1c3RvbSB0ZW1wbGF0ZSBvZiB6b29tb3V0aWNvbi5cbiAgICAgKi9cbiAgICB6b29tb3V0aWNvbjogVGVtcGxhdGVSZWY8YW55PiB8IG51bGw7XG4gICAgLyoqXG4gICAgICogQ3VzdG9tIHRlbXBsYXRlIG9mIHpvb21pbmljb24uXG4gICAgICovXG4gICAgem9vbWluaWNvbjogVGVtcGxhdGVSZWY8YW55PiB8IG51bGw7XG4gICAgLyoqXG4gICAgICogQ3VzdG9tIHRlbXBsYXRlIG9mIGNsb3NlaWNvbi5cbiAgICAgKi9cbiAgICBjbG9zZWljb246IFRlbXBsYXRlUmVmPGFueT4gfCBudWxsO1xufVxuIl19
|