@@ -290,7 +290,6 @@ const ButtonItem = Object.assign<typeof _componentButtonItem, NestedComponentMet
290290type IButtonOptionsProps = React . PropsWithChildren < {
291291 accessKey ?: string | undefined ;
292292 activeStateEnabled ?: boolean ;
293- bindingOptions ?: Record < string , any > ;
294293 disabled ?: boolean ;
295294 elementAttr ?: Record < string , any > ;
296295 focusStateEnabled ?: boolean ;
@@ -1118,7 +1117,6 @@ type IFilterBuilderProps = React.PropsWithChildren<{
11181117 accessKey ?: string | undefined ;
11191118 activeStateEnabled ?: boolean ;
11201119 allowHierarchicalFields ?: boolean ;
1121- bindingOptions ?: Record < string , any > ;
11221120 customOperations ?: Array < dxFilterBuilderCustomOperation > ;
11231121 disabled ?: boolean ;
11241122 elementAttr ?: Record < string , any > ;
@@ -1274,7 +1272,6 @@ type IFormProps = React.PropsWithChildren<{
12741272 activeStateEnabled ?: boolean ;
12751273 alignItemLabels ?: boolean ;
12761274 alignItemLabelsInAllGroups ?: boolean ;
1277- bindingOptions ?: Record < string , any > ;
12781275 colCount ?: Mode | number ;
12791276 colCountByScreen ?: Record < string , any > | {
12801277 lg ?: number | undefined ;
@@ -1802,7 +1799,6 @@ type ILoadPanelProps = React.PropsWithChildren<{
18021799 hide ?: AnimationConfig ;
18031800 show ?: AnimationConfig ;
18041801 } ;
1805- bindingOptions ?: Record < string , any > ;
18061802 container ?: any | string | undefined ;
18071803 deferRendering ?: boolean ;
18081804 delay ?: number ;
@@ -2497,7 +2493,6 @@ type ITabPanelOptionsProps = React.PropsWithChildren<{
24972493 accessKey ?: string | undefined ;
24982494 activeStateEnabled ?: boolean ;
24992495 animationEnabled ?: boolean ;
2500- bindingOptions ?: Record < string , any > ;
25012496 dataSource ?: Array < any | dxTabPanelItem | string > | DataSource | DataSourceOptions | null | Store | string ;
25022497 deferRendering ?: boolean ;
25032498 disabled ?: boolean ;
0 commit comments