Panel section d.ts fixes
parent
d6331bf076
commit
86ab9f47a3
|
@ -51,7 +51,7 @@ export declare type CardEmits = {};
|
||||||
*
|
*
|
||||||
* @group Component
|
* @group Component
|
||||||
*/
|
*/
|
||||||
export declare class Card extends ClassComponent<CardProps, CardSlots, CardEmits> {}
|
declare class Card extends ClassComponent<CardProps, CardSlots, CardEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default Card;
|
||||||
|
|
|
@ -43,7 +43,7 @@ export interface DeferredContentEmits {
|
||||||
*
|
*
|
||||||
* @group Component
|
* @group Component
|
||||||
*/
|
*/
|
||||||
export declare class DeferredContent extends ClassComponent<DeferredContentProps, DeferredContentSlots, DeferredContentEmits> {}
|
declare class DeferredContent extends ClassComponent<DeferredContentProps, DeferredContentSlots, DeferredContentEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default DeferredContent;
|
||||||
|
|
|
@ -54,7 +54,7 @@ export interface DividerEmits {}
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class Divider extends ClassComponent<DividerProps, DividerSlots, DividerEmits> {}
|
declare class Divider extends ClassComponent<DividerProps, DividerSlots, DividerEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default Divider;
|
||||||
|
|
|
@ -92,7 +92,7 @@ export interface FieldsetEmits {
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class Fieldset extends ClassComponent<FieldsetProps, FieldsetSlots, FieldsetEmits> {}
|
declare class Fieldset extends ClassComponent<FieldsetProps, FieldsetSlots, FieldsetEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default Fieldset;
|
||||||
|
|
|
@ -93,7 +93,7 @@ export interface PanelEmits {
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class Panel extends ClassComponent<PanelProps, PanelSlots, PanelEmits> {}
|
declare class Panel extends ClassComponent<PanelProps, PanelSlots, PanelEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default Panel;
|
||||||
|
|
|
@ -45,7 +45,7 @@ export interface ScrollPanelEmits {}
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class ScrollPanel extends ClassComponent<ScrollPanelProps, ScrollPanelSlots, ScrollPanelEmits> {}
|
declare class ScrollPanel extends ClassComponent<ScrollPanelProps, ScrollPanelSlots, ScrollPanelEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default ScrollPanel;
|
||||||
|
|
|
@ -108,7 +108,7 @@ export interface SplitterEmits {
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class Splitter extends ClassComponent<SplitterProps, SplitterSlots, SplitterEmits> {}
|
declare class Splitter extends ClassComponent<SplitterProps, SplitterSlots, SplitterEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default Splitter;
|
||||||
|
|
|
@ -48,7 +48,7 @@ export interface SplitterPanelEmits {}
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class SplitterPanel extends ClassComponent<SplitterPanelProps, SplitterPanelSlots, SplitterPanelEmits> {}
|
declare class SplitterPanel extends ClassComponent<SplitterPanelProps, SplitterPanelSlots, SplitterPanelEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default SplitterPanel;
|
||||||
|
|
|
@ -80,7 +80,7 @@ export interface TabPanelEmits {}
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class TabPanel extends ClassComponent<TabPanelProps, TabPanelSlots, TabPanelEmits> {}
|
declare class TabPanel extends ClassComponent<TabPanelProps, TabPanelSlots, TabPanelEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default TabPanel;
|
||||||
|
|
|
@ -115,7 +115,7 @@ export interface TabViewEmits {
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class TabView extends ClassComponent<TabViewProps, TabViewSlots, TabViewEmits> {}
|
declare class TabView extends ClassComponent<TabViewProps, TabViewSlots, TabViewEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default TabView;
|
||||||
|
|
|
@ -56,7 +56,7 @@ export interface ToolbarEmits {}
|
||||||
* @group Component
|
* @group Component
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export declare class Toolbar extends ClassComponent<ToolbarProps, ToolbarSlots, ToolbarEmits> {}
|
declare class Toolbar extends ClassComponent<ToolbarProps, ToolbarSlots, ToolbarEmits> {}
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
declare module '@vue/runtime-core' {
|
||||||
interface GlobalComponents {
|
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;
|
export default Toolbar;
|
||||||
|
|
Loading…
Reference in New Issue