diff --git a/components/lib/dataviewlayoutoptions/BaseDataViewLayoutOptions.vue b/components/lib/dataviewlayoutoptions/BaseDataViewLayoutOptions.vue new file mode 100644 index 000000000..a97f4f0ee --- /dev/null +++ b/components/lib/dataviewlayoutoptions/BaseDataViewLayoutOptions.vue @@ -0,0 +1,35 @@ + diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index c60aa10b7..2e8a3b498 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -83,6 +83,11 @@ export interface DataViewLayoutOptionsProps { * @type {DataViewLayoutOptionsPassThroughOptions} */ pt?: DataViewLayoutOptionsPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue index cf06764fa..6ec26683b 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.vue @@ -1,11 +1,11 @@