primeng 16.4.1 → 16.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/tooltipoptions.d.ts +4 -0
- 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 +10 -10
- 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 +9 -9
- 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 +12 -12
- 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 +8 -8
- package/esm2022/dom/domhandler.mjs +12 -1
- package/esm2022/dragdrop/dragdrop.mjs +10 -10
- package/esm2022/dropdown/dropdown.mjs +12 -12
- 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 +12 -12
- package/esm2022/menu/menu.mjs +16 -15
- package/esm2022/menubar/menubar.mjs +15 -15
- 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 +32 -22
- 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 +12 -12
- package/esm2022/slider/slider.mjs +7 -7
- package/esm2022/speeddial/speeddial.mjs +9 -9
- 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 +47 -26
- package/esm2022/styleclass/styleclass.mjs +7 -7
- package/esm2022/table/table.mjs +82 -82
- package/esm2022/tabmenu/tabmenu.mjs +9 -9
- package/esm2022/tabview/tabview.mjs +12 -12
- 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 +12 -12
- 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 +45 -37
- 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 +10 -10
- 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 +8 -8
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- 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 +11 -11
- 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 +8 -8
- 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 +11 -11
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- 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 +11 -11
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +15 -14
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +14 -14
- 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 +31 -21
- 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 +11 -11
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +7 -7
- package/fesm2022/primeng-speeddial.mjs +8 -8
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- 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 +46 -25
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +7 -7
- package/fesm2022/primeng-table.mjs +82 -82
- package/fesm2022/primeng-tabmenu.mjs +8 -8
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +11 -11
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +7 -7
- package/fesm2022/primeng-terminal.mjs +10 -10
- package/fesm2022/primeng-tieredmenu.mjs +11 -11
- 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 +44 -36
- 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 +174 -174
- 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/tooltip/tooltip.d.ts +12 -6
@@ -3,6 +3,7 @@
|
|
3
3
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
4
4
|
font-variation-settings: normal;
|
5
5
|
--font-family:"Inter var", sans-serif;
|
6
|
+
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
6
7
|
--surface-a:#ffffff;
|
7
8
|
--surface-b:#f8f9fa;
|
8
9
|
--surface-c:#e9ecef;
|
@@ -189,14 +190,113 @@
|
|
189
190
|
--primary-900:#282960;
|
190
191
|
}
|
191
192
|
|
193
|
+
.p-editor-container .p-editor-toolbar {
|
194
|
+
background: #f8f9fa;
|
195
|
+
border-top-right-radius: 6px;
|
196
|
+
border-top-left-radius: 6px;
|
197
|
+
}
|
198
|
+
.p-editor-container .p-editor-toolbar.ql-snow {
|
199
|
+
border: 1px solid #dee2e6;
|
200
|
+
}
|
201
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
202
|
+
stroke: #6c757d;
|
203
|
+
}
|
204
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
205
|
+
fill: #6c757d;
|
206
|
+
}
|
207
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
208
|
+
border: 0 none;
|
209
|
+
color: #6c757d;
|
210
|
+
}
|
211
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
212
|
+
color: #495057;
|
213
|
+
}
|
214
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
215
|
+
stroke: #495057;
|
216
|
+
}
|
217
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
218
|
+
fill: #495057;
|
219
|
+
}
|
220
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
221
|
+
color: #495057;
|
222
|
+
}
|
223
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
224
|
+
stroke: #495057;
|
225
|
+
}
|
226
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
227
|
+
fill: #495057;
|
228
|
+
}
|
229
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
230
|
+
background: #ffffff;
|
231
|
+
border: 0 none;
|
232
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
233
|
+
border-radius: 6px;
|
234
|
+
padding: 0.75rem 0;
|
235
|
+
}
|
236
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
237
|
+
color: #495057;
|
238
|
+
}
|
239
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
240
|
+
color: #495057;
|
241
|
+
background: #e9ecef;
|
242
|
+
}
|
243
|
+
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
244
|
+
padding: 0.75rem 1.25rem;
|
245
|
+
}
|
246
|
+
.p-editor-container .p-editor-content {
|
247
|
+
border-bottom-right-radius: 6px;
|
248
|
+
border-bottom-left-radius: 6px;
|
249
|
+
}
|
250
|
+
.p-editor-container .p-editor-content.ql-snow {
|
251
|
+
border: 1px solid #dee2e6;
|
252
|
+
}
|
253
|
+
.p-editor-container .p-editor-content .ql-editor {
|
254
|
+
background: #ffffff;
|
255
|
+
color: #495057;
|
256
|
+
border-bottom-right-radius: 6px;
|
257
|
+
border-bottom-left-radius: 6px;
|
258
|
+
}
|
259
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
260
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
261
|
+
color: #495057;
|
262
|
+
}
|
263
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
264
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
265
|
+
stroke: #495057;
|
266
|
+
}
|
267
|
+
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
268
|
+
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
269
|
+
fill: #495057;
|
270
|
+
}
|
271
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
272
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
273
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
274
|
+
color: #6366F1;
|
275
|
+
}
|
276
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
277
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
278
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
279
|
+
stroke: #6366F1;
|
280
|
+
}
|
281
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
282
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
283
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
284
|
+
fill: #6366F1;
|
285
|
+
}
|
286
|
+
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
287
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
288
|
+
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
289
|
+
color: #6366F1;
|
290
|
+
}
|
291
|
+
|
192
292
|
@layer primeng {
|
193
293
|
* {
|
194
294
|
box-sizing: border-box;
|
195
295
|
}
|
196
296
|
|
197
297
|
.p-component {
|
198
|
-
font-family:
|
199
|
-
font-feature-settings:
|
298
|
+
font-family: var(--font-family);
|
299
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
200
300
|
font-size: 1rem;
|
201
301
|
font-weight: normal;
|
202
302
|
}
|
@@ -228,9 +328,9 @@
|
|
228
328
|
}
|
229
329
|
|
230
330
|
.p-link {
|
331
|
+
font-family: var(--font-family);
|
332
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
231
333
|
font-size: 1rem;
|
232
|
-
font-family: inherit;
|
233
|
-
font-feature-settings: inherit;
|
234
334
|
border-radius: 6px;
|
235
335
|
}
|
236
336
|
.p-link:focus-visible {
|
@@ -287,9 +387,9 @@
|
|
287
387
|
padding: 0.375rem 0;
|
288
388
|
}
|
289
389
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
290
|
-
font-family:
|
291
|
-
font-feature-settings:
|
292
|
-
font-size:
|
390
|
+
font-family: var(--font-family);
|
391
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
392
|
+
font-size: 1rem;
|
293
393
|
color: #495057;
|
294
394
|
padding: 0;
|
295
395
|
margin: 0;
|
@@ -787,9 +887,9 @@
|
|
787
887
|
padding: 0.375rem 0;
|
788
888
|
}
|
789
889
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
790
|
-
font-family:
|
791
|
-
font-feature-settings:
|
792
|
-
font-size:
|
890
|
+
font-family: var(--font-family);
|
891
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
892
|
+
font-size: 1rem;
|
793
893
|
color: #495057;
|
794
894
|
padding: 0;
|
795
895
|
margin: 0;
|
@@ -851,7 +951,7 @@
|
|
851
951
|
.p-dropdown .p-dropdown-label.p-placeholder {
|
852
952
|
color: #6c757d;
|
853
953
|
}
|
854
|
-
.p-dropdown .p-dropdown-label:enabled:focus {
|
954
|
+
.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
|
855
955
|
outline: 0 none;
|
856
956
|
box-shadow: none;
|
857
957
|
}
|
@@ -866,6 +966,9 @@
|
|
866
966
|
color: #6c757d;
|
867
967
|
right: 3rem;
|
868
968
|
}
|
969
|
+
.p-dropdown.p-invalid.p-component {
|
970
|
+
border-color: #e24c4c;
|
971
|
+
}
|
869
972
|
|
870
973
|
.p-dropdown-panel {
|
871
974
|
background: #ffffff;
|
@@ -907,14 +1010,16 @@
|
|
907
1010
|
color: #4338CA;
|
908
1011
|
background: #EEF2FF;
|
909
1012
|
}
|
910
|
-
.p-dropdown-panel .p-dropdown-items .p-dropdown-item
|
1013
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
|
1014
|
+
background: #E0E7FF;
|
1015
|
+
}
|
1016
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
|
911
1017
|
color: #495057;
|
912
|
-
background: #
|
1018
|
+
background: #dee2e6;
|
913
1019
|
}
|
914
|
-
.p-dropdown-panel .p-dropdown-items .p-dropdown-
|
915
|
-
padding: 0.75rem 1.25rem;
|
1020
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
916
1021
|
color: #495057;
|
917
|
-
background:
|
1022
|
+
background: #e9ecef;
|
918
1023
|
}
|
919
1024
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
|
920
1025
|
margin: 0;
|
@@ -923,9 +1028,10 @@
|
|
923
1028
|
background: #ffffff;
|
924
1029
|
font-weight: 700;
|
925
1030
|
}
|
926
|
-
|
927
|
-
|
928
|
-
|
1031
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
|
1032
|
+
padding: 0.75rem 1.25rem;
|
1033
|
+
color: #495057;
|
1034
|
+
background: transparent;
|
929
1035
|
}
|
930
1036
|
|
931
1037
|
.p-input-filled .p-dropdown {
|
@@ -941,105 +1047,6 @@
|
|
941
1047
|
background-color: transparent;
|
942
1048
|
}
|
943
1049
|
|
944
|
-
.p-editor-container .p-editor-toolbar {
|
945
|
-
background: #f8f9fa;
|
946
|
-
border-top-right-radius: 6px;
|
947
|
-
border-top-left-radius: 6px;
|
948
|
-
}
|
949
|
-
.p-editor-container .p-editor-toolbar.ql-snow {
|
950
|
-
border: 1px solid #dee2e6;
|
951
|
-
}
|
952
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
|
953
|
-
stroke: #6c757d;
|
954
|
-
}
|
955
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
|
956
|
-
fill: #6c757d;
|
957
|
-
}
|
958
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
|
959
|
-
border: 0 none;
|
960
|
-
color: #6c757d;
|
961
|
-
}
|
962
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
|
963
|
-
color: #495057;
|
964
|
-
}
|
965
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
|
966
|
-
stroke: #495057;
|
967
|
-
}
|
968
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
|
969
|
-
fill: #495057;
|
970
|
-
}
|
971
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
972
|
-
color: #495057;
|
973
|
-
}
|
974
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
975
|
-
stroke: #495057;
|
976
|
-
}
|
977
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
978
|
-
fill: #495057;
|
979
|
-
}
|
980
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
981
|
-
background: #ffffff;
|
982
|
-
border: 0 none;
|
983
|
-
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
984
|
-
border-radius: 6px;
|
985
|
-
padding: 0.75rem 0;
|
986
|
-
}
|
987
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
|
988
|
-
color: #495057;
|
989
|
-
}
|
990
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
|
991
|
-
color: #495057;
|
992
|
-
background: #e9ecef;
|
993
|
-
}
|
994
|
-
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
|
995
|
-
padding: 0.75rem 1.25rem;
|
996
|
-
}
|
997
|
-
.p-editor-container .p-editor-content {
|
998
|
-
border-bottom-right-radius: 6px;
|
999
|
-
border-bottom-left-radius: 6px;
|
1000
|
-
}
|
1001
|
-
.p-editor-container .p-editor-content.ql-snow {
|
1002
|
-
border: 1px solid #dee2e6;
|
1003
|
-
}
|
1004
|
-
.p-editor-container .p-editor-content .ql-editor {
|
1005
|
-
background: #ffffff;
|
1006
|
-
color: #495057;
|
1007
|
-
border-bottom-right-radius: 6px;
|
1008
|
-
border-bottom-left-radius: 6px;
|
1009
|
-
}
|
1010
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover,
|
1011
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus {
|
1012
|
-
color: #495057;
|
1013
|
-
}
|
1014
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
|
1015
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
|
1016
|
-
stroke: #495057;
|
1017
|
-
}
|
1018
|
-
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
|
1019
|
-
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
|
1020
|
-
fill: #495057;
|
1021
|
-
}
|
1022
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
|
1023
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
|
1024
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
|
1025
|
-
color: #6366F1;
|
1026
|
-
}
|
1027
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
|
1028
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
|
1029
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
|
1030
|
-
stroke: #6366F1;
|
1031
|
-
}
|
1032
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
|
1033
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
|
1034
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
|
1035
|
-
fill: #6366F1;
|
1036
|
-
}
|
1037
|
-
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
|
1038
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
|
1039
|
-
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
|
1040
|
-
color: #6366F1;
|
1041
|
-
}
|
1042
|
-
|
1043
1050
|
.p-inputgroup-addon {
|
1044
1051
|
background: #e9ecef;
|
1045
1052
|
color: #6c757d;
|
@@ -1189,8 +1196,8 @@
|
|
1189
1196
|
}
|
1190
1197
|
|
1191
1198
|
.p-inputtext {
|
1192
|
-
font-family:
|
1193
|
-
font-feature-settings:
|
1199
|
+
font-family: var(--font-family);
|
1200
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
1194
1201
|
font-size: 1rem;
|
1195
1202
|
color: #495057;
|
1196
1203
|
background: #ffffff;
|
@@ -3171,295 +3178,6 @@
|
|
3171
3178
|
padding: 1.25rem;
|
3172
3179
|
}
|
3173
3180
|
|
3174
|
-
.fc {
|
3175
|
-
/* FullCalendar 4 */
|
3176
|
-
/* FullCalendar 5 */
|
3177
|
-
}
|
3178
|
-
.fc.fc-unthemed .fc-view-container th {
|
3179
|
-
background: #f8f9fa;
|
3180
|
-
border: 1px solid #dee2e6;
|
3181
|
-
color: #343a40;
|
3182
|
-
}
|
3183
|
-
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
|
3184
|
-
background: #ffffff;
|
3185
|
-
border: 1px solid #dee2e6;
|
3186
|
-
color: #495057;
|
3187
|
-
}
|
3188
|
-
.fc.fc-unthemed .fc-view-container td.fc-head-container {
|
3189
|
-
border: 1px solid #dee2e6;
|
3190
|
-
}
|
3191
|
-
.fc.fc-unthemed .fc-view-container .fc-row {
|
3192
|
-
border-right: 1px solid #dee2e6;
|
3193
|
-
}
|
3194
|
-
.fc.fc-unthemed .fc-view-container .fc-event {
|
3195
|
-
background: #4F46E5;
|
3196
|
-
border: 1px solid #4F46E5;
|
3197
|
-
color: #ffffff;
|
3198
|
-
}
|
3199
|
-
.fc.fc-unthemed .fc-view-container .fc-divider {
|
3200
|
-
background: #f8f9fa;
|
3201
|
-
border: 1px solid #dee2e6;
|
3202
|
-
}
|
3203
|
-
.fc.fc-unthemed .fc-toolbar .fc-button {
|
3204
|
-
color: #ffffff;
|
3205
|
-
background: #6366F1;
|
3206
|
-
border: 1px solid #6366F1;
|
3207
|
-
font-size: 1rem;
|
3208
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3209
|
-
border-radius: 6px;
|
3210
|
-
display: flex;
|
3211
|
-
align-items: center;
|
3212
|
-
}
|
3213
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
|
3214
|
-
background: #4F46E5;
|
3215
|
-
color: #ffffff;
|
3216
|
-
border-color: #4F46E5;
|
3217
|
-
}
|
3218
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
|
3219
|
-
background: #4338CA;
|
3220
|
-
color: #ffffff;
|
3221
|
-
border-color: #4338CA;
|
3222
|
-
}
|
3223
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
|
3224
|
-
outline: 0 none;
|
3225
|
-
outline-offset: 0;
|
3226
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3227
|
-
}
|
3228
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
|
3229
|
-
font-family: "PrimeIcons" !important;
|
3230
|
-
text-indent: 0;
|
3231
|
-
font-size: 1rem;
|
3232
|
-
}
|
3233
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
3234
|
-
content: "\e900";
|
3235
|
-
}
|
3236
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
|
3237
|
-
font-family: "PrimeIcons" !important;
|
3238
|
-
text-indent: 0;
|
3239
|
-
font-size: 1rem;
|
3240
|
-
}
|
3241
|
-
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
3242
|
-
content: "\e901";
|
3243
|
-
}
|
3244
|
-
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
|
3245
|
-
outline: 0 none;
|
3246
|
-
outline-offset: 0;
|
3247
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3248
|
-
}
|
3249
|
-
.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 {
|
3250
|
-
background: #ffffff;
|
3251
|
-
border: 1px solid #ced4da;
|
3252
|
-
color: #495057;
|
3253
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3254
|
-
}
|
3255
|
-
.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 {
|
3256
|
-
background: #e9ecef;
|
3257
|
-
border-color: #ced4da;
|
3258
|
-
color: #495057;
|
3259
|
-
}
|
3260
|
-
.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 {
|
3261
|
-
background: #6366F1;
|
3262
|
-
border-color: #6366F1;
|
3263
|
-
color: #ffffff;
|
3264
|
-
}
|
3265
|
-
.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 {
|
3266
|
-
background: #4F46E5;
|
3267
|
-
border-color: #4F46E5;
|
3268
|
-
color: #ffffff;
|
3269
|
-
}
|
3270
|
-
.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 {
|
3271
|
-
outline: 0 none;
|
3272
|
-
outline-offset: 0;
|
3273
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3274
|
-
z-index: 1;
|
3275
|
-
}
|
3276
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
|
3277
|
-
border-radius: 0;
|
3278
|
-
}
|
3279
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
|
3280
|
-
border-top-left-radius: 6px;
|
3281
|
-
border-bottom-left-radius: 6px;
|
3282
|
-
}
|
3283
|
-
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
|
3284
|
-
border-top-right-radius: 6px;
|
3285
|
-
border-bottom-right-radius: 6px;
|
3286
|
-
}
|
3287
|
-
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
|
3288
|
-
border-color: #dee2e6;
|
3289
|
-
}
|
3290
|
-
.fc.fc-theme-standard .fc-view-harness th {
|
3291
|
-
background: #f8f9fa;
|
3292
|
-
border-color: #dee2e6;
|
3293
|
-
color: #343a40;
|
3294
|
-
}
|
3295
|
-
.fc.fc-theme-standard .fc-view-harness td {
|
3296
|
-
color: #495057;
|
3297
|
-
border-color: #dee2e6;
|
3298
|
-
}
|
3299
|
-
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
3300
|
-
background: #ffffff;
|
3301
|
-
}
|
3302
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
3303
|
-
background: none;
|
3304
|
-
border: 0 none;
|
3305
|
-
}
|
3306
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
3307
|
-
border: 1px solid #dee2e6;
|
3308
|
-
padding: 1.25rem;
|
3309
|
-
background: #f8f9fa;
|
3310
|
-
color: #343a40;
|
3311
|
-
}
|
3312
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
3313
|
-
opacity: 1;
|
3314
|
-
display: flex;
|
3315
|
-
align-items: center;
|
3316
|
-
justify-content: center;
|
3317
|
-
overflow: hidden;
|
3318
|
-
font-family: "PrimeIcons" !important;
|
3319
|
-
font-size: 1rem;
|
3320
|
-
width: 2rem;
|
3321
|
-
height: 2rem;
|
3322
|
-
color: #6c757d;
|
3323
|
-
border: 0 none;
|
3324
|
-
background: transparent;
|
3325
|
-
border-radius: 50%;
|
3326
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
3327
|
-
}
|
3328
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
3329
|
-
content: "\e90b";
|
3330
|
-
}
|
3331
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
|
3332
|
-
color: #343a40;
|
3333
|
-
border-color: transparent;
|
3334
|
-
background: #e9ecef;
|
3335
|
-
}
|
3336
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus-visible {
|
3337
|
-
outline: 0 none;
|
3338
|
-
outline-offset: 0;
|
3339
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3340
|
-
}
|
3341
|
-
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
3342
|
-
padding: 1.25rem;
|
3343
|
-
border: 1px solid #dee2e6;
|
3344
|
-
background: #ffffff;
|
3345
|
-
color: #495057;
|
3346
|
-
border-top: 0 none;
|
3347
|
-
}
|
3348
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
3349
|
-
color: #ffffff;
|
3350
|
-
background: #4F46E5;
|
3351
|
-
border-color: #4F46E5;
|
3352
|
-
}
|
3353
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
|
3354
|
-
color: #ffffff;
|
3355
|
-
}
|
3356
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
|
3357
|
-
background: #4F46E5;
|
3358
|
-
border-color: #4F46E5;
|
3359
|
-
}
|
3360
|
-
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
|
3361
|
-
background: #e9ecef;
|
3362
|
-
color: #495057;
|
3363
|
-
}
|
3364
|
-
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
|
3365
|
-
background: #f8f9fa;
|
3366
|
-
}
|
3367
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button {
|
3368
|
-
color: #ffffff;
|
3369
|
-
background: #6366F1;
|
3370
|
-
border: 1px solid #6366F1;
|
3371
|
-
font-size: 1rem;
|
3372
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3373
|
-
border-radius: 6px;
|
3374
|
-
}
|
3375
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
|
3376
|
-
background: #4F46E5;
|
3377
|
-
color: #ffffff;
|
3378
|
-
border-color: #4F46E5;
|
3379
|
-
}
|
3380
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
|
3381
|
-
background: #4338CA;
|
3382
|
-
color: #ffffff;
|
3383
|
-
border-color: #4338CA;
|
3384
|
-
}
|
3385
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
|
3386
|
-
outline: 0 none;
|
3387
|
-
outline-offset: 0;
|
3388
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3389
|
-
}
|
3390
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
|
3391
|
-
opacity: 0.6;
|
3392
|
-
color: #ffffff;
|
3393
|
-
background: #6366F1;
|
3394
|
-
border: 1px solid #6366F1;
|
3395
|
-
}
|
3396
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
|
3397
|
-
font-family: "PrimeIcons" !important;
|
3398
|
-
text-indent: 0;
|
3399
|
-
font-size: 1rem;
|
3400
|
-
}
|
3401
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
|
3402
|
-
content: "\e900";
|
3403
|
-
}
|
3404
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
|
3405
|
-
font-family: "PrimeIcons" !important;
|
3406
|
-
text-indent: 0;
|
3407
|
-
font-size: 1rem;
|
3408
|
-
}
|
3409
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
|
3410
|
-
content: "\e901";
|
3411
|
-
}
|
3412
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
|
3413
|
-
outline: 0 none;
|
3414
|
-
outline-offset: 0;
|
3415
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3416
|
-
}
|
3417
|
-
.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 {
|
3418
|
-
background: #ffffff;
|
3419
|
-
border: 1px solid #ced4da;
|
3420
|
-
color: #495057;
|
3421
|
-
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3422
|
-
}
|
3423
|
-
.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 {
|
3424
|
-
background: #e9ecef;
|
3425
|
-
border-color: #ced4da;
|
3426
|
-
color: #495057;
|
3427
|
-
}
|
3428
|
-
.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 {
|
3429
|
-
background: #6366F1;
|
3430
|
-
border-color: #6366F1;
|
3431
|
-
color: #ffffff;
|
3432
|
-
}
|
3433
|
-
.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 {
|
3434
|
-
background: #4F46E5;
|
3435
|
-
border-color: #4F46E5;
|
3436
|
-
color: #ffffff;
|
3437
|
-
}
|
3438
|
-
.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 {
|
3439
|
-
outline: 0 none;
|
3440
|
-
outline-offset: 0;
|
3441
|
-
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
3442
|
-
z-index: 1;
|
3443
|
-
}
|
3444
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
|
3445
|
-
border-radius: 0;
|
3446
|
-
}
|
3447
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
|
3448
|
-
border-top-left-radius: 6px;
|
3449
|
-
border-bottom-left-radius: 6px;
|
3450
|
-
}
|
3451
|
-
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
|
3452
|
-
border-top-right-radius: 6px;
|
3453
|
-
border-bottom-right-radius: 6px;
|
3454
|
-
}
|
3455
|
-
.fc.fc-theme-standard a {
|
3456
|
-
color: #495057;
|
3457
|
-
}
|
3458
|
-
.fc.fc-theme-standard .fc-highlight {
|
3459
|
-
color: #4338CA;
|
3460
|
-
background: #EEF2FF;
|
3461
|
-
}
|
3462
|
-
|
3463
3181
|
.p-orderlist .p-orderlist-controls {
|
3464
3182
|
padding: 1.25rem;
|
3465
3183
|
}
|
@@ -6221,6 +5939,9 @@
|
|
6221
5939
|
outline-offset: 0;
|
6222
5940
|
box-shadow: 0 0 0 0.2rem #C7D2FE;
|
6223
5941
|
}
|
5942
|
+
.p-chip .pi-chip-remove-icon:focus {
|
5943
|
+
outline: 0 none;
|
5944
|
+
}
|
6224
5945
|
|
6225
5946
|
.p-inplace .p-inplace-display {
|
6226
5947
|
padding: 0.75rem 0.75rem;
|
@@ -6323,9 +6044,9 @@
|
|
6323
6044
|
padding: 1.25rem;
|
6324
6045
|
}
|
6325
6046
|
.p-terminal .p-terminal-input {
|
6326
|
-
font-family:
|
6327
|
-
font-feature-settings:
|
6328
|
-
font-size:
|
6047
|
+
font-family: var(--font-family);
|
6048
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
6049
|
+
font-size: 1rem;
|
6329
6050
|
}
|
6330
6051
|
}
|
6331
6052
|
@layer primeng {
|