Fixed #459 - emptyFilterMessage for Dropdown, MultiSelect and Listbox filter

pull/642/head
Cagatay Civici 2020-09-08 13:32:25 +03:00
parent 3fd6adb4a6
commit e0a2ec8be0
42 changed files with 631 additions and 1 deletions

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #383838; background: #383838;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #93cbf9; box-shadow: inset 0 0 0 1px #93cbf9;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #383838; background: #383838;
@ -2705,6 +2720,9 @@
border-color: #383838; border-color: #383838;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #383838; border: 1px solid #383838;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #383838; background: #383838;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #a7d8a9; box-shadow: inset 0 0 0 1px #a7d8a9;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #383838; background: #383838;
@ -2705,6 +2720,9 @@
border-color: #383838; border-color: #383838;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #383838; border: 1px solid #383838;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #383838; background: #383838;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #ffe284; box-shadow: inset 0 0 0 1px #ffe284;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #383838; background: #383838;
@ -2705,6 +2720,9 @@
border-color: #383838; border-color: #383838;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #383838; border: 1px solid #383838;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #383838; background: #383838;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #cf95d9; box-shadow: inset 0 0 0 1px #cf95d9;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #383838; background: #383838;
@ -2705,6 +2720,9 @@
border-color: #383838; border-color: #383838;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #383838; border: 1px solid #383838;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #3f4b5b; background: #3f4b5b;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #e3f3fe; box-shadow: inset 0 0 0 0.15rem #e3f3fe;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #3f4b5b; background: #3f4b5b;
@ -2705,6 +2720,9 @@
border-color: #3f4b5b; border-color: #3f4b5b;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #3f4b5b; background: #3f4b5b;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #f0e6f5; box-shadow: inset 0 0 0 0.15rem #f0e6f5;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #3f4b5b; background: #3f4b5b;
@ -2705,6 +2720,9 @@
border-color: #3f4b5b; border-color: #3f4b5b;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #3f4b5b; border: 1px solid #3f4b5b;

View File

@ -522,6 +522,11 @@
color: #212529; color: #212529;
background: #e9ecef; background: #e9ecef;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: rgba(0, 0, 0, 0.03); background: rgba(0, 0, 0, 0.03);
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5); box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #212529; color: #212529;
background: #e9ecef; background: #e9ecef;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: rgba(0, 0, 0, 0.03); background: rgba(0, 0, 0, 0.03);
@ -2705,6 +2720,9 @@
border-color: #dee2e6; border-color: #dee2e6;
color: #212529; color: #212529;
} }
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #dee2e6; border: 1px solid #dee2e6;

View File

@ -522,6 +522,11 @@
color: #212529; color: #212529;
background: #e9ecef; background: #e9ecef;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: rgba(0, 0, 0, 0.03); background: rgba(0, 0, 0, 0.03);
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5); box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #212529; color: #212529;
background: #e9ecef; background: #e9ecef;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1.5rem;
color: #212529;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: rgba(0, 0, 0, 0.03); background: rgba(0, 0, 0, 0.03);
@ -2705,6 +2720,9 @@
border-color: #dee2e6; border-color: #dee2e6;
color: #212529; color: #212529;
} }
.p-fieldset .p-fieldset-content {
padding: 1.25rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #dee2e6; border: 1px solid #dee2e6;

View File

@ -522,6 +522,11 @@
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #4b4b4b; background: #4b4b4b;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem white; box-shadow: inset 0 0 0 0.2rem white;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #4b4b4b; background: #4b4b4b;
@ -2688,6 +2703,9 @@
border-color: #191919; border-color: #191919;
color: #FFE082; color: #FFE082;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #191919; border: 1px solid #191919;

View File

@ -522,6 +522,11 @@
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #4b4b4b; background: #4b4b4b;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem white; box-shadow: inset 0 0 0 0.2rem white;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #4b4b4b; background: #4b4b4b;
@ -2688,6 +2703,9 @@
border-color: #191919; border-color: #191919;
color: #81D4FA; color: #81D4FA;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #191919; border: 1px solid #191919;

View File

@ -522,6 +522,11 @@
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #4b4b4b; background: #4b4b4b;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem white; box-shadow: inset 0 0 0 0.2rem white;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #4b4b4b; background: #4b4b4b;
@ -2688,6 +2703,9 @@
border-color: #191919; border-color: #191919;
color: #C5E1A5; color: #C5E1A5;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #191919; border: 1px solid #191919;

View File

@ -522,6 +522,11 @@
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #4b4b4b; background: #4b4b4b;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem white; box-shadow: inset 0 0 0 0.2rem white;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #dedede; color: #dedede;
background: #4c4c4c; background: #4c4c4c;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #dedede;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #4b4b4b; background: #4b4b4b;
@ -2688,6 +2703,9 @@
border-color: #191919; border-color: #191919;
color: #F48FB1; color: #F48FB1;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #191919; border: 1px solid #191919;

View File

@ -542,6 +542,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 1rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 1rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 1rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -2717,6 +2732,9 @@
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);

