Update api-generator

pull/5189/head
tugcekucukoglu 2024-01-31 11:01:02 +03:00
parent 4836654f7b
commit d43ea02957
18 changed files with 198 additions and 0 deletions

View File

@ -89,6 +89,18 @@ const AutoCompleteProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the component should be disabled.' description: 'When present, it specifies that the component should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'dataKey', name: 'dataKey',
type: 'string', type: 'string',

View File

@ -257,6 +257,18 @@ const CalendarProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the element should be disabled.' description: 'When present, it specifies that the element should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'readonly', name: 'readonly',
type: 'boolean', type: 'boolean',

View File

@ -53,6 +53,18 @@ const CascadeSelectProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the component should be disabled.' description: 'When present, it specifies that the component should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'dataKey', name: 'dataKey',
type: 'string', type: 'string',

View File

@ -23,6 +23,18 @@ const CheckboxProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the element should be disabled.' description: 'When present, it specifies that the element should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'readonly', name: 'readonly',
type: 'boolean', type: 'boolean',

View File

@ -35,6 +35,18 @@ const ChipsProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the element should be disabled.' description: 'When present, it specifies that the element should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'placeholder', name: 'placeholder',
type: 'string', type: 'string',

View File

@ -95,6 +95,18 @@ const DropdownProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the component should be disabled.' description: 'When present, it specifies that the component should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'dataKey', name: 'dataKey',
type: 'string', type: 'string',

View File

@ -29,6 +29,18 @@ const InputMaskProps = [
default: 'false', default: 'false',
description: 'Defines if model sets the raw unmasked value to bound value or the formatted mask value.' description: 'Defines if model sets the raw unmasked value to bound value or the formatted mask value.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'pt', name: 'pt',
type: 'any', type: 'any',

View File

@ -147,6 +147,18 @@ const InputNumberProps = [
default: 'null', default: 'null',
description: 'Placeholder text for the input.' description: 'Placeholder text for the input.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'inputId', name: 'inputId',
type: 'string', type: 'string',

View File

@ -11,6 +11,18 @@ const InputTextProps = [
default: 'null', default: 'null',
description: 'Defines the size of the component, valid values are "small" and "large".' description: 'Defines the size of the component, valid values are "small" and "large".'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'pt', name: 'pt',
type: 'any', type: 'any',

View File

@ -53,6 +53,12 @@ const ListboxProps = [
default: 'false', default: 'false',
description: 'When specified, disables the component.' description: 'When specified, disables the component.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{ {
name: 'dataKey', name: 'dataKey',
type: 'string', type: 'string',

View File

@ -59,6 +59,18 @@ const MultiSelectProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the component should be disabled.' description: 'When present, it specifies that the component should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'inputId', name: 'inputId',
type: 'string', type: 'string',

View File

@ -83,6 +83,18 @@ const PasswordProps = [
default: 'null', default: 'null',
description: 'Placeholder text for the input.' description: 'Placeholder text for the input.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'required', name: 'required',
type: 'boolean', type: 'boolean',

View File

@ -23,6 +23,18 @@ const RadioButtonProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the element should be disabled.' description: 'When present, it specifies that the element should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'inputId', name: 'inputId',
type: 'string', type: 'string',

View File

@ -41,6 +41,12 @@ const SelectButtonProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the element should be disabled.' description: 'When present, it specifies that the element should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{ {
name: 'dataKey', name: 'dataKey',
type: 'string', type: 'string',

View File

@ -11,6 +11,18 @@ const TextareaProps = [
default: 'false', default: 'false',
description: 'When present, height of textarea changes as being typed.' description: 'When present, height of textarea changes as being typed.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'pt', name: 'pt',
type: 'any', type: 'any',

View File

@ -47,6 +47,12 @@ const ToggleButtonProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the element should be disabled.' description: 'When present, it specifies that the element should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{ {
name: 'inputId', name: 'inputId',
type: 'string', type: 'string',

View File

@ -29,6 +29,18 @@ const TreeSelectProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the component should be disabled.' description: 'When present, it specifies that the component should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'tabindex', name: 'tabindex',
type: 'string', type: 'string',

View File

@ -11,6 +11,18 @@ const TriStateCheckboxProps = [
default: 'false', default: 'false',
description: 'When present, it specifies that the component should be disabled.' description: 'When present, it specifies that the component should be disabled.'
}, },
{
name: 'invalid',
type: 'boolean',
default: 'false',
description: 'When present, it specifies that the component should have invalid state style.'
},
{
name: 'variant',
type: 'string',
default: 'outlined',
description: 'Specifies the input variant of the component.'
},
{ {
name: 'tabindex', name: 'tabindex',
type: 'string', type: 'string',