mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #5784 - Renamed properties
This commit is contained in:
parent
2c55d0a0c0
commit
b6271328d0
12 changed files with 17 additions and 17 deletions
|
@ -42,7 +42,7 @@ export default {
|
|||
type: String,
|
||||
default: '960px'
|
||||
},
|
||||
stripedRows: {
|
||||
striped: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
|
|
2
components/lib/picklist/PickList.d.ts
vendored
2
components/lib/picklist/PickList.d.ts
vendored
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue