From b863e778370eba2f0d6f5cc07d1488a782797f5b Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 15 Nov 2023 10:46:39 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index a27c73014..901e3f464 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -7638,6 +7638,14 @@ "default": "", "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", "optional": true, @@ -22549,6 +22557,14 @@ "default": "", "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", "optional": true, @@ -32150,6 +32166,14 @@ "default": "horizontal", "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", "optional": true, @@ -33376,6 +33400,14 @@ "default": "", "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", "optional": true,