View File

@ -542,6 +542,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 1rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 1rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 1rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -2717,6 +2732,9 @@
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);

View File

@ -542,6 +542,11 @@
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 1rem 1rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f5f5f5; background: #f5f5f5;
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 1rem 1rem;
color: #000001;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 1rem 1rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f5f5f5; background: #f5f5f5;
@ -2717,6 +2732,9 @@
border-color: #e0e0e0; border-color: #e0e0e0;
color: #000001; color: #000001;
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;

View File

@ -542,6 +542,11 @@
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 1rem 1rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f5f5f5; background: #f5f5f5;
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 1rem 1rem;
color: #000001;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 1rem 1rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f5f5f5; background: #f5f5f5;
@ -2717,6 +2732,9 @@
border-color: #e0e0e0; border-color: #e0e0e0;
color: #000001; color: #000001;
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;

View File

@ -542,6 +542,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.75rem 0.75rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.75rem 0.75rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.75rem 0.75rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -2717,6 +2732,9 @@
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 0.75rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);

View File

@ -542,6 +542,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.75rem 0.75rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.75rem 0.75rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.04); background: rgba(255, 255, 255, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.75rem 0.75rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: rgba(255, 255, 255, 0.06); background: rgba(255, 255, 255, 0.06);
@ -2717,6 +2732,9 @@
border-color: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 0.75rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.12);

View File

