primeng 18.0.0-beta.2 → 18.0.0-beta.3
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 +147 -22
- package/accordion/public_api.d.ts +1 -1
- package/autocomplete/public_api.d.ts +1 -0
- package/avatar/public_api.d.ts +1 -0
- package/avatargroup/avatargroup.d.ts +1 -1
- package/avatargroup/public_api.d.ts +1 -0
- package/badge/badge.d.ts +20 -26
- package/badge/public_api.d.ts +1 -0
- package/base/style/basestyle.d.ts +4 -0
- package/blockui/public_api.d.ts +1 -0
- package/breadcrumb/breadcrumb.d.ts +0 -1
- package/breadcrumb/public_api.d.ts +1 -0
- package/button/button.d.ts +0 -1
- package/button/public_api.d.ts +1 -0
- package/buttongroup/buttongroup.d.ts +1 -1
- package/buttongroup/public_api.d.ts +1 -0
- package/calendar/public_api.d.ts +1 -0
- package/card/public_api.d.ts +1 -0
- package/carousel/public_api.d.ts +1 -0
- package/cascadeselect/public_api.d.ts +1 -0
- package/chart/public_api.d.ts +1 -0
- package/chart/style/chartstyle.d.ts +32 -0
- package/checkbox/public_api.d.ts +1 -0
- package/chip/public_api.d.ts +1 -0
- package/colorpicker/public_api.d.ts +1 -0
- package/confirmdialog/public_api.d.ts +1 -0
- package/confirmpopup/public_api.d.ts +1 -0
- package/contextmenu/public_api.d.ts +1 -0
- package/dataview/public_api.d.ts +1 -0
- package/datepicker/public_api.d.ts +1 -0
- package/dock/public_api.d.ts +1 -0
- package/drawer/public_api.d.ts +1 -0
- package/dropdown/public_api.d.ts +1 -0
- package/dynamicdialog/dynamicdialog.d.ts +5 -0
- package/dynamicdialog/public_api.d.ts +1 -0
- package/editor/public_api.d.ts +1 -0
- package/esm2022/accordion/accordion.mjs +430 -80
- package/esm2022/accordion/public_api.mjs +2 -2
- package/esm2022/accordion/style/accordionstyle.mjs +3 -2
- package/esm2022/autocomplete/autocomplete.mjs +3 -3
- package/esm2022/autocomplete/public_api.mjs +2 -1
- package/esm2022/avatar/avatar.mjs +3 -2
- package/esm2022/avatar/public_api.mjs +2 -1
- package/esm2022/avatargroup/avatargroup.mjs +3 -3
- package/esm2022/avatargroup/public_api.mjs +2 -1
- package/esm2022/badge/badge.mjs +39 -51
- package/esm2022/badge/public_api.mjs +2 -1
- package/esm2022/blockui/public_api.mjs +2 -1
- package/esm2022/breadcrumb/breadcrumb.mjs +98 -119
- package/esm2022/breadcrumb/public_api.mjs +2 -1
- package/esm2022/button/button.mjs +3 -7
- package/esm2022/button/public_api.mjs +2 -1
- package/esm2022/buttongroup/buttongroup.mjs +3 -3
- package/esm2022/buttongroup/public_api.mjs +2 -1
- package/esm2022/calendar/calendar.mjs +2 -2
- package/esm2022/calendar/public_api.mjs +2 -1
- package/esm2022/card/public_api.mjs +2 -1
- package/esm2022/carousel/public_api.mjs +2 -1
- package/esm2022/cascadeselect/public_api.mjs +2 -1
- package/esm2022/chart/public_api.mjs +2 -1
- package/esm2022/chart/style/chartstyle.mjs +36 -0
- package/esm2022/checkbox/public_api.mjs +2 -1
- package/esm2022/chip/public_api.mjs +2 -1
- package/esm2022/colorpicker/public_api.mjs +2 -1
- package/esm2022/confirmdialog/public_api.mjs +2 -1
- package/esm2022/confirmpopup/public_api.mjs +2 -1
- package/esm2022/contextmenu/contextmenu.mjs +1 -1
- package/esm2022/contextmenu/public_api.mjs +2 -1
- package/esm2022/dataview/public_api.mjs +2 -1
- package/esm2022/datepicker/datepicker.mjs +18 -6
- package/esm2022/datepicker/public_api.mjs +2 -1
- package/esm2022/dialog/dialog.mjs +21 -16
- package/esm2022/divider/divider.mjs +4 -4
- package/esm2022/dock/public_api.mjs +2 -1
- package/esm2022/drawer/drawer.mjs +15 -11
- package/esm2022/drawer/public_api.mjs +2 -1
- package/esm2022/dropdown/dropdown.mjs +2 -2
- package/esm2022/dropdown/public_api.mjs +2 -1
- package/esm2022/dropdown/style/dropdownstyle.mjs +2 -2
- package/esm2022/dynamicdialog/dynamicdialog.mjs +94 -24
- package/esm2022/dynamicdialog/public_api.mjs +2 -1
- package/esm2022/editor/editor.mjs +6 -5
- package/esm2022/editor/public_api.mjs +2 -1
- package/esm2022/fieldset/fieldset.mjs +11 -21
- package/esm2022/fieldset/public_api.mjs +2 -1
- package/esm2022/fileupload/public_api.mjs +2 -1
- package/esm2022/floatlabel/floatlabel.mjs +18 -13
- package/esm2022/floatlabel/public_api.mjs +2 -1
- package/esm2022/floatlabel/style/floatlabelstyle.mjs +63 -28
- package/esm2022/fluid/public_api.mjs +2 -1
- package/esm2022/galleria/galleria.mjs +113 -124
- package/esm2022/galleria/public_api.mjs +2 -1
- package/esm2022/iconfield/iconfield.mjs +4 -4
- package/esm2022/iconfield/public_api.mjs +2 -1
- package/esm2022/iconfield/style/iconfieldstyle.mjs +10 -20
- package/esm2022/iftalabel/iftalabel.mjs +43 -0
- package/esm2022/iftalabel/primeng-iftalabel.mjs +5 -0
- package/esm2022/iftalabel/public_api.mjs +3 -0
- package/esm2022/iftalabel/style/iftalabelstyle.mjs +96 -0
- package/esm2022/image/image.interface.mjs +1 -1
- package/esm2022/image/image.mjs +86 -42
- package/esm2022/image/public_api.mjs +2 -1
- package/esm2022/inplace/inplace.mjs +3 -3
- package/esm2022/inplace/public_api.mjs +2 -1
- package/esm2022/inputgroup/public_api.mjs +2 -1
- package/esm2022/inputgroup/style/inputgroupstyle.mjs +30 -17
- package/esm2022/inputgroupaddon/inputgroupaddon.mjs +15 -13
- package/esm2022/inputgroupaddon/public_api.mjs +2 -1
- package/esm2022/inputicon/inputicon.mjs +7 -4
- package/esm2022/inputicon/public_api.mjs +2 -1
- package/esm2022/inputmask/inputmask.mjs +2 -2
- package/esm2022/inputmask/public_api.mjs +2 -1
- package/esm2022/inputnumber/inputnumber.mjs +218 -220
- package/esm2022/inputnumber/public_api.mjs +2 -1
- package/esm2022/inputnumber/style/inputnumberstyle.mjs +6 -1
- package/esm2022/inputotp/inputotp.mjs +1 -1
- package/esm2022/inputotp/public_api.mjs +2 -1
- package/esm2022/inputswitch/public_api.mjs +2 -1
- package/esm2022/inputtext/inputtext.mjs +11 -2
- package/esm2022/inputtext/public_api.mjs +2 -1
- package/esm2022/inputtextarea/public_api.mjs +2 -1
- package/esm2022/knob/public_api.mjs +2 -1
- package/esm2022/listbox/listbox.mjs +37 -12
- package/esm2022/listbox/public_api.mjs +2 -1
- package/esm2022/megamenu/megamenu.mjs +1 -1
- package/esm2022/megamenu/public_api.mjs +2 -1
- package/esm2022/menu/menu.mjs +5 -3
- package/esm2022/menu/public_api.mjs +2 -1
- package/esm2022/menubar/menubar.mjs +3 -3
- package/esm2022/menubar/public_api.mjs +2 -1
- package/esm2022/message/message.mjs +2 -34
- package/esm2022/messages/public_api.mjs +2 -1
- package/esm2022/metergroup/public_api.mjs +2 -1
- package/esm2022/multiselect/multiselect.mjs +679 -673
- package/esm2022/multiselect/public_api.mjs +2 -1
- package/esm2022/orderlist/orderlist.mjs +88 -16
- package/esm2022/orderlist/public_api.mjs +2 -1
- package/esm2022/organizationchart/organizationchart.mjs +5 -5
- package/esm2022/organizationchart/public_api.mjs +2 -1
- package/esm2022/overlay/public_api.mjs +2 -1
- package/esm2022/overlaybadge/overlaybadge.mjs +4 -6
- package/esm2022/overlaybadge/public_api.mjs +2 -1
- package/esm2022/overlaypanel/public_api.mjs +2 -1
- package/esm2022/paginator/public_api.mjs +2 -1
- package/esm2022/panelmenu/panelmenu.mjs +18 -10
- package/esm2022/panelmenu/public_api.mjs +2 -1
- package/esm2022/password/password.mjs +5 -3
- package/esm2022/password/public_api.mjs +2 -1
- package/esm2022/picklist/picklist.mjs +186 -16
- package/esm2022/picklist/public_api.mjs +2 -1
- package/esm2022/popover/public_api.mjs +2 -1
- package/esm2022/progressbar/public_api.mjs +2 -1
- package/esm2022/progressspinner/public_api.mjs +2 -1
- package/esm2022/radiobutton/public_api.mjs +2 -1
- package/esm2022/rating/public_api.mjs +2 -1
- package/esm2022/rating/rating.mjs +11 -108
- package/esm2022/ripple/public_api.mjs +2 -1
- package/esm2022/scroller/public_api.mjs +2 -1
- package/esm2022/scroller/scroller.mjs +2 -2
- package/esm2022/scrollpanel/public_api.mjs +2 -1
- package/esm2022/scrolltop/public_api.mjs +2 -1
- package/esm2022/scrolltop/scrolltop.mjs +19 -14
- package/esm2022/select/select.mjs +8 -16
- package/esm2022/select/style/selectstyle.mjs +2 -2
- package/esm2022/selectbutton/public_api.mjs +2 -1
- package/esm2022/selectbutton/style/selectbuttonstyle.mjs +3 -3
- package/esm2022/sidebar/public_api.mjs +2 -1
- package/esm2022/skeleton/public_api.mjs +2 -1
- package/esm2022/slider/public_api.mjs +2 -1
- package/esm2022/speeddial/public_api.mjs +2 -1
- package/esm2022/speeddial/speeddial.interface.mjs +1 -1
- package/esm2022/speeddial/speeddial.mjs +73 -49
- package/esm2022/speeddial/style/speeddialstyle.mjs +2 -2
- package/esm2022/splitbutton/public_api.mjs +2 -1
- package/esm2022/splitbutton/splitbutton.mjs +19 -6
- package/esm2022/splitter/public_api.mjs +2 -1
- package/esm2022/stepper/public_api.mjs +2 -2
- package/esm2022/stepper/stepper.mjs +367 -660
- package/esm2022/stepper/style/stepperstyle.mjs +1 -2
- package/esm2022/steps/public_api.mjs +2 -1
- package/esm2022/table/public_api.mjs +2 -1
- package/esm2022/table/table.mjs +24 -20
- package/esm2022/tabmenu/public_api.mjs +2 -1
- package/esm2022/tabmenu/tabmenu.mjs +9 -5
- package/esm2022/tabs/public_api.mjs +6 -2
- package/esm2022/tabs/tab.mjs +171 -0
- package/esm2022/tabs/tablist.mjs +256 -0
- package/esm2022/tabs/tabpanel.mjs +49 -0
- package/esm2022/tabs/tabpanels.mjs +30 -0
- package/esm2022/tabs/tabs.mjs +45 -948
- package/esm2022/tabview/public_api.mjs +2 -1
- package/esm2022/tabview/style/tabsstyle.mjs +15 -15
- package/esm2022/tag/public_api.mjs +2 -1
- package/esm2022/terminal/public_api.mjs +2 -1
- package/esm2022/textarea/public_api.mjs +2 -1
- package/esm2022/themes/aura/aura.mjs +7 -3
- package/esm2022/themes/aura/floatlabel/index.mjs +29 -1
- package/esm2022/themes/aura/iftalabel/index.mjs +16 -0
- package/esm2022/themes/lara/floatlabel/index.mjs +27 -1
- package/esm2022/themes/lara/iftalabel/index.mjs +16 -0
- package/esm2022/themes/lara/lara.mjs +7 -3
- package/esm2022/themes/nora/floatlabel/index.mjs +27 -1
- package/esm2022/themes/nora/iftalabel/index.mjs +16 -0
- package/esm2022/themes/nora/nora.mjs +7 -3
- package/esm2022/tieredmenu/public_api.mjs +2 -1
- package/esm2022/timeline/public_api.mjs +2 -1
- package/esm2022/timeline/timeline.mjs +54 -68
- package/esm2022/toast/public_api.mjs +2 -1
- package/esm2022/togglebutton/public_api.mjs +2 -1
- package/esm2022/togglebutton/style/togglebuttonstyle.mjs +2 -2
- package/esm2022/togglebutton/togglebutton.mjs +83 -76
- package/esm2022/toggleswitch/public_api.mjs +2 -1
- package/esm2022/toggleswitch/style/toggleswitchstyle.mjs +8 -5
- package/esm2022/toggleswitch/toggleswitch.mjs +44 -48
- package/esm2022/toolbar/public_api.mjs +2 -1
- package/esm2022/tooltip/public_api.mjs +2 -1
- package/esm2022/tree/public_api.mjs +2 -1
- package/esm2022/tree/tree.mjs +7 -4
- package/esm2022/treeselect/public_api.mjs +2 -1
- package/esm2022/treeselect/treeselect.mjs +7 -56
- package/esm2022/treetable/public_api.mjs +2 -1
- package/esm2022/treetable/style/treetablestyle.mjs +2 -2
- package/esm2022/treetable/treetable.mjs +4 -4
- package/esm2022/utils/inpututils.mjs +7 -0
- package/esm2022/utils/public_api.mjs +3 -2
- package/fesm2022/primeng-accordion.mjs +433 -82
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +3 -3
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +3 -2
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-avatargroup.mjs +3 -3
- package/fesm2022/primeng-avatargroup.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +39 -51
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +1 -1
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +98 -119
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +3 -7
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +3 -3
- package/fesm2022/primeng-buttongroup.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +2 -2
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +1 -1
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +1 -1
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +1 -1
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +36 -2
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +1 -1
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +1 -1
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +1 -1
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +1 -1
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +1 -1
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +2 -2
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +1 -1
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-datepicker.mjs +18 -6
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +20 -15
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +3 -3
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +1 -1
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-drawer.mjs +15 -11
- package/fesm2022/primeng-drawer.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +3 -3
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +94 -24
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +5 -4
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +11 -21
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +1 -1
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +80 -40
- package/fesm2022/primeng-floatlabel.mjs.map +1 -1
- package/fesm2022/primeng-fluid.mjs +1 -1
- package/fesm2022/primeng-fluid.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +113 -124
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +13 -23
- package/fesm2022/primeng-iconfield.mjs.map +1 -1
- package/fesm2022/primeng-iftalabel.mjs +143 -0
- package/fesm2022/primeng-iftalabel.mjs.map +1 -0
- package/fesm2022/primeng-image.mjs +85 -41
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +3 -3
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputgroup.mjs +30 -17
- package/fesm2022/primeng-inputgroup.mjs.map +1 -1
- package/fesm2022/primeng-inputgroupaddon.mjs +15 -13
- package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
- package/fesm2022/primeng-inputicon.mjs +7 -4
- package/fesm2022/primeng-inputicon.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +2 -2
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +223 -220
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +2 -2
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputswitch.mjs +1 -1
- package/fesm2022/primeng-inputtext.mjs +11 -2
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +1 -1
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +1 -1
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +37 -12
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +2 -2
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +4 -2
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +3 -3
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +1 -33
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +1 -1
- package/fesm2022/primeng-metergroup.mjs +1 -1
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +679 -673
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +87 -15
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +5 -5
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +1 -1
- package/fesm2022/primeng-overlaybadge.mjs +4 -6
- package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +1 -1
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +1 -1
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +17 -9
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +4 -2
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +185 -15
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-popover.mjs +1 -1
- package/fesm2022/primeng-progressbar.mjs +1 -1
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +1 -1
- package/fesm2022/primeng-progressspinner.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +1 -1
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +11 -108
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +1 -1
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +2 -2
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +1 -1
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +19 -14
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-select.mjs +8 -16
- package/fesm2022/primeng-select.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +3 -3
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +1 -1
- package/fesm2022/primeng-skeleton.mjs +1 -1
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +1 -1
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +73 -49
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +19 -6
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +1 -1
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +368 -662
- package/fesm2022/primeng-stepper.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +1 -1
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +24 -20
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +8 -4
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabs.mjs +460 -886
- package/fesm2022/primeng-tabs.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +15 -15
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +1 -1
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +1 -1
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-textarea.mjs +1 -1
- package/fesm2022/primeng-textarea.mjs.map +1 -1
- package/fesm2022/primeng-themes-aura.mjs +49 -2
- package/fesm2022/primeng-themes-aura.mjs.map +1 -1
- package/fesm2022/primeng-themes-lara.mjs +47 -2
- package/fesm2022/primeng-themes-lara.mjs.map +1 -1
- package/fesm2022/primeng-themes-nora.mjs +47 -2
- package/fesm2022/primeng-themes-nora.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +1 -1
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +54 -68
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +1 -1
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +84 -77
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toggleswitch.mjs +50 -51
- package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +1 -1
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +1 -1
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +7 -4
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +7 -56
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +4 -4
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-utils.mjs +8 -1
- package/fesm2022/primeng-utils.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +1 -6
- package/fieldset/public_api.d.ts +1 -0
- package/fileupload/public_api.d.ts +1 -0
- package/floatlabel/floatlabel.d.ts +6 -1
- package/floatlabel/public_api.d.ts +1 -0
- package/floatlabel/style/floatlabelstyle.d.ts +3 -6
- package/fluid/public_api.d.ts +1 -0
- package/galleria/public_api.d.ts +1 -0
- package/iconfield/iconfield.d.ts +1 -1
- package/iconfield/public_api.d.ts +1 -0
- package/iftalabel/iftalabel.d.ts +20 -0
- package/iftalabel/index.d.ts +5 -0
- package/iftalabel/public_api.d.ts +2 -0
- package/iftalabel/style/iftalabelstyle.d.ts +30 -0
- package/image/image.d.ts +2 -0
- package/image/image.interface.d.ts +32 -0
- package/image/public_api.d.ts +1 -0
- package/inplace/public_api.d.ts +1 -0
- package/inputgroup/public_api.d.ts +1 -0
- package/inputgroupaddon/inputgroupaddon.d.ts +3 -0
- package/inputgroupaddon/public_api.d.ts +1 -0
- package/inputicon/public_api.d.ts +1 -0
- package/inputmask/public_api.d.ts +1 -0
- package/inputnumber/inputnumber.d.ts +1 -0
- package/inputnumber/public_api.d.ts +1 -0
- package/inputotp/public_api.d.ts +1 -0
- package/inputswitch/public_api.d.ts +1 -0
- package/inputtext/inputtext.d.ts +6 -1
- package/inputtext/public_api.d.ts +1 -0
- package/inputtextarea/public_api.d.ts +1 -0
- package/knob/public_api.d.ts +1 -0
- package/listbox/listbox.d.ts +14 -6
- package/listbox/public_api.d.ts +1 -0
- package/megamenu/public_api.d.ts +1 -0
- package/menu/public_api.d.ts +1 -0
- package/menubar/public_api.d.ts +1 -0
- package/messages/public_api.d.ts +1 -0
- package/metergroup/public_api.d.ts +1 -0
- package/multiselect/multiselect.d.ts +1 -1
- package/multiselect/public_api.d.ts +1 -0
- package/orderlist/orderlist.d.ts +28 -1
- package/orderlist/public_api.d.ts +1 -0
- package/organizationchart/organizationchart.d.ts +1 -1
- package/organizationchart/public_api.d.ts +1 -0
- package/overlay/public_api.d.ts +1 -0
- package/overlaybadge/overlaybadge.d.ts +2 -2
- package/overlaybadge/public_api.d.ts +1 -0
- package/overlaypanel/public_api.d.ts +1 -0
- package/package.json +281 -275
- package/paginator/public_api.d.ts +1 -0
- package/panelmenu/panelmenu.d.ts +1 -1
- package/panelmenu/public_api.d.ts +1 -0
- package/password/password.d.ts +1 -1
- package/password/public_api.d.ts +1 -0
- package/picklist/picklist.d.ts +52 -5
- package/picklist/public_api.d.ts +1 -0
- package/popover/public_api.d.ts +1 -0
- package/progressbar/public_api.d.ts +1 -0
- package/progressspinner/public_api.d.ts +1 -0
- package/radiobutton/public_api.d.ts +1 -0
- package/rating/public_api.d.ts +1 -0
- package/rating/rating.d.ts +1 -20
- package/ripple/public_api.d.ts +1 -0
- package/scroller/public_api.d.ts +1 -0
- package/scrollpanel/public_api.d.ts +1 -0
- package/scrolltop/public_api.d.ts +1 -0
- package/selectbutton/public_api.d.ts +1 -0
- package/sidebar/public_api.d.ts +1 -0
- package/skeleton/public_api.d.ts +1 -0
- package/slider/public_api.d.ts +1 -0
- package/speeddial/public_api.d.ts +1 -0
- package/speeddial/speeddial.d.ts +25 -2
- package/speeddial/speeddial.interface.d.ts +17 -1
- package/splitbutton/public_api.d.ts +1 -0
- package/splitbutton/splitbutton.d.ts +6 -1
- package/splitter/public_api.d.ts +1 -0
- package/stepper/public_api.d.ts +1 -1
- package/stepper/stepper.d.ts +140 -88
- package/steps/public_api.d.ts +1 -0
- package/table/public_api.d.ts +1 -0
- package/tabmenu/public_api.d.ts +1 -0
- package/tabmenu/tabmenu.d.ts +1 -0
- package/tabs/public_api.d.ts +5 -1
- package/tabs/tab.d.ts +47 -0
- package/tabs/tablist.d.ts +51 -0
- package/tabs/tabpanel.d.ts +20 -0
- package/tabs/tabpanels.d.ts +10 -0
- package/tabs/tabs.d.ts +31 -237
- package/tabview/public_api.d.ts +1 -0
- package/tabview/style/tabsstyle.d.ts +4 -4
- package/tag/public_api.d.ts +1 -0
- package/terminal/public_api.d.ts +1 -0
- package/textarea/public_api.d.ts +1 -0
- package/themes/aura/aura.d.ts +45 -0
- package/themes/aura/floatlabel/index.d.ts +28 -0
- package/themes/aura/iftalabel/index.d.ts +16 -0
- package/themes/lara/floatlabel/index.d.ts +26 -0
- package/themes/lara/iftalabel/index.d.ts +16 -0
- package/themes/lara/lara.d.ts +43 -0
- package/themes/nora/floatlabel/index.d.ts +26 -0
- package/themes/nora/iftalabel/index.d.ts +16 -0
- package/themes/nora/nora.d.ts +43 -0
- package/tieredmenu/public_api.d.ts +1 -0
- package/timeline/public_api.d.ts +1 -0
- package/timeline/timeline.d.ts +1 -0
- package/toast/public_api.d.ts +1 -0
- package/togglebutton/public_api.d.ts +1 -0
- package/togglebutton/togglebutton.d.ts +6 -7
- package/toggleswitch/public_api.d.ts +1 -0
- package/toolbar/public_api.d.ts +1 -0
- package/tooltip/public_api.d.ts +1 -0
- package/tree/public_api.d.ts +1 -0
- package/tree/tree.d.ts +1 -0
- package/treeselect/public_api.d.ts +1 -0
- package/treetable/public_api.d.ts +1 -0
- package/utils/inpututils.d.ts +2 -0
- package/utils/public_api.d.ts +2 -1
- package/accordion/accordion.interface.d.ts +0 -49
- package/esm2022/accordion/accordion.interface.mjs +0 -2
- package/esm2022/stepper/stepper.interface.mjs +0 -2
- package/esm2022/tabs/tabs.interface.mjs +0 -2
- package/stepper/stepper.interface.d.ts +0 -26
- package/tabs/tabs.interface.d.ts +0 -49
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i1 from '@angular/common';
|
2
2
|
import { CommonModule } from '@angular/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
|
-
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ContentChildren, NgModule } from '@angular/core';
|
4
|
+
import { Injectable, forwardRef, EventEmitter, inject, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, Output, ViewChild, ContentChildren, HostBinding, NgModule } from '@angular/core';
|
5
5
|
import { NG_VALUE_ACCESSOR, NgControl } from '@angular/forms';
|
6
6
|
import { PrimeTemplate, SharedModule } from 'primeng/api';
|
7
7
|
import * as i3 from 'primeng/autofocus';
|
@@ -56,6 +56,7 @@ const theme = ({ dt }) => `
|
|
56
56
|
top: 1px;
|
57
57
|
right: 1px;
|
58
58
|
height: calc(100% - 2px);
|
59
|
+
z-index: 1;
|
59
60
|
}
|
60
61
|
|
61
62
|
.p-inputnumber-stacked .p-inputnumber-increment-button {
|
@@ -104,6 +105,10 @@ const theme = ({ dt }) => `
|
|
104
105
|
border-right: 0 none;
|
105
106
|
}
|
106
107
|
|
108
|
+
.p-floatlabel:has(.p-inputnumber-horizontal) label {
|
109
|
+
margin-inline-start: ${dt('inputnumber.button.width')};
|
110
|
+
}
|
111
|
+
|
107
112
|
.p-inputnumber-vertical {
|
108
113
|
flex-direction: column;
|
109
114
|
}
|
@@ -578,6 +583,20 @@ class InputNumber extends BaseComponent {
|
|
578
583
|
this.constructParser();
|
579
584
|
this.initialized = true;
|
580
585
|
}
|
586
|
+
get hostClasses() {
|
587
|
+
if (typeof this._rootClass === 'string') {
|
588
|
+
return this._rootClass;
|
589
|
+
}
|
590
|
+
if (Array.isArray(this._rootClass)) {
|
591
|
+
return this._rootClass.join(' ');
|
592
|
+
}
|
593
|
+
if (typeof this._rootClass === 'object') {
|
594
|
+
return Object.keys(this._rootClass)
|
595
|
+
.filter((key) => this._rootClass[key])
|
596
|
+
.join(' ');
|
597
|
+
}
|
598
|
+
return '';
|
599
|
+
}
|
581
600
|
getOptions() {
|
582
601
|
return {
|
583
602
|
localeMatcher: this.localeMatcher,
|
@@ -1424,126 +1443,72 @@ class InputNumber extends BaseComponent {
|
|
1424
1443
|
}
|
1425
1444
|
}
|
1426
1445
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: InputNumber, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
1427
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.2", type: InputNumber, selector: "p-inputNumber, p-inputnumber", inputs: { showButtons: ["showButtons", "showButtons", booleanAttribute], format: ["format", "format", booleanAttribute], buttonLayout: "buttonLayout", inputId: "inputId", styleClass: "styleClass", style: "style", placeholder: "placeholder", size: ["size", "size", numberAttribute], maxlength: ["maxlength", "maxlength", numberAttribute], tabindex: ["tabindex", "tabindex", numberAttribute], title: "title", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", ariaRequired: ["ariaRequired", "ariaRequired", booleanAttribute], name: "name", required: ["required", "required", booleanAttribute], autocomplete: "autocomplete", min: ["min", "min", numberAttribute], max: ["max", "max", numberAttribute], incrementButtonClass: "incrementButtonClass", decrementButtonClass: "decrementButtonClass", incrementButtonIcon: "incrementButtonIcon", decrementButtonIcon: "decrementButtonIcon", readonly: ["readonly", "readonly", booleanAttribute], step: ["step", "step", numberAttribute], allowEmpty: ["allowEmpty", "allowEmpty", booleanAttribute], locale: "locale", localeMatcher: "localeMatcher", mode: "mode", currency: "currency", currencyDisplay: "currencyDisplay", useGrouping: ["useGrouping", "useGrouping", booleanAttribute], variant: "variant", minFractionDigits: ["minFractionDigits", "minFractionDigits", (value) => numberAttribute(value, null)], maxFractionDigits: ["maxFractionDigits", "maxFractionDigits", (value) => numberAttribute(value, null)], prefix: "prefix", suffix: "suffix", inputStyle: "inputStyle", inputStyleClass: "inputStyleClass", showClear: ["showClear", "showClear", booleanAttribute], autofocus: ["autofocus", "autofocus", booleanAttribute], disabled: "disabled", fluid: ["fluid", "fluid", booleanAttribute] }, outputs: { onInput: "onInput", onFocus: "onFocus", onBlur: "onBlur", onKeyDown: "onKeyDown", onClear: "onClear" }, providers: [INPUTNUMBER_VALUE_ACCESSOR, InputNumberStyle], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
1428
|
-
<
|
1429
|
-
|
1430
|
-
|
1431
|
-
[
|
1432
|
-
|
1433
|
-
[
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1474
|
-
[
|
1446
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.2", type: InputNumber, selector: "p-inputNumber, p-inputnumber", inputs: { showButtons: ["showButtons", "showButtons", booleanAttribute], format: ["format", "format", booleanAttribute], buttonLayout: "buttonLayout", inputId: "inputId", styleClass: "styleClass", style: "style", placeholder: "placeholder", size: ["size", "size", numberAttribute], maxlength: ["maxlength", "maxlength", numberAttribute], tabindex: ["tabindex", "tabindex", numberAttribute], title: "title", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", ariaRequired: ["ariaRequired", "ariaRequired", booleanAttribute], name: "name", required: ["required", "required", booleanAttribute], autocomplete: "autocomplete", min: ["min", "min", numberAttribute], max: ["max", "max", numberAttribute], incrementButtonClass: "incrementButtonClass", decrementButtonClass: "decrementButtonClass", incrementButtonIcon: "incrementButtonIcon", decrementButtonIcon: "decrementButtonIcon", readonly: ["readonly", "readonly", booleanAttribute], step: ["step", "step", numberAttribute], allowEmpty: ["allowEmpty", "allowEmpty", booleanAttribute], locale: "locale", localeMatcher: "localeMatcher", mode: "mode", currency: "currency", currencyDisplay: "currencyDisplay", useGrouping: ["useGrouping", "useGrouping", booleanAttribute], variant: "variant", minFractionDigits: ["minFractionDigits", "minFractionDigits", (value) => numberAttribute(value, null)], maxFractionDigits: ["maxFractionDigits", "maxFractionDigits", (value) => numberAttribute(value, null)], prefix: "prefix", suffix: "suffix", inputStyle: "inputStyle", inputStyleClass: "inputStyleClass", showClear: ["showClear", "showClear", booleanAttribute], autofocus: ["autofocus", "autofocus", booleanAttribute], disabled: "disabled", fluid: ["fluid", "fluid", booleanAttribute] }, outputs: { onInput: "onInput", onFocus: "onFocus", onBlur: "onBlur", onKeyDown: "onKeyDown", onClear: "onClear" }, host: { properties: { "attr.data-pc-name": "'inputnumber'", "attr.data-pc-section": "'root'", "class": "this.hostClasses" }, styleAttribute: "style" }, providers: [INPUTNUMBER_VALUE_ACCESSOR, InputNumberStyle], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "input", first: true, predicate: ["input"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
1447
|
+
<input
|
1448
|
+
pInputText
|
1449
|
+
#input
|
1450
|
+
[attr.id]="inputId"
|
1451
|
+
role="spinbutton"
|
1452
|
+
[ngClass]="'p-inputnumber-input'"
|
1453
|
+
[ngStyle]="inputStyle"
|
1454
|
+
[class]="inputStyleClass"
|
1455
|
+
[value]="formattedValue()"
|
1456
|
+
[variant]="variant"
|
1457
|
+
[attr.aria-valuemin]="min"
|
1458
|
+
[attr.aria-valuemax]="max"
|
1459
|
+
[attr.aria-valuenow]="value"
|
1460
|
+
[disabled]="disabled"
|
1461
|
+
[readonly]="readonly"
|
1462
|
+
[attr.placeholder]="placeholder"
|
1463
|
+
[attr.aria-label]="ariaLabel"
|
1464
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
1465
|
+
[attr.title]="title"
|
1466
|
+
[attr.size]="size"
|
1467
|
+
[attr.name]="name"
|
1468
|
+
[attr.autocomplete]="autocomplete"
|
1469
|
+
[attr.maxlength]="maxlength"
|
1470
|
+
[attr.tabindex]="tabindex"
|
1471
|
+
[attr.aria-required]="ariaRequired"
|
1472
|
+
[attr.required]="required"
|
1473
|
+
[attr.min]="min"
|
1474
|
+
[attr.max]="max"
|
1475
|
+
inputmode="decimal"
|
1476
|
+
(input)="onUserInput($event)"
|
1477
|
+
(keydown)="onInputKeyDown($event)"
|
1478
|
+
(keypress)="onInputKeyPress($event)"
|
1479
|
+
(paste)="onPaste($event)"
|
1480
|
+
(click)="onInputClick()"
|
1481
|
+
(focus)="onInputFocus($event)"
|
1482
|
+
(blur)="onInputBlur($event)"
|
1483
|
+
[attr.data-pc-section]="'input'"
|
1484
|
+
pAutoFocus
|
1485
|
+
[autofocus]="autofocus"
|
1486
|
+
[fluid]="hasFluid"
|
1487
|
+
/>
|
1488
|
+
<ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
|
1489
|
+
<TimesIcon
|
1490
|
+
*ngIf="!clearIconTemplate"
|
1491
|
+
[ngClass]="'p-inputnumber-clear-icon'"
|
1492
|
+
(click)="clear()"
|
1493
|
+
[attr.data-pc-section]="'clearIcon'"
|
1475
1494
|
/>
|
1476
|
-
<
|
1477
|
-
<
|
1478
|
-
*ngIf="!clearIconTemplate"
|
1479
|
-
[ngClass]="'p-inputnumber-clear-icon'"
|
1480
|
-
(click)="clear()"
|
1481
|
-
[attr.data-pc-section]="'clearIcon'"
|
1482
|
-
/>
|
1483
|
-
<span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
|
1484
|
-
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
1485
|
-
</span>
|
1486
|
-
</ng-container>
|
1487
|
-
<span
|
1488
|
-
class="p-inputnumber-button-group"
|
1489
|
-
*ngIf="showButtons && buttonLayout === 'stacked'"
|
1490
|
-
[attr.data-pc-section]="'buttonGroup'"
|
1491
|
-
>
|
1492
|
-
<button
|
1493
|
-
type="button"
|
1494
|
-
[ngClass]="_incrementButtonClass"
|
1495
|
-
[class]="incrementButtonClass"
|
1496
|
-
[disabled]="disabled"
|
1497
|
-
tabindex="-1"
|
1498
|
-
(mousedown)="onUpButtonMouseDown($event)"
|
1499
|
-
(mouseup)="onUpButtonMouseUp()"
|
1500
|
-
(mouseleave)="onUpButtonMouseLeave()"
|
1501
|
-
(keydown)="onUpButtonKeyDown($event)"
|
1502
|
-
(keyup)="onUpButtonKeyUp()"
|
1503
|
-
[attr.aria-hidden]="true"
|
1504
|
-
[attr.data-pc-section]="'incrementbutton'"
|
1505
|
-
>
|
1506
|
-
<span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
|
1507
|
-
<ng-container *ngIf="!incrementButtonIcon">
|
1508
|
-
<AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
|
1509
|
-
<ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
|
1510
|
-
</ng-container>
|
1511
|
-
</button>
|
1512
|
-
|
1513
|
-
<button
|
1514
|
-
type="button"
|
1515
|
-
[ngClass]="_decrementButtonClass"
|
1516
|
-
[class]="decrementButtonClass"
|
1517
|
-
[disabled]="disabled"
|
1518
|
-
tabindex="-1"
|
1519
|
-
[attr.aria-hidden]="true"
|
1520
|
-
(mousedown)="onDownButtonMouseDown($event)"
|
1521
|
-
(mouseup)="onDownButtonMouseUp()"
|
1522
|
-
(mouseleave)="onDownButtonMouseLeave()"
|
1523
|
-
(keydown)="onDownButtonKeyDown($event)"
|
1524
|
-
(keyup)="onDownButtonKeyUp()"
|
1525
|
-
[attr.data-pc-section]="decrementbutton"
|
1526
|
-
>
|
1527
|
-
<span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
|
1528
|
-
<ng-container *ngIf="!decrementButtonIcon">
|
1529
|
-
<AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
|
1530
|
-
<ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
|
1531
|
-
</ng-container>
|
1532
|
-
</button>
|
1495
|
+
<span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
|
1496
|
+
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
1533
1497
|
</span>
|
1498
|
+
</ng-container>
|
1499
|
+
<span class="p-inputnumber-button-group" *ngIf="showButtons && buttonLayout === 'stacked'" [attr.data-pc-section]="'buttonGroup'">
|
1534
1500
|
<button
|
1535
|
-
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1536
1501
|
type="button"
|
1537
1502
|
[ngClass]="_incrementButtonClass"
|
1538
1503
|
[class]="incrementButtonClass"
|
1539
1504
|
[disabled]="disabled"
|
1540
1505
|
tabindex="-1"
|
1541
|
-
[attr.aria-hidden]="true"
|
1542
1506
|
(mousedown)="onUpButtonMouseDown($event)"
|
1543
1507
|
(mouseup)="onUpButtonMouseUp()"
|
1544
1508
|
(mouseleave)="onUpButtonMouseLeave()"
|
1545
1509
|
(keydown)="onUpButtonKeyDown($event)"
|
1546
1510
|
(keyup)="onUpButtonKeyUp()"
|
1511
|
+
[attr.aria-hidden]="true"
|
1547
1512
|
[attr.data-pc-section]="'incrementbutton'"
|
1548
1513
|
>
|
1549
1514
|
<span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
|
@@ -1552,8 +1517,8 @@ class InputNumber extends BaseComponent {
|
|
1552
1517
|
<ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
|
1553
1518
|
</ng-container>
|
1554
1519
|
</button>
|
1520
|
+
|
1555
1521
|
<button
|
1556
|
-
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1557
1522
|
type="button"
|
1558
1523
|
[ngClass]="_decrementButtonClass"
|
1559
1524
|
[class]="decrementButtonClass"
|
@@ -1565,7 +1530,7 @@ class InputNumber extends BaseComponent {
|
|
1565
1530
|
(mouseleave)="onDownButtonMouseLeave()"
|
1566
1531
|
(keydown)="onDownButtonKeyDown($event)"
|
1567
1532
|
(keyup)="onDownButtonKeyUp()"
|
1568
|
-
[attr.data-pc-section]="
|
1533
|
+
[attr.data-pc-section]="decrementbutton"
|
1569
1534
|
>
|
1570
1535
|
<span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
|
1571
1536
|
<ng-container *ngIf="!decrementButtonIcon">
|
@@ -1574,132 +1539,120 @@ class InputNumber extends BaseComponent {
|
|
1574
1539
|
</ng-container>
|
1575
1540
|
</button>
|
1576
1541
|
</span>
|
1577
|
-
|
1542
|
+
<button
|
1543
|
+
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1544
|
+
type="button"
|
1545
|
+
[ngClass]="_incrementButtonClass"
|
1546
|
+
[class]="incrementButtonClass"
|
1547
|
+
[disabled]="disabled"
|
1548
|
+
tabindex="-1"
|
1549
|
+
[attr.aria-hidden]="true"
|
1550
|
+
(mousedown)="onUpButtonMouseDown($event)"
|
1551
|
+
(mouseup)="onUpButtonMouseUp()"
|
1552
|
+
(mouseleave)="onUpButtonMouseLeave()"
|
1553
|
+
(keydown)="onUpButtonKeyDown($event)"
|
1554
|
+
(keyup)="onUpButtonKeyUp()"
|
1555
|
+
[attr.data-pc-section]="'incrementbutton'"
|
1556
|
+
>
|
1557
|
+
<span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
|
1558
|
+
<ng-container *ngIf="!incrementButtonIcon">
|
1559
|
+
<AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
|
1560
|
+
<ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
|
1561
|
+
</ng-container>
|
1562
|
+
</button>
|
1563
|
+
<button
|
1564
|
+
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1565
|
+
type="button"
|
1566
|
+
[ngClass]="_decrementButtonClass"
|
1567
|
+
[class]="decrementButtonClass"
|
1568
|
+
[disabled]="disabled"
|
1569
|
+
tabindex="-1"
|
1570
|
+
[attr.aria-hidden]="true"
|
1571
|
+
(mousedown)="onDownButtonMouseDown($event)"
|
1572
|
+
(mouseup)="onDownButtonMouseUp()"
|
1573
|
+
(mouseleave)="onDownButtonMouseLeave()"
|
1574
|
+
(keydown)="onDownButtonKeyDown($event)"
|
1575
|
+
(keyup)="onDownButtonKeyUp()"
|
1576
|
+
[attr.data-pc-section]="'decrementbutton'"
|
1577
|
+
>
|
1578
|
+
<span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
|
1579
|
+
<ng-container *ngIf="!decrementButtonIcon">
|
1580
|
+
<AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
|
1581
|
+
<ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
|
1582
|
+
</ng-container>
|
1583
|
+
</button>
|
1584
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => i2.InputText), selector: "[pInputText]", inputs: ["variant", "fluid", "size"] }, { kind: "directive", type: i0.forwardRef(() => i3.AutoFocus), selector: "[pAutoFocus]", inputs: ["autofocus"] }, { kind: "component", type: i0.forwardRef(() => TimesIcon), selector: "TimesIcon" }, { kind: "component", type: i0.forwardRef(() => AngleUpIcon), selector: "AngleUpIcon" }, { kind: "component", type: i0.forwardRef(() => AngleDownIcon), selector: "AngleDownIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
1578
1585
|
}
|
1579
1586
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: InputNumber, decorators: [{
|
1580
1587
|
type: Component,
|
1581
1588
|
args: [{
|
1582
1589
|
selector: 'p-inputNumber, p-inputnumber',
|
1583
1590
|
template: `
|
1584
|
-
<
|
1585
|
-
|
1586
|
-
|
1587
|
-
[
|
1588
|
-
|
1589
|
-
[
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
[
|
1591
|
+
<input
|
1592
|
+
pInputText
|
1593
|
+
#input
|
1594
|
+
[attr.id]="inputId"
|
1595
|
+
role="spinbutton"
|
1596
|
+
[ngClass]="'p-inputnumber-input'"
|
1597
|
+
[ngStyle]="inputStyle"
|
1598
|
+
[class]="inputStyleClass"
|
1599
|
+
[value]="formattedValue()"
|
1600
|
+
[variant]="variant"
|
1601
|
+
[attr.aria-valuemin]="min"
|
1602
|
+
[attr.aria-valuemax]="max"
|
1603
|
+
[attr.aria-valuenow]="value"
|
1604
|
+
[disabled]="disabled"
|
1605
|
+
[readonly]="readonly"
|
1606
|
+
[attr.placeholder]="placeholder"
|
1607
|
+
[attr.aria-label]="ariaLabel"
|
1608
|
+
[attr.aria-labelledby]="ariaLabelledBy"
|
1609
|
+
[attr.title]="title"
|
1610
|
+
[attr.size]="size"
|
1611
|
+
[attr.name]="name"
|
1612
|
+
[attr.autocomplete]="autocomplete"
|
1613
|
+
[attr.maxlength]="maxlength"
|
1614
|
+
[attr.tabindex]="tabindex"
|
1615
|
+
[attr.aria-required]="ariaRequired"
|
1616
|
+
[attr.required]="required"
|
1617
|
+
[attr.min]="min"
|
1618
|
+
[attr.max]="max"
|
1619
|
+
inputmode="decimal"
|
1620
|
+
(input)="onUserInput($event)"
|
1621
|
+
(keydown)="onInputKeyDown($event)"
|
1622
|
+
(keypress)="onInputKeyPress($event)"
|
1623
|
+
(paste)="onPaste($event)"
|
1624
|
+
(click)="onInputClick()"
|
1625
|
+
(focus)="onInputFocus($event)"
|
1626
|
+
(blur)="onInputBlur($event)"
|
1627
|
+
[attr.data-pc-section]="'input'"
|
1628
|
+
pAutoFocus
|
1629
|
+
[autofocus]="autofocus"
|
1630
|
+
[fluid]="hasFluid"
|
1631
|
+
/>
|
1632
|
+
<ng-container *ngIf="buttonLayout != 'vertical' && showClear && value">
|
1633
|
+
<TimesIcon
|
1634
|
+
*ngIf="!clearIconTemplate"
|
1635
|
+
[ngClass]="'p-inputnumber-clear-icon'"
|
1636
|
+
(click)="clear()"
|
1637
|
+
[attr.data-pc-section]="'clearIcon'"
|
1631
1638
|
/>
|
1632
|
-
<
|
1633
|
-
<
|
1634
|
-
*ngIf="!clearIconTemplate"
|
1635
|
-
[ngClass]="'p-inputnumber-clear-icon'"
|
1636
|
-
(click)="clear()"
|
1637
|
-
[attr.data-pc-section]="'clearIcon'"
|
1638
|
-
/>
|
1639
|
-
<span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
|
1640
|
-
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
1641
|
-
</span>
|
1642
|
-
</ng-container>
|
1643
|
-
<span
|
1644
|
-
class="p-inputnumber-button-group"
|
1645
|
-
*ngIf="showButtons && buttonLayout === 'stacked'"
|
1646
|
-
[attr.data-pc-section]="'buttonGroup'"
|
1647
|
-
>
|
1648
|
-
<button
|
1649
|
-
type="button"
|
1650
|
-
[ngClass]="_incrementButtonClass"
|
1651
|
-
[class]="incrementButtonClass"
|
1652
|
-
[disabled]="disabled"
|
1653
|
-
tabindex="-1"
|
1654
|
-
(mousedown)="onUpButtonMouseDown($event)"
|
1655
|
-
(mouseup)="onUpButtonMouseUp()"
|
1656
|
-
(mouseleave)="onUpButtonMouseLeave()"
|
1657
|
-
(keydown)="onUpButtonKeyDown($event)"
|
1658
|
-
(keyup)="onUpButtonKeyUp()"
|
1659
|
-
[attr.aria-hidden]="true"
|
1660
|
-
[attr.data-pc-section]="'incrementbutton'"
|
1661
|
-
>
|
1662
|
-
<span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
|
1663
|
-
<ng-container *ngIf="!incrementButtonIcon">
|
1664
|
-
<AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
|
1665
|
-
<ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
|
1666
|
-
</ng-container>
|
1667
|
-
</button>
|
1668
|
-
|
1669
|
-
<button
|
1670
|
-
type="button"
|
1671
|
-
[ngClass]="_decrementButtonClass"
|
1672
|
-
[class]="decrementButtonClass"
|
1673
|
-
[disabled]="disabled"
|
1674
|
-
tabindex="-1"
|
1675
|
-
[attr.aria-hidden]="true"
|
1676
|
-
(mousedown)="onDownButtonMouseDown($event)"
|
1677
|
-
(mouseup)="onDownButtonMouseUp()"
|
1678
|
-
(mouseleave)="onDownButtonMouseLeave()"
|
1679
|
-
(keydown)="onDownButtonKeyDown($event)"
|
1680
|
-
(keyup)="onDownButtonKeyUp()"
|
1681
|
-
[attr.data-pc-section]="decrementbutton"
|
1682
|
-
>
|
1683
|
-
<span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
|
1684
|
-
<ng-container *ngIf="!decrementButtonIcon">
|
1685
|
-
<AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
|
1686
|
-
<ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
|
1687
|
-
</ng-container>
|
1688
|
-
</button>
|
1639
|
+
<span *ngIf="clearIconTemplate" (click)="clear()" class="p-inputnumber-clear-icon" [attr.data-pc-section]="'clearIcon'">
|
1640
|
+
<ng-template *ngTemplateOutlet="clearIconTemplate"></ng-template>
|
1689
1641
|
</span>
|
1642
|
+
</ng-container>
|
1643
|
+
<span class="p-inputnumber-button-group" *ngIf="showButtons && buttonLayout === 'stacked'" [attr.data-pc-section]="'buttonGroup'">
|
1690
1644
|
<button
|
1691
|
-
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1692
1645
|
type="button"
|
1693
1646
|
[ngClass]="_incrementButtonClass"
|
1694
1647
|
[class]="incrementButtonClass"
|
1695
1648
|
[disabled]="disabled"
|
1696
1649
|
tabindex="-1"
|
1697
|
-
[attr.aria-hidden]="true"
|
1698
1650
|
(mousedown)="onUpButtonMouseDown($event)"
|
1699
1651
|
(mouseup)="onUpButtonMouseUp()"
|
1700
1652
|
(mouseleave)="onUpButtonMouseLeave()"
|
1701
1653
|
(keydown)="onUpButtonKeyDown($event)"
|
1702
1654
|
(keyup)="onUpButtonKeyUp()"
|
1655
|
+
[attr.aria-hidden]="true"
|
1703
1656
|
[attr.data-pc-section]="'incrementbutton'"
|
1704
1657
|
>
|
1705
1658
|
<span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
|
@@ -1708,8 +1661,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
|
|
1708
1661
|
<ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
|
1709
1662
|
</ng-container>
|
1710
1663
|
</button>
|
1664
|
+
|
1711
1665
|
<button
|
1712
|
-
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1713
1666
|
type="button"
|
1714
1667
|
[ngClass]="_decrementButtonClass"
|
1715
1668
|
[class]="decrementButtonClass"
|
@@ -1721,7 +1674,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
|
|
1721
1674
|
(mouseleave)="onDownButtonMouseLeave()"
|
1722
1675
|
(keydown)="onDownButtonKeyDown($event)"
|
1723
1676
|
(keyup)="onDownButtonKeyUp()"
|
1724
|
-
[attr.data-pc-section]="
|
1677
|
+
[attr.data-pc-section]="decrementbutton"
|
1725
1678
|
>
|
1726
1679
|
<span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
|
1727
1680
|
<ng-container *ngIf="!decrementButtonIcon">
|
@@ -1730,10 +1683,57 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
|
|
1730
1683
|
</ng-container>
|
1731
1684
|
</button>
|
1732
1685
|
</span>
|
1686
|
+
<button
|
1687
|
+
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1688
|
+
type="button"
|
1689
|
+
[ngClass]="_incrementButtonClass"
|
1690
|
+
[class]="incrementButtonClass"
|
1691
|
+
[disabled]="disabled"
|
1692
|
+
tabindex="-1"
|
1693
|
+
[attr.aria-hidden]="true"
|
1694
|
+
(mousedown)="onUpButtonMouseDown($event)"
|
1695
|
+
(mouseup)="onUpButtonMouseUp()"
|
1696
|
+
(mouseleave)="onUpButtonMouseLeave()"
|
1697
|
+
(keydown)="onUpButtonKeyDown($event)"
|
1698
|
+
(keyup)="onUpButtonKeyUp()"
|
1699
|
+
[attr.data-pc-section]="'incrementbutton'"
|
1700
|
+
>
|
1701
|
+
<span *ngIf="incrementButtonIcon" [ngClass]="incrementButtonIcon" [attr.data-pc-section]="'incrementbuttonicon'"></span>
|
1702
|
+
<ng-container *ngIf="!incrementButtonIcon">
|
1703
|
+
<AngleUpIcon *ngIf="!incrementButtonIconTemplate" [attr.data-pc-section]="'incrementbuttonicon'" />
|
1704
|
+
<ng-template *ngTemplateOutlet="incrementButtonIconTemplate"></ng-template>
|
1705
|
+
</ng-container>
|
1706
|
+
</button>
|
1707
|
+
<button
|
1708
|
+
*ngIf="showButtons && buttonLayout !== 'stacked'"
|
1709
|
+
type="button"
|
1710
|
+
[ngClass]="_decrementButtonClass"
|
1711
|
+
[class]="decrementButtonClass"
|
1712
|
+
[disabled]="disabled"
|
1713
|
+
tabindex="-1"
|
1714
|
+
[attr.aria-hidden]="true"
|
1715
|
+
(mousedown)="onDownButtonMouseDown($event)"
|
1716
|
+
(mouseup)="onDownButtonMouseUp()"
|
1717
|
+
(mouseleave)="onDownButtonMouseLeave()"
|
1718
|
+
(keydown)="onDownButtonKeyDown($event)"
|
1719
|
+
(keyup)="onDownButtonKeyUp()"
|
1720
|
+
[attr.data-pc-section]="'decrementbutton'"
|
1721
|
+
>
|
1722
|
+
<span *ngIf="decrementButtonIcon" [ngClass]="decrementButtonIcon" [attr.data-pc-section]="'decrementbuttonicon'"></span>
|
1723
|
+
<ng-container *ngIf="!decrementButtonIcon">
|
1724
|
+
<AngleDownIcon *ngIf="!decrementButtonIconTemplate" [attr.data-pc-section]="'decrementbuttonicon'" />
|
1725
|
+
<ng-template *ngTemplateOutlet="decrementButtonIconTemplate"></ng-template>
|
1726
|
+
</ng-container>
|
1727
|
+
</button>
|
1733
1728
|
`,
|
1734
1729
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
1735
1730
|
providers: [INPUTNUMBER_VALUE_ACCESSOR, InputNumberStyle],
|
1736
1731
|
encapsulation: ViewEncapsulation.None,
|
1732
|
+
host: {
|
1733
|
+
'[attr.data-pc-name]': "'inputnumber'",
|
1734
|
+
'[attr.data-pc-section]': "'root'",
|
1735
|
+
style: 'style',
|
1736
|
+
},
|
1737
1737
|
}]
|
1738
1738
|
}], ctorParameters: () => [{ type: i0.Injector }], propDecorators: { showButtons: [{
|
1739
1739
|
type: Input,
|
@@ -1855,6 +1855,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
|
|
1855
1855
|
}], templates: [{
|
1856
1856
|
type: ContentChildren,
|
1857
1857
|
args: [PrimeTemplate]
|
1858
|
+
}], hostClasses: [{
|
1859
|
+
type: HostBinding,
|
1860
|
+
args: ['class']
|
1858
1861
|
}] } });
|
1859
1862
|
class InputNumberModule {
|
1860
1863
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.2", ngImport: i0, type: InputNumberModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
@@ -1874,5 +1877,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.2", ngImpor
|
|
1874
1877
|
* Generated bundle index. Do not edit.
|
1875
1878
|
*/
|
1876
1879
|
|
1877
|
-
export { INPUTNUMBER_VALUE_ACCESSOR, InputNumber, InputNumberModule };
|
1880
|
+
export { INPUTNUMBER_VALUE_ACCESSOR, InputNumber, InputNumberClasses, InputNumberModule, InputNumberStyle };
|
1878
1881
|
//# sourceMappingURL=primeng-inputnumber.mjs.map
|