primevue 3.45.0 → 3.47.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 +2 -2
- package/api/api.cjs.js +6 -6
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +6 -6
- package/api/api.esm.min.js +1 -1
- package/api/api.js +6 -6
- package/api/api.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +6 -1
- package/autocomplete/AutoComplete.vue +24 -15
- package/autocomplete/BaseAutoComplete.vue +6 -2
- package/autocomplete/autocomplete.cjs.js +30 -19
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +30 -19
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +30 -19
- package/autocomplete/autocomplete.min.js +1 -1
- package/basecomponent/basecomponent.cjs.js +1 -3
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +1 -3
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +1 -3
- package/basecomponent/basecomponent.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.cjs.js +1 -3
- package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.esm.js +1 -3
- package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
- package/basecomponent/style/basecomponentstyle.js +1 -3
- package/basecomponent/style/basecomponentstyle.min.js +1 -1
- package/basedirective/basedirective.cjs.js +11 -2
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +11 -2
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +11 -2
- package/basedirective/basedirective.min.js +1 -1
- package/baseicon/BaseIcon.vue +6 -1
- package/baseicon/baseicon.cjs.js +5 -0
- package/baseicon/baseicon.cjs.min.js +1 -1
- package/baseicon/baseicon.esm.js +6 -1
- package/baseicon/baseicon.esm.min.js +1 -1
- package/baseicon/baseicon.js +5 -0
- package/baseicon/baseicon.min.js +1 -1
- package/calendar/BaseCalendar.vue +1 -1
- package/calendar/Calendar.d.ts +53 -2
- package/calendar/Calendar.vue +12 -0
- package/calendar/calendar.cjs.js +13 -1
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +13 -1
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +13 -1
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +4 -0
- package/card/Card.vue +7 -5
- package/card/card.cjs.js +6 -3
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +6 -3
- package/card/card.esm.min.js +1 -1
- package/card/card.js +6 -3
- package/card/card.min.js +1 -1
- package/card/style/cardstyle.cjs.js +1 -0
- package/card/style/cardstyle.cjs.min.js +1 -1
- package/card/style/cardstyle.esm.js +1 -0
- package/card/style/cardstyle.esm.min.js +1 -1
- package/card/style/cardstyle.js +1 -0
- package/card/style/cardstyle.min.js +1 -1
- package/cascadeselect/BaseCascadeSelect.vue +6 -2
- package/cascadeselect/CascadeSelect.d.ts +47 -1
- package/cascadeselect/CascadeSelect.vue +56 -35
- package/cascadeselect/CascadeSelectSub.vue +26 -6
- package/cascadeselect/cascadeselect.cjs.js +118 -58
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +118 -58
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +118 -58
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/BaseCheckbox.vue +0 -4
- package/checkbox/Checkbox.d.ts +17 -34
- package/checkbox/Checkbox.vue +24 -35
- package/checkbox/checkbox.cjs.js +21 -49
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +21 -49
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +21 -49
- package/checkbox/checkbox.min.js +1 -1
- package/checkbox/style/checkboxstyle.cjs.js +5 -11
- package/checkbox/style/checkboxstyle.cjs.min.js +1 -1
- package/checkbox/style/checkboxstyle.esm.js +5 -11
- package/checkbox/style/checkboxstyle.esm.min.js +1 -1
- package/checkbox/style/checkboxstyle.js +5 -11
- package/checkbox/style/checkboxstyle.min.js +1 -1
- package/chips/Chips.vue +2 -1
- package/chips/chips.cjs.js +2 -1
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -1
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +2 -1
- package/chips/chips.min.js +1 -1
- package/colorpicker/BaseColorPicker.vue +1 -1
- package/colorpicker/ColorPicker.d.ts +1 -1
- package/colorpicker/colorpicker.cjs.js +1 -1
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +1 -1
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +1 -1
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +15 -44
- package/confirmdialog/ConfirmDialog.vue +1 -1
- package/confirmdialog/confirmdialog.cjs.js +1 -1
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +1 -1
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +1 -1
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmdialog/style/confirmdialogstyle.cjs.js +3 -6
- package/confirmdialog/style/confirmdialogstyle.cjs.min.js +1 -1
- package/confirmdialog/style/confirmdialogstyle.esm.js +3 -6
- package/confirmdialog/style/confirmdialogstyle.esm.min.js +1 -1
- package/confirmdialog/style/confirmdialogstyle.js +3 -6
- package/confirmdialog/style/confirmdialogstyle.min.js +1 -1
- package/confirmpopup/ConfirmPopup.vue +2 -2
- package/confirmpopup/confirmpopup.cjs.js +2 -2
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +2 -2
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +2 -2
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/confirmpopup/style/confirmpopupstyle.cjs.js +5 -8
- package/confirmpopup/style/confirmpopupstyle.cjs.min.js +1 -1
- package/confirmpopup/style/confirmpopupstyle.esm.js +5 -8
- package/confirmpopup/style/confirmpopupstyle.esm.min.js +1 -1
- package/confirmpopup/style/confirmpopupstyle.js +5 -8
- package/confirmpopup/style/confirmpopupstyle.min.js +1 -1
- package/contextmenu/BaseContextMenu.vue +1 -1
- package/contextmenu/ContextMenu.vue +8 -8
- package/contextmenu/ContextMenuSub.vue +6 -1
- package/contextmenu/contextmenu.cjs.js +18 -11
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +18 -11
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +18 -11
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +973 -679
- package/core/core.min.js +70 -62
- package/datatable/BaseDataTable.vue +4 -0
- package/datatable/BodyCell.vue +11 -1
- package/datatable/BodyRow.vue +16 -9
- package/datatable/ColumnFilter.vue +5 -2
- package/datatable/DataTable.d.ts +5 -0
- package/datatable/DataTable.vue +2 -2
- package/datatable/HeaderCell.vue +2 -0
- package/datatable/HeaderCheckbox.vue +14 -42
- package/datatable/RowCheckbox.vue +10 -52
- package/datatable/RowRadioButton.vue +11 -32
- package/datatable/TableHeader.vue +3 -1
- package/datatable/datatable.cjs.js +120 -199
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +119 -200
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +120 -201
- package/datatable/datatable.min.js +1 -1
- package/datatable/style/datatablestyle.cjs.js +24 -73
- package/datatable/style/datatablestyle.cjs.min.js +1 -1
- package/datatable/style/datatablestyle.esm.js +24 -73
- package/datatable/style/datatablestyle.esm.min.js +1 -1
- package/datatable/style/datatablestyle.js +24 -73
- package/datatable/style/datatablestyle.min.js +1 -1
- package/dialog/BaseDialog.vue +1 -1
- package/dialog/dialog.cjs.js +1 -1
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +1 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +1 -1
- package/dialog/dialog.min.js +1 -1
- package/dialog/style/dialogstyle.cjs.js +1 -1
- package/dialog/style/dialogstyle.cjs.min.js +1 -1
- package/dialog/style/dialogstyle.esm.js +1 -1
- package/dialog/style/dialogstyle.esm.min.js +1 -1
- package/dialog/style/dialogstyle.js +1 -1
- package/dialog/style/dialogstyle.min.js +1 -1
- package/dropdown/BaseDropdown.vue +18 -2
- package/dropdown/Dropdown.d.ts +37 -1
- package/dropdown/Dropdown.vue +68 -40
- package/dropdown/dropdown.cjs.js +96 -46
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +94 -46
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +96 -48
- package/dropdown/dropdown.min.js +1 -1
- package/dropdown/style/dropdownstyle.cjs.js +7 -2
- package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
- package/dropdown/style/dropdownstyle.esm.js +7 -2
- package/dropdown/style/dropdownstyle.esm.min.js +1 -1
- package/dropdown/style/dropdownstyle.js +7 -2
- package/dropdown/style/dropdownstyle.min.js +1 -1
- package/focustrap/focustrap.cjs.js +15 -2
- package/focustrap/focustrap.cjs.min.js +1 -1
- package/focustrap/focustrap.esm.js +15 -2
- package/focustrap/focustrap.esm.min.js +1 -1
- package/focustrap/focustrap.js +15 -2
- package/focustrap/focustrap.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +4 -10
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +4 -10
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +6 -11
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowdown/index.vue +2 -8
- package/icons/arrowup/index.cjs.js +4 -10
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +4 -10
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +6 -11
- package/icons/arrowup/index.min.js +1 -1
- package/icons/arrowup/index.vue +2 -8
- package/icons/ban/index.cjs.js +4 -10
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +4 -10
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +6 -11
- package/icons/ban/index.min.js +1 -1
- package/icons/ban/index.vue +2 -8
- package/icons/blank/index.cjs.js +34 -0
- package/icons/blank/index.cjs.min.js +1 -0
- package/icons/blank/index.d.ts +12 -0
- package/icons/blank/index.esm.js +28 -0
- package/icons/blank/index.esm.min.js +1 -0
- package/icons/blank/index.js +36 -0
- package/icons/blank/index.min.js +1 -0
- package/icons/blank/index.vue +13 -0
- package/icons/blank/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +4 -10
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +4 -10
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +6 -11
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/exclamationtriangle/index.vue +2 -8
- package/icons/eyeslash/index.cjs.js +4 -10
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +4 -10
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +6 -11
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/eyeslash/index.vue +2 -8
- package/icons/filter/index.cjs.js +4 -10
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +4 -10
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +6 -11
- package/icons/filter/index.min.js +1 -1
- package/icons/filter/index.vue +2 -8
- package/icons/filterslash/index.cjs.js +4 -10
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +4 -10
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +6 -11
- package/icons/filterslash/index.min.js +1 -1
- package/icons/filterslash/index.vue +2 -8
- package/icons/infocircle/index.cjs.js +4 -10
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +4 -10
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +6 -11
- package/icons/infocircle/index.min.js +1 -1
- package/icons/infocircle/index.vue +2 -8
- package/icons/pencil/index.cjs.js +4 -10
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +4 -10
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +6 -11
- package/icons/pencil/index.min.js +1 -1
- package/icons/pencil/index.vue +2 -8
- package/icons/plus/index.cjs.js +4 -10
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +4 -10
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +6 -11
- package/icons/plus/index.min.js +1 -1
- package/icons/plus/index.vue +2 -8
- package/icons/refresh/index.cjs.js +4 -10
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +4 -10
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +6 -11
- package/icons/refresh/index.min.js +1 -1
- package/icons/refresh/index.vue +2 -8
- package/icons/search/index.cjs.js +4 -10
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +4 -10
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +6 -11
- package/icons/search/index.min.js +1 -1
- package/icons/search/index.vue +2 -8
- package/icons/searchminus/index.cjs.js +4 -10
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +4 -10
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +6 -11
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchminus/index.vue +2 -8
- package/icons/searchplus/index.cjs.js +4 -10
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +4 -10
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +6 -11
- package/icons/searchplus/index.min.js +1 -1
- package/icons/searchplus/index.vue +2 -8
- package/icons/sortalt/index.cjs.js +4 -10
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +4 -10
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +6 -11
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortalt/index.vue +2 -8
- package/icons/sortamountdown/index.cjs.js +4 -10
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +4 -10
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +6 -11
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountdown/index.vue +2 -8
- package/icons/sortamountupalt/index.cjs.js +4 -10
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +4 -10
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +6 -11
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/sortamountupalt/index.vue +2 -8
- package/icons/spinner/index.cjs.js +4 -10
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +4 -10
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +6 -11
- package/icons/spinner/index.min.js +1 -1
- package/icons/spinner/index.vue +2 -8
- package/icons/star/index.cjs.js +4 -10
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +4 -10
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +6 -11
- package/icons/star/index.min.js +1 -1
- package/icons/star/index.vue +2 -8
- package/icons/starfill/index.cjs.js +4 -10
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +4 -10
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +6 -11
- package/icons/starfill/index.min.js +1 -1
- package/icons/starfill/index.vue +2 -8
- package/icons/thlarge/index.cjs.js +4 -10
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +4 -10
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +6 -11
- package/icons/thlarge/index.min.js +1 -1
- package/icons/thlarge/index.vue +2 -8
- package/icons/timescircle/index.cjs.js +4 -10
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +4 -10
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +6 -11
- package/icons/timescircle/index.min.js +1 -1
- package/icons/timescircle/index.vue +2 -8
- package/icons/trash/index.cjs.js +4 -10
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +4 -10
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +6 -11
- package/icons/trash/index.min.js +1 -1
- package/icons/trash/index.vue +2 -8
- package/icons/undo/index.cjs.js +4 -10
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +4 -10
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +6 -11
- package/icons/undo/index.min.js +1 -1
- package/icons/undo/index.vue +2 -8
- package/icons/upload/index.cjs.js +4 -10
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +4 -10
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +6 -11
- package/icons/upload/index.min.js +1 -1
- package/icons/upload/index.vue +2 -8
- package/icons/windowmaximize/index.cjs.js +4 -10
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +4 -10
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +6 -11
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowmaximize/index.vue +2 -8
- package/icons/windowminimize/index.cjs.js +4 -10
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +4 -10
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +6 -11
- package/icons/windowminimize/index.min.js +1 -1
- package/icons/windowminimize/index.vue +2 -8
- package/inputnumber/InputNumber.vue +22 -9
- package/inputnumber/inputnumber.cjs.js +17 -6
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +18 -7
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +17 -6
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/BaseInputSwitch.vue +8 -4
- package/inputswitch/InputSwitch.d.ts +41 -20
- package/inputswitch/InputSwitch.vue +31 -33
- package/inputswitch/inputswitch.cjs.js +38 -42
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +38 -42
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +38 -42
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.cjs.js +4 -4
- package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.esm.js +4 -4
- package/inputswitch/style/inputswitchstyle.esm.min.js +1 -1
- package/inputswitch/style/inputswitchstyle.js +4 -4
- package/inputswitch/style/inputswitchstyle.min.js +1 -1
- package/listbox/BaseListbox.vue +4 -0
- package/listbox/Listbox.d.ts +6 -1
- package/listbox/Listbox.vue +47 -26
- package/listbox/listbox.cjs.js +88 -50
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +88 -50
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +88 -50
- package/listbox/listbox.min.js +1 -1
- package/listbox/style/listboxstyle.cjs.js +2 -3
- package/listbox/style/listboxstyle.cjs.min.js +1 -1
- package/listbox/style/listboxstyle.esm.js +2 -3
- package/listbox/style/listboxstyle.esm.min.js +1 -1
- package/listbox/style/listboxstyle.js +2 -3
- package/listbox/style/listboxstyle.min.js +1 -1
- package/megamenu/MegaMenu.vue +1 -1
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/BaseMenu.vue +1 -1
- package/menu/menu.cjs.js +1 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +1 -1
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +1 -1
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.vue +3 -2
- package/menubar/MenubarSub.vue +5 -1
- package/menubar/menubar.cjs.js +12 -5
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +12 -5
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +12 -5
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +4 -0
- package/message/Message.vue +2 -1
- package/message/message.cjs.js +2 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +2 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -1
- package/message/message.min.js +1 -1
- package/metergroup/BaseMeterGroup.vue +41 -0
- package/metergroup/MeterGroup.d.ts +302 -0
- package/metergroup/MeterGroup.vue +73 -0
- package/metergroup/MeterGroupLabel.vue +36 -0
- package/metergroup/metergroup.cjs.js +218 -0
- package/metergroup/metergroup.cjs.min.js +1 -0
- package/metergroup/metergroup.esm.js +211 -0
- package/metergroup/metergroup.esm.min.js +1 -0
- package/metergroup/metergroup.js +218 -0
- package/metergroup/metergroup.min.js +1 -0
- package/metergroup/package.json +9 -0
- package/metergroup/style/MeterGroupStyle.d.ts +3 -0
- package/metergroup/style/metergroupstyle.cjs.js +40 -0
- package/metergroup/style/metergroupstyle.cjs.min.js +1 -0
- package/metergroup/style/metergroupstyle.esm.js +34 -0
- package/metergroup/style/metergroupstyle.esm.min.js +1 -0
- package/metergroup/style/metergroupstyle.js +43 -0
- package/metergroup/style/metergroupstyle.min.js +1 -0
- package/metergroup/style/package.json +6 -0
- package/multiselect/BaseMultiSelect.vue +10 -2
- package/multiselect/MultiSelect.d.ts +13 -19
- package/multiselect/MultiSelect.vue +108 -76
- package/multiselect/multiselect.cjs.js +174 -134
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +174 -135
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +175 -136
- package/multiselect/multiselect.min.js +1 -1
- package/multiselect/style/multiselectstyle.cjs.js +7 -30
- package/multiselect/style/multiselectstyle.cjs.min.js +1 -1
- package/multiselect/style/multiselectstyle.esm.js +7 -30
- package/multiselect/style/multiselectstyle.esm.min.js +1 -1
- package/multiselect/style/multiselectstyle.js +7 -30
- package/multiselect/style/multiselectstyle.min.js +1 -1
- package/orderlist/BaseOrderList.vue +8 -0
- package/orderlist/OrderList.d.ts +10 -0
- package/orderlist/OrderList.vue +72 -52
- package/orderlist/orderlist.cjs.js +79 -56
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +79 -56
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +79 -56
- package/orderlist/orderlist.min.js +1 -1
- package/orderlist/style/orderliststyle.cjs.js +1 -1
- package/orderlist/style/orderliststyle.cjs.min.js +1 -1
- package/orderlist/style/orderliststyle.esm.js +1 -1
- package/orderlist/style/orderliststyle.esm.min.js +1 -1
- package/orderlist/style/orderliststyle.js +1 -1
- package/orderlist/style/orderliststyle.min.js +1 -1
- package/overlaypanel/BaseOverlayPanel.vue +1 -1
- package/overlaypanel/OverlayPanel.d.ts +4 -0
- package/overlaypanel/OverlayPanel.vue +1 -1
- package/overlaypanel/overlaypanel.cjs.js +2 -2
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +2 -2
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +2 -2
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/panelmenu/PanelMenuList.vue +1 -1
- package/panelmenu/panelmenu.cjs.js +2 -1
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +2 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +2 -1
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/BasePassword.vue +1 -1
- package/password/password.cjs.js +1 -1
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +1 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +1 -1
- package/password/password.min.js +1 -1
- package/picklist/BasePickList.vue +8 -0
- package/picklist/PickList.d.ts +10 -0
- package/picklist/PickList.vue +72 -37
- package/picklist/picklist.cjs.js +81 -46
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +81 -46
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +81 -46
- package/picklist/picklist.min.js +1 -1
- package/portal/Portal.vue +1 -1
- package/portal/portal.cjs.js +1 -1
- package/portal/portal.cjs.min.js +1 -1
- package/portal/portal.esm.js +1 -1
- package/portal/portal.esm.min.js +1 -1
- package/portal/portal.js +1 -1
- package/portal/portal.min.js +1 -1
- package/progressbar/ProgressBar.vue +1 -1
- package/progressbar/progressbar.cjs.js +3 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +3 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +3 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/BaseRadioButton.vue +9 -4
- package/radiobutton/RadioButton.d.ts +48 -22
- package/radiobutton/RadioButton.vue +36 -23
- package/radiobutton/radiobutton.cjs.js +42 -50
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +42 -50
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +42 -50
- package/radiobutton/radiobutton.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.cjs.js +5 -11
- package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.esm.js +5 -11
- package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -1
- package/radiobutton/style/radiobuttonstyle.js +5 -11
- package/radiobutton/style/radiobuttonstyle.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +432 -351
- package/resources/themes/arya-green/theme.css +432 -351
- package/resources/themes/arya-orange/theme.css +432 -351
- package/resources/themes/arya-purple/theme.css +432 -351
- package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/theme.css +7012 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/theme.css +7012 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/theme.css +7012 -0
- package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/theme.css +7012 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/theme.css +7012 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/theme.css +7012 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/theme.css +7012 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/theme.css +7012 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/theme.css +7012 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/theme.css +7012 -0
- package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/theme.css +7014 -0
- package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/theme.css +7014 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/theme.css +7014 -0
- package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-green/theme.css +7014 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/theme.css +7014 -0
- package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/theme.css +7014 -0
- package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/theme.css +7022 -0
- package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/theme.css +7014 -0
- package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/theme.css +7014 -0
- package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/theme.css +7014 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +533 -403
- package/resources/themes/bootstrap4-dark-purple/theme.css +533 -403
- package/resources/themes/bootstrap4-light-blue/theme.css +533 -403
- package/resources/themes/bootstrap4-light-purple/theme.css +533 -403
- package/resources/themes/fluent-light/theme.css +431 -350
- package/resources/themes/lara-dark-amber/theme.css +534 -404
- package/resources/themes/lara-dark-blue/theme.css +534 -404
- package/resources/themes/lara-dark-cyan/theme.css +534 -404
- package/resources/themes/lara-dark-green/theme.css +534 -404
- package/resources/themes/lara-dark-indigo/theme.css +534 -404
- package/resources/themes/lara-dark-pink/theme.css +534 -404
- package/resources/themes/lara-dark-purple/theme.css +534 -404
- package/resources/themes/lara-dark-teal/theme.css +534 -404
- package/resources/themes/lara-light-amber/theme.css +535 -405
- package/resources/themes/lara-light-blue/theme.css +535 -405
- package/resources/themes/lara-light-cyan/theme.css +535 -405
- package/resources/themes/lara-light-green/theme.css +535 -405
- package/resources/themes/lara-light-indigo/theme.css +535 -405
- package/resources/themes/lara-light-pink/theme.css +535 -405
- package/resources/themes/lara-light-purple/theme.css +535 -405
- package/resources/themes/lara-light-teal/theme.css +535 -405
- package/resources/themes/luna-amber/theme.css +432 -351
- package/resources/themes/luna-blue/theme.css +432 -351
- package/resources/themes/luna-green/theme.css +432 -351
- package/resources/themes/luna-pink/theme.css +432 -351
- package/resources/themes/md-dark-deeppurple/theme.css +696 -431
- package/resources/themes/md-dark-indigo/theme.css +696 -431
- package/resources/themes/md-light-deeppurple/theme.css +700 -435
- package/resources/themes/md-light-indigo/theme.css +700 -435
- package/resources/themes/mdc-dark-deeppurple/theme.css +696 -431
- package/resources/themes/mdc-dark-indigo/theme.css +696 -431
- package/resources/themes/mdc-light-deeppurple/theme.css +700 -435
- package/resources/themes/mdc-light-indigo/theme.css +700 -435
- package/resources/themes/mira/theme.css +486 -405
- package/resources/themes/nano/theme.css +432 -351
- package/resources/themes/nova/theme.css +432 -351
- package/resources/themes/nova-accent/theme.css +432 -351
- package/resources/themes/nova-alt/theme.css +432 -351
- package/resources/themes/nova-vue/theme.css +432 -351
- package/resources/themes/rhea/theme.css +432 -351
- package/resources/themes/saga-blue/theme.css +432 -351
- package/resources/themes/saga-green/theme.css +432 -351
- package/resources/themes/saga-orange/theme.css +432 -351
- package/resources/themes/saga-purple/theme.css +432 -351
- package/resources/themes/soho-dark/theme.css +534 -404
- package/resources/themes/soho-light/theme.css +534 -404
- package/resources/themes/tailwind-light/theme.css +432 -351
- package/resources/themes/vela-blue/theme.css +432 -351
- package/resources/themes/vela-green/theme.css +432 -351
- package/resources/themes/vela-orange/theme.css +432 -351
- package/resources/themes/vela-purple/theme.css +432 -351
- package/resources/themes/viva-dark/theme.css +535 -405
- package/resources/themes/viva-light/theme.css +535 -405
- package/sidebar/Sidebar.vue +16 -1
- package/sidebar/sidebar.cjs.js +17 -5
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +17 -5
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +17 -5
- package/sidebar/sidebar.min.js +1 -1
- package/slider/Slider.vue +0 -1
- package/slider/slider.cjs.js +0 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +0 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +0 -1
- package/slider/slider.min.js +1 -1
- package/speeddial/SpeedDial.vue +2 -2
- package/speeddial/speeddial.cjs.js +2 -2
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +2 -2
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +2 -2
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/BaseSplitButton.vue +1 -1
- package/splitbutton/splitbutton.cjs.js +1 -1
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +1 -1
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +1 -1
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.cjs.js +8 -5
- package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.esm.js +8 -5
- package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
- package/splitbutton/style/splitbuttonstyle.js +8 -5
- package/splitbutton/style/splitbuttonstyle.min.js +1 -1
- package/steps/Steps.vue +2 -1
- package/steps/steps.cjs.js +3 -2
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +3 -2
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +3 -2
- package/steps/steps.min.js +1 -1
- package/tabview/TabView.vue +2 -3
- package/tabview/tabview.cjs.js +3 -3
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +3 -3
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +3 -3
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.vue +1 -1
- package/tag/tag.cjs.js +4 -2
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +4 -2
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -2
- package/tag/tag.min.js +1 -1
- package/textarea/Textarea.d.ts +2 -2
- package/tieredmenu/BaseTieredMenu.vue +1 -1
- package/tieredmenu/TieredMenu.d.ts +4 -0
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/TieredMenuSub.vue +5 -1
- package/tieredmenu/tieredmenu.cjs.js +12 -5
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +12 -5
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +12 -5
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/togglebutton/BaseToggleButton.vue +4 -4
- package/togglebutton/ToggleButton.d.ts +17 -24
- package/togglebutton/ToggleButton.vue +41 -67
- package/togglebutton/style/togglebuttonstyle.cjs.js +15 -8
- package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -1
- package/togglebutton/style/togglebuttonstyle.esm.js +15 -8
- package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -1
- package/togglebutton/style/togglebuttonstyle.js +15 -8
- package/togglebutton/style/togglebuttonstyle.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +45 -80
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +46 -81
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +46 -82
- package/togglebutton/togglebutton.min.js +1 -1
- package/tooltip/style/tooltipstyle.cjs.js +1 -1
- package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
- package/tooltip/style/tooltipstyle.esm.js +1 -1
- package/tooltip/style/tooltipstyle.esm.min.js +1 -1
- package/tooltip/style/tooltipstyle.js +1 -1
- package/tooltip/style/tooltipstyle.min.js +1 -1
- package/tree/BaseTree.vue +4 -0
- package/tree/Tree.d.ts +6 -9
- package/tree/Tree.vue +1 -1
- package/tree/TreeNode.vue +14 -11
- package/tree/style/treestyle.cjs.js +3 -6
- package/tree/style/treestyle.cjs.min.js +1 -1
- package/tree/style/treestyle.esm.js +3 -6
- package/tree/style/treestyle.esm.min.js +1 -1
- package/tree/style/treestyle.js +3 -6
- package/tree/style/treestyle.min.js +1 -1
- package/tree/tree.cjs.js +34 -21
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +34 -22
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +35 -23
- package/tree/tree.min.js +1 -1
- package/treeselect/BaseTreeSelect.vue +1 -1
- package/treeselect/TreeSelect.vue +0 -4
- package/treeselect/treeselect.cjs.js +1 -5
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +1 -5
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +1 -5
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +26 -24
- package/treetable/TreeTable.vue +3 -1
- package/treetable/TreeTableRow.vue +2 -0
- package/treetable/style/treetablestyle.cjs.js +4 -13
- package/treetable/style/treetablestyle.cjs.min.js +1 -1
- package/treetable/style/treetablestyle.esm.js +4 -13
- package/treetable/style/treetablestyle.esm.min.js +1 -1
- package/treetable/style/treetablestyle.js +4 -13
- package/treetable/style/treetablestyle.min.js +1 -1
- package/treetable/treetable.cjs.js +39 -44
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +39 -45
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +40 -46
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/BaseTriStateCheckbox.vue +17 -9
- package/tristatecheckbox/TriStateCheckbox.d.ts +34 -23
- package/tristatecheckbox/TriStateCheckbox.vue +49 -61
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -1
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -1
- package/tristatecheckbox/style/tristatecheckboxstyle.js +7 -13
- package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +69 -87
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +70 -88
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +69 -87
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +14 -6
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +14 -6
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +14 -6
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +24 -0
- package/vetur-tags.json +6 -0
- package/virtualscroller/BaseVirtualScroller.vue +1 -1
- package/virtualscroller/VirtualScroller.vue +58 -50
- package/virtualscroller/virtualscroller.cjs.js +90 -77
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +90 -77
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +90 -77
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +71 -6
|
@@ -337,6 +337,7 @@
|
|
|
337
337
|
font-feature-settings: var(--font-feature-settings, normal);
|
|
338
338
|
font-size: 1rem;
|
|
339
339
|
border-radius: 4px;
|
|
340
|
+
outline-color: transparent;
|
|
340
341
|
}
|
|
341
342
|
.p-link:focus-visible {
|
|
342
343
|
outline: 0 none;
|
|
@@ -387,6 +388,7 @@
|
|
|
387
388
|
.p-autocomplete .p-autocomplete-multiple-container {
|
|
388
389
|
padding: 0.375rem 0.75rem;
|
|
389
390
|
gap: 0.5rem;
|
|
391
|
+
outline-color: transparent;
|
|
390
392
|
}
|
|
391
393
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
|
|
392
394
|
padding: 0.375rem 0;
|
|
@@ -435,6 +437,12 @@
|
|
|
435
437
|
transition: none;
|
|
436
438
|
border-radius: 0;
|
|
437
439
|
}
|
|
440
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
|
|
441
|
+
margin-top: 0;
|
|
442
|
+
}
|
|
443
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:last-child {
|
|
444
|
+
margin-bottom: 0;
|
|
445
|
+
}
|
|
438
446
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
|
|
439
447
|
color: #CE93D8;
|
|
440
448
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -450,6 +458,10 @@
|
|
|
450
458
|
color: rgba(255, 255, 255, 0.87);
|
|
451
459
|
background: rgba(255, 255, 255, 0.04);
|
|
452
460
|
}
|
|
461
|
+
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
|
462
|
+
color: rgba(255, 255, 255, 0.87);
|
|
463
|
+
background: rgba(255, 255, 255, 0.12);
|
|
464
|
+
}
|
|
453
465
|
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
|
|
454
466
|
margin: 0;
|
|
455
467
|
padding: 0.75rem;
|
|
@@ -502,6 +514,7 @@
|
|
|
502
514
|
background: transparent;
|
|
503
515
|
border-radius: 50%;
|
|
504
516
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
517
|
+
outline-color: transparent;
|
|
505
518
|
}
|
|
506
519
|
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
|
|
507
520
|
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
|
|
@@ -552,6 +565,7 @@
|
|
|
552
565
|
border-radius: 50%;
|
|
553
566
|
transition: none;
|
|
554
567
|
border: 1px solid transparent;
|
|
568
|
+
outline-color: transparent;
|
|
555
569
|
}
|
|
556
570
|
.p-datepicker table td > span.p-highlight {
|
|
557
571
|
color: #CE93D8;
|
|
@@ -590,6 +604,7 @@
|
|
|
590
604
|
background: transparent;
|
|
591
605
|
border-radius: 50%;
|
|
592
606
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
607
|
+
outline-color: transparent;
|
|
593
608
|
}
|
|
594
609
|
.p-datepicker .p-timepicker button:enabled:hover {
|
|
595
610
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -654,6 +669,9 @@
|
|
|
654
669
|
.p-datepicker.p-datepicker-mobile table th, .p-datepicker.p-datepicker-mobile table td {
|
|
655
670
|
padding: 0;
|
|
656
671
|
}
|
|
672
|
+
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled) {
|
|
673
|
+
outline-color: transparent;
|
|
674
|
+
}
|
|
657
675
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
|
658
676
|
background: rgba(255, 255, 255, 0.04);
|
|
659
677
|
}
|
|
@@ -662,6 +680,9 @@
|
|
|
662
680
|
outline-offset: 0;
|
|
663
681
|
box-shadow: none;
|
|
664
682
|
}
|
|
683
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled) {
|
|
684
|
+
outline-color: transparent;
|
|
685
|
+
}
|
|
665
686
|
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
|
|
666
687
|
background: rgba(255, 255, 255, 0.04);
|
|
667
688
|
}
|
|
@@ -670,6 +691,9 @@
|
|
|
670
691
|
outline-offset: 0;
|
|
671
692
|
box-shadow: none;
|
|
672
693
|
}
|
|
694
|
+
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled) {
|
|
695
|
+
outline-color: transparent;
|
|
696
|
+
}
|
|
673
697
|
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
|
674
698
|
background: rgba(255, 255, 255, 0.04);
|
|
675
699
|
}
|
|
@@ -684,6 +708,7 @@
|
|
|
684
708
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
685
709
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
686
710
|
border-radius: 4px;
|
|
711
|
+
outline-color: transparent;
|
|
687
712
|
}
|
|
688
713
|
.p-cascadeselect:not(.p-disabled):hover {
|
|
689
714
|
border-color: rgba(255, 255, 255, 0.6);
|
|
@@ -735,6 +760,12 @@
|
|
|
735
760
|
transition: none;
|
|
736
761
|
border-radius: 0;
|
|
737
762
|
}
|
|
763
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
|
|
764
|
+
margin-top: 0;
|
|
765
|
+
}
|
|
766
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child {
|
|
767
|
+
margin-bottom: 0;
|
|
768
|
+
}
|
|
738
769
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
|
|
739
770
|
color: #CE93D8;
|
|
740
771
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -750,6 +781,10 @@
|
|
|
750
781
|
color: rgba(255, 255, 255, 0.87);
|
|
751
782
|
background: rgba(255, 255, 255, 0.04);
|
|
752
783
|
}
|
|
784
|
+
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
|
785
|
+
color: rgba(255, 255, 255, 0.87);
|
|
786
|
+
background: rgba(255, 255, 255, 0.12);
|
|
787
|
+
}
|
|
753
788
|
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
|
|
754
789
|
padding: 0.75rem 0.75rem;
|
|
755
790
|
}
|
|
@@ -771,6 +806,21 @@
|
|
|
771
806
|
width: 18px;
|
|
772
807
|
height: 18px;
|
|
773
808
|
}
|
|
809
|
+
.p-checkbox .p-checkbox-input {
|
|
810
|
+
appearance: none;
|
|
811
|
+
position: absolute;
|
|
812
|
+
top: 0;
|
|
813
|
+
left: 0;
|
|
814
|
+
width: 100%;
|
|
815
|
+
height: 100%;
|
|
816
|
+
padding: 0;
|
|
817
|
+
margin: 0;
|
|
818
|
+
opacity: 0;
|
|
819
|
+
z-index: 1;
|
|
820
|
+
outline: 0 none;
|
|
821
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
822
|
+
border-radius: 4px;
|
|
823
|
+
}
|
|
774
824
|
.p-checkbox .p-checkbox-box {
|
|
775
825
|
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
776
826
|
background: #1e1e1e;
|
|
@@ -779,6 +829,7 @@
|
|
|
779
829
|
color: rgba(255, 255, 255, 0.87);
|
|
780
830
|
border-radius: 4px;
|
|
781
831
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
832
|
+
outline-color: transparent;
|
|
782
833
|
}
|
|
783
834
|
.p-checkbox .p-checkbox-box .p-checkbox-icon {
|
|
784
835
|
transition-duration: 0.2s;
|
|
@@ -789,24 +840,24 @@
|
|
|
789
840
|
width: 14px;
|
|
790
841
|
height: 14px;
|
|
791
842
|
}
|
|
792
|
-
.p-checkbox .p-checkbox-box
|
|
843
|
+
.p-checkbox.p-highlight .p-checkbox-box {
|
|
793
844
|
border-color: #CE93D8;
|
|
794
845
|
background: #CE93D8;
|
|
795
846
|
}
|
|
796
|
-
.p-checkbox:not(.p-checkbox-
|
|
847
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
|
|
797
848
|
border-color: rgba(255, 255, 255, 0.6);
|
|
798
849
|
}
|
|
799
|
-
.p-checkbox:not(.p-
|
|
850
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
|
|
851
|
+
border-color: #CE93D8;
|
|
852
|
+
background: #CE93D8;
|
|
853
|
+
color: #121212;
|
|
854
|
+
}
|
|
855
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
|
|
800
856
|
outline: 0 none;
|
|
801
857
|
outline-offset: 0;
|
|
802
858
|
box-shadow: none;
|
|
803
859
|
border-color: #CE93D8;
|
|
804
860
|
}
|
|
805
|
-
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
|
806
|
-
border-color: #CE93D8;
|
|
807
|
-
background: #CE93D8;
|
|
808
|
-
color: #121212;
|
|
809
|
-
}
|
|
810
861
|
.p-checkbox.p-invalid > .p-checkbox-box {
|
|
811
862
|
border-color: #f44435;
|
|
812
863
|
}
|
|
@@ -814,13 +865,13 @@
|
|
|
814
865
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
815
866
|
background-color: rgba(255, 255, 255, 0.06);
|
|
816
867
|
}
|
|
817
|
-
.p-input-filled .p-checkbox .p-checkbox-box
|
|
868
|
+
.p-input-filled .p-checkbox.p-highlight .p-checkbox-box {
|
|
818
869
|
background: #CE93D8;
|
|
819
870
|
}
|
|
820
|
-
.p-input-filled .p-checkbox:not(.p-checkbox-
|
|
871
|
+
.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
|
|
821
872
|
background-color: rgba(255, 255, 255, 0.08);
|
|
822
873
|
}
|
|
823
|
-
.p-input-filled .p-checkbox:not(.p-
|
|
874
|
+
.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box {
|
|
824
875
|
background: #CE93D8;
|
|
825
876
|
}
|
|
826
877
|
|
|
@@ -835,6 +886,7 @@
|
|
|
835
886
|
}
|
|
836
887
|
.p-chips .p-chips-multiple-container {
|
|
837
888
|
padding: 0.375rem 0.75rem;
|
|
889
|
+
outline-color: transparent;
|
|
838
890
|
}
|
|
839
891
|
.p-chips .p-chips-multiple-container .p-chips-token {
|
|
840
892
|
padding: 0.375rem 0.75rem;
|
|
@@ -888,6 +940,7 @@
|
|
|
888
940
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
889
941
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
890
942
|
border-radius: 4px;
|
|
943
|
+
outline-color: transparent;
|
|
891
944
|
}
|
|
892
945
|
.p-dropdown:not(.p-disabled):hover {
|
|
893
946
|
border-color: rgba(255, 255, 255, 0.6);
|
|
@@ -963,6 +1016,12 @@
|
|
|
963
1016
|
transition: none;
|
|
964
1017
|
border-radius: 0;
|
|
965
1018
|
}
|
|
1019
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
|
|
1020
|
+
margin-top: 0;
|
|
1021
|
+
}
|
|
1022
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child {
|
|
1023
|
+
margin-bottom: 0;
|
|
1024
|
+
}
|
|
966
1025
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
|
|
967
1026
|
color: #CE93D8;
|
|
968
1027
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -971,13 +1030,14 @@
|
|
|
971
1030
|
background: rgba(206, 147, 216, 0.24);
|
|
972
1031
|
}
|
|
973
1032
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
|
|
974
|
-
color: rgba(255, 255, 255, 0.87);
|
|
975
|
-
background: rgba(255, 255, 255, 0.12);
|
|
976
|
-
}
|
|
977
|
-
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
|
|
978
1033
|
color: rgba(255, 255, 255, 0.87);
|
|
979
1034
|
background: rgba(255, 255, 255, 0.04);
|
|
980
1035
|
}
|
|
1036
|
+
.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon {
|
|
1037
|
+
position: relative;
|
|
1038
|
+
margin-left: -0.5rem;
|
|
1039
|
+
margin-right: 0.5rem;
|
|
1040
|
+
}
|
|
981
1041
|
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
|
|
982
1042
|
margin: 0;
|
|
983
1043
|
padding: 0.75rem;
|
|
@@ -1082,10 +1142,25 @@
|
|
|
1082
1142
|
width: 2.75rem;
|
|
1083
1143
|
height: 1rem;
|
|
1084
1144
|
}
|
|
1145
|
+
.p-inputswitch .p-inputswitch-input {
|
|
1146
|
+
appearance: none;
|
|
1147
|
+
position: absolute;
|
|
1148
|
+
top: 0;
|
|
1149
|
+
left: 0;
|
|
1150
|
+
width: 100%;
|
|
1151
|
+
height: 100%;
|
|
1152
|
+
padding: 0;
|
|
1153
|
+
margin: 0;
|
|
1154
|
+
opacity: 0;
|
|
1155
|
+
z-index: 1;
|
|
1156
|
+
outline: 0 none;
|
|
1157
|
+
border-radius: 0.5rem;
|
|
1158
|
+
}
|
|
1085
1159
|
.p-inputswitch .p-inputswitch-slider {
|
|
1086
1160
|
background: rgba(255, 255, 255, 0.3);
|
|
1087
1161
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1088
1162
|
border-radius: 0.5rem;
|
|
1163
|
+
outline-color: transparent;
|
|
1089
1164
|
}
|
|
1090
1165
|
.p-inputswitch .p-inputswitch-slider:before {
|
|
1091
1166
|
background: #bdbdbd;
|
|
@@ -1096,27 +1171,25 @@
|
|
|
1096
1171
|
border-radius: 50%;
|
|
1097
1172
|
transition-duration: 0.2s;
|
|
1098
1173
|
}
|
|
1099
|
-
.p-inputswitch.p-
|
|
1100
|
-
|
|
1174
|
+
.p-inputswitch.p-highlight .p-inputswitch-slider {
|
|
1175
|
+
background: rgba(206, 147, 216, 0.5);
|
|
1101
1176
|
}
|
|
1102
|
-
.p-inputswitch.p-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
box-shadow: none;
|
|
1177
|
+
.p-inputswitch.p-highlight .p-inputswitch-slider:before {
|
|
1178
|
+
background: #CE93D8;
|
|
1179
|
+
transform: translateX(1.5rem);
|
|
1106
1180
|
}
|
|
1107
|
-
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
|
|
1181
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider {
|
|
1108
1182
|
background: rgba(255, 255, 255, 0.3);
|
|
1109
1183
|
}
|
|
1110
|
-
.p-inputswitch.p-inputswitch-
|
|
1184
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider {
|
|
1111
1185
|
background: rgba(206, 147, 216, 0.5);
|
|
1112
1186
|
}
|
|
1113
|
-
.p-inputswitch.p-inputswitch-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
background: rgba(206, 147, 216, 0.5);
|
|
1187
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider {
|
|
1188
|
+
outline: 0 none;
|
|
1189
|
+
outline-offset: 0;
|
|
1190
|
+
box-shadow: none;
|
|
1118
1191
|
}
|
|
1119
|
-
.p-inputswitch.p-invalid .p-inputswitch-slider {
|
|
1192
|
+
.p-inputswitch.p-invalid > .p-inputswitch-slider {
|
|
1120
1193
|
border-color: #f44435;
|
|
1121
1194
|
}
|
|
1122
1195
|
|
|
@@ -1131,6 +1204,7 @@
|
|
|
1131
1204
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1132
1205
|
appearance: none;
|
|
1133
1206
|
border-radius: 4px;
|
|
1207
|
+
outline-color: transparent;
|
|
1134
1208
|
}
|
|
1135
1209
|
.p-inputtext:enabled:hover {
|
|
1136
1210
|
border-color: rgba(255, 255, 255, 0.6);
|
|
@@ -1229,6 +1303,7 @@
|
|
|
1229
1303
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1230
1304
|
border-radius: 4px;
|
|
1231
1305
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1306
|
+
outline-color: transparent;
|
|
1232
1307
|
}
|
|
1233
1308
|
.p-listbox .p-listbox-header {
|
|
1234
1309
|
padding: 0.75rem;
|
|
@@ -1258,6 +1333,12 @@
|
|
|
1258
1333
|
transition: none;
|
|
1259
1334
|
border-radius: 0;
|
|
1260
1335
|
}
|
|
1336
|
+
.p-listbox .p-listbox-list .p-listbox-item:first-child {
|
|
1337
|
+
margin-top: 0;
|
|
1338
|
+
}
|
|
1339
|
+
.p-listbox .p-listbox-list .p-listbox-item:last-child {
|
|
1340
|
+
margin-bottom: 0;
|
|
1341
|
+
}
|
|
1261
1342
|
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
|
|
1262
1343
|
color: #CE93D8;
|
|
1263
1344
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -1279,12 +1360,16 @@
|
|
|
1279
1360
|
}
|
|
1280
1361
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
|
|
1281
1362
|
color: rgba(255, 255, 255, 0.87);
|
|
1282
|
-
background: rgba(255, 255, 255, 0.
|
|
1363
|
+
background: rgba(255, 255, 255, 0.04);
|
|
1283
1364
|
}
|
|
1284
1365
|
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
|
|
1285
1366
|
color: rgba(255, 255, 255, 0.87);
|
|
1286
1367
|
background: rgba(255, 255, 255, 0.04);
|
|
1287
1368
|
}
|
|
1369
|
+
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
|
1370
|
+
color: rgba(255, 255, 255, 0.87);
|
|
1371
|
+
background: rgba(255, 255, 255, 0.04);
|
|
1372
|
+
}
|
|
1288
1373
|
.p-listbox.p-focus {
|
|
1289
1374
|
outline: 0 none;
|
|
1290
1375
|
outline-offset: 0;
|
|
@@ -1300,6 +1385,7 @@
|
|
|
1300
1385
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1301
1386
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1302
1387
|
border-radius: 4px;
|
|
1388
|
+
outline-color: transparent;
|
|
1303
1389
|
}
|
|
1304
1390
|
.p-multiselect:not(.p-disabled):hover {
|
|
1305
1391
|
border-color: rgba(255, 255, 255, 0.6);
|
|
@@ -1377,6 +1463,7 @@
|
|
|
1377
1463
|
background: transparent;
|
|
1378
1464
|
border-radius: 50%;
|
|
1379
1465
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
1466
|
+
outline-color: transparent;
|
|
1380
1467
|
}
|
|
1381
1468
|
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
|
|
1382
1469
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1400,6 +1487,12 @@
|
|
|
1400
1487
|
transition: none;
|
|
1401
1488
|
border-radius: 0;
|
|
1402
1489
|
}
|
|
1490
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
|
|
1491
|
+
margin-top: 0;
|
|
1492
|
+
}
|
|
1493
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child {
|
|
1494
|
+
margin-bottom: 0;
|
|
1495
|
+
}
|
|
1403
1496
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
|
|
1404
1497
|
color: #CE93D8;
|
|
1405
1498
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -1415,6 +1508,10 @@
|
|
|
1415
1508
|
color: rgba(255, 255, 255, 0.87);
|
|
1416
1509
|
background: rgba(255, 255, 255, 0.04);
|
|
1417
1510
|
}
|
|
1511
|
+
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
|
|
1512
|
+
color: rgba(255, 255, 255, 0.87);
|
|
1513
|
+
background: rgba(255, 255, 255, 0.12);
|
|
1514
|
+
}
|
|
1418
1515
|
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
|
|
1419
1516
|
margin-right: 0.5rem;
|
|
1420
1517
|
}
|
|
@@ -1471,6 +1568,21 @@
|
|
|
1471
1568
|
width: 20px;
|
|
1472
1569
|
height: 20px;
|
|
1473
1570
|
}
|
|
1571
|
+
.p-radiobutton .p-radiobutton-input {
|
|
1572
|
+
appearance: none;
|
|
1573
|
+
position: absolute;
|
|
1574
|
+
top: 0;
|
|
1575
|
+
left: 0;
|
|
1576
|
+
width: 100%;
|
|
1577
|
+
height: 100%;
|
|
1578
|
+
padding: 0;
|
|
1579
|
+
margin: 0;
|
|
1580
|
+
opacity: 0;
|
|
1581
|
+
z-index: 1;
|
|
1582
|
+
outline: 0 none;
|
|
1583
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
1584
|
+
border-radius: 50%;
|
|
1585
|
+
}
|
|
1474
1586
|
.p-radiobutton .p-radiobutton-box {
|
|
1475
1587
|
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
1476
1588
|
background: #1e1e1e;
|
|
@@ -1479,15 +1591,7 @@
|
|
|
1479
1591
|
color: rgba(255, 255, 255, 0.87);
|
|
1480
1592
|
border-radius: 50%;
|
|
1481
1593
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1482
|
-
|
|
1483
|
-
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
|
|
1484
|
-
border-color: rgba(255, 255, 255, 0.6);
|
|
1485
|
-
}
|
|
1486
|
-
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
|
|
1487
|
-
outline: 0 none;
|
|
1488
|
-
outline-offset: 0;
|
|
1489
|
-
box-shadow: none;
|
|
1490
|
-
border-color: #CE93D8;
|
|
1594
|
+
outline-color: transparent;
|
|
1491
1595
|
}
|
|
1492
1596
|
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
|
|
1493
1597
|
width: 10px;
|
|
@@ -1495,38 +1599,50 @@
|
|
|
1495
1599
|
transition-duration: 0.2s;
|
|
1496
1600
|
background-color: #CE93D8;
|
|
1497
1601
|
}
|
|
1498
|
-
.p-radiobutton .p-radiobutton-box
|
|
1602
|
+
.p-radiobutton.p-highlight .p-radiobutton-box {
|
|
1499
1603
|
border-color: #CE93D8;
|
|
1500
1604
|
background: #121212;
|
|
1501
1605
|
}
|
|
1502
|
-
.p-radiobutton
|
|
1606
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
|
|
1607
|
+
border-color: rgba(255, 255, 255, 0.6);
|
|
1608
|
+
}
|
|
1609
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
|
|
1503
1610
|
border-color: #CE93D8;
|
|
1504
1611
|
background: #121212;
|
|
1505
|
-
color: #CE93D8;
|
|
1506
1612
|
}
|
|
1507
|
-
.p-radiobutton.p-
|
|
1508
|
-
|
|
1613
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon {
|
|
1614
|
+
background-color: #CE93D8;
|
|
1509
1615
|
}
|
|
1510
|
-
.p-radiobutton:focus {
|
|
1616
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box {
|
|
1511
1617
|
outline: 0 none;
|
|
1618
|
+
outline-offset: 0;
|
|
1619
|
+
box-shadow: none;
|
|
1620
|
+
border-color: #CE93D8;
|
|
1621
|
+
}
|
|
1622
|
+
.p-radiobutton.p-invalid > .p-radiobutton-box {
|
|
1623
|
+
border-color: #f44435;
|
|
1512
1624
|
}
|
|
1513
1625
|
|
|
1514
1626
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
1515
1627
|
background-color: rgba(255, 255, 255, 0.06);
|
|
1516
1628
|
}
|
|
1517
|
-
.p-input-filled .p-radiobutton .p-radiobutton-box
|
|
1518
|
-
background-color: rgba(255, 255, 255, 0.08);
|
|
1519
|
-
}
|
|
1520
|
-
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
|
|
1629
|
+
.p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box {
|
|
1521
1630
|
background: #121212;
|
|
1522
1631
|
}
|
|
1523
|
-
.p-input-filled .p-radiobutton
|
|
1632
|
+
.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
|
|
1633
|
+
background-color: rgba(255, 255, 255, 0.08);
|
|
1634
|
+
}
|
|
1635
|
+
.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box {
|
|
1524
1636
|
background: #121212;
|
|
1525
1637
|
}
|
|
1526
1638
|
|
|
1527
1639
|
.p-rating {
|
|
1528
1640
|
gap: 0.5rem;
|
|
1529
1641
|
}
|
|
1642
|
+
.p-rating .p-rating-item {
|
|
1643
|
+
outline-color: transparent;
|
|
1644
|
+
border-radius: 50%;
|
|
1645
|
+
}
|
|
1530
1646
|
.p-rating .p-rating-item .p-rating-icon {
|
|
1531
1647
|
color: #CE93D8;
|
|
1532
1648
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
@@ -1543,7 +1659,6 @@
|
|
|
1543
1659
|
outline: 0 none;
|
|
1544
1660
|
outline-offset: 0;
|
|
1545
1661
|
box-shadow: none;
|
|
1546
|
-
border-color: #CE93D8;
|
|
1547
1662
|
}
|
|
1548
1663
|
.p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
|
|
1549
1664
|
color: #CE93D8;
|
|
@@ -1622,14 +1737,16 @@
|
|
|
1622
1737
|
border: 0 none;
|
|
1623
1738
|
border-radius: 50%;
|
|
1624
1739
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1740
|
+
outline-color: transparent;
|
|
1625
1741
|
}
|
|
1626
|
-
.p-slider .p-slider-handle:focus {
|
|
1742
|
+
.p-slider .p-slider-handle:focus-visible {
|
|
1627
1743
|
outline: 0 none;
|
|
1628
1744
|
outline-offset: 0;
|
|
1629
1745
|
box-shadow: none;
|
|
1630
1746
|
}
|
|
1631
1747
|
.p-slider .p-slider-range {
|
|
1632
1748
|
background: #CE93D8;
|
|
1749
|
+
border-radius: 4px;
|
|
1633
1750
|
}
|
|
1634
1751
|
.p-slider:not(.p-disabled) .p-slider-handle:hover {
|
|
1635
1752
|
background: #CE93D8;
|
|
@@ -1641,6 +1758,7 @@
|
|
|
1641
1758
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
1642
1759
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1643
1760
|
border-radius: 4px;
|
|
1761
|
+
outline-color: transparent;
|
|
1644
1762
|
}
|
|
1645
1763
|
.p-treeselect:not(.p-disabled):hover {
|
|
1646
1764
|
border-color: rgba(255, 255, 255, 0.6);
|
|
@@ -1706,50 +1824,66 @@
|
|
|
1706
1824
|
background-color: rgba(255, 255, 255, 0.1);
|
|
1707
1825
|
}
|
|
1708
1826
|
|
|
1709
|
-
.p-togglebutton.p-
|
|
1827
|
+
.p-togglebutton .p-togglebutton-input {
|
|
1828
|
+
appearance: none;
|
|
1829
|
+
position: absolute;
|
|
1830
|
+
top: 0;
|
|
1831
|
+
left: 0;
|
|
1832
|
+
width: 100%;
|
|
1833
|
+
height: 100%;
|
|
1834
|
+
padding: 0;
|
|
1835
|
+
margin: 0;
|
|
1836
|
+
opacity: 0;
|
|
1837
|
+
z-index: 1;
|
|
1838
|
+
outline: 0 none;
|
|
1839
|
+
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
1840
|
+
border-radius: 4px;
|
|
1841
|
+
}
|
|
1842
|
+
.p-togglebutton .p-button {
|
|
1710
1843
|
background: #2f2f2f;
|
|
1711
1844
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
1712
1845
|
color: rgba(255, 255, 255, 0.87);
|
|
1713
1846
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1847
|
+
outline-color: transparent;
|
|
1714
1848
|
}
|
|
1715
|
-
.p-togglebutton.p-button .p-button-icon-left,
|
|
1716
|
-
.p-togglebutton.p-button .p-button-icon-right {
|
|
1849
|
+
.p-togglebutton .p-button .p-button-icon-left,
|
|
1850
|
+
.p-togglebutton .p-button .p-button-icon-right {
|
|
1717
1851
|
color: rgba(255, 255, 255, 0.6);
|
|
1718
1852
|
}
|
|
1719
|
-
.p-togglebutton.p-
|
|
1720
|
-
|
|
1721
|
-
outline-offset: 0;
|
|
1722
|
-
box-shadow: none;
|
|
1723
|
-
border-color: #CE93D8;
|
|
1724
|
-
}
|
|
1725
|
-
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
|
|
1726
|
-
background: #373737;
|
|
1853
|
+
.p-togglebutton.p-highlight .p-button {
|
|
1854
|
+
background: #1c1c1c;
|
|
1727
1855
|
border-color: rgba(255, 255, 255, 0.12);
|
|
1728
1856
|
color: rgba(255, 255, 255, 0.87);
|
|
1729
1857
|
}
|
|
1730
|
-
.p-togglebutton.p-
|
|
1731
|
-
.p-togglebutton.p-
|
|
1858
|
+
.p-togglebutton.p-highlight .p-button .p-button-icon-left,
|
|
1859
|
+
.p-togglebutton.p-highlight .p-button .p-button-icon-right {
|
|
1732
1860
|
color: rgba(255, 255, 255, 0.6);
|
|
1733
1861
|
}
|
|
1734
|
-
.p-togglebutton.p-
|
|
1735
|
-
background: #
|
|
1862
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button {
|
|
1863
|
+
background: #373737;
|
|
1736
1864
|
border-color: rgba(255, 255, 255, 0.12);
|
|
1737
1865
|
color: rgba(255, 255, 255, 0.87);
|
|
1738
1866
|
}
|
|
1739
|
-
.p-togglebutton.p-
|
|
1740
|
-
.p-togglebutton.p-
|
|
1867
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,
|
|
1868
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right {
|
|
1741
1869
|
color: rgba(255, 255, 255, 0.6);
|
|
1742
1870
|
}
|
|
1743
|
-
.p-togglebutton.p-
|
|
1871
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button {
|
|
1744
1872
|
background: #262626;
|
|
1745
1873
|
border-color: rgba(255, 255, 255, 0.12);
|
|
1746
1874
|
color: rgba(255, 255, 255, 0.87);
|
|
1747
1875
|
}
|
|
1748
|
-
.p-togglebutton.p-
|
|
1749
|
-
.p-togglebutton.p-
|
|
1876
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,
|
|
1877
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right {
|
|
1750
1878
|
color: rgba(255, 255, 255, 0.6);
|
|
1751
1879
|
}
|
|
1752
|
-
.p-togglebutton.p-
|
|
1880
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button {
|
|
1881
|
+
outline: 0 none;
|
|
1882
|
+
outline-offset: 0;
|
|
1883
|
+
box-shadow: none;
|
|
1884
|
+
border-color: #CE93D8;
|
|
1885
|
+
}
|
|
1886
|
+
.p-togglebutton.p-invalid > .p-button {
|
|
1753
1887
|
border-color: #f44435;
|
|
1754
1888
|
}
|
|
1755
1889
|
|
|
@@ -1761,6 +1895,7 @@
|
|
|
1761
1895
|
font-size: 1rem;
|
|
1762
1896
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
1763
1897
|
border-radius: 4px;
|
|
1898
|
+
outline-color: transparent;
|
|
1764
1899
|
}
|
|
1765
1900
|
.p-button:not(:disabled):hover {
|
|
1766
1901
|
background: rgba(206, 147, 216, 0.92);
|
|
@@ -1825,7 +1960,7 @@
|
|
|
1825
1960
|
background: rgba(255, 255, 255, 0.16);
|
|
1826
1961
|
color: rgba(255, 255, 255, 0.6);
|
|
1827
1962
|
}
|
|
1828
|
-
.p-button:focus {
|
|
1963
|
+
.p-button:focus-visible {
|
|
1829
1964
|
outline: 0 none;
|
|
1830
1965
|
outline-offset: 0;
|
|
1831
1966
|
box-shadow: none;
|
|
@@ -2199,6 +2334,55 @@
|
|
|
2199
2334
|
color: #EF9A9A;
|
|
2200
2335
|
}
|
|
2201
2336
|
|
|
2337
|
+
.p-button.p-button-contrast, .p-buttonset.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button {
|
|
2338
|
+
color: #121212;
|
|
2339
|
+
background: #ffffff;
|
|
2340
|
+
border: 1px solid #ffffff;
|
|
2341
|
+
}
|
|
2342
|
+
.p-button.p-button-contrast:not(:disabled):hover, .p-buttonset.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover {
|
|
2343
|
+
background: #d0d0d0;
|
|
2344
|
+
color: #121212;
|
|
2345
|
+
border-color: #d0d0d0;
|
|
2346
|
+
}
|
|
2347
|
+
.p-button.p-button-contrast:not(:disabled):focus, .p-buttonset.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus {
|
|
2348
|
+
box-shadow: none;
|
|
2349
|
+
}
|
|
2350
|
+
.p-button.p-button-contrast:not(:disabled):active, .p-buttonset.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active {
|
|
2351
|
+
background: #b8b8b8;
|
|
2352
|
+
color: #121212;
|
|
2353
|
+
border-color: #b8b8b8;
|
|
2354
|
+
}
|
|
2355
|
+
.p-button.p-button-contrast.p-button-outlined, .p-buttonset.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined {
|
|
2356
|
+
background-color: transparent;
|
|
2357
|
+
color: #ffffff;
|
|
2358
|
+
border: 0px none;
|
|
2359
|
+
}
|
|
2360
|
+
.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-buttonset.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover {
|
|
2361
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2362
|
+
color: #ffffff;
|
|
2363
|
+
border: 0px none;
|
|
2364
|
+
}
|
|
2365
|
+
.p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-buttonset.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active {
|
|
2366
|
+
background: rgba(255, 255, 255, 0.16);
|
|
2367
|
+
color: #ffffff;
|
|
2368
|
+
border: 0px none;
|
|
2369
|
+
}
|
|
2370
|
+
.p-button.p-button-contrast.p-button-text, .p-buttonset.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text {
|
|
2371
|
+
background-color: transparent;
|
|
2372
|
+
color: #ffffff;
|
|
2373
|
+
border-color: transparent;
|
|
2374
|
+
}
|
|
2375
|
+
.p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-buttonset.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover {
|
|
2376
|
+
background: rgba(255, 255, 255, 0.04);
|
|
2377
|
+
border-color: transparent;
|
|
2378
|
+
color: #ffffff;
|
|
2379
|
+
}
|
|
2380
|
+
.p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-buttonset.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active {
|
|
2381
|
+
background: rgba(255, 255, 255, 0.16);
|
|
2382
|
+
border-color: transparent;
|
|
2383
|
+
color: #ffffff;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2202
2386
|
.p-button.p-button-link {
|
|
2203
2387
|
color: #CE93D8;
|
|
2204
2388
|
background: transparent;
|
|
@@ -2250,6 +2434,8 @@
|
|
|
2250
2434
|
height: 3rem;
|
|
2251
2435
|
background: #A5D6A7;
|
|
2252
2436
|
color: #212121;
|
|
2437
|
+
outline-color: transparent;
|
|
2438
|
+
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2253
2439
|
}
|
|
2254
2440
|
.p-speeddial-action:hover {
|
|
2255
2441
|
background: rgba(165, 214, 167, 0.92);
|
|
@@ -2290,275 +2476,29 @@
|
|
|
2290
2476
|
margin: 0;
|
|
2291
2477
|
}
|
|
2292
2478
|
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
|
|
2293
|
-
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2294
|
-
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2295
|
-
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2296
|
-
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2297
|
-
margin: 0;
|
|
2298
|
-
}
|
|
2299
|
-
|
|
2300
|
-
.p-speeddial-mask {
|
|
2301
|
-
background-color: rgba(0, 0, 0, 0.32);
|
|
2302
|
-
border-radius: 4px;
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
.p-splitbutton {
|
|
2306
|
-
border-radius: 4px;
|
|
2307
|
-
}
|
|
2308
|
-
.p-splitbutton.p-button-outlined > .p-button {
|
|
2309
|
-
background-color: transparent;
|
|
2310
|
-
color: #CE93D8;
|
|
2311
|
-
border: 0px none;
|
|
2312
|
-
}
|
|
2313
|
-
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2314
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2315
|
-
color: #CE93D8;
|
|
2316
|
-
}
|
|
2317
|
-
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2318
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2319
|
-
color: #CE93D8;
|
|
2320
|
-
}
|
|
2321
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
|
2322
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2323
|
-
border-color: rgba(255, 255, 255, 0.6);
|
|
2324
|
-
}
|
|
2325
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2326
|
-
background: rgba(255, 255, 255, 0.04);
|
|
2327
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2328
|
-
}
|
|
2329
|
-
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2330
|
-
background: rgba(255, 255, 255, 0.16);
|
|
2331
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2332
|
-
}
|
|
2333
|
-
.p-splitbutton.p-button-text > .p-button {
|
|
2334
|
-
background-color: transparent;
|
|
2335
|
-
color: #CE93D8;
|
|
2336
|
-
border-color: transparent;
|
|
2337
|
-
}
|
|
2338
|
-
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2339
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2340
|
-
color: #CE93D8;
|
|
2341
|
-
border-color: transparent;
|
|
2342
|
-
}
|
|
2343
|
-
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2344
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2345
|
-
color: #CE93D8;
|
|
2346
|
-
border-color: transparent;
|
|
2347
|
-
}
|
|
2348
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
|
2349
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2350
|
-
}
|
|
2351
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2352
|
-
background: rgba(255, 255, 255, 0.04);
|
|
2353
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2354
|
-
}
|
|
2355
|
-
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2356
|
-
background: rgba(255, 255, 255, 0.16);
|
|
2357
|
-
color: rgba(255, 255, 255, 0.6);
|
|
2358
|
-
}
|
|
2359
|
-
.p-splitbutton.p-button-raised {
|
|
2360
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
2361
|
-
}
|
|
2362
|
-
.p-splitbutton.p-button-rounded {
|
|
2363
|
-
border-radius: 2rem;
|
|
2364
|
-
}
|
|
2365
|
-
.p-splitbutton.p-button-rounded > .p-button {
|
|
2366
|
-
border-radius: 2rem;
|
|
2367
|
-
}
|
|
2368
|
-
.p-splitbutton.p-button-sm > .p-button {
|
|
2369
|
-
font-size: 0.875rem;
|
|
2370
|
-
padding: 0.499625rem 0.65625rem;
|
|
2371
|
-
}
|
|
2372
|
-
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
|
2373
|
-
font-size: 0.875rem;
|
|
2374
|
-
}
|
|
2375
|
-
.p-splitbutton.p-button-lg > .p-button {
|
|
2376
|
-
font-size: 1.25rem;
|
|
2377
|
-
padding: 0.71375rem 0.9375rem;
|
|
2378
|
-
}
|
|
2379
|
-
.p-splitbutton.p-button-lg > .p-button.p-button-icon-only {
|
|
2380
|
-
width: auto;
|
|
2381
|
-
}
|
|
2382
|
-
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
|
2383
|
-
font-size: 1.25rem;
|
|
2384
|
-
}
|
|
2385
|
-
.p-splitbutton.p-button-lg > .p-button .p-icon {
|
|
2386
|
-
width: 1.25rem;
|
|
2387
|
-
height: 1.25rem;
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
|
2391
|
-
background-color: transparent;
|
|
2392
|
-
color: #A5D6A7;
|
|
2393
|
-
border: 0px none;
|
|
2394
|
-
}
|
|
2395
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2396
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2397
|
-
color: #A5D6A7;
|
|
2398
|
-
}
|
|
2399
|
-
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2400
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2401
|
-
color: #A5D6A7;
|
|
2402
|
-
}
|
|
2403
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
|
2404
|
-
background-color: transparent;
|
|
2405
|
-
color: #A5D6A7;
|
|
2406
|
-
border-color: transparent;
|
|
2407
|
-
}
|
|
2408
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2409
|
-
background: rgba(165, 214, 167, 0.04);
|
|
2410
|
-
border-color: transparent;
|
|
2411
|
-
color: #A5D6A7;
|
|
2412
|
-
}
|
|
2413
|
-
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2414
|
-
background: rgba(165, 214, 167, 0.16);
|
|
2415
|
-
border-color: transparent;
|
|
2416
|
-
color: #A5D6A7;
|
|
2417
|
-
}
|
|
2418
|
-
|
|
2419
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
|
2420
|
-
background-color: transparent;
|
|
2421
|
-
color: #90CAF9;
|
|
2422
|
-
border: 0px none;
|
|
2423
|
-
}
|
|
2424
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2425
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2426
|
-
color: #90CAF9;
|
|
2427
|
-
}
|
|
2428
|
-
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2429
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2430
|
-
color: #90CAF9;
|
|
2431
|
-
}
|
|
2432
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
|
2433
|
-
background-color: transparent;
|
|
2434
|
-
color: #90CAF9;
|
|
2435
|
-
border-color: transparent;
|
|
2436
|
-
}
|
|
2437
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2438
|
-
background: rgba(144, 202, 249, 0.04);
|
|
2439
|
-
border-color: transparent;
|
|
2440
|
-
color: #90CAF9;
|
|
2441
|
-
}
|
|
2442
|
-
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2443
|
-
background: rgba(144, 202, 249, 0.16);
|
|
2444
|
-
border-color: transparent;
|
|
2445
|
-
color: #90CAF9;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
|
2449
|
-
background-color: transparent;
|
|
2450
|
-
color: #C5E1A5;
|
|
2451
|
-
border: 0px none;
|
|
2452
|
-
}
|
|
2453
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2454
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2455
|
-
color: #C5E1A5;
|
|
2456
|
-
}
|
|
2457
|
-
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2458
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2459
|
-
color: #C5E1A5;
|
|
2460
|
-
}
|
|
2461
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
|
2462
|
-
background-color: transparent;
|
|
2463
|
-
color: #C5E1A5;
|
|
2464
|
-
border-color: transparent;
|
|
2465
|
-
}
|
|
2466
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2467
|
-
background: rgba(197, 225, 165, 0.04);
|
|
2468
|
-
border-color: transparent;
|
|
2469
|
-
color: #C5E1A5;
|
|
2470
|
-
}
|
|
2471
|
-
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2472
|
-
background: rgba(197, 225, 165, 0.16);
|
|
2473
|
-
border-color: transparent;
|
|
2474
|
-
color: #C5E1A5;
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
|
2478
|
-
background-color: transparent;
|
|
2479
|
-
color: #FFF59D;
|
|
2480
|
-
border: 0px none;
|
|
2481
|
-
}
|
|
2482
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2483
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2484
|
-
color: #FFF59D;
|
|
2485
|
-
}
|
|
2486
|
-
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2487
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2488
|
-
color: #FFF59D;
|
|
2489
|
-
}
|
|
2490
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
|
2491
|
-
background-color: transparent;
|
|
2492
|
-
color: #FFF59D;
|
|
2493
|
-
border-color: transparent;
|
|
2494
|
-
}
|
|
2495
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2496
|
-
background: rgba(255, 245, 157, 0.04);
|
|
2497
|
-
border-color: transparent;
|
|
2498
|
-
color: #FFF59D;
|
|
2499
|
-
}
|
|
2500
|
-
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2501
|
-
background: rgba(255, 245, 157, 0.16);
|
|
2502
|
-
border-color: transparent;
|
|
2503
|
-
color: #FFF59D;
|
|
2504
|
-
}
|
|
2505
|
-
|
|
2506
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
|
2507
|
-
background-color: transparent;
|
|
2508
|
-
color: #CE93D8;
|
|
2509
|
-
border: 0px none;
|
|
2510
|
-
}
|
|
2511
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2512
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2513
|
-
color: #CE93D8;
|
|
2514
|
-
}
|
|
2515
|
-
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2516
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2517
|
-
color: #CE93D8;
|
|
2518
|
-
}
|
|
2519
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
|
2520
|
-
background-color: transparent;
|
|
2521
|
-
color: #CE93D8;
|
|
2522
|
-
border-color: transparent;
|
|
2523
|
-
}
|
|
2524
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2525
|
-
background: rgba(206, 147, 216, 0.04);
|
|
2526
|
-
border-color: transparent;
|
|
2527
|
-
color: #CE93D8;
|
|
2528
|
-
}
|
|
2529
|
-
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
|
2530
|
-
background: rgba(206, 147, 216, 0.16);
|
|
2531
|
-
border-color: transparent;
|
|
2532
|
-
color: #CE93D8;
|
|
2479
|
+
.p-speeddial-semi-circle .p-speeddial-item:first-child,
|
|
2480
|
+
.p-speeddial-semi-circle .p-speeddial-item:last-child,
|
|
2481
|
+
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
|
|
2482
|
+
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
|
|
2483
|
+
margin: 0;
|
|
2533
2484
|
}
|
|
2534
2485
|
|
|
2535
|
-
.p-
|
|
2536
|
-
background-color:
|
|
2537
|
-
|
|
2538
|
-
border: 0px none;
|
|
2539
|
-
}
|
|
2540
|
-
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
|
2541
|
-
background: rgba(239, 154, 154, 0.04);
|
|
2542
|
-
color: #EF9A9A;
|
|
2486
|
+
.p-speeddial-mask {
|
|
2487
|
+
background-color: rgba(0, 0, 0, 0.32);
|
|
2488
|
+
border-radius: 4px;
|
|
2543
2489
|
}
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2490
|
+
|
|
2491
|
+
.p-splitbutton {
|
|
2492
|
+
border-radius: 4px;
|
|
2547
2493
|
}
|
|
2548
|
-
.p-splitbutton.p-button-
|
|
2549
|
-
|
|
2550
|
-
color: #EF9A9A;
|
|
2551
|
-
border-color: transparent;
|
|
2494
|
+
.p-splitbutton.p-button-rounded {
|
|
2495
|
+
border-radius: 2rem;
|
|
2552
2496
|
}
|
|
2553
|
-
.p-splitbutton.p-button-
|
|
2554
|
-
|
|
2555
|
-
border-color: transparent;
|
|
2556
|
-
color: #EF9A9A;
|
|
2497
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
|
2498
|
+
border-radius: 2rem;
|
|
2557
2499
|
}
|
|
2558
|
-
.p-splitbutton.p-button-
|
|
2559
|
-
|
|
2560
|
-
border-color: transparent;
|
|
2561
|
-
color: #EF9A9A;
|
|
2500
|
+
.p-splitbutton.p-button-raised {
|
|
2501
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
2562
2502
|
}
|
|
2563
2503
|
|
|
2564
2504
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
|
@@ -2570,6 +2510,7 @@
|
|
|
2570
2510
|
background: transparent;
|
|
2571
2511
|
border-radius: 50%;
|
|
2572
2512
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2513
|
+
outline-color: transparent;
|
|
2573
2514
|
margin: 0.5rem;
|
|
2574
2515
|
}
|
|
2575
2516
|
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
|
|
@@ -2709,6 +2650,7 @@
|
|
|
2709
2650
|
background: transparent;
|
|
2710
2651
|
border-radius: 50%;
|
|
2711
2652
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2653
|
+
outline-color: transparent;
|
|
2712
2654
|
}
|
|
2713
2655
|
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
|
|
2714
2656
|
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
|
|
@@ -2913,6 +2855,7 @@
|
|
|
2913
2855
|
background: transparent;
|
|
2914
2856
|
border-radius: 50%;
|
|
2915
2857
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2858
|
+
outline-color: transparent;
|
|
2916
2859
|
}
|
|
2917
2860
|
.p-column-filter-menu-button:hover {
|
|
2918
2861
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2941,6 +2884,7 @@
|
|
|
2941
2884
|
background: transparent;
|
|
2942
2885
|
border-radius: 50%;
|
|
2943
2886
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
2887
|
+
outline-color: transparent;
|
|
2944
2888
|
}
|
|
2945
2889
|
.p-column-filter-clear-button:hover {
|
|
2946
2890
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -2973,6 +2917,12 @@
|
|
|
2973
2917
|
transition: none;
|
|
2974
2918
|
border-radius: 0;
|
|
2975
2919
|
}
|
|
2920
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
|
|
2921
|
+
margin-top: 0;
|
|
2922
|
+
}
|
|
2923
|
+
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:last-child {
|
|
2924
|
+
margin-bottom: 0;
|
|
2925
|
+
}
|
|
2976
2926
|
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
|
|
2977
2927
|
color: #CE93D8;
|
|
2978
2928
|
background: rgba(206, 147, 216, 0.16);
|
|
@@ -3026,25 +2976,32 @@
|
|
|
3026
2976
|
.p-orderlist .p-orderlist-controls .p-button {
|
|
3027
2977
|
margin-bottom: 0.5rem;
|
|
3028
2978
|
}
|
|
3029
|
-
.p-orderlist .p-orderlist-
|
|
2979
|
+
.p-orderlist .p-orderlist-list-container {
|
|
3030
2980
|
background: #1e1e1e;
|
|
3031
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3032
2981
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
2982
|
+
border-radius: 4px;
|
|
2983
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
2984
|
+
outline-color: transparent;
|
|
2985
|
+
}
|
|
2986
|
+
.p-orderlist .p-orderlist-list-container.p-focus {
|
|
2987
|
+
outline: 0 none;
|
|
2988
|
+
outline-offset: 0;
|
|
2989
|
+
box-shadow: none;
|
|
2990
|
+
border-color: #CE93D8;
|
|
2991
|
+
}
|
|
2992
|
+
.p-orderlist .p-orderlist-header {
|
|
2993
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3033
2994
|
padding: 0.75rem;
|
|
3034
2995
|
font-weight: 500;
|
|
3035
|
-
border-bottom: 0 none;
|
|
3036
|
-
border-top-right-radius: 4px;
|
|
3037
|
-
border-top-left-radius: 4px;
|
|
3038
2996
|
}
|
|
3039
2997
|
.p-orderlist .p-orderlist-list {
|
|
3040
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3041
|
-
background: #1e1e1e;
|
|
3042
2998
|
color: rgba(255, 255, 255, 0.87);
|
|
3043
2999
|
padding: 0;
|
|
3044
|
-
border-bottom-right-radius: 4px;
|
|
3045
|
-
border-bottom-left-radius: 4px;
|
|
3046
3000
|
outline: 0 none;
|
|
3047
3001
|
}
|
|
3002
|
+
.p-orderlist .p-orderlist-list:not(:first-child) {
|
|
3003
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
3004
|
+
}
|
|
3048
3005
|
.p-orderlist .p-orderlist-list .p-orderlist-item {
|
|
3049
3006
|
padding: 0.75rem 0.75rem;
|
|
3050
3007
|
margin: 0;
|
|
@@ -3053,10 +3010,20 @@
|
|
|
3053
3010
|
background: transparent;
|
|
3054
3011
|
transition: transform 0.2s, none;
|
|
3055
3012
|
}
|
|
3013
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
|
|
3014
|
+
margin-top: 0;
|
|
3015
|
+
}
|
|
3016
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:last-child {
|
|
3017
|
+
margin-bottom: 0;
|
|
3018
|
+
}
|
|
3056
3019
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
|
3057
3020
|
background: rgba(255, 255, 255, 0.04);
|
|
3058
3021
|
color: rgba(255, 255, 255, 0.87);
|
|
3059
3022
|
}
|
|
3023
|
+
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover.p-focus {
|
|
3024
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3025
|
+
background: rgba(255, 255, 255, 0.12);
|
|
3026
|
+
}
|
|
3060
3027
|
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
|
|
3061
3028
|
color: rgba(255, 255, 255, 0.87);
|
|
3062
3029
|
background: rgba(255, 255, 255, 0.12);
|
|
@@ -3107,6 +3074,7 @@
|
|
|
3107
3074
|
background: inherit;
|
|
3108
3075
|
color: inherit;
|
|
3109
3076
|
border-radius: 50%;
|
|
3077
|
+
outline-color: transparent;
|
|
3110
3078
|
}
|
|
3111
3079
|
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
|
|
3112
3080
|
outline: 0 none;
|
|
@@ -3202,25 +3170,32 @@
|
|
|
3202
3170
|
.p-picklist .p-picklist-buttons .p-button {
|
|
3203
3171
|
margin-bottom: 0.5rem;
|
|
3204
3172
|
}
|
|
3205
|
-
.p-picklist .p-picklist-
|
|
3173
|
+
.p-picklist .p-picklist-list-wrapper {
|
|
3206
3174
|
background: #1e1e1e;
|
|
3207
|
-
color: rgba(255, 255, 255, 0.87);
|
|
3208
3175
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3176
|
+
border-radius: 4px;
|
|
3177
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
3178
|
+
outline-color: transparent;
|
|
3179
|
+
}
|
|
3180
|
+
.p-picklist .p-picklist-list-wrapper.p-focus {
|
|
3181
|
+
outline: 0 none;
|
|
3182
|
+
outline-offset: 0;
|
|
3183
|
+
box-shadow: none;
|
|
3184
|
+
border-color: #CE93D8;
|
|
3185
|
+
}
|
|
3186
|
+
.p-picklist .p-picklist-header {
|
|
3187
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3209
3188
|
padding: 0.75rem;
|
|
3210
3189
|
font-weight: 500;
|
|
3211
|
-
border-bottom: 0 none;
|
|
3212
|
-
border-top-right-radius: 4px;
|
|
3213
|
-
border-top-left-radius: 4px;
|
|
3214
3190
|
}
|
|
3215
3191
|
.p-picklist .p-picklist-list {
|
|
3216
|
-
border: 1px solid rgba(255, 255, 255, 0.12);
|
|
3217
|
-
background: #1e1e1e;
|
|
3218
3192
|
color: rgba(255, 255, 255, 0.87);
|
|
3219
3193
|
padding: 0;
|
|
3220
|
-
border-bottom-right-radius: 4px;
|
|
3221
|
-
border-bottom-left-radius: 4px;
|
|
3222
3194
|
outline: 0 none;
|
|
3223
3195
|
}
|
|
3196
|
+
.p-picklist .p-picklist-list:not(:first-child) {
|
|
3197
|
+
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
3198
|
+
}
|
|
3224
3199
|
.p-picklist .p-picklist-list .p-picklist-item {
|
|
3225
3200
|
padding: 0.75rem 0.75rem;
|
|
3226
3201
|
margin: 0;
|
|
@@ -3229,10 +3204,20 @@
|
|
|
3229
3204
|
background: transparent;
|
|
3230
3205
|
transition: transform 0.2s, none;
|
|
3231
3206
|
}
|
|
3207
|
+
.p-picklist .p-picklist-list .p-picklist-item:first-child {
|
|
3208
|
+
margin-top: 0;
|
|
3209
|
+
}
|
|
3210
|
+
.p-picklist .p-picklist-list .p-picklist-item:last-child {
|
|
3211
|
+
margin-bottom: 0;
|
|
3212
|
+
}
|
|
3232
3213
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
|
3233
3214
|
background: rgba(255, 255, 255, 0.04);
|
|
3234
3215
|
color: rgba(255, 255, 255, 0.87);
|
|
3235
3216
|
}
|
|
3217
|
+
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover.p-focus {
|
|
3218
|
+
color: rgba(255, 255, 255, 0.87);
|
|
3219
|
+
background: rgba(255, 255, 255, 0.12);
|
|
3220
|
+
}
|
|
3236
3221
|
.p-picklist .p-picklist-list .p-picklist-item.p-focus {
|
|
3237
3222
|
color: rgba(255, 255, 255, 0.87);
|
|
3238
3223
|
background: rgba(255, 255, 255, 0.12);
|
|
@@ -3306,6 +3291,7 @@
|
|
|
3306
3291
|
background: transparent;
|
|
3307
3292
|
border-radius: 50%;
|
|
3308
3293
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3294
|
+
outline-color: transparent;
|
|
3309
3295
|
}
|
|
3310
3296
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
|
|
3311
3297
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3324,7 +3310,7 @@
|
|
|
3324
3310
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
|
|
3325
3311
|
margin-right: 0.5rem;
|
|
3326
3312
|
}
|
|
3327
|
-
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox
|
|
3313
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon {
|
|
3328
3314
|
color: rgba(255, 255, 255, 0.87);
|
|
3329
3315
|
}
|
|
3330
3316
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
|
@@ -3457,6 +3443,7 @@
|
|
|
3457
3443
|
background: transparent;
|
|
3458
3444
|
border-radius: 50%;
|
|
3459
3445
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3446
|
+
outline-color: transparent;
|
|
3460
3447
|
margin-right: 0.5rem;
|
|
3461
3448
|
}
|
|
3462
3449
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
|
|
@@ -3472,7 +3459,7 @@
|
|
|
3472
3459
|
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox {
|
|
3473
3460
|
margin-right: 0.5rem;
|
|
3474
3461
|
}
|
|
3475
|
-
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox
|
|
3462
|
+
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox.p-indeterminate .p-checkbox-icon {
|
|
3476
3463
|
color: rgba(255, 255, 255, 0.87);
|
|
3477
3464
|
}
|
|
3478
3465
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
|
@@ -3570,6 +3557,7 @@
|
|
|
3570
3557
|
font-weight: 400;
|
|
3571
3558
|
border-radius: 4px;
|
|
3572
3559
|
transition: none;
|
|
3560
|
+
outline-color: transparent;
|
|
3573
3561
|
}
|
|
3574
3562
|
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
|
|
3575
3563
|
margin-right: 0.5rem;
|
|
@@ -3685,6 +3673,7 @@
|
|
|
3685
3673
|
color: rgba(255, 255, 255, 0.87);
|
|
3686
3674
|
border-radius: 4px;
|
|
3687
3675
|
transition: none;
|
|
3676
|
+
outline-color: transparent;
|
|
3688
3677
|
}
|
|
3689
3678
|
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
|
|
3690
3679
|
margin-right: 0.5rem;
|
|
@@ -3749,6 +3738,7 @@
|
|
|
3749
3738
|
background: transparent;
|
|
3750
3739
|
border-radius: 50%;
|
|
3751
3740
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3741
|
+
outline-color: transparent;
|
|
3752
3742
|
}
|
|
3753
3743
|
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
|
|
3754
3744
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -3788,6 +3778,7 @@
|
|
|
3788
3778
|
background: rgba(255, 255, 255, 0.12);
|
|
3789
3779
|
border: 0 none;
|
|
3790
3780
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
3781
|
+
outline-color: transparent;
|
|
3791
3782
|
}
|
|
3792
3783
|
.p-scrollpanel .p-scrollpanel-bar:focus-visible {
|
|
3793
3784
|
outline: 0 none;
|
|
@@ -3808,6 +3799,7 @@
|
|
|
3808
3799
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
|
3809
3800
|
background: rgba(255, 255, 255, 0.12);
|
|
3810
3801
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
3802
|
+
outline-color: transparent;
|
|
3811
3803
|
}
|
|
3812
3804
|
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
|
|
3813
3805
|
outline: 0 none;
|
|
@@ -3838,6 +3830,7 @@
|
|
|
3838
3830
|
border-top-left-radius: 4px;
|
|
3839
3831
|
transition: none;
|
|
3840
3832
|
margin: 0 0 -1px 0;
|
|
3833
|
+
outline-color: transparent;
|
|
3841
3834
|
}
|
|
3842
3835
|
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
|
|
3843
3836
|
outline: 0 none;
|
|
@@ -3860,6 +3853,7 @@
|
|
|
3860
3853
|
width: 2.25rem;
|
|
3861
3854
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
3862
3855
|
border-radius: 0;
|
|
3856
|
+
outline-color: transparent;
|
|
3863
3857
|
}
|
|
3864
3858
|
.p-tabview .p-tabview-nav-btn.p-link:focus-visible {
|
|
3865
3859
|
outline: 0 none;
|
|
@@ -3959,6 +3953,7 @@
|
|
|
3959
3953
|
background: transparent;
|
|
3960
3954
|
border-radius: 50%;
|
|
3961
3955
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
3956
|
+
outline-color: transparent;
|
|
3962
3957
|
margin-right: 0.5rem;
|
|
3963
3958
|
}
|
|
3964
3959
|
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
|
|
@@ -3988,14 +3983,12 @@
|
|
|
3988
3983
|
background: #262626;
|
|
3989
3984
|
color: rgba(255, 255, 255, 0.87);
|
|
3990
3985
|
padding: 0.75rem 1.25rem;
|
|
3991
|
-
|
|
3986
|
+
display: flex;
|
|
3987
|
+
justify-content: end;
|
|
3988
|
+
gap: 0.5rem;
|
|
3992
3989
|
border-bottom-right-radius: 4px;
|
|
3993
3990
|
border-bottom-left-radius: 4px;
|
|
3994
3991
|
}
|
|
3995
|
-
.p-dialog .p-dialog-footer button {
|
|
3996
|
-
margin: 0 0.5rem 0 0;
|
|
3997
|
-
width: auto;
|
|
3998
|
-
}
|
|
3999
3992
|
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
|
|
4000
3993
|
font-size: 2rem;
|
|
4001
3994
|
}
|
|
@@ -4067,6 +4060,7 @@
|
|
|
4067
4060
|
background: transparent;
|
|
4068
4061
|
border-radius: 50%;
|
|
4069
4062
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4063
|
+
outline-color: transparent;
|
|
4070
4064
|
}
|
|
4071
4065
|
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
|
|
4072
4066
|
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
|
|
@@ -4180,6 +4174,7 @@
|
|
|
4180
4174
|
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
|
|
4181
4175
|
transition: none;
|
|
4182
4176
|
border-radius: 4px;
|
|
4177
|
+
outline-color: transparent;
|
|
4183
4178
|
}
|
|
4184
4179
|
.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
|
|
4185
4180
|
outline: 0 none;
|
|
@@ -4221,6 +4216,16 @@
|
|
|
4221
4216
|
border: 0 none;
|
|
4222
4217
|
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);
|
|
4223
4218
|
border-radius: 4px;
|
|
4219
|
+
border-radius: 4px;
|
|
4220
|
+
}
|
|
4221
|
+
.p-contextmenu .p-menuitem {
|
|
4222
|
+
margin: 0;
|
|
4223
|
+
}
|
|
4224
|
+
.p-contextmenu .p-menuitem:first-child {
|
|
4225
|
+
margin-top: 0;
|
|
4226
|
+
}
|
|
4227
|
+
.p-contextmenu .p-menuitem:last-child {
|
|
4228
|
+
margin-bottom: 0;
|
|
4224
4229
|
}
|
|
4225
4230
|
.p-contextmenu .p-menuitem > .p-menuitem-content {
|
|
4226
4231
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4364,6 +4369,15 @@
|
|
|
4364
4369
|
.p-megamenu .p-megamenu-root-list {
|
|
4365
4370
|
outline: 0 none;
|
|
4366
4371
|
}
|
|
4372
|
+
.p-megamenu .p-menuitem {
|
|
4373
|
+
margin: 0;
|
|
4374
|
+
}
|
|
4375
|
+
.p-megamenu .p-menuitem:first-child {
|
|
4376
|
+
margin-top: 0;
|
|
4377
|
+
}
|
|
4378
|
+
.p-megamenu .p-menuitem:last-child {
|
|
4379
|
+
margin-bottom: 0;
|
|
4380
|
+
}
|
|
4367
4381
|
.p-megamenu .p-menuitem > .p-menuitem-content {
|
|
4368
4382
|
color: rgba(255, 255, 255, 0.87);
|
|
4369
4383
|
transition: none;
|
|
@@ -4422,6 +4436,7 @@
|
|
|
4422
4436
|
color: rgba(255, 255, 255, 0.87);
|
|
4423
4437
|
border: 0 none;
|
|
4424
4438
|
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);
|
|
4439
|
+
border-radius: 4px;
|
|
4425
4440
|
}
|
|
4426
4441
|
.p-megamenu .p-submenu-header {
|
|
4427
4442
|
margin: 0;
|
|
@@ -4484,6 +4499,7 @@
|
|
|
4484
4499
|
color: rgba(255, 255, 255, 0.6);
|
|
4485
4500
|
border-radius: 50%;
|
|
4486
4501
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4502
|
+
outline-color: transparent;
|
|
4487
4503
|
}
|
|
4488
4504
|
.p-megamenu.p-megamenu-mobile .p-megamenu-button:hover {
|
|
4489
4505
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -4533,6 +4549,15 @@
|
|
|
4533
4549
|
border-radius: 4px;
|
|
4534
4550
|
min-width: 12.5rem;
|
|
4535
4551
|
}
|
|
4552
|
+
.p-menu .p-menuitem {
|
|
4553
|
+
margin: 0;
|
|
4554
|
+
}
|
|
4555
|
+
.p-menu .p-menuitem:first-child {
|
|
4556
|
+
margin-top: 0;
|
|
4557
|
+
}
|
|
4558
|
+
.p-menu .p-menuitem:last-child {
|
|
4559
|
+
margin-bottom: 0;
|
|
4560
|
+
}
|
|
4536
4561
|
.p-menu .p-menuitem > .p-menuitem-content {
|
|
4537
4562
|
color: rgba(255, 255, 255, 0.87);
|
|
4538
4563
|
transition: none;
|
|
@@ -4645,6 +4670,15 @@
|
|
|
4645
4670
|
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
|
|
4646
4671
|
color: rgba(255, 255, 255, 0.6);
|
|
4647
4672
|
}
|
|
4673
|
+
.p-menubar .p-menuitem {
|
|
4674
|
+
margin: 0;
|
|
4675
|
+
}
|
|
4676
|
+
.p-menubar .p-menuitem:first-child {
|
|
4677
|
+
margin-top: 0;
|
|
4678
|
+
}
|
|
4679
|
+
.p-menubar .p-menuitem:last-child {
|
|
4680
|
+
margin-bottom: 0;
|
|
4681
|
+
}
|
|
4648
4682
|
.p-menubar .p-menuitem > .p-menuitem-content {
|
|
4649
4683
|
color: rgba(255, 255, 255, 0.87);
|
|
4650
4684
|
transition: none;
|
|
@@ -4704,6 +4738,7 @@
|
|
|
4704
4738
|
border: 0 none;
|
|
4705
4739
|
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);
|
|
4706
4740
|
min-width: 12.5rem;
|
|
4741
|
+
border-radius: 4px;
|
|
4707
4742
|
}
|
|
4708
4743
|
.p-menubar .p-submenu-list .p-menuitem-separator {
|
|
4709
4744
|
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
|
@@ -4718,6 +4753,7 @@
|
|
|
4718
4753
|
color: rgba(255, 255, 255, 0.6);
|
|
4719
4754
|
border-radius: 50%;
|
|
4720
4755
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
4756
|
+
outline-color: transparent;
|
|
4721
4757
|
}
|
|
4722
4758
|
.p-menubar.p-menubar-mobile .p-menubar-button:hover {
|
|
4723
4759
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -4780,6 +4816,7 @@
|
|
|
4780
4816
|
background: #1e1e1e;
|
|
4781
4817
|
border-radius: 4px;
|
|
4782
4818
|
transition: none;
|
|
4819
|
+
outline-color: transparent;
|
|
4783
4820
|
}
|
|
4784
4821
|
.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
|
|
4785
4822
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4829,6 +4866,15 @@
|
|
|
4829
4866
|
.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
|
|
4830
4867
|
outline: 0 none;
|
|
4831
4868
|
}
|
|
4869
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem {
|
|
4870
|
+
margin: 0;
|
|
4871
|
+
}
|
|
4872
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:first-child {
|
|
4873
|
+
margin-top: 0;
|
|
4874
|
+
}
|
|
4875
|
+
.p-panelmenu .p-panelmenu-content .p-menuitem:last-child {
|
|
4876
|
+
margin-bottom: 0;
|
|
4877
|
+
}
|
|
4832
4878
|
.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
|
|
4833
4879
|
color: rgba(255, 255, 255, 0.87);
|
|
4834
4880
|
transition: none;
|
|
@@ -4925,6 +4971,7 @@
|
|
|
4925
4971
|
transition: none;
|
|
4926
4972
|
border-radius: 4px;
|
|
4927
4973
|
background: transparent;
|
|
4974
|
+
outline-color: transparent;
|
|
4928
4975
|
}
|
|
4929
4976
|
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
|
|
4930
4977
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -4985,6 +5032,7 @@
|
|
|
4985
5032
|
border-top-left-radius: 4px;
|
|
4986
5033
|
transition: none;
|
|
4987
5034
|
margin: 0 0 -1px 0;
|
|
5035
|
+
outline-color: transparent;
|
|
4988
5036
|
}
|
|
4989
5037
|
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
|
|
4990
5038
|
margin-right: 0.5rem;
|
|
@@ -5026,6 +5074,16 @@
|
|
|
5026
5074
|
background: #2b2b2b;
|
|
5027
5075
|
border: 0 none;
|
|
5028
5076
|
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);
|
|
5077
|
+
border-radius: 4px;
|
|
5078
|
+
}
|
|
5079
|
+
.p-tieredmenu .p-menuitem {
|
|
5080
|
+
margin: 0;
|
|
5081
|
+
}
|
|
5082
|
+
.p-tieredmenu .p-menuitem:first-child {
|
|
5083
|
+
margin-top: 0;
|
|
5084
|
+
}
|
|
5085
|
+
.p-tieredmenu .p-menuitem:last-child {
|
|
5086
|
+
margin-bottom: 0;
|
|
5029
5087
|
}
|
|
5030
5088
|
.p-tieredmenu .p-menuitem > .p-menuitem-content {
|
|
5031
5089
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5157,6 +5215,7 @@
|
|
|
5157
5215
|
border-radius: 50%;
|
|
5158
5216
|
background: transparent;
|
|
5159
5217
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5218
|
+
outline-color: transparent;
|
|
5160
5219
|
}
|
|
5161
5220
|
.p-message .p-message-close:hover {
|
|
5162
5221
|
background: rgba(255, 255, 255, 0.5);
|
|
@@ -5261,6 +5320,7 @@
|
|
|
5261
5320
|
border-radius: 50%;
|
|
5262
5321
|
background: transparent;
|
|
5263
5322
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5323
|
+
outline-color: transparent;
|
|
5264
5324
|
}
|
|
5265
5325
|
.p-toast .p-toast-message .p-toast-icon-close:hover {
|
|
5266
5326
|
background: rgba(255, 255, 255, 0.5);
|
|
@@ -5412,6 +5472,9 @@
|
|
|
5412
5472
|
background: rgba(255, 255, 255, 0.1);
|
|
5413
5473
|
color: rgba(255, 255, 255, 0.87);
|
|
5414
5474
|
}
|
|
5475
|
+
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content {
|
|
5476
|
+
outline-color: transparent;
|
|
5477
|
+
}
|
|
5415
5478
|
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
|
|
5416
5479
|
outline: 0 none;
|
|
5417
5480
|
outline-offset: 0;
|
|
@@ -5535,6 +5598,10 @@
|
|
|
5535
5598
|
line-height: 3rem;
|
|
5536
5599
|
}
|
|
5537
5600
|
|
|
5601
|
+
.p-blockui {
|
|
5602
|
+
border-radius: 4px;
|
|
5603
|
+
}
|
|
5604
|
+
|
|
5538
5605
|
.p-chip {
|
|
5539
5606
|
background-color: rgba(255, 255, 255, 0.12);
|
|
5540
5607
|
color: rgba(255, 255, 255, 0.87);
|
|
@@ -5559,6 +5626,7 @@
|
|
|
5559
5626
|
margin-left: 0.5rem;
|
|
5560
5627
|
border-radius: 4px;
|
|
5561
5628
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5629
|
+
outline-color: transparent;
|
|
5562
5630
|
}
|
|
5563
5631
|
.p-chip .p-chip-remove-icon:focus-visible {
|
|
5564
5632
|
outline: 0 none;
|
|
@@ -5573,6 +5641,7 @@
|
|
|
5573
5641
|
padding: 1rem 1rem;
|
|
5574
5642
|
border-radius: 4px;
|
|
5575
5643
|
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
|
5644
|
+
outline-color: transparent;
|
|
5576
5645
|
}
|
|
5577
5646
|
.p-inplace .p-inplace-display:not(.p-disabled):hover {
|
|
5578
5647
|
background: rgba(255, 255, 255, 0.04);
|
|
@@ -5584,6 +5653,65 @@
|
|
|
5584
5653
|
box-shadow: none;
|
|
5585
5654
|
}
|
|
5586
5655
|
|
|
5656
|
+
.p-metergroup .p-metergroup-meter-container {
|
|
5657
|
+
background: rgba(206, 147, 216, 0.32);
|
|
5658
|
+
border-radius: 4px;
|
|
5659
|
+
}
|
|
5660
|
+
.p-metergroup .p-metergroup-meter {
|
|
5661
|
+
border: 0 none;
|
|
5662
|
+
background: #CE93D8;
|
|
5663
|
+
}
|
|
5664
|
+
.p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item {
|
|
5665
|
+
line-height: 4px;
|
|
5666
|
+
}
|
|
5667
|
+
.p-metergroup .p-metergroup-label-list .p-metergroup-label-type {
|
|
5668
|
+
background: #CE93D8;
|
|
5669
|
+
width: 0.5rem;
|
|
5670
|
+
height: 0.5rem;
|
|
5671
|
+
border-radius: 100%;
|
|
5672
|
+
margin-right: 0.5rem;
|
|
5673
|
+
}
|
|
5674
|
+
.p-metergroup .p-metergroup-label-list .p-metergroup-label {
|
|
5675
|
+
margin-right: 1rem;
|
|
5676
|
+
}
|
|
5677
|
+
.p-metergroup .p-metergroup-label-list .p-metergroup-label-icon {
|
|
5678
|
+
width: 1rem;
|
|
5679
|
+
height: 1rem;
|
|
5680
|
+
margin-right: 0.5rem;
|
|
5681
|
+
}
|
|
5682
|
+
.p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container {
|
|
5683
|
+
height: 0.5rem;
|
|
5684
|
+
}
|
|
5685
|
+
.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
|
|
5686
|
+
border-top-left-radius: 4px;
|
|
5687
|
+
border-bottom-left-radius: 4px;
|
|
5688
|
+
}
|
|
5689
|
+
.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
|
|
5690
|
+
border-top-right-radius: 4px;
|
|
5691
|
+
border-bottom-right-radius: 4px;
|
|
5692
|
+
}
|
|
5693
|
+
.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start {
|
|
5694
|
+
margin-bottom: 1rem;
|
|
5695
|
+
}
|
|
5696
|
+
.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end {
|
|
5697
|
+
margin-top: 1rem;
|
|
5698
|
+
}
|
|
5699
|
+
.p-metergroup.p-metergroup-vertical .p-metergroup-meter-container {
|
|
5700
|
+
width: 0.5rem;
|
|
5701
|
+
height: 100%;
|
|
5702
|
+
}
|
|
5703
|
+
.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
|
|
5704
|
+
border-top-left-radius: 4px;
|
|
5705
|
+
border-top-right-radius: 4px;
|
|
5706
|
+
}
|
|
5707
|
+
.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
|
|
5708
|
+
border-bottom-left-radius: 4px;
|
|
5709
|
+
border-bottom-right-radius: 4px;
|
|
5710
|
+
}
|
|
5711
|
+
.p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start) {
|
|
5712
|
+
margin-left: 1rem;
|
|
5713
|
+
}
|
|
5714
|
+
|
|
5587
5715
|
.p-progressbar {
|
|
5588
5716
|
border: 0 none;
|
|
5589
5717
|
height: 4px;
|
|
@@ -5700,9 +5828,11 @@
|
|
|
5700
5828
|
color: #212121;
|
|
5701
5829
|
}
|
|
5702
5830
|
.p-tag .p-tag-icon {
|
|
5703
|
-
margin-right: 0.25rem;
|
|
5704
5831
|
font-size: 0.75rem;
|
|
5705
5832
|
}
|
|
5833
|
+
.p-tag .p-tag-icon:not(:last-child) {
|
|
5834
|
+
margin-right: 0.25rem;
|
|
5835
|
+
}
|
|
5706
5836
|
.p-tag .p-tag-icon.p-icon {
|
|
5707
5837
|
width: 0.75rem;
|
|
5708
5838
|
height: 0.75rem;
|
|
@@ -5898,102 +6028,230 @@
|
|
|
5898
6028
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
5899
6029
|
}
|
|
5900
6030
|
|
|
5901
|
-
.p-button.p-button-secondary:enabled:focus,
|
|
6031
|
+
.p-button.p-button-secondary:enabled:focus,
|
|
6032
|
+
.p-buttonset.p-button-secondary > .p-button:enabled:focus,
|
|
6033
|
+
.p-splitbutton.p-button-secondary > .p-button:enabled:focus {
|
|
5902
6034
|
background: rgba(165, 214, 167, 0.76);
|
|
5903
6035
|
}
|
|
5904
|
-
.p-button.p-button-secondary:enabled:active,
|
|
6036
|
+
.p-button.p-button-secondary:enabled:active,
|
|
6037
|
+
.p-buttonset.p-button-secondary > .p-button:enabled:active,
|
|
6038
|
+
.p-splitbutton.p-button-secondary > .p-button:enabled:active {
|
|
5905
6039
|
background: rgba(165, 214, 167, 0.68);
|
|
5906
6040
|
}
|
|
5907
|
-
.p-button.p-button-secondary.p-button-text:enabled:focus, .p-button.p-button-secondary.p-button-outlined:enabled:focus,
|
|
6041
|
+
.p-button.p-button-secondary.p-button-text:enabled:focus, .p-button.p-button-secondary.p-button-outlined:enabled:focus,
|
|
6042
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:focus,
|
|
6043
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:focus,
|
|
6044
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:focus,
|
|
6045
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:focus {
|
|
5908
6046
|
background: rgba(165, 214, 167, 0.12);
|
|
5909
6047
|
}
|
|
5910
|
-
.p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-outlined:enabled:active,
|
|
6048
|
+
.p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-outlined:enabled:active,
|
|
6049
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active,
|
|
6050
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
|
|
6051
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active,
|
|
6052
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
|
|
5911
6053
|
background: rgba(165, 214, 167, 0.16);
|
|
5912
6054
|
}
|
|
5913
|
-
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink,
|
|
6055
|
+
.p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink,
|
|
6056
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink,
|
|
6057
|
+
.p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink,
|
|
6058
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink,
|
|
6059
|
+
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink {
|
|
5914
6060
|
background-color: rgba(165, 214, 167, 0.16);
|
|
5915
6061
|
}
|
|
5916
6062
|
|
|
5917
|
-
.p-button.p-button-info:enabled:focus,
|
|
6063
|
+
.p-button.p-button-info:enabled:focus,
|
|
6064
|
+
.p-buttonset.p-button-info > .p-button:enabled:focus,
|
|
6065
|
+
.p-splitbutton.p-button-info > .p-button:enabled:focus {
|
|
5918
6066
|
background: rgba(144, 202, 249, 0.76);
|
|
5919
6067
|
}
|
|
5920
|
-
.p-button.p-button-info:enabled:active,
|
|
6068
|
+
.p-button.p-button-info:enabled:active,
|
|
6069
|
+
.p-buttonset.p-button-info > .p-button:enabled:active,
|
|
6070
|
+
.p-splitbutton.p-button-info > .p-button:enabled:active {
|
|
5921
6071
|
background: rgba(144, 202, 249, 0.68);
|
|
5922
6072
|
}
|
|
5923
|
-
.p-button.p-button-info.p-button-text:enabled:focus, .p-button.p-button-info.p-button-outlined:enabled:focus,
|
|
6073
|
+
.p-button.p-button-info.p-button-text:enabled:focus, .p-button.p-button-info.p-button-outlined:enabled:focus,
|
|
6074
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:focus,
|
|
6075
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:focus,
|
|
6076
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:focus,
|
|
6077
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:focus {
|
|
5924
6078
|
background: rgba(144, 202, 249, 0.12);
|
|
5925
6079
|
}
|
|
5926
|
-
.p-button.p-button-info.p-button-text:enabled:active, .p-button.p-button-info.p-button-outlined:enabled:active,
|
|
6080
|
+
.p-button.p-button-info.p-button-text:enabled:active, .p-button.p-button-info.p-button-outlined:enabled:active,
|
|
6081
|
+
.p-buttonset.p-button-info > .p-button.p-button-text:enabled:active,
|
|
6082
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active,
|
|
6083
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active,
|
|
6084
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
|
|
5927
6085
|
background: rgba(144, 202, 249, 0.16);
|
|
5928
6086
|
}
|
|
5929
|
-
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink,
|
|
6087
|
+
.p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink,
|
|
6088
|
+
.p-buttonset.p-button-info > .p-button.p-button-text .p-ink,
|
|
6089
|
+
.p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink,
|
|
6090
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text .p-ink,
|
|
6091
|
+
.p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink {
|
|
5930
6092
|
background-color: rgba(144, 202, 249, 0.16);
|
|
5931
6093
|
}
|
|
5932
6094
|
|
|
5933
|
-
.p-button.p-button-success:enabled:focus,
|
|
6095
|
+
.p-button.p-button-success:enabled:focus,
|
|
6096
|
+
.p-buttonset.p-button-success > .p-button:enabled:focus,
|
|
6097
|
+
.p-splitbutton.p-button-success > .p-button:enabled:focus {
|
|
5934
6098
|
background: rgba(197, 225, 165, 0.76);
|
|
5935
6099
|
}
|
|
5936
|
-
.p-button.p-button-success:enabled:active,
|
|
6100
|
+
.p-button.p-button-success:enabled:active,
|
|
6101
|
+
.p-buttonset.p-button-success > .p-button:enabled:active,
|
|
6102
|
+
.p-splitbutton.p-button-success > .p-button:enabled:active {
|
|
5937
6103
|
background: rgba(197, 225, 165, 0.68);
|
|
5938
6104
|
}
|
|
5939
|
-
.p-button.p-button-success.p-button-text:enabled:focus, .p-button.p-button-success.p-button-outlined:enabled:focus,
|
|
6105
|
+
.p-button.p-button-success.p-button-text:enabled:focus, .p-button.p-button-success.p-button-outlined:enabled:focus,
|
|
6106
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:focus,
|
|
6107
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:focus,
|
|
6108
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:focus,
|
|
6109
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:focus {
|
|
5940
6110
|
background: rgba(197, 225, 165, 0.12);
|
|
5941
6111
|
}
|
|
5942
|
-
.p-button.p-button-success.p-button-text:enabled:active, .p-button.p-button-success.p-button-outlined:enabled:active,
|
|
6112
|
+
.p-button.p-button-success.p-button-text:enabled:active, .p-button.p-button-success.p-button-outlined:enabled:active,
|
|
6113
|
+
.p-buttonset.p-button-success > .p-button.p-button-text:enabled:active,
|
|
6114
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active,
|
|
6115
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active,
|
|
6116
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
|
|
5943
6117
|
background: rgba(197, 225, 165, 0.16);
|
|
5944
6118
|
}
|
|
5945
|
-
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink,
|
|
6119
|
+
.p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink,
|
|
6120
|
+
.p-buttonset.p-button-success > .p-button.p-button-text .p-ink,
|
|
6121
|
+
.p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink,
|
|
6122
|
+
.p-splitbutton.p-button-success > .p-button.p-button-text .p-ink,
|
|
6123
|
+
.p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink {
|
|
5946
6124
|
background-color: rgba(197, 225, 165, 0.16);
|
|
5947
6125
|
}
|
|
5948
6126
|
|
|
5949
|
-
.p-button.p-button-warning:enabled:focus,
|
|
6127
|
+
.p-button.p-button-warning:enabled:focus,
|
|
6128
|
+
.p-buttonset.p-button-warning > .p-button:enabled:focus,
|
|
6129
|
+
.p-splitbutton.p-button-warning > .p-button:enabled:focus {
|
|
5950
6130
|
background: rgba(255, 245, 157, 0.76);
|
|
5951
6131
|
}
|
|
5952
|
-
.p-button.p-button-warning:enabled:active,
|
|
6132
|
+
.p-button.p-button-warning:enabled:active,
|
|
6133
|
+
.p-buttonset.p-button-warning > .p-button:enabled:active,
|
|
6134
|
+
.p-splitbutton.p-button-warning > .p-button:enabled:active {
|
|
5953
6135
|
background: rgba(255, 245, 157, 0.68);
|
|
5954
6136
|
}
|
|
5955
|
-
.p-button.p-button-warning.p-button-text:enabled:focus, .p-button.p-button-warning.p-button-outlined:enabled:focus,
|
|
6137
|
+
.p-button.p-button-warning.p-button-text:enabled:focus, .p-button.p-button-warning.p-button-outlined:enabled:focus,
|
|
6138
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:focus,
|
|
6139
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:focus,
|
|
6140
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:focus,
|
|
6141
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:focus {
|
|
5956
6142
|
background: rgba(255, 245, 157, 0.12);
|
|
5957
6143
|
}
|
|
5958
|
-
.p-button.p-button-warning.p-button-text:enabled:active, .p-button.p-button-warning.p-button-outlined:enabled:active,
|
|
6144
|
+
.p-button.p-button-warning.p-button-text:enabled:active, .p-button.p-button-warning.p-button-outlined:enabled:active,
|
|
6145
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active,
|
|
6146
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active,
|
|
6147
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active,
|
|
6148
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
|
|
5959
6149
|
background: rgba(255, 245, 157, 0.16);
|
|
5960
6150
|
}
|
|
5961
|
-
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink,
|
|
6151
|
+
.p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink,
|
|
6152
|
+
.p-buttonset.p-button-warning > .p-button.p-button-text .p-ink,
|
|
6153
|
+
.p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink,
|
|
6154
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink,
|
|
6155
|
+
.p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink {
|
|
5962
6156
|
background-color: rgba(255, 245, 157, 0.16);
|
|
5963
6157
|
}
|
|
5964
6158
|
|
|
5965
|
-
.p-button.p-button-help:enabled:focus,
|
|
6159
|
+
.p-button.p-button-help:enabled:focus,
|
|
6160
|
+
.p-buttonset.p-button-help > .p-button:enabled:focus,
|
|
6161
|
+
.p-splitbutton.p-button-help > .p-button:enabled:focus {
|
|
5966
6162
|
background: rgba(206, 147, 216, 0.76);
|
|
5967
6163
|
}
|
|
5968
|
-
.p-button.p-button-help:enabled:active,
|
|
6164
|
+
.p-button.p-button-help:enabled:active,
|
|
6165
|
+
.p-buttonset.p-button-help > .p-button:enabled:active,
|
|
6166
|
+
.p-splitbutton.p-button-help > .p-button:enabled:active {
|
|
5969
6167
|
background: rgba(206, 147, 216, 0.68);
|
|
5970
6168
|
}
|
|
5971
|
-
.p-button.p-button-help.p-button-text:enabled:focus, .p-button.p-button-help.p-button-outlined:enabled:focus,
|
|
6169
|
+
.p-button.p-button-help.p-button-text:enabled:focus, .p-button.p-button-help.p-button-outlined:enabled:focus,
|
|
6170
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:focus,
|
|
6171
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:focus,
|
|
6172
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:focus,
|
|
6173
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:focus {
|
|
5972
6174
|
background: rgba(206, 147, 216, 0.12);
|
|
5973
6175
|
}
|
|
5974
|
-
.p-button.p-button-help.p-button-text:enabled:active, .p-button.p-button-help.p-button-outlined:enabled:active,
|
|
6176
|
+
.p-button.p-button-help.p-button-text:enabled:active, .p-button.p-button-help.p-button-outlined:enabled:active,
|
|
6177
|
+
.p-buttonset.p-button-help > .p-button.p-button-text:enabled:active,
|
|
6178
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active,
|
|
6179
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active,
|
|
6180
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
|
|
5975
6181
|
background: rgba(206, 147, 216, 0.16);
|
|
5976
6182
|
}
|
|
5977
|
-
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink,
|
|
6183
|
+
.p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink,
|
|
6184
|
+
.p-buttonset.p-button-help > .p-button.p-button-text .p-ink,
|
|
6185
|
+
.p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink,
|
|
6186
|
+
.p-splitbutton.p-button-help > .p-button.p-button-text .p-ink,
|
|
6187
|
+
.p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink {
|
|
5978
6188
|
background-color: rgba(206, 147, 216, 0.16);
|
|
5979
6189
|
}
|
|
5980
6190
|
|
|
5981
|
-
.p-button.p-button-danger:enabled:focus,
|
|
6191
|
+
.p-button.p-button-danger:enabled:focus,
|
|
6192
|
+
.p-buttonset.p-button-danger > .p-button:enabled:focus,
|
|
6193
|
+
.p-splitbutton.p-button-danger > .p-button:enabled:focus {
|
|
5982
6194
|
background: rgba(239, 154, 154, 0.76);
|
|
5983
6195
|
}
|
|
5984
|
-
.p-button.p-button-danger:enabled:active,
|
|
6196
|
+
.p-button.p-button-danger:enabled:active,
|
|
6197
|
+
.p-buttonset.p-button-danger > .p-button:enabled:active,
|
|
6198
|
+
.p-splitbutton.p-button-danger > .p-button:enabled:active {
|
|
5985
6199
|
background: rgba(239, 154, 154, 0.68);
|
|
5986
6200
|
}
|
|
5987
|
-
.p-button.p-button-danger.p-button-text:enabled:focus, .p-button.p-button-danger.p-button-outlined:enabled:focus,
|
|
6201
|
+
.p-button.p-button-danger.p-button-text:enabled:focus, .p-button.p-button-danger.p-button-outlined:enabled:focus,
|
|
6202
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:focus,
|
|
6203
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:focus,
|
|
6204
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:focus,
|
|
6205
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:focus {
|
|
5988
6206
|
background: rgba(239, 154, 154, 0.12);
|
|
5989
6207
|
}
|
|
5990
|
-
.p-button.p-button-danger.p-button-text:enabled:active, .p-button.p-button-danger.p-button-outlined:enabled:active,
|
|
6208
|
+
.p-button.p-button-danger.p-button-text:enabled:active, .p-button.p-button-danger.p-button-outlined:enabled:active,
|
|
6209
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active,
|
|
6210
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active,
|
|
6211
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active,
|
|
6212
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
|
|
5991
6213
|
background: rgba(239, 154, 154, 0.16);
|
|
5992
6214
|
}
|
|
5993
|
-
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink,
|
|
6215
|
+
.p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink,
|
|
6216
|
+
.p-buttonset.p-button-danger > .p-button.p-button-text .p-ink,
|
|
6217
|
+
.p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink,
|
|
6218
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink,
|
|
6219
|
+
.p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink {
|
|
5994
6220
|
background-color: rgba(239, 154, 154, 0.16);
|
|
5995
6221
|
}
|
|
5996
6222
|
|
|
6223
|
+
.p-button.p-button-contrast:enabled:focus,
|
|
6224
|
+
.p-buttonset.p-button-contrast > .p-button:enabled:focus,
|
|
6225
|
+
.p-splitbutton.p-button-contrast > .p-button:enabled:focus {
|
|
6226
|
+
background: rgba(255, 255, 255, 0.76);
|
|
6227
|
+
}
|
|
6228
|
+
.p-button.p-button-contrast:enabled:active,
|
|
6229
|
+
.p-buttonset.p-button-contrast > .p-button:enabled:active,
|
|
6230
|
+
.p-splitbutton.p-button-contrast > .p-button:enabled:active {
|
|
6231
|
+
background: rgba(255, 255, 255, 0.68);
|
|
6232
|
+
}
|
|
6233
|
+
.p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus,
|
|
6234
|
+
.p-buttonset.p-button-contrast > .p-button.p-button-text:enabled:focus,
|
|
6235
|
+
.p-buttonset.p-button-contrast > .p-button.p-button-outlined:enabled:focus,
|
|
6236
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus,
|
|
6237
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus {
|
|
6238
|
+
background: rgba(255, 255, 255, 0.12);
|
|
6239
|
+
}
|
|
6240
|
+
.p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active,
|
|
6241
|
+
.p-buttonset.p-button-contrast > .p-button.p-button-text:enabled:active,
|
|
6242
|
+
.p-buttonset.p-button-contrast > .p-button.p-button-outlined:enabled:active,
|
|
6243
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active,
|
|
6244
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active {
|
|
6245
|
+
background: rgba(255, 255, 255, 0.16);
|
|
6246
|
+
}
|
|
6247
|
+
.p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink,
|
|
6248
|
+
.p-buttonset.p-button-contrast > .p-button.p-button-text .p-ink,
|
|
6249
|
+
.p-buttonset.p-button-contrast > .p-button.p-button-outlined .p-ink,
|
|
6250
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink,
|
|
6251
|
+
.p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink {
|
|
6252
|
+
background-color: rgba(255, 255, 255, 0.16);
|
|
6253
|
+
}
|
|
6254
|
+
|
|
5997
6255
|
.p-calendar-w-btn {
|
|
5998
6256
|
border: 1px solid rgba(255, 255, 255, 0.3);
|
|
5999
6257
|
background: #1e1e1e;
|
|
@@ -6233,21 +6491,15 @@
|
|
|
6233
6491
|
border-radius: 50%;
|
|
6234
6492
|
transition: box-shadow 0.2s;
|
|
6235
6493
|
}
|
|
6494
|
+
.p-checkbox .p-checkbox-input {
|
|
6495
|
+
border-radius: 2px;
|
|
6496
|
+
}
|
|
6236
6497
|
.p-checkbox .p-checkbox-box {
|
|
6237
6498
|
border-color: rgba(255, 255, 255, 0.7);
|
|
6238
6499
|
border-radius: 2px;
|
|
6239
6500
|
position: relative;
|
|
6240
6501
|
}
|
|
6241
|
-
.p-checkbox .p-checkbox-box
|
|
6242
|
-
border-color: rgba(255, 255, 255, 0.7);
|
|
6243
|
-
}
|
|
6244
|
-
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
|
|
6245
|
-
border-color: rgba(255, 255, 255, 0.7);
|
|
6246
|
-
}
|
|
6247
|
-
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
|
|
6248
|
-
border-color: #CE93D8;
|
|
6249
|
-
}
|
|
6250
|
-
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before {
|
|
6502
|
+
.p-checkbox.p-highlight .p-checkbox-box .p-checkbox-icon.pi-check:before {
|
|
6251
6503
|
content: "";
|
|
6252
6504
|
position: absolute;
|
|
6253
6505
|
top: 6px;
|
|
@@ -6258,23 +6510,32 @@
|
|
|
6258
6510
|
transform-origin: 0% 100%;
|
|
6259
6511
|
animation: checkbox-check 125ms 50ms linear forwards;
|
|
6260
6512
|
}
|
|
6261
|
-
.p-checkbox:not(.p-
|
|
6513
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) {
|
|
6262
6514
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
6263
6515
|
}
|
|
6264
|
-
.p-checkbox:not(.p-checkbox-
|
|
6265
|
-
|
|
6516
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box {
|
|
6517
|
+
border-color: rgba(255, 255, 255, 0.7);
|
|
6266
6518
|
}
|
|
6267
|
-
.p-checkbox.p-
|
|
6519
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight {
|
|
6268
6520
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04);
|
|
6269
6521
|
}
|
|
6270
|
-
.p-checkbox
|
|
6522
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) {
|
|
6523
|
+
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12);
|
|
6524
|
+
}
|
|
6525
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box {
|
|
6526
|
+
border-color: rgba(255, 255, 255, 0.7);
|
|
6527
|
+
}
|
|
6528
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight {
|
|
6271
6529
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
|
|
6272
6530
|
}
|
|
6531
|
+
.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box {
|
|
6532
|
+
border-color: #CE93D8;
|
|
6533
|
+
}
|
|
6273
6534
|
|
|
6274
6535
|
.p-input-filled .p-checkbox .p-checkbox-box {
|
|
6275
6536
|
background-color: #1e1e1e;
|
|
6276
6537
|
}
|
|
6277
|
-
.p-input-filled .p-checkbox
|
|
6538
|
+
.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) {
|
|
6278
6539
|
background-color: #1e1e1e;
|
|
6279
6540
|
}
|
|
6280
6541
|
|
|
@@ -6555,16 +6816,16 @@
|
|
|
6555
6816
|
transition-property: box-shadow transform;
|
|
6556
6817
|
box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6557
6818
|
}
|
|
6558
|
-
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6819
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before {
|
|
6559
6820
|
box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
6560
6821
|
}
|
|
6561
|
-
.p-inputswitch.p-
|
|
6562
|
-
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6563
|
-
}
|
|
6564
|
-
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before {
|
|
6822
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before {
|
|
6565
6823
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6566
6824
|
}
|
|
6567
|
-
.p-inputswitch.p-
|
|
6825
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before {
|
|
6826
|
+
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6827
|
+
}
|
|
6828
|
+
.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before {
|
|
6568
6829
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12);
|
|
6569
6830
|
}
|
|
6570
6831
|
|
|
@@ -6644,6 +6905,10 @@
|
|
|
6644
6905
|
background: rgba(255, 255, 255, 0.12);
|
|
6645
6906
|
}
|
|
6646
6907
|
|
|
6908
|
+
.p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item {
|
|
6909
|
+
line-height: 1rem;
|
|
6910
|
+
}
|
|
6911
|
+
|
|
6647
6912
|
.p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger {
|
|
6648
6913
|
background-image: none;
|
|
6649
6914
|
background: transparent;
|
|
@@ -6874,32 +7139,32 @@
|
|
|
6874
7139
|
border-radius: 50%;
|
|
6875
7140
|
transition: box-shadow 0.2s;
|
|
6876
7141
|
}
|
|
6877
|
-
.p-radiobutton
|
|
6878
|
-
|
|
7142
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) {
|
|
7143
|
+
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
6879
7144
|
}
|
|
6880
|
-
.p-radiobutton
|
|
7145
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box {
|
|
6881
7146
|
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
6882
7147
|
}
|
|
6883
|
-
.p-radiobutton
|
|
6884
|
-
|
|
6885
|
-
}
|
|
6886
|
-
.p-radiobutton:not(.p-radiobutton-disabled):hover {
|
|
6887
|
-
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04);
|
|
7148
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight {
|
|
7149
|
+
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04);
|
|
6888
7150
|
}
|
|
6889
|
-
.p-radiobutton:not(.p-
|
|
7151
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) {
|
|
6890
7152
|
box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12);
|
|
6891
7153
|
}
|
|
6892
|
-
.p-radiobutton.p-
|
|
6893
|
-
|
|
7154
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box {
|
|
7155
|
+
border: 2px solid rgba(255, 255, 255, 0.7);
|
|
6894
7156
|
}
|
|
6895
|
-
.p-radiobutton.p-
|
|
7157
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight {
|
|
6896
7158
|
box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12);
|
|
6897
7159
|
}
|
|
7160
|
+
.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box {
|
|
7161
|
+
border-color: #CE93D8;
|
|
7162
|
+
}
|
|
6898
7163
|
|
|
6899
7164
|
.p-input-filled .p-radiobutton .p-radiobutton-box {
|
|
6900
7165
|
background-color: #1e1e1e;
|
|
6901
7166
|
}
|
|
6902
|
-
.p-input-filled .p-radiobutton
|
|
7167
|
+
.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) {
|
|
6903
7168
|
background-color: #1e1e1e;
|
|
6904
7169
|
}
|
|
6905
7170
|
|
|
@@ -6920,7 +7185,7 @@
|
|
|
6920
7185
|
transition: transform 0.2s, box-shadow 0.2s;
|
|
6921
7186
|
transform: scale(0.7);
|
|
6922
7187
|
}
|
|
6923
|
-
.p-slider .p-slider-handle:focus {
|
|
7188
|
+
.p-slider .p-slider-handle:focus-visible {
|
|
6924
7189
|
box-shadow: 0 0 1px 10px rgba(165, 214, 167, 0.2);
|
|
6925
7190
|
}
|
|
6926
7191
|
.p-slider.p-slider-sliding .p-slider-handle {
|
|
@@ -7247,11 +7512,11 @@
|
|
|
7247
7512
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
7248
7513
|
}
|
|
7249
7514
|
|
|
7250
|
-
.p-togglebutton
|
|
7515
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button {
|
|
7251
7516
|
background: #1c1c1c;
|
|
7252
7517
|
border-color: rgba(255, 255, 255, 0.12);
|
|
7253
7518
|
}
|
|
7254
|
-
.p-togglebutton
|
|
7519
|
+
.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button {
|
|
7255
7520
|
background: #262626;
|
|
7256
7521
|
border-color: rgba(255, 255, 255, 0.12);
|
|
7257
7522
|
}
|