primevue 2.5.1 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/accordion.common.js +1 -1
- package/accordion/accordion.umd.js +1 -1
- package/accordiontab/accordiontab.common.js +28 -1
- package/accordiontab/accordiontab.umd.js +28 -1
- package/accordiontab/accordiontab.umd.min.js +1 -1
- package/api/Api.d.ts +296 -0
- package/api/Api.js +47 -0
- package/api/FilterMatchMode.js +26 -0
- package/api/FilterOperator.js +12 -0
- package/api/FilterService.js +260 -0
- package/api/PrimeIcons.js +246 -0
- package/api/ToastSeverity.js +14 -0
- package/api/api.common.js +4893 -0
- package/api/api.umd.js +4903 -0
- package/api/api.umd.min.js +1 -0
- package/api/demo.html +8 -0
- package/api/filtermatchmode.common.js +186 -0
- package/api/filtermatchmode.umd.js +196 -0
- package/api/filtermatchmode.umd.min.js +1 -0
- package/api/filteroperator.common.js +172 -0
- package/api/filteroperator.umd.js +182 -0
- package/api/filteroperator.umd.min.js +1 -0
- package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -106
- package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -108
- package/api/filterservice.umd.min.js +1 -0
- package/api/index.d.ts +1 -0
- package/api/index.js +2 -0
- package/api/primeicons.common.js +406 -0
- package/api/primeicons.umd.js +416 -0
- package/api/primeicons.umd.min.js +1 -0
- package/{confirmationservice/confirmationeventbus.common.js → api/toastseverity.common.js} +9 -9
- package/{confirmationservice/confirmationeventbus.umd.js → api/toastseverity.umd.js} +11 -11
- package/api/toastseverity.umd.min.js +1 -0
- package/autocomplete/AutoComplete.d.ts +1 -0
- package/autocomplete/AutoComplete.vue +8 -0
- package/autocomplete/autocomplete.common.js +64 -23
- package/autocomplete/autocomplete.umd.js +64 -23
- package/autocomplete/autocomplete.umd.min.js +1 -1
- package/avatar/avatar.common.js +1 -1
- package/avatar/avatar.umd.js +1 -1
- package/avatargroup/avatargroup.common.js +1 -1
- package/avatargroup/avatargroup.umd.js +1 -1
- package/badge/badge.common.js +1 -1
- package/badge/badge.umd.js +1 -1
- package/badgedirective/badgedirective.common.js +27 -0
- package/badgedirective/badgedirective.umd.js +27 -0
- package/badgedirective/badgedirective.umd.min.js +1 -1
- package/blockui/BlockUI.vue +6 -16
- package/blockui/blockui.common.js +38 -16
- package/blockui/blockui.umd.js +38 -16
- package/blockui/blockui.umd.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +1 -0
- package/breadcrumb/Breadcrumb.vue +6 -2
- package/breadcrumb/BreadcrumbItem.vue +30 -11
- package/breadcrumb/breadcrumb.common.js +44 -16
- package/breadcrumb/breadcrumb.umd.js +44 -16
- package/breadcrumb/breadcrumb.umd.min.js +1 -1
- package/breadcrumb/breadcrumbitem.common.js +34 -10
- package/breadcrumb/breadcrumbitem.umd.js +34 -10
- package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
- package/button/button.common.js +28 -1
- package/button/button.umd.js +28 -1
- package/button/button.umd.min.js +1 -1
- package/calendar/Calendar.d.ts +5 -0
- package/calendar/Calendar.vue +342 -70
- package/calendar/calendar.common.js +403 -73
- package/calendar/calendar.umd.js +403 -73
- package/calendar/calendar.umd.min.js +1 -1
- package/card/card.common.js +1 -1
- package/card/card.umd.js +1 -1
- package/carousel/Carousel.vue +2 -2
- package/carousel/carousel.common.js +30 -3
- package/carousel/carousel.umd.js +30 -3
- package/carousel/carousel.umd.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +6 -4
- package/cascadeselect/CascadeSelect.vue +3 -1
- package/cascadeselect/cascadeselect.common.js +53 -17
- package/cascadeselect/cascadeselect.umd.js +53 -17
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +48 -14
- package/cascadeselect/cascadeselectsub.umd.js +48 -14
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/cascadeselect/demo.html +4 -3
- package/chart/Chart.vue +27 -11
- package/chart/chart.common.js +30 -12
- package/chart/chart.umd.js +30 -12
- package/chart/chart.umd.min.js +1 -1
- package/checkbox/Checkbox.css +1 -0
- package/checkbox/Checkbox.d.ts +2 -0
- package/checkbox/Checkbox.vue +11 -3
- package/checkbox/checkbox.common.js +38 -18
- package/checkbox/checkbox.umd.js +38 -18
- package/checkbox/checkbox.umd.min.js +1 -1
- package/chip/chip.common.js +1 -1
- package/chip/chip.umd.js +1 -1
- package/chips/chips.common.js +1 -1
- package/chips/chips.umd.js +1 -1
- package/colorpicker/colorpicker.common.js +28 -1
- package/colorpicker/colorpicker.umd.js +28 -1
- package/colorpicker/colorpicker.umd.min.js +1 -1
- package/column/Column.vue +72 -12
- package/column/column.common.js +71 -11
- package/column/column.umd.js +71 -11
- package/column/column.umd.min.js +1 -1
- package/columngroup/columngroup.common.js +1 -1
- package/columngroup/columngroup.umd.js +1 -1
- package/common/Common.css +13 -4
- package/config/PrimeVue.d.ts +24 -2
- package/config/PrimeVue.js +34 -4
- package/config/primevue.common.js +3589 -130
- package/config/primevue.umd.js +3589 -130
- package/config/primevue.umd.min.js +1 -1
- package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
- package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
- package/confirmationeventbus/confirmationeventbus.umd.js +1787 -0
- package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
- package/confirmationeventbus/demo.html +8 -0
- package/confirmationeventbus/index.d.ts +1 -0
- package/confirmationeventbus/index.js +2 -0
- package/confirmationservice/ConfirmationService.js +1 -1
- package/confirmationservice/confirmationservice.common.js +1609 -6
- package/confirmationservice/confirmationservice.umd.js +1609 -6
- package/confirmationservice/confirmationservice.umd.min.js +1 -1
- package/confirmdialog/ConfirmDialog.vue +9 -3
- package/confirmdialog/confirmdialog.common.js +465 -46
- package/confirmdialog/confirmdialog.umd.js +465 -46
- package/confirmdialog/confirmdialog.umd.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +4 -1
- package/confirmpopup/ConfirmPopup.vue +9 -6
- package/confirmpopup/confirmpopup.common.js +535 -13
- package/confirmpopup/confirmpopup.umd.js +535 -13
- package/confirmpopup/confirmpopup.umd.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +1 -0
- package/contextmenu/ContextMenu.vue +5 -1
- package/contextmenu/ContextMenuSub.vue +33 -13
- package/contextmenu/contextmenu.common.js +68 -14
- package/contextmenu/contextmenu.umd.js +68 -14
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +58 -8
- package/contextmenu/contextmenusub.umd.js +58 -8
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/datatable/BodyCell.vue +118 -34
- package/datatable/ColumnFilter.vue +558 -0
- package/datatable/ColumnSlot.vue +21 -1
- package/datatable/DataTable.d.ts +43 -15
- package/datatable/DataTable.vue +606 -398
- package/datatable/FooterCell.vue +82 -0
- package/datatable/HeaderCell.vue +246 -0
- package/datatable/HeaderCheckbox.vue +7 -4
- package/datatable/RowCheckbox.vue +2 -2
- package/datatable/RowRadioButton.vue +1 -1
- package/datatable/TableBody.vue +92 -23
- package/datatable/TableFooter.vue +34 -18
- package/datatable/TableHeader.vue +79 -134
- package/datatable/bodycell.common.js +592 -65
- package/datatable/bodycell.umd.js +592 -65
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/columnfilter.common.js +7615 -0
- package/datatable/columnfilter.umd.js +7625 -0
- package/datatable/columnfilter.umd.min.js +1 -0
- package/datatable/columnslot.common.js +21 -1
- package/datatable/columnslot.umd.js +21 -1
- package/datatable/columnslot.umd.min.js +1 -1
- package/datatable/datatable.common.js +4384 -1399
- package/datatable/datatable.umd.js +4384 -1399
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/demo.html +3 -3
- package/datatable/footercell.common.js +5457 -0
- package/datatable/footercell.umd.js +5467 -0
- package/datatable/footercell.umd.min.js +1 -0
- package/datatable/headercell.common.js +8066 -0
- package/datatable/headercell.umd.js +8076 -0
- package/datatable/headercell.umd.min.js +1 -0
- package/datatable/headercheckbox.common.js +8 -5
- package/datatable/headercheckbox.umd.js +8 -5
- package/datatable/headercheckbox.umd.min.js +1 -1
- package/datatable/rowcheckbox.common.js +3 -3
- package/datatable/rowcheckbox.umd.js +3 -3
- package/datatable/rowcheckbox.umd.min.js +1 -1
- package/datatable/rowradiobutton.common.js +3 -3
- package/datatable/rowradiobutton.umd.js +3 -3
- package/datatable/rowradiobutton.umd.min.js +1 -1
- package/datatable/tablebody.common.js +1041 -443
- package/datatable/tablebody.umd.js +1041 -443
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +3789 -105
- package/datatable/tablefooter.umd.js +3789 -105
- package/datatable/tablefooter.umd.min.js +1 -1
- package/datatable/tableheader.common.js +6635 -2132
- package/datatable/tableheader.umd.js +6635 -2132
- package/datatable/tableheader.umd.min.js +1 -1
- package/datatable/tableloadingbody.common.js +22 -2
- package/datatable/tableloadingbody.umd.js +22 -2
- package/datatable/tableloadingbody.umd.min.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataview/DataView.vue +8 -8
- package/dataview/dataview.common.js +1974 -79
- package/dataview/dataview.umd.js +1974 -79
- package/dataview/dataview.umd.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
- package/deferredcontent/deferredcontent.common.js +1 -1
- package/deferredcontent/deferredcontent.umd.js +1 -1
- package/dialog/Dialog.d.ts +1 -0
- package/dialog/Dialog.vue +41 -24
- package/dialog/dialog.common.js +68 -27
- package/dialog/dialog.umd.js +68 -27
- package/dialog/dialog.umd.min.js +1 -1
- package/divider/divider.common.js +1 -1
- package/divider/divider.umd.js +1 -1
- package/dock/Dock.d.ts +2 -0
- package/dock/Dock.vue +12 -2
- package/dock/DockSub.vue +45 -21
- package/dock/dock.common.js +44 -15
- package/dock/dock.umd.js +44 -15
- package/dock/dock.umd.min.js +1 -1
- package/dock/docksub.common.js +31 -7
- package/dock/docksub.umd.js +31 -7
- package/dock/docksub.umd.min.js +1 -1
- package/dropdown/Dropdown.d.ts +5 -3
- package/dropdown/Dropdown.vue +34 -6
- package/dropdown/dropdown.common.js +84 -21
- package/dropdown/dropdown.umd.js +84 -21
- package/dropdown/dropdown.umd.min.js +1 -1
- package/editor/editor.common.js +1 -1
- package/editor/editor.umd.js +1 -1
- package/fieldset/fieldset.common.js +28 -1
- package/fieldset/fieldset.umd.js +28 -1
- package/fieldset/fieldset.umd.min.js +1 -1
- package/fileupload/FileUpload.vue +5 -2
- package/fileupload/fileupload.common.js +55 -19
- package/fileupload/fileupload.umd.js +55 -19
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +342 -136
- package/fullcalendar/fullcalendar.umd.js +342 -136
- package/fullcalendar/fullcalendar.umd.min.js +4 -4
- package/galleria/Galleria.vue +3 -8
- package/galleria/GalleriaContent.vue +9 -0
- package/galleria/galleria.common.js +49 -17
- package/galleria/galleria.umd.js +49 -17
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +40 -4
- package/galleria/galleriacontent.umd.js +40 -4
- package/galleria/galleriacontent.umd.min.js +1 -1
- package/galleria/galleriaitem.common.js +28 -1
- package/galleria/galleriaitem.umd.js +28 -1
- package/galleria/galleriaitem.umd.min.js +1 -1
- package/galleria/galleriathumbnails.common.js +28 -1
- package/galleria/galleriathumbnails.umd.js +28 -1
- package/galleria/galleriathumbnails.umd.min.js +1 -1
- package/imagepreview/ImagePreview.d.ts +10 -0
- package/imagepreview/ImagePreview.vue +205 -0
- package/imagepreview/demo.html +17 -0
- package/{datatable/scrollableview.common.js → imagepreview/imagepreview.common.js} +570 -463
- package/{datatable/scrollableview.umd.js → imagepreview/imagepreview.umd.js} +572 -465
- package/imagepreview/imagepreview.umd.min.js +1 -0
- package/imagepreview/index.d.ts +1 -0
- package/imagepreview/index.js +2 -0
- package/imagepreview/plugin.js +4 -0
- package/inlinemessage/inlinemessage.common.js +1 -1
- package/inlinemessage/inlinemessage.umd.js +1 -1
- package/inplace/inplace.common.js +29 -2
- package/inplace/inplace.umd.js +29 -2
- package/inplace/inplace.umd.min.js +1 -1
- package/inputmask/InputMask.vue +7 -5
- package/inputmask/inputmask.common.js +39 -12
- package/inputmask/inputmask.umd.js +39 -12
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/InputNumber.vue +183 -62
- package/inputnumber/inputnumber.common.js +249 -113
- package/inputnumber/inputnumber.umd.js +249 -113
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +2 -0
- package/inputswitch/InputSwitch.vue +15 -3
- package/inputswitch/inputswitch.common.js +17 -5
- package/inputswitch/inputswitch.umd.js +17 -5
- package/inputswitch/inputswitch.umd.min.js +1 -1
- package/inputtext/inputtext.common.js +3 -7
- package/inputtext/inputtext.umd.js +3 -7
- package/inputtext/inputtext.umd.min.js +1 -1
- package/knob/knob.common.js +1 -1
- package/knob/knob.umd.js +1 -1
- package/listbox/Listbox.d.ts +3 -3
- package/listbox/listbox.common.js +48 -14
- package/listbox/listbox.umd.js +48 -14
- package/listbox/listbox.umd.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +6 -1
- package/megamenu/MegaMenu.vue +51 -22
- package/megamenu/megamenu.common.js +74 -10
- package/megamenu/megamenu.umd.js +74 -10
- package/megamenu/megamenu.umd.min.js +1 -1
- package/menu/Menu.d.ts +1 -0
- package/menu/Menu.vue +11 -4
- package/menu/Menuitem.vue +25 -11
- package/menu/menu.common.js +68 -17
- package/menu/menu.umd.js +68 -17
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +55 -11
- package/menu/menuitem.umd.js +55 -11
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/Menubar.d.ts +1 -0
- package/menubar/Menubar.vue +5 -1
- package/menubar/MenubarSub.vue +34 -14
- package/menubar/demo.html +3 -4
- package/menubar/menubar.common.js +68 -14
- package/menubar/menubar.umd.js +68 -14
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +58 -8
- package/menubar/menubarsub.umd.js +58 -8
- package/menubar/menubarsub.umd.min.js +1 -1
- package/message/Message.d.ts +1 -0
- package/message/Message.vue +5 -1
- package/message/message.common.js +34 -3
- package/message/message.umd.js +34 -3
- package/message/message.umd.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +4 -3
- package/multiselect/MultiSelect.vue +8 -1
- package/multiselect/multiselect.common.js +58 -18
- package/multiselect/multiselect.umd.js +58 -18
- package/multiselect/multiselect.umd.min.js +1 -1
- package/orderlist/OrderList.d.ts +2 -0
- package/orderlist/OrderList.vue +2 -0
- package/orderlist/orderlist.common.js +53 -17
- package/orderlist/orderlist.umd.js +53 -17
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +31 -8
- package/organizationchart/organizationchart.umd.js +31 -8
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +28 -1
- package/organizationchart/organizationchartnode.umd.js +28 -1
- package/organizationchart/organizationchartnode.umd.min.js +1 -1
- package/overlayeventbus/OverlayEventBus.js +14 -0
- package/overlayeventbus/demo.html +8 -0
- package/overlayeventbus/index.d.ts +1 -0
- package/overlayeventbus/index.js +2 -0
- package/overlayeventbus/overlayeventbus.common.js +1777 -0
- package/overlayeventbus/overlayeventbus.umd.js +1787 -0
- package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
- package/overlaypanel/overlaypanel.common.js +28 -1
- package/overlaypanel/overlaypanel.umd.js +28 -1
- package/overlaypanel/overlaypanel.umd.min.js +1 -1
- package/package.json +5 -1
- package/paginator/CurrentPageReport.vue +6 -2
- package/paginator/JumpToPageDropdown.vue +33 -0
- package/paginator/JumpToPageInput.vue +25 -0
- package/paginator/Paginator.d.ts +2 -2
- package/paginator/Paginator.vue +24 -11
- package/paginator/RowsPerPageDropdown.vue +3 -2
- package/paginator/currentpagereport.common.js +7 -3
- package/paginator/currentpagereport.umd.js +7 -3
- package/paginator/currentpagereport.umd.min.js +1 -1
- package/paginator/demo.html +3 -3
- package/paginator/firstpagelink.common.js +28 -1
- package/paginator/firstpagelink.umd.js +28 -1
- package/paginator/firstpagelink.umd.min.js +1 -1
- package/paginator/jumptopagedropdown.common.js +6505 -0
- package/paginator/jumptopagedropdown.umd.js +6515 -0
- package/paginator/jumptopagedropdown.umd.min.js +1 -0
- package/paginator/jumptopageinput.common.js +7438 -0
- package/paginator/jumptopageinput.umd.js +7448 -0
- package/paginator/jumptopageinput.umd.min.js +1 -0
- package/paginator/lastpagelink.common.js +28 -1
- package/paginator/lastpagelink.umd.js +28 -1
- package/paginator/lastpagelink.umd.min.js +1 -1
- package/paginator/nextpagelink.common.js +28 -1
- package/paginator/nextpagelink.umd.js +28 -1
- package/paginator/nextpagelink.umd.min.js +1 -1
- package/paginator/pagelinks.common.js +28 -1
- package/paginator/pagelinks.umd.js +28 -1
- package/paginator/pagelinks.umd.min.js +1 -1
- package/paginator/paginator.common.js +2280 -118
- package/paginator/paginator.umd.js +2280 -118
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +28 -1
- package/paginator/prevpagelink.umd.js +28 -1
- package/paginator/prevpagelink.umd.min.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +92 -28
- package/paginator/rowsperpagedropdown.umd.js +92 -28
- package/paginator/rowsperpagedropdown.umd.min.js +1 -1
- package/panel/Panel.d.ts +1 -0
- package/panel/Panel.vue +1 -1
- package/panel/panel.common.js +29 -2
- package/panel/panel.umd.js +29 -2
- package/panel/panel.umd.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +1 -0
- package/panelmenu/PanelMenu.vue +32 -6
- package/panelmenu/PanelMenuSub.vue +32 -13
- package/panelmenu/panelmenu.common.js +69 -16
- package/panelmenu/panelmenu.umd.js +69 -16
- package/panelmenu/panelmenu.umd.min.js +1 -1
- package/panelmenu/panelmenusub.common.js +29 -7
- package/panelmenu/panelmenusub.umd.js +29 -7
- package/panelmenu/panelmenusub.umd.min.js +1 -1
- package/password/password.common.js +31 -8
- package/password/password.umd.js +31 -8
- package/password/password.umd.min.js +1 -1
- package/picklist/PickList.d.ts +8 -0
- package/picklist/PickList.vue +10 -4
- package/picklist/picklist.common.js +57 -17
- package/picklist/picklist.umd.js +57 -17
- package/picklist/picklist.umd.min.js +1 -1
- package/progressbar/ProgressBar.vue +18 -14
- package/progressbar/progressbar.common.js +7 -5
- package/progressbar/progressbar.umd.js +7 -5
- package/progressbar/progressbar.umd.min.js +1 -1
- package/progressspinner/progressspinner.common.js +1 -1
- package/progressspinner/progressspinner.umd.js +1 -1
- package/radiobutton/radiobutton.common.js +26 -14
- package/radiobutton/radiobutton.umd.js +26 -14
- package/radiobutton/radiobutton.umd.min.js +1 -1
- package/rating/Rating.vue +1 -1
- package/rating/rating.common.js +3 -3
- package/rating/rating.umd.js +3 -3
- package/rating/rating.umd.min.js +1 -1
- package/resources/primevue.css +15 -4
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +198 -59
- package/resources/themes/arya-green/theme.css +198 -59
- package/resources/themes/arya-orange/theme.css +198 -59
- package/resources/themes/arya-purple/theme.css +198 -59
- package/resources/themes/bootstrap4-dark-blue/theme.css +179 -47
- package/resources/themes/bootstrap4-dark-purple/theme.css +179 -47
- package/resources/themes/bootstrap4-light-blue/theme.css +179 -47
- package/resources/themes/bootstrap4-light-purple/theme.css +179 -47
- package/resources/themes/fluent-light/theme.css +202 -63
- 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 +195 -63
- package/resources/themes/luna-blue/theme.css +195 -63
- package/resources/themes/luna-green/theme.css +195 -63
- package/resources/themes/luna-pink/theme.css +195 -63
- package/resources/themes/md-dark-deeppurple/theme.css +382 -87
- package/resources/themes/md-dark-indigo/theme.css +382 -87
- package/resources/themes/md-light-deeppurple/theme.css +382 -87
- package/resources/themes/md-light-indigo/theme.css +382 -87
- package/resources/themes/mdc-dark-deeppurple/theme.css +382 -87
- package/resources/themes/mdc-dark-indigo/theme.css +382 -87
- package/resources/themes/mdc-light-deeppurple/theme.css +382 -87
- package/resources/themes/mdc-light-indigo/theme.css +382 -87
- package/resources/themes/nova/theme.css +195 -63
- package/resources/themes/nova-accent/theme.css +195 -63
- package/resources/themes/nova-alt/theme.css +195 -63
- package/resources/themes/nova-vue/theme.css +195 -63
- package/resources/themes/rhea/theme.css +195 -63
- package/resources/themes/saga-blue/theme.css +182 -43
- package/resources/themes/saga-green/theme.css +182 -43
- package/resources/themes/saga-orange/theme.css +182 -43
- package/resources/themes/saga-purple/theme.css +182 -43
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/tailwind-light/theme.css +5496 -0
- package/resources/themes/vela-blue/theme.css +198 -59
- package/resources/themes/vela-green/theme.css +198 -59
- package/resources/themes/vela-orange/theme.css +198 -59
- package/resources/themes/vela-purple/theme.css +198 -59
- package/ripple/ripple.common.js +27 -0
- package/ripple/ripple.umd.js +27 -0
- package/ripple/ripple.umd.min.js +1 -1
- package/row/row.common.js +1 -1
- package/row/row.umd.js +1 -1
- package/scrollpanel/scrollpanel.common.js +28 -1
- package/scrollpanel/scrollpanel.umd.js +28 -1
- package/scrollpanel/scrollpanel.umd.min.js +1 -1
- package/scrolltop/scrolltop.common.js +28 -1
- package/scrolltop/scrolltop.umd.js +28 -1
- package/scrolltop/scrolltop.umd.min.js +1 -1
- package/selectbutton/SelectButton.d.ts +3 -3
- package/selectbutton/SelectButton.vue +6 -1
- package/selectbutton/selectbutton.common.js +55 -16
- package/selectbutton/selectbutton.umd.js +55 -16
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/Sidebar.vue +5 -16
- package/sidebar/sidebar.common.js +37 -15
- package/sidebar/sidebar.umd.js +37 -15
- package/sidebar/sidebar.umd.min.js +1 -1
- package/skeleton/skeleton.common.js +1 -1
- package/skeleton/skeleton.umd.js +1 -1
- package/slider/Slider.vue +20 -12
- package/slider/slider.common.js +41 -9
- package/slider/slider.umd.js +41 -9
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +1 -0
- package/speeddial/SpeedDial.vue +10 -9
- package/speeddial/speeddial.common.js +40 -16
- package/speeddial/speeddial.umd.js +40 -16
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +73 -22
- package/splitbutton/splitbutton.umd.js +73 -22
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/splitter/splitter.common.js +27 -0
- package/splitter/splitter.umd.js +27 -0
- package/splitter/splitter.umd.min.js +1 -1
- package/steps/Steps.d.ts +1 -0
- package/steps/Steps.vue +30 -8
- package/steps/steps.common.js +33 -6
- package/steps/steps.umd.js +33 -6
- package/steps/steps.umd.min.js +1 -1
- package/styleclass/styleclass.common.js +27 -0
- package/styleclass/styleclass.umd.js +27 -0
- package/styleclass/styleclass.umd.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +1 -0
- package/tabmenu/TabMenu.vue +39 -10
- package/tabmenu/tabmenu.common.js +192 -8
- package/tabmenu/tabmenu.umd.js +192 -8
- package/tabmenu/tabmenu.umd.min.js +1 -1
- package/tabpanel/tabpanel.common.js +1 -1
- package/tabpanel/tabpanel.umd.js +1 -1
- package/tabview/TabView.d.ts +1 -0
- package/tabview/TabView.vue +111 -11
- package/tabview/tabview.common.js +124 -18
- package/tabview/tabview.umd.js +124 -18
- package/tabview/tabview.umd.min.js +1 -1
- package/tag/Tag.vue +1 -1
- package/tag/tag.common.js +3 -3
- package/tag/tag.umd.js +3 -3
- package/tag/tag.umd.min.js +1 -1
- package/terminal/terminal.common.js +1 -1
- package/terminal/terminal.umd.js +1 -1
- package/textarea/textarea.common.js +3 -7
- package/textarea/textarea.umd.js +3 -7
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +1 -0
- package/tieredmenu/TieredMenu.vue +5 -1
- package/tieredmenu/TieredMenuSub.vue +30 -14
- package/tieredmenu/tieredmenu.common.js +63 -13
- package/tieredmenu/tieredmenu.umd.js +63 -13
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +53 -7
- package/tieredmenu/tieredmenusub.umd.js +53 -7
- package/tieredmenu/tieredmenusub.umd.min.js +1 -1
- package/timeline/timeline.common.js +26 -14
- package/timeline/timeline.umd.js +26 -14
- package/timeline/timeline.umd.min.js +1 -1
- package/toast/Toast.d.ts +4 -1
- package/toast/Toast.vue +1 -1
- package/toast/toast.common.js +30 -5
- package/toast/toast.umd.js +30 -5
- package/toast/toast.umd.min.js +1 -1
- package/toast/toastmessage.common.js +28 -1
- package/toast/toastmessage.umd.js +28 -1
- package/toast/toastmessage.umd.min.js +1 -1
- package/togglebutton/togglebutton.common.js +28 -1
- package/togglebutton/togglebutton.umd.js +28 -1
- package/togglebutton/togglebutton.umd.min.js +1 -1
- package/toolbar/Toolbar.d.ts +1 -1
- package/toolbar/Toolbar.vue +2 -2
- package/toolbar/toolbar.common.js +3 -3
- package/toolbar/toolbar.umd.js +3 -3
- package/toolbar/toolbar.umd.min.js +1 -1
- package/tooltip/Tooltip.css +1 -0
- package/tooltip/Tooltip.js +37 -2
- package/tooltip/tooltip.common.js +1760 -69
- package/tooltip/tooltip.umd.js +1760 -69
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/Tree.vue +1 -0
- package/tree/TreeNode.vue +5 -1
- package/tree/tree.common.js +68 -32
- package/tree/tree.umd.js +68 -32
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +36 -9
- package/tree/treenode.umd.js +36 -9
- package/tree/treenode.umd.min.js +1 -1
- package/treetable/FooterCell.vue +81 -0
- package/treetable/HeaderCell.vue +183 -0
- package/treetable/TreeTable.d.ts +3 -2
- package/treetable/TreeTable.vue +73 -114
- package/treetable/TreeTableRow.vue +7 -4
- package/treetable/footercell.common.js +5304 -0
- package/treetable/footercell.umd.js +5314 -0
- package/treetable/footercell.umd.min.js +1 -0
- package/treetable/headercell.common.js +5533 -0
- package/treetable/headercell.umd.js +5543 -0
- package/treetable/headercell.umd.min.js +1 -0
- package/treetable/treetable.common.js +3795 -1558
- package/treetable/treetable.umd.js +3795 -1558
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +58 -22
- package/treetable/treetablerow.umd.js +58 -22
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +61 -26
- package/treetable/treetablerowloader.umd.js +61 -26
- package/treetable/treetablerowloader.umd.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.common.js +1 -1
- package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
- package/utils/ConnectedOverlayScrollHandler.js +1 -1
- package/utils/DomHandler.js +23 -1
- package/utils/EventBus.js +33 -0
- package/utils/ObjectUtils.js +15 -2
- package/utils/Utils.d.ts +73 -0
- package/utils/Utils.js +47 -0
- package/utils/connectedoverlayscrollhandler.common.js +27 -0
- package/utils/connectedoverlayscrollhandler.umd.js +27 -0
- package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
- package/utils/demo.html +3 -3
- package/utils/domhandler.common.js +27 -0
- package/utils/domhandler.umd.js +27 -0
- package/utils/domhandler.umd.min.js +1 -1
- package/utils/eventbus.common.js +1774 -0
- package/utils/eventbus.umd.js +1784 -0
- package/utils/eventbus.umd.min.js +1 -0
- package/utils/index.d.ts +1 -0
- package/utils/index.js +2 -0
- package/utils/objectutils.common.js +25 -13
- package/utils/objectutils.umd.js +25 -13
- package/utils/objectutils.umd.min.js +1 -1
- package/utils/utils.common.js +5486 -0
- package/utils/utils.umd.js +5496 -0
- package/utils/utils.umd.min.js +1 -0
- package/vetur-attributes.json +156 -20
- package/vetur-tags.json +60 -21
- package/web-types.json +497 -33
- package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
- package/datatable/ScrollableView.vue +0 -223
- package/datatable/scrollableview.umd.min.js +0 -1
- package/utils/FilterUtils.js +0 -176
- package/utils/filterutils.umd.min.js +0 -1
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";
|
|
2
1
|
:root {
|
|
3
2
|
--surface-a:#ffffff;
|
|
4
3
|
--surface-b:#f8f9fa;
|
|
@@ -41,6 +40,8 @@
|
|
|
41
40
|
--surface-overlay:#ffffff;
|
|
42
41
|
--surface-border:#dee2e6;
|
|
43
42
|
--surface-hover: #e9ecef;
|
|
43
|
+
--focus-ring: 0 0 0 0.2rem #b7e0b8;
|
|
44
|
+
--maskbg: rgba(0, 0, 0, 0.4);
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
* {
|
|
@@ -85,6 +86,31 @@
|
|
|
85
86
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
86
87
|
}
|
|
87
88
|
|
|
89
|
+
.p-component-overlay-enter {
|
|
90
|
+
animation: p-component-overlay-enter-animation 150ms forwards;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.p-component-overlay-leave {
|
|
94
|
+
animation: p-component-overlay-leave-animation 150ms forwards;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@keyframes p-component-overlay-enter-animation {
|
|
98
|
+
from {
|
|
99
|
+
background-color: transparent;
|
|
100
|
+
}
|
|
101
|
+
to {
|
|
102
|
+
background-color: var(--maskbg);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
@keyframes p-component-overlay-leave-animation {
|
|
106
|
+
from {
|
|
107
|
+
background-color: var(--maskbg);
|
|
108
|
+
}
|
|
109
|
+
to {
|
|
110
|
+
background-color: transparent;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
88
114
|
:root {
|
|
89
115
|
--blue-50:#f4fafe;
|
|
90
116
|
--blue-100:#cae6fc;
|
|
@@ -319,14 +345,16 @@
|
|
|
319
345
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
|
320
346
|
line-height: 2rem;
|
|
321
347
|
}
|
|
322
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
323
|
-
|
|
348
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
|
|
349
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
350
|
+
color: #495057;
|
|
351
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
352
|
+
font-weight: 600;
|
|
353
|
+
padding: 0.5rem;
|
|
324
354
|
}
|
|
325
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
329
|
-
border-color: #4CAF50;
|
|
355
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
|
|
356
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
|
|
357
|
+
color: #4CAF50;
|
|
330
358
|
}
|
|
331
359
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
|
332
360
|
margin-right: 0.5rem;
|
|
@@ -424,8 +452,20 @@
|
|
|
424
452
|
color: #495057;
|
|
425
453
|
background: #E8F5E9;
|
|
426
454
|
}
|
|
455
|
+
.p-datepicker .p-yearpicker {
|
|
456
|
+
margin: 0.5rem 0;
|
|
457
|
+
}
|
|
458
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
459
|
+
padding: 0.5rem;
|
|
460
|
+
transition: box-shadow 0.2s;
|
|
461
|
+
border-radius: 3px;
|
|
462
|
+
}
|
|
463
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
464
|
+
color: #495057;
|
|
465
|
+
background: #E8F5E9;
|
|
466
|
+
}
|
|
427
467
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
428
|
-
border-
|
|
468
|
+
border-left: 1px solid #dee2e6;
|
|
429
469
|
padding-right: 0.5rem;
|
|
430
470
|
padding-left: 0.5rem;
|
|
431
471
|
padding-top: 0;
|
|
@@ -433,10 +473,10 @@
|
|
|
433
473
|
}
|
|
434
474
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
|
435
475
|
padding-left: 0;
|
|
476
|
+
border-left: 0 none;
|
|
436
477
|
}
|
|
437
478
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
|
438
479
|
padding-right: 0;
|
|
439
|
-
border-right: 0 none;
|
|
440
480
|
}
|
|
441
481
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
442
482
|
background: #e9ecef;
|
|
@@ -446,17 +486,21 @@
|
|
|
446
486
|
outline-offset: 0;
|
|
447
487
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
448
488
|
}
|
|
449
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
489
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
450
490
|
background: #e9ecef;
|
|
451
491
|
}
|
|
452
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
|
492
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
|
453
493
|
outline: 0 none;
|
|
454
494
|
outline-offset: 0;
|
|
455
495
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
456
496
|
}
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
497
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
498
|
+
background: #e9ecef;
|
|
499
|
+
}
|
|
500
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
|
|
501
|
+
outline: 0 none;
|
|
502
|
+
outline-offset: 0;
|
|
503
|
+
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
460
504
|
}
|
|
461
505
|
|
|
462
506
|
@media screen and (max-width: 769px) {
|
|
@@ -646,7 +690,7 @@
|
|
|
646
690
|
|
|
647
691
|
.p-colorpicker-panel {
|
|
648
692
|
background: #323232;
|
|
649
|
-
border
|
|
693
|
+
border: 1px solid #191919;
|
|
650
694
|
}
|
|
651
695
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
|
652
696
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
|
@@ -719,6 +763,7 @@
|
|
|
719
763
|
}
|
|
720
764
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
|
|
721
765
|
padding-right: 1.5rem;
|
|
766
|
+
margin-right: -1.5rem;
|
|
722
767
|
}
|
|
723
768
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
724
769
|
right: 0.5rem;
|
|
@@ -766,6 +811,9 @@
|
|
|
766
811
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
|
767
812
|
background-color: #ffffff;
|
|
768
813
|
}
|
|
814
|
+
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
|
815
|
+
background-color: transparent;
|
|
816
|
+
}
|
|
769
817
|
|
|
770
818
|
.p-editor-container .p-editor-toolbar {
|
|
771
819
|
background: #f8f9fa;
|
|
@@ -1384,7 +1432,7 @@
|
|
|
1384
1432
|
.p-rating .p-rating-icon:first-child {
|
|
1385
1433
|
margin-left: 0;
|
|
1386
1434
|
}
|
|
1387
|
-
.p-rating .p-rating-icon.pi-star {
|
|
1435
|
+
.p-rating .p-rating-icon.pi-star-fill {
|
|
1388
1436
|
color: #4CAF50;
|
|
1389
1437
|
}
|
|
1390
1438
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -2247,7 +2295,6 @@
|
|
|
2247
2295
|
background: #ffffff;
|
|
2248
2296
|
color: #495057;
|
|
2249
2297
|
transition: box-shadow 0.2s;
|
|
2250
|
-
outline-color: #b7e0b8;
|
|
2251
2298
|
}
|
|
2252
2299
|
.p-datatable .p-datatable-tbody > tr > td {
|
|
2253
2300
|
text-align: left;
|
|
@@ -2289,6 +2336,10 @@
|
|
|
2289
2336
|
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
2290
2337
|
font-weight: 600;
|
|
2291
2338
|
}
|
|
2339
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2340
|
+
outline: 0.15rem solid #b7e0b8;
|
|
2341
|
+
outline-offset: -0.15rem;
|
|
2342
|
+
}
|
|
2292
2343
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2293
2344
|
background: #E8F5E9;
|
|
2294
2345
|
color: #495057;
|
|
@@ -2310,6 +2361,10 @@
|
|
|
2310
2361
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2311
2362
|
background: #f8f9fa;
|
|
2312
2363
|
}
|
|
2364
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
|
|
2365
|
+
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot {
|
|
2366
|
+
background-color: #f8f9fa;
|
|
2367
|
+
}
|
|
2313
2368
|
.p-datatable .p-datatable-loading-icon {
|
|
2314
2369
|
font-size: 2rem;
|
|
2315
2370
|
}
|
|
@@ -2609,7 +2664,7 @@
|
|
|
2609
2664
|
font-size: 1rem;
|
|
2610
2665
|
}
|
|
2611
2666
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2612
|
-
content: "
|
|
2667
|
+
content: "\e900";
|
|
2613
2668
|
}
|
|
2614
2669
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2615
2670
|
font-family: "PrimeIcons" !important;
|
|
@@ -2617,7 +2672,7 @@
|
|
|
2617
2672
|
font-size: 1rem;
|
|
2618
2673
|
}
|
|
2619
2674
|
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2620
|
-
content: "
|
|
2675
|
+
content: "\e901";
|
|
2621
2676
|
}
|
|
2622
2677
|
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
|
2623
2678
|
outline: 0 none;
|
|
@@ -2704,7 +2759,7 @@
|
|
|
2704
2759
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2705
2760
|
}
|
|
2706
2761
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
|
2707
|
-
content: "
|
|
2762
|
+
content: "\e90b";
|
|
2708
2763
|
}
|
|
2709
2764
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
|
2710
2765
|
color: #495057;
|
|
@@ -2777,7 +2832,7 @@
|
|
|
2777
2832
|
font-size: 1rem;
|
|
2778
2833
|
}
|
|
2779
2834
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
|
2780
|
-
content: "
|
|
2835
|
+
content: "\e900";
|
|
2781
2836
|
}
|
|
2782
2837
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
|
2783
2838
|
font-family: "PrimeIcons" !important;
|
|
@@ -2785,7 +2840,7 @@
|
|
|
2785
2840
|
font-size: 1rem;
|
|
2786
2841
|
}
|
|
2787
2842
|
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
|
2788
|
-
content: "
|
|
2843
|
+
content: "\e901";
|
|
2789
2844
|
}
|
|
2790
2845
|
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
|
2791
2846
|
outline: 0 none;
|
|
@@ -2830,6 +2885,10 @@
|
|
|
2830
2885
|
border-top-right-radius: 3px;
|
|
2831
2886
|
border-bottom-right-radius: 3px;
|
|
2832
2887
|
}
|
|
2888
|
+
.fc.fc-theme-standard .fc-highlight {
|
|
2889
|
+
color: #495057;
|
|
2890
|
+
background: #E8F5E9;
|
|
2891
|
+
}
|
|
2833
2892
|
|
|
2834
2893
|
.p-orderlist .p-orderlist-controls {
|
|
2835
2894
|
padding: 1rem;
|
|
@@ -2961,6 +3020,13 @@
|
|
|
2961
3020
|
.p-paginator .p-dropdown .p-dropdown-label {
|
|
2962
3021
|
padding-right: 0;
|
|
2963
3022
|
}
|
|
3023
|
+
.p-paginator .p-paginator-page-input {
|
|
3024
|
+
margin-left: 0.5rem;
|
|
3025
|
+
margin-right: 0.5rem;
|
|
3026
|
+
}
|
|
3027
|
+
.p-paginator .p-paginator-page-input .p-inputtext {
|
|
3028
|
+
max-width: 2.357rem;
|
|
3029
|
+
}
|
|
2964
3030
|
.p-paginator .p-paginator-current {
|
|
2965
3031
|
background-color: transparent;
|
|
2966
3032
|
border: 0 none;
|
|
@@ -3110,7 +3176,7 @@
|
|
|
3110
3176
|
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
|
|
3111
3177
|
outline: 0 none;
|
|
3112
3178
|
outline-offset: 0;
|
|
3113
|
-
box-shadow: 0 0 0 0.
|
|
3179
|
+
box-shadow: inset 0 0 0 0.15rem #b7e0b8;
|
|
3114
3180
|
}
|
|
3115
3181
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3116
3182
|
background: #E8F5E9;
|
|
@@ -3223,7 +3289,6 @@
|
|
|
3223
3289
|
background: #ffffff;
|
|
3224
3290
|
color: #495057;
|
|
3225
3291
|
transition: box-shadow 0.2s;
|
|
3226
|
-
outline-color: #b7e0b8;
|
|
3227
3292
|
}
|
|
3228
3293
|
.p-treetable .p-treetable-tbody > tr > td {
|
|
3229
3294
|
text-align: left;
|
|
@@ -3257,6 +3322,10 @@
|
|
|
3257
3322
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon {
|
|
3258
3323
|
color: #495057;
|
|
3259
3324
|
}
|
|
3325
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3326
|
+
outline: 0.15rem solid #b7e0b8;
|
|
3327
|
+
outline-offset: -0.15rem;
|
|
3328
|
+
}
|
|
3260
3329
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3261
3330
|
background: #E8F5E9;
|
|
3262
3331
|
color: #495057;
|
|
@@ -3468,6 +3537,9 @@
|
|
|
3468
3537
|
outline-offset: 0;
|
|
3469
3538
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
3470
3539
|
}
|
|
3540
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3541
|
+
color: #495057;
|
|
3542
|
+
}
|
|
3471
3543
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3472
3544
|
background: #e9ecef;
|
|
3473
3545
|
border-color: #dee2e6;
|
|
@@ -3597,7 +3669,7 @@
|
|
|
3597
3669
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3598
3670
|
outline: 0 none;
|
|
3599
3671
|
outline-offset: 0;
|
|
3600
|
-
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
3672
|
+
box-shadow: inset 0 0 0 0.2rem #b7e0b8;
|
|
3601
3673
|
}
|
|
3602
3674
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3603
3675
|
background: #ffffff;
|
|
@@ -3609,6 +3681,18 @@
|
|
|
3609
3681
|
border-color: #4CAF50;
|
|
3610
3682
|
color: #4CAF50;
|
|
3611
3683
|
}
|
|
3684
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3685
|
+
background: #ffffff;
|
|
3686
|
+
color: #4CAF50;
|
|
3687
|
+
width: 2.357rem;
|
|
3688
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
3689
|
+
border-radius: 0;
|
|
3690
|
+
}
|
|
3691
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3692
|
+
outline: 0 none;
|
|
3693
|
+
outline-offset: 0;
|
|
3694
|
+
box-shadow: inset 0 0 0 0.2rem #b7e0b8;
|
|
3695
|
+
}
|
|
3612
3696
|
.p-tabview .p-tabview-panels {
|
|
3613
3697
|
background: #ffffff;
|
|
3614
3698
|
padding: 1rem;
|
|
@@ -3737,10 +3821,6 @@
|
|
|
3737
3821
|
margin-left: 1rem;
|
|
3738
3822
|
}
|
|
3739
3823
|
|
|
3740
|
-
.p-dialog-mask.p-component-overlay {
|
|
3741
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
3824
|
.p-overlaypanel {
|
|
3745
3825
|
background: #ffffff;
|
|
3746
3826
|
color: #495057;
|
|
@@ -3821,10 +3901,6 @@
|
|
|
3821
3901
|
padding: 1rem;
|
|
3822
3902
|
}
|
|
3823
3903
|
|
|
3824
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3825
|
-
background: rgba(0, 0, 0, 0.4);
|
|
3826
|
-
}
|
|
3827
|
-
|
|
3828
3904
|
.p-tooltip .p-tooltip-text {
|
|
3829
3905
|
background: #495057;
|
|
3830
3906
|
color: #ffffff;
|
|
@@ -3929,6 +4005,7 @@
|
|
|
3929
4005
|
color: #495057;
|
|
3930
4006
|
border: 0 none;
|
|
3931
4007
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
4008
|
+
border-radius: 3px;
|
|
3932
4009
|
width: 12.5rem;
|
|
3933
4010
|
}
|
|
3934
4011
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3970,6 +4047,7 @@
|
|
|
3970
4047
|
background: #ffffff;
|
|
3971
4048
|
border: 0 none;
|
|
3972
4049
|
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
4050
|
+
border-radius: 3px;
|
|
3973
4051
|
}
|
|
3974
4052
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3975
4053
|
background: #e9ecef;
|
|
@@ -3988,7 +4066,7 @@
|
|
|
3988
4066
|
font-size: 0.875rem;
|
|
3989
4067
|
}
|
|
3990
4068
|
|
|
3991
|
-
.p-dock .p-dock-list {
|
|
4069
|
+
.p-dock .p-dock-list-container {
|
|
3992
4070
|
background: rgba(255, 255, 255, 0.1);
|
|
3993
4071
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
3994
4072
|
padding: 0.5rem 0.5rem;
|
|
@@ -4028,6 +4106,26 @@
|
|
|
4028
4106
|
margin: 1.5rem 0;
|
|
4029
4107
|
}
|
|
4030
4108
|
|
|
4109
|
+
@media screen and (max-width: 960px) {
|
|
4110
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4111
|
+
overflow-x: auto;
|
|
4112
|
+
width: 100%;
|
|
4113
|
+
}
|
|
4114
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4115
|
+
margin: 0 auto;
|
|
4116
|
+
}
|
|
4117
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4118
|
+
overflow-y: auto;
|
|
4119
|
+
height: 100%;
|
|
4120
|
+
}
|
|
4121
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4122
|
+
margin: auto 0;
|
|
4123
|
+
}
|
|
4124
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4125
|
+
transform: none;
|
|
4126
|
+
margin: 0;
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4031
4129
|
.p-megamenu {
|
|
4032
4130
|
padding: 0.5rem;
|
|
4033
4131
|
background: #f8f9fa;
|
|
@@ -4648,7 +4746,7 @@
|
|
|
4648
4746
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4649
4747
|
outline: 0 none;
|
|
4650
4748
|
outline-offset: 0;
|
|
4651
|
-
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
4749
|
+
box-shadow: inset 0 0 0 0.2rem #b7e0b8;
|
|
4652
4750
|
}
|
|
4653
4751
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4654
4752
|
background: #ffffff;
|
|
@@ -5041,8 +5139,46 @@
|
|
|
5041
5139
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
|
5042
5140
|
}
|
|
5043
5141
|
|
|
5044
|
-
.p-galleria-mask
|
|
5045
|
-
|
|
5142
|
+
.p-galleria-mask {
|
|
5143
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5144
|
+
}
|
|
5145
|
+
|
|
5146
|
+
.p-image-mask {
|
|
5147
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5148
|
+
}
|
|
5149
|
+
|
|
5150
|
+
.p-image-preview-indicator {
|
|
5151
|
+
background-color: transparent;
|
|
5152
|
+
color: #f8f9fa;
|
|
5153
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5154
|
+
}
|
|
5155
|
+
|
|
5156
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5157
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5158
|
+
}
|
|
5159
|
+
|
|
5160
|
+
.p-image-toolbar {
|
|
5161
|
+
padding: 1rem;
|
|
5162
|
+
}
|
|
5163
|
+
|
|
5164
|
+
.p-image-action.p-link {
|
|
5165
|
+
color: #f8f9fa;
|
|
5166
|
+
background-color: transparent;
|
|
5167
|
+
width: 3rem;
|
|
5168
|
+
height: 3rem;
|
|
5169
|
+
border-radius: 50%;
|
|
5170
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5171
|
+
margin-right: 0.5rem;
|
|
5172
|
+
}
|
|
5173
|
+
.p-image-action.p-link:last-child {
|
|
5174
|
+
margin-right: 0;
|
|
5175
|
+
}
|
|
5176
|
+
.p-image-action.p-link:hover {
|
|
5177
|
+
color: #f8f9fa;
|
|
5178
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5179
|
+
}
|
|
5180
|
+
.p-image-action.p-link i {
|
|
5181
|
+
font-size: 1.5rem;
|
|
5046
5182
|
}
|
|
5047
5183
|
|
|
5048
5184
|
.p-avatar {
|
|
@@ -5112,10 +5248,6 @@
|
|
|
5112
5248
|
line-height: 3rem;
|
|
5113
5249
|
}
|
|
5114
5250
|
|
|
5115
|
-
.p-blockui.p-component-overlay {
|
|
5116
|
-
background: rgba(0, 0, 0, 0.4);
|
|
5117
|
-
}
|
|
5118
|
-
|
|
5119
5251
|
.p-chip {
|
|
5120
5252
|
background-color: #dee2e6;
|
|
5121
5253
|
color: #495057;
|
|
@@ -5174,7 +5306,7 @@
|
|
|
5174
5306
|
background: #4CAF50;
|
|
5175
5307
|
}
|
|
5176
5308
|
.p-progressbar .p-progressbar-label {
|
|
5177
|
-
color: #
|
|
5309
|
+
color: #ffffff;
|
|
5178
5310
|
line-height: 1.5rem;
|
|
5179
5311
|
}
|
|
5180
5312
|
|
|
@@ -5252,3 +5384,10 @@
|
|
|
5252
5384
|
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
|
|
5253
5385
|
background-color: #4CAF50;
|
|
5254
5386
|
}
|
|
5387
|
+
|
|
5388
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
|
|
5389
|
+
box-shadow: inset 0 2px 0 0 #4CAF50;
|
|
5390
|
+
}
|
|
5391
|
+
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
|
|
5392
|
+
box-shadow: inset 0 -2px 0 0 #4CAF50;
|
|
5393
|
+
}
|