From e0f42e36d9ca00f219a511ef1e5d8219db0bc983 Mon Sep 17 00:00:00 2001 From: dxrobot Date: Mon, 11 Sep 2023 09:55:32 +0300 Subject: [PATCH] DocGen 23_2 result (#5556) --- .../dxTabPanel/1 Configuration/stylingMode.md | 11 +++++++++++ api-reference/_hidden/Enums/TabsStyle.md | 1 + metadata/syntax-data.json | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 api-reference/10 UI Components/dxTabPanel/1 Configuration/stylingMode.md diff --git a/api-reference/10 UI Components/dxTabPanel/1 Configuration/stylingMode.md b/api-reference/10 UI Components/dxTabPanel/1 Configuration/stylingMode.md new file mode 100644 index 0000000000..6e1bd5324b --- /dev/null +++ b/api-reference/10 UI Components/dxTabPanel/1 Configuration/stylingMode.md @@ -0,0 +1,11 @@ +--- +id: dxTabPanel.Options.stylingMode +type: Enums.TabsStyle +default: 'primary' +--- +--- +##### shortDescription + + +--- + \ No newline at end of file diff --git a/api-reference/_hidden/Enums/TabsStyle.md b/api-reference/_hidden/Enums/TabsStyle.md index fd06dc5639..cecbda3415 100644 --- a/api-reference/_hidden/Enums/TabsStyle.md +++ b/api-reference/_hidden/Enums/TabsStyle.md @@ -9,5 +9,6 @@ type: Union --- \ No newline at end of file diff --git a/metadata/syntax-data.json b/metadata/syntax-data.json index 04a2da7f6d..5e0d352405 100644 --- a/metadata/syntax-data.json +++ b/metadata/syntax-data.json @@ -17166,6 +17166,9 @@ "dxTabPanelOptions.showNavButtons": { "vue": "show-nav-buttons" }, + "dxTabPanelOptions.stylingMode": { + "vue": "styling-mode" + }, "dxTabPanelOptions.swipeEnabled": { "vue": "swipe-enabled" },