pull/3689/head
mertsincan 2023-03-01 12:35:54 +00:00
commit 98b96d0aef
11 changed files with 11 additions and 118 deletions

View File

@ -51,7 +51,7 @@ export declare type CardEmits = {};
*
* @group Component
*/
export declare class Card extends ClassComponent<CardProps, CardSlots, CardEmits> {}
declare class Card extends ClassComponent<CardProps, CardSlots, CardEmits> {}
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;

View File

@ -43,7 +43,7 @@ export interface DeferredContentEmits {
*
* @group Component
*/
export declare class DeferredContent extends ClassComponent<DeferredContentProps, DeferredContentSlots, DeferredContentEmits> {}
declare class DeferredContent extends ClassComponent<DeferredContentProps, DeferredContentSlots, DeferredContentEmits> {}
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;

View File

@ -54,7 +54,7 @@ export interface DividerEmits {}
* @group Component
*
*/
export declare class Divider extends ClassComponent<DividerProps, DividerSlots, DividerEmits> {}
declare class Divider extends ClassComponent<DividerProps, DividerSlots, DividerEmits> {}
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;

View File

@ -92,7 +92,7 @@ export interface FieldsetEmits {
* @group Component
*
*/
export declare class Fieldset extends ClassComponent<FieldsetProps, FieldsetSlots, FieldsetEmits> {}
declare class Fieldset extends ClassComponent<FieldsetProps, FieldsetSlots, FieldsetEmits> {}
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;

View File

@ -93,7 +93,7 @@ export interface PanelEmits {
* @group Component
*
*/
export declare class Panel extends ClassComponent<PanelProps, PanelSlots, PanelEmits> {}
declare class Panel extends ClassComponent<PanelProps, PanelSlots, PanelEmits> {}
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;

View File

@ -45,7 +45,7 @@ export interface ScrollPanelEmits {}
* @group Component
*
*/
export declare class ScrollPanel extends ClassComponent<ScrollPanelProps, ScrollPanelSlots, ScrollPanelEmits> {}
declare class ScrollPanel extends ClassComponent<ScrollPanelProps, ScrollPanelSlots, ScrollPanelEmits> {}
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;

View File

@ -108,7 +108,7 @@ export interface SplitterEmits {
* @group Component
*
*/
export declare class Splitter extends ClassComponent<SplitterProps, SplitterSlots, SplitterEmits> {}
declare class Splitter extends ClassComponent<SplitterProps, SplitterSlots, SplitterEmits> {}
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;

View File

@ -48,7 +48,7 @@ export interface SplitterPanelEmits {}
* @group Component
*
*/
export declare class SplitterPanel extends ClassComponent<SplitterPanelProps, SplitterPanelSlots, SplitterPanelEmits> {}
declare class SplitterPanel extends ClassComponent<SplitterPanelProps, SplitterPanelSlots, SplitterPanelEmits> {}
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;

View File

@ -80,7 +80,7 @@ export interface TabPanelEmits {}
* @group Component
*
*/
export declare class TabPanel extends ClassComponent<TabPanelProps, TabPanelSlots, TabPanelEmits> {}
declare class TabPanel extends ClassComponent<TabPanelProps, TabPanelSlots, TabPanelEmits> {}
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;

View File

@ -115,7 +115,7 @@ export interface TabViewEmits {
* @group Component
*
*/
export declare class TabView extends ClassComponent<TabViewProps, TabViewSlots, TabViewEmits> {}
declare class TabView extends ClassComponent<TabViewProps, TabViewSlots, TabViewEmits> {}
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;

View File

@ -56,7 +56,7 @@ export interface ToolbarEmits {}
* @group Component
*
*/
export declare class Toolbar extends ClassComponent<ToolbarProps, ToolbarSlots, ToolbarEmits> {}
declare class Toolbar extends ClassComponent<ToolbarProps, ToolbarSlots, ToolbarEmits> {}
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;