diff --git a/components/card/Card.d.ts b/components/card/Card.d.ts index 0e67c2363..4de5fd466 100755 --- a/components/card/Card.d.ts +++ b/components/card/Card.d.ts @@ -51,7 +51,7 @@ export declare type CardEmits = {}; * * @group Component */ -export declare class Card extends ClassComponent {} +declare class Card extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -59,13 +59,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * Card is a flexible container component. - * - * Demos: - * - * - [Card](https://www.primefaces.org/primevue/card) - * - */ export default Card; diff --git a/components/deferredcontent/DeferredContent.d.ts b/components/deferredcontent/DeferredContent.d.ts index 6374d6935..19de2e3b7 100755 --- a/components/deferredcontent/DeferredContent.d.ts +++ b/components/deferredcontent/DeferredContent.d.ts @@ -43,7 +43,7 @@ export interface DeferredContentEmits { * * @group Component */ -export declare class DeferredContent extends ClassComponent {} +declare class DeferredContent extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -51,13 +51,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * DeferredContent postpones the loading the content that is initially not in the viewport until it becomes visible on scroll. - * - * Demos: - * - * - [DeferredContent](https://www.primefaces.org/primevue/deferredcontent) - * - */ export default DeferredContent; diff --git a/components/divider/Divider.d.ts b/components/divider/Divider.d.ts index cd3bf0e81..2f68bc57e 100644 --- a/components/divider/Divider.d.ts +++ b/components/divider/Divider.d.ts @@ -54,7 +54,7 @@ export interface DividerEmits {} * @group Component * */ -export declare class Divider extends ClassComponent {} +declare class Divider extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -62,13 +62,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * Divider is used to separate contents. - * - * Demos: - * - * - [Divider](https://www.primefaces.org/primevue/divider) - * - */ export default Divider; diff --git a/components/fieldset/Fieldset.d.ts b/components/fieldset/Fieldset.d.ts index 097ac4637..4eaed56d4 100755 --- a/components/fieldset/Fieldset.d.ts +++ b/components/fieldset/Fieldset.d.ts @@ -92,7 +92,7 @@ export interface FieldsetEmits { * @group Component * */ -export declare class Fieldset extends ClassComponent {} +declare class Fieldset extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -100,13 +100,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * Fieldset is a grouping component with the optional content toggle feature. - * - * Demos: - * - * - [Fieldset](https://www.primefaces.org/primevue/fieldset) - * - */ export default Fieldset; diff --git a/components/panel/Panel.d.ts b/components/panel/Panel.d.ts index 06caa2770..4f0a19d85 100755 --- a/components/panel/Panel.d.ts +++ b/components/panel/Panel.d.ts @@ -93,7 +93,7 @@ export interface PanelEmits { * @group Component * */ -export declare class Panel extends ClassComponent {} +declare class Panel extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -101,13 +101,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * Panel is a container with the optional content toggle feature. - * - * Demos: - * - * - [Panel](https://www.primefaces.org/primevue/panel) - * - */ export default Panel; diff --git a/components/scrollpanel/ScrollPanel.d.ts b/components/scrollpanel/ScrollPanel.d.ts index 42facc47f..66d585e9b 100644 --- a/components/scrollpanel/ScrollPanel.d.ts +++ b/components/scrollpanel/ScrollPanel.d.ts @@ -45,7 +45,7 @@ export interface ScrollPanelEmits {} * @group Component * */ -export declare class ScrollPanel extends ClassComponent {} +declare class ScrollPanel extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -53,13 +53,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * ScrollPanel is a cross browser, lightweight and themable alternative to native browser scrollbar. - * - * Demos: - * - * - [ScrollPanel](https://www.primefaces.org/primevue/scrollpanel) - * - */ export default ScrollPanel; diff --git a/components/splitter/Splitter.d.ts b/components/splitter/Splitter.d.ts index c28e6725f..e85f08a27 100644 --- a/components/splitter/Splitter.d.ts +++ b/components/splitter/Splitter.d.ts @@ -108,7 +108,7 @@ export interface SplitterEmits { * @group Component * */ -export declare class Splitter extends ClassComponent {} +declare class Splitter extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -116,17 +116,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * Splitter is utilized to separate and resize panels. - * - * Helper Components: - * - * - SplitterPanel - * - * Demos: - * - * - [Splitter](https://www.primefaces.org/primevue/splitter) - * - */ export default Splitter; diff --git a/components/splitterpanel/SplitterPanel.d.ts b/components/splitterpanel/SplitterPanel.d.ts index d733a8cb2..5d11a30eb 100644 --- a/components/splitterpanel/SplitterPanel.d.ts +++ b/components/splitterpanel/SplitterPanel.d.ts @@ -48,7 +48,7 @@ export interface SplitterPanelEmits {} * @group Component * */ -export declare class SplitterPanel extends ClassComponent {} +declare class SplitterPanel extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -56,13 +56,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * SplitterPanel is a helper component for Splitter component. - * - * Demos: - * - * - [SplitterPanel](https://www.primefaces.org/primevue/splitter) - * - */ export default SplitterPanel; diff --git a/components/tabpanel/TabPanel.d.ts b/components/tabpanel/TabPanel.d.ts index 407d7adbc..2dc32b6bc 100755 --- a/components/tabpanel/TabPanel.d.ts +++ b/components/tabpanel/TabPanel.d.ts @@ -80,7 +80,7 @@ export interface TabPanelEmits {} * @group Component * */ -export declare class TabPanel extends ClassComponent {} +declare class TabPanel extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -88,13 +88,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * TabPanel is a helper component for TabPanel component. - * - * Demos: - * - * - [TabPanel](https://www.primefaces.org/primevue/tabview) - * - */ export default TabPanel; diff --git a/components/tabview/TabView.d.ts b/components/tabview/TabView.d.ts index 3ba36b975..9809d75f9 100755 --- a/components/tabview/TabView.d.ts +++ b/components/tabview/TabView.d.ts @@ -115,7 +115,7 @@ export interface TabViewEmits { * @group Component * */ -export declare class TabView extends ClassComponent {} +declare class TabView extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -123,17 +123,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * TabView is a container component to group content with tabs. - * - * Helper Components: - * - * - TabPanel - * - * Demos: - * - * - [TabView](https://www.primefaces.org/primevue/tabview) - * - */ export default TabView; diff --git a/components/toolbar/Toolbar.d.ts b/components/toolbar/Toolbar.d.ts index 56ba711d4..0afe99e64 100755 --- a/components/toolbar/Toolbar.d.ts +++ b/components/toolbar/Toolbar.d.ts @@ -56,7 +56,7 @@ export interface ToolbarEmits {} * @group Component * */ -export declare class Toolbar extends ClassComponent {} +declare class Toolbar extends ClassComponent {} declare module '@vue/runtime-core' { interface GlobalComponents { @@ -64,13 +64,4 @@ declare module '@vue/runtime-core' { } } -/** - * - * Toolbar is a grouping component for buttons and other content. - * - * Demos: - * - * - [Toolbar](https://www.primefaces.org/primevue/toolbar) - * - */ export default Toolbar;