Update API doc
parent
737f74ab22
commit
b863e77837
|
@ -7638,6 +7638,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "An array of options for responsive design."
|
"description": "An array of options for responsive design."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "breakpoint",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "769px",
|
||||||
|
"description": "The breakpoint to define the maximum width boundary for datepicker panel."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "view",
|
"name": "view",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -22549,6 +22557,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Inline style of the element."
|
"description": "Inline style of the element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "breakpoint",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "960px",
|
||||||
|
"description": "The breakpoint to define the maximum width boundary."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "exact",
|
"name": "exact",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -32150,6 +32166,14 @@
|
||||||
"default": "horizontal",
|
"default": "horizontal",
|
||||||
"description": "Defines the orientation."
|
"description": "Defines the orientation."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "breakpoint",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "960px",
|
||||||
|
"description": "The breakpoint to define the maximum width boundary."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "exact",
|
"name": "exact",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -33376,6 +33400,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "An array of menuitems."
|
"description": "An array of menuitems."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "breakpoint",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "string",
|
||||||
|
"default": "960px",
|
||||||
|
"description": "The breakpoint to define the maximum width boundary."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "exact",
|
"name": "exact",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue