From c6506bb224b5426f571fc9c1f00307248c8655e8 Mon Sep 17 00:00:00 2001 From: gucal Date: Wed, 3 Apr 2024 12:32:38 +0300 Subject: [PATCH] Update APIDoc --- components/doc/common/apidoc/index.json | 126 ++++++++++++++++++++++++ 1 file changed, 126 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index b3b7adcb8a..806d2336c8 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -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, @@ -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, @@ -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, @@ -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." } ] }, @@ -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." } ] }, @@ -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." } ] }, @@ -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, @@ -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." } ] }, @@ -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." } ] }, @@ -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." } ] }, @@ -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." } ] }, @@ -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, @@ -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, @@ -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." } ] }, @@ -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." } ] }, @@ -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." } ] },