Skip to content

Commit

Permalink
Merge branch 'issue-3304' of https://github.com/primefaces/primevue i…
Browse files Browse the repository at this point in the history
…nto issue-3304
  • Loading branch information
tugcekucukoglu committed Nov 22, 2022
2 parents 513b839 + faecf0f commit 83c7bcb
Show file tree
Hide file tree
Showing 54 changed files with 844 additions and 293 deletions.
2 changes: 1 addition & 1 deletion api-generator/components/chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ChipProps = [
description: 'Whether to display a remove icon.'
},
{
name: 'removeIconClass',
name: 'removeIcon',
type: 'string',
default: 'pi pi-times-circle',
description: 'Icon of the remove element.'
Expand Down
42 changes: 42 additions & 0 deletions api-generator/components/orderlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,48 @@ const OrderListProps = [
type: 'boolean',
default: 'false',
description: 'Whether to displays rows with alternating colors.'
},
{
name: 'tabindex',
type: 'number',
default: '0',
description: 'Index of the element in tabbing order.'
},
{
name: 'moveUpButtonProps',
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLButtonElement to the move up button inside the component.'
},
{
name: 'moveTopButtonProps',
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLButtonElement to the move top button inside the component.'
},
{
name: 'moveDownButtonProps',
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLButtonElement to the move down button inside the component.'
},
{
name: 'moveBottomButtonProps',
type: 'object',
default: 'null',
description: 'Uses to pass all properties of the HTMLButtonElement to the move bottom button inside the component.'
},
{
name: 'aria-label',
type: 'string',
default: 'null',
description: 'Defines a string value that labels an interactive element.'
},
{
name: 'aria-labelledby',
type: 'string',
default: 'null',
description: 'Identifier of the underlying menu element.'
}
];

Expand Down
12 changes: 7 additions & 5 deletions public/themes/arya-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,14 +3249,16 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #93cbf9;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.09);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(100, 181, 246, 0.16);
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
Expand Down
12 changes: 7 additions & 5 deletions public/themes/arya-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,14 +3249,16 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #a7d8a9;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.09);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(129, 199, 132, 0.16);
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
Expand Down
12 changes: 7 additions & 5 deletions public/themes/arya-orange/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,14 +3249,16 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #ffe284;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.09);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 213, 79, 0.16);
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
Expand Down
12 changes: 7 additions & 5 deletions public/themes/arya-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,14 +3249,16 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #cf95d9;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.09);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(186, 104, 200, 0.16);
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(255, 255, 255, 0.03);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
Expand Down
14 changes: 8 additions & 6 deletions public/themes/bootstrap4-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3261,14 +3261,16 @@
background: rgba(255, 255, 255, 0.04);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #e3f3fe;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.12);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #151515;
background: #8dd0ff;
color: rgba(255, 255, 255, 0.87);
background: #20262e;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: #20262e;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
Expand Down
14 changes: 8 additions & 6 deletions public/themes/bootstrap4-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3261,14 +3261,16 @@
background: rgba(255, 255, 255, 0.04);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #f0e6f5;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: rgba(255, 255, 255, 0.12);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #151515;
background: #c298d8;
color: rgba(255, 255, 255, 0.87);
background: #20262e;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: #20262e;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.02);
Expand Down
14 changes: 8 additions & 6 deletions public/themes/bootstrap4-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3261,14 +3261,16 @@
background: #e9ecef;
color: #212529;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(38, 143, 255, 0.5);
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: #212529;
background: #dee2e6;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #ffffff;
background: #007bff;
color: #212529;
background: #e9ecef;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: #e9ecef;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.05);
Expand Down
14 changes: 8 additions & 6 deletions public/themes/bootstrap4-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3261,14 +3261,16 @@
background: #e9ecef;
color: #212529;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(136, 60, 174, 0.5);
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: #212529;
background: #dee2e6;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #ffffff;
background: #883cae;
color: #212529;
background: #e9ecef;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: #e9ecef;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(0, 0, 0, 0.05);
Expand Down
10 changes: 6 additions & 4 deletions public/themes/fluent-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: #f3f2f1;
color: #323130;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #605e5c;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: #323130;
background: #e1dfdd;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #323130;
background: #edebe9;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: #e1dfdd;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #faf9f8;
}
Expand Down
10 changes: 6 additions & 4 deletions public/themes/lara-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.5);
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: #0b213f;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(147, 197, 253, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(147, 197, 253, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
Expand Down
10 changes: 6 additions & 4 deletions public/themes/lara-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(165, 180, 252, 0.5);
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: #0b213f;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(165, 180, 252, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(165, 180, 252, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
Expand Down
10 changes: 6 additions & 4 deletions public/themes/lara-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(196, 181, 253, 0.5);
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: #0b213f;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(196, 181, 253, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(196, 181, 253, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
Expand Down
10 changes: 6 additions & 4 deletions public/themes/lara-dark-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: rgba(255, 255, 255, 0.03);
color: rgba(255, 255, 255, 0.87);
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem rgba(94, 234, 212, 0.5);
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: rgba(255, 255, 255, 0.87);
background: #0b213f;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: rgba(255, 255, 255, 0.87);
background: rgba(94, 234, 212, 0.16);
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(94, 234, 212, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: rgba(255, 255, 255, 0.01);
}
Expand Down
10 changes: 6 additions & 4 deletions public/themes/lara-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: #e9ecef;
color: #495057;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #BFDBFE;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: #495057;
background: #dee2e6;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #1D4ED8;
background: #EFF6FF;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: rgba(59, 130, 246, 0.24);
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #fcfcfc;
}
Expand Down
10 changes: 6 additions & 4 deletions public/themes/lara-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3249,15 +3249,17 @@
background: #e9ecef;
color: #495057;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
outline: 0 none;
outline-offset: 0;
box-shadow: inset 0 0 0 0.15rem #C7D2FE;
.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
color: #495057;
background: #dee2e6;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
color: #4338CA;
background: #EEF2FF;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
background: #E0E7FF;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
background: #fcfcfc;
}
Expand Down
Loading

0 comments on commit 83c7bcb

Please sign in to comment.