Refactor on d.ts
parent
8b6cc1b060
commit
f02874cc18
|
@ -7,10 +7,10 @@
|
||||||
* @module accordion
|
* @module accordion
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AccordionPassThroughOptionType = AccordionPassThroughAttributes | ((options: AccordionPassThroughMethodOptions) => AccordionPassThroughAttributes | string) | string | null | undefined;
|
export declare type AccordionPassThroughOptionType = AccordionPassThroughAttributes | ((options: AccordionPassThroughMethodOptions) => AccordionPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module accordionstyle
|
* @module accordionstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AccordionClasses {
|
export enum AccordionClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module accordioncontent
|
* @module accordioncontent
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AccordionContentPassThroughOptionType = AccordionContentPassThroughAttributes | ((options: AccordionContentPassThroughMethodOptions) => AccordionContentPassThroughAttributes | string) | string | null | undefined;
|
export declare type AccordionContentPassThroughOptionType = AccordionContentPassThroughAttributes | ((options: AccordionContentPassThroughMethodOptions) => AccordionContentPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module accordioncontentstyle
|
* @module accordioncontentstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style/BaseStyle';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AccordionContentClasses {
|
export enum AccordionContentClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module accordionheader
|
* @module accordionheader
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AccordionHeaderPassThroughOptionType = AccordionHeaderPassThroughAttributes | ((options: AccordionHeaderPassThroughMethodOptions) => AccordionHeaderPassThroughAttributes | string) | string | null | undefined;
|
export declare type AccordionHeaderPassThroughOptionType = AccordionHeaderPassThroughAttributes | ((options: AccordionHeaderPassThroughMethodOptions) => AccordionHeaderPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module accordionheaderstyle
|
* @module accordionheaderstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style/BaseStyle';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AccordionHeaderClasses {
|
export enum AccordionHeaderClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module accordionpanel
|
* @module accordionpanel
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AccordionPanelPassThroughOptionType = AccordionPanelPassThroughAttributes | ((options: AccordionPanelPassThroughMethodOptions) => AccordionPanelPassThroughAttributes | string) | string | null | undefined;
|
export declare type AccordionPanelPassThroughOptionType = AccordionPanelPassThroughAttributes | ((options: AccordionPanelPassThroughMethodOptions) => AccordionPanelPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module accordionpanelstyle
|
* @module accordionpanelstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style/BaseStyle';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AccordionPanelClasses {
|
export enum AccordionPanelClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -8,9 +8,9 @@
|
||||||
* @module accordiontab
|
* @module accordiontab
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { AnchorHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue';
|
import { AnchorHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AccordionTabPassThroughOptionType = AccordionTabPassThroughAttributes | ((options: AccordionTabPassThroughMethodOptions) => AccordionTabPassThroughAttributes | string) | string | null | undefined;
|
export declare type AccordionTabPassThroughOptionType = AccordionTabPassThroughAttributes | ((options: AccordionTabPassThroughMethodOptions) => AccordionTabPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* @module accordiontabstyle
|
* @module accordiontabstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AccordionTabClasses {}
|
export enum AccordionTabClasses {}
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
*
|
*
|
||||||
* @module animateonscroll
|
* @module animateonscroll
|
||||||
*/
|
*/
|
||||||
|
import type { DirectiveHooks } from '@primevue/core/basedirective';
|
||||||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||||
import { DirectiveHooks } from '../basedirective/BaseDirective';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines options of AnimateOnScroll.
|
* Defines options of AnimateOnScroll.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module animateonscrollstyle
|
* @module animateonscrollstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style/BaseStyle';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AnimateOnScrollClasses {}
|
export enum AnimateOnScrollClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
* @module autocomplete
|
* @module autocomplete
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, Nullable, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ChipPassThroughOptions } from 'primevue/chip';
|
||||||
|
import type { InputTextPassThroughOptions } from 'primevue/inputtext';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
|
import type { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from 'primevue/virtualscroller';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ChipPassThroughOptions } from '../chip';
|
|
||||||
import { InputTextPassThroughOptions } from '../inputtext';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, Nullable, PassThrough } from '../ts-helpers';
|
|
||||||
import { VirtualScrollerItemOptions, VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller';
|
|
||||||
|
|
||||||
export declare type AutoCompletePassThroughOptionType = AutoCompletePassThroughAttributes | ((options: AutoCompletePassThroughMethodOptions) => AutoCompletePassThroughAttributes | string) | string | null | undefined;
|
export declare type AutoCompletePassThroughOptionType = AutoCompletePassThroughAttributes | ((options: AutoCompletePassThroughMethodOptions) => AutoCompletePassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module autocompletestyle
|
* @module autocompletestyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AutoCompleteClasses {
|
export enum AutoCompleteClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
*
|
*
|
||||||
* @module avatar
|
* @module avatar
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes | ((options: AvatarPassThroughMethodOptions) => AvatarPassThroughAttributes | string) | string | null | undefined;
|
export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes | ((options: AvatarPassThroughMethodOptions) => AvatarPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module avatarstyle
|
* @module avatarstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AvatarClasses {
|
export enum AvatarClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module avatargroup
|
* @module avatargroup
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type AvatarGroupPassThroughOptionType = AvatarGroupPassThroughAttributes | ((options: AvatarGroupPassThroughMethodOptions) => AvatarGroupPassThroughAttributes | string) | string | null | undefined;
|
export declare type AvatarGroupPassThroughOptionType = AvatarGroupPassThroughAttributes | ((options: AvatarGroupPassThroughMethodOptions) => AvatarGroupPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module avatargroupstyle
|
* @module avatargroupstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum AvatarGroupClasses {
|
export enum AvatarGroupClasses {
|
||||||
root = 'p-avatar-group'
|
root = 'p-avatar-group'
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module badge
|
* @module badge
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type BadgePassThroughOptionType<T = any> = BadgePassThroughAttributes | ((options: BadgePassThroughMethodOptions<T>) => BadgePassThroughAttributes | string) | string | null | undefined;
|
export declare type BadgePassThroughOptionType<T = any> = BadgePassThroughAttributes | ((options: BadgePassThroughMethodOptions<T>) => BadgePassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module badgestyle
|
* @module badgestyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum BadgeClasses {
|
export enum BadgeClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
*
|
*
|
||||||
* @module badgedirective
|
* @module badgedirective
|
||||||
*/
|
*/
|
||||||
|
import type { DesignToken, PassThrough } from '@primevue/core';
|
||||||
|
import type { DirectiveHooks } from '@primevue/core/basedirective';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||||
import { DirectiveHooks } from '../basedirective';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DesignToken, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type BadgeDirectivePassThroughOptionType = BadgeDirectivePassThroughAttributes | ((options: BadgePassThroughMethodOptions) => BadgeDirectivePassThroughAttributes) | null | undefined;
|
export declare type BadgeDirectivePassThroughOptionType = BadgeDirectivePassThroughAttributes | ((options: BadgePassThroughMethodOptions) => BadgeDirectivePassThroughAttributes) | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module badgedirectivestyle
|
* @module badgedirectivestyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum BadgeDirectiveClasses {
|
export enum BadgeDirectiveClasses {
|
||||||
root = 'p-badge'
|
root = 'p-badge'
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module blockui
|
* @module blockui
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes | ((options: BlockUIPassThroughMethodOptions) => BlockUIPassThroughAttributes | string) | string | null | undefined;
|
export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes | ((options: BlockUIPassThroughMethodOptions) => BlockUIPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module blockuistyle
|
* @module blockuistyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum BlockUIClasses {
|
export enum BlockUIClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
* @module breadcrumb
|
* @module breadcrumb
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { MenuItem } from 'primevue/menuitem';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { MenuItem } from '../menuitem';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttributes | ((options: BreadcrumbPassThroughMethodOptions) => BreadcrumbPassThroughAttributes | string) | string | null | undefined;
|
export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttributes | ((options: BreadcrumbPassThroughMethodOptions) => BreadcrumbPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module breadcrumbstyle
|
* @module breadcrumbstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum BreadcrumbClasses {
|
export enum BreadcrumbClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module button
|
* @module button
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { ButtonHTMLAttributes, VNode } from 'vue';
|
import { ButtonHTMLAttributes, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ButtonPassThroughOptionType<T = any> = ButtonPassThroughAttributes | ((options: ButtonPassThroughMethodOptions<T>) => ButtonPassThroughAttributes | string) | string | null | undefined;
|
export declare type ButtonPassThroughOptionType<T = any> = ButtonPassThroughAttributes | ((options: ButtonPassThroughMethodOptions<T>) => ButtonPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module buttonstyle
|
* @module buttonstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ButtonClasses {
|
export enum ButtonClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module buttongroup
|
* @module buttongroup
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ButtonGroupPassThroughOptionType = ButtonGroupPassThroughAttributes | ((options: ButtonGroupPassThroughMethodOptions) => ButtonGroupPassThroughAttributes | string) | string | null | undefined;
|
export declare type ButtonGroupPassThroughOptionType = ButtonGroupPassThroughAttributes | ((options: ButtonGroupPassThroughMethodOptions) => ButtonGroupPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module buttongroupstyle
|
* @module buttongroupstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style/BaseStyle';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ButtonGroupClasses {
|
export enum ButtonGroupClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
* @module calendar
|
* @module calendar
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, EmitFn, GlobalComponentConstructor } from '@primevue/core';
|
||||||
|
import * as DatePicker from 'primevue/datepicker';
|
||||||
import 'vue';
|
import 'vue';
|
||||||
import * as DatePicker from '../datepicker';
|
|
||||||
import { DefineComponent, EmitFn, GlobalComponentConstructor } from '../ts-helpers';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module calendarstyle
|
* @module calendarstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { DatePickerStyle } from '../../datepicker/style/DatePickerStyle';
|
import type { DatePickerStyle } from 'primevue/datepicker/style';
|
||||||
|
|
||||||
export enum CalendarClasses {}
|
export enum CalendarClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module card
|
* @module card
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type CardPassThroughOptionType = CardPassThroughAttributes | ((options: CardPassThroughMethodOptions) => CardPassThroughAttributes | string) | string | null | undefined;
|
export declare type CardPassThroughOptionType = CardPassThroughAttributes | ((options: CardPassThroughMethodOptions) => CardPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module cardstyle
|
* @module cardstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum CardClasses {
|
export enum CardClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
* @module carousel
|
* @module carousel
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ButtonPassThroughOptions } from 'primevue/button';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonPassThroughOptions } from '../button';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type CarouselPassThroughOptionType = CarouselPassThroughAttributes | ((options: CarouselPassThroughMethodOptions) => CarouselPassThroughAttributes | string) | string | null | undefined;
|
export declare type CarouselPassThroughOptionType = CarouselPassThroughAttributes | ((options: CarouselPassThroughMethodOptions) => CarouselPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module carouselstyle
|
* @module carouselstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum CarouselClasses {
|
export enum CarouselClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module cascadeselect
|
* @module cascadeselect
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue';
|
import { HTMLAttributes, InputHTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroughAttributes | ((options: CascadeSelectPassThroughMethodOptions) => CascadeSelectPassThroughAttributes | string) | string | null | undefined;
|
export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroughAttributes | ((options: CascadeSelectPassThroughMethodOptions) => CascadeSelectPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module cascadeselectstyle
|
* @module cascadeselectstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum CascadeSelectClasses {
|
export enum CascadeSelectClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module chart
|
* @module chart
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { CanvasHTMLAttributes } from 'vue';
|
import { CanvasHTMLAttributes } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((options: ChartPassThroughMethodOptions) => ChartPassThroughAttributes | string) | string | null | undefined;
|
export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((options: ChartPassThroughMethodOptions) => ChartPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module chartstyle
|
* @module chartstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ChartClasses {
|
export enum ChartClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module checkbox
|
* @module checkbox
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttributes | ((options: CheckboxPassThroughMethodOptions) => CheckboxPassThroughAttributes | string) | string | null | undefined;
|
export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttributes | ((options: CheckboxPassThroughMethodOptions) => CheckboxPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module checkboxstyle
|
* @module checkboxstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum CheckboxClasses {
|
export enum CheckboxClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module chip
|
* @module chip
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ChipPassThroughOptionType<T = any> = ChipPassThroughAttributes | ((options: ChipPassThroughMethodOptions<T>) => ChipPassThroughAttributes | string) | string | null | undefined;
|
export declare type ChipPassThroughOptionType<T = any> = ChipPassThroughAttributes | ((options: ChipPassThroughMethodOptions<T>) => ChipPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module chipstyle
|
* @module chipstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ChipClasses {
|
export enum ChipClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
* @module chips
|
* @module chips
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, EmitFn, GlobalComponentConstructor } from '@primevue/core';
|
||||||
|
import * as InputChips from 'primevue/inputchips';
|
||||||
import 'vue';
|
import 'vue';
|
||||||
import * as InputChips from '../inputchips';
|
|
||||||
import { DefineComponent, EmitFn, GlobalComponentConstructor } from '../ts-helpers';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module chipsstyle
|
* @module chipsstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { InputChipsStyle } from '../../inputchips/style/InputChipsStyle';
|
import type { InputChipsStyle } from 'primevue/inputchips/style';
|
||||||
|
|
||||||
export enum ChipsClasses {}
|
export enum ChipsClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module colorpicker
|
* @module colorpicker
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps } from 'vue';
|
import { TransitionProps } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAttributes | ((options: ColorPickerPassThroughMethodOptions) => ColorPickerPassThroughAttributes | string) | string | null | undefined;
|
export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAttributes | ((options: ColorPickerPassThroughMethodOptions) => ColorPickerPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module colorpickerstyle
|
* @module colorpickerstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ColorPickerClasses {
|
export enum ColorPickerClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -8,17 +8,17 @@
|
||||||
* @module column
|
* @module column
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { BadgePassThroughOptions } from 'primevue/badge';
|
||||||
|
import type { ButtonPassThroughOptions } from 'primevue/button';
|
||||||
|
import type { CheckboxPassThroughOptionType } from 'primevue/checkbox';
|
||||||
|
import type { DataTablePassThroughOptions } from 'primevue/datatable';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
|
import type { RadioButtonPassThroughOptionType } from 'primevue/radiobutton';
|
||||||
|
import type { SelectPassThroughOptionType } from 'primevue/select';
|
||||||
|
import type { VirtualScrollerLoaderOptions } from 'primevue/virtualscroller';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { BadgePassThroughOptions } from '../badge';
|
|
||||||
import { ButtonPassThroughOptions } from '../button';
|
|
||||||
import { CheckboxPassThroughOptionType } from '../checkbox';
|
|
||||||
import { DataTablePassThroughOptions } from '../datatable';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { RadioButtonPassThroughOptionType } from '../radiobutton';
|
|
||||||
import { SelectPassThroughOptionType } from '../select';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
import { VirtualScrollerLoaderOptions } from '../virtualscroller';
|
|
||||||
|
|
||||||
export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes | ((options: ColumnPassThroughMethodOptions) => ColumnPassThroughAttributes | string) | string | null | undefined;
|
export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes | ((options: ColumnPassThroughMethodOptions) => ColumnPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* @module columnstyle
|
* @module columnstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ColumnClasses {}
|
export enum ColumnClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
* @module columngroup
|
* @module columngroup
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
import { PassThroughOptions } from '../passthrough';
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
|
|
||||||
export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAttributes | ((options: ColumnGroupPassThroughMethodOptions) => ColumnGroupPassThroughAttributes | string) | string | null | undefined;
|
export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAttributes | ((options: ColumnGroupPassThroughMethodOptions) => ColumnGroupPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* @module columngroupstyle
|
* @module columngroupstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ColumnGroupClasses {}
|
export enum ColumnGroupClasses {}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import type { DefaultPassThrough, PassThrough } from '@primevue/core';
|
||||||
import type { PrimeVueConfiguration as PrimeVueCoreConfiguration } from '@primevue/core/config';
|
import type { PrimeVueConfiguration as PrimeVueCoreConfiguration } from '@primevue/core/config';
|
||||||
import type { AccordionPassThroughOptions } from 'primevue/accordion';
|
import type { AccordionPassThroughOptions } from 'primevue/accordion';
|
||||||
import type { AccordionContentPassThroughOptions } from 'primevue/accordioncontent';
|
import type { AccordionContentPassThroughOptions } from 'primevue/accordioncontent';
|
||||||
|
@ -105,7 +106,6 @@ import type { TooltipDirectivePassThroughOptions } from 'primevue/tooltip';
|
||||||
import type { TreePassThroughOptions } from 'primevue/tree';
|
import type { TreePassThroughOptions } from 'primevue/tree';
|
||||||
import type { TreeSelectPassThroughOptions } from 'primevue/treeselect';
|
import type { TreeSelectPassThroughOptions } from 'primevue/treeselect';
|
||||||
import type { TreeTablePassThroughOptions } from 'primevue/treetable';
|
import type { TreeTablePassThroughOptions } from 'primevue/treetable';
|
||||||
import type { DefaultPassThrough, PassThrough } from 'primevue/ts-helpers';
|
|
||||||
import type { VirtualScrollerPassThroughOptions } from 'primevue/virtualscroller';
|
import type { VirtualScrollerPassThroughOptions } from 'primevue/virtualscroller';
|
||||||
|
|
||||||
export * from '@primevue/core/config';
|
export * from '@primevue/core/config';
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* @module confirmationoptions
|
* @module confirmationoptions
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { ButtonProps } from '../button';
|
import type { ButtonProps } from 'primevue/button';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Confirmation Service options.
|
* Confirmation Service options.
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
* @module confirmationservice-useconfirm
|
* @module confirmationservice-useconfirm
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { ConfirmationOptions } from 'primevue/confirmationoptions';
|
||||||
import { Plugin } from 'vue';
|
import { Plugin } from 'vue';
|
||||||
import { ConfirmationOptions } from '../confirmationoptions';
|
|
||||||
|
|
||||||
declare const plugin: Plugin;
|
declare const plugin: Plugin;
|
||||||
export default plugin;
|
export default plugin;
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
* @module confirmdialog
|
* @module confirmdialog
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ButtonPassThroughOptions } from 'primevue/button';
|
||||||
|
import type { ConfirmationOptions } from 'primevue/confirmationoptions';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonPassThroughOptions } from '../button';
|
|
||||||
import { ConfirmationOptions } from '../confirmationoptions';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroughAttributes | ((options: ConfirmDialogPassThroughMethodOptions) => ConfirmDialogPassThroughAttributes | string) | string | null | undefined;
|
export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroughAttributes | ((options: ConfirmDialogPassThroughMethodOptions) => ConfirmDialogPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module confirmdialogstyle
|
* @module confirmdialogstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ConfirmDialogClasses {
|
export enum ConfirmDialogClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
* @module confirmpopup
|
* @module confirmpopup
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import { ButtonPassThroughOptions } from 'primevue/button';
|
||||||
|
import { ConfirmationOptions } from 'primevue/confirmationoptions';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonPassThroughOptions } from '../button';
|
|
||||||
import { ConfirmationOptions } from '../confirmationoptions';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ConfirmPopupPassThroughOptionType = ConfirmPopupPassThroughAttributes | ((options: ConfirmPopupPassThroughMethodOptions) => ConfirmPopupPassThroughAttributes | string) | string | null | undefined;
|
export declare type ConfirmPopupPassThroughOptionType = ConfirmPopupPassThroughAttributes | ((options: ConfirmPopupPassThroughMethodOptions) => ConfirmPopupPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module confirmpopupstyle
|
* @module confirmpopupstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ConfirmPopupClasses {
|
export enum ConfirmPopupClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
* @module contextmenu
|
* @module contextmenu
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { MenuItem } from 'primevue/menuitem';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { MenuItem } from '../menuitem';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ContextMenuPassThroughOptionType = ContextMenuPassThroughAttributes | ((options: ContextMenuPassThroughMethodOptions) => ContextMenuPassThroughAttributes | string) | string | null | undefined;
|
export declare type ContextMenuPassThroughOptionType = ContextMenuPassThroughAttributes | ((options: ContextMenuPassThroughMethodOptions) => ContextMenuPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
* @module contextmenustyle
|
* @module contextmenustyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ContextMenuClasses {
|
export enum ContextMenuClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,16 +7,16 @@
|
||||||
* @module datatable
|
* @module datatable
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, Nullable, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ButtonProps } from 'primevue/button';
|
||||||
|
import type { ColumnPassThroughOptionType } from 'primevue/column';
|
||||||
|
import type { ColumnGroupPassThroughOptionType } from 'primevue/columngroup';
|
||||||
|
import type { PaginatorPassThroughOptionType } from 'primevue/paginator';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
|
import type { RowPassThroughOptionType } from 'primevue/row';
|
||||||
|
import type { VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from 'primevue/virtualscroller';
|
||||||
import { InputHTMLAttributes, TableHTMLAttributes, TransitionProps, VNode } from 'vue';
|
import { InputHTMLAttributes, TableHTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonProps } from '../button';
|
|
||||||
import { ColumnPassThroughOptionType } from '../column';
|
|
||||||
import { ColumnGroupPassThroughOptionType } from '../columngroup';
|
|
||||||
import { PaginatorPassThroughOptionType } from '../paginator';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { RowPassThroughOptionType } from '../row';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, Nullable, PassThrough } from '../ts-helpers';
|
|
||||||
import { VirtualScrollerPassThroughOptionType, VirtualScrollerProps } from '../virtualscroller';
|
|
||||||
|
|
||||||
export declare type DataTablePassThroughOptionType = DataTablePassThroughAttributes | ((options: DataTablePassThroughMethodOptions) => DataTablePassThroughAttributes | string) | string | null | undefined;
|
export declare type DataTablePassThroughOptionType = DataTablePassThroughAttributes | ((options: DataTablePassThroughMethodOptions) => DataTablePassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module datatablestyle
|
* @module datatablestyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DataTableClasses {
|
export enum DataTableClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
* @module dataview
|
* @module dataview
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PaginatorPassThroughOptionType } from 'primevue/paginator';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PaginatorPassThroughOptionType } from '../paginator';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DataViewPassThroughOptionType = DataViewPassThroughAttributes | ((options: DataViewPassThroughMethodOptions) => DataViewPassThroughAttributes | string) | string | null | undefined;
|
export declare type DataViewPassThroughOptionType = DataViewPassThroughAttributes | ((options: DataViewPassThroughMethodOptions) => DataViewPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dataviewstyle
|
* @module dataviewstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DataViewClasses {
|
export enum DataViewClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
* @module datepicker
|
* @module datepicker
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ButtonPassThroughOptions, ButtonProps } from 'primevue/button';
|
||||||
|
import type { InputTextPassThroughOptions } from 'primevue/inputtext';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonPassThroughOptions, ButtonProps } from '../button';
|
|
||||||
import { InputTextPassThroughOptions } from '../inputtext';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DatePickerPassThroughOptionType = DatePickerPassThroughAttributes | ((options: DatePickerPassThroughMethodOptions) => DatePickerPassThroughAttributes | string) | string | null | undefined;
|
export declare type DatePickerPassThroughOptionType = DatePickerPassThroughAttributes | ((options: DatePickerPassThroughMethodOptions) => DatePickerPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module datepickerstyle
|
* @module datepickerstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DatePickerClasses {
|
export enum DatePickerClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module deferredcontent
|
* @module deferredcontent
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DeferredContentPassThroughOptionType = DeferredContentPassThroughAttributes | ((options: DeferredContentPassThroughMethodOptions) => DeferredContentPassThroughAttributes | string) | string | null | undefined;
|
export declare type DeferredContentPassThroughOptionType = DeferredContentPassThroughAttributes | ((options: DeferredContentPassThroughMethodOptions) => DeferredContentPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module deferredcontentstyle
|
* @module deferredcontentstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DeferredContentClasses {}
|
export enum DeferredContentClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
* @module dialog
|
* @module dialog
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ButtonPassThroughOptions, ButtonProps } from 'primevue/button';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { HTMLAttributes, TransitionProps, VNode } from 'vue';
|
import { HTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonPassThroughOptions, ButtonProps } from '../button';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DialogPassThroughOptionType<T = any> = DialogPassThroughAttributes | ((options: DialogPassThroughMethodOptions<T>) => DialogPassThroughAttributes | string) | string | null | undefined;
|
export declare type DialogPassThroughOptionType<T = any> = DialogPassThroughAttributes | ((options: DialogPassThroughMethodOptions<T>) => DialogPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dialogstyle
|
* @module dialogstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DialogClasses {
|
export enum DialogClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
*
|
*
|
||||||
* @module dialogservice-usedialog
|
* @module dialogservice-usedialog
|
||||||
*/
|
*/
|
||||||
|
import type { DynamicDialogInstance, DynamicDialogOptions } from 'primevue/dynamicdialogoptions';
|
||||||
import { Plugin } from 'vue';
|
import { Plugin } from 'vue';
|
||||||
import { DynamicDialogInstance, DynamicDialogOptions } from '../dynamicdialogoptions';
|
|
||||||
|
|
||||||
declare const plugin: Plugin;
|
declare const plugin: Plugin;
|
||||||
export default plugin;
|
export default plugin;
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module divider
|
* @module divider
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DividerPassThroughOptionType = DividerPassThroughAttributes | ((options: DividerPassThroughMethodOptions) => DividerPassThroughAttributes | string) | string | null | undefined;
|
export declare type DividerPassThroughOptionType = DividerPassThroughAttributes | ((options: DividerPassThroughMethodOptions) => DividerPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dividerstyle
|
* @module dividerstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DividerClasses {
|
export enum DividerClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
* @module dock
|
* @module dock
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { MenuItem } from 'primevue/menuitem';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { MenuItem } from '../menuitem';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((options: DockPassThroughMethodOptions) => DockPassThroughAttributes | string) | string | null | undefined;
|
export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((options: DockPassThroughMethodOptions) => DockPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dockstyle
|
* @module dockstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DockClasses {
|
export enum DockClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
* @module drawer
|
* @module drawer
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { ButtonPassThroughOptions } from 'primevue/button';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { ButtonPassThroughOptions } from '../button';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type DrawerPassThroughOptionType = DrawerPassThroughAttributes | ((options: DrawerPassThroughMethodOptions) => DrawerPassThroughAttributes | string) | string | null | undefined;
|
export declare type DrawerPassThroughOptionType = DrawerPassThroughAttributes | ((options: DrawerPassThroughMethodOptions) => DrawerPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module drawerstyle
|
* @module drawerstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DrawerClasses {
|
export enum DrawerClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,9 +7,9 @@
|
||||||
* @module dropdown
|
* @module dropdown
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, EmitFn, GlobalComponentConstructor } from '@primevue/core';
|
||||||
|
import * as Select from 'primevue/select';
|
||||||
import 'vue';
|
import 'vue';
|
||||||
import * as Select from '../select';
|
|
||||||
import { DefineComponent, EmitFn, GlobalComponentConstructor } from '../ts-helpers';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom passthrough(pt) option method.
|
* Custom passthrough(pt) option method.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dropdownstyle
|
* @module dropdownstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { SelectStyle } from '../../select/style/SelectStyle';
|
import type { SelectStyle } from 'primevue/select/style';
|
||||||
|
|
||||||
export enum DropdownClasses {}
|
export enum DropdownClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dynamicdialog
|
* @module dynamicdialog
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { DefineComponent, EmitFn, GlobalComponentConstructor } from '../ts-helpers';
|
import type { DefineComponent, EmitFn, GlobalComponentConstructor } from '@primevue/core';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines valid properties in DynamicDialog component.
|
* Defines valid properties in DynamicDialog component.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module dynamicdialogstyle
|
* @module dynamicdialogstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum DynamicDialogClasses {}
|
export enum DynamicDialogClasses {}
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* @module dynamicdialogoptions
|
* @module dynamicdialogoptions
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { DialogProps } from '../dialog';
|
import type { DialogProps } from 'primevue/dialog';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom dialog templates.
|
* Custom dialog templates.
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module editor
|
* @module editor
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type EditorPassThroughOptionType = EditorPassThroughAttributes | ((options: EditorPassThroughMethodOptions) => EditorPassThroughAttributes | string) | string | null | undefined;
|
export declare type EditorPassThroughOptionType = EditorPassThroughAttributes | ((options: EditorPassThroughMethodOptions) => EditorPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module editorstyle
|
* @module editorstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum EditorClasses {
|
export enum EditorClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module fieldset
|
* @module fieldset
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { AnchorHTMLAttributes, TransitionProps, VNode } from 'vue';
|
import { AnchorHTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttributes | ((options: FieldsetPassThroughMethodOptions) => FieldsetPassThroughAttributes | string) | string | null | undefined;
|
export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttributes | ((options: FieldsetPassThroughMethodOptions) => FieldsetPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module fieldsetstyle
|
* @module fieldsetstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum FieldsetClasses {
|
export enum FieldsetClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,14 +7,14 @@
|
||||||
* @module fileupload
|
* @module fileupload
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { BadgePassThroughOptions } from 'primevue/badge';
|
||||||
|
import type { ButtonPassThroughOptions } from 'primevue/button';
|
||||||
|
import type { MessagePassThroughOptions } from 'primevue/message';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
|
import type { ProgressBarPassThroughOptions } from 'primevue/progressbar';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { BadgePassThroughOptions } from '../badge';
|
|
||||||
import { ButtonPassThroughOptions } from '../button';
|
|
||||||
import { MessagePassThroughOptions } from '../message';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { ProgressBarPassThroughOptions } from '../progressbar';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttributes | ((options: FileUploadPassThroughMethodOptions) => FileUploadPassThroughAttributes | string) | string | null | undefined;
|
export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttributes | ((options: FileUploadPassThroughMethodOptions) => FileUploadPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module fileuploadstyle
|
* @module fileuploadstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum FileUploadClasses {
|
export enum FileUploadClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module floatlabel
|
* @module floatlabel
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type FloatLabelPassThroughOptionType = FloatLabelPassThroughAttributes | ((options: FloatLabelPassThroughMethodOptions) => FloatLabelPassThroughAttributes | string) | string | null | undefined;
|
export declare type FloatLabelPassThroughOptionType = FloatLabelPassThroughAttributes | ((options: FloatLabelPassThroughMethodOptions) => FloatLabelPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module floatlabelstyle
|
* @module floatlabelstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum FloatLabelClasses {
|
export enum FloatLabelClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module focustrap
|
* @module focustrap
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DesignToken, PassThrough } from '@primevue/core';
|
||||||
|
import type { DirectiveHooks } from '@primevue/core/basedirective';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { DirectiveBinding, ObjectDirective } from 'vue';
|
import { DirectiveBinding, ObjectDirective } from 'vue';
|
||||||
import { DirectiveHooks } from '../basedirective';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DesignToken, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type FocusTrapDirectivePassThroughOptionType = FocusTrapDirectivePassThroughAttributes | null | undefined;
|
export declare type FocusTrapDirectivePassThroughOptionType = FocusTrapDirectivePassThroughAttributes | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module focustrapstyle
|
* @module focustrapstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum FocusTrapClasses {}
|
export enum FocusTrapClasses {}
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module galleria
|
* @module galleria
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { ButtonHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue';
|
import { ButtonHTMLAttributes, HTMLAttributes, TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttributes | ((options: GalleriaPassThroughMethodOptions) => GalleriaPassThroughAttributes | string) | string | null | undefined;
|
export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttributes | ((options: GalleriaPassThroughMethodOptions) => GalleriaPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module galleriastyle
|
* @module galleriastyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum GalleriaClasses {
|
export enum GalleriaClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module iconfield
|
* @module iconfield
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type IconFieldPassThroughOptionType<T = any> = IconFieldPassThroughAttributes | ((options: IconFieldPassThroughMethodOptions<T>) => IconFieldPassThroughAttributes | string) | string | null | undefined;
|
export declare type IconFieldPassThroughOptionType<T = any> = IconFieldPassThroughAttributes | ((options: IconFieldPassThroughMethodOptions<T>) => IconFieldPassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module iconfieldstyle
|
* @module iconfieldstyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum IconFieldClasses {
|
export enum IconFieldClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module image
|
* @module image
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { TransitionProps, VNode } from 'vue';
|
import { TransitionProps, VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | ((options: ImagePassThroughMethodOptions) => ImagePassThroughAttributes | string) | string | null | undefined;
|
export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | ((options: ImagePassThroughMethodOptions) => ImagePassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* @module imagestyle
|
* @module imagestyle
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { BaseStyle } from '../../base/style';
|
import type { BaseStyle } from '@primevue/core/base/style';
|
||||||
|
|
||||||
export enum ImageClasses {
|
export enum ImageClasses {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
* @module inlinemessage
|
* @module inlinemessage
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
import type { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '@primevue/core';
|
||||||
|
import type { ComponentHooks } from '@primevue/core/basecomponent';
|
||||||
|
import type { PassThroughOptions } from 'primevue/passthrough';
|
||||||
import { VNode } from 'vue';
|
import { VNode } from 'vue';
|
||||||
import { ComponentHooks } from '../../../core/src/basecomponent';
|
|
||||||
import { PassThroughOptions } from '../passthrough';
|
|
||||||
import { DefineComponent, DesignToken, EmitFn, GlobalComponentConstructor, HintedString, PassThrough } from '../ts-helpers';
|
|
||||||
|
|
||||||
export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroughAttributes | ((options: InlineMessagePassThroughMethodOptions) => InlineMessagePassThroughAttributes | string) | string | null | undefined;
|
export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroughAttributes | ((options: InlineMessagePassThroughMethodOptions) => InlineMessagePassThroughAttributes | string) | string | null | undefined;
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue