diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index b2fba3919..dc87b7dfd 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -60,6 +60,11 @@ export interface DataViewLayoutOptionsPassThroughOptions { * @see {@link SelectButtonPassThroughOptions} */ root?: SelectButtonPassThroughOptions; + /** + * Used to pass attributes to the root's DOM element. + * @see {@link SelectButtonPassThroughOptions} + */ + selectbutton?: SelectButtonPassThroughOptions; /** * Used to pass attributes to the list icon's DOM element. */ diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue index 7f5cd4547..6c8ad6554 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue @@ -1,5 +1,5 @@