Fixed #5784 - Renamed properties

This commit is contained in:
tugcekucukoglu 2024-05-27 09:39:11 +03:00
parent 2c55d0a0c0
commit b6271328d0
12 changed files with 17 additions and 17 deletions

View file

@ -42,7 +42,7 @@ export default {
type: String,
default: '960px'
},
stripedRows: {
striped: {
type: Boolean,
default: false
},

View file

@ -355,7 +355,7 @@ export interface PickListProps {
* Whether to displays rows with alternating colors.
* @defaultValue false
*/
stripedRows?: boolean | undefined;
striped?: boolean | undefined;
/**
* Whether to show buttons of source list.
* @defaultValue true

View file

@ -46,7 +46,7 @@
:dataKey="dataKey"
:autoOptionFocus="autoOptionFocus"
:focusOnHover="focusOnHover"
:stripedRows="stripedRows"
:striped="striped"
:disabled="disabled"
:pt="ptm('pcList')"
:unstyled="unstyled"
@ -110,7 +110,7 @@
:dataKey="dataKey"
:autoOptionFocus="autoOptionFocus"
:focusOnHover="focusOnHover"
:stripedRows="stripedRows"
:striped="striped"
:disabled="disabled"
:pt="ptm('pcList')"
:unstyled="unstyled"