@ -542,6 +542,11 @@
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.75rem 0.75rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f5f5f5; background: #f5f5f5;
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.75rem 0.75rem;
color: #000001;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.75rem 0.75rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f5f5f5; background: #f5f5f5;
@ -2717,6 +2732,9 @@
border-color: #e0e0e0; border-color: #e0e0e0;
color: #000001; color: #000001;
} }
.p-fieldset .p-fieldset-content {
padding: 0.75rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;

View File

@ -542,6 +542,11 @@
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.75rem 0.75rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f5f5f5; background: #f5f5f5;
@ -892,6 +897,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: none; box-shadow: none;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.75rem 0.75rem;
color: #000001;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #000001; color: #000001;
background: rgba(0, 0, 0, 0.04); background: rgba(0, 0, 0, 0.04);
@ -1007,6 +1017,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.75rem 0.75rem;
color: #000001;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f5f5f5; background: #f5f5f5;
@ -2717,6 +2732,9 @@
border-color: #e0e0e0; border-color: #e0e0e0;
color: #000001; color: #000001;
} }
.p-fieldset .p-fieldset-content {
padding: 0.75rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;

View File

@ -518,6 +518,11 @@
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f4f4f4; background: #f4f4f4;
@ -868,6 +873,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem #8dcdff; box-shadow: inset 0 0 0 0.2rem #8dcdff;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
@ -983,6 +993,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f4f4f4; background: #f4f4f4;
@ -2676,6 +2691,9 @@
border-color: #dbdbdb; border-color: #dbdbdb;
color: #333333; color: #333333;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #007ad9; border: 1px solid #007ad9;

View File

@ -522,6 +522,11 @@
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f4f4f4; background: #f4f4f4;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem #8dcdff; box-shadow: inset 0 0 0 0.2rem #8dcdff;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f4f4f4; background: #f4f4f4;
@ -2688,6 +2703,9 @@
border-color: #dbdbdb; border-color: #dbdbdb;
color: #333333; color: #333333;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #333333; border: 1px solid #333333;

View File

@ -522,6 +522,11 @@
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f4f4f4; background: #f4f4f4;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem #c2e9d8; box-shadow: inset 0 0 0 0.2rem #c2e9d8;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f4f4f4; background: #f4f4f4;
@ -2688,6 +2703,9 @@
border-color: #dbdbdb; border-color: #dbdbdb;
color: #333333; color: #333333;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;

View File

@ -522,6 +522,11 @@
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f4f4f4; background: #f4f4f4;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem #8dcdff; box-shadow: inset 0 0 0 0.2rem #8dcdff;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #333333; color: #333333;
background: #eaeaea; background: #eaeaea;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #333333;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f4f4f4; background: #f4f4f4;
@ -2688,6 +2703,9 @@
border-color: #dbdbdb; border-color: #dbdbdb;
color: #333333; color: #333333;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #c8c8c8; border: 1px solid #c8c8c8;

View File

@ -518,6 +518,11 @@
color: #666666; color: #666666;
background: #f4f4f4; background: #f4f4f4;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.429rem 0.857rem;
color: #666666;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f4f4f4; background: #f4f4f4;
@ -868,6 +873,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.2rem #e4e9ec; box-shadow: inset 0 0 0 0.2rem #e4e9ec;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.429rem 0.857rem;
color: #666666;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #666666; color: #666666;
background: #f4f4f4; background: #f4f4f4;
@ -983,6 +993,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.429rem 0.857rem;
color: #666666;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f4f4f4; background: #f4f4f4;
@ -2676,6 +2691,9 @@
border-color: #617c8a; border-color: #617c8a;
color: #ffffff; color: #ffffff;
} }
.p-fieldset .p-fieldset-content {
padding: 0.571rem 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #7B95A3; border: 1px solid #7B95A3;

View File

@ -522,6 +522,11 @@
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f8f9fa; background: #f8f9fa;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #a6d5fa; box-shadow: inset 0 0 0 0.15rem #a6d5fa;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f8f9fa; background: #f8f9fa;
@ -2705,6 +2720,9 @@
border-color: #dee2e6; border-color: #dee2e6;
color: #495057; color: #495057;
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #dee2e6; border: 1px solid #dee2e6;

View File

@ -522,6 +522,11 @@
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f8f9fa; background: #f8f9fa;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #b7e0b8; box-shadow: inset 0 0 0 0.15rem #b7e0b8;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f8f9fa; background: #f8f9fa;
@ -2705,6 +2720,9 @@
border-color: #dee2e6; border-color: #dee2e6;
color: #495057; color: #495057;
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #dee2e6; border: 1px solid #dee2e6;

View File

@ -522,6 +522,11 @@
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f8f9fa; background: #f8f9fa;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #ffe69c; box-shadow: inset 0 0 0 0.15rem #ffe69c;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f8f9fa; background: #f8f9fa;
@ -2705,6 +2720,9 @@
border-color: #dee2e6; border-color: #dee2e6;
color: #495057; color: #495057;
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #dee2e6; border: 1px solid #dee2e6;

View File

@ -522,6 +522,11 @@
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #f8f9fa; background: #f8f9fa;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #df9eea; box-shadow: inset 0 0 0 0.15rem #df9eea;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: #495057; color: #495057;
background: #e9ecef; background: #e9ecef;
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: #495057;
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #f8f9fa; background: #f8f9fa;
@ -2705,6 +2720,9 @@
border-color: #dee2e6; border-color: #dee2e6;
color: #495057; color: #495057;
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #dee2e6; border: 1px solid #dee2e6;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #304562; background: #304562;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #93cbf9; box-shadow: inset 0 0 0 1px #93cbf9;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #304562; background: #304562;
@ -2705,6 +2720,9 @@
border-color: #304562; border-color: #304562;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #304562; border: 1px solid #304562;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #304562; background: #304562;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #a7d8a9; box-shadow: inset 0 0 0 1px #a7d8a9;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #304562; background: #304562;
@ -2705,6 +2720,9 @@
border-color: #304562; border-color: #304562;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #304562; border: 1px solid #304562;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #304562; background: #304562;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #ffe284; box-shadow: inset 0 0 0 1px #ffe284;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #304562; background: #304562;
@ -2705,6 +2720,9 @@
border-color: #304562; border-color: #304562;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #304562; border: 1px solid #304562;

View File

@ -522,6 +522,11 @@
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
} }
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-dropdown { .p-input-filled .p-dropdown {
background: #304562; background: #304562;
@ -872,6 +877,11 @@
outline-offset: 0; outline-offset: 0;
box-shadow: inset 0 0 0 1px #cf95d9; box-shadow: inset 0 0 0 1px #cf95d9;
} }
.p-listbox .p-listbox-list .p-listbox-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.03); background: rgba(255, 255, 255, 0.03);
@ -987,6 +997,11 @@
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
margin-right: 0.5rem; margin-right: 0.5rem;
} }
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
padding: 0.5rem 1rem;
color: rgba(255, 255, 255, 0.87);
background: transparent;
}
.p-input-filled .p-multiselect { .p-input-filled .p-multiselect {
background: #304562; background: #304562;
@ -2705,6 +2720,9 @@
border-color: #304562; border-color: #304562;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
} }
.p-fieldset .p-fieldset-content {
padding: 1rem;
}
.p-panel .p-panel-header { .p-panel .p-panel-header {
border: 1px solid #304562; border: 1px solid #304562;

View File

@ -19,6 +19,7 @@ export declare class Dropdown extends Vue {
inputId?: string; inputId?: string;
ariaLabelledBy?: string; ariaLabelledBy?: string;
appendTo?: string; appendTo?: string;
emptyFilterMessage?: string;
$emit(eventName: 'input', value: string): this; $emit(eventName: 'input', value: string): this;
$emit(eventName: 'change', e: { originalEvent: Event, value: string }): this; $emit(eventName: 'change', e: { originalEvent: Event, value: string }): this;
$emit(eventName: 'before-show'): this; $emit(eventName: 'before-show'): this;

View File

@ -31,6 +31,7 @@
{{getOptionLabel(option)}} {{getOptionLabel(option)}}
</slot> </slot>
</li> </li>
<li v-if="filterValue && (!visibleOptions || (visibleOptions && visibleOptions.length === 0))" class="p-dropdown-empty-message">{{emptyFilterMessage}}</li>
</ul> </ul>
</div> </div>
</div> </div>
@ -68,6 +69,10 @@ export default {
appendTo: { appendTo: {
type: String, type: String,
default: null default: null
},
emptyFilterMessage: {
type: String,
default: 'No results found'
} }
}, },
data() { data() {

View File

@ -15,6 +15,7 @@ export declare class Listbox extends Vue {
filterPlaceholder?: string; filterPlaceholder?: string;
filterLocale?: string; filterLocale?: string;
ariaLabelledBy?: string; ariaLabelledBy?: string;
emptyFilterMessage?: string;
$emit(eventName: 'input', value: any): this; $emit(eventName: 'input', value: any): this;
$emit(eventName: 'change', e: { originalEvent: Event, value: any }): this; $emit(eventName: 'change', e: { originalEvent: Event, value: any }): this;
$emit(eventName: 'filter', e: { originalEvent: Event, value: string }): this; $emit(eventName: 'filter', e: { originalEvent: Event, value: string }): this;

View File

@ -14,6 +14,7 @@
{{getOptionLabel(option)}} {{getOptionLabel(option)}}
</slot> </slot>
</li> </li>
<li v-if="filterValue && (!visibleOptions || (visibleOptions && visibleOptions.length === 0))" class="p-listbox-empty-message">{{emptyFilterMessage}}</li>
</ul> </ul>
</div> </div>
</div> </div>
@ -38,7 +39,11 @@ export default {
metaKeySelection: Boolean, metaKeySelection: Boolean,
filter: Boolean, filter: Boolean,
filterPlaceholder: String, filterPlaceholder: String,
filterLocale: String filterLocale: String,
emptyFilterMessage: {
type: String,
default: 'No results found'
}
}, },
optionTouched: false, optionTouched: false,
data() { data() {

View File

@ -17,6 +17,7 @@ export declare class MultiSelect extends Vue {
filterLocale?: string; filterLocale?: string;
ariaLabelledBy?: string; ariaLabelledBy?: string;
appendTo?: string; appendTo?: string;
emptyFilterMessage?: string;
$emit(eventName: 'input', value: any): this; $emit(eventName: 'input', value: any): this;
$emit(eventName: 'change', e: {originalEvent: Event, value: any}): this; $emit(eventName: 'change', e: {originalEvent: Event, value: any}): this;
$emit(eventName: 'before-show'): this; $emit(eventName: 'before-show'): this;

View File

@ -46,6 +46,7 @@
<span>{{getOptionLabel(option)}}</span> <span>{{getOptionLabel(option)}}</span>
</slot> </slot>
</li> </li>
<li v-if="filterValue && (!visibleOptions || (visibleOptions && visibleOptions.length === 0))" class="p-multiselect-empty-message">{{emptyFilterMessage}}</li>
</ul> </ul>
</div> </div>
</div> </div>
@ -81,6 +82,10 @@ export default {
appendTo: { appendTo: {
type: String, type: String,
default: null default: null
},
emptyFilterMessage: {
type: String,
default: 'No results found'
} }
}, },
data() { data() {

View File

@ -183,6 +183,12 @@ data() {
<td>string</td> <td>string</td>
<td>null</td> <td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td> <td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
<td>emptyFilterMessage</td>
<td>string</td>
<td>No results found</td>
<td>Text to display when filtering does not return any results.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -148,6 +148,12 @@ data() {
<td>string</td> <td>string</td>
<td>undefined</td> <td>undefined</td>
<td>Locale to use in filtering. The default locale is the host environment's current locale.</td> <td>Locale to use in filtering. The default locale is the host environment's current locale.</td>
</tr>
<tr>
<td>emptyFilterMessage</td>
<td>string</td>
<td>No results found</td>
<td>Text to display when filtering does not return any results.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -171,6 +171,12 @@ data() {
<td>string</td> <td>string</td>
<td>null</td> <td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td> <td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>
<td>emptyFilterMessage</td>
<td>string</td>
<td>No results found</td>
<td>Text to display when filtering does not return any results.</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>