Skip to content

Commit

Permalink
Update api for button
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Oct 11, 2023
1 parent 6e7d42b commit c355d7d
Showing 1 changed file with 65 additions and 3 deletions.
68 changes: 65 additions & 3 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@
"optional": true,
"readonly": false,
"type": "\"focus\" | \"hover\"",
"description": "Event to show tooltip."
"description": "Event to show the tooltip."
},
{
"name": "appendTo",
Expand Down Expand Up @@ -4251,7 +4251,7 @@
"name": "severity",
"optional": false,
"readonly": false,
"type": "\"success\" | \"warning\" | \"danger\" | \"info\"",
"type": "\"success\" | \"warning\" | \"info\" | \"danger\"",
"description": "Severity type of the badge."
}
]
Expand Down Expand Up @@ -4287,7 +4287,7 @@
"name": "severity",
"optional": false,
"readonly": false,
"type": "\"success\" | \"warning\" | \"danger\" | \"info\"",
"type": "\"success\" | \"warning\" | \"info\" | \"danger\"",
"description": "Severity type of the badge."
},
{
Expand Down Expand Up @@ -4588,6 +4588,68 @@
"type": "string",
"description": "Icon to display in loading state."
},
{
"name": "raised",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Add a shadow to indicate elevation."
},
{
"name": "rounded",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Add a circular border radius to the button."
},
{
"name": "text",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Add a textual class to the button without a background initially."
},
{
"name": "plain",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Add a plain textual class to the button without a background initially."
},
{
"name": "severity",
"optional": false,
"readonly": false,
"type": "string",
"description": "Defines the style of the button."
},
{
"name": "outlined",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Add a border class without a background initially."
},
{
"name": "link",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Add a link style to the button."
},
{
"name": "size",
"optional": false,
"readonly": false,
"type": "\"small\" | \"large\"",
"description": "Defines the size of the button."
},
{
"name": "style",
"optional": false,
Expand Down

0 comments on commit c355d7d

Please sign in to comment.