File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
packages/devextreme-cli/src/templates
react/application/src/components
vue-v3/application/src/components Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export const ThemeSwitcher = () => {
1414 className = 'theme-button'
1515 stylingMode = 'text'
1616 icon = { `${ themeContext ?. theme === 'dark' ? 'sun' : 'moon' } ` }
17- onClick = { onButtonClick } />
17+ onClick = { onButtonClick }
18+ />
1819 </ div > ;
1920} ;
Original file line number Diff line number Diff line change @@ -38,12 +38,13 @@ export default function UserPanel({ menuMode }<%=#isTypeScript%>: UserPanelProps
3838 return (
3939 < div className = 'user-panel' >
4040 { menuMode === 'context' && (
41- < DropDownButton stylingMode = 'text'
42- icon = 'https://js.devexpress.com/Demos/WidgetsGallery/JSDemos/images/employees/06.png'
43- showArrowIcon = { false }
44- elementAttr = { dropDownButtonAttributes }
45- dropDownOptions = { buttonDropDownOptions }
46- items = { menuItems } >
41+ < DropDownButton
42+ stylingMode = 'text'
43+ icon = 'https://js.devexpress.com/Demos/WidgetsGallery/JSDemos/images/employees/06.png'
44+ showArrowIcon = { false }
45+ elementAttr = { dropDownButtonAttributes }
46+ dropDownOptions = { buttonDropDownOptions }
47+ items = { menuItems } >
4748 </ DropDownButton >
4849 ) }
4950 { menuMode === 'list' && (
Original file line number Diff line number Diff line change 11<template >
22 <div
3- :class =" [swatchClassName, 'side-navigation-menu', 'o____0' ]"
3+ :class =" [swatchClassName, 'side-navigation-menu']"
44 @click =" forwardClick"
55 >
66 <slot />
You can’t perform that action at this time.
0 commit comments