Refactor #5553 - For Rating

This commit is contained in:
tugcekucukoglu 2024-04-09 10:55:04 +03:00
parent 6a4ed8d57a
commit 6b6f212ef3
6 changed files with 1 additions and 97 deletions

View file

@ -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.'