Update API doc
parent
25f716a5f4
commit
33b523c29a
|
@ -3287,6 +3287,14 @@
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Whether the autocomplete is in loading state."
|
"description": "Whether the autocomplete is in loading state."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -4346,7 +4354,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"normal\" | \"large\" | \"xlarge\"",
|
"type": "\"large\" | \"normal\" | \"xlarge\"",
|
||||||
"default": "normal",
|
"default": "normal",
|
||||||
"description": "Size of the element."
|
"description": "Size of the element."
|
||||||
},
|
},
|
||||||
|
@ -4900,7 +4908,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "null | \"large\" | \"xlarge\" | \"small\"",
|
"type": "null | \"small\" | \"large\" | \"xlarge\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Size of the badge, valid options are 'small', 'large', and 'xlarge'."
|
"description": "Size of the badge, valid options are 'small', 'large', and 'xlarge'."
|
||||||
},
|
},
|
||||||
|
@ -6450,7 +6458,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"large\" | \"small\"",
|
"type": "\"small\" | \"large\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Defines the size of the button."
|
"description": "Defines the size of the button."
|
||||||
},
|
},
|
||||||
|
@ -8902,6 +8910,14 @@
|
||||||
"default": "960px",
|
"default": "960px",
|
||||||
"description": "The breakpoint to define the maximum width boundary."
|
"description": "The breakpoint to define the maximum width boundary."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -10193,6 +10209,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "When present, it specifies input state as indeterminate."
|
"description": "When present, it specifies input state as indeterminate."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -19116,7 +19140,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"large\" | \"small\"",
|
"type": "\"small\" | \"large\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Defines the size of the table."
|
"description": "Defines the size of the table."
|
||||||
},
|
},
|
||||||
|
@ -22375,6 +22399,14 @@
|
||||||
"default": "true",
|
"default": "true",
|
||||||
"description": "Whether to allow entering the date manually via typing."
|
"description": "Whether to allow entering the date manually via typing."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -34378,6 +34410,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Name of the input element."
|
"description": "Name of the input element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "variant",
|
"name": "variant",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -35154,6 +35194,14 @@
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Highlights automatically the input value."
|
"description": "Highlights automatically the input value."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -35795,6 +35843,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "The name attribute for the element, typically used in form submissions."
|
"description": "The name attribute for the element, typically used in form submissions."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -36393,7 +36449,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"large\" | \"small\"",
|
"type": "\"small\" | \"large\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Defines the size of the component."
|
"description": "Defines the size of the component."
|
||||||
},
|
},
|
||||||
|
@ -42645,6 +42701,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Label to display when there are no selections."
|
"description": "Label to display when there are no selections."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -45245,7 +45309,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "null | \"large\" | \"xlarge\" | \"small\"",
|
"type": "null | \"small\" | \"large\" | \"xlarge\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Size of the badge, valid options are 'small', 'large', and 'xlarge'."
|
"description": "Size of the badge, valid options are 'small', 'large', and 'xlarge'."
|
||||||
},
|
},
|
||||||
|
@ -48344,6 +48408,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Icon to show displaying the password as plain text."
|
"description": "Icon to show displaying the password as plain text."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -51322,6 +51394,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Allows to select a boolean value."
|
"description": "Allows to select a boolean value."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -54269,6 +54349,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Default text to display when no option is selected."
|
"description": "Default text to display when no option is selected."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -57673,7 +57761,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"large\" | \"small\"",
|
"type": "\"small\" | \"large\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Defines the size of the button."
|
"description": "Defines the size of the button."
|
||||||
},
|
},
|
||||||
|
@ -64231,6 +64319,14 @@
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "When present, height of textarea changes as being typed."
|
"description": "When present, height of textarea changes as being typed."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -69644,6 +69740,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Label to display when there are no selections."
|
"description": "Label to display when there are no selections."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "\"small\" | \"large\"",
|
||||||
|
"default": "",
|
||||||
|
"description": "Defines the size of the component."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "invalid",
|
"name": "invalid",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -71458,7 +71562,7 @@
|
||||||
"name": "size",
|
"name": "size",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "\"large\" | \"small\"",
|
"type": "\"small\" | \"large\"",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Defines the size of the table."
|
"description": "Defines the size of the table."
|
||||||
},
|
},
|
||||||
|
@ -77272,6 +77376,60 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.fontSize",
|
||||||
|
"token": "cascadeselect.sm.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingX",
|
||||||
|
"token": "cascadeselect.sm.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingY",
|
||||||
|
"token": "cascadeselect.sm.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding y of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.fontSize",
|
||||||
|
"token": "cascadeselect.lg.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingX",
|
||||||
|
"token": "cascadeselect.lg.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingY",
|
||||||
|
"token": "cascadeselect.lg.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding y of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdown.width",
|
"name": "dropdown.width",
|
||||||
"token": "cascadeselect.dropdown.width",
|
"token": "cascadeselect.dropdown.width",
|
||||||
|
@ -77727,6 +77885,42 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.width",
|
||||||
|
"token": "checkbox.sm.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm width of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.height",
|
||||||
|
"token": "checkbox.sm.height",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm height of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.width",
|
||||||
|
"token": "checkbox.lg.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg width of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.height",
|
||||||
|
"token": "checkbox.lg.height",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg height of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "icon.size",
|
"name": "icon.size",
|
||||||
"token": "checkbox.icon.size",
|
"token": "checkbox.icon.size",
|
||||||
|
@ -77771,6 +77965,24 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Disabled color of icon"
|
"description": "Disabled color of icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.size",
|
||||||
|
"token": "checkbox.icon.sm.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm size of icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.size",
|
||||||
|
"token": "checkbox.icon.lg.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg size of icon"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -88760,6 +88972,60 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.fontSize",
|
||||||
|
"token": "multiselect.sm.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingX",
|
||||||
|
"token": "multiselect.sm.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingY",
|
||||||
|
"token": "multiselect.sm.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding y of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.fontSize",
|
||||||
|
"token": "multiselect.lg.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingX",
|
||||||
|
"token": "multiselect.lg.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingY",
|
||||||
|
"token": "multiselect.lg.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding y of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdown.width",
|
"name": "dropdown.width",
|
||||||
"token": "multiselect.dropdown.width",
|
"token": "multiselect.dropdown.width",
|
||||||
|
@ -91021,6 +91287,42 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.width",
|
||||||
|
"token": "radiobutton.sm.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm width of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.height",
|
||||||
|
"token": "radiobutton.sm.height",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm height of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.width",
|
||||||
|
"token": "radiobutton.lg.width",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg width of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.height",
|
||||||
|
"token": "radiobutton.lg.height",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg height of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "icon.size",
|
"name": "icon.size",
|
||||||
"token": "radiobutton.icon.size",
|
"token": "radiobutton.icon.size",
|
||||||
|
@ -91056,6 +91358,24 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Disabled color of icon"
|
"description": "Disabled color of icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.size",
|
||||||
|
"token": "radiobutton.icon.sm.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm size of icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.size",
|
||||||
|
"token": "radiobutton.icon.lg.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg size of icon"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -91692,6 +92012,60 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.fontSize",
|
||||||
|
"token": "select.sm.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingX",
|
||||||
|
"token": "select.sm.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingY",
|
||||||
|
"token": "select.sm.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding y of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.fontSize",
|
||||||
|
"token": "select.lg.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingX",
|
||||||
|
"token": "select.lg.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingY",
|
||||||
|
"token": "select.lg.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding y of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdown.width",
|
"name": "dropdown.width",
|
||||||
"token": "select.dropdown.width",
|
"token": "select.dropdown.width",
|
||||||
|
@ -94976,6 +95350,60 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.fontSize",
|
||||||
|
"token": "textarea.sm.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingX",
|
||||||
|
"token": "textarea.sm.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingY",
|
||||||
|
"token": "textarea.sm.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding y of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.fontSize",
|
||||||
|
"token": "textarea.lg.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingX",
|
||||||
|
"token": "textarea.lg.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingY",
|
||||||
|
"token": "textarea.lg.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding y of root"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -97901,6 +98329,60 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Transition duration of root"
|
"description": "Transition duration of root"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.fontSize",
|
||||||
|
"token": "treeselect.sm.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingX",
|
||||||
|
"token": "treeselect.sm.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sm.paddingY",
|
||||||
|
"token": "treeselect.sm.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Sm padding y of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.fontSize",
|
||||||
|
"token": "treeselect.lg.font.size",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg font size of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingX",
|
||||||
|
"token": "treeselect.lg.padding.x",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding x of root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lg.paddingY",
|
||||||
|
"token": "treeselect.lg.padding.y",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "",
|
||||||
|
"description": "Lg padding y of root"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "dropdown.width",
|
"name": "dropdown.width",
|
||||||
"token": "treeselect.dropdown.width",
|
"token": "treeselect.dropdown.width",
|
||||||
|
|
|
@ -27,12 +27,12 @@ export default {
|
||||||
sm: {
|
sm: {
|
||||||
fontSize: '{form.field.sm.font.size}',
|
fontSize: '{form.field.sm.font.size}',
|
||||||
paddingX: '{form.field.sm.padding.x}',
|
paddingX: '{form.field.sm.padding.x}',
|
||||||
paddingY: '{form.field.sm.padding.y}',
|
paddingY: '{form.field.sm.padding.y}'
|
||||||
},
|
},
|
||||||
lg: {
|
lg: {
|
||||||
fontSize: '{form.field.lg.font.size}',
|
fontSize: '{form.field.lg.font.size}',
|
||||||
paddingX: '{form.field.lg.padding.x}',
|
paddingX: '{form.field.lg.padding.x}',
|
||||||
paddingY: '{form.field.lg.padding.y}',
|
paddingY: '{form.field.lg.padding.y}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -152,6 +152,52 @@ export interface CascadeSelectDesignTokens extends ColorSchemeDesignToken<Cascad
|
||||||
* @designToken cascadeselect.transition.duration
|
* @designToken cascadeselect.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm font size of root
|
||||||
|
*
|
||||||
|
* @designToken cascadeselect.sm.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding x of root
|
||||||
|
*
|
||||||
|
* @designToken cascadeselect.sm.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding y of root
|
||||||
|
*
|
||||||
|
* @designToken cascadeselect.sm.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg font size of root
|
||||||
|
*
|
||||||
|
* @designToken cascadeselect.lg.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding x of root
|
||||||
|
*
|
||||||
|
* @designToken cascadeselect.lg.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding y of root
|
||||||
|
*
|
||||||
|
* @designToken cascadeselect.lg.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the dropdown section
|
* Used to pass tokens of the dropdown section
|
||||||
|
|
|
@ -158,6 +158,40 @@ export interface CheckboxDesignTokens extends ColorSchemeDesignToken<CheckboxDes
|
||||||
* @designToken checkbox.transition.duration
|
* @designToken checkbox.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm width of root
|
||||||
|
*
|
||||||
|
* @designToken checkbox.sm.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
/**
|
||||||
|
* Sm height of root
|
||||||
|
*
|
||||||
|
* @designToken checkbox.sm.height
|
||||||
|
*/
|
||||||
|
height?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg width of root
|
||||||
|
*
|
||||||
|
* @designToken checkbox.lg.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
/**
|
||||||
|
* Lg height of root
|
||||||
|
*
|
||||||
|
* @designToken checkbox.lg.height
|
||||||
|
*/
|
||||||
|
height?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the icon section
|
* Used to pass tokens of the icon section
|
||||||
|
@ -193,5 +227,27 @@ export interface CheckboxDesignTokens extends ColorSchemeDesignToken<CheckboxDes
|
||||||
* @designToken checkbox.icon.disabled.color
|
* @designToken checkbox.icon.disabled.color
|
||||||
*/
|
*/
|
||||||
disabledColor?: string;
|
disabledColor?: string;
|
||||||
|
/**
|
||||||
|
* Sm of icon
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm size of icon
|
||||||
|
*
|
||||||
|
* @designToken checkbox.icon.sm.size
|
||||||
|
*/
|
||||||
|
size?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of icon
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg size of icon
|
||||||
|
*
|
||||||
|
* @designToken checkbox.icon.lg.size
|
||||||
|
*/
|
||||||
|
size?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -152,6 +152,52 @@ export interface MultiSelectDesignTokens extends ColorSchemeDesignToken<MultiSel
|
||||||
* @designToken multiselect.transition.duration
|
* @designToken multiselect.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm font size of root
|
||||||
|
*
|
||||||
|
* @designToken multiselect.sm.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding x of root
|
||||||
|
*
|
||||||
|
* @designToken multiselect.sm.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding y of root
|
||||||
|
*
|
||||||
|
* @designToken multiselect.sm.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg font size of root
|
||||||
|
*
|
||||||
|
* @designToken multiselect.lg.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding x of root
|
||||||
|
*
|
||||||
|
* @designToken multiselect.lg.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding y of root
|
||||||
|
*
|
||||||
|
* @designToken multiselect.lg.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the dropdown section
|
* Used to pass tokens of the dropdown section
|
||||||
|
|
|
@ -152,6 +152,40 @@ export interface RadioButtonDesignTokens extends ColorSchemeDesignToken<RadioBut
|
||||||
* @designToken radiobutton.transition.duration
|
* @designToken radiobutton.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm width of root
|
||||||
|
*
|
||||||
|
* @designToken radiobutton.sm.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
/**
|
||||||
|
* Sm height of root
|
||||||
|
*
|
||||||
|
* @designToken radiobutton.sm.height
|
||||||
|
*/
|
||||||
|
height?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg width of root
|
||||||
|
*
|
||||||
|
* @designToken radiobutton.lg.width
|
||||||
|
*/
|
||||||
|
width?: string;
|
||||||
|
/**
|
||||||
|
* Lg height of root
|
||||||
|
*
|
||||||
|
* @designToken radiobutton.lg.height
|
||||||
|
*/
|
||||||
|
height?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the icon section
|
* Used to pass tokens of the icon section
|
||||||
|
@ -181,5 +215,27 @@ export interface RadioButtonDesignTokens extends ColorSchemeDesignToken<RadioBut
|
||||||
* @designToken radiobutton.icon.disabled.color
|
* @designToken radiobutton.icon.disabled.color
|
||||||
*/
|
*/
|
||||||
disabledColor?: string;
|
disabledColor?: string;
|
||||||
|
/**
|
||||||
|
* Sm of icon
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm size of icon
|
||||||
|
*
|
||||||
|
* @designToken radiobutton.icon.sm.size
|
||||||
|
*/
|
||||||
|
size?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of icon
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg size of icon
|
||||||
|
*
|
||||||
|
* @designToken radiobutton.icon.lg.size
|
||||||
|
*/
|
||||||
|
size?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -152,6 +152,52 @@ export interface SelectDesignTokens extends ColorSchemeDesignToken<SelectDesignT
|
||||||
* @designToken select.transition.duration
|
* @designToken select.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm font size of root
|
||||||
|
*
|
||||||
|
* @designToken select.sm.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding x of root
|
||||||
|
*
|
||||||
|
* @designToken select.sm.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding y of root
|
||||||
|
*
|
||||||
|
* @designToken select.sm.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg font size of root
|
||||||
|
*
|
||||||
|
* @designToken select.lg.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding x of root
|
||||||
|
*
|
||||||
|
* @designToken select.lg.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding y of root
|
||||||
|
*
|
||||||
|
* @designToken select.lg.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the dropdown section
|
* Used to pass tokens of the dropdown section
|
||||||
|
|
|
@ -146,5 +146,51 @@ export interface TextareaDesignTokens extends ColorSchemeDesignToken<TextareaDes
|
||||||
* @designToken textarea.transition.duration
|
* @designToken textarea.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm font size of root
|
||||||
|
*
|
||||||
|
* @designToken textarea.sm.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding x of root
|
||||||
|
*
|
||||||
|
* @designToken textarea.sm.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding y of root
|
||||||
|
*
|
||||||
|
* @designToken textarea.sm.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg font size of root
|
||||||
|
*
|
||||||
|
* @designToken textarea.lg.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding x of root
|
||||||
|
*
|
||||||
|
* @designToken textarea.lg.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding y of root
|
||||||
|
*
|
||||||
|
* @designToken textarea.lg.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -152,6 +152,52 @@ export interface TreeSelectDesignTokens extends ColorSchemeDesignToken<TreeSelec
|
||||||
* @designToken treeselect.transition.duration
|
* @designToken treeselect.transition.duration
|
||||||
*/
|
*/
|
||||||
transitionDuration?: string;
|
transitionDuration?: string;
|
||||||
|
/**
|
||||||
|
* Sm of root
|
||||||
|
*/
|
||||||
|
sm?: {
|
||||||
|
/**
|
||||||
|
* Sm font size of root
|
||||||
|
*
|
||||||
|
* @designToken treeselect.sm.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding x of root
|
||||||
|
*
|
||||||
|
* @designToken treeselect.sm.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Sm padding y of root
|
||||||
|
*
|
||||||
|
* @designToken treeselect.sm.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
|
/**
|
||||||
|
* Lg of root
|
||||||
|
*/
|
||||||
|
lg?: {
|
||||||
|
/**
|
||||||
|
* Lg font size of root
|
||||||
|
*
|
||||||
|
* @designToken treeselect.lg.font.size
|
||||||
|
*/
|
||||||
|
fontSize?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding x of root
|
||||||
|
*
|
||||||
|
* @designToken treeselect.lg.padding.x
|
||||||
|
*/
|
||||||
|
paddingX?: string;
|
||||||
|
/**
|
||||||
|
* Lg padding y of root
|
||||||
|
*
|
||||||
|
* @designToken treeselect.lg.padding.y
|
||||||
|
*/
|
||||||
|
paddingY?: string;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Used to pass tokens of the dropdown section
|
* Used to pass tokens of the dropdown section
|
||||||
|
|
785
pnpm-lock.yaml
785
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue