Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 7, 2024
1 parent e3522c4 commit 24cc17e
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3108,6 +3108,12 @@
"optional": true,
"readonly": false,
"type": "string"
},
{
"name": "selectColor",
"optional": true,
"readonly": false,
"type": "string"
}
]
}
Expand Down Expand Up @@ -4945,6 +4951,9 @@
}
}
},
"buttongroup": {
"components": {}
},
"calendar": {
"components": {
"Calendar": {
Expand Down Expand Up @@ -7197,11 +7206,11 @@
"description": "Maximum number of entries allowed."
},
{
"name": "maxLength",
"optional": false,
"readonly": false,
"type": "number",
"description": "Maximum length of a chip."
"name": "maxLength",
"optional": false,
"readonly": false,
"type": "number",
"description": "Maximum length of a chip."
},
{
"name": "ariaLabel",
Expand Down Expand Up @@ -9008,7 +9017,7 @@
"optional": false,
"readonly": false,
"type": "string",
"default": "-1",
"default": "0",
"description": "Index of the close button in tabbing order."
},
{
Expand Down Expand Up @@ -11709,6 +11718,13 @@
}
}
},
"floatlabel": {
"components": {
"FloatLabel": {
"description": "FloatLabel appears on top of the input field when focused."
}
}
},
"focustrap": {
"components": {
"FocusTrap": {
Expand Down Expand Up @@ -13376,7 +13392,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "number",
"description": "Input value."
},
{
Expand Down Expand Up @@ -23539,8 +23555,7 @@
"name": "activeItem",
"optional": false,
"readonly": false,
"type": "MenuItem",
"description": "Defines the default active menuitem"
"type": "MenuItem"
},
{
"name": "scrollable",
Expand Down Expand Up @@ -27939,4 +27954,4 @@
}
}
}
}
}

0 comments on commit 24cc17e

Please sign in to comment.