mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #3965 - update d.ts files
This commit is contained in:
parent
987bf9cc3d
commit
fb77964d99
3 changed files with 11 additions and 0 deletions
1
components/lib/config/PrimeVue.d.ts
vendored
1
components/lib/config/PrimeVue.d.ts
vendored
|
@ -89,6 +89,7 @@ interface PrimeVueConfiguration {
|
||||||
filterMatchModeOptions?: any;
|
filterMatchModeOptions?: any;
|
||||||
zIndex?: PrimeVueZIndexOptions;
|
zIndex?: PrimeVueZIndexOptions;
|
||||||
pt?: PrimeVuePTOptions;
|
pt?: PrimeVuePTOptions;
|
||||||
|
unstyled?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface PrimeVueZIndexOptions {
|
interface PrimeVueZIndexOptions {
|
||||||
|
|
5
components/lib/fieldset/Fieldset.d.ts
vendored
5
components/lib/fieldset/Fieldset.d.ts
vendored
|
@ -116,6 +116,11 @@ export interface FieldsetProps {
|
||||||
* @type {FieldsetPassThroughOptions}
|
* @type {FieldsetPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pt?: FieldsetPassThroughOptions;
|
pt?: FieldsetPassThroughOptions;
|
||||||
|
/**
|
||||||
|
* When enabled, it removes component related styles in the core.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
unstyled?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
5
components/lib/panel/Panel.d.ts
vendored
5
components/lib/panel/Panel.d.ts
vendored
|
@ -124,6 +124,11 @@ export interface PanelProps {
|
||||||
* @type {PanelPassThroughOptions}
|
* @type {PanelPassThroughOptions}
|
||||||
*/
|
*/
|
||||||
pt?: PanelPassThroughOptions;
|
pt?: PanelPassThroughOptions;
|
||||||
|
/**
|
||||||
|
* When enabled, it removes component related styles in the core.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
unstyled?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue