Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 2, 2024
1 parent 7a227b2 commit 3a007b0
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 14 deletions.
100 changes: 99 additions & 1 deletion apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -12955,6 +12955,20 @@
"type": "any",
"default": ""
},
{
"name": "floatlabel",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "fluid",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "galleria",
"optional": true,
Expand Down Expand Up @@ -12990,6 +13004,27 @@
"type": "any",
"default": ""
},
{
"name": "inputgroup",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "inputgroupaddon",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "inputicon",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "inputmask",
"optional": true,
Expand All @@ -13005,14 +13040,21 @@
"default": ""
},
{
"name": "inputswitch",
"name": "inputotp",
"optional": true,
"readonly": false,
"type": "any",
"default": "",
"description": "",
"deprecated": "since v4. Use the new structure of ToggleSwitch instead."
},
{
"name": "inputswitch",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "inputtext",
"optional": true,
Expand Down Expand Up @@ -13062,6 +13104,13 @@
"type": "any",
"default": ""
},
{
"name": "metergroup",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "multiselect",
"optional": true,
Expand All @@ -13083,6 +13132,13 @@
"type": "any",
"default": ""
},
{
"name": "overlaybadge",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "overlaypanel",
"optional": true,
Expand Down Expand Up @@ -13248,6 +13304,48 @@
"type": "any",
"default": ""
},
{
"name": "step",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "stepitem",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "steplist",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "steppanel",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "steppanels",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "stepper",
"optional": true,
"readonly": false,
"type": "any",
"default": ""
},
{
"name": "steps",
"optional": true,
Expand Down
31 changes: 18 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a007b0

Please sign in to comment.