mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5176
This commit is contained in:
parent
44dd2b5e59
commit
90cd9e288e
28 changed files with 20 additions and 26 deletions
|
@ -98,7 +98,7 @@ const AutoCompleteProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -266,7 +266,7 @@ const CalendarProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -62,7 +62,7 @@ const CascadeSelectProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ const CheckboxProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -44,7 +44,7 @@ const ChipsProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -104,7 +104,7 @@ const DropdownProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -38,7 +38,7 @@ const InputMaskProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -156,7 +156,7 @@ const InputNumberProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ const InputTextProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -68,7 +68,7 @@ const MultiSelectProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -92,7 +92,7 @@ const PasswordProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ const RadioButtonProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ const TextareaProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -38,7 +38,7 @@ const TreeSelectProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ const TriStateCheckboxProps = [
|
|||
{
|
||||
name: 'variant',
|
||||
type: 'string',
|
||||
default: 'outlined',
|
||||
default: 'null',
|
||||
description: 'Specifies the input variant of the component.'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue