primeng 16.4.1 → 16.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/tooltipoptions.d.ts +5 -1
- package/button/button.d.ts +50 -1
- package/dialog/dialog.d.ts +3 -1
- package/dom/domhandler.d.ts +3 -0
- package/esm2022/accordion/accordion.mjs +12 -12
- package/esm2022/animate/animate.mjs +7 -7
- package/esm2022/api/confirmationservice.mjs +3 -3
- package/esm2022/api/contextmenuservice.mjs +3 -3
- package/esm2022/api/filterservice.mjs +3 -3
- package/esm2022/api/messageservice.mjs +3 -3
- package/esm2022/api/overlayservice.mjs +3 -3
- package/esm2022/api/primengconfig.mjs +3 -3
- package/esm2022/api/shared.mjs +13 -13
- package/esm2022/api/tooltipoptions.mjs +1 -1
- package/esm2022/api/treedragdropservice.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.mjs +7 -7
- package/esm2022/autofocus/autofocus.mjs +7 -7
- package/esm2022/avatar/avatar.mjs +7 -7
- package/esm2022/avatargroup/avatargroup.mjs +7 -7
- package/esm2022/badge/badge.mjs +10 -10
- package/esm2022/baseicon/baseicon.mjs +3 -3
- package/esm2022/blockui/blockui.mjs +11 -13
- package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
- package/esm2022/button/button.mjs +77 -12
- package/esm2022/calendar/calendar.mjs +10 -12
- package/esm2022/card/card.mjs +7 -7
- package/esm2022/carousel/carousel.mjs +92 -86
- package/esm2022/cascadeselect/cascadeselect.mjs +10 -10
- package/esm2022/chart/chart.mjs +7 -7
- package/esm2022/checkbox/checkbox.mjs +7 -7
- package/esm2022/chip/chip.mjs +10 -10
- package/esm2022/chips/chips.mjs +7 -7
- package/esm2022/colorpicker/colorpicker.mjs +7 -7
- package/esm2022/confirmdialog/confirmdialog.mjs +7 -7
- package/esm2022/confirmpopup/confirmpopup.mjs +7 -7
- package/esm2022/contextmenu/contextmenu.mjs +19 -19
- package/esm2022/dataview/dataview.mjs +10 -10
- package/esm2022/defer/defer.mjs +7 -7
- package/esm2022/dialog/dialog.mjs +24 -22
- package/esm2022/divider/divider.mjs +7 -7
- package/esm2022/dock/dock.mjs +10 -10
- package/esm2022/dom/domhandler.mjs +12 -1
- package/esm2022/dragdrop/dragdrop.mjs +10 -10
- package/esm2022/dropdown/dropdown.mjs +10 -10
- package/esm2022/dynamicdialog/dialogservice.mjs +3 -3
- package/esm2022/dynamicdialog/dynamicdialog.mjs +7 -7
- package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
- package/esm2022/editor/editor.mjs +7 -7
- package/esm2022/fieldset/fieldset.mjs +7 -7
- package/esm2022/fileupload/fileupload.mjs +9 -9
- package/esm2022/focustrap/focustrap.mjs +7 -7
- package/esm2022/galleria/galleria.mjs +36 -31
- package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
- package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
- package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
- package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
- package/esm2022/icons/angledown/angledown.mjs +3 -3
- package/esm2022/icons/angleleft/angleleft.mjs +3 -3
- package/esm2022/icons/angleright/angleright.mjs +3 -3
- package/esm2022/icons/angleup/angleup.mjs +3 -3
- package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
- package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
- package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
- package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
- package/esm2022/icons/arrowright/arrowright.mjs +3 -3
- package/esm2022/icons/arrowup/arrowup.mjs +3 -3
- package/esm2022/icons/ban/ban.mjs +3 -3
- package/esm2022/icons/bars/bars.mjs +3 -3
- package/esm2022/icons/calendar/calendar.mjs +3 -3
- package/esm2022/icons/caretleft/caretleft.mjs +3 -3
- package/esm2022/icons/caretright/caretright.mjs +3 -3
- package/esm2022/icons/check/check.mjs +3 -3
- package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
- package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
- package/esm2022/icons/chevronright/chevronright.mjs +3 -3
- package/esm2022/icons/chevronup/chevronup.mjs +3 -3
- package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
- package/esm2022/icons/eye/eye.mjs +3 -3
- package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
- package/esm2022/icons/filter/filter.mjs +3 -3
- package/esm2022/icons/filterslash/filterslash.mjs +3 -3
- package/esm2022/icons/home/home.mjs +3 -3
- package/esm2022/icons/infocircle/infocircle.mjs +3 -3
- package/esm2022/icons/minus/minus.mjs +3 -3
- package/esm2022/icons/pencil/pencil.mjs +3 -3
- package/esm2022/icons/plus/plus.mjs +3 -3
- package/esm2022/icons/refresh/refresh.mjs +3 -3
- package/esm2022/icons/search/search.mjs +3 -3
- package/esm2022/icons/searchminus/searchminus.mjs +3 -3
- package/esm2022/icons/searchplus/searchplus.mjs +3 -3
- package/esm2022/icons/sortalt/sortalt.mjs +3 -3
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
- package/esm2022/icons/spinner/spinner.mjs +3 -3
- package/esm2022/icons/star/star.mjs +3 -3
- package/esm2022/icons/starfill/starfill.mjs +3 -3
- package/esm2022/icons/thlarge/thlarge.mjs +3 -3
- package/esm2022/icons/times/times.mjs +3 -3
- package/esm2022/icons/timescircle/timescircle.mjs +3 -3
- package/esm2022/icons/trash/trash.mjs +3 -3
- package/esm2022/icons/undo/undo.mjs +3 -3
- package/esm2022/icons/upload/upload.mjs +3 -3
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
- package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
- package/esm2022/image/image.mjs +18 -18
- package/esm2022/inplace/inplace.mjs +13 -13
- package/esm2022/inputmask/inputmask.mjs +7 -7
- package/esm2022/inputnumber/inputnumber.mjs +7 -7
- package/esm2022/inputswitch/inputswitch.mjs +7 -7
- package/esm2022/inputtext/inputtext.mjs +7 -7
- package/esm2022/inputtextarea/inputtextarea.mjs +11 -8
- package/esm2022/keyfilter/keyfilter.mjs +7 -7
- package/esm2022/knob/knob.mjs +7 -7
- package/esm2022/listbox/listbox.mjs +7 -7
- package/esm2022/megamenu/megamenu.mjs +21 -21
- package/esm2022/menu/menu.mjs +19 -22
- package/esm2022/menubar/menubar.mjs +20 -20
- package/esm2022/message/message.mjs +7 -7
- package/esm2022/messages/messages.mjs +7 -7
- package/esm2022/multiselect/multiselect.mjs +13 -13
- package/esm2022/orderlist/orderlist.mjs +7 -7
- package/esm2022/organizationchart/organizationchart.mjs +10 -10
- package/esm2022/overlay/overlay.mjs +7 -7
- package/esm2022/overlaypanel/overlaypanel.mjs +7 -7
- package/esm2022/paginator/paginator.mjs +7 -7
- package/esm2022/panel/panel.mjs +7 -7
- package/esm2022/panelmenu/panelmenu.mjs +36 -26
- package/esm2022/password/password.mjs +16 -16
- package/esm2022/picklist/picklist.mjs +7 -7
- package/esm2022/progressbar/progressbar.mjs +7 -7
- package/esm2022/progressspinner/progressspinner.mjs +7 -7
- package/esm2022/radiobutton/radiobutton.mjs +10 -10
- package/esm2022/rating/rating.mjs +7 -7
- package/esm2022/ripple/ripple.mjs +7 -7
- package/esm2022/scroller/scroller.mjs +7 -7
- package/esm2022/scrollpanel/scrollpanel.mjs +7 -7
- package/esm2022/scrolltop/scrolltop.mjs +7 -7
- package/esm2022/selectbutton/selectbutton.mjs +26 -20
- package/esm2022/sidebar/sidebar.mjs +10 -12
- package/esm2022/skeleton/skeleton.mjs +7 -7
- package/esm2022/slidemenu/slidemenu.mjs +10 -10
- package/esm2022/slider/slider.mjs +7 -7
- package/esm2022/speeddial/speeddial.mjs +7 -7
- package/esm2022/spinner/spinner.mjs +7 -7
- package/esm2022/splitbutton/splitbutton.mjs +7 -7
- package/esm2022/splitter/splitter.mjs +7 -7
- package/esm2022/steps/steps.mjs +46 -25
- package/esm2022/styleclass/styleclass.mjs +7 -7
- package/esm2022/table/table.mjs +110 -102
- package/esm2022/tabmenu/tabmenu.mjs +7 -7
- package/esm2022/tabview/tabview.mjs +10 -10
- package/esm2022/tag/tag.mjs +7 -7
- package/esm2022/terminal/terminal.mjs +7 -7
- package/esm2022/terminal/terminalservice.mjs +3 -3
- package/esm2022/tieredmenu/tieredmenu.mjs +15 -15
- package/esm2022/timeline/timeline.mjs +9 -9
- package/esm2022/toast/toast.mjs +10 -10
- package/esm2022/togglebutton/togglebutton.mjs +7 -7
- package/esm2022/toolbar/toolbar.mjs +10 -8
- package/esm2022/tooltip/tooltip.mjs +22 -17
- package/esm2022/tree/tree.mjs +10 -10
- package/esm2022/treeselect/treeselect.mjs +10 -10
- package/esm2022/treetable/treetable.mjs +55 -55
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +7 -7
- package/esm2022/virtualscroller/virtualscroller.mjs +7 -7
- package/fesm2022/primeng-accordion.mjs +11 -11
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animate.mjs +7 -7
- package/fesm2022/primeng-api.mjs +34 -34
- package/fesm2022/primeng-autocomplete.mjs +7 -7
- package/fesm2022/primeng-autofocus.mjs +7 -7
- package/fesm2022/primeng-avatar.mjs +7 -7
- package/fesm2022/primeng-avatargroup.mjs +7 -7
- package/fesm2022/primeng-badge.mjs +10 -10
- package/fesm2022/primeng-baseicon.mjs +3 -3
- package/fesm2022/primeng-blockui.mjs +10 -12
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +7 -7
- package/fesm2022/primeng-button.mjs +76 -11
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +9 -11
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +7 -7
- package/fesm2022/primeng-carousel.mjs +91 -85
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +10 -10
- package/fesm2022/primeng-chart.mjs +7 -7
- package/fesm2022/primeng-checkbox.mjs +7 -7
- package/fesm2022/primeng-chip.mjs +9 -9
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +7 -7
- package/fesm2022/primeng-colorpicker.mjs +7 -7
- package/fesm2022/primeng-confirmdialog.mjs +7 -7
- package/fesm2022/primeng-confirmpopup.mjs +7 -7
- package/fesm2022/primeng-contextmenu.mjs +18 -18
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +10 -10
- package/fesm2022/primeng-defer.mjs +7 -7
- package/fesm2022/primeng-dialog.mjs +23 -21
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +7 -7
- package/fesm2022/primeng-dock.mjs +9 -9
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-dom.mjs +11 -0
- package/fesm2022/primeng-dom.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +10 -10
- package/fesm2022/primeng-dropdown.mjs +10 -10
- package/fesm2022/primeng-dynamicdialog.mjs +13 -13
- package/fesm2022/primeng-editor.mjs +7 -7
- package/fesm2022/primeng-fieldset.mjs +7 -7
- package/fesm2022/primeng-fileupload.mjs +8 -8
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +7 -7
- package/fesm2022/primeng-galleria.mjs +36 -31
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
- package/fesm2022/primeng-icons-angledown.mjs +3 -3
- package/fesm2022/primeng-icons-angleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angleright.mjs +3 -3
- package/fesm2022/primeng-icons-angleup.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs +3 -3
- package/fesm2022/primeng-icons-ban.mjs +3 -3
- package/fesm2022/primeng-icons-bars.mjs +3 -3
- package/fesm2022/primeng-icons-calendar.mjs +3 -3
- package/fesm2022/primeng-icons-caretleft.mjs +3 -3
- package/fesm2022/primeng-icons-caretright.mjs +3 -3
- package/fesm2022/primeng-icons-check.mjs +3 -3
- package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
- package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
- package/fesm2022/primeng-icons-chevronright.mjs +3 -3
- package/fesm2022/primeng-icons-chevronup.mjs +3 -3
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
- package/fesm2022/primeng-icons-filter.mjs +3 -3
- package/fesm2022/primeng-icons-filterslash.mjs +3 -3
- package/fesm2022/primeng-icons-home.mjs +3 -3
- package/fesm2022/primeng-icons-infocircle.mjs +3 -3
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs +3 -3
- package/fesm2022/primeng-icons-plus.mjs +3 -3
- package/fesm2022/primeng-icons-refresh.mjs +3 -3
- package/fesm2022/primeng-icons-search.mjs +3 -3
- package/fesm2022/primeng-icons-searchminus.mjs +3 -3
- package/fesm2022/primeng-icons-searchplus.mjs +3 -3
- package/fesm2022/primeng-icons-sortalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/primeng-icons-spinner.mjs +3 -3
- package/fesm2022/primeng-icons-star.mjs +3 -3
- package/fesm2022/primeng-icons-starfill.mjs +3 -3
- package/fesm2022/primeng-icons-thlarge.mjs +3 -3
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs +3 -3
- package/fesm2022/primeng-icons-trash.mjs +3 -3
- package/fesm2022/primeng-icons-undo.mjs +3 -3
- package/fesm2022/primeng-icons-upload.mjs +3 -3
- package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
- package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
- package/fesm2022/primeng-image.mjs +17 -17
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +13 -13
- package/fesm2022/primeng-inputmask.mjs +7 -7
- package/fesm2022/primeng-inputnumber.mjs +7 -7
- package/fesm2022/primeng-inputswitch.mjs +7 -7
- package/fesm2022/primeng-inputtext.mjs +7 -7
- package/fesm2022/primeng-inputtextarea.mjs +10 -7
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +7 -7
- package/fesm2022/primeng-knob.mjs +7 -7
- package/fesm2022/primeng-listbox.mjs +7 -7
- package/fesm2022/primeng-megamenu.mjs +20 -20
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +18 -21
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +19 -19
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +7 -7
- package/fesm2022/primeng-messages.mjs +7 -7
- package/fesm2022/primeng-multiselect.mjs +12 -12
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +7 -7
- package/fesm2022/primeng-organizationchart.mjs +10 -10
- package/fesm2022/primeng-overlay.mjs +7 -7
- package/fesm2022/primeng-overlaypanel.mjs +7 -7
- package/fesm2022/primeng-paginator.mjs +7 -7
- package/fesm2022/primeng-panel.mjs +7 -7
- package/fesm2022/primeng-panelmenu.mjs +35 -25
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +15 -15
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +7 -7
- package/fesm2022/primeng-progressbar.mjs +7 -7
- package/fesm2022/primeng-progressspinner.mjs +7 -7
- package/fesm2022/primeng-radiobutton.mjs +10 -10
- package/fesm2022/primeng-rating.mjs +7 -7
- package/fesm2022/primeng-ripple.mjs +7 -7
- package/fesm2022/primeng-scroller.mjs +7 -7
- package/fesm2022/primeng-scrollpanel.mjs +7 -7
- package/fesm2022/primeng-scrolltop.mjs +7 -7
- package/fesm2022/primeng-selectbutton.mjs +25 -19
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +9 -11
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +7 -7
- package/fesm2022/primeng-slidemenu.mjs +10 -10
- package/fesm2022/primeng-slider.mjs +7 -7
- package/fesm2022/primeng-speeddial.mjs +7 -7
- package/fesm2022/primeng-spinner.mjs +7 -7
- package/fesm2022/primeng-splitbutton.mjs +7 -7
- package/fesm2022/primeng-splitter.mjs +7 -7
- package/fesm2022/primeng-steps.mjs +45 -24
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +7 -7
- package/fesm2022/primeng-table.mjs +109 -101
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +7 -7
- package/fesm2022/primeng-tabview.mjs +10 -10
- package/fesm2022/primeng-tag.mjs +7 -7
- package/fesm2022/primeng-terminal.mjs +10 -10
- package/fesm2022/primeng-tieredmenu.mjs +14 -14
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +9 -9
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +10 -10
- package/fesm2022/primeng-togglebutton.mjs +7 -7
- package/fesm2022/primeng-toolbar.mjs +9 -7
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +21 -16
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +10 -10
- package/fesm2022/primeng-treeselect.mjs +9 -9
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +55 -55
- package/fesm2022/primeng-tristatecheckbox.mjs +7 -7
- package/fesm2022/primeng-virtualscroller.mjs +7 -7
- package/galleria/galleria.d.ts +2 -1
- package/image/image.d.ts +2 -1
- package/inputtextarea/inputtextarea.d.ts +3 -2
- package/package.json +82 -82
- package/panelmenu/panelmenu.d.ts +4 -0
- package/resources/components/common/common.css +5 -5
- package/resources/components/image/image.css +4 -0
- package/resources/components/multiselect/multiselect.css +8 -2
- package/resources/components/password/password.css +4 -0
- package/resources/components/treeselect/treeselect.css +1 -0
- package/resources/primeng.css +9 -5
- package/resources/primeng.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +132 -412
- package/resources/themes/arya-green/theme.css +132 -412
- package/resources/themes/arya-orange/theme.css +132 -412
- package/resources/themes/arya-purple/theme.css +132 -412
- package/resources/themes/bootstrap4-dark-blue/theme.css +132 -412
- package/resources/themes/bootstrap4-dark-purple/theme.css +132 -412
- package/resources/themes/bootstrap4-light-blue/theme.css +132 -412
- package/resources/themes/bootstrap4-light-purple/theme.css +132 -412
- package/resources/themes/fluent-light/theme.css +132 -412
- package/resources/themes/lara-dark-blue/theme.css +133 -412
- package/resources/themes/lara-dark-indigo/theme.css +133 -412
- package/resources/themes/lara-dark-purple/theme.css +133 -412
- package/resources/themes/lara-dark-teal/theme.css +133 -412
- package/resources/themes/lara-light-blue/theme.css +133 -412
- package/resources/themes/lara-light-indigo/theme.css +133 -412
- package/resources/themes/lara-light-purple/theme.css +133 -412
- package/resources/themes/lara-light-teal/theme.css +133 -412
- package/resources/themes/luna-amber/theme.css +132 -412
- package/resources/themes/luna-blue/theme.css +132 -412
- package/resources/themes/luna-green/theme.css +132 -412
- package/resources/themes/luna-pink/theme.css +132 -412
- package/resources/themes/md-dark-deeppurple/theme.css +132 -457
- package/resources/themes/md-dark-indigo/theme.css +132 -457
- package/resources/themes/md-light-deeppurple/theme.css +132 -457
- package/resources/themes/md-light-indigo/theme.css +132 -457
- package/resources/themes/mdc-dark-deeppurple/theme.css +132 -457
- package/resources/themes/mdc-dark-indigo/theme.css +132 -457
- package/resources/themes/mdc-light-deeppurple/theme.css +132 -457
- package/resources/themes/mdc-light-indigo/theme.css +132 -457
- package/resources/themes/mira/theme.css +131 -411
- package/resources/themes/nano/theme.css +132 -412
- package/resources/themes/nova/theme.css +132 -412
- package/resources/themes/nova-accent/theme.css +132 -412
- package/resources/themes/nova-alt/theme.css +132 -412
- package/resources/themes/rhea/theme.css +132 -412
- package/resources/themes/saga-blue/theme.css +132 -412
- package/resources/themes/saga-green/theme.css +132 -412
- package/resources/themes/saga-orange/theme.css +132 -412
- package/resources/themes/saga-purple/theme.css +132 -412
- package/resources/themes/soho-dark/theme.css +132 -412
- package/resources/themes/soho-light/theme.css +132 -412
- package/resources/themes/tailwind-light/theme.css +132 -412
- package/resources/themes/vela-blue/theme.css +132 -412
- package/resources/themes/vela-green/theme.css +132 -412
- package/resources/themes/vela-orange/theme.css +132 -412
- package/resources/themes/vela-purple/theme.css +132 -412
- package/resources/themes/viva-dark/theme.css +132 -412
- package/resources/themes/viva-light/theme.css +132 -412
- package/selectbutton/selectbutton.d.ts +6 -1
- package/steps/steps.d.ts +1 -0
- package/table/table.d.ts +2 -1
- package/tooltip/tooltip.d.ts +1 -0
@@ -171,14 +171,113 @@
|
|
171
171
|
--primary-900:#345035;
|
172
172
|
}
|
173
173
|
|
174
|
+
.p-editor-container .p-editor-toolbar {
|
175
|
+
background: #1f2d40;
|
176
|
+
border-top-right-radius: 3px;
|
177
|
+
border-top-left-radius: 3px;
|
178
|
+
}
|
179
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
180
|
+
border: 1px solid #304562;
|
181
|
+
}
|
182
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
183
|
+
stroke: rgba(255, 255, 255, 0.6);
|
184
|
+
}
|
185
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
186
|
+
fill: rgba(255, 255, 255, 0.6);
|
187
|
+
}
|
188
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
189
|
+
border: 0 none;
|
190
|
+
color: rgba(255, 255, 255, 0.6);
|
191
|
+
}
|
192
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
193
|
+
color: rgba(255, 255, 255, 0.87);
|
194
|
+
}
|
195
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
196
|
+
stroke: rgba(255, 255, 255, 0.87);
|
197
|
+
}
|
198
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
199
|
+
fill: rgba(255, 255, 255, 0.87);
|
200
|
+
}
|
201
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
202
|
+
color: rgba(255, 255, 255, 0.87);
|
203
|
+
}
|
204
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
205
|
+
stroke: rgba(255, 255, 255, 0.87);
|
206
|
+
}
|
207
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
208
|
+
fill: rgba(255, 255, 255, 0.87);
|
209
|
+
}
|
210
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
211
|
+
background: #1f2d40;
|
212
|
+
border: 1px solid #304562;
|
213
|
+
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);
|
214
|
+
border-radius: 3px;
|
215
|
+
padding: 0.5rem 0;
|
216
|
+
}
|
217
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
218
|
+
color: rgba(255, 255, 255, 0.87);
|
219
|
+
}
|
220
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
221
|
+
color: rgba(255, 255, 255, 0.87);
|
222
|
+
background: rgba(255, 255, 255, 0.03);
|
223
|
+
}
|
224
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
225
|
+
padding: 0.5rem 1rem;
|
226
|
+
}
|
227
|
+
.p-editor-container .p-editor-content {
|
228
|
+
border-bottom-right-radius: 3px;
|
229
|
+
border-bottom-left-radius: 3px;
|
230
|
+
}
|
231
|
+
.p-editor-container .p-editor-content.ql-snow {
|
232
|
+
border: 1px solid #304562;
|
233
|
+
}
|
234
|
+
.p-editor-container .p-editor-content .ql-editor {
|
235
|
+
background: #17212f;
|
236
|
+
color: rgba(255, 255, 255, 0.87);
|
237
|
+
border-bottom-right-radius: 3px;
|
238
|
+
border-bottom-left-radius: 3px;
|
239
|
+
}
|
240
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
241
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
242
|
+
color: rgba(255, 255, 255, 0.87);
|
243
|
+
}
|
244
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
245
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
246
|
+
stroke: rgba(255, 255, 255, 0.87);
|
247
|
+
}
|
248
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
249
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
250
|
+
fill: rgba(255, 255, 255, 0.87);
|
251
|
+
}
|
252
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
253
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
254
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
255
|
+
color: #81C784;
|
256
|
+
}
|
257
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
258
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
259
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
260
|
+
stroke: #81C784;
|
261
|
+
}
|
262
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
263
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
264
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
265
|
+
fill: #81C784;
|
266
|
+
}
|
267
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
269
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
270
|
+
color: #81C784;
|
271
|
+
}
|
272
|
+
|
174
273
|
@layer primeng {
|
175
274
|
* {
|
176
275
|
box-sizing: border-box;
|
177
276
|
}
|
178
277
|
|
179
278
|
.p-component {
|
180
|
-
font-family:
|
181
|
-
font-feature-settings:
|
279
|
+
font-family: var(--font-family);
|
280
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
182
281
|
font-size: 1rem;
|
183
282
|
font-weight: normal;
|
184
283
|
}
|
@@ -210,9 +309,9 @@
|
|
210
309
|
}
|
211
310
|
|
212
311
|
.p-link {
|
312
|
+
font-family: var(--font-family);
|
313
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
213
314
|
font-size: 1rem;
|
214
|
-
font-family: inherit;
|
215
|
-
font-feature-settings: inherit;
|
216
315
|
border-radius: 3px;
|
217
316
|
}
|
218
317
|
.p-link:focus-visible {
|
@@ -269,9 +368,9 @@
|
|
269
368
|
padding: 0.25rem 0;
|
270
369
|
}
|
271
370
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
272
|
-
font-family:
|
273
|
-
font-feature-settings:
|
274
|
-
font-size:
|
371
|
+
font-family: var(--font-family);
|
372
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
373
|
+
font-size: 1rem;
|
275
374
|
color: rgba(255, 255, 255, 0.87);
|
276
375
|
padding: 0;
|
277
376
|
margin: 0;
|
@@ -769,9 +868,9 @@
|
|
769
868
|
padding: 0.25rem 0;
|
770
869
|
}
|
771
870
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
772
|
-
font-family:
|
773
|
-
font-feature-settings:
|
774
|
-
font-size:
|
871
|
+
font-family: var(--font-family);
|
872
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
873
|
+
font-size: 1rem;
|
775
874
|
color: rgba(255, 255, 255, 0.87);
|
776
875
|
padding: 0;
|
777
876
|
margin: 0;
|
@@ -833,7 +932,7 @@
|
|
833
932
|
.p-dropdown .p-dropdown-label.p-placeholder {
|
834
933
|
color: rgba(255, 255, 255, 0.6);
|
835
934
|
}
|
836
|
-
.p-dropdown .p-dropdown-label:enabled:focus {
|
935
|
+
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
|
837
936
|
outline: 0 none;
|
838
937
|
box-shadow: none;
|
839
938
|
}
|
@@ -848,6 +947,9 @@
|
|
848
947
|
color: rgba(255, 255, 255, 0.6);
|
849
948
|
right: 2.357rem;
|
850
949
|
}
|
950
|
+
.p-dropdown.p-invalid.p-component {
|
951
|
+
border-color: #ef9a9a;
|
952
|
+
}
|
851
953
|
|
852
954
|
.p-dropdown-panel {
|
853
955
|
background: #1f2d40;
|
@@ -889,14 +991,16 @@
|
|
889
991
|
color: rgba(255, 255, 255, 0.87);
|
890
992
|
background: rgba(129, 199, 132, 0.16);
|
891
993
|
}
|
892
|
-
.p-dropdown-panel .p-dropdown-items .p-dropdown-item
|
994
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
|
995
|
+
background: rgba(129, 199, 132, 0.24);
|
996
|
+
}
|
997
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
|
893
998
|
color: rgba(255, 255, 255, 0.87);
|
894
|
-
background: rgba(255, 255, 255, 0.
|
999
|
+
background: rgba(255, 255, 255, 0.09);
|
895
1000
|
}
|
896
|
-
.p-dropdown-panel .p-dropdown-items .p-dropdown-
|
897
|
-
padding: 0.5rem 1rem;
|
1001
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
898
1002
|
color: rgba(255, 255, 255, 0.87);
|
899
|
-
background:
|
1003
|
+
background: rgba(255, 255, 255, 0.03);
|
900
1004
|
}
|
901
1005
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
|
902
1006
|
margin: 0;
|
@@ -905,9 +1009,10 @@
|
|
905
1009
|
background: #1f2d40;
|
906
1010
|
font-weight: 600;
|
907
1011
|
}
|
908
|
-
|
909
|
-
|
910
|
-
|
1012
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
|
1013
|
+
padding: 0.5rem 1rem;
|
1014
|
+
color: rgba(255, 255, 255, 0.87);
|
1015
|
+
background: transparent;
|
911
1016
|
}
|
912
1017
|
|
913
1018
|
.p-input-filled .p-dropdown {
|
@@ -923,105 +1028,6 @@
|
|
923
1028
|
background-color: transparent;
|
924
1029
|
}
|
925
1030
|
|
926
|
-
.p-editor-container .p-editor-toolbar {
|
927
|
-
background: #1f2d40;
|
928
|
-
border-top-right-radius: 3px;
|
929
|
-
border-top-left-radius: 3px;
|
930
|
-
}
|
931
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
932
|
-
border: 1px solid #304562;
|
933
|
-
}
|
934
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
935
|
-
stroke: rgba(255, 255, 255, 0.6);
|
936
|
-
}
|
937
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
938
|
-
fill: rgba(255, 255, 255, 0.6);
|
939
|
-
}
|
940
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
941
|
-
border: 0 none;
|
942
|
-
color: rgba(255, 255, 255, 0.6);
|
943
|
-
}
|
944
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
945
|
-
color: rgba(255, 255, 255, 0.87);
|
946
|
-
}
|
947
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
948
|
-
stroke: rgba(255, 255, 255, 0.87);
|
949
|
-
}
|
950
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
951
|
-
fill: rgba(255, 255, 255, 0.87);
|
952
|
-
}
|
953
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
954
|
-
color: rgba(255, 255, 255, 0.87);
|
955
|
-
}
|
956
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
957
|
-
stroke: rgba(255, 255, 255, 0.87);
|
958
|
-
}
|
959
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
960
|
-
fill: rgba(255, 255, 255, 0.87);
|
961
|
-
}
|
962
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
963
|
-
background: #1f2d40;
|
964
|
-
border: 1px solid #304562;
|
965
|
-
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);
|
966
|
-
border-radius: 3px;
|
967
|
-
padding: 0.5rem 0;
|
968
|
-
}
|
969
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
970
|
-
color: rgba(255, 255, 255, 0.87);
|
971
|
-
}
|
972
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
973
|
-
color: rgba(255, 255, 255, 0.87);
|
974
|
-
background: rgba(255, 255, 255, 0.03);
|
975
|
-
}
|
976
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
977
|
-
padding: 0.5rem 1rem;
|
978
|
-
}
|
979
|
-
.p-editor-container .p-editor-content {
|
980
|
-
border-bottom-right-radius: 3px;
|
981
|
-
border-bottom-left-radius: 3px;
|
982
|
-
}
|
983
|
-
.p-editor-container .p-editor-content.ql-snow {
|
984
|
-
border: 1px solid #304562;
|
985
|
-
}
|
986
|
-
.p-editor-container .p-editor-content .ql-editor {
|
987
|
-
background: #17212f;
|
988
|
-
color: rgba(255, 255, 255, 0.87);
|
989
|
-
border-bottom-right-radius: 3px;
|
990
|
-
border-bottom-left-radius: 3px;
|
991
|
-
}
|
992
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
993
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
994
|
-
color: rgba(255, 255, 255, 0.87);
|
995
|
-
}
|
996
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
997
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
998
|
-
stroke: rgba(255, 255, 255, 0.87);
|
999
|
-
}
|
1000
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
1001
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
1002
|
-
fill: rgba(255, 255, 255, 0.87);
|
1003
|
-
}
|
1004
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
1005
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
1006
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
1007
|
-
color: #81C784;
|
1008
|
-
}
|
1009
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
1010
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
1011
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
1012
|
-
stroke: #81C784;
|
1013
|
-
}
|
1014
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
1015
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
1016
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
1017
|
-
fill: #81C784;
|
1018
|
-
}
|
1019
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
1020
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
1021
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
1022
|
-
color: #81C784;
|
1023
|
-
}
|
1024
|
-
|
1025
1031
|
.p-inputgroup-addon {
|
1026
1032
|
background: #1f2d40;
|
1027
1033
|
color: rgba(255, 255, 255, 0.6);
|
@@ -1171,8 +1177,8 @@
|
|
1171
1177
|
}
|
1172
1178
|
|
1173
1179
|
.p-inputtext {
|
1174
|
-
font-family:
|
1175
|
-
font-feature-settings:
|
1180
|
+
font-family: var(--font-family);
|
1181
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
1176
1182
|
font-size: 1rem;
|
1177
1183
|
color: rgba(255, 255, 255, 0.87);
|
1178
1184
|
background: #17212f;
|
@@ -3153,295 +3159,6 @@
|
|
3153
3159
|
padding: 1rem;
|
3154
3160
|
}
|
3155
3161
|
|
3156
|
-
.fc {
|
3157
|
-
/* FullCalendar 4 */
|
3158
|
-
/* FullCalendar 5 */
|
3159
|
-
}
|
3160
|
-
.fc.fc-unthemed .fc-view-container th {
|
3161
|
-
background: #1f2d40;
|
3162
|
-
border: 1px solid #304562;
|
3163
|
-
color: rgba(255, 255, 255, 0.87);
|
3164
|
-
}
|
3165
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
3166
|
-
background: #1f2d40;
|
3167
|
-
border: 1px solid #304562;
|
3168
|
-
color: rgba(255, 255, 255, 0.87);
|
3169
|
-
}
|
3170
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
3171
|
-
border: 1px solid #304562;
|
3172
|
-
}
|
3173
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
3174
|
-
border-right: 1px solid #304562;
|
3175
|
-
}
|
3176
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
3177
|
-
background: #6abd6e;
|
3178
|
-
border: 1px solid #6abd6e;
|
3179
|
-
color: #212529;
|
3180
|
-
}
|
3181
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
3182
|
-
background: #1f2d40;
|
3183
|
-
border: 1px solid #304562;
|
3184
|
-
}
|
3185
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
3186
|
-
color: #212529;
|
3187
|
-
background: #81C784;
|
3188
|
-
border: 1px solid #81C784;
|
3189
|
-
font-size: 1rem;
|
3190
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3191
|
-
border-radius: 3px;
|
3192
|
-
display: flex;
|
3193
|
-
align-items: center;
|
3194
|
-
}
|
3195
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
3196
|
-
background: #6abd6e;
|
3197
|
-
color: #212529;
|
3198
|
-
border-color: #6abd6e;
|
3199
|
-
}
|
3200
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
3201
|
-
background: #54b358;
|
3202
|
-
color: #212529;
|
3203
|
-
border-color: #54b358;
|
3204
|
-
}
|
3205
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
3206
|
-
outline: 0 none;
|
3207
|
-
outline-offset: 0;
|
3208
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3209
|
-
}
|
3210
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
3211
|
-
font-family: "PrimeIcons" !important;
|
3212
|
-
text-indent: 0;
|
3213
|
-
font-size: 1rem;
|
3214
|
-
}
|
3215
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
3216
|
-
content: "\e900";
|
3217
|
-
}
|
3218
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
3219
|
-
font-family: "PrimeIcons" !important;
|
3220
|
-
text-indent: 0;
|
3221
|
-
font-size: 1rem;
|
3222
|
-
}
|
3223
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
3224
|
-
content: "\e901";
|
3225
|
-
}
|
3226
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
3227
|
-
outline: 0 none;
|
3228
|
-
outline-offset: 0;
|
3229
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3230
|
-
}
|
3231
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
|
3232
|
-
background: #1f2d40;
|
3233
|
-
border: 1px solid #304562;
|
3234
|
-
color: rgba(255, 255, 255, 0.87);
|
3235
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3236
|
-
}
|
3237
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
3238
|
-
background: rgba(255, 255, 255, 0.03);
|
3239
|
-
border-color: #304562;
|
3240
|
-
color: rgba(255, 255, 255, 0.87);
|
3241
|
-
}
|
3242
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
3243
|
-
background: #81C784;
|
3244
|
-
border-color: #81C784;
|
3245
|
-
color: #212529;
|
3246
|
-
}
|
3247
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
3248
|
-
background: #6abd6e;
|
3249
|
-
border-color: #6abd6e;
|
3250
|
-
color: #212529;
|
3251
|
-
}
|
3252
|
-
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
|
3253
|
-
outline: 0 none;
|
3254
|
-
outline-offset: 0;
|
3255
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3256
|
-
z-index: 1;
|
3257
|
-
}
|
3258
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
3259
|
-
border-radius: 0;
|
3260
|
-
}
|
3261
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
3262
|
-
border-top-left-radius: 3px;
|
3263
|
-
border-bottom-left-radius: 3px;
|
3264
|
-
}
|
3265
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
3266
|
-
border-top-right-radius: 3px;
|
3267
|
-
border-bottom-right-radius: 3px;
|
3268
|
-
}
|
3269
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
3270
|
-
border-color: #304562;
|
3271
|
-
}
|
3272
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
3273
|
-
background: #1f2d40;
|
3274
|
-
border-color: #304562;
|
3275
|
-
color: rgba(255, 255, 255, 0.87);
|
3276
|
-
}
|
3277
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
3278
|
-
color: rgba(255, 255, 255, 0.87);
|
3279
|
-
border-color: #304562;
|
3280
|
-
}
|
3281
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
3282
|
-
background: #1f2d40;
|
3283
|
-
}
|
3284
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
3285
|
-
background: none;
|
3286
|
-
border: 0 none;
|
3287
|
-
}
|
3288
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
3289
|
-
border: 1px solid #304562;
|
3290
|
-
padding: 1rem;
|
3291
|
-
background: #1f2d40;
|
3292
|
-
color: rgba(255, 255, 255, 0.87);
|
3293
|
-
}
|
3294
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
3295
|
-
opacity: 1;
|
3296
|
-
display: flex;
|
3297
|
-
align-items: center;
|
3298
|
-
justify-content: center;
|
3299
|
-
overflow: hidden;
|
3300
|
-
font-family: "PrimeIcons" !important;
|
3301
|
-
font-size: 1rem;
|
3302
|
-
width: 2rem;
|
3303
|
-
height: 2rem;
|
3304
|
-
color: rgba(255, 255, 255, 0.6);
|
3305
|
-
border: 0 none;
|
3306
|
-
background: transparent;
|
3307
|
-
border-radius: 50%;
|
3308
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
3309
|
-
}
|
3310
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
3311
|
-
content: "\e90b";
|
3312
|
-
}
|
3313
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
|
3314
|
-
color: rgba(255, 255, 255, 0.87);
|
3315
|
-
border-color: transparent;
|
3316
|
-
background: rgba(255, 255, 255, 0.03);
|
3317
|
-
}
|
3318
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
3319
|
-
outline: 0 none;
|
3320
|
-
outline-offset: 0;
|
3321
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3322
|
-
}
|
3323
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
3324
|
-
padding: 1rem;
|
3325
|
-
border: 1px solid #304562;
|
3326
|
-
background: #1f2d40;
|
3327
|
-
color: rgba(255, 255, 255, 0.87);
|
3328
|
-
border-top: 0 none;
|
3329
|
-
}
|
3330
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
3331
|
-
color: #212529;
|
3332
|
-
background: #6abd6e;
|
3333
|
-
border-color: #6abd6e;
|
3334
|
-
}
|
3335
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
3336
|
-
color: #212529;
|
3337
|
-
}
|
3338
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
3339
|
-
background: #6abd6e;
|
3340
|
-
border-color: #6abd6e;
|
3341
|
-
}
|
3342
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
3343
|
-
background: rgba(255, 255, 255, 0.03);
|
3344
|
-
color: rgba(255, 255, 255, 0.87);
|
3345
|
-
}
|
3346
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
3347
|
-
background: #1f2d40;
|
3348
|
-
}
|
3349
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
3350
|
-
color: #212529;
|
3351
|
-
background: #81C784;
|
3352
|
-
border: 1px solid #81C784;
|
3353
|
-
font-size: 1rem;
|
3354
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3355
|
-
border-radius: 3px;
|
3356
|
-
}
|
3357
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
3358
|
-
background: #6abd6e;
|
3359
|
-
color: #212529;
|
3360
|
-
border-color: #6abd6e;
|
3361
|
-
}
|
3362
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
3363
|
-
background: #54b358;
|
3364
|
-
color: #212529;
|
3365
|
-
border-color: #54b358;
|
3366
|
-
}
|
3367
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
3368
|
-
outline: 0 none;
|
3369
|
-
outline-offset: 0;
|
3370
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3371
|
-
}
|
3372
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
3373
|
-
opacity: 0.4;
|
3374
|
-
color: #212529;
|
3375
|
-
background: #81C784;
|
3376
|
-
border: 1px solid #81C784;
|
3377
|
-
}
|
3378
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
3379
|
-
font-family: "PrimeIcons" !important;
|
3380
|
-
text-indent: 0;
|
3381
|
-
font-size: 1rem;
|
3382
|
-
}
|
3383
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
3384
|
-
content: "\e900";
|
3385
|
-
}
|
3386
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
3387
|
-
font-family: "PrimeIcons" !important;
|
3388
|
-
text-indent: 0;
|
3389
|
-
font-size: 1rem;
|
3390
|
-
}
|
3391
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
3392
|
-
content: "\e901";
|
3393
|
-
}
|
3394
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
3395
|
-
outline: 0 none;
|
3396
|
-
outline-offset: 0;
|
3397
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3398
|
-
}
|
3399
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
|
3400
|
-
background: #1f2d40;
|
3401
|
-
border: 1px solid #304562;
|
3402
|
-
color: rgba(255, 255, 255, 0.87);
|
3403
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3404
|
-
}
|
3405
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
|
3406
|
-
background: rgba(255, 255, 255, 0.03);
|
3407
|
-
border-color: #304562;
|
3408
|
-
color: rgba(255, 255, 255, 0.87);
|
3409
|
-
}
|
3410
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
|
3411
|
-
background: #81C784;
|
3412
|
-
border-color: #81C784;
|
3413
|
-
color: #212529;
|
3414
|
-
}
|
3415
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
|
3416
|
-
background: #6abd6e;
|
3417
|
-
border-color: #6abd6e;
|
3418
|
-
color: #212529;
|
3419
|
-
}
|
3420
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
|
3421
|
-
outline: 0 none;
|
3422
|
-
outline-offset: 0;
|
3423
|
-
box-shadow: 0 0 0 1px #a7d8a9;
|
3424
|
-
z-index: 1;
|
3425
|
-
}
|
3426
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
3427
|
-
border-radius: 0;
|
3428
|
-
}
|
3429
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
3430
|
-
border-top-left-radius: 3px;
|
3431
|
-
border-bottom-left-radius: 3px;
|
3432
|
-
}
|
3433
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
3434
|
-
border-top-right-radius: 3px;
|
3435
|
-
border-bottom-right-radius: 3px;
|
3436
|
-
}
|
3437
|
-
.fc.fc-theme-standard a {
|
3438
|
-
color: rgba(255, 255, 255, 0.87);
|
3439
|
-
}
|
3440
|
-
.fc.fc-theme-standard .fc-highlight {
|
3441
|
-
color: rgba(255, 255, 255, 0.87);
|
3442
|
-
background: rgba(129, 199, 132, 0.16);
|
3443
|
-
}
|
3444
|
-
|
3445
3162
|
.p-orderlist .p-orderlist-controls {
|
3446
3163
|
padding: 1rem;
|
3447
3164
|
}
|
@@ -6251,6 +5968,9 @@
|
|
6251
5968
|
outline-offset: 0;
|
6252
5969
|
box-shadow: 0 0 0 1px #a7d8a9;
|
6253
5970
|
}
|
5971
|
+
.p-chip .pi-chip-remove-icon:focus {
|
5972
|
+
outline: 0 none;
|
5973
|
+
}
|
6254
5974
|
|
6255
5975
|
.p-inplace .p-inplace-display {
|
6256
5976
|
padding: 0.5rem 0.5rem;
|
@@ -6353,9 +6073,9 @@
|
|
6353
6073
|
padding: 1rem;
|
6354
6074
|
}
|
6355
6075
|
.p-terminal .p-terminal-input {
|
6356
|
-
font-family:
|
6357
|
-
font-feature-settings:
|
6358
|
-
font-size:
|
6076
|
+
font-family: var(--font-family);
|
6077
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
6078
|
+
font-size: 1rem;
|
6359
6079
|
}
|
6360
6080
|
}
|
6361
6081
|
/* Customizations to the designer theme should be defined here */
|