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: #f4f4f4;
|
|
@@ -41,6 +40,8 @@
|
|
|
41
40
|
--surface-overlay:#ffffff;
|
|
42
41
|
--surface-border:#c8c8c8;
|
|
43
42
|
--surface-hover:#eaeaea;
|
|
43
|
+
--focus-ring: 0 0 0 0.2rem #8dcdff;
|
|
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 #8dcdff;
|
|
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:#f3f8fc;
|
|
90
116
|
--blue-100:#c6dcef;
|
|
@@ -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: #333333;
|
|
351
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
352
|
+
font-weight: 700;
|
|
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 #8dcdff;
|
|
329
|
-
border-color: #007ad9;
|
|
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: #007ad9;
|
|
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: #ffffff;
|
|
425
453
|
background: #e02365;
|
|
426
454
|
}
|
|
455
|
+
.p-datepicker .p-yearpicker {
|
|
456
|
+
margin: 0.857rem 0;
|
|
457
|
+
}
|
|
458
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
|
459
|
+
padding: 0.5rem;
|
|
460
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
|
461
|
+
border-radius: 3px;
|
|
462
|
+
}
|
|
463
|
+
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
|
464
|
+
color: #ffffff;
|
|
465
|
+
background: #e02365;
|
|
466
|
+
}
|
|
427
467
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
|
428
|
-
border-
|
|
468
|
+
border-left: 1px solid #d8dae2;
|
|
429
469
|
padding-right: 0.857rem;
|
|
430
470
|
padding-left: 0.857rem;
|
|
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: #eaeaea;
|
|
@@ -446,17 +486,21 @@
|
|
|
446
486
|
outline-offset: 0;
|
|
447
487
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
|
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: #eaeaea;
|
|
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 #8dcdff;
|
|
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: #eaeaea;
|
|
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 #8dcdff;
|
|
460
504
|
}
|
|
461
505
|
|
|
462
506
|
@media screen and (max-width: 769px) {
|
|
@@ -526,7 +570,7 @@
|
|
|
526
570
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
|
|
527
571
|
outline: 0 none;
|
|
528
572
|
outline-offset: 0;
|
|
529
|
-
box-shadow: inset 0 0 0 0.
|
|
573
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
530
574
|
}
|
|
531
575
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
|
532
576
|
color: #ffffff;
|
|
@@ -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.429rem;
|
|
766
|
+
margin-right: -1.429rem;
|
|
722
767
|
}
|
|
723
768
|
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
|
|
724
769
|
right: 0.429rem;
|
|
@@ -766,6 +811,9 @@
|
|
|
766
811
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
|
767
812
|
background-color: #f4f4f4;
|
|
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: #007ad9;
|
|
@@ -1118,7 +1166,7 @@
|
|
|
1118
1166
|
.p-listbox .p-listbox-list .p-listbox-item:focus {
|
|
1119
1167
|
outline: 0 none;
|
|
1120
1168
|
outline-offset: 0;
|
|
1121
|
-
box-shadow: inset 0 0 0 0.
|
|
1169
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
1122
1170
|
}
|
|
1123
1171
|
.p-listbox .p-listbox-list .p-listbox-item-group {
|
|
1124
1172
|
margin: 0;
|
|
@@ -1256,7 +1304,7 @@
|
|
|
1256
1304
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
|
|
1257
1305
|
outline: 0 none;
|
|
1258
1306
|
outline-offset: 0;
|
|
1259
|
-
box-shadow: inset 0 0 0 0.
|
|
1307
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
1260
1308
|
}
|
|
1261
1309
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
|
|
1262
1310
|
margin-right: 0.5rem;
|
|
@@ -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: #007ad9;
|
|
1389
1437
|
}
|
|
1390
1438
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
|
@@ -2240,14 +2288,13 @@
|
|
|
2240
2288
|
color: #ffffff;
|
|
2241
2289
|
}
|
|
2242
2290
|
.p-datatable .p-sortable-column:focus {
|
|
2243
|
-
box-shadow: inset 0 0 0 0.
|
|
2291
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
2244
2292
|
outline: 0 none;
|
|
2245
2293
|
}
|
|
2246
2294
|
.p-datatable .p-datatable-tbody > tr {
|
|
2247
2295
|
background: #ffffff;
|
|
2248
2296
|
color: #333333;
|
|
2249
2297
|
transition: background-color 0.2s, box-shadow 0.2s;
|
|
2250
|
-
outline-color: #8dcdff;
|
|
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: 700;
|
|
2291
2338
|
}
|
|
2339
|
+
.p-datatable .p-datatable-tbody > tr:focus {
|
|
2340
|
+
outline: 0.15rem solid #8dcdff;
|
|
2341
|
+
outline-offset: -0.15rem;
|
|
2342
|
+
}
|
|
2292
2343
|
.p-datatable .p-datatable-tbody > tr.p-highlight {
|
|
2293
2344
|
background: #e02365;
|
|
2294
2345
|
color: #ffffff;
|
|
@@ -2310,6 +2361,10 @@
|
|
|
2310
2361
|
.p-datatable .p-datatable-scrollable-footer {
|
|
2311
2362
|
background: #007ad9;
|
|
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: #f4f4f4;
|
|
2367
|
+
}
|
|
2313
2368
|
.p-datatable .p-datatable-loading-icon {
|
|
2314
2369
|
font-size: 2rem;
|
|
2315
2370
|
}
|
|
@@ -2511,7 +2566,7 @@
|
|
|
2511
2566
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
|
|
2512
2567
|
outline: 0 none;
|
|
2513
2568
|
outline-offset: 0;
|
|
2514
|
-
box-shadow: inset 0 0 0 0.
|
|
2569
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
2515
2570
|
}
|
|
2516
2571
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
|
|
2517
2572
|
border-top: 1px solid #d8dae2;
|
|
@@ -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: #007ad9;
|
|
@@ -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: #ffffff;
|
|
2890
|
+
background: #e02365;
|
|
2891
|
+
}
|
|
2833
2892
|
|
|
2834
2893
|
.p-orderlist .p-orderlist-controls {
|
|
2835
2894
|
padding: 0.571rem 1rem;
|
|
@@ -2870,7 +2929,7 @@
|
|
|
2870
2929
|
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
|
|
2871
2930
|
outline: 0 none;
|
|
2872
2931
|
outline-offset: 0;
|
|
2873
|
-
box-shadow: inset 0 0 0 0.
|
|
2932
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
2874
2933
|
}
|
|
2875
2934
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
|
|
2876
2935
|
color: #ffffff;
|
|
@@ -2946,12 +3005,12 @@
|
|
|
2946
3005
|
color: #333333;
|
|
2947
3006
|
}
|
|
2948
3007
|
.p-paginator .p-paginator-first {
|
|
2949
|
-
border-top-left-radius:
|
|
2950
|
-
border-bottom-left-radius:
|
|
3008
|
+
border-top-left-radius: 0;
|
|
3009
|
+
border-bottom-left-radius: 0;
|
|
2951
3010
|
}
|
|
2952
3011
|
.p-paginator .p-paginator-last {
|
|
2953
|
-
border-top-right-radius:
|
|
2954
|
-
border-bottom-right-radius:
|
|
3012
|
+
border-top-right-radius: 0;
|
|
3013
|
+
border-bottom-right-radius: 0;
|
|
2955
3014
|
}
|
|
2956
3015
|
.p-paginator .p-dropdown {
|
|
2957
3016
|
margin-left: 0.5rem;
|
|
@@ -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;
|
|
@@ -3030,7 +3096,7 @@
|
|
|
3030
3096
|
.p-picklist .p-picklist-list .p-picklist-item:focus {
|
|
3031
3097
|
outline: 0 none;
|
|
3032
3098
|
outline-offset: 0;
|
|
3033
|
-
box-shadow: inset 0 0 0 0.
|
|
3099
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
3034
3100
|
}
|
|
3035
3101
|
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
|
|
3036
3102
|
color: #ffffff;
|
|
@@ -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 #8dcdff;
|
|
3114
3180
|
}
|
|
3115
3181
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
3116
3182
|
background: #e02365;
|
|
@@ -3223,7 +3289,6 @@
|
|
|
3223
3289
|
background: #ffffff;
|
|
3224
3290
|
color: #333333;
|
|
3225
3291
|
transition: background-color 0.2s, box-shadow 0.2s;
|
|
3226
|
-
outline-color: #8dcdff;
|
|
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: #333333;
|
|
3259
3324
|
}
|
|
3325
|
+
.p-treetable .p-treetable-tbody > tr:focus {
|
|
3326
|
+
outline: 0.15rem solid #8dcdff;
|
|
3327
|
+
outline-offset: -0.15rem;
|
|
3328
|
+
}
|
|
3260
3329
|
.p-treetable .p-treetable-tbody > tr.p-highlight {
|
|
3261
3330
|
background: #e02365;
|
|
3262
3331
|
color: #ffffff;
|
|
@@ -3443,6 +3512,9 @@
|
|
|
3443
3512
|
outline-offset: 0;
|
|
3444
3513
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
|
3445
3514
|
}
|
|
3515
|
+
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover {
|
|
3516
|
+
color: #333333;
|
|
3517
|
+
}
|
|
3446
3518
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
|
|
3447
3519
|
background: #dbdbdb;
|
|
3448
3520
|
border-color: #dbdbdb;
|
|
@@ -3572,7 +3644,7 @@
|
|
|
3572
3644
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
|
|
3573
3645
|
outline: 0 none;
|
|
3574
3646
|
outline-offset: 0;
|
|
3575
|
-
box-shadow: 0 0 0 0.2rem #8dcdff;
|
|
3647
|
+
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
|
3576
3648
|
}
|
|
3577
3649
|
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
|
|
3578
3650
|
background: #dbdbdb;
|
|
@@ -3584,6 +3656,18 @@
|
|
|
3584
3656
|
border-color: #007ad9;
|
|
3585
3657
|
color: #ffffff;
|
|
3586
3658
|
}
|
|
3659
|
+
.p-tabview .p-tabview-nav-btn.p-link {
|
|
3660
|
+
background: #007ad9;
|
|
3661
|
+
color: #ffffff;
|
|
3662
|
+
width: 2.357rem;
|
|
3663
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
3664
|
+
border-radius: 0;
|
|
3665
|
+
}
|
|
3666
|
+
.p-tabview .p-tabview-nav-btn.p-link:focus {
|
|
3667
|
+
outline: 0 none;
|
|
3668
|
+
outline-offset: 0;
|
|
3669
|
+
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
|
3670
|
+
}
|
|
3587
3671
|
.p-tabview .p-tabview-panels {
|
|
3588
3672
|
background: #ffffff;
|
|
3589
3673
|
padding: 0.571rem 1rem;
|
|
@@ -3712,10 +3796,6 @@
|
|
|
3712
3796
|
margin-left: 1rem;
|
|
3713
3797
|
}
|
|
3714
3798
|
|
|
3715
|
-
.p-dialog-mask.p-component-overlay {
|
|
3716
|
-
background-color: rgba(0, 0, 0, 0.4);
|
|
3717
|
-
}
|
|
3718
|
-
|
|
3719
3799
|
.p-overlaypanel {
|
|
3720
3800
|
background: #ffffff;
|
|
3721
3801
|
color: #333333;
|
|
@@ -3796,10 +3876,6 @@
|
|
|
3796
3876
|
padding: 0.571rem 1rem;
|
|
3797
3877
|
}
|
|
3798
3878
|
|
|
3799
|
-
.p-sidebar-mask.p-component-overlay {
|
|
3800
|
-
background: rgba(0, 0, 0, 0.4);
|
|
3801
|
-
}
|
|
3802
|
-
|
|
3803
3879
|
.p-tooltip .p-tooltip-text {
|
|
3804
3880
|
background: #333333;
|
|
3805
3881
|
color: #ffffff;
|
|
@@ -3904,6 +3980,7 @@
|
|
|
3904
3980
|
color: #333333;
|
|
3905
3981
|
border: 1px solid #c8c8c8;
|
|
3906
3982
|
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
|
|
3983
|
+
border-radius: 3px;
|
|
3907
3984
|
width: 12.5rem;
|
|
3908
3985
|
}
|
|
3909
3986
|
.p-contextmenu .p-menuitem-link {
|
|
@@ -3938,13 +4015,14 @@
|
|
|
3938
4015
|
.p-contextmenu .p-menuitem-link:focus {
|
|
3939
4016
|
outline: 0 none;
|
|
3940
4017
|
outline-offset: 0;
|
|
3941
|
-
box-shadow: inset 0 0 0 0.
|
|
4018
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
3942
4019
|
}
|
|
3943
4020
|
.p-contextmenu .p-submenu-list {
|
|
3944
4021
|
padding: 0;
|
|
3945
4022
|
background: #ffffff;
|
|
3946
4023
|
border: 1px solid #c8c8c8;
|
|
3947
4024
|
box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
|
|
4025
|
+
border-radius: 3px;
|
|
3948
4026
|
}
|
|
3949
4027
|
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
|
|
3950
4028
|
background: #eaeaea;
|
|
@@ -3963,7 +4041,7 @@
|
|
|
3963
4041
|
font-size: 0.875rem;
|
|
3964
4042
|
}
|
|
3965
4043
|
|
|
3966
|
-
.p-dock .p-dock-list {
|
|
4044
|
+
.p-dock .p-dock-list-container {
|
|
3967
4045
|
background: rgba(255, 255, 255, 0.1);
|
|
3968
4046
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
3969
4047
|
padding: 0.5rem 0.5rem;
|
|
@@ -4003,6 +4081,26 @@
|
|
|
4003
4081
|
margin: 1.5rem 0;
|
|
4004
4082
|
}
|
|
4005
4083
|
|
|
4084
|
+
@media screen and (max-width: 960px) {
|
|
4085
|
+
.p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
|
|
4086
|
+
overflow-x: auto;
|
|
4087
|
+
width: 100%;
|
|
4088
|
+
}
|
|
4089
|
+
.p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
|
|
4090
|
+
margin: 0 auto;
|
|
4091
|
+
}
|
|
4092
|
+
.p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
|
|
4093
|
+
overflow-y: auto;
|
|
4094
|
+
height: 100%;
|
|
4095
|
+
}
|
|
4096
|
+
.p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
|
|
4097
|
+
margin: auto 0;
|
|
4098
|
+
}
|
|
4099
|
+
.p-dock .p-dock-list .p-dock-item {
|
|
4100
|
+
transform: none;
|
|
4101
|
+
margin: 0;
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
4006
4104
|
.p-megamenu {
|
|
4007
4105
|
padding: 0.5rem;
|
|
4008
4106
|
background: #ffffff;
|
|
@@ -4043,7 +4141,7 @@
|
|
|
4043
4141
|
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
|
|
4044
4142
|
outline: 0 none;
|
|
4045
4143
|
outline-offset: 0;
|
|
4046
|
-
box-shadow: inset 0 0 0 0.
|
|
4144
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4047
4145
|
}
|
|
4048
4146
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4049
4147
|
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
@@ -4093,7 +4191,7 @@
|
|
|
4093
4191
|
.p-megamenu .p-menuitem-link:focus {
|
|
4094
4192
|
outline: 0 none;
|
|
4095
4193
|
outline-offset: 0;
|
|
4096
|
-
box-shadow: inset 0 0 0 0.
|
|
4194
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4097
4195
|
}
|
|
4098
4196
|
.p-megamenu .p-megamenu-panel {
|
|
4099
4197
|
background: #ffffff;
|
|
@@ -4172,7 +4270,7 @@
|
|
|
4172
4270
|
.p-menu .p-menuitem-link:focus {
|
|
4173
4271
|
outline: 0 none;
|
|
4174
4272
|
outline-offset: 0;
|
|
4175
|
-
box-shadow: inset 0 0 0 0.
|
|
4273
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4176
4274
|
}
|
|
4177
4275
|
.p-menu.p-menu-overlay {
|
|
4178
4276
|
background: #ffffff;
|
|
@@ -4232,7 +4330,7 @@
|
|
|
4232
4330
|
.p-menubar .p-menuitem-link:focus {
|
|
4233
4331
|
outline: 0 none;
|
|
4234
4332
|
outline-offset: 0;
|
|
4235
|
-
box-shadow: inset 0 0 0 0.
|
|
4333
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4236
4334
|
}
|
|
4237
4335
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
|
|
4238
4336
|
padding: 0.857rem;
|
|
@@ -4267,7 +4365,7 @@
|
|
|
4267
4365
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
|
4268
4366
|
outline: 0 none;
|
|
4269
4367
|
outline-offset: 0;
|
|
4270
|
-
box-shadow: inset 0 0 0 0.
|
|
4368
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4271
4369
|
}
|
|
4272
4370
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
|
|
4273
4371
|
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
|
|
@@ -4382,7 +4480,7 @@
|
|
|
4382
4480
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
|
|
4383
4481
|
outline: 0 none;
|
|
4384
4482
|
outline-offset: 0;
|
|
4385
|
-
box-shadow: inset 0 0 0 0.
|
|
4483
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4386
4484
|
}
|
|
4387
4485
|
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
|
|
4388
4486
|
margin-left: auto;
|
|
@@ -4515,7 +4613,7 @@
|
|
|
4515
4613
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
|
|
4516
4614
|
outline: 0 none;
|
|
4517
4615
|
outline-offset: 0;
|
|
4518
|
-
box-shadow: inset 0 0 0 0.
|
|
4616
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4519
4617
|
}
|
|
4520
4618
|
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
|
|
4521
4619
|
margin-right: 0.5rem;
|
|
@@ -4599,7 +4697,7 @@
|
|
|
4599
4697
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
|
|
4600
4698
|
outline: 0 none;
|
|
4601
4699
|
outline-offset: 0;
|
|
4602
|
-
box-shadow: 0 0 0 0.2rem #8dcdff;
|
|
4700
|
+
box-shadow: inset 0 0 0 0.2rem #8dcdff;
|
|
4603
4701
|
}
|
|
4604
4702
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
|
|
4605
4703
|
background: #dbdbdb;
|
|
@@ -4652,7 +4750,7 @@
|
|
|
4652
4750
|
.p-tieredmenu .p-menuitem-link:focus {
|
|
4653
4751
|
outline: 0 none;
|
|
4654
4752
|
outline-offset: 0;
|
|
4655
|
-
box-shadow: inset 0 0 0 0.
|
|
4753
|
+
box-shadow: inset 0 0 0 0.15rem #8dcdff;
|
|
4656
4754
|
}
|
|
4657
4755
|
.p-tieredmenu.p-tieredmenu-overlay {
|
|
4658
4756
|
background: #ffffff;
|
|
@@ -4992,8 +5090,46 @@
|
|
|
4992
5090
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
|
4993
5091
|
}
|
|
4994
5092
|
|
|
4995
|
-
.p-galleria-mask
|
|
4996
|
-
|
|
5093
|
+
.p-galleria-mask {
|
|
5094
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5095
|
+
}
|
|
5096
|
+
|
|
5097
|
+
.p-image-mask {
|
|
5098
|
+
--maskbg: rgba(0, 0, 0, 0.9);
|
|
5099
|
+
}
|
|
5100
|
+
|
|
5101
|
+
.p-image-preview-indicator {
|
|
5102
|
+
background-color: transparent;
|
|
5103
|
+
color: #f8f9fa;
|
|
5104
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5105
|
+
}
|
|
5106
|
+
|
|
5107
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5108
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
5109
|
+
}
|
|
5110
|
+
|
|
5111
|
+
.p-image-toolbar {
|
|
5112
|
+
padding: 1rem;
|
|
5113
|
+
}
|
|
5114
|
+
|
|
5115
|
+
.p-image-action.p-link {
|
|
5116
|
+
color: #f8f9fa;
|
|
5117
|
+
background-color: transparent;
|
|
5118
|
+
width: 3rem;
|
|
5119
|
+
height: 3rem;
|
|
5120
|
+
border-radius: 50%;
|
|
5121
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5122
|
+
margin-right: 0.5rem;
|
|
5123
|
+
}
|
|
5124
|
+
.p-image-action.p-link:last-child {
|
|
5125
|
+
margin-right: 0;
|
|
5126
|
+
}
|
|
5127
|
+
.p-image-action.p-link:hover {
|
|
5128
|
+
color: #f8f9fa;
|
|
5129
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
5130
|
+
}
|
|
5131
|
+
.p-image-action.p-link i {
|
|
5132
|
+
font-size: 1.5rem;
|
|
4997
5133
|
}
|
|
4998
5134
|
|
|
4999
5135
|
.p-avatar {
|
|
@@ -5063,10 +5199,6 @@
|
|
|
5063
5199
|
line-height: 3rem;
|
|
5064
5200
|
}
|
|
5065
5201
|
|
|
5066
|
-
.p-blockui.p-component-overlay {
|
|
5067
|
-
background: rgba(0, 0, 0, 0.4);
|
|
5068
|
-
}
|
|
5069
|
-
|
|
5070
5202
|
.p-chip {
|
|
5071
5203
|
background-color: #c8c8c8;
|
|
5072
5204
|
color: #333333;
|
|
@@ -5125,7 +5257,7 @@
|
|
|
5125
5257
|
background: #007ad9;
|
|
5126
5258
|
}
|
|
5127
5259
|
.p-progressbar .p-progressbar-label {
|
|
5128
|
-
color: #
|
|
5260
|
+
color: #ffffff;
|
|
5129
5261
|
line-height: 24px;
|
|
5130
5262
|
}
|
|
5131
5263
|
|