Skip to content

Commit

Permalink
Update APIDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Apr 3, 2024
1 parent 19a150c commit c6506bb
Showing 1 changed file with 126 additions and 0 deletions.
126 changes: 126 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4021,6 +4021,14 @@
"default": "",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
{
"name": "virtualScrollerOptions",
"optional": true,
Expand Down Expand Up @@ -6540,6 +6548,14 @@
"default": "null",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
{
"name": "view",
"optional": true,
Expand Down Expand Up @@ -7713,6 +7729,13 @@
"type": "boolean",
"description": "When specified, disables the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"description": "Specifies the input variant of the component."
},
{
"name": "disabledDates",
"optional": true,
Expand Down Expand Up @@ -9350,6 +9373,14 @@
"type": "any",
"default": "",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -10340,6 +10371,14 @@
"type": "any",
"default": "",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -11004,6 +11043,14 @@
"type": "string[]",
"default": "",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -23329,6 +23376,14 @@
"default": "",
"description": "The template of selected item."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
{
"name": "virtualScrollerOptions",
"optional": true,
Expand Down Expand Up @@ -30281,6 +30336,14 @@
"type": "string",
"default": "",
"description": "The value of component"
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -30822,6 +30885,14 @@
"type": "null | number",
"default": "",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -31491,6 +31562,14 @@
"type": "string",
"default": "",
"description": "The value of component"
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -31692,6 +31771,14 @@
"type": "string",
"default": "",
"description": "The value of component"
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -36030,6 +36117,14 @@
"default": "",
"description": "Value of the component."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
{
"name": "virtualScrollerOptions",
"optional": true,
Expand Down Expand Up @@ -41140,6 +41235,13 @@
"type": "boolean",
"description": "When present, it specifies that the component should have invalid state style."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"description": "Specifies the input variant of the component."
},
{
"name": "panel",
"optional": true,
Expand Down Expand Up @@ -42688,6 +42790,14 @@
"type": "any",
"default": "",
"description": "Value of the radio."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -53063,6 +53173,14 @@
"type": "ReactNode | Function",
"default": "",
"description": "The template of selected values."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -55573,6 +55691,14 @@
"type": "null | boolean",
"default": "",
"description": "Value of the TriStateCheckbox."
},
{
"name": "variant",
"optional": true,
"readonly": false,
"type": "\"filled\" | \"outlined\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down

0 comments on commit c6506bb

Please sign in to comment.