primevue 3.8.2 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/accordion/Accordion.d.ts +74 -11
- package/accordion/accordion.esm.js +1 -1
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +1 -1
- package/accordiontab/AccordionTab.d.ts +37 -8
- package/accordiontab/accordiontab.esm.js +1 -1
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +1 -1
- package/api/Api.d.ts +292 -251
- package/api/api.cjs.js +66 -32
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +66 -32
- package/api/api.esm.min.js +1 -1
- package/api/api.js +67 -33
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +280 -63
- package/autocomplete/AutoComplete.vue +16 -9
- package/autocomplete/autocomplete.cjs.js +23 -15
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +20 -12
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +24 -16
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +57 -8
- package/avatar/avatar.esm.js +1 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +29 -3
- package/avatargroup/avatargroup.esm.js +1 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +1 -1
- package/badge/Badge.d.ts +46 -5
- package/badge/badge.esm.js +1 -1
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +1 -1
- package/badgedirective/badgedirective.esm.js +1 -1
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +1 -1
- package/blockui/BlockUI.d.ts +52 -11
- package/blockui/blockui.esm.js +1 -1
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +49 -9
- package/breadcrumb/BreadcrumbItem.vue +5 -2
- package/breadcrumb/breadcrumb.cjs.js +5 -2
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +6 -3
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +6 -3
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +68 -11
- package/button/button.cjs.js +1 -1
- package/button/button.esm.js +1 -1
- package/button/button.esm.min.js +1 -1
- package/button/button.js +2 -2
- package/calendar/Calendar.d.ts +320 -58
- package/calendar/Calendar.vue +406 -84
- package/calendar/calendar.cjs.js +521 -204
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +521 -203
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +523 -205
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +43 -9
- package/card/card.esm.js +1 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +1 -1
- package/carousel/Carousel.d.ts +121 -24
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.cjs.js +7 -7
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +7 -7
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +8 -8
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +172 -35
- package/cascadeselect/cascadeselect.cjs.js +2 -2
- package/cascadeselect/cascadeselect.esm.js +1 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +3 -3
- package/chart/Chart.d.ts +104 -12
- package/chart/Chart.vue +18 -4
- package/chart/chart.cjs.js +20 -8
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +19 -5
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +19 -5
- package/chart/chart.min.js +1 -1
- package/checkbox/Checkbox.d.ts +66 -8
- package/checkbox/checkbox.esm.js +1 -1
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +1 -1
- package/chip/Chip.d.ts +50 -4
- package/chip/chip.esm.js +1 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +1 -1
- package/chips/Chips.d.ts +88 -15
- package/chips/chips.esm.js +1 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +1 -1
- package/colorpicker/ColorPicker.d.ts +105 -13
- package/colorpicker/ColorPicker.vue +6 -1
- package/colorpicker/colorpicker.cjs.js +7 -2
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +7 -2
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +8 -3
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +448 -78
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/columngroup/ColumnGroup.d.ts +30 -4
- package/columngroup/columngroup.esm.js +1 -1
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +1 -1
- package/config/config.cjs.js +1 -1
- package/config/config.esm.js +1 -2
- package/config/config.esm.min.js +1 -1
- package/config/config.js +2 -2
- package/confirmationeventbus/confirmationeventbus.esm.js +1 -1
- package/confirmationeventbus/confirmationeventbus.esm.min.js +1 -1
- package/confirmationeventbus/confirmationeventbus.js +1 -1
- package/confirmationoptions/ConfirmationOptions.d.ts +58 -0
- package/confirmationoptions/package.json +3 -0
- package/confirmationservice/ConfirmationService.d.ts +2 -1
- package/confirmationservice/confirmationservice.cjs.js +2 -2
- package/confirmationservice/confirmationservice.esm.js +1 -1
- package/confirmationservice/confirmationservice.esm.min.js +1 -1
- package/confirmationservice/confirmationservice.js +3 -3
- package/confirmdialog/ConfirmDialog.d.ts +57 -5
- package/confirmdialog/ConfirmDialog.vue +8 -2
- package/confirmdialog/confirmdialog.cjs.js +17 -10
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +12 -5
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +18 -11
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +41 -3
- package/confirmpopup/ConfirmPopup.vue +7 -4
- package/confirmpopup/confirmpopup.cjs.js +19 -11
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +15 -7
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +20 -12
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +88 -16
- package/contextmenu/ContextMenuSub.vue +7 -4
- package/contextmenu/contextmenu.cjs.js +8 -5
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +8 -5
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +9 -6
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +861 -383
- package/core/core.min.js +15 -13
- package/datatable/BodyCell.vue +27 -1
- package/datatable/ColumnFilter.vue +17 -6
- package/datatable/DataTable.d.ts +1056 -130
- package/datatable/DataTable.vue +150 -131
- package/datatable/HeaderCheckbox.vue +5 -2
- package/datatable/RowCheckbox.vue +1 -1
- package/datatable/RowRadioButton.vue +1 -1
- package/datatable/TableBody.vue +57 -14
- package/datatable/TableFooter.vue +15 -1
- package/datatable/TableHeader.vue +15 -1
- package/datatable/datatable.cjs.js +542 -381
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +533 -373
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +543 -383
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +198 -32
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.cjs.js +13 -13
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +13 -13
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +14 -14
- package/dataview/dataview.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +34 -5
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +1 -1
- package/deferredcontent/DeferredContent.d.ts +31 -6
- package/deferredcontent/deferredcontent.esm.js +1 -1
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +1 -1
- package/dialog/Dialog.d.ts +187 -34
- package/dialog/Dialog.vue +1 -1
- package/dialog/dialog.cjs.js +2 -3
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -3
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +3 -4
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +53 -8
- package/divider/divider.esm.js +1 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +1 -1
- package/dock/Dock.d.ts +92 -15
- package/dock/DockSub.vue +3 -1
- package/dock/dock.cjs.js +4 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +4 -2
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +5 -3
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +340 -76
- package/dropdown/Dropdown.vue +1 -1
- package/dropdown/dropdown.cjs.js +4 -4
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +2 -2
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +5 -5
- package/dropdown/dropdown.min.js +1 -1
- package/editor/Editor.d.ts +78 -11
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +2 -2
- package/fieldset/Fieldset.d.ts +63 -11
- package/fieldset/fieldset.cjs.js +1 -1
- package/fieldset/fieldset.esm.js +1 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +2 -2
- package/fileupload/FileUpload.d.ts +255 -37
- package/fileupload/fileupload.cjs.js +4 -4
- package/fileupload/fileupload.esm.js +1 -1
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +5 -5
- package/fullcalendar/FullCalendar.d.ts +29 -3
- package/fullcalendar/fullcalendar.esm.js +1 -1
- package/fullcalendar/fullcalendar.esm.min.js +1 -1
- package/fullcalendar/fullcalendar.js +1 -1
- package/galleria/Galleria.d.ts +196 -46
- package/galleria/galleria.cjs.js +3 -3
- package/galleria/galleria.esm.js +1 -1
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +4 -4
- package/image/Image.d.ts +51 -6
- package/image/image.esm.js +1 -1
- package/image/image.esm.min.js +1 -1
- package/image/image.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +34 -6
- package/inlinemessage/inlinemessage.esm.js +1 -1
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +1 -1
- package/inplace/Inplace.d.ts +57 -12
- package/inplace/inplace.cjs.js +1 -1
- package/inplace/inplace.esm.js +1 -1
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -2
- package/inputmask/InputMask.d.ts +75 -15
- package/inputmask/inputmask.esm.js +1 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +1 -1
- package/inputnumber/InputNumber.d.ts +180 -30
- package/inputnumber/InputNumber.vue +19 -3
- package/inputnumber/inputnumber.cjs.js +21 -5
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +20 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +22 -6
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +61 -9
- package/inputswitch/inputswitch.esm.js +1 -1
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +1 -1
- package/inputtext/InputText.d.ts +34 -5
- package/inputtext/InputText.vue +1 -1
- package/inputtext/inputtext.cjs.js +2 -2
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +4 -4
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +3 -3
- package/inputtext/inputtext.min.js +1 -1
- package/knob/Knob.d.ts +92 -18
- package/knob/knob.esm.js +1 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +1 -1
- package/listbox/Listbox.d.ts +246 -56
- package/listbox/listbox.cjs.js +2 -2
- package/listbox/listbox.esm.js +1 -1
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +3 -3
- package/megamenu/MegaMenu.d.ts +60 -12
- package/megamenu/MegaMenu.vue +10 -7
- package/megamenu/megamenu.cjs.js +11 -8
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +11 -8
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +12 -9
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +84 -15
- package/menu/Menu.vue +6 -3
- package/menu/Menuitem.vue +5 -2
- package/menu/menu.cjs.js +13 -7
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +12 -6
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +14 -8
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +52 -11
- package/menubar/Menubar.vue +1 -0
- package/menubar/MenubarSub.vue +7 -4
- package/menubar/menubar.cjs.js +9 -6
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +9 -6
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +10 -7
- package/menubar/menubar.min.js +1 -1
- package/menuitem/MenuItem.d.ts +82 -0
- package/menuitem/package.json +3 -0
- package/message/Message.d.ts +57 -10
- package/message/Message.vue +6 -2
- package/message/message.cjs.js +7 -3
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +7 -3
- package/message/message.esm.min.js +1 -1
- package/message/message.js +8 -4
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +368 -83
- package/multiselect/multiselect.cjs.js +3 -3
- package/multiselect/multiselect.esm.js +1 -1
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +4 -4
- package/orderlist/OrderList.d.ts +122 -17
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.cjs.js +5 -3
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +4 -2
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +6 -4
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +137 -15
- package/organizationchart/OrganizationChart.vue +1 -0
- package/organizationchart/organizationchart.cjs.js +1 -1
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +2 -2
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +2 -2
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlayeventbus/overlayeventbus.esm.js +1 -1
- package/overlayeventbus/overlayeventbus.esm.min.js +1 -1
- package/overlayeventbus/overlayeventbus.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +107 -12
- package/overlaypanel/overlaypanel.cjs.js +5 -5
- package/overlaypanel/overlaypanel.esm.js +1 -1
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +6 -6
- package/package.json +5 -1
- package/paginator/Paginator.d.ts +129 -27
- package/paginator/Paginator.vue +4 -4
- package/paginator/paginator.cjs.js +12 -12
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +5 -5
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +13 -13
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +64 -8
- package/panel/Panel.vue +1 -1
- package/panel/panel.cjs.js +1 -1
- package/panel/panel.esm.js +1 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +2 -2
- package/panelmenu/PanelMenu.d.ts +59 -11
- package/panelmenu/PanelMenu.vue +8 -5
- package/panelmenu/PanelMenuSub.vue +8 -5
- package/panelmenu/panelmenu.cjs.js +18 -12
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +19 -13
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +19 -13
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +115 -24
- package/password/password.cjs.js +2 -2
- package/password/password.esm.js +1 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +3 -3
- package/picklist/PickList.d.ts +199 -26
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.cjs.js +15 -9
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +14 -8
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +16 -10
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +43 -8
- package/progressbar/ProgressBar.vue +13 -12
- package/progressbar/progressbar.cjs.js +13 -12
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +15 -14
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +14 -13
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/ProgressSpinner.d.ts +39 -6
- package/progressspinner/progressspinner.esm.js +1 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +1 -1
- package/radiobutton/RadioButton.d.ts +52 -7
- package/radiobutton/radiobutton.esm.js +1 -1
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +1 -1
- package/rating/Rating.d.ts +67 -10
- package/rating/Rating.vue +1 -1
- package/rating/rating.cjs.js +1 -1
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -2
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -2
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +5 -0
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +81 -33
- package/resources/themes/arya-green/theme.css +81 -33
- package/resources/themes/arya-orange/theme.css +81 -33
- package/resources/themes/arya-purple/theme.css +81 -33
- package/resources/themes/bootstrap4-dark-blue/theme.css +62 -21
- package/resources/themes/bootstrap4-dark-purple/theme.css +62 -21
- package/resources/themes/bootstrap4-light-blue/theme.css +62 -21
- package/resources/themes/bootstrap4-light-purple/theme.css +62 -21
- package/resources/themes/fluent-light/theme.css +81 -33
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/theme.css +5421 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/theme.css +5421 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/theme.css +5421 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/theme.css +5421 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/theme.css +5421 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/theme.css +5421 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/theme.css +5421 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/theme.css +5421 -0
- package/resources/themes/luna-amber/theme.css +78 -37
- package/resources/themes/luna-blue/theme.css +78 -37
- package/resources/themes/luna-green/theme.css +78 -37
- package/resources/themes/luna-pink/theme.css +78 -37
- package/resources/themes/md-dark-deeppurple/theme.css +252 -48
- package/resources/themes/md-dark-indigo/theme.css +252 -48
- package/resources/themes/md-light-deeppurple/theme.css +252 -48
- package/resources/themes/md-light-indigo/theme.css +252 -48
- package/resources/themes/mdc-dark-deeppurple/theme.css +252 -48
- package/resources/themes/mdc-dark-indigo/theme.css +252 -48
- package/resources/themes/mdc-light-deeppurple/theme.css +252 -48
- package/resources/themes/mdc-light-indigo/theme.css +252 -48
- package/resources/themes/nova/theme.css +78 -37
- package/resources/themes/nova-accent/theme.css +78 -37
- package/resources/themes/nova-alt/theme.css +78 -37
- package/resources/themes/nova-vue/theme.css +78 -37
- package/resources/themes/rhea/theme.css +78 -37
- package/resources/themes/saga-blue/theme.css +65 -17
- package/resources/themes/saga-green/theme.css +65 -17
- package/resources/themes/saga-orange/theme.css +65 -17
- package/resources/themes/saga-purple/theme.css +65 -17
- package/resources/themes/tailwind-light/theme.css +92 -36
- package/resources/themes/vela-blue/theme.css +81 -33
- package/resources/themes/vela-green/theme.css +81 -33
- package/resources/themes/vela-orange/theme.css +81 -33
- package/resources/themes/vela-purple/theme.css +81 -33
- package/ripple/ripple.esm.js +1 -1
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +1 -1
- package/row/Row.d.ts +25 -3
- package/row/row.esm.js +1 -1
- package/row/row.esm.min.js +1 -1
- package/row/row.js +1 -1
- package/scrollpanel/ScrollPanel.d.ts +27 -5
- package/scrollpanel/scrollpanel.esm.js +1 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +1 -1
- package/scrolltop/ScrollTop.d.ts +47 -7
- package/scrolltop/scrolltop.esm.js +1 -1
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +1 -1
- package/selectbutton/SelectButton.d.ts +108 -19
- package/selectbutton/SelectButton.vue +8 -2
- package/selectbutton/selectbutton.cjs.js +15 -10
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +15 -10
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +16 -11
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/Sidebar.d.ts +81 -16
- package/sidebar/sidebar.cjs.js +1 -1
- package/sidebar/sidebar.esm.js +1 -1
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +2 -2
- package/skeleton/Skeleton.d.ts +58 -9
- package/skeleton/skeleton.esm.js +1 -1
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +1 -1
- package/slider/Slider.d.ts +90 -14
- package/slider/slider.esm.js +1 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +1 -1
- package/speeddial/SpeedDial.d.ts +166 -29
- package/speeddial/SpeedDial.vue +3 -1
- package/speeddial/speeddial.cjs.js +5 -2
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +4 -2
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +6 -4
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +76 -11
- package/splitbutton/SplitButton.vue +3 -1
- package/splitbutton/splitbutton.cjs.js +15 -13
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +15 -13
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +16 -14
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +74 -7
- package/splitter/Splitter.vue +5 -5
- package/splitter/splitter.cjs.js +1 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +2 -2
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +2 -2
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +34 -7
- package/splitterpanel/splitterpanel.esm.js +1 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +1 -1
- package/steps/Steps.d.ts +51 -11
- package/steps/Steps.vue +5 -2
- package/steps/steps.cjs.js +5 -2
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +6 -3
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +6 -3
- package/steps/steps.min.js +1 -1
- package/styleclass/styleclass.esm.js +1 -1
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +1 -1
- package/tabmenu/TabMenu.d.ts +63 -10
- package/tabmenu/TabMenu.vue +6 -3
- package/tabmenu/tabmenu.cjs.js +7 -4
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +7 -4
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +8 -5
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +38 -7
- package/tabpanel/tabpanel.esm.js +1 -1
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +1 -1
- package/tabview/TabView.d.ts +73 -11
- package/tabview/tabview.cjs.js +1 -1
- package/tabview/tabview.esm.js +1 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +2 -2
- package/tag/Tag.d.ts +44 -8
- package/tag/Tag.vue +1 -1
- package/tag/tag.cjs.js +6 -6
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +8 -8
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +7 -7
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.d.ts +36 -5
- package/terminal/terminal.cjs.js +3 -3
- package/terminal/terminal.esm.js +1 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +4 -4
- package/terminalservice/TerminalService.d.ts +9 -6
- package/terminalservice/terminalservice.esm.js +1 -1
- package/terminalservice/terminalservice.esm.min.js +1 -1
- package/terminalservice/terminalservice.js +1 -1
- package/textarea/Textarea.d.ts +38 -6
- package/textarea/textarea.esm.js +1 -1
- package/textarea/textarea.esm.min.js +1 -1
- package/textarea/textarea.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +89 -15
- package/tieredmenu/TieredMenuSub.vue +7 -4
- package/tieredmenu/tieredmenu.cjs.js +9 -6
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +8 -5
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +10 -7
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +94 -15
- package/timeline/timeline.esm.js +1 -1
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +1 -1
- package/toast/Toast.d.ts +118 -12
- package/toast/toast.cjs.js +7 -7
- package/toast/toast.esm.js +1 -1
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -8
- package/toasteventbus/toasteventbus.esm.js +1 -1
- package/toasteventbus/toasteventbus.esm.min.js +1 -1
- package/toasteventbus/toasteventbus.js +1 -1
- package/toastservice/ToastService.d.ts +17 -5
- package/toastservice/toastservice.cjs.js +3 -3
- package/toastservice/toastservice.esm.js +1 -1
- package/toastservice/toastservice.esm.min.js +1 -1
- package/toastservice/toastservice.js +4 -4
- package/togglebutton/ToggleButton.d.ts +64 -11
- package/togglebutton/togglebutton.cjs.js +1 -1
- package/togglebutton/togglebutton.esm.js +1 -1
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +2 -2
- package/toolbar/Toolbar.d.ts +31 -6
- package/toolbar/Toolbar.vue +2 -2
- package/toolbar/toolbar.cjs.js +2 -2
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -3
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +3 -3
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.esm.js +1 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +1 -1
- package/tree/Tree.d.ts +189 -26
- package/tree/Tree.vue +1 -0
- package/tree/TreeNode.vue +4 -1
- package/tree/tree.cjs.js +6 -3
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +6 -3
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +7 -4
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +201 -44
- package/treeselect/TreeSelect.vue +9 -0
- package/treeselect/treeselect.cjs.js +12 -3
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +10 -1
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +13 -4
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +3 -3
- package/treetable/TreeTable.d.ts +459 -63
- package/treetable/TreeTable.vue +9 -9
- package/treetable/treetable.cjs.js +17 -17
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +16 -16
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +18 -18
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +40 -6
- package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +1 -1
- package/ts-helpers.d.ts +28 -0
- package/useconfirm/UseConfirm.d.ts +5 -19
- package/useconfirm/useconfirm.js +1 -1
- package/usetoast/UseToast.d.ts +3 -5
- package/usetoast/usetoast.js +1 -1
- package/utils/Utils.d.ts +3 -0
- package/utils/utils.cjs.js +41 -4
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +41 -4
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +42 -5
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +66 -30
- package/vetur-tags.json +16 -7
- package/virtualscroller/VirtualScroller.d.ts +294 -53
- package/virtualscroller/VirtualScroller.vue +296 -255
- package/virtualscroller/virtualscroller.cjs.js +325 -266
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +326 -267
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +326 -267
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +296 -47
package/tabpanel/TabPanel.d.ts
CHANGED
|
@@ -1,15 +1,46 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
+
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
2
3
|
|
|
3
|
-
interface TabPanelProps {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
export interface TabPanelProps {
|
|
5
|
+
/**
|
|
6
|
+
* Orientation of tab headers.
|
|
7
|
+
*/
|
|
8
|
+
header?: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* Whether the tab is disabled.
|
|
11
|
+
*/
|
|
12
|
+
disabled?: boolean | undefined;
|
|
6
13
|
}
|
|
7
14
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
export interface TabPanelSlots {
|
|
16
|
+
/**
|
|
17
|
+
* Custom content template.
|
|
18
|
+
*/
|
|
19
|
+
default: () => VNode[];
|
|
20
|
+
/**
|
|
21
|
+
* Custom header template.
|
|
22
|
+
*/
|
|
23
|
+
header: () => VNode[];
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export declare type TabPanelEmits = {
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class TabPanel extends ClassComponent<TabPanelProps, TabPanelSlots, TabPanelEmits> { }
|
|
30
|
+
|
|
31
|
+
declare module '@vue/runtime-core' {
|
|
32
|
+
interface GlobalComponents {
|
|
33
|
+
TabPanel: GlobalComponentConstructor<TabPanel>
|
|
12
34
|
}
|
|
13
35
|
}
|
|
14
36
|
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* TabPanel is a helper component for TabView component.
|
|
40
|
+
*
|
|
41
|
+
* Demos:
|
|
42
|
+
*
|
|
43
|
+
* - [TabPanel](https://www.primefaces.org/primevue/showcase/#/tabpanel)
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
15
46
|
export default TabPanel;
|
package/tabpanel/tabpanel.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{renderSlot as e}from"vue";var
|
|
1
|
+
import{renderSlot as e}from"vue";var a={name:"TabPanel",props:{header:null,disabled:Boolean}};a.render=function(a,r,l,n,o,t){return e(a.$slots,"default")};export{a as default};
|
package/tabpanel/tabpanel.js
CHANGED
package/tabview/TabView.d.ts
CHANGED
|
@@ -1,19 +1,81 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
+
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
2
3
|
|
|
3
|
-
interface
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
export interface TabViewChangeEvent {
|
|
5
|
+
/**
|
|
6
|
+
* Browser event
|
|
7
|
+
*/
|
|
8
|
+
originalEvent: Event;
|
|
9
|
+
/**
|
|
10
|
+
* Index of the selected tab
|
|
11
|
+
*/
|
|
12
|
+
index: number;
|
|
7
13
|
}
|
|
8
14
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
/**
|
|
16
|
+
* @extends TabViewChangeEvent
|
|
17
|
+
*/
|
|
18
|
+
export interface TabViewClickEvent extends TabViewChangeEvent { }
|
|
19
|
+
|
|
20
|
+
export interface TabViewProps {
|
|
21
|
+
/**
|
|
22
|
+
* Index of the active tab.
|
|
23
|
+
*/
|
|
24
|
+
activeIndex?: number | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* When enabled, hidden tabs are not rendered at all. Defaults to false that hides tabs with css.
|
|
27
|
+
*/
|
|
28
|
+
lazy?: boolean | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* When enabled displays buttons at each side of the tab headers to scroll the tab list.
|
|
31
|
+
*/
|
|
32
|
+
scrollable?: boolean | undefined;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface TabViewSlots {
|
|
36
|
+
/**
|
|
37
|
+
* Default slot to detect TabPanel components.
|
|
38
|
+
*/
|
|
39
|
+
default: () => VNode[];
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export declare type TabViewEmits = {
|
|
43
|
+
/**
|
|
44
|
+
* Emitted when the value changes.
|
|
45
|
+
* @param {number} value - New value.
|
|
46
|
+
*/
|
|
47
|
+
'update:modelValue': (value: number) => void;
|
|
48
|
+
/**
|
|
49
|
+
* Callback to invoke when an active tab is changed.
|
|
50
|
+
* @param {TabViewChangeEvent} event - Custom tab change event.
|
|
51
|
+
*/
|
|
52
|
+
'tab-change': (event: TabViewChangeEvent) => void;
|
|
53
|
+
/**
|
|
54
|
+
* Callback to invoke when an active tab is clicked.
|
|
55
|
+
* @param {TabViewClickEvent} event - Custom tab click event.
|
|
56
|
+
*/
|
|
57
|
+
'tab-click': (event: TabViewClickEvent) => void;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
declare class TabView extends ClassComponent<TabViewProps, TabViewSlots, TabViewEmits> { }
|
|
61
|
+
|
|
62
|
+
declare module '@vue/runtime-core' {
|
|
63
|
+
interface GlobalComponents {
|
|
64
|
+
TabView: GlobalComponentConstructor<TabView>
|
|
16
65
|
}
|
|
17
66
|
}
|
|
18
67
|
|
|
68
|
+
/**
|
|
69
|
+
*
|
|
70
|
+
* TabView is a container component to group content with tabs.
|
|
71
|
+
*
|
|
72
|
+
* Helper Components:
|
|
73
|
+
*
|
|
74
|
+
* - TabPanel
|
|
75
|
+
*
|
|
76
|
+
* Demos:
|
|
77
|
+
*
|
|
78
|
+
* - [TabView](https://www.primefaces.org/primevue/showcase/#/tabview)
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
19
81
|
export default TabView;
|
package/tabview/tabview.cjs.js
CHANGED
package/tabview/tabview.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{DomHandler as e}from"primevue/utils";import t from"primevue/ripple";import{resolveDirective as n,openBlock as a,createBlock as i,createVNode as s,withDirectives as l,createCommentVNode as o,Fragment as r,renderList as d,toDisplayString as c,resolveDynamicComponent as p,vShow as b}from"vue";var v={name:"TabView",emits:["update:activeIndex","tab-change","tab-click"],props:{activeIndex:{type:Number,default:0},lazy:{type:Boolean,default:!1},scrollable:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex,backwardIsDisabled:!0,forwardIsDisabled:!1}},watch:{activeIndex(e){this.d_activeIndex=e,this.updateScrollBar(e)}},updated(){this.updateInkBar()},mounted(){this.updateInkBar()},methods:{onTabClick(e,t){this.isTabDisabled(this.tabs[t])||t===this.d_activeIndex||(this.d_activeIndex=t,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit("tab-change",{originalEvent:e,index:t}),this.updateScrollBar(t)),this.$emit("tab-click",{originalEvent:e,index:t})},onTabKeydown(e,t){13===e.which&&this.onTabClick(e,t)},updateInkBar(){let t=this.$refs.nav.children[this.d_activeIndex];this.$refs.inkbar.style.width=e.getWidth(t)+"px",this.$refs.inkbar.style.left=e.getOffset(t).left-e.getOffset(this.$refs.nav).left+"px"},updateScrollBar(e){this.$refs.nav.children[e].scrollIntoView({block:"nearest"})},updateButtonState(){const t=this.$refs.content,{scrollLeft:n,scrollWidth:a}=t,i=e.getWidth(t);this.backwardIsDisabled=0===n,this.forwardIsDisabled=n===a-i},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,isTabPanel:e=>"TabPanel"===e.type.name,onScroll(e){this.scrollable&&this.updateButtonState(),e.preventDefault()},getVisibleButtonWidths(){const{prevBtn:t,nextBtn:n}=this.$refs;return[t,n].reduce(((t,n)=>n?t+e.getWidth(n):t),0)},navBackward(){const t=this.$refs.content,n=e.getWidth(t)-this.getVisibleButtonWidths(),a=t.scrollLeft-n;t.scrollLeft=a<=0?0:a},navForward(){const t=this.$refs.content,n=e.getWidth(t)-this.getVisibleButtonWidths(),a=t.scrollLeft+n,i=t.scrollWidth-n;t.scrollLeft=a>=i?i:a}},computed:{contentClasses(){return["p-tabview p-component",{"p-tabview-scrollable":this.scrollable}]},prevButtonClasses:()=>["p-tabview-nav-prev p-tabview-nav-btn p-link"],nextButtonClasses:()=>["p-tabview-nav-next p-tabview-nav-btn p-link"],tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isTabPanel(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isTabPanel(t)&&e.push(t)}))})),e}},directives:{ripple:t}};const h={class:"p-tabview-nav-container"},u=s("span",{class:"pi pi-chevron-left"},null,-1),f={ref:"nav",class:"p-tabview-nav",role:"tablist"},w={key:0,class:"p-tabview-title"},x={ref:"inkbar",class:"p-tabview-ink-bar"},k=s("span",{class:"pi pi-chevron-right"},null,-1),y={class:"p-tabview-panels"},m={key:0,class:"p-tabview-panel",role:"tabpanel"};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-tabview-nav-container {\n position: relative;\n}\n.p-tabview-scrollable .p-tabview-nav-container {\n overflow: hidden;\n}\n.p-tabview-nav-content {\n overflow-x: auto;\n overflow-y: hidden;\n scroll-behavior: smooth;\n scrollbar-width: none;\n -ms-scroll-chaining: contain auto;\n overscroll-behavior: contain auto;\n}\n.p-tabview-nav {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n margin: 0;\n padding: 0;\n list-style-type: none;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.p-tabview-nav-link {\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n position: relative;\n text-decoration: none;\n overflow: hidden;\n}\n.p-tabview-ink-bar {\n display: none;\n z-index: 1;\n}\n.p-tabview-nav-link:focus {\n z-index: 1;\n}\n.p-tabview-title {\n line-height: 1;\n white-space: nowrap;\n}\n.p-tabview-nav-btn {\n position: absolute;\n top: 0;\n z-index: 2;\n height: 100%;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tabview-nav-prev {\n left: 0;\n}\n.p-tabview-nav-next {\n right: 0;\n}\n.p-tabview-nav-content::-webkit-scrollbar {\n display: none;\n}\n"),v.render=function(e,t,v,g,B,I){const C=n("ripple");return a(),i("div",{class:I.contentClasses},[s("div",h,[v.scrollable&&!B.backwardIsDisabled?l((a(),i("button",{key:0,ref:"prevBtn",class:I.prevButtonClasses,onClick:t[1]||(t[1]=(...e)=>I.navBackward&&I.navBackward(...e)),type:"button"},[u],2)),[[C]]):o("",!0),s("div",{ref:"content",class:"p-tabview-nav-content",onScroll:t[2]||(t[2]=(...e)=>I.onScroll&&I.onScroll(...e))},[s("ul",f,[(a(!0),i(r,null,d(I.tabs,((e,t)=>(a(),i("li",{role:"presentation",key:I.getKey(e,t),class:[{"p-highlight":B.d_activeIndex===t,"p-disabled":I.isTabDisabled(e)}]},[l(s("a",{role:"tab",class:"p-tabview-nav-link",onClick:e=>I.onTabClick(e,t),onKeydown:e=>I.onTabKeydown(e,t),tabindex:I.isTabDisabled(e)?null:"0","aria-selected":B.d_activeIndex===t},[e.props&&e.props.header?(a(),i("span",w,c(e.props.header),1)):o("",!0),e.children&&e.children.header?(a(),i(p(e.children.header),{key:1})):o("",!0)],40,["onClick","onKeydown","tabindex","aria-selected"]),[[C]])],2)))),128)),s("li",x,null,512)],512)],544),v.scrollable&&!B.forwardIsDisabled?l((a(),i("button",{key:1,ref:"nextBtn",class:I.nextButtonClasses,onClick:t[3]||(t[3]=(...e)=>I.navForward&&I.navForward(...e)),type:"button"},[k],2)),[[C]]):o("",!0)]),s("div",y,[(a(!0),i(r,null,d(I.tabs,((e,t)=>(a(),i(r,{key:I.getKey(e,t)},[v.lazy&&B.d_activeIndex!==t?o("",!0):l((a(),i("div",m,[(a(),i(p(e)))],512)),[[b,!!v.lazy||B.d_activeIndex===t]])],64)))),128))])],2)};export default
|
|
1
|
+
import{DomHandler as e}from"primevue/utils";import t from"primevue/ripple";import{resolveDirective as n,openBlock as a,createBlock as i,createVNode as s,withDirectives as l,createCommentVNode as o,Fragment as r,renderList as d,toDisplayString as c,resolveDynamicComponent as p,vShow as b}from"vue";var v={name:"TabView",emits:["update:activeIndex","tab-change","tab-click"],props:{activeIndex:{type:Number,default:0},lazy:{type:Boolean,default:!1},scrollable:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex,backwardIsDisabled:!0,forwardIsDisabled:!1}},watch:{activeIndex(e){this.d_activeIndex=e,this.updateScrollBar(e)}},updated(){this.updateInkBar()},mounted(){this.updateInkBar()},methods:{onTabClick(e,t){this.isTabDisabled(this.tabs[t])||t===this.d_activeIndex||(this.d_activeIndex=t,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit("tab-change",{originalEvent:e,index:t}),this.updateScrollBar(t)),this.$emit("tab-click",{originalEvent:e,index:t})},onTabKeydown(e,t){13===e.which&&this.onTabClick(e,t)},updateInkBar(){let t=this.$refs.nav.children[this.d_activeIndex];this.$refs.inkbar.style.width=e.getWidth(t)+"px",this.$refs.inkbar.style.left=e.getOffset(t).left-e.getOffset(this.$refs.nav).left+"px"},updateScrollBar(e){this.$refs.nav.children[e].scrollIntoView({block:"nearest"})},updateButtonState(){const t=this.$refs.content,{scrollLeft:n,scrollWidth:a}=t,i=e.getWidth(t);this.backwardIsDisabled=0===n,this.forwardIsDisabled=n===a-i},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,isTabPanel:e=>"TabPanel"===e.type.name,onScroll(e){this.scrollable&&this.updateButtonState(),e.preventDefault()},getVisibleButtonWidths(){const{prevBtn:t,nextBtn:n}=this.$refs;return[t,n].reduce(((t,n)=>n?t+e.getWidth(n):t),0)},navBackward(){const t=this.$refs.content,n=e.getWidth(t)-this.getVisibleButtonWidths(),a=t.scrollLeft-n;t.scrollLeft=a<=0?0:a},navForward(){const t=this.$refs.content,n=e.getWidth(t)-this.getVisibleButtonWidths(),a=t.scrollLeft+n,i=t.scrollWidth-n;t.scrollLeft=a>=i?i:a}},computed:{contentClasses(){return["p-tabview p-component",{"p-tabview-scrollable":this.scrollable}]},prevButtonClasses:()=>["p-tabview-nav-prev p-tabview-nav-btn p-link"],nextButtonClasses:()=>["p-tabview-nav-next p-tabview-nav-btn p-link"],tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isTabPanel(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isTabPanel(t)&&e.push(t)}))})),e}},directives:{ripple:t}};const h={class:"p-tabview-nav-container"},u=s("span",{class:"pi pi-chevron-left"},null,-1),f={ref:"nav",class:"p-tabview-nav",role:"tablist"},w={key:0,class:"p-tabview-title"},x={ref:"inkbar",class:"p-tabview-ink-bar"},k=s("span",{class:"pi pi-chevron-right"},null,-1),y={class:"p-tabview-panels"},m={key:0,class:"p-tabview-panel",role:"tabpanel"};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-tabview-nav-container {\n position: relative;\n}\n.p-tabview-scrollable .p-tabview-nav-container {\n overflow: hidden;\n}\n.p-tabview-nav-content {\n overflow-x: auto;\n overflow-y: hidden;\n scroll-behavior: smooth;\n scrollbar-width: none;\n -ms-scroll-chaining: contain auto;\n overscroll-behavior: contain auto;\n}\n.p-tabview-nav {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n margin: 0;\n padding: 0;\n list-style-type: none;\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n}\n.p-tabview-nav-link {\n cursor: pointer;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n position: relative;\n text-decoration: none;\n overflow: hidden;\n}\n.p-tabview-ink-bar {\n display: none;\n z-index: 1;\n}\n.p-tabview-nav-link:focus {\n z-index: 1;\n}\n.p-tabview-title {\n line-height: 1;\n white-space: nowrap;\n}\n.p-tabview-nav-btn {\n position: absolute;\n top: 0;\n z-index: 2;\n height: 100%;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tabview-nav-prev {\n left: 0;\n}\n.p-tabview-nav-next {\n right: 0;\n}\n.p-tabview-nav-content::-webkit-scrollbar {\n display: none;\n}\n"),v.render=function(e,t,v,g,B,I){const C=n("ripple");return a(),i("div",{class:I.contentClasses},[s("div",h,[v.scrollable&&!B.backwardIsDisabled?l((a(),i("button",{key:0,ref:"prevBtn",class:I.prevButtonClasses,onClick:t[1]||(t[1]=(...e)=>I.navBackward&&I.navBackward(...e)),type:"button"},[u],2)),[[C]]):o("",!0),s("div",{ref:"content",class:"p-tabview-nav-content",onScroll:t[2]||(t[2]=(...e)=>I.onScroll&&I.onScroll(...e))},[s("ul",f,[(a(!0),i(r,null,d(I.tabs,((e,t)=>(a(),i("li",{role:"presentation",key:I.getKey(e,t),class:[{"p-highlight":B.d_activeIndex===t,"p-disabled":I.isTabDisabled(e)}]},[l(s("a",{role:"tab",class:"p-tabview-nav-link",onClick:e=>I.onTabClick(e,t),onKeydown:e=>I.onTabKeydown(e,t),tabindex:I.isTabDisabled(e)?null:"0","aria-selected":B.d_activeIndex===t},[e.props&&e.props.header?(a(),i("span",w,c(e.props.header),1)):o("",!0),e.children&&e.children.header?(a(),i(p(e.children.header),{key:1})):o("",!0)],40,["onClick","onKeydown","tabindex","aria-selected"]),[[C]])],2)))),128)),s("li",x,null,512)],512)],544),v.scrollable&&!B.forwardIsDisabled?l((a(),i("button",{key:1,ref:"nextBtn",class:I.nextButtonClasses,onClick:t[3]||(t[3]=(...e)=>I.navForward&&I.navForward(...e)),type:"button"},[k],2)),[[C]]):o("",!0)]),s("div",y,[(a(!0),i(r,null,d(I.tabs,((e,t)=>(a(),i(r,{key:I.getKey(e,t)},[v.lazy&&B.d_activeIndex!==t?o("",!0):l((a(),i("div",m,[(a(),i(p(e)))],512)),[[b,!!v.lazy||B.d_activeIndex===t]])],64)))),128))])],2)};export{v as default};
|
package/tabview/tabview.js
CHANGED
|
@@ -147,7 +147,7 @@ this.primevue.tabview = (function (utils, Ripple, vue) {
|
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
directives: {
|
|
150
|
-
'ripple': Ripple__default[
|
|
150
|
+
'ripple': Ripple__default["default"]
|
|
151
151
|
}
|
|
152
152
|
};
|
|
153
153
|
|
|
@@ -292,4 +292,4 @@ this.primevue.tabview = (function (utils, Ripple, vue) {
|
|
|
292
292
|
|
|
293
293
|
return script;
|
|
294
294
|
|
|
295
|
-
}(primevue.utils, primevue.ripple, Vue)
|
|
295
|
+
})(primevue.utils, primevue.ripple, Vue);
|
package/tag/Tag.d.ts
CHANGED
|
@@ -1,17 +1,53 @@
|
|
|
1
1
|
import { VNode } from 'vue';
|
|
2
|
+
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
type TagSeverityType = 'success' | 'info' | 'warning' | 'danger' | undefined;
|
|
5
|
+
|
|
6
|
+
export interface TagProps {
|
|
7
|
+
/**
|
|
8
|
+
* Value to display inside the tag.
|
|
9
|
+
*/
|
|
4
10
|
value?: any;
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
11
|
+
/**
|
|
12
|
+
* Severity type of the tag.
|
|
13
|
+
* @see TagSeverityType
|
|
14
|
+
*/
|
|
15
|
+
severity?: TagSeverityType;
|
|
16
|
+
/**
|
|
17
|
+
* Whether the corners of the tag are rounded.
|
|
18
|
+
*/
|
|
19
|
+
rounded?: boolean | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Icon of the tag to display next to the value.
|
|
22
|
+
*/
|
|
23
|
+
icon?: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface TagSlots {
|
|
27
|
+
/**
|
|
28
|
+
* Custom content template
|
|
29
|
+
*/
|
|
30
|
+
default: () => VNode[];
|
|
8
31
|
}
|
|
9
32
|
|
|
10
|
-
declare
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
33
|
+
export declare type TagEmits = {
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class Tag extends ClassComponent<TagProps, TagSlots, TagEmits> { }
|
|
37
|
+
|
|
38
|
+
declare module '@vue/runtime-core' {
|
|
39
|
+
interface GlobalComponents {
|
|
40
|
+
Tag: GlobalComponentConstructor<Tag>
|
|
14
41
|
}
|
|
15
42
|
}
|
|
16
43
|
|
|
44
|
+
/**
|
|
45
|
+
*
|
|
46
|
+
* Tag component is used to categorize content.
|
|
47
|
+
*
|
|
48
|
+
* Demos:
|
|
49
|
+
*
|
|
50
|
+
* - [Tag](https://www.primefaces.org/primevue/showcase/#/tag)
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
17
53
|
export default Tag;
|
package/tag/Tag.vue
CHANGED
package/tag/tag.cjs.js
CHANGED
|
@@ -30,13 +30,13 @@ const _hoisted_1 = { class: "p-tag-value" };
|
|
|
30
30
|
|
|
31
31
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
32
|
return (vue.openBlock(), vue.createBlock("span", vue.mergeProps({ class: $options.containerClass }, _ctx.$attrs), [
|
|
33
|
+
($props.icon)
|
|
34
|
+
? (vue.openBlock(), vue.createBlock("span", {
|
|
35
|
+
key: 0,
|
|
36
|
+
class: $options.iconClass
|
|
37
|
+
}, null, 2))
|
|
38
|
+
: vue.createCommentVNode("", true),
|
|
33
39
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
34
|
-
($props.icon)
|
|
35
|
-
? (vue.openBlock(), vue.createBlock("span", {
|
|
36
|
-
key: 0,
|
|
37
|
-
class: $options.iconClass
|
|
38
|
-
}, null, 2))
|
|
39
|
-
: vue.createCommentVNode("", true),
|
|
40
40
|
vue.createVNode("span", _hoisted_1, vue.toDisplayString($props.value), 1)
|
|
41
41
|
])
|
|
42
42
|
], 16))
|
package/tag/tag.cjs.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("vue"),n={name:"Tag",props:{value:null,severity:null,rounded:Boolean,icon:String},computed:{containerClass(){return["p-tag p-component",{"p-tag-info":"info"===this.severity,"p-tag-success":"success"===this.severity,"p-tag-warning":"warning"===this.severity,"p-tag-danger":"danger"===this.severity,"p-tag-rounded":this.rounded}]},iconClass(){return["p-tag-icon",this.icon]}}};const t={class:"p-tag-value"};!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var s=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===t&&s.firstChild?s.insertBefore(a,s.firstChild):s.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}("\n.p-tag {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tag-icon,\n.p-tag-value,\n.p-tag-icon.pi {\n line-height: 1.5;\n}\n.p-tag.p-tag-rounded {\n border-radius: 10rem;\n}\n"),n.render=function(n,s,a,i,r,o){return e.openBlock(),e.createBlock("span",e.mergeProps({class:o.containerClass},n.$attrs),[
|
|
1
|
+
"use strict";var e=require("vue"),n={name:"Tag",props:{value:null,severity:null,rounded:Boolean,icon:String},computed:{containerClass(){return["p-tag p-component",{"p-tag-info":"info"===this.severity,"p-tag-success":"success"===this.severity,"p-tag-warning":"warning"===this.severity,"p-tag-danger":"danger"===this.severity,"p-tag-rounded":this.rounded}]},iconClass(){return["p-tag-icon",this.icon]}}};const t={class:"p-tag-value"};!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var s=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===t&&s.firstChild?s.insertBefore(a,s.firstChild):s.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}("\n.p-tag {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tag-icon,\n.p-tag-value,\n.p-tag-icon.pi {\n line-height: 1.5;\n}\n.p-tag.p-tag-rounded {\n border-radius: 10rem;\n}\n"),n.render=function(n,s,a,i,r,o){return e.openBlock(),e.createBlock("span",e.mergeProps({class:o.containerClass},n.$attrs),[a.icon?(e.openBlock(),e.createBlock("span",{key:0,class:o.iconClass},null,2)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},(()=>[e.createVNode("span",t,e.toDisplayString(a.value),1)]))],16)},module.exports=n;
|
package/tag/tag.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock, createBlock, mergeProps,
|
|
1
|
+
import { openBlock, createBlock, mergeProps, createCommentVNode, renderSlot, createVNode, toDisplayString } from 'vue';
|
|
2
2
|
|
|
3
3
|
var script = {
|
|
4
4
|
name: 'Tag',
|
|
@@ -28,13 +28,13 @@ const _hoisted_1 = { class: "p-tag-value" };
|
|
|
28
28
|
|
|
29
29
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30
30
|
return (openBlock(), createBlock("span", mergeProps({ class: $options.containerClass }, _ctx.$attrs), [
|
|
31
|
+
($props.icon)
|
|
32
|
+
? (openBlock(), createBlock("span", {
|
|
33
|
+
key: 0,
|
|
34
|
+
class: $options.iconClass
|
|
35
|
+
}, null, 2))
|
|
36
|
+
: createCommentVNode("", true),
|
|
31
37
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
32
|
-
($props.icon)
|
|
33
|
-
? (openBlock(), createBlock("span", {
|
|
34
|
-
key: 0,
|
|
35
|
-
class: $options.iconClass
|
|
36
|
-
}, null, 2))
|
|
37
|
-
: createCommentVNode("", true),
|
|
38
38
|
createVNode("span", _hoisted_1, toDisplayString($props.value), 1)
|
|
39
39
|
])
|
|
40
40
|
], 16))
|
|
@@ -72,4 +72,4 @@ styleInject(css_248z);
|
|
|
72
72
|
|
|
73
73
|
script.render = render;
|
|
74
74
|
|
|
75
|
-
export default
|
|
75
|
+
export { script as default };
|
package/tag/tag.esm.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{openBlock as e,createBlock as n,mergeProps as t,
|
|
1
|
+
import{openBlock as e,createBlock as n,mergeProps as t,createCommentVNode as a,renderSlot as i,createVNode as s,toDisplayString as r}from"vue";var o={name:"Tag",props:{value:null,severity:null,rounded:Boolean,icon:String},computed:{containerClass(){return["p-tag p-component",{"p-tag-info":"info"===this.severity,"p-tag-success":"success"===this.severity,"p-tag-warning":"warning"===this.severity,"p-tag-danger":"danger"===this.severity,"p-tag-rounded":this.rounded}]},iconClass(){return["p-tag-icon",this.icon]}}};const l={class:"p-tag-value"};!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===t&&a.firstChild?a.insertBefore(i,a.firstChild):a.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-tag {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tag-icon,\n.p-tag-value,\n.p-tag-icon.pi {\n line-height: 1.5;\n}\n.p-tag.p-tag-rounded {\n border-radius: 10rem;\n}\n"),o.render=function(o,c,p,d,u,g){return e(),n("span",t({class:g.containerClass},o.$attrs),[p.icon?(e(),n("span",{key:0,class:g.iconClass},null,2)):a("",!0),i(o.$slots,"default",{},(()=>[s("span",l,r(p.value),1)]))],16)};export{o as default};
|
package/tag/tag.js
CHANGED
|
@@ -30,13 +30,13 @@ this.primevue.tag = (function (vue) {
|
|
|
30
30
|
|
|
31
31
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32
32
|
return (vue.openBlock(), vue.createBlock("span", vue.mergeProps({ class: $options.containerClass }, _ctx.$attrs), [
|
|
33
|
+
($props.icon)
|
|
34
|
+
? (vue.openBlock(), vue.createBlock("span", {
|
|
35
|
+
key: 0,
|
|
36
|
+
class: $options.iconClass
|
|
37
|
+
}, null, 2))
|
|
38
|
+
: vue.createCommentVNode("", true),
|
|
33
39
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
34
|
-
($props.icon)
|
|
35
|
-
? (vue.openBlock(), vue.createBlock("span", {
|
|
36
|
-
key: 0,
|
|
37
|
-
class: $options.iconClass
|
|
38
|
-
}, null, 2))
|
|
39
|
-
: vue.createCommentVNode("", true),
|
|
40
40
|
vue.createVNode("span", _hoisted_1, vue.toDisplayString($props.value), 1)
|
|
41
41
|
])
|
|
42
42
|
], 16))
|
|
@@ -76,4 +76,4 @@ this.primevue.tag = (function (vue) {
|
|
|
76
76
|
|
|
77
77
|
return script;
|
|
78
78
|
|
|
79
|
-
}(Vue)
|
|
79
|
+
})(Vue);
|
package/tag/tag.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.tag=function(e){"use strict";var n={name:"Tag",props:{value:null,severity:null,rounded:Boolean,icon:String},computed:{containerClass(){return["p-tag p-component",{"p-tag-info":"info"===this.severity,"p-tag-success":"success"===this.severity,"p-tag-warning":"warning"===this.severity,"p-tag-danger":"danger"===this.severity,"p-tag-rounded":this.rounded}]},iconClass(){return["p-tag-icon",this.icon]}}};const t={class:"p-tag-value"};return function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css","top"===t&&i.firstChild?i.insertBefore(s,i.firstChild):i.appendChild(s),s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e))}}("\n.p-tag {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tag-icon,\n.p-tag-value,\n.p-tag-icon.pi {\n line-height: 1.5;\n}\n.p-tag.p-tag-rounded {\n border-radius: 10rem;\n}\n"),n.render=function(n,i,s,a,r,o){return e.openBlock(),e.createBlock("span",e.mergeProps({class:o.containerClass},n.$attrs),[
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.tag=function(e){"use strict";var n={name:"Tag",props:{value:null,severity:null,rounded:Boolean,icon:String},computed:{containerClass(){return["p-tag p-component",{"p-tag-info":"info"===this.severity,"p-tag-success":"success"===this.severity,"p-tag-warning":"warning"===this.severity,"p-tag-danger":"danger"===this.severity,"p-tag-rounded":this.rounded}]},iconClass(){return["p-tag-icon",this.icon]}}};const t={class:"p-tag-value"};return function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css","top"===t&&i.firstChild?i.insertBefore(s,i.firstChild):i.appendChild(s),s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e))}}("\n.p-tag {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n}\n.p-tag-icon,\n.p-tag-value,\n.p-tag-icon.pi {\n line-height: 1.5;\n}\n.p-tag.p-tag-rounded {\n border-radius: 10rem;\n}\n"),n.render=function(n,i,s,a,r,o){return e.openBlock(),e.createBlock("span",e.mergeProps({class:o.containerClass},n.$attrs),[s.icon?(e.openBlock(),e.createBlock("span",{key:0,class:o.iconClass},null,2)):e.createCommentVNode("",!0),e.renderSlot(n.$slots,"default",{},(()=>[e.createVNode("span",t,e.toDisplayString(s.value),1)]))],16)},n}(Vue);
|
package/terminal/Terminal.d.ts
CHANGED
|
@@ -1,10 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
2
|
+
|
|
3
|
+
export interface TerminalProps {
|
|
4
|
+
/**
|
|
5
|
+
* Initial text to display on terminal.
|
|
6
|
+
*/
|
|
7
|
+
welcomeMessage?: string | undefined;
|
|
8
|
+
/**
|
|
9
|
+
* Prompt text for each command.
|
|
10
|
+
*/
|
|
11
|
+
prompt?: string | undefined;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface TerminalSlots {
|
|
4
15
|
}
|
|
5
16
|
|
|
6
|
-
declare
|
|
7
|
-
|
|
17
|
+
export declare type TerminalEmits = {
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class Terminal extends ClassComponent<TerminalProps, TerminalSlots, TerminalEmits> { }
|
|
21
|
+
|
|
22
|
+
declare module '@vue/runtime-core' {
|
|
23
|
+
interface GlobalComponents {
|
|
24
|
+
Terminal: GlobalComponentConstructor<Terminal>
|
|
25
|
+
}
|
|
8
26
|
}
|
|
9
27
|
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* Terminal is a text based user interface.
|
|
31
|
+
*
|
|
32
|
+
* Helper API:
|
|
33
|
+
*
|
|
34
|
+
* - TerminalService
|
|
35
|
+
*
|
|
36
|
+
* Demos:
|
|
37
|
+
*
|
|
38
|
+
* - [Terminal](https://www.primefaces.org/primevue/showcase/#/terminal)
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
10
41
|
export default Terminal;
|
package/terminal/terminal.cjs.js
CHANGED
|
@@ -26,14 +26,14 @@ var script = {
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
mounted() {
|
|
29
|
-
TerminalService__default[
|
|
29
|
+
TerminalService__default["default"].on('response', this.responseListener);
|
|
30
30
|
this.$refs.input.focus();
|
|
31
31
|
},
|
|
32
32
|
updated() {
|
|
33
33
|
this.$el.scrollTop = this.$el.scrollHeight;
|
|
34
34
|
},
|
|
35
35
|
beforeUnmount() {
|
|
36
|
-
TerminalService__default[
|
|
36
|
+
TerminalService__default["default"].off('response', this.responseListener);
|
|
37
37
|
},
|
|
38
38
|
methods: {
|
|
39
39
|
onClick() {
|
|
@@ -42,7 +42,7 @@ var script = {
|
|
|
42
42
|
onKeydown(event) {
|
|
43
43
|
if (event.keyCode === 13 && this.commandText) {
|
|
44
44
|
this.commands.push({text: this.commandText});
|
|
45
|
-
TerminalService__default[
|
|
45
|
+
TerminalService__default["default"].emit('command', this.commandText);
|
|
46
46
|
this.commandText = '';
|
|
47
47
|
}
|
|
48
48
|
},
|
package/terminal/terminal.esm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import e from"primevue/terminalservice";import{openBlock as n,createBlock as t,toDisplayString as o,createCommentVNode as s,createVNode as i,Fragment as a,renderList as l,withDirectives as m,vModelText as r}from"vue";var p={name:"Terminal",props:{welcomeMessage:{type:String,default:null},prompt:{type:String,default:null}},data:()=>({commandText:null,commands:[]}),mounted(){e.on("response",this.responseListener),this.$refs.input.focus()},updated(){this.$el.scrollTop=this.$el.scrollHeight},beforeUnmount(){e.off("response",this.responseListener)},methods:{onClick(){this.$refs.input.focus()},onKeydown(n){13===n.keyCode&&this.commandText&&(this.commands.push({text:this.commandText}),e.emit("command",this.commandText),this.commandText="")},responseListener(e){this.commands[this.commands.length-1].response=e}}};const d={key:0},c={class:"p-terminal-content"},u={class:"p-terminal-prompt"},f={class:"p-terminal-command"},h={class:"p-terminal-response"},x={class:"p-terminal-prompt-container"},y={class:"p-terminal-prompt"};!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css","top"===t&&o.firstChild?o.insertBefore(s,o.firstChild):o.appendChild(s),s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e))}}("\n.p-terminal {\n height: 18rem;\n overflow: auto;\n}\n.p-terminal-prompt-container {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n.p-terminal-input {\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n border: 0 none;\n background-color: transparent;\n color: inherit;\n padding: 0;\n outline: 0 none;\n}\n.p-terminal-input::-ms-clear {\n display: none;\n}\n"),p.render=function(e,p,g,v,T,k){return n(),t("div",{class:"p-terminal p-component",onClick:p[3]||(p[3]=(...e)=>k.onClick&&k.onClick(...e))},[g.welcomeMessage?(n(),t("div",d,o(g.welcomeMessage),1)):s("",!0),i("div",c,[(n(!0),t(a,null,l(T.commands,((e,s)=>(n(),t("div",{key:e.text+s.toString()},[i("span",u,o(g.prompt),1),i("span",f,o(e.text),1),i("div",h,o(e.response),1)])))),128))]),i("div",x,[i("span",y,o(g.prompt),1),m(i("input",{ref:"input",type:"text","onUpdate:modelValue":p[1]||(p[1]=e=>T.commandText=e),class:"p-terminal-input",autocomplete:"off",onKeydown:p[2]||(p[2]=(...e)=>k.onKeydown&&k.onKeydown(...e))},null,544),[[r,T.commandText]])])])};export default
|
|
1
|
+
import e from"primevue/terminalservice";import{openBlock as n,createBlock as t,toDisplayString as o,createCommentVNode as s,createVNode as i,Fragment as a,renderList as l,withDirectives as m,vModelText as r}from"vue";var p={name:"Terminal",props:{welcomeMessage:{type:String,default:null},prompt:{type:String,default:null}},data:()=>({commandText:null,commands:[]}),mounted(){e.on("response",this.responseListener),this.$refs.input.focus()},updated(){this.$el.scrollTop=this.$el.scrollHeight},beforeUnmount(){e.off("response",this.responseListener)},methods:{onClick(){this.$refs.input.focus()},onKeydown(n){13===n.keyCode&&this.commandText&&(this.commands.push({text:this.commandText}),e.emit("command",this.commandText),this.commandText="")},responseListener(e){this.commands[this.commands.length-1].response=e}}};const d={key:0},c={class:"p-terminal-content"},u={class:"p-terminal-prompt"},f={class:"p-terminal-command"},h={class:"p-terminal-response"},x={class:"p-terminal-prompt-container"},y={class:"p-terminal-prompt"};!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],s=document.createElement("style");s.type="text/css","top"===t&&o.firstChild?o.insertBefore(s,o.firstChild):o.appendChild(s),s.styleSheet?s.styleSheet.cssText=e:s.appendChild(document.createTextNode(e))}}("\n.p-terminal {\n height: 18rem;\n overflow: auto;\n}\n.p-terminal-prompt-container {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n}\n.p-terminal-input {\n -webkit-box-flex: 1;\n -ms-flex: 1 1 auto;\n flex: 1 1 auto;\n border: 0 none;\n background-color: transparent;\n color: inherit;\n padding: 0;\n outline: 0 none;\n}\n.p-terminal-input::-ms-clear {\n display: none;\n}\n"),p.render=function(e,p,g,v,T,k){return n(),t("div",{class:"p-terminal p-component",onClick:p[3]||(p[3]=(...e)=>k.onClick&&k.onClick(...e))},[g.welcomeMessage?(n(),t("div",d,o(g.welcomeMessage),1)):s("",!0),i("div",c,[(n(!0),t(a,null,l(T.commands,((e,s)=>(n(),t("div",{key:e.text+s.toString()},[i("span",u,o(g.prompt),1),i("span",f,o(e.text),1),i("div",h,o(e.response),1)])))),128))]),i("div",x,[i("span",y,o(g.prompt),1),m(i("input",{ref:"input",type:"text","onUpdate:modelValue":p[1]||(p[1]=e=>T.commandText=e),class:"p-terminal-input",autocomplete:"off",onKeydown:p[2]||(p[2]=(...e)=>k.onKeydown&&k.onKeydown(...e))},null,544),[[r,T.commandText]])])])};export{p as default};
|
package/terminal/terminal.js
CHANGED
|
@@ -25,14 +25,14 @@ this.primevue.terminal = (function (TerminalService, vue) {
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
mounted() {
|
|
28
|
-
TerminalService__default[
|
|
28
|
+
TerminalService__default["default"].on('response', this.responseListener);
|
|
29
29
|
this.$refs.input.focus();
|
|
30
30
|
},
|
|
31
31
|
updated() {
|
|
32
32
|
this.$el.scrollTop = this.$el.scrollHeight;
|
|
33
33
|
},
|
|
34
34
|
beforeUnmount() {
|
|
35
|
-
TerminalService__default[
|
|
35
|
+
TerminalService__default["default"].off('response', this.responseListener);
|
|
36
36
|
},
|
|
37
37
|
methods: {
|
|
38
38
|
onClick() {
|
|
@@ -41,7 +41,7 @@ this.primevue.terminal = (function (TerminalService, vue) {
|
|
|
41
41
|
onKeydown(event) {
|
|
42
42
|
if (event.keyCode === 13 && this.commandText) {
|
|
43
43
|
this.commands.push({text: this.commandText});
|
|
44
|
-
TerminalService__default[
|
|
44
|
+
TerminalService__default["default"].emit('command', this.commandText);
|
|
45
45
|
this.commandText = '';
|
|
46
46
|
}
|
|
47
47
|
},
|
|
@@ -128,4 +128,4 @@ this.primevue.terminal = (function (TerminalService, vue) {
|
|
|
128
128
|
|
|
129
129
|
return script;
|
|
130
130
|
|
|
131
|
-
}(primevue.terminalservice, Vue)
|
|
131
|
+
})(primevue.terminalservice, Vue);
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
type TerminalServiceActionType = 'command' | 'response' | undefined;
|
|
2
|
+
|
|
3
|
+
export interface TerminalServiceOptions {
|
|
4
|
+
on(action: TerminalServiceActionType, fn: any): void;
|
|
5
|
+
emit(action: TerminalServiceActionType, params?: any): void;
|
|
6
|
+
off(action: TerminalServiceActionType, fn: any): void;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
declare const TerminalService: TerminalServiceOptions;
|
|
10
|
+
|
|
11
|
+
export default TerminalService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{EventBus as r}from"primevue/utils";var e=r();export default
|
|
1
|
+
import{EventBus as r}from"primevue/utils";var e=r();export{e as default};
|
package/textarea/Textarea.d.ts
CHANGED
|
@@ -1,11 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { TextareaHTMLAttributes } from 'vue';
|
|
2
|
+
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
3
|
+
|
|
4
|
+
export interface TextareaProps extends TextareaHTMLAttributes {
|
|
5
|
+
/**
|
|
6
|
+
* Value of the component.
|
|
7
|
+
*/
|
|
8
|
+
modelValue?: string | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* When present, height of textarea changes as being typed.
|
|
11
|
+
*/
|
|
12
|
+
autoResize?: boolean | undefined;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface TextareaSlots {
|
|
4
16
|
}
|
|
5
17
|
|
|
6
|
-
declare
|
|
7
|
-
|
|
8
|
-
|
|
18
|
+
export declare type TextareaEmits = {
|
|
19
|
+
/**
|
|
20
|
+
* Emitted when the value changes.
|
|
21
|
+
* @param {string} value - New value.
|
|
22
|
+
*/
|
|
23
|
+
'update:modelValue': (value: string) => void;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare class Textarea extends ClassComponent<TextareaProps, TextareaSlots, TextareaEmits> { }
|
|
27
|
+
|
|
28
|
+
declare module '@vue/runtime-core' {
|
|
29
|
+
interface GlobalComponents {
|
|
30
|
+
Textarea: GlobalComponentConstructor<Textarea>
|
|
31
|
+
}
|
|
9
32
|
}
|
|
10
33
|
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* Textarea is a multi-line text input element.
|
|
37
|
+
*
|
|
38
|
+
* Demos:
|
|
39
|
+
*
|
|
40
|
+
* - [Textarea](https://www.primefaces.org/primevue/showcase/#/textarea)
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
11
43
|
export default Textarea;
|
package/textarea/textarea.esm.js
CHANGED