diff --git a/components/lib/scrollpanel/BaseScrollPanel.vue b/components/lib/scrollpanel/BaseScrollPanel.vue new file mode 100644 index 000000000..683b86f66 --- /dev/null +++ b/components/lib/scrollpanel/BaseScrollPanel.vue @@ -0,0 +1,94 @@ + diff --git a/components/lib/scrollpanel/ScrollPanel.d.ts b/components/lib/scrollpanel/ScrollPanel.d.ts index c41848e15..6ff746acd 100644 --- a/components/lib/scrollpanel/ScrollPanel.d.ts +++ b/components/lib/scrollpanel/ScrollPanel.d.ts @@ -93,6 +93,11 @@ export interface ScrollPanelProps { * @type {ScrollPanelPassThroughOptions} */ pt?: ScrollPanelPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/scrollpanel/ScrollPanel.vue b/components/lib/scrollpanel/ScrollPanel.vue index 5fdec645b..ed3d11fc9 100644 --- a/components/lib/scrollpanel/ScrollPanel.vue +++ b/components/lib/scrollpanel/ScrollPanel.vue @@ -1,13 +1,13 @@