mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5553 - For Rating
This commit is contained in:
parent
6a4ed8d57a
commit
6b6f212ef3
6 changed files with 1 additions and 97 deletions
|
@ -23,12 +23,6 @@ const RatingProps = [
|
|||
default: '5',
|
||||
description: 'Number of stars.'
|
||||
},
|
||||
{
|
||||
name: 'cancel',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'When specified a cancel icon is displayed to allow clearing the value.'
|
||||
},
|
||||
{
|
||||
name: 'onIcon',
|
||||
type: 'string',
|
||||
|
@ -41,12 +35,6 @@ const RatingProps = [
|
|||
default: 'null',
|
||||
description: 'Icon for the off state.'
|
||||
},
|
||||
{
|
||||
name: 'cancelIcon',
|
||||
type: 'string',
|
||||
default: 'null',
|
||||
description: 'Icon for the cancelable state.'
|
||||
},
|
||||
{
|
||||
name: 'pt',
|
||||
type: 'any',
|
||||
|
@ -62,10 +50,6 @@ const RatingProps = [
|
|||
];
|
||||
|
||||
const RatingSlots = [
|
||||
{
|
||||
name: 'cancelicon',
|
||||
description: 'Custom cancel icon template.'
|
||||
},
|
||||
{
|
||||
name: 'onicon',
|
||||
description: 'Custom on icon template.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue