primevue 3.8.0 → 3.9.1
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.vue +1 -1
- package/accordion/accordion.cjs.js +1 -1
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +1 -1
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +1 -1
- package/accordion/accordion.min.js +1 -1
- package/api/Api.d.ts +73 -32
- 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 +66 -32
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +43 -9
- package/autocomplete/AutoComplete.vue +16 -9
- package/autocomplete/autocomplete.cjs.js +19 -11
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +19 -11
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +19 -11
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/BlockUI.vue +1 -1
- package/blockui/blockui.cjs.js +5 -7
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +6 -8
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +5 -7
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +7 -0
- 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 +5 -2
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +5 -2
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/calendar/Calendar.d.ts +11 -1
- package/calendar/Calendar.vue +362 -67
- package/calendar/calendar.cjs.js +459 -168
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +461 -170
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +459 -168
- package/calendar/calendar.min.js +1 -1
- package/carousel/Carousel.d.ts +6 -1
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.cjs.js +6 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +6 -6
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +6 -6
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +19 -6
- package/chart/Chart.vue +9 -2
- package/chart/chart.cjs.js +9 -2
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +9 -2
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +9 -2
- package/chart/chart.min.js +1 -1
- package/chips/Chips.d.ts +5 -1
- package/colorpicker/ColorPicker.d.ts +3 -0
- package/colorpicker/ColorPicker.vue +6 -1
- package/colorpicker/colorpicker.cjs.js +6 -1
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +6 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +6 -1
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +42 -11
- package/confirmdialog/ConfirmDialog.vue +8 -2
- package/confirmdialog/confirmdialog.cjs.js +11 -4
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +11 -4
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +11 -4
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +7 -0
- package/confirmpopup/ConfirmPopup.vue +7 -4
- package/confirmpopup/confirmpopup.cjs.js +13 -5
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +14 -6
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +13 -5
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +5 -1
- package/contextmenu/ContextMenuSub.vue +8 -5
- 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 +8 -5
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +138 -68
- package/core/core.min.js +13 -12
- package/datatable/BodyCell.vue +1 -0
- package/datatable/ColumnFilter.vue +17 -6
- package/datatable/DataTable.d.ts +37 -9
- package/datatable/DataTable.vue +44 -23
- package/datatable/TableBody.vue +6 -2
- package/datatable/TableFooter.vue +17 -2
- package/datatable/TableHeader.vue +17 -2
- package/datatable/datatable.cjs.js +203 -126
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +203 -126
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +203 -126
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +9 -4
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.cjs.js +12 -12
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +12 -12
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +12 -12
- package/dataview/dataview.min.js +1 -1
- package/dialog/Dialog.vue +6 -1
- package/dialog/dialog.cjs.js +4 -2
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +4 -2
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +4 -2
- package/dialog/dialog.min.js +1 -1
- package/dock/Dock.d.ts +10 -1
- package/dock/Dock.vue +1 -1
- package/dock/DockSub.vue +13 -8
- package/dock/dock.cjs.js +24 -10
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +20 -10
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +25 -12
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +56 -13
- package/dropdown/Dropdown.vue +1 -0
- package/dropdown/dropdown.cjs.js +1 -0
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -0
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -0
- package/dropdown/dropdown.min.js +1 -1
- package/fileupload/FileUpload.d.ts +5 -0
- package/galleria/Galleria.d.ts +20 -4
- package/inplace/Inplace.d.ts +1 -0
- package/inplace/Inplace.vue +12 -1
- package/inplace/inplace.cjs.js +13 -2
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +13 -2
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +13 -2
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +1 -1
- package/inputnumber/InputNumber.vue +19 -3
- package/inputnumber/inputnumber.cjs.js +19 -3
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +19 -3
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +19 -3
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputtext/InputText.d.ts +1 -1
- 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 +3 -3
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +2 -2
- package/inputtext/inputtext.min.js +1 -1
- package/listbox/Listbox.d.ts +48 -12
- package/megamenu/MegaMenu.d.ts +5 -1
- package/megamenu/MegaMenu.vue +11 -8
- 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 +11 -8
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +5 -1
- package/menu/Menu.vue +6 -3
- package/menu/Menuitem.vue +5 -2
- package/menu/menu.cjs.js +11 -5
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +11 -5
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +11 -5
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +5 -1
- package/menubar/Menubar.vue +1 -0
- package/menubar/MenubarSub.vue +8 -5
- 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 +9 -6
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +1 -0
- package/message/Message.vue +6 -2
- package/message/message.cjs.js +6 -2
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +6 -2
- package/message/message.esm.min.js +1 -1
- package/message/message.js +6 -2
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +61 -14
- package/orderlist/OrderList.d.ts +8 -1
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.cjs.js +3 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -1
- package/orderlist/orderlist.min.js +1 -1
- 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 +1 -1
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +1 -1
- package/organizationchart/organizationchart.min.js +1 -1
- package/package.json +5 -1
- package/paginator/Paginator.d.ts +10 -4
- package/paginator/Paginator.vue +4 -4
- package/paginator/paginator.cjs.js +4 -4
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +4 -4
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +4 -4
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +1 -0
- package/panel/Panel.vue +1 -1
- package/panelmenu/PanelMenu.d.ts +5 -3
- package/panelmenu/PanelMenu.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +8 -5
- package/panelmenu/panelmenu.cjs.js +14 -8
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +14 -8
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +14 -8
- package/panelmenu/panelmenu.min.js +1 -1
- package/picklist/PickList.d.ts +14 -3
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.cjs.js +13 -7
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +13 -7
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +13 -7
- package/picklist/picklist.min.js +1 -1
- 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 +14 -13
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +13 -12
- package/progressbar/progressbar.min.js +1 -1
- 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 +1 -1
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +1 -1
- 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 +56 -15
- package/resources/themes/arya-green/theme.css +56 -15
- package/resources/themes/arya-orange/theme.css +56 -15
- package/resources/themes/arya-purple/theme.css +56 -15
- package/resources/themes/bootstrap4-dark-blue/theme.css +53 -19
- package/resources/themes/bootstrap4-dark-purple/theme.css +53 -19
- package/resources/themes/bootstrap4-light-blue/theme.css +53 -19
- package/resources/themes/bootstrap4-light-purple/theme.css +53 -19
- package/resources/themes/fluent-light/theme.css +56 -15
- 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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -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 +5414 -0
- package/resources/themes/luna-amber/theme.css +53 -19
- package/resources/themes/luna-blue/theme.css +53 -19
- package/resources/themes/luna-green/theme.css +53 -19
- package/resources/themes/luna-pink/theme.css +53 -19
- package/resources/themes/md-dark-deeppurple/theme.css +244 -47
- package/resources/themes/md-dark-indigo/theme.css +244 -47
- package/resources/themes/md-light-deeppurple/theme.css +244 -47
- package/resources/themes/md-light-indigo/theme.css +244 -47
- package/resources/themes/mdc-dark-deeppurple/theme.css +244 -47
- package/resources/themes/mdc-dark-indigo/theme.css +244 -47
- package/resources/themes/mdc-light-deeppurple/theme.css +244 -47
- package/resources/themes/mdc-light-indigo/theme.css +244 -47
- package/resources/themes/nova/theme.css +53 -19
- package/resources/themes/nova-accent/theme.css +53 -19
- package/resources/themes/nova-alt/theme.css +53 -19
- package/resources/themes/nova-vue/theme.css +53 -19
- package/resources/themes/rhea/theme.css +53 -19
- package/resources/themes/saga-blue/theme.css +56 -15
- package/resources/themes/saga-green/theme.css +56 -15
- package/resources/themes/saga-orange/theme.css +56 -15
- package/resources/themes/saga-purple/theme.css +56 -15
- package/resources/themes/tailwind-light/theme.css +67 -18
- package/resources/themes/vela-blue/theme.css +56 -15
- package/resources/themes/vela-green/theme.css +56 -15
- package/resources/themes/vela-orange/theme.css +56 -15
- package/resources/themes/vela-purple/theme.css +56 -15
- package/selectbutton/SelectButton.d.ts +13 -5
- package/selectbutton/SelectButton.vue +8 -2
- package/selectbutton/selectbutton.cjs.js +14 -9
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +14 -9
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +14 -9
- package/selectbutton/selectbutton.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +5 -1
- package/steps/Steps.d.ts +5 -3
- 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 +5 -2
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +5 -2
- package/steps/steps.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +5 -3
- package/tabmenu/TabMenu.vue +6 -3
- package/tabmenu/tabmenu.cjs.js +6 -3
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +6 -3
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +6 -3
- package/tabmenu/tabmenu.min.js +1 -1
- package/terminalservice/TerminalService.d.ts +9 -6
- package/tieredmenu/TieredMenu.d.ts +5 -3
- package/tieredmenu/TieredMenuSub.vue +7 -4
- package/tieredmenu/tieredmenu.cjs.js +7 -4
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +7 -4
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +7 -4
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +8 -3
- package/toast/Toast.d.ts +7 -0
- 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 +2 -2
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +2 -2
- package/toolbar/toolbar.min.js +1 -1
- package/tree/Tree.d.ts +5 -1
- package/tree/TreeNode.vue +4 -1
- package/tree/tree.cjs.js +4 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +4 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +4 -1
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +20 -3
- package/treeselect/TreeSelect.vue +9 -0
- package/treeselect/treeselect.cjs.js +9 -0
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +9 -0
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +9 -0
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +10 -10
- package/treetable/TreeTableRow.vue +2 -2
- package/treetable/treetable.cjs.js +15 -15
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +15 -15
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +15 -15
- package/treetable/treetable.min.js +1 -1
- package/vetur-attributes.json +20 -0
- package/vetur-tags.json +8 -3
- package/virtualscroller/VirtualScroller.d.ts +52 -6
- package/virtualscroller/VirtualScroller.vue +1 -1
- package/virtualscroller/virtualscroller.cjs.js +1 -1
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +1 -1
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +1 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +178 -9
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
[](https://badge.fury.io/js/primevue)
|
|
4
4
|
[](https://discord.gg/gzKFYnpmCY)
|
|
5
5
|
|
|
6
|
-
[](https://www.primefaces.org/primevue)
|
|
7
7
|
|
|
8
8
|
### Website
|
|
9
9
|
|
|
10
|
-
Visit the [PrimeVue Website](https://www.primefaces.org/primevue/) for general information, demos and documentation.
|
|
10
|
+
Visit the [PrimeVue Website](https://www.primefaces.org/primevue/) for general information, demos and documentation.
|
package/accordion/Accordion.vue
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/utils"),t=require("vue"),a={name:"Accordion",emits:["tab-close","tab-open","update:activeIndex"],props:{multiple:{type:Boolean,default:!1},activeIndex:{type:[Number,Array],default:null},lazy:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex(e){this.d_activeIndex=e}},methods:{onTabClick(e,t,a){if(!this.isTabDisabled(t)){const t=this.isTabActive(a),i=t?"tab-close":"tab-open";this.multiple?t?this.d_activeIndex=this.d_activeIndex.filter((e=>e!==a)):this.d_activeIndex?this.d_activeIndex.push(a):this.d_activeIndex=[a]:this.d_activeIndex=this.d_activeIndex===a?null:a,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit(i,{originalEvent:e,index:a})}},onTabKeydown(e,t,a){13===e.which&&this.onTabClick(e,a)},isTabActive(e){return this.multiple?this.d_activeIndex&&this.d_activeIndex.includes(e):e===this.d_activeIndex},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,getTabClass(e){return["p-accordion-tab",{"p-accordion-tab-active":this.isTabActive(e)}]},getTabHeaderClass(e,t){return["p-accordion-header",{"p-highlight":this.isTabActive(t),"p-disabled":this.isTabDisabled(e)}]},getTabAriaId(e){return this.ariaId+"_"+e},getHeaderIcon(e){const t=this.isTabActive(e);return["p-accordion-toggle-icon pi",{"pi-chevron-right":!t,"pi-chevron-down":t}]},isAccordionTab:e=>"AccordionTab"===e.type.name},computed:{tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isAccordionTab(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isAccordionTab(t)&&e.push(t)}))})),e},ariaId:()=>e.UniqueComponentId()}};const i={class:"p-accordion p-component"},n={key:0,class:"p-accordion-header-text"},o={class:"p-accordion-content"};!function(e,t){void 0===t&&(t={});var a=t.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css","top"===a&&i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}("\n.p-accordion-header-link {\n cursor: pointer;\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-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n position: relative;\n text-decoration: none;\n}\n.p-accordion-header-link:focus {\n z-index: 1;\n}\n.p-accordion-header-text {\n line-height: 1;\n}\n"),a.render=function(e,a,c,d,r,s){return t.openBlock(),t.createBlock("div",i,[(t.openBlock(!0),t.createBlock(t.Fragment,null,t.renderList(s.tabs,((e,a)=>(t.openBlock(),t.createBlock("div",{key:s.getKey(e,a),class:s.getTabClass(a)},[t.createVNode("div",{class:s.getTabHeaderClass(e,a)},[t.createVNode("a",{role:"tab",class:"p-accordion-header-link",onClick:t=>s.onTabClick(t,e,a),onKeydown:t=>s.onTabKeydown(t,e,a),tabindex:s.isTabDisabled(e)?null:"0","aria-expanded":s.isTabActive(a),id:s.getTabAriaId(a)+"_header","aria-controls":s.getTabAriaId(a)+"_content"},[t.createVNode("span",{class:s.getHeaderIcon(a)},null,2),e.props&&e.props.header?(t.openBlock(),t.createBlock("span",n,t.toDisplayString(e.props.header),1)):t.createCommentVNode("",!0),e.children&&e.children.header?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.children.header),{key:1})):t.createCommentVNode("",!0)],40,["onClick","onKeydown","tabindex","aria-expanded","id","aria-controls"])],2),t.createVNode(t.Transition,{name:"p-toggleable-content"},{default:t.withCtx((()=>[!c.lazy||s.isTabActive(a)?t.withDirectives((t.openBlock(),t.createBlock("div",{key:0,class:"p-toggleable-content",role:"region",id:s.getTabAriaId(a)+"_content","aria-labelledby":s.getTabAriaId(a)+"_header"},[t.createVNode("div",o,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e)))])],8,["id","aria-labelledby"])),[[t.vShow,!!c.lazy||s.isTabActive(a)]]):t.createCommentVNode("",!0)])),_:2},1024)],2)))),128))])},module.exports=a;
|
|
1
|
+
"use strict";var e=require("primevue/utils"),t=require("vue"),a={name:"Accordion",emits:["tab-close","tab-open","update:activeIndex"],props:{multiple:{type:Boolean,default:!1},activeIndex:{type:[Number,Array],default:null},lazy:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex(e){this.d_activeIndex=e}},methods:{onTabClick(e,t,a){if(!this.isTabDisabled(t)){const t=this.isTabActive(a),i=t?"tab-close":"tab-open";this.multiple?t?this.d_activeIndex=this.d_activeIndex.filter((e=>e!==a)):this.d_activeIndex?this.d_activeIndex.push(a):this.d_activeIndex=[a]:this.d_activeIndex=this.d_activeIndex===a?null:a,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit(i,{originalEvent:e,index:a})}},onTabKeydown(e,t,a){13===e.which&&this.onTabClick(e,t,a)},isTabActive(e){return this.multiple?this.d_activeIndex&&this.d_activeIndex.includes(e):e===this.d_activeIndex},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,getTabClass(e){return["p-accordion-tab",{"p-accordion-tab-active":this.isTabActive(e)}]},getTabHeaderClass(e,t){return["p-accordion-header",{"p-highlight":this.isTabActive(t),"p-disabled":this.isTabDisabled(e)}]},getTabAriaId(e){return this.ariaId+"_"+e},getHeaderIcon(e){const t=this.isTabActive(e);return["p-accordion-toggle-icon pi",{"pi-chevron-right":!t,"pi-chevron-down":t}]},isAccordionTab:e=>"AccordionTab"===e.type.name},computed:{tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isAccordionTab(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isAccordionTab(t)&&e.push(t)}))})),e},ariaId:()=>e.UniqueComponentId()}};const i={class:"p-accordion p-component"},n={key:0,class:"p-accordion-header-text"},o={class:"p-accordion-content"};!function(e,t){void 0===t&&(t={});var a=t.insertAt;if(e&&"undefined"!=typeof document){var i=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css","top"===a&&i.firstChild?i.insertBefore(n,i.firstChild):i.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}("\n.p-accordion-header-link {\n cursor: pointer;\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-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n position: relative;\n text-decoration: none;\n}\n.p-accordion-header-link:focus {\n z-index: 1;\n}\n.p-accordion-header-text {\n line-height: 1;\n}\n"),a.render=function(e,a,c,d,r,s){return t.openBlock(),t.createBlock("div",i,[(t.openBlock(!0),t.createBlock(t.Fragment,null,t.renderList(s.tabs,((e,a)=>(t.openBlock(),t.createBlock("div",{key:s.getKey(e,a),class:s.getTabClass(a)},[t.createVNode("div",{class:s.getTabHeaderClass(e,a)},[t.createVNode("a",{role:"tab",class:"p-accordion-header-link",onClick:t=>s.onTabClick(t,e,a),onKeydown:t=>s.onTabKeydown(t,e,a),tabindex:s.isTabDisabled(e)?null:"0","aria-expanded":s.isTabActive(a),id:s.getTabAriaId(a)+"_header","aria-controls":s.getTabAriaId(a)+"_content"},[t.createVNode("span",{class:s.getHeaderIcon(a)},null,2),e.props&&e.props.header?(t.openBlock(),t.createBlock("span",n,t.toDisplayString(e.props.header),1)):t.createCommentVNode("",!0),e.children&&e.children.header?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.children.header),{key:1})):t.createCommentVNode("",!0)],40,["onClick","onKeydown","tabindex","aria-expanded","id","aria-controls"])],2),t.createVNode(t.Transition,{name:"p-toggleable-content"},{default:t.withCtx((()=>[!c.lazy||s.isTabActive(a)?t.withDirectives((t.openBlock(),t.createBlock("div",{key:0,class:"p-toggleable-content",role:"region",id:s.getTabAriaId(a)+"_content","aria-labelledby":s.getTabAriaId(a)+"_header"},[t.createVNode("div",o,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e)))])],8,["id","aria-labelledby"])),[[t.vShow,!!c.lazy||s.isTabActive(a)]]):t.createCommentVNode("",!0)])),_:2},1024)],2)))),128))])},module.exports=a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{UniqueComponentId as e}from"primevue/utils";import{openBlock as t,createBlock as i,Fragment as a,renderList as n,createVNode as d,toDisplayString as s,createCommentVNode as o,resolveDynamicComponent as c,Transition as r,withCtx as l,withDirectives as h,vShow as p}from"vue";var b={name:"Accordion",emits:["tab-close","tab-open","update:activeIndex"],props:{multiple:{type:Boolean,default:!1},activeIndex:{type:[Number,Array],default:null},lazy:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex(e){this.d_activeIndex=e}},methods:{onTabClick(e,t,i){if(!this.isTabDisabled(t)){const t=this.isTabActive(i),a=t?"tab-close":"tab-open";this.multiple?t?this.d_activeIndex=this.d_activeIndex.filter((e=>e!==i)):this.d_activeIndex?this.d_activeIndex.push(i):this.d_activeIndex=[i]:this.d_activeIndex=this.d_activeIndex===i?null:i,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit(a,{originalEvent:e,index:i})}},onTabKeydown(e,t,i){13===e.which&&this.onTabClick(e,i)},isTabActive(e){return this.multiple?this.d_activeIndex&&this.d_activeIndex.includes(e):e===this.d_activeIndex},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,getTabClass(e){return["p-accordion-tab",{"p-accordion-tab-active":this.isTabActive(e)}]},getTabHeaderClass(e,t){return["p-accordion-header",{"p-highlight":this.isTabActive(t),"p-disabled":this.isTabDisabled(e)}]},getTabAriaId(e){return this.ariaId+"_"+e},getHeaderIcon(e){const t=this.isTabActive(e);return["p-accordion-toggle-icon pi",{"pi-chevron-right":!t,"pi-chevron-down":t}]},isAccordionTab:e=>"AccordionTab"===e.type.name},computed:{tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isAccordionTab(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isAccordionTab(t)&&e.push(t)}))})),e},ariaId:()=>e()}};const u={class:"p-accordion p-component"},v={key:0,class:"p-accordion-header-text"},x={class:"p-accordion-content"};!function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css","top"===i&&a.firstChild?a.insertBefore(n,a.firstChild):a.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}("\n.p-accordion-header-link {\n cursor: pointer;\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-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n position: relative;\n text-decoration: none;\n}\n.p-accordion-header-link:focus {\n z-index: 1;\n}\n.p-accordion-header-text {\n line-height: 1;\n}\n"),b.render=function(e,b,T,m,g,y){return t(),i("div",u,[(t(!0),i(a,null,n(y.tabs,((e,a)=>(t(),i("div",{key:y.getKey(e,a),class:y.getTabClass(a)},[d("div",{class:y.getTabHeaderClass(e,a)},[d("a",{role:"tab",class:"p-accordion-header-link",onClick:t=>y.onTabClick(t,e,a),onKeydown:t=>y.onTabKeydown(t,e,a),tabindex:y.isTabDisabled(e)?null:"0","aria-expanded":y.isTabActive(a),id:y.getTabAriaId(a)+"_header","aria-controls":y.getTabAriaId(a)+"_content"},[d("span",{class:y.getHeaderIcon(a)},null,2),e.props&&e.props.header?(t(),i("span",v,s(e.props.header),1)):o("",!0),e.children&&e.children.header?(t(),i(c(e.children.header),{key:1})):o("",!0)],40,["onClick","onKeydown","tabindex","aria-expanded","id","aria-controls"])],2),d(r,{name:"p-toggleable-content"},{default:l((()=>[!T.lazy||y.isTabActive(a)?h((t(),i("div",{key:0,class:"p-toggleable-content",role:"region",id:y.getTabAriaId(a)+"_content","aria-labelledby":y.getTabAriaId(a)+"_header"},[d("div",x,[(t(),i(c(e)))])],8,["id","aria-labelledby"])),[[p,!!T.lazy||y.isTabActive(a)]]):o("",!0)])),_:2},1024)],2)))),128))])};export default b;
|
|
1
|
+
import{UniqueComponentId as e}from"primevue/utils";import{openBlock as t,createBlock as i,Fragment as a,renderList as n,createVNode as d,toDisplayString as s,createCommentVNode as o,resolveDynamicComponent as c,Transition as r,withCtx as l,withDirectives as h,vShow as p}from"vue";var b={name:"Accordion",emits:["tab-close","tab-open","update:activeIndex"],props:{multiple:{type:Boolean,default:!1},activeIndex:{type:[Number,Array],default:null},lazy:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex(e){this.d_activeIndex=e}},methods:{onTabClick(e,t,i){if(!this.isTabDisabled(t)){const t=this.isTabActive(i),a=t?"tab-close":"tab-open";this.multiple?t?this.d_activeIndex=this.d_activeIndex.filter((e=>e!==i)):this.d_activeIndex?this.d_activeIndex.push(i):this.d_activeIndex=[i]:this.d_activeIndex=this.d_activeIndex===i?null:i,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit(a,{originalEvent:e,index:i})}},onTabKeydown(e,t,i){13===e.which&&this.onTabClick(e,t,i)},isTabActive(e){return this.multiple?this.d_activeIndex&&this.d_activeIndex.includes(e):e===this.d_activeIndex},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,getTabClass(e){return["p-accordion-tab",{"p-accordion-tab-active":this.isTabActive(e)}]},getTabHeaderClass(e,t){return["p-accordion-header",{"p-highlight":this.isTabActive(t),"p-disabled":this.isTabDisabled(e)}]},getTabAriaId(e){return this.ariaId+"_"+e},getHeaderIcon(e){const t=this.isTabActive(e);return["p-accordion-toggle-icon pi",{"pi-chevron-right":!t,"pi-chevron-down":t}]},isAccordionTab:e=>"AccordionTab"===e.type.name},computed:{tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isAccordionTab(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isAccordionTab(t)&&e.push(t)}))})),e},ariaId:()=>e()}};const u={class:"p-accordion p-component"},v={key:0,class:"p-accordion-header-text"},x={class:"p-accordion-content"};!function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var a=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css","top"===i&&a.firstChild?a.insertBefore(n,a.firstChild):a.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}("\n.p-accordion-header-link {\n cursor: pointer;\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-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n position: relative;\n text-decoration: none;\n}\n.p-accordion-header-link:focus {\n z-index: 1;\n}\n.p-accordion-header-text {\n line-height: 1;\n}\n"),b.render=function(e,b,T,m,g,y){return t(),i("div",u,[(t(!0),i(a,null,n(y.tabs,((e,a)=>(t(),i("div",{key:y.getKey(e,a),class:y.getTabClass(a)},[d("div",{class:y.getTabHeaderClass(e,a)},[d("a",{role:"tab",class:"p-accordion-header-link",onClick:t=>y.onTabClick(t,e,a),onKeydown:t=>y.onTabKeydown(t,e,a),tabindex:y.isTabDisabled(e)?null:"0","aria-expanded":y.isTabActive(a),id:y.getTabAriaId(a)+"_header","aria-controls":y.getTabAriaId(a)+"_content"},[d("span",{class:y.getHeaderIcon(a)},null,2),e.props&&e.props.header?(t(),i("span",v,s(e.props.header),1)):o("",!0),e.children&&e.children.header?(t(),i(c(e.children.header),{key:1})):o("",!0)],40,["onClick","onKeydown","tabindex","aria-expanded","id","aria-controls"])],2),d(r,{name:"p-toggleable-content"},{default:l((()=>[!T.lazy||y.isTabActive(a)?h((t(),i("div",{key:0,class:"p-toggleable-content",role:"region",id:y.getTabAriaId(a)+"_content","aria-labelledby":y.getTabAriaId(a)+"_header"},[d("div",x,[(t(),i(c(e)))])],8,["id","aria-labelledby"])),[[p,!!T.lazy||y.isTabActive(a)]]):o("",!0)])),_:2},1024)],2)))),128))])};export default b;
|
package/accordion/accordion.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.accordion=function(e,t){"use strict";var i={name:"Accordion",emits:["tab-close","tab-open","update:activeIndex"],props:{multiple:{type:Boolean,default:!1},activeIndex:{type:[Number,Array],default:null},lazy:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex(e){this.d_activeIndex=e}},methods:{onTabClick(e,t,i){if(!this.isTabDisabled(t)){const t=this.isTabActive(i),n=t?"tab-close":"tab-open";this.multiple?t?this.d_activeIndex=this.d_activeIndex.filter((e=>e!==i)):this.d_activeIndex?this.d_activeIndex.push(i):this.d_activeIndex=[i]:this.d_activeIndex=this.d_activeIndex===i?null:i,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit(n,{originalEvent:e,index:i})}},onTabKeydown(e,t,i){13===e.which&&this.onTabClick(e,i)},isTabActive(e){return this.multiple?this.d_activeIndex&&this.d_activeIndex.includes(e):e===this.d_activeIndex},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,getTabClass(e){return["p-accordion-tab",{"p-accordion-tab-active":this.isTabActive(e)}]},getTabHeaderClass(e,t){return["p-accordion-header",{"p-highlight":this.isTabActive(t),"p-disabled":this.isTabDisabled(e)}]},getTabAriaId(e){return this.ariaId+"_"+e},getHeaderIcon(e){const t=this.isTabActive(e);return["p-accordion-toggle-icon pi",{"pi-chevron-right":!t,"pi-chevron-down":t}]},isAccordionTab:e=>"AccordionTab"===e.type.name},computed:{tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isAccordionTab(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isAccordionTab(t)&&e.push(t)}))})),e},ariaId:()=>e.UniqueComponentId()}};const n={class:"p-accordion p-component"},a={key:0,class:"p-accordion-header-text"},o={class:"p-accordion-content"};return function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===i&&n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}("\n.p-accordion-header-link {\n cursor: pointer;\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-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n position: relative;\n text-decoration: none;\n}\n.p-accordion-header-link:focus {\n z-index: 1;\n}\n.p-accordion-header-text {\n line-height: 1;\n}\n"),i.render=function(e,i,c,d,r,s){return t.openBlock(),t.createBlock("div",n,[(t.openBlock(!0),t.createBlock(t.Fragment,null,t.renderList(s.tabs,((e,i)=>(t.openBlock(),t.createBlock("div",{key:s.getKey(e,i),class:s.getTabClass(i)},[t.createVNode("div",{class:s.getTabHeaderClass(e,i)},[t.createVNode("a",{role:"tab",class:"p-accordion-header-link",onClick:t=>s.onTabClick(t,e,i),onKeydown:t=>s.onTabKeydown(t,e,i),tabindex:s.isTabDisabled(e)?null:"0","aria-expanded":s.isTabActive(i),id:s.getTabAriaId(i)+"_header","aria-controls":s.getTabAriaId(i)+"_content"},[t.createVNode("span",{class:s.getHeaderIcon(i)},null,2),e.props&&e.props.header?(t.openBlock(),t.createBlock("span",a,t.toDisplayString(e.props.header),1)):t.createCommentVNode("",!0),e.children&&e.children.header?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.children.header),{key:1})):t.createCommentVNode("",!0)],40,["onClick","onKeydown","tabindex","aria-expanded","id","aria-controls"])],2),t.createVNode(t.Transition,{name:"p-toggleable-content"},{default:t.withCtx((()=>[!c.lazy||s.isTabActive(i)?t.withDirectives((t.openBlock(),t.createBlock("div",{key:0,class:"p-toggleable-content",role:"region",id:s.getTabAriaId(i)+"_content","aria-labelledby":s.getTabAriaId(i)+"_header"},[t.createVNode("div",o,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e)))])],8,["id","aria-labelledby"])),[[t.vShow,!!c.lazy||s.isTabActive(i)]]):t.createCommentVNode("",!0)])),_:2},1024)],2)))),128))])},i}(primevue.utils,Vue);
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.accordion=function(e,t){"use strict";var i={name:"Accordion",emits:["tab-close","tab-open","update:activeIndex"],props:{multiple:{type:Boolean,default:!1},activeIndex:{type:[Number,Array],default:null},lazy:{type:Boolean,default:!1}},data(){return{d_activeIndex:this.activeIndex}},watch:{activeIndex(e){this.d_activeIndex=e}},methods:{onTabClick(e,t,i){if(!this.isTabDisabled(t)){const t=this.isTabActive(i),n=t?"tab-close":"tab-open";this.multiple?t?this.d_activeIndex=this.d_activeIndex.filter((e=>e!==i)):this.d_activeIndex?this.d_activeIndex.push(i):this.d_activeIndex=[i]:this.d_activeIndex=this.d_activeIndex===i?null:i,this.$emit("update:activeIndex",this.d_activeIndex),this.$emit(n,{originalEvent:e,index:i})}},onTabKeydown(e,t,i){13===e.which&&this.onTabClick(e,t,i)},isTabActive(e){return this.multiple?this.d_activeIndex&&this.d_activeIndex.includes(e):e===this.d_activeIndex},getKey:(e,t)=>e.props&&e.props.header?e.props.header:t,isTabDisabled:e=>e.props&&e.props.disabled,getTabClass(e){return["p-accordion-tab",{"p-accordion-tab-active":this.isTabActive(e)}]},getTabHeaderClass(e,t){return["p-accordion-header",{"p-highlight":this.isTabActive(t),"p-disabled":this.isTabDisabled(e)}]},getTabAriaId(e){return this.ariaId+"_"+e},getHeaderIcon(e){const t=this.isTabActive(e);return["p-accordion-toggle-icon pi",{"pi-chevron-right":!t,"pi-chevron-down":t}]},isAccordionTab:e=>"AccordionTab"===e.type.name},computed:{tabs(){const e=[];return this.$slots.default().forEach((t=>{this.isAccordionTab(t)?e.push(t):t.children&&t.children instanceof Array&&t.children.forEach((t=>{this.isAccordionTab(t)&&e.push(t)}))})),e},ariaId:()=>e.UniqueComponentId()}};const n={class:"p-accordion p-component"},a={key:0,class:"p-accordion-header-text"},o={class:"p-accordion-content"};return function(e,t){void 0===t&&(t={});var i=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===i&&n.firstChild?n.insertBefore(a,n.firstChild):n.appendChild(a),a.styleSheet?a.styleSheet.cssText=e:a.appendChild(document.createTextNode(e))}}("\n.p-accordion-header-link {\n cursor: pointer;\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-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n position: relative;\n text-decoration: none;\n}\n.p-accordion-header-link:focus {\n z-index: 1;\n}\n.p-accordion-header-text {\n line-height: 1;\n}\n"),i.render=function(e,i,c,d,r,s){return t.openBlock(),t.createBlock("div",n,[(t.openBlock(!0),t.createBlock(t.Fragment,null,t.renderList(s.tabs,((e,i)=>(t.openBlock(),t.createBlock("div",{key:s.getKey(e,i),class:s.getTabClass(i)},[t.createVNode("div",{class:s.getTabHeaderClass(e,i)},[t.createVNode("a",{role:"tab",class:"p-accordion-header-link",onClick:t=>s.onTabClick(t,e,i),onKeydown:t=>s.onTabKeydown(t,e,i),tabindex:s.isTabDisabled(e)?null:"0","aria-expanded":s.isTabActive(i),id:s.getTabAriaId(i)+"_header","aria-controls":s.getTabAriaId(i)+"_content"},[t.createVNode("span",{class:s.getHeaderIcon(i)},null,2),e.props&&e.props.header?(t.openBlock(),t.createBlock("span",a,t.toDisplayString(e.props.header),1)):t.createCommentVNode("",!0),e.children&&e.children.header?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.children.header),{key:1})):t.createCommentVNode("",!0)],40,["onClick","onKeydown","tabindex","aria-expanded","id","aria-controls"])],2),t.createVNode(t.Transition,{name:"p-toggleable-content"},{default:t.withCtx((()=>[!c.lazy||s.isTabActive(i)?t.withDirectives((t.openBlock(),t.createBlock("div",{key:0,class:"p-toggleable-content",role:"region",id:s.getTabAriaId(i)+"_content","aria-labelledby":s.getTabAriaId(i)+"_header"},[t.createVNode("div",o,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e)))])],8,["id","aria-labelledby"])),[[t.vShow,!!c.lazy||s.isTabActive(i)]]):t.createCommentVNode("",!0)])),_:2},1024)],2)))),128))])},i}(primevue.utils,Vue);
|
package/api/Api.d.ts
CHANGED
|
@@ -70,30 +70,43 @@ export const PrimeIcons: {
|
|
|
70
70
|
ARROW_CIRCLE_RIGHT?: string,
|
|
71
71
|
ARROW_CIRCLE_UP?: string,
|
|
72
72
|
ARROW_DOWN?: string,
|
|
73
|
+
ARROW_DOWN_LEFT?: string,
|
|
74
|
+
ARROW_DOWN_RIGHT?: string,
|
|
73
75
|
ARROW_LEFT?: string,
|
|
74
76
|
ARROW_RIGHT?: string,
|
|
75
77
|
ARROW_UP?: string,
|
|
78
|
+
ARROW_UP_LEFT?: string,
|
|
79
|
+
ARROW_UP_RIGHT?: string,
|
|
80
|
+
ARROW_H?: string,
|
|
81
|
+
ARROW_V?: string,
|
|
82
|
+
AT?: string,
|
|
76
83
|
BACKWARD?: string,
|
|
77
84
|
BAN?: string,
|
|
78
85
|
BARS?: string,
|
|
79
86
|
BELL?: string,
|
|
87
|
+
BOLT?: string,
|
|
80
88
|
BOOK?: string,
|
|
81
89
|
BOOKMARK?: string,
|
|
90
|
+
BOOKMARK_FILL?: string,
|
|
91
|
+
BOX?: string,
|
|
82
92
|
BRIEFCASE?: string,
|
|
93
|
+
BUILDING?: string,
|
|
94
|
+
CALENDAR?: string,
|
|
83
95
|
CALENDAR_MINUS?: string,
|
|
84
96
|
CALENDAR_PLUS?: string,
|
|
85
97
|
CALENDAR_TIMES?: string,
|
|
86
|
-
CALENDAR?: string,
|
|
87
98
|
CAMERA?: string,
|
|
99
|
+
CAR?: string,
|
|
88
100
|
CARET_DOWN?: string,
|
|
89
101
|
CARET_LEFT?: string,
|
|
90
102
|
CARET_RIGHT?: string,
|
|
91
103
|
CARET_UP?: string,
|
|
92
104
|
CHART_BAR?: string,
|
|
93
105
|
CHART_LINE?: string,
|
|
106
|
+
CHART_PIE?: string,
|
|
107
|
+
CHECK?: string,
|
|
94
108
|
CHECK_CIRCLE?: string,
|
|
95
109
|
CHECK_SQUARE?: string,
|
|
96
|
-
CHECK?: string,
|
|
97
110
|
CHEVRON_CIRCLE_DOWN?: string,
|
|
98
111
|
CHEVRON_CIRCLE_LEFT?: string,
|
|
99
112
|
CHEVRON_CIRCLE_RIGHT?: string,
|
|
@@ -102,66 +115,77 @@ export const PrimeIcons: {
|
|
|
102
115
|
CHEVRON_LEFT?: string,
|
|
103
116
|
CHEVRON_RIGHT?: string,
|
|
104
117
|
CHEVRON_UP?: string,
|
|
118
|
+
CIRCLE?: string,
|
|
119
|
+
CIRCLE_FILL?: string,
|
|
105
120
|
CLOCK?: string,
|
|
106
121
|
CLONE?: string,
|
|
122
|
+
CLOUD?: string,
|
|
107
123
|
CLOUD_DOWNLOAD?: string,
|
|
108
124
|
CLOUD_UPLOAD?: string,
|
|
109
|
-
|
|
125
|
+
CODE?: string,
|
|
110
126
|
COG?: string,
|
|
111
127
|
COMMENT?: string,
|
|
112
128
|
COMMENTS?: string,
|
|
113
129
|
COMPASS?: string,
|
|
114
130
|
COPY?: string,
|
|
115
131
|
CREDIT_CARD?: string,
|
|
132
|
+
DATABASE?: string,
|
|
116
133
|
DESKTOP?: string,
|
|
117
|
-
DISCORD?: string,
|
|
118
|
-
DIRECTIONS_ALT?: string,
|
|
119
134
|
DIRECTIONS?: string,
|
|
135
|
+
DIRECTIONS_ALT?: string,
|
|
136
|
+
DISCORD?: string,
|
|
120
137
|
DOLLAR?: string,
|
|
121
138
|
DOWNLOAD?: string,
|
|
122
139
|
EJECT?: string,
|
|
123
140
|
ELLIPSIS_H?: string,
|
|
124
141
|
ELLIPSIS_V?: string,
|
|
125
142
|
ENVELOPE?: string,
|
|
143
|
+
EURO?: string,
|
|
126
144
|
EXCLAMATION_CIRCLE?: string,
|
|
127
|
-
EXCLAMATION_TRIANGLE?: string,
|
|
145
|
+
EXCLAMATION_TRIANGLE ?: string,
|
|
128
146
|
EXTERNAL_LINK?: string,
|
|
129
|
-
EYE_SLASH?: string,
|
|
130
147
|
EYE?: string,
|
|
148
|
+
EYE_SLASH?: string,
|
|
131
149
|
FACEBOOK?: string,
|
|
132
150
|
FAST_BACKWARD?: string,
|
|
133
151
|
FAST_FORWARD?: string,
|
|
152
|
+
FILE?: string,
|
|
134
153
|
FILE_EXCEL?: string,
|
|
135
|
-
FILE_O?: string,
|
|
136
154
|
FILE_PDF?: string,
|
|
137
|
-
FILE?: string,
|
|
138
155
|
FILTER?: string,
|
|
156
|
+
FILTER_FILL?: string,
|
|
139
157
|
FILTER_SLASH?: string,
|
|
140
158
|
FLAG?: string,
|
|
141
|
-
|
|
159
|
+
FLAG_FILL?: string,
|
|
142
160
|
FOLDER?: string,
|
|
161
|
+
FOLDER_OPEN?: string,
|
|
143
162
|
FORWARD?: string,
|
|
144
163
|
GITHUB?: string,
|
|
145
164
|
GLOBE?: string,
|
|
146
165
|
GOOGLE?: string,
|
|
166
|
+
HASHTAG?: string,
|
|
147
167
|
HEART?: string,
|
|
168
|
+
HEART_FILL?: string,
|
|
169
|
+
HISTORY?: string,
|
|
148
170
|
HOME?: string,
|
|
149
171
|
ID_CARD?: string,
|
|
150
172
|
IMAGE?: string,
|
|
151
173
|
IMAGES?: string,
|
|
152
174
|
INBOX?: string,
|
|
153
|
-
INFO_CIRCLE?: string,
|
|
154
175
|
INFO?: string,
|
|
176
|
+
INFO_CIRCLE?: string,
|
|
177
|
+
INSTAGRAM?: string,
|
|
155
178
|
KEY?: string,
|
|
156
179
|
LINK?: string,
|
|
180
|
+
LINKEDIN?: string,
|
|
157
181
|
LIST?: string,
|
|
158
|
-
LOCK_OPEN?: string,
|
|
159
182
|
LOCK?: string,
|
|
183
|
+
LOCK_OPEN?: string,
|
|
160
184
|
MAP?: string,
|
|
161
185
|
MAP_MARKER?: string,
|
|
162
186
|
MICROSOFT?: string,
|
|
163
|
-
MINUS_CIRCLE?: string,
|
|
164
187
|
MINUS?: string,
|
|
188
|
+
MINUS_CIRCLE?: string,
|
|
165
189
|
MOBILE?: string,
|
|
166
190
|
MONEY_BILL?: string,
|
|
167
191
|
MOON?: string,
|
|
@@ -173,24 +197,28 @@ export const PrimeIcons: {
|
|
|
173
197
|
PERCENTAGE?: string,
|
|
174
198
|
PHONE?: string,
|
|
175
199
|
PLAY?: string,
|
|
176
|
-
PLUS_CIRCLE?: string,
|
|
177
200
|
PLUS?: string,
|
|
201
|
+
PLUS_CIRCLE?: string,
|
|
202
|
+
POUND?: string,
|
|
178
203
|
POWER_OFF?: string,
|
|
204
|
+
PRIME?: string,
|
|
179
205
|
PRINT?: string,
|
|
180
|
-
|
|
206
|
+
QRCODE?: string,
|
|
181
207
|
QUESTION?: string,
|
|
182
|
-
|
|
183
|
-
|
|
208
|
+
QUESTION_CIRCLE?: string,
|
|
209
|
+
REDDIT?: string,
|
|
184
210
|
REFRESH?: string,
|
|
185
211
|
REPLAY?: string,
|
|
186
212
|
REPLY?: string,
|
|
187
213
|
SAVE?: string,
|
|
214
|
+
SEARCH?: string,
|
|
188
215
|
SEARCH_MINUS?: string,
|
|
189
216
|
SEARCH_PLUS?: string,
|
|
190
|
-
SEARCH?: string,
|
|
191
217
|
SEND?: string,
|
|
218
|
+
SERVER?: string,
|
|
192
219
|
SHARE_ALT?: string,
|
|
193
220
|
SHIELD?: string,
|
|
221
|
+
SHOPPING_BAG?: string,
|
|
194
222
|
SHOPPING_CART?: string,
|
|
195
223
|
SIGN_IN?: string,
|
|
196
224
|
SIGN_OUT?: string,
|
|
@@ -198,58 +226,71 @@ export const PrimeIcons: {
|
|
|
198
226
|
SLACK?: string,
|
|
199
227
|
SLIDERS_H?: string,
|
|
200
228
|
SLIDERS_V?: string,
|
|
201
|
-
|
|
202
|
-
SORT_ALPHA_ALT_UP?: string,
|
|
229
|
+
SORT?: string,
|
|
203
230
|
SORT_ALPHA_DOWN?: string,
|
|
231
|
+
SORT_ALPHA_ALT_DOWN?: string,
|
|
204
232
|
SORT_ALPHA_UP?: string,
|
|
233
|
+
SORT_ALPHA_ALT_UP?: string,
|
|
205
234
|
SORT_ALT?: string,
|
|
206
|
-
|
|
235
|
+
SORT_ALT_SLASH?: string,
|
|
207
236
|
SORT_AMOUNT_DOWN?: string,
|
|
208
|
-
|
|
237
|
+
SORT_AMOUNT_DOWN_ALT?: string,
|
|
209
238
|
SORT_AMOUNT_UP?: string,
|
|
239
|
+
SORT_AMOUNT_UP_ALT?: string,
|
|
210
240
|
SORT_DOWN?: string,
|
|
211
|
-
SORT_NUMERIC_ALT_DOWN?: string,
|
|
212
|
-
SORT_NUMERIC_ALT_UP?: string,
|
|
213
241
|
SORT_NUMERIC_DOWN?: string,
|
|
242
|
+
SORT_NUMERIC_ALT_DOWN?: string,
|
|
214
243
|
SORT_NUMERIC_UP?: string,
|
|
244
|
+
SORT_NUMERIC_ALT_UP?: string,
|
|
215
245
|
SORT_UP?: string,
|
|
216
|
-
SORT?: string,
|
|
217
246
|
SPINNER?: string,
|
|
218
|
-
STAR_O?: string,
|
|
219
247
|
STAR?: string,
|
|
220
|
-
|
|
248
|
+
STAR_FILL?: string,
|
|
221
249
|
STEP_BACKWARD?: string,
|
|
222
|
-
|
|
250
|
+
STEP_BACKWARD_ALT?: string,
|
|
223
251
|
STEP_FORWARD?: string,
|
|
252
|
+
STEP_FORWARD_ALT?: string,
|
|
253
|
+
STOP?: string,
|
|
254
|
+
STOP_CIRCLE?: string,
|
|
224
255
|
SUN?: string,
|
|
256
|
+
SYNC?: string,
|
|
225
257
|
TABLE?: string,
|
|
226
258
|
TABLET?: string,
|
|
227
259
|
TAG?: string,
|
|
228
260
|
TAGS?: string,
|
|
261
|
+
TELEGRAM?: string,
|
|
229
262
|
TH_LARGE?: string,
|
|
230
263
|
THUMBS_DOWN?: string,
|
|
231
264
|
THUMBS_UP?: string,
|
|
232
265
|
TICKET?: string,
|
|
233
|
-
TIMES_CIRCLE?: string,
|
|
234
266
|
TIMES?: string,
|
|
267
|
+
TIMES_CIRCLE?: string,
|
|
235
268
|
TRASH?: string,
|
|
236
269
|
TWITTER?: string,
|
|
237
270
|
UNDO?: string,
|
|
238
271
|
UNLOCK?: string,
|
|
239
272
|
UPLOAD?: string,
|
|
273
|
+
USER?: string,
|
|
240
274
|
USER_EDIT?: string,
|
|
241
275
|
USER_MINUS?: string,
|
|
242
276
|
USER_PLUS?: string,
|
|
243
|
-
USER?: string,
|
|
244
277
|
USERS?: string,
|
|
245
278
|
VIDEO?: string,
|
|
246
279
|
VIMEO?: string,
|
|
247
280
|
VOLUME_DOWN?: string,
|
|
248
281
|
VOLUME_OFF?: string,
|
|
249
282
|
VOLUME_UP?: string,
|
|
250
|
-
YOUTUBE?: string,
|
|
251
283
|
WALLET?: string,
|
|
284
|
+
WHATSAPP?: string,
|
|
252
285
|
WIFI?: string,
|
|
253
286
|
WINDOW_MAXIMIZE?: string,
|
|
254
|
-
WINDOW_MINIMIZE?: string
|
|
287
|
+
WINDOW_MINIMIZE?: string,
|
|
288
|
+
YOUTUBE?: string
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export const ToastSeverity: {
|
|
292
|
+
INFO?: string,
|
|
293
|
+
WARN?: string,
|
|
294
|
+
ERROR?: string,
|
|
295
|
+
SUCCESS?: string
|
|
255
296
|
}
|
package/api/api.cjs.js
CHANGED
|
@@ -286,30 +286,43 @@ const PrimeIcons = {
|
|
|
286
286
|
ARROW_CIRCLE_RIGHT:'pi pi-arrow-circle-right',
|
|
287
287
|
ARROW_CIRCLE_UP:'pi pi-arrow-circle-up',
|
|
288
288
|
ARROW_DOWN:'pi pi-arrow-down',
|
|
289
|
+
ARROW_DOWN_LEFT:'pi pi-arrow-down-left',
|
|
290
|
+
ARROW_DOWN_RIGHT:'pi pi-arrow-down-right',
|
|
289
291
|
ARROW_LEFT:'pi pi-arrow-left',
|
|
290
292
|
ARROW_RIGHT:'pi pi-arrow-right',
|
|
291
293
|
ARROW_UP:'pi pi-arrow-up',
|
|
294
|
+
ARROW_UP_LEFT:'pi pi-arrow-up-left',
|
|
295
|
+
ARROW_UP_RIGHT:'pi pi-arrow-up-right',
|
|
296
|
+
ARROW_H:'pi pi-arrow-h',
|
|
297
|
+
ARROW_V:'pi pi-arrow-v',
|
|
298
|
+
AT:'pi pi-at',
|
|
292
299
|
BACKWARD:'pi pi-backward',
|
|
293
300
|
BAN:'pi pi-ban',
|
|
294
301
|
BARS:'pi pi-bars',
|
|
295
302
|
BELL:'pi pi-bell',
|
|
303
|
+
BOLT:'pi pi-bolt',
|
|
296
304
|
BOOK:'pi pi-book',
|
|
297
305
|
BOOKMARK:'pi pi-bookmark',
|
|
306
|
+
BOOKMARK_FILL:'pi pi-bookmark-fill',
|
|
307
|
+
BOX:'pi pi-box',
|
|
298
308
|
BRIEFCASE:'pi pi-briefcase',
|
|
309
|
+
BUILDING:'pi pi-building',
|
|
310
|
+
CALENDAR:'pi pi-calendar',
|
|
299
311
|
CALENDAR_MINUS:'pi pi-calendar-minus',
|
|
300
312
|
CALENDAR_PLUS:'pi pi-calendar-plus',
|
|
301
313
|
CALENDAR_TIMES:'pi pi-calendar-times',
|
|
302
|
-
CALENDAR:'pi pi-calendar',
|
|
303
314
|
CAMERA:'pi pi-camera',
|
|
315
|
+
CAR:'pi pi-car',
|
|
304
316
|
CARET_DOWN:'pi pi-caret-down',
|
|
305
317
|
CARET_LEFT:'pi pi-caret-left',
|
|
306
318
|
CARET_RIGHT:'pi pi-caret-right',
|
|
307
319
|
CARET_UP:'pi pi-caret-up',
|
|
308
320
|
CHART_BAR:'pi pi-chart-bar',
|
|
309
321
|
CHART_LINE:'pi pi-chart-line',
|
|
322
|
+
CHART_PIE:'pi pi-chart-pie',
|
|
323
|
+
CHECK:'pi pi-check',
|
|
310
324
|
CHECK_CIRCLE:'pi pi-check-circle',
|
|
311
325
|
CHECK_SQUARE:'pi pi-check-square',
|
|
312
|
-
CHECK:'pi pi-check',
|
|
313
326
|
CHEVRON_CIRCLE_DOWN:'pi pi-chevron-circle-down',
|
|
314
327
|
CHEVRON_CIRCLE_LEFT:'pi pi-chevron-circle-left',
|
|
315
328
|
CHEVRON_CIRCLE_RIGHT:'pi pi-chevron-circle-right',
|
|
@@ -318,66 +331,77 @@ const PrimeIcons = {
|
|
|
318
331
|
CHEVRON_LEFT:'pi pi-chevron-left',
|
|
319
332
|
CHEVRON_RIGHT:'pi pi-chevron-right',
|
|
320
333
|
CHEVRON_UP:'pi pi-chevron-up',
|
|
334
|
+
CIRCLE:'pi pi-circle',
|
|
335
|
+
CIRCLE_FILL:'pi pi-circle-fill',
|
|
321
336
|
CLOCK:'pi pi-clock',
|
|
322
337
|
CLONE:'pi pi-clone',
|
|
338
|
+
CLOUD:'pi pi-cloud',
|
|
323
339
|
CLOUD_DOWNLOAD:'pi pi-cloud-download',
|
|
324
340
|
CLOUD_UPLOAD:'pi pi-cloud-upload',
|
|
325
|
-
|
|
341
|
+
CODE:'pi pi-code',
|
|
326
342
|
COG:'pi pi-cog',
|
|
327
343
|
COMMENT:'pi pi-comment',
|
|
328
344
|
COMMENTS:'pi pi-comments',
|
|
329
345
|
COMPASS:'pi pi-compass',
|
|
330
346
|
COPY:'pi pi-copy',
|
|
331
347
|
CREDIT_CARD:'pi pi-credit-card',
|
|
348
|
+
DATABASE:'pi pi-database',
|
|
332
349
|
DESKTOP:'pi pi-desktop',
|
|
333
|
-
DISCORD:'pi pi-discord',
|
|
334
|
-
DIRECTIONS_ALT:'pi pi-directions-alt',
|
|
335
350
|
DIRECTIONS:'pi pi-directions',
|
|
351
|
+
DIRECTIONS_ALT:'pi pi-directions-alt',
|
|
352
|
+
DISCORD:'pi pi-discord',
|
|
336
353
|
DOLLAR:'pi pi-dollar',
|
|
337
354
|
DOWNLOAD:'pi pi-download',
|
|
338
355
|
EJECT:'pi pi-eject',
|
|
339
356
|
ELLIPSIS_H:'pi pi-ellipsis-h',
|
|
340
357
|
ELLIPSIS_V:'pi pi-ellipsis-v',
|
|
341
358
|
ENVELOPE:'pi pi-envelope',
|
|
359
|
+
EURO:'pi pi-euro',
|
|
342
360
|
EXCLAMATION_CIRCLE:'pi pi-exclamation-circle',
|
|
343
|
-
EXCLAMATION_TRIANGLE :'pi pi-exclamation-triangle
|
|
361
|
+
EXCLAMATION_TRIANGLE :'pi pi-exclamation-triangle',
|
|
344
362
|
EXTERNAL_LINK:'pi pi-external-link',
|
|
345
|
-
EYE_SLASH:'pi pi-eye-slash',
|
|
346
363
|
EYE:'pi pi-eye',
|
|
364
|
+
EYE_SLASH:'pi pi-eye-slash',
|
|
347
365
|
FACEBOOK:'pi pi-facebook',
|
|
348
366
|
FAST_BACKWARD:'pi pi-fast-backward',
|
|
349
367
|
FAST_FORWARD:'pi pi-fast-forward',
|
|
368
|
+
FILE:'pi pi-file',
|
|
350
369
|
FILE_EXCEL:'pi pi-file-excel',
|
|
351
|
-
FILE_O:'pi pi-file-o',
|
|
352
370
|
FILE_PDF:'pi pi-file-pdf',
|
|
353
|
-
FILE:'pi pi-file',
|
|
354
371
|
FILTER:'pi pi-filter',
|
|
372
|
+
FILTER_FILL:'pi pi-filter-fill',
|
|
355
373
|
FILTER_SLASH:'pi pi-filter-slash',
|
|
356
374
|
FLAG:'pi pi-flag',
|
|
357
|
-
|
|
375
|
+
FLAG_FILL:'pi pi-flag-fill',
|
|
358
376
|
FOLDER:'pi pi-folder',
|
|
377
|
+
FOLDER_OPEN:'pi pi-folder-open',
|
|
359
378
|
FORWARD:'pi pi-forward',
|
|
360
379
|
GITHUB:'pi pi-github',
|
|
361
380
|
GLOBE:'pi pi-globe',
|
|
362
381
|
GOOGLE:'pi pi-google',
|
|
382
|
+
HASHTAG:'pi pi-hashtag',
|
|
363
383
|
HEART:'pi pi-heart',
|
|
384
|
+
HEART_FILL:'pi pi-heart-fill',
|
|
385
|
+
HISTORY:'pi pi-history',
|
|
364
386
|
HOME:'pi pi-home',
|
|
365
387
|
ID_CARD:'pi pi-id-card',
|
|
366
388
|
IMAGE:'pi pi-image',
|
|
367
389
|
IMAGES:'pi pi-images',
|
|
368
390
|
INBOX:'pi pi-inbox',
|
|
369
|
-
INFO_CIRCLE:'pi pi-info-circle',
|
|
370
391
|
INFO:'pi pi-info',
|
|
392
|
+
INFO_CIRCLE:'pi pi-info-circle',
|
|
393
|
+
INSTAGRAM:'pi pi-instagram',
|
|
371
394
|
KEY:'pi pi-key',
|
|
372
395
|
LINK:'pi pi-link',
|
|
396
|
+
LINKEDIN:'pi pi-linkedin',
|
|
373
397
|
LIST:'pi pi-list',
|
|
374
|
-
LOCK_OPEN:'pi pi-lock-open',
|
|
375
398
|
LOCK:'pi pi-lock',
|
|
399
|
+
LOCK_OPEN:'pi pi-lock-open',
|
|
376
400
|
MAP:'pi pi-map',
|
|
377
401
|
MAP_MARKER:'pi pi-map-marker',
|
|
378
402
|
MICROSOFT:'pi pi-microsoft',
|
|
379
|
-
MINUS_CIRCLE:'pi pi-minus-circle',
|
|
380
403
|
MINUS:'pi pi-minus',
|
|
404
|
+
MINUS_CIRCLE:'pi pi-minus-circle',
|
|
381
405
|
MOBILE:'pi pi-mobile',
|
|
382
406
|
MONEY_BILL:'pi pi-money-bill',
|
|
383
407
|
MOON:'pi pi-moon',
|
|
@@ -389,24 +413,28 @@ const PrimeIcons = {
|
|
|
389
413
|
PERCENTAGE:'pi pi-percentage',
|
|
390
414
|
PHONE:'pi pi-phone',
|
|
391
415
|
PLAY:'pi pi-play',
|
|
392
|
-
PLUS_CIRCLE:'pi pi-plus-circle',
|
|
393
416
|
PLUS:'pi pi-plus',
|
|
417
|
+
PLUS_CIRCLE:'pi pi-plus-circle',
|
|
418
|
+
POUND:'pi pi-pound',
|
|
394
419
|
POWER_OFF:'pi pi-power-off',
|
|
420
|
+
PRIME:'pi pi-prime',
|
|
395
421
|
PRINT:'pi pi-print',
|
|
396
|
-
|
|
422
|
+
QRCODE:'pi pi-qrcode',
|
|
397
423
|
QUESTION:'pi pi-question',
|
|
398
|
-
|
|
399
|
-
|
|
424
|
+
QUESTION_CIRCLE:'pi pi-question-circle',
|
|
425
|
+
REDDIT:'pi pi-reddit',
|
|
400
426
|
REFRESH:'pi pi-refresh',
|
|
401
427
|
REPLAY:'pi pi-replay',
|
|
402
428
|
REPLY:'pi pi-reply',
|
|
403
429
|
SAVE:'pi pi-save',
|
|
430
|
+
SEARCH:'pi pi-search',
|
|
404
431
|
SEARCH_MINUS:'pi pi-search-minus',
|
|
405
432
|
SEARCH_PLUS:'pi pi-search-plus',
|
|
406
|
-
SEARCH:'pi pi-search',
|
|
407
433
|
SEND:'pi pi-send',
|
|
434
|
+
SERVER:'pi pi-server',
|
|
408
435
|
SHARE_ALT:'pi pi-share-alt',
|
|
409
436
|
SHIELD:'pi pi-shield',
|
|
437
|
+
SHOPPING_BAG:'pi pi-shopping-bag',
|
|
410
438
|
SHOPPING_CART:'pi pi-shopping-cart',
|
|
411
439
|
SIGN_IN:'pi pi-sign-in',
|
|
412
440
|
SIGN_OUT:'pi pi-sign-out',
|
|
@@ -414,60 +442,66 @@ const PrimeIcons = {
|
|
|
414
442
|
SLACK:'pi pi-slack',
|
|
415
443
|
SLIDERS_H:'pi pi-sliders-h',
|
|
416
444
|
SLIDERS_V:'pi pi-sliders-v',
|
|
417
|
-
|
|
418
|
-
SORT_ALPHA_ALT_UP:'pi pi-sort-alpha-alt-up',
|
|
445
|
+
SORT:'pi pi-sort',
|
|
419
446
|
SORT_ALPHA_DOWN:'pi pi-sort-alpha-down',
|
|
447
|
+
SORT_ALPHA_ALT_DOWN:'pi pi-sort-alpha-alt-down',
|
|
420
448
|
SORT_ALPHA_UP:'pi pi-sort-alpha-up',
|
|
449
|
+
SORT_ALPHA_ALT_UP:'pi pi-sort-alpha-alt-up',
|
|
421
450
|
SORT_ALT:'pi pi-sort-alt',
|
|
422
|
-
|
|
451
|
+
SORT_ALT_SLASH:'pi pi-sort-slash',
|
|
423
452
|
SORT_AMOUNT_DOWN:'pi pi-sort-amount-down',
|
|
424
|
-
|
|
453
|
+
SORT_AMOUNT_DOWN_ALT:'pi pi-sort-amount-down-alt',
|
|
425
454
|
SORT_AMOUNT_UP:'pi pi-sort-amount-up',
|
|
455
|
+
SORT_AMOUNT_UP_ALT:'pi pi-sort-amount-up-alt',
|
|
426
456
|
SORT_DOWN:'pi pi-sort-down',
|
|
427
|
-
SORT_NUMERIC_ALT_DOWN:'pi pi-sort-numeric-alt-down',
|
|
428
|
-
SORT_NUMERIC_ALT_UP:'pi pi-sort-numeric-alt-up',
|
|
429
457
|
SORT_NUMERIC_DOWN:'pi pi-sort-numeric-down',
|
|
458
|
+
SORT_NUMERIC_ALT_DOWN:'pi pi-sort-numeric-alt-down',
|
|
430
459
|
SORT_NUMERIC_UP:'pi pi-sort-numeric-up',
|
|
460
|
+
SORT_NUMERIC_ALT_UP:'pi pi-sort-numeric-alt-up',
|
|
431
461
|
SORT_UP:'pi pi-sort-up',
|
|
432
|
-
SORT:'pi pi-sort',
|
|
433
462
|
SPINNER:'pi pi-spinner',
|
|
434
|
-
STAR_O:'pi pi-star-o',
|
|
435
463
|
STAR:'pi pi-star',
|
|
436
|
-
|
|
464
|
+
STAR_FILL:'pi pi-star-fill',
|
|
437
465
|
STEP_BACKWARD:'pi pi-step-backward',
|
|
438
|
-
|
|
466
|
+
STEP_BACKWARD_ALT:'pi pi-step-backward-alt',
|
|
439
467
|
STEP_FORWARD:'pi pi-step-forward',
|
|
468
|
+
STEP_FORWARD_ALT:'pi pi-step-forward-alt',
|
|
469
|
+
STOP:'pi pi-stop',
|
|
470
|
+
STOP_CIRCLE:'pi pi-stop-circle',
|
|
440
471
|
SUN:'pi pi-sun',
|
|
472
|
+
SYNC:'pi pi-sync',
|
|
441
473
|
TABLE:'pi pi-table',
|
|
442
474
|
TABLET:'pi pi-tablet',
|
|
443
475
|
TAG:'pi pi-tag',
|
|
444
476
|
TAGS:'pi pi-tags',
|
|
477
|
+
TELEGRAM:'pi pi-telegram',
|
|
445
478
|
TH_LARGE:'pi pi-th-large',
|
|
446
479
|
THUMBS_DOWN:'pi pi-thumbs-down',
|
|
447
480
|
THUMBS_UP:'pi pi-thumbs-up',
|
|
448
481
|
TICKET:'pi pi-ticket',
|
|
449
|
-
TIMES_CIRCLE:'pi pi-times-circle',
|
|
450
482
|
TIMES:'pi pi-times',
|
|
483
|
+
TIMES_CIRCLE:'pi pi-times-circle',
|
|
451
484
|
TRASH:'pi pi-trash',
|
|
452
485
|
TWITTER:'pi pi-twitter',
|
|
453
486
|
UNDO:'pi pi-undo',
|
|
454
487
|
UNLOCK:'pi pi-unlock',
|
|
455
488
|
UPLOAD:'pi pi-upload',
|
|
489
|
+
USER:'pi pi-user',
|
|
456
490
|
USER_EDIT:'pi pi-user-edit',
|
|
457
491
|
USER_MINUS:'pi pi-user-minus',
|
|
458
492
|
USER_PLUS:'pi pi-user-plus',
|
|
459
|
-
USER:'pi pi-user',
|
|
460
493
|
USERS:'pi pi-users',
|
|
461
494
|
VIDEO:'pi pi-video',
|
|
462
495
|
VIMEO:'pi pi-vimeo',
|
|
463
496
|
VOLUME_DOWN:'pi pi-volume-down',
|
|
464
497
|
VOLUME_OFF:'pi pi-volume-off',
|
|
465
498
|
VOLUME_UP:'pi pi-volume-up',
|
|
466
|
-
YOUTUBE:'pi pi-youtube',
|
|
467
499
|
WALLET:'pi pi-wallet',
|
|
500
|
+
WHATSAPP:'pi pi-whatsapp',
|
|
468
501
|
WIFI:'pi pi-wifi',
|
|
469
502
|
WINDOW_MAXIMIZE:'pi pi-window-maximize',
|
|
470
|
-
WINDOW_MINIMIZE:'pi pi-window-minimize'
|
|
503
|
+
WINDOW_MINIMIZE:'pi pi-window-minimize',
|
|
504
|
+
YOUTUBE:'pi pi-youtube'
|
|
471
505
|
};
|
|
472
506
|
|
|
473
507
|
const ToastSeverities = {